.banner-wrapper{
    position:relative;
}
.banner-item{
    width:100%;
}
.banner-item img{
    width:100%;
    object-fit:cover;
}
.banner-button-prev,
.banner-button-next{
    position:absolute;
    top:50%;
    z-index:96;
    margin-top:-30px;
    cursor: pointer;
}
.banner-button-prev{
    left:9%;
}
.banner-button-next{
    right:9%;
}
.banner-button-prev img,
.banner-button-next img{
    width:60px;
    height:60px;
}
.index-banner .index-banner-pagination{
    bottom:40px;
}
.index-banner .index-banner-pagination span{
    width:20px;
    height:5px;
    border-radius:2px;
    background:#e6e6e7;
}

/* 时间轴 */
.index-time-wrapper{
   margin-top:170px;
   height:140px;
}
/* 卡片 */
.index-card-wrapper{
    margin-top:139px;
}
.index-icon-wrapper{
    width:100%;
    padding:104px 0 109px;   
    background:url('../image/index-bg.png') no-repeat;
    background-position:100% 104px;
}
.index-icon-list{
    margin:0 auto;
    padding:20px 0;
    width:1400px;
    border-top:4px solid #F1F1F1;
    border-bottom:4px solid #F1F1F1;
    overflow:hidden;
}
.index-icon-item{
    width:200px !important;
    float:left;
    margin-top:15px;
}
/*.index-icon-item-100{*/
/*    margin-top:0;*/
/*}*/
.index-icon-item:last-child{
    margin-top:0;
    margin-right:0;
}
.index-icon-item-title{
    font-size:20px;
    /*text-align:center;*/
}
.index-icon-item-img{
    text-align:center;
}
.index-icon-item-100 .index-icon-item-img{
    text-align:left;
    margin-top: 20px;
}
/* 新闻中心 */
.index-news-wrapper{
    padding:65px 0;
}
.index-news-container{
    background:url("../image/i-news-map-bg.png") no-repeat;
    background-position:100% 0;
}
.index-news-title-left{
    background:url('../image/index-news-title.png') no-repeat;
}
.index-news-inner{
    margin-top:70px;
    width:100%;
}
.index-news-inner-left{
    width:550px;
}
.index-news-img{
    width:550px;
    height:320px;
    border-radius:20px;
    overflow:hidden;
}
.index-news-img img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.index-news-title{
    margin-top:40px;
    font-size:24px;
    font-weight:bold;
    line-height:35px;
    letter-spacing:2px;
}
.index-news-desc{
    margin:30px 0;
    font-size:18px;
    line-height:32px;
    letter-spacing:1px;
}
.index-news-fn-look,
.index-news-fn-like,
.index-news-fn-share{
    margin-right:60px;
    height:40px;
    line-height:40px;
    color:#9B9B9B;
    font-size:14px;
    cursor: pointer;
}
.index-news-fn-look img,
.index-news-fn-like img,
.index-news-fn-share img{
    vertical-align:middle;
}
.index-news-fn-look img{
    width:22px;
    height:14px;
}
.index-news-fn-like img{
    width:19px;
    height:18px;
}
.index-news-fn-share img{
    width:20px;
    height:18px;
}
.index-news-fn-more{
    height:40px;
    line-height:40px;
}
.index-news-fn-more span{
    margin-right:12px;
    font-size:16px;
}
.index-news-inner-right{
    width:725px;
}
.index-news-item{
    margin-bottom:50px;
}
.index-news-item-time{
    margin-right:32px;
    width:80px;
    height:50px;
    font-size:24px;
    text-align:center;
    line-height:50px;
    color:#525252;
    border-radius:10px;
    background:url('../image/i-n-time-bg.png') no-repeat;
    background-size:100%;
    overflow:hidden;
}
.index-news-item-content{
    width:613px;
    border-bottom:1px solid #e6e6e7;
}
.index-news-item-title{
    font-size:20px;
    line-height:30px;
    letter-spacing:1px;
    font-weight:400;
    color:#333;
}
.index-news-item-desc{
    margin:15px 0 20px;
    font-size:16px;
    line-height:20px;
    color:#626675;
}
.index-news-item-line{
    height:1px;
    background:#626675;
}

/* 选中的新闻中心的样式 */
.index-news-item-active .index-news-item-time{
    color:#fff;
}

