@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: 'Source Han Sans CN', 'Noto Sans TC', Arial, Helvetica, 'Helvetica Neue', 'Hiragino Sans GB', 'PingFang SC', 'Microsoft YaHei', 'Heiti SC', 'WenQuanYi Micro Hei', sans-serif;
}
body.fixed
{
    overflow: hidden;
}
@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: 33px;

    display: block;

    width: 35px;
    height: 35px;

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

    color: #848484;
    border: 1px solid #d5d5d5;
    border-radius: 50%;
}
@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: #d61718;
    background-color: #d61718;
}
.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;
}
.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: 10px !important;

    border: 1px solid #ccc !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;
}
.table-box table td
{
    font-size: 12px;
}
.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
{
    z-index: 999;

    width: 100%;
}
@media (min-width: 1200px)
{
    .header
    {
        -webkit-transition: .3s;
                transition: .3s;

        border-bottom: 4px solid #d61718;
    }
    .header.fixed .header-box
    {
        position: fixed;
        z-index: 9999;
        bottom: 100%;
        left: 0;

        width: 100%;

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

        background-color: #fff;
        box-shadow: 0 2px 14px 1px rgba(0, 0, 0, .2);
    }
    .header.fixed .header-box .logo > a
    {
        width: 130px;
        padding: 10px 0;
    }
    .header.fixed .header-box .nav .nav-list1 > li.active:after
    {
        -webkit-transition-delay: 0s;
                transition-delay: 0s;

        opacity: 0;
    }
    .header.fixed .header-box .nav .nav-list1 > li > a
    {
        padding: 25px 5px;
    }
}
.header .top
{
    font-size: 12px;
    line-height: 40px;

    overflow: hidden;

    height: 40px;

    color: #fff;
    background-color: #d61718;
}
.header .top .contact
{
    float: left;
}
.header .top .contact p
{
    display: inline-block;

    margin: 0;
}
.header .top .contact p:before
{
    font-family: 'iconfont' !important;
    font-size: 14px;
    font-style: normal;

    display: inline-block;

    margin-top: -2px;
    margin-right: 15px;

    vertical-align: middle;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.header .top .contact .tel
{
    margin-left: 55px;
}
@media (max-width: 991px)
{
    .header .top .contact .tel
    {
        margin-left: 25px;
    }
}
.header .top .contact .tel:before
{
    content: '\e623';
}
.header .top .contact .mail:before
{
    font-size: 15px;

    content: '\e6a4';
}
.header .top .contact a:hover
{
    text-decoration: underline;
}
.header .top .fun-btn
{
    font-size: 0;

    float: right;

    letter-spacing: -8px;
}
.header .top .fun-btn > div
{
    font-size: 14px;

    display: inline-block;

    vertical-align: middle;
    letter-spacing: 0;
}
.header .top .fun-btn .lang
{
    margin-left: 32px;
}
.header .top .fun-btn .lang a
{
    font-size: 14px;

    text-decoration: underline;
}
.header .bottom
{
    position: relative;
}
@media (max-width: 1199px)
{
    .header .bottom
    {
        height: auto !important;
    }
}
.header .header-box .container
{
    font-size: 0;

    position: relative;

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

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

    content: '';
}
.header .header-box .container > 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: 20px 0;

    -webkit-transition: .3s;
            transition: .3s;
}
@media (max-width: 1199px)
{
    .header .logo a
    {
        width: 130px;
        padding: 15px 0;
    }
}
@media (max-width: 767px)
{
    .header .logo a
    {
        width: 100px;
    }
}
.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;
    }
}
.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: #d61718;
}
.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: #d61718;
}
@media (min-width: 1200px)
{
    .header .mouse-line
    {
        position: absolute;
        z-index: 2;
        left: 0;

        display: block;

        height: 3px;

        -webkit-transition: all .4s cubic-bezier(0, .225, .435, 1.3);
                transition: all .4s cubic-bezier(0, .225, .435, 1.3);

        background-color: #f28684;
    }
    .header .mouse-line.nav-line
    {
        top: 0;
    }
    .header .mouse-line.inside-line
    {
        bottom: -1px;
    }
}
.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
{
    font-size: 20px;
    font-weight: bold;

    margin-left: 40px;

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

    color: #c5c5c5;
}
@media (max-width: 1199px)
{
    .header .find
    {
        color: #333;
    }
}
.header .find:before
{
    font-family: 'iconfont' !important;

    margin-right: 5px;

    content: '\e660';
}
.header .find:hover
{
    color: #d61718;
}
.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%);
    -webkit-transform: translate3d(-100%, 0, 0);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
            transform: translate3d(-100%, 0, 0);
}
.header .nav.left-200
{
    -webkit-transform: translateX(-200%);
    -webkit-transform: translate3d(-200%, 0, 0);
        -ms-transform: translateX(-200%);
            transform: translateX(-200%);
            transform: translate3d(-200%, 0, 0);
}
.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
    {
        position: relative;
    }
    .header .nav .nav-list1 > li.active:after
    {
        position: absolute;
        bottom: 0;
        left: 50%;

        width: 0;
        height: 0;
        margin-left: -4px;

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

        border-width: 0 5px 4px 5px;
        border-style: solid;
        border-color: transparent transparent #d61718 transparent;
    }
    .header .nav .nav-list1 > li.active > a
    {
        font-weight: bold;

        color: #d61718;
    }
    .header .nav .nav-list1 > li:hover > a
    {
        color: #d61718;
    }
    .header .nav .nav-list1 > li > a
    {
        font-size: 16px;

        position: relative;

        display: block;

        padding: 49px 10px;

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

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

        text-align: center;

        background-color: rgba(214, 23, 24, .7);
    }
    .header .nav .nav-list1 .nav-list2
    {
        position: absolute;
        z-index: 10;
        top: 100%;
        left: 50%;

        min-width: 120px;
        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 22px;
    }
}
@media (min-width: 1200px) and (max-width: 1349px)
{
    .header .nav .nav-list1 > li
    {
        padding: 0 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;
}
.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: 3px solid #1f1e1e;
    background: none;
}
@media (max-width: 767px)
{
    .search-wrap .search .input-text
    {
        padding-left: 5px;
    }
}
.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;
}
.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: #d61718;
}
.slick-dots li button
{
    display: none;
}
.banner
{
    font-size: 0;

    position: relative;
    z-index: 2;

    overflow: hidden;

    width: 100%;

    letter-spacing: -8px;
}
.banner img
{
    display: block;

    width: 100%;
}
@media (max-width: 1199px)
{
    .banner .slick
    {
        width: 110%;
        max-width: 110%;
        margin-left: -5%;
    }
}
.banner .slick-dots
{
    position: absolute;
    bottom: 30px;
    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%;
    padding: 70px 0 80px;
}
@media (max-width: 991px)
{
    .index-box
    {
        padding: 55px 0 65px;
    }
}
@media (max-width: 767px)
{
    .index-box
    {
        padding: 45px 0 40px;
    }
}
.index-box .title
{
    margin-bottom: 35px;

    text-align: center;
}
@media (max-width: 767px)
{
    .index-box .title
    {
        margin-bottom: 25px;
    }
}
.index-box .title h3
{
    font-size: 30px;
    font-weight: bold;

    margin: 0 0 15px;
}
@media (max-width: 767px)
{
    .index-box .title h3
    {
        font-size: 28px;
    }
}
@media (max-width: 480px)
{
    .index-box .title h3
    {
        font-size: 26px;
    }
}
.index-box .title p
{
    line-height: 2.57142857;

    margin: 0;

    color: #666;
}
@media (max-width: 767px)
{
    .index-box .title p
    {
        line-height: 2.14285714;
    }
}
@media (max-width: 480px)
{
    .index-box .title p
    {
        font-size: 12px;
        line-height: 2;
    }
}
.index-product .list li
{
    margin-bottom: 30px;
    padding: 0 50px;
}
@media (max-width: 1469px)
{
    .index-product .list li
    {
        padding: 0 32px;
    }
}
@media (max-width: 1199px)
{
    .index-product .list li
    {
        padding: 0 15px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .index-product .list li
    {
        padding: 0 20px;
    }
}
@media (max-width: 480px)
{
    .index-product .list li
    {
        width: 100%;
    }
}
.index-product .list .item
{
    display: block;

    padding: 10%;

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

    border: 1px solid #dfdfdf;
    border-radius: 10px;
    background-color: #f4f4f4;
    box-shadow: 0 3px 16px 0 rgba(7, 17, 27, .1);
}
@media (min-width: 1200px)
{
    .index-product .list .item:hover
    {
        background-color: #fff;
        box-shadow: 0 3px 16px 0 rgba(7, 17, 27, .2);
    }
}
@media (max-width: 480px)
{
    .index-product .list .item
    {
        padding: 8%;
    }
}
.index-product .list .pic-box
{
    position: relative;
    z-index: 2;

    overflow: hidden;

    border: 1px dashed #bfbfbf;
    border-radius: 50%;
}
.index-product .list p
{
    font-size: 16px;
    font-weight: bold;

    position: absolute;
    z-index: 4;
    top: 77%;
    left: 0;

    width: 100%;
    margin: 0;
    padding: 0 15%;

    text-align: center;
}
@media (max-width: 1199px)
{
    .index-product .list p
    {
        font-size: 14px;
    }
}
.index-product .more
{
    padding-top: 30px;

    text-align: center;
}
@media (max-width: 991px)
{
    .index-product .more
    {
        padding-top: 15px;
    }
}
.index-product .more > b,
.index-product .more > a
{
    display: inline-block;

    vertical-align: middle;
}
.index-product .more b
{
    font-size: 18px;
}
@media (max-width: 767px)
{
    .index-product .more b
    {
        font-size: 16px;

        display: block;

        margin-bottom: 15px;
    }
}
.index-product .more > a
{
    margin-left: 30px;
    padding: 10px 47px;

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

    color: #fff;
    border-radius: 40px;
    background-color: #d61718;
}
@media (min-width: 1200px)
{
    .index-product .more > a:hover
    {
        box-shadow: inset 0 2px 10px rgba(0, 0, 0, .25);
    }
}
@media (max-width: 1199px)
{
    .index-product .more > a:active
    {
        box-shadow: inset 0 2px 10px rgba(0, 0, 0, .25);
    }
}
@media (max-width: 767px)
{
    .index-product .more > a
    {
        margin-left: 0;
        padding: 8px 35px;
    }
}
.index-about
{
    background: fixed center no-repeat;
    background-size: cover;
}
.index-about .title
{
    margin-bottom: 0;
}
.index-about .title h3,
.index-about .title p
{
    color: #fff;
}
@media (min-width: 1200px)
{
    .index-about .title h3
    {
        margin-bottom: 25px;
    }
}
.index-app
{
    border-bottom: 1px solid #e4e4e4;
}
.index-app .list
{
    margin-top: -25px;
}
.index-app .list .img-box
{
    padding-bottom: 63.63636364%;
}
.index-app .list li
{
    margin-top: 25px;
}
@media (max-width: 480px)
{
    .index-app .list li
    {
        width: 100%;
    }
}
.index-app .item > p
{
    font-weight: bold;

    display: block;
    overflow: hidden;

    height: 20px;
    margin: 15px 0 0;

    -webkit-transition: .3s;
            transition: .3s;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
}
@media (min-width: 1200px)
{
    .index-app .item img
    {
        -webkit-transition:         transform 1s;
        -webkit-transition: -webkit-transform 1s;
                transition: -webkit-transform 1s;
                transition:         transform 1s;
                transition:         transform 1s, -webkit-transform 1s;
    }
    .index-app .item:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
@media (min-width: 1200px)
{
    .index-app .item:hover .pic-box
    {
        box-shadow: 0 0 14px 3px rgba(0, 0, 0, .3);
    }
    .index-app .item:hover .mask
    {
        opacity: 1;
    }
    .index-app .item:hover > p
    {
        color: #d61718;
    }
}
.index-app .pic-box
{
    position: relative;

    display: block;
    overflow: hidden;

    -webkit-transition: .4s;
            transition: .4s;
}
.index-app .mask
{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

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

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

    opacity: 0;
    color: #fff;
    background-color: rgba(0, 0, 0, .5);
}
.index-app .mask:before
{
    position: absolute;
    z-index: 2;
    top: 20px;
    right: 25px;
    bottom: 20px;
    left: 25px;

    content: '';

    border: 2px solid #fff;
    border-left: none;
}
@media (max-width: 1199px)
{
    .index-app .mask
    {
        display: none !important;
    }
}
.index-app .mask .line:before,
.index-app .mask .line:after
{
    position: absolute;
    left: 25px;

    display: block;

    width: 2px;
    height: 12%;

    content: '';

    background-color: #fff;
}
.index-app .mask .line:before
{
    top: 20px;
}
.index-app .mask .line:after
{
    bottom: 20px;
}
.index-app .mask .intro
{
    position: relative;
    z-index: 5;
    top: 50%;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.index-app .mask .intro p
{
    font-weight: 300;
    line-height: 1.71428571;

    display: -webkit-box;
    overflow: hidden;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media (min-width: 1200px)
{
    .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;
    }
    .news-list .item:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
@media (min-width: 1200px)
{
    .news-list .item:hover .intro
    {
        border-color: transparent;
        background-color: #fff;
        box-shadow: 0 2px 14px 1px rgba(0, 0, 0, .1);
    }
    .news-list .item:hover .intro .more,
    .news-list .item:hover .intro .more a:after
    {
        -webkit-transition: .3s;
                transition: .3s;

        color: #d61718;
    }
}
.news-list .img-box
{
    padding-bottom: 55.55555556%;
}
.news-list .pic-box
{
    position: relative;
}
.news-list .date
{
    position: absolute;
    z-index: 5;
    top: 25px;
    left: 25px;

    padding: 12px 14px;

    -webkit-transform: translateZ(1px);
            transform: translateZ(1px);
    text-align: center;

    color: #fff;
    background-color: #d61718;
}
.news-list .date span
{
    font-weight: 300;

    display: block;

    letter-spacing: 1px;
}
.news-list .intro
{
    padding: 30px;

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

    border: 1px solid #e4e4e4;
    background-color: #f5f5f5;
}
@media (max-width: 767px)
{
    .news-list .intro
    {
        padding: 25px 15px;
    }
}
.news-list .intro h4
{
    font-size: 16px;
    font-weight: bold;

    overflow: hidden;

    height: 18px;
    margin-top: 0;

    white-space: nowrap;
    text-overflow: ellipsis;
}
.news-list .intro p
{
    font-weight: 300;
    line-height: 2.14285714;

    display: -webkit-box;
    overflow: hidden;

    height: 90px;
    margin: 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media (max-width: 991px)
{
    .news-list .intro p
    {
        height: 60px;

        -webkit-line-clamp: 2;
    }
}
.news-list .intro .more
{
    font-size: 12px;

    margin-top: 15px;
}
.news-list .intro .more a span,
.news-list .intro .more a:after
{
    display: inline-block;

    vertical-align: middle;
}
.news-list .intro .more a:after
{
    font-family: 'iconfont' !important;
    font-size: 17px;
    line-height: 1;

    display: inline-block;

    margin-left: 13px;

    content: '\e6cb';

    color: #5f5f5f;
}
.index-news .news-list
{
    margin-top: -10px;
}
.index-news .slick-list
{
    margin: 0 -15px;
}
.index-news .slick-slide
{
    padding: 10px 15px;
}
.index-news .slick-arrow
{
    position: absolute;
    z-index: 20;
    top: 50%;

    display: block;

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

    color: #c2c2c2;
    background: none;
}
.index-news .slick-arrow:before
{
    font-family: 'iconfont' !important;
    font-size: 14px;
    font-size: 30px;
    font-weight: bold;
    font-style: normal;

    letter-spacing: 0;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.index-news .slick-arrow:hover
{
    color: #d61718;
}
.index-news .slick-prev
{
    left: -70px;
}
.index-news .slick-prev:before
{
    content: '\e601';
}
.index-news .slick-next
{
    right: -70px;
}
.index-news .slick-next:before
{
    content: '\e827';
}
.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: 110%;
        margin-left: -5%;
    }
}
@media (max-width: 1349px)
{
    .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%;
    }
}
.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: #d61718;
    background-color: #d61718;
}
@media (min-width: 1200px)
{
    .inside-nav li:hover a
    {
        color: #fff;
        border-color: #d61718;
        background-color: #d61718;
    }
}
@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;
    }
}
.breadcrumb
{
    margin: 0 0 25px;
    padding: 0;

    color: #888;
    background: none;
}
.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
    {
        margin-right: 5px;
    }
}
.breadcrumb li:last-child:before
{
    padding-right: 12px;
}
.breadcrumb li a:hover
{
    text-decoration: underline;

    color: #d61718;
}
.breadcrumb > li + li:before
{
    padding: 0 10px;

    content: '>';
}
@media (max-width: 767px)
{
    .breadcrumb > li + li:before
    {
        padding: 0 5px;
    }
}
.list-l
{
    position: relative;
    z-index: 10;

    margin-bottom: -9999px;
    padding-bottom: 9999px;
}
.list-l:after
{
    position: absolute;
    z-index: -1;
    top: 0;
    right: 15px;

    display: block;

    width: 2000px;
    height: 100%;

    content: '';

    background-color: #f4f4f4;
}
@media (min-width: 1200px)
{
}
@media (max-width: 1199px)
{
    .list-l
    {
        display: none;
    }
}
.list-l .menu-wrap
{
    position: relative;
    z-index: 20;

    width: 300px;
    max-width: 100%;
    padding-top: 60px;
    padding-bottom: 80px;
}
.list-l .menu-wrap:after,
.list-l .menu-wrap
{
    background-color: #f4f4f4;
}
.list-l h3
{
    font-size: 20px;
    font-weight: bold;

    margin: 0;
    padding: 24px 20px;

    color: #fff;
    background-color: #d61718;
}
.list-l .menu
{
    position: relative;
    z-index: 10;

    border: 1px solid #e1e1e1;
    background-color: #fff;
}
.list-l .menu .menu1 > li
{
    cursor: pointer;

    border-top: 1px solid #e1e1e1;
}
.list-l .menu .menu1 > li > a
{
    position: relative;

    display: block;

    padding: 22px 40px 22px 20px;

    -webkit-transition: .2s;
            transition: .2s;
}
.list-l .menu .menu1 > li > a:after
{
    font-family: 'iconfont' !important;

    position: absolute;
    top: 50%;
    right: 25px;

    display: block;

    content: '\e72f';
    -webkit-transition: .3s;
            transition: .3s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    color: #b5b5b5;
}
.list-l .menu .menu1 > li > a:hover,
.list-l .menu .menu1 > li > a:hover:after
{
    color: #d61718;
}
.list-l .menu .menu1 > li.active > a
{
    font-weight: bold;
}
.list-l .menu .menu1 > li.active > a,
.list-l .menu .menu1 > li.active > a:after
{
    color: #d61718;
}
.list-l .menu .menu1 > li.active.more > a:after
{
    -webkit-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
}
.list-l .menu .menu2
{
    display: none;

    padding: 0 20px 0 40px;
}
.list-l .menu .menu2 > li
{
    margin-bottom: 20px;
}
.list-l .menu .menu2 > li > a
{
    display: inline-block;
}
.list-l .menu .menu2 > li > a:hover
{
    color: #d61718;
}
.list-l .menu .menu2 > li.active > a
{
    color: #d61718;
}
.list-l .contact
{
    padding: 20px 15px;
}
.list-l .contact p
{
    line-height: 2.57142857;

    margin: 0;
}
.list-l .contact p span
{
    display: table-cell;
}
.list-l .contact p span:first-child
{
    min-width: 50px;

    white-space: nowrap;
}
.list-l .contact p span:last-child
{
    word-break: break-all;
}
.list-l .contact p a:hover
{
    text-decoration: underline;

    color: #d61718;
}
.list-l .related
{
    padding: 10px 30px;
}
.list-l .related .img-box
{
    padding-bottom: 62.90322581%;
}
.list-l .related .slick-bar-product
{
    position: relative;
}
.list-l .related .slick-arrow
{
    position: absolute;
    z-index: 20;
    top: 50%;

    display: block;

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

    color: #bababa;
    background: none;
}
.list-l .related .slick-arrow:before
{
    font-family: 'iconfont' !important;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;

    letter-spacing: 0;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.list-l .related .slick-arrow:hover
{
    color: #d61718;
}
.list-l .related .slick-prev
{
    left: -20px;
}
.list-l .related .slick-prev:before
{
    content: '\e601';
}
.list-l .related .slick-next
{
    right: -20px;
}
.list-l .related .slick-next:before
{
    content: '\e827';
}
.list-l .related p
{
    margin: 0;

    text-align: center;
}
@media (min-width: 1200px)
{
    .list-l .related .item img
    {
        -webkit-transition:         transform .7s;
        -webkit-transition: -webkit-transform .7s;
                transition: -webkit-transform .7s;
                transition:         transform .7s;
                transition:         transform .7s, -webkit-transform .7s;
    }
    .list-l .related .item:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
.list-l .related .item:hover p
{
    text-decoration: underline;
}
.inside-page
{
    overflow: hidden;
}
.inside-page .content
{
    padding: 60px 0 50px;
}
@media (max-width: 767px)
{
    .inside-page .content
    {
        padding: 50px 0;
    }
}
.inside-page .title
{
    margin-bottom: 60px;

    text-align: center;
}
@media (max-width: 991px)
{
    .inside-page .title
    {
        margin-bottom: 50px;
    }
}
@media (max-width: 767px)
{
    .inside-page .title
    {
        margin-bottom: 35px;
    }
}
.inside-page .title h3
{
    font-size: 30px;
    font-weight: bold;

    margin: 0 0 10px;
}
@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: 20px;

    margin: 0;
}
@media (max-width: 991px)
{
    .inside-page .title p
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .inside-page .title p
    {
        font-size: 16px;
    }
}
@media (max-width: 480px)
{
    .inside-page .title p
    {
        font-size: 14px;
    }
}
.video-wrap .list
{
    font-size: 0;

    padding-top: 0;

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

    display: inline-block;
    float: none;

    margin-bottom: 35px;

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

    display: block;

    cursor: pointer;
}
@media (min-width: 1200px)
{
    .video-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;
    }
    .video-wrap .list .item:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
.video-wrap .list .item p
{
    font-weight: bold;
    line-height: 1.71428571;

    margin: 0;

    text-align: center;
}
.video-wrap .list .img-box
{
    margin-bottom: 20px;
    padding-bottom: 59.09090909%;
}
@media (max-width: 767px)
{
    .video-wrap .list .img-box
    {
        margin-bottom: 10px;
    }
}
.video-wrap .list .img-box:after
{
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

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

    background-color: rgba(0, 0, 0, .3);
}
.video-wrap .list .img-box:before
{
    font-family: 'iconfont' !important;
    font-size: 36px;
    font-weight: normal;

    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;

    display: block;

    content: '\e717';
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    text-align: center;

    color: #fff;
}
.service-wrap .pic-box img
{
    display: block;

    max-width: 100%;
}
.service-wrap .list
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-top: 60px;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
@media (max-width: 991px)
{
    .service-wrap .list
    {
        margin-top: 50px;
    }
}
@media (max-width: 767px)
{
    .service-wrap .list
    {
        margin-top: 30px;
    }
}
.service-wrap .list li
{
    float: left;

    width: 33.333333%;
    padding: 20px 30px 15px;
}
.service-wrap .list li:nth-child(even)
{
    background-color: #ececec;
}
.service-wrap .list li:nth-child(odd)
{
    background-color: #f6f6f6;
}
@media only screen and (min-width: 481px) and (max-width: 991px)
{
    .service-wrap .list li
    {
        width: 50%;
    }
    .service-wrap .list li:nth-child(1),
    .service-wrap .list li:nth-child(4),
    .service-wrap .list li:nth-child(5)
    {
        background-color: #ececec;
    }
    .service-wrap .list li:nth-child(2),
    .service-wrap .list li:nth-child(3),
    .service-wrap .list li:nth-child(6)
    {
        background-color: #f6f6f6;
    }
}
@media (max-width: 480px)
{
    .service-wrap .list li
    {
        width: 100%;
    }
}
.service-wrap .list li .area
{
    font-size: 16px;
    font-weight: bold;

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

    color: #d61718;
    border-bottom: 1px dashed #aeaeae;
}
.service-wrap .list li p
{
    font-weight: bold;
    line-height: 2.14285714;

    margin: 0;
}
.honor-wrap .list
{
    font-size: 0;

    letter-spacing: -8px;
}
@media (max-width: 480px)
{
    .honor-wrap .list
    {
        margin: 0 -5px;
    }
}
.honor-wrap .list li
{
    font-size: 14px;

    display: inline-block;
    float: none;

    margin-bottom: 40px;

    vertical-align: top;
    letter-spacing: 0;
}
@media (max-width: 480px)
{
    .honor-wrap .list li
    {
        margin-bottom: 20px;
        padding: 0 5px;
    }
}
@media (min-width: 1200px)
{
    .honor-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;
    }
    .honor-wrap .list .item:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
.honor-wrap .list .item:hover p
{
    color: #d61718;
}
.honor-wrap .list .pic-box
{
    display: block;
    overflow: hidden;
}
.honor-wrap .list .pic-box img
{
    display: block;

    max-width: 100%;
    height: auto !important;
    margin: 0 auto;
}
.honor-wrap .list .intro
{
    margin-top: 15px;

    text-align: center;
}
@media (max-width: 480px)
{
    .honor-wrap .list .intro
    {
        margin-top: 10px;
    }
}
.honor-wrap .list .intro p
{
    font-weight: bold;

    overflow: hidden;

    margin: 0;

    -webkit-transition: .3s;
            transition: .3s;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.about-wrap .intro-wrap h1
{
    font-size: 30px;
    font-weight: bold;

    margin: 0 0 20px;
}
@media (max-width: 991px)
{
    .about-wrap .intro-wrap h1
    {
        font-size: 26px;

        margin-bottom: 15px;
    }
}
@media (max-width: 767px)
{
    .about-wrap .intro-wrap h1
    {
        font-size: 24px;
    }
}
@media (max-width: 480px)
{
    .about-wrap .intro-wrap h1
    {
        font-size: 22px;

        margin-bottom: 10px;
    }
}
.about-wrap .intro-wrap p
{
    line-height: 2.14285714;

    margin: 0;

    color: #888;
}
.about-wrap .intro-wrap .pic-box
{
    font-size: 0;

    margin: 0 -5px;
    padding-top: 10px;

    letter-spacing: -8px;
}
.about-wrap .intro-wrap .pic-box img
{
    display: inline-block;

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

    vertical-align: top;
}
.product-wrap .list li
{
    margin-bottom: 40px;
}
@media (max-width: 767px)
{
    .product-wrap .list li
    {
        margin-bottom: 30px;
    }
}
@media (max-width: 480px)
{
    .product-wrap .list li
    {
        width: 100%;
        margin-bottom: 25px;
    }
}
.product-wrap .list .img-box
{
    padding-bottom: 62.90322581%;
}
.product-wrap .list .item
{
    border: 1px solid #dbdbdb;
}
@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 .intro
    {
        background-color: #d61718;
    }
    .product-wrap .list .item:hover .intro,
    .product-wrap .list .item:hover .intro a:after
    {
        color: #fff;
    }
}
.product-wrap .list .intro
{
    margin-top: 1px;
    padding: 12px 20px;

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

    border-top: 1px solid #dbdbdb;
    background-color: #efefef;
}
.product-wrap .list .intro p
{
    margin: 0;
}
.product-wrap .list .intro a
{
    position: relative;

    display: block;

    padding-right: 30px;
}
.product-wrap .list .intro a:after
{
    font-family: 'iconfont' !important;
    font-size: 20px;

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

    content: '\e6cb';
    -webkit-transition: .5s;
            transition: .5s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    color: #6e6e6e;
}
.product-wrap .list .intro span
{
    font-weight: bold;

    display: block;
    overflow: hidden;

    white-space: nowrap;
    text-overflow: ellipsis;
}
.product-wrap .page
{
    margin-top: 20px;
}
@media (max-width: 991px)
{
    .product-wrap .page
    {
        margin-top: 10px;
    }
}
@media (max-width: 767px)
{
    .product-wrap .page
    {
        margin-top: 0;
    }
}
.product-details-wrap .carousel-wrap
{
    overflow: hidden;
}
@media only screen and (min-width: 992px)
{
    .product-details-wrap .carousel-wrap .left,
    .product-details-wrap .carousel-wrap .right
    {
        float: left;
    }
    .product-details-wrap .carousel-wrap .left
    {
        width: 59.04761905%;
    }
    .product-details-wrap .carousel-wrap .right
    {
        width: 40.95238095%;
        padding-left: 25px;
    }
}
.product-details-wrap .carousel-wrap .img-box
{
    padding-bottom: 62.90322581%;
}
.product-details-wrap .carousel-wrap .carousel
{
    font-size: 0;

    position: relative;
    z-index: 10;

    overflow: hidden;

    padding: 1px;

    letter-spacing: -8px;

    border: 1px solid #dbdbdb;
}
@media (max-width: 991px)
{
    .product-details-wrap .carousel-wrap .carousel
    {
        width: 620px;
        max-width: 100%;
    }
}
.product-details-wrap .carousel-wrap .carousel .slider-for
{
    position: relative;
    z-index: 2;

    overflow: hidden;
}
@media (max-width: 767px)
{
    .product-details-wrap .carousel-wrap .carousel .slider-for
    {
        width: 620px;
        max-width: 100%;
        margin: 0;
    }
}
.product-details-wrap .carousel-wrap .slider-nav
{
    z-index: 5;

    overflow: hidden;

    width: 100%;
    padding: 35px 0 80px;

    border-top: 1px dashed #ababab;
}
@media (max-width: 1469px)
{
    .product-details-wrap .carousel-wrap .slider-nav
    {
        padding: 35px 0 50px;
    }
}
@media (max-width: 1349px)
{
    .product-details-wrap .carousel-wrap .slider-nav
    {
        padding: 25px 0 35px;
    }
}
@media (max-width: 767px)
{
    .product-details-wrap .carousel-wrap .slider-nav
    {
        padding-left: 0;
    }
}
@media (max-width: 480px)
{
    .product-details-wrap .carousel-wrap .slider-nav
    {
        padding: 25px 0 20px;
    }
}
.product-details-wrap .carousel-wrap .slider-nav .slick-slide
{
    padding: 3px;

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

    overflow: hidden;

    border: 1px solid #ddd;
}
.product-details-wrap .carousel-wrap .info-box
{
    position: relative;

    overflow: hidden;
}
@media (max-width: 991px)
{
    .product-details-wrap .carousel-wrap .info-box
    {
        margin-top: 20px;
    }
}
@media (max-width: 480px)
{
    .product-details-wrap .carousel-wrap .info-box
    {
        margin-top: 0;
    }
}
.product-details-wrap .carousel-wrap .info-box h1
{
    font-size: 26px;
    font-weight: bold;

    margin: 20px 0 30px;
}
@media (max-width: 991px)
{
    .product-details-wrap .carousel-wrap .info-box h1
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .product-details-wrap .carousel-wrap .info-box h1
    {
        font-size: 20px;

        margin-bottom: 20px;
    }
}
@media (max-width: 480px)
{
    .product-details-wrap .carousel-wrap .info-box h1
    {
        font-size: 5vmin;
    }
}
.product-details-wrap .carousel-wrap .info-box .fun-btn
{
    padding-top: 20px;
}
@media (max-width: 480px)
{
    .product-details-wrap .carousel-wrap .info-box .fun-btn
    {
        padding-top: 5px;
    }
}
.product-details-wrap .carousel-wrap .info-box .fun-btn > a
{
    display: inline-block;

    margin-top: 25px;
    padding: 10px 35px;

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

    color: #fff;
    background-color: #d61718;
}
.product-details-wrap .carousel-wrap .info-box .fun-btn > a:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;

    margin-right: 15px;

    content: '\e62f';
}
.product-details-wrap .carousel-wrap .info-box .fun-btn > a:before,
.product-details-wrap .carousel-wrap .info-box .fun-btn > a span
{
    display: inline-block;

    vertical-align: middle;
}
.product-details-wrap .carousel-wrap .info-box .fun-btn > a:hover
{
    box-shadow: inset 0 2px 10px rgba(0, 0, 0, .3);
}
@media (max-width: 480px)
{
    .product-details-wrap .carousel-wrap .info-box .fun-btn > a
    {
        padding: 8px 25px;
    }
}
.product-details-wrap .carousel-wrap .info-box .fun-btn .inquiry-btn:before
{
    content: '\e62f';
}
.product-details-wrap .carousel-wrap .info-box .fun-btn .add-btn:before
{
    content: '\e603';
}
.product-details-wrap .addthis-wrap > span,
.product-details-wrap .addthis-wrap .addthis
{
    display: inline-block;

    vertical-align: middle;
}
.product-details-wrap .addthis-wrap > span
{
    margin-right: 10px;
}
.product-details-wrap .description
{
    margin: 60px 0 35px;
    padding: 30px 40px;

    background-color: #f6f6f6;
}
@media (max-width: 767px)
{
    .product-details-wrap .description
    {
        margin-top: 40px;
        padding: 30px 20px;
    }
}
.product-details-wrap .description h3
{
    font-size: 18px;
    font-weight: bold;

    margin: 0 0 15px;
}
.product-details-wrap .description p
{
    line-height: 2.14285714;

    margin: 0;

    color: #666;
}
.product-details-wrap .description p b
{
    color: #333;
}
.product-details-wrap .description img
{
    display: block;

    max-width: 100%;
}
.product-details-wrap .inquire-wrap h4
{
    font-size: 18px;
    font-weight: bold;

    margin: 0 0 15px;
}
.product-details-wrap .inquire-wrap h4 + p
{
    line-height: 1.8;

    color: #888;
}
.inquiry-form input::-webkit-input-placeholder,
.inquiry-form textarea::-webkit-input-placeholder
{
    color: #333;
}
.inquiry-form input:-o-placeholder,
.inquiry-form textarea:-o-placeholder
{
    color: #333;
}
.inquiry-form input::-moz-placeholder,
.inquiry-form textarea::-moz-placeholder
{
    color: #333;
}
.inquiry-form input:-ms-input-placeholder,
.inquiry-form textarea:-ms-input-placeholder
{
    color: #333;
}
.inquiry-form input:focus::-webkit-input-placeholder,
.inquiry-form textarea:focus::-webkit-input-placeholder
{
    color: #999;
}
.inquiry-form input:focus::-o-placeholder,
.inquiry-form textarea:focus::-o-placeholder
{
    color: #999;
}
.inquiry-form input:focus::-moz-placeholder,
.inquiry-form textarea:focus::-moz-placeholder
{
    color: #999;
}
.inquiry-form input:focus::-ms-input-placeholder,
.inquiry-form textarea:focus::-ms-input-placeholder
{
    color: #999;
}
.inquiry-form form
{
    margin-top: 15px;
}
.inquiry-form form .row
{
    margin: 0 -10px;
}
.inquiry-form form .row li
{
    padding: 0 10px;
}
.inquiry-form form input,
.inquiry-form form textarea
{
    display: block;

    width: 100%;
    margin-bottom: 15px;
    padding: 15px 20px;

    background: #ededed;
}
.inquiry-form form .pro-name
{
    font-weight: bold;

    background: #d8d8d8;
}
.inquiry-form form textarea
{
    height: 240px;
}
@media (max-width: 767px)
{
    .inquiry-form form textarea
    {
        height: 200px;
    }
}
.inquiry-form form .submit
{
    line-height: 45px;

    display: block;

    width: 160px;
    height: 45px;
    margin: 0 auto;
    margin-top: 30px;

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

    color: #fff;
    background-color: #d61718;
}
@media (max-width: 767px)
{
    .inquiry-form form .submit
    {
        line-height: 40px;

        width: 120px;
        height: 40px;
    }
}
.inquiry-form form .submit:hover
{
    box-shadow: inset 0 2px 10px rgba(0, 0, 0, .4);
}
.news-wrap .list
{
    font-size: 0;

    padding-top: 15px;

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

    overflow: hidden;

    margin-bottom: 40px;

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

    background-color: #f5f5f5;
}
@media (min-width: 1200px)
{
    .news-wrap .list li:hover
    {
        background-color: #fff;
        box-shadow: 0 0 16px 2px rgba(7, 17, 27, .2);
    }
    .news-wrap .list li:hover .item .intro h4,
    .news-wrap .list li:hover .item .intro .date,
    .news-wrap .list li:hover .item .intro .more,
    .news-wrap .list li:hover .item .intro .more a:after
    {
        color: #d61718;
    }
}
@media (max-width: 480px)
{
    .news-wrap .list li
    {
        margin-bottom: 30px;
    }
}
.news-wrap .list .item
{
    display: block;
    overflow: hidden;
}
@media (min-width: 1200px)
{
    .news-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;
    }
    .news-wrap .list .item:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
