@charset "utf-8";

.header{
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    justify-content: space-between;
    z-index: 999;
    padding: 0 5.2vw;
    transition:all .4s;
}
.header_wrap{
    height:86px;
}
.header.header_on,.header:hover{
    background: #fff;
    box-shadow: 0 0 10px 3px rgb(0 0 0 / 5%);
}
.header .logo{
    flex:1;
}
.header .logo img{
    max-height:35px;
}
.nav .nav_li{
    margin:0 30px;
    position: relative;
}
.nav .nav_li:nth-child(2),.nav .nav_li:nth-child(3){
    position: inherit;
}
.nav .nav_li .nav1 a{
    color:#fff;
    display: block;
    line-height:86px;
    position: relative;
    text-transform: uppercase;
    transition:all 0s;
    font-size: 18px;
}
.nav .nav_li .nav1 a.nav_arrow{
    padding-right: 16px;
}
.nav .nav_li .nav1 a.nav_arrow:before{
    content: "";
    position: absolute;
    top: 48%;
    right:0;
    width: 6px;
    height: 6px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.nav .nav_li .nav1 a:after{
    content:'';
    width:0;
    height:3px;
    background: var(--theme-color);
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    transition:all .3s;
}
.nav .nav_li:hover .nav1 a,.nav .nav_li.cur .nav1 a{
    color:var(--theme-color);
}
.nav .nav_li .nav2{
    list-style-type: none;
    position: absolute;
    top:85px;
    left: 50%;
    line-height: 40px;
    width: calc(100% - 10.4vw);
    transform: translateX(-50%);
    display: none;
    border-radius:0 0 5px 5px;
    z-index: 10;
}
.nav .nav_li .nav2 .nav2_pro{
    background-color:#e5e5e5;
    border-radius: 20px;
    overflow: hidden;
}
.nav .nav_li .nav2 .nav2_pro .j_tit{
    width: 25%;
    padding: 47px;
}
.nav .nav_li .nav2 .nav2_pro .j_tit h4{
    font-size: 24px;
    margin-bottom: 64px;
}
.nav .nav_li .nav2 .nav2_pro .j_tit a{
    position: relative;
    font-size: 14px;
    line-height: 1.75;
    color: #fff;
    padding-left: 40px;
    padding-right: 32px;
    border-radius: 100px;
    background: var(--theme-color);
    padding-top: 9px;
    padding-bottom: 9px;
    transition: all 0.36s;
    display: inline-block;
}
.nav .nav_li .nav2 .nav2_pro .j_tit a:hover{
    background:var(--subtheme-color);
}
.nav .nav_li .nav2 .nav2_pro .j_menu{
    width: 20%;
    background: #ededed;
    padding: 50px 0px;
    position: relative;
    overflow: hidden;
}
.nav .nav_li .nav2 .nav2_pro .j_menu .j_menu_all{
    padding: 0 25px;
    margin-bottom: 24px;
}
.nav .nav_li .nav2 .nav2_pro .j_menu .j_menu_all h4{
    margin-left: 10px;
    font-weight: bold;
}
.nav .nav_li .nav2 .nav2_pro .j_menu .j_menu_all i{
    margin-left: 30px;
}
.nav .nav_li .nav2 .nav2_pro .j_menu .j_menu_all img{
    width: 22px;
}
.nav .nav_li .nav2 .nav2_pro .j_menu .j_menu_list .item{
    padding:13px 25px;
    transition:all .4s;
}
.nav .nav_li .nav2 .nav2_pro .j_menu .j_menu_list .item h4{
    flex:1;
    font-size: 14px;
    font-weight: bold;
}
.nav .nav_li .nav2 .nav2_pro .j_menu .j_menu_list .item:hover,.nav .nav_li .nav2 .nav2_pro .j_menu .j_menu_list .item.cur{
    background: #fff;
}
.nav .nav_li .nav2 .nav2_pro .j_list_w{
    flex:1;
    min-width: 0;
    background: #f9f9f9;
    padding: 40px;
}
.nav .nav_li .nav2 .nav2_pro .j_list{
    margin:-15px -30px;
    display: none;
}
.nav .nav_li .nav2 .nav2_pro .j_list:first-child{
    display: block;
}
.nav .nav_li .nav2 .nav2_pro .j_list .item{
    width:25%;
    display: block;
    padding:15px ;
}
.nav .nav_li .nav2 .nav2_pro .j_list .item .img img{
    border-radius: 6px;
}
.nav .nav_li .nav2 .nav2_pro .j_list .item h4{
    text-align: center;
    margin-top: 14px;
    font-size: 14px;
}

.nav .nav_li .nav2 .nav2_pro #j_list_w1 .j_list{
    display: none;
}
.nav .nav_li .nav2 .nav2_pro #j_list_w1 .j_list:first-child{
    display: block;
}
.nav .nav_li .nav2 .nav2_pro .j_menu #j_menu_list_1 .item:hover{
    background: transparent;
    color:var(--theme-color);
}
.nav .nav_li .nav2 .nav2_pro .j_menu #j_menu_list_1 .item.cur{
    background: #fff;
}

.nav .nav_li .nav2 a i{
    font-size:12px;
}
.nav .nav_li .nav2 a:hover{
    color:var(--theme-color);
}
.nav .nav_li:hover .nav1 a:after{
    width: 100%;
}
.nav .nav_li:hover .nav1 a:before{
    border-color:var(--theme-color);
}

.nav .nav_li.cur .nav1 a.nav_arrow:before{
    border-color: var(--theme-color);
}

.nav .nav_li .nav2_wrap{
    width: 240px;
    left: 0;
    transform: translateX(0);
    background: #f7f7f7;
    border-radius: 0 0 10px 10px;
    padding: 20px;
}
.nav .nav_li .nav2_wrap>p{
    width: 100%;
    padding: 5px 0;
    transition:all .5s;
}
.nav .nav_li .nav2_wrap>p>a{
    flex:1;
}
.nav .nav_li .nav2_wrap>p>i{
    font-size: 10px;
}
.nav .nav_li .nav2_wrap>p:hover{
    color:var(--theme-color);
    padding:5px 3px;
}


.header .tel{
    color:#fff;
    font-size: 22px;
    line-height: 1;
    font-family: 'Arial';
    background: var(--subtheme-color);
    height: 38px;
    padding: 0 25px;
    border-radius: 100px;
    margin-left: 20px;
}
.header .tel .icon{
    
    margin-right: 6px;
}
.header .tel i{
    font-size: 24px;
}
.header.header_on .nav .nav_li .nav1 a.nav_arrow:before,.header:hover .nav .nav_li .nav1 a.nav_arrow:before{
    border-color: #000;
}

.header.header_on .nav .nav_li .nav1 a,.header:hover .nav .nav_li .nav1 a{
    color:#000;
}
.header.header_on .nav .nav_li:hover .nav1 a,.header.header_on .nav .nav_li.cur .nav1 a,.header:hover .nav .nav_li.on .nav1 a,.header:hover .nav .nav_li.cur .nav1 a{
    color:var(--theme-color);
}
.header.header_on .nav .nav_li.cur .nav1 a.nav_arrow:before,.header.header_on .nav .nav_li:hover .nav1 a.nav_arrow:before,.header:hover .nav .nav_li.cur .nav1 a.nav_arrow:before,.header:hover .nav .nav_li.on .nav1 a.nav_arrow:before{
    border-color: var(--theme-color);
}



.banner{
    position: relative;
    overflow: hidden;
    margin-top: -86px;
}

.banner .item {
  
}
.banner .swiper-slide-active .btext p,
.banner .swiper-slide-active .btext .btitle h3,
.banner .swiper-slide-active .btext .btitle img {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: 1s 0.6s cubic-bezier(0.15, 1, 0.35, 1);
}
.banner .swiper-slide-active .btext .btitle h3,
.banner .swiper-slide-active .btext .btitle img {
  transition: 1.5s 0.75s cubic-bezier(0.15, 1, 0.35, 1);
}
.banner .swiper-slide-active .btext .explore a {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: 1s 0.9s cubic-bezier(0.15, 1, 0.35, 1);
}
.banner .item figure {
  display: block;
  position: relative;
  overflow: hidden;
  height:100vh;
}
.banner .item figure:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
}
.banner .item figure .video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .item_img img{
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.btext {
  position: absolute;
  left: 50%;
  margin-left: -700px;
  top: 50%;
  margin-top: -50px;
  z-index: 8;
}
.btext p {
  color: #fff;
  font-size: 20px;
  line-height: 1;
  opacity: 0;
  visibility: hidden;
  transform: translateY(100%);
}

.btitle {
  margin-top: 24px;
  margin-bottom: 36px;
  line-height: 1;
  color: #fff;
  font-size: 56px;
}
.btitle h3 {
  font-weight: bold;
  opacity:0;
  line-height: 1;
  visibility: hidden;
  transform: translateY(100%);
}

.btext .explore {
  overflow: hidden;
}
.btext .explore a {
  opacity: 0;
  visibility: hidden;
  transform: translateY(100%);
  transition: 0s;
  color:#fff;
}
.btext .explore a i{
    font-size: 14px;
    margin-left: 6px;
}

.banner .item{
    position: relative;
    overflow: hidden;
    display: block;
}

.banner .item .item_con{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 90px;
}
.banner .item .item_con img{
    max-width: 90vw;
}

.banner .swiper-pagination{
    text-align: center;
    bottom:20px;
    left:0;
    width:100%;
}
.banner .swiper-pagination .swiper-pagination-bullet{
    width:9px;
    height:9px;
    background: #fff;
    margin:0 5px;
    opacity: 1;
    position: relative;
}
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: var(--theme-color);
}

