/**
 * style.less
 * 层叠样式表
 */
.ff
{
    font-family: 'iconfont' !important;
}
.clearfix
{
    zoom: 1;
}
.clearfix:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
*[data-type='iframe'],
*[data-fancybox],
.slick-slide:focus,
a:link
{
    outline: none !important;
}
.slick-slide
{
    outline: none;
}
.slick-slide a
{
    outline: none !important;
}
@font-face
{
    font-family: 'iconfont';

    src: url('../fonts/iconfont.eot?t=1481266234445');
    src: url('../fonts/iconfont.eot?t=1481266234445#iefix') format('embedded-opentype'), url('../fonts/iconfont.woff?t=1481266234445') format('woff'), url('../fonts/iconfont.ttf?t=1481266234445') format('truetype'), url('../fonts/iconfont.svg?t=1481266234445#iconfont') format('svg');
}
@font-face
{
    font-family: 'Helvetica';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/hinted-Helvetica.eot');
    src: local('Helvetica'), url('../fonts/hinted-Helvetica.eot?#iefix') format('embedded-opentype'), url('../fonts/hinted-Helvetica.woff2') format('woff2'), url('../fonts/hinted-Helvetica.woff') format('woff'), url('../fonts/hinted-Helvetica.ttf') format('truetype'), url('../fonts/hinted-Helvetica.svg#Helvetica') format('svg');
}
@font-face
{
    font-family: 'Helvetica85';
    font-weight: 900;
    font-style: normal;

    src: url('../fonts/hinted-Helvetica85-Heavy.eot');
    src: local('Helvetica85-Heavy'), url('../fonts/hinted-Helvetica85-Heavy.eot?#iefix') format('embedded-opentype'), url('../fonts/hinted-Helvetica85-Heavy.woff2') format('woff2'), url('../fonts/hinted-Helvetica85-Heavy.woff') format('woff'), url('../fonts/hinted-Helvetica85-Heavy.ttf') format('truetype'), url('../fonts/hinted-Helvetica85-Heavy.svg#Helvetica85-Heavy') format('svg');
}
@-ms-viewport
{
    width: auto !important;
}
body
{
    font-family: 'Heiti SC', 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'PingFang SC', 'Hiragino Sans GB', Arial, 'Helvetica Neue', Helvetica, 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;
    }
}
li,
ol,
ul
{
    list-style: none;
}
a
{
    color: inherit;
}
a:hover,
a:link,
a:visited
{
    text-decoration: none;

    color: inherit;
}
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;
}
button,
input,
textarea
{
    resize: none;

    border: none;
    outline: none;
}
a
{
    text-decoration: none;

    color: inherit;
}
a:hover
{
    text-decoration: none;

    color: inherit;
}
a:visited,
a:link
{
    text-decoration: none;

    color: inherit;
}
.img-box
{
    position: relative;

    display: block;
    overflow: hidden;

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

    display: block;

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

    width: 100%;
    height: 160px;

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

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

    color: #fff;
    background-color: #00a5e7;
}
@media (max-width: 1199px)
{
    .header .header-top
    {
        height: 30px;
    }
}
.header .header-top .text
{
    display: inline-block;

    height: 40px;
}
@media (max-width: 1199px)
{
    .header .header-top .text
    {
        display: none;

        height: 30px;
    }
}
.header .header-top .text p
{
    line-height: 40px;

    display: inline-block;

    margin: 0;
    margin-right: 20px;

    color: #fff;
}
@media (max-width: 1199px)
{
    .header .header-top .text p
    {
        line-height: 30px;

        margin-left: 10px;
    }
}
.header .header-top .text p a:hover
{
    text-decoration: underline;

    color: #fff;
}
.header .header-top .text p.tel:before,
.header .header-top .text p.phone:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;

    float: left;

    margin-right: 10px;

    content: '\e671';

    color: #fff;
}
.header .header-top .text p.phone:before
{
    content: '\e6f9';
}
.header .cart
{
    display: inline-block;
    float: right;

    margin-left: 20px;
}
@media (max-width: 1199px)
{
    .header .cart
    {
        margin-left: 0;
    }
}
.header .cart a
{
    line-height: 116px;

    display: inline-block;

    margin-left: 10px;

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

    color: #0374c3;
    border-radius: 6px;
}
@media (max-width: 1199px)
{
    .header .cart a
    {
        line-height: 70px;

        margin-right: 30px;
    }
}
.header .cart a:before
{
    font-family: 'iconfont' !important;
    font-size: 40px;

    float: left;

    margin-right: 10px;

    content: '\e6e3';
    vertical-align: middle;
}
@media (max-width: 767px)
{
    .header .cart a:before
    {
        font-size: 22px;
    }
}
.header .cart a span
{
    font-size: 14px;

    display: inline-block;

    vertical-align: middle;
}
.header .cart a span:before
{
    content: '(';
}
.header .cart a span:after
{
    content: ')';
}
.header .logo
{
    position: relative;

    float: left;

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

    -webkit-transition: all .4s;
            transition: all .4s;
}
@media (max-width: 1560px)
{
    .header .logo
    {
        height: 70px;
        margin-top: 23px;
    }
}
@media (max-width: 1199px)
{
    .header .logo
    {
        height: 60px;
        margin-top: 5px;
    }
}
@media (max-width: 767px)
{
    .header .logo
    {
        height: 50px;
        margin-top: 10px;
    }
}
@media (max-width: 320px)
{
    .header .logo
    {
        height: 40px;
        margin-top: 15px;
    }
}
.header .logo a
{
    display: block;

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

    height: 100%;
}
.header .nav-collapse
{
    position: absolute;
    z-index: 10;
    top: 2px;
    right: 10px;

    display: none;
    float: right;

    width: 20px;
    height: 40px;
    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: #666;
}
.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: #666;
}
.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-nav .container
{
    position: relative;
}
@media (min-width: 1200px)
{
    .header .nav
    {
        float: right;

        margin-top: 36px;

        -webkit-transition: all .4s;
                transition: all .4s;
    }
}
@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
    {
        margin: 0 -20px;
    }
    .header .nav .nav-list1 > li
    {
        position: relative;

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

        position: relative;

        display: inline-block;
        overflow: hidden;

        padding: 0 34px;

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

        color: #666;
    }
    .header .nav .nav-list1 > li:hover > a,
    .header .nav .nav-list1 > li.active > a
    {
        color: #fff;
        border-radius: 4px;
        background-color: #0374c3;
    }
    .header .nav .nav-list1 .nav-list2
    {
        position: absolute;
        z-index: 50;
        top: 10 0;

        display: none;

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

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

        background-color: rgba(255, 255, 255, .86);
        box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    }
    .header .nav .nav-list1 .nav-list2 li
    {
        position: relative;

        list-style: none;
    }
    .header .nav .nav-list1 .nav-list2 li > a
    {
        line-height: 30px;

        position: relative;
        z-index: 1;

        display: block;

        padding: 0 18px;

        -webkit-transition: -webkit-transform .6s ease;
                transition: -webkit-transform .6s ease;
                transition:         transform .6s ease;
                transition:         transform .6s ease, -webkit-transform .6s ease;
        white-space: nowrap;
    }
    .header .nav .nav-list1 .nav-list2 li > a:hover
    {
        -webkit-transform: translateX(6px);
            -ms-transform: translateX(6px);
                transform: translateX(6px);
        text-decoration: underline;

        color: #0374c3;
    }
    .header .nav .nav-list1 .nav-list2 li img
    {
        max-width: 400px;
    }
    .header .nav .nav-list1 .nav-list3
    {
        position: absolute;
        top: 0;
        left: 100%;

        display: none;

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

        text-align: left;

        background-color: rgba(255, 255, 255, .86);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    }
    .header .nav .nav-list1 .nav-list3 li
    {
        border-bottom: 1px dashed rgba(255, 255, 255, .2);
    }
    .header .nav .nav-list1 .nav-list3 li > a
    {
        line-height: 30px;

        padding: 0 20px;
    }
}
@media (min-width: 1200px) and (max-width: 1350px)
{
    .header .nav .nav-list1 > li > a
    {
        padding: 0 28px;
    }
}
@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,
    .header .nav .nav-list3
    {
        display: none;
    }
    .header .nav .nav-list2 a,
    .header .nav .nav-list3 a
    {
        font-size: 16px;
        line-height: 2;

        margin-top: 5px;

        color: #fff;
    }
}
.header .nav .nav-list2 a,
.header .nav .nav-list3 a
{
    display: block;
}
@media (max-height: 580px)
{
    .header .nav .nav-list2 a,
    .header .nav .nav-list3 a
    {
        margin-top: 0;
    }
}
.header .nav-2,
.header .nav-3
{
    display: none;
}
@media (max-width: 1199px)
{
    .header .nav-2,
    .header .nav-3
    {
        position: absolute;
        z-index: 9999;
        top: 0;

        display: block;
        overflow: hidden;

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

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

        color: #fff;
        background: #fafafa;
        background-color: #000;
    }
}
.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%;
}
@media (max-width: 767px)
{
    .header .nav-2 .content ul,
    .header .nav-3 .content ul
    {
        padding: 0 15px;
    }
}
.header .nav-2 .content ul li,
.header .nav-3 .content ul li
{
    font-size: 16px;
    line-height: 44px;

    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: 19px;
}
.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: '\e625';

    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: #0374c3;
}
.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: 80%;
    height: 60px;
    padding: 0;
    padding-bottom: 30px;

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

    color: #fff;
}
.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 .language
{
    display: inline-block;
    float: right;

    margin-left: 24px;
}
.header .language a
{
    font-size: 12px;
    line-height: 40px;

    display: inline-block;

    text-decoration: underline;
}
@media (max-width: 1199px)
{
    .header .language a
    {
        line-height: 30px;
    }
}
.header .language a:before
{
    display: inline-block;
    float: left;

    width: 24px;
    height: 24px;
    margin-top: 8px;
    margin-right: 10px;

    content: '';

    background: url(../images/language.png) no-repeat;
    background-size: cover;
}
@media (max-width: 1199px)
{
    .header .language a:before
    {
        margin-top: 3px;
    }
}
.header .language a.cn:before
{
    background-position: -24px 0;
}
.header .find
{
    line-height: 40px;

    display: inline-block;
    float: right;

    padding: 0 26px;

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

    color: #adadad;
    color: #fff;
    background-color: #0374c3;
}
@media (max-width: 1199px)
{
    .header .find
    {
        line-height: 30px;
    }
}
.header .find:before
{
    font-family: 'iconfont';
    font-size: 20px;

    float: left;

    margin-right: 10px;

    content: '\e625';
}
.header .find:hover
{
    background-color: #025691;
}
@media (max-width: 1199px)
{
    .header .right
    {
        display: inline-block;
        float: right;

        margin-right: 0;
    }
}
.header .back-btn
{
    position: absolute;
    left: 15px;
}
.online-wrap .btn
{
    line-height: 36px;

    position: fixed;
    z-index: 9;
    bottom: 0;
    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: 10;
    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: 45px;

    position: relative;

    display: block;

    width: 45px;
    height: 45px;

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

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

    color: #898989;
}
.online-wrap .online a:after
{
    display: block;

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

    content: '';

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

        width: 40px;
        height: 50px;
    }
    .online-wrap .online a:before
    {
        font-size: 20px;
    }
}
@media (min-width: 992px)
{
    .online-wrap .online .icon-phone:hover .phone-num
    {
        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: #025691;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .12);
}
.online-wrap .online .icon-qq:before
{
    font-family: 'iconfont' !important;

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

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

    content: '\e72e';
}
.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: 18px !important;

    content: '\e633';
}
.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;
    left: 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;
}
.banner
{
    font-size: 0;

    position: relative;

    overflow: hidden;

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

    width: 100%;

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

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

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

    border: 1px solid #fff;
    border-radius: 50%;
    background-color: #fff;
}
.banner .slick-dots li.slick-active
{
    width: 30px;

    border-radius: 6px;
    background: none;
}
.banner .slick-dots li button
{
    display: none;
}
.banner img
{
    display: block;

    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: 300%;
        max-width: 300%;
        margin-left: -100%;
    }
}
.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: 26px;
    line-height: 30px;

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

        display: block;
    }
}
.banner-in .text-in .location
{
    position: relative;

    display: inline-block;
    float: right;

    padding-left: 30px;
}
@media (max-width: 767px)
{
    .banner-in .text-in .location
    {
        display: block;
        float: none;
    }
}
.banner-in .text-in .location:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;

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

    content: '\e76b';
}
.banner-in .text-in .location ul li
{
    font-size: 14px;

    display: inline-block;
}
.banner-in .text-in .location ul li:after
{
    margin: 0 10px;

    content: '>';
}
.banner-in .text-in .location ul li:last-child:after
{
    display: none;
}
.banner-in .text-in .location ul li a
{
    line-height: 30px;
}
.banner-in .text-in .location ul li a:hover
{
    text-decoration: underline;
}
.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;
}
.box
{
    overflow: hidden;

    padding: 100px 0;
}
@media (max-width: 991px)
{
    .box
    {
        padding: 60px 0;
    }
}
.title
{
    font-size: 0;

    position: relative;

    text-align: center;
}
.title span
{
    font-family: 'Helvetica85', Arial;
    font-size: 100px;
    font-weight: bold;
    line-height: 1;

    display: block;

    text-transform: uppercase;

    color: rgba(153, 153, 153, .09);
}
@media (max-width: 1199px)
{
    .title span
    {
        font-size: 80px;
    }
}
@media (max-width: 991px)
{
    .title span
    {
        font-size: 50px;
    }
}
@media (max-width: 767px)
{
    .title span
    {
        font-size: 36px;
    }
}
.title b
{
    font-size: 32px;
    line-height: 40px;

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

    width: 100%;
    margin-top: -20px;

    text-align: center;
}
@media (max-width: 991px)
{
    .title b
    {
        font-size: 20px;
    }
}
.title b p
{
    font-family: 'Helvetica', Arial;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;

    position: relative;

    display: inline-block;

    margin: 0;
    padding-left: 20px;

    text-align: left;
    vertical-align: middle;
    text-transform: uppercase;
}
@media (max-width: 991px)
{
    .title b p
    {
        font-size: 12px;
    }
}
.title b p:before
{
    position: absolute;
    top: 8px;
    left: 10px;

    display: inline-block;

    width: 3px;
    height: 24px;

    content: '';
    vertical-align: middle;

    background-color: #909090;
}
.indexcontent
{
    position: relative;
    z-index: 2;
}
.box-product .text
{
    margin-top: 30px;
}
.box-product .text p
{
    line-height: 2.14285714;

    display: -webkit-box;
    overflow: hidden;

    max-height: 150px;
    margin: 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}
