@charset "utf-8";
/*广告图*/
.swiper-banner img{
    width: 100%;
}
.swiper-banner .swiper-pagination-bullet{
    width: 25px;
    height: 5px;
    background: #fff;
    border-radius: 0;
    opacity: 1;
}
.swiper-banner .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #1249b7;
}
.swiper-banner .swiper-pagination-bullets{
    bottom: 60px!important;
}


/*通用*/
.itit{
    text-align: center;
    margin-bottom: 3rem;
}
.itit .t1{
    font-size: 3.6rem;
}
.itit .t2{
    font-size: 1.6rem;
    color: #797979;
    margin-top: 1rem;
}


/*四个图标*/
.iicon{
    position: relative;
    z-index: 999;
    top: -50px;
}
.iicon .am-g{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
}
.iicon .am-g>div{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.iicon .iicon-bj{
    display: table;
    width: 100%;
    background: #f3f5f8;
    border: 2px solid #fff;
    padding: 20px 15px;
    border-radius: 10px;
    box-shadow: 0px 0px 5px 1px rgb(0 0 0 / 10%);
}
.iicon i{
    display: block;
    float: left;
    width: 30px;
    height: 30px;
}
.iicon i.tb01{    
    background: url(../images/zs_03.png) center center no-repeat;
}
.iicon i.tb02{   
    background: url(../images/zs2_03.png) center center no-repeat;
}
.iicon i.tb03{   
    background: url(../images/zs3_03.png) center center no-repeat;
}
.iicon i.tb04{   
    background: url(../images/zs4_03.png) center center no-repeat;
}
.iicon dl{
    display: block;
    float: left;
    width: 210px;
    margin-left: 15px;
}
.iicon dl dt{
    font-size: 18px;
    font-weight: 500;
}
.iicon dl dd{
    margin: 0;
    color: #939393;
    line-height: 25px;
    height: 50px;
    font-size: 13px;
}


/*产品与服务*/
.ipro-list ul li{
    position: relative;
    overflow: hidden;
}
.ipro-list ul li img{
    width: 100%;
}
.ipro-list ul li dl{
    position: absolute;
    width: 17rem;
}
.ipro-list ul li dl.par01{    
    top: 7rem;
    right: 2rem;
}
.ipro-list ul li dl.par02{
    top: 7rem;
    left: 5rem;
}
.ipro-list ul li dl.par03{
    top: 7rem;
    left: 3rem;
    width: 23rem;
}
.ipro-list ul li dl.par04{
    top: 7rem;
    right: 3rem;
    width: 25rem;
}
.ipro-list ul li dl dt{
    font-size: 28px;
    font-weight: 500;
}
.ipro-list ul li dl dd{
    font-size: 16px;
    color: #797979;
}


/*客户案例*/
.icase{
    margin-top: 5rem;
    background: #f7f7f7;
    padding: 5rem 0;
}
.icase-list .am-tabs{
    border-top: 1px solid #e5e5e5;
}
.icase-list .am-tabs-nav{
    display: table;
    margin: auto;
    padding: 1rem 0;
}
.icase-list .am-tabs-nav li{
    float: left;
    margin: 0 2rem;
}
.icase-list .am-tabs-nav li a{
    font-size: 18px;
    color: #797979;
}
.icase-list .am-tabs-nav li.am-active a{
    color: #1249b7;
}
.icase-list .am-tabs-bd{
    border: 0;
}
.icase-list .am-tab-panel{
    padding: 0;
    border: 0;
}
.icase-list .am-tab-panel ul li{
    padding:0 1rem 2rem;
}
.icase-list .am-tab-panel ul li .bigimg{
    position: relative;
    height: 225px;
}
.icase-list .am-tab-panel ul li .bigimg img{
    display: block;
}
.icase-list .am-tab-panel ul li .bigimg span{
    position: absolute;
    bottom: -5rem;
    width: 100%;
    background: rgb(0 0 0 / 60%);
    padding: 0 1rem;
    line-height: 4rem;
    height: 4rem;
    color: #b3b3b3;
    transition: all .3s;
    -moz-transition:all .3s;    /* Firefox 4 */
    -webkit-transition:all .3s; /* Safari å’Œ Chrome */
    -o-transition:all .3s;  /* Opera */
    overflow: hidden;
}
.icase-list .am-tab-panel ul li p{
    display: block;
    height: 5rem;
    line-height: 5rem;
    text-align: center;
    padding: 0 1rem;
    font-size: 1.6rem;
    text-overflow: ellipsis;
    white-space:nowrap;
    overflow:hidden;
    background: #fff;
}
.icase-list .am-tab-panel ul li a:hover p{
    background: #1249b7;
    color: #fff;
}
.icase-list .am-tab-panel ul li a:hover .bigimg span{
    bottom:0;
}


/*口碑见证*/
.imonu{
    margin-top: 5rem;
}
.imonu-list{
    border-top: 1px solid #e5e5e5;
}
.imonu-list>div{
    margin-top: 3rem;
}
.imonu-list a{
    display: block;
    position: relative;
    transition: all .3s;
    -moz-transition:all .3s;    /* Firefox 4 */
    -webkit-transition:all .3s; /* Safari å’Œ Chrome */
    -o-transition:all .3s;  /* Opera */
    top: 0;
}
.imonu-list a:hover{
    top:-10px;
}
.imonu-list .bigimg{
    float: left;
    /* width: 100%; */
}
.imonu-list .bigimg img{
    width: 100%;
}
.imonu-list dl{
    display: block;
    float: left;
    width: 100%;
    height: 140px;
    background: #f9f9f9;
    border: 1px solid #dfdfdf;
    border-left: 0;
    padding: 1rem 2rem;
    border-top: 0;
}
.imonu-list a:hover dl{
    background: url(../images/ikb-bj.jpg) center center no-repeat;
}
.imonu-list dl dt{
    font-size: 1.6rem;
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.imonu-list a:hover dl dt,.imonu-list a:hover dl dd{
    color: #fff;
}
.imonu-list dl dd{
    line-height: 2.5rem;
    height: 7.5rem;
    overflow: hidden;
    color: #5a5a5a;
}


/*品牌展示*/
.ibrand{
    margin-top: 5rem;
}
.ibrand-list ul{
    padding-left: -1rem;
    padding-right: -1rem;
}
.ibrand-list ul li{
    padding: 0 1rem 2rem;
}
.ibrand-list ul li .bigimg{
    box-shadow: 0 0 5px 1px rgb(0 0 0 / 10%);
    border-radius: 5px;
}
.ibrand-list ul li img{
    width: 100%;
}
.ibrand-list ul li a: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{
    background: #f5f5f5;
    margin-top: 5rem;
    padding: 7rem 0;
}
.inews .inews-tit{
    font-size: 24px;
    line-height: 4rem;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
}
.inews .inews-tit a{
    font-size: 16px;
    color: #797979;
    float: right;
}
.inews ul li{
    background: #fff;
    padding: 1rem;
    display: table;
    width: 100%;
    margin-top: 2rem;
}
.inews ul li:first-child{
    margin-top: 0;
}
.inews ul li .bigimg{
    display: block;
    float: left;
    width: 200px;
    border: 1px solid #f2f2f2;
}
.inews ul li .bigimg img{
    width: 200px;
    height: 145px;
}
.inews ul li .bigimg: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 ul li dl{
    float: left;
    width: 345px;
    margin-left: 2rem;
}
.inews ul li dl dt{
    text-overflow: ellipsis;
    white-space:nowrap;
    overflow:hidden;
}
.inews ul li dl dt a{
    font-size: 16px;
}
.inews ul li dl dd{
    line-height: 2.5rem;
    height: 5rem;
    overflow: hidden;
    color: #797979;
}
.inews ul li dl .date{
    margin-top: 2rem;
}
.inews ul li dl .date span{
    margin-right: 2rem;
    display: block;
    float: left;
    color: #adadad;
}
.inews ul li dl .date span i{
    margin-right: .5rem;
}
.inews ul li dl .date .more{
    float: right;
}
.inews ul li dl .date .more a{
    color: #dcdcdc;
    display: block;
    border: 1px solid #dcdcdc;
    width: 5rem;
    text-align: center;
    border-radius: 10px;
}
.inews ul li dl .date .more a:hover{
    background: #1249b7;
}


/*我们的优势*/
.iyoushi{
    background: url(../images/iys-bj.jpg) center center no-repeat;
    margin-top: 7rem;
}
.iyoushi .am-container{
    position: relative;
    height: 100%;
}
.iyoushi .am-tabs ul{
    position: absolute;
    width: 280px;
    height: 100%;
    display: table;
    background: url(../images/iys-bj02.png) center center no-repeat;
    background-size: cover;
    padding-top: 20rem;
}
.iyoushi .am-tabs ul li{
    padding-left: 4rem;
    height: 8rem;
    line-height: 8rem;
    border-left: 5px solid rgb(255 255 255 / 0%);
}
.iyoushi .am-tabs ul li a{
    font-size: 20px;
    color: #fff;
    display: block;
}
.iyoushi .am-tabs ul li.am-active{
    border-left: 5px solid #1363ef;
    background: #162444;
}
.iyoushi .am-tabs-bd{
    border: 0;
    float: right;
    width: 800px;
}
.iyoushi .am-tab-panel{
    padding: 7rem 0;
    height: 62rem;
}
.iyoushi .am-tab-panel .ys01 dt{
    font-size: 3.6rem;
    color: #fff;
    font-weight: 500;
}
.iyoushi .am-tab-panel .ys01 dd{
    color: #cccccc;
    font-size: 1.6rem;
}
.iyoushi .am-tab-panel .ys02{
    margin-top: 8rem;
}
.iyoushi .am-tab-panel .ys02 dt{
    font-size: 2rem;
    color: #fff;
    font-weight: 500;
}
.iyoushi .am-tab-panel .ys02 dd{
    font-size: 1.6rem;
    color: #ccc;
}
.iyoushi-sz{
    border-top: 1px solid #4965a2;
    margin-top: 5rem;
}
.iyoushi-sz .list{
    float: left;
    width: 25%;
    text-align: center;
    padding: 2rem 0;
    border-left: 1px solid #4965a2;
}
.iyoushi-sz .list:first-child{
    border-left: 0;
}
.iyoushi-sz .list span{
    color: #fff;
    font-size: 5.2rem;
    line-height: 8rem;
    height: 8rem;
}
.iyoushi-sz .list p{
    color: #ffffff;
    font-size: 1.6rem;
    margin-top: 1rem;
}


@media (max-width:1024px){
    .swiper-banner .swiper-pagination-bullets{
        bottom: 1rem!Important;
    }

    /*通用*/
    .itit{
        margin-bottom: 2rem;
    }
    .itit .t1{
        font-size: 3.2rem;
        line-height: 4rem;
    }
    .itit .t2{
        font-size: 1.4rem;
        line-height: 2.5rem;
    }
    
    /*四个图标*/
    .iicon{
        position: relative;
        z-index: 999;
        top: 0;
        margin-top: 1rem;
    }
    .iicon .am-g{
        margin-left: -1rem;
        margin-right: -1rem;
    }
    .iicon .am-g>div{
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .iicon .iicon-bj{
        padding: 1rem 1.5rem 4rem;
        margin-top: 2rem;
    }
    .iicon i{
        width: 5rem;
        height: 5rem;
        margin: auto;
        float: inherit;
    }    
    .iicon dl{
        width: 100%;
        margin-left: 0;
        text-align: center;
        margin-top: 1rem;
    }
    .iicon dl dt{
        font-size: 1.8rem;
    }
    .iicon dl dd{
        line-height: 2.5rem;
        height: 5rem;
        margin-top: .5rem;
    }


    /*产品与服务*/
    .ipro{
        margin-top: 5rem;
    }
    .ipro-list ul li dl{
        width: 12rem;
    }
    .ipro-list ul li dl.par01{
        top: 1rem;
        right: 1rem;
    }
    .ipro-list ul li dl.par02{
        top: 5rem;
        left: 1rem;
        width: 13rem;
    }
    .ipro-list ul li dl.par03{
        top: 2rem;
        left: 1rem;
        width: 13rem;
    }
    .ipro-list ul li dl.par04{
        top: 2rem;
        right: 1rem;
    width: 17rem;}
    .ipro-list ul li dl dt{
        font-size: 2.6rem;
        line-height: 3rem;
    }
    .ipro-list ul li dl dd{
        font-size: 1.4rem;
        line-height: 2rem;
    }

    /*客户案例*/
    .icase{
        margin-top: 5rem;
        background: #f7f7f7;
        padding: 3rem 0;
    }
    .icase-list .am-tabs{
        border-top: 1px solid #e5e5e5;
    }
    .icase-list .am-tabs-nav{
        display: table;
        margin: auto;
        padding: 1rem 0;
    width: 100%;}
    .icase-list .am-tabs-nav li{
        margin: 0;
        width: 33.33%;
        text-align: center;
        line-height: 4rem;
    }
    .icase-list .am-tabs-nav li a{
        font-size: 1.8rem;
        display: block;
    }
    .icase-list .am-tabs-bd{
        border: 0;
    }
    .icase-list .am-tab-panel{
        padding: 0;
        border: 0;
    }
    .icase-list .am-tab-panel ul li{
        padding:0 1rem 2rem;
    }
    .icase-list .am-tab-panel ul li .bigimg{
        height: auto;
    }
    .icase-list .am-tab-panel ul li .bigimg img{
        display: block;
        min-height: 100%;
    }
    .icase-list .am-tab-panel ul li .bigimg span{
        position: absolute;
        bottom: -5rem;
        width: 100%;
        background: rgb(0 0 0 / 60%);
        padding: 0 1rem;
        line-height: 4rem;
        height: 4rem;
        color: #b3b3b3;
        transition: all .3s;
        -moz-transition:all .3s;    /* Firefox 4 */
        -webkit-transition:all .3s; /* Safari å’Œ Chrome */
        -o-transition:all .3s;  /* Opera */
        overflow: hidden;
    }
    .icase-list .am-tab-panel ul li p{
        height: 7rem;
        line-height: 2.5rem;
        text-align: center;
        font-size: 1.4rem;
        text-overflow: clip;
        white-space: inherit;
        padding: 1rem;
    }
    .icase-list .am-tab-panel ul li a:hover p{
        background: #1249b7;
        color: #fff;
    }
    .icase-list .am-tab-panel ul li a:hover .bigimg span{
        bottom:0;
    }


    /*新闻资讯*/
    .inews{
        margin-top: 3rem;
        padding: 5rem 0;
    }
    .inews .inews-tit{
        font-size: 24px;
        line-height: 4rem;
        border-bottom: 1px solid #dcdcdc;
        padding-bottom: 1rem;
        margin-bottom: 2rem;
    }
    .inews .inews-tit a{
        font-size: 16px;
        color: #797979;
        float: right;
    }
    .inews ul li{
        display: block;
        margin-top: 2rem;
        clear: both;
    }
    .inews ul li .bigimg{
        float: inherit;
        width: 100%;
    }
    .inews ul li .bigimg img{
        width: 100%;
        height: auto;
    }
    .inews ul li .bigimg: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 ul li dl{
        float: inherit;
        width: 100%;
        margin-left: 0;
        margin-top: 1rem;
    }
    .inews ul li dl dt a{
        font-size: 1.6rem;
    }
    .inews ul li dl .date span{
        margin-right: 2rem;
        display: block;
        float: left;
        color: #adadad;
    }
    .inews ul li dl .date span i{
        margin-right: .5rem;
    }
    .inews ul li dl .date .more{
        float: right;
    }
    .inews ul li dl .date .more a{
        color: #dcdcdc;
        display: block;
        border: 1px solid #dcdcdc;
        width: 5rem;
        text-align: center;
        border-radius: 10px;
    }
    .ghfx{
        margin-top: 3rem;
    }

    /*口碑见证*/
    .imonu{
        margin-top: 5rem;
    }
    .imonu-list{
        border-top: 1px solid #e5e5e5;
    }
    .imonu-list>div{
        margin-top: 3rem;
    }
    .imonu-list .bigimg img{
        width: 100%;
        height: 12rem;
    }
    .imonu-list dl{
        height: auto;
        padding: 1rem;
    }
    .imonu-list dl dt{
        font-size: 1.4rem;
        text-overflow: clip;
        white-space: break-spaces;
        overflow: hidden;
        line-height: 2.5rem;
        height: 5rem;
    }


    /*我们的优势*/
    .iyoushi{
        background: url(../images/iys-bj.jpg) center center no-repeat;
        margin-top: 5rem;
        background-size: cover;
        padding: 5rem 0;
    }
    .iyoushi .am-container{
        position: relative;
        height: 100%;
    }
    .iyoushi .am-tabs ul{
        position: relative;
        width: 100%;
        padding: 0;
        top: 0;
    }
    .iyoushi .am-tabs ul li{
        padding-left: 0rem;
        height: 7rem;
        line-height: 7rem;
        border-left: 5px solid rgb(255 255 255 / 0%);
        float: left;
        width: 33.33%;
        text-align: center;
    }
    .iyoushi .am-tabs ul li a{
        font-size: 2rem;
    }
    .iyoushi .am-tabs ul li.am-active{
        border-left: 5px solid #1363ef;
        background: #162444;
    }
    .iyoushi .am-tabs-bd{
        border: 0;
        float: right;
        width: 100%;
        margin-top: 3rem;
    }
    .iyoushi .am-tab-panel{
        padding: 0;
        height: auto;
    }
    .iyoushi .am-tab-panel .ys02{
        margin-top: 3rem;
    }
    .iyoushi-sz{
        border-top: 0;
        margin-top: 5rem;
    }
    .iyoushi-sz .list{
        width: 50%;
    }
    .iyoushi-sz .list span{
        color: #fff;
        font-size: 5.2rem;
        line-height: 8rem;
        height: 8rem;
    }
    .iyoushi-sz .list p{
        color: #ffffff;
        font-size: 1.6rem;
        margin-top: 1rem;
    }
    .iyoushi-sz .list:nth-child(3),.iyoushi-sz .list:nth-child(4){
        border-top:1px solid #4965a2;
    }    
     .iyoushi-sz .list:nth-child(3){
        border-left:0;
    } 

}