@charset 'utf-8';
.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: 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 5px 0;
}
@media (max-width: 767px)
{
    .page li
    {
        margin: 5px 3px 0;
    }
}
.page li a,
.page li span
{
    font-size: 18px;
    font-weight: bold;
    line-height: 38px;

    display: block;
    overflow: hidden;

    width: 38px;
    height: 38px;

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

    color: #424242;
    border-radius: 5px;
    background-color: #e5e5e5;
}
@media (max-width: 991px)
{
    .page li a,
    .page li span
    {
        line-height: 30px;

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

        width: 25px;
        height: 25px;
    }
}
.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: #f7a302;
}
@media (min-width: 1200px)
{
    .page li:hover a,
    .page li:hover span
    {
        color: #fff;
        background-color: #f7a302;
    }
}
.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: 20px 30px !important;

    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
{
    margin: 0 !important;
    padding: 0 !important;

    background: none !important;
}
.table-box table th
{
    text-align: center;
}
.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
{
    position: absolute;
    z-index: 99999999;
    top: 0;

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

    color: #fff;
}
.header:after
{
    position: absolute;
    z-index: -1;
    top: 0;
    left: 50%;

    display: block;

    width: 1920px;
    height: 100%;

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

    background: url(../images/header-bg.png) center bottom no-repeat;
    background-size: cover;
}
@media (max-width: 1639px)
{
    .header:after
    {
        -webkit-transform: translateX(-45%);
            -ms-transform: translateX(-45%);
                transform: translateX(-45%);
    }
}
@media (max-width: 1469px)
{
    .header:after
    {
        -webkit-transform: translateX(-42%);
            -ms-transform: translateX(-42%);
                transform: translateX(-42%);
    }
}
@media (max-width: 1199px)
{
    .header:after
    {
        width: 1500px;
    }
}
@media (max-width: 991px)
{
    .header:after
    {
        width: 1300px;
    }
}
@media (max-width: 767px)
{
    .header
    {
        padding-bottom: 0;

        background-color: #f8b003;
    }
    .header:after
    {
        z-index: -1;
        top: 75%;

        width: 100%;
        height: 0;
        padding-bottom: 11%;

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

        background-position: center top;
        background-size: contain;
    }
}
@media (min-width: 1200px)
{
    .header.fixed
    {
        position: fixed;
        top: auto;
        bottom: 100%;
        left: 0;

        width: 100%;
        padding: 0;

        -webkit-transition: -webkit-transform .4s;
                transition: -webkit-transform .4s;
                transition:         transform .4s;
                transition:         transform .4s, -webkit-transform .4s;
        -webkit-transition-delay: .2s;
                transition-delay: .2s;
        -webkit-transform: translateY(100%);
        -webkit-transform: translate3d(0, 100%, 0);
            -ms-transform: translateY(100%);
                transform: translateY(100%);
                transform: translate3d(0, 100%, 0);

        background-color: #f7a302;
        box-shadow: 0 0 16px 0 rgba(7, 17, 27, .2);
    }
    .header.fixed:after
    {
        opacity: 0;
    }
    .header.fixed .logo a
    {
        width: 120px;
        padding: 5px 0;
    }
    .header.fixed .nav .nav-list1 > li > a
    {
        padding-top: 20px;
    }
}
.header .container
{
    position: relative;
}
@media only screen and (min-width: 1640px)
{
    .header .container
    {
        width: 1610px;
    }
}
.header .logo
{
    float: left;
}
.header .logo a
{
    position: relative;
    z-index: 10;

    display: block;
    overflow: hidden;

    padding: 7px 0;

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

    width: 100%;
}
@media (max-width: 1349px)
{
    .header .logo a
    {
        width: 180px;
        padding: 10px 0 20px;
    }
}
@media (max-width: 1199px)
{
    .header .logo a
    {
        width: 140px;
    }
}
@media (max-width: 991px)
{
    .header .logo a
    {
        width: 105px;
        padding: 5px 0 10px;
    }
}
@media (max-width: 767px)
{
    .header .logo a
    {
        width: 80px;
        padding-bottom: 0;
    }
}
.header .right-box
{
    position: relative;

    float: right;

    padding-top: 15px;
}
@media (min-width: 1640px)
{
    .header .right-box
    {
        padding-right: 80px;
    }
}
.header .right-box > div
{
    display: inline-block;

    vertical-align: middle;

    color: #666;
}
@media (min-width: 1200px)
{
    .header .right-box > div.search-wrap
    {
        display: inline-block !important;
    }
}
@media (max-width: 1199px)
{
    .header .right-box > div.search-wrap
    {
        display: none;
    }
}
@media (max-width: 1199px)
{
    .header .right-box > div.nav
    {
        display: none;
    }
}
@media (max-width: 767px)
{
    .header .right-box > div.google-translate
    {
        display: none;
    }
}
.header .right-box > div.share
{
    margin-left: 30px;
}
.header .right-box .language-box
{
    margin-left: 15px;

    color: #666;
}
.header .right-box .language-box a
{
    font-size: 12px;
    line-height: 28px;

    display: block;

    width: 30px;
    height: 30px;

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

    color: #f24d5c;
    border: 1px solid #f24d5c;
    border-radius: 50%;
}
.header .right-box .language-box a:hover
{
    color: #fff;
    background-color: #f24d5c;
}
.header .right-box .find
{
    font-size: 22px;

    margin: 0 18px 0 15px;

    cursor: pointer;
}
@media (max-width: 1349px)
{
    .header .right-box .find
    {
        margin: 0 10px 0 8px;
    }
}
@media (max-width: 767px)
{
    .header .right-box .find
    {
        margin: 0 0 0 10px;
    }
}
.header .right-box .find:before
{
    font-family: 'iconfont' !important;

    content: '\e660';

    color: #f24d5c;
}
@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: #f7a302;
}
.header .language
{
    font-size: 0;

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

    display: inline-block;
    overflow: hidden;

    width: 16px;
    height: 16px;
    margin: 0;

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

    border-radius: 50%;
    background: url(../images/language.png) no-repeat 0 100%;
    background-size: 300% auto;
}
.header .language a.es
{
    background-position: 50% 100%;
}
@media (max-width: 1199px)
{
    .header .language
    {
        margin: 0 10px;
    }
    .header .language a
    {
        width: 20px;
        height: 20px;
    }
}
@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: 18px;

    cursor: pointer;

    color: #fff;
}
@media (min-width: 1200px)
{
    .header .find
    {
        margin: 0 40px 0 30px;
    }
}
@media (min-width: 1200px) and (max-width: 1469px)
{
    .header .find
    {
        margin: 0 15px 0 0;
    }
}
@media (max-width: 1199px)
{
    .header .find
    {
        font-size: 20px;

        margin-right: 15px;

        color: #333;
    }
}
@media (max-width: 767px)
{
    .header .find
    {
        margin-right: 10px;
    }
}
.header .find:before
{
    font-family: 'iconfont' !important;

    content: '\e6b1';
}
.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: #f24d5c;
}
.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;

        margin-right: 60px;

        text-align: center;
    }
}
@media (min-width: 1200px) and (max-width: 1639px)
{
    .header .nav
    {
        margin-right: 0;
    }
}
@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 18px;
    }
    .header .nav .nav-list1 > li > a
    {
        font-size: 20px;

        display: block;

        padding: 30px 0 15px;

        text-transform: uppercase;

        color: #fff;
    }
    .header .nav .nav-list1 > li > a > span
    {
        position: relative;

        display: block;

        padding: 5px 20px;

        border-radius: 50%;
    }
    .header .nav .nav-list1 > li > a > span,
    .header .nav .nav-list1 > li > a > span:before
    {
        -webkit-transition: .3s;
                transition: .3s;
    }
    .header .nav .nav-list1 > li > a > span:before
    {
        position: absolute;
        z-index: 2;
        bottom: 100%;
        left: 50%;

        display: none;

        width: 50px;
        height: 25px;
        margin-bottom: -3px;

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

        background: url(../images/imgs/active.png) no-repeat center bottom;
        background-size: contain;
    }
    .header .nav .nav-list1 > li:hover > a,
    .header .nav .nav-list1 > li.active > a
    {
        color: #f7a302;
    }
    .header .nav .nav-list1 > li:hover > a span,
    .header .nav .nav-list1 > li.active > a span
    {
        background-color: #fff;
    }
    .header .nav .nav-list1 > li:hover > a span:before,
    .header .nav .nav-list1 > li.active > a span:before
    {
        display: block;
    }
    .header .nav .nav-list1 ul
    {
        position: absolute;

        display: none;

        text-align: left;

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

        color: #f24d5c;
    }
    .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 ul
    {
        top: 0;
        left: 100%;

        padding: 10px 0;

        border-left: 1px solid transparent;
    }
    .header .nav .nav-list1 .nav-list2 ul li
    {
        position: relative;
    }
    .header .nav .nav-list1 .nav-list2 ul li a
    {
        padding: 5px 15px;
    }
    .header .nav .nav-list1 .nav-list3
    {
        min-width: 120px;
    }
}
@media (min-width: 1200px) and (max-width: 1469px)
{
    .header .nav .nav-list1 > li
    {
        padding: 0 5px;
    }
}
@media (min-width: 1200px) and (max-width: 1349px)
{
    .header .nav .nav-list1 > li
    {
        padding: 0;
    }
}
@media (min-width: 1200px) and (max-width: 1349px)
{
    .header .nav .nav-list1 > li > a
    {
        font-size: 18px;
    }
}
@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
    {
        font-size: 0;

        display: inline-block;

        width: 160px;

        text-align: right;
        vertical-align: middle;
    }
    .search-wrap p
    {
        display: none;
    }
    .search-wrap form
    {
        font-size: 14px;

        position: relative;
        z-index: 2;

        display: inline-block;
        overflow: hidden;

        width: 90px;
        height: 30px;

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

        border-radius: 30px;
    }
    .search-wrap input::-webkit-input-placeholder,
    .search-wrap textarea::-webkit-input-placeholder
    {
        color: #888;
    }
    .search-wrap input:-o-placeholder,
    .search-wrap textarea:-o-placeholder
    {
        color: #888;
    }
    .search-wrap input::-moz-placeholder,
    .search-wrap textarea::-moz-placeholder
    {
        color: #888;
    }
    .search-wrap input:-ms-input-placeholder,
    .search-wrap textarea:-ms-input-placeholder
    {
        color: #888;
    }
    .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 40px 0 10px;

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

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

        width: 30px;
        height: 100%;

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

        color: #fff;
        background-color: #f24d5c;
    }
    .search-wrap .input-submit:before
    {
        font-family: 'iconfont' !important;

        content: '\e660';
    }
    .search-wrap .input-submit:hover
    {
        box-shadow: inset 0 2px 10px rgba(0, 0, 0, .3);
    }
}
@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
{
    width: 20px;

    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;
}
.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%;
}
@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;
    bottom: 20px;
    left: 50%;

    -webkit-transform: translateX(-50%) translateZ(10px);
            transform: translateX(-50%) translateZ(10px);
}
@media (max-width: 767px)
{
    .banner .slick-dots
    {
        bottom: 5%;

        display: none;
    }
}
.banner .item
{
    position: relative;

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

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

    display: block;

    width: 80px;
    height: 80px;
    padding: 0;

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

    opacity: 0;
    color: #f7a302;
    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
{
    margin-bottom: 60px;

    text-align: center;
}
.title h3
{
    font-size: 45px;
    font-weight: bold;

    position: relative;
    z-index: 2;

    margin: 0;
}
.title h3:before
{
    display: block;

    width: 55px;
    height: 65px;
    margin: 0 auto 5px;

    content: '';

    background: url(../images/imgs/icon-title.png) no-repeat center bottom;
    background-size: contain;
}
.title h3 + b
{
    font-size: 30px;

    display: block;

    margin-top: -.6em;

    text-transform: uppercase;

    color: #f4f1f1;
}
@media (max-width: 1199px)
{
    .title
    {
        margin-bottom: 40px;
    }
    .title h3
    {
        font-size: 40px;
    }
    .title h3:before
    {
        width: 50px;
        height: 70px;
    }
    .title h3 + b
    {
        font-size: 26px;
    }
}
@media (max-width: 991px)
{
    .title
    {
        margin-bottom: 25px;
    }
    .title h3
    {
        font-size: 36px;
    }
    .title h3:before
    {
        width: 45px;
        height: 55px;
    }
    .title h3 + b
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .title
    {
        margin-bottom: 15px;
    }
    .title h3
    {
        font-size: 30px;
    }
    .title h3:before
    {
        width: 30px;
        height: 40px;
    }
    .title h3 + b
    {
        font-size: 18px;
    }
}
@media (max-width: 480px)
{
    .title h3
    {
        font-size: 26px;
    }
    .title h3:before
    {
        width: 30px;
        height: 40px;
    }
    .title h3 + b
    {
        font-size: 15px;
    }
}
.index-box
{
    padding: 80px 0;

    background: no-repeat center;
    background-size: cover;
}
@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 .more a
{
    font-size: 20px;

    position: relative;

    display: inline-block;

    padding: 10px 25px;

    color: #fff;
    border-radius: 50%;
}
.index-box .more a span
{
    position: relative;
    z-index: 2;

    display: block;
}
.index-box .more a:after
{
    font-family: 'iconfont' !important;
    font-size: 2.4em;

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

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

    color: #f7a302;
}
@media (min-width: 1200px)
{
    .index-box .more a:hover
    {
        text-decoration: underline;
    }
}
@media (max-width: 1199px)
{
    .index-box .more a
    {
        font-size: 16px;
    }
}
@media (max-width: 480px)
{
    .index-box .more a
    {
        font-size: 14px;
    }
}
.arrow-btn > a,
.slick-slider > a,
.arrow-btn button,
.slick-slider button
{
    line-height: 50px;

    display: inline-block;

    width: 50px;
    height: 50px;

    text-align: center;

    color: #fff;
}
.arrow-btn > a:before,
.slick-slider > a:before,
.arrow-btn button:before,
.slick-slider button:before
{
    font-family: 'iconfont' !important;
    font-size: 14px;
    font-size: 30px;
    font-weight: bold;
    font-style: normal;

    letter-spacing: 0;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1200px)
{
    .arrow-btn > a,
    .slick-slider > a,
    .arrow-btn button,
    .slick-slider button
    {
        -webkit-transition: .3s;
                transition: .3s;
    }
    .arrow-btn > a:hover,
    .slick-slider > a:hover,
    .arrow-btn button:hover,
    .slick-slider button:hover
    {
        box-shadow: inset 0 2px 10px rgba(0, 0, 0, .3);
    }
}
@media (max-width: 1199px)
{
    .arrow-btn > a:active,
    .slick-slider > a:active,
    .arrow-btn button:active,
    .slick-slider button:active
    {
        box-shadow: inset 0 2px 10px rgba(0, 0, 0, .3);
    }
}
@media (max-width: 480px)
{
    .arrow-btn > a,
    .slick-slider > a,
    .arrow-btn button,
    .slick-slider button
    {
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
    .arrow-btn > a:before,
    .slick-slider > a:before,
    .arrow-btn button:before,
    .slick-slider button:before
    {
        font-size: 24px;
    }
}
.arrow-btn .slick-prev,
.slick-slider .slick-prev
{
    background-color: #f7a302;
}
.arrow-btn .slick-prev:before,
.slick-slider .slick-prev:before
{
    content: '\eb61';
}
.arrow-btn .slick-next,
.slick-slider .slick-next
{
    background-color: #00973c;
}
.arrow-btn .slick-next:before,
.slick-slider .slick-next:before
{
    content: '\e62b';
}
.index-about .pic-show
{
    position: relative;

    margin: 40px 0;
    padding-right: 11.5942029%;
}
@media (max-width: 991px)
{
    .index-about .pic-show
    {
        padding-right: 128px;
    }
}
@media (max-width: 480px)
{
    .index-about .pic-show
    {
        margin: 0;
        padding: 0;
    }
}
.index-about .about-arrow
{
    font-size: 0;

    letter-spacing: -8px;
}
@media (min-width: 481px)
{
    .index-about .about-arrow
    {
        position: absolute;
        z-index: 2;
        right: 0;
        bottom: 0;

        -webkit-transform: translateX(50%);
            -ms-transform: translateX(50%);
                transform: translateX(50%);
    }
}
@media (min-width: 481px) and (max-width: 991px)
{
    .index-about .about-arrow
    {
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0);
    }
}
@media (max-width: 480px)
{
    .index-about .about-arrow
    {
        margin-top: 30px;

        text-align: center;
    }
}
.index-about .slick-about
{
    font-size: 0;

    position: relative;

    margin-right: 10px;
    margin-bottom: 10px;

    letter-spacing: -8px;
}
.index-about .slick-about:after
{
    position: absolute;
    z-index: -1;
    right: -10px;
    bottom: -10px;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    background-color: #f7a302;
}
@media (min-width: 481px)
{
    .index-about .slick-about:before
    {
        position: absolute;
        z-index: -2;
        top: 50%;
        right: -15%;

        width: 100%;
        height: -webkit-calc(100% + 80px);
        height:         calc(100% + 80px);

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

        border: 1px dashed #f7a302;
    }
}
@media (min-width: 481px) and (max-width: 991px)
{
    .index-about .slick-about:before
    {
        height: -webkit-calc(100% + 60px);
        height:         calc(100% + 60px);
    }
}
.index-about .slick-about .img-box
{
    padding-bottom: 75%;
}
@media (min-width: 1200px)
{
    .index-about .slick-about .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-about .slick-about .item:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
.index-about .slick-about .video-box
{
    position: relative;

    cursor: pointer;
}
.index-about .slick-about .video-box:after
{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-transform: translateZ(0px);
            transform: translateZ(0px);

    background-color: rgba(247, 163, 2, .4);
}
.index-about .slick-about .video-box:before
{
    font-family: 'iconfont' !important;
    font-size: 50px;
    line-height: 1;

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

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

    color: #fff;
}
.index-about .intro
{
    overflow: hidden;

    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
}
@media only screen and (min-width: 992px)
{
    .index-about .intro
    {
        margin-left: 13.04347826%;
    }
}
@media (max-width: 991px)
{
    .index-about .intro
    {
        margin-top: 60px;
    }
}
@media (max-width: 480px)
{
    .index-about .intro
    {
        margin-top: 25px;

        background-position: center;
        background-size: 70%;
    }
}
.index-about .intro h4
{
    font-size: 25px;
    font-weight: normal;

    margin: 30px 0 20px;

    color: #000;
}
@media (max-width: 991px)
{
    .index-about .intro h4
    {
        margin: 15px 0;
    }
}
@media (max-width: 480px)
{
    .index-about .intro h4
    {
        margin-top: 10px;
    }
}
.index-about .intro p
{
    font-size: 18px;
    line-height: 1.94444444;

    margin: 0;

    color: #666;
}
.index-about .intro img
{
    max-width: 100%;
    height: auto !important;
}
@media (max-width: 1199px)
{
    .index-about .intro h4
    {
        font-size: 22px;
    }
    .index-about .intro p
    {
        font-size: 16px;
    }
}
@media (max-width: 480px)
{
    .index-about .intro p
    {
        font-size: 14px;
    }
}
.index-about .more
{
    margin-top: 60px;

    text-align: right;
}
@media (max-width: 1199px)
{
    .index-about .more
    {
        margin-top: 15px;
    }
}
.product-list
{
    margin-top: -30px;
}
.product-list li
{
    margin-top: 30px;
}
@media (max-width: 480px)
{
    .product-list
    {
        margin: -10px -5px 0;
    }
    .product-list li
    {
        margin-top: 15px;
        padding: 0 5px;
    }
}
.product-list .item
{
    position: relative;
    z-index: 2;

    overflow: hidden;
}
@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 .mask
    {
        height: 100%;

        background-color: rgba(247, 163, 2, .7);
    }
    .product-list .item:hover .name
    {
        position: absolute;
        top: 50%;
        left: 0;

        padding: 12px 25%;

        -webkit-transform: translateY(-40%);
            -ms-transform: translateY(-40%);
                transform: translateY(-40%);
    }
    .product-list .item:hover .name span
    {
        white-space: inherit;
        text-overflow: inherit;
    }
}
.product-list .mask
{
    font-size: 25px;

    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 60px;

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

    color: #fff;
    background-color: #f7a302;
}
@media only screen and (min-width: 992px) and (max-width: 1349px)
{
    .product-list .mask
    {
        font-size: 20px;

        height: 50px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .product-list .mask
    {
        font-size: 18px;

        height: 50px;
    }
}
@media (max-width: 767px)
{
    .product-list .mask
    {
        font-size: 20px;

        height: 50px;
    }
}
@media (max-width: 480px)
{
    .product-list .mask
    {
        font-size: 14px;

        height: 40px;
    }
}
.product-list .name
{
    position: relative;
    top: 0;

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

    -webkit-transition: .5s;
            transition: .5s;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}
@media (max-width: 480px)
{
    .product-list .name
    {
        padding: 8px 20%;
    }
}
.product-list .name a
{
    display: block;
}
.product-list .name a:after
{
    font-family: 'iconfont' !important;
    line-height: 38px;

    display: block;

    width: 38px;
    height: 38px;
    margin: 15px auto 0;

    content: '\e626';

    color: #f7a302;
    border-radius: 65% 55% 60% 60%;
    border-radius: 65% 55% 60% 60% / 60% 69% 50% 65%;
    background-color: #fff;
}
.product-list .name span
{
    display: block;
    overflow: hidden;

    max-width: 100%;

    white-space: nowrap;
    text-overflow: ellipsis;
}
.index-product .title > b
{
    color: #f7a302;
}
.index-product .list .item
{
    border-radius: 65% 55% 60% 60%;
    border-radius: 65% 55% 60% 60% / 60% 69% 50% 65%;
}
.index-case
{
    text-align: center;
}
.index-case .title > b
{
    color: #f7a302;
}
.index-case .intro
{
    margin: 60px 0 150px;
    padding: 70px 0;

    background: url(../images/about-intro-bg.png) repeat-y center;
    background-size: contain;
}
.index-case p
{
    font-size: 20px;
    line-height: 2.25;

    margin: 0;

    color: #000;
}
.index-case .more
{
    margin-top: 30px;
}
.index-case .more a
{
    color: #f7a302;
}
.index-case .more a:after
{
    color: #fff;
}
@media (max-width: 1199px)
{
    .index-case .intro
    {
        margin: 50px 0 100px;
    }
    .index-case p
    {
        font-size: 18px;
        line-height: 2;
    }
}
@media (max-width: 991px)
{
    .index-case .intro
    {
        margin: 40px 0 70px;
        padding: 55px 0;
    }
    .index-case p
    {
        font-size: 17px;
    }
    .index-case .more
    {
        margin-top: 20px;
    }
}
@media (max-width: 767px)
{
    .index-case .intro
    {
        margin: 20px 0;
        padding: 35px 0;
    }
    .index-case p
    {
        font-size: 14px;
    }
    .index-case .more
    {
        margin-top: 10px;
    }
}
.index-service .title
{
    position: relative;
    z-index: 2;
}
.index-service .title > b
{
    color: #f4f1f1;
}
.index-service .intro
{
    margin-top: -130px;
    padding: 0 15px;

    text-align: center;
}
@media (max-width: 1199px)
{
    .index-service .intro
    {
        margin-top: -12%;
    }
}
@media (max-width: 767px)
{
    .index-service .intro
    {
        margin-top: -10%;
    }
}
@media (max-width: 480px)
{
    .index-service .intro
    {
        margin-top: -12%;
    }
}
.index-service .intro img
{
    max-width: 100%;
}
.index-report
{
    position: relative;

    overflow: hidden;

    padding-bottom: 0;
}
@media (max-width: 480px)
{
    .index-report
    {
        padding-top: 30px;
    }
}
.index-report .title
{
    position: relative;
    z-index: 2;

    margin-bottom: 31.77083333%;
}
@media (max-width: 991px)
{
    .index-report .title
    {
        margin-bottom: 37.5%;
    }
}
@media (max-width: 480px)
{
    .index-report .title
    {
        margin-bottom: 41.14583333%;
    }
}
.index-report .title h3 + b
{
    color: #f7a302;
}
.index-report .intro
{
    text-align: center;
}
.index-report .pic-box
{
    position: absolute;
    bottom: 0;
    left: 0;

    width: 100%;
}
.index-report .pic-box img
{
    display: block;

    width: 100%;
}
@media (max-width: 991px)
{
    .index-report .pic-box img
    {
        width: 120%;
        margin-left: -10%;
    }
}
@media (max-width: 767px)
{
    .banner,
    .public-banner
    {
        margin-top: 5%;
    }
}
@media (max-width: 480px)
{
    .banner,
    .public-banner
    {
        margin-top: 10%;
    }
}
.public-banner
{
    position: relative;

    overflow: hidden;

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

    display: block;

    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
@media (max-width: 991px)
{
    .public-banner img
    {
        width: 190%;
    }
}
@media (max-width: 480px)
{
    .public-banner img
    {
        width: 210%;
    }
}
.public-banner .intro
{
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 0;

    width: 100%;

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

    color: #f24d5c;
}
.public-banner .intro h3
{
    font-size: 25px;
    font-weight: bold;

    margin: 0 0 11px;
}
.public-banner .intro p
{
    margin: 0;

    white-space: nowrap;
}
.public-banner .intro p:before,
.public-banner .intro p:after,
.public-banner .intro p span
{
    display: inline-block;

    vertical-align: middle;
}
.public-banner .intro p:before,
.public-banner .intro p:after
{
    width: 80px;
    height: 1px;

    content: '';

    background-color: #f24d5c;
}
.public-banner .intro span
{
    font-size: 16px;

    margin: 0 10px;

    text-transform: uppercase;
}
@media (max-width: 991px)
{
    .public-banner .intro h3
    {
        font-size: 20px;

        margin-bottom: 5px;
    }
    .public-banner .intro p:before,
    .public-banner .intro p:after
    {
        width: 50px;
    }
    .public-banner .intro span
    {
        font-size: 14px;

        margin: 0 5px;
    }
}
@media (max-width: 767px)
{
    .public-banner .intro h3
    {
        font-size: 16px;

        margin-bottom: 5px;
    }
    .public-banner .intro p:before,
    .public-banner .intro p:after
    {
        width: 30px;
    }
    .public-banner .intro span
    {
        font-size: 12px;

        margin: 0 3px;
    }
}
@media (max-width: 480px)
{
    .public-banner .intro
    {
        -webkit-transform: translateY(70%);
            -ms-transform: translateY(70%);
                transform: translateY(70%);
    }
    .public-banner .intro h3
    {
        font-size: 3.5vmin;

        margin-bottom: 0;
    }
    .public-banner .intro p:before,
    .public-banner .intro p:after
    {
        width: 20px;
    }
    .public-banner .intro span
    {
        font-size: 2.5vmin;

        margin: 0 2px;
    }
}
.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: #f7a302;
}
@media (min-width: 1200px)
{
    .inside-nav li a:hover
    {
        text-decoration: underline;

        color: #f7a302;
    }
}
.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: #f7a302;
    }
}
@media (max-width: 1199px)
{
    .breadcrumb li a:active
    {
        text-decoration: underline;

        color: #f7a302;
    }
}
.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 60px;

    background: top center no-repeat;
}
@media (max-width: 1199px)
{
    .inside-page .content
    {
        padding: 65px 0;
    }
}
@media (max-width: 991px)
{
    .inside-page .content
    {
        padding: 50px 0;
    }
}
@media (max-width: 767px)
{
    .inside-page .content
    {
        padding: 45px 0;
    }
}
.news-wrap .list
{
    zoom: 1;
}
.news-wrap .list:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
@media (max-width: 1199px)
{
    .news-wrap .list
    {
        margin: -35px -15px 0;
    }
}
@media (max-width: 767px)
{
    .news-wrap .list
    {
        margin-top: -25px;
    }
}
.news-wrap .list .item
{
    position: relative;
}
.news-wrap .list img
{
    width: 100%;
    height: auto !important;
}
.news-wrap .list h4
{
    font-size: 25px;

    overflow: hidden;

    margin: 25px 0 10px;

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

    color: #000;
}
.news-wrap .list p
{
    font-size: 18px;
    line-height: 1.66666667;

    display: -webkit-box;
    overflow: hidden;

    height: 60px;
    margin: 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.news-wrap .list .date
{
    text-align: center;
}
.news-wrap .list .pic-box
{
    position: relative;
}
@media (max-width: 1199px)
{
    .news-wrap .list .more
    {
        display: none;
    }
}
.news-wrap .list li
{
    float: left;
}
@media (min-width: 1200px)
{
    .news-wrap .list li:first-child
    {
        width: 570px;
        margin-right: 30px;
    }
    .news-wrap .list li:first-child .date
    {
        position: absolute;
        z-index: 2;
        top: 0;
        left: 0;

        padding: 10px 9px;

        color: #fff;
        background-color: #f7a302;
    }
    .news-wrap .list li:first-child .day
    {
        font-size: 25px;
        line-height: 1.2;
    }
    .news-wrap .list li:first-child .pic-box
    {
        overflow: hidden;
    }
    .news-wrap .list li:first-child .more
    {
        margin-top: 40px;
    }
    .news-wrap .list li:first-child .more a
    {
        font-size: 18px;

        position: relative;

        display: inline-block;

        padding: 5px 13px;

        color: #fff;
    }
    .news-wrap .list li:first-child .more a:after
    {
        font-family: 'iconfont' !important;
        font-size: 2em;

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

        display: block;

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

        color: #f7a302;
    }
    .news-wrap .list li:not(:first-child)
    {
        width: -webkit-calc(100% - 600px);
        width:         calc(100% - 600px);
    }
    .news-wrap .list li:not(:first-child):hover .pic-box
    {
        opacity: 1;
    }
    .news-wrap .list li:not(:first-child):hover p
    {
        color: #000;
    }
    .news-wrap .list li:not(:first-child):hover .date
    {
        color: #fff;
    }
    .news-wrap .list li:not(:first-child) .item
    {
        overflow: hidden;

        padding: 15px 0 15px 120px;

        border-top: 1px solid #d6d6d6;
    }
    .news-wrap .list li:not(:first-child) .pic-box
    {
        position: absolute;
        top: 50%;
        left: 0;

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

        opacity: 0;
    }
    .news-wrap .list li:not(:first-child) .pic-box:before
    {
        position: absolute;
        z-index: 2;
        top: 0;
        left: 0;

        width: 100%;
        height: 100%;

        content: '';

        background-color: rgba(247, 163, 2, .6);
    }
    .news-wrap .list li:not(:first-child) .intro
    {
        position: relative;
        z-index: 2;
    }
    .news-wrap .list li:not(:first-child) h4
    {
        margin: 5px 0;
    }
    .news-wrap .list li:not(:first-child) .date
    {
        position: absolute;
        z-index: 2;
        top: 0;
        left: 5px;

        color: #a4a3a3;
    }
    .news-wrap .list li:not(:first-child) .day
    {
        font-size: 55px;
    }
    .news-wrap .list li:not(:first-child) .year
    {
        font-size: 20px;
    }
    .news-wrap .list li:not(:first-child) .more
    {
        display: none;
    }
}
@media (min-width: 1200px) and (max-width: 1349px)
{
    .news-wrap .list li:first-child
    {
        width: 520px;
    }
}
@media (min-width: 1200px) and (min-width: 1200px)
{
    .news-wrap .list li:first-child .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 li:first-child .item:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
@media (min-width: 1200px) and (min-width: 1200px)
{
    .news-wrap .list li:first-child .more a:after
    {
        -webkit-transition: .5s;
                transition: .5s;
    }
    .news-wrap .list li:first-child .more a:hover:after
    {
        color: #e49704;
    }
}
@media (min-width: 1200px) and (max-width: 1199px)
{
    .news-wrap .list li:first-child .more a:active:after
    {
        color: #e49704;
    }
}
@media (min-width: 1200px) and (max-width: 1349px)
{
    .news-wrap .list li:not(:first-child)
    {
        width: -webkit-calc(100% - 550px);
        width:         calc(100% - 550px);
    }
}
@media (min-width: 1200px) and (max-width: 1349px)
{
    .news-wrap .list li:not(:first-child) .item
    {
        padding-left: 100px;
    }
}
@media (min-width: 1200px) and (max-width: 1349px)
{
    .news-wrap .list li:not(:first-child) h4
    {
        font-size: 22px;
    }
}
@media (min-width: 1200px) and (max-width: 1349px)
{
    .news-wrap .list li:not(:first-child) p
    {
        font-size: 16px;

        height: 52px;
    }
}
@media (min-width: 1200px) and (max-width: 1349px)
{
    .news-wrap .list li:not(:first-child) .date
    {
        top: 8px;
    }
}
@media (min-width: 1200px) and (max-width: 1349px)
{
    .news-wrap .list li:not(:first-child) .day
    {
        font-size: 46px;
    }
}
@media (min-width: 1200px) and (max-width: 1349px)
{
    .news-wrap .list li:not(:first-child) .year
    {
        font-size: 18px;
    }
}
@media (max-width: 1199px)
{
    .news-wrap .list li
    {
        width: 50%;
        margin-top: 35px;
        padding: 0 15px;
    }
    .news-wrap .list li .date
    {
        position: absolute;
        z-index: 2;
        top: 0;
        left: 0;

        padding: 10px 9px;

        color: #fff;
        background-color: #f7a302;
    }
    .news-wrap .list li .day
    {
        font-size: 25px;
        line-height: 1.2;
    }
    .news-wrap .list li h4
    {
        height: 28px;
    }
}
@media (max-width: 991px)
{
    .news-wrap .list li h4
    {
        font-size: 22px;

        height: 24px;
        margin-top: 20px;
    }
    .news-wrap .list li p
    {
        font-size: 16px;

        height: 52px;
    }
}
@media (max-width: 767px)
{
    .news-wrap .list li
    {
        margin-top: 30px;
    }
    .news-wrap .list li h4
    {
        font-size: 18px;

        height: 20px;
        margin-top: 20px;
    }
    .news-wrap .list li p
    {
        font-size: 14px;

        height: 46px;
    }
    .news-wrap .list li .day
    {
        font-size: 18px;
    }
    .news-wrap .list li .year
    {
        font-size: 12px;
    }
}
@media (max-width: 480px)
{
    .news-wrap .list li
    {
        width: 100%;
    }
}
.news-wrap .page
{
    padding-top: 80px;
}
@media (max-width: 1349px)
{
    .news-wrap .page
    {
        padding-top: 70px;
    }
}
@media (max-width: 1199px)
{
    .news-wrap .page
    {
        padding-top: 60px;
    }
}
@media (max-width: 991px)
{
    .news-wrap .page
    {
        padding-top: 45px;
    }
}
@media (max-width: 767px)
{
    .news-wrap .page
    {
        padding-top: 25px;
    }
}
.news-details-wrap .info
{
    text-align: center;
}
.news-details-wrap .info h1
{
    font-size: 25px;
    font-weight: normal;

    margin: 0;

    color: #2c2b2b;
}
@media (max-width: 480px)
{
    .news-details-wrap .info h1
    {
        font-size: 22px;
    }
}
.news-details-wrap .info .date
{
    font-size: 12px;

    margin: 10px 0;

    color: #ababae;
}
.news-details-wrap .info .date:before
{
    font-family: 'iconfont' !important;

    margin-right: 5px;

    content: '\e674';
}
.news-details-wrap .intro img
{
    max-width: 100%;
    height: auto !important;
}
.news-details-wrap .intro p
{
    font-size: 18px;
    line-height: 1.94444444;

    margin: 0;

    color: #2c2b2b;
}
@media (max-width: 991px)
{
    .news-details-wrap .intro p
    {
        font-size: 16px;
    }
}
@media (max-width: 480px)
{
    .news-details-wrap .intro p
    {
        font-size: 14px;
    }
}
.news-details-wrap .news-page
{
    position: relative;

    overflow: hidden;

    margin-top: 30px;
    padding-top: 20px;
    /*padding-top: 10px;*/

    border-top: 1px solid #585858;
}
@media only screen and (min-width: 768px)
{
    .news-details-wrap .news-page
    {
        padding-right: 170px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .news-details-wrap .news-page
    {
        padding-right: 110px;
    }
}
@media (max-width: 767px)
{
    .news-details-wrap .news-page
    {
        margin-top: 30px;
    }
}
.news-details-wrap .news-page p
{
    font-size: 14px;
    line-height: 30px;

    position: relative;

    overflow: hidden;

    margin: 0;
    padding-left: 15px;

    -webkit-transition: .3s;
            transition: .3s;
    white-space: nowrap;
    text-overflow: ellipsis;

    color: #666;
}
.news-details-wrap .news-page p:before
{
    font-family: 'iconfont' !important;

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

    content: '\e62b';

    opacity: 0;
    color: #f7a302;
}
@media (min-width: 1200px)
{
    .news-details-wrap .news-page p:hover
    {
        color: #000;
    }
    .news-details-wrap .news-page p:hover:before
    {
        -webkit-transition: .3s;
                transition: .3s;
        -webkit-transition-delay: .1s;
                transition-delay: .1s;

        opacity: 1;
    }
    .news-details-wrap .news-page p:hover a
    {
        text-decoration: underline;
    }
}
.news-details-wrap .news-page p span
{
    margin-right: 5px;
}
.news-details-wrap .news-page .back
{
    position: absolute;
    top: 20px;
    right: 0;

    display: block;

    padding: 5px 17px;

    color: #f7a302;
    color: #fff;
    background-color: #f7a302;
}
@media (max-width: 767px)
{
    .news-details-wrap .news-page .back
    {
        position: relative;
        top: 0;

        float: right;

        margin-top: 15px;
    }
}
@media (min-width: 1200px)
{
    .news-details-wrap .news-page .back
    {
        -webkit-transition: .3s;
                transition: .3s;
    }
    .news-details-wrap .news-page .back:hover
    {
        box-shadow: inset 0 2px 10px rgba(0, 0, 0, .3);
    }
}
.product-nav
{
    margin-bottom: 65px;

    text-align: center;
}
@media (max-width: 1199px)
{
    .product-nav
    {
        margin-bottom: 50px;
    }
}
@media (max-width: 991px)
{
    .product-nav
    {
        margin-bottom: 40px;
        padding-top: 10px;
    }
}
@media (max-width: 767px)
{
    .product-nav
    {
        margin-bottom: 20px;
        padding-top: 5px;
    }
}
.product-nav ul
{
    margin: 0 -18px;
}
@media (max-width: 767px)
{
    .product-nav ul
    {
        margin: 0 -8px;
    }
}
.product-nav li
{
    font-size: 25px;

    display: inline-block;

    padding: 0 25px;

    color: #000;
}
@media (max-width: 1199px)
{
    .product-nav li
    {
        font-size: 22px;

        padding: 0 15px;
    }
}
@media (max-width: 991px)
{
    .product-nav li
    {
        font-size: 18px;

        padding: 0 5px;
    }
}
@media (max-width: 767px)
{
    .product-nav li
    {
        font-size: 14px;

        margin-top: 5px;
        padding: 0;
    }
}
.product-nav a
{
    position: relative;

    display: block;

    padding: 8px 20px;

    border-radius: 50%;
}
.product-nav a,
.product-nav a:before
{
    -webkit-transition: .3s;
            transition: .3s;
}
.product-nav a:before
{
    position: absolute;
    z-index: 2;
    bottom: 100%;
    left: 50%;

    width: 70px;
    height: 45px;
    margin-bottom: -8px;
    margin-left: -35px;

    content: '';

    opacity: 0;
    background: url(../images/imgs/active.png) no-repeat center bottom;
    background-size: contain;
}
@media (max-width: 1199px)
{
    .product-nav a:before
    {
        width: 60px;
        height: 40px;
        margin-bottom: -6px;
        margin-left: -30px;
    }
}
@media (max-width: 767px)
{
    .product-nav a:before
    {
        width: 40px;
        margin-bottom: -5px;
        margin-left: -20px;
    }
}
@media (min-width: 1200px)
{
    .product-nav a:hover
    {
        color: #fff;
        background-color: #f7a302;
    }
    .product-nav a:hover:before
    {
        opacity: 1;
    }
}
.product-nav .active a
{
    color: #fff;
    background-color: #f7a302;
}
.product-nav .active a:before
{
    opacity: 1;
}
.product-wrap .product-list .img-box:before,
.case-wrap .list .img-box:before
{
    position: absolute;
    z-index: 10;
    top: 10px;
    right: 20px;

    width: 70px;
    height: 50px;

    content: '';

    background: url(../images/imgs/watermark.png) no-repeat center;
    background-size: contain;
}
.product-wrap .product-list .mask,
.slick-related .mask
{
    height: 40px;

    background-color: rgba(247, 163, 2, .8);
}
@media (max-width: 1349px)
{
    .product-wrap .product-list .mask,
    .slick-related .mask
    {
        height: 35px;
    }
}
@media (max-width: 1199px)
{
    .product-wrap .product-list .mask,
    .slick-related .mask
    {
        height: 30px;
    }
}
@media (max-width: 991px)
{
    .product-wrap .product-list .mask,
    .slick-related .mask
    {
        font-size: 18px;
    }
}
@media (max-width: 480px)
{
    .product-wrap .product-list .mask,
    .slick-related .mask
    {
        height: 40px;
    }
}
.product-wrap .product-list .name,
.slick-related .name
{
    padding: 3px 5%;
}
@media (max-width: 480px)
{
    .product-wrap .product-list .name,
    .slick-related .name
    {
        padding: 8px 5%;
    }
}
@media (min-width: 1200px)
{
    .product-wrap .product-list .item:hover .name,
    .slick-related .item:hover .name
    {
        padding: 12px 5%;

        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
    }
}
@media (max-width: 480px)
{
    .product-wrap .product-list li
    {
        width: 100%;
    }
}
.product-wrap .page
{
    padding-top: 80px;
}
@media (max-width: 1199px)
{
    .product-wrap .page
    {
        padding-top: 50px;
    }
}
@media (max-width: 991px)
{
    .product-wrap .page
    {
        padding-top: 30px;
    }
}
@media (max-width: 767px)
{
    .product-wrap .page
    {
        padding-top: 20px;
    }
}
@media only screen and (min-width: 768px)
{
    .product-details-wrap .product-nav
    {
        margin-bottom: 35px;
    }
}
.product-details-wrap .list-title h4,
.product-details-wrap h1
{
    font-size: 35px;
    font-weight: normal;

    margin: 0;
    padding: 15px 30px;

    color: #fff;
    background-color: #f7a302;
}
@media (max-width: 1199px)
{
    .product-details-wrap .list-title h4,
    .product-details-wrap h1
    {
        font-size: 28px;
    }
}
@media (max-width: 991px)
{
    .product-details-wrap .list-title h4,
    .product-details-wrap h1
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .product-details-wrap .list-title h4,
    .product-details-wrap h1
    {
        font-size: 20px;

        padding: 12px 15px;
    }
}
.product-details-wrap .carousel-wrap
{
    zoom: 1;
}
.product-details-wrap .carousel-wrap:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
.product-details-wrap .carousel-wrap .img-box
{
    padding-bottom: 108.77192982%;
}
@media only screen and (min-width: 992px)
{
    .product-details-wrap .carousel-wrap > div
    {
        float: left;
    }
}
.product-details-wrap .carousel-wrap .carousel-box
{
    font-size: 0;

    letter-spacing: -8px;
}
@media only screen and (min-width: 992px)
{
    .product-details-wrap .carousel-wrap .carousel-box
    {
        width: 51.06382979%;
    }
}
@media (max-width: 991px)
{
    .product-details-wrap .carousel-wrap .carousel-box
    {
        width: 570px;
        max-width: 100%;
        margin: 0 auto 35px;
    }
}
.product-details-wrap .carousel-wrap .carousel
{
    position: relative;
}
@media (min-width: 1200px)
{
    .product-details-wrap .carousel-wrap .carousel
    {
        padding-right: 150px;
    }
}
@media (min-width: 1200px) and (max-width: 1469px)
{
    .product-details-wrap .carousel-wrap .carousel
    {
        padding-right: 140px;
    }
}
@media (min-width: 1200px) and (max-width: 1349px)
{
    .product-details-wrap .carousel-wrap .carousel
    {
        padding-right: 120px;
    }
}
@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-for:before
{
    position: absolute;
    z-index: 10;
    top: 15px;
    right: 30px;

    display: block;

    width: 120px;
    height: 90px;

    content: '';

    background: url(../images/imgs/watermark.png) no-repeat center;
    background-size: contain;
}
@media (max-width: 480px)
{
    .product-details-wrap .carousel-wrap .slider-for:before
    {
        top: 10px;
        right: 10px;

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

        width: 120px;

        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
    }
    .product-details-wrap .carousel-wrap .slider-nav .slick-list
    {
        margin: -10px 0;
    }
    .product-details-wrap .carousel-wrap .slider-nav .slick-slide
    {
        padding: 10px 0;
    }
}
@media (min-width: 1200px) and (max-width: 1469px)
{
    .product-details-wrap .carousel-wrap .slider-nav
    {
        width: 110px;
    }
}
@media (min-width: 1200px) and (max-width: 1349px)
{
    .product-details-wrap .carousel-wrap .slider-nav
    {
        width: 95px;
    }
}
@media (max-width: 1199px)
{
    .product-details-wrap .carousel-wrap .slider-nav
    {
        margin-top: 20px;
    }
}
@media (max-width: 1199px)
{
    .product-details-wrap .carousel-wrap .slider-nav .slick-list
    {
        margin: 0 -5px;
    }
}
.product-details-wrap .carousel-wrap .slider-nav .slick-slide
{
    border: none;
}
@media (max-width: 1199px)
{
    .product-details-wrap .carousel-wrap .slider-nav .slick-slide
    {
        padding: 2px 10px;
    }
}
.product-details-wrap .carousel-wrap .slider-nav .slick-slide .item
{
    border: 1px solid #000;
}
.product-details-wrap .carousel-wrap .slider-nav .slick-current .item
{
    border-color: #f7a302;
}
.product-details-wrap .carousel-wrap .slider-nav .slick-arrow
{
    font-size: 22px;
    font-weight: bold;

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

    padding: 0;

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

    color: #999;
    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
{
    color: #f7a302;
}
@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
{
    left: 0;
}
.product-details-wrap .carousel-wrap .slider-nav .slick-prev:before
{
    content: '\e601';
}
.product-details-wrap .carousel-wrap .slider-nav .slick-next
{
    right: 0;
}
.product-details-wrap .carousel-wrap .slider-nav .slick-next:before
{
    content: '\e827';
}
.product-details-wrap .carousel-wrap .info-box
{
    position: relative;
}
@media only screen and (min-width: 992px)
{
    .product-details-wrap .carousel-wrap .info-box
    {
        width: 48.93617021%;
        padding-left: 30px;
    }
}
.product-details-wrap .carousel-wrap .intro-wrap
{
    position: relative;

    overflow: hidden;

    margin-bottom: 35px;
}
@media only screen and (min-width: 1200px)
{
    .product-details-wrap .carousel-wrap .intro-wrap
    {
        min-height: 530px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1469px)
{
    .product-details-wrap .carousel-wrap .intro-wrap
    {
        min-height: 470px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1349px)
{
    .product-details-wrap .carousel-wrap .intro-wrap
    {
        min-height: 410px;
    }
}
@media (max-width: 480px)
{
    .product-details-wrap .carousel-wrap .intro-wrap
    {
        margin-bottom: 0;
    }
}
.product-details-wrap .carousel-wrap .intro-wrap img
{
    max-width: 100%;
    height: auto !important;
}
.product-details-wrap .carousel-wrap .info
{
    padding: 25px 0 0 30px;
}
.product-details-wrap .carousel-wrap .info h2
{
    font-size: 25px;
    font-weight: normal;

    margin: 0 0 10px;
}
.product-details-wrap .carousel-wrap .info p
{
    font-size: 18px;
    line-height: 1.94444444;

    margin: 0;

    color: #666;
}
@media (max-width: 1199px)
{
    .product-details-wrap .carousel-wrap .info h2
    {
        font-size: 22px;
    }
    .product-details-wrap .carousel-wrap .info p
    {
        font-size: 16px;
    }
}
@media (max-width: 991px)
{
    .product-details-wrap .carousel-wrap .info h2
    {
        font-size: 20px;
    }
    .product-details-wrap .carousel-wrap .info p
    {
        font-size: 15px;
    }
}
@media (max-width: 767px)
{
    .product-details-wrap .carousel-wrap .info
    {
        padding-left: 15px;
    }
    .product-details-wrap .carousel-wrap .info h2
    {
        font-size: 18px;
    }
    .product-details-wrap .carousel-wrap .info p
    {
        font-size: 14px;
    }
}
.product-details-wrap .carousel-wrap .fun-btn
{
    overflow: hidden;

    padding-left: 30px;
}
@media (max-width: 767px)
{
    .product-details-wrap .carousel-wrap .fun-btn
    {
        padding-left: 15px;
    }
}
.product-details-wrap .carousel-wrap .share-box
{
    float: left;

    margin-top: 20px;
}
@media (max-width: 480px)
{
    .product-details-wrap .carousel-wrap .share-box
    {
        margin-top: 25px;
    }
}
.product-details-wrap .carousel-wrap .share-box > *
{
    display: inline-block;

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

    margin-right: 5px;

    color: #666;
}
.product-details-wrap .carousel-wrap .arrow-btn
{
    float: right;
}
@media (max-width: 480px)
{
    .product-details-wrap .carousel-wrap .arrow-btn
    {
        margin-top: 15px;
        margin-left: 15px;
    }
}
.product-details-wrap .list-title
{
    position: relative;

    margin-top: 80px;
    margin-bottom: 25px;
}
@media (max-width: 1349px)
{
    .product-details-wrap .list-title
    {
        margin-top: 60px;
    }
}
@media (max-width: 1199px)
{
    .product-details-wrap .list-title
    {
        margin-top: 50px;
    }
}
@media (max-width: 767px)
{
    .product-details-wrap .list-title
    {
        margin-top: 40px;
    }
}
.product-details-wrap .slick-related
{
    overflow: hidden;

    margin: 0;
    padding: 0 10px;
}
@media (max-width: 1199px)
{
    .product-details-wrap .slick-related
    {
        padding: 0;
    }
}
@media (max-width: 1199px)
{
    .product-details-wrap .slick-related .slick-list
    {
        margin: 0 -10px;
    }
}
.product-details-wrap .slick-related .slick-slide
{
    padding: 0 15px;
}
.product-details-wrap .slick-related .slick-dots > li
{
    margin-top: 10px;

    background-color: #f7a302;
}
.product-details-wrap .slick-related .slick-arrow
{
    position: absolute;
    z-index: 2;
    top: 30%;
}
.product-details-wrap .slick-related .slick-prev
{
    left: 0;
}
.product-details-wrap .slick-related .slick-next
{
    right: 0;
}
.product-details-wrap .slick-related .img-box:before,
.product-details-wrap .slick-related .mask
{
    -webkit-transform: translateZ(0px);
            transform: translateZ(0px);
}
.inquiry-form
{
    margin-top: 75px;
}
@media (max-width: 1199px)
{
    .inquiry-form
    {
        margin-top: 60px;
    }
}
@media (max-width: 991px)
{
    .inquiry-form
    {
        margin-top: 50px;
    }
}
@media (max-width: 767px)
{
    .inquiry-form
    {
        margin-top: 35px;
    }
}
.inquiry-form h3
{
    font-size: 35px;
    font-weight: normal;

    margin: 0 0 15px;
}
@media (max-width: 991px)
{
    .inquiry-form h3
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .inquiry-form h3
    {
        font-size: 22px;
    }
}
.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: 10px;
    padding: 13px 21px;

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

        padding: 10px 15px;
    }
}
.inquiry-form form .pro-name
{
    background: #f6f6f6;
}
.inquiry-form form textarea
{
    height: 115px;
}
.inquiry-form form .submit
{
    font-size: 25px;
    font-weight: normal;

    position: relative;

    display: block;

    margin-top: 25px;
    padding: 3px 20px;

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

    color: #fff;
    background: none;
}
.inquiry-form form .submit:before,
.inquiry-form form .submit span
{
    display: inline-block;

    vertical-align: middle;
}
.inquiry-form form .submit:before,
.inquiry-form form .submit:after
{
    font-family: 'iconfont' !important;
    font-style: normal;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.inquiry-form form .submit:before
{
    font-size: 1.4em;

    margin-right: 2px;

    content: '\e6cf';
}
.inquiry-form form .submit:after
{
    font-size: 2em;

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

    display: block;

    content: '\e62e';
    -webkit-transition: .3s;
            transition: .3s;
    -webkit-transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);

    color: #f7a302;
}
@media (min-width: 1200px)
{
    .inquiry-form form .submit:hover:after
    {
        color: #e89b06;
    }
}
@media (max-width: 767px)
{
    .inquiry-form form .submit
    {
        font-size: 18px;

        margin-top: 15px;
    }
}
.case-wrap .list
{
    margin-top: -30px;
}
@media (max-width: 480px)
{
    .case-wrap .list
    {
        margin-top: -10px;
    }
}
.case-wrap .list li
{
    margin-top: 30px;
}
@media (max-width: 480px)
{
    .case-wrap .list li
    {
        width: 100%;
        margin-top: 10px;
    }
}
.case-wrap .list .img-box
{
    padding-bottom: 108.77192982%;
}
@media (min-width: 1200px)
{
    .case-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;
    }
    .case-wrap .list .item:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
@media (min-width: 1200px)
{
    .case-wrap .list .item:hover .intro
    {
        background-color: #f7a302;
    }
    .case-wrap .list .item:hover h4,
    .case-wrap .list .item:hover p,
    .case-wrap .list .item:hover .star
    {
        color: #fff;
    }
    .case-wrap .list .item:hover h4:after
    {
        background-color: #fff;
    }
    .case-wrap .list .item:hover .star
    {
        opacity: 1;
    }
}
.case-wrap .list .intro
{
    padding: 15px;

    -webkit-transition: .4s;
            transition: .4s;
    text-align: center;
}
.case-wrap .list h4
{
    font-size: 25px;

    margin: 0 0 15px;

    color: #000;
}
.case-wrap .list h4:after
{
    display: block;

    width: 60px;
    height: 1px;
    margin: 8px auto 0;

    content: '';

    background-color: #f7a302;
}
.case-wrap .list h4 span
{
    display: block;
    overflow: hidden;

    height: 28px;

    white-space: nowrap;
    text-overflow: ellipsis;
}
.case-wrap .list p
{
    font-size: 20px;

    overflow: hidden;

    height: 28px;

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

    color: #666;
}
.case-wrap .list .star
{
    font-size: 24px;
    line-height: 1;
}
@media (min-width: 1200px)
{
    .case-wrap .list .star
    {
        opacity: 0;
    }
}
@media (max-width: 1199px)
{
    .case-wrap .list .star
    {
        color: #f7a302;
    }
}
@media (max-width: 991px)
{
    .case-wrap .list h4 span,
    .case-wrap .list p
    {
        height: 22px;
    }
    .case-wrap .list h4
    {
        font-size: 20px;

        margin-bottom: 10px;
    }
    .case-wrap .list p
    {
        font-size: 16px;

        margin-bottom: 5px;
    }
}
.case-wrap .page
{
    margin-top: 30px;
}
@media (max-width: 991px)
{
    .case-wrap .page
    {
        margin-top: 10px;
    }
}
@media (max-width: 767px)
{
    .case-wrap .page
    {
        margin-top: 0;
    }
}
.case-details-wrap .intro h1
{
    font-size: 25px;

    margin: 0 0 20px;

    text-align: center;

    color: #000;
}
.case-details-wrap .intro p
{
    font-size: 18px;
    line-height: 1.94444444;

    margin: 0;

    color: #666;
}
.case-details-wrap .intro img
{
    max-width: 100%;
    height: auto !important;
}
@media (max-width: 767px)
{
    .case-details-wrap .intro p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .case-details-wrap .intro h1
    {
        font-size: 22px;
    }
    .case-details-wrap .intro p
    {
        font-size: 14px;
    }
}
.case-details-wrap .list
{
    font-size: 0;

    letter-spacing: -8px;
}
@media (max-width: 767px)
{
    .case-details-wrap .list
    {
        margin: 0 -10px;
    }
}
.case-details-wrap .list li
{
    font-size: 14px;

    display: inline-block;
    float: none;

    margin-top: 20px;

    vertical-align: top;
    letter-spacing: 0;
}
@media (max-width: 767px)
{
    .case-details-wrap .list li
    {
        width: 50%;
        margin-top: 10px;
        padding: 0 10px;
    }
}
.case-details-wrap .list .img-box
{
    padding-bottom: 127.27272727%;
}
.case-details-wrap .list .name
{
    font-size: 25px;

    margin-top: 10px;

    color: #000;
}
@media (max-width: 991px)
{
    .case-details-wrap .list .name
    {
        font-size: 20px;

        margin-top: 5px;
    }
}
@media (max-width: 767px)
{
    .case-details-wrap .list .name
    {
        font-size: 18px;
    }
}
@media (max-width: 480px)
{
    .case-details-wrap .list .name
    {
        font-size: 16px;
    }
}
.about-wrap .index-box
{
    padding: 0 0 35px;
}
@media only screen and (min-width: 992px)
{
    .about-wrap .index-box .row
    {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;
    }
    .about-wrap .index-box .intro
    {
        position: relative;

        height: 100%;
        padding-top: 3%;
    }
}
.about-wrap .info-wrap
{
    overflow: hidden;

    padding-top: 100px;
}
@media (max-width: 480px)
{
    .about-wrap .info-wrap
    {
        padding-top: 0;
    }
}
.about-wrap .info-wrap .pic-box
{
    position: relative;

    width: 760px;
    max-width: 100%;
    padding-right: 160px;
}
@media only screen and (min-width: 992px)
{
    .about-wrap .info-wrap .pic-box
    {
        float: right;

        margin-left: 30px;
    }
}
@media (max-width: 991px)
{
    .about-wrap .info-wrap .pic-box
    {
        margin-bottom: 30px;
        padding-right: 10%;
    }
}
@media (max-width: 480px)
{
    .about-wrap .info-wrap .pic-box
    {
        margin-bottom: 20px;
        padding-right: 0;
    }
}
.about-wrap .info-wrap img
{
    display: block;

    max-width: 100%;
    height: auto !important;
}
.about-wrap .info-wrap .mask-logo
{
    position: absolute;
    z-index: -1;
    top: -100px;
    right: 0;

    width: 480px;
}
@media (max-width: 991px)
{
    .about-wrap .info-wrap .mask-logo
    {
        width: 70%;
    }
}
@media (max-width: 767px)
{
    .about-wrap .info-wrap .mask-logo
    {
        top: auto;
        bottom: 30px;
    }
}
@media (max-width: 480px)
{
    .about-wrap .info-wrap .mask-logo
    {
        display: none;
    }
}
.about-wrap .info-wrap .name
{
    font-size: 18px;

    position: absolute;
    z-index: 3;
    right: 100px;
    bottom: 40px;

    padding: 7px 15px;

    color: #fefefe;
    background-color: #f8b003;
}
.about-wrap .info-wrap .name:before,
.about-wrap .info-wrap .name span
{
    display: inline-block;

    vertical-align: middle;
}
.about-wrap .info-wrap .name:before
{
    width: 90px;
    height: 1px;
    margin-right: 8px;

    content: '';

    background: url(../images/imgs/manager-line.png) no-repeat center;
}
@media (max-width: 991px)
{
    .about-wrap .info-wrap .name
    {
        right: 5%;
    }
}
@media (max-width: 480px)
{
    .about-wrap .info-wrap .name
    {
        font-size: 14px;

        right: 0;
        bottom: 5%;
    }
}
.about-wrap .info-wrap p
{
    font-size: 18px;
    line-height: 1.94444444;

    margin: 0;

    color: #666;
}
@media (max-width: 991px)
{
    .about-wrap .info-wrap p
    {
        font-size: 16px;
    }
}
@media (max-width: 480px)
{
    .about-wrap .info-wrap p
    {
        font-size: 14px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1349px)
{
    .about-wrap .info-wrap
    {
        padding-top: 70px;
    }
    .about-wrap .info-wrap .pic-box
    {
        width: 650px;
    }
    .about-wrap .info-wrap .mask-logo
    {
        width: 400px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .about-wrap .info-wrap
    {
        padding-top: 70px;
    }
    .about-wrap .info-wrap .pic-box
    {
        width: 550px;
        padding-right: 100px;
    }
    .about-wrap .info-wrap .mask-logo
    {
        width: 380px;
    }
}
.about-wrap .team
{
    margin-top: 25px;
}
.about-wrap .team h3
{
    font-size: 25px;

    margin: 0 0 25px;
    padding-left: 22px;

    color: #000;
}
@media (max-width: 1199px)
{
    .about-wrap .team h3
    {
        padding-left: 0;
    }
}
@media (max-width: 480px)
{
    .about-wrap .team h3
    {
        font-size: 22px;

        margin-bottom: 20px;
    }
}
.about-wrap .slick-team
{
    position: relative;

    padding: 0 10px;
}
.about-wrap .slick-team .slick-slide
{
    padding: 0 15px;
}
.about-wrap .slick-team .img-box
{
    padding-bottom: 73.33333333%;
}
.about-wrap .slick-team .slick-dots li
{
    background-color: #f7a302;
}
.about-wrap .slick-team .slick-arrow
{
    position: absolute;
    z-index: 2;
    top: 30%;
}
.about-wrap .slick-team .slick-prev
{
    left: 0;
}
.about-wrap .slick-team .slick-next
{
    right: 0;
}
@media (max-width: 1199px)
{
    .about-wrap .slick-team
    {
        padding: 0;
    }
    .about-wrap .slick-team .slick-list
    {
        margin: 0 -15px;
    }
}
.contact-wrap
{
    position: relative;
}
.contact-wrap h4
{
    font-size: 35px;
    font-weight: normal;

    margin: 0 0 25px;

    color: #282727;
}
@media (max-width: 1199px)
{
    .contact-wrap h4
    {
        font-size: 28px;
    }
}
@media (max-width: 767px)
{
    .contact-wrap h4
    {
        font-size: 24px;

        margin: 10px 0 15px;
    }
}
.contact-wrap .info-wrap
{
    overflow: hidden;
}
@media (max-width: 991px)
{
    .contact-wrap .info
    {
        margin-bottom: 35px;
    }
}
.contact-wrap .info p
{
    font-size: 16px;
    line-height: 2.1875;

    margin: 0;

    color: #666;
}
@media (max-width: 1199px)
{
    .contact-wrap .info p
    {
        font-size: 15px;
    }
}
@media (max-width: 767px)
{
    .contact-wrap .info p
    {
        font-size: 14px;
    }
}
.contact-wrap .info .list li
{
    position: relative;

    margin-top: 15px;
    padding-left: 40px;
}
@media (max-width: 767px)
{
    .contact-wrap .info .list li
    {
        margin-top: 10px;
        padding-left: 30px;
    }
}
.contact-wrap .info .list li:before
{
    font-family: 'iconfont' !important;
    font-size: 22px;
    font-style: normal;

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

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 1199px)
{
    .contact-wrap .info .list li:before
    {
        top: 0;
    }
}
@media (min-width: 1200px)
{
    .contact-wrap .info .list a:hover
    {
        text-decoration: underline;

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

        color: #f7a302;
    }
}
.contact-wrap .info .list .address:before
{
    content: '\e685';
}
.contact-wrap .info .list .tel:before
{
    content: '\e62f';
}
.contact-wrap .info .list .mail:before
{
    content: '\e633';
}
.contact-wrap .map
{
    position: relative;

    overflow: hidden;
}
.contact-wrap .map .map-content
{
    display: block;

    width: 100%;
    height: 350px;
}
@media (max-width: 767px)
{
    .contact-wrap .map .map-content
    {
        height: 280px;
    }
}
.contact-wrap .inquiry-form input,
.contact-wrap .inquiry-form textarea
{
    padding-left: 13px;

    border: none;
    border-bottom: 1px solid #bababb;
}
.online-wrap .btn
{
    line-height: 38px;

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

    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: 5px;
    background-color: rgba(247, 163, 2, .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 .code-pic
{
    position: fixed;
    z-index: 101;
    bottom: 40px;
    left: 45px;

    display: none;

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

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

    max-width: 100%;
}
.online-wrap .online
{
    position: fixed;
    z-index: 100;
    bottom: 70px;
    left: 5px;

    -webkit-transition: -webkit-transform .3s;
            transition: -webkit-transform .3s;
            transition:         transform .3s;
            transition:         transform .3s, -webkit-transform .3s;
}
@media (max-width: 991px)
{
    .online-wrap .online
    {
        bottom: 110px;

        -webkit-transform: translateX(-50px);
        -webkit-transform: translate3d(-50px, 0, 0);
            -ms-transform: translateX(-50px);
                transform: translateX(-50px);
                transform: translate3d(-50px, 0, 0);
    }
    .online-wrap .online.active
    {
        -webkit-transform: translateX(0);
        -webkit-transform: translate3d(0, 0, 0);
            -ms-transform: translateX(0);
                transform: translateX(0);
                transform: translate3d(0, 0, 0);
    }
}
.online-wrap .online a
{
    line-height: 60px;

    position: relative;

    display: block;

    width: 60px;
    height: 60px;
    margin: 2px 0;

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

    border-radius: 5px;
    background-color: rgba(247, 163, 2, .7);
}
.online-wrap .online a:before
{
    font-size: 34px;

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

        width: 40px;
        height: 40px;
    }
    .online-wrap .online a:before
    {
        font-size: 20px;
    }
}
@media (max-width: 991px)
{
    .online-wrap .online a:before
    {
        font-size: 18px;
    }
}
@media (min-width: 1200px)
{
    .online-wrap .online .icon-skype:hover .phone-num,
    .online-wrap .online .icon-phone:hover .phone-num,
    .online-wrap .online .icon-dianhua11:hover .phone-num,
    .online-wrap .online .icon-zuoji:hover .phone-num
    {
        left: 100%;
    }
}
.online-wrap .online .icon-skype .phone-num,
.online-wrap .online .icon-phone .phone-num,
.online-wrap .online .icon-dianhua11 .phone-num,
.online-wrap .online .icon-zuoji .phone-num
{
    position: absolute;
    z-index: -1;
    top: 0;
    left: -300px;

    padding-left: 5px;

    -webkit-transition: left .3s;
            transition: left .3s;
    white-space: nowrap;
}
.online-wrap .online .icon-skype .phone-num p,
.online-wrap .online .icon-phone .phone-num p,
.online-wrap .online .icon-dianhua11 .phone-num p,
.online-wrap .online .icon-zuoji .phone-num p
{
    padding: 0 10px;

    color: #fff;
    border-radius: 10px;
    background-color: #f7a302;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .12);
}
.online-wrap .online .code .mask
{
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 100%;

    display: none;

    width: 130px;
    height: 130px;
    padding-left: 5px;

    -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
            transform: translateY(50%);
}
.online-wrap .online .code .mask .mask-box
{
    padding: 5px;

    background-color: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12);
}
.online-wrap .online .code .mask img
{
    display: block;

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

    margin: 5px 0 8px 0;

    color: #888;
}
.xs-online
{
    position: fixed;
    z-index: 998;
    bottom: 0;
    left: 0;

    width: 100%;

    background-color: rgba(217, 36, 32, .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: '\e6af';
}
.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: #43351a no-repeat 100% 100%;
    background-size: contain;
}
@media (max-width: 1639px)
{
    .footer
    {
        background-position: 125% 100%;
    }
}
@media (max-width: 1469px)
{
    .footer
    {
        background-position: 160% 100%;
    }
}
@media (max-width: 1349px)
{
    .footer
    {
        background-position: 100% 100%;
    }
}
@media (max-width: 1199px)
{
    .footer
    {
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
}
.footer .footer-row
{
    font-size: 0;

    overflow: hidden;

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

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

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

    content: '';
}
@media (max-width: 767px)
{
    .footer .footer-row
    {
        padding: 25px 0 90px;
    }
}
.footer .foot-list
{
    font-size: 14px;

    display: inline-block;

    padding: 0 15px;

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

    display: inline-block;
}
.footer .foot-list p,
.footer .foot-list li
{
    line-height: 1.78571429;

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

    color: #fff;
}
@media (max-width: 767px)
{
    .footer .foot-list p,
    .footer .foot-list li
    {
        font-size: 14px;
    }
}
@media only screen and (min-width: 992px)
{
    .footer .foot-list p a:hover,
    .footer .foot-list li a:hover
    {
        text-decoration: underline;
    }
}
@media (max-width: 991px)
{
    .footer .foot-list p a:active,
    .footer .foot-list li a:active
    {
        text-decoration: underline;
    }
}
.footer .foot-list h4
{
    font-size: 20px;
    font-weight: bold;

    margin: 30px 0 20px;
}
@media (max-width: 767px)
{
    .footer .foot-list h4
    {
        font-size: 18px;
        line-height: 40px;

        position: relative;

        margin: 5px 0;
        padding-right: 20px;
    }
}
.footer .foot-list h4.active:after
{
    -webkit-transform: rotate(-315deg);
        -ms-transform: rotate(-315deg);
            transform: rotate(-315deg);
}
@media only screen and (min-width: 768px)
{
    .footer .foot-contact
    {
        width: 450px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1349px)
{
    .footer .foot-contact
    {
        width: 320px;
    }
}
.footer .foot-contact .contact-box
{
    padding-top: 1px;
}
.footer .foot-contact .contact-box p
{
    position: relative;

    margin-bottom: 15px;
    padding-left: 30px;
}
.footer .foot-contact .contact-box p:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;
    font-style: normal;

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

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.footer .foot-contact .contact-box .address:before
{
    content: '\e685';
}
.footer .foot-contact .contact-box .tel:before
{
    content: '\e62f';
}
.footer .foot-contact .contact-box .mail:before
{
    content: '\e633';
}
.footer .foot-contact .contact-box .phone:before
{
    content: '\e694';
}
.footer .foot-contact .contact-box .fax:before
{
    content: '\e612';
}
.footer .foot-contact .contact-box .skype:before
{
    content: '\e62f';
}
.footer .foot-contact .contact-box .weixin:before
{
    content: '\e646';
}
.footer .foot-contact .contact-box .whatsapp:before
{
    content: '\e67c';
}
@media (max-width: 767px)
{
    .footer .foot-contact .share a
    {
        margin-left: 5px;
    }
}
.footer .foot-contact .share a:before
{
    line-height: 28px;

    width: 30px;
    height: 30px;

    border: 1px solid #fff;
    border-radius: 50%;
}
@media (max-width: 767px)
{
    .footer .foot-product
    {
        margin-top: 15px;
    }
}
.footer .foot-product li
{
    margin-bottom: 10px;
}
.footer .foot-message
{
    position: relative;

    width: 510px;
}
@media (max-width: 1469px)
{
    .footer .foot-message
    {
        width: 380px;
    }
}
@media (max-width: 1349px)
{
    .footer .foot-message
    {
        width: 300px;
    }
}
@media (max-width: 1199px)
{
    .footer .foot-message
    {
        text-align: left;
    }
}
@media (max-width: 767px)
{
    .footer .foot-message
    {
        width: 100%;
    }
}
.footer .foot-message form
{
    position: relative;

    overflow: hidden;

    max-width: 100%;
    margin: 0 auto;
    padding-top: 5px;
}
.footer .foot-message form input::-webkit-input-placeholder,
.footer .foot-message form textarea::-webkit-input-placeholder
{
    color: #fff;
}
.footer .foot-message form input:-o-placeholder,
.footer .foot-message form textarea:-o-placeholder
{
    color: #fff;
}
.footer .foot-message form input::-moz-placeholder,
.footer .foot-message form textarea::-moz-placeholder
{
    color: #fff;
}
.footer .foot-message form input:-ms-input-placeholder,
.footer .foot-message form textarea:-ms-input-placeholder
{
    color: #fff;
}
.footer .foot-message form input:focus::-webkit-input-placeholder,
.footer .foot-message form textarea:focus::-webkit-input-placeholder
{
    color: #ddd;
}
.footer .foot-message form input:focus::-o-placeholder,
.footer .foot-message form textarea:focus::-o-placeholder
{
    color: #ddd;
}
.footer .foot-message form input:focus::-moz-placeholder,
.footer .foot-message form textarea:focus::-moz-placeholder
{
    color: #ddd;
}
.footer .foot-message form input:focus::-ms-input-placeholder,
.footer .foot-message form textarea:focus::-ms-input-placeholder
{
    color: #ddd;
}
.footer .foot-message form input,
.footer .foot-message form textarea
{
    display: block;

    width: 100%;
    margin-bottom: 10px;
    padding: 9px 10px;

    text-align: left;

    background: none;
    background: rgba(26, 23, 16, .4);
}
.footer .foot-message form textarea
{
    height: 85px;
}
.footer .foot-message form .submit
{
    padding: 2px 9px;

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

    background: rgba(26, 23, 16, .4);
}
.footer .foot-message form .submit:before,
.footer .foot-message form .submit span
{
    display: inline-block;

    vertical-align: middle;
}
.footer .foot-message form .submit:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    margin-right: 5px;

    content: '\e6cf';
}
@media (min-width: 1200px)
{
    .footer .foot-message form .submit:hover
    {
        background: rgba(247, 163, 2, .4);
    }
}
.footer .foot-message .share
{
    margin-top: 20px;
}
.footer .foot-message .share a
{
    margin-left: 8px;
}
.footer .foot-message .share a:before
{
    line-height: 30px;

    width: 32px;
    height: 32px;

    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 50%;
}
@media (max-width: 767px)
{
    .footer .foot-message .share a:before
    {
        font-size: 12px;
        line-height: 28px;

        width: 30px;
        height: 30px;
    }
}
.copyright
{
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;

    width: 100%;
    padding: 12px 0;

    text-align: center;

    border-top: 1px solid #fff;
}
.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: 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年7月20日09:40:42
 * @author HSM
 * @toDo 头部高度单数BUG
 */
@media (min-width: 1200px) {
    .header.fixed .logo a {
        min-height: 102px;
    }
}


/**
 * Date : 2020年7月21日11:38:47
 * @author HSM
 * @toDo 新闻右侧去背景图 改背景色
 */
 .news-wrap .list li:not(:first-child) .pic-box{
    display: none;
 }
@media (min-width: 1200px){
    .news-wrap .list li:not(:first-child) .item {
        transition: .3s;
    }
    .news-wrap .list li:not(:first-child) .item:hover{
        background-color: #f7a302;
    }
    .news-wrap .list li:not(:first-child) .item:hover h4,
    .news-wrap .list li:not(:first-child) .item:hover p{
        color: #fff;
    }
}
