@charset 'utf-8';
@font-face
{
    font-family: 'Bodoni Std';
    font-weight: bold;
    font-style: normal;

    src: url('font/BodoniStd-Bold.eot');
    src: local('Bodoni Std Bold'), local('BodoniStd-Bold'), url('font/BodoniStd-Bold.eot?#iefix') format('embedded-opentype'), url('font/BodoniStd-Bold.woff2') format('woff2'), url('font/BodoniStd-Bold.woff') format('woff'), url('font/BodoniStd-Bold.ttf') format('truetype'), url('font/BodoniStd-Bold.svg#BodoniStd-Bold') format('svg');
    font-display: swap;
}
body,
html
{
    overflow-x: hidden;

    width: 1920px;
    max-width: 100%;
    margin: 0 auto;
}
body
{
    font-family: Arial, Helvetica, 'Helvetica Neue', 'PingFang SC', 'Microsoft YaHei', 'Hiragino Sans GB', 'Heiti SC', 'WenQuanYi Micro Hei', sans-serif;

    color: #222;
}
body.fixed
{
    overflow: hidden;
}
.b,
.index-box .title h2,
.num-box li .timer,
.index-building .title h3,
.about-wrap .title h2,
.customized-list .icon .num,
.newsletter h2,
.footer .foot-list h4
{
    font-family: 'Bodoni Std';
}
.bg
{
    background: #f16c12;
    background: -webkit-linear-gradient(left, #f16c12 0%, #f5a671 100%);
    background: -webkit-gradient(linear, left top, right top, from(#f16c12), to(#f5a671));
    background:         linear-gradient(to right, #f16c12 0%, #f5a671 100%);

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f16c12', endColorstr='#f5a671', GradientType=1);
}
.ff,
.pagination .next:before,
.pagination .prev:before,
.header .top .info span:before,
.header .cart a:before,
.slick-arrow:before,
.banner .mobile-video:before,
.fancybox-lists h3 .iconfont,
.index-news .intro .date:before,
.inquiry-form form .submit:after,
.product-details-wrap .slider-nav .product-video:after,
.product-details-wrap .fun-btn a:before,
.more-box button:after,
.more-box a:after,
.news-wrap .date:before,
.news-details-wrap .date:before,
.news-page a:before,
.news-page a:after,
.inquiry-wrap .inquiry-box .number-box a:before,
.newsletter form .submit:after,
.footer .foot-contact .list > p:before,
.footer .foot-message form .submit:after,
.copyright .sitemap a:before
{
    font-family: 'iconfont' !important;
    font-style: normal;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.all,
.video-box > a[data-src]:not([data-src='']):after,
.video-box .img-box[data-src]:not([data-src='']):after,
.banner .mobile-video:after,
.index-building .list .item:after,
.about-wrap .num-box:after,
.product-details-wrap .slider-nav .iframe-cont .img-box:before,
.case-list .img-box:before,
.xs-online ul li.wechat label,
.xs-online ul li.weixin label
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}
.goog-te-menu-frame
{
    z-index: 999999999 !important;
}
.txt p
{
    font-size: 15px;
    line-height: 1.6;

    margin: 0;

    color: #666;
}
@media (max-width: 767px)
{
    .txt p
    {
        font-size: 14px;
        line-height: 1.8;
    }
}
.txt img
{
    max-width: 100%;
    height: auto !important;
}
.scrollbar::-webkit-scrollbar
{
    width: 5px;
    height: 5px;

    background-color: #f5f5f5;
}
.scrollbar::-webkit-scrollbar-track
{
    border-radius: 5px;
    background-color: #f5f5f5;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}
.scrollbar::-webkit-scrollbar-thumb
{
    border-radius: 5px;
    background-color: #bdbdbd;
}
.scrollbar::-webkit-scrollbar-thumb:hover
{
    border-radius: 5px;
    background: rgba(0, 0, 0, .4);
}
.clamp,
.index-about .index-about-txt p,
.index-news .intro h3,
.product-list p,
.case-list p,
.news-list h3,
.news-list p,
.inquiry-wrap .inquiry-box .introduce-box h3
{
    display: -webkit-box;
    overflow: hidden;

    -webkit-box-orient: vertical;
}
.t1,
.product-list h3,
.news-page p
{
    overflow: hidden;

    white-space: nowrap;
    text-overflow: ellipsis;
}
.ts,
.header .language-box a,
.slick-arrow,
.banner .slick-dots li,
.banner .slick-dots li:before,
.index-building .list .item:after,
.index-news .intro,
.product-list .pro-change-btn a,
.case-list .img-box:before,
.news-list li,
.news-list h3,
.online-wrap .online a,
.newsletter form .submit,
.footer .foot-product li a,
.footer .foot-product li a:before
{
    -webkit-transition: .4s;
            transition: .4s;
}
@-webkit-keyframes scale
{
    0%
    {
        -webkit-transform: translateX(-50%) translateY(-50%) scale(.8);
                transform: translateX(-50%) translateY(-50%) scale(.8);

        opacity: .8;
    }
    100%
    {
        -webkit-transform: translateX(-50%) translateY(-50%) scale(1.5);
                transform: translateX(-50%) translateY(-50%) scale(1.5);

        opacity: 0;
    }
}
@keyframes scale
{
    0%
    {
        -webkit-transform: translateX(-50%) translateY(-50%) scale(.8);
                transform: translateX(-50%) translateY(-50%) scale(.8);

        opacity: .8;
    }
    100%
    {
        -webkit-transform: translateX(-50%) translateY(-50%) scale(1.5);
                transform: translateX(-50%) translateY(-50%) scale(1.5);

        opacity: 0;
    }
}
@media (min-width: 1200px)
{
    .video-box img
    {
        -webkit-transition:         transform .7s;
        -webkit-transition: -webkit-transform .7s;
                transition: -webkit-transform .7s;
                transition:         transform .7s;
                transition:         transform .7s, -webkit-transform .7s;
    }
    .video-box:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
.video-box > a,
.video-box .img-box
{
    display: block;
    overflow: hidden;
}
.video-box > a[data-src]:not([data-src='']),
.video-box .img-box[data-src]:not([data-src=''])
{
    cursor: pointer;
}
.video-box > a[data-src]:not([data-src='']):after,
.video-box .img-box[data-src]:not([data-src='']):after
{
    -webkit-transition: 1.2s;
            transition: 1.2s;
}
.video-box > a[data-src]:not([data-src='']):after,
.video-box .img-box[data-src]:not([data-src='']):after
{
    z-index: 2;

    content: '';

    background-color: rgba(0, 0, 0, .4);
}
.video-box > a[data-src]:not([data-src='']) .v-btn,
.video-box .img-box[data-src]:not([data-src='']) .v-btn
{
    display: block;
}
@media (min-width: 1200px)
{
    .video-box > a[data-src]:not([data-src='']):hover:after,
    .video-box .img-box[data-src]:not([data-src='']):hover:after
    {
        background-color: rgba(0, 0, 0, .1);
    }
    .video-box > a[data-src]:not([data-src='']):hover .mask-btn:after,
    .video-box .img-box[data-src]:not([data-src='']):hover .mask-btn:after
    {
        -webkit-animation: scale 2000ms linear infinite;
                animation: scale 2000ms linear infinite;
    }
}
.video-box .v-btn
{
    font-size: 60px;
    line-height: 1;

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

    display: none;

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

    color: #fff;
}
.video-box .v-btn.mask-btn:before
{
    position: relative;
    z-index: 2;

    display: block;
}
.video-box .v-btn.mask-btn:after
{
    position: absolute;
    top: 50%;
    left: 50%;

    width: 100%;
    height: 100%;

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

    border: 10px solid #fff;
    border-radius: 50%;
}
@media (max-width: 1199px)
{
    .video-box .v-btn
    {
        font-size: 55px;
    }
}
@media (max-width: 991px)
{
    .video-box .v-btn
    {
        font-size: 50px;
    }
}
@media (max-width: 767px)
{
    .video-box .v-btn
    {
        font-size: 45px;
    }
}
.video-box > a:not(.img-box)
{
    position: relative;

    display: block;
}
.table-box
{
    overflow: auto;

    width: 100%;
    max-width: 100%;
}
.table-box table
{
    font-size: 16px;
    line-height: 1.2;

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

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

    text-align: center;

    color: #333;
}
@media (max-width: 767px)
{
    .table-box table
    {
        font-size: 14px;
    }
}
.table-box table tr,
.table-box table td,
.table-box table th
{
    width: auto !important;
    height: auto !important;
}
.table-box table td,
.table-box table th
{
    padding: 14px 8px !important;

    border: 1px solid #a0a0a0 !important;
}
@media (max-width: 991px)
{
    .table-box table td,
    .table-box table th
    {
        padding: 12px 8px !important;
    }
}
@media (max-width: 767px)
{
    .table-box table td,
    .table-box table th
    {
        padding: 8px 8px !important;
    }
    .table-box table td,
    .table-box table th,
    .table-box table td *,
    .table-box table th *
    {
        font-size: 12px !important;
    }
}
@media (max-width: 575px)
{
    .table-box table td,
    .table-box table th
    {
        padding: 8px 8px !important;
    }
    .table-box table td,
    .table-box table th,
    .table-box table td *,
    .table-box table th *
    {
        font-size: 2.7vmin !important;
    }
}
.table-box table tr p,
.table-box table tr span
{
    margin: 0 !important;
    padding: 0 !important;

    background: none !important;
}
.table-box table th
{
    text-align: center;
}
.table-box table img
{
    max-width: 100%;
    height: auto !important;
}
@media only screen and (min-width: 1350px)
{
    .container
    {
        width: 1320px;
    }
}
@media only screen and (min-width: 1470px)
{
    .container
    {
        width: 1440px;
    }
}
.pagination
{
    display: block;

    margin: 60px 0 0;

    text-align: right;
}
@media (max-width: 991px)
{
    .pagination
    {
        margin-top: 50px;
    }
}
@media (max-width: 767px)
{
    .pagination
    {
        margin-top: 35px;
    }
}
.pagination a,
.pagination span:not(.ellipsis)
{
    font-size: 16px;
    line-height: 26px;

    display: inline-block;
    overflow: hidden;

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

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

    border-radius: 4px;
}
@media (min-width: 1200px)
{
    .pagination a,
    .pagination span:not(.ellipsis)
    {
        -webkit-transition: .2s;
                transition: .2s;
    }
    .pagination a:hover,
    .pagination span:not(.ellipsis):hover
    {
        color: #fff;
        border-color: #087776;
        background-color: #087776;
    }
}
@media (max-width: 1199px)
{
    .pagination a,
    .pagination span:not(.ellipsis)
    {
        margin: 0 5px;
    }
    .pagination a:active,
    .pagination span:not(.ellipsis):active
    {
        color: #fff;
        border-color: #087776;
        background-color: #087776;
    }
}
.pagination span.current
{
    color: #fff;
    border-color: #087776;
    background-color: #087776;
}
.pagination span.current.prev,
.pagination span.current.next
{
    display: none;
}
.pagination .next,
.pagination .prev
{
    line-height: 24px;

    color: #cdcdcd;
    border: 1px solid #cdcdcd;
}
.pagination .prev:before
{
    content: '\e9b5';
}
.pagination .next:before
{
    content: '\e72f';
}
.clearfix
{
    zoom: 1;
}
.clearfix:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
.header
{
    position: relative;
    z-index: 999;
}
@media (min-width: 1200px)
{
    .header .fixed .fixed-pro
    {
        position: fixed;
        z-index: 9999;
        bottom: 100%;
        left: 0;

        width: 100%;

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

        box-shadow: 0 2px 14px 1px rgba(0, 0, 0, .2);
    }
}
@media (max-width: 1199px)
{
    .header
    {
        height: auto !important;
    }
}
.header .top > div,
.header .bottom > div
{
    display: inline-block;

    vertical-align: middle;
}
@media (max-width: 767px)
{
    .header .header-box
    {
        overflow: hidden;
    }
}
.header .logo,
.header .header-r
{
    display: inline-block;

    vertical-align: middle;
}
.header .logo
{
    z-index: 2;

    /*background-color: #424348;*/
}
@media (max-width: 575px)
{
    .header .logo
    {
        width: 45%;
    }
}
.header .logo > a
{
    position: relative;

    display: inline-block;

    padding: 25px 30px 25px 0;

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

    /*background-color: #424348;*/
}
/*.header .logo > a:before
{
    position: absolute;
    z-index: -1;
    top: 0;
    right: 89%;

    width: 600px;
    height: 100%;

    content: '';

    background-color: #424348;
}
.header .logo > a:after
{
    position: absolute;
    top: 0;
    left: 100%;

    width: 0;
    height: 0;

    content: '';

    border-width: 55px 0 55px 42px;
    border-style: solid;
    border-color: transparent transparent transparent #424348;
}*/
@media (max-width: 1469px)
{
    .header .logo > a
    {
        padding-right: 15px;
    }
}
@media (max-width: 1349px)
{
    .header .logo > a
    {
        padding-right: 0;
    }
    .header .logo > a:after
    {
        border-width: 55px 0 55px 25px;
    }
}
@media (max-width: 991px)
{
    .header .logo > a
    {
        width: 305px;
        padding: 20px 30px 20px 0;
    }
    .header .logo > a:after
    {
        border-width: 45px 0 45px 25px;
    }
}
@media (max-width: 767px)
{
    .header .logo > a
    {
        width: 250px;
        padding: 14px 20px 14px 0;
    }
    .header .logo > a:after
    {
        top: 50%;

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

        border-width: 40px 0 40px 25px;
    }
}
@media (max-width: 575px)
{
    .header .logo > a
    {
        width: 100%;
        padding: 3.5vmin 5px 3.5vmin 0;
    }
    .header .logo > a:after
    {
        border-width: 40px 0 40px 15px;
    }
}
.header .logo img
{
    max-width: 100%;
}
@media (min-width: 1200px)
{
    .header .header-r
    {
        width: 930px;
        margin-top: -1px;
    }
}
@media (min-width: 1200px) and (max-width: 1469px)
{
    .header .header-r
    {
        width: 870px;
    }
}
@media (min-width: 1200px) and (max-width: 1349px)
{
    .header .header-r
    {
        width: 760px;
    }
}
@media (min-width: 1200px)
{
    .header .header-r > .search-wrap
    {
        display: inline-block !important;
    }
}
@media (max-width: 767px)
{
    .header .header-r > .google-translate
    {
        display: none;
    }
}
.header .top
{
    padding: 9px 0;
}
@media (max-width: 991px)
{
    .header .top
    {
        padding: 5px 0;
    }
}
@media (max-width: 767px)
{
    .header .top
    {
        padding: 0;
    }
}
.header .top > div
{
    font-size: 14px;

    display: inline-block;

    vertical-align: middle;
}
.header .top .info span
{
    position: relative;

    display: inline-block;

    margin-left: 60px;
    padding-left: 30px;

    vertical-align: middle;

    color: #888;
}
.header .top .info span:first-child
{
    margin-left: 0;
}
.header .top .info span:before
{
    font-size: 1.4em;

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

    color: #666;
}
.header .top .info .tel:before
{
    content: '\e61c';
}
.header .top .info .mail:before
{
    content: '\e6a4';
}
@media (min-width: 1200px)
{
    .header .top .info a:hover
    {
        text-decoration: underline;

        color: #087776;
    }
}
@media (min-width: 768px)
{
    .header .top .fun-box > div
    {
        display: inline-block;

        vertical-align: middle;
    }
}
.header .top .share
{
    margin-right: 15px;
}
.header .top .share a
{
    margin-left: 2px;

    color: #888;
    border: none;
}
@media (max-width: 1199px)
{
    .header .top > .nav
    {
        display: none;
    }
}
@media (min-width: 768px)
{
    .header .bottom
    {
        border-top: 1px solid #eee;
    }
}
@media (max-width: 1199px)
{
    .header .bottom
    {
        padding-top: 10px;
    }
    .header .bottom > .nav
    {
        display: none;
    }
}
@media (max-width: 991px)
{
    .header .bottom
    {
        padding-top: 5px;
    }
}
@media (max-width: 767px)
{
    .header .bottom
    {
        padding-top: 0;
    }
}
.header .google-translate
{
    min-width: 110px;
}
@media (max-width: 767px)
{
    .header .google-translate
    {
        display: none;
    }
}
.header .find
{
    font-size: 16px;

    position: relative;

    display: inline-block;

    margin-right: 20px;

    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    text-align: center;
    vertical-align: middle;
}
.header .find:after,
.header .find span
{
    display: inline-block;

    vertical-align: middle;
}
.header .find:after
{
    font-family: 'iconfont' !important;
    font-size: 1.4em;
    font-style: normal;

    content: '\f0f1';

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.header .find span
{
    margin-right: 5px;
}
@media (max-width: 767px)
{
    .header .find span
    {
        display: none;
    }
}
@media (min-width: 1200px)
{
    .header .find:hover span
    {
        text-decoration: underline;
    }
}
@media (max-width: 1199px)
{
    .header .find
    {
        margin: 0 35px;
    }
}
@media (max-width: 767px)
{
    .header .find
    {
        margin: 0 25px;
    }
}
@media (max-width: 575px)
{
    .header .find
    {
        margin: 0 20px;
    }
}
.header .cart
{
    font-size: 16px;
}
@media (min-width: 1200px)
{
    .header .cart
    {
        margin-left: 45px;
    }
}
@media (min-width: 1200px) and (max-width: 1349px)
{
    .header .cart
    {
        font-size: 14px;

        margin-left: 20px;
    }
}
@media (max-width: 767px)
{
    .header .cart
    {
        font-size: 14px;
    }
}
@media (max-width: 575px)
{
    .header .cart
    {
        font-size: 0;
    }
}
.header .cart var
{
    font-style: normal;
}
.header .cart a
{
    position: relative;

    display: block;
}
.header .cart a:before,
.header .cart a span
{
    display: inline-block;

    vertical-align: middle;
}
.header .cart a:before
{
    font-size: 1.375em;
    line-height: 1;

    content: '\e601';
}
.header .cart a span
{
    margin-left: 5px;
}
@media (min-width: 1200px)
{
    .header .cart a:hover
    {
        color: #087776;
    }
    .header .cart a:hover span
    {
        text-decoration: underline;
    }
}
@media (max-width: 575px)
{
    .header .cart a
    {
        position: relative;
    }
    .header .cart a:before
    {
        font-size: 24px;
    }
    .header .cart a var
    {
        font-size: 10px;
        line-height: 1;

        position: absolute;
        top: -4px;
        right: -2px;

        padding: 2px 5px;

        color: #fff;
        border-radius: 10px;
        background-color: #087776;
    }
}
.header .language-box a
{
    line-height: 26px;

    display: block;

    width: 28px;
    height: 28px;

    text-align: center;

    border: 1px solid #fff;
    border-radius: 50%;
}
@media (min-width: 1200px)
{
    .header .language-box a:hover
    {
        color: #087776;
        background-color: #fff;
    }
}
.header .nav-collapse
{
    position: relative;

    display: none;

    width: 28px;
    height: 28px;
    padding: 0;

    cursor: pointer;

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

        vertical-align: middle;
    }
    .header .nav-collapse.nav-collapse-1
    {
        position: absolute;
        z-index: 9999;
        top: 10px;
        right: 25px;

        display: block;

        border: none;
    }
}
.header .nav-collapse .btn-line
{
    position: absolute;
    left: 50%;

    width: 28px;
    height: 2px;

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

    background-color: #fff;
}
.header .nav-collapse .btn-line:nth-child(3),
.header .nav-collapse .btn-line:nth-child(1)
{
    display: block;

    content: '';
}
.header .nav-collapse .btn-line:nth-child(1)
{
    top: 25%;
}
.header .nav-collapse .btn-line:nth-child(2)
{
    top: 50%;
}
.header .nav-collapse .btn-line:nth-child(3)
{
    top: 75%;
}
.header .nav-collapse.active .btn-line:nth-child(2)
{
    -webkit-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
            transform: translateX(-50px);

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

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

    -webkit-transform: translateX(-50%) rotateZ(-45deg);
        -ms-transform: translateX(-50%) rotate(-45deg);
            transform: translateX(-50%) rotateZ(-45deg);
}
.header .nav-collapse-xs .btn-line
{
    background-color: #333;
}
.header .xs-nav
{
    position: absolute;
    bottom: 10px;
    left: 0;

    display: none;

    width: 100%;
    padding: 0 10px;

    text-align: left;
}
@media (max-width: 1199px)
{
    .header .xs-nav
    {
        display: block;
    }
}
.header .xs-nav li
{
    display: inline-block;

    vertical-align: middle;
}
.header .xs-nav a
{
    font-size: 14px;
    line-height: 24px;

    position: relative;

    display: inline-block;

    padding: 0 5px;

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

    color: #fff;
}
.header .xs-nav a:after
{
    position: absolute;
    top: 0;
    right: 0;

    content: '/';

    color: #fff;
}
.header .xs-nav a:last-child:after
{
    display: none;
}
.header .xs-nav a:active span
{
    text-decoration: underline;
}
@media (min-width: 1200px)
{
    .header .nav
    {
        display: inline-block !important;

        text-align: left;
    }
}
@media (max-width: 1199px)
{
    .header .nav
    {
        position: fixed;
        z-index: 99999998;
        top: 0;
        left: 0;

        display: none;

        width: 100%;
        height: 100%;
        padding: 60px 12%;

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

        background: #fafafa;
        background-color: #000;
    }
    .header .nav .nav-box,
    .header .nav .container
    {
        width: 100%;
        height: 100%;
    }
    .header .nav .container
    {
        padding: 0;
    }
    .header .nav .tbl,
    .header .nav .tbl-cell
    {
        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;
    }
    .header .nav .tbl
    {
        width: 100%;
        height: 100%;
    }
    .header .nav .tbl-cell
    {
        position: relative;

        width: 100%;
        height: 100%;
    }
}
@media (max-width: 767px)
{
    .header .nav
    {
        padding: 60px 8%;
    }
}
.header .nav.left-100
{
    -webkit-transform: translateX(-100%);
    -webkit-transform: translate3d(-100%, 0, 0);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
            transform: translate3d(-100%, 0, 0);
}
.header .nav.left-200
{
    -webkit-transform: translateX(-200%);
    -webkit-transform: translate3d(-200%, 0, 0);
        -ms-transform: translateX(-200%);
            transform: translateX(-200%);
            transform: translate3d(-200%, 0, 0);
}
.header .nav.left-300
{
    -webkit-transform: translateX(-300%);
    -webkit-transform: translate3d(-300%, 0, 0);
        -ms-transform: translateX(-300%);
            transform: translateX(-300%);
            transform: translate3d(-300%, 0, 0);
}
.header .nav.left-400
{
    -webkit-transform: translateX(-400%);
    -webkit-transform: translate3d(-400%, 0, 0);
        -ms-transform: translateX(-400%);
            transform: translateX(-400%);
            transform: translate3d(-400%, 0, 0);
}
.header .nav.left-500
{
    -webkit-transform: translateX(-500%);
    -webkit-transform: translate3d(-500%, 0, 0);
        -ms-transform: translateX(-500%);
            transform: translateX(-500%);
            transform: translate3d(-500%, 0, 0);
}
.header .nav .nav-list1
{
    position: relative;
}
@media (min-width: 1200px)
{
    .header .nav .nav-list1 > li
    {
        position: relative;

        display: inline-block;

        text-align: left;
        vertical-align: middle;
        letter-spacing: 0;
    }
    .header .nav .nav-list1 > li:first-child > a
    {
        padding-left: 0;
    }
    .header .nav .nav-list1 > li > a
    {
        font-size: 16px;

        position: relative;

        display: inline-block;

        padding: 20px 18px;

        text-align: center;
        vertical-align: middle;
        text-transform: capitalize;
    }
    .header .nav .nav-list1 > li > a:hover
    {
        text-decoration: underline;
    }
    .header .nav .nav-list1 > li:hover > a,
    .header .nav .nav-list1 > li.active > a
    {
        text-decoration: underline;

        color: #087776;
    }
    .header .nav .nav-list1 ul
    {
        font-size: 14px;

        position: absolute;

        display: none;

        text-align: left;
        letter-spacing: 0;

        background-color: #fff;
        background-clip: padding-box;
        box-shadow: 0 2px 10px 1px rgba(0, 0, 0, .15);
    }
    .header .nav .nav-list1 ul li:hover > a
    {
        text-decoration: underline;
    }
    .header .nav .nav-list1 ul a
    {
        position: relative;

        display: block;

        padding: 5px 15px;
    }
    .header .nav .nav-list1 .nav-list2
    {
        z-index: 10;
        top: 100%;
        left: 50%;

        min-width: 100%;
        padding: 15px 0;
    }
    .header .nav .nav-list1 .nav-list2 > li
    {
        position: relative;

        white-space: nowrap;
    }
    .header .nav .nav-list1 .nav-list2 > li > a
    {
        display: block;

        padding: 5px 25px;
    }
    .header .nav .nav-list1 .nav-list2 ul
    {
        position: absolute;
        top: 0;
        left: 100%;

        min-width: 120px;
        padding: 10px 0;

        border-left: 1px solid transparent;
    }
    .header .nav .nav-list1 .pro-nav-list2 .active > a
    {
        text-decoration: underline;
    }
}
@media (min-width: 1200px) and (max-width: 1349px)
{
    .header .nav .nav-list1 > li > a
    {
        font-size: 15px;

        padding: 21px 14px;
    }
}
@media (max-width: 1199px)
{
    .header .nav .nav-list1
    {
        width: 100%;
    }
    .header .nav .nav-list1 ul
    {
        display: none !important;
    }
    .header .nav .nav-list1 > li
    {
        -webkit-transform: translateX(-15px) rotateX(90deg);
                transform: translateX(-15px) rotateX(90deg);

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

        color: #fff;
    }
}
.header .nav .pro-nav-list2
{
    display: none !important;
}
.header .mask-nav
{
    display: none;
}
@media (max-width: 1199px)
{
    .header .mask-nav
    {
        position: absolute;
        z-index: 9999;
        top: 0;

        display: block;
        overflow: hidden;

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

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

        color: #fff;
        background: #fafafa;
        background: #000;
    }
}
.header .mask-nav .nav-top
{
    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;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
.header .mask-nav .nav-top .back-btn:before
{
    font-family: 'iconfont' !important;
    font-size: 26px;
    font-style: normal;

    content: '\e9b5';

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.header .mask-nav .nav-top .nav-title
{
    font-size: 30px;

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 767px)
{
    .header .mask-nav .nav-top .nav-title
    {
        font-size: 20px;
        font-size: 5vmin;
    }
}
.header .mask-nav .content
{
    position: relative;

    overflow: auto;

    height: 85%;
    margin-top: 4%;

    -ms-touch-action: pan-y;
        touch-action: pan-y;
    /*定义滚动条轨道 内阴影+圆角*/
    /*定义滑块 内阴影+圆角*/
    /*滑块效果*/
}
.header .mask-nav .content::-webkit-scrollbar
{
    width: 5px;
    height: 5px;

    border-radius: 5px;
    background-color: #fff;
}
.header .mask-nav .content::-webkit-scrollbar-track
{
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}
.header .mask-nav .content::-webkit-scrollbar-thumb
{
    border-radius: 5px;
    background-color: #666;
}
.header .mask-nav .content::-webkit-scrollbar-thumb:hover
{
    border-radius: 5px;
    background: rgba(0, 0, 0, .4);
}
.header .mask-nav .content ul li
{
    font-size: 20px;
    line-height: 2;

    margin: 10px 0;

    text-align: left;
}
@media (max-width: 767px)
{
    .header .mask-nav .content ul li
    {
        font-size: 4.5vmin;
        line-height: 1.6;

        margin: 0;
        margin-bottom: 5px;
    }
}
.header .mask-nav .content ul li.more
{
    position: relative;
}
.header .mask-nav .content ul li.more:after
{
    font-family: 'iconfont' !important;
    font-size: 16px;

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

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

    color: #fff;
}
.header .mask-nav .content ul li a
{
    display: inline-block;

    text-transform: capitalize;
}
.header .mask-nav .content ul ul
{
    display: none;
}
.header .nav-2
{
    left: 100%;
}
.header .nav-3
{
    left: 200%;
}
.header .nav-4
{
    left: 300%;
}
.header .nav-5
{
    left: 400%;
}
.header .fade-out ul
{
    text-align: left;
}
@media (max-width: 1199px)
{
    .header .fade-out ul .pic
    {
        display: none !important;
    }
}
.header .fade-out ul .more
{
    padding-right: 25px;
}
@media (max-width: 1199px)
{
    .header .fade-out ul.nav-list1
    {
        overflow: auto;

        max-height: 100%;
        margin: 0;

        opacity: 1;

        -ms-touch-action: pan-y;
            touch-action: pan-y;
        /*定义滚动条轨道 内阴影+圆角*/
        /*定义滑块 内阴影+圆角*/
        /*滑块效果*/
    }
    .header .fade-out ul.nav-list1::-webkit-scrollbar
    {
        width: 5px;
        height: 5px;

        border-radius: 5px;
        background-color: #fff;
    }
    .header .fade-out ul.nav-list1::-webkit-scrollbar-track
    {
        border-radius: 5px;
        background-color: #fff;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    }
    .header .fade-out ul.nav-list1::-webkit-scrollbar-thumb
    {
        border-radius: 5px;
        background-color: #666;
    }
    .header .fade-out ul.nav-list1::-webkit-scrollbar-thumb:hover
    {
        border-radius: 5px;
        background: rgba(0, 0, 0, .4);
    }
    .header .fade-out ul.nav-list1 a
    {
        text-transform: uppercase;

        color: #fff;
    }
    .header .fade-out ul.nav-list1 > li
    {
        position: relative;

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

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

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

        margin-top: -14px;

        content: '\e72f';

        color: #fff;
    }
    .header .fade-out ul.nav-list1 > li > a
    {
        font-size: 18px;
        line-height: 1.6;
    }
    .header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 20px;
    }
}
@media (max-width: 1199px) and (max-width: 767px)
{
    .header .fade-out ul.nav-list1 > li
    {
        margin: 1.5vmin 0;
    }
}
@media (max-width: 1199px) and (max-width: 767px)
{
    .header .fade-out ul.nav-list1 > li > a
    {
        font-size: 4.8vmin;
    }
}
@media (max-width: 1199px) and (max-width: 768px)
{
    .header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 4.5vmin;
    }
}
.header .fade-out ul.nav2-list2 h4
{
    font-size: 20px;
    line-height: 50px;
}
@media (max-width: 767px)
{
    .header .fade-out ~ .google-translate
    {
        position: fixed;
        z-index: 99999998;
        top: 30px;
        left: 30px;

        display: block !important;

        -webkit-transition: .3s;
                transition: .3s;
    }
    .header .fade-out.left-100 ~ .google-translate
    {
        top: -30px;

        opacity: 0;
    }
}
.header .xs-language
{
    position: absolute;
    z-index: 9;
    bottom: 30px;
    left: 35px;
}
@media (min-width: 1200px)
{
    .header .xs-language
    {
        display: none;
    }
}
.header .xs-language a
{
    font-size: 16px;

    color: #fff;
}
.header .xs-language span
{
    margin: 0 5px;

    color: #fff;
}
.header-pro-nav .fixed-pro
{
    background-color: #363636;
}
.header-pro-nav .list,
.header-pro-nav .search-wrap
{
    display: inline-block;

    vertical-align: middle;
}
.header-pro-nav .list li
{
    font-size: 16px;

    display: inline-block;

    margin-right: 50px;

    vertical-align: middle;
    text-transform: capitalize;

    color: #fff;
}
@media (max-width: 1349px)
{
    .header-pro-nav .list li
    {
        margin-right: 30px;
    }
}
.header-pro-nav .list a
{
    display: block;

    padding: 19px 0;
}
@media (min-width: 1200px)
{
    .header-pro-nav .list a:hover
    {
        text-decoration: underline;
    }
}
@media (max-width: 1199px)
{
    .header-pro-nav .container > .search-wrap
    {
        display: none;
    }
}
.search-wrap
{
    max-width: 65%;
}
@-webkit-keyframes avia_pop
{
    0%
    {
        -webkit-transform: scale(.8);
                transform: scale(.8);
    }
    100%
    {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}
@keyframes avia_pop
{
    0%
    {
        -webkit-transform: scale(.8);
                transform: scale(.8);
    }
    100%
    {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}
@media (min-width: 1200px)
{
    .search-wrap
    {
        display: inline-block !important;

        width: 260px;
        margin-left: 20px;
    }
}
@media (min-width: 1200px) and (max-width: 1469px)
{
    .search-wrap
    {
        width: 200px;
    }
}
@media (min-width: 1200px) and (max-width: 1349px)
{
    .search-wrap
    {
        margin-left: 5px;
    }
}
@media (max-width: 1199px)
{
    .search-wrap
    {
        position: absolute;
        z-index: 3;
        top: 100%;
        right: 15px;

        display: none;

        padding: 15px;

        -webkit-animation: avia_pop .3s 1 cubic-bezier(.175, .885, .32, 1.275);
                animation: avia_pop .3s 1 cubic-bezier(.175, .885, .32, 1.275);

        background-color: #fff;
        box-shadow: 0 0 10px 1px rgba(0, 0, 0, .2);
    }
}
.search-box
{
    position: relative;

    max-width: 100%;
}
.search-box input::-webkit-input-placeholder,
.search-box textarea::-webkit-input-placeholder
{
    color: #888;
}
.search-box input:-o-placeholder,
.search-box textarea:-o-placeholder
{
    color: #888;
}
.search-box input::-moz-placeholder,
.search-box textarea::-moz-placeholder
{
    color: #888;
}
.search-box input:-ms-input-placeholder,
.search-box textarea:-ms-input-placeholder
{
    color: #888;
}
.search-box input:focus::-webkit-input-placeholder,
.search-box textarea:focus::-webkit-input-placeholder
{
    color: #ccc;
}
.search-box input:focus::-o-placeholder,
.search-box textarea:focus::-o-placeholder
{
    color: #ccc;
}
.search-box input:focus::-moz-placeholder,
.search-box textarea:focus::-moz-placeholder
{
    color: #ccc;
}
.search-box input:focus::-ms-input-placeholder,
.search-box textarea:focus::-ms-input-placeholder
{
    color: #ccc;
}
.search-box input
{
    font-size: 14px;

    display: block;

    width: 100%;
    padding: 8px 75px 8px 20px;

    color: #888;
    border: 1px solid #dcdcdc;
    background-color: #fff;
}
.search-box .submit
{
    font-size: 20px;
    line-height: 38px;

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

    display: block;

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

    text-align: center;

    color: #666;
    background: none;
}
.search-box .submit:after
{
    font-family: 'iconfont' !important;
    font-style: normal;

    content: '\f0f1';

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.search-box .submit:before
{
    position: absolute;
    top: 25%;
    left: 0;

    width: 1px;
    height: 50%;

    content: '';

    background-color: #dcdcdc;
}
@media (min-width: 1200px)
{
    .search-box .submit
    {
        -webkit-transition: .3s;
                transition: .3s;
    }
    .search-box .submit:hover
    {
        color: #087776;
    }
}
@media (max-width: 1199px)
{
    .search-box .submit:active
    {
        color: #087776;
    }
}
@media (max-width: 767px)
{
    .search-box .submit
    {
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
}
.slick-dots
{
    margin-top: 20px;

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

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

    cursor: pointer;
    -webkit-transition: .3s;
            transition: .3s;

    border-radius: 8px;
    background-color: #d7d7d7;
}
.slick-dots li.slick-active
{
    background-color: #087776;
}
.slick-dots li button
{
    display: none;
}
.slick-arrow
{
    font-size: 30px;
    line-height: 70px;

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

    display: block;

    width: 70px;
    height: 70px;

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

    border-radius: 50%;
    background: none;
    background-color: #fff;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, .15);
}
.slick-arrow:hover
{
    color: #fff;
    background-color: #087776;
}
@media (max-width: 1469px)
{
    .slick-arrow
    {
        font-size: 26px;
        line-height: 60px;

        width: 60px;
        height: 60px;
    }
}
@media (max-width: 1349px)
{
    .slick-arrow
    {
        font-size: 22px;
        line-height: 50px;

        width: 50px;
        height: 50px;
    }
}
.slick-prev
{
    left: 5%;
}
.slick-prev:before
{
    content: '\e9b7';
}
.slick-next
{
    right: 5%;
}
.slick-next:before
{
    content: '\e610';
}
@-webkit-keyframes jump
{
    0%
    {
        bottom: 24px;

        -webkit-animation-timing-function: ease-in;
                animation-timing-function: ease-in;
    }
    50%
    {
        bottom: 15px;

        -webkit-animation-timing-function: ease-out;
                animation-timing-function: ease-out;
    }
    100%
    {
        bottom: 24px;

        -webkit-animation-timing-function: ease-in;
                animation-timing-function: ease-in;
    }
}
@keyframes jump
{
    0%
    {
        bottom: 24px;

        -webkit-animation-timing-function: ease-in;
                animation-timing-function: ease-in;
    }
    50%
    {
        bottom: 15px;

        -webkit-animation-timing-function: ease-out;
                animation-timing-function: ease-out;
    }
    100%
    {
        bottom: 24px;

        -webkit-animation-timing-function: ease-in;
                animation-timing-function: ease-in;
    }
}
.banner
{
    font-size: 0;

    position: relative;
    z-index: 2;

    overflow: hidden;

    width: 100%;
}
@media (min-width: 1200px)
{
    .banner .mose-icon
    {
        font-size: 20px;

        position: absolute;
        z-index: 3;
        bottom: 20px;
        left: 50%;

        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        -webkit-animation: jump 1s infinite;
                animation: jump 1s infinite;
        text-align: center;

        color: #fff;
    }
    .banner .mose-icon:after
    {
        font-family: 'iconfont' !important;
        font-size: .6em;
        font-style: normal;
        line-height: 1;

        display: block;

        content: '\e6bd';

        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    .banner .mose-icon .iconfont
    {
        font-size: 1.5em;
    }
}
.banner img
{
    display: block;

    width: 100%;
}
/* @media (max-width: 575px)
{
    .banner .slick
    {
        width: 130%;
        max-width: 130%;
        margin-left: -15%;
    }
} */
.banner .slick-dots
{
    position: absolute;
    z-index: 2;
    bottom: 50%;
    left: 5%;

    margin: 0;

    -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
            transform: translateY(50%);
}
@media (max-width: 1199px)
{
    .banner .slick-dots
    {
        bottom: 20px;
        left: 50%;

        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
    }
}
@media (max-width: 575px)
{
    .banner .slick-dots
    {
        bottom: 7%;
    }
}
.banner .slick-dots li
{
    position: relative;

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

    background-color: #fff;
}
.banner .slick-dots li:before
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';

    border: 1px dotted #fff;
    border-radius: 50%;
}
@media (min-width: 1200px)
{
    .banner .slick-dots li
    {
        display: block;
    }
}
@media (max-width: 1199px)
{
    .banner .slick-dots li
    {
        width: 8px;
        height: 8px;
        margin: 0 10px;
    }
}
@media (max-width: 575px)
{
    .banner .slick-dots li
    {
        margin: 0 7px;
    }
}
.banner .slick-dots .slick-active
{
    opacity: 1;
}
.banner .slick-dots .slick-active:before
{
    -webkit-transform: scale(1.6);
        -ms-transform: scale(1.6);
            transform: scale(1.6);
}
.banner .item
{
    position: relative;

    display: block;
}
.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%);
}
@media only screen and (min-width: 1850px) and (max-width: 1920px)
{
    .banner .item > a > img
    {
        width: auto;
    }
}
.banner-video
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}
.banner .hide-arrow .slick-arrow,
.banner .hide-arrow .slick-dots
{
    display: none !important;
}
.banner .hide-video video
{
    display: none !important;
}
.banner-video-box
{
    position: relative;

    display: block;

    padding-bottom: 35.9375%;

    -webkit-transform: translateZ(10px);
            transform: translateZ(10px);
}
.banner-video-box .fluid_video_wrapper
{
    position: absolute;
    z-index: 10;
}
.banner-video-box .fluid_initial_play
{
    background-color: #087776 !important;
}
.banner .mobile-video
{
    position: relative;
}
.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);
}
.title h2
{
    font-size: 36px;
    font-weight: bold;

    margin: 0;

    text-transform: capitalize;
}
@media (max-width: 1199px)
{
    .title h2
    {
        font-size: 32px;
    }
}
@media (max-width: 991px)
{
    .title h2
    {
        font-size: 28px;
    }
}
@media (max-width: 767px)
{
    .title h2
    {
        font-size: 24px;
    }
}
.index-box
{
    position: relative;
    z-index: 2;

    overflow: hidden;

    padding: 90px 0;
}
@media (max-width: 1199px)
{
    .index-box
    {
        padding: 75px 0;
    }
}
@media (max-width: 991px)
{
    .index-box
    {
        padding: 60px 0;
    }
}
@media (max-width: 767px)
{
    .index-box
    {
        padding: 45px 0;
    }
}
.index-box .title
{
    margin-bottom: 50px;
}
.index-box .title-num
{
    font-size: 18px;

    margin-bottom: 20px;
}
.index-box .title-num span:after
{
    display: inline-block;

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

    content: '';
    vertical-align: middle;

    background-color: #222;
}
.index-box .title h2
{
    text-transform: uppercase;
}
@media (max-width: 1199px)
{
    .index-box .title
    {
        margin-bottom: 40px;
    }
}
@media (max-width: 991px)
{
    .index-box .title
    {
        margin-bottom: 30px;
    }
    .index-box .title-num
    {
        font-size: 16px;

        margin-bottom: 15px;
    }
}
@media (max-width: 767px)
{
    .index-box .title
    {
        margin-bottom: 25px;
    }
    .index-box .title-num
    {
        font-size: 14px;

        margin-bottom: 10px;
    }
    .index-box .title-num span:after
    {
        width: 25px;
        margin: 0 10px;
    }
}
@media (min-width: 1200px)
{
    .index-product .title
    {
        padding-right: 250px;
    }
}
.index-product .container
{
    position: relative;
}
.index-product .slick-product .slick-arrow
{
    top: -110px;

    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}
.index-product .slick-product .slick-prev
{
    right: 100px;
    left: auto;
}
@media (max-width: 1349px)
{
    .index-product .slick-product .slick-prev
    {
        right: 80px;
    }
}
.index-product .slick-product .slick-next
{
    right: 0;
    left: auto;
}
.index-num
{
    padding: 0;
}
.num-box
{
    font-size: 0;

    padding: 40px 8.5106383% 80px;

    background-color: #f9f9f9;
}
@media (max-width: 1199px)
{
    .num-box
    {
        padding: 40px 5.67375887% 80px;
    }
}
@media (max-width: 991px)
{
    .num-box
    {
        padding: 20px 5.67375887% 60px;
    }
}
@media (max-width: 767px)
{
    .num-box
    {
        padding: 5px 2.12765957% 35px;
    }
}
.num-box li
{
    font-size: 14px;

    position: relative;

    display: inline-block;

    width: 25%;
    margin-top: 40px;
    padding: 0 15px;

    text-align: left;
    vertical-align: top;
    letter-spacing: 0;
}
@media (max-width: 991px)
{
    .num-box li
    {
        width: 50%;
    }
}
.num-box li .item
{
    position: relative;

    max-width: 100%;
}
@media (max-width: 575px)
{
    .num-box li .item
    {
        width: 100%;
    }
}
.num-box li .iconfont
{
    font-size: 36px;

    display: inline-block;

    margin-right: 10px;

    vertical-align: middle;
}
@media (max-width: 1199px)
{
    .num-box li .iconfont
    {
        font-size: 34px;
    }
}
@media (max-width: 575px)
{
    .num-box li .iconfont
    {
        font-size: 24px;
    }
}
.num-box li .number
{
    font-size: 0;
    line-height: 1;

    position: relative;

    white-space: nowrap;
}
.num-box li .timer
{
    font-size: 50px;
    font-weight: bold;

    position: relative;

    display: inline-block;

    margin-right: 3px;

    vertical-align: middle;
}
@media (max-width: 1199px)
{
    .num-box li .timer
    {
        font-size: 40px;
    }
}
@media (max-width: 575px)
{
    .num-box li .timer
    {
        font-size: 30px;
    }
}
.num-box li .tit
{
    font-size: .625em;

    padding: 9px 0;

    text-transform: uppercase;
}
.num-box li sup,
.num-box li sub
{
    font-size: 24px;
    line-height: 1;
}
@media (max-width: 575px)
{
    .num-box li sup,
    .num-box li sub
    {
        font-size: 18px;
    }
}
.num-box li sup
{
    top: -5px;

    vertical-align: top;
}
.num-box li sub
{
    bottom: .1em;

    vertical-align: text-top;
}
.num-box li p
{
    font-size: 16px;
    font-weight: bold;

    margin: 10px 0 0;

    text-transform: uppercase;
}
@media (max-width: 575px)
{
    .num-box li p
    {
        font-size: 14px;
    }
}
.index-about .video-box img
{
    position: relative;

    display: block;

    width: 100%;
    height: auto !important;
}
@media (max-width: 575px)
{
    .index-about .video-box img
    {
        left: 50%;

        width: 160%;

        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
    }
}
.index-about .txt
{
    margin: 30px 0;
}
@media (max-width: 767px)
{
    .index-about .txt
    {
        margin: 20px 0 15px;
    }
}
.index-about .index-about-txt p
{
    height: auto;

    -webkit-line-clamp: 3;
}
.index-about .more-box a span
{
    font-weight: bold;
}
@media (min-width: 1200px)
{
    .index-about .more-box a:hover span
    {
        text-decoration: underline;
    }
}
.fancybox-lists
{
    width: 1170px;
    max-width: 90%;
    max-height: 90%;
    margin: 0 auto;
    padding: 0 5%;

    border-radius: 10px;
}
.fancybox-lists > div
{
    width: 750px;
    max-width: 100%;
    margin: 0 auto;
    padding: 30px 0 60px;
}
@media (max-width: 767px)
{
    .fancybox-lists > div
    {
        padding: 30px 0;
    }
}
.fancybox-lists h3
{
    font-size: 36px;
    font-weight: bold;

    position: relative;
    z-index: 2;

    margin: 0 0 25px;
    padding: 30px 0;

    text-align: center;
    text-transform: capitalize;
}
.fancybox-lists h3 .iconfont
{
    font-size: 3em;
    font-weight: normal;

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

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

    opacity: .15;
    color: #087776;
}
@media (max-width: 1199px)
{
    .fancybox-lists h3
    {
        font-size: 34px;
    }
}
@media (max-width: 991px)
{
    .fancybox-lists h3
    {
        font-size: 32px;
    }
}
@media (max-width: 767px)
{
    .fancybox-lists h3
    {
        font-size: 28px;

        margin-bottom: 15px;
    }
    .fancybox-lists h3 .iconfont
    {
        font-size: 2.5em;
    }
}
.fancybox-building-custom
{
    width: 100% !important;
}
@media (max-width: 767px)
{
    .fancybox-building-performance .list
    {
        margin-top: -10px;
    }
}
.fancybox-building-performance .list li
{
    margin-top: 10px;
    padding: 0 10px;
}
@media (max-width: 575px)
{
    .fancybox-building-performance .list li
    {
        width: 100%;
    }
}
.fancybox-building-performance .item
{
    position: relative;

    padding: 16px 15px 16px 95px;

    border: 1px solid #dcdcdc;
}
.fancybox-building-performance .item .iconfont
{
    font-size: 32px;

    position: absolute;
    top: 5px;
    left: 30px;

    color: #087776;
}
.fancybox-building-performance .item b
{
    font-size: 18px;
}
@media (min-width: 1200px)
{
    .fancybox-building-performance .item:hover .iconfont
    {
        -webkit-animation: swing 1s 0s ease both;
                animation: swing 1s 0s ease both;
    }
}
@media (max-width: 991px)
{
    .fancybox-building-performance .item
    {
        padding: 16px 15px 16px 65px;
    }
    .fancybox-building-performance .item .iconfont
    {
        left: 20px;
    }
}
@media (max-width: 767px)
{
    .fancybox-building-performance .item
    {
        padding: 12px 15px 12px 65px;
    }
    .fancybox-building-performance .item .iconfont
    {
        font-size: 28px;
    }
    .fancybox-building-performance .item b
    {
        font-size: 16px;
    }
}
.fancybox-building-investemt
{
    width: 930px !important;
    max-width: 100%;
}
.fancybox-building-investemt .list li
{
    margin-top: 45px;
}
.fancybox-building-investemt .list li:first-child
{
    margin-top: 0;
}
.fancybox-building-investemt .list h4
{
    font-size: 24px;
    font-weight: bold;

    position: relative;

    margin: 0 0 15px;
    padding-left: 30px;
}
.fancybox-building-investemt .list h4:before
{
    position: absolute;
    top: 50%;
    left: 3px;

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

    content: '';

    border: 2px solid #fff;
    border-radius: 50%;
    background-color: #087776;
    box-shadow: 0 0 8px 1px #087776;
}
.fancybox-building-investemt .list h4 + p
{
    font-size: 16px;
    line-height: 1.375;

    margin: 0;
}
@media (max-width: 767px)
{
    .fancybox-building-investemt .list h4
    {
        font-size: 22px;
    }
    .fancybox-building-investemt .list h4 + p
    {
        font-size: 15px;
    }
}
.fancybox-building-investemt .list .txt
{
    margin-top: 15px;
}
.fancybox-building-investemt .list .txt p
{
    font-size: 14px;
}
.fancybox-close-small
{
    top: 15px;
    right: 15px;
}
.fancybox-close-small:after
{
    font-size: 30px;
}
@media (max-width: 767px)
{
    .fancybox-close-small
    {
        top: 10px;
        right: 10px;
    }
}
.index-building
{
    padding-bottom: 0;

    background: no-repeat center top;
}
.index-building .title
{
    font-size: 48px;

    text-align: center;
}
.index-building .title:before
{
    display: block;

    width: 30px;
    height: 3px;
    margin: 0 auto 20px;

    content: '';

    background-color: #c89d66;
}
.index-building .title h2
{
    font-size: 1em;

    text-transform: capitalize;
}
.index-building .title h3
{
    font-size: .54166667em;

    color: #c89d66;
}
@media (max-width: 1199px)
{
    .index-building .title
    {
        font-size: 42px;
    }
}
@media (max-width: 991px)
{
    .index-building .title
    {
        font-size: 36px;
    }
}
@media (max-width: 767px)
{
    .index-building .title
    {
        font-size: 28px;
    }
    .index-building .title h3
    {
        font-size: .65em;
    }
}
.index-building .list
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

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

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
@media (min-width: 1200px)
{
    .index-building .list
    {
        width: 1150px;
        max-width: 100%;
    }
}
@media (max-width: 575px)
{
    .index-building .list
    {
        margin: -15px -8px 0;
    }
}
.index-building .list > li
{
    margin-top: 30px;
}
@media (min-width: 1200px)
{
    .index-building .list > li
    {
        padding: 0 25px;
    }
}
@media (max-width: 575px)
{
    .index-building .list > li
    {
        margin-top: 15px;
        padding: 0 8px;
    }
}
.index-building .list .item
{
    position: relative;

    overflow: hidden;

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

    cursor: pointer;
    text-align: center;

    border: 1px solid #dbf1f1;
    border-radius: 10px;
    background-color: #eef9f9;
}
.index-building .list .item:after
{
    content: '';

    opacity: 0;
    background: -webkit-repeating-linear-gradient(135deg, #0b7473, #0b7473 2px, #087776 2px, #087776 8px);
    background:         repeating-linear-gradient(-45deg, #0b7473, #0b7473 2px, #087776 2px, #087776 8px);
}
@media (min-width: 1200px)
{
    .index-building .list .item:hover:after
    {
        opacity: 1;
    }
    .index-building .list .item:hover .icon
    {
        -webkit-animation: swing 1s 0s ease both;
                animation: swing 1s 0s ease both;
    }
    .index-building .list .item:hover .icon:before,
    .index-building .list .item:hover .icon:after
    {
        border-color: #fff;
    }
    .index-building .list .item:hover .iconfont,
    .index-building .list .item:hover p
    {
        color: #fff;
    }
}
@media (max-width: 1199px)
{
    .index-building .list .item
    {
        padding: 20px 15px 20px;
    }
}
@media (max-width: 575px)
{
    .index-building .list .item
    {
        padding: 20px 10px 20px;
    }
}
.index-building .list .icon,
.index-building .list p
{
    position: relative;
    z-index: 3;
}
.index-building .list .icon
{
    position: relative;

    display: inline-block;

    margin-bottom: 30px;
    padding: 15px 45px 0;
}
.index-building .list .icon:before,
.index-building .list .icon:after
{
    position: absolute;

    content: '';

    opacity: .25;
    border: 3px solid #087776;
    border-radius: 50%;
}
.index-building .list .icon:before
{
    top: 0;
    left: 0;

    width: 16px;
    height: 16px;
}
.index-building .list .icon:after
{
    right: 0;
    bottom: 0;

    width: 12px;
    height: 12px;

    border-color: #c89d66;
}
@media (max-width: 575px)
{
    .index-building .list .icon
    {
        margin-bottom: 20px;
        padding: 10px 30px 0;
    }
}
.index-building .list .iconfont
{
    font-size: 70px;
    line-height: 1;

    color: #087776;
}
@media (max-width: 1199px)
{
    .index-building .list .iconfont
    {
        font-size: 55px;
    }
}
@media (max-width: 767px)
{
    .index-building .list .iconfont
    {
        font-size: 45px;
    }
}
@media (max-width: 575px)
{
    .index-building .list .iconfont
    {
        font-size: 38px;
    }
}
.index-building .list p
{
    font-size: 20px;
    line-height: 1.2;

    margin: 0;

    text-transform: capitalize;
}
@media (max-width: 767px)
{
    .index-building .list p
    {
        font-size: 18px;
    }
}
@media (max-width: 575px)
{
    .index-building .list p
    {
        font-size: 15px;
    }
}
.news-nav li
{
    font-size: 18px;

    display: inline-block;

    vertical-align: middle;
    text-transform: capitalize;

    color: #888;
}
.news-nav li:after
{
    display: inline-block;

    width: 2px;
    height: 13px;
    margin: 0 30px;

    content: '';
    vertical-align: middle;

    background-color: #888;
}
.news-nav li a
{
    display: inline-block;

    vertical-align: middle;
}
@media (min-width: 1200px)
{
    .news-nav li a:hover
    {
        color: #087776;
    }
}
.news-nav li:last-child:after
{
    display: none;
}
@media (max-width: 767px)
{
    .news-nav li
    {
        font-size: 16px;
    }
    .news-nav li:after
    {
        margin: 0 15px;
    }
}
@media (max-width: 575px)
{
    .news-nav li
    {
        font-size: 14px;
    }
    .news-nav li:after
    {
        height: 10px;
        margin: 0 10px 0 13px;
    }
}
.news-nav .active
{
    color: #087776;
}
.index-news
{
    margin-bottom: 30px;
}
@media (max-width: 1199px)
{
    .index-news
    {
        margin-bottom: 20px;
    }
}
@media (max-width: 991px)
{
    .index-news
    {
        margin-bottom: 10px;
    }
}
@media (max-width: 767px)
{
    .index-news
    {
        margin-bottom: 0;
    }
}
.index-news .title
{
    float: left;

    margin-right: 25px;
    margin-bottom: 0;
}
.index-news .news-nav
{
    float: right;

    margin-top: 55px;
}
@media (max-width: 991px)
{
    .index-news .news-nav
    {
        margin-top: 40px;
    }
}
@media (max-width: 767px)
{
    .index-news .news-nav
    {
        margin-top: 30px;
    }
}
@media (max-width: 575px)
{
    .index-news .news-nav
    {
        margin-top: 15px;
    }
}
.index-news .slick-news
{
    margin-top: 25px;
}
@media (min-width: 1200px)
{
    .index-news .slick-news
    {
        position: initial;
    }
}
@media (max-width: 767px)
{
    .index-news .slick-news
    {
        margin-top: 15px;
    }
}
.index-news .slick-news .img-box
{
    padding-bottom: 57.97101449%;
}
.index-news .slick-dots
{
    margin-top: 0;
}
.index-news .slick-slide
{
    padding: 15px;
}
.index-news .slick-list
{
    margin: 0 -15px;
}
@media (min-width: 1200px)
{
    .index-news .item img
    {
        -webkit-transition:         transform .7s;
        -webkit-transition: -webkit-transform .7s;
                transition: -webkit-transform .7s;
                transition:         transform .7s;
                transition:         transform .7s, -webkit-transform .7s;
    }
    .index-news .item:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
@media (min-width: 1200px)
{
    .index-news .item:hover .intro
    {
        box-shadow: 0 0 10px 1px rgba(0, 0, 0, .2);
    }
    .index-news .item:hover .intro h3
    {
        color: #087776;
    }
    .index-news .item:hover .intro .date:after
    {
        background-color: #087776;
    }
}
.index-news .intro
{
    position: relative;
    z-index: 3;

    width: 510px;
    max-width: 85%;
    margin: 0 auto;
    margin-top: -80px;
    padding: 25px 55px;

    color: #444;
    background-color: #fff;
}
@media (max-width: 1199px)
{
    .index-news .intro
    {
        max-width: 95%;
        margin-top: 0;
        padding: 20px 0 0;
    }
}
.index-news .intro h3
{
    font-size: 20px;
    line-height: 1.3;

    height: auto;
    margin-top: 0;

    -webkit-line-clamp: 2;
}
@media (max-width: 1199px)
{
    .index-news .intro h3
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .index-news .intro h3
    {
        font-size: 16px;
    }
}
.index-news .intro .date
{
    position: relative;

    padding-top: 15px;
}
.index-news .intro .date:before,
.index-news .intro .date span
{
    display: inline-block;

    vertical-align: middle;
}
.index-news .intro .date:before
{
    font-size: 1.2em;

    margin-right: 10px;

    content: '\e633';
}
.index-news .intro .date:after
{
    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 3px;

    content: '';

    background-color: #c89d66;
}
.public-banner
{
    position: relative;

    overflow: hidden;

    width: 100%;
}
.public-banner img
{
    position: relative;
    left: 50%;

    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
@media (max-width: 1199px)
{
    .public-banner img
    {
        width: 160%;
    }
}
.breadcrumb
{
    margin: 0 0 0 10px;
    padding: 0;

    color: #999;
    background: none;
}
@media (max-width: 767px)
{
    .breadcrumb
    {
        font-size: 12px;

        text-align: left;
    }
}
.breadcrumb li
{
    text-transform: capitalize;
}
.breadcrumb li a:hover
{
    text-decoration: underline;

    color: #087776;
}
.breadcrumb > li + li:before
{
    padding: 0 4px 0 3px;

    content: '>';

    color: #999;
}
@media (max-width: 767px)
{
    .breadcrumb > li + li:before
    {
        padding: 0 3px 0 5px;
    }
}
.xs-product-nav
{
    font-size: 15px;
    line-height: 1.8;

    margin: 0 -8px 20px;
    padding-bottom: 10px;

    text-transform: capitalize;

    border-bottom: 1px solid #eee;
}
@media (max-width: 767px)
{
    .xs-product-nav
    {
        font-size: 14px;
    }
}
@media (max-width: 575px)
{
    .xs-product-nav
    {
        font-size: 3.4vmin;

        margin: 0 -6px 20px;
    }
}
.xs-product-nav li
{
    display: inline-block;

    padding: 0 8px;

    vertical-align: top;
}
@media (max-width: 575px)
{
    .xs-product-nav li
    {
        padding: 0 6px;
    }
}
.xs-product-nav .active
{
    font-weight: bold;

    color: #087776;
}
.inside-nav
{
    position: relative;
    z-index: 2;

    margin-top: -64px;
}
@media (max-width: 991px)
{
    .inside-nav
    {
        margin-top: -50px;
    }
}
@media (max-width: 767px)
{
    .inside-nav
    {
        margin-top: 0;
        margin-bottom: -10px;

        text-align: center;
    }
}
.inside-nav li
{
    display: inline-block;

    margin-left: 20px;
}
@media (max-width: 767px)
{
    .inside-nav li
    {
        margin-top: 25px;
        margin-left: 10px;
    }
}
.inside-nav li:first-child
{
    margin-left: 0;
}
.inside-nav li a
{
    font-size: 16px;

    display: block;

    padding: 21px 30px;

    color: #fff;
    background-color: #000;
}
@media (min-width: 1200px)
{
    .inside-nav li a:hover
    {
        text-decoration: underline;
    }
}
@media (min-width: 768px)
{
    .inside-nav li a
    {
        min-width: 270px;
    }
}
@media (min-width: 768px) and (max-width: 991px)
{
    .inside-nav li a
    {
        min-width: 200px;
        padding: 14px 20px;
    }
}
@media (max-width: 767px)
{
    .inside-nav li a
    {
        font-size: 14px;

        padding: 8px 15px;
    }
}
.inside-nav .active a
{
    background-color: #087776;
}
.menu-wrap .menu
{
    position: relative;
    z-index: 10;
}
.menu-wrap .menu a
{
    display: block;
}
.menu-wrap .menu a:hover
{
    color: #087776;
}
.menu-wrap .menu1 > li
{
    font-size: 18px;

    margin-top: 10px;
}
@media (max-width: 1469px)
{
    .menu-wrap .menu1 > li
    {
        font-size: 16px;
    }
}
@media (max-width: 1349px)
{
    .menu-wrap .menu1 > li
    {
        font-size: 15px;
    }
}
.menu-wrap .menu1 > li:first-child
{
    margin-top: 0;
}
.menu-wrap .menu1 > li.active > a
{
    font-weight: bold;

    color: #fff;
    border-color: #087776;
    background-color: #087776;
}
.menu-wrap .menu1 > li.active > a:before
{
    border-color: #087776;
    background-color: #fff;
    box-shadow: 0 0 5px 2px rgba(255, 255, 255, .7);
}
.menu-wrap .menu1 > li > a
{
    position: relative;

    padding: 17px 45px 17px 55px;

    text-transform: capitalize;

    border: 1px solid #cdcdcd;
}
.menu-wrap .menu1 > li > a:before
{
    position: absolute;
    top: 50%;
    left: 22px;

    width: 10px;
    height: 10px;
    margin-top: -5px;

    content: '';

    border: 2px solid #fff;
    border-radius: 50%;
    background-color: #087776;
    box-shadow: 0 0 5px 1px rgba(8, 119, 118, .7);
}
.menu-wrap .menu1 > li > a:after
{
    font-size: 1.33333333em;
    font-weight: bold;

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

    content: attr(data-num);
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    color: rgba(255, 255, 255, .3);
}
@media (max-width: 1349px)
{
    .menu-wrap .menu1 > li > a
    {
        padding-right: 40px;
        padding-left: 38px;
    }
    .menu-wrap .menu1 > li > a:before
    {
        left: 12px;
    }
}
.menu-wrap .menu1 ul
{
    font-size: 16px;

    display: none;
}
.menu-wrap .menu2
{
    padding: 15px 10px 15px 20px;

    border: 1px solid #e5e5e5;
}
.menu-wrap .menu2 > li
{
    padding: 8px 0;
}
.menu-wrap .menu2 > li.active > a
{
    font-weight: bold;

    color: #f19716;
}
.menu-wrap .menu2 > li > a
{
    position: relative;

    color: #666;
}
.menu-wrap .menu3 > li
{
    margin-top: 5px;
    padding-left: 12px;
}
.menu-wrap .menu3 > li > a
{
    color: #83868a;
}
.menu-wrap .menu3 > li > a:before
{
    content: '- ';
}
.inside-page .content
{
    padding: 100px 0;
}
@media (max-width: 1349px)
{
    .inside-page .content
    {
        padding: 90px 0;
    }
}
@media (max-width: 1199px)
{
    .inside-page .content
    {
        padding: 75px 0;
    }
}
@media (max-width: 991px)
{
    .inside-page .content
    {
        padding: 60px 0;
    }
}
@media (max-width: 767px)
{
    .inside-page .content
    {
        padding: 45px 0;
    }
}
@media (min-width: 1200px)
{
    .inside-page .list-l,
    .inside-page .content-r
    {
        float: left;
    }
    .inside-page .list-l
    {
        width: 270px;
        padding-top: 70px;
        padding-right: 60px;
    }
    .inside-page .content-r
    {
        width: -webkit-calc(100% - 270px);
        width:         calc(100% - 270px);
    }
}
.contact-wrap .content
{
    padding-top: 0;
}
.contact-wrap .info
{
    position: relative;
    z-index: 2;

    margin-top: -240px;
}
@media (max-width: 1199px)
{
    .contact-wrap .info
    {
        margin-top: -18%;
    }
}
@media (max-width: 991px)
{
    .contact-wrap .info
    {
        margin-top: -15%;
    }
}
.contact-wrap .info-box
{
    padding: 60px 90px;

    background-color: #fff;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, .15);
}
@media (min-width: 1200px)
{
    .contact-wrap .info-box
    {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;
    }
}
@media (max-width: 991px)
{
    .contact-wrap .info-box
    {
        padding: 45px 50px;
    }
}
@media (max-width: 767px)
{
    .contact-wrap .info-box
    {
        padding: 40px 30px;
    }
}
@media (max-width: 575px)
{
    .contact-wrap .info-box
    {
        padding: 25px 20px 35px;
    }
}
.contact-wrap .info h2
{
    font-size: 148px;
    font-weight: bold;
    line-height: .7;

    margin: 0;

    color: transparent;

    -webkit-text-stroke: 1.2px #fff;
}
@media (max-width: 1199px)
{
    .contact-wrap .info h2
    {
        font-size: 120px;
    }
}
@media (max-width: 991px)
{
    .contact-wrap .info h2
    {
        font-size: 90px;
    }
}
@media (max-width: 767px)
{
    .contact-wrap .info h2
    {
        font-size: 60px;
        line-height: .8;
    }
}
@media (max-width: 575px)
{
    .contact-wrap .info h2
    {
        font-size: 45px;
        font-size: 11vmin;
    }
}
@media (min-width: 1200px)
{
    .contact-wrap .list,
    .contact-wrap .inquiry-form
    {
        float: left;
    }
}
.contact-wrap .list
{
    padding: 50px 40px;

    color: #fff;
    background: #087776 no-repeat bottom right;
}
@media (min-width: 1200px)
{
    .contact-wrap .list
    {
        width: 39.02439024%;
    }
}
@media (max-width: 767px)
{
    .contact-wrap .list
    {
        padding: 30px 20px;
    }
}
.contact-wrap .list li
{
    margin-top: 35px;
}
@media (max-width: 767px)
{
    .contact-wrap .list li
    {
        margin-top: 20px;
    }
}
.contact-wrap .list li:first-child
{
    margin-top: 0;
}
.contact-wrap .list li .name
{
    font-size: 18px;
    font-weight: bold;

    position: relative;

    padding-left: 20px;

    text-transform: capitalize;
}
.contact-wrap .list li .name:before
{
    position: absolute;
    top: 6px;
    left: 0;

    width: 10px;
    height: 10px;
    padding: 2px;

    content: '';

    border: 1px solid #fff;
    border-radius: 50%;
    background-color: #fff;
    background-clip: content-box;
}
@media (max-width: 767px)
{
    .contact-wrap .list li .name
    {
        font-size: 16px;
    }
    .contact-wrap .list li .name:before
    {
        top: 5px;
    }
}
.contact-wrap .list li p
{
    font-size: 15px;
    line-height: 1.6;

    margin: 0;
}
@media (max-width: 767px)
{
    .contact-wrap .list li p
    {
        font-size: 14px;
    }
}
@media (min-width: 1200px)
{
    .contact-wrap .list li a:hover
    {
        text-decoration: underline;
    }
}
@media (max-width: 1199px)
{
    .contact-wrap .list li a:active
    {
        text-decoration: underline;
    }
}
@media (min-width: 1200px)
{
    .contact-wrap .inquiry-form
    {
        width: 60.97560976%;
        padding-left: 30px;
    }
}
@media (max-width: 1199px)
{
    .contact-wrap .inquiry-form
    {
        margin-top: 45px;
    }
}
@media (max-width: 767px)
{
    .contact-wrap .inquiry-form
    {
        margin-top: 40px;
    }
}
.contact-wrap .inquiry-form h3
{
    font-size: 30px;
    font-weight: bold;

    margin: 0 0 30px;
}
.contact-wrap .inquiry-form h3:after
{
    display: inline-block;

    width: 28px;
    height: 4px;
    margin-left: 25px;

    content: '';
    vertical-align: middle;

    background: #087776;
    background: -webkit-linear-gradient(left, rgba(8, 119, 118, .8) 0%, rgba(8, 119, 118, .2) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(8, 119, 118, .8)), to(rgba(8, 119, 118, .2)));
    background:         linear-gradient(to right, rgba(8, 119, 118, .8) 0%, rgba(8, 119, 118, .2) 100%);
}
@media (max-width: 767px)
{
    .contact-wrap .inquiry-form h3
    {
        font-size: 26px;

        margin-bottom: 20px;
    }
}
.contact-wrap .inquiry-form form input,
.contact-wrap .inquiry-form form textarea
{
    border: 1px solid #dcdcdc;
    background: none;
}
.contact-wrap .inquiry-form form .submit
{
    width: 180px;
    margin-left: 0;

    color: #666;
    background-color: #f3f3f3;
}
@media (min-width: 1200px)
{
    .contact-wrap .inquiry-form form .submit:hover
    {
        color: #fff;
        background-color: #087776;
    }
}
@media (max-width: 1199px)
{
    .contact-wrap .inquiry-form form .submit:active
    {
        color: #fff;
        background-color: #087776;
    }
}
@media (max-width: 767px)
{
    .contact-wrap .inquiry-form form .submit
    {
        width: 150px;
    }
}
.contact-wrap .map
{
    position: relative;

    overflow: hidden;

    margin-top: 40px;
}
@media (max-width: 991px)
{
    .contact-wrap .map
    {
        margin-top: 35px;
    }
}
.contact-wrap .map .map-content
{
    display: block;

    width: 100%;
    height: 440px;
}
@media (max-width: 991px)
{
    .contact-wrap .map .map-content
    {
        height: 350px;
    }
}
@media (max-width: 767px)
{
    .contact-wrap .map .map-content
    {
        height: 280px;
    }
}
.about-wrap .title
{
    margin-bottom: 60px;
}
.about-wrap .title h2
{
    font-size: 36px;
    font-weight: bold;

    position: relative;

    padding-left: 30px;

    text-transform: uppercase;
}
.about-wrap .title h2:before
{
    position: absolute;
    top: 10%;
    left: 0;

    width: 4px;
    height: 80%;

    content: '';

    background-color: #087776;
}
@media (max-width: 1199px)
{
    .about-wrap .title
    {
        margin-bottom: 50px;
    }
    .about-wrap .title h2
    {
        font-size: 32px;
    }
}
@media (max-width: 991px)
{
    .about-wrap .title
    {
        margin-bottom: 40px;
    }
    .about-wrap .title h2
    {
        font-size: 28px;
    }
}
@media (max-width: 767px)
{
    .about-wrap .title
    {
        margin-bottom: 30px;
    }
    .about-wrap .title h2
    {
        font-size: 24px;

        padding-left: 20px;
    }
}
.about-wrap .txt p
{
    color: #444;
}
.about-wrap .num-wrap
{
    overflow: hidden;

    padding: 90px 0;

    background: no-repeat center right;
}
@media (max-width: 991px)
{
    .about-wrap .num-wrap
    {
        padding: 30px 0;
    }
}
@media (max-width: 767px)
{
    .about-wrap .num-wrap
    {
        padding: 0;

        background-size: contain;
    }
}
.about-wrap .num-box
{
    position: relative;
    z-index: 2;

    width: 1170px;
    max-width: 100%;
    padding: 20px 0 60px;

    background: none;
}
.about-wrap .num-box:after
{
    z-index: -1;

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

    background-color: #f9f9f9;
}
@media (max-width: 991px)
{
    .about-wrap .num-box:after
    {
        display: none;
    }
}
@media (max-width: 767px)
{
    .about-wrap .num-box
    {
        padding: 5px 0 35px;
    }
}
.inquiry-form input::-webkit-input-placeholder,
.inquiry-form textarea::-webkit-input-placeholder
{
    color: #444;
}
.inquiry-form input:-o-placeholder,
.inquiry-form textarea:-o-placeholder
{
    color: #444;
}
.inquiry-form input::-moz-placeholder,
.inquiry-form textarea::-moz-placeholder
{
    color: #444;
}
.inquiry-form input:-ms-input-placeholder,
.inquiry-form textarea:-ms-input-placeholder
{
    color: #444;
}
.inquiry-form input:focus::-webkit-input-placeholder,
.inquiry-form textarea:focus::-webkit-input-placeholder
{
    color: #c3c3c3;
}
.inquiry-form input:focus::-o-placeholder,
.inquiry-form textarea:focus::-o-placeholder
{
    color: #c3c3c3;
}
.inquiry-form input:focus::-moz-placeholder,
.inquiry-form textarea:focus::-moz-placeholder
{
    color: #c3c3c3;
}
.inquiry-form input:focus::-ms-input-placeholder,
.inquiry-form textarea:focus::-ms-input-placeholder
{
    color: #c3c3c3;
}
.inquiry-form form .row
{
    margin: 0 -10px;
}
.inquiry-form form .row li
{
    padding: 0 10px;
}
.inquiry-form form input,
.inquiry-form form textarea,
.inquiry-form form .size
{
    font-size: 16px;

    display: block;

    width: 100%;
    margin-bottom: 20px;
    padding: 14px 30px;

    color: #444;
    background: #f5f5f5;
}
@media (max-width: 767px)
{
    .inquiry-form form input,
    .inquiry-form form textarea,
    .inquiry-form form .size
    {
        font-size: 14px;

        margin-bottom: 15px;
        padding: 9px 15px;
    }
}
.inquiry-form form .pro-name
{
    background-color: #e6e5e5;
}
.inquiry-form form .size > span,
.inquiry-form form .size label,
.inquiry-form form .size label > *
{
    display: inline-block;

    vertical-align: middle;
}
.inquiry-form form .size input
{
    width: auto;
    margin: 0 10px 0 0;
}
@media (max-width: 575px)
{
    .inquiry-form form .size input
    {
        margin-right: 3px;
    }
}
.inquiry-form form .size label
{
    font-weight: normal;

    margin-left: 25px;
}
@media (max-width: 575px)
{
    .inquiry-form form .size label
    {
        margin-left: 10px;
    }
}
.inquiry-form form textarea
{
    height: 190px;
}
@media (max-width: 767px)
{
    .inquiry-form form textarea
    {
        height: 140px;
    }
}
.inquiry-form form .submit
{
    font-size: 18px;
    line-height: 50px;

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

    width: 270px;
    max-width: 100%;
    height: 50px;
    margin: 30px auto 0;
    padding: 0;

    text-align: center;

    color: #fff;
    background-color: #087776;

    -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;
}
.inquiry-form form .submit span,
.inquiry-form form .submit:after
{
    display: inline-block;

    vertical-align: middle;
}
.inquiry-form form .submit span
{
    font-weight: bold;
}
.inquiry-form form .submit:after
{
    font-size: 1.2em;

    margin-left: 15px;

    content: '\e6c3';
}
@media (min-width: 1200px)
{
    .inquiry-form form .submit
    {
        -webkit-transition: .4s;
                transition: .4s;
    }
    .inquiry-form form .submit:hover
    {
        box-shadow: inset 0 2px 10px rgba(0, 0, 0, .2);
    }
}
@media (max-width: 1199px)
{
    .inquiry-form form .submit:active
    {
        box-shadow: inset 0 2px 10px rgba(0, 0, 0, .4);
    }
}
@media (max-width: 767px)
{
    .inquiry-form form .submit
    {
        font-size: 15px;
        line-height: 40px;

        width: 150px;
        height: 40px;
        margin-top: 20px;
    }
}
.product-list .img-box
{
    padding-bottom: 55.55555556%;
}
.product-list .slick-list
{
    margin: 0 -15px;
}
.product-list .slick-slide
{
    padding: 0 15px;
}
@media (min-width: 1200px)
{
    .product-list .item img
    {
        -webkit-transition:         transform .7s;
        -webkit-transition: -webkit-transform .7s;
                transition: -webkit-transform .7s;
                transition:         transform .7s;
                transition:         transform .7s, -webkit-transform .7s;
    }
    .product-list .item:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
@media (min-width: 1200px)
{
    .product-list .item:hover h3
    {
        color: #087776;
    }
    .product-list .item:hover .more-box a
    {
        color: #fff;
        border-color: #087776;
        background-color: #087776;
    }
}
.product-list .pic-box
{
    position: relative;
}
.product-list .pic-box iframe
{
    display: none;
}
.product-list .pro-change-btn
{
    position: absolute;
    z-index: 3;
    bottom: 7.69230769%;
    left: 50%;

    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    white-space: nowrap;
}
.product-list .pro-change-btn a
{
    font-size: 16px;
    line-height: 38px;

    display: inline-block;

    width: 115px;
    height: 38px;
    margin-right: 15px;

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

    border-radius: 38px;
    background-color: #fff;
}
.product-list .pro-change-btn a:last-child
{
    margin-right: 0;
}
@media (min-width: 1200px)
{
    .product-list .pro-change-btn a:hover
    {
        box-shadow: inset 0 2px 10px rgba(0, 0, 0, .2);
    }
}
@media (max-width: 1199px)
{
    .product-list .pro-change-btn a
    {
        font-size: 15px;
        line-height: 30px;

        width: 100px;
        height: 30px;

        border-radius: 30px;
    }
}
@media (max-width: 767px)
{
    .product-list .pro-change-btn a
    {
        font-size: 13px;
        line-height: 25px;

        width: 80px;
        height: 25px;

        border-radius: 25px;
    }
}
.product-list .pro-change-btn .active
{
    color: #fff;
    background-color: #087776;
}
.product-list h3
{
    font-size: 24px;
    font-weight: bold;

    margin: 30px 0 15px;
}
@media (max-width: 991px)
{
    .product-list h3
    {
        font-size: 22px;
    }
}
@media (max-width: 767px)
{
    .product-list h3
    {
        font-size: 20px;

        margin-top: 20px;
    }
}
.product-list p
{
    height: auto;

    color: #444;

    -webkit-line-clamp: 4;
}
.product-list .func
{
    margin-top: 35px;
}
@media (max-width: 1199px)
{
    .product-list .func
    {
        margin-top: 25px;
    }
}
@media (max-width: 767px)
{
    .product-list .func
    {
        margin-top: 20px;
    }
}
.product-list .func > div
{
    display: inline-block;

    vertical-align: middle;
}
.product-list .func .cart
{
    margin-left: 30px;
}
.product-list .func .cart .iconfont
{
    font-size: 27px;
}
@media (min-width: 1200px)
{
    .product-list .func .cart .iconfont:hover
    {
        color: #087776;
    }
}
@media (max-width: 1199px)
{
    .product-list .func .cart .iconfont:active
    {
        color: #087776;
    }
}
@media (max-width: 767px)
{
    .product-list .func .cart .iconfont
    {
        font-size: 22px;
    }
}
@media (min-width: 1200px)
{
    .product-list .more-box a:hover
    {
        box-shadow: inset 0 2px 10px rgba(0, 0, 0, .4);
    }
}
.product-wrap .title
{
    margin-bottom: 25px;
}
@media (max-width: 767px)
{
    .product-wrap .title
    {
        margin-bottom: 15px;
    }
}
.product-wrap .title h2:before
{
    display: block;

    width: 42px;
    height: 4px;
    margin-bottom: 10px;

    content: '';

    background-color: #087776;
}
.product-wrap .list
{
    margin-top: -30px;
}
.product-wrap .list > li
{
    margin-top: 30px;
}
@media (max-width: 575px)
{
    .product-wrap .list > li
    {
        width: 100%;
    }
}
.product-wrap .pagination
{
    text-align: center;
}
.product-details-wrap .breadcrumb
{
    margin: 0 0 30px;
}
.product-details-wrap .carousel-wrap .img-box
{
    padding-bottom: 55.55555556%;
}
@media (max-width: 991px)
{
    .product-details-wrap .slider-nav,
    .product-details-wrap .carousel-box
    {
        width: 810px;
        max-width: 100%;
        margin: 0 auto;
    }
}
.product-details-wrap .slider-for,
.product-details-wrap .slider-nav .item
{
    position: relative;
    z-index: 2;

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

    overflow: hidden;
}
.product-details-wrap .slider-for .product-video
{
    background: url(../js/slick/ajax-loader.gif) no-repeat center;
}
.product-details-wrap .slider-for .product-video .iframe
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}
.product-details-wrap .slider-nav
{
    margin-top: 30px;
}
@media (min-width: 1200px)
{
    .product-details-wrap .slider-nav:hover .slick-arrow
    {
        opacity: 1;
    }
}
@media (max-width: 1199px)
{
    .product-details-wrap .slider-nav
    {
        margin-top: 20px;
    }
}
.product-details-wrap .slider-nav .slick-list
{
    margin: 0 -15px;
}
@media (max-width: 1199px)
{
    .product-details-wrap .slider-nav .slick-list
    {
        margin: 0 -10px;
    }
}
@media (max-width: 767px)
{
    .product-details-wrap .slider-nav .slick-list
    {
        margin: 0 -10px;
    }
}
.product-details-wrap .slider-nav .slick-slide
{
    padding: 0 15px;
}
@media (max-width: 1199px)
{
    .product-details-wrap .slider-nav .slick-slide
    {
        padding: 0 10px;
    }
}
@media (max-width: 767px)
{
    .product-details-wrap .slider-nav .slick-slide
    {
        padding: 0 10px;
    }
}
.product-details-wrap .slider-nav .item
{
    border: 1px solid #d2d2d2;
}
.product-details-wrap .slider-nav .iframe-cont
{
    position: relative;
}
.product-details-wrap .slider-nav .iframe-cont .img-box:before
{
    z-index: 2;

    content: '';

    background-color: rgba(0, 0, 0, .4);
}
.product-details-wrap .slider-nav .product-video:before,
.product-details-wrap .slider-nav .product-video:after
{
    position: absolute;
    top: 50%;
    left: 50%;

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

    border-radius: 50%;
}
.product-details-wrap .slider-nav .product-video:before
{
    z-index: 5;

    width: 50px;
    height: 50px;

    content: '';

    border: 15px solid rgba(255, 255, 255, .5);
}
.product-details-wrap .slider-nav .product-video:after
{
    font-size: 30px;
    line-height: 1;

    z-index: 6;

    content: '\e644';

    color: #fff;
}
@media (max-width: 1199px)
{
    .product-details-wrap .slider-nav .product-video:after
    {
        font-size: 26px;
    }
    .product-details-wrap .slider-nav .product-video:before
    {
        width: 35px;
        height: 35px;

        border: 12px solid rgba(255, 255, 255, .5);
    }
}
.product-details-wrap .slider-nav .vr:before
{
    font-size: 40px;

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

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

    color: #fff;
}
@media (max-width: 1199px)
{
    .product-details-wrap .slider-nav .vr:before
    {
        font-size: 30px;
    }
}
.product-details-wrap .info-wrap
{
    padding-left: 40px;
}
@media (max-width: 1469px)
{
    .product-details-wrap .info-wrap
    {
        padding-left: 20px;
    }
}
@media (max-width: 1349px)
{
    .product-details-wrap .info-wrap
    {
        padding-left: 0;
    }
}
@media (max-width: 1199px)
{
    .product-details-wrap .info-wrap
    {
        padding-top: 15px;
    }
}
.product-details-wrap h1
{
    font-size: 30px;
    font-weight: bold;

    margin: 0 0 35px;
    padding: 35px 0;

    border-bottom: 1px solid #d2d2d2;
}
@media (max-width: 1349px)
{
    .product-details-wrap h1
    {
        margin-bottom: 25px;
        padding: 25px 0;
    }
}
@media (max-width: 1199px)
{
    .product-details-wrap h1
    {
        font-size: 28px;
    }
}
@media (max-width: 991px)
{
    .product-details-wrap h1
    {
        font-size: 26px;
    }
}
@media (max-width: 767px)
{
    .product-details-wrap h1
    {
        font-size: 24px;

        padding: 15px 0;
    }
}
.product-details-wrap .tips
{
    font-size: 22px;
    font-weight: bold;

    margin-bottom: 20px;

    color: #087776;
}
@media (max-width: 1199px)
{
    .product-details-wrap .tips
    {
        font-size: 20px;

        margin-bottom: 10px;
    }
}
@media (max-width: 991px)
{
    .product-details-wrap .tips
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .product-details-wrap .tips
    {
        font-size: 16px;
    }
}
.product-details-wrap .txt p
{
    font-size: 14px;
    line-height: 1.71428571;

    color: #666;
}
.product-details-wrap .share-box
{
    position: relative;

    padding: 30px 0;
}
@media (max-width: 1199px)
{
    .product-details-wrap .share-box
    {
        padding: 20px 0;
    }
}
@media (max-width: 767px)
{
    .product-details-wrap .share-box
    {
        padding: 20px 0 10px;
    }
}
.product-details-wrap .share-box > *
{
    display: inline-block;

    vertical-align: middle;
}
.product-details-wrap .share-box > b
{
    font-size: 18px;

    margin-right: 10px;
}
@media (max-width: 575px)
{
    .product-details-wrap .share-box > b
    {
        font-size: 16px;

        margin-right: 5px;
    }
}
.product-details-wrap .fun-btn
{
    width: 370px;
    max-width: 100%;
}
@media (max-width: 575px)
{
    .product-details-wrap .fun-btn .row
    {
        margin: 0 -5px;
    }
    .product-details-wrap .fun-btn li
    {
        padding: 0 5px;
    }
}
.product-details-wrap .fun-btn a
{
    line-height: 48px;

    position: relative;

    display: block;
    overflow: hidden;

    margin-top: 20px;

    text-align: center;
    text-transform: capitalize;

    border: 1px solid #d2d2d2;
}
.product-details-wrap .fun-btn a:before
{
    font-size: 1.4em;

    margin-right: 15px;
}
.product-details-wrap .fun-btn a:before,
.product-details-wrap .fun-btn a span
{
    display: inline-block;

    vertical-align: middle;
}
@media (min-width: 1200px)
{
    .product-details-wrap .fun-btn a
    {
        -webkit-transition: .4s;
                transition: .4s;
    }
    .product-details-wrap .fun-btn a:hover
    {
        color: #fff;
        border-color: #087776;
        background-color: #087776;
    }
}
@media (max-width: 1199px)
{
    .product-details-wrap .fun-btn a:active
    {
        color: #fff;
        border-color: #087776;
        background-color: #087776;
    }
}
@media (max-width: 575px)
{
    .product-details-wrap .fun-btn a
    {
        font-size: 14px;
        font-size: 3.6vmin;
        line-height: 40px;

        padding: 0 10px;
    }
    .product-details-wrap .fun-btn a:before
    {
        margin-right: 8px;
    }
}
.product-details-wrap .fun-btn .inquiry-btn:before
{
    content: '\e6a3';
}
.product-details-wrap .fun-btn .add-btn:before
{
    content: '\e601';
}
.product-details-wrap .details-list
{
    margin-top: 60px;
}
@media (max-width: 1199px)
{
    .product-details-wrap .details-list
    {
        margin-top: 50px;
    }
}
@media (max-width: 991px)
{
    .product-details-wrap .details-list
    {
        margin-top: 40px;
    }
}
@media (max-width: 767px)
{
    .product-details-wrap .details-list
    {
        margin-top: 35px;
    }
}
.product-details-wrap .details-list h3
{
    font-size: 40px;
    font-weight: bold;

    position: relative;

    margin: 0 0 20px;

    text-transform: capitalize;

    color: #333;
}
@media (max-width: 1199px)
{
    .product-details-wrap .details-list h3
    {
        font-size: 32px;
    }
}
@media (max-width: 991px)
{
    .product-details-wrap .details-list h3
    {
        font-size: 28px;
    }
}
@media (max-width: 767px)
{
    .product-details-wrap .details-list h3
    {
        font-size: 22px;

        margin-bottom: 15px;
    }
}
.product-details-wrap .inquire-wrap h3
{
    margin-bottom: 10px;
}
.product-details-wrap .inquire-wrap form
{
    padding-top: 10px;
}
.product-details-wrap .related .list
{
    margin: -20px -10px 0;
}
.product-details-wrap .related .list li
{
    margin-top: 20px;
    padding: 0 10px;
}
.customized-list
{
    margin-top: -85px;
}
@media (max-width: 1199px)
{
    .customized-list
    {
        margin-top: -40px;
    }
}
@media (max-width: 767px)
{
    .customized-list
    {
        margin-top: -25px;
    }
}
.customized-list > li
{
    margin-top: 85px;
}
@media (min-width: 1200px)
{
    .customized-list > li
    {
        width: 20%;
    }
}
@media (max-width: 1199px)
{
    .customized-list > li
    {
        margin-top: 40px;
    }
}
@media (max-width: 767px)
{
    .customized-list > li
    {
        margin-top: 25px;
    }
}
@media (max-width: 575px)
{
    .customized-list > li
    {
        width: 50%;
    }
}
@media (min-width: 1200px)
{
    .customized-list .item:hover .iconfont
    {
        -webkit-animation: swing 1s 0s ease both;
                animation: swing 1s 0s ease both;
    }
}
.customized-list .icon
{
    font-size: 0;

    position: relative;

    display: block;

    padding: 0 11.53846154%;

    text-align: justify;
    text-justify: distribute-all-lines;

    color: #087776;
    border-left: 1px solid #d2d2d2;
}
.customized-list .icon:before
{
    position: absolute;
    top: 50%;
    left: 0;

    width: 2px;
    height: 34px;
    margin-top: -17px;

    content: '';

    background-color: #087776;
}
.customized-list .icon:after
{
    display: inline-block;
    overflow: hidden;

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

    content: '';
}
.customized-list .icon .iconfont,
.customized-list .icon .num
{
    display: inline-block;

    vertical-align: middle;
}
.customized-list .icon .iconfont
{
    font-size: 64px;
}
.customized-list .icon .num
{
    font-size: 48px;
    font-weight: bold;

    opacity: .17;
}
@media (max-width: 1349px)
{
    .customized-list .icon .iconfont
    {
        font-size: 54px;
    }
    .customized-list .icon .num
    {
        font-size: 40px;
    }
}
@media (max-width: 767px)
{
    .customized-list .icon .iconfont
    {
        font-size: 42px;
    }
    .customized-list .icon .num
    {
        font-size: 32px;
    }
}
.customized-list p
{
    font-size: 18px;
    line-height: 1.66666667;

    width: 180px;
    max-width: 100%;
    margin: 25px 0 0;
}
@media (max-width: 1349px)
{
    .customized-list p
    {
        font-size: 17px;

        margin-top: 20px;
    }
}
@media (max-width: 1199px)
{
    .customized-list p
    {
        font-size: 16px;

        margin-top: 15px;
    }
}
@media (max-width: 767px)
{
    .customized-list p
    {
        font-size: 15px;
    }
}
@media (max-width: 575px)
{
    .customized-list p
    {
        font-size: 14px;
        line-height: 1.4;

        margin-top: 10px;
    }
}
.case-list
{
    margin-top: -30px;
}
@media (max-width: 767px)
{
    .case-list
    {
        margin: -15px -8px 0;
    }
}
.case-list > li
{
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .case-list > li
    {
        margin-top: 15px;
        padding: 0 8px;
    }
}
@media (max-width: 575px)
{
    .case-list > li
    {
        width: 100%;
    }
}
.case-list .item
{
    position: relative;

    display: block;
    overflow: hidden;
}
@media (min-width: 1200px)
{
    .case-list .item img
    {
        -webkit-transition:         transform .7s;
        -webkit-transition: -webkit-transform .7s;
                transition: -webkit-transform .7s;
                transition:         transform .7s;
                transition:         transform .7s, -webkit-transform .7s;
    }
    .case-list .item:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
@media (min-width: 1200px)
{
    .case-list .item:hover .img-box:before
    {
        opacity: 1;
    }
    .case-list .item:hover .info
    {
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0);

        opacity: 1;
    }
}
.case-list .img-box
{
    padding-bottom: 60.86956522%;
}
.case-list .img-box:before
{
    z-index: 2;

    content: '';
    /* FF3.6-15 */

    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .65) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .65)));
    background:         linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .65) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
@media (min-width: 1200px)
{
    .case-list .img-box:before
    {
        opacity: 0;
    }
}
.case-list .info
{
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;

    width: 100%;
    padding: 25px 50px;

    -webkit-transition: .7s;
            transition: .7s;

    color: #fff;
}
@media (min-width: 1200px)
{
    .case-list .info
    {
        -webkit-transform: translateY(101%);
            -ms-transform: translateY(101%);
                transform: translateY(101%);

        opacity: 0;
    }
}
@media (max-width: 1199px)
{
    .case-list .info
    {
        padding: 5px 35px;
    }
}
@media (max-width: 991px)
{
    .case-list .info
    {
        padding: 5px 25px;
    }
}
@media (max-width: 767px)
{
    .case-list .info
    {
        padding: 5px 20px;
    }
}
.case-list h3
{
    font-size: 24px;
    font-weight: bold;

    margin: 0 0 15px;
}
@media (max-width: 1199px)
{
    .case-list h3
    {
        font-size: 22px;
    }
}
@media (max-width: 991px)
{
    .case-list h3
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .case-list h3
    {
        font-size: 18px;
    }
}
.case-list p
{
    height: auto;

    color: #fff;

    -webkit-line-clamp: 3;
}
.case-details-wrap h1
{
    font-size: 30px;
    font-weight: bold;

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

    border-bottom: 1px solid #dcdcdc;
}
@media (max-width: 1199px)
{
    .case-details-wrap h1
    {
        font-size: 28px;
    }
}
@media (max-width: 991px)
{
    .case-details-wrap h1
    {
        font-size: 26px;
    }
}
@media (max-width: 767px)
{
    .case-details-wrap h1
    {
        font-size: 22px;

        margin-bottom: 20px;
        padding-bottom: 15px;
    }
}
.more-box button,
.more-box a
{
    display: inline-block;

    background: none;
}
.more-box button:after,
.more-box a:after,
.more-box button span,
.more-box a span
{
    display: inline-block;

    vertical-align: middle;
}
.more-box button:after,
.more-box a:after
{
    font-size: 1.4em;
    line-height: 1;

    margin-left: 15px;

    content: '\e6c3';
}
@media (min-width: 1200px)
{
    .more-box button:hover,
    .more-box a:hover
    {
        color: #087776;
    }
}
@media (max-width: 767px)
{
    .more-box button,
    .more-box a
    {
        font-size: 12px;
    }
    .more-box button:after,
    .more-box a:after
    {
        margin-left: 10px;
    }
}
.more-box .border
{
    padding: 13px 30px;

    border: 1px solid #cdcdcd;
}
@media (min-width: 1200px)
{
    .more-box .border
    {
        -webkit-transition: .4s;
                transition: .4s;
    }
    .more-box .border:hover
    {
        color: #fff;
        border-color: #087776;
        background-color: #087776;
    }
}
@media (max-width: 1199px)
{
    .more-box .border
    {
        padding: 9px 20px;
    }
    .more-box .border:active
    {
        color: #fff;
        border-color: #087776;
        background-color: #087776;
    }
}
.news-list
{
    margin-top: -40px;
}
.news-list li
{
    overflow: hidden;

    margin-top: 40px;

    box-shadow: 0 0 10px 1px rgba(0, 0, 0, .15);
}
@media (min-width: 1200px)
{
    .news-list li:hover
    {
        box-shadow: 0 0 15px 2px rgba(0, 0, 0, .3);
    }
    .news-list li:hover h3
    {
        color: #087776;
    }
    .news-list li:hover .pic-box img
    {
        -webkit-transform: translateX(-50%) scale(1.1);
            -ms-transform: translateX(-50%) scale(1.1);
                transform: translateX(-50%) scale(1.1);
    }
}
@media (min-width: 992px)
{
    .news-list li
    {
        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;
    }
    .news-list li > div
    {
        float: left;

        width: 50%;
        padding: 15px;
    }
    .news-list li:nth-child(odd) .info
    {
        padding-right: 90px;
    }
    .news-list li:nth-child(even)
    {
                flex-direction: row-reverse;

        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
            -ms-flex-direction: row-reverse;
    }
    .news-list li:nth-child(even) .pic-box
    {
        float: right;
    }
    .news-list li:nth-child(even) .info
    {
        padding-left: 90px;
    }
}
@media (max-width: 991px)
{
    .news-list li
    {
        padding: 20px;
    }
}
@media (max-width: 767px)
{
    .news-list li
    {
        padding: 15px;
    }
}
@media (max-width: 767px)
{
    .news-list li
    {
        margin-top: 30px;
    }
}
.news-list .pic-box
{
    overflow: hidden;
}
.news-list .pic-box > a
{
    display: block;
    overflow: hidden;
}
.news-list .pic-box img
{
    position: relative;
    left: 50%;

    display: block;

    -webkit-transition: .8s;
            transition: .8s;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
@media (max-width: 991px)
{
    .news-list .pic-box img
    {
        max-width: 100%;
    }
}
.news-list h3
{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;

    height: auto;
    margin: 10px 0;

    -webkit-line-clamp: 2;
}
@media (max-width: 991px)
{
    .news-list h3
    {
        font-size: 22px;
    }
}
@media (max-width: 767px)
{
    .news-list h3
    {
        font-size: 18px;
    }
}
.news-list p
{
    font-size: 14px;
    line-height: 1.875;

    height: auto;

    color: #666;

    -webkit-line-clamp: 4;
}
.news-list .more-box
{
    margin-top: 30px;
}
.news-wrap .date,
.news-details-wrap .date
{
    font-size: 14px;

    margin: 15px 0;

    color: #087776;
}
.news-wrap .date:before,
.news-details-wrap .date:before,
.news-wrap .date span,
.news-details-wrap .date span
{
    display: inline-block;

    vertical-align: middle;
}
.news-wrap .date:before,
.news-details-wrap .date:before
{
    font-size: 1.7em;
    line-height: 1;

    margin-right: 10px;

    content: '\e67f';
}
@media (max-width: 767px)
{
    .news-wrap .date,
    .news-details-wrap .date
    {
        font-size: 14px;

        margin: 10px 0;
    }
}
.news-wrap .news-nav
{
    padding-bottom: 40px;

    text-align: right;
}
.news-details-wrap h1
{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.25;

    margin: 0;
}
@media (max-width: 991px)
{
    .news-details-wrap h1
    {
        font-size: 22px;
    }
}
@media (max-width: 767px)
{
    .news-details-wrap h1
    {
        font-size: 20px;

        margin-bottom: 15px;
    }
}
.news-details-wrap .date
{
    margin: 25px 0 30px;
}
@media (max-width: 991px)
{
    .news-details-wrap .date
    {
        margin: 15px 0 20px;
    }
}
@media (max-width: 767px)
{
    .news-details-wrap .date
    {
        margin: 10px 0 15px;
    }
}
.news-details-wrap .txt p
{
    color: #666;
}
.news-page
{
    overflow: hidden;

    margin-top: 50px;
}
@media (max-width: 991px)
{
    .news-page
    {
        margin-top: 40px;
    }
}
@media (max-width: 767px)
{
    .news-page
    {
        margin-top: 25px;
    }
}
.news-page a
{
    font-weight: bold;
}
.news-page a:before,
.news-page a:after,
.news-page a span
{
    display: inline-block;

    vertical-align: middle;
}
.news-page a:before,
.news-page a:after
{
    font-size: 1.2em;

    content: '\e6c3';
}
@media (min-width: 1200px)
{
    .news-page a:hover
    {
        color: #087776;
    }
    .news-page a:hover span
    {
        text-decoration: underline;
    }
}
@media (max-width: 1199px)
{
    .news-page a:active
    {
        color: #087776;
    }
    .news-page a:active span
    {
        text-decoration: underline;
    }
}
.news-page p
{
    font-size: 16px;
    line-height: 30px;

    margin: 0;
}
.news-page .prev a:before
{
    margin-right: 15px;

    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.news-page .prev a:after
{
    display: none;
}
.news-page .next
{
    text-align: right;
}
.news-page .next a:before
{
    display: none;
}
.news-page .next a:after
{
    margin-left: 15px;
}
.inquiry-wrap .title,
.sitemap-wrap .title
{
    margin-bottom: 45px;
}
@media (min-width: 992px)
{
    .inquiry-wrap .title h2,
    .sitemap-wrap .title h2
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .inquiry-wrap .title,
    .sitemap-wrap .title
    {
        margin-bottom: 35px;
    }
}
@media (max-width: 767px)
{
    .inquiry-wrap .title,
    .sitemap-wrap .title
    {
        margin-bottom: 25px;
    }
}
.inquiry-wrap .title
{
    text-align: center;
}
.inquiry-wrap .iq-title,
.inquiry-wrap .list li
{
    font-size: 0;

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

    text-align: justify;
    text-justify: distribute-all-lines;
}
@media (max-width: 991px)
{
    .inquiry-wrap .iq-title,
    .inquiry-wrap .list li
    {
        padding-right: 30px;
        padding-left: 30px;
    }
}
@media (max-width: 767px)
{
    .inquiry-wrap .iq-title,
    .inquiry-wrap .list li
    {
        padding: 0 10px;
    }
}
.inquiry-wrap .iq-title:after,
.inquiry-wrap .list li:after
{
    display: inline-block;
    overflow: hidden;

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

    content: '';
}
.inquiry-wrap .iq-title > div,
.inquiry-wrap .list li > div
{
    font-size: 14px;

    display: inline-block;

    text-align: center;
    vertical-align: middle;
    letter-spacing: 0;
}
.inquiry-wrap .iq-title
{
    padding-top: 16px;
    padding-bottom: 16px;

    background-color: #087776;
}
@media (max-width: 575px)
{
    .inquiry-wrap .iq-title
    {
        text-align: left;
    }
}
.inquiry-wrap .iq-title .th
{
    font-weight: normal;

    text-align: center;
    text-transform: capitalize;

    color: #fff;
    border: none;
}
.inquiry-wrap .iq-title .th.qty-box
{
    text-align: center;
}
.inquiry-wrap .iq-title .th span
{
    font-size: 16px;

    display: inline-block;

    vertical-align: middle;
}
@media (max-width: 767px)
{
    .inquiry-wrap .iq-title .th span
    {
        font-size: 14px;
    }
}
.inquiry-wrap .iq-title .th.check-box label.replace
{
    background-color: #fff;
}
@media only screen and (min-width: 768px)
{
    .inquiry-wrap .iq-title .th.check-box label.replace:after
    {
        display: block;
    }
}
.inquiry-wrap .iq-title .pic-box
{
    text-align: center;
}
@media (max-width: 575px)
{
    .inquiry-wrap .iq-title .pic-box
    {
        display: none;
    }
}
@media (max-width: 575px)
{
    .inquiry-wrap .iq-title .introduce-box
    {
        width: 60% !important;
        padding-left: 5px;
    }
}
@media (max-width: 767px)
{
    .inquiry-wrap .iq-title .check-box
    {
        padding: 0;
    }
}
@media (max-width: 767px)
{
    .inquiry-wrap .iq-title .del-box
    {
        width: 30px;

        opacity: 0;
    }
}
.inquiry-wrap .inquiry-box
{
    width: 100%;

    border: none;
}
.inquiry-wrap .inquiry-box label
{
    margin-bottom: 0;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

         -o-user-select: none;
}
.inquiry-wrap .inquiry-box label:before
{
    border: 1px solid #d5d5d5;
    border-radius: 4px;
    background-color: #e6e6e6;
}
@media (max-width: 767px)
{
    .inquiry-wrap .inquiry-box .introduce-title
    {
        padding-left: 0 !important;

        text-align: center;
    }
}
.inquiry-wrap .inquiry-box .check-box
{
    text-align: left;
}
@media (min-width: 576px)
{
    .inquiry-wrap .inquiry-box .check-box
    {
        width: 70px;
    }
}
@media (min-width: 576px) and (max-width: 767px)
{
    .inquiry-wrap .inquiry-box .check-box
    {
        width: 30px;
    }
}
.inquiry-wrap .inquiry-box .check-box .check-all
{
    margin: 0;
}
.inquiry-wrap .inquiry-box .check-box .check-all > label
{
    margin-right: 10px;
}
.inquiry-wrap .inquiry-box .check-box .check-all span
{
    font-weight: normal;
}
@media (max-width: 767px)
{
    .inquiry-wrap .inquiry-box .check-box .check-all span
    {
        display: none;
    }
}
.inquiry-wrap .inquiry-box .check-box label.replace
{
    line-height: 10px;

    position: relative;

    display: inline-block;
    overflow: hidden;

    width: 12px;
    height: 12px;

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

    border: 1px solid #dcdcdc;
    border-radius: 50%;
    background-color: #f4f4f4;
}
@media (max-width: 575px)
{
    .inquiry-wrap .inquiry-box .check-box label.replace
    {
        margin-left: 5px;
    }
}
.inquiry-wrap .inquiry-box .check-box label.replace:after
{
    font-family: 'iconfont' !important;
    font-size: 20px;
    line-height: 1;

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

    content: '\e624';
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    text-align: center;

    opacity: 0;
    color: #333;
}
.inquiry-wrap .inquiry-box .check-box label.replace input
{
    display: none;
}
.inquiry-wrap .inquiry-box .check-box label.change:after
{
    opacity: 1;
}
.inquiry-wrap .inquiry-box .pic-box
{
    text-align: left;
}
.inquiry-wrap .inquiry-box .pic-box .img-box
{
    padding-bottom: 55.55555556%;
}
@media (min-width: 1200px)
{
    .inquiry-wrap .inquiry-box .pic-box .img-box img
    {
        -webkit-transition:         transform .7s;
        -webkit-transition: -webkit-transform .7s;
                transition: -webkit-transform .7s;
                transition:         transform .7s;
                transition:         transform .7s, -webkit-transform .7s;
    }
    .inquiry-wrap .inquiry-box .pic-box .img-box:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
@media (min-width: 768px)
{
    .inquiry-wrap .inquiry-box .pic-box
    {
        width: 240px;
    }
}
@media (min-width: 768px) and (max-width: 991px)
{
    .inquiry-wrap .inquiry-box .pic-box
    {
        width: 170px;
    }
}
@media (max-width: 767px)
{
    .inquiry-wrap .inquiry-box .pic-box
    {
        width: 150px;
    }
}
@media (max-width: 575px)
{
    .inquiry-wrap .inquiry-box .pic-box
    {
        width: 100px;
    }
}
.inquiry-wrap .inquiry-box .introduce-box
{
    padding-left: 10px;

    text-align: left;
}
@media (min-width: 1200px)
{
    .inquiry-wrap .inquiry-box .introduce-box img
    {
        -webkit-transition:         transform .7s;
        -webkit-transition: -webkit-transform .7s;
                transition: -webkit-transform .7s;
                transition:         transform .7s;
                transition:         transform .7s, -webkit-transform .7s;
    }
    .inquiry-wrap .inquiry-box .introduce-box:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
@media (min-width: 576px)
{
    .inquiry-wrap .inquiry-box .introduce-box
    {
        width: 380px;
    }
}
@media (min-width: 576px) and (max-width: 1199px)
{
    .inquiry-wrap .inquiry-box .introduce-box
    {
        width: 270px;
    }
}
@media (min-width: 576px) and (max-width: 991px)
{
    .inquiry-wrap .inquiry-box .introduce-box
    {
        width: 150px;
    }
}
@media (min-width: 576px) and (max-width: 767px)
{
    .inquiry-wrap .inquiry-box .introduce-box
    {
        width: 230px;
    }
}
@media (max-width: 575px)
{
    .inquiry-wrap .inquiry-box .introduce-box
    {
        width: -webkit-calc(100% - 180px);
        width:         calc(100% - 180px);
        padding-left: 5px;
    }
}
.inquiry-wrap .inquiry-box .introduce-box > div
{
    display: inline-block;

    vertical-align: middle;
}
.inquiry-wrap .inquiry-box .introduce-box h3
{
    font-size: 18px;

    height: auto;
    margin: 0 0 5px 0;

    -webkit-line-clamp: 2;
}
@media (max-width: 991px)
{
    .inquiry-wrap .inquiry-box .introduce-box h3
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .inquiry-wrap .inquiry-box .introduce-box h3
    {
        font-size: 14px;

        margin-bottom: 5px;
    }
}
@media (max-width: 575px)
{
    .inquiry-wrap .inquiry-box .introduce-box h3
    {
        font-size: 12px;
    }
}
.inquiry-wrap .inquiry-box .introduce-box h3:hover
{
    color: #087776;
}
.inquiry-wrap .inquiry-box .introduce-box h3 ~ span
{
    margin-left: 15px;

    color: #999;
}
.inquiry-wrap .inquiry-box .introduce-box h3 ~ span:first-of-type
{
    margin-left: 0;
}
.inquiry-wrap .inquiry-box .introduce-box p
{
    overflow: hidden;

    white-space: nowrap;
    text-overflow: ellipsis;

    color: #666;
}
@media (max-width: 575px)
{
    .inquiry-wrap .inquiry-box .introduce-box .model
    {
        font-size: 12px;

        margin-bottom: 8px;
    }
}
@media (min-width: 768px)
{
    .inquiry-wrap .inquiry-box .introduce-box .number-box
    {
        display: none;
    }
}
.inquiry-wrap .inquiry-box .number-box
{
    display: inline-block;
    zoom: 1;

    min-width: 90px;

    text-align: center;
    vertical-align: middle;
}
.inquiry-wrap .inquiry-box .number-box:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
.inquiry-wrap .inquiry-box .number-box a
{
    font-size: 12px;
    font-weight: bold;
    line-height: 28px;

    float: left;

    width: 30px;
    height: 30px;

    border: 1px solid #e5e5e5;
    border-radius: 50%;
}
.inquiry-wrap .inquiry-box .number-box a.del1:before
{
    content: '\e628';
}
.inquiry-wrap .inquiry-box .number-box a.add1:before
{
    content: '\e629';
}
.inquiry-wrap .inquiry-box .number-box a:active
{
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1);
}
@media (max-width: 575px)
{
    .inquiry-wrap .inquiry-box .number-box a
    {
        font-size: 12px;
        line-height: 23px;

        width: 25px;
        height: 25px;
    }
}
.inquiry-wrap .inquiry-box .number-box a.disable
{
    cursor: not-allowed;
}
.inquiry-wrap .inquiry-box .number-box .ipt-num
{
    font-weight: bold;
    line-height: 30px;

    float: left;

    width: 60px;
    min-width: 26px;
    max-width: 60px;
    height: 30px;

    text-align: center;

    color: #333;
    background: none;
}
@media (max-width: 767px)
{
    .inquiry-wrap .inquiry-box .number-box .ipt-num
    {
        line-height: 30px;

        width: 50px;
        height: 30px;
    }
}
@media (max-width: 575px)
{
    .inquiry-wrap .inquiry-box .number-box .ipt-num
    {
        line-height: 23px;

        width: 35px;
        height: 25px;
    }
}
.inquiry-wrap .inquiry-box .qty-box
{
    text-align: center;
}
@media (max-width: 767px)
{
    .inquiry-wrap .inquiry-box .qty-box
    {
        display: none;
    }
}
@media (min-width: 768px)
{
    .inquiry-wrap .inquiry-box .qty-box
    {
        width: 125px;

        text-align: center;
    }
}
.inquiry-wrap .inquiry-box .del-box
{
    text-align: center;
}
@media (min-width: 768px)
{
    .inquiry-wrap .inquiry-box .del-box
    {
        width: 70px;
    }
}
.inquiry-wrap .inquiry-box .del-box .del:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;
    font-style: normal;

    content: '\e632';

    color: #787878;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.inquiry-wrap .inquiry-box .del-box .del:hover:before
{
    color: #087776;
}
.inquiry-wrap .inquiry-box .list li
{
    padding-top: 40px;
    padding-bottom: 40px;

    border-bottom: 1px solid #dedede;
}
@media (max-width: 991px)
{
    .inquiry-wrap .inquiry-box .list li
    {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}
@media (max-width: 575px)
{
    .inquiry-wrap .inquiry-box .list li
    {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}
.inquiry-wrap .inquire-wrap
{
    margin-top: 80px;
}
.inquiry-wrap .inquire-wrap h4
{
    font-size: 30px;
    font-weight: bold;
}
@media (max-width: 1199px)
{
    .inquiry-wrap .inquire-wrap
    {
        margin-top: 60px;
    }
}
@media (max-width: 991px)
{
    .inquiry-wrap .inquire-wrap
    {
        margin-top: 50px;
    }
    .inquiry-wrap .inquire-wrap h4
    {
        font-size: 28px;
    }
}
@media (max-width: 767px)
{
    .inquiry-wrap .inquire-wrap
    {
        margin-top: 40px;
    }
    .inquiry-wrap .inquire-wrap h4
    {
        font-size: 24px;
    }
}
.sitemap-wrap .list-wrap
{
    font-size: 18px;

    overflow: hidden;

    margin-top: -20px;
}
.sitemap-wrap .list-wrap li
{
    margin-top: 20px;
}
@media (max-width: 767px)
{
    .sitemap-wrap .list-wrap
    {
        font-size: 16px;
    }
}
.sitemap-wrap .list-wrap a
{
    line-height: 60px;

    display: block;
}
@media (max-width: 991px)
{
    .sitemap-wrap .list-wrap a
    {
        line-height: 50px;
    }
}
@media (max-width: 767px)
{
    .sitemap-wrap .list-wrap a
    {
        line-height: 40px;
    }
}
.sitemap-wrap .list-wrap .list1,
.sitemap-wrap .list-wrap .list2
{
    letter-spacing: 0;
}
@media (min-width: 992px)
{
    .sitemap-wrap .list-wrap .list1,
    .sitemap-wrap .list-wrap .list2
    {
        display: inline-block;

        vertical-align: top;
    }
}
.sitemap-wrap .list-wrap .list1
{
    width: 240px;
    margin: 0;
}
@media (max-width: 575px)
{
    .sitemap-wrap .list-wrap .list1
    {
        width: 100%;
    }
}
.sitemap-wrap .list-wrap .list1 > a
{
    display: block;

    padding: 0 25px;

    border: 1px solid #dcdcdc;
}
@media (min-width: 1200px)
{
    .sitemap-wrap .list-wrap .list1 > a
    {
        -webkit-transition: .4s;
                transition: .4s;
    }
    .sitemap-wrap .list-wrap .list1 > a:hover
    {
        color: #fff;
        background-color: #087776;
    }
}
@media (max-width: 1199px)
{
    .sitemap-wrap .list-wrap .list1 > a:active
    {
        color: #fff;
        background-color: #087776;
    }
}
.sitemap-wrap .list-wrap .list2
{
    font-size: .88888889em;

    position: relative;

    color: #222;
}
.sitemap-wrap .list-wrap .list2 a
{
    text-transform: capitalize;
}
@media (min-width: 1200px)
{
    .sitemap-wrap .list-wrap .list2 a:hover
    {
        text-decoration: underline;
    }
}
@media (max-width: 1199px)
{
    .sitemap-wrap .list-wrap .list2 a:active
    {
        text-decoration: underline;
    }
}
@media (min-width: 992px)
{
    .sitemap-wrap .list-wrap .list2
    {
        width: -webkit-calc(100% - 245px);
        width:         calc(100% - 245px);
        padding-left: 25px;
    }
}
@media (max-width: 991px)
{
    .sitemap-wrap .list-wrap .list2
    {
        margin-left: -20px;
        padding-top: 15px;
    }
}
@media (max-width: 767px)
{
    .sitemap-wrap .list-wrap .list2
    {
        margin-left: 0;
    }
}
@media (max-width: 575px)
{
    .sitemap-wrap .list-wrap .list2
    {
        font-size: 14px;
    }
}
.sitemap-wrap .list-wrap .list2 span
{
    display: inline-block;

    margin-left: 40px;

    vertical-align: top;
}
@media (max-width: 991px)
{
    .sitemap-wrap .list-wrap .list2 span
    {
        margin-left: 30px;
    }
}
@media (max-width: 767px)
{
    .sitemap-wrap .list-wrap .list2 span
    {
        margin-left: 15px;
    }
}
@media (min-width: 1200px)
{
    .sitemap-wrap .list-wrap .list2 a:hover
    {
        color: #087776;
    }
}
@media (max-width: 1199px)
{
    .sitemap-wrap .list-wrap .list2 a:active
    {
        color: #087776;
    }
}
.online-wrap.right .code .mask
{
    right: 100%;

    padding-right: 5px;
}
.online-wrap.right .btn
{
    right: 10px;
}
.online-wrap.right .online
{
    right: 10px;
}
@media (max-width: 767px)
{
    .online-wrap.right .online
    {
        -webkit-transform: translateX(50px);
        -webkit-transform: translate3d(50px, 0, 0);
            -ms-transform: translateX(50px);
                transform: translateX(50px);
                transform: translate3d(50px, 0, 0);
    }
}
.online-wrap.right .online a
{
    border-radius: 10px;
}
@media (min-width: 1200px)
{
    .online-wrap.right .online a:not(.gotop):hover
    {
        border-radius: 0 10px 10px 0;
    }
    .online-wrap.right .online a:not(.gotop):hover .show-num
    {
        right: 100%;
    }
}
.online-wrap.right .code-pic
{
    right: 45px;
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .online-wrap.right .code-pic
    {
        right: 55px;
    }
}
.online-wrap.right .show-num
{
    right: -600px;

    border-radius: 10px 0 0 10px;
}
.online-wrap.left .code .mask
{
    left: 100%;

    padding-left: 5px;
}
.online-wrap.left .btn
{
    left: 10px;
}
.online-wrap.left .online
{
    left: 10px;
}
@media (max-width: 767px)
{
    .online-wrap.left .online
    {
        -webkit-transform: translateX(-50px);
        -webkit-transform: translate3d(-50px, 0, 0);
            -ms-transform: translateX(-50px);
                transform: translateX(-50px);
                transform: translate3d(-50px, 0, 0);
    }
}
.online-wrap.left .online a
{
    border-radius: 10px;
}
@media (min-width: 1200px)
{
    .online-wrap.left .online a:not(.gotop):hover
    {
        border-radius: 10px 0 0 10px;
    }
    .online-wrap.left .online a:not(.gotop):hover .show-num
    {
        left: 100%;
    }
}
.online-wrap.left .code-pic
{
    left: 45px;
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .online-wrap.left .code-pic
    {
        left: 55px;
    }
}
.online-wrap.left .show-num
{
    left: -600px;

    border-radius: 0 10px 10px 0;
}
.online-wrap .btn
{
    line-height: 40px;

    position: fixed;
    z-index: 100;
    bottom: 60px;

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

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

    color: #fff;
    border: none;
    border-radius: 10px;
    background-color: rgba(96, 96, 96, .5);
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, .1);
}
@media (min-width: 768px)
{
    .online-wrap .btn
    {
        display: none;
    }
}
.online-wrap .btn:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;
    font-style: normal;

    display: inline-block;

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

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.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;
    bottom: 180px;

    display: none;

    width: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .online-wrap .code-pic
    {
        bottom: 370px;
    }
}
.online-wrap .code-pic .pic-box
{
    padding: 5px;

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

    width: 100%;
}
.online-wrap .online
{
    position: fixed;
    z-index: 100;
    bottom: 23%;

    -webkit-transition: -webkit-transform .3s;
            transition: -webkit-transform .3s;
            transition:         transform .3s;
            transition:         transform .3s, -webkit-transform .3s;
}
@media (max-width: 767px)
{
    .online-wrap .online
    {
        bottom: 100px;
    }
    .online-wrap .online.active
    {
        -webkit-transform: translateX(0);
        -webkit-transform: translate3d(0, 0, 0);
            -ms-transform: translateX(0);
                transform: translateX(0);
                transform: translate3d(0, 0, 0);
    }
}
.online-wrap .online a
{
    font-size: 26px;
    line-height: 48px;

    position: relative;

    display: block;

    width: 48px;
    height: 48px;
    margin: 5px 0;

    text-align: center;

    color: #fff;
    background-color: rgba(96, 96, 96, .3);
}
@media (min-width: 1200px)
{
    .online-wrap .online a:hover
    {
        color: #fff;
        background-color: #087776;
        box-shadow: none;
    }
    .online-wrap .online a:hover .show-num
    {
        opacity: 1;
    }
}
@media (max-width: 767px)
{
    .online-wrap .online a
    {
        font-size: 20px;
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
}
.online-wrap .online .show-num
{
    font-size: .6em;

    position: absolute;
    z-index: -1;
    top: 0;

    overflow: hidden;

    -webkit-transition: opacity .3s;
            transition: opacity .3s;
    white-space: nowrap;

    opacity: 0;
}
.online-wrap .online .show-num p
{
    margin: 0;
    padding: 0 10px;

    color: #fff;
    background-color: #087776;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .12);
}
.online-wrap .online .code .mask
{
    position: absolute;
    z-index: 10;
    top: 0;
    right: 100%;

    display: none;

    width: 130px;
    height: 130px;
}
.online-wrap .online .code .mask .mask-box
{
    padding: 5px;

    background-color: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12);
}
.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 .icon-gouwuche
{
    border-radius: 10px !important;
}
.xs-online
{
    position: fixed;
    z-index: 998;
    bottom: 0;
    left: 0;

    width: 100%;

    background-color: rgba(8, 119, 118, .8);
    box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, .2);
}
.xs-online ul
{
    display: table;

    width: 100%;

    table-layout: fixed;

    text-align: center;

    color: #fff;
}
.xs-online ul li
{
    display: table-cell;

    width: 20%;

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

    display: block;

    padding: 6px 0;
}
.xs-online ul li > a:before
{
    font-family: 'iconfont' !important;
    font-size: 1.7em;
    font-style: normal;

    display: block;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.xs-online ul li > a span
{
    line-height: 17px;

    display: block;

    height: 17px;
}
.xs-online ul li:first-child
{
    border-left: none;
}
.xs-online ul li.tel > a:before
{
    content: '\e61c';
}
.xs-online ul li.mail > a:before
{
    content: '\e6a4';
}
.xs-online ul li.whatsapp > a:before
{
    content: '\e621';
}
.xs-online ul li.facebook > a:before
{
    content: '\e6d9';
}
.xs-online ul li.feedback > a:before
{
    content: '\e7a5';
}
.xs-online ul li.skype > a:before
{
    content: '\e616';
}
.xs-online ul li.map > a:before
{
    content: '\e63e';
}
.xs-online ul li.message > a:before
{
    content: '\e65f';
}
.xs-online ul li.contact > a:before
{
    content: '\e62c';
}
.xs-online ul li.wechat,
.xs-online ul li.weixin
{
    position: relative;
}
.xs-online ul li.wechat label,
.xs-online ul li.weixin label
{
    z-index: 2;

    margin: 0;
}
.xs-online ul li.wechat .xs-wechat:checked ~ .pic-box,
.xs-online ul li.weixin .xs-wechat:checked ~ .pic-box
{
    display: block;
}
.xs-online ul li.wechat > a:before,
.xs-online ul li.weixin > a:before
{
    content: '\e604';
}
.xs-online ul li.wechat .pic-box,
.xs-online ul li.weixin .pic-box
{
    position: absolute;
    bottom: 100%;
    left: 50%;

    display: none;

    width: 100px;
    max-width: 100px;
    padding: 5px;

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

    background-color: #fff;
    box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, .2);
}
.xs-online ul li.wechat .pic-box img,
.xs-online ul li.weixin .pic-box img
{
    display: block;

    width: 100%;
}
.xs-online ul li.wechat .pic-box p,
.xs-online ul li.weixin .pic-box p
{
    line-height: 30px;

    margin: 0;

    white-space: nowrap;

    color: #333;
}
.xs-online ul li.product > a:before
{
    content: '\e7e9';
}
.xs-online ul li.gotop > a:before
{
    content: '\e605';
}
@media (max-width: 575px)
{
    .share span
    {
        display: none;
    }
}
.share a
{
    font-size: 15px;
    line-height: 28px;

    position: relative;

    display: inline-block;

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

    -webkit-transition:         transform .3s;
    -webkit-transition: -webkit-transform .3s;
            transition: -webkit-transform .3s;
            transition:         transform .3s;
            transition:         transform .3s, -webkit-transform .3s;
    text-align: center;
    vertical-align: middle;

    border: 1px solid #666;
    border-radius: 50%;
}
.share a:first-of-type
{
    margin-left: 0 !important;
}
@media (min-width: 1200px)
{
    .share a:hover
    {
        -webkit-transform: translateY(-3px);
            -ms-transform: translateY(-3px);
                transform: translateY(-3px);

        color: #087776;
        border-color: #087776;
    }
}
@media (max-width: 767px)
{
    .share a
    {
        font-size: 12px;
        line-height: 23px;

        width: 25px;
        height: 25px;
        margin-left: 5px;
    }
}
.share.color .icon-facebook
{
    background-color: #3b5998;
}
.share.color .icon-tuite
{
    background-color: #55acee;
}
.share.color .icon-linkedin
{
    background-color: #006a9a;
}
.share.color .icon-youtube
{
    background-color: #c4302b;
}
.share.color .icon-instagram
{
    background-color: #6b3d2e;
}
.share.color .icon-google
{
    background-color: #dc4e41;
}
.newsletter
{
    text-align: center;
}
.newsletter h2
{
    font-size: 48px;
    font-weight: bold;

    margin: 0 0 25px;

    text-transform: capitalize;
}
@media (max-width: 1199px)
{
    .newsletter h2
    {
        font-size: 42px;
    }
}
@media (max-width: 991px)
{
    .newsletter h2
    {
        font-size: 36px;

        margin-bottom: 20px;
    }
}
@media (max-width: 767px)
{
    .newsletter h2
    {
        font-size: 30px;

        margin-bottom: 15px;
    }
}
.newsletter p
{
    color: #444;
}
.newsletter form
{
    position: relative;

    width: 710px;
    max-width: 100%;
    margin: 40px auto 0;
    padding-right: 220px;
}
.newsletter form input::-webkit-input-placeholder,
.newsletter form textarea::-webkit-input-placeholder
{
    color: #999;
}
.newsletter form input:-o-placeholder,
.newsletter form textarea:-o-placeholder
{
    color: #999;
}
.newsletter form input::-moz-placeholder,
.newsletter form textarea::-moz-placeholder
{
    color: #999;
}
.newsletter form input:-ms-input-placeholder,
.newsletter form textarea:-ms-input-placeholder
{
    color: #999;
}
.newsletter form input:focus::-webkit-input-placeholder,
.newsletter form textarea:focus::-webkit-input-placeholder
{
    color: #ccc;
}
.newsletter form input:focus::-o-placeholder,
.newsletter form textarea:focus::-o-placeholder
{
    color: #ccc;
}
.newsletter form input:focus::-moz-placeholder,
.newsletter form textarea:focus::-moz-placeholder
{
    color: #ccc;
}
.newsletter form input:focus::-ms-input-placeholder,
.newsletter form textarea:focus::-ms-input-placeholder
{
    color: #ccc;
}
@media (max-width: 991px)
{
    .newsletter form
    {
        width: 550px;
        padding-right: 190px;
    }
}
@media (max-width: 575px)
{
    .newsletter form
    {
        margin-top: 30px;
        padding-right: 120px;
    }
}
.newsletter form input
{
    display: block;

    width: 100%;
    padding: 19px 35px;

    color: #999;
    border: 1px solid #828280;
    background: none;
}
@media (max-width: 991px)
{
    .newsletter form input
    {
        padding: 12px 35px;
    }
}
@media (max-width: 767px)
{
    .newsletter form input
    {
        padding: 12px 15px;
    }
}
@media (max-width: 575px)
{
    .newsletter form input
    {
        padding: 12px 8px;
    }
}
.newsletter form .submit
{
    font-size: 15px;
    line-height: 60px;

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

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

    text-align: center;

    color: #fff;
    background-color: #087776;
}
.newsletter form .submit span,
.newsletter form .submit:after
{
    display: inline-block;

    vertical-align: middle;
}
.newsletter form .submit:after
{
    font-size: 1.3em;

    margin-left: 25px;

    content: '\eb5b';
}
@media (min-width: 1200px)
{
    .newsletter form .submit:hover
    {
        box-shadow: inset 0 2px 10px rgba(0, 0, 0, .4);
    }
}
@media (max-width: 991px)
{
    .newsletter form .submit
    {
        line-height: 46px;

        width: 160px;
        height: 46px;
    }
}
@media (max-width: 575px)
{
    .newsletter form .submit
    {
        font-size: 13px;

        width: 110px;
    }
    .newsletter form .submit:after
    {
        margin-left: 5px;
    }
}
.footer
{
    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: no-repeat bottom center;
    background-size: cover;
}
@media only screen and (min-width: 992px)
{
    .footer p a:hover,
    .footer li a:hover,
    .footer .sitemap a:hover
    {
        text-decoration: underline;

        color: #087776;
    }
}
@media (max-width: 991px)
{
    .footer p a:active,
    .footer li a:active,
    .footer .sitemap a:active
    {
        text-decoration: underline;

        color: #087776;
    }
}
.footer .footer-row
{
    margin: 0 -15px;
    padding: 130px 0 50px;
}
@media (max-width: 1199px)
{
    .footer .footer-row
    {
        padding: 100px 0 45px;
    }
}
@media (max-width: 991px)
{
    .footer .footer-row
    {
        padding: 70px 0 40px;
    }
}
@media (max-width: 767px)
{
    .footer .footer-row
    {
        padding: 20px 0 35px;
    }
}
@media (min-width: 1200px)
{
    .footer .footer-row:after
    {
        display: inline-block;
        overflow: hidden;

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

        content: '';
    }
}
.footer .foot-list
{
    font-size: 14px;

    position: relative;

    display: inline-block;

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

    text-align: left;
    vertical-align: top;
    letter-spacing: 0;
}
@media (max-width: 767px)
{
    .footer .foot-list
    {
        width: 100%;
    }
}
.footer .foot-list li,
.footer .foot-list p
{
    font-size: 16px;
    line-height: 1.5;
}
@media (max-width: 767px)
{
    .footer .foot-list li,
    .footer .foot-list p
    {
        font-size: 15px;
    }
}
.footer .foot-list li
{
    position: relative;
}
.footer .foot-list h4
{
    font-size: 26px;

    margin: 0 0 35px;

    text-transform: capitalize;
}
@media (max-width: 991px)
{
    .footer .foot-list h4
    {
        font-size: 24px;

        margin-bottom: 25px;
    }
}
@media (max-width: 767px)
{
    .footer .foot-list h4
    {
        font-size: 22px;

        margin-bottom: 15px;
    }
}
.footer .foot-contact
{
    position: relative;
    z-index: 2;
}
@media (min-width: 768px)
{
    .footer .foot-contact
    {
        width: 460px;
    }
}
.footer .foot-contact .list > p
{
    font-size: 15px;
    line-height: 1.6;

    position: relative;

    margin-bottom: 15px;
    padding-left: 40px;
}
.footer .foot-contact .list > p:before
{
    font-size: 1.33333333em;

    position: absolute;
    top: -2px;
    left: 0;
}
@media (max-width: 767px)
{
    .footer .foot-contact .list > p
    {
        font-size: 14px;

        padding-left: 32px;
    }
}
.footer .foot-contact .name:before
{
    content: '\e649';
}
.footer .foot-contact .address:before
{
    content: '\e63d';
}
.footer .foot-contact .tel:before
{
    content: '\e6be';
}
.footer .foot-contact .mail:before
{
    content: '\e647';
}
.footer .foot-contact .share
{
    padding-top: 20px;
}
@media (max-width: 767px)
{
    .footer .foot-contact .share
    {
        padding-top: 5px;
    }
}
.footer .foot-product li
{
    margin-top: 15px;
}
.footer .foot-product li:first-child
{
    margin-top: 0;
}
@media (max-width: 767px)
{
    .footer .foot-product li
    {
        margin-top: 10px;
    }
}
.footer .foot-product li a
{
    font-size: 15px;

    position: relative;

    display: inline-block;

    text-transform: capitalize;
}
.footer .foot-product li a:before
{
    position: absolute;
    top: 50%;
    left: 0;

    width: 6px;
    height: 6px;
    margin-top: -3px;

    content: '';

    opacity: 0;
    border-radius: 50%;
    background-color: #087776;
}
@media (min-width: 1200px)
{
    .footer .foot-product li a:hover
    {
        padding-left: 20px;
    }
    .footer .foot-product li a:hover:before
    {
        opacity: 1;
    }
}
.footer .foot-message
{
    overflow: hidden;
}
@media (min-width: 1200px)
{
    .footer .foot-message
    {
        width: 480px;
    }
}
@media (min-width: 1200px) and (max-width: 1469px)
{
    .footer .foot-message
    {
        width: 430px;
    }
}
@media (min-width: 1200px) and (max-width: 1349px)
{
    .footer .foot-message
    {
        width: 380px;
    }
}
.footer .foot-message form
{
    overflow: hidden;
}
.footer .foot-message form .row
{
    margin: 0 -10px;
}
.footer .foot-message form .row li
{
    padding: 0 10px;
}
.footer .foot-message form input::-webkit-input-placeholder,
.footer .foot-message form textarea::-webkit-input-placeholder
{
    color: #222;
}
.footer .foot-message form input:-o-placeholder,
.footer .foot-message form textarea:-o-placeholder
{
    color: #222;
}
.footer .foot-message form input::-moz-placeholder,
.footer .foot-message form textarea::-moz-placeholder
{
    color: #222;
}
.footer .foot-message form input:-ms-input-placeholder,
.footer .foot-message form textarea:-ms-input-placeholder
{
    color: #222;
}
.footer .foot-message form input:focus::-webkit-input-placeholder,
.footer .foot-message form textarea:focus::-webkit-input-placeholder
{
    color: #bbb;
}
.footer .foot-message form input:focus::-o-placeholder,
.footer .foot-message form textarea:focus::-o-placeholder
{
    color: #bbb;
}
.footer .foot-message form input:focus::-moz-placeholder,
.footer .foot-message form textarea:focus::-moz-placeholder
{
    color: #bbb;
}
.footer .foot-message form input:focus::-ms-input-placeholder,
.footer .foot-message form textarea:focus::-ms-input-placeholder
{
    color: #bbb;
}
.footer .foot-message form input,
.footer .foot-message form textarea
{
    display: block;

    width: 100%;
    margin-bottom: 20px;
    padding: 12px 20px;

    color: #222;
    border: 1px solid #bfbfbf;
    background: rgba(255, 255, 255, .5);
}
@media (max-width: 767px)
{
    .footer .foot-message form input,
    .footer .foot-message form textarea
    {
        margin-bottom: 15px;
        padding: 8px 15px;
    }
}
.footer .foot-message form textarea
{
    height: 100px;
}
.footer .foot-message form .submit
{
    font-size: 15px;

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

    background: none;
}
.footer .foot-message form .submit b,
.footer .foot-message form .submit:after
{
    display: inline-block;

    vertical-align: middle;
}
.footer .foot-message form .submit:after
{
    font-weight: bold;

    margin-left: 10px;

    content: '\e8a7';
}
@media (min-width: 1200px)
{
    .footer .foot-message form .submit:hover b
    {
        text-decoration: underline;
    }
}
@media (max-width: 1199px)
{
    .footer .foot-message form .submit:active b
    {
        text-decoration: underline;
    }
}
@media (max-width: 767px)
{
    .footer .foot-message form .submit
    {
        margin-top: 0;
        margin-left: 5px;
    }
}
.copyright
{
    line-height: 1.8;

    position: relative;

    overflow: hidden;

    padding: 15px 0;

    border-top: 1px solid #bfbfbf;
}
@media (max-width: 767px)
{
    .copyright
    {
        padding-bottom: 70px;
    }
}
@media (min-width: 1200px)
{
    .copyright a:hover
    {
        text-decoration: underline;

        color: #087776;
    }
}
@media (max-width: 1199px)
{
    .copyright a:active
    {
        text-decoration: underline;

        color: #087776;
    }
}
.copyright > div
{
    font-size: 14px;

    display: inline-block;

    margin: 5px 0;

    text-align: left;
    vertical-align: middle;

    color: #888;
}
.copyright .pic img
{
    max-width: 100%;
    height: auto !important;
}
@media (min-width: 768px)
{
    .copyright .hicheng
    {
        margin-left: 5px;
    }
}
.copyright .cnzz
{
    margin: 0 10px;
}
.copyright .beian a
{
    display: inline-block;
}
.copyright .sitemap a
{
    position: relative;

    display: block;

    padding-left: 25px;
}
.copyright .sitemap a:before
{
    font-size: 1.3em;

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

    content: '\e657';
}


/**
* Date : 2024-11-18
* @author HSM
* @toDo banner显示不全
*/
.public-banner img
{
    width: 100% !important;
}