@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;
}
.all
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}
body
{
    font-family: Arial, 'Helvetica Neue', Helvetica, 'Hiragino Sans GB', 'PingFang SC', 'Microsoft YaHei', 'Heiti SC', 'WenQuanYi Micro Hei', sans-serif;
}
body.fixed
{
    position: fixed;

    overflow: hidden;

    width: 100%;
    height: 100%;
}
body.fixed .header
{
    z-index: 10000002;
}
@media only screen and (min-width: 1340px)
{
    .container
    {
        width: 1320px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1339px)
{
    .container
    {
        width: 1170px;
    }
}
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
{
    font-size: 16px;
    line-height: 50px;

    display: inline-block;

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

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

    border-radius: 5px;
    background: #fff;
    background-color: #eee;
}
@media (max-width: 991px)
{
    .page li
    {
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
}
@media (max-width: 767px)
{
    .page li
    {
        font-size: 14px;
        line-height: 34px;

        width: 34px;
        height: 34px;
        margin: 0 1px;
    }
}
.page li.active,
.page li:hover
{
    color: #fff;
    border-color: #4283eb;
    background-color: #4283eb;
}
.page li.active
{
    border-radius: 50%;
}
.page li a
{
    display: block;
}
.page li.prev:before,
.page li.next:before
{
    font-family: 'iconfont' !important;
    font-style: normal;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page li.prev:before
{
    content: '\e9b5';
}
@media (min-width: 481px)
{
    .page li.prev
    {
        margin-right: 26px;
    }
}
.page li.next:before
{
    content: '\e72f';
}
@media (min-width: 481px)
{
    .page li.next
    {
        margin-left: 26px;
    }
}
.table-box
{
    overflow: auto;

    width: 100%;
    max-width: 100%;
}
.table-box table
{
    width: auto;
    max-width: 100%;

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

    color: #666;
}
.table-box table tr,
.table-box table td,
.table-box table th
{
    width: auto !important;
    height: auto !important;
}
.table-box table tr:nth-child(odd)
{
    background-color: #f6f6f6;
}
.table-box table tr:nth-child(even)
{
    background-color: #fff;
}
.table-box table td,
.table-box table th
{
    padding: 12px 20px !important;

    border: 1px solid #ddd !important;
}
@media (max-width: 767px)
{
    .table-box table td,
    .table-box table th
    {
        padding: 8px 15px !important;
    }
}
.table-box table tr p,
.table-box table tr span
{
    margin: 0 !important;
    padding: 0 !important;

    background: none !important;
}
.table-box table td:first-child
{
    color: #333;
}
.clearfix
{
    zoom: 1;
}
.clearfix:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
img.lazy
{
    min-width: 1px;
    min-height: 1px;
}
.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: 800px;
    max-width: 80%;
    height: 600px;
    max-height: 50%;
    margin: 0;
}
img
{
            backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
}
.header
{
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;

    width: 100%;

    background-color: rgba(0, 0, 0, .15);
}
.header .logo
{
    position: relative;
    z-index: 5;

    float: left;

    text-align: center;
}
@media (max-width: 767px)
{
    .header .logo
    {
        width: 120px;
    }
}
.header .logo a
{
    position: relative;
    z-index: 10;

    display: block;

    width: auto;
    max-width: 100%;
    padding: 14px 0;
}
@media (max-width: 767px)
{
    .header .logo a
    {
        padding: 10px 0;
    }
}
.header .logo a img
{
    display: block;

    width: 100%;
}
.header .right-box
{
    float: right;
}
@media (max-width: 1199px)
{
    .header .right-box
    {
        padding: 20px 0;
    }
}
@media (max-width: 767px)
{
    .header .right-box
    {
        padding: 9px 0;
    }
}
.header .right-box > div
{
    display: inline-block;

    vertical-align: middle;
}
@media (max-width: 1199px)
{
    .header .right-box > div.nav
    {
        display: none;
    }
}
@media (max-width: 767px)
{
    .header .right-box > div.google-translate
    {
        display: none;
    }
}
.header .right-box .fade-out ~ .google-translate
{
    position: fixed;
    z-index: 10000;
    top: 30px;
    left: 30px;

    display: block !important;

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

    opacity: 0;
}
.header .language
{
    font-size: 0;

    position: relative;

    margin-right: -20px;

    letter-spacing: -8px;
}
@media (max-width: 1199px)
{
    .header .language
    {
        display: none !important;
    }
}
.header .language a
{
    position: relative;

    display: inline-block;

    width: 28px;
    height: 28px;
    margin: 0;
    margin-right: 20px;

    border-radius: 50%;
    background-image: url(../images/language.png);
    background-repeat: no-repeat;
    background-clip: content-box;
    background-size: 200% auto;
}
.header .language a.en
{
    background-position: 0 100%;
}
.header .language a.cn
{
    background-position: 100% 100%;
}
.header .language a:before
{
    position: absolute;
    top: 50%;
    left: 50%;

    display: block;

    width: 34px;
    height: 34px;

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

    border: 1px solid rgba(255, 255, 255, .58);
    border-radius: 50%;
}
.header .language a:hover:before
{
    border-color: #fff;
}
.header .find
{
    margin-right: 55px;
    margin-left: 25px;

    cursor: pointer;
}
@media (max-width: 1199px)
{
    .header .find
    {
        margin-right: 10px;
        margin-left: 0;
    }
}
@media (max-width: 767px)
{
    .header .find
    {
        margin-top: 3px;
        margin-right: 12px;
    }
}
.header .find:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;
    font-weight: bold;

    content: '\e623';

    color: #fff;
}
.header .nav-collapse
{
    position: relative;

    display: none;

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

    cursor: pointer;

    background: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .header .nav-collapse
    {
        margin-left: 15px;
    }
}
@media (max-width: 1199px)
{
    .header .nav-collapse
    {
        display: inline-block;

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

        display: block;

        margin-top: 10px;

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

    width: 28px;
    height: 2px;

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

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

    content: '';
}
.header .nav-collapse .btn-line:nth-child(1)
{
    top: 32%;
}
.header .nav-collapse .btn-line:nth-child(2)
{
    top: 50%;
}
.header .nav-collapse .btn-line:nth-child(3)
{
    top: 68%;
}
.header .nav-collapse.active
{
    border-color: transparent;
}
.header .nav-collapse.active .btn-line
{
    background-color: #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;

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

        display: block;

        height: 2px;

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

        background-color: #fff;
    }
}
@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;

    color: #fff;
}
.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 33px;
    }
    .header .nav .nav-list1 > li.active .nav-list2:before,
    .header .nav .nav-list1 > li:hover .nav-list2:before
    {
        top: -4px;

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

        opacity: 1;
    }
    .header .nav .nav-list1 > li > a
    {
        font-weight: bold;

        position: relative;

        display: block;

        padding: 30px 0;
    }
    .header .nav .nav-list1 .nav-list2,
    .header .nav .nav-list1 .nav-list3
    {
        display: none;

        text-align: left;

        background-color: rgba(0, 0, 0, .7);
    }
    .header .nav .nav-list1 .nav-list2
    {
        position: absolute;
        z-index: 10;
        top: 100%;
        left: 0;

        margin-top: -2px;
        padding: 10px 0;

        box-shadow: 0 5px 15px 2px rgba(0, 0, 0, .1);
    }
    .header .nav .nav-list1 .nav-list2 > li
    {
        position: relative;

        white-space: nowrap;
    }
    .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
    {
        -webkit-transform: translateX(5px);
            -ms-transform: translateX(5px);
                transform: translateX(5px);
        text-decoration: underline;
    }
    .header .nav .nav-list1 .nav-list2 > li > a
    {
        font-size: 14px;
        line-height: 2.14285714;

        position: relative;

        display: inline-block;

        padding: 0 30px;

        -webkit-transition: .3s;
                transition: .3s;
    }
    .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: #4283eb;
    }
    .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 (min-width: 1200px) and (max-width: 1339px)
{
    .header .nav .nav-list1 > li
    {
        padding: 0 25px;
    }
}
@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: 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 .nav-title,
.header .nav-3 .nav-top .nav-title
{
    font-size: 30px;

    margin: 0;
}
@media (max-width: 767px)
{
    .header .nav-2 .nav-top .nav-title,
    .header .nav-3 .nav-top .nav-title
    {
        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
{
    overflow: auto;

    max-height: 70vh;
    margin-top: 4%;
}
@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: 20px 0;

    text-align: left;
}
@media (max-width: 991px)
{
    .header .nav-2 .content ul li,
    .header .nav-3 .content ul li
    {
        margin: 10px 0;
    }
}
@media (max-width: 767px)
{
    .header .nav-2 .content ul li,
    .header .nav-3 .content ul li
    {
        font-size: 5vmin;
        line-height: 2;

        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: 4.5vmin;
}
.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
    {
        overflow: auto;

        max-height: 80vh;

        opacity: 1;
    }
    .header .fade-out ul.nav-list1 a
    {
        color: #fff;
    }
    .header .fade-out ul.nav-list1 > li
    {
        zoom: 1;

        margin: 20px 0;

        -webkit-transform: translateX(-15px) rotateX(90deg);
                transform: translateX(-15px) rotateX(90deg);
    }
    .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
    {
        -webkit-transition: all .4s;
                transition: all .4s;
        -webkit-transform: translateX(0) rotateX(0deg);
                transform: translateX(0) rotateX(0deg);

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

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

        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 (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.show
    {
        padding-right: 0;
    }
}
@media (max-width: 1199px) and (max-width: 767px)
{
    .header .fade-out ul.nav-list1 > li > a
    {
        font-size: 6.5vmin;
        line-height: 1.7;
    }
}
@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;
}
.slick-dots
{
    text-align: center;
}
.slick-dots li
{
    display: inline-block;

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

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

    border-radius: 10px;
    background: none;
}
@media (max-width: 767px)
{
    .slick-dots li
    {
        width: 8px;
        height: 8px;

        border-radius: 8px;
    }
}
.slick-dots li.slick-active,
.slick-dots li:hover
{
    background-color: #4283eb;
}
.slick-dots li button
{
    display: none;
}
.banner
{
    position: relative;

    overflow: hidden;

    width: 100%;
}
.banner:after
{
    bottom: -1px;
}
.banner .item
{
    position: relative;

    overflow: hidden;
}
.banner .img-box
{
    padding-bottom: 40.625%;
}
.banner .img-box img
{
    display: block;

    -webkit-transition: 5s;
            transition: 5s;
}
.banner .slick
{
    font-size: 0;

    position: relative;

    letter-spacing: -8px;
}
.banner .pic-box
{
    position: relative;
}
@media (max-width: 1199px)
{
    .banner .pic-box
    {
        width: 120%;
        max-width: 120%;
        margin-left: -10%;
    }
}
@media (max-width: 991px)
{
    .banner .pic-box
    {
        width: 140%;
        max-width: 140%;
        margin-left: -20%;
    }
}
@media (max-width: 767px)
{
    .banner .pic-box
    {
        width: 160%;
        max-width: 160%;
        margin-left: -30%;
    }
}
.banner .slick-dots
{
    position: absolute;
    bottom: 30px;
    left: 50%;

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

        display: none;
    }
}
.banner .slick-dots li
{
    margin: 0 4px;

    border: 1px solid #fff;
    background: none;
}
.banner .slick-dots li.slick-active,
.banner .slick-dots li:hover
{
    background-color: #fff;
}
.banner .slick-arrow
{
    position: absolute;
    z-index: 20;
    top: 0;

    width: 5%;
    height: 100%;

    background: none;
}
.banner .slick-arrow:before
{
    color: #4283eb;
}
.banner .slick-arrow.slick-prev
{
    left: 0;

    background: url(../images/arrow-l.png) no-repeat right center;
}
.banner .slick-arrow.slick-next
{
    right: 0;

    background: url(../images/arrow-r.png) no-repeat left center;
}
.banner .slick-arrow:hover
{
    opacity: .8;
}
.banner .banner-txt
{
    font-size: 14px;

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

    width: 100%;

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

    color: #fff;
}
.banner .intro
{
    width: 750px;
    max-width: 90%;
    margin: 0 auto;
}
@media only screen and (min-width: 768px)
{
    .banner .intro *
    {
        -webkit-transform: translateY(-100px) translateZ(10px);
                transform: translateY(-100px) translateZ(10px);

        opacity: 0;
    }
}
@media (max-width: 767px)
{
    .banner .intro
    {
        position: relative;
    }
}
.banner .intro b
{
    font-size: 50px;
    line-height: 60px;

    display: block;

    width: 70%;
    margin: 0 auto 14px;
}
.banner .intro p
{
    font-size: 18px;
    line-height: 30px;

    margin: 0;
}
@media (max-width: 1199px)
{
    .banner .intro b
    {
        font-size: 46px;
        line-height: 54px;

        width: 60%;
    }
    .banner .intro p
    {
        font-size: 16px;
        line-height: 28px;
    }
}
@media (max-width: 991px)
{
    .banner .intro b
    {
        font-size: 40px;
    }
    .banner .intro p
    {
        font-size: 15px;
    }
}
@media (max-width: 767px)
{
    .banner .intro b
    {
        font-size: 32px;
        line-height: 36px;
    }
    .banner .intro p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
@media (max-width: 480px)
{
    .banner .intro b
    {
        font-size: 5vw;
        line-height: 1.2;

        display: block;

        margin-bottom: 10px;
    }
    .banner .intro p
    {
        font-size: 3vw;
        line-height: 1.2;
    }
}
@media only screen and (min-width: 768px)
{
    .banner .slick-current .intro *
    {
        -webkit-transition: .5s;
                transition: .5s;
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0);

        opacity: 1;
    }
    .banner .slick-current .intro *:nth-child(1)
    {
        -webkit-transition-delay: 1.2s;
                transition-delay: 1.2s;
    }
    .banner .slick-current .intro *:nth-child(2)
    {
        -webkit-transition-delay: 1s;
                transition-delay: 1s;
    }
}
.index-box
{
    overflow: hidden;

    max-width: 100%;
    padding: 95px 0;
}
@media (max-width: 1199px)
{
    .index-box
    {
        padding: 80px 0;
    }
}
@media (max-width: 991px)
{
    .index-box
    {
        padding: 60px 0;
    }
}
@media (max-width: 767px)
{
    .index-box
    {
        padding: 50px 0;
    }
}
.index-box .title
{
    margin-bottom: 40px;

    text-align: center;
}
@media (max-width: 767px)
{
    .index-box .title
    {
        margin-bottom: 30px;
    }
}
.index-box .title h3
{
    font-size: 30px;
    font-weight: bold;
    line-height: 1;

    margin: 0 0 5px;
}
@media (max-width: 767px)
{
    .index-box .title h3
    {
        font-size: 24px;

        margin-bottom: 5px;
    }
}
.index-box .title h3 span
{
    position: relative;

    /*display: inline-block;*/
}
.index-box .title h3 span:before
{
    /*font-size: 72px;
    font-weight: normal;

    position: absolute;
    top: -25px;
    left: -25px;

    content: attr(firstLetter);

    opacity: .2;
    color: #f6575a;*/
}
@media (max-width: 767px)
{
    .index-box .title h3 span:before
    {
        font-size: 52px;

        top: -18px;
        left: -20px;
    }
}
.index-box .title h3 span:first-letter
{
    font-size: 0;
}
.index-box .title p
{
    font-size: 12px;
    font-size: 15px;

    margin: 0;
    margin: 0 auto;

    color: #999;
}
.index-box .more a
{
    line-height: 45px;

    display: block;

    width: 160px;
    height: 45px;

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

    color: #fff;
    border-radius: 3px;
    background-color: #4283eb;
}
@media (max-width: 767px)
{
    .index-box .more a
    {
        line-height: 40px;

        width: 140px;
        height: 40px;
    }
}
.index-box .more a:hover
{
    box-shadow: inset 0 2px 10px rgba(0, 0, 0, .3);
}
.product-list .img-box
{
    padding-bottom: 67.53246753%;
}
.product-list .item-box
{
    padding: 5px 0;
}
.product-list .item
{
    position: relative;

    -webkit-transition: .3s;
            transition: .3s;
}
@media (min-width: 992px)
{
    .product-list .item img
    {
        -webkit-transition:         transform .7s;
        -webkit-transition: -webkit-transform .7s;
                transition: -webkit-transform .7s;
                transition:         transform .7s;
                transition:         transform .7s, -webkit-transform .7s;
    }
    .product-list .item:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
@media (min-width: 1200px)
{
    .product-list .item:hover
    {
        box-shadow: 0 0 12px 0 rgba(7, 17, 27, .2);
    }
    .product-list .item:hover .intro:after
    {
        -webkit-transform: translateY(-40px);
            -ms-transform: translateY(-40px);
                transform: translateY(-40px);

        color: #fff;
        border-color: #4283eb;
        background-color: #4283eb;
    }
}
.product-list .intro
{
    position: relative;
    z-index: 20;

    padding: 18px 65px 18px 20px;
}
.product-list .intro:after
{
    font-family: 'iconfont' !important;
    font-size: 20px;
    line-height: 32px;

    position: absolute;
    z-index: 20;
    top: 25px;
    right: 20px;

    display: block;

    width: 34px;
    height: 34px;

    content: '\e72f';
    -webkit-transition: .5s;
            transition: .5s;
    text-align: center;

    color: #999;
    border: 1px solid #999;
    border-radius: 50%;
}
.product-list .intro .pro-name,
.product-list .intro p
{
    overflow: hidden;

    white-space: nowrap;
    text-overflow: ellipsis;
}
.product-list .intro .pro-name
{
    font-size: 16px;

    margin-bottom: 5px;
}
.product-list .intro p
{
    margin: 0;

    color: #888;
}
.index-product
{
    overflow: hidden;
}
.index-product .slick-index-product
{
    position: relative;
}
.index-product .slick-dots li
{
    border: 1px solid #4283eb;
}
.index-product .slick-dots li.slick-active,
.index-product .slick-dots li:hover
{
    background-color: #4283eb;
}
.index-product .slick-list
{
    margin: 0 -15px;
}
.index-product .slick-arrow
{
    position: absolute;
    z-index: 20;
    top: 50%;

    display: block;

    margin-top: -25px;

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

    color: #ccc;
    background: none;
}
.index-product .slick-arrow:before
{
    font-family: 'iconfont' !important;
    font-size: 14px;
    font-size: 30px;
    font-weight: bold;
    font-style: normal;

    letter-spacing: 0;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.index-product .slick-arrow:hover
{
    color: #4283eb;
}
.index-product .slick-prev
{
    left: -70px;
}
.index-product .slick-prev:before
{
    content: '\e601';
}
.index-product .slick-next
{
    right: -70px;
}
.index-product .slick-next:before
{
    content: '\e827';
}
.index-product .slick-slide
{
    padding-right: 15px;
    padding-left: 15px;
}
.index-num
{
    z-index: 5;

    overflow: hidden;

    width: 100%;
    padding: 50px 0;

    color: #fff;
    background: url(../images/imgs/index-num-bg.jpg) center;
}
@media (max-width: 991px)
{
    .index-num
    {
        padding: 45px 0;
    }
}
@media (max-width: 767px)
{
    .index-num
    {
        padding: 40px 0;
    }
}
.index-num ul
{
    font-size: 0;

    text-align: center;
    letter-spacing: -8px;
}
@media (max-width: 767px)
{
    .index-num ul
    {
        margin: 0 -10px;
    }
}
.index-num ul li
{
    font-size: 14px;

    position: relative;

    display: inline-block;

    padding: 0 45px;

    vertical-align: top;
    letter-spacing: 0;
}
@media only screen and (min-width: 768px)
{
    .index-num ul li
    {
        width: 25%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1339px)
{
    .index-num ul li
    {
        padding: 0 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1199px)
{
    .index-num ul li
    {
        padding: 0 15px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .index-num ul li
    {
        width: 50%;
        padding: 0 10%;
    }
}
@media (max-width: 767px)
{
    .index-num ul li
    {
        width: 50%;
        margin: 10px 0;
        padding: 0 5px;
    }
    .index-num ul li:nth-child(odd):before
    {
        display: none;
    }
    .index-num ul li:last-child:after
    {
        display: none;
    }
}
.index-num ul li .timer
{
    font-size: 40px;
    font-weight: bold;

    position: relative;

    display: inline-block;
}
@media (max-width: 1339px)
{
    .index-num ul li .timer
    {
        font-size: 40px;
    }
}
@media (max-width: 1199px)
{
    .index-num ul li .timer
    {
        font-size: 32px;
    }
}
@media (max-width: 767px)
{
    .index-num ul li .timer
    {
        font-size: 28px;
    }
}
.index-num ul li .timer:after
{
    font-size: 18px;
    font-weight: normal;

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

    margin-left: 5px;

    content: '+';
}
@media (max-width: 767px)
{
    .index-num ul li .timer:after
    {
        font-size: 14px;

        top: 5px;
    }
}
.index-num ul li p
{
    line-height: 1.57142857;

    margin: 0;
}
@media (max-width: 991px)
{
    .index-num ul li p
    {
        font-size: 14px;
    }
}
.index-solution .list
{
    font-size: 0;

    letter-spacing: -8px;
}
@media (max-width: 767px)
{
    .index-solution .list
    {
        margin-top: -35px;
    }
}
.index-solution .list li
{
    font-size: 14px;

    display: inline-block;

    width: 33.333%;
    padding: 0 5%;

    vertical-align: top;
    letter-spacing: 0;
}
@media (max-width: 1339px)
{
    .index-solution .list li
    {
        padding: 0 20px;
    }
}
@media (max-width: 991px)
{
    .index-solution .list li
    {
        padding: 0 15px;
    }
}
@media (max-width: 767px)
{
    .index-solution .list li
    {
        width: 100%;
        margin-top: 35px;
    }
}
.index-solution .list li:nth-child(1) .iconfont
{
    background-color: #78a0d5;
}
.index-solution .list li:nth-child(1) .iconfont:before
{
    content: '\e62c';
}
.index-solution .list li:nth-child(1) b:after
{
    background-color: #78a0d5;
}
.index-solution .list li:nth-child(2) .iconfont
{
    background-color: #4e9aca;
}
.index-solution .list li:nth-child(2) .iconfont:before
{
    content: '\e61a';
}
.index-solution .list li:nth-child(2) b:after
{
    background-color: #4e9aca;
}
.index-solution .list li:nth-child(3) .iconfont
{
    background-color: #8c97cb;
}
.index-solution .list li:nth-child(3) .iconfont:before
{
    content: '\e6f2';
}
.index-solution .list li:nth-child(3) b:after
{
    background-color: #8c97cb;
}
.index-solution .item
{
    display: block;

    text-align: center;
}
.index-solution .item:hover .img-box,
.index-solution .item:hover .iconfont
{
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
}
.index-solution .item .iconfont,
.index-solution .item .img-box
{
    overflow: hidden;

    border-radius: 50%;
}
.index-solution .item .pic-box
{
    position: relative;
    z-index: 2;

    width: 210px;
    max-width: 100%;
    margin: 0 auto;
}
@media (max-width: 991px)
{
    .index-solution .item .pic-box
    {
        width: 140px;
    }
}
@media (max-width: 767px)
{
    .index-solution .item .pic-box
    {
        width: 110px;
    }
}
.index-solution .item .pic-box .img-box,
.index-solution .item .pic-box .iconfont
{
    display: block;

    -webkit-transition: -webkit-transform 1s;
            transition: -webkit-transform 1s;
            transition:         transform 1s;
            transition:         transform 1s, -webkit-transform 1s;
    -webkit-transition-timing-function: infinite;
            transition-timing-function: infinite;
}
.index-solution .item .img-box
{
    -webkit-backface-visibility: visible;
            backface-visibility: visible;
}


.index-solution .item .img-box img{
    -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
    -webkit-backface-visibility: visible;
        backface-visibility: visible;
}
.index-solution .item .iconfont
{
    font-size: 50px;

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

    width: 100%;
    height: 100%;

    color: #fff;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
@media (max-width: 991px)
{
    .index-solution .item .iconfont
    {
        font-size: 40px;
    }
}
@media (max-width: 767px)
{
    .index-solution .item .iconfont
    {
        font-size: 34px;
    }
}
.index-solution .item .iconfont:before
{
    position: absolute;
    top: 50%;
    left: 50%;

    display: block;

    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
}
.index-solution .item > b
{
    font-size: 20px;

    display: block;

    margin-top: 25px;
}
.index-solution .item > b:after
{
    display: block;

    width: 40px;
    height: 2px;
    margin: 20px auto;

    content: '';
}
@media (max-width: 991px)
{
    .index-solution .item > b
    {
        font-size: 18px;
    }
    .index-solution .item > b:after
    {
        margin: 20px auto 15px;
    }
}
@media (max-width: 767px)
{
    .index-solution .item > b
    {
        margin-top: 20px;
    }
    .index-solution .item > b:after
    {
        margin: 15px auto 10px;
    }
}
.index-solution .item p
{
    line-height: 1.85714286;

    margin: 0;
}
.index-choose
{
    color: #fff;
    background: no-repeat center;
}
@media (max-width: 1199px)
{
    .index-choose
    {
        background-size: cover;
    }
}
.index-choose .title h3 span:before
{
    color: #fff;
}
.index-choose .title p
{
    color: #fff;
}
.index-choose .choose-list
{
    font-size: 0;

    margin: -45px -20px 0;

    letter-spacing: -8px;
}
@media (max-width: 991px)
{
    .index-choose .choose-list
    {
        margin: -45px -10px 0;
    }
}
@media (max-width: 480px)
{
    .index-choose .choose-list
    {
        margin-top: -30px;
    }
}
.index-choose .choose-list li
{
    font-size: 14px;

    display: inline-block;

    width: 33.3333%;
    margin-top: 45px;
    padding: 0 20px;

    vertical-align: top;
    letter-spacing: 0;
}
@media (max-width: 1199px)
{
    .index-choose .choose-list li
    {
        width: 50%;
    }
}
@media (max-width: 991px)
{
    .index-choose .choose-list li
    {
        padding: 0 10px;
    }
}
@media (max-width: 480px)
{
    .index-choose .choose-list li
    {
        width: 100%;
        margin-top: 35px;
    }
}
.index-choose .choose-list li:nth-child(1) .item:before
{
    content: '\e88b';
}
.index-choose .choose-list li:nth-child(2) .item:before
{
    content: '\e625';
}
.index-choose .choose-list li:nth-child(3) .item:before
{
    content: '\e7c8';
}
.index-choose .choose-list li:nth-child(4) .item:before
{
    content: '\e661';
}
.index-choose .choose-list li:nth-child(5) .item:before
{
    content: '\e648';
}
.index-choose .choose-list li:nth-child(6) .item:before
{
    content: '\e641';
}
.index-choose .choose-list li:nth-child(7) .item:before
{
    content: '\e677';
}
.index-choose .choose-list li:nth-child(8) .item:before
{
    content: '\e642';
}
.index-choose .choose-list li:nth-child(9) .item:before
{
    content: '\e619';
}
.index-choose .choose-list .item
{
    position: relative;

    padding-left: 65px;

    -webkit-transition: .5s;
            transition: .5s;
}
.index-choose .choose-list .item:before
{
    font-family: 'iconfont' !important;
    font-size: 26px;
    font-style: normal;
    line-height: 50px;

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

    width: 50px;
    height: 50px;

    text-align: center;

    border: 1px solid #fff;
    border-radius: 50%;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.index-choose .choose-list .item:hover
{
    -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
            transform: translateY(-5px);
}
.index-choose .choose-list .item:hover:before
{
    -webkit-animation: swing 1s 0s ease both;
            animation: swing 1s 0s ease both;
}
.index-choose .choose-list .item > b
{
    font-size: 16px;

    display: block;

    margin-bottom: 5px;
}
.index-choose .choose-list .item p
{
    line-height: 1.57142857;

    margin: 0;

    color: #eeeded;
}
.news-list > li,
.news-list .slick-slide
{
    padding: 0 15px;
}
.news-list > li
{
    margin-bottom: 30px;
}
@media (max-width: 767px)
{
    .news-list > li
    {
        margin-bottom: 15px;
    }
}
.news-list .slick-dots
{
    margin-top: 15px;
}
.news-list .slick-dots li
{
    border: 1px solid #4283eb;
}
@media (min-width: 992px)
{
    .news-list .item img
    {
        -webkit-transition:         transform .7s;
        -webkit-transition: -webkit-transform .7s;
                transition: -webkit-transform .7s;
                transition:         transform .7s;
                transition:         transform .7s, -webkit-transform .7s;
    }
    .news-list .item:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
@media (min-width: 1200px)
{
    .news-list .item:hover .img-box:after
    {
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0);
    }
    .news-list .item:hover .intro .date
    {
        border-color: #4283eb;
        background-color: #4283eb;
    }
    .news-list .item:hover .intro .date b,
    .news-list .item:hover .intro .date span
    {
        color: #fff;
    }
    .news-list .item:hover .intro .n-title
    {
        text-decoration: underline;

        color: #4283eb;
    }
}
.news-list .img-box
{
    padding-bottom: 58.53658537%;
}
.news-list .img-box:after
{
    font-family: 'iconfont' !important;
    font-size: 32px;
    line-height: 36px;

    position: absolute;
    z-index: 15;
    right: 20px;
    bottom: 0;

    display: block;

    width: 130px;
    height: 36px;

    content: '\e64b';
    -webkit-transition: .6s;
            transition: .6s;
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
    text-align: center;

    color: #fff;
    background-color: #4283eb;
}
.news-list .intro
{
    position: relative;

    margin-top: 35px;
    padding-left: 120px;
}
@media (max-width: 1199px)
{
    .news-list .intro
    {
        padding-left: 100px;
    }
}
@media (max-width: 767px)
{
    .news-list .intro
    {
        margin-top: 25px;
    }
}
.news-list .intro .date
{
    position: absolute;
    top: 0;
    left: 0;

    padding: 10px 18px;

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

    border: 1px solid #d2d2d2;
}
@media (max-width: 1199px)
{
    .news-list .intro .date
    {
        padding: 8px 15px;
    }
}
.news-list .intro .date b,
.news-list .intro .date span
{
    line-height: 1;
}
.news-list .intro .date b
{
    font-size: 26px;

    display: block;

    color: #444;
}
@media (max-width: 1199px)
{
    .news-list .intro .date b
    {
        font-size: 22px;
    }
}
.news-list .intro .date span
{
    color: #888;
}
.news-list .intro .n-title
{
    font-size: 18px;

    overflow: hidden;

    margin-bottom: 5px;

    -webkit-transition: .3s;
            transition: .3s;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news-list .intro p
{
    line-height: 1.42857143;

    display: -webkit-box;
    overflow: hidden;

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

    color: #888;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.index-news
{
    background-color: #f6f6f6;
}
.index-news .news-list
{
    position: relative;
}
.index-news .slick-arrow
{
    position: absolute;
    top: 50%;

    display: block;

    margin-top: -45px;

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

    color: #ccc;
    background: none;
}
.index-news .slick-arrow:before
{
    font-family: 'iconfont' !important;
    font-size: 14px;
    font-size: 30px;
    font-weight: bold;
    font-style: normal;

    letter-spacing: 0;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.index-news .slick-arrow:hover
{
    color: #4283eb;
}
.index-news .slick-prev
{
    left: -55px;
}
.index-news .slick-prev:before
{
    content: '\e601';
}
.index-news .slick-next
{
    right: -55px;
}
.index-news .slick-next:before
{
    content: '\e827';
}
.index-contact .list
{
    font-size: 0;

    padding-top: 5px;

    letter-spacing: -8px;
}
@media (max-width: 767px)
{
    .index-contact .list
    {
        padding-top: 10px;
    }
}
.index-contact .list li
{
    font-size: 14px;

    display: inline-block;

    width: 33.333%;
    margin-top: 30px;
    padding: 0 15px;

    vertical-align: top;
    letter-spacing: 0;
}
@media (max-width: 1199px)
{
    .index-contact .list li
    {
        width: 50%;
    }
}
@media (max-width: 767px)
{
    .index-contact .list li
    {
        width: 100%;
        margin-top: 15px;
    }
}
.index-contact .list .item
{
    position: relative;

    overflow: hidden;

    padding: 15px 30px;

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

    border: 1px solid #ddd;
}
@media (min-width: 1200px)
{
    .index-contact .list .item:hover
    {
        -webkit-transform: translateY(-5px);
            -ms-transform: translateY(-5px);
                transform: translateY(-5px);

        box-shadow: 0 3px 16px 0 rgba(7, 17, 27, .2);
    }
}
@media (max-width: 1339px)
{
    .index-contact .list .item
    {
        padding: 15px 20px;
    }
}
@media (max-width: 767px)
{
    .index-contact .list .item
    {
        padding: 15px;
    }
}
.index-contact .list .item .iconfont,
.index-contact .list .item .info
{
    display: inline-block;

    vertical-align: middle;
}
.index-contact .list .item .iconfont
{
    font-size: 30px;
    line-height: 80px;

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

    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-color: #4283eb;
}
@media (max-width: 1339px)
{
    .index-contact .list .item .iconfont
    {
        font-size: 26px;
        line-height: 70px;

        width: 70px;
        height: 70px;
    }
}
@media (max-width: 767px)
{
    .index-contact .list .item .iconfont
    {
        font-size: 20px;
        line-height: 50px;

        width: 50px;
        height: 50px;
        margin: 10px 15px 10px 0;
    }
}
.index-contact .list .item .info
{
    width: -webkit-calc(100% - 105px);
    width:         calc(100% - 105px);
}
@media (max-width: 1339px)
{
    .index-contact .list .item .info
    {
        width: -webkit-calc(100% - 95px);
        width:         calc(100% - 95px);
    }
}
@media (max-width: 767px)
{
    .index-contact .list .item .info
    {
        width: -webkit-calc(100% - 70px);
        width:         calc(100% - 70px);
    }
}
.index-contact .list .item .info .num
{
    font-size: 50px;
    font-weight: bold;
    line-height: 1;

    position: absolute;
    right: -2px;
    bottom: -15px;

    color: #f1f1f1;
}
.index-contact .list .item .info b
{
    font-size: 16px;
    line-height: 1.375;

    display: block;

    margin-bottom: 5px;
}
.index-contact .list .item .info p
{
    font-size: 15px;
    line-height: 1.46666667;

    position: relative;
    z-index: 2;

    margin: 0;

    color: #666;
}
@media (max-width: 991px)
{
    .index-contact .list .item .info p
    {
        font-size: 14px;
    }
}
.index-contact .list .item .info p a:hover
{
    text-decoration: underline;

    color: #4283eb;
}
.inside-page .content
{
    position: relative;

    padding: 50px 0 90px;
}
@media (max-width: 991px)
{
    .inside-page .content
    {
        padding: 45px 0 60px 0;
    }
}
@media (max-width: 767px)
{
    .inside-page .content
    {
        padding: 40px 0 45px 0;
    }
}
.inside-page .title
{
    text-align: center;
}
.inside-page .title h3
{
    font-size: 30px;
    font-weight: bold;

    margin: 0 0 15px;
}
.inside-page .title > b
{
    line-height: 2.14285714;

    display: block;
}
@media (max-width: 767px)
{
    .inside-page .title > b
    {
        line-height: 1.8;
    }
}
.inside-page .nav-wrap
{
    margin-bottom: 20px;
    padding-top: 15px;
}
@media (max-width: 767px)
{
    .inside-page .nav-wrap
    {
        margin-bottom: 10px;
        padding-top: 0;
    }
}
.inside-page .nav-wrap li
{
    display: inline-block;

    margin: 0 3px;
    margin-bottom: 10px;
}
.inside-page .nav-wrap li.active a
{
    color: #fff;
    background-color: #4283eb;
}
@media (min-width: 1200px)
{
    .inside-page .nav-wrap li:hover a
    {
        color: #fff;
        background-color: #4283eb;
    }
}
.inside-page .nav-wrap li a
{
    font-size: 16px;

    display: block;

    padding: 14px 53px;

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

    background-color: #eee;
}
@media (max-width: 1199px)
{
    .inside-page .nav-wrap li a
    {
        padding: 13px 45px;
    }
}
@media (max-width: 991px)
{
    .inside-page .nav-wrap li a
    {
        padding: 12px 35px;
    }
}
@media (max-width: 767px)
{
    .inside-page .nav-wrap li a
    {
        font-size: 14px;

        padding: 10px 25px;
    }
}
@media (max-width: 480px)
{
    .inside-page .nav-wrap li a
    {
        font-size: 12px;

        padding: 10px 15px;
    }
}
.public-banner
{
    position: relative;

    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%;
    }
}
.faq-wrap .list
{
    padding-top: 10px;
}
@media (max-width: 1199px)
{
    .faq-wrap .list
    {
        padding: 0;
    }
}
.faq-wrap .list li
{
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .faq-wrap .list li
    {
        margin-top: 20px;
    }
}
.faq-wrap .list li.active .question
{
    border-color: #4283eb;
}
.faq-wrap .list li.active .question .fold-btn
{
    color: #fff;
    border-left-color: #4283eb;
    background-color: #4283eb;
}
.faq-wrap .list li.active .question .fold-btn:before
{
    display: none;
}
.faq-wrap .list li.active .question .fold-btn:after
{
    display: block;
}
.faq-wrap .list li.active .intro
{
    border-color: #4283eb;
}
.faq-wrap .list li .question
{
    position: relative;

    margin: 0;
    padding: 16px 120px 16px 65px;

    cursor: pointer;

    border: 1px solid #eee;
}
.faq-wrap .list li .question:before
{
    position: absolute;
    top: 15px;
    left: 30px;

    display: block;

    width: 25px;
    height: 20px;

    content: '';

    background: url(../images/imgs/faq.png);
}
@media (max-width: 767px)
{
    .faq-wrap .list li .question
    {
        padding-right: 60px;
        padding-left: 45px;
    }
    .faq-wrap .list li .question:before
    {
        left: 10px;
    }
}
.faq-wrap .list li .question h3
{
    font-size: 16px;
    font-weight: bold;

    margin: 0;
}
@media (max-width: 767px)
{
    .faq-wrap .list li .question h3
    {
        font-size: 15px;
    }
}
.faq-wrap .list li .question .fold-btn
{
    position: absolute;
    top: 0;
    right: 0;

    width: 100px;
    height: 100%;

    color: #333;
    border-left: 1px solid #eee;
}
.faq-wrap .list li .question .fold-btn:before,
.faq-wrap .list li .question .fold-btn:after
{
    font-family: 'iconfont' !important;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;

    position: absolute;
    top: 50%;

    display: block;

    width: 100%;

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

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.faq-wrap .list li .question .fold-btn:before
{
    content: '\e629';
}
.faq-wrap .list li .question .fold-btn:after
{
    display: none;

    content: '\e628';
}
@media (max-width: 767px)
{
    .faq-wrap .list li .question .fold-btn
    {
        width: 50px;
    }
    .faq-wrap .list li .question .fold-btn:before,
    .faq-wrap .list li .question .fold-btn:after
    {
        font-size: 16px;
    }
}
.faq-wrap .list li .intro
{
    position: relative;

    display: none;

    padding: 35px 70px;

    border: 1px solid #eee;
    border-top: none;
}
@media (max-width: 991px)
{
    .faq-wrap .list li .intro
    {
        padding: 35px 50px;
    }
}
@media (max-width: 767px)
{
    .faq-wrap .list li .intro
    {
        padding: 25px 20px;
    }
}
.faq-wrap .list li .intro p
{
    font-size: 16px;
    line-height: 1.75;

    margin: 0;

    color: #666;
}
@media (max-width: 767px)
{
    .faq-wrap .list li .intro p
    {
        font-size: 15px;
    }
}
.video-wrap .list
{
    margin-top: 50px;
}
@media (max-width: 991px)
{
    .video-wrap .list
    {
        margin-top: 40px;
    }
}
@media (max-width: 767px)
{
    .video-wrap .list
    {
        margin-top: 35px;
    }
}
.video-wrap .list li
{
    margin-bottom: 50px;
}
@media (max-width: 991px)
{
    .video-wrap .list li
    {
        margin-bottom: 35px;
    }
}
@media (max-width: 767px)
{
    .video-wrap .list li
    {
        margin-bottom: 20px;
    }
}
.video-wrap .list li:first-child .img-box
{
    padding-bottom: 31.00775194%;
}
@media (max-width: 767px)
{
    .video-wrap .list li:first-child .pic-box
    {
        width: 160%;
        margin-left: -30%;
    }
}
.video-wrap .list li:first-child .item
{
    overflow: hidden;
}
.video-wrap .list li:first-child .item p
{
    font-size: 20px;

    margin: 25px 0 0;
}
@media (max-width: 991px)
{
    .video-wrap .list li:first-child .item p
    {
        font-size: 18px;

        margin-top: 18px;
    }
}
@media (max-width: 767px)
{
    .video-wrap .list li:first-child .item p
    {
        font-size: 16px;

        margin-top: 12px;
    }
}
.video-wrap .list .img-box
{
    padding-bottom: 63.49206349%;

    cursor: pointer;
}
.video-wrap .list .img-box:before,
.video-wrap .list .img-box:after
{
    position: absolute;
}
.video-wrap .list .img-box:after
{
    z-index: 11;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

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

    background-color: rgba(0, 0, 0, .2);
}
.video-wrap .list .img-box:before
{
    font-family: 'iconfont' !important;
    font-size: 60px;

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

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

    opacity: 1;
    color: #fff;
}
@media (max-width: 767px)
{
    .video-wrap .list .img-box:before
    {
        font-size: 50px;
    }
}
.video-wrap .list .item
{
    cursor: pointer;

    background-color: #fff;
}
@media (min-width: 992px)
{
    .video-wrap .list .item img
    {
        -webkit-transition:         transform .7s;
        -webkit-transition: -webkit-transform .7s;
                transition: -webkit-transform .7s;
                transition:         transform .7s;
                transition:         transform .7s, -webkit-transform .7s;
    }
    .video-wrap .list .item:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
@media (min-width: 1200px)
{
    .video-wrap .list .item:hover p
    {
        color: #4283eb;
    }
}
.video-wrap .list .item p
{
    font-size: 16px;
    line-height: 28px;

    overflow: hidden;

    height: 28px;
    margin: 15px 0 0;

    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
}
@media (max-width: 991px)
{
    .video-wrap .list .item p
    {
        margin-top: 10px;
    }
}
.video-wrap .page
{
    margin-top: 20px;
}
@media (max-width: 991px)
{
    .video-wrap .page
    {
        margin-top: 10px;
    }
}
.factory-wrap .list
{
    margin-top: 50px;
}
@media (max-width: 991px)
{
    .factory-wrap .list
    {
        margin: 35px -10px 0;
    }
}
@media (max-width: 767px)
{
    .factory-wrap .list
    {
        margin-top: 20px;
    }
}
.factory-wrap .list li
{
    margin-bottom: 30px;
}
@media (max-width: 991px)
{
    .factory-wrap .list li
    {
        margin-bottom: 20px;
        padding: 0 10px;
    }
}
@media (max-width: 767px)
{
    .factory-wrap .list li
    {
        width: 100%;
    }
}
.factory-wrap .list .img-box
{
    padding-bottom: 71.79487179%;
}
.factory-wrap .list .item
{
    display: block;

    padding: 9px;

    border: 1px solid #eee;
    background-color: #fff;
}
@media (min-width: 992px)
{
    .factory-wrap .list .item img
    {
        -webkit-transition:         transform .7s;
        -webkit-transition: -webkit-transform .7s;
                transition: -webkit-transform .7s;
                transition:         transform .7s;
                transition:         transform .7s, -webkit-transform .7s;
    }
    .factory-wrap .list .item:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
.factory-wrap .page
{
    margin-top: 50px;
}
@media (max-width: 1199px)
{
    .factory-wrap .page
    {
        margin-top: 20px;
    }
}
@media (max-width: 767px)
{
    .factory-wrap .page
    {
        margin-top: 10px;
    }
}
.team-wrap .list
{
    margin-top: 45px;
}
@media (max-width: 991px)
{
    .team-wrap .list
    {
        margin: 30px -10px 0;
    }
}
.team-wrap .list li
{
    margin-bottom: 30px;
}
@media (max-width: 991px)
{
    .team-wrap .list li
    {
        margin-bottom: 20px;
        padding: 0 10px;
    }
}
@media (max-width: 767px)
{
    .team-wrap .list li
    {
        width: 100%;
    }
}
@media (min-width: 992px)
{
    .team-wrap .list .item img
    {
        -webkit-transition:         transform .7s;
        -webkit-transition: -webkit-transform .7s;
                transition: -webkit-transform .7s;
                transition:         transform .7s;
                transition:         transform .7s, -webkit-transform .7s;
    }
    .team-wrap .list .item:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
.team-wrap .list .img-box
{
    padding-bottom: 63.49206349%;
}
.team-wrap .page
{
    margin-top: 60px;
}
@media (max-width: 991px)
{
    .team-wrap .page
    {
        margin-top: 30px;
    }
}
@media (max-width: 767px)
{
    .team-wrap .page
    {
        margin-top: 10px;
    }
}
.honor-wrap .list
{
    margin-top: 45px;
}
.honor-wrap .list li
{
    margin-bottom: 35px;
}
@media (max-width: 767px)
{
    .honor-wrap .list
    {
        margin: 25px -5px 0;
    }
    .honor-wrap .list li
    {
        margin-bottom: 15px;
        padding: 0 5px;
    }
}
.honor-wrap .list .pic-box
{
    padding: 9px;

    border: 1px solid #dcdcdc;
}
.honor-wrap .list .img-box
{
    padding-bottom: 135.71428571%;
}
.honor-wrap .list .item
{
    position: relative;

    display: block;
}
@media (min-width: 992px)
{
    .honor-wrap .list .item img
    {
        -webkit-transition:         transform .7s;
        -webkit-transition: -webkit-transform .7s;
                transition: -webkit-transform .7s;
                transition:         transform .7s;
                transition:         transform .7s, -webkit-transform .7s;
    }
    .honor-wrap .list .item:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
@media (min-width: 1200px)
{
    .honor-wrap .list .item:hover p
    {
        color: #4283eb;
    }
}
.honor-wrap .list .item p
{
    font-size: 16px;

    overflow: hidden;

    height: 22px;
    margin: 18px 0 0;

    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
}
@media (max-width: 767px)
{
    .honor-wrap .list .item p
    {
        font-size: 14px;

        height: 20px;
        margin-top: 10px;
    }
}
.honor-wrap .page
{
    margin-top: 35px;
}
@media (max-width: 991px)
{
    .honor-wrap .page
    {
        margin-top: 10px;
    }
}
.about-wrap p
{
    line-height: 2.14285714;

    margin: 0;

    color: #666;
}
.about-wrap .introduction
{
    zoom: 1;

    margin: 45px 0 40px;
    padding: 55px 0;

    background-color: #f6f6f6;
}
.about-wrap .introduction:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
@media (max-width: 767px)
{
    .about-wrap .introduction
    {
        margin: 35px 0;
        padding: 35px 0 30px;
    }
}
.about-wrap .introduction .pic-box
{
    position: relative;
}
@media only screen and (min-width: 768px)
{
    .about-wrap .introduction .pic-box
    {
        float: right;

        width: 600px;
        margin-left: 60px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1199px)
{
    .about-wrap .introduction .pic-box
    {
        width: 500px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .about-wrap .introduction .pic-box
    {
        width: 400px;
        margin-left: 25px;
    }
}
.about-wrap .introduction .pic-box img
{
    display: block;

    max-width: 100%;
}
.about-wrap .introduction p
{
    margin: 35px 0 0;
}
@media (max-width: 1199px)
{
    .about-wrap .introduction p
    {
        margin-top: 20px;
    }
}
@media (max-width: 991px)
{
    .about-wrap .introduction p
    {
        margin-top: 15px;
    }
}
@media (max-width: 767px)
{
    .about-wrap .introduction p:first-of-type
    {
        padding-top: 10px;
    }
}
.about-wrap .culture h3
{
    font-size: 26px;
    font-weight: bold;

    margin: 45px 0 0;

    text-align: center;
}
.about-wrap .culture .list
{
    font-size: 0;

    margin-top: -20px;

    text-align: left;
    letter-spacing: -8px;
}
@media (max-width: 767px)
{
    .about-wrap .culture .list
    {
        margin: 0 -5px;
    }
}
.about-wrap .culture .list li
{
    font-size: 14px;

    display: inline-block;

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

    text-align: center;
    vertical-align: top;
    letter-spacing: 0;
}
@media (max-width: 991px)
{
    .about-wrap .culture .list li
    {
        width: 33.3333%;
    }
}
@media (max-width: 767px)
{
    .about-wrap .culture .list li
    {
        width: 50%;
        margin-top: 35px;
        padding: 0 5px;
    }
}
.about-wrap .culture .list li:nth-child(1) .item:before
{
    content: '\e63b';

    border-color: #205cbc;
    background-color: #205cbc;
}
.about-wrap .culture .list li:nth-child(2) .item:before
{
    content: '\e646';

    border-color: #349b80;
    background-color: #349b80;
}
.about-wrap .culture .list li:nth-child(3) .item:before
{
    content: '\e63d';

    border-color: #4ea1cb;
    background-color: #4ea1cb;
}
.about-wrap .culture .list li:nth-child(4) .item:before
{
    content: '\e640';

    border-color: #f19149;
    background-color: #f19149;
}
.about-wrap .culture .list li:nth-child(5) .item:before
{
    content: '\e62f';

    border-color: #f19149;
    background-color: #f19149;
}
.about-wrap .culture .list li:nth-child(6) .item:before
{
    content: '\e633';

    border-color: #4ea1cb;
    background-color: #4ea1cb;
}
.about-wrap .culture .list li:nth-child(7) .item:before
{
    content: '\e62e';

    border-color: #349b80;
    background-color: #349b80;
}
.about-wrap .culture .list li:nth-child(8) .item:before
{
    content: '\e7fe';

    border-color: #205cbc;
    background-color: #205cbc;
}
.about-wrap .culture .list .item
{
    -webkit-transition: .5s;
            transition: .5s;
}
.about-wrap .culture .list .item:before
{
    font-family: 'iconfont' !important;
    font-size: 50px;
    font-style: normal;
    line-height: 120px;

    display: block;

    width: 120px;
    height: 120px;
    margin: 0 auto 20px;
    padding: 2px;

    color: #fff;
    border: 1px solid;
    border-radius: 50%;
    background-clip: content-box;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 1199px)
{
    .about-wrap .culture .list .item:before
    {
        font-size: 44px;
        line-height: 100px;

        width: 100px;
        height: 100px;
    }
}
@media (max-width: 767px)
{
    .about-wrap .culture .list .item:before
    {
        font-size: 38px;
        line-height: 76px;

        width: 80px;
        height: 80px;
    }
}
@media (max-width: 480px)
{
    .about-wrap .culture .list .item:before
    {
        font-size: 24px;
        line-height: 56px;

        width: 60px;
        height: 60px;
    }
}
.about-wrap .culture .list .item:hover
{
    -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
            transform: translateY(-5px);
}
.about-wrap .culture .list .item:hover:before
{
    -webkit-animation: swing 1s 0s ease both;
            animation: swing 1s 0s ease both;
}
.about-wrap .culture .list .item b
{
    font-size: 18px;

    display: block;

    margin-bottom: 10px;
}
.about-wrap .culture .list .item p
{
    line-height: 1.42857143;

    margin: 0;

    color: #333;
}
@media (max-width: 480px)
{
    .about-wrap .culture .list .item b
    {
        font-size: 15px;
    }
    .about-wrap .culture .list .item p
    {
        font-size: 12px;
    }
}
.solution-wrap .intro
{
    padding-top: 25px;
}
@media (max-width: 767px)
{
    .solution-wrap .intro
    {
        padding-top: 15px;
    }
}
.solution-wrap .intro p
{
    font-size: 16px;
    line-height: 1.875;

    margin: 0;

    color: #666;
}
@media (max-width: 767px)
{
    .solution-wrap .intro p
    {
        font-size: 15px;
    }
}
.solution-wrap .intro img
{
    display: block;

    max-width: 100%;
    margin: 15px 0;
}
.contact-wrap
{
    position: relative;

    padding-bottom: 0;
}
.contact-wrap .contact-list h3
{
    font-size: 30px;
    font-weight: bold;

    margin: 0 0 30px;
}
@media (max-width: 991px)
{
    .contact-wrap .contact-list h3
    {
        font-size: 26px;

        margin-bottom: 15px;
    }
}
@media (max-width: 767px)
{
    .contact-wrap .contact-list h3
    {
        font-size: 24px;
    }
}
.contact-wrap .info-wrap
{
    overflow: hidden;

    padding-top: 30px;
}
@media (max-width: 1199px)
{
    .contact-wrap .info-wrap
    {
        padding-top: 20px;
    }
}
@media (max-width: 991px)
{
    .contact-wrap .info-wrap
    {
        padding-top: 0;
    }
}
.contact-wrap .info
{
    overflow: hidden;
}
@media only screen and (min-width: 992px)
{
    .contact-wrap .info
    {
        padding-right: 130px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .contact-wrap .info
    {
        padding-right: 20px;
    }
}
@media (max-width: 991px)
{
    .contact-wrap .info
    {
        margin-top: 15px;
    }
}
.contact-wrap .info .row
{
    margin: 15px -10px 0;
}
.contact-wrap .info ul
{
    padding-top: 25px;
}
.contact-wrap .info li
{
    position: relative;

    margin-bottom: 30px;
    padding-left: 60px;
}
@media (max-width: 767px)
{
    .contact-wrap .info li
    {
        padding-left: 50px;
    }
}
.contact-wrap .info li:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;
    font-style: normal;
    line-height: 38px;

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

    display: inline-block;

    width: 40px;
    height: 40px;

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

    border: 1px solid;
    border-radius: 50%;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.contact-wrap .info li p
{
    font-size: 16px;
    line-height: 1.375;

    position: relative;

    margin: 0;

    vertical-align: middle;

    color: #666;
}
@media only screen and (min-width: 992px)
{
    .contact-wrap .info li p a:hover
    {
        text-decoration: underline;

        color: #4283eb;
    }
}
.contact-wrap .info li.tel:before
{
    font-size: 18px;

    content: '\e61c';

    color: #6bc675;
    border-color: #6bc675;
}
.contact-wrap .info li.fax:before
{
    content: '\e64f';

    color: #f2977c;
    border-color: #f2977c;
}
.contact-wrap .info li.mail:before
{
    content: '\e6a4';

    color: #7da9f1;
    border-color: #7da9f1;
}
.contact-wrap .info li.address:before
{
    content: '\e60d';

    color: #c4aed1;
    border-color: #c4aed1;
}
.contact-wrap .info li.company:before
{
    content: '\e64d';

    color: #f6b861;
    border-color: #f6b861;
}
.contact-wrap .message
{
    overflow: hidden;
}
@media (max-width: 991px)
{
    .contact-wrap .message
    {
        padding-top: 35px;
    }
}
@media (max-width: 767px)
{
    .contact-wrap .message
    {
        padding-top: 20px;
    }
}
.contact-wrap .message > p
{
    font-size: 16px;
    line-height: 1.875;

    color: #666;
}
.contact-wrap .message > p span
{
    display: block;

    color: #4283eb;
}
.contact-wrap .message form
{
    margin-top: 25px;
}
.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: #666;
}
.contact-wrap .message form input:-o-placeholder,
.contact-wrap .message form textarea:-o-placeholder
{
    color: #666;
}
.contact-wrap .message form input::-moz-placeholder,
.contact-wrap .message form textarea::-moz-placeholder
{
    color: #666;
}
.contact-wrap .message form input:-ms-input-placeholder,
.contact-wrap .message form textarea:-ms-input-placeholder
{
    color: #666;
}
.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
{
    display: block;

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

    color: #666;
    background-color: #eee;
}
.contact-wrap .message form textarea
{
    height: 100px;
}
.contact-wrap .message form .submit
{
    font-size: 16px;
    line-height: 45px;

    display: block;

    width: 150px;
    height: 45px;
    margin-top: 30px;
    padding: 0;

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

    color: #fff;
    background-color: #4283eb;
}
.contact-wrap .message form .submit:hover
{
    background-color: #3971ca;
}
.contact-wrap .map
{
    position: relative;

    margin-top: 75px;
}
@media only screen and (min-width: 992px)
{
    .contact-wrap .map
    {
        top: 0;
        left: 0;

        height: 580px;
    }
    .contact-wrap .map .dituContent
    {
        position: absolute;
        top: 0;
        left: 0;

        display: block;

        width: 100%;
        height: 100%;
    }
}
@media (max-width: 1199px)
{
    .contact-wrap .map
    {
        margin-top: 70px;
    }
}
@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;
    }
}
.news-wrap .news-list
{
    margin-top: 40px;
}
@media (max-width: 767px)
{
    .news-wrap .news-list
    {
        margin-top: 30px;
    }
}
@media (min-width: 992px)
{
    .news-wrap .news-list li
    {
        margin-bottom: 50px;
    }
}
@media (max-width: 767px)
{
    .news-wrap .news-list li
    {
        margin-bottom: 30px;
    }
}
@media (max-width: 991px)
{
    .news-wrap .news-list li .intro
    {
        margin-top: 25px;
    }
}
@media (max-width: 767px)
{
    .news-wrap .news-list li .intro
    {
        margin-top: 15px;
    }
}
.news-wrap .page
{
    margin-top: 30px;
}
@media (max-width: 1199px)
{
    .news-wrap .page
    {
        margin-top: 20px;
    }
}
@media (max-width: 767px)
{
    .news-wrap .page
    {
        margin-top: 10px;
    }
}
.news-details-wrap .news-title
{
    margin-bottom: 20px;
}
.news-details-wrap .news-title h1
{
    font-size: 30px;
    font-weight: bold;

    margin: 0 0 15px;

    text-align: center;
}
@media (max-width: 991px)
{
    .news-details-wrap .news-title h1
    {
        font-size: 26px;
    }
}
@media (max-width: 767px)
{
    .news-details-wrap .news-title h1
    {
        font-size: 22px;
    }
}
.news-details-wrap .news-title .date
{
    font-size: 16px;

    text-align: center;

    color: #4283eb;
}
.news-details-wrap .news-title .date:before
{
    font-family: 'iconfont' !important;

    margin-right: 14px;

    content: '\e66e';

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

    max-width: 100%;
    margin: 0 auto;
}
.news-details-wrap .intro p
{
    line-height: 2.14285714;

    margin: 0;

    color: #666;
}
@media (max-width: 991px)
{
    .news-details-wrap .news-page
    {
        padding-top: 20px;
    }
}
@media (max-width: 767px)
{
    .news-details-wrap .news-page
    {
        padding-top: 10px;
    }
}
.news-details-wrap .news-page li
{
    margin-top: 70px;
}
@media (max-width: 1199px)
{
    .news-details-wrap .news-page li
    {
        margin-top: 50px;
    }
}
@media (max-width: 991px)
{
    .news-details-wrap .news-page li
    {
        margin-top: 25px;
    }
}
.news-details-wrap .news-page li > a
{
    position: relative;

    display: block;
    overflow: hidden;

    padding: 15px 35px 15px 180px;

    background-color: #eee;
}
@media (max-width: 767px)
{
    .news-details-wrap .news-page li > a
    {
        padding: 10px 35px 10px 25px;
    }
}
.news-details-wrap .news-page li > a:hover p
{
    color: #4283eb;
}
.news-details-wrap .news-page li > a:hover p span
{
    text-decoration: underline;
}
.news-details-wrap .news-page li > a .thumb
{
    position: absolute;
    top: 50%;
    left: 0;

    width: 140px;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
@media (max-width: 767px)
{
    .news-details-wrap .news-page li > a .thumb
    {
        display: none;
    }
}
.news-details-wrap .news-page li > a .thumb img
{
    display: block;

    width: 100%;
}
.news-details-wrap .news-page li > a p
{
    overflow: hidden;

    margin-bottom: 5px;

    white-space: nowrap;
    text-overflow: ellipsis;
}
.news-details-wrap .news-page li > a .date
{
    color: #4283eb;
}
@media (max-width: 767px)
{
    .product-wrap .product-list
    {
        padding-top: 15px;
    }
}
.product-wrap .product-list li
{
    margin-top: 40px;
}
@media (max-width: 1199px)
{
    .product-wrap .product-list li
    {
        margin-top: 35px;
    }
}
@media (max-width: 991px)
{
    .product-wrap .product-list li
    {
        margin-top: 30px;
    }
}
@media (max-width: 767px)
{
    .product-wrap .product-list li
    {
        margin-top: 5px;
    }
}
@media (min-width: 1200px)
{
    .product-wrap .product-list .item:hover .intro:after
    {
        -webkit-transform: translateY(-45px);
            -ms-transform: translateY(-45px);
                transform: translateY(-45px);
    }
}
@media (min-width: 1200px)
{
    .product-wrap .product-list .intro
    {
        padding-right: 80px;
    }
    .product-wrap .product-list .intro:after
    {
        line-height: 45px;

        width: 45px;
        height: 45px;
    }
}
@media (max-width: 991px)
{
    .product-wrap .product-list .intro
    {
        padding-right: 50px;
        padding-left: 0;
    }
    .product-wrap .product-list .intro:after
    {
        right: 0;
    }
}
.product-wrap .product-list .intro .pro-name
{
    font-size: 20px;

    height: 28px;
}
@media (max-width: 991px)
{
    .product-wrap .product-list .intro .pro-name
    {
        font-size: 16px;

        height: 22px;
    }
}
.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: 992px)
{
    .product-details-wrap .carousel-wrap .carousel
    {
        float: left;

        width: 59.68992248%;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .product-details-wrap .carousel-wrap .carousel
    {
        width: 50%;
    }
}
@media (max-width: 767px)
{
    .product-details-wrap .carousel-wrap .carousel
    {
        margin-bottom: 30px;
    }
}
.product-details-wrap .carousel-wrap .carousel .img-box
{
    padding-bottom: 67.53246753%;
}
.product-details-wrap .carousel-wrap .carousel .slider-for
{
    position: relative;
}
.product-details-wrap .carousel-wrap .carousel .slider-nav
{
    position: relative;

    margin-top: 8px;
    padding: 0 40px;
}
@media (max-width: 480px)
{
    .product-details-wrap .carousel-wrap .carousel .slider-nav
    {
        padding: 0;
    }
    .product-details-wrap .carousel-wrap .carousel .slider-nav .slick-list
    {
        margin: 0 -3px;
    }
}
.product-details-wrap .carousel-wrap .carousel .slider-nav .slick-slide
{
    padding: 0 5px;
}
.product-details-wrap .carousel-wrap .carousel .slider-nav .item
{
    position: relative;

    border: 2px solid #eee;
}
.product-details-wrap .carousel-wrap .carousel .slider-nav .slick-current .item
{
    border-color: #4283eb;
}
.product-details-wrap .carousel-wrap .carousel .slider-nav .slick-arrow
{
    font-size: 14px;
    font-weight: bold;

    position: absolute;
    top: 50%;

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

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

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

    position: absolute;
    top: 50%;

    display: block;

    width: 100%;

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

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.product-details-wrap .carousel-wrap .carousel .slider-nav .slick-arrow.slick-prev
{
    left: 0;
}
.product-details-wrap .carousel-wrap .carousel .slider-nav .slick-arrow.slick-prev:before
{
    content: '\e601';
}
.product-details-wrap .carousel-wrap .carousel .slider-nav .slick-arrow.slick-next
{
    right: 0;
}
.product-details-wrap .carousel-wrap .carousel .slider-nav .slick-arrow.slick-next:before
{
    content: '\e827';
}
.product-details-wrap .carousel-wrap .carousel .slider-nav .slick-arrow:hover
{
    background-color: #4283eb;
}
.product-details-wrap .carousel-wrap .carousel .slider-nav .slick-arrow:hover:before
{
    color: #fff;
}
@media only screen and (min-width: 992px)
{
    .product-details-wrap .info-box
    {
        float: left;

        width: 40.31007752%;
        padding-left: 60px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .product-details-wrap .info-box
    {
        width: 50%;
        padding-left: 40px;
    }
}
@media (max-width: 991px)
{
    .product-details-wrap .info-box
    {
        margin-top: 35px;
    }
}
.product-details-wrap .info-box h1
{
    font-size: 26px;
    font-weight: bold;

    margin-top: 10px;
    margin-bottom: 30px;
}
@media (max-width: 1440px)
{
    .product-details-wrap .info-box h1
    {
        margin-bottom: 15px;
    }
}
@media (max-width: 991px)
{
    .product-details-wrap .info-box h1
    {
        font-size: 24px;
    }
}
@media (max-width: 480px)
{
    .product-details-wrap .info-box h1
    {
        font-size: 22px;
    }
}
@media only screen and (min-width: 1200px)
{
    .product-details-wrap .info-box .info
    {
        min-height: 180px;
    }
}
.product-details-wrap .info-box p
{
    line-height: 2.14285714;

    margin: 0;

    color: #666;
}
.product-details-wrap .fun-btn
{
    zoom: 1;
}
.product-details-wrap .fun-btn:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
.product-details-wrap .fun-btn > a
{
    line-height: 50px;

    display: block;

    width: 180px;
    height: 50px;
    margin-top: 35px;

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

    color: #fff;
    background-color: #4283eb;
}
.product-details-wrap .fun-btn > a:before
{
    font-family: 'iconfont' !important;
    font-size: 24px;
    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
    {
        background-color: #3971ca;
    }
}
@media (max-width: 767px)
{
    .product-details-wrap .fun-btn > a
    {
        width: 100%;
        margin-top: 25px;
        padding: 0 10px;
    }
}
.product-details-wrap .fun-btn .inquiry-btn:before
{
    content: '\e64c';
}
.product-details-wrap .product-page
{
    margin-top: 55px;
}
@media (max-width: 1199px)
{
    .product-details-wrap .product-page
    {
        margin-top: 35px;
    }
}
@media (max-width: 767px)
{
    .product-details-wrap .product-page
    {
        margin-top: 20px;
    }
}
.product-details-wrap .product-page a
{
    display: block;
    overflow: hidden;

    margin-top: 8px;

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

    color: #666;
}
.product-details-wrap .product-page a:before
{
    font-family: 'iconfont' !important;
    font-size: 22px;

    display: inline-block;

    margin-right: 10px;

    content: '\e647';
    vertical-align: middle;
}
.product-details-wrap .product-page a:hover
{
    color: #4283eb;
}
.product-details-wrap .product-page a:hover span
{
    text-decoration: underline;
}
.product-details-wrap .product-page .prev:before
{
    margin-top: -2px;

    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.product-details-wrap .details-tab
{
    padding-top: 10px;
}
.product-details-wrap .details-tab .tab-list
{
    display: none;
}
.product-details-wrap .details-tab .tab-list .list-content
{
    padding-top: 35px;
}
@media (max-width: 480px)
{
    .product-details-wrap .details-tab .tab-list .list-content
    {
        padding-top: 25px;
    }
}
.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: 2.14285714;

    margin: 0;

    color: #666;
}
.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 .tab-card
{
    line-height: 50px;

    position: relative;

    overflow: hidden;

    height: 50px;
    margin-top: 65px;

    background-color: #4283eb;
}
@media (max-width: 1199px)
{
    .product-details-wrap .tab-card
    {
        margin-top: 45px;
    }
}
@media (max-width: 991px)
{
    .product-details-wrap .tab-card
    {
        margin-top: 35px;
    }
}
@media (max-width: 767px)
{
    .product-details-wrap .tab-card
    {
        line-height: 40px;

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

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

    width: 40px;
    height: 50px;

    text-align: center;

    background-color: #666;
}
@media (min-width: 768px)
{
    .product-details-wrap .tab-card .tab-bar
    {
        display: none;
    }
}
.product-details-wrap .tab-card .tab-bar i
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
}
.product-details-wrap .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 .tab-card .tab-nav-list
{
    font-size: 0;

    zoom: 1;

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

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

    height: 0;

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

    display: inline-block;

    margin: 0;

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

    display: block;

    padding: 0 30px;
}
@media (max-width: 767px)
{
    .product-details-wrap .tab-card .tab-nav-list li a
    {
        font-size: 14px;

        padding: 0 20px;
    }
}
.product-details-wrap .tab-card .tab-nav-list li.active a
{
    background-color: #205cbc;
}
.product-details-wrap .inquiry-form
{
    padding: 35px 60px 60px;

    background-color: #f5f9fe;
}
@media (max-width: 991px)
{
    .product-details-wrap .inquiry-form
    {
        padding: 25px 20px;
    }
}
@media only screen and (min-width: 1200px)
{
    .inquire-tab .tab-card .tab-nav-list li.active a
    {
        padding-right: 60px;
        padding-left: 60px;
    }
}
.inquiry-form input::-webkit-input-placeholder,
.inquiry-form textarea::-webkit-input-placeholder
{
    color: #666;
}
.inquiry-form input:-o-placeholder,
.inquiry-form textarea:-o-placeholder
{
    color: #666;
}
.inquiry-form input::-moz-placeholder,
.inquiry-form textarea::-moz-placeholder
{
    color: #666;
}
.inquiry-form input:-ms-input-placeholder,
.inquiry-form textarea:-ms-input-placeholder
{
    color: #666;
}
.inquiry-form input:focus::-webkit-input-placeholder,
.inquiry-form textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.inquiry-form input:focus::-o-placeholder,
.inquiry-form textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.inquiry-form input:focus::-moz-placeholder,
.inquiry-form textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.inquiry-form input:focus::-ms-input-placeholder,
.inquiry-form textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.inquiry-form p
{
    font-size: 16px;
    line-height: 1.875;

    margin: 0;

    color: #666;
}
.inquiry-form p span
{
    display: block;

    color: #4283eb;
}
.inquiry-form form
{
    margin-top: 20px;
}
.inquiry-form form input,
.inquiry-form form textarea
{
    display: block;

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

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

        padding: 12px 15px;
    }
}
.inquiry-form form textarea
{
    height: 100px;
}
.inquiry-form form .pro-name
{
    font-weight: bold;

    color: #333;
    background-color: #f4f4f4;
}
.inquiry-form form .submit
{
    font-size: 16px;
    line-height: 45px;

    display: block;

    width: 150px;
    height: 45px;
    margin-top: 30px;

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

    color: #fff;
    background-color: #4283eb;
}
@media (max-width: 767px)
{
    .inquiry-form form .submit
    {
        line-height: 40px;

        width: 150px;
        height: 40px;
    }
}
.inquiry-form form .submit:hover
{
    background-color: #3971ca;
}
.online-wrap .btn
{
    line-height: 36px;

    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, .8);
}
@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: 54px;

    position: relative;

    display: block;

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

    text-align: center;

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

    color: #fff;
}
@media (min-width: 992px)
{
    .online-wrap .online a:hover
    {
        background-color: #4283eb;
    }
}
@media (max-width: 767px)
{
    .online-wrap .online a
    {
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
    .online-wrap .online a:before
    {
        font-size: 17px;
    }
}
@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;
    background-color: #4283eb;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .12);
}
.online-wrap .online .code:before
{
    font-size: 24px;
}
@media (max-width: 767px)
{
    .online-wrap .online .code:before
    {
        font-size: 18px;
    }
}
.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
{
    display: inline-block;
    overflow: hidden;

    margin-left: 7px;

    -webkit-transition:         transform .3s;
    -webkit-transition: -webkit-transform .3s;
            transition: -webkit-transform .3s;
            transition:         transform .3s;
            transition:         transform .3s, -webkit-transform .3s;
    text-align: center;
    vertical-align: middle;
}
.share a:first-child
{
    margin-left: 0;
}
.share a:before
{
    font-size: 12px;
    line-height: 20px;

    display: block;

    width: 20px;
    height: 20px;

    color: #fff;
    border-radius: 50%;
}
.share a:hover
{
    -webkit-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
            transform: translateY(-3px);
}
.share.color .icon-facebook:before
{
    background-color: #809557;
}
.share.color .icon-tuite:before
{
    background-color: #228383;
}
.share.color .icon-linkedin:before
{
    background-color: #3f6a92;
}
.share.color .icon-youtube:before
{
    background-color: #688f74;
}
.share.color .icon-instagram:before
{
    background-color: #6b3d2e;
}
.share.color .icon-google:before
{
    background-color: #659191;
}
.footer
{
    color: #999;
    background-color: #383c42;
}
.footer .footer-wrap
{
    overflow: hidden;
}
.footer .footer-row
{
    font-size: 0;

    margin: 0 -15px;
    padding: 55px 0 90px;

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

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

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

    display: inline-block;

    padding: 0 15px;

    text-align: left;
    vertical-align: top;
    letter-spacing: 0;
}
@media (max-width: 991px)
{
    .footer .foot-list
    {
        width: 33.33333%;
    }
}
@media (max-width: 767px)
{
    .footer .foot-list
    {
        width: 100%;
        margin-top: 0;
    }
}
@media (max-width: 767px)
{
    .footer .foot-list ul
    {
        display: none;

        margin-bottom: 10px;
        padding: 0 10px;
    }
}
.footer .foot-list li
{
    line-height: 2.14285714;

    position: relative;
}
.footer .foot-list li a
{
    position: relative;

    display: inline-block;

    padding-left: 10px;

    -webkit-transition: -webkit-transform .3s;
            transition: -webkit-transform .3s;
            transition:         transform .3s;
            transition:         transform .3s, -webkit-transform .3s;
}
.footer .foot-list li a:before
{
    position: absolute;
    top: -2px;
    left: 0;

    content: '-';
}
.footer .foot-list p,
.footer .foot-list a,
.footer .foot-list button
{
    color: #c4c7ca;
}
@media only screen and (min-width: 992px)
{
    .footer .foot-list p a:hover,
    .footer .foot-list li a:hover
    {
        -webkit-transform: translateX(5px);
            -ms-transform: translateX(5px);
                transform: translateX(5px);
        text-decoration: underline;

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

        color: #4283eb;
    }
}
.footer .foot-list h4
{
    font-size: 20px;
    font-weight: bold;

    margin: 25px 0 20px;

    color: #fff;
}
@media only screen and (min-width: 1200px) and (max-width: 1339px)
{
    .footer .foot-list h4
    {
        font-size: 18px;
    }
}
@media (max-width: 991px)
{
    .footer .foot-list h4
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .footer .foot-list h4
    {
        line-height: 40px;

        position: relative;

        margin: 5px 0;
        padding-right: 20px;
    }
    .footer .foot-list h4:after
    {
        position: absolute;
        top: 0;
        right: 15px;

        content: '+';
    }
}
.footer .foot-contact
{
    width: 240px;
}
@media (max-width: 991px)
{
    .footer .foot-contact
    {
        width: 50%;
    }
}
@media (max-width: 767px)
{
    .footer .foot-contact
    {
        width: 100%;
    }
}
@media (max-width: 767px)
{
    .footer .foot-contact .list
    {
        display: none;

        padding: 0 10px;
    }
}
.footer .foot-contact .list p
{
    line-height: 2.14285714;

    position: relative;

    margin: 0;
}
.footer .foot-contact .share
{
    margin-top: 45px;
}
@media (max-width: 991px)
{
    .footer .foot-contact .share
    {
        margin-top: 35px;
    }
}
@media (max-width: 767px)
{
    .footer .foot-contact .share
    {
        margin-top: 15px;
        margin-bottom: 10px;
    }
}
.footer .foot-contact .share a:before
{
    font-size: 16px;
    line-height: 30px;

    width: 30px;
    height: 30px;

    border-radius: 0;
}
@media (max-width: 991px)
{
    .footer .foot-contact .share a:before
    {
        font-size: 14px;
        line-height: 25px;

        width: 25px;
        height: 25px;
    }
}
.footer .foot-message
{
    overflow: hidden;
}
@media (min-width: 1200px)
{
    .footer .foot-message
    {
        width: 330px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .footer .foot-message
    {
        width: 260px;
    }
}
@media (max-width: 991px)
{
    .footer .foot-message
    {
        width: 50%;
    }
}
@media (max-width: 767px)
{
    .footer .foot-message
    {
        width: 100%;
    }
}
.footer .foot-message form
{
    overflow: hidden;

    padding-top: 8px;
}
.footer .foot-message form input::-webkit-input-placeholder,
.footer .foot-message form textarea::-webkit-input-placeholder
{
    color: #a5a6a8;
}
.footer .foot-message form input:-o-placeholder,
.footer .foot-message form textarea:-o-placeholder
{
    color: #a5a6a8;
}
.footer .foot-message form input::-moz-placeholder,
.footer .foot-message form textarea::-moz-placeholder
{
    color: #a5a6a8;
}
.footer .foot-message form input:-ms-input-placeholder,
.footer .foot-message form textarea:-ms-input-placeholder
{
    color: #a5a6a8;
}
.footer .foot-message form input:focus::-webkit-input-placeholder,
.footer .foot-message form textarea:focus::-webkit-input-placeholder
{
    color: #888;
}
.footer .foot-message form input:focus::-o-placeholder,
.footer .foot-message form textarea:focus::-o-placeholder
{
    color: #888;
}
.footer .foot-message form input:focus::-moz-placeholder,
.footer .foot-message form textarea:focus::-moz-placeholder
{
    color: #888;
}
.footer .foot-message form input:focus::-ms-input-placeholder,
.footer .foot-message form textarea:focus::-ms-input-placeholder
{
    color: #888;
}
@media (max-width: 767px)
{
    .footer .foot-message form
    {
        display: none;
    }
}
.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: 9px 11px;

    color: #a5a6a8;
    border: 1px solid #6a6c71;
    background: none;
}
.footer .foot-message form textarea
{
    height: 120px;
}
.footer .foot-message form .submit
{
    line-height: 40px;

    width: 115px;
    height: 40px;
    margin-top: 10px;
    padding: 0;

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

    color: #fff;
    background-color: #4283eb;
}
.footer .foot-message form .submit:hover
{
    box-shadow: inset 0 2px 10px rgba(0, 0, 0, .4);
}
.footer .copyright
{
    padding: 30px 0;

    text-align: center;

    border-top: 1px solid #53575d;
}
@media (max-width: 991px)
{
    .footer .copyright
    {
        padding: 23px 0;
    }
}
@media (max-width: 767px)
{
    .footer .copyright
    {
        padding: 20px 0;
    }
}
.footer .copyright p
{
    line-height: 1.71428571;

    margin: 0;
    padding: 4px 0;

    color: #bbbfc5;
}
@media only screen and (min-width: 992px)
{
    .footer .copyright p
    {
        float: left;
    }
}
.footer .copyright p a
{
    margin-left: 10px;
}
.footer .copyright p a:hover
{
    text-decoration: underline;

    color: #4283eb;
}
@media only screen and (min-width: 992px)
{
    .footer .copyright .share
    {
        float: right;
    }
}
@media (max-width: 991px)
{
    .footer .copyright .share
    {
        margin-top: 10px;
    }
}
.footer .copyright .share a:before
{
    font-size: 16px;
    line-height: 32px;

    width: 32px;
    height: 32px;
}
@media (max-width: 991px)
{
    .footer .copyright .share a:before
    {
        font-size: 14px;
        line-height: 25px;

        width: 25px;
        height: 25px;
    }
}


/*@media (max-width: 767px)
{
    .hidden-xs
    {
        display: none;
    }
}
*/
