.banner{
 	width: 100%;
 	height: 400px;
 }
 .banner img{
 	width: 100%;
 }
 .leftnav{
 	width: 320px;
 }
 .product{
 	width: 80%;
 	margin: 50px auto;
 	min-height: 700px;
 }
 
 .aside {
    width: 67%;
 text-align: left;
  }
.aside{
    width: 70%;

  }
  .aside .pic{
    margin-top: 60px !important;
    display: inline-block;
    width: 50%;
  }
  .aside .pic img{
    width: 73%;
	margin-top: 40px;
  }
  .aside .title{
    font-size: 20px;
    font-weight: bold;
  }
  .aside .title:before{
    content: '';
    display: initial;
    border: 2px solid #00A0E9;
    margin-right: 10px;
  }
  .aside p{
    line-height: 30px;
    padding-left: 30px;
  }
  .aside .bold{
    margin-top: 20px;
  }
  .aside .li p::before{
	  content: '';
	  display: inline-block;
	  width: 8px;
	  height: 8px;
	  border-radius: 20px;
	  background: #00A0E9;
	  margin-right: 15px;
  }
  /* .aside p span{
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 20px;
    background: #00A0E9;
	margin-right: 15px;
  } */
  .aside .lab{
    text-indent: 2em;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .aside .bold{
    font-weight: bold;
  }