/**组件样式**/
/**组件样式**/
/**组件样式**/
.footerLeft .tit {
    font-size: 24px;
    color: #fff;
    margin-bottom: 15px;}

.footerLeft li {
    padding-left: 34px;
    position: relative;}

.footerLeft li span{    background-color: transparent !important;}

.footerLeft li img {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);}

.footerLeft li p {
    line-height: 40px;
    height: 40px;
    font-size: 16px;
    color: #fff;}
.footer-B-L-Box div {
    float: right;
    position: relative;
        width: 100%;}

.footer-B-L-Box .footerItem {
    width: 100%;
    max-width:100%;
    height: 40px;
    background: transparent;
    line-height: 40px;
    font-size: 14px;
    color: #ffffff;
    padding-left: 11px;
    cursor: pointer;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.3);
    margin-bottom: 20px;}

.footerItem::after {
    position: absolute;
    content: "";
    display: block;
    background: url(images/icon-footer.png) no-repeat;
    background-size: contain;
    width: 16px;
    height: 10px;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.8s;}

.footer-B-L-Box div ul {
    position: absolute;
    bottom: 100%;
    display: none;
    width: 100%;
    z-index: 99;
    box-shadow: 0px 0px 10px #999;}

.footer-B-L-Box div ul li:first-child {
    border-top: 0px;}

.footer-B-L-Box div ul li {
    width: 100%;
    height: 40px;
    line-height: 40px;
    max-width: 100%;}


.footer-B-L-Box div ul li a {
    display: block;
    color: #333;
    font-size: 13px;
    background-color: #ffffff;
    padding-left: 12px;}

.footer-B-L-Box div ul li:hover{}
.footer-B-L-Box div ul li:hover a{
color:#fff;
background:#3bc3a5;}



@media(max-width:1024px){
.footer-B-L-Box{
margin: auto;
    display: block;
    width: 238px;}

}










