@charset "utf-8";
.header .logo .ls{
    display:none;
}

/*广告图*/
.swiper-banner img{
    width: 100%;
}
.swiper-banner .swiper-pagination-bullet{
    width: 6rem;
    height: 5px;
    background: #fff;
    border-radius: 0;
    opacity: 1;
}
.swiper-banner .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #ff6a00;
}
.swiper-banner .swiper-pagination-bullets{
    bottom: 2rem!important;
}

.sybanner{
    position:relative;
}
.fullSlide{
    width: 100%;
    position: relative;
    margin: 100px auto 0;
}
.fullSlide .bd {
    margin: 0 auto;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.fullSlide .bd ul {
    width: 100%!important;
}
.fullSlide .bd li {
    width: 100%!important;
    overflow: hidden;
    text-align: center;
}
.fullSlide .bd li a {
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}
.fullSlide .bd li img{
    width:100%;
}
.fullSlide .hd {
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 10px;
    left: 0;
    height: 30px;
    line-height: 30px;
    background: url(../images/touming.png) repeat-x;
    text-align: center;
    _background: #000;
    _filter: alpha(opacity=60);
}
.fullSlide .hd ul {
    text-align: center;
}
.fullSlide .hd ul li {
    cursor: pointer;
    display: inline-block;
    zoom:1;
    width: 50px;
    height: 5px;
    overflow: hidden;
    line-height: 9999px;
    margin: 0 5px;
    background: rgba(153, 153, 153, 0.8);
    position:relative;
}
.fullSlide .hd ul li:before{
    content:"";
    width:0;
    position: absolute;
    height: 100%;
    z-index:-1;
    transition:width 7s;
    -moz-transition:width 7s; /* Firefox 4 */
    -webkit-transition:width 7s; /* Safari and Chrome */
    -o-transition:width 7s; /* Opera */
}
.fullSlide .hd ul .on {
    background: #fff;
    opacity: 1;
}
.fullSlide .hd ul li.on:before{
    content:"";
    width: 100%;
    position: absolute;
    border: beige;
    bottom: 0;
    height: 5px;
    background: #ff6a00;
    z-index: 9;
    left: 0;
}
.fullSlide .prev,  .fullSlide .next {
    position: absolute;
    top: 50%;
    margin-top: -50px;
    display: block;
    width: 50px;
    height: 50px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    opacity: 0;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}
.fullSlide .prev {
    left: 3%;
    background: url(../images/banner-left.png) no-repeat center;
}

.fullSlide .next {
    right: 3%;
    background: url(../images/banner-right.png) no-repeat center;
}
.fullSlide .prevStop {
    display: none;
}
.fullSlide:hover .prev,.fullSlide:hover .next{
    filter: alpha(opacity=100);
    opacity: 1;
}
.fullSlide .playState{
    position: relative;
    z-index: 99999;
    left: 180px;
    bottom: 25px;
    width: 25px;
    height: 25px;
    overflow: hidden;
    background: url(../images/icons.png) 10px -134px #000 no-repeat;
    filter: alpha(opacity=60);
    opacity: 0.6;
    display: table;
    margin: auto;
}
.fullSlide .pauseState{ background-position: 10px -89px; }
.fullSlide .playState:hover{ filter:alpha(opacity=100);opacity:1;  }


/*通用*/
.itit{
    margin-bottom: 5rem;
}
.itit-fl p{
    color: #999;
    font-size: 2rem;
    line-height: 3rem;
}
.itit-fl p span{
    display: block;
    font-size: 3.6rem;
    color: #000;
    line-height: 5rem;
    font-weight: bold;
}
.itit-fr{
    margin-top: 1.5rem;
}
.itit-fr a{
    font-size: 1.8rem;
    display: block;
    border: 1px solid #e5e5e5;
    line-height: 5rem;
    padding: 0 2rem;
    color: #000;
}
.itit-fr a span{
    margin-left: 2rem;
}
.itit-fr a:hover{
    background: #ff6a00;
    color: #fff;
}
.ititb{
    text-align: center;
    padding: 4rem 0;
}
.ititb .wza{
    font-size: 4rem;
}
.ititb .wzb{
    font-size: 1.8rem;
    color: #666;
}
.itit-more a{
    line-height: 5rem;
    height: 5rem;
    display: block;
    background: #0088ff;
    color: #fff;
    padding: 0 3rem;
    border-radius: 20px;
    font-size: 1.6rem;
}



/*产品*/
.ipro{
    min-height: 500px;
} 
.ipro .am-nav-tabs{
    border: 0;
    position: absolute;
    bottom: 2rem;
    z-index: 999;
    margin: auto;
    display: table;
    left: 50%;
    margin-left: -27rem;
}
.ipro .am-nav-tabs li{
    margin: 0 7rem;
}
.ipro .am-nav-tabs li a{
    padding: 0;
    margin: 0;
}
.ipro .am-nav-tabs li a img{
    height: 60px;
    margin: auto;
    display: block;
    margin-bottom: 0;
    transition: all 2s;
    -moz-transition:all 2s;    /* Firefox 4 */
    -webkit-transition:all 2s; /* Safari å’Œ Chrome */
    -o-transition:all 2s;  /* Opera */
}
.ipro .am-nav-tabs li a p{
    text-align:center;
    margin-top:10px
}
.ipro .am-nav-tabs li a,.ipro .am-nav-tabs li a:hover,.am-nav-tabs>li.am-active>a{
    border: 0!important;
    background: none!important;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;
}
.ipro .am-tabs-nav li.am-active>a p{
    color: #0088ff;
}
.ipro .am-tabs-nav li.am-active>a img{
    margin-bottom: 2rem;
}
.ipro .am-nav-tabs li a:hover{
}
.ipro .ipro-list{
    position: relative;
}
.ipro .ipro_item{
    padding: 0;
    
    display: -webkit-box;
    display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     align-items: center;
     -webkit-box-pack: center;
    -ms-flex-pack: center;
     justify-content: center;
}
.ipro .ipro_item img{
    width: 100%;
}
.ipro .ipro_item img.sj{
    display:none;
}
.ipro .ipro_item .wenzi{
    position: absolute;
    z-index: 2;
    left: 9%;
    width: 30%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.ipro .ipro_item .wenzi .wza{
    font-size: 4.6rem;
}
.ipro .ipro_item .wenzi .wzb{
    font-size: 2rem;
    color: #707070;
    margin-top: 1rem;
}
.ipro .ipro_item .wenzi .more{
    display: flex;
    margin-top: 8rem;
}
.ipro .ipro_item .wenzi .more{
    width: 13rem;
    display: block;
    height: 5rem;
    line-height: 5rem;
    text-align: center;
    background: #000;
    border-radius: 20px;
    font-size: 1.8rem;
    color: #fff;
    float: left;
}
.ipro .ipro_item .wenzi .more{
    background: #0088ff;
}
.ipro .ipro_item .wenzi .more a.gm{
    background: #00c6ff;
    margin-left: 3rem;
}


/*案例*/
.icase{
    padding: 8rem 0;
}
.icase-list{
    position: relative;
}
.icase-list .more{
    position: absolute;
    top: -8rem;
    left: 85rem;
}
.icase-list .more a{
    display: block;
    width: 9rem;
}
.icase-list .am-nav-tabs{
    border: 0;
    position: absolute;
    top: -8rem;
    left: 21rem;
}
.icase-list .am-nav-tabs li.am-active a,.icase-list .am-nav-tabs li a:hover,.icase-list .more a:hover{
    
    !importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;
    color: #0088ff;
    background: 0;
}
.icase-list .am-nav-tabs li a,.icase-list .more a{
    font-size: 2rem;
    padding: 0;
    margin-left: 3rem;
    color: #666;
    border: 0;
    margin-right: 0;
    line-height: 3rem;
    text-align: center;
}
.icase-list{
    border: 0;
}
.icase-list .am-tab-panel{
    padding:0;
    border:0;
}
.icase-list ul {
    margin-left: -1rem;
    margin-right: -1rem;
}
.icase-list .am-tabs-bd{
    border: 0;
}
.icase-list .swiper-slide{
    /* padding: 0 1rem 2rem 1rem; */
}
.icase-list .swiper-slide a{
    position: relative;
    /* background: #fafafa; */
    margin: 5px;
    display: table;
}
.icase-list .swiper-slide .bigimg{
    width: 100%;
    border-radius: 5px;
    height: 35rem;
    box-shadow: 0 5px 11px rgb(0 0 0 / 30%);
}
.icase-list .swiper-slide img{
    width: 100%;
    height: 100%;
}
.icase-list .swiper-slide dl{
    width: 100%;
    margin-top: 2rem;
}
.icase-list .swiper-slide dl dt{
    font-size: 2.4rem;
    font-weight: 500;
    text-overflow: ellipsis;
    white-space:nowrap;
    overflow:hidden;
    color: #292929;
}
.icase-list .swiper-slide:hover dl dt{
    color:#0088ff;
}
.icase-list .swiper-slide dl dd{
    font-size: 1.6rem;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 28px;
    color: #8c8c8c;
}
.icase-list .swiper-slide span{
    position: absolute;
    right: 3rem;
    bottom: 7rem;
    border: 1px solid #fff;
    color: #fff;
    width: 17%;
    text-align: center;
    font-size: 1.6rem;
    line-height: 4rem;
    z-index: 999;
}
.icase-list .swiper-slide a:hover span{
    background: #ff6a00;
    color: #fff;
    border: 1px solid #ff6a00;
}
.icase-list .swiper-slide a:hover img{
    transform: scale(1.05,1.05);
    -ms-transform: scale(1.05,1.05);
    -webkit-transform: scale(1.05,1.05);
    -o-transform: scale(1.05,1.05);
    -moz-transform: scale(1.05,1.05);
}
.icase-list .qiehuan{
    position: absolute;
    top: -10rem;
    right: 0;
    z-index: 9;
}
.icase-list .qiehuan>div{
    font-size: 3rem;
    border: 1px solid #bbb;
    width: 5rem;
    text-align: center;
    height: 5rem;
    border-radius: 50%;
    float: left;
}
.icase-list .qiehuan>div.icase-prev:hover,.icase-list .qiehuan>div.icase-next:hover{
    background: #0088ff;
    color: #fff;
    cursor:pointer;
}
.icase-list .qiehuan>div.icase-prev{
    margin-left: 1rem;
}
.icase-list .qiehuan>div.icase-next{}



/*新闻资讯*/
.inews{
    padding: 8rem 0;
    background: #eff3f5;
}
.inews-list{
    display: flex;
    justify-content: space-between;
}
.inews-list .bd{
    width: 47%;
}
.inews-top{
    width: 100%;
}
.inews-top .bigimg{
    border-radius:5px 5px 0 0;
}
.inews-top .bigimg img{
    width:100%;
    height: 400px;
}
.inews-top:hover .bigimg img{
    transform: scale(1.05,1.05);
    -ms-transform: scale(1.05,1.05);
    -webkit-transform: scale(1.05,1.05);
    -o-transform: scale(1.05,1.05);
    -moz-transform: scale(1.05,1.05);
}
.inews-top .wz{
    background: #fff;
    padding: 3rem;
}
.inews-top a:hover .wz{
    background: #0088ff;
    color:#fff;
}
.inews-top a:hover .wz .brief{
    color:#fff;
}
.inews-top .wz .bt{
    font-size: 2rem;
}
.inews-top .wz .brief{
    color: #666;
    margin: 1rem 0;
    line-height: 2.5rem;
    height: 5rem;
    overflow: hidden;
}
.inews-lb{
    width: 51%;
    height: 100%;
}
.inews-lb ul{
    flex-flow: column;
    justify-content: space-around;
    display: flex;
}
.inews-lb ul li{
    margin-bottom: 2.5rem;
}
.inews-lb .list a{
    display: flex;
    background: #fff;
    padding: 2.5rem;
    justify-content: space-between;
}
.inews-lb .list a:hover,.inews-lb li.on .list a{
    background: #0088ff;
    color: #fff;
}
.inews-lb .list a:hover dd,.inews-lb li.on .list a dd{
    color:#fff;
}
.inews-lb .list .date{
    width: 12%;
    text-align: center;
    padding-top: 1rem;
}
.inews-lb .list .date span{
    font-size: 3rem;
    line-height: 3rem;
}
.inews-lb .list .date p{
    font-size: 1.6rem;
    line-height: 2.5rem;
}
.inews-lb .list dl{
    width: 86%;
}
.inews-lb .list dl dt{
    font-size: 2rem;
    line-height: 3rem;
}
.inews-lb .list dl dd{
    color: #666;
    line-height: 2rem;
    height: 4rem;
}

.iabout-sz{
    margin-top: 6rem;
    position: absolute;
    bottom: 0;
    width: 100%;
    /* background: linear-gradient(rgb(255 255 255 / 10%), hsl(0deg 0% 0% / 60%)); */
    padding: 2rem 0 3rem;
    display: none;
}
.iabout-sz ul li{
    text-align: center;
}
.iabout-sz ul li p{
    font-size: 1.6rem;
    color: #333;
}
.iabout-sz ul li p span,.iabout-sz ul li p span em{
    font-size: 5rem;
    color: #ff6a00;
    position: relative;
    font-weight: bold;
    line-height: 5rem;
    padding-right: 5px;
}
.iabout-sz ul li p span i{
    font-style: inherit;
    position: absolute;
    font-size: 1.6rem;
    line-height: 1;
}

.swiper-container-horizontal{
    position: relative;
}


@media (max-width:1024px){
    .fullSlide{
        margin-top: 0;
    }
    .iabout-sz{
        padding: 3rem 0 0;
        position:relative;
        margin-top: 0;
    }
    .iabout-sz ul li p span,.iabout-sz ul li p span em{
        font-size: 3.2rem;
    }
    .iabout-sz ul li p span i{
        font-size: 1.2rem;
    }
    .itit{
        margin-bottom: 3rem;
    }
    .itit-fl p{
        color: #999;
        font-size: 2rem;
        line-height: 3rem;
    }
    .itit-fl p span{
        font-size: 3rem;
        line-height: 4rem;
    }
    .itit-fr{
        margin-top: 1.5rem;
    }
    .itit-fr a{
        font-size: 1.8rem;
        display: block;
        border: 1px solid #e5e5e5;
        line-height: 5rem;
        padding: 0 2rem;
        color: #000;
    }
    .itit-fr a span{
        margin-left: 2rem;
    }
    .itit-fr a:hover{
        background: #ff6a00;
        color: #fff;
    }
    .ititb{
        padding: 3rem 1rem;
    }
    .ititb .wza{
        font-size: 2rem;
        font-weight: bold;
    }
    .ititb .wzb{
        font-size: 1.6rem;
    }
    .itit-more a{
        line-height: 4rem;
        height: 4rem;
        border-radius: 10px;
        font-size: 1.4rem;
    }

    /*产品*/
    .ipro .am-nav-tabs{
        position: relative;
        bottom: 0;
        display: flex;
        left: 0;
        margin-left: 0;
        width: 100%;
        justify-content: space-between;
        margin-top: 2rem;
    }
    .ipro .am-nav-tabs li{
        margin: 0;
    }
    .ipro .am-nav-tabs li a{
        padding: 0;
        margin: 0;
    }
    .ipro .am-nav-tabs li a img{
        height: 60px;
        margin: auto;
        display: block;
        margin-bottom: 0;
        transition: all 2s;
        -moz-transition:all 2s;    /* Firefox 4 */
        -webkit-transition:all 2s; /* Safari å’Œ Chrome */
        -o-transition:all 2s;  /* Opera */
    }
    .ipro .am-nav-tabs li a p{
        text-align:center;
        margin-top:10px
    }
    .ipro .am-nav-tabs li a,.ipro .am-nav-tabs li a:hover,.am-nav-tabs>li.am-active>a{
        border: 0!important;
        background: none!important;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;
    }
    .ipro .am-tabs-nav li.am-active>a p{
        color: #0088ff;
    }
    .ipro .am-tabs-nav li.am-active>a img{
        margin-bottom: 2rem;
    }
    .ipro .am-nav-tabs li a:hover{
    }
    .ipro .ipro-list{
        position: relative;
    }
    .ipro .ipro_item{
        padding: 0;
        
        display: -webkit-box;
        display: -ms-flexbox;
         display: flex;
         -webkit-box-align: center;
         align-items: center;
         -webkit-box-pack: center;
        -ms-flex-pack: center;
         justify-content: center;
    }
    .ipro .ipro_item img{
        width: 100%;
    }
    .ipro .ipro_item img.pc{
        display:none;
    }
    .ipro .ipro_item img.sj{
        display:block;
    }
    .ipro .ipro_item .wenzi{
        position: absolute;
        z-index: 2;
        left: 5%;
        width: 45%;
    }
    .ipro .ipro_item .wenzi .wza{
        font-size: 2.2rem;
        line-height: 2.5rem;
    }
    .ipro .ipro_item .wenzi .wzb{
        font-size: 1.4rem;
    }
    .ipro .ipro_item .wenzi .more{
        display: flex;
        margin-top: 8rem;
        display: none;
    }
    .ipro .ipro_item .wenzi .more a{
        width: 13rem;
        display: block;
        height: 5rem;
        line-height: 5rem;
        text-align: center;
        background: #000;
        border-radius: 20px;
        font-size: 1.8rem;
        color: #fff;
        float: left;
    }
    .ipro .ipro_item .wenzi .more a.lj{
        background: #0088ff;
    }
    .ipro .ipro_item .wenzi .more a.gm{
        background: #00c6ff;
        margin-left: 3rem;
    }


    /*案例*/
    .icase{
        padding: 5rem 0;
    }
    .icase-list{
        position: relative;
    }
    .icase-list .more{
        position: absolute;
        top: -8rem;
        left: 85rem;
    }
    .icase-list .more a{
        display: block;
        width: 9rem;
    }
    .icase-list .am-nav-tabs{
        border: 0;
        position: relative;
        top: 0;
        left: 0;
        margin-bottom: 2rem;
    }
    .icase-list .am-nav-tabs li{
        width: 33.33%;
    }
    .icase-list .am-nav-tabs li a,.icase-list .more a{
        margin-left: 0;
        line-height: 4rem;
    }
    .icase-list{
        border: 0;
    }
    .icase-list .am-tab-panel{
        padding:0;
        border:0;
    }
    .icase-list ul {
        margin-left: -1rem;
        margin-right: -1rem;
    }
    .icase-list .am-tabs-bd{
        border: 0;
    }
    .icase-list .swiper-slide{
        /* padding: 0 1rem 2rem 1rem; */
    }
    .icase-list .swiper-slide a{
        position: relative;
        background: #fafafa;
    }
    .icase-list .swiper-slide .bigimg{
        width: 100%;
        border-radius: 5px;
        height: 30rem;
    }
    .icase-list .swiper-slide img{
        width: 100%;
        height: 100%;
    }
    .icase-list .swiper-slide dl{
        width: 100%;
        margin-top: 2rem;
    }
    .icase-list .swiper-slide dl dt{
        font-size: 2.2rem;
    }
    .icase-list .swiper-slide span{
        position: absolute;
        right: 3rem;
        bottom: 7rem;
        border: 1px solid #fff;
        color: #fff;
        width: 17%;
        text-align: center;
        font-size: 1.6rem;
        line-height: 4rem;
        z-index: 999;
    }
    .icase-list .qiehuan{
        position: absolute;
        top: -7rem;
        right: 0;
        z-index: 9;
    }
    .icase-list .qiehuan>div{
        font-size: 2rem;
        border: 1px solid #bbb;
        width: 4rem;
        text-align: center;
        height: 4rem;
        border-radius: 50%;
        float: left;
        line-height: 4rem;
    }
    .icase-list .qiehuan>div.icase-prev:hover,.icase-list .qiehuan>div.icase-next:hover{
        background: #0088ff;
        color: #fff;
        cursor:pointer;
    }
    .icase-list .qiehuan>div.icase-prev{
        margin-left: 1rem;
    }


    /*新闻资讯*/
    .inews{
        padding: 5rem 0;
    }
    .inews-list{
        display: block;
    }
    .inews-list .bd{
        width:100%;
    }
    .inews-top{
        width: 100%;
    }
    .inews-top .bigimg{
        border-radius:5px 5px 0 0;
    }
    .inews-top .bigimg img{
        width:100%;
        height: 30rem;
    }
    .inews-top:hover .bigimg img{
        transform: scale(1.05,1.05);
        -ms-transform: scale(1.05,1.05);
        -webkit-transform: scale(1.05,1.05);
        -o-transform: scale(1.05,1.05);
        -moz-transform: scale(1.05,1.05);
    }
    .inews-top .wz{
        padding: 2rem;
    }
    .inews-top .wz .bt{
        font-size: 2rem;
    }
    .inews-top .wz .brief{
        color: #666;
        margin: 1rem 0;
    }
    .inews-top .wz .date{}
    .inews-lb{
        width: 100%;
        display: block;
    }
    .inews-lb ul li{
    margin-bottom: 0;
    margin-top: 2rem;
}
    .inews-lb .list a{
        padding: 2rem;
        /* margin-top: 2rem; */
    }
    .inews-lb .list .date{
        width: 25%;
        padding-top: 0;
    }
    .inews-lb .list .date span{
        font-size: 2.4rem;
    }
    .inews-lb .list .date p{
        font-size: 1.4rem;
    }
    .inews-lb .list dl{
        width: 75%;
    }
    .inews-lb .list dl dt{
        font-size: 2rem;
        line-height: 3rem;
    }
    .inews-lb .list dl dd{
        color: #666;
        line-height: 2rem;
        height: auto;
    }
}