.foot1{ 
    display: flex;
    background: #000;
    color: #979797;
    height: 300px;
    padding-left: 14%;
    padding-top: 30px;
}
.ewma {
    margin-right: 10%;
    margin-top: 40px;
    text-align: center;
}
.ewma img {
    width: 150px;
    margin-bottom: 10px;
}
.daohang {
    margin-right: 10%;
}
.daohang .dh-title {
    font-size: 15px;
    color: #fff;
}
.dh-title .juse {
    color: #FF7741;
}
.dh-title i {
    display: block;
    width: 52px;
    background: #FF7741;
    height: 2px;
    margin-top: 15px;
    margin-bottom: 24px;
}
.daohang p {
	
    font-size: 13px;
    margin-top: 12px;
}
.daohang p a{
	color: #97959d;
	}
.daohang p a:hover {
	color: #FF7741;
}
.daohang p:hover {
    color: #FF7741;
}
.daohang .dh-img img{
    margin-right: 5px;
    margin-bottom: 10px;
}
.foot2 {
    background: #000;
    border-top: 1px solid #424141;
    padding:  20px 0;
    padding-left: 30%;
}
.foot2 ul li {
    display: inline-block;
    border-right: 1px solid #ccc;
    padding-right: 10px;
    margin: 0 10px;
    height: 10px;
    line-height: 10px;
}
.foot2 ul li a{ 
    color: #97959d;
}
.foot2 ul li a:hover{ 
    color: #FF7741;
}
/************************* 分页样式 *************/
.mypager {
    text-align: center;
    background: #fff;
}
.mypager .pagination > li > a, .pagination > li > span {
    color: #232323;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{
    background: #F16C39;
    color: #fff !important;
    border-color: #F16C39;
}
/* 媒体查询 */
@media screen and (max-width: 768px) {
    .foot1 {
        display: flex;
        flex-wrap: wrap;
        height: auto;
    }
    .ewma {
        width: 100%;
    }
    .daohang {
        width: 40%;
    }
    .daohang:last-child {
        width: 100%;
    }
    .foot2 {
        width: 100%;
        text-align: center;
        padding-left: 0;
    }
    
}
.gotop {
    position: fixed;
    bottom: 0;
    right: 10px;
}
.gotop img {
    width: 50px;
}