
.content-wrapper{
    padding: 75px 0 50px 0;
    display: flex;
    justify-content: space-between;
   /*  height: 300px; */
}
.footer-content>p{
    margin-bottom: 30px;
}
.footer-content-list li{
    margin-bottom: 10px;
}
.footer-content-list li a,
.footer-content-list li
{
    color: #888;
    font-size: 14px;
}
.weixin-num{
    padding-top: 10px;
    text-align: center;
}
.footer-bottom{
    border-top: 1px solid #e5e5e5;
    line-height: 40px;
}
.footer-bottom p{
    color: #888;
}
/*��˾��Ϣ*/
.main-info{
    height: 300px;
    background: #45a03a;
    display: flex;
    align-items: center;
}
.main-info-list li{
    float: left;
    border-left: 1px solid #fff;
    width: 300px;
    height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.main-info-list li:last-child{
    border-right: 1px solid #fff;
}
.main-info-list li p:first-child{
    padding-bottom: 40px;
}
.main-info-list li p:nth-of-type(2){
    padding-bottom: 10px;
}
/*�����*/
.aside-wrapper{
    position: fixed;
    right: 0;
    top: 230px;
}
.aside-tel{
    width: 200px;
    line-height: 50px;
    background: #ffa913;
    color: #fff;
    font-size: 18px;
    text-align: center;
}
.aside-tel span:first-child{
    padding-right: 10px;
    font-size: 24px;
}
.aside-list{
    float: right;
}
.aside-list>li{
    width: 50px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    background: #45a13e;
    margin-top: 2px;
    position: relative;
}
.aside-list>li>span{
    font-size: 24px;
}
.pop-window{
    position: absolute;
    left: -180px;
    top: 0;
    width: 180px;
    border: 1px solid #ccc;
    background: #f5f5f5;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    display: none;
}
.code-img-wrap{
    width: 150px;
    height: 150px;
}
.qq-list{
    display: flex;
    flex-direction: column;
    padding: 0 20px;
}
.qq-icon{
    color: #45a13e;
    font-size: 20px;
}
.qq-list li{
    text-align: left;
    line-height: 36px;
}
.qq-icon{
    width: 24px;
}
.qq-title,.wx-title{
    line-height: 50px;
    text-align: center;
    background: #ffa913;
    color: #fff;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.wx-img-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
}
.wx-img-wrapper img{
    max-width: 150px;
}
.link-main{
    font-size: 14px;
    color: #888;
    line-height: 24px;
    padding-bottom: 15px;
}
.link-main span{
    float: left;
    padding: 0 10px 0 10px;
}
.link-main a{
    color: #888;
}
