.product-wrapper{
    background:#F4F6FB;
}
.product-container{
    padding-top:78px;
}
.service-aside{
    position:relative;
    left:-100px;
    width:360px;
}
.service-menu-item{
    position:relative;
    margin-bottom:5px;
    height:90px;
    line-height:90px;
    text-align:right;
}
.service-menu-item a{
    width:260px;
    text-align:center;
    display:inline-block;
    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;
}
.product-main{
    /* margin-left:100px; */
    width:1040px;
}
.product-class-wrapper{
    margin-bottom:20px;
    padding-bottom:20px;
    border-bottom:2px solid #e6e6e7;
}
.product-class-list{
    width:100%;
}
.product-class-item{
    margin-right:73px;
    float:left;
    /*width:198px;*/
    height:40px;
    line-height:40px; 
    font-size:18px;
    /* font-size:24px; */
    text-align:center;
}
.product-class-item-first{
    /*width:50px;*/
}

.product-class-item a{
    color:#333;
}

.product-class-item:last-child{
    margin-right:0;
}
.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(3n){
    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:hover{
    box-shadow:0px 0px 18px #ddd;
}
.index-product-item:hover .index-product-item-img-inner{
    animation:toBottom 0.6s ease-in forwards;
}
.product-page-wrapper{
    margin:80px 0 110px;
}
