body {
	font-size:  18px ;
	color: #212121;
}
h1{
    position: relative;
    text-align: center;
    font-size: 30px;
    margin-bottom: 60px;
}
h1::before{
    display: block;
    content: '';
    margin: 20px auto 40px;
     width: 79px;
    height: 3px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: #E7E7E7;
    top: 100%;
}
h1::after{
    top: 100%;
    display: block;
    content: '';
    margin: 20px auto 40px;
    width: 40px;
    height: 3px;
    background: #1265A3;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
h1.white{
    color: #fff;
}
h1.white::after{
    background: #FFFFFF;
    
}h1.white::before{background: #89B1DE;
    
}
.bg_gary{
    background: #F9FBFC;
}
.about_call li{
    text-align: center;
    padding: 50px;
    background: #fff;border: 3px solid #F7F7F7;
}
.about_call li h2{
    font-size:24px ;
    font-weight: bold;
}
#container{
    width: 100%;
    aspect-ratio: 1445/448;
}
.about_rongyu li{
    background: #FFFFFF;
    padding: 20px;
border: 2px solid #E6E6E6;
}
.about_qiye_section {
    padding-top: 88px;
}
.about_qiye_section h1{
    margin-bottom: 210px;
    
}
.about_qiyewenhua  .item{
     display: inline-flex;
    min-height: 280px;
    position: relative;
    flex-direction: column;
    justify-content: center;
}
.about_qiyewenhua .right  img{
    position: absolute;
    left: 0;
    z-index: -1;
    
}
.about_qiyewenhua .left img{
        position: absolute;
    right: 0;
    z-index: -1;
}
.about_qiyewenhua .left {
    padding-right: 50px;
    text-align: right;
}
.about_qiyewenhua .right {
    padding-left: 50px;
}
.s_content{
    line-height: 2em;
}
.pagin_box{
    padding-bottom: 30px;
    --swiper-pagination-bullet-inactive-opacity:1;
    --swiper-pagination-bullet-width:16px;
    --swiper-pagination-bullet-height:16px;
    --swiper-pagination-bullet-inactive-color:rgba(0,0,0,0);
  
}
.pagin_box .swiper-pagination-bullet{
    border: 1px solid #fff;
    margin: 0 15px !important;
    
}
.pagin_box .swiper-pagination-bullet-active{
    border-color: var(--ftc);
    background: var(--ftc);
    position: 
    relative;
}
.pagin_box .swiper-pagination-bullet-active::before{
    display: block;
    content: '';
    position: absolute;
    top: -5px;
    bottom: -5px;
    left: -5px;

    right: -5px;
    border-radius: 50%;
        border: 1px solid var(--ftc);
}
.pagenum a, .pagenum span{
    border: none;background: #FFFFFF;
border-radius: 6px;
}
.new_list .img1{
    width: 340px;
    max-width: 100%;
}
.more_btn{
    color: var(--ftc);
    font-size: 24px;
    display: inline-flex;
    gap: 20px;
    border-bottom: 1px solid var(--ftc);
    padding-bottom: 10px;
    align-items: center;
}
.more_btn i{
    transform: rotateY(180deg);
    font-size: 24PX;
    
}
.new_list li{
    transition: all 0.3s;
    position: relative;
    bottom: 0;
}
.new_list li:hover{
    box-shadow: 0  0 10px rgba(0,0,0,0.1);
    bottom: 5px;
}

