@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;
}



.fullSlide{
    width: 100%;
    position: relative;
    margin: 0 auto;
}
.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: 30px;
    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;
}
.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;
}


/*解决方案*/
.isolutions{
    margin-top: 8rem;
}
.isolutions-list{
    overflow: hidden;
    display: flex;
}
.isolutions-list .swiper-pagination-bullet{
    background: #fff!important;
    opacity: .6;
    width: 15px;
    height: 15px;
}
.isolutions-list .swiper-pagination-bullet-active{
    background:#ff6a00!important;
    opacity: 1!important;
}
.isolutions-list .bj{
    width: 33.33%;
    position: relative;
    height: auto;
}
.isolutions-list .bj a:hover:before{
    content:"";
    position:absolute;
    background-image: linear-gradient(90deg, rgba(255, 107, 3, 1), rgba(246, 155, 91, 1));
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 9999;
}
.isolutions-list .bj a{
    display:block;
    position:relative;
    z-index:99999;
    background:none;
}
.isolutions-list .xs{
    position: relative;
    /* height: 520px; */
}
.isolutions-list .xs img{
    width: 100%;
    height: auto;
}
.isolutions-list .xs .xf{
    width: 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;
    height: 100%;
    float: right;
    -webkit-transition: all .5s;
    transition: all .5s;
    position: absolute;
    z-index: 999;
    top: 0;
    /* background: url(../images/bj50.png); */
}
.isolutions-list .xs dl{
    text-align: center;
}
.isolutions-list .xs dl dt{
    color: #fff;
    font-size: 3.5rem;
    background: url(../images/isy-tb01.png) left center no-repeat;
    padding-left: 45px;
}
.isolutions-list .xs dl dt.tb01{
    background: url(../images/isy-tb01.png) left center no-repeat;
}
.isolutions-list .xs dl dt.tb02{
    background: url(../images/isy-tb02.png) left center no-repeat;
}
.isolutions-list .xs dl dt.tb03{
    background: url(../images/isy-tb03.png) left center no-repeat;
}
.isolutions-list .xs dl dt.tb04{
    background: url(../images/isy-tb04.png) left center no-repeat;
}
.isolutions-list .xs dl dt.tb05{
    background: url(../images/isy-tb05.png) left center no-repeat;
}
.isolutions-list .xs dl dd{
    color: #fff;
    font-size: 2.4rem;
    line-height: 1;
}
.isolutions-list .bj:hover .hd{
    opacity: 1;
    -moz-transition: all .7s;
    -webkit-transition: all .7s;
    -o-transition: all .7s;
}
.isolutions-list .hd{
    position: absolute;
    z-index: 99999;
    left: 0;
    padding: 0 3rem;
    bottom: 6rem;
    /* display: none; */
    opacity: 0;
}
.isolutions-list .hd dl dt{
    font-size: 3rem;
    color: #fff;
    line-height: 4rem;
    margin-top: 2rem;
}
.isolutions-list .hd dl dd{
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    color: #fff;
    font-size: 1.8rem;
    margin-top: 2rem;
    margin-bottom: 3rem;
}
.isolutions-list .hd dl span{
    font-size: 2rem;
    color: #fff;
}
.isolutions-list .swiper-isolutions-next{
    right: 33.3%;
    margin-right: -5rem;
}
.isolutions-list .swiper-isolutions-prev{
    left: 33.3%;
    margin-left: -5rem;
}
.isolutions-list .swiper-isolutions-next,.isolutions-list .swiper-isolutions-prev{
    position: absolute;
    background: rgb(0 0 0 / 70%);
    filter: Alpha(opacity=70);/* 只支持IE6、7、8、9 */
    *
    zoom:1; /* 激活IE6、7的haslayout属性，让它读懂Alpha */
    z-index: 99999;
    font-size: 3.6rem;
    width: 10rem;
    height: 5rem;
    line-height: 5rem;
    color: #fff;
    text-align: center;
    margin-top: -3rem;
    cursor: pointer;
    bottom: 0;
}
.isolutions-list .swiper-isolutions-next:hover,.isolutions-list .swiper-isolutions-prev:hover{
    background: #ff6a00;
}
.isolutions-list .swiper-button-disabled{
    /* display: none; */
    cursor: no-drop;
}
.isolutions .swiper-container-horizontal>.swiper-pagination-bullets{
    bottom: 0!important;
}



