/*
*@libs: Update-footer
*@Author: LWW 2014-07-22
*@Update: LWW 2014-07-22
*/
@import url(//www.made-in-china.com/css/font.css);
/* Layout */
.grid {
  width: 990px;
  margin: 0 auto;
}

.grid:before, .grid:after {
  content: "";
  display: table;
}

.grid:after {
  clear: both;
}

.grid {
  *zoom: 1;
}

/*
*@libs: homepage-footer
*@Author: zmx 2013-02-18
*@Update: zmx 2013-04-11
*/
#footer {
    background: #f3f3f3;
    color: #999;
    text-align: center;
    line-height: 18px;
    min-width: 990px;
    padding: 0;
    border: 0 none;
    font-size: 12px;
}
#footer a, #footer a:visited {
    color: #999;
}
#footer a:hover {
    color: #ff850a;
}
#footer .contact {
    background: #f3f3f3;
    border-top:none;
    border-bottom: 1px solid #ddd;
    width: 990px;
    margin: 0 auto;
    padding: 15px 0 12px;
}
#footer .mobile-links {
    font-size: 14px;
    color: #222;
    float: left;
}
#footer .mobile-links a {
    display: inline-block;
}
#footer .mobile-links img {
    vertical-align: middle;
}
#footer .contact-us,#footer .contact-us:visited ,#footer .tm-link, #footer .sns{
    float: right;
    display: inline-block;
    line-height: 24px;
    height: 30px;
    margin-top: 2px;
    overflow: hidden;
    font-size: 14px;
    text-decoration: none;
}
#footer .contact-us {
    padding-left: 30px;
    color: #222 !important;
}
#footer .contact-us .icon {
    font-size: 26px;
    vertical-align: -4px;
    color: #4EB860;
}
#footer .sns {
    margin-right: 30px;
}
#footer .sns .title {
    font-size: 14px;
    line-height: 26px;
    padding: 0;
    display: inline-block;
    float: left;
    margin: 0 10px 0 0;
    background: none;
    border: none;
    color: #222;
}
#footer .sns a {
    font-size: 26px;
    color: #999;
    float: left;
    margin-left: 0;
    margin-right: 10px;
    text-decoration: none;
}
#footer .sns a .icon {
    margin-right: 0;
}
#footer .sns .facebook{
    color:#6281c4
}
#footer .sns .twitter{
    color:#1fc5f9
}
#footer .sns .gplus{
    color:#e75d67
}
#footer .tm-link {
    margin-right: 70px;
    color: #222;
}
#footer .tm-link:hover {
    color: #222;
    text-decoration: none;
}
#footer .tm-link:hover .icon{
    color:#6792d1
}
#footer .tm-link .icon {
    color:#6792d1;
    vertical-align: -4px;
    font-size: 26px;
}
#footer .footer-wrap {
    border-top: none;
    padding: 20px 0px 20px;
}
#footer .quick-index,
#footer .lang-select,
#footer .focus-link {
    line-height: 18px;
    margin: 0px 0 10px 0;
}
#footer .quick-index a, #footer .focus-link a, #footer .lang-select a, #footer .aboutus a  {
    margin: 0 10px;
}
#footer .certificate {
  margin-top: 10px;
}