.industry_list li{
    transition: all 0.3s;
    position: relative;
    bottom: 0;
    background: #fff;
}
.industry_list li:hover{
    box-shadow: 0  0 10px rgba(0,0,0,0.1);
    bottom: 5px;
}
.industry_list li:nth-child(even) .item{
    flex-direction: row-reverse;
}
.industry_list li:nth-child(odd) .item .more_box{
    display:flex;
    justify-content: flex-end;
}
.join_img1{
    position: relative;
    z-index: 1;
}
    @keyframes bounceIn {

        0%,
        20%,
        40%,
        60%,
        80%,
        to {
            -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
            animation-timing-function: cubic-bezier(.215, .61, .355, 1)
        }

        0% {
            opacity: 0;
            -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3)
        }

        20% {
            -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1)
        }

        40% {
            -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .9)
        }

        60% {
            opacity: 1;
            -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03)
        }

        80% {
            -webkit-transform: scale3d(.97, .97, .97);
            transform: scale3d(.97, .97, .97)
        }

        to {
            opacity: 1;
            -webkit-transform: scaleX(1);
            transform: scaleX(1)
        }
    }
    .form1 .label{
        margin-bottom: 20px;
        font-size: 24px;
    }
     .layui-textarea,
    .layui-input{border-radius: 10px;
border: 1px solid #F4F4F4;
    }
    .layui-btn-gary{
        background: #C2C2C2;
    }
    .layui-btn{
        border-radius: 29px;
    }
    .download_btn{
        display: flex;
        align-items: center;
        padding: 0 35px;
        gap: 10px;
        background: #fff!important;
        color: Var(--ftc) !important;
        border-color: var(--ftc);
    }
    
.seaive_dowm li{
    text-align: center;
    background: #fff;
    display: flex;
}
.seaive_fuwu{
    background: #F2F2F2;
}
.serive_hr{
    width: 2px;
height: 125px;
background: #F2F2F2;
}
.serive_jishu li{
    
    padding: 30px 20px;border: 1px solid #E7E7E7;
}
.serive_jishu li:hover .img1{
        animation: 1s .2s bounceIn both;
    
}
.ibdystry_list li{
    transition: all 0.3s;
}
.serive_jishu li .img1{
    position: relative;
    z-index: 1;
}
.ibdystry_list li:nth-child(even){
    flex-direction: row-reverse;
}