@media (max-width: 991px)
{
    .box-product .text p
    {
        line-height: 24px;

        max-height: 96px;
    }
}
.box-product .text a.more
{
    font-weight: bold;
    line-height: 30px;

    display: inline-block;

    margin-top: 20px;

    color: #1d57a3;
}
@media (max-width: 991px)
{
    .box-product .text a.more
    {
        margin-top: 6px;
    }
}
.box-product .text a.more:after
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    float: right;

    margin-left: 10px;

    content: '\e6cb';

    color: #0374c3;
}
.box-product .text a.more:hover
{
    color: #0374c3;
}
.box-product .text a.more:hover:after
{
    -webkit-animation: fadeInRight 1s 0s ease both;
            animation: fadeInRight 1s 0s ease both;
}
.box-product .item
{
    display: block;

    margin-top: 20px;
}
.box-product .item .img-box
{
    padding-bottom: 87.87878788%;
}
.box-product .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.box-product .item p
{
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;

    display: -webkit-box;
    overflow: hidden;

    height: 20px;
    margin: 20px 0 0 0;
    padding: 0 10px;

    border-left: 3px solid #0374c3;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.box-product .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.box-product .item:hover p
{
    color: #0374c3;
}
.box-about
{
    overflow: hidden;
}
.box-about .about
{
    font-size: 0;

    background: url(../images/about_bg.png) no-repeat center right;
}
@media (max-width: 991px)
{
    .box-about .about
    {
        background: none;
    }
}
.box-about .about .pic
{
    display: inline-block;
    overflow: hidden;

    width: 57%;

    vertical-align: middle;
}
@media (max-width: 991px)
{
    .box-about .about .pic
    {
        display: block;

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

    overflow: hidden;
}
.box-about .about .pic .video img
{
    max-width: 100%;

    -webkit-transition: all 1s;
            transition: all 1s;
}
.box-about .about .pic .video .video-box
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    overflow: hidden;

    width: 100%;
    height: 100%;

    text-align: center;
}
.box-about .about .pic .video .iframe
{
    display: none;

    width: 100% !important;
    height: 100% !important;
}
.box-about .about .pic .video .play
{
    position: absolute;
    top: 50%;
    left: 50%;

    display: inline-block;

    width: 74px;
    height: 74px;
    margin-bottom: 100%;
    margin-left: -37px;

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

    color: #fff;
    background: url(../images/play.png) no-repeat;
    background-size: cover;
}
.box-about .about .pic .video .play:hover
{
    opacity: .9;
}
.box-about .about .pic .video:hover img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);

    opacity: .9;
}
.box-about .about .list
{
    font-size: 14px;

    display: inline-block;

    width: 43%;
    padding: 0 10% 0 30px;

    vertical-align: middle;
}
@media (max-width: 1560px)
{
    .box-about .about .list
    {
        padding-right: 4%;
    }
}
@media (max-width: 991px)
{
    .box-about .about .list
    {
        display: block;

        width: 100%;
        padding: 30px 5px;
    }
}
.box-about .about .list ul
{
    font-size: 0;
}
.box-about .about .list ul li
{
    display: inline-block;

    width: 50%;
    padding: 0 30px;

    text-align: center;
    vertical-align: top;
}
@media (max-width: 991px)
{
    .box-about .about .list ul li
    {
        padding: 0 10px;
    }
}
.box-about .about .list .item
{
    font-size: 14px;

    margin: 20px 0;
}
.box-about .about .list .item:before
{
    font-family: 'iconfont' !important;
    font-size: 36px;
    line-height: 72px;

    display: block;

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

    content: '\e647';

    color: #0374c3;
    border: 3px solid #0374c3;
    border-radius: 50%;
}
.box-about .about .list .item-hezuo:before
{
    content: '\e6f2';
}
.box-about .about .list .item-fuwu:before
{
    content: '\e63c';
}
.box-about .about .list .item-chanpin:before
{
    content: '\e65b';
}
.box-about .about .list .item b
{
    font-size: 14px;
    line-height: 30px;

    display: block;

    margin-top: 14px;
    margin-bottom: 4px;
}
.box-about .about .list .item p
{
    line-height: 2.14285714;

    margin: 0;

    color: #666;
}
.box-about .partner
{
    font-size: 0;

    width: 100%;

    background-color: #333;
}
.box-about .partner .left,
.box-about .partner .right
{
    display: inline-block;

    vertical-align: middle;
}
.box-about .partner .left
{
    font-size: 14px;

    width: 57%;
    padding-left: 10%;

    background-color: #f0f0f0;
}
@media (max-width: 1560px)
{
    .box-about .partner .left
    {
        padding-left: 4%;
    }
}
@media (max-width: 991px)
{
    .box-about .partner .left
    {
        width: 100%;
        padding-left: 0;
    }
}
.box-about .partner .left .info
{
    position: relative;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    text-align: right;
}
@media (max-width: 991px)
{
    .box-about .partner .left .info
    {
        text-align: center;
    }
}
.box-about .partner .left .info .note
{
    position: absolute;
    bottom: 0;
    left: 0;

    width: 48%;
    padding: 30px;

    text-align: left;

    color: #fff;
    background: url(../images/partner_bg.jpg) no-repeat center;
    background-size: cover;
}
@media (max-width: 991px)
{
    .box-about .partner .left .info .note
    {
        position: relative;

        width: 100%;
        padding: 30px 15px;
    }
}
.box-about .partner .left .info .note b
{
    font-size: 20px;
    line-height: 30px;

    display: block;

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

    border-bottom: 2px solid #fff;
}
.box-about .partner .left .info .note p
{
    line-height: 2.14285714;

    display: -webkit-box;
    overflow: hidden;

    max-height: 180px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
}
.box-about .partner .left .info .note a.more
{
    font-weight: bold;
    line-height: 30px;

    display: inline-block;

    margin-top: 20px;

    color: #fff;
}
@media (max-width: 991px)
{
    .box-about .partner .left .info .note a.more
    {
        margin-top: 6px;
    }
}
.box-about .partner .left .info .note a.more:after
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    float: right;

    margin-left: 10px;

    content: '\e6cb';
}
.box-about .partner .left .info .note a.more:hover:after
{
    -webkit-animation: fadeInRight 1s 0s ease both;
            animation: fadeInRight 1s 0s ease both;
}
.box-about .partner .left .info .title
{
    display: inline-block;

    width: 52%;
    padding: 50px 0;
}
@media (max-width: 991px)
{
    .box-about .partner .left .info .title
    {
        padding: 30px 0;
    }
}
.box-about .partner .right
{
    width: 43%;
}
@media (max-width: 991px)
{
    .box-about .partner .right
    {
        width: 100%;
    }
}
.box-about .partner .right .slick-partner
{
    padding: 0 30px;
}
@media (max-width: 991px)
{
    .box-about .partner .right .slick-partner
    {
        padding: 10px 5px;
    }
}
.box-about .partner .right .slick-slide
{
    padding: 15px;
}
@media (max-width: 1350px)
{
    .box-about .partner .right .slick-slide
    {
        padding: 10px;
    }
}
.box-about .partner .right .slick-slide .item
{
    box-shadow: 0 0 10px #000;
}
.box-about .partner .right .slick-slide .item .img-box
{
    padding-bottom: 52.94117647%;
}
.box-network
{
    padding-bottom: 0;
}
.box-network .network
{
    font-size: 0;

    position: relative;

    padding: 0 9% 0 3%;
}
@media (max-width: 991px)
{
    .box-network .network
    {
        padding: 0 15px;
    }
}
.box-network .network .title
{
    position: absolute;
    top: 0;
    right: -5%;
}
.box-network .network .foreign
{
    position: relative;

    display: inline-block;

    width: 74%;

    vertical-align: top;
}
@media (max-width: 991px)
{
    .box-network .network .foreign
    {
        width: 100%;
        margin-top: 60px;
    }
}
.box-network .network .foreign img
{
    max-width: 100%;
}
.box-network .network .foreign .pic-xs
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
}
.box-network .network .china
{
    display: inline-block;

    width: 28%;
    margin-top: 150px;
    margin-left: -2%;
}
@media (max-width: 991px)
{
    .box-network .network .china
    {
        width: 100%;
        margin: 30px 0 0 0;
    }
}
.box-network .network .china img
{
    max-width: 100%;
}
.box-news .slick-news
{
    margin-top: 30px;
}
.box-news .slick-slide
{
    padding: 10px 15px;
}
.box-news .item
{
    display: block;

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

    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}
