﻿*
{
    padding: 0;
    margin: 0;
    font-size: 14px;
    color: #333;
    font-family: 微软雅黑;
}
a
{
    text-decoration: inherit;
}
html, body
{
    width: 100%;
    height: 100%;
}
table
{
    border-collapse: collapse;
    border-spacing: 0;
}
.clr
{
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
}
@font-face
{
    font-family: "iconfont";/* Project id 3418609 */
    src: url('../font/iconfont.woff2') format('woff2'),url('../font/iconfont.woff') format('woff'),url('../font/iconfont.ttf') format('truetype');
}
.iconfont
{
    font-family: "iconfont"!important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.h5
{
    height: 5px;
}
.h10
{
    height: 10px;
}
.h15
{
    height: 15px;
}
.h20
{
    height: 20px;
}
#body_main
{
    width: 100vw;
    margin: 0 auto;
    max-width: 750px;
}
#page
{
    width: 100vw;
    max-width: 750px;
    margin: 0 auto;
    min-height: 350px;
}
#top
{
    width: 100%;
    position: fixed;
    box-shadow: 0 0 8px #afafaf;
    height: 50px;
    display: flex;
    justify-content: space-between;
    max-width: 750px;
    background-color: #fcfcfc;
    z-index: 6;
    background-color: #fff;
}
#top #logo
{
    height: 50px;
    line-height: 50px;
    padding-left: 10px;
    box-sizing: border-box;
    font-size: 20px;
    font-weight: 600;
    color: #333;
}
#top #tel
{
    color: #dea869;
    display: flex;
    align-items: center;
    padding-right: 10px;
    box-sizing: border-box;
}
#top #tel .iconfont
{
    color: #dea869;
    font-size: 20px;
    margin-right: 5px;
    border: 1px #dea869 solid;
    border-radius: 14px;
    padding: 4px;
}
#top #tel a
{
    color: #dea869;
    font-size: 18px;
}
#top_zw
{
    height: 50px;
}
#swipe
{
    visibility: hidden;
    position: relative;
}
#slider
{
    float: left;
    overflow: hidden;
}
#slider img
{
    font-size: 0;
    width: 100%;
    vertical-align: middle;
}
#swipe_b
{
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 5;
    text-align: center;
}
.swipe_b
{
    width: 20px;
    height: 20px;
    padding: 5px 3px;
    font-size: 1.2em;
    color: #000005;
    cursor: pointer;
    opacity: .6;
}
.swipe_red
{
    color: #fff;
}
#nav_box
{
    display: flex;
    justify-content: space-between;
}
#nav_box a
{
    display: flex;
    width: 80px;
    height: 80px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
#nav_box a div:nth-child(1)
{
    width: 50px;
    line-height: 50px;
    text-align: center;
    height: 50px;
    border-radius: 25px;
    color: #fff;
}
#nav_box a div:nth-child(2)
{
    line-height: 28px;
    text-align: center;
    height: 28px;
}
#nav_box a .iconfont
{
    font-size: 32px;
}
#btn
{
    color: #fff;
    width: 100vw;
    max-width: 750px;
    background-color: #000005;
    height: 50px;
    position: absolute;
    bottom: 0;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    z-index: 3;
    position: fixed;
}
#btn a
{
    display: flex;
    width: 80px;
    height: 50px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
#btn a div:nth-child(1)
{
    width: 30px;
    line-height: 30px;
    text-align: center;
    height: 30px;
    color: #fff;
}
#btn a div:nth-child(2)
{
    line-height: 20px;
    text-align: center;
    height: 20px;
    color: #fff;
}
#btn a .iconfont
{
    font-size: 20px;
}
#btn_zw
{
    height: 70px;
}
.product_item
{
    width: 47vw;
    max-width: calc(750px * .47);
}
.product_item_img_box
{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f6f6f6;
    border: 1px #cecece solid;
    box-sizing: border-box;
    flex-wrap: wrap;
    margin-top: 10px;
    width: 47vw;
    max-width: calc(750px * .47);
    height: 47vw;
    max-height: calc(750px * .47);
    background-color: #fcfcfc;
}
.product_item_img
{
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.product_item_name
{
    height: 50px;
    display: flex;
    line-height: 21px;
    justify-content: center;
    padding: 5px 0;
    box-sizing: border-box;
    overflow: hidden;
}
.pager_span
{
    display: block;
    margin-bottom: .5em;
}
.pager_a_hover
{
    color: #f00;
    padding: .1em .5em;
    border: 2px #f00 solid;
    display: inline-block;
    height: 1.3em;
    line-height: 1.3em;
    margin-left: .2em;
    font-weight: bold;
}
.pager_a
{
    color: #999;
    border: 1px #ccc solid;
    padding: .1em .5em;
    height: 1.3em;
    line-height: 1.3em;
    display: inline-block;
    margin-left: .2em;
}
.pager_box
{
    text-align: center;
}
#preloader
{
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    display: none;
}
#status
{
    position: fixed;
    z-index: 99;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -10px 0 0 -15px;
    text-align: center;
    display: none;
}
#menu_list
{
    height: 60px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
#menu_list li
{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    list-style: none;
}
.menu_list_a
{
    margin: 0 auto 0;
    line-height: 94px;
    height: 60px;
    overflow: hidden;
    display: block;
    color: #ea2425;
    background-repeat: no-repeat;
    background-position: center 8px;
    background-size: 22px 22px;
}
.menu
{
    background-color: #f5f5f5;
    width: 100%;
    text-align: center;
    display: none;
    padding: 5px 0;
}
.menu a
{
    line-height: 30px;
    font-size: .95rem;
    background-color: #e53f40;
    border-radius: 10px;
    display: inline-block;
    width: 44%;
    margin: 3px 2% 2px;
    text-align: center;
    color: #fff;
}
.div_title
{
    text-align: center;
    background-color: #fff;
}
.div_title_cn
{
    display: block;
    font-size: 20px;
    color: #df7a05;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
}
.div_title_en
{
    display: block;
    font-size: 12px;
    color: #cecece;
    line-height: 14px;
    text-align: center;
}
.type_box
{
    border: 1px #af1b1b solid;
    background-color: #fff;
    margin-top: .3em;
}
.fenlei_a
{
    border: 1px #ea2425 solid;
    color: #ea2425;
    display: inline-block;
    background-color: #fff;
    padding: .3rem;
    white-space: nowrap;
    margin: .3em;
}
.fenlei_a_hover
{
    background-color: #ea2425;
    color: #fff;
}
#nav_ul
{
    width: 80%;
}
#nav_ul li
{
    list-style: none;
}
#nav_ul ul>li
{
    list-style: none;
    display: inline-block;
}
#nav_ul
{
    overflow: hidden;
    width: 80%;
}
.navigation_a
{
    margin: 0 auto;
    margin-left: 20px;
    line-height: 2rem;
    display: block;
    color: #fff;
}
.s_navigation_a
{
    margin: 0 auto;
    line-height: 2rem;
    display: inline-block;
    color: #fff;
    padding: 0 0;
    margin-left: 20px;
}
.box_title
{
    background-color: #004b8d;
    color: #fff;
    line-height: 2.2em;
    font-size: 1.1em;
    text-indent: 1.5em;
}
.spinner div
{
    width: 10px;
    height: 10px;
    background-color: #004b8d;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-threeBounceDelay 1.4s infinite ease-in-out;
    animation: sk-threeBounceDelay 1.4s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.spinner .sk-bounce1
{
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s;
}
.spinner .sk-bounce2
{
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s;
}
@-webkit-keyframes sk-threeBounceDelay
{
    0%, 80%, 100%
    {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40%
    {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes sk-threeBounceDelay
{
    0%, 80%, 100%
    {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40%
    {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}