#product{
    width: 100%;
    text-align: center;
}

.zoomImg{
    transform: scale(1);
    transition: transform 0.5s;
}
.product_one_show:hover .zoomImg{
    transform: scale(1.1)
}

.banner{
    height: 15rem;
    background:url(/static/img/banner.png) no-repeat;
    background-size: 100% 100%;
    color: #fff;
    margin-bottom: 3rem;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    margin-top: 183px;
}
.banner_title{
}
.banner_title>p:first-child{
    font-size: 1.8rem;
    line-height: 3.5rem;
}
.banner_title>p:last-child{
    font-size: 1.4rem;
    line-height: 2rem;
}
.product_type{
    width: 73rem;
    height: 3rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.product_type li{
    width: 10.3rem;
    height: 3rem;
    line-height: 3rem;
    font-size: 0.8rem;
    border: 1px solid #f9f9f9;
    border-bottom:1px solid #bbb;
    cursor: pointer;
}
.product_type .active,.product_type li:hover{
    border: 1px solid #fff;
    background:rgba(255,255,255,.4) ;
    color: #02024e;
}
.product_warp{
    width: 68rem;
    margin: 0 auto;
    margin-bottom: 6.2rem;
    display: flex;
    justify-content: space-between;
}
.product_menu{
    width: 17.4rem;
    color: #fff;
    /* height: 82.2rem; */
    background:#616161;
    
}
.product_menu_title{
    font-size: 1.1rem;
    height: 3.8rem;
    font-weight: bold;
    padding-left: 1.5rem;
    line-height: 3.8rem;
    /* background-color: #1d54ba; */
    text-align: left;
}
.product_menu_type{
    text-align: left;
    padding-left: 1.5rem;
    /* background-color:#1d54ba; */
    font-size: 1rem;
    font-weight: bold;
    line-height: 2.5rem;
    cursor: pointer;
}
.product_menu_type img{
    width: 0.3rem;
    height: 0.6rem;
    margin-right: 0.3rem;
    vertical-align: middle;
}
.product_menu_one_warp ul{
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 0.85rem;
    
}
.product_menu_one_warp a{
    width: 50%;
    text-align: left;
    
}
.product_menu_one_warp ul li{
    display: inline;
    list-style: none;
    padding: 5px 15px;
    /* width: 3.4rem; */
    margin-left: 0.55rem;
    border-radius: 360px;
    margin-top: 0.85rem;
    height:2rem;
    cursor: pointer;
    /* color: #ccc; */
    color:#ece4e4;
    line-height: 2rem;
    font-size: 0.8rem;
}
.product_menu_one_warp ul .active,.product_menu_one_warp ul li:hover{
    background-color:#2884ff;
    font-weight: bold;
    color: #fff;
}

.product_content{
    width: 47.5rem;
    text-align: left;
}
.product_content_nav{
    height: 2.65rem;
    line-height: 2.65rem;
    border: 1px solid #bfbfbf;
    border-left: 0;
    border-right: 0;
    font-size: 1.1rem;
    color: #494949;
}
.product_content >p{
    margin-top: 2rem;
    height: 1.3rem;
    text-align: center;
}
.product_content >p >span{
    height: 1.4rem;
    line-height: 1.4rem;
    display: inline-block;
    margin: 0 0.5rem;
    font-size: 0.8rem;
    border-radius: 360px;
    padding:0 0.5rem;
    cursor: pointer;
}
.product_content >p >.active,.product_content >p >span:hover{
    color: #fff;
    background-color: #666;
}
.product_one_show{
    padding:1.65rem 0;
    display: flex;
    justify-content: start;
    height: 15.4rem;
    border-bottom: 1px solid #eee;
}
.product_one_show:nth-child(6){
    border-bottom: 0px;
}
.product_one_show img{
    height: 110%;
    margin-top: -3%;
    /* margin-right: -6.6rem; */
}
.product_one_show>div{
    width: 32.5rem;
    height: 11rem;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.product_one_show>div>h3{
    font-size: 1.7rem;
    color: #303030;
    cursor: pointer;
}
.product_one_show>div>h3:hover{
    color: #fff;
    
}
.product_one_show>div>p{
    font-size: 0.85rem;
    line-height: 1.5rem;
    color: #6a6a6a;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.product_one_show>div>p:last-child{
    line-height: 2rem;
    color: #a1a1a1;
}
.product_one_show span{
    text-align: center;
    display: inline-block;
    width: 6.35rem;
    height: 2rem;
    border: 1px solid #a1a1a1;
    margin-right: 1.2rem;
    cursor: pointer;
}
.product_one_show span:hover{
    background-color: #fff;
    color: #fff;
}
h3 a:hover{
    color:#205bc2;
}
p span a:hover{
    color:#205bc2;
}
