li,figure{
    margin: 0;
    margin-right: 0px;
    margin-bottom: 0px;
    padding: 0px;
    border: 0;
    font-size: 100%;
    outline: none;
}
.series {
    padding: 42px 0 32px;
    background: #f6f6f6;
}
.page_center_pro {
    margin: 0 auto;
    position: relative;
    width: 1200px;
}
.series-list {
    width:1200px;

    margin-left: -16px;
    margin-right: -16px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    margin: 0 auto;
}
.series-list li {
    margin-right:4.4%;

    margin-bottom: 10px;
}
.series-list li:last-child {
    margin-right: 0;
}
.series-list li:hover figure:before,
.series-list li.active figure:before {
    height: 100%;
    bottom: auto;
    top: 0;
}
.series-list li figure {
    display: block;
    position: relative;
    z-index: 3;
    width: 90px;
    height: 90px;
    background: #fff;
    text-align: center;
}
.series-list li figure:before {
    content: "";
    width: 100%;
    height: 0;
    background: #FF6900;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: 0.5s;
    z-index: -1;
}
.series-list li figure:hover,
.series-list li figure.active {
    color: #FF6900;
}
.series-list li figure:hover:before,
.series-list li figure.active:before {
    height: 100%;
    bottom: auto;
    top: 0;
}
.series-list li figure img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 90%;
    max-height: 90px;
}
.series-list li span {
    display: block;
    margin-top: 12px;
    line-height: 1;
    color: #333333;
    font-size: 16px;
    text-align: center;
}
.series-allbtn {
    display: flex;
    display: -webkit-flex;
    padding: 30px 0 20px;
    border-bottom: 1px solid #ececec;
}
.series-allbtn span {
    display: block;
    margin-right: 30px;
    color: #2c3441;
    font-size: 16px;
    line-height: 1.6;
}
.series-allbtn a {
    display: inline-block;
    position: relative;
    z-index: 2;
    margin-right: 28px;
    color: #333333;
    font-size: 16px;
    padding: 0 2px;
    line-height: 1.6;
}
.series-allbtn a:before {
    content: "";
    width: 0;
    height: 9px;
    background: #FF6900;
    position: absolute;
    right: 0;
    bottom: 0;
    transition: 0.4s;
    z-index: -1;
}
.series-allbtn a:hover,
.series-allbtn a.active {
    color: #fff;
}
.series-allbtn a:hover:before,
.series-allbtn a.active:before {
    width: 100%;
    right: auto;
    left: 0;
}
.series-allbtn a:hover,
.series-allbtn a.active {
    color: #2c3441;
}
.series-allbtn a:last-child {
    margin-right: 0;
}
.product-list {
    padding-top: 40px;
}
.product-li li {
    position: relative;
    width: 31.66%;
    float: left;
    margin-right: 2.51%;
    margin-bottom: 60px;
}
.product-li li:nth-child(3n+3) {
    margin-right: 0;
}
.product-li li a:hover figure {
    background: #fff;
}
.product-li li a:hover figure:before {
    transform: scaleX(1);
}
.product-li li a:hover figure:after {
    transform: scaleY(1);
    transition-delay: 0.4s;
}
.product-li li a:hover figure i:before {
    transform: scaleX(1);
    transition-delay: 0.8s;
}
.product-li li a:hover figure i:after {
    transform: scaleY(1);
    transition-delay: 1.2s;
}
.product-li li a:hover figure img {
    transform: scale(1.05);
}
.product-li li figure {
    position: relative;
    width: 100%;
    height: 390px;
    background: #f6f6f6;
    overflow: hidden;
    transition: 0.58s;
}
.product-li li figure:before {
    position: absolute;
    left: 0;
    top: 0;
    background: #FF6900;
    content: "";
    width: 100%;
    height: 2px;
    box-sizing: border-box;
    transition: 0.4s;
    transform-origin: left top;
    z-index: 2;
    transform: scaleX(0);
}
.product-li li figure:after {
    position: absolute;
    right: 0;
    top: 0;
    background: #FF6900;
    content: "";
    width: 2px;
    height: 100%;
    box-sizing: border-box;
    transition: 0.4s;
    transform-origin: left top;
    transform: scaleY(0);
}
.product-li li figure i:before {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #FF6900;
    content: "";
    width: 100%;
    height: 2px;
    box-sizing: border-box;
    transition: 0.4s;
    transform-origin: right top;
    transform: scaleX(0);
}
.product-li li figure i:after {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #FF6900;
    content: "";
    width: 2px;
    height: 100%;
    box-sizing: border-box;
    transition: 0.4s;
    transform-origin: left bottom;
    transform: scaleY(0);
}
.product-li li figure img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    transition: 0.5s;
}
.product-li li span {
    display: block;
    margin-top: 24px;
    text-align: center;
    line-height: 1;
    color: #333333;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media screen and (max-width: 641px){
    .series-list {
        justify-content: start;
        -webkit-justify-content: start;
    }
    .series-list li {
        width: 32%;
        margin-right: 2%;
    }
    .series-list li span {
        font-size: 14px;
    }
    .series-allbtn {
        padding: 50px 0 10px;
        flex-wrap: wrap;
        flex-wrap: -webkit-wrap;
    }
    .series-allbtn span {
        margin-bottom: 8px;
    }
    .series-allbtn a {
        margin-right: 18px;
        margin-bottom: 10px;
        font-size: 15px;
    }
    
    .product-li li {
        margin-bottom: 40px;
        width: 50%;
        margin-right: 0;
        padding: 5px;
    }
    .page-list a{    padding: 0px;}
    .product-li li figure {
        height: 180px;
    }
    .page-list {
        padding: 40px 0;
    }
}
@media screen and (max-width: 861px){
    .series {
        display: block;
        position: absolute;
        top: 66%;
        width: 100%;
    }
    .series-list {
        width: 100%;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .series-list li{
        width: 30%;
        margin: 0;
        margin-bottom: 20px;
    }
    .series-list li figure {
        width: 60px;
        height: 60px;
        margin: auto;
        /* box-shadow: 0 0 8px 0 #eee; */
    }
    .series-list li figure img {
        transform: scale(0.7);
    }
    .product-list{
        margin-top: 240px;
    }
}

@media screen and (max-width: 1240px){
    .inner {
        width: 100%;
    }

    .page-list {
        padding: 50px 0;
    }
}
.product_list .subject_wrap{margin-bottom: 100px;}
@media screen and (max-width:1200px) {
    .page_center_pro {
        width: 100%;
    }
}