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

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

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

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

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

    src: url('../fonts/Montserrat-Black.eot');
    src: local('Montserrat Black'), local('Montserrat-Black'), url('../fonts/Montserrat-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Black.woff2') format('woff2'), url('../fonts/Montserrat-Black.woff') format('woff'), url('../fonts/Montserrat-Black.ttf') format('truetype'), url('../fonts/Montserrat-Black.svg#Montserrat-Black') format('svg');
    font-display: swap;
}
*[data-type='iframe'],
*[data-fancybox],
.slick-slide:focus
{
    outline: none !important;
}
.slick-slide a
{
    outline: none !important;
}
.header a,
.footer a
{
    color: inherit;
}
.header ul,
.footer ul
{
    margin: 0;
    padding: 0;
}
.header ul li,
.footer ul li
{
    list-style: none;
}
.header button,
.footer button
{
    border: none;
    outline: none;
}
@-ms-viewport
{
    width: auto !important;
}
body
{
    font-family: 'Montserrat', Arial, 'Helvetica Neue', Helvetica, 'Heiti SC', 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'PingFang SC', 'Hiragino Sans GB', sans-serif;
    font-size: 14px;
    font-weight: 300;

    color: #333;

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

    overflow: hidden;

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

    overflow: hidden;

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

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

    display: block;
    overflow: hidden;

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

    display: block;

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

    width: 100%;
    height: 190px;

    -webkit-transition: all .6s;
            transition: all .6s;
}
.header:before
{
    position: absolute;
    top: 44px;
    left: 0;

    display: block;

    width: 100%;
    height: 1px;

    content: '';

    background-color: #3790e0;
}
@media (max-width: 1199px)
{
    .header:before
    {
        display: none;
    }
}
@media (max-width: 1199px)
{
    .header
    {
        height: 70px;
    }
}
.header .header-top
{
    height: 140px;

    background-color: #0479e2;
}
@media (max-width: 1199px)
{
    .header .header-top
    {
        height: 70px;

        background-color: #fff;
    }
}
.header .header-top .hright
{
    display: inline-block;
    float: right;

    padding-left: 40px;

    vertical-align: top;
}
.header .header-top .hright .htop
{
    height: 44px;
}
@media (max-width: 1199px)
{
    .header .header-top .hright .htop
    {
        display: none;
    }
}
.header .header-top .hright .htop p.tel,
.header .header-top .hright .htop p.email,
.header .header-top .hright .htop .share
{
    display: inline-block;

    color: #fff;
}
.header .header-top .hright .htop p.tel,
.header .header-top .hright .htop p.email
{
    line-height: 44px;

    position: relative;

    margin: 0;
    margin-right: 50px;
    padding-left: 30px;
}
.header .header-top .hright .htop p.tel:before,
.header .header-top .hright .htop p.email:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;

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

    content: '\e672';
}
.header .header-top .hright .htop p.tel a:hover,
.header .header-top .hright .htop p.email a:hover
{
    text-decoration: underline;
}
.header .header-top .hright .htop p.email:before
{
    content: '\e62b';
}
.header .header-top .hright .htop .share
{
    display: inline-block;
    float: right;
}
.header .header-top .hright .htop .share ul
{
    margin: 0;
    padding: 0;
}
.header .header-top .hright .htop .share ul li
{
    display: inline-block;
}
.header .header-top .hright .htop .share ul li a
{
    line-height: 44px;

    display: block;

    margin-left: 10px;

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

    color: #fff;
}
@media (max-width: 991px)
{
    .header .header-top .hright .htop .share ul li a
    {
        line-height: 36px;

        width: 36px;
        height: 36px;
    }
}
.header .header-top .hright .htop .share ul li a:before
{
    font-family: 'iconfont';
    font-size: 15px;
    font-weight: normal;

    display: inline-block;

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

    border-radius: 4px;
}
@media (max-width: 991px)
{
    .header .header-top .hright .htop .share ul li a:before
    {
        font-size: 16px;
    }
}
.header .header-top .hright .htop .share ul li.twitter a:before
{
    content: '\e60b';
}
.header .header-top .hright .htop .share ul li.linkedin a:before
{
    content: '\e6c1';
}
.header .header-top .hright .htop .share ul li.instagram a:before
{
    content: '\e686';
}
.header .header-top .hright .htop .share ul li.youtube a:before
{
    content: '\e6fa';
}
.header .header-top .hright .htop .share ul li.google a:before
{
    content: '\e645';
}
.header .header-top .hright .htop .share ul li.amazon a:before
{
    content: '\e6c1';
}
.header .header-top .hright .htop .share ul li:hover a
{
    -webkit-transform: translateY(-4px);
        -ms-transform: translateY(-4px);
            transform: translateY(-4px);
}
.header .header-top .hright .hbottom
{
    height: 96px;
}
@media (max-width: 1199px)
{
    .header .header-top .hright .hbottom
    {
        display: none;
    }
}
.header .header-top .hright .hbottom .top-nav
{
    display: inline-block;
}
.header .header-top .hright .hbottom .top-nav ul
{
    margin: 0 -24px;
}
.header .header-top .hright .hbottom .top-nav ul li
{
    display: inline-block;
}
.header .header-top .hright .hbottom .top-nav ul li a
{
    font-size: 16px;
    font-weight: normal;
    line-height: 96px;

    padding: 0 24px;

    text-transform: uppercase;

    color: #fff;
}
.header .header-top .hright .hbottom .top-nav ul li a:hover
{
    text-decoration: underline;
}
.header .header-top .hright .hbottom .pc-search
{
    position: relative;

    display: inline-block;
    float: right;

    width: 270px;
    margin-top: 26px;
    margin-left: 70px;
    padding-right: 44px;
}
.header .header-top .hright .hbottom .pc-search input
{
    line-height: 40px;

    width: 100%;
    height: 44px;
    padding: 0 16px;

    border: 2px solid #ddd;
}
.header .header-top .hright .hbottom .pc-search input::-webkit-input-placeholder,
.header .header-top .hright .hbottom .pc-search textarea::-webkit-input-placeholder
{
    color: #666;
}
.header .header-top .hright .hbottom .pc-search input:-o-placeholder,
.header .header-top .hright .hbottom .pc-search textarea:-o-placeholder
{
    color: #666;
}
.header .header-top .hright .hbottom .pc-search input::-moz-placeholder,
.header .header-top .hright .hbottom .pc-search textarea::-moz-placeholder
{
    color: #666;
}
.header .header-top .hright .hbottom .pc-search input:-ms-input-placeholder,
.header .header-top .hright .hbottom .pc-search textarea:-ms-input-placeholder
{
    color: #666;
}
.header .header-top .hright .hbottom .pc-search input:focus::-webkit-input-placeholder,
.header .header-top .hright .hbottom .pc-search textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.header .header-top .hright .hbottom .pc-search input:focus::-o-placeholder,
.header .header-top .hright .hbottom .pc-search textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.header .header-top .hright .hbottom .pc-search input:focus::-moz-placeholder,
.header .header-top .hright .hbottom .pc-search textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.header .header-top .hright .hbottom .pc-search input:focus::-ms-input-placeholder,
.header .header-top .hright .hbottom .pc-search textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.header .header-top .hright .hbottom .pc-search .submit
{
    font-size: 20px;
    line-height: 44px;

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

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

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

    color: #fff;
    background-color: #3e3e3e;
}
.header .header-top .hright .hbottom .pc-search .submit:before
{
    font-family: 'iconfont' !important;

    content: '\e632';
}
.header .header-top .hright .hbottom .pc-search .submit:hover
{
    background-color: #035eaf;
}
.header .header-nav
{
    clear: both;

    height: 50px;

    background-color: #2b2b2b;
}
@media (max-width: 1199px)
{
    .header .header-nav
    {
        height: 0;
    }
}
.header .language,
.header .xs-language
{
    position: relative;

    display: inline-block;
    float: right;

    height: 50px;
    padding-top: 13px;

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

    background-color: #3e3e3e;
}
.header .language a,
.header .xs-language a
{
    display: inline-block;

    width: 100%;
    padding: 0 30px;

    text-align: center;

    color: #fff;
}
@media (max-width: 1199px)
{
    .header .language a,
    .header .xs-language a
    {
        font-size: 0;

        padding: 0 10px;
    }
}
.header .language a:before,
.header .xs-language a:before
{
    display: inline-block;

    width: 24px;
    height: 24px;
    margin: 0 auto;
    margin-right: 10px;

    content: '';
    vertical-align: middle;

    background: url(../images/language.png) no-repeat;
    background-size: cover;
}
.header .language:hover,
.header .xs-language:hover
{
    background-color: #0479e2;
}
.header .language a.cn:before,
.header .xs-language a.cn:before
{
    background-position: -24px 0;
}
@media (max-width: 1199px)
{
    .header .language
    {
        display: none;
    }
}
.header .logo
{
    position: relative;
    z-index: 2;

    display: inline-block;

    height: 140px;
    padding: 30px 0;

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

    background-color: #fff;
}
.header .logo:before
{
    position: absolute;
    top: 0;
    left: -300px;

    display: block;

    width: 300px;
    height: 100%;

    content: '';

    background-color: #fff;
}
@media (max-width: 1199px)
{
    .header .logo:before
    {
        display: none;
    }
}
.header .logo:after
{
    position: absolute;
    top: 0;
    right: -30px;

    display: block;

    width: 0;
    height: 0;

    content: '';

    border-width: 70px 0 70px 30px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
}
@media (max-width: 1199px)
{
    .header .logo:after
    {
        display: none;
    }
}
@media (max-width: 1470px)
{
    .header .logo
    {
        padding: 40px 0;
    }
}
@media (max-width: 1350px)
{
    .header .logo
    {
        padding: 50px 0;
    }
}
@media (max-width: 1199px)
{
    .header .logo
    {
        height: 70px;
        padding: 10px 0;
    }
}
@media (max-width: 767px)
{
    .header .logo
    {
        padding: 14px 0;
    }
}
.header .logo a
{
    display: block;

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

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

    display: none;
    float: right;

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

    cursor: pointer;

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

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

        display: block;

        margin-top: 8px;

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

    width: 20px;
    height: 2px;

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

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

    display: block;

    width: 20px;
    height: 2px;

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

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

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

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

    -webkit-transform: translateX(-50%) rotateZ(-45deg);
        -ms-transform: translateX(-50%) rotate(-45deg);
            transform: translateX(-50%) rotateZ(-45deg);
}
.header .header-nav
{
    clear: both;
}
.header .xs-nav
{
    position: absolute;
    bottom: 20px;
    left: 5px;

    display: none;
}
@media (max-width: 1199px)
{
    .header .xs-nav
    {
        display: block;
    }
}
.header .xs-nav ul
{
    margin: 0;
}
.header .xs-nav ul li
{
    display: inline-block;

    vertical-align: top;
}
.header .xs-nav ul li a
{
    font-size: 15px;
    line-height: 30px;

    display: block;

    padding: 0 10px;

    text-transform: uppercase;

    color: #fff;
}
.header .xs-language
{
    position: absolute;
    top: 15px;
    left: 15px;

    display: none;

    background: none;
}
@media (max-width: 1199px)
{
    .header .xs-language
    {
        display: block;
    }
}
.header .xs-language a
{
    font-size: 15px;
}
@media (min-width: 1200px)
{
    .header .nav
    {
        display: inline-block;

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

        display: none;

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

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

        background: #fafafa;
        background-color: #2b2b2b;
    }
    .header .nav .tbl
    {
        display: table;

        width: 100%;
        height: 100%;
    }
    .header .nav .tbl-cell
    {
        display: table-cell;

        height: 100%;

        vertical-align: middle;
    }
}
@media (max-width: 767px)
{
    .header .nav
    {
        width: 100%;
        padding: 30px;
    }
}
.header .nav.left-100
{
    left: -100%;
}
.header .nav.left-200
{
    left: -200%;
}
@media (min-width: 1200px)
{
    .header .nav .nav-list1
    {
        margin: 0 -30px;
    }
    .header .nav .nav-list1 li a
    {
        white-space: nowrap;
    }
    .header .nav .nav-list1 > li
    {
        position: relative;

        float: left;
    }
    .header .nav .nav-list1 > li > a
    {
        font-size: 14px;
        font-weight: normal;
        line-height: 50px;

        position: relative;

        display: inline-block;
        overflow: hidden;

        padding: 0 60px;
        /*padding: 0 30px;*/

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

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

        color: #fff;
    }
    .header .nav .nav-list1 > li.more > a:after
    {
        font-family: 'iconfont' !important;

        position: absolute;
        right: 10px;

        content: '\e618';
    }
    .header .nav .nav-list1 .nav-list2
    {
        position: absolute;
        z-index: 50;
        top: 100%;

        display: none;
        overflow: hidden;

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

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

        color: #fff;
        background-color: #2b2b2b;
    }
    .header .nav .nav-list1 .nav-list2 li
    {
        /*display: inline-block;*/

        list-style: none;

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

        color: #fff;
    }
}
@media (min-width: 1200px) and (max-width: 1350px)
{
    .header .nav .nav-list1 > li > a
    {
        padding: 0 24px;
    }
}
@media (max-width: 1199px)
{
    .header .nav .nav-list1
    {
        margin: 20px 0;

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

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

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

        color: #fff;
        background: #fafafa;
        background-color: #2b2b2b;
    }
    .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-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 a
    {
        color: #fff;
    }
    .header .fade-out ul.nav-list1 > li
    {
        position: relative;

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

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

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

        margin-top: -14px;

        content: '\e72f';

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

        display: block;

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

    display: none;
    overflow: hidden;

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

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

    overflow: hidden;
    zoom: 1;

    width: 240px;

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

    height: 0;

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

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

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

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

    float: right;

    width: 50px;

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

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

    content: '\e660';

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

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

        display: inline-block;

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

    width: 100%;

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

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

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

    display: inline-block;

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

    content: '\e660';

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

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

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

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

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

    color: #fff;
}
@media (max-width: 1199px)
{
    .header .search-lg .search p
    {
        font-size: 14px;
        line-height: 1.5;

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

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

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

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

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

    content: '\2716';

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

    display: inline-block;
    display: none;
    float: right;

    height: 40px;
    margin-right: 60px;
    padding: 0;

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

    color: #9dd3fb;
}
@media (max-width: 1520px)
{
    .header .find
    {
        margin-right: 15px;
    }
}
@media (max-width: 1350px)
{
    .header .find
    {
        font-size: 0;
    }
}
.header .find:after
{
    font-family: 'iconfont';
    font-size: 20px;

    display: inline-block;

    margin-left: 10px;

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

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

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

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

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

    border-radius: 0;
    background-color: rgba(0, 0, 0, .8);
}
@media (min-width: 992px)
{
    .online-wrap .btn
    {
        display: none;
    }
}
.online-wrap .btn:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;

    display: inline-block;

    content: '\e6d2';
    -webkit-transition: -webkit-transform .3s;
            transition: -webkit-transform .3s;
            transition:         transform .3s;
            transition:         transform .3s, -webkit-transform .3s;

    color: #fff;
}
.online-wrap .btn.active:before
{
    -webkit-transform: rotateZ(225deg);
        -ms-transform: rotate(225deg);
            transform: rotateZ(225deg);
}
.online-wrap .code-pic
{
    position: fixed;
    z-index: 101;
    right: 45px;
    bottom: 180px;

    display: none;

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

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

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

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

    position: relative;

    display: block;

    width: 45px;
    height: 45px;

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

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

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

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

    content: '';

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

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

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

    padding-left: 5px;

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

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

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

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

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

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

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

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

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

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

    display: inline-block;

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

    display: none;

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

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

    margin: 5px 0 8px 0;

    color: #888;
}
.xs-online
{
    position: fixed;
    z-index: 9;
    right: 0;
    bottom: 0;

    display: none;

    width: 100%;

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

    margin: 0;
    padding: 0;

    text-align: center;

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

    width: 20%;

    list-style: none;

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

    display: block;

    padding: 8px 0;

    text-transform: uppercase;

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

    display: block;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.xs-online ul li:first-child
{
    border-left: none;
}
.xs-online ul li.tel > a:before
{
    content: '\e61c';
}
.xs-online ul li.mail > a:before
{
    font-weight: normal;

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

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

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

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

    position: relative;

    overflow: hidden;

    width: 100%;
}
.banner .item
{
    position: relative;
}
.banner .slick-dots
{
    position: absolute;
    bottom: 30px;

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

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

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

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

    border: 1px solid #fff;
    border-radius: 50%;
    background-color: #fff;
}
.banner .slick-dots li.slick-active
{
    background: none;
}
.banner .slick-dots li button
{
    display: none;
}
.banner .slick-arrow
{
    line-height: 40px;

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

    overflow: hidden;

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

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

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

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

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

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

    width: 100%;

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

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

    overflow: hidden;

    width: 100%;

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

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

    display: inline-block;

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

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

    display: inline-block;
    float: right;

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

    display: inline-block;

    margin-right: 10px;

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

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

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

    text-transform: uppercase;

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

    width: 100%;

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

    content: '\e770';

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

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

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

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

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

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

    text-align: center;
}
.title b
{
    font-size: 36px;
    font-weight: 900;
    line-height: 1.5;

    text-transform: uppercase;
}
@media (max-width: 767px)
{
    .title b
    {
        font-size: 20px;
    }
}
.title p
{
    font-size: 14px;
    line-height: 26px;

    max-width: 1100px;
    margin: 0 auto;
    margin-top: 2px;

    color: #666;
}
@media (max-width: 991px)
{
    .title p
    {
        font-size: 13px;
        line-height: 22px;
    }
}
.indexcontent
{
    position: relative;
    z-index: 2;
}
.box-product .product .row
{
    margin: 0 -10px;
}
.box-product .product .itembox
{
    padding: 0 10px;
}
.box-product .product .item
{
    position: relative;

    display: block;
    overflow: hidden;

    margin-top: 30px;

    color: inherit;
    background-color: #0479e2;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.box-product .product .item .pic
{
    -webkit-transition: all .4s;
            transition: all .4s;
}
.box-product .product .item .pic p
{
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;

    position: absolute;
    top: 30px;

    display: -webkit-box;
    overflow: hidden;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1470px)
{
    .box-product .product .item .pic p
    {
        top: 20px;

        padding: 0 20px;
    }
}
@media (max-width: 991px)
{
    .box-product .product .item .pic p
    {
        font-size: 16px;

        top: 10px;

        padding: 0 10px;
    }
}
.box-product .product .item .mask
{
    position: absolute;
    top: 50%;
    left: 0;

    width: 100%;
    padding: 0 30px;

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

    opacity: 0;
    color: #fff;
}
.box-product .product .item .mask:before
{
    position: absolute;
    top: 12px;
    left: 14px;

    display: block;

    width: 6px;
    height: 6px;

    content: '';

    border-radius: 50%;
    background-color: #fff;
}
.box-product .product .item .mask b
{
    font-size: 18px;
    line-height: 30px;

    position: relative;

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

    height: 30px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.box-product .product .item .mask p
{
    font-size: 14px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 72px;
    margin: 10px 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.box-product .product .item .mask span.more
{
    font-weight: bold;
    line-height: 30px;

    display: block;

    text-decoration: underline;
}
.box-product .product .item-1 .img-box
{
    padding-bottom: 78.26086957%;
}
.box-product .product .item-2 .img-box
{
    padding-bottom: 47.82608696%;
}
@media (min-width: 1200px)
{
    .box-product .product .item:hover .pic
    {
        opacity: 0;
    }
    .box-product .product .item:hover .mask
    {
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);

        opacity: 1;
    }
}
.box-about
{
    background-color: #f6f6f6;
}
.box-about .title p
{
    margin-top: 10px;
}
.box-about .more
{
    margin-top: 20px;

    text-align: center;
}
.box-about .more a
{
    font-weight: bold;

    z-index: 16px;

    display: inline-block;

    text-decoration: underline;

    color: #0479e2;
}
.box-about .more a:hover
{
    color: #035eaf;
}
.box-about .about
{
    margin-top: 30px;
    padding: 12px;

    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.box-about .about .info
{
    background: url(../images/about_bg.jpg) no-repeat center;
    background-size: cover;
}
.box-about .about .video
{
    position: relative;

    overflow: hidden;

    padding: 150px 0;
}
@media (max-width: 991px)
{
    .box-about .about .video
    {
        padding: 100px 0;
    }
}
.box-about .about .video .iframe
{
    display: none;

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

    display: block;

    margin: 0 auto;

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

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

    content: '\e625';
}
.box-about .about .video a:hover
{
    text-decoration: none;

    color: rgba(255, 255, 255, .8);
}
.box-about .about .video:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);

    opacity: .9;
}
.box-about .about .list ul
{
    font-size: 0;

    margin: 0;
    padding: 0;
}
.box-about .about .list ul li
{
    display: inline-block;

    width: 25%;
    padding-right: 1px;

    vertical-align: top;
}
@media (max-width: 991px)
{
    .box-about .about .list ul li
    {
        width: 50%;
        padding-bottom: 1px;
    }
}
.box-about .about .list .item
{
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;

    padding: 30px 10px;

    text-align: center;

    color: #fff;
    background-color: rgba(59, 45, 35, .56);
}
@media (max-width: 767px)
{
    .box-about .about .list .item
    {
        padding: 20px 10px;
    }
}
.box-about .about .list .item b
{
    position: relative;

    display: inline-block;

    max-width: 230px;
    padding-left: 60px;

    text-align: left;
}
@media (max-width: 767px)
{
    .box-about .about .list .item b
    {
        display: block;

        max-width: 100%;
        padding: 0;

        text-align: center;
    }
}
.box-about .about .list .item b:before
{
    font-family: 'iconfont' !important;
    font-size: 50px;
    font-weight: normal;
    line-height: 50px;

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

    content: '\e619';
}
@media (max-width: 767px)
{
    .box-about .about .list .item b:before
    {
        font-size: 30px;
        line-height: 30px;

        position: relative;
        left: auto;

        display: block;

        margin: 0 auto;
        margin-bottom: 10px;
    }
}
.box-about .about .list .item-used b:before
{
    font-size: 40px;

    content: '\e626';
}
@media (max-width: 767px)
{
    .box-about .about .list .item-used b:before
    {
        font-size: 28px;
    }
}
.box-about .about .list .item-quality b:before
{
    font-size: 40px;

    content: '\e63c';
}
@media (max-width: 767px)
{
    .box-about .about .list .item-quality b:before
    {
        font-size: 28px;
    }
}
.box-about .about .list .item-service b:before
{
    content: '\e61a';
}
@media (max-width: 767px)
{
    .box-about .about .list .item-service b:before
    {
        font-size: 34px;
    }
}
.box-customers .customers
{
    position: relative;
}
.box-customers .customers:before
{
    font-family: Arial;
    font-size: 1400px;
    line-height: .8;

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

    content: '“';

    color: #f0f6f9;
}
@media (max-width: 1199px)
{
    .box-customers .customers:before
    {
        display: none;
    }
}
.box-customers .slick-customers-for
{
    position: relative;
    z-index: 2;
}
.box-customers .slick-customers-for .slick-slide
{
    padding: 10px;
}
.box-customers .slick-customers-for .item
{
    position: relative;

    padding-left: 170px;
}
@media (max-width: 767px)
{
    .box-customers .slick-customers-for .item
    {
        padding: 0;

        text-align: center;
    }
}
.box-customers .slick-customers-for .item .pic
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;
    overflow: hidden;

    width: 120px;

    border: 4px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 767px)
{
    .box-customers .slick-customers-for .item .pic
    {
        position: relative;

        margin: 0 auto;
    }
}
.box-customers .slick-customers-for .item .text
{
    max-width: 1030px;
}
@media (max-width: 767px)
{
    .box-customers .slick-customers-for .item .text
    {
        margin-top: 20px;
    }
}
.box-customers .slick-customers-for .item .text b
{
    font-size: 30px;
    font-weight: 900;
    line-height: 1.4;

    display: block;

    text-transform: uppercase;

    color: #0479e2;
}
@media (max-width: 1199px)
{
    .box-customers .slick-customers-for .item .text b
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .box-customers .slick-customers-for .item .text b
    {
        font-size: 18px;
    }
}
.box-customers .slick-customers-for .item .text p
{
    font-size: 20px;
    font-weight: bold;
    line-height: 1.8;

    margin: 0;

    color: #003;
}
@media (max-width: 1199px)
{
    .box-customers .slick-customers-for .item .text p
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .box-customers .slick-customers-for .item .text p
    {
        font-size: 15px;
    }
}
.box-customers .slick-customers-nav
{
    position: relative;
    z-index: 2;

    max-width: 1200px;
    margin-top: 50px;
    padding: 0 120px;
}
@media (max-width: 1199px)
{
    .box-customers .slick-customers-nav
    {
        padding: 0 70px;
    }
}
@media (max-width: 767px)
{
    .box-customers .slick-customers-nav
    {
        margin-top: 20px;
        padding: 0 40px;
    }
}
.box-customers .slick-customers-nav .slick-slide
{
    padding: 10px;
}
.box-customers .slick-customers-nav .item
{
    padding: 30px;

    cursor: pointer;

    border-bottom: 4px solid rgba(255, 255, 255, 0);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0);
}
@media (max-width: 1199px)
{
    .box-customers .slick-customers-nav .item
    {
        padding: 20px 10px;
    }
}
.box-customers .slick-customers-nav .item b
{
    font-size: 20px;
    line-height: 30px;

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

    height: 30px;

    color: #c7d0d7;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1199px)
{
    .box-customers .slick-customers-nav .item b
    {
        font-size: 18px;
    }
}
.box-customers .slick-customers-nav .item p
{
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;

    height: 30px;
    margin: 4px 0 0 0;

    color: #c7d0d7;
}
@media (max-width: 1199px)
{
    .box-customers .slick-customers-nav .item p
    {
        font-size: 14px;
    }
}
.box-customers .slick-customers-nav .slick-current .item
{
    border-bottom: 4px solid #0479e2;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.box-customers .slick-customers-nav .slick-current .item b
{
    color: #333;
}
.box-customers .slick-customers-nav .slick-current .item p
{
    color: #0479e2;
}
.box-customers .slick-arrow
{
    line-height: 40px;

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

    overflow: hidden;

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

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

    color: #fff;
    border: none;
    border-radius: 50%;
    outline: none;
    background: none;
    background-color: #333;
}
@media (max-width: 767px)
{
    .box-customers .slick-arrow
    {
        left: 0;
    }
}
.box-customers .slick-arrow:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;

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

    content: '\e827';
}
.box-customers .slick-arrow:hover
{
    color: #fff;
    background-color: rgba(4, 121, 226, .8);
}
.box-news
{
    padding-top: 0;
}
.box-news .news
{
    margin-top: 40px;
}
.box-news .news .news-left
{
    padding: 30px 0 30px 30px;

    background-color: #0479e2;
}
@media (max-width: 991px)
{
    .box-news .news .news-left
    {
        padding: 10px 0 10px 10px;
    }
}
.box-news .news .news-left > ul
{
    margin: 0;
    padding: 0;
}
.box-news .news .news-left > ul > li
{
    list-style: none;
}
.box-news .news .news-left > ul > li .item
{
    position: relative;

    display: block;

    padding: 30px;

    -webkit-transition: all .2s;
            transition: all .2s;
}
@media (max-width: 991px)
{
    .box-news .news .news-left > ul > li .item
    {
        padding: 20px 10px;
    }
}
.box-news .news .news-left > ul > li .item:after
{
    font-family: 'iconfont' !important;
    font-size: 18px;
    line-height: 30px;

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

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

    opacity: 0;
}
.box-news .news .news-left > ul > li .item span.date
{
    font-weight: normal;
    line-height: 2;

    display: block;

    color: #8ebfe9;
}
.box-news .news .news-left > ul > li .item p
{
    font-size: 18px;
    font-weight: bold;
    line-height: 26px;

    display: -webkit-box;
    overflow: hidden;

    max-height: 52px;
    margin: 4px 0 0 0;

    color: #8ebfe9;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 991px)
{
    .box-news .news .news-left > ul > li .item p
    {
        font-size: 16px;
        line-height: 24px;

        max-height: 48px;
    }
}
.box-news .news .news-left > ul > li.active .item
{
    background-color: #fff;
}
.box-news .news .news-left > ul > li.active .item:after
{
    opacity: 1;
}
.box-news .news .news-left > ul > li.active .item span.date
{
    color: #0479e2;
}
.box-news .news .news-left > ul > li.active .item p
{
    color: #333;
}
.box-news .news .news-right .item .pic .img-box
{
    padding-bottom: 34.7826087%;
}
.box-news .news .news-right .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.box-news .news .news-right .item .text
{
    margin-top: 20px;
}
.box-news .news .news-right .item .text span.date
{
    line-height: 2;

    display: block;

    color: #8ebfe9;
}
.box-news .news .news-right .item .text b
{
    font-size: 18px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .box-news .news .news-right .item .text b
    {
        font-size: 16px;
    }
}
.box-news .news .news-right .item .text b a
{
    color: inherit;
}
.box-news .news .news-right .item .text p
{
    font-size: 14px;
    line-height: 26px;

    display: -webkit-box;
    overflow: hidden;

    max-height: 52px;
    margin: 4px 0 0 0;

    color: #888;

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

    display: inline-block;

    margin-top: 10px;

    text-decoration: underline;

    color: inherit;
}
.box-news .news .news-right .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.box-news .news .news-right .item:hover .text b,
.box-news .news .news-right .item:hover .text a.more
{
    color: #0479e2;
}
.box-message
{
    padding: 30px 0;

    background-color: #2f3132;
}
.box-message .message b
{
    font-size: 24px;
    font-weight: 900;
    line-height: 50px;

    display: inline-block;

    text-transform: uppercase;

    color: #fff;
}
@media (max-width: 1199px)
{
    .box-message .message b
    {
        font-size: 20px;
        font-weight: bold;
        line-height: 30px;
    }
}
@media (max-width: 767px)
{
    .box-message .message b
    {
        font-size: 18px;
    }
}
.box-message .message form
{
    position: relative;

    display: inline-block;
    float: right;

    width: 40%;
    padding-right: 140px;
}
@media (max-width: 1199px)
{
    .box-message .message form
    {
        display: block;

        width: 100%;
        margin-top: 20px;
    }
}
@media (max-width: 767px)
{
    .box-message .message form
    {
        padding-right: 120px;
    }
}
.box-message .message form input
{
    line-height: 46px;

    width: 100%;
    padding: 0 20px;

    color: #fff;
    border: 2px solid #3d4041;
    outline: none;
    background: none;
}
.box-message .message form input::-webkit-input-placeholder,
.box-message .message form textarea::-webkit-input-placeholder
{
    color: #5e6264;
}
.box-message .message form input:-o-placeholder,
.box-message .message form textarea:-o-placeholder
{
    color: #5e6264;
}
.box-message .message form input::-moz-placeholder,
.box-message .message form textarea::-moz-placeholder
{
    color: #5e6264;
}
.box-message .message form input:-ms-input-placeholder,
.box-message .message form textarea:-ms-input-placeholder
{
    color: #5e6264;
}
.box-message .message form input:focus::-webkit-input-placeholder,
.box-message .message form textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.box-message .message form input:focus::-o-placeholder,
.box-message .message form textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.box-message .message form input:focus::-moz-placeholder,
.box-message .message form textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.box-message .message form input:focus::-ms-input-placeholder,
.box-message .message form textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.box-message .message form .submit
{
    font-weight: bold;
    line-height: 50px;

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

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

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

    color: #fff;
    border-radius: 0;
    background-color: #0479e2;
}
@media (max-width: 767px)
{
    .box-message .message form .submit
    {
        width: 120px;
    }
}
.box-message .message form .submit:after
{
    font-family: 'iconfont' !important;
    font-weight: normal;

    display: inline-block;

    margin-left: 10px;

    content: '\e62a';
}
.box-message .message form .submit:hover
{
    background-color: #035eaf;
}
.footer
{
    font-size: 0;
    font-weight: normal;

    position: relative;

    overflow: hidden;

    color: #8a8a8a;
    background-color: #252627;
}
@media (max-width: 991px)
{
    .footer
    {
        padding-bottom: 50px;
    }
}
.footer .foot
{
    position: relative;
    z-index: 2;

    padding: 70px 0;
}
@media (max-width: 1199px)
{
    .footer .foot
    {
        padding: 40px 0 50px 0;
    }
}
.footer .foot > ul
{
    padding: 0;

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

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

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

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

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

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

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

    position: relative;
    z-index: 2;

    display: inline-block;

    margin-top: 4px;

    text-transform: uppercase;

    color: #fff;
}
@media (max-width: 991px)
{
    .footer .foot > ul > li h3
    {
        display: block;
    }
}
.footer .foot > ul > li h3 span
{
    position: relative;
    z-index: 2;
}
@media (min-width: 992px)
{
    .footer .foot > ul > li h3:before
    {
        display: inline-block;

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

        content: '';
        vertical-align: middle;

        background-color: #fff;
    }
}
@media (max-width: 991px)
{
    .footer .foot > ul > li h3
    {
        font-size: 16px;
    }
    .footer .foot > ul > li h3:after
    {
        font-family: 'iconfont' !important;
        font-size: 14px;

        float: right;

        content: '\e628';
    }
    .footer .foot > ul > li h3:before
    {
        display: none;
    }
}
.footer .foot > ul > li .item
{
    text-align: left;
}
@media (max-width: 1199px)
{
    .footer .foot > ul > li .item
    {
        margin-top: 14px;
    }
}
.footer .foot > ul > li .item-1 a
{
    font-size: 14px;
    line-height: 2;

    position: relative;

    display: block;

    margin-bottom: 6px;

    -webkit-transition: all .4s;
            transition: all .4s;
}
.footer .foot > ul > li .item-1 a:hover
{
    text-decoration: underline;

    color: #fff;
}
.footer .foot > ul > li .item-2 .title-foot h3:before
{
    display: none;
}
.footer .foot > ul > li .item-2 .share ul
{
    margin: 0;
    padding: 0;
}
.footer .foot > ul > li .item-2 .share ul li
{
    display: inline-block;
}
.footer .foot > ul > li .item-2 .share ul li a
{
    display: block;

    margin-right: 12px;

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

    color: #fff;
}
.footer .foot > ul > li .item-2 .share ul li a:before
{
    font-family: 'iconfont';
    font-size: 16px;
    font-weight: normal;

    display: inline-block;

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

    border-radius: 4px;
}
@media (max-width: 991px)
{
    .footer .foot > ul > li .item-2 .share ul li a:before
    {
        font-size: 16px;
    }
}
.footer .foot > ul > li .item-2 .share ul li.twitter a:before
{
    content: '\e60b';
}
.footer .foot > ul > li .item-2 .share ul li.linkedin a:before
{
    content: '\e6f0';
}
.footer .foot > ul > li .item-2 .share ul li.instagram a:before
{
    content: '\e686';
}
.footer .foot > ul > li .item-2 .share ul li.youtube a:before
{
    content: '\e6fa';
}
.footer .foot > ul > li .item-2 .share ul li.google a:before
{
    content: '\e645';
}
.footer .foot > ul > li .item-2 .share ul li.amazon a:before
{
    content: '\e6c1';
}
.footer .foot > ul > li .item-2 .share ul li:hover a
{
    -webkit-transform: translateY(-4px);
        -ms-transform: translateY(-4px);
            transform: translateY(-4px);

    color: #0479e2;
}
.footer .foot > ul > li .item-3
{
    width: 380px;
}
@media (max-width: 991px)
{
    .footer .foot > ul > li .item-3
    {
        width: 100%;
    }
}
.footer .foot > ul > li .item-3 ul
{
    overflow: hidden;

    margin: 0 -4px;
    padding: 0;
}
.footer .foot > ul > li .item-3 ul li
{
    float: left;

    width: 50%;
    padding: 0 4px;
}
.footer .foot > ul > li .item-3 ul li:nth-child(3),
.footer .foot > ul > li .item-3 ul li:nth-child(4)
{
    width: 100%;
}
.footer .foot > ul > li .item-3 input,
.footer .foot > ul > li .item-3 textarea
{
    font-size: 12px;
    line-height: 28px;

    width: 100%;
    min-height: 40px;
    margin-bottom: 10px;
    padding: 6px 0;

    resize: vertical;

    color: #fff;
    border: none;
    border-bottom: 1px solid #606060;
    outline: none;
    background: none;
}
.footer .foot > ul > li .item-3 input::-webkit-input-placeholder,
.footer .foot > ul > li .item-3 textarea::-webkit-input-placeholder
{
    color: #7e7e7e;
}
.footer .foot > ul > li .item-3 input:-o-placeholder,
.footer .foot > ul > li .item-3 textarea:-o-placeholder
{
    color: #7e7e7e;
}
.footer .foot > ul > li .item-3 input::-moz-placeholder,
.footer .foot > ul > li .item-3 textarea::-moz-placeholder
{
    color: #7e7e7e;
}
.footer .foot > ul > li .item-3 input:-ms-input-placeholder,
.footer .foot > ul > li .item-3 textarea:-ms-input-placeholder
{
    color: #7e7e7e;
}
.footer .foot > ul > li .item-3 input:focus::-webkit-input-placeholder,
.footer .foot > ul > li .item-3 textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.footer .foot > ul > li .item-3 input:focus::-o-placeholder,
.footer .foot > ul > li .item-3 textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.footer .foot > ul > li .item-3 input:focus::-moz-placeholder,
.footer .foot > ul > li .item-3 textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.footer .foot > ul > li .item-3 input:focus::-ms-input-placeholder,
.footer .foot > ul > li .item-3 textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.footer .foot > ul > li .item-3 .submit
{
    font-weight: bold;
    line-height: 30px;

    display: inline-block;

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

    -webkit-transition: all .2s;
            transition: all .2s;
    text-decoration: underline;

    color: #fff;
    background: none;
}
.footer .foot > ul > li .item-3 .submit:hover
{
    color: #0479e2;
}
.footer .foot > ul > li .item-4
{
    max-width: 360px;
}
@media (max-width: 991px)
{
    .footer .foot > ul > li .item-4
    {
        max-width: 100%;
    }
}
.footer .foot > ul > li .item-4 p
{
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
}
.footer .foot > ul > li .info-down
{
    margin-top: 20px;
}
@media (max-width: 991px)
{
    .footer .foot > ul > li .info-down
    {
        display: none;

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

    padding: 10px 0;

    text-align: center;

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

    display: inline-block;

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

    margin-left: 10px;

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

        margin-left: 0;
    }
}
.footer .copyright p a:hover
{
    text-decoration: underline;

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

    display: none;

    width: 280px;

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

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

    margin: 0;
    padding: 0 20px;

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

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

    display: inline-block;

    cursor: pointer;

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

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

    cursor: pointer;

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

    content: '\e659';
}
.inquire-sheet-box .J-shoping-close:hover
{
    color: #0479e2;
}
.inquire-sheet-box .J-inquiry
{
    padding: 0;
}
.inquire-sheet-box .J-inquiry a
{
    font-size: 16px;
    font-weight: 500;
    line-height: 60px;

    display: block;

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

    color: #fff;
    background-color: #0479e2;
}
.inquire-sheet-box .J-inquiry a:hover
{
    background-color: #035eaf;
}
.inquire-sheet-box .J-inquiry a::before
{
    font-family: 'iconfont';
    font-size: 24px;
    font-weight: normal;

    display: inline-block;

    margin-right: 14px;

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

    max-height: 380px;

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

    padding: 20px;

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

    width: 60px;

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

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

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

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

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

    position: fixed;
    z-index: 9;
    right: 5px;
    bottom: 50%;
}
.cart-icon a
{
    font-size: 14px;
    line-height: 50px;

    position: relative;

    display: block;

    width: 50px;
    height: 50px;

    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-color: rgba(4, 121, 226, .8);
}
@media (max-width: 991px)
{
    .cart-icon a
    {
        line-height: 50px;

        width: 50px;
        height: 50px;
    }
}
.cart-icon a::before
{
    font-family: 'iconfont';
    font-size: 22px;
    font-weight: normal;

    content: '\e61a';
}
@media (max-width: 991px)
{
    .cart-icon a::before
    {
        font-size: 20px;
    }
}
.cart-icon a:hover
{
    background-color: #000;
}
.cart-icon span
{
    font-size: 12px;
    line-height: 20px;

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

    display: inline-block;

    width: 20px;
    height: 20px;

    vertical-align: top;

    border-radius: 50%;
    background-color: #333;
}
.wrapper
{
    overflow: hidden;

    padding: 60px 0 80px;
}
@media (max-width: 991px)
{
    .wrapper
    {
        padding: 50px 0;
    }
}
.title-in b
{
    font-size: 36px;
    line-height: 1.5;

    display: block;

    text-transform: capitalize;
}
@media (max-width: 991px)
{
    .title-in b
    {
        font-size: 20px;
    }
}
.title-sidenav b
{
    font-size: 36px;
    line-height: 1;

    display: block;
}
@media (max-width: 991px)
{
    .title-sidenav b
    {
        font-size: 24px;
    }
}
.sidenav
{
    margin-top: 30px;
}
.sidenav ul.level1
{
    margin: 0;
    padding: 0;

    text-align: center;
}
.sidenav ul.level1 > li
{
    position: relative;

    margin-top: -1px;

    list-style: none;

    border: 1px solid #e7e7e7;
}
.sidenav ul.level1 > li > a
{
    font-size: 18px;
    font-weight: 500;

    display: block;

    padding: 25px 10px;

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

    color: #333;
}
@media (max-width: 991px)
{
    .sidenav ul.level1 > li > a
    {
        font-size: 16px;

        padding: 10px;
    }
}
.sidenav ul.level1 > li.active:after,
.sidenav ul.level1 > li:hover:after
{
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);

    color: #fff;
}
.sidenav ul.level1 > li.active > a,
.sidenav ul.level1 > li:hover > a
{
    font-weight: bold;

    position: relative;

    color: #fff;
    background-color: #0479e2;
}
.sidenav ul.level1 > li.active > a:before,
.sidenav ul.level1 > li:hover > a:before
{
    position: absolute;
    top: 50%;
    left: 0;

    width: 6px;
    height: 26px;

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

    background-color: #fff;
}
.sidenav ul.level1 > li.more:after
{
    font-family: 'iconfont' !important;
    font-size: 16px;
    line-height: 80px;

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

    content: '\e827';
    -webkit-transition: all .2s;
            transition: all .2s;
}
@media (max-width: 991px)
{
    .sidenav ul.level1 > li.more:after
    {
        line-height: 50px;
    }
}
.sidenav ul.level1 > li.active ul.level2
{
    display: block;
}
.sidenav ul.level1 > li ul.level2
{
    display: none;

    margin: 0;
    padding: 0;

    background-color: #d1e9ff;
}
@media (max-width: 991px)
{
    .sidenav ul.level1 > li ul.level2
    {
        padding: 10px 0;
    }
}
.sidenav ul.level1 > li ul.level2 > li
{
    list-style: none;

    border-bottom: 1px solid #e7e7e7;
}
@media (max-width: 991px)
{
    .sidenav ul.level1 > li ul.level2 > li
    {
        display: inline-block;

        vertical-align: top;
    }
}
.sidenav ul.level1 > li ul.level2 > li a
{
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;

    display: block;

    padding: 6px 10px;

    color: inherit;
}
@media (max-width: 991px)
{
    .sidenav ul.level1 > li ul.level2 > li a
    {
        font-size: 15px;

        padding: 2px 10px;
    }
}
.sidenav ul.level1 > li ul.level2 > li.active a,
.sidenav ul.level1 > li ul.level2 > li:hover a
{
    background-color: #9cd0ff;
}
@media (max-width: 991px)
{
    .sidenav ul.level1 > li ul.level2 > li.active a,
    .sidenav ul.level1 > li ul.level2 > li:hover a
    {
        color: #0479e2;
        background: none;
    }
}
.inside-nav
{
    position: relative;

    overflow: hidden;

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

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
.inside-nav .nav-wrap
{
    position: relative;
    z-index: 2;

    overflow-x: auto;

    padding: 3px;

    border-radius: 50px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);

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

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

    position: relative;

    display: inline-block;

    margin: 0;
    padding: 0;

    white-space: nowrap;
}
.inside-nav ul li
{
    display: inline-block;
}
.inside-nav ul li a
{
    font-size: 16px;
    font-weight: normal;
    line-height: 50px;

    position: relative;

    display: inline-block;

    padding: 0 50px;

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

    color: inherit;
}
@media (max-width: 1470px)
{
    .inside-nav ul li a
    {
        padding: 0 30px;
    }
}
@media (max-width: 991px)
{
    .inside-nav ul li a
    {
        font-size: 14px;

        padding: 0 15px;
    }
}
.inside-nav ul li.active a,
.inside-nav ul li:hover a
{
    color: #fff;
    border-radius: 30px;
    background-color: #0479e2;
}
@media (max-width: 991px)
{
    .wrap-about
    {
        margin-top: 30px;
    }
}
.wrap-about .title-about b
{
    font-size: 24px;
    line-height: 1.4;

    display: block;
}
@media (max-width: 991px)
{
    .wrap-about .title-about b
    {
        font-size: 18px;
    }
}
.wrap-about .text
{
    margin-top: 20px;
}
.wrap-about .text p
{
    line-height: 2.14285714;

    margin: 0;

    color: #666;
}
.wrap-about .text b
{
    color: #333;
}
.wrap-about .text img
{
    max-width: 100%;
    height: auto !important;
}
.wrap-honor .honor
{
    margin-top: 40px;
}
.wrap-honor .honor .item
{
    display: block;

    margin-top: 20px;
    padding: 0 8%;

    text-align: center;

    color: inherit;
}
@media (max-width: 767px)
{
    .wrap-honor .honor .item
    {
        padding: 0;
    }
}
.wrap-honor .honor .item .pic
{
    -webkit-transition: all .2s;
            transition: all .2s;

    border: 1px solid #dcdcdc;
}
.wrap-honor .honor .item .pic .img-box
{
    padding-bottom: 137.5%;
}
.wrap-honor .honor .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-honor .honor .item p
{
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-honor .honor .item:hover
{
    text-decoration: none;
}
.wrap-honor .honor .item:hover .pic
{
    border-color: #0479e2;
}
.wrap-honor .honor .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-honor .honor .item:hover p
{
    color: #0479e2;
}
.wrap-equipment .equipment .item
{
    display: block;

    margin-top: 40px;

    text-align: center;

    color: inherit;
}
@media (max-width: 767px)
{
    .wrap-equipment .equipment .item
    {
        margin-top: 20px;
    }
}
.wrap-equipment .equipment .item .pic
{
    padding: 8px;

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

    border: 1px solid #dcdcdc;
}
.wrap-equipment .equipment .item .pic .img-box
{
    padding-bottom: 61.25%;
}
.wrap-equipment .equipment .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-equipment .equipment .item p
{
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px)
{
    .wrap-equipment .equipment .item p
    {
        font-size: 14px;
    }
}
.wrap-equipment .equipment .item:hover
{
    text-decoration: none;
}
.wrap-equipment .equipment .item:hover .pic
{
    border-color: #0479e2;
}
.wrap-equipment .equipment .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-equipment .equipment .item:hover p
{
    color: #0479e2;
}
.wrap-service .service
{
    margin-top: 30px;
}
.wrap-service .service p
{
    line-height: 2.14285714;

    margin: 0;

    color: #777;
}
.wrap-service .service b
{
    color: #333;
}
.wrap-service .service img
{
    max-width: 100%;
    height: auto !important;
}
.wrap-service .service h3
{
    font-size: 16px;
    line-height: 30px;

    margin: 0;
}
.wrap-service .service p
{
    line-height: 2.14285714;

    margin: 0;

    color: #777;
}
.wrap-videos .video
{
    position: relative;

    overflow: hidden;

    margin-top: 30px;
    padding: 8px;

    border: 1px solid #dcdcdc;
}
.wrap-videos .video .img-box
{
    z-index: 0;

    padding-bottom: 62.5%;

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

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

    overflow: hidden;

    width: 100%;
    height: 100%;

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

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

    display: inline-block;

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

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

    color: #7a7a7a;
}
@media (max-width: 991px)
{
    .wrap-videos .video .play
    {
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);

        opacity: 1;
    }
}
.wrap-videos .video .play:before
{
    font-family: 'iconfont';
    font-size: 20px;
    font-weight: normal;
    line-height: 40px;

    display: block;

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

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

    border-radius: 8px;
    background-color: #fff;
}
.wrap-videos .item
{
    text-align: center;
}
.wrap-videos .item p
{
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

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

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

    opacity: .9;
}
.wrap-videos .item:hover p
{
    color: #0479e2;
}
.wrap-solution .solution
{
    font-size: 0;
}
.wrap-solution .solution .item
{
    display: block;

    margin-top: 40px;

    color: inherit;
}
.wrap-solution .solution .item .pic,
.wrap-solution .solution .item .note
{
    display: inline-block;

    width: 50%;

    vertical-align: middle;
}
@media (max-width: 991px)
{
    .wrap-solution .solution .item .pic,
    .wrap-solution .solution .item .note
    {
        display: block;

        width: 100%;
    }
}
.wrap-solution .solution .item .pic
{
    padding: 8px;

    border: 1px solid #dcdcdc;
}
.wrap-solution .solution .item .pic .img-box
{
    padding-bottom: 61.66666667%;
}
.wrap-solution .solution .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-solution .solution .item .note
{
    font-size: 14px;

    padding-left: 18px;
}
@media (max-width: 991px)
{
    .wrap-solution .solution .item .note
    {
        margin-top: 20px;
        padding: 0;
    }
}
.wrap-solution .solution .item .note b
{
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    max-height: 60px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 991px)
{
    .wrap-solution .solution .item .note b
    {
        font-size: 16px;
    }
}
.wrap-solution .solution .item .note span.more
{
    line-height: 30px;

    display: block;

    margin-top: 70px;

    color: #888;
}
@media (max-width: 991px)
{
    .wrap-solution .solution .item .note span.more
    {
        margin-top: 10px;
    }
}
.wrap-solution .solution .item .note span.more:after
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    display: inline-block;

    margin-left: 10px;

    content: '\e6a1';
    vertical-align: middle;
}
.wrap-solution .solution .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-solution .solution .item:hover .note b
{
    color: #0479e2;
}
.wrap-solution-show .title-solution-show
{
    text-align: center;
}
.wrap-solution-show .title-solution-show h1
{
    font-size: 30px;
    line-height: 1.5;

    display: block;

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 991px)
{
    .wrap-solution-show .title-solution-show h1
    {
        font-size: 20px;
    }
}
.wrap-solution-show .solution-show
{
    margin-top: 30px;
}
.wrap-solution-show .solution-show p
{
    line-height: 2.14285714;

    margin: 0;

    color: #777;
}
.wrap-solution-show .solution-show b
{
    color: #333;
}
.wrap-solution-show .solution-show img
{
    display: inline-block;

    max-width: 100%;
    height: auto !important;
    margin-top: 10px;
}
.wrap-solution-show .solution-show h3
{
    font-size: 18px;
    line-height: 30px;
}
@media (max-width: 767px)
{
    .wrap-solution-show .solution-show h3
    {
        font-size: 16px;
    }
}
.wrap-download .download
{
    font-size: 0;
}
.wrap-download .download .item
{
    display: block;

    margin-top: 40px;

    color: inherit;
}
.wrap-download .download .item .pic,
.wrap-download .download .item .note
{
    display: inline-block;

    width: 50%;

    vertical-align: middle;
}
@media (max-width: 991px)
{
    .wrap-download .download .item .pic,
    .wrap-download .download .item .note
    {
        display: block;

        width: 100%;
    }
}
.wrap-download .download .item .pic
{
    padding: 8px;

    border: 1px solid #dcdcdc;
}
.wrap-download .download .item .pic .img-box
{
    padding-bottom: 61.66666667%;
}
.wrap-download .download .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-download .download .item .note
{
    font-size: 14px;

    padding-left: 18px;
}
@media (max-width: 991px)
{
    .wrap-download .download .item .note
    {
        margin-top: 20px;
        padding: 0;
    }
}
.wrap-download .download .item .note b
{
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    max-height: 30px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .wrap-download .download .item .note b
    {
        font-size: 16px;
    }
}
.wrap-download .download .item .note p
{
    margin: 14px 0 0 0;
}
.wrap-download .download .item .note p span
{
    line-height: 30px;

    display: inline-block;

    color: #888;
}
.wrap-download .download .item .note p span:first-child
{
    margin-right: 10%;
}
.wrap-download .download .item .note span.down
{
    font-weight: 500;
    line-height: 30px;

    display: block;

    margin-top: 50px;

    text-decoration: underline;
}
@media (max-width: 991px)
{
    .wrap-download .download .item .note span.down
    {
        margin-top: 10px;
    }
}
.wrap-download .download .item .note span.down:after
{
    font-family: 'iconfont' !important;
    font-size: 16px;

    display: inline-block;

    margin-left: 10px;

    content: '\e6ad';
    vertical-align: middle;
}
.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 b
{
    color: #0479e2;
}
.wrap-news .news .item
{
    overflow: hidden;

    margin-top: 60px;

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

    border: 1px solid #f3f3f3;
    border-radius: 10px 10px 0 0;
}
.wrap-news .news .item .pic
{
    -webkit-transition: all .2s;
            transition: all .2s;

    background-color: #000;
}
.wrap-news .news .item .pic .img-box
{
    padding-bottom: 67.34693878%;
}
.wrap-news .news .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-news .news .item .note
{
    padding: 20px;
}
@media (max-width: 991px)
{
    .wrap-news .news .item .note
    {
        padding: 20px 10px;
    }
}
.wrap-news .news .item .note b
{
    font-size: 18px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .wrap-news .news .item .note b
    {
        font-size: 16px;
    }
}
.wrap-news .news .item .note a
{
    color: inherit;
}
.wrap-news .news .item .note p
{
    line-height: 26px;

    display: -webkit-box;
    overflow: hidden;

    height: 78px;
    margin: 4px 0 0 0;

    color: #888;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.wrap-news .news .item .note span.date
{
    font-weight: normal;
    line-height: 30px;

    display: inline-block;
    float: right;

    margin-top: 20px;

    color: #0479e2;
}
.wrap-news .news .item .note a.more
{
    font-weight: bold;
    line-height: 30px;

    display: inline-block;

    margin-top: 20px;

    -webkit-transition: all .2s;
            transition: all .2s;
    text-decoration: underline;
}
.wrap-news .news .item:hover .pic
{
    border-color: #fff;
}
.wrap-news .news .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);

    opacity: .8;
}
.wrap-news .news .item:hover .note
{
    background-color: #0479e2;
}
.wrap-news .news .item:hover .note b,
.wrap-news .news .item:hover .note p,
.wrap-news .news .item:hover .note a.more,
.wrap-news .news .item:hover .note span.date
{
    color: #fff;
}
.wrap-news-show .title-news-show h1
{
    font-size: 36px;
    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 span.date
{
    font-size: 18px;
    font-weight: normal;

    display: block;

    margin-top: 10px;

    color: #0479e2;
}
@media (max-width: 991px)
{
    .wrap-news-show .title-news-show span.date
    {
        font-size: 16px;
    }
}
.wrap-news-show .title-news-show span.date:before
{
    font-family: 'iconfont' !important;

    float: left;

    margin-right: 10px;

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

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-news-show .text p
    {
        font-size: 14px;
    }
}
.wrap-news-show .text img
{
    max-width: 100%;
    height: auto !important;
}
.wrap-product .product .item
{
    font-weight: normal;

    display: block;

    margin-top: 30px;

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

    overflow: hidden;

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

    border: 1px solid #dcdcdc;
    border-radius: 10px 10px 0 0;
}
.wrap-product .product .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-product .product .item a
{
    display: block;

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

    margin-top: 20px;
    padding: 0 30px;
}
@media (max-width: 991px)
{
    .wrap-product .product .item .note
    {
        padding: 0 14px;
    }
}
.wrap-product .product .item .note:before
{
    position: absolute;
    left: 0;

    display: block;

    width: 6px;
    height: 32px;

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

    background-color: #0479e2;
}
.wrap-product .product .item .note p
{
    font-size: 16px;
    line-height: 32px;

    position: relative;
    z-index: 2;

    display: -webkit-box;
    overflow: hidden;

    height: 32px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .wrap-product .product .item .note p
    {
        font-size: 14px;
    }
}
@media (min-width: 1200px)
{
    .wrap-product .product .item:hover .pic .img-box img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
    .wrap-product .product .item:hover .note:before
    {
        width: 100%;
    }
    .wrap-product .product .item:hover .note p
    {
        color: #fff;
    }
}
.wrap-product-show .carousel-wrap .carousel
{
    font-size: 0;

    position: relative;

    padding-right: 5%;
}
.wrap-product-show .carousel-wrap .carousel .slider-for
{
    position: relative;

    border: 1px solid #dcdcdc;
}
.wrap-product-show .carousel-wrap .carousel .slider-for .item
{
    position: relative;
}
.wrap-product-show .carousel-wrap .carousel .slider-for .video
{
    position: relative;

    background-color: #000;
}
@media (max-width: 991px)
{
    .wrap-product-show .carousel-wrap .carousel .slider-for .video
    {
        width: 100%;
    }
}
.wrap-product-show .carousel-wrap .carousel .slider-for .video .video-box
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    overflow: hidden;

    width: 100%;
    height: 100%;

    text-align: center;
}
.wrap-product-show .carousel-wrap .carousel .slider-for .video .img-box
{
    -webkit-transition: all .4s;
            transition: all .4s;

    opacity: .8;
}
.wrap-product-show .carousel-wrap .carousel .slider-for .video img
{
    -webkit-transition: all .6s ease;
            transition: all .6s ease;
}
.wrap-product-show .carousel-wrap .carousel .slider-for .video .iframe
{
    display: none;

    width: 100% !important;
    height: 100% !important;
}
.wrap-product-show .carousel-wrap .carousel .slider-for .video .play
{
    font-size: 80px;
    line-height: 60px;

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

    display: inline-block;

    width: 100%;

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

    color: #fff;
}
.wrap-product-show .carousel-wrap .carousel .slider-for .video .play:after
{
    font-family: 'iconfont' !important;

    display: inline-block;

    content: '\e8d8';
}
.wrap-product-show .carousel-wrap .carousel .slider-for .video:hover .img-box
{
    opacity: .9;
}
.wrap-product-show .carousel-wrap .carousel .slider-nav
{
    margin: 0 -5px;
    margin-top: 10px;
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .slick-slide
{
    padding: 0 5px;

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

    border: 1px solid #dcdcdc;
    background-color: #000;
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .item-video
{
    position: relative;
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .item-video .img-box
{
    opacity: .7;
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .item-video:after
{
    font-family: 'iconfont' !important;
    font-size: 40px;

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

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

    color: #fff;
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .slick-current .item
{
    border: 1px solid #0479e2;
}
.wrap-product-show .carousel-wrap .info-box
{
    position: relative;
}
@media (max-width: 1350px)
{
    .wrap-product-show .carousel-wrap .info-box
    {
        margin-top: 20px;
    }
}
.wrap-product-show .carousel-wrap .info-box .title-info h1
{
    font-size: 32px;
    font-weight: bold;
    line-height: 1.33333333;

    display: block;

    margin: 0;
}
@media (max-width: 1350px)
{
    .wrap-product-show .carousel-wrap .info-box .title-info h1
    {
        font-size: 20px;
    }
}
.wrap-product-show .carousel-wrap .info-box .text
{
    margin-top: 20px;
}
.wrap-product-show .carousel-wrap .info-box .text .title-text b
{
    font-size: 18px;
    line-height: 30px;

    display: block;
}
.wrap-product-show .carousel-wrap .info-box .text .note
{
    margin-top: 10px;
}
.wrap-product-show .carousel-wrap .info-box .text .note p
{
    font-size: 16px;
    line-height: 1.875;

    margin: 0;

    color: #777;
}
.wrap-product-show .carousel-wrap .info-box .btn-product-show
{
    overflow: hidden;

    margin-top: 100px;
}
@media (max-width: 991px)
{
    .wrap-product-show .carousel-wrap .info-box .btn-product-show
    {
        margin-top: 30px;
    }
}
.wrap-product-show .carousel-wrap .info-box .btn-product-show a.btn-inquiry
{
    font-size: 16px;
    font-weight: bold;
    line-height: 50px;

    display: inline-block;

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

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

    color: #fff;
    border-radius: 30px;
    background-color: #0479e2;
}
.wrap-product-show .carousel-wrap .info-box .btn-product-show a.btn-inquiry:hover
{
    background-color: #035eaf;
}
.wrap-product-show .carousel-wrap .info-box .btn-product-show a.btn-download
{
    font-weight: bold;
    line-height: 50px;

    display: inline-block;
    float: right;

    margin-top: 10px;

    text-decoration: underline;

    color: inherit;
}
.wrap-product-show .carousel-wrap .info-box .btn-product-show a.btn-download:hover
{
    color: #0479e2;
}
.wrap-product-show .carousel-wrap .info-box .prev-next
{
    margin-top: 80px;
}
@media (max-width: 991px)
{
    .wrap-product-show .carousel-wrap .info-box .prev-next
    {
        margin-top: 30px;
    }
}
.wrap-product-show .carousel-wrap .info-box .prev-next a
{
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;

    display: inline-block;

    color: #666;
}
.wrap-product-show .carousel-wrap .info-box .prev-next a:before
{
    font-family: 'iconfont' !important;
    font-size: 30px;
    font-weight: normal;

    float: left;

    margin-right: 10px;

    content: '\e62e';
}
.wrap-product-show .carousel-wrap .info-box .prev-next a.next
{
    float: right;
}
.wrap-product-show .carousel-wrap .info-box .prev-next a.next:before
{
    float: right;

    margin-right: 0;
    margin-left: 10px;

    content: '\e62f';
}
.wrap-product-show .carousel-wrap .info-box .prev-next a:hover
{
    color: #0479e2;
}
.wrap-product-show .title-product-show b
{
    font-size: 36px;
    line-height: 1;

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

    margin: 4px 0 0 0;

    color: #666;
}
.wrap-product-show .parameter,
.wrap-product-show .relate-product,
.wrap-product-show .inquiry
{
    padding-top: 50px;
}
.wrap-product-show .parameter .text
{
    margin-top: 20px;
    padding: 30px 15px;

    border: 1px solid #eee;
}
.wrap-product-show .parameter .text p
{
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;

    margin: 14px 0 0 0;
}
.wrap-product-show .parameter .text p
{
    font-size: 16px;
    line-height: 2;

    margin: 0;
}
.wrap-product-show .parameter .text img
{
    max-width: 100%;
    height: auto !important;
}
.wrap-product-show .inquiry p
{
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;

    margin: 14px 0 0 0;
}
.wrap-product-show .inquiry form input,
.wrap-product-show .inquiry form textarea
{
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;

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

    resize: vertical;

    border: none;
    outline: none;
    background: none;
    background-color: #ededed;
}
@media (max-width: 991px)
{
    .wrap-product-show .inquiry form input,
    .wrap-product-show .inquiry form textarea
    {
        margin-top: 10px;
    }
}
.wrap-product-show .inquiry form input::-webkit-input-placeholder,
.wrap-product-show .inquiry form textarea::-webkit-input-placeholder
{
    color: #333;
}
.wrap-product-show .inquiry form input:-o-placeholder,
.wrap-product-show .inquiry form textarea:-o-placeholder
{
    color: #333;
}
.wrap-product-show .inquiry form input::-moz-placeholder,
.wrap-product-show .inquiry form textarea::-moz-placeholder
{
    color: #333;
}
.wrap-product-show .inquiry form input:-ms-input-placeholder,
.wrap-product-show .inquiry form textarea:-ms-input-placeholder
{
    color: #333;
}
.wrap-product-show .inquiry form input:focus::-webkit-input-placeholder,
.wrap-product-show .inquiry form textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .inquiry form input:focus::-o-placeholder,
.wrap-product-show .inquiry form textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .inquiry form input:focus::-moz-placeholder,
.wrap-product-show .inquiry form textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .inquiry form input:focus::-ms-input-placeholder,
.wrap-product-show .inquiry form textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .inquiry form .read input::-webkit-input-placeholder,
.wrap-product-show .inquiry form .read textarea::-webkit-input-placeholder
{
    color: #333;
}
.wrap-product-show .inquiry form .read input:-o-placeholder,
.wrap-product-show .inquiry form .read textarea:-o-placeholder
{
    color: #333;
}
.wrap-product-show .inquiry form .read input::-moz-placeholder,
.wrap-product-show .inquiry form .read textarea::-moz-placeholder
{
    color: #333;
}
.wrap-product-show .inquiry form .read input:-ms-input-placeholder,
.wrap-product-show .inquiry form .read textarea:-ms-input-placeholder
{
    color: #333;
}
.wrap-product-show .inquiry form .read input:focus::-webkit-input-placeholder,
.wrap-product-show .inquiry form .read textarea:focus::-webkit-input-placeholder
{
    color: #333;
}
.wrap-product-show .inquiry form .read input:focus::-o-placeholder,
.wrap-product-show .inquiry form .read textarea:focus::-o-placeholder
{
    color: #333;
}
.wrap-product-show .inquiry form .read input:focus::-moz-placeholder,
.wrap-product-show .inquiry form .read textarea:focus::-moz-placeholder
{
    color: #333;
}
.wrap-product-show .inquiry form .read input:focus::-ms-input-placeholder,
.wrap-product-show .inquiry form .read textarea:focus::-ms-input-placeholder
{
    color: #333;
}
.wrap-product-show .inquiry form .read input
{
    font-weight: bold;

    background-color: #d8d8d8;
}
.wrap-product-show .inquiry form .send
{
    text-align: center;
}
.wrap-product-show .inquiry form .submit
{
    font-size: 14px;
    font-weight: bold;
    line-height: 44px;

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

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

    color: #fff;
    border-radius: 30px;
    background-color: #0479e2;
}
@media (max-width: 991px)
{
    .wrap-product-show .inquiry form .submit
    {
        padding: 0 40px;
    }
}
.wrap-product-show .inquiry form .submit:hover
{
    background-color: #035eaf;
}
.wrap-product-show .table-box
{
    overflow: auto;

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

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

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

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

    background: none !important;
}
.wrap-inquiry table
{
    width: 100%;
    margin-top: 20px;

    border-collapse: collapse;
}
.wrap-inquiry table tr
{
    border: 1px solid #d5d5d5;
}
.wrap-inquiry table tr:first-child
{
    overflow: hidden;

    background-color: #e6e6e6;
}
.wrap-inquiry table th
{
    font-weight: 500;
    line-height: 30px;

    height: 52px;
    padding-top: 10px !important;
    padding-bottom: 10px !important;

    text-align: left;
}
.wrap-inquiry table td,
.wrap-inquiry table th
{
    padding: 30px 10px;
}
.wrap-inquiry table td:first-child,
.wrap-inquiry table th:first-child
{
    width: 15%;
    padding: 0 5%;
}
@media (max-width: 767px)
{
    .wrap-inquiry table td:first-child,
    .wrap-inquiry table th:first-child
    {
        width: 22%;
        padding: 0 2%;
    }
}
.wrap-inquiry table td:nth-child(2),
.wrap-inquiry table th:nth-child(2)
{
    width: 55%;
}
@media (max-width: 991px)
{
    .wrap-inquiry table td:nth-child(2),
    .wrap-inquiry table th:nth-child(2)
    {
        width: 50%;
    }
}
@media (max-width: 767px)
{
    .wrap-inquiry table td:nth-child(2),
    .wrap-inquiry table th:nth-child(2)
    {
        width: 35%;
    }
}
.wrap-inquiry table td:nth-child(3),
.wrap-inquiry table th:nth-child(3)
{
    width: 15%;
}
@media (max-width: 991px)
{
    .wrap-inquiry table td:nth-child(3),
    .wrap-inquiry table th:nth-child(3)
    {
        width: 20%;
    }
}
@media (max-width: 767px)
{
    .wrap-inquiry table td:nth-child(3),
    .wrap-inquiry table th:nth-child(3)
    {
        width: 30%;
    }
}
.wrap-inquiry table td:nth-child(4),
.wrap-inquiry table th:nth-child(4)
{
    width: 15%;

    text-align: center;
}
.wrap-inquiry table .Each,
.wrap-inquiry table .all
{
    position: relative;

    float: left;

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

    text-align: center;

    border: 1px solid #dcdcdc;
    outline: none;
    background-color: #fff;

    -webkit-appearance: none;
}
.wrap-inquiry table .Each:checked::after,
.wrap-inquiry table .all:checked::after
{
    font-family: 'iconfont';
    font-size: 18px;

    position: absolute;
    top: -6px;
    left: 0;

    content: '\e6aa';

    color: #0479e2;
}
.wrap-inquiry table input
{
    font-size: 16px;
    font-weight: bold;
    line-height: 32px;

    position: relative;
    top: -1px;

    width: 60px;
    height: 32px;

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

    border: none;
    outline: none;
}
@media (max-width: 991px)
{
    .wrap-inquiry table input
    {
        width: 30px;
    }
}
@media (max-width: 767px)
{
    .wrap-inquiry table input
    {
        font-size: 14px;
        line-height: 30px;

        width: 20px;
        height: 30px;

        border-right: none;
        border-left: none;
    }
}
.wrap-inquiry table .del1,
.wrap-inquiry table .add1
{
    font-size: 20px;
    line-height: 28px;

    display: inline-block;

    width: 36px;
    height: 32px;
    margin-top: -1px;
    padding: 0;

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

    border: 1px solid #dfdfdf;
}
@media (max-width: 767px)
{
    .wrap-inquiry table .del1,
    .wrap-inquiry table .add1
    {
        line-height: 30px;

        position: relative;
        z-index: 9;

        width: 20px;
        height: 30px;
    }
}
.wrap-inquiry table .pic
{
    display: inline-block;

    width: 24%;
    margin-right: -4px;
    padding: 2px;

    vertical-align: middle;

    border: 1px solid #dcdcdc;
}
@media (max-width: 767px)
{
    .wrap-inquiry table .pic
    {
        display: block;

        width: 100%;
    }
}
.wrap-inquiry table .pic .img-box
{
    padding-bottom: 63.63636364%;
}
.wrap-inquiry table p
{
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;

    display: inline-block;
    overflow: hidden;

    width: 70%;
    height: 24px;
    margin: 0;
    margin-right: -4px;
    padding-left: 4%;

    vertical-align: middle;
}
@media (max-width: 767px)
{
    .wrap-inquiry table p
    {
        font-size: 14px;

        display: block;

        width: 100%;
        margin: 0;
    }
}
@media (max-width: 320px)
{
    .wrap-inquiry table p
    {
        font-size: 12px;
    }
}
.wrap-inquiry .close
{
    float: none;

    cursor: pointer;
    text-align: center;

    opacity: 1;
}
.wrap-inquiry .close::after
{
    font-family: 'iconfont';
    font-size: 30px;
    font-weight: normal;

    content: '\e659';

    color: #787878;
}
.wrap-inquiry .close:hover::after
{
    color: #035eaf;
}
.wrap-inquiry .title-inquiry b
{
    font-size: 30px;
    line-height: 1;

    display: block;

    text-transform: uppercase;
}
@media (max-width: 991px)
{
    .wrap-inquiry .title-inquiry b
    {
        font-size: 20px;
    }
}
.wrap-inquiry .title-inquiry p
{
    line-height: 1.71428571;

    margin: 10px 0 0 0;

    color: #666;
}
.wrap-inquiry .inquiry
{
    margin-top: 50px;
}
.wrap-inquiry .inquiry form input,
.wrap-inquiry .inquiry form textarea
{
    line-height: 30px;

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

    resize: vertical;

    border: 1px solid #eee;
    outline: none;
    background: none;
    background-color: #ededed;
}
@media (max-width: 991px)
{
    .wrap-inquiry .inquiry form input,
    .wrap-inquiry .inquiry form textarea
    {
        margin-top: 10px;
    }
}
.wrap-inquiry .inquiry form input::-webkit-input-placeholder,
.wrap-inquiry .inquiry form textarea::-webkit-input-placeholder
{
    color: #777;
}
.wrap-inquiry .inquiry form input:-o-placeholder,
.wrap-inquiry .inquiry form textarea:-o-placeholder
{
    color: #777;
}
.wrap-inquiry .inquiry form input::-moz-placeholder,
.wrap-inquiry .inquiry form textarea::-moz-placeholder
{
    color: #777;
}
.wrap-inquiry .inquiry form input:-ms-input-placeholder,
.wrap-inquiry .inquiry form textarea:-ms-input-placeholder
{
    color: #777;
}
.wrap-inquiry .inquiry form input:focus::-webkit-input-placeholder,
.wrap-inquiry .inquiry form textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.wrap-inquiry .inquiry form input:focus::-o-placeholder,
.wrap-inquiry .inquiry form textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.wrap-inquiry .inquiry form input:focus::-moz-placeholder,
.wrap-inquiry .inquiry form textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.wrap-inquiry .inquiry form input:focus::-ms-input-placeholder,
.wrap-inquiry .inquiry form textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.wrap-inquiry .inquiry form .read input::-webkit-input-placeholder,
.wrap-inquiry .inquiry form .read textarea::-webkit-input-placeholder
{
    color: #333;
}
.wrap-inquiry .inquiry form .read input:-o-placeholder,
.wrap-inquiry .inquiry form .read textarea:-o-placeholder
{
    color: #333;
}
.wrap-inquiry .inquiry form .read input::-moz-placeholder,
.wrap-inquiry .inquiry form .read textarea::-moz-placeholder
{
    color: #333;
}
.wrap-inquiry .inquiry form .read input:-ms-input-placeholder,
.wrap-inquiry .inquiry form .read textarea:-ms-input-placeholder
{
    color: #333;
}
.wrap-inquiry .inquiry form .read input:focus::-webkit-input-placeholder,
.wrap-inquiry .inquiry form .read textarea:focus::-webkit-input-placeholder
{
    color: #333;
}
.wrap-inquiry .inquiry form .read input:focus::-o-placeholder,
.wrap-inquiry .inquiry form .read textarea:focus::-o-placeholder
{
    color: #333;
}
.wrap-inquiry .inquiry form .read input:focus::-moz-placeholder,
.wrap-inquiry .inquiry form .read textarea:focus::-moz-placeholder
{
    color: #333;
}
.wrap-inquiry .inquiry form .read input:focus::-ms-input-placeholder,
.wrap-inquiry .inquiry form .read textarea:focus::-ms-input-placeholder
{
    color: #333;
}
.wrap-inquiry .inquiry form .read input
{
    font-weight: bold;

    background-color: #d8d8d8;
}
.wrap-inquiry .inquiry form p
{
    font-size: 16px;

    margin: 14px 0 0 0;
}
.wrap-inquiry .inquiry form .send
{
    text-align: center;
}
.wrap-inquiry .inquiry form .submit
{
    font-size: 16px;
    font-weight: 500;
    line-height: 44px;

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

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

    color: #fff;
    border-radius: 0;
    background-color: #0479e2;
}
@media (max-width: 991px)
{
    .wrap-inquiry .inquiry form .submit
    {
        padding: 0 40px;
    }
}
.wrap-inquiry .inquiry form .submit:hover
{
    background-color: #035eaf;
}
.wrap-contact .text
{
    margin-top: 20px;
}
.wrap-contact .text p
{
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;

    margin: 0 0 14px 0;

    color: #666;
}
@media (max-width: 991px)
{
    .wrap-contact .text p
    {
        font-size: 14px;
    }
}
.wrap-contact .text p b
{
    font-size: 18px;
}
@media (max-width: 991px)
{
    .wrap-contact .text p b
    {
        font-size: 15px;
    }
}
.wrap-contact .text p a:hover
{
    text-decoration: underline;
}
.wrap-contact .text a
{
    color: inherit;
}
.wrap-contact .contact
{
    overflow: hidden;

    margin-top: 40px;

    border-radius: 10px 10px 0 0;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.wrap-contact .contact .message
{
    float: left;

    width: 60%;
    padding: 40px;
}
@media (max-width: 991px)
{
    .wrap-contact .contact .message
    {
        width: 100%;
        padding: 30px 10px;
    }
}
.wrap-contact .contact .message p
{
    font-weight: normal;
    line-height: 30px;

    margin: 0;

    color: #666;
}
.wrap-contact .contact .message input,
.wrap-contact .contact .message textarea
{
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;

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

    border: none;
    outline: none;
    background-color: #f1eeee;
}
@media (max-width: 991px)
{
    .wrap-contact .contact .message input,
    .wrap-contact .contact .message textarea
    {
        font-size: 14px;

        margin-top: 20px;
    }
}
.wrap-contact .contact .message textarea
{
    resize: vertical;
}
.wrap-contact .contact .message input::-webkit-input-placeholder,
.wrap-contact .contact .message textarea::-webkit-input-placeholder
{
    color: #333;
}
.wrap-contact .contact .message input:-o-placeholder,
.wrap-contact .contact .message textarea:-o-placeholder
{
    color: #333;
}
.wrap-contact .contact .message input::-moz-placeholder,
.wrap-contact .contact .message textarea::-moz-placeholder
{
    color: #333;
}
.wrap-contact .contact .message input:-ms-input-placeholder,
.wrap-contact .contact .message textarea:-ms-input-placeholder
{
    color: #333;
}
.wrap-contact .contact .message input:focus::-webkit-input-placeholder,
.wrap-contact .contact .message textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .contact .message input:focus::-o-placeholder,
.wrap-contact .contact .message textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .contact .message input:focus::-moz-placeholder,
.wrap-contact .contact .message textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .contact .message input:focus::-ms-input-placeholder,
.wrap-contact .contact .message textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .contact .message .send
{
    text-align: center;
}
.wrap-contact .contact .message .submit
{
    font-weight: bold;
    line-height: 42px;

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

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

    color: #fff;
    border-radius: 30px;
    background-color: #0479e2;
}
@media (max-width: 991px)
{
    .wrap-contact .contact .message .submit
    {
        margin-top: 20px;
    }
}
.wrap-contact .contact .message .submit:hover
{
    background-color: #035eaf;
}
.wrap-contact .contact .map
{
    float: left;

    width: 40%;
}
@media (max-width: 991px)
{
    .wrap-contact .contact .map
    {
        width: 100%;
    }
}
.wrap-contact .contact #dituContent
{
    height: 850px;
}
@media (max-width: 991px)
{
    .wrap-contact .contact #dituContent
    {
        height: 400px;
    }
}
nav
{
    text-align: center;
}
.pagination
{
    margin: 40px 0 0 0;
}
.pagination li:first-child a,
.pagination li:last-child a
{
    border-radius: 50%;
}
.pagination li a
{
    font-size: 14px;
    font-weight: normal;
    line-height: 34px;

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

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

    color: #848484;
    border: 1px solid #d7d7d7;
    border-radius: 50%;
}
.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: #0479e2;
    background-color: #0479e2;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover
{
    color: #fff;
    border-color: #0479e2;
    background-color: #0479e2;
}
.lazy
{
    background-image: url(../js/slick/ajax-loader.gif);
    background-repeat: no-repeat;
    background-position: center;
}
.zoomDiv
{
    z-index: 8;

    display: none;
    overflow: hidden;

    text-align: center;

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

    cursor: move;

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

    width: 100%;
    height: 50px !important;
}
@media (max-width: 1199px)
{
    .stuck
    {
        height: 70px !important;

        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    }
}
