.banner-ul{
margin: 0 0 0;
padding:0;
}
.banner-ul li{
    list-style-type: none;
    color: #000;
	font-weight:bold;
	    margin: 10px 0;
}
.banner-ul li i:before{
    width: 20px;
    height: 20px;
    padding: 4px 3px;
    display: block;
    background: #ffc71c;
    color: #981c34;
    border-radius: 15px;
	background:url(../images/check.html) no-repeat;
	content:'';

}
.banner-ul li i{
    margin-right: 15px;
	float:left;
}

.banner-ul1{
/*margin: 3em 0 0;*/
padding:0;
}
.banner-ul1 li{
    list-style-type: none;
    color: #000;
	
	    margin: 10px 0;
}
.banner-ul1 li i:before{
    width: 20px;
    height: 20px;
    padding: 4px 3px;
    display: block;
    background: #ffc71c;
    color: #981c34;
   
	content:'';

}
.banner-ul1 li i{
    margin-right: 15px;
	float:left;
}
a.iso {
  text-decoration: none;
  color:#fff;
}
a.iso : hover {

  color:#fff;
}