/* 产品列表css */
body {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 1);
    min-width: 1200px;
}

/* 头部box */
.header {
    height: .68rem;
    width: 100%;
    background: #FFFFFFFF;
    border-bottom: 2px solid rgba(198, 198, 198, 1);
}

/* logo */
.header-logo {
    height: 100%;
    position: relative;
}

.header-logo img {
    margin-left: 4.6rem;
    width: 2.02rem;
    height: .32rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

/* 导航 */
.header-nav {
    height: 100%;
    margin-right: 2.82rem;
    line-height: 0rem;
}

.header-nav span {
    margin-right: 1.03rem;
}


.header-nav span a {
    font-size: .18rem;
    color: rgba(96, 96, 96, 1);
    padding-bottom: .14rem;
}

.header-nav span a:hover {
    color: rgba(16, 45, 175, 1);
}


/* 导航激活状态 */
.header-nav-active {
    position: relative;
    color: rgba(16, 45, 175, 1) !important;
}

.header-nav-active::after {
    content: "";
    position: absolute;
    width: 0.32rem;
    bottom: 0;
    left: 0.2rem;
    height: 2px;
    background: rgba(0, 48, 255, 1);
    border-radius: 1px;
}

/* banner */
.banner {
    box-sizing: border-box;
    width: 100%;
    height: 3rem;
    background: url(../image/banner/productlist_banner.png);
    -ms-background-size: 100% 100%;
    background-size: 100% 100%;
    padding-left: 3.59rem;
    position: relative;
}

.banner::after {
    content: "";
    bottom: 0;
    left: 0;
    height: .1rem;
    width: 100%;
    position: absolute;
    background: #F3F3F3;
}

.banner-title {
    font-size: .42rem;
    font-weight: bold;
    color: rgba(16, 45, 173, 1);
    padding-top: .8rem;
}

.banner-text {
    font-size: .32rem;
    color: rgba(16, 45, 173, 1);
    margin-top: .3rem;
}


/* 产品列表 */
.product {
    height: 10.55rem;
    background: rgba(255, 255, 255, 1);
    padding: .31rem 3.7rem 0 3.7rem;
}

.title {
    font-size: .3rem;
    font-weight: bold;
    color: rgba(16, 45, 173, 1);
    text-align: center;
    position: relative;
    margin-bottom: .57rem;
}

.title::after {
    content: "";
    position: absolute;
    bottom: -.27rem;
    left: 46.5%;
    width: .8rem;
    height: 0.04rem;
    background: rgba(16, 45, 173, 1);
    border-radius: 2px;
}

.product-list {
    box-sizing: border-box;
    display: inline-block;
    width: 2.75rem;
    height: 2.85rem;
    margin-right: .2rem;
    margin-bottom: .2rem;
    border-radius: 6px;
    border: 1px solid rgba(236, 236, 236, 1);
    overflow: hidden;
    transform: all .3s;
    -ms-transform: all .3s;
    -moz-transform: all .3s;
    -webkit-transform: all .3s;
    -o-transform: all .3s;
}

.product-list:hover img {
    transform: scale(1.06);
    -ms-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -webkit-transform: scale(1.06);
    -o-transform: scale(1.06);
}

.product-list:hover p {
    background: rgba(16, 45, 173, 1);
    color: #fff;
}

.product-list:hover {
    border: 1px solid rgba(16, 45, 173, 1);
}


.product-img-box {
    width: 100%;
    height: 2.37rem;
    overflow: hidden;
}

.product-img-box img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    font-size: 0;
    transition: transform .3s;
    -moz-transition: transform .3s;
    -webkit-transition: transform .3s;
    -o-transition: transform .3s;
}

.product-list:nth-child(4n+1) {
    margin-right: 0px;
}

.product-list .product-img-box img {
    height: 2.36rem;
    width: 100%;
    float: left;
    overflow: hidden;
}

.product-list p {
    height: .49rem;
    float: left;
    width: 102%;
    background: rgba(250, 250, 250, 1);
    font-size: .16rem;
    color: rgba(62, 62, 62, 1);
    line-height: .49rem;
    float: left;
    text-align: center;
    transition: all .6s
}



/* 底部 */
.footer {
    height: .68rem;
    width: 100%;
    font-size: 0;
    text-align: center;
    background: #5877ff;
}

.footer-content {
    display: inline-block;
    font-size: 0;
    height: 100%;
}

.footer-img-box {
    width: 0.5rem;
    height: 100%;
    float: left;
    margin: 0 auto;
    margin-right: .32rem;
}


.footer-img-box img {
    line-height: .5rem;
    margin-top: 0.1rem;
    width: 0.5rem;
    height: 0.5rem;

}

.footer-text {
    box-sizing: border-box;
    height: 100%;
    margin: 0 auto;
    float: right;
    padding-top: .16rem;
}

.footer-text p {
    font-size: .14rem;
    text-align: left;
    color: rgb(255, 255, 255);
}