/**
 * style.less
 * 层叠样式表
 */
.ff
{
    font-family: 'iconfont' !important;
}
*[data-type='iframe'],
*[data-fancybox],
.slick-slide:focus
{
    outline: none !important;
}
.slick-slide a
{
    outline: none !important;
}
.header a,
.footer a
{
    color: inherit;
}
.header ul,
.footer ul
{
    margin: 0;
    padding: 0;
}
.header ul li,
.footer ul li
{
    list-style: none;
}
.header button,
.footer button
{
    border: none;
    outline: none;
}
@-ms-viewport
{
    width: auto !important;
}
body
{
    font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Heiti SC', 'PingFang SC', 'Hiragino Sans GB', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 300;

    color: #333;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body.fixed
{
    position: fixed;

    overflow: hidden;

    width: 100%;
    height: 100%;
}
body.searchactive
{
    position: fixed;

    overflow: hidden;

    width: 100%;
    height: 100%;
}
@media (min-width: 1350px)
{
    .container
    {
        width: 1320px;
    }
}
@media (min-width: 1470px)
{
    .container
    {
        width: 1440px;
    }
}
@media (max-width: 767px)
{
    .col-xs-6:nth-child(2n+1)
    {
        padding-right: 7.5px;
    }
    .col-xs-6:nth-child(2n)
    {
        padding-left: 7.5px;
    }
}
input[type=number]
{
    -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
    margin: 0;

    -webkit-appearance: none;
}
a:active,
a:link,
a:visited
{
    text-decoration: none;
}
.img-box
{
    position: relative;

    display: block;
    overflow: hidden;

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

    display: block;

    width: 100%;
    height: 100%;
}
.img-box img[src=''],
.img-box img:not([src])
{
    opacity: 0;
    border: 0;
}
.header
{
    z-index: 10;
    top: 0;

    width: 100%;
    height: 170px;

    -webkit-transition: all .6s;
            transition: all .6s;
}
@media (max-width: 1199px)
{
    .header
    {
        position: fixed;
        top: 0;

        height: 70px;

        background-color: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    }
}
.header .header-nav
{
    height: 120px;
}
@media (max-width: 1199px)
{
    .header .header-nav
    {
        height: 70px;
    }
}
.header .language
{
    line-height: 120px;

    position: relative;

    display: inline-block;
    float: right;

    margin-left: 30px;
}
@media (max-width: 1350px)
{
    .header .language
    {
        margin-left: 14px;
    }
}
@media (max-width: 1199px)
{
    .header .language
    {
        line-height: 70px;
    }
}
.header .language:after
{
    display: inline-block;

    width: 0;
    height: 0;

    content: '';
    vertical-align: middle;

    border-width: 4px 4px 0 4px;
    border-style: solid;
    border-color: #333 transparent transparent transparent;
}
.header .language a
{
    display: inline-block;

    color: #666;
}
.header .language a:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    float: left;

    margin-right: 10px;

    content: '\e62a';
}
.header .language ul.language-level1
{
    line-height: 30px;

    position: absolute;
    z-index: 8;
    top: 100%;

    display: none;

    min-width: 120px;
    padding: 10px;

    text-align: left;

    background-color: rgba(255, 255, 255, .9);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.header .language ul.language-level1 li a
{
    line-height: 20px;
}
.header .language ul.language-level1 li a:before
{
    display: inline-block;
    float: left;

    width: 20px;
    height: 20px;
    margin-right: 10px;

    content: '';
    vertical-align: middle;

    background: url(../images/language.png) no-repeat;
    background-size: cover;
}
.header .language ul.language-level1 li a:hover
{
    text-decoration: underline;
}
.header .language ul.language-level1 li.ru a:before
{
    background-position: -20px 0;
}
.header .language ul.language-level1 li.cn a:before
{
    background-position: -40px 0;
}
.header .logo
{
    position: relative;

    float: left;

    height: 100px;
    margin-top: 10px;
}
@media (max-width: 1199px)
{
    .header .logo
    {
        height: 60px;
        margin-top: 5px;
    }
}
.header .logo a
{
    display: block;

    height: 100%;
}
.header .logo img
{
    display: inline-block;

    height: 100%;
}
.header .nav-collapse
{
    position: relative;

    display: none;
    float: right;

    width: 20px;
    height: 40px;
    margin-left: 10px;
    padding: 0;

    cursor: pointer;

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

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

        display: block;

        margin-top: 8px;

        border: none;
    }
    .header .nav-collapse.nav-collapse-1 .btn-line
    {
        background-color: #fff !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .header .nav-collapse.nav-collapse-xs:hover .btn-line
    {
        background-color: #000;
    }
}
.header .nav-collapse .btn-line
{
    position: absolute;
    left: 50%;

    width: 20px;
    height: 2px;

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

    background-color: #999;
}
.header .nav-collapse .btn-line:nth-child(3),
.header .nav-collapse .btn-line:nth-child(1)
{
    position: absolute;

    display: block;

    width: 20px;
    height: 2px;

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

    background-color: #999;
}
.header .nav-collapse .btn-line:nth-child(1)
{
    top: 35%;
}
.header .nav-collapse .btn-line:nth-child(2)
{
    top: 50%;
}
.header .nav-collapse .btn-line:nth-child(3)
{
    top: 65%;
}
.header .nav-collapse.active
{
    border-color: transparent;
}
.header .nav-collapse.active .btn-line
{
    background-color: #fff;
}
.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);
}
.header .header-product-nav
{
    background-color: #eee;
}
@media (max-width: 1199px)
{
    .header .header-product-nav
    {
        display: none;
    }
}
.header .header-product-nav ul > li
{
    display: inline-block;

    vertical-align: middle;
}
.header .header-product-nav ul > li a
{
    font-size: 16px;
    font-weight: bold;
    line-height: 50px;

    display: block;

    padding: 0 30px;

    -webkit-transition: all .2s;
            transition: all .2s;
}
@media (max-width: 1470px)
{
    .header .header-product-nav ul > li a
    {
        font-size: 15px;

        padding: 0 20px;
    }
}
.header .header-product-nav ul > li:hover a,
.header .header-product-nav ul > li.active a
{
    color: #fff;
    background-color: #1564d4;
}
@media (min-width: 1200px)
{
    .header .nav
    {
        float: right;

        -webkit-transition: all .4s;
                transition: all .4s;
    }
    .header .nav a:hover
    {
        color: #1564d4;
    }
}
@media (max-width: 1199px)
{
    .header .nav
    {
        position: fixed;
        z-index: 9998;
        top: 0;
        left: 0;

        display: none;

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

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

        background: #fafafa;
        background-color: #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: 30px;
    }
}
.header .nav.left-100
{
    left: -100%;
}
.header .nav.left-200
{
    left: -200%;
}
@media (min-width: 1200px)
{
    .header .nav .nav-list1 > li
    {
        position: relative;

        float: left;

        margin-left: 10px;
    }
    .header .nav .nav-list1 > li > a
    {
        font-size: 16px;
        line-height: 120px;

        position: relative;

        display: inline-block;
        overflow: hidden;

        padding: 0 20px;

        -webkit-transition: all .4s;
                transition: all .4s;
        vertical-align: middle;

        color: #666;
    }
    .header .nav .nav-list1 > li:nth-child(3)
    {
        display: none;
    }
    .header .nav .nav-list1 > li:hover > a,
    .header .nav .nav-list1 > li.active > a
    {
        text-decoration: none;

        color: #1564d4;
    }
    .header .nav .nav-list1 > li .nav-close
    {
        font-size: 20px;

        position: absolute;
        z-index: 2;
        top: 14px;
        right: 14px;

        cursor: pointer;
    }
    .header .nav .nav-list1 > li .nav-close:after
    {
        font-family: 'iconfont' !important;

        content: '\e62e';
    }
    .header .nav .nav-list1 > li .nav-close:hover
    {
        color: #1564d4;
    }
    .header .nav .nav-list1 > li.nav-active .nav-list2
    {
        display: block;
    }
    .header .nav .nav-list1 .nav-list2
    {
        position: absolute;
        z-index: 50;
        top: 100%;

        display: none;
        overflow: hidden;

        min-width: 260px;
        padding: 30px;

        text-align: center;
        text-align: left;

        color: #fff;
        background-color: #404040;
    }
    .header .nav .nav-list1 .nav-list2 li
    {
        display: inline-block;

        min-width: 170px;

        list-style: none;

        vertical-align: top;

        border-right: 1px solid #757575;
    }
    .header .nav .nav-list1 .nav-list2 li:last-child
    {
        border-right: none;
    }
    .header .nav .nav-list1 .nav-list2 li .itemnav > a,
    .header .nav .nav-list1 .nav-list2 li .itemnav1 > a
    {
        font-weight: bold;
        line-height: 30px;

        display: block;

        padding: 5px 20px;
    }
    .header .nav .nav-list1 .nav-list3,
    .header .nav .nav-list1 .nav-list4
    {
        position: absolute;
        top: 0;
        left: 0;

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

        -webkit-transition: all .4s;
                transition: all .4s;
        -webkit-transform: translateX(100%);
            -ms-transform: translateX(100%);
                transform: translateX(100%);
        text-align: left;

        background-color: #404040;
    }
    .header .nav .nav-list1 .nav-list3 .nav-return,
    .header .nav .nav-list1 .nav-list4 .nav-return,
    .header .nav .nav-list1 .nav-list3 .nav-return1,
    .header .nav .nav-list1 .nav-list4 .nav-return1
    {
        font-size: 20px;
        line-height: 40px;

        position: absolute;
        top: 0;
        left: 0;

        width: 40px;
        height: 40px;

        cursor: pointer;
        text-align: center;

        background-color: #1564d4;
    }
    .header .nav .nav-list1 .nav-list3 .nav-return:before,
    .header .nav .nav-list1 .nav-list4 .nav-return:before,
    .header .nav .nav-list1 .nav-list3 .nav-return1:before,
    .header .nav .nav-list1 .nav-list4 .nav-return1:before
    {
        font-family: 'iconfont' !important;

        content: '\e642';
    }
    .header .nav .nav-list1 .nav-list3.nav-active1,
    .header .nav .nav-list1 .nav-list4.nav-active1
    {
        -webkit-transform: translateX(0%);
            -ms-transform: translateX(0%);
                transform: translateX(0%);
    }
    .header .nav .nav-list1 .nav-list3.nav-active2,
    .header .nav .nav-list1 .nav-list4.nav-active2
    {
        -webkit-transform: translateX(0%);
            -ms-transform: translateX(0%);
                transform: translateX(0%);
    }
    .header .nav .nav-list1 .nav-list3 ul,
    .header .nav .nav-list1 .nav-list4 ul
    {
        margin: 0;
        padding: 0;
    }
    .header .nav .nav-list1 .nav-list3 li > a,
    .header .nav .nav-list1 .nav-list4 li > a
    {
        font-weight: bold;
        line-height: 30px;

        display: block;

        padding: 5px 20px;
    }
}
@media (min-width: 1200px) and (max-width: 1850px)
{
    .header .nav .nav-list1 > li > a
    {
        padding: 0 16px;
    }
}
@media (min-width: 1200px) and (max-width: 1630px)
{
    .header .nav .nav-list1 > li > a
    {
        font-size: 15px;

        padding: 0 12px;
    }
}
@media (min-width: 1200px) and (max-width: 1280px)
{
    .header .nav .nav-list1 > li > a
    {
        font-size: 14px;

        padding: 0 8px;
    }
}
@media (min-width: 1200px) and (max-width: 1199px)
{
    .header .nav .nav-list1 > li:nth-child(3)
    {
        display: block;
    }
}
@media (max-width: 1199px)
{
    .header .nav .nav-list1
    {
        margin: 20px 0;

        opacity: 0;
    }
    .header .nav .nav-list1 > li
    {
        -webkit-transform: translateX(-25px);
            -ms-transform: translateX(-25px);
                transform: translateX(-25px);

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

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

        margin-top: 5px;

        color: #fff;
    }
}
.header .nav .nav-list2 a
{
    display: block;
}
@media (max-height: 580px)
{
    .header .nav .nav-list2 a
    {
        margin-top: 0;
    }
}
@media (max-width: 1199px)
{
    .header .nav .nav-list3 a
    {
        line-height: 30px;

        padding: 0 10px;
    }
    .header .nav .nav-list3 a:before
    {
        margin-right: 4px;

        content: '-';
    }
    .header .nav .nav-list3 .nav-list4 a
    {
        display: inline-block;

        padding: 0 4px;

        opacity: .6;
    }
    .header .nav .nav-list3 .nav-list4 a:before
    {
        content: '·';
    }
}
.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-color: #000;
    }
    .header .nav-2 .img-box,
    .header .nav-3 .img-box
    {
        display: none;
    }
    .header .nav-2 .item,
    .header .nav-3 .item
    {
        display: block;
    }
    .header .nav-2 .item p,
    .header .nav-3 .item p
    {
        font-size: 14px;

        position: relative;
        top: 0;

        display: block;

        margin: 0;
        padding: 0;

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

        color: #fff;
    }
}
.header .nav-2 .nav-top .back-btn:before,
.header .nav-3 .nav-top .back-btn:before
{
    font-family: 'iconfont';
    font-size: 26px;

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

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 767px)
{
    .header .nav-2 .nav-top .nav-title,
    .header .nav-3 .nav-top .nav-title
    {
        font-size: 20px;

        width: 100%;
    }
}
.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;

    height: 80%;
    margin-top: 12%;
}
.header .nav-2 .content ul,
.header .nav-3 .content ul
{
    margin: 0;
    padding: 0;
}
@media (max-width: 767px)
{
}
.header .nav-2 .content ul li,
.header .nav-3 .content ul li
{
    line-height: 30px;

    clear: both;

    margin: 25px 0;

    text-align: left;
}
@media (max-width: 767px)
{
    .header .nav-2 .content ul li,
    .header .nav-3 .content ul li
    {
        margin: 0;
    }
}
.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: 15px;
}
.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 .pic
    {
        display: none !important;
    }
}
@media (max-width: 1199px)
{
    .header .fade-out ul.nav-list1
    {
        opacity: 1;
    }
    .header .fade-out ul.nav-list1 a
    {
        color: #fff;
    }
    .header .fade-out ul.nav-list1 > li
    {
        position: relative;

        margin: 20px 0;
    }
    .header .fade-out ul.nav-list1 > li.act
    {
        -webkit-transition: all .4s;
                transition: all .4s;
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0);

        opacity: 1;
    }
    .header .fade-out ul.nav-list1 > li.more:after
    {
        font-family: 'iconfont';
        font-size: 18px;

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

        margin-top: -14px;

        content: '\e72f';

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

        display: block;

        text-transform: uppercase;
    }
    .header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 20px;
    }
}
@media (max-width: 1199px) and (max-width: 767px)
{
    .header .fade-out ul.nav-list1 > li
    {
        margin: 0;
    }
}
@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 .fade-out ul.nav2-list2 h4
{
    font-size: 20px;
    line-height: 50px;
}
.header .search-box
{
    position: fixed;
    z-index: 888;
    top: 100%;
    left: 0;

    display: none;
    overflow: hidden;

    width: 100%;
    height: 100%;
    margin-top: 20px;
    margin-top: 0;
    margin-right: 10px;
    padding: 0 3%;

    background-color: rgba(51, 51, 51, .96);
}
.header .search-box .search
{
    line-height: 40px;

    overflow: hidden;
    zoom: 1;

    width: 240px;

    border: 1px solid #dbdbdb;
    border-radius: 40px;
}
.header .search-box .search:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
.header .search-box .input-text
{
    float: left;

    height: 38px;
    padding-left: 10%;

    background: none;
}
@media (min-width: 768px)
{
    .header .search-box .input-text
    {
        width: 100%;
        padding: 0 50px 0 3%;
    }
}
.header .search-box .input-submit
{
    line-height: 36px;

    float: right;

    width: 50px;

    -webkit-animation: fadeInLeft 1s 0s ease both;
            animation: fadeInLeft 1s 0s ease both;

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

    content: '\e641';

    color: #fff;
}
@media (min-width: 768px)
{
    .header .search-box .input-submit
    {
        position: absolute;
        right: 0;
        bottom: 20px;
    }
}
.header .search-box.search-xs
{
    width: 100%;
    margin: 0;

    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    background: none;
}
@media (min-width: 1200px)
{
    .header .search-box.search-xs
    {
        display: none;
    }
}
@media (max-width: 1199px)
{
    .header .search-box.search-xs
    {
        position: absolute;
        z-index: 0;
        top: auto;
        right: 0;
        bottom: 0;
        bottom: 30px;

        display: inline-block;

        height: 34px;
    }
}
.header .search-box.search-xs.show
{
    z-index: 66;
}
.header .search-box.search-xs.show .search
{
    left: 0;
}
.header .search-box.search-xs .search
{
    position: absolute;
    z-index: 888;
    top: 0;
    left: 120%;

    width: 100%;

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

    border-color: #fff;
    background: #fff;
}
@media (max-width: 360px)
{
    .header .search-box.search-xs form .input-text
    {
        width: 74%;
    }
}
@media (max-width: 767px)
{
    .header .search-box.search-xs form .input-text
    {
        padding-left: 5%;
    }
}
.header .search-box.search-xs .input-submit
{
    line-height: 34px;

    background: #fff;
}
.header .search-box.search-xs .input-submit:before
{
    color: #104384;
}
.header .search-icon
{
    position: absolute;
    z-index: 10;
    top: 18px;
    left: 15px;

    display: inline-block;

    cursor: pointer;
}
.header .search-icon:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;

    content: '\e641';

    color: #1564d4;
}
.header .search-lg
{
    top: 0;
}
.header .search-lg .logo
{
    margin-top: 20px;
    margin-left: 0;
}
.header .search-lg .search
{
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;

    width: 100%;
    max-width: 90%;
    margin: auto;
    padding: 0 10px;

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

    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, .8);
    border-radius: 0;
}
.header .search-lg .search p
{
    margin-bottom: 50px;

    -webkit-animation: zoomIn 1s 0s ease both;
            animation: zoomIn 1s 0s ease both;
    text-align: center;
    letter-spacing: 2px;

    color: #fff;
}
.header .search-lg .input-text
{
    font-size: 20px;
    line-height: 30px;

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

    -webkit-animation: zoomIn 1s 0s ease both;
            animation: zoomIn 1s 0s ease both;
    text-align: center;

    color: #fff;
    border: none;
    outline: none;
}
.header .search-lg .close-btn
{
    position: fixed;
    top: 34px;
    right: 18%;

    cursor: pointer;
}
@media (max-width: 1440px)
{
    .header .search-lg .close-btn
    {
        right: 8%;
    }
}
.header .search-lg .close-btn:before
{
    font-size: 20px;

    content: '\2716';

    color: #fff;
}
.header .find
{
    line-height: 120px;

    display: inline-block;
    float: right;

    margin-left: 30px;
    padding: 0;

    cursor: pointer;
    -webkit-transition: all .4s;
            transition: all .4s;
    text-align: center;

    color: #999;
}
@media (max-width: 1350px)
{
    .header .find
    {
        margin-left: 16px;
    }
}
@media (max-width: 1199px)
{
    .header .find
    {
        line-height: 70px;

        height: 70px;
    }
}
@media (max-width: 767px)
{
    .header .find
    {
        margin-left: 6px;
    }
}
.header .find:before
{
    font-family: 'iconfont';
    font-size: 20px;

    content: '\e660';
}
.header .find:hover
{
    color: #004098;
}
.header .back-btn
{
    position: absolute;
    left: 15px;
}
.header.fixed-header
{
    height: 70px;

    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.header.fixed-header .logo
{
    margin-top: 10px;
}
@media (max-width: 1199px)
{
    .header.fixed-header .logo
    {
        margin-top: 20px;
    }
}
.header.fixed-header .nav .nav-list1 > li > a
{
    line-height: 70px;
}
.header.fixed-header .find
{
    line-height: 70px;
}
.header.fixed-header .language a
{
    line-height: 70px;
}
.online-wrap .btn
{
    line-height: 36px;

    position: fixed;
    z-index: 9;
    right: 0;
    bottom: 60px;

    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: 0;
    background-color: rgba(0, 0, 0, .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: 180px;

    display: none;

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

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

    max-width: 100%;
}
.online-wrap .online
{
    position: fixed;
    z-index: 10;
    top: 50%;
    right: 0;

    -webkit-transition: right .3s;
            transition: right .3s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
@media (max-width: 991px)
{
    .online-wrap .online
    {
        right: -60px;
        bottom: 90px;
    }
    .online-wrap .online.active
    {
        right: 0;
    }
}
.online-wrap .online a
{
    line-height: 45px;

    position: relative;

    display: block;

    width: 45px;
    height: 45px;

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

    border: 1px solid #e1e1e1;
    background-color: #fff;
}
.online-wrap .online a:before
{
    font-size: 22px;
    font-weight: normal;

    color: #898989;
}
.online-wrap .online a:active
{
    text-decoration: none;
}
.online-wrap .online a:after
{
    display: block;

    width: 30px;
    height: 1px;
    margin: 0 auto;

    content: '';

    opacity: .5;
    background-color: #fff;
}
@media (min-width: 992px)
{
    .online-wrap .online a:hover
    {
        text-decoration: none;

        background-color: #898989;
    }
    .online-wrap .online a:hover:before
    {
        color: #fff;
    }
}
@media (max-width: 767px)
{
    .online-wrap .online a
    {
        line-height: 50px;

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

    padding-right: 5px;

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

    color: #fff;
    background-color: #004098;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .12);
}
.online-wrap .online .icon-qq:before
{
    font-family: 'iconfont' !important;

    content: '\e62d';
}
.online-wrap .online .icon-weixin:before
{
    font-family: 'iconfont' !important;

    content: '\e604';
}
.online-wrap .online .icon-message:before
{
    font-family: 'iconfont' !important;

    content: '\e72e';
}
.online-wrap .online .icon-skype:before
{
    font-family: 'iconfont' !important;

    content: '\e616';
}
.online-wrap .online .icon-line:before
{
    font-family: 'iconfont' !important;

    content: '\e640';
}
.online-wrap .online .icon-messenger:before
{
    font-family: 'iconfont' !important;

    content: '\e663';
}
.online-wrap .online .icon-whatsapp:before
{
    font-family: 'iconfont' !important;

    content: '\e621';
}
.online-wrap .online .icon-phone:before
{
    font-family: 'iconfont' !important;

    content: '\e61c';
}
.online-wrap .online .icon-arrow-top:before
{
    font-family: 'iconfont' !important;
    font-size: 26px !important;

    display: inline-block;

    content: '\e9ba';
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
}
.online-wrap .online .icon-arrow-top:after
{
    display: none !important;
}
.online-wrap .online .code:before
{
    font-size: 24px;
}
@media (max-width: 767px)
{
    .online-wrap .online .code:before
    {
        font-size: 22px;
    }
}
.online-wrap .online .code .mask
{
    position: absolute;
    z-index: 10;
    top: 0;
    right: 100%;

    display: none;

    width: 130px;
    height: 130px;
    padding-right: 5px;
}
.online-wrap .online .code .mask .mask-box
{
    border: 1px solid #e5e5e5;
    background-color: #fff;
}
.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: 9;
    bottom: 0;
    left: 0;

    display: none;

    width: 100%;

    background-color: rgba(0, 62, 136, .9);
    box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, .2);
}
@media (max-width: 991px)
{
    .xs-online
    {
        display: block;
    }
}
.xs-online ul
{
    overflow: hidden;

    text-align: center;

    color: #fff;
}
.xs-online ul li
{
    float: left;

    width: 20%;

    border-left: 1px solid rgba(255, 255, 255, .6);
}
.xs-online ul li > a
{
    font-size: 10px;

    display: block;

    padding: 8px 0;
}
@media (max-width: 320px)
{
    .xs-online ul li > a
    {
        font-size: 8px;
    }
}
.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:first-child
{
    border-left: none;
}
.xs-online ul li.tel > a:before
{
    content: '\e61c';
}
.xs-online ul li.mail > a:before
{
    font-weight: normal;

    content: '\e72e';
}
.xs-online ul li.whatsapp > a:before
{
    font-weight: normal;

    content: '\e621';
}
.xs-online ul li.feedback > a:before
{
    font-weight: normal;

    content: '\e619';
}
.xs-online ul li.top > a:before
{
    font-weight: normal;

    content: '\e679';
}
.banner
{
    font-size: 0;

    position: relative;

    overflow: hidden;

    width: 100%;
}
@media (max-width: 1199px)
{
    .banner
    {
        padding-top: 70px;
    }
}
.banner .item
{
    position: relative;
}
@media (max-width: 1199px)
{
    .banner .slickbanner
    {
        width: 120%;
        max-width: 120%;
        margin-left: -10%;
    }
}
.banner .slick-dots
{
    position: absolute;
    bottom: 30px;

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

    text-align: center;
}
@media (max-width: 1199px)
{
    .banner .slick-dots
    {
        bottom: 10px;
    }
}
.banner .slick-dots li
{
    display: inline-block;

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

    cursor: pointer;
    -webkit-transition: all .4s;
            transition: all .4s;

    border: 1px solid #1564d4;
    border-radius: 50%;
}
.banner .slick-dots li.slick-active
{
    width: 26px;

    border-radius: 10px;
    background-color: #1564d4;
}
.banner .slick-dots li button
{
    display: none;
}
.banner .slick-arrow
{
    line-height: 40px;

    position: absolute;
    z-index: 9;
    z-index: 8;
    top: 50%;
    left: 3%;

    overflow: hidden;

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

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

    color: #fff;
    border: none;
    border-radius: 50%;
    outline: none;
    background: none;
    background-color: #333;
}
.banner .slick-arrow:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    content: '\e601';
}
.banner .slick-arrow.slick-next
{
    right: 3%;
    left: auto;
}
.banner .slick-arrow.slick-next:before
{
    right: 0;
    left: auto;

    content: '\e827';
}
.banner .slick-arrow:hover
{
    color: #fff;
    background-color: rgba(21, 100, 212, .8);
}
.banner img
{
    display: block;

    width: 100%;
}
.banner .banner-pic
{
    position: absolute;
    bottom: 30px;

    width: 100%;

    text-align: center;
}
@media (max-width: 991px)
{
    .banner .banner-pic
    {
        bottom: 10px;
    }
}
.banner .banner-pic img
{
    display: inline-block;

    width: auto;
    max-width: 100%;
}
@media (max-width: 991px)
{
    .banner-in .slickbanner
    {
        width: 140%;
        max-width: 140%;
        margin-left: -20%;
    }
}
@media (max-width: 767px)
{
    .banner-in .slickbanner
    {
        width: 200%;
        max-width: 200%;
        margin-left: -50%;
    }
}
.banner-in .text-in
{
    position: absolute;
    top: 50%;

    overflow: hidden;

    width: 100%;

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

    color: #fff;
}
.banner-in .text-in b
{
    font-size: 40px;
    font-weight: normal;
    line-height: 1;

    display: inline-block;

    text-transform: uppercase;
}
@media (max-width: 767px)
{
    .banner-in .text-in b
    {
        font-size: 20px;

        display: block;
    }
}
.banner-in .text-in .location
{
    font-size: 14px;
    line-height: 20px;

    display: inline-block;
    float: right;

    color: #fff;
}
@media (max-width: 991px)
{
    .banner-in .text-in .location
    {
        display: block;
        float: none;
    }
}
.banner-in .text-in .location ul
{
    margin: 0;
    padding: 0;
}
.banner-in .text-in .location ul:before
{
    font-family: 'iconfont' !important;

    display: inline-block;

    margin-right: 10px;

    content: '\e62c';
    vertical-align: middle;
}
.banner-in .text-in .location ul li
{
    display: inline-block;

    vertical-align: middle;
}
.banner-in .text-in .location ul li:after
{
    margin: 0 2px;

    content: '>';
}
.banner-in .text-in .location ul li:last-child:after
{
    display: none;
}
.banner-in .text-in .location ul li a
{
    display: inline-block;

    text-transform: uppercase;

    color: inherit;
}
@media (max-width: 480px)
{
    .banner-in .text-in .location ul li a
    {
        font-size: 12px;
    }
}
.banner .slick-current img
{
    -webkit-animation: narrow 4s 0s ease both;
            animation: narrow 4s 0s ease both;
}
.banner .banner-arrow
{
    position: absolute;
    z-index: 8;
    bottom: 40px;

    width: 100%;

    text-align: center;
}
@media (max-width: 1199px)
{
    .banner .banner-arrow
    {
        bottom: 0;
    }
}
.banner .banner-arrow a
{
    display: inline-block;
}
.banner .banner-arrow a:after
{
    font-family: 'iconfont' !important;
    font-size: 30px;

    content: '\e770';

    color: #fff;
}
@-webkit-keyframes narrow
{
    0%
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);

        opacity: 1;
    }
    50%
    {
        -webkit-transform: scale(1);
                transform: scale(1);

        opacity: 1;
    }
}
@keyframes narrow
{
    0%
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);

        opacity: 1;
    }
    50%
    {
        -webkit-transform: scale(1);
                transform: scale(1);

        opacity: 1;
    }
}
.zoomIn1
{
    -webkit-animation-name: narrow;
            animation-name: narrow;
}
.box
{
    overflow: hidden;

    padding: 60px 0;
}
@media (max-width: 991px)
{
    .box
    {
        padding: 50px 0;
    }
}
.title
{
    position: relative;

    text-align: center;
}
.title b
{
    font-size: 34px;
    line-height: 1;

    display: inline-block;

    padding: 0 16px;

    border-left: 5px solid #1564d4;
}
@media (max-width: 991px)
{
    .title b
    {
        font-size: 24px;
    }
}
.title p
{
    line-height: 1.71428571;

    max-width: 810px;
    margin: 0 auto;
    margin-top: 10px;

    color: #888;
}
.indexcontent
{
    position: relative;
    z-index: 2;
}
.box-product
{
    background-color: #eee;
}
.box-product .product .item
{
    margin-top: 30px;

    border: 1px solid #dadada;
}
@media (max-width: 767px)
{
    .box-product .product .item
    {
        margin-top: 20px;
    }
}
.box-product .product .item .title-item
{
    -webkit-transition: all .4s;
            transition: all .4s;

    border-bottom: 1px solid #dadada;
    background-color: #fff;
}
.box-product .product .item .title-item b a
{
    font-size: 18px;
    line-height: 90px;

    position: relative;

    display: -webkit-box;
    overflow: hidden;

    height: 90px;
    padding: 0 20px;

    -webkit-transition: all .4s;
            transition: all .4s;

    color: #1564d4;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1350px)
{
    .box-product .product .item .title-item b a
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .box-product .product .item .title-item b a
    {
        font-size: 14px;
        line-height: 40px;

        height: 40px;
        padding: 0 8px;
    }
}
.box-product .product .item .title-item b a:before
{
    position: absolute;
    bottom: 10px;
    left: 20px;

    display: inline-block;

    width: 100px;
    height: 20px;

    content: '';
    -webkit-transition: all .4s;
            transition: all .4s;

    border-radius: 100%;
    background-color: #e5e5e5;
}
@media (max-width: 767px)
{
    .box-product .product .item .title-item b a:before
    {
        display: none;
    }
}
.box-product .product .item .title-item b a span
{
    font-family: Arial, 'Helvetica Neue', Helvetica;
    font-size: 60px;
    font-weight: 900;

    position: relative;
    z-index: 2;

    display: inline-block;

    width: 100px;
    margin-right: 20px;

    text-align: center;
}
@media (max-width: 1350px)
{
    .box-product .product .item .title-item b a span
    {
        font-size: 50px;
    }
}
@media (max-width: 767px)
{
    .box-product .product .item .title-item b a span
    {
        font-size: 16px;

        width: auto;
        margin-right: 6px;
    }
}
.box-product .product .item .item-pic
{
    position: relative;

    overflow: hidden;
}
.box-product .product .item .item-pic .img-box
{
    padding-bottom: 52.17391304%;
}
.box-product .product .item .item-pic .mask
{
    position: absolute;
    top: 0;
    left: 0;

    overflow: hidden;

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

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

    background-color: rgba(255, 255, 255, .85);
}
.box-product .product .item .item-pic .mask p
{
    font-size: 14px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.box-product .product .item .item-pic .mask p:before
{
    margin-right: 10px;

    content: '>';
}
.box-product .product .item .item-pic .mask p:hover
{
    text-decoration: underline;

    color: #1564d4;
}
.box-product .product .item .item-pic .mask a
{
    color: inherit;
}
@media (min-width: 1200px)
{
    .box-product .product .item:hover .title-item
    {
        background-color: #e60012;
    }
    .box-product .product .item:hover .title-item b a
    {
        color: #fff;
    }
    .box-product .product .item:hover .title-item b a:before
    {
        opacity: .21;
    }
    .box-product .product .item:hover .item-pic .mask
    {
        -webkit-transform: translateY(0%);
            -ms-transform: translateY(0%);
                transform: translateY(0%);
    }
}
.box-about
{
    position: relative;

    padding-bottom: 30px;

    background-color: #eee;
}
.box-about:before
{
    position: absolute;
    bottom: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 160px;

    content: '';

    background-color: #fff;
}
.box-about .about .title-about
{
    padding-left: 18px;

    border-left: 5px solid #1564d4;
}
.box-about .about .title-about span
{
    line-height: 20px;

    display: block;

    margin-bottom: 10px;

    color: #999;
}
.box-about .about .title-about b
{
    font-size: 34px;
    line-height: 1;

    display: block;
}
@media (max-width: 991px)
{
    .box-about .about .title-about b
    {
        font-size: 20px;
    }
}
.box-about .about .text
{
    margin-top: 24px;
}
.box-about .about .text p
{
    font-size: 14px;
    line-height: 2.14285714;
}
.box-about .about .more
{
    margin-top: 20px;
}
.box-about .about .more a
{
    line-height: 30px;

    display: inline-block;

    color: #1564d4;
}
.box-about .about .video
{
    position: relative;

    overflow: hidden;

    margin-top: 70px;

    text-align: left;
}
@media (max-width: 991px)
{
    .box-about .about .video
    {
        margin-top: 30px;
    }
}
.box-about .about .video .video-box
{
    z-index: 1;
    top: 0;
    left: 0;

    overflow: hidden;

    width: 100%;
    height: 100%;
}
.box-about .about .video .iframe
{
    display: none;

    width: 100% !important;
    height: 100% !important;
}
.box-about .about .video .play
{
    font-size: 16px;
    line-height: 80px;

    display: block;

    -webkit-transition: all .4s;
            transition: all .4s;

    color: #fff;
    border-radius: 60px;
    background-image: -webkit-linear-gradient(left, #004098 10%, #fff 80%);
    background-image:         linear-gradient(to right, #004098 10%, #fff 80%);
}
.box-about .about .video .play b
{
    font-size: 18px;

    display: inline-block;

    margin-right: 10px;
}
.box-about .about .video .play:before
{
    display: inline-block;

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

    content: '';
    vertical-align: middle;

    background: url(../images/play.png) no-repeat center;
}
.box-about .about .video a:hover
{
    text-decoration: underline;
}
.box-about .pic
{
    position: relative;
}
@media (max-width: 991px)
{
    .box-about .pic
    {
        margin-top: 30px;
    }
}
.box-about .pic:before
{
    position: absolute;
    right: -10px;
    bottom: -10px;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    background-color: #1564d4;
}
.box-about .pic img
{
    position: relative;
    z-index: 2;

    max-width: 100%;
}
.box-news
{
    background-color: #eee;
}
.box-news .news
{
    margin-top: 10px;
}
.box-news .news .item
{
    position: relative;

    margin-top: 30px;

    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.box-news .news .item span.date
{
    line-height: 34px;

    position: absolute;
    z-index: 2;
    top: 16px;
    right: 16px;

    padding: 0 24px;

    border-radius: 10px;
    background-color: rgba(255, 255, 255, .68);
}
.box-news .news .item .img-box
{
    padding-bottom: 69.6969697%;
}
.box-news .news .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.box-news .news .item .note
{
    position: relative;

    padding: 18px 30px;

    background-color: #fff;
}
.box-news .news .item .note:before
{
    position: absolute;
    top: 18px;
    left: 0;

    display: inline-block;

    width: 5px;
    height: 40px;

    content: '';
    -webkit-transition: all .2s;
            transition: all .2s;

    background-color: #ddd;
}
.box-news .news .item .note b
{
    font-size: 16px;
    line-height: 40px;

    position: relative;

    display: block;
    display: -webkit-box;
    overflow: hidden;

    height: 40px;

    -webkit-transition: all .2s;
            transition: all .2s;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.box-news .news .item .note b a
{
    color: inherit;
}
.box-news .news .item .note p
{
    font-size: 14px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 72px;
    margin: 10px 0 0 0;

    color: #888;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.box-news .news .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.box-news .news .item:hover .note:before
{
    background-color: #e60012;
}
.box-news .news .item:hover .note b
{
    color: #e60012;
}
.box-partner
{
    padding: 30px 0;
}
.box-partner .slick-link
{
    margin: 0 -20px;
}
@media (max-width: 1199px)
{
    .box-partner .slick-link
    {
        margin: 0 -6px;
    }
}
.box-partner .slick-slide
{
    padding: 0 20px;
}
@media (max-width: 1199px)
{
    .box-partner .slick-slide
    {
        padding: 0 6px;
    }
}
.box-partner .item .img-box
{
    padding-bottom: 31.81818182%;

    opacity: .6;
}
.box-partner .item .img-box img
{
    -webkit-transition: all .4s;
            transition: all .4s;

    -webkit-filter: grayscale(100%);
       -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
         -o-filter: grayscale(100%);
            filter: grayscale(100%);
    -webkit-filter: gray;
            filter: gray;
}
.box-partner .item:hover .img-box
{
    opacity: 1;
}
.box-partner .item:hover .img-box img
{
    -webkit-filter: grayscale(0%);
       -moz-filter: grayscale(0%);
        -ms-filter: grayscale(0%);
         -o-filter: grayscale(0%);
            filter: grayscale(0%);
}
.footer
{
    font-size: 0;

    position: relative;

    overflow: hidden;

    color: #fff;
    background-color: #00288b;
}
@media (max-width: 1199px)
{
    .footer
    {
        text-align: center;
    }
}
.footer ul
{
    display: inline-block;
}
@media (max-width: 1199px)
{
    .footer ul
    {
        display: none;
    }
}
.footer ul li
{
    display: inline-block;

    border-left: 1px solid rgba(255, 255, 255, .22);
}
.footer ul li:last-child
{
    border-right: 1px solid rgba(255, 255, 255, .22);
}
.footer ul li p
{
    font-size: 14px;
    line-height: 30px;

    margin: 0;
    padding: 10px 20px;
}
.footer ul li p:before
{
    font-family: 'iconfont' !important;

    float: left;

    margin-right: 10px;

    content: '\e619';
}
.footer ul li p.tel:before
{
    content: '\e618';
}
.footer ul li p.email:before
{
    content: '\e651';
}
.footer a:hover
{
    text-decoration: underline;
}
.footer p
{
    font-size: 14px;
    line-height: 30px;

    display: inline-block;
    float: right;

    margin: 0;
    padding: 10px 20px;
}
@media (max-width: 1199px)
{
    .footer p
    {
        display: block;
        float: none;
    }
}
@media (max-width: 991px)
{
    .footer p a
    {
        display: block;
    }
}
.wrapper
{
    overflow: hidden;
}
.wrap
{
    overflow: hidden;

    padding: 60px 0;
}
.title-in
{
    text-align: center;
}
.title-in b
{
    font-size: 30px;
    font-weight: normal;
    line-height: 1;

    display: block;
}
@media (max-width: 991px)
{
    .title-in b
    {
        font-size: 24px;
    }
}
.wrap-about .title-about b
{
    font-size: 30px;
    font-weight: normal;
    line-height: 1;
}
@media (max-width: 991px)
{
    .wrap-about .title-about b
    {
        font-size: 24px;
    }
}
.wrap-about .about .text,
.wrap-about .about .pic
{
    margin-top: 20px;
}
.wrap-about .about .text
{
    float: left;

    width: 72%;
    padding-right: 30px;
}
@media (max-width: 991px)
{
    .wrap-about .about .text
    {
        width: 100%;
        padding: 0;
    }
}
.wrap-about .about .text p
{
    line-height: 2.14285714;

    margin: 0;

    color: #666;
}
.wrap-about .about .text b
{
    font-size: 16px;

    color: #333;
}
.wrap-about .about .pic
{
    float: left;

    width: 28%;
}
@media (max-width: 991px)
{
    .wrap-about .about .pic
    {
        width: 100%;
    }
}
.wrap-about .about .pic img
{
    max-width: 100%;
}
.wrap-honor
{
    background-color: #eee;
}
.wrap-honor .honor
{
    position: relative;

    padding-right: 18%;
}
@media (max-width: 991px)
{
    .wrap-honor .honor
    {
        padding: 0;
    }
}
.wrap-honor .honor .slick-honor
{
    margin: 0 -15px;
}
@media (max-width: 991px)
{
    .wrap-honor .honor .slick-honor
    {
        margin: 0 -8px;
        margin-top: 30px;
    }
}
.wrap-honor .honor .slick-honor .slick-slide
{
    padding: 0 15px;
}
@media (max-width: 991px)
{
    .wrap-honor .honor .slick-honor .slick-slide
    {
        padding: 0 8px;
    }
}
.wrap-honor .honor .slick-honor .slick-slide .item
{
    text-align: center;
}
.wrap-honor .honor .slick-honor .slick-slide .item .img-box
{
    padding-bottom: 133.33333333%;
}
.wrap-honor .honor .slick-honor .slick-slide .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-honor .honor .slick-honor .slick-slide .item p
{
    font-size: 16px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 10px 0 0 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-honor .honor .slick-honor .slick-slide .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-honor .honor .slick-honor .slick-slide .item:hover p
{
    color: #1564d4;
}
.wrap-honor .honor .slick-honor .slick-arrow
{
    line-height: 40px;

    position: absolute;
    z-index: 9;
    z-index: 8;
    top: 45%;
    right: -12%;

    overflow: hidden;

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

    cursor: pointer;
    -webkit-transition: all .4s;
            transition: all .4s;

    color: #333;
    border: none;
    outline: none;
    background: none;
}
@media (max-width: 991px)
{
    .wrap-honor .honor .slick-honor .slick-arrow
    {
        top: 40%;
        right: auto;
        left: -20px;
    }
}
.wrap-honor .honor .slick-honor .slick-arrow:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    content: '\e9bc';
}
.wrap-honor .honor .slick-honor .slick-arrow.slick-next
{
    right: -16%;
    left: auto;
}
@media (max-width: 991px)
{
    .wrap-honor .honor .slick-honor .slick-arrow.slick-next
    {
        right: -20px;
        left: auto;
    }
}
.wrap-honor .honor .slick-honor .slick-arrow.slick-next:before
{
    left: auto;

    content: '\e625';
}
.wrap-honor .honor .slick-honor .slick-arrow:hover
{
    color: #1564d4;
}
.wrap-honor .honor .title-honor
{
    position: absolute;
    top: 30%;
    right: 0;

    width: 14%;

    text-align: center;
}
@media (max-width: 991px)
{
    .wrap-honor .honor .title-honor
    {
        position: relative;
        top: auto;

        width: 100%;
    }
}
.wrap-honor .honor .title-honor b
{
    font-size: 30px;
    font-weight: normal;
    line-height: 1;
}
@media (max-width: 991px)
{
    .wrap-honor .honor .title-honor b
    {
        font-size: 24px;
    }
}
.wrap-aftersale .title-aftersale b
{
    font-size: 30px;
    font-weight: normal;
    line-height: 1;
}
@media (max-width: 991px)
{
    .wrap-aftersale .title-aftersale b
    {
        font-size: 24px;
    }
}
.wrap-aftersale .aftersale .text,
.wrap-aftersale .aftersale .pic
{
    margin-top: 20px;
}
.wrap-aftersale .aftersale .text
{
    float: left;

    width: 72%;
    padding-right: 30px;
}
@media (max-width: 991px)
{
    .wrap-aftersale .aftersale .text
    {
        width: 100%;
        padding: 0;
    }
}
.wrap-aftersale .aftersale .text p
{
    line-height: 2.14285714;

    margin: 0;

    color: #666;
}
.wrap-aftersale .aftersale .text b
{
    font-size: 16px;

    color: #333;
}
.wrap-aftersale .aftersale .pic
{
    float: left;

    width: 28%;
}
@media (max-width: 991px)
{
    .wrap-aftersale .aftersale .pic
    {
        width: 100%;
    }
}
.wrap-aftersale .aftersale .pic img
{
    max-width: 100%;
}
.wrap-video
{
    background-color: #eee;
}
.wrap-video .video
{
    position: relative;

    overflow: hidden;

    margin-top: 40px;
}
@media (max-width: 991px)
{
    .wrap-video .video
    {
        padding: 0;
    }
}
.wrap-video .video .img-box
{
    z-index: 0;

    overflow: hidden;

    padding-bottom: 62.22222222%;

    background-color: #000;
}
.wrap-video .video .img-box img
{
    -webkit-transition: all .6s ease;
            transition: all .6s ease;

    opacity: .6;
}
.wrap-video .video .video-box
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    overflow: hidden;

    width: 100%;
    height: 100%;

    text-align: center;
}
.wrap-video .video .iframe
{
    display: none;

    width: 100% !important;
    height: 100% !important;
}
.wrap-video .video .play
{
    position: absolute;
    top: 50%;
    left: 0;

    display: inline-block;

    width: 100%;
    margin-bottom: 100%;

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

    color: #fff;
}
.wrap-video .video .play:before
{
    font-family: 'iconfont';
    font-size: 50px;
    font-weight: normal;

    display: block;

    content: '\e617';
}
.wrap-video .item
{
    position: relative;

    margin-top: 30px;
}
.wrap-video .item .note
{
    position: relative;
    z-index: 2;

    margin-top: -35px;
}
@media (max-width: 991px)
{
    .wrap-video .item .note
    {
        margin-top: -25px;
    }
}
.wrap-video .item .note p
{
    font-size: 16px;
    line-height: 70px;

    display: -webkit-box;
    display: block;
    overflow: hidden;

    width: 60%;
    height: 70px;
    margin: 0 auto;

    -webkit-transition: all .2s;
            transition: all .2s;

    color: #fff;
    border-radius: 50px;
    background-image: -webkit-linear-gradient(left, #004098 50%, rgba(255, 255, 255, 0) 90%);
    background-image:         linear-gradient(to right, #004098 50%, rgba(255, 255, 255, 0) 90%);

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .wrap-video .item .note p
    {
        line-height: 50px;

        width: 80%;
        height: 50px;
    }
}
.wrap-video .item .note p span
{
    font-size: 24px;
    font-weight: bold;
    line-height: 70px;

    display: inline-block;

    width: 70px;
    height: 70px;
    margin-right: 20px;

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

    border-radius: 50%;
    background-color: #004098;
}
@media (max-width: 991px)
{
    .wrap-video .item .note p span
    {
        font-size: 20px;
        line-height: 50px;

        width: 50px;
        height: 50px;
    }
}
.wrap-video .item:hover .video .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);

    opacity: .9;
}
.wrap-video .item:hover .note p
{
    color: #333;
    background-image: -webkit-linear-gradient(left, #fff 50%, rgba(255, 255, 255, 0) 90%);
    background-image:         linear-gradient(to right, #fff 50%, rgba(255, 255, 255, 0) 90%);
}
.wrap-video .item:hover .note p span
{
    background-color: #fff;
}
.wrap-download
{
    background-color: #eee;
}
.wrap-download .download .item
{
    position: relative;

    overflow: hidden;

    margin-top: 40px;
    padding: 30px 30px 30px 90px;

    border-radius: 0 30px 30px 0;
    background-color: #fff;
}
@media (max-width: 991px)
{
    .wrap-download .download .item
    {
        padding: 20px 15px 20px 60px;
    }
}
.wrap-download .download .item:before
{
    position: absolute;
    top: -10px;
    left: -10px;

    display: block;

    width: 60px;
    height: 110%;

    content: '';
    -webkit-transition: all .2s;
            transition: all .2s;
    -webkit-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
            transform: rotate(5deg);

    background-color: #00288b;
}
@media (max-width: 991px)
{
    .wrap-download .download .item:before
    {
        width: 40px;
    }
}
.wrap-download .download .item b
{
    font-size: 18px;
    line-height: 30px;

    display: block;
    display: -webkit-box;
    overflow: hidden;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-download .download .item b a
{
    color: inherit;
}
.wrap-download .download .item p
{
    font-size: 14px;
    line-height: 26px;

    display: -webkit-box;
    overflow: hidden;

    height: 52px;
    margin: 10px 0 0 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.wrap-download .download .item .info
{
    font-weight: bold;

    overflow: hidden;

    margin-top: 20px;

    color: #00288b;
}
.wrap-download .download .item .info span
{
    line-height: 30px;

    display: inline-block;

    margin-right: 14px;
}
@media (max-width: 991px)
{
    .wrap-download .download .item .info span
    {
        margin-right: 4px;
    }
}
.wrap-download .download .item .info a.down
{
    line-height: 30px;

    display: inline-block;
    float: right;

    color: inherit;
}
.wrap-download .download .item .info a.down:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;
    font-weight: normal;

    margin-right: 10px;

    content: '\e61a';
}
.wrap-download .download .item:hover:before
{
    background-color: #e60012;
}
.wrap-download .download .item:hover b
{
    color: #e60012;
}
.wrap-download .download .item:hover .info a.down
{
    text-decoration: underline;

    color: #e60012;
}
.wrap-news
{
    background-color: #eee;
}
.wrap-news .news .item
{
    font-size: 0;

    margin-top: 40px;

    -webkit-transition: all .2s;
            transition: all .2s;
}
.wrap-news .news .item .pic,
.wrap-news .news .item .note
{
    display: inline-block;

    vertical-align: middle;
}
.wrap-news .news .item .pic
{
    width: 28%;
}
@media (max-width: 991px)
{
    .wrap-news .news .item .pic
    {
        width: 40%;
    }
}
@media (max-width: 767px)
{
    .wrap-news .news .item .pic
    {
        width: 100%;
    }
}
.wrap-news .news .item .pic .img-box
{
    padding-bottom: 69.6969697%;
}
.wrap-news .news .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-news .news .item .note
{
    font-size: 14px;

    width: 72%;
    padding: 0 30px;
}
@media (max-width: 991px)
{
    .wrap-news .news .item .note
    {
        width: 60%;
        padding: 0 14px;
    }
}
@media (max-width: 767px)
{
    .wrap-news .news .item .note
    {
        width: 100%;
        padding: 20px 14px;
    }
}
.wrap-news .news .item .note b
{
    font-size: 16px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-news .news .item .note b a
{
    color: inherit;
}
.wrap-news .news .item .note span.date
{
    line-height: 30px;

    display: block;

    margin: 10px 0 0 0;

    color: #666;
}
.wrap-news .news .item .note span.date:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;

    display: inline-block;

    margin-right: 10px;

    content: '\e63a';
}
.wrap-news .news .item .note p
{
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    max-height: 90px;
    margin: 10px 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media (max-width: 991px)
{
    .wrap-news .news .item .note p
    {
        line-height: 24px;

        display: -webkit-box;
        overflow: hidden;

        min-height: 48px;

        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
}
.wrap-news .news .item .note a.more
{
    line-height: 30px;

    display: inline-block;

    color: #666;
    border-bottom: 1px solid #8f8f8f;
}
.wrap-news .news .item:hover
{
    background-color: #fff;
}
.wrap-news .news .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-news .news .item:hover .note b,
.wrap-news .news .item:hover .note a.more
{
    color: #004098;
}
.wrap-news .news .item:hover .note a.more
{
    border-bottom-color: #004098;
}
.wrap-news-show
{
    background-color: #eee;
}
.wrap-news-show .title-news-show h1
{
    font-size: 30px;
    font-weight: bold;
    line-height: 1.5;

    display: block;
}
@media (max-width: 991px)
{
    .wrap-news-show .title-news-show h1
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .wrap-news-show .title-news-show h1
    {
        font-size: 20px;
    }
}
.wrap-news-show .title-news-show span.date
{
    line-height: 30px;

    display: block;

    margin-top: 14px;

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

    margin-right: 10px;

    content: '\e63a';
}
.wrap-news-show .news-show
{
    margin-top: 20px;
}
.wrap-news-show .news-show p
{
    line-height: 2.14285714;

    margin: 0;

    color: #666;
}
.wrap-news-show .news-show img
{
    max-width: 100%;
    height: auto !important;
}
.wrap-news-show .news-relate
{
    margin-top: 30px;
}
.wrap-news-show .news-relate ul
{
    margin: 0;
    padding: 0;
}
.wrap-news-show .news-relate ul li
{
    display: block;
}
.wrap-news-show .news-relate ul li a
{
    line-height: 30px;

    display: block;
    display: -webkit-box;
    overflow: hidden;

    height: 30px;

    color: inherit;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-news-show .news-relate ul li:hover a
{
    font-weight: bold;

    text-decoration: underline;

    color: #00288b;
}
.wrap-product
{
    background-color: #eee;
}
.wrap-product .product .item
{
    margin-top: 30px;

    border: 1px solid #dadada;
}
@media (max-width: 767px)
{
    .wrap-product .product .item
    {
        margin-top: 20px;
    }
}
.wrap-product .product .item .title-item
{
    -webkit-transition: all .4s;
            transition: all .4s;

    border-bottom: 1px solid #dadada;
    background-color: #fff;
}
.wrap-product .product .item .title-item b a
{
    font-size: 18px;
    line-height: 90px;

    position: relative;

    display: -webkit-box;
    overflow: hidden;

    height: 90px;
    padding: 0 20px;

    -webkit-transition: all .4s;
            transition: all .4s;

    color: #1564d4;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1350px)
{
    .wrap-product .product .item .title-item b a
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .wrap-product .product .item .title-item b a
    {
        font-size: 14px;
        line-height: 40px;

        height: 40px;
        padding: 0 8px;
    }
}
.wrap-product .product .item .title-item b a:before
{
    position: absolute;
    bottom: 10px;
    left: 20px;

    display: inline-block;

    width: 100px;
    height: 20px;

    content: '';
    -webkit-transition: all .4s;
            transition: all .4s;

    border-radius: 100%;
    background-color: #e5e5e5;
}
@media (max-width: 767px)
{
    .wrap-product .product .item .title-item b a:before
    {
        display: none;
    }
}
.wrap-product .product .item .title-item b a span
{
    font-family: Arial, 'Helvetica Neue', Helvetica;
    font-size: 60px;
    font-weight: 900;

    position: relative;
    z-index: 2;

    display: inline-block;

    width: 100px;
    margin-right: 20px;

    text-align: center;
}
@media (max-width: 1350px)
{
    .wrap-product .product .item .title-item b a span
    {
        font-size: 50px;
    }
}
@media (max-width: 767px)
{
    .wrap-product .product .item .title-item b a span
    {
        font-size: 16px;

        width: auto;
        margin-right: 6px;
    }
}
.wrap-product .product .item .item-pic
{
    position: relative;

    overflow: hidden;
}
.wrap-product .product .item .item-pic .img-box
{
    padding-bottom: 75.714285714%;
}
.wrap-product .product .item .item-pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-product .product .item .item-pic .mask
{
    position: absolute;
    top: 0;
    left: 0;

    overflow: hidden;

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

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

    background-color: rgba(255, 255, 255, .85);
}
.wrap-product .product .item .item-pic .mask p
{
    font-size: 14px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-product .product .item .item-pic .mask p:before
{
    margin-right: 10px;

    content: '>';
}
.wrap-product .product .item .item-pic .mask p:hover
{
    text-decoration: underline;

    color: #1564d4;
}
.wrap-product .product .item .item-pic .mask a
{
    color: inherit;
}
@media (min-width: 1200px)
{
    .wrap-product .product .item:hover .title-item
    {
        background-color: #e60012;
    }
    .wrap-product .product .item:hover .title-item b a
    {
        color: #fff;
    }
    .wrap-product .product .item:hover .title-item b a:before
    {
        opacity: .21;
    }
    .wrap-product .product .item:hover .item-pic .img-box img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
}
.wrap-product-show
{
    background-color: #eee;
}
.wrap-product-show .carousel-wrap
{
    position: relative;
}
.wrap-product-show .carousel-wrap .carousel
{
    font-size: 0;

    position: relative;
}
.wrap-product-show .carousel-wrap .carousel .img-box
{
    padding-bottom: 75.714285714%;
}
.wrap-product-show .carousel-wrap .carousel .slider-for
{
    position: relative;
}
.wrap-product-show .carousel-wrap .carousel .slider-for .item
{
    position: relative;
}
.wrap-product-show .carousel-wrap .carousel .slider-nav
{
    margin: 0 -6px;
    margin-top: 10px;
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .slick-slide
{
    padding: 0 6px;

    outline: none;
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .item
{
    position: relative;

    border: 1px solid #d9d9d9;
    background-color: #fff;
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .slick-current .item
{
    border: 1px solid #1564d4;
}
.wrap-product-show .carousel-wrap .info-box
{
    position: relative;
}
@media (max-width: 991px)
{
    .wrap-product-show .carousel-wrap .info-box
    {
        margin-top: 30px;
    }
}
.wrap-product-show .carousel-wrap .info-box .title-info
{
    position: relative;

    padding-bottom: 30px;

    border-bottom: 1px dashed #b9b9b9;
}
.wrap-product-show .carousel-wrap .info-box .title-info h1
{
    font-size: 30px;
    line-height: 1;

    display: block;

    margin: 0;
    padding-left: 12px;

    border-left: 5px solid #003f98;
}
@media (max-width: 991px)
{
    .wrap-product-show .carousel-wrap .info-box .title-info h1
    {
        font-size: 22px;
    }
}
.wrap-product-show .carousel-wrap .info-box .text
{
    margin-top: 20px;
}
.wrap-product-show .carousel-wrap .info-box .text p
{
    font-size: 14px;
    line-height: 2.14285714;

    margin: 0;

    color: #666;
}
.wrap-product-show .carousel-wrap .info-box .share
{
    margin-top: 120px;
}
@media (max-width: 991px)
{
    .wrap-product-show .carousel-wrap .info-box .share
    {
        margin-top: 30px;
    }
}
.wrap-product-show .carousel-wrap .info-box .share span
{
    font-size: 14px;
    line-height: 50px;

    display: inline-block;

    vertical-align: middle;

    color: #666;
}
.wrap-product-show .carousel-wrap .info-box .share .addthis_inline_share_toolbox
{
    display: inline-block;

    vertical-align: middle;
}
.wrap-product-show .carousel-wrap .info-box a.btn-inquiry
{
    line-height: 50px;

    display: inline-block;
    float: right;

    padding: 0 44px;

    -webkit-transition: all .2s;
            transition: all .2s;

    color: #fff;
    background-color: #004098;
}
@media (max-width: 767px)
{
    .wrap-product-show .carousel-wrap .info-box a.btn-inquiry
    {
        float: none;

        margin-top: 10px;
    }
}
.wrap-product-show .carousel-wrap .info-box a.btn-inquiry:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;

    float: left;

    margin-right: 18px;

    content: '\e626';
}
.wrap-product-show .carousel-wrap .info-box a.btn-inquiry:hover
{
    background-color: #1564d4;
}
.wrap-product-show .title-product-show b
{
    font-size: 30px;
    font-weight: normal;
    line-height: 1;

    display: inline-block;

    padding-left: 12px;

    border-left: 5px solid #003f98;
}
@media (max-width: 991px)
{
    .wrap-product-show .title-product-show b
    {
        font-size: 22px;
    }
}
.wrap-product-show .parameter,
.wrap-product-show .inquiry
{
    padding-top: 60px;
}
.wrap-product-show .parameter .parameter-list
{
    margin-top: 30px;
    padding: 30px;

    border: 2px solid #d0d0d0;
    background-color: #fff;
}
@media (max-width: 991px)
{
    .wrap-product-show .parameter .parameter-list
    {
        padding: 30px 15px;
    }
}
.wrap-product-show .parameter .parameter-list p
{
    font-size: 16px;
    line-height: 1.71428571;

    margin: 0;

    color: #666;
}
@media (max-width: 767px)
{
    .wrap-product-show .parameter .parameter-list p
    {
        font-size: 14px;
    }
}
.wrap-product-show .parameter .parameter-list img
{
    max-width: 100%;
    height: auto !important;
}
.wrap-product-show .table-box
{
    overflow: auto;

    width: 100%;
    max-width: 100%;
}
.wrap-product-show table
{
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;

    border-spacing: 0;
    border-collapse: collapse;
}
.wrap-product-show table tr,
.wrap-product-show table td
{
    width: auto !important;
    height: auto !important;

    vertical-align: middle;
}
.wrap-product-show table td
{
    padding: 8px 20px !important;

    border: 1px solid #dcdcdc !important;
}
.wrap-product-show table tr p,
.wrap-product-show table tr span
{
    margin: 0 !important;
    padding: 0 !important;

    background: none !important;
}
.wrap-product-show .inquiry .message
{
    padding-top: 20px;
}
.wrap-product-show .inquiry .message p
{
    line-height: 1.71428571;

    margin: 0;

    color: #888;
}
.wrap-product-show .inquiry .message input,
.wrap-product-show .inquiry .message textarea
{
    line-height: 28px;

    width: 100%;
    min-height: 48px;
    margin-top: 16px;
    padding: 10px 20px;

    border: none;
    outline: none;
    background: #fff;
}
.wrap-product-show .inquiry .message textarea
{
    resize: vertical;
}
.wrap-product-show .inquiry .message input::-webkit-input-placeholder,
.wrap-product-show .inquiry .message textarea::-webkit-input-placeholder
{
    color: #666;
}
.wrap-product-show .inquiry .message input:-o-placeholder,
.wrap-product-show .inquiry .message textarea:-o-placeholder
{
    color: #666;
}
.wrap-product-show .inquiry .message input::-moz-placeholder,
.wrap-product-show .inquiry .message textarea::-moz-placeholder
{
    color: #666;
}
.wrap-product-show .inquiry .message input:-ms-input-placeholder,
.wrap-product-show .inquiry .message textarea:-ms-input-placeholder
{
    color: #666;
}
.wrap-product-show .inquiry .message input:focus::-webkit-input-placeholder,
.wrap-product-show .inquiry .message textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .inquiry .message input:focus::-o-placeholder,
.wrap-product-show .inquiry .message textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .inquiry .message input:focus::-moz-placeholder,
.wrap-product-show .inquiry .message textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .inquiry .message input:focus::-ms-input-placeholder,
.wrap-product-show .inquiry .message textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .inquiry .message .read input::-webkit-input-placeholder,
.wrap-product-show .inquiry .message .read textarea::-webkit-input-placeholder
{
    color: #666;
}
.wrap-product-show .inquiry .message .read input:-o-placeholder,
.wrap-product-show .inquiry .message .read textarea:-o-placeholder
{
    color: #666;
}
.wrap-product-show .inquiry .message .read input::-moz-placeholder,
.wrap-product-show .inquiry .message .read textarea::-moz-placeholder
{
    color: #666;
}
.wrap-product-show .inquiry .message .read input:-ms-input-placeholder,
.wrap-product-show .inquiry .message .read textarea:-ms-input-placeholder
{
    color: #666;
}
.wrap-product-show .inquiry .message .read input:focus::-webkit-input-placeholder,
.wrap-product-show .inquiry .message .read textarea:focus::-webkit-input-placeholder
{
    color: #666;
}
.wrap-product-show .inquiry .message .read input:focus::-o-placeholder,
.wrap-product-show .inquiry .message .read textarea:focus::-o-placeholder
{
    color: #666;
}
.wrap-product-show .inquiry .message .read input:focus::-moz-placeholder,
.wrap-product-show .inquiry .message .read textarea:focus::-moz-placeholder
{
    color: #666;
}
.wrap-product-show .inquiry .message .read input:focus::-ms-input-placeholder,
.wrap-product-show .inquiry .message .read textarea:focus::-ms-input-placeholder
{
    color: #666;
}
.wrap-product-show .inquiry .message .read input
{
    background: #fff;
}
.wrap-product-show .inquiry .message .send
{
    text-align: center;
}
.wrap-product-show .inquiry .message .submit
{
    line-height: 44px;

    margin-top: 20px;
    padding: 0 60px;

    -webkit-transition: all .2s;
            transition: all .2s;

    color: #fff;
    border-radius: 0;
    outline: none;
    background-color: #00288b;
}
.wrap-product-show .inquiry .message .submit:hover
{
    background-color: #1564d4;
}
.wrap-contact
{
    background-color: #eee;
}
.wrap-contact .contact
{
    padding-bottom: 30px;

    border-bottom: 1px solid #dadada;
}
.wrap-contact .contact .title-contact b
{
    font-size: 26px;
    font-weight: normal;
    line-height: 1;
}
@media (max-width: 991px)
{
    .wrap-contact .contact .title-contact b
    {
        font-size: 24px;
    }
}
.wrap-contact .contact .text ul
{
    margin: 0;
    padding: 0;
}
@media (min-width: 1200px)
{
    .wrap-contact .contact .text ul
    {
        width: 100%;
        padding: 0;

        text-align: justify;
        text-justify: distribute-all-lines;
    }
    .wrap-contact .contact .text ul:after
    {
        display: inline-block;
        overflow: hidden;

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

        content: '';
    }
}
@media (max-width: 1199px)
{
    .wrap-contact .contact .text ul
    {
        font-size: 0;
    }
}
.wrap-contact .contact .text ul li
{
    display: inline-block;

    max-width: 280px;
    min-height: 72px;

    list-style: none;

    text-align: left;
    vertical-align: top;
}
@media (max-width: 1350px)
{
    .wrap-contact .contact .text ul li
    {
        max-width: 280px;
    }
}
@media (max-width: 1199px)
{
    .wrap-contact .contact .text ul li
    {
        width: 50%;
        max-width: 50%;
        margin-top: 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-contact .contact .text ul li
    {
        width: 100%;
        max-width: 100%;
    }
}
.wrap-contact .contact .text .item
{
    position: relative;

    margin-top: 20px;
    padding-top: 6px;
    padding-left: 50px;
}
.wrap-contact .contact .text .item:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;
    line-height: 40px;

    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 40px;
    height: 40px;

    content: '\e608';
    text-align: center;

    color: #004098;
    border: 1px solid #004098;
    border-radius: 50%;
    background-color: #fff;
}
.wrap-contact .contact .text .item-email:before
{
    content: '\e6a4';
}
.wrap-contact .contact .text .item-tel:before
{
    content: '\e61c';
}
.wrap-contact .contact .text .item-fax:before
{
    font-size: 22px;

    content: '\e708';
}
.wrap-contact .contact .text .item a
{
    color: inherit;
}
.wrap-contact .contact .text .item p
{
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-contact .contact .text .item p
    {
        font-size: 14px;
    }
}
.wrap-contact .contact .text .item a:hover
{
    text-decoration: underline;

    color: #1564d4;
}
.wrap-contact .message
{
    padding-top: 70px;
}
@media (max-width: 767px)
{
    .wrap-contact .message
    {
        padding-top: 50px;
    }
}
.wrap-contact .message .title-contact b
{
    font-size: 20px;
    line-height: 1;

    display: block;
}
.wrap-contact .message .info
{
    margin-top: 20px;
}
.wrap-contact .message .info p
{
    line-height: 1.71428571;

    margin: 0;

    color: #666;
}
.wrap-contact .message form
{
    overflow: hidden;

    margin-top: 20px;
}
@media (max-width: 991px)
{
    .wrap-contact .message form
    {
        margin-bottom: 40px;
    }
}
.wrap-contact .message form input,
.wrap-contact .message form textarea
{
    line-height: 26px;

    width: 100%;
    min-height: 42px;
    margin-top: 16px;
    padding: 8px 20px;

    border: 1px solid #e7e7e7;
    background-color: #fff;
}
@media (max-width: 767px)
{
    .wrap-contact .message form input,
    .wrap-contact .message form textarea
    {
        padding: 15px;
    }
}
.wrap-contact .message form input::-webkit-input-placeholder,
.wrap-contact .message form textarea::-webkit-input-placeholder
{
    color: #666;
}
.wrap-contact .message form input:-o-placeholder,
.wrap-contact .message form textarea:-o-placeholder
{
    color: #666;
}
.wrap-contact .message form input::-moz-placeholder,
.wrap-contact .message form textarea::-moz-placeholder
{
    color: #666;
}
.wrap-contact .message form input:-ms-input-placeholder,
.wrap-contact .message form textarea:-ms-input-placeholder
{
    color: #666;
}
.wrap-contact .message form input:focus::-webkit-input-placeholder,
.wrap-contact .message form textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .message form input:focus::-o-placeholder,
.wrap-contact .message form textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .message form input:focus::-moz-placeholder,
.wrap-contact .message form textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .message form input:focus::-ms-input-placeholder,
.wrap-contact .message form textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .message form .submit
{
    font-weight: bold;
    line-height: 44px;

    margin-top: 20px;
    padding: 0 44px;

    -webkit-transition: all .2s;
            transition: all .2s;

    color: #fff;
    border-radius: 0;
    background-color: #004098;
}
.wrap-contact .message form .submit:before
{
    font-family: 'iconfont' !important;
    font-weight: normal;

    margin-right: 16px;

    content: '\e63b';
}
.wrap-contact .message form .submit:hover
{
    background-color: #1564d4;
}
.wrap-contact .wrap-map #dituContent
{
    height: 380px;
    margin-top: 30px;
}
nav
{
    text-align: center;
}
.pagination
{
    margin: 60px 0 0 0;
}
.pagination li:first-child a,
.pagination li:last-child a
{
    border-radius: 50%;
}
.pagination li a
{
    font-size: 14px;
    line-height: 36px;

    width: 36px;
    height: 36px;
    margin: 0 4px;
    padding: 0;

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

    color: #848484;
    border: 1px solid #d5d5d5;
    border-radius: 50%;
    background: none;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover
{
    color: #fff;
    border-color: #e60012;
    background-color: #e60012;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover
{
    color: #fff;
    border-color: #e60012;
    background-color: #e60012;
}
.lazy
{
    background-image: url(../js/slick/ajax-loader.gif);
    background-repeat: no-repeat;
    background-position: center;
}
.zoomDiv
{
    z-index: 8;

    display: none;
    overflow: hidden;

    text-align: center;

    border: 1px solid #ccc;
    background: #fff;
}
@media (min-width: 768px)
{
    .zoomDiv
    {
        position: absolute;
    }
}
.zoomMask
{
    position: absolute;
    z-index: 1;

    cursor: move;

    background: url('../images/mask.png') repeat scroll 0 0 transparent;
}
@media (max-width: 767px)
{
    .zoomMask
    {
        display: none;
    }
}
.fancybox-slide--iframe .fancybox-content
{
    width: 733px;
    max-width: 80%;
    height: 500px;
    max-height: 50%;
    margin: 0;
}
.stuck
{
    position: fixed;
    z-index: 9;
    top: 0;

    width: 100%;

    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
#google_translate_element
{
    float: right;

    margin-top: 48px;
    margin-left: 30px;
}
@media (max-width: 1199px)
{
    #google_translate_element
    {
        display: none;
    }
}



.slick-about-in .slick-dots
{
    position: absolute;
    bottom: 10px;

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

    text-align: center;
}

.slick-about-in .slick-dots li
{
    display: inline-block;

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

    cursor: pointer;
    -webkit-transition: all .4s;
            transition: all .4s;

    border: 1px solid #1564d4;
    border-radius: 50%;
}
.slick-about-in .slick-dots li.slick-active
{
    width: 26px;

    border-radius: 10px;
    background-color: #1564d4;
}
.slick-about-in .slick-dots li button
{
    display: none;
}
