.productmodle{
    margin: 60px 0;
}
.productmodle .productmain{
    display: flex;
    justify-content: space-between;
}
.productmodle .left{
    width: 27%;
}
.productmodle .right{
    width: 70%;
}
.productmodle .left>.title{
    background-color: #000;
    text-align: center;
    width: 100%;
}
.productmodle .left>.title>a{
    width: 100%;
    font-size: 24px;
    color: white;
    padding: 20px 0;
    display: block;
}
.productmodle .left>ul{
    width: 100%;
}
.productmodle .left>ul>li{
    width: 100%;
    border: 1px solid #eee;
    padding: 20px 10px;
    font-size: 16px;
    cursor: pointer;
}
.productmodle .left>ul>li>ul>li{
    cursor: pointer;
    color: #bbb;
    border-bottom:  1px solid #eee;
    padding: 10px;
}
.productmodle .left>ul>li>ul>li:nth-last-child(1){
    border: 0;
}
.productmodle .right .c{
    padding: 0;
    text-align: center;
    margin: 10px;
    width: 30%;
}
.productmodle .right .row{
    width: 100%; 
    margin: 0;                                                                                                                 
}
.productmodle .right .down{
    cursor: pointer;
    width: 100%;
}
.productmodle .right .down .img{
    width: 100%;
    overflow: hidden;
    position: relative;
    border: 1px solid #eee;
}
.productmodle .right .down .img>img{
    transition: all 0.5s;
    width: 100%;

}
.productmodle .right .c .down .img .up{
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 0;
    background-color: #000;
    opacity: 0.3;
    display: none;
}
.productmodle .right .c .up>i{
    font-size: 50px;
    color: white;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.productmodle .right .down .img:hover>img{
    transform: scale(1.1);
    transition: 0.5s;
}
.productmodle .right .down .img:hover .up{
    display: block;
    transition: 1s;
}
.productmodle .right .down>span{
    padding: 5px;
}
.productmodle .pagelist{
	text-align: center;
	font-size: 0;
	margin-bottom: 50px;
	margin-top: 30px
}

.productmodle .pagelist a{
	padding:10px;
	border-radius: 2px;
	border: 1px solid #dedede;
	display: inline-block;
	vertical-align: middle;
	font-size: .14rem;
	color: #333;
	text-align: center;
	background: #fff;
	transition: all .3s ease;
	margin: 0 5px

}

.productmodle .pagelist .current{
    background: #000;
	color: #fff;
	border-color: #000
}
.current2{
	display:none;
}

#productlist>li>ul>li>a::before{
    content: '·';
    font-size: 20px;
    font-weight: 600;
}
#productlist>li>ul>li>a:hover{
    color: #0d3de5;
}
/* #productlist>li>ul>li>a.active{
    color: #0d3de5;
} */
#productlist>li>a:hover{
    color: #0d3de5;
}
/* #productlist>li>a.active{
    color: #0d3de5;
} */