.ibdystry_list .item{
    background: #fff;
}
.scale-up-hor-left {
	-webkit-animation: scale-up-hor-left 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: scale-up-hor-left 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
.scale-up-hor-right {
	-webkit-animation: scale-up-hor-right 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: scale-up-hor-right 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
@-webkit-keyframes scale-up-hor-left {
  0% {
    -webkit-transform: scaleX(0.4);
            transform: scaleX(0.4);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
  }
}
@keyframes scale-up-hor-left {
  0% {
    -webkit-transform: scaleX(0.4);
            transform: scaleX(0.4);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
  }
}
@-webkit-keyframes scale-up-hor-right {
  0% {
    -webkit-transform: scaleX(0.4);
            transform: scaleX(0.4);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
  }
}
@keyframes scale-up-hor-right {
  0% {
    -webkit-transform: scaleX(0.4);
            transform: scaleX(0.4);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
  }
}
.join_us .more_job_btn{
    padding-right: 20px;background: #474747;
    transition: all 0.3s;
}
.join_us .more_job_btn i{
    transform: rotate(146deg);
    display: inline-block;
    margin-left: 10PX;
    transition: all 0.3s;
}
.join_us .more_job_btn:hover i{
    transform: rotate(180deg);
    
}
.join_us .more_job_btn:hover{
    background: var(--ftc);
}
.product_box{
    display: grid;
    gap:38px;
    grid-template-columns: 270px 1fr;
}
.product_box .product_nav ul{
    top: 0;
    position: static;
    display: grid;
}
.product_box .product_nav ul a{
    border: 1px solid #E7E7E7;
 text-align: center;
 background: #Fff;
 padding: 20px;
}
.product_box .product_nav ul a:hover,
.product_box .product_nav ul a.active{
    background: var(--ftc);
    color: #fff;
}
.product_ul a{
    display: flex;
    flex-direction: column;
    transition: all 0.3s;
    background: #Fff;border: 1px solid #E7E7E7;
    position: relative;
    bottom: 0;
}
.product_ul a:hover{
    bottom:5px;
    box-shadow: 0  0 10px rgba(0,0,0,0.1);
}
.product_ul a .img1{
   min-height: 200px;
   flex: 1;
}
.layui-nav .layui-nav-item{
    line-height: 40px;
}
.layui-nav .layui-nav-item a{
    color: #000;
    padding: 0 10px;
}
.layui-nav .layui-nav-item a:hover, .layui-nav .layui-this a{
    color: var(--ftc);
    font-weight: bold;
}
header{
    transition: all 0.3s;
    background: #fff;
}
header.index{
    background: initial;
}
header.bgcolor{
    background: #fff;
    box-shadow: 0  0 10px rgba(0,0,0,0.1);
    
}
footer{
    background: #262729;
    color: #fff;
}
.footer2{
    border-top: 1px solid rgba(255,255,255,0.24);
    text-align: center;
}
.footer_address{
    display:inline-block;
    width: 320px;
}
.index_about_box{
    padding: 88px 0;
    min-height: 1000px;

    
}
.index_about_box a:hover{
    color: #fff;
}
.index_new {
    
    --btn:35px;
    --btn_size:14px;
}
.index_new li{
    
    box-shadow: 0px 1px 16px 0px rgba(0,0,0,0.2);
}
.index_new .item{
    background: #fff;
    display:block;
}
.index_new .item .img1{
    aspect-ratio: 442/305;
}
.index_new .layui-btn{
    background: #fff;
    color: var(--ftc);
    border-radius: 29px;
    padding: 0 20px;
    border-color: var(--ftc);
}
.index_new li:hover .layui-btn{
    background: var(--ftc);
    color: #fff;
}
.bg_f5{
    background: #F5F5F5;
}
.index_industry{
    gap:33px 15px ;
}
.index_industry li{
    background: #fff;
    border-radius: 12px;
}
.index_industry li .b1{
opacity: 1;
    transition:  rotateY(0);
    
}
.index_industry li .b2{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
   opacity: 0;
    transition:  rotateY(-180px);
}
/*.index_industry li:hover .b1{{*/
/*   opacity: 0;*/
/*    transition:  rotateY(-180px);*/
    
/*}*/
/*.index_industry li:hover .b2{*/
/*   opacity: 1;*/
/*    transition:  rotateY(0);*/
    
/*}*/
.index_product_title{
    display: flex;
    flex-direction:column;
    border-left: 4px solid #ccc;
}
.index_product_title .item{
    padding: 10px 20px;
    color: #999;
    position: relative;
    white-space: nowrap;
    transition: all 0.3s;
    cursor: pointer;
}
.index_product_title .item::after{
        display: block;
    content: '';
    position: absolute;
    width: 9px;
    top: 100%;
    bottom: 0;
    left: -4.5px;
    transition: all 0.3s;
    background: var(--bgc);
   
}
.index_product_title .item:hover::after,
.index_product_title .item.active::after{
    top: 0;
}
.index_product_title .item.active{
    color: var(--ftc);
    font-size: 24px;
    
}
.mySwiper .item{
    height: 900px;
    
}
.mySwiper  .more_btn{
    border-radius: 29px;
    border: 1px solid var(--ftc);
    padding: 10px 20px;
}
.mySwiper  .more_btn:hover{
    color: var(--ftc);
    
}
.layui-btn.br0{
    border-radius: 0px;
}
.nav_s1 .layui-nav-item a{
    padding: 0 0 10px 0;
}
.join_list .item{
    border: 1px solid #D5E9FF;
}
.join_list  .money{
 color: #CB0606;
 font-size: 24px;
}
.nav_top .layui-breadcrumb a:hover{
    color: #000 !important;
}
.left_title{
    border-left: 6px solid var(--ftc);
    padding-left: 25px;
    font-size: 30px;
    font-weight: bold;
    line-height: 1em;
}
.jiegou_content img{
    margin-left: auto;
    margin-right: auto;
    
}
.product_gongneng li{
    border: 1px solid #1265A3;
    
}
@media only screen and (max-width: 1400px) {
}

@media only screen and (max-width: 990px) {
}

@media only screen and (max-width: 768px) {

    .about_qiye_section h1{
    margin-bottom: 100px;
    
}
h1{
    
    margin-bottom: 40px;
}
.pagin_box{    --swiper-pagination-bullet-width:8px;
    --swiper-pagination-bullet-height:8px;
    padding-bottom: 0;
    
}    
.footer_address{
    width: 100%;
}
.new_list li .item{
    flex-direction: column;
}
.mySwiper .item{
    height: auto;

padding: 60px 0 !important;    
}
}

@media only screen and (min-width: 751px) and (max-width: 1400px) {
}

@media only screen and (min-width: 751px) {
}
