/* 产品列表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 {
    box-sizing: border-box;
    width: 100%;
    padding: 0 3.7rem;
    background: rgba(255, 255, 255, 1);
}

.product-title {
    font-size: .3rem;
    font-weight: bold;
    color: rgba(16, 45, 175, 1);
    text-align: center;
    width: 100%;
    padding-top: 0.32rem;
}

.product-content {
    width: 100%;
    margin-top: 0.39rem;
}

.product-imgbox {
    display: inline-block;
    margin-right: 0.2rem;
    width: 5.8rem;
    height: 3.26rem;
    background: rgba(245, 245, 245, 1);
    border: 1px solid rgba(219, 219, 219, 1);
    border-radius: 10px;
    position: relative;
}

.product-imgbox img {
    height: 2.87rem;
    width: 4.38em;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.product-content p {
    font-size: .18rem;
    min-height: 3.26rem;
    color: rgba(115, 113, 113, 1);
    line-height: .38rem;
    word-break: break-all;
    text-indent: .36rem;
    margin-bottom: 0.36rem;
}

/* 底部 */
.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);
}