.banner .swiper-slide-active .item .item_img{
    animation: mysacle 5s ease both;
}
.banner .swiper-slide-active .item .item_con{
    animation: mytranslate 2s ease-in-out both;
}
@keyframes mytranslate {
    0% {
        transform: translateY(10%);
        opacity: 0;
    }
}
@keyframes mysacle {
    0% {
        transform: scale(1.05);
    }
}


/* tit_box1 */

.tit_box1{
    padding:60px 0 30px;
    align-items: center;
}
.tit_box1 .tit{
   flex:1;
   color:#000;
   position: relative;
   padding-left: 22px;
}
.tit_box1 .tit:before,.tit_box1 .tit:after{
    content:'';
    width: 6px;
    height: 62px;
    background: var(--subtheme-color);
    border-radius: 10px;
    display: block;
    position: absolute;
    left:0;
    top: 0;
}
.tit_box1 .tit:after{
    height: 31px;
    background: var(--theme-color);
}
.tit_box1 .tit h4{
    font-size:36px;
    font-weight: bold;
    line-height: 1;
}
.tit_box1 .tit p{
    margin-top:12px;
    color:#666;
    font-size: 18px;
    line-height: 1;
}
.tit_box1 .tit p br{
    display: none;
}
.tit_box1 .menu .item{
    margin-left: 10px;
}
.tit_box1 .menu .item a{
    background:rgba( 8,70,168,.12);
    height: 45px;
    border-radius: 6px;
    padding: 0 30px;
    color: var(--subtheme-color);
}
.tit_box1 .menu .item.cur a{
    background: var(--subtheme-color);
    color:#fff;
}
.tit_box1 .menu .item.item_more a{
    background:rgba(206,40,32,.08);
    color: var(--theme-color);
}
.tit_box1 .menu .item.item_more a:hover{
    background: var(--theme-color);
    color:#fff;
}
.tit_box1 .menu.menu_notab .item{
    margin-left: 20px;
}
.tit_box1 .menu.menu_notab .item a{
    flex-direction: column;
    height: 84px;
    justify-content: center;
    background:rgba( 8,70,168,.08);
}
.tit_box1 .menu.menu_notab .item a h4{
    line-height: 1;
    font-size: 14px;
    color:#333;
    margin-top: 10px;
    transition:all .5s;
}
.tit_box1 .menu.menu_notab .item a img{
    transition:all .5s;
}
.tit_box1 .menu.menu_notab .item a:hover,.tit_box1 .menu.menu_notab .item.cur a{
    background: var(--subtheme-color);
}
.tit_box1 .menu.menu_notab .item a:hover img,.tit_box1 .menu.menu_notab .item.cur a img{
    filter: invert(97%) sepia(33%) saturate(0%) hue-rotate(132deg) brightness(107%) contrast(106%);
}
.tit_box1 .menu.menu_notab .item a:hover h4,.tit_box1 .menu.menu_notab .item.cur a h4{
    color:#fff;
}

.tit_box1 .arrow .swiper-button-prev,.tit_box1 .arrow .swiper-button-next{
    width: 48px;
    height: 48px;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.36s;
    position: static;
    background: #f5f5f5;
    color:#999;
    margin-top: 0;
    margin-left: 16px;
    transition:all .5s;
}
.tit_box1 .arrow .swiper-button-prev:after,.tit_box1 .arrow .swiper-button-next:after{
    font-size: 16px;
    font-weight: bold;
}
.tit_box1 .arrow .swiper-button-prev:hover,.tit_box1 .arrow .swiper-button-next:hover{
    background: var(--theme-color);
    color:#fff;
}

.tit_box1_fff .tit,.tit_box1_fff .tit p{
    color:#fff;
}
.tit_box1_fff .tit:before,.tit_box1_fff .tit:after{
    background: #fff;
}



.tit_box2{
    
}
.tit_box2 .tit{
    
}
.tit_box2 .tit h4{
    font-size:36px;
    font-weight: bold;
    line-height: 1;
}
.tit_box2 .tit p{
    color:#999;
    text-transform: uppercase;
    font-family: 'Arial';
    margin-top: 20px;
}
.tit_box2_fff .tit h4{
    color:#fff;
}
.tit_box2-center{
    text-align: center;
}

.bgfff{
    background-color: #fff;
    border-radius: 16px;
}
.bg1{
    background:#f5f7fa;
}
.bg2{
    background:var(--theme-color);
}


/* product_list */


