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

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

    src: url('../fonts/OpenSans-Bold.eot');
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url('../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Bold.woff2') format('woff2'), url('../fonts/OpenSans-Bold.woff') format('woff'), url('../fonts/OpenSans-Bold.ttf') format('truetype'), url('../fonts/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
    font-display: swap;
}
body
{
    font-family: 'Open Sans', Arial, 'Helvetica Neue', Helvetica, 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Heiti SC', 'PingFang SC', 'Hiragino Sans GB', sans-serif;
    font-size: 14px;
    font-weight: normal;

    color: #333;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots
{
    width: 100%;

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

    margin: 0 5px;

    vertical-align: middle;
}
.slick-dots li button
{
    display: none;
}
.slick-arrow
{
    font-size: 20px;
    line-height: 42px;

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

    display: block;
    overflow: hidden;

    width: 42px;
    height: 42px;
    padding: 0;

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

    opacity: 1;
    border: none;
    outline: none;
    background: none;
    background-color: rgba(0, 0, 0, .5);
}
@media (max-width: 1199px)
{
    .slick-arrow
    {
        line-height: 30px;

        left: 0;

        width: 30px;
        height: 30px;
    }
}
.slick-arrow:before
{
    font-family: 'iconfont' !important;

    display: inline-block;

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

    color: #fff;
}
.slick-arrow.slick-next
{
    right: -5%;
    left: auto;
}
@media (max-width: 1199px)
{
    .slick-arrow.slick-next
    {
        right: 0;
    }
}
.slick-arrow.slick-next:before
{
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
}
.slick-arrow:hover
{
    background-color: #222;
}
.header
{
    position: fixed;
    z-index: 10;
    left: 0;

    width: 100%;
    height: 110px;

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

    background-color: #fff;
}
@media (max-width: 1199px)
{
    .header
    {
        height: 80px;
    }
}
.header .logo
{
    display: inline-block;
    float: left;

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

    -webkit-transition: all .4s;
            transition: all .4s;
}
@media (max-width: 1199px)
{
    .header .logo
    {
        height: 60px;
    }
}
.header .logo img
{
    position: relative;
    z-index: 2;

    height: 100%;
}
.header #google_translate_element
{
    display: inline-block;

    vertical-align: middle;
}
.header .cart
{
    font-size: 14px;
    line-height: 20px;

    position: relative;

    display: inline-block;

    margin-left: 20px;

    -webkit-transition: all .4s;
            transition: all .4s;
    text-align: center;
    vertical-align: middle;
}
@media (max-width: 1199px)
{
    .header .cart
    {
        margin-right: -20px;
        margin-left: 20px;
    }
}
.header .cart a
{
    line-height: 40px;

    display: block;
}
@media (max-width: 1199px)
{
    .header .cart a
    {
        line-height: 30px;
    }
}
.header .cart a:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    display: inline-block;

    margin-right: 4px;

    content: '\e62c';
    vertical-align: middle;
}
@media (max-width: 1199px)
{
    .header .cart a:before
    {
        font-size: 20px;

        display: inline-block;

        margin: 0;

        vertical-align: middle;
    }
}
.header .cart a:hover
{
    color: #104657;
}
.header .cart a:hover:before
{
    color: #104657;
}
.header .cart a span
{
    font-size: 14px;
}
.header .cart a span:before
{
    content: ' (';
}
.header .cart a span:after
{
    content: ') ';
}
.header .pc-search
{
    position: relative;

    display: inline-block;

    width: 220px;
    margin-left: 20px;
    padding-right: 40px;

    vertical-align: middle;

    border: 1px solid #e5e5e5;
}
@media (max-width: 1199px)
{
    .header .pc-search
    {
        display: none;
    }
}
.header .pc-search input
{
    line-height: 30px;

    width: 100%;
    padding: 6px 10px;
}
.header .pc-search .submit
{
    font-size: 20px;
    line-height: 34px;

    position: absolute;
    top: 2px;
    right: 2px;

    width: 34px;
    padding: 0;

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

    color: #fff;
    border-radius: 0;
    outline: none;
    background: none;
    background-color: #104657;
}
.header .pc-search .submit:before
{
    font-family: 'iconfont' !important;

    content: '\e660';
}
.header .pc-search .submit:hover
{
    background-color: #023443;
}
.header .nav-collapse
{
    position: relative;

    display: none;
    float: right;

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

    cursor: pointer;

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

        margin-top: 34px;
    }
    .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: #999 !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .header .nav-collapse.nav-collapse-xs:hover .btn-line
    {
        background-color: #000;
    }
}
.header .nav-collapse .btn-line
{
    position: absolute;
    left: 50%;

    width: 20px;
    height: 2px;

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

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

    display: block;

    width: 20px;
    height: 2px;

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

    background-color: #999;
}
.header .nav-collapse .btn-line:nth-child(1)
{
    top: 35%;
}
.header .nav-collapse .btn-line:nth-child(2)
{
    top: 50%;
}
.header .nav-collapse .btn-line:nth-child(3)
{
    top: 65%;
}
.header .nav-collapse.active
{
    border-color: transparent;
}
.header .nav-collapse.active .btn-line
{
    background-color: #fff;
}
.header .nav-collapse.active .btn-line:nth-child(2)
{
    -webkit-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
            transform: translateX(-50px);

    opacity: 0;
}
.header .nav-collapse.active .btn-line:nth-child(1)
{
    top: 50%;
    left: 50%;

    -webkit-transform: translateX(-50%) rotateZ(45deg);
        -ms-transform: translateX(-50%) rotate(45deg);
            transform: translateX(-50%) rotateZ(45deg);
}
.header .nav-collapse.active .btn-line:nth-child(3)
{
    top: 50%;
    left: 50%;

    -webkit-transform: translateX(-50%) rotateZ(-45deg);
        -ms-transform: translateX(-50%) rotate(-45deg);
            transform: translateX(-50%) rotateZ(-45deg);
}
@media (min-width: 1200px)
{
    .header .nav
    {
        display: inline-block;

        -webkit-transition: all .4s;
                transition: all .4s;
    }
    .header .nav a:hover
    {
        color: #104657;
    }
}
@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-color: #fff;
    }
    .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: 0 15px;
    }
}
.header .nav.left-100
{
    left: -100%;
}
.header .nav.left-200
{
    left: -200%;
}
@media (min-width: 1200px)
{
    .header .nav .nav-list1 > li
    {
        position: relative;

        display: inline-block;

        vertical-align: middle;
    }
    .header .nav .nav-list1 > li > a
    {
        font-size: 16px;
        line-height: 69px;

        position: relative;

        display: inline-block;

        padding: 0 25px;

        -webkit-transition: all .4s;
                transition: all .4s;
        vertical-align: middle;
        white-space: nowrap;
        text-transform: uppercase;
    }
    .header .nav .nav-list1 > li:hover > a,
    .header .nav .nav-list1 > li.active > a
    {
        color: #104657;
    }
    .header .nav .nav-list1 .nav-list2
    {
        position: absolute;
        z-index: 50;
        top: 100%;

        display: none;

        min-width: 100%;
        margin-left: 0 !important;
        padding: 20px 0;

        text-align: center;
        text-align: left;
        word-break: break-word;

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

        display: block;

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

        padding: 0 30px;

        white-space: nowrap;
    }
    .header .nav .nav-list1 .nav-list2 > li:hover > a
    {
        text-decoration: underline;

        color: #104657;
    }
    .header .nav .nav-list1 .nav-list3
    {
        position: absolute;
        z-index: 50;
        top: -10px;
        left: 100%;

        display: none;

        width: 200px;
        padding: 20px 0;

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

        color: #333;
        background-color: rgba(255, 255, 255, .9);
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    }
    .header .nav .nav-list1 .nav-list3 li
    {
        display: block;

        list-style: none;
    }
    .header .nav .nav-list1 .nav-list3 li a
    {
        font-size: 13px;
        line-height: 24px;

        display: block;

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

        color: #104657;
    }
}
@media (max-width: 1199px)
{
    .header .nav .nav-list1
    {
        overflow: hidden;
        overflow-y: scroll;

        max-height: 100%;
        padding: 20px 0;

        vertical-align: top;

        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;
    }
}
.header .nav .nav-list2
{
    display: none;
}
@media (max-width: 1199px)
{
    .header .nav .nav-list2
    {
        overflow: hidden;

        margin: 0 -10px;
        padding: 10px 0;
    }
    .header .nav .nav-list2 > li
    {
        display: inline-block;

        vertical-align: top;
    }
    .header .nav .nav-list2 > li > a
    {
        font-size: 15px;
        line-height: 24px;

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

        content: '-';
    }
}
.header .nav .nav-list3
{
    display: none;
}
@media (max-width: 1199px)
{
    .header .nav .nav-list3 a
    {
        line-height: 30px;

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

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

        padding: 0 4px;

        opacity: .6;
    }
    .header .nav .nav-list3 .nav-list4 a:before
    {
        content: '·';
    }
}
.header .nav-2,
.header .nav-3
{
    display: none;
}
@media (max-width: 1199px)
{
    .header .nav-2,
    .header .nav-3
    {
        position: absolute;
        z-index: 9999;
        top: 0;

        display: block;
        overflow: hidden;

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

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

        background-color: rgba(255, 255, 255, .9);
    }
    .header .nav-2 .img-box,
    .header .nav-3 .img-box
    {
        display: none;
    }
    .header .nav-2 .item,
    .header .nav-3 .item
    {
        display: block;
    }
    .header .nav-2 .item p,
    .header .nav-3 .item p
    {
        font-size: 16px;

        position: relative;
        top: 0;

        display: block;

        margin: 0;
        padding: 0;

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

        color: #fff;
    }
}
.header .nav-2 .nav-product,
.header .nav-3 .nav-product
{
    display: none;
}
.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;
    line-height: 36px;

    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: 18px;

        width: 100%;
    }
}
.header .nav-2 .nav-top .nav-collapse-2,
.header .nav-3 .nav-top .nav-collapse-2
{
    margin: 0;
}
.header .nav-2 .nav-top .nav-collapse-2 .btn-line,
.header .nav-3 .nav-top .nav-collapse-2 .btn-line
{
    background-color: #fff;
}
.header .nav-2 .content,
.header .nav-3 .content
{
    overflow: auto;

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

    clear: both;

    margin: 25px 0;

    text-align: left;
}
@media (max-width: 767px)
{
    .header .nav-2 .content ul li,
    .header .nav-3 .content ul li
    {
        margin: 0;
    }
}
.header .nav-2 .content ul li.more,
.header .nav-3 .content ul li.more
{
    position: relative;
}
.header .nav-2 .content ul li.more:after,
.header .nav-3 .content ul li.more:after
{
    font-family: 'iconfont' !important;
    font-size: 16px;

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

    content: '\e72f';
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    color: #fff;
}
.header .nav-2 .content ul li a,
.header .nav-3 .content ul li a
{
    font-size: 16px;
    line-height: 2.2;

    display: block;
}
.header .nav-2
{
    left: 100%;
}
.header .nav-3
{
    left: 200%;
}
.header .nav-3 .content ul li
{
    font-size: 15px;
}
.header .fade-out ul
{
    text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 1199px)
{
    .header .fade-out ul
    {
        padding: 0 5%;
    }
}
@media (max-width: 1199px)
{
    .header .fade-out ul .pic
    {
        display: none !important;
    }
}
@media (max-width: 1199px)
{
    .header .fade-out ul.nav-list1
    {
        opacity: 1;
    }
    .header .fade-out ul.nav-list1 > li
    {
        position: relative;

        margin: 20px 0;

        text-align: center;
    }
    .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: 20px;
        font-weight: bold;
        line-height: 2.5;

        display: block;

        padding: 10px 0;

        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 .find
{
    font-size: 18px;

    display: none;

    cursor: pointer;
    -webkit-transition: all .4s;
            transition: all .4s;
    text-align: center;
}
@media (max-width: 1199px)
{
    .header .find
    {
        font-size: 14px;
        line-height: 48px;

        display: inline-block;

        margin-right: 20px;

        vertical-align: top;
    }
}
@media (max-width: 767px)
{
    .header .find
    {
        margin-left: 5px;
    }
}
.header .find:before
{
    font-family: 'iconfont';
    font-size: 28px;

    display: inline-block;
    float: left;

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

    color: #666;

    -webkit-text-stroke: .5px #222;
}
@media (max-width: 1199px)
{
    .header .find:before
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .header .find:before
    {
        font-size: 20px;
    }
}
.header .find:hover:before
{
    color: #104657;
}
.header .search-wrap
{
    font-size: 14px;

    position: absolute;
    z-index: 9;
    top: 80px;
    right: 0;

    display: none;

    width: 300px;
    padding: 10px;

    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.header .search-wrap .search-box
{
    position: relative;
}
.header .search-wrap input
{
    line-height: 24px;

    width: 100%;
    padding: 6px 10px;

    border: 1px solid #dcdcdc;
}
.header .search-wrap .submit
{
    font-size: 20px;
    line-height: 38px;

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

    width: 44px;
    height: 38px;
    padding: 0;

    color: #fff;
    border-radius: 0;
    background-color: #023443;
}
.header .search-wrap .submit:before
{
    font-family: 'iconfont' !important;

    content: '\e660';
}
.header .back-btn
{
    position: absolute;
    left: 15px;
}
.fixed-header
{
    position: fixed;
    z-index: 9;
    top: 0;

    width: 100%;
    height: 80px;

    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.fixed-header .logo
{
    height: 60px;
}
.fixed-header .cart a
{
    line-height: 30px;
}
.fixed-header .nav .nav-list1 > li > a
{
    line-height: 50px;
}
.fixed-header .pc-search input
{
    line-height: 24px;
}
.fixed-header .pc-search .submit
{
    line-height: 32px;

    height: 32px;
}
.online-wrap .btn
{
    line-height: 40px;

    position: fixed;
    z-index: 8;
    right: 0;
    bottom: 55px;

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

    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center;
    text-align: center;

    color: #fff;
    border: 1px solid #104657;
    border-radius: 0;
    outline: none;
    background-color: #104657;
}
@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;
}
.online-wrap .btn.active:before
{
    -webkit-transform: rotateZ(225deg);
        -ms-transform: rotate(225deg);
            transform: rotateZ(225deg);
}
.online-wrap .code-pic
{
    position: fixed;
    z-index: 101;
    right: 45px;
    bottom: 180px;

    display: none;

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

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

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

    -webkit-transition: right .3s;
            transition: right .3s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;
}
@media (max-width: 991px)
{
    .online-wrap .online
    {
        top: auto;
        right: -60px;
        bottom: 100px;

        -webkit-transform: translateY(0%);
            -ms-transform: translateY(0%);
                transform: translateY(0%);
    }
    .online-wrap .online.active
    {
        right: 0;
    }
}
.online-wrap .online a
{
    line-height: 50px;

    position: relative;

    display: block;

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

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

    background-color: rgba(16, 70, 87, .6);
}
.online-wrap .online a:last-child
{
    border-bottom: none;
}
.online-wrap .online a:before
{
    font-size: 24px;

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

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

    padding-right: 5px;

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

    color: #fff;
    background-color: #023443;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .12);
}
@media (max-width: 767px)
{
    .online-wrap .online .code:before
    {
        font-size: 22px;
    }
}
.online-wrap .online .code .mask
{
    position: absolute;
    z-index: 10;
    top: 0;
    right: 100%;

    display: none;

    width: 130px;
    height: 130px;
    padding-right: 5px;
}
.online-wrap .online .code .mask .mask-box
{
    border: 1px solid #e5e5e5;
    background-color: #fff;
}
.online-wrap .online .code .mask img
{
    display: block;

    width: 100%;
}
.online-wrap .online .code .mask p
{
    font-size: 13px;
    line-height: 16px;

    margin: 5px 0 8px 0;

    color: #888;
}
.online-wrap .online .sale
{
    width: 158px;
    margin-bottom: 30px;
}
@media (max-width: 991px)
{
    .online-wrap .online .sale
    {
        width: 50px;
    }
}
.online-wrap .online .sale a
{
    width: 158px;
    height: 162px;

    background: none;
}
@media (max-width: 991px)
{
    .online-wrap .online .sale a
    {
        width: 50px;
        height: 50px;
    }
}
.online-wrap .online .sale img
{
    max-width: 100%;
}
@media (min-width: 992px)
{
    .online-wrap-in .online
    {
        right: 0;
    }
}
.online-wrap .icon-qq:before
{
    font-family: 'iconfont' !important;

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

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

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

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

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

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

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

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

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

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

    content: '\e605';
}
.xs-online
{
    font-family: 'Times New Roman', Arial;

    position: fixed;
    z-index: 8;
    bottom: 0;
    left: 0;

    display: none;

    width: 100%;
    padding-bottom: 0;
    padding-bottom: -webkit-calc(constant(safe-area-inset-bottom) - 15px);
    padding-bottom:         calc(constant(safe-area-inset-bottom) - 15px);
    padding-bottom: -webkit-calc(env(safe-area-inset-bottom) - 15px);
    padding-bottom:         calc(env(safe-area-inset-bottom) - 15px);

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

    margin: 0;
    padding: 0;

    text-align: center;

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

    width: 20%;

    list-style: none;

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

    display: block;

    padding: 8px 0;

    text-transform: uppercase;

    color: inherit;
}
@media (max-width: 320px)
{
    .xs-online ul li > a
    {
        font-size: 8px;
    }
}
.xs-online ul li > a:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;
    font-style: normal;
    line-height: 24px;

    display: block;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.xs-online ul li:first-child
{
    border-left: none;
}
.xs-online ul li:last-child
{
    border-right: none;
}
.xs-online ul li.product > a:before
{
    font-size: 16px;

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

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

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

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

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

    content: '\e6c8';
}
.xs-online ul li.message > a:before
{
    font-size: 18px;
    font-weight: normal;

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

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

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

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

    content: '\e609';
}
.xs-online ul li.skype > a:before
{
    content: '\e752';
}
.xs-online ul li.facebook > a:before
{
    content: '\e615';
}
.banner
{
    font-size: 0;

    position: relative;

    overflow: hidden;

    width: 100%;
    padding-top: 110px;
}
@media (max-width: 1199px)
{
    .banner
    {
        padding-top: 80px;
    }
}
.banner .item
{
    position: relative;
}
@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;

    margin: 0;
    padding: 0;

    text-align: center;
}
@media (max-width: 991px)
{
    .banner .slick-dots
    {
        bottom: 10px;
    }
}
.banner .slick-dots li
{
    width: 56px;
    height: 6px;

    background-color: rgba(255, 255, 255, .5);
}
@media (max-width: 991px)
{
    .banner .slick-dots li
    {
        width: 30px;
        height: 4px;
    }
}
.banner .slick-dots .slick-active
{
    height: 10px;

    background-color: #fff;
}
@media (max-width: 991px)
{
    .banner .slick-dots .slick-active
    {
        height: 6px;
    }
}
.banner .slick-arrow
{
    font-size: 24px;
    line-height: 68px;

    left: 5%;

    width: 68px;
    height: 68px;

    -webkit-transition: all .5s;
            transition: all .5s;
}
@media (max-width: 991px)
{
    .banner .slick-arrow
    {
        line-height: 44px;

        left: 12%;

        width: 44px;
        height: 44px;
    }
}
.banner .slick-arrow.slick-next
{
    right: 5%;
    left: auto;
}
@media (max-width: 991px)
{
    .banner .slick-arrow.slick-next
    {
        right: 12%;
    }
}
.banner .num-box
{
    font-size: 15px;

    position: absolute;
    bottom: 30px;

    width: 100%;

    text-align: center;
}
@media (max-width: 767px)
{
    .banner .num-box
    {
        bottom: 0;
    }
}
.banner .num-box .prev:before
{
    font-family: 'iconfont' !important;
    font-weight: bold;

    display: inline-block;

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

    content: '\e9b5';
    vertical-align: middle;
}
.banner .num-box .prev:after
{
    margin: 0 10px;

    content: '/';
}
.banner .num-box .next:after
{
    font-family: 'iconfont' !important;
    font-weight: bold;

    display: inline-block;

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

    content: '\e72f';
    vertical-align: middle;
}
.banner img
{
    display: block;

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

    width: 100%;

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

    width: auto;
    max-width: 100%;
}
.banner-in
{
    color: #fff;
}
.banner-in .slick-list
{
    padding: 0 !important;
}
.banner-in .slick-slide
{
    padding: 0;
}
.banner-in .text-in
{
    position: absolute;
    top: -webkit-calc(50% + 55px);
    top:         calc(50% + 55px);

    overflow: hidden;

    width: 100%;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;
}
@media (max-width: 1199px)
{
    .banner-in .text-in
    {
        top: 56%;
    }
}
@media (max-width: 991px)
{
    .banner-in .text-in
    {
        top: 60%;
    }
}
@media (max-width: 767px)
{
    .banner-in .text-in
    {
        top: 70%;
    }
}
.banner-in .text-in h2
{
    font-size: 64px;
    font-weight: bold;
    line-height: 1.35;

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 1470px)
{
    .banner-in .text-in h2
    {
        font-size: 52px;
    }
}
@media (max-width: 1350px)
{
    .banner-in .text-in h2
    {
        font-size: 46px;
    }
}
@media (max-width: 1199px)
{
    .banner-in .text-in h2
    {
        font-size: 36px;
    }
}
@media (max-width: 991px)
{
    .banner-in .text-in h2
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .banner-in .text-in h2
    {
        font-size: 26px;
    }
}
.banner-in .text-in p
{
    font-size: 15px;
    line-height: 22px;

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

    color: #666;
}
@media (max-width: 767px)
{
    .banner-in .text-in p
    {
        font-size: 12px;
        line-height: 14px;
    }
}
.banner .banner-arrow
{
    position: absolute;
    z-index: 8;
    bottom: 40px;

    width: 100%;

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

    content: '\e770';

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

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

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

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

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

    padding: 90px 0;
}
@media (max-width: 1199px)
{
    .box
    {
        padding: 50px 0;
    }
}
.title
{
    text-align: center;
}
.title h2
{
    font-size: 34px;
    font-weight: bold;
    line-height: 1.2;

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 1470px)
{
    .title h2
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .title h2
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .title h2
    {
        font-size: 22px;
    }
}
.title h2:after
{
    display: block;

    width: 273px;
    height: 4px;
    margin: 0 auto;
    margin-top: 14px;

    content: '';

    background: url(../images/line-center.png) no-repeat;
}
.title p
{
    font-size: 14px;
    line-height: 30px;

    margin: 14px 0 0 0;

    color: #666;
}
@media (max-width: 991px)
{
    .title p
    {
        line-height: 24px;
    }
}
@media (max-width: 767px)
{
    .title p
    {
        font-size: 12px;
        line-height: 18px;
    }
}
.indexcontent
{
    position: relative;
    z-index: 2;
}
.indexcontent .more
{
    margin-top: 30px;
}
.indexcontent .more a
{
    font-size: 16px;
    font-weight: bold;
    line-height: 50px;

    display: inline-block;

    padding: 0 30px;

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

    color: #666;
    border: 3px solid #747d88;
    border-radius: 50px;
}
@media (max-width: 991px)
{
    .indexcontent .more a
    {
        font-size: 14px;
        line-height: 40px;

        border-width: 2px;
    }
}
.indexcontent .more a:after
{
    font-family: 'iconfont' !important;

    float: right;

    margin-left: 6px;

    content: '\e62b';
}
.indexcontent .more a:hover
{
    color: #fff;
    background-color: #104657;
}
.box-products
{
    background-color: #f9fbfb;
}
.box-products .products
{
    margin-top: 30px;
    padding: 0 40px;
}
@media (max-width: 767px)
{
    .box-products .products
    {
        padding: 0;
    }
}
.box-products .products .slick-products .slick-slide
{
    padding: 7px;
}
.box-products .products .slick-products .slick-arrow
{
    left: -40px;
}
@media (max-width: 767px)
{
    .box-products .products .slick-products .slick-arrow
    {
        left: 0;
    }
}
.box-products .products .slick-products .slick-arrow.slick-next
{
    right: -40px;
    left: auto;
}
@media (max-width: 767px)
{
    .box-products .products .slick-products .slick-arrow.slick-next
    {
        right: 0;
    }
}
.box-products .products .item
{
    -webkit-transition: all .2s;
            transition: all .2s;

    border: 4px solid #eee;
    background-color: #fff;
}
@media (max-width: 767px)
{
    .box-products .products .item
    {
        border-width: 2px;
    }
}
.box-products .products .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.box-products .products .item .note
{
    position: relative;

    width: -webkit-calc(100% - 20px);
    width:         calc(100% - 20px);
    margin-left: 10px;
    padding-right: 30px;

    border-top: 1px dotted #efefef;
}
.box-products .products .item .note h3
{
    font-size: 18px;
    font-weight: bold;
    line-height: 70px;

    display: -webkit-box;
    overflow: hidden;

    height: 70px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .box-products .products .item .note h3
    {
        font-size: 16px;
        line-height: 40px;

        height: 40px;
    }
}
.box-products .products .item .note .addcart
{
    font-size: 20px;
    line-height: 70px;

    position: absolute;
    top: 0;
    right: 0;
}
@media (max-width: 991px)
{
    .box-products .products .item .note .addcart
    {
        line-height: 40px;
    }
}
.box-products .products .item .note .addcart:before
{
    font-family: 'iconfont' !important;

    content: '\e62c';
}
.box-products .products .item:hover
{
    border-color: #104657;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.box-products .products .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.box-products .products .item:hover .note
{
    color: #104657;
}
.box-about .about
{
    font-size: 0;
}
.box-about .about-left,
.box-about .about-right
{
    font-size: 14px;

    display: inline-block;

    vertical-align: middle;
}
.box-about .about-left
{
    width: 52%;
    padding-right: 30px;
}
@media (max-width: 991px)
{
    .box-about .about-left
    {
        width: 100%;
        padding-right: 0;
    }
}
.box-about .about-left .title
{
    text-align: left;
}
.box-about .about-left .title h2:after
{
    margin-left: 0;

    background-image: url(../images/line-left.png);
}
.box-about .about-left .text
{
    display: -webkit-box;
    overflow: hidden;

    max-height: 120px;
    margin-top: 30px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
@media (max-width: 991px)
{
    .box-about .about-left .text
    {
        max-height: 96px;
        margin-top: 20px;
    }
}
.box-about .about-left .text p
{
    color: #666;
}
@media (max-width: 991px)
{
    .box-about .about-left .text p
    {
        line-height: 24px;
    }
}
.box-about .about-left .number
{
    margin-top: 30px;
}
@media (max-width: 991px)
{
    .box-about .about-left .number
    {
        margin-top: 10px;
    }
}
.box-about .about-left .number ul
{
    font-size: 0;

    margin: 0 -10px;
}
@media (min-width: 1200px)
{
    .box-about .about-left .number ul
    {
        width: 100%;
        padding: 0;

        text-align: justify;
        text-justify: distribute-all-lines;
    }
    .box-about .about-left .number ul:after
    {
        display: inline-block;
        overflow: hidden;

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

        content: '';
    }
}
.box-about .about-left .number ul li
{
    font-size: 14px;

    display: inline-block;

    max-width: 33.33333333%;
    padding: 0 10px;

    text-align: left;
    vertical-align: top;
}
.box-about .about-left .number .item
{
    max-width: 200px;
    margin-top: 10px;
}
.box-about .about-left .number .item b
{
    font-size: 24px;
    line-height: 1.4;

    color: #104657;
}
@media (max-width: 767px)
{
    .box-about .about-left .number .item b
    {
        font-size: 20px;
    }
}
.box-about .about-left .number .item b span
{
    font-size: 45px;
}
@media (max-width: 1199px)
{
    .box-about .about-left .number .item b span
    {
        font-size: 40px;
    }
}
@media (max-width: 767px)
{
    .box-about .about-left .number .item b span
    {
        font-size: 30px;
    }
}
.box-about .about-left .number .item p
{
    line-height: 24px;

    margin: 0;

    color: #666;
}
@media (max-width: 767px)
{
    .box-about .about-left .number .item p
    {
        line-height: 20px;
    }
}
.box-about .about-right
{
    width: 48%;
}
@media (max-width: 991px)
{
    .box-about .about-right
    {
        width: 100%;
        margin-top: 30px;
    }
}
.box-about .about-right .item .img-box
{
    padding-bottom: 77.27272727%;
}
.box-about .about-right .slick-dots
{
    position: absolute;
    z-index: 3;
    bottom: 12px;

    width: 100%;
    padding: 0 10px;

    text-align: right;
}
.box-about .about-right .slick-dots li
{
    width: 10px;
    height: 10px;

    border: 2px solid #fff;
    border-radius: 50%;
}
.box-about .about-right .slick-dots .slick-active
{
    border-color: #104657;
    background-color: #104657;
}
.box-choose
{
    font-size: 0;

    padding: 40px 0;
    padding-left: 12%;

    background: url(../images/choose_bg.jpg) no-repeat center;
    background-size: cover;
}
@media (max-width: 1470px)
{
    .box-choose
    {
        padding-left: 4%;
    }
}
@media (max-width: 991px)
{
    .box-choose
    {
        padding: 40px 0;
    }
}
.box-choose .choose-video,
.box-choose .choose
{
    font-size: 14px;

    display: inline-block;

    vertical-align: bottom;
}
@media (max-width: 991px)
{
    .box-choose .choose-video,
    .box-choose .choose
    {
        vertical-align: middle;
    }
}
.box-choose .choose-video
{
    width: 350px;
    margin-bottom: -50px;

    background-color: #104657;
}
@media (max-width: 991px)
{
    .box-choose .choose-video
    {
        margin: 0;
    }
}
@media (max-width: 767px)
{
    .box-choose .choose-video
    {
        width: 100%;
    }
}
.box-choose .choose-video .pic
{
    position: relative;
}
.box-choose .choose-video .pic .play
{
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;

    display: block;

    width: 73px;
    height: 73px;

    cursor: pointer;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);

    background: url(../images/play.png) no-repeat center;
    background-size: cover;
}
@media (max-width: 991px)
{
    .box-choose .choose-video .pic .play
    {
        width: 100px;
        height: 100px;
    }
}
@media (max-width: 767px)
{
    .box-choose .choose-video .pic .play
    {
        width: 80px;
        height: 80px;
    }
}
.box-choose .choose-video img
{
    width: 100%;
}
.box-choose .choose-video .title
{
    padding: 40px 0 50px;
}
.box-choose .choose-video .title h2
{
    color: #fff;
}
.box-choose .choose-video .title h2:after
{
    background-image: url(../images/line-white.png);
}
.box-choose .choose
{
    width: -webkit-calc(100% - 350px);
    width:         calc(100% - 350px);
    padding: 0 40px;
}
@media (max-width: 1470px)
{
    .box-choose .choose
    {
        padding: 0 20px;
    }
}
@media (max-width: 767px)
{
    .box-choose .choose
    {
        width: 100%;
        padding: 0 10px;
    }
}
.box-choose .choose > ul
{
    margin: 0 -10px;
}
@media (max-width: 991px)
{
    .box-choose .choose > ul
    {
        margin: 0;
    }
}
.box-choose .choose > ul > li
{
    padding: 10px;
}
@media (max-width: 991px)
{
    .box-choose .choose > ul > li
    {
        padding: 5px 0;
    }
}
.box-choose .choose .item
{
    position: relative;

    overflow: hidden;

    padding: 30px 30px 10px 30px;

    background-color: #fff;
    box-shadow: 0 0 10px rgba(16, 70, 87, .1);
}
@media (max-width: 1470px)
{
    .box-choose .choose .item
    {
        padding: 20px 10px 10px 10px;
    }
}
.box-choose .choose .item:after
{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

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

    opacity: 0;
    border: 2px solid #104657;
}
.box-choose .choose .item:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;
    line-height: 66px;

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

    display: block;

    width: 60px;
    height: 60px;

    content: '\e635';
    text-indent: 16px;

    color: #fff;
    border-radius: 50%;
    background-color: #104657;
}
.box-choose .choose .item-quality:before
{
    content: '\e78f';
}
.box-choose .choose .item-team:before
{
    font-size: 26px;

    content: '\e646';
}
.box-choose .choose .item-sales:before
{
    content: '\e633';
}
.box-choose .choose .item-partners:before
{
    font-size: 26px;

    content: '\e63b';
}
.box-choose .choose .item-service:before
{
    content: '\e637';
}
.box-choose .choose .item h3
{
    font-size: 18px;
    font-weight: bold;

    margin: 0 0 14px 0;

    text-transform: uppercase;

    color: #104657;
}
.box-choose .choose .item p
{
    line-height: 24px;

    margin: 0;

    color: #666;
}
@media (max-width: 1350px)
{
    .box-choose .choose .item p
    {
        line-height: 20px;
    }
}
.box-choose .choose .item .number
{
    font-size: 100px;
    font-weight: bold;
    line-height: 1;

    position: absolute;
    bottom: -30px;
    left: 0;

    color: rgba(16, 70, 87, .07);
}
.box-choose .choose .item:hover:after
{
    opacity: 1;
}
.box-choose .choose .item:hover:before
{
    -webkit-animation: swing 1s 0s ease both;
            animation: swing 1s 0s ease both;
}
.box-catefories
{
    padding-bottom: 0;
}
.box-catefories .catefories
{
    margin-top: 30px;
    padding: 0 6px;
}
.box-catefories .catefories > ul
{
    overflow: hidden;
}
.box-catefories .catefories > ul > li
{
    float: left;
	width: 33.33333333333333%;
    /* width: 17.21%; */
    padding: 2px;
}
/* @media (max-width: 1350px)
{
    .box-catefories .catefories > ul > li
    {
        width: 17.22%;
    }
}
@media (max-width: 1199px)
{
    .box-catefories .catefories > ul > li
    {
        width: 17.23%;
    }
} */
@media (max-width: 767px)
{
    .box-catefories .catefories > ul > li
    {
        width: 50%;
    }
}
/* .box-catefories .catefories > ul > li:nth-child(1),
.box-catefories .catefories > ul > li:nth-child(9)
{
    width: 24.37%;
}
@media (max-width: 1350px)
{
    .box-catefories .catefories > ul > li:nth-child(1),
    .box-catefories .catefories > ul > li:nth-child(9)
    {
        width: 24.34%;
    }
}
@media (max-width: 1199px)
{
    .box-catefories .catefories > ul > li:nth-child(1),
    .box-catefories .catefories > ul > li:nth-child(9)
    {
        width: 24.31%;
    }
}
@media (max-width: 767px)
{
    .box-catefories .catefories > ul > li:nth-child(1),
    .box-catefories .catefories > ul > li:nth-child(9)
    {
        width: 50%;
    }
} */
/* .box-catefories .catefories > ul > li:nth-child(1) .item .img-box,
.box-catefories .catefories > ul > li:nth-child(9) .item .img-box
{
    padding-bottom: 70.21276596%;
} */
@media (max-width: 767px)
{
    /* .box-catefories .catefories > ul > li:nth-child(1) .item .img-box
    {
        padding-bottom: 100%;
    } */
    .box-catefories .catefories > ul > li:nth-child(1) .item .img-box img
    {
        width: auto;
        height: 100%;
    }
}
@media (max-width: 767px)
{
    .box-catefories .catefories > ul > li:nth-child(8)
    {
        float: right;
    }
  /*  .box-catefories .catefories > ul > li:nth-child(8) .item .img-box
    {
        padding-bottom: 128%;
    } */
    .box-catefories .catefories > ul > li:nth-child(8) .item .img-box img
    {
        right: 0;
        left: auto;

        width: auto;
        height: 100%;
    }
}
/* .box-catefories .catefories > ul > li:nth-child(5)
{
    float: right;

    width: 24%;
}
@media (max-width: 767px)
{
    .box-catefories .catefories > ul > li:nth-child(5)
    {
        width: 50%;
    }
}
.box-catefories .catefories > ul > li:nth-child(5) .item .img-box
{
    padding-bottom: 143.82978723%;
} */
/* .box-catefories .catefories > ul > li:nth-child(5) .item .note
{
    top: 50%;
    bottom: auto;

    padding: 0 8%;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;
} */
.box-catefories .catefories .item
{
    position: relative;

    display: block;

    background-color: #000;
}
.box-catefories .catefories .item .img-box
{
    -webkit-transition: all .2s;
            transition: all .2s;
	padding-bottom: 70.212765957%;
    opacity: .6;
}
.box-catefories .catefories .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.box-catefories .catefories .item .note
{
    position: absolute;
    z-index: 2;
    bottom: 14px;

    width: 100%;
    padding: 0 14px;

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

    color: #fff;
}
@media (max-width: 991px)
{
    .box-catefories .catefories .item .note
    {
        padding: 0 6px;
    }
}
.box-catefories .catefories .item .note h3
{
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 1470px)
{
    .box-catefories .catefories .item .note h3
    {
        font-size: 20px;
    }
}
@media (max-width: 1350px)
{
    .box-catefories .catefories .item .note h3
    {
        font-size: 18px;
        line-height: 24px;
    }
}
@media (max-width: 991px)
{
    .box-catefories .catefories .item .note h3
    {
        font-size: 14px;
    }
}
@media (min-width: 1200px)
{
    .box-catefories .catefories .item:hover .img-box
    {
        opacity: .8;
    }
    .box-catefories .catefories .item:hover .img-box img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
    .box-catefories .catefories .item:hover .note
    {
        bottom: 50%;

        -webkit-transform: translateY(50%);
            -ms-transform: translateY(50%);
                transform: translateY(50%);
        text-align: center;
    }
}
.box-news .slick-news
{
    margin-top: 40px;
}
.box-news .item
{
    position: relative;
}
.box-news .item .pic .img-box
{
    padding-bottom: 68.96551724%;
}
.box-news .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.box-news .item .text
{
    position: relative;
    z-index: 2;

    padding: 40px 15px;

    text-align: center;
}
@media (max-width: 1199px)
{
    .box-news .item .text
    {
        padding: 30px 0 0 0;
    }
}
.box-news .item .text .date
{
    font-weight: bold;
    line-height: 44px;

    position: absolute;
    top: -22px;
    left: 50%;

    display: inline-block;

    padding: 0 26px;

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

    color: #fff;
    background-color: rgba(16, 70, 87, .6);
}
.box-news .item .text h3
{
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    max-height: 48px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.box-news .item .text p
{
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

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

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.box-news .item .text .news-more
{
    font-weight: bold;

    display: inline-block;

    margin-top: 30px;

    text-decoration: underline;

    color: #104657;
}
@media (max-width: 767px)
{
    .box-news .item .text .news-more
    {
        margin-top: 10px;
    }
}
.box-news .item .maskbox
{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

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

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

    opacity: 0;
    color: #fff;
    background-color: #104657;
}
@media (max-width: 1199px)
{
    .box-news .item .maskbox
    {
        display: none;
    }
}
.box-news .item .maskbox .date
{
    font-weight: bold;
    line-height: 24px;

    display: block;
}
.box-news .item .maskbox h3
{
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.box-news .item .maskbox p
{
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    max-height: 150px;
    margin: 14px 0 0 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}
.box-news .item .maskbox a.more
{
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;

    display: inline-block;

    margin-top: 40px;

    text-decoration: underline;
}
.box-news .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.box-news .item:hover .maskbox
{
    opacity: 1;
}
.box-news .more
{
    text-align: center;
}
.footer
{
    position: relative;

    overflow: hidden;

    background-color: #ecefef;
}
@media (max-width: 991px)
{
    .footer
    {
        padding-bottom: 55px;

        background-color: #d0d6d8;
    }
}
.footer .foot
{
    overflow: hidden;

    padding: 60px 0 40px;
}
@media (max-width: 767px)
{
    .footer .foot
    {
        padding: 30px 0;
    }
}
.footer .foot .title-foot h2
{
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;

    margin: 0;

    color: #104657;
}
@media (max-width: 991px)
{
    .footer .foot .title-foot h2
    {
        font-size: 22px;
    }
}
.footer .foot .title-foot p
{
    font-size: 16px;
    line-height: 24px;

    margin: 6px 0 0 0;

    color: #666;
}
@media (max-width: 767px)
{
    .footer .foot .title-foot p
    {
        font-size: 14px;
    }
}
.footer .foot .foot-left
{
    position: relative;

    padding-right: 40px;
}
@media (max-width: 991px)
{
    .footer .foot .foot-left
    {
        padding-right: 0;
    }
}
.footer .foot .foot-left:before
{
    position: absolute;
    top: -100px;
    right: 0;

    display: block;

    width: 200%;
    height: 300%;

    content: '';

    background-color: #d0d6d8;
}
@media (max-width: 991px)
{
    .footer .foot .foot-left:before
    {
        display: none;
    }
}
.footer .foot .foot-left .title-foot,
.footer .foot .foot-left .message
{
    position: relative;
    z-index: 2;
}
.footer .foot .foot-left .message
{
    margin-top: 10px;
}
.footer .foot .foot-left .message .row
{
    margin: 0 -5px;
}
.footer .foot .foot-left .message .row .itembox
{
    padding: 0 5px;
}
.footer .foot .foot-left .message input,
.footer .foot .foot-left .message textarea
{
    line-height: 24px;

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

    resize: vertical;

    background-color: #ecf3f2;
}
.footer .foot .foot-left .message .submit
{
    font-size: 16px;
    line-height: 44px;

    display: block;

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

    color: #fff;
    border-radius: 0;
    outline: none;
    background-color: #104657;
}
.footer .foot .foot-left .message input::-webkit-input-placeholder,
.footer .foot .foot-left .message textarea::-webkit-input-placeholder
{
    color: #666;
}
.footer .foot .foot-left .message input:-o-placeholder,
.footer .foot .foot-left .message textarea:-o-placeholder
{
    color: #666;
}
.footer .foot .foot-left .message input::-moz-placeholder,
.footer .foot .foot-left .message textarea::-moz-placeholder
{
    color: #666;
}
.footer .foot .foot-left .message input:-ms-input-placeholder,
.footer .foot .foot-left .message textarea:-ms-input-placeholder
{
    color: #666;
}
.footer .foot .foot-left .message input:focus::-webkit-input-placeholder,
.footer .foot .foot-left .message textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.footer .foot .foot-left .message input:focus::-o-placeholder,
.footer .foot .foot-left .message textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.footer .foot .foot-left .message input:focus::-moz-placeholder,
.footer .foot .foot-left .message textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.footer .foot .foot-left .message input:focus::-ms-input-placeholder,
.footer .foot .foot-left .message textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.footer .foot .foot-left a.sitemap
{
    font-size: 18px;
    font-weight: bold;
    line-height: 2;

    display: inline-block;

    margin-top: 20px;

    color: #104657;
}
.footer .foot .foot-left a.sitemap:hover
{
    text-decoration: underline;
}
.footer .foot .foot-right
{
    padding-left: 40px;
}
@media (max-width: 991px)
{
    .footer .foot .foot-right
    {
        margin-top: 30px;
        padding-left: 0;
    }
}
.footer .foot .foot-right .foot-text > ul
{
    font-size: 0;

    margin: 0 -15px;
}
.footer .foot .foot-right .foot-text > ul > li
{
    font-size: 14px;

    display: inline-block;

    width: 50%;
    padding: 0 15px;

    vertical-align: top;
}
@media (max-width: 767px)
{
    .footer .foot .foot-right .foot-text > ul > li
    {
        width: 100%;
    }
}
.footer .foot .foot-right .foot-text .item .title-item h3
{
    font-size: 20px;
    font-weight: bold;
    line-height: 32px;

    position: relative;

    padding-left: 40px;
}
@media (max-width: 991px)
{
    .footer .foot .foot-right .foot-text .item .title-item h3
    {
        font-size: 18px;
    }
}
.footer .foot .foot-right .foot-text .item .title-item h3:before
{
    font-family: 'iconfont' !important;
    font-weight: normal;
    line-height: 32px;

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

    display: inline-block;

    width: 32px;
    height: 32px;

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

    color: #fff;
    border-radius: 50%;
    background-color: #104657;
}
.footer .foot .foot-right .foot-text .item .text p
{
    font-size: 15px;
    line-height: 24px;

    margin-bottom: 14px;

    color: #666;
}
@media (max-width: 767px)
{
    .footer .foot .foot-right .foot-text .item .text p
    {
        font-size: 14px;

        margin: 0;
    }
}
.footer .foot .foot-right .foot-text .item .text p b
{
    font-size: 16px;
}
.footer .foot .foot-right .foot-text .item .text p a:hover
{
    text-decoration: underline;
}
.footer .copyright
{
    font-size: 16px;
    line-height: 30px;

    padding: 25px 0;

    color: #fff;
    background-color: #104657;
}
@media (max-width: 1470px)
{
    .footer .copyright
    {
        font-size: 14px;
    }
}
@media (max-width: 767px)
{
    .footer .copyright
    {
        padding: 10px 0;
    }
}
.footer .copyright p
{
    display: inline-block;

    margin: 0;

    vertical-align: middle;
}
@media (max-width: 767px)
{
    .footer .copyright p
    {
        line-height: 24px;

        display: block;
    }
}
.footer .copyright a:hover
{
    text-decoration: underline;
}
.footer .copyright .share
{
    display: inline-block;
    float: right;
}
@media (max-width: 767px)
{
    .footer .copyright .share
    {
        display: block;
        float: none;

        text-align: center;
    }
}
.footer .copyright .share span,
.footer .copyright .share ul
{
    display: inline-block;

    vertical-align: middle;
}
.footer .copyright .share ul li
{
    display: inline-block;
}
.footer .copyright .share ul li a
{
    font-size: 18px;
    line-height: 30px;

    display: block;

    margin: 0 4px;

    -webkit-transition: all .4s;
            transition: all .4s;
    text-align: center;
}
@media (max-width: 1199px)
{
    .footer .copyright .share ul li a
    {
        font-size: 14px;
    }
}
.footer .copyright .share ul li a:before
{
    font-family: 'iconfont';
    font-weight: normal;

    display: inline-block;

    content: '\e6d9';
    text-align: center;
    vertical-align: top;
}
.footer .copyright .share ul li.twitter a:before
{
    font-size: 20px;

    content: '\e891';
}
.footer .copyright .share ul li.linkedin a:before
{
    font-size: 20px;

    content: '\e890';
}
.footer .copyright .share ul li.instagram a:before
{
    content: '\e6b6';
}
.footer .copyright .share ul li.youtube a:before
{
    font-size: 16px;

    content: '\e73d';
}
.footer .copyright .share ul li.google a:before
{
    content: '\e645';
}
.footer .copyright .share ul li.amazon a:before
{
    content: '\e6c1';
}
.footer .copyright .share ul li:hover a
{
    color: #fff;
    background-color: #104657;
}
.wrapper
{
    clear: both;
    overflow: hidden;
}
.wrapper-about
{
    background: url(../images/about_in_bg.jpg) no-repeat top center;
}
.wrap-about-nav
{
    border-bottom: 1px solid #d5d5d5;
}
.wrap-about-nav .about-nav > ul
{
    margin: 0 -24px;
}
.wrap-about-nav .about-nav > ul > li
{
    display: inline-block;

    padding: 0 24px;
}
.wrap-about-nav .about-nav > ul > li a
{
    line-height: 44px;

    position: relative;

    display: block;

    color: #888;
}
.wrap-about-nav .about-nav > ul > li a:after
{
    position: absolute;
    z-index: 2;
    bottom: -1px;
    left: 50%;

    display: block;

    width: 0;
    height: 3px;

    content: '';
    -webkit-transition: all .4s;
            transition: all .4s;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);

    background-color: #104657;
}
.wrap-about-nav .about-nav > ul > li.active a:after,
.wrap-about-nav .about-nav > ul > li:hover a:after
{
    width: 100%;
}
.wrap
{
    padding: 90px 0;
}
@media (max-width: 991px)
{
    .wrap
    {
        padding: 40px 0;
    }
}
.wrap .location
{
    width: -webkit-calc(100% + 30px);
    width:         calc(100% + 30px);
    margin-left: -30px;
    padding-left: 30px;

    border-bottom: 1px solid #ededed;
}
.wrap .location > ul > li
{
    display: inline-block;

    vertical-align: top;
}
.wrap .location > ul > li:after
{
    display: inline-block;

    margin: 0 4px;

    content: '>';
    vertical-align: middle;
}
.wrap .location > ul > li:last-child:after
{
    display: none;
}
.wrap .location > ul > li > a
{
    font-size: 16px;
    line-height: 30px;

    display: inline-block;

    padding: 20px 0;

    vertical-align: middle;

    color: #666;
}
@media (max-width: 767px)
{
    .wrap .location > ul > li > a
    {
        font-size: 14px;
    }
}
.wrap .location > ul > li > a:hover
{
    color: #104657;
}
.title-in
{
    text-align: center;
}
.title-in h2
{
    font-size: 50px;
    font-weight: bold;
    line-height: 1.2;

    margin: 0;

    text-transform: capitalize;
}
@media (max-width: 1470px)
{
    .title-in h2
    {
        font-size: 50px;
    }
}
@media (max-width: 1199px)
{
    .title-in h2
    {
        font-size: 40px;
    }
}
@media (max-width: 991px)
{
    .title-in h2
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .title-in h2
    {
        font-size: 28px;
    }
}
.wrap-text p
{
    line-height: 30px;

    margin: 0;
}
@media (max-width: 767px)
{
    .wrap-text p
    {
        line-height: 24px;
    }
}
.wrap-product-sidenav
{
    position: relative;
    z-index: 2;

    overflow: hidden;

    margin-bottom: -9999px;
    padding-bottom: 9999px;

    border-right: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
}
@media (max-width: 991px)
{
    .wrap-product-sidenav
    {
        margin: 0;
        padding-bottom: 0;

        border-bottom: 1px solid #dcdcdc;
    }
}
.wrap-product-sidenav .title-sidenav
{
    padding: 20px 10px;

    text-align: center;

    color: #fff;
    background-color: #104657;
}
@media (max-width: 767px)
{
    .wrap-product-sidenav .title-sidenav
    {
        display: none;
    }
}
.wrap-product-sidenav .title-sidenav h2
{
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 1350px)
{
    .wrap-product-sidenav .title-sidenav h2
    {
        font-size: 18px;
    }
}
.wrap-product-sidenav .sidenav
{
    padding-bottom: 30px;

    text-align: right;
}
@media (max-width: 991px)
{
    .wrap-product-sidenav .sidenav
    {
        text-align: left;
    }
}
@media (max-width: 991px)
{
    .wrap-product-sidenav .sidenav ul.slevel-1
    {
        margin-top: 10px;
    }
}
.wrap-product-sidenav .sidenav ul.slevel-1 > li
{
    border-bottom: 1px dashed #dcdcdc;
}
@media (max-width: 991px)
{
    .wrap-product-sidenav .sidenav ul.slevel-1 > li
    {
        display: inline-block;

        vertical-align: top;
    }
    .wrap-product-sidenav .sidenav ul.slevel-1 > li:last-child
    {
        border-bottom: none;
    }
}
.wrap-product-sidenav .sidenav ul.slevel-1 > li > a
{
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;

    position: relative;

    display: block;

    padding: 20px;

    -webkit-transition: all .2s;
            transition: all .2s;
}
@media (max-width: 1470px)
{
    .wrap-product-sidenav .sidenav ul.slevel-1 > li > a
    {
        padding: 10px 10px 10px 50px;
    }
}
@media (max-width: 991px)
{
    .wrap-product-sidenav .sidenav ul.slevel-1 > li > a
    {
        font-size: 15px;

        padding: 0 10px;
    }
}
.wrap-product-sidenav .sidenav ul.slevel-1 > li.active > a,
.wrap-product-sidenav .sidenav ul.slevel-1 > li:hover > a
{
    color: #104657;
}
.wrap-product-sidenav .sidenav ul.slevel-1 > li ul.slevel-2
{
    display: none;

    padding-bottom: 20px;
}
@media (max-width: 991px)
{
    .wrap-product-sidenav .sidenav ul.slevel-1 > li ul.slevel-2
    {
        padding-bottom: 10px;
    }
}
@media (max-width: 991px)
{
    .wrap-product-sidenav .sidenav ul.slevel-1 > li ul.slevel-2 > li
    {
        display: inline-block;

        vertical-align: top;
    }
}
.wrap-product-sidenav .sidenav ul.slevel-1 > li ul.slevel-2 > li > a
{
    font-size: 16px;
    line-height: 24px;

    position: relative;

    display: block;

    padding: 10px 20px;

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

    color: #666;
}
@media (max-width: 991px)
{
    .wrap-product-sidenav .sidenav ul.slevel-1 > li ul.slevel-2 > li > a
    {
        font-size: 14px;

        padding: 0 10px;
    }
}
.wrap-product-sidenav .sidenav ul.slevel-1 > li ul.slevel-2 > li > a:after
{
    display: inline-block;

    margin-left: 4px;

    content: '<';
    vertical-align: middle;
}
.wrap-product-sidenav .sidenav ul.slevel-1 > li ul.slevel-2 > li.active > a,
.wrap-product-sidenav .sidenav ul.slevel-1 > li ul.slevel-2 > li:hover > a
{
    font-weight: bold;

    text-decoration: underline;

    color: #104657;
}
.wrap-about .about
{
    font-size: 0;
}
.wrap-about .about-left,
.wrap-about .about-right
{
    font-size: 14px;

    display: inline-block;

    vertical-align: top;
}
.wrap-about .about-left
{
    width: 52%;
    padding-right: 30px;
}
@media (max-width: 991px)
{
    .wrap-about .about-left
    {
        width: 100%;
        padding-right: 0;
    }
}
.wrap-about .about-left .title
{
    text-align: left;
}
.wrap-about .about-left .title h2
{
    text-transform: capitalize;
}
@media (min-width: 1199px)
{
    .wrap-about .about-left .title h2
    {
        font-size: 30px;
    }
}
.wrap-about .about-left .title h2:after
{
    margin-left: 0;

    background-image: url(../images/line-left.png);
}
.wrap-about .about-left .text
{
    margin-top: 20px;
}
.wrap-about .about-left .text p
{
    color: #666;
}
.wrap-about .about-right
{
    position: relative;

    width: 48%;

    background-color: #000;
}
@media (max-width: 991px)
{
    .wrap-about .about-right
    {
        width: 100%;
        margin-top: 30px;
    }
}
.wrap-about .about-right img
{
    width: 100%;

    opacity: .5;
}
.wrap-about .about-right .play
{
    font-size: 60px;

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

    cursor: pointer;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);

    opacity: .66;
    color: #fff;
}
.wrap-about .about-right .play:before
{
    font-family: 'iconfont' !important;

    content: '\e644';
}
.wrap-about .about-pic .item
{
    margin-top: 30px;
}
.wrap-about .about-pic .item .img-box
{
    padding-bottom: 77.27272727%;
}
.wrap-about .about-pic .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-about .about-pic .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-about .certificate
{
    padding-top: 90px;
}
@media (max-width: 991px)
{
    .wrap-about .certificate
    {
        padding-top: 50px;
    }
}
.wrap-about .certificate .slick-certificate
{
    margin: 0 -15px;
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .wrap-about .certificate .slick-certificate
    {
        margin: 0 -8px;
        margin-top: 20px;
    }
}
.wrap-about .certificate .slick-certificate .slick-slide
{
    padding: 15px;
}
@media (max-width: 767px)
{
    .wrap-about .certificate .slick-certificate .slick-slide
    {
        padding: 8px;
    }
}
.wrap-about .certificate .slick-certificate .item
{
    display: block;

    -webkit-transition: all .6s;
            transition: all .6s;
}
.wrap-about .certificate .slick-certificate .item .img-box
{
    padding-bottom: 77.27272727%;
}
.wrap-about .certificate .slick-certificate .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-about .certificate .slick-certificate .item p
{
    font-size: 18px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px)
{
    .wrap-about .certificate .slick-certificate .item p
    {
        font-size: 14px;
    }
}
.wrap-about .certificate .slick-certificate .item:hover
{
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
}
.wrap-factory .factory
{
    margin-top: 30px;
}
@media (max-width: 991px)
{
    .wrap-factory .factory
    {
        margin: 0;
    }
}
.wrap-factory .factory .item
{
    display: block;

    margin-top: 20px;
}
.wrap-factory .factory .item .img-box
{
    overflow: hidden;

    padding-bottom: 72.72727273%;

    border-radius: 6px;
}
.wrap-factory .factory .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-factory .factory .item p
{
    font-size: 18px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px)
{
    .wrap-factory .factory .item p
    {
        font-size: 14px;
    }
}
.wrap-factory .factory .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-videos .videos
{
    margin-top: 20px;
}
@media (max-width: 991px)
{
    .wrap-videos .videos
    {
        margin-top: 0;
    }
}
.wrap-videos .videos .item
{
    margin-top: 20px;
}
.wrap-videos .videos .item .pic
{
    position: relative;

    overflow: hidden;

    border-radius: 4px;
    background-color: #104657;
}
.wrap-videos .videos .item .img-box
{
    padding-bottom: 71.11111111%;

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

    opacity: .8;
}
.wrap-videos .videos .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-videos .videos .item .play
{
    font-size: 50px;

    position: absolute;
    z-index: 2;
    bottom: 10px;
    left: 14px;

    cursor: pointer;

    color: #fff;
}
@media (max-width: 991px)
{
    .wrap-videos .videos .item .play
    {
        font-size: 40px;

        bottom: 0;
        left: 10px;
    }
}
.wrap-videos .videos .item .play:before
{
    font-family: 'iconfont' !important;

    content: '\e644';
}
.wrap-videos .videos .item p
{
    font-size: 18px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 6px 0 0 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .wrap-videos .videos .item p
    {
        font-size: 16px;
    }
}
.wrap-videos .videos .item:hover .pic .img-box
{
    opacity: .9;
}
.wrap-videos .videos .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-download .download
{
    margin-top: 30px;
}
@media (max-width: 991px)
{
    .wrap-download .download
    {
        margin-top: 0;
    }
}
.wrap-download .download .item
{
    font-size: 0;

    position: relative;

    margin-top: 30px;
}
.wrap-download .download .item:after
{
    position: absolute;
    right: 0;
    bottom: 0;

    display: block;

    width: 0;
    height: 4px;

    content: '';

    background-color: #104657;
}
.wrap-download .download .item .pic,
.wrap-download .download .item .note
{
    font-size: 14px;

    display: inline-block;

    vertical-align: middle;
}
.wrap-download .download .item .pic
{
    width: 48%;
}
.wrap-download .download .item .pic .img-box
{
    overflow: hidden;

    padding-bottom: 109.09090909%;

    border-radius: 10px;
}
.wrap-download .download .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-download .download .item .note
{
    width: 52%;
    padding-left: 30px;
}
@media (max-width: 1199px)
{
    .wrap-download .download .item .note
    {
        padding-left: 14px;
    }
}
.wrap-download .download .item .note h3
{
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 60px;
    margin: 0;

    text-transform: capitalize;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 991px)
{
    .wrap-download .download .item .note h3
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .wrap-download .download .item .note h3
    {
        font-size: 16px;
        line-height: 24px;

        display: -webkit-box;
        overflow: hidden;

        height: 24px;

        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
}
.wrap-download .download .item .note h4
{
    font-size: 0;

    margin: 20px 0 0 0;
}
@media (max-width: 1470px)
{
    .wrap-download .download .item .note h4
    {
        margin-top: 10px;
    }
}
@media (max-width: 991px)
{
    .wrap-download .download .item .note h4
    {
        margin: 0;
    }
}
.wrap-download .download .item .note h4 .date
{
    display: block;

    width: 100%;
}
.wrap-download .download .item .note h4 span
{
    font-size: 14px;
    line-height: 30px;

    display: inline-block;

    width: 50%;

    vertical-align: top;

    color: #888;
}
@media (max-width: 991px)
{
    .wrap-download .download .item .note h4 span
    {
        line-height: 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-download .download .item .note h4 span
    {
        font-size: 12px;
    }
}
.wrap-download .download .item .note p
{
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

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

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media (max-width: 991px)
{
    .wrap-download .download .item .note p
    {
        display: -webkit-box;
        overflow: hidden;

        height: 48px;
        margin: 5px 0 0 0;

        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
}
@media (max-width: 767px)
{
    .wrap-download .download .item .note p
    {
        line-height: 20px;

        height: 40px;
        margin: 6px 0;
    }
}
.wrap-download .download .item .note a.down
{
    line-height: 30px;

    display: inline-block;
    float: right;

    margin-top: 40px;
    padding: 0 16px;

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

    color: #444;
    border: 1px solid #888;
    border-radius: 30px;
}
@media (max-width: 1350px)
{
    .wrap-download .download .item .note a.down
    {
        margin-top: 20px;
    }
}
@media (max-width: 991px)
{
    .wrap-download .download .item .note a.down
    {
        padding: 0 24px;
    }
}
@media (max-width: 767px)
{
    .wrap-download .download .item .note a.down
    {
        font-size: 12px;
        line-height: 30px;

        padding: 0 10px;
    }
}
.wrap-download .download .item .note a.down:before
{
    font-family: 'iconfont' !important;
    font-size: 24px;

    float: left;

    margin-right: 10px;

    content: '\ebb4';
}
.wrap-download .download .item:hover:after
{
    width: -webkit-calc(52% - 30px);
    width:         calc(52% - 30px);
}
.wrap-download .download .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-download .download .item:hover .note h3
{
    color: #104657;
}
.wrap-download .download .item:hover .note a.down
{
    color: #fff;
    border-color: #104657;
    background-color: #104657;
}
.wrap-news .news
{
    margin-top: 30px;
}
.wrap-news .news > ul
{
    font-size: 0;

    margin: 0;
}
.wrap-news .news > ul > li
{
    margin-top: -1px;
    margin-right: -1px;
    padding: 0;

    border: 1px solid #e5e5e5;
}
.wrap-news .news .item
{
    font-size: 14px;

    padding: 60px 30px;

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

    border: 3px solid #fff;
}
@media (max-width: 767px)
{
    .wrap-news .news .item
    {
        padding: 20px 10px;
    }
}
.wrap-news .news .item .date
{
    font-weight: bold;
    line-height: 24px;

    display: block;
}
.wrap-news .news .item h3
{
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 48px;
    margin: 10px 0 0 0;

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

    display: -webkit-box;
    overflow: hidden;

    height: 150px;
    margin: 14px 0 0 0;

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

        display: -webkit-box;
        overflow: hidden;

        height: 72px;

        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }
}
.wrap-news .news .item a.more
{
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;

    display: inline-block;

    margin-top: 40px;

    text-decoration: underline;

    color: #104657;
}
@media (max-width: 767px)
{
    .wrap-news .news .item a.more
    {
        margin-top: 10px;
    }
}
.wrap-news .news .item:hover
{
    border-color: #104657;
}
.wrap-news .news .item:hover .date
{
    color: #104657;
}
.wrap-news .news .item:hover h3
{
    color: #104657;
}
.wrap-news-show .title-news-show
{
    text-align: center;
}
.wrap-news-show .title-news-show h1
{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;

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

    width: 273px;
    height: 4px;
    margin: 0 auto;
    margin-top: 14px;

    content: '';

    background: url(../images/line-center.png) no-repeat;
}
.wrap-news-show .title-news-show .date
{
    line-height: 24px;

    display: inline-block;

    margin: 10px 0 0 0;

    vertical-align: middle;

    color: #666;
}
.wrap-news-show .news-show
{
    margin-top: 20px;
}
.wrap-news-show .news-show p
{
    font-size: 16px;
    line-height: 2.25;

    margin: 0;

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

    margin-top: 30px;
    padding-top: 20px;
    padding-right: 100px;

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

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

    display: inline-block;

    padding: 0 16px;

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

    color: #fff;
    border-radius: 30px;
    background-color: #104657;
}
@media (max-width: 767px)
{
    .wrap-news-show .news-relate a.return
    {
        position: relative;
        top: 0;
        right: 0;

        margin-top: 10px;
    }
}
.wrap-news-show .news-relate a.return:hover
{
    text-decoration: underline;
}
.wrap-news-show .news-relate ul
{
    display: inline-block;
}
@media (max-width: 767px)
{
    .wrap-news-show .news-relate ul
    {
        display: block;
    }
}
.wrap-news-show .news-relate ul li
{
    font-size: 14px;
    line-height: 24px;

    position: relative;

    overflow: hidden;

    height: 24px;
    padding-left: 16px;
}
.wrap-news-show .news-relate ul li:before
{
    position: absolute;
    top: 8px;
    left: 0;

    display: block;

    width: 0;
    height: 0;

    content: '';

    opacity: 0;
    border-width: 5px 0 5px 5px;
    border-style: solid;
    border-color: transparent transparent transparent #104657;
}
.wrap-news-show .news-relate ul li a
{
    display: inline-block;
}
.wrap-news-show .news-relate ul li:hover
{
    color: #104657;
}
.wrap-news-show .news-relate ul li:hover:before
{
    opacity: 1;
}
.wrap-news-show .news-relate ul li:hover a
{
    text-decoration: underline;
}
.wrap-products
{
    padding-top: 0;
}
.wrap-products .products .item
{
    display: block;

    margin-top: 30px;
}
.wrap-products .products .item .pic
{
    display: block;

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

    border: 1px solid #fff;
}
.wrap-products .products .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-products .products .item .name
{
    position: relative;

    margin-top: 10px;
    padding: 10px 40px 10px 10px;

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

    border: 1px solid #dcdcdc;
}
@media (max-width: 767px)
{
    .wrap-products .products .item .name
    {
        padding: 10px 20px 10px 0;
    }
}
@media (max-width: 767px) and (max-width: 767px)
{
    .wrap-products .products .item .name
    {
        padding: 3px 30px 3px 10px;
    }
}
.wrap-products .products .item .name h3
{
    font-size: 14px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 24px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-products .products .item .name .addcart
{
    line-height: 44px;

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

    width: 44px;
    height: 44px;

    cursor: pointer;
    text-align: center;
}
@media (max-width: 767px)
{
    .wrap-products .products .item .name .addcart
    {
        line-height: 30px;

        right: 0;

        width: 30px;
        height: 30px;
    }
}
.wrap-products .products .item .name .addcart:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    content: '\e62c';
}
@media (min-width: 1200px)
{
    .wrap-products .products .item:hover .img-box img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
    .wrap-products .products .item:hover .pic
    {
        border-color: #104657;
    }
    .wrap-products .products .item:hover .name
    {
        color: #fff;
        background-color: #104657;
    }
    .wrap-products .products .item:hover .name h3
    {
        font-weight: bold;
    }
}
.wrap-product-show
{
    padding-top: 0;
}
.wrap-product-show .carousel-wrap
{
    margin-top: 30px;
}
.wrap-product-show .carousel-wrap .carousel
{
    position: relative;

    padding-right: 104px;
}
@media (max-width: 1470px)
{
    .wrap-product-show .carousel-wrap .carousel
    {
        padding-right: 90px;
    }
}
@media (max-width: 1350px)
{
    .wrap-product-show .carousel-wrap .carousel
    {
        padding-right: 80px;
    }
}
@media (max-width: 1199px)
{
    .wrap-product-show .carousel-wrap .carousel
    {
        padding-right: 120px;
    }
}
@media (max-width: 991px)
{
    .wrap-product-show .carousel-wrap .carousel
    {
        padding-right: 0;
    }
}
.wrap-product-show .carousel-wrap .carousel .item
{
    position: relative;

    border: 1px solid #dcdcdc;
}
.wrap-product-show .carousel-wrap .carousel .slider-for
{
    font-size: 0;

    position: relative;

    background-color: #000;
}
.wrap-product-show .carousel-wrap .carousel .slider-for .iframe,
.wrap-product-show .carousel-wrap .carousel .slider-for video
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}
.wrap-product-show .carousel-wrap .slick-arrow
{
    left: 0;
}
.wrap-product-show .carousel-wrap .slick-arrow.slick-next
{
    right: 0;
    left: auto;
}
.wrap-product-show .slider-nav
{
    position: absolute;
    top: 0;
    right: 0;

    width: 92px;
    margin: -4px 0;
}
@media (max-width: 1470px)
{
    .wrap-product-show .slider-nav
    {
        width: 85px;
    }
}
@media (max-width: 1350px)
{
    .wrap-product-show .slider-nav
    {
        width: 73px;
    }
}
@media (max-width: 1199px)
{
    .wrap-product-show .slider-nav
    {
        width: 110px;
    }
}
@media (max-width: 991px)
{
    .wrap-product-show .slider-nav
    {
        position: relative;

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

    outline: none;
}
@media (max-width: 991px)
{
    .wrap-product-show .slider-nav .slick-slide
    {
        padding: 0 4px;
    }
}
.wrap-product-show .slider-nav .item-video
{
    position: relative;

    background-color: #000;
}
.wrap-product-show .slider-nav .item-video .img-box
{
    opacity: .6;
}
.wrap-product-show .slider-nav .item-video:after
{
    font-family: 'iconfont' !important;
    font-size: 40px;

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

    content: '\e644';
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);

    color: #fff;
}
@media (max-width: 991px)
{
    .wrap-product-show .slider-nav .item-video:after
    {
        font-size: 40px;
    }
}
.wrap-product-show .slider-nav .slick-current .item
{
    border: 1px solid #104657;
}
.wrap-product-show .info-box
{
    position: relative;
}
.wrap-product-show .info-box .title-info
{
    margin-top: 20px;
}
.wrap-product-show .info-box .title-info h1
{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;

    display: block;

    margin: 0;

    text-transform: capitalize;
}
@media (max-width: 1350px)
{
    .wrap-product-show .info-box .title-info h1
    {
        font-size: 22px;
    }
}
@media (max-width: 991px)
{
    .wrap-product-show .info-box .title-info h1
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-product-show .info-box .title-info h1
    {
        font-size: 18px;
    }
}
.wrap-product-show .info-box .title-info h2
{
    font-size: 20px;
    line-height: 1.2;

    margin: 10px 0 0 0;

    color: #888;
}
.wrap-product-show .info-box .text
{
    /* min-height: 290px; */
    margin-top:20px;
}
@media (max-width: 991px)
{
    .wrap-product-show .info-box .text
    {
        min-height: auto;
    }
}
.wrap-product-show .info-box .text h4
{
    font-weight: bold;
}
.wrap-product-show .info-box .text p
{
    font-size: 16px;
    line-height: 1.875;

    margin: 0;

    color: #666;
}
@media (max-width: 991px)
{
    .wrap-product-show .info-box .text p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.wrap-product-show .info-box .share
{
    margin: 20px 0;
}
.wrap-product-show .info-box .share p,
.wrap-product-show .info-box .share .addthis_inline_share_toolbox
{
    display: inline-block;

    margin: 0;

    vertical-align: middle;
}
.wrap-product-show .info-box .share p
{
    font-size: 16px;
    font-weight: bold;
}
.wrap-product-show .info-box .btn-inquiry,
.wrap-product-show .info-box .addcart
{
    margin-top: 10px;
    display: inline-block;
    vertical-align: top;
}
.wrap-product-show .info-box .btn-inquiry a,
.wrap-product-show .info-box .addcart a
{
    font-size: 14px;
    font-weight: bold;
    line-height: 46px;

    display: inline-block;

    min-width: 190px;
    padding: 0 10px;

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

    color: #fff;
    background-color: #104657;
}
.wrap-product-show .info-box .btn-inquiry a:hover,
.wrap-product-show .info-box .addcart a:hover
{
    color: #fff;
    background-color: #104657;
}
.wrap-product-show .info-box .addcart a:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;
    font-weight: normal;

    display: inline-block;

    margin-right: 6px;

    content: '\e62c';
    vertical-align: middle;
}
.wrap-product-show .title-product-show h2
{
    font-size: 34px;
    font-weight: bold;
    line-height: 1.4;

    margin: 0;

    text-transform: capitalize;
}
@media (max-width: 1350px)
{
    .wrap-product-show .title-product-show h2
    {
        font-size: 28px;
    }
}
@media (max-width: 1199px)
{
    .wrap-product-show .title-product-show h2
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .wrap-product-show .title-product-show h2
    {
        font-size: 20px;
        line-height: 30px;
    }
}
.wrap-product-show .title-product-show p
{
    font-size: 14px;
    line-height: 24px;

    margin: 8px 0 0 0;

    color: #666;
}
.wrap-product-show .introduction,
.wrap-product-show .parameter,
.wrap-product-show .inquiry,
.wrap-product-show .relate-product
{
    padding-top: 50px;
}
@media (max-width: 991px)
{
    .wrap-product-show .introduction,
    .wrap-product-show .parameter,
    .wrap-product-show .inquiry,
    .wrap-product-show .relate-product
    {
        padding-top: 30px;
    }
}
.wrap-product-show .introduction .text
{
    margin-top: 14px;
}
.wrap-product-show .parameter .text
{
    margin-top: 14px;
}
.wrap-product-show .introduction .text img{
	max-width: 100%;
	height: auto!important;
}
.wrap-product-show .parameter .text p
{
    font-size: 16px;
    line-height: 2.1875;

    margin: 0;

    color: #666;
}
@media (max-width: 991px)
{
    .wrap-product-show .parameter .text p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.wrap-product-show .parameter .text img
{
    max-width: 100%;
    height: auto !important;
}
.wrap-product-show .parameter .wrap-table
{
    position: relative;

    margin-top: 10px;
    padding-left: 70px;
}
.wrap-product-show .parameter .wrap-table:nth-child(2n) .title-table
{
    background-color: #1b6c86;
}
.wrap-product-show .parameter .wrap-table .title-table
{
    position: absolute;
    top: 0;
    left: 0;

    width: 70px;
    height: 100%;

    text-align: center;

    background-color: #104657;
}
.wrap-product-show .parameter .wrap-table .title-table h3
{
    font-size: 16px;
    line-height: 24px;

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

    margin: 0;

    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
        -ms-writing-mode: tb-lr;

    color: #fff;

    -webkit-writing-mode: vertical-lr;
            writing-mode: vertical-lr;
}
.wrap-product-show .parameter .wrap-table table
{
    width: 100%;

    text-align: left;
}
.wrap-product-show .parameter .wrap-table table tr
{
    border: none;
}
.wrap-product-show .parameter .wrap-table table tr:nth-child(odd)
{
    background-color: #f4f4f4;
}
.wrap-product-show .parameter .wrap-table table tr td,
.wrap-product-show .parameter .wrap-table table tr th
{
    line-height: 24px;

    width: 50% !important;
    padding: 5px 5% !important;

    border: none !important;
}
.wrap-product-show .relate-product .slick-relate-product
{
    margin: 0 -15px;
}
@media (max-width: 767px)
{
    .wrap-product-show .relate-product .slick-relate-product
    {
        margin: 0 -8px;
    }
}
.wrap-product-show .relate-product .slick-relate-product .slick-slide
{
    padding: 0 15px;
}
.wrap-product-show .relate-product .item-box
{
    overflow: hidden;

    margin-top: 30px;

    border-radius: 10px;
}
@media (max-width: 767px)
{
    .wrap-product-show .relate-product .item-box
    {
        margin-top: 20px;
    }
}
.wrap-product-show .relate-product .item-box .item
{
    display: block;

    padding: 30px;
}
@media (max-width: 991px)
{
    .wrap-product-show .relate-product .item-box .item
    {
        padding: 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-product-show .relate-product .item-box .item
    {
        padding: 5px;
    }
}
.wrap-product-show .relate-product .item-box .item .pic
{
    position: relative;
    z-index: 2;

    overflow: hidden;

    padding-bottom: 100%;

    border-radius: 50%;
}
.wrap-product-show .relate-product .item-box .item .img-box
{
    position: absolute;

    width: 100%;
    height: 100%;
}
.wrap-product-show .relate-product .item-box .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-product-show .relate-product .item-box .item video
{
    position: absolute;
    left: 50%;

    display: none;

    height: 100%;

    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
.wrap-product-show .relate-product .item-box .name
{
    position: relative;

    padding: 10px 70px 10px 10px;
}
@media (max-width: 767px)
{
    .wrap-product-show .relate-product .item-box .name
    {
        padding: 10px 20px 10px 0;
    }
}
.wrap-product-show .relate-product .item-box .name h3
{
    font-size: 20px;
    line-height: 50px;

    display: -webkit-box;
    overflow: hidden;

    height: 50px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1470px)
{
    .wrap-product-show .relate-product .item-box .name h3
    {
        font-size: 18px;
    }
}
@media (max-width: 991px)
{
    .wrap-product-show .relate-product .item-box .name h3
    {
        font-size: 14px;
    }
}
@media (max-width: 767px)
{
    .wrap-product-show .relate-product .item-box .name h3
    {
        font-size: 14px;
        line-height: 30px;

        height: 30px;
    }
}
.wrap-product-show .relate-product .item-box .name .addcart
{
    line-height: 50px;

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

    width: 50px;
    height: 50px;

    cursor: pointer;
    text-align: center;

    border-radius: 50%;
    background-color: #fff;
}
@media (max-width: 767px)
{
    .wrap-product-show .relate-product .item-box .name .addcart
    {
        line-height: 30px;

        right: 0;

        width: 30px;
        height: 30px;
    }
}
.wrap-product-show .relate-product .item-box .name .addcart:before
{
    font-family: 'iconfont' !important;
    font-size: 24px;

    content: '\e61f';
}
@media (min-width: 1200px)
{
    .wrap-product-show .relate-product .item-box:hover
    {
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    }
    .wrap-product-show .relate-product .item-box:hover .item
    {
        background-color: #f8f8f8;
    }
    .wrap-product-show .relate-product .item-box:hover .item .img-box img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
    .wrap-product-show .relate-product .item-box:hover .name
    {
        color: #fff;
        background-color: #104657;
    }
    .wrap-product-show .relate-product .item-box:hover .name .addcart
    {
        color: #104657;
    }
    .wrap-product-show .relate-product .item-box:hover .name h3
    {
        font-weight: bold;
    }
}
.wrap-product-show .relate-product .slick-arrow
{
    width: 50px;
    height: 50px;

    border-radius: 50%;
    background-color: #bebcbc;
}
.wrap-inquiry .title-product-show h2,
.wrap-product-show .title-product-show h2
{
    font-size: 34px;
    font-weight: bold;
    line-height: 1.4;

    margin: 0;

    text-transform: capitalize;
}
@media (max-width: 1350px)
{
    .wrap-inquiry .title-product-show h2,
    .wrap-product-show .title-product-show h2
    {
        font-size: 28px;
    }
}
@media (max-width: 1199px)
{
    .wrap-inquiry .title-product-show h2,
    .wrap-product-show .title-product-show h2
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .wrap-inquiry .title-product-show h2,
    .wrap-product-show .title-product-show h2
    {
        font-size: 20px;
        line-height: 30px;
    }
}
.wrap-inquiry .title-product-show p,
.wrap-product-show .title-product-show p
{
    font-size: 14px;
    line-height: 24px;

    margin: 8px 0 0 0;

    color: #666;
}
.wrap-inquiry .inquiry,
.wrap-product-show .inquiry,
.wrap-inquiry .inquiry-message,
.wrap-product-show .inquiry-message
{
    padding-top: 50px;
}
.wrap-inquiry .inquiry .row,
.wrap-product-show .inquiry .row,
.wrap-inquiry .inquiry-message .row,
.wrap-product-show .inquiry-message .row
{
    margin: 0 -10px;
}
.wrap-inquiry .inquiry .row .itembox,
.wrap-product-show .inquiry .row .itembox,
.wrap-inquiry .inquiry-message .row .itembox,
.wrap-product-show .inquiry-message .row .itembox
{
    padding: 0 10px;
}
.wrap-inquiry .inquiry form,
.wrap-product-show .inquiry form,
.wrap-inquiry .inquiry-message form,
.wrap-product-show .inquiry-message form
{
    margin-top: 10px;
}
.wrap-inquiry .inquiry input,
.wrap-product-show .inquiry input,
.wrap-inquiry .inquiry-message input,
.wrap-product-show .inquiry-message input,
.wrap-inquiry .inquiry textarea,
.wrap-product-show .inquiry textarea,
.wrap-inquiry .inquiry-message textarea,
.wrap-product-show .inquiry-message textarea
{
    line-height: 30px;

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

    resize: vertical;

    border: none;
    border: 1px solid #e5e5e5;
    outline: none;
    background: none;
}
@media (max-width: 991px)
{
    .wrap-inquiry .inquiry input,
    .wrap-product-show .inquiry input,
    .wrap-inquiry .inquiry-message input,
    .wrap-product-show .inquiry-message input,
    .wrap-inquiry .inquiry textarea,
    .wrap-product-show .inquiry textarea,
    .wrap-inquiry .inquiry-message textarea,
    .wrap-product-show .inquiry-message textarea
    {
        margin-top: 10px;
        padding: 10px;
    }
}
.wrap-inquiry .inquiry input::-webkit-input-placeholder,
.wrap-product-show .inquiry input::-webkit-input-placeholder,
.wrap-inquiry .inquiry-message input::-webkit-input-placeholder,
.wrap-product-show .inquiry-message input::-webkit-input-placeholder,
.wrap-inquiry .inquiry textarea::-webkit-input-placeholder,
.wrap-product-show .inquiry textarea::-webkit-input-placeholder,
.wrap-inquiry .inquiry-message textarea::-webkit-input-placeholder,
.wrap-product-show .inquiry-message textarea::-webkit-input-placeholder
{
    color: #666;
}
.wrap-inquiry .inquiry input:-o-placeholder,
.wrap-product-show .inquiry input:-o-placeholder,
.wrap-inquiry .inquiry-message input:-o-placeholder,
.wrap-product-show .inquiry-message input:-o-placeholder,
.wrap-inquiry .inquiry textarea:-o-placeholder,
.wrap-product-show .inquiry textarea:-o-placeholder,
.wrap-inquiry .inquiry-message textarea:-o-placeholder,
.wrap-product-show .inquiry-message textarea:-o-placeholder
{
    color: #666;
}
.wrap-inquiry .inquiry input::-moz-placeholder,
.wrap-product-show .inquiry input::-moz-placeholder,
.wrap-inquiry .inquiry-message input::-moz-placeholder,
.wrap-product-show .inquiry-message input::-moz-placeholder,
.wrap-inquiry .inquiry textarea::-moz-placeholder,
.wrap-product-show .inquiry textarea::-moz-placeholder,
.wrap-inquiry .inquiry-message textarea::-moz-placeholder,
.wrap-product-show .inquiry-message textarea::-moz-placeholder
{
    color: #666;
}
.wrap-inquiry .inquiry input:-ms-input-placeholder,
.wrap-product-show .inquiry input:-ms-input-placeholder,
.wrap-inquiry .inquiry-message input:-ms-input-placeholder,
.wrap-product-show .inquiry-message input:-ms-input-placeholder,
.wrap-inquiry .inquiry textarea:-ms-input-placeholder,
.wrap-product-show .inquiry textarea:-ms-input-placeholder,
.wrap-inquiry .inquiry-message textarea:-ms-input-placeholder,
.wrap-product-show .inquiry-message textarea:-ms-input-placeholder
{
    color: #666;
}
.wrap-inquiry .inquiry input:focus::-webkit-input-placeholder,
.wrap-product-show .inquiry input:focus::-webkit-input-placeholder,
.wrap-inquiry .inquiry-message input:focus::-webkit-input-placeholder,
.wrap-product-show .inquiry-message input:focus::-webkit-input-placeholder,
.wrap-inquiry .inquiry textarea:focus::-webkit-input-placeholder,
.wrap-product-show .inquiry textarea:focus::-webkit-input-placeholder,
.wrap-inquiry .inquiry-message textarea:focus::-webkit-input-placeholder,
.wrap-product-show .inquiry-message textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.wrap-inquiry .inquiry input:focus::-o-placeholder,
.wrap-product-show .inquiry input:focus::-o-placeholder,
.wrap-inquiry .inquiry-message input:focus::-o-placeholder,
.wrap-product-show .inquiry-message input:focus::-o-placeholder,
.wrap-inquiry .inquiry textarea:focus::-o-placeholder,
.wrap-product-show .inquiry textarea:focus::-o-placeholder,
.wrap-inquiry .inquiry-message textarea:focus::-o-placeholder,
.wrap-product-show .inquiry-message textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.wrap-inquiry .inquiry input:focus::-moz-placeholder,
.wrap-product-show .inquiry input:focus::-moz-placeholder,
.wrap-inquiry .inquiry-message input:focus::-moz-placeholder,
.wrap-product-show .inquiry-message input:focus::-moz-placeholder,
.wrap-inquiry .inquiry textarea:focus::-moz-placeholder,
.wrap-product-show .inquiry textarea:focus::-moz-placeholder,
.wrap-inquiry .inquiry-message textarea:focus::-moz-placeholder,
.wrap-product-show .inquiry-message textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.wrap-inquiry .inquiry input:focus::-ms-input-placeholder,
.wrap-product-show .inquiry input:focus::-ms-input-placeholder,
.wrap-inquiry .inquiry-message input:focus::-ms-input-placeholder,
.wrap-product-show .inquiry-message input:focus::-ms-input-placeholder,
.wrap-inquiry .inquiry textarea:focus::-ms-input-placeholder,
.wrap-product-show .inquiry textarea:focus::-ms-input-placeholder,
.wrap-inquiry .inquiry-message textarea:focus::-ms-input-placeholder,
.wrap-product-show .inquiry-message textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.wrap-inquiry .inquiry .submit,
.wrap-product-show .inquiry .submit,
.wrap-inquiry .inquiry-message .submit,
.wrap-product-show .inquiry-message .submit
{
    font-size: 14px;
    line-height: 50px;

    display: inline-block;

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

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

    color: #fff;
    border: none;
    border-radius: 0;
    outline: none;
    background-color: #104657;
}
@media (max-width: 991px)
{
    .wrap-inquiry .inquiry .submit,
    .wrap-product-show .inquiry .submit,
    .wrap-inquiry .inquiry-message .submit,
    .wrap-product-show .inquiry-message .submit
    {
        line-height: 40px;
    }
}
.wrap-inquiry .inquiry .submit:hover,
.wrap-product-show .inquiry .submit:hover,
.wrap-inquiry .inquiry-message .submit:hover,
.wrap-product-show .inquiry-message .submit:hover
{
    background: #023443;
}
.wrap-inquiry .inquiry .read input,
.wrap-product-show .inquiry .read input,
.wrap-inquiry .inquiry-message .read input,
.wrap-product-show .inquiry-message .read input
{
    color: #666;
}
.wrap-inquiry .inquiry .read input::-webkit-input-placeholder,
.wrap-product-show .inquiry .read input::-webkit-input-placeholder,
.wrap-inquiry .inquiry-message .read input::-webkit-input-placeholder,
.wrap-product-show .inquiry-message .read input::-webkit-input-placeholder,
.wrap-inquiry .inquiry .read textarea::-webkit-input-placeholder,
.wrap-product-show .inquiry .read textarea::-webkit-input-placeholder,
.wrap-inquiry .inquiry-message .read textarea::-webkit-input-placeholder,
.wrap-product-show .inquiry-message .read textarea::-webkit-input-placeholder
{
    color: #666;
}
.wrap-inquiry .inquiry .read input:-o-placeholder,
.wrap-product-show .inquiry .read input:-o-placeholder,
.wrap-inquiry .inquiry-message .read input:-o-placeholder,
.wrap-product-show .inquiry-message .read input:-o-placeholder,
.wrap-inquiry .inquiry .read textarea:-o-placeholder,
.wrap-product-show .inquiry .read textarea:-o-placeholder,
.wrap-inquiry .inquiry-message .read textarea:-o-placeholder,
.wrap-product-show .inquiry-message .read textarea:-o-placeholder
{
    color: #666;
}
.wrap-inquiry .inquiry .read input::-moz-placeholder,
.wrap-product-show .inquiry .read input::-moz-placeholder,
.wrap-inquiry .inquiry-message .read input::-moz-placeholder,
.wrap-product-show .inquiry-message .read input::-moz-placeholder,
.wrap-inquiry .inquiry .read textarea::-moz-placeholder,
.wrap-product-show .inquiry .read textarea::-moz-placeholder,
.wrap-inquiry .inquiry-message .read textarea::-moz-placeholder,
.wrap-product-show .inquiry-message .read textarea::-moz-placeholder
{
    color: #666;
}
.wrap-inquiry .inquiry .read input:-ms-input-placeholder,
.wrap-product-show .inquiry .read input:-ms-input-placeholder,
.wrap-inquiry .inquiry-message .read input:-ms-input-placeholder,
.wrap-product-show .inquiry-message .read input:-ms-input-placeholder,
.wrap-inquiry .inquiry .read textarea:-ms-input-placeholder,
.wrap-product-show .inquiry .read textarea:-ms-input-placeholder,
.wrap-inquiry .inquiry-message .read textarea:-ms-input-placeholder,
.wrap-product-show .inquiry-message .read textarea:-ms-input-placeholder
{
    color: #666;
}
.wrap-inquiry .inquiry .read input:focus::-webkit-input-placeholder,
.wrap-product-show .inquiry .read input:focus::-webkit-input-placeholder,
.wrap-inquiry .inquiry-message .read input:focus::-webkit-input-placeholder,
.wrap-product-show .inquiry-message .read input:focus::-webkit-input-placeholder,
.wrap-inquiry .inquiry .read textarea:focus::-webkit-input-placeholder,
.wrap-product-show .inquiry .read textarea:focus::-webkit-input-placeholder,
.wrap-inquiry .inquiry-message .read textarea:focus::-webkit-input-placeholder,
.wrap-product-show .inquiry-message .read textarea:focus::-webkit-input-placeholder
{
    color: #666;
}
.wrap-inquiry .inquiry .read input:focus::-o-placeholder,
.wrap-product-show .inquiry .read input:focus::-o-placeholder,
.wrap-inquiry .inquiry-message .read input:focus::-o-placeholder,
.wrap-product-show .inquiry-message .read input:focus::-o-placeholder,
.wrap-inquiry .inquiry .read textarea:focus::-o-placeholder,
.wrap-product-show .inquiry .read textarea:focus::-o-placeholder,
.wrap-inquiry .inquiry-message .read textarea:focus::-o-placeholder,
.wrap-product-show .inquiry-message .read textarea:focus::-o-placeholder
{
    color: #666;
}
.wrap-inquiry .inquiry .read input:focus::-moz-placeholder,
.wrap-product-show .inquiry .read input:focus::-moz-placeholder,
.wrap-inquiry .inquiry-message .read input:focus::-moz-placeholder,
.wrap-product-show .inquiry-message .read input:focus::-moz-placeholder,
.wrap-inquiry .inquiry .read textarea:focus::-moz-placeholder,
.wrap-product-show .inquiry .read textarea:focus::-moz-placeholder,
.wrap-inquiry .inquiry-message .read textarea:focus::-moz-placeholder,
.wrap-product-show .inquiry-message .read textarea:focus::-moz-placeholder
{
    color: #666;
}
.wrap-inquiry .inquiry .read input:focus::-ms-input-placeholder,
.wrap-product-show .inquiry .read input:focus::-ms-input-placeholder,
.wrap-inquiry .inquiry-message .read input:focus::-ms-input-placeholder,
.wrap-product-show .inquiry-message .read input:focus::-ms-input-placeholder,
.wrap-inquiry .inquiry .read textarea:focus::-ms-input-placeholder,
.wrap-product-show .inquiry .read textarea:focus::-ms-input-placeholder,
.wrap-inquiry .inquiry-message .read textarea:focus::-ms-input-placeholder,
.wrap-product-show .inquiry-message .read textarea:focus::-ms-input-placeholder
{
    color: #666;
}
.wrap-contact .contact .slick-contact
{
    margin: 0 -15px;
}
.wrap-contact .contact .slick-contact .slick-slide
{
    padding: 0 15px;
}
.wrap-contact .contact .item
{
    margin-top: 40px;

    border: 1px solid #dcdcdc;
}
@media (max-width: 767px)
{
    .wrap-contact .contact .item
    {
        margin-top: 20px;
    }
}
.wrap-contact .contact .item .title-item
{
    position: relative;

    padding: 20px 20px 20px 100px;

    color: #fff;
    background-color: #104657;
}
@media (max-width: 1470px)
{
    .wrap-contact .contact .item .title-item
    {
        padding-left: 80px;
    }
}
@media (max-width: 1350px)
{
    .wrap-contact .contact .item .title-item
    {
        padding: 10px 10px 10px 60px;
    }
}
.wrap-contact .contact .item .title-item:before
{
    font-family: 'iconfont' !important;
    font-size: 28px;
    line-height: 70px;

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

    display: block;

    width: 70px;
    height: 70px;

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

    color: #fff;
    background-color: #1b6c86;
}
@media (max-width: 1350px)
{
    .wrap-contact .contact .item .title-item:before
    {
        font-size: 24px;
        line-height: 50px;

        width: 50px;
        height: 50px;
    }
}
.wrap-contact .contact .item .title-item h3
{
    font-size: 18px;
    line-height: 30px;

    margin: 0;
}
@media (max-width: 1470px)
{
    .wrap-contact .contact .item .title-item h3
    {
        font-size: 16px;
    }
}
.wrap-contact .contact .item .note
{
    padding: 30px;
}
@media (max-width: 1199px)
{
    .wrap-contact .contact .item .note
    {
        padding: 20px 10px;
    }
}
@media (max-width: 767px)
{
    .wrap-contact .contact .item .note
    {
        padding: 10px;
    }
}
.wrap-contact .contact .item .note p
{
    font-size: 16px;
    line-height: 38px;

    position: relative;

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

    word-break: break-word;
}
@media (max-width: 1470px)
{
    .wrap-contact .contact .item .note p
    {
        font-size: 15px;

        margin: 14px 0;
    }
}
.wrap-contact .contact .item .note p:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;
    line-height: 38px;

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

    width: 38px;
    height: 38px;

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

    color: #fff;
    border-radius: 50%;
    background-color: #104657;
}
.wrap-contact .contact .item .note p.email
{
    display: table;
}
.wrap-contact .contact .item .note p.email b
{
    display: table-cell;

    width: 50px;
}
.wrap-contact .contact .item .note p.email a
{
    display: block;
}
.wrap-contact .contact .item .note p.tel:before
{
    content: '\e642';
}
.wrap-contact .contact .item .note p.whatsapp:before
{
    content: '\e621';
}
.wrap-contact .contact .item .note p.wechat:before
{
    content: '\e641';
}
.wrap-contact .contact .item .note p a:hover
{
    text-decoration: underline;
}
.wrap-contact .message
{
    padding-top: 90px;
}
@media (max-width: 991px)
{
    .wrap-contact .message
    {
        padding-top: 50px;
    }
}
.wrap-contact .message form
{
    margin-top: 40px;
}
@media (max-width: 991px)
{
    .wrap-contact .message form
    {
        margin-top: 20px;
    }
}
.wrap-contact .message form input,
.wrap-contact .message form textarea
{
    line-height: 30px;

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

    resize: vertical;

    border: none;
    border: 1px solid #dcdcdc;
    outline: none;
    background: none;
    background-color: #fff;
}
@media (max-width: 991px)
{
    .wrap-contact .message form input,
    .wrap-contact .message form textarea
    {
        font-size: 14px;
        line-height: 24px;

        padding: 6px 10px;

        border: 1px solid #dcdcdc;
    }
}
.wrap-contact .message form input::-webkit-input-placeholder,
.wrap-contact .message form textarea::-webkit-input-placeholder
{
    color: #666;
}
.wrap-contact .message form input:-o-placeholder,
.wrap-contact .message form textarea:-o-placeholder
{
    color: #666;
}
.wrap-contact .message form input::-moz-placeholder,
.wrap-contact .message form textarea::-moz-placeholder
{
    color: #666;
}
.wrap-contact .message form input:-ms-input-placeholder,
.wrap-contact .message form textarea:-ms-input-placeholder
{
    color: #666;
}
.wrap-contact .message form input:focus::-webkit-input-placeholder,
.wrap-contact .message form textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .message form input:focus::-o-placeholder,
.wrap-contact .message form textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .message form input:focus::-moz-placeholder,
.wrap-contact .message form textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .message form input:focus::-ms-input-placeholder,
.wrap-contact .message form textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .message form .submit
{
    font-size: 16px;
    line-height: 50px;

    display: inline-block;

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

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

    color: #fff;
    border: none;
    border-bottom: 1px solid #e0962e;
    border-radius: 0;
    outline: none;
    background-color: #104657;
}
@media (max-width: 991px)
{
    .wrap-contact .message form .submit
    {
        font-size: 20px;
        line-height: 40px;

        margin-top: 20px;
        padding: 0 40px;
    }
}
.wrap-contact .message form .submit:hover
{
    background: #023443;
}
.wrap-map
{
    height: 530px;
}
@media (max-width: 991px)
{
    .wrap-map
    {
        height: 330px;
    }
}
.wrap-map .map-content
{
    height: 100%;
}
.wrap-inquiry
{
    padding-top: 0;
}
.wrap-inquiry .inquiry-list .item
{
    display: block;

    margin-top: 30px;
}
.wrap-inquiry .inquiry-list .item .pic
{
    display: block;

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

    border: 1px solid #fff;
}
.wrap-inquiry .inquiry-list .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-inquiry .inquiry-list .item .name
{
    position: relative;

    margin-top: 10px;
    padding: 10px 40px 10px 10px;

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

    border: 1px solid #dcdcdc;
}
@media (max-width: 767px)
{
    .wrap-inquiry .inquiry-list .item .name
    {
        padding: 10px 20px 10px 0;
    }
}
@media (max-width: 767px) and (max-width: 767px)
{
    .wrap-inquiry .inquiry-list .item .name
    {
        padding: 3px 30px 3px 10px;
    }
}
.wrap-inquiry .inquiry-list .item .name h3
{
    font-size: 14px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 24px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-inquiry .inquiry-list .item .name .close-inquiry
{
    line-height: 44px;

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

    width: 44px;
    height: 44px;

    cursor: pointer;
    text-align: center;

    color: #c90405;
}
@media (max-width: 767px)
{
    .wrap-inquiry .inquiry-list .item .name .close-inquiry
    {
        line-height: 30px;

        right: 0;

        width: 30px;
        height: 30px;
    }
}
.wrap-inquiry .inquiry-list .item .name .close-inquiry:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    content: '\e63f';
}
@media (min-width: 1200px)
{
    .wrap-inquiry .inquiry-list .item:hover .img-box img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
    .wrap-inquiry .inquiry-list .item:hover .pic
    {
        border-color: #104657;
    }
    .wrap-inquiry .inquiry-list .item:hover .name
    {
        color: #fff;
        background-color: #104657;
    }
    .wrap-inquiry .inquiry-list .item:hover .name h3
    {
        font-weight: bold;
    }
}
.wrap-sitemap .sitemap
{
    margin-top: 40px;
}
@media (max-width: 1199px)
{
    .wrap-sitemap .sitemap
    {
        margin-top: 30px;
    }
}
.wrap-sitemap .sitemap > ul > li
{
    position: relative;

    width: 100%;
    min-height: 50px;
    margin-top: 20px;
    padding-left: 180px;
}
@media (max-width: 767px)
{
    .wrap-sitemap .sitemap > ul > li
    {
        padding-left: 0;
    }
}
.wrap-sitemap .sitemap > ul > li > a
{
    font-weight: bold;
    line-height: 30px;

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

    display: inline-block;

    width: 180px;
    padding: 10px 10px;

    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;

    color: #fff;
    background-color: #104657;
}
@media (max-width: 767px)
{
    .wrap-sitemap .sitemap > ul > li > a
    {
        position: relative;
    }
}
.wrap-sitemap .sitemap > ul > li:hover > a
{
    text-decoration: underline;

    background-color: #023443;
}
@media (max-width: 767px)
{
    .wrap-sitemap .sitemap > ul > li > ul
    {
        padding: 20px 0 0 0;
    }
}
.wrap-sitemap .sitemap > ul > li > ul > li > a
{
    font-weight: bold;
    line-height: 24px;

    display: block;

    padding: 5px 30px;

    text-transform: uppercase;
}
@media (max-width: 767px)
{
    .wrap-sitemap .sitemap > ul > li > ul > li > a
    {
        font-size: 14px;
        line-height: 30px;

        min-width: auto;
        padding: 0 10px;
    }
}
.wrap-sitemap .sitemap > ul > li > ul > li:hover > a
{
    text-decoration: underline;

    color: #104657;
}
.wrap-sitemap .sitemap > ul > li > ul > li > ul > li > a
{
    line-height: 24px;

    padding: 0 40px;

    color: #666;
}
nav
{
    text-align: center;
}
.pagination
{
    margin: 60px 0 0 0;
}
@media (max-width: 767px)
{
    .pagination
    {
        margin-top: 30px;
    }
}
.pagination li.prev a:before,
.pagination li.next a:before
{
    font-family: 'iconfont' !important;
    font-size: 16px;

    display: inline-block;

    content: '\eb60';
}
.pagination li.prev a:after,
.pagination li.next a:after
{
    display: none;
}
.pagination li.prev a:hover,
.pagination li.next a:hover
{
    color: #fff;
    background-color: #104657;
}
.pagination li.next a:before
{
    content: '\e625';
}
.pagination li a
{
    font-size: 16px;
    line-height: 44px;

    position: relative;

    width: 44px;
    height: 44px;
    margin: 0 5px;
    padding: 0;

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

    color: #666;
    border: none;
    border: 1px solid #e5e5e5;
    background: none;
}
@media (max-width: 767px)
{
    .pagination li a
    {
        line-height: 30px;

        width: 30px;
        height: 30px;
        margin: 0 4px;
    }
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover
{
    color: #fff;
    border-color: #104657;
    border-radius: 50%;
    background-color: #104657;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover
{
    color: #fff;
    border-color: #104657;
    border-radius: 50%;
    background-color: #104657;
}
@media (max-width: 1199px)
{
    .skiptranslate iframe
    {
        display: none;
    }
    .google-translation .skiptranslate
    {
        display: inline-block;
    }
    body
    {
        top: 0 !important;
    }
}
.wrap-user-evaluation
{
    padding-top: 50px;
}
@media (max-width: 991px)
{
    .wrap-user-evaluation
    {
        padding-top: 40px;
    }
}
.wrap-user-evaluation .evaluation > ul > li
{
    padding: 30px 0;

    border-bottom: 1px solid #dcdcdc;
}
@media (max-width: 767px)
{
    .wrap-user-evaluation .evaluation > ul > li
    {
        padding: 18px 0;
    }
}
.wrap-user-evaluation .evaluation .item .title-evaluation h3
{
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;

    margin: 0;
}
@media (max-width: 767px)
{
    .wrap-user-evaluation .evaluation .item .title-evaluation h3
    {
        font-size: 18px;
    }
}
.wrap-user-evaluation .evaluation .item .star
{
    margin-top: 6px;

    color: #ff9000;
}
.wrap-user-evaluation .evaluation .item .star i
{
    margin-right: 4px;
    background: url(../images/star-fill.png) no-repeat center;
    background-size: cover;
    width: 22px;
    height: 22px;
    display: inline-block;
   }
.wrap-user-evaluation .evaluation .item .note
{
    margin-top: 20px;
}
@media (max-width: 767px)
{
    .wrap-user-evaluation .evaluation .item .note
    {
        margin-top: 10px;
    }
}
.wrap-user-evaluation .evaluation .item .note p
{
    line-height: 24px;

    color: #666;
}

.share-cn {
   display: none;
}
&[lang=zh-CN] {
   .share-cn {
      display: block;
   }
   .share-other {
      display: none;
   }
}
.a2a_kit {
   display: inline-block;
   vertical-align: middle;
}
