.ff
{
    font-family: 'iconfont' !important;
}
@font-face
{
    font-family: 'Oswald-Bold';
    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;
}
body
{
    font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Heiti SC', 'PingFang SC', 'Hiragino Sans GB', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;

    color: #333;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 1350px)
{
    .container
    {
        padding-left: 90px;
    }
}
@media (max-width: 1199px)
{
    .container
    {
        padding-left: 15px;
    }
}
.slick-arrow
{
    font-size: 20px;
    line-height: 44px;

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

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

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

    color: #666;
    border: none;
    border: 1px solid #333;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    background: none;

        -ms-border-radius: 50%;
         -o-border-radius: 50%;
}
@media (max-width: 767px)
{
    .slick-arrow
    {
        line-height: 30px;

        left: -10px;

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

    display: block;

    content: '\eb60';
}
.slick-arrow.slick-next
{
    right: -5%;
    left: auto;
}
@media (max-width: 767px)
{
    .slick-arrow.slick-next
    {
        right: -10px;
    }
}
.slick-arrow.slick-next:before
{
    content: '\e625';
}
.slick-arrow:hover
{
    color: #fff;
    border-color: #fff;
    background-color: #3151d3;
}
.slick-dots
{
    text-align: center;
}
.slick-dots li
{
    display: inline-block;

    width: 30px;
    height: 8px;
    margin: 0 5px;

    vertical-align: top;

    border-radius: 4px;
    background-color: #f5f5f5;
}
.slick-dots li button
{
    display: none;
}
.slick-dots li.slick-active
{
    width: 50px;

    background-color: #3151d3;
}
.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;
    }
}
.header
{
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;

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

    width: 90px;
    height: 100%;
    padding-bottom: 30px;

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

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

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
}
@media (max-width: 1199px)
{
    .header
    {
                flex-direction: row;

        width: 100%;
        height: 60px;
        padding: 0 70px 0 15px;

        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
                align-items: center;
    }
}
.header .logo
{
    height: 100px;
}
@media (max-width: 1199px)
{
    .header .logo
    {
        height: 60px;
    }
}
.header .logo img
{
    height: 100%;
}
.header .header-menu
{
    cursor: pointer;
}
@media (max-width: 1199px)
{
    .header .header-menu
    {
        position: absolute;
        top: 10px;
        right: 15px;
    }
}
.header .header-menu .icon
{
    font-size: 30px;
    line-height: 50px;

    display: block;

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

    color: #3151d3;
    border: 2px solid #3151d3;
}
@media (max-width: 1199px)
{
    .header .header-menu .icon
    {
        font-size: 24px;
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
}
.header .header-menu span
{
    font-size: 16px;
    line-height: 30px;

    display: block;

    margin-top: 6px;
}
@media (max-width: 1199px)
{
    .header .header-menu span
    {
        font-size: 0;
    }
}
.header .cart
{
    display: block;
}
@media (max-width: 1199px)
{
    .header .cart
    {
        position: relative;

        display: inline-block;
        float: right;

        vertical-align: middle;
    }
}
.header .cart .icon
{
    font-size: 24px;
    line-height: 50px;

    display: block;

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

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

    color: #3151d3;
    border: 2px solid #3151d3;
}
@media (max-width: 1199px)
{
    .header .cart .icon
    {
        font-size: 20px;
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
}
.header .cart p
{
    font-size: 12px;

    margin: 0;
}
@media (max-width: 1199px)
{
    .header .cart p
    {
        font-size: 0;

        position: absolute;
        top: 0;
        right: -10px;
    }
    .header .cart p span
    {
        font-size: 14px;
        line-height: 20px;

        display: inline-block;

        width: 20px;
        height: 20px;

        color: #fff;
        border-radius: 50%;
        background-color: #3151d3;
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    }
}
.header .cart:hover .icon
{
    color: #fff;
    background-color: #3151d3;
}
.header .language
{
    font-size: 0;

    margin-top: 20px;
    padding: 0 12px;
}
@media (max-width: 1199px)
{
    .header .language
    {
        display: inline-block;

        margin-top: 10px;

        vertical-align: middle;
    }
}
.header .language a
{
    font-size: 12px;
    line-height: 20px;

    display: inline-block;

    width: 50%;

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

    border: 2px solid #3151d3;
}
@media (max-width: 1199px)
{
    .header .language a
    {
        padding: 0 5px;
    }
}
.header .language a.active
{
    color: #fff;
    background-color: #3151d3;
}
.header-open
{
    position: fixed;
    z-index: 8;
    top: 0;
    left: 90px;

    width: 50%;
    height: 100%;

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

    background-color: #fff;
}
@media (max-width: 1199px)
{
    .header-open
    {
        left: 0;

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

        width: 100%;
        padding-top: 0;

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

        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
    }
}
.header-open .header-nav .nav-item
{
    margin-bottom: 20px;

    text-align: center;
}
.header-open .header-nav .nav-item .img-box
{
    padding-bottom: 32.14285714%;
}
.header-open .header-nav .nav-item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.header-open .header-nav .nav-item p
{
    font-size: 20px;
    line-height: 70px;

    margin: 0;

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

    background-color: #f5f5f5;
}
@media (max-width: 991px)
{
    .header-open .header-nav .nav-item p
    {
        font-size: 18px;
        line-height: 50px;
    }
}
.header-open .header-nav .nav-item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.header-open .header-nav .nav-item:hover p
{
    color: #fff;
    background-color: #3151d3;
}
.header-open .search
{
    margin-top: 8%;
}
.header-open .search .search-logo
{
    text-align: center;
}
.header-open .search .search-logo img
{
    max-height: 100px;
}
.header-open .search form
{
    position: relative;

    width: 350px;
    margin: 0 auto;
}
@media (max-width: 1199px)
{
    .header-open .search form
    {
        width: 80%;
    }
}
.header-open .search form input
{
    line-height: 46px;

    width: 100%;
    padding: 0 70px 0 20px;

    border-radius: 30px;
    background-color: #ececee;
}
.header-open .search form input::-webkit-input-placeholder,
.header-open .search form textarea::-webkit-input-placeholder
{
    color: #999;
}
.header-open .search form input:-o-placeholder,
.header-open .search form textarea:-o-placeholder
{
    color: #999;
}
.header-open .search form input::-moz-placeholder,
.header-open .search form textarea::-moz-placeholder
{
    color: #999;
}
.header-open .search form input:-ms-input-placeholder,
.header-open .search form textarea:-ms-input-placeholder
{
    color: #999;
}
.header-open .search form input:focus::-webkit-input-placeholder,
.header-open .search form textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.header-open .search form input:focus::-o-placeholder,
.header-open .search form textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.header-open .search form input:focus::-moz-placeholder,
.header-open .search form textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.header-open .search form input:focus::-ms-input-placeholder,
.header-open .search form textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.header-open .search form .submit
{
    line-height: 36px;

    position: absolute;
    z-index: 2;
    top: 4px;
    right: 5px;

    width: 56px;
    padding: 0;

    color: #fff;
    border-radius: 30px;
    background-color: #3151d3;
}
.header-open.active
{
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);
}
.online-wrap .btn
{
    line-height: 36px;

    position: fixed;
    z-index: 7;
    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 #3151d3;
    border-radius: 0;
    outline: none;
    background-color: #3151d3;
}
@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: 7;
    right: 0;
    bottom: 5%;

    -webkit-transition: right .3s;
            transition: right .3s;
    text-align: center;
}
@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;

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

    -webkit-transition: all .2s;
            transition: all .2s;
}
@media (min-width: 992px)
{
    .online-wrap .online a:hover
    {
        background-color: #3151d3;
    }
}
@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;
    background-color: #3151d3;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .12);
}
@media (max-width: 767px)
{
    .online-wrap .online .code:before
    {
        font-size: 22px;
    }
}
.online-wrap .online .code .mask
{
    position: absolute;
    z-index: 10;
    top: 0;
    right: 100%;

    display: none;

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

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

    margin: 5px 0 8px 0;

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

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

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

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

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

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

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

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

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

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

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

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

    content: '\e62a';
}
.online-wrap .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: #3151d3;
}
.online-wrap .icon-arrow-top:before
{
    font-family: 'iconfont' !important;

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

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

    display: none;

    width: 100%;

    background-color: #3151d3;
    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 #003569;
    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-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.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;

    overflow: hidden;

    width: 100%;
    height: 100vh;
    padding-left: 90px;
}
@media (max-width: 1199px)
{
    .banner
    {
        height: auto;
        padding-top: 60px;
        padding-left: 0;
    }
}
.banner img
{
    display: block;
}
@media (min-width: 1200px)
{
    .banner img
    {
        position: absolute;
        top: 50%;
        left: 50%;
    }
}
@media (max-width: 1199px)
{
    .banner img
    {
        width: 100%;
    }
}
.banner .swiper-slide
{
    overflow: hidden;
}
.banner .item
{
    position: relative;

    display: block;
    overflow: hidden;
}
.banner .item img
{
    display: block;

    width: 100%;
}
.banner .item a
{
    display: block;

    width: 100%;
}
.banner .swiper-pagination
{
    position: absolute;
    z-index: 2;
    bottom: 4.5%;
    left: 10%;

    width: auto;
    width: 100%;

    text-align: left;
}
.banner .swiper-pagination-bullet
{
    font-size: 20px;
    font-weight: bold;

    width: auto;
    width: 65px;
    height: 10px;
    margin: 0 5px !important;

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

    opacity: 1;
    border-radius: 0;
    outline: none;
    background: none;
    background-color: rgba(49, 81, 211, .3);
}
@media (max-width: 767px)
{
    .banner .swiper-pagination-bullet
    {
        width: 30px;
    }
}
.banner .swiper-pagination-bullet-active
{
    background-color: #3151d3;
}
.banner .slick-arrow
{
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;

    top: auto;
    bottom: 5%;
    left: 5%;

    text-align: center;

    opacity: .6;
    border-width: 2px;
    border-color: #fff;
}
@media (max-width: 767px)
{
    .banner .slick-arrow
    {
        line-height: 30px;
    }
}
.banner .slick-arrow.slick-next
{
    left: -webkit-calc(5% + 80px);
    left:         calc(5% + 80px);
}
@media (max-width: 767px)
{
    .banner .slick-arrow.slick-next
    {
        left: -webkit-calc(5% + 40px);
        left:         calc(5% + 40px);
    }
}
.banner .slick-arrow:before
{
    color: #fff;
}
.banner .slick-arrow:hover
{
    opacity: 1;
    background: none;
}
.banner-in
{
    position: relative;

    overflow: hidden;

    padding-left: 90px;
}
@media (max-width: 1199px)
{
    .banner-in
    {
        padding-top: 60px;
        padding-left: 0;
    }
}
.banner-in img
{
    width: 100%;
}
@media (max-width: 767px)
{
    .banner-in img
    {
        width: 140%;
        margin-left: -20%;
    }
}
.banner-in .text-in
{
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 0;

    width: 100%;

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

    color: #fff;
}
@media (max-width: 1199px)
{
    .banner-in .text-in
    {
        top: 60%;
    }
}
.banner-in .text-in h2
{
    font-size: 48px;
    font-weight: bold;
    line-height: 1;

    margin: 0;
}
@media (max-width: 1470px)
{
    .banner-in .text-in h2
    {
        font-size: 40px;
    }
}
@media (max-width: 1199px)
{
    .banner-in .text-in h2
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .banner-in .text-in h2
    {
        font-size: 24px;
    }
}
.title h2
{
    font-size: 48px;
    font-weight: bold;
    line-height: 1.4;

    margin: 0;
}
@media (max-width: 1470px)
{
    .title h2
    {
        font-size: 40px;
    }
}
@media (max-width: 1199px)
{
    .title h2
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .title h2
    {
        font-size: 24px;
    }
}
.title p
{
    font-size: 18px;
    line-height: 2;

    margin: 20px 0 0 0;

    color: #666;
}
@media (max-width: 767px)
{
    .title p
    {
        font-size: 14px;
    }
}
.box
{
    overflow: hidden;
}
@media (max-width: 1199px)
{
    .box
    {
        padding: 50px 0;
    }
}
.box .more
{
    margin-top: 40px;
}
.box .more a
{
    font-size: 15px;
    line-height: 46px;

    position: relative;

    display: inline-block;

    padding: 0 70px;

    color: #fff;
    background-color: #3151d3;
}
@media (max-width: 991px)
{
    .box .more a
    {
        font-size: 14px;

        padding: 0 30px;
    }
}
.box .more a::before
{
    position: absolute;
    z-index: -1;
    top: -2em;
    right: -2em;
    bottom: -2em;
    left: -2em;

    content: '';
    -webkit-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;

    background-image: -webkit-radial-gradient(circle, #3151d3 20%, transparent 20%), -webkit-radial-gradient(circle, transparent 10%, #3151d3 20%, transparent 20%), -webkit-radial-gradient(circle, transparent 10%, white 20%, transparent 20%), -webkit-radial-gradient(circle, #3151d3 20%, transparent 20%), -webkit-radial-gradient(circle, transparent 10%, #3151d3 20%, transparent 20%), -webkit-radial-gradient(circle, #3151d3 20%, transparent 20%), -webkit-radial-gradient(circle, transparent 10%, #3151d3 20%, transparent 20%), -webkit-radial-gradient(circle, #3151d3 20%, transparent 20%), -webkit-radial-gradient(circle, transparent 10%, #3151d3 20%, transparent 20%), /*  */ -webkit-radial-gradient(circle, transparent 10%, #3151d3 20%, transparent 20%), -webkit-radial-gradient(circle, #3151d3 20%, transparent 20%), -webkit-radial-gradient(circle, transparent 10%, white 20%, transparent 20%), -webkit-radial-gradient(circle, #3151d3 20%, transparent 20%), -webkit-radial-gradient(circle, transparent 10%, #3151d3 20%, transparent 20%), -webkit-radial-gradient(circle, #3151d3 20%, transparent 20%), -webkit-radial-gradient(circle, transparent 10%, white 20%, transparent 20%);
    background-image:         radial-gradient(circle, #3151d3 20%, transparent 20%), radial-gradient(circle, transparent 10%, #3151d3 20%, transparent 20%), radial-gradient(circle, transparent 10%, white 20%, transparent 20%), radial-gradient(circle, #3151d3 20%, transparent 20%), radial-gradient(circle, transparent 10%, #3151d3 20%, transparent 20%), radial-gradient(circle, #3151d3 20%, transparent 20%), radial-gradient(circle, transparent 10%, #3151d3 20%, transparent 20%), radial-gradient(circle, #3151d3 20%, transparent 20%), radial-gradient(circle, transparent 10%, #3151d3 20%, transparent 20%), /*  */ radial-gradient(circle, transparent 10%, #3151d3 20%, transparent 20%), radial-gradient(circle, #3151d3 20%, transparent 20%), radial-gradient(circle, transparent 10%, white 20%, transparent 20%), radial-gradient(circle, #3151d3 20%, transparent 20%), radial-gradient(circle, transparent 10%, #3151d3 20%, transparent 20%), radial-gradient(circle, #3151d3 20%, transparent 20%), radial-gradient(circle, transparent 10%, white 20%, transparent 20%);
    background-repeat: no-repeat;
    background-position: 18% 40%, 20% 31%, 30% 30%, 40% 30%, 50% 30%, 57% 30%,
    65% 30%, 80% 32%, 15% 60%, 83% 60%, 18% 70%, 25% 70%, 41% 70%, 50% 70%,
    64% 70%, 80% 71%;
    background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%,
    10% 10%, 18% 18%, 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 10% 10%,
    20% 20%;
}
.box .more a:hover:before
{
    -webkit-transition: background-position .5s ease-in-out, background-size .75s ease-in-out;
            transition: background-position .5s ease-in-out, background-size .75s ease-in-out;

    background-position: 5% 44%, -5% 20%, 7% 5%, 23% 0, 37% 0, 58% -2%, 80% 0, 100% -2%, -5% 80%, 100% 55%, 2% 100%, 23% 100%, 42% 100%, 60% 95%, 70% 96%, 100% 100%;
    background-size: 0 0;
}
.fp-scrollable
{
    height: auto;
}
.section
{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.section-about
{
    background-position: bottom center;
    background-size: 100% auto;
}
.section-product
{
    overflow: hidden;
}
@media (max-width: 1199px)
{
    .box-product
    {
        padding-bottom: 0;
    }
}
@media (max-width: 1199px)
{
    .box-product .container
    {
        padding-right: 0;
        padding-left: 0;
    }
}
.box-product .product
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-right: -webkit-calc(540px - 50vw);
    margin-right:         calc(540px - 50vw);

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 1199px)
{
    .box-product .product
    {
        display: block;

        margin-right: 0;
    }
}
.box-product .product-text
{
    width: 45%;
    padding-right: 10%;
    padding-bottom: 100px;
}
@media (max-width: 1199px)
{
    .box-product .product-text
    {
        width: 100%;
        padding: 0 15px;
    }
}
.box-product .product-text .item .number
{
    font-size: 48px;
    font-weight: bold;
    line-height: 1.4;

    color: #3151d3;
}
@media (max-width: 1470px)
{
    .box-product .product-text .item .number
    {
        font-size: 40px;
    }
}
@media (max-width: 1199px)
{
    .box-product .product-text .item .number
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .box-product .product-text .item .number
    {
        font-size: 24px;
    }
}
.box-product .product-text .item .number:before
{
    display: inline-block;

    width: 50px;
    height: 3px;
    margin-right: 20px;

    content: '';
    vertical-align: middle;

    background-color: #3151d3;
}
.box-product .product-text .item h3
{
    font-size: 48px;
    font-weight: bold;
    line-height: 1.2;

    margin: 0;
}
@media (max-width: 1470px)
{
    .box-product .product-text .item h3
    {
        font-size: 40px;
    }
}
@media (max-width: 1199px)
{
    .box-product .product-text .item h3
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .box-product .product-text .item h3
    {
        font-size: 24px;
    }
}
.box-product .product-text .item .note
{
    display: -webkit-box;
    overflow: hidden;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media (max-width: 991px)
{
    .box-product .product-text .item .note
    {
        height: 90px;
    }
}
.box-product .product-text .item .note p
{
    font-size: 18px;
    line-height: 36px;

    margin: 0;
}
@media (max-width: 991px)
{
    .box-product .product-text .item .note p
    {
        font-size: 16px;
        line-height: 30px;
    }
}
.box-product .product-text .item .product-more
{
    margin-top: 40px;
}
@media (max-width: 991px)
{
    .box-product .product-text .item .product-more
    {
        margin-top: 20px;
    }
}
.box-product .product-text .item .product-more a
{
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;

    display: inline-block;

    color: #3151d3;
}
.box-product .product-text .item .product-more a .icon
{
    font-size: 20px;
}
.box-product .product-text .slick-arrow
{
    top: auto;
    bottom: -50px;
    left: 0;

    -webkit-transform: translate3d(0);
            transform: translate3d(0);
}
@media (max-width: 1199px)
{
    .box-product .product-text .slick-arrow
    {
        bottom: -60px;
        left: 15px;
    }
}
.box-product .product-text .slick-arrow.slick-next
{
    left: 60px;
}
.box-product .product-right
{
    position: relative;
    z-index: 6;

    float: right;

    width: 55%;
    padding-left: 80px;
}
@media (max-width: 1199px)
{
    .box-product .product-right
    {
        float: none;

        width: 100%;
        margin-top: 60px;
        padding-left: 0;
    }
}
.box-product .product-right:before
{
    position: absolute;
    z-index: 6;
    top: 50%;
    left: 80px;

    display: block;

    width: 1946px;
    height: 1946px;

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

    border: 200px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 31px 3px rgba(0, 0, 0, .05);
}
@media (max-width: 1199px)
{
    .box-product .product-right:before
    {
        top: 0;
        left: -webkit-calc(50% + 20px);
        left:         calc(50% + 20px);
        left: 50%;

        -webkit-transform: translateZ(1000px) translateX(-50%) rotateY(180deg) rotate(90deg);
                transform: translateZ(1000px) translateX(-50%) rotateY(180deg) rotate(90deg);

        border: 120px solid #fff;
    }
}
.box-product .product-right .product-pic
{
    font-size: 0;

    position: relative;
    z-index: -1 !important;

    overflow: hidden;

    padding-left: 180px;
}
@media (max-width: 1199px)
{
    .box-product .product-right .product-pic
    {
        padding-top: 80px;
        padding-left: 0;
    }
}
.box-product .product-right .product-pic li
{
    height: 100vh;
}
@media (max-width: 1199px)
{
    .box-product .product-right .product-pic li
    {
        height: 400px;
    }
}
.box-product .product-right .product-pic li img
{
    width: 100%;

    object-fit: cover;
}
.box-product .product-right .product-icon.slick-list
{
    padding: 0 !important;
}
.box-product .product-right .product-icon
{
    position: absolute;
    z-index: 8;
    /* width: 200px; */
    top: 50%;
    /* height: 100vh; */
    left: 80px;

    width: 1946px;
    height: 1946px;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
@media (max-width: 1199px)
{
    .box-product .product-right .product-icon
    {
        top: 0;
        left: 50%;

        -webkit-transform: translateZ(1001px) translateX(-50%) rotateY(180deg) rotate(90deg);
                transform: translateZ(1001px) translateX(-50%) rotateY(180deg) rotate(90deg);
    }
}
.box-product .product-right .product-icon li
{
    font-size: 0;

    cursor: pointer;
    text-align: center;
}
@media (max-width: 1199px)
{
    .box-product .product-right .product-icon li
    {
        display: inline-block;
    }
}
.box-product .product-right .product-icon .icon
{
    position: relative;

    display: block;

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

    border: 1px solid #3151d3;
    border-radius: 50%;
}
@media (max-width: 1199px)
{
    .box-product .product-right .product-icon .icon
    {
        width: 70px;
        height: 70px;

        -webkit-transform: translateZ(1000px);
                transform: translateZ(1000px);
    }
}
.box-product .product-right .product-icon .icon::before,
.box-product .product-right .product-icon .icon::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-radius: 50%;
    background: rgba(49, 81, 211, .28);
}
.box-product .product-right .product-icon .icon span
{
    font-size: 20px;

    position: absolute;
    z-index: 2;
}
.box-product .product-right .product-icon .icon img
{
    font-size: 14px;

    position: relative;
    z-index: 2;

    overflow: hidden;

    width: 100%;

    border-radius: 50%;
    background-color: #fff;
}
.box-product .product-right .product-icon .on .icon
{
    background-color: #3151d3;
}
.box-product .product-right .product-icon .on .icon:after
{
    -webkit-animation: point_kuo 3s 1s linear infinite;
            animation: point_kuo 3s 1s linear infinite;
}
.box-product .product-right .product-icon .on .icon:before
{
    -webkit-animation: point_kuo 3s 0s linear infinite;
            animation: point_kuo 3s 0s linear infinite;
}
.box-product .product-right .product-icon .on .icon img
{
    background: none;

    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
}
.box-product .product-icon
{
    -webkit-transition: all .4s;
            transition: all .4s;
    -webkit-transform: translateY(-50%) rotate(0);
        -ms-transform: translateY(-50%) rotate(0);
            transform: translateY(-50%) rotate(0);
}
.box-product .dotli
{
    position: absolute;
    top: 50%;
    left: 50%;

    width: 200px;

    -webkit-transform: translate(-973px, -50%);
        -ms-transform: translate(-973px, -50%);
            transform: translate(-973px, -50%);
    -webkit-transform-origin: center 973px;
        -ms-transform-origin: center 973px;
            transform-origin: center 973px;
}
@media (max-width: 1199px)
{
    .box-product .dotli
    {
        width: 120px;
    }
}
.box-product .dotli2
{
    top: -webkit-calc(57%);
    top:         calc(57%);
    left: 50.5%;
}
.box-product .dotli_3
{
    top: -webkit-calc(43%);
    top:         calc(43%);
    left: 50.5%;
}
.box-product .dotli3
{
    top: -webkit-calc(63.9%);
    top:         calc(63.9%);
    left: 52.2%;
}
.box-product .dotli_2
{
    top: -webkit-calc(36.1%);
    top:         calc(36.1%);
    left: 52.2%;
}
.box-product .dotli4
{
    top: -webkit-calc(70.4%);
    top:         calc(70.4%);
    left: 54.9%;
}
@media (max-width: 1199px)
{
    .box-product .dotli4
    {
        left: 54.8%;
    }
}
.box-product .dotli_1
{
    top: -webkit-calc(29.6%);
    top:         calc(29.6%);
    left: 54.9%;
}
.box-product .dotli5
{
    top: -webkit-calc(76.4%);
    top:         calc(76.4%);
    left: 58.6%;
}
@media (max-width: 1199px)
{
    .box-product .dotli5
    {
        top: -webkit-calc(76.5%);
        top:         calc(76.5%);
        left: 58.2%;
    }
}
.box-product .dotli6
{
    top: -webkit-calc(81.7%);
    top:         calc(81.7%);
    left: 63.15%;
}
@media (max-width: 1199px)
{
    .box-product .dotli6
    {
        top: -webkit-calc(82%);
        top:         calc(82%);
        left: 62.5%;
    }
}
.box-product .dotli7
{
    top: -webkit-calc(86.3%);
    top:         calc(86.3%);
    left: 68.5%;
}
@media (max-width: 1199px)
{
    .box-product .dotli7
    {
        top: -webkit-calc(87%);
        top:         calc(87%);
        left: 68%;
    }
}
.box-product .dotli8
{
    top: -webkit-calc(90%);
    top:         calc(90%);
    left: 74.5%;
}
@media (max-width: 1199px)
{
    .box-product .dotli8
    {
        top: -webkit-calc(91.1%);
        top:         calc(91.1%);
        left: 73.9%;
    }
}
.box-product .dotli9
{
    top: -webkit-calc(92.6%);
    top:         calc(92.6%);
    left: 81.1%;
}
@media (max-width: 1199px)
{
    .box-product .dotli9
    {
        top: -webkit-calc(93.6%);
        top:         calc(93.6%);
        left: 80.1%;
    }
}
.box-product .dotli10
{
    top: -webkit-calc(94.3%);
    top:         calc(94.3%);
    left: 87.8%;
}
.box-product .dotli11
{
    top: -webkit-calc(94.9%);
    top:         calc(94.9%);
    left: 94.8%;
}
.box-product .dotli12
{
    top: -webkit-calc(94.4%);
    top:         calc(94.4%);
    left: 101.9%;
}
@-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.5);
                transform: translate(-50%, -50%) scale(2.5);

        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.5);
                transform: translate(-50%, -50%) scale(2.5);

        opacity: 0;
    }
}
.box-about .title
{
    position: relative;
}
.box-about .title .link
{
    position: absolute;
    top: 20px;
    right: 0;
}
@media (max-width: 767px)
{
    .box-about .title .link
    {
        position: relative;
    }
}
.box-about .title .link .play,
.box-about .title .link .more
{
    font-size: 16px;
    line-height: 50px;

    display: inline-block;

    width: 180px;
    height: 50px;
    margin-top: 0;
    margin-left: 10px;

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

    border: 1px solid #3151d3;
    border-radius: 30px;
}
@media (max-width: 991px)
{
    .box-about .title .link .play,
    .box-about .title .link .more
    {
        font-size: 14px;
        line-height: 40px;

        width: 150px;
        height: 40px;
        margin-right: 10px;
        margin-left: 0;
    }
}
.box-about .title .link .play:hover,
.box-about .title .link .more:hover
{
    color: #fff;
    background-color: #1b33d6;
}
.box-about .title .link .more
{
    color: #fff;
    background-color: #3151d3;
}
.box-about .text
{
    max-width: 1070px;
    margin-top: 40px;
}
.box-about .text p
{
    font-size: 16px;
    line-height: 2.25;

    margin: 0;

    color: #666;
}
@media (max-width: 991px)
{
    .box-about .text p
    {
        font-size: 14px;
        line-height: 1.71428571;
    }
}
.box-about .about
{
    margin-top: 50px;
    padding-bottom: 10px;
}
@media (max-width: 991px)
{
    .box-about .about
    {
        margin-top: 20px;
    }
}
.box-about .about ul
{
    margin: 0 -5px;
}
.box-about .about ul li
{
    margin-top: 10px;
    padding: 0 5px;
}
.box-about .about .item
{
    -webkit-transition: all .6s;
            transition: all .6s;
}
.box-about .about .item .img-box
{
    padding-bottom: 73.91304348%;
}
.box-about .about .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.box-about .about .item:hover
{
    -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
            transform: translateY(10px);
}
.box-equipment .equipment
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
@media (max-width: 1199px)
{
    .box-equipment .equipment
    {
        display: block;
    }
}
.box-equipment .equipment-left
{
    width: 45%;
    padding-right: 3%;
}
@media (max-width: 1199px)
{
    .box-equipment .equipment-left
    {
        width: 100%;
        padding-right: 0;
    }
}
.box-equipment .equipment-left .equipment-nav
{
    overflow-y: auto;

    height: 500px;
    margin-top: 40px;
    padding-right: 20px;
}
@media (max-width: 1470px)
{
    .box-equipment .equipment-left .equipment-nav
    {
        height: 380px;
    }
}
@media (max-width: 1199px)
{
    .box-equipment .equipment-left .equipment-nav
    {
        overflow: hidden;

        height: auto;
        margin-top: 10px;
        padding-right: 0;
    }
}
.box-equipment .equipment-left .equipment-nav::-webkit-scrollbar
{
    position: absolute;
    left: 0;

    width: 5px;
}
.box-equipment .equipment-left .equipment-nav::-webkit-scrollbar-track
{
    background-color: #efefef;
}
.box-equipment .equipment-left .equipment-nav::-webkit-scrollbar-thumb
{
    background-color: #3151d3;
}
.box-equipment .equipment-left ul li
{
    margin-top: 14px;
}
@media (max-width: 1199px)
{
    .box-equipment .equipment-left ul li
    {
        display: inline-block;

        vertical-align: top;
    }
}
.box-equipment .equipment-left ul li:nth-child(1)
{
    margin-top: 0;
}
@media (max-width: 1199px)
{
    .box-equipment .equipment-left ul li:nth-child(1)
    {
        margin-top: 14px;
    }
}
.box-equipment .equipment-left ul li a
{
    font-size: 20px;
    line-height: 30px;

    position: relative;

    display: block;

    padding: 20px 80px;

    border-radius: 10px;
    background-color: #fff;
}
@media (max-width: 1470px)
{
    .box-equipment .equipment-left ul li a
    {
        padding: 10px 60px;
    }
}
@media (max-width: 991px)
{
    .box-equipment .equipment-left ul li a
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .box-equipment .equipment-left ul li a
    {
        font-size: 14px;
        line-height: 24px;

        padding: 10px 30px;
    }
}
.box-equipment .equipment-left ul li a:before
{
    position: absolute;
    top: 50%;
    left: 20px;

    display: block;

    width: 16px;
    height: 16px;

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

    border-radius: 50%;
    background-color: #3151d3;
}
@media (max-width: 767px)
{
    .box-equipment .equipment-left ul li a:before
    {
        left: 8px;

        width: 10px;
        height: 10px;
    }
}
.box-equipment .equipment-left ul li a:after
{
    font-family: 'iconfont' !important;
    line-height: 70px;

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

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

    opacity: 0;
}
@media (max-width: 1470px)
{
    .box-equipment .equipment-left ul li a:after
    {
        line-height: 50px;
    }
}
@media (max-width: 767px)
{
    .box-equipment .equipment-left ul li a:after
    {
        line-height: 44px;

        right: 10px;
    }
}
.box-equipment .equipment-left ul li.active a
{
    color: #fff;
    background: -webkit-linear-gradient(1deg, #023fa0 0%, #004dd1 100%);
    background:         linear-gradient(89deg, #023fa0 0%, #004dd1 100%);
}
.box-equipment .equipment-left ul li.active a:before
{
    background-color: #fff;
}
.box-equipment .equipment-left ul li.active a:after
{
    opacity: 1;
}
.box-equipment .equipment-right
{
    width: 55%;
}
@media (max-width: 1199px)
{
    .box-equipment .equipment-right
    {
        width: 100%;
        margin-top: 30px;
    }
}
.box-equipment .equipment-right .equipment-video
{
    position: relative;

    overflow: hidden;

    border-radius: 10px;
}
.box-equipment .equipment-right .equipment-video .img-box
{
    padding-bottom: 83.33333333%;
}
.box-equipment .equipment-right .equipment-video .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.box-equipment .equipment-right .equipment-video .play
{
    line-height: 50px;

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

    width: 50px;
    height: 50px;

    cursor: pointer;
    -webkit-transition: all .2s;
            transition: all .2s;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
    text-align: center;

    color: #fff;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, .5);
}
.box-equipment .equipment-right .equipment-video .play .icon
{
    font-size: 20px;
}
.box-equipment .equipment-right .equipment-video .play:hover
{
    background-color: rgba(49, 81, 211, .8);
}
.box-equipment .equipment-right .equipment-video .more
{
    position: absolute;
    z-index: 2;
    bottom: 30px;
    left: 50%;

    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
.box-equipment .equipment-right .equipment-video .more a
{
    line-height: 50px;

    display: inline-block;

    padding: 0 50px;

    border-radius: 10px;
    background: -webkit-linear-gradient(1deg, #023fa0 0%, #004dd1 100%);
    background:         linear-gradient(89deg, #023fa0 0%, #004dd1 100%);
}
.box-cases
{
    position: relative;

    padding: 0;
    padding-left: 90px;
}
@media (max-width: 1199px)
{
    .box-cases
    {
        padding-left: 0;
    }
}
.box-cases .title-cases
{
    position: absolute;
    z-index: 2;
    top: 8%;
    left: 8%;

    border-bottom: 1px solid #fff;
}
@media (max-width: 1199px)
{
    .box-cases .title-cases
    {
        top: 30px;
    }
}
.box-cases .title-cases h2
{
    font-size: 36px;
    font-weight: bold;
    line-height: 1.5;

    display: inline-block;

    color: #fff;
}
@media (max-width: 1470px)
{
    .box-cases .title-cases h2
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .box-cases .title-cases h2
    {
        font-size: 24px;
    }
}
.box-cases .cases-for .item
{
    position: relative;

    height: 100vh;

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
@media (max-width: 1199px)
{
    .box-cases .cases-for .item
    {
        height: 60vh;
    }
}
.box-cases .cases-for .item:before
{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    background-color: rgba(0, 0, 0, .2);
}
.box-cases .cases-for .item .text
{
    position: absolute;
    z-index: 4;
    top: 10%;
    left: 50%;

    display: block;

    width: 100%;
    max-width: 495px;

    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    text-align: center;
}
@media (max-width: 1199px)
{
    .box-cases .cases-for .item .text
    {
        top: 18%;

        max-width: 300px;
    }
}
.box-cases .cases-for .item .text:before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-animation: rotate-center 15s ease-in-out infinite both;
            animation: rotate-center 15s ease-in-out infinite both;

    background: url(../images/cases-yuan.png) no-repeat center;
    background-size: cover;
}
.box-cases .cases-for .item .text .note
{
    position: absolute;
    top: 50%;
    left: 50%;

    width: 100%;
    padding: 0 5%;

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

    color: #fff;
}
.box-cases .cases-for .item .text .note h3
{
    font-size: 48px;
    font-weight: bold;
    line-height: 1.4;
}
@media (max-width: 1470px)
{
    .box-cases .cases-for .item .text .note h3
    {
        font-size: 40px;
    }
}
@media (max-width: 1199px)
{
    .box-cases .cases-for .item .text .note h3
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .box-cases .cases-for .item .text .note h3
    {
        font-size: 24px;
    }
}
.box-cases .cases-for .item .text .note .cases-more
{
    font-size: 16px;
    line-height: 48px;

    display: inline-block;

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

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

    border: 2px solid #fff;
    border-radius: 30px;
}
@media (max-width: 991px)
{
    .box-cases .cases-for .item .text .note .cases-more
    {
        font-size: 14px;
        line-height: 40px;

        margin-top: 20px;
        padding: 0 30px;
    }
}
.box-cases .cases-for .item .text .note .cases-more .icon
{
    font-size: 20px;

    display: inline-block;

    vertical-align: middle;
}
.box-cases .cases-for .item .text .note .cases-more:hover
{
    color: #3151d3;
    background-color: #fff;
}
.box-cases .cases-nav
{
    position: absolute;
    z-index: 2;
    bottom: 15%;
    left: 10%;

    width: 90%;
}
@media (max-width: 1199px)
{
    .box-cases .cases-nav
    {
        bottom: 5%;
    }
}
.box-cases .cases-nav:before
{
    position: absolute;
    top: 50%;

    display: block;

    width: 100%;
    height: 2px;

    content: '';

    background-color: rgba(255, 255, 255, .2);
}
.box-cases .cases-nav .item
{
    padding: 0 10%;

    cursor: pointer;
    text-align: center;
}
.box-cases .cases-nav .item:before
{
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;

    display: block;

    width: 12px;
    height: 12px;

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

    border: 2px solid #fff;
    border-radius: 50%;
    background: #e0e0e0;
}
.box-cases .cases-nav .item p
{
    line-height: 46px;

    display: inline-block;
    overflow: hidden;

    height: 46px;
    margin: 0;
    padding: 0 36px;

    opacity: 0;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 30px;
    background-color: rgba(224, 224, 224, .5);
}
.box-cases .cases-nav .slick-current .item:before
{
    opacity: 0;
}
.box-cases .cases-nav .slick-current .item p
{
    opacity: 1;
}
@-webkit-keyframes rotate-center
{
    0%
    {
        -webkit-transform: rotate(0);
                transform: rotate(0);
    }
    100%
    {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
@keyframes rotate-center
{
    0%
    {
        -webkit-transform: rotate(0);
                transform: rotate(0);
    }
    100%
    {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
.box-news .news .item,
.wrap-news .news .item
{
    border: 1px solid #f2f2f2;
    background: #fff;
}
.box-news .news .item .pic .img-box,
.wrap-news .news .item .pic .img-box
{
    padding-bottom: 55.55555556%;
}
.box-news .news .item .pic .img-box img,
.wrap-news .news .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.box-news .news .item .note,
.wrap-news .news .item .note
{
    padding: 30px;
}
@media (max-width: 991px)
{
    .box-news .news .item .note,
    .wrap-news .news .item .note
    {
        padding: 20px 14px;
    }
}
.box-news .news .item .note a,
.wrap-news .news .item .note a
{
    display: block;
}
.box-news .news .item .note h3,
.wrap-news .news .item .note h3
{
    font-size: 20px;
    font-weight: bold;
    line-height: 36px;

    display: -webkit-box;
    overflow: hidden;

    height: 72px;

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

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

        height: 60px;
    }
}
@media (max-width: 767px)
{
    .box-news .news .item .note h3,
    .wrap-news .news .item .note h3
    {
        font-size: 16px;
        line-height: 24px;

        height: 48px;
    }
}
.box-news .news .item .note p,
.wrap-news .news .item .note p
{
    font-size: 15px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px)
{
    .box-news .news .item .note p,
    .wrap-news .news .item .note p
    {
        font-size: 14px;
    }
}
.box-news .news .item .note .news-more,
.wrap-news .news .item .note .news-more
{
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .box-news .news .item .note .news-more,
    .wrap-news .news .item .note .news-more
    {
        margin-top: 20px;
    }
}
.box-news .news .item .note .news-more a,
.wrap-news .news .item .note .news-more a
{
    font-size: 14px;
    line-height: 30px;

    display: inline-block;

    color: #666;
}
.box-news .news .item .note .news-more a .icon,
.wrap-news .news .item .note .news-more a .icon
{
    font-size: 24px;

    display: inline-block;

    margin-right: 10px;

    vertical-align: middle;

    color: #07083b;
}
.box-news .news .item:hover .pic .img-box img,
.wrap-news .news .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.box-news .news .item:hover .note h3,
.wrap-news .news .item:hover .note h3
{
    color: #3151d3;
}
.box-news .news .item:hover .note .news-more a,
.wrap-news .news .item:hover .note .news-more a
{
    color: #3151d3;
}
.box-news .news
{
    margin-top: 50px;
}
@media (max-width: 991px)
{
    .box-news .news
    {
        margin-top: 30px;
    }
}
.box-news .news .slick-news
{
    margin: 0 -15px;
}
@media (max-width: 767px)
{
    .box-news .news .slick-news
    {
        margin: 0 -5px;
    }
}
.box-news .news .slick-news .slick-slide
{
    padding: 0 15px;
}
@media (max-width: 767px)
{
    .box-news .news .slick-news .slick-slide
    {
        padding: 0 5px;
    }
}
.box-news .slick-arrow
{
    top: -70px;
    right: 70px;
    left: auto;
}
@media (max-width: 991px)
{
    .box-news .slick-arrow
    {
        top: -50px;
    }
}
.box-news .slick-arrow.slick-next
{
    right: 15px;
}
.active .box-product .product-text,
.active .box-equipment .equipment-left
{
    -webkit-animation: fadeInLeft 1s 0s ease both;
            animation: fadeInLeft 1s 0s ease both;
}
.active .box-product .product-right,
.active .box-equipment .equipment-right
{
    -webkit-animation: fadeInRight 1s 0s ease both;
            animation: fadeInRight 1s 0s ease both;
}
.active .box-about .title,
.active .box-news .title
{
    -webkit-animation: fadeInDown 1s ease both;
            animation: fadeInDown 1s ease both;
}
.active .box-about .text,
.active .box-about .about,
.active .box-news .news
{
    -webkit-animation: fadeInUp 1s ease both;
            animation: fadeInUp 1s ease both;
}
.leave .box-product .product-text,
.leave .box-equipment .equipment-left
{
    -webkit-animation: fadeOutLeft 1s 0s ease both;
            animation: fadeOutLeft 1s 0s ease both;
}
.leave .box-product .product-right,
.leave .box-equipment .equipment-right
{
    -webkit-animation: fadeOutRight 1s 0s ease both;
            animation: fadeOutRight 1s 0s ease both;
}
.leave .box-about .title,
.leave .box-news .title
{
    -webkit-animation: fadeOutUp 1s 0s ease both;
            animation: fadeOutUp 1s 0s ease both;
}
.leave .box-about .text,
.leave .box-about .about,
.leave .box-news .news
{
    -webkit-animation: fadeOutDown 1s ease both;
            animation: fadeOutDown 1s ease both;
}
.leave .box-cases .cases-nav
{
    -webkit-animation: fadeOutDown 1s ease both;
            animation: fadeOutDown 1s ease both;
}
.leave .box-news .news-right
{
    -webkit-animation: fadeOutDown 1s .2s ease both;
            animation: fadeOutDown 1s .2s ease both;
}
#fp-nav.fp-right
{
    right: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li
{
    width: auto;
    height: 56px;
    margin: 0;

    text-align: right;
}
#fp-nav ul li a,
.fp-slidesNav ul li a
{
    display: inline-block;
    overflow: hidden;

    max-width: 50px;

    border-radius: 10px;
    background-color: rgba(49, 81, 211, .2);
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span
{
    position: relative;
    top: 0;
    left: 0;

    display: inline-block;
    float: none;

    margin: 0;

    vertical-align: middle;

    color: #fff;
    background: none;
}
#fp-nav ul li a span:nth-child(1),
.fp-slidesNav ul li a span:nth-child(1)
{
    font-size: 16px;
    font-weight: bold;
    line-height: 56px;

    width: 0;
    height: 56px;

    text-align: center;

    border-radius: 0;
}
#fp-nav ul li a span:nth-child(2),
.fp-slidesNav ul li a span:nth-child(2)
{
    font-size: 18px;
    font-weight: bold;
    line-height: 56px;

    width: 50px;
    height: 56px;

    text-align: center;

    border-radius: 0;
}
#fp-nav ul li:nth-child(1) a span:nth-child(2):before,
.fp-slidesNav ul li:nth-child(1) a span:nth-child(2):before
{
    content: '01';
}
#fp-nav ul li:nth-child(2) a span:nth-child(2):before,
.fp-slidesNav ul li:nth-child(2) a span:nth-child(2):before
{
    content: '02';
}
#fp-nav ul li:nth-child(3) a span:nth-child(2):before,
.fp-slidesNav ul li:nth-child(3) a span:nth-child(2):before
{
    content: '03';
}
#fp-nav ul li:nth-child(4) a span:nth-child(2):before,
.fp-slidesNav ul li:nth-child(4) a span:nth-child(2):before
{
    content: '04';
}
#fp-nav ul li:nth-child(5) a span:nth-child(2):before,
.fp-slidesNav ul li:nth-child(5) a span:nth-child(2):before
{
    content: '05';
}
#fp-nav ul li:nth-child(6) a span:nth-child(2):before,
.fp-slidesNav ul li:nth-child(6) a span:nth-child(2):before
{
    content: '06';
}
#fp-nav ul li:nth-child(7),
.fp-slidesNav ul li:nth-child(7)
{
    display: none;
}
#fp-nav ul li a.active,
#fp-nav ul li:hover a.active,
.fp-slidesNav ul li a.active,
.fp-slidesNav ul li:hover a.active
{
    border-radius: 10px;
    background-color: #3151d3;
}
#fp-nav ul li a.active span:nth-child(1),
#fp-nav ul li:hover a.active span:nth-child(1),
.fp-slidesNav ul li a.active span:nth-child(1),
.fp-slidesNav ul li:hover a.active span:nth-child(1)
{
    width: 120px;
    height: 56px;
    margin: 0;
}
#fp-nav ul li a.active span:nth-child(2),
#fp-nav ul li:hover a.active span:nth-child(2),
.fp-slidesNav ul li a.active span:nth-child(2),
.fp-slidesNav ul li:hover a.active span:nth-child(2)
{
    width: 50px;
    height: 56px;
    margin: 0;
}
#fp-nav ul li:hover a span:nth-child(1),
.fp-slidesNav ul li:hover a span:nth-child(1)
{
    width: 120px;
    height: 56px;
    margin: 0;
}
#fp-nav ul li:hover a span:nth-child(2),
.fp-slidesNav ul li:hover a span:nth-child(2)
{
    width: 50px;
    height: 56px;
    margin: 0;
}
#fp-nav ul li:hover a,
#fp-nav ul li a.active
{
    max-width: 170px;
    margin: 0;
}
.box-footer
{
    color: #fff;
    background-color: #0340a0;
}
@media (max-width: 991px)
{
    .box-footer
    {
        padding-bottom: 55px;
    }
}
.box-footer .foot
{
    position: relative;

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

    padding: 80px 0;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
@media (max-width: 991px)
{
    .box-footer .foot
    {
        display: block;

        padding: 30px 0;
    }
}
.box-footer .foot:before
{
    position: absolute;
    top: 131px;
    left: 0;

    display: block;

    width: 100%;
    height: 2px;

    content: '';

    background-color: rgba(255, 255, 255, .2);
}
@media (max-width: 991px)
{
    .box-footer .foot:before
    {
        display: none;
    }
}
.box-footer .foot .title-foot h3
{
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
}
@media (max-width: 991px)
{
    .box-footer .foot .title-foot h3
    {
        font-size: 18px;

        margin-top: 20px;
    }
}
.box-footer .foot .title-foot:after
{
    display: block;

    width: 50px;
    height: 3px;
    margin-top: 20px;

    content: '';

    background-color: #fff;
}
@media (max-width: 991px)
{
    .box-footer .foot .title-foot:after
    {
        margin-top: 10px;
    }
}
.box-footer .foot .foot-text
{
    max-width: 350px;
}
@media (max-width: 991px)
{
    .box-footer .foot .foot-text
    {
        max-width: 100%;
    }
}
.box-footer .foot .foot-text .foot-info p
{
    font-size: 16px;
    line-height: 30px;

    margin: 30px 0 0 0;

    color: rgba(255, 255, 255, .5);
}
@media (max-width: 991px)
{
    .box-footer .foot .foot-text .foot-info p
    {
        font-size: 14px;

        margin-top: 10px;
    }
}
.box-footer .foot .foot-text .foot-info p span
{
    display: block;

    color: #fff;
}
.box-footer .foot .foot-text .foot-info p a:hover
{
    text-decoration: underline;

    color: #fff;
}
.box-footer .foot .foot-nav .foot-info
{
    margin-top: 15px;
}
.box-footer .foot .foot-nav .foot-info a
{
    font-size: 18px;
    line-height: 2;

    display: block;

    padding: 5px 0;
}
@media (max-width: 1199px)
{
    .box-footer .foot .foot-nav .foot-info a
    {
        font-size: 16px;
    }
}
@media (max-width: 991px)
{
    .box-footer .foot .foot-nav .foot-info a
    {
        font-size: 14px;

        display: inline-block;

        margin-right: 10px;

        vertical-align: top;
    }
}
.box-footer .foot .foot-nav .foot-info a:hover
{
    text-decoration: underline;
}
.box-footer .foot .foot-message .foot-info
{
    margin-top: 30px;
}
.box-footer .foot .foot-message .foot-info form
{
    position: relative;

    width: 540px;
}
@media (max-width: 1470px)
{
    .box-footer .foot .foot-message .foot-info form
    {
        width: 440px;
    }
}
@media (max-width: 1199px)
{
    .box-footer .foot .foot-message .foot-info form
    {
        width: 380px;
    }
}
@media (max-width: 991px)
{
    .box-footer .foot .foot-message .foot-info form
    {
        width: 100%;
    }
}
.box-footer .foot .foot-message .foot-info form input
{
    font-size: 16px;
    line-height: 54px;

    width: 100%;
    padding: 0 120px 0 20px;

    color: #fff;
    border: 1px solid rgba(249, 249, 249, .2);
    background-color: rgba(255, 255, 255, .2);
}
@media (max-width: 767px)
{
    .box-footer .foot .foot-message .foot-info form input
    {
        font-size: 14px;
    }
}
.box-footer .foot .foot-message .foot-info form input::-webkit-input-placeholder,
.box-footer .foot .foot-message .foot-info form textarea::-webkit-input-placeholder
{
    color: #e0e0e0;
}
.box-footer .foot .foot-message .foot-info form input:-o-placeholder,
.box-footer .foot .foot-message .foot-info form textarea:-o-placeholder
{
    color: #e0e0e0;
}
.box-footer .foot .foot-message .foot-info form input::-moz-placeholder,
.box-footer .foot .foot-message .foot-info form textarea::-moz-placeholder
{
    color: #e0e0e0;
}
.box-footer .foot .foot-message .foot-info form input:-ms-input-placeholder,
.box-footer .foot .foot-message .foot-info form textarea:-ms-input-placeholder
{
    color: #e0e0e0;
}
.box-footer .foot .foot-message .foot-info form input:focus::-webkit-input-placeholder,
.box-footer .foot .foot-message .foot-info form textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.box-footer .foot .foot-message .foot-info form input:focus::-o-placeholder,
.box-footer .foot .foot-message .foot-info form textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.box-footer .foot .foot-message .foot-info form input:focus::-moz-placeholder,
.box-footer .foot .foot-message .foot-info form textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.box-footer .foot .foot-message .foot-info form input:focus::-ms-input-placeholder,
.box-footer .foot .foot-message .foot-info form textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.box-footer .foot .foot-message .foot-info form .submit
{
    line-height: 54px;

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

    width: 102px;
    height: 54px;
    padding: 0;

    color: #fff;
    background: #2a6dd6;
}
.box-footer .foot .foot-message .foot-info form .submit .icon
{
    font-size: 30px;
}
.box-footer .foot .foot-message .foot-info .sitemap
{
    margin-top: 30px;
}
.box-footer .foot .foot-message .foot-info .sitemap a
{
    font-size: 16px;
    line-height: 30px;

    display: block;

    text-decoration: underline;

    color: rgba(255, 255, 255, .8);
}
.box-footer .foot .foot-message .foot-info .sitemap a .icon
{
    font-size: 20px;

    display: inline-block;

    margin-right: 10px;

    vertical-align: middle;
}
.box-footer .foot .foot-message .foot-info .sitemap a:hover
{
    color: #fff;
}
.box-footer .foot .foot-message .foot-info .erweima-logo
{
    margin-top: 30px;
}
.box-footer .foot .foot-message .foot-info .erweima-logo .erweima,
.box-footer .foot .foot-message .foot-info .erweima-logo .foot-logo
{
    display: inline-block;

    vertical-align: middle;
}
.box-footer .foot .foot-message .foot-info .erweima-logo .erweima img
{
    width: 80px;
    margin-right: 20px;
}
@media (max-width: 767px)
{
    .box-footer .foot .foot-message .foot-info .erweima-logo .erweima img
    {
        margin-right: 10px;
    }
}
.box-footer .foot .foot-message .foot-info .erweima-logo .foot-logo img
{
    height: 46px;
}
@media (max-width: 767px)
{
    .box-footer .foot .foot-message .foot-info .erweima-logo .foot-logo img
    {
        height: 40px;
    }
}
.box-footer .copyright
{
    padding: 15px 0;

    text-align: center;

    color: rgba(255, 255, 255, .3);
    border-top: 1px solid #2151a2;
}
.box-footer .copyright p
{
    line-height: 30px;

    display: inline-block;

    margin: 0;

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

    vertical-align: middle;
}
.box-footer .copyright a:hover
{
    text-decoration: underline;

    color: #fff;
}
.wrap
{
    overflow: hidden;

    padding: 80px 0;
}
@media (max-width: 991px)
{
    .wrap
    {
        padding: 40px 0;
    }
}
.wrap .wrap-right
{
    padding-left: 3%;
}
.title-in h2
{
    font-size: 40px;
    font-weight: bold;
    line-height: 1.2;

    margin: 0;
}
@media (max-width: 1470px)
{
    .title-in h2
    {
        font-size: 36px;
    }
}
@media (max-width: 1199px)
{
    .title-in h2
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .title-in h2
    {
        font-size: 24px;
    }
}
.title-in h3
{
    font-size: 16px;
    font-weight: bold;
    line-height: 2.125;

    margin: 14px 0 0 0;

    color: #3151d3;
}
.title-in p
{
    font-size: 16px;
    line-height: 2;

    max-width: 550px;
    margin: 10px 0 0 0;

    color: #444;
}
@media (max-width: 767px)
{
    .title-in p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
@media (max-width: 1199px)
{
    .wrap-sidenav
    {
        display: none;
    }
}
.wrap-sidenav .title-sidenav h3
{
    font-size: 30px;
    font-weight: bold;
}
.wrap-sidenav .sidenav
{
    margin-top: 30px;
}
.wrap-sidenav .sidenav .slevel-1 > li
{
    overflow: hidden;

    margin-bottom: 10px;

    border: 2px solid #f1f4ef;
}
.wrap-sidenav .sidenav .slevel-1 > li > a
{
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;

    position: relative;

    display: block;

    padding: 15px 50px 15px 80px;

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

    border-radius: 6px;
    background-color: #fff;
}
.wrap-sidenav .sidenav .slevel-1 > li > a:before
{
    position: absolute;
    top: 12px;
    left: 20px;

    display: block;

    width: 36px;
    height: 36px;

    content: '';

    background: url(../images/sidenav-icon.png) no-repeat center;
    background-size: cover;
}
.wrap-sidenav .sidenav .slevel-1 > li > a:after
{
    font-family: 'iconfont' !important;
    font-size: 24px;
    font-weight: normal;
    line-height: 60px;

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

    width: 40px;

    content: '\e651';
}
.wrap-sidenav .sidenav .slevel-1 > li.active,
.wrap-sidenav .sidenav .slevel-1 > li:hover
{
    border-color: #dadeea;
}
.wrap-sidenav .sidenav .slevel-1 > li.active > a:after,
.wrap-sidenav .sidenav .slevel-1 > li:hover > a:after
{
    content: '\e637';
}
.wrap-sidenav .sidenav .slevel-2
{
    display: none;

    padding: 20px 0;

    background-color: #eff2f6;
}
.wrap-sidenav .sidenav .slevel-2 > li > a
{
    font-size: 14px;
    line-height: 24px;

    display: block;

    padding: 5px 30px;

    color: #666;
}
.wrap-sidenav .sidenav .slevel-2 > li.active > a,
.wrap-sidenav .sidenav .slevel-2 > li:hover > a
{
    color: #3151d3;
}
.wrap-location .location
{
    position: relative;

    padding: 10px 0;
    padding-left: 30px;

    color: #999;
}
.wrap-location .location .icon
{
    font-size: 22px;
    line-height: 30px;

    position: absolute;
    top: 12px;
    left: 0;
}
.wrap-location .location > ul > li
{
    font-size: 14px;
    line-height: 30px;

    display: inline-block;

    vertical-align: middle;
    text-transform: capitalize;
}
@media (max-width: 767px)
{
    .wrap-location .location > ul > li
    {
        font-size: 14px;
    }
}
.wrap-location .location > ul > li:after
{
    display: inline-block;

    margin: 0 4px;

    content: '>';
    vertical-align: middle;
}
.wrap-location .location > ul > li:last-child:after
{
    display: none;
}
.wrap-location .location > ul > li > a
{
    display: inline-block;

    vertical-align: middle;
}
.wrap-location .location > ul > li > a:hover
{
    text-decoration: underline;

    color: #3151d3;
}
.xs-product-nav
{
    overflow: hidden;

    margin-bottom: 20px;
}
.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: #3151d3;
}
.inside-nav
{
    position: relative;

    overflow: hidden;
    overflow-x: auto;

    height: 101px;
    padding-top: 60px;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    text-align: center;

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

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

    position: relative;

    display: inline-block;

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

    vertical-align: top;
    white-space: nowrap;
}
@media (max-width: 991px)
{
    .inside-nav .nav-wrap ul
    {
        margin: 0 -5px;
    }
}
.inside-nav .nav-wrap ul li
{
    position: relative;

    display: inline-block;

    padding: 0 15px;
}
@media (max-width: 991px)
{
    .inside-nav .nav-wrap ul li
    {
        padding: 0 5px;
    }
}
@media (max-width: 1199px)
{
    .inside-nav .nav-wrap ul li
    {
        line-height: 60px;
    }
}
.inside-nav .nav-wrap ul li a
{
    font-size: 17px;
    line-height: 44px;

    position: relative;

    display: block;

    min-width: 170px;
    height: 44px;

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

    background-color: #fff;
}
@media (max-width: 991px)
{
    .inside-nav .nav-wrap ul li a
    {
        font-size: 16px;

        min-width: 140px;
    }
}
@media (max-width: 767px)
{
    .inside-nav .nav-wrap ul li a
    {
        min-width: 120px;
    }
}
.inside-nav .nav-wrap ul li.active a,
.inside-nav .nav-wrap ul li:hover a
{
    color: #fff;
    background-color: #3151d3;
}
.wrap-about
{
    background: url(../images/about_bg.png) no-repeat center bottom;
}
.wrap-about .about-top
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.wrap-about .about-top .title-in
{
    width: 34%;
}
@media (max-width: 991px)
{
    .wrap-about .about-top .title-in
    {
        width: 100%;
    }
}
.wrap-about .about-top .text
{
    width: 66%;
}
@media (max-width: 991px)
{
    .wrap-about .about-top .text
    {
        width: 100%;
        margin-top: 20px;
    }
}
.wrap-about .about-top .text p
{
    font-size: 16px;
    line-height: 2.25;

    margin: 0;

    color: #666;
}
@media (max-width: 991px)
{
    .wrap-about .about-top .text p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.wrap-about .about
{
    margin-top: 50px;
}
@media (max-width: 991px)
{
    .wrap-about .about
    {
        margin-top: 30px;
    }
}
.wrap-about .about ul
{
    margin: 0 -5px;
}
.wrap-about .about ul li
{
    padding: 0 5px;
}
.wrap-about .about .item
{
    position: relative;

    margin-top: 10px;

    -webkit-transition: all .6s;
            transition: all .6s;
}
.wrap-about .about .item .img-box
{
    padding-bottom: 73.91304348%;
}
.wrap-about .about .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-about .about .item .play
{
    line-height: 50px;

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

    padding: 0 30px;

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

    opacity: 0;
    color: #fff;
    border-radius: 30px;
    background-color: #3151d3;
}
.wrap-about .about .item .play .icon
{
    font-size: 20px;

    display: inline-block;

    margin-right: 10px;

    vertical-align: middle;
}
.wrap-about .about .item:hover
{
    -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
            transform: translateY(10px);
}
.wrap-about .about .item:hover .play
{
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);

    opacity: 1;
}
.wrap-honor
{
    background-color: #f6f8fa;
}
.wrap-honor .honor
{
    width: 120%;
    margin-top: 50px;
}
@media (max-width: 767px)
{
    .wrap-honor .honor
    {
        width: 100%;
        margin-top: 30px;
    }
}
.wrap-honor .honor .slick-honor
{
    margin: 0 -15px;
}
@media (max-width: 767px)
{
    .wrap-honor .honor .slick-honor
    {
        margin: 0 -5px;
    }
}
.wrap-honor .honor .slick-honor .slick-slide
{
    padding: 0 15px;
}
@media (max-width: 767px)
{
    .wrap-honor .honor .slick-honor .slick-slide
    {
        padding: 0 5px;
    }
}
@media (max-width: 1470px)
{
    .wrap-honor .honor .slick-honor .slick-prev
    {
        left: -10px;
    }
}
.wrap-honor .honor .slick-honor .slick-next
{
    right: 19%;
}
@media (max-width: 1199px)
{
    .wrap-honor .honor .slick-honor .slick-next
    {
        right: -10px;
    }
}
.wrap-honor .honor .item
{
    display: block;

    text-align: center;

    background-color: #fff;
}
.wrap-honor .honor .item .img-box
{
    padding-bottom: 72.5%;
}
.wrap-honor .honor .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-honor .honor .item .img-box .icon
{
    line-height: 50px;

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

    width: 50px;
    height: 50px;

    cursor: pointer;
    -webkit-transition: all .2s;
            transition: all .2s;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
    text-align: center;

    opacity: 0;
    color: #fff;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, .5);
}
.wrap-honor .honor .item .img-box .icon .iconfont
{
    font-size: 20px;
}
.wrap-honor .honor .item .note
{
    padding: 0 20px 20px 20px;
}
.wrap-honor .honor .item .note h3
{
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .wrap-honor .honor .item .note h3
    {
        font-size: 14px;
        line-height: 24px;

        height: 24px;
    }
}
.wrap-honor .honor .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-honor .honor .item:hover .img-box .icon
{
    opacity: 1;
}
.wrap-honor .honor .item:hover .note h3
{
    color: #3151d3;
}
.wrap-honor .honor .slick-dots-line
{
    position: relative;

    width: 100%;
    height: 3px;
    margin-top: 80px;

    background-color: rgba(222, 222, 222, .5);
}
@media (max-width: 1199px)
{
    .wrap-honor .honor .slick-dots-line
    {
        margin-top: 50px;
    }
}
@media (max-width: 991px)
{
    .wrap-honor .honor .slick-dots-line
    {
        margin-top: 30px;
    }
}
.wrap-honor .honor .slick-dots-line .dots-active
{
    position: absolute;
    bottom: -2px;

    height: 6px;

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

    background-color: #3151d3;
}
.wrap-culture
{
    background: url(../images/culture_bg.jpg) no-repeat center;
    background-size: cover;
}
.wrap-culture .culture
{
    margin-top: 40px;

    background: url(../images/culture_top_bg.jpg) no-repeat center;
    background-size: cover;
}
@media (max-width: 767px)
{
    .wrap-culture .culture
    {
        margin-top: 20px;
    }
}
.wrap-culture .culture ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    background-color: rgba(0, 0, 0, .1);

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.wrap-culture .culture ul li
{
    width: 33.33333333%;

    border-right: 1px solid rgba(255, 255, 255, .3);
}
@media (max-width: 767px)
{
    .wrap-culture .culture ul li
    {
        width: 50%;
    }
    .wrap-culture .culture ul li:nth-child(3)
    {
        width: 100%;

        border: none;
        border-top: 1px solid rgba(255, 255, 255, .3);
    }
}
.wrap-culture .culture .item
{
    padding: 160px 5% 230px;

    text-align: center;

    color: #fff;
}
@media (max-width: 991px)
{
    .wrap-culture .culture .item
    {
        padding: 80px 3% 140px;
    }
}
@media (max-width: 767px)
{
    .wrap-culture .culture .item
    {
        padding: 30px 15px;
    }
}
.wrap-culture .culture .item .dot
{
    position: relative;

    display: inline-block;

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

    opacity: 0;
}
@media (max-width: 767px)
{
    .wrap-culture .culture .item .dot
    {
        opacity: 1;
    }
}
.wrap-culture .culture .item .dot span
{
    display: block;

    width: 18px;
    height: 18px;

    border-radius: 50%;
    background-color: #fff;
}
@media (max-width: 767px)
{
    .wrap-culture .culture .item .dot span
    {
        width: 10px;
        height: 10px;
    }
}
.wrap-culture .culture .item .dot::before,
.wrap-culture .culture .item .dot::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%);
    -webkit-animation: point_kuo1 3s linear infinite;
            animation: point_kuo1 3s linear infinite;

    border-radius: 50%;
    background: rgba(255, 255, 255, .28);
}
.wrap-culture .culture .item .dot::after
{
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
}
.wrap-culture .culture .item .dot::before
{
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
}
.wrap-culture .culture .item h3
{
    font-size: 22px;
    font-weight: bold;
    line-height: 1.4;

    margin-top: 20px;
}
@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: 16px;
    line-height: 24px;

    margin: 20px 0 0 0;
}
@media (max-width: 767px)
{
    .wrap-culture .culture .item p
    {
        font-size: 14px;

        margin-top: 10px;
    }
}
.wrap-culture .culture .item:hover .dot
{
    opacity: 1;
}
@-webkit-keyframes point_kuo1
{
    0%
    {
        -webkit-transform: translate(-50%, -50%) scale(1);
                transform: translate(-50%, -50%) scale(1);

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

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

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

        opacity: 0;
    }
}
.wrap-equipment .equipment
{
    margin-top: -40px;
}
@media (max-width: 767px)
{
    .wrap-equipment .equipment
    {
        margin-top: -30px;
    }
}
.wrap-equipment .equipment .item
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-top: 40px;

    background-color: #fbfbfb;
}
@media (max-width: 767px)
{
    .wrap-equipment .equipment .item
    {
        display: block;

        margin-top: 30px;
    }
}
.wrap-equipment .equipment .item .pic
{
    width: 540px;
}
@media (max-width: 1199px)
{
    .wrap-equipment .equipment .item .pic
    {
        width: 450px;
    }
}
@media (max-width: 991px)
{
    .wrap-equipment .equipment .item .pic
    {
        width: 50%;
    }
}
@media (max-width: 767px)
{
    .wrap-equipment .equipment .item .pic
    {
        width: 100%;
    }
}
.wrap-equipment .equipment .item .pic .img-box
{
    padding-bottom: 83.33333333%;
}
.wrap-equipment .equipment .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-equipment .equipment .item .text
{
    width: -webkit-calc(100% - 540px);
    width:         calc(100% - 540px);
}
@media (max-width: 1199px)
{
    .wrap-equipment .equipment .item .text
    {
        width: -webkit-calc(100% - 450px);
        width:         calc(100% - 450px);
    }
}
@media (max-width: 991px)
{
    .wrap-equipment .equipment .item .text
    {
        width: 50%;
    }
}
@media (max-width: 767px)
{
    .wrap-equipment .equipment .item .text
    {
        width: 100%;
    }
}
.wrap-equipment .equipment .item .text .title-equipment
{
    padding: 20px;

    text-align: center;

    color: #fff;
    background-color: #3151d3;
}
@media (max-width: 1199px)
{
    .wrap-equipment .equipment .item .text .title-equipment
    {
        padding: 10px;
    }
}
.wrap-equipment .equipment .item .text .title-equipment h3
{
    font-size: 22px;
    line-height: 1.81818182;
}
@media (max-width: 1199px)
{
    .wrap-equipment .equipment .item .text .title-equipment h3
    {
        font-size: 20px;
    }
}
@media (max-width: 991px)
{
    .wrap-equipment .equipment .item .text .title-equipment h3
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .wrap-equipment .equipment .item .text .title-equipment h3
    {
        font-size: 16px;
        line-height: 24px;
    }
}
.wrap-equipment .equipment .item .text .note
{
    padding: 50px 5%;
}
@media (max-width: 1199px)
{
    .wrap-equipment .equipment .item .text .note
    {
        padding: 30px 15px;
    }
}
.wrap-equipment .equipment .item .text .note p
{
    font-size: 16px;
    line-height: 2.25;

    margin: 0;

    color: #666;
}
@media (max-width: 1199px)
{
    .wrap-equipment .equipment .item .text .note p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.wrap-equipment .equipment .item:hover
{
    text-decoration: none;
}
.wrap-equipment .equipment .item:hover .pic
{
    border-color: #3151d3;
}
.wrap-equipment .equipment .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-equipment .equipment .item:hover p
{
    color: #3151d3;
}
.wrap-cases .cases
{
    margin-top: -50px;
}
@media (max-width: 991px)
{
    .wrap-cases .cases
    {
        margin-top: -30px;
    }
}
@media (max-width: 767px)
{
    .wrap-cases .cases
    {
        margin-top: -20px;
    }
}
.wrap-cases .item
{
    display: block;

    margin-top: 50px;

    text-align: center;
}
@media (max-width: 991px)
{
    .wrap-cases .item
    {
        margin-top: 30px;
    }
}
@media (max-width: 767px)
{
    .wrap-cases .item
    {
        margin-top: 20px;
    }
}
.wrap-cases .item .pic .img-box
{
    padding-bottom: 59.34065934%;
}
.wrap-cases .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-cases .item .title-cases
{
    background-color: #f2f2f2;
}
.wrap-cases .item .title-cases h3
{
    font-size: 16px;
    line-height: 50px;

    display: -webkit-box;
    overflow: hidden;

    height: 50px;
    padding: 0 10px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px)
{
    .wrap-cases .item .title-cases h3
    {
        font-size: 14px;
        line-height: 40px;

        height: 40px;
    }
}
.wrap-cases .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-cases .item:hover .note h3
{
    color: #3151d3;
}
.wrap-news .news
{
    margin-top: -60px;
}
@media (max-width: 1199px)
{
    .wrap-news .news
    {
        margin-top: -30px;
    }
}
.wrap-news .news .item
{
    margin-top: 60px;
}
@media (max-width: 1199px)
{
    .wrap-news .news .item
    {
        margin-top: 30px;
    }
}
.wrap-details .title-details h2
{
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;

    margin: 0;
}
@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;

    color: #3151d3;
}
.wrap-details .title-details .date .icon
{
    font-size: 26px;

    display: inline-block;

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

    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;

    text-transform: capitalize;
}
.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: #3151d3;
}
.wrap-details .relate-details a:hover:before
{
    color: #3151d3;
}
.wrap-category .category
{
    margin-top: -40px;
}
.wrap-category .category .item
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-top: 40px;

    border-bottom: 6px solid #fafafa;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fff));
    background-image: -webkit-linear-gradient(#fbfbfb, #fff);
    background-image:         linear-gradient(#fbfbfb, #fff);

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 767px)
{
    .wrap-category .category .item
    {
        display: block;
    }
}
.wrap-category .category .item .pic,
.wrap-category .category .item .text
{
    width: 50%;
}
@media (max-width: 767px)
{
    .wrap-category .category .item .pic,
    .wrap-category .category .item .text
    {
        width: 100%;
    }
}
.wrap-category .category .item .pic .img-box
{
    padding-bottom: 53.33333333%;
}
.wrap-category .category .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-category .category .item .text
{
    padding: 20px 3%;
}
.wrap-category .category .item .text h3
{
    font-size: 24px;
    line-height: 1.25;

    margin-bottom: 30px;
}
@media (max-width: 1470px)
{
    .wrap-category .category .item .text h3
    {
        margin-bottom: 10px;
    }
}
@media (max-width: 991px)
{
    .wrap-category .category .item .text h3
    {
        font-size: 20px;
    }
}
.wrap-category .category .item .text h3:after
{
    display: block;

    width: 25px;
    height: 4px;
    margin-top: 20px;

    content: '';

    background-color: #3151d3;
}
@media (max-width: 991px)
{
    .wrap-category .category .item .text h3:after
    {
        margin-top: 10px;
    }
}
.wrap-category .category .item .text p
{
    font-size: 16px;
    line-height: 1.875;

    display: -webkit-box;
    overflow: hidden;

    max-height: 150px;
    margin: 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}
@media (max-width: 1470px)
{
    .wrap-category .category .item .text p
    {
        font-size: 14px;
        line-height: 28px;

        max-height: 140px;
    }
}
@media (max-width: 991px)
{
    .wrap-category .category .item .text p
    {
        display: -webkit-box;
        overflow: hidden;

        max-height: 84px;

        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }
}
.wrap-category .category .item .text a.more
{
    font-size: 16px;
    line-height: 30px;

    display: inline-block;

    margin-top: 50px;

    color: #3151d3;
}
@media (max-width: 1470px)
{
    .wrap-category .category .item .text a.more
    {
        margin-top: 20px;
    }
}
.wrap-category .category .item .text a.more .icon
{
    font-size: 20px;

    display: inline-block;

    margin-right: 4px;

    vertical-align: middle;
}
.wrap-category .category .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-category .category .item:hover .text h3
{
    color: #3151d3;
}
@media (max-width: 1199px)
{
    .wrap-product,
    .wrap-nosearch
    {
        padding-top: 20px;
    }
}
.wrap-product .product,
.wrap-nosearch .product
{
    margin-top: -30px;
}
.wrap-product .item,
.wrap-nosearch .item
{
    display: block;

    margin-top: 30px;

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

    background-color: #fff;
}
.wrap-product .item .img-box,
.wrap-nosearch .item .img-box
{
    padding-bottom: 77.5%;

    -webkit-transition: all .2s;
            transition: all .2s;
}
.wrap-product .item .img-box img,
.wrap-nosearch .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-product .item .note,
.wrap-nosearch .item .note
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

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

    border-top: 6px solid #fff;
    border-bottom: 6px solid #d3d3d3;
}
.wrap-product .item .note h3,
.wrap-nosearch .item .note h3
{
    font-size: 20px;
    font-weight: bold;
    line-height: 80px;

    width: -webkit-calc(100% - 120px);
    width:         calc(100% - 120px);
    height: 80px;
    margin: 0;
    padding: 0 5%;
}
@media (max-width: 991px)
{
    .wrap-product .item .note h3,
    .wrap-nosearch .item .note h3
    {
        font-size: 18px;
        line-height: 60px;

        width: -webkit-calc(100% - 80px);
        width:         calc(100% - 80px);
        height: 60px;
    }
}
@media (max-width: 767px)
{
    .wrap-product .item .note h3,
    .wrap-nosearch .item .note h3
    {
        font-size: 16px;
        line-height: 40px;

        width: -webkit-calc(100% - 40px);
        width:         calc(100% - 40px);
        height: 40px;
    }
}
.wrap-product .item .note .icon,
.wrap-nosearch .item .note .icon
{
    font-size: 30px;
    line-height: 80px;

    position: relative;

    width: 120px;

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

    color: #fff;
    background-color: #d3d3d3;
}
@media (max-width: 991px)
{
    .wrap-product .item .note .icon,
    .wrap-nosearch .item .note .icon
    {
        font-size: 24px;
        line-height: 60px;

        width: 80px;
    }
}
@media (max-width: 767px)
{
    .wrap-product .item .note .icon,
    .wrap-nosearch .item .note .icon
    {
        font-size: 20px;
        line-height: 40px;

        width: 40px;
    }
}
.wrap-product .item .note .icon:before,
.wrap-nosearch .item .note .icon:before
{
    display: block;

    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
}
.wrap-product .item .note .icon:after,
.wrap-nosearch .item .note .icon:after
{
    position: absolute;
    top: 0;
    left: -20px;

    display: block;

    width: 0;
    height: 0;

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

    border-width: 0 0 80px 20px;
    border-style: solid;
    border-color: transparent transparent #d3d3d3 transparent;
}
@media (max-width: 991px)
{
    .wrap-product .item .note .icon:after,
    .wrap-nosearch .item .note .icon:after
    {
        border-width: 0 0 60px 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-product .item .note .icon:after,
    .wrap-nosearch .item .note .icon:after
    {
        left: -10px;

        border-width: 0 0 40px 10px;
    }
}
@media (min-width: 1200px)
{
    .wrap-product .item:hover .img-box img,
    .wrap-nosearch .item:hover .img-box img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
    .wrap-product .item:hover .note,
    .wrap-nosearch .item:hover .note
    {
        border-bottom-color: #3151d3;
    }
    .wrap-product .item:hover .note .icon,
    .wrap-nosearch .item:hover .note .icon
    {
        background-color: #3151d3;
    }
    .wrap-product .item:hover .note .icon:after,
    .wrap-nosearch .item:hover .note .icon:after
    {
        border-color: transparent transparent #3151d3 transparent;
    }
}
@media (max-width: 1199px)
{
    .wrap-product-show
    {
        padding-top: 20px;
    }
}
.wrap-product-show .carousel-wrap
{
    overflow: hidden;
}
.wrap-product-show .carousel-wrap .carousel
{
    position: relative;

    overflow: hidden;
}
.wrap-product-show .carousel-wrap .carousel .img-box
{
    padding-bottom: 77.5%;
}
.wrap-product-show .carousel-wrap .carousel .slider-for
{
    font-size: 0;

    position: relative;

    overflow: hidden;
}
.wrap-product-show .carousel-wrap .carousel .slider-for .item
{
    position: relative;
    z-index: 2;
}
.wrap-product-show .carousel-wrap .carousel .slider-for iframe
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}
.wrap-product-show .carousel-wrap .carousel .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 .carousel .slider-for .play
    {
        font-size: 50px;
    }
}
.wrap-product-show .carousel-wrap .carousel .slider-for .play:before
{
    font-family: 'iconfont' !important;

    content: '\e644';
}
.wrap-product-show .carousel-wrap .carousel .slider-for .slick-arrow
{
    left: 0;

    width: 36px;
    height: 70px;

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

    color: #fff;
    border: none;
    border-radius: 0;
    background: rgba(0, 0, 0, .25);
}
.wrap-product-show .carousel-wrap .carousel .slider-for .slick-arrow.slick-next
{
    right: 0;
    left: auto;
}
.wrap-product-show .carousel-wrap .carousel .slider-for .slick-arrow:hover
{
    background-color: #3151d3;
}
.wrap-product-show .carousel-wrap .carousel .slider-nav
{
    margin: 0 -3px;
    margin-top: 6px;
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .slick-slide
{
    padding: 0 3px;

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

    overflow: hidden;

    border: 2px solid rgba(128, 128, 128, .1);
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .item-video
{
    position: relative;

    background-color: #000;
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .item-video .img-box
{
    opacity: .6;
}
.wrap-product-show .carousel-wrap .carousel .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 .carousel .slider-nav .item-video:after
    {
        font-size: 30px;
    }
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .slick-current .item
{
    border-color: #3151d3;
}
.wrap-product-show .carousel-wrap .carousel .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;
    background-color: #fff;
}
@media (max-width: 1470px)
{
    .wrap-product-show .carousel-wrap .carousel .slider-nav .slick-arrow
    {
        line-height: 60px;

        height: 60px;
    }
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .slick-arrow.slick-next
{
    right: 0;
    left: auto;
}
@media (max-width: 767px)
{
    .wrap-product-show .carousel-wrap .carousel .slider-nav .slick-arrow
    {
        line-height: 40px;

        height: 40px;
    }
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .slick-arrow:hover
{
    color: #fff;
    background-color: #3151d3;
}
.wrap-product-show .carousel-wrap .carousel:hover .slider-for .slick-arrow
{
    opacity: 1;
}
.wrap-product-show .info-box
{
    padding-left: 3%;
}
@media (max-width: 1199px)
{
    .wrap-product-show .info-box
    {
        margin-top: 30px;
        padding-left: 0;
    }
}
.wrap-product-show .info-box .title-info
{
    margin-top: 30px;
}
@media (max-width: 1470px)
{
    .wrap-product-show .info-box .title-info
    {
        margin-top: 0;
    }
}
.wrap-product-show .info-box .title-info h2
{
    font-size: 28px;
    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: 24px;
    }
}
@media (max-width: 991px)
{
    .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: 20px;
    }
}
.wrap-product-show .info-box .text h4
{
    font-size: 16px;
}
.wrap-product-show .info-box .text p
{
    font-size: 15px;
    line-height: 2;

    margin: 0;

    color: #666;
}
@media (max-width: 767px)
{
    .wrap-product-show .info-box .text p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.wrap-product-show .info-box .link
{
    margin-top: 40px;
}
@media (max-width: 1470px)
{
    .wrap-product-show .info-box .link
    {
        margin-top: 20px;
    }
}
.wrap-product-show .info-box .link .btn-inquiry,
.wrap-product-show .info-box .link .addcart
{
    display: inline-block;

    vertical-align: top;
}
.wrap-product-show .info-box .link .btn-inquiry a,
.wrap-product-show .info-box .link .addcart a
{
    line-height: 42px;

    display: inline-block;

    height: 42px;
    padding: 0 20px;

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

    color: #fff;
    background-color: #3151d3;
}
.wrap-product-show .info-box .link .btn-inquiry a .icon,
.wrap-product-show .info-box .link .addcart a .icon
{
    font-size: 24px;

    display: inline-block;

    margin-right: 10px;

    vertical-align: middle;
}
.wrap-product-show .info-box .link .btn-inquiry a:hover,
.wrap-product-show .info-box .link .addcart a:hover
{
    background-color: #1b33d6;
}
.wrap-product-show .info-box .link .btn-inquiry
{
    margin-right: 20px;
}
@media (max-width: 1470px)
{
    .wrap-product-show .info-box .link .btn-inquiry
    {
        margin-right: 10px;
    }
}
.wrap-product-show .info-box .link .btn-cart a
{
    background-color: #000;
}
.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 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: 15px;

    color: #333;
}
.wrap-product-show .info-box .prev-next
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-top: 30px;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
.wrap-product-show .info-box .prev-next a
{
    font-size: 15px;
    line-height: 30px;

    position: relative;

    width: 50%;
    padding: 0 20px;
}
.wrap-product-show .info-box .prev-next a:before
{
    position: absolute;
    top: 9px;
    left: 0;

    display: block;

    width: 0;
    height: 0;

    content: '';

    border-width: 7px 10px 7px 0;
    border-style: solid;
    border-color: transparent #000 transparent transparent;
}
.wrap-product-show .info-box .prev-next a.next
{
    text-align: right;
}
.wrap-product-show .info-box .prev-next a.next:before
{
    right: 0;
    left: auto;

    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.wrap-product-show .info-box .prev-next a:hover
{
    color: #3151d3;
}
.wrap-product-show .info-box .prev-next a:hover:before
{
    border-color: transparent #3151d3 transparent transparent;
}
.wrap-product-show .parameter,
.wrap-product-show .inquiry,
.wrap-product-show .relate-product,
.wrap-product-show .parameter-video,
.wrap-product-show .parameter-performance,
.wrap-product-show .parameter-application
{
    padding-top: 50px;
}
@media (max-width: 991px)
{
    .wrap-product-show .parameter,
    .wrap-product-show .inquiry,
    .wrap-product-show .relate-product,
    .wrap-product-show .parameter-video,
    .wrap-product-show .parameter-performance,
    .wrap-product-show .parameter-application
    {
        padding-top: 30px;
    }
}
.wrap-product-show .parameter .text
{
    margin-top: 30px;
}
.wrap-product-show .parameter .text img
{
    max-width: 100%;
    height: auto !important;
}
.wrap-product-show .parameter .text .pmargin
{
    margin: 0 -10px;
}
.wrap-product-show .parameter .text p
{
    font-size: 15px;
    line-height: 2;

    margin: 0;

    color: #666;
}
@media (max-width: 767px)
{
    .wrap-product-show .parameter .text p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.wrap-product-show .parameter .text h4
{
    font-size: 15px;
    font-weight: bold;
    line-height: 1.4;

    margin-top: 10px;

    color: #222;
}
.wrap-product-show .parameter .table-box
{
    font-size: 15px;
    line-height: 2;

    overflow: auto;

    width: 100%;
    max-width: 100%;
    margin-top: 30px;

    color: #333;
}
@media (max-width: 991px)
{
    .wrap-product-show .parameter .table-box
    {
        font-size: 14px;
    }
}
.wrap-product-show .parameter .table-box table
{
    line-height: 1.2;

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

    border-spacing: 0;
    border-collapse: collapse;
}
.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: #f5f5f7;
}
.wrap-product-show .parameter .table-box table tr:nth-child(even)
{
    background-color: #fff;
}
.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 #e0e0e0;
}
@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-video .info
{
    position: relative;

    margin-top: 50px;
}
@media (max-width: 767px)
{
    .wrap-product-show .parameter-video .info
    {
        margin-top: 30px;
    }
}
.wrap-product-show .parameter-video .info img
{
    width: 100%;
}
.wrap-product-show .parameter-video .info .play
{
    font-size: 0;
    line-height: 42px;

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

    width: 42px;
    height: 42px;

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

    color: #fff;
    border-radius: 50%;
    background-color: #3151d3;
}
.wrap-product-show .parameter-video .info .play .icon
{
    font-size: 20px;
}
.wrap-product-show .parameter-performance .info
{
    padding: 40px 5% 0;

    color: #3151d3;
}
@media (max-width: 767px)
{
    .wrap-product-show .parameter-performance .info
    {
        padding: 30px 0 0 15px;
    }
}
.wrap-product-show .parameter-performance .info ul li
{
    list-style: disc;
}
.wrap-product-show .parameter-performance .info p
{
    font-size: 16px;
}
@media (max-width: 767px)
{
    .wrap-product-show .parameter-performance .info p
    {
        font-size: 14px;
    }
}
.wrap-product-show .parameter-application .slick-application
{
    margin: 0 -15px;
    margin-top: 40px;
}
@media (max-width: 767px)
{
    .wrap-product-show .parameter-application .slick-application
    {
        margin: 0 -5px;
        margin-top: 20px;
    }
}
.wrap-product-show .parameter-application .slick-application .slick-slide
{
    padding: 0 15px;
}
@media (max-width: 767px)
{
    .wrap-product-show .parameter-application .slick-application .slick-slide
    {
        padding: 0 5px;
    }
}
.wrap-product-show .parameter-application .slick-arrow
{
    line-height: 44px;

    top: -88px;
    right: 80px;
    left: auto;

    width: 44px;
    height: 44px;

    -webkit-transition: all .2s;
            transition: all .2s;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}
@media (max-width: 767px)
{
    .wrap-product-show .parameter-application .slick-arrow
    {
        top: -68px;
    }
}
.wrap-product-show .parameter-application .slick-arrow.slick-next
{
    right: 15px;
}
.wrap-product-show .parameter-application .slick-arrow:hover
{
    color: #fff;
    border-color: #3151d3;
    background-color: #3151d3;
}
.wrap-product-show .parameter-application .item
{
    display: block;

    text-align: center;
}
.wrap-product-show .parameter-application .item .img-box
{
    padding-bottom: 77.5%;
}
.wrap-product-show .parameter-application .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-product-show .parameter-application .item h4
{
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;

    margin: 14px 0 0 0;

    color: #3151d3;
}
.wrap-product-show .parameter-application .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-product-show .title-product-show
{
    padding: 10px 30px;

    color: #3151d3;
    border-left: 4px solid #3151d3;
    background: -webkit-gradient(linear, left top, right top, color-stop(20%, rgba(5, 65, 161, .2)), to(#f4f6f9));
    background: -webkit-linear-gradient(left, rgba(5, 65, 161, .2) 20%, #f4f6f9 100%);
    background:         linear-gradient(90deg, rgba(5, 65, 161, .2) 20%, #f4f6f9 100%);
}
@media (max-width: 767px)
{
    .wrap-product-show .title-product-show
    {
        padding: 10px 20px;
    }
}
.wrap-product-show .title-product-show h2
{
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;

    margin: 0;
}
.wrap-product-show .title-product-show p
{
    font-size: 14px;
    line-height: 24px;

    margin: 8px 0 0 0;

    color: #888;
}
.wrap-product-show .relate-product .slick-relate-product
{
    margin: 0 -15px;
    margin-top: 40px;
}
@media (max-width: 767px)
{
    .wrap-product-show .relate-product .slick-relate-product
    {
        margin: 0 -5px;
        margin-top: 20px;
    }
}
.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 5px;
    }
}
.wrap-product-show .relate-product .slick-arrow
{
    line-height: 44px;

    top: -88px;
    right: 80px;
    left: auto;

    width: 44px;
    height: 44px;

    -webkit-transition: all .2s;
            transition: all .2s;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}
@media (max-width: 767px)
{
    .wrap-product-show .relate-product .slick-arrow
    {
        top: -68px;
    }
}
.wrap-product-show .relate-product .slick-arrow.slick-next
{
    right: 15px;
}
.wrap-product-show .relate-product .slick-arrow:hover
{
    color: #fff;
    border-color: #3151d3;
    background-color: #3151d3;
}
.wrap-product-show .relate-product .item
{
    display: block;

    text-align: center;
}
.wrap-product-show .relate-product .item .img-box
{
    padding-bottom: 77.5%;
}
.wrap-product-show .relate-product .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-product-show .relate-product .item h4
{
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;

    margin: 14px 0 0 0;

    color: #3151d3;
}
.wrap-product-show .relate-product .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-product-show .inquiry ul,
.wrap-inquiry .inquiry ul
{
    margin: 0 -6px;
}
.wrap-product-show .inquiry ul li,
.wrap-inquiry .inquiry ul li
{
    padding: 0 6px;
}
.wrap-product-show .inquiry form,
.wrap-inquiry .inquiry form
{
    margin-top: 20px;
}
.wrap-product-show .inquiry .read input,
.wrap-inquiry .inquiry .read input
{
    font-size: 15px;
    line-height: 30px;

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

    color: #fff;
    background-color: #00359b;
}
.wrap-product-show .inquiry .input-group,
.wrap-inquiry .inquiry .input-group
{
    position: relative;

    margin-top: 20px;
}
.wrap-product-show .inquiry .input,
.wrap-inquiry .inquiry .input
{
    font-size: 14px;
    line-height: 30px;

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

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

    color: #666;
    border: 1px solid rgba(102, 102, 102, .2);
    background: none;
}
.wrap-product-show .inquiry .user-label,
.wrap-inquiry .inquiry .user-label
{
    position: absolute;
    left: 15px;

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

    color: #666;
}
.wrap-product-show .inquiry .input:focus,
.wrap-inquiry .inquiry .input:focus,
.wrap-product-show .inquiry input:valid,
.wrap-inquiry .inquiry input:valid
{
    outline: none;
}
.wrap-product-show .inquiry .input:focus ~ label,
.wrap-inquiry .inquiry .input:focus ~ label,
.wrap-product-show .inquiry input:valid ~ label,
.wrap-inquiry .inquiry input:valid ~ label
{
    padding: 0 .2em;

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

    color: #999;
}
.wrap-product-show .inquiry .submit,
.wrap-inquiry .inquiry .submit
{
    font-size: 16px;
    line-height: 60px;

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

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

    color: #fff;
    border-radius: 0;
    background-color: #00359b;
}
@media (max-width: 1199px)
{
    .wrap-product-show .inquiry .submit,
    .wrap-inquiry .inquiry .submit
    {
        line-height: 50px;

        padding: 0 80px;
    }
}
.wrap-product-show .inquiry .submit:hover,
.wrap-inquiry .inquiry .submit:hover
{
    background-color: #1b33d6;
}
.wrap-contact
{
    position: relative;
    z-index: 2;

    margin-top: -100px;
    padding: 0 0 10px 0;
}
@media (max-width: 1199px)
{
    .wrap-contact
    {
        margin-top: -30px;
    }
}
.wrap-contact .contact
{
    background-color: #fff;
}
.wrap-contact .contact ul
{
    margin: 0;
}
.wrap-contact .contact ul li
{
    padding: 40px 30px;

    border: 2px solid #f6f6f6;
}
@media (max-width: 991px)
{
    .wrap-contact .contact ul li
    {
        padding: 30px 20px;
    }
}
.wrap-contact .contact .item
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column;

    -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;
}
.wrap-contact .contact .item h3
{
    font-size: 16px;
    font-weight: bold;

    margin: 0;
}
.wrap-contact .contact .item h3 .icon
{
    font-size: 24px;
    font-weight: normal;

    display: inline-block;

    margin-right: 10px;

    vertical-align: middle;
}
.wrap-contact .contact .item p
{
    font-size: 16px;
    line-height: 30px;

    margin: 0;

    color: #666;
}
@media (max-width: 767px)
{
    .wrap-contact .contact .item p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.wrap-contact .contact .item p a:hover
{
    text-decoration: underline;

    color: #3151d3;
}
.wrap-contact .contact .item:hover .icon
{
    -webkit-animation: swing 1s 0s ease both;
            animation: swing 1s 0s ease both;
}
.wrap-message
{
    padding: 60px 0;
}
.wrap-message .title-in
{
    text-align: center;
}
.wrap-message .title-in p
{
    margin: 0 auto;
    margin-top: 20px;

    color: #666;
}
@media (max-width: 767px)
{
    .wrap-message .title-in p
    {
        margin-top: 10px;
    }
}
.wrap-message .message ul
{
    margin: 0 -6px;
}
.wrap-message .message ul li
{
    padding: 0 6px;
}
.wrap-message .message form
{
    margin-top: 14px;
}
.wrap-message .message .input-group
{
    position: relative;

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

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

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

    color: #666;
    border: 1px solid #e5e5e5;
}
@media (max-width: 767px)
{
    .wrap-message .message .input
    {
        padding: 10px 20px;
    }
}
.wrap-message .message .user-label
{
    position: absolute;
    left: 15px;

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

    color: #999;
}
.wrap-message .message .input:focus,
.wrap-message .message input:valid
{
    outline: none;
}
.wrap-message .message .input:focus ~ label,
.wrap-message .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: #ddd;
    background-color: #fbfbfb;
}
.wrap-message .message .submit-group
{
    text-align: center;
}
.wrap-message .message .submit
{
    font-size: 18px;
    line-height: 60px;

    display: inline-block;

    height: 60px;
    margin-top: 30px;
    padding: 0 70px;

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

    color: #fff;
    border-radius: 4px;
    background-color: #0541a1;
}
@media (max-width: 991px)
{
    .wrap-message .message .submit
    {
        font-size: 16px;
        line-height: 40px;

        height: 40px;
        padding: 0 40px;
    }
}
.wrap-message .message .submit:hover
{
    background-color: #1b33d6;
}
.wrap-map
{
    overflow: hidden;
}
.wrap-map .title-map
{
    text-align: center;
}
.wrap-map .title-map h2
{
    font-size: 30px;

    text-transform: capitalize;
}
.wrap-map .map
{
    position: relative;

    margin-top: 20px;
}
.wrap-map .map-content
{
    height: 540px;
}
@media (max-width: 767px)
{
    .wrap-map .map-content
    {
        height: 320px;
    }
}
.gm-style .gm-style-iw-d
{
    max-width: 300px;
}
.wrap-sitemap .sitemap
{
    margin-top: 40px;
}
@media (max-width: 1199px)
{
    .wrap-sitemap .sitemap
    {
        margin-top: 30px;
    }
}
.wrap-sitemap .sitemap .nav-item
{
    margin-bottom: 20px;

    text-align: center;
}
.wrap-sitemap .sitemap .nav-item .img-box
{
    padding-bottom: 32.14285714%;
}
.wrap-sitemap .sitemap .nav-item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-sitemap .sitemap .nav-item p
{
    font-size: 20px;
    line-height: 70px;

    margin: 0;

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

    background-color: #f5f5f5;
}
.wrap-sitemap .sitemap .nav-item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-sitemap .sitemap .nav-item:hover p
{
    color: #fff;
    background-color: #3151d3;
}
.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: #3151d3;
}
@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%;
}
@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: 77.5%;
}
.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: #3151d3;
}
.wrap-inquiryinfo .inquiry-info .change .Each::after
{
    font-family: 'iconfont';
    font-size: 18px;

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

    content: '\e656';

    color: #3151d3;
}
.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: #3151d3;
    background-color: #3151d3;
}
.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: #3151d3;
}
.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: 60px;
}
@media (max-width: 767px)
{
    .wrap-nosearch .nosearch
    {
        margin-bottom: 20px;
    }
}
.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 #faedd1;
    border-radius: 5px;
    background-color: #fcf8e3;
}
nav
{
    text-align: center;
}
.pagination
{
    display: block;

    margin: 60px 0 0 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
{
    border: none;
    border-radius: 50%;
}
.pagination li.prev a:before,
.pagination li.next a:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    display: inline-block;

    content: '\e9b5';
}
.pagination li.prev:hover a,
.pagination li.next:hover a
{
    color: #fff;
    border: none;
    background-color: #3151d3;
}
.pagination li.next a:before
{
    content: '\e72f';
}
.pagination li a
{
    font-size: 16px;
    line-height: 50px;

    display: block;

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

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

    border: none;
    border-radius: 50%;
    background: #f0f0f0;
}
@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: #3151d3;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover
{
    color: #fff;
    background-color: #3151d3;
}
@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;
    }
}
.online-cn
{
    display: none !important;
}
[lang=zh-CN] .online-cn
{
    display: block !important;
}
[lang=zh-CN] .online-other
{
    display: none !important;
}
.share-cn
{
    display: none;
}
[lang=zh-CN] .share-cn
{
    display: block;
}
[lang=zh-CN] .share-other
{
    display: none;
}
