/* 关于我们详情页面主体内容 */
.detail-container{
    padding:80px 0 110px;
}
.banner-big{
    width:100%;
    height:788px;
    overflow:hidden;
}
.banner-big-list{
    width:200%;
}
.banner-big-item{
    float:left;
    width:1400px;
    height:788px;
}
.banner-big-item img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.banner-big-btn{
    top:364px;
    z-index:96;
    width:60px;
    height:60px;
    overflow:hidden;
    cursor: pointer;
}
.banner-big-btn-prev{
    left:60px;
}
.banner-big-btn-next{
    right:60px;
}
.banner-big-btn img{
    width:100%;
    height:100%;
}
.sub-banner-wrapper{
    position:relative;
    margin:20px auto;
    width:1200px;
}
.sub-items{
    margin-left:24px !important;
    width:210px !important;
    height:117px !important;
}
.swiper-slide-thumb-active{
    box-shadow:0 0 20px 0 rgba(19, 23, 100, 0.25)
}
.sub-items img{
    width:100%;
    height:100%;
}
.sub-banner-btn{
    display: block !important;
    top:35px;
    width:27px;
    height:47px;
    cursor: pointer;
}
.sub-banner-btn-prev{
    left:-40px;
}
.sub-banner-btn-next{
    right:-60px;
}

/* 第一种详情的样式 */
.detail-article{
    padding-bottom:60px;
    border-bottom:2px dashed #A7A6A6;
}
.detail-article p{
    margin-top:20px;
    text-indent:2em;
    font-size:18px;
    line-height:36px;
}

.detail-article span{
    font-size:18px;
}

/* 第二种详情的样式 */
.detail2-main-wrapper{
    margin-top:75px;
}
.detail-main-List{
    width:1100px;
}
.detail-main-item{
    display:none;
}
.detail-main-item-active{
    display:block;
}
.detail2-main,
.detail3-main{
    padding-bottom:60px;
}
.detail2-main{
    border-bottom:2px solid #e6e6e7;
}
.detail2-item{
    margin-bottom:30px;
    width:100%;
    font-size:18px;
    line-height:36px;
}
.detail2-title{
    width:30%;
}
.detail2-content{
    width:70%;
}


/* 第三种详情的样式 */
.detail-product{
    margin-bottom:80px;
    padding:20px 40px;
    font-size:14px;
    color:#626675;
    border:1px solid #A7A6A6;
}
.detail-product-number{
    margin-bottom:40px;
}
.detail-product-list{
    width:100%;
}
.detail-product-item{
    margin-right:19px;
    float:left;
    line-height:30px;
    width:320px;
}
.detail-product-item:nth-child(3n){
    margin-right:0;
}
.detail-product-more-argu{
    margin-top:10px;
    text-align:right;
}
.detail-product-more-argu span{
    cursor: pointer;
}

/* 侧边栏 */
.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{
    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;
}