/**
 * Created by peijiqiu on 14-3-6.
 * E-mail : peijiqiu@gmail.com
 */
/*header*/
.header { min-width: 1024px;}
.header .user_guide { height: 44px; line-height: 44px; background: #0da69d; color: #ffffff; }
.header .user_guide .guide_wrap { width: 1024px; margin: 0 auto; font-size: 10px; position: relative;}
.header .user_guide .guide_wrap h1 { font-weight: normal; padding-left: 18px; line-height: 44px;}
.header .user_guide .language { position: absolute; top: 0;right: 24px;}

.header .header-nav {height :77px; margin: 0 auto; background: url("../../img/common/bg_header.png") repeat-x}
.header .header-nav .nav-wrap { width: 1024px; margin: 0 auto; position: relative;}
.header .header-nav .logo { width: 167px; height: 77px; background: url("../../img/common/logo.png") left center no-repeat; position: absolute;top:0; left: 0;}
.header .header-nav ul { list-style-type: none; display: inline-block ;margin-left: 252px; height: 77px; line-height: 77px;}
.header .header-nav ul li { float: left; background: url("../../img/common/bg_nav_line.png") no-repeat right center}
.header .header-nav ul li a { display: block; width: 100px; font-size: 14px; font-weight: bold; text-align: center; cursor: pointer;text-decoration: none;}
.header .header-nav ul li a:hover { color: #0da69d;}
.active { color: #0da69d;}
.unactive { color: #8c8c8c;}

/*footer*/
.footer { min-width: 1024px; height: 181px;}
.footer .footer-nav { height: 146px; line-height: 146px; background: url("../../img/common/bg_footer.png") repeat-x; position: relative;}
.footer .footer-nav .footer-nav-wrap { width: 1024px; margin: 0 auto; }
.footer .footer-nav .footer-nav-wrap .co-site { font-size: 14px; color: #1daca4; height: 14px;line-height: 14px; padding: 34px 0 0 5px;}
.footer .footer-nav .footer-nav-wrap ul { list-style-type: none; position: absolute; height: 20px; line-height: 20px; bottom:18px; padding-left: 4px}
.footer .footer-nav .footer-nav-wrap ul li {float: left; }
.footer .footer-nav .footer-nav-wrap ul li a { display: block; font-size: 14px; color: #595959; cursor: pointer; }
.footer .code-wrap div { height: 106px; width : 86px; line-height: 12px; text-align: center; display: inline-block;margin-right: 20px; }
.footer .code-wrap { width: 1024px; margin: 0 auto; position: relative;}
.footer .code-wrap div.jd { height: 86px;}
.footer .code-wrap div.tmall { height: 86px;}
.footer .code-wrap p{ color: #1daca4; font-size: 12px;}
.footer .code-wrap .weibo { background: url("../../img/common/weibo.png") no-repeat left bottom; position: absolute; right:157px; top: -162px;}
.footer .code-wrap .weixin { background: url("../../img/common/weixin.jpg") no-repeat left bottom; position: absolute;right:60px; top:-160px;}
.footer .code-wrap .tmall { background: url("../../img/common/tmall.png") no-repeat left bottom; position: absolute;right:287px; top:-160px;}
.footer .code-wrap .jd { background: url("../../img/common/jd.png") no-repeat left bottom; position: absolute;right:387px; top:-160px;}
.footer .copy-right { height: 35px; line-height: 35px; font-size: 10px; color: #ffffff; background: #595959; text-align: center}

.footer-nav-wrap a{text-decoration: none;}
.footer-nav-wrap a:hover{text-decoration: underline;}

/*footer置低*/
{
    margin: 0;
}
html, body {
    height: 100%;
}
.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -181px;
}
.push { height: 181px;}