@charset "utf-8";
@font-face {
  font-family: pingfang_b;
  src:url(../font/PingFang_Bold.ttf);
}
@font-face {
  font-family: pingfang_el;
  src:url(../font/PingFang_ExtraLight.ttf);
}
@font-face {
  font-family: pingfang_h;
  src:url(../font/PingFang_Heavy.ttf);
}
@font-face {
  font-family: pingfang_l;
  src:url(../font/PingFang_Light.ttf);
}
@font-face {
  font-family: pingfang_m;
  src:url(../font/PingFang_Medium.ttf);
}
@font-face {
  font-family: pingfang_r;
  src:url(../font/PingFang_Regular.ttf);
}
@font-face {
  font-family: number_only;
  src:url(../font/Number.ttf);
}
@font-face {
  font-family: MontDemo;
  src:url(../font/MontDemo-Heavy.otf);
}
.ct{font-family:pingfang_b}
.tc{font-family:pingfang_h}
.cg{font-family:pingfang_m}
.zd{font-family:pingfang_r}
.xt{font-family:pingfang_l}
.jx{font-family:pingfang_el}
.sz{font-family:number_only}
.yw{font-family:MontDemo}
body {
    font: 0.16rem/1.5 "PingFang SC",'pingfang_r','pingfang_b','number_only';
    color: #333;
}
.clearfix:after{
    display:block;
    clear:both;
    content:"";
    visibility:hidden; 
    height:0;
} 
.clearfix{zoom:1}
.img{overflow: hidden;}
.img:hover img{transform:scale(1.1)}
.img img{
    transition: all 0.3s ease;
    width: 100%;
}
.imgj {
    overflow: hidden;
}
.wal {max-width: 16rem;margin:0 auto;width: 95%;position: relative;}
.small_wal {
    /* max-width: 17rem; */
    /* width: 85%; */
    /* margin: 0 auto; */
}
.zicon {
    display: none;
}

.zicon.active {
    display: block;
}
a:hover {
    text-decoration: none;
    color: #048632;
}

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



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

      

.index_part {
    position: relative;
}

.index_nav {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    padding: 0 0.3rem;
    z-index: 99;
}

.index_nav .logo {
    float: left;
}

.index_nav .top_nav {
    float: left;
    margin: 0 0 0 0.3rem;
}

.index_nav .top_right {
    float: right;
    display: flex;
    height: 1.36rem;
    align-items: center;
}

