@charset "utf-8";
.footer{
    background: #333333;
    padding: 40px 0 30px;
    border-top: 2px solid #5b5b5b;
}
.footer-ewm{
    border-right: 1px dashed #5b5b5b;
    padding-right: 50px;
    margin-right: 50px;
    position:relative;
}
.footer-ewm:before{position:absolute;content:"";width: 15px;height: 15px;border: 2px solid #5b5b5b;background: #ececec;top: -49px;transform: rotate(45deg);-ms-transform:rotate(45deg);  /* IE 9 */-moz-transform:rotate(45deg);  /* Firefox */-webkit-transform: rotate(45deg); /* Safari 和 Chrome */-o-transform:rotate(45deg);  /* Opera */border-top: 0;border-left: 0;right: -9px;}
.footer-ewm img{
    display: block;
    width: 180px;
    height: 180px;
    float: left;
}
.footer-ewm dl{
    float: left;
    margin-left: 30px;
    margin-top: 35px;
}
.footer-ewm dl dd{
    color: #e6e6e6;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 35px;
}
.footer-right{
    margin-top: 30px;
    width: 740px;
}
.footer-nav{
    margin-bottom: 20px;
}
.footer-nav a{
    color: #e6e6e6;
    font-weight: bold;
    display: block;
    float: left;
    border-left: 1px solid #e6e6e6;
    margin-left: 10px;
    padding-left: 10px;
    height: 15px;
    line-height: 15px;
}
.footer-nav a:first-child{
    border-left:0;
    margin-left:0;
    padding-left:0;
}
.footer-contact p{
    color: #e6e6e6;
    line-height: 30px;
}
.footer-contact p a{
    color: #e6e6e6;
}
.footer-contact p a:hover{
    color: #1e8bc6;
}


@media screen and (max-width: 1200px) {
    .footer{
        padding: .1rem 0 .2rem;
    }
    .footer-ewm:before{
        display:none;
    }
    .footer-ewm{
        padding-right: 0;
        margin-right: 0;
        border-right: 0;
        width: 100%;
    }
    .footer-ewm img{
        width: 50%;
        height: auto;
    }
    .footer-ewm dl{
        width: 50%;
        margin-left: 0;
        margin-top: .3rem;
    }
    .footer-ewm dl dd{
        font-size: .16rem;
        line-height: 35px;
    }
    .footer-right{
        width: 100%;
        margin-top: .2rem;
    }
    .footer-nav{
        margin-bottom: .1rem;
    }
    .footer-nav a{
        font-size: .14rem;
        line-height: .2rem;
        height: .2rem;
        margin-bottom: .1rem;
    }
    .footer-contact p{
        font-size: .14rem;
        line-height: .3rem;
    }
}