.page-top {
    z-index: 100;
    background: #fff;
    position: relative;
}
.container {
    width: 1200px;
    margin: 0 auto;
}
.page-top .container {
    clear: both;
    height: 38px;
    padding: 13px 0;
}
.page-top .app-logo {
    margin-right: 10px;
    float: left;
    display: block;
}
.page-top .app-slogan {
    font-size: 15px;
    margin: 10px 0 0;
    float: left;
}
.page-top .top-nav {
    display: flex;
    align-items: center;
        float: right;
    padding-top: 10px;
}
.app-nav, .page-top .top-nav>li {
    float: left;
}
.top-nav .line {
    width: 30px;
    height: 1px;
    border-top: 1px solid #e4e4e4;
}
.top-nav .language {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #e4e4e4;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    margin: 0 15px;
}
.top-nav .log-bar {
    margin-left: 15px;
}
.c--notice {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: url(/style/images/notice_bg.png) center no-repeat;
    background-size: 100%;
}
.c--notice .title {
    font-size: 16px;
    font-weight: 700;
    color: #c06d00;
    margin: 0 45px 0 6px;
}
.c--notice .notice-list {
    flex: 1;
}
.c--notice .notice-list>li {
    flex: 1;
    margin-right: 50px;
}
.c--notice .notice-list>li:last-child {
    margin-right: 0;
}
.c--notice .notice-list>li>a {
    color: #FF9812;
    font-size: 14px;
}
.c--notice .notice-list .date {
    margin-left: 20px;
    color: #F19013;
    font-size: 13px;
}
.c--notice .view-all {
    color: #C06D00;
    font-size: 14px;
}
.page-nav {
    z-index: 10;
    height: 60px;
    background: #082336;
    font-size: 15px;
}
.app-nav>li {
    float: left;
}
.app-nav, .app-nav .factory{
    position: relative;
}
.app-nav .a {
    color: #fff;
    padding: 0 14px;
    line-height: 60px;
    font-size: 14px;
    position: relative;
    display: inline-block;
}
.app-nav .home {
    padding: 0 15px;
}
.page-nav .order-online {
    background: #FF9812;
    letter-spacing: 1px;
    color: #fff;
    line-height: 60px;
    padding: 0 29px;
    float: right;
}



.page-footer {
    padding-top: 40px;
    background-color: #222323;
    min-width: 1200px;
    color: #ccc;
}

.page-footer .container {
    clear: both;
}
.page-footer .footer-primary {
    padding-bottom: 30px;
}

.page-footer .footer-link {
    float: left;
    width: 80px;
    margin-right: 70px;
}
.page-footer .footer-link.we-support {
    width: 120px;
    margin-right: 80px;
    padding-left: 10px;
}
.page-footer .footer-link h3 {
    font-size: 16px;
    color: #fff;
    margin-bottom: 12px;
    margin-left: -2px;
        font-family: "Hiragino Sans GB","Microsoft YaHei","WenQuanYi Micro Hei",sans-serif;
}
.page-footer .footer-link a {
    display: block;
    margin-bottom: 8px;
    color: #ccc;
        font-family: "Hiragino Sans GB","Microsoft YaHei","WenQuanYi Micro Hei",sans-serif;
}
.page-footer .online-service {
    float: left;
    margin-right: 8px;
    border-left: 1px solid #555;
    padding-left: 70px;
    height: auto;
}
.page-footer .online-service>p {
    margin-bottom: 8px;
    font-family: "Hiragino Sans GB","Microsoft YaHei","WenQuanYi Micro Hei",sans-serif;
}
.page-footer .online-service .phone-number {
    font-size: 26px;
    color: #fff;
    padding: 5px 0 0;
    display: flex;
    font-weight: 700;
}
.page-footer .erweima {
    float: left;
    width: 129px;
    text-align: center;
    margin: 15px 20px 0 0;
    white-space: nowrap;
        font-family: "Hiragino Sans GB","Microsoft YaHei","WenQuanYi Micro Hei",sans-serif;
}
.page-footer .erweima>img {
    display: block;
    margin: 5px auto;
    width: 129px;
    height: 129px;
    border-radius: 5px;
}
.page-footer .copy-right {
    text-align: left;
    padding: 5px 0 10px;
    color: #666;
    background: #1C1D1D;
        font-family: "Hiragino Sans GB","Microsoft YaHei","WenQuanYi Micro Hei",sans-serif;
}
.page-footer .container {
    clear: both;
}
.page-footer .copy-right .icp {
    margin: 0 15px;
}

.page-footer .online-service .phone-number .svg-icon {
    fill: #fff;
    margin: 5px 6px 0 -2px;
}
.svg-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}


















