
.w1400{
    width: 1400px;
    margin: auto;
}
.posi-a{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

body{
    padding-top: 96px;
}
header{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 99;
}
header .header{
    height: 96px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header .header .logo{
    width: 168px;
    display: flex;
    position: relative;
    align-items: center;
}
header .header .logo img{
    width: 100%;
}
header .header ul{
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
header .header ul li{
    display: flex;
    height: 100%;
    margin-left: 46px;
}
header .header ul li a{
    color: #333333;
    font-size: 18px;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    padding: 0 4px;
}
header .header ul li a::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    right: 50%;
    height: 2px;
    background: #24ac37;
    transition: .5s;
}
header .header ul li:hover a,header .header ul li.active a{
    color: #24ac37;
}
header .header ul li:hover a::before,header .header ul li.active a::before{
    left: 0;
    right: 0;
}
header .header .lang{
    display: flex;
    width: 80px;
    height: 24px;
    border-radius: 12px;
    overflow: hidden;
}
header .header .lang a{
    width: 50%;
    color: #fff;
    background: #333333;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    transition: .4s;
}
header .header .lang a:first-child,header .header .lang a:hover{
    background: #22ab34;
    color: #fff;
}


.home-banner{
    position: relative;
}
.home-banner img{
    width:100%;
    display: block;
}
.home-banner .swiper-pagination1 .swiper-pagination-bullet{
    width: 14px;
    height: 14px;
    border: 2px #fff solid;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0);
    opacity: 1;
}
.home-banner .swiper-pagination1 .swiper-pagination-bullet-active{
    border: 2px #24ab36 solid;
    background: #24ab36;
}

.home-product{
    background: #f5f5f5;
    width: 100%;
    padding-bottom: 52px;
}
.home-product .ho-pro-c{
    display: flex;
    justify-content: space-between;
}
.home-product .ho-pro-c .pro-nav{
    width:18.6%;
    margin-right: 16px;
    transform: translateY(-36px);
    z-index: 2;
}
.home-product .ho-pro-c .pro-nav ul{
    box-sizing: border-box;
    background: #fff;
}
.home-product .ho-pro-c .pro-nav ul li{
    box-sizing: border-box;
    border-bottom: 1px #eaeaea solid;
}
.home-product .ho-pro-c .pro-nav ul li:last-child{
    border-bottom: none;
}
.home-product .ho-pro-c .pro-nav ul li .nav-top{
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 0 .32rem;
    cursor: pointer;
}
.home-product .ho-pro-c .pro-nav ul li .nav-top h3{
    color: #666;
    font-size: 16px;
}
.home-product .ho-pro-c .pro-nav ul li .nav-top .icon {
    width: 12px;
    height: 12px;
    transform: rotate(180deg);
    fill: currentColor;
    overflow: hidden;
    color: #cccccc;
    transition: .4s;
}
.home-product .ho-pro-c .pro-nav ul li .pro-nav-title{
    box-sizing: border-box;
    padding: 0 .16rem;
    /* padding-bottom: 30px; */
}
.home-product .ho-pro-c .pro-nav ul li .pro-nav-title a{
    display: flex;
    height: 48px;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px #eaeaea solid;
    padding: 0 .16rem;
    box-sizing: border-box;
}
.home-product .ho-pro-c .pro-nav ul li .pro-nav-title a:last-child{
    border-bottom: none;
}
.home-product .ho-pro-c .pro-nav ul li .pro-nav-title h4{
    color: #666;
    font-size: 14px;
}
.home-product .ho-pro-c .pro-nav ul li .pro-nav-title a:hover h4{
    color: #24ab36;
}
.home-product .ho-pro-c .pro-nav ul li:hover .nav-top,.home-product .ho-pro-c .pro-nav ul li.active .nav-top{
    background: #24ab36;
}
.home-product .ho-pro-c .pro-nav ul li:hover .nav-top h3,.home-product .ho-pro-c .pro-nav ul li.active .nav-top h3{
    color: #fff;
}
.home-product .ho-pro-c .pro-nav ul li:hover .nav-top .icon,.home-product .ho-pro-c .pro-nav ul li.active .nav-top .icon{
    color: #fff;
}
.home-product .ho-pro-c .pro-nav ul li.active .nav-top .icon{
    transform: rotate(0);
}
.home-product .ho-pro-c .pro-nav .ho-pro-ti{
    width: 100%;
    position: relative;
}
.home-product .ho-pro-c .pro-nav .ho-pro-ti img{
    width: 100%;
    display: block;
}
.home-product .ho-pro-c .pro-nav .ho-pro-ti div{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.home-product .ho-pro-c .pro-nav .ho-pro-ti div h2{
    color: #ffffff;
    font-size: 36px;
    margin-bottom: 10px;
}
.home-product .ho-pro-c .pro-nav .ho-pro-ti div span{
    color: rgba(255,255,255,.55);
    font-size: 14px;
    text-transform: uppercase;
}
.home-product .ho-pro-c .pro-nav .pro-tel{
    width: 100%;
    background: url(../images/tel-bg.jpg);
    background-size: cover;
    display: flex;
    padding: .2rem .24rem .6rem;
    box-sizing: border-box;
    flex-direction: column;
    margin-top: 20px;
}
.home-product .ho-pro-c .pro-nav .pro-tel span{
    font-size: .18rem;
    color: #fff;
    margin-bottom: .12rem;
}
.home-product .ho-pro-c .pro-nav .pro-tel p{
    font-size: .3rem;
    color: #fff;
}
.home-product .ho-pro-c .pro-nav .pro-tel h4{
    font-size: .46rem;
    line-height: .46rem;
    color: #fff;
}
.home-product .ho-pro-c .pro-nav .pro-tel h5{
    font-size: .2rem;
    color: #fff;
    margin-top: .12rem;
}
.home-product .ho-pro-c .pro-nav .pro-tel h5 p{
    font-size: 14px;
    color: #fff;
}
.home-product .ho-pro-c .pro-content{
    flex:1;
}
.home-product .ho-pro-c .pro-content .ho-pro-search{
    display: flex;
    justify-content: space-between;
    height: 94px;
    align-items: center;
    border-bottom:1px #dadada solid;
    margin-bottom: 16px;
}
.home-product .ho-pro-c .pro-content .ho-pro-search h2{
    height: 100%;
    display: flex;
    align-items: center;
    color: #136fb9;
    font-size: 36px;
    font-weight: bold;
    padding: 0 4px;
    position: relative;
}
.home-product .ho-pro-c .pro-content .ho-pro-search h2::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 3px;
    width: 100%;
    background: #136fb9;
}
.home-product .ho-pro-c .pro-content .ho-pro-search form{
    display: flex;
    width: 300px;
    height: 46px;
    align-items: center;
    justify-content: space-between;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 0 2px 5px rgba(220,220,220,.1);
}
.home-product .ho-pro-c .pro-content .ho-pro-search form input{
    flex: 1;
    background: #fff;
    color: #999999;
    font-size: 16px;
    height: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    border: none;
}
.home-product .ho-pro-c .pro-content .ho-pro-search form button{
    width: 70px;
    height: 100%;
    background: #22ab34;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    cursor: pointer;
}
.home-product .ho-pro-c .pro-content .ho-pro-search form .icon{
    width: 18px;
    height: 18px;
    fill: currentColor;
    overflow: hidden;
    color: #fff;
    transition: .5s;
}
.home-product .ho-pro-c .pro-content .ho-pro-search form button:hover .icon{
    transform: scale(1.04);
}
.ho-pro-search form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: rgba(153, 153, 153, .5);
    font-family: "微软雅黑";
}
.ho-pro-search form input::-moz-placeholder { /* Firefox 19+ */
    color: rgba(153, 153, 153, .5);
    font-family: "微软雅黑";
}
.ho-pro-search form input:-ms-input-placeholder { /* IE 10+ */
    color: rgba(153, 153, 153, .5);
    font-family: "微软雅黑";
}
.ho-pro-search form input:-moz-placeholder { /* Firefox 18- */
    color: rgba(153, 153, 153, .5);
    font-family: "微软雅黑";
}
.home-product .ho-pro-c .pro-content ul{
    display: flex;
    flex-wrap: wrap;
}
.home-product .ho-pro-c .pro-content ul li{
    width: 32.6%;
    margin-left: 1.1%;
}
.home-product .ho-pro-c .pro-content ul li:nth-child(3n+1){
    margin-left: 0;
}
.home-product .ho-pro-c .pro-content ul li div{
    width: 100%;
    height: 280px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .5s;
    background: #fff;
}
.home-product .ho-pro-c .pro-content ul li div img{
    max-width: 85%;
    max-height: 85%;
}
.home-product .ho-pro-c .pro-content ul li h3{
    color: #666;
    font-size: 16px;
    text-align: center;
    line-height: 60px;
    transition: .4s;
}
.home-product .ho-pro-c .pro-content ul li:hover h3{
    color: #22ab34;
}
.home-product .ho-pro-c .pro-content ul li:hover div{
    z-index: 2;
    -webkit-box-shadow: 0 15px 30px rgba(0,0,0,.1);
    box-shadow: 0 15px 30px rgba(0,0,0,.1);
    -webkit-transform: translate3d(0,-2px,0);
    transform: translate3d(0,-2px,0);
}

.home-solution{
    position: relative;
    width: 100%;
    background: url(../images/i-solu-bg.jpg);
    background-size: cover;
    padding: .64rem 0 .72rem;
}
.home-solution h2{
    color: #fff;
    font-size: 36px;
    text-align: center;
}
.home-solution .ho-solu-ban{
    position: relative;
    margin-top: .58rem;
}
.home-solution .ho-solu-ban .ho-solu-item{
    width: 100%;
    height: 280px;
    position: relative;
    overflow: hidden;
}
.home-solution .ho-solu-ban .ho-solu-item img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-width: auto;
    min-height: auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s;
}
.home-solution .ho-solu-ban .swiper-slide h4{
    color: #ffffff;
    font-size: 24px;
    text-align: center;
    margin: 16px 0 8px;
}
.home-solution .ho-solu-ban .swiper-slide p{
    width: 90%;
    margin: auto;
    color: #ffffff;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
}
.home-solution .ho-solu-ban .swiper-slide:hover .ho-solu-item img{
    transform: scale(1.04);
}
.home-solution .ho-solu-ban .swiper-button{
    position: absolute;
    top: 140px;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    outline: none;
    cursor: pointer;
}
.home-solution .ho-solu-ban .swiper-button .icon{
    width: 32px;
    height: 32px;
    fill: currentColor;
    overflow: hidden;
    color: #fff;
}
.home-solution .ho-solu-ban .swiper-button-prev2{
    left: -.7rem;
}
.home-solution .ho-solu-ban .swiper-button-next2{
    right: -.7rem;
}
.home-solution .ho-solu-ban .swiper-button:hover  .icon{
    color: #22ab34;
}
.home-about{
    background: #f5f5f5;
    padding-top: 1rem;
}
.home-about .ho-ab-con{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: .6rem;
}
.home-about .ho-ab-con .ho-ab-left{
    width: 48%;
    position: relative;
    display: flex;
    flex-direction: column;
}
.home-about .ho-ab-con .ho-ab-left h2{
    color: #126eb8;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: .2rem;
}
.home-about .ho-ab-con .ho-ab-left>p{
    width: 92%;
    color: #666666;
    font-size: 16px;
    line-height: 24px;
}
.home-about .ho-ab-con .ho-ab-left a{
    color: #666;
    font-size: 14px;
    line-height: 18px;
    width: 92px;
    border-bottom: 2px #a4a4a4 solid;
    margin: .3rem 0 .56rem;
    position: relative;
    transition: .4s;
}
.home-about .ho-ab-con .ho-ab-left a::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 2px;
    width: 0;
    background: #126eb8;
    transition: .4s;
}
.home-about .ho-ab-con .ho-ab-left a:hover::before{
    width: 100%;
}
.home-about .ho-ab-con .ho-ab-left a:hover{
    color: #126eb8;
}
.home-about .ho-ab-con .ho-ab-left ul{
    width: calc(100% + 60px);
    background: #fff;
    display: flex;
    justify-content: space-around;
    padding: .36rem;
    box-sizing: border-box;
}
.home-about .ho-ab-con .ho-ab-left ul li{
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-left: #e3e3e3 1px solid;
    box-sizing: border-box;
}
.home-about .ho-ab-con .ho-ab-left ul li:first-child{
    border-left: none;
}
.home-about .ho-ab-con .ho-ab-left ul li h3{
    color: #126eb8;
    font-size: .48rem;
}
.home-about .ho-ab-con .ho-ab-left ul li p{
    color: #999;
    font-size: 16px;
}
.home-about .ho-ab-con>img{
    width: 50%;
    display: block;
}
.home-about .ho-ab-list{
    margin-top: .5rem;
}
.home-about .ho-ab-list ul{
    display: flex;
    justify-content: space-between;
}
.home-about .ho-ab-list ul li{
    width: 32.6%;
    height: 280px;
    position: relative;
    overflow: hidden;
}
.home-about .ho-ab-list ul li img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-width: auto;
    min-height: auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s;
}
.home-about .ho-ab-list ul li h3{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 36%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,.6);
    color: #fff;
    font-size: 18px;
}
.home-about .ho-ab-list ul li:hover img{
    transform: scale(1.04);
}

