.liter-wrapper{
    background:#F4F6FB;
}
.liter-container{
    padding:78px 0 110px;
}
.service-aside{
    position:relative;
    left:-100px;
    width:300px;
}
.service-menu-item{
    position:relative;
    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 a{
    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;
}
/* 文保服务 */
.liter-main-wrapper{
    width:1100px;
}
.liter-title-left{
    background:url('../image/product/liter-title-bg.png') no-repeat;
}
.liter-main{
    margin-top:64px;
}
.liter-main-item1{
    width:100%;
    height:500px;
    border-radius:15px;
    overflow: hidden;
}
.liter-main-item1 .swiper-slide img{
    width:100%;
    height:500px;
    object-fit:cover;
}

.liter-main-item1 .swiper-button-next{
    right:60px;
}

.liter-main-item1 .swiper-button-prev{
    left:60px;
}

.liter-main-item1 .swiper-button-next::after{
    content:" " !important;
}

.liter-main-item1 .swiper-button-prev::after{
    content:" " !important;
}

.liter-sub-title{
    margin-top:68px;
    margin-bottom:28px;
}
.liter-article{
    font-size:18px;
    line-height:36px;
    margin-top: 20px;
}
.liter-article p{
  
    text-indent:2em;
    line-height:32px;
}
.liter-small-item{
    margin-right:22px;
    margin-bottom:27px;
    width:540px;
    height:93px;
    text-align:center;
    line-height:93px;
    font-size:18px;
    background:url('../image/honor-and-bg.png') no-repeat;
    background-size:100% 100%;
}
.liter-small-item:nth-child(2n){
    margin-right:0;
}
.liter-big-item{
    margin-bottom:27px;
    padding:32px 30px;
    width:100%;
    height:93px;
    font-size:18px;
    text-align:center;
    background:url('../image/honor-and-big-bg.png') no-repeat;
}
.liter-big-item-more{
    padding:20px 30px;
}

/* 商品 */
.liter-goods-list{
    margin-top:70px;
}
.liter-goods-item{
    float:left;
    margin-right:25px;
    width:350px;
    height:400px;
    background:#fff;
    border-radius:6px;
}
.liter-goods-item:last-child{
    margin-right:0;
}
.liter-goods-item-img{
    width:350px;
    height:288px;
}
.liter-goods-item-img img{
    width:100%;
    height:100%;
}
.liter-goods-item-title{
    padding:0 10px;
    text-align:center;
    height:112px;
    line-height:112px;
    font-size:24px;
    color:#123480;
}