/*index-footer部分start*/


.footer{
    width: 100%;
    min-width: 1280px;
    height: 7rem; 
    background: #222;
    display: flex;
    align-items: center;
}
.footer-left{
    width: 62%;
    padding: 0rem 0 0 0.4rem;
}
.footer-left dl{
    float: left;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}
.footer-left dl dt{
    float: left;
    height: 0.8rem; 

}
.footer-left dl dt a{
    display: flex;
    flex-wrap: nowrap;
    font: 700 0.2rem/0.3rem "microsoft yahei";
    height: 0.6rem;
    color: #fff;
    margin: 0 0.2rem;
}
.footer-left dl dt a:hover{
    color: #f79421;
}
.footer-left dl dd{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    height: 0.4rem;
}

.footer-left dl dd a:hover{
    color: #f79421;
}
.footer-left dl dd a{
    font: 0.2rem "microsoft yahei";
    line-height: 1.5;
    text-align: left;
    color: #fff;
    height: 0.6rem;
    margin:0 0.2rem;
}
.footer-left-point{
    float: left;
    width: 0.1rem;
    height: 0.1rem;
    background: #fff;
    border-radius: 0.05rem;
    margin-top: 0.1rem;
}
.footer-left-text{
    margin-top: 3.5rem;
    font: 0.22rem/0.44rem "microsoft yahei";
    color: #fff;
    margin-left: 15px;
}
.footer-cen{
    width: 1%;
    height: 4.4rem;
    border-right: 1px solid #ddd;
    /*padding: 0;*/
}
.footer-right{
    width: 33%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.footer-right-tit{
    font: 0.36rem "microsoft yahei";
    color: #fff;
   
}

.footer-right-img img{
    width:3.5rem;
    height: 3.5rem;
    margin: 0.2rem 
}
.footer-right-att{
    font: 0.28rem/0.6rem "microsoft yahei";
    color: #fff;
    
}
.footer-right ul li{
    float: left;
    margin: 0.7rem 0 0 1.2rem;
}
.footer-right ul li a{
    margin: 0 0.5rem;
    font: 0.22rem "microsoft yahei";
    color: #fff;
}
.footer-right ul li a:hover{
    color: #f79421;
}
/*index-footer部分end*/<!--0.00011396408081055-->