* {
    padding:0;
    margin:0;
}

a {
    text-decoration:none;
    color:#000;
}

img {
    border:none;
    max-width:100%;
    height:auto;
}

ul, ol, li {
    list-style:none;
}
.disN {display:none !important;}

#container {max-width:1280px; margin:0 auto; position:relative; }

#popup {position:absolute; width:50%; top:70px; left:100px; z-index:100000;}
#popup a {display:inline-block;}

#container #footer {overflow:hidden; padding:35px 0 25px 0; background:#6d7f97; border-bottom:1px solid black; margin-top:-5px;}
#container #footer .leftArea {float:left; width:65%; margin-top:-2%;}
#container #footer .leftArea .phone {width:85%; padding-left:3%;}
#container #footer .rightArea {float:right; width:35%; text-align:right;}
#container #footer .rightArea a {display:inline-block; width:25%; padding-right:3%;}
#container #footer .rightArea a:last-child {padding-right:10% !important;}
#container #footer .rightArea a img {width:100%;}

@media (min-width:300px) and (max-width:1280px) {
    #container {max-width:100%; width:100%;}
    #popup {position:absolute; width:50%; top:30px; left:0; z-index:100000;}
}
