.ff,
.banner .mobile-video:before
{
    font-family: 'iconfont' !important;
}
@font-face
{
    font-family: 'Oswald';
    font-weight: bold;
    font-style: normal;

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

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

    color: #222;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-arrow
{
    font-size: 16px;

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

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

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

    color: #008cd5;
    border: none;
    border-radius: 10px;
    background: none;
    background: #def4ff;
}
@media (max-width: 767px)
{
    .slick-arrow
    {
        left: -10px;
    }
}
.slick-arrow:before
{
    font-family: 'iconfont' !important;

    display: block;

    content: '\e9b6';
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.slick-arrow.slick-next
{
    right: 0;
    left: auto;
}
@media (max-width: 767px)
{
    .slick-arrow.slick-next
    {
        right: -10px;
    }
}
.slick-arrow.slick-next:before
{
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
}
.slick-arrow:hover
{
    color: #fff;
    background-color: #008cd5;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .18);
}
.slick-dots
{
    margin: 0 -3px;
    margin-top: 30px;

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

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

    vertical-align: top;

    border-radius: 50%;
    background-color: #eee;
}
@media (max-width: 1470px)
{
    .slick-dots li
    {
        width: 12px;
        height: 12px;
    }
}
.slick-dots li button
{
    display: none;
}
.slick-dots li.slick-active
{
    color: #fff;
    background-color: #008cd5;
}
.flexwrap
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.pt-130
{
    padding-top: 130px;
}
@media (max-width: 1199px)
{
    .pt-130
    {
        padding-top: 90px;
    }
}
.share-cn
{
    display: none;
}
[lang=zh-CN] .share-cn
{
    display: block;
}
[lang=zh-CN] .share-other
{
    display: none;
}
.header
{
    position: fixed;
    z-index: 9;
    top: 0;

    width: 100%;
    height: 120px;

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

        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    }
}
.header .header-top
{
    height: 40px;
    padding: 0 3%;

    color: #fff;
    background-color: #008cd5;
}
@media (max-width: 1199px)
{
    .header .header-top
    {
        height: 30px;
    }
}
.header .text p
{
    font-size: 15px;
    line-height: 40px;

    display: inline-block;

    margin: 0;

    vertical-align: middle;
}
@media (max-width: 767px)
{
    .header .text p
    {
        font-size: 0;
    }
}
.header .text p .icon
{
    font-size: 20px;

    display: inline-block;

    margin-right: 6px;

    vertical-align: middle;
}
.header .text p a:hover
{
    text-decoration: underline;
}
.header .text p.email
{
    margin-right: 50px;
}
@media (max-width: 991px)
{
    .header .text p.email
    {
        margin-right: 20px;
    }
}
@media (max-width: 767px)
{
    .header .text p.email
    {
        margin-right: 0;
    }
}
.header .logo
{
    height: 90px;
    margin-top: 20px;

    -webkit-transition: all .4s;
            transition: all .4s;
}
@media (max-width: 1199px)
{
    .header .logo
    {
        height: 70px;
    }
}
@media (max-width: 767px)
{
    .header .logo
    {
        margin-top: 10px;
    }
}
.header .logo img
{
    display: inline-block;

    height: 90px;

    vertical-align: middle;
}
@media (max-width: 1199px)
{
    .header .logo img
    {
        height: 70px;
    }
}
.header .header-nav
{
    height: 80px;
    padding: 0 3%;
}
@media (max-width: 1199px)
{
    .header .header-nav
    {
        height: 60px;
    }
}
@media (max-width: 767px)
{
    .header .header-nav
    {
        padding-left: 0;
    }
}
.header .language
{
    font-family: 'Oswald', Arial, Helvetica, sans-serif;

    position: relative;

    display: inline-block;

    vertical-align: middle;
}
@media (max-width: 1199px)
{
    .header .language
    {
        margin-right: 10px;
    }
}
.header .language:before
{
    display: inline-block;

    width: 1px;
    height: 8px;
    margin-right: 30px;

    content: '';
    vertical-align: middle;

    background: #c8c8c8;
}
@media (max-width: 1350px)
{
    .header .language:before
    {
        margin-right: 14px;
    }
}
@media (max-width: 1199px)
{
    .header .language:before
    {
        display: none;
    }
}
.header .language p
{
    font-size: 16px;
    line-height: 80px;

    display: inline-block;

    margin: 0;
}
@media (max-width: 1350px)
{
    .header .language p
    {
        font-size: 14px;
    }
}
@media (max-width: 1199px)
{
    .header .language p
    {
        line-height: 60px;
    }
}
.header .language p a:before
{
    display: inline-block;

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

    content: '';
    vertical-align: middle;

    background: url(../images/language.png) no-repeat;
    background-position: -44px 0;
    background-size: cover;
}
.header .language p a:after
{
    font-family: 'iconfont' !important;
    font-size: 12px;

    display: inline-block;

    margin-left: 20px;

    content: '\eb6d';
    vertical-align: middle;
}
@media (max-width: 767px)
{
    .header .language p a:after
    {
        margin-left: 4px;
    }
}
.header .language p a .icon
{
    font-size: 24px;

    display: inline-block;

    vertical-align: middle;
}
.header .language p.es a:before
{
    background-position: -22px 0;
}
.header .language p.ru a:before
{
    background-position: -88px 0;
}
.header .language ul
{
    position: absolute;
    top: 100%;

    display: none;

    min-width: 100%;
    padding: 10px 0;

    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.header .language ul li a
{
    line-height: 30px;

    display: block;

    padding: 5px 30px;

    -webkit-transition: all .2s;
            transition: all .2s;
    white-space: nowrap;
}
@media (max-width: 1199px)
{
    .header .language ul li a
    {
        padding: 5px 10px;
    }
}
.header .language ul li a:before
{
    display: inline-block;

    width: 22px;
    height: 22px;
    margin-right: 8px;

    content: '';
    vertical-align: middle;

    background: url(../images/language.png) no-repeat;
    background-position: -44px 0;
    background-size: cover;
}
.header .language ul li.es a:before
{
    background-position: -22px 0;
}
.header .language ul li.ru a:before
{
    background-position: -88px 0;
}
.header .language ul li:hover a
{
    color: #008cd5;
}
@media (max-width: 1199px)
{
    .header .pc-nav
    {
        display: none;
    }
}
@media (min-width: 1200px)
{
    .header .pc-nav
    {
        font-family: 'Oswald', Arial, Helvetica, sans-serif;

        display: inline-block;

        vertical-align: middle;
    }
    .header .pc-nav > ul > li
    {
        position: relative;

        display: inline-block;

        vertical-align: top;
    }
    .header .pc-nav > ul > li > a
    {
        font-size: 17px;
        font-weight: normal;
        line-height: 80px;

        position: relative;

        display: block;

        height: 80px;
        padding: 0 20px;

        -webkit-transition: all .2s;
                transition: all .2s;
        text-transform: uppercase;
    }
    .header .pc-nav > ul > li > a:after
    {
        position: absolute;
        bottom: 0;
        left: 50%;

        width: 0;
        height: 2px;

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

        background-color: #008cd5;
    }
    .header .pc-nav > ul > li.active > a,
    .header .pc-nav > ul > li:hover > a
    {
        color: #008cd5;
    }
    .header .pc-nav > ul > li.active > a:after,
    .header .pc-nav > ul > li:hover > a:after
    {
        width: 100%;
    }
    .header .pc-nav .nav-list2
    {
        font-size: 15px;

        position: absolute;
        z-index: 9;
        top: 100%;

        display: none;

        min-width: 100%;
        padding: 14px 0;

        background-color: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    }
    .header .pc-nav .nav-list2 > li > a
    {
        line-height: 30px;

        display: block;

        padding: 5px 14px;

        white-space: nowrap;
    }
    .header .pc-nav .nav-list2 > li > a:hover
    {
        text-decoration: underline;
    }
    .header .pc-nav .nav-list3
    {
        font-size: 15px;

        position: absolute;
        z-index: 9;
        top: 0;
        left: 100%;

        display: none;

        min-width: 100%;
        min-height: 100%;
        padding: 14px 0;

        background-color: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    }
    .header .pc-nav .nav-list3 > li > a
    {
        line-height: 30px;

        display: block;

        padding: 5px 14px;

        white-space: nowrap;
    }
    .header .pc-nav .nav-list3 > li > a:hover
    {
        text-decoration: underline;
    }
}
@media (min-width: 1200px) and (max-width: 1199px)
{
    .header .pc-nav
    {
        display: none;
    }
}
@media (min-width: 1200px) and (max-width: 1400px)
{
    .header .pc-nav > ul > li > a
    {
        font-size: 16px;
    }
}
@media (min-width: 1200px) and (max-width: 1350px)
{
    .header .pc-nav > ul > li > a
    {
        padding: 0 15px;
    }
}
.header .btn-menu
{
    position: relative;

    display: none;

    width: 30px;
    height: 60px;
}
@media (max-width: 1199px)
{
    .header .btn-menu
    {
        display: inline-block;

        height: 50px;

        vertical-align: middle;
    }
}
.header .btn-menu a
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column;

    width: 100%;
    height: 100%;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
.header .btn-menu a:before,
.header .btn-menu a:after
{
    display: block;

    height: 2px;

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

    background: #666;
}
.header .btn-menu a span
{
    display: block;

    height: 2px;
    margin: 7px 0;

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

    background: #666;
}
.header .serach-part
{
    position: relative;

    display: none;
}
@media (max-width: 1199px)
{
    .header .serach-part
    {
        display: inline-block;

        vertical-align: middle;
    }
}
.header .translate
{
    display: inline-block;

    min-width: 158px;
    margin-left: 20px;

    vertical-align: middle;
}
@media (max-width: 1350px)
{
    .header .translate
    {
        margin-left: 10px;
    }
}
@media (max-width: 767px)
{
    .header .translate
    {
        min-width: 130px;
        margin: 0;
    }
    .header .translate .goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed span
    {
        font-size: 12px;
    }
}
.header .translate .goog-te-gadget-simple
{
    border: none;
}
.header .pc-search
{
    display: inline-block;
    overflow: hidden;

    width: 170px;
    margin-left: 20px;

    vertical-align: middle;

    border-radius: 20px;
    background-color: #f0f4f7;
}
@media (max-width: 1199px)
{
    .header .pc-search
    {
        display: none;
    }
}
.header .pc-search form
{
    position: relative;

    overflow: hidden;

    padding-right: 40px;

    color: #666;
}
.header .pc-search .submit
{
    line-height: 36px;

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

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

    color: #666;
    background: none;
}
.header .pc-search .submit .icon
{
    font-size: 16px;
}
.header .pc-search .submit:before
{
    font-size: 12px;

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

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

    color: #c8c8c8;
}
.header .pc-search .submit:hover
{
    color: #008cd5;
}
.header .pc-search input
{
    line-height: 36px;

    width: 100%;
    height: 36px;
    padding: 0 14px;

    background: none;
}
.header .pc-search input::-webkit-input-placeholder,
.header .pc-search textarea::-webkit-input-placeholder
{
    color: #8290a5;
}
.header .pc-search input:-o-placeholder,
.header .pc-search textarea:-o-placeholder
{
    color: #8290a5;
}
.header .pc-search input::-moz-placeholder,
.header .pc-search textarea::-moz-placeholder
{
    color: #8290a5;
}
.header .pc-search input:-ms-input-placeholder,
.header .pc-search textarea:-ms-input-placeholder
{
    color: #8290a5;
}
.header .pc-search input:focus::-webkit-input-placeholder,
.header .pc-search textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.header .pc-search input:focus::-o-placeholder,
.header .pc-search textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.header .pc-search input:focus::-moz-placeholder,
.header .pc-search textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.header .pc-search input:focus::-ms-input-placeholder,
.header .pc-search textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.header .find
{
    line-height: 36px;

    width: 36px;
    height: 36px;
    margin-right: 10px;
    padding: 0;

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

    color: #fff;
    border-radius: 50%;
    background-color: #008cd5;
}
@media (max-width: 767px)
{
    .header .find
    {
        line-height: 30px;

        width: 30px;
        height: 30px;
    }
}
.header .find:before
{
    font-family: 'iconfont';
    font-size: 16px;

    content: '\e623';
}
.header .find:hover
{
    background-color: #20b6e5;
}
.header .search-wrap
{
    font-size: 14px;

    position: absolute;
    z-index: 9;
    top: 120%;
    right: 0;

    display: none;

    width: 300px;
    padding: 10px;

    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 1199px)
{
    .header .search-wrap
    {
        top: 100%;
        right: 0;
    }
}
.header .search-wrap .search-box
{
    position: relative;
}
.header .search-wrap input
{
    line-height: 24px;

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

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

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

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

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

    content: '\e623';
}
.stuck .logo
{
    height: 80px;
    margin-top: 0;
}
@media (max-width: 1199px)
{
    .stuck .logo
    {
        height: 60px;
    }
}
.stuck .logo img
{
    height: 100%;
}
.mm-menu
{
    font-size: 16px;

    text-align: left;
}
.mm-menu.mm-right
{
    width: 60%;
}
html.mm-right.mm-opened.mm-opening .mm-page,
html.mm-right.mm-opened.mm-opening #mm-blocker,
html.mm-right.mm-opened.mm-opening .mm-fixed-top,
html.mm-right.mm-opened.mm-opening .mm-fixed-bottom
{
    right: 60%;
}
.mm-list > li > a,
.mm-list > li > span
{
    white-space: normal;
}
.mm-opening .header .btn-menu
{
    margin-left: 0;
}
.mm-opening .header .btn-menu a span
{
    opacity: 0;
}
.mm-opening .header .btn-menu a:before
{
    -webkit-transform: rotate(45deg) translateX(43%);
        -ms-transform: rotate(45deg) translateX(43%);
            transform: rotate(45deg) translateX(43%);
}
.mm-opening .header .btn-menu a:after
{
    -webkit-transform: rotate(-45deg) translateX(43%);
        -ms-transform: rotate(-45deg) translateX(43%);
            transform: rotate(-45deg) translateX(43%);
}
@media (max-width: 1199px)
{
    .mm-list > li
    {
        display: block !important;

        text-transform: capitalize;
    }
    .mm-list > li .overview
    {
        display: none;
    }
    .mm-list > li .navright
    {
        display: none;
    }
    .mm-menu .mm-list
    {
        padding: 40px 0 80px 0;
    }
    .mm-menu .mm-list .mm-list
    {
        padding: 0 20px;
    }
}
.share-media
{
    display: inline-block;

    vertical-align: middle;
}
.share-media ul
{
    display: inline-block;

    vertical-align: middle;
}
.share-media ul li
{
    display: inline-block;

    margin-right: 10px;

    vertical-align: middle;
}
@media (max-width: 767px)
{
    .share-media ul li
    {
        margin-right: 4px;
    }
}
.share-media ul li a
{
    line-height: 22px;

    position: relative;

    display: block;
    overflow: hidden;

    width: 22px;
    height: 22px;

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

    border-radius: 5px;
    background-color: #3a5897;
}
.share-media ul li a .icon
{
    font-size: 14px;
}
.share-media ul li a:after
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;

    width: 2.22222222rem;
    height: 100%;

    content: '';
    -webkit-transition: none;
            transition: none;
    -webkit-transform: translate3d(-150%, 0, 0) skewX(-25deg);
            transform: translate3d(-150%, 0, 0) skewX(-25deg);

    background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, .15)), to(rgba(204, 204, 204, .05)));
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, .15), rgba(204, 204, 204, .05));
    background-image:         linear-gradient(to right, rgba(255, 255, 255, .15), rgba(204, 204, 204, .05));

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
.share-media ul li a:hover:after
{
    left: 100%;

    -webkit-transition: left .4s ease-out, -webkit-transform .4s ease-out;
            transition: left .4s ease-out, -webkit-transform .4s ease-out;
            transition: transform .4s ease-out, left .4s ease-out;
            transition: transform .4s ease-out, left .4s ease-out, -webkit-transform .4s ease-out;
    -webkit-transform: translate3d(50%, 0, 0) skewX(-25deg);
            transform: translate3d(50%, 0, 0) skewX(-25deg);
}
.share-media ul li.share-twitter a
{
    background-color: #069ff5;
}
.share-media ul li.share-linkedin a
{
    background-color: #0274b3;
}
.share-media ul li.share-instagram a
{
    background: -webkit-linear-gradient(315deg, #4c63d1, #df2b6d, #f35741, #ffa53e);
    background:         linear-gradient(135deg, #4c63d1, #df2b6d, #f35741, #ffa53e);
}
.share-media ul li.share-youtube a
{
    background-color: #fb000f;
}
.share-media ul li:hover a
{
    -webkit-transform: translateY(-4px);
        -ms-transform: translateY(-4px);
            transform: translateY(-4px);
}
.online-wrap .btn
{
    line-height: 36px;

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

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

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

    color: #fff;
    border: 1px solid #008cd5;
    border-radius: 0;
    outline: none;
    background-color: #008cd5;
}
@media (min-width: 992px)
{
    .online-wrap .btn
    {
        display: none;
    }
}
.online-wrap .btn:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;

    display: inline-block;

    content: '\e6d2';
    -webkit-transition: -webkit-transform .3s;
            transition: -webkit-transform .3s;
            transition:         transform .3s;
            transition:         transform .3s, -webkit-transform .3s;
}
.online-wrap .btn.active:before
{
    -webkit-transform: rotateZ(225deg);
        -ms-transform: rotate(225deg);
            transform: rotateZ(225deg);
}
.online-wrap .code-pic
{
    position: fixed;
    z-index: 101;
    right: 45px;
    bottom: 180px;

    display: none;

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

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

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

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

    border-radius: 8px;
}
@media (max-width: 1199px)
{
    .online-wrap .online
    {
        right: 0;
    }
}
.online-wrap .online.onlineshow
{
    right: 0;
}
@media (max-width: 991px)
{
    .online-wrap .online
    {
        top: auto;
        right: -60px;
        bottom: 100px;

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

    position: relative;

    display: block;

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

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

    border-radius: 10px;
    background-color: rgba(0, 140, 213, .8);
}
.online-wrap .online a:before
{
    font-size: 24px;

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

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

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

    padding-right: 5px;

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

    color: #fff;
    border-radius: 8px;
    background-color: rgba(0, 140, 213, .8);
}
.online-wrap .online .icon-whatsapp .phone-num p
{
    background-color: rgba(62, 177, 84, .8);
}
@media (max-width: 767px)
{
    .online-wrap .online .code:before
    {
        font-size: 22px;
    }
}
.online-wrap .online .code .mask
{
    position: absolute;
    z-index: 10;
    top: 0;
    right: 100%;

    display: none;

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

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

    margin: 5px 0 8px 0;

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

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

    content: '\e62d';
}
.online-wrap .online .icon-weixin
{
    background-color: rgba(62, 177, 84, .8);
}
.online-wrap .online .icon-weixin:before
{
    font-family: 'iconfont' !important;

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

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

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

    content: '\e616';
}
.online-wrap .online .icon-whatsapp
{
    background-color: rgba(62, 177, 84, .8);
}
.online-wrap .online .icon-whatsapp:before
{
    font-family: 'iconfont' !important;

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

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

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

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

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

    content: '\e666';
}
.online-wrap .online .icon-cart
{
    background-color: rgba(247, 169, 3, .8);
}
.online-wrap .online .icon-cart:before
{
    font-family: 'iconfont' !important;

    content: '\e6c9';
}
.online-wrap .online .icon-cart span
{
    font-size: 14px;
    line-height: 20px;

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

    width: 20px;
    height: 20px;

    color: #fff;
    border-radius: 50%;
    background-color: #008cd5;
}
.online-wrap .online .icon-arrow-top:before
{
    font-family: 'iconfont' !important;

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

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

    display: none;

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

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

    text-align: center;

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

    width: 20%;

    list-style: none;

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

    display: block;

    padding: 8px 0;

    text-transform: uppercase;

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

    display: block;

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

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

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

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

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

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

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

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

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

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

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

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

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

    content: '\e609';
}
.xs-online ul li.xs-online-wechat > a:before
{
    content: '\e604';
}
.xs-online ul li.xs-online-wechat > a
{
    position: relative;
}
.xs-online ul li.xs-online-wechat > a:hover img
{
    display: block;
}
.xs-online ul li.xs-online-wechat > a img
{
    position: absolute;
    bottom: 57px;
    left: 0;

    display: none;

    width: 100%;
}
.xs-online ul li.facebook > a:before
{
    content: '\e615';
}
.banner
{
    font-size: 0;

    position: relative;
    z-index: 2;

    clear: both;
    overflow: hidden;

    width: 100%;
    padding-top: 120px;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
@media (max-width: 1199px)
{
    .banner
    {
        padding-top: 90px;
    }
}
.banner img
{
    display: block;

    width: 100%;
}
.banner .swiper-slide
{
    overflow: hidden;
}
.banner .swiper-pagination
{
    font-size: 16px;

    position: absolute;
    z-index: 2;
    bottom: 4.5%;
    left: 50%;

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

    color: #00a9d9;
}
.banner .swiper-pagination-bullet
{
    position: relative;

    width: 8px;
    height: 8px;
    margin: 0 10px !important;

    vertical-align: middle;

    opacity: .8;
    border-radius: 50%;
    background-color: #fff;
}
.banner .swiper-pagination-bullet-active
{
    width: 20px;
    height: 20px;

    opacity: 1;
    border: 1px solid #fff;
    background: none;
}
.banner .swiper-pagination-bullet-active:before
{
    position: absolute;
    top: 5px;
    left: 5px;

    display: block;

    width: 8px;
    height: 8px;

    content: '';

    border-radius: 50%;
    background-color: #fff;
}
.banner .slick-arrow
{
    font-size: 50px;
    line-height: 60px;

    top: 60%;

    width: 60px;
    height: 60px;

    text-align: center;

    color: #fff;
    border: none;
    border-radius: 0;
    outline: none;
    background: none;
}
.banner .slick-arrow:after
{
    display: none;
}
.banner .slick-arrow:before
{
    content: '\f1e8';
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.banner .slick-arrow:hover
{
    opacity: 1;
}
.banner .slick-prev
{
    left: 5%;
}
@media (max-width: 767px)
{
    .banner .slick-prev
    {
        left: -15px;
    }
}
.banner .slick-next
{
    right: 5%;
}
@media (max-width: 767px)
{
    .banner .slick-next
    {
        right: -15px;
    }
}
.banner .slick-next:before
{
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
}
.banner .item
{
    position: relative;

    display: block;
    overflow: hidden;
}
@media (max-width: 991px)
{
    .banner .item
    {
        width: 110%;
        max-width: 110%;
        margin-left: -5%;
    }
}
@media (max-width: 767px)
{
    .banner .item
    {
        width: 120%;
        max-width: 120%;
        margin-left: -10%;
    }
}
.banner .item > a
{
    display: block;
    overflow: hidden;
}
.banner .item > a > img
{
    position: relative;
    left: 50%;

    display: block;

    width: 100%;

    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
.banner-video
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    object-fit: cover;
}
.banner.hide-arrow .slick-arrow,
.banner.hide-arrow .swiper-pagination
{
    display: none !important;
}
.banner.hide-video video
{
    display: none !important;
}
.banner-video-box
{
    position: relative;

    display: block;

    padding-bottom: 34.16666667%;

    -webkit-transform: translateZ(10px);
            transform: translateZ(10px);
}
.banner-video-box .fluid_video_wrapper
{
    position: absolute;
    z-index: 10;
}
.banner-video-box .fluid_initial_play
{
    background-color: #008cd5 !important;
}
.banner .mobile-video
{
    position: relative;

    display: block;
}
.banner .mobile-video:after
{
    z-index: 2;

    content: '';

    background-color: rgba(0, 0, 0, .1);
}
.banner .mobile-video:before
{
    font-size: 50px;

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

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

    color: #fff;
    text-shadow: 0 0 20px rgba(0, 0, 0, .3);
}
.banner .banner-text
{
    position: absolute;
    z-index: 2;
    top: 15%;
    left: 0;

    width: 100%;

    text-align: center;

    color: #fff;
}
@media (max-width: 767px)
{
    .banner .banner-text
    {
        padding: 0 8%;
    }
}
.banner .banner-text h2
{
    font-family: 'Butler', Arial, Helvetica, sans-serif;
    font-size: 70px;
    font-weight: 500;
    line-height: 1.4;

    margin: 0;

    -webkit-animation: fadeInDown 1s 0s ease both;
            animation: fadeInDown 1s 0s ease both;
    text-transform: capitalize;

    text-shadow: 2px 2px 2px rgba(0, 0, 0, .5);
}
@media (max-width: 1199px)
{
    .banner .banner-text h2
    {
        font-size: 60px;
    }
}
@media (max-width: 991px)
{
    .banner .banner-text h2
    {
        font-size: 50px;
    }
}
@media (max-width: 767px)
{
    .banner .banner-text h2
    {
        font-size: 30px;
    }
}
.banner .banner-text h3
{
    font-size: 20px;
    line-height: 1.4;

    -webkit-animation: fadeInDown 1s 0s ease both;
            animation: fadeInDown 1s 0s ease both;
}
@media (max-width: 1199px)
{
    .banner .banner-text h3
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .banner .banner-text h3
    {
        font-size: 14px;
    }
}
.banner .banner-text .link
{
    margin-top: 50px;

    -webkit-animation: fadeInUp 1s 0s ease both;
            animation: fadeInUp 1s 0s ease both;
}
@media (max-width: 1199px)
{
    .banner .banner-text .link
    {
        margin-top: 10px;
    }
}
.banner .banner-text .link a
{
    font-size: 16px;
    font-weight: bold;
    line-height: 56px;

    display: inline-block;

    min-width: 280px;
    margin: 0 20px;
    margin-top: 10px;
    padding: 0 15px;

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

    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 6px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .6);
}
@media (max-width: 767px)
{
    .banner .banner-text .link a
    {
        font-size: 12px;
        line-height: 40px;

        min-width: 140px;
        margin: 0 5px;
        padding: 0 5px;
    }
}
.banner .banner-text .link a .icon
{
    font-size: 0;
    font-weight: normal;

    display: inline-block;

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

    opacity: 0;
}
@media (max-width: 767px)
{
    .banner .banner-text .link a .icon
    {
        display: none;
    }
}
.banner .banner-text .link a:hover
{
    border: 1px solid #fff;
    background: rgba(255, 255, 255, .2);
}
.banner .banner-text .link a:hover .icon
{
    font-size: 20px;

    opacity: 1;
}
.banner .banner-down
{
    position: absolute;
    z-index: 2;
    bottom: 25%;
    left: 50%;

    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
@media (max-width: 1199px)
{
    .banner .banner-down
    {
        bottom: 20%;
    }
}
@media (max-width: 767px)
{
    .banner .banner-down
    {
        bottom: 0;
    }
}
.banner .banner-down a
{
    display: block;

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

    -webkit-animation: slide-down 3s linear infinite;
            animation: slide-down 3s linear infinite;
}
.banner .banner-down a img
{
    width: 100%;
}
.banner-in img
{
    width: 100%;
}
.banner-in .text-in
{
    position: absolute;
    z-index: 2;
    top: 55%;

    width: 100%;

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

    color: #fff;
}
@media (max-width: 767px)
{
    .banner-in .text-in
    {
        top: 60%;
    }
}
@-webkit-keyframes fadenum
{
    100%
    {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
@keyframes fadenum
{
    100%
    {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
@-webkit-keyframes slide-down
{
    0%
    {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    50%
    {
        -webkit-transform: translateY(-10px);
                transform: translateY(-10px);
    }
    100%
    {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
}
@keyframes slide-down
{
    0%
    {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    50%
    {
        -webkit-transform: translateY(-10px);
                transform: translateY(-10px);
    }
    100%
    {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
}
.box
{
    overflow: hidden;

    padding: 70px 5%;
}
@media (max-width: 991px)
{
    .box
    {
        padding: 40px 15px;
    }
}
@media (max-width: 767px)
{
    .box ul.row
    {
        margin: 0 -5px;
    }
}
@media (max-width: 767px)
{
    .box ul.row li
    {
        padding: 0 5px;
    }
}
.title
{
    text-align: center;
}
.title h2
{
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.5;

    overflow: hidden;

    margin: 0;

    text-transform: capitalize;
}
@media (max-width: 1199px)
{
    .title h2
    {
        font-size: 36px;
    }
}
@media (max-width: 991px)
{
    .title h2
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .title h2
    {
        font-size: 24px;
    }
}
.title p
{
    font-size: 15px;
    line-height: 1.73333333;

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

    color: #404638;
}
@media (max-width: 767px)
{
    .title p
    {
        font-size: 14px;
        line-height: 24px;

        margin-top: 10px;
    }
}
.title.center
{
    text-align: center;
}
.btnhover
{
    position: relative;
    z-index: 1;

    overflow: hidden;

    -webkit-transition: ease-out .5s;
            transition: ease-out .5s;

    box-shadow: inset 0 0 0 0 #008cd5;
}
.btnhover span
{
    position: relative;
    z-index: 2;
}
.btnhover:hover
{
    color: #fff;
    box-shadow: inset 0 -60px 0 0 #008cd5;
}
.item-hover:hover .btnhover
{
    color: #fff;
    box-shadow: inset 0 -60px 0 0 #008cd5;
}
.indexcontent
{
    position: relative;
    z-index: 2;
}
.box-product .product .slick-product
{
    margin: 0 -10px;
    padding-bottom: 100px;
}
@media (max-width: 767px)
{
    .box-product .product .slick-product
    {
        margin: 0 -5px;
        padding-bottom: 60px;
    }
}
.box-product .product .slick-product .slick-slide
{
    padding: 0 10px;
}
@media (max-width: 767px)
{
    .box-product .product .slick-product .slick-slide
    {
        padding: 0 5px;
    }
}
.box-product .product .slick-product .slick-arrow
{
    top: auto;
    bottom: 0;
    left: 50%;

    -webkit-transform: translateX(-120%);
        -ms-transform: translateX(-120%);
            transform: translateX(-120%);
}
.box-product .product .slick-product .slick-arrow.slick-next
{
    right: 50%;
    left: auto;

    -webkit-transform: translateX(120%);
        -ms-transform: translateX(120%);
            transform: translateX(120%);
}
.box-product .product .item
{
    display: block;

    margin-top: 40px;

    text-align: center;
}
@media (max-width: 767px)
{
    .box-product .product .item
    {
        margin-top: 20px;
    }
}
.box-product .product .item .pic
{
    overflow: hidden;

    border-radius: 5px;
}
.box-product .product .item .img-box
{
    padding-bottom: 88.37209302%;
}
.box-product .product .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.box-product .product .item .note h3
{
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    font-size: 19px;
    line-height: 50px;

    display: -webkit-box;
    overflow: hidden;

    height: 50px;
    margin: 0;

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

        height: 40px;
    }
}
.box-product .product .item .note p
{
    font-size: 15px;
    line-height: 35px;

    display: -webkit-box;
    overflow: hidden;

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

    color: #666;
    border: 1px solid #dedede;
    border-radius: 5px;
    background: #fff;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px)
{
    .box-product .product .item .note p
    {
        font-size: 12px;
    }
}
.box-product .product .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.box-product .product .item:hover .note .btnhover
{
    color: #fff;
    border-color: #008cd5;
}
.box-product-fiberglass
{
    background-color: #fbfbfb;
}
.box-product-fiberglass .product .item,
.wrap-product-show .product .item,
.wrap-product .product .item,
.box-product-fiberglass .relate-product .item,
.wrap-product-show .relate-product .item,
.wrap-product .relate-product .item
{
    display: block;

    margin-top: 40px;

    text-align: center;
}
@media (max-width: 767px)
{
    .box-product-fiberglass .product .item,
    .wrap-product-show .product .item,
    .wrap-product .product .item,
    .box-product-fiberglass .relate-product .item,
    .wrap-product-show .relate-product .item,
    .wrap-product .relate-product .item
    {
        margin-top: 20px;
    }
}
.box-product-fiberglass .product .item .pic,
.wrap-product-show .product .item .pic,
.wrap-product .product .item .pic,
.box-product-fiberglass .relate-product .item .pic,
.wrap-product-show .relate-product .item .pic,
.wrap-product .relate-product .item .pic
{
    overflow: hidden;

    border-radius: 5px;
}
.box-product-fiberglass .product .item .img-box,
.wrap-product-show .product .item .img-box,
.wrap-product .product .item .img-box,
.box-product-fiberglass .relate-product .item .img-box,
.wrap-product-show .relate-product .item .img-box,
.wrap-product .relate-product .item .img-box
{
    padding-bottom: 88.37209302%;
}
.box-product-fiberglass .product .item .img-box img,
.wrap-product-show .product .item .img-box img,
.wrap-product .product .item .img-box img,
.box-product-fiberglass .relate-product .item .img-box img,
.wrap-product-show .relate-product .item .img-box img,
.wrap-product .relate-product .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.box-product-fiberglass .product .item .note h3,
.wrap-product-show .product .item .note h3,
.wrap-product .product .item .note h3,
.box-product-fiberglass .relate-product .item .note h3,
.wrap-product-show .relate-product .item .note h3,
.wrap-product .relate-product .item .note h3
{
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    font-size: 19px;
    line-height: 50px;

    display: -webkit-box;
    overflow: hidden;

    height: 50px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .box-product-fiberglass .product .item .note h3,
    .wrap-product-show .product .item .note h3,
    .wrap-product .product .item .note h3,
    .box-product-fiberglass .relate-product .item .note h3,
    .wrap-product-show .relate-product .item .note h3,
    .wrap-product .relate-product .item .note h3
    {
        font-size: 17px;
    }
}
@media (max-width: 767px)
{
    .box-product-fiberglass .product .item .note h3,
    .wrap-product-show .product .item .note h3,
    .wrap-product .product .item .note h3,
    .box-product-fiberglass .relate-product .item .note h3,
    .wrap-product-show .relate-product .item .note h3,
    .wrap-product .relate-product .item .note h3
    {
        font-size: 16px;
        line-height: 40px;

        height: 40px;
    }
}
.box-product-fiberglass .product .item .note .addcart,
.wrap-product-show .product .item .note .addcart,
.wrap-product .product .item .note .addcart,
.box-product-fiberglass .relate-product .item .note .addcart,
.wrap-product-show .relate-product .item .note .addcart,
.wrap-product .relate-product .item .note .addcart
{
    font-size: 15px;
    line-height: 35px;

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

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

    text-decoration: none;

    color: #666;
    border: 1px solid #dedede;
    border-radius: 5px;
    background: #fff;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px)
{
    .box-product-fiberglass .product .item .note .addcart,
    .wrap-product-show .product .item .note .addcart,
    .wrap-product .product .item .note .addcart,
    .box-product-fiberglass .relate-product .item .note .addcart,
    .wrap-product-show .relate-product .item .note .addcart,
    .wrap-product .relate-product .item .note .addcart
    {
        font-size: 12px;
    }
}
.box-product-fiberglass .product .item:hover .img-box img,
.wrap-product-show .product .item:hover .img-box img,
.wrap-product .product .item:hover .img-box img,
.box-product-fiberglass .relate-product .item:hover .img-box img,
.wrap-product-show .relate-product .item:hover .img-box img,
.wrap-product .relate-product .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.box-product-fiberglass .product .item:hover .note .btnhover,
.wrap-product-show .product .item:hover .note .btnhover,
.wrap-product .product .item:hover .note .btnhover,
.box-product-fiberglass .relate-product .item:hover .note .btnhover,
.wrap-product-show .relate-product .item:hover .note .btnhover,
.wrap-product .relate-product .item:hover .note .btnhover
{
    color: #fff;
    border-color: #008cd5;
}
.box-news-about .title
{
    text-align: left;
}
.box-news-about .news .slick-news
{
    margin-top: 24px;
}
.box-news-about .news .slick-slide
{
    padding: 8px 0;
}
.box-news-about .news .item
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    padding: 10px;

    border: 1px solid #d5e6f8;
    border-radius: 7px;
    background-color: #f8fafc;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
@media (max-width: 767px)
{
    .box-news-about .news .item
    {
        padding: 5px;
    }
}
.box-news-about .news .item .pic
{
    width: 35%;
}
@media (max-width: 767px)
{
    .box-news-about .news .item .pic
    {
        width: 40%;
    }
}
.box-news-about .news .item .pic .img-box
{
    padding-bottom: 61.76470588%;
}
.box-news-about .news .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.box-news-about .news .item .note
{
    width: 65%;
    padding: 0 30px;
}
@media (max-width: 767px)
{
    .box-news-about .news .item .note
    {
        width: 60%;
        padding: 0 10px;
    }
}
.box-news-about .news .item .note .date
{
    line-height: 24px;

    display: block;

    color: #008cd5;
}
.box-news-about .news .item .note h3
{
    font-size: 18px;
    line-height: 25px;

    display: -webkit-box;
    overflow: hidden;

    height: 50px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 767px)
{
    .box-news-about .news .item .note h3
    {
        font-size: 16px;
    }
}
.box-news-about .news .item .note .more
{
    font-weight: bold;

    display: block;

    margin-top: 20px;

    color: #008cd5;
}
@media (max-width: 767px)
{
    .box-news-about .news .item .note .more
    {
        margin-top: 10px;
    }
}
.box-news-about .news .item .note .more .icon
{
    font-size: 12px;

    display: inline-block;

    margin-left: 6px;

    -webkit-transition: all .6s;
            transition: all .6s;
    vertical-align: middle;
}
.box-news-about .news .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.box-news-about .news .item:hover .more .icon
{
    -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
            transform: translateX(10px);
}
@media (max-width: 991px)
{
    .box-news-about .about
    {
        margin-top: 30px;
    }
}
.box-news-about .about .pic
{
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .box-news-about .about .pic
    {
        margin-top: 20px;
    }
}
.box-news-about .about .pic img
{
    width: 100%;
}
.box-news-about .about .text
{
    display: -webkit-box;
    overflow: hidden;

    height: 112px;
    margin-top: 30px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
@media (max-width: 767px)
{
    .box-news-about .about .text
    {
        height: 96px;
        margin-top: 20px;
    }
}
.box-news-about .about .text p
{
    font-size: 15px;
    line-height: 28px;

    margin: 0;

    color: #333;
}
@media (max-width: 767px)
{
    .box-news-about .about .text p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.box-news-about .about .link
{
    margin-top: 20px;
}
@media (max-width: 767px)
{
    .box-news-about .about .link
    {
        margin-top: 0;
    }
}
.box-news-about .about .link ul
{
    margin: 0 -10px;
}
@media (max-width: 767px)
{
    .box-news-about .about .link ul
    {
        margin: 0 -5px;
    }
}
.box-news-about .about .link ul li
{
    width: 33.33333333%;
    margin-top: 20px;
    padding: 0 10px;
}
@media (max-width: 767px)
{
    .box-news-about .about .link ul li
    {
        padding: 0 5px;
    }
}
.box-news-about .about .link a
{
    font-size: 16px;
    font-weight: bold;
    line-height: 48px;

    display: block;

    height: 48px;

    cursor: pointer;
    text-align: center;

    color: #008cd5;
    border: 1px solid transparent;
    border-radius: 12px;
    background-image: -webkit-linear-gradient(#fff, #fff), -webkit-linear-gradient(105deg, #008cd5, #ddf3ff);
    background-image:         linear-gradient(#fff, #fff), linear-gradient(-15deg, #008cd5, #ddf3ff);
    background-clip: content-box, border-box;
    background-origin: border-box;
}
@media (max-width: 767px)
{
    .box-news-about .about .link a
    {
        font-size: 14px;
    }
}
.box-news-about .about .link a .icon
{
    font-weight: normal;

    display: inline-block;

    margin-right: 6px;

    vertical-align: middle;
}
.box-news-about .about .link a:hover
{
    color: #fff;
}
.box-news-about .video
{
    margin-top: 30px;
}
@media (max-width: 1470px)
{
    .box-news-about .video
    {
        margin-top: 10px;
    }
}
.box-news-about .video ul
{
    margin: 0 -10px;
}
.box-news-about .video ul li
{
    margin-top: 20px;
    padding: 0 10px;
}
.box-news-about .video .item
{
    text-align: center;
}
.box-news-about .video .item .pic
{
    position: relative;

    overflow: hidden;

    margin-top: 0;

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

    border-radius: 7px;
    background-color: #000;
}
.box-news-about .video .item .pic .img-box
{
    padding-bottom: 65%;

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

    opacity: .9;
}
.box-news-about .video .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.box-news-about .video .item .pic .play
{
    line-height: 50px;

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

    width: 50px;
    height: 50px;

    cursor: pointer;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
    text-align: center;
}
.box-news-about .video .item .pic .play span
{
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;

    width: 100%;
    height: 100%;

    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);

    color: #fff;
    border-radius: 50%;
}
.box-news-about .video .item .pic .play .icon
{
    font-size: 50px;
}
@media (max-width: 767px)
{
    .box-news-about .video .item .pic .play .icon
    {
        font-size: 40px;
    }
}
.box-news-about .video .item .pic .play::before,
.box-news-about .video .item .pic .play::after
{
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;

    width: 100%;
    height: 100%;

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

    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 50%;
}
.box-news-about .video .item h3
{
    font-size: 16px;
    line-height: 36px;

    display: -webkit-box;
    overflow: hidden;

    height: 36px;
    margin: 0;

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

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px)
{
    .box-news-about .video .item h3
    {
        font-size: 14px;
    }
}
.box-news-about .video .item:hover .pic
{
    background-color: #008cd5;
    box-shadow: 0 0 20px rgba(0, 0, 0, .3);
}
.box-news-about .video .item:hover .pic .img-box
{
    opacity: .2;
}
.box-news-about .video .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.box-news-about .video .item:hover .pic .play:before,
.box-news-about .video .item:hover .pic .play:after
{
    -webkit-animation: point_kuo 3s linear infinite;
            animation: point_kuo 3s linear infinite;
}
.box-news-about .video .item:hover .pic .play::after
{
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
}
.box-news-about .video .item:hover .pic .play::before
{
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
}
.box-news-about .video .item:hover h3
{
    text-decoration: underline;

    color: #008cd5;
}
@-webkit-keyframes point_kuo
{
    0%
    {
        -webkit-transform: translate(-50%, -50%) scale(1);
                transform: translate(-50%, -50%) scale(1);

        opacity: 1;
    }
    100%
    {
        -webkit-transform: translate(-50%, -50%) scale(2);
                transform: translate(-50%, -50%) scale(2);

        opacity: 0;
    }
}
@keyframes point_kuo
{
    0%
    {
        -webkit-transform: translate(-50%, -50%) scale(1);
                transform: translate(-50%, -50%) scale(1);

        opacity: 1;
    }
    100%
    {
        -webkit-transform: translate(-50%, -50%) scale(2);
                transform: translate(-50%, -50%) scale(2);

        opacity: 0;
    }
}
.box-number
{
    padding: 30px 0;

    background: url(../images/number_bg.jpg) no-repeat center;
    background-size: cover;
}
@media (min-width: 1200px)
{
    .box-number
    {
        background-attachment: fixed;
    }
}
.box-number ul li
{
    position: relative;

    margin: 10px 0;
}
.box-number ul li:after
{
    position: absolute;
    top: 50%;
    right: 0;

    display: block;

    width: 1px;
    height: 60px;
    margin-top: -30px;

    content: '';

    background: -webkit-gradient(linear, left top, left bottom, from(#f8fafc), color-stop(#a3a3a3), to(#f8fafc));
    background: -webkit-linear-gradient(top, #f8fafc, #a3a3a3, #f8fafc);
    background:         linear-gradient(180deg, #f8fafc, #a3a3a3, #f8fafc);
}
@media (max-width: 991px)
{
    .box-number ul li:nth-child(2n):after
    {
        display: none;
    }
}
.box-number ul li:last-child:after
{
    display: none;
}
.box-number .item
{
    max-width: 240px;
    margin: 0 auto;

    -webkit-transition: all .6s;
            transition: all .6s;
    text-align: center;
}
.box-number .item h3
{
    font-size: 35px;
}
@media (max-width: 1470px)
{
    .box-number .item h3
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .box-number .item h3
    {
        font-size: 24px;
    }
}
.box-number .item h3 span
{
    font-size: 40px;
}
@media (max-width: 1470px)
{
    .box-number .item h3 span
    {
        font-size: 34px;
    }
}
@media (max-width: 767px)
{
    .box-number .item h3 span
    {
        font-size: 30px;
    }
}
.box-number .item p
{
    font-size: 15px;
    line-height: 1.33333333;

    margin: 0;
}
@media (max-width: 767px)
{
    .box-number .item p
    {
        font-size: 14px;
    }
}
.box-number .item:hover
{
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
}
.box-case-choose
{
    background: url(../images/case_choose_bg.jpg) no-repeat bottom center;
}
.box-case .case
{
    margin-top: 40px;
}
@media (max-width: 767px)
{
    .box-case .case
    {
        margin-top: 20px;
    }
}
.box-case .case .slick-case
{
    margin: 0 -9px;
}
@media (max-width: 767px)
{
    .box-case .case .slick-case
    {
        margin: 0 -5px;
    }
}
.box-case .case .slick-case .slick-slide
{
    padding: 10px 9px;
}
@media (max-width: 767px)
{
    .box-case .case .slick-case .slick-slide
    {
        padding: 10px 5px;
    }
}
.box-case .case .item
{
    position: relative;

    display: block;
    overflow: hidden;

    text-align: center;

    color: #fff;
    border-radius: 5px;
    background-color: #000;
}
.box-case .case .item .pic .img-box
{
    padding-bottom: 71.42857143%;

    opacity: .8;
}
.box-case .case .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.box-case .case .item h3,
.box-case .case .item h4
{
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 30px;

    position: absolute;
    z-index: 2;
    bottom: 0;

    display: -webkit-box;
    overflow: hidden;

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

    text-align: center;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.box-case .case .item .mask
{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column;

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

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

    background-color: rgba(0, 140, 213, .8);

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
.box-case .case .item .mask h4
{
    position: relative;
}
.box-case .case .item .mask .icon
{
    font-size: 14px;
    line-height: 30px;

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

    text-align: center;

    color: #008cd5;
    border-radius: 50%;
    background-color: #fff;
}
.box-case .case .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.box-case .case .item:hover .mask
{
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
}
.box-case .case .item:hover h3
{
    opacity: 0;
}
.box-case .case .slick-dots
{
    width: 80%;
    margin: 0 auto;
    margin-top: 30px;
}
.box-case .case .slick-dots li
{
    height: 1px;
    margin: 0 !important;

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

    border-radius: 0;
    background-color: #b4daed;
}
.box-case .case .slick-dots .slick-active
{
    height: 3px;

    background-color: #008cd5;
}
.box-case .case .slick-arrow
{
    top: auto;
    bottom: -35px;
    left: 5%;
}
.box-case .case .slick-arrow.slick-next
{
    right: 5%;
    left: auto;
}
.box-choose
{
    padding-top: 80px;
}
@media (max-width: 991px)
{
    .box-choose
    {
        padding-top: 40px;
    }
}
.box-choose .choose ul li
{
    margin-top: 40px;
}
@media (max-width: 767px)
{
    .box-choose .choose ul li
    {
        margin-top: 20px;
    }
}
.box-choose .choose .item
{
    height: 100%;
    padding: 50px 40px;

    -webkit-transition: background-color .2s;
            transition: background-color .2s;

    border-radius: 10px;
    background-color: #fff;
}
@media (max-width: 1199px)
{
    .box-choose .choose .item
    {
        padding: 30px 20px;
    }
}
@media (max-width: 767px)
{
    .box-choose .choose .item
    {
        padding: 20px 14px;
    }
}
.box-choose .choose .item .icon
{
    width: 50px;
}
.box-choose .choose .item .icon img
{
    width: 100%;
}
.box-choose .choose .item h3
{
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    font-size: 22px;
    line-height: 1.4;

    margin-top: 20px;

    text-transform: capitalize;
}
@media (max-width: 991px)
{
    .box-choose .choose .item h3
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .box-choose .choose .item h3
    {
        font-size: 18px;
    }
}
.box-choose .choose .item p
{
    font-size: 17px;
    line-height: 1.52941176;

    margin: 0;

    color: #666;
}
@media (max-width: 1470px)
{
    .box-choose .choose .item p
    {
        font-size: 15px;
    }
}
@media (max-width: 767px)
{
    .box-choose .choose .item p
    {
        font-size: 13px;
    }
}
.box-choose .choose .item:hover
{
    color: #fff;
    background-color: #008cd5;
    box-shadow: 0 14px 18px 0 rgba(0, 0, 0, .11);
}
.box-choose .choose .item:hover .icon img
{
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
}
.box-choose .choose .item:hover p
{
    color: #fff;
}
.footer
{
    position: relative;

    color: #f8f8ff;
    background-color: #787878;
}
@media (max-width: 991px)
{
    .footer
    {
        padding-bottom: 56px;
    }
}
.footer .foot
{
    position: relative;

    overflow: hidden;

    padding: 50px 0 70px;
}
@media (max-width: 1199px)
{
    .footer .foot
    {
        padding: 30px 0;
    }
}
@media (max-width: 767px)
{
    .footer .foot
    {
        padding: 20px 0;
    }
}
.footer .foot > ul
{
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
@media (max-width: 991px)
{
    .footer .foot > ul
    {
        margin: 0 -15px;
    }
}
@media (max-width: 991px)
{
    .footer .foot > ul > li
    {
        width: 33.33333333%;
        margin: 10px 0;
        padding: 0 15px;
    }
}
@media (max-width: 767px)
{
    .footer .foot > ul > li
    {
        width: 100%;
    }
}
.footer .foot .title-foot h3
{
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;

    margin: 0;

    text-transform: capitalize;

    color: #fff;
}
.footer .foot .item-1
{
    max-width: 220px;
}
@media (max-width: 767px)
{
    .footer .foot .item-1
    {
        max-width: 100%;
    }
}
.footer .foot .item-1 .text
{
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .footer .foot .item-1 .text
    {
        margin-top: 10px;
    }
}
.footer .foot .item-1 .text p
{
    font-size: 17px;
    line-height: 26px;
}
@media (max-width: 1470px)
{
    .footer .foot .item-1 .text p
    {
        font-size: 15px;
    }
}
.footer .foot .item-1 .text p span
{
    display: block;

    color: #e0e0e0;
}
.footer .foot .item-1 .text p a:hover
{
    text-decoration: underline;

    color: #fff;
}
.footer .foot .item-2 .text
{
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .footer .foot .item-2 .text
    {
        margin-top: 10px;
    }
}
.footer .foot .item-2 .text a
{
    font-size: 15px;
    line-height: 2.33333333;

    display: block;

    padding: 0;

    text-transform: capitalize;
}
@media (max-width: 1470px)
{
    .footer .foot .item-2 .text a
    {
        font-size: 14px;
    }
}
@media (max-width: 767px)
{
    .footer .foot .item-2 .text a
    {
        font-size: 14px;

        display: inline-block;

        margin-right: 10px;
        padding: 0;

        vertical-align: top;
    }
}
.footer .foot .item-2 .text a:hover
{
    text-decoration: underline;

    color: #fff;
}
.footer .foot .item-3
{
    width: 340px;
}
@media (max-width: 1470px)
{
    .footer .foot .item-3
    {
        width: 240px;
    }
}
@media (max-width: 767px)
{
    .footer .foot .item-3
    {
        width: 100%;
    }
}
.footer .foot .item-3 .text
{
    margin-top: 20px;
}
@media (max-width: 767px)
{
    .footer .foot .item-3 .text
    {
        margin-top: 10px;
    }
}
.footer .foot .item-3 .text form ul
{
    margin: 0 -8px;
}
.footer .foot .item-3 .text form ul li
{
    padding: 0 8px;
}
.footer .foot .item-3 .text form .input-group
{
    position: relative;

    margin-top: 20px;
}
.footer .foot .item-3 .text form .input
{
    font-size: 14px;
    line-height: 36px;

    overflow: hidden;

    width: 100%;
    min-height: 36px;
    padding: 0 20px;

    -webkit-transition: border 150ms cubic-bezier(.4, 0, .2, 1);
            transition: border 150ms cubic-bezier(.4, 0, .2, 1);

    color: #fff;
    border-radius: 6px !important;
    background: none;
    background-color: #868686;
}
.footer .foot .item-3 .text form .user-label
{
    line-height: 36px;

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

    -webkit-transition: 150ms cubic-bezier(.4, 0, .2, 1);
            transition: 150ms cubic-bezier(.4, 0, .2, 1);
    -webkit-transform: translateY(0rem);
        -ms-transform: translateY(0rem);
            transform: translateY(0rem);
    pointer-events: none;
}
.footer .foot .item-3 .text form .input:focus,
.footer .foot .item-3 .text form input:valid
{
    outline: none;
}
.footer .foot .item-3 .text form .input:focus ~ label,
.footer .foot .item-3 .text form input:valid ~ label
{
    padding: 0 .2rem;

    -webkit-transform: translateY(-50%) scale(.8);
        -ms-transform: translateY(-50%) scale(.8);
            transform: translateY(-50%) scale(.8);

    color: #cfcfcf;
}
.footer .foot .item-3 .text form .submit-group
{
    margin-top: 30px;
}
.footer .foot .item-3 .text form .submit
{
    font-size: 14px;
    line-height: 34px;

    position: relative;

    display: block;
    overflow: hidden;

    width: 100%;
    height: 34px;
    padding: 0 10px;

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

    color: #fff;
    border-radius: 6px;
    background-color: #20b6e5;
}
.footer .foot .item-3 .text form .submit .icon
{
    font-size: 24px;
    font-weight: normal;

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

    width: 100%;
    height: 100%;

    -webkit-transition: all .6s;
            transition: all .6s;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
}
.footer .foot .item-3 .text form .submit span
{
    display: block;

    -webkit-transition: all .6s;
            transition: all .6s;
}
.footer .foot .item-3 .text form .submit span:after
{
    font-family: 'iconfont' !important;
    font-weight: normal;

    margin-left: 6px;

    content: '\e642';
}
.footer .foot .item-3 .text form .submit:hover
{
    box-shadow: 7px 5px 56px -14px #008cd5;
}
.footer .foot .item-3 .text form .submit:hover .icon
{
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
}
.footer .foot .item-3 .text form .submit:hover span
{
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
}
.footer .foot .item-4 .erweima
{
    margin-top: 30px;
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
}
@media (max-width: 767px)
{
    .footer .foot .item-4 .erweima
    {
        margin-top: 10px;
    }
}
.footer .foot .item-4 .erweima img
{
    width: 107px;
}
.footer .foot .item-4 .erweima p
{
    line-height: 30px;

    margin: 10px 0 0 0;
}
.footer .foot .item-4 .share-media
{
    margin-top: 30px;
    display: block;
}
@media (max-width: 767px)
{
    .footer .foot .item-4 .share-media
    {
        margin-top: 10px;
    }
}
.footer .foot .item-4 .share-media ul li a
{
    line-height: 30px;

    width: 30px;
    height: 30px;
}
.footer .copyright
{
    font-size: 16px;

    padding: 15px 0;

    color: #fff;
    background-color: #5b5b5b;
}
@media (max-width: 1470px)
{
    .footer .copyright
    {
        font-size: 14px;
    }
}
.footer .copyright p
{
    line-height: 30px;

    display: inline-block;

    margin: 0;

    vertical-align: middle;

    color: #bebebe;
}
@media (max-width: 767px)
{
    .footer .copyright p
    {
        line-height: 24px;
    }
}
.footer .copyright .sitemap
{
    font-weight: bold;

    float: right;

    text-decoration: underline;
}
@media (max-width: 767px)
{
    .footer .copyright .sitemap
    {
        float: none;
    }
}
.footer .copyright a:hover
{
    text-decoration: underline;

    color: #008cd5;
}
.wrap
{
    overflow: hidden;

    padding: 70px 0;
}
@media (max-width: 991px)
{
    .wrap
    {
        padding: 40px 0;
    }
}
@media (max-width: 767px)
{
    .wrap ul.row
    {
        margin: 0 -5px;
    }
}
@media (max-width: 767px)
{
    .wrap ul.row li
    {
        padding: 0 5px;
    }
}
.title-in
{
    text-align: center;
}
.title-in h2
{
    font-size: 45px;
    font-weight: 900;
    line-height: 1.2;

    overflow: hidden;

    text-transform: capitalize;
}
@media (max-width: 1470px)
{
    .title-in h2
    {
        font-size: 40px;
    }
}
@media (max-width: 1199px)
{
    .title-in h2
    {
        font-size: 36px;
    }
}
@media (max-width: 991px)
{
    .title-in h2
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .title-in h2
    {
        font-size: 24px;
    }
}
.title-in h2 span
{
    color: #008cd5;
}
.title-in p
{
    font-size: 16px;
    line-height: 1.5;

    max-width: 600px;
    margin: 0 auto;
    margin-top: 20px;

    color: #666;
}
@media (max-width: 767px)
{
    .title-in p
    {
        font-size: 14px;
        line-height: 24px;

        margin-top: 10px;
    }
}
.title-in.center
{
    text-align: center;
}
.wrap-location
{
    margin-top: 40px;
}
@media (max-width: 991px)
{
    .wrap-location
    {
        margin-top: 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-location
    {
        margin-top: 10px;
    }
}
.wrap-location .location
{
    font-size: 16px;
    line-height: 30px;

    padding: 10px 0;

    border-bottom: 1px solid #ebecee;
}
@media (max-width: 767px)
{
    .wrap-location .location
    {
        font-size: 14px;
    }
}
.wrap-location .location .icon
{
    font-size: 26px;

    display: inline-block;

    margin-right: 10px;

    vertical-align: middle;

    color: #008cd5;
}
.wrap-location .location > ul
{
    display: inline-block;

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

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

    margin: 0 4px;
    margin-top: -2px;

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

    display: inline-block;

    text-transform: capitalize;
}
.wrap-location .location > ul > li > a:hover
{
    text-decoration: underline;

    color: #008cd5;
}
@media (max-width: 1199px)
{
    .wrap-sidenav
    {
        display: none;
    }
}
.wrap-sidenav .sidenav .slevel-1 > li
{
    overflow: hidden;

    margin-bottom: 10px;
}
.wrap-sidenav .sidenav .slevel-1 > li > a
{
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    font-size: 19px;

    position: relative;

    display: block;

    padding: 10px 30px 10px 20px;

    color: #666;
    border: 1px solid #d5e6f8;
    border-radius: 10px;
    background: #f8fafc;
}
.wrap-sidenav .sidenav .slevel-1 > li > a:after
{
    font-family: 'iconfont' !important;
    font-size: 12px;
    line-height: 30px;

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

    width: 30px;
    height: 30px;

    content: '\eb6d';
    -webkit-transition: all .4s;
            transition: all .4s;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    text-align: center;
}
.wrap-sidenav .sidenav .slevel-1 > li.active > a,
.wrap-sidenav .sidenav .slevel-1 > li:hover > a
{
    color: #fff;
    background-color: #008cd5;
}
.wrap-sidenav .sidenav .slevel-1 > li.active > a:after,
.wrap-sidenav .sidenav .slevel-1 > li:hover > a:after
{
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);

    color: #fff;
}
.wrap-sidenav .sidenav .slevel-2
{
    display: none;

    padding: 20px 0;
}
.wrap-sidenav .sidenav .slevel-2 > li > a
{
    font-size: 15px;
    line-height: 28px;

    display: block;

    padding: 0 20px;

    color: #666;
}
@media (max-width: 1350px)
{
    .wrap-sidenav .sidenav .slevel-2 > li > a
    {
        font-size: 14px;
    }
}
.wrap-sidenav .sidenav .slevel-2 > li.active > a,
.wrap-sidenav .sidenav .slevel-2 > li:hover > a
{
    text-decoration: underline;

    color: #008cd5;
}
.xs-product-nav
{
    display: none;
    overflow: hidden;
}
@media (max-width: 1199px)
{
    .xs-product-nav
    {
        display: block;
    }
}
.xs-product-nav > ul
{
    margin: 0 -10px;
}
.xs-product-nav > ul > li
{
    display: inline-block;

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

    padding: 0 10px;
}
@media (max-width: 767px)
{
    .xs-product-nav > ul > li > a
    {
        font-size: 14px;
    }
}
.xs-product-nav > ul > li > a:before
{
    margin-right: 4px;

    content: '-';
}
.xs-product-nav > ul > li.active > a
{
    color: #008cd5;
}
.wrap-about .about
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin: 0 -15px;
    margin-top: -40px;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.wrap-about .about img
{
    width: 100%;
    margin-top: 40px;
}
@media (max-width: 767px)
{
    .wrap-about .about img
    {
        margin-top: 10px;
    }
}
.wrap-about .about .about-left
{
    position: relative;
    right: 50%;

    width: 50%;
    padding: 0 15px;
}
@media (max-width: 991px)
{
    .wrap-about .about .about-left
    {
        right: 0;

        width: 100%;
    }
}
.wrap-about .about .about-right
{
    position: relative;
    left: 50%;

    width: 50%;
    margin-top: 40px;
    padding: 0 15px;
}
@media (max-width: 991px)
{
    .wrap-about .about .about-right
    {
        width: 100%;
        margin-top: 30px;
    }
}
@media (max-width: 991px)
{
    .wrap-about .about .about-right
    {
        left: 0;

        width: 100%;
    }
}
.wrap-about .about .title-in
{
    text-align: left;
}
.wrap-about .about .title-in:after
{
    display: block;

    width: 55px;
    height: 2px;
    margin-top: 10px;

    content: '';

    background-color: #008cd5;
}
.wrap-about .about .text
{
    margin-top: 30px;
}
@media (max-width: 1400px)
{
    .wrap-about .about .text
    {
        margin-top: 10px;
    }
}
.wrap-about .about .text p
{
    font-size: 15px;
    line-height: 1.86666667;

    margin: 0;
}
@media (max-width: 1400px)
{
    .wrap-about .about .text p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.wrap-about .about-picbox img
{
    width: 100%;
    margin-top: 40px;
}
@media (max-width: 767px)
{
    .wrap-about .about-picbox img
    {
        margin-top: 10px;
    }
}
.wrap-number .item h3
{
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    font-weight: bold;

    color: #008cd5;
}
.wrap-exhibition .exhibition .slick-exhibition
{
    margin: 0 -8px;
}
@media (max-width: 767px)
{
    .wrap-exhibition .exhibition .slick-exhibition
    {
        margin: 0 -5px;
    }
}
.wrap-exhibition .exhibition .slick-exhibition .slick-slide
{
    padding: 0 8px;
}
@media (max-width: 767px)
{
    .wrap-exhibition .exhibition .slick-exhibition .slick-slide
    {
        padding: 0 5px;
    }
}
.wrap-exhibition .exhibition .item
{
    position: relative;

    display: block;
    overflow: hidden;

    margin-top: 16px;

    border-radius: 10px;
}
.wrap-exhibition .exhibition .item .img-box
{
    padding-bottom: 69.56521739%;
}
.wrap-exhibition .exhibition .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-exhibition .exhibition .item .mask
{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

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

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

    color: #fff;
    background-color: rgba(0, 140, 213, .8);
}
.wrap-exhibition .exhibition .item .mask .icon
{
    font-size: 30px;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    width: 100%;
    height: 100%;

    border: 1px solid rgba(248, 250, 252, .8);
    border-radius: 10px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
.wrap-exhibition .exhibition .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-exhibition .exhibition .item:hover .mask
{
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
}
.wrap-culture
{
    color: #fff;
    background: url(../images/culture_bg.jpg) no-repeat center;
}
@media (min-width: 1200px)
{
    .wrap-culture
    {
        background-attachment: fixed;
    }
}
.wrap-culture .culture .item
{
    -webkit-transition: all .6s;
            transition: all .6s;
}
@media (max-width: 767px)
{
    .wrap-culture .culture .item
    {
        margin: 10px 0;
    }
}
.wrap-culture .culture .item .icon
{
    font-size: 24px;
    line-height: 50px;

    display: block;

    width: 50px;
    height: 50px;

    text-align: center;

    color: #333;
    border-radius: 10px;
    background: #fff;
}
@media (max-width: 767px)
{
    .wrap-culture .culture .item .icon
    {
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
}
.wrap-culture .culture .item h3
{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.25;

    margin-bottom: 20px;
    padding: 15px 0;

    text-transform: uppercase;

    border-bottom: 1px solid rgba(255, 255, 255, .5);
}
@media (max-width: 991px)
{
    .wrap-culture .culture .item h3
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-culture .culture .item h3
    {
        font-size: 18px;
    }
}
.wrap-culture .culture .item p
{
    font-size: 15px;
    line-height: 1.46666667;

    margin: 0;
}
.wrap-culture .culture .item:hover
{
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
}
.wrap-culture .culture .item:hover .icon
{
    -webkit-animation: swing 1s 0s ease both;
            animation: swing 1s 0s ease both;
}
.wrap-certificate .certificate
{
    overflow: hidden;
}
.wrap-certificate #certificate
{
    font-size: 0;

    position: relative;
    z-index: 2;

    height: 700px;
    margin-top: -100px;

    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-perspective: 700px;
            perspective: 700px;
}
@media (max-width: 1400px)
{
    .wrap-certificate #certificate
    {
        -webkit-perspective: 600px;
                perspective: 600px;
    }
}
@media (max-width: 1199px)
{
    .wrap-certificate #certificate
    {
        height: 500px;
        margin-top: 0;
    }
}
@media (max-width: 991px)
{
    .wrap-certificate #certificate
    {
        height: 460px;
    }
}
@media (max-width: 767px)
{
    .wrap-certificate #certificate
    {
        height: 260px;
        margin-top: 100px;
    }
}
.wrap-certificate #certificate .item
{
    position: absolute;
    top: 50%;
    left: 50%;

    width: 14.28571429%;
    height: 100%;
    margin-top: -120px;
    margin-left: -7.14285714%;

    -webkit-transition: -webkit-transform .5s ease-in-out;
            transition: -webkit-transform .5s ease-in-out;
            transition:         transform .5s ease-in-out;
            transition:         transform .5s ease-in-out, -webkit-transform .5s ease-in-out;

    border-radius: 8px;
}
@media (max-width: 1400px)
{
    .wrap-certificate #certificate .item
    {
        width: 16%;
        margin-left: -8%;
    }
}
@media (max-width: 991px)
{
    .wrap-certificate #certificate .item
    {
        width: 22%;
        margin-top: -100px;
        margin-left: -11%;
    }
}
@media (max-width: 767px)
{
    .wrap-certificate #certificate .item
    {
        width: 30%;
        margin-left: -15%;
    }
}
.wrap-certificate #certificate .item .img-box
{
    padding-bottom: 137.14285714%;

    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}
.wrap-product
{
    background: url(../images/product_bg.jpg) no-repeat center;
    background-size: cover;
}
@media (min-width: 1200px)
{
    .wrap-product
    {
        background-attachment: fixed;
    }
}
.wrap-product .product
{
    margin-top: -40px;
}
@media (max-width: 1199px)
{
    .wrap-product .product
    {
        margin-top: 0;
    }
}
@media (max-width: 1199px)
{
    .wrap-product-show .carousel-wrap
    {
        margin-top: 30px;
    }
}
.wrap-product-show .carousel-wrap .item
{
    overflow: hidden;

    border-radius: 5px;
}
.wrap-product-show .carousel-wrap .img-box
{
    padding-bottom: 88.37209302%;
}
.wrap-product-show .carousel-wrap .item-video
{
    position: relative;
    z-index: 3;
}
.wrap-product-show .carousel-wrap .slider-for .item
{
    position: relative;
    z-index: 2;
}
.wrap-product-show .carousel-wrap .slider-for .zoom
{
    position: relative;

    cursor: crosshair;
}
.wrap-product-show .carousel-wrap .slider-for .zoom:before
{
    font-family: 'iconfont' !important;
    font-size: 26px;

    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    content: '\e701';

    color: #008cd5;
}
.wrap-product-show .carousel-wrap .slider-for iframe
{
    position: absolute;
    top: 0;
    left: 0;

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

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

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

    color: #fff;
}
@media (max-width: 991px)
{
    .wrap-product-show .carousel-wrap .slider-for .play
    {
        font-size: 50px;
    }
}
.wrap-product-show .carousel-wrap .slider-for .play:before
{
    font-family: 'iconfont' !important;

    content: '\e644';
}
.wrap-product-show .carousel-wrap .slider-nav
{
    margin: 0 -5px;
    margin-top: 10px;
}
.wrap-product-show .carousel-wrap .slider-nav .slick-slide
{
    padding: 0 5px;

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

    overflow: hidden;
}
.wrap-product-show .carousel-wrap .slider-nav .item-video
{
    position: relative;

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

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

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

    color: #fff;
}
@media (max-width: 991px)
{
    .wrap-product-show .carousel-wrap .slider-nav .item-video:after
    {
        font-size: 30px;
    }
}
.wrap-product-show .carousel-wrap .slider-nav .slick-arrow
{
    font-size: 24px;
    font-size: 22px;
    line-height: 90px;

    top: 50%;
    left: 0;

    width: 24px;
    height: 90px;

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

    color: #333;
    border-radius: 5px;
    background: none;
}
@media (max-width: 1470px)
{
    .wrap-product-show .carousel-wrap .slider-nav .slick-arrow
    {
        line-height: 60px;

        height: 60px;
    }
}
.wrap-product-show .carousel-wrap .slider-nav .slick-arrow:before
{
    content: '\e8a7';
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.wrap-product-show .carousel-wrap .slider-nav .slick-arrow.slick-next
{
    right: 0;
    left: auto;
}
.wrap-product-show .carousel-wrap .slider-nav .slick-arrow.slick-next:before
{
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
}
@media (max-width: 767px)
{
    .wrap-product-show .carousel-wrap .slider-nav .slick-arrow
    {
        line-height: 40px;

        height: 40px;
    }
}
.wrap-product-show .carousel-wrap .slider-nav .slick-arrow:hover
{
    color: #008cd5;
}
.wrap-product-show .info-box
{
    padding-left: 20px;
}
@media (max-width: 1199px)
{
    .wrap-product-show .info-box
    {
        padding-left: 0;
    }
}
.wrap-product-show .info-box .location
{
    line-height: 30px;

    padding: 10px 0;

    color: #666;
    border-bottom: 1px solid #c5dfed;
}
.wrap-product-show .info-box .location .icon,
.wrap-product-show .info-box .location ul
{
    display: inline-block;

    vertical-align: top;
}
.wrap-product-show .info-box .location .icon
{
    font-size: 18px;
}
.wrap-product-show .info-box .location ul li
{
    display: inline-block;

    vertical-align: middle;
}
.wrap-product-show .info-box .location ul li:after
{
    display: inline;

    margin: 0 2px;

    content: '>';
    vertical-align: middle;
}
.wrap-product-show .info-box .location ul li:last-child:after
{
    display: none;
}
.wrap-product-show .info-box .location ul li a
{
    font-size: 15px;

    display: inline-block;

    vertical-align: middle;
    text-transform: capitalize;
}
.wrap-product-show .info-box .title-info
{
    margin-top: 30px;
}
.wrap-product-show .info-box .title-info h2
{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;

    display: block;

    margin: 0;
}
@media (max-width: 1199px)
{
    .wrap-product-show .info-box .title-info h2
    {
        font-size: 20px;
    }
}
.wrap-product-show .info-box .text
{
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .wrap-product-show .info-box .text
    {
        margin-top: 10px;
    }
}
.wrap-product-show .info-box .text h4
{
    font-size: 18px;
    line-height: 30px;

    color: #008cd5;
}
@media (max-width: 767px)
{
    .wrap-product-show .info-box .text h4
    {
        font-size: 16px;
    }
}
.wrap-product-show .info-box .text p
{
    font-size: 16px;
    line-height: 1.875;

    margin: 0;

    color: #666;
}
@media (max-width: 767px)
{
    .wrap-product-show .info-box .text p
    {
        font-size: 14px;
    }
}
.wrap-product-show .info-box .link
{
    margin-top: 50px;
}
@media (max-width: 1400px)
{
    .wrap-product-show .info-box .link
    {
        margin-top: 30px;
    }
}
.wrap-product-show .info-box .link .btn-inquiry a,
.wrap-product-show .info-box .link .btn-cart a
{
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 46px;

    display: block;

    padding: 0 10px;

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

    color: #666;
    border: 1px solid #d5e6f8;
    border-radius: 6px;
    border-radius: 5px;
    background: #f8fafc;
}
@media (max-width: 1470px)
{
    .wrap-product-show .info-box .link .btn-inquiry a,
    .wrap-product-show .info-box .link .btn-cart a
    {
        font-size: 16px;
    }
}
.wrap-product-show .info-box .link .btn-inquiry a .icon,
.wrap-product-show .info-box .link .btn-cart a .icon
{
    font-size: 20px;

    display: inline-block;

    margin-left: 10px;

    vertical-align: middle;
}
@media (max-width: 1470px)
{
    .wrap-product-show .info-box .link .btn-inquiry a .icon,
    .wrap-product-show .info-box .link .btn-cart a .icon
    {
        margin-left: 4px;
    }
}
.wrap-product-show .info-box .link .btn-inquiry a:hover,
.wrap-product-show .info-box .link .btn-cart a:hover
{
    color: #fff;
    background-color: #20b6e5;
}
.wrap-product-show .info-box .share
{
    margin-top: 50px;
}
@media (max-width: 1470px)
{
    .wrap-product-show .info-box .share
    {
        margin-top: 30px;
    }
    .wrap-product-show .info-box .share .a2a_svg
    {
        line-height: 24px;

        width: 24px;
        height: 24px;
    }
}
.wrap-product-show .info-box .share p,
.wrap-product-show .info-box .share .a2a_kit
{
    display: inline-block;

    margin: 0;

    vertical-align: middle;
}
.wrap-product-show .info-box .share p
{
    font-size: 16px;

    color: #333;
}
@media (max-width: 1470px)
{
    .wrap-product-show .info-box .share p
    {
        font-size: 14px;
    }
}
.wrap-product-show .info-box .slider-nav
{
    display: block;

    margin-top: 160px;
}
@media (max-width: 1470px)
{
    .wrap-product-show .info-box .slider-nav
    {
        margin-top: 120px;
    }
}
@media (max-width: 1400px)
{
    .wrap-product-show .info-box .slider-nav
    {
        margin-top: 70px;
    }
}
@media (max-width: 1199px)
{
    .wrap-product-show .info-box .slider-nav
    {
        margin-top: 30px;
    }
}
.wrap-product-show .parameter,
.wrap-product-show .inquiry,
.wrap-product-show .relate-product
{
    padding-top: 80px;
}
@media (max-width: 991px)
{
    .wrap-product-show .parameter,
    .wrap-product-show .inquiry,
    .wrap-product-show .relate-product
    {
        padding-top: 40px;
    }
}
.wrap-product-show .title-parameter
{
    padding-left: 5%;

    background: url(../images/title-parameter.jpg) no-repeat left;
    background-size: cover;
}
@media (max-width: 767px)
{
    .wrap-product-show .title-parameter
    {
        padding-left: 10%;
    }
}
.wrap-product-show .title-parameter h3
{
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    font-size: 26px;
    font-weight: bold;
    line-height: 54px;

    margin: 0;

    text-transform: capitalize;
}
@media (max-width: 1470px)
{
    .wrap-product-show .title-parameter h3
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .wrap-product-show .title-parameter h3
    {
        font-size: 20px;
    }
}
.wrap-product-show .parameter .info
{
    margin-top: 30px;
}
@media (max-width: 991px)
{
    .wrap-product-show .parameter .info
    {
        margin-top: 20px;
    }
}
.wrap-product-show .parameter .info img
{
    max-width: 100%;
    height: auto !important;
    margin: 10px 0;
}
@media (max-width: 767px)
{
    .wrap-product-show .parameter .info img
    {
        width: 100% !important;
    }
}
.wrap-product-show .parameter .info .pmargin
{
    margin: 0 -10px;
}
.wrap-product-show .parameter .info p
{
    font-size: 16px;
    line-height: 1.875;

    margin: 0;

    color: #666;
}
@media (max-width: 767px)
{
    .wrap-product-show .parameter .info p
    {
        font-size: 14px;
    }
}
.wrap-product-show .parameter .table-box
{
    font-size: 16px;
    line-height: 24px;

    overflow: auto;

    width: 100%;
    max-width: 100%;
    margin: 30px 0;
}
@media (max-width: 991px)
{
    .wrap-product-show .parameter .table-box
    {
        font-size: 14px;
    }
}
.wrap-product-show .parameter .table-box table
{
    line-height: 1.2;

    overflow: hidden;

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

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

    text-align: center;

    border-radius: 10px;
}
.wrap-product-show .parameter table tr:nth-child(1)
{
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    font-size: 17px;

    color: #fff;
}
.wrap-product-show .parameter table tr:nth-child(1) td
{
    padding: 20px !important;

    background-color: #999;
}
.wrap-product-show .parameter .table-box table tr,
.wrap-product-show .parameter .table-box table td,
.wrap-product-show .parameter .table-box table th
{
    width: auto !important;
    height: auto !important;
}
.wrap-product-show .parameter .table-box table tr:nth-child(odd)
{
    background-color: #ddd;
}
.wrap-product-show .parameter .table-box table td,
.wrap-product-show .parameter .table-box table th
{
    font-weight: normal;

    padding: 10px !important;

    border: 1px solid #fff;
}
@media (max-width: 480px)
{
    .wrap-product-show .parameter .table-box table td,
    .wrap-product-show .parameter .table-box table th
    {
        padding: 8px !important;
    }
}
.wrap-product-show .parameter .table-box table tr p,
.wrap-product-show .parameter .table-box table tr span
{
    margin: 0 !important;
    padding: 0 !important;

    background: none !important;
}
.wrap-product-show .parameter .table-box table th
{
    text-align: center;
}
.wrap-product-show .parameter-package .info
{
    padding: 0 5%;
}
@media (min-width: 768px)
{
    .wrap-product-show .parameter-package .info ul li:nth-child(6n+4) .info-item,
    .wrap-product-show .parameter-package .info ul li:nth-child(6n+5) .info-item,
    .wrap-product-show .parameter-package .info ul li:nth-child(6n+6) .info-item
    {
        -webkit-transform: skewX(15deg);
            -ms-transform: skewX(15deg);
                transform: skewX(15deg);
    }
    .wrap-product-show .parameter-package .info ul li:nth-child(6n+4) .info-item .img-box img,
    .wrap-product-show .parameter-package .info ul li:nth-child(6n+5) .info-item .img-box img,
    .wrap-product-show .parameter-package .info ul li:nth-child(6n+6) .info-item .img-box img
    {
        -webkit-transform: skewX(-15deg);
            -ms-transform: skewX(-15deg);
                transform: skewX(-15deg);
    }
}
@media (max-width: 767px)
{
    .wrap-product-show .parameter-package .info
    {
        padding: 0;
    }
    .wrap-product-show .parameter-package .info ul li:nth-child(4n+3) .info-item,
    .wrap-product-show .parameter-package .info ul li:nth-child(4n+4) .info-item
    {
        -webkit-transform: skewX(0deg);
            -ms-transform: skewX(0deg);
                transform: skewX(0deg);
    }
    .wrap-product-show .parameter-package .info ul li:nth-child(4n+3) .info-item .img-box img,
    .wrap-product-show .parameter-package .info ul li:nth-child(4n+4) .info-item .img-box img
    {
        -webkit-transform: skewX(0deg);
            -ms-transform: skewX(0deg);
                transform: skewX(0deg);
    }
}
.wrap-product-show .parameter-package .info .info-item
{
    margin-top: 20px;

    -webkit-transform: skewX(-15deg);
        -ms-transform: skewX(-15deg);
            transform: skewX(-15deg);

    box-shadow: 6px 6px 1px #008cd5;
}
@media (max-width: 767px)
{
    .wrap-product-show .parameter-package .info .info-item
    {
        -webkit-transform: skewX(0deg);
            -ms-transform: skewX(0deg);
                transform: skewX(0deg);

        box-shadow: 3px 3px 1px #008cd5;
    }
}
.wrap-product-show .parameter-package .info .info-item .img-box
{
    padding-bottom: 78.125%;
}
.wrap-product-show .parameter-package .info .info-item .img-box img
{
    width: 130% !important;
    max-width: 130% !important;
    margin: 0;
    margin-left: -15%;

    -webkit-transition: all 1s;
            transition: all 1s;
    -webkit-transform: skewX(15deg);
        -ms-transform: skewX(15deg);
            transform: skewX(15deg);
}
@media (max-width: 767px)
{
    .wrap-product-show .parameter-package .info .info-item .img-box img
    {
        -webkit-transform: skewX(0deg);
            -ms-transform: skewX(0deg);
                transform: skewX(0deg);
    }
}
.wrap-product-show .parameter-exhibition .info
{
    margin-top: 120px;
}
@media (max-width: 767px)
{
    .wrap-product-show .parameter-exhibition .info
    {
        margin-top: 0;
    }
}
.wrap-product-show .parameter-exhibition .info ul li
{
    margin-top: -7%;
}
@media (max-width: 767px)
{
    .wrap-product-show .parameter-exhibition .info ul li
    {
        margin-top: 20px;
    }
}
.wrap-product-show .parameter-exhibition .info ul li:nth-child(5n+4)
{
    margin-left: 16.5%;
}
@media (max-width: 767px)
{
    .wrap-product-show .parameter-exhibition .info ul li:nth-child(5n+4)
    {
        margin-left: 0;
    }
}
@media (min-width: 768px)
{
    .wrap-product-show .parameter-exhibition .info .info-item
    {
        -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
                clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    }
}
.wrap-product-show .parameter-exhibition .info .info-item .img-box
{
    padding-bottom: 115.15151515%;
}
.wrap-product-show .parameter-exhibition .info .info-item .img-box img
{
    margin: 0;
}
.wrap-product-show .relate-product .slick-relate-product
{
    margin: 0 -15px;
}
@media (max-width: 767px)
{
    .wrap-product-show .relate-product .slick-relate-product
    {
        margin: 0 -6px;
    }
}
.wrap-product-show .relate-product .slick-relate-product .slick-slide
{
    padding: 0 15px;
}
@media (max-width: 767px)
{
    .wrap-product-show .relate-product .slick-relate-product .slick-slide
    {
        padding: 0 6px;
    }
}
.wrap-product-show .relate-product .slick-arrow
{
    top: 40%;
}
.wrap-product-show .inquiry .info
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-top: 30px;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.wrap-product-show .inquiry .info .pic
{
    width: 55%;
}
@media (max-width: 767px)
{
    .wrap-product-show .inquiry .info .pic
    {
        width: 100%;
    }
}
.wrap-product-show .inquiry .info .pic img
{
    width: 100%;
}
.wrap-product-show .inquiry .info .message
{
    width: 45%;
    padding-left: 3%;
}
@media (max-width: 767px)
{
    .wrap-product-show .inquiry .info .message
    {
        width: 100%;
        padding-left: 0;
    }
}
.wrap-product-show .inquiry .info .message ul
{
    margin: 0 -6px;
}
.wrap-product-show .inquiry .info .message ul li
{
    padding: 0 6px;
}
.wrap-product-show .inquiry .info .message form
{
    margin-top: 20px;
}
.wrap-product-show .inquiry .info .message .read input
{
    line-height: 30px;

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

    color: #fff;
    border-radius: 5px;
    background-color: #666;
}
.wrap-product-show .inquiry .info .message .input-group
{
    position: relative;

    margin-top: 15px;
}
.wrap-product-show .inquiry .info .message .input
{
    font-size: 16px;
    line-height: 30px;

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

    -webkit-transition: border 150ms cubic-bezier(.4, 0, .2, 1);
            transition: border 150ms cubic-bezier(.4, 0, .2, 1);

    color: #999;
    border-radius: 5px !important;
    background-color: #ddd;
}
.wrap-product-show .inquiry .info .message .user-label
{
    line-height: 40px;

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

    -webkit-transition: 150ms cubic-bezier(.4, 0, .2, 1);
            transition: 150ms cubic-bezier(.4, 0, .2, 1);
    -webkit-transform: translateY(0rem);
        -ms-transform: translateY(0rem);
            transform: translateY(0rem);
    pointer-events: none;
}
@media (max-width: 767px)
{
    .wrap-product-show .inquiry .info .message .user-label
    {
        left: 20px;
    }
}
.wrap-product-show .inquiry .info .message .input:focus,
.wrap-product-show .inquiry .info .message input:valid
{
    outline: none;
}
.wrap-product-show .inquiry .info .message .input:focus ~ label,
.wrap-product-show .inquiry .info .message input:valid ~ label
{
    padding: 0 .2em;

    -webkit-transform: translateY(-50%) scale(.8);
        -ms-transform: translateY(-50%) scale(.8);
            transform: translateY(-50%) scale(.8);

    color: #008cd5;
}
.wrap-product-show .inquiry .info .message .submit-group
{
    margin-top: 20px;

    text-align: right;
}
.wrap-product-show .inquiry .info .message .submit
{
    font-size: 14px;
    line-height: 36px;

    position: relative;

    display: inline-block;
    overflow: hidden;

    padding: 0 30px;

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

    color: #fff;
    border-radius: 6px;
    background-color: #008cd5;
}
@media (max-width: 991px)
{
    .wrap-product-show .inquiry .info .message .submit
    {
        padding: 0 50px;
    }
}
.wrap-product-show .inquiry .info .message .submit .icon
{
    font-size: 24px;
    font-weight: normal;

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

    width: 100%;
    height: 100%;

    -webkit-transition: all .6s;
            transition: all .6s;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
}
.wrap-product-show .inquiry .info .message .submit span
{
    display: block;

    -webkit-transition: all .6s;
            transition: all .6s;
}
.wrap-product-show .inquiry .info .message .submit span:after
{
    font-family: 'iconfont' !important;

    display: inline-block;

    margin-left: 6px;

    content: '\e642';
    vertical-align: middle;
}
.wrap-product-show .inquiry .info .message .submit:hover
{
    box-shadow: 7px 5px 26px -14px #008cd5;
}
.wrap-product-show .inquiry .info .message .submit:hover .icon
{
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
}
.wrap-product-show .inquiry .info .message .submit:hover span
{
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
}
.wrap-inquiry .message
{
    margin-top: 30px;
}
.wrap-inquiry .message form ul
{
    margin: 0 -8px;
}
.wrap-inquiry .message form ul li
{
    padding: 0 8px;
}
.wrap-inquiry .message form .read input
{
    line-height: 50px;

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

    color: #fff;
    border-radius: 5px;
    background-color: #666;
}
.wrap-inquiry .message form .input-group
{
    position: relative;

    margin-top: 20px;
}
.wrap-inquiry .message form .input
{
    font-size: 16px;
    line-height: 30px;

    overflow: hidden;

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

    -webkit-transition: border 150ms cubic-bezier(.4, 0, .2, 1);
            transition: border 150ms cubic-bezier(.4, 0, .2, 1);

    border-radius: 5px !important;
    background: none;
    background-color: #f6f6f6;
}
.wrap-inquiry .message form .user-label
{
    line-height: 50px;

    position: absolute;
    left: 20px;

    -webkit-transition: 150ms cubic-bezier(.4, 0, .2, 1);
            transition: 150ms cubic-bezier(.4, 0, .2, 1);
    -webkit-transform: translateY(0rem);
        -ms-transform: translateY(0rem);
            transform: translateY(0rem);
    pointer-events: none;

    color: #666;
}
.wrap-inquiry .message form .input:focus,
.wrap-inquiry .message form input:valid
{
    outline: none;
}
.wrap-inquiry .message form .input:focus ~ label,
.wrap-inquiry .message form input:valid ~ label
{
    padding: 0 .2rem;

    -webkit-transform: translateY(-50%) scale(.8);
        -ms-transform: translateY(-50%) scale(.8);
            transform: translateY(-50%) scale(.8);

    color: #008cd5;
}
.wrap-inquiry .message form .submit-group
{
    margin-top: 30px;

    text-align: center;
}
.wrap-inquiry .message form .submit
{
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 46px;

    position: relative;

    display: inline-block;
    overflow: hidden;

    padding: 0 100px;

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

    color: #fff;
    border-radius: 6px;
    background-color: #008cd5;
}
@media (max-width: 991px)
{
    .wrap-inquiry .message form .submit
    {
        padding: 0 50px;
    }
}
.wrap-inquiry .message form .submit .icon
{
    font-size: 24px;
    font-weight: normal;

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

    width: 100%;
    height: 100%;

    -webkit-transition: all .6s;
            transition: all .6s;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
}
.wrap-inquiry .message form .submit span
{
    display: block;

    -webkit-transition: all .6s;
            transition: all .6s;
}
.wrap-inquiry .message form .submit span:after
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    display: inline-block;

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

    content: '\e642';
    vertical-align: middle;
}
.wrap-inquiry .message form .submit:hover
{
    box-shadow: 7px 5px 26px -14px #008cd5;
}
.wrap-inquiry .message form .submit:hover .icon
{
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
}
.wrap-inquiry .message form .submit:hover span
{
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
}
.wrap-contact .contact-top
{
    padding: 50px 5%;

    border-top: 1px solid #008cd5;
}
@media (max-width: 1470px)
{
    .wrap-contact .contact-top
    {
        padding: 30px 3%;
    }
}
.wrap-contact .contact-top ul
{
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.wrap-contact .contact-top ul li
{
    max-width: 25%;
    margin: 20px 0;
}
@media (max-width: 1199px)
{
    .wrap-contact .contact-top ul li
    {
        max-width: 50%;
    }
}
@media (max-width: 767px)
{
    .wrap-contact .contact-top ul li
    {
        max-width: 100%;
        margin: 10px 0;
    }
}
.wrap-contact .contact-top ul li:nth-child(2n) .item .icon
{
    background-color: #999;
}
.wrap-contact .contact-top .item
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.wrap-contact .contact-top .item .icon
{
    font-size: 20px;
    line-height: 45px;

    width: 45px;
    height: 45px;

    text-align: center;

    color: #fff;
    border-radius: 5px;
    background: #008cd5;
}
.wrap-contact .contact-top .item .note
{
    width: -webkit-calc(100% - 45px);
    width:         calc(100% - 45px);
    padding-left: 20px;
}
.wrap-contact .contact-top .item .note h3
{
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;

    margin-bottom: 0;

    color: #008cd5;
}
.wrap-contact .contact-top .item .note p
{
    font-size: 15px;
    line-height: 1.86666667;

    margin: 0;
}
.wrap-contact .contact-top .item .note a:hover
{
    text-decoration: underline;

    color: #008cd5;
}
.wrap-contact .contact-top .item:hover .icon
{
    -webkit-animation: swing 1s 0s ease both;
            animation: swing 1s 0s ease both;
}
.wrap-contact .contact ul li
{
    margin-bottom: 30px;
}
.wrap-contact .contact .item
{
    height: 100%;
    padding: 50px;

    border-top: 2px solid #008cd5;
    background-color: #f9f9f9;
}
@media (max-width: 1470px)
{
    .wrap-contact .contact .item
    {
        padding: 30px;
    }
}
@media (max-width: 767px)
{
    .wrap-contact .contact .item
    {
        padding: 30px 14px;
    }
}
.wrap-contact .contact .item h3
{
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
}
@media (min-width: 768px)
{
    .wrap-contact .contact .item h3
    {
        display: -webkit-box;
        overflow: hidden;

        height: 48px;

        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
}
@media (max-width: 767px)
{
    .wrap-contact .contact .item h3
    {
        font-size: 20px;
    }
}
.wrap-contact .contact .item h4
{
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;

    margin-bottom: 0;

    color: #008cd5;
}
.wrap-contact .contact .item p
{
    font-size: 15px;
    line-height: 1.86666667;
}
.wrap-contact .contact .item a:hover
{
    text-decoration: underline;

    color: #008cd5;
}
.wrap-contact .message
{
    padding-top: 60px;
}
@media (max-width: 991px)
{
    .wrap-contact .message
    {
        padding-top: 30px;
    }
}
.wrap-contact .message form ul
{
    margin: 0 -8px;
}
.wrap-contact .message form ul li
{
    padding: 0 8px;
}
.wrap-contact .message form .input-group
{
    position: relative;

    margin-top: 20px;
}
.wrap-contact .message form .input
{
    font-size: 16px;
    line-height: 30px;

    overflow: hidden;

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

    -webkit-transition: border 150ms cubic-bezier(.4, 0, .2, 1);
            transition: border 150ms cubic-bezier(.4, 0, .2, 1);

    border-radius: 5px !important;
    background: none;
    background-color: #f6f6f6;
}
.wrap-contact .message form .user-label
{
    line-height: 50px;

    position: absolute;
    left: 20px;

    -webkit-transition: 150ms cubic-bezier(.4, 0, .2, 1);
            transition: 150ms cubic-bezier(.4, 0, .2, 1);
    -webkit-transform: translateY(0rem);
        -ms-transform: translateY(0rem);
            transform: translateY(0rem);
    pointer-events: none;

    color: #666;
}
.wrap-contact .message form .input:focus,
.wrap-contact .message form input:valid
{
    outline: none;
}
.wrap-contact .message form .input:focus ~ label,
.wrap-contact .message form input:valid ~ label
{
    padding: 0 .2rem;

    -webkit-transform: translateY(-50%) scale(.8);
        -ms-transform: translateY(-50%) scale(.8);
            transform: translateY(-50%) scale(.8);

    color: #008cd5;
}
.wrap-contact .message form .submit-group
{
    margin-top: 30px;

    text-align: center;
}
.wrap-contact .message form .submit
{
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 46px;

    position: relative;

    display: inline-block;
    overflow: hidden;

    padding: 0 100px;

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

    color: #fff;
    border-radius: 6px;
    background-color: #008cd5;
}
@media (max-width: 991px)
{
    .wrap-contact .message form .submit
    {
        padding: 0 50px;
    }
}
.wrap-contact .message form .submit .icon
{
    font-size: 24px;
    font-weight: normal;

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

    width: 100%;
    height: 100%;

    -webkit-transition: all .6s;
            transition: all .6s;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
}
.wrap-contact .message form .submit span
{
    display: block;

    -webkit-transition: all .6s;
            transition: all .6s;
}
.wrap-contact .message form .submit span:after
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    display: inline-block;

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

    content: '\e642';
    vertical-align: middle;
}
.wrap-contact .message form .submit:hover
{
    box-shadow: 7px 5px 26px -14px #008cd5;
}
.wrap-contact .message form .submit:hover .icon
{
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
}
.wrap-contact .message form .submit:hover span
{
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
}
.wrap-map
{
    overflow: hidden;

    height: 420px;
}
@media (max-width: 767px)
{
    .wrap-map
    {
        height: 320px;
    }
}
.wrap-map .map-content
{
    height: 100%;
}
.wrap-sitemap .sitemap
{
    margin-top: 40px;
}
@media (max-width: 1199px)
{
    .wrap-sitemap .sitemap
    {
        margin-top: 30px;
    }
}
.wrap-sitemap .sitemap > ul > li
{
    position: relative;

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

    display: inline-block;

    min-width: 240px;
    padding: 10px 30px;

    -webkit-transition: all .2s;
            transition: all .2s;
    text-transform: capitalize;

    border: 1px solid #eaeaea;
}
@media (max-width: 767px)
{
    .wrap-sitemap .sitemap > ul > li > a
    {
        font-size: 16px;

        min-width: 140px;
        padding: 4px 10px;
    }
}
.wrap-sitemap .sitemap > ul > li:hover > a
{
    color: #fff;
    background-color: #008cd5;
}
.wrap-sitemap .sitemap > ul > li:hover > a
{
    text-decoration: underline;

    background-color: #008cd5;
}
.wrap-sitemap .sitemap > ul > li > ul
{
    font-size: 0;

    margin: 0 -15px;
    margin-top: 20px;
}
@media (max-width: 767px)
{
    .wrap-sitemap .sitemap > ul > li > ul
    {
        margin: 0 -5px;
        margin-top: 20px;
    }
}
.wrap-sitemap .sitemap > ul > li > ul > li
{
    position: relative;

    display: inline-block;

    list-style: none;

    vertical-align: top;
}
.wrap-sitemap .sitemap > ul > li > ul > li > a
{
    font-size: 16px;
    line-height: 30px;

    position: relative;

    display: block;

    padding: 5px 20px;

    text-transform: capitalize;

    color: #666;
}
.wrap-sitemap .sitemap > ul > li > ul > li > ul > li
{
    display: inline-block;

    vertical-align: top;
}
.wrap-sitemap .sitemap > ul > li > ul > li > ul > li > a
{
    font-size: 16px;

    display: block;

    padding: 5px 30px;

    color: #999;
}
.wrap-sitemap .sitemap > ul > li > ul > li > ul > li > a:before
{
    content: '-';
}
.wrap-sitemap .sitemap > ul > li > ul > li:hover > a
{
    text-decoration: underline;

    color: #008cd5;
}
.wrap-sitemap .sitemap > ul > li > ul > li:hover > a:before
{
    opacity: 1;
}
.wrap-sitemap .sitemap-vertical
{
    margin-top: 50px;
}
@media (max-width: 991px)
{
    .wrap-sitemap .sitemap-vertical
    {
        margin-top: 20px;
    }
}
.wrap-sitemap .sitemap-vertical > ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    width: 100%;
    margin: 0 -15px;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
@media (max-width: 1199px)
{
    .wrap-sitemap .sitemap-vertical > ul
    {
        display: block;
    }
}
.wrap-sitemap .sitemap-vertical > ul > li
{
    display: inline-block;

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

    vertical-align: top;
}
@media (max-width: 1199px)
{
    .wrap-sitemap .sitemap-vertical > ul > li
    {
        display: block;
    }
}
.wrap-sitemap .sitemap-vertical > ul > li > a
{
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;

    display: inline-block;

    padding: 10px 20px;

    -webkit-transition: all .2s;
            transition: all .2s;
    text-transform: capitalize;
}
@media (max-width: 767px)
{
    .wrap-sitemap .sitemap-vertical > ul > li > a
    {
        font-size: 16px;

        padding: 10px;
    }
}
.wrap-sitemap .sitemap-vertical > ul > li > ul
{
    margin-top: 20px;
}
@media (max-width: 767px)
{
    .wrap-sitemap .sitemap-vertical > ul > li > ul
    {
        margin-top: 0;
    }
}
.wrap-sitemap .sitemap-vertical > ul > li > ul > li
{
    position: relative;

    list-style: none;

    vertical-align: top;
}
@media (max-width: 1199px)
{
    .wrap-sitemap .sitemap-vertical > ul > li > ul > li
    {
        display: inline-block;

        vertical-align: top;
    }
}
.wrap-sitemap .sitemap-vertical > ul > li > ul > li > a
{
    font-size: 16px;
    line-height: 30px;

    position: relative;

    display: block;

    padding: 5px 20px;

    text-transform: capitalize;

    color: #666;
}
@media (max-width: 767px)
{
    .wrap-sitemap .sitemap-vertical > ul > li > ul > li > a
    {
        font-size: 15px;

        padding: 5px 10px;
    }
}
@media (max-width: 1199px)
{
    .wrap-sitemap .sitemap-vertical > ul > li > ul > li > ul > li
    {
        display: inline-block;

        vertical-align: top;
    }
}
.wrap-sitemap .sitemap-vertical > ul > li > ul > li > ul > li > a
{
    font-size: 14px;

    display: block;

    padding: 5px 30px;

    color: #999;
}
@media (max-width: 767px)
{
    .wrap-sitemap .sitemap-vertical > ul > li > ul > li > ul > li > a
    {
        padding: 5px 15px;
    }
}
.wrap-sitemap .sitemap-vertical > ul > li > ul > li > ul > li > a:before
{
    content: '-';
}
.wrap-sitemap .sitemap-vertical > ul > li > ul > li > ul > li:hover > a
{
    text-decoration: underline;

    color: #008cd5;
}
.wrap-sitemap .sitemap-vertical > ul > li > ul > li > ul > li:hover > a:before
{
    opacity: 1;
}
.wrap-sitemap .sitemap-vertical > ul > li > ul > li:hover > a
{
    text-decoration: underline;

    color: #008cd5;
}
.wrap-sitemap .sitemap-vertical > ul > li > ul > li:hover > a:before
{
    opacity: 1;
}
.wrap-sitemap .sitemap-vertical > ul > li:hover > a
{
    color: #008cd5;
}
.wrap-rd-top
{
    background: url(../images/rd_top_bg.jpg) no-repeat center;
    background-size: cover;
}
.wrap-rd-top .title-in
{
    text-align: left;
}
.wrap-rd-top .title-in:after
{
    display: block;

    width: 55px;
    height: 2px;

    content: '';

    background-color: #008cd5;
}
@media (min-width: 1200px)
{
    .wrap-rd-top .title-in h2
    {
        font-size: 40px;
    }
}
.wrap-rd-top .td-top-text
{
    max-width: 65%;
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .wrap-rd-top .td-top-text
    {
        max-width: 100%;
    }
}
.wrap-rd-top .td-top-text p
{
    font-size: 17px;
    line-height: 1.76470588;

    margin: 0;
}
@media (max-width: 1199px)
{
    .wrap-rd-top .td-top-text p
    {
        font-size: 16px;
    }
}
@media (max-width: 991px)
{
    .wrap-rd-top .td-top-text p
    {
        font-size: 14px;
    }
}
.wrap-rd
{
    padding: 0;
}
.wrap-rd .rd-list > ul > li
{
    padding: 80px 0;
}
@media (max-width: 991px)
{
    .wrap-rd .rd-list > ul > li
    {
        padding: 40px 0;
    }
}
.wrap-rd .rd-list > ul > li:nth-child(2n)
{
    background-color: #f9f9f9;
}
.wrap-rd .rd-list .rd-item .title-rd h3
{
    font-size: 28px;
    font-weight: bold;
    line-height: 1.5;
}
@media (max-width: 991px)
{
    .wrap-rd .rd-list .rd-item .title-rd h3
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .wrap-rd .rd-list .rd-item .title-rd h3
    {
        font-size: 20px;
    }
}
.wrap-rd .rd-list .rd-item .title-rd h3 span
{
    color: #008cd5;
}
.wrap-rd .rd-list .rd-item .title-rd h3:after
{
    display: block;

    width: 55px;
    height: 2px;

    content: '';

    background-color: #008cd5;
}
.wrap-rd .rd-list .rd-item .title-rd h4
{
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;

    color: #008cd5;
}
@media (max-width: 991px)
{
    .wrap-rd .rd-list .rd-item .title-rd h4
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-rd .rd-list .rd-item .title-rd h4
    {
        font-size: 16px;
    }
}
.wrap-rd .rd-list .rd-item .text
{
    margin-top: 20px;
}
.wrap-rd .rd-list .rd-item .text p
{
    font-size: 17px;
    line-height: 1.76470588;

    margin: 0;

    color: #666;
}
@media (max-width: 1199px)
{
    .wrap-rd .rd-list .rd-item .text p
    {
        font-size: 16px;
    }
}
@media (max-width: 991px)
{
    .wrap-rd .rd-list .rd-item .text p
    {
        font-size: 14px;
    }
}
.wrap-rd .rd-list .rd-item .text h5
{
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;

    margin: 10px 0 0 0;

    text-align: center;
}
@media (max-width: 767px)
{
    .wrap-rd .rd-list .rd-item .text h5
    {
        font-size: 16px;
    }
}
.wrap-rd .rd-list .rd-item .text img
{
    max-width: 100%;
    margin-top: 20px;

    border-radius: 10px;
}
.wrap-rd .rd-video
{
    padding: 80px 0;
}
@media (max-width: 991px)
{
    .wrap-rd .rd-video
    {
        padding: 40px 0;
    }
}
.wrap-rd .rd-video .item
{
    position: relative;

    margin: 10px 0;

    background-color: #000;
}
.wrap-rd .rd-video .item .img-box
{
    padding-bottom: 73.33333333%;
}
.wrap-rd .rd-video .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-rd .rd-video .item .play
{
    font-size: 50px;

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

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

    color: #fff;
}
.wrap-rd .rd-video .item .play:before
{
    font-family: 'iconfont' !important;

    content: '\ea82';
}
.wrap-rd .rd-video .item-video .img-box
{
    opacity: .4;
}
.wrap-rd .rd-video .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-faq .faq
{
    margin-top: -20px;
}
.wrap-faq .faq .item
{
    margin-top: 20px;
}
.wrap-faq .faq .item .title-item
{
    position: relative;

    padding: 10px 70px;

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

    color: #666;
    border: 1px solid #d5e6f8;
    border-radius: 5px;
    background: #f6fafe;
}
@media (max-width: 991px)
{
    .wrap-faq .faq .item .title-item
    {
        padding: 10px 60px;
    }
}
@media (max-width: 767px)
{
    .wrap-faq .faq .item .title-item
    {
        padding: 10px 50px;
    }
}
.wrap-faq .faq .item .title-item:before
{
    font-family: 'iconfont' !important;
    font-size: 24px;
    line-height: 1;

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

    content: '\e652';
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
@media (max-width: 991px)
{
    .wrap-faq .faq .item .title-item:before
    {
        left: 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-faq .faq .item .title-item:before
    {
        left: 10px;
    }
}
.wrap-faq .faq .item .title-item:after
{
    font-family: 'iconfont' !important;
    font-size: 18px;
    font-weight: bold;

    position: absolute;
    top: 50%;
    right: 20px;

    content: '\e629';
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;
}
.wrap-faq .faq .item .title-item h3
{
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 30px;

    margin: 0;
}
@media (max-width: 767px)
{
    .wrap-faq .faq .item .title-item h3
    {
        font-size: 16px;
        line-height: 24px;
    }
}
.wrap-faq .faq .item .text
{
    display: none;

    padding: 20px 70px;
}
@media (max-width: 991px)
{
    .wrap-faq .faq .item .text
    {
        padding: 20px 60px;
    }
}
@media (max-width: 767px)
{
    .wrap-faq .faq .item .text
    {
        padding: 10px 30px;
    }
}
.wrap-faq .faq .item .text p
{
    font-size: 16px;
    line-height: 24px;

    margin: 0;
}
@media (max-width: 767px)
{
    .wrap-faq .faq .item .text p
    {
        font-size: 14px;
    }
}
.wrap-faq .faq .current .item .title-item
{
    background-color: #008cd5;
}
.wrap-faq .faq .current .item .title-item h3
{
    color: #fff;
}
.wrap-faq .faq .current .item .title-item:before
{
    color: #fff;
}
.wrap-faq .faq .current .item .title-item:after
{
    content: '\e628';

    color: #fff;
    border-color: #fff;
}
.wrap-question
{
    background-color: #f9fafc;
}
.wrap-question .question form ul
{
    margin: 0 -8px;
}
.wrap-question .question form ul li
{
    padding: 0 8px;
}
.wrap-question .question form .input-group
{
    position: relative;

    margin-top: 20px;
}
.wrap-question .question form .input
{
    font-size: 16px;
    line-height: 30px;

    overflow: hidden;

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

    -webkit-transition: border 150ms cubic-bezier(.4, 0, .2, 1);
            transition: border 150ms cubic-bezier(.4, 0, .2, 1);

    border: 1px solid #d5e6f8;
    border-radius: 5px !important;
    background: none;
    background-color: #fff;
}
.wrap-question .question form .user-label
{
    line-height: 50px;

    position: absolute;
    left: 20px;

    -webkit-transition: 150ms cubic-bezier(.4, 0, .2, 1);
            transition: 150ms cubic-bezier(.4, 0, .2, 1);
    -webkit-transform: translateY(0rem);
        -ms-transform: translateY(0rem);
            transform: translateY(0rem);
    pointer-events: none;

    color: #666;
}
.wrap-question .question form .input:focus,
.wrap-question .question form input:valid
{
    outline: none;
}
.wrap-question .question form .input:focus ~ label,
.wrap-question .question form input:valid ~ label
{
    padding: 0 .2rem;

    -webkit-transform: translateY(-50%) scale(.8);
        -ms-transform: translateY(-50%) scale(.8);
            transform: translateY(-50%) scale(.8);

    color: #008cd5;
}
.wrap-question .question form .submit-group
{
    margin-top: 30px;

    text-align: center;
}
.wrap-question .question form .submit
{
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 46px;

    position: relative;

    display: inline-block;
    overflow: hidden;

    padding: 0 100px;

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

    color: #fff;
    border-radius: 6px;
    background-color: #008cd5;
}
@media (max-width: 991px)
{
    .wrap-question .question form .submit
    {
        padding: 0 50px;
    }
}
.wrap-question .question form .submit .icon
{
    font-size: 24px;
    font-weight: normal;

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

    width: 100%;
    height: 100%;

    -webkit-transition: all .6s;
            transition: all .6s;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
}
.wrap-question .question form .submit span
{
    display: block;

    -webkit-transition: all .6s;
            transition: all .6s;
}
.wrap-question .question form .submit span:after
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    display: inline-block;

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

    content: '\e642';
    vertical-align: middle;
}
.wrap-question .question form .submit:hover
{
    box-shadow: 7px 5px 26px -14px #008cd5;
}
.wrap-question .question form .submit:hover .icon
{
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
}
.wrap-question .question form .submit:hover span
{
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
}
.wrap-download .download
{
    margin-top: -30px;
}
.wrap-download .download .item
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    overflow: hidden;

    margin-top: 30px;

    border: 1px solid #f5f5f5;
    border-radius: 10px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.wrap-download .download .item .pic
{
    overflow: hidden;

    width: 48%;

    border-radius: 10px;
}
.wrap-download .download .item .pic .img-box
{
    padding-bottom: 84.84848485%;
}
.wrap-download .download .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-download .download .item .note
{
    width: 52%;
    padding: 0 30px;
}
@media (max-width: 767px)
{
    .wrap-download .download .item .note
    {
        padding: 0 10px;
    }
}
.wrap-download .download .item .note h3
{
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin-bottom: 50px;

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

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1470px)
{
    .wrap-download .download .item .note h3
    {
        font-size: 20px;

        margin-bottom: 30px;
    }
}
@media (max-width: 767px)
{
    .wrap-download .download .item .note h3
    {
        font-size: 18px;

        margin-bottom: 10px;
    }
}
.wrap-download .download .item .note p
{
    font-size: 16px;
    line-height: 30px;

    margin: 0;

    color: #666;
}
@media (max-width: 767px)
{
    .wrap-download .download .item .note p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.wrap-download .download .item .note .down
{
    display: block;

    text-align: right;
}
.wrap-download .download .item .note .down .icon
{
    font-size: 40px;
    line-height: 1;

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

    color: #666;
}
@media (max-width: 767px)
{
    .wrap-download .download .item .note .down .icon
    {
        font-size: 30px;
    }
}
@media (min-width: 1200px)
{
    .wrap-download .download .item:hover
    {
        border: 1px solid transparent;
        background-image: -webkit-linear-gradient(#fff, #fff), -webkit-linear-gradient(105deg, #008cd5, #ddf3ff);
        background-image:         linear-gradient(#fff, #fff), linear-gradient(-15deg, #008cd5, #ddf3ff);
        background-clip: content-box, border-box;
        background-origin: border-box;
        box-shadow: 0 5px 10px 0 rgba(0, 140, 213, .18);
    }
    .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 h3
    {
        color: #008cd5;
    }
    .wrap-download .download .item:hover .down .icon
    {
        color: #008cd5;
    }
}
.open-download
{
    display: none;

    width: 90%;
    max-width: 660px;
    padding: 50px;
}
@media (max-width: 991px)
{
    .open-download
    {
        padding: 30px;
    }
}
@media (max-width: 767px)
{
    .open-download
    {
        padding: 30px 15px;
    }
}
.open-download .title-in h2
{
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    font-size: 32px;
}
@media (max-width: 991px)
{
    .open-download .title-in h2
    {
        font-size: 24px;
    }
}
.open-download form ul
{
    margin: 0 -8px;
}
.open-download form ul li
{
    padding: 0 8px;
}
.open-download form .input-group
{
    position: relative;

    margin-top: 20px;
}
.open-download form .input
{
    font-size: 16px;
    line-height: 30px;

    overflow: hidden;

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

    -webkit-transition: border 150ms cubic-bezier(.4, 0, .2, 1);
            transition: border 150ms cubic-bezier(.4, 0, .2, 1);

    border-radius: 5px !important;
    background: none;
    background-color: #f5f5f5;
}
.open-download form .user-label
{
    line-height: 50px;

    position: absolute;
    left: 20px;

    -webkit-transition: 150ms cubic-bezier(.4, 0, .2, 1);
            transition: 150ms cubic-bezier(.4, 0, .2, 1);
    -webkit-transform: translateY(0rem);
        -ms-transform: translateY(0rem);
            transform: translateY(0rem);
    pointer-events: none;

    color: #666;
}
.open-download form .input:focus,
.open-download form input:valid
{
    outline: none;
}
.open-download form .input:focus ~ label,
.open-download form input:valid ~ label
{
    padding: 0 .2rem;

    -webkit-transform: translateY(-50%) scale(.8);
        -ms-transform: translateY(-50%) scale(.8);
            transform: translateY(-50%) scale(.8);

    color: #008cd5;
}
.open-download form .submit-group
{
    margin-top: 30px;

    text-align: center;
}
.open-download form .submit
{
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 46px;

    position: relative;

    display: block;
    overflow: hidden;

    width: 100%;
    padding: 0 10px;

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

    color: #fff;
    border-radius: 6px;
    background-color: #008cd5;
}
.open-download form .submit .icon
{
    font-size: 24px;
    font-weight: normal;

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

    width: 100%;
    height: 100%;

    -webkit-transition: all .6s;
            transition: all .6s;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
}
.open-download form .submit span
{
    display: block;

    -webkit-transition: all .6s;
            transition: all .6s;
}
.open-download form .submit span:after
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    display: inline-block;

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

    content: '\e642';
    vertical-align: middle;
}
.open-download form .submit:hover
{
    box-shadow: 7px 5px 26px -14px #008cd5;
}
.open-download form .submit:hover .icon
{
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
}
.open-download form .submit:hover span
{
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
}
.wrap-news
{
    background-color: #f0f2f5;
}
.wrap-news .news
{
    margin-top: -30px;
}
.wrap-news .news .item
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

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

    border-radius: 5px;
    background-color: #fff;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
@media (max-width: 767px)
{
    .wrap-news .news .item
    {
        padding: 5px;
    }
}
.wrap-news .news .item .pic
{
    width: 45%;

    border-radius: 5px;
}
@media (max-width: 767px)
{
    .wrap-news .news .item .pic
    {
        width: 100%;
    }
}
.wrap-news .news .item .pic .img-box
{
    padding-bottom: 61.76470588%;
}
.wrap-news .news .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-news .news .item .note
{
    width: 55%;
    padding: 0 30px;
}
@media (max-width: 767px)
{
    .wrap-news .news .item .note
    {
        width: 100%;
        padding: 20px 10px;
    }
}
.wrap-news .news .item .note .date
{
    line-height: 24px;

    display: block;

    color: #008cd5;
}
.wrap-news .news .item .note h3
{
    font-size: 18px;
    line-height: 25px;

    display: -webkit-box;
    overflow: hidden;

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

    color: #666;

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

        margin-top: 5px;
    }
}
.wrap-news .news .item .note .more
{
    font-weight: bold;

    display: block;

    margin-top: 20px;

    color: #008cd5;
}
@media (max-width: 767px)
{
    .wrap-news .news .item .note .more
    {
        margin-top: 0;
    }
}
.wrap-news .news .item .note .more .icon
{
    font-size: 12px;

    display: inline-block;

    margin-left: 6px;

    -webkit-transition: all .6s;
            transition: all .6s;
    vertical-align: middle;
}
.wrap-news .news .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-news .news .item:hover .more .icon
{
    -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
            transform: translateX(10px);
}
.wrap-details .title-details h2
{
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;

    margin: 0;

    color: #008cd5;
}
@media (max-width: 1199px)
{
    .wrap-details .title-details h2
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .wrap-details .title-details h2
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .wrap-details .title-details h2
    {
        font-size: 20px;
    }
}
.wrap-details .title-details .date
{
    font-size: 16px;
    line-height: 24px;

    display: block;

    margin-top: 10px;
}
.wrap-details .title-details .date .icon
{
    font-size: 20px;

    display: inline-block;

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

    vertical-align: middle;
}
.wrap-details .details .text
{
    margin-top: 30px;
}
.wrap-details .details .text p
{
    font-size: 16px;
    line-height: 2.25;

    margin: 0;

    color: #666;
}
@media (max-width: 767px)
{
    .wrap-details .details .text p
    {
        font-size: 14px;
    }
}
.wrap-details .details .text img
{
    max-width: 100%;
    height: auto !important;
}
.wrap-details .share
{
    margin-top: 30px;
}
.wrap-details .share p
{
    font-size: 16px;

    margin: 0;
}
.wrap-details .share p,
.wrap-details .share .a2a_kit
{
    display: inline-block;

    vertical-align: middle;
}
.wrap-details .relate-details
{
    font-size: 0;

    margin-top: 70px;

    border-top: 1px solid #c7cdd4;
    border-bottom: 1px solid #c7cdd4;
}
@media (max-width: 991px)
{
    .wrap-details .relate-details
    {
        margin-top: 40px;
    }
}
.wrap-details .relate-details a
{
    font-size: 16px;
    line-height: 40px;

    position: relative;

    display: inline-block;
    overflow: hidden;

    width: 50%;
    height: 40px;
    padding-left: 38px;

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

    color: #666;
}
@media (max-width: 767px)
{
    .wrap-details .relate-details a
    {
        font-size: 14px;
    }
}
.wrap-details .relate-details a:before
{
    font-family: 'iconfont' !important;
    font-size: 24px;

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

    content: '\eb60';

    color: #999;
}
.wrap-details .relate-details a.prev:after
{
    position: absolute;
    top: 11px;
    right: 0;

    width: 1px;
    height: 16px;

    content: '';

    background-color: #c7cdd4;
}
.wrap-details .relate-details a.next
{
    padding-right: 38px;
    padding-left: 0;

    text-align: right;
}
.wrap-details .relate-details a.next:before
{
    right: 0;
    left: auto;

    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.wrap-details .relate-details a:hover
{
    color: #008cd5;
}
.wrap-details .relate-details a:hover:before
{
    color: #008cd5;
}
.wrap-inquiryinfo .title-inquiry h2
{
    font-size: 34px;
    font-weight: bold;
    line-height: 1;

    position: relative;

    display: inline-block;

    margin: 0;

    text-transform: capitalize;
}
@media (max-width: 1199px)
{
    .wrap-inquiryinfo .title-inquiry h2
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .wrap-inquiryinfo .title-inquiry h2
    {
        font-size: 24px;
    }
}
.wrap-inquiryinfo .title-inquiry h2 span
{
    position: relative;
    z-index: 2;
}
.wrap-inquiryinfo .title-inquiry h2 .circle
{
    display: inline-block;

    width: 60px;
    height: 60px;
    margin-left: -30px;

    vertical-align: middle;

    border-radius: 50%;
    background-color: #008cd5;
}
@media (max-width: 991px)
{
    .wrap-inquiryinfo .title-inquiry h2 .circle
    {
        width: 50px;
        height: 50px;
    }
}
.wrap-inquiryinfo .title-inquiry p
{
    font-size: 18px;
    line-height: 24px;

    margin: 10px 0 0 0;

    color: #6b6b6b;
}
@media (max-width: 991px)
{
    .wrap-inquiryinfo .title-inquiry p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .wrap-inquiryinfo .title-inquiry p
    {
        font-size: 14px;
    }
}
.wrap-inquiryinfo .inquiry-info
{
    font-size: 0;

    width: 100%;

    border-collapse: collapse;
}
.wrap-inquiryinfo .inquiry-info .title-inquiry-info
{
    text-transform: capitalize;

    background-color: #e5e5e5;
}
@media (max-width: 767px)
{
    .wrap-inquiryinfo .inquiry-info .title-inquiry-info
    {
        padding: 0;
    }
}
.wrap-inquiryinfo .inquiry-info .title-inquiry-info > div
{
    font-size: 16px;
}
@media (max-width: 767px)
{
    .wrap-inquiryinfo .inquiry-info .title-inquiry-info > div
    {
        font-size: 14px;

        padding: 0 10px;
    }
}
.wrap-inquiryinfo .inquiry-info .inquiry-list
{
    border-bottom: 1px solid #dfdfdf;
}
.wrap-inquiryinfo .inquiry-info .checkbox,
.wrap-inquiryinfo .inquiry-info .pimg,
.wrap-inquiryinfo .inquiry-info .pname,
.wrap-inquiryinfo .inquiry-info .number,
.wrap-inquiryinfo .inquiry-info .Operation
{
    font-size: 14px;

    display: inline-block;

    padding: 20px 10px;

    vertical-align: middle;
    word-break: break-word;
}
@media (max-width: 1470px)
{
    .wrap-inquiryinfo .inquiry-info .checkbox,
    .wrap-inquiryinfo .inquiry-info .pimg,
    .wrap-inquiryinfo .inquiry-info .pname,
    .wrap-inquiryinfo .inquiry-info .number,
    .wrap-inquiryinfo .inquiry-info .Operation
    {
        padding: 20px 10px;
    }
}
@media (max-width: 767px)
{
    .wrap-inquiryinfo .inquiry-info .checkbox,
    .wrap-inquiryinfo .inquiry-info .pimg,
    .wrap-inquiryinfo .inquiry-info .pname,
    .wrap-inquiryinfo .inquiry-info .number,
    .wrap-inquiryinfo .inquiry-info .Operation
    {
        padding: 20px 10px;
    }
}
.wrap-inquiryinfo .inquiry-info .checkbox
{
    width: 10%;
}
@media (max-width: 767px)
{
    .wrap-inquiryinfo .inquiry-info .checkbox
    {
        width: 30px;
    }
}
.wrap-inquiryinfo .inquiry-info .Operation
{
    width: 14%;

    text-align: center;
}
@media (max-width: 767px)
{
    .wrap-inquiryinfo .inquiry-info .Operation
    {
        width: 30px;
    }
}
.wrap-inquiryinfo .inquiry-info .pimg
{
    width: 18%;
}
@media (max-width: 767px)
{
    .wrap-inquiryinfo .inquiry-info .pimg
    {
        width: -webkit-calc(44% - 30px);
        width:         calc(44% - 30px);
    }
}
.wrap-inquiryinfo .inquiry-info .pimg .img-box
{
    padding-bottom: 88.37209302%;
}
.wrap-inquiryinfo .inquiry-info .number
{
    width: 20%;
}
@media (max-width: 767px)
{
    .wrap-inquiryinfo .inquiry-info .number
    {
        width: -webkit-calc(56% - 30px);
        width:         calc(56% - 30px);
        padding: 10px;
    }
}
.wrap-inquiryinfo .inquiry-info .pname
{
    width: 38%;
}
.wrap-inquiryinfo .inquiry-info .check-all .substitite
{
    padding-left: 0;
}
@media (max-width: 767px)
{
    .wrap-inquiryinfo .inquiry-info .check-all span
    {
        display: none;
    }
}
.wrap-inquiryinfo .inquiry-info .all,
.wrap-inquiryinfo .inquiry-info span
{
    display: inline-block;

    margin: 0;
    padding: 0;

    vertical-align: middle;
}
.wrap-inquiryinfo .inquiry-info .check-all
{
    display: inline-block;

    margin: 0;
    padding: 0;

    text-align: center;
}
@media (max-width: 767px)
{
    .wrap-inquiryinfo .inquiry-info .hidden-xs
    {
        display: none;
    }
}
.wrap-inquiryinfo .inquiry-info .visible-xs
{
    display: none;
}
@media (max-width: 767px)
{
    .wrap-inquiryinfo .inquiry-info .visible-xs
    {
        display: block;
    }
}
.wrap-inquiryinfo .inquiry-info .Each,
.wrap-inquiryinfo .inquiry-info .all
{
    position: relative;

    display: inline-block;

    width: 12px;
    height: 12px;
    margin-top: -2px;
    margin-right: 10px;

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

    border: 1px solid #999;
    border-radius: 50%;
    outline: none;
    background: none;

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

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

    content: '\e656';

    color: #008cd5;
}
.wrap-inquiryinfo .inquiry-info .change .Each::after
{
    font-family: 'iconfont';
    font-size: 18px;

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

    content: '\e656';

    color: #008cd5;
}
.wrap-inquiryinfo .inquiry-info input
{
    font-size: 16px;
    line-height: 34px;

    position: relative;

    width: 60px;
    height: 34px;

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

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

        width: 25px;
        height: 25px;

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

    display: inline-block;

    width: 34px;
    height: 36px;
    margin: 0;
    margin-top: -2px;
    padding: 0;

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

    border: 1px solid #e5e5e5;
    background-color: #fff;
}
@media (max-width: 767px)
{
    .wrap-inquiryinfo .inquiry-info .del1,
    .wrap-inquiryinfo .inquiry-info .add1
    {
        line-height: 25px;

        position: relative;
        z-index: 8;

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

        border-radius: 2px;
    }
}
.wrap-inquiryinfo .inquiry-info .del1:hover,
.wrap-inquiryinfo .inquiry-info .add1:hover
{
    color: #fff;
    border-color: #008cd5;
    background-color: #008cd5;
}
.wrap-inquiryinfo .inquiry-info .add1
{
    margin-top: -1px;
    margin-left: 2px;
}
.wrap-inquiryinfo .inquiry-info .pic
{
    border: 1px solid #dcdcdc;
}
.wrap-inquiryinfo .inquiry-info p
{
    line-height: 24px;

    margin: 0;
}
@media (max-width: 767px)
{
    .wrap-inquiryinfo .inquiry-info p
    {
        font-size: 13px;

        margin-bottom: 4px;
    }
}
.wrap-inquiryinfo .iclose
{
    float: none;

    cursor: pointer;
    text-align: center;

    opacity: 1;
}
.wrap-inquiryinfo .iclose::after
{
    font-family: 'iconfont';
    font-size: 20px;
    font-weight: normal;

    content: '\e632';

    color: #787878;
}
@media (max-width: 767px)
{
    .wrap-inquiryinfo .iclose::after
    {
        font-size: 16px;
    }
}
.wrap-inquiryinfo .iclose:hover::after
{
    color: #008cd5;
}
.wrap-inquiryinfo .inquiry-message
{
    padding-top: 80px;
}
@media (max-width: 991px)
{
    .wrap-inquiryinfo .inquiry-message
    {
        padding-top: 50px;
    }
}
.wrap-inquiryinfo .inquiry
{
    padding-top: 80px;
}
@media (max-width: 991px)
{
    .wrap-inquiryinfo .inquiry
    {
        padding-top: 50px;
    }
}
.wrap-nosearch .nosearch
{
    margin-bottom: 40px;
}
.wrap-nosearch .nosearch h3
{
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;

    margin: 0;
}
.wrap-nosearch .nosearch p
{
    line-height: 22px;

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

    color: #666;
    border: 1px solid rgba(0, 140, 213, .5);
    border-radius: 5px;
    background-color: rgba(0, 140, 213, .1);
}
nav
{
    text-align: center;
}
.pagination
{
    display: block;

    margin: 70px 0 30px 0;
}
@media (max-width: 991px)
{
    .pagination
    {
        margin-top: 30px;
    }
}
.pagination li
{
    display: inline-block;

    margin: 0 8px;

    vertical-align: top;
}
@media (max-width: 767px)
{
    .pagination li
    {
        margin: 0 4px;
    }
}
.pagination li.prev a,
.pagination li.next a
{
    line-height: 40px;
}
@media (max-width: 767px)
{
    .pagination li.prev a,
    .pagination li.next a
    {
        line-height: 30px;
    }
}
.pagination li.prev a:before,
.pagination li.next a:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;
    font-weight: normal;

    display: block;

    content: '\eb60';
}
@media (max-width: 767px)
{
    .pagination li.prev a:before,
    .pagination li.next a:before
    {
        font-size: 16px;
    }
}
.pagination li.next a:before
{
    content: '\e625';
}
.pagination li a
{
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 40px;

    display: block;

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

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

    color: #008cd5;
    border: none;
    border-radius: 5px;
    background-color: #f8fafc;
}
@media (max-width: 767px)
{
    .pagination li a
    {
        font-size: 14px;
        line-height: 30px;

        width: 30px;
        height: 30px;
    }
}
.pagination li a span
{
    border-radius: 0;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover
{
    color: #fff;
    background-color: #008cd5;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover
{
    color: #fff;
    background-color: #008cd5;
}
@media (max-width: 1199px)
{
    .skiptranslate iframe
    {
        display: none;
    }
    .google-translation .skiptranslate
    {
        display: inline-block;
    }
    body
    {
        top: 0 !important;
    }
}
.fluid_html_on_pause,
.fluid_pseudo_poster,
.fluid_controls_container
{
    display: none;
}
.map-content label
{
    line-height: 30px !important;

    max-width: 200px;
    padding: 0 10px !important;

    border: none !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2) !important;
}
.fszero
{
    font-size: 0;

    overflow: hidden;

    width: 0;
    height: 0;
}
.fszero h1
{
    margin: 0;
}
@media (prefers-reduced-motion: no-preference)
{
    :root
    {
        scroll-behavior: none;
    }
}
.addcart
{
    cursor: pointer;
}
.foot-brand{
   margin-top: 30px;
}
.foot-brand img{
   max-width: 100%;
}

.box-news-about .about .amore{
   text-align: right;
   font-weight: bold;
   display: block;
   margin-top: 0px;
   color: #008cd5;
}
.box-news-about .about .amore .icon{
   margin-left: 10px;
   transition: all .6s;
   display: inline-block;
   vertical-align: middle;
}
.box-news-about .about .amore:hover .icon{
   transform: translateX(10px);
}