﻿section{
    width: 100%;
}

/*产品主题内容开始*/
.product-theme-content{
    position: relative;
    margin-top: -1px;
}
.product-theme-content img{
    width: 100%;
    height: 100%;
}
.product-theme-content .left-content{
    position: absolute;
    top: 17%;
    left: 5.56rem;
    color: #ffffff;
    text-align: justify;
    font-size: 18px;
    width: 3.75rem;
}
.product-theme-content .left-content h5{
    font-weight: 600;
    font-size: 0.26rem;
    margin-bottom: 0.3rem;
}
.product-theme-content .left-content p{
    font-size: 0.18rem;
    margin-bottom: 0.05rem;
    font-weight: 600;
    line-height: 0.28rem;
    color:rgba(255,255,255,1);
}
.product-theme-content .right-content{
    position: absolute;
    color: #ffffff;
    text-align: right;
    bottom: 6%;
    right: 20px;
    border-right: 1px solid #ffff;
    padding-right: 20px;
}
.product-theme-content .right-content p{
    margin: 0;
    font-size: 0.14rem;
    font-weight: 600;
    color: rgba(255,255,255,1);
    line-height: 0.2rem;
    letter-spacing: 0.02rem;
}
/*产品主题内容结束*/



/*产品类型开始*/
.products {
    width: 16rem;
    min-width: 1280px;
    margin: 60px auto 0;
    display: flex;
}
.products-type {
    height: 10.36rem;
    border-left: 1px solid #E6E6E6;
    float: left;
}
.products-type ul {
    padding: 0;
    width: 3.3rem;
}
.products-type li {
    list-style: none;
    padding: 0.2rem ;
    cursor: pointer;
}
.products-type-img {
    display: inline-block;
    width: 27px;
    height: 27px;
    margin-right: 15px;
}
.products-type-name {
    font-size: 0.16rem;
    font-weight: 300;
    color: rgba(94,103,111,1);
    line-height: 0.22rem;
    vertical-align: middle;
}
.active .products-type-name {
    color:rgba(51,51,51,1);
    font-weight: 600;
    line-height: 0.22rem;
    font-size: 0.16rem;
}
.products-list {
    width: calc(100% - 3.3rem);
}
.products-list-container{
    width: 12rem;
    margin: 0.2rem auto;
    min-height: 6rem;
}
.product-list-box{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.product-item{
    height: 2.8rem;
    border: 1px solid rgba(230,230,230,1);
    margin-left: 0.3rem;
    display: flex;
    justify-content: space-between;
    flex: 0 0 calc(50% - 33px);
    margin-bottom: 0.4rem;
}
.product-item-left{
    width: 2.5rem;
}
.product-item-left img{
    width: 2.5rem;
    margin: 0.39rem auto;
}
.product-item-right {
    flex: 1;
    margin-left: 33px;
    font-size: 16px;
    text-align: left;
    height: 100%;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: space-between;
    padding-right: 0.2rem;
    width: 2.5rem;
}
.product-item-right h3{
    font-size: 0.2rem;
    font-weight: 500;
    color: rgba(51,51,51,1);
    line-height: 0.28rem;
    margin-top: 0.54rem;
}
.product-item-right p{
    font-size: 0.14rem;
    font-weight: 400;
    color: rgba(51,51,51,1);
    line-height: 0.26rem;
}
.show-detail{
    display: inline-block;
    border-radius:4px;
    border:1px solid rgba(216,216,216,1);
    width: 1.1rem;
    text-align: center;
    font-size: 0.16rem;
    font-weight: 400;
    margin-bottom: 0.33rem;
    cursor: pointer;
    padding: 0.05rem 0;
}

.show-detail:hover{
    background-color: #1F80EF;
    color: #ffffff !important;
    border: none;
}

.product-list-box{
    display: none;
}
.product-list-box.active{
    display: inline-flex;
}
/*产品类型结束*/