.product_list .product_list_item{
    display: none;
}
.product_list .product_list_item:first-child{
    display: block;
}
.product_item_flex{
    margin: -15px;
}
.product_item_flex .item{
    width: 50%;
    padding: 15px;
}
.product_item_flex .item a{
    background: #fff;
    height: 100%;
    padding: 40px 0 40px 40px;
    border-radius: 8px;
}
.product_item_flex .item .item_img{
    width: 45%;
}
.product_item_flex .item .item_con{
    flex:1;
    min-width: 0;
    padding-right:20px;
    transition:all .7s;
}
.product_item_flex .item .item_con .tit{
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
}
.product_item_flex .item .item_con .tit span{
    height: 28px;
    padding: 0 10px;
    font-size: 16px;
    font-weight: normal;
    margin-right: 10px;
    color:#fff;
    background: linear-gradient(to right,#e71f1c,#0846a8);
    line-height: 28px;
    border-radius: 6px;
}
.product_item_flex .item .item_con .subtitle{
    margin-top: 6px;
}
.product_item_flex .item .item_con .desc{
    margin: 30px 0 60px;
    color:#666;
}
.product_item_flex .item a:hover{
    box-shadow: 0 0 20px rgba(0,0,0,.1);
}
.product_item_flex .item a:hover .item_con{
    padding-left: 10px;
    padding-right: 10px;
}
.product_item_flex .item a:hover .item_con .more_style5{
    color:var(--theme-color);
}
.product_item_flex .item a .item_con .more_style5:hover{
    color:#fff;
}

/* choose_con */

.choose_wrap{
    background-repeat: no-repeat;
    background-position: center;
}
.choose_con{
    width: 62.5%;
}
.choose_con .desc{
    color:#fff;
    font-size: 18px;
    width: 90%;
}
.choose_con .desc p{
    margin-top: 20px;
}
.choose_con .list{
    margin: -10px;
}
.choose_con .list .item_w{
    padding: 10px;
    width: 22%;
}
.choose_con .list .item{
    border-radius: 6px;
    padding: 20px;
    background-color: #fff;
    text-align: center;
    position: relative;
}
.choose_con .list .item:before,.choose_con .list .item:after{
    width: 14px;
    height: 14px;
    border-radius: 50%;
    content:'';
    display: block;
    position: absolute;
    left: 14px;
    top:11px;
    background: rgba(206,40,32,.1);
}
.choose_con .list .item:after{
    background: rgba(8,70,168,.1);
    top: 15px;
    left: 19px;
}
.choose_con .list .item .tit{
    font-weight: bold;
    margin-top: 8px;
}

.partner_tit{
    color:#fff;
    margin-bottom: 15px;
}
.partner_list{
    height: 190px;
    padding-bottom: 30px;
    position: relative;
    overflow: hidden;
}
.partner_list .swiper-slide{
    height: calc((100% - 10px) / 2) !important;
}
.partner_list .item{
    background: #fff;
    border-radius: 6px;
    padding:5px 10px;
}
.partner_list .swiper-pagination-progressbar{
    bottom: 0;
    top: auto;
}
.partner_list .swiper-scrollbar{
    background: rgba(255,255,255,.2);
}
.partner_list .swiper-scrollbar-drag{
    background: rgba(255,255,255,.8);
}


.arrows_out{
    position: relative;
}
.arrows_out .swiper-button-next,.arrows_out .swiper-button-prev{
    width: 58px;
    height: 58px;
    opacity: 1;
    background: rgba(6,70,168,.12);
    color:var(--subtheme-color);
    transition:all .5s;
    border-radius: 6px;
    margin-top: -40px;
}
.arrows_out .swiper-button-prev{
    left: -90px;
}
.arrows_out .swiper-button-next{
    right:-90px;
}
.arrows_out .swiper-button-next:after,.arrows_out .swiper-button-prev:after{
    font-size:20px;
    font-weight: bold;
}
.arrows_out .swiper-button-next:hover,.arrows_out .swiper-button-prev:hover{
    background: var(--theme-color);
    border-color:var(--theme-color);
    color:#fff;
}


/* solution_list */

.solution_list_wrap .solution_list_item{
    display: none;
}
.solution_list_wrap .solution_list_item:first-child{
    display: block;
}
.solution_list{
    overflow: hidden;
    position: relative;
    padding-bottom: 60px;
}
.solution_list .item{
    background: #f5f6fa;
    display: block;
    border-radius: 6px;
    overflow: hidden;
}
.solution_list .item .item_img{
    position: relative;
    max-height: 308px;
    overflow: hidden;
}
.solution_list .item .item_img .name{
    min-width: 100px;
    height: 35px;
    border-radius: 6px;
    position: absolute;
    left: 0;
    top: 0;
    background:linear-gradient(to right,#e71f1c,#0846a8);
    text-align: center;
    padding: 0 20px;
    color:#fff;
    line-height: 35px;
}
.solution_list .item .item_con{
    padding: 34px;
}
.solution_list .item .item_con .tit{
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    transition:all .5s;
}
.solution_list .item .item_con .desc{
    color:#666;
    height: 82px;
    margin: 20px 0 30px;
}

.solution_list .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background: rgba(8,70,168,.2);
    opacity: 1;
}
.solution_list .swiper-pagination-bullet-active{
    background: rgba(206,40,32,.6);
}
.solution_list .more_style5{
    background: #fff;
}
.solution_list .item:hover .item_con .tit{
    color:var(--theme-color);
}

/* service_list */
.service_list{
    gap:30px;
}
.service_list .item{
    position: relative;
    border-radius:8px;
    overflow: hidden;
}
.service_list .item .item_img img{
    width: 100%;
}
.service_list .item .item_con{
    position: absolute;
    left: 0;
    top:0;
    padding: 50px;
    width: 60%;
    color:#fff;
    z-index: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition:all .8s;
}
.service_list .item .item_con .tit{
    font-size: 30px;
    font-weight: bold;
}
.service_list .item .item_con .desc{
    font-size: 18px;
    line-height: 26px;
    margin: 15px 0 40px;
}
.service_list .item .item_con .more_style5{
    color:#333;
}
.service_list .item .item_con .more_style5:hover{
    color:#fff;
}
.service_list .item:hover .item_con{
    padding-left: 70px;
    padding-right: 30px;
}


/* news_wrap */

.news .tit_box1 .menu .item a:hover{
    background: var(--subtheme-color);
    color:#fff;
}
.news_list img{
    width: 100%;
}
.news_list_left,.news_list_right_w{
    width:27.5%;
    flex-direction: column;
}
.news_list_left{
    gap: 30px;
}
.news_list_left .item{
    display: block;
    position: relative;
    height: 50%;
    overflow: hidden;
    border-radius: 10px;
    transition:all .5s;
}
.news_list_left .item:after{
    content:'';
    background:linear-gradient(to bottom,rgba(0,0,0,.6),rgba(0,0,0,.2));
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    transition:all .5s;
}
.news_list_left .item .item_img{
    height: 100%;
}
.news_list_left .item .item_img img{
    height: 100%;
    object-fit: cover;
}
.news_list_left .item .item_con{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color:#fff;
    z-index: 2;
    padding: 30px 40px;
}
.news_list_left .item .item_con .tit{
    line-height: 1.3;
    font-size: 20px;
    font-weight: bold;
}
.news_list_left .item .item_con .time{
    text-align: right;
    margin-top: 10px;
}
.news_list_left .item .item_con .btn{
    position: absolute;
    right:10px;
    bottom: 10px;
}
.news_list_left .item:hover:after{
    background:linear-gradient(to bottom,rgba(0,64,171,.8),rgba(0,64,171,.2));
}


.news_list_middle{
    flex:1;
    min-width: 0;
    padding: 0 30px;
}
.news_list_middle .item{
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    overflow: hidden;
    background:rgba(8,70,168,.08);
    height: 100%;
}
.news_list_middle .item .item_img{
    position: relative;
}
.news_list_middle .item .item_img img{
    width: 100%;
}
.news_list_middle .item .item_img .time{
    position: absolute;
    background: var(--subtheme-color);
    height: 35px;
    line-height: 35px;
    padding: 0 14px;
    left: 0;
    bottom: 0;
    color:#fff;
    border-radius: 0 6px 0 0;
}
.news_list_middle .item .item_con{
    padding:20px 40px 50px;
    position: relative;
    flex:1;
    min-width: 0;
    transition:all .5s;
}
.news_list_middle .item .item_con .tit{
    font-size: 22px;
    font-weight: bold;
    transition:all .5s;
}
.news_list_middle .item .item_con .desc{
    color:#666;
    line-height: 26px;
    margin-top: 5px;
}
.news_list_middle .item .item_con .btn{
    position: absolute;
    right:40px;
    bottom: 10px;
}
.news_list_middle .item .item_con .btn i{
    color:#999;
    font-size: 14px;
}
.news_list_middle .item:hover .item_con{
    
}
.news_list_middle .item:hover .item_con .tit{
    color:var(--theme-color);
}
.news_list_right_w{
    background:rgba(8,70,168,.08);
    border-radius: 10px;
    padding: 20px;
}
.news_list_right{
    height: calc(100% - 45px);
}
.news_list_right .item{
    height: 33.333%;
    padding-bottom: 10px;
}
.news_list_right .item a{
    background: #fff;
    display: block;
    height: 100%;
    border-radius: 5px;
    padding: 25px;
    position: relative;
    transition:all .5s;
}
.news_list_right .item .time{
    color:var(--subtheme-color);
}
.news_list_right .item .tit{
    line-height: 26px;
    margin-top: 5px;
    font-size: 18px;
    font-weight: bold;
    transition:all .5s;
}
.news_list_right .item .btn{
    width: 40px;
    height: 40px;
    justify-content: center;
    background:var(--subtheme-color);
    border-radius:5px 0;
    position: absolute;
    right: 0;
    bottom: 0;
    transition:all .5s;
}
.news_list_right .item .btn i{
    color:#fff;
}
.news_list_right .item a:hover{
    padding-top: 25px;
}
.news_list_right .item a:hover .tit{
    color:var(--theme-color);
}
.news_list_right .item a:hover .btn{
    background: var(--theme-color);
}
.news_more{
    height: 45px;
    border-radius: 5px;
    background: #fff;
    line-height: 45px;
    width: 100%;
    justify-content: center;
    color:#111;
    transition:all .5s;
    font-size: 18px;
    font-weight: bold;
}
.news_more i{
    margin-left: 6px;
    font-size: 14px;
}

.news_more:hover{
    background: var(--theme-color);
    color:#fff;
}



/* search */
.search{
    width: calc(100% + 208px);
}

.search_con{
    width: 47.5%;
    padding-right: 76px;
}
.search_con .form{
    position: relative;
    width: 100%;
    border-radius: 6px;
    background: #f5f5f5;
    overflow: hidden;
    margin-bottom: 24px;
}
.search_con .form input{
    width: 100%;
    height: 100%;
    padding-left: 16px;
    padding-right: 60px;
    font-size: 16px;
    color: #009143;
    border: none;
    background: transparent;
    outline: none;
    line-height: 60px;
    height: 60px;
}
.search_con .form input::placeholder{
    color:#999;
}
.search_con .form button{
    width: 43px;
    display: flex;
    background: #009143;
    border-radius: 2px;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    transition: all 0.36s;
    outline: none;
    border: none;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.search_con .form button:hover{
    background: #0AAA54;
}
.search_con .form button i{
    color:#fff;
}
.search_con .menu a{
    border-radius: 6px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #fff;
    display: block;
    padding: 10px 24px;
    color: #333;
    line-height: 1;
    font-size: 14px;
    transition:all .4s;
    margin: 0 8px 8px 0;
}
.search_con .menu a:hover{
    background: var(--theme-color);
    border-color: var(--theme-color);
    color:#fff;
}

.search_img{
    width: 52.5%;
    position: relative;
}
.search_img img{
    width: 100%;
}
.search_img:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 70%;
    height: 100%;
    background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0.00) 100%);
}



/* footer */


