/**
 * style.less
 * 层叠样式表
 */
.ff
{
    font-family: 'iconfont' !important;
}
*[data-type='iframe'],
*[data-fancybox],
.slick-slide:focus
{
    outline: none !important;
}
.slick-slide a
{
    outline: none !important;
}
.header a,
.footer a
{
    color: inherit;
}
.header ul,
.footer ul
{
    margin: 0;
    padding: 0;
}
.header ul li,
.footer ul li
{
    list-style: none;
}
.header button,
.footer button
{
    border: none;
    outline: none;
}
@-ms-viewport
{
    width: auto !important;
}
*
{
    -moz-box-sizing: border-box;
         box-sizing: border-box;
}
*:before,
*:after
{
    -moz-box-sizing: border-box;
         box-sizing: border-box;
}
html
{
    font-family: sans-serif;

    -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
}
body
{
    font-family: 'Heiti SC', 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'PingFang SC', 'Hiragino Sans GB', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 14px;

    min-width: 1200px;

    color: #333;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
html,
body
{
    margin: 0;
    padding: 0;
}
body.fixed
{
    position: fixed;

    overflow: hidden;

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

    overflow: hidden;

    width: 100%;
    height: 100%;
}
.container
{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}
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;
}
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;
}
button,
input,
optgroup,
select,
textarea
{
    font: inherit;

    margin: 0;

    color: inherit;
}
button
{
    overflow: visible;
}
button,
select
{
    text-transform: none;
}
button,
html input[type='button'],
input[type='reset'],
input[type='submit']
{
    cursor: pointer;

    -webkit-appearance: button;
}
button[disabled],
html input[disabled]
{
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner
{
    padding: 0;

    border: 0;
}
input
{
    line-height: normal;
}
input[type='checkbox'],
input[type='radio']
{
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    padding: 0;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button
{
    height: auto;
}
input[type='search']
{
    -moz-box-sizing: content-box;
         box-sizing: content-box;

    -webkit-appearance: textfield;
}
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration
{
    -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;
}
.hidden
{
    display: none !important;
}
.row
{
    overflow: hidden;

    margin-right: -15px;
    margin-left: -15px;
}
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12
{
    float: left;

    padding: 0 15px;
}
.col-md-12
{
    width: 100%;
}
.col-md-11
{
    width: 91.66666667%;
}
.col-md-10
{
    width: 83.33333333%;
}
.col-md-9
{
    width: 75%;
}
.col-md-8
{
    width: 66.66666667%;
}
.col-md-7
{
    width: 58.33333333%;
}
.col-md-6
{
    width: 50%;
}
.col-md-5
{
    width: 41.66666667%;
}
.col-md-4
{
    width: 33.33333333%;
}
.col-md-3
{
    width: 25%;
}
.col-md-2
{
    width: 16.66666667%;
}
.col-md-1
{
    width: 8.33333333%;
}
.header
{
    z-index: 10;
    top: 0;

    width: 100%;
    height: 100px;

    -webkit-transition: all .6s;
            transition: all .6s;
}
.header .header-top
{
    overflow: hidden;

    height: 30px;

    background-color: #226cd4;
}
.header .header-top p.email
{
    line-height: 30px;

    display: inline-block;

    margin: 0;

    color: #fff;
}
.header .header-top p.email:before
{
    font-family: 'iconfont' !important;
    font-size: 12px;

    float: left;

    margin-right: 10px;

    content: '\e625';
}
.header .header-top p.email a:hover
{
    text-decoration: underline;
}
.header .header-top .share
{
    display: inline-block;
    float: right;
}
@media (max-width: 767px)
{
    .header .header-top .share
    {
        display: none;
    }
}
.header .header-top .share ul li
{
    display: inline-block;

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

    display: block;

    width: 20px;
    height: 20px;

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

    color: #226cd4;
    border-radius: 2px;
    background-color: #fff;
}
.header .header-top .share ul li a:before
{
    font-family: 'iconfont';
    font-weight: normal;

    display: inline-block;

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

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

    color: #226cd4;
}
.header .header-top .language
{
    position: relative;

    display: inline-block;
    float: right;
}
.header .header-top .language a
{
    display: inline-block;

    margin-top: 5px;
    margin-left: 20px;
}
@media (max-width: 767px)
{
    .header .header-top .language a
    {
        margin-left: 10px;
    }
}
.header .header-top .language a:before
{
    display: block;

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

    content: '';
    vertical-align: middle;

    background: url(../images/language.png) no-repeat;
    background-size: cover;
}
.header .header-top .language a.en:before
{
    background-position: -20px 0;
}
.header .header-top .language a.jp:before
{
    background-position: -40px 0;
}
.header .header-nav
{
    clear: both;

    height: 70px;
}
.header .logo
{
    position: relative;

    float: left;

    height: 50px;
    margin: 10px 0;

    -webkit-transition: all .4s;
            transition: all .4s;
}
.header .logo a
{
    display: block;

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

    height: 100%;
}
.header .header-nav .container
{
    position: relative;
}
.header .nav
{
    float: right;

    -webkit-transition: all .4s;
            transition: all .4s;
}
.header .nav a:hover
{
    color: #226cd4;
}
.header .nav .nav-list1 li a
{
    white-space: nowrap;
}
.header .nav .nav-list1 > li
{
    position: relative;

    float: left;

    padding: 0 24px;
}
@media (max-width: 1470px)
{
    .header .nav .nav-list1 > li
    {
        padding: 0 20px;
    }
}
.header .nav .nav-list1 > li > a
{
    font-size: 16px;
    line-height: 70px;

    position: relative;

    display: inline-block;
    overflow: hidden;

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

    color: #666;
}
.header .nav .nav-list1 > li > a:after
{
    display: block;

    width: 0;
    height: 2px;

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

    background-color: #226cd4;
}
.header .nav .nav-list1 > li:hover > a,
.header .nav .nav-list1 > li.active > a
{
    text-decoration: none;

    color: #226cd4;
}
.header .nav .nav-list1 > li:hover > a:after,
.header .nav .nav-list1 > li.active > a:after
{
    width: 100%;
}
.header .nav .nav-list1 .nav-list2
{
    position: absolute;
    z-index: 50;
    top: 100%;

    display: none;
    overflow: hidden;

    min-width: 140px;
    margin-left: -30px;
    padding: 30px;

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

    color: #fff;
    background-color: #226cd4;
}
.header .nav .nav-list1 .nav-list2 li
{
    list-style: none;

    vertical-align: top;
}
.header .nav .nav-list1 .nav-list2 li a
{
    font-size: 15px;
    line-height: 30px;
}
.header .nav .nav-list1 .nav-list2 li a:hover
{
    text-decoration: underline;

    color: #fff;
}
.header .nav .nav-list2
{
    display: none;
}
.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;

    position: absolute;
    right: 0;
    bottom: 0;

    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: #226cd4;
}
.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;
}
@media (max-width: 1199px)
{
    .header .search-lg .search p
    {
        font-size: 14px;
        line-height: 1.5;

        display: block;
    }
}
.header .search-lg .input-text
{
    font-size: 20px;
    line-height: 30px;

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

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

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

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

    content: '\2716';

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

    display: inline-block;
    float: right;

    padding: 0;

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

    color: #226cd4;
}
.header .find:before
{
    font-family: 'iconfont';
    font-size: 24px;

    display: inline-block;

    margin-right: 10px;

    content: '\e636';
    vertical-align: middle;
}
.header .find:hover
{
    color: #0a52b7;
}
.header .back-btn
{
    position: absolute;
    left: 15px;
}
.online-wrap .code-pic
{
    position: fixed;
    z-index: 101;
    right: 45px;
    bottom: 180px;

    display: none;

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

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

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

    -webkit-transition: right .3s;
            transition: right .3s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;
}
.online-wrap .online a
{
    line-height: 48px;

    position: relative;

    display: block;

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

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

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

    color: #fff;
}
.online-wrap .online a:hover
{
    text-decoration: none;

    background-color: rgba(34, 108, 212, .7);
}
.online-wrap .online .icon-phone:hover .phone-num
{
    right: 100%;
}
.online-wrap .online .icon-phone .phone-num
{
    position: absolute;
    z-index: -1;
    top: 0;
    right: -300px;

    padding-right: 5px;

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

    color: #fff;
    background-color: #0a52b7;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .12);
}
.online-wrap .online .code:before
{
    font-size: 24px;
}
.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;
}
.online-wrap .online .sale
{
    width: 158px;
    margin-bottom: 30px;
}
.online-wrap .online .sale a
{
    width: 158px;
    height: 162px;

    background: none;
}
.online-wrap .online .sale img
{
    max-width: 100%;
}
.online-wrap .icon-qq:before
{
    font-family: 'iconfont' !important;

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

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

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

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

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

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

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

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

    position: relative;

    overflow: hidden;

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

    display: inline-block;

    margin: 0;
    padding: 0;

    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    text-align: center;
}
@media (max-width: 1199px)
{
    .banner .slick-dots
    {
        bottom: 14px;
    }
}
.banner .slick-dots:after
{
    font-size: 14px;

    position: absolute;
    top: 0;
    right: -20px;

    content: '04';

    color: #fff;
}
.banner .slick-dots li
{
    display: inline-block;

    width: 15px;
    height: 1px;
    margin-top: 10px;

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

    background-color: #fff;
}
.banner .slick-dots li.slick-active
{
    background-color: #226cd4;
}
.banner .slick-dots li.slick-active button
{
    display: block;
}
.banner .slick-dots li button
{
    font-size: 14px;
    line-height: 1;

    position: absolute;
    top: 4px;
    left: -20px;

    display: none;

    padding: 0;

    color: #fff;
    border: none;
    background: none;
}
.banner .slick-dots li button:before
{
    content: '0';
}
.banner .slick-arrow
{
    position: absolute;
    z-index: 9;
    z-index: 8;
    bottom: 18px;
    left: -webkit-calc(50% - 90px);
    left:         calc(50% - 90px);

    overflow: hidden;

    padding: 0;

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

    color: #fff;
    border: none;
    border-radius: 5px;
    outline: none;
    background: none;
}
@media (max-width: 991px)
{
    .banner .slick-arrow
    {
        bottom: 0;
    }
}
.banner .slick-arrow:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    display: inline-block;

    content: '\e639';
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.banner .slick-arrow.slick-next
{
    right: -webkit-calc(50% - 90px);
    right:         calc(50% - 90px);
    left: auto;
}
.banner .slick-arrow.slick-next:before
{
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
}
.banner .slick-arrow:hover
{
    color: #226cd4;
}
.banner img
{
    display: block;

    width: 100%;
}
@media (max-width: 991px)
{
    .banner-in .slickbanner
    {
        width: 140%;
        max-width: 140%;
        margin-left: -20%;
    }
}
.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: 70px 0;
}
.title
{
    position: relative;
}
.title img
{
    max-width: 100%;
    margin-left: 10%;
}
.title .title-text
{
    position: absolute;
    top: 50%;
    left: 20%;

    max-width: 80%;
    padding: 20px;

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

    background-color: #fff;
}
@media (max-width: 1199px)
{
    .title .title-text
    {
        position: relative;
        top: 0;
        left: 0;

        max-width: 100%;
        padding: 0;

        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0);
    }
}
.title .title-text b
{
    font-family: Impact, Arial;
    font-size: 30px;
    font-weight: normal;

    text-transform: uppercase;
}
@media (max-width: 1199px)
{
    .title .title-text b
    {
        font-size: 24px;
    }
}
.title .title-text p
{
    line-height: 1.57142857;

    margin: 10px 0 0 0;

    color: #226cd4;
}
.indexcontent
{
    position: relative;
    z-index: 2;
}
.box-number
{
    border-bottom: 1px solid #ddd;
}
.box-number .number ul
{
    font-size: 0;

    margin: 0;
    padding: 30px 0;

    text-align: center;
}
.box-number .number ul li
{
    display: inline-block;

    width: 25%;

    vertical-align: top;
}
.box-number .number ul li:last-child .item:after
{
    display: none;
}
.box-number .number .item
{
    position: relative;

    margin: 20px 0;
}
.box-number .number .item:after
{
    position: absolute;
    top: 0;
    right: 0;

    display: block;

    width: 1px;
    height: 100%;

    content: '';

    background-color: #ddd;
}
.box-number .number .item b
{
    font-size: 60px;
    font-weight: normal;
    line-height: 1;

    display: block;

    color: #226cd4;
}
.box-number .number .item sup
{
    font-size: 20px;

    position: relative;
    top: 0;

    vertical-align: top;

    color: #b41c1c;
}
.box-number .number .item p
{
    font-size: 16px;
    line-height: 1.5;

    margin: 14px 0 0 0;

    color: #666;
}
.box-product .product > ul
{
    overflow: hidden;

    margin: 0 -10px;
    padding: 0;
}
.box-product .product > ul > li
{
    float: left;

    width: 50%;
    padding: 10px;

    list-style: none;
}
.box-product .product .item
{
    display: block;
    overflow: hidden;

    background: url(../images/product_bg.jpg) no-repeat center;
    background-size: cover;
}
.box-product .product .item .title-product
{
    float: left;

    width: 32%;
    padding: 30px 0 0 20px;
}
.box-product .product .item .title-product:after
{
    font-family: 'iconfont' !important;
    line-height: 30px;

    display: block;

    width: 90px;
    height: 30px;
    margin-top: 10px;

    content: '\e619';
    -webkit-transition: all .2s;
            transition: all .2s;
    text-align: center;

    color: #999;
    border: 1px solid #999;
    border-radius: 30px;
}
@media (max-width: 991px)
{
    .box-product .product .item .title-product:after
    {
        line-height: 22px;

        width: 60px;
        height: 22px;
    }
}
.box-product .product .item .title-product b
{
    font-size: 30px;
    font-weight: normal;

    display: block;

    color: #666;
}
.box-product .product .item .pic
{
    float: left;

    width: 68%;
}
.box-product .product .item .pic .img-box
{
    padding-bottom: 105.26315789%;
}
.box-product .product .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.box-product .product .item:hover
{
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}
.box-product .product .item:hover .title-product:after
{
    color: #fff;
    border-color: #226cd4;
    background-color: #226cd4;
}
.box-product .product .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.box-about
{
    padding: 60px 0;
}
.box-about .about
{
    position: relative;

    padding: 24px;
    padding-right: 51%;

    border: 4px solid #eee;
}
.box-about .about .text
{
    padding: 24px;

    background-color: #f7f7f7;
}
.box-about .about .text .title-about b
{
    font-size: 30px;
    font-weight: normal;
    line-height: 1;

    display: block;

    color: #226cd4;
}
.box-about .about .text .title-about b span
{
    font-size: 16px;
    line-height: 1.5;

    margin-left: 10px;

    text-transform: uppercase;

    color: #666;
}
.box-about .about .text .note
{
    margin-top: 24px;
}
.box-about .about .text .note p
{
    line-height: 1.71428571;

    margin: 0;

    color: #666;
}
.box-about .about .pic
{
    position: absolute;
    top: 50%;
    right: 24px;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.box-about .about .pic img
{
    max-width: 100%;
}
.box-about .advantage
{
    font-size: 0;

    margin-top: 100px;
}
.box-about .advantage .itembox
{
    display: inline-block;
    float: none;

    vertical-align: top;
}
.box-about .advantage .item
{
    position: relative;

    display: block;

    min-height: 160px;
    padding-top: 14px;
}
.box-about .advantage .item:before
{
    font-family: 'iconfont' !important;
    font-size: 150px;
    line-height: 160px;

    position: absolute;
    top: 0;

    display: block;

    width: 100%;

    content: '\e647';
    -webkit-transition: all .2s;
            transition: all .2s;
    text-align: center;

    color: rgba(221, 221, 221, .3);
}
.box-about .advantage .item b,
.box-about .advantage .item p
{
    position: relative;
    z-index: 2;
}
.box-about .advantage .item b
{
    font-size: 24px;
    line-height: 1.66666667;

    display: block;

    text-align: center;
    letter-spacing: 10px;
}
.box-about .advantage .item p
{
    font-size: 14px;
    line-height: 1.71428571;

    margin: 14px 0 0 0;

    color: #666;
}
.box-about .advantage .item-more:before
{
    content: '\e6fe';
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
}
.box-about .advantage .item-more b
{
    font-size: 20px;
    font-weight: normal;

    position: absolute;
    top: 50%;

    width: 100%;

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

    color: #000040;
}
.box-about .advantage .item-xinren:before
{
    font-size: 220px;

    content: '\e6f2';
}
.box-about .advantage .item-ziyuan:before
{
    font-size: 140px;

    content: '\e61a';
}
.box-about .advantage .item:hover:before
{
    color: rgba(34, 108, 212, .2);
}
.box-factory
{
    overflow: hidden;

    padding-bottom: 80px;
}
.box-factory .slick-factory
{
    margin: 0 -4px;
}
.box-factory .slick-slide
{
    padding: 0 4px;
}
.box-factory .item .img-box
{
    padding-bottom: 76.31578947%;
}
.footer
{
    font-size: 0;

    position: relative;

    overflow: hidden;

    background-color: #226cd4;
}
.footer .title-foot-top
{
    position: relative;

    margin-top: 60px;
    padding-bottom: 14px;

    color: #fff;
    border-bottom: 1px solid #ddd;
}
.footer .title-foot-top b
{
    font-size: 30px;
    font-weight: normal;
    line-height: 1;
}
.footer .title-foot-top b span
{
    font-size: 16px;

    text-transform: uppercase;

    color: #ccc;
}
.footer .foot
{
    position: relative;
    z-index: 2;

    padding: 0 0 40px 0;
}
.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: '';
}
.footer .foot > ul > li
{
    display: inline-block;

    vertical-align: top;
    word-break: break-all;
}
.footer .foot > ul > li h3
{
    font-size: 18px;
    font-weight: bold;
    line-height: 1;

    position: relative;
    z-index: 2;

    display: inline-block;
    display: none;

    margin-top: 4px;
    padding-left: 4px;

    text-transform: uppercase;

    color: #fff;
}
.footer .foot > ul > li h3 span
{
    position: relative;
    z-index: 2;
}
.footer .foot > ul > li .item
{
    text-align: left;
}
.footer .foot > ul > li .item-1 a
{
    font-size: 14px;
    line-height: 30px;

    position: relative;

    display: block;

    margin-bottom: 6px;
    padding-left: 20px;

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

    color: #fff;
}
.footer .foot > ul > li .item-1 a:before
{
    position: absolute;
    top: 10px;
    left: 0;

    width: 10px;
    height: 10px;

    content: '';

    border-radius: 50%;
    background-color: #fff;
}
.footer .foot > ul > li .item-1 a:hover
{
    -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
            transform: translateX(10px);
    text-decoration: underline;

    color: #fff;
}
.footer .foot > ul > li .item-2
{
    max-width: 350px;
}
.footer .foot > ul > li .item-2 p
{
    font-size: 15px;
    line-height: 40px;

    position: relative;

    margin: 16px 0;
    padding-left: 50px;

    color: #fff;
}
.footer .foot > ul > li .item-2 p:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;

    position: absolute;
    left: 0;

    display: block;

    width: 40px;
    height: 40px;

    content: '\ed5b';
    -webkit-transition: all .2s;
            transition: all .2s;
    text-align: center;

    border: 1px solid #fff;
    border-radius: 50%;
}
.footer .foot > ul > li .item-2 p a:hover
{
    text-decoration: underline;
}
.footer .foot > ul > li .item-2 p.tel:before
{
    content: '\e676';
}
.footer .foot > ul > li .item-2 p.email:before
{
    font-size: 12px;

    content: '\e625';
}
.footer .foot > ul > li .item-2 p.website:before
{
    content: '\e62b';
}
.footer .foot > ul > li .item-2 p.address:before
{
    content: '\e618';
}
.footer .foot > ul > li .item-3
{
    width: 330px;
}
.footer .foot > ul > li .item-3 ul
{
    overflow: hidden;

    margin: 0 -4px;
    padding: 0;
}
.footer .foot > ul > li .item-3 ul li
{
    display: block;
}
.footer .foot > ul > li .item-3 input,
.footer .foot > ul > li .item-3 textarea
{
    font-size: 14px;
    line-height: 30px;

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

    resize: vertical;

    color: #333;
    border: none;
    outline: none;
    background-color: #fff;
}
.footer .foot > ul > li .item-3 input::-webkit-input-placeholder,
.footer .foot > ul > li .item-3 textarea::-webkit-input-placeholder
{
    color: #226cd4;
}
.footer .foot > ul > li .item-3 input:-o-placeholder,
.footer .foot > ul > li .item-3 textarea:-o-placeholder
{
    color: #226cd4;
}
.footer .foot > ul > li .item-3 input::-moz-placeholder,
.footer .foot > ul > li .item-3 textarea::-moz-placeholder
{
    color: #226cd4;
}
.footer .foot > ul > li .item-3 input:-ms-input-placeholder,
.footer .foot > ul > li .item-3 textarea:-ms-input-placeholder
{
    color: #226cd4;
}
.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: 40px;

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

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

    color: #226cd4;
    border-radius: 0;
    background: none;
    background-color: #fff;
}
.footer .foot > ul > li .item-3 .submit:after
{
    font-family: 'iconfont' !important;

    margin-left: 10px;

    content: '\e619';
}
.footer .foot > ul > li .item-3 .submit:hover
{
    color: #fff;
    background-color: #226cd4;
}
.footer .foot > ul > li .info-down
{
    margin-top: 20px;
}
.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;

    color: #333;
    background-color: #fff;
}
.footer .copyright p
{
    line-height: 30px;

    display: inline-block;

    margin: 0;
}
.footer .copyright p a
{
    display: inline-block;

    margin-left: 40px;

    -webkit-transition: all .4s;
            transition: all .4s;
}
.footer .copyright p a:hover
{
    text-decoration: underline;

    color: #fff;
}
.footer .copyright .share
{
    display: inline-block;
    float: right;
}
.footer .copyright .share ul li
{
    display: inline-block;

    margin: 0 10px;
    margin-top: 5px;
}
.footer .copyright .share ul li a
{
    line-height: 20px;

    display: block;

    width: 20px;
    height: 20px;

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

    color: #fff;
    border-radius: 2px;
    background-color: #226cd4;
}
.footer .copyright .share ul li a:before
{
    font-family: 'iconfont';
    font-weight: normal;

    display: inline-block;

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

    border-radius: 6px;
}
.footer .copyright .share ul li.twitter a:before
{
    content: '\e60b';
}
.footer .copyright .share ul li.linkedin a:before
{
    content: '\e6f0';
}
.footer .copyright .share ul li.instagram a:before
{
    content: '\e686';
}
.footer .copyright .share ul li.youtube a:before
{
    content: '\e6d7';
}
.footer .copyright .share ul li.google a:before
{
    content: '\e60c';
}
.footer .copyright .share ul li.amazon a:before
{
    content: '\e6c1';
}
.footer .copyright .share ul li:hover a
{
    -webkit-transform: translateY(-4px);
        -ms-transform: translateY(-4px);
            transform: translateY(-4px);

    color: #226cd4;
}
.wrapper
{
    overflow: hidden;
}
.wrap
{
    padding: 90px 0;
}
.title-in
{
    text-align: center;
}
.title-in:after
{
    display: block;

    width: 210px;
    height: 2px;
    margin: 0 auto;
    margin-top: 14px;

    content: '';

    background-color: #ddd;
}
@media (max-width: 991px)
{
    .title-in:after
    {
        width: 200px;
    }
}
.title-in b
{
    font-size: 30px;
    font-weight: normal;
    line-height: 1;

    display: block;
}
.wrap-left
{
    position: relative;

    display: inline-block;

    width: 30%;
    margin-right: -4px;
    padding-right: 14px;

    vertical-align: top;
}
@media (max-width: 991px)
{
    .wrap-left
    {
        width: 100%;
        margin-bottom: 0;
        padding-right: 0;
        padding-bottom: 0;
    }
}
.wrap-left .title-side b
{
    font-size: 30px;
    font-weight: normal;
    line-height: 70px;

    display: block;

    text-align: center;

    color: #fff;
    background-color: #226cd4;
}
@media (max-width: 991px)
{
    .wrap-left .title-side b
    {
        font-size: 24px;
        line-height: 50px;
    }
}
.wrap-left .sidenav
{
    position: relative;
    z-index: 2;
}
.wrap-left .sidenav ul
{
    margin: 0;
    padding: 0;
}
.wrap-left .sidenav ul li
{
    display: block;

    list-style: none;
}
@media (max-width: 991px)
{
    .wrap-left .sidenav ul li
    {
        display: inline-block;
    }
}
.wrap-left .sidenav ul.side-level1 > li
{
    border-bottom: 1px solid #ddd;
    background-color: #f2f2f2;
}
@media (max-width: 991px)
{
    .wrap-left .sidenav ul.side-level1 > li
    {
        border-bottom: none;
        background: none;
    }
}
.wrap-left .sidenav ul.side-level1 > li > a
{
    font-size: 18px;
    line-height: 30px;

    position: relative;

    display: block;

    padding: 10px 30px;

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

    color: #666;
}
@media (max-width: 991px)
{
    .wrap-left .sidenav ul.side-level1 > li > a
    {
        font-size: 14px;

        padding: 4px 10px;
    }
}
.wrap-left .sidenav ul.side-level1 > li:hover > a,
.wrap-left .sidenav ul.side-level1 > li.active > a
{
    text-decoration: none;

    color: #226cd4;
}
.wrap-right
{
    display: inline-block;

    width: 70%;
    margin-right: -4px;
    padding-left: 30px;

    vertical-align: top;
}
@media (max-width: 991px)
{
    .wrap-right
    {
        width: 100%;
        padding-left: 0;
    }
}
.wrap-about .about .text
{
    margin-top: 30px;
}
.wrap-about .about .text h3
{
    font-size: 24px;
    font-weight: normal;

    color: #226cd4;
}
.wrap-about .about .text p
{
    line-height: 1.71428571;

    margin: 0;

    color: #666;
}
.wrap-about .about .pic
{
    margin-top: 30px;
}
.wrap-about .about .pic .row
{
    margin: 0 -6px;
}
.wrap-about .about .pic .itembox
{
    padding: 6px;
}
.wrap-about .about .pic .item
{
    display: block;
}
.wrap-about .about .pic .item .img-box
{
    padding-bottom: 76.31578947%;
}
.wrap-about .about .pic .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-about .about .pic .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-news .news
{
    margin-top: 20px;
}
.wrap-news .news .item
{
    font-size: 0;

    display: block;

    margin-top: 30px;

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

    color: inherit;
}
.wrap-news .news .item .img-box
{
    padding-bottom: 78.37837838%;

    -webkit-transition: all .4s;
            transition: all .4s;
}
.wrap-news .news .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-news .news .item .pic
{
    position: relative;

    background-color: #fff;
}
.wrap-news .news .item .pic span.date
{
    font-size: 14px;
    line-height: 30px;

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

    padding: 0 20px;

    color: #fff;
    background-color: #226cd4;
}
.wrap-news .news .item .pic span.more
{
    font-size: 14px;
    line-height: 50px;

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

    display: block;

    padding: 0 50px;

    -webkit-transition: all .2s;
            transition: all .2s;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);

    opacity: 0;
    color: #226cd4;
    border: 2px solid #226cd4;
}
.wrap-news .news .item .pic span.more:after
{
    font-family: 'iconfont' !important;

    margin-left: 10px;

    content: '\e619';
}
.wrap-news .news .item .note
{
    padding: 14px;

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

    background-color: #f2f2f2;
}
.wrap-news .news .item .note p
{
    font-size: 14px;
    line-height: 22px;

    display: -webkit-box;
    overflow: hidden;

    height: 44px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.wrap-news .news .item:hover
{
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}
.wrap-news .news .item:hover .img-box
{
    opacity: .2;
}
.wrap-news .news .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-news .news .item:hover span.more
{
    opacity: 1;
}
.wrap-news .news .item:hover .note
{
    background-color: #226cd4;
}
.wrap-news .news .item:hover .note p
{
    color: #fff;
}
.wrap-news-show .title-news-show
{
    padding-bottom: 10px;

    text-align: center;

    border-bottom: 1px solid #ddd;
}
.wrap-news-show .title-news-show h1
{
    font-size: 30px;
    line-height: 1.5;

    margin: 0;
}
.wrap-news-show .title-news-show span.date
{
    line-height: 30px;

    display: block;

    color: #226cd4;
}
.wrap-news-show .news-show
{
    margin-top: 30px;
}
.wrap-news-show .news-show p
{
    font-size: 16px;
    line-height: 1.375;

    margin: 0;

    color: #666;
}
.wrap-news-show .news-show img
{
    max-width: 100%;
    height: auto !important;
}
.wrap-news-show .news-relate
{
    margin-top: 40px;

    border-bottom: 1px solid #ddd;
}
.wrap-news-show .news-relate ul
{
    font-size: 0;

    margin: 0;
    padding: 0;
}
.wrap-news-show .news-relate ul li
{
    display: inline-block;

    width: 50%;

    vertical-align: top;
}
@media (max-width: 767px)
{
    .wrap-news-show .news-relate ul li
    {
        display: block;

        width: 100%;
    }
}
.wrap-news-show .news-relate ul li a
{
    font-size: 14px;
    line-height: 30px;

    position: relative;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;

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

    color: #999;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-news-show .news-relate ul li.next
{
    text-align: right;
}
@media (max-width: 767px)
{
    .wrap-news-show .news-relate ul li.next
    {
        text-align: left;
    }
}
.wrap-news-show .news-relate ul li:hover a
{
    text-decoration: none;

    color: #226cd4;
}
.wrap-news-show .news-relate ul li:hover a span
{
    color: #999;
}
.wrap-product .product-sort ul
{
    margin: 0 -24px;
    padding: 0;

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

    margin-top: 10px;
    padding: 0 24px;
}
.wrap-product .product-sort ul li a
{
    font-size: 20px;
    line-height: 28px;

    display: block;

    padding: 10px 40px;

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

    color: #226cd4;
    border: 1px solid #226cd4;
    border-radius: 30px;
}
.wrap-product .product-sort ul li.active a,
.wrap-product .product-sort ul li:hover a
{
    color: #fff;
    background-color: #226cd4;
}
.wrap-product .product .item
{
    position: relative;

    display: block;
    overflow: hidden;

    margin-top: 30px;

    color: inherit;
}
.wrap-product .product .item .img-box
{
    padding-bottom: 75.67567568%;
}
.wrap-product .product .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-product .product .item p
{
    font-size: 20px;
    line-height: 40px;

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

    display: -webkit-box;
    overflow: hidden;

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

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

    color: #226cd4;
    border-radius: 10px 10px 0 0;
    background-color: rgba(255, 255, 255, .5);

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-product .product .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-product .product .item:hover p
{
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
}
.wrap-product-show .carousel-wrap
{
    position: relative;

    overflow: hidden;
}
@media (max-width: 991px)
{
    .wrap-product-show .carousel-wrap
    {
        margin-top: 30px;
        padding: 0;

        border: none;
    }
}
.wrap-product-show .carousel-wrap .carousel
{
    position: relative;
}
@media (max-width: 991px)
{
    .wrap-product-show .carousel-wrap .carousel
    {
        width: 100%;
    }
}
.wrap-product-show .carousel-wrap .img-box
{
    padding-bottom: 75.67567568%;
}
.wrap-product-show .carousel-wrap .carousel .slider-for
{
    position: relative;
}
.wrap-product-show .carousel-wrap .carousel .slider-for .item
{
    position: relative;

    border: 1px solid #ddd;
}
.wrap-product-show .carousel-wrap .slider-nav
{
    margin-top: 20%;
}
.wrap-product-show .carousel-wrap .slider-nav .slick-slide
{
    padding: 0 5px;

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

    border: 1px solid #ddd;
}
.wrap-product-show .carousel-wrap .slider-nav .slick-current .item
{
    border: 1px solid #226cd4;
}
@media (max-width: 991px)
{
    .wrap-product-show .carousel-wrap .info-box
    {
        width: 100%;
        margin-top: 30px;
        padding: 0;
    }
}
.wrap-product-show .carousel-wrap .info-box .title-info h1
{
    font-size: 30px;
    font-weight: normal;
    line-height: 1.33333333;

    display: block;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-product-show .carousel-wrap .info-box .title-info h1
    {
        font-size: 20px;
    }
}
.wrap-product-show .carousel-wrap .info-box .btn-pinfo
{
    margin-top: 50px;
}
.wrap-product-show .carousel-wrap .info-box .btn-pinfo a
{
    font-size: 14px;
    font-weight: bold;
    line-height: 40px;

    display: inline-block;

    padding: 0 40px;

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

    color: #fff;
    background-color: #226cd4;
}
.wrap-product-show .carousel-wrap .info-box .btn-pinfo a:hover
{
    background-color: #0a52b7;
}
.wrap-product-show .carousel-wrap .info-box .share
{
    margin-top: 14px;
}
.wrap-product-show .carousel-wrap .info-box .share p
{
    line-height: 1.71428571;

    margin: 0;

    color: #999;
}
.wrap-product-show .carousel-wrap .info-box .share .addthis_inline_share_toolbox
{
    margin-top: 10px;
}
.wrap-product-show .title-product-show
{
    padding: 0 30px;

    color: #fff;
    background-color: #226cd4;
}
.wrap-product-show .title-product-show b
{
    font-size: 20px;
    font-weight: normal;
    line-height: 50px;

    display: block;
}
@media (max-width: 991px)
{
    .wrap-product-show .title-product-show b
    {
        font-size: 18px;
    }
}
.wrap-product-show .parameter,
.wrap-product-show .relate-product,
.wrap-product-show .inquiry
{
    padding-top: 30px;
}
.wrap-product-show .parameter .text
{
    padding: 30px;

    background-color: #f2f2f2;
}
.wrap-product-show .parameter .text p
{
    line-height: 1.71428571;

    margin: 0;

    color: #666;
}
.wrap-product-show .parameter .text img
{
    max-width: 100%;
    height: auto !important;
}
.wrap-product-show .inquiry form input,
.wrap-product-show .inquiry form textarea
{
    font-size: 16px;
    line-height: 28px;

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

    resize: vertical;

    border: none;
    outline: none;
    background-color: #f2f2f2;
}
.wrap-product-show .inquiry form input::-webkit-input-placeholder,
.wrap-product-show .inquiry form textarea::-webkit-input-placeholder
{
    color: #333;
}
.wrap-product-show .inquiry form input:-o-placeholder,
.wrap-product-show .inquiry form textarea:-o-placeholder
{
    color: #333;
}
.wrap-product-show .inquiry form input::-moz-placeholder,
.wrap-product-show .inquiry form textarea::-moz-placeholder
{
    color: #333;
}
.wrap-product-show .inquiry form input:-ms-input-placeholder,
.wrap-product-show .inquiry form textarea:-ms-input-placeholder
{
    color: #333;
}
.wrap-product-show .inquiry form input:focus::-webkit-input-placeholder,
.wrap-product-show .inquiry form textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .inquiry form input:focus::-o-placeholder,
.wrap-product-show .inquiry form textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .inquiry form input:focus::-moz-placeholder,
.wrap-product-show .inquiry form textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .inquiry form input:focus::-ms-input-placeholder,
.wrap-product-show .inquiry form textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .inquiry form .submit
{
    font-size: 20px;
    line-height: 40px;

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

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

    color: #fff;
    border: none;
    border-radius: 0;
    background-color: #226cd4;
}
.wrap-product-show .inquiry form .submit:hover
{
    background-color: #0a52b7;
}
.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-video .video
{
    position: relative;

    overflow: hidden;
}
.wrap-video .video .img-box
{
    z-index: 0;

    padding-bottom: 72.97297297%;

    background-color: #fff;
}
.wrap-video .video .img-box img
{
    -webkit-transition: all .6s ease;
            transition: all .6s ease;
}
.wrap-video .video .video-box
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    overflow: hidden;

    width: 100%;
    height: 100%;

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

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

    display: inline-block;

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

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

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

    display: block;

    content: '\e610';

    color: #226cd4;
}
.wrap-video .item
{
    position: relative;

    margin-top: 30px;
}
.wrap-video .item p
{
    font-size: 16px;
    line-height: 40px;

    display: -webkit-box;
    overflow: hidden;

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

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

    background-color: #f2f2f2;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-video .item:hover .video .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);

    opacity: .2;
}
.wrap-video .item:hover .video .play
{
    opacity: 1;
}
.wrap-video .item:hover p
{
    color: #fff;
    background-color: #0a52b7;
}
.wrap-contact .contact .text
{
    margin-top: 40px;

    border: 1px solid #ddd;
}
.wrap-contact .contact .text .title-contact
{
    padding: 20px 50px;
}
.wrap-contact .contact .text .title-contact b
{
    font-size: 20px;
    font-weight: normal;
    line-height: 1.5;

    display: block;
}
.wrap-contact .contact .text .note
{
    padding: 20px 50px;

    background-color: #f2f2f2;
}
.wrap-contact .contact .text .note p
{
    font-size: 16px;
    line-height: 24px;

    position: relative;

    margin: 14px 0;
    padding-left: 30px;

    color: #666;
}
.wrap-contact .contact .text .note p:before
{
    font-family: 'iconfont' !important;

    position: absolute;
    left: 0;

    content: '\e618';
}
.wrap-contact .contact .text .note p.name:before
{
    content: '\ed5b';
}
.wrap-contact .contact .text .note p.tel:before
{
    content: '\e637';
}
.wrap-contact .contact .text .note p.email:before
{
    font-size: 12px;

    content: '\e625';
}
.wrap-contact .contact .text .note p.website:before
{
    font-size: 20px;

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

    color: #226cd4;
}
.wrap-contact .message
{
    margin-top: 40px;
}
.wrap-contact .message p
{
    line-height: 1.57142857;

    margin: 0;
}
.wrap-contact .message input,
.wrap-contact .message textarea
{
    font-size: 16px;
    line-height: 28px;

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

    resize: vertical;

    border: none;
    outline: none;
    background-color: #f2f2f2;
}
.wrap-contact .message input::-webkit-input-placeholder,
.wrap-contact .message textarea::-webkit-input-placeholder
{
    color: #333;
}
.wrap-contact .message input:-o-placeholder,
.wrap-contact .message textarea:-o-placeholder
{
    color: #333;
}
.wrap-contact .message input::-moz-placeholder,
.wrap-contact .message textarea::-moz-placeholder
{
    color: #333;
}
.wrap-contact .message input:-ms-input-placeholder,
.wrap-contact .message textarea:-ms-input-placeholder
{
    color: #333;
}
.wrap-contact .message input:focus::-webkit-input-placeholder,
.wrap-contact .message textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .message input:focus::-o-placeholder,
.wrap-contact .message textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .message input:focus::-moz-placeholder,
.wrap-contact .message textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .message input:focus::-ms-input-placeholder,
.wrap-contact .message textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .message .submit
{
    font-size: 20px;
    line-height: 40px;

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

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

    color: #fff;
    border: none;
    border-radius: 0;
    background-color: #226cd4;
}
.wrap-contact .message .submit:hover
{
    background-color: #0a52b7;
}
.wrap-contact #dituContent
{
    height: 480px;
    margin-top: 40px;
}
.page
{
    margin-top: 50px;

    text-align: center;
}
.page li
{
    display: inline-block;

    margin: 0 4px;

    vertical-align: top;
}
.page li.active a,
.page li:hover a
{
    color: #fff;
    background-color: #226cd4;
}
.page li.prev a:before,
.page li.next a:before
{
    font-family: 'iconfont' !important;

    content: '\e601';
}
.page li.next a:before
{
    content: '\e827';
}
.page li a
{
    line-height: 30px;

    display: block;

    width: 30px;
    height: 30px;

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

    color: #666;
    border: 1px solid #226cd4;
    border-radius: 50%;
}
.lazy
{
    background-image: url(../js/slick/ajax-loader.gif);
    background-repeat: no-repeat;
    background-position: center;
}
.fancybox-slide--iframe .fancybox-content
{
    width: 733px;
    max-width: 80%;
    height: 500px;
    max-height: 50%;
    margin: 0;
}
.table-box
{
    overflow: auto;

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

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

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

    text-align: center;
}
.table-box table tr,
.table-box table td,
.table-box table th
{
    width: auto !important;
    height: auto !important;
}
.table-box table td,
.table-box table th
{
    font-weight: normal;

    padding: 10px !important;

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

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

    background: none !important;
}
.table-box table th
{
    text-align: center;
}
.table-box table td
{
    font-size: 12px;
}
.stuck
{
    position: fixed;
    z-index: 9;
    top: 0;

    width: 100%;
    height: 70px !important;

    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 1199px)
{
    .stuck
    {
        height: 70px !important;
    }
}
