*{margin: 0;padding: 0;font-family: "微软雅黑";font-weight: normal;list-style:none;font-style:normal;text-decoration:none}
/*产品展示*/
.pro-center{width: 100%;height: auto;overflow: hidden;background: #ffffff;margin-top:2vw}/*padding: 1vw 0 1vw 0;*/
.pro-center .title{font-size: 1.5vw;text-align: center;padding-bottom: 0.5vw;color: #333333;letter-spacing: 1px;}
.pro-center .sub-title{font-size: 0.8vw;text-align: center;color: #333333;}
.pro-center .sub-title span{display: inline-block;height: 2vw;line-height: 1vw;width: auto;}
.pro-center .sub-title span.text{padding: 0 0.5vw;}
/*产品展示左侧*/
.pro-left{float: left;width: 10vw;box-sizing: border-box;box-shadow: 0px 1vw 1vw #f7f7f7;}
.pro-right{float: right;width: 43vw;}
.pro-left .left-title{background: #317fff;height: 3vw;line-height: 3vw;text-align: center;}
.pro-left .left-title span{display: inline-block;color: #FFFFFF;font-size: 1.1vw;font-weight: bold;}
.pro-left .left-title span.text{padding: 0 0.3vw;}
.pro-left .left-category ul li{height: 2.5vw;line-height: 2.5vw;font-size: 0.8vw;text-align: center;cursor: pointer;color: #999999;}
.pro-left .left-category ul li.on{background: #087fd2;color: #FFFFFF;}
.pro-left .left-category ul li:hover{background: #087fd2;color: #FFFFFF;}
/*产品展示右侧*/
.pro-right{display: none;}
.pro-right ul li{float: left;width: 12.5vw;background: #f7f7f7;border: 0.1vw solid #f7f7f7;margin-left: 2%;margin-right: 2%;box-sizing: border-box;margin-bottom: 2%;transition: all .3s linear;}
.pro-right ul li:nth-child(3n){margin-right: 0;}
.pro-right ul li .img{width:12.3vw;height:12.3vw;overflow: hidden;}
.pro-right ul li img{width:12.3vw;height:12.3vw;}
/*.pro-right ul li p{height: 1.5vw;line-height: 1.5vw;text-align: center;font-size: 0.8vw;color: #333333;}*/
.pro-right ul li p{height: 2.5vw;line-height: 1.5vw;text-align: center;font-size: 0.8vw;color: #333333;}
/*.pro-right.active{display: block;}*/
.pro-right.active{display: flex;flex-direction: row;flex-wrap: wrap;justify-content: space-between;align-items: flex-start;}
/*.pro-right::after {margin-right:auto}*/
.pro-right ul li:hover{box-shadow: 0px 0px 1vw #c6c6c6;transition: all .2s linear;}
