@charset 'utf-8';
@font-face
{
    font-family: 'quicksand';
    font-weight: 300;
    font-style: normal;

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

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

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

    src: url('font/quicksand-bold-webfont.eot');
    src: local('quicksand bold'), local('quicksand-bold'), url('font/quicksand-bold-webfont.eot?#iefix') format('embedded-opentype'), url('font/quicksand-bold-webfont.woff2') format('woff2'), url('font/quicksand-bold-webfont.woff') format('woff'), url('font/quicksand-bold-webfont.ttf') format('truetype'), url('font/quicksand-bold-webfont.svg#quicksandbold') format('svg');
    font-display: swap;
}
.ff
{
    font-family: 'iconfont' !important;
    font-style: normal;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.all
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}
.goog-te-menu-frame
{
    z-index: 999999999 !important;
}
body
{
    font-family: 'quicksand', Arial, Helvetica, 'Helvetica Neue', 'Hiragino Sans GB', 'PingFang SC', 'Microsoft YaHei', 'Heiti SC', 'WenQuanYi Micro Hei', sans-serif;

    overflow-x: hidden;
}
body.fixed
{
    overflow: hidden;
}
@media only screen and (min-width: 1350px)
{
    .container
    {
        width: 1320px;
    }
}
@media only screen and (min-width: 1470px)
{
    .container
    {
        width: 1440px;
    }
}
.txt-over1
{
    overflow: hidden;

    white-space: nowrap;
    text-overflow: ellipsis;
}
.img-box
{
    position: relative;
    z-index: 1;

    display: block;
    overflow: hidden;

    height: 0;
    padding-bottom: 100%;
}
.img-box img
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;
}
.page
{
    text-align: center;
}
.page li
{
    display: inline-block;

    margin: 5px 18px 0;
}
@media (max-width: 1199px)
{
    .page li
    {
        margin: 5px 12px 0;
    }
}
@media (max-width: 991px)
{
    .page li
    {
        margin: 5px 8px 0;
    }
}
@media (max-width: 767px)
{
    .page li
    {
        margin: 5px 3px 0;
    }
}
.page li a,
.page li span
{
    font-size: 16px;
    line-height: 30px;

    display: block;

    width: 30px;
    height: 30px;

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

    color: #000;
}
@media (max-width: 767px)
{
    .page li a,
    .page li span
    {
        font-size: 12px;
        line-height: 23px;

        width: 25px;
        height: 25px;
        margin: 0 1px;
    }
}
.page li.prev a:before,
.page li.next a:before,
.page li.prev span:before,
.page li.next span:before
{
    font-family: 'iconfont' !important;
    font-style: normal;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page li.prev a:before,
.page li.prev span:before
{
    content: '\e9b5';
}
.page li.next a:before,
.page li.next span:before
{
    content: '\e72f';
}
.page li.active a,
.page li.active span
{
    color: #fff;
    background-color: #20558a;
}
@media (min-width: 1200px)
{
    .page li:hover a,
    .page li:hover span
    {
        color: #fff;
        background-color: #20558a;
    }
}
.table-box
{
    overflow: auto;

    width: 100%;
    max-width: 100%;
}
.table-box table
{
    line-height: 1.2;

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

    border-spacing: 0;
    border-collapse: collapse;
}
.table-box table tr,
.table-box table td,
.table-box table th
{
    width: auto !important;
    height: auto !important;

    color: #02152d;
    background-color: #f2f3f4;
}
.table-box table td,
.table-box table th
{
    font-size: 16px;
    font-weight: normal;

    padding: 10px !important;

    vertical-align: middle;

    border: 2px solid #fff !important;
}
@media (max-width: 767px)
{
    .table-box table td,
    .table-box table th
    {
        font-size: 12px;
    }
}
@media (max-width: 480px)
{
    .table-box table td,
    .table-box table th
    {
        font-size: 2.7vmin;

        padding: 8px !important;
    }
}
.table-box table tr p,
.table-box table tr span
{
    line-height: 1.2 !important;

    margin: 0 !important;
    padding: 0 !important;

    background: none !important;
}
.table-box table th
{
    text-align: center;
}
.table-box .table-nav
{
    overflow: hidden;
}
.table-box .table-content
{
    overflow-x: auto;
    overflow-y: auto;

    max-height: 300px;
    max-height: 42vh;
}
.clearfix
{
    zoom: 1;
}
.clearfix:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
img.lazy
{
    min-width: 1px;
    min-height: 1px;

    background: url(../js/slick/ajax-loader.gif) no-repeat center;
}
.fancybox-slide--iframe .fancybox-content
{
    width: 800px;
    max-width: 80%;
    height: 600px;
    max-height: 50%;
    margin: 0;
}
.fancybox-slide--video video
{
    max-width: 80%;
    padding: 0;
}
@media (max-width: 767px)
{
    .fancybox-slide--video video
    {
        max-width: 95%;
    }
}
.header
{
    z-index: 99999999;

    width: 100%;

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

    color: #fff;
}
@media (min-width: 1200px)
{
    .header
    {
        position: fixed;
        background: -moz-linear-gradient(top,  rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
        background: -webkit-linear-gradient(top,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0) 100%);
        background: linear-gradient(to bottom,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0) 100%);
    }
    .header.fixed
    {
        color: #333;
        background-color: #fff;
        box-shadow: 0 0 10px 2px rgba(0, 0, 0, .4);
    }
    .header.fixed .logo .white
    {
        display: none;
    }
    .header.fixed .logo .black
    {
        display: block;
    }
    .header.fixed .nav-list1 ul
    {
        background-color: #fff !important;
    }
    .header.fixed .search-wrap form
    {
        border-color: #eee;
    }
    .header.fixed .search-wrap input
    {
        color: #333;
    }
    .header.fixed .search-wrap .input-submit
    {
        color: #333;
    }
}
@media (max-width: 1199px)
{
    .header
    {
        position: relative;
    }
}
.header .container
{
    font-size: 0;

    position: relative;

    text-align: justify;
    text-justify: distribute-all-lines;
    letter-spacing: -8px;
}
.header .container:after
{
    display: inline-block;
    overflow: hidden;

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

    content: '';
}
.header .container > div
{
    font-size: 14px;

    display: inline-block;

    vertical-align: middle;
    letter-spacing: 0;
}
.header .logo a
{
    position: relative;
    z-index: 10;

    display: block;
    overflow: hidden;

    padding: 15px 0;

    -webkit-transition: .3s;
            transition: .3s;
}
.header .logo a img
{
    display: block;

    width: 100%;
}
.header .logo a .black
{
    display: none;
}
@media (max-width: 1199px)
{
    .header .logo a
    {
        padding: 15px 0;
    }
    .header .logo a .white
    {
        display: none;
    }
    .header .logo a .black
    {
        display: block;
    }
}
@media (max-width: 767px)
{
    .header .logo a
    {
        padding: 10px 0;
    }
}
@media (max-width: 480px)
{
    .header .logo a
    {
        width: 160px;
        padding: 15px 0;
    }
}
.header .right-box
{
    position: relative;
}
.header .right-box > div
{
    display: inline-block;

    vertical-align: middle;
}
@media (min-width: 1200px)
{
    .header .right-box > div.nav
    {
        display: inline-block !important;
    }
}
@media (max-width: 1199px)
{
    .header .right-box > div.nav
    {
        display: none;
    }
}
@media (max-width: 1199px)
{
    .header .right-box > div.search-wrap
    {
        display: none;
    }
}
@media (max-width: 1199px)
{
    .header .right-box > div.google-translate
    {
        margin-right: 15px;
    }
}
@media (max-width: 767px)
{
    .header .right-box > div.google-translate
    {
        display: none;
    }
}
@media (max-width: 767px)
{
    .header .right-box .fade-out ~ .google-translate
    {
        position: fixed;
        z-index: 10000;
        top: 30px;
        left: 30px;

        display: block !important;

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

        opacity: 0;
    }
}
.header .cart-btn
{
    line-height: 100px;

    display: inline-block;
    overflow: hidden;

    width: 80px;
    height: 100px;

    text-align: center;

    color: #fff;
}
@media (max-width: 991px)
{
    .header .cart-btn
    {
        line-height: 80px;

        height: 80px;
    }
}
@media (max-width: 767px)
{
    .header .cart-btn
    {
        line-height: 60px;

        width: 50px;
        height: 60px;
    }
}
.header .cart-btn a
{
    position: relative;

    display: block;
}
.header .cart-btn a:before
{
    font-family: 'iconfont' !important;
    font-size: 25px;

    content: '\e62a';
}
.header .cart-btn a .num
{
    font-size: 12px;
    line-height: 1;

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

    display: block;

    margin-top: -22px;
    margin-left: 2px;
    padding: 2px 5px;

    color: #fff;
    border-radius: 50%;
    background-color: #20558a;
}
.header .language
{
    font-size: 0;

    letter-spacing: -8px;
}
.header .language a
{
    position: relative;

    display: inline-block;
    overflow: hidden;

    width: 24px;
    height: 24px;
    margin: 0;

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

    border-radius: 50%;
    background: url(../images/language.png) no-repeat 0 100%;
    background-size: 200% auto;
}
.header .language a.cn
{
    background-position: 100% 100%;
}
@media (max-width: 1199px)
{
    .header .language
    {
        margin: 0 10px;
    }
}
@media (min-width: 1200px)
{
    .header .mouse-line
    {
        position: absolute;
        z-index: 2;
        left: 0;

        display: block;

        height: 3px;

        -webkit-transition: all .4s cubic-bezier(0, .225, .435, 1.3);
                transition: all .4s cubic-bezier(0, .225, .435, 1.3);

        background-color: #f28684;
    }
    .header .mouse-line.nav-line
    {
        top: 0;
    }
    .header .mouse-line.inside-line
    {
        bottom: -1px;
    }
}
.header .cart
{
    margin-right: 15px;
}
@media (max-width: 767px)
{
    .header .cart
    {
        margin-right: 10px;
    }
}
.header .cart a
{
    font-size: 16px;
}
.header .cart a:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    content: '\e619';
}
.header .find
{
    font-size: 20px;

    margin: 0 5px 0 3px;

    cursor: pointer;

    color: #333;
}
.header .find:before
{
    font-family: 'iconfont' !important;

    content: '\e619';
}
.header .nav-collapse
{
    position: relative;

    display: none;

    width: 40px;
    height: 40px;
    margin-left: 15px;
    padding: 0;

    cursor: pointer;

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

        vertical-align: middle;
    }
    .header .nav-collapse.nav-collapse-xs
    {
        position: relative;

        margin: 0;
    }
    .header .nav-collapse.nav-collapse-1
    {
        position: absolute;
        z-index: 9999;
        top: 20px;
        right: 20px;

        display: block;

        margin-top: 10px;

        border: none;
    }
    .header .nav-collapse.nav-collapse-1 .btn-line
    {
        background-color: #fff !important;
    }
}
@media (max-width: 767px)
{
    .header .nav-collapse
    {
        margin-left: 5px;
    }
}
.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: #333;
}
.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: 32%;
}
.header .nav-collapse .btn-line:nth-child(2)
{
    top: 50%;
}
.header .nav-collapse .btn-line:nth-child(3)
{
    top: 68%;
}
.header .nav-collapse.active
{
    border-color: transparent;
}
.header .nav-collapse.active .btn-line
{
    background-color: #333;
}
.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);
}
@media (min-width: 1200px)
{
    .header .nav
    {
        position: relative;
        z-index: 10;

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

        display: none;

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

        -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: #000;
    }
    .header .nav .tbl
    {
        display: table;

        width: 100%;
        height: 100%;
    }
    .header .nav .tbl-cell
    {
        display: table-cell;

        height: 100%;

        vertical-align: middle;
    }
}
@media (max-width: 767px)
{
    .header .nav
    {
        width: 100%;
        padding: 25px;
    }
}
.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 .nav-list1
{
    position: relative;

    zoom: 1;
}
.header .nav .nav-list1:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
@media (min-width: 1200px)
{
    .header .nav .nav-list1 li a
    {
        white-space: nowrap;
    }
    .header .nav .nav-list1 > li
    {
        position: relative;

        float: left;

        padding: 0 25px;
    }
    .header .nav .nav-list1 > li:hover > a
    {
        text-decoration: underline;
    }
    .header .nav .nav-list1 > li > a
    {
        font-size: 18px;

        display: block;

        padding: 29px 0;
    }
    .header .nav .nav-list1 > li > a > span
    {
        position: relative;

        display: block;
    }
    .header .nav .nav-list1 ul
    {
        position: absolute;

        display: none;

        text-align: left;

        background-color: rgba(0, 0, 0, .6);
        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 0;
    }
    .header .nav .nav-list1 .nav-list2
    {
        z-index: 10;
        top: 100%;
        left: 50%;

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

        white-space: nowrap;
    }
    .header .nav .nav-list1 .nav-list2 > li > a
    {
        padding: 5px 15px;

        text-align: center;
    }
    .header .nav .nav-list1 .nav-list2 li
    {
        position: relative;
    }
    .header .nav .nav-list1 .nav-list2 li a
    {
        padding: 5px 15px;
    }
    .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 .active > a span:after
    {
        width: 100%;
    }
}
@media (min-width: 1200px) and (max-width: 1469px)
{
    .header .nav .nav-list1 > li
    {
        padding: 0 20px;
    }
}
@media (min-width: 1200px) and (max-width: 1349px)
{
    .header .nav .nav-list1 > li
    {
        padding: 0 15px;
    }
}
@media (min-width: 1200px) and (max-width: 1349px)
{
    .header .nav .nav-list1 > li > a
    {
        font-size: 16px;
    }
}
@media (max-width: 1199px)
{
    .header .nav .nav-list1
    {
        margin: 20px 0;

        opacity: 0;
    }
    .header .nav .nav-list1 > li
    {
        -webkit-transform: translateX(-15px) rotateX(90deg);
                transform: translateX(-15px) rotateX(90deg);
        white-space: nowrap;

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

        color: #fff;
    }
}
@media (max-width: 1199px)
{
    .header .nav .nav-list2,
    .header .nav .nav-list3
    {
        display: none;
    }
    .header .nav .nav-list2 a,
    .header .nav .nav-list3 a
    {
        font-size: 16px;
        line-height: 2;

        margin-top: 5px;

        color: #fff;
    }
}
@media (max-height: 580px)
{
    .header .nav .nav-list2 a,
    .header .nav .nav-list3 a
    {
        margin-top: 0;
    }
}
.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;

    content: '\e9b5';
}
.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;
    }
}
.header .mask-nav .nav-top .nav-collapse-2
{
    margin: 0;
}
.header .mask-nav .nav-top .nav-collapse-2 .btn-line
{
    background-color: #fff;
}
.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);
}
@media (max-width: 767px)
{
    .header .mask-nav .content ul
    {
        padding: 0 15px;
    }
}
.header .mask-nav .content ul li
{
    font-size: 24px;
    line-height: 50px;

    margin: 20px 0;

    text-align: left;
}
@media (max-width: 991px)
{
    .header .mask-nav .content ul li
    {
        margin: 10px 0;
    }
}
@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;
}
.header .mask-nav .content ul ul
{
    display: none;
}
.header .nav-2
{
    left: 100%;
}
.header .nav-3
{
    left: 200%;
}
.header .nav-4
{
    left: 300%;
}
.header .fade-out ul
{
    text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 1199px)
{
    .header .fade-out ul
    {
        padding: 0 5%;
    }
}
@media (max-width: 1199px)
{
    .header .fade-out ul .pic
    {
        display: none !important;
    }
}
@media (max-width: 1199px)
{
    .header .fade-out ul.nav-list1
    {
        overflow: auto;

        max-height: 90%;
        margin: 0;

        opacity: 1;
    }
    .header .fade-out ul.nav-list1 a
    {
        text-transform: uppercase;

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

        margin: 8px 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: 20px;
        line-height: 2;

        display: inline-block;
    }
    .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: 0;
    }
}
@media (max-width: 1199px) and (max-height: 768px)
{
    .header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 18px;
    }
}
@media (max-width: 1199px) and (max-width: 480px)
{
    .header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 14px;
    }
}
.header .fade-out ul.nav2-list2 h4
{
    font-size: 20px;
    line-height: 50px;
}
.header .xs-language
{
    position: absolute;
    bottom: 30px;
    left: 0;

    display: none;

    width: 100%;
    padding-left: 25px;

    text-align: left;
}
@media (max-width: 480px)
{
    .header .xs-language
    {
        display: block !important;
    }
}
@media (min-width: 1200px)
{
    .search-wrap
    {
        display: inline-block;

        margin: 0 20px 0 15px;

        vertical-align: middle;
    }
    .search-wrap p
    {
        display: none;
    }
    .search-wrap form
    {
        position: relative;

        overflow: hidden;

        width: 150px;

        border: 1px solid rgba(246, 246, 246, .5);
        border-radius: 32px;
    }
    .search-wrap input::-webkit-input-placeholder,
    .search-wrap textarea::-webkit-input-placeholder
    {
        color: #fff;
    }
    .search-wrap input:-o-placeholder,
    .search-wrap textarea:-o-placeholder
    {
        color: #fff;
    }
    .search-wrap input::-moz-placeholder,
    .search-wrap textarea::-moz-placeholder
    {
        color: #fff;
    }
    .search-wrap input:-ms-input-placeholder,
    .search-wrap textarea:-ms-input-placeholder
    {
        color: #fff;
    }
    .search-wrap input:focus::-webkit-input-placeholder,
    .search-wrap textarea:focus::-webkit-input-placeholder
    {
        color: #c5c5c5;
    }
    .search-wrap input:focus::-o-placeholder,
    .search-wrap textarea:focus::-o-placeholder
    {
        color: #c5c5c5;
    }
    .search-wrap input:focus::-moz-placeholder,
    .search-wrap textarea:focus::-moz-placeholder
    {
        color: #c5c5c5;
    }
    .search-wrap input:focus::-ms-input-placeholder,
    .search-wrap textarea:focus::-ms-input-placeholder
    {
        color: #c5c5c5;
    }
    .search-wrap .input-text,
    .search-wrap .input-submit
    {
        line-height: 30px;

        display: block;

        height: 30px;
    }
    .search-wrap .input-text
    {
        width: 100%;
        padding: 0 35px 0 10px;

        color: #fff;
        background: none;
    }
    .search-wrap .input-submit
    {
        font-size: 16px;

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

        height: 100%;
        padding: 0 10px;

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

        color: #fff;
        background: none;
    }
    .search-wrap .input-submit span,
    .search-wrap .input-submit:before
    {
        display: inline-block;

        vertical-align: middle;
    }
    .search-wrap .input-submit:before
    {
        font-family: 'iconfont' !important;

        display: block;

        content: '\e619';
    }
    .search-wrap .input-submit:hover
    {
        color: #20558a;
    }
}
@media (max-width: 1199px)
{
    .search-wrap
    {
        position: fixed;
        z-index: 9999;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;

        display: none;

        background-color: rgba(0, 0, 0, .93);
    }
    .search-wrap.active .search
    {
        -webkit-transform: translateY(-50%) scale(1);
            -ms-transform: translateY(-50%) scale(1);
                transform: translateY(-50%) scale(1);
    }
    .search-wrap .search
    {
        position: absolute;
        top: 50%;
        right: 0;
        left: 0;

        width: 800px;
        max-width: 100%;
        margin: auto;
        padding: 0 15px;

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

        border: none;
        border-radius: 0;
    }
    .search-wrap .search p
    {
        margin-bottom: 50px;

        text-align: center;
        letter-spacing: 2px;

        color: #fff;
    }
    .search-wrap .search .input-text
    {
        font-size: 20px;
        line-height: 40px;

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

        text-align: center;

        color: #fff;
        border-bottom: 2px solid #9c9c9c;
        background: none;
    }
    .search-wrap .search .input-submit
    {
        line-height: 36px;

        position: absolute;
        right: 0;
        bottom: 10px;

        width: 50px;

        background: none;
    }
    .search-wrap .search .input-submit:before
    {
        font-family: 'iconfont' !important;
        font-size: 20px;

        content: '\e660';

        color: #eee;
    }
    .search-wrap .search-close
    {
        position: absolute;
        top: 30px;
        right: 10%;

        cursor: pointer;
    }
    .search-wrap .search-close:before
    {
        font-family: 'iconfont' !important;
        font-size: 22px;

        content: '\e61b';

        color: #fff;
    }
}
@media (max-width: 1199px) and (max-width: 767px)
{
    .search-wrap .search .input-text
    {
        padding-left: 5px;
    }
}
.slick-dots
{
    text-align: center;
}
.slick-dots li
{
    display: inline-block;

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

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

    opacity: .4;
    border-radius: 8px;
    background: #fff;
}
.slick-dots li.slick-active
{
    opacity: 1;
}
@media (min-width: 1200px)
{
    .slick-dots li:hover
    {
        opacity: 1;
    }
}
@media (max-width: 767px)
{
    .slick-dots li
    {
        width: 7px;
        height: 7px;

        border-radius: 7px;
    }
}
.slick-dots li button
{
    display: none;
}
@-webkit-keyframes jump
{
    0%
    {
        -webkit-transform: translateY(0);
                transform: translateY(0);
        -webkit-animation-timing-function: ease-in;
                animation-timing-function: ease-in;
    }
    50%
    {
        -webkit-transform: translateY(5px);
                transform: translateY(5px);
        -webkit-animation-timing-function: ease-out;
                animation-timing-function: ease-out;
    }
    100%
    {
        -webkit-transform: translateY(0);
                transform: translateY(0);
        -webkit-animation-timing-function: ease-in;
                animation-timing-function: ease-in;
    }
}
@keyframes jump
{
    0%
    {
        -webkit-transform: translateY(0);
                transform: translateY(0);
        -webkit-animation-timing-function: ease-in;
                animation-timing-function: ease-in;
    }
    50%
    {
        -webkit-transform: translateY(5px);
                transform: translateY(5px);
        -webkit-animation-timing-function: ease-out;
                animation-timing-function: ease-out;
    }
    100%
    {
        -webkit-transform: translateY(0);
                transform: translateY(0);
        -webkit-animation-timing-function: ease-in;
                animation-timing-function: ease-in;
    }
}
.banner
{
    font-size: 0;

    position: relative;
    z-index: 2;

    overflow: hidden;

    width: 100%;

    letter-spacing: -8px;
}
.banner:hover .slick-arrow
{
    opacity: 1;
}
.banner img
{
    display: block;

    width: 100%;
}
.banner .slide-down
{
    font-size: 18px;

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

    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    text-align: center;
    letter-spacing: 0;

    color: #fff;
}
@media (max-width: 1199px)
{
    .banner .slide-down
    {
        font-size: 16px;
    }
}
@media (max-width: 991px)
{
    .banner .slide-down
    {
        font-size: 14px;
    }
}
.banner .slide-down span
{
    text-transform: uppercase;
}
.banner .slide-down:after
{
    font-family: 'iconfont' !important;

    display: block;

    margin: 0 auto;

    content: '\e651';
    -webkit-transition: .3s;
            transition: .3s;
}
.banner .slide-down:hover:after
{
    -webkit-animation: jump 1s infinite;
            animation: jump 1s infinite;
}
@media (max-width: 1199px)
{
    .banner .slick
    {
        width: 110%;
        max-width: 110%;
        margin-left: -5%;
    }
}
@media (max-width: 991px)
{
    .banner .slick
    {
        width: 120%;
        max-width: 120%;
        margin-left: -10%;
    }
}
@media (max-width: 480px)
{
    .banner .slick
    {
        width: 130%;
        max-width: 130%;
        margin-left: -15%;
    }
}
.banner .slick-dots
{
    position: absolute;
    z-index: 2;
}
@media only screen and (min-width: 768px)
{
    .banner .slick-dots
    {
        top: 50%;
        left: 5%;

        width: 8px;

        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
    }
    .banner .slick-dots li
    {
        margin: 5px 0;
    }
}
@media (max-width: 767px)
{
    .banner .slick-dots
    {
        bottom: 5%;
        left: 50%;

        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
    }
}
.banner .item
{
    position: relative;

    display: block;
}
.banner .slick-arrow
{
    font-size: 32px;
    line-height: 60px;

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

    display: block;

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

    -webkit-transition: .5s;
            transition: .5s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;

    opacity: 0;
    color: #20558a;
    border-radius: 50%;
    background: none;
    background-color: rgba(255, 255, 255, .7);
}
.banner .slick-arrow:before
{
    font-family: 'iconfont' !important;
    font-style: normal;

    -webkit-transition: .3s;
            transition: .3s;
    letter-spacing: 0;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.banner .slick-arrow: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: 1px solid rgba(255, 255, 255, .7);
    border-radius: 50%;
}
@-webkit-keyframes scale
{
    0%
    {
        -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
                transform: translateX(-50%) translateY(-50%) scale(1);

        opacity: 1;
    }
    100%
    {
        -webkit-transform: translateX(-50%) translateY(-50%) scale(1.25);
                transform: translateX(-50%) translateY(-50%) scale(1.25);

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

        opacity: 1;
    }
    100%
    {
        -webkit-transform: translateX(-50%) translateY(-50%) scale(1.25);
                transform: translateX(-50%) translateY(-50%) scale(1.25);

        opacity: .2;
    }
}
@media (min-width: 1200px)
{
    .banner .slick-arrow:hover:after
    {
        -webkit-animation: scale 2000ms linear infinite;
                animation: scale 2000ms linear infinite;
    }
}
.banner .slick-prev
{
    left: 2.60416667%;
}
.banner .slick-prev:before
{
    content: '\eb60';
}
.banner .slick-next
{
    right: 2.60416667%;
}
.banner .slick-next:before
{
    content: '\e625';
}
.title
{
    text-align: center;

    color: #fff;
}
.title h3
{
    font-size: 42px;
    font-weight: bold;

    margin: 0;

    text-transform: uppercase;
}
.title p
{
    font-size: 18px;
    line-height: 1.55555556;

    margin: 0;
}
@media (max-width: 991px)
{
    .title h3
    {
        font-size: 37px;
    }
    .title p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .title h3
    {
        font-size: 28px;

        margin-bottom: 6px;
    }
    .title p
    {
        font-size: 14px;
        line-height: 1.4;
    }
}
.index-box
{
    padding: 120px 0;

    background: no-repeat center;
    background-size: cover;
}
@media (max-width: 1349px)
{
    .index-box
    {
        padding: 100px 0;
    }
}
@media (max-width: 1199px)
{
    .index-box
    {
        padding: 70px 0;
    }
}
@media (max-width: 991px)
{
    .index-box
    {
        padding: 60px 0;
    }
}
@media (max-width: 767px)
{
    .index-box
    {
        padding: 45px 0;
    }
}
.index-box .title
{
    position: relative;
    z-index: 5;

    margin-bottom: 45px;
}
@media (max-width: 991px)
{
    .index-box .title
    {
        margin-bottom: 35px;
    }
}
@media (max-width: 767px)
{
    .index-box .title
    {
        margin-bottom: 25px;
    }
}
.index-box .title h3
{
    color: #3c3568;
}
.index-box .title p
{
    color: #999;
}
.index-box .slick-arrow
{
    font-size: 26px;
    font-weight: bold;

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

    display: block;

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

    color: #ccc;
    background: none;
}
.index-box .slick-arrow:before
{
    font-family: 'iconfont' !important;
    font-style: normal;

    letter-spacing: 0;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.index-box .slick-arrow:hover
{
    color: #20558a;
}
.index-box .slick-prev
{
    left: -50px;
}
.index-box .slick-prev:before
{
    content: '\eb60';
}
.index-box .slick-next
{
    right: -50px;
}
.index-box .slick-next:before
{
    content: '\e625';
}
.index-box .slick-dots li
{
    background-color: #20558a;
}
.num-box
{
    overflow: hidden;

    padding: 55px 0 65px;
}
@media (max-width: 991px)
{
    .num-box
    {
        padding: 40px 0;
    }
}
@media (max-width: 480px)
{
    .num-box
    {
        padding: 25px 0 35px;
    }
}
.num-box .row
{
    font-size: 0;

    letter-spacing: -8px;
}
.num-box .row:after
{
    display: inline-block;
    overflow: hidden;

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

    content: '';
}
@media (max-width: 480px)
{
    .num-box .row
    {
        margin-right: -5px;
        margin-left: -5px;
    }
}
.num-box li
{
    font-size: 14px;

    position: relative;

    display: inline-block;
    float: none;

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

    text-align: center;
    vertical-align: top;
    letter-spacing: 0;
}
@media (max-width: 767px)
{
    .num-box li
    {
        width: 50%;
    }
}
@media (max-width: 480px)
{
    .num-box li
    {
        margin-top: 25px;
        padding: 0 5px;
    }
}
.num-box .item
{
    position: relative;

    width: 260px;
    max-width: 100%;
    margin: 0 auto;
    padding-bottom: 10px;
}
.num-box .intro
{
    position: relative;
    z-index: 2;
}
.num-box .iconfont
{
    font-size: 120px;
    line-height: 1;

    position: absolute;
    top: -.15em;
    left: 50%;

    display: block;

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

    opacity: .12;
    color: #999;
}
@media (max-width: 991px)
{
    .num-box .iconfont
    {
        font-size: 100px;
    }
}
@media (max-width: 767px)
{
    .num-box .iconfont
    {
        font-size: 80px;
    }
}
@media (max-width: 480px)
{
    .num-box .iconfont
    {
        font-size: 60px;
        font-size: 16vmin;
    }
}
.num-box .number
{
    font-size: 50px;
    font-weight: bold;
    line-height: 1;

    position: relative;

    margin-bottom: 10px;

    white-space: nowrap;

    color: #20558a;
}
@media (max-width: 1469px)
{
    .num-box .number
    {
        font-size: 42px;
    }
}
@media (max-width: 1349px)
{
    .num-box .number
    {
        font-size: 38px;
    }
}
@media (max-width: 480px)
{
    .num-box .number
    {
        font-size: 30px;
    }
}
.num-box .number span
{
    position: relative;
    z-index: 10;
}
.num-box .number span:first-of-type
{
    padding-left: 15px;
}
.num-box sup
{
    font-size: 24px;
    font-weight: normal;
    line-height: normal;

    margin-left: 5px;

    vertical-align: top;

    color: #999;
}
@media (max-width: 480px)
{
    .num-box sup
    {
        font-size: 14px;
    }
}
.num-box p
{
    font-size: 18px;
    line-height: 1.55555556;

    margin: 0;

    color: #999;
}
@media (max-width: 480px)
{
    .num-box p
    {
        font-size: 14px;
    }
}
.line
{
    position: relative;

    display: inline-block;
}
.line:after
{
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;

    display: block;

    width: 114%;
    height: 10px;

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

    border-radius: 5px;
    background-color: rgba(32, 85, 138, .25);
}
.product-list
{
    color: #000;
}
@media (max-width: 480px)
{
    .product-list
    {
        margin: 0 -5px;
    }
}
.product-list .slick-slide
{
    padding: 10px 15px;
}
@media (max-width: 480px)
{
    .product-list .slick-slide
    {
        padding: 10px 20px;
    }
}
.product-list > li
{
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .product-list > li
    {
        margin-top: 20px;
    }
}
@media (max-width: 480px)
{
    .product-list > li
    {
        padding: 0 5px;
    }
}
.product-list .item
{
    padding: 8px;

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

    border: 2px solid #fff;
    background-color: #fff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
}
@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
    {
        border-color: #20558a;
    }
    .product-list .item:hover .name
    {
        color: #20558a;
    }
    .product-list .item:hover .more a
    {
        color: #fff;
        border-color: #20558a;
        background-color: #20558a;
    }
}
.product-list .name
{
    font-size: 16px;
    font-weight: bold;

    overflow: hidden;

    height: 22px;
    margin: 15px 0;

    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
}
@media (max-width: 480px)
{
    .product-list .name
    {
        font-size: 15px;

        height: 20px;
    }
}
.product-list .more
{
    font-size: 0;

    margin: 15px 0 10px;

    text-align: center;
}
.product-list .more a
{
    font-size: 16px;

    display: inline-block;
    overflow: hidden;

    padding: 6px 40px;

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

    border: 1px solid #e6e6e6;
    border-radius: 35px;
}
@media (max-width: 1199px)
{
    .product-list .more a
    {
        color: #fff;
        border-color: #20558a;
        background-color: #20558a;
    }
}
@media (max-width: 480px)
{
    .product-list .more a
    {
        font-size: 13px;

        padding: 3px 15px;
    }
}
.index-hot
{
    overflow: hidden;

    padding-bottom: 20px;

    background: no-repeat top center;
}
.index-hot .pro-nav
{
    position: relative;
    z-index: 5;

    margin-bottom: 40px;

    text-align: center;
}
@media (max-width: 991px)
{
    .index-hot .pro-nav
    {
        margin-bottom: 20px;
    }
}
@media (max-width: 767px)
{
    .index-hot .pro-nav
    {
        margin-bottom: 15px;
    }
}
.index-hot .pro-nav .line:after
{
    width: 0;

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

    opacity: 0;
}
@media (max-width: 480px)
{
    .index-hot .pro-nav .line:after
    {
        height: 6px;
    }
}
.index-hot .pro-nav li
{
    font-size: 32px;
    font-weight: bold;

    display: inline-block;

    margin-left: 60px;

    text-transform: uppercase;

    color: #918daa;
}
.index-hot .pro-nav li:first-child
{
    margin-left: 0;
}
@media (max-width: 991px)
{
    .index-hot .pro-nav li
    {
        font-size: 28px;
    }
}
@media (max-width: 767px)
{
    .index-hot .pro-nav li
    {
        font-size: 24px;

        margin-left: 30px;
    }
}
@media (max-width: 480px)
{
    .index-hot .pro-nav li
    {
        font-size: 20px;
        font-size: 5vmin;

        margin-left: 20px;
    }
}
.index-hot .pro-nav .active a
{
    color: #3c3568;
}
.index-hot .pro-nav .active .line:after
{
    width: 114%;

    opacity: 1;
}
.index-hot .product-list .slick-list
{
    margin: 0 -15px;
}
.index-product
{
    padding-bottom: 0;
}
.index-product .slick-product .item
{
    position: relative;
}
@media (min-width: 1200px)
{
    .index-product .slick-product .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-product .slick-product .item:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
@media (min-width: 1200px)
{
    .index-product .slick-product .item:hover .mask
    {
        border-color: #20558a;
        background-color: rgba(255, 255, 255, .9);
    }
    .index-product .slick-product .item:hover .mask h4
    {
        color: #20558a;
    }
    .index-product .slick-product .item:hover .intro,
    .index-product .slick-product .item:hover .more
    {
        opacity: 1;
    }
}
.index-product .slick-dots
{
    margin: 0 0 10px;
}
.index-product .list
{
    overflow: hidden;
}
.index-product .list .mask
{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
    padding: 1.5625%;

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

    border: 10px solid transparent;
    background: transparent;
    background-clip: content-box;
}
.index-product .list .mask h4
{
    /* font-size: 42px; */
    font-size: 34px;
    font-weight: bold;
    line-height: 1.14285714;

    /* width: 240px; */
    max-width: 100%;
    margin: 0;

    -webkit-transition: .4s;
            transition: .4s;
    text-transform: uppercase;

    /* color: #fff; */
    color: #3c3568;
}
@media (max-width: 1349px)
{
    .index-product .list .mask h4
    {
        /* font-size: 36px; */
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .index-product .list .mask h4
    {
        font-size: 26px;
    }
}
@media (max-width: 767px)
{
    .index-product .list .mask h4
    {
        font-size: 24px;
    }
}
@media (max-width: 480px)
{
    .index-product .list .mask h4
    {
        font-size: 7vmin;

        width: 80%;
    }
}
.index-product .list .box
{
    position: relative;

    height: 100%;
    padding: 5% 5% 90px;
}
.index-product .list .intro,
.index-product .list .more
{
    -webkit-transition: .6s;
            transition: .6s;

    opacity: 0;
}
.index-product .list .intro-box
{
    overflow: hidden;

    max-height: 100%;
}
.index-product .list .intro-box .intro
{
    overflow: hidden;

    max-height: 160px;
}
@media (max-width: 1349px)
{
    .index-product .list .intro-box .intro
    {
        max-height: 128px;
    }
}
.index-product .list .intro-box p
{
    font-size: 16px;
    line-height: 2;

    margin: 0;

    color: #666;
}
.index-product .list .intro-box img
{
    max-width: 100%;
    height: auto !important;
}
.index-product .list .more
{
    position: absolute;
    z-index: 2;
    bottom: 7.62711864%;
    left: 7.62711864%;
}
@media (max-width: 1199px)
{
    .index-product .list .more
    {
        opacity: 1;
    }
}
.index-product .list .more a,
.index-product .list .more span
{
    font-size: 16px;

    display: inline-block;

    padding: 5px 35px;

    color: #fff;
    border-radius: 35px;
    background-color: #20558a;
}
@media (min-width: 1200px)
{
    .index-product .list .more a,
    .index-product .list .more span
    {
        -webkit-transition: .3s;
                transition: .3s;
    }
    .index-product .list .more a:hover,
    .index-product .list .more span:hover
    {
        box-shadow: inset 0 2px 10px rgba(0, 0, 0, .2);
    }
}
@media (max-width: 1199px)
{
    .index-product .list .more a:active,
    .index-product .list .more span:active
    {
        box-shadow: inset 0 2px 10px rgba(0, 0, 0, .2);
    }
}
@media (max-width: 991px)
{
    .index-product .list .more a,
    .index-product .list .more span
    {
        font-size: 14px;

        padding: 5px 20px;
    }
}
@media (max-width: 480px)
{
    .index-product .list .more a,
    .index-product .list .more span
    {
        padding: 1.5vmin 6vmin;
    }
}
.index-honor .slick-list
{
    margin: 0 -17px;
}
.index-honor .slick-slide
{
    padding: 0 17px;
}
.index-honor .img-box
{
    padding-bottom: 135.29411765%;
}
@media (min-width: 1200px)
{
    .index-honor .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;
    }
    .index-honor .img-box:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
@media (max-width: 480px)
{
    .index-honor .slick-list
    {
        margin: 0 -10px;
    }
    .index-honor .slick-slide
    {
        padding: 0 10px;
    }
}
.choose-list
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-top: -15px;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
@media (max-width: 1199px)
{
    .choose-list
    {
        margin-top: -30px;
    }
}
@media (max-width: 991px)
{
    .choose-list
    {
        margin-top: -35px;
    }
}
@media (max-width: 767px)
{
    .choose-list
    {
        margin-top: -15px;
    }
}
.choose-list li
{
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .choose-list li
    {
        margin-top: 20px;
    }
}
.choose-list .item
{
    position: relative;

    height: 100%;
    padding: 50px 80px 60px 210px;

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

    border: 6px solid #fff;
    background-color: #fff;
    box-shadow: 0 0 32px 2px rgba(0, 0, 0, .15);
}
.choose-list .item .iconfont
{
    font-size: 60px;
    line-height: 118px;

    z-index: 2;

    display: block;

    width: 120px;
    height: 120px;

    text-align: center;

    color: #3c3568;
    border: 1px dashed #20558a;
    border-radius: 50%;
}
@media (min-width: 481px)
{
    .choose-list .item .iconfont
    {
        position: absolute;
        top: 60px;
        left: 50px;
    }
}
@media (min-width: 481px) and (max-width: 1349px)
{
    .choose-list .item .iconfont .iconfont
    {
        font-size: 50px;
        line-height: 98px;

        left: 40px;

        width: 100px;
        height: 100px;
    }
}
@media (max-width: 480px)
{
    .choose-list .item .iconfont
    {
        font-size: 30px;
        line-height: 58px;

        width: 60px;
        height: 60px;
        margin-bottom: 10px;
    }
}
.choose-list .item > b
{
    font-size: 32px;

    display: block;

    margin-bottom: 10px;

    text-transform: uppercase;

    color: #3c3568;
}
.choose-list .item p
{
    font-size: 16px;
    line-height: 1.75;

    margin: 0;

    color: #999;
}
.choose-list .item .num
{
    font-size: 80px;
    font-weight: bold;
    font-style: italic;
    line-height: 1;

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

    opacity: .1;
}
@media (min-width: 1200px)
{
    .choose-list .item:hover
    {
        -webkit-transform: translateY(-10px);
            -ms-transform: translateY(-10px);
                transform: translateY(-10px);

        color: #20558a;
        border-color: #20558a;
        box-shadow: 0 0 32px 2px rgba(198, 40, 40, .15);
    }
    .choose-list .item:hover .iconfont
    {
        color: #20558a;
    }
    .choose-list .item:hover > b
    {
        color: #20558a;
    }
}
@media (max-width: 1349px)
{
    .choose-list .item
    {
        padding: 40px 80px 50px 170px;
    }
}
@media (max-width: 991px)
{
    .choose-list .item > b
    {
        font-size: 28px;
    }
    .choose-list .item p
    {
        font-size: 15px;
    }
    .choose-list .item .num
    {
        font-size: 65px;
    }
    .choose-list .item .iconfont
    {
        top: 50px;
    }
}
@media (max-width: 480px)
{
    .choose-list .item
    {
        padding: 15px 20px;
    }
    .choose-list .item .num
    {
        font-size: 55px;
    }
    .choose-list .item > b
    {
        font-size: 22px;
    }
    .choose-list .item p
    {
        font-size: 14px;
    }
}
.index-factory .img-box
{
    padding-bottom: 66.66666667%;
}
.index-factory .slick-list
{
    margin: 0 -15px;
}
.index-factory .slick-slide
{
    padding: 0 15px;
}
.index-factory .slick-dots
{
    margin-top: 5px;
}
.index-factory .item
{
    position: relative;
}
@media (min-width: 1200px)
{
    .index-factory .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-factory .item:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
@media (min-width: 1200px)
{
    .index-factory .item:hover .mask
    {
        opacity: 1;
    }
}
.index-factory .mask
{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    -webkit-transform: translateZ(0);
            transform: translateZ(0);

    color: #fff;
    border: 6px solid #20558a;
    background-color: rgba(0, 0, 0, .3);
}
@media (min-width: 1200px)
{
    .index-factory .mask
    {
        -webkit-transition: .3s;
                transition: .3s;

        opacity: 0;
    }
}
@media (max-width: 480px)
{
    .index-factory .mask
    {
        border-width: 4px;
    }
}
.index-factory .intro
{
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;

    width: 100%;
    padding: 5%;

    text-align: center;
}
.index-factory .name
{
    font-size: 24px;
    font-weight: bold;

    display: -webkit-box;
    overflow: hidden;

    height: auto;
    min-height: 48px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.index-factory .more
{
    margin-top: 20px;
}
@media (max-width: 1199px)
{
    .index-factory .more
    {
        margin-top: 5%;
    }
}
@media (max-width: 480px)
{
    .index-factory .more
    {
        margin-top: 10%;
    }
}
.index-factory .more span
{
    font-size: 16px;

    display: inline-block;

    padding: 7px 42px;

    border-radius: 18px;
    background-color: #20558a;
}
@media (min-width: 1200px)
{
    .index-factory .more span
    {
        -webkit-transition: .3s;
                transition: .3s;
    }
    .index-factory .more span:hover
    {
        box-shadow: inset 0 2px 10px rgba(0, 0, 0, .2);
    }
}
@media (max-width: 1199px)
{
    .index-factory .more span:active
    {
        box-shadow: inset 0 2px 10px rgba(0, 0, 0, .2);
    }
}
@media (max-width: 480px)
{
    .index-factory .more span
    {
        font-size: 14px;

        padding: 5px 20px;
    }
}
.public-banner
{
    position: relative;

    overflow: hidden;

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

    width: 100%;
}
@media (max-width: 991px)
{
    .public-banner img
    {
        width: 120%;
        margin-left: -10%;
    }
}
@media (max-width: 767px)
{
    .public-banner img
    {
        width: 140%;
        margin-left: -20%;
    }
}
@media (max-width: 480px)
{
    .public-banner img
    {
        width: 170%;
        margin-left: -35%;
    }
}
.public-banner .title
{
    position: absolute;
    z-index: 2;
    top: 55%;
    left: 0;

    width: 100%;
}
@media (max-width: 1199px)
{
    .public-banner .title
    {
        top: 50%;

        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
    }
}
.public-banner .title .line:after
{
    background-color: rgba(32, 85, 138, .8);
}
.inside-nav
{
    font-weight: 300;

    text-align: center;

    border-bottom: 1px solid #e0e0e0;
}
.inside-nav .nav-wrap
{
    overflow-x: auto;

    padding: 21px 0;

    -webkit-overflow-scrolling: touch;
    /*定义滚动条轨道 内阴影+圆角*/
    /*定义滑块 内阴影+圆角*/
    /*滑块效果*/
}
.inside-nav .nav-wrap::-webkit-scrollbar
{
    width: 5px;
    height: 5px;

    background-color: #fefefe;
}
.inside-nav .nav-wrap::-webkit-scrollbar-track
{
    border-radius: 5px;
    background-color: #fefefe;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}
.inside-nav .nav-wrap::-webkit-scrollbar-thumb
{
    border-radius: 5px;
    background-color: rgba(0, 0, 0, .1);
}
.inside-nav .nav-wrap::-webkit-scrollbar-thumb:hover
{
    border-radius: 5px;
    background: rgba(0, 0, 0, .3);
}
@media (max-width: 1199px)
{
    .inside-nav .nav-wrap
    {
        padding-bottom: 10px;
    }
}
@media (max-width: 767px)
{
    .inside-nav .nav-wrap
    {
        padding: 10px 0 5px;
    }
}
.inside-nav ul
{
    display: inline-block;

    white-space: nowrap;
}
.inside-nav li
{
    display: inline-block;

    padding: 0 45px;

    color: #000;
}
.inside-nav li:first-child
{
    padding-left: 0;
}
@media (max-width: 1469px)
{
    .inside-nav li
    {
        padding: 0 35px;
    }
}
@media (max-width: 1349px)
{
    .inside-nav li
    {
        padding: 0 25px;
    }
}
@media (max-width: 1199px)
{
    .inside-nav li
    {
        padding: 0 20px;
    }
}
@media (max-width: 991px)
{
    .inside-nav li
    {
        padding: 0 15px;
    }
}
@media (max-width: 767px)
{
    .inside-nav li
    {
        padding: 0 10px;
    }
}
.inside-nav li a
{
    font-size: 20px;
    font-weight: 300;

    display: block;

    padding: 14px 0;
}
@media (max-width: 1199px)
{
    .inside-nav li a
    {
        font-size: 18px;

        padding: 10px 0;
    }
}
@media (max-width: 991px)
{
    .inside-nav li a
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .inside-nav li a
    {
        font-size: 15px;
    }
}
@media (max-width: 480px)
{
    .inside-nav li a
    {
        font-size: 14px;
    }
}
.inside-nav li.active a
{
    font-weight: bold;

    text-decoration: underline;

    color: #20558a;
}
@media (min-width: 1200px)
{
    .inside-nav li a:hover
    {
        text-decoration: underline;

        color: #20558a;
    }
}
.breadcrumb
{
    margin: 10px 0 25px;
    padding: 0;
    padding: 15px;

    color: #333;
}
@media (max-width: 767px)
{
    .breadcrumb
    {
        padding: 5px 10px;
    }
}
.breadcrumb li
{
    text-transform: capitalize;
}
.breadcrumb li:first-child:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;

    margin-right: 15px;

    content: '\e6c8';
    vertical-align: middle;
}
@media (max-width: 767px)
{
    .breadcrumb li:first-child:before
    {
        font-size: 16px;

        margin-right: 5px;
    }
}
.breadcrumb li:last-child:before
{
    padding-right: 12px;
}
@media (max-width: 767px)
{
    .breadcrumb li a
    {
        font-size: 12px;
    }
}
@media (min-width: 1200px)
{
    .breadcrumb li a:hover
    {
        text-decoration: underline;

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

        color: #20558a;
    }
}
.breadcrumb > li + li:before
{
    padding: 0 10px;

    content: '>';
}
@media (max-width: 767px)
{
    .breadcrumb > li + li:before
    {
        padding: 0 5px;
    }
}
.inside-page
{
    overflow: hidden;
}
.inside-page .content
{
    padding: 80px 0 50px;

    background: top center no-repeat;
}
@media (max-width: 991px)
{
    .inside-page .content
    {
        padding: 50px 0;
    }
}
@media (max-width: 767px)
{
    .inside-page .content
    {
        padding: 45px 0;
    }
}
@media (max-width: 1349px)
{
    .list-l
    {
        width: 30%;
    }
}
@media (max-width: 991px)
{
    .list-l
    {
        display: none;
    }
}
.list-l .menu-wrap
{
    position: relative;
    z-index: 20;

    margin-bottom: -99999px;
    padding-top: 50px;
    padding-bottom: 99999px;

    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
}
.list-l .menu
{
    position: relative;
    z-index: 10;
}
.list-l .menu a
{
    display: block;
}
.list-l .menu1 > li
{
    padding: 20px 30px;
}
.list-l .menu1 > li > a
{
    font-size: 20px;
    font-weight: bold;

    display: block;

    text-transform: uppercase;

    color: #999;
}
.list-l .menu1 > li.active > a,
.list-l .menu1 > li:hover > a
{
    color: #3c3568;
}
.list-l .menu1 > li.active
{
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
}
.list-l .menu2
{
    display: none;
}
.list-l .menu2 > li
{
    margin-top: 15px;
}
.list-l .menu2 > li > a
{
    font-size: 16px;

    display: block;

    padding: 5px 0;

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

    color: #999;
}
.list-l .menu2 > li > a:hover
{
    color: #3c3568;
}
.list-l .menu2 > li.active a
{
    position: relative;

    display: block;

    color: #3c3568;
}
.list-l .menu2 > li.active a:after
{
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;

    display: block;

    width: 105%;
    height: 10px;

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

    border-radius: 5px;
    background-color: rgba(32, 85, 138, .25);
}
@media (min-width: 1200px) and (max-width: 1349px)
{
    .content-r
    {
        width: 70%;
    }
}
.product-wrap,
.product-details-wrap
{
    overflow: hidden;
}
.product-wrap .content,
.product-details-wrap .content
{
    padding: 50px 0;
}
.product-wrap .product-list
{
    margin-top: -30px;
}
.product-wrap .page
{
    padding-top: 40px;
}
@media (max-width: 991px)
{
    .product-wrap .page
    {
        padding-top: 25px;
    }
}
.product-details-wrap .carousel-wrap
{
    zoom: 1;

    padding: 15px 20px;

    border: 1px solid #eee;
}
@media (max-width: 480px)
{
    .product-details-wrap .carousel-wrap
    {
        padding: 15px;
    }
}
.product-details-wrap .carousel-wrap:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
.product-details-wrap .carousel-wrap .carousel-box,
.product-details-wrap .carousel-wrap .info-box
{
    padding: 0 15px;
}
@media only screen and (min-width: 1350px)
{
    .product-details-wrap .carousel-wrap .carousel-box,
    .product-details-wrap .carousel-wrap .info-box
    {
        float: left;
    }
}
.product-details-wrap .carousel-wrap .carousel-box
{
    font-size: 0;

    letter-spacing: -8px;
}
@media only screen and (min-width: 1350px)
{
    .product-details-wrap .carousel-wrap .carousel-box
    {
        width: 52.95238095%;
    }
}
@media (max-width: 1349px)
{
    .product-details-wrap .carousel-wrap .carousel-box
    {
        width: 550px;
        max-width: 100%;
    }
}
.product-details-wrap .carousel-wrap .carousel
{
    position: relative;

    padding-left: 110px;
}
@media (min-width: 1350px) and (max-width: 1469px)
{
    .product-details-wrap .carousel-wrap .carousel
    {
        padding-left: 95px;
    }
}
@media (max-width: 480px)
{
    .product-details-wrap .carousel-wrap .carousel
    {
        padding: 0;
    }
}
.product-details-wrap .carousel-wrap .slider-for
{
    position: relative;
    z-index: 2;

    overflow: hidden;
}
.product-details-wrap .carousel-wrap .slider-nav
{
    overflow: hidden;
}
@media (min-width: 481px)
{
    .product-details-wrap .carousel-wrap .slider-nav
    {
        position: absolute;
        z-index: 10;
        top: 50%;
        left: 0;

        width: 93px;

        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
    }
    .product-details-wrap .carousel-wrap .slider-nav .slick-list
    {
        margin: -6px 0;
    }
    .product-details-wrap .carousel-wrap .slider-nav .slick-slide
    {
        padding: 6px 0;
    }
}
@media (min-width: 1350px) and (max-width: 1469px)
{
    .product-details-wrap .carousel-wrap .slider-nav
    {
        width: 85px;
    }
}
@media (max-width: 767px)
{
    .product-details-wrap .carousel-wrap .slider-nav
    {
        max-height: 100%;
    }
}
@media (max-width: 480px)
{
    .product-details-wrap .carousel-wrap .slider-nav
    {
        margin-top: 10px;
    }
}
@media (max-width: 480px)
{
    .product-details-wrap .carousel-wrap .slider-nav .slick-list
    {
        margin: 0 -3px;
    }
}
.product-details-wrap .carousel-wrap .slider-nav .slick-slide
{
    border: none;
}
@media (max-width: 480px)
{
    .product-details-wrap .carousel-wrap .slider-nav .slick-slide
    {
        padding: 0 5px;
    }
}
.product-details-wrap .carousel-wrap .slider-nav .slick-slide .item
{
    border: 1px solid #eee;
}
.product-details-wrap .carousel-wrap .slider-nav .slick-current .item
{
    border-color: #20558a;
}
.product-details-wrap .carousel-wrap .slider-nav .slick-arrow
{
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;

    position: absolute;
    z-index: 10;
    left: 0;

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

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

    color: #fff;
    border: none;
    background: none;
}
.product-details-wrap .carousel-wrap .slider-nav .slick-arrow:before
{
    font-family: 'iconfont' !important;
    font-style: normal;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.product-details-wrap .carousel-wrap .slider-nav .slick-arrow:hover
{
    background-color: rgba(0, 0, 0, .5);
}
@media (max-width: 767px)
{
    .product-details-wrap .carousel-wrap .slider-nav .slick-arrow
    {
        font-size: 16px;
    }
}
.product-details-wrap .carousel-wrap .slider-nav .slick-prev
{
    top: 0;
}
.product-details-wrap .carousel-wrap .slider-nav .slick-prev:before
{
    content: '\e601';
}
.product-details-wrap .carousel-wrap .slider-nav .slick-next
{
    bottom: 0;
}
.product-details-wrap .carousel-wrap .slider-nav .slick-next:before
{
    content: '\eb61';
}
.product-details-wrap .carousel-wrap .info-box
{
    position: relative;
}
@media only screen and (min-width: 1350px)
{
    .product-details-wrap .carousel-wrap .info-box
    {
        width: 47.04761905%;
    }
}
@media (max-width: 1349px)
{
    .product-details-wrap .carousel-wrap .info-box
    {
        margin-top: 20px;
    }
}
.product-details-wrap .carousel-wrap .intro-wrap
{
    position: relative;

    overflow: hidden;
}
.product-details-wrap .carousel-wrap .info h1
{
    font-size: 32px;
    font-weight: bold;

    margin: 25px 0 5px;

    color: #000;
}
@media (max-width: 1349px)
{
    .product-details-wrap .carousel-wrap .info h1
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .product-details-wrap .carousel-wrap .info h1
    {
        font-size: 24px;

        margin-top: 5px;
    }
}
.product-details-wrap .carousel-wrap .info .type
{
    font-size: 20px;

    color: #999;
}
@media (max-width: 767px)
{
    .product-details-wrap .carousel-wrap .info .type
    {
        font-size: 14px;
    }
}
.product-details-wrap .carousel-wrap .intro
{
    padding: 25px 0 10px;
}
@media (max-width: 767px)
{
    .product-details-wrap .carousel-wrap .intro
    {
        padding: 5px 0 10px;
    }
}
.product-details-wrap .carousel-wrap .intro p
{
    font-size: 16px;
    line-height: 1.75;

    margin: 0;

    color: #000;
}
@media (max-width: 767px)
{
    .product-details-wrap .carousel-wrap .intro p
    {
        font-size: 15px;
    }
}
.product-details-wrap .carousel-wrap .intro img
{
    max-width: 100%;
    height: auto !important;
}
.product-details-wrap .carousel-wrap .fun-btn
{
    overflow: hidden;
}
.product-details-wrap .carousel-wrap .fun-btn .inquiry-btn
{
    font-size: 16px;
    line-height: 40px;

    display: block;
    float: left;

    width: 200px;
    height: 40px;

    text-align: center;

    color: #fff;
    background-color: #20558a;
}
@media (min-width: 1200px)
{
    .product-details-wrap .carousel-wrap .fun-btn .inquiry-btn
    {
        -webkit-transition: .3s;
                transition: .3s;
    }
    .product-details-wrap .carousel-wrap .fun-btn .inquiry-btn:hover
    {
        text-decoration: underline;

        box-shadow: inset 0 2px 10px rgba(0, 0, 0, .2);
    }
}
@media (max-width: 1199px)
{
    .product-details-wrap .carousel-wrap .fun-btn .inquiry-btn:active
    {
        text-decoration: underline;

        box-shadow: inset 0 2px 10px rgba(0, 0, 0, .4);
    }
}
@media (max-width: 767px)
{
    .product-details-wrap .carousel-wrap .fun-btn .inquiry-btn
    {
        line-height: 40px;

        width: 140px;
        height: 40px;
    }
}
.product-details-wrap .carousel-wrap .fun-btn .pro-page
{
    float: right;
}
.product-details-wrap .carousel-wrap .fun-btn .pro-page a
{
    display: inline-block;
}
.product-details-wrap .carousel-wrap .fun-btn .pro-page .iconfont
{
    line-height: 38px;

    display: block;

    width: 40px;
    height: 40px;

    text-align: center;

    color: #ccc;
    border: 1px solid #eee;
}
@media (min-width: 1200px)
{
    .product-details-wrap .carousel-wrap .fun-btn .pro-page .iconfont
    {
        -webkit-transition: .3s;
                transition: .3s;
    }
    .product-details-wrap .carousel-wrap .fun-btn .pro-page .iconfont:hover
    {
        color: #fff;
        border-color: #20558a;
        background-color: #20558a;
    }
}
@media (max-width: 1199px)
{
    .product-details-wrap .carousel-wrap .fun-btn .pro-page .iconfont:active
    {
        color: #fff;
        border-color: #20558a;
        background-color: #20558a;
    }
}
.product-details-wrap .carousel-wrap .fun-btn .pro-page .next
{
    margin-left: 7px;
}
.product-details-wrap .carousel-wrap .share-box
{
    margin-top: 45px;
}
@media (max-width: 1349px)
{
    .product-details-wrap .carousel-wrap .share-box
    {
        margin: 30px 0 15px;
    }
}
.product-details-wrap .carousel-wrap .share-box > *
{
    display: inline-block;

    vertical-align: middle;
}
.product-details-wrap .carousel-wrap .share-box > span
{
    margin-right: 10px;

    color: #000;
}
.product-details-wrap .list-title
{
    position: relative;

    margin-top: 60px;
    margin-bottom: 20px;
}
@media (max-width: 767px)
{
    .product-details-wrap .list-title
    {
        margin-top: 30px;
    }
}
.product-details-wrap .list-title h4
{
    font-size: 24px;
    font-weight: bold;

    position: relative;

    margin: 0;

    color: #3c3568;
}
@media (max-width: 767px)
{
    .product-details-wrap .list-title h4
    {
        font-size: 22px;
    }
}
.product-details-wrap .table-wrap img
{
    max-width: 100%;
}
.product-details-wrap .table-wrap p
{
    line-height: 2;

    margin: 0;

    color: #666;
}
.product-details-wrap .video a
{
    position: relative;

    display: inline-block;

    cursor: pointer;
}
.product-details-wrap .video a:before
{
    font-family: 'iconfont' !important;
    font-size: 40px;
    line-height: 1;

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

    display: block;

    margin-top: -20px;
    margin-left: -20px;

    content: '\e62c';
    -webkit-transition: .3s;
            transition: .3s;

    color: #fff;
}
@media (min-width: 1200px)
{
    .product-details-wrap .video a:hover:before
    {
        color: #3c3568;
    }
}
.product-details-wrap .inquiry-form
{
    padding-bottom: 10px;
}
.product-details-wrap .inquiry-form > p
{
    font-size: 16px;

    margin-bottom: 0;
    padding: 10px 0 25px;
}
@media (max-width: 767px)
{
    .product-details-wrap .inquiry-form > p
    {
        font-size: 14px;

        padding: 0 0 15px;
    }
}
.product-details-wrap .inquiry-form .row
{
    margin: 0 -10px;
}
.product-details-wrap .inquiry-form .row li
{
    padding: 0 10px;
}
.product-details-wrap .inquiry-form .required
{
    font-size: 16px;
}
.product-details-wrap .inquiry-form .submit
{
    font-size: 16px;

    margin-top: 20px;
}
.product-details-wrap .related-wrap .list
{
    margin-top: -30px;
}
@media (max-width: 767px)
{
    .product-details-wrap .related-wrap .list
    {
        margin-top: -20px;
    }
}
.inquiry-form
{
    background: no-repeat center;
    background-size: cover;
}
.inquiry-form input::-webkit-input-placeholder,
.inquiry-form textarea::-webkit-input-placeholder
{
    color: #333;
}
.inquiry-form input:-o-placeholder,
.inquiry-form textarea:-o-placeholder
{
    color: #333;
}
.inquiry-form input::-moz-placeholder,
.inquiry-form textarea::-moz-placeholder
{
    color: #333;
}
.inquiry-form input:-ms-input-placeholder,
.inquiry-form textarea:-ms-input-placeholder
{
    color: #333;
}
.inquiry-form input:focus::-webkit-input-placeholder,
.inquiry-form textarea:focus::-webkit-input-placeholder
{
    color: #afa7a7;
}
.inquiry-form input:focus::-o-placeholder,
.inquiry-form textarea:focus::-o-placeholder
{
    color: #afa7a7;
}
.inquiry-form input:focus::-moz-placeholder,
.inquiry-form textarea:focus::-moz-placeholder
{
    color: #afa7a7;
}
.inquiry-form input:focus::-ms-input-placeholder,
.inquiry-form textarea:focus::-ms-input-placeholder
{
    color: #afa7a7;
}
.inquiry-form form input::-webkit-input-placeholder,
.inquiry-form form textarea::-webkit-input-placeholder
{
    color: #666;
}
.inquiry-form form input:-o-placeholder,
.inquiry-form form textarea:-o-placeholder
{
    color: #666;
}
.inquiry-form form input::-moz-placeholder,
.inquiry-form form textarea::-moz-placeholder
{
    color: #666;
}
.inquiry-form form input:-ms-input-placeholder,
.inquiry-form form textarea:-ms-input-placeholder
{
    color: #666;
}
.inquiry-form form input:focus::-webkit-input-placeholder,
.inquiry-form form textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.inquiry-form form input:focus::-o-placeholder,
.inquiry-form form textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.inquiry-form form input:focus::-moz-placeholder,
.inquiry-form form textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.inquiry-form form input:focus::-ms-input-placeholder,
.inquiry-form form textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.inquiry-form form input,
.inquiry-form form textarea
{
    font-size: 16px;

    display: block;

    width: 100%;
    margin-bottom: 20px;
    padding: 13px 23px;

    color: #666;
    border: 1px solid #eee;
}
@media (max-width: 767px)
{
    .inquiry-form form input,
    .inquiry-form form textarea
    {
        font-size: 14px;

        padding: 12px 15px;
    }
}
.inquiry-form form .pro-name
{
    background: #f6f6f6;
}
.inquiry-form form textarea
{
    height: 215px;
}
@media (max-width: 767px)
{
    .inquiry-form form textarea
    {
        height: 160px;
    }
}
.inquiry-form form .submit
{
    line-height: 40px;

    display: block;

    width: 200px;
    height: 40px;
    margin-top: 30px;
    padding: 0;

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

    color: #fff;
    background-color: #20558a;
}
@media (max-width: 767px)
{
    .inquiry-form form .submit
    {
        font-size: 15px;
        line-height: 40px;

        width: 150px;
        height: 40px;
    }
    .inquiry-form form .submit:before
    {
        margin-right: 10px;
    }
}
.inquiry-form form .submit:hover
{
    box-shadow: inset 0 2px 10px rgba(0, 0, 0, .2);
}
.about-wrap .slick-about
{
    font-size: 0;

    letter-spacing: -8px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .about-wrap .slick-about
    {
        padding: 0 3px;
    }
}
@media (max-width: 991px)
{
    .about-wrap .slick-about
    {
        width: 450px;
        max-width: 100%;
        margin: 20px auto 0;
    }
}
.about-wrap .slick-about .img-box
{
    padding-bottom: 60%;
}
.about-wrap .intro-wrap
{
    font-size: 0;

    letter-spacing: -8px;
}
.about-wrap .intro-wrap > div
{
    font-size: 14px;

    display: inline-block;
    float: none;

    vertical-align: middle;
    letter-spacing: 0;
}
@media (max-width: 991px)
{
    .about-wrap .intro-wrap > div
    {
        width: 100%;
    }
}
.about-wrap .intro-wrap .intro p
{
    font-size: 16px;
    line-height: 2;

    margin: 0;

    color: #666;
}
@media (max-width: 767px)
{
    .about-wrap .intro-wrap .intro p
    {
        font-size: 14px;
    }
}
.about-wrap .intro-wrap .intro img
{
    max-width: 100%;
    height: auto !important;
}
@media (min-width: 1200px)
{
    .about-wrap .slick-list
    {
        padding: 0 105px 40px;
    }
    .about-wrap .slick-slide
    {
        padding: 0 15px;

        -webkit-transition: .4s;
                transition: .4s;
    }
    .about-wrap .slick-active
    {
        -webkit-transform: translateY(20px);
            -ms-transform: translateY(20px);
                transform: translateY(20px);
    }
    .about-wrap .slick-active + .slick-slide
    {
        -webkit-transform: translateY(40px);
            -ms-transform: translateY(40px);
                transform: translateY(40px);
    }
}
.about-wrap .slick-arrow
{
    font-size: 26px;
    font-weight: bold;

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

    display: block;

    width: 90px;
    height: -webkit-calc(100% - 40px);
    height:         calc(100% - 40px);

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

    color: #fff;
    background: rgba(0, 0, 0, .1);
}
.about-wrap .slick-arrow:before
{
    font-family: 'iconfont' !important;
    font-style: normal;

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

    display: block;

    width: 100%;

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

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.about-wrap .slick-arrow:hover
{
    color: #fff;
    background-color: rgba(234, 159, 173, .7);
}
.about-wrap .slick-prev
{
    left: 0;
}
.about-wrap .slick-prev:before
{
    content: '\eb60';
}
.about-wrap .slick-next
{
    top: 40px;
    right: 0;
}
.about-wrap .slick-next:before
{
    content: '\e625';
}
.about-wrap .slick-dots
{
    margin-top: 10px;
}
.about-wrap .slick-dots li
{
    background: #20558a;
}
@media (min-width: 1200px)
{
    .about-wrap .num-box
    {
        padding-top: 45px;
        padding-bottom: 50px;
    }
}
@media (max-width: 991px)
{
    .about-wrap .num-box
    {
        padding-top: 20px;
        padding-bottom: 10px;
    }
}
.news-wrap .date
{
    padding: 6px 16px;

    text-align: center;

    color: #fff;
    background-color: #20558a;
}
.news-wrap .date .day
{
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
}
.news-wrap .list
{
    font-size: 0;

    letter-spacing: -8px;
}
.news-wrap .list li
{
    font-size: 14px;

    margin-bottom: 40px;

    letter-spacing: 0;
}
@media (max-width: 480px)
{
    .news-wrap .list li
    {
        margin-bottom: 25px;
    }
}
.news-wrap .list .item
{
    display: block;
    zoom: 1;
}
.news-wrap .list .item:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
@media (min-width: 481px)
{
    .news-wrap .list .item > div
    {
        float: left;
    }
}
@media (min-width: 1200px)
{
    .news-wrap .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;
    }
    .news-wrap .list .item:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
@media (min-width: 1200px)
{
    .news-wrap .list .item:hover .pic-box
    {
        box-shadow: 4px 4px 6px 1px rgba(0, 0, 0, .15);
    }
    .news-wrap .list .item:hover .intro h4,
    .news-wrap .list .item:hover .intro .more,
    .news-wrap .list .item:hover .intro .more a:after
    {
        color: #20558a;
    }
    .news-wrap .list .item:hover .intro h4
    {
        text-decoration: underline;
    }
}
.news-wrap .list .pic-box
{
    position: relative;

    -webkit-transition: .4s;
            transition: .4s;
}
@media only screen and (min-width: 481px)
{
    .news-wrap .list .pic-box
    {
        width: 330px;
    }
}
@media only screen and (min-width: 481px) and (max-width: 767px)
{
    .news-wrap .list .pic-box
    {
        width: 280px;
    }
}
@media (max-width: 480px)
{
    .news-wrap .list .pic-box
    {
        margin-bottom: 25px;
    }
}
.news-wrap .list .pic-box .img-box
{
    padding-bottom: 60.60606061%;
}
.news-wrap .list .date
{
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 0;
}
@media (min-width: 481px)
{
    .news-wrap .list .intro
    {
        float: left;

        width: -webkit-calc(100% - 330px);
        width:         calc(100% - 330px);
        padding-left: 30px;
    }
}
.news-wrap .list .intro h4
{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.33333333;

    display: -webkit-box;
    overflow: hidden;

    height: auto;
    max-height: 48px;
    margin: 10px 0;

    color: #000;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.news-wrap .list .intro p
{
    line-height: 1.71428571;

    display: -webkit-box;
    overflow: hidden;

    height: auto;
    max-height: 72px;
    margin: 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media only screen and (min-width: 481px) and (max-width: 767px)
{
    .news-wrap .list .intro p
    {
        max-height: 48px;

        -webkit-line-clamp: 2;
    }
}
.news-wrap .list .intro .more
{
    margin-top: 10px;
    padding-top: 15px;

    border-top: 1px solid #e5e5e5;
}
.news-wrap .list .intro .more a
{
    display: inline-block;
}
@media (max-width: 480px)
{
    .news-wrap .list .intro .more
    {
        margin-top: 10px;
        padding-top: 15px;
    }
}
.news-wrap .page
{
    padding-top: 15px;
}
@media (max-width: 767px)
{
    .news-wrap .page
    {
        padding-top: 0;
    }
}
.news-details-wrap .news-title
{
    margin-bottom: 20px;
    padding-bottom: 20px;

    border-bottom: 1px solid #eee;
}
@media (max-width: 767px)
{
    .news-details-wrap .news-title
    {
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
}
.news-details-wrap .news-title h1
{
    font-size: 28px;
    font-weight: normal;

    margin: 0 0 10px;

    color: #000;
}
@media (max-width: 991px)
{
    .news-details-wrap .news-title h1
    {
        font-size: 26px;
    }
}
@media (max-width: 767px)
{
    .news-details-wrap .news-title h1
    {
        font-size: 22px;
    }
}
.news-details-wrap .news-title .date
{
    color: #666;
}
.news-details-wrap .intro img
{
    max-width: 100%;
    height: auto !important;
}
.news-details-wrap .intro p
{
    line-height: 1.78571429;

    margin: 0;

    color: #666;
}
.news-details-wrap .news-page
{
    overflow: hidden;

    margin-top: 40px;
}
@media (max-width: 991px)
{
    .news-details-wrap .news-page
    {
        margin-top: 35px;
    }
}
@media (max-width: 767px)
{
    .news-details-wrap .news-page
    {
        margin-top: 25px;
    }
}
.news-details-wrap .news-page a
{
    position: relative;

    display: inline-block;

    max-width: 100%;
    padding-left: 30px;

    color: #999;
}
.news-details-wrap .news-page a:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;
    font-style: normal;

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

    display: block;

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

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media only screen and (min-width: 1200px)
{
    .news-details-wrap .news-page a
    {
        -webkit-transition: .5s;
                transition: .5s;
    }
    .news-details-wrap .news-page a:hover
    {
        color: #000;
    }
}
@media (max-width: 1199px)
{
    .news-details-wrap .news-page a:active
    {
        color: #000;
    }
}
.news-details-wrap .news-page p
{
    overflow: hidden;

    margin: 0;
    padding: 5px 0;

    white-space: nowrap;
    text-overflow: ellipsis;
}
.news-details-wrap .news-page .prev > a:before
{
    content: '\e9b5';
}
.news-details-wrap .news-page .next > a:before
{
    content: '\e72f';
}
.download-wrap .img-box
{
    padding-bottom: 130%;
}
.download-wrap .list
{
    font-size: 0;

    letter-spacing: -8px;
}
.download-wrap .list li
{
    font-size: 14px;

    display: inline-block;
    float: none;

    margin-bottom: 30px;

    vertical-align: top;
    letter-spacing: 0;
}
@media (max-width: 767px)
{
    .download-wrap .list li
    {
        margin-bottom: 20px;
    }
}
.download-wrap .item
{
    position: relative;

    zoom: 1;

    padding: 20px 25px;

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

    border: 1px solid #eee;
    background-color: #fff;
}
.download-wrap .item:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
@media (min-width: 1200px)
{
    .download-wrap .item:hover
    {
        border-color: transparent;
        box-shadow: 0 0 14px 1px rgba(234, 159, 173, .3);
    }
    .download-wrap .item:hover .download
    {
        color: #fff;
        background-color: #20558a;
    }
}
@media (max-width: 480px)
{
    .download-wrap .item
    {
        padding: 10px;
    }
}
.download-wrap .item .pic-box
{
    float: left;

    width: 200px;
    margin-right: 30px;
}
@media (max-width: 1199px)
{
    .download-wrap .item .pic-box
    {
        margin-right: 20px;
    }
}
@media (max-width: 480px)
{
    .download-wrap .item .pic-box
    {
        width: 45%;
        margin-right: 10px;
    }
}
.download-wrap .item h4
{
    font-size: 20px;
    font-weight: normal;

    display: block;

    margin: 15px 0 25px;

    color: #000;
}
@media (max-width: 991px)
{
    .download-wrap .item h4
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .download-wrap .item h4
    {
        font-size: 16px;
    }
}
@media (max-width: 480px)
{
    .download-wrap .item h4
    {
        font-size: 4.3vmin;

        margin: 10px 0;
    }
}
.download-wrap .item p
{
    line-height: 1.71428571;

    margin: 0;

    color: #666;
}
@media (max-width: 480px)
{
    .download-wrap .item p
    {
        font-size: 12px;
    }
}
.download-wrap .item > p
{
    display: -webkit-box;
    overflow: hidden;

    height: auto;
    max-height: 48px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.download-wrap .item .info
{
    margin-top: 15px;
}
@media (max-width: 480px)
{
    .download-wrap .item .info
    {
        margin-top: 10px;
    }
}
.download-wrap .item .download
{
    font-size: 16px;
    line-height: 38px;

    display: inline-block;

    width: 160px;
    height: 40px;
    margin-top: 35px;

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

    color: #20558a;
    border: 1px solid #20558a;
}
@media (max-width: 1199px)
{
    .download-wrap .item .download:active
    {
        color: #fff;
        background-color: #20558a;
    }
}
@media (max-width: 767px)
{
    .download-wrap .item .download
    {
        font-size: 12px;
    }
}
@media (max-width: 480px)
{
    .download-wrap .item .download
    {
        font-size: 3.4vmin;
        line-height: 28px;

        width: 110px;
        height: 30px;
        margin-top: 15px;
    }
}
.download-wrap .page
{
    padding-top: 15px;
}
@media (max-width: 991px)
{
    .download-wrap .page
    {
        padding-top: 5px;
    }
}
.product-nav
{
    overflow: hidden;

    margin-bottom: 40px;

    text-align: center;
}
@media (max-width: 767px)
{
    .product-nav
    {
        margin-bottom: 30px;
    }
}
.product-nav ul
{
    margin: 0 -18px;
}
@media (max-width: 767px)
{
    .product-nav ul
    {
        margin: 0 -8px;
    }
}
.product-nav li
{
    font-size: 18px;

    display: inline-block;

    padding: 0 18px;

    color: #999;
}
@media (max-width: 767px)
{
    .product-nav li
    {
        font-size: 14px;
        font-size: 3.6vmin;

        padding: 0 8px;
    }
}
.product-nav a
{
    position: relative;

    display: block;

    padding-bottom: 15px;

    text-transform: uppercase;
}
.product-nav a:after
{
    position: absolute;
    bottom: 0;
    left: 50%;

    display: block;

    width: 0;
    height: 3px;

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

    background-color: #20558a;
}
@media (min-width: 1200px)
{
    .product-nav a:hover
    {
        color: #000;
    }
}
@media (max-width: 767px)
{
    .product-nav a
    {
        padding-bottom: 6px;
    }
    .product-nav a:after
    {
        height: 2px;
    }
}
.product-nav .active
{
    color: #000;
}
.product-nav .active a:after
{
    width: 100%;
}
.contact-wrap .inquiry-form,
.down-log-in-wrap .inquiry-form
{
    padding: 70px 0;
}
@media (max-width: 991px)
{
    .contact-wrap .inquiry-form,
    .down-log-in-wrap .inquiry-form
    {
        padding: 50px 0;
    }
}
@media (max-width: 767px)
{
    .contact-wrap .inquiry-form,
    .down-log-in-wrap .inquiry-form
    {
        padding: 40px 0;
    }
}
.contact-wrap .inquiry-form input,
.down-log-in-wrap .inquiry-form input,
.contact-wrap .inquiry-form textarea,
.down-log-in-wrap .inquiry-form textarea
{
    background: rgba(255, 255, 255, .8);
}
.contact-wrap .inquiry-form h3,
.down-log-in-wrap .inquiry-form h3
{
    font-size: 30px;
    font-weight: normal;

    margin: 0 0 5px;

    color: #000;
}
@media (max-width: 767px)
{
    .contact-wrap .inquiry-form h3,
    .down-log-in-wrap .inquiry-form h3
    {
        font-size: 26px;
    }
}
.contact-wrap .inquiry-form h3 + p,
.down-log-in-wrap .inquiry-form h3 + p
{
    font-size: 18px;

    margin-bottom: 30px;

    color: #adadad;
}
@media (max-width: 991px)
{
    .contact-wrap .inquiry-form h3 + p,
    .down-log-in-wrap .inquiry-form h3 + p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .contact-wrap .inquiry-form h3 + p,
    .down-log-in-wrap .inquiry-form h3 + p
    {
        font-size: 14px;

        margin-bottom: 20px;
    }
}
.contact-wrap
{
    position: relative;

    overflow: hidden;
}
.contact-wrap .content
{
    padding: 0;
}
.contact-wrap .info-wrap
{
    position: relative;

    overflow: hidden;

    padding: 70px 0;
}
@media (max-width: 991px)
{
    .contact-wrap .info-wrap
    {
        padding: 50px 0;
    }
}
@media (max-width: 767px)
{
    .contact-wrap .info-wrap
    {
        padding: 40px 0 35px;
    }
}
@media only screen and (min-width: 992px)
{
    .contact-wrap .info-box
    {
        padding-left: 15px;
    }
}
.contact-wrap .info h3
{
    font-size: 30px;
    font-weight: normal;

    margin: 40px 0 0;
}
@media (max-width: 991px)
{
    .contact-wrap .info h3
    {
        margin-top: 0;
    }
}
@media (max-width: 480px)
{
    .contact-wrap .info h3
    {
        font-size: 25px;
    }
}
.contact-wrap .info h1
{
    font-size: 18px;
    font-weight: normal;

    margin: 5px 0 0;

    color: #adadad;
}
.contact-wrap .info ul
{
    padding-top: 15px;
}
@media (max-width: 480px)
{
    .contact-wrap .info ul
    {
        padding-top: 10px;
    }
}
.contact-wrap .info li
{
    font-size: 14px;

    position: relative;

    margin-top: 15px;
    padding: 5px 0 5px 55px;
}
@media (max-width: 480px)
{
    .contact-wrap .info li
    {
        padding-left: 45px;
    }
}
.contact-wrap .info li:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;
    font-style: normal;
    line-height: 38px;

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

    width: 40px;
    height: 40px;

    text-align: center;

    color: #20558a;
    border: 1px solid #20558a;
    border-radius: 50%;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 480px)
{
    .contact-wrap .info li:before
    {
        font-size: 16px;
        line-height: 33px;

        width: 35px;
        height: 35px;
    }
}
.contact-wrap .info li p
{
    font-size: 16px;
    line-height: 2.14285714;

    position: relative;

    margin: 0;

    color: #000;
}
.contact-wrap .info li p > span
{
    display: block;

    margin-bottom: 15px;

    color: #666;
}
@media (max-width: 480px)
{
    .contact-wrap .info li p > span
    {
        margin-bottom: 5px;
    }
}
@media only screen and (min-width: 1200px)
{
    .contact-wrap .info li p a:hover
    {
        text-decoration: underline;

        color: #20558a;
    }
}
@media (max-width: 1199px)
{
    .contact-wrap .info li p a:active
    {
        text-decoration: underline;

        color: #20558a;
    }
}
@media (max-width: 767px)
{
    .contact-wrap .info li p
    {
        font-size: 14px;
    }
    .contact-wrap .info li p > span
    {
        margin-bottom: 0;
    }
}
.contact-wrap .info li.tel:before
{
    content: '\e62f';
}
.contact-wrap .info li.fax:before
{
    content: '\e62e';
}
.contact-wrap .info li.mail:before
{
    content: '\e641';
}
.contact-wrap .info li.phone:before
{
    content: '\e647';
}
.contact-wrap .info li.address:before
{
    content: '\e633';
}
.contact-wrap .map
{
    position: relative;
}
.contact-wrap .map .map-content
{
    display: block;
    overflow: hidden;

    height: 450px;
}
@media (max-width: 991px)
{
    .contact-wrap .map
    {
        margin-top: 30px;
    }
}
@media (max-width: 767px)
{
    .contact-wrap .map .map-content
    {
        height: 300px;
    }
}
.down-log-in-wrap .content
{
    padding: 0;
}
.online-wrap .btn
{
    line-height: 38px;

    position: fixed;
    z-index: 100;
    right: 5px;
    bottom: 70px;

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

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

    border: none;
    border-radius: 10px;
    background-color: rgba(234, 159, 173, .7);
}
@media (min-width: 992px)
{
    .online-wrap .btn
    {
        display: none;
    }
}
.online-wrap .btn:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;

    display: inline-block;

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

    color: #fff;
}
.online-wrap .btn.active:before
{
    -webkit-transform: rotateZ(225deg);
        -ms-transform: rotate(225deg);
            transform: rotateZ(225deg);
}
.online-wrap .ipt-online:checked + .online
{
    -webkit-transform: translateX(-100%);
    -webkit-transform: translate3d(-100%, 0, 0);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
            transform: translate3d(-100%, 0, 0);
}
.online-wrap .ipt-online:checked + .online li.txt b
{
    opacity: 1;
}
.online-wrap .online
{
    position: fixed;
    z-index: 100;
    bottom: 18%;
    left: 100%;

    -webkit-transition: -webkit-transform .5s;
            transition: -webkit-transform .5s;
            transition:         transform .5s;
            transition:         transform .5s, -webkit-transform .5s;

    background-color: #20558a;
}
@media (min-width: 1200px)
{
    .online-wrap .online
    {
        -webkit-transform: translateX(-70px);
        -webkit-transform: translate3d(-70px, 0, 0);
            -ms-transform: translateX(-70px);
                transform: translateX(-70px);
                transform: translate3d(-70px, 0, 0);
    }
    .online-wrap .online:hover
    {
        -webkit-transform: translateX(-100%);
        -webkit-transform: translate3d(-100%, 0, 0);
            -ms-transform: translateX(-100%);
                transform: translateX(-100%);
                transform: translate3d(-100%, 0, 0);
    }
    .online-wrap .online:hover li.txt b
    {
        opacity: 1;
    }
}
@media (max-width: 767px)
{
    .online-wrap .online
    {
        bottom: 120px;

        overflow: auto;

        max-height: 65vh;
    }
}
.online-wrap .online li
{
    position: relative;

    padding: 15px 25px 15px 70px;

    color: #fff;
    border-top: 1px solid #ecb3bd;
}
@media (max-width: 767px)
{
    .online-wrap .online li
    {
        padding: 8px 10px 8px 50px;
    }
}
.online-wrap .online li.txt
{
    font-size: 18px;

    padding: 6px 5px 6px 20px;

    color: #fff;
    border-top: none;
    background-color: #3c3568;
}
.online-wrap .online li.txt:before,
.online-wrap .online li.txt b
{
    display: inline-block;

    vertical-align: middle;
}
.online-wrap .online li.txt:before
{
    font-family: 'iconfont' !important;
    font-size: 26px;

    content: '\e623';
}
.online-wrap .online li.txt b
{
    -webkit-transition: .3s;
            transition: .3s;

    opacity: 0;
}
@media (max-width: 767px)
{
    .online-wrap .online li.txt
    {
        font-size: 16px;

        padding-left: 10px;
    }
    .online-wrap .online li.txt:before
    {
        font-size: 22px;
    }
}
.online-wrap .online li .pic-box
{
    position: absolute;
    z-index: 2;
    top: 15px;
    left: 15px;

    overflow: hidden;

    width: 40px;
    height: 40px;

    border-radius: 50%;
}
@media (max-width: 767px)
{
    .online-wrap .online li .pic-box
    {
        top: 5px;
        left: 10px;

        width: 35px;
        height: 35px;
    }
}
.online-wrap .online li p
{
    font-size: 12px;

    margin: 0;

    white-space: nowrap;
}
.online-wrap .online li p > a
{
    display: inline-block;

    margin-left: 10px;

    text-decoration: underline;
}
.online-wrap .online li p > a:first-child
{
    margin-left: 0;
}
.online-wrap .online li p > a .name:hover + .number
{
    display: block;
}
.online-wrap .online li p > a .number
{
    font-weight: bold;

    position: absolute;
    top: 100%;
    left: 70px;

    display: none;

    padding: 0 20px;

    white-space: nowrap;

    color: #333;
    background-color: #ffe3ee;
}
.online-wrap .online li p > a .number:before
{
    position: absolute;
    top: -4px;
    left: 30px;

    display: block;

    width: 0;
    height: 0;

    content: '';

    border-width: 0 5px 5px 5px;
    border-style: solid;
    border-color: transparent transparent #ffe3ee transparent;
}
.xs-online
{
    position: fixed;
    z-index: 998;
    bottom: 0;
    left: 0;

    width: 100%;

    background-color: rgba(234, 159, 173, .9);
    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, .5);
}
.xs-online ul li > a
{
    display: block;

    padding: 8px 0 6px;
}
.xs-online ul li > a:before
{
    font-family: 'iconfont' !important;
    font-size: 16px;
    font-style: normal;
    line-height: 1;

    display: block;

    margin-bottom: 3px;

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

    display: block;

    height: 17px;
}
@media (max-width: 480px)
{
    .xs-online ul li > a span
    {
        font-size: 2.8vmin;
    }
}
.xs-online ul li:first-child
{
    border-left: none;
}
.xs-online ul li.tel > a:before
{
    content: '\e61c';
}
.xs-online ul li.product > a:before
{
    content: '\e7e9';
}
.xs-online ul li.mail > a:before
{
    content: '\e6a4';
}
.xs-online ul li.whatsapp > a:before
{
    content: '\e621';
}
.xs-online ul li.feedback > a:before
{
    content: '\e7a5';
}
.xs-online ul li.feedback > a:before,
.xs-online ul li.message > a:before
{
    content: '\e826';
}
.xs-online ul li.contact > a:before
{
    content: '\e68a';
}
.xs-online ul li.gotop > a:before
{
    content: '\e605';
}
.xs-online ul li.map > a:before
{
    content: '\e60d';
}
.xs-online ul li.wechat,
.xs-online ul li.weixin
{
    position: relative;
}
.xs-online ul li.wechat:hover .pic-box,
.xs-online ul li.weixin:hover .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;
}
.share
{
    font-weight: 500;
}
.share a
{
    display: inline-block;
    overflow: hidden;

    margin-left: 15px;

    -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;
}
.share a:first-child
{
    margin-left: 0;
}
.share a:before
{
    font-size: 16px;

    display: block;
}
.share a:hover
{
    -webkit-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
            transform: translateY(-3px);
}
.share.color .icon-facebook:before
{
    background-color: #3b5998;
}
.share.color .icon-tuite:before
{
    background-color: #55acee;
}
.share.color .icon-linkedin:before
{
    background-color: #006a9a;
}
.share.color .icon-youtube:before
{
    background-color: #c4302b;
}
.share.color .icon-instagram:before
{
    background-color: #6b3d2e;
}
.share.color .icon-google:before
{
    background-color: #dc4e41;
}
.footer
{
    position: relative;
    z-index: 10;

    overflow: hidden;

    color: #fff;
    background-color: #1e1c2a;
}
.footer .footer-row
{
    font-size: 0;

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

    text-align: justify;
    text-justify: distribute-all-lines;
    letter-spacing: -8px;
}
@media (max-width: 767px)
{
    .footer .footer-row
    {
        padding: 20px 0;
    }
}
@media (min-width: 768px)
{
    .footer .footer-row:after
    {
        display: inline-block;
        overflow: hidden;

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

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

    display: inline-block;

    padding: 0 15px;

    text-align: left;
    vertical-align: top;
    letter-spacing: 0;
}
@media (max-width: 1199px)
{
    .footer .foot-list
    {
        width: 20%;
    }
}
@media (max-width: 767px)
{
    .footer .foot-list
    {
        width: 100%;
    }
}
.footer .foot-list li
{
    position: relative;
}
.footer .foot-list li a
{
    position: relative;

    display: inline-block;
}
.footer .foot-list p,
.footer .foot-list li
{
    font-size: 16px;
    line-height: 2;

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

    color: #dcdcdc;
}
.footer .foot-nav
{
    width: 270px;
}
@media (max-width: 991px)
{
    .footer .foot-nav
    {
        width: 40%;
    }
}
.footer .foot-nav li
{
    position: relative;
}
.footer .foot-nav li:after
{
    position: absolute;
    top: 50%;
    left: 0;

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

    content: '';
    -webkit-transition: .3s;
            transition: .3s;

    border-radius: 10px;
    background-color: rgba(234, 159, 173, .15);
}
.footer .foot-nav li a
{
    position: relative;
    z-index: 2;

    display: inline-block;

    -webkit-transition: .4s;
            transition: .4s;
}
@media (min-width: 1200px)
{
    .footer .foot-nav li:hover:after
    {
        width: 100%;
    }
    .footer .foot-nav li:hover a
    {
        -webkit-transform: translateX(15px);
            -ms-transform: translateX(15px);
                transform: translateX(15px);

        color: #20558a;
    }
}
@media only screen and (min-width: 768px)
{
    .footer .foot-contact
    {
        width: 430px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1349px)
{
    .footer .foot-contact
    {
        width: 33.333%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .footer .foot-contact
    {
        width: 50%;
    }
}
@media (max-width: 767px)
{
    .footer .foot-contact
    {
        margin-bottom: 15px;
    }
}
.footer .foot-contact .contact-box
{
    padding-top: 1px;
}
.footer .foot-contact .contact-box p
{
    font-size: 14px;
    line-height: 1.71428571;

    position: relative;

    width: 100%;
    margin: 10px 0 0;
    padding-left: 30px;

    color: #dbdbdb;
}
.footer .foot-contact .contact-box p:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;
    font-style: normal;

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

    color: #fff;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.footer .foot-contact .contact-box .tel:before
{
    content: '\e62f';
}
.footer .foot-contact .contact-box .fax:before
{
    content: '\e62e';
}
.footer .foot-contact .contact-box .mail:before
{
    content: '\e641';
}
.footer .foot-contact .contact-box .phone:before
{
    content: '\e647';
}
.footer .foot-contact .contact-box .address:before
{
    content: '\e633';
}
@media only screen and (min-width: 992px)
{
    .footer .foot-contact .contact-box a:hover
    {
        text-decoration: underline;

        color: #20558a;
    }
}
@media (max-width: 991px)
{
    .footer .foot-contact .contact-box a:active
    {
        text-decoration: underline;
    }
}
.footer .foot-message
{
    overflow: hidden;
}
@media (min-width: 1200px)
{
    .footer .foot-message
    {
        width: 490px;
    }
}
@media (min-width: 1200px) and (max-width: 1349px)
{
    .footer .foot-message
    {
        width: 33.333%;
    }
}
@media (max-width: 1199px)
{
    .footer .foot-message
    {
        width: 40%;
    }
}
@media (max-width: 991px)
{
    .footer .foot-message
    {
        width: 100%;
        margin-bottom: 15px;
    }
}
@media (max-width: 767px)
{
    .footer .foot-message
    {
        width: 100%;
        margin-bottom: 10px;
    }
}
.footer .foot-message > b
{
    font-size: 36px;
    line-height: 1.16666667;

    display: block;

    margin-bottom: 20px;

    text-transform: uppercase;

    color: #fff;
}
@media (max-width: 1349px)
{
    .footer .foot-message > b
    {
        font-size: 32px;
    }
}
@media (max-width: 767px)
{
    .footer .foot-message > b
    {
        font-size: 26px;
    }
}
@media (max-width: 480px)
{
    .footer .foot-message > b
    {
        font-size: 22px;

        margin-top: 25px;
        margin-bottom: 5px;
    }
}
.footer .foot-message form
{
    position: relative;

    overflow: hidden;

    margin-bottom: 35px;

    border-bottom: 1px solid #4e4c57;
}
.footer .foot-message form input::-webkit-input-placeholder,
.footer .foot-message form textarea::-webkit-input-placeholder
{
    color: #888;
}
.footer .foot-message form input:-o-placeholder,
.footer .foot-message form textarea:-o-placeholder
{
    color: #888;
}
.footer .foot-message form input::-moz-placeholder,
.footer .foot-message form textarea::-moz-placeholder
{
    color: #888;
}
.footer .foot-message form input:-ms-input-placeholder,
.footer .foot-message form textarea:-ms-input-placeholder
{
    color: #888;
}
.footer .foot-message form input:focus::-webkit-input-placeholder,
.footer .foot-message form textarea:focus::-webkit-input-placeholder
{
    color: #a7a7a7;
}
.footer .foot-message form input:focus::-o-placeholder,
.footer .foot-message form textarea:focus::-o-placeholder
{
    color: #a7a7a7;
}
.footer .foot-message form input:focus::-moz-placeholder,
.footer .foot-message form textarea:focus::-moz-placeholder
{
    color: #a7a7a7;
}
.footer .foot-message form input:focus::-ms-input-placeholder,
.footer .foot-message form textarea:focus::-ms-input-placeholder
{
    color: #a7a7a7;
}
@media (max-width: 767px)
{
    .footer .foot-message form
    {
        margin-bottom: 20px;
    }
}
.footer .foot-message form input
{
    display: block;

    width: 100%;
    padding: 15px 60px 15px 18px;

    background: none;
}
.footer .foot-message form .submit
{
    font-size: 16px;

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

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

    background: none;
}
.footer .foot-message form .submit:before
{
    font-family: 'iconfont' !important;

    content: '\e63d';
}
@media (min-width: 1200px)
{
    .footer .foot-message form .submit:hover
    {
        font-weight: bold;

        -webkit-transform: scale(1.2);
            -ms-transform: scale(1.2);
                transform: scale(1.2);

        color: #20558a;
    }
}
.copyright
{
    font-weight: 300;

    position: relative;

    padding: 12px 0;

    text-align: center;

    background-color: #0d0e11;
}
@media (max-width: 767px)
{
    .copyright
    {
        padding-bottom: 60px;
    }
}
.copyright p
{
    line-height: 1.8;

    margin: 0;

    color: #fff;
}
@media (max-width: 480px)
{
    .copyright p
    {
        font-size: 3.3vmin;
    }
}
.copyright p span
{
    margin-right: 70px;
}
@media (max-width: 991px)
{
    .copyright p span
    {
        margin-right: 30px;
    }
}
@media (max-width: 767px)
{
    .copyright p span
    {
        margin-right: 10px;
    }
}
.copyright p a:hover
{
    text-decoration: underline;
}
.zoomDiv
{
    z-index: 999;

    display: none;
    overflow: hidden;

    text-align: center;

    border: 1px solid #ccc;
    background: #fff;
}
@media (max-width: 1199px)
{
    .zoomDiv
    {
        display: none !important;
    }
}
@media (min-width: 768px)
{
    .zoomDiv
    {
        position: absolute;
    }
}
.zoomMask
{
    position: absolute;
    z-index: 20;

    cursor: move;

    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAMAAABFaP0WAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAAGUExURf///////1V89WwAAAACdFJOU/8A5bcwSgAAABBJREFUeNpiYGBkYGQECDAAAA0ABMZIs2EAAAAASUVORK5CYII=) repeat;
}
@media (max-width: 1199px)
{
    .zoomMask
    {
        display: none !important;
    }
}
@media (max-width: 767px)
{
    .zoomMask
    {
        display: none;
    }
}



/**
 * Date : 2020年8月18日09:17:37
 * @author HSM
 * @toDo 首页产品分类滚动
*/

.slick-product .slick-arrow{
    font-size: 56px;
}
.slick-product .slick-prev{
    left: 80px;
}
.slick-product .slick-next{
    right: 80px;
}


/**
 * Date : 2020年9月17日15:17:19
 * @author HSM
 * @toDo 首页产品大类点击图片进详情  底部加whatsapp
*/

.footer .foot-contact .contact-box p {
    min-height: 24px;
}
.footer .foot-contact .contact-box .whatsapp:before {
    content: '\e751';
}