.index_nav .logo .di {
    width: 1.18rem;
    height: 1.36rem;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.index_nav .logo .di img {
    width: 0.82rem;
}

.index_nav .logo.green_logo {}

.index_nav .logo.green_logo .di {
    background: #069539;
}
.index_nav .logo .di {
    background: #ffffff;
}
.index_nav .logo .di img.bailogo {
    display: none;
}

.index_nav .logo .di img.lvlogo {
    display: block;
}

.index_nav .logo.green_logo .di img.bailogo {
    display: block;
}

.index_nav .logo.green_logo .di img.lvlogo {
    display: none;
}

.index_nav .top_nav .nav_main {}

.index_nav .top_nav .nav_main ul {
    display: flex;
    font-size: 0.2rem;
    height: 1.36rem;
    align-items: center;
}

.index_nav .top_nav .nav_main ul li {
    /* margin: 0 0 0 0.2rem; */
    position: relative;
    padding: 0.2rem 0;
}

.index_nav .top_nav .nav_main ul li a.one_level {
    color: #333;
    padding: 0 0.35rem;
}

.index_nav .top_nav .nav_main ul li:hover a.one_level,.index_nav .top_nav .nav_main ul li.on a.one_level {
    background: url(../images/heision.png) left center no-repeat;
    background-size: 0.18rem;
}

.index_nav .top_nav .nav_main ul li .two_level {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0.7rem;
    font-size: 0.16rem;
    background: rgba(255,255,255,0.8);
    border-radius: 0.08rem;
    padding: 0.1rem;
    line-height: 0.36rem;
}
.index_nav .top_nav .nav_main ul li .two_level.show{display:block}
.index_nav .top_nav .nav_main ul li .two_level:before{content:".";position: absolute;left: 50%;top: -0.1rem;width: 0;height: 0;display: block;transform: translate(-50%, 0px);/* transform: rotate(45deg); */font-size: 0;border-left: 0.1rem solid #cc212100;border-right: 0.1rem solid #bb060600;border-bottom: 0.1rem solid rgb(255 255 255 / 80%);}
.index_nav .top_nav.all_write .nav_main ul li a.one_level {
    color: #fff;
}

.index_nav .top_nav.all_write .nav_main ul li:hover a.one_level,.index_nav .top_nav.all_write .nav_main ul li.on a.one_level {
    background: url(../images/baision.png) left center no-repeat;
    background-size: 0.18rem;
}
.index_nav .top_nav .nav_main ul li .two_level a {
    display: block;
    text-align: center;
}

.index_nav .top_right .yanshi,.searchFormGroup {
    width: 0.4rem;
    height: 0.4rem;
    background: rgb(0 0 0 / 10%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0 0 0 0.2rem;
}
.index_nav .top_right.white_right .yanshi, .index_nav .top_right.white_right .searchFormGroup {
    background: rgba(255,255,255,0.3);
}
.index_nav .top_right .yanshi img {
    width: 0.21rem;
}

.index_nav .top_right .tips {
    position: absolute;
    left: -0.25rem;
    right: -0.25rem;
    top: 0.5rem;
    background: rgba(255,255,255,0.8);
    border-radius: 0.08rem;
    text-align: center;
    padding: 0.05rem 0px;
    display: none;
}
.index_nav .top_right .yanshi:hover .tips{display:block}
.index_nav .top_right .yanshi img.hei_ys {
    display: block;
}

.index_nav .top_right .yanshi img.bai_ys {
    display: none;
}

.index_nav .top_right .tips:before{content:".";position: absolute;left: 50%;top: -0.1rem;width: 0;height: 0;display: block;transform: translate(-50%, 0px);/* transform: rotate(45deg); */font-size: 0;border-left: 0.1rem solid #cc212100;border-right: 0.1rem solid #bb060600;border-bottom: 0.1rem solid rgb(255 255 255 / 80%);}
 {}
.index_nav .top_right .tips span {}

.searchFormGroup {}
.mc_search_xl {
    position: fixed;
    left: 0;
    top: 1.36rem;
    width: 100%;
    height: 1.6rem;
    border-top: 1px solid #dfdede;
    z-index: 98;
    background: #ffffff;
    display: none;
    transition: top 0.36s;
}

.mc_pos_center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* width: 690px; */
}

.mc_scm_form {
    width: 7rem;
}

.mc_msc_box {
    font-size: 0;
    padding: 0.1rem;
    border-bottom: 1px solid #dfdede;
}

.mc_msc_input {
    width: calc(100% - 30px);
    height: 26px;
    font-size: 16px;
    color: #333;
    line-height: 20px;
    padding: 3px 0;
    padding-right: 12px;
}

.mc_msc_submit {
    width: 0.2rem;
    vertical-align: top;
    position: absolute;
    top: 0.2rem;
    right: 0;
    cursor: pointer;
    background: none;
}
.mc_msc_submit img{width:0.2rem}
.he_pcser .icon-search {
    width: 0.4rem;
    height: 0.4rem;
    display: block;
    background: url(../images/heisearch.png) center center no-repeat;
    background-size: 0.18rem;
    font-size: 0;
    cursor: pointer;
}

.index_nav .top_right.white_right {}

.index_nav .top_right.white_right img.bai_ys {
    display: block;
}

.index_nav .top_right.white_right img.hei_ys {
    display: none;
}

.top_right.white_right .he_pcser .icon-search {
    background: url(../images/baisearch.png) center center no-repeat;
    background-size: 0.18rem;
}

.banner_item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.banner_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ani {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}

.banner_zi {
    color: #fff;
    text-shadow: 0 0 0.1rem rgba(0,0,0,0.5);
}

.banner_zi h3 {
    font-size: 0.4rem;
}

.banner_zi p {
    font-size: 0.7rem;
    font-weight: bold;
}

.banner_number {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 35px;
    z-index: 9;
}

.banner_number .swiper-pagination-bullet {
    background: #fff;
}

.swiper-pagination {
    position: initial;
}

.banner_number .swiper-pagination {
    display: flex;
}

.mouse_over {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 2rem;
    height: 1.4rem;
    background: #048632;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 10%;
}

.mouse_over img {
    width: 0.51rem;
}

.right_buttom_but {
    position: absolute;
    right: 4.92rem;
    bottom: 0;
    width: 2rem;
    height: 1.4rem;
    background: #ffffff;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 11%;
    right: 24%;
    border-right: 1px solid #f7f5f5;
}

.number_pagination {
    position: absolute;
    right: 2.01rem;
    bottom: 0;
    width: 2.9rem;
    height: 1.4rem;
    background: #ffffff;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.18rem;
    color: #999;
    width: 14%;
    right: 10%;
}

span.swiper-pagination-current {
    font-size: 0.36rem;
    color: #048632;
    font-weight: bold;
}

span.swiper-pagination-total {
}

.right_buttom_but .swiper-button-next,.right_buttom_but  .swiper-button-prev {
    position: initial;
    background: url(../images/huijian.png) center center no-repeat;
    width: 1rem;
    background-size: 0.31rem;
    height: 0.5rem;
    margin: 0;
}
.right_buttom_but .swiper-button-next:hover, .right_buttom_but .swiper-button-prev:hover{
    background: url(../images/lvjian.png) center center no-repeat;
    background-size: 0.31rem;
}
.right_buttom_but .swiper-button-next {
    transform: rotate(180deg);
}

.right_buttom_but .swiper-button-prev {
    transform: rotate(0);
}

.index_main_part {
    /* display: flex; */
    /* justify-content: space-between; */
    height: 100vh;
}

.index_main_part .left {
    width: 65%;
    background: #e9e9e9;
    padding: 1.5rem 1.5rem 0;
    float: left;
    flex: 1;
    box-sizing: border-box;
    /* display: flex; */
    /* align-items: center; */
    height: 100vh;
    position: relative;
}

.index_main_part .index_product_left {
    /* float: left; */
}

.index_main_part .right {
    width: 6.92rem;
    background: #f7f5f5;
    float: right;
    height: 100vh;
    width: 35%;
    padding: 1.5rem 0.4rem 0;
    box-sizing: border-box;
}

.product_con {}
.product_swiper {
    overflow: hidden;
}

.product_swiper ul {}

.product_swiper ul li {}

.product_swiper ul li a {
    display: block;
    position: relative;
}

.product_swiper ul li a img {
    width: 100%;
}

.product_swiper ul li a h3 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    text-align: center;
    font-size: 0.14rem;
    padding: 0.1rem;
}

.pro_change {
    font-size: 0.18rem;
    line-height: 0.2rem;
    margin: 0 0 0.5rem;
}

.pro_change ul {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    width: 84%;
}

.pro_change ul li {
    font-size: 0.18rem;
    width: 45%;
    display: flex;
    align-items: center;
    border-radius: 0.08rem;
    padding: 0.15rem;
    box-sizing: border-box;
    line-height: 0.3rem;
}

.pro_change ul li.li_on,.pro_change ul li:hover {
    background: #048632;
    color: #fff;
}

.pro_change ul li i {
    width: 0.5rem;
    height: 0.3rem;
    background-image: url(../images/proicon_hei.png);
    background-repeat: no-repeat;
    background-size: 0.31rem;
}
.pro_change ul li i.sz1 {
    background-position: 0px 0px;
}
.pro_change ul li i.sz2 {background-position: 0px -0.8rem;}
.pro_change ul li i.sz3 {background-position: 0px -1.65rem;}
.pro_change ul li i.sz4 {background-position: 0px -2.48rem;}
.pro_change ul li i.sz5 {background-position: 0px -3.28rem;}
.pro_change ul li i.sz6 {background-position: 0px -4.1rem;}
.pro_change ul li i.sz7 {background-position: 0px -4.9rem;}
.pro_change ul li span {background-position: 0px 0px;}

.pro_change ul li.li_on i, .pro_change ul li:hover i {
    background-image: url(../images/proicon_bai.png);
}
.pro_change ul li.li_on i.sz1, .pro_change ul li:hover i.sz1{}
.pro_change ul li.li_on i.sz2, .pro_change ul li:hover i.sz2{}
.pro_change ul li.li_on i.sz3, .pro_change ul li:hover i.sz3{}
.pro_change ul li.li_on i.sz4, .pro_change ul li:hover i.sz4{}
.pro_change ul li.li_on i.sz5, .pro_change ul li:hover i.sz5{}
.pro_change ul li.li_on i.sz6, .pro_change ul li:hover i.sz6{}
.pro_change ul li.li_on i.sz7, .pro_change ul li:hover i.sz7{}
.pro_change ul li.li_on span, .pro_change ul li:hover span {}
.index_proman {
    right: 0 !important;
}

.product_swiper .swiper {
    width: 120%;
    padding: 0 0 0.8rem;
}
.left_buttom_but {
    position: absolute;
    left: 0;
    bottom: 0rem;
    z-index: 999;
    /* background: #ddd; */
    display: flex;
    gap: 0.5rem;
    transform: translate(0.2rem, 0px);
}
.left_buttom_but .swiper-button-next,.left_buttom_but  .swiper-button-prev {
    position: initial;
    background: url(../images/huijian.png) center center no-repeat #fff;
    width: 0.3rem;
    background-size: 0.2rem;
    height: 0.7rem;
    margin: 0;
    border-radius: 50px;
    /* transform-origin: 0 0; */
}
.left_buttom_but .swiper-button-next:hover, .left_buttom_but .swiper-button-prev:hover{
    background: url(../images/lvjian.png) center center no-repeat #fff;
    background-size: 0.2rem;
}
.left_buttom_but .swiper-button-next {
    transform: rotate(90deg);
}

.left_buttom_but .swiper-button-prev {
    transform: rotate(-90deg);
}
.index_ti {
    text-align: right;
    font-size: 0.46rem;
    line-height: 0.5rem;
}

.color_black {
    margin: 0 0 1rem 0;
}

.index_ti em {
    display: block;
    font-weight: bolder;
}

.index_ti span {
    font-weight: 400;
    margin: 0 0 0.1rem;
    display: block;
}

.index_ti p {
    font-size: 0.26rem;
    font-weight: 600;
}

.index_right_main {}

.pro_mainzi {}

.pro_mainzi p {
    font-size: 0.18rem;
    line-height: 0.3rem;
    margin: 0 0 0.5rem;
    font-weight: 600;
    text-align: justify;
}

.go_more {
    width: 1.3rem;
    background: #048632;
    padding: 0 0.2rem;
    border-radius: 50px;
    transition: all 0.3s ease;
}
.go_more:hover {
    padding: 0 0.3rem;
}
.go_more a {
    display: block;
    /* width: 1.3rem; */
    background: url(../images/bjt.png) right center no-repeat;
    background-size: 0.15rem;
    line-height: 0.4rem;
    color: #fff;
    /* padding: 0 0.2rem; */
}

/**client solutions***/
.index_main_part .index_solutions_left {
    background: url(../images/solubg.jpg) center center no-repeat;
    background-size: cover;
}

.index_solutions {
    /* padding: 1rem 0 0; */
}

.index_solutions .insolutions {}

.index_solutions .insolutions ul {
    display: flex;
    flex-flow: wrap;
    justify-content: flex-end;
}

.index_solutions .insolutions ul li {
    width: 33.33%;
    /* height: 2.8rem; */
    display: flex;
    background: #333;
    background-image: linear-gradient(45deg, #333 60%, #909090 100%);
}

.index_solutions .insolutions ul li.on {
    background: #069539;
}

.index_solutions .insolutions ul li .solu_item {
    position: relative;
    width: 100%;
}
.index_solutions .insolutions ul li .solu_item .zi{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 0.4rem;
    color: #fff;
    overflow: hidden;
}
.index_solutions .insolutions ul li .solu_item .zi .ti{
    position: absolute;
    bottom: 0.3rem;
    transition: all 0.3s ease;
}
.index_solutions .insolutions ul li .solu_item img {
    width: 0.34rem;
}
.index_solutions .insolutions ul li .solu_item img.im {
    width: 100%;
    opacity: 0.2;
}
.index_solutions .insolutions ul li .solu_item h3 {
    font-size: 0.18rem;
}

.index_solutions .insolutions ul li .solu_item span {
    font-size: 0.14rem;
    opacity: 0.5;
}

.index_solutions .insolutions ul li .solu_item i {
    background: url(../images/bjt.png) center center no-repeat;
    background-size: 0.2rem;
    width: 0.2rem;
    height: 0.2rem;
    display: block;
    position: absolute;
    bottom: -0.3rem;
    transition: all 0.3s ease;
}
.index_solutions .insolutions ul li.on .solu_item .zi .ti {
    bottom: 0.8rem;
}

.index_solutions .insolutions ul li.on .solu_item .zi i {
    bottom: 0.3rem;
}
.index_main_part  .index_solutions_right {
    background: #069539;
    position: relative;
}

.color_white {
    color: #fff;
}

div#swiper-wrapper-0b310c1013c353386 {}

.swiper-container-incase {
    overflow: hidden;
    margin: 0.5rem 0 0;
    /* bottom: 3rem; */
}

.solution_mainzi {
    color: #fff;
}

.solution_mainzi .solution_ti {
    margin: 0 0 0.3rem 0;
}

.solution_mainzi .solution_ti span {
    font-size: 0.36rem;
    font-weight: bold;
}

.solution_mainzi .solution_ti h3 {
    font-size: 0.28rem;
    font-weight: bold;
}

.solution_mainzi .solution_ti i {
    font-size: 0.14rem;
    opacity: 0.5;
}

.solution_mainzi p {
    font-size: 0.18rem;
    line-height: 0.36rem;
}
.index_case_dt {
    margin: 0 0 0.1rem;
}

.index_case_dt img {
    width: 100%;
}

.index_case_sl {
    position: relative;
}

.index_case_sl img {
    width: 100%;
}
.index_main_part .index_case_left {
    background: #069539;
}

.left_tongyong {
    margin: 0.8rem 0 0;
    position: absolute;
    left: 1.5rem;
    right: 1.5rem;
    top: 50%;
    transform: translate(0px, -50%);
}

.index_case_zi {
    margin: 0.7rem 0 0;
}

.index_case_zi h3 {
    font-size: 0.3rem;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.index_case_zi span {
    font-size: 0.14rem;
    opacity: 0.5;
}

.index_case_zi p {
    font-size: 0.16rem;
    line-height: 0.28rem;
    color: #666;
    margin: 0.3rem 0 0.5rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.index_case_zi .go_more {}

.left-right-but {
    /* position: absolute; */
    /* left: 0; */
    /* right: 0; */
    /* top: 50%; */
    /* height: 0.7rem; */
    /* transform: translate(1px, 0px); */
    /* display: flex; */
    /* gap: 0.5rem; */
    /* transform: translate(0.2rem, 0px); */
    /* width: 100%; */
}
.left-right-but .swiper-button-next,.left-right-but  .swiper-button-prev {
    position: absolute;
    top: 57%;
    background: url(../images/huijian.png) center center no-repeat rgba(0,0,0,0.5);
    width: 0.8rem;
    background-size: 0.2rem;
    height: 0.3rem;
    /* margin: 0; */
    /* border-radius: 50px; */
    /* transform-origin: 0 0; */
}
.left-right-but .swiper-button-next:hover, .left-right-but .swiper-button-prev:hover{
    background: url(../images/lvjian.png) center center no-repeat #fff;
    background-size: 0.2rem;
}
.left-right-but .swiper-button-next {
    transform: rotate(90deg);
    right: -0.25rem;
    left: auto;
}

.left-right-but .swiper-button-prev {
    transform: rotate(-90deg);
    right: auto;
    left: -0.25rem;
}

.index_case .index_case_sl .swiper-slide{/* border: 0.03rem solid #069539; */font-size: 0;opacity: 0.8;}
.index_case .index_case_sl .swiper-slide-thumb-active {
    opacity: 1;
}
.dt_zi {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0.3rem;
}

.dt_zi h3 {
    font-size: 0.24rem;
    font-weight: bold;
}

.dt_zi span {
    font-size: 0.14rem;
    opacity: 0.5;
}

/**enterprise layout**/
.index_layout {
    position: absolute;
    top: 50%;
    left: 1.5rem;
    right: 1.5rem;
    transform: translate(0px, -50%);
}

.layout_img {
    margin: 2rem 0 0;
}

.layout_img img {
    width: 100%;
}

.index_main_part .index_layout_left {
    background: #f9f9f9;
    background: url(../images/layoutbg.png) center center no-repeat #f9f9f9;
    background-size: cover;
}
.layout_zi {
    color: #fff;
    margin: 0.5rem 0 0;
    font-size: 0.18rem;
    line-height: 0.28rem;
}

.layout_zi p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 11;
    overflow: hidden;
}
.layout_img .dot {
    position: absolute;
    font-size: 0.14rem;
}

.layout_img .dot.dot1 {
    left: 59%;
    top: 56%;
}

.layout_img .dot.dot2 {
    left: 76%;
    top: 57%;
}

.layout_img .dot h3 {
    font-size: 0.12rem;
    background: #069539;
    width: 0.3rem;
    height: 0.3rem;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.layout_img .dot span {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0.8rem;
    height: 0.8rem;
    display: block;
    background: rgb(6,149,57,0.2);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: wipePrompt 2.5s ease 0s infinite;
}

.layout_img .dot i {
    position: absolute;
    left: 50%;
    top: 50%;
    /* width: 0.8rem; */
    /* height: 0.8rem; */
    display: block;
    /* background: rgb(6,149,57,0.2); */
    border-radius: 50%;
    transform: translate(-50%, -50%);
    border: 0.01rem dotted #000;
    border: 0.01rem dashed #069539;
    
}

.layout_img .dot i.da {
    width: 2.3rem;
    height: 2.3rem;
    animation: wipePrompt 2.5s ease 0s infinite;
}

.layout_img .dot i.xiao {
    width: 2.3rem;
    height:2.3rem;
    animation: wipePrompt 3.5s ease 2.5s infinite;
}
@keyframes wipePrompt {
    0% {
        opacity:1;
        transform:translate(-50%, -50%) scale(0)
        }
    
    100% {
        opacity:0.3;transform:translate(-50%, -50%) scale(1)
        }
}
/**support_con**/
.support_con {
    background: url(../images/supbg.png) center center no-repeat #f9f9f9;
    background-size: cover;
    width: 100%;
    float: left;
    flex: 1;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    height: 100vh;
    position: relative;
    padding: 1.5rem 0.4rem 0 1.5rem;
}

.index_support_con {
    margin: 2rem 0 0;
    display: flex;
}

.index_support_con ul {
    display: flex;
    gap: 0.5rem;
}

.index_support_con li {
    border-left: 0.01rem solid #666;
    width: 20%;
}

.index_support_con li .sup_icon {}

.index_support_con li .sup_icon img {
    display: block;
    width: 0.34rem;
}

.index_support_con li .sup_icon img.hic {
    display: block;
}

.index_support_con li .sup_icon img.bic {
    display: none;
}
.index_support_con li:hover .sup_icon img.hic {
    display: none;
}

.index_support_con li:hover .sup_icon img.bic {
    display: block;
}

.index_support_con li h3 {
    font-size: 0.24rem;
    font-weight: bold;
}

.index_support_con li span {
    font-size: 0.14rem;
    opacity: 0.5;
    text-transform: uppercase;
    display: block;
    /* margin: 0.1rem 0 0; */
}

.index_support_con li p {
    font-size: 0.14rem;
    line-height: 0.26rem;
    padding: 0 0 0 0.2rem;
}

.index_support_con li:nth-child(1) {
    margin: 0.5rem 0 0;
}
.index_support_con li:nth-child(2) {
    margin: 1.5rem 0 0;
}
.index_support_con li:nth-child(3) {
    margin: 0.2rem 0 0;
}
.index_support_con li:nth-child(4) {
    margin: 2rem 0 0;
}
.index_support_con li:nth-child(5) {
    margin: 1rem 0 0;
}
.index_support_con li .ti {
    padding: 0 0.2rem;
    margin: 0 0 0.1rem;
    transition: all 0.3s ease;
    width: 60%;
}

.index_support_con li:hover .ti {
    background: #069539;
    color: #fff;
    padding: 0.2rem;
}
.index_news {}

.index_news a {
    display: flex;
}

.index_news a .img {
    width: 50%;
}

.index_news a .img img {}

.index_news a .zi {
    flex: 1;
    padding: 0 0 0 0.3rem;
    box-sizing: border-box;
}

.index_news a .zi h3 {
    font-size: 0.28rem;
    font-weight: bold;
}

.index_news a .zi p {
    font-size: 0.18rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    color: #666;
}

.index_news a .zi span {
    color: #109941;
}

.left_buttom_pagination {
    padding: 0.3rem 0;
    border-bottom: 0.01rem solid #ddd;
    margin: 0 0 0.3rem;
}

.left_buttom_pagination .swiper-pagination-bullet {
    border-radius: 0;
    background: #0b973d;
}

.left_buttom_pagination .swiper-pagination {
    text-align: left;
}

.index_news_right {}

.index_right_main {}

.news_mainzi {
    margin: -0.5rem 0 0 0;
}

.news_mainzi ul {
    /* display: flex; */
    /* flex-direction: column; */
}

.news_mainzi ul li {
    padding: 0.25rem 0;
    border-bottom: 1px solid #ddd;
}

.news_mainzi ul li a {
    display: flex;
}

.news_mainzi ul li a .date {
    text-align: center;
    font-weight: bold;
    line-height: 0.3rem;
    padding: 0 0.3rem 0 0;
    border-right: 0.01rem solid #ddd;
    margin: 0 0.3rem 0 0;
}

.news_mainzi ul li a .date em {
    display: block;
    font-size: 0.38rem;
    font-weight: bold;
}

.news_mainzi ul li a .date span {
    color: #999;
    font-size: 0.14rem;
}

.news_mainzi ul li a .zi {}

.news_mainzi ul li a .zi h3 {
    font-size: 0.2rem;
    font-weight: bold;
    margin: 0 0 0.2rem;
}

.news_mainzi ul li a .zi p {}
.foot_con {
    background: #403e3e;
    color: #fff;
    padding: 1rem 0.4rem 0;
    /* position: fixed; */
    /* bottom: 0; */
    /* left: 0; */
    /* right: 0; */
}

.footbox {
    justify-content: space-between;
    display: flex;
    padding: 0 0 0.3rem;
    border-bottom: 1px solid #565656;
}

.footbox .left {}

.footbox .left .tel {
    width: 80%;
    border-bottom: 1px solid #565656;
    padding: 0 0 0.2rem;
    margin: 0 0 0.2rem;
}

.footbox .left .tel h3 {
    font-size: 0.18rem;
    font-weight: bold;
}

.footbox .left .tel p {
    font-family: MontDemo;
    font-size: 0.34rem;
    font-weight: bold;
    font-family: Avenir Next;
}

.footbox .left .add {
    margin: 0 0 0.3rem 0;
}

.footbox .left .add p {
    font-size: 0.16rem;
    line-height: 0.37rem;
}

.footbox .left .ewm {
    display: flex;
    gap: 0.3rem;
}

.footbox .left .ewm .img {
    font-size: 0.16rem;
    text-align: center;
}

.footbox .left .ewm img {
    width: 1rem;
    display: block;
}

.footbox .left .ewm span {
    font-size: 0.14rem;
    line-height: 0.3rem;
    opacity: 0.8;
}

.footbox .right {
    display: flex;
    gap: 0.5rem;
}

.foot_nav {}

.foot_nav .fotnav {}

.foot_nav .fotnav a {
    color: #fff;
    display: block;
    font-size: 0.18rem;
    font-weight: bold;
    line-height: 0.34rem;
    margin: 0 0 0.1rem 0;
}

.foot_nav .fotnav .fot_ej {}

.foot_nav .fotnav .fot_ej a {font-size: 0.16rem;font-weight: 300;margin: 0;}

.foot_ba {
    display: flex;
    justify-content: space-between;
    padding: 0.3rem 0;
    font-size: 0.14rem;
    opacity: 0.8;
}

.foot_ba p {}

/**neiye start**/
.nei_nav {
    background: #fff;
    height: 1rem;
}

.nei_nav .top_nav .nav_main ul,.nei_nav  .top_right {
    height: 1rem;
}

.mc_search_xl.nei {
    top: 1rem;
}
.nei_banner {
    position: relative;
}

.nei_banner img {
    width: 100%;
}

.neibannerzi {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    color: #fff;
    display: flex;
    align-items: center;
}

.neibannerzi h3 {
    font-size: 0.5rem;
    font-weight: bold;
}

.neibannerzi i {
    display: block;
    width: 0.5rem;
    height: 0.02rem;
    background: #069539;
    margin: 0.1rem 0;
}

.neibannerzi p {
    font-size: 0.44rem;
}

.two_href {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.two_href ul {
    margin: 0 auto;
    max-width: 16rem;
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: 0.18rem;
}

.two_href ul li {
    background: rgba(255,255,255,0.1);
    line-height: 0.2rem;
    flex: 1;
    padding: 0.3rem 0;
}

.two_href ul li a {
    color: #fff;
    display: block;
    border-right: 1px solid #fff3;
    display: flex;
    align-items: center;
    justify-content: center;
}

.two_href ul li.on,.two_href ul li:hover {
    background: #069539;
}

.two_href ul li a:before,.two_href ul li a:after {content: "-";font-size: 0;display: block;width: 0.2rem;height: 0.01rem;background: #fff;margin: 0 0.1rem;}

.nei_bigcon {}

.nei_part {
    padding: 1rem 0;
    position: relative;
}

.informain {
    display: flex;
    justify-content: space-between;
    margin: 0 0 0.8rem;
}

.informain .left {
    width: 50%;
    padding: 0 0.3rem 0 0;
}

.nei_ti {
    font-weight: bold;
    margin: 0 0 0.3rem;
}

.nei_ti h3 {
    font-size: 0.46rem;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.nei_ti span {
    font-size: 0.24rem;
    display: block;
}

.nei_ti h3:after {content: ".";display: block;width: 0.5rem;height: 0.02rem;font-size: 0;background: #069539;margin: 0 0 0 0.2rem;}

.informain .right {
    width: 50%;
    padding: 0 0 0 0.3rem;
}

.informain .right img {
    width: 100%;
}

.informain .right img.videoed {
    width: 1.05rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.informain .right .videolist {
    position: relative;
}

.out_good {}

.out_good ul {
    display: flex;
}

.out_good li {
    width: 25%;
    background: rgba(6,149,57,1);
    color: #fff;
    padding: 0.2rem;
    box-sizing: border-box;
}

.out_good li .goods {
    position: relative;
}

.out_good li h4 {
    font-size: 0.2rem;
    font-weight: bold;
    margin: 0 0 0.1rem;
}

.out_good li img {
    position: absolute;
    right: 0;
    top: 0;
}

.out_good li p {
    font-size: 0.16rem;
    line-height: 0.28rem;
}
.out_good li:nth-child(2n) {
    background: rgba(6,149,57,0.9);
}

.green_bg {
    background: #069539;
}

.color_white.nei_ti h3::after {
    background: #fff;
}

.our_cultur {}

.our_cultur ul {
    display: flex;
    /* margin: 0 0 0 -0.3rem; */
    flex-flow: wrap;
    /* gap: 0.3rem; */
}

.our_cultur ul li {
    padding: 0.3rem 0.25rem;
    background: #fff;
    margin: 0 0 0 0.3rem;
    flex: 1;
    box-sizing: border-box;
}

.our_cultur ul .cultur {
    /* padding: 0 0 0 0.3rem; */
    /* background: #fff; */
}
.our_cultur ul .cultur img {
    width: 0.63rem;
    display: block;
    margin: 0 0 0.1rem;
}

.our_cultur ul .cultur h4 {
    font-size: 0.22rem;
    font-weight: bold;
    line-height: 0.4rem;
}

.our_cultur ul .cultur span {
    font-size: 0.18rem;
    display: block;
    color: #666;
    margin: 0 0 0.1rem;
}

.our_cultur ul .cultur p {
    font-size: 0.14rem;
    line-height: 0.24rem;
}
.our_cultur ul .cultur img {
    width: 0.63rem;
    display: block;
    margin: 0 0 0.1rem;
}

.our_cultur ul .cultur h4 {
    font-size: 0.22rem;
    font-weight: bold;
    line-height: 0.4rem;
}

.our_cultur ul .cultur span {
    font-size: 0.18rem;
    display: block;
    color: #666;
    margin: 0 0 0.1rem;
}

.our_cultur ul .cultur p {
    font-size: 0.14rem;
    line-height: 0.24rem;
}

.f6_bg {
    background: #f6f6f6;
}
.buttom_center_pagination {
    border: 0;
    margin: 0;
}

.buttom_center_pagination .swiper-pagination {
    text-align: center;
    border: 0;
}
.our_honorary {}

.our_honorary ul li img {
    width: 100%;
}

.our_honorary .zz_dw {
    margin: 0px 0 0.8rem 0;
}
.formance_chage {
    width: 70%;
    background: #fff;
    box-shadow: 0 0 0.5rem #0000000d;
    border-radius: 0.18rem;
    font-size: 0.18rem;
    margin: 0 0 0.5rem;
    position: relative;
    z-index: 1;
}

.formance_chage ul {
    display: flex;
    line-height: 0.4rem;
    padding: 0.15rem 0.2rem;
}

.formance_chage li {padding: 0 0.18rem;cursor: pointer;}

.formance_chage li.li_on {
    color: #069539;
}

.formance_chage li span:after {content: ".";display: block;font-size: 0;width: 0.2rem;height: 0.03rem;background: #069539;display: none;}

.formance_chage li.li_on span:after {
    display: block;
}

.per_list_zi {
    width: 35%;
}

.per_list_zi .list {}

.per_list_zi .list span {
    display: block;
    line-height: 0.4rem;
    display: flex;
    align-items: center;
}

.per_list_zi .list span:before {content: ".";font-size: 0;display: block;width: 0.06rem;height: 0.06rem;background: #999;border-radius: 50%;margin: 0 0.1rem 0;}

.our_formance {
    /* position: relative; */
}

.per_list_img {
    position: absolute;
    right: 0;
    top: 0;
    left: 50%;
    bottom: 0;
}

.per_list_img img {
    width: 100%;
    height: 100%;
}

.per_list_img .per_itemimg {
    height: 100%;
}

.per_itemzi {
    height: 2rem;
    overflow-y: scroll;
}
  .per_itemzi::-webkit-scrollbar {
  width : 0.02rem; 
  height: 1px;
  }
  .per_itemzi::-webkit-scrollbar-thumb {
  border-radius: 10px;
box-shadow   : inset 0 0 0.1rem rgba(0, 0, 0, 0.2);
  background   : #069539;
  }
  .per_itemzi::-webkit-scrollbar-track {
box-shadow   : inset 0 0 0.1rem rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background   : #ffffff;
  }

.videos {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.9);
    display: none;
    z-index: 999;
}
.video_mainbig {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.video_mm {
    width: 60%;
    position: relative;
}

video#video {
    width: 100%;
}

.videos .vclose {/* position: absolute; *//* top: -0.25rem; *//* right: 0; */width: 0.12rem;height: 0.12rem;display: block;width: 0.4rem;height: 0.4rem;background: url(../images/close.png) center no-repeat;background-size: 0.22rem;margin: 0 auto;cursor: pointer;transition: all 0.3s ease;}
.videos .vclose:hover {
    transform: rotate(360deg);
}
.product_list {}

.product_list ul {
    display: flex;
    flex-flow: wrap;
    margin: -0.3rem 0 0 -0.3rem;
}

.product_list ul li {
    width: 25%;
}

.pro_item {
    margin: 0.3rem 0 0 0.3rem;
    position: relative;
    border-radius: 0.08rem;
}

.pro_item h3 {
    /* position: absolute; */
    /* bottom: 0; */
    /* left: 0; */
    /* right: 0; */
    text-align: center;
    font-size: 0.18rem;
    background: #fff;
    padding: 0.1rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.product_list ul li .pro_item img {}

.efbg {
    background: #efefef;
}
.nei_break_nav {
    padding: 1.4rem 0 0;
    font-size: 0.14rem;
    line-height: 0.46rem;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
}

.righttwo_href {}

.righttwo_href ul {
    display: flex;
}

.righttwo_href li {
    margin: 0 0.1rem;
}

.righttwo_href li.on a,.righttwo_href li:hover a {
    color: #069539;
}

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

.product_informain .left {
    width: 45%;
}

.product_informain .left img {
    width: 100%;
}

.product_informain .right {
    width: 50%;
}

.product_informain .right h3 {
    font-size: 0.36rem;
    font-weight: bold;
}

.product_informain .right .infor_pro {
    margin: 0.5rem 0 0;
    position: relative;
}

.product_informain .right .infor_pro h4 {
    font-size: 0.22rem;
    font-weight: bold;
    line-height: 0.5rem;
    display: flex;
    align-items: center;
}

.product_informain .right .infor_pro .p {
    color: #666;
    font-size: 0.16rem;
    line-height: 0.26rem;
    margin: 0 0 0 0.1rem;
}

.product_informain .right .infor_pro .p p {}

.product_informain .right .pro_contact {
    display: flex;
    align-items: center;
    margin: 0.5rem 0 0;
}

.product_informain .right .pro_contact a {
    background: url(../images/tel1.png) 0.15rem center  #069539 no-repeat;
    background-size: 0.21rem;
    color: #fff;
    padding: 0.05rem 0.2rem 0.05rem 0.5rem;
    display: block;
    margin: 0 0.4rem 0 0;
}

.product_informain .right .pro_contact .tel {
    padding: 0 0 0 0.3rem;
    background: url(../images/tel2.png) left center no-repeat;
    background-size: 0.21rem;
}

.product_informain .right .pro_contact span {
    font-size: 0.14rem;
}

.product_informain .right .pro_contact em {
    font-size: 0.2rem;
    font-weight: bold;
}

.product_informain .right .infor_pro h4:before {content: ".";font-size: 0;display: block;width: 0.04rem;height: 0.25rem;background: #069539;margin: 0 0.1rem 0 0;}

.pro_contact {}
.some_relative {
    margin: 0.8rem 0 0 0;
}

.some_relative h4 {
    font-size: 0.24rem;
    font-weight: bold;
    padding: 0.3rem 0;
    border-top: 1px solid #ddd;
}
.solution_list {}

.solution_list ul {
    margin: -0.7rem 0 0;
}

.solution_list ul li {
    background: #fff;
    margin: 0.7rem 0 0;
}

.solution_item {
    display: flex;
    justify-content: space-between;
    box-shadow: 0 0 0.2rem #0000001f;
}

.solution_item .solution_zi {
    order: 1;
    width: 48%;
    padding: 0.6rem;
    box-sizing: border-box;
}

.solution_item .solution_img {
    order: 2;
    width: 52%;
}

.solution_item .solution_img img {
    width: 100%;
}

.solution_zi .ti {
    display: flex;
    align-items: center;
    font-size: 0.36rem;
    margin: 0 0 0.3rem;
}

.solution_zi .ti img {
    width: 0.56rem;
}

.solution_zi .ti h3 {}

.solution_zi p {
    font-size: 0.16rem;
    line-height: 0.32rem;
    color: #81868e;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.solution_zi .somethi {
    display: flex;
    flex-flow: wrap;
    padding: 0.2rem 0;
    border-top: 1px solid #ddd;
    margin: 0.3rem 0;
    line-height: 0.32rem;
}

.solution_zi .somethi span {
    width: 25%;
    font-size: 0.16rem;
    color: #5d6066;
    display: flex;
    align-items: center;
}

.online_tel {}

.online_tel a {
    background: url(../images/tel1.png) 0.15rem center #069539 no-repeat;
    background-size: 0.21rem;
    color: #fff;
    padding: 0.05rem 0.2rem 0.05rem 0.5rem;
    display: inline-block;
    margin: 0 0.4rem 0 0;
}

.solution_list ul li:nth-child(2n) .solution_item .solution_zi {
    order: 2;
}

.solution_list ul li:nth-child(2n) .solution_item .solution_img {
    order: 1;
}

.solution_zi .somethi span:before {content: ".";font-size: 0;display: block;width: 0.2rem;height: 0.2rem;background: url(../images/star.png) center center no-repeat;background-size: 0.13rem;margin: 0 0.05rem  0 0;}
.case_list {}

.case_list ul {
    display: flex;
    flex-flow: wrap;
    margin: -0.3rem 0 0 -0.3rem;
}

.case_list li {
    width: 33.33%;
    padding: 0.3rem 0 0 0.3rem;
    box-sizing: border-box;
}
.case_item {
    margin: 0 0;
    background: #fff;
}

.case_item a {
    display: block;
}

.case_item a .ti {
    padding: 0.3rem;
}

.case_item a .ti h3 {
    font-size: 0.22rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 0.33rem;
    height: 0.66rem;
}

.case_item a .ti span {
    color: #069539;
    font-size: 0.14rem;
}

.news_page_left {
    background: #fff;
    width: 70%;
}

.case_main {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0.7rem 0;
}

.news_page_right {
    width: 30%;
    padding: 0 0 0 0.6rem;
    box-sizing: border-box;
}

.news_page_left .ti {
    padding: 0.4rem 0.2rem 0.2rem;
    border-bottom: 1px solid #ddd;
}

.news_page_left .ti h3 {
    font-size: 0.34rem;
    text-align: center;
}

.news_page_left .ti span {}

.news_page_left .main {
    width: 90%;
    margin: 0 auto;
    padding: 0.4rem 0;
}

.news_page_left .main img {
    width: 100%;
    margin: 0 0 0.5rem;
}

.news_page_left .main .case_tip {
    font-size: 0.16rem;
    line-height: 0.32rem;
}

.news_page_left .main p {
    margin: 0 0 0.2rem;
    padding: 0 0 0 0.1rem;
    position: relative;
}

.news_page_left .main em {
    font-size: 0.18rem;
    font-weight: bold;
}

.next_prew_page {
    border-top: 1px solid #ddd;
    padding: 0.2rem 5%;
}

.next_prew_page a {
    display: block;
    font-size: 0.14rem;
    line-height: 0.3rem;
}

.news_page_left .main em {
}

/*
.news_page_left .main p:before {content: ".";width: 0.04rem;display: block;height: 0.2rem;background: #069539;font-size: 0;position: absolute;left: 0;top: 0.05rem;}
*/
.relative_list .pro_item {
    margin: 0.3rem 0 0 0;
}

.news_page_right .ti {
    font-size: 0.24rem;
    margin: 0 0 0.2rem;
    font-weight: bold;
}
.news_list {}
.news_list {}

.news_list ul {
    display: flex;
    flex-flow: wrap;
    margin: -0.3rem 0 0 -0.3rem;
}

.news_list li {
    width: 33.33%;
    padding: 0.3rem 0 0 0.3rem;
    box-sizing: border-box;
}
.news_item {
    margin: 0 0;
    background: #fff; 
}

.news_item a {
    display: block;
}

.news_item a .ti {
    padding: 0.3rem;
}

.news_item a .ti h3 {
    font-size: 0.22rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    line-height: 0.33rem;
    margin: 0 0 0.1rem;
}

.news_item a .ti span {
    color: #069539;
    font-size: 0.14rem;
}



.news_item a .ti p {
    font-weight: bold;
    color: #999;
    font-size: 0.14rem;
}

.news_page_right .news_list {}

.news_page_right .news_list ul {
    display: block;
}

.news_page_right .news_list li {
    width: 100%;
}

.news_page_right .news_item a .ti {
    margin: 0;
    padding: 0.2rem;
}
.join_us {}

.how_join {
    background: url(../images/joinbg.jpg) left center no-repeat;
    background-size: cover;
    height: 3rem;
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 0 0 70%;
    margin: 0 0 0.6rem;
}

.how_join .ti {}
.h_join {
    text-align: center;
}

.h_join .ti {
    text-align: center;
    margin: 0 0 0.1rem;
}

.h_join .ti em {
    display: block;
    color: #069539;
    font-size: 0.18rem;
}

.h_join .ewm {}

.h_join .ewm img {
    width: 1rem;
}

.h_join span {
    font-size: 0.14rem;
    display: block;
    margin: 0.1rem 0 0;
}

.job_list {}

.job_list ul {}

.job_list li {
    background: #fff;
    margin: 0 0 0.5rem;
    padding: 0;
    transition: all 0.3s ease;
}

.job_list .job_head {
    padding: 0.3rem 3%;
    border-bottom: 1px solid #ddd;
}

.job_list .job_head h3 {
    font-size: 0.24rem;
    font-weight: bold;
    margin: 0 0 0.1rem 0;
}

.job_list .job_head .job_tip {
    color: #666;
}

.job_list .job_head .job_tip span {
    display: inline-block;
    padding: 0 0.3rem 0 0;
    border-right: 1px solid #ddd;
    line-height: 0.15rem;
    margin: 0 0.3rem 0 0;
}

.job_list li .job_body {
    padding: 0.2rem 0 0.5rem;
    width: 94%;
    margin: 0 auto;
    border-bottom: 1px solid #ddd;
    display: none;
}

.job_list li .job_body .mm {
    padding: 0.3rem 0 0;
}

.job_list li .job_body .mm h3 {
    font-weight: bold;
    margin: 0 0 0.1rem;
}

.job_list li .job_body .mm p {
    line-height: 0.3rem;
    color: #666;
    font-size: 0.14rem;
}

.job_list .job_head.on {
    border-top: 0.03rem solid #069539;
}

.contact {
    background: #fff;
    padding: 0.4rem;
    margin: 0 0 0.6rem;
}

.contact_fs {
    margin: 0 0 0.4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contact_fs .left {}

.contact_fs .left h1 {
    font-size: 0.3rem;
    font-weight: bold;
    margin: 0 0 0.2rem;
}

.contact_fs .left .hot_tel p {
    background: url(../images/red_phone.png) left center no-repeat;
    background-size: 0.61rem;
    margin: 0.1rem 0 0 0;
}

.contact_fs .left .hot_tel p em{color: #069539;font-weight: bold;font-size: 0.3rem;display: block;font-family: Avenir Next;}


.contact_fs .center {
    font-size: 0.16rem;
    line-height: 0.4rem;
    color: #666;
}

.contact_fs .right img {
    width: 1rem;
    display: block;
    margin: 0 auto;
}

.contact_fs .right span {
    font-size: 0.14rem;
    text-align: center;
    color: #999;
}


.map {width: 100%;height:500px;}

.map img {
    width: 100%;
}

.contact_fs .right {
    display: flex;
    align-items: center;
    gap: 0.3rem;
}

.give_massge {}

.give_massge h3 {
    font-size: 0.3rem;
    font-weight: bold;
    text-align: center;
}

.massge_form {}

.massge_form .main {
    display: flex;
    flex-flow: wrap;
}

.massge_form .main .input {
    width: 33.33%;
    position: relative;
    line-height: 0.6rem;
    margin: 0.3rem 0 0;
    /* padding: 0 0.2rem; */
    /* box-sizing: border-box; */
    /* display: flex; */
}

.massge_form .main label {
    position: absolute;
    padding: 0 0.2rem;
    display: block;
    color: #666;
}

.massge_form .main input {
    width: 93%;
    line-height: 0.6rem;
    padding: 0 0 0 1rem;
    box-sizing: border-box;
}

.massge_form .main .input:last-child {
    width: 100%;
}

.massge_form .main .input textarea {
    width: 100%;
    height: 2rem;
    padding: 0.5rem 0.2rem;
    box-sizing: border-box;
}

.massge_form .main .input:nth-child(3) input {
    width: 100%;
}

.massge_form button{
    display: block;
    width: 5rem;
    text-align: center;
    margin: 0 auto;
    font-size: 0.2rem;
    background: #6e6f70;
    line-height: 0.6rem;
    color: #fff;
}

.massge_form button:hover {
    background: #069539;
}




@media (min-width: 1px) and (max-width: 800px) {
.phone_menu {
    width: 0.4rem;
    height: 0.4rem;
    display: block;
    background: url(../images/menu.png) center center no-repeat rgba(0,0,0,0.1);
    background-size: 0.18rem;
    font-size: 0;
    cursor: pointer;
    position: fixed;
    right: 0.3rem;
    top: 14px;
    z-index: 999;
    border-radius: 50%;
}

.index_nav .top_nav {
    left: 100%;
    transition: all 0.3s ease;
    float: none;
    position: fixed;
    right: 0;
    top: 1rem;
    bottom: 0;
    background: #069539;
    margin: 0;
}

.index_nav .top_right {
    margin: 0 0.6rem;
}

.top_nav.show {
    float: none;
    position: fixed;
    left: 30%;
}

.show.top_nav {}

.index_nav .top_nav .nav_main ul {
    display: block;
}

.index_nav .top_nav .nav_main ul li .two_level a {
    color: #fff;
    text-align: left;
}

.index_nav .top_nav .nav_main ul li a.one_level {
    color: #fff;
}

.index_nav .top_nav .nav_main ul li:hover a.one_level, .index_nav .top_nav .nav_main ul li.on a.one_level {
    background: url(../images/baision.png) left center no-repeat;
    background-size: 0.18rem;
}

.index_nav .top_nav .nav_main ul li .two_level {
    position: relative;
    background: none;
    padding: 0;
    top: auto;
    left: auto;
    padding: 0.2rem 0.4rem;
    line-height: 0.5rem;
}

.index_nav .top_nav .nav_main ul li {
    padding: 0.2rem;
    border-bottom: 0.01rem solid #469e65;
}
.index_nav .top_nav .nav_main ul li .two_level:before {
    display: none;
}
.nei_banner {
    padding: 1rem 0 0;
}

.footbox .right {
    display: none;
}

.foot_ba {
    display: block;
}
.contact_fs {
    display: block;
}

.contact_fs .right {
    text-align: center;
    justify-content: center;
    margin: 0.5rem 0 0;
}
.news_list li,.news_page_right .news_list li {
    width: 50%;
}
.index_nav {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
}
.case_main {
    display: block;
}

.news_page_left {
    width: 100%;
}

.news_page_right {
    padding: 0;
    margin: 0.5rem 0 0;
    width: 100%;
}

.relative_list ul {
    display: flex;
    gap: 0.3rem;
}

.relative_list ul li {
    width: 50%;
}
.case_list li {
    width: 50%;
}
.solution_item {
    display: block;
}

.solution_item .solution_zi {
    width: 100%;
}

.solution_item .solution_img {
    width: 100%;
}
.righttwo_href {
    display: none;
}

.product_informain {
    display: block;
}

.product_informain .left {width: 100%;margin: 0 0 0.5rem;}

.product_informain .right {
    width: 100%;
}

.product_list ul li {
    width: 50%;
}
.two_href ul {
    display: none;
}

.neibannerzi {
    top: 1rem;
}
.news_page_right .news_list ul {
    display: flex;
}
.informain {
    display: block;
}

.informain .left,.informain .right {
    width: 100%;
    padding: 0;
}

.out_good li {
    width: 50%;
}

.out_good ul {
    flex-flow: wrap;
}
.out_good li:nth-child(2),.out_good li:nth-child(3) {
    background: rgba(6,149,57,0.9);
}

.out_good li:nth-child(4) {
    background: rgba(6,149,57,1);
}

.our_cultur ul li {
    width: 50%;
    flex: inherit;
    margin: 0;
}

.our_cultur ul li:nth-child(2),.our_cultur ul li:nth-child(3) {
    background: #ffffffeb;
}
.how_join {
    width: 100%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.h_join {
    background: #ffffffbf;
    padding: 0.1rem 0.3rem;
}
.formance_chage {
    width: 100%;
}

.formance_chage ul {
    flex-flow: wrap;
    gap: 0.2rem;
}

.per_list_img {
    display: none;
}

.per_list_zi {
    width: 100%;
}
.video_mm {
    width: 80%;
}
/**2022.11.15 web-index**/
.index_main_part {
    display: block;
    height: auto;
}

.index_main_part .right {
    float: none;
    width: 100%;
    height: auto;
    padding: 0.5rem 0.4rem 0;
}

.index_main_part .left {
    float: none;
    width: 100%;
    padding: 0.5rem 0.4rem 0.5rem;
    height: auto;
    background: #f7f5f5;
}

.index_ti {
    text-align: left;
    margin: 0 0 0.2rem;
}

.go_more {
    width: 2rem;
}

.left_tongyong {
    position: initial;
    transform: none;
    margin: 0;
}

.pro_change ul {
    width: 100%;
}

.product_swiper .swiper {
    width: 100%;
}
.index_main_part .index_solutions_left {
    background: #069539;
}


.index_layout {
    position: initial;
    transform: none;
}

.index_main_part .index_layout_left {
    background: #ffffff;
}

.layout_img {
    margin: 0;
}

.layout_con .index_solutions_right {
    background: #fff;
}

.layout_con .index_solutions_right .index_ti {
    color: #333;
}

.layout_zi {
    color: #333;
}
.support_con {
    padding: 0;
    float: none;
    padding: 0.5rem 0.4rem;
}

.index_support_con {
    margin: 0;
}

.index_support_con ul {
    flex-flow: wrap;
}

.index_support_con li {
    width: 46%;
    margin: 0 !important;
    border: 0;
}
.index_main_part .index_news_right {
    background: #fff;
}

.index_news_left {
    padding: 0rem 0.4rem;
}

.index_news a {
    display: block;
}

.index_news a .img {
    width: 100%;
    margin: 0 0 0.4rem;
}

.index_news a .zi {
    padding: 0;
}

.news_mainzi {
    margin: 0;
}

.index_banner {
    overflow: hidden;
    width: 100%;
}
.index_ti em,.index_ti span {
    display: inline-block;
}










}