/* 产品中心 */
.index-product-wrapper{
    padding:98px 0;
    background:url('../image/index-bg.png') no-repeat;
    background-position:-120px 200px;
}
.index-product-title-left{
    background:url('../image/index-product-title.png') no-repeat;
}
.index-product-top{
    width:100%;
}
.index-product-page-box{
    margin-top:27px;
    position: relative;
    width:160px;
    height:30px;
}
.index-product-numer{
    position:absolute;
    left:50px;
    top:6px;
    width:60px;
    font-size:18px;
    color:#ccc ;
    display:inline-block;
}
.index-product-page-btn{
    position:absolute;
    top:0;
    display:inline-block;
    width:30px;
    height:30px;
    vertical-align: middle;
    background:#E7E9EE;
    cursor: pointer;
}
.index-product-page-btn img{
    margin:6px 4px;
    width:22px;
    height:18px;
}
.index-product-prev{
    left:0;
}
.index-product-next{
    right:0;
}

.index-product-page-btn-noactive{
    display:block;
}
.index-product-page-btn-active{
    display:none;
}
.index-product-page-btn:hover{
  /* IE9 以前浏览器背景色 */
  background: #DE2F3C;
  /* IE10+ 和现代浏览器使用标准渐变语法 */
  background: linear-gradient(90deg, #C6313C 20%, #896ABE 100%) ;
  background: -webkit-linear-gradient(to right, #C6313C, #896ABE);
  /* IE9 使用渐变语法 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C6313C', endColorstr='#896ABE');
}
.index-product-page-btn:hover .index-product-page-btn-noactive{
    display:none;
}
.index-product-page-btn:hover .index-product-page-btn-active{
    display: block;
}


.index-product-item{
    margin-bottom:45px;
    margin-right:40px;
    float:left;
    width:320px;
    border-radius:6px;
    overflow:hidden;
    border:1px solid #CCCCCC;
    /*background-color: #fff;*/
}
.index-product-item:nth-child(4n){
    margin-right:0;
}
.index-product-list-inner{
    margin-top:64px;
    width:1400px;
    height: 1180px;
    overflow: hidden;
}
.index-product-item-img{
    position: relative;
    width:320px;
    height:342px;
    overflow:hidden;
}
.index-product-item-img img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.index-product-item-content{
    padding:20px 18px;
    background:#fff;
}
.index-product-item-title{
    font-size:24px;
    line-height:32px;
    height:64px;
    color:#123480;
}
.index-product-item-msg-list{
    margin:25px 0;
    height:20px;
    width:100%;
}
.index-product-item-msg-item{
    margin-right:12px;
    height:20px;
    line-height:20px;
    font-size:14px;
    color:#A1AFC2;
    width:30%;
}
.index-product-item-msg-item:nth-child(3n){
    margin-right:0;
}
.index-product-item-msg-item img{
    vertical-align:middle;
}
.index-product-item-btn-box{
    margin:0 auto;
}
.index-product-item-btn{
    margin-right:30px;
    width:86px;
    height:26px;
    line-height:26px;
    text-align:center;
    border:1px solid #A1AFC2;
    border-radius:5px;
    overflow:hidden;
}
.index-product-item-btn-last{
    margin-right:0;
}
.index-product-item-btn a{
    position: relative;
    z-index:89;
    display:block;
    color:#626675;
    background:#fff;
}
.index-product-item-btn-active{
    position:absolute;
    z-index:-1;
    width:0;
    height:0;
    background:#1D59DC;
    border-radius:30px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
    transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
}
/*.index-product-item-btn-active a{*/
/*    color:#fff;*/
/*}*/
.index-product-more{
    margin:0 auto;
    margin-top:30px;
    width:132px;
    height:42px;
    text-align:center;
    line-height:42px;
    background:url('../image/i-p-more-bg.png') no-repeat;
}
.index-product-more img{
    vertical-align:middle;
}
.index-product-more-text{
    font-size:18px;
    vertical-align:middle;
}
.index-product-item:hover{
    box-shadow:0px 0px 18px #ddd;
}
.index-product-item:hover .index-product-item-img-inner{
    animation:toBottom 0.6s ease-in forwards;
}

/* 文保服务 */
.index-service-wrapper{
    background:url('../image/index-bg.png')no-repeat;
    background-position:100% 0;
}
.index-service-title-left{
    background:url('../image/i-wenbao-title-bg.png') no-repeat;
}
.index-service-title-left .first-title-inner{
    background-position-y:50px;
}
.service-content{
    width:100%;
    margin-top:64px;
}
.service-aside{
    left:-100px;
    width:300px;
}
.service-menu-item{
    height:90px;
    line-height:90px;
    text-align:right;
}
.service-menu-item a{
    display:inline-block;
    width:200px;
    text-align:center;
    font-size:24px;
    color:#333;
    border-bottom:1px solid #e6e6e7;
}
.service-menu-item:last-child{
    border-bottom:none;
}
/* 选中 */
.service-menu-item-active{
    margin-left:70px;
}
.service-menu-item-active a{
    position: relative;
    left: 70px;
    background: #1D59DC;
    border-bottom: none;
    border-bottom-right-radius: 30px;
    box-shadow: 0px 0px 10px #e0e0e1;
    animation:motionLeft 0.5s ease-in-out forwards;
}
.service-menu-item-active a{
    color:#fff;
}
.service-main{
    width:1100px;
    height:650px;
    overflow: hidden;
}
.service-main-item{
    display:none;
}
.service-main-item-active{
    display:block;
}
.service-list-wrapper{
    width:495px;
    /*height:637px;*/
    /*overflow-y: scroll;*/
}

.service-item{
    margin-bottom:42px;
    border-radius:15px;
    height:182px;
    position:relative;
    background:#fff;
    overflow:hidden;
}
.service-item:last-child{
    margin-bottom:0;
}
.service-item-title{
    padding-left:20px;
    font-size:24px;
}

.service-item-desc-wrapper{
    margin-top:13px;
    padding:20px 10px 10px 48px;
    height:146px;
    background:#F8F9FB;
}
.service-item-desc-wrapper-open{
    height:100%;
}
.service-item-desc-inner{
    height:74px;
    overflow: hidden;
}
.service-item-desc-inner-open{
    height:80%;
}
.service-item-desc{
    line-height:24px;
    color:#333;
}
.service-item-desc span{
    margin-right:6px;
}
.service-item-more{
    margin-top:6px;
    width:100%;
}
.service-item-more-point{
    font-size:24px;
    color:#1D59DC ;
}
.service-item-more-img{
    width:28px;
    height:28px;
    text-align:center;
    line-height:28px;
    border-radius:50%;
    background:#1D59DC;
}
.service-item-more-img img{
    margin-top:6px;
    /*display:block;*/
    /*width:28px;*/
    /*height:28px;*/
}
.service-img-wrapper{
    margin-left:45px;
    width:560px;
}
.service-img-top{
    height:33px;
    line-height:33px;
    text-align:right;
}
.service-prev,
.service-next{
    display:inline-block;
    margin-right:10px;
    cursor: pointer;
}
.service-img-big{
    width:561px;
    height:375px;
    border-radius:15px;
    overflow:hidden;
}
.service-img-big img{
    display: block;
    width:100%;
    height:100%;
    object-fit: cover;
}
.service-img-big .swiper-slide img{
    display: block;
    width:560px;
    height:375px;
    object-fit: cover;
}
.service-img-small-list{
    margin-top:40px;
    width:100%;
    border:1px solid #e6e6e7;
    border-radius:15px;
}
.service-img-small-item{
    float:left;
    width:33.33%;
    height:180px;
    text-align:center;
    cursor: pointer;
}
.service-img-small-item div{
    padding-top:50px;
}
.service-img-small-noactive{
    margin:0 auto;
    display: block;
}
.service-img-small-active{
    margin:0 auto;
    display:none;
}
.service-img-small-item-title{
    margin-top:15px;
    font-size:18px;
    line-height:30px;
}
.service-img-small-item-active{
    margin-top:-10px;
    height: calc(100% + 20px);
    padding:50px 0 18px;
    color:#fff;
    border-radius:15px 5px;
    box-shadow:8px 8px 10px 0 rgba(38, 52, 139, 0.2);
}
.service-img-small-item:hover .service-img-small-noactive{
    margin:0 auto;
    display: none;
}
.service-img-small-item:hover .service-img-small-active{
    margin:0 auto;
    display: block;
}

/* 应用案例 */
.index-case-wrapper{
    margin-top:100px;
    padding:76px 0;
}
.index-case-container{
    background:url('../image/diqiu-bg.png') no-repeat;
    background-position:100px 97px;
}
.index-case-title-left{
    background:url('../image/i-case-title-bg.png') no-repeat;
}
.index-case-title-left .first-title-inner{
    background-position-y: 50px;
}
.case-main-wrapper{
    margin-top:64px;
}
.case-file-main{
    margin-top:48px;
    width:953px;
    /*height:408px;*/
    border:3px solid #fff;
    border-radius:5px;
}
.case-file-main-inner{
    position:relative;
    background:url('../image/i-c-map-bg.png') no-repeat;
    background-position:500px 30px;
}
.case-file-menu-list{
    position:absolute;
    top:-48px;
    left:-2px;
    
}
.case-file-menu-item{
    margin-right:20px;
    float:left;
    width:145px;
    height:48px;
    line-height:48px;
    text-align:center;
    font-size:22px;
    cursor: pointer;
    background:url('../image/case-menu-bg.png') no-repeat;
}
.case-file-menu-item-active{
    background: #F4F5F8;
    border: 3px solid #fff;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
    border-bottom: none;
}
.case-file-main-list{
    padding:40px 0 35px 30px;
    height:375px;
    overflow:hidden;
}
.case-file-main-item{
    display:none;
    /*cursor: pointer;*/
}
.case-file-main-item-inner{
    position:relative;
    padding:10px;
    min-height:300px;
}
.case-file-main-item-more{
    opacity:1;
    position:absolute;
    bottom:44px;
}
.case-file-main-item ul{
    margin-right:42px;
}
.case-file-main-items{
    margin-bottom:30px;
    width:168px;
    line-height:20px;
    list-style: none;
}
.case-file-main-items a{
    font-size:14px;
    color:#005bcf;
    cursor:default;
}
.case-file-main-item-active{
    display:block;
}
.case-file-main-item-inner-active{
    border-radius:15px;
    box-shadow:5px 0 15px rgba(58, 58, 58, 0.25);
}


.case-file-number{
    margin-top:50px;
    margin-left:290px;
    width:140px;
}
.case-file-number-item{
    margin-bottom:52px;
}
.case-file-number-item-title{
    font-size:45px;
    text-align:right;
}
.case-file-number-item-desc{
  
    font-size: 14px;
    text-align: center;
    border: 1px solid #626675;
    border-radius: 3px 3px 3px 3px;
    padding: 5px;
}
.case-banner-wrapper{
    position: relative;
    margin-top:50px;
    padding:26px 143px 0;
    height:323px;
    border:1px solid #fff;
    border-radius:10px;
    overflow: hidden;
}
.case-banner{
    width:1114px;
    height:296px;
    overflow:hidden;
    position:static !important;
}
.case-banner .swiper-wrapper{
    position: static !important;
}

.case-banner-item{
    float:left;
    width:100%;
}
.case-item{
    float:left;
    margin-right:78px;
    margin-bottom:26px;
    width:120px;
    height:120px;
    line-height:170px;
    text-align:center;
    border-radius:50%;
    background:#fff;
    border:1px solid #e6e6e7;
    overflow:hidden;
}
.case-item:nth-child(6n){
    margin-right:0;
}
.case-item a{
    display:block;
    width:100%;
    height:100%;
}
.case-item a img{
    width:100%;
    height:100%;
    object-fit: contain;
}
.case-banner-page-btn{
    display: block !important;
    position:absolute;
    top:139px;
    cursor: pointer;
}
.case-banner-page-prev{
    left:20px;
}
.case-banner-page-next{
    right:20px;
}

/* 联系我们 */
.index-link-wrapper{
    background:url('../image/index-bg.png') no-repeat;
    background-position:-100px 320px;
}
.index-link-wrapper .container{
    padding:90px 0;
}
.index-link-title-left{
    background:url('../image/link-title-bg.png') no-repeat;
}
.index-link-main{
    margin-top:64px;
    width:1400px;
}
.index-link-left{
    background:#F8F9FB;
}
.index-link-title-left{

}

.info-wrapper{
    padding:40px;
    width:1030px;
    background:#F8F9FB;
    border-radius:10px;
}
.info-small-input{
    margin-bottom:15px;
    margin-right:40px;
    width:450px;
    height:46px;
    background:#fff;
}
.info-small-input input{
    display:inline-block;
    width:100%;
    height:100%;
    text-indent:1em;
    border:none;
    background:#fff;
}
.info-small-input:nth-child(2n){
    margin-right:0;
}
.info-desc-box{
    /* padding:12px; */
}
.info-desc-input{
    padding:12px;
    width:100%;
    height:120px;
    resize:none;
    background:#fff;
    border:none;
}
.info-send-btn{
    margin:40px auto 0;
    width:80px;
    height:40px;
    color:#fff;
    text-align:center;
    line-height:40px;
    font-size:20px;
    cursor: pointer;
    border-radius:6px;
}
.adress-wrapper{
    margin-left:60px;
}
.adress-title{
    margin-bottom:30px;
    font-size:24px;
}
.adress-item{
    margin-bottom:33px;
    font-size:18px;
}
.adress-item:last-child{
    margin-bottom:0;
}
.adress-item img{
    vertical-align:middle;
    width:20px;
}
.adress-item span{
    margin-left:20px;
    display:inline-block;
    width:260px;
    color:#5F5E5E;
    line-height:30px;
    vertical-align:middle;
}