/*热销产品*/
.iproducts{
    margin-top: 8rem;
}
.iproducts-list{
    min-height: 400px;
    position: relative;
    overflow: hidden;
    margin-bottom: 3rem;
}
.iproducts-list:hover .prof .content{
    background-image: linear-gradient(90deg, rgba(255, 107, 3, 1), rgba(246, 155, 91, 1));
}
.iproducts-list .prof>img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.iproducts-list .prof .content{
    width: 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;
    height: 100%;
    float: right;
    -webkit-transition: all .5s;
    transition: all .5s;
    position: absolute;
    z-index: 999;
    top: 0;
    flex-wrap: wrap;
}
.iproducts-list .prof .content .wz{
    margin: 2rem;
}
.iproducts-list .prof .content .wz p{
    font-size: 2rem;
    color: #707070;
    line-height: 4rem;
}
.iproducts-list .prof .content .wz em{
    color: #fff;
    font-size: 16px;
    height: 0px;
    overflow: hidden;
    display: block;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.iproducts-list .prof .content .wz em i{
    color: #f00;
    font-style: inherit;
    margin-left: 5px;
}
.iproducts-list:hover .prof .content .wz em{
    height:30px;
    line-height:30px;
}
.iproducts-list:hover .prof .content .wz p{
    color: #fff;
}
.iproducts-list .prof .content .wz p span{
    font-size: 2.6rem;
}
.iproducts-list .prof .content .img3{
    max-width: 300px;
}
.iproducts-list .prof .content .img2{
    max-width: 200px;
}
.iproducts-list .prof .content .img18{
    max-width: 180px;
}
.iproducts-list .prof .content .img12{
    max-width: 120px;
}
.iproducts-list .prof .content .img16{
    max-width: 160px;
}


/*关于我们*/
.iabout{
    margin-top: 8rem;
    background: url(../images/isy-bj01.jpg) center top no-repeat;
    padding: 10rem 0;
}
.iabout .itit-fl p{
    color: #d9d9d9;
}
.iabout .itit-fl p span{
    color: #fff;
}
.iabout-left dl dt{
    font-size: 3.6rem;
    color: #fff;
    font-weight: 500;
}
.iabout-left dl dd{
    color: #d9d9d9;
    font-size: 1.8rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.iabout-left dl a{
    font-size: 1.6rem;
    background: #ff6a00;
    color: #fff;
    display: block;
    width: 20%;
    text-align: center;
    line-height: 4rem;
}
.iabout-img img{
    width: 100%;
}
.iabout-img .swiper-iabout-next{
    right: 0;
}
.iabout-img .swiper-iabout-prev{
    left: 0;
}
.iabout-img .swiper-iabout-next,.iabout-img .swiper-iabout-prev{
    position: absolute;
    background: rgb(0 0 0 / 20%);
    top: 50%;
    z-index: 99999;
    font-size: 2rem;
    width: 3rem;
    height: 6rem;
    line-height: 6rem;
    color: #fff;
    text-align: center;
    margin-top: -3rem;
    cursor: pointer;
}
.iabout-img .swiper-iabout-next:hover,.iabout-img .swiper-iabout-prev:hover{
    background: #ff6a00;
}
.iabout-img .swiper-button-disabled{
    display: none;
}
.iabout-sz{
    margin-top: 6rem;
}
.iabout-sz ul li{
    text-align: center;
}
.iabout-sz ul li p{
    font-size: 1.6rem;
    color: #fff;
}
.iabout-sz ul li p span,.iabout-sz ul li p span em{
    font-size: 7.2rem;
    color: #ff6a00;
    position: relative;
    font-weight: bold;
}
.iabout-sz ul li p span i{
    font-style: inherit;
    position: absolute;
    font-size: 1.8rem;
}


/*案例*/
.icase{
    margin-top: 8rem;
}
.icase-list{
    position: relative;
}
.icase-list .more{
    position: absolute;
    top: -9.5rem;
    right: 0;
}
.icase-list .more a{
    display: block;
    width: 9rem;
}
.icase-list .am-nav-tabs{
    border: 0;
    position: absolute;
    top: -9.5rem;
    right: 11rem;
}
.icase-list .am-nav-tabs li.am-active a,.icase-list .am-nav-tabs li a:hover,.icase-list .more a:hover{
    border: 1px solid #ff6a00;
    background: #ff6a00;
    color: #fff;
}
.icase-list .am-nav-tabs li a,.icase-list .more a{
    font-size: 2rem;
    padding: 0;
    margin-left: 2rem;
    color: #666;
    border: 0;
    margin-right: 0;
    border: 1px solid #ff6a00;
    color: #ff6a00;
    padding: 0 15px;
    height: 5rem;
    line-height: 5rem;
}
.icase-list .am-tabs-bd{
    border: 0;
}
.icase-list .am-tabs-bd .am-tab-panel{
    padding:0;
    border:0;
}
.icase-list .am-tabs-bd ul {
    margin-left: -1rem;
    margin-right: -1rem;
}
.icase-list .am-tabs-bd ul li{
    padding: 0 1rem 2rem 1rem;
}
.icase-list .am-tabs-bd ul li a{
    position: relative;
    display: flex;
    width: 100%;
    background: #fafafa;
    overflow: hidden;
}
.icase-list .am-tabs-bd ul li a:hover{
    background:#ff6a00;
}
.icase-list .am-tabs-bd ul li a:hover dl dt,.icase-list .am-tabs-bd ul li a:hover dl dd{
    color:#fff;
}
.icase-list .am-tabs-bd ul li a::before{
    content:"";
    /* background: url(../images/bj50.png); */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}
.icase-list .am-tabs-bd ul li .bigimg{
    float: left;
    width: 50%;
}
.icase-list .am-tabs-bd ul li img{
    width: 100%;
    height: 255px;
}
.icase-list .am-tabs-bd ul li dl{
    bottom: 3rem;
    width: 50%;
    left: 3rem;
    z-index: 999;
    float: left;
    padding: 3rem 3rem 0;
}
.icase-list .am-tabs-bd ul li dl dt{
    font-size: 2.4rem;
    font-weight: 500;
    border-bottom: 1px solid #ddd;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    text-overflow: ellipsis;
    white-space:nowrap;
    overflow:hidden;
}
.icase-list .am-tabs-bd ul li dl dd{
    font-size: 1.6rem;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 28px;
    color: #8c8c8c;
    height: 112px;
}
.icase-list .am-tabs-bd ul li 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 .am-tabs-bd ul li a:hover span{
    background: #ff6a00;
    color: #fff;
    border: 1px solid #ff6a00;
}
.icase-list .am-tabs-bd ul li 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);
}


