.skill-wrapper{
    background:#F4F6FB;
}
.skill-container{
    padding:78px 0 110px;
}
.service-aside{
    position:relative;
    left:-100px;
    width:300px;
}
.service-menu-item{
    position:relative;
    /* margin-bottom:5px; */
    height:90px;
    line-height:90px;
    text-align:right;
}
.service-menu-item a{
    padding:0 40px;
    display:inline-block;
    font-size:24px;
    color:#333;
    /* border-bottom:1px dashed #A0A0A0; */
}
.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;
}
/* 应用案例 */
.skill-main-wrapper{
    width:1100px;
}
.skill-item{
    background:#fff;
    border-radius:10px;
}
.skill-top{
    padding:20px 40px;
    width:100%;
}

/* 共用部分 */
.info-wrapper{
    width:640px;
}
.info-small-input{
    margin-bottom:15px;
    margin-right:40px;
    width:300px;
    height:35px;
    background:#F5F6FB;
}
.info-small-input input{
    display:inline-block;
    width:100%;
    height:100%;
    text-indent:1em;
    border:none;
    background:#F5F6FB;
}
.info-small-input:nth-child(2n){
    margin-right:0;
}
.info-desc-box{
    padding:12px;
    height:120px;
    background:#F5F6FB;
}
.info-desc-input{
    width:100%;
    height:60px;
    resize:none;
    background:#F5F6FB;
    border:none;
}
.info-send-btn{
    right:12px;
    bottom:12px;
    width:45px;
    height:25px;
    text-align:center;
    line-height:25px;
    color:#fff;
    cursor: pointer;
    border-radius:6px;
    overflow:hidden;
}
.adress-wrapper{
    /* margin-left:60px; */
}
.adress-title{
    margin-bottom:10px;
    font-size:18px;
}
.adress-item{
    font-size:14px;
    line-height:36px;
}
.adress-item img{
    vertical-align:middle;
}
.adress-item span{
    margin-left:10px;
    color:#5F5E5E;
}
/* 下面部分 */
.skill-bottom{
    margin-top:26px;
    padding:46px 50px;
    box-shadow:0 5px 10px #D7D9DD;
}
.skill-article{
    padding-bottom:28px;
    border-bottom:2px solid #F3F3F3;
}
.skill-article-text{
    text-indent:2em;
    font-size:18px;
    line-height:36px;
}
.skill-article-time{
    margin-top:42px;
    font-size:14px;
    color:#5F5E5E;
}

/* 技术支持---常见问题 */
.skill-list-wrapper{
    margin-top:26px;
}
.skill-items{
    margin-bottom:35px;
    padding:22px 24px;
    background:#fff;
    border-radius:10px;
}
.skill-items-active{
    box-shadow:4px 6px 10px #D4D6DB;
}
.skill-items a{
    display:block;
}
.skill-items-top{
    padding-bottom:40px;
    border-bottom:2px solid #F3F3F3;
}
.skill-items-img{
    width:300px;
    height:169px;
    border-radius:10px;
    overflow: hidden;
}
.skill-items-img img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.skill-items-content{
    width:690px;
}
.skill-items-title{
    font-size:24px;
    color:#5f5e5e;
    line-height:40px;
}
.skill-items-time{
    font-size:14px;
    line-height:40px;
    color:#9B9B9B;
}
.skill-items-desc{
    font-size:18px;

    line-height:28px;
    color:#626675;
}
.skill-items-fn {
    height:85px;
    padding-top:22px;
}
.skill-items-fn-icon{
    float:left;
    margin-right:60px;
    font-size:14px;
    color:#9B9B9B;
    line-height:40px;
    cursor: pointer;
}
.skill-items-fn-icon img{
    vertical-align:middle;
}