@charset 'utf-8';
@-ms-viewport
{
    width: auto !important;
}
.ff
{
    font-family: 'iconfont' !important;
    font-style: normal;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body
{
    font-family: 'Microsoft YaHei', 'PingFang SC', Arial, 'Helvetica Neue', Helvetica, 'Hiragino Sans GB', 'Heiti SC', 'WenQuanYi Micro Hei', sans-serif;

    position: relative;

    background-color: #0a0a10;
}
body:before
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';

    opacity: .03;
    background: url(../images/imgs/body-bg.jpg);
    background-size: cover;
}
body.index-body
{
    background: none;
}
body.fixed
{
    position: fixed;

    overflow: hidden;

    width: 100%;
    height: 100%;
}
@media (min-width: 1340px)
{
    .container
    {
        width: 1320px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1339px)
{
    .container
    {
        width: 1170px;
    }
}
.mask-bg
{
    background: #f7cc01;
    background: url(../images/mask.png);
    background: -webkit-linear-gradient(top, #ee8c30 0%, #f7cc01 100%);
    background:         linear-gradient(to bottom, #ee8c30 0%, #f7cc01 100%);
    background-size: contain;
}
.mask-text
{
    color: #f7cc01;
    background-image: -webkit-linear-gradient(top, #ee8c30 0%, #f7cc01 100%);
    background-image:         linear-gradient(to bottom, #ee8c30 0%, #f7cc01 100%);
    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;
}
li,
ol,
ul
{
    list-style: none;
}
a
{
    color: inherit;
}
a:hover,
a:link,
a:visited
{
    text-decoration: none;

    color: inherit;
}
input[type=number]
{
    -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
    margin: 0;

    -webkit-appearance: none;
}
ul
{
    margin: 0;
    padding: 0;
}
button,
input,
textarea
{
    resize: none;

    border: none;
    outline: none;
}
a[data-fancybox]
{
    outline: none;
}
a[data-fancybox] img
{
    outline: none !important;
}
.slick-slide
{
    outline: none;
}
.slick-slide a
{
    outline: none !important;
}
.txt-over1
{
    overflow: hidden;

    white-space: nowrap;
    text-overflow: ellipsis;
}
img
{
            backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
}
.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
{
    line-height: 28px;

    display: inline-block;

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

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

    color: #555;
    border: 1px solid #555;
    border-radius: 50%;
    background: none;
}
@media (max-width: 767px)
{
    .page li
    {
        margin: 2px;
    }
}
.page li.active,
.page li:hover
{
    color: #fff;
    border-color: #f7cc01;
    background-color: #f7cc01;
}
.page li a
{
    display: block;
}
.page li.prev,
.page li.next
{
    width: 80px;

    border-color: #555;
    border-radius: 30px;
}
@media (max-width: 767px)
{
    .page li.prev,
    .page li.next
    {
        width: 60px;
    }
}
.page li.prev:before,
.page li.next:before
{
    font-family: 'iconfont' !important;
    font-size: 26px;
    font-style: normal;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px)
{
    .page li.prev:before,
    .page li.next:before
    {
        font-size: 20px;
    }
}
.page li.prev:hover,
.page li.next:hover
{
    border-color: #f7cc01;
    background-color: #f7cc01;
}
.page li.prev:before
{
    content: '\eb37';
}
@media (min-width: 481px)
{
    .page li.prev
    {
        margin-right: 16px;
    }
}
.page li.next:before
{
    content: '\e666';
}
@media (min-width: 481px)
{
    .page li.next
    {
        margin-left: 16px;
    }
}
.table-box
{
    overflow: auto;

    width: 100%;
    max-width: 100%;
}
table
{
    width: auto;
    max-width: 98%;

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

    color: #999;
    background-color: #333;
}
table tr,
table td,
table th
{
    width: auto !important;
    height: auto !important;

    background: none !important;
}
table td,
table th
{
    padding: 14px 30px !important;

    border: 1px solid #666 !important;
}
table tr p,
table tr span
{
    margin: 0 !important;
    padding: 0 !important;

    background: none !important;
}
.clearfix
{
    zoom: 1;
}
.clearfix:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
.lazy
{
    background: url(../js/slick/ajax-loader.gif) no-repeat center;
}
.slick-slide
{
    outline: none;
}
.slick-slide a
{
    outline: none !important;
}
.fancybox-slide--iframe .fancybox-content
{
    width: 733px;
    max-width: 80%;
    height: 500px;
    max-height: 50%;
    margin: 0;
}
img
{
            backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
}
.header
{
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;

    width: 100%;

    border-bottom: 2px solid rgba(255, 255, 255, .15);
    background-color: rgba(0, 0, 0, .2);
}
.header .logo
{
    float: left;

    text-align: center;
}
.header .logo a
{
    display: block;

    width: auto;
    max-width: 100%;
    padding: 32px 0;
}
@media (max-width: 1339px)
{
    .header .logo a
    {
        width: 350px;
    }
}
@media (max-width: 1199px)
{
    .header .logo a
    {
        padding: 20px 0;
    }
}
@media (max-width: 991px)
{
    .header .logo a
    {
        padding: 15px 0;
    }
}
@media (max-width: 767px)
{
    .header .logo a
    {
        width: 60px;
        margin-left: 10px;
        padding: 5px 0;
    }
}
.header .logo img
{
    display: block;

    width: 100%;
}
.header .logo.en a
{
    padding: 34px 0;
}
@media (max-width: 1339px)
{
    .header .logo.en a
    {
        width: 350px;
        padding: 28px 0;
    }
}
@media (max-width: 1199px)
{
    .header .logo.en a
    {
        padding: 20px 0;
    }
}
@media (max-width: 991px)
{
    .header .logo.en a
    {
        padding: 10px 0;
    }
}
@media (max-width: 767px)
{
    .header .logo.en a
    {
        width: 60px;
        margin-left: 10px;
        padding: 5px 0;
    }
}
@media (min-width: 1200px)
{
    .header .nav,
    .header .right-box
    {
        margin-top: 58px;
    }
}
@media (min-width: 1200px) and (max-width: 1339px)
{
    .header .nav,
    .header .right-box
    {
        margin-top: 44px;
    }
}
.header .right-box
{
    float: right;

    margin-left: 10px;
    padding-top: 32px;
}
@media (max-width: 1199px)
{
    .header .right-box
    {
        padding-top: 47px;
    }
}
@media (max-width: 991px)
{
    .header .right-box
    {
        padding-top: 36px;
    }
}
@media (max-width: 767px)
{
    .header .right-box
    {
        padding-top: 22px;
    }
}
.header .find,
.header .language-box
{
    display: inline-block;

    cursor: pointer;
    vertical-align: middle;
}
.header .language-box
{
    position: relative;

    height: 26px;
    margin-left: 18px;
    padding-left: 18px;
}
@media (max-width: 1199px)
{
    .header .language-box
    {
        display: none;
    }
}
.header .language-box:before
{
    position: absolute;
    top: 3px;
    left: -2px;

    display: inline-block;

    width: 1px;
    height: 20px;

    content: '';

    background-color: #fff;
}
.header .language-box a
{
    display: inline-block;

    width: 26px;
    height: 26px;

    background-image: url(../images/language.png);
    background-repeat: no-repeat;
    background-size: 200% auto;
}
.header .language-box a.cn
{
    background-position: 0 100%;
}
.header .language-box a.en
{
    background-position: 100% 100%;
}
.header .find:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    content: '\e61a';

    color: #fff;
}
@media (max-width: 1339px)
{
    .header .find:before
    {
        font-size: 22px;
    }
}
@media (max-width: 767px)
{
    .header .find:before
    {
        font-size: 22px;
    }
}
.header .nav-collapse
{
    position: relative;

    display: none;
    float: right;

    width: 40px;
    height: 40px;
    margin-top: 40px;
    margin-left: 20px;
    padding: 0;

    cursor: pointer;

    background: none;
}
@media (max-width: 1199px)
{
    .header .nav-collapse
    {
        display: block;
    }
    .header .nav-collapse.nav-collapse-1
    {
        position: absolute;
        z-index: 9999;
        top: 10px;
        right: 30px;

        display: block;

        margin-top: 10px;

        border: none;
    }
    .header .nav-collapse.nav-collapse-1 .btn-line
    {
        background-color: #fff !important;
    }
}
@media (max-width: 991px)
{
    .header .nav-collapse
    {
        margin-top: 30px;
    }
}
@media (max-width: 767px)
{
    .header .nav-collapse
    {
        margin-top: 16px;
    }
}
.header .nav-collapse .btn-line
{
    position: absolute;
    left: 50%;

    width: 30px;
    height: 2px;

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

    background-color: #fff;
}
@media (max-width: 767px)
{
    .header .nav-collapse .btn-line
    {
        width: 25px;
    }
}
.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: 30%;
}
.header .nav-collapse .btn-line:nth-child(2)
{
    top: 50%;
}
.header .nav-collapse .btn-line:nth-child(3)
{
    top: 70%;
}
.header .nav-collapse.active
{
    border-color: transparent;
}
.header .nav-collapse.active .btn-line
{
    background-color: #fff;
}
.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;

        float: right;

        text-align: center;
    }
    .header .nav .nav-line
    {
        position: absolute;
        z-index: 2;
        bottom: -2px;
        left: 0;

        display: block;

        height: 2px;

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

        background: url(../images/mask.png);
        background-size: contain;
    }
}
@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%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
}
.header .nav.left-200
{
    -webkit-transform: translateX(-200%);
        -ms-transform: translateX(-200%);
            transform: translateX(-200%);
}
.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 14px;
    }
    .header .nav .nav-list1 > li:hover > a
    {
        color: #f7cc01;
    }
    .header .nav .nav-list1 > li > a
    {
        font-weight: bold;

        position: relative;

        display: block;

        padding: 35px 6px;

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

        color: #fff;
    }
    .header .nav .nav-list1 .nav-list2,
    .header .nav .nav-list1 .nav-list3
    {
        display: none;

        text-align: left;

        background-color: #fff;
    }
    .header .nav .nav-list1 .nav-list2
    {
        position: absolute;
        z-index: 10;
        top: 100%;
        left: 50%;

        min-width: 120px;

        background-color: rgba(0, 0, 0, .5);
        box-shadow: 0 0 15px 2px rgba(0, 0, 0, .1);
    }
    .header .nav .nav-list1 .nav-list2:before
    {
        position: absolute;
        z-index: 10;
        top: 0;
        left: 0;

        display: block;

        width: 100%;
        height: 2px;

        content: '';

        background: url(../images/mask.png);
        background-size: contain;
    }
    .header .nav .nav-list1 .nav-list2 > li
    {
        position: relative;

        text-align: center;
        white-space: nowrap;

        border-bottom: 1px solid rgba(255, 255, 255, .3);
    }
    .header .nav .nav-list1 .nav-list2 > li:first-child > a
    {
        border-top: none;
    }
    .header .nav .nav-list1 .nav-list2 > li:before,
    .header .nav .nav-list1 .nav-list2 > li:after
    {
        position: absolute;
        z-index: 2;
        left: 0;

        display: none;

        width: 100%;
        height: 1px;

        content: '';

        background-color: #fff;
    }
    .header .nav .nav-list1 .nav-list2 > li:before
    {
        top: 0;
    }
    .header .nav .nav-list1 .nav-list2 > li:after
    {
        top: 100%;
    }
    .header .nav .nav-list1 .nav-list2 > li:hover > a
    {
        color: #f7cc01;
        background-color: rgba(0, 0, 0, .4);
    }
    .header .nav .nav-list1 .nav-list2 > li > a
    {
        font-size: 12px;

        display: block;

        padding: 17px 18px;

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

        color: #fff;
    }
    .header .nav .nav-list1 .nav-list3
    {
        position: absolute;
        top: 0;
        left: 100%;

        width: 255px;
        padding: 20px;

        border-left: 1px solid transparent;
        background-clip: padding-box;
    }
    .header .nav .nav-list1 .nav-list3 li > a
    {
        position: relative;

        padding: 12px 0 12px 10px;

        white-space: normal;
        word-break: break-word;
    }
    .header .nav .nav-list1 .nav-list3 li > a:hover
    {
        color: #f7cc01;
    }
    .header .nav .nav-list1 .nav-list3 li > a:before
    {
        position: absolute;
        top: 50%;
        left: 0;

        content: '-';
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
    }
}
@media (max-width: 1199px)
{
    .header .nav .nav-list1
    {
        margin: 20px 0;

        opacity: 0;
    }
    .header .nav .nav-list1 > li
    {
        white-space: nowrap;

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

        color: #fff;
    }
}
@media (max-width: 991px)
{
    .header .nav .nav-list1 > li
    {
        -webkit-transform: translateX(-25px);
            -ms-transform: translateX(-25px);
                transform: translateX(-25px);
    }
}
@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;
    }
}
.header .nav .nav-list2 a,
.header .nav .nav-list3 a
{
    display: block;
}
@media (max-height: 580px)
{
    .header .nav .nav-list2 a,
    .header .nav .nav-list3 a
    {
        margin-top: 0;
    }
}
.header .nav-2,
.header .nav-3
{
    display: none;
}
@media (max-width: 1199px)
{
    .header .nav-2,
    .header .nav-3
    {
        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 .nav-2 .nav-top,
.header .nav-3 .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 .nav-2 .nav-top .back-btn:before,
.header .nav-3 .nav-top .back-btn:before
{
    font-family: 'iconfont' !important;
    font-size: 26px;

    content: '\e9b5';
}
.header .nav-2 .nav-top h2,
.header .nav-3 .nav-top h2
{
    font-size: 30px;

    margin: 0;
}
@media (max-width: 767px)
{
    .header .nav-2 .nav-top h2,
    .header .nav-3 .nav-top h2
    {
        font-size: 20px;
    }
}
.header .nav-2 .nav-top .nav-collapse-2,
.header .nav-3 .nav-top .nav-collapse-2
{
    margin: 0;
}
.header .nav-2 .nav-top .nav-collapse-2 .btn-line,
.header .nav-3 .nav-top .nav-collapse-2 .btn-line
{
    background-color: #fff;
}
.header .nav-2 .content,
.header .nav-3 .content
{
    margin-top: 12%;
}
@media (max-width: 767px)
{
    .header .nav-2 .content ul,
    .header .nav-3 .content ul
    {
        padding: 0 15px;
    }
}
.header .nav-2 .content ul li,
.header .nav-3 .content ul li
{
    font-family: Arial, 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', 'Microsoft YaHei', 'WenQuanYi Micro Hei', sans-serif;
    font-size: 24px;
    line-height: 50px;

    margin: 25px 0;

    text-align: left;
}
@media (max-width: 767px)
{
    .header .nav-2 .content ul li,
    .header .nav-3 .content ul li
    {
        margin: 0;
    }
}
.header .nav-2 .content ul li.more,
.header .nav-3 .content ul li.more
{
    position: relative;
}
.header .nav-2 .content ul li.more:after,
.header .nav-3 .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 .nav-2 .content ul li a,
.header .nav-3 .content ul li a
{
    display: block;
}
.header .nav-2
{
    left: 100%;
}
.header .nav-3
{
    left: 200%;
}
.header .nav-3 .content ul li
{
    font-size: 19px;
}
.header .search-wrap
{
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: none;

    background-color: rgba(0, 0, 0, .97);
}
.header .search-wrap.active .search
{
    -webkit-transform: translateY(-50%) scale(1);
        -ms-transform: translateY(-50%) scale(1);
            transform: translateY(-50%) scale(1);
}
.header .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;
}
.header .search-wrap .search p
{
    margin-bottom: 50px;

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

    color: #fff;
}
.header .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: 3px solid #1f1e1e;
    background: none;
}
@media (max-width: 767px)
{
    .header .search-wrap .search .input-text
    {
        padding-left: 5px;
    }
}
.header .search-wrap .search .input-submit
{
    line-height: 36px;

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

    width: 50px;

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

    content: '\e660';
}
.header .search-wrap .search-close
{
    position: absolute;
    top: 30px;
    right: 10%;

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

    content: '\e61b';

    color: #fff;
}
.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.nav-list1
    {
        opacity: 1;
    }
    .header .fade-out ul.nav-list1 a
    {
        color: #fff;
    }
    .header .fade-out ul.nav-list1 > li
    {
        zoom: 1;

        margin: 20px 0;
    }
    .header .fade-out ul.nav-list1 > li:after
    {
        display: block;
        visibility: hidden;
        clear: both;

        height: 0;

        content: '';
    }
    .header .fade-out ul.nav-list1 > li.act
    {
        opacity: 1;
    }
    .header .fade-out ul.nav-list1 > li.more > a:before
    {
        font-family: 'iconfont' !important;
        font-size: 25px;

        content: '\e72f';

        color: #fff;
    }
    .header .fade-out ul.nav-list1 > li > a
    {
        font-size: 26px;
        line-height: 55px;

        position: relative;

        display: block;
    }
    .header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 24px;
    }
}
@media (max-width: 1199px) and (min-width: 992px)
{
    .header .fade-out ul.nav-list1 > li
    {
        height: 55px;
    }
}
@media (max-width: 1199px) and (max-width: 767px)
{
    .header .fade-out ul.nav-list1 > li
    {
        margin: 0;
    }
}
@media (max-width: 1199px) and (max-width: 991px)
{
    .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);
    }
}
@media (max-width: 1199px) and (min-width: 992px)
{
    .header .fade-out ul.nav-list1 > li.more
    {
        padding-right: 10px;

        -webkit-transition: padding-right .5s;
                transition: padding-right .5s;
    }
}
@media (max-width: 1199px) and (min-width: 992px)
{
    .header .fade-out ul.nav-list1 > li.more > a:before
    {
        position: absolute;
        top: 0;
        right: 0;
    }
}
@media (max-width: 1199px) and (max-width: 991px)
{
    .header .fade-out ul.nav-list1 > li.more > a:before
    {
        position: absolute;
        top: 0;
        right: 0;
    }
}
@media (max-width: 1199px) and (min-width: 992px)
{
    .header .fade-out ul.nav-list1 > li.more.show
    {
        padding-right: 0;
    }
}
@media (max-width: 1199px) and (max-width: 767px)
{
    .header .fade-out ul.nav-list1 > li > a
    {
        font-size: 22px;
        line-height: 46px;
    }
}
@media (max-width: 1199px) and (max-width: 767px) and (max-height: 550px)
{
    .header .fade-out ul.nav-list1 > li > a
    {
        line-height: 44px;
    }
}
@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 .xs-language
{
    position: absolute;
    bottom: 30px;
    left: 0;

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

    text-align: left;
}
@media (min-width: 1200px)
{
    .header .xs-language
    {
        display: none;
    }
}
.header .xs-language a
{
    font-size: 16px;

    white-space: nowrap;

    color: #fff;
}
.header .xs-language a.active
{
    text-decoration: underline;
}
.header .xs-language span
{
    margin: 0 5px;

    color: #fff;
}
.search-wrap
{
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: none;

    background-color: rgba(0, 0, 0, .97);
}
.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: 3px solid #1f1e1e;
    background: none;
}
@media (max-width: 767px)
{
    .search-wrap .search .input-text
    {
        padding-left: 5px;
    }
}
.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: #ccc;
}
.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;
}
.xs-language
{
    position: absolute;
    bottom: 30px;
    left: 35px;
}
@media (min-width: 992px)
{
    .xs-language
    {
        display: none;
    }
}
.xs-language a
{
    font-size: 16px;

    color: #fff;
}
.xs-language a.active
{
    text-decoration: underline;
}
.xs-language span
{
    margin: 0 5px;

    color: #fff;
}
.banner
{
    font-size: 0;

    position: relative;
    z-index: 2;

    overflow: hidden;

    width: 100%;

    letter-spacing: -8px;

    background-color: #171b1f;
}
@media (max-width: 1199px)
{
    .banner .slick
    {
        width: 120%;
        max-width: 120%;
        margin-left: -10%;
    }
}
@media (max-width: 991px)
{
    .banner .slick
    {
        width: 140%;
        max-width: 140%;
        margin-left: -20%;
    }
}
.banner .slick-dots
{
    position: absolute;
    bottom: 25px;
    left: 50%;

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

        display: none;
    }
}
.banner .slick-dots li
{
    display: inline-block;

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

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

    border-radius: 10px;
    background-color: #fff;
}
.banner .slick-dots li:hover,
.banner .slick-dots li.slick-active
{
    background: #f7cc01;
    background: url(../images/mask.png);
    background: -webkit-linear-gradient(left, #f7cc01 0%, #ee8c30 100%);
    background:         linear-gradient(to right, #f7cc01 0%, #ee8c30 100%);
    background-size: cover;
}
.banner .slick-dots li.slick-active
{
    width: 40px;
}
@media (max-width: 767px)
{
    .banner .slick-dots li
    {
        width: 6px;
        height: 6px;

        border-radius: 6px;
    }
    .banner .slick-dots li.slick-active
    {
        width: 30px;
    }
}
.banner .slick-dots li button
{
    display: none;
}
.banner .slick-arrow
{
    position: absolute;
    z-index: 20;
    top: 50%;

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

    color: #fff;
    background: none;
}
.banner .slick-arrow:before
{
    font-family: 'iconfont' !important;
    font-size: 24px;
    font-style: normal;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.banner .slick-arrow:hover
{
    color: #f7cc01;
}
.banner .slick-prev
{
    left: 20px;
}
.banner .slick-prev:before
{
    content: '\e9b5';
}
.banner .slick-next
{
    right: 20px;
}
.banner .slick-next:before
{
    content: '\e72f';
}
.banner .img-box
{
    padding-bottom: 47.91666667%;
}
h2
{
    font-weight: 900;
}
.index-title h3
{
    font-size: 20px;
    font-weight: bold;

    margin: 0;

    color: #fff;
}
.index-title h3:after
{
    display: block;

    width: 40px;
    height: 2px;
    margin-top: 20px;

    content: '';

    background: #f7cc01;
    background: url(../images/mask.png);
    background: -webkit-linear-gradient(top, #ee8c30 0%, #f7cc01 100%);
    background:         linear-gradient(to bottom, #ee8c30 0%, #f7cc01 100%);
    background-size: contain;
}
.index-about-list
{
    position: relative;
    z-index: 2;

    background-color: #171b1f;
}
.index-about-list ul
{
    font-size: 0;

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

    letter-spacing: -8px;
}
@media (max-width: 1199px)
{
    .index-about-list ul
    {
        margin: 0 -15px;
    }
}
@media (max-width: 767px)
{
    .index-about-list ul
    {
        margin: 0 -10px;
    }
}
.index-about-list ul li
{
    font-size: 14px;

    display: inline-block;

    width: 20%;
    padding: 30px;

    text-align: center;
    vertical-align: top;
    letter-spacing: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .index-about-list ul li
    {
        padding: 30px 15px;
    }
}
@media (max-width: 991px)
{
    .index-about-list ul li
    {
        width: 33.3333%;
    }
}
@media (max-width: 767px)
{
    .index-about-list ul li
    {
        width: 50%;
        padding: 15px 10px;
    }
}
@media (max-width: 320px)
{
    .index-about-list ul li
    {
        width: 100%;
    }
}
.index-about-list ul li:nth-child(1) b:before
{
    content: '\e661';
}
.index-about-list ul li:nth-child(2) b:before
{
    content: '\e650';
}
.index-about-list ul li:nth-child(3) b:before
{
    content: '\e61f';
}
.index-about-list ul li:nth-child(4) b:before
{
    content: '\e62b';
}
.index-about-list ul li:nth-child(5) b:before
{
    content: '\eb36';
}
.index-about-list ul li b
{
    font-size: 20px;

    display: block;

    margin-bottom: 15px;

    color: #fff;
}
@media (max-width: 767px)
{
    .index-about-list ul li b
    {
        font-size: 18px;
    }
}
.index-about-list ul li b:before
{
    font-family: 'iconfont' !important;
    font-size: 52px;
    font-weight: normal;
    font-style: normal;
    line-height: 110px;

    display: block;

    width: 110px;
    height: 110px;
    margin: 0 auto 30px;

    text-align: center;

    color: #fff;
    border-radius: 50%;
    background: #f7cc01;
    background: url(../images/mask.png);
    background: -webkit-linear-gradient(top, #ee8c30 0%, #f7cc01 100%);
    background:         linear-gradient(to bottom, #ee8c30 0%, #f7cc01 100%);
    background-size: contain;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 1199px)
{
    .index-about-list ul li b:before
    {
        font-size: 46px;
        line-height: 90px;

        width: 90px;
        height: 90px;
    }
}
@media (max-width: 767px)
{
    .index-about-list ul li b:before
    {
        font-size: 40px;
        line-height: 70px;

        width: 70px;
        height: 70px;
        margin-bottom: 20px;
    }
}
.index-about-list ul li p
{
    line-height: 2.14285714;

    margin: 0;

    color: #999;
}
@media (max-width: 767px)
{
    .index-about-list ul li p
    {
        line-height: 1.8;
    }
}
.wrapper .slick-dots
{
    margin-top: 95px;

    text-align: center;
}
.wrapper .slick-dots li
{
    display: inline-block;

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

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

    border-radius: 12px;
    background-color: #fff;
}
.wrapper .slick-dots li:hover,
.wrapper .slick-dots li.slick-active
{
    background: #f7cc01;
    background: url(../images/mask.png);
    background: -webkit-linear-gradient(left, #f7cc01 0%, #ee8c30 100%);
    background:         linear-gradient(to right, #f7cc01 0%, #ee8c30 100%);
    background-size: cover;
}
.wrapper .slick-dots li button
{
    display: none;
}
.index-map
{
    position: relative;
    z-index: 2;
}
.index-map .map
{
    position: relative;
    top: 0;
    left: 0;

    height: 300px;
}
.index-map .map .dituContent
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;
}
.index-product
{
    color: #fff;
    background-color: #1b1b1b;
}
.index-product ul
{
    position: relative;
    z-index: 2;

    zoom: 1;
}
.index-product ul:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
.index-product .top-pro .img-box
{
    padding-bottom: 62.01550388%;
}
.index-product .top-pro li
{
    zoom: 1;
}
.index-product .top-pro li:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
@media only screen and (min-width: 768px)
{
    .index-product .top-pro li:nth-child(2) .item-2
    {
        float: left;
    }
    .index-product .top-pro li:nth-child(2) .item-2 .mask-intro:after
    {
        left: 100%;

        border-width: 15px 0 15px 20px;
        border-color: transparent transparent transparent rgba(0, 0, 0, .9);
    }
    .index-product .top-pro li:nth-child(2) .item-1
    {
        float: right;
    }
}
.index-product .top-pro .item
{
    position: relative;
}
@media only screen and (min-width: 768px)
{
    .index-product .top-pro .item
    {
        float: left;

        width: 50%;
    }
}
@media (min-width: 992px)
{
    .index-product .top-pro .item img
    {
        -webkit-transition:         transform .5s;
        -webkit-transition: -webkit-transform .5s;
                transition: -webkit-transform .5s;
                transition:         transform .5s;
                transition:         transform .5s, -webkit-transform .5s;
    }
    .index-product .top-pro .item:hover img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
}
.index-product .top-pro .mask-intro
{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
    padding: 0 10%;

    background-color: rgba(0, 0, 0, .75);
}
@media (max-width: 767px)
{
    .index-product .top-pro .mask-intro
    {
        padding: 0 10% 0 5%;
    }
}
.index-product .top-pro .mask-intro:after
{
    position: absolute;
    z-index: 20;
    top: 50%;
    right: 100%;

    width: 0;
    height: 0;

    content: '';

    border-width: 15px 20px 15px 0;
    border-style: solid;
    border-color: transparent rgba(0, 0, 0, .9) transparent transparent;
}
@media (max-width: 767px)
{
    .index-product .top-pro .mask-intro:after
    {
        top: auto;
        right: 50%;
        bottom: 100%;

        border-width: 0 10px 10px 10px;
        border-color: transparent transparent rgba(0, 0, 0, .9) transparent;
    }
}
.index-product .top-pro .intro
{
    position: relative;
    top: 50%;

    width: 100%;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.index-product .top-pro .intro h4
{
    font-size: 22px;
    font-weight: bold;

    overflow: hidden;

    margin: 0 0 41px;

    white-space: nowrap;
    text-overflow: ellipsis;
}
@media (max-width: 1339px)
{
    .index-product .top-pro .intro h4
    {
        margin-bottom: 25px;
    }
}
@media (max-width: 991px)
{
    .index-product .top-pro .intro h4
    {
        font-size: 18px;

        margin-bottom: 10px;
    }
}
.index-product .top-pro .intro h4 img
{
    display: inline-block;

    margin-right: 44px;

    -webkit-transform: scale(1) !important;
        -ms-transform: scale(1) !important;
            transform: scale(1) !important;
}
@media (max-width: 991px)
{
    .index-product .top-pro .intro h4 img
    {
        width: 50px;
        margin-right: 20px;
    }
}
@media (max-width: 767px)
{
    .index-product .top-pro .intro h4 img
    {
        margin-right: 10px;
    }
}
.index-product .top-pro .intro p
{
    line-height: 2.14285714;

    display: -webkit-box;
    overflow: hidden;

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

    opacity: .7;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
}
@media (max-width: 1199px)
{
    .index-product .top-pro .intro p
    {
        max-height: 120px;

        -webkit-line-clamp: 4;
    }
}
@media (max-width: 767px)
{
    .index-product .top-pro .intro p
    {
        max-height: 90px;

        -webkit-line-clamp: 3;
    }
}
.index-product .top-pro .plus
{
    position: absolute;
    z-index: 3;
    right: 0;
    bottom: 0;

    width: 60px;
    height: 60px;

    background: url(../images/plus.png) no-repeat;
    background-size: cover;
}
@media (max-width: 767px)
{
    .index-product .top-pro .plus
    {
        width: 50px;
        height: 50px;
    }
}
.index-product .btm-pro
{
    zoom: 1;
}
.index-product .btm-pro:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
.index-product .btm-pro .img-box
{
    padding-bottom: 123.83900929%;
}
.index-product .btm-pro li
{
    position: relative;

    float: left;

    width: 25%;
}
@media (max-width: 767px)
{
    .index-product .btm-pro li
    {
        width: 50%;
    }
}
@media (min-width: 992px)
{
    .index-product .btm-pro li img
    {
        -webkit-transition:         transform .5s;
        -webkit-transition: -webkit-transform .5s;
                transition: -webkit-transform .5s;
                transition:         transform .5s;
                transition:         transform .5s, -webkit-transform .5s;
    }
    .index-product .btm-pro li:hover img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
}
.index-product .btm-pro li p
{
    font-size: 18px;
    font-weight: bold;

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

    width: 100%;
    margin: 0;
    padding: 12px 5px;

    text-align: center;

    color: #f7cc01;
    background-color: rgba(0, 0, 0, .5);
}
@media (max-width: 991px)
{
    .index-product .btm-pro li p
    {
        font-size: 16px;
    }
}
.index-product .btm-pro li p a
{
    display: block;
    overflow: hidden;

    white-space: nowrap;
    text-overflow: ellipsis;
}
.index-customer
{
    padding: 65px 0;

    background-color: #171b1f;
}
@media (max-width: 991px)
{
    .index-customer
    {
        padding: 50px 0;
    }
}
@media (max-width: 767px)
{
    .index-customer
    {
        padding: 40px 0 30px;
    }
}
.index-customer .index-title
{
    position: relative;
    z-index: 2;

    text-align: center;
}
.index-customer .index-title h3:after
{
    margin: 20px auto 0;
}
.index-customer .img-box
{
    padding-bottom: 51.28205128%;
}
@media (max-width: 767px)
{
    .index-customer .row
    {
        margin: 0 -5px;
    }
}
.index-customer .slick-customer
{
    position: relative;
    z-index: 2;

    margin-top: 45px;
}
@media (max-width: 767px)
{
    .index-customer .slick-customer
    {
        margin-top: 20px;
    }
}
.index-customer .item
{
    padding: 15px;
}
@media (max-width: 767px)
{
    .index-customer .item
    {
        padding: 5px;
    }
}
.index-customer .slick-dots
{
    margin-top: 95px;
}
@media (max-width: 1199px)
{
    .index-customer .slick-dots
    {
        margin-top: 75px;
    }
}
@media (max-width: 991px)
{
    .index-customer .slick-dots
    {
        margin-top: 50px;
    }
}
@media (max-width: 767px)
{
    .index-customer .slick-dots
    {
        margin-top: 25px;
    }
}
.index-about
{
    position: relative;

    overflow: hidden;

    padding: 85px 0;

    color: #fff;
    background-color: #100f14;
}
@media (max-width: 1199px)
{
    .index-about
    {
        padding: 65px 0;
    }
}
@media (max-width: 991px)
{
    .index-about
    {
        padding: 50px 0;
    }
}
@media (max-width: 767px)
{
    .index-about
    {
        padding: 40px 0;
    }
}
.index-about .title
{
    text-align: left;
}
@media only screen and (min-width: 992px)
{
    .index-about .video-wrap
    {
        position: absolute;
        top: 50%;
        right: 0;

        width: 50%;

        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
    }
}
@media (max-width: 991px)
{
    .index-about .video-wrap
    {
        position: relative;

        margin-bottom: 35px;
    }
}
@media (min-width: 992px)
{
    .index-about .video-wrap img
    {
        -webkit-transition:         transform .5s;
        -webkit-transition: -webkit-transform .5s;
                transition: -webkit-transform .5s;
                transition:         transform .5s;
                transition:         transform .5s, -webkit-transform .5s;
    }
    .index-about .video-wrap:hover img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
}
.index-about .video-wrap .img-box
{
    padding-bottom: 61.53846154%;
}
.index-about .video-wrap .video-mask
{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    -webkit-transform: translateZ(10px);
            transform: translateZ(10px);
}
.index-about .video-wrap .video-mask:before
{
    font-family: 'iconfont' !important;
    font-size: 60px;

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

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

    color: #fff;
    color: #f7cc01;
    background-image: -webkit-linear-gradient(top, #ee8c30 0%, #f7cc01 100%);
    background-image:         linear-gradient(to bottom, #ee8c30 0%, #f7cc01 100%);
    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;
}
@media only screen and (min-width: 992px)
{
    .index-about .intro-wrap
    {
        padding-right: 30px;
    }
}
.index-about .intro
{
    margin: 35px 0 70px;
}
@media (max-width: 1339px)
{
    .index-about .intro
    {
        margin: 35px 0 50px;
    }
}
@media (max-width: 1199px)
{
    .index-about .intro
    {
        margin: 35px 0;
    }
}
.index-about a.more
{
    display: block;
    overflow: hidden;

    width: 120px;
    height: 36px;

    text-align: center;

    border-radius: 36px;
    background: -webkit-linear-gradient(#ee8c30, #f7cc01);
    background:         linear-gradient(#ee8c30, #f7cc01);
}
.index-about a.more span
{
    line-height: 34px;

    display: block;

    width: 118px;
    height: 34px;
    margin: 0 auto;
    margin-top: 1px;

    border-radius: 38px;
    background-color: #100f14;
}
.index-about a.more span:before
{
    font-family: 'iconfont' !important;
    font-size: 25px;
    font-weight: bold;

    content: '\e666';

    color: #f7cc01;
    background-image: -webkit-linear-gradient(top, #ee8c30 0%, #f7cc01 100%);
    background-image:         linear-gradient(to bottom, #ee8c30 0%, #f7cc01 100%);
    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;
}
.about-list
{
    position: relative;
    z-index: 2;
}
.about-list li
{
    position: relative;

    margin-bottom: 5px;
    padding-left: 25px;
}
.about-list li:last-child:before,
.about-list li:last-child:after
{
    display: none;
}
.about-list li:before,
.about-list li:after
{
    position: absolute;
    top: 25px;
    bottom: -5px;
    left: 4px;

    width: 1px;

    content: '';
}
.about-list li:before
{
    background: #f7cc01;
    background: url(../images/mask.png);
    background: -webkit-linear-gradient(top, #ee8c30 0%, #f7cc01 100%);
    background:         linear-gradient(to bottom, #ee8c30 0%, #f7cc01 100%);
    background-size: contain;
}
.about-list li:after
{
    background-image: -webkit-linear-gradient(top, #100f14 0%, #100f14 50%, transparent 50%);
    background-image:         linear-gradient(to bottom, #100f14 0%, #100f14 50%, transparent 50%);
    background-repeat: repeat-y;
    background-size: 1px 4px;
}
.about-list li i
{
    position: absolute;
    z-index: 2;
    top: 8px;
    left: 0;

    display: block;

    width: 10px;
    height: 10px;

    content: '';

    border-radius: 2px;
    background: #f7cc01;
    background: url(../images/mask.png);
    background: -webkit-linear-gradient(top, #ee8c30 0%, #f7cc01 100%);
    background:         linear-gradient(to bottom, #ee8c30 0%, #f7cc01 100%);
    background-size: contain;
}
.about-list p
{
    line-height: 2.14285714;

    position: relative;

    margin: 0;

    opacity: .7;
}
.index-news
{
    padding: 65px 0;

    background-color: #1b1b1b;
}
@media (max-width: 991px)
{
    .index-news
    {
        padding: 50px 0;
    }
}
@media (max-width: 767px)
{
    .index-news
    {
        padding: 40px 0;
    }
}
.index-news .index-title
{
    position: relative;
    z-index: 2;

    margin-bottom: 35px;

    text-align: center;
}
.index-news .index-title h3:after
{
    margin: 20px auto 0;
}
.index-news .img-box
{
    padding-bottom: 56.09756098%;

    border-radius: 5px;
}
.index-news .slick-slide > div
{
    padding: 15px;
}
.index-news .slick-current .item,
.index-news .slick-slide:hover .item
{
    box-shadow: 0 5px 14px 1px rgba(0, 0, 0, .4);
}
.index-news .item
{
    -webkit-transition: .4s;
            transition: .4s;

    background-color: #100f14;
}
@media (min-width: 992px)
{
    .index-news .item img
    {
        -webkit-transition:         transform .5s;
        -webkit-transition: -webkit-transform .5s;
                transition: -webkit-transform .5s;
                transition:         transform .5s;
                transition:         transform .5s, -webkit-transform .5s;
    }
    .index-news .item:hover img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
}
@media only screen and (min-width: 992px)
{
    .index-news .item:hover h4,
    .index-news .item:hover .more
    {
        color: #f7cc01;
    }
    .index-news .item:hover .more:after
    {
        color: #f7cc01;
        background-image: -webkit-linear-gradient(top, #ee8c30 0%, #f7cc01 100%);
        background-image:         linear-gradient(to bottom, #ee8c30 0%, #f7cc01 100%);
        -webkit-background-clip: text;

        -webkit-text-fill-color: transparent;
    }
}
.index-news .intro
{
    padding: 15px 40px 20px;

    letter-spacing: 1px;
}
@media (max-width: 767px)
{
    .index-news .intro
    {
        padding: 15px 20px 20px;
    }
}
.index-news .intro .info .date b
{
    font-size: 26px;
    font-weight: normal;

    margin-right: 10px;

    color: #666;
}
.index-news .intro .info .classify
{
    margin-left: 25px;

    color: #f89629;
}
.index-news .intro h4
{
    font-size: 18px;
    font-weight: bold;

    overflow: hidden;

    margin: 15px 0;

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

    color: #fff;
}
.index-news .intro p
{
    line-height: 2.14285714;

    display: -webkit-box;
    overflow: hidden;

    height: 90px;
    margin-bottom: 35px;

    color: #999;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.index-news .intro .more
{
    font-size: 16px;

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

    color: #fff;
}
.index-news .intro .more:after
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    margin-left: 10px;

    content: '\e666';
    -webkit-transition: .3s;
            transition: .3s;
    vertical-align: middle;
}
.index-news .slick-dots
{
    margin-top: 55px;
}
@media (max-width: 1199px)
{
    .index-news .slick-dots
    {
        margin-top: 45px;
    }
}
@media (max-width: 991px)
{
    .index-news .slick-dots
    {
        margin-top: 30px;
    }
}
@media (max-width: 767px)
{
    .index-news .slick-dots
    {
        margin-top: 15px;
    }
}
.index-news .slick-dots li
{
    background-color: #100f14;
}
.public-banner
{
    position: relative;
    z-index: 2;

    overflow: hidden;

    width: 100%;
}
.public-banner img
{
    width: 100%;
}
@media (max-width: 1199px)
{
    .public-banner img
    {
        width: 140%;
        max-width: 140%;
        margin-left: -20%;
    }
}
@media (max-width: 991px)
{
    .public-banner img
    {
        width: 180%;
        max-width: 180%;
        margin-left: -40%;
    }
}
@media (max-width: 767px)
{
    .public-banner img
    {
        width: 220%;
        max-width: 220%;
        margin-left: -60%;
    }
}
.inside-page
{
    position: relative;
    z-index: 2;

    padding: 60px 0;
}
@media (max-width: 991px)
{
    .inside-page
    {
        padding: 55px 0 60px 0;
    }
}
@media (max-width: 767px)
{
    .inside-page
    {
        padding: 40px 0 45px 0;
    }
}
.inside-page .inside-title h3
{
    font-size: 20px;
    font-weight: bold;

    margin: 0;

    color: #fff;
}
.inside-page .inside-title h3:after
{
    display: block;

    width: 40px;
    height: 2px;
    margin-top: 15px;

    /*content: '';*/

    /*background: url(../images/mask.png);*/
    background-size: contain;
}
.inside-nav
{
    max-width: 100%;

    text-align: center;
}
@media (max-width: 991px)
{
    .inside-nav
    {
        display: none;
    }
}
.inside-nav .list1-wrap
{
    position: relative;

    background-color: #11171c;
}
.inside-nav .list1-wrap .nav-mask
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    display: inline-block;

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

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

    background-color: #0a0a11;
    background-clip: content-box;
}
@media (max-width: 1199px)
{
    .inside-nav .list1-wrap .nav-mask
    {
        padding: 0 10px;
    }
}
@media (max-width: 991px)
{
    .inside-nav .list1-wrap .nav-mask
    {
        padding: 0 5px;
    }
}
.inside-nav .inside-list1
{
    position: relative;
}
@media (max-width: 767px)
{
    .inside-nav .inside-list1
    {
        padding: 11px 0;
    }
}
@media only screen and (min-width: 768px)
{
    .inside-nav .inside-list1.more
    {
        padding-bottom: 50px;
    }
}
.inside-nav .inside-list1 li
{
    position: relative;
    z-index: 2;

    display: inline-block;

    padding: 0 15px;

    vertical-align: top;
}
@media (max-width: 1199px)
{
    .inside-nav .inside-list1 li
    {
        padding: 0 10px;
    }
}
@media (max-width: 991px)
{
    .inside-nav .inside-list1 li
    {
        padding: 0 5px;
    }
}
@media only screen and (min-width: 992px)
{
    .inside-nav .inside-list1 li:hover > a
    {
        color: #f7cc01;
    }
}
.inside-nav .inside-list1 li.active > a
{
    position: relative;

    text-decoration: underline;

    color: #f7cc01;
}
.inside-nav .inside-list1 li.active .inside-list2
{
    display: block;
}
.inside-nav .inside-list1 li > a
{
    font-size: 16px;

    display: block;

    padding: 64px 30px;

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

    color: #fff;
}
@media (max-width: 1339px)
{
    .inside-nav .inside-list1 li > a
    {
        padding: 50px 25px;
    }
}
@media (max-width: 1199px)
{
    .inside-nav .inside-list1 li > a
    {
        padding: 50px 15px;
    }
}
@media (max-width: 991px)
{
    .inside-nav .inside-list1 li > a
    {
        font-size: 14px;
    }
}
.inside-nav .list2-wrap
{
    text-align: left;

    border-bottom: 1px solid #545454;
    background-color: #0a0b10;
}
.inside-nav .inside-list2
{
    position: relative;

    display: none;
}
@media only screen and (min-width: 768px)
{
    .inside-nav .inside-list2
    {
        z-index: 9;

        text-align: center;
    }
    .inside-nav .inside-list2.normal
    {
        left: 50%;

        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
    }
    .inside-nav .inside-list2.more-left
    {
        left: 0;
    }
    .inside-nav .inside-list2.more-right
    {
        right: 0;
    }
}
.inside-nav .inside-list2.show
{
    display: inline-block !important;
}
.inside-nav .inside-list2 li
{
    line-height: 1.8;

    display: inline-block;

    margin-left: 70px;

    vertical-align: top;
}
@media (max-width: 1339px)
{
    .inside-nav .inside-list2 li
    {
        margin-left: 50px;
    }
}
@media (max-width: 767px)
{
    .inside-nav .inside-list2 li
    {
        margin-right: 10px;
    }
}
.inside-nav .inside-list2 li:first-child
{
    margin-left: 0;
}
.inside-nav .inside-list2 li.active > a,
.inside-nav .inside-list2 li:hover > a
{
    color: #f7cc01;
}
.inside-nav .inside-list2 li.active > a:after,
.inside-nav .inside-list2 li:hover > a:after
{
    width: 100%;
}
.inside-nav .inside-list2 li > a
{
    position: relative;

    display: block;

    padding: 37px 0;

    color: #999;
}
.inside-nav .inside-list2 li > a:after
{
    position: absolute;
    z-index: 2;
    bottom: -1px;
    left: 0;

    display: block;

    width: 0;
    height: 1px;

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

    background-color: #f89629;
}
.product-wrap .inside-title
{
    margin-bottom: 40px;
}
@media (max-width: 767px)
{
    .product-wrap .inside-title
    {
        margin-bottom: 30px;
    }
}
.product-wrap .product-list
{
    text-align: center;

    color: #fff;
}
.product-wrap .product-list li
{
    margin-bottom: 40px;
}
@media (max-width: 991px)
{
    .product-wrap .product-list li
    {
        margin-bottom: 30px;
    }
}
@media (max-width: 767px)
{
    .product-wrap .product-list li
    {
        margin-bottom: 10px;
    }
}
.product-wrap .product-list .img-box
{
    padding-bottom: 75%;
}
.product-wrap .product-list .item
{
    display: block;
    overflow: hidden;

    -webkit-transition: .3s;
            transition: .3s;
}
@media (min-width: 992px)
{
    .product-wrap .product-list .item img
    {
        -webkit-transition:         transform .5s;
        -webkit-transition: -webkit-transform .5s;
                transition: -webkit-transform .5s;
                transition:         transform .5s;
                transition:         transform .5s, -webkit-transform .5s;
    }
    .product-wrap .product-list .item:hover img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
}
@media only screen and (min-width: 992px)
{
    .product-wrap .product-list .item:hover
    {
        background-color: #131414;
    }
    .product-wrap .product-list .item:hover p
    {
        color: #f7cc01;
    }
}
.product-wrap .product-list .item p
{
    overflow: hidden;

    margin: 22px 0;

    -webkit-transition: color .3s;
            transition: color .3s;
    white-space: nowrap;
    letter-spacing: 1px;
    text-overflow: ellipsis;
}
@media (max-width: 767px)
{
    .product-details-wrap .container
    {
        padding: 0 15px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .product-details-wrap .share
    {
        margin-top: 25px;
    }
}
.product-details-wrap .share span
{
    font-size: 16px;
    font-weight: bold;

    vertical-align: middle;

    color: #fff;
}
.product-details-wrap .carousel-wrap
{
    overflow: hidden;

    margin-top: 40px;
}
.product-details-wrap .carousel-wrap .carousel
{
    font-size: 0;

    position: relative;

    letter-spacing: -8px;
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .product-details-wrap .carousel-wrap .carousel
    {
        width: 80%;
        margin: 0 auto 40px;
    }
}
@media (max-width: 767px)
{
    .product-details-wrap .carousel-wrap .carousel
    {
        margin-bottom: 30px;
    }
}
.product-details-wrap .carousel-wrap .carousel .slider-for
{
    position: relative;

    padding: 9px;

    border: 1px solid #555;
}
.product-details-wrap .carousel-wrap .carousel .slider-for .img-box
{
    padding-bottom: 75%;
}
.product-details-wrap .carousel-wrap .carousel .row
{
    margin: 0 -5px;
}
.product-details-wrap .fun-btn
{
    zoom: 1;

    margin-top: 55px;
    padding-top: 65px;

    border-top: 1px solid #555;
}
.product-details-wrap .fun-btn:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
@media (max-width: 1199px)
{
    .product-details-wrap .fun-btn
    {
        margin-top: 35px;
        padding-top: 45px;
    }
}
@media (max-width: 767px)
{
    .product-details-wrap .fun-btn
    {
        margin-top: 25px;
        padding-top: 35px;
    }
}
.product-details-wrap .fun-btn > a
{
    font-weight: bold;
    line-height: 46px;

    display: block;
    float: left;

    width: 160px;
    height: 46px;

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

    color: #fff;
}
.product-details-wrap .fun-btn > a:before
{
    font-family: 'iconfont' !important;
    font-size: 22px;
    font-weight: normal;
    font-style: normal;

    margin-right: 15px;

    vertical-align: middle;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 992px)
{
    .product-details-wrap .fun-btn > a:hover
    {
        opacity: .9;
    }
}
@media (max-width: 767px)
{
    .product-details-wrap .fun-btn > a
    {
        width: 100%;
        padding: 0 10px;
    }
}
.product-details-wrap .fun-btn .inquiry-btn
{
    background: #f7cc01;
    background: url(../images/mask.png);
    background: -webkit-linear-gradient(top, #ee8c30 0%, #f7cc01 100%);
    background:         linear-gradient(to bottom, #ee8c30 0%, #f7cc01 100%);
    background-size: contain;
}
.product-details-wrap .fun-btn .inquiry-btn:before
{
    content: '\e611';
}
.product-details-wrap .fun-btn .share
{
    float: right;

    padding-top: 10px;
}
@media (max-width: 991px)
{
    .product-details-wrap .fun-btn .share
    {
        margin-top: 0;
    }
}
@media (max-width: 767px)
{
    .product-details-wrap .fun-btn .share
    {
        margin-top: 15px;
    }
}
.product-details-wrap .info-box h1
{
    font-size: 20px;

    margin: 15px 0 25px 0;

    color: #f7cc01;
}
.product-details-wrap .info-box p
{
    line-height: 2.14285714;

    margin: 0;

    color: #999;
}
.product-details-wrap .details-tab
{
    margin-top: 50px;
}
@media (max-width: 991px)
{
    .product-details-wrap .details-tab
    {
        margin-top: 40px;
    }
}
.product-details-wrap .details-tab .tab-card
{
    line-height: 60px;

    position: relative;

    overflow: hidden;

    height: 60px;

    background-color: #222;
}
@media (max-width: 767px)
{
    .product-details-wrap .details-tab .tab-card
    {
        line-height: 50px;

        height: 50px;
    }
}
.product-details-wrap .details-tab .tab-card.tab-more
{
    height: auto !important;
    padding-right: 45px;
}
.product-details-wrap .details-tab .tab-card.tab-more .tab-nav
{
    white-space: normal !important;
}
.product-details-wrap .details-tab .tab-card.tab-more .tab-bar i:before
{
    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0);
}
.product-details-wrap .details-tab .tab-card .tab-bar
{
    line-height: 60px;

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

    width: 40px;
    height: 60px;

    text-align: center;

    background-color: #666;
}
@media (min-width: 768px)
{
    .product-details-wrap .details-tab .tab-card .tab-bar
    {
        display: none;
    }
}
@media (max-width: 767px)
{
    .product-details-wrap .details-tab .tab-card .tab-bar
    {
        line-height: 50px;

        height: 50px;
    }
}
.product-details-wrap .details-tab .tab-card .tab-bar i
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
}
.product-details-wrap .details-tab .tab-card .tab-bar i:before
{
    font-family: 'iconfont' !important;

    display: block;

    content: '\e622';
    -webkit-transition: .5s;
            transition: .5s;
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);

    color: #fff;
}
.product-details-wrap .details-tab .tab-nav
{
    font-size: 0;

    zoom: 1;

    white-space: nowrap;
    letter-spacing: -8px;

    color: #fff;
}
.product-details-wrap .details-tab .tab-nav:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
.product-details-wrap .details-tab .tab-nav li
{
    font-size: 14px;

    display: inline-block;

    margin: 0;

    letter-spacing: 0;
}
.product-details-wrap .details-tab .tab-nav li a
{
    font-size: 16px;

    display: block;

    padding: 0 60px;
}
@media (max-width: 1199px)
{
    .product-details-wrap .details-tab .tab-nav li a
    {
        padding: 0 50px;
    }
}
@media (max-width: 991px)
{
    .product-details-wrap .details-tab .tab-nav li a
    {
        padding: 0 40px;
    }
}
@media (max-width: 767px)
{
    .product-details-wrap .details-tab .tab-nav li a
    {
        font-size: 14px;

        padding: 0 15px;
    }
}
.product-details-wrap .details-tab .tab-nav li.active a
{
    background: #f7cc01;
    background: url(../images/mask.png);
    background: -webkit-linear-gradient(top, #ee8c30 0%, #f7cc01 100%);
    background:         linear-gradient(to bottom, #ee8c30 0%, #f7cc01 100%);
    background-size: contain;
}
@media only screen and (min-width: 992px)
{
    .product-details-wrap .details-tab .tab-nav li:hover.active a
    {
        color: #fff;
    }
    .product-details-wrap .details-tab .tab-nav li:hover a
    {
        color: #f7cc01;
    }
}
.product-details-wrap .details-tab .tab-list
{
    display: none;
}
.product-details-wrap .details-tab .tab-list .list-content
{
    padding: 65px 0;
}
@media (max-width: 1199px)
{
    .product-details-wrap .details-tab .tab-list .list-content
    {
        padding: 55px 0;
    }
}
@media (max-width: 991px)
{
    .product-details-wrap .details-tab .tab-list .list-content
    {
        padding: 40px 0;
    }
}
@media (max-width: 767px)
{
    .product-details-wrap .details-tab .tab-list .list-content
    {
        padding: 30px 0;
    }
}
.product-details-wrap .details-tab .tab-list .list-content h4
{
    font-size: 18px;
    font-weight: bold;

    margin: 0 0 30px;

    color: #fff;
}
@media (max-width: 767px)
{
    .product-details-wrap .details-tab .tab-list .list-content h4
    {
        margin-bottom: 20px;
    }
}
.product-details-wrap .details-tab .tab-list .list-content p
{
    line-height: 1.5;

    margin: 0;

    color: #fff;
}
.product-details-wrap .details-tab .tab-list .list-content img
{
    display: inline-block;

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

    vertical-align: top;
}
@media (max-width: 767px)
{
    .product-details-wrap .details-tab .tab-list .list-content img
    {
        margin: 15px 0;
    }
}
.product-details-wrap .inquiry-form input::-webkit-input-placeholder,
.product-details-wrap .inquiry-form textarea::-webkit-input-placeholder
{
    color: #999;
}
.product-details-wrap .inquiry-form input:-o-placeholder,
.product-details-wrap .inquiry-form textarea:-o-placeholder
{
    color: #999;
}
.product-details-wrap .inquiry-form input::-moz-placeholder,
.product-details-wrap .inquiry-form textarea::-moz-placeholder
{
    color: #999;
}
.product-details-wrap .inquiry-form input:-ms-input-placeholder,
.product-details-wrap .inquiry-form textarea:-ms-input-placeholder
{
    color: #999;
}
.product-details-wrap .inquiry-form input:focus::-webkit-input-placeholder,
.product-details-wrap .inquiry-form textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.product-details-wrap .inquiry-form input:focus::-o-placeholder,
.product-details-wrap .inquiry-form textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.product-details-wrap .inquiry-form input:focus::-moz-placeholder,
.product-details-wrap .inquiry-form textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.product-details-wrap .inquiry-form input:focus::-ms-input-placeholder,
.product-details-wrap .inquiry-form textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.product-details-wrap .inquiry-form form
{
    margin-top: 55px;
}
@media (max-width: 991px)
{
    .product-details-wrap .inquiry-form form
    {
        margin-top: 40px;
    }
}
@media (max-width: 767px)
{
    .product-details-wrap .inquiry-form form
    {
        margin-top: 30px;
    }
}
.product-details-wrap .inquiry-form form input,
.product-details-wrap .inquiry-form form textarea
{
    display: block;

    width: 100%;
    margin-bottom: 30px;
    padding: 17px 30px;

    color: #fff;
    border: 1px solid #999;
    background: #333;
}
@media (max-width: 767px)
{
    .product-details-wrap .inquiry-form form input,
    .product-details-wrap .inquiry-form form textarea
    {
        margin-bottom: 25px;
        padding: 15px 17px;
    }
}
.product-details-wrap .inquiry-form form textarea
{
    height: 190px;
}
.product-details-wrap .inquiry-form form .submit
{
    font-size: 16px;
    font-weight: bold;

    display: block;

    width: 100%;
    padding: 17px 0;

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

    color: #fff;
    background: #f7cc01;
    background: url(../images/mask.png);
    background: -webkit-linear-gradient(top, #ee8c30 0%, #f7cc01 100%);
    background:         linear-gradient(to bottom, #ee8c30 0%, #f7cc01 100%);
    background-size: contain;
}
.product-details-wrap .inquiry-form form .submit:hover
{
    opacity: .9;
}
.product-details-wrap .related-wrap ul
{
    margin-top: 10px;
}
.product-details-wrap .related-wrap ul li
{
    margin-top: 25px;
}
.product-details-wrap .related-wrap ul li .img-box
{
    padding-bottom: 75%;
}
@media (min-width: 992px)
{
    .product-details-wrap .related-wrap ul li .item img
    {
        -webkit-transition:         transform .5s;
        -webkit-transition: -webkit-transform .5s;
                transition: -webkit-transform .5s;
                transition:         transform .5s;
                transition:         transform .5s, -webkit-transform .5s;
    }
    .product-details-wrap .related-wrap ul li .item:hover img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
}
@media only screen and (min-width: 992px)
{
    .product-details-wrap .related-wrap ul li .item:hover p
    {
        color: #f7cc01;
    }
}
.product-details-wrap .related-wrap ul li .item p
{
    overflow: hidden;

    margin: 25px 0 0;

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

    color: #fff;
}
@media (max-width: 767px)
{
    .product-details-wrap .related-wrap ul li .item p
    {
        margin-top: 15px;
    }
}
.about-wrap h1
{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.8;

    text-align: center;

    color: #fff;
}
@media (max-width: 991px)
{
    .about-wrap h1
    {
        font-size: 22px;
    }
}
@media (max-width: 767px)
{
    .about-wrap h1
    {
        font-size: 20px;
    }
}
.about-wrap .intro
{
    margin: 45px 0 55px;
    padding-bottom: 55px;

    border-bottom: 1px solid #313131;
}
@media (max-width: 991px)
{
    .about-wrap .intro
    {
        margin: 25px 0 35px;
        padding-bottom: 35px;
    }
}
@media (max-width: 767px)
{
    .about-wrap .intro
    {
        margin-top: 10px;
        padding-right: 0;
    }
}
.about-wrap .intro p
{
    line-height: 2.57142857;

    margin: 0;

    text-indent: 2em;

    color: #eee;
}
.about-wrap .intro img
{
    display: block;

    width: 100%;
    margin: 25px 0;
}
.about-wrap .list-wrap
{
    padding-right: 40.31007752%;
}
@media (max-width: 1199px)
{
    .about-wrap .list-wrap
    {
        padding-right: 30%;
    }
}
@media (max-width: 991px)
{
    .about-wrap .list-wrap
    {
        padding-right: 20%;
    }
}
@media (max-width: 767px)
{
    .about-wrap .list-wrap
    {
        padding-right: 0;
    }
}
.about-wrap .list-wrap .about-list p
{
    color: #fff;
}
.strategy-wrap .inside-title
{
    margin-bottom: 30px;
}
.strategy-wrap .intro p
{
    line-height: 2.57142857;

    margin: 0;

    color: #fff;
}
.strategy-wrap .list
{
    position: relative;
    z-index: 2;

    margin-top: 55px;
    padding-top: 60px;

    border-top: 1px solid #555;
}
@media (max-width: 767px)
{
    .strategy-wrap .list
    {
        margin-top: 30px;
        padding-top: 35px;
    }
}
.strategy-wrap .list:first-child
{
    margin-top: 0;
    padding-top: 0;

    border: none;
}
.strategy-wrap .strategy-map .inside-title
{
    margin-bottom: 30px;
}
@media (max-width: 767px)
{
    .strategy-wrap .strategy-map .inside-title
    {
        margin-bottom: 0;
    }
}
.strategy-wrap .strategy-map .img-box
{
    padding-bottom: 52.63157895%;
}
.strategy-wrap .strategy-map ul li
{
    margin-top: 30px;
}
.strategy-wrap .strategy-map ul .item
{
    position: relative;

    padding: 14px;

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

    border: 1px solid #292b2b;
    background: url(../images/strategy-map-bg.png) bottom center no-repeat;
    background-size: contain;
}
@media (min-width: 992px)
{
    .strategy-wrap .strategy-map ul .item img
    {
        -webkit-transition:         transform .5s;
        -webkit-transition: -webkit-transform .5s;
                transition: -webkit-transform .5s;
                transition:         transform .5s;
                transition:         transform .5s, -webkit-transform .5s;
    }
    .strategy-wrap .strategy-map ul .item:hover img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
}
@media only screen and (min-width: 992px)
{
    .strategy-wrap .strategy-map ul .item:hover
    {
        -webkit-transform: translateY(-10px);
            -ms-transform: translateY(-10px);
                transform: translateY(-10px);
    }
}
.strategy-wrap .strategy-map ul .figcaption
{
    position: relative;

    padding: 30px 14px 165px;
}
@media (max-width: 1339px)
{
    .strategy-wrap .strategy-map ul .figcaption
    {
        padding-bottom: 135px;
    }
}
@media (max-width: 1199px)
{
    .strategy-wrap .strategy-map ul .figcaption
    {
        padding-bottom: 115px;
    }
}
@media (max-width: 767px)
{
    .strategy-wrap .strategy-map ul .figcaption
    {
        padding-bottom: 30%;
    }
}
.strategy-wrap .strategy-map ul .figcaption b
{
    font-size: 16px;

    display: block;

    margin-bottom: 15px;

    color: #fff;
}
.strategy-wrap .strategy-map ul .figcaption p
{
    line-height: 1.71428571;

    margin: 0;

    color: #999;
}
.strategy-wrap .strategy-map ul .strategy-title
{
    position: absolute;
    bottom: 0;
    left: 0;

    width: 100%;
    padding-bottom: 24.3902439%;
}
.strategy-wrap .strategy-map ul .strategy-title h4
{
    font-size: 18px;
    font-weight: bold;

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

    width: 100%;

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

    color: #fff;
}
.strategy-wrap .strategy-map ul .strategy-title h4:before,
.strategy-wrap .strategy-map ul .strategy-title h4:after
{
    display: inline-block;

    width: 0;
    height: 0;

    content: '';
    vertical-align: middle;

    border-style: solid;
}
.strategy-wrap .strategy-map ul .strategy-title h4:before
{
    border-width: 2px 50px 2px 0;
    border-color: transparent #fff transparent transparent;
}
.strategy-wrap .strategy-map ul .strategy-title h4:after
{
    border-width: 2px 0 2px 50px;
    border-color: transparent transparent transparent #fff;
}
.strategy-wrap .strategy-map ul .strategy-title h4 span
{
    margin: 0 20px;
}
.culture-wrap .intro-wrap
{
    zoom: 1;
}
.culture-wrap .intro-wrap:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
.culture-wrap .intro-wrap .list
{
    color: #fff;
}
@media only screen and (min-width: 768px)
{
    .culture-wrap .intro-wrap .list
    {
        float: left;

        width: 600px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1339px)
{
    .culture-wrap .intro-wrap .list
    {
        width: 560px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1199px)
{
    .culture-wrap .intro-wrap .list
    {
        width: 410px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .culture-wrap .intro-wrap .list
    {
        float: none;
    }
}
.culture-wrap .intro-wrap .list li
{
    margin-top: 45px;
}
@media (max-width: 1199px)
{
    .culture-wrap .intro-wrap .list li
    {
        margin-top: 35px;
    }
}
.culture-wrap .intro-wrap .list li:first-child
{
    margin-top: 0;
}
.culture-wrap .intro-wrap .list b
{
    font-size: 24px;
    line-height: 1;

    vertical-align: top;
}
@media (max-width: 1339px)
{
    .culture-wrap .intro-wrap .list b
    {
        font-size: 20px;
    }
}
@media (max-width: 1199px)
{
    .culture-wrap .intro-wrap .list b
    {
        display: block;

        margin-bottom: 25px;
    }
}
.culture-wrap .intro-wrap .list b:after
{
    display: inline-block;

    width: 52px;
    height: 4px;
    margin: 0 15px;
    margin-top: 8px;

    /*content: '';*/
    vertical-align: middle;

    background-color: #fff;
}
@media (max-width: 1339px)
{
    .culture-wrap .intro-wrap .list b:after
    {
        margin-top: 3px;
    }
}
.culture-wrap .intro-wrap .list .intro
{
    display: inline-block;

    vertical-align: top;
}
.culture-wrap .intro-wrap .list .intro p
{
    font-size: 16px;

    margin-bottom: 20px;
}
@media (max-width: 1339px)
{
    .culture-wrap .intro-wrap .list .intro p
    {
        font-size: 14px;
    }
}
@media only screen and (min-width: 768px)
{
    .culture-wrap .intro-wrap .pic-box
    {
        float: right;

        width: 660px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1339px)
{
    .culture-wrap .intro-wrap .pic-box
    {
        width: 550px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1199px)
{
    .culture-wrap .intro-wrap .pic-box
    {
        width: 530px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .culture-wrap .intro-wrap .pic-box
    {
        width: 420px;
    }
}
.culture-wrap .intro-wrap .pic-box .img-box
{
    padding-bottom: 57.57575758%;
}
.culture-wrap .activity-wrap
{
    margin-top: 65px;
    padding-top: 65px;

    border-top: 1px solid #313131;
}
@media (max-width: 767px)
{
    .culture-wrap .activity-wrap
    {
        margin-top: 35px;
        padding-top: 35px;
    }
}
.culture-wrap .activity-wrap .inside-title
{
    position: relative;
}
.culture-wrap .activity-wrap .inside-title h3:after
{
    margin-top: 20px;
    margin-bottom: 40px;
}
@media (max-width: 767px)
{
    .culture-wrap .activity-wrap .inside-title h3:after
    {
        margin-bottom: 20px;
    }
}
.culture-wrap .activity-wrap .inside-title p
{
    color: #fff;
}
@media only screen and (min-width: 768px)
{
    .culture-wrap .activity-wrap .inside-title .activity-btn
    {
        position: absolute;
        right: 0;
        bottom: 10px;
    }
}
@media (max-width: 767px)
{
    .culture-wrap .activity-wrap .inside-title .activity-btn
    {
        margin-top: 15px;

        text-align: right;
    }
}
.culture-wrap .activity-wrap .inside-title .activity-btn a
{
    line-height: 28px;

    display: inline-block;

    width: 80px;
    height: 30px;

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

    color: #555;
    border: 1px solid #555;
    border-radius: 30px;
}
.culture-wrap .activity-wrap .inside-title .activity-btn a:before
{
    font-family: 'iconfont' !important;
    font-size: 22px;
    font-weight: bold;
    font-style: normal;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.culture-wrap .activity-wrap .inside-title .activity-btn a.prev
{
    margin-right: 7px;
}
.culture-wrap .activity-wrap .inside-title .activity-btn a.prev:before
{
    content: '\eb37';
}
.culture-wrap .activity-wrap .inside-title .activity-btn a.next:before
{
    content: '\e666';
}
.culture-wrap .activity-wrap .inside-title .activity-btn a:hover
{
    color: #fff;
    border-color: transparent;
    background: #f7cc01;
    background: url(../images/mask.png);
    background: -webkit-linear-gradient(top, #ee8c30 0%, #f7cc01 100%);
    background:         linear-gradient(to bottom, #ee8c30 0%, #f7cc01 100%);
    background-size: contain;
}
@media (max-width: 767px)
{
    .culture-wrap .activity-wrap .row
    {
        margin: 0 -5px;
    }
}
.culture-wrap .activity-wrap .slick-activity
{
    margin-top: 10px;

    color: #fff;
}
.culture-wrap .activity-wrap .slick-activity .img-box
{
    padding-bottom: 78.04878049%;
}
.culture-wrap .activity-wrap .slick-activity .item
{
    margin-top: 40px;
    padding: 0 15px;
}
@media (min-width: 992px)
{
    .culture-wrap .activity-wrap .slick-activity .item img
    {
        -webkit-transition:         transform .5s;
        -webkit-transition: -webkit-transform .5s;
                transition: -webkit-transform .5s;
                transition:         transform .5s;
                transition:         transform .5s, -webkit-transform .5s;
    }
    .culture-wrap .activity-wrap .slick-activity .item:hover img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
}
@media only screen and (min-width: 992px)
{
    .culture-wrap .activity-wrap .slick-activity .item:hover p
    {
        color: #f7cc01;
    }
}
@media (max-width: 767px)
{
    .culture-wrap .activity-wrap .slick-activity .item
    {
        margin-top: 20px;
        padding: 0 5px;
    }
}
.culture-wrap .activity-wrap .slick-activity .item p
{
    overflow: hidden;

    height: 20px;
    margin: 25px 0 0;

    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
}
@media (max-width: 767px)
{
    .culture-wrap .activity-wrap .slick-activity .item p
    {
        margin-top: 15px;
    }
}
.culture-wrap .activity-wrap .slick-dots
{
    margin-top: 15px;

    text-align: center;
}
.culture-wrap .activity-wrap .slick-dots li
{
    display: inline-block;

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

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

    border-radius: 10px;
    background-color: #fff;
}
.culture-wrap .activity-wrap .slick-dots li:hover,
.culture-wrap .activity-wrap .slick-dots li.slick-active
{
    background: #f7cc01;
    background: url(../images/mask.png);
    background: -webkit-linear-gradient(left, #f7cc01 0%, #ee8c30 100%);
    background:         linear-gradient(to right, #f7cc01 0%, #ee8c30 100%);
    background-size: cover;
}
.culture-wrap .activity-wrap .slick-dots li button
{
    display: none;
}
.honor-wrap .list
{
    margin-top: -30px;
    margin-top: 65px;
    padding-top: 65px;

    border-top: 1px solid #313131;
}
.honor-wrap .list:first-child
{
    margin: 0;
    padding: 0;

    border: none;
}
@media (max-width: 767px)
{
    .honor-wrap .list
    {
        margin: -15px -8px 0;
        margin-top: 35px;
        padding-top: 35px;
    }
}
.honor-wrap .list .inside-title p
{
    margin: 40px 0 0;

    color: #fff;
}
@media (max-width: 767px)
{
    .honor-wrap .list .inside-title p
    {
        margin-top: 20px;
    }
}
.honor-wrap .list .row
{
    margin-top: 20px;
}
@media (max-width: 767px)
{
    .honor-wrap .list .row
    {
        margin: 20px -8px 0;
    }
}
.honor-wrap .list li
{
    margin-top: 40px;
}
@media (max-width: 767px)
{
    .honor-wrap .list li
    {
        margin-top: 15px;
        padding: 0 8px;
    }
}
.honor-wrap .list li > a
{
    display: block;
}
@media (min-width: 992px)
{
    .honor-wrap .list li > a img
    {
        -webkit-transition:         transform .5s;
        -webkit-transition: -webkit-transform .5s;
                transition: -webkit-transform .5s;
                transition:         transform .5s;
                transition:         transform .5s, -webkit-transform .5s;
    }
    .honor-wrap .list li > a:hover img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
}
@media (min-width: 1200px)
{
    .honor-wrap .list li > a:hover p
    {
        font-weight: 500;

        color: #f7cc01;
    }
}
.honor-wrap .list li .img-box
{
    padding-bottom: 129.16666667%;
}
.honor-wrap .list li .pic-box
{
    padding: 19px 29px;

    border: 1px solid #555;
}
@media (max-width: 991px)
{
    .honor-wrap .list li .pic-box
    {
        padding: 15px 20px;
    }
}
@media (max-width: 767px)
{
    .honor-wrap .list li .pic-box
    {
        padding: 12px 10px;
    }
}
.honor-wrap .list li p
{
    font-weight: 300;

    overflow: hidden;

    height: 20px;
    margin: 20px 0 0;

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

    color: #fff;
}
.honor-wrap .page
{
    margin-top: 50px;
}
@media (max-width: 991px)
{
    .honor-wrap .page
    {
        margin-top: 40px;
    }
}
@media (max-width: 767px)
{
    .honor-wrap .page
    {
        margin-top: 30px;
    }
}
.responsibility-wrap .inside-title
{
    margin-bottom: 30px;
}
.responsibility-wrap .intro p
{
    line-height: 2.57142857;

    margin: 0;

    color: #fff;
}
.responsibility-wrap .list
{
    margin-top: -30px;
    margin-top: 65px;
    padding-top: 65px;

    border-top: 1px solid #313131;
}
@media (max-width: 767px)
{
    .responsibility-wrap .list
    {
        margin-top: 35px;
        padding-top: 35px;
    }
}
.responsibility-wrap .list .row
{
    margin-top: -30px;
}
.responsibility-wrap .list .item
{
    position: relative;

    margin-top: 30px;
}
@media (min-width: 992px)
{
    .responsibility-wrap .list .item img
    {
        -webkit-transition:         transform .5s;
        -webkit-transition: -webkit-transform .5s;
                transition: -webkit-transform .5s;
                transition:         transform .5s;
                transition:         transform .5s, -webkit-transform .5s;
    }
    .responsibility-wrap .list .item:hover img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
}
.responsibility-wrap .list .item .mask
{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}
.responsibility-wrap .list .item .mask h4
{
    font-size: 36px;
    font-weight: bold;

    position: relative;
    top: 50%;

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

    color: #fff;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, .6);
}
@media (max-width: 991px)
{
    .responsibility-wrap .list .item .mask h4
    {
        font-size: 24px;
    }
}
.responsibility-wrap .list .item .mask h4 span
{
    position: relative;
}
.responsibility-wrap .list .item .mask h4 span:before,
.responsibility-wrap .list .item .mask h4 span:after
{
    position: absolute;

    display: block;

    width: 100px;
    height: 2px;

    content: '';

    background-color: #fff;
}
@media (max-width: 991px)
{
    .responsibility-wrap .list .item .mask h4 span:before,
    .responsibility-wrap .list .item .mask h4 span:after
    {
        width: 50px;
    }
}
.responsibility-wrap .list .item .mask h4 span:before
{
    bottom: 170%;
    left: 85%;

    -webkit-transform: rotate(-30deg);
        -ms-transform: rotate(-30deg);
            transform: rotate(-30deg);
}
@media (max-width: 991px)
{
    .responsibility-wrap .list .item .mask h4 span:before
    {
        bottom: 150%;
    }
}
@media (max-width: 767px)
{
    .responsibility-wrap .list .item .mask h4 span:before
    {
        bottom: 165%;
        left: 90%;
    }
}
.responsibility-wrap .list .item .mask h4 span:after
{
    top: 185%;
    right: 85%;

    -webkit-transform: rotate(150deg);
        -ms-transform: rotate(150deg);
            transform: rotate(150deg);
}
@media (max-width: 991px)
{
    .responsibility-wrap .list .item .mask h4 span:after
    {
        top: 160%;
    }
}
.responsibility-wrap .list .item-1 .img-box
{
    padding-bottom: 84.12698413%;
}
.responsibility-wrap .list .item-2 .img-box
{
    padding-bottom: 47.61904762%;
}
.download-wrap .inside-title
{
    text-align: center;
}
.download-wrap .inside-title h3:after
{
    margin: 20px auto 35px;
}
.download-wrap .inside-title p
{
    color: #fff;
}
.download-wrap .list
{
    margin-top: 60px;
}
@media (max-width: 1199px)
{
    .download-wrap .list
    {
        margin-top: 35px;
    }
}
.download-wrap .list li
{
    margin-bottom: 30px;
}
@media (max-width: 767px)
{
    .download-wrap .list li
    {
        margin-bottom: 20px;
    }
}
.download-wrap .list .img-box
{
    padding-bottom: 60.97560976%;
}
@media (min-width: 992px)
{
    .download-wrap .list .item img
    {
        -webkit-transition:         transform .5s;
        -webkit-transition: -webkit-transform .5s;
                transition: -webkit-transform .5s;
                transition:         transform .5s;
                transition:         transform .5s, -webkit-transform .5s;
    }
    .download-wrap .list .item:hover img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
}
.download-wrap .list .item:hover h4
{
    color: #f7cc01;
}
.download-wrap .list .item:hover .down-btn
{
    background: #f7cc01;
    background: url(../images/mask.png);
    background: -webkit-linear-gradient(top, #ee8c30 0%, #f7cc01 100%);
    background:         linear-gradient(to bottom, #ee8c30 0%, #f7cc01 100%);
    background-size: contain;
}
.download-wrap .list .intro
{
    position: relative;

    padding: 15px 70px 15px 25px;

    background-color: #100f14;
}
@media (max-width: 767px)
{
    .download-wrap .list .intro
    {
        padding: 15px 60px 15px 15px;
    }
}
.download-wrap .list .intro h4
{
    font-weight: bold;

    overflow: hidden;

    margin: 0 0 10px;

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

    color: #fff;
}
.download-wrap .list .intro p
{
    font-size: 12px;

    margin: 0;

    color: #999;
}
.download-wrap .list .intro p span
{
    margin-left: 13px;
}
.download-wrap .list .intro p span:first-child
{
    margin-left: 0;
}
.download-wrap .list .intro .down-btn
{
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;

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

    width: 30px;
    height: 30px;
    margin-top: -15px;

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

    color: #100f14;
    border-radius: 50%;
    background-color: #555;
}
.download-wrap .list .intro .down-btn:before
{
    font-family: 'iconfont' !important;

    content: '\e666';
}
@media (max-width: 767px)
{
    .download-wrap .list .intro .down-btn
    {
        right: 20px;
    }
}
.download-wrap .page
{
    margin-top: 35px;
}
@media (max-width: 1199px)
{
    .download-wrap .page
    {
        margin-top: 15px;
    }
}
.news-wrap .list li
{
    margin-bottom: 20px;
}
.news-wrap .list .img-box
{
    padding-bottom: 63.49206349%;
}
.news-wrap .list .item
{
    -webkit-transition: .4s;
            transition: .4s;
}
@media (min-width: 992px)
{
    .news-wrap .list .item img
    {
        -webkit-transition:         transform .5s;
        -webkit-transition: -webkit-transform .5s;
                transition: -webkit-transform .5s;
                transition:         transform .5s;
                transition:         transform .5s, -webkit-transform .5s;
    }
    .news-wrap .list .item:hover img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
}
@media only screen and (min-width: 992px)
{
    .news-wrap .list .item:hover h4,
    .news-wrap .list .item:hover .more
    {
        color: #f7cc01;
    }
    .news-wrap .list .item:hover .more:after
    {
        color: #f7cc01;
        background-image: -webkit-linear-gradient(top, #ee8c30 0%, #f7cc01 100%);
        background-image:         linear-gradient(to bottom, #ee8c30 0%, #f7cc01 100%);
        -webkit-background-clip: text;

        -webkit-text-fill-color: transparent;
    }
}
.news-wrap .list .intro
{
    padding: 15px 0 20px;

    letter-spacing: 1px;
}
.news-wrap .list .intro .info .date b
{
    font-size: 26px;
    font-weight: normal;

    margin-right: 10px;

    color: #666;
}
.news-wrap .list .intro .info .classify
{
    margin-left: 25px;

    color: #f89629;
}
.news-wrap .list .intro h4
{
    font-size: 18px;
    font-weight: bold;

    overflow: hidden;

    margin: 15px 0;

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

    color: #fff;
}
.news-wrap .list .intro p
{
    line-height: 2.14285714;

    display: -webkit-box;
    overflow: hidden;

    height: 90px;
    margin-bottom: 35px;

    color: #999;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media (max-width: 991px)
{
    .news-wrap .list .intro p
    {
        margin-bottom: 20px;
    }
}
@media (max-width: 767px)
{
    .news-wrap .list .intro p
    {
        margin-bottom: 15px;
    }
}
.news-wrap .list .intro .more
{
    font-size: 16px;

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

    color: #fff;
}
.news-wrap .list .intro .more:after
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    margin-left: 10px;

    content: '\e666';
    -webkit-transition: .3s;
            transition: .3s;
    vertical-align: middle;
}
.news-wrap .page
{
    margin-top: 15px;
}
@media (max-width: 767px)
{
    .news-wrap .page
    {
        margin-top: 0;
    }
}
.news-details-wrap .news-title
{
    margin-bottom: 60px;
}
@media (max-width: 1199px)
{
    .news-details-wrap .news-title
    {
        margin-bottom: 40px;
    }
}
@media (max-width: 991px)
{
    .news-details-wrap .news-title
    {
        margin-bottom: 30px;
    }
}
.news-details-wrap .news-title .date b
{
    font-size: 26px;
    font-weight: normal;

    margin-right: 10px;

    color: #666;
}
.news-details-wrap .news-title h1
{
    font-size: 20px;
    font-weight: bold;

    margin: 10px 0;

    letter-spacing: 1px;

    color: #fff;
}
.news-details-wrap .pic-box img
{
    display: block;

    width: 100%;
}
@media only screen and (min-width: 992px)
{
    .news-details-wrap .slide-share
    {
        padding: 65px 35px;

        background-color: #1a1a1a;
    }
}
@media (max-width: 991px)
{
    .news-details-wrap .slide-share
    {
        padding: 25px 0;

        border-bottom: 1px dashed #999;
    }
}
.news-details-wrap .slide-share .share
{
    margin-bottom: 40px;
}
@media only screen and (min-width: 992px)
{
    .news-details-wrap .slide-share .share
    {
        font-size: 0;

        width: 100%;
        padding: 0;

        text-align: justify;
        text-justify: distribute-all-lines;
        letter-spacing: -8px;
    }
    .news-details-wrap .slide-share .share:after
    {
        display: inline-block;
        overflow: hidden;

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

        content: '';
    }
    .news-details-wrap .slide-share .share a
    {
        display: inline-block;

        width: auto;
        height: auto;
        margin: 0;
    }
    .news-details-wrap .slide-share .share a:hover:before
    {
        color: #fff;
    }
}
@media (max-width: 991px)
{
    .news-details-wrap .slide-share .share
    {
        margin-bottom: 20px;
    }
}
.news-details-wrap .slide-share .share span,
.news-details-wrap .slide-share .share a
{
    font-size: 14px;

    letter-spacing: 0;
}
.news-details-wrap .slide-share .share span
{
    display: block;

    margin-bottom: 15px;

    text-align: left;
}
.news-details-wrap .slide-share .share a
{
    font-size: 18px;

    border-radius: 0;
}
.news-details-wrap .slide-share .share a:before
{
    color: #666;
}
.news-details-wrap .info
{
    color: #fff;
}
.news-details-wrap .info em
{
    font-style: normal;

    color: #f7cc01;
}
.news-details-wrap .info .read-num
{
    font-size: 12px;

    float: right;
}
.news-details-wrap .info .read-num:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;
    line-height: 1;

    margin-right: 10px;

    content: '\e67b';
    vertical-align: middle;
}
.news-details-wrap .intro
{
    position: relative;
    z-index: 2;

    padding-top: 50px;
}
@media (max-width: 991px)
{
    .news-details-wrap .intro
    {
        padding-top: 35px;
    }
}
.news-details-wrap .intro p
{
    line-height: 2.42857143;

    margin: 0;

    text-indent: 2em;

    color: #999;
}
.news-details-wrap .intro img
{
    display: block;

    max-width: 100%;
    margin: 30px 0;
}
.news-details-wrap .news-page
{
    margin-top: 60px;
}
@media only screen and (min-width: 992px)
{
    .news-details-wrap .news-page
    {
        font-size: 0;

        width: 100%;
        padding: 0;

        text-align: justify;
        text-justify: distribute-all-lines;
        letter-spacing: -8px;
    }
    .news-details-wrap .news-page:after
    {
        display: inline-block;
        overflow: hidden;

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

        content: '';
    }
}
@media (max-width: 991px)
{
    .news-details-wrap .news-page
    {
        margin-top: 40px;
    }
}
@media (max-width: 767px)
{
    .news-details-wrap .news-page
    {
        margin-top: 30px;

        text-align: right;
    }
}
.news-details-wrap .news-page a
{
    line-height: 28px;

    display: inline-block;

    width: 80px;
    height: 30px;

    -webkit-transition: .3s;
            transition: .3s;
    text-align: center;
    letter-spacing: 0;

    color: #555;
    border: 1px solid #555;
    border-radius: 30px;
}
.news-details-wrap .news-page a:before
{
    font-family: 'iconfont' !important;
    font-size: 22px;
    font-weight: bold;
    font-style: normal;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.news-details-wrap .news-page a.prev
{
    margin-right: 7px;
}
.news-details-wrap .news-page a.prev:before
{
    content: '\eb37';
}
.news-details-wrap .news-page a.next:before
{
    content: '\e666';
}
.news-details-wrap .news-page a:hover
{
    color: #fff;
    border-color: transparent;
    background: #f7cc01;
    background: url(../images/mask.png);
    background: -webkit-linear-gradient(top, #ee8c30 0%, #f7cc01 100%);
    background:         linear-gradient(to bottom, #ee8c30 0%, #f7cc01 100%);
    background-size: contain;
}
.partner-wrap .inside-title
{
    text-align: center;
}
.partner-wrap .inside-title h3:after
{
    margin: 15px auto 30px;
}
.partner-wrap .inside-title p
{
    line-height: 2.14285714;

    margin: 0;

    color: #fff;
}
.partner-wrap .partner-img
{
    margin-top: 60px;
}
@media (max-width: 767px)
{
    .partner-wrap .partner-img
    {
        margin-top: 30px;
    }
}
.partner-wrap .partner-img .img-box
{
    padding-bottom: 54.94505495%;
}
.partner-wrap .partner-img .img-box:after
{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-transition: .3s;
            transition: .3s;
    -webkit-transform: translateZ(10px);
            transform: translateZ(10px);

    background-color: rgba(0, 0, 0, .8);
}
.partner-wrap .partner-img .slick-current .img-box:after
{
    background: none;
}
.partner-wrap .partner-img .item
{
    padding: 0 15px;
}
.partner-wrap .partner-img .slick-arrow
{
    position: absolute;
    z-index: 10;
    top: 0;

    width: 80px;
    height: 100%;

    background-color: rgba(0, 0, 0, .9);
}
@media (max-width: 767px)
{
    .partner-wrap .partner-img .slick-arrow
    {
        width: 30px;
    }
}
.partner-wrap .partner-img .slick-arrow:before
{
    font-family: 'iconfont' !important;
    font-size: 46px;
    font-style: normal;

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

    width: 100%;

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

    color: #fff;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px)
{
    .partner-wrap .partner-img .slick-arrow:before
    {
        font-size: 18px;
    }
}
.partner-wrap .partner-img .slick-arrow.slick-prev
{
    left: 0;
}
.partner-wrap .partner-img .slick-arrow.slick-prev:before
{
    content: '\e601';
}
.partner-wrap .partner-img .slick-arrow.slick-next
{
    right: 0;
}
.partner-wrap .partner-img .slick-arrow.slick-next:before
{
    content: '\e827';
}
.partner-wrap .partner-intro
{
    margin-top: 60px;
    padding: 0 20%;
}
@media (max-width: 1199px)
{
    .partner-wrap .partner-intro
    {
        padding: 0 10%;
    }
}
@media (max-width: 991px)
{
    .partner-wrap .partner-intro
    {
        padding: 0 5%;
    }
}
@media (max-width: 767px)
{
    .partner-wrap .partner-intro
    {
        margin-top: 25px;
        padding: 0;
    }
}
.partner-wrap .partner-intro .item
{
    position: relative;
}
@media only screen and (min-width: 768px)
{
    .partner-wrap .partner-intro .item
    {
        padding-left: 110px;
    }
}
.partner-wrap .partner-intro .item .name
{
    margin-bottom: 20px;

    color: #999;
}
@media (max-width: 767px)
{
    .partner-wrap .partner-intro .item .name
    {
        margin-bottom: 10px;
    }
}
.partner-wrap .partner-intro .item .name span
{
    margin-left: 15px;
}
.partner-wrap .partner-intro .item .name span:first-child
{
    margin-left: 0;
}
.partner-wrap .partner-intro .item p
{
    line-height: 2;

    margin: 0;

    color: #fff;
}
.partner-wrap .partner-intro .pic-box
{
    z-index: 2;

    overflow: hidden;

    width: 80px;

    border-radius: 50%;
}
@media only screen and (min-width: 768px)
{
    .partner-wrap .partner-intro .pic-box
    {
        position: absolute;
        top: 0;
        left: 0;
    }
}
@media (max-width: 767px)
{
    .partner-wrap .partner-intro .pic-box
    {
        width: 60px;
        margin-bottom: 15px;
    }
}
.partner-wrap .list
{
    margin-top: 60px;
    padding-top: 60px;

    border-top: 1px solid #555;
}
@media (max-width: 767px)
{
    .partner-wrap .list
    {
        margin-top: 40px;
        padding-top: 40px;
    }
}
.partner-wrap .list .img-box
{
    padding-bottom: 51.28205128%;
}
.partner-wrap .list ul
{
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .partner-wrap .list ul
    {
        margin: 10px -5px 0;
    }
}
.partner-wrap .list li
{
    float: left;

    width: 20%;
    margin-top: 30px;
    padding: 0 15px;
}
@media (max-width: 1199px)
{
    .partner-wrap .list li
    {
        width: 25%;
    }
}
@media (max-width: 991px)
{
    .partner-wrap .list li
    {
        width: 33.3333%;
    }
}
@media (max-width: 767px)
{
    .partner-wrap .list li
    {
        width: 50%;
        margin-top: 10px;
        padding: 0 5px;
    }
}
.contact-wrap
{
    padding-bottom: 0;

    background-color: #171b1f;
}
.contact-wrap .list
{
    font-size: 0;

    position: relative;
    z-index: 2;

    padding-bottom: 60px;

    text-align: center;
    letter-spacing: -8px;
}
@media (max-width: 767px)
{
    .contact-wrap .list
    {
        padding-bottom: 30px;
    }
}
.contact-wrap .list li
{
    font-size: 14px;

    display: inline-block;

    width: 25%;
    padding: 0 40px;

    vertical-align: top;
    letter-spacing: 0;

    color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .contact-wrap .list li
    {
        padding: 0 15px;
    }
}
@media (max-width: 991px)
{
    .contact-wrap .list li
    {
        width: 50%;
    }
}
@media (max-width: 767px)
{
    .contact-wrap .list li
    {
        width: 100%;
        margin-bottom: 10px;
        padding: 0;
    }
}
.contact-wrap .list li:before
{
    font-family: 'iconfont' !important;
    font-size: 54px;
    font-style: normal;

    display: block;

    margin-bottom: 15px;

    color: #f7cc01;
    background-image: -webkit-linear-gradient(top, #ee8c30 0%, #f7cc01 100%);
    background-image:         linear-gradient(to bottom, #ee8c30 0%, #f7cc01 100%);
    -webkit-background-clip: text;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-fill-color: transparent;
}
@media (max-width: 767px)
{
    .contact-wrap .list li:before
    {
        font-size: 38px;

        margin-bottom: 0;
    }
}
.contact-wrap .list li.address:before
{
    content: '\e612';
}
.contact-wrap .list li.tel:before
{
    content: '\e62a';
}
.contact-wrap .list li.fax:before
{
    content: '\e6e3';
}
.contact-wrap .list li.mail:before
{
    content: '\e6af';
}
.contact-wrap .list .item p
{
    font-size: 16px;
    line-height: 1.875;

    display: block;

    margin-bottom: 5px;
}
.contact-wrap .list .item p a:not(:first-child)
{
    display: block;

    margin-left: 64px;
}
.contact-wrap .list .item p a:hover
{
    text-decoration: underline;

    color: #f7cc01;
}
.contact-wrap .list .item p
{
    line-height: 1.71428571;

    margin: 0;

    color: #999;
}
.contact-wrap .message-wrap
{
    position: relative;

    background-color: #100f14;
}
@media only screen and (min-width: 992px)
{
    .contact-wrap .message-wrap
    {
        padding: 60px 0 60px 40px;
    }
}
@media (max-width: 991px)
{
    .contact-wrap .message-wrap
    {
        padding: 60px 0;
    }
}
@media (max-width: 767px)
{
    .contact-wrap .message-wrap
    {
        padding: 40px 0;
    }
}
.contact-wrap .message
{
    overflow: hidden;
}
@media (max-width: 1199px)
{
    .contact-wrap .message
    {
        padding-left: 10px;
    }
}
.contact-wrap .message form
{
    margin-top: 60px;
}
@media (max-width: 991px)
{
    .contact-wrap .message form
    {
        margin-top: 30px;
    }
}
.contact-wrap .message form p
{
    line-height: 1.78571429;

    margin-bottom: 15px;
}
.contact-wrap .message form b
{
    display: block;

    margin-top: 30px;
    margin-bottom: 35px;
}
.contact-wrap .message form .row
{
    margin: 0 -10px;
}
.contact-wrap .message form .row li
{
    padding: 0 10px;
}
.contact-wrap .message form input::-webkit-input-placeholder,
.contact-wrap .message form textarea::-webkit-input-placeholder
{
    color: #8b8b8b;
}
.contact-wrap .message form input:-o-placeholder,
.contact-wrap .message form textarea:-o-placeholder
{
    color: #8b8b8b;
}
.contact-wrap .message form input::-moz-placeholder,
.contact-wrap .message form textarea::-moz-placeholder
{
    color: #8b8b8b;
}
.contact-wrap .message form input:-ms-input-placeholder,
.contact-wrap .message form textarea:-ms-input-placeholder
{
    color: #8b8b8b;
}
.contact-wrap .message form input:focus::-webkit-input-placeholder,
.contact-wrap .message form textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.contact-wrap .message form input:focus::-o-placeholder,
.contact-wrap .message form textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.contact-wrap .message form input:focus::-moz-placeholder,
.contact-wrap .message form textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.contact-wrap .message form input:focus::-ms-input-placeholder,
.contact-wrap .message form textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.contact-wrap .message form input,
.contact-wrap .message form textarea
{
    font-weight: 300;

    display: block;

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

    color: #8b8b8b;
    border: 1px solid #555;
    background: none;
}
.contact-wrap .message form textarea
{
    height: 180px;
}
.contact-wrap .message form .submit
{
    font-weight: bold;

    position: relative;

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

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

    color: #fff;
    background: #f7cc01;
    background: url(../images/mask.png);
    background: -webkit-linear-gradient(top, #ee8c30 0%, #f7cc01 100%);
    background:         linear-gradient(to bottom, #ee8c30 0%, #f7cc01 100%);
    background-size: contain;
}
.contact-wrap .message form .submit:hover
{
    opacity: .9;
}
@media only screen and (min-width: 992px)
{
    .contact-wrap .map
    {
        position: absolute;
        top: 0;
        left: 0;

        width: 50%;
        height: 100%;
    }
    .contact-wrap .map .dituContent
    {
        position: absolute;
        top: 0;
        left: 0;

        display: block;

        width: 100%;
        height: 100%;
    }
}
@media (max-width: 991px)
{
    .contact-wrap .map
    {
        margin-top: 45px;
    }
    .contact-wrap .map .dituContent
    {
        height: 400px;
    }
}
@media (max-width: 767px)
{
    .contact-wrap .map .dituContent
    {
        height: 280px;
    }
}
.online-wrap .btn
{
    line-height: 40px;

    position: fixed;
    z-index: 100;
    right: 0;
    bottom: 50px;

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

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

    border-radius: 50%;
    background-color: rgba(0, 0, 0, .7);
}
@media (min-width: 768px)
{
    .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;
    right: 45px;
    bottom: 180px;

    display: none;

    max-width: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .online-wrap .code-pic
    {
        right: 55px;
        bottom: 370px;
    }
}
.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;
    right: 0;
    bottom: 23%;

    -webkit-transition: right .3s;
            transition: right .3s;
}
@media (max-width: 767px)
{
    .online-wrap .online
    {
        right: -60px;
        bottom: 90px;
    }
    .online-wrap .online.active
    {
        right: 0;
    }
}
.online-wrap .online a
{
    line-height: 50px;

    position: relative;

    display: block;

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

    text-align: center;

    border-radius: 50%;
    background-color: rgba(0, 0, 0, .7);
}
.online-wrap .online a:before
{
    font-size: 20px;

    color: #fff;
}
.online-wrap .online a.icon-gotop2:before
{
    font-size: 26px;
}
@media (min-width: 992px)
{
    .online-wrap .online a:hover
    {
        background: #f7cc01;
        background: url(../images/mask.png);
        background: -webkit-linear-gradient(top, #ee8c30 0%, #f7cc01 100%);
        background:         linear-gradient(to bottom, #ee8c30 0%, #f7cc01 100%);
        background-size: contain;
    }
}
@media (max-width: 767px)
{
    .online-wrap .online a
    {
        line-height: 40px;

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

    padding-right: 5px;

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

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

    display: none;

    width: 130px;
    height: 130px;
    padding-right: 5px;
}
.online-wrap .online .code .mask .mask-box
{
    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;
}
.share
{
    font-weight: 500;

    color: #fff;
}
.share a
{
    line-height: 18px;

    display: inline-block;
    overflow: hidden;

    width: 20px;
    height: 20px;
    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;

    border-radius: 50%;
}
.share a:first-child
{
    margin-left: 0;
}
.share a:before
{
    color: #999;
}
.share a:hover
{
    -webkit-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
            transform: translateY(-3px);
}
.share a:hover:before
{
    color: #fff;
}
.share.color a
{
    line-height: 25px;

    width: 25px;
    height: 25px;
    margin-left: 7px;
}
.share.color a:before
{
    font-size: 14px;

    color: #fff;
}
.share.color .icon-facebook
{
    background-color: #3c579a;
}
.share.color .icon-tuite
{
    background-color: #55aded;
}
.share.color .icon-instagram
{
    background-color: #6b3d2e;
}
.share.color .icon-google
{
    background-color: #db4f42;
}
.share.color .icon-youtube1
{
    background-color: #c4302e;
}
.share.color .icon-linkedin
{
    background-color: #d82e77;
}
.footer
{
    color: #999;
}
.footer .footer-wrap
{
    overflow: hidden;

    background-color: #191a1a;
}
.footer .footer-row
{
    font-size: 0;

    position: relative;
    z-index: 2;

    margin: 0 -15px;
    padding: 65px 0 100px 0;

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

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

    content: '';
}
@media (max-width: 1199px)
{
    .footer .footer-row
    {
        margin: 0 -5px;
    }
}
@media (max-width: 991px)
{
    .footer .footer-row
    {
        padding: 40px 0 60px;
    }
}
@media (max-width: 767px)
{
    .footer .footer-row
    {
        padding: 40px 0;
    }
}
.footer .foot-list
{
    font-size: 14px;

    display: inline-block;

    padding: 0 15px;

    text-align: center;
    vertical-align: top;
}
@media (max-width: 1199px)
{
    .footer .foot-list
    {
        padding: 0 5px;
    }
}
@media (max-width: 767px)
{
    .footer .foot-list
    {
        width: 50%;

        text-align: left;
    }
}
.footer .foot-list .list li
{
    line-height: 2.57142857;
}
.footer .foot-list .list li a
{
    display: inline-block;
}
.footer .foot-list a:hover
{
    text-decoration: underline;

    color: #f7cc01;
}
.footer .foot-list h4
{
    font-size: 18px;

    margin: 35px 0 20px;

    color: #fff;
}
.footer .foot-list h4:after
{
    display: block;

    width: 40px;
    height: 2px;
    margin: 0 auto;
    margin-top: 15px;

    content: '';

    background: url(../images/mask.png);
    background-size: contain;
}
@media (max-width: 991px)
{
    .footer .foot-list h4
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .footer .foot-list h4
    {
        margin-bottom: 10px;
    }
    .footer .foot-list h4:after
    {
        margin: 15px 0 0;
    }
}
.footer .foot-contact
{
    text-align: left;
}
@media (min-width: 1200px)
{
    .footer .foot-contact
    {
        max-width: 400px;
    }
}
@media (max-width: 1199px)
{
    .footer .foot-contact
    {
        width: 330px;
    }
}
@media (max-width: 767px)
{
    .footer .foot-contact
    {
        width: 100%;
    }
}
.footer .foot-contact .intro img
{
    display: block;

    margin-bottom: 20px;
}
.footer .foot-contact .intro p
{
    line-height: 1.71428571;

    margin: 0;
}
.footer .foot-contact .contact-box
{
    padding-top: 5px;
}
.footer .foot-contact .contact-box p
{
    line-height: 1.71428571;

    position: relative;

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

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

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

    color: #f7cc01;
    background-image: -webkit-linear-gradient(top, #ee8c30 0%, #f7cc01 100%);
    background-image:         linear-gradient(to bottom, #ee8c30 0%, #f7cc01 100%);
    -webkit-background-clip: text;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-fill-color: transparent;
}
.footer .foot-contact .contact-box .address:before
{
    content: '\e612';
}
.footer .foot-contact .contact-box .tel:before
{
    content: '\e62a';
}
.footer .foot-contact .contact-box .fax:before
{
    content: '\e6e3';
}
.footer .foot-contact .contact-box .mail:before
{
    content: '\e6af';
}
.footer .foot-message
{
    overflow: hidden;

    max-width: 100%;

    text-align: left;
}
@media (min-width: 1200px)
{
    .footer .foot-message
    {
        width: 330px;
    }
}
@media (max-width: 1199px)
{
    .footer .foot-message
    {
        width: 280px;
    }
}
@media (max-width: 991px)
{
    .footer .foot-message
    {
        width: 50%;
    }
}
@media (max-width: 767px)
{
    .footer .foot-message
    {
        width: 100%;
    }
}
.footer .foot-message h4:after
{
    margin: 15px 0 0;
}
.footer .foot-message form
{
    overflow: hidden;

    margin-top: 25px;
}
.footer .foot-message form input::-webkit-input-placeholder,
.footer .foot-message form textarea::-webkit-input-placeholder
{
    color: #999;
}
.footer .foot-message form input:-o-placeholder,
.footer .foot-message form textarea:-o-placeholder
{
    color: #999;
}
.footer .foot-message form input::-moz-placeholder,
.footer .foot-message form textarea::-moz-placeholder
{
    color: #999;
}
.footer .foot-message form input:-ms-input-placeholder,
.footer .foot-message form textarea:-ms-input-placeholder
{
    color: #999;
}
.footer .foot-message form input:focus::-webkit-input-placeholder,
.footer .foot-message form textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.footer .foot-message form input:focus::-o-placeholder,
.footer .foot-message form textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.footer .foot-message form input:focus::-moz-placeholder,
.footer .foot-message form textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.footer .foot-message form input:focus::-ms-input-placeholder,
.footer .foot-message form textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.footer .foot-message form .row
{
    margin: 0 -5px;
}
.footer .foot-message form .row li
{
    line-height: 1;

    padding: 0 5px;
}
.footer .foot-message form input,
.footer .foot-message form textarea
{
    display: block;

    width: 100%;
    margin-bottom: 10px;
    padding: 7px 15px;

    color: #999;
    border: 1px solid #b5b5b5;
    background: #fff;
}
.footer .foot-message form textarea
{
    height: 120px;
}
.footer .foot-message form .submit
{
    font-weight: bold;

    margin-top: 5px;
    padding: 8px 32px;

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

    color: #fff;
}
.footer .foot-message form .submit:hover
{
    opacity: .9;
}
.footer .copyright
{
    padding: 18px 0;

    text-align: center;

    background-color: #0a090f;
}
.footer .copyright p
{
    position: relative;
    z-index: 2;

    margin: 4px 0 0 0;

    color: #777;
}
@media only screen and (min-width: 992px)
{
    .footer .copyright p
    {
        float: left;
    }
}
.footer .copyright p a
{
    margin-left: 5px;
}
@media (max-width: 767px)
{
    .footer .copyright p a
    {
        display: block;

        margin: 5px 0 10px;
    }
}
.footer .copyright p a:hover
{
    text-decoration: underline;

    color: #333;
}
.footer .copyright .share
{
    position: relative;
    z-index: 2;
}
@media only screen and (min-width: 992px)
{
    .footer .copyright .share
    {
        float: right;
    }
}
@media (max-width: 991px)
{
    .footer .copyright .share
    {
        margin-top: 10px;
    }
}


#active{
    color: #f7cc01;
}



/**
 * Date : 2019年1月10日11:38:37
 * @author HSM
 * @toDo 首页产品加边框；
 * @toDo 英文版本内页导航过宽；
 */
.index-product .top-pro .item,
.index-product .btm-pro li {
    border: 5px solid #1a1a1b;
}


.inside-nav .inside-list1 li > a {
    font-size: 13px;
    padding: 35px 10px;
}
@media (max-width: 1339px){
    .inside-nav .inside-list1 li > a {
        padding: 35px 0;
    }
}
@media (max-width: 1199px) {
    .inside-nav .inside-list1 {
        padding: 15px 0;
    }
    .inside-nav .inside-list1 li > a {
        padding: 15px 10px;
    }
}


/**
 * Date : 2019年1月15日16:01:46
 * @author HSM
 * @toDo 首页联系我们电话换行了
 */

@media (min-width: 992px) {
 .contact-wrap .list .tel p{
    white-space: nowrap;
 }
}

/**
 * Date : 2019年1月16日09:16:41
 * @author HSM
 * @toDo 导航文字大小
 */

@media (min-width: 1340px) {
    .header .nav .nav-list1 > li > a{
        font-size: 16px;
    }
    .header .nav .nav-list1 .nav-list2 > li > a{
        font-size: 13px;
    }
    .header .language-box a {
        width: 35px;
    }
}


/**
 * Date : 2023年8月3日17:23:31
 * @author HSM
 * @toDo 补充下单表
 */

.xs-online {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 998;
  box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, 0.2);
  background-color: rgba(247, 204, 1, 0.8);
}
.xs-online ul {
  color: #fff;
  text-align: center;
  display: table;
  width: 100%;
  table-layout: fixed;
}
.xs-online ul li {
  display: table-cell;
  width: 20%;
  border-left: 1px solid rgba(255, 255, 255, 0.8);
}
.xs-online ul li > a {
  display: block;
  padding: 6px 0;
  font-size: 0.7em;
}
.xs-online ul li > a:before {
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  font-size: 1.4em;
}
.xs-online ul li > a span {
  display: block;
  height: 17px;
  line-height: 17px;
}
.xs-online ul li:first-child {
  border-left: none;
}
.xs-online ul li.tel > a:before {
  content: '\e61c';
}
.xs-online ul li.mail > a:before {
  content: '\e6a4';
}
.xs-online ul li.home > a:before {
  content: '\e6c8';
}
.xs-online ul li.whatsapp > a:before {
  content: '\e621';
}
.xs-online ul li.facebook > a:before {
  content: '\e6d9';
}
.xs-online ul li.product > a:before {
  content: '\e7e9';
}
.xs-online ul li.skype > a:before {
  content: '\e616';
}
.xs-online ul li.map > a:before {
  content: '\e63e';
}
.xs-online ul li.message > a:before {
  content: '\e65f';
}
.xs-online ul li.contact > a:before {
  content: '\e62c';
}
.xs-online ul li.wechat,
.xs-online ul li.weixin {
  position: relative;
}
.xs-online ul li.wechat label,
.xs-online ul li.weixin label {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 2;
}
.xs-online ul li.wechat .xs-wechat:checked ~ .pic-box,
.xs-online ul li.weixin .xs-wechat:checked ~ .pic-box {
  display: block;
}
.xs-online ul li.wechat > a:before,
.xs-online ul li.weixin > a:before {
  content: '\e604';
}
.xs-online ul li.wechat .pic-box,
.xs-online ul li.weixin .pic-box {
  display: none;
  box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 100%;
  background-color: #fff;
  padding: 5px;
  left: 50%;
  width: 100px;
  max-width: 100px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.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;
  white-space: nowrap;
  color: #333;
  margin: 0;
}
.xs-online ul li.service > a:before {
  content: '\e7e9';
}
.xs-online ul li.gotop > a:before {
  content: '\e605';
}

@media (max-width: 767px) {
  .footer .copyright {
    padding-bottom: 70px;
  }
}



.inside-nav {
    position: sticky;
    top: 0;
    z-index: 5;
}

.list2-wrap {
    font-size: 0;
}
.list2-wrap li{
    font-size: 14px;
}



.product-wrap .product-list .item .info {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 40px;
  overflow: hidden;
  margin-bottom: 15px;

}

.cate_content{
    color: #fff;
}