*{
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.left-demo {
    width: 305px;
    overflow: hidden;
}
.left-a {
    display: block;
    width: 305px;
    height: 70px;
    line-height: 70px;
    padding: 0 10px;
    border-radius: 5px;
    color: #ffffff;
    cursor: pointer;
    margin-top: 5px;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
	font-weight: bold;
}
.left-a i {
	font-weight: 500 !important;
}
.left-a2 {
    display: inline-block;
    width: 150px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #558ded;
    margin-top: 5px;
    border-radius: 5px;
    padding: 0 10px;
    cursor: pointer;
    color: #558ded;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    font-size: 14px;
    opacity:.7;
    font-weight: bold;
}
.left-a2 i {
	font-weight: 500!important
}
.left-a:hover{
    opacity: .8;
}
.left-a2:hover{
     opacity: 1;
 }
.size-24 {
    font-size: 42px !important;
    float: left;
    margin-right: 5px;
}.size-18 {
    font-size: 20px !important;
    float: left;
    margin-right: 5px;
}
.bg01 {
    background: rgb(204,228,255);
    color:rgb(68,128,195) !important
}
.bg02 {
    background: rgb(235,235,216);
    color:rgb(122,122,61)
}
.bg03 {
    background: rgb(255,240,222);
    color:rgb(223,109,19) !important;
}
.bg04 {
    color: #59a842;
    background: rgb(226,255,211);
}

.font-size-18{
	font-size: 18px;
}
.font-size-16{
	font-size: 16px;
}
.font-weight{
	font-weight: bold;
}

.mg-top{
	margin-top: 30px;
}


.s-banner {
	cursor: pointer;
}