/*新闻*/
.inews{
    margin-top: 8rem;
}
.inews-list{
    background: #fff;
    display: flex;
    width: 100%;
}
.inews-list-img{
    width: 50%;
    height: 500px;
    position: relative;
}
.inews-list-img .wenzi{
    background: #f9f9f9;
    padding: 8rem 3rem 3rem;
}
.inews-list-img:hover .wenzi{
    background:#ff6a00;
}
.inews-list-img:hover .wenzi .wz01,.inews-list-img:hover .wenzi .wz02{
    color:#fff;
}
.inews-list-img .wenzi .wz01{
    font-size: 2.2rem;
}
.inews-list-img .wenzi .wz02{
    font-size: 1.6rem;
    color: #666;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    margin-top: 1rem;
    line-height: 28px;
    height: 56px;
}
.inews-list-img img{
    display: block;
    width: 100%;
    height: 285px;
}
.inews-list-img:hover img{
    transform: scale(1.05,1.05);
    -ms-transform: scale(1.05,1.05);    /* IE 9 */
    -webkit-transform: scale(1.05,1.05);    /* Safari å’Œ Chrome */
    -o-transform: scale(1.05,1.05); /* Opera */
    -moz-transform: scale(1.05,1.05);   /* Firefox */
}
.inews-list-img p{
    position: absolute;
    bottom: 0;
    z-index: 999;
    text-align: center;
    color: #fff;
    width: 100%;
    font-size: 16px;
    padding: 8px 0;
    background: rgba(0, 0, 0, 0.5);
}
.inews-list-img:hover p{
    background:#ff6a00;   
}
.inews-list-img dl{
    position: absolute;
    top: -3rem;
    background: #ff6a00;
    color: #fff;
    text-align: center;
    padding: 1rem;
    left: 3rem;
}
.inews-list-img dl dt{
    font-size: 5rem;
    font-weight: 500;
    line-height: 5rem;
}
.inews-list-img dl dd{
    margin: 0;
}
.inews-list-zs .more{
    text-align:right;
}
.inews-list-zs .more a{
    text-align:right;
    display: block;
    float: right;
    background: #ff6a00;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px;
}
.inews-list-zs{
    width: 50%;
    margin-left: 20px;
}
.inews-list-zs ul{
    display: flex;
    flex-wrap: wrap;
}
.inews-list-zs ul li{
    height: 160px;
    margin-top: 10px;
    padding: 5px;
    position: relative;
    width: 100%;
}
.inews-list-zs ul li:hover{
    background: #ff6a00;
}
.inews-list-zs ul li:hover dl dt,.inews-list-zs ul li:hover dl dd,.inews-list-zs ul li:hover .inews-list-span span{
    color:#fff;
}
.inews-list-zs ul li:first-child{
    margin-top:0;
}
.inews-list-zs ul li dl{
    float: right;
    width: 72%;
}
.inews-list-zs ul li dl dt{
    text-overflow: ellipsis;
    white-space:nowrap;
    overflow:hidden;
    line-height: 30px;
    font-size: 1.8rem;
    color: #333;
}
.inews-list-zs ul li dl dt a{
    font-size: 20px;
    color: #000;
    font-weight: bold;
}
.inews-list-zs ul li dl dd{
    color: #808080;
    line-height: 2.5rem;
    margin-bottom: 10px;
    font-size: 1.6rem;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    height: 7rem;
}
.inews-list-span{
    font-size: 12px;
    line-height: 20px;
}
.inews-list-span span{
    color: #999;
}
.inews-list-span .inews-hit{
    background: url(../images/ft_3.png) left no-repeat;
    padding-left: 18px;
    margin-left: 20px;
}
.inews-list-zs-img{
    float: left;
    width: 25%;
    height: 100%;
}
.inews-list-zs-img img{
    width: 100%;
    height: 100%;
    display: block;
}
.inews-list-zs ul li:hover img{
    transform: scale(1.05,1.05);
    -ms-transform: scale(1.05,1.05);    /* IE 9 */
    -webkit-transform: scale(1.05,1.05);    /* Safari å’Œ Chrome */
    -o-transform: scale(1.05,1.05); /* Opera */
    -moz-transform: scale(1.05,1.05);   /* Firefox */
}
.inews-list-zs ul li dl dt a:hover{
    color: #ff6a00;
}

