.ff,
.banner .mobile-video:before
{
    font-family: 'iconfont' !important;
}
body
{
    font-family: '思源黑体', 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Heiti SC', 'PingFang SC', 'Hiragino Sans GB', Arial, Helvetica, tilyss-serif;
    font-size: 14px;
    font-weight: normal;

    overflow-x: hidden;

    color: #333;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
}
:root
{
    scroll-behavior: unset;
}
.slick-arrow
{
    font-size: 20px;
    line-height: 56px;

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

    width: 56px;
    height: 56px;
    padding: 0;

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

    color: #ad0000;
    border: none;
    border: 1px solid #ad0000;
    border-radius: 50%;
    background: none;
}
@media (max-width: 1560px)
{
    .slick-arrow
    {
        left: -5%;
    }
}
@media (max-width: 1199px)
{
    .slick-arrow
    {
        line-height: 46px;

        width: 46px;
        height: 46px;
    }
}
@media (max-width: 767px)
{
    .slick-arrow
    {
        font-size: 18px;
        line-height: 30px;

        left: -10px;

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

    display: block;

    content: '\e610';
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.slick-arrow.slick-next
{
    right: -8%;
    left: auto;
}
@media (max-width: 1560px)
{
    .slick-arrow.slick-next
    {
        right: -5%;
    }
}
@media (max-width: 767px)
{
    .slick-arrow.slick-next
    {
        right: -5px;
    }
}
.slick-arrow.slick-next:before
{
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
}
.slick-arrow:hover
{
    color: #fff;
    background-color: #ad0000;
}
.prev-next
{
    margin-top: 60px;

    text-align: center;
}
@media (max-width: 991px)
{
    .prev-next
    {
        margin-top: 30px;
    }
}
.prev-next .slick-prev,
.prev-next .slick-next
{
    font-size: 16px;
    line-height: 46px;

    display: inline-block;

    width: 46px;
    height: 46px;

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

    color: #fff;
    border-radius: 50%;
    background-color: #1e1e1d;
}
@media (max-width: 991px)
{
    .prev-next .slick-prev,
    .prev-next .slick-next
    {
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
}
.prev-next .slick-prev:before,
.prev-next .slick-next:before
{
    font-family: 'iconfont' !important;

    display: block;

    content: '\e625';
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.prev-next .slick-prev:hover,
.prev-next .slick-next:hover
{
    color: #fff;
    border-color: #ad0000;
    background-color: #ad0000;
}
.prev-next .slick-next
{
    margin-left: 14px;
}
.prev-next .slick-next:before
{
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
}
.slick-dots
{
    margin-top: 40px;

    text-align: center;
}
@media (max-width: 767px)
{
    .slick-dots
    {
        margin-top: 20px;
    }
}
.slick-dots li
{
    display: inline-block;

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

    vertical-align: top;

    border-radius: 50%;
    background-color: rgba(173, 0, 0, .5);
}
@media (max-width: 767px)
{
    .slick-dots li
    {
        width: 10px;
        height: 10px;
        margin: 0 6px;
    }
}
.slick-dots li button
{
    display: none;
}
.slick-dots li.slick-active
{
    background-color: #ad0000;
}
.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;
    }
}
.center
{
    top: 50%;
    left: 50%;

    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
}
.share-cn
{
    display: none;
}
[lang=zh-CN] .share-cn
{
    display: block;
}
[lang=zh-CN] .share-other
{
    display: none;
}
.a2a_kit
{
    display: inline-block;

    vertical-align: middle;
}
.header
{
    position: fixed;
    z-index: 9;
    top: 0;

    width: 100%;
    height: 90px;

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

    background-color: #fff;
}
@media (max-width: 1199px)
{
    .header
    {
        height: 60px;
    }
}
.header .logo
{
    height: 90px;
}
@media (max-width: 1470px)
{
    .header .logo
    {
        height: 70px;
    }
}
@media (max-width: 1199px)
{
    .header .logo
    {
        height: 60px;
    }
}
.header .logo img
{
    display: block;

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

    vertical-align: middle;
}
@media (max-width: 767px)
{
    .header .header-right
    {
        text-align: right;
    }
}
.header .share ul li
{
    position: relative;

    display: inline-block;

    vertical-align: middle;
}
.header .share ul li a
{
    line-height: 40px;

    position: relative;

    display: block;
    overflow: hidden;

    width: 40px;
    height: 40px;

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

    color: #fff;
    border-radius: 50%;
}
@media (max-width: 1199px)
{
    .header .share ul li a
    {
        line-height: 30px;

        width: 30px;
        height: 30px;
    }
}
.header .share ul li a .icon
{
    font-size: 18px;
}
.header .share ul li a:after
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;

    width: 2.22222222rem;
    height: 100%;

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

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

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
.header .share ul li a:hover
{
    color: #fff;
    background-color: #065953;
}
.header .share ul li a:hover:after
{
    left: 100%;

    -webkit-transition: left .4s ease-out, -webkit-transform .4s ease-out;
            transition: left .4s ease-out, -webkit-transform .4s ease-out;
            transition: transform .4s ease-out, left .4s ease-out;
            transition: transform .4s ease-out, left .4s ease-out, -webkit-transform .4s ease-out;
    -webkit-transform: translate3d(50%, 0, 0) skewX(-25deg);
            transform: translate3d(50%, 0, 0) skewX(-25deg);
}
.header .share ul li.share-twitter a:before
{
    content: '\e60b';
}
.header .share ul li.share-linkedin a:before
{
    content: '\e7ea';
}
.header .share ul li.share-instagram a:before
{
    content: '\e93b';
}
.header .share ul li.share-youtube a:before
{
    content: '\e7b2';
}
.header .share ul li.share-google a:before
{
    content: '\e645';
}
.header .share ul li.share-amazon a:before
{
    content: '\e6c1';
}
.header .share ul li:hover a
{
    background: none;
}
.header .serach-part
{
    display: inline-block;

    cursor: pointer;
    vertical-align: middle;
}
.header .find
{
    line-height: 90px;

    display: inline-block;

    height: 90px;

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

        height: 30px;
    }
}
.header .find:after
{
    display: inline-block;

    width: 1px;
    height: 16px;

    content: '';
    vertical-align: middle;

    background-color: #666;
}
.header .find .icon
{
    font-size: 20px;

    display: inline-block;

    padding: 0 20px 0 0;

    -webkit-transition: all .4s;
            transition: all .4s;
    vertical-align: middle;
}
@media (max-width: 767px)
{
    .header .find .icon
    {
        font-size: 18px;
    }
}
.header .find:hover
{
    color: #ad0000;
}
.header .find:hover .icon
{
    color: #ad0000;
}
.header .search-wrap
{
    font-size: 14px;

    position: absolute;
    z-index: 9;
    top: 0;
    right: 0;
    left: 0;

    display: none;

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

    background-color: rgba(0, 0, 0, .8);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.header .search-wrap .search-close
{
    position: absolute;
    top: 5%;
    right: 10%;

    cursor: pointer;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);

    color: #fff;
}
@media (max-width: 1199px)
{
    .header .search-wrap .search-close
    {
        right: 5%;
    }
}
.header .search-wrap .search-close .icon
{
    font-size: 30px;
}
.header .search-wrap .search-box
{
    position: absolute;
    top: 50%;
    left: 10%;

    width: 80%;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
@media (max-width: 1199px)
{
    .header .search-wrap .search-box
    {
        left: 5%;

        width: 90%;
    }
}
.header .search-wrap input
{
    line-height: 30px;

    width: 100%;
    padding: 15px;

    color: #666;
}
.header .search-wrap .submit
{
    font-size: 20px;
    line-height: 60px;

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

    width: 60px;
    height: 60px;
    padding: 0;

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

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

    content: '\e60e';
}
.header .search-wrap .submit:hover
{
    background-color: #930000;
}
.header .header-nav
{
    padding: 0 3%;

    background-color: rgba(173, 0, 0, .9);
}
.header .cart
{
    display: inline-block;

    vertical-align: middle;
}
@media (max-width: 1199px)
{
    .header .cart
    {
        line-height: 30px;

        height: 30px;
        margin-left: 6px;
    }
}
.header .cart a
{
    font-size: 14px;
    line-height: 44px;

    display: inline-block;

    padding: 0 20px;

    color: #fff;
    border-radius: 3px;
}
@media (max-width: 1560px)
{
    .header .cart a
    {
        position: relative;

        padding: 0 12px;
    }
}
@media (max-width: 1199px)
{
    .header .cart a
    {
        line-height: 32px;

        padding: 0 5px;
    }
}
.header .cart .icon
{
    font-size: 20px;

    display: inline-block;

    vertical-align: middle;
}
.header .cart:hover a
{
    color: #ad0000;
}
.header .language
{
    position: relative;

    display: inline-block;

    padding-left: 20px;

    vertical-align: middle;
}
@media (max-width: 1199px)
{
    .header .language
    {
        padding-left: 10px;
    }
}
.header .language p
{
    line-height: 40px;

    margin: 0;

    border-radius: 6px;
}
@media (max-width: 767px)
{
    .header .language p
    {
        line-height: 30px;

        height: 30px;
    }
}
.header .language p .icon-xiajiantou
{
    font-size: 12px;

    display: inline-block;

    margin-left: 8px;

    vertical-align: middle;

    color: #999;
}
.header .language ul
{
    position: absolute;
    z-index: 4;
    top: -webkit-calc(100% + 1px);
    top:         calc(100% + 1px);
    left: 0;

    display: none;

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

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

    display: block;

    padding: 0 20px;

    -webkit-transition: all .2s;
            transition: all .2s;
}
.header .language ul li a:hover
{
    color: #fff;
    background-color: #000;
}
.header .pc-nav
{
    display: inline-block;

    vertical-align: middle;
}
@media (max-width: 1199px)
{
    .header .pc-nav
    {
        display: none;
    }
}
.header .pc-nav > ul
{
    display: inline-block;

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

    display: inline-block;

    vertical-align: top;
}
.header .pc-nav > ul > li > a
{
    font-size: 16px;
    line-height: 90px;

    position: relative;

    display: block;

    height: 90px;
    padding: 0 24px;

    -webkit-transition: all .4s;
            transition: all .4s;
}
@media (max-width: 1400px)
{
    .header .pc-nav > ul > li > a
    {
        padding: 0 10px;
    }
}
.header .pc-nav > ul > li.active > a,
.header .pc-nav > ul > li:hover > a
{
    color: #ad0000;
}
.header .pc-nav .nav-list2
{
    font-size: 14px;

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

    display: none;

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

    text-align: left;

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

    display: block;

    padding: 5px 20px;

    white-space: nowrap;
}
.header .pc-nav .nav-list2 > li > a:hover
{
    color: #ad0000;
}
.header .pc-nav .nav-list3
{
    position: absolute;
    top: 0;
    left: 100%;

    display: none;

    padding: 10px 0;

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

    display: block;

    padding: 5px 20px;

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

    color: #ad0000;
}
.header .btn-menu
{
    position: relative;

    display: none;

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

        margin-left: 10px;

        vertical-align: middle;
    }
}
@media (max-width: 767px)
{
    .header .btn-menu
    {
        height: 30px;
    }
}
.header .btn-menu div
{
    position: absolute;
    top: 0;
    left: 0;

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

    width: 100%;
    height: 100%;

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

    height: 2px;

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

    background: #999;
}
.header .btn-menu div span
{
    display: block;

    height: 2px;
    margin: 5px 0;

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

    background: #999;
}
.header .translate
{
    display: inline-block;

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

    vertical-align: middle;
}
@media (max-width: 767px)
{
    .header .translate
    {
        font-size: 12px;

        width: 145px;
        min-width: auto;
        margin: 0;
    }
}
.header .translate .goog-te-gadget-simple
{
    border: none;
}
@media (max-width: 767px)
{
    .header .translate .goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed span
    {
        font-size: 12px;
    }
}
.stuck
{
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.stuck .btn-menu a:before,
.stuck .btn-menu a:after
{
    background: #999;
}
.stuck .btn-menu a span
{
    background: #999;
}
.online-wrap .btn
{
    line-height: 36px;

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

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

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

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

    display: inline-block;

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

    display: none;

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

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

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

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

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

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

    position: relative;

    display: block;

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

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

    color: #fff;
    border-radius: 5px;
    background: #333;
}
.online-wrap .online a:before
{
    font-size: 24px;

    -webkit-transition: all .2s;
            transition: all .2s;
}
.online-wrap .online a:hover
{
    background-color: #930000;
}
@media (max-width: 991px)
{
    .online-wrap .online a
    {
        line-height: 40px;

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

    padding-right: 5px;

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

    color: #fff;
    border-radius: 8px;
    background-color: rgba(0, 0, 0, .44);
    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: '\e61d';
}
.online-wrap .icon-message:before
{
    font-family: 'iconfont' !important;

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

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

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

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

    display: none;

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

    color: #fff;
    background-color: #ad0000;
    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;
}
.xs-online ul li
{
    float: left;

    width: 20%;

    list-style: none;

    border-right: 1px solid #000;
    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: '\e615';
}
.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: '\e662';
}
.xs-online ul li.xs-online-tel > a:before
{
    font-weight: normal;

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

    content: '\e615';
}
.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:before
{
    content: '\e604';
}
.xs-online ul li.xs-online-tiktok > a:before
{
    content: '\e828';
}
.xs-online ul li.xs-online-about > a:before
{
    content: '\e62a';
}
.xs-online ul li.xs-online-wechat > a
{
    position: relative;
}
.xs-online ul li.xs-online-wechat > a:hover img
{
    display: block;
}
.xs-online ul li.xs-online-wechat > a img
{
    position: absolute;
    bottom: 57px;
    left: 0;

    display: none;

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

    position: relative;
    z-index: 4;

    clear: both;
    overflow: hidden;

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

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

    width: 100%;
}
.banner .img-box
{
    padding-bottom: 44.27083333%;
}
.banner .img-box iframe
{
    position: absolute;

    width: 100%;
    height: 100%;
}
.banner .swiper-slide
{
    overflow: hidden;
}
.banner .swiper-pagination
{
    position: absolute;
    z-index: 2;
    bottom: 3%;
    left: 50%;

    width: 100%;

    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    text-align: center;
}
.banner .swiper-pagination-bullet
{
    position: relative;

    display: inline-block;

    width: 50px;
    height: 12px;
    margin: 0 2px !important;

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

    opacity: 1;
    border: 1px solid rgba(255, 255, 255, 0);
    border-radius: 0;
    background: none;
}
.banner .swiper-pagination-bullet:before
{
    position: absolute;
    top: 50%;
    left: 50%;

    display: block;

    width: 42px;
    height: 4px;

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

    background-color: #fff;
}
.banner .swiper-pagination-bullet-active
{
    border: 1px solid #fff;
}
.banner .slick-arrow
{
    font-size: 50px;

    color: #fff;
    background: none;
}
.banner .slick-prev
{
    left: 2%;
}
.banner .slick-next
{
    right: 2%;
}
.banner .item
{
    position: relative;

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

    display: block;

    width: 100%;

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

    width: 100%;
    height: 100%;

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

    display: block;

    padding-bottom: 44.27083333%;

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

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

    content: '';

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

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

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

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

    width: 100%;

    text-align: center;

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

    margin: 0;

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

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

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

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

    display: inline-block;

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

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

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

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

    display: inline-block;

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

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

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

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

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

    -webkit-animation: slide-down 3s linear infinite;
            animation: slide-down 3s linear infinite;
}
.banner .banner-down a img
{
    width: 100%;
}
.banner-in
{
    position: relative;
}
.banner-in img
{
    width: 100%;
}
@media (max-width: 767px)
{
    .banner-in img
    {
        width: 140%;
        margin-left: -10%;
    }
}
.banner-in .text-in
{
    position: absolute;
    z-index: 2;
    top: -webkit-calc(50% + 50px);
    top:         calc(50% + 50px);

    width: 100%;

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

    color: #fff;
}
@media (max-width: 767px)
{
    .banner-in .text-in
    {
        top: 60%;
    }
}
.banner-in .text-in h2
{
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    font-size: 96px;
    font-weight: bold;

    position: relative;
    z-index: 2;

    text-transform: uppercase;

    color: rgba(255, 255, 255, .4);
}
@media (max-width: 1470px)
{
    .banner-in .text-in h2
    {
        font-size: 80px;
    }
}
@media (max-width: 1199px)
{
    .banner-in .text-in h2
    {
        font-size: 60px;
    }
}
@media (max-width: 991px)
{
    .banner-in .text-in h2
    {
        font-size: 40px;
    }
}
@media (max-width: 767px)
{
    .banner-in .text-in h2
    {
        font-size: 24px;
    }
}
.banner-in .text-in a.more
{
    font-size: 14px;
    line-height: 40px;

    display: inline-block;

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

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

    color: #ad0000;
    border: 1px solid #ad0000;
    border-radius: 37px;
    background-color: #fff;
}
@media (max-width: 991px)
{
    .banner-in .text-in a.more
    {
        line-height: 30px;

        margin-top: 10px;
        padding: 0 20px;
    }
}
.banner-in .text-in a.more:hover
{
    color: #fff;
    background-color: #ad0000;
}
.banner-in .location
{
    position: relative;
    z-index: 2;
}
.banner-in .location ul li
{
    font-size: 16px;

    display: inline-block;

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

    margin: 0 10px;

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

    vertical-align: middle;
    text-transform: capitalize;
}
@-webkit-keyframes fadenum
{
    100%
    {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
@keyframes fadenum
{
    100%
    {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
@-webkit-keyframes slide-down
{
    0%
    {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    50%
    {
        -webkit-transform: translateY(-10px);
                transform: translateY(-10px);
    }
    100%
    {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
}
@keyframes slide-down
{
    0%
    {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    50%
    {
        -webkit-transform: translateY(-10px);
                transform: translateY(-10px);
    }
    100%
    {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
}
.box
{
    overflow: hidden;

    padding: 100px 0;
}
@media (max-width: 991px)
{
    .box
    {
        padding: 50px 0;
    }
}
.common-more
{
    text-align: center;
}
.common-more a
{
    line-height: 50px;

    position: relative;

    display: inline-block;
    overflow: hidden;

    padding: 0 50px;

    color: #ad0000;
    border: 1px solid #ad0000;
    border-radius: 3px;
}
@media (max-width: 767px)
{
    .common-more a
    {
        line-height: 40px;

        padding: 0 30px;
    }
}
.common-more a span
{
    font-weight: bold;

    position: relative;
    z-index: 1;
}
.common-more a span .icon
{
    font-weight: normal;

    margin-left: 10px;
}
.common-more a:before
{
    position: absolute;
    bottom: 0;
    left: 0;

    width: 0;
    height: 0;

    content: '';
    -webkit-transition: all .6s;
            transition: all .6s;
    -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
            transform: rotate(360deg);

    border-width: 0;
    border-style: solid;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: #ad0000;
}
.common-more a:after
{
    position: absolute;
    top: 0;
    right: 0;

    width: 0;
    height: 0;

    content: '';
    -webkit-transition: all .6s;
            transition: all .6s;
    -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
            transform: rotate(360deg);

    border-width: 0;
    border-style: solid;
    border-top-color: transparent;
    border-right-color: #ad0000;
    border-bottom-color: transparent;
    border-left-color: transparent;
}
.common-more a:hover
{
    color: #333;
}
.common-more a:hover:before,
.common-more a:hover:after
{
    border-width: 50px 260px;
}
.text-common
{
    margin-top: 20px;
}
.text-common p
{
    font-size: 16px;
    line-height: 2;

    margin: 0;

    color: #666;
}
@media (max-width: 767px)
{
    .text-common p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.text-common img
{
    max-width: 100%;
    height: auto !important;
}
.title
{
    max-width: 780px;
}
@media (max-width: 1560px)
{
    .title
    {
        max-width: 700px;
    }
}
@media (max-width: 1199px)
{
    .title
    {
        max-width: 580px;
    }
}
@media (max-width: 991px)
{
    .title
    {
        max-width: 470px;
    }
}
.title h2
{
    font-size: 40px;
    font-weight: bold;
    line-height: 1.5;

    margin: 0;
}
@media (max-width: 1560px)
{
    .title h2
    {
        font-size: 36px;
    }
}
@media (max-width: 1199px)
{
    .title h2
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .title h2
    {
        font-size: 24px;
    }
}
.title h2 span
{
    color: #ad0000;
}
.title h3
{
    font-size: 18px;
    line-height: 2;

    color: #ad0000;
}
.title h3:before
{
    display: inline-block;

    width: 24px;
    height: 1px;
    margin-right: 10px;

    content: '';
    vertical-align: middle;

    background-color: #ad0000;
}
.indexcontent
{
    position: relative;
    z-index: 2;
}
.box-category
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    padding: 0;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 991px)
{
    .box-category
    {
        padding: 30px 0 0 0;
    }
}
.box-category .category-list
{
    width: 45%;
    padding-right: 5%;
    padding-left: -webkit-calc(45% - 620px);
    padding-left:         calc(45% - 620px);
}
@media (max-width: 1470px)
{
    .box-category .category-list
    {
        padding-left: -webkit-calc(45% - 570px);
        padding-left:         calc(45% - 570px);
    }
}
@media (max-width: 1400px)
{
    .box-category .category-list
    {
        width: 40%;
        padding-left: -webkit-calc(45% - 500px);
        padding-left:         calc(45% - 500px);
    }
}
@media (max-width: 1199px)
{
    .box-category .category-list
    {
        padding-left: -webkit-calc(40% - 400px);
        padding-left:         calc(40% - 400px);
    }
}
@media (max-width: 991px)
{
    .box-category .category-list
    {
        width: 100%;
        padding: 0 15px;
    }
}
.box-category .category-list .text
{
    max-width: 500px;
    margin-top: 20px;
}
@media (max-width: 991px)
{
    .box-category .category-list .text
    {
        max-width: 100%;
    }
}
.box-category .category-list .text p
{
    font-size: 18px;
    line-height: 1.77777778;

    margin: 0;
}
@media (max-width: 1560px)
{
    .box-category .category-list .text p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .box-category .category-list .text p
    {
        font-size: 14px;
    }
}
.box-category .category-list .category-menu
{
    max-width: 440px;
    margin-top: 30px;
}
@media (max-width: 991px)
{
    .box-category .category-list .category-menu
    {
        max-width: 100%;
        margin-top: 10px;
    }
}
@media (max-width: 991px)
{
    .box-category .category-list .category-menu > ul
    {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;

        margin: 0 -10px;

        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
}
.box-category .category-list .category-menu > ul > li
{
    display: block;

    margin-top: 12px;
}
@media (max-width: 991px)
{
    .box-category .category-list .category-menu > ul > li
    {
        width: 50%;
        padding: 0 10px;
    }
}
.box-category .category-list .category-menu > ul > li > a
{
    font-size: 18px;
    line-height: 30px;

    display: block;

    height: 100%;
    padding: 25px 30px;

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

    border: 1px solid rgba(0, 0, 0, .2);
}
@media (max-width: 1560px)
{
    .box-category .category-list .category-menu > ul > li > a
    {
        font-size: 16px;

        padding: 15px 20px;
    }
}
@media (max-width: 767px)
{
    .box-category .category-list .category-menu > ul > li > a
    {
        font-size: 14px;
        line-height: 24px;

        padding: 10px;
    }
}
.box-category .category-list .category-menu > ul > li.active > a
{
    color: #fff;
    border-color: #ad0000;
    background-color: #ad0000;
}
.box-category .category-picbox
{
    width: 55%;
}
@media (max-width: 1400px)
{
    .box-category .category-picbox
    {
        width: 60%;
    }
}
@media (max-width: 991px)
{
    .box-category .category-picbox
    {
        width: 100%;
    }
}
.box-category .category-picbox .pic .img-box
{
    padding-bottom: 95.28301887%;
}
.box-network
{
    padding: 50px 0;

    color: #fff;
    background-color: #ad0000;
}
@media (max-width: 991px)
{
    .box-network
    {
        padding: 30px 0;
    }
}
@media (max-width: 767px)
{
    .box-network
    {
        padding: 20px 0;
    }
}
.box-network .network
{
    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;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.box-network .network .network-menu > ul
{
    margin: 0 -60px;
}
@media (max-width: 991px)
{
    .box-network .network .network-menu > ul
    {
        margin: 0 -30px;
    }
}
@media (max-width: 767px)
{
    .box-network .network .network-menu > ul
    {
        margin: 0 -10px;
    }
}
.box-network .network .network-menu > ul > li
{
    display: inline-block;

    vertical-align: middle;
}
.box-network .network .network-menu > ul > li > a
{
    font-size: 24px;
    font-weight: bold;
    line-height: 40px;

    display: block;

    padding: 0 60px;
}
@media (max-width: 1560px)
{
    .box-network .network .network-menu > ul > li > a
    {
        font-size: 20px;
    }
}
@media (max-width: 991px)
{
    .box-network .network .network-menu > ul > li > a
    {
        font-size: 18px;

        padding: 0 30px;
    }
}
@media (max-width: 767px)
{
    .box-network .network .network-menu > ul > li > a
    {
        font-size: 16px;

        padding: 0 10px;
    }
}
.box-network .network .network-menu > ul > li > a:hover
{
    text-decoration: underline;
}
.box-about
{
    color: #fff;
    background: url(../images/about_bg.jpg) no-repeat center;
    background-size: cover;
}
@media (min-width: 1200px)
{
    .box-about
    {
        background-attachment: fixed;
    }
}
.box-about .title h3
{
    color: #fff;
}
.box-about .title h3:before
{
    background-color: #fff;
}
.box-about .number
{
    max-width: 680px;
    margin-top: 80px;
}
@media (max-width: 991px)
{
    .box-about .number
    {
        margin-top: 40px;
    }
}
@media (max-width: 767px)
{
    .box-about .number
    {
        margin-top: 10px;
    }
}
.box-about .number ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin: 0 -10px;

    -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;
}
@media (max-width: 767px)
{
    .box-about .number ul
    {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
}
.box-about .number ul li
{
    margin-top: 30px;
    padding: 0 10px;
}
.box-about .number ul li.line
{
    width: 1px;
    height: 60px;
    padding: 0;

    background-color: rgba(255, 255, 255, .3);
}
.box-about .number .item
{
    max-width: 210px;

    -webkit-transition: all .6s;
            transition: all .6s;
}
.box-about .number .item .icon
{
    font-size: 30px;
    line-height: 1.5;

    color: #ad0000;
}
.box-about .number .item h3
{
    font-size: 50px;
    font-weight: bold;
    line-height: 1.2;

    margin: 0;
}
@media (max-width: 1470px)
{
    .box-about .number .item h3
    {
        font-size: 40px;
    }
}
@media (max-width: 991px)
{
    .box-about .number .item h3
    {
        font-size: 30px;
    }
}
.box-about .number .item h3 sub
{
    font-size: 16px;
    font-weight: normal;
}
.box-about .number .item p
{
    font-size: 16px;
    line-height: 1.625;

    margin: 10px 0 0 0;
}
@media (max-width: 991px)
{
    .box-about .number .item p
    {
        font-size: 14px;
    }
}
.box-about .number .item:hover
{
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
}
.box-about .text
{
    max-width: 680px;
}
.box-about .text p
{
    color: #fff;
}
.box-about .more
{
    margin-top: 50px;
}
@media (max-width: 991px)
{
    .box-about .more
    {
        margin-top: 30px;
    }
}
@media (max-width: 767px)
{
    .box-about .more
    {
        margin-top: 20px;
    }
}
.box-about .more a
{
    font-size: 16px;
    line-height: 40px;

    display: inline-block;
}
.box-about .more a .icon
{
    font-size: 24px;

    display: inline-block;

    margin-left: 10px;

    -webkit-transition: all .6s;
            transition: all .6s;
    vertical-align: middle;
}
.box-about .more a:hover .icon
{
    -webkit-transform: translateX(6px);
        -ms-transform: translateX(6px);
            transform: translateX(6px);
}
.box-about .play
{
    position: relative;

    width: 50px;
    height: 50px;
    margin-top: 60px;

    cursor: pointer;

    border-radius: 50%;
}
@media (max-width: 991px)
{
    .box-about .play
    {
        margin-top: 30px;
    }
}
.box-about .play .icon
{
    line-height: 50px;

    position: relative;
    z-index: 3;

    display: block;

    width: 100%;
    height: 100%;

    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    text-align: center;

    border-radius: 50%;
    background-color: rgba(255, 255, 255, .5);
}
.box-about .play::before,
.box-about .play::after
{
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-animation: point_kuo 3s linear infinite;
            animation: point_kuo 3s linear infinite;

    border-radius: 50%;
    background: rgba(255, 255, 255, .28);
}
.box-about .play::after
{
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
}
.box-about .play::before
{
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
}
@-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-choose
{
    background: url(../images/choose_bg.jpg) no-repeat center;
    background-size: cover;
}
.box-choose .choose
{
    margin-top: 50px;
}
@media (max-width: 991px)
{
    .box-choose .choose
    {
        margin-top: 30px;
    }
}
.box-choose .choose ul
{
    margin: 0;
}
.box-choose .choose ul li
{
    margin-top: -1px;
    margin-left: -1px;
    padding: 0;

    border: 1px solid #dcdcdc;
}
.box-choose .choose .item
{
    padding: 30px 10%;
}
@media (max-width: 767px)
{
    .box-choose .choose .item
    {
        padding: 20px 14px;
    }
}
.box-choose .choose .item .number
{
    font-size: 40px;
    font-weight: bold;
    line-height: 1.5;

    color: #ad0000;
}
@media (max-width: 991px)
{
    .box-choose .choose .item .number
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .box-choose .choose .item .number
    {
        font-size: 24px;
    }
}
.box-choose .choose .item h3
{
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;

    margin: 5px 0;
}
@media (max-width: 991px)
{
    .box-choose .choose .item h3
    {
        font-size: 16px;
    }
}
.box-choose .choose .item p
{
    font-size: 16px;
    line-height: 2;

    margin: 0;

    color: #666;
}
@media (max-width: 991px)
{
    .box-choose .choose .item p
    {
        font-size: 14px;
        line-height: 1.71428571;
    }
}
.box-solutions
{
    color: #fff;
    background: url(../images/solutions_bg.jpg) no-repeat center;
    background-size: cover;
}
.box-solutions .title
{
    max-width: 800px;
}
@media (max-width: 991px)
{
    .box-solutions .title
    {
        max-width: 500px;
    }
}
.box-solutions .title h3
{
    color: #fff;
}
.box-solutions .title h3:before
{
    background-color: #fff;
}
.box-solutions .solutions-text
{
    max-width: 740px;
    margin-top: 60px;
}
@media (max-width: 991px)
{
    .box-solutions .solutions-text
    {
        margin-top: 30px;
    }
}
.box-solutions .solutions-text .text h3
{
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
}
.box-solutions .solutions-text .text p
{
    display: -webkit-box;
    overflow: hidden;

    height: 96px;

    color: #fff;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.box-solutions .more
{
    margin-top: 50px;
}
@media (max-width: 991px)
{
    .box-solutions .more
    {
        margin-top: 30px;
    }
}
.box-solutions .more a
{
    font-size: 16px;
    line-height: 40px;

    display: inline-block;
}
.box-solutions .more a .icon
{
    font-size: 24px;

    display: inline-block;

    margin-left: 10px;

    -webkit-transition: all .6s;
            transition: all .6s;
    vertical-align: middle;
}
.box-solutions .more a:hover .icon
{
    -webkit-transform: translateX(6px);
        -ms-transform: translateX(6px);
            transform: translateX(6px);
}
.box-solutions .solutions-menu
{
    margin-top: 60px;
}
@media (max-width: 991px)
{
    .box-solutions .solutions-menu
    {
        margin-top: 20px;
    }
}
.box-solutions .solutions-menu ul li
{
    margin-top: 20px;
}
.box-solutions .solutions-menu ul li.active .item:before
{
    top: -160px;
    left: -10px;
}
.box-solutions .solutions-menu ul li.active .item a
{
    color: #fff;
}
.box-solutions .solutions-menu .item
{
    position: relative;

    overflow: hidden;

    border-radius: 10px;
    background-color: #fff;
}
.box-solutions .solutions-menu .item:before
{
    position: absolute;
    top: -50px;
    left: -webkit-calc(100% - 120px);
    left:         calc(100% - 120px);

    display: block;

    width: 500px;
    height: 454px;

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

    border-radius: 470px;
    background-color: #ad0000;
}
.box-solutions .solutions-menu .item a
{
    font-size: 18px;
    line-height: 30px;

    position: relative;
    z-index: 2;

    display: block;

    padding: 30px;

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

    color: #333;
}
@media (max-width: 1470px)
{
    .box-solutions .solutions-menu .item a
    {
        font-size: 16px;

        padding: 20px;
    }
}
@media (max-width: 991px)
{
    .box-solutions .solutions-menu .item a
    {
        padding: 10px;
    }
}
.box-solutions .solutions-menu .item a span
{
    font-size: 40px;
    font-weight: bold;
    line-height: 1;

    position: absolute;
    z-index: 2;
    top: 53%;
    right: 10px;

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

    color: rgba(255, 255, 255, .2);
}
@media (max-width: 991px)
{
    .box-solutions .solutions-menu .item a span
    {
        font-size: 30px;
    }
}
.box-news .news .item,
.wrap-news .news .item
{
    display: block;

    border-radius: 4px;
    background: #fff;
    box-shadow: 0 4px 30px 2px rgba(0, 46, 129, .1);
}
.box-news .news .item .img-box,
.wrap-news .news .item .img-box
{
    padding-bottom: 59.09090909%;
}
.box-news .news .item .img-box img,
.wrap-news .news .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.box-news .news .item .note,
.wrap-news .news .item .note
{
    padding: 20px;

    -webkit-transition: all .2s;
            transition: all .2s;
}
@media (max-width: 991px)
{
    .box-news .news .item .note,
    .wrap-news .news .item .note
    {
        padding: 14px;
    }
}
.box-news .news .item .note h3,
.wrap-news .news .item .note h3
{
    font-size: 18px;
    font-weight: bold;
    line-height: 32px;

    display: -webkit-box;
    overflow: hidden;

    height: 64px;
    margin: 10px 0 0 0;

    -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: 16px;
    }
}
.box-news .news .item .note h3 span,
.wrap-news .news .item .note h3 span
{
    -webkit-transition: background-size .36s;
            transition: background-size .36s;

    background-image: -webkit-gradient(linear, left top, right top, from(#ad0000), to(#ad0000));
    background-image: -webkit-linear-gradient(left, #ad0000 0%, #ad0000 100%);
    background-image:         linear-gradient(to right, #ad0000 0%, #ad0000 100%);
    background-repeat: no-repeat;
    background-position: 0 95%;
    background-size: 0 2px;
}
.box-news .news .item .note .date,
.wrap-news .news .item .note .date
{
    font-size: 14px;
    line-height: 24px;

    display: block;

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

    display: block;

    margin-top: 24px;

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

    display: inline-block;

    margin-left: 10px;

    vertical-align: middle;

    color: #1d2087;
}
.box-news .news .item:hover .img-box img,
.wrap-news .news .item:hover .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: #ad0000;
}
.box-news .news .item:hover .note h3 span,
.wrap-news .news .item:hover .note h3 span
{
    background-size: 100% 2px;
}
.box-news .news .item:hover .note .more,
.wrap-news .news .item:hover .note .more
{
    color: #ad0000;
}
.box-news .news .item:hover .note .more .icon,
.wrap-news .news .item:hover .note .more .icon
{
    color: #ad0000;
}
.box-news
{
    padding-bottom: 60px;

    background: url(../images/news_bg.jpg) no-repeat center;
    background-size: cover;
}
.box-news .title
{
    position: relative;

    max-width: 100%;
}
.box-news .title .more
{
    font-size: 16px;
    line-height: 50px;

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

    display: inline-block;

    padding: 0 40px;

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

    color: #fff;
    border-radius: 6px;
    background-color: #ad0000;
}
@media (max-width: 991px)
{
    .box-news .title .more
    {
        font-size: 14px;
        line-height: 40px;

        padding: 0 30px;
    }
}
.box-news .title .more:hover
{
    text-decoration: underline;
}
.box-news .news
{
    margin-top: 20px;
}
@media (max-width: 991px)
{
    .box-news .news
    {
        margin-top: 10px;
    }
}
.box-news .news .slick-news
{
    margin: 0 -25px;
}
@media (max-width: 1560px)
{
    .box-news .news .slick-news
    {
        margin: 0 -15px;
    }
}
.box-news .news .slick-news .slick-slide
{
    padding: 30px 25px;
}
@media (max-width: 1560px)
{
    .box-news .news .slick-news .slick-slide
    {
        padding: 30px 15px;
    }
}
.footer
{
    position: relative;
    z-index: 2;

    color: #fff;
    background-color: #333;
}
@media (max-width: 991px)
{
    .footer
    {
        padding-bottom: 55px;
    }
}
.footer .foot
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    padding: 80px 0 50px;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
@media (max-width: 1199px)
{
    .footer .foot
    {
        padding: 40px 0;
    }
}
@media (max-width: 767px)
{
    .footer .foot
    {
        padding: 20px 0;
    }
}
.footer .foot .foot-left
{
    width: 300px;
}
@media (max-width: 1199px)
{
    .footer .foot .foot-left
    {
        width: 250px;
    }
}
@media (max-width: 991px)
{
    .footer .foot .foot-left
    {
        width: 100%;
    }
}
.footer .foot .foot-left h3
{
    font-size: 24px;
    font-weight: bold;
}
@media (max-width: 767px)
{
    .footer .foot .foot-left h3
    {
        font-size: 20px;
    }
}
.footer .foot .foot-left img
{
    max-height: 92px;
    margin-top: 20px;
}
@media (max-width: 1199px)
{
    .footer .foot .foot-left img
    {
        max-height: 70px;
    }
}
@media (max-width: 767px)
{
    .footer .foot .foot-left img
    {
        margin-top: 10px;
    }
}
.footer .foot .foot-txt
{
    margin-top: 20px;
}
@media (max-width: 767px)
{
    .footer .foot .foot-txt
    {
        margin-top: 10px;
    }
}
.footer .foot .foot-txt p
{
    line-height: 24px;
}
@media (max-width: 767px)
{
    .footer .foot .foot-txt p
    {
        margin: 0;
    }
}
.footer .foot .foot-txt p a:hover
{
    text-decoration: underline;
}
.footer .foot .erweimabox .erweima
{
    display: inline-block;

    max-width: 80px;
    margin-right: 10px;

    cursor: pointer;
    text-align: center;
    text-decoration: none;
}
.footer .foot .erweimabox .erweima img
{
    width: 100%;

    -webkit-transition: all .6s;
            transition: all .6s;
}
.footer .foot .erweimabox .erweima p
{
    line-height: 24px;

    margin: 10px 0 0 0;
}
.footer .foot .erweimabox .erweima:hover img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.footer .foot .foot-right
{
    width: -webkit-calc(100% - 300px);
    width:         calc(100% - 300px);
    padding-left: 10%;
}
@media (max-width: 1199px)
{
    .footer .foot .foot-right
    {
        width: -webkit-calc(100% - 250px);
        width:         calc(100% - 250px);
        padding-left: 5%;
    }
}
@media (max-width: 991px)
{
    .footer .foot .foot-right
    {
        width: 100%;
        padding-left: 0;
    }
}
@media (max-width: 991px)
{
    .footer .foot .foot-nav ul li
    {
        margin: 10px 0;
    }
}
.footer .foot .foot-nav .title-foot h3
{
    font-size: 18px;
    line-height: 30px;
}
.footer .foot .foot-nav .info
{
    margin-top: 10px;
}
.footer .foot .foot-nav .info a
{
    line-height: 24px;

    display: block;

    padding: 5px 0;
}
@media (max-width: 991px)
{
    .footer .foot .foot-nav .info a
    {
        display: inline-block;

        margin-right: 20px;

        vertical-align: middle;
    }
}
.footer .foot .foot-nav .info a:hover
{
    text-decoration: underline;
}
.footer .foot .foot-subscrible
{
    margin-top: 70px;

    text-align: right;
}
@media (max-width: 991px)
{
    .footer .foot .foot-subscrible
    {
        margin-top: 30px;

        text-align: left;
    }
}
.footer .foot .foot-subscrible .subscrible
{
    display: inline-block;

    text-align: left;
}
.footer .foot .foot-subscrible .subscrible h3
{
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
}
.footer .foot .foot-subscrible .subscrible form
{
    position: relative;

    width: 100%;
    width: 550px;
    margin-top: 30px;
    padding-right: 100px;
}
.footer .foot .foot-subscrible .subscrible form input
{
    line-height: 30px;

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

    color: #fff;
    border: 1px solid rgba(255, 255, 255, .4);
    border-right: none;
    border-radius: 4px 0 0 4px;
    background: rgba(255, 255, 255, .2);
}
.footer .foot .foot-subscrible .subscrible form input::-webkit-input-placeholder,
.footer .foot .foot-subscrible .subscrible form textarea::-webkit-input-placeholder
{
    color: #98999b;
}
.footer .foot .foot-subscrible .subscrible form input:-o-placeholder,
.footer .foot .foot-subscrible .subscrible form textarea:-o-placeholder
{
    color: #98999b;
}
.footer .foot .foot-subscrible .subscrible form input::-moz-placeholder,
.footer .foot .foot-subscrible .subscrible form textarea::-moz-placeholder
{
    color: #98999b;
}
.footer .foot .foot-subscrible .subscrible form input:-ms-input-placeholder,
.footer .foot .foot-subscrible .subscrible form textarea:-ms-input-placeholder
{
    color: #98999b;
}
.footer .foot .foot-subscrible .subscrible form input:focus::-webkit-input-placeholder,
.footer .foot .foot-subscrible .subscrible form textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.footer .foot .foot-subscrible .subscrible form input:focus::-o-placeholder,
.footer .foot .foot-subscrible .subscrible form textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.footer .foot .foot-subscrible .subscrible form input:focus::-moz-placeholder,
.footer .foot .foot-subscrible .subscrible form textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.footer .foot .foot-subscrible .subscrible form input:focus::-ms-input-placeholder,
.footer .foot .foot-subscrible .subscrible form textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.footer .foot .foot-subscrible .subscrible form .submit
{
    line-height: 50px;

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

    width: 100px;
    padding: 0;

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

    color: #fff;
    border-radius: 0;
    background-color: #ad0000;
}
.footer .foot .foot-subscrible .subscrible form .submit:hover
{
    background-color: #930000;
}
.footer .foot .foot-subscrible .subscrible .sitemap
{
    line-height: 30px;

    display: inline-block;

    margin-top: 10px;

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

    color: #999;
}
.footer .foot .foot-subscrible .subscrible .sitemap .icon
{
    display: inline-block;

    margin-right: 6px;

    vertical-align: middle;
}
.footer .foot .foot-subscrible .subscrible .sitemap:hover
{
    color: #fff;
}
.footer .copyright
{
    line-height: 30px;

    padding: 20px 0;

    text-align: center;

    color: #98999b;
    background-color: #1f1e23;
}
@media (max-width: 991px)
{
    .footer .copyright
    {
        padding: 10px 0;
    }
}
.footer .copyright p
{
    margin: 0;
}
@media (max-width: 767px)
{
    .footer .copyright p
    {
        line-height: 24px;
    }
}
.footer .copyright p a:hover
{
    text-decoration: underline;

    color: #fff;
}
.footer .copyright .cnzz
{
    margin: 0 20px;
}
.wrap
{
    overflow: hidden;

    padding: 80px 0;
}
@media (max-width: 991px)
{
    .wrap
    {
        padding: 40px 0;
    }
}
.title-in
{
    text-align: center;
}
.title-in h2
{
    font-size: 40px;
    font-weight: bold;
    line-height: 1.5;

    margin: 0;
}
@media (max-width: 1560px)
{
    .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 p
{
    font-size: 16px;
    line-height: 2;

    margin: 10px 0 0 0;
}
@media (max-width: 767px)
{
    .title-in p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.title-wrap h2
{
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;

    margin: 0;
}
@media (max-width: 767px)
{
    .title-wrap h2
    {
        font-size: 20px;
    }
}
.wrap-location
{
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;

    width: 100%;

    background: rgba(0, 0, 0, .4);
}
.wrap-location .location
{
    line-height: 26px;

    padding: 6px 0;

    color: #fff;
}
.wrap-location .location .icon
{
    font-size: 18px;

    display: inline-block;

    margin-right: 10px;

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

    vertical-align: middle;
}
.wrap-location .location > ul > li
{
    font-size: 14px;

    display: inline-block;

    vertical-align: middle;
}
.wrap-location .location > ul > li:after
{
    font-family: 'iconfont' !important;

    display: inline-block;

    margin: 0 2px;

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

    display: inline-block;

    text-transform: uppercase;
}
.wrap-location .location > ul > li > a:hover
{
    text-decoration: underline;
}
.wrap-sidenav
{
    background: #fff;
    box-shadow: 0 4px 14px 0 rgba(0, 0, 0, .05);
}
.wrap-sidenav .sidenav > ul
{
    font-size: 0;

    margin: 0 -30px;
}
@media (max-width: 767px)
{
    .wrap-sidenav .sidenav > ul
    {
        margin: 0 -14px;
    }
}
.wrap-sidenav .sidenav > ul > li
{
    display: inline-block;

    padding: 0 30px;

    vertical-align: top;
}
@media (max-width: 767px)
{
    .wrap-sidenav .sidenav > ul > li
    {
        padding: 0 14px;
    }
}
.wrap-sidenav .sidenav > ul > li > a
{
    font-size: 15px;
    line-height: 30px;

    position: relative;

    display: inline-block;

    padding: 25px 0;

    -webkit-transition: all .2s;
            transition: all .2s;
}
@media (max-width: 991px)
{
    .wrap-sidenav .sidenav > ul > li > a
    {
        padding: 10px 0;
    }
}
.wrap-sidenav .sidenav > ul > li > a:after
{
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 50%;

    display: block;

    width: 0;
    height: 2px;

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

    background-color: #ad0000;
}
.wrap-sidenav .sidenav > ul > li.active > a,
.wrap-sidenav .sidenav > ul > li:hover > a
{
    color: #ad0000;
}
.wrap-sidenav .sidenav > ul > li.active > a:after,
.wrap-sidenav .sidenav > ul > li:hover > a:after
{
    width: 100%;
}
.wrap-menu
{
    margin-top: 40px;

    text-align: center;

    border-bottom: 1px solid rgba(0, 0, 0, .2);
}
@media (max-width: 991px)
{
    .wrap-menu
    {
        margin-top: 20px;
    }
}
.wrap-menu > ul
{
    margin: 0 -50px;
}
@media (max-width: 1560px)
{
    .wrap-menu > ul
    {
        margin: 0 -40px;
    }
}
@media (max-width: 1199px)
{
    .wrap-menu > ul
    {
        margin: 0 -12px;
    }
}
.wrap-menu > ul > li
{
    display: inline-block;

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

    position: relative;

    display: block;

    padding: 10px 50px;

    color: #666;
}
@media (max-width: 1560px)
{
    .wrap-menu > ul > li > a
    {
        padding: 10px 40px;
    }
}
@media (max-width: 1199px)
{
    .wrap-menu > ul > li > a
    {
        font-size: 16px;

        padding: 10px 12px;
    }
}
@media (max-width: 767px)
{
    .wrap-menu > ul > li > a
    {
        font-size: 14px;
    }
}
.wrap-menu > ul > li > a:after
{
    position: absolute;
    z-index: 2;
    bottom: -1px;
    left: 50%;

    display: block;

    width: 0;
    height: 1px;

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

    background-color: #ad0000;
}
.wrap-menu > ul > li.active > a,
.wrap-menu > ul > li:hover > a
{
    color: #ad0000;
}
.wrap-menu > ul > li.active > a:after,
.wrap-menu > ul > li:hover > a:after
{
    width: 100%;
}
.wrap-sidenav-prolevel form
{
    position: relative;

    width: 100%;
    padding-right: 40px;

    border: 1px solid #999;
}
.wrap-sidenav-prolevel form input
{
    font-size: 16px;
    line-height: 60px;

    width: 100%;
    height: 60px;
    padding: 0 14px;
}
@media (max-width: 1199px)
{
    .wrap-sidenav-prolevel form input
    {
        font-size: 14px;
        line-height: 40px;

        height: 40px;
    }
}
.wrap-sidenav-prolevel form input::-webkit-input-placeholder,
.wrap-sidenav-prolevel form textarea::-webkit-input-placeholder
{
    color: #999;
}
.wrap-sidenav-prolevel form input:-o-placeholder,
.wrap-sidenav-prolevel form textarea:-o-placeholder
{
    color: #999;
}
.wrap-sidenav-prolevel form input::-moz-placeholder,
.wrap-sidenav-prolevel form textarea::-moz-placeholder
{
    color: #999;
}
.wrap-sidenav-prolevel form input:-ms-input-placeholder,
.wrap-sidenav-prolevel form textarea:-ms-input-placeholder
{
    color: #999;
}
.wrap-sidenav-prolevel form input:focus::-webkit-input-placeholder,
.wrap-sidenav-prolevel form textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.wrap-sidenav-prolevel form input:focus::-o-placeholder,
.wrap-sidenav-prolevel form textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.wrap-sidenav-prolevel form input:focus::-moz-placeholder,
.wrap-sidenav-prolevel form textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.wrap-sidenav-prolevel form input:focus::-ms-input-placeholder,
.wrap-sidenav-prolevel form textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.wrap-sidenav-prolevel form .submit
{
    line-height: 60px;

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

    width: 40px;
    padding: 0;
}
@media (max-width: 1199px)
{
    .wrap-sidenav-prolevel form .submit
    {
        line-height: 40px;
    }
}
.wrap-sidenav-prolevel form .submit:hover
{
    color: #ad0000;
}
.wrap-sidenav-prolevel .sidenav-prolevel > ul > li
{
    display: block;

    margin-top: 10px;
}
@media (max-width: 1199px)
{
    .wrap-sidenav-prolevel .sidenav-prolevel > ul > li
    {
        display: inline-block;

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

    display: block;

    padding: 15px 20px;

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

    border: 1px solid rgba(0, 0, 0, .2);
}
@media (max-width: 1199px)
{
    .wrap-sidenav-prolevel .sidenav-prolevel > ul > li > a
    {
        padding: 10px 30px;
    }
}
@media (max-width: 991px)
{
    .wrap-sidenav-prolevel .sidenav-prolevel > ul > li > a
    {
        font-size: 14px;

        padding: 10px 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-sidenav-prolevel .sidenav-prolevel > ul > li > a
    {
        line-height: 24px;

        padding: 10px;
    }
}
.wrap-sidenav-prolevel .sidenav-prolevel > ul > li.active > a,
.wrap-sidenav-prolevel .sidenav-prolevel > ul > li:hover > a
{
    color: #fff;
    border-color: #ad0000;
    background-color: #ad0000;
}
.wrap-info
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.wrap-left
{
    width: 330px;
}
@media (max-width: 1470px)
{
    .wrap-left
    {
        width: 300px;
    }
}
.wrap-right
{
    width: -webkit-calc(100% - 330px);
    width:         calc(100% - 330px);
    padding-left: 3%;
}
@media (max-width: 1470px)
{
    .wrap-right
    {
        width: -webkit-calc(100% - 300px);
        width:         calc(100% - 300px);
    }
}
@media (max-width: 1199px)
{
    .wrap-left
    {
        width: 100%;
    }
    .wrap-right
    {
        width: 100%;
        padding-left: 0;
    }
}
.wrap-about .title-in
{
    color: #ad0000;
}
@media (min-width: 1200px)
{
    .wrap-about .title-in h2
    {
        font-size: 36px;
    }
}
@media (max-width: 767px)
{
    .wrap-about .title-in h2
    {
        font-size: 18px;
    }
}
.wrap-about .text
{
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .wrap-about .text
    {
        margin-top: 20px;
    }
}
.wrap-about .text p
{
    font-size: 18px;
    line-height: 2;

    margin: 0;
}
@media (max-width: 1199px)
{
    .wrap-about .text p
    {
        font-size: 16px;
        line-height: 1.875;
    }
}
@media (max-width: 767px)
{
    .wrap-about .text p
    {
        font-size: 14px;
        line-height: 26px;
    }
}
.wrap-about .number
{
    margin-top: 60px;

    text-align: center;
}
@media (max-width: 991px)
{
    .wrap-about .number
    {
        margin-top: 40px;
    }
}
@media (max-width: 767px)
{
    .wrap-about .number
    {
        margin-top: 30px;
    }
}
.wrap-about .number:before,
.wrap-about .number:after
{
    display: block;

    width: 100%;
    height: 1px;

    content: '';

    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, .2)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .2), rgba(0, 0, 0, 0));
    background-image:         linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .2), rgba(0, 0, 0, 0));
}
.wrap-about .number ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    max-width: 680px;
    margin: 0 auto;

    -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;
}
@media (max-width: 767px)
{
    .wrap-about .number ul
    {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
}
.wrap-about .number ul li
{
    margin: 20px 0;
    padding: 0 10px;
}
.wrap-about .number ul li.line
{
    width: 1px;
    height: 60px;
    padding: 0;

    background-color: rgba(173, 0, 0, .3);
}
.wrap-about .number .item
{
    max-width: 210px;

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

    color: #ad0000;
}
.wrap-about .number .item .icon
{
    font-size: 30px;
    line-height: 1.5;

    color: #ad0000;
}
.wrap-about .number .item h3
{
    font-size: 50px;
    line-height: 1.2;

    margin: 0;
}
@media (max-width: 1470px)
{
    .wrap-about .number .item h3
    {
        font-size: 40px;
    }
}
@media (max-width: 991px)
{
    .wrap-about .number .item h3
    {
        font-size: 30px;
    }
}
.wrap-about .number .item h3 sub
{
    font-size: 16px;
    font-weight: normal;
}
.wrap-about .number .item p
{
    font-size: 16px;
    line-height: 1.625;

    margin: 10px 0 0 0;
}
@media (max-width: 991px)
{
    .wrap-about .number .item p
    {
        font-size: 14px;
    }
}
.wrap-about .number .item:hover
{
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
}
.wrap-video
{
    position: relative;

    overflow: hidden;
}
.wrap-video img
{
    width: 100%;
}
.wrap-video .play
{
    position: relative;
    position: absolute;
    top: 50%;
    left: 50%;

    width: 50px;
    height: 50px;

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

    border-radius: 50%;
}
.wrap-video .play .icon
{
    line-height: 50px;

    position: relative;
    z-index: 3;

    display: block;

    width: 100%;
    height: 100%;

    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .4);
}
.wrap-video .play::before,
.wrap-video .play::after
{
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-animation: point_kuo 3s linear infinite;
            animation: point_kuo 3s linear infinite;

    border-radius: 50%;
    background: rgba(255, 255, 255, .28);
}
.wrap-video .play::after
{
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
}
.wrap-video .play::before
{
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
}
.wrap-choose
{
    position: relative;

    background: url(../images/choose_in_bg.jpg) no-repeat center;
    background-size: cover;
}
.wrap-choose .title-in
{
    color: #ad0000;
}
@media (min-width: 1200px)
{
    .wrap-choose .title-in h2
    {
        font-size: 36px;
    }
}
@media (max-width: 767px)
{
    .wrap-choose .title-in h2
    {
        font-size: 18px;
    }
}
.wrap-choose .choose
{
    margin-top: 40px;

    border: 1px solid rgba(0, 0, 0, .2);
    background: rgba(255, 255, 255, .5);
}
@media (max-width: 767px)
{
    .wrap-choose .choose
    {
        margin-top: 20px;
    }
}
.wrap-choose .choose .slick-slide
{
    height: 100%;
    margin-bottom: -999px;
    padding-bottom: 999px;

    border-right: 1px solid rgba(0, 0, 0, .2);
}
.wrap-choose .choose .item
{
    padding: 30px 10%;
}
@media (max-width: 767px)
{
    .wrap-choose .choose .item
    {
        padding: 20px 14px;
    }
}
.wrap-choose .choose .item .number
{
    font-size: 40px;
    font-weight: bold;
    line-height: 1.5;

    color: #ad0000;
}
@media (max-width: 991px)
{
    .wrap-choose .choose .item .number
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .wrap-choose .choose .item .number
    {
        font-size: 24px;
    }
}
.wrap-choose .choose .item h3
{
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;

    margin: 5px 0;
}
@media (max-width: 991px)
{
    .wrap-choose .choose .item h3
    {
        font-size: 16px;
    }
}
.wrap-choose .choose .item p
{
    font-size: 16px;
    line-height: 2;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-choose .choose .item p
    {
        font-size: 14px;
        line-height: 1.71428571;
    }
}
.wrap-culture
{
    padding: 0;
}
.wrap-culture img
{
    width: 100%;
}
.wrap-certificate .certificate
{
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .wrap-certificate .certificate
    {
        margin-top: 0;
    }
}
.wrap-certificate .certificate .item
{
    display: block;
    overflow: hidden;

    margin-top: 30px;

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

    background-color: #f6f6f6;
}
@media (max-width: 767px)
{
    .wrap-certificate .certificate .item
    {
        margin-top: 20px;
    }
}
.wrap-certificate .certificate .item .pic
{
    padding: 30px;
}
@media (max-width: 767px)
{
    .wrap-certificate .certificate .item .pic
    {
        padding: 10px;
    }
}
.wrap-certificate .certificate .item .img-box
{
    padding-bottom: 103.61445783%;

    mix-blend-mode: multiply;
}
.wrap-certificate .certificate .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-certificate .certificate .item .note
{
    padding: 0 10px 20px 10px;
}
.wrap-certificate .certificate .item .note h3
{
    font-size: 16px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-certificate .certificate .item .note p
{
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 24px;
    margin: 0;

    color: #999;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-certificate .certificate .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-certificate .certificate .item:hover .note h3
{
    color: #ad0000;
}
.wrap-certificate .showMorehandle
{
    margin-top: 60px;

    text-align: center;
}
.wrap-certificate .showMorehandle a
{
    line-height: 30px;

    display: inline-block;

    color: #999;
}
.wrap-exhibition .exhibition .item
{
    display: block;
    overflow: hidden;

    margin-top: 40px;

    cursor: pointer;
    -webkit-transition: all .2s;
            transition: all .2s;
    text-align: center;
    text-decoration: none;
}
@media (max-width: 767px)
{
    .wrap-exhibition .exhibition .item
    {
        margin-top: 20px;
    }
}
.wrap-exhibition .exhibition .item .img-box
{
    padding-bottom: 58%;
}
.wrap-exhibition .exhibition .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-exhibition .exhibition .item h3
{
    font-size: 16px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-exhibition .exhibition .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-exhibition .exhibition .item:hover h3
{
    color: #ad0000;
}
.wrap-exhibition .exhibition-brand
{
    overflow: hidden;

    margin-top: 50px;
}
.wrap-exhibition .exhibition-brand .slick-brand
{
    margin: 0 -40px;
}
@media (max-width: 991px)
{
    .wrap-exhibition .exhibition-brand .slick-brand
    {
        margin: 0 -20px;
    }
}
@media (max-width: 767px)
{
    .wrap-exhibition .exhibition-brand .slick-brand
    {
        margin: 0 -10px;
    }
}
.wrap-exhibition .exhibition-brand .slick-brand .slick-slide
{
    padding: 0 40px;
}
@media (max-width: 991px)
{
    .wrap-exhibition .exhibition-brand .slick-brand .slick-slide
    {
        padding: 0 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-exhibition .exhibition-brand .slick-brand .slick-slide
    {
        padding: 0 10px;
    }
}
.wrap-exhibition .exhibition-brand .item img
{
    width: 110px;
}
@media (max-width: 767px)
{
    .wrap-exhibition .exhibition-brand .item img
    {
        width: 90px;
    }
}
.wrap-service .service .item
{
    display: block;
    overflow: hidden;

    margin-top: 40px;

    cursor: pointer;
    -webkit-transition: all .2s;
            transition: all .2s;
    text-decoration: none;
}
@media (max-width: 767px)
{
    .wrap-service .service .item
    {
        margin-top: 20px;
    }
}
.wrap-service .service .item .img-box
{
    padding-bottom: 58%;
}
.wrap-service .service .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-service .service .item .note
{
    margin-top: 20px;
}
@media (max-width: 767px)
{
    .wrap-service .service .item .note
    {
        margin-top: 10px;
    }
}
.wrap-service .service .item h3
{
    font-size: 16px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

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

    float: left;

    height: 30px;
    margin-right: 20px;
    padding: 0 16px;

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

    color: #ad0000;
    border: 1px solid #ad0000;
    border-radius: 66px;
}
@media (max-width: 767px)
{
    .wrap-service .service .item h3 span
    {
        margin-right: 10px;
    }
}
.wrap-service .service .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-service .service .item:hover h3
{
    color: #ad0000;
}
.wrap-service .service .item:hover h3 span
{
    color: #fff;
    background-color: #ad0000;
}
.wrap-solutions .solutions
{
    border-top: 1px solid rgba(0, 0, 0, .2);
}
.wrap-solutions .solutions .item
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    padding: 50px 0;

    border-bottom: 1px solid rgba(0, 0, 0, .2);

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 991px)
{
    .wrap-solutions .solutions .item
    {
        padding: 30px 0;
    }
}
.wrap-solutions .solutions .item .pic
{
    width: 600px;
}
@media (max-width: 1470px)
{
    .wrap-solutions .solutions .item .pic
    {
        width: 500px;
    }
}
@media (max-width: 1199px)
{
    .wrap-solutions .solutions .item .pic
    {
        width: 40%;
    }
}
@media (max-width: 767px)
{
    .wrap-solutions .solutions .item .pic
    {
        width: 100%;
    }
}
.wrap-solutions .solutions .item .pic .img-box
{
    padding-bottom: 65%;
}
.wrap-solutions .solutions .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-solutions .solutions .item .text
{
    width: -webkit-calc(100% - 600px);
    width:         calc(100% - 600px);
    padding-left: 5%;
}
@media (max-width: 1470px)
{
    .wrap-solutions .solutions .item .text
    {
        width: -webkit-calc(100% - 500px);
        width:         calc(100% - 500px);
        padding-left: 3%;
    }
}
@media (max-width: 1199px)
{
    .wrap-solutions .solutions .item .text
    {
        width: 60%;
    }
}
@media (max-width: 767px)
{
    .wrap-solutions .solutions .item .text
    {
        width: 100%;
        margin-top: 20px;
        padding-left: 0;
    }
}
.wrap-solutions .solutions .item .text h3
{
    font-size: 24px;
    font-weight: bold;
    line-height: 32px;

    display: -webkit-box;
    overflow: hidden;

    height: 32px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1560px)
{
    .wrap-solutions .solutions .item .text h3
    {
        font-size: 20px;
    }
}
@media (max-width: 1199px)
{
    .wrap-solutions .solutions .item .text h3
    {
        font-size: 18px;
    }
}
@media (max-width: 991px)
{
    .wrap-solutions .solutions .item .text h3
    {
        font-size: 16px;
    }
}
.wrap-solutions .solutions .item .text h3 span
{
    -webkit-transition: background-size .36s;
            transition: background-size .36s;

    background-image: -webkit-gradient(linear, left top, right top, from(#ad0000), to(#ad0000));
    background-image: -webkit-linear-gradient(left, #ad0000 0%, #ad0000 100%);
    background-image:         linear-gradient(to right, #ad0000 0%, #ad0000 100%);
    background-repeat: no-repeat;
    background-position: 0 95%;
    background-size: 0 2px;
}
.wrap-solutions .solutions .item .text .note
{
    display: -webkit-box;
    overflow: hidden;

    max-height: 140px;
    margin-top: 20px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}
@media (max-width: 1199px)
{
    .wrap-solutions .solutions .item .text .note
    {
        max-height: 120px;
    }
}
@media (max-width: 991px)
{
    .wrap-solutions .solutions .item .text .note
    {
        display: -webkit-box;
        overflow: hidden;

        max-height: 72px;
        margin-top: 10px;

        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }
}
.wrap-solutions .solutions .item .text .note p
{
    font-size: 16px;
    line-height: 28px;

    margin: 0;

    color: #666;
}
@media (max-width: 1199px)
{
    .wrap-solutions .solutions .item .text .note p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.wrap-solutions .solutions .item .text a.more
{
    font-size: 16px;

    display: inline-block;

    margin-top: 50px;

    color: #ad0000;
}
@media (max-width: 1199px)
{
    .wrap-solutions .solutions .item .text a.more
    {
        margin-top: 30px;
    }
}
@media (max-width: 991px)
{
    .wrap-solutions .solutions .item .text a.more
    {
        font-size: 14px;

        margin-top: 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-solutions .solutions .item .text a.more
    {
        margin-top: 10px;
    }
}
.wrap-solutions .solutions .item .text a.more .icon
{
    font-size: 24px;

    display: inline-block;

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

    vertical-align: middle;
}
.wrap-solutions .solutions .item .text a.more:hover
{
    text-decoration: underline;
}
.wrap-solutions .solutions .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-solutions .solutions .item:hover .text h3
{
    color: #ad0000;
}
.wrap-solutions .solutions .item:hover .text h3 span
{
    background-size: 100% 2px;
}
.wrap-staff .staff
{
    margin-top: 40px;
}
@media (max-width: 767px)
{
    .wrap-staff .staff
    {
        margin-top: 20px;
    }
}
.wrap-staff .staff .slick-staff
{
    width: 140%;
    margin-left: -20%;
}
@media (max-width: 991px)
{
    .wrap-staff .staff .slick-staff
    {
        width: 100%;
        margin: 0;
    }
}
.wrap-staff .staff .slick-staff .slick-slide
{
    padding: 0 10px;
}
.wrap-staff .staff .item
{
    display: block;

    cursor: pointer;
    text-decoration: none;
}
.wrap-staff .staff .item .img-box
{
    padding-bottom: 50%;
}
.wrap-staff .staff .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-staff .staff .item h3
{
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

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

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

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

        padding: 0 10px;
    }
}
.wrap-staff .staff .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-staff .staff .item:hover h3
{
    color: #ad0000;
}
.wrap-welfare
{
    background-color: #fafafa;
}
.wrap-welfare .welfare
{
    margin-top: 40px;
}
@media (max-width: 767px)
{
    .wrap-welfare .welfare
    {
        margin-top: 20px;
    }
}
.wrap-welfare .welfare .slick-welfare
{
    margin: 0 -15px;
}
@media (max-width: 767px)
{
    .wrap-welfare .welfare .slick-welfare
    {
        margin: 0;
    }
}
.wrap-welfare .welfare .slick-slide
{
    padding: 0 15px;
}
.wrap-welfare .welfare .item
{
    padding: 30px;

    text-align: center;

    border: 1px solid rgba(0, 0, 0, .1);
}
.wrap-welfare .welfare .item .number
{
    font-size: 40px;
    font-weight: bold;
    line-height: 1;

    display: block;

    color: #ad0000;
}
.wrap-welfare .welfare .item p
{
    font-size: 16px;
    line-height: 32px;

    margin: 10px 0 0 0;
}
.wrap-jobs .jobs
{
    margin-top: 60px;

    border: 1px solid rgba(0, 0, 0, .2);
}
@media (max-width: 991px)
{
    .wrap-jobs .jobs
    {
        margin-top: 30px;
    }
}
.wrap-jobs .jobs .title-jobs
{
    color: #fff;
    background: #292a2f;
}
.wrap-jobs .jobs .title-jobs,
.wrap-jobs .jobs .jobs-list .item .title-item
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}
.wrap-jobs .jobs .title-jobs p,
.wrap-jobs .jobs .jobs-list .item .title-item p
{
    font-size: 16px;
    line-height: 30px;

    width: 18%;
    margin: 0;
    padding: 15px 20px;
}
@media (max-width: 1199px)
{
    .wrap-jobs .jobs .title-jobs p,
    .wrap-jobs .jobs .jobs-list .item .title-item p
    {
        font-size: 14px;
        line-height: 24px;

        padding: 10px;
    }
}
.wrap-jobs .jobs .title-jobs p:nth-child(6),
.wrap-jobs .jobs .jobs-list .item .title-item p:nth-child(6)
{
    width: 10%;

    text-align: center;
}
.wrap-jobs .jobs .title-jobs p .icon,
.wrap-jobs .jobs .jobs-list .item .title-item p .icon
{
    font-size: 24px;
    line-height: 30px;
}
@media (max-width: 767px)
{
    .wrap-jobs .jobs .title-jobs p,
    .wrap-jobs .jobs .jobs-list .item .title-item p
    {
        font-size: 13px;
        line-height: 18px;
    }
}
.wrap-jobs .jobs .jobs-list ul li:last-child .item
{
    border: none;
}
.wrap-jobs .jobs .jobs-list .item
{
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.wrap-jobs .jobs .jobs-list .item .title-item
{
    cursor: pointer;
    -webkit-transition: all .2s;
            transition: all .2s;
}
.wrap-jobs .jobs .jobs-list .item .text
{
    position: relative;

    margin: 0;
    padding: 20px;
    padding-right: 200px;

    background-color: #fafafa;
}
@media (max-width: 1199px)
{
    .wrap-jobs .jobs .jobs-list .item .text
    {
        padding: 20px 10px;
    }
}
@media (max-width: 1199px)
{
    .wrap-jobs .jobs .jobs-list .item .text p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.wrap-jobs .jobs .jobs-list .item .text .apply
{
    font-size: 16px;

    position: absolute;
    right: 20px;
    bottom: 20px;

    color: #ad0000;
}
@media (max-width: 1199px)
{
    .wrap-jobs .jobs .jobs-list .item .text .apply
    {
        font-size: 14px;

        position: relative;
        right: 0;
        bottom: 0;

        margin-top: 20px;

        text-align: right;
    }
}
@media (max-width: 767px)
{
    .wrap-jobs .jobs .jobs-list .item .text .apply
    {
        margin-top: 10px;
    }
}
.wrap-jobs .jobs .jobs-list .item .text .apply .icon
{
    font-size: 24px;

    display: inline-block;

    margin-left: 10px;

    vertical-align: middle;
}
.wrap-jobs .jobs .jobs-list .current .item .title-item
{
    color: #fff;
    background-color: #ad0000;
}
.wrap-jobs-message
{
    background-color: #f9f9f7;
}
.wrap-jobs-message .title-in
{
    text-align: left;
}
.wrap-jobs-message .message form,
.wrap-message .message form
{
    margin-top: 10px;
}
.wrap-jobs-message .message form ul,
.wrap-message .message form ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin: 0 -15px;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.wrap-jobs-message .message form ul li,
.wrap-message .message form ul li
{
    padding: 0 15px;
}
.wrap-jobs-message .message form .group,
.wrap-message .message form .group
{
    position: relative;

    margin-top: 20px;

    background-color: #fff;
}
.wrap-jobs-message .message form .group label,
.wrap-message .message form .group label
{
    font-size: 14px;
    line-height: 50px;

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

    -webkit-transition: all .3s ease;
            transition: all .3s ease;

    color: #666;
}
.wrap-jobs-message .message form .group input,
.wrap-message .message form .group input,
.wrap-jobs-message .message form .group textarea,
.wrap-message .message form .group textarea
{
    line-height: 30px;

    position: relative;
    z-index: 2;

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

    border-radius: 0;
    outline: 0;
    background: none;
}
.wrap-jobs-message .message form .group input:placeholder-shown + label,
.wrap-message .message form .group input:placeholder-shown + label,
.wrap-jobs-message .message form .group textarea:placeholder-shown + label,
.wrap-message .message form .group textarea:placeholder-shown + label
{
    top: 0;

    background-color: transparent;
}
.wrap-jobs-message .message form .group input:focus + label,
.wrap-message .message form .group input:focus + label,
.wrap-jobs-message .message form .group textarea:focus + label,
.wrap-message .message form .group textarea:focus + label,
.wrap-jobs-message .message form .group input:valid + label,
.wrap-message .message form .group input:valid + label,
.wrap-jobs-message .message form .group textarea:valid + label,
.wrap-message .message form .group textarea:valid + label
{
    top: -32px;
    left: 20px;

    -webkit-transform: scale(.9);
        -ms-transform: scale(.9);
            transform: scale(.9);

    opacity: .8;
}
.wrap-jobs-message .message form .group textarea,
.wrap-message .message form .group textarea
{
    resize: none;
}
.wrap-jobs-message .message form .submit,
.wrap-message .message form .submit
{
    font-size: 16px;
    line-height: 50px;

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

    color: #fff;
    border-radius: 6px;
    background: none;
    background-color: #ad0000;
}
.wrap-jobs-message .message form .submit .icon,
.wrap-message .message form .submit .icon
{
    font-size: 20px;
    font-weight: normal;

    display: inline-block;

    margin-top: -4px;

    -webkit-transition: all .6s;
            transition: all .6s;
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
    vertical-align: middle;
}
.wrap-jobs-message .message form .submit:hover,
.wrap-message .message form .submit:hover
{
    background-color: #930000;
}
.wrap-product .product
{
    margin-top: -30px;
}
@media (max-width: 1199px)
{
    .wrap-product .product
    {
        margin-top: 0;
    }
}
.wrap-product .product .item,
.wrap-product-show .product .item,
.wrap-product .relate-product .item,
.wrap-product-show .relate-product .item
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

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

    background-color: #fafafa;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.wrap-product .product .item .pic,
.wrap-product-show .product .item .pic,
.wrap-product .relate-product .item .pic,
.wrap-product-show .relate-product .item .pic
{
    width: 320px;
}
@media (max-width: 991px)
{
    .wrap-product .product .item .pic,
    .wrap-product-show .product .item .pic,
    .wrap-product .relate-product .item .pic,
    .wrap-product-show .relate-product .item .pic
    {
        width: 260px;
    }
}
@media (max-width: 767px)
{
    .wrap-product .product .item .pic,
    .wrap-product-show .product .item .pic,
    .wrap-product .relate-product .item .pic,
    .wrap-product-show .relate-product .item .pic
    {
        width: 100%;
    }
}
.wrap-product .product .item .pic .img-box img,
.wrap-product-show .product .item .pic .img-box img,
.wrap-product .relate-product .item .pic .img-box img,
.wrap-product-show .relate-product .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-product .product .item .text,
.wrap-product-show .product .item .text,
.wrap-product .relate-product .item .text,
.wrap-product-show .relate-product .item .text
{
    width: -webkit-calc(100% - 320px);
    width:         calc(100% - 320px);
    padding-left: 3%;
}
@media (max-width: 991px)
{
    .wrap-product .product .item .text,
    .wrap-product-show .product .item .text,
    .wrap-product .relate-product .item .text,
    .wrap-product-show .relate-product .item .text
    {
        width: -webkit-calc(100% - 260px);
        width:         calc(100% - 260px);
    }
}
@media (max-width: 767px)
{
    .wrap-product .product .item .text,
    .wrap-product-show .product .item .text,
    .wrap-product .relate-product .item .text,
    .wrap-product-show .relate-product .item .text
    {
        width: 100%;
        margin-top: 20px;
        padding-left: 0;
    }
}
.wrap-product .product .item .text h3,
.wrap-product-show .product .item .text h3,
.wrap-product .relate-product .item .text h3,
.wrap-product-show .relate-product .item .text 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: 767px)
{
    .wrap-product .product .item .text h3,
    .wrap-product-show .product .item .text h3,
    .wrap-product .relate-product .item .text h3,
    .wrap-product-show .relate-product .item .text h3
    {
        font-size: 16px;
    }
}
.wrap-product .product .item .text .note,
.wrap-product-show .product .item .text .note,
.wrap-product .relate-product .item .text .note,
.wrap-product-show .relate-product .item .text .note
{
    display: -webkit-box;
    overflow: hidden;

    max-height: 112px;
    margin-top: 20px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
@media (max-width: 767px)
{
    .wrap-product .product .item .text .note,
    .wrap-product-show .product .item .text .note,
    .wrap-product .relate-product .item .text .note,
    .wrap-product-show .relate-product .item .text .note
    {
        line-height: 96px;

        margin-top: 10px;
    }
}
.wrap-product .product .item .text .note p,
.wrap-product-show .product .item .text .note p,
.wrap-product .relate-product .item .text .note p,
.wrap-product-show .relate-product .item .text .note p
{
    line-height: 28px;

    margin: 0;
}
@media (max-width: 767px)
{
    .wrap-product .product .item .text .note p,
    .wrap-product-show .product .item .text .note p,
    .wrap-product .relate-product .item .text .note p,
    .wrap-product-show .relate-product .item .text .note p
    {
        line-height: 24px;
    }
}
.wrap-product .product .item .text a.more,
.wrap-product-show .product .item .text a.more,
.wrap-product .relate-product .item .text a.more,
.wrap-product-show .relate-product .item .text a.more
{
    font-size: 16px;
    line-height: 30px;

    display: inline-block;

    margin-top: 60px;

    color: #ad0000;
}
@media (max-width: 991px)
{
    .wrap-product .product .item .text a.more,
    .wrap-product-show .product .item .text a.more,
    .wrap-product .relate-product .item .text a.more,
    .wrap-product-show .relate-product .item .text a.more
    {
        font-size: 14px;

        margin-top: 30px;
    }
}
@media (max-width: 767px)
{
    .wrap-product .product .item .text a.more,
    .wrap-product-show .product .item .text a.more,
    .wrap-product .relate-product .item .text a.more,
    .wrap-product-show .relate-product .item .text a.more
    {
        margin-top: 10px;
    }
}
.wrap-product .product .item .text a.more .icon,
.wrap-product-show .product .item .text a.more .icon,
.wrap-product .relate-product .item .text a.more .icon,
.wrap-product-show .relate-product .item .text a.more .icon
{
    font-size: 24px;

    display: inline-block;

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

    vertical-align: middle;
}
.wrap-product .product .item:hover .pic .img-box img,
.wrap-product-show .product .item:hover .pic .img-box img,
.wrap-product .relate-product .item:hover .pic .img-box img,
.wrap-product-show .relate-product .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-product .product .item:hover .text h3,
.wrap-product-show .product .item:hover .text h3,
.wrap-product .relate-product .item:hover .text h3,
.wrap-product-show .relate-product .item:hover .text h3
{
    color: #ad0000;
}
@media (max-width: 1199px)
{
    .wrap-product-show .carousel-wrap
    {
        margin-top: 30px;
    }
}
.wrap-product-show .carousel-wrap .item-video
{
    position: relative;
    z-index: 3;
}
.wrap-product-show .carousel-wrap .item
{
    overflow: hidden;
}
.wrap-product-show .carousel-wrap .slider-for
{
    font-size: 0;

    overflow: hidden;

    border: 1px solid #d9d9d9;
}
.wrap-product-show .carousel-wrap .slider-for .item
{
    position: relative;
    z-index: 2;
}
.wrap-product-show .carousel-wrap .slider-for .zoom
{
    position: relative;

    cursor: crosshair;
}
.wrap-product-show .carousel-wrap .slider-for iframe
{
    position: absolute;
    top: 0;
    left: 0;

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

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

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

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

    content: '\e63b';
}
.wrap-product-show .carousel-wrap .slider-for .slick-arrow
{
    left: 2%;
}
.wrap-product-show .carousel-wrap .slider-for .slick-arrow.slick-next
{
    right: 2%;
    left: auto;
}
.wrap-product-show .carousel-wrap .slider-for .slick-arrow:hover
{
    border-color: #930000;
    background-color: #930000;
}
.wrap-product-show .carousel-wrap .slider-nav
{
    font-size: 0;

    margin-top: 10px;
}
.wrap-product-show .carousel-wrap .slider-nav .slick-slide
{
    padding: 0 3px;

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

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

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

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

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

    color: rgba(255, 255, 255, .7);
}
.wrap-product-show .carousel-wrap .slider-nav .slick-current .item
{
    border-color: #ad0000;
}
.wrap-product-show .carousel-wrap .slider-nav .slick-arrow
{
    left: 0;
}
.wrap-product-show .carousel-wrap .slider-nav .slick-arrow.slick-next
{
    right: 0;
    left: auto;
}
@media (max-width: 1199px)
{
    .wrap-product-show .carousel-wrap .visible-pc
    {
        display: none;
    }
}
.wrap-product-show .carousel-wrap .visible-phone
{
    display: none;
}
@media (max-width: 1199px)
{
    .wrap-product-show .carousel-wrap .visible-phone
    {
        display: block;
    }
}
@media (max-width: 1199px)
{
    .wrap-product-show .info-box
    {
        padding-top: 30px;
        padding-left: 0;
    }
}
.wrap-product-show .info-box .title
{
    position: relative;

    text-align: left;
}
.wrap-product-show .info-box .title h2
{
    font-size: 24px;
    line-height: 1.4;

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 767px)
{
    .wrap-product-show .info-box .title h2
    {
        font-size: 20px;
    }
}
.wrap-product-show .info-box .text
{
    margin-top: 20px;
}
.wrap-product-show .info-box .text p
{
    font-size: 14px;
    line-height: 2;

    margin: 0;

    color: #666;
}
.wrap-product-show .info-box .mask
{
    margin-top: 20px;
}
.wrap-product-show .info-box .mask p
{
    line-height: 30px;

    display: inline-block;

    margin: 0;
    padding: 0 18px;

    color: #ad0000;
    border: 1px solid #ad0000;
    border-radius: 66px;
}
.wrap-product-show .parameter,
.wrap-product-show .new-product,
.wrap-product-show .relate-product
{
    padding-top: 70px;
}
@media (max-width: 991px)
{
    .wrap-product-show .parameter,
    .wrap-product-show .new-product,
    .wrap-product-show .relate-product
    {
        padding-top: 40px;
    }
}
.wrap-product-show .title-in
{
    text-align: left;
}
.wrap-product-show .title-in h2
{
    font-size: 20px;
}
@media (max-width: 767px)
{
    .wrap-product-show .title-in h2
    {
        font-size: 18px;
    }
}
.wrap-product-show .title-in h2:before
{
    display: inline-block;

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

    content: '';
    vertical-align: middle;

    background-color: #ad0000;
}
.wrap-product-show .parameter .info
{
    margin-top: 20px;
}
.wrap-product-show .parameter .info img
{
    max-width: 100%;
    height: auto !important;
    margin: 10px 0;
}
@media (max-width: 767px)
{
    .wrap-product-show .parameter .info img
    {
        width: 100% !important;
    }
}
.wrap-product-show .parameter .info .pmargin
{
    margin: 0 -10px;
}
.wrap-product-show .parameter .info p
{
    font-size: 14px;
    line-height: 2;

    margin: 0;
}
.wrap-product-show .parameter .table-box
{
    font-size: 14px;
    line-height: 2;

    overflow: auto;

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

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

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

    text-align: center;
}
.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(even)
{
    background-color: #eee;
}
.wrap-product-show .parameter .table-box table td,
.wrap-product-show .parameter .table-box table th
{
    font-weight: normal;

    padding: 10px 20px !important;

    border: 1px solid #d9d9d9;
}
@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 .relate-product .item,
.wrap-product-show .new-product .product .item
{
    border: 1px solid rgba(0, 0, 0, .2);
    background: none;
}
.wrap-product-show .relate-product .slick-dots,
.wrap-product-show .new-product .product .slick-dots
{
    text-align: left;
}
.wrap-product-show .relate-product .slick-dots li,
.wrap-product-show .new-product .product .slick-dots li
{
    width: 30px;
    height: 6px;

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

    border-radius: 10px;
    background-color: #ebebeb;
}
.wrap-product-show .relate-product .slick-dots li.slick-active,
.wrap-product-show .new-product .product .slick-dots li.slick-active
{
    width: 40px;

    background-color: #ad0000;
}
.wrap-contact
{
    padding-top: 120px;
    padding-bottom: 240px;

    background: url(../images/contact_bg.png) no-repeat center;
}
@media (max-width: 1199px)
{
    .wrap-contact
    {
        padding: 80px 0;

        background-size: contain;
    }
}
@media (max-width: 767px)
{
    .wrap-contact
    {
        padding: 40px 0;
    }
}
.wrap-contact .contact .title-in
{
    text-align: left;
}
.wrap-contact .contact .text
{
    margin-top: 30px;

    border-radius: 8px;
    background: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, .2);
}
.wrap-contact .contact .text ul li
{
    border-right: 1px solid #f0f0f0;
}
@media (max-width: 767px)
{
    .wrap-contact .contact .text ul li
    {
        border: none;
        border-bottom: 1px solid #f0f0f0;
    }
}
.wrap-contact .contact .text .item
{
    padding: 30px 15px;
}
.wrap-contact .contact .text .item h4
{
    font-size: 18px;
    line-height: 30px;

    margin-top: 0;
}
.wrap-contact .contact .text .item p
{
    line-height: 24px;

    margin: 0;
}
.wrap-contact .contact .text .item p a:hover
{
    text-decoration: underline;
}
.wrap-message
{
    background: #f9f9f7;
}
.wrap-message .title-in
{
    text-align: left;
}
.wrap-map
{
    overflow: hidden;
}
.wrap-map .map img
{
    max-width: 100%;
}
.wrap-sitemap
{
    background-color: #fcfcfc;
}
.wrap-sitemap .sitemap .title h2
{
    margin: 0;
}
.wrap-sitemap .sitemap > ul > li
{
    position: relative;

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

    display: inline-block;

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

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

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

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

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

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

    display: inline-block;

    list-style: none;

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

    position: relative;

    display: block;

    padding: 5px 20px;

    text-transform: capitalize;

    color: #666;
}
.wrap-sitemap .sitemap > ul > li > ul > li > a img
{
    -webkit-filter: brightness(1) invert(1);
            filter: brightness(1) invert(1);
}
.wrap-sitemap .sitemap > ul > li > ul > li > ul > li
{
    display: inline-block;

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

    display: block;

    padding: 5px 30px;

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

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

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

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

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

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

    display: inline-block;

    padding: 10px 20px;

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

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

    list-style: none;

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

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

    position: relative;

    display: block;

    padding: 5px 20px;

    text-transform: capitalize;

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

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

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

    display: block;

    padding: 5px 30px;

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

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

    color: #ad0000;
}
.wrap-sitemap .sitemap-vertical > ul > li > ul > li:hover > a:before
{
    opacity: 1;
}
.wrap-sitemap .sitemap-vertical > ul > li:hover > a
{
    color: #ad0000;
}
.wrap-news .news .item
{
    margin-top: 30px;
}
.wrap-details
{
    padding-top: 50px;
}
.wrap-details .title-details
{
    text-align: center;
}
.wrap-details .title-details h2
{
    font-size: 36px;
    font-weight: bold;
    line-height: 1.2;
}
@media (max-width: 1560px)
{
    .wrap-details .title-details h2
    {
        font-size: 30px;
    }
}
@media (max-width: 1199px)
{
    .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;

    color: #ad0000;
}
.wrap-details .title-details span
{
    line-height: 30px;

    display: inline-block;

    margin: 10px 0 0 0;
    padding: 0 18px;

    color: #ad0000;
    border: 1px solid #ad0000;
    border-radius: 66px;
}
.wrap-details .details .text
{
    margin-top: 30px;
}
.wrap-details .details .text .pmargin
{
    margin: 0 -10px;
}
.wrap-details .details .table-box
{
    font-size: 16px;
    line-height: 1.875;

    overflow: auto;

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

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

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

    text-align: center;
}
.wrap-details .details .table-box table tr,
.wrap-details .details .table-box table td,
.wrap-details .details .table-box table th
{
    width: auto !important;
    height: auto !important;
}
.wrap-details .details .table-box table tr:nth-child(even)
{
    background-color: #eee;
}
.wrap-details .details .table-box table td,
.wrap-details .details .table-box table th
{
    font-weight: normal;

    padding: 10px 20px !important;

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

    background: none !important;
}
.wrap-details .details .table-box table th
{
    text-align: center;
}
.wrap-details .share
{
    margin-top: 60px;
}
@media (max-width: 991px)
{
    .wrap-details .share
    {
        margin-top: 30px;
    }
}
.wrap-details .share p
{
    font-size: 18px;
    font-weight: bold;

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

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

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

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

    position: relative;

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

    height: 46px;
    padding-left: 40px;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px)
{
    .wrap-details .relate-details a
    {
        font-size: 14px;
    }
}
.wrap-details .relate-details a:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;

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

    display: block;

    width: 46px;
    height: 46px;

    content: '\eb60';
    -webkit-transition: all .2s;
            transition: all .2s;
    text-align: center;

    border-radius: 50%;
}
.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:hover:before
{
    background-color: #ad0000;
}
.wrap-details .relate-details .next
{
    text-align: right;
}
@media (max-width: 767px)
{
    .wrap-details .relate-details .next
    {
        text-align: left;
    }
}
@media (min-width: 768px)
{
    .wrap-details .relate-details .next a
    {
        padding-right: 60px;
        padding-left: 0;
    }
    .wrap-details .relate-details .next a:before
    {
        right: 0;
        left: auto;

        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg);
    }
}
.wrap-review
{
    padding-top: 80px;
}
@media (max-width: 991px)
{
    .wrap-review
    {
        padding-top: 40px;
    }
}
.wrap-review .title-in h2
{
    font-size: 40px;
}
@media (max-width: 1199px)
{
    .wrap-review .title-in h2
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .wrap-review .title-in h2
    {
        font-size: 24px;
    }
}
.wrap-review .title-in h2:before
{
    display: inline-block;

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

    content: '';
    vertical-align: middle;

    background: url(../images/review-icon.png) no-repeat center;
    background-size: cover;
}
.wrap-review .review
{
    margin-top: 50px;
    padding: 0 40px 40px 40px;

    border: 1px solid #e6e6e6;
    border-radius: 3px;
}
@media (max-width: 991px)
{
    .wrap-review .review
    {
        margin-top: 30px;
        padding: 0 20px 40px 20px;
    }
}
.wrap-review .review ul li
{
    padding: 40px 0;

    border-top: 1px solid #e6e6e6;
}
@media (max-width: 767px)
{
    .wrap-review .review ul li
    {
        padding: 20px 0;
    }
}
.wrap-review .review ul li:nth-child(1)
{
    border-top: none;
}
.wrap-review .review .item
{
    position: relative;

    padding-left: 80px;
}
@media (max-width: 767px)
{
    .wrap-review .review .item
    {
        padding-left: 60px;
    }
}
.wrap-review .review .item:before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 62px;
    height: 62px;

    content: '';

    background: url(../images/review-icon1.png) no-repeat center;
    background-size: cover;
}
@media (max-width: 767px)
{
    .wrap-review .review .item:before
    {
        width: 50px;
        height: 50px;
    }
}
.wrap-review .review .item h3
{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.66666667;

    margin: 0;
}
.wrap-review .review .item .star
{
    margin: 10px 0;
}
.wrap-review .review .item .star i
{
    font-size: 20px;
    line-height: 30px;

    display: inline-block;

    vertical-align: middle;

    color: #ad0000;
}
.wrap-review .review .item p
{
    font-size: 16px;
    line-height: 1.75;

    margin: 0;

    color: #666;
}
@media (max-width: 767px)
{
    .wrap-review .review .item p
    {
        font-size: 14px;
    }
}
.wrap-review .review .showMorehandle
{
    margin-top: 10px;
}
@media (max-width: 767px)
{
    .wrap-review .review .showMorehandle
    {
        margin-top: 0;
    }
}
.wrap-review .write-review .title-review
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    padding: 30px;

    background-color: #ad0000;

    -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;
}
@media (max-width: 1199px)
{
    .wrap-review .write-review .title-review
    {
        padding: 20px 14px;
    }
}
.wrap-review .write-review .title-review h2
{
    font-family: 'Anton';
    font-size: 32px;
    line-height: 1.4;
}
@media (max-width: 1199px)
{
    .wrap-review .write-review .title-review h2
    {
        font-size: 26px;
    }
}
@media (max-width: 767px)
{
    .wrap-review .write-review .title-review h2
    {
        font-size: 22px;
    }
}
.wrap-review .write-review .title-review .link
{
    font-weight: bold;
    line-height: 52px;

    padding: 0 40px;

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

    border: 1px solid #222;
    border-radius: 3px;
}
@media (max-width: 767px)
{
    .wrap-review .write-review .title-review .link
    {
        line-height: 42px;

        padding: 0 10px;
    }
}
.wrap-review .write-review .title-review .link:hover
{
    color: #ad0000;
    background-color: #222;
}
.wrap-review .write-review .info
{
    font-size: 0;

    display: none;

    padding: 40px;

    border: 1px solid #e6e6e6;
    border-radius: 3px;
}
@media (max-width: 767px)
{
    .wrap-review .write-review .info
    {
        padding: 20px;
    }
}
.wrap-review .write-review .info .note,
.wrap-review .write-review .info .review-message
{
    font-size: 14px;

    display: inline-block;

    width: 50%;

    vertical-align: top;
}
@media (max-width: 991px)
{
    .wrap-review .write-review .info .note,
    .wrap-review .write-review .info .review-message
    {
        width: 100%;
    }
}
.wrap-review .write-review .info .note
{
    padding-right: 8%;
}
.wrap-review .write-review .info .note p
{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.77777778;

    margin: 0;
}
@media (max-width: 1470px)
{
    .wrap-review .write-review .info .note p
    {
        font-size: 16px;
    }
}
.wrap-review .write-review .info .review-message .group
{
    position: relative;

    margin-top: 20px;

    border: 1px solid #d3d3c5;
    border-radius: 3px;
    background: #fff;
}
.wrap-review .write-review .info .review-message .group label
{
    font-size: 14px;
    line-height: 52px;

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

    -webkit-transition: all .3s ease;
            transition: all .3s ease;

    color: #666;
}
.wrap-review .write-review .info .review-message .group input,
.wrap-review .write-review .info .review-message .group textarea
{
    line-height: 24px;

    position: relative;
    z-index: 2;

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

    border-radius: 0;
    border-radius: 3px;
    outline: 0;
    background: none;
}
.wrap-review .write-review .info .review-message .group input:placeholder-shown + label,
.wrap-review .write-review .info .review-message .group textarea:placeholder-shown + label
{
    top: 0;

    background-color: transparent;
}
.wrap-review .write-review .info .review-message .group input:focus + label,
.wrap-review .write-review .info .review-message .group textarea:focus + label,
.wrap-review .write-review .info .review-message .group input:valid + label,
.wrap-review .write-review .info .review-message .group textarea:valid + label
{
    top: -36px;
    left: 20px;

    -webkit-transform: scale(.9);
        -ms-transform: scale(.9);
            transform: scale(.9);

    opacity: .8;
}
.wrap-review .write-review .info .review-message .group textarea
{
    resize: none;
}
.wrap-review .write-review .info .review-message .submit-group
{
    text-align: right;
}
.wrap-review .write-review .info .review-message .btn-rclose
{
    margin-right: 20px;
}
@media (max-width: 767px)
{
    .wrap-review .write-review .info .review-message .btn-rclose
    {
        margin-right: 10px;
    }
}
.wrap-review .write-review .info .review-message .btn-rclose,
.wrap-review .write-review .info .review-message .btn-submit
{
    font-size: 14px;
    font-weight: bold;
    line-height: 50px;

    display: inline-block;

    width: 200px;
    margin-top: 40px;
    padding: 0 10px;

    vertical-align: middle;

    color: #fff;
    border-radius: 3px;
    background: none;
    background: #111;
}
@media (max-width: 767px)
{
    .wrap-review .write-review .info .review-message .btn-rclose,
    .wrap-review .write-review .info .review-message .btn-submit
    {
        line-height: 40px;

        width: 120px;
        margin-top: 20px;
    }
}
.wrap-review .write-review .info .review-message .btn-rclose:hover,
.wrap-review .write-review .info .review-message .btn-submit:hover
{
    background-color: #930000;
}
.wrap-review .write-review .info .review-message .btn-rclose:hover .icon,
.wrap-review .write-review .info .review-message .btn-submit:hover .icon
{
    -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
            transform: translateX(10px);
}
.wrap-nosearch .nosearch
{
    margin-bottom: 40px;
}
@media (max-width: 991px)
{
    .wrap-nosearch .nosearch
    {
        margin: 20px 0 0 0;
    }
}
.wrap-nosearch .nosearch h3
{
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;

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

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

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

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

    margin: 0;

    vertical-align: top;
}
.pagination li.fprev a:before,
.pagination li.prev a:before,
.pagination li.next a:before,
.pagination li.lnext a:before
{
    font-family: 'iconfont' !important;
    font-weight: normal;

    display: block;

    content: '\e625';
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.pagination li.fprev a:hover,
.pagination li.prev a:hover,
.pagination li.next a:hover,
.pagination li.lnext a:hover
{
    background-color: #ad0000;
}
.pagination li.prev
{
    margin-right: 10px;
}
.pagination li.fprev a:before
{
    content: '\e642';
}
.pagination li.next
{
    margin-left: 10px;
}
.pagination li.next a:before
{
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
}
.pagination li.lnext a:before
{
    content: '\e65d';
}
.pagination li a
{
    font-size: 16px;
    line-height: 40px;

    display: block;

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

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

    border: none;
    background: none;
}
@media (max-width: 1199px)
{
    .pagination li a
    {
        font-size: 18px;
    }
}
@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;
    border-color: #ad0000;
    background-color: #ad0000;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover
{
    color: #fff;
    border-color: #ad0000;
    background-color: #ad0000;
}
@media (max-width: 1199px)
{
    .skiptranslate iframe
    {
        display: none;
    }
    .google-translation .skiptranslate
    {
        display: inline-block;
    }
    body
    {
        top: 0 !important;
    }
}
.fluid_html_on_pause,
.fluid_pseudo_poster,
.fluid_controls_container
{
    display: none;
}
.map-content label
{
    line-height: 30px !important;

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

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

    overflow: hidden;

    width: 0;
    height: 0;
}
.fszero h1
{
    margin: 0;
}
@media (prefers-reduced-motion: no-preference)
{
    :root
    {
        scroll-behavior: none;
    }
}
.addcart
{
    cursor: pointer;
}