.news-wrap .list .pic-box
{
    position: relative;
}
@media only screen and (min-width: 481px)
{
    .news-wrap .list .pic-box
    {
        float: left;

        width: 450px;
        margin-right: 30px;
    }
}
@media only screen and (min-width: 481px) and (max-width: 1349px)
{
    .news-wrap .list .pic-box
    {
        width: 400px;
    }
}
@media only screen and (min-width: 481px) and (max-width: 991px)
{
    .news-wrap .list .pic-box
    {
        width: 350px;
    }
}
@media only screen and (min-width: 481px) and (max-width: 767px)
{
    .news-wrap .list .pic-box
    {
        margin-right: 20px;
    }
}
@media (max-width: 480px)
{
    .news-wrap .list .pic-box
    {
        margin-bottom: 25px;
    }
}
.news-wrap .list .pic-box .img-box
{
    padding-bottom: 55.55555556%;
}
.news-wrap .list .intro
{
    padding-right: 40px;
}
@media (max-width: 480px)
{
    .news-wrap .list .intro
    {
        padding: 0 15px 20px;
    }
}
.news-wrap .list .intro h4
{
    font-size: 16px;
    font-weight: bold;

    overflow: hidden;

    margin: 35px 0 15px;

    white-space: nowrap;
    text-overflow: ellipsis;
}
@media (max-width: 1199px)
{
    .news-wrap .list .intro h4
    {
        margin-top: 25px;
    }
}
.news-wrap .list .intro .date
{
    font-weight: 300;

    margin-bottom: 10px;

    color: #888;
}
.news-wrap .list .intro .date:before
{
    font-family: 'iconfont' !important;

    margin-right: 10px;

    content: '\e790';
}
.news-wrap .list .intro p
{
    font-weight: 300;
    line-height: 2.14285714;

    display: -webkit-box;
    overflow: hidden;

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

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.news-wrap .list .intro .more
{
    margin-top: 15px;
}
.news-wrap .list .intro .more a
{
    display: inline-block;
}
.news-wrap .list .intro .more a:after
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    display: inline-block;

    margin-left: 5px;

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

    color: #7b7b7b;
}
.news-wrap .list .intro .more span
{
    display: inline-block;

    vertical-align: middle;
}
@media (max-width: 480px)
{
    .news-wrap .list .intro .more
    {
        margin-top: 20px;
    }
}
.news-wrap .page
{
    padding-top: 20px;
}
@media (max-width: 480px)
{
    .news-wrap .page
    {
        padding-top: 0;
    }
}
.news-details-wrap .news-title
{
    margin-bottom: 25px;
    padding-bottom: 20px;

    text-align: center;

    border-bottom: 1px dashed #bdbdbd;
}
.news-details-wrap .news-title h1
{
    font-size: 24px;
    font-weight: bold;

    margin: 0 0 10px;
}
@media (max-width: 767px)
{
    .news-details-wrap .news-title h1
    {
        font-size: 22px;
    }
}
.news-details-wrap .news-title .date
{
    font-weight: 300;

    color: #666;
}
.news-details-wrap .news-title .date:before
{
    font-family: 'iconfont' !important;

    margin-right: 10px;

    content: '\e657';
}
.news-details-wrap .intro img
{
    /*display: block;*/
    height: auto !important;
    max-width: 100%;
    margin-top: 20px;
}
.news-details-wrap .intro p
{
    line-height: 2.14285714;

    margin: 0;

    /*text-indent: 2em;*/

    color: #666;
}
.news-details-wrap .news-page
{
    overflow: hidden;

    margin-top: 30px;
}
@media (max-width: 767px)
{
    .news-details-wrap .news-page
    {
        margin-top: 25px;
    }
}
.news-details-wrap .news-page a
{
    position: relative;

    display: block;

    -webkit-transition: .5s;
            transition: .5s;
}
.news-details-wrap .news-page a:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;
    font-style: normal;

    position: absolute;
    top: 50%;

    display: block;

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

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media only screen and (min-width: 1200px)
{
    .news-details-wrap .news-page a:hover
    {
        color: #d61718;
    }
}
.news-details-wrap .news-page p
{
    overflow: hidden;

    margin: 0;
    padding: 5px 0;

    white-space: nowrap;
    text-overflow: ellipsis;
}
.news-details-wrap .news-page .prev > a
{
    padding-left: 30px;
}
.news-details-wrap .news-page .prev > a:before
{
    left: 0;

    content: '\eb5f';
}
@media (max-width: 767px)
{
    .news-details-wrap .news-page .prev > a
    {
        padding-left: 30px;
    }
}
@media only screen and (min-width: 768px)
{
    .news-details-wrap .news-page .next
    {
        text-align: right;
    }
}
.news-details-wrap .news-page .next > a
{
    padding-right: 30px;
}
.news-details-wrap .news-page .next > a:before
{
    right: 0;

    content: '\e6cb';
}
@media (max-width: 767px)
{
    .news-details-wrap .news-page .next > a
    {
        padding-right: 0;
        padding-left: 30px;
    }
    .news-details-wrap .news-page .next > a:before
    {
        right: auto;
        left: 0;
    }
}
.contact-wrap .address-wrap
{
    overflow: hidden;
}
.contact-wrap .add-list
{
    position: relative;
}
@media only screen and (min-width: 768px)
{
    .contact-wrap .add-list
    {
        float: right;

        width: 46.19047619%;
    }
}
.contact-wrap .add-list .pic-box
{
    position: relative;
}
.contact-wrap .add-list .pic-box img
{
    display: block;
}
@media only screen and (min-width: 768px)
{
    .contact-wrap .add-list .pic-box img
    {
        position: relative;
        left: 50%;

        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
    }
}
@media (max-width: 767px)
{
    .contact-wrap .add-list .pic-box img
    {
        max-width: 100%;
    }
}
.contact-wrap .add-list .mask-list
{
    z-index: 2;
}
@media only screen and (min-width: 768px)
{
    .contact-wrap .add-list .mask-list
    {
        position: absolute;
        top: 0;
        left: 0;

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

        color: #fff;
        background-color: rgba(0, 0, 0, .63);
    }
}
@media (max-width: 767px)
{
    .contact-wrap .add-list .mask-list
    {
        margin: 20px 0 35px;
    }
}
.contact-wrap .add-list .mask-list li
{
    position: relative;

    padding: 10px 0 10px 45px;

    border-top: 1px dotted rgba(255, 255, 255, .3);
}
.contact-wrap .add-list .mask-list li:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;

    position: absolute;
    top: 23px;
    left: 10px;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px)
{
    .contact-wrap .add-list .mask-list li:before
    {
        top: 8px;
    }
}
.contact-wrap .add-list .mask-list li:first-child
{
    border-top: none;
}
.contact-wrap .add-list .mask-list li:first-child p
{
    font-weight: bold;
}
.contact-wrap .add-list .mask-list li p
{
    margin: 0;
}
@media only screen and (min-width: 768px)
{
    .contact-wrap .add-list .mask-list li p
    {
        display: table-cell;

        height: 50px;

        vertical-align: middle;
    }
}
.contact-wrap .add-list .mask-list li a:hover
{
    text-decoration: underline;
}
.contact-wrap .add-list .mask-list .name:before
{
    content: '\e612';
}
.contact-wrap .add-list .mask-list .address:before
{
    content: '\e63e';
}
.contact-wrap .add-list .mask-list .tel:before
{
    content: '\e634';
}
.contact-wrap .add-list .mask-list .phone:before
{
    content: '\e623';
}
.contact-wrap .add-list .mask-list .mail:before
{
    content: '\e72e';
}
@media only screen and (min-width: 768px)
{
    .contact-wrap .map
    {
        float: left;

        width: 53.80952381%;
    }
}
.contact-wrap .map
{
    position: relative;

    height: 410px;
}
@media (max-width: 991px)
{
    .contact-wrap .map
    {
        height: 400px;
    }
}
@media (max-width: 767px)
{
    .contact-wrap .map
    {
        height: 350px;
    }
}
.contact-wrap .dituContent
{
    position: absolute;
    z-index: 20;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}