.home-news{
    background: #f5f5f5;
    padding: .64rem 0 .8rem;
}
.home-news h2{
    color: #126eb8;
    font-size: 36px;
    text-align: center;
    font-weight: bold;
}
.home-news .ho-new-con{
    display: flex;
    justify-content: space-between;
    margin-top: .56rem;
}
.home-news .hon-new-img{
    width: 36%;
    position: relative;
    overflow: hidden;
}
.home-news .hon-new-img a{
    display: block;
    height: 100%;
}
.home-news .hon-new-img img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-width: auto;
    min-height: auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s;
}
.home-news .hon-new-img:hover img{
    transform: scale(1.04);
}
.home-news .hon-new-img h3{
    position: absolute;
    left: 0;
    bottom: 0;
    height: 86px;
    width: 100%;
    background: rgba(0,0,0,.6);
    padding: 0 .36rem;
    box-sizing: border-box;
    font-size: 18px;
    color: #fff;
    display: flex;
    align-items: center;
}
.home-news ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex: 1;
}
.home-news ul li{
    width: 48.5%;
    margin-left: 1.5%;
    margin-bottom: 14px;
    background: #fff;
    transition: .5s;
}
.home-news ul li:nth-child(n+5){
    margin-bottom: 0;
}
.home-news ul li a{
    padding: .36rem;
    display: block;
}
.home-news ul li h3{
    color: #666;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 22px;
}
.home-news ul li span{
    display: flex;
    align-items: center;
    color: #999;
    font-size: 12px;
}
.home-news ul li .icon{
    width: 14px;
    height: 14px;
    fill: currentColor;
    overflow: hidden;
    color: #999;
    margin-right: 8px;
}
.home-news ul li:hover {
    z-index: 2;
    -webkit-box-shadow: 0 15px 30px rgba(0,0,0,.1);
    box-shadow: 0 15px 30px rgba(0,0,0,.1);
    -webkit-transform: translate3d(0,-2px,0);
    transform: translate3d(0,-2px,0);
}

