﻿/* 底部 */
footer{
    margin-top: 100px;
    padding-top: 60px;
    padding-bottom: 45px;
    background-color: #f8f7f6;
    border-bottom: 1px solid #e0e0e0;
}
footer .title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 32px;
    border-bottom: 1px solid #e0e0e0;
    display: none;
}
footer .title .erwei p{
    text-align: center;
    margin-top: 15px;
}
footer .dhlist{
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
footer .dhlist .lxfs h1{
    font-size: 24px;
    line-height: 24px;
	color: #333333;
}
footer .dhlist .lxfs p{
    font-size: 16px;
    line-height: 16px;
	color: #333333;
    margin-top: 20px;
    margin-bottom: 35px;
}
.dhlist .lxfs .mdlb a{
    font-size: 14px;
	color: #333333;
	opacity: 0.6;
    width: 129px;
	height: 36px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 24px;
	border: solid 1px #d7d7d7;
}
footer .mitems{
    width: 72.43%;
    display: flex;
    justify-content: space-between;
}
footer .mitems div{
    font-size: 15px;
	line-height: 30px;
	color: #333333;
}
footer .mitems ul li{
    font-size: 14px;
	line-height: 30px;
	color: #aaaaaa;
}
.foots{
    background-color: #f8f7f6;
}
.foots .area{
    height: 55px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
	color: #aaaaaa;
}
footer .lastul{
    display: none;
}
/* padpro端 */
@media screen and (min-width: 991px) and (max-width: 1366px){
       /* 底部 */
       footer {
        margin-top: 75px;
        padding-top: 45px;
        padding-bottom: 34px;
        background-color: #f8f7f6;
        border-bottom: 1px solid #e0e0e0;
    }
}
/* pad端 */
@media screen and (min-width:768px) and (max-width:991px) {
       /* 底部 */
       footer {
        margin-top: 45px;
        padding-top: 35px;
        padding-bottom: 30px;
    }
    footer .title{
        padding-bottom: 20px;
    }
    .dhlist .lxfs{
       width: 18%; 
    }
    footer .dhlist .lxfs h1 {
        font-size: 20px;
        line-height: 20px;
    }
    footer .dhlist .lxfs p {
        font-size: 14px;
        line-height: 14px;
        margin-top: 12px;
        margin-bottom: 22px;
    }
    footer .mitems {
        width: 80.5%;
    }
    footer .mitems div{
        font-size: 13px;
    }
    footer .mitems ul li {
        font-size: 12px;
        line-height: 26px;
    }
    .foots p{
        font-size: 13px;
    }
}
/* 移动端 */
@media (max-width:767px){
    /* 底部 */
    footer {
        margin-top: 35px;
        padding-top: 25px;
        padding-bottom: 25px;
    }
    
    footer .title{
        padding-bottom: 20px;
    }
    .dhlist .lxfs{
       width: unset; 
       /*display: unset;*/
       /*position: absolute;*/
       /*top: 0;*/
       /*left: 7%;*/
       display: block;
       text-align: center;
    }
    footer .dhlist .lxfs h1 {
        font-size: 20px;
        line-height: 20px;
    }
    footer .dhlist .lxfs p {
        font-size: 14px;
        line-height: 14px;
        margin-top: 12px;
        margin-bottom: 22px;
    }
    footer .mitems {
        width: 100%;
        flex-wrap: wrap;
    }
    footer .mitems ul{
        width: 17%;
    }
    footer .mitems div{
        font-size: 12px;
    }
    footer .mitems ul li {
        font-size: 12px;
        line-height: 26px;
    }
    .foots p{
        font-size: 12px;
    }
    .foots .area{
        font-size: 12px;
        flex-wrap: wrap;
    }
    footer .lastul{
        display: block;
    }
    footer .area{
        position: relative;
    }
    footer .area .logo{
        /*display: none;*/
        opacity: 0;
    }
}