.box-news .item a
{
    display: block;
}
.box-news .item .pic
{
    position: relative;

    overflow: hidden;

    border-radius: 0 0 0 50px;
}
.box-news .item .pic .img-box
{
    padding-bottom: 55.55555556%;
}
.box-news .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.box-news .item .pic span.date
{
    font-weight: bold;
    line-height: 36px;

    position: absolute;
    top: 30px;
    left: 30px;

    display: inline-block;

    padding: 0 24px;

    background-color: #fff;
}
@media (max-width: 991px)
{
    .box-news .item .pic span.date
    {
        top: 10px;
        left: 10px;
    }
}
.box-news .item .note
{
    padding: 0 30px 30px 30px;
}
@media (max-width: 991px)
{
    .box-news .item .note
    {
        padding: 0 20px 20px 20px;
    }
}
.box-news .item .note b
{
    font-size: 16px;
    line-height: 60px;

    position: relative;

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

    height: 60px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.box-news .item .note b:after
{
    position: absolute;
    bottom: 0;
    left: 0;

    display: block;

    width: 40px;
    height: 4px;

    content: '';

    background-color: #0374c3;
}
.box-news .item .note p
{
    line-height: 26px;

    display: -webkit-box;
    overflow: hidden;

    height: 78px;
    margin: 14px 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.box-news .item .note a.more
{
    font-size: 12px;
    line-height: 30px;

    display: inline-block;

    color: #555;
    border-bottom: 1px solid #b6b6b6;
}
.box-news .item:hover
{
    background-color: #0374c3;
}
.box-news .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.box-news .item:hover .note b:after
{
    background-color: #fff;
}
.box-news .item:hover .note b,
.box-news .item:hover .note p,
.box-news .item:hover .note a.more
{
    color: #fff;
}
.box-news .slick-arrow
{
    line-height: 30px;

    position: absolute;
    top: 150px;
    left: -34%;

    width: 70px;
    padding: 0;

    cursor: pointer;

    color: #888;
    background: none;
}
@media (max-width: 1560px)
{
    .box-news .slick-arrow
    {
        left: -48%;
    }
}
@media (max-width: 991px)
{
    .box-news .slick-arrow
    {
        top: -30px;
        left: 15px;
    }
}
.box-news .slick-arrow:before
{
    font-family: 'iconfont' !important;
    font-size: 24px;

    float: left;

    content: '\e6cb';
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);

    color: #c7c7c7;
}
.box-news .slick-arrow:after
{
    content: 'PREV';
}
.box-news .slick-arrow.slick-next
{
    left: -24%;
}
@media (max-width: 1560px)
{
    .box-news .slick-arrow.slick-next
    {
        left: -38%;
    }
}
@media (max-width: 991px)
{
    .box-news .slick-arrow.slick-next
    {
        left: 100px;
    }
}
.box-news .slick-arrow.slick-next:before
{
    float: right;

    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
}
.box-news .slick-arrow.slick-next:after
{
    content: 'LAST';
}
.box-news .slick-arrow:hover
{
    font-weight: bold;

    color: #0374c3;
}
.box-news .slick-arrow:hover:before
{
    font-weight: normal;

    color: #0374c3;
}
.footer
{
    font-size: 0;

    position: relative;

    overflow: hidden;

    background: url(../images/footer_bg.jpg) no-repeat center;
    background-size: cover;
}
.footer .foot
{
    padding: 30px 0;
}
@media (max-width: 1199px)
{
    .footer .foot
    {
        display: none;
    }
}
.footer .foot .container > ul
{
    padding: 0;

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

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

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

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

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

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

        vertical-align: top;
    }
}
@media (max-width: 991px)
{
    .footer .foot .container > ul > li
    {
        width: 100%;
    }
}
.footer .foot .container > ul > li .item
{
    position: relative;

    margin: 10px 0;
    padding-left: 90px;

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

    margin: 0;
    padding-top: 14px;
}
.footer .foot .container > ul > li .item:before
{
    font-family: 'iconfont' !important;
    font-size: 24px;
    line-height: 66px;

    position: absolute;
    left: 0;

    width: 66px;
    height: 66px;

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

    border: 1px solid #f0f0f0;
    border-radius: 50%;
}
.footer .foot .container > ul > li .item-address:before
{
    content: '\e868';
}
.footer .foot .container > ul > li .item-tel:before
{
    content: '\e62f';
}
.footer .foot .container > ul > li .item-email:before
{
    content: '\e632';
}
.footer .foot .container > ul > li .item a:hover
{
    text-decoration: underline;
}
.footer .copyright
{
    padding: 16px 0;

    border-top: 1px solid rgba(255, 255, 255, .24);
}
@media (max-width: 991px)
{
    .footer .copyright
    {
        text-align: center;
    }
}
.footer .copyright p
{
    font-size: 14px;
    font-weight: 300;
    line-height: 28px;

    display: inline-block;

    margin: 0;

    color: #fff;
}
.footer .copyright p a
{
    display: inline-block;

    margin-left: 10px;

    -webkit-transition: all .4s;
            transition: all .4s;
}
@media (max-width: 767px)
{
    .footer .copyright p a
    {
        display: block;

        margin-left: 0;
    }
}
.footer .copyright a:hover
{
    text-decoration: underline;
}
.footer .copyright .foot-nav
{
    display: inline-block;
    float: right;
}
@media (max-width: 1199px)
{
    .footer .copyright .foot-nav
    {
        display: block;
        float: none;

        margin-top: 10px;
    }
}
.footer .copyright .foot-nav ul
{
    margin: 0 -20px;
}
.footer .copyright .foot-nav ul li
{
    display: inline-block;
}
.footer .copyright .foot-nav ul li:after
{
    display: inline-block;

    width: 2px;
    height: 2px;

    content: '';
    vertical-align: middle;

    background-color: #fff;
}
.footer .copyright .foot-nav ul li:last-child:after
{
    display: none;
}
.footer .copyright .foot-nav ul li a
{
    font-size: 14px;
    line-height: 30px;

    display: inline-block;

    padding: 0 20px;

    vertical-align: middle;

    color: #fff;
}
.inquire-sheet-box
{
    position: fixed;
    z-index: 9;
    top: 20%;
    right: 0;

    width: 220px;

    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
}
@media (max-width: 991px)
{
    .inquire-sheet-box
    {
        display: none;
    }
}
.inquire-sheet-box .j-title
{
    position: relative;

    background-color: #111;
}
.inquire-sheet-box .j-title h2
{
    font-size: 14px;
    font-weight: bold;
    line-height: 50px;

    margin: 0;
    padding: 0 20px;

    color: #fff;
}
.inquire-sheet-box .j-title .inquire-close
{
    line-height: 50px;

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

    display: inline-block;

    cursor: pointer;

    color: #fff;
}
.inquire-sheet-box .j-title .inquire-close:after
{
    font-family: 'iconfont' !important;
    font-size: 22px;

    content: '\e61b';
}
.inquire-sheet-box .J-shoping-close
{
    float: right;

    cursor: pointer;

    color: #999;
}
.inquire-sheet-box .J-shoping-close::after
{
    font-family: 'iconfont';
    font-size: 18px;
    line-height: 40px;

    content: '\e61a';
}
.inquire-sheet-box .J-shoping-close:hover
{
    color: #0374c3;
}
.inquire-sheet-box .J-inquiry
{
    padding: 0;
}
.inquire-sheet-box .J-inquiry a
{
    font-weight: bold;
    line-height: 50px;

    display: block;

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

    color: #fff;
    background-color: #0374c3;
}
.inquire-sheet-box .J-inquiry a:hover
{
    background-color: #025691;
}
.inquire-sheet-box .J-inquiry a::before
{
    font-family: 'iconfont';
    font-size: 20px;
    font-weight: normal;

    display: inline-block;

    margin-right: 14px;

    content: '\e648';
    vertical-align: middle;
}
.inquire-sheet-box .J-shoping-body
{
    overflow-y: auto;

    max-height: 300px;

    background-color: #fff;
}
.inquire-sheet-box .list
{
    overflow: hidden;

    padding: 10px;

    border-bottom: 1px dashed #ccc;
}
.inquire-sheet-box .list .pic
{
    float: left;
    overflow: hidden;

    width: 60px;

    border: 1px solid #e5e5e5;
}
.inquire-sheet-box .list .pic .img-box
{
    padding-bottom: 87.87878788%;
}
.inquire-sheet-box .list p
{
    font-size: 14px;
    font-weight: bold;
    line-height: 40px;

    display: -webkit-box;
    float: left;
    overflow: hidden;

    width: 110px;
    height: 40px;
    margin: 0;
    padding: 0 10px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.inquire-sheet-box .J-shoping-body::-webkit-scrollbar
{
    position: absolute;
    right: 0;

    width: 8px;
}
.inquire-sheet-box .J-shoping-body::-webkit-scrollbar-track
{
    background-color: #dcdcdc;
}
.inquire-sheet-box .J-shoping-body::-webkit-scrollbar-thumb
{
    background-color: #0374c3;
}
.cart-icon
{
    line-height: 30px;

    position: fixed;
    z-index: 9;
    right: 5px;
    bottom: 50%;

    display: none;
}
@media (max-width: 991px)
{
    .cart-icon
    {
        bottom: 0;

        display: block;
    }
}
.cart-icon a
{
    display: block;

    width: 40px;
    height: 40px;

    text-align: center;

    border-radius: 50%;
    background-color: rgba(3, 116, 195, .8);
}
.cart-icon a::before
{
    font-family: 'iconfont';
    font-size: 20px;
    line-height: 40px;

    content: '\e6e3';

    color: #fff;
}
.cart-icon a:hover
{
    background-color: #000;
}
.cart-icon span
{
    font-size: 12px;
    line-height: 20px;

    position: absolute;
    z-index: 10;
    top: -6px;
    right: -3px;

    display: inline-block;

    width: 20px;
    height: 20px;

    vertical-align: super;

    color: #fff;
    border-radius: 50%;
    background-color: #333;
}
.wrapper
{
    overflow: hidden;
}
.wrap
{
    padding: 60px 0;
}
.title-in
{
    text-align: center;
}
.title-in b
{
    font-size: 36px;
    line-height: 1;

    display: block;

    color: #0374c3;
}
@media (max-width: 991px)
{
    .title-in b
    {
        font-size: 24px;
    }
}
.wrap-sidenav
{
    overflow: hidden;

    padding: 20px 0;

    border-bottom: 1px solid #ddd;
}
@media (max-width: 1199px)
{
    .wrap-sidenav
    {
        padding: 10px 0;
    }
}
.wrap-sidenav ul
{
    margin: 0 -22px;
}
.wrap-sidenav ul li
{
    display: inline-block;
}
.wrap-sidenav ul li a
{
    font-size: 14px;
    font-weight: bold;
    line-height: 38px;

    display: inline-block;

    padding: 0 22px;

    -webkit-transition: all .2s;
            transition: all .2s;
    vertical-align: middle;
}
.wrap-sidenav ul li.active a,
.wrap-sidenav ul li:hover a
{
    color: #00a5e7;
}
.wrap-about .about
{
    font-size: 0;

    padding-bottom: 60px;

    border-bottom: 1px solid #ddd;
}
.wrap-about .about .pic,
.wrap-about .about .text
{
    display: inline-block;

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

    width: 68%;
    padding-left: 30px;
}
@media (max-width: 1470px)
{
    .wrap-about .about .text
    {
        width: 64%;
    }
}
@media (max-width: 991px)
{
    .wrap-about .about .text
    {
        width: 100%;
        padding-top: 30px;
        padding-left: 0;
    }
}
.wrap-about .about .text b
{
    font-size: 18px;
    line-height: 1.66666667;

    display: block;

    margin-bottom: 10px;
}
@media (max-width: 767px)
{
    .wrap-about .about .text b
    {
        font-size: 16px;
    }
}
.wrap-about .about .text p
{
    line-height: 2.14285714;

    margin: 0;

    color: #666;
}
@media (max-width: 1350px)
{
    .wrap-about .about .text p
    {
        line-height: 2;
    }
}
.wrap-about .honor
{
    padding-top: 40px;
}
.wrap-about .honor .slick-honor
{
    margin: 0 -15px;
    padding-bottom: 35px;
}
@media (max-width: 991px)
{
    .wrap-about .honor .slick-honor
    {
        margin: 0 -8px;
    }
}
.wrap-about .honor .slick-slide
{
    padding: 15px;
}
@media (max-width: 991px)
{
    .wrap-about .honor .slick-slide
    {
        padding: 15px 8px;
    }
}
.wrap-about .honor .item
{
    display: block;
}
.wrap-about .honor .item .img-box
{
    padding-bottom: 139.39393939%;

    -webkit-transition: all .6s;
            transition: all .6s;
}
.wrap-about .honor .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-about .honor .item:hover .img-box
{
    -webkit-transform: translateY(-14px);
        -ms-transform: translateY(-14px);
            transform: translateY(-14px);
}
.wrap-about .honor .slick-dots
{
    position: absolute;
    bottom: 0;

    width: 100%;

    text-align: center;
}
.wrap-about .honor .slick-dots li
{
    display: inline-block;

    width: 10px;
    height: 6px;
    margin: 0 5px;

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

    border-radius: 4px;
    background-color: #d7d7d7;
}
.wrap-about .honor .slick-dots li.slick-active
{
    width: 18px;

    background-color: #00a5e7;
}
.wrap-about .honor .slick-dots li button
{
    display: none;
}
.wrap-case .case
{
    margin-top: -30px;
}
@media (max-width: 767px)
{
    .wrap-case .case
    {
        margin-top: -14px;
    }
}
.wrap-case .item
{
    display: block;

    margin-top: 30px;
}
@media (max-width: 767px)
{
    .wrap-case .item
    {
        margin-top: 14px;
    }
}
.wrap-case .item .pic
{
    padding: 10px;

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

    border: 1px solid #d1d1d1;
}
@media (max-width: 767px)
{
    .wrap-case .item .pic
    {
        padding: 4px;
    }
}
.wrap-case .item .pic .img-box
{
    padding-bottom: 69.76744186%;
}
.wrap-case .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-case .item p
{
    font-weight: bold;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

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

    text-align: center;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-case .item:hover .pic
{
    border-color: #0374c3;
}
.wrap-case .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-case .item:hover p
{
    color: #0374c3;
}
.wrap-news .news
{
    margin-top: -40px;
}
.wrap-news .news .item
{
    font-size: 0;

    display: block;

    margin-top: 40px;
}
.wrap-news .news .item .pic,
.wrap-news .news .item .note
{
    display: inline-block;

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

    width: 70%;
    padding-left: 30px;
}
@media (max-width: 1350px)
{
    .wrap-news .news .item .note
    {
        width: 65%;
    }
}
@media (max-width: 991px)
{
    .wrap-news .news .item .note
    {
        width: 50%;
        padding-left: 15px;
    }
}
@media (max-width: 767px)
{
    .wrap-news .news .item .note
    {
        width: 100%;
        padding: 30px 0 0 0;
    }
}
.wrap-news .news .item .note b
{
    font-size: 16px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px)
{
    .wrap-news .news .item .note b
    {
        font-size: 15px;
    }
}
.wrap-news .news .item .note b a
{
    display: block;
}
.wrap-news .news .item .note span.date
{
    line-height: 30px;

    display: block;

    margin: 6px 0;

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

    margin-right: 10px;

    content: '\e63a';

    color: #333;
}
.wrap-news .news .item .note p
{
    line-height: 2.14285714;

    display: -webkit-box;
    overflow: hidden;

    height: 90px;
    margin: 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.wrap-news .news .item .note a.more
{
    font-weight: bold;
    line-height: 2;

    display: inline-block;

    margin: 10px 0 0 0;

    color: #666;
    border-bottom: 1px solid #949494;
}
.wrap-news .news .item .note a.more:hover
{
    color: #0374c3;
}
@media (min-width: 1200px)
{
    .wrap-news .news .item:hover
    {
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    }
    .wrap-news .news .item:hover .pic .img-box img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
    .wrap-news .news .item:hover b
    {
        color: #0374c3;
    }
}
.wrap-news-show .title-news h1
{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-news-show .title-news h1
    {
        font-size: 18px;
    }
}
.wrap-news-show .title-news span
{
    display: block;

    margin: 26px 0 0 0;

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

    display: inline-block;

    margin-right: 10px;

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

    color: #333;
}
.wrap-news-show .news-show
{
    margin-top: 20px;
}
.wrap-news-show .news-show p
{
    line-height: 2.14285714;

    margin: 0;

    color: #666;
}
.wrap-news-show .news-show img
{
    max-width: 100%;
}
.wrap-news-show .relate
{
    margin-top: 30px;
}
.wrap-news-show .relate a
{
    line-height: 36px;

    position: relative;

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

    height: 36px;
    padding: 0 30px;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-news-show .relate a:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;

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

    content: '\e6cb';
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.wrap-news-show .relate a:hover
{
    font-weight: bold;

    text-decoration: underline;

    color: #00a5e7;
}
.wrap-news-show .relate .next
{
    text-align: right;
}
@media (max-width: 991px)
{
    .wrap-news-show .relate .next
    {
        text-align: left;
    }
}
.wrap-news-show .relate .next a:before
{
    right: 0;
    left: auto;

    float: right;

    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
}
@media (max-width: 991px)
{
    .wrap-news-show .relate .next a:before
    {
        right: auto;
        left: 0;
    }
}
.wrap-product .product
{
    margin-top: -30px;
}
.wrap-product .product .item
{
    display: block;

    margin-top: 30px;
}
.wrap-product .product .item .img-box
{
    padding-bottom: 87.87878788%;
}
.wrap-product .product .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-product .product .item p
{
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;

    display: -webkit-box;
    overflow: hidden;

    height: 20px;
    margin: 20px 0 0 0;
    padding: 0 10px;

    border-left: 3px solid #0374c3;

    -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
{
    color: #0374c3;
}
.wrap-product-show
{
    overflow: hidden;
}
.wrap-product-show .carousel-wrap
{
    overflow: hidden;

    padding: 30px 40px;

    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}
@media (max-width: 1350px)
{
    .wrap-product-show .carousel-wrap
    {
        padding: 20px;
    }
}
.wrap-product-show .carousel-wrap .carousel
{
    font-size: 0;

    position: relative;

    padding-right: 139px;
}
@media (max-width: 1470px)
{
    .wrap-product-show .carousel-wrap .carousel
    {
        padding-right: 128px;
    }
}
@media (max-width: 1350px)
{
    .wrap-product-show .carousel-wrap .carousel
    {
        padding-right: 116px;
    }
}
@media (max-width: 1200px)
{
    .wrap-product-show .carousel-wrap .carousel
    {
        padding-right: 0;
    }
}
.wrap-product-show .carousel-wrap .carousel .img-box
{
    padding-bottom: 87.87878788%;
}
.wrap-product-show .carousel-wrap .carousel .slider-for
{
    position: relative;
}
.wrap-product-show .carousel-wrap .carousel .slider-for .item
{
    position: relative;
}
.wrap-product-show .carousel-wrap .carousel .slider-nav
{
    position: absolute;
    top: 0;
    right: 0;

    width: 139px;
    height: 100%;
    margin: -7px 0;
    padding-left: 9px;
}
@media (max-width: 1470px)
{
    .wrap-product-show .carousel-wrap .carousel .slider-nav
    {
        width: 128px;
    }
}
@media (max-width: 1350px)
{
    .wrap-product-show .carousel-wrap .carousel .slider-nav
    {
        width: 116px;
    }
}
@media (max-width: 1200px)
{
    .wrap-product-show .carousel-wrap .carousel .slider-nav
    {
        position: relative;

        width: 100%;
        margin: 0;
        margin-top: 10px;
        padding: 0 20px;
    }
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .slick-slide
{
    padding: 7px;

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

    border: 1px solid #e1e1e1;
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .slick-current .item
{
    border: 1px solid #0374c3;
}
.wrap-product-show .carousel-wrap .carousel .slick-arrow
{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 50%;

    display: none !important;

    margin: 0;
    padding: 0;

    cursor: pointer;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    text-align: left;

    background: none;
}
@media (max-width: 1200px)
{
    .wrap-product-show .carousel-wrap .carousel .slick-arrow
    {
        top: 50%;
        left: 0;

        display: block !important;

        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
    }
}
.wrap-product-show .carousel-wrap .carousel .slick-arrow:before
{
    font-family: 'iconfont' !important;
    font-size: 24px;
    font-size: 30px;

    float: left;

    content: '\e6cb';
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
}
@media (max-width: 1200px)
{
    .wrap-product-show .carousel-wrap .carousel .slick-arrow:before
    {
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg);
    }
}
.wrap-product-show .carousel-wrap .carousel .slick-arrow.slick-next
{
    top: auto;
    bottom: -21px;

    text-align: right;
}
@media (max-width: 1199px)
{
    .wrap-product-show .carousel-wrap .carousel .slick-arrow.slick-next
    {
        top: 50%;
        right: 0;
        bottom: auto;
        left: auto;
    }
}
.wrap-product-show .carousel-wrap .carousel .slick-arrow.slick-next:before
{
    float: right;

    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
}
@media (max-width: 1199px)
{
    .wrap-product-show .carousel-wrap .carousel .slick-arrow.slick-next:before
    {
        -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
                transform: rotate(0deg);
    }
}
.wrap-product-show .carousel-wrap .carousel .slick-arrow:hover:before
{
    color: #0374c3;
}
.wrap-product-show .carousel-wrap .carousel:hover .slick-arrow
{
    display: block !important;
}
.wrap-product-show .carousel-wrap .info-box
{
    padding-top: 20px;
    padding-left: 20px;
}
@media (max-width: 1470px)
{
    .wrap-product-show .carousel-wrap .info-box
    {
        padding-left: 0;
    }
}
@media (max-width: 1350px)
{
    .wrap-product-show .carousel-wrap .info-box
    {
        padding-top: 0;
    }
}
@media (max-width: 991px)
{
    .wrap-product-show .carousel-wrap .info-box
    {
        margin-top: 30px;
        padding-left: 0;
    }
}
.wrap-product-show .carousel-wrap .info-box h1
{
    font-size: 24px;
    font-weight: bold;

    margin: 0;
}
@media (max-width: 1200px)
{
    .wrap-product-show .carousel-wrap .info-box h1
    {
        font-size: 20px;
    }
}
.wrap-product-show .carousel-wrap .info-box h1:before
{
    display: inline-block;
    float: left;

    width: 3px;
    height: 20px;
    margin-top: 4px;
    margin-right: 10px;

    content: '';
    vertical-align: middle;

    background-color: #0374c3;
}
.wrap-product-show .carousel-wrap .info-box .text
{
    margin-top: 30px;
}
@media (max-width: 1350px)
{
    .wrap-product-show .carousel-wrap .info-box .text
    {
        margin-top: 20px;
    }
}
.wrap-product-show .carousel-wrap .info-box .text b
{
    line-height: 30px;

    display: block;
}
.wrap-product-show .carousel-wrap .info-box .text p
{
    font-size: 14px;
    line-height: 30px;

    margin: 0;

    color: #666;
}
@media (max-width: 1350px)
{
    .wrap-product-show .carousel-wrap .info-box .text p
    {
        line-height: 2;
    }
}
.wrap-product-show .carousel-wrap .info-box .fun-btn
{
    display: inline-block;

    margin-top: 60px;
}
@media (max-width: 1470px)
{
    .wrap-product-show .carousel-wrap .info-box .fun-btn
    {
        margin-top: 10px;
    }
}
.wrap-product-show .carousel-wrap .info-box .fun-btn a
{
    font-weight: bold;
    line-height: 46px;

    display: inline-block;

    height: 46px;
    margin-top: 10px;
    margin-right: 50px;
    padding: 0 40px;

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

    color: #fff;
    background-color: #00a5e7;
}
@media (max-width: 1470px)
{
    .wrap-product-show .carousel-wrap .info-box .fun-btn a
    {
        margin-right: 30px;
    }
}
@media (max-width: 1200px)
{
    .wrap-product-show .carousel-wrap .info-box .fun-btn a
    {
        margin-right: 10px;
        padding: 0 20px;
    }
}
.wrap-product-show .carousel-wrap .info-box .fun-btn a:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;
    font-weight: normal;

    display: inline-block;

    margin-right: 10px;

    content: '\e648';
    vertical-align: middle;
}
.wrap-product-show .carousel-wrap .info-box .fun-btn a.addcart
{
    background-color: #0374c3;
}
.wrap-product-show .carousel-wrap .info-box .fun-btn a.addcart:before
{
    content: '\e657';
}
.wrap-product-show .carousel-wrap .info-box .fun-btn a:hover
{
    background-color: #025691;
}
.wrap-product-show .carousel-wrap .info-box .video
{
    position: relative;

    display: inline-block;
    overflow: hidden;

    vertical-align: middle;
}
.wrap-product-show .carousel-wrap .info-box .video img
{
    max-width: 100%;

    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-product-show .carousel-wrap .info-box .video .video-box
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    overflow: hidden;

    width: 100%;
    height: 100%;

    text-align: center;
}
.wrap-product-show .carousel-wrap .info-box .video .iframe
{
    display: none;

    width: 100% !important;
    height: 100% !important;
}
.wrap-product-show .carousel-wrap .info-box .video p
{
    font-size: 14px;
    line-height: 46px;

    margin: 0;
    padding-right: 30px;
}
.wrap-product-show .carousel-wrap .info-box .video .play
{
    line-height: 46px;

    display: inline-block;
    float: right;

    margin-left: 10px;

    color: #666;
}
.wrap-product-show .carousel-wrap .info-box .video .play:after
{
    font-family: 'iconfont' !important;
    font-size: 24px;

    display: inline-block;

    content: '\e630';
    vertical-align: middle;
}
.wrap-product-show .carousel-wrap .info-box .video .play:hover
{
    color: #0374c3;
}
.wrap-product-show .carousel-wrap .info-box .video:hover img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);

    opacity: .9;
}
.wrap-product-show .parameter
{
    padding-top: 60px;
}
.wrap-product-show .parameter .parameter-sort ul
{
    font-size: 0;
}
.wrap-product-show .parameter .parameter-sort ul li
{
    display: inline-block;
}
.wrap-product-show .parameter .parameter-sort ul li a
{
    font-size: 16px;
    font-weight: bold;
    line-height: 45px;

    display: block;

    padding: 0 48px;
}
.wrap-product-show .parameter .parameter-sort ul li.active:after
{
    display: block;

    width: 14px;
    height: 69px;
    margin: 0 auto;

    content: '';

    background: url(../images/parameter.png) no-repeat;
}
.wrap-product-show .parameter .parameter-sort ul li.active a
{
    font-weight: bold;

    color: #fff;
    background-color: #00a5e7;
}
.wrap-product-show .parameter .parameter-list p
{
    line-height: 2.14285714;

    margin: 0;

    color: #666;
}
.wrap-product-show .parameter .parameter-list img
{
    max-width: 100%;
}
.wrap-product-show .parameter .parameter-list .video
{
    position: relative;

    overflow: hidden;
}
.wrap-product-show .parameter .parameter-list .video img
{
    max-width: 100%;

    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-product-show .parameter .parameter-list .video .video-box
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    overflow: hidden;

    width: 100%;
    height: 100%;

    text-align: center;
}
.wrap-product-show .parameter .parameter-list .video .iframe
{
    display: none;

    width: 100% !important;
    height: 100% !important;
}
.wrap-product-show .parameter .parameter-list .video .play
{
    line-height: 74px;

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

    display: inline-block;

    width: 74px;
    height: 74px;
    margin-bottom: 100%;
    margin-left: -37px;

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

    color: #fff;
}
.wrap-product-show .parameter .parameter-list .video .play:after
{
    font-family: 'iconfont' !important;
    font-size: 50px;

    content: '\e630';
}
.wrap-product-show .parameter .parameter-list .video .play:hover
{
    color: #0374c3;
}
.wrap-product-show .parameter .parameter-list .video:hover img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);

    opacity: .9;
}
.wrap-product-show .parameter .parameter-list input,
.wrap-product-show .parameter .parameter-list textarea
{
    font-size: 14px;
    line-height: 30px;

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

    background: none;
    background-color: #ededed;
}
.wrap-product-show .parameter .parameter-list input::-webkit-input-placeholder,
.wrap-product-show .parameter .parameter-list textarea::-webkit-input-placeholder
{
    color: #333;
}
.wrap-product-show .parameter .parameter-list input:-o-placeholder,
.wrap-product-show .parameter .parameter-list textarea:-o-placeholder
{
    color: #333;
}
.wrap-product-show .parameter .parameter-list input::-moz-placeholder,
.wrap-product-show .parameter .parameter-list textarea::-moz-placeholder
{
    color: #333;
}
.wrap-product-show .parameter .parameter-list input:-ms-input-placeholder,
.wrap-product-show .parameter .parameter-list textarea:-ms-input-placeholder
{
    color: #333;
}
.wrap-product-show .parameter .parameter-list input:focus::-webkit-input-placeholder,
.wrap-product-show .parameter .parameter-list textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .parameter .parameter-list input:focus::-o-placeholder,
.wrap-product-show .parameter .parameter-list textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .parameter .parameter-list input:focus::-moz-placeholder,
.wrap-product-show .parameter .parameter-list textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .parameter .parameter-list input:focus::-ms-input-placeholder,
.wrap-product-show .parameter .parameter-list textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .parameter .parameter-list .read input
{
    background-color: #d8d8d8;
}
.wrap-product-show .parameter .parameter-list .read input::-webkit-input-placeholder,
.wrap-product-show .parameter .parameter-list .read textarea::-webkit-input-placeholder
{
    color: #333;
}
.wrap-product-show .parameter .parameter-list .read input:-o-placeholder,
.wrap-product-show .parameter .parameter-list .read textarea:-o-placeholder
{
    color: #333;
}
.wrap-product-show .parameter .parameter-list .read input::-moz-placeholder,
.wrap-product-show .parameter .parameter-list .read textarea::-moz-placeholder
{
    color: #333;
}
.wrap-product-show .parameter .parameter-list .read input:-ms-input-placeholder,
.wrap-product-show .parameter .parameter-list .read textarea:-ms-input-placeholder
{
    color: #333;
}
.wrap-product-show .parameter .parameter-list .read input:focus::-webkit-input-placeholder,
.wrap-product-show .parameter .parameter-list .read textarea:focus::-webkit-input-placeholder
{
    color: #333;
}
.wrap-product-show .parameter .parameter-list .read input:focus::-o-placeholder,
.wrap-product-show .parameter .parameter-list .read textarea:focus::-o-placeholder
{
    color: #333;
}
.wrap-product-show .parameter .parameter-list .read input:focus::-moz-placeholder,
.wrap-product-show .parameter .parameter-list .read textarea:focus::-moz-placeholder
{
    color: #333;
}
.wrap-product-show .parameter .parameter-list .read input:focus::-ms-input-placeholder,
.wrap-product-show .parameter .parameter-list .read textarea:focus::-ms-input-placeholder
{
    color: #333;
}
.wrap-product-show .parameter .parameter-list .submit
{
    font-size: 14px;
    font-weight: bold;
    line-height: 46px;

    display: block;

    width: 150px;
    height: 46px;
    margin: 0 auto;
    margin-top: 30px;
    padding: 0 20px;

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

    color: #fff;
    border-radius: 0;
    outline: none;
    background-color: #00a5e7;
}
.wrap-product-show .parameter .parameter-list .submit:hover
{
    background-color: #025691;
}
.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 #fff !important;
    background-color: #dcdcdc;
}
.wrap-product-show table td:first-child
{
    background-color: #b5b5b5;
}
.wrap-product-show table tr p,
.wrap-product-show table tr span
{
    margin: 0 !important;
    padding: 0 !important;

    background: none !important;
}
.wrap-inquiry .title-inquiry
{
    margin-bottom: 14px;
}
.wrap-inquiry .title-inquiry b
{
    font-size: 24px;
    font-weight: bold;
}
@media (max-width: 991px)
{
    .wrap-inquiry .title-inquiry b
    {
        font-size: 18px;
    }
}
.wrap-inquiry .bar
{
    margin-top: 20px;
}
.wrap-inquiry .bar table
{
    width: 100%;

    border-collapse: collapse;
}
.wrap-inquiry .bar table tr
{
    border-bottom: 1px solid #e1e1e1;
}
.wrap-inquiry .bar table tr:first-child
{
    border-bottom: 4px solid #444;
}
.wrap-inquiry .bar table th
{
    line-height: 2.14285714;

    padding: 10px 40px;

    text-align: left;
}
@media (max-width: 991px)
{
    .wrap-inquiry .bar table th
    {
        padding: 10px 4px;
    }
}
.wrap-inquiry .bar table th:nth-child(3)
{
    text-align: center;
}
.wrap-inquiry .bar table td:nth-child(1),
.wrap-inquiry .bar table th:nth-child(1)
{
    width: 15%;
}
@media (max-width: 991px)
{
    .wrap-inquiry .bar table td:nth-child(1),
    .wrap-inquiry .bar table th:nth-child(1)
    {
        width: 20%;
    }
}
.wrap-inquiry .bar table td:nth-child(2),
.wrap-inquiry .bar table th:nth-child(2)
{
    width: 75%;
}
@media (max-width: 991px)
{
    .wrap-inquiry .bar table td:nth-child(2),
    .wrap-inquiry .bar table th:nth-child(2)
    {
        width: 65%;
    }
}
.wrap-inquiry .bar table td:nth-child(3),
.wrap-inquiry .bar table th:nth-child(3)
{
    width: 10%;
}
@media (max-width: 991px)
{
    .wrap-inquiry .bar table td:nth-child(3),
    .wrap-inquiry .bar table th:nth-child(3)
    {
        width: 15%;
    }
}
.wrap-inquiry .bar table td
{
    padding: 25px 40px;
}
@media (max-width: 991px)
{
    .wrap-inquiry .bar table td
    {
        font-size: 12px;

        padding: 20px 6px;
    }
}
.wrap-inquiry .bar table .pic
{
    display: inline-block;

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

    vertical-align: middle;

    border: 1px solid #e1e1e1;
}
.wrap-inquiry .bar table .pic .img-box
{
    padding-bottom: 73.7704918%;
}
.wrap-inquiry .bar table p
{
    line-height: 30px;

    display: inline-block;

    margin: 0;

    vertical-align: middle;
}
.wrap-inquiry .bar table p span
{
    color: #888;
}
.wrap-inquiry .bar table .Each,
.wrap-inquiry .bar table .all
{
    width: 15px;
    height: 15px;
    margin-right: 10px;

    outline: none;
    background: #fff;
}
@media (max-width: 991px)
{
    .wrap-inquiry .bar table .Each,
    .wrap-inquiry .bar table .all
    {
        float: left;

        margin-right: 4px;
    }
}
.wrap-inquiry .bar table input
{
    line-height: 34px;

    width: 50px;
    height: 34px;

    text-align: center;

    color: #333;
    border: 1px solid #0374c3;
    outline: none;
}
@media (max-width: 767px)
{
    .wrap-inquiry .bar table input
    {
        width: 20px;
    }
}
.wrap-inquiry .bar table input:focus
{
    border-color: #aaa;
}
.wrap-inquiry .bar table .reduc,
.wrap-inquiry .bar table .add
{
    line-height: 34px;

    display: inline-block;

    width: 30px;
    height: 34px;

    cursor: pointer;
    text-align: center;
    vertical-align: top;

    color: #0374c3;
    border: 1px solid #0374c3;
}
@media (max-width: 991px)
{
    .wrap-inquiry .bar table .reduc,
    .wrap-inquiry .bar table .add
    {
        display: block;

        width: 20px;
    }
}
.wrap-inquiry .bar table .reduc:hover,
.wrap-inquiry .bar table .add:hover
{
    color: #025691;
}
.wrap-inquiry .bar table .reduc
{
    border-right: none;
    border-radius: 5px 0 0 5px;
}
@media (max-width: 991px)
{
    .wrap-inquiry .bar table .reduc
    {
        border: 1px solid #e5e5e5;
        border-radius: 0;
    }
}
.wrap-inquiry .bar table .add
{
    border-left: none;
    border-radius: 0 5px 5px 0;
}
@media (max-width: 991px)
{
    .wrap-inquiry .bar table .add
    {
        border: 1px solid #e5e5e5;
        border-radius: 0;
    }
}
.wrap-inquiry .bar table .close
{
    font-size: 14px;
    font-weight: normal;

    float: none;

    cursor: pointer;
    text-align: center;

    opacity: 1;
    color: #b1b1b1;
}
.wrap-inquiry .bar table .close:after
{
    font-family: 'iconfont' !important;
    font-size: 20px;
    line-height: 24px;

    content: '\e61a';
}
.wrap-inquiry .bar table .close:hover
{
    color: #0374c3;
}
.wrap-inquiry .inquiry
{
    padding-top: 60px;
}
.wrap-inquiry .inquiry p
{
    line-height: 30px;

    margin: 0;
}
.wrap-inquiry .inquiry input,
.wrap-inquiry .inquiry textarea
{
    font-size: 14px;
    line-height: 30px;

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

    background: none;
    background-color: #ededed;
}
.wrap-inquiry .inquiry input::-webkit-input-placeholder,
.wrap-inquiry .inquiry textarea::-webkit-input-placeholder
{
    color: #333;
}
.wrap-inquiry .inquiry input:-o-placeholder,
.wrap-inquiry .inquiry textarea:-o-placeholder
{
    color: #333;
}
.wrap-inquiry .inquiry input::-moz-placeholder,
.wrap-inquiry .inquiry textarea::-moz-placeholder
{
    color: #333;
}
.wrap-inquiry .inquiry input:-ms-input-placeholder,
.wrap-inquiry .inquiry textarea:-ms-input-placeholder
{
    color: #333;
}
.wrap-inquiry .inquiry input:focus::-webkit-input-placeholder,
.wrap-inquiry .inquiry textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.wrap-inquiry .inquiry input:focus::-o-placeholder,
.wrap-inquiry .inquiry textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.wrap-inquiry .inquiry input:focus::-moz-placeholder,
.wrap-inquiry .inquiry textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.wrap-inquiry .inquiry input:focus::-ms-input-placeholder,
.wrap-inquiry .inquiry textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.wrap-inquiry .inquiry .read input
{
    background-color: #d8d8d8;
}
.wrap-inquiry .inquiry .read input::-webkit-input-placeholder,
.wrap-inquiry .inquiry .read textarea::-webkit-input-placeholder
{
    color: #333;
}
.wrap-inquiry .inquiry .read input:-o-placeholder,
.wrap-inquiry .inquiry .read textarea:-o-placeholder
{
    color: #333;
}
.wrap-inquiry .inquiry .read input::-moz-placeholder,
.wrap-inquiry .inquiry .read textarea::-moz-placeholder
{
    color: #333;
}
.wrap-inquiry .inquiry .read input:-ms-input-placeholder,
.wrap-inquiry .inquiry .read textarea:-ms-input-placeholder
{
    color: #333;
}
.wrap-inquiry .inquiry .read input:focus::-webkit-input-placeholder,
.wrap-inquiry .inquiry .read textarea:focus::-webkit-input-placeholder
{
    color: #333;
}
.wrap-inquiry .inquiry .read input:focus::-o-placeholder,
.wrap-inquiry .inquiry .read textarea:focus::-o-placeholder
{
    color: #333;
}
.wrap-inquiry .inquiry .read input:focus::-moz-placeholder,
.wrap-inquiry .inquiry .read textarea:focus::-moz-placeholder
{
    color: #333;
}
.wrap-inquiry .inquiry .read input:focus::-ms-input-placeholder,
.wrap-inquiry .inquiry .read textarea:focus::-ms-input-placeholder
{
    color: #333;
}
.wrap-inquiry .inquiry .submit
{
    font-size: 14px;
    font-weight: bold;
    line-height: 46px;

    display: block;

    width: 150px;
    height: 46px;
    margin: 0 auto;
    margin-top: 30px;
    padding: 0 20px;

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

    color: #fff;
    border-radius: 0;
    outline: none;
    background-color: #00a5e7;
}
.wrap-inquiry .inquiry .submit:hover
{
    background-color: #025691;
}
.wrap-contact
{
    overflow: hidden;
}
.wrap-contact .contact
{
    position: relative;
    z-index: 2;

    padding-bottom: 60px;

    border-bottom: 1px dashed #c7c7c7;
}
.wrap-contact .contact .title-contact b
{
    font-size: 24px;
    line-height: 1;

    display: block;
}
@media (max-width: 991px)
{
    .wrap-contact .contact .title-contact b
    {
        font-size: 18px;
    }
}
.wrap-contact .contact .title-contact p
{
    line-height: 1.71428571;

    margin: 18px 0 0 0;

    color: #666;
}
.wrap-contact .contact .text .list
{
    margin-top: 40px;
}
.wrap-contact .contact .text .list p
{
    line-height: 30px;

    position: relative;

    min-height: 60px;
    margin: 20px 0 0 0;
    padding-top: 16px;
    padding-left: 80px;
}
@media (max-width: 991px)
{
    .wrap-contact .contact .text .list p
    {
        padding-top: 10px;
        padding-left: 60px;
    }
}
.wrap-contact .contact .text .list p:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;
    line-height: 60px;

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

    display: block;

    width: 60px;
    height: 60px;

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

    color: #00a5e7;
    border: 1px solid #00a5e7;
    border-radius: 50%;
}
@media (max-width: 991px)
{
    .wrap-contact .contact .text .list p:before
    {
        line-height: 50px;

        width: 50px;
        height: 50px;
    }
}
.wrap-contact .contact .text .list p.website:before
{
    font-size: 30px;

    content: '\e619';
}
.wrap-contact .contact .text .list p.tel:before
{
    content: '\e62f';
}
.wrap-contact .contact .text .list p.email:before
{
    content: '\e632';
}
.wrap-contact .contact .text .list p a:hover
{
    color: #0374c3;
}
.wrap-contact .contact #dituContent
{
    overflow: hidden;

    width: 100%;
    height: 400px;

    border: 1px solid #dcdcdc;
}
@media (max-width: 991px)
{
    .wrap-contact .contact #dituContent
    {
        height: 360px;
        margin-top: 30px;
    }
}
.wrap-contact .message
{
    padding-top: 60px;
}
.wrap-contact .message .title-contact b
{
    font-size: 24px;
    line-height: 1;

    display: block;
}
@media (max-width: 991px)
{
    .wrap-contact .message .title-contact b
    {
        font-size: 18px;
    }
}
.wrap-contact .message .title-contact p
{
    line-height: 2.14285714;

    margin: 14px 0 0 0;

    color: #666;
}
.wrap-contact .message form
{
    margin-top: 10px;
}
.wrap-contact .message input,
.wrap-contact .message textarea
{
    font-size: 14px;
    line-height: 30px;

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

    border-radius: 6px;
    background: none;
    background-color: #ededed;
}
.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: 14px;
    font-weight: bold;
    line-height: 46px;

    display: block;

    width: 150px;
    height: 46px;
    margin: 0 auto;
    margin-top: 30px;
    padding: 0 20px;

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

    color: #fff;
    border-radius: 5px;
    outline: none;
    background-color: #00a5e7;
}
.wrap-contact .message .submit:hover
{
    background-color: #025691;
}
.page
{
    margin-top: 50px;

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

    vertical-align: top;
}
.page li a
{
    font-size: 14px;
    line-height: 36px;

    width: 36px;
    height: 36px;
    margin: 0 3px;

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

    color: #666;
    border: 1px solid #d5d5d5;
    border-radius: 50%;
}
.page li a
{
    display: block;
}
.page li.active a,
.page li:hover a
{
    color: #fff;
    border-color: #045bbd;
    background-color: #045bbd;
}
.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;
}
.BMapLabel
{
    max-width: none;
}
.stuck
{
    position: fixed;
    z-index: 9;
    top: 0;

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

    background-color: #fff;
    box-shadow: 0 0 10px rgba(51, 51, 51, .15);
}
@media (max-width: 1199px)
{
    .stuck
    {
        height: 70px !important;
    }
}
.stuck .logo
{
    height: 60px;
    margin-top: 10px;
}
@media (max-width: 1199px)
{
    .stuck .logo
    {
        margin-top: 5px;
    }
}
@media (max-width: 767px)
{
    .stuck .logo
    {
        height: 50px;
        margin-top: 10px;
    }
}
@media (max-width: 320px)
{
    .stuck .logo
    {
        height: 40px;
        margin-top: 15px;
    }
}
.stuck .nav
{
    margin-top: 18px;
}
.stuck .find
{
    line-height: 80px;
}
@media (max-width: 1199px)
{
    .stuck .find
    {
        line-height: 70px;
    }
}
.stuck .cart a
{
    line-height: 80px;
}
@media (max-width: 1199px)
{
    .stuck .cart a
    {
        line-height: 70px;
    }
}
