<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset 'utf-8';
.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: Arial, Helvetica, 'Helvetica Neue', 'Hiragino Sans GB', 'PingFang SC', 'Microsoft YaHei', 'Heiti SC', 'WenQuanYi Micro Hei', sans-serif;

    overflow-x: hidden;
}
body.fixed
{
    overflow: hidden;
}
@media only screen and (min-width: 1260px)
{
    .container
    {
        width: 1230px;
    }
}
.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%;
}
.gotop
{
    position: fixed;
    z-index: 99999;
    top: 100%;
    right: 0;

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

    opacity: 0;
}
.gotop.active
{
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);

    opacity: 1;
}
.gotop button
{
    font-size: 30px;
    line-height: 70px;

    display: block;

    width: 70px;
    height: 70px;
    padding: 0;

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

    color: #ccc;
    background: #666;
}
@media (max-width: 991px)
{
    .gotop button
    {
        font-size: 26px;
        line-height: 60px;

        width: 60px;
        height: 60px;
    }
}
@media (max-width: 767px)
{
    .gotop button
    {
        font-size: 20px;
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
}
@media (min-width: 1200px)
{
    .gotop button:hover
    {
        background-color: #444;
    }
}
@media (max-width: 1199px)
{
    .gotop button:active
    {
        background-color: #444;
    }
}
.page-wrap
{
    font-size: 12px;
    line-height: 20px;

    overflow: hidden;
}
.page-wrap .info
{
    float: left;

    margin: 0 10px 0 0;
}
.page-wrap .list-box
{
    float: right;
}
.page-wrap .list-box .total,
.page-wrap .list-box ul,
.page-wrap .list-box ul li
{
    display: inline-block;

    vertical-align: middle;
}
.page-wrap .list-box ul a
{
    display: block;

    padding: 0 5px;

    color: #666;
    border: 1px solid #d3d3d4;
    background: #fff;
    background: -webkit-linear-gradient(top, #fff 0%, #eee 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
    background:         linear-gradient(to bottom, #fff 0%, #eee 100%);

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
}
@media (min-width: 1200px)
{
    .page-wrap .list-box ul a:hover
    {
        color: #0555ac;
        border-color: #0555ac;
    }
}
.page-wrap .list-box ul a[disabled]
{
    cursor: default;
}
.page-wrap .list-box ul .active a
{
    font-weight: bold;

    color: #0555ac;
    border-color: #0555ac;
}
.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;
}
.table-box table tr,
.table-box table td,
.table-box table th
{
    width: auto !important;
    height: auto !important;

    color: #02152d;
    background-color: #f2f3f4;
}
.table-box table td,
.table-box table th
{
    font-size: 16px;
    font-weight: normal;

    padding: 20px 30px !important;

    border: 2px solid #fff !important;
}
@media (max-width: 767px)
{
    .table-box table td,
    .table-box table th
    {
        font-size: 12px;
    }
}
@media (max-width: 480px)
{
    .table-box table td,
    .table-box table th
    {
        font-size: 2.7vmin;

        padding: 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;
}
.clearfix
{
    zoom: 1;
}
.clearfix:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
img.lazy
{
    min-width: 1px;
    min-height: 1px;

    background: url(../js/slick/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: relative;
    z-index: 9999;

    background-color: #fff;
}
.header .top
{
    line-height: 38px;

    overflow: hidden;

    height: 38px;

    color: #fff;
    background: #323232;
}
.header .top .welcome
{
    float: left;
}
.header .top .language-box
{
    font-size: 0;

    float: right;

    letter-spacing: -8px;
}
.header .top .language-box a
{
    font-size: 12px;

    display: inline-block;

    margin-left: 5px;

    letter-spacing: 0;
}
.header .top .language-box a:before
{
    display: inline-block;

    width: 25px;
    height: 15px;
    margin-top: -2px;
    margin-right: 2px;

    content: '';
    vertical-align: middle;

    background: url(../images/language.png) no-repeat;
    background-position: 0 100%;
    background-size: 400%;
}
@media (min-width: 1200px)
{
    .header .top .language-box a:hover
    {
        text-decoration: underline;
    }
}
@media (max-width: 1199px)
{
    .header .top .language-box a:active
    {
        text-decoration: underline;
    }
}
@media (max-width: 480px)
{
    .header .top .language-box a
    {
        font-size: 10px;
    }
    .header .top .language-box a:before
    {
        width: 22px;
    }
}
.header .top .language-box .en:before
{
    background-position: 33.3333333% 100%;
}
.header .top .language-box .py:before
{
    background-position: 66.666666% 100%;
}
.header .top .language-box .es:before
{
    background-position: 100% 100%;
}
.header .bottom-box
{
    font-size: 0;

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

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

    content: '';
}
.header .bottom-box &gt; div
{
    font-size: 14px;

    display: inline-block;

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

    text-align: center;
}
.header .logo a
{
    position: relative;
    z-index: 10;

    display: block;

    max-width: 100%;
    padding: 18px 0;
}
@media (max-width: 1199px)
{
    .header .logo a
    {
        width: 420px;
        padding: 15px 0;
    }
}
@media (max-width: 767px)
{
    .header .logo a
    {
        width: 220px;
    }
}
.header .logo a img
{
    display: block;

    width: 100%;
}
.header .right-box .tel-box
{
    position: relative;

    padding-left: 80px;
}
.header .right-box .tel-box .pic-box
{
    position: absolute;
    top: 50%;
    left: 0;

    width: 72px;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.header .right-box .tel-box .pic-box img
{
    max-width: 100%;
}
.header .right-box .tel-box p
{
    margin: 0;

    color: #323232;
}
.header .right-box .tel-box a
{
    font-size: 14px;
    /*font-size: 18px;*/

    color: #0555ac;
}
@media (min-width: 1200px)
{
    .header .nav
    {
        position: relative;

        display: block !important;

        text-align: center;

        background-color: #0555ac;
    }
    .header .nav.fixed .tbl
    {
        position: fixed;
        z-index: 888;
        bottom: 100%;
        left: 0;

        width: 100%;

        -webkit-transition: -webkit-transform .4s;
                transition: -webkit-transform .4s;
                transition:         transform .4s;
                transition:         transform .4s, -webkit-transform .4s;
        -webkit-transition-delay: .2s;
                transition-delay: .2s;
        -webkit-transform: translateY(100%);
        -webkit-transform: translate3d(0, 100%, 0);
            -ms-transform: translateY(100%);
                transform: translateY(100%);
                transform: translate3d(0, 100%, 0);

        background-color: #26499d;
        box-shadow: 0 0 16px 0 rgba(7, 17, 27, .2);
    }
}
@media (max-width: 1199px)
{
    .header .nav
    {
        position: fixed;
        z-index: 9998;
        top: 0;
        left: 0;

        display: none;

        width: 100%;
        height: 100% !important;
        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: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;

        height: 100%;

        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
                align-items: center;
    }
    .header .nav .tbl-cell
    {
        width: 100%;
    }
    .header .nav .container
    {
        padding: 0;
    }
}
@media (max-width: 767px)
{
    .header .nav
    {
        width: 100%;
        padding: 60px 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 &gt; li
    {
        position: relative;

        display: inline-block;
    }
    .header .nav .nav-list1 &gt; li:hover &gt; a
    {
        background-color: #f90;
    }
    .header .nav .nav-list1 &gt; li &gt; a
    {
        display: block;

        padding: 13px 33px;

        -webkit-transition: background-color .2s;
                transition: background-color .2s;
        text-transform: uppercase;

        color: #fff;
    }
    .header .nav .nav-list1 .nav-list2,
    .header .nav .nav-list1 .nav-list3
    {
        display: none;

        text-align: left;

        color: #fff;
        background-color: #0555ac;
    }
    .header .nav .nav-list1 .nav-list2
    {
        position: absolute;
        z-index: 10;
        top: 100%;
        left: 0;

        min-width: 100%;

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

        -webkit-transition: .2s;
                transition: .2s;
        white-space: nowrap;
    }
    .header .nav .nav-list1 .nav-list2 &gt; li:first-child &gt; a
    {
        border-top: none;
    }
    .header .nav .nav-list1 .nav-list2 &gt; li:before,
    .header .nav .nav-list1 .nav-list2 &gt; 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 &gt; li:before
    {
        top: 0;
    }
    .header .nav .nav-list1 .nav-list2 &gt; li:after
    {
        top: 100%;
    }
    .header .nav .nav-list1 .nav-list2 &gt; li:hover
    {
        background-color: #f90;
    }
    .header .nav .nav-list1 .nav-list2 &gt; li &gt; a
    {
        font-size: 14px;

        position: relative;

        display: inline-block;

        padding: 13px 33px;

        -webkit-transition: .3s;
                transition: .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 &gt; a
    {
        position: relative;

        padding: 12px 0 12px 10px;

        white-space: normal;
        word-break: break-word;
    }
    .header .nav .nav-list1 .nav-list3 li &gt; a:hover
    {
        color: #0555ac;
    }
    .header .nav .nav-list1 .nav-list3 li &gt; a:before
    {
        position: absolute;
        top: 50%;
        left: 0;

        content: '-';
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
    }
}
@media (max-width: 1199px)
{
    .header .nav .nav-list1
    {
        margin: 20px 0;

        opacity: 0;
    }
    .header .nav .nav-list1 &gt; li
    {
        white-space: nowrap;

        opacity: 0;
    }
    .header .nav .nav-list1 &gt; 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: 23px;
    }
}
.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: 20px;
        line-height: 2;

        margin: 0;
    }
}
@media (max-width: 480px)
{
    .header .nav-2 .content ul li,
    .header .nav-3 .content ul li
    {
        font-size: 5vmin;
    }
}
.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%;
}
@media (max-width: 767px)
{
    .header .nav-3 .content ul li
    {
        font-size: 4.5vmin;
    }
}
.header .fade-out ~ .right-box .google-translate
{
    position: fixed;
    z-index: 10000;
    top: 30px;
    left: 30px;

    display: block !important;

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

    opacity: 0;
}
.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: -webkit-calc(100vh - 80px);
        max-height:         calc(100vh - 80px);
        margin: 0;

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

        -webkit-transform: translateX(-15px) rotateX(90deg);
                transform: translateX(-15px) rotateX(90deg);
    }
    .header .fade-out ul.nav-list1 &gt; li:after
    {
        display: block;
        visibility: hidden;
        clear: both;

        height: 0;

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

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

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

        content: '\e72f';

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

        position: relative;

        display: inline-block;

        text-transform: uppercase;
    }
    .header .fade-out ul.nav-list1 .nav-list2 &gt; li &gt; a
    {
        font-size: 24px;
    }
}
@media (max-width: 1199px) and (min-width: 992px)
{
    .header .fade-out ul.nav-list1 &gt; li
    {
        height: 55px;
    }
}
@media (max-width: 1199px) and (max-width: 767px)
{
    .header .fade-out ul.nav-list1 &gt; li
    {
        margin: 0;
    }
}
@media (max-width: 1199px) and (min-width: 992px)
{
    .header .fade-out ul.nav-list1 &gt; li.more
    {
        padding-right: 10px;

        -webkit-transition: padding-right .5s;
                transition: padding-right .5s;
    }
}
@media (max-width: 1199px) and (min-width: 992px)
{
    .header .fade-out ul.nav-list1 &gt; li.more.show
    {
        padding-right: 0;
    }
}
@media (max-width: 1199px) and (max-width: 767px)
{
    .header .fade-out ul.nav-list1 &gt; li &gt; a
    {
        font-size: 5.5vmin;
        line-height: 1.7;
    }
}
@media (max-width: 1199px) and (max-height: 768px)
{
    .header .fade-out ul.nav-list1 .nav-list2 &gt; li &gt; a
    {
        font-size: 18px;
    }
}
@media (max-width: 1199px) and (max-width: 480px)
{
    .header .fade-out ul.nav-list1 .nav-list2 &gt; li &gt; a
    {
        font-size: 14px;
    }
}
.nav-collapse
{
    position: relative;

    display: none;

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

    cursor: pointer;

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

        margin-left: 10px;

        vertical-align: middle;
    }
    .nav-collapse.nav-collapse-1
    {
        position: absolute;
        z-index: 9999;
        top: 10px;
        right: 30px;

        display: block;

        margin-top: 10px;

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

        border: none;
    }
}
@media (max-width: 480px)
{
    .nav-collapse
    {
        margin-left: 10px;
    }
}
.nav-collapse .btn-line
{
    position: absolute;
    left: 50%;

    width: 25px;
    height: 2px;

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

    background: #0555ac;
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .nav-collapse .btn-line
    {
        width: 30px;
    }
}
.nav-collapse .btn-line:nth-child(3),
.nav-collapse .btn-line:nth-child(1)
{
    position: absolute;

    display: block;

    width: 25px;
    height: 2px;

    content: '';
    -webkit-transition: all .5s ease;
            transition: all .5s ease;

    background: #0555ac;
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .nav-collapse .btn-line:nth-child(3),
    .nav-collapse .btn-line:nth-child(1)
    {
        width: 30px;
    }
}
.nav-collapse .btn-line:nth-child(1)
{
    top: 32%;
}
.nav-collapse .btn-line:nth-child(2)
{
    top: 50%;
}
.nav-collapse .btn-line:nth-child(3)
{
    top: 68%;
}
.nav-collapse.active
{
    border-color: transparent;
}
.nav-collapse.active .btn-line
{
    background-color: #fff;
}
.nav-collapse.active .btn-line:nth-child(2)
{
    -webkit-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
            transform: translateX(-50px);

    opacity: 0;
}
.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);
}
.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);
}
.xs-language
{
    position: absolute;
    bottom: 30px;
    left: 0;

    padding: 0 50px;
}
@media (min-width: 1199px)
{
    .xs-language
    {
        display: none;
    }
}
@media (max-width: 767px)
{
    .xs-language
    {
        bottom: 20px;

        padding: 0 30px;
    }
}
.xs-language a
{
    font-size: 16px;

    color: #fff;
}
.xs-language a.active
{
    text-decoration: underline;
}
.xs-language a:before
{
    margin: 0 10px;

    content: '/';
}
.xs-language a:first-child:before
{
    display: none;
}
@media (max-width: 767px)
{
    .xs-language a
    {
        font-size: 14px;
    }
    .xs-language a:before
    {
        margin: 0 5px;
    }
}
.xs-language span
{
    margin: 0 5px;

    color: #fff;
}
@media (min-width: 1200px)
{
    .search-wrap
    {
        display: inline-block;

        vertical-align: middle;
    }
    .search-wrap p
    {
        display: none;
    }
    .search-wrap form
    {
        line-height: 50px;

        position: relative;

        overflow: hidden;

        width: 330px;
        height: 50px;

        border: 1px solid #0555ac;
        border-radius: 50px;
    }
    .search-wrap .input-text,
    .search-wrap .input-submit
    {
        display: block;
    }
    .search-wrap .input-text
    {
        font-size: 16px;

        width: 100%;
        padding-right: 140px;
        padding-left: 20px;
    }
    .search-wrap .input-submit
    {
        font-size: 16px;

        position: absolute;
        z-index: 2;
        top: 0;
        right: 0;

        height: 100%;
        padding: 0 25px 0 20px;

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

        color: #fff;
        background-color: #0555ac;
    }
    .search-wrap .input-submit span,
    .search-wrap .input-submit:before
    {
        display: inline-block;

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

        margin-right: 10px;

        content: '\e623';
    }
    .search-wrap .input-submit:hover
    {
        background-color: #26499d;
    }
}
@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, .93);
    }
    .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: 2px solid #9c9c9c;
        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';

        color: #eee;
    }
    .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: 8px;
    height: 8px;
    margin: 0 3px;

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

    opacity: .7;
    border-radius: 8px;
    background: #fff;
}
.slick-dots li:hover,
.slick-dots li.slick-active
{
    opacity: 1;
}
.slick-dots li.slick-active
{
    width: 20px;
}
@media (max-width: 767px)
{
    .slick-dots li
    {
        width: 5px;
        height: 5px;

        border-radius: 5px;
    }
}
.slick-dots li button
{
    display: none;
}
@media (max-width: 1199px)
{
    .slick-banner
    {
        width: 110%;
        max-width: 110%;
        margin-left: -5%;
    }
}
@media (max-width: 991px)
{
    .slick-banner
    {
        width: 120%;
        max-width: 120%;
        margin-left: -10%;
    }
}
@media (max-width: 480px)
{
    .slick-banner
    {
        width: 150%;
        max-width: 150%;
        margin-left: -25%;
    }
}
.slick-banner img
{
    display: block;

    width: 100%;
}
.slick-banner .slick-dots
{
    position: absolute;
    z-index: 20;
    bottom: 20px;
    left: 50%;

    -webkit-transform: translateX(-50%);
    -webkit-transform: translate3d(-50%, 0, 2px);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            transform: translate3d(-50%, 0, 2px);
}
@media (max-width: 767px)
{
    .slick-banner .slick-dots
    {
        bottom: 5%;

        display: none;
    }
}
.slick-banner .slick-dots li
{
    width: 42px;
    height: 8px;

    opacity: .8;
    border-radius: 0;
    background-color: #fff;
}
@media (max-width: 767px)
{
    .slick-banner .slick-dots li
    {
        width: 20px;
        height: 6px;
    }
}
.slick-banner .slick-dots .slick-active
{
    opacity: 1;
    background-color: #0555ac;
}
.banner
{
    font-size: 0;

    position: relative;
    z-index: 2;

    overflow: hidden;

    width: 100%;

    letter-spacing: -8px;
}
.banner:hover .slick-arrow
{
    opacity: 1;
}
.banner .item
{
    position: relative;

    display: block;
}
.banner .slick-arrow
{
    font-size: 42px;

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

    display: block;

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

    -webkit-transition: .5s;
            transition: .5s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    letter-spacing: 0;

    opacity: 0;
    color: #fff;
    border-radius: 50%;
    border-radius: 0;
    background: none;
    background-color: rgba(0, 0, 0, .5);
}
.banner .slick-arrow:before
{
    font-family: 'iconfont' !important;
    font-style: normal;

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

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1200px)
{
    .banner .slick-arrow:hover
    {
        background-color: #000;
    }
}
.banner .slick-prev
{
    left: 13.02083333%;
}
.banner .slick-prev:before
{
    content: '\eb60';
}
.banner .slick-next
{
    right: 13.02083333%;
}
.banner .slick-next:before
{
    content: '\e625';
}
.title
{
    text-align: center;
}
.title img
{
    max-width: 100%;
}
@media (max-width: 480px)
{
    .title
    {
        padding: 0 10%;
    }
}
.footer,
.index-box
{
    background: no-repeat center;
    background-size: cover;
}
.index-box
{
    max-width: 100%;
    margin: 50px 0;
}
@media (max-width: 767px)
{
    .index-box
    {
        margin: 40px 0;
    }
}
.index-product .list
{
    width: 730px;
    max-width: 100%;
    margin: 0 auto;
}
.index-product .list .img-box
{
    padding-bottom: 147.61904762%;
}
@media (min-width: 481px)
{
    .index-product .list .row
    {
        margin: 0 -25px;
    }
    .index-product .list li
    {
        margin-top: 50px;
        padding: 0 25px;
    }
}
@media (min-width: 481px) and (max-width: 991px)
{
    .index-product .list .row
    {
        margin: 0 -21px;
    }
    .index-product .list li
    {
        margin-top: 40px;
        padding: 0 22px;
    }
}
@media (min-width: 481px) and (max-width: 767px)
{
    .index-product .list .row
    {
        margin: 0 -10px;
    }
    .index-product .list li
    {
        margin-top: 30px;
        padding: 0 10px;
    }
}
@media (max-width: 480px)
{
    .index-product .list
    {
        padding-top: 20px;
    }
    .index-product .list .row
    {
        margin: 0 -5px;
    }
    .index-product .list li
    {
        width: 50%;
        margin-top: 10px;
        padding: 0 5px;
    }
}
.index-equipment
{
    padding: 50px 0;

    color: #fff;
    background-color: #0555ac;
}
@media (max-width: 767px)
{
    .index-equipment
    {
        padding: 40px 0;
    }
}
.index-equipment .intro
{
    width: 420px;
    max-width: 100%;
    margin: 20px auto 0;

    text-align: center;
}
.index-equipment .intro p
{
    font-size: 16px;
    line-height: 1.75;

    margin: 0;
}
@media (max-width: 480px)
{
    .index-equipment .intro p
    {
        font-size: 14px;
    }
}
.index-equipment .list
{
    font-size: 0;

    letter-spacing: -8px;
}
.index-equipment .list li
{
    font-size: 14px;

    display: inline-block;
    float: none;

    margin-top: 20px;

    vertical-align: top;
    letter-spacing: 0;
}
.index-equipment .list .img-box
{
    padding-bottom: 65.78947368%;
}
@media (min-width: 1200px)
{
    .index-equipment .list .img-box img
    {
        -webkit-transition:         transform .7s;
        -webkit-transition: -webkit-transform .7s;
                transition: -webkit-transform .7s;
                transition:         transform .7s;
                transition:         transform .7s, -webkit-transform .7s;
    }
    .index-equipment .list .img-box:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
.index-equipment .list p
{
    margin: 20px 0 0;

    text-align: center;
}
@media (min-width: 1200px)
{
    .index-equipment .list p a:hover
    {
        text-decoration: underline;
    }
}
@media (max-width: 1199px)
{
    .index-equipment .list p a:active
    {
        text-decoration: underline;
    }
}
@media (max-width: 991px)
{
    .index-equipment .list .row
    {
        margin: 0 -10px;
    }
    .index-equipment .list li
    {
        padding: 0 10px;
    }
}
@media (max-width: 480px)
{
    .index-equipment .list li
    {
        width: 100%;
    }
    .index-equipment .list .pic-box
    {
        width: 380px;
        max-width: 100%;
        margin: 0 auto;
    }
    .index-equipment .list p
    {
        margin-top: 10px;
    }
}
.index-about .row
{
    margin: 0 -10px;
}
.index-about .row &gt; div
{
    float: left;

    padding: 0 10px;
}
@media (max-width: 480px)
{
    .index-about .row &gt; div
    {
        width: 100%;
    }
}
.index-about .intro
{
    width: 55.32786885%;
}
.index-about .intro img
{
    max-width: 100%;
    height: auto !important;
}
.index-about .video-box
{
    width: 44.67213115%;
}
.index-about .video-box .img-box
{
    padding-bottom: 67.61904762%;
}
.index-about .video-box iframe,
.index-about .video-box video
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}
.index-about .video-box video
{
    background-color: #333;
}
.index-leading .intro
{
    width: 880px;
    max-width: 100%;
    margin: 35px auto 25px;

    text-align: center;
}
.index-leading .intro h3
{
    font-size: 24px;

    margin: 0 0 15px;

    color: #101010;
}
@media (max-width: 767px)
{
    .index-leading .intro h3
    {
        font-size: 20px;
    }
}
.index-leading .intro p
{
    line-height: 2;

    margin: 0;

    color: #323232;
}
.index-leading .intro .more
{
    margin-top: 10px;
}
.index-leading .intro .more a
{
    display: inline-block;

    padding: 3px 15px;

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

    color: #0555ac;
    border: 1px solid #0555ac;
    border-radius: 5px;
}
@media (min-width: 1200px)
{
    .index-leading .intro .more a:hover
    {
        color: #fff;
        background-color: #0555ac;
    }
}
@media (max-width: 1199px)
{
    .index-leading .intro .more a:active
    {
        color: #fff;
        background-color: #0555ac;
    }
}
.index-leading .list
{
    font-size: 0;

    margin: 0 -4px;

    text-align: center;
    letter-spacing: -8px;
}
.index-leading .list li
{
    font-size: 14px;

    display: inline-block;

    width: 288px;
    margin-top: 8px;
    padding: 0 4px;

    letter-spacing: 0;
}
@media (min-width: 1200px)
{
    .index-leading .list li img
    {
        -webkit-transition:         transform .7s;
        -webkit-transition: -webkit-transform .7s;
                transition: -webkit-transform .7s;
                transition:         transform .7s;
                transition:         transform .7s, -webkit-transform .7s;
    }
    .index-leading .list li:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
.index-leading .list li img
{
    max-width: 100%;
    height: auto !important;
}
@media (max-width: 1199px)
{
    .index-leading .list li
    {
        width: 25%;
    }
}
@media (max-width: 991px)
{
    .index-leading .list li
    {
        width: 50%;
    }
    .index-leading .list li:nth-child(odd)
    {
        text-align: right;
    }
    .index-leading .list li:nth-child(even)
    {
        text-align: left;
    }
}
.index-project .list
{
    margin: 0 -10px;
}
@media (min-width: 992px)
{
    .index-project .list
    {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;
    }
}
.index-project .list li
{
    margin-top: 40px;
    padding: 0 10px;
}
@media (max-width: 991px)
{
    .index-project .list li
    {
        width: 100%;
    }
}
.index-project .item
{
    position: relative;

    height: 100%;
    padding: 35px 20px 15px 160px;

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

    box-shadow: 2px 2px 6px 2px rgba(0, 0, 0, .1);
}
@media (min-width: 1200px)
{
    .index-project .item:hover
    {
        -webkit-transform: translateY(-6px);
            -ms-transform: translateY(-6px);
                transform: translateY(-6px);
    }
}
@media (max-width: 480px)
{
    .index-project .item
    {
        padding: 20px;
    }
}
.index-project .item h3
{
    font-size: 18px;

    margin: 0 0 10px;

    color: #323232;
}
.index-project .item h3 a
{
    font-weight: bold;
}
.index-project .item h3 a:hover
{
    text-decoration: underline;
}
.index-project .item p
{
    font-size: 13px;
    line-height: 2;

    margin: 0;
}
.index-project .pic-box
{
    width: 90px;
}
@media (min-width: 481px)
{
    .index-project .pic-box
    {
        position: absolute;
        top: 20px;
        left: 35px;
    }
}
@media (max-width: 480px)
{
    .index-project .pic-box
    {
        width: 60px;
        margin-bottom: 15px;
    }
}
.index-honor .list
{
    font-size: 0;

    padding: 0 15px;

    text-align: center;
    letter-spacing: -8px;
}
.index-honor .list li
{
    font-size: 14px;

    display: inline-block;
    float: none;

    margin-top: 40px;

    vertical-align: middle;
    letter-spacing: 0;
}
.index-honor .list img
{
    max-width: 100%;
    height: auto !important;
}
@media only screen and (min-width: 992px)
{
    .index-honor .list .col-md-3
    {
        width: 20%;
    }
    .index-honor .list .col-md-6
    {
        width: 60%;
    }
}
@media (max-width: 480px)
{
    .index-honor .list
    {
        padding: 20px 0 0;
    }
    .index-honor .list li
    {
        margin-top: 20px;
    }
}
.index-news .list li
{
    margin-top: 40px;
}
@media (max-width: 480px)
{
    .index-news .list
    {
        padding-top: 5px;
    }
    .index-news .list li
    {
        width: 100%;
        margin-top: 25px;
    }
}
.index-news .list .item
{
    border: 2px solid #f1f1f1;
}
@media (min-width: 1200px)
{
    .index-news .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-news .list .item:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
.index-news .list .img-box
{
    padding-bottom: 62.99212598%;
}
.index-news .list .intro
{
    padding: 15px;
}
.index-news .list .intro h4
{
    font-size: 16px;
    font-weight: bold;

    overflow: hidden;

    height: 18px;

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

    color: #0555ac;
}
@media (min-width: 1200px)
{
    .index-news .list .intro h4 a:hover
    {
        color: #f90;
    }
}
@media (max-width: 1199px)
{
    .index-news .list .intro h4 a:active
    {
        color: #f90;
    }
}
.index-news .list .intro p
{
    font-size: 12px;
    line-height: 2;

    display: -webkit-box;
    overflow: hidden;

    height: 72px;
    margin: 0;

    color: #323232;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.public-banner
{
    position: relative;

    overflow: hidden;

    width: 100%;
}
.public-banner img
{
    position: relative;

    display: block;

    width: 100%;
}
@media (max-width: 1469px)
{
    .public-banner img
    {
        width: 120%;
        margin-left: -10%;
    }
}
@media (max-width: 1199px)
{
    .public-banner img
    {
        width: 130%;
        margin-left: -15%;
    }
}
@media (max-width: 991px)
{
    .public-banner img
    {
        width: 150%;
        margin-left: -25%;
    }
}
@media (max-width: 767px)
{
    .public-banner img
    {
        width: 180%;
        margin-left: -40%;
    }
}
@media (max-width: 480px)
{
    .public-banner img
    {
        width: 230%;
        margin-left: -65%;
    }
}
.public-banner .title h3,
.public-banner .title p
{
    color: #fff;
}
.public-banner .title h3:before
{
    background-color: rgba(25, 118, 210, .6);
}
@media (max-width: 480px)
{
    .public-banner .title h3
    {
        font-size: 22px;

        padding-bottom: 0;
    }
    .public-banner .title h3:before
    {
        height: 10px;
    }
    .public-banner .title p
    {
        font-size: 12px;
    }
}
.inside-nav
{
    margin-bottom: 50px;

    text-align: center;
}
@media (max-width: 767px)
{
    .inside-nav
    {
        margin-bottom: 25px;
    }
}
.inside-nav .nav-wrap
{
    overflow-x: auto;

    -webkit-overflow-scrolling: touch;
    /*å®šä¹‰æ»šåŠ¨æ¡è½¨é“ å†…é˜´å½±+åœ†è§’*/
    /*å®šä¹‰æ»‘å— å†…é˜´å½±+åœ†è§’*/
    /*æ»‘å—æ•ˆæžœ*/
}
.inside-nav .nav-wrap::-webkit-scrollbar
{
    width: 5px;
    height: 5px;

    background-color: #fefefe;
}
.inside-nav .nav-wrap::-webkit-scrollbar-track
{
    border-radius: 5px;
    background-color: #fefefe;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}
.inside-nav .nav-wrap::-webkit-scrollbar-thumb
{
    border-radius: 5px;
    background-color: rgba(0, 0, 0, .1);
}
.inside-nav .nav-wrap::-webkit-scrollbar-thumb:hover
{
    border-radius: 5px;
    background: rgba(0, 0, 0, .3);
}
.inside-nav ul
{
    display: inline-block;
}
.inside-nav li
{
    display: inline-block;

    margin-top: 10px;
    margin-left: 18px;
}
.inside-nav li:first-child
{
    margin-left: 0;
}
.inside-nav li a
{
    font-size: 15px;

    display: block;

    padding: 12px 26px;

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

    color: #4c4948;
    border: 1px solid #ccc;
}
@media (min-width: 1200px)
{
    .inside-nav li a:hover
    {
        color: #333;
        background-color: #eee;
    }
}
@media (max-width: 991px)
{
    .inside-nav li a
    {
        font-size: 14px;

        padding: 8px 20px;
    }
}
@media (max-width: 480px)
{
    .inside-nav li a
    {
        font-size: 12px;

        padding: 6px 20px 5px;
    }
}
.inside-nav li.active a
{
    color: #fff;
    border-color: #446087;
    background-color: #446087;
}
@media (max-width: 991px)
{
    .inside-nav li
    {
        margin-left: 10px;
    }
}
.breadcrumb
{
    margin: 10px 0 25px;
    padding: 0;
    padding: 15px;

    color: #888;
}
@media (max-width: 767px)
{
    .breadcrumb
    {
        padding: 5px 10px;
    }
}
.breadcrumb li
{
    text-transform: capitalize;
}
.breadcrumb li:first-child:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;

    margin-right: 15px;

    content: '\e6c8';
    vertical-align: middle;
}
@media (max-width: 767px)
{
    .breadcrumb li:first-child:before
    {
        font-size: 16px;

        margin-right: 5px;
    }
}
.breadcrumb li:last-child:before
{
    padding-right: 12px;
}
@media (max-width: 767px)
{
    .breadcrumb li a
    {
        font-size: 12px;
    }
}
@media (min-width: 1200px)
{
    .breadcrumb li a:hover
    {
        text-decoration: underline;

        color: #0555ac;
    }
}
@media (max-width: 1199px)
{
    .breadcrumb li a:active
    {
        text-decoration: underline;

        color: #0555ac;
    }
}
.breadcrumb &gt; li + li:before
{
    padding: 0 10px;

    content: '&gt;';
}
@media (max-width: 767px)
{
    .breadcrumb &gt; li + li:before
    {
        padding: 0 5px;
    }
}
.inside-page
{
    overflow: hidden;
}
.inside-page .title
{
    margin-bottom: 23px;
}
.inside-page .content
{
    padding: 35px 0 60px;

    background: top center no-repeat;
}
.inside-banner
{
    position: relative;
}
.inside-banner .slick-list
{
    font-size: 0;

    letter-spacing: -8px;
}
.inside-banner .slick-arrow
{
    position: absolute;
    z-index: 20;
    top: 50%;

    width: 57px;
    height: 62px;

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

    background: no-repeat center;
    background-size: contain;
}
.inside-banner .slick-arrow:hover
{
    opacity: .5;
}
.inside-banner .slick-prev
{
    left: 5%;

    background-image: url(../images/fixed/arrow-prev.png);
}
.inside-banner .slick-next
{
    right: 5%;

    background-image: url(../images/fixed/arrow-next.png);
}
.recruitment-wrap .intro
{
    width: 800px;
    max-width: 100%;
    margin: 0 auto;
}
.news-wrap .title
{
    margin-bottom: 30px;
}
.news-wrap .list li
{
    overflow: hidden;

    margin-bottom: 20px;
    padding-bottom: 10px;

    border-bottom: 1px solid #e7e7e7;
}
@media (min-width: 1200px)
{
    .news-wrap .list li img
    {
        -webkit-transition:         transform .7s;
        -webkit-transition: -webkit-transform .7s;
                transition: -webkit-transform .7s;
                transition:         transform .7s;
                transition:         transform .7s, -webkit-transform .7s;
    }
    .news-wrap .list li:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
.news-wrap .list .img-box
{
    padding-bottom: 62.99212598%;
}
@media (min-width: 481px)
{
    .news-wrap .pic-box
    {
        float: left;

        width: 210px;
    }
}
@media (max-width: 480px)
{
    .news-wrap .pic-box
    {
        margin-bottom: 15px;
    }
}
@media (min-width: 481px)
{
    .news-wrap .intro
    {
        float: left;

        width: -webkit-calc(100% - 210px);
        width:         calc(100% - 210px);
        padding-left: 30px;
    }
}
.news-wrap .intro h4
{
    font-size: 16px;
    font-weight: 400;

    position: relative;

    overflow: hidden;

    height: 18px;
    margin: 5px 0;
    padding-left: 16px;

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

    color: #1f3a87;
}
.news-wrap .intro h4:before
{
    position: absolute;
    top: 5px;
    left: 0;

    display: block;

    width: 6px;
    height: 6px;

    content: '';

    background-color: #f90;
}
.news-wrap .intro h4 a:visited
{
    color: #000;
}
.news-wrap .intro h4 a:hover
{
    color: #f90;
}
.news-wrap .intro .date
{
    color: #999;
}
.news-wrap .intro .date span
{
    color: #323232;
}
.news-wrap .intro &gt; b,
.news-wrap .intro p
{
    color: #323232;
}
.news-wrap .intro &gt; b
{
    display: block;

    margin: 2px 0;
}
.news-wrap .intro p
{
    line-height: 1.85714286;

    display: -webkit-box;
    overflow: hidden;

    height: auto;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.news-wrap .page-wrap
{
    padding-top: 20px;
}
@media (max-width: 480px)
{
    .news-wrap .page-wrap
    {
        padding-top: 10px;
    }
}
.news-details-wrap .info
{
    margin-bottom: 35px;
    padding-bottom: 5px;

    border-bottom: 1px dotted #666;
}
.news-details-wrap .info h1
{
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;

    margin: 0 0 10px;

    text-align: center;

    color: #322725;
}
.news-details-wrap .info .message
{
    text-align: right;

    color: #9fa0a0;
}
.news-details-wrap .info .message span
{
    font-size: 12px;

    display: inline-block;

    margin-left: 20px;
}
.news-details-wrap .info .message span:first-child
{
    margin-left: 0;
}
.news-details-wrap .info .message em
{
    font-style: normal;

    color: #231815;
}
.news-details-wrap .intro-wrap img
{
    max-width: 100%;
    height: auto !important;
}
.news-details-wrap .news-page
{
    margin-top: 20px;
}
.news-details-wrap .news-page p
{
    font-size: 12px;

    overflow: hidden;

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

    color: #4c4948;
}
.news-details-wrap .news-page a
{
    color: #06c;
}
.news-details-wrap .news-page a:hover
{
    text-decoration: underline;
}
.news-details-wrap .type
{
    font-size: 12px;

    padding-top: 10px;
}
.project-wrap .table-wrap
{
    overflow: auto;

    max-width: 100%;
}
.project-wrap table
{
    height: auto !important;
    margin: 100%;
    margin: 0 auto !important;
}
.project-wrap table p
{
    line-height: 1.8;

    margin: 0;
}
.project-wrap table tr:first-child td
{
    white-space: nowrap;
}
.fancybox-pic img
{
    max-width: 100%;
    height: auto !important;
}
.equipment-wrap .intro-wrap p
{
    font-size: 14px;
    line-height: 1.8;

    margin: 0;

    color: #323232;
}
.equipment-wrap .intro-wrap .intro
{
    text-align: center;
}
.equipment-wrap table
{
    width: 100%;
}
.about-wrap .intro-wrap
{
    width: 895px;
    max-width: 100%;
    margin: 0 auto;
}
.about-wrap .intro-wrap p
{
    line-height: 1.78571429;

    margin: 0;

    color: #323232;
}
.about-wrap .intro-wrap img
{
    max-width: 100%;
    height: auto !important;
}
.culture-wrap .intro-wrap p
{
    line-height: 1.78571429;

    margin: 0;

    color: #323232;
}
.contact-wrap .map-content
{
    height: 400px;
}
@media (max-width: 480px)
{
    .contact-wrap .map-content
    {
        height: 300px;
    }
    .contact-wrap .map-content .iw_poi_content
    {
        font-size: 12px;
        font-size: 3vmin;
    }
}
.contact-wrap .message-form
{
    position: relative;

    width: 840px;
    max-width: 100%;
    margin: 50px auto 0;
}
@media (min-width: 768px)
{
    .contact-wrap .message-form
    {
        padding-right: 230px;
    }
}
.contact-wrap .message-form .list
{
    position: relative;

    margin-bottom: 20px;
    padding-left: 85px;
}
.contact-wrap .message-form .list *
{
    display: inline-block;

    vertical-align: middle;
}
@media (max-width: 480px)
{
    .contact-wrap .message-form .list
    {
        padding-left: 80px;
    }
}
.contact-wrap .message-form input,
.contact-wrap .message-form label
{
    font-weight: normal;

    margin: 0;
}
.contact-wrap .message-form input,
.contact-wrap .message-form textarea
{
    padding: 5px 5px;
}
.contact-wrap .message-form input:not([type='radio']),
.contact-wrap .message-form textarea:not([type='radio'])
{
    display: block;

    width: 100%;

    border: 1px solid #ddd;
    border-radius: 3px;
    box-shadow: 0 0 5px #ccc;
}
.contact-wrap .message-form input:not([type='radio']):focus,
.contact-wrap .message-form textarea:not([type='radio']):focus
{
    box-shadow: 0 0 1px 1px #0555ac;
}
.contact-wrap .message-form textarea
{
    height: 80px;
}
.contact-wrap .message-form label
{
    width: 100%;
}
.contact-wrap .message-form .radio-box label
{
    width: auto;
}
.contact-wrap .message-form .captcha-box .captcha
{
    white-space: nowrap;
}
@media (min-width: 768px)
{
    .contact-wrap .message-form .captcha-box .captcha
    {
        position: absolute;
        top: 4px;
        left: 100%;

        margin-left: 10px;
    }
}
@media (max-width: 767px)
{
    .contact-wrap .message-form .captcha-box .captcha
    {
        margin-top: 10px;
    }
}
.contact-wrap .message-form .captcha-box .captcha a
{
    margin-left: 5px;

    color: #0555ac;
}
@media (min-width: 1200px)
{
    .contact-wrap .message-form .captcha-box .captcha a:hover
    {
        color: #f90;
    }
}
@media (max-width: 1199px)
{
    .contact-wrap .message-form .captcha-box .captcha a:active
    {
        color: #f90;
    }
}
.contact-wrap .message-form .mail-box p
{
    display: block;

    margin: 10px 0 0;

    color: #999;
}
.contact-wrap .message-form .required:after
{
    font-size: 12px;

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

    content: '*';

    color: #f60;
}
.contact-wrap .message-form .callout
{
    position: absolute;
    top: 5px;
    left: 0;

    width: 75px;
    padding-right: 5px;

    text-align: right;
}
@media (max-width: 480px)
{
    .contact-wrap .message-form .callout
    {
        font-size: 12px;

        width: 70px;
        padding-right: 2px;
    }
}
.contact-wrap .message-form .submit
{
    font-weight: bold;
    line-height: 36px;

    width: 120px;
    height: 36px;
    margin-left: 85px;

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

    color: #fff;
    background-color: #646464;
}
.contact-wrap .message-form .submit:hover
{
    background-color: #0555ac;
}
.equipment-wrap .list
{
    font-size: 0;

    margin-top: -30px;

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

    display: inline-block;
    float: none;

    margin-top: 30px;

    vertical-align: top;
    letter-spacing: 0;
}
@media (max-width: 480px)
{
    .equipment-wrap .list li
    {
        width: 100%;
    }
}
.equipment-wrap .list .img-box
{
    padding-bottom: 66.66666667%;
}
.equipment-wrap .list .item
{
    width: 330px;
    max-width: 100%;
    margin: 0 auto;
}
@media (min-width: 1200px)
{
    .equipment-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;
    }
    .equipment-wrap .list .item:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
@media (min-width: 1200px)
{
    .equipment-wrap .list .item:hover .intro
    {
        background-color: #0555ac;
    }
    .equipment-wrap .list .item:hover .intro h3,
    .equipment-wrap .list .item:hover .intro p
    {
        color: #fff;
    }
}
.equipment-wrap .list .intro
{
    font-weight: 300;

    padding: 25px;

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

    background-color: #fff;
}
.equipment-wrap .list .intro h3
{
    font-size: 18px;

    margin: 0 0 10px;

    color: #000;
}
.equipment-wrap .list .intro p
{
    line-height: 1.78571429;

    margin: 0;

    color: #666;
}
.product-wrap .list
{
    margin: 0 -18px;
}
.product-wrap .list li
{
    margin-bottom: 50px;
    padding: 0 18px;
}
@media (max-width: 991px)
{
    .product-wrap .list
    {
        margin: 0 -10px;
    }
    .product-wrap .list li
    {
        margin-bottom: 25px;
        padding: 0 10px;
    }
}
@media (max-width: 480px)
{
    .product-wrap .list li
    {
        width: 50%;
    }
}
@media (min-width: 1200px)
{
    .product-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;
    }
    .product-wrap .list .item:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
@media (min-width: 1200px)
{
    .product-wrap .list .item:hover .pic-box
    {
        border-color: #f60;
    }
    .product-wrap .list .item:hover p
    {
        text-decoration: underline;
    }
}
.product-wrap .list .img-box
{
    padding-bottom: 108%;
}
.product-wrap .list .pic-box
{
    position: relative;
    z-index: 2;

    overflow: hidden;

    padding-bottom: .1px;

    border: 1px solid #ccc;
}
.product-wrap .list p
{
    font-size: 12px;

    overflow: hidden;

    margin: 15px 0 0;

    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.product-details-wrap
{
    overflow: hidden;
}
.product-details-wrap .carousel-wrap
{
    zoom: 1;
}
.product-details-wrap .carousel-wrap:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
.product-details-wrap .carousel-wrap .img-box
{
    padding-bottom: 108%;
}
.product-details-wrap .carousel-box,
.product-details-wrap .info-box
{
    margin-bottom: 20px;
}
@media only screen and (min-width: 481px)
{
    .product-details-wrap .carousel-box,
    .product-details-wrap .info-box
    {
        float: left;
    }
}
@media only screen and (min-width: 481px)
{
    .product-details-wrap .carousel-box
    {
        width: 500px;
    }
}
@media only screen and (min-width: 481px) and (max-width: 991px)
{
    .product-details-wrap .carousel-box
    {
        width: 350px;
    }
}
@media only screen and (min-width: 481px) and (max-width: 767px)
{
    .product-details-wrap .carousel-box
    {
        width: 300px;
    }
}
.product-details-wrap .slick-slider .img-box
{
    z-index: 2;
}
.product-details-wrap .info-box
{
    position: relative;
}
@media only screen and (min-width: 481px)
{
    .product-details-wrap .info-box
    {
        width: -webkit-calc(100% - 500px);
        width:         calc(100% - 500px);
        padding-left: 30px;
    }
}
@media only screen and (min-width: 481px) and (max-width: 991px)
{
    .product-details-wrap .info-box
    {
        width: -webkit-calc(100% - 350px);
        width:         calc(100% - 350px);
        padding-left: 20px;
    }
}
@media only screen and (min-width: 481px) and (max-width: 767px)
{
    .product-details-wrap .info-box
    {
        width: -webkit-calc(100% - 300px);
        width:         calc(100% - 300px);
    }
}
.product-details-wrap .info
{
    padding-bottom: 15px;

    border-bottom: 1px dashed #ddd;
}
.product-details-wrap .info h1
{
    font-size: 16px;
    font-weight: 700;

    margin: 0 0 10px;
}
.product-details-wrap .info .number
{
    color: #666464;
}
.product-details-wrap .info .number b
{
    color: #0555ac;
}
.product-details-wrap .intro p
{
    margin: 0;

    color: #666;
}
.product-details-wrap .intro img
{
    height: auto !important;
    max-height: 100%;
}
.product-details-wrap .thumbnail-wrap
{
    position: relative;

    margin-top: 65px;
}
@media (min-width: 481px)
{
    .product-details-wrap .thumbnail-wrap
    {
        padding-top: 65px;
    }
}
@media (max-width: 480px)
{
    .product-details-wrap .thumbnail-wrap
    {
        margin-top: 30px;
    }
}
@media (min-width: 481px)
{
    .product-details-wrap .related-box
    {
        position: absolute;
        top: 0;
        left: 0;

        width: 100%;
    }
}
.product-details-wrap .related-box .related
{
    font-size: 16px;

    margin-bottom: 2px;

    color: #999;
}
@media (min-width: 1200px)
{
    .product-details-wrap .related-box .related a:hover
    {
        color: #f00;
    }
}
@media (max-width: 1199px)
{
    .product-details-wrap .related-box .related a:active
    {
        color: #f00;
    }
}
.product-details-wrap .related-box .pro-page p
{
    font-size: 12px;
    line-height: 1.78571429;

    margin: 0;

    color: #999;
}
@media (min-width: 1200px)
{
    .product-details-wrap .related-box .pro-page a:hover
    {
        text-decoration: underline;

        color: #0555ac;
    }
}
@media (max-width: 1199px)
{
    .product-details-wrap .related-box .pro-page a:active
    {
        text-decoration: underline;

        color: #0555ac;
    }
}
.product-details-wrap .pro-thumbnail
{
    position: relative;

    width: 400px;
    max-width: 100%;
    margin-top: 35px;
}
@media (max-width: 480px)
{
    .product-details-wrap .pro-thumbnail
    {
        margin-top: 0;
        margin-bottom: 25px;
    }
}
.product-details-wrap .slider-nav
{
    padding: 0 35px;
}
.product-details-wrap .slider-nav .slick-slide .item
{
    padding: 0 10px;

    -webkit-transition: .3s;
            transition: .3s;
}
@media (max-width: 767px)
{
    .product-details-wrap .slider-nav .slick-slide .item
    {
        padding: 0 5px;
    }
}
.product-details-wrap .pro-btn
{
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
.product-details-wrap .pro-btn span
{
    position: absolute;
    z-index: 10;
    top: 50%;

    width: 24px;
    height: 38px;

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

    background: none;
    background: no-repeat center;
    background-size: contain;
}
@media (max-width: 767px)
{
    .product-details-wrap .pro-btn span
    {
        width: 18px;
        height: 26px;
    }
}
.product-details-wrap .pro-btn .prev
{
    left: 0;

    background-image: url(../images/fixed/pre-no.gif);
}
.product-details-wrap .pro-btn .next
{
    right: 0;

    background-image: url(../images/fixed/next-no.gif);
}
.product-details-wrap .details-tab .tab-card
{
    position: relative;
}
.product-details-wrap .details-tab .tab-nav
{
    border-bottom: 1px solid #446087;
}
.product-details-wrap .details-tab .tab-nav li
{
    display: inline-block;

    margin-left: 8px;
}
.product-details-wrap .details-tab .tab-nav li:first-child
{
    margin-left: 0;
}
.product-details-wrap .details-tab .tab-nav a
{
    display: block;

    padding: 6px 30px;

    color: #727171;
    border-radius: 3px 3px 0 0;
    background-color: #eee;
}
@media (max-width: 767px)
{
    .product-details-wrap .details-tab .tab-nav a
    {
        font-size: 12px;

        padding: 6px 20px;
    }
}
.product-details-wrap .details-tab .tab-nav .active a
{
    color: #fff;
    background-color: #0555ac;
}
.product-details-wrap .details-tab .tab-list
{
    display: none;
}
.product-details-wrap .details-tab .tab-list .list-content
{
    padding: 25px 0;
}
@media (max-width: 767px)
{
    .product-details-wrap .details-tab .tab-list .list-content
    {
        padding: 15px 0;
    }
}
.product-details-wrap .details-tab .tab-list .list-content p
{
    font-size: 12px;

    margin: 0;

    color: #666464;
}
.product-details-wrap .details-tab .tab-list .list-content img
{
    max-width: 100%;
    height: auto !important;
}
.product-details-wrap .inquiry-form
{
    margin-top: 50px;
}
.inquiry-form input::-webkit-input-placeholder,
.inquiry-form textarea::-webkit-input-placeholder
{
    color: #888;
}
.inquiry-form input:-o-placeholder,
.inquiry-form textarea:-o-placeholder
{
    color: #888;
}
.inquiry-form input::-moz-placeholder,
.inquiry-form textarea::-moz-placeholder
{
    color: #888;
}
.inquiry-form input:-ms-input-placeholder,
.inquiry-form textarea:-ms-input-placeholder
{
    color: #888;
}
.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 form input,
.inquiry-form form textarea
{
    font-size: 16px;
    font-weight: 300;

    display: block;

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

    color: #888;
    border: 1px solid #eee;
}
@media (max-width: 767px)
{
    .inquiry-form form input,
    .inquiry-form form textarea
    {
        padding: 12px 15px;
    }
}
@media (max-width: 480px)
{
    .inquiry-form form input,
    .inquiry-form form textarea
    {
        font-size: 14px;
    }
}
.inquiry-form form textarea
{
    height: 120px;
}
.inquiry-form form .required
{
    font-size: 16px;
}
.inquiry-form form .submit
{
    font-size: 16px;
    line-height: 40px;

    position: relative;

    display: inline-block;
    overflow: hidden;

    width: 200px;
    height: 40px;
    margin-top: 5px;

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

    color: #fff;
    background-color: #0555ac;
}
@media (min-width: 1200px)
{
    .inquiry-form form .submit:hover
    {
        text-decoration: underline;

        box-shadow: inset 0 2px 10px rgba(0, 0, 0, .4);
    }
}
@media (max-width: 1199px)
{
    .inquiry-form form .submit:active
    {
        text-decoration: underline;

        box-shadow: inset 0 2px 10px rgba(0, 0, 0, .4);
    }
}
@media (max-width: 767px)
{
    .inquiry-form form .submit
    {
        width: 160px;
    }
}
.online-wrap .btn
{
    line-height: 38px;

    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: 5px;
    background-color: rgba(64, 64, 64, .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: 60px;

    display: none;

    width: 100px;
    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;

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

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

    color: #fff;
}
@media (min-width: 1200px)
{
    .online-wrap .online a:hover
    {
        background-color: rgba(25, 118, 210, .7);
    }
}
@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,
    .online-wrap .online .icon-zuoji:hover .phone-num
    {
        right: 100%;
    }
}
.online-wrap .online .icon-phone .phone-num,
.online-wrap .online .icon-zuoji .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,
.online-wrap .online .icon-zuoji .phone-num p
{
    padding: 0 10px;

    color: #fff;
    background-color: #404040;
    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;

    -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
            transform: translateY(50%);
}
.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;
}
.xs-online
{
    position: fixed;
    z-index: 999;
    bottom: 0;
    left: 0;

    width: 100%;

    background-color: rgba(0, 0, 0, .8);
    box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, .2);
}
.xs-online ul
{
    display: table;

    width: 100%;

    table-layout: fixed;

    text-align: center;

    color: #fff;
}
.xs-online ul li
{
    display: table-cell;

    width: 20%;

    border-left: 1px solid #3e3e3e;
}
.xs-online ul li &gt; a
{
    display: block;

    padding: 6px 0;
}
.xs-online ul li &gt; a:before
{
    font-family: 'iconfont' !important;
    font-size: 16px;
    font-style: normal;

    display: block;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.xs-online ul li &gt; a span
{
    font-size: 10px;
    line-height: 17px;

    display: block;

    height: 17px;
}
@media (max-width: 480px)
{
    .xs-online ul li &gt; a span
    {
        font-size: 2.8vmin;
    }
}
.xs-online ul li:first-child
{
    border-left: none;
}
.xs-online ul li.tel &gt; a:before
{
    content: '\e61c';
}
.xs-online ul li.mail &gt; a:before
{
    content: '\e6a4';
}
.xs-online ul li.whatsapp &gt; a:before
{
    content: '\e621';
}
.xs-online ul li.feedback &gt; a:before
{
    content: '\e7a5';
}
.xs-online ul li.inquiry &gt; a:before
{
    content: '\e636';
}
.xs-online ul li.top &gt; a:before
{
    content: '\e605';
}
.xs-online ul li.product &gt; a:before
{
    content: '\e625';
}
.xs-online ul li.wechat,
.xs-online ul li.weixin
{
    position: relative;
}
.xs-online ul li.wechat:hover .pic-box,
.xs-online ul li.weixin:hover .pic-box
{
    display: block;
}
.xs-online ul li.wechat &gt; a:before,
.xs-online ul li.weixin &gt; a:before
{
    content: '\e604';
}
.xs-online ul li.wechat .pic-box,
.xs-online ul li.weixin .pic-box
{
    position: absolute;
    bottom: 100%;
    left: 50%;

    display: none;

    width: 100px;
    max-width: 100px;
    padding: 5px;

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

    background-color: #fff;
    box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, .2);
}
.xs-online ul li.wechat .pic-box img,
.xs-online ul li.weixin .pic-box img
{
    display: block;

    width: 100%;
}
.xs-online ul li.wechat .pic-box p,
.xs-online ul li.weixin .pic-box p
{
    line-height: 30px;

    margin: 0;

    white-space: nowrap;

    color: #333;
}
.share
{
    font-weight: 500;

    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: 30px;

    display: block;

    width: 30px;
    height: 30px;

    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
{
    background-color: #c4302b;
}
.share.color .icon-instagram:before
{
    background-color: #6b3d2e;
}
.share.color .icon-google:before
{
    background-color: #dc4e41;
}
.footer
{
    color: #fff;
    background-color: #323232;
}
@media (max-width: 480px)
{
    .footer
    {
        padding: 10px 0;
    }
}
.footer .info-wrap
{
    font-size: 0;

    letter-spacing: -8px;
}
.footer .info-wrap &gt; div
{
    font-size: 14px;

    letter-spacing: 0;
}
@media (min-width: 481px)
{
    .footer .info-wrap &gt; div
    {
        display: inline-block;

        vertical-align: middle;
    }
}
.footer .code
{
    padding: 55px 5px;

    text-align: center;
}
@media (min-width: 481px)
{
    .footer .code
    {
        width: 190px;

        background-color: #0555ac;
    }
}
@media (max-width: 480px)
{
    .footer .code
    {
        display: inline-block;

        max-width: 100%;
        padding: 15px 0;
    }
}
.footer .code h1
{
    font-size: 26px;

    margin: 0 0 20px;
}
.footer .code img
{
    max-width: 100%;
}
.footer .code p
{
    font-size: 17px;

    margin: 15px 0 0;
}
@media (min-width: 481px)
{
    .footer .info
    {
        width: -webkit-calc(100% - 190px);
        width:         calc(100% - 190px);
        padding-left: 100px;
    }
}
@media (min-width: 481px) and (max-width: 1199px)
{
    .footer .info
    {
        padding-left: 40px;
    }
}
.footer .info p
{
    line-height: 1.6;
}
.footer .info .copyright a
{
    margin-left: 25px;
}
.footer .info a:hover
{
    text-decoration: underline;
}
.footer .f-nav
{
    display: inline-block;

    margin-bottom: 15px;
    padding-bottom: 10px;

    border-bottom: 2px solid #0555ac;
}
.footer .f-nav li
{
    display: inline-block;

    margin-right: 33px;
    margin-bottom: 5px;
}
.footer .f-nav li:last-child
{
    margin-right: 0;
}
.footer .f-nav li a:hover
{
    text-decoration: underline;
}
.zoomDiv
{
    z-index: 999;

    display: none;
    overflow: hidden;

    text-align: center;

    border: 1px solid #ccc;
    background: #fff;
}
@media (max-width: 1199px)
{
    .zoomDiv
    {
        display: none !important;
    }
}
@media (min-width: 768px)
{
    .zoomDiv
    {
        position: absolute;
    }
}
.zoomMask
{
    position: absolute;
    z-index: 20;

    cursor: move;

    opacity: .5;
    border: 1px solid #aaa;
    background-color: #fff;
}
@media (max-width: 1199px)
{
    .zoomMask
    {
        display: none !important;
    }
}
@media (max-width: 767px)
{
    .zoomMask
    {
        display: none;
    }
}
</pre></body></html>