.contact-wrap .inquiry-form
{
    margin-top: 30px;
}
.contact-wrap .inquiry-form h3
{
    font-size: 18px;
    font-weight: bold;

    margin: 0 0 20px;
}
.contact-wrap .inquiry-form p
{
    color: #888;
}
.contact-wrap .inquiry-form form
{
    margin-top: 20px;
}
.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, .8);
}
@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: 40px;

    position: relative;

    display: block;

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

    text-align: center;

    border-radius: 5px;
    background-color: rgba(64, 64, 64, .8);
}
.online-wrap .online a:before
{
    font-size: 20px;

    color: #fff;
}
@media (min-width: 1200px)
{
    .online-wrap .online a:hover
    {
        background-color: #404040;
    }
}
@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;
}
.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: 14px;
    line-height: 25px;

    display: block;

    width: 25px;
    height: 25px;

    color: #fff;
    border-radius: 50%;
}
.share a:hover
{
    -webkit-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
            transform: translateY(-3px);
}
.share.color .icon-facebook:before,
.share.color .icon-facebook1: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;

    color: #a0a0a0;
    background-color: #3e3e3e;
}
@media (max-width: 767px)
{
    .footer
    {
        padding-bottom: 45px;
    }
}
.footer .footer-wrap
{
    overflow: hidden;
}
.footer .footer-row
{
    font-size: 0;

    margin: 0 -15px;
    padding: 50px 0;

    text-align: justify;
    text-justify: distribute-all-lines;
    letter-spacing: -8px;
}
@media (max-width: 767px)
{
    .footer .footer-row
    {
        padding: 20px 0;
    }
}
@media (min-width: 1200px)
{
    .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: 30%;
    }
}
@media (max-width: 991px)
{
    .footer .foot-list
    {
        width: 25%;
    }
}
@media (max-width: 767px)
{
    .footer .foot-list
    {
        width: 100%;
    }
}
.footer .foot-list li
{
    position: relative;
}
.footer .foot-list li a
{
    position: relative;

    display: inline-block;

    padding-left: 18px;
}
.footer .foot-list li a:before
{
    font-family: 'iconfont' !important;

    position: absolute;
    top: 0;
    left: -2px;

    content: '\e72f';
}
.footer .foot-list p,
.footer .foot-list li
{
    line-height: 2.14285714;
}
@media only screen and (min-width: 992px)
{
    .footer .foot-list p a:hover,
    .footer .foot-list li a:hover
    {
        text-decoration: underline;
    }
}
@media (max-width: 991px)
{
    .footer .foot-list p a:active,
    .footer .foot-list li a:active
    {
        text-decoration: underline;
    }
}
.footer .foot-list h4
{
    font-size: 16px;
    font-weight: bold;

    margin: 25px 0 18px;

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

        position: relative;

        margin: 5px 0;
        padding-right: 20px;
    }
    .footer .foot-list h4:after
    {
        font-family: 'iconfont' !important;
        font-size: 15px;
        font-weight: bold;

        position: absolute;
        top: 0;
        right: 5px;

        content: '\e629';
    }
}
@media (max-width: 767px)
{
    .footer .foot-list h4 + *
    {
        display: none;

        margin-bottom: 10px;
        padding: 0 10px;
    }
}
@media only screen and (min-width: 768px)
{
    .footer .foot-contact
    {
        width: 280px;
    }
}
@media (max-width: 767px)
{
    .footer .foot-contact .contact-box
    {
        display: none;
    }
}
.footer .foot-contact .contact-box p
{
    line-height: 1.71428571;

    position: relative;

    padding-left: 35px;
}
.footer .foot-contact .contact-box p:before
{
    font-family: 'iconfont' !important;
    font-size: 17px;
    font-style: normal;

    position: absolute;
    top: -3px;
    left: 0;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.footer .foot-contact .contact-box .tel:before
{
    content: '\e638';
}
.footer .foot-contact .contact-box .phone:before
{
    content: '\e61c';
}
.footer .foot-contact .contact-box .fax:before
{
    content: '\e7c4';
}
.footer .foot-contact .contact-box .skype:before
{
    content: '\e648';
}
.footer .foot-contact .contact-box .weixin:before
{
    content: '\e646';
}
.footer .foot-contact .contact-box .address:before
{
    content: '\e60d';
}
.footer .foot-contact .contact-box .mail:before
{
    content: '\e6a4';
}
.footer .foot-contact .contact-box .url:before
{
    content: '\e689';
}
.footer .foot-contact .share
{
    margin-top: 40px;
}
@media (max-width: 767px)
{
    .footer .foot-contact .share
    {
        margin: 20px 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1199px)
{
    .footer .foot-follow
    {
        width: 20%;
    }
}
.footer .foot-follow .pic-box
{
    width: 110px;
}
.footer .foot-follow .pic-box img
{
    display: block;

    max-width: 100%;
}
.footer .foot-message
{
    overflow: hidden;
}
@media (min-width: 1200px)
{
    .footer .foot-message
    {
        width: 430px;
    }
}
@media (min-width: 1200px) and (max-width: 1349px)
{
    .footer .foot-message
    {
        width: 360px;
    }
}
@media (max-width: 1199px)
{
    .footer .foot-message
    {
        width: 40%;
    }
}
@media (max-width: 991px)
{
    .footer .foot-message
    {
        width: 55%;
    }
}
@media (max-width: 767px)
{
    .footer .foot-message
    {
        width: 100%;
    }
}
.footer .foot-message form
{
    overflow: hidden;

    padding-top: 8px;
}
.footer .foot-message form input::-webkit-input-placeholder,
.footer .foot-message form textarea::-webkit-input-placeholder
{
    color: #a7a7a7;
}
.footer .foot-message form input:-o-placeholder,
.footer .foot-message form textarea:-o-placeholder
{
    color: #a7a7a7;
}
.footer .foot-message form input::-moz-placeholder,
.footer .foot-message form textarea::-moz-placeholder
{
    color: #a7a7a7;
}
.footer .foot-message form input:-ms-input-placeholder,
.footer .foot-message form textarea:-ms-input-placeholder
{
    color: #a7a7a7;
}
.footer .foot-message form input:focus::-webkit-input-placeholder,
.footer .foot-message form textarea:focus::-webkit-input-placeholder
{
    color: #ddd;
}
.footer .foot-message form input:focus::-o-placeholder,
.footer .foot-message form textarea:focus::-o-placeholder
{
    color: #ddd;
}
.footer .foot-message form input:focus::-moz-placeholder,
.footer .foot-message form textarea:focus::-moz-placeholder
{
    color: #ddd;
}
.footer .foot-message form input:focus::-ms-input-placeholder,
.footer .foot-message form textarea:focus::-ms-input-placeholder
{
    color: #ddd;
}
@media (max-width: 767px)
{
    .footer .foot-message form
    {
        display: none;
    }
}
.footer .foot-message form .row
{
    margin: 0 -5px;
}
.footer .foot-message form .row li
{
    line-height: 1;

    padding: 0 5px;
}
.footer .foot-message form input,
.footer .foot-message form textarea
{
    font-size: 12px;

    display: block;

    width: 100%;
    margin-bottom: 10px;
    padding: 10px 20px;

    color: #a7a7a7;
    background: #333;
}
.footer .foot-message form textarea
{
    height: 105px;
}
.footer .foot-message form .submit
{
    margin-top: 5px;

    color: #fff;
    background: none;
}
.footer .foot-message form .submit:before
{
    font-family: 'iconfont' !important;
    font-size: 16px;

    margin-right: 10px;
    margin-left: 20px;

    content: '\e781';
}
.footer .foot-message form .submit:hover span
{
    text-decoration: underline;
}
.copyright
{
    position: relative;

    padding: 15px 0;

    text-align: center;

    background-color: #333;
}
.copyright p
{
    line-height: 1.8;

    margin: 0;

    color: #b3b3b3;
}
@media (max-width: 480px)
{
    .copyright p
    {
        font-size: 3.3vmin;
    }
}
@media (max-width: 767px)
{
    .copyright p a
    {
        display: block;
    }
}
.copyright p a:hover
{
    text-decoration: underline;
}
.xs-online
{
    position: fixed;
    z-index: 999;
    bottom: 0;
    left: 0;

    width: 100%;

    background-color: rgba(214, 23, 24, .9);
    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 #eee;
}
.xs-online ul li > a
{
    display: block;

    padding: 2px 0;
}
.xs-online ul li > 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 > a span
{
    font-size: 10px;
    line-height: 17px;

    display: block;

    height: 17px;
}
@media (max-width: 480px)
{
    .xs-online ul li > a span
    {
        font-size: 3vmin;
    }
}
.xs-online ul li:first-child
{
    border-left: none;
}
.xs-online ul li.tel > a:before
{
    content: '\e61c';
}
.xs-online ul li.mail > a:before
{
    content: '\e6a4';
}
.xs-online ul li.whatsapp > a:before
{
    content: '\e621';
}
.xs-online ul li.feedback > a:before
{
    content: '\e7a5';
}
.xs-online ul li.contact > a:before
{
    font-size: 18px;

    content: '\e66b';
}
.xs-online ul li.skype > a:before
{
    content: '\e616';
}
.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 > a:before,
.xs-online ul li.weixin > 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;

    min-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;
}
.xs-online ul li.top > a:before
{
    content: '\e605';
}
