@charset 'utf-8';
@font-face
{
    font-family: 'Oxygen';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/hinted-oxygen-regular.eot');
    src: local('Oxygen Regular'), local('Oxygen-Regular'), url('../fonts/hinted-oxygen-regular.eot') format('embedded-opentype'), url('../fonts/hinted-oxygen-regular.woff2') format('woff2'), url('../fonts/hinted-oxygen-regular.woff') format('woff'), url('../fonts/hinted-oxygen-regular.ttf') format('truetype'), url('../fonts/hinted-oxygen-regular.svg#oxygen-regular') format('svg');
}
@font-face
{
    font-family: 'Oxygen';
    font-weight: bold;
    font-style: normal;

    src: url('../fonts/hinted-oxygen-bold.eot');
    src: local('Oxygen Bold'), local('Oxygen-Bold'), url('../fonts/hinted-oxygen-bold.eot') format('embedded-opentype'), url('../fonts/hinted-oxygen-bold.woff2') format('woff2'), url('../fonts/hinted-oxygen-bold.woff') format('woff'), url('../fonts/hinted-oxygen-bold.ttf') format('truetype'), url('../fonts/hinted-oxygen-bold.svg#oxygen-bold') format('svg');
}
@font-face
{
    font-family: 'Oswald';
    font-weight: bold;
    font-style: normal;

    src: url('../fonts/hinted-oswald-bold.eot');
    src: local('Oswald Bold'), local('Oswald-Bold'), url('../fonts/hinted-oswald-bold.eot') format('embedded-opentype'), url('../fonts/hinted-oswald-bold.woff2') format('woff2'), url('../fonts/hinted-oswald-bold.woff') format('woff'), url('../fonts/hinted-oswald-bold.ttf') format('truetype'), url('../fonts/hinted-oswald-bold.svg#oswald-bold') format('svg');
}
.o
{
    font-family: 'Oswald';
    font-weight: bold;
}
.ff
{
    font-family: 'iconfont' !important;
    font-style: normal;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.all
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}
body
{
    font-family: 'Oxygen', Arial, Helvetica, 'Helvetica Neue', 'Hiragino Sans GB', 'PingFang SC', 'Microsoft YaHei', 'Heiti SC', 'WenQuanYi Micro Hei', sans-serif;
}
body.fixed
{
    overflow: hidden;

    width: 100%;
    height: 100%;
}
body.fixed .header
{
    z-index: 9999999999;
}
@media only screen and (min-width: 1350px)
{
    .container
    {
        width: 1320px;
    }
}
@media only screen and (min-width: 1470px)
{
    .container
    {
        width: 1440px;
    }
}
.txt-over1
{
    overflow: hidden;

    white-space: nowrap;
    text-overflow: ellipsis;
}
.img-box
{
    position: relative;
    z-index: 1;

    display: block;
    overflow: hidden;

    height: 0;
    padding-bottom: 100%;
}
.img-box img
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;
}
.page
{
    text-align: center;
}
.page li
{
    display: inline-block;

    margin: 0 3px;
}
@media (max-width: 767px)
{
    .page li
    {
        margin: 0 1px;
    }
}
.page li a,
.page li span
{
    font-size: 16px;
    line-height: 44px;

    display: block;

    width: 46px;
    height: 46px;

    cursor: pointer;
    -webkit-transition: .3s;
            transition: .3s;
    text-align: center;
    vertical-align: middle;

    color: #666;
    border: 1px solid #dcdcdc;
    border-radius: 50%;
    background: #eee;
}
@media (max-width: 767px)
{
    .page li a,
    .page li span
    {
        font-size: 12px;
        line-height: 28px;

        width: 30px;
        height: 30px;
        margin: 0 1px;
    }
}
.page li.prev a:before,
.page li.next a:before,
.page li.prev span:before,
.page li.next span:before
{
    font-family: 'iconfont' !important;
    font-style: normal;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page li.prev a:before,
.page li.prev span:before
{
    content: '\e9b5';
}
.page li.next a:before,
.page li.next span:before
{
    content: '\e72f';
}
.page li.active a,
.page li:hover a,
.page li.active span,
.page li:hover span
{
    color: #fff;
    border-color: #49b6f2;
    background-color: #49b6f2;
}
.table-box
{
    overflow: auto;

    width: 100%;
    max-width: 100%;
}
.table-box table
{
    line-height: 1.2;

    width: 100%;
    max-width: 100%;

    border-spacing: 0;
    border-collapse: collapse;

    text-align: center;

    color: #333;
}
.table-box table tr,
.table-box table td,
.table-box table th
{
    width: auto !important;
    height: auto !important;
}
.table-box table td,
.table-box table th
{
    font-weight: normal;

    padding: 14px 8px !important;

    border: 1px solid #959595 !important;
}
@media (max-width: 991px)
{
    .table-box table td,
    .table-box table th
    {
        padding: 12px 8px !important;
    }
}
@media (max-width: 767px)
{
    .table-box table td,
    .table-box table th
    {
        font-size: 12px;

        padding: 8px 8px !important;
    }
}
@media (max-width: 480px)
{
    .table-box table td,
    .table-box table th
    {
        font-size: 2.7vmin;

        padding: 8px 8px !important;
    }
}
.table-box table tr p,
.table-box table tr span
{
    margin: 0 !important;
    padding: 0 !important;

    background: none !important;
}
.table-box table th
{
    text-align: center;

    border: 1px solid #959595 !important;
    background-color: #eee;
}
.clearfix
{
    zoom: 1;
}
.clearfix:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
img.lazy
{
    min-width: 1px;
    min-height: 1px;
}
.lazy
{
    background: url(../images/ajax-loader.gif) no-repeat center;
}
.fancybox-slide--iframe .fancybox-content
{
    width: 800px;
    max-width: 80%;
    height: 600px;
    max-height: 50%;
    margin: 0;
}
.fancybox-slide--video video
{
    max-width: 80%;
    padding: 0;
}
@media (max-width: 767px)
{
    .fancybox-slide--video video
    {
        max-width: 95%;
    }
}
.header
{
    position: fixed;
    z-index: 999;

    width: 100%;

    -webkit-transition: .3s;
            transition: .3s;

    background-color: #fff;
}
.header.out
{
    box-shadow: 0 2px 14px 1px rgba(0, 0, 0, .2);
}
@media (min-width: 1200px)
{
    .header.out .nav .nav-list1 > li > a
    {
        padding: 34px 0;
    }
    .header.out .nav .nav-list1 > li > a:before
    {
        bottom: 20px !important;
    }
    .header.out .nav .nav-list1 > li > a:after
    {
        height: 20px !important;
    }
    .header.out .logo a
    {
        width: 182px;
    }
}
.header .header-box
{
    font-size: 0;

    position: relative;

    width: 100%;
    padding: 0;

    text-align: justify;
    text-justify: distribute-all-lines;
    letter-spacing: -8px;
}
.header .header-box:after
{
    display: inline-block;
    overflow: hidden;

    width: 100%;
    height: 0;
    margin: 0;

    content: '';
}
.header .header-box > div
{
    font-size: 14px;

    display: inline-block;

    vertical-align: middle;
    letter-spacing: 0;
}
.header .logo a
{
    position: relative;
    z-index: 10;

    display: block;
    overflow: hidden;

    width: 100%;
    padding: 7px 0;

    -webkit-transition: .3s;
            transition: .3s;

    background-color: #fff;
}
@media (max-width: 1199px)
{
    .header .logo a
    {
        width: 158px;
    }
}
@media (max-width: 767px)
{
    .header .logo a
    {
        width: 134px;
    }
}
.header .logo a img
{
    display: block;

    width: 100%;
}
.header .right-box > div
{
    display: inline-block;

    vertical-align: middle;
}
@media (max-width: 1199px)
{
    .header .right-box > div.nav
    {
        display: none;
    }
}
@media (max-width: 1199px)
{
    .header .right-box > div.search-wrap
    {
        display: none;
    }
}
@media (max-width: 767px)
{
    .header .right-box > div.google-translate
    {
        display: none;
    }
}
.header .right-box .fade-out ~ .google-translate
{
    position: fixed;
    z-index: 10000;
    top: 30px;
    left: 30px;

    display: block !important;

    -webkit-transition: .3s;
            transition: .3s;
}
.header .right-box .fade-out.left-100 ~ .google-translate
{
    top: -30px;

    opacity: 0;
}
.header .cart-btn
{
    line-height: 100px;

    display: inline-block;
    overflow: hidden;

    width: 80px;
    height: 100px;

    text-align: center;

    color: #fff;
}
@media (max-width: 991px)
{
    .header .cart-btn
    {
        line-height: 80px;

        height: 80px;
    }
}
@media (max-width: 767px)
{
    .header .cart-btn
    {
        line-height: 60px;

        width: 50px;
        height: 60px;
    }
}
.header .cart-btn a
{
    position: relative;

    display: block;
}
.header .cart-btn a:before
{
    font-family: 'iconfont' !important;
    font-size: 25px;

    content: '\e62a';
}
.header .cart-btn a .num
{
    font-size: 12px;
    line-height: 1;

    position: absolute;
    top: 50%;
    left: 50%;

    display: block;

    margin-top: -22px;
    margin-left: 2px;
    padding: 2px 5px;

    color: #fff;
    border-radius: 50%;
    background-color: #49b6f2;
}
.header .language
{
    font-size: 0;

    position: relative;

    letter-spacing: -8px;
}
@media (max-width: 1199px)
{
    .header .language
    {
        display: none !important;
    }
}
.header .language a
{
    font-size: 16px;
    font-weight: bold;

    position: relative;

    display: inline-block;

    margin: 0;

    -webkit-transition: .2s;
            transition: .2s;
    letter-spacing: 0;
}
.header .language a:hover
{
    color: #49b6f2;
}
.header .cart
{
    margin-right: 15px;
}
@media (max-width: 767px)
{
    .header .cart
    {
        margin-right: 10px;
    }
}
.header .cart a
{
    font-size: 16px;
}
.header .cart a:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    content: '\e619';
}
.header .find
{
    cursor: pointer;
}
@media (max-width: 1199px)
{
    .header .find
    {
        margin-right: 15px;
    }
}
.header .find:before
{
    font-family: 'iconfont' !important;
    font-size: 22px;

    content: '\e61a';
}
.header .nav-collapse
{
    position: relative;

    display: none;

    width: 40px;
    height: 40px;
    margin-left: 15px;
    padding: 0;

    cursor: pointer;

    background: none;
}
@media (max-width: 1199px)
{
    .header .nav-collapse
    {
        display: inline-block;

        vertical-align: middle;
    }
    .header .nav-collapse.nav-collapse-xs
    {
        position: relative;

        margin: 0;
    }
    .header .nav-collapse.nav-collapse-1
    {
        position: absolute;
        z-index: 9999;
        top: 20px;
        right: 40px;

        display: block;

        margin-top: 10px;

        border: none;
    }
    .header .nav-collapse.nav-collapse-1 .btn-line
    {
        background-color: #fff !important;
    }
}
@media (max-width: 767px)
{
    .header .nav-collapse
    {
        margin-left: 5px;
    }
}
.header .nav-collapse .btn-line
{
    position: absolute;
    left: 50%;

    width: 28px;
    height: 2px;

    -webkit-transition: all .5s ease;
            transition: all .5s ease;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);

    background-color: #333;
}
.header .nav-collapse .btn-line:nth-child(3),
.header .nav-collapse .btn-line:nth-child(1)
{
    display: block;

    content: '';
}
.header .nav-collapse .btn-line:nth-child(1)
{
    top: 32%;
}
.header .nav-collapse .btn-line:nth-child(2)
{
    top: 50%;
}
.header .nav-collapse .btn-line:nth-child(3)
{
    top: 68%;
}
.header .nav-collapse.active
{
    border-color: transparent;
}
.header .nav-collapse.active .btn-line
{
    background-color: #333;
}
.header .nav-collapse.active .btn-line:nth-child(2)
{
    -webkit-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
            transform: translateX(-50px);

    opacity: 0;
}
.header .nav-collapse.active .btn-line:nth-child(1)
{
    top: 50%;
    left: 50%;

    -webkit-transform: translateX(-50%) rotateZ(45deg);
        -ms-transform: translateX(-50%) rotate(45deg);
            transform: translateX(-50%) rotateZ(45deg);
}
.header .nav-collapse.active .btn-line:nth-child(3)
{
    top: 50%;
    left: 50%;

    -webkit-transform: translateX(-50%) rotateZ(-45deg);
        -ms-transform: translateX(-50%) rotate(-45deg);
            transform: translateX(-50%) rotateZ(-45deg);
}
@media (min-width: 1200px)
{
    .header .nav
    {
        position: relative;

        text-align: center;
    }
}
@media (max-width: 1199px)
{
    .header .nav
    {
        position: fixed;
        z-index: 9998;
        top: 0;
        left: 0;

        display: none;

        width: 100%;
        height: 100%;
        padding: 0 50px;

        -webkit-transition: -webkit-transform .3s;
                transition: -webkit-transform .3s;
                transition:         transform .3s;
                transition:         transform .3s, -webkit-transform .3s;
        text-align: left;
        text-align: center;

        background: #fafafa;
        background: #000;
    }
    .header .nav .tbl
    {
        display: table;

        width: 100%;
        height: 100%;
    }
    .header .nav .tbl-cell
    {
        display: table-cell;

        height: 100%;

        vertical-align: middle;
    }
}
@media (max-width: 767px)
{
    .header .nav
    {
        width: 100%;
        padding: 25px;
    }
}
.header .nav.left-100
{
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
}
.header .nav.left-200
{
    -webkit-transform: translateX(-200%);
        -ms-transform: translateX(-200%);
            transform: translateX(-200%);
}
.header .nav .nav-list1
{
    position: relative;

    zoom: 1;
}
.header .nav .nav-list1:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
@media (min-width: 1200px)
{
    .header .nav .nav-list1 li a
    {
        white-space: nowrap;
    }
    .header .nav .nav-list1 > li
    {
        position: relative;

        float: left;

        padding: 0 30px;
    }
    .header .nav .nav-list1 > li.active > a
    {
        color: #49b6f2;
    }
    .header .nav .nav-list1 > li.active > a:before,
    .header .nav .nav-list1 > li.active > a:after
    {
        position: absolute;
        left: 50%;

        display: block;

        content: '';
        -webkit-transition: .3s;
                transition: .3s;

        background-color: #49b6f2;
    }
    .header .nav .nav-list1 > li.active > a:before
    {
        bottom: 28px;

        width: 5px;
        height: 5px;
        margin-left: -2px;
    }
    .header .nav .nav-list1 > li.active > a:after
    {
        bottom: 0;

        width: 1px;
        height: 28px;
    }
    .header .nav .nav-list1 > li:hover > a
    {
        color: #49b6f2;
    }
    .header .nav .nav-list1 > li > a
    {
        font-size: 16px;
        font-weight: bold;

        position: relative;

        display: block;

        padding: 46px 0;

        -webkit-transition: .3s;
                transition: .3s;
    }
    .header .nav .nav-list1 .nav-list2,
    .header .nav .nav-list1 .nav-list3
    {
        display: none;

        text-align: center;

        background-color: rgba(73, 182, 242, .8);
    }
    .header .nav .nav-list1 .nav-list2
    {
        position: absolute;
        z-index: 10;
        top: 100%;
        left: 50%;

        padding: 10px 0;

        box-shadow: 0 0 15px 2px rgba(0, 0, 0, .1);
    }
    .header .nav .nav-list1 .nav-list2 > li
    {
        position: relative;

        white-space: nowrap;
    }
    .header .nav .nav-list1 .nav-list2 > li:first-child > a
    {
        border-top: none;
    }
    .header .nav .nav-list1 .nav-list2 > li:before,
    .header .nav .nav-list1 .nav-list2 > li:after
    {
        position: absolute;
        z-index: 2;
        left: 0;

        display: none;

        width: 100%;
        height: 1px;

        content: '';

        background-color: #fff;
    }
    .header .nav .nav-list1 .nav-list2 > li:before
    {
        top: 0;
    }
    .header .nav .nav-list1 .nav-list2 > li:after
    {
        top: 100%;
    }
    .header .nav .nav-list1 .nav-list2 > li:hover > a
    {
        -webkit-transform: translateX(5px);
            -ms-transform: translateX(5px);
                transform: translateX(5px);
        text-decoration: underline;
    }
    .header .nav .nav-list1 .nav-list2 > li > a
    {
        font-size: 14px;
        line-height: 2.14285714;

        position: relative;

        display: inline-block;

        padding: 0 30px;

        -webkit-transition: -webkit-transform .3s;
                transition: -webkit-transform .3s;
                transition:         transform .3s;
                transition:         transform .3s, -webkit-transform .3s;

        color: #fff;
    }
    .header .nav .nav-list1 .nav-list3
    {
        position: absolute;
        top: 0;
        left: 100%;

        width: 255px;
        padding: 20px;

        border-left: 1px solid transparent;
        background-clip: padding-box;
    }
    .header .nav .nav-list1 .nav-list3 li > a
    {
        position: relative;

        padding: 12px 0 12px 10px;

        white-space: normal;
        word-break: break-word;
    }
    .header .nav .nav-list1 .nav-list3 li > a:before
    {
        position: absolute;
        top: 50%;
        left: 0;

        content: '-';
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
    }
}
@media (min-width: 1200px) and (max-width: 1469px)
{
    .header .nav .nav-list1 > li
    {
        padding: 0 26px;
    }
}
@media (min-width: 1200px) and (max-width: 1349px)
{
    .header .nav .nav-list1 > li
    {
        padding: 0 20px;
    }
}
@media (min-width: 1200px) and (max-width: 1349px)
{
    .header .nav .nav-list1 > li > a
    {
        font-size: 15px;
    }
}
@media (max-width: 1199px)
{
    .header .nav .nav-list1
    {
        margin: 20px 0;

        opacity: 0;
    }
    .header .nav .nav-list1 > li
    {
        -webkit-transform: translateX(-15px) rotateX(90deg);
                transform: translateX(-15px) rotateX(90deg);
        white-space: nowrap;

        opacity: 0;
    }
    .header .nav .nav-list1 > a
    {
        font-size: 20px;

        color: #fff;
    }
}
@media (max-width: 1199px)
{
    .header .nav .nav-list2,
    .header .nav .nav-list3
    {
        display: none;
    }
    .header .nav .nav-list2 a,
    .header .nav .nav-list3 a
    {
        font-size: 16px;
        line-height: 2;

        margin-top: 5px;

        color: #fff;
    }
}
.header .nav .nav-list2 a,
.header .nav .nav-list3 a
{
    display: block;
}
@media (max-height: 580px)
{
    .header .nav .nav-list2 a,
    .header .nav .nav-list3 a
    {
        margin-top: 0;
    }
}
.header .nav-2,
.header .nav-3
{
    display: none;
}
@media (max-width: 1199px)
{
    .header .nav-2,
    .header .nav-3
    {
        position: absolute;
        z-index: 9999;
        top: 0;

        display: block;
        overflow: hidden;

        width: 100%;
        height: 100%;
        padding: 20px;

        -webkit-transition: left .3s;
                transition: left .3s;
        text-align: left;
        text-align: center;

        color: #fff;
        background: #fafafa;
        background: #000;
    }
}
.header .nav-2 .nav-top,
.header .nav-3 .nav-top
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
.header .nav-2 .nav-top .back-btn:before,
.header .nav-3 .nav-top .back-btn:before
{
    font-family: 'iconfont' !important;
    font-size: 26px;

    content: '\e9b5';
}
.header .nav-2 .nav-top .nav-title,
.header .nav-3 .nav-top .nav-title
{
    font-size: 30px;

    margin: 0;
}
@media (max-width: 767px)
{
    .header .nav-2 .nav-top .nav-title,
    .header .nav-3 .nav-top .nav-title
    {
        font-size: 20px;
    }
}
.header .nav-2 .nav-top .nav-collapse-2,
.header .nav-3 .nav-top .nav-collapse-2
{
    margin: 0;
}
.header .nav-2 .nav-top .nav-collapse-2 .btn-line,
.header .nav-3 .nav-top .nav-collapse-2 .btn-line
{
    background-color: #fff;
}
.header .nav-2 .content,
.header .nav-3 .content
{
    overflow: auto;

    max-height: 70vh;
    margin-top: 4%;
}
@media (max-width: 767px)
{
    .header .nav-2 .content ul,
    .header .nav-3 .content ul
    {
        padding: 0 15px;
    }
}
.header .nav-2 .content ul li,
.header .nav-3 .content ul li
{
    font-family: Arial, 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', 'Microsoft YaHei', 'WenQuanYi Micro Hei', sans-serif;
    font-size: 24px;
    line-height: 50px;

    margin: 20px 0;

    text-align: left;
}
@media (max-width: 991px)
{
    .header .nav-2 .content ul li,
    .header .nav-3 .content ul li
    {
        margin: 10px 0;
    }
}
@media (max-width: 767px)
{
    .header .nav-2 .content ul li,
    .header .nav-3 .content ul li
    {
        font-size: 5vmin;
        line-height: 1.6;

        margin: 0;
        margin-bottom: 5px;
    }
}
.header .nav-2 .content ul li.more,
.header .nav-3 .content ul li.more
{
    position: relative;
}
.header .nav-2 .content ul li.more:after,
.header .nav-3 .content ul li.more:after
{
    font-family: 'iconfont' !important;
    font-size: 16px;

    position: absolute;
    top: 50%;
    right: 0;

    content: '\e72f';
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    color: #fff;
}
.header .nav-2 .content ul li a,
.header .nav-3 .content ul li a
{
    display: block;
}
.header .nav-2
{
    left: 100%;
}
.header .nav-3
{
    left: 200%;
}
.header .nav-3 .content ul li
{
    font-size: 4.5vmin;
}
.header .fade-out ul
{
    text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 1199px)
{
    .header .fade-out ul
    {
        padding: 0 5%;
    }
}
@media (max-width: 1199px)
{
    .header .fade-out ul.nav-list1
    {
        overflow: auto;

        max-height: 80vh;

        opacity: 1;
    }
    .header .fade-out ul.nav-list1 a
    {
        color: #fff;
    }
    .header .fade-out ul.nav-list1 > li
    {
        zoom: 1;

        margin: 20px 0;
    }
    .header .fade-out ul.nav-list1 > li:after
    {
        display: block;
        visibility: hidden;
        clear: both;

        height: 0;

        content: '';
    }
    .header .fade-out ul.nav-list1 > li.act
    {
        -webkit-transition: .6s;
                transition: .6s;
        -webkit-transform: translateX(0) rotateX(0deg);
                transform: translateX(0) rotateX(0deg);

        opacity: 1;
    }
    .header .fade-out ul.nav-list1 > li.more > a:before
    {
        font-family: 'iconfont' !important;
        font-size: 25px;

        position: absolute;
        top: 0;
        right: 0;

        content: '\e72f';

        color: #fff;
    }
    .header .fade-out ul.nav-list1 > li > a
    {
        font-size: 26px;
        line-height: 55px;

        position: relative;

        display: block;
    }
    .header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 24px;
    }
}
@media (max-width: 1199px) and (min-width: 992px)
{
    .header .fade-out ul.nav-list1 > li
    {
        height: 55px;
    }
}
@media (max-width: 1199px) and (max-width: 767px)
{
    .header .fade-out ul.nav-list1 > li
    {
        margin: 0;
    }
}
@media (max-width: 1199px) and (min-width: 992px)
{
    .header .fade-out ul.nav-list1 > li.more
    {
        padding-right: 10px;
    }
}
@media (max-width: 1199px) and (min-width: 992px)
{
    .header .fade-out ul.nav-list1 > li.more.show
    {
        padding-right: 0;
    }
}
@media (max-width: 1199px) and (max-width: 767px)
{
    .header .fade-out ul.nav-list1 > li > a
    {
        font-size: 6.5vmin;
        line-height: 1.7;
    }
}
@media (max-width: 1199px) and (max-height: 768px)
{
    .header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 18px;
    }
}
@media (max-width: 1199px) and (max-width: 480px)
{
    .header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 14px;
    }
}
.header .xs-language
{
    position: absolute;
    bottom: 30px;
    left: 0;

    width: 100%;
    padding-left: 25px;

    text-align: left;
}
@media (min-width: 1200px)
{
    .header .xs-language
    {
        display: none;
    }
}
.header .xs-language a
{
    font-size: 16px;

    white-space: nowrap;

    color: #fff;
}
.header .xs-language a.active
{
    text-decoration: underline;
}
.header .xs-language span
{
    margin: 0 5px;

    color: #fff;
}
@media (min-width: 1200px)
{
    .search-wrap
    {
        width: 205px;
        margin-left: 35px;
    }
    .search-wrap p,
    .search-wrap .search-close
    {
        display: none;
    }
    .search-wrap form
    {
        position: relative;

        overflow: hidden;

        border: 1px solid #dcdbdc;
        border-radius: 20px;
    }
    .search-wrap form input::-webkit-input-placeholder,
    .search-wrap form textarea::-webkit-input-placeholder
    {
        color: #999;
    }
    .search-wrap form input:-o-placeholder,
    .search-wrap form textarea:-o-placeholder
    {
        color: #999;
    }
    .search-wrap form input::-moz-placeholder,
    .search-wrap form textarea::-moz-placeholder
    {
        color: #999;
    }
    .search-wrap form input:-ms-input-placeholder,
    .search-wrap form textarea:-ms-input-placeholder
    {
        color: #999;
    }
    .search-wrap form input:focus::-webkit-input-placeholder,
    .search-wrap form textarea:focus::-webkit-input-placeholder
    {
        color: #eee;
    }
    .search-wrap form input:focus::-o-placeholder,
    .search-wrap form textarea:focus::-o-placeholder
    {
        color: #eee;
    }
    .search-wrap form input:focus::-moz-placeholder,
    .search-wrap form textarea:focus::-moz-placeholder
    {
        color: #eee;
    }
    .search-wrap form input:focus::-ms-input-placeholder,
    .search-wrap form textarea:focus::-ms-input-placeholder
    {
        color: #eee;
    }
    .search-wrap form .input-text
    {
        font-size: 16px;

        display: block;

        width: 100%;
        padding: 9px 50px 9px 30px;

        color: #333;
        background: none;
    }
    .search-wrap form .input-submit
    {
        font-size: 18px;

        position: absolute;
        top: 0;
        right: 0;

        width: 50px;
        height: 100%;
        padding: 0;

        text-align: center;

        background: none;
    }
    .search-wrap form .input-submit:before
    {
        font-family: 'iconfont' !important;

        content: '\e61a';
    }
}
@media (max-width: 1199px)
{
    .search-wrap
    {
        position: fixed;
        z-index: 9999;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;

        display: none;

        background-color: rgba(0, 0, 0, .97);
    }
    .search-wrap.active .search
    {
        -webkit-transform: translateY(-50%) scale(1);
            -ms-transform: translateY(-50%) scale(1);
                transform: translateY(-50%) scale(1);
    }
    .search-wrap .search
    {
        position: absolute;
        top: 50%;
        right: 0;
        left: 0;

        width: 800px;
        max-width: 100%;
        margin: auto;
        padding: 0 15px;

        -webkit-transition: 1s;
                transition: 1s;
        -webkit-transform: translateY(-50%) scale(.2);
            -ms-transform: translateY(-50%) scale(.2);
                transform: translateY(-50%) scale(.2);

        border: none;
        border-radius: 0;
    }
    .search-wrap .search p
    {
        margin-bottom: 50px;

        text-align: center;
        letter-spacing: 2px;

        color: #fff;
    }
    .search-wrap .search .input-text
    {
        font-size: 20px;
        line-height: 40px;

        width: 100%;
        padding: 0 35px 5px 20px;

        text-align: center;

        color: #fff;
        border-bottom: 3px solid #1f1e1e;
        background: none;
    }
    .search-wrap .search .input-submit
    {
        line-height: 36px;

        position: absolute;
        right: 0;
        bottom: 10px;

        width: 50px;

        background: none;
    }
    .search-wrap .search .input-submit:before
    {
        font-family: 'iconfont' !important;
        font-size: 20px;

        content: '\e660';
    }
    .search-wrap .search-close
    {
        position: absolute;
        top: 30px;
        right: 10%;

        cursor: pointer;
    }
    .search-wrap .search-close:before
    {
        font-family: 'iconfont' !important;
        font-size: 22px;

        content: '\e61b';

        color: #fff;
    }
}
@media (max-width: 1199px) and (max-width: 767px)
{
    .search-wrap .search .input-text
    {
        padding-left: 5px;
    }
}
.slick-dots
{
    text-align: center;
}
.slick-dots li
{
    display: inline-block;

    width: 10px;
    height: 10px;
    margin: 0 3px;

    cursor: pointer;
    -webkit-transition: .3s;
            transition: .3s;

    border-radius: 10px;
    background: #e5e5e5;
}
@media (max-width: 767px)
{
    .slick-dots li
    {
        width: 8px;
        height: 8px;

        border-radius: 8px;
    }
}
.slick-dots li.slick-active,
.slick-dots li:hover
{
    background-color: #49b6f2;
}
.slick-dots li button
{
    display: none;
}
.banner
{
    font-size: 0;

    position: relative;
    z-index: 2;

    overflow: hidden;

    width: 100%;
    padding-top: 114px;

    letter-spacing: -8px;
}
@media (max-width: 1199px)
{
    .banner
    {
        padding-top: 80px;
    }
}
@media (max-width: 767px)
{
    .banner
    {
        padding-top: 70px;
    }
}
.banner img
{
    display: block;

    width: 100%;
}
@media (max-width: 1199px)
{
    .banner .slick
    {
        width: 110%;
        max-width: 110%;
        margin-left: -5%;
    }
}
@media (max-width: 767px)
{
    .banner .slick
    {
        width: 120%;
        max-width: 120%;
        margin-left: -10%;
    }
}
@media (max-width: 480px)
{
    .banner .slick
    {
        width: 130%;
        max-width: 130%;
        margin-left: -15%;
    }
}
.banner .slick-dots
{
    position: absolute;
    bottom: 50px;
    left: 50%;

    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    text-align: center;
}
@media (max-width: 767px)
{
    .banner .slick-dots
    {
        bottom: 5%;

        display: none;
    }
}
.banner .slick-dots li
{
    display: inline-block;

    width: 6px;
    height: 6px;
    margin: 0 4px;

    cursor: pointer;
    -webkit-transition: .3s;
            transition: .3s;

    border-radius: 6px;
    background: #fff;
}
.banner .slick-dots li:hover,
.banner .slick-dots li.slick-active
{
    width: 30px;
}
@media (max-width: 767px)
{
    .banner .slick-dots li
    {
        width: 6px;
        height: 6px;

        border-radius: 6px;
    }
}
.banner .slick-dots li button
{
    display: none;
}
.banner .item
{
    position: relative;

    display: block;
}
.banner .slick-arrow
{
    font-size: 20px;
    line-height: 50px;

    position: absolute;
    z-index: 20;
    top: 50%;

    display: block;

    width: 50px;
    height: 50px;
    padding: 0;

    -webkit-transition: .3s;
            transition: .3s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    opacity: .27;
    color: #fff;
    border-radius: 50%;
    background: none;
    background-color: #333;
}
.banner .slick-arrow:before
{
    font-family: 'iconfont' !important;
    font-style: normal;

    letter-spacing: 0;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1200px)
{
    .banner .slick-arrow:hover
    {
        opacity: .8;
    }
}
.banner .slick-prev
{
    left: 2.60416667%;
}
.banner .slick-prev:before
{
    content: '\e9b5';
}
.banner .slick-next
{
    right: 2.60416667%;
}
.banner .slick-next:before
{
    content: '\e72f';
}
.index-box
{
    overflow: hidden;

    max-width: 100%;
}
.index-box .title
{
    text-align: center;
}
.index-box .title:after
{
    font-family: 'iconfont' !important;

    display: block;

    margin: 10px auto 0;

    content: '\eb5e';

    color: #49b6f2;
}
@media (max-width: 480px)
{
    .index-box .title:after
    {
        margin-top: 5px;
    }
}
.index-box .title > span
{
    font-weight: bold;

    text-transform: uppercase;

    color: #999;
}
@media (max-width: 480px)
{
    .index-box .title > span
    {
        font-size: 13px;
    }
}
.index-box .title h3
{
    font-size: 50px;
    font-weight: bold;

    margin: 5px 0;
}
@media (max-width: 1199px)
{
    .index-box .title h3
    {
        font-size: 45px;
    }
}
@media (max-width: 991px)
{
    .index-box .title h3
    {
        font-size: 40px;
    }
}
@media (max-width: 767px)
{
    .index-box .title h3
    {
        font-size: 32px;
    }
}
@media (max-width: 480px)
{
    .index-box .title h3
    {
        font-size: 28px;
    }
}
.index-box .title p
{
    font-size: 16px;

    margin: 0;

    color: #666;
}
@media (max-width: 767px)
{
    .index-box .title p
    {
        font-size: 15px;
    }
}
@media (max-width: 480px)
{
    .index-box .title p
    {
        font-size: 14px;
    }
}
.index-product
{
    padding: 80px 0;
}
@media (max-width: 991px)
{
    .index-product
    {
        padding: 70px 0;
    }
}
@media (max-width: 767px)
{
    .index-product
    {
        padding: 55px 0;
    }
}
.index-product .list .img-box
{
    padding-bottom: 58.13953488%;
}
.index-product .list li
{
    margin-top: 35px;

    text-align: center;
}
@media (max-width: 991px)
{
    .index-product .list li
    {
        margin-top: 30px;
    }
}
@media (max-width: 480px)
{
    .index-product .list li
    {
        width: 100%;
        margin-top: 25px;
    }
}
.index-product .list .item
{
    padding: 10px;

    -webkit-transition: .3s;
            transition: .3s;

    box-shadow: 0 0 10px 2px rgba(0, 0, 0, .1);
}
@media (min-width: 1200px)
{
    .index-product .list .item img
    {
        -webkit-transition:         transform .7s;
        -webkit-transition: -webkit-transform .7s;
                transition: -webkit-transform .7s;
                transition:         transform .7s;
                transition:         transform .7s, -webkit-transform .7s;
    }
    .index-product .list .item:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
@media (min-width: 1200px)
{
    .index-product .list .item:hover
    {
        box-shadow: 0 0 15px 4px rgba(0, 0, 0, .12);
    }
    .index-product .list .item:hover .type
    {
        color: #49b6f2;
        background-color: #fff;
    }
    .index-product .list .item:hover h4
    {
        color: #49b6f2;
    }
    .index-product .list .item:hover .more a
    {
        background-color: #49b6f2;
    }
    .index-product .list .item:hover .more a,
    .index-product .list .item:hover .more a:after
    {
        color: #fff;
    }
}
.index-product .list .pic-box
{
    position: relative;
}
.index-product .list .type
{
    font-weight: bold;

    position: absolute;
    z-index: 2;
    top: 25px;
    left: 0;

    padding: 8px 22px 8px 18px;

    -webkit-transition: .5s;
            transition: .5s;

    color: #fff;
    border-radius: 0 17px 17px 0;
    background-color: #49b6f2;
}
@media (max-width: 480px)
{
    .index-product .list .type
    {
        font-size: 12px;

        top: 15px;

        padding: 5px 20px 5px 15px;
    }
}
.index-product .list .intro
{
    padding: 30px;
}
@media (max-width: 1199px)
{
    .index-product .list .intro
    {
        padding: 30px 15px;
    }
}
.index-product .list h4
{
    font-family: 'Oswald';
    font-size: 24px;
    font-weight: bold;

    overflow: hidden;

    height: 26px;
    margin: 0 0 15px;

    -webkit-transition: .3s;
            transition: .3s;
    white-space: nowrap;
    text-overflow: ellipsis;
}
@media (max-width: 767px)
{
    .index-product .list h4
    {
        font-size: 20px;

        height: 22px;
    }
}
.index-product .list p
{
    /*font-size: 16px;*/
    font-size: 20px;
    line-height: 1.625;

    display: -webkit-box;
    overflow: hidden;

    /*height: 52px;*/
    height: 62px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 767px)
{
    .index-product .list p
    {
        font-size: 14px;

        height: 44px;
    }
}
.index-product .list .more a
{
    font-size: 16px;
    line-height: 45px;

    display: block;

    width: 125px;
    height: 45px;
    margin: 30px auto 0;

    -webkit-transition: background .5s;
            transition: background .5s;
    text-align: center;

    border-radius: 22px;
    background-color: #dcdcdc;
}
.index-product .list .more a:after
{
    font-family: 'iconfont' !important;

    display: inline-block;

    margin-left: 10px;

    content: '\e6ca';
    vertical-align: middle;

    color: #666;
}
@media (max-width: 767px)
{
    .index-product .list .more a
    {
        font-size: 14px;
        line-height: 35px;

        width: 115px;
        height: 35px;
        margin-top: 20px;
    }
}
.index-message
{
    overflow: hidden;
}
.index-message div.row
{
    margin: 0 -60px;
}
.index-message div.row > div
{
    margin-bottom: 100px;
    padding: 0 60px;
}
@media (max-width: 1199px)
{
    .index-message div.row
    {
        margin: 0 -30px;
    }
    .index-message div.row > div
    {
        margin-bottom: 80px;
        padding: 0 30px;
    }
}
@media (max-width: 991px)
{
    .index-message div.row > div
    {
        margin-bottom: 60px;
    }
}
@media (max-width: 767px)
{
    .index-message div.row > div
    {
        margin-bottom: 50px;
    }
}
.index-message h3
{
    font-family: 'Oswald';
    font-size: 30px;
    font-weight: bold;

    margin: 0 0 20px;
}
.index-message h3:before
{
    display: inline-block;

    width: 4px;
    height: 25px;
    margin-right: 13px;

    content: '';

    background-color: #49b6f2;
}
@media (max-width: 991px)
{
    .index-message h3
    {
        font-size: 26px;
    }
    .index-message h3:before
    {
        height: 22px;
    }
}
@media (max-width: 767px)
{
    .index-message h3
    {
        font-size: 24px;

        margin-bottom: 15px;
    }
    .index-message h3:before
    {
        height: 20px;
    }
}
.index-message button[type='submit']
{
    font-size: 16px;
    font-weight: bold;
    line-height: 45px;

    display: block;

    width: 150px;
    height: 45px;
    margin-top: 50px;

    -webkit-transition: .3s;
            transition: .3s;

    color: #fff;
    border-radius: 45px;
    background-color: #49b6f2;
}
.index-message button[type='submit']:hover
{
    box-shadow: inset 0 2px 10px rgba(0, 0, 0, .3);
}
@media (max-width: 991px)
{
    .index-message button[type='submit']
    {
        margin-top: 35px;
    }
}
@media (max-width: 767px)
{
    .index-message button[type='submit']
    {
        font-size: 14px;
        line-height: 40px;

        width: 135px;
        height: 40px;
        margin-top: 25px;
    }
}
.index-message .tire-nav
{
    margin-bottom: 40px;
}
@media (max-width: 767px)
{
    .index-message .tire-nav
    {
        margin-bottom: 20px;
        padding-top: 5px;
    }
}
.index-message .tire-nav li
{
    display: inline-block;

    margin-top: 5px;
    margin-left: 8px;

    vertical-align: top;
}
.index-message .tire-nav li.active a
{
    color: #fff;
    background-color: #49b6f2;
}
.index-message .tire-nav li:first-child
{
    margin-left: 0;
}
.index-message .tire-nav li a
{
    font-size: 18px;
    font-weight: bold;

    display: block;

    padding: 13px 26px;

    -webkit-transition: .3s;
            transition: .3s;

    background-color: #e5e5e5;
}
@media (max-width: 1199px)
{
    .index-message .tire-nav li a
    {
        font-size: 16px;

        padding: 12px 20px;
    }
}
@media (max-width: 767px)
{
    .index-message .tire-nav li a
    {
        font-size: 14px;

        padding: 10px 15px;
    }
}
@media (max-width: 480px)
{
    .index-message .tire-nav li a
    {
        font-size: 3vmin;

        padding: 10px 15px;
    }
}
.index-message .tire-list .s-list
{
    position: relative;

    display: block;

    width: 100%;
    margin: 0;
}
.index-message .tire-list .s-list:after
{
    font-family: 'iconfont' !important;
    font-size: 12px;

    position: absolute;
    z-index: 2;
    top: 50%;
    right: 35px;

    display: block;

    content: '\eb5e';
    -webkit-transform: translateY(-50%) scale(.8);
        -ms-transform: translateY(-50%) scale(.8);
            transform: translateY(-50%) scale(.8);

    color: #666;
}
@media (max-width: 767px)
{
    .index-message .tire-list .s-list:after
    {
        right: 15px;
    }
}
.index-message .tire-list form > p
{
    font-size: 20px;
    font-weight: bold;
}
.index-message .tire-list form > p:before
{
    display: inline-block;

    width: 7px;
    height: 7px;
    margin-top: -5px;
    margin-right: 20px;

    content: '';
    vertical-align: middle;

    background-color: #49b6f2;
}
.index-message .tire-list select
{
    font-size: 16px;
    font-weight: normal;

    display: block;

    width: 100%;
    margin-top: 25px;
    padding: 13px 60px 13px 30px;

    border: 1px solid #dcdcdc;

            appearance: none;
        -ms-appearance: none;
       -moz-appearance: none;
    -webkit-appearance: none;
}
.index-message .tire-list select:focus
{
    border-color: rgba(73, 182, 242, .5);
    outline: none;
    box-shadow: 0 0 5px 0 #49b6f2;
}
@media (max-width: 767px)
{
    .index-message .tire-list select
    {
        font-size: 14px;

        margin-top: 20px;
        padding: 12px 30px 12px 20px;
    }
}
.index-message .tire-list select::-ms-expand
{
    display: none;
}
.index-message .inquiry-form p
{
    font-size: 16px;
    line-height: 26px;

    margin-bottom: 20px;

    color: #666;
}
.index-message .inquiry-form form
{
    margin-top: 0;
    padding-top: 5px;
}
.index-message .inquiry-form form input
{
    border-radius: 50px;
}
.index-message .inquiry-form form textarea
{
    height: 130px;

    border-radius: 10px;
}
.index-message .inquiry-form form button[type='submit']:before
{
    font-family: 'iconfont' !important;
    font-size: 14px;
    font-weight: normal;

    margin-right: 10px;

    content: '\e619';
}
.public-banner
{
    position: relative;

    overflow: hidden;

    width: 100%;
    padding-top: 114px;
}
@media (max-width: 1199px)
{
    .public-banner
    {
        padding-top: 80px;
    }
}
@media (max-width: 767px)
{
    .public-banner
    {
        padding-top: 70px;
    }
}
.public-banner img
{
    position: relative;

    display: block;

    width: 100%;
}
@media (max-width: 1469px)
{
    .public-banner img
    {
        width: 110%;
        margin-left: -5%;
    }
}
@media (max-width: 1339px)
{
    .public-banner img
    {
        width: 120%;
        margin-left: -10%;
    }
}
@media (max-width: 1199px)
{
    .public-banner img
    {
        width: 140%;
        margin-left: -20%;
    }
}
@media (max-width: 991px)
{
    .public-banner img
    {
        width: 160%;
        margin-left: -30%;
    }
}
@media (max-width: 767px)
{
    .public-banner img
    {
        width: 170%;
        margin-left: -35%;
    }
}
@media (max-width: 480px)
{
    .public-banner img
    {
        width: 200%;
        margin-left: -50%;
    }
}
.inside-nav
{
    margin-bottom: 50px;

    text-align: center;
}
@media (max-width: 767px)
{
    .inside-nav
    {
        margin-bottom: 35px;
    }
}
.inside-nav ul
{
    margin-top: -15px;
}
.inside-nav li
{
    display: inline-block;

    margin-top: 15px;
    margin-left: 8px;
}
.inside-nav li a
{
    font-size: 16px;

    display: block;

    padding: 14px 45px;

    -webkit-transition: .3s;
            transition: .3s;

    background-color: #e5e5e5;
}
.inside-nav li.active a
{
    color: #fff;
    border-color: #49b6f2;
    background-color: #49b6f2;
}
@media (min-width: 1200px)
{
    .inside-nav li:hover a
    {
        color: #fff;
        border-color: #49b6f2;
        background-color: #49b6f2;
    }
}
@media (max-width: 991px)
{
    .inside-nav li
    {
        margin-left: 15px;
    }
    .inside-nav li a
    {
        font-size: 14px;

        padding: 7px 25px;
    }
}
@media (max-width: 767px)
{
    .inside-nav li
    {
        margin-left: 5px;
    }
    .inside-nav li a
    {
        font-size: 12px;

        padding: 7px 15px;
    }
}
@media (max-width: 480px)
{
    .inside-nav li a
    {
        font-size: 3vmin;
    }
}
.product-nav
{
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    text-align: center;
}
.product-nav .nav-wrap
{
    overflow-x: auto;

    padding: 20px 0;

    background-color: #eee;

    -webkit-overflow-scrolling: touch;
    /*定义滚动条轨道 内阴影+圆角*/
    /*定义滑块 内阴影+圆角*/
    /*滑块效果*/
}
.product-nav .nav-wrap::-webkit-scrollbar
{
    width: 5px;
    height: 5px;

    background-color: #fefefe;
}
.product-nav .nav-wrap::-webkit-scrollbar-track
{
    border-radius: 5px;
    background-color: #fefefe;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}
.product-nav .nav-wrap::-webkit-scrollbar-thumb
{
    border-radius: 5px;
    background-color: rgba(0, 0, 0, .1);
}
.product-nav .nav-wrap::-webkit-scrollbar-thumb:hover
{
    border-radius: 5px;
    background: rgba(0, 0, 0, .3);
}
@media (max-width: 767px)
{
    .product-nav .nav-wrap
    {
        padding: 15px 0;
    }
}
.product-nav ul
{
    font-size: 0;

    position: relative;

    display: inline-block;

    padding: 0 20px;

    white-space: nowrap;
    letter-spacing: -8px;
}
@media (max-width: 767px)
{
    .product-nav ul
    {
        padding: 0 10px;
    }
}
.product-nav li:before
{
    width: 1px;
    height: 15px;

    content: '';

    background-color: #bfbfbf;
}
.product-nav li,
.product-nav li:before,
.product-nav li a
{
    display: inline-block;

    vertical-align: middle;
}
.product-nav li a
{
    font-size: 16px;

    padding: 14px 40px;

    -webkit-transition: .2s;
            transition: .2s;
    letter-spacing: 0;

    border-radius: 25px;
}
@media (max-width: 1199px)
{
    .product-nav li a
    {
        font-size: 15px;

        padding: 12px 30px;
    }
}
@media (max-width: 991px)
{
    .product-nav li a
    {
        font-size: 14px;

        padding: 8px 22px;
    }
}
@media (max-width: 767px)
{
    .product-nav li a
    {
        font-size: 12px;
    }
}
@media (max-width: 480px)
{
    .product-nav li a
    {
        font-size: 3vmin;

        padding: 8px 18px;
    }
}
.product-nav li:first-child:before
{
    display: none;
}
@media (min-width: 1200px)
{
    .product-nav li:hover a
    {
        color: #49b6f2;
    }
}
.product-nav li.active a
{
    color: #fff;
    background-color: #49b6f2;
}
.product-nav li.active:before,
.product-nav li.active + li:before
{
    display: none;
}
.inside-page
{
    overflow: hidden;
}
.inside-page .content
{
    padding: 90px 0 150px;
}
@media (max-width: 1199px)
{
    .inside-page .content
    {
        padding: 80px 0 120px;
    }
}
@media (max-width: 991px)
{
    .inside-page .content
    {
        padding: 70px 0 90px;
    }
}
@media (max-width: 767px)
{
    .inside-page .content
    {
        padding: 50px 0 60px;
    }
}
.inside-page .title
{
    margin-bottom: 30px;

    text-align: center;
}
.inside-page .title h3
{
    font-family: 'Oswald';
    font-size: 40px;
    font-weight: bold;

    margin: 0;
}
.inside-page .title h3:after
{
    display: block;

    width: 55px;
    height: 3px;
    margin: 12px auto;

    content: '';

    background-color: #49b6f2;
}
@media (max-width: 1199px)
{
    .inside-page .title h3
    {
        font-size: 36px;
    }
}
@media (max-width: 991px)
{
    .inside-page .title h3
    {
        font-size: 32px;
    }
}
@media (max-width: 767px)
{
    .inside-page .title h3
    {
        font-size: 28px;
    }
}
@media (max-width: 480px)
{
    .inside-page .title h3
    {
        font-size: 24px;
    }
    .inside-page .title h3:after
    {
        height: 2px;
    }
}
.inside-page .title p
{
    font-size: 16px;
    line-height: 1.875;

    margin: 0;

    color: #666;
}
@media (max-width: 767px)
{
    .inside-page .title p
    {
        font-size: 14px;
        line-height: 1.6;
    }
}
.message-wrap .inquiry-form p
{
    padding: 0 0 35px;
}
@media (max-width: 767px)
{
    .message-wrap .inquiry-form p
    {
        padding-bottom: 20px;
    }
}
.message-wrap .inquiry-form p span
{
    margin-top: 10px;
}
.message-wrap .inquiry-form input,
.message-wrap .inquiry-form textarea
{
    font-size: 14px;

    margin-bottom: 30px;
    padding: 13px 20px;

    color: #333;
    border: none;
    background: #eee;
}
@media (max-width: 767px)
{
    .message-wrap .inquiry-form input,
    .message-wrap .inquiry-form textarea
    {
        margin-bottom: 20px;
    }
}
.message-wrap .inquiry-form textarea
{
    height: 185px;
}
.message-wrap .inquiry-form input::-webkit-input-placeholder,
.message-wrap .inquiry-form textarea::-webkit-input-placeholder
{
    color: #333;
}
.message-wrap .inquiry-form input:-o-placeholder,
.message-wrap .inquiry-form textarea:-o-placeholder
{
    color: #333;
}
.message-wrap .inquiry-form input::-moz-placeholder,
.message-wrap .inquiry-form textarea::-moz-placeholder
{
    color: #333;
}
.message-wrap .inquiry-form input:-ms-input-placeholder,
.message-wrap .inquiry-form textarea:-ms-input-placeholder
{
    color: #333;
}
.message-wrap .inquiry-form input:focus::-webkit-input-placeholder,
.message-wrap .inquiry-form textarea:focus::-webkit-input-placeholder
{
    color: #999;
}
.message-wrap .inquiry-form input:focus::-o-placeholder,
.message-wrap .inquiry-form textarea:focus::-o-placeholder
{
    color: #999;
}
.message-wrap .inquiry-form input:focus::-moz-placeholder,
.message-wrap .inquiry-form textarea:focus::-moz-placeholder
{
    color: #999;
}
.message-wrap .inquiry-form input:focus::-ms-input-placeholder,
.message-wrap .inquiry-form textarea:focus::-ms-input-placeholder
{
    color: #999;
}
.message-wrap .inquiry-form .submit
{
    font-size: 16px;
    font-weight: bold;
    line-height: 45px;

    width: 150px;
    height: 45px;

    text-align: center;
}
.login-wrap .login-table
{
    width: 1120px;
    max-width: 100%;
    margin: 0 auto;
}
.login-wrap .pic-box
{
    background-position: center;
    background-size: cover;
}
@media (max-width: 991px)
{
    .login-wrap .pic-box
    {
        display: none !important;
    }
}
.login-wrap .table
{
    margin: 0;
}
@media only screen and (min-width: 992px)
{
    .login-wrap .table
    {
        display: table;

        table-layout: fixed;
    }
    .login-wrap .table > div
    {
        display: table-cell;

        width: 50%;

        vertical-align: middle;
    }
}
.login-wrap .form
{
    padding: 40px 35px 50px;

    text-align: center;

    background-color: #eee;
}
@media (max-width: 480px)
{
    .login-wrap .form
    {
        padding: 35px 15px 45px;
    }
}
.login-wrap .form .logo
{
    width: 175px;
    max-width: 100%;
    margin: 0 auto 30px;
}
@media (max-width: 480px)
{
    .login-wrap .form .logo
    {
        width: 160px;
        margin-bottom: 20px;
    }
}
.login-wrap .form .logo img
{
    display: block;

    max-width: 100%;
}
.login-wrap .form p
{
    font-size: 16px;
    line-height: 1.625;

    margin: 0;
}
@media (max-width: 480px)
{
    .login-wrap .form p
    {
        font-size: 14px;
    }
}
.login-wrap .form p a
{
    text-decoration: underline;
}
.login-wrap .form p a:hover
{
    color: #49b6f2;
}
.login-wrap .form form
{
    margin-top: 20px;
}
.login-wrap .form form p
{
    margin: 20px 0;
}
.login-wrap .form label,
.login-wrap .form input
{
    font-weight: normal;

    display: block;

    width: 100%;
    margin: 0;
}
.login-wrap .form label
{
    position: relative;

    overflow: hidden;

    width: 90%;
    margin: 0 auto;
    margin-bottom: 10px;
    padding-left: 65px;

    border: 1px solid #e5e5e5;
    border-radius: 50px;
    background-color: #fff;
}
@media (max-width: 480px)
{
    .login-wrap .form label
    {
        width: 100%;
        padding-left: 50px;
    }
}
.login-wrap .form label:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;
    font-style: normal;

    position: absolute;
    z-index: 2;
    top: 50%;
    left: 30px;

    display: block;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 480px)
{
    .login-wrap .form label:before
    {
        font-size: 16px;

        left: 20px;
    }
}
.login-wrap .form .user:before
{
    content: '\e658';
}
.login-wrap .form .password:before
{
    content: '\e82b';
}
.login-wrap .form input
{
    font-size: 18px;
    font-weight: 300;

    padding: 12px 40px 12px 0;

    color: #666;
}
@media (max-width: 480px)
{
    .login-wrap .form input
    {
        font-size: 14px;
    }
}
.login-wrap .form input::-webkit-input-placeholder,
.login-wrap .form textarea::-webkit-input-placeholder
{
    color: #999;
}
.login-wrap .form input:-o-placeholder,
.login-wrap .form textarea:-o-placeholder
{
    color: #999;
}
.login-wrap .form input::-moz-placeholder,
.login-wrap .form textarea::-moz-placeholder
{
    color: #999;
}
.login-wrap .form input:-ms-input-placeholder,
.login-wrap .form textarea:-ms-input-placeholder
{
    color: #999;
}
.login-wrap .form input:focus::-webkit-input-placeholder,
.login-wrap .form textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.login-wrap .form input:focus::-o-placeholder,
.login-wrap .form textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.login-wrap .form input:focus::-moz-placeholder,
.login-wrap .form textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.login-wrap .form input:focus::-ms-input-placeholder,
.login-wrap .form textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.login-wrap .form .submit
{
    font-size: 18px;
    line-height: 45px;

    width: 180px;
    height: 45px;
    margin-top: 5px;

    -webkit-transition: .3s;
            transition: .3s;
    text-align: center;

    color: #fff;
    border-radius: 45px;
    background: #e8222d;
}
@media (min-width: 1200px)
{
    .login-wrap .form .submit:hover
    {
        box-shadow: inset 0 2px 10px rgba(0, 0, 0, .4);
    }
}
@media (max-width: 1199px)
{
    .login-wrap .form .submit:active
    {
        box-shadow: inset 0 2px 10px rgba(0, 0, 0, .4);
    }
}
@media (max-width: 480px)
{
    .login-wrap .form .submit
    {
        font-size: 15px;
        line-height: 40px;

        width: 150px;
        height: 40px;
    }
}
@media (max-width: 767px)
{
    .product-wrap .list
    {
        margin-top: -20px;
    }
}
.product-wrap .list li
{
    margin-top: 20px;
}
.product-wrap .list .img-box
{
    padding-bottom: 52.17391304%;
}
.product-wrap .list .img-box:before
{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';

    background-color: rgba(0, 0, 0, .6);
}
.product-wrap .item
{
    position: relative;

    display: block;
}
@media (min-width: 1200px)
{
    .product-wrap .item img
    {
        -webkit-transition:         transform .7s;
        -webkit-transition: -webkit-transform .7s;
                transition: -webkit-transform .7s;
                transition:         transform .7s;
                transition:         transform .7s, -webkit-transform .7s;
    }
    .product-wrap .item:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
.product-wrap .intro
{
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 0;

    width: 100%;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;
}
.product-wrap .intro h4
{
    font-family: 'Oswald';
    font-size: 50px;
    font-weight: bold;
    line-height: 1;

    text-transform: uppercase;

    color: #fff;
}
@media (max-width: 1349px)
{
    .product-wrap .intro h4
    {
        font-size: 44px;
    }
}
@media (max-width: 1199px)
{
    .product-wrap .intro h4
    {
        font-size: 40px;
    }
}
@media (max-width: 767px)
{
    .product-wrap .intro h4
    {
        font-size: 34px;
    }
}
@media (max-width: 480px)
{
    .product-wrap .intro h4
    {
        font-size: 6.5vmin;
    }
}
.product-wrap .intro .more
{
    display: none;
    overflow: hidden;

    margin-top: 30px;
}
@media (max-width: 1199px)
{
    .product-wrap .intro .more
    {
        display: block !important;

        height: auto !important;
        margin-top: 20px !important;
    }
}
.product-wrap .intro .more span
{
    font-size: 16px;

    display: inline-block;

    padding: 11px 46px;

    border-radius: 22px;
    background-color: #fff;
}
@media (max-width: 1199px)
{
    .product-wrap .intro .more span
    {
        font-size: 12px;

        padding: 1.8vmin 6.5vmin;
    }
}
.product-lists li
{
    margin-top: 30px;
}
@media (max-width: 480px)
{
    .product-lists li
    {
        width: 100%;
    }
}
.product-lists .item
{
    position: relative;

    overflow: hidden;

    text-align: center;

    border: 1px solid #dcdbdc;
}
.product-lists .item > p
{
    font-size: 16px;

    position: relative;
    z-index: 2;

    margin: 0;
    padding: 0 29px;

    -webkit-transition: .3s;
            transition: .3s;
    -webkit-transform: translateY(-20px) translateZ(10px);
            transform: translateY(-20px) translateZ(10px);
}
@media (max-width: 480px)
{
    .product-lists .item > p
    {
        font-size: 4vmin;
    }
}
.product-lists .item > p a
{
    display: block;
    overflow: hidden;

    padding: 11px 5px;

    white-space: nowrap;
    text-overflow: ellipsis;

    color: #fff;
    background-color: #49b6f2;
}
@media (min-width: 1200px)
{
    .product-lists .item:hover > p
    {
        -webkit-transform: translateY(100%);
            -ms-transform: translateY(100%);
                transform: translateY(100%);

        opacity: 0;
    }
    .product-lists .item:hover .intro-wrap
    {
        -webkit-transition-delay: .2s;
                transition-delay: .2s;
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0);

        opacity: 1;
    }
}
.product-lists .intro-wrap
{
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
    padding: 15px 30px;

    -webkit-transition: .5s;
            transition: .5s;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);

    opacity: 0;
    background-color: rgba(73, 182, 242, .95);
    background-clip: content-box;
}
@media (max-width: 1199px)
{
    .product-lists .intro-wrap
    {
        display: none !important;
    }
}
.product-lists .intro
{
    position: relative;
    top: 50%;

    padding: 0 20px;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.product-lists .intro h4,
.product-lists .intro p
{
    color: #fff;
}
.product-lists .intro h4
{
    font-size: 20px;
    font-weight: bold;

    margin: 0 0 25px;
}
@media (max-width: 1469px)
{
    .product-lists .intro h4
    {
        font-size: 18px;
    }
}
@media (max-width: 1349px)
{
    .product-lists .intro h4
    {
        margin-bottom: 15px;
    }
}
.product-lists .intro p
{
    font-size: 16px;
    line-height: 1.625;

    display: -webkit-box;
    overflow: hidden;

    height: auto;
    max-height: 78px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media (max-width: 1469px)
{
    .product-lists .intro p
    {
        font-size: 15px;
    }
}
.product-lists .intro .more
{
    font-size: 16px;
    line-height: 45px;

    display: block;
    overflow: hidden;

    width: 125px;
    height: 45px;
    margin: 44px auto 0;

    -webkit-transition: .3s;
            transition: .3s;

    color: #49b6f2;
    border-radius: 22px;
    background-color: #fff;
}
.product-lists .intro .more:after
{
    font-family: 'iconfont' !important;

    display: inline-block;

    margin-left: 10px;

    content: '\e6ca';
    vertical-align: middle;
}
.product-lists .intro .more:hover
{
    box-shadow: inset 0 2px 10px rgba(0, 0, 0, .2);
}
@media (max-width: 1469px)
{
    .product-lists .intro .more
    {
        font-size: 15px;
        line-height: 40px;

        height: 40px;
    }
}
@media (max-width: 1349px)
{
    .product-lists .intro .more
    {
        margin-top: 30px;
    }
}
.product-list-wrap .product-lists
{
    padding-top: 30px;
}
@media (max-width: 767px)
{
    .product-list-wrap .product-lists
    {
        padding-top: 10px;
    }
}
.product-list-wrap .page
{
    margin-top: 80px;
}
@media (max-width: 1199px)
{
    .product-list-wrap .page
    {
        margin-top: 70px;
    }
}
@media (max-width: 991px)
{
    .product-list-wrap .page
    {
        margin-top: 50px;
    }
}
@media (max-width: 767px)
{
    .product-list-wrap .page
    {
        margin-top: 35px;
    }
}
@media (max-width: 480px)
{
    .product-list-wrap .page
    {
        margin-top: 30px;
    }
}
.product-details-wrap .carousel-wrap
{
    overflow: hidden;
}
@media (max-width: 767px)
{
    .product-details-wrap .carousel-wrap
    {
        padding-top: 20px;
    }
}
.product-details-wrap .carousel-wrap .row > div
{
    margin-top: 50px;
}
@media (max-width: 767px)
{
    .product-details-wrap .carousel-wrap .row > div
    {
        margin-top: 30px;
    }
}
.product-details-wrap .carousel-wrap .carousel
{
    font-size: 0;

    position: relative;

    padding-bottom: 1px;
    padding-left: 2px;

    letter-spacing: -8px;
}
@media (max-width: 991px)
{
    .product-details-wrap .carousel-wrap .carousel
    {
        width: 500px;
        max-width: 100%;
        margin: 0 auto;
        padding: 3px;
    }
}
.product-details-wrap .carousel-wrap .carousel .slider-for
{
    position: relative;
    z-index: 2;

    overflow: hidden;

    margin: 0 -2px;
    padding-bottom: 10%;

    border: 1px solid #ddd;
}
.product-details-wrap .carousel-wrap .carousel .slider-nav
{
    position: absolute;
    z-index: 5;
    bottom: 30px;
    left: 0;

    overflow: hidden;

    width: 100%;
    margin-top: 5px;
    padding: 0 10.52631579%;
}
.product-details-wrap .carousel-wrap .carousel .slider-nav .slick-list
{
    margin: 0 -2px;
}
.product-details-wrap .carousel-wrap .carousel .slider-nav .slick-slide
{
    padding: 5px;

    outline: none;
}
.product-details-wrap .carousel-wrap .carousel .slider-nav .slick-current .item
{
    border-color: #49b6f2;
}
.product-details-wrap .carousel-wrap .carousel .slider-nav .item
{
    position: relative;
    z-index: 15;

    overflow: hidden;

    border: 1px solid #ddd;
}
.product-details-wrap .carousel-wrap .details-btn
{
    font-size: 0;

    letter-spacing: -8px;
}
@media only screen and (min-width: 768px)
{
    .product-details-wrap .carousel-wrap .details-btn
    {
        position: absolute;
        top: 0;
        right: 0;
    }
}
@media (max-width: 767px)
{
    .product-details-wrap .carousel-wrap .details-btn
    {
        margin-top: 20px;

        text-align: right;
    }
}
.product-details-wrap .carousel-wrap .details-btn > a
{
    font-size: 14px;
    line-height: 40px;

    display: inline-block;

    width: 40px;
    height: 40px;

    cursor: pointer;
    -webkit-transition: .3s;
            transition: .3s;
    text-align: center;
    letter-spacing: 0;

    color: #333;
    border-radius: 40px;
    background-color: #dcdcdc;
}
.product-details-wrap .carousel-wrap .details-btn > a:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;
    font-style: normal;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1200px)
{
    .product-details-wrap .carousel-wrap .details-btn > a:hover
    {
        color: #fff;
        background-color: #49b6f2;
    }
}
@media (max-width: 1199px)
{
    .product-details-wrap .carousel-wrap .details-btn > a:active
    {
        color: #fff;
        background-color: #49b6f2;
    }
}
.product-details-wrap .carousel-wrap .details-btn .prev:before
{
    content: '\e9b5';
}
.product-details-wrap .carousel-wrap .details-btn .next
{
    margin-left: 10px;
}
.product-details-wrap .carousel-wrap .details-btn .next:before
{
    content: '\e72f';
}
.product-details-wrap .carousel-wrap .info-box
{
    position: relative;

    overflow: hidden;
}
@media (min-width: 1200px)
{
    .product-details-wrap .carousel-wrap .info-box
    {
        padding-right: 5%;
        padding-left: 11.11111111%;
    }
}
@media (min-width: 1200px) and (max-width: 1469px)
{
    .product-details-wrap .carousel-wrap .info-box
    {
        padding-left: 5%;
    }
}
@media (max-width: 991px)
{
    .product-details-wrap .carousel-wrap .info-box
    {
        width: 100%;
    }
}
@media (max-width: 767px)
{
    .product-details-wrap .carousel-wrap .info-box
    {
        padding: 0;
    }
}
.product-details-wrap .carousel-wrap .info-box h1
{
    font-size: 40px;
    font-weight: bold;

    margin: 50px 0 35px;
}
@media (max-width: 1349px)
{
    .product-details-wrap .carousel-wrap .info-box h1
    {
        font-size: 36px;

        margin: 45px 0 20px;
    }
}
@media (max-width: 1199px)
{
    .product-details-wrap .carousel-wrap .info-box h1
    {
        font-size: 32px;

        margin: 35px 0 15px;
    }
}
@media (max-width: 767px)
{
    .product-details-wrap .carousel-wrap .info-box h1
    {
        font-size: 26px;

        margin-top: 0;
    }
}
.product-details-wrap .carousel-wrap .info-box .intro p
{
    font-size: 16px;
    line-height: 1.875;

    margin: 0;

    color: #666;
}
@media (max-width: 1199px)
{
    .product-details-wrap .carousel-wrap .info-box .intro p
    {
        font-size: 15px;
    }
}
@media (max-width: 767px)
{
    .product-details-wrap .carousel-wrap .info-box .intro p
    {
        font-size: 14px;
    }
}
.product-details-wrap .carousel-wrap .info-box .fun-btn
{
    margin: 45px 0 65px;
}
@media (max-width: 1339px)
{
    .product-details-wrap .carousel-wrap .info-box .fun-btn
    {
        margin: 30px 0 50px;
    }
}
@media (max-width: 1199px)
{
    .product-details-wrap .carousel-wrap .info-box .fun-btn
    {
        margin: 10px 0 30px;
    }
}
@media (max-width: 767px)
{
    .product-details-wrap .carousel-wrap .info-box .fun-btn
    {
        margin: 10px 0 25px;
    }
}
.product-details-wrap .carousel-wrap .info-box .fun-btn > a
{
    font-size: 16px;

    display: inline-block;

    margin-top: 20px;
    margin-right: 18px;
    padding: 12px 35px;

    -webkit-transition: .3s;
            transition: .3s;
    text-align: center;

    background-color: #dcdcdc;
}
@media (max-width: 1199px)
{
    .product-details-wrap .carousel-wrap .info-box .fun-btn > a
    {
        font-size: 14px;
    }
}
@media (max-width: 767px)
{
    .product-details-wrap .carousel-wrap .info-box .fun-btn > a
    {
        font-size: 12px;

        padding: 10px 25px;
    }
}
.product-details-wrap .carousel-wrap .info-box .fun-btn > a:last-child
{
    margin-right: 0;
}
.product-details-wrap .carousel-wrap .info-box .fun-btn > a:before
{
    font-family: 'iconfont' !important;
    font-size: 1.125em;
    font-weight: normal;
    font-style: normal;

    margin-right: 10px;

    vertical-align: middle;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1200px)
{
    .product-details-wrap .carousel-wrap .info-box .fun-btn > a:hover
    {
        color: #fff;
        background-color: #49b6f2;
    }
}
@media (max-width: 1199px)
{
    .product-details-wrap .carousel-wrap .info-box .fun-btn > a:active
    {
        color: #fff;
        background-color: #49b6f2;
    }
}
.product-details-wrap .carousel-wrap .info-box .fun-btn .inquiry-btn:before
{
    content: '\e62a';
}
.product-details-wrap .carousel-wrap .info-box .fun-btn .related-btn:before
{
    content: '\e633';
}
.product-details-wrap .addthis-wrap > span,
.product-details-wrap .addthis-wrap .addthis
{
    display: inline-block;

    vertical-align: middle;
}
.product-details-wrap .addthis-wrap > span
{
    font-size: 16px;
    font-weight: bold;

    margin-right: 10px;

    vertical-align: middle;
}
.product-details-wrap .table-wrap
{
    margin-top: 70px;
}
@media (max-width: 991px)
{
    .product-details-wrap .table-wrap
    {
        margin-top: 60px;
    }
}
@media (max-width: 767px)
{
    .product-details-wrap .table-wrap
    {
        margin-top: 50px;
    }
}
.product-details-wrap .table-wrap img
{
    display: block;

    max-width: 100%;
}
.product-details-wrap .table-wrap p
{
    font-size: 15px;
    line-height: 2;

    margin: 0;
}
@media (max-width: 991px)
{
    .product-details-wrap .table-wrap p
    {
        font-size: 14px;
    }
}
.product-details-wrap .list-title
{
    position: relative;

    margin-bottom: 30px;
}
.product-details-wrap .list-title h4
{
    font-family: 'Oswald';
    font-size: 26px;
    font-weight: bold;

    position: relative;

    margin: 0;
    padding-left: 0;
    padding-left: 25px;
}
.product-details-wrap .list-title h4:before
{
    position: absolute;
    top: 50%;
    left: 0;

    width: 7px;
    height: 7px;
    margin-top: -3px;

    content: '';

    background-color: #49b6f2;
}
@media (max-width: 991px)
{
    .product-details-wrap .list-title h4
    {
        font-size: 22px;
    }
}
@media (max-width: 767px)
{
    .product-details-wrap .list-title h4
    {
        font-size: 20px;

        padding-left: 20px;
    }
}
.product-details-wrap .related-wrap
{
    margin: 60px 0;
}
@media (max-width: 991px)
{
    .product-details-wrap .related-wrap
    {
        margin: 50px 0;
    }
}
@media (max-width: 767px)
{
    .product-details-wrap .related-wrap
    {
        margin: 40px 0;
    }
}
.product-details-wrap .related-wrap .list-title
{
    position: relative;
}
.product-details-wrap .related-wrap .related-btn-box
{
    font-size: 0;

    position: absolute;
    top: 0;
    right: 0;
}
.product-details-wrap .related-wrap .related-btn-box span
{
    display: inline-block;

    cursor: pointer;
}
.product-details-wrap .related-wrap .related-btn-box span:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    display: inline-block;

    -webkit-transition: .3s;
            transition: .3s;

    color: #333;
}
.product-details-wrap .related-wrap .related-btn-box span:hover:before
{
    color: #49b6f2;
}
.product-details-wrap .related-wrap .related-btn-box .prev
{
    margin-right: 15px;
}
.product-details-wrap .related-wrap .related-btn-box .prev:before
{
    content: '\e9b5';
}
.product-details-wrap .related-wrap .related-btn-box .next:before
{
    content: '\e72f';
}
.product-details-wrap .related-wrap .slick-list
{
    margin: 0 -15px;
}
.product-details-wrap .related-wrap .item-box
{
    padding: 0 15px;
}
@media (min-width: 1200px)
{
    .product-details-wrap .inquire-wrap .list-title
    {
        margin-bottom: 20px;
    }
}
.product-details-wrap .inquiry-form textarea
{
    height: 245px;
}
.product-details-wrap .inquiry-form .submit
{
    font-size: 16px;
    font-weight: bold;
    line-height: 50px;

    width: 210px;
    height: 50px;
}
.product-details-wrap .inquiry-form .submit:before
{
    font-family: 'iconfont' !important;
    font-size: 15px;
    font-weight: normal;

    display: inline-block;

    margin-right: 15px;

    content: '\e619';
}
.supports-wrap .list li
{
    margin-bottom: 30px;
}
@media (max-width: 480px)
{
    .supports-wrap .list li
    {
        width: 100%;
    }
}
.supports-wrap .list .item
{
    position: relative;

    display: block;

    cursor: pointer;

    border: 1px solid #e5e5e5;
}
@media (min-width: 1200px)
{
    .supports-wrap .list .item img
    {
        -webkit-transition:         transform .7s;
        -webkit-transition: -webkit-transform .7s;
                transition: -webkit-transform .7s;
                transition:         transform .7s;
                transition:         transform .7s, -webkit-transform .7s;
    }
    .supports-wrap .list .item:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
.supports-wrap .list .intro
{
    position: relative;

    overflow: hidden;

    padding: 11px 40px;

    text-align: center;

    background-color: #49b6f2;
}
.supports-wrap .list .intro:before,
.supports-wrap .list .intro:after
{
    position: absolute;
    top: 0;

    width: 0;
    height: 0;

    content: '';

    border-style: solid;
}
.supports-wrap .list .intro:before
{
    left: 0;

    border-width: 50px 40px 0 0;
    border-color: #fff transparent transparent transparent;
}
.supports-wrap .list .intro:after
{
    right: 0;

    border-width: 0 40px 50px 0;
    border-color: transparent #fff transparent;
}
.supports-wrap .list .intro p
{
    font-size: 20px;
    font-weight: bold;

    overflow: hidden;

    height: 28px;
    margin: 0;

    white-space: nowrap;
    text-overflow: ellipsis;

    color: #fff;
}
@media (max-width: 1199px)
{
    .supports-wrap .list .intro p
    {
        font-size: 16px;
        line-height: 28px;
    }
}
.supports-wrap .page
{
    padding-top: 50px;
}
@media (max-width: 1199px)
{
    .supports-wrap .page
    {
        padding-top: 30px;
    }
}
@media (max-width: 991px)
{
    .supports-wrap .page
    {
        padding-top: 25px;
    }
}
@media (max-width: 767px)
{
    .supports-wrap .page
    {
        padding-top: 010px;
    }
}
.download-wrap .img-box
{
    padding-bottom: 141.02564103%;
}
.download-wrap .list
{
    font-size: 0;

    letter-spacing: -8px;
}
.download-wrap .list li
{
    font-size: 14px;

    display: inline-block;
    float: none;

    margin-bottom: 30px;

    vertical-align: top;
    letter-spacing: 0;
}
@media (max-width: 767px)
{
    .download-wrap .list li
    {
        margin-bottom: 15px;
    }
}
.download-wrap .item
{
    position: relative;

    zoom: 1;

    padding: 8px 25px 8px 8px;

    border: 1px solid #dcdbdc;
    background-color: #fff;
}
.download-wrap .item:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
@media (min-width: 1200px)
{
    .download-wrap .item:hover .download
    {
        box-shadow: inset 0 2px 10px rgba(0, 0, 0, .25);
    }
}
@media (max-width: 767px)
{
    .download-wrap .item
    {
        padding-right: 15px;
    }
}
.download-wrap .item .pic-box
{
    float: left;

    width: 195px;
    margin-right: 30px;
}
@media (max-width: 1199px)
{
    .download-wrap .item .pic-box
    {
        margin-right: 20px;
    }
}
@media (max-width: 480px)
{
    .download-wrap .item .pic-box
    {
        width: 45%;
        margin-right: 10px;
    }
}
.download-wrap .item h4
{
    font-size: 22px;
    font-weight: bold;

    display: block;

    margin: 20px 0 15px;
}
@media (max-width: 1199px)
{
    .download-wrap .item h4
    {
        font-size: 20px;
    }
}
@media (max-width: 991px)
{
    .download-wrap .item h4
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .download-wrap .item h4
    {
        font-size: 16px;
    }
}
@media (max-width: 480px)
{
    .download-wrap .item h4
    {
        font-size: 4.3vmin;
    }
}
.download-wrap .item p
{
    font-size: 16px;
    line-height: 1.875;

    display: -webkit-box;
    overflow: hidden;

    height: auto;
    max-height: 60px;
    margin: 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 991px)
{
    .download-wrap .item p
    {
        font-size: 15px;
    }
}
@media (max-width: 767px)
{
    .download-wrap .item p
    {
        font-size: 14px;
    }
}
@media (max-width: 480px)
{
    .download-wrap .item p
    {
        font-size: 12px;

        max-height: 42px;
    }
}
@media (max-width: 360px)
{
    .download-wrap .item > p
    {
        display: none;
    }
}
.download-wrap .item .info
{
    margin-top: 15px;
}
@media (max-width: 480px)
{
    .download-wrap .item .info
    {
        margin-top: 10px;
    }
}
.download-wrap .item .download
{
    float: right;

    margin-top: 15px;
    padding: 7px 23px;

    -webkit-transition: .4s;
            transition: .4s;
    text-align: center;

    color: #fff;
    border-radius: 20px;
    background-color: #49b6f2;
}
.download-wrap .item .download:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;

    display: inline-block;

    margin-right: 5px;

    content: '\e612';
    vertical-align: middle;
}
@media (max-width: 767px)
{
    .download-wrap .item .download
    {
        font-size: 12px;
    }
}
@media (max-width: 480px)
{
    .download-wrap .item .download
    {
        font-size: 3vmin;

        padding: 3px 15px;
    }
}
.download-wrap .page
{
    padding-top: 60px;
}
@media (max-width: 1199px)
{
    .download-wrap .page
    {
        padding-top: 40px;
    }
}
@media (max-width: 991px)
{
    .download-wrap .page
    {
        padding-top: 30px;
    }
}
@media (max-width: 767px)
{
    .download-wrap .page
    {
        padding-top: 10px;
    }
}
.contact-wrap .map-box
{
    position: relative;
}
.contact-wrap .map
{
    position: relative;

    height: 530px;
}
@media (max-width: 1199px)
{
    .contact-wrap .map
    {
        height: 500px;
    }
}
@media (max-width: 991px)
{
    .contact-wrap .map
    {
        height: 400px;
    }
}
@media (max-width: 767px)
{
    .contact-wrap .map
    {
        height: 350px;
    }
}
.contact-wrap .google-map
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}
@media only screen and (min-width: 992px)
{
    .contact-wrap .intro
    {
        position: absolute;
        z-index: 10;
        top: 0;
        left: 0;

        width: 46.09929078%;
        height: 100%;
        padding: 90px 70px;

        background-color: rgba(83, 83, 83, .7);
    }
}
.contact-wrap .intro p
{
    font-size: 16px;

    margin-bottom: 25px;
}
@media only screen and (min-width: 992px)
{
    .contact-wrap .intro p
    {
        color: #fff;
    }
}
.contact-wrap .intro p a:hover
{
    text-decoration: underline;
}
.inquiry-form input::-webkit-input-placeholder,
.inquiry-form textarea::-webkit-input-placeholder
{
    color: #999;
}
.inquiry-form input:-o-placeholder,
.inquiry-form textarea:-o-placeholder
{
    color: #999;
}
.inquiry-form input::-moz-placeholder,
.inquiry-form textarea::-moz-placeholder
{
    color: #999;
}
.inquiry-form input:-ms-input-placeholder,
.inquiry-form textarea:-ms-input-placeholder
{
    color: #999;
}
.inquiry-form input:focus::-webkit-input-placeholder,
.inquiry-form textarea:focus::-webkit-input-placeholder
{
    color: #c3c3c3;
}
.inquiry-form input:focus::-o-placeholder,
.inquiry-form textarea:focus::-o-placeholder
{
    color: #c3c3c3;
}
.inquiry-form input:focus::-moz-placeholder,
.inquiry-form textarea:focus::-moz-placeholder
{
    color: #c3c3c3;
}
.inquiry-form input:focus::-ms-input-placeholder,
.inquiry-form textarea:focus::-ms-input-placeholder
{
    color: #c3c3c3;
}
.inquiry-form p
{
    font-size: 16px;
    line-height: 1.875;

    margin: 0;
    padding: 0 0 0 25px;
}
@media (max-width: 767px)
{
    .inquiry-form p
    {
        font-size: 14px;

        padding: 10px 0 0 20px;
    }
}
.inquiry-form p span
{
    display: block;

    color: #49b6f2;
}
.inquiry-form form
{
    margin-top: 30px;
}
.inquiry-form form .pro-name
{
    font-size: 16px;

    color: #333;
    background-color: #eee;
}
.inquiry-form form input,
.inquiry-form form textarea
{
    font-size: 16px;

    display: block;

    width: 100%;
    margin-bottom: 20px;
    padding: 13px 30px;

    color: #666;
    border: 1px solid #dcdcdc;
}
@media (max-width: 767px)
{
    .inquiry-form form input,
    .inquiry-form form textarea
    {
        font-size: 14px;

        padding: 12px 15px;
    }
}
.inquiry-form form textarea
{
    height: 140px;
}
.inquiry-form form .submit
{
    font-size: 18px;

    display: block;

    margin: 40px 0 0;

    -webkit-transition: .4s;
            transition: .4s;
    text-align: center;

    color: #fff;
    background-color: #49b6f2;
}
.inquiry-form form .submit:hover
{
    box-shadow: inset 0 2px 10px rgba(0, 0, 0, .3);
}
.online-wrap .btn
{
    line-height: 36px;

    position: fixed;
    z-index: 100;
    right: 5px;
    bottom: 90px;

    width: 40px;
    height: 40px;
    padding: 0;

    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center;
    text-align: center;

    border-radius: 10px;
    background-color: rgba(0, 0, 0, .7);
}
@media (min-width: 992px)
{
    .online-wrap .btn
    {
        display: none;
    }
}
.online-wrap .btn:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;

    display: inline-block;

    content: '\e6d2';
    -webkit-transition: -webkit-transform .3s;
            transition: -webkit-transform .3s;
            transition:         transform .3s;
            transition:         transform .3s, -webkit-transform .3s;

    color: #fff;
}
.online-wrap .btn.active:before
{
    -webkit-transform: rotateZ(225deg);
        -ms-transform: rotate(225deg);
            transform: rotateZ(225deg);
}
.online-wrap .code-pic
{
    position: fixed;
    z-index: 101;
    right: 45px;
    bottom: 160px;

    display: none;

    max-width: 120px;
}
.online-wrap .code-pic .pic-box
{
    padding: 5px;

    background-color: #fff;
}
.online-wrap .code-pic img
{
    display: block;

    max-width: 100%;
}
.online-wrap .online
{
    position: fixed;
    z-index: 100;
    right: 5px;
    bottom: 23%;

    -webkit-transition: -webkit-transform .3s;
            transition: -webkit-transform .3s;
            transition:         transform .3s;
            transition:         transform .3s, -webkit-transform .3s;
}
@media (max-width: 991px)
{
    .online-wrap .online
    {
        bottom: 130px;

        -webkit-transform: translateX(50px);
        -webkit-transform: translate3d(50px, 0, 0);
            -ms-transform: translateX(50px);
                transform: translateX(50px);
                transform: translate3d(50px, 0, 0);
    }
    .online-wrap .online.active
    {
        -webkit-transform: translateX(0);
        -webkit-transform: translate3d(0, 0, 0);
            -ms-transform: translateX(0);
                transform: translateX(0);
                transform: translate3d(0, 0, 0);
    }
}
.online-wrap .online a
{
    line-height: 48px;

    position: relative;

    display: block;

    width: 48px;
    height: 48px;
    margin: 2px 0;

    text-align: center;

    border-radius: 10px;
    background-color: rgba(0, 0, 0, .7);
}
.online-wrap .online a:before
{
    font-size: 22px;

    color: #fff;
}
@media (min-width: 1200px)
{
    .online-wrap .online a:hover
    {
        background-color: #49b6f2;
    }
}
@media (max-width: 991px)
{
    .online-wrap .online a
    {
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
    .online-wrap .online a:before
    {
        font-size: 20px;
    }
}
@media (max-width: 991px)
{
    .online-wrap .online a:before
    {
        font-size: 18px;
    }
}
@media (min-width: 1200px)
{
    .online-wrap .online .icon-phone:hover .phone-num
    {
        right: 100%;
    }
}
.online-wrap .online .icon-phone .phone-num
{
    position: absolute;
    z-index: -1;
    top: 0;
    right: -300px;

    padding-right: 5px;

    -webkit-transition: right .3s;
            transition: right .3s;
    white-space: nowrap;
}
.online-wrap .online .icon-phone .phone-num p
{
    padding: 0 10px;

    color: #fff;
    background-color: #49b6f2;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .12);
}
.online-wrap .online .code .mask
{
    position: absolute;
    z-index: 10;
    right: 100%;
    bottom: 0;

    display: none;

    width: 130px;
    height: 130px;
    padding-right: 5px;
}
.online-wrap .online .code .mask .mask-box
{
    padding: 5px;

    background-color: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12);
}
.online-wrap .online .code .mask img
{
    display: block;

    width: 100%;
}
.online-wrap .online .code .mask p
{
    font-size: 13px;
    line-height: 16px;

    margin: 5px 0 8px 0;

    color: #888;
}
.share
{
    color: #fff;
}
.share a
{
    display: inline-block;
    overflow: hidden;

    margin-left: 7px;

    -webkit-transition:         transform .3s;
    -webkit-transition: -webkit-transform .3s;
            transition: -webkit-transform .3s;
            transition:         transform .3s;
            transition:         transform .3s, -webkit-transform .3s;
    text-align: center;
    vertical-align: middle;
}
.share a:first-child
{
    margin-left: 0;
}
.share a:before
{
    font-size: 16px;
    line-height: 35px;

    display: block;

    width: 35px;
    height: 35px;

    color: #fff;
    border-radius: 50%;
}
.share a:hover
{
    -webkit-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
            transform: translateY(-3px);
}
.share.color .icon-facebook:before
{
    background-color: #3b5998;
}
.share.color .icon-tuite:before
{
    background-color: #55acee;
}
.share.color .icon-linkedin:before
{
    background-color: #006a9a;
}
.share.color .icon-youtube:before,
.share.color .icon-youtube1:before
{
    background-color: #c4302b;
}
.share.color .icon-instagram:before
{
    background-color: #6b3d2e;
}
.share.color .icon-pinterest:before
{
    background-color: #cd1f29;
}
.share.color .icon-google:before,
.share.color .icon-google1:before
{
    background-color: #dc4e41;
}
.footer
{
    position: relative;
    z-index: 10;

    background-position: top right;
}
.footer p
{
    color: #c9c9c9;
}
.footer .footer-wrap
{
    overflow: hidden;
}
.footer .footer-row
{
    font-size: 0;

    margin: 0 -15px;
    padding: 70px 0 90px;

    text-align: justify;
    text-justify: distribute-all-lines;
    letter-spacing: -8px;
}
@media (max-width: 991px)
{
    .footer .footer-row
    {
        padding: 45px 0 60px;
    }
}
@media (max-width: 767px)
{
    .footer .footer-row
    {
        padding: 35px 0 40px;
    }
}
.footer .footer-row:after
{
    display: inline-block;
    overflow: hidden;

    width: 100%;
    height: 0;
    margin: 0;

    content: '';
}
.footer .foot-list
{
    font-size: 14px;

    display: inline-block;

    padding: 0 15px;

    text-align: left;
    vertical-align: top;
    letter-spacing: 0;
}
@media (max-width: 1199px)
{
    .footer .foot-list
    {
        width: 50%;
    }
}
@media (max-width: 767px)
{
    .footer .foot-list
    {
        width: 100%;
        margin-top: 0;
    }
}
.footer .foot-list li
{
    font-size: 16px;
    line-height: 1.875;

    position: relative;

    color: #c9c9c9;
}
.footer .foot-list li a
{
    position: relative;

    display: inline-block;

    -webkit-transition: -webkit-transform .3s;
            transition: -webkit-transform .3s;
            transition:         transform .3s;
            transition:         transform .3s, -webkit-transform .3s;
}
@media only screen and (min-width: 992px)
{
    .footer .foot-list p a:hover,
    .footer .foot-list li a:hover
    {
        -webkit-transform: translateX(5px);
            -ms-transform: translateX(5px);
                transform: translateX(5px);
        text-decoration: underline;

        color: #fff;
    }
}
@media (max-width: 991px)
{
    .footer .foot-list p a:active,
    .footer .foot-list li a:active
    {
        text-decoration: underline;

        color: #fff;
    }
}
.footer .foot-list h4
{
    font-family: 'Oswald';
    font-size: 26px;
    font-weight: bold;

    margin: 45px 0 20px;

    color: #fff;
}
@media (max-width: 767px)
{
    .footer .foot-list h4
    {
        font-size: 20px;
        line-height: 40px;

        position: relative;

        margin: 5px 0;
        padding-right: 20px;
    }
    .footer .foot-list h4:after
    {
        position: absolute;
        top: 0;
        right: 15px;

        display: block;

        content: '+';
        -webkit-transition: .3s;
                transition: .3s;
        -webkit-transform-origin: center;
            -ms-transform-origin: center;
                transform-origin: center;
    }
    .footer .foot-list h4.active:after
    {
        -webkit-transform: rotate(-225deg);
            -ms-transform: rotate(-225deg);
                transform: rotate(-225deg);
    }
}
@media (max-width: 767px)
{
    .footer .foot-list h4 + *
    {
        display: none;

        margin-bottom: 10px;
        padding: 0 10px;
    }
}
@media only screen and (min-width: 1200px)
{
    .footer .foot-intro
    {
        width: 390px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1349px)
{
    .footer .foot-intro
    {
        width: 360px;
    }
}
@media (max-width: 767px)
{
    .footer .foot-intro
    {
        margin-bottom: 25px;
    }
}
.footer .foot-intro .footer-logo
{
    margin: 20px 0;
}
@media (max-width: 767px)
{
    .footer .foot-intro .footer-logo
    {
        width: 200px;
        max-width: 55%;
    }
}
.footer .foot-intro .footer-logo img
{
    display: block;

    max-width: 100%;
}
.footer .foot-intro p
{
    line-height: 2;
}
.footer .foot-intro .share
{
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .footer .foot-intro .share
    {
        margin-top: 20px;
    }
}
.footer .foot-intro .share a:before
{
    line-height: 30px;

    width: 32px;
    height: 32px;

    border: 1px solid rgba(255, 255, 255, .4);
    border-radius: 0;
}
.footer .foot-intro .share a:hover:before
{
    border-color: #fff;
}
.footer .foot-contact
{
    max-width: 100%;
}
@media only screen and (min-width: 1200px)
{
    .footer .foot-contact
    {
        width: 400px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1349px)
{
    .footer .foot-contact
    {
        width: 380px;
    }
}
.footer .foot-contact > p
{
    color: #fff;
}
.footer .foot-contact p
{
    font-size: 16px;
    line-height: 1.875;

    margin: 0;
}
.footer .foot-contact p a:hover
{
    text-decoration: underline;

    color: #fff;
}
.footer .copyright
{
    position: relative;

    overflow: hidden;

    padding: 15px 0;

    text-align: center;

    color: #bcbcbc;
    background-color: #535353;
}
@media (max-width: 991px)
{
    .footer .copyright
    {
        padding: 20px 0;
    }
}
@media (max-width: 767px)
{
    .footer .copyright
    {
        padding: 20px 0;
    }
}
.footer .copyright p
{
    font-size: 14px;

    margin: 0;
}
@media only screen and (min-width: 768px)
{
    .footer .copyright p
    {
        float: left;
    }
}
@media only screen and (min-width: 768px)
{
    .footer .copyright .hicheng
    {
        float: right;
    }
}
@media (min-width: 1200px)
{
    .footer .copyright .hicheng:hover
    {
        text-decoration: underline;
    }
}


/**
 * Date : 2023年9月20日14:08:32
 * @author HSM
 * @toDo 加粗
 */
.index-product .list p {
    font-weight: bold;
}

.index-product .list h4 {
    height: auto !important;
    line-height: 1.2;
}


/**
* Date : 2025-03-28
* @author HSM
* @toDo 首页导航改浮动去背景
*/


.index-body .header {
    background: none;
}
.index-body {

}
.banner {
    padding-top: 0;
}
.header {
    color: #fff;
}
.header .logo a {
    background: none;
}

.header.out{
    color: #000;
    background: #fff;
}




.zb-wximg{
    width: 50%;
    margin-top: 20px;
  
}

.zb-wximg img{
    width: 100%;
    height: auto;
}

/* 内页导航文字颜色修正 */
@media (min-width: 1200px) {
    .inside-body .header .nav .nav-list1 > li > a {
        color: #333;
    }
    .inside-body .header .nav .nav-list1 > li.active > a,
    .inside-body .header .nav .nav-list1 > li:hover > a {
        color: #49b6f2;
    }
}