.footer:before{
    content:'';
    background: linear-gradient(to right,#e71f1c,#0846a8);
    height: 10px;
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
.footer{
    position: relative;
    background-color: #303132;
    color:rgba(255, 255, 255, 0.7);
}

.footer_hd{
    width: 100%;
    position: relative;
    padding:65px 0 40px;
    display: flex;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer_hd .logo{
    flex:1;
}
.footer_hd .logo a{
    font-size: 30px;
    font-weight: bold;
    color:#fff;
    line-height: 1;
}
.footer_hd .logo a:hover{
    text-decoration: none;
    color:#fff;
}
.footer_hd .logo img{
    max-height: 30px;
    margin-right: 12px;
}
.footer_hd .desc{
    padding-right: 5%;
}
.footer_hd .desc p{
    font-size: 20px;
    color:#fff;
}
.footer_hd .desc a{
    height: 46px;
    padding: 0 38px;
    background: linear-gradient(to right,#e71f1c,#0846a8);
    color:#fff;
    margin-left:50px;
    line-height: 46px;
    border-radius: 100px;
    transition:all .5s;
}
.footer_hd .desc a i{
    margin-left: 6px;
}
.footer_hd .desc a:hover{
    background: linear-gradient(to right,#0846a8,#e71f1c);
    color:#fff;
    text-decoration: none;
}
.footer_bd{
    padding:40px 0 47px;
    position: relative;
}
.footer_bd:after{
    content:'';
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 90px;
    background: rgba(255, 255, 255, 0.1);
}
.footer_bd_hd{
    width: 58%;
}
.footer_bd_hd .item{
    flex:1;
    padding-right:40px;
}

.footer_bd_hd .item dt{
    margin-bottom:40px;
}
.footer_bd_hd .item dt a{
    color:#fff;
    font-size: 20px;
}
.footer_bd_hd .item dd a{
    margin: 0 6px 6px 0;
    display: block;
}
.footer_bd_hd .item:nth-child(2) .dd_list{
    display: flex;
    flex-wrap: wrap;
}

.footer_bd_bd{
    flex:1;
    min-width: 0;
    padding-left: 5%;
}
.footer_bd_bd .tit{
    color:#fff;
    margin-bottom:40px;
    font-size: 20px;
}
.footer_bd_bd .con_code .con{
    flex:1;
    min-width: 0;
}
.footer_bd_bd .con_code .con p i{
    font-size:20px;
    margin-right:10px;
}
.footer_bd_bd .con_code .code{
    padding-right: 30px;
}
.footer_bd_bd .con_code .code .img{
    width: 100px;
    height: 100px;
    background: #fff;
    border-radius: 6px;
    padding: 6px;
}
.footer_bd_bd .con_code .code span{
    display: block;
    text-align: center;
    font-size: 14px;
    margin-top: 6px;
}


.footer_copyright{
    padding:26px 0;
    font-size: 14px;
    display: flex;
    border-top:1px solid rgba(255, 255, 255, .1);
    justify-content: center;
}
.footer_copyright a{
    padding: 0 8px;
}
.footer_copyright span{
    padding: 0 8px;
}
.footer_copyright img{
    margin:0 6px;
    max-height: 15px;
}
.footer_copyright a:hover{
    color:var(--theme-color);
}
.footer a:hover{
    color:var(--theme-color);
    text-decoration: underline;
}


/* page_banner */

.page_banner{
    position: relative;
}
.page_banner .img{
    position: relative;
    z-index: -1;
}

.page_banner .img img{
    width: 100%;
}
.page_banner_con{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color:#fff;
}
.page_banner_con .tit{
    font-size:48px;
    font-weight: bold;
    line-height: 1.3;
}
.page_banner_con .subtit{
    font-size:18px;
    margin-top: 10px;
}
.page_banner_case_con .desc{
    width: 42%;
    font-size: 18px;
    color:rgba(255,255,255,.8);
    margin-top: 20px;
}

.page_banner_pos_wrap{
    border-bottom: 1px solid #cbcbcb;
    padding: 25px 0;
}
.page_banner_pos{
    
}
.page_banner_pos .pos i{
    font-size:22px;
    line-height: 1;
    margin-right: 6px;
}
.page_banner_pos .pos a{
    position: relative;
    font-size: 18px;
    padding: 0 6px;
}

.page_banner_pos .pos a:hover{
    color:var(--theme-color);
    text-decoration: underline;
}


/* page_product_menu */


 .page_product_menu {
    width:390px;
    padding-right:30px;
    position: sticky;
    top: 40px;
}

.page_product_menu .menu {
    overflow: hidden;
}
.page_product_menu .menu_tit {
    color:#fff;
    height:70px;
    display: flex;
    align-items: center;
    background:linear-gradient(to right,#e71f1c,#0846a8);
    padding: 0 40px;
    border-radius: 10px 10px 0 0;
    font-size: 24px;
    font-weight: bold;
}
.menu_list {
    margin-top: 5px;
    max-height: calc(100vh - 200px);
    overflow-y: auto;
}
.menu_list .item {
    margin-bottom: 5px;
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
}

.menu_list .item .item_hd{
    height: 62px;
    padding: 0 0 0 30px;
    transition:all .4s;
    
}
.menu_list .item .item_hd .j_tit{
    flex:1;
    min-width: 0;
}
.menu_list .item .item_hd .j_tit a{
    font-size: 18px;
    font-weight: bold;
    display: block;
}
.menu_list .item .item_hd .jy_chevron{
    transition:all .5s;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.menu_list .item .item_hd .jy_chevron:hover,.menu_list .item .item_hd.active .jy_chevron{
    transform: rotate(90deg);
}
.menu_list .item .item_hd .jy_chevron i{
    color:#666;
    font-size: 16px;
}
.menu_list .item .item_bd{
    padding: 0 30px 10px;
}
.menu_list .item .item_bd a {
    line-height: 1.4;
    position: relative;
    padding: 10px 0 10px 15px;
}
.menu_list .item .item_bd a:before{
    content:'';
    width:6px;
    height:6px;
    background: #333;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top:20px;
}
.menu_list .item .item_hd:hover,.menu_list .item .item_hd.on{
    background:rgba(0,64,171,.1);
}
.menu_list .item .item_hd:hover .j_tit a,.menu_list .item .item_hd.on .j_tit a{
    color:var(--subtheme-color);
}
.menu_list .item .hd.cur a, .menu_list .item .hd.cur i{
    color:var(--subtheme-color);
}
.menu_list .item .item_hd.active{
    background: var(--subtheme-color);
}
.menu_list .item .item_hd.active a, .menu_list .item .item_hd.active:hover a,.menu_list .item .item_hd.active .jy_chevron i{
    color:#fff;
}
.menu_list .item .item_bd a:hover,.menu_list .item .item_bd .item_bd_i.cur a{
    color:var(--theme-color);
}
.menu_list .item .item_bd a:hover:before,.menu_list .item .item_bd .item_bd_i.cur a:before{
    background: var(--theme-color);
}
.jy_hidden{
    display: none;
}

/* page_product */
.page_product {
    justify-content: flex-start;
    align-items: flex-start;
}
.page_product_list{
    flex:1;
    min-width: 0;
    
}
.page_product_list_tit{
    background: #fff;
    height:70px;
    margin-bottom:20px;
    font-size:20px;
    font-weight: bold;
    display: flex;
    align-items: center;
    padding:0 30px;
    border-radius: 8px;
}


.page_product_list_tit .desc{
    color:#666;
    margin-top: 10px;
}

.page_product_list .list{
    margin:-10px;
}
.page_product_list .list .item{
    width: 33.333%;
    padding:10px;
}
.page_product_list .list .item a{
    display: block;
    background: #fff;
    padding:30px;
    border:1px solid #fff;
    border-radius: 8px;
}
.page_product_list .list .item .item_img{
    padding-bottom: 30px;
    position: relative;
}
.page_product_list .list .item .item_img span{
    width:60px;
    height: 30px;
    background: #FF7D00;
    color:#fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right:0;
    top:0;
    font-size: 14px;
    border-radius: 6px;
    opacity: .8;
}
.page_product_list .list .item .item_con{
    border-top: 1px solid #d7d7d7;
    padding-top: 15px;
}
.page_product_list .list .item .item_con p{
    color:#666;
}
.page_product_list .list .item .item_con h4{
    font-size:18px;
    font-weight: bold;
    transition:all .5s;
}

.page_product_list .list .item a:hover{
    border-color: var(--theme-color);
}
.page_product_list .list .item a:hover .item_con h4{
    color:var(--theme-color);
}


.page_product_list.page_product_recommend{
    padding-left: 0;
}

/* page_about */


.page_about1 {
    align-items: flex-start;
}
.page_about_tit{
    width: 25%;
    font-size: 38px;
    padding-right: 5%;
    line-height: 1.1;
    position: sticky;
    top: 40px;
}
.page_about_tit:after{
    content:'';
    display:block;
    height: 3px;
    width:60px;
    background: var(--theme-color);
    margin-top:20px;
}
.page_about1_con{
    flex:1;
}
.page_about1_con .content p{
    margin-bottom: 20px;
    color:#666;
}
.page_about1_con .content h3{
    font-weight: bold;
    font-size: 22px;
    padding: 20px 0 10px 20px;
    position: relative;
}
.page_about1_con .content h3:before{
    content:'';
    width:7px;
    height:7px;
    background: var(--theme-color);
    position: absolute;
    left: 0;
    top: 35px;
    border-radius: 50%;
}
.page_about1_con .j_choose{
    margin:-6px;
}
.page_about1_con .j_choose .item_w{
    padding:6px;
    flex:1;
}
.page_about1_con .j_choose .item_w:nth-child(1) .item{
    background-image: url("../images/about01.jpg");
}
.page_about1_con .j_choose .item_w:nth-child(2) .item{
    background-image: url("../images/about02.jpg");
}
.page_about1_con .j_choose .item_w:nth-child(3) .item{ 
    background-image: url("../images/about03.jpg");
    
}
.page_about1_con .j_choose .item{
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}
.page_about1_con .j_choose .item .item_bg{
    background: linear-gradient(to right,rgba(0,0,0,.9),transparent);
    position: absolute;
    width: 100%;
    height:100%;
    left: 0;
    top: 0;
    z-index: 1;
}
.page_about1_con .j_choose .item .item_con{
    position: relative;
    z-index: 2;
    padding: 30px;
}
.page_about1_con .j_choose .item .item_con .img img{
    filter: invert(100%) sepia(0%) saturate(2%) hue-rotate(23deg) brightness(103%) contrast(101%);
}
.page_about1_con .j_choose .item .item_con .tit{
    color:#fff;
    margin-top: 10px;
}


/* page_service */

.page_service{
    align-items: flex-start;
}

.page_service_tit{
    width:30%;
    padding-right: 5%;
    font-size: 38px;
    line-height: 1.1;
    position: sticky;
    top: 50px;
}
.page_service_tit:after{
    content: '';
    display: block;
    height: 3px;
    width: 60px;
    background: var(--theme-color);
    margin-top: 20px;
}
.page_service1_con{
    flex:1;
    min-width: 0;
}
.page_service1_con .content h3{
    font-weight: bold;
    font-size: 22px;
    padding:0 0 0 20px;
    position: relative;
}
.page_service1_con .content h3:before{
    content: '';
    width: 7px;
    height: 7px;
    background: var(--theme-color);
    position: absolute;
    left: 0;
    top: 15px;
    border-radius: 50%;
}
.page_service1_con .content p{
    margin-bottom: 20px;
}
.page_service1_con .content ul{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 20px;
}
.page_service1_con .content ul li{
    box-shadow:0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    flex-grow: 1;
    flex-basis: 37%;
    padding:30px;
    border-radius: 8px;
}
.page_service1_con .content ul li h4{
    font-weight: bold;
    color:var(--theme-color);
    font-size:20px;
    margin-bottom: 6px;
}
.page_service1_con .content ul li p{
    margin-bottom: 0;
}
.page_service1_con .content ul.list-1 li p{
    color:#666;
}


.page_service1_con .content ul.list-2 li{
    padding: 0;
    overflow: hidden;
}
.page_service1_con .content ul.list-2 li .con{
    padding: 25px 30px;
}
.page_service1_con .content ul.list-2 li .con h6{
    margin-bottom: 12px;
}
.page_service1_con .content ul.list-2 li .con p{
    color:#999;
    font-size: 14px;
}
.page_service1_con .content ul.list-3 li .num{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-bottom: 20px;
    background: rgba(206,40,32,.1);
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Arial';
    font-size:18px;
    font-weight: bold;
}
.page_service1_con .list_img .list_a{
    flex:1;
    min-width: 0;
}
.page_service1_con .list_img .list_a .item{
    padding-right:100px;
}
.page_service1_con .list_img .list_a .item .item_ico{
    background: rgba(206,40,32,.06);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.page_service1_con .list_img .list_a .item .item_ico i{
    font-size: 26px;
}
.page_service1_con .list_img .img{
    width: 30%;
    border-radius: 10px;
    overflow: hidden;
}
.page_service1_con .list_img .list_a .item .item_con{
    margin-top:10px;
}
.page_service1_con .list_img .list_a .item .item_con h4{
    font-size: 20px;
    font-weight: bold;
    color:var(--theme-color);
}
.page_service1_con .list_img .list_a .item .item_con p{
    color:#666;
}

.page_service1_con .list_wz .item{
    display: flex;
    padding-top: 40px;
    position: relative;
}
.page_service1_con .list_wz .item:after{
    content:'';
    width: 2px;
    height:calc(100% - 10px);
    background: rgba(206,40,32,.2);
    position: absolute;
    left: 20px;
    top: 40px;
    display: block;
}
.page_service1_con .list_wz .item:last-child:after{
    display: none;
}
.page_service1_con .list_wz .item .item_ico{
    width: 40px;
    height:40px;
    background: var(--theme-color);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color:#fff;
    font-size:18px;
    font-family: 'Arial';
}

.page_service1_con .list_wz .item .item_con{
    padding-left: 15px;
    flex:1;
    min-width: 0;
}
.page_service1_con .list_wz .item .item_con h4{
    font-size: 18px;
    font-weight: bold;
}
.page_service1_con .list_wz .item .item_con h5{
    color:#666;
    margin-top:6px;
}
.page_service1_con .list_wz .item .item_con ul li{
    max-width: 330px;
    background: rgb(248,249,250);
}
.page_service1_con .list_wz .item .item_con ul li h6{
    font-weight: bold;
}
.page_service1_con .list_wz .item .item_con ul li p{
    font-size: 14px;
    color:#999;
}


/* page_download_list */

.page_download_list .item .item_con .subtit{
    color:#999;
    margin-bottom: 10px;
}
.page_case_list .item .item_con .ico{
    position: absolute;
    right:40px;
    bottom:40px;
    width: 60px;
}
.page_case_list .item .item_con .ico img{
    opacity: .4;
}
.page_download_list .item:hover .item_con .tit{
    color:var(--theme-color);
}

/* page_case_list */

.page_case_list{
    
}
.page_case_list .list{
    margin:-20px ;
}
.page_case_list .item{
    padding: 20px ;
    width: 50%;
}
.page_case_list .item_w{
    overflow: hidden;
    border-radius: 8px;
    transition:all .5s;
}
.page_case_list .item .item_img{
    width: 50%;
}
.page_case_list .item .item_con{
    flex:1;
    min-width:0;
    background: #fff;
    padding:30px 40px;
    position: relative;
}
.page_case_list .item .item_con .icon{
    position: absolute;
    right:30px;
    bottom: 30px;
    opacity: .2;
}
.page_case_list .item .item_con .tit{
    font-size: 26px;
    font-weight: bold;
    white-space: nowrap;
    align-items: flex-end;
    line-height: 1;
}
.page_case_list .item .item_con .tit span{
    font-size: 16px;
    text-transform: capitalize;
    color:#999;
    margin-left: 8px;
    display: block;
    line-height: 1;
    font-weight: normal;
}
.page_case_list .item .item_con .s_list{
    margin-top: 24px;
}
.page_case_list .item .item_con .s_list a{
    display: block;
    position: relative;
    padding-left: 12px;
    margin:0 20px 13px 0;
    line-height: 1.1;
    transition:all .5s;
}
.page_case_list .item .item_con .s_list a:before{
    content:'';
    width: 6px;
    height: 6px;
    background: var(--theme-color);
    display: block;
    position: absolute;
    left: 0;
    top: 5px;
    border-radius: 50%;
}

.page_case_list .item_w:hover{
    box-shadow:  0 0 20px rgba(0,0,0,.1);
}
.page_case_list .item .item_con .s_list a:hover{
    color:var(--theme-color);
    text-decoration: underline;
}


.page_product_choose_list{
    padding-left: 5%;
    flex:1;
    min-width: 0;
} 
.page_product_choose_list .item{
    padding:25px 0;
    border-bottom: 1px solid #ddd;
}
.page_product_choose_list .item:first-child{
    padding-top: 0;
}
.page_product_choose_list .item h4{
    font-weight: bold;
    font-size: 24px;
    transition:all .5s;
}
.page_product_choose_list .item p{
    font-size: 18px;
    color:#666;
}
.page_product_choose_list .item:hover h4{
    color:var(--theme-color);
}

/* page_download_center */

.page_download_center{
    padding:30px 0 50px;
}
.page_download_center .list_item {
    margin-bottom: 30px;
}
.page_download_center .list_item .menu{
    display: flex;
    color:#333;
    font-size:24px;
    padding:30px 40px;
    background: #fff;
    cursor: pointer;
    transition:all .3s;
    justify-content: space-between;
    font-family: 'MontserratSemiBold';
    align-items: center;
}
.page_download_center .list_item .menu i{
    font-size:20px;
    color:#333;
    transition:all .3s;
}
.page_download_center .list_item .menu:hover,.page_download_center .list_item .menu.cur{
    color:var(--theme-color);   
}

.page_download_tit .tit p{
    max-width: 70%;
    margin:auto;
}
.page_download_tit .tit p a{
    color:var(--theme-color);
}
.page_download_tit .tit p a:hover{
    text-decoration: underline;
}



.page_download_center .list_item .list{
    display: none;
    padding:0 40px;
    background: #fff;
}
.page_download_center .list_item:first-child .list{
    display: block;
}

.page_download_center .list_item .list .item{
    display: flex;
    height: 90px;
    display: flex;
    align-items: center;
    border-top: 1px solid #ebebeb;
}

.page_download_center .list_item .list .item .pdf{
    width: 50px;
    height: 25px;
    border:1px solid #a9a9a9;
    font-family: 'MontserratLight';
    font-size:12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}
.page_download_center .list_item .list .item h4{
    font-size:16px;
    color:#2d2d2d;
    margin-left:25px;
    flex:1;
}
.page_download_center .list_item .list .item .btn{
    border:1px solid #c3c3c3;
    padding:5px 20px;
    transition:all .3s;
    border-radius: 5px;
}
.page_download_center .list_item .list .item .btn i{
    margin-left: 8px;
    font-size:16px;
}
.page_download_center .list_item .list .item:hover h4{
    color:var(--theme-color);
}
.page_download_center .list_item .list .item:hover .btn{
   background: var(--theme-color);
   border-color:var(--theme-color);
   color:#fff;
}


.page_download_center_more{
    text-align: center ;
    padding-bottom: 80px;
}
.page_download_center_more a{
    padding-bottom: 5px;
    display: inline-block;
}
.page_download_center_more a:after{
    width: 100%;
    height: 1px;
    background: #666;
    content:'';
    display: block;
}
.page_download_center_more a:hover{
    color:var(--theme-color);
}
.page_download_center_more a:hover:after{
    background: var(--theme-color);
}


/* page_product_video */


.page_product_video{
    padding:50px 0 80px;
}
.page_product_video .list{
    margin:0 -17px;
}
.page_product_video .list .item{
    width: 33.33%;
    padding:0 17px;
}
.page_product_video .list .item iframe{
    height: 385px;
}




/* page_case_detail */


.page_case_detail{
    width:60%;
}
.page_case_detail h1{
    font-size: 38px;
    line-height: 1.3;
}
.page_case_detail_con{
    padding:20px 40px;
    background: #fff;
    margin-top: 11px;
    border-radius: 10px;
}
.page_case_detail_con dl,.page_case_detail_con ol,.page_case_detail_con ul,.page_case_detail_con li{
    list-style: initial;    
}
.page_case_detail_con h2{
    font-size:28px;
    font-weight: normal;
    color:#000;
    margin-top: 40px;
    margin-bottom: 20px;
}
.page_case_detail_con h3{
    font-size:24px;
    color:var(--theme-color);
    margin:20px 0 10px;
    position: relative;
    line-height: 1;
    padding-left: 20px;
}
.page_case_detail_con h3:before{
    content:'';
    display: block;
    width: 5px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 0;
    background: var(--theme-color);
}
.page_case_detail_con img{
    margin: 20px 0;
}
.page_case_detail_con table{
    border: 1px solid #eee;

}
.page_case_detail_con table tr th{
    background: #f5f5f5;
}
.page_case_detail_con .more_style5{
    margin:50px auto 30px;
    background: #ddd;
}

.page_product_list_tj{
    padding-left: 50px;
    position: sticky;
    top: 40px;
}

.page_product_list_tj .j_tit{
    font-size: 24px;
    margin:10px 0;
}
.page_product_list_tj .list .item{
    width: 50%;
}

/* product_detail */


.jy_pin_wrap{
    
}
.pd_detail{
    background: url("../images/ico4.png") no-repeat right 30px bottom 30px #f3f6fc;
}
.pd_detail_hd{
    
}
.pd_detail_hd .pics{
    width:50%;
    height: 550px;
}
.pd_detail_hd .pics .mySwiper2{
    flex:1;
    min-width: 0;
    height:100%;
    margin:0;
    overflow: hidden;
    border-radius:5px;
    position: relative;
    margin-left: 20px;
}
.pd_detail_hd .pics .mySwiper2 .swiper-pagination-bullet-active{
    background: var(--theme-color);
}
.pd_detail_hd .pics .mySwiper2 .img{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 30px;
    background: #fff;
}
.pd_detail_hd .pics .mySwiper2 .img img{
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.pd_detail_hd .pics .mySwiper1_w{
    position: relative;
    padding:26px 0;
    width: 90px;
}
.pd_detail_hd .pics .mySwiper1_w .swiper-wrapper{
    flex-direction: column;
}
.pd_detail_hd .pics .mySwiper{
    overflow: hidden;
    height: 100%;
}

.pd_detail_hd .pics .mySwiper .swiper-slide .img{
    background: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    border:1px solid #fff;
    overflow: hidden;
    height:100%;
    width: 100%;
    padding: 10px;
}
.pd_detail_hd .pics .mySwiper .swiper-slide.swiper-slide-thumb-active .img{
    border:1px solid var(--subtheme-color);
    
}
.pd_detail_hd .pics .mySwiper .swiper-slide .img img{
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.pd_detail_hd .pics .mySwiper1_w .swiper-button-next,.pd_detail_hd .pics .mySwiper1_w .swiper-button-prev{
    z-index: 99;
    width:100%;
    height: 16px;
    border-radius:3px;
    opacity: 1;
    color:#333;
    background: #ddd;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    margin:0;
}
.pd_detail_hd .pics .mySwiper1_w .swiper-button-next:after,.pd_detail_hd .pics .mySwiper1_w .swiper-button-prev:after{
    font-size:8px;
    font-weight: bold;
    transform: rotate(90deg);
}

.pd_detail_hd .pics .mySwiper1_w .swiper-button-prev{
    top: 0;
}
.pd_detail_hd .pics .mySwiper1_w .swiper-button-next{
    top: auto;
    bottom: 0;
}
.pd_detail_hd .pics .mySwiper1_w .swiper-button-next:hover,.pd_detail_hd .pics .mySwiper1_w .swiper-button-prev:hover{
    background: var(--theme-color);
    color:#fff;
}


.pd_detail_hd .infos{
    flex: 1;
    padding:10px 0 0 6%;
    min-width: 0;
}
.pd_detail_hd .infos h3{
    font-size: 20px;
    color:#666;
    font-weight: normal;
}
.pd_detail_hd .infos h1{
    line-height: 1.2;
    font-size: 40px;
    font-weight: bold;
}
.pd_detail_hd .infos h5{
    margin: 10px 0 0;
    color:var(--theme-color);
}
.pd_detail_hd .infos .desc{
    margin:20px 0 0;
    color:#666;
    line-height: 1.8;
}
.pd_detail_hd .infos .desc p{
    color:#333;
}
.pd_detail_hd .infos .list{
    gap:15px;
}
.pd_detail_hd .infos .list .item{
    text-align: center;
    background: #fff;
    flex:1;
    border-radius: 8px;
    padding:15px 10px;
}
.pd_detail_hd .infos .list .item .item_ico i{
    font-size: 30px;
    line-height: 1;
    color:var(--subtheme-color);
}
.pd_detail_hd .infos .list .item .item_tit{
    font-size: 14px;
    margin-top: 6px;
    color:#666;
}


.pd_detail_hd .infos .btns{
    margin-top:60px;
}
.pd_detail_hd .infos .btns .btn{
    align-items: center;
    text-transform: uppercase;
    margin-right:20px;
    line-height: 1;
    display: flex;
    background: var(--subtheme-color);
    color:#fff;
    height: 48px;
    padding:0 40px;
    border-radius:100px;
    cursor: pointer;
    transition:all .4s;
}
.pd_detail_hd .infos .btns .btn i{
    line-height: 1;
    vertical-align: middle;
    margin-left:10px;
    display: inline-block;
    font-size: 24px;
}
.pd_detail_hd .infos .btns .btn.btn2{
    background:#777;
}
.pd_detail_hd .infos .btns .btn:hover{
    background: var(--theme-color);
}


.pd_detail_intro{
    background: #fff;
}

.pd_detail_intro_tit{
    padding:25px 0;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 50;
}
.pd_detail_intro_tit .item{
    display: inline-block;
    margin-right:10px;
    cursor: pointer;
    line-height: 1.5;
    font-size: 18px;
    width: 180px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    padding: 0 10px;
    background: #f3f6fc;
    border-radius: 8px;
    overflow: hidden;
}

.pd_detail_intro_tit .item.cur{
    background: var(--theme-color);
    color:#fff;
}
.pd_detail_intro_tit .item.cur:after{
    width: 100%;
}

.pd_detail_intro .jy_item .j_tit{
    
}
.pd_detail_intro .jy_item .j_tit p{
    font-size: 18px;
    color:#666;
}
.pd_detail_intro .jy_item .j_tit h4{
    font-size:36px;
    font-weight: bold;
    line-height: 1.3;
}
.pd_detail_intro .jy_item .item_con{
    flex:1;
    min-width: 0;
    padding:30px 0;
}
.pd_detail_intro .jy_item .item_con .con{
    margin-top: 50px;
}
.pd_detail_intro .jy_item .item_con .con p{
    line-height: 1.8;
}
.pd_detail_intro .pd_detail_intro1 .item_img{
    width:52%;
    padding-left: 5%;
}
.pd_detail_intro .pd_detail_intro1 .item_img img{
    border-radius: 8px;
}


.pd_detail_intro2 .con table{
    width: 100%!important;
}
.pd_detail_intro2 .con table tr td{
    border: 1px solid #000;
    padding: 5px 10px!important;
}
.pd_detail_intro3 .list{
    margin: 0 -10px;
}
.pd_detail_intro3 .list p{
    padding: 0 10px;
}
.pd_detail_intro3 .list p img{
    border-radius: 8px;
}


.page_product_contact_wrap{
    padding:80px 0 0;
}
.page_product_contact{
    background: #fff;
    padding: 0 70px 70px;
}

.page_product_contact_flex .l_tel{
    width: 50%;
    padding:30px 6% 0 0;
}
.page_product_contact_flex .l_tel .list .item{
    display: flex;
    width: 33.333%;
}
.page_product_contact_flex .l_tel .list .item .ico{
    width: 42px;
    height: 42px;
    border:1px solid #ddd;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.page_product_contact_flex .l_tel .list .item .ico i{
    font-size:18px;
    color:#666;
}
.page_product_contact_flex .l_tel .list .item .con{
    flex:1;
    min-width: 0;
    padding-left:10px;
}

.page_product_contact_flex .list .item:last-child{
    width: 100%;
    margin-top:20px;
}
.page_product_contact_flex .l_tel .map{
    margin-top: 30px;
}
.page_product_contact_flex .l_tel .map img{
    width: 100%;
}

/* page_news */

.page_latest_news_tit{
    color:#333;
}

.page_latest_news{
    position: relative;
    overflow: hidden;
}
.page_latest_news .item{
    border-radius:16px;
    overflow: hidden;
    background: #fff;
    overflow: hidden;
}
.page_latest_news .item_con{
    flex:1;
    min-width: 0;
    padding:50px 65px;
}

.page_latest_news .item_con .tit{
    line-height: 1.3;
    transition:all .4s;
    color:#000;
    font-size: 24px;
    font-weight: bold;
}
.page_latest_news .item_con .time{
    color:#999;
    font-size: 14px;
}
.page_latest_news .item_con .desc{
    color:#666;
    margin-top: 10px;
}
.page_latest_news .item_con .more{
    border-radius: 100px;
    width: 145px;
    height: 45px;
    border-radius: 100px;
    background:var(--theme-color);
    display: flex;
    justify-content: center;
    align-items: center;
    transition:all .5s;
    color:#fff;
    margin-top: 50px;
}
.page_latest_news .item_con .more:hover{
    background:#0b8346;
}
.page_latest_news .item_con .more i{
    margin-left: 8px;
}
.page_latest_news .item_img{
    width: 40%;
}
.page_latest_news .item_img img{
    width: 100%;
    object-fit: cover;
}
.page_latest_news .arrow{
    position: absolute;
    right: 50px;
    bottom: 50px;
}
.page_latest_news .arrow .swiper-button-prev,.page_latest_news .arrow .swiper-button-next{
    position: initial;
    width: 40px;
    height: 40px;
    background:#f5f5f5;
    color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    opacity: 1;
    margin: 0;
    transition: all .5s;
    margin-left:10px;
}
.page_latest_news .arrow .swiper-button-prev:after,.page_latest_news .arrow .swiper-button-next:after{
    font-size: 16px;
    font-weight: bold;
}
.page_latest_news .arrow .swiper-button-prev:hover,.page_latest_news .arrow .swiper-button-next:hover{
    background: var(--theme-color);
    color:#fff;
}

.page_latest_news .item:hover .item_con .tit{
    color:var(--theme-color);
}
.page_latest_news .item:hover .item_con .more{
    background: var(--subtheme-color);
    color:#fff;
}

/* page_menu_public */

.page_menu_public {
    position: relative;
}

.page_menu_public .list{
   
}
.page_menu_public .item{
    margin:0 20px 0 0;
}
.page_menu_public .item a{
    height: 54px;
    padding: 0 40px;
    background: #fff;
    display: flex;
    align-items: center;
    border-radius: 8px;
    transition:all .5s;
    font-size: 18px;
}

.page_menu_public .item a:hover{
    background: var(--theme-color);
    color:#fff;
}
.page_menu_public .item.all a,.page_menu_public .item.cur a{
    background: linear-gradient(to right,#e71f1c,#0846a8);
    color:#fff;
}

.page_news_tit .menu{
    display: flex;
    align-items: center;
}
.page_news_tit .menu a{
    font-size:18px;
    display: block;
    font-family: 'MontserratLight';
    margin-left: 100px;
    position: relative;
}

.page_news_tit .menu a:after{
    content:'';
    width: 0;
    height: 2px;
    background: var(--theme-color);
    display: block;
    position: absolute;
    left: 0;
    bottom:-17px;
    transition:all .3s;
}
.page_news_tit .menu a.cur,.page_news_tit .menu a:hover{
    color:var(--theme-color);
}
.page_news_tit .menu a:hover:after,.page_news_tit .menu a.cur:after{
    width: 100%;
}

.page_news_list .list{
    margin:-20px -10px;
}
.page_news_list .item{
    width:33.333%;
    display: block;
    padding:20px 10px;
}
.page_news_list .item a{
    border-radius: 8px;
    display: block;
    transition:all .5s;
}
.page_news_list .item .item_img{
    border-radius:8px;
    overflow: hidden;
    position: relative;
}
.page_news_list .item .item_img img{
    width: 100%;
}
.page_news_list .item .item_img .time{
    height: 28px;
    background: var(--theme-color);
    color:#fff;
    padding: 0 20px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
}
.page_news_list .item .item_con{
    
}
.page_news_list .item .item_con .time{
    font-size: 14px;
    color: #999;
    margin-top: 15px;
}
.page_news_list .item .item_con .tit{
    font-size:20px;
    font-weight: bold;
    transition: all .4s;
    line-height: 1.4;
    margin-top: 5px;
}

.page_news_list .item .item_con .btn{
    color:#333;
    width:40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #666;
    display: flex;
    justify-content: center;
    align-items: center;
    transition:all .5s;
}
.page_news_list .item .item_con .btn i{
    display: block;
    transition:all .5s;
    font-size: 12px;
}
.page_news_list .item a:hover{
    border-color: var(--theme-color);
}

.page_news_list .item a:hover .item_con .tit{
    color:var(--theme-color);
}
.page_news_list .item a:hover .item_con .btn{
    background: var(--theme-color);
    color:#fff;
    border-color: var(--theme-color);
}
.page_news_list .item a:hover .item_con .btn i{
    transform: rotate(-45deg);
}

.no_banner_pos{
    padding:110px 0 0;
}
.no_banner_pos .pos i{
    font-size:18px;
    margin-right: 6px;
}
.no_banner_pos .pos a{
    position: relative;
    padding-right: 24px;
    font-size: 14px;
    opacity: .8;
}
.no_banner_pos .pos a:after{
    content: '';
    width: 6px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    background-image: url(../images/breadh.svg);
    background-size: 100% 100%;
}
.no_banner_pos .pos a:last-child{
    padding-right: 0;
}
.no_banner_pos .pos a:last-child:after{
    display: none;
}
.no_banner_pos .pos a:hover{
    color:var(--theme-color);
}
/* page_news_detail */


.page_news_detail_wrap{
    align-items: flex-start;
}
.page_news_detail{
    flex:1;
    min-width: 0;
}
.page_news_detail>h1{
    font-size:38px;
    line-height: 1.3;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}
.page_news_detail .info{
    margin-top: 26px;
    font-size: 14px;
    justify-content: space-between;
}

.page_news_detail .info .item span{
    color:var(--theme-color);
}
.page_news_detail .info .item i{
    font-size: 16px;
    margin-right: 8px;
    color:var(--theme-color);
}

.page_news_detail .desc{
    min-height: 20vh;
    padding: 40px 0 20px;
}
.page_news_detail .desc h2{
    font-size: 24px;
    position: relative;
    padding-left: 18px;
    line-height: 1.3;
    margin:50px 0 20px;
    color:var(--theme-color);
}
.page_news_detail .desc h2:before{
    content:'';
    width: 5px;
    height: 22px;
    background: var(--theme-color);
    position: absolute;
    left: 0;
    top:9px;
    display: block;
}
.page_news_detail .desc h4{
    font-size: 20px;
    font-weight: bold;
    padding-left: 18px;
    position: relative;
    line-height: 1.2;
    margin:30px 0 20px;
}
.page_news_detail .desc h4:before{
    content:'';
    width:6px;
    height:6px;
    border:2px solid var(--theme-color);
    left: 0;
    top: 7px;
    position: absolute;
    display: block;
    transform: rotate(45deg);
}

.page_news_detail .desc h5{
    color:#666;
    margin: 30px 0 20px;
    background: #f5f5f5;
    padding:20px 30px;
    border-radius: 10px;
}
.page_news_detail .desc h5:first-child{
    margin-top: 0;
}
.page_news_detail .desc img{
    display: block;
    margin: auto;
}

.page_news_detail .desc p{
    margin-bottom: 10px;
    padding: 0 18px;
}
.page_news_detail .desc a{
    font-weight: bold;
    color:var(--theme-color);
    text-decoration: underline;
}
.page_news_detail .desc a:hover{
    color:blue;
}

.page_news_detail .mark{
    border-bottom: 2px dashed #ccc;
    padding-bottom: 30px;
}
.page_news_detail .mark b{
    color:blue;
    font-size: 18px;
    display: inline-block;
}

.page_news_detail .tag{
    padding-top: 20px;
}
.page_news_detail .tag .j_tit{
    color:#999;
    font-size: 14px;
}
.page_news_detail .tag .j_tit i{
    margin-right: 5px;
}
.page_news_detail .tag .ul{
    flex-wrap: wrap;
    flex:1;
    min-width: 0;
}
.page_news_detail .tag .li{
    margin:5px;
}
.page_news_detail .tag .li a{
    background: rgba(0,165,81,.06);
    font-size: 14px;
    padding:3px 10px;
    border-radius: 3px;
    color: var(--theme-color);
    display:block;
}
.page_news_detail .tag .li a:hover{
    background: var(--theme-color);
    color:#fff;
}

.page_recommended_news{
    width: 40%;
    padding-left: 10%;
    position: sticky;
    top: 140px;
}
.page_recommended_news .j_tit{
    font-size: 20px;
    font-weight: bold;
}
.page_recommended_news .list{
    padding-top: 8px;
}
.page_recommended_news .list .item{
    width: 100%;
    padding: 16px 0;
    border-bottom: 1px solid rgba(78, 89, 105, .2);
}
.page_recommended_news .list .item:last-child{
    border-bottom: none;
}
.page_recommended_news .list .item .item_img{
    width: 42%;
    border-radius: 8px;
    overflow: hidden;
}
.page_recommended_news .list .item .item_con{
    flex:1;
    min-width: 0;
    padding-left: 16px;
}
.page_recommended_news .list .item .item_con .time{
    font-size: 14px;
    color:#999;
}
.page_recommended_news .list .item .item_con .tit{
    font-weight: bold;
    transition:all .4s;
}
.page_recommended_news .list .item:hover .item_con .tit{
    color:var(--theme-color);
}


.go_back{
   
}
.go_back a{
    display: block;
    font-size:14px;
    height: 44px;
    background: #f5f5f5;
    line-height: 44px;
    text-align: center;
}
.go_back a:hover{
    background: var(--theme-color);
    color:#fff;
}


/* page_contact */

.page_contact_tit{
    text-align: center;
}
.page_contact_tit h4{
    color:#1d2129;
    font-size: 40px;
    font-weight: bold;
}
.page_contact_tit h4:after{
    content:'';
    width: 80px;
    height: 4px;
    background: var(--theme-color);
    display: block;
    margin: 10px auto 20px;
}
.page_contact_tit p{
    color:#4b5563;
    font-size: 20px;
}
.page_contact_con{
    gap: 50px;
}
.page_contact_con .j_bg{
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    background: #f2f3f5;
    border-radius: 8px;
    padding: 30px;
}
.page_contact_con .j_message,.page_contact_con .j_contact{
    flex:1;
}
.page_contact_con .j_message .input_box{
    display: flex;
    margin:-5px -10px;
}
.page_contact_con .j_message .input_box .input{
    flex:1;
    padding:10px;
}
.page_contact_con .j_message .input_box .input input,.page_contact_con .j_message .input_box .input textarea{
    width: 100%;
    height: 50px;
    border-radius: 6px;
    background: #fff;
    border: 1px solid #fff;
    outline: none;
    padding:10px 20px;
    line-height: 30px;
    transition:all .5s;
    font-size: 16px;
}
.page_contact_con .j_message .input_box .input input::placeholder,.page_contact_con .j_message .input_box .input textarea::placeholder{
    color:#999;
    font-size: 14px;
    font-family: "PingFang SC","Source Han Sans CN","Hiragino Sans GB","Heiti SC","Microsoft Yahei",Helvetica,Arial,sans-serif;
}
.page_contact_con .j_message .input_box .input input:focus,.page_contact_con .j_message .input_box .input textarea:focus{
    border-color: rgba(206,40,32,.5);
}
.page_contact_con .j_message .input_box .input textarea{
    height: 150px;
}
.page_contact_con .j_message .button button{
    width: 200px;
    height: 50px;
    background:var(--theme-color);
    color:#fff;
    border: none;
    outline: none;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
    transition:all .5s;
}

.page_contact_con .j_message .button button:hover{
    background: var(--subtheme-color);
}
.page_contact_con .j_message .txt{
    margin-top: 60px;
    color:#4b5563;
    font-size: 15px;
}
.page_contact_con .j_message .txt p{
    margin-bottom: 6px;
}

.page_contact_con .j_contact{
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.page_contact_con .j_tit{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}
.page_contact_con .j_contact .j_list .item{
    display: flex;
    margin-bottom:30px;
}
.page_contact_con .j_contact .j_list .item:last-child{
    margin-bottom: 0;
}
.page_contact_con .j_contact .j_list .item .ico{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(206,40,32,.1);
    display: flex;
    justify-content: center;
    align-items: center;
}
.page_contact_con .j_contact .j_list .item .ico i{
    font-size: 20px;
    color:var(--theme-color);
}
.page_contact_con .j_contact .j_list .item .con{
    padding-left: 15px;
}
.page_contact_con .j_contact .j_list .item .con h4{
    font-weight: bold;
}
.page_contact_con .j_contact .j_list .item .con p{
    color:#4b5563;
}
.page_contact_con .j_contact .j_list .item .con p a:hover{
    color:var(--theme-color);
    text-decoration: underline;
}
.page_contact_con .j_contact .k_list .item{
    width: 110px;
    margin-right: 20px;
    border: 6px solid #fff;
    border-radius: 6px;
}
.page_contact_con .j_contact .k_list .item h4{
    height: 20px;
    background: #fff;
    font-size: 12px;
    text-align: center;
    color:#666;
}


/* page_tag */

.page_tag{
    background: #f5f5f5;
    margin:50px 0 20px;
    border-radius: 10px;
    padding: 20px;
}
.page_tag h4{
    margin-bottom: 3px;
    font-size: 18px;
}
.page_tag h4 b{
    color:var(--theme-color);
    padding: 0 6px;
    text-decoration: underline;
}
.page_tag p{
    font-size: 14px;
    color: #758697;
    margin-top: 5px;
}


/* return */

.return_page{
    position: relative;
    margin-top: 30px;
    padding-right: 40px;
}
.return_page a{
    padding: 32px;
    width: 100%;
    border-radius:16px;
    background: #F5F5F5;
    display: block;
}
.return_page a span{
    color:rgba(51, 51, 51, 0.60);
    font-size: 14px;
}
.return_page a h4{
    line-height: 1.6;
    font-weight: bold;
    margin-top: 16px;
    transition:all .4s;
    text-align: left;
    font-size: 18px;
}
.return_page a p{
    font-size: 14px;
    color:#999;
    line-height: 1.8;
    margin-top: 8px;
}
.return_page a:hover h4{
    color:var(--theme-color);
}
.return_page a.prev{
    margin-bottom: 24px;
}
.return_page a.next{
    text-align: right;
}




