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

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

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

    color: #222;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-arrow
{
    font-size: 30px;
    line-height: 36px;

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

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

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

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

    display: block;

    content: '\eb60';
}
.slick-arrow.slick-next
{
    right: 0;
    left: auto;
}
@media (max-width: 767px)
{
    .slick-arrow.slick-next
    {
        right: -10px;
    }
}
.slick-arrow.slick-next:before
{
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.slick-arrow:hover
{
    color: #ffa400;
}
.slick-dots
{
    text-align: center;
}
.slick-dots li
{
    display: inline-block;

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

    vertical-align: top;

    border-radius: 50%;
    background-color: #999;
}
.slick-dots li button
{
    display: none;
}
.slick-dots li.slick-active
{
    color: #fff;
    background-color: #ffa400;
}
.flexwrap
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

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

    width: 100%;
    height: 120px;
    padding: 0 5%;

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

    color: #fff;
    background-color: #111;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}
@media (max-width: 1660px)
{
    .header
    {
        padding: 0 3%;
    }
}
@media (max-width: 1350px)
{
    .header
    {
        padding: 0 15px;
    }
}
@media (max-width: 1199px)
{
    .header
    {
        height: 60px;
        padding: 0 10px 0 0;
    }
}
.header .logo
{
    height: 120px;
    margin-top: -2px;
padding: 20px 0;
    -webkit-transition: all .4s;
            transition: all .4s;

    /* background-color: #fff; */
}
@media (max-width: 1560px)
{
    .header .logo
    {
        height: 90px;

    }
}
@media (max-width: 1199px)
{
    .header .logo
    {
        height: 60px;
        padding: 10px 0;
    }
}
.header .logo img
{
    display: inline-block;

    height: 100%;

    vertical-align: middle;
}
.header .email
{
    line-height: 40px;

    height: 40px;
    margin: 0;
}
@media (max-width: 1199px)
{
    .header .email
    {
        line-height: 30px;

        height: 30px;
    }
}
.header .email .icon
{
    font-size: 24px;

    display: inline-block;

    vertical-align: middle;
}
.header .email a:hover
{
    text-decoration: underline;
}
.header .header-right
{
    text-align: right;
}
@media (max-width: 1199px)
{
    .header .header-right
    {
        display: none;
    }
}
.header .header-right .tel
{
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;

    margin-top: -20px;
    margin-bottom: 20px;
}
.header .header-right .tel .icon
{
    font-size: 30px;
    font-weight: normal;

    display: inline-block;

    margin-top: -6px;

    vertical-align: middle;
   transition: all .2s;
    color: #ffa400;
}
.header .header-right .tel:hover
{
    text-decoration: underline;

    color: #ffa400;
}
.header .header-right .tel:hover .icon
{
    transform: rotate(-45deg);
}
@media (max-width: 1199px)
{
    .header .pc-nav
    {
        display: none;
    }
}
@media (min-width: 1200px)
{
    .header .pc-nav
    {
        display: inline-block;

        vertical-align: middle;
    }
    .header .pc-nav > ul > li
    {
        display: inline-block;

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

        position: relative;

        display: block;

        height: 60px;
        padding: 0 25px;

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

        width: 0;
        height: 4px;

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

        background-color: #ffa400;
    }
    .header .pc-nav > ul > li > a:before
    {
        position: absolute;
        z-index: 8;
        bottom: -6px;
        left: 50%;

        display: block;

        width: 0;
        height: 0;
        margin-left: -8px;

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

        opacity: 0;
        border-width: 8px 8px 0 8px;
        border-style: solid;
        border-color: #ffa400 transparent transparent transparent;
    }
    .header .pc-nav > ul > li.active > a,
    .header .pc-nav > ul > li:hover > a
    {
        color: #ffa400;
    }
    .header .pc-nav > ul > li.active > a:after,
    .header .pc-nav > ul > li:hover > a:after
    {
        width: 100%;
    }
    .header .pc-nav > ul > li.more:hover > a:before
    {
        opacity: 1;
    }
    .header .pc-nav > ul > li:hover .show
    {
        max-height: 1000px;
    }
    .header .pc-nav .nav-list2
    {
        position: absolute;
        z-index: 7;
        top: 100%;

        display: none;

        padding: 30px 0;

        background-color: rgba(51, 51, 51, .9);
    }
    .header .pc-nav .nav-list2 li > a
    {
        line-height: 30px;

        display: block;
      font-size: 18px;
        padding: 5px 20px;
         opacity: .7;
        text-transform: capitalize;
    }
    .header .pc-nav .nav-list2 li > a:hover
    {
        text-decoration: underline;

        color: #ffa400;
        opacity: 1;
    }
    .header .pc-nav .nav-list2-all
    {
        font-size: 0;

        left: 0;
        height: 70vh;
        width: 100%;
        padding-right: 10%;
        padding-left: 10%;
        text-align: center;
    }
    @media(max-width:1560px){
      .header .pc-nav .nav-list2-all{
        height: 80vh;
      }
    }
    .header .pc-nav .nav-list2-all>li
    {
        font-size: 14px;

        display: inline-block;

        width: 25%;
         text-align: left;
        vertical-align: top;
    }
    .header .pc-nav .nav-list3 li{
      display: block;
    }
    .header .pc-nav .nav-list3 li a{
      display: block;
      line-height: 30px;
      font-size: 16px;
      opacity: 1;
      color: #fff;
    }
    .header .pc-nav .nav-list2 .nav-up
    {
        padding: 50px 0 0;
         position: absolute;
         bottom: 3%;
         width: 100%;
         left: 0;
        text-align: center;
    }
    .header .pc-nav .nav-list2 .nav-up .icon
    {
        font-size: 30px;

        display: inline-block;

        cursor: pointer;
        -webkit-transform: rotate(-180deg);
            -ms-transform: rotate(-180deg);
                transform: rotate(-180deg);
    }
}
@media (min-width: 1200px) and (max-width: 1199px)
{
    .header .pc-nav
    {
        display: none;
    }
}
@media (max-width: 1770px)
{
    .header .pc-nav > ul > li > a
    {
        padding: 0 10px;
    }
}
@media (max-width: 1470px)
{
    .header .pc-nav > ul > li > a
    {
        font-size: 14px;
    }
}
.header .btn-menu
{
    position: relative;

    display: none;

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

        height: 50px;

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

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

    width: 100%;
    height: 100%;

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

    height: 2px;

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

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

    height: 2px;
    margin: 7px 0;

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

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

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

    vertical-align: middle;
}
@media (max-width: 1660px)
{
    .header .translate
    {
        margin-left: 30px;
    }
}
@media (max-width: 1350px)
{
    .header .translate
    {
        margin-left: 10px;
    }
}
@media (max-width: 767px)
{
    .header .translate
    {
        margin: 0;
    }
}
.header .translate .goog-te-gadget-simple
{
    border: none;
}
.header .middle-top
{
    text-align: center;
}
.header .serach-part
{
    line-height: 60px;

    position: relative;

    display: inline-block;

    height: 60px;
    padding-right: 20px;

    vertical-align: middle;
}
@media (max-width: 767px)
{
    .header .serach-part
    {
        padding-right: 10px;
    }
}
.header .serach-part .icon
{
    font-size: 30px;

    cursor: pointer;
}
@media (max-width: 767px)
{
    .header .serach-part .icon
    {
        font-size: 24px;
    }
}
.header .search-wrap
{
    font-size: 14px;
    line-height: 50px;

    position: fixed;
    z-index: 11;
    top: 0;
    left: 0;

    display: none;

    width: 100%;
    height: 100%;

    background-color: rgba(0, 0, 0, .7);
}
.header .search-wrap .search-box
{
    position: absolute;
    top: 45%;
    left: 50%;

    overflow: hidden;

    width: 50%;
    max-width: 1200px;
    margin: 0 auto;

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

    border-radius: 50px;
}
.header .search-wrap input
{
    line-height: 30px;

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

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

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

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

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

    content: '\e62e';
}
.header .middle-top
{
    line-height: 60px;
}
.header .middle-top .top-nav
{
    display: inline-block;

    margin: 0 20px;

    vertical-align: middle;
}
@media (max-width: 1199px)
{
    .header .middle-top .top-nav
    {
        margin: 0 10px;
    }
}
@media (max-width: 767px)
{
    .header .middle-top .top-nav
    {
        margin: 0;
    }
}
.header .middle-top .top-nav .icon
{
    line-height: 60px;

    position: relative;
}
.header .middle-top .top-nav .icon:after
{
    font-family: 'iconfont' !important;
    font-size: 18px;

    display: inline-block;

    content: '\e602';
    vertical-align: middle;
}
.header .middle-top .top-nav .icon .iconfont
{
    font-size: 26px;
    line-height: 34px;

    display: inline-block;

    width: 36px;
    height: 36px;

    vertical-align: middle;

    border: 1px solid #fff;
    border-radius: 50%;
}
@media (max-width: 1199px)
{
    .header .middle-top .top-nav .icon .iconfont
    {
        font-size: 20px;
        line-height: 28px;

        width: 30px;
        height: 30px;
    }
}
.header .middle-top .top-nav .icon:before
{
    position: absolute;
    bottom: 0;
    left: 50%;

    display: block;

    width: 0;
    height: 0;
    margin-left: -18px;

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

    opacity: 0;
    border-width: 0 8px 8px 8px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
}
.header .middle-top .top-nav .down-drop
{
    position: absolute;
    z-index: 9;
    top: 60px;

    display: none;

    margin-left: -2%;
    padding: 30px 40px 60px 40px;

    text-align: left;
    text-transform: capitalize;

    color: #333;
    border-bottom: 5px solid #ffa400;
    background-color: #fff;
}
@media (max-width: 1199px)
{
    .header .middle-top .top-nav .down-drop
    {
        margin-left: -10%;
        padding: 20px;
    }
}
.header .middle-top .top-nav .down-drop ul
{
    display: inline-block;

    vertical-align: top;
}
@media (max-width: 1199px)
{
    .header .middle-top .top-nav .down-drop ul
    {
        display: block;
    }
}
.header .middle-top .top-nav .down-drop ul li a
{
    line-height: 40px;

    display: block;

    padding: 0 10px;

    -webkit-transition: all .2s;
            transition: all .2s;
}
.header .middle-top .top-nav .down-drop ul li:hover a
{
    text-decoration: underline;

    color: #ffa400;
}
.header .middle-top .top-nav:hover .icon:before
{
    opacity: 1;
}
.header .middle-top .language .icon .iconfont
{
    font-size: 34px;

    border-color: rgba(255, 255, 255, 0);
}
@media (max-width: 1199px)
{
    .header .middle-top .language .icon .iconfont
    {
        font-size: 30px;
    }
}
.header .product-nav
{
    display: block;
}
.header .product-nav > ul > li
{
    display: inline-block;

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

    display: block;

    padding: 0 25px;
}
@media (max-width: 1199px)
{
    .nav-up
    {
        display: none;
    }
}
.mm-menu
{
    font-size: 16px;

    text-align: left;
}
.mm-menu.mm-right
{
    width: 60%;
}
html.mm-right.mm-opened.mm-opening .mm-page,
html.mm-right.mm-opened.mm-opening #mm-blocker,
html.mm-right.mm-opened.mm-opening .mm-fixed-top,
html.mm-right.mm-opened.mm-opening .mm-fixed-bottom
{
    right: 60%;
}
@media (max-width: 1199px)
{
    .nav-list2.mm-list
    {
        padding: 0 !important;
    }
}
.nav-list2.mm-list > li > a
{
    white-space: normal;

    border-bottom: 1px solid #ddd;
}
.nav-list2.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-noresults):after
{
    border: none;
    background: none;
}
.mm-opening .header .btn-menu
{
    margin-left: 0;
}
.mm-opening .header .btn-menu a span
{
    opacity: 0;
}
.mm-opening .header .btn-menu a:before
{
    -webkit-transform: rotate(45deg) translateX(43%);
        -ms-transform: rotate(45deg) translateX(43%);
            transform: rotate(45deg) translateX(43%);
}
.mm-opening .header .btn-menu a:after
{
    -webkit-transform: rotate(-45deg) translateX(43%);
        -ms-transform: rotate(-45deg) translateX(43%);
            transform: rotate(-45deg) translateX(43%);
}
@media (max-width: 1199px)
{
    .mm-list > li
    {
        display: block !important;

        text-transform: capitalize;
    }
    .mm-list > li .overview
    {
        display: none;
    }
    .mm-list > li .navright
    {
        display: none;
    }
    .mm-menu .mm-list
    {
        padding: 40px 0 120px 0;
    }
    .mm-menu .mm-list .mm-list
    {
        padding: 0 20px;
    }
}
.online-wrap .btn
{
    line-height: 36px;

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

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

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

    color: #fff;
    border: 1px solid #ffa400;
    border-radius: 0;
    outline: none;
    background-color: #ffa400;
}
@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;
}
@media (max-width: 1199px)
{
    .online-wrap .online
    {
        right: 0;
    }
}
.online-wrap .online.onlineshow
{
    right: 0;
}
@media (max-width: 991px)
{
    .online-wrap .online
    {
        top: auto;
        right: -60px;
        bottom: 100px;

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

    position: relative;

    display: block;

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

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

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

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

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

    padding-right: 5px;

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

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

    display: none;

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

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

    margin: 5px 0 8px 0;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    width: 20px;
    height: 20px;

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

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

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

    display: none;

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

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

    text-align: center;

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

    width: 20%;

    list-style: none;

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

    display: block;

    padding: 8px 0;

    text-transform: uppercase;

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

    display: block;

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

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

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

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

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

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

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

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

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

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

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

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

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

    display: none;

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

    position: relative;
    z-index: 2;

    clear: both;
    overflow: hidden;

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

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

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

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

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

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

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

    vertical-align: middle;

    opacity: .8;
    border-radius: 50%;
    background-color: #fff;
}
.banner .swiper-pagination-bullet-active
{
    opacity: 1;
}
.banner .slick-arrow
{
    font-size: 50px;
    line-height: 60px;

    top: 60%;
    left: 5%;

    width: 60px;
    height: 60px;

    text-align: center;

    border: none;
    border-radius: 0;
    outline: none;
    background: none;
}
@media (max-width: 1470px)
{
    .banner .slick-arrow
    {
        left: 3%;
    }
}
@media (max-width: 991px)
{
    .banner .slick-arrow
    {
        left: 1%;
    }
}
@media (max-width: 767px)
{
    .banner .slick-arrow
    {
        left: -10px;
    }
}
.banner .slick-arrow:hover
{
    opacity: 1;
}
.banner .slick-next
{
    right: 5%;
    left: auto;
}
@media (max-width: 1470px)
{
    .banner .slick-next
    {
        right: 3%;
    }
}
@media (max-width: 991px)
{
    .banner .slick-next
    {
        right: 1%;
    }
}
@media (max-width: 767px)
{
    .banner .slick-next
    {
        right: -10px;
    }
}
.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 .item .banner-text
{
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;

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

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

    color: #fff;
}
@media (max-width: 1470px)
{
    .banner .item .banner-text
    {
        max-width: 1100px;
    }
}
@media (max-width: 1199px)
{
    .banner .item .banner-text
    {
        padding: 0 10%;
    }
}
@media (max-width: 767px)
{
    .banner .item .banner-text
    {
        padding: 0 16%;
    }
}
.banner .item .banner-text h3
{
    font-size: 60px;
    font-weight: bold;
    line-height: 1.2;

    margin: 0;

    text-shadow: 0 0 10px #000;
}
@media (max-width: 1560px)
{
    .banner .item .banner-text h3
    {
        font-size: 50px;
    }
}
@media (max-width: 1199px)
{
    .banner .item .banner-text h3
    {
        font-size: 40px;
    }
}
@media (max-width: 991px)
{
    .banner .item .banner-text h3
    {
        font-size: 30px;
    }
}
.banner .item .banner-text h3:after
{
    display: block;

    width: 50px;
    height: 1px;
    margin: 20px 0;

    content: '';

    background-color: #fff;
}
.banner .item .banner-text p
{
    font-size: 24px;
    line-height: 1.5;

    max-width: 580px;
    margin: 0;

    text-shadow: 0 0 10px #000;
}
@media (max-width: 1560px)
{
    .banner .item .banner-text p
    {
        font-size: 20px;
    }
}
@media (max-width: 1199px)
{
    .banner .item .banner-text p
    {
        font-size: 18px;
    }
}
@media (max-width: 991px)
{
    .banner .item .banner-text p
    {
        font-size: 16px;
    }
}
.banner .item .banner-text-1
{
    top: 0;
    left: 0;

    max-width: 100%;

    -webkit-transform: translate3d(0, 0, 0) !important;
            transform: translate3d(0, 0, 0) !important;
}
@media (max-width: 767px)
{
    .banner .item .banner-text-1 img
    {
        width: 140%;
        margin-left: -20%;
    }
}
.banner .item .banner-text-3 h3
{
    font-size: 56px;
    font-weight: 700;
    line-height: 1.5;

    color: #fff;
    text-shadow: 0 4px 4px rgba(0, 0, 0, .25);
}
@media (max-width: 1560px)
{
    .banner .item .banner-text-3 h3
    {
        font-size: 44px;
    }
}
@media (max-width: 1350px)
{
    .banner .item .banner-text-3 h3
    {
        font-size: 38px;
    }
}
@media (max-width: 1199px)
{
    .banner .item .banner-text-3 h3
    {
        font-size: 34px;
    }
}
@media (max-width: 991px)
{
    .banner .item .banner-text-3 h3
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .banner .item .banner-text-3 h3
    {
        font-size: 20px;
    }
}
.banner .item .banner-text-3 h3:after
{
    display: none;
}
.banner .item .banner-text-3 p
{
    font-size: 36px;
    font-weight: 700;

    max-width: 940px;

    color: #fff;
    text-shadow: 0 4px 4px rgba(0, 0, 0, .25);
}
@media (max-width: 1560px)
{
    .banner .item .banner-text-3 p
    {
        font-size: 30px;
    }
}
@media (max-width: 1350px)
{
    .banner .item .banner-text-3 p
    {
        font-size: 26px;
    }
}
@media (max-width: 1199px)
{
    .banner .item .banner-text-3 p
    {
        font-size: 24px;
    }
}
@media (max-width: 991px)
{
    .banner .item .banner-text-3 p
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .banner .item .banner-text-3 p
    {
        font-size: 16px;
    }
}
.banner .item .banner-text-4
{
    text-align: center;
    top: 45%;
}
.banner .item .banner-text-4 h3
{
    font-size: 42px;
    font-weight: 700;

    text-transform: capitalize;

    color: #fff;
    text-shadow: 0 4px 4px rgba(0, 0, 0, .25);
}
@media (max-width: 1560px)
{
    .banner .item .banner-text-4 h3
    {
        font-size: 36px;
    }
}
@media (max-width: 1350px)
{
    .banner .item .banner-text-4 h3
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .banner .item .banner-text-4 h3
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .banner .item .banner-text-4 h3
    {
        font-size: 16px;
    }
}
.banner .item .banner-text-4 h3:nth-child(2)
{
    text-indent: -1em;
}
.banner .item .banner-text-4 h3:nth-child(3)
{
    text-indent: -2em;
}
.banner .item .banner-text-4 h3:after
{
    display: none;
}
.banner .item .banner-text-5
{
    right: 0;
    left: auto;

    max-width: 700px;

    text-align: center;
}
@media (max-width: 1560px)
{
    .banner .item .banner-text-5
    {
        max-width: 500px;
    }
}
@media (max-width: 991px)
{
    .banner .item .banner-text-5
    {
        max-width: 400px;
    }
}
@media (max-width: 767px)
{
    .banner .item .banner-text-5
    {
        right: -40%;
    }
}
.banner .item .banner-text-5 img
{
    width: auto;
    margin: 0 auto;
}
@media (max-width: 991px)
{
    .banner .item .banner-text-5 img
    {
        width: 100px;
    }
}
@media (max-width: 767px)
{
    .banner .item .banner-text-5 img
    {
        width: 60px;
    }
}
.banner .item .banner-text-5 h3
{
    font-size: 60px;
    font-weight: 700;

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

    color: #fff;
    text-shadow: 0 4px 4px rgba(0, 0, 0, .5);
}
@media (max-width: 1560px)
{
    .banner .item .banner-text-5 h3
    {
        font-size: 50px;
    }
}
@media (max-width: 1350px)
{
    .banner .item .banner-text-5 h3
    {
        font-size: 40px;
    }
}
@media (max-width: 991px)
{
    .banner .item .banner-text-5 h3
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .banner .item .banner-text-5 h3
    {
        font-size: 20px;
    }
}
.banner .item .banner-text-5 h3:after
{
    display: none;
}
.banner .item .banner-text-5 p
{
    font-size: 36px;
    font-weight: 700;

    color: #fff;
    text-shadow: 0 4px 4px rgba(0, 0, 0, .25);
}
@media (max-width: 1560px)
{
    .banner .item .banner-text-5 p
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .banner .item .banner-text-5 p
    {
        font-size: 20px;
        line-height: 1.4;
    }
}
@media (max-width: 767px)
{
    .banner .item .banner-text-5 p
    {
        font-size: 14px;
    }
}
.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: 42.70833333%;

    -webkit-transform: translateZ(10px);
            transform: translateZ(10px);
}
.banner-video-box:before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    background-color: rgba(0, 0, 0, .8);
}
.banner-video-box .fluid_video_wrapper
{
    position: absolute;
    z-index: 10;
}
.banner-video-box .fluid_initial_play
{
    background-color: #ffa400 !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 .swiper-slide-active .banner-text-1 img
{
    -webkit-animation: fadeInLeft 1s 0s ease both;
            animation: fadeInLeft 1s 0s ease both;
}
.banner .swiper-slide-active .banner-text-3 h3
{
    -webkit-animation: fadeInDownBig 1s 0s ease both;
            animation: fadeInDownBig 1s 0s ease both;
}
.banner .swiper-slide-active .banner-text-3 p
{
    -webkit-animation: fadeInUpBig 1s 0s ease both;
            animation: fadeInUpBig 1s 0s ease both;
}
.banner .swiper-slide-active .banner-text-4 h3
{
    -webkit-animation: fadeInDownBig 1s 0s ease both;
            animation: fadeInDownBig 1s 0s ease both;
}
.banner .swiper-slide-active .banner-text-4 p
{
    -webkit-animation: fadeInUpBig 1s 0s ease both;
            animation: fadeInUpBig 1s 0s ease both;
}
.banner .swiper-slide-active .banner-text-5 h3
{
    -webkit-animation: fadeInDownBig 1s 0s ease both;
            animation: fadeInDownBig 1s 0s ease both;
}
.banner .swiper-slide-active .banner-text-5 img{
   -webkit-animation: fadeInDownBig 1s 0s ease both;
            animation: fadeInDownBig 1s 0s ease both;
}
.banner .swiper-slide-active .banner-text-5 h3
{
   -webkit-animation: fadeInDownBig 1s 0s ease both;
            animation: fadeInDownBig 1s 0s ease both;
}
.banner .swiper-slide-active .banner-text-5 p
{
    -webkit-animation: fadeInUp 1s 0s ease both;
            animation: fadeInUp 1s 0s ease both;
}
.banner-in img
{
    width: 100%;
}
.banner-in .text-in
{
    position: absolute;
    z-index: 2;
    top: 55%;

    width: 100%;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: right;
}
@media (max-width: 1470px)
{
    .banner-in .text-in
    {
        top: 60%;
    }
}
@media (max-width: 767px)
{
    .banner-in .text-in
    {
        top: 65%;
    }
}
.banner-in .text-in .note
{
    display: inline-block;

    width: 45%;

    text-align: left;
}
.banner-in .text-in .note h3
{
    font-size: 28px;
    font-weight: bold;
    line-height: 30px;

    padding-bottom: 20px;

    border-bottom: 1px dashed #999;
}
@media (max-width: 1199px)
{
    .banner-in .text-in .note h3
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .banner-in .text-in .note h3
    {
        font-size: 18px;
        line-height: 24px;

        padding-bottom: 10px;
    }
}
.banner-in .text-in .note p
{
    font-size: 16px;
    line-height: 1.625;

    margin: 0;

    color: #666;
}
@media (max-width: 1199px)
{
    .banner-in .text-in .note p
    {
        display: none;
    }
}
.banner-in .text-in .note h4
{
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;

    margin-top: 20px;

    color: #666;
}
@media (max-width: 767px)
{
    .banner-in .text-in .note h4
    {
        font-size: 14px;

        margin-top: 0;
    }
}
.banner-in .text-product
{
    text-align: left;
}
.banner-in .text-product h2
{
    font-size: 60px;
    font-weight: bold;

    max-width: 576px;
    margin: 0;

    color: #fff;
}
@media (max-width: 1470px)
{
    .banner-in .text-product h2
    {
        font-size: 50px;
    }
}
@media (max-width: 1199px)
{
    .banner-in .text-product h2
    {
        font-size: 40px;
    }
}
@media (max-width: 991px)
{
    .banner-in .text-product h2
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .banner-in .text-product h2
    {
        font-size: 24px;
    }
}
.banner-in .text-product h2:after
{
    display: block;

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

    content: '';

    background-color: #fff;
}
@media (max-width: 1199px)
{
    .banner-in .text-product h2:after
    {
        margin-top: 10px;
    }
}
@-webkit-keyframes fadenum
{
    100%
    {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
@keyframes fadenum
{
    100%
    {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
.box
{
    overflow: hidden;

    padding: 80px 50px;
}
@media (max-width: 991px)
{
    .box
    {
        padding: 50px 15px;
    }
}
.title h2
{
    font-size: 34px;
    font-weight: bold;
    line-height: 1.2;

    overflow: hidden;

    text-transform: uppercase;
}
@media (max-width: 991px)
{
    .title h2
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .title h2
    {
        font-size: 24px;
    }
}
.title p
{
    font-size: 16px;
    line-height: 1.5;

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

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

        margin-top: 10px;
    }
}
.title.center
{
    text-align: center;
}
.indexcontent
{
    position: relative;
    z-index: 2;
}
.box-supconn .supconn .supconn-left
{
    width: 50%;
    padding: 0 3%;
}
@media (max-width: 1199px)
{
    .box-supconn .supconn .supconn-left
    {
        width: 100%;
        padding: 0;
    }
}
.box-supconn .supconn .supconn-left .text {
   height: 286px;
   overflow: hidden;
}
.box-supconn .supconn .supconn-left .text p
{
    font-size: 16px;
    line-height: 1.625;

    margin: 0;

    color: #666;
}
@media (max-width: 1470px)
{
    .box-supconn .supconn .supconn-left .text p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.box-supconn .supconn .supconn-left .supconn-what
{
    margin-top: 40px;

    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
            align-items: flex-end;
}
@media (max-width: 1400px)
{
    .box-supconn .supconn .supconn-left .supconn-what
    {
        margin-top: 20px;
    }
}
.box-supconn .supconn .supconn-left .supconn-what .what-text
{
    width: 48%;
    position: relative;
    z-index: 2;
}
.box-supconn .supconn .supconn-left .supconn-what .what-text .title-what h3
{
    font-size: 32px;
    font-weight: bold;

    text-transform: uppercase;

    color: #ffa400;
}
@media (max-width: 1560px)
{
    .box-supconn .supconn .supconn-left .supconn-what .what-text .title-what h3
    {
        font-size: 28px;
    }
}
@media (max-width: 1470px)
{
    .box-supconn .supconn .supconn-left .supconn-what .what-text .title-what h3
    {
        font-size: 24px;
    }
}
.box-supconn .supconn .supconn-left .supconn-what .what-text .more
{
    margin-top: 20px;
   margin-left: 160px;
    /* text-align: right; */
}
@media (max-width: 1470px)
{
    .box-supconn .supconn .supconn-left .supconn-what .what-text .more
    {
        margin-top: 10px;
        margin-left: 120px;
    }
}
.box-supconn .supconn .supconn-left .supconn-what .what-text .more a
{
    font-size: 22px;
    line-height: 30px;

    display: inline-block;

    -webkit-transition: all .2s;
            transition: all .2s;
}
@media (max-width: 1470px)
{
    .box-supconn .supconn .supconn-left .supconn-what .what-text .more a
    {
        font-size: 18px;
    }
}
.box-supconn .supconn .supconn-left .supconn-what .what-text .more a:hover
{
    text-decoration: underline;

    color: #ffa400;
}
.box-supconn .supconn .supconn-left .supconn-what .what-pic
{
    width: 50%;
    transition: all .5s;
}
.box-supconn .supconn .supconn-left .supconn-what .what-pic:hover{
   transform: translateX(-20px);
}
.box-supconn .supconn .supconn-left .supconn-what .what-pic img
{
    width: 100%;
}
.box-supconn .supconn .supconn-right
{
    width: 50%;
    padding-left: 3%;
}
@media (max-width: 1350px)
{
    .box-supconn .supconn .supconn-right
    {
       padding-left: 0;
    }
}
@media (max-width: 1199px)
{
    .box-supconn .supconn .supconn-right
    {
        width: 100%;
    }
}
.box-supconn .supconn .supconn-right .supconn-item
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-top: 60px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 991px)
{
    .box-supconn .supconn .supconn-right .supconn-item
    {
        margin-top: 30px;
    }
}
.box-supconn .supconn .supconn-right .supconn-item .video
{
    position: relative;

    width: 49%;
}
@media (max-width: 1560px)
{
    .box-supconn .supconn .supconn-right .supconn-item .video
    {
        width: 58%;
    }
}
.box-supconn .supconn .supconn-right .supconn-item .video .img-box
{
    padding-bottom: 63.63636364%;
}
.box-supconn .supconn .supconn-right .supconn-item .video .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.box-supconn .supconn .supconn-right .supconn-item .video .play
{
    line-height: 55px;

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

    width: 55px;
    height: 55px;

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

    color: #fff;
    border-radius: 50%;
    background-color: #ffa400;
}
.box-supconn .supconn .supconn-right .supconn-item .video .play .icon
{
    font-size: 20px;
}
.box-supconn .supconn .supconn-right .supconn-item .video .play:hover
{
    background-color: #e0950d;
}
.box-supconn .supconn .supconn-right .supconn-item .text
{
    width: 51%;
    padding-left: 5%;
}
@media (max-width: 1470px)
{
    .box-supconn .supconn .supconn-right .supconn-item .text
    {
        width: 46%;
        padding-left: 3%;
    }
}
.box-supconn .supconn .supconn-right .supconn-item .text h3
{
    font-size: 34px;
    font-weight: bold;
    line-height: 1.2;

    margin-bottom: 20px;

    -webkit-transition: all .2s;
            transition: all .2s;
    text-transform: uppercase;
}
@media (max-width: 1560px)
{
    .box-supconn .supconn .supconn-right .supconn-item .text h3
    {
        font-size: 28px;
    }
}
@media (max-width: 1199px)
{
    .box-supconn .supconn .supconn-right .supconn-item .text h3
    {
        font-size: 24px;
    }
}
@media (max-width: 991px)
{
    .box-supconn .supconn .supconn-right .supconn-item .text h3
    {
        font-size: 20px;

        margin-bottom: 0;
    }
}
.box-supconn .supconn .supconn-right .supconn-item .text h3:hover
{
    color: #ffa400;
}
.box-supconn .supconn .supconn-right .supconn-item .text p
{
    font-size: 16px;
    line-height: 1.5;

    margin: 0;

    color: #666;
}
@media (max-width: 1470px)
{
    .box-supconn .supconn .supconn-right .supconn-item .text p
    {
        font-size: 14px;
    }
}
.box-category
{
    overflow: hidden;

    width: 100%;
    height: 600px;
    padding: 0 3%;
}
@media (max-width: 1560px)
{
    .box-category
    {
        height: 450px;
    }
}
@media (max-width: 1199px)
{
    .box-category
    {
        height: auto;
        padding: 0 5px;
    }
}
.box-category ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}
@media (max-width: 1199px)
{
    .box-category ul
    {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
}
.box-category ul li
{
    width: 22%;
    height: 600px;
    padding: 0 10px;
    transition: all .5s;
}
@media (max-width: 1560px)
{
    .box-category ul li
    {
        height: 450px;
    }
}
/* .box-category ul li:nth-child(1)
{
    width: 36%;
} */
.box-category ul li.active
{
    width: 36%;
}
@media (max-width: 1199px)
{
    .box-category ul li
    {
        width: 50% !important;
        margin: 10px 0;
    }
}
@media (max-width: 767px)
{
    .box-category ul li
    {
        height: 250px;
    }
}
.box-category ul li .item{
   transition: all 1s;
}

.box-category .item
{
    position: relative;

    display: block;

    width: 100%;
    height: 100%;

    text-decoration: none;

    color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.box-category .item .text
{
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;

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

    background-color: rgba(0, 0, 0, .7);
}
@media (max-width: 1560px)
{
    .box-category .item .text
    {
        padding: 20px;
    }
}
@media (max-width: 767px)
{
    .box-category .item .text
    {
        padding: 10px;
    }
}
.box-category .item .text .title-category:after
{
    display: block;

    width: 0;
    height: 2px;

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

    background-color: #ffa400;
}
.box-category .item .text .title-category h3
{
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;

    margin: 0;
}
@media (max-width: 1560px)
{
    .box-category .item .text .title-category h3
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .box-category .item .text .title-category h3
    {
        font-size: 18px;
    }
}
.box-category .item .text .note
{
    display: -webkit-box;
    overflow: hidden;

    max-height: 0;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.box-category .item .text .note p
{
    line-height: 22px;

    margin: 0;
}
.box-category .active .item .text .title-category:after
{
    width: 180px;
    margin-top: 10px;
}
.box-category .active .item .text .note
{
    max-height: 88px;
    margin-top: 20px;
}
.box-inspired .inspired
{
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 60px;
}
@media (max-width: 991px)
{
    .box-inspired .inspired
    {
        margin-top: 30px;
        padding: 0 30px;
    }
}
@media (max-width: 767px)
{
    .box-inspired .inspired
    {
        padding: 0 15px;
    }
}
.box-inspired .inspired .item .pic
{
    width: 180px;
}
@media (max-width: 767px)
{
    .box-inspired .inspired .item .pic
    {
        width: 120px;
    }
}
.box-inspired .inspired .item .text
{
    width: -webkit-calc(100% - 180px);
    width:         calc(100% - 180px);
    padding-left: 8%;
}
@media (max-width: 991px)
{
    .box-inspired .inspired .item .text
    {
        padding-left: 3%;
    }
}
@media (max-width: 767px)
{
    .box-inspired .inspired .item .text
    {
        width: -webkit-calc(100% - 120px);
        width:         calc(100% - 120px);
    }
}
.box-inspired .inspired .item .text .star .icon
{
    font-size: 20px;

    display: inline-block;

    margin-right: 8px;

    vertical-align: middle;

    color: #ffa400;
}
.box-inspired .inspired .item .text .note
{
    display: -webkit-box;
    overflow: hidden;

    height: 78px;
    margin-top: 20px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media (max-width: 767px)
{
    .box-inspired .inspired .item .text .note
    {
        display: -webkit-box;
        overflow: hidden;

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

        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
}
.box-inspired .inspired .item .text .note p
{
    font-size: 18px;
    line-height: 26px;

    margin: 0;

    color: #666;
}
@media (max-width: 991px)
{
    .box-inspired .inspired .item .text .note p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .box-inspired .inspired .item .text .note p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.box-inspired .inspired .item .text .more
{
    margin-top: 30px;
}
@media (max-width: 991px)
{
    .box-inspired .inspired .item .text .more
    {
        margin-top: 20px;
    }
}
@media (max-width: 767px)
{
    .box-inspired .inspired .item .text .more
    {
        margin-top: 10px;
    }
}
.box-inspired .inspired .item .text .more a
{
    font-size: 15px;
    font-weight: bold;
    line-height: 2;

    display: inline-block;
}
.box-inspired .inspired .item:hover .text .more a
{
    text-decoration: underline;

    color: #ffa400;
}
.box-inspired .inspired .slick-arrow
{
    top: 30%;
    left: -10%;
}
@media (max-width: 1560px)
{
    .box-inspired .inspired .slick-arrow
    {
        left: -5%;
    }
}
@media (max-width: 767px)
{
    .box-inspired .inspired .slick-arrow
    {
        left: -40px;
    }
}
.box-inspired .inspired .slick-arrow.slick-next
{
    right: -10%;
    left: auto;
}
@media (max-width: 1560px)
{
    .box-inspired .inspired .slick-arrow.slick-next
    {
        right: -5%;
    }
}
@media (max-width: 767px)
{
    .box-inspired .inspired .slick-arrow.slick-next
    {
        right: -40px;
    }
}
.box-inspired .inspired .slick-dots
{
    margin-top: 80px;
}
@media (max-width: 1199px)
{
    .box-inspired .inspired .slick-dots
    {
        margin-top: 40px;
    }
}
@media (max-width: 767px)
{
    .box-inspired .inspired .slick-dots
    {
        margin-top: 20px;
    }
}
.box-photo-inspiration
{
    background-color: #f2f2f2;
}
.box-photo-inspiration .photo ul,
.box-photo-inspiration .inspiration ul
{
    margin: 0 -20px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 1199px)
{
    .box-photo-inspiration .photo ul,
    .box-photo-inspiration .inspiration ul
    {
        margin: 0 -10px;
    }
}
@media (max-width: 767px)
{
    .box-photo-inspiration .photo ul,
    .box-photo-inspiration .inspiration ul
    {
        margin: 0 -5px;
    }
}
.box-photo-inspiration .photo ul li,
.box-photo-inspiration .inspiration ul li
{
    padding: 0 20px;
}
@media (max-width: 1199px)
{
    .box-photo-inspiration .photo ul li,
    .box-photo-inspiration .inspiration ul li
    {
        padding: 0 10px;
    }
}
@media (max-width: 767px)
{
    .box-photo-inspiration .photo ul li,
    .box-photo-inspiration .inspiration ul li
    {
        padding: 5px;
    }
}
.box-photo-inspiration .photo .pic,
.box-photo-inspiration .inspiration .pic
{
    position: relative;

    overflow: hidden;
}
.box-photo-inspiration .photo .pic:before,
.box-photo-inspiration .inspiration .pic:before
{
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    height: 30%;

    content: '';
    -webkit-transition:         transform .9s;
    -webkit-transition: -webkit-transform .9s;
            transition: -webkit-transform .9s;
            transition:         transform .9s;
            transition:         transform .9s, -webkit-transform .9s;
    -webkit-transform: scale3d(2.4, 2.4, 1) rotate(-45deg) translate3d(0, -180%, 0);
        -ms-transform: scale3d(2.4, 2.4, 1) rotate(-45deg) translate3d(0, -180%, 0);
            transform: scale3d(2.4, 2.4, 1) rotate(-45deg) translate3d(0, -180%, 0);

    background: hsla(0, 0%, 100%, .35);
}
.box-photo-inspiration .photo .pic .img-box,
.box-photo-inspiration .inspiration .pic .img-box
{
    padding-bottom: 130.95238095%;
}
.box-photo-inspiration .photo .pic .img-box img,
.box-photo-inspiration .inspiration .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.box-photo-inspiration .photo .pic .play,
.box-photo-inspiration .inspiration .pic .play
{
    line-height: 55px;

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

    width: 55px;
    height: 55px;

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

    color: #fff;
    border-radius: 50%;
    background-color: #000;
}
.box-photo-inspiration .photo .pic .play .icon,
.box-photo-inspiration .inspiration .pic .play .icon
{
    font-size: 20px;
}
.box-photo-inspiration .photo .pic .play:hover,
.box-photo-inspiration .inspiration .pic .play:hover
{
    background-color: #ffa400;
}
.box-photo-inspiration .photo .pic:hover:before,
.box-photo-inspiration .inspiration .pic:hover:before
{
    -webkit-transform: scale3d(2.4, 2.4, 1) rotate(-45deg) translate3d(0, 180%, 0);
        -ms-transform: scale3d(2.4, 2.4, 1) rotate(-45deg) translate3d(0, 180%, 0);
            transform: scale3d(2.4, 2.4, 1) rotate(-45deg) translate3d(0, 180%, 0);
}
.box-photo-inspiration .photo .pic:hover .img-box img,
.box-photo-inspiration .inspiration .pic:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.box-photo-inspiration .photo .pic:hover .play,
.box-photo-inspiration .inspiration .pic:hover .play
{
    line-height: 65px;

    width: 65px;
    height: 65px;
}
.box-photo-inspiration .photo .text .title h2,
.box-photo-inspiration .inspiration .text .title h2
{
    -webkit-transition: all .2s;
            transition: all .2s;
}
@media (max-width: 991px)
{
    .box-photo-inspiration .photo .text .title h2,
    .box-photo-inspiration .inspiration .text .title h2
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .box-photo-inspiration .photo .text .title h2,
    .box-photo-inspiration .inspiration .text .title h2
    {
        font-size: 20px;
    }
}
.box-photo-inspiration .photo .text .note,
.box-photo-inspiration .inspiration .text .note
{
    display: -webkit-box;
    overflow: hidden;

    max-width: 360px;
    margin-top: 10px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.box-photo-inspiration .photo .text .note p,
.box-photo-inspiration .inspiration .text .note p
{
    font-size: 16px;
    line-height: 24px;

    margin: 0;

    color: #666;
}
.box-photo-inspiration .photo .text .more,
.box-photo-inspiration .inspiration .text .more
{
    margin-top: 30px;
}
@media (max-width: 991px)
{
    .box-photo-inspiration .photo .text .more,
    .box-photo-inspiration .inspiration .text .more
    {
        margin-top: 20px;
    }
}
.box-photo-inspiration .photo .text .more a,
.box-photo-inspiration .inspiration .text .more a
{
    font-size: 16px;
    line-height: 30px;
}
.box-photo-inspiration .photo .text:hover .title h2,
.box-photo-inspiration .inspiration .text:hover .title h2
{
    color: #ffa400;
}
.box-photo-inspiration .photo .text:hover .more a,
.box-photo-inspiration .inspiration .text:hover .more a
{
    text-decoration: underline;

    color: #ffa400;
}
.box-photo-inspiration .inspiration
{
    margin-top: 80px;
}
@media (max-width: 1199px)
{
    .box-photo-inspiration .inspiration
    {
        margin-top: 40px;
    }
}
@media (max-width: 767px)
{
    .box-photo-inspiration .inspiration
    {
        margin-top: 30px;
    }
}
.box-news .news ul li:nth-child(2n+1) .item .pic
{
    left: 50%;
}
.box-news .news ul li:nth-child(2n+1) .item .text
{
    right: 50%;
}
.box-news .news .item
{
    font-size: 0;

    margin: 0 -20px;
    margin-top: 40px;
}
@media (max-width: 1199px)
{
    .box-news .news .item
    {
        margin: 0 -10px;
        margin-top: 20px;
    }
}
.box-news .news .item .pic,
.box-news .news .item .text
{
    font-size: 14px;

    position: relative;

    display: inline-block;

    width: 50%;
    padding: 0 20px;

    vertical-align: middle;
}
@media (max-width: 1199px)
{
    .box-news .news .item .pic,
    .box-news .news .item .text
    {
        padding: 0 10px;
    }
}
.box-news .news .item .pic .img-box
{
    padding-bottom: 75%;
}
.box-news .news .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.box-news .news .item .text .title-news:after
{
    display: block;

    width: 40%;
    height: 1px;
    margin-top: 10px;

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

    background-color: #ffa400;
}
.box-news .news .item .text .title-news h3
{
    font-size: 22px;
    font-weight: bold;
    line-height: 26px;

    display: -webkit-box;
    overflow: hidden;

    height: 78px;
    margin: 0;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media (max-width: 1560px)
{
    .box-news .news .item .text .title-news h3
    {
        font-size: 20px;
    }
}
@media (max-width: 1199px)
{
    .box-news .news .item .text .title-news h3
    {
        font-size: 18px;
        line-height: 24px;

        display: -webkit-box;
        overflow: hidden;

        height: 48px;

        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
}
.box-news .news .item .text .note
{
    display: -webkit-box;
    overflow: hidden;

    height: 60px;
    margin-top: 20px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media (max-width: 1199px)
{
    .box-news .news .item .text .note
    {
        margin-top: 10px;
    }
}
@media (max-width: 991px)
{
    .box-news .news .item .text .note
    {
        display: -webkit-box;
        overflow: hidden;

        height: 40px;

        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
}
.box-news .news .item .text .note p
{
    font-size: 16px;
    line-height: 20px;

    margin: 0;

    color: #666;
}
@media (max-width: 991px)
{
    .box-news .news .item .text .note p
    {
        font-size: 14px;
    }
}
.box-news .news .item .text .more
{
    margin-top: 30px;

    -webkit-transition: all .2s;
            transition: all .2s;
}
@media (max-width: 1470px)
{
    .box-news .news .item .text .more
    {
        margin-top: 14px;
    }
}
@media (max-width: 991px)
{
    .box-news .news .item .text .more
    {
        margin-top: 10px;
    }
}
.box-news .news .item .text .more a
{
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
}
.box-news .news .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.box-news .news .item:hover .text .title-news:after
{
    width: 100%;
}
.box-news .news .item:hover .text .title-news h3
{
    color: #ffa400;
}
.box-news .news .item:hover .text .more
{
    color: #ffa400;
}
.box-solutions
{
    color: #fff;
    background: url(../images/solutions_bg.jpg) no-repeat center;
    background-size: cover;
}
.box-solutions .solutions
{
    margin-top: 60px;
}
@media (max-width: 991px)
{
    .box-solutions .solutions
    {
        margin-top: 20px;
    }
}
.box-solutions .solutions ul li
{
    position: relative;

    margin-top: 20px;
}
.box-solutions .solutions ul li:after
{
    position: absolute;
    top: 40%;
    right: 0;

    display: block;

    width: 1px;
    height: 100px;

    content: '';

    border-right: 1px dashed #999;
}
.box-solutions .solutions ul li:last-child:after
{
    display: none;
}
.box-solutions .solutions .item
{
    max-width: 260px;
    margin: 0 auto;

    -webkit-transition: all .6s;
            transition: all .6s;
    text-align: center;
}
@media (max-width: 991px)
{
    .box-solutions .solutions .item
    {
        max-width: 100%;
    }
}
.box-solutions .solutions .item .icon
{
    font-size: 40px;

    color: #ffa400;
}
.box-solutions .solutions .item .note h3
{
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;

    margin: 20px 0;

    text-transform: uppercase;
}
@media (max-width: 767px)
{
    .box-solutions .solutions .item .note h3
    {
        font-size: 20px;

        margin: 10px 0;
    }
}
.box-solutions .solutions .item .note p
{
    font-size: 15px;
    line-height: 1.6;

    margin: 0;
}
@media (max-width: 767px)
{
    .box-solutions .solutions .item .note p
    {
        font-size: 14px;
    }
}
.box-solutions .solutions .item:hover
{
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
}
.box-need
{
    background-color: #f6f6f6;
}
.box-need .need
{
    max-width: 1200px;
    margin: 0 auto;

    text-align: center;
}
.box-need .need .title-need h2
{
    font-size: 38px;
    font-weight: bold;
    line-height: 1.2;

    margin-bottom: 30px;
}
@media (max-width: 1560px)
{
    .box-need .need .title-need h2
    {
        font-size: 34px;
    }
}
@media (max-width: 1199px)
{
    .box-need .need .title-need h2
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .box-need .need .title-need h2
    {
        font-size: 24px;

        margin-bottom: 20px;
    }
}
.box-need .need .title-need p
{
    font-size: 18px;
    line-height: 1.4;

    color: #666;
}
@media (max-width: 1199px)
{
    .box-need .need .title-need p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .box-need .need .title-need p
    {
        font-size: 14px;
    }
}
.box-need .need .link
{
    margin-top: 30px;
}
.box-need .need .link a
{
    font-size: 16px;
    line-height: 55px;

    display: inline-block;

    padding: 0 40px;

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

    color: #fff;
    border-radius: 30px;
    background-color: #000;
}
@media (max-width: 767px)
{
    .box-need .need .link a
    {
        font-size: 14px;
        line-height: 50px;

        padding: 0 30px;
    }
}
.box-need .need .link a:hover
{
    background-color: #ffa400;
}
.box-need-index
{
    padding-top: 200px;
    padding-bottom: 300px;

    background-color: #fff;
}
@media (max-width: 1560px)
{
    .box-need-index
    {
        padding-top: 140px;
        padding-bottom: 200px;
    }
}
@media (max-width: 1199px)
{
    .box-need-index
    {
        padding-top: 100px;
        padding-bottom: 140px;
    }
}
@media (max-width: 991px)
{
    .box-need-index
    {
        padding-top: 70px;
        padding-bottom: 100px;
    }
}
@media (max-width: 767px)
{
    .box-need-index
    {
        padding-top: 50px;
        padding-bottom: 80px;
    }
}
.box-need-index .need .title-need h2
{
    font-size: 50px;
}
@media (max-width: 1560px)
{
    .box-need-index .need .title-need h2
    {
        font-size: 44px;
    }
}
@media (max-width: 1199px)
{
    .box-need-index .need .title-need h2
    {
        font-size: 40px;
    }
}
@media (max-width: 991px)
{
    .box-need-index .need .title-need h2
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .box-need-index .need .title-need h2
    {
        font-size: 24px;
    }
}
.box-need-index .need .title-need p
{
    font-size: 24px;
    line-height: 1.4;

    color: #666;
}
@media (max-width: 1560px)
{
    .box-need-index .need .title-need p
    {
        font-size: 20px;
    }
}
@media (max-width: 1199px)
{
    .box-need-index .need .title-need p
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .box-need-index .need .title-need p
    {
        font-size: 16px;
    }
}
.box-need-index .need .link
{
    margin-top: 100px;
}
@media (max-width: 1560px)
{
    .box-need-index .need .link
    {
        margin-top: 80px;
    }
}
@media (max-width: 1199px)
{
    .box-need-index .need .link
    {
        margin-top: 60px;
    }
}
@media (max-width: 991px)
{
    .box-need-index .need .link
    {
        margin-top: 40px;
    }
}
@-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;
    }
}
.foot-follow
{
    padding: 30px 5%;

    text-align: right;

    color: #fff;
    background-color: #ffa400;
}
@media (max-width: 991px)
{
    .foot-follow
    {
        padding: 15px;
    }
}
.foot-follow h3,
.foot-follow .share
{
    display: inline-block;

    vertical-align: middle;
}
.foot-follow h3
{
    font-size: 34px;
    font-weight: bold;
    line-height: 40px;

    margin: 0 20px 0 0;
}
@media (max-width: 1560px)
{
    .foot-follow h3
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .foot-follow h3
    {
        font-size: 24px;

        margin: 0 10px 0 0;
    }
}
@media (max-width: 767px)
{
    .foot-follow h3
    {
        font-size: 20px;
    }
}
.foot-follow .share > ul > li
{
    font-size: 14px;
    line-height: 40px;

    display: inline-block;

    vertical-align: top;
}
.foot-follow .share > ul > li a
{
    display: block;

    padding: 0 14px;

    -webkit-transition: all .6s;
            transition: all .6s;
}
@media (max-width: 767px)
{
    .foot-follow .share > ul > li a
    {
        padding: 0 6px;
    }
}
.foot-follow .share > ul > li a:hover
{
    -webkit-transform: translateY(-8px);
        -ms-transform: translateY(-8px);
            transform: translateY(-8px);
}
.foot-follow .share > ul > li .icon
{
    font-size: 30px;

    display: block;
}
@media (max-width: 767px)
{
    .foot-follow .share > ul > li .icon
    {
        font-size: 24px;
    }
}
.footer
{
    position: relative;

    padding: 30px 5%;

    color: #fff;
    background: url(../images/footer_bg.jpg) no-repeat center;
    background-size: cover;
}
@media (max-width: 991px)
{
    .footer
    {
        padding-right: 15px;
        padding-bottom: 120px;
        padding-left: 15px;
    }
}
.footer .foot-logo img
{
    height: 100px;
}
@media (max-width: 1560px)
{
    .footer .foot-logo img
    {
        height: 80px;
    }
}
@media (max-width: 1199px)
{
    .footer .foot-logo img
    {
        height: 60px;
    }
}
@media (max-width: 767px)
{
    .footer .foot-logo img
    {
        height: 40px;
    }
}
.footer .foot > ul
{
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
@media (max-width: 991px)
{
    .footer .foot > ul
    {
        margin: 0 -15px;
    }
}
@media (max-width: 1199px)
{
    .footer .foot > ul > li
    {
        width: 33.33333333%;
        margin: 10px 0;
        padding: 0 15px;
    }
    .footer .foot > ul > li:nth-child(1)
    {
        width: 100%;
    }
}
@media (max-width: 767px)
{
    .footer .foot > ul > li
    {
        width: 100%;
    }
}
.footer .foot .title-foot:after
{
    display: block;

    width: 250px;
    height: 1px;
    margin-top: 20px;

    content: '';

    background-color: #555;
}
@media (max-width: 991px)
{
    .footer .foot .title-foot:after
    {
        width: 200px;
        margin-top: 10px;
    }
}
.footer .foot .title-foot h3
{
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;

    margin: 0;

    text-transform: uppercase;

    color: #949494;
}
@media (max-width: 1560px)
{
    .footer .foot .title-foot h3
    {
        font-size: 26px;
    }
}
@media (max-width: 767px)
{
    .footer .foot .title-foot h3
    {
        font-size: 22px;
    }
}
.footer .foot .item
{
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .footer .foot .item
    {
        margin-top: 20px;
    }
}
.footer .foot .item-1
{
    max-width: 610px;
}
@media (max-width: 1560px)
{
    .footer .foot .item-1
    {
        max-width: 500px;
    }
}
@media (max-width: 1470px)
{
    .footer .foot .item-1
    {
        max-width: 380px;
    }
}
@media (max-width: 1199px)
{
    .footer .foot .item-1
    {
        max-width: 100%;
    }
}
.footer .foot .item-1 .text
{
    margin-top: 20px;
}
@media (max-width: 767px)
{
    .footer .foot .item-1 .text
    {
        margin-top: 10px;
    }
}
.footer .foot .item-1 .text p
{
    font-size: 20px;
    line-height: 1.6;

    margin: 0;
}
@media (max-width: 1560px)
{
    .footer .foot .item-1 .text p
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .footer .foot .item-1 .text p
    {
        font-size: 16px;
    }
}
.footer .foot .item-2 .text
{
    margin-top: 20px;
}
@media (max-width: 767px)
{
    .footer .foot .item-2 .text
    {
        margin-top: 10px;
    }
}
.footer .foot .item-2 .text a
{
    font-size: 20px;
    line-height: 1.6;

    display: block;

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

        display: inline-block;

        margin-right: 14px;

        vertical-align: top;
    }
}
.footer .foot .item-2 .text a:hover
{
    text-decoration: underline;
}
.footer .foot .item-3 .share
{
    margin-top: 20px;
}
.footer .foot .item-3 .share ul
{
    display: inline-block;

    margin-right: 30px;

    vertical-align: middle;
}
.footer .foot .item-3 .share ul li
{
    display: inline-block;

    margin-right: 10px;

    vertical-align: middle;
}
.footer .foot .item-3 .share ul li a
{
    line-height: 40px;

    position: relative;

    display: block;
    overflow: hidden;

    width: 40px;
    height: 40px;

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

    border-radius: 50%;
}
@media (max-width: 1199px)
{
    .footer .foot .item-3 .share ul li a
    {
        line-height: 30px;

        width: 30px;
        height: 30px;
    }
}
.footer .foot .item-3 .share ul li a .icon
{
    font-size: 24px;
    display: block;
    background-color: #1877F2;
}
.footer .foot .item-3 .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, .55)), to(rgba(204, 204, 204, .05)));
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, .55), rgba(204, 204, 204, .05));
    background-image:         linear-gradient(to right, rgba(255, 255, 255, .55), rgba(204, 204, 204, .05));

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
.footer .foot .item-3 .share ul li a:hover
{
    color: #fff;
    background-color: #054064;
}
.footer .foot .item-3 .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);
}
.footer .foot .item-3 .share ul li a .icon-youtube1{
   background-color: #FF0000;
}
.footer .foot .item-3 .share ul li a .icon-tuite{
   background-color: #1DA1F2;
}
.footer .foot .item-3 .share ul li a .icon-instagram1{
   background-color: #E1306C;
}
.footer .foot .item-3 .share ul li.share-twitter a:before
{
    content: '\e60b';
}
.footer .foot .item-3 .share ul li.share-linkedin a:before
{
    content: '\e7ea';
}
.footer .foot .item-3 .share ul li.share-instagram a:before
{
    content: '\e88f';
}
.footer .foot .item-3 .share ul li.share-youtube a:before
{
    content: '\e7b2';
}
.footer .foot .item-3 .share ul li.share-google a:before
{
    content: '\e645';
}
.footer .foot .item-3 .share ul li.share-amazon a:before
{
    content: '\e6c1';
}
.footer .foot .item-3 .share ul li:hover a
{
    -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
            transform: translateY(-5px);

    background: none;
}
.footer .foot .item-3 .text
{
    margin-top: 20px;
}
@media (max-width: 767px)
{
    .footer .foot .item-3 .text
    {
        margin-top: 10px;
    }
}
.footer .foot .item-3 .text p
{
    font-size: 16px;
    line-height: 30px;

    position: relative;

    padding-left: 30px;
}
@media (max-width: 767px)
{
    .footer .foot .item-3 .text p
    {
        font-size: 14px;

        margin: 0;
    }
}
.footer .foot .item-3 .text p .icon
{
    font-size: 20px;

    position: absolute;
    top: 0;
    left: 0;
}
.footer .foot .item-4 .text
{
    width: 280px;
    margin-top: 20px;
}
.footer .foot .item-4 .text p
{
    font-size: 20px;
    line-height: 1.6;

    position: relative;

    margin: 10px 0 0 0;
    padding-right: 40px;
}
@media (max-width: 1199px)
{
    .footer .foot .item-4 .text p
    {
        font-size: 18px;
    }
}
.footer .foot .item-4 .text p .icon
{
    font-size: 20px;
    line-height: 32px;

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

    display: inline-block;

    width: 32px;
    height: 32px;

    text-align: center;
    -webkit-animation: slide-down 3s linear infinite;
    animation: slide-down 3s linear infinite;
    color: #fff;
    border-radius: 50%;

    background-color: #4dc247;
}
.footer .foot .item-4 .text p a:hover
{
    text-decoration: underline;
}
.footer .foot .item-4 .text .email p .icon
{
    background-color: #1296db;
}
.footer .foot-brand
{
    text-align: center;
}
.footer .foot-brand ul li
{
    display: inline-block;

    padding: 0 20px;

    vertical-align: top;
}
@media (max-width: 767px)
{
    .footer .foot-brand ul li
    {
        padding: 10px;
    }
}
.footer .foot-brand .brand-item img
{
    height: 100px;
}
@media (max-width: 1560px)
{
    .footer .foot-brand .brand-item img
    {
        height: 80px;
    }
}
@media (max-width: 1199px)
{
    .footer .foot-brand .brand-item img
    {
        height: 60px;
    }
}
@media (max-width: 767px)
{
    .footer .foot-brand .brand-item img
    {
        height: 50px;
    }
}
.footer .copyright
{
    font-size: 14px;

    padding-top: 30px;

    text-align: center;
}
.footer .copyright img
{
    margin: 0 10px;
}
.footer .copyright p
{
    line-height: 26px;

    margin: 0;
}
@media (max-width: 767px)
{
    .footer .copyright p
    {
        line-height: 24px;
    }
}
.footer .copyright a:hover
{
    text-decoration: underline;

    color: #fff;
}
.fixed-bottom
{
    z-index: 10;
    right: 0;
    left: auto;

    width: auto;
}
@media (max-width: 991px)
{
    .fixed-bottom
    {
        bottom: 55px;
    }
}
.fixed-bottom .cart,
.fixed-bottom .contact
{
    position: relative;
    z-index: 8;


    display: inline-block;

    margin-left: 10px;

    vertical-align: bottom;
}
.fixed-bottom .cart a,
.fixed-bottom .contact a
{
    line-height: 30px;

    display: inline-block;
   margin-bottom: -10px;
    padding: 10px 20px 20px 20px;
    animation: slide-down 3s linear infinite;
    -webkit-transition: all .6s;
            transition: all .6s;

    color: #fff;
    border-radius: 10px 10px 0 0;
    background-color: #ffa400;
}
@media (max-width: 767px)
{
    .fixed-bottom .cart a,
    .fixed-bottom .contact a
    {
        line-height: 24px;

        padding: 10px;
    }
}
.fixed-bottom .contact a{
   animation: slide-up 3s 0s linear infinite;
}
.fixed-bottom .cart a img,
.fixed-bottom .contact a img
{
    width: 30px;
    margin-right: 10px;
}
@media (max-width: 767px)
{
    .fixed-bottom .cart a img,
    .fixed-bottom .contact a img
    {
        width: 24px;
    }
}
.fixed-bottom .cart a .icon,
.fixed-bottom .contact a .icon
{
    font-size: 30px;

    display: inline-block;

    margin-right: 10px;

    vertical-align: middle;
}
@media (max-width: 767px)
{
    .fixed-bottom .cart a .icon,
    .fixed-bottom .contact a .icon
    {
        font-size: 24px;
    }
}
.fixed-bottom .cart a:hover,
.fixed-bottom .contact a:hover
{
    padding-bottom: 25px;
}
.fixed-bottom .contact a
{
    font-size: 18px;
}
.fixed-bottom .open-contact
{
    position: fixed;
    z-index: 7;
    right: 0;
    bottom: 70px;

    overflow: hidden;

    width: 328px;

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

    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.fixed-bottom .open-contact .title-open-contact
{
    line-height: 50px;

    padding: 0 30px;

    color: #fff;
    background-color: #ffa400;
}
@media (max-width: 1470px)
{
    .fixed-bottom .open-contact .title-open-contact
    {
        line-height: 40px;
    }
}
.fixed-bottom .open-contact .title-open-contact h3
{
    font-size: 18px;
    font-weight: bold;

    margin: 0;
}
@media (max-width: 1470px)
{
    .fixed-bottom .open-contact .title-open-contact h3
    {
        font-size: 16px;
    }
}
.fixed-bottom .open-contact .title-open-contact .close-contact
{
    cursor: pointer;
}
.fixed-bottom .open-contact .title-open-contact .close-contact .icon
{
    width: 40px;

    text-align: center;
}
.fixed-bottom .open-contact .contact-message
{
    min-height: 70vh;
    padding: 30px;
}
@media (max-width: 1470px)
{
    .fixed-bottom .open-contact .contact-message
    {
        min-height: 60vh;
        padding: 20px;
    }
}
.fixed-bottom .open-contact .contact-message p
{
    font-size: 15px;
    line-height: 1.73333333;

    color: #666;
}
.fixed-bottom .open-contact .contact-message .item
{
    margin-top: 24px;
}
@media (max-width: 1470px)
{
    .fixed-bottom .open-contact .contact-message .item
    {
        margin-top: 14px;
    }
}
.fixed-bottom .open-contact .contact-message .item h4
{
    font-size: 15px;
    font-weight: bold;
}
.fixed-bottom .open-contact .contact-message .item input,
.fixed-bottom .open-contact .contact-message .item textarea
{
    line-height: 24px;

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

    border-radius: 5px;
    background-color: #f3f3f3;
}
.fixed-bottom .open-contact .contact-message .item-right
{
    text-align: right;
}
.fixed-bottom .open-contact .contact-message .item-right .submit
{
    font-weight: bold;
    line-height: 40px;

    padding: 0 20px;

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

    color: #fff;
    background-color: #ffa400;
}
.fixed-bottom .open-contact .contact-message .item-right .submit:hover
{
    background-color: #e0950d;
}
.fixed-bottom .open-contact.active
{
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
}
.mobile .fixed-bottom
{
    z-index: 8;
}
.wrap
{
    overflow: hidden;

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

    overflow: hidden;

    text-transform: capitalize;
}
@media (max-width: 991px)
{
    .title-in h2
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .title-in h2
    {
        font-size: 24px;
    }
}
.title-in p
{
    font-size: 16px;
    line-height: 1.625;

    margin-top: 20px;

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

        margin-top: 10px;
    }
}
.wrap-location
{
    padding-top: 30px;

    text-align: right;

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

    display: inline-block;

    margin-right: 10px;

    vertical-align: middle;

    color: #ffa400;
}
.wrap-location .location > ul
{
    font-size: 16px;

    display: inline-block;

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

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

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

    display: inline-block;
}
.wrap-location .location > ul > li > a:hover
{
    text-decoration: underline;

    color: #ffa400;
}
.photo-search
{
    margin-bottom: 20px;
}
.photo-search form
{
    position: relative;

    padding-right: 50px;

    background-color: #f3f3f3;
}
.photo-search form input
{
    line-height: 55px;

    width: 100%;
    padding: 0 30px;

    background: none;
}
.photo-search form input::-webkit-input-placeholder,
.photo-search form textarea::-webkit-input-placeholder
{
    color: #666;
}
.photo-search form input:-o-placeholder,
.photo-search form textarea:-o-placeholder
{
    color: #666;
}
.photo-search form input::-moz-placeholder,
.photo-search form textarea::-moz-placeholder
{
    color: #666;
}
.photo-search form input:-ms-input-placeholder,
.photo-search form textarea:-ms-input-placeholder
{
    color: #666;
}
.photo-search form input:focus::-webkit-input-placeholder,
.photo-search form textarea:focus::-webkit-input-placeholder
{
    color: #999;
}
.photo-search form input:focus::-o-placeholder,
.photo-search form textarea:focus::-o-placeholder
{
    color: #999;
}
.photo-search form input:focus::-moz-placeholder,
.photo-search form textarea:focus::-moz-placeholder
{
    color: #999;
}
.photo-search form input:focus::-ms-input-placeholder,
.photo-search form textarea:focus::-ms-input-placeholder
{
    color: #999;
}
.photo-search form .submit
{
    line-height: 55px;

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

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

    text-align: center;

    border: none;
    outline: none;
    background: none;
}
.photo-search form .submit .icon
{
    font-size: 20px;

    color: #ffa400;
}
.wrap-sidenav
{
    padding: 30px;

    background-color: #f3f3f3;
}
@media (max-width: 767px)
{
    .wrap-sidenav
    {
        padding: 20px 14px;
    }
}
.wrap-sidenav .title-sidenav
{
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;

    padding-bottom: 14px;
}
.wrap-sidenav .title-sidenav h3
{
    font-size: 18px;
    font-weight: bold;

    margin: 0;
}
.wrap-sidenav .title-sidenav .reset
{
    display: block;

    color: #ffa400;
}
.wrap-sidenav .sidenav-item
{
    padding: 30px 0;

    border-top: 1px solid #ddd;
}
@media (max-width: 991px)
{
    .wrap-sidenav .sidenav-item
    {
        padding: 14px 0;
    }
}
.wrap-sidenav .sidenav-item .title-sidenav-item
{
    line-height: 30px;
}
.wrap-sidenav .sidenav-item .title-sidenav-item h4
{
    font-size: 18px;
    font-weight: bold;

    margin: 0;
}
.wrap-sidenav .sidenav-item .title-sidenav-item .prev-next a
{
    font-size: 18px;

    display: inline-block;

    padding: 0 4px;

    -webkit-transition: all .2s;
            transition: all .2s;
    vertical-align: middle;
}
.wrap-sidenav .sidenav-item .title-sidenav-item .prev-next a:hover
{
    color: #ffa400;
}
.wrap-sidenav .sidenav-item .sidenav-list
{
    margin-top: 10px;
}
.wrap-sidenav .sidenav-item .sidenav-list ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.wrap-sidenav .sidenav-item .sidenav-list ul li
{
    min-width: 50%;
    margin: 2px 0;
}
@media (max-width: 991px)
{
    .wrap-sidenav .sidenav-item .sidenav-list ul li
    {
        min-width: 25%;
    }
}
@media (max-width: 767px)
{
    .wrap-sidenav .sidenav-item .sidenav-list ul li
    {
        min-width: 50%;
    }
}
.wrap-sidenav .sidenav-item .sidenav-list ul li a
{
    font-size: 16px;
    line-height: 30px;

    position: relative;

    display: block;

    padding-left: 40px;
}
@media (max-width: 767px)
{
    .wrap-sidenav .sidenav-item .sidenav-list ul li a
    {
        font-size: 14px;
        line-height: 24px;

        padding-left: 30px;
    }
}
.wrap-sidenav .sidenav-item .sidenav-list ul li a:before
{
    position: absolute;
    top: 5px;
    left: 0;

    display: block;

    width: 20px;
    height: 20px;

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

    border-radius: 5px;
    background-color: #d9d9d9;
}
.wrap-sidenav .sidenav-item .sidenav-list ul li.active a:before
{
    background-color: #ffa400;
}
.wrap-sidenav .sidenav-item .sidenav-list-all ul li
{
    width: 100%;
}
@media (max-width: 991px)
{
    .wrap-sidenav .sidenav-item .sidenav-list-all ul li
    {
        width: 33.33333333%;
    }
}
@media (max-width: 767px)
{
    .wrap-sidenav .sidenav-item .sidenav-list-all ul li
    {
        width: 50%;
    }
}
.wrap-sidenav-photo .sidenav-item .title-sidenav-item
{
    display: block !important;
}
.wrap-sidenav-photo .sidenav-item .title-sidenav-item h4
{
    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;
}
.wrap-sidenav-photo .sidenav-item .title-sidenav-item h4:after
{
    float: right;

    content: '-';
}
.xs-product-nav
{
    overflow: hidden;
}
.xs-product-nav > ul
{
    margin: 0 -10px;
}
.xs-product-nav > ul > li
{
    display: inline-block;

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

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

    content: '-';
}
.xs-product-nav > ul > li.active > a
{
    color: #ffa400;
}
.wrap-left
{
    width: 330px;
}
@media (max-width: 991px)
{
    .wrap-left
    {
        width: 100%;
    }
}
.wrap-right
{
    width: -webkit-calc(100% - 330px);
    width:         calc(100% - 330px);
    padding-left: 30px;
}
@media (max-width: 991px)
{
    .wrap-right
    {
        width: 100%;
        margin-top: 30px;
        padding-left: 0;
    }
}
.wrap-about .text
{
    margin-top: 20px;
}
.wrap-about .text p
{
    font-size: 16px;
    line-height: 1.625;

    margin: 0;

    color: #666;
}
@media (max-width: 767px)
{
    .wrap-about .text p
    {
        font-size: 14px;
    }
}
.wrap-about .video
{
    position: relative;

    overflow: hidden;

    margin-top: 40px;

    border-radius: 10px;
    background-color: #000;
}
.wrap-about .video img
{
    width: 100%;
}
.wrap-about .video .play
{
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;

    display: inline-block;

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

    color: #fff;
}
.wrap-about .video .play span
{
    line-height: 60px;

    position: relative;
    z-index: 6;

    display: inline-block;

    width: 60px;
    height: 60px;

    border-radius: 50%;
    background-color: rgba(255, 255, 255, .5);
}
@media (max-width: 767px)
{
    .wrap-about .video .play span
    {
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
}
.wrap-about .video .play .icon
{
    font-size: 24px;
}
.wrap-about .video .play::before,
.wrap-about .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-about .video .play::after
{
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
}
.wrap-about .video .play::before
{
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
}
.wrap-about .number ul
{
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
@media (max-width: 767px)
{
    .wrap-about .number ul li
    {
        width: 33.33333333%;
    }
}
.wrap-about-contact
{
    padding: 30px 0;

    color: #fff;
    background-color: #333;
}
.wrap-about-contact .contact-left,
.wrap-about-contact .contact-right
{
    width: 50%;
}
@media (max-width: 767px)
{
    .wrap-about-contact .contact-left,
    .wrap-about-contact .contact-right
    {
        width: 100%;
    }
}
.wrap-about-contact .contact-left .item
{
    margin: 40px 0;
}
.wrap-about-contact .contact-left .item .title-foot
{
    padding-bottom: 20px;

    border-bottom: 1px solid #555;
}
@media (max-width: 767px)
{
    .wrap-about-contact .contact-left .item .title-foot
    {
        padding-bottom: 10px;
    }
}
.wrap-about-contact .contact-left .item .title-foot h3
{
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;

    margin: 0;

    text-transform: uppercase;

    color: #fff;
}
@media (max-width: 1560px)
{
    .wrap-about-contact .contact-left .item .title-foot h3
    {
        font-size: 26px;
    }
}
@media (max-width: 767px)
{
    .wrap-about-contact .contact-left .item .title-foot h3
    {
        font-size: 20px;
    }
}
.wrap-about-contact .contact-left .item .text
{
    margin-top: 20px;
}
@media (max-width: 767px)
{
    .wrap-about-contact .contact-left .item .text
    {
        margin-top: 10px;
    }
}
.wrap-about-contact .contact-left .item .text p
{
    font-size: 20px;
    line-height: 1.6;

    margin: 0;
}
@media (max-width: 1560px)
{
    .wrap-about-contact .contact-left .item .text p
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .wrap-about-contact .contact-left .item .text p
    {
        font-size: 16px;
    }
}
.wrap-about-contact .contact-left .item-2 .text
{
    width: 250px;
    margin-top: 20px;
}
.wrap-about-contact .contact-left .item-2 .text p
{
    font-size: 20px;
    line-height: 1.6;

    position: relative;

    margin: 10px 0 0 0;
    padding-right: 40px;
}
@media (max-width: 1199px)
{
    .wrap-about-contact .contact-left .item-2 .text p
    {
        font-size: 18px;
    }
}
.wrap-about-contact .contact-left .item-2 .text p .icon
{
    font-size: 20px;
    line-height: 32px;

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

    display: inline-block;

    width: 32px;
    height: 32px;

    text-align: center;
 -webkit-animation: slide-down 3s linear infinite;
            animation: slide-down 3s linear infinite;
    color: #fff;
    border-radius: 50%;
    background-color: #4dc247;
}
.wrap-about-contact .contact-left .item-2 .text .whatsapp  p,
.wrap-about-contact .contact-left .item-2 .text .email  p{
   transition: all .5s;
}
.wrap-about-contact .contact-left .item-2 .text .whatsapp  p:hover,
.wrap-about-contact .contact-left .item-2 .text .email  p:hover
{
    text-decoration: underline;
    color: #ffa400;
    transform: translateX(10px);
}
.wrap-about-contact .contact-left .item-2 .text .email p .icon
{
    background-color: #1296db;
}
.wrap-about-contact .contact-right
{
    text-align: right;
}
.wrap-about-contact .contact-right ul
{
    display: inline-block;

    width: 100%;
    max-width: 460px;
    padding: 10px 10%;

    text-align: left;

    background-color: #3f3f3f;
}
@media (max-width: 991px)
{
    .wrap-about-contact .contact-right ul
    {
        max-width: 300px;
        padding: 10px 5%;
    }
}
@media (max-width: 767px)
{
    .wrap-about-contact .contact-right ul
    {
        max-width: 100%;
    }
}
.wrap-about-contact .contact-right ul li:nth-child(1)
{
    border-bottom: 1px solid #666;
}
.wrap-about-contact .contact-right .item
{
    padding: 40px 0;
}
@media (max-width: 767px)
{
    .wrap-about-contact .contact-right .item
    {
        padding: 20px 0;
    }
}
.wrap-about-contact .contact-right .item .title-item
{
    text-align: right;
}
.wrap-about-contact .contact-right .item .title-item h3
{
    font-size: 30px;

    text-transform: uppercase;
}
@media (max-width: 991px)
{
    .wrap-about-contact .contact-right .item .title-item h3
    {
        font-size: 24px;
    }
}
.wrap-about-contact .contact-right .item .text h4
{
    font-size: 22px;
    font-weight: bold;
    line-height: 36px;
}
@media (max-width: 991px)
{
    .wrap-about-contact .contact-right .item .text h4
    {
        font-size: 20px;
    }
}
.wrap-about-contact .contact-right .item .text p
{
    font-size: 18px;
    line-height: 1.77777778;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-about-contact .contact-right .item .text p
    {
        font-size: 16px;
    }
}
.wrap-about-contact .contact-right .item .text p a{
   display: inline-block;
   transition: all .5s;
}
.wrap-about-contact .contact-right .item .text p a:hover
{
    text-decoration: underline;
    color: #ffa400;
    transform: translateX(10px);
}
.wrap-global
{
    background-color: #e6e7e8;
}
.wrap-global .global
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.wrap-global .global .pic
{
    width: 144px;
}
@media (max-width: 767px)
{
    .wrap-global .global .pic
    {
        width: 100px;
    }
}
.wrap-global .global .pic img
{
    width: 100%;
}
.wrap-global .global .text
{
    width: -webkit-calc(100% - 144px);
    width:         calc(100% - 144px);
    padding-left: 5%;
}
@media (max-width: 767px)
{
    .wrap-global .global .text
    {
        width: -webkit-calc(100% - 100px);
        width:         calc(100% - 100px);
    }
}
.wrap-global .global .text h3
{
    font-size: 24px;
    line-height: 30px;
      min-height: 30px;
    margin-bottom: 20px;
}
@media (max-width: 767px)
{
    .wrap-global .global .text h3
    {
        font-size: 20px;
    }
}
.wrap-global .global .text p
{
    font-size: 16px;
    line-height: 1.5;

    margin: 0;

    color: #474747;
}
@media (max-width: 767px)
{
    .wrap-global .global .text p
    {
        font-size: 14px;
    }
}
.wrap-global .global .text p a:hover
{
    text-decoration: underline;
}
.wrap-office .office .text
{
    width: 58%;
    padding-right: 5%;
}
@media (max-width: 991px)
{
    .wrap-office .office .text
    {
        width: 100%;
        padding-right: 0;
    }
}
.wrap-office .office .text .note
{
    margin-top: 20px;
}
.wrap-office .office .text .note p
{
    font-size: 16px;
    line-height: 1.625;

    margin: 0;

    color: #666;
}
.wrap-office .office .video
{
    width: 42%;
}
@media (max-width: 991px)
{
    .wrap-office .office .video
    {
        width: 100%;
        margin-top: 30px;
    }
}
.wrap-office .office .video .video-box
{
    position: relative;
}
.wrap-office .office .video img
{
    width: 100%;
}
.wrap-office .office .video .play
{
    line-height: 55px;

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

    width: 55px;
    height: 55px;

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

    color: #fff;
    border-radius: 50%;
    background-color: #ffa400;
}
.wrap-office .office .video .play .icon
{
    font-size: 20px;
}
.wrap-office .office .video .play:hover
{
    line-height: 65px;

    width: 65px;
    height: 65px;

    background-color: #e0950d;
}
.wrap-office .office-picbox
{
    padding-top: 80px;
}
@media (max-width: 991px)
{
    .wrap-office .office-picbox
    {
        padding-top: 40px;
    }
}
.wrap-office .office-picbox ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin: 0 -10px;
}
@media (max-width: 1199px)
{
    .wrap-office .office-picbox ul
    {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
}
@media (max-width: 767px)
{
    .wrap-office .office-picbox ul
    {
        margin: 0 -5px;
    }
}
.wrap-office .office-picbox ul li
{
    width: 15%;
    height: 400px;
    padding: 0 10px;
}
.wrap-office .office-picbox ul li:nth-child(1)
{
    width: 25%;
}
@media (max-width: 1199px)
{
    .wrap-office .office-picbox ul li
    {
        width: 50% !important;
        margin: 10px 0;
    }
}
@media (max-width: 767px)
{
    .wrap-office .office-picbox ul li
    {
        height: auto;
        padding: 0 5px;
    }
}
.wrap-office .office-picbox .item
{
    display: block;
    overflow: hidden;

    height: 100%;

    cursor: pointer;
}
@media (max-width: 767px)
{
    .wrap-office .office-picbox .item
    {
        width: 100%;
        height: auto;
    }
}
.wrap-office .office-picbox .item img
{
    height: 100%;
}
@media (max-width: 767px)
{
    .wrap-office .office-picbox .item img
    {
        width: 100%;
        height: auto;
    }
}
.wrap-photo
{
    padding-top: 0;
}
.wrap-photo .photo > ul > li
{
    position: relative;
}
.wrap-photo .photo > ul > li:before
{
    position: absolute;
    z-index: 1;
    top: 0;
    right: 25%;

    display: block;

    width: 200%;
    height: 100%;

    content: '';

    background-color: #f3f3f3;
}
.wrap-photo .photo .itembox
{
    position: relative;
    z-index: 4;

    margin-top: 50px;
    padding: 100px 0;
}
@media (max-width: 1470px)
{
    .wrap-photo .photo .itembox
    {
        padding: 80px 0;
    }
}
@media (max-width: 991px)
{
    .wrap-photo .photo .itembox
    {
        padding: 40px 0;
    }
}
@media (max-width: 767px)
{
    .wrap-photo .photo .itembox
    {
        margin-top: 30px;
        padding: 30px 0;
    }
}
.wrap-photo .photo .itembox .picbox
{
    position: relative;
    z-index: 4;
}
.wrap-photo .photo .itembox .text
{
    width: 26%;
    padding-right: 15px;
}
@media (max-width: 991px)
{
    .wrap-photo .photo .itembox .text
    {
        width: 50%;
    }
}
@media (max-width: 767px)
{
    .wrap-photo .photo .itembox .text
    {
        width: 100%;
    }
}
.wrap-photo .photo .itembox .text .title-photo h3
{
    font-size: 26px;
    font-weight: bold;
    line-height: 30px;

    -webkit-transition: all .2s;
            transition: all .2s;
}
@media (max-width: 1470px)
{
    .wrap-photo .photo .itembox .text .title-photo h3
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .wrap-photo .photo .itembox .text .title-photo h3
    {
        font-size: 20px;
    }
}
.wrap-photo .photo .itembox .text .note
{
    display: -webkit-box;
    overflow: hidden;

    height: 72px;
    margin-top: 20px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media (max-width: 767px)
{
    .wrap-photo .photo .itembox .text .note
    {
        display: -webkit-box;
        overflow: hidden;

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

        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
}
.wrap-photo .photo .itembox .text .note p
{
    font-size: 16px;
    line-height: 24px;

    color: #666;
}
@media (max-width: 767px)
{
    .wrap-photo .photo .itembox .text .note p
    {
        font-size: 14px;
    }
}
.wrap-photo .photo .itembox .text .more
{
    margin-top: 20px;
}
@media (max-width: 767px)
{
    .wrap-photo .photo .itembox .text .more
    {
        margin: 0;
    }
}
.wrap-photo .photo .itembox .text .more a
{
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;

    display: block;

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

    color: #000;
}
.wrap-photo .photo .itembox .text:hover .title-photo h3
{
    color: #ffa400;
}
.wrap-photo .photo .itembox .text:hover .more a
{
    text-decoration: underline;

    color: #ffa400;
}
.wrap-photo .photo .itembox .picbox
{
    width: 74%;
}
@media (max-width: 991px)
{
    .wrap-photo .photo .itembox .picbox
    {
        width: 50%;
    }
}
@media (max-width: 767px)
{
    .wrap-photo .photo .itembox .picbox
    {
        width: 100%;
        margin-top: 20px;
    }
}
.wrap-photo .photo .itembox .picbox ul
{
    margin: 0 -5px;
}
.wrap-photo .photo .itembox .picbox ul li
{
    padding: 5px;
}
.wrap-photo .photo .itembox .picbox .item
{
    display: block;
}
.wrap-photo .photo .itembox .picbox .item .img-box
{
    padding-bottom: 130.66666667%;
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-photo .photo .itembox .picbox .item .img-box img
{

}
.wrap-photo .photo .itembox .picbox .item:hover {
   position: relative;
   z-index: 2;
}
.wrap-photo .photo .itembox .picbox .item:hover .img-box
{
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
}
.wrap-photo-list .photo-list ul
{
    margin: 0 -10px;
}
.wrap-photo-list .photo-list ul li
{
    margin-top: 20px;
    padding: 0 10px;
}
.wrap-photo-list .photo-list .item .img-box
{
    padding-bottom: 130.66666667%;
}
.wrap-photo-list .photo-list .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-photo-list .photo-list .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-inspiration .title-in p
{
    width: 100%;
    max-width: 100%;
}
.wrap-inspiration .inspiration ul
{
    margin: 0 -50px;
}
@media (max-width: 1470px)
{
    .wrap-inspiration .inspiration ul
    {
        margin: 0 -30px;
    }
}
@media (max-width: 1199px)
{
    .wrap-inspiration .inspiration ul
    {
        margin: 0 -15px;
    }
}
@media (max-width: 991px)
{
    .wrap-inspiration .inspiration ul
    {
        margin: 0 -5px;
    }
}
.wrap-inspiration .inspiration ul li
{
    padding: 0 50px;
}
@media (max-width: 1470px)
{
    .wrap-inspiration .inspiration ul li
    {
        padding: 0 30px;
    }
}
@media (max-width: 1199px)
{
    .wrap-inspiration .inspiration ul li
    {
        padding: 0 15px;
    }
}
@media (max-width: 991px)
{
    .wrap-inspiration .inspiration ul li
    {
        padding: 0 5px;
    }
}
.wrap-inspiration .inspiration .item
{
    display: block;

    margin-top: 60px;
}
@media (max-width: 1199px)
{
    .wrap-inspiration .inspiration .item
    {
        margin-top: 30px;
    }
}
.wrap-inspiration .inspiration .item .pic
{
    position: relative;

    overflow: hidden;
}
.wrap-inspiration .inspiration .item .pic:before
{
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    height: 30%;

    content: '';
    -webkit-transition:         transform .9s;
    -webkit-transition: -webkit-transform .9s;
            transition: -webkit-transform .9s;
            transition:         transform .9s;
            transition:         transform .9s, -webkit-transform .9s;
    -webkit-transform: scale3d(2.4, 2.4, 1) rotate(-45deg) translate3d(0, -180%, 0);
        -ms-transform: scale3d(2.4, 2.4, 1) rotate(-45deg) translate3d(0, -180%, 0);
            transform: scale3d(2.4, 2.4, 1) rotate(-45deg) translate3d(0, -180%, 0);

    background: hsla(0, 0%, 100%, .35);
}
.wrap-inspiration .inspiration .item .pic .img-box
{
    padding-bottom: 130.66666667%;
}
.wrap-inspiration .inspiration .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-inspiration .inspiration .item .pic .play
{
    line-height: 55px;

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

    width: 55px;
    height: 55px;

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

    color: #fff;
    border-radius: 50%;
    background-color: #ffa400;
}
.wrap-inspiration .inspiration .item .pic .play .icon
{
    font-size: 20px;
}
.wrap-inspiration .inspiration .item .pic .play:hover
{
    line-height: 65px;

    width: 65px;
    height: 65px;

    background-color: #e0950d;
}
.wrap-inspiration .inspiration .item .title-inspiration
{
    position: relative;

    margin-top: 20px;
}
.wrap-inspiration .inspiration .item .title-inspiration:after
{
    display: block;

    width: 72px;
    height: 1px;
    margin-top: 10px;

    content: '';

    background-color: #ffa400;
}
.wrap-inspiration .inspiration .item .title-inspiration h3
{
    font-size: 22px;
    font-weight: bold;
    line-height: 26px;

    display: -webkit-box;
    overflow: hidden;

    height: 52px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 1199px)
{
    .wrap-inspiration .inspiration .item .title-inspiration h3
    {
        font-size: 20px;
    }
}
@media (max-width: 991px)
{
    .wrap-inspiration .inspiration .item .title-inspiration h3
    {
        font-size: 18px;
    }
}
.wrap-inspiration .inspiration .item .note
{
    display: -webkit-box;
    overflow: hidden;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}
.wrap-inspiration .inspiration .item .note p
{
    font-size: 16px;
    line-height: 24px;

    margin: 0;

    color: #666;
}
@media (max-width: 767px)
{
    .wrap-inspiration .inspiration .item .note p
    {
        font-size: 14px;
    }
}
.wrap-inspiration .inspiration .item .more
{
    font-size: 16px;
    font-weight: bold;
    line-height: 54px;

    display: inline-block;

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

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

    color: #000;
    border: 1px solid #aaa;
}
@media (max-width: 991px)
{
    .wrap-inspiration .inspiration .item .more
    {
        font-size: 14px;

        margin-top: 20px;
        padding: 0 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-inspiration .inspiration .item .more
    {
        line-height: 40px;
    }
}
.wrap-inspiration .inspiration .item .more .icon
{
    font-size: 30px;
    font-weight: normal;

    display: inline-block;

    vertical-align: middle;

    color: #666;
}
.wrap-inspiration .inspiration .item .more:hover
{
    color: #fff;
    border-color: #ffa400;
    background-color: #ffa400;
}
.wrap-inspiration .inspiration .item .more:hover .icon
{
    color: #fff;
}
.wrap-inspiration .inspiration .item:hover .pic:before
{
    -webkit-transform: scale3d(2.4, 2.4, 1) rotate(-45deg) translate3d(0, 180%, 0);
        -ms-transform: scale3d(2.4, 2.4, 1) rotate(-45deg) translate3d(0, 180%, 0);
            transform: scale3d(2.4, 2.4, 1) rotate(-45deg) translate3d(0, 180%, 0);
}
.wrap-inspiration .inspiration .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-inspired .inspired
{
    margin-top: -30px;
}
@media (max-width: 767px)
{
    .wrap-inspired .inspired
    {
        margin: 0;
    }
}
.wrap-inspired .inspired .item
{
    margin-top: 30px;
    padding: 40px 30px;

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

    background: #fff;
    box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, .1);
}
@media (max-width: 767px)
{
    .wrap-inspired .inspired .item
    {
        padding: 30px 20px;
    }
}
.wrap-inspired .inspired .item p
{
    font-size: 16px;
    line-height: 1.625;

    margin: 0;
}
@media (max-width: 767px)
{
    .wrap-inspired .inspired .item p
    {
        font-size: 14px;
    }
}
.wrap-inspired .inspired .item .info
{
    margin-top: 30px;
}
.wrap-inspired .inspired .item .info .pic
{
    width: 48px;
}
.wrap-inspired .inspired .item .info .pic img
{
    width: 100%;
}
.wrap-inspired .inspired .item .info .star .icon
{
    font-size: 20px;
    line-height: 30px;

    margin: 0 4px;

    color: #ffa400;
}
.wrap-inspired .inspired .item-1
{
    padding: 80px 40px;

    color: #fff;
    background-color: #333;
}
@media (max-width: 1199px)
{
    .wrap-inspired .inspired .item-1
    {
        padding: 40px 30px;
    }
}
.wrap-inspired .inspired .item-1 h3
{
    font-size: 26px;
    font-weight: bold;
    line-height: 1.30769231;

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

    border-bottom: 1px dashed #999;
}
@media (max-width: 1199px)
{
    .wrap-inspired .inspired .item-1 h3
    {
        font-size: 22px;

        padding-bottom: 10px;
    }
}
.wrap-inspired .inspired .item-1 .more
{
    margin-top: 40px;
}
@media (max-width: 767px)
{
    .wrap-inspired .inspired .item-1 .more
    {
        margin-top: 20px;
    }
}
.wrap-inspired .inspired .item-1 .more a
{
    font-size: 18px;
    line-height: 55px;

    display: inline-block;

    padding: 0 48px;

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

    color: #333;
    border-radius: 30px;
    background-color: #ffa400;
}
@media (max-width: 1199px)
{
    .wrap-inspired .inspired .item-1 .more a
    {
        font-size: 16px;
        line-height: 40px;

        padding: 0 30px;
    }
}
.wrap-inspired .inspired .item-1 .more a:hover
{
    background-color: #e0950d;
}
.wrap-inspired .inspired .item:hover
{
    -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
            transform: translateY(-5px);
}
@media (min-width: 1200px)
{
    .wrap-product .title-in h2,
    .wrap-product-list .title-in h2
    {
        font-size: 32px;
    }
}
.wrap-product .product,
.wrap-product-list .product,
.wrap-product .product-list,
.wrap-product-list .product-list
{
    margin-top: 30px;
}
.wrap-product .product .item,
.wrap-product-list .product .item,
.wrap-product-show .product .item,
.wrap-product .product-list .item,
.wrap-product-list .product-list .item,
.wrap-product-show .product-list .item,
.wrap-product .slick-relate-product .item,
.wrap-product-list .slick-relate-product .item,
.wrap-product-show .slick-relate-product .item
{
    display: block;

    text-align: center;
}
.wrap-product .product .item .pic,
.wrap-product-list .product .item .pic,
.wrap-product-show .product .item .pic,
.wrap-product .product-list .item .pic,
.wrap-product-list .product-list .item .pic,
.wrap-product-show .product-list .item .pic,
.wrap-product .slick-relate-product .item .pic,
.wrap-product-list .slick-relate-product .item .pic,
.wrap-product-show .slick-relate-product .item .pic
{
    position: relative;

    overflow: hidden;
}
.wrap-product .product .item .pic .img-box,
.wrap-product-list .product .item .pic .img-box,
.wrap-product-show .product .item .pic .img-box,
.wrap-product .product-list .item .pic .img-box,
.wrap-product-list .product-list .item .pic .img-box,
.wrap-product-show .product-list .item .pic .img-box,
.wrap-product .slick-relate-product .item .pic .img-box,
.wrap-product-list .slick-relate-product .item .pic .img-box,
.wrap-product-show .slick-relate-product .item .pic .img-box
{
    padding-bottom: 66.66666667%;
}
.wrap-product .product .item .pic .img-box img,
.wrap-product-list .product .item .pic .img-box img,
.wrap-product-show .product .item .pic .img-box img,
.wrap-product .product-list .item .pic .img-box img,
.wrap-product-list .product-list .item .pic .img-box img,
.wrap-product-show .product-list .item .pic .img-box img,
.wrap-product .slick-relate-product .item .pic .img-box img,
.wrap-product-list .slick-relate-product .item .pic .img-box img,
.wrap-product-show .slick-relate-product .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-product .product .item .title-down,
.wrap-product-list .product .item .title-down,
.wrap-product-show .product .item .title-down,
.wrap-product .product-list .item .title-down,
.wrap-product-list .product-list .item .title-down,
.wrap-product-show .product-list .item .title-down,
.wrap-product .slick-relate-product .item .title-down,
.wrap-product-list .slick-relate-product .item .title-down,
.wrap-product-show .slick-relate-product .item .title-down
{
    position: relative;
}
.wrap-product .product .item .title-down:before,
.wrap-product-list .product .item .title-down:before,
.wrap-product-show .product .item .title-down:before,
.wrap-product .product-list .item .title-down:before,
.wrap-product-list .product-list .item .title-down:before,
.wrap-product-show .product-list .item .title-down:before,
.wrap-product .slick-relate-product .item .title-down:before,
.wrap-product-list .slick-relate-product .item .title-down:before,
.wrap-product-show .slick-relate-product .item .title-down:before
{
    position: absolute;
    top: 0;
    left: 5%;

    display: block;

    width: 90%;
    height: 5px;

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

    background-color: #ffa400;
}
.wrap-product .product .item .title-down h3,
.wrap-product-list .product .item .title-down h3,
.wrap-product-show .product .item .title-down h3,
.wrap-product .product-list .item .title-down h3,
.wrap-product-list .product-list .item .title-down h3,
.wrap-product-show .product-list .item .title-down h3,
.wrap-product .slick-relate-product .item .title-down h3,
.wrap-product-list .slick-relate-product .item .title-down h3,
.wrap-product-show .slick-relate-product .item .title-down h3
{
    font-size: 16px;
    line-height: 60px;

    display: -webkit-box;
    overflow: hidden;

    height: 60px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-product .product .item:hover .pic .img-box img,
.wrap-product-list .product .item:hover .pic .img-box img,
.wrap-product-show .product .item:hover .pic .img-box img,
.wrap-product .product-list .item:hover .pic .img-box img,
.wrap-product-list .product-list .item:hover .pic .img-box img,
.wrap-product-show .product-list .item:hover .pic .img-box img,
.wrap-product .slick-relate-product .item:hover .pic .img-box img,
.wrap-product-list .slick-relate-product .item:hover .pic .img-box img,
.wrap-product-show .slick-relate-product .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
            transform: scale(1.3);
}
.wrap-product .product .item:hover .title-down,
.wrap-product-list .product .item:hover .title-down,
.wrap-product-show .product .item:hover .title-down,
.wrap-product .product-list .item:hover .title-down,
.wrap-product-list .product-list .item:hover .title-down,
.wrap-product-show .product-list .item:hover .title-down,
.wrap-product .slick-relate-product .item:hover .title-down,
.wrap-product-list .slick-relate-product .item:hover .title-down,
.wrap-product-show .slick-relate-product .item:hover .title-down
{
    position: relative;
}
.wrap-product .product .item:hover .title-down:before,
.wrap-product-list .product .item:hover .title-down:before,
.wrap-product-show .product .item:hover .title-down:before,
.wrap-product .product-list .item:hover .title-down:before,
.wrap-product-list .product-list .item:hover .title-down:before,
.wrap-product-show .product-list .item:hover .title-down:before,
.wrap-product .slick-relate-product .item:hover .title-down:before,
.wrap-product-list .slick-relate-product .item:hover .title-down:before,
.wrap-product-show .slick-relate-product .item:hover .title-down:before
{
    left: 0;

    width: 100%;
}
.wrap-product-railing .title-in h2,
.wrap-product-railing-list .title-in h2
{
    text-transform: none;
}
@media (max-width: 767px)
{
    .wrap-product-railing .title-in h2,
    .wrap-product-railing-list .title-in h2
    {
        font-size: 20px;
    }
}
.wrap-product-railing-list .title-in
{
    border-bottom: 1px solid #ddd;
}
@media (max-width: 767px)
{
    .wrap-product-railing-list .wrap-sidenav .sidenav-item .sidenav-list ul li
    {
        min-width: 33.33333333%;
    }
}
.wrap-product-collective
{
    padding: 120px 0;

    background: url(../images/collective_bg.jpg) no-repeat center;
    background-size: cover;
}
@media (min-width: 1200px)
{
    .wrap-product-collective
    {
        background-attachment: fixed;
    }
}
@media (max-width: 1199px)
{
    .wrap-product-collective
    {
        padding: 80px 0;
    }
}
@media (max-width: 767px)
{
    .wrap-product-collective
    {
        padding: 50px 0;
    }
}
.wrap-product-collective .title-in
{
    text-align: center;

    color: #fff;
}
.wrap-product-collective .text
{
    max-width: 900px;
    margin: 0 auto;
    margin-top: 40px;

    text-align: center;

    color: #fff;
}
@media (max-width: 1199px)
{
    .wrap-product-collective .text
    {
        margin-top: 20px;
    }
}
.wrap-product-collective .text p
{
    font-size: 18px;
    line-height: 1.55555556;

    margin: 0;
}
@media (max-width: 767px)
{
    .wrap-product-collective .text p
    {
        font-size: 16px;
    }
}
.wrap-product-estate .title-in
{
    text-align: center;
}
.wrap-product-estate .estate-list
{
    margin-top: 20px;
}
.wrap-product-estate .estate-list .item
{
    margin-top: 30px;
}
.wrap-product-estate .estate-list .item .pic .img-box
{
    padding-bottom: 66.66666667%;
}
.wrap-product-estate .estate-list .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-product-estate .estate-list .item .title-estate
{
    margin-top: 20px;
}
.wrap-product-estate .estate-list .item .title-estate h3
{
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
}
@media (max-width: 991px)
{
    .wrap-product-estate .estate-list .item .title-estate h3
    {
        font-size: 18px;
    }
}
.wrap-product-estate .estate-list .item .note p
{
    font-size: 16px;
    line-height: 1.625;

    margin: 0;

    color: #666;
}
@media (max-width: 767px)
{
    .wrap-product-estate .estate-list .item .note p
    {
        font-size: 14px;
    }
}
.wrap-product-estate .estate-list .item .desc
{
    margin-top: 20px;
}
.wrap-product-estate .estate-list .item .desc p
{
    font-size: 16px;
    line-height: 1.625;

    margin: 0;
}
@media (max-width: 767px)
{
    .wrap-product-estate .estate-list .item .desc p
    {
        font-size: 14px;
    }
}
.wrap-product-estate .estate-list .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-product-estate .estate
{
    max-width: 1170px;
    margin: 0 auto;
    margin-top: 80px;
}
@media (max-width: 991px)
{
    .wrap-product-estate .estate
    {
        margin-top: 40px;
    }
}
@media (min-width: 1200px)
{
    .wrap-product-estate .estate ul
    {
        margin: 0 -40px;
    }
}
@media (max-width: 767px)
{
    .wrap-product-estate .estate ul
    {
        margin: 0 -5px;
    }
}
@media (min-width: 1200px)
{
    .wrap-product-estate .estate ul li
    {
        width: 20%;
        padding: 0 40px;
    }
}
@media (max-width: 767px)
{
    .wrap-product-estate .estate ul li
    {
        padding: 0 5px;
    }
}
.wrap-product-estate .estate .item
{
    -webkit-transition: all .6s;
            transition: all .6s;
    text-align: center;
}
.wrap-product-estate .estate .item .title-eatate h3
{
    font-size: 16px;
    font-weight: bold;
    line-height: 1.625;

    margin: 20px 0 0 0;
}
@media (max-width: 767px)
{
    .wrap-product-estate .estate .item .title-eatate h3
    {
        font-size: 14px;

        margin-top: 10px;
    }
}
.wrap-product-estate .estate .item:hover .img-box img
{
    -webkit-animation: flipInY 1s 0s ease both;
            animation: flipInY 1s 0s ease both;
}
.wrap-product-featured
{
    background-color: #ccc;
}
.wrap-product-featured .title-in
{
    text-align: center;
}
.wrap-product-featured .featured
{
    margin-top: 60px;
}
@media (max-width: 991px)
{
    .wrap-product-featured .featured
    {
        margin-top: 30px;
    }
}
@media (max-width: 767px)
{
    .wrap-product-featured .featured
    {
        margin-top: 20px;
    }
}
.wrap-product-featured .featured ul li
{
    margin-top: 20px;
}
.wrap-product-featured .featured .item
{
    overflow: hidden;

    -webkit-transition: all .6s;
            transition: all .6s;
}
.wrap-product-featured .featured .item:hover
{
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
}
.wrap-product-show
{
    padding-top: 30px;
}
@media (max-width: 1199px)
{
    .wrap-product-show
    {
        padding-top: 10px;
    }
}
.wrap-product-show .carousel-wrap
{
    overflow: hidden;
}
@media (max-width: 991px)
{
    .wrap-product-show .carousel-wrap
    {
        margin-top: 20px;
    }
}
.wrap-product-show .carousel-wrap .img-box
{
    padding-bottom: 66.66666667%;
}
.wrap-product-show .carousel-wrap .slider-for
{
    font-size: 0;

    position: relative;

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

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

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

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

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

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

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

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

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

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

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

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

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

    top: 50%;
    left: 0;

    width: 24px;
    height: 90px;

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

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

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

        height: 40px;
    }
}
.wrap-product-show .carousel-wrap .slider-nav .slick-arrow:hover
{
    color: #ffd504;
}
.wrap-product-show .info-box
{
    padding-left: 5%;
}
@media (max-width: 1199px)
{
    .wrap-product-show .info-box
    {
        margin-top: 30px;
        padding-left: 0;
    }
}
.wrap-product-show .info-box .title-info
{
    padding-bottom: 20px;

    border-bottom: 1px solid #ddd;
}
.wrap-product-show .info-box .title-info h2
{
    font-size: 32px;
    font-weight: bold;
    line-height: 1.2;

    display: block;

    margin: 0;
}
@media (max-width: 1199px)
{
    .wrap-product-show .info-box .title-info h2
    {
        font-size: 20px;
    }
}
.wrap-product-show .info-box .text
{
    font-size: 16px;
    line-height: 1.625;

    margin-top: 20px;

    color: #666;
}
@media (max-width: 1470px)
{
    .wrap-product-show .info-box .text
    {
        font-size: 14px;
    }
}
.wrap-product-show .info-box .text p
{
    margin: 0;
}
.wrap-product-show .info-box .choose
{
    margin-top: 40px;
}
.wrap-product-show .info-box .choose .ipt_form ul li
{
    margin-bottom: 15px;
}
.wrap-product-show .info-box .choose .ipt_form label
{
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;

    display: inline-block;

    width: 200px;

    color: #333;
}
@media (max-width: 767px)
{
    .wrap-product-show .info-box .choose .ipt_form label
    {
        font-size: 16px;

        width: 110px;
    }
}
.wrap-product-show .info-box .choose .ipt_form select
{
    font-size: 14px;
    line-height: 40px;

    display: inline-block;

    width: 190px;
    height: 40px;
    padding: 0 25px 0 14px;

    color: #999;
    border: solid 1px #ddd;
    outline: none;
    background: url(../images/select_icon.png) no-repeat scroll right center transparent;
    background-color: #fff;
    background-size: 20px;

            appearance: none;
       -moz-appearance: none;
    -webkit-appearance: none;
}
.wrap-product-show .info-box .share
{
    margin-top: 40px;
}
@media (max-width: 1470px)
{
    .wrap-product-show .info-box .share .a2a_svg
    {
        line-height: 24px;

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

    margin: 0;

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

    color: #333;
}
@media (max-width: 1470px)
{
    .wrap-product-show .info-box .share p
    {
        font-size: 14px;
    }
}
.wrap-product-show .info-box .info-bottom
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

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

    border-top: 1px solid #ddd;

    -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;
}
.wrap-product-show .info-box .info-bottom .item
{
    display: inline-block;

    margin-right: 60px;

    vertical-align: middle;
}
@media (max-width: 1470px)
{
    .wrap-product-show .info-box .info-bottom .item
    {
        margin-right: 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-product-show .info-box .info-bottom .item
    {
        display: block;
    }
}
.wrap-product-show .info-box .info-bottom .number
{
    font-size: 0;

    display: inline-block;

    vertical-align: middle;
}
.wrap-product-show .info-box .info-bottom .number span
{
    font-size: 15px;
    line-height: 40px;

    display: inline-block;

    width: 30px;
    height: 40px;

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

    border: 1px solid #ffd504;
    background-color: #eee;
}
.wrap-product-show .info-box .info-bottom .number span:hover
{
    color: #fff;
    background-color: #ffd504;
}
.wrap-product-show .info-box .info-bottom .number .ipt-num2
{
    font-size: 15px;
    line-height: 40px;

    display: inline-block;

    width: 60px;
    height: 40px;

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

    border-top: 1px solid #ffd504;
    border-bottom: 1px solid #ffd504;
}
.wrap-product-show .info-box .info-bottom .addcart
{
    display: inline-block;

    vertical-align: middle;
}
.wrap-product-show .info-box .info-bottom .addcart a
{
    font-weight: bold;
    line-height: 42px;

    display: block;

    width: 150px;
    height: 42px;

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

    background-color: #ffd504;
}
@media (max-width: 1470px)
{
    .wrap-product-show .info-box .info-bottom .addcart a
    {
        width: 120px;
    }
}
.wrap-product-show .info-box .info-bottom .addcart a:hover
{
    background-color: #ffa400;
}
.wrap-product-show .info-box .info-bottom .chat,
.wrap-product-show .info-box .info-bottom .call
{
    position: relative;

    display: inline-block;

    padding-left: 40px;

    vertical-align: middle;
}
@media (max-width: 767px)
{
    .wrap-product-show .info-box .info-bottom .chat,
    .wrap-product-show .info-box .info-bottom .call
    {
        margin-top: 20px;
    }
}
.wrap-product-show .info-box .info-bottom .chat .icon,
.wrap-product-show .info-box .info-bottom .call .icon
{
    font-size: 20px;
    line-height: 22px;

    position: absolute;
    top: 0;
    left: 0;
    animation: slide-down 3s linear infinite;
    color: #ffd504;
}
.wrap-product-show .info-box .info-bottom .chat span,
.wrap-product-show .info-box .info-bottom .call span
{
    line-height: 22px;

    display: block;

    color: #666;
}
.wrap-product-show .info-box .info-bottom .chat p,
.wrap-product-show .info-box .info-bottom .call p
{
    font-weight: bold;
    line-height: 22px;

    margin: 0;
}
.wrap-product-show .info-box .info-bottom .chat a:hover,
.wrap-product-show .info-box .info-bottom .call a:hover
{
    text-decoration: underline;
}
.wrap-product-show .info-box .info-bottom .chat
{
    margin-right: 60px;
}
@media (max-width: 1470px)
{
    .wrap-product-show .info-box .info-bottom .chat
    {
        margin-right: 20px;
    }
}
.wrap-product-show .parameter,
.wrap-product-show .inquiry,
.wrap-product-show .relate-product
{
    padding-top: 60px;
}
@media (max-width: 991px)
{
    .wrap-product-show .parameter,
    .wrap-product-show .inquiry,
    .wrap-product-show .relate-product
    {
        padding-top: 50px;
    }
}
.wrap-product-show .title-in
{
    padding-bottom: 20px;

    border-bottom: 1px solid #ddd;
}
@media (max-width: 767px)
{
    .wrap-product-show .title-in
    {
        padding-bottom: 10px;
    }
}
.wrap-product-show .parameter .text
{
    margin-top: 30px;
}
@media (max-width: 991px)
{
    .wrap-product-show .parameter .text
    {
        margin-top: 20px;
    }
}
.wrap-product-show .parameter .text img
{
    max-width: 100%;
    height: auto !important;
    margin: 10px 0;
}
@media (max-width: 767px)
{
    .wrap-product-show .parameter .text img
    {
        width: 100% !important;
    }
}
.wrap-product-show .parameter .text p
{
    font-size: 16px;
    line-height: 1.625;

    margin: 0;

    color: #666;
}
@media (max-width: 1470px)
{
    .wrap-product-show .parameter .text p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.wrap-product-show .parameter .text .pmargin
{
    margin: 0 -10px;
}
.wrap-product-show .parameter .table-box
{
    font-size: 20px;
    line-height: 30px;

    overflow: auto;

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

    color: #676a6e;
}
@media (max-width: 1199px)
{
    .wrap-product-show .parameter .table-box
    {
        font-size: 18px;
    }
}
@media (max-width: 991px)
{
    .wrap-product-show .parameter .table-box
    {
        font-size: 16px;
    }
}
.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(odd)
{
    background-color: #f7f7f7;
}
.wrap-product-show .parameter .table-box table tr:nth-child(even)
{
    background-color: #fcfcfc;
}
.wrap-product-show .parameter .table-box table tr:nth-child(1)
{
    /* color: #fff; */
    background-color: #ffd504;
}
.wrap-product-show .parameter .table-box table td,
.wrap-product-show .parameter .table-box table th
{
    font-weight: normal;

    padding: 20px !important;
}
@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 .slick-relate-product
{
    margin: 0 -15px;
    margin-top: 40px;
}
@media (max-width: 767px)
{
    .wrap-product-show .relate-product .slick-relate-product
    {
        margin: 0 -5px;
        margin-top: 20px;
    }
}
.wrap-product-show .relate-product .slick-relate-product .slick-slide
{
    padding: 0 15px;
}
@media (max-width: 767px)
{
    .wrap-product-show .relate-product .slick-relate-product .slick-slide
    {
        padding: 0 5px;
    }
}
.wrap-product-show .message ul,
.wrap-inquiry .message ul
{
    margin: 0 -6px;
}
.wrap-product-show .message ul li,
.wrap-inquiry .message ul li
{
    padding: 0 6px;
}
.wrap-product-show .message form,
.wrap-inquiry .message form
{
    margin-top: 20px;
}
.wrap-product-show .message .read input,
.wrap-inquiry .message .read input
{
    line-height: 30px;

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

    color: #ffd504;
    border: 2px solid rgba(205, 0, 0, .5);
}
@media (max-width: 767px)
{
    .wrap-product-show .message .read input,
    .wrap-inquiry .message .read input
    {
        padding: 10px 20px;
    }
}
.wrap-product-show .message .input-group,
.wrap-inquiry .message .input-group
{
    position: relative;

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

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

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

    color: #999;
    border: 1px solid rgba(0, 0, 0, .2);
    background: none;
}
@media (max-width: 767px)
{
    .wrap-product-show .message .input,
    .wrap-inquiry .message .input
    {
        padding: 10px 20px;
    }
}
.wrap-product-show .message .user-label,
.wrap-inquiry .message .user-label
{
    position: absolute;
    left: 30px;

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

    color: #999;
}
@media (max-width: 767px)
{
    .wrap-product-show .message .user-label,
    .wrap-inquiry .message .user-label
    {
        left: 20px;
    }
}
.wrap-product-show .message .input:focus,
.wrap-inquiry .message .input:focus,
.wrap-product-show .message input:valid,
.wrap-inquiry .message input:valid
{
    outline: none;
}
.wrap-product-show .message .input:focus ~ label,
.wrap-inquiry .message .input:focus ~ label,
.wrap-product-show .message input:valid ~ label,
.wrap-inquiry .message input:valid ~ label
{
    padding: 0 .2em;

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

    color: #c5c5c5;
    background-color: #fff;
}
.wrap-product-show .message .submit,
.wrap-inquiry .message .submit
{
    font-size: 18px;
    line-height: 56px;

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

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

    color: #ffa400;
    border: 1px solid #ffa400;
    border-radius: 0;
}
@media (max-width: 767px)
{
    .wrap-product-show .message .submit,
    .wrap-inquiry .message .submit
    {
        font-size: 16px;
        line-height: 40px;
    }
}
.wrap-product-show .message .submit .icon,
.wrap-inquiry .message .submit .icon
{
    font-size: 24px;
}
.wrap-product-show .message .submit:hover,
.wrap-inquiry .message .submit:hover
{
    color: #fff;
    background-color: #ffa400;
}
.wrap-news .title-in
{
    padding-bottom: 20px;

    border-bottom: 1px solid #999;
}
.wrap-news .news ul li
{
    padding: 30px 0;

    border-bottom: 1px solid #ddd;
}
@media (max-width: 991px)
{
    .wrap-news .news ul li
    {
        padding: 20px 0;
    }
}
.wrap-news .news .item
{
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .wrap-news .news .item
    {
        margin-top: 0;
    }
}
.wrap-news .news .item .pic
{
    position: relative;

    display: block;

    width: 300px;
}
@media (max-width: 767px)
{
    .wrap-news .news .item .pic
    {
        width: 100%;
    }
}
.wrap-news .news .item .pic .img-box
{
    padding-bottom: 75%;
}
.wrap-news .news .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-news .news .item .note
{
    width: -webkit-calc(100% - 300px);
    width:         calc(100% - 300px);
    padding: 0 3%;
    padding-top: 10px;
}
@media (max-width: 1199px)
{
    .wrap-news .news .item .note
    {
        width: -webkit-calc(100% - 300px);
        width:         calc(100% - 300px);
    }
}
@media (max-width: 767px)
{
    .wrap-news .news .item .note
    {
        width: 100%;
    }
}
.wrap-news .news .item .note h3
{
    font-size: 22px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 60px;

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

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

        height: 48px;
    }
}
.wrap-news .news .item .note .date
{
    font-style: italic;
    line-height: 24px;
}
.wrap-news .news .item .note p
{
    font-size: 14px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

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

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media (max-width: 991px)
{
    .wrap-news .news .item .note p
    {
        font-size: 14px;

        margin-top: 0;
    }
}
@media (max-width: 767px)
{
    .wrap-news .news .item .note p
    {
        display: -webkit-box;
        overflow: hidden;

        height: 48px;

        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
}
.wrap-news .news .item .note .more
{
    font-size: 16px;
    font-style: italic;
    line-height: 30px;

    display: block;

    margin-top: 14px;

    text-decoration: underline;
    text-transform: capitalize;

    color: #5b9ebd;
}
@media (max-width: 767px)
{
    .wrap-news .news .item .note .more
    {
        margin-top: 6px;
    }
}
.wrap-news .news .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-news .news .item:hover .note h3
{
    color: #ffa400;
}
.wrap-news .news .item:hover .more a
{
    color: #fff;
}
.wrap-news .news .item:hover .more a:before
{
    z-index: 1;
    top: -30px;
    left: -30px;
}
.wrap-details .title-details h2
{
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;

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

    display: block;

    margin-top: 10px;

    color: #ffa400;
}
.wrap-details .title-details .date .icon
{
    font-size: 20px;

    display: inline-block;

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

    margin: 0;

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

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

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

    margin-top: 70px;

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

    position: relative;

    display: inline-block;
    overflow: hidden;

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

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

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

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

    content: '\eb60';

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

    width: 1px;
    height: 16px;

    content: '';

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

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

    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.wrap-details .relate-details a:hover
{
    color: #ffa400;
}
.wrap-details .relate-details a:hover:before
{
    color: #ffa400;
}
.wrap-join .title-in
{
    padding-bottom: 20px;

    border-bottom: 1px solid #999;
}
.wrap-join .join
{
    margin-top: 40px;
}
@media (max-width: 767px)
{
    .wrap-join .join
    {
        margin-top: -20px;
    }
}
.wrap-join .join .item
{
    margin-top: 40px;
}
@media (max-width: 767px)
{
    .wrap-join .join .item
    {
        margin-top: 20px;
    }
}
.wrap-join .join .item .pic
{
    position: relative;

    display: block;

    width: 300px;
}
@media (max-width: 767px)
{
    .wrap-join .join .item .pic
    {
        width: 100%;
    }
}
.wrap-join .join .item .pic .img-box
{
    /* padding-bottom: 75%; */
    padding-bottom: 133.3333333333333%;
}
.wrap-join .join .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-join .join .item .note
{
    width: -webkit-calc(100% - 300px);
    width:         calc(100% - 300px);
    padding: 0 3%;
    padding-top: 10px;
}
@media (max-width: 1199px)
{
    .wrap-join .join .item .note
    {
        width: -webkit-calc(100% - 300px);
        width:         calc(100% - 300px);
    }
}
@media (max-width: 767px)
{
    .wrap-join .join .item .note
    {
        width: 100%;
    }
}
.wrap-join .join .item .note .title-join:after
{
    display: block;

    width: 180px;
    height: 1px;
    margin-top: 18px;

    content: '';

    background-color: #ffa400;
}
@media (max-width: 767px)
{
    .wrap-join .join .item .note .title-join:after
    {
        margin-top: 6px;
    }
}
.wrap-join .join .item .note h3
{
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 60px;

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

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

        height: 48px;
    }
}
.wrap-join .join .item .note .date
{
    font-style: italic;
    line-height: 24px;
}
.wrap-join .join .item .note p
{
    font-size: 16px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

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

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media (max-width: 991px)
{
    .wrap-join .join .item .note p
    {
        font-size: 14px;

        margin-top: 0;
    }
}
@media (max-width: 767px)
{
    .wrap-join .join .item .note p
    {
        display: -webkit-box;
        overflow: hidden;

        height: 48px;

        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
}
.wrap-join .join .item .note .more
{
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;

    display: block;

    margin-top: 14px;
}
@media (max-width: 767px)
{
    .wrap-join .join .item .note .more
    {
        font-size: 14px;

        margin-top: 6px;
    }
}
.wrap-join .join .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-join .join .item:hover .note h3
{
    color: #ffa400;
}
.wrap-join .join .item:hover .more a
{
    color: #fff;
}
.wrap-join .join .item:hover .more a:before
{
    z-index: 1;
    top: -30px;
    left: -30px;
}
.wrap-join-show .title-join-show h2
{
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
}
@media (max-width: 1199px)
{
    .wrap-join-show .title-join-show h2
    {
        font-size: 20px;
    }
}
@media (max-width: 991px)
{
    .wrap-join-show .title-join-show h2
    {
        font-size: 18px;
        line-height: 24px;
    }
}
.wrap-join-show .text
{
    margin-top: 10px;
}
.wrap-join-show .text p
{
    font-size: 16px;
    line-height: 1.625;

    margin: 0;

    color: #666;
}
@media (max-width: 991px)
{
    .wrap-join-show .text p
    {
        font-size: 14px;
    }
}
.wrap-join-show .picbox .item
{
    position: relative;

    margin-top: 30px;
}
.wrap-join-show .picbox .item .img-box
{
    padding-bottom: 75%;
}
.wrap-join-show .picbox .item .play
{
    line-height: 55px;

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

    width: 55px;
    height: 55px;

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

    color: #fff;
    border-radius: 50%;
    background-color: #ffa400;
}
.wrap-join-show .picbox .item .play .icon
{
    font-size: 20px;
}
.wrap-join-show .picbox .item .play:hover
{
    line-height: 65px;

    width: 65px;
    height: 65px;

    background-color: #ffa400;
}
.wrap-download .title-download h2
{
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
}
@media (max-width: 1199px)
{
    .wrap-download .title-download h2
    {
        font-size: 20px;
    }
}
@media (max-width: 991px)
{
    .wrap-download .title-download h2
    {
        font-size: 18px;
        line-height: 24px;
    }
}
.wrap-download .text
{
    margin-top: 20px;
}
.wrap-download .text p
{
    font-size: 16px;
    line-height: 1.625;

    margin: 0;

    color: #666;
}
@media (max-width: 991px)
{
    .wrap-download .text p
    {
        font-size: 14px;
    }
}
.wrap-download .download
{
    margin-top: 50px;
}
.wrap-download .download .item
{
    display: block;

    text-align: center;
}
.wrap-download .download .item .pic
{
    position: relative;

    overflow: hidden;
}
.wrap-download .download .item .pic .img-box
{
    /* padding-bottom: 66.66666667%; */
    padding-bottom: 140%;
}
.wrap-download .download .item .mask
{
    z-index: 2 !important;

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

    height: 100% !important;
    padding: 0 5%;

    color: #fff;
    background-color: rgba(0, 0, 0, .7);

    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;

}
@media (max-width: 1199px)
{
    .wrap-download .download .item .mask
    {
        top: 0 !important;
        left: 0 !important;

        background-color: rgba(0, 0, 0, .5);
    }
}
.wrap-download .download .item .mask p
{
    font-size: 16px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 96px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.wrap-download .download .item .mask .down
{
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;

    margin-top: 14px;
   text-align: center;
   background-color: #ffa400;
    color: #fff;
    border-radius: 30px;
    margin: 0 auto;
    margin-top: 10px;
    display: inline-block;
    width: 240px;
}
.wrap-download .download .item .mask .down:hover
{
    text-decoration: underline;
}
.wrap-download .download .item .title-down
{
    position: relative;
}
.wrap-download .download .item .title-down:before
{
    position: absolute;
    top: 0;
    left: 5%;

    display: block;

    width: 90%;
    height: 5px;

    content: '';

    background-color: #ffa400;
}
.wrap-download .download .item .title-down h3
{
    font-size: 16px;
    line-height: 60px;

    display: -webkit-box;
    overflow: hidden;

    height: 60px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-faq .title h2
{
    padding-bottom: 20px;

    border-bottom: 1px solid #ddd;
}
.wrap-faq .title p
{
    font-size: 18px;
    line-height: 30px;

    max-width: 100%;
    margin: 14px 0 0 0;
}
.wrap-faq .title p a
{
    color: #ffa400;
}
.wrap-faq .title p a:hover
{
    text-decoration: underline;
}
.wrap-faq .faq-nav
{
    margin-top: 70px;

    text-align: center;

    color: #fff;
    background-color: #333;
}
@media (max-width: 991px)
{
    .wrap-faq .faq-nav
    {
        margin-top: 30px;
    }
}
.wrap-faq .faq-nav ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin: 0 -15px;

    border-left: 1px dashed #999;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.wrap-faq .faq-nav ul li
{
    position: relative;

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

    width: 16.66666667%;

    border-right: 1px dashed #999;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
@media (max-width: 767px)
{
    .wrap-faq .faq-nav ul li
    {
        width: 33.33333333%;
    }
}
.wrap-faq .faq-nav ul li:before
{
    position: absolute;
    bottom: 0;
    left: 50%;

    display: block;

    width: 0;
    height: 10px;

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

    background-color: #ffa400;
}
.wrap-faq .faq-nav ul li:after
{
    position: absolute;
    bottom: -7px;
    left: 50%;

    display: block;

    width: 0;
    height: 0;

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

    opacity: 0;
    border-width: 7px 7px 0 7px;
    border-style: solid;
    border-color: #ffa400 transparent transparent transparent;
}
.wrap-faq .faq-nav ul li.active:before,
.wrap-faq .faq-nav ul li:hover:before
{
    width: 100%;
}
.wrap-faq .faq-nav ul li.active:after,
.wrap-faq .faq-nav ul li:hover:after
{
    opacity: 1;
}
.wrap-faq .faq-nav ul li.active a,
.wrap-faq .faq-nav ul li:hover a{
   color: #ffa400;
}
.wrap-faq .faq-nav a
{
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;

    display: block;

    padding: 70px 14%;

    text-transform: uppercase;

    color: #fff;
}
@media (max-width: 1470px)
{
    .wrap-faq .faq-nav a
    {
        padding: 50px 5%;
    }
}
@media (max-width: 991px)
{
    .wrap-faq .faq-nav a
    {
        font-size: 14px;

        padding: 30px 15px;
    }
}
.wrap-faq .faq-list
{
    margin-top: 30px;
}
.wrap-faq .faq-list ul li:last-child .item
{
    border-bottom: none;
}
.wrap-faq .faq-list .item
{
    padding: 20px 0;

    border-bottom: 1px solid #ddd;
}
@media (max-width: 991px)
{
    .wrap-faq .faq-list .item
    {
        padding: 10px 0;
    }
}
.wrap-faq .faq-list .item .title-faq
{
    position: relative;

    padding: 20px 0;

    cursor: pointer;
}
@media (max-width: 991px)
{
    .wrap-faq .faq-list .item .title-faq
    {
        padding: 10px 0;
    }
}
.wrap-faq .faq-list .item .title-faq:after
{
    font-family: 'iconfont' !important;
    font-size: 20px;
    line-height: 70px;

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

    content: '\e8f2';
    -webkit-transition: all .4s;
            transition: all .4s;
}
@media (max-width: 991px)
{
    .wrap-faq .faq-list .item .title-faq:after
    {
        line-height: 50px;
    }
}
.wrap-faq .faq-list .item .title-faq h3
{
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;

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

    padding: 0 0 20px 0;
}
.wrap-faq .faq-list .item .text p
{
    font-size: 16px;
    line-height: 1.625;

    margin: 0;

    color: #666;
}
@media (max-width: 767px)
{
    .wrap-faq .faq-list .item .text p
    {
        font-size: 14px;
    }
}
.wrap-faq .faq-list .current .item .title-faq:after
{
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.wrap-solutions .solutions ul
{
    margin: 0 -3px;
}
.wrap-solutions .solutions ul li
{
    padding: 3px;
}
.wrap-solutions .solutions .item
{
    display: block;
    overflow: hidden;

    color: #fff;
    background-color: #000;
}
.wrap-solutions .solutions .item .pic
{
    position: relative;
}
.wrap-solutions .solutions .item .pic .img-box
{
    padding-bottom: 64.51612903%;
}
@media (max-width: 1199px)
{
    .wrap-solutions .solutions .item .pic .img-box
    {
        opacity: .8;
    }
}
.wrap-solutions .solutions .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-solutions .solutions .item .pic .title-solutions
{
    position: absolute;
    z-index: 2;
    top: 20px;
    left: 0;

    -webkit-transition: all .2s;
            transition: all .2s;
}
@media (max-width: 991px)
{
    .wrap-solutions .solutions .item .pic .title-solutions
    {
        top: 10px;
    }
}
.wrap-solutions .solutions .item .pic .title-solutions h3
{
    font-size: 24px;
    font-weight: bold;

    margin: 0;
    padding: 0 30px;

    text-transform: uppercase;
}
@media (max-width: 1470px)
{
    .wrap-solutions .solutions .item .pic .title-solutions h3
    {
        font-size: 20px;

        padding: 0 14px;
    }
}
@media (max-width: 991px)
{
    .wrap-solutions .solutions .item .pic .title-solutions h3
    {
        font-size: 18px;
    }
}
.wrap-solutions .solutions .item .mask
{
    z-index: 2 !important;

    width: 100%;
    height: 100%;
    padding: 30px 5%;

    text-align: center;

    background-color: rgba(0, 0, 0, .6);
}
.wrap-solutions .solutions .item .mask .icon
{
    width: 100px;
    margin: 0 auto;
}
@media (max-width: 1470px)
{
    .wrap-solutions .solutions .item .mask .icon
    {
        width: 80px;
    }
}
@media (max-width: 1400px)
{
    .wrap-solutions .solutions .item .mask .icon
    {
        width: 60px;
    }
}
.wrap-solutions .solutions .item .mask .icon img
{
    width: 100%;
}
.wrap-solutions .solutions .item .mask .note
{
    display: -webkit-box;
    overflow: hidden;

    height: 80px;
    margin: 15px 0 0 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.wrap-solutions .solutions .item .mask .note p
{
    line-height: 20px;

    margin: 0;
}
.wrap-solutions .solutions .item .mask .more
{
    line-height: 30px;

    text-decoration: underline;

    color: #ffa400;
}
@media (min-width: 1200px)
{
    .wrap-solutions .solutions .item:hover .title-solutions
    {
        opacity: 0;
    }
}
.wrap-information
{
    padding: 50px 0;

    text-align: center;

    background-color: #ffa400;
}
.wrap-information .title-information h2
{
    font-size: 26px;
    font-weight: bold;

    margin: 0;
}
@media (max-width: 767px)
{
    .wrap-information .title-information h2
    {
        font-size: 20px;
    }
}
.wrap-information .information .item
{
    font-size: 24px;
    line-height: 60px;

    display: block;

    width: 330px;
    margin-top: 40px;

    border: 1px solid #000;
    border-radius: 50px;
}
@media (max-width: 1350px)
{
    .wrap-information .information .item
    {
        width: 300px;
    }
}
@media (max-width: 1199px)
{
    .wrap-information .information .item
    {
        line-height: 50px;

        width: 250px;
    }
}
@media (max-width: 991px)
{
    .wrap-information .information .item
    {
        font-size: 20px;

        width: 200px;
        margin-top: 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-information .information .item
    {
        font-size: 18px;

        width: 100%;
    }
}
.wrap-information .information .item .icon
{
    font-size: 30px;

    display: inline-block;

    vertical-align: middle;

    color: #fff;
}
.wrap-information .information .item p
{
    margin: 0;
}
.wrap-information .information .item:hover .icon
{
    -webkit-animation: swing 1s 0s ease both;
            animation: swing 1s 0s ease both;
}
.wrap-information .slogn
{
    margin-top: 40px;
}
@media (max-width: 767px)
{
    .wrap-information .slogn
    {
        margin-top: 20px;
    }
}
.wrap-information .slogn p
{
    font-size: 16px;
    line-height: 24px;

    margin: 0;
}
@media (max-width: 767px)
{
    .wrap-information .slogn p
    {
        font-size: 14px;
    }
}
.wrap-contact
{
    background-color: #333;
}
.wrap-contact .title h2
{
    color: #fff;
}
.wrap-contact .message form ul
{
    margin: 0 -40px;
}
@media (max-width: 1199px)
{
    .wrap-contact .message form ul
    {
        margin: 0 -20px;
    }
}
.wrap-contact .message form ul li
{
    padding: 0 40px;
}
@media (max-width: 1199px)
{
    .wrap-contact .message form ul li
    {
        padding: 0 20px;
    }
}
.wrap-contact .message form .input-group
{
    position: relative;

    margin-top: 30px;
}
.wrap-contact .message form .input
{
    font-size: 1rem;

    overflow: hidden;

    width: 100%;
    padding: .8rem;

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

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

    position: absolute;
    left: 15px;

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

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

    color: rgba(255, 255, 255, .6);
}
.wrap-contact .message form .submit-group
{
    text-align: right;
}
.wrap-contact .message form .submit
{
    font-size: 16px;
    font-weight: bold;
    line-height: 50px;

    display: inline-block;

    width: 50%;
    height: 50px;
    margin-top: 20px;
    padding: 0 20px;

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

    color: #fff;
    border-radius: 5px;
    background-color: #ffa400;
}
.wrap-contact .message form .submit:hover
{
    background-color: #e0950d;
}
.wrap-contact .slogan
{
    margin-top: 40px;

    text-align: center;

    color: #fff;
}
.wrap-contact .slogan p
{
    font-size: 18px;
    line-height: 30px;
}
@media (max-width: 991px)
{
    .wrap-contact .slogan p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .wrap-contact .slogan p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.wrap-contact .contact-about
{
    margin-top: 40px;

    color: #fff;
}
.wrap-contact .contact-about .contact-left,
.wrap-contact .contact-about .contact-right
{
    width: 50%;
}
@media (max-width: 767px)
{
    .wrap-contact .contact-about .contact-left,
    .wrap-contact .contact-about .contact-right
    {
        width: 100%;
    }
}
.wrap-contact .contact-about .contact-left .item
{
    margin: 40px 0;
}
.wrap-contact .contact-about .contact-left .item .title-foot
{
    padding-bottom: 20px;

    border-bottom: 1px solid #555;
}
@media (max-width: 767px)
{
    .wrap-contact .contact-about .contact-left .item .title-foot
    {
        padding-bottom: 10px;
    }
}
.wrap-contact .contact-about .contact-left .item .title-foot h3
{
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;

    margin: 0;

    text-transform: uppercase;

    color: #fff;
}
@media (max-width: 1560px)
{
    .wrap-contact .contact-about .contact-left .item .title-foot h3
    {
        font-size: 26px;
    }
}
@media (max-width: 767px)
{
    .wrap-contact .contact-about .contact-left .item .title-foot h3
    {
        font-size: 20px;
    }
}
.wrap-contact .contact-about .contact-left .item .text
{
    margin-top: 20px;
}
@media (max-width: 767px)
{
    .wrap-contact .contact-about .contact-left .item .text
    {
        margin-top: 10px;
    }
}
.wrap-contact .contact-about .contact-left .item .text p
{
    font-size: 20px;
    line-height: 1.6;

    margin: 0;
}
@media (max-width: 1560px)
{
    .wrap-contact .contact-about .contact-left .item .text p
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .wrap-contact .contact-about .contact-left .item .text p
    {
        font-size: 16px;
    }
}
.wrap-contact .contact-about .contact-left .item-2 .text
{
    width: 280px;
    margin-top: 20px;
}
.wrap-contact .contact-about .contact-left .item-2 .text p
{
    font-size: 20px;
    line-height: 1.6;

    position: relative;

    margin: 10px 0 0 0;
    padding-right: 40px;
}
@media (max-width: 1199px)
{
    .wrap-contact .contact-about .contact-left .item-2 .text p
    {
        font-size: 18px;
    }
}
.wrap-contact .contact-about .contact-left .item-2 .text p .icon
{
    font-size: 20px;
    line-height: 32px;

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

    display: inline-block;

    width: 32px;
    height: 32px;
    animation: slide-down 3s linear infinite;
    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-color: #4dc247;
}
.wrap-contact .contact-about .contact-left .item-2 .text p a:hover
{
    text-decoration: underline;
}
.wrap-contact .contact-about .contact-left .item-2 .text .email p .icon
{
    background-color: #1296db;
}
.wrap-contact .contact-about .contact-right
{
    text-align: right;
}
.wrap-contact .contact-about .contact-right ul
{
    display: inline-block;

    width: 100%;
    max-width: 460px;
    padding: 10px 10%;

    text-align: left;

    background-color: #3f3f3f;
}
@media (max-width: 991px)
{
    .wrap-contact .contact-about .contact-right ul
    {
        max-width: 300px;
        padding: 10px 5%;
    }
}
@media (max-width: 767px)
{
    .wrap-contact .contact-about .contact-right ul
    {
        max-width: 100%;
    }
}
.wrap-contact .contact-about .contact-right ul li:nth-child(1)
{
    border-bottom: 1px solid #666;
}
.wrap-contact .contact-about .contact-right .item
{
    padding: 40px 0;
}
@media (max-width: 767px)
{
    .wrap-contact .contact-about .contact-right .item
    {
        padding: 20px 0;
    }
}
.wrap-contact .contact-about .contact-right .item .title-item
{
    text-align: right;
}
.wrap-contact .contact-about .contact-right .item .title-item h3
{
    font-size: 30px;

    text-transform: uppercase;
}
@media (max-width: 991px)
{
    .wrap-contact .contact-about .contact-right .item .title-item h3
    {
        font-size: 24px;
    }
}
.wrap-contact .contact-about .contact-right .item .text h4
{
    font-size: 22px;
    font-weight: bold;
    line-height: 36px;
}
@media (max-width: 991px)
{
    .wrap-contact .contact-about .contact-right .item .text h4
    {
        font-size: 20px;
    }
}
.wrap-contact .contact-about .contact-right .item .text p
{
    font-size: 18px;
    line-height: 1.77777778;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-contact .contact-about .contact-right .item .text p
    {
        font-size: 16px;
    }
}
.wrap-contact .contact-about .contact-right .item .text p a:hover
{
    text-decoration: underline;
}
.wrap-map
{
    overflow: hidden;

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

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

    display: inline-block;

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

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

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

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

    background-color: #ffa400;
}
.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:hover
{
    text-decoration: underline;

    color: #ffa400;
}
.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
{
    text-decoration: underline;

    color: #ffa400;
}
.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 30px;

    -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: #ffa400;
}
.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: #ffa400;
}
.wrap-sitemap .sitemap-vertical > ul > li > ul > li:hover > a:before
{
    opacity: 1;
}
.wrap-sitemap .sitemap-vertical > ul > li:hover > a
{
    color: #fff;
    border-color: #ffa400;
    background-color: #ffa400;
}
.wrap-supconn .title-in
{
    text-align: center;
}
.wrap-supconn .title-in p
{
    max-width: 100%;
}
.wrap-supconn .supconn-product
{
    margin-top: 60px;
    padding: 60px 0;

    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.wrap-supconn .supconn-product .slick-supconn-product
{
    margin: 0 -15px;
}
@media (max-width: 767px)
{
    .wrap-supconn .supconn-product .slick-supconn-product
    {
        margin: 0 -5px;
    }
}
.wrap-supconn .supconn-product .slick-supconn-product .slick-slide
{
    padding: 0 15px;
}
@media (max-width: 767px)
{
    .wrap-supconn .supconn-product .slick-supconn-product .slick-slide
    {
        padding: 0 5px;
    }
}
.wrap-supconn .supconn-product .item
{
    display: block;

    text-align: center;
}
.wrap-supconn .supconn-product .item .img-box
{
    padding-bottom: 75%;
}
.wrap-supconn .supconn-product .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-supconn .supconn-product .item .title-supconn
{
    padding: 0 20px;

    text-align: center;
}
.wrap-supconn .supconn-product .item .title-supconn h3
{
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;

    -webkit-transition: all .2s;
            transition: all .2s;
}
.wrap-supconn .supconn-product .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-supconn .supconn-product .item:hover .title-supconn h3
{
    color: #ffa400;
}
.wrap-supconn .supconn-product .slick-arrow
{
    font-size: 50px;

    top: 40%;
    left: -50px;

    color: #000;
}
@media (max-width: 767px)
{
    .wrap-supconn .supconn-product .slick-arrow
    {
        left: 0;
    }
}
.wrap-supconn .supconn-product .slick-arrow.slick-next
{
    right: -50px;
    left: auto;
}
@media (max-width: 767px)
{
    .wrap-supconn .supconn-product .slick-arrow.slick-next
    {
        right: 0;
    }
}
.wrap-supconn .supconn-product .slick-arrow:hover
{
    color: #ffa400;
}
.wrap-supconn .supconn ul li:nth-child(2n+1) .item .pic
{
    left: 50%;
}
@media (max-width: 767px)
{
    .wrap-supconn .supconn ul li:nth-child(2n+1) .item .pic
    {
        left: 0;
    }
}
.wrap-supconn .supconn ul li:nth-child(2n+1) .item .text
{
    right: 50%;
}
@media (max-width: 767px)
{
    .wrap-supconn .supconn ul li:nth-child(2n+1) .item .text
    {
        right: 0;
    }
}
.wrap-supconn .supconn .item
{
    font-size: 0;

    margin: 0 -30px;
}
@media (max-width: 1470px)
{
    .wrap-supconn .supconn .item
    {
        margin: 0 -15px;
    }
}
.wrap-supconn .supconn .item .pic,
.wrap-supconn .supconn .item .text
{
    font-size: 14px;

    position: relative;

    display: inline-block;

    width: 50%;
    padding: 0 30px;

    vertical-align: middle;
}
@media (max-width: 1470px)
{
    .wrap-supconn .supconn .item .pic,
    .wrap-supconn .supconn .item .text
    {
        padding: 0 15px;
    }
}
@media (max-width: 767px)
{
    .wrap-supconn .supconn .item .pic,
    .wrap-supconn .supconn .item .text
    {
        width: 100%;
    }
}
.wrap-supconn .supconn .item .pic
{
    position: relative;
}
.wrap-supconn .supconn .item .pic img
{
    width: 100%;
}
.wrap-supconn .supconn .item .pic .play
{
    line-height: 55px;

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

    width: 55px;
    height: 55px;

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

    color: #fff;
    border-radius: 50%;
    background-color: #ffa400;
}
.wrap-supconn .supconn .item .pic .play .icon
{
    font-size: 20px;
}
.wrap-supconn .supconn .item .pic .play:hover
{
    line-height: 65px;

    width: 65px;
    height: 65px;
}
@media (max-width: 767px)
{
    .wrap-supconn .supconn .item .text
    {
        margin-top: 30px;
    }
}
.wrap-supconn .supconn .item .text .title-supconn
{
    position: relative;

    padding-bottom: 20px;

    border-bottom: 1px solid #ffa400;
}
.wrap-supconn .supconn .item .text .title-supconn:after
{
    position: absolute;
    bottom: -2px;
    left: 0;

    display: block;

    width: 90px;
    height: 3px;

    content: '';

    background-color: #ffa400;
}
.wrap-supconn .supconn .item .text .title-supconn h3
{
    font-size: 34px;
    line-height: 1.47058824;

    margin: 0;
}
@media (max-width: 1199px)
{
    .wrap-supconn .supconn .item .text .title-supconn h3
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .wrap-supconn .supconn .item .text .title-supconn h3
    {
        font-size: 20px;
    }
}
.wrap-supconn .supconn .item .text .note
{
    font-size: 18px;
    line-height: 1.55555556;

    margin-top: 30px;

    color: #777;
}
@media (max-width: 1199px)
{
    .wrap-supconn .supconn .item .text .note
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .wrap-supconn .supconn .item .text .note
    {
        font-size: 14px;

        margin-top: 20px;
    }
}
.wrap-supconn .supconn .item .text .note ul li
{
    position: relative;

    margin: 20px 0;
    padding-left: 10px;
}
@media (max-width: 767px)
{
    .wrap-supconn .supconn .item .text .note ul li
    {
        margin: 10px 0;
    }
}
.wrap-supconn .supconn .item .text .note ul li:before
{
    font-weight: bold;

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

    content: '·';
}
.wrap-supconn .supconn .item .text .note p
{
    margin: 0;
}
.wrap-inquiryinfo .title-inquiry h2
{
    font-size: 34px;
    font-weight: bold;
    line-height: 1;

    position: relative;

    display: inline-block;

    margin: 0;

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

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

    vertical-align: middle;

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

    margin: 10px 0 0 0;

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

    width: 100%;

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

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

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

    display: inline-block;

    padding: 20px 10px;

    vertical-align: middle;
    word-break: break-word;
}
@media (max-width: 1470px)
{
    .wrap-inquiryinfo .inquiry-info .checkbox,
    .wrap-inquiryinfo .inquiry-info .pimg,
    .wrap-inquiryinfo .inquiry-info .pname,
    .wrap-inquiryinfo .inquiry-info .number,
    .wrap-inquiryinfo .inquiry-info .Operation
    {
        padding: 20px 10px;
    }
}
@media (max-width: 767px)
{
    .wrap-inquiryinfo .inquiry-info .checkbox,
    .wrap-inquiryinfo .inquiry-info .pimg,
    .wrap-inquiryinfo .inquiry-info .pname,
    .wrap-inquiryinfo .inquiry-info .number,
    .wrap-inquiryinfo .inquiry-info .Operation
    {
        padding: 20px 5px;
    }
}
.wrap-inquiryinfo .inquiry-info .checkbox
{
    width: 6%;
}
@media (max-width: 767px)
{
    .wrap-inquiryinfo .inquiry-info .checkbox
    {
        width: 30px;
    }
}
.wrap-inquiryinfo .inquiry-info .Operation
{
    width: 7%;
}
@media (max-width: 767px)
{
    .wrap-inquiryinfo .inquiry-info .Operation
    {
        width: 20px;
    }
}
.wrap-inquiryinfo .inquiry-info .pimg
{
    width: 10%;
}
@media (max-width: 767px)
{
    .wrap-inquiryinfo .inquiry-info .pimg
    {
        width: 20%;
    }
}
.wrap-inquiryinfo .inquiry-info .pimg .img-box
{
    padding-bottom: 66.66666667%;
}
.wrap-inquiryinfo .inquiry-info .number
{
    width: 9%;
}
@media (max-width: 767px)
{
    .wrap-inquiryinfo .inquiry-info .number
    {
        width: 14%;
        padding: 10px;
    }
}
.wrap-inquiryinfo .inquiry-info .pname
{
    width: 7.5%;
    /*width: 13%;*/
}
@media (max-width: 767px)
{
    .wrap-inquiryinfo .inquiry-info .pname
    {
        width: 17%;
    }
}
.wrap-inquiryinfo .inquiry-info .check-all .substitite
{
    padding-left: 0;
}
@media (max-width: 767px)
{
    .wrap-inquiryinfo .inquiry-info .check-all span
    {
        display: none;
    }
}
.wrap-inquiryinfo .inquiry-info .all,
.wrap-inquiryinfo .inquiry-info span
{
    display: inline-block;

    margin: 0;
    padding: 0;

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

    margin: 0;
    padding: 0;

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

    display: inline-block;

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

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

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

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

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

    content: '\e656';

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

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

    content: '\e656';

    color: #ffa400;
}
.wrap-inquiryinfo .inquiry-info input
{
    font-size: 14px;
    line-height: 34px;

    position: relative;

    width: 29px;
    height: 34px;

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

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

        width: 25px;
        height: 25px;

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

    display: inline-block;

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

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

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

        position: relative;
        z-index: 8;

        display: block;

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

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

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

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

    cursor: pointer;
    text-align: center;

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

    content: '\e632';

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

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

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

    color: #666;
    border: 1px solid #faedd1;
    border-radius: 5px;
    background-color: #fcf8e3;
}
nav
{
    text-align: center;
}
.pagination
{
    display: block;

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

    margin: 0 8px;

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

    display: inline-block;

    content: '\eb60';
}
@media (max-width: 767px)
{
    .pagination li.prev a:before,
    .pagination li.next a:before
    {
        font-size: 16px;
    }
}
.pagination li.prev:hover a,
.pagination li.next:hover a
{
    color: #fff;
    border: none;
    background-color: #000;
}
.pagination li.next a:before
{
    content: '\e625';
}
.pagination li a
{
    font-size: 14px;
    line-height: 40px;

    display: block;

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

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

    border: none;
    border-radius: 50%;
    background: none;
    background-color: #f6f6f6;
}
@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: #000;
    background-color: #000;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover
{
    color: #fff;
    border-color: #000;
    background-color: #000;
}
@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;
    }
}

.box-inspired .inspired .item:hover .img-box img{
   transform: scale(1.1);
}

.box-need-index .need .title-need h2,
.box-need .need .title-need h2,
.box-solutions .solutions .item .note h3{
   transition: all .2s;
}
.box-need-index .need .title-need h2:hover,
.box-need .need .title-need h2:hover,
.box-solutions .solutions .item:hover .note h3{
   color: #ffa400;
}
.img-box img{
   transition: all .5s!important;
}
.footer .foot .item-2 .text a{
   transition: all .2s;
}
.footer .foot .item-2 .text a:hover{
   color: #ffa400;
   transform: translateX(10px);
}

.gizle
{
    top: -116px;
}
.sabit
{
    top: 0;
}
.header:hover{
   top: 0;
}

.wrap-global .global .pic{
   animation: rotate 10s linear infinite;

}
.wrap-global .global .pic img{
   transition: all 1s;
}
.wrap-global .global .pic:hover img{
   transform: scale(1.3);
}

@-webkit-keyframes rotate {
   from {
     -webkit-transform-origin: center;
     transform-origin: center;
     -webkit-transform: rotate3d(0, 0, 1, -360deg);
     transform: rotate3d(0, 0, 1, -360deg);
     opacity: 1;
   }

   to {
     -webkit-transform-origin: center;
     transform-origin: center;
     -webkit-transform: none;
     transform: none;
     opacity: 1;
   }
 }

 @keyframes rotate {
   from {
     -webkit-transform-origin: center;
     transform-origin: center;
     -webkit-transform: rotate3d(0, 0, 1, -360deg);
     transform: rotate3d(0, 0, 1, -360deg);
     opacity: 1;
   }

   to {
     -webkit-transform-origin: center;
     transform-origin: center;
     -webkit-transform: none;
     transform: none;
     opacity: 1;
   }
 }

 .rotate {
   -webkit-animation-name: rotate;
   animation-name: rotate;
 }

 @-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);
    }
}

@-webkit-keyframes slide-up
{
    0%
    {
        -webkit-transform: translateY(-10px);
                transform: translateY(-10px);
    }
    50%
    {
        -webkit-transform: translateY(0px);
                transform: translateY(0px);
    }
    100%
    {
        -webkit-transform: translateY(-10px);
                transform: translateY(-10px);
    }
}
@keyframes slide-up
{
    0%
    {
        -webkit-transform: translateY(-10px);
                transform: translateY(-10px);
    }
    50%
    {
        -webkit-transform: translateY(0px);
                transform: translateY(0px);
    }
    100%
    {
        -webkit-transform: translateY(-10px);
                transform: translateY(-10px);
    }
}
.supconn-left .left-info .title,
.supconn-left .left-info .text{
   transition: all .6s;
}
.supconn-left .left-info:hover .title{
   transform: translateX(-10px);
   color: #ffa400;
}
.supconn-left .left-info:hover .text{
   transform: translateX(10px);
}
.addcart{
   cursor: pointer;
}
.wrap-product-show .info-box .info-bottom .chat .icon,
.wrap-product-show .info-box .info-bottom .call .icon{
   transition: all .6s;
   font-size: 30px;
}
.wrap-product-show .info-box .info-bottom .chat:hover .icon,
.wrap-product-show .info-box .info-bottom .call:hover .icon {
   font-size: 40px;
}
.wrap-product-show .carousel-wrap .slider-for .item{
   /* background-color: #000000; */

}
.wrap-product-show .carousel-wrap .slider-for .item:hover .img-box{
   transition: all .2s;
}
.wrap-product-show .carousel-wrap .slider-for .item:hover .img-box img{
 transform: scale(1.1);
}
.wrap-product-show .carousel-wrap .slider-for .item:hover .img-box{
   /* opacity: .5; */
}
.wrap-product-show .carousel-wrap .slider-for .item-video:hover .img-box{
   opacity: 1;
}
.wrap-office .office-picbox .item{
   overflow: hidden;
}
.wrap-office .office-picbox .item img{
   transition: all .6s;
}
.wrap-office .office-picbox .item:hover img{
   transform: scale(1.4);
}

.header .logo,
.footer .foot-brand .brand-item,
.fixed-bottom .cart a, .fixed-bottom .contact a,
.wrap-office .office .video .video-box,
.box-supconn .supconn .supconn-left .supconn-what .what-pic{
   position: relative;
   overflow: hidden;
}
.header .logo:before,
.box-supconn .supconn .supconn-right .supconn-item .video .img-box:before,
.footer .foot-brand .brand-item:before,
.fixed-bottom .cart a:before, .fixed-bottom .contact a:before,
.wrap-office .office .video .video-box:before,
.box-supconn .supconn .supconn-left .supconn-what .what-pic:before{
   position: absolute;
   top: 0;
   bottom: 0;
   left: 0;
   z-index: 2;
   width: 50%;
   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, .45)), to(rgba(204, 204, 204, .05)));
   background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, .45), rgba(204, 204, 204, .05));
   background-image:         linear-gradient(to right, rgba(255, 255, 255, .45), rgba(204, 204, 204, .05));

   -webkit-backface-visibility: hidden;
           backface-visibility: hidden;
}
.header .logo:hover:before,
.box-supconn .supconn .supconn-right .supconn-item .video:hover .img-box:before,
.footer .foot-brand .brand-item:hover:before,
.fixed-bottom .cart a:hover:before, .fixed-bottom .contact a:hover:before,
.wrap-office .office .video .video-box:hover:before,
.box-supconn .supconn .supconn-left .supconn-what .what-pic:hover:before{
   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);
}
.wrap-sidenav .sidenav-item .sidenav-list ul li a:after{
   font-family: 'iconfont' !important;
   content: '\e63f';
   position: absolute;
   width: 20px;
   height: 30px;
   line-height: 30px;
   text-align: center;
   left: 0;
   top: -4px;
   font-size: 25px;
opacity: 0;
}
.wrap-sidenav .sidenav-item .sidenav-list ul li.active a:after{
   opacity: 1;
}
.wrap-sidenav .sidenav-item .title-sidenav-item{
   cursor: pointer;
   text-transform: capitalize;
}
.wrap-sidenav-photo .sidenav-item.now h4:after{
   content: '+';
}
.wrap-faq .faq-nav a{
   transition: all .5s;
}
.wrap-faq .faq-nav.sticky a{
   padding-top: 15px;
   padding-bottom: 15px;
}
.banner-office-video .img-box{
   padding-bottom: 40%;
}
.banner-office-video video{
   width: 100%;
   position: absolute;
   height: 100%;
   object-fit: cover;
   top: 0;
   left: 0;
}
.header .serach-part p{
   position: absolute;
   right: 60px;
   margin: 0;
   top: 0;
   color: #fff;
   width: 200px;
   opacity: 0;
   transform: translateX(30px);
   transition: all .4s;
}
.header .serach-part:hover p{
   opacity: 1;
   transform: translateX(0px);
}

.wrap-supconn .supconn .slick-dots{
   position: absolute;
   width: 100%;
   bottom: 15%;
}
.wrap-contact .contact-about .contact-right .item .text p a{
   display: inline-block;
}
.footer .foot .item-4 .text p,
.wrap-contact .contact-about .contact-left .item-2 .text p,
.wrap-contact .contact-about .contact-right .item .text p a{
   transition: all .4s;
}
.footer .foot .item-4 .text p:hover,
.wrap-contact .contact-about .contact-left .item-2 .text p:hover,
.wrap-contact .contact-about .contact-right .item .text p a:hover{
   transform: translateX(10px);
   color: #ffa400;
}

.wrap-factory .office-picbox ul li{
   width: 9%;
}
.wrap-factory .office-picbox ul li:nth-child(1){
   width: 19%;
}
.wrap-product .product .item .title-down p,
.wrap-product-list .product .item .title-down p,
.wrap-product-show .product .item .title-down p,
.wrap-product .product-list .item .title-down p,
.wrap-product-list .product-list .item .title-down p,
.wrap-product-show .product-list .item .title-down p,
.wrap-product .slick-relate-product .item .title-down p,
.wrap-product-list .slick-relate-product .item .title-down p,
.wrap-product-show .slick-relate-product .item .title-down p{
   overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 1;
   -webkit-box-orient: vertical;
   word-break: break-all;
   line-height: 24px;
   height: 24px;
}

.wrap-sidenav .sidenav-item .sidenav-list.more a{
   display: block;
   font-size: 18px;
   line-height: 30px;
   text-decoration: underline;
}

.wrap-sidenav .sidenav-item .sidenav-list.more a:hover{
   color: #ffa400;
}