﻿
@font-face {
    font-family: "novecento";
    src: url("../font/novecento_widebook.eot");
}
@font-face {
    font-family: "novecento";
    src: url("../font/novecento_widebook.ttf");
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, input, select {
    border: 0 none;
    color: inherit;
    margin: 0;
    outline: 0 none;
    padding: 0;
}
html, body {
    height: 100%;
    width: 100%;
}
body {
    font: 12px/1 "Microsoft Yahei","微软雅黑",sans-serif;
    margin: 0 auto;
    overflow-y: scroll;
    vertical-align: baseline;
}
h1 {
    color: #474545;
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
}
h3 {
    color: #746969;
    font-size: 12px;
    font-weight: normal;
}
h2, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    font-weight: normal;
    text-align: left;
}
a {
    text-decoration: none;
}
p {
    line-height: 22px;
    text-align: justify;
}
a img, iframe {
    border: medium none;
}
a:link {
    color: inherit;
}
:focus {
    outline: 0 none;
}
ol, ul {
    list-style: outside none none;
}
input, textarea, select, button {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}
.clearfix::after {
    clear: both;
    content: "​";
    display: block;
    height: 0;
}
.clearfix {
}
body {
    max-width: 1680px;
    min-width: 1130px;
}
.g-wrap {
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 1130px;
}
#header {
    background-color: #fff;
    height: 79px;
    position: relative;
    z-index: 5;
}
#logo {
    background: rgba(0, 0, 0, 0) url("../images/logo.png") no-repeat scroll 0 0;
    height: 75px;
    left: 1px;
    position: absolute;
    top: 1px;
    width: 200px;
}
#nav {
    background-color: #fff;
    height: 100%;
    overflow: hidden;
    position: absolute;
    right: 86px;
    top: 0;
    z-index: 4;
}
#nav li {
    float: left;
    height: 100%;
    transition: background-color 700ms ease 0s;
}
#nav .n1 {
    width: 58px;
}
#nav .n2, #nav .n3, #nav .n5, #nav .n6, #nav .n7, #nav .n8 {
    width: 83px;
}
#nav .n4 {
    width: 96px;
}
#nav li a {
    color: #666;
    display: block;
    font-size: 13px;
    font-weight: bold;
    height: 100%;
    line-height: 79px;
    position: relative;
    text-align: center;
    transition: color 200ms ease 0s;
    width: 100%;
    z-index: 2;
}
#nav li a.on {
    color: #fff;
}
#nav li a span {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}
#nav li a .bkg {
    background-color: #f00;
    top: 100%;
    transition: top 200ms ease 0s;
    z-index: 1;
}
#nav li a.on .bkg, #nav li a:hover .bkg {
    top: 0;
}
#shop {
    background: #fff none repeat scroll 0 0;
    border-left: 1px solid #e5e5e5;
    bottom: 0;
    height: 100%;
    position: absolute;
    right: 0;
    width: 78px;
    z-index: 5;
}
#shop {
    width: 85px;
}
#shop .btn-search {
    background: rgba(0, 0, 0, 0) url("../images/icon_search.png") no-repeat scroll 0 0;
    height: 20px;
    left: 8px;
    position: absolute;
    top: 30px;
    width: 20px;
}
#shop .btn-search:hover, #shop .btn-search.on {
    background-image: url("../images/icon_search.png");
}
#shop .btn-lang {
    background-color: #fff;
    color: #ff0000;
    font-size: 13px;
    font-weight: bold;
    height: 100%;
    line-height: 79px;
    padding: 0 10px;
    position: absolute;
    right: -10px;
    top: 0;
    transition: color 300ms ease 0s;
    width: auto;
}
#shop .btn-lang:hover {
    color: #ff2424;
}
#content {
    overflow: hidden;
    position: relative;
}
#subNav {
    height: 61px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 4;
}
#subNav .g-wrap {
    overflow: visible;
}
#subNav .g-wrap .item {
    background-color: #4c4a4f;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: -100%;
    transition: top 300ms ease 0s;
    width: 100%;
}
#subNav .g-wrap .about {
    left: 450px;
    padding: 0 67px;
}
#subNav .g-wrap .news {
    left: 533px;
    padding: 0 67px;
}
#subNav .g-wrap .relation {
    left: 616px;
    padding: 0 80px;
}
#subNav .g-wrap .service {
    left: 712px;
    padding: 0 67px;
}
#subNav .g-wrap .search {
    border: 8px solid #4c4a4f;
    height: 44px;
    right: 0;
    width: auto;
}
#subNav .g-wrap .search input {
    height: 44px;
    line-height: 44px;
    padding: 0 20px;
    width: 200px;
}
#subNav .g-wrap .langs {
    padding: 0 15px;
    right: 0;
    width: auto;
}
#subNav .g-wrap .on {
    top: 0;
}
#subNav .g-wrap .item a {
    color: #d2ced5;
    float: left;
    font-size: 13px;
    font-weight: bold;
    line-height: 61px;
    padding: 0 16px;
    transition: color 300ms ease 0s;
}
#subNav .g-wrap .item a:hover {
    color: #f63b2e;
}
#subNav .g-wrap .item #on {
    color: #f63b2e;
}
#footer {
    height: 140px;
}
#reference {
    border-bottom: 1px solid #f2f2f2;
    height: 64px;
    line-height: 64px;
}
#reference div {
    height: 100%;
}
#reference a {
    transition: color 300ms ease 0s;
}
#reference a:hover {
    color: #f63b2e;
}
#reference div * {
    color: #2e2e57;
    font-size: 13px;
    font-weight: bold;
}
#reference .left {
    float: left;
}
#reference .left * {
    float: left;
    height: 100%;
    line-height: 64px;
}
#reference .left a {
    /*background: rgba(0, 0, 0, 0) none no-repeat scroll 0 13px;
    margin-left: 20px;
    padding-left: 42px;*/
}
#reference .left .a1 {
    background-image: url("refer_icon_1.png");
}
#reference .left .a2 {
    background-image: url("refer_icon_2.png");
}
#reference .left .a3 {
    background-image: url("refer_icon_life.png");
}
#reference .right {
    background: #f2f2f2 url("refer_icon_3.png") no-repeat scroll 19px 23px;
    border-left: 1px solid #e5e5e5;
    float: right;
    line-height: 69px;
    text-indent: 38px;
    width: 323px;
}
#copyright {
    height: 75px;
}
#copyright .g-wrap {
    overflow: visible;
}
#copyright .g-wrap div {
    border-left: 1px solid #f2f2f2;
    color: #4b4b51;
    float: right;
    font-weight: bold;
    height: 37px;
    line-height: 20px;
    padding: 19px 0 19px 19px;
    width: 303px;
}
#copyright .g-wrap div a {
    color: #4b4b51;
    transition: color 300ms ease 0s;
}
#copyright .g-wrap div a:hover {
    color: #e62b1e;
}
#mask {
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1024;
}
#mask .wrap {
    background-color: #2b2b2b;
    height: 100%;
    padding: 0 29px;
    position: fixed;
    right: -378px;
    top: 0;
    width: 320px;
    z-index: 1024;
}
#mask .wrap p {
    color: #8c8c8c;
    font-size: 13px;
    line-height: 18px;
    margin-top: 130px;
}
#mask .wrap p span {
    display: block;
}
#mask .wrap p .tit {
    color: #e1dede;
    font-size: 15px;
}
#mask .wrap p .column {
    background: rgba(0, 0, 0, 0) url("sitemap_arrow.png") no-repeat scroll 0 7px;
    font-size: 13px;
    margin-left: -16px;
    padding-left: 16px;
}
#legal {
    background: rgba(0, 0, 0, 0) url("legal_tit.png") no-repeat scroll 29px 77px;
}
#sitemap {
    background: rgba(0, 0, 0, 0) url("sitemap_tit.png") no-repeat scroll 29px 77px;
}
#sitemap a {
    color: #8c8c8c;
    font-size: 13px;
    transition: color 300ms ease 0s;
}
#sitemap a.reenoo {
    font-weight: bold;
}
#sitemap a:hover {
    color: #e62b1e;
}
