﻿/*产品展示左侧*/
.pro-content{width: 100%;padding-top: 40px;}
.pro-right{float: right;width: 100%;}
.pro-rights{float: right;width: 100%;}
/*产品展示右侧*/
.pro-right{display: none;}
.pro-right.active{display: block;}
.pro-rights{display: none;}
.pro-rights.active{display: block;}