footer{
    width: 100% !important;
    padding-top: 50px;
    background: #333333;
}
footer .footer-nav{
    display: flex;
    justify-content: space-between;
    padding-bottom: 100px;
}
footer .footer-nav .footet-info{
    display: flex;
    flex-direction: column;
    width: 300px;
}
footer .footer-nav .footet-info img{
    width: 240px;
}
footer .footer-nav .footet-info h3{
    color: #fff;
    font-size: 30px;
    margin: 16px 0;
}
footer .footer-nav .footet-info p{
    color: rgba(255,255,255,.6);
    font-size: 12px;
    line-height: 24px;
}
footer .footer-nav .code-img{
    width: 130px; 
}
footer .footer-nav .code-img img{
    width: 130px;
    height: 130px;
}
footer .footer-nav .code-img p{
    margin-top: 10px;
    color:#fff;
    font-size: 14px;
    text-align: center;
}
footer .footer-nav ul{
    flex: 1;
    display: flex;
    justify-content: center;
}
footer .footer-nav ul li{
    display: flex;
    flex-direction: column;
    margin: 0 40px;
}
footer .footer-nav ul li h3{
    color: #fff;
    font-size: 18px;
    margin-bottom: 20px;
}
footer .footer-nav ul li h3 a{
    color: #fff;
}
footer .footer-nav ul li>a{
    color: rgba(255,255,255,.6);
    font-size: 16px;
    line-height: 30px;
}
footer .footer-nav ul li h3 a:hover{
    color: rgba(255,255,255,.9);
}
footer .footer-nav ul li>a:hover{
    color: rgba(255,255,255,.8);
}
footer .f-copyright{
    width: 100%;
    height: 60px;
    border-top: 1px #25ac37 solid;
}
footer .f-copyright .f-cr{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
footer .f-copyright .f-cr p{
    color: rgba(255,255,255,.6);
    font-size: 14px;
}
footer .f-copyright .f-cr a{
    color: rgba(255,255,255,.6);
    font-size: 14px;
    margin-left: 20px;
}
footer .f-copyright .f-cr div{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
footer .f-copyright .f-cr a:hover{
    color: rgba(255,255,255,.8);
}

@media screen and (max-width: 1480px) {
    .w1400 {
        width: 90%;
    }
}