.inews-listb ul{
    margin-right: -1.5rem;
    margin-left: -1.5rem;
}
.inews-listb ul li{
    padding: 0 1.5rem;
}
.inews-listb ul li a: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-listb ul li .bigimg img{
    width: 100%;
    height: 250px;
}
.inews-listb ul li dl{
    padding: 1.5rem;
    background: hsl(0 0% 98% / 1);
}
.inews-listb ul li a:hover dl{
    border-top: 0;
    background: #ff6a00;
}
.inews-listb ul li a:hover dl dd{
    color: #fff;
}
.inews-listb ul li dl dt{
    font-size: 1.6rem;
    text-overflow: ellipsis;
    white-space:nowrap;
    overflow:hidden;
}
.inews-listb ul li a:hover dl dt{
    color: #fff;
}
.inews-listb ul li dl dd{
    color: #666;
    font-size: 1.4rem;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 2.5rem;
    height: 5rem;
}
.inews-listb ul li span{
    display: block;
    color: #999;
    font-size: 1.6rem;
    margin-top: 1rem;
}
.inews-listb ul li span i{
    margin-right: 5px;
}
.inews-listb ul li a:hover span{
    color: #fff;
}



@media (max-width:1024px){
    .fullSlide .hd{
        bottom: 1.5rem;
        height: 1rem;
        line-height: 1rem;
    }
    .fullSlide .hd ul li {
        cursor: pointer;
        display: inline-block;
        zoom:1;
        width: 3rem;
        height: 3px;
        overflow: hidden;
        line-height: 9999px;
        margin: 0 5px;
        background: rgba(153, 153, 153, 0.8);
        position:relative;
    }
    .fullSlide .playState{
        left: 80%;
        position: absolute;
        bottom: 0;
    }

    .header .logo .bs{
        display:none;
    }
    .header .logo .ls{
        display:block;
    }

    .swiper-banner .swiper-pagination-bullet{
        width: 3rem;
        height: 3px;
    }
    .swiper-banner .swiper-pagination-bullet.swiper-pagination-bullet-active{
        background: #ff6a00;
    }
    .swiper-banner .swiper-pagination-bullets{
        bottom: .5rem!important;
    }

    /*通用*/
    .itit{
        margin-bottom: 3rem;
    }
    .itit-fl p{
        font-size: 1.6rem!important;
        line-height: 2rem;
    }
    .itit-fl p span{
        font-size: 2.6rem;
        line-height: 4rem;
    }
    .itit-fr{
        margin-top: 1rem;
    }
    .itit-fr a{
        font-size: 1.4rem;
        line-height: 4rem;
        padding: 0 2rem;
    }
    .itit-fr a span{
        margin-left: 2rem;
    }


    /*解决方案*/
    .isolutions{
        margin-top: 5rem;
    }
    .isolutions-list .bj{
    height: auto;
}
    .isolutions-list .xs dl dt{
        color: #fff;
        font-size: 3rem;
    }
    .isolutions-list .xs dl dd{
        color: #fff;
        font-size: 2rem;
    }
    .isolutions-list .bj:hover .hd{
        display: block;
    }
    .isolutions-list .hd{
        position: absolute;
        z-index: 99999;
        left: 0;
        padding: 0 3rem;
        bottom: 6rem;
        display: none;
    }
    .isolutions-list .hd dl dt{
        font-size: 3rem;
        color: #fff;
        line-height: 4rem;
        margin-top: 2rem;
    }
    .isolutions-list .hd dl dd{
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        color: #fff;
        font-size: 1.8rem;
        margin-top: 2rem;
        margin-bottom: 3rem;
    }
    .isolutions-list .hd dl a{
        font-size: 2rem;
        color: #fff;
    }


    /*热销产品*/
    .iproducts{
        margin-top: 5rem;
    }
    .iproducts-list{
        min-height: 30rem;
    }
    .iproducts-list .prof .content .wz p span{
        font-size: 2rem;
    }
    .iproducts-list .prof .content{
        flex-wrap: nowrap;
    }
    .iproducts-list .prof .content .wz{
        margin: 0 1rem;
    }
    .iproducts-list .prof .content .mimg01{
        max-width: 13rem;
    }
    .iproducts-list .prof .content .mimg02{
        max-width: 19rem;
    }
    .iproducts-list .prof .content .mimg03{
        max-width: 18rem;
    }
    .iproducts-list .prof .content .mimg04{
        max-width: 12rem;
    }
    .iproducts-list .prof .content .mimg05{
        max-width: 11rem;
    }
    .iproducts-list .prof .content .mimg06{
        max-width: 16rem;
    }
    .iproducts-list .prof .content .mimg07{
        max-width: 12rem;
    }


    /*关于我们*/
    .iabout{
        margin-top: 3rem;
        padding: 5rem 0;
        background: url(../images/isy-bj01.jpg) center top no-repeat;
        background-size: cover;
    }
    .iabout-left dl dt{
        font-size: 2.6rem;
    }
    .iabout-left dl dd{
        font-size: 1.6rem;
        margin-top: 3rem;
        margin-bottom: 3rem;
    }
    .iabout-left dl a{
        width: 50%;
        margin: 0 auto 3rem;
    }
    .iabout-sz{
        margin-top: 3rem;
    }
    .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;
    }


    /*案例*/
    .icase{
        margin-top: 5rem;
    }
    .icase-list .am-nav-tabs{
        position: relative;
        top: 0;
        margin-bottom: 2rem;
        right: 0;
    }
    .icase-list .am-nav-tabs li{
        width: 33.3%;
        text-align: center;
    }
    .icase-list .am-nav-tabs li a{
        font-size: 1.8rem;
        margin-left: 0;
    }
    .icase-list .am-tabs-bd{
        border: 0;
    }
    .icase-list .am-tabs-bd .am-tab-panel{
        padding:0;
        border:0;
    }
    .icase-list .am-tabs-bd ul li a{
        display: table;
    }
    .icase-list .am-tabs-bd ul li .bigimg{
        width:100%;
    }
    .icase-list .am-tabs-bd ul li dl{
        width: 100%;
        padding: 2rem;
    }
    .icase-list .am-tabs-bd ul li dl dt{
        font-size: 1.8rem;
    }
    .icase-list .am-tabs-bd ul li dl dd{
        font-size: 1.4rem;
        -webkit-line-clamp: 2;
    }
    .icase-list .am-tabs-bd ul li span{
        right: 1rem;
        bottom: 2rem;
        width: 22%;
        font-size: 1.2rem;
        line-height: 3rem;
    }


    /*新闻*/
    .inews{
        margin-top: 5rem;
    }
    .inews-list{
        background: #fff;
        display: flex;
        width: 100%;
    }
    .inews-list-img{
        display:none;
    }    
    .inews-list-zs{
        width: 100%;
        margin-left: 0;
    }
    .inews-list-zs ul{
        display:block;
    }
    .inews-list-zs ul li{
        height: auto;
        margin-top: 3rem;
        padding: 0;
        border: 0!important;
    }
    .inews-list-zs ul li dl{
        width: 100%;
        margin-top: 0;
        padding: 2rem;
        background: #f7f7f7;
        color: #333;
    }
    .inews-list-zs ul li dl dt{
        line-height: 3rem;
        font-size: 1.8rem;
        color: #333!important;
    }
    .inews-list-zs ul li dl dd{
        margin-bottom: 10px;
        -webkit-line-clamp: 3;
        height: auto;
    }
    .inews-list-zs ul li.on dl dt,.inews-list-zs ul li.on dl dd,.inews-list-zs ul li.on .inews-list-span span{
        color: #808080;
    }
    .inews-list-span{
        font-size: 1.4rem;
        line-height: 3rem;
    }
    .inews-list-zs-img{
        width: 100%;
        height: auto;
    }


    /* 解决方案箭头 */
    .isolutions-list .swiper-isolutions-next{
        right: 0;
        margin-right: 0;
    }
    .isolutions-list .swiper-isolutions-prev{
        left: 0;
        margin-left: 0;
    }
    .isolutions-list .swiper-isolutions-next,.isolutions-list .swiper-isolutions-prev{
        font-size: 3rem;
        width: 7rem;
        height: 4rem;
        line-height: 4rem;
        margin-top: 0;
    }

    .inews-listb ul li{
        padding: 0 1.5rem 3rem;
    }

}