/**
 * style.less
 * 层叠样式表
 */
.ff
{
    font-family: 'iconfont' !important;
}
@font-face
{
    font-family: 'Poppins';
    font-weight: 800;
    font-style: normal;

    src: url('../fonts/Poppins-ExtraBold.eot');
    src: local('Poppins ExtraBold'), local('Poppins-ExtraBold'), url('../fonts/Poppins-ExtraBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-ExtraBold.woff2') format('woff2'), url('../fonts/Poppins-ExtraBold.woff') format('woff'), url('../fonts/Poppins-ExtraBold.ttf') format('truetype'), url('../fonts/Poppins-ExtraBold.svg#Poppins-ExtraBold') format('svg');
    font-display: swap;
}
@font-face
{
    font-family: 'Poppins';
    font-weight: bold;
    font-style: normal;

    src: url('../fonts/Poppins-Bold.eot');
    src: local('Poppins Bold'), local('Poppins-Bold'), url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Bold.woff2') format('woff2'), url('../fonts/Poppins-Bold.woff') format('woff'), url('../fonts/Poppins-Bold.ttf') format('truetype'), url('../fonts/Poppins-Bold.svg#Poppins-Bold') format('svg');
    font-display: swap;
}
@font-face
{
    font-family: 'Open Sans';
    font-weight: bold;
    font-style: normal;

    src: url('../fonts/OpenSans-Bold.eot');
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url('../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Bold.woff2') format('woff2'), url('../fonts/OpenSans-Bold.woff') format('woff'), url('../fonts/OpenSans-Bold.ttf') format('truetype'), url('../fonts/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
    font-display: swap;
}
@font-face
{
    font-family: 'Open Sans';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/OpenSans-Regular.eot');
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url('../fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Regular.woff2') format('woff2'), url('../fonts/OpenSans-Regular.woff') format('woff'), url('../fonts/OpenSans-Regular.ttf') format('truetype'), url('../fonts/OpenSans-Regular.svg#OpenSans-Regular') format('svg');
    font-display: swap;
}
*[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: 'Open Sans', Arial, 'Helvetica Neue', Helvetica, 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Heiti SC', 'PingFang SC', 'Hiragino Sans GB', sans-serif;
    font-size: 14px;
    font-weight: normal;

    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;
    }
}
ul
{
    margin: 0;
    padding: 0;
}
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
{
    position: relative;
    z-index: 10;
    top: 0;

    width: 100%;
    height: 110px;

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

    background-color: #fff;
}
@media (max-width: 1199px)
{
    .header
    {
        height: 100px;
    }
}
.header .header-nav
{
    overflow: hidden;

    height: 30px;

    background-color: #f3f3f3;
}
.header .header-nav .share
{
    display: inline-block;
    float: right;
}
.header .header-nav .share ul li
{
    display: inline-block;

    margin-top: 5px;
}
.header .header-nav .share ul li a
{
    line-height: 20px;

    display: block;

    width: 20px;
    height: 20px;
    margin-left: 8px;

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

    color: #666;
    border: 1px solid #696969;
    border-radius: 50%;
}
.header .header-nav .share ul li a:before
{
    font-family: 'iconfont';
    font-size: 14px;
    font-weight: normal;

    display: inline-block;

    content: '\e615';
    text-align: center;
    vertical-align: top;

    border-radius: 4px;
}
.header .header-nav .share ul li.twitter a:before
{
    content: '\e60b';
}
.header .header-nav .share ul li.linkedin a:before
{
    content: '\e6f0';
}
.header .header-nav .share ul li.instagram a:before
{
    content: '\e612';
}
.header .header-nav .share ul li.youtube a:before
{
    content: '\e6d7';
}
.header .header-nav .share ul li.google a:before
{
    content: '\e645';
}
.header .header-nav .share ul li.amazon a:before
{
    content: '\e6c1';
}
.header .header-nav .share ul li:hover a
{
    -webkit-transform: translateY(-4px);
        -ms-transform: translateY(-4px);
            transform: translateY(-4px);

    color: #167edf;
    border-color: #167edf;
}
.header .header-nav .text
{
    display: inline-block;
}
@media (max-width: 991px)
{
    .header .header-nav .text
    {
        display: none;
    }
}
.header .header-nav .text p
{
    font-size: 14px;
    line-height: 30px;

    display: inline-block;

    margin: 0;

    color: #6e6a6a;
}
.header .header-nav p.email
{
    font-size: 12px;
    line-height: 30px;

    display: inline-block;
    float: right;

    margin: 0;

    color: #6e6a6a;
}
.header .header-nav p.email:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;

    float: left;

    margin-right: 10px;

    content: '\e6a4';
}
.header .header-nav p.email a:hover
{
    text-decoration: underline;
}
.header .logo
{
    position: relative;

    float: left;

    height: 60px;
    margin-top: 10px;

    -webkit-transition: all .6s;
            transition: all .6s;
}
@media (max-width: 1199px)
{
    .header .logo
    {
        height: 50px;
    }
}
.header .logo a
{
    display: block;

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

    height: 100%;
}
.header .language
{
    display: inline-block;
    float: right;

    margin-top: 26px;
    margin-left: 10px;
}
@media (max-width: 1199px)
{
    .header .language
    {
        margin-top: 24px;
    }
}
.header .language a
{
    font-size: 12px;
    line-height: 24px;

    display: inline-block;

    width: 24px;
    height: 24px;

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

    color: #fff;
    border-radius: 50%;
    background-color: #167edf;
}
.header .language a:hover
{
    background-color: #0960b1;
}
.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
{
    height: 80px;
}
@media (max-width: 1199px)
{
    .header .header-product-nav
    {
        height: 70px;
    }
}
@media (min-width: 1200px)
{
    .header .nav
    {
        display: inline-block;
        float: right;

        -webkit-transition: all .4s;
                transition: all .4s;
        vertical-align: middle;
    }
    .header .nav a:hover
    {
        color: #167edf;
    }
}
@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
    {
        font-size: 0;
    }
    .header .nav .nav-list1 li a
    {
        white-space: nowrap;
    }
    .header .nav .nav-list1 > li
    {
        position: relative;

        float: left;
    }
    .header .nav .nav-list1 > li > a
    {
        font-size: 16px;
        line-height: 80px;

        position: relative;

        display: inline-block;
        overflow: hidden;

        padding: 0 38px;

        -webkit-transition: all .4s;
                transition: all .4s;
        text-transform: uppercase;

        color: #646464;
    }
    .header .nav .nav-list1 > li:hover > a,
    .header .nav .nav-list1 > li.active > a
    {
        color: #167edf;
    }
    .header .nav .nav-list1 .nav-list2
    {
        position: absolute;
        z-index: 50;
        top: 100%;

        display: none;
        overflow: hidden;

        min-width: 200px;
        padding: 20px 0;

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

        color: #fff;
        background-color: #167edf;
        box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    }
    .header .nav .nav-list1 .nav-list2 li
    {
        display: inline-block;

        list-style: none;

        vertical-align: top;
    }
    .header .nav .nav-list1 .nav-list2 li a
    {
        font-size: 14px;
        font-weight: 500;
        line-height: 24px;

        padding: 0 20px;
    }
    .header .nav .nav-list1 .nav-list2 li:hover a
    {
        text-decoration: underline;

        color: #fff;
    }
}
@media (min-width: 1200px) and (max-width: 1470px)
{
    .header .nav .nav-list1 > li > a
    {
        padding: 0 35px;
    }
}
@media (min-width: 1200px) and (max-width: 1280px)
{
    .header .nav .nav-list1 > li > a
    {
        font-size: 15px;

        padding: 0 12px;
    }
}
@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;
    }
}
.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: '\e660';

    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: '\e660';

    color: #167edf;
}
.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 .pc-search
{
    position: relative;

    float: right;

    width: 90px;
    margin-top: 26px;
    margin-left: 10px;
}
@media (max-width: 1199px)
{
    .header .pc-search
    {
        display: none;
    }
}
.header .pc-search input
{
    font-size: 12px;
    line-height: 24px;

    width: 100%;
    height: 24px;
    padding: 0 40px 0 10px;

    border: 1px solid #167edf;
    border-radius: 30px;
    outline: none;
}
.header .pc-search input::-webkit-input-placeholder,
.header .pc-search textarea::-webkit-input-placeholder
{
    color: rgba(153, 153, 153, .72);
}
.header .pc-search input:-o-placeholder,
.header .pc-search textarea:-o-placeholder
{
    color: rgba(153, 153, 153, .72);
}
.header .pc-search input::-moz-placeholder,
.header .pc-search textarea::-moz-placeholder
{
    color: rgba(153, 153, 153, .72);
}
.header .pc-search input:-ms-input-placeholder,
.header .pc-search textarea:-ms-input-placeholder
{
    color: rgba(153, 153, 153, .72);
}
.header .pc-search input:focus::-webkit-input-placeholder,
.header .pc-search textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.header .pc-search input:focus::-o-placeholder,
.header .pc-search textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.header .pc-search input:focus::-moz-placeholder,
.header .pc-search textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.header .pc-search input:focus::-ms-input-placeholder,
.header .pc-search textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.header .pc-search .submit
{
    font-weight: bold;
    line-height: 24px;

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

    width: 32px;
    height: 24px;
    padding: 0;

    text-align: center;

    color: #fff;
    border-radius: 0 30px 30px 0;
    background-color: #167edf;
}
.header .pc-search .submit:after
{
    font-family: 'iconfont' !important;

    content: '\e660';
}
.header .find
{
    line-height: 92px;

    display: none;
    float: right;

    height: 92px;
    margin-left: 20px;
    padding: 0;

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

    color: #c62828;
}
@media (max-width: 1199px)
{
    .header .find
    {
        line-height: 70px;

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

    content: '\e660';
}
.header .find:hover
{
    color: #666;
}
.header .back-btn
{
    position: absolute;
    left: 15px;
}
.online-wrap .btn
{
    line-height: 36px;

    position: fixed;
    z-index: 9;
    bottom: 70px;
    left: 0;

    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;
    bottom: 180px;
    left: 45px;

    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: 9;
    top: 50%;
    left: 0;

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

    position: relative;

    display: block;

    width: 48px;
    height: 48px;
    margin-top: 4px;

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

    border-radius: 10px;
    background-color: rgba(22, 126, 223, .8);
}
.online-wrap .online a:hover
{
    text-decoration: none;
}
.online-wrap .online a:before
{
    font-size: 22px;
    font-weight: normal;

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

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

    padding-right: 5px;

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

    color: #fff;
    background-color: #0960b1;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .12);
}
.online-wrap .online .cart
{
    position: relative;
}
.online-wrap .online .cart:before
{
    font-family: 'iconfont' !important;

    content: '\e633';
}
.online-wrap .online .cart span
{
    line-height: 20px;

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

    width: 20px;
    height: 20px;

    color: #fff;
    border-radius: 50%;
    background-color: #167edf;
}
.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: '\e6a4';
}
.online-wrap .online .icon-skype:before
{
    font-family: 'iconfont' !important;

    content: '\e6b7';
}
.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: '\e751';
}
.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;

    content: '\e614';
}
.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: #167edf;
    box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, .2);
}
@media (max-width: 991px)
{
    .xs-online
    {
        display: block !important;
    }
}
.xs-online ul
{
    overflow: hidden;

    margin: 0;
    padding: 0;

    text-align: center;

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

    width: 20%;

    list-style: none;

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

    display: block;

    padding: 8px 0;

    text-transform: uppercase;

    color: inherit;
}
@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: '\e826';
}
.xs-online ul li.top > a:before
{
    font-weight: normal;

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

    position: relative;
    z-index: 2;

    overflow: hidden;

    width: 100%;
}
@media (max-width: 1199px)
{
    .banner
    {
        top: 0;
    }
}
.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: 56px;
    height: 6px;
    margin: 0 4px;

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

    border-radius: 0;
    background-color: rgba(0, 0, 0, .3);
}
@media (max-width: 991px)
{
    .banner .slick-dots li
    {
        margin: 0 6px;
    }
}
.banner .slick-dots li.slick-active
{
    background-color: #167edf;
}
.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;

    padding: 0;

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

    color: #fff;
    border: none;
    border-radius: 50%;
    outline: none;
    background: none;
}
@media (max-width: 1199px)
{
    .banner .slick-arrow
    {
        left: 8%;
    }
}
.banner .slick-arrow:before
{
    font-family: 'iconfont' !important;
    font-size: 40px;

    content: '\e601';
}
@media (max-width: 991px)
{
    .banner .slick-arrow:before
    {
        font-size: 30px;
    }
}
.banner .slick-arrow.slick-next
{
    right: 3%;
    left: auto;
}
@media (max-width: 1199px)
{
    .banner .slick-arrow.slick-next
    {
        right: 10%;
    }
}
.banner .slick-arrow.slick-next:before
{
    right: 0;
    left: auto;

    content: '\e827';
}
.banner .slick-arrow:hover
{
    color: #0960b1;
}
.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: 80px 0;
}
@media (max-width: 991px)
{
    .box
    {
        padding: 60px 0;
    }
}
.title
{
    text-align: center;
}
.title b
{
    font-family: 'Poppins', Arial;
    font-size: 40px;
    font-weight: 800;
    font-style: italic;

    text-transform: uppercase;

    color: #051843;
}
@media (max-width: 991px)
{
    .title b
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .title b
    {
        font-size: 20px;
    }
}
.title b span
{
    font-family: 'Open Sans', Arial;
    font-size: 55px;
    font-weight: bold;

    display: inline-block;

    vertical-align: bottom;

    color: #848282;
}
@media (max-width: 991px)
{
    .title b span
    {
        font-size: 38px;
    }
}
@media (max-width: 767px)
{
    .title b span
    {
        font-size: 24px;
    }
}
.title b img
{
    display: inline-block;

    max-width: 100px;

    vertical-align: middle;
}
.title b:before
{
    display: inline-block;

    width: 24px;
    height: 2px;
    margin-right: 10px;

    content: '';
    vertical-align: middle;

    background-color: #051843;
}
.title p
{
    font-size: 18px;
    line-height: 20px;

    margin: 0;

    color: #666;
}
@media (max-width: 767px)
{
    .title p
    {
        font-size: 16px;
    }
}
.indexcontent
{
    position: relative;
    z-index: 2;
}
.box-product
{
    padding-bottom: 0;
}
.box-product .product
{
    margin-top: 40px;
    padding: 0 0 80px;

    background-color: #f5f4fa;
}
.box-product ul.pro-sort
{
    font-size: 0;

    margin: 0 -20px;

    text-align: center;
}
.box-product ul.pro-sort li
{
    display: inline-block;

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

    vertical-align: top;
}
@media (max-width: 991px)
{
    .box-product ul.pro-sort li
    {
        width: 50%;
    }
}
.box-product ul.pro-sort li .item
{
    cursor: pointer;
}
.box-product ul.pro-sort li .item .sort-img
{
    display: block;
    overflow: hidden;

    width: 150px;
    height: 150px;
    margin: 0 auto;
    padding: 8px;

    border-radius: 50%;
    background-color: #fff;
}
@media (max-width: 991px)
{
    .box-product ul.pro-sort li .item .sort-img
    {
        width: 100px;
        height: 100px;
        padding: 4px;
    }
}
.box-product ul.pro-sort li .item .sort-img .pic
{
    overflow: hidden;

    padding: 4px;

    border: 1px dashed #167edf;
    border-radius: 50%;
}
.box-product ul.pro-sort li .item .sort-img .pic .img-box
{
    overflow: hidden;

    border-radius: 50%;
}
.box-product ul.pro-sort li .item p
{
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;

    margin: 14px 0 0 0;

    color: #051843;
}
@media (max-width: 991px)
{
    .box-product ul.pro-sort li .item p
    {
        font-size: 16px;
        line-height: 22px;
    }
}
.box-product ul.pro-sort li.active .item .sort-img
{
    background-color: #167edf;
}
.box-product ul.pro-sort li.active .item .sort-img .pic
{
    border-color: #fff;
}
.box-product .slick-product
{
    margin: 0 -15px;
}
.box-product .slick-product .slick-slide
{
    padding: 0 15px;
}
.box-product .slick-product .item
{
    display: block;

    margin-top: 30px;

    color: inherit;
}
.box-product .slick-product .item .pic
{
    position: relative;

    padding: 14px;

    background-color: #fff;
}
.box-product .slick-product .item .pic .mask
{
    position: absolute;
    top: 50%;
    left: 0;

    width: 100%;

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

    opacity: 0;
}
.box-product .slick-product .item .pic .mask p
{
    font-size: 20px;
    line-height: 30px;

    margin: 0;

    color: #fff;
}
.box-product .slick-product .item .pic .mask p:before
{
    font-family: 'iconfont' !important;
    line-height: 34px;

    display: block;

    width: 34px;
    height: 34px;
    margin: 0 auto;
    margin-bottom: 8px;

    content: '\e625';

    color: #167edf;
    border-radius: 50%;
    background-color: #fff;
}
.box-product .slick-product .item .pic .img-box
{
    padding-bottom: 77.77777778%;

    background-color: #167edf;
}
.box-product .slick-product .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.box-product .slick-product .item .note p
{
    font-size: 20px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 8px 0 0 0;

    text-align: center;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1199px)
{
    .box-product .slick-product .item .note p
    {
        font-size: 18px;
    }
}
@media (min-width: 1200px)
{
    .box-product .slick-product .item:hover .pic
    {
        background-color: #e6e5e5;
    }
    .box-product .slick-product .item:hover .pic .img-box img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);

        opacity: .3;
    }
    .box-product .slick-product .item:hover .pic .mask
    {
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);

        opacity: 1;
    }
    .box-product .slick-product .item:hover .note p
    {
        opacity: 0;
    }
}
.box-product .slick-product .slick-arrow
{
    position: absolute;
    z-index: 9;
    top: 30%;
    left: -21px;

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

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

    border: none;
    border-radius: 4px;
    outline: none;
    background: none;
    background-color: #fff;
}
.box-product .slick-product .slick-arrow:before
{
    display: inline-block;

    width: 0;
    height: 0;
    margin-top: 4px;
    margin-right: 16px;

    content: '';

    border-width: 12px 12px 12px 0;
    border-style: solid;
    border-color: transparent #167edf transparent transparent;
}
.box-product .slick-product .slick-arrow.slick-next
{
    right: -21px;
    left: auto;

    text-align: left;
}
.box-product .slick-product .slick-arrow.slick-next:before
{
    margin-right: 0;
    margin-left: 16px;

    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.box-product .slick-product .slick-arrow:hover
{
    background-color: #167edf;
}
.box-product .slick-product .slick-arrow:hover:before
{
    border-color: transparent #fff transparent transparent;
}
@media (max-width: 991px)
{
    .box-case .case
    {
        margin-top: 20px;
    }
}
.box-case .case .item
{
    position: relative;

    display: block;
    overflow: hidden;

    margin-top: 30px;
}
@media (max-width: 991px)
{
    .box-case .case .item
    {
        margin-top: 8px;
    }
}
.box-case .case .item .img-box
{
    padding-bottom: 166.66666667%;
}
.box-case .case .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.box-case .case .item-2 .img-box,
.box-case .case .item-3 .img-box,
.box-case .case .item-4 .img-box
{
    padding-bottom: 78.78787879%;
}
.box-case .case .item-5 .img-box
{
    padding-bottom: 37.68115942%;
}
.box-case .case .item-6 .img-box
{
    padding-bottom: 78.78787879%;
}
.box-case .case .item .mask
{
    line-height: 50px;

    position: absolute;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 50px;

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

    background-color: #167edf;
}
.box-case .case .item p
{
    font-size: 24px;

    position: absolute;
    top: 50%;

    width: 100%;
    margin: 0;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;
    text-transform: uppercase;

    color: #fff;
}
@media (min-width: 768px)
{
    .box-case .case .item p
    {
        display: -webkit-box;
        overflow: hidden;

        height: 50px;

        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
}
@media (max-width: 991px)
{
    .box-case .case .item p
    {
        font-size: 16px;
    }
}
.box-case .case .item p:after
{
    font-family: 'iconfont' !important;
    line-height: 34px;

    display: block;
    display: none;

    width: 34px;
    height: 34px;
    margin: 0 auto;

    content: '\e625';

    color: #167edf;
    border-radius: 50%;
    background-color: #fff;
}
@media (min-width: 1200px)
{
    .box-case .case .item:hover .img-box img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
    .box-case .case .item:hover .mask
    {
        height: 100%;

        background-color: rgba(22, 126, 223, .7);
    }
    .box-case .case .item:hover .mask p
    {
        height: auto;
    }
    .box-case .case .item:hover .mask p:after
    {
        display: block;
    }
}
.box-about
{
    font-size: 0;

    position: relative;

    overflow: hidden;

    background-color: #f5f4fa;
}
.box-about .video,
.box-about .about-text
{
    font-size: 14px;

    display: inline-block;

    width: 50%;

    vertical-align: bottom;
}
@media (max-width: 991px)
{
    .box-about .video,
    .box-about .about-text
    {
        display: block;

        width: 100%;
    }
}
.box-about .video
{
    position: relative;

    overflow: hidden;

    width: 49%;

    background-color: #000;
}
@media (max-width: 991px)
{
    .box-about .video
    {
        display: block;

        width: 100%;
    }
}
.box-about .video .video-box
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    overflow: hidden;

    width: 100%;
    height: 100%;

    text-align: center;
}
.box-about .video img
{
    -webkit-transition: all .6s ease;
            transition: all .6s ease;

    opacity: .6;
}
@media (max-width: 991px)
{
    .box-about .video img
    {
        width: 100%;
    }
}
.box-about .video .iframe
{
    display: none;

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

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

    display: inline-block;

    width: 100%;

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

    color: #fff;
}
.box-about .video .play:after
{
    font-family: 'iconfont' !important;

    display: inline-block;

    content: '\e745';
}
.box-about .video:hover img
{
    opacity: 1;
}
.box-about .video:hover .play
{
    opacity: 1;
}
.box-about .about-text
{
    width: 51%;
    padding: 30px 10% 0 30px;
}
@media (max-width: 1470px)
{
    .box-about .about-text
    {
        padding: 30px 4% 0 30px;
    }
}
@media (max-width: 991px)
{
    .box-about .about-text
    {
        display: block;

        width: 100%;
        padding: 30px 15px;
    }
}
.box-about .about-text .title
{
    text-align: left;
}
@media (max-width: 1470px)
{
    .box-about .about-text .title b
    {
        font-size: 30px;
    }
    .box-about .about-text .title b span
    {
        font-size: 44px;
    }
}
@media (max-width: 991px)
{
    .box-about .about-text .title b
    {
        font-size: 30px;
    }
    .box-about .about-text .title b span
    {
        font-size: 38px;
    }
}
@media (max-width: 767px)
{
    .box-about .about-text .title b
    {
        font-size: 20px;
    }
    .box-about .about-text .title b span
    {
        font-size: 24px;
    }
}
.box-about .about-text .note
{
    margin-top: 10px;
}
.box-about .about-text .note p
{
    font-size: 16px;
    line-height: 1.875;

    margin: 0;

    color: #666;
}
@media (max-width: 991px)
{
    .box-about .about-text .note p
    {
        font-size: 14px;
    }
}
.box-about .about-text a.more
{
    font-size: 18px;
    line-height: 50px;

    display: inline-block;
    float: right;

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

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

    color: #fff;
    border-radius: 30px 0 0 0;
    background-color: #167edf;
}
.box-about .about-text a.more:after
{
    font-family: 'iconfont' !important;

    margin-left: 10px;

    content: '\e626';
}
.box-about .about-text a.more:hover
{
    background-color: #0960b1;
}
.box-news
{
    font-size: 0;
}
.box-news .itembox
{
    font-size: 14px;

    display: inline-block;
    float: none;

    vertical-align: middle;
}
.box-news .title
{
    text-align: left;
}
.box-news .slick-news
{
    margin: 0 -15px;
}
@media (max-width: 991px)
{
    .box-news .slick-news
    {
        margin-top: 30px;
    }
}
.box-news .slick-slide
{
    padding: 0 15px;
}
.box-news .item .date span
{
    font-size: 14px;
    line-height: 24px;

    display: block;

    color: #9a9a9c;
}
.box-news .item .pic
{
    background-color: #167edf;
}
.box-news .item .pic .img-box
{
    padding-bottom: 66.66666667%;

    -webkit-transition: all .2s;
            transition: all .2s;
}
.box-news .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.box-news .item .note
{
    padding-top: 10px;
}
.box-news .item .note b
{
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;

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

    height: 30px;

    color: #051843;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .box-news .item .note b
    {
        font-size: 18px;
    }
}
.box-news .item .note a
{
    display: block;

    color: inherit;
}
.box-news .item .note p
{
    font-size: 16px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 90px;
    margin: 4px 0 0 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media (max-width: 991px)
{
    .box-news .item .note p
    {
        font-size: 14px;
    }
}
.box-news .item .note a.more
{
    font-size: 16px;
    line-height: 30px;

    display: block;

    text-align: right;
}
.box-news .item:hover .date span
{
    color: #167edf;
}
.box-news .item:hover .pic .img-box
{
    opacity: .7;
}
.box-news .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.box-news .item:hover .note b,
.box-news .item:hover .note p,
.box-news .item:hover .note a.more
{
    color: #167edf;
}
.box-news .slick-arrow
{
    line-height: 40px;

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

    overflow: hidden;

    padding: 0;

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

    color: #999;
    border: none;
    border-radius: 50%;
    outline: none;
    background: none;
}
@media (max-width: 1199px)
{
    .box-news .slick-arrow
    {
        left: -20px;
    }
}
.box-news .slick-arrow:before
{
    font-family: 'iconfont' !important;
    font-size: 24px;

    content: '\e601';
}
.box-news .slick-arrow.slick-next
{
    right: -3%;
    left: auto;
}
@media (max-width: 1199px)
{
    .box-news .slick-arrow.slick-next
    {
        right: -20px;
    }
}
.box-news .slick-arrow.slick-next:before
{
    right: 0;
    left: auto;

    content: '\e827';
}
.box-news .slick-arrow:hover
{
    color: #0960b1;
}
.footer
{
    font-size: 0;

    position: relative;

    overflow: hidden;

    background-color: #73787d;
}
@media (max-width: 991px)
{
    .footer
    {
        padding-bottom: 56px;
    }
}
.footer .foot
{
    position: relative;
    z-index: 2;

    padding: 70px 0 50px;

    color: #fff;
}
@media (max-width: 1199px)
{
    .footer .foot
    {
        padding: 20px 0 30px;
    }
}
@media (min-width: 1200px)
{
    .footer .foot > ul
    {
        padding: 0;

        text-align: justify;
        text-justify: distribute-all-lines;
    }
    .footer .foot > ul:after
    {
        display: inline-block;
        overflow: hidden;

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

        content: '';
    }
}
@media (min-width: 1200px) and (max-width: 1199px)
{
    .footer .foot > ul:after
    {
        display: none;
    }
}
@media (max-width: 1199px)
{
    .footer .foot > ul
    {
        display: block;
        overflow: hidden;

        margin: 0 -15px;
    }
}
@media (min-width: 1200px)
{
    .footer .foot > ul > li
    {
        display: inline-block;

        vertical-align: top;
        word-break: break-all;
    }
}
@media (max-width: 1199px)
{
    .footer .foot > ul > li
    {
        display: inline-block;

        width: 25%;
        margin-right: -4px;
        padding: 0 15px;

        vertical-align: top;
    }
}
@media (max-width: 991px)
{
    .footer .foot > ul > li
    {
        width: 100%;
    }
}
.footer .foot > ul > li h3
{
    font-size: 20px;
    line-height: 1;

    position: relative;
    z-index: 2;

    text-transform: capitalize;
}
@media (max-width: 991px)
{
    .footer .foot > ul > li h3
    {
        font-size: 18px;

        display: block;

        margin-top: 20px;
    }
    .footer .foot > ul > li h3:after
    {
        font-family: 'iconfont' !important;
        font-size: 14px;

        float: right;

        content: '\e6d2';
    }
}
.footer .foot > ul > li .item
{
    text-align: left;
}
@media (max-width: 1199px)
{
    .footer .foot > ul > li .item
    {
        margin-top: 14px;
    }
}
.footer .foot > ul > li .item-1
{
    max-width: 380px;
}
@media (max-width: 991px)
{
    .footer .foot > ul > li .item-1
    {
        max-width: 100%;
    }
}
.footer .foot > ul > li .item-1 p
{
    font-size: 14px;
    line-height: 30px;

    position: relative;

    margin: 0;

    color: rgba(255, 255, 255, .8);
}
@media (max-width: 991px)
{
    .footer .foot > ul > li .item-1 p
    {
        font-size: 14px;
    }
}
.footer .foot > ul > li .item-1 a:hover
{
    text-decoration: underline;

    color: #fff;
}
.footer .foot > ul > li .item-2 a
{
    font-size: 14px;
    line-height: 30px;

    position: relative;

    display: block;

    text-transform: capitalize;

    color: #fff;
}
.footer .foot > ul > li .item-2 a:hover
{
    text-decoration: underline;

    color: #fff;
}
.footer .foot > ul > li .item-3
{
    width: 370px;
}
@media (max-width: 991px)
{
    .footer .foot > ul > li .item-3
    {
        width: 100%;
    }
}
.footer .foot > ul > li .item-3 p
{
    font-size: 14px;
    line-height: 24px;

    margin: 0;

    color: #797979;
}
.footer .foot > ul > li .item-3 ul
{
    font-size: 0;

    margin: 0 -8px;
}
.footer .foot > ul > li .item-3 ul li
{
    display: inline-block;

    width: 100%;
    padding: 0 8px;

    vertical-align: top;
}
.footer .foot > ul > li .item-3 ul li:nth-child(1),
.footer .foot > ul > li .item-3 ul li:nth-child(2)
{
    width: 50%;
}
.footer .foot > ul > li .item-3 input,
.footer .foot > ul > li .item-3 textarea
{
    font-size: 14px;
    line-height: 20px;

    width: 100%;
    margin-top: 10px;
    padding: 5px 10px;

    resize: vertical;

    color: #fff;
    border: none;
    border: 1px solid #fff;
    outline: none;
    background: none;
}
.footer .foot > ul > li .item-3 input::-webkit-input-placeholder,
.footer .foot > ul > li .item-3 textarea::-webkit-input-placeholder
{
    color: #fff;
}
.footer .foot > ul > li .item-3 input:-o-placeholder,
.footer .foot > ul > li .item-3 textarea:-o-placeholder
{
    color: #fff;
}
.footer .foot > ul > li .item-3 input::-moz-placeholder,
.footer .foot > ul > li .item-3 textarea::-moz-placeholder
{
    color: #fff;
}
.footer .foot > ul > li .item-3 input:-ms-input-placeholder,
.footer .foot > ul > li .item-3 textarea:-ms-input-placeholder
{
    color: #fff;
}
.footer .foot > ul > li .item-3 input:focus::-webkit-input-placeholder,
.footer .foot > ul > li .item-3 textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.footer .foot > ul > li .item-3 input:focus::-o-placeholder,
.footer .foot > ul > li .item-3 textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.footer .foot > ul > li .item-3 input:focus::-moz-placeholder,
.footer .foot > ul > li .item-3 textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.footer .foot > ul > li .item-3 input:focus::-ms-input-placeholder,
.footer .foot > ul > li .item-3 textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.footer .foot > ul > li .item-3 .submit
{
    font-size: 14px;
    line-height: 42px;

    width: 100%;
    margin-top: 10px;
    padding: 0;

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

    color: #fff;
    border-radius: 0;
    outline: none;
    background-color: #167edf;
}
.footer .foot > ul > li .item-3 .submit:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    display: inline-block;

    margin-right: 10px;

    content: '\e62a';
    vertical-align: middle;
}
.footer .foot > ul > li .item-3 .submit:hover
{
    background-color: #0960b1;
}
.footer .foot > ul > li .item-4 img
{
    display: block;

    margin-bottom: 20px;
}
.footer .foot > ul > li .info-down
{
    margin-top: 20px;
}
@media (max-width: 991px)
{
    .footer .foot > ul > li .info-down
    {
        display: none;

        margin-top: 10px;
    }
}
.footer .foot > ul > li .info-down img
{
    max-width: 100%;
}
.footer .foot > ul > li.current .title-foot h3:after
{
    content: '\e623';
}
.footer .copyright
{
    font-size: 14px;

    padding: 15px 0;

    text-align: center;

    border-top: 1px solid #fff;
}
.footer .copyright p
{
    line-height: 30px;

    display: inline-block;

    margin: 0;

    color: #fff;
}
@media (max-width: 991px)
{
    .footer .copyright p
    {
        line-height: 24px;

        display: block;
        float: none;
    }
}
.footer .copyright a
{
    color: inherit;
}
.footer .copyright a:hover
{
    color: #fff;
}
.wrap
{
    overflow: hidden;

    padding: 70px 0;
}
@media (max-width: 991px)
{
    .wrap
    {
        padding: 60px 0;
    }
}
.title-in b img
{
    display: block;

    margin: 0 auto;
}
.product-left
{
    float: left;

    width: 20%;
    margin-bottom: -9999px;
    padding-bottom: 9999px;

    background-color: #f9f9f9;
}
@media (max-width: 991px)
{
    .product-left
    {
        width: 100%;
        margin: 0;
        padding: 50px 0 0 0;

        background: none;
    }
}
.product-left .title-product-left
{
    background-color: #167edf;
}
.product-left .title-product-left b
{
    font-size: 20px;
    line-height: 30px;

    display: block;

    padding: 20px 10px;

    text-align: center;

    color: #fff;
}
@media (max-width: 991px)
{
    .product-left .title-product-left b
    {
        padding: 10px;
    }
}
.product-left .title-product-left b:before
{
    display: inline-block;

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

    content: '';
    vertical-align: middle;

    background: url(../images/side-logo.png) no-repeat;
}
.product-left ul.sidenav-level1
{
    padding: 20px;
}
@media (max-width: 991px)
{
    .product-left ul.sidenav-level1
    {
        padding: 20px 0;
    }
}
.product-left ul.sidenav-level1 > li
{
    display: block;

    list-style: none;
}
@media (max-width: 991px)
{
    .product-left ul.sidenav-level1 > li
    {
        display: inline-block;

        vertical-align: top;
    }
}
.product-left ul.sidenav-level1 > li > a
{
    font-size: 16px;
    font-weight: bold;
    line-height: 28px;

    display: block;

    padding: 10px 14px;

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

    color: inherit;
}
.product-left ul.sidenav-level1 > li > a.active ul.sidenav-level2
{
    display: block;
}
@media (max-width: 991px)
{
    .product-left ul.sidenav-level1 > li.active,
    .product-left ul.sidenav-level1 > li:hover
    {
        display: block;
    }
}
.product-left ul.sidenav-level1 > li.active > a,
.product-left ul.sidenav-level1 > li:hover > a
{
    text-align: center;

    color: #faf4f4;
    background-color: #167edf;
}
.product-left ul.sidenav-level1 > li.active > a:before,
.product-left ul.sidenav-level1 > li:hover > a:before
{
    background-color: #fff;
}
.product-left ul.sidenav-level1 > li ul.sidenav-level2
{
    padding: 12px 0;

    text-align: center;
}
.product-left ul.sidenav-level1 > li ul.sidenav-level2 > li
{
    list-style: none;
}
@media (max-width: 991px)
{
    .product-left ul.sidenav-level1 > li ul.sidenav-level2 > li
    {
        display: inline-block;

        vertical-align: top;
    }
}
.product-left ul.sidenav-level1 > li ul.sidenav-level2 > li a
{
    line-height: 30px;

    display: block;

    padding: 5px 30px;

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

    color: inherit;
    color: #666;
}
.product-left ul.sidenav-level1 > li ul.sidenav-level2 > li.active a,
.product-left ul.sidenav-level1 > li ul.sidenav-level2 > li:hover a
{
    text-decoration: underline;

    color: #167edf;
}
.product-right
{
    float: left;

    width: 80%;
    padding: 0 0 80px 30px;
}
@media (max-width: 991px)
{
    .product-right
    {
        width: 100%;
        padding: 0 0 60px 0;
    }
}
.product-right .title-product
{
    line-height: 30px;

    margin-left: -30px;
    padding: 20px 30px;

    border-bottom: 1px solid #e6e6e6;
}
@media (max-width: 991px)
{
    .product-right .title-product
    {
        margin: 0;
        padding: 10px 0;
    }
}
.product-right .title-product b
{
    font-size: 24px;

    display: block;
}
@media (max-width: 991px)
{
    .product-right .title-product b
    {
        font-size: 20px;
    }
}
.inside-nav
{
    position: relative;
    z-index: 2;

    overflow: hidden;

    margin-top: -60px;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    background-color: rgba(0, 0, 0, .4);
}
@media (max-width: 1199px)
{
    .inside-nav
    {
        margin-top: 0;

        background-color: rgba(0, 0, 0, .7);
    }
}
.inside-nav .nav-wrap
{
    position: relative;
    z-index: 2;

    overflow-x: auto;

    -webkit-overflow-scrolling: touch;
    /*定义滚动条轨道 内阴影+圆角*/
    /*定义滑块 内阴影+圆角*/
    /*滑块效果*/
}
@media (max-width: 991px)
{
    .inside-nav .nav-wrap
    {
        margin: 0 -15px;
    }
}
.inside-nav .nav-wrap::-webkit-scrollbar
{
    width: 5px;
    height: 5px;

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

    position: relative;

    display: inline-block;

    margin: 0;
    padding: 0;

    white-space: nowrap;
}
.inside-nav ul li
{
    display: inline-block;

    color: #fff;
}
.inside-nav ul li a
{
    font-size: 18px;
    font-weight: normal;
    line-height: 60px;

    display: inline-block;

    padding: 0 40px;

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

    color: inherit;
}
@media (max-width: 1470px)
{
    .inside-nav ul li a
    {
        font-size: 16px;

        padding: 0 20px;
    }
}
@media (max-width: 767px)
{
    .inside-nav ul li a
    {
        font-size: 14px;
    }
}
.inside-nav ul li.active a,
.inside-nav ul li:hover a
{
    color: #fff;
    background-color: #167edf;
}
.inside-nav.product-inside-nav
{
    text-align: center;
}
.inside-nav.product-inside-nav ul li a
{
    font-size: 24px;
    font-weight: bold;

    text-transform: uppercase;
}
@media (max-width: 991px)
{
    .inside-nav.product-inside-nav ul li a
    {
        font-size: 18px;
    }
}
.inside-nav.case-inside-nav
{
    margin: 70px 0 0 0;

    text-align: center;

    background: url(../images/inside_bg.jpg) no-repeat left top #167edf;
}
@media (max-width: 1350px)
{
    .inside-nav.case-inside-nav
    {
        background: #167edf;
    }
}
.inside-nav.case-inside-nav ul li
{
    border-bottom: none;
}
.inside-nav.case-inside-nav ul li:after
{
    font-size: 20px;

    content: '|';
}
.inside-nav.case-inside-nav ul li:last-child:after
{
    display: none;
}
.inside-nav.case-inside-nav ul li a
{
    display: inline-block;

    padding-right: 20px;
    padding-left: 20px;
}
.inside-nav.case-inside-nav ul li.active a,
.inside-nav.case-inside-nav ul li:hover a
{
    text-decoration: underline;
}
.wrap-about
{
    background-color: #f5f4fa;
}
.wrap-about .about
{
    margin-top: 70px;
}
@media (max-width: 991px)
{
    .wrap-about .about
    {
        margin-top: 40px;
    }
}
.wrap-about .about .text-1
{
    font-size: 0;
}
.wrap-about .about .text-1 .pic
{
    display: inline-block;
    overflow: hidden;

    width: 49%;
    margin-bottom: 40px;

    vertical-align: middle;
}
@media (max-width: 991px)
{
    .wrap-about .about .text-1 .pic
    {
        width: 100%;
        margin: 0;
    }
}
@media (max-width: 991px)
{
    .wrap-about .about .text-1 .pic img
    {
        max-width: 100%;
    }
}
.wrap-about .about .text-1 .text
{
    font-size: 14px;

    position: relative;
    z-index: 2;

    display: inline-block;

    width: 53%;
    margin-left: -2%;
    padding: 20px 20px 70px 20px;

    vertical-align: middle;

    background-color: #fff;
}
@media (max-width: 991px)
{
    .wrap-about .about .text-1 .text
    {
        width: 100%;
        margin: 0;
        padding: 30px 15px;
    }
}
.wrap-about .about .text-1 .text .title-about b
{
    font-size: 24px;
    line-height: 1.66666667;

    display: block;

    color: #051843;
}
@media (max-width: 991px)
{
    .wrap-about .about .text-1 .text .title-about b
    {
        font-size: 18px;
        line-height: 24px;
    }
}
.wrap-about .about .text-1 .text .note
{
    margin-top: 10px;
}
.wrap-about .about .text-1 .text p
{
    font-size: 16px;
    line-height: 1.875;

    margin: 0;

    color: #666;
}
@media (max-width: 991px)
{
    .wrap-about .about .text-1 .text p
    {
        font-size: 15px;
    }
}
.wrap-about .about .text-2
{
    margin-top: 30px;
}
.wrap-about .about .text-2 p
{
    font-size: 16px;
    line-height: 1.875;

    margin: 0;

    color: #666;
}
@media (max-width: 991px)
{
    .wrap-about .about .text-2 p
    {
        font-size: 15px;
    }
}
.wrap-about .about .text-2 img
{
    display: block;

    max-width: 100%;
    margin-top: 10px;
}
.wrap-equipment .equipment,
.wrap-honor .equipment,
.wrap-equipment .honor,
.wrap-honor .honor
{
    margin-top: 50px;
}
.wrap-equipment .equipment .text strong,
.wrap-equipment .equipment .text b,
.wrap-honor .equipment .text b,
.wrap-equipment .honor .text b,
.wrap-honor .honor .text b
{
    font-size: 24px;
    line-height: 1.25;

    display: block;

    color: #051843;
}
@media (max-width: 991px)
{
    .wrap-equipment .equipment .text b,
    .wrap-honor .equipment .text b,
    .wrap-equipment .honor .text b,
    .wrap-honor .honor .text b
    {
        font-size: 18px;
    }
}
.wrap-equipment .equipment .text p,
.wrap-honor .equipment .text p,
.wrap-equipment .honor .text p,
.wrap-honor .honor .text p
{
    font-size: 18px;
    line-height: 2;

    margin: 0;

    color: #666;
}
@media (max-width: 991px)
{
    .wrap-equipment .equipment .text p,
    .wrap-honor .equipment .text p,
    .wrap-equipment .honor .text p,
    .wrap-honor .honor .text p
    {
        font-size: 15px;
    }
}
.wrap-equipment .equipment .item,
.wrap-honor .equipment .item,
.wrap-equipment .honor .item,
.wrap-honor .honor .item
{
    display: block;

    margin-top: 30px;

    color: inherit;
}
.wrap-equipment .equipment .item .img-box,
.wrap-honor .equipment .item .img-box,
.wrap-equipment .honor .item .img-box,
.wrap-honor .honor .item .img-box
{
    padding-bottom: 90.90909091%;
}
.wrap-equipment .equipment .item .img-box img,
.wrap-honor .equipment .item .img-box img,
.wrap-equipment .honor .item .img-box img,
.wrap-honor .honor .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-equipment .equipment .item p,
.wrap-honor .equipment .item p,
.wrap-equipment .honor .item p,
.wrap-honor .honor .item p
{
    font-size: 24px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .wrap-equipment .equipment .item p,
    .wrap-honor .equipment .item p,
    .wrap-equipment .honor .item p,
    .wrap-honor .honor .item p
    {
        font-size: 18px;
    }
}
.wrap-equipment .equipment .item p:before,
.wrap-honor .equipment .item p:before,
.wrap-equipment .honor .item p:before,
.wrap-honor .honor .item p:before
{
    content: '-';
}
.wrap-equipment .equipment .item:hover .img-box img,
.wrap-honor .equipment .item:hover .img-box img,
.wrap-equipment .honor .item:hover .img-box img,
.wrap-honor .honor .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-honor .honor .item .img-box
{
    padding-bottom: 122.72727273%;
}
.wrap-team,
.wrap-process
{
    background-color: #f5f4fa;
}
.wrap-team .team,
.wrap-process .team,
.wrap-team .process,
.wrap-process .process
{
    margin-top: 60px;
}
@media (max-width: 991px)
{
    .wrap-team .team,
    .wrap-process .team,
    .wrap-team .process,
    .wrap-process .process
    {
        margin-top: 40px;
    }
}
.wrap-team .team p,
.wrap-process .team p,
.wrap-team .process p,
.wrap-process .process p
{
    font-size: 16px;
    line-height: 2.125;

    margin: 0;

    color: #051843;
}
@media (max-width: 991px)
{
    .wrap-team .team p,
    .wrap-process .team p,
    .wrap-team .process p,
    .wrap-process .process p
    {
        font-size: 14px;
    }
}
.wrap-team .team img,
.wrap-process .team img,
.wrap-team .process img,
.wrap-process .process img
{
    display: block;

    max-width: 100%;
    height: auto !important;
    margin: 10px 0;
}
.wrap-process
{
    background-color: #fff;
}
.wrap-quality .quality .row
{
    font-size: 0;
}
.wrap-quality .quality .row .itembox
{
    font-size: 14px;

    display: inline-block;
    float: none;

    vertical-align: top;
}
@media (min-width: 1200px)
{
    .wrap-quality .quality .row .itembox-5
    {
        width: 20%;
    }
}
.wrap-quality .quality p
{
    font-size: 18px;
    line-height: 2;

    margin: 0;

    color: #666;
}
@media (max-width: 991px)
{
    .wrap-quality .quality p
    {
        font-size: 14px;
    }
}
.wrap-quality .quality h3
{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;

    margin: 20px 0;

    color: #051843;
}
@media (max-width: 991px)
{
    .wrap-quality .quality h3
    {
        font-size: 18px;
    }
}
.wrap-quality .quality img
{
    max-width: 100%;
    height: auto !important;
    margin: 10px 0;
}
.wrap-network .title
{
    text-align: left;
}
.wrap-network .network
{
    margin-top: 30px;
}
.wrap-network .network img
{
    max-width: 100%;
    height: auto !important;
}
.wrap-case .case
{
    margin-top: 40px;
}
.wrap-case .case .item
{
    display: block;

    margin-top: 30px;

    color: inherit;
}
.wrap-case .case .item .pic
{
    position: relative;
}
.wrap-case .case .item .pic .mask
{
    position: absolute;
    top: 50%;
    left: 0;

    width: 100%;

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

    opacity: 0;
}
.wrap-case .case .item .pic .mask p
{
    font-size: 20px;
    line-height: 30px;

    margin: 0;

    color: #fff;
}
.wrap-case .case .item .pic .mask p:before
{
    font-family: 'iconfont' !important;
    line-height: 34px;

    display: block;

    width: 34px;
    height: 34px;
    margin: 0 auto;
    margin-bottom: 8px;

    content: '\e625';

    color: #167edf;
    border-radius: 50%;
    background-color: #fff;
}
.wrap-case .case .item .pic .img-box
{
    padding-bottom: 77.77777778%;

    background-color: #167edf;
}
.wrap-case .case .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-case .case .item .note
{
    position: relative;
    z-index: 2;
}
.wrap-case .case .item .note p
{
    font-size: 20px;
    line-height: 50px;

    display: -webkit-box;
    overflow: hidden;

    max-width: 60%;
    height: 50px;
    margin: 0 auto;
    margin-top: -25px;

    text-align: center;

    color: #fff;
    background-color: #167edf;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1199px)
{
    .wrap-case .case .item .note p
    {
        font-size: 16px;

        max-width: 80%;
    }
}
@media (min-width: 1200px)
{
    .wrap-case .case .item:hover .pic
    {
        background-color: #e6e5e5;
    }
    .wrap-case .case .item:hover .pic .img-box img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);

        opacity: .3;
    }
    .wrap-case .case .item:hover .pic .mask
    {
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);

        opacity: 1;
    }
    .wrap-case .case .item:hover .note p
    {
        opacity: 0;
    }
}
.wrap-case-show .title-case-show
{
    text-align: center;
}
.wrap-case-show .title-case-show h1
{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;

    display: block;

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

    display: block;

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

    margin-right: 10px;

    content: '\e62c';
}
.wrap-case-show .case-show
{
    margin-top: 10px;
}
.wrap-case-show .case-show p
{
    font-size: 16px;
    line-height: 2.125;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-case-show .case-show p
    {
        font-size: 14px;
    }
}
.wrap-case-show .case-show img
{
    max-width: 100%;
    height: auto !important;
    margin-top: 30px;
}
.wrap-case-show .case-relate
{
    margin-top: 30px;

    text-align: right;
}
.wrap-case-show .case-relate a.return
{
    line-height: 30px;

    top: 14px;

    display: inline-block;

    height: 30px;
    padding: 0 10px;

    color: #fff;
    background-color: #167edf;
}
@media (max-width: 991px)
{
    .wrap-case-show .case-relate a.return
    {
        position: relative;

        display: inline-block;
    }
}
.wrap-case-show .case-relate a.return:before
{
    display: none;
}
.wrap-case-show .case-relate a.return:hover
{
    background-color: #0960b1;
}
.wrap-news
{
    background: url(../images/news_bg.jpg) no-repeat center;
    background-size: cover;
}
.wrap-news .title
{
    text-align: left;
}
.wrap-news .news
{
    width: 50%;
    margin-top: 60px;
}
@media (max-width: 991px)
{
    .wrap-news .news
    {
        width: 100%;
        margin-top: 30px;
    }
}
.wrap-news .news .item
{
    position: relative;

    display: block;

    padding: 15px 120px 15px 20px;

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

    color: inherit;
    border-bottom: 1px solid #bcbbbf;
}
@media (max-width: 991px)
{
    .wrap-news .news .item
    {
        padding: 10px 110px 10px 0;
    }
}
.wrap-news .news .item p
{
    font-size: 20px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1199px)
{
    .wrap-news .news .item p
    {
        font-size: 18px;
    }
}
@media (max-width: 991px)
{
    .wrap-news .news .item p
    {
        font-size: 14px;
    }
}
.wrap-news .news .item span.date
{
    font-size: 16px;
    line-height: 60px;

    position: absolute;
    top: 0;
    right: 15px;
}
@media (max-width: 991px)
{
    .wrap-news .news .item span.date
    {
        font-size: 14px;
    }
}
.wrap-news .news .item:hover
{
    color: #fff;
    background-color: #167edf;
}
.wrap-news-show .title-news-show
{
    text-align: center;
}
.wrap-news-show .title-news-show h1
{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;

    display: block;

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

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

    margin-right: 10px;

    content: '\e62c';
}
.wrap-news-show .news-show
{
    margin-top: 10px;
}
.wrap-news-show .news-show p
{
    font-size: 16px;
    line-height: 2.125;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-news-show .news-show p
    {
        font-size: 14px;
    }
}
.wrap-news-show .news-show img
{
    max-width: 100%;
    height: auto !important;
}
.wrap-news-show .news-relate
{
    position: relative;

    margin-top: 30px;
    padding-right: 120px;

    border-top: 1px solid #585858;
}
@media (max-width: 991px)
{
    .wrap-news-show .news-relate
    {
        padding-right: 0;
    }
}
.wrap-news-show .news-relate a
{
    font-size: 14px;
    line-height: 24px;

    position: relative;

    display: block;
    overflow: hidden;

    height: 24px;
    margin-top: 10px;
    padding-left: 16px;

    color: #666;
    color: inherit;
}
.wrap-news-show .news-relate a:before
{
    position: absolute;
    top: 4px;
    left: 0;

    width: 0;
    height: 0;

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

    opacity: 0;
    border-width: 6px 0 6px 6px;
    border-style: solid;
    border-color: transparent transparent transparent #167edf;
}
.wrap-news-show .news-relate a b
{
    font-size: 16px;

    display: inline-block;

    color: #333;
}
.wrap-news-show .news-relate a:hover:before
{
    opacity: 1;
}
.wrap-news-show .news-relate a:hover span
{
    text-decoration: underline;

    color: #000;
}
.wrap-news-show .news-relate a.return
{
    line-height: 30px;

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

    height: 30px;
    padding: 0 10px;

    color: #fff;
    background-color: #167edf;
}
@media (max-width: 991px)
{
    .wrap-news-show .news-relate a.return
    {
        position: relative;

        display: inline-block;
    }
}
.wrap-news-show .news-relate a.return:before
{
    display: none;
}
.wrap-news-show .news-relate a.return:hover
{
    background-color: #0960b1;
}
.wrap-product
{
    background-color: #f5f4fa;
}
.wrap-product .product
{
    margin-top: -30px;
}
.wrap-product .product .item
{
    display: block;

    margin-top: 30px;

    color: inherit;
}
.wrap-product .product .item .pic
{
    position: relative;

    padding: 14px;

    background-color: #fff;
}
.wrap-product .product .item .pic .mask
{
    position: absolute;
    top: 50%;
    left: 0;

    width: 100%;

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

    opacity: 0;
}
.wrap-product .product .item .pic .mask p
{
    font-size: 20px;
    line-height: 30px;

    margin: 0;

    color: #fff;
}
.wrap-product .product .item .pic .mask p:before
{
    font-family: 'iconfont' !important;
    line-height: 34px;

    display: block;

    width: 34px;
    height: 34px;
    margin: 0 auto;
    margin-bottom: 8px;

    content: '\e625';

    color: #167edf;
    border-radius: 50%;
    background-color: #fff;
}
.wrap-product .product .item .pic .img-box
{
    padding-bottom: 77.77777778%;

    background-color: #167edf;
}
.wrap-product .product .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-product .product .item .note p
{
    font-size: 20px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 8px 0 0 0;

    text-align: center;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1199px)
{
    .wrap-product .product .item .note p
    {
        font-size: 18px;
    }
}
@media (min-width: 1200px)
{
    .wrap-product .product .item:hover .pic
    {
        background-color: #e6e5e5;
    }
    .wrap-product .product .item:hover .pic .img-box img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);

        opacity: .3;
    }
    .wrap-product .product .item:hover .pic .mask
    {
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);

        opacity: 1;
    }
    .wrap-product .product .item:hover .note p
    {
        opacity: 0;
    }
}
.wrap-product-show
{
    background-color: #f5f4fa;
}
.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: 77.77777778%;
}
.wrap-product-show .carousel-wrap .carousel .slider-for
{
    position: relative;

    padding: 30px;

    background-color: #e6e5e5;
}
@media (max-width: 991px)
{
    .wrap-product-show .carousel-wrap .carousel .slider-for
    {
        padding: 10px;
    }
}
.wrap-product-show .carousel-wrap .carousel .slider-for .item
{
    position: relative;
}
.wrap-product-show .carousel-wrap .carousel .slider-nav
{
    margin: 0 -4px;
    margin-top: 20px;
    padding: 0 30px;
}
@media (max-width: 991px)
{
    .wrap-product-show .carousel-wrap .carousel .slider-nav
    {
        padding: 0 20px;
    }
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .slick-slide
{
    padding: 0 4px;

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

    border: 1px solid #dcdcdc;
    background-color: #fff;
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .slick-current .item
{
    border: 1px solid #167edf;
}
.wrap-product-show .carousel-wrap .carousel .slick-arrow
{
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;

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

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

    border: none;
    outline: none;
    background: none;
}
@media (max-width: 991px)
{
    .wrap-product-show .carousel-wrap .carousel .slick-arrow
    {
        left: -10px;
    }
}
.wrap-product-show .carousel-wrap .carousel .slick-arrow:before
{
    font-family: 'iconfont' !important;
    font-size: 24px;
    line-height: 30px;

    display: block;

    content: '\e601';
    -webkit-transition: all .4s;
            transition: all .4s;
    text-align: center;
}
@media (max-width: 991px)
{
    .wrap-product-show .carousel-wrap .carousel .slick-arrow:before
    {
        font-size: 16px;
    }
}
.wrap-product-show .carousel-wrap .carousel .slick-arrow.slick-next
{
    right: 0;
    left: auto;
}
.wrap-product-show .carousel-wrap .carousel .slick-arrow.slick-next:before
{
    content: '\e827';
}
.wrap-product-show .carousel-wrap .carousel .slick-arrow:hover
{
    background-color: #167edf;
}
.wrap-product-show .carousel-wrap .carousel .slick-arrow:hover:before
{
    color: #fff;
}
.wrap-product-show .carousel-wrap .info-box
{
    position: relative;

    margin-top: 50px;
}
@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;
}
.wrap-product-show .carousel-wrap .info-box .title-info h1
{
    font-size: 34px;
    font-weight: bold;
    line-height: 1;

    display: block;

    margin: 0;
}
@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: 30px;
}
.wrap-product-show .carousel-wrap .info-box .text p
{
    font-size: 18px;
    line-height: 1.66666667;

    margin: 0;

    color: #666;
}
@media (max-width: 991px)
{
    .wrap-product-show .carousel-wrap .info-box .text p
    {
        font-size: 14px;
    }
}
.wrap-product-show .carousel-wrap .info-box a.btn-inquiry
{
    font-size: 20px;
    line-height: 50px;

    display: inline-block;

    height: 50px;
    margin-top: 90px;
    padding: 0 20px;

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

    color: #fff;
    border-radius: 0 40px 0 0;
    background-color: #167edf;
}
@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: 22px;

    float: left;

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

    content: '\e632';
}
.wrap-product-show .carousel-wrap .info-box a.btn-inquiry:hover
{
    background-color: #0960b1;
}
.wrap-product-show .carousel-wrap .info-box a.addcart:before
{
    font-size: 18px;

    content: '\e631';
}
.wrap-product-show .carousel-wrap .info-box .share
{
    margin-top: 30px;
}
.wrap-product-show .carousel-wrap .info-box .share span
{
    font-size: 20px;
    font-weight: bold;
    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 .prev-next
{
    margin-top: 50px;

    text-align: right;
}
@media (max-width: 991px)
{
    .wrap-product-show .carousel-wrap .info-box .prev-next
    {
        margin-top: 20px;
    }
}
.wrap-product-show .carousel-wrap .info-box .prev-next a
{
    font-size: 20px;
    line-height: 50px;

    display: inline-block;

    width: 50px;
    height: 50px;
    margin-top: 10px;

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

    color: inherit;
    color: #167edf;
    border: 1px solid #167edf;
    border-radius: 20px 0 0 0;
}
@media (max-width: 991px)
{
    .wrap-product-show .carousel-wrap .info-box .prev-next a
    {
        line-height: 36px;

        width: 36px;
        height: 36px;
    }
}
.wrap-product-show .carousel-wrap .info-box .prev-next a:after
{
    font-family: 'iconfont' !important;

    content: '\e601';
}
.wrap-product-show .carousel-wrap .info-box .prev-next a.next
{
    border-radius: 0 20px 0 0;
}
.wrap-product-show .carousel-wrap .info-box .prev-next a.next:after
{
    content: '\e827';
}
.wrap-product-show .carousel-wrap .info-box .prev-next a:hover
{
    color: #fff;
    background-color: #0960b1;
}
.wrap-product-show .title-product-show b
{
    font-size: 30px;
    line-height: 1.4;

    display: inline-block;
}
@media (max-width: 991px)
{
    .wrap-product-show .title-product-show b
    {
        font-size: 22px;
    }
}
.wrap-product-show .title-product-show p
{
    font-size: 18px;
    line-height: 1.66666667;

    margin: 20px 0 0 0;

    color: #666;
}
@media (max-width: 991px)
{
    .wrap-product-show .title-product-show p
    {
        font-size: 14px;
    }
}
.wrap-product-show .parameter,
.wrap-product-show .inquiry
{
    padding-top: 50px;
}
.wrap-product-show .parameter .parameter-list
{
    margin-top: 20px;
}
.wrap-product-show .parameter .parameter-list p
{
    font-size: 18px;
    line-height: 2;

    margin: 0;

    color: #666;
}
@media (max-width: 767px)
{
    .wrap-product-show .parameter .parameter-list p
    {
        font-size: 14px;
    }
}
.wrap-product-show .parameter .parameter-list h3
{
    font-size: 24px;
}
@media (max-width: 991px)
{
    .wrap-product-show .parameter .parameter-list h3
    {
        font-size: 18px;
    }
}
.wrap-product-show .parameter .parameter-list img
{
    max-width: 100%;
    height: auto !important;
}
.wrap-product-show .inquiry input,
.wrap-product-show .inquiry textarea
{
    font-size: 16px;
    line-height: 28px;

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

    resize: vertical;

    border: none;
    outline: none;
    background-color: #fff;
}
@media (max-width: 991px)
{
    .wrap-product-show .inquiry input,
    .wrap-product-show .inquiry textarea
    {
        font-size: 14px;
    }
}
.wrap-product-show .inquiry .read input::-webkit-input-placeholder,
.wrap-product-show .inquiry .read textarea::-webkit-input-placeholder
{
    color: #666;
}
.wrap-product-show .inquiry .read input:-o-placeholder,
.wrap-product-show .inquiry .read textarea:-o-placeholder
{
    color: #666;
}
.wrap-product-show .inquiry .read input::-moz-placeholder,
.wrap-product-show .inquiry .read textarea::-moz-placeholder
{
    color: #666;
}
.wrap-product-show .inquiry .read input:-ms-input-placeholder,
.wrap-product-show .inquiry .read textarea:-ms-input-placeholder
{
    color: #666;
}
.wrap-product-show .inquiry .read input:focus::-webkit-input-placeholder,
.wrap-product-show .inquiry .read textarea:focus::-webkit-input-placeholder
{
    color: #666;
}
.wrap-product-show .inquiry .read input:focus::-o-placeholder,
.wrap-product-show .inquiry .read textarea:focus::-o-placeholder
{
    color: #666;
}
.wrap-product-show .inquiry .read input:focus::-moz-placeholder,
.wrap-product-show .inquiry .read textarea:focus::-moz-placeholder
{
    color: #666;
}
.wrap-product-show .inquiry .read input:focus::-ms-input-placeholder,
.wrap-product-show .inquiry .read textarea:focus::-ms-input-placeholder
{
    color: #666;
}
.wrap-product-show .inquiry input::-webkit-input-placeholder,
.wrap-product-show .inquiry textarea::-webkit-input-placeholder
{
    color: #666;
}
.wrap-product-show .inquiry input:-o-placeholder,
.wrap-product-show .inquiry textarea:-o-placeholder
{
    color: #666;
}
.wrap-product-show .inquiry input::-moz-placeholder,
.wrap-product-show .inquiry textarea::-moz-placeholder
{
    color: #666;
}
.wrap-product-show .inquiry input:-ms-input-placeholder,
.wrap-product-show .inquiry textarea:-ms-input-placeholder
{
    color: #666;
}
.wrap-product-show .inquiry input:focus::-webkit-input-placeholder,
.wrap-product-show .inquiry textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .inquiry input:focus::-o-placeholder,
.wrap-product-show .inquiry textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .inquiry input:focus::-moz-placeholder,
.wrap-product-show .inquiry textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .inquiry input:focus::-ms-input-placeholder,
.wrap-product-show .inquiry textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .inquiry .submit
{
    font-size: 20px;
    line-height: 50px;

    height: 50px;
    margin-top: 20px;
    padding: 0 20px;

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

    color: #fff;
    border-radius: 0;
    background-color: #167edf;
}
@media (max-width: 767px)
{
    .wrap-product-show .inquiry .submit
    {
        font-size: 16px;
    }
}
.wrap-product-show .inquiry .submit:before
{
    font-family: 'iconfont' !important;
    font-size: 24px;

    margin-right: 10px;

    content: '\e62a';
}
.wrap-product-show .inquiry .submit:hover
{
    background-color: #0960b1;
}
.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-contact
{
    position: relative;
    z-index: 2;

    margin-top: -80px;

    background-color: #fff;
}
@media (max-width: 767px)
{
    .wrap-contact
    {
        margin-top: 0;
    }
}
.wrap-contact .map
{
    margin-top: 40px;
}
.wrap-contact .map #dituContent
{
    height: 400px;
}
@media (max-width: 767px)
{
    .wrap-contact .map #dituContent
    {
        height: 300px;
    }
}
.wrap-contact .contact
{
    font-size: 0;

    display: table;

    width: 100%;
}
.wrap-contact .contact .message,
.wrap-contact .contact .text
{
    display: table-cell;

    width: 50%;
    padding: 30px;

    vertical-align: top;
}
@media (max-width: 767px)
{
    .wrap-contact .contact .message,
    .wrap-contact .contact .text
    {
        display: block;

        width: 100%;
        padding: 30px 15px;
    }
}
.wrap-contact .contact .message .title-contact b,
.wrap-contact .contact .text .title-contact b
{
    font-size: 20px;
    line-height: 30px;

    display: block;
}
.wrap-contact .contact .message
{
    padding-bottom: 0;
}
@media (max-width: 767px)
{
    .wrap-contact .contact .message
    {
        padding-bottom: 30px;
    }
}
.wrap-contact .contact .message input,
.wrap-contact .contact .message textarea
{
    font-size: 16px;
    line-height: 24px;

    width: 100%;
    min-height: 40px;
    margin-top: 20px;
    padding: 4px 12px;

    resize: vertical;

    border: none;
    outline: none;
    background-color: #f8f7fb;
}
@media (max-width: 767px)
{
    .wrap-contact .contact .message input,
    .wrap-contact .contact .message textarea
    {
        font-size: 14px;
    }
}
.wrap-contact .contact .message input::-webkit-input-placeholder,
.wrap-contact .contact .message textarea::-webkit-input-placeholder
{
    color: #666;
}
.wrap-contact .contact .message input:-o-placeholder,
.wrap-contact .contact .message textarea:-o-placeholder
{
    color: #666;
}
.wrap-contact .contact .message input::-moz-placeholder,
.wrap-contact .contact .message textarea::-moz-placeholder
{
    color: #666;
}
.wrap-contact .contact .message input:-ms-input-placeholder,
.wrap-contact .contact .message textarea:-ms-input-placeholder
{
    color: #666;
}
.wrap-contact .contact .message input:focus::-webkit-input-placeholder,
.wrap-contact .contact .message textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .contact .message input:focus::-o-placeholder,
.wrap-contact .contact .message textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .contact .message input:focus::-moz-placeholder,
.wrap-contact .contact .message textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .contact .message input:focus::-ms-input-placeholder,
.wrap-contact .contact .message textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .contact .message .submit
{
    font-size: 24px;
    line-height: 50px;

    width: 100%;
    height: 50px;
    margin-top: 20px;
    padding: 0;

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

    color: #fff;
    border-radius: 0;
    background-color: #167edf;
}
@media (max-width: 767px)
{
    .wrap-contact .contact .message .submit
    {
        font-size: 16px;
    }
}
.wrap-contact .contact .message .submit:before
{
    font-family: 'iconfont' !important;

    margin-right: 10px;

    content: '\e62a';
}
.wrap-contact .contact .message .submit:hover
{
    background-color: #0960b1;
}
.wrap-contact .contact .text
{
    background: url(../images/contact_bg.jpg) no-repeat center;
    background-size: cover;
}
.wrap-contact .contact .text .title-contact b
{
    color: #fff;
}
.wrap-contact .contact .text .note
{
    font-size: 14px;

    margin-top: 20px;
}
.wrap-contact .contact .text .note p
{
    font-size: 16px;
    line-height: 30px;

    margin-bottom: 16px;

    color: #fff;
}
.wrap-contact .contact .text .note p.address,
.wrap-contact .contact .text .note p.tel,
.wrap-contact .contact .text .note p.email,
.wrap-contact .contact .text .note p.fax,
.wrap-contact .contact .text .note p.name
{
    position: relative;

    padding-left: 30px;
}
.wrap-contact .contact .text .note p.address:before,
.wrap-contact .contact .text .note p.tel:before,
.wrap-contact .contact .text .note p.email:before,
.wrap-contact .contact .text .note p.fax:before,
.wrap-contact .contact .text .note p.name:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;

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

    content: '\e683';
}
.wrap-contact .contact .text .note p.address a,
.wrap-contact .contact .text .note p.tel a,
.wrap-contact .contact .text .note p.email a,
.wrap-contact .contact .text .note p.fax a,
.wrap-contact .contact .text .note p.name a
{
    color: inherit;
}
.wrap-contact .contact .text .note p.address a:hover,
.wrap-contact .contact .text .note p.tel a:hover,
.wrap-contact .contact .text .note p.email a:hover,
.wrap-contact .contact .text .note p.fax a:hover,
.wrap-contact .contact .text .note p.name a:hover
{
    text-decoration: underline;
}
.wrap-contact .contact .text .note p.tel:before
{
    content: '\e62e';
}
.wrap-contact .contact .text .note p.email:before
{
    content: '\e62f';
}
.wrap-contact .contact .text .note p.fax:before
{
    content: '\e68e';
}
.wrap-contact .contact .text .note p.name:before
{
    content: '\e609';
}
nav
{
    text-align: center;
}
.pagination
{
    margin: 60px 0 0 0;
}
.pagination li a
{
    font-size: 16px;
    line-height: 40px;

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

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

    color: #333;
    border-radius: 50% !important;
    background: none;
    background-color: #dcdee0;
}
@media (max-width: 991px)
{
    .pagination li a
    {
        line-height: 30px;

        width: 30px;
        height: 30px;
    }
}
.pagination li:first-child a,
.pagination li:last-child a
{
    border-radius: 6px !important;
}
.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: #167edf;
    border-radius: 50% !important;
    background-color: #167edf;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover
{
    color: #fff;
    border-color: #167edf;
    border-radius: 50% !important;
    background-color: #167edf;
}
.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%;
    height: 80px !important;

    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 1199px)
{
    .stuck
    {
        height: 70px !important;
    }
}
@media (max-width: 1199px)
{
    .stuck .logo
    {
        height: 50px;
    }
}
.stuck .nav .nav-list1 > li > a
{
    line-height: 80px;
}
.stuck .find
{
    line-height: 80px;

    height: 80px;
}
@media (max-width: 1199px)
{
    .stuck .find
    {
        line-height: 70px;

        height: 70px;
    }
}
#google_translate_element
{
    float: right;

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

.wrap-contact .contact .text .note p a{
    color: inherit;
}
.wrap-contact .contact .text .note p a:hover{
    text-decoration: underline;
}
