﻿@charset 'utf-8';
@-ms-viewport
{
    width: auto !important;
}
body
{
    font-family: Arial, 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', 'Microsoft YaHei', 'WenQuanYi Micro Hei', sans-serif;
}
body.fixed
{
    position: fixed;

    overflow: hidden;

    width: 100%;
    height: 100%;
}
@media (min-width: 1320px)
{
    .container
    {
        width: 1320px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1319px)
{
    .container
    {
        width: 1200px;
    }
}
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='gallery']
{
    outline: none;
}
.fancybox-slide--iframe .fancybox-content
{
    width: 733px;
    max-width: 80%;
    height: 500px;
    max-height: 50%;
    margin: 0;
}
.txt-over1
{
    overflow: hidden;

    white-space: nowrap;
    text-overflow: ellipsis;
}
.ff
{
    font-family: 'iconfont' !important;
}
@media (min-width: 992px)
{
    .hoverbox img
    {
        -webkit-transition:         transform .5s;
        -webkit-transition: -webkit-transform .5s;
                transition: -webkit-transform .5s;
                transition:         transform .5s;
                transition:         transform .5s, -webkit-transform .5s;
    }
    .hoverbox:hover img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
}
.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%;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
@media (max-width: 767px)
{
    .fancybox-nav span
    {
        visibility: visible;
    }
}
.page
{
    text-align: center;
}
.page li
{
    line-height: 40px;

    display: inline-block;

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

    cursor: pointer;
    text-align: center;

    border-radius: 50%;
    background: #eee;
}
@media (max-width: 767px)
{
    .page li
    {
        line-height: 34px;

        width: 34px;
        height: 34px;
        margin: 0 2px;
    }
}
.page li a
{
    display: block;
}
.page li.prev a:before,
.page li.next a:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;
    line-height: 1;

    vertical-align: middle;

    color: #999;
}
.page li.prev a:before
{
    content: '\e9b5';
}
.page li.next a:before
{
    content: '\e72f';
}
.page li.active,
.page li:hover
{
    color: #fff;
    background-color: #0085f1;
}
.page li.active a:before,
.page li:hover a:before
{
    color: #fff;
}
.table-box
{
    overflow: auto;

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

    border: 1px solid #ddd;
    border-radius: 5px;
}
table
{
    width: 100%;
    max-width: 100%;

    border-spacing: 0;
    border-collapse: collapse;
}
table tr,
table td
{
    width: auto !important;
    height: auto !important;
}
table tr:nth-child(odd)
{
    background-color: #f9f9f9;
}
table tr:first-child td
{
    border-top: none !important;
}
table td
{
    padding: 8px !important;

    border: 1px solid #ddd !important;
}
table td:first-child
{
    border-left: none !important;
}
table tr p,
table tr span
{
    margin: 0 !important;
    padding: 0 !important;

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

    height: 0;

    content: '';
}
.language-box
{
    position: relative;
}
.language-box p
{
    margin: 0;
}
.language-box p:before,
.language-box p:after
{
    display: inline-block;

    content: '';
    vertical-align: middle;
}
.language-box p:before
{
    display: inline-block;

    width: 30px;
    height: 20px;
    margin-right: 8px;

    content: '';
    vertical-align: middle;

    background-image: url(../images/language.png);
    background-repeat: no-repeat;
    background-size: 200% auto;
}
.language-box p.cn:before
{
    background-position: 0 100%;
}
.language-box p.en:before
{
    background-position: 100% 100%;
}
.language-box p:after
{
    font-family: 'iconfont' !important;
    font-style: normal;

    margin-left: 8px;

    content: '\e602';

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 768px)
{
    .language-box ul
    {
        position: absolute;
        z-index: 900;
        left: 50%;

        display: none;

        min-width: 110px;

        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        text-align: center;
        white-space: nowrap;
    }
}
@media (min-width: 1680px)
{
    .language-box ul
    {
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
    }
}
.language-box ul li
{
    margin: 5px 0;
}
.language-box ul li a
{
    position: relative;

    display: block;

    padding-left: 30px;

    color: #fff;
}
.language-box ul li a:before
{
    position: absolute;
    top: 0;
    left: 0;

    overflow: hidden;

    width: 24px;
    height: 18px;

    content: '';

    background-image: url(../images/language.png);
    background-repeat: no-repeat;
    background-size: 200% auto;
}
.language-box ul li a:hover
{
    text-decoration: underline;
}
.language-box ul .cn a:before
{
    background-position: 0 100%;
}
.language-box ul .en a:before
{
    background-position: 100% 100%;
}
.language-box.language-header
{
    padding: 34px 0;
}
.language-box.language-header ul
{
    top: 100%;

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

    border-top: 1px solid #000;
    background-color: rgba(0, 0, 0, .46);
}
@media (min-width: 768px)
{
    .language-box.language-header ul
    {
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
    }
}
.language-box.language-header li
{
    white-space: nowrap;
}
@media (max-width: 767px)
{
    .language-box.language-footer p
    {
        display: none;
    }
}
@media (min-width: 768px)
{
    .language-box.language-footer
    {
        float: right;
    }
}
.language-box.language-footer ul
{
    bottom: 100%;

    padding: 0 10px;

    border-bottom: 1px solid #000;
    background-color: #000;
}
@media (max-width: 767px)
{
    .language-box.language-footer ul
    {
        position: static;

        display: block;

        padding: 0;

        text-align: center;
        text-align: left;

        background-color: #1c1c1c;
    }
}
.language-box.language-footer ul li
{
    padding: 13px 0;

    white-space: nowrap;
}
@media (max-width: 767px)
{
    .language-box.language-footer ul li
    {
        display: inline-block;

        margin-right: 7px;

        vertical-align: middle;
    }
}
.header
{
    /*position: absolute;*/
    z-index: 9999;
    top: 0;
    left: 0;

    width: 100%;

    color: #fff;
    background-color: rgba(0, 0, 0, .2);
    position: fixed;
}
@media (max-width: 767px)
{
    .header
    {
        height: 70px;
    }
}
.header .logo
{
    float: left;

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

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

    width: 100%;
}
@media (max-width: 767px)
{
    .header .logo img
    {
        width: 80%;
    }
}
.header .right-box
{
    float: right;
}
@media (min-width: 1320px)
{
    .header .right-box
    {
        text-align: center;
    }
}
.header .find,
.header .language-box
{
    display: inline-block;

    cursor: pointer;
    vertical-align: middle;
}
@media (max-width: 1199px)
{
    .header .language-box
    {
        display: none;
    }
}
.header .find
{
    margin-right: 30px;
    margin-left: 25px;
}
.header .find:before
{
    font-family: 'iconfont' !important;
    font-size: 22px;
    font-style: normal;

    content: '\e6c6';

    color: #fff;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 1199px)
{
    .header .find
    {
        margin-top: 30px;
        margin-right: 20px;
    }
}
@media (max-width: 991px)
{
    .header .find
    {
        margin-right: 15px;
    }
}
@media (max-width: 767px)
{
    .header .find
    {
        margin-top: 20px;
        margin-right: 5px;
    }
    .header .find:before
    {
        font-size: 24px;
    }
}
.header .search-box
{
    position: absolute;
    z-index: 888;
    top: 100%;
    left: 0;

    display: none;
    float: right;

    width: 100%;
    margin-top: 0;
    padding-bottom: 10px;

    background-color: rgba(0, 0, 0, .2);
}
@media (max-width: 767px)
{
    .header .search-box
    {
        padding: 10px 15px;
    }
}
.header .search-box .container
{
    padding: 0;
}
.header .search-box .search
{
    position: relative;

    overflow: hidden;
    zoom: 1;

    width: 100%;

    border: 1px solid transparent;
    border-radius: 40px;
}
.header .search-box .search:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
.header .search-box .input-text
{
    font-size: 16px;

    float: left;

    width: 100%;
    padding: 6px 80px 6px 2%;

    color: #333;
}
@media (max-width: 767px)
{
    .header .search-box .input-text
    {
        padding-right: 50px;
    }
}
.header .search-box .input-submit
{
    position: absolute;
    top: 1px;
    right: 0;

    width: 80px;
    height: 33px;

    background: url(../images/ss.png) no-repeat center;
    background-size: 18px 18px;


}
@media (max-width: 767px)
{
    .header .search-box .input-submit
    {
        width: 45px;
    }
}

@media (max-width: 991px)
{
    .header .search-box .input-submit:after
    {
        color: #999;
    }
}
.header .nav-collapse
{
    position: relative;

    display: none;
    float: right;

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

    cursor: pointer;

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

        margin-top: 22px;
    }
    .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-top: 14px;

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

    width: 25px;
    height: 2px;

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

    background-color: #efefef;
}
.header .nav-collapse .btn-line:nth-child(3),
.header .nav-collapse .btn-line:nth-child(1)
{
    position: absolute;

    display: block;

    width: 25px;
    height: 2px;

    content: '';
    -webkit-transition: all .5s ease;
            transition: all .5s ease;

    background-color: #efefef;
}
.header .nav-collapse .btn-line:nth-child(1)
{
    top: 35%;
}
.header .nav-collapse .btn-line:nth-child(2)
{
    top: 50%;
}
.header .nav-collapse .btn-line:nth-child(3)
{
    top: 65%;
}
.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
    {
        float: right;

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

        display: none;

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

        -webkit-transition: left .3s;
                transition: left .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
{
    left: -100%;
}
.header .nav.left-200
{
    left: -200%;
}
.header .nav .nav-list1
{
    position: relative;

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

    height: 0;

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

        float: left;
    }
    .header .nav .nav-list1 > li:after
    {
        position: absolute;
        bottom: 0;
        left: 50%;

        width: 0;
        height: 2px;

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

        background-color: #fff;
    }
    .header .nav .nav-list1 > li:hover:after
    {
        width: 50px;
    }
    .header .nav .nav-list1 > li > a
    {
        font-size: 16px;
        font-weight: bold;

        position: relative;

        display: block;

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

        text-align: left;
    }
    .header .nav .nav-list1 .nav-list2
    {
        position: absolute;
        z-index: 10;
        top: 100%;
        left: 50%;

        min-width: 100%;
        padding: 5px 0;

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

        border-top: 1px solid transparent;
        background-color: rgba(0, 0, 0, .25);
    }
    .header .nav .nav-list1 .nav-list2 > li
    {
        position: relative;

        padding: 0 15px;

        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
    {
        background-color: #fff;
    }
    .header .nav .nav-list1 .nav-list2 > li:hover:before,
    .header .nav .nav-list1 .nav-list2 > li:hover:after
    {
        display: block;
    }
    .header .nav .nav-list1 .nav-list2 > li:hover > a
    {
        color: #0085f1;
    }
    .header .nav .nav-list1 .nav-list2 > li > a
    {
        font-size: 14px;
        font-weight: bold;

        display: block;

        padding: 8px 0;

        color: #fff;
        border-top: 1px solid rgba(255, 255, 255, .3);
    }
    .header .nav .nav-list1 .nav-list3
    {
        position: absolute;
        top: 0;
        left: 100%;
    }
    .header .nav .nav-list1 .nav-list3 li > a
    {
        padding: 11px 30px 15px 20px;
    }
}
@media (min-width: 1200px) and (max-width: 1319px)
{
    .header .nav .nav-list1 > li > a
    {
        padding: 34px 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 only screen and (min-width: 992px) and (max-width: 1199px)
{
    .header .nav .nav-list1
    {
        width: 50%;
    }
}
@media (max-width: 991px)
{
    .header .nav .nav-list1 > li
    {
        -webkit-transform: translateX(-25px);
            -ms-transform: translateX(-25px);
                transform: translateX(-25px);
    }
}
@media (max-width: 1199px)
{
    .header .nav .nav-list2,
    .header .nav .nav-list3
    {
        display: none;
    }
    .header .nav .nav-list2 a,
    .header .nav .nav-list3 a
    {
        font-size: 16px;
        line-height: 2;

        margin-top: 5px;

        color: #fff;
    }
}
.header .nav .nav-list2 a,
.header .nav .nav-list3 a
{
    display: block;
}
@media (max-height: 580px)
{
    .header .nav .nav-list2 a,
    .header .nav .nav-list3 a
    {
        margin-top: 0;
    }
}
.header .nav-2,
.header .nav-3
{
    display: none;
}
@media (max-width: 1199px)
{
    .header .nav-2,
    .header .nav-3
    {
        position: absolute;
        z-index: 9999;
        top: 0;

        display: block;
        overflow: hidden;

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

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

        color: #fff;
        background: #fafafa;
        background: #000;
    }
}
.header .nav-2 .nav-top,
.header .nav-3 .nav-top
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
.header .nav-2 .nav-top .back-btn:before,
.header .nav-3 .nav-top .back-btn:before
{
    font-family: 'iconfont' !important;
    font-size: 26px;
    font-style: normal;

    content: '\e9b5';

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.header .nav-2 .nav-top h2,
.header .nav-3 .nav-top h2
{
    font-size: 30px;

    margin: 0;
}
@media (max-width: 767px)
{
    .header .nav-2 .nav-top h2,
    .header .nav-3 .nav-top h2
    {
        font-size: 20px;
    }
}
.header .nav-2 .nav-top .nav-collapse-2,
.header .nav-3 .nav-top .nav-collapse-2
{
    margin: 0;
}
.header .nav-2 .nav-top .nav-collapse-2 .btn-line,
.header .nav-3 .nav-top .nav-collapse-2 .btn-line
{
    background-color: #fff;
}
.header .nav-2 .content,
.header .nav-3 .content
{
    overflow: auto;

    height: 85%;
    margin-top: 12%;
}
@media all and (orientation: landscape)
{
    .header .nav-2 .content,
    .header .nav-3 .content
    {
        margin-top: 10px;
    }
}
@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-size: 24px;
    line-height: 50px;

    margin: 25px 0;

    text-align: left;
}
@media (max-width: 767px)
{
    .header .nav-2 .content ul li,
    .header .nav-3 .content ul li
    {
        margin: 0;
    }
}
.header .nav-2 .content ul li.more,
.header .nav-3 .content ul li.more
{
    position: relative;
}
.header .nav-2 .content ul li.more:after,
.header .nav-3 .content ul li.more:after
{
    font-family: 'iconfont' !important;
    font-size: 16px;

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

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

    color: #fff;
}
.header .nav-2 .content ul li a,
.header .nav-3 .content ul li a
{
    display: block;
}
.header .nav-2
{
    left: 100%;
}
.header .nav-3
{
    left: 200%;
}
.header .nav-3 .content ul li
{
    font-size: 19px;
}
.header .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;

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

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

        height: 0;

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

        content: '\e72f';

        color: #fff;

        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    .header .fade-out ul.nav-list1 > li > a
    {
        font-size: 26px;
        line-height: 55px;

        display: block;
    }
    .header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 22px;
    }
}
@media (max-width: 1199px) and (max-width: 767px)
{
    .header .fade-out ul.nav-list1 > li
    {
        margin: 0;
    }
}
@media (max-width: 1199px) and (max-width: 991px)
{
    .header .fade-out ul.nav-list1 > li.act
    {
        -webkit-transition: all .4s;
                transition: all .4s;
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0);
    }
}
@media (max-width: 1199px) and (min-width: 992px)
{
    .header .fade-out ul.nav-list1 > li.more
    {
        padding-right: 10px;

        -webkit-transition: padding-right .5s;
                transition: padding-right .5s;
    }
}
@media (max-width: 1199px) and (min-width: 992px)
{
    .header .fade-out ul.nav-list1 > li.more:before
    {
        float: right;

        margin-top: 10px;
    }
}
@media (max-width: 1199px) and (max-width: 991px)
{
    .header .fade-out ul.nav-list1 > li.more:before
    {
        position: absolute;
        top: 50%;
        right: 0;

        margin-top: -18px;
    }
}
@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 (min-width: 992px)
{
    .header .fade-out ul.nav-list1 > li > a
    {
        float: left;
    }
}
@media (max-width: 1199px) and (max-width: 767px)
{
    .header .fade-out ul.nav-list1 > li > a
    {
        font-size: 22px;
        line-height: 46px;
    }
}
@media (max-width: 1199px) and (max-width: 767px) and (max-height: 550px)
{
    .header .fade-out ul.nav-list1 > li > a
    {
        line-height: 44px;
    }
}
@media (max-width: 1199px) and (max-height: 768px)
{
    .header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 18px;
    }
}
@media (max-width: 1199px) and (max-width: 480px)
{
    .header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 14px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .header .fade-out ul.nav-list1
    {
        overflow: visible;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .header .fade-out .nav-list2
    {
        position: absolute;
        top: 50%;
        left: 100%;

        padding: 0 20%;

        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
    }
}
.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;
}
.banner
{
    position: relative;

    overflow: hidden;

    width: 100%;
}
@media (max-width: 1199px)
{
    .banner .owl-theme
    {
        width: 120%;
        max-width: 120%;
        margin-left: -10%;
    }
}
@media (max-width: 991px)
{
    .banner .owl-theme
    {
        width: 140%;
        max-width: 140%;
        margin-left: -20%;
    }
}
@media (max-width: 767px)
{
    .banner .owl-theme
    {
        width: 160%;
        max-width: 160%;
        margin-left: -30%;
    }
}
.banner .owl-theme .owl-controls .owl-page span
{
    width: 13px;
    height: 13px;
    margin: 0 4px;

    opacity: 1;
    border: 1px solid #0085f1;
    border-radius: 50%;
    background: none;
}
.banner .owl-controls
{
    position: absolute;
    bottom: 20px;
    left: 50%;

    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
@media (max-width: 767px)
{
    .banner .owl-controls .owl-pagination
    {
        display: none;
    }
}
.banner .owl-controls .owl-page.active span,
.banner .owl-controls .owl-page:hover span
{
    background: #0085f1;
}
.banner img
{
    display: block;

    width: 100%;
}
.index-box
{
    padding: 95px 0 80px 0;
}
@media (max-width: 1199px)
{
    .index-box
    {
        padding: 85px 0 70px 0;
    }
}
@media (max-width: 991px)
{
    .index-box
    {
        padding: 65px 0 50px;
    }
}
@media (max-width: 767px)
{
    .index-box
    {
        padding: 60px 0 35px;
    }
}
.index-box .index-title
{
    text-align: center;
}
.index-box .index-title h3
{
    font-size: 30px;
    font-weight: bold;

    display: inline-block;

    margin: 0;

    border: 1px solid #e5e5e5;
    border-top: none;
}
@media (max-width: 991px)
{
    .index-box .index-title h3
    {
        font-size: 28px;
    }
}
@media (max-width: 767px)
{
    .index-box .index-title h3
    {
        font-size: 26px;
    }
}
.index-box .index-title h3 span
{
    position: relative;

    display: block;

    padding: 0 70px;

    -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
            transform: translateY(-15px);
    white-space: nowrap;
}
.index-box .index-title h3 span:before,
.index-box .index-title h3 span:after
{
    position: absolute;
    top: 15px;

    width: 20%;
    height: 1px;

    content: '';

    background-color: #e5e5e5;
}
.index-box .index-title h3 span:before
{
    left: 0;
}
.index-box .index-title h3 span:after
{
    right: 0;
}
@media (max-width: 767px)
{
    .index-box .index-title h3 span
    {
        padding: 2px 2em;
    }
}
.index-box ul.tab-list
{
    margin: 35px 0 30px 0;

    text-align: center;
}
@media (max-width: 767px)
{
    .index-box ul.tab-list
    {
        margin: 15px 0 20px 0;
    }
}
.index-box ul.tab-list li
{
    position: relative;

    display: inline-block;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    vertical-align: middle;

         -o-user-select: none;
}
@media (max-width: 767px)
{
    .index-box ul.tab-list li
    {
        margin-top: 6px;

        vertical-align: top;
    }
}
.index-box ul.tab-list li.active span,
.index-box ul.tab-list li:hover span,
.index-box ul.tab-list li.active a,
.index-box ul.tab-list li:hover a
{
    color: #0085f1;
}
.index-box ul.tab-list li:after
{
    position: absolute;
    top: 50%;
    right: 0;

    content: '-';
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    vertical-align: middle;
}
.index-box ul.tab-list li:last-child:after
{
    display: none;
}
.index-box ul.tab-list li span,
.index-box ul.tab-list li > a
{
    display: block;

    padding: 5px 20px;

    cursor: pointer;

    color: #333;
}
@media (max-width: 767px)
{
    .index-box ul.tab-list li span,
    .index-box ul.tab-list li > a
    {
        padding: 5px 10px;
    }
}
.index-product ul.product-list
{
    margin: 35px 0 5px 0;

    text-align: center;
}
@media (max-width: 767px)
{
    .index-product ul.product-list
    {
        margin-top: 20px;

        text-align: left;
    }
}
.index-product ul.product-list li
{
    position: relative;

    display: inline-block;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    vertical-align: middle;

         -o-user-select: none;
}
@media (max-width: 767px)
{
    .index-product ul.product-list li
    {
        margin-top: 6px;

        vertical-align: top;
    }
}
.index-product ul.product-list li.active span,
.index-product ul.product-list li:hover span
{
    color: #0085f1;
}
.index-product ul.product-list li:before
{
    position: absolute;
    top: 50%;
    left: -3px;

    content: '-';
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    vertical-align: middle;
}
@media (max-width: 767px)
{
    .index-product ul.product-list li:before
    {
        display: none;
    }
}
.index-product ul.product-list li:first-child:before
{
    display: none;
}
.index-product ul.product-list li span
{
    display: block;

    padding: 5px 20px;

    cursor: pointer;

    color: #666;
}
@media (max-width: 767px)
{
    .index-product ul.product-list li span
    {
        padding: 5px 9px;
    }
}
.index-product .carousel ul
{
    display: none;
}
.index-product .carousel li
{
    zoom: 1;
}
.index-product .carousel li:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
.index-product .carousel .item
{
    position: relative;

    padding: 15px 0;
}
@media (min-width: 992px)
{
    .index-product .carousel .item img
    {
        -webkit-transition:         transform .5s;
        -webkit-transition: -webkit-transform .5s;
                transition: -webkit-transform .5s;
                transition:         transform .5s;
                transition:         transform .5s, -webkit-transform .5s;
    }
    .index-product .carousel .item:hover img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
}
.index-product .carousel img
{
    opacity: 0;
}
.index-product .carousel .small-pic .img-box
{
    padding-bottom: 73.17073171%;
}
.index-product .carousel .big-pic .img-box
{
    padding-bottom: 97.56097561%;
}
.index-product .carousel .introduce
{
    position: absolute;
    z-index: 3;
    bottom: 55px;
    left: 20px;

    padding-left: 13px;

    border-left: 5px solid #0085f1;
}
@media (max-width: 767px)
{
    .index-product .carousel .introduce
    {
        bottom: 35px;
    }
}
.index-product .carousel .introduce h4,
.index-product .carousel .introduce p
{
    font-weight: bold;
    line-height: 1;

    margin: 0;

    color: #fff;
}
.index-product .carousel .introduce h4
{
    font-size: 22px;

    margin-bottom: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .index-product .carousel li:nth-child(3n)
    {
        width: 100%;
        padding: 0;
    }
    .index-product .carousel li:nth-child(3n) .item
    {
        float: left;

        width: 50%;
        padding: 0 15px;
    }
}
.index-product h5
{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.66666667;

    width: 75%;
    margin: 50px auto 30px;
}
@media (max-width: 1199px)
{
    .index-product h5
    {
        width: 90%;
    }
}
@media (max-width: 991px)
{
    .index-product h5
    {
        width: 100%;
        margin-top: 40px;
    }
}
@media (max-width: 767px)
{
    .index-product h5
    {
        margin-top: 30px;
    }
}
.index-product a.more
{
    line-height: 50px;

    display: block;

    width: 200px;
    height: 50px;
    margin: 0 auto;

    text-align: center;

    color: #fff;
    background-color: #0085f1;
}
.index-product a.more:hover
{
    background-color: #047ada;
}
.index-choose
{
    background: url(../images/index-choose-bg.jpg) no-repeat;
    background-size: cover;
}
.index-choose .index-title h3
{
    margin-bottom: 35px;

    color: #fff;
}
@media (max-width: 767px)
{
    .index-choose .index-title h3
    {
        margin-bottom: 20px;
    }
}
.index-choose .index-title h3 span
{
    padding: 0 100px;
}
@media (max-width: 767px)
{
    .index-choose .index-title h3 span
    {
        padding: 2px 2em;
    }
    .index-choose .index-title h3 span:before,
    .index-choose .index-title h3 span:after
    {
        width: 15%;
    }
}
.index-choose .index-title p
{
    line-height: 1.78571429;

    margin: 5px auto 25px;

    color: #fff;
}
@media (min-width: 992px)
{
    .index-choose .index-title p
    {
        width: 63%;
    }
}
.index-choose .choose-list
{
    text-align: center;
}
.index-choose .choose-list li
{
    margin-bottom: 10px;
}
.index-choose .choose-list li:nth-child(1) .item b:before
{
    content: '\e629';
}
.index-choose .choose-list li:nth-child(2) .item b:before
{
    content: '\e612';
}
.index-choose .choose-list li:nth-child(3) .item b:before
{
    content: '\e624';
}
.index-choose .choose-list li:nth-child(4) .item b:before
{
    content: '\e6d8';
}
.index-choose .choose-list li:nth-child(5) .item b:before
{
    content: '\e640';
}
.index-choose .choose-list li:nth-child(6) .item b:before
{
    content: '\e88b';
}
.index-choose .choose-list .item > a
{
    display: block;

    padding: 35px 40px 30px;

    background-color: rgba(255, 255, 255, .9);
}
@media (max-width: 767px)
{
    .index-choose .choose-list .item > a
    {
        padding: 20px 30px 25px;
    }
}
@media only screen and (min-width: 992px)
{
    .index-choose .choose-list .item > a
    {
        -webkit-transition: background-color .2s;
                transition: background-color .2s;
    }
    .index-choose .choose-list .item > a:hover
    {
        background-color: #fff;
    }
}
.index-choose .choose-list .item b
{
    font-size: 18px;

    display: block;

    margin-bottom: 10px;

    color: #666;
}
.index-choose .choose-list .item b:before
{
    font-family: 'iconfont' !important;
    font-size: 36px;
    font-weight: 400;

    display: block;

    margin-bottom: 12px;

    color: #0085f1;
}
.index-choose .choose-list .item p
{
    line-height: 1.78571429;

    margin: 0;

    color: #666;
}
@media (max-width: 767px)
{
    .index-about
    {
        padding: 40px 0 25px;
    }
}
.index-about .img-box
{
    padding-bottom: 33.78378378%;
}
.index-about .introduce h3
{
    font-size: 30px;
    font-weight: bold;

    margin: 40px 0 25px 0;
    padding-left: 20px;

    border-left: 5px solid #0085f1;
}
@media only screen and (min-width: 1200px) and (max-width: 1319px)
{
    .index-about .introduce h3
    {
        margin-top: 20px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .index-about .introduce h3
    {
        font-size: 26px;

        margin-top: 5px;
        margin-bottom: 15px;
    }
}
@media (max-width: 767px)
{
    .index-about .introduce h3
    {
        font-size: 22px;

        margin: 30px 0 20px 0;
        padding-left: 10px;
    }
}
.index-about .introduce p
{
    line-height: 1.78571429;

    margin-bottom: 25px;

    color: #666;
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .index-about .introduce p
    {
        margin-bottom: 15px;
    }
}
.index-about .introduce a.more
{
    line-height: 48px;

    display: block;

    width: 190px;
    height: 50px;

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

    color: #999;
    border: 1px solid #e5e5e5;
}
@media (max-width: 767px)
{
    .index-about .introduce a.more
    {
        line-height: 43px;

        width: 160px;
        height: 45px;
    }
}
.index-about .introduce a.more:hover
{
    color: #fff;
    border-color: #0085f1;
    background-color: #0085f1;
}
.index-about .text
{
    line-height: 2.14285714;

    margin: 30px 0 0 0;

    color: #666;
}
.index-about .index-num
{
    overflow: hidden;

    width: 100%;

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

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

    position: relative;

    display: inline-block;

    width: 25%;
    margin-top: 30px;

    vertical-align: top;
    letter-spacing: 0;
}
.index-about .index-num ul li:before
{
    position: absolute;
    top: 50%;
    left: 0;

    width: 1px;
    height: 74%;

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

    border-left: 1px dashed #e5e5e5;
}
@media only screen and (min-width: 992px)
{
    .index-about .index-num ul li:nth-child(1):before
    {
        display: none;
    }
}
@media (max-width: 991px)
{
    .index-about .index-num ul li
    {
        width: 50%;
        margin: 20px 0;
        padding: 0 5px;

        text-align: center;
    }
    .index-about .index-num ul li:nth-child(odd):before
    {
        display: none;
    }
}
@media (max-width: 767px)
{
    .index-about .index-num ul li
    {
        margin: 10px 0;
    }
}
.index-about .index-num ul li:nth-child(1) p:after
{
    display: block;

    content: '\e617';
}
.index-about .index-num ul li:nth-child(2) p:after
{
    display: block;

    content: '\e625';
}
.index-about .index-num ul li:nth-child(3) p:after
{
    display: block;

    content: '\e61a';
}
.index-about .index-num ul li:nth-child(4) p:after
{
    display: block;

    content: '\e646';
}
.index-about .index-num ul .item
{
    display: inline-block;

    text-align: center;
}
.index-about .index-num ul b
{
    font-family: 'Helvetica Neue CondensedBold', 'Helvetica Neue', Helvetica, Arial, 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', 'Microsoft YaHei', 'WenQuanYi Micro Hei', sans-serif;
    font-size: 50px;

    position: relative;

    display: inline-block;

    color: #0085f1;
}
@media (max-width: 767px)
{
    .index-about .index-num ul b
    {
        font-size: 35px;
    }
}
.index-about .index-num ul b:after
{
    font-family: 'iconfont' !important;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;

    position: absolute;
    top: 12px;
    right: -20px;

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

    content: '\e6d2';
    vertical-align: middle;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.index-about .index-num ul p
{
    font-size: 14px;

    margin: 0;

    color: #666;
}
.index-about .index-num ul p:after
{
    font-family: 'iconfont' !important;
    font-size: 35px;

    margin-top: 10px;

    color: #999;
}
.index-case
{
    background: url(../images/index-case-bg.jpg) no-repeat center;
    background-size: cover;
}



.index-case .index-title h3
{
    border-color: #b5b5b5;
}
.index-case .index-title h3 span:before,
.index-case .index-title h3 span:after
{
    background-color: #b5b5b5;
}
.index-case .row
{
    position: relative;
}
@media (max-width: 767px)
{
    .index-case .row
    {
        margin: 0 -5px;
    }
}
@media (min-width: 992px)
{
    .index-case .owl-carousel:hover + .case-btn
    {
        opacity: 1;
    }
}
@media (max-width: 1400px)
{
    .index-case .case-btn
    {
        -webkit-transition: opacity .3s;
                transition: opacity .3s;

        opacity: 1;
    }
    .index-case .case-btn:hover
    {
        opacity: 1;
    }
}
@media (max-width: 991px)
{
    .index-case .case-btn
    {
        opacity: 1;
    }
}
.index-case .owl-nav button
{
    line-height: 60px;

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

    width: 30px;
    height: 60px;

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

    background-color: rgba(25, 31, 34, .15);
    
}
.index-case .owl-nav button .icon-left-arrow::after
{
    content: '\e9b5';
    font-family: 'iconfont' !important;
    font-size: 18px;

    width: 30px;
    height: 60px;
    line-height: 60px;
    top: 0;

    vertical-align: middle;

    background: rgba(25, 31, 34, .15);

    color: #333;
}
.index-case .owl-nav button.owl-prev{
    left: -40px;
}
.index-case .owl-nav button.owl-next{
    right: -40px;
} 
.index-case .owl-nav button .icon-right-arrow::after
{
    content: '\e72f';
    width: 30px;
    height: 60px;
    line-height: 60px;
    top: 0;
    font-family: 'iconfont' !important;
    font-size: 18px;
    background: rgba(25, 31, 34, .15);
    vertical-align: middle;
    color: #333;
}
.index-case .owl-nav button .icon-font{
    width: 30px;
    height: 60px;
    display: block
}


@media (min-width: 992px)
{
    .index-case .owl-nav button:hover .icon-font::after{
        background: rgba(25, 31, 34, .45);
    }
    .index-case .owl-nav button:hover .icon-font::after{
        color: #fff;
    }
    
}
@media (min-width: 992px) and (max-width: 1400px)
{
    .index-case .owl-nav button span:hover
    {
        background-color: #0085f1;
    }
}
@media (max-width: 1400px)
{
    .index-case .owl-nav button:hover .icon-font::after{
        background: rgba(25, 31, 34, .45);
    }
    .index-case .owl-nav button:hover .icon-font::after{
        color: #fff;
    }
}
@media (max-width: 1199px)
{
    .index-case .owl-nav button
    {
        top: 38%;
    }
}
@media (max-width: 991px)
{
    .index-case .owl-nav button
    {
        top: 40%;
    }
}
@media (max-width: 767px)
{
    .index-case .owl-nav button
    {
        top: 45%;
    }
}
.index-case .owl-nav button.owl-prev
{
    left: -40px;
}
@media (max-width: 1400px)
{
    .index-case .owl-nav button.owl-prev
    {
        left: 20px;
    }
}
@media (max-width: 767px)
{
    .index-case .owl-nav button.owl-prev
    {
        left: 5px;
    }
}

.index-case .owl-nav button.owl-next
{
    right: -40px;
}
@media (max-width: 1400px)
{
    .index-case .owl-nav button.owl-next
    {
        right: 20px;
    }
}
@media (max-width: 767px)
{
    .index-case .owl-nav button.owl-next
    {
        right: 5px;
    }
}

.index-case .img-box
{
    padding-bottom: 73.17073171%;
}
.index-case .owl-item
{
    padding: 0 15px;
}
@media (max-width: 767px)
{
    .index-case .owl-item
    {
        padding: 0 5px;
    }
}
@media (min-width: 992px)
{
    .index-case .item img
    {
        -webkit-transition:         transform .5s;
        -webkit-transition: -webkit-transform .5s;
                transition: -webkit-transform .5s;
                transition:         transform .5s;
                transition:         transform .5s, -webkit-transform .5s;
    }
    .index-case .item:hover img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
}
@media (min-width: 992px)
{
    .index-case .item:hover .mask
    {
        opacity: 1;
    }
    .index-case .item:hover > p
    {
        opacity: 0;
    }
    .index-case .item:hover a.more
    {
        -webkit-transform: translateY(-15px);
            -ms-transform: translateY(-15px);
                transform: translateY(-15px);

        opacity: 1;
    }
}
.index-case .item > p
{
    font-size: 16px;
    font-weight: bold;

    overflow: hidden;

    margin: 20px 0 0 0;

    text-align: center;
    white-space: nowrap;
    text-transform: uppercase;
    text-overflow: ellipsis;
}
.index-case .item a.more
{
    line-height: 40px;

    display: block;

    width: 100px;
    height: 40px;
    margin: 0 auto;

    -webkit-transition: .3s;
            transition: .3s;
    -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
            transform: translateY(10px);
    text-align: center;

    opacity: 0;
    color: #fff;
    background-color: #0085f1;
}
@media (max-width: 767px)
{
    .index-case .item a.more
    {
        display: none;
    }
}
.index-case .item a.more:before
{
    font-family: 'iconfont' !important;
    font-size: 16px;
    font-style: normal;

    content: '\e6d2';

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.index-case .item a.more:hover
{
    background-color: #047ada;
}
.index-case .item-box
{
    position: relative;
    z-index: 15;
}
@media (max-width: 767px)
{
    .index-case .item-box
    {
        border-width: 8px;
    }
}
.index-case .mask
{
    position: absolute;
    z-index: 5;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    padding: 10px;

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

    opacity: 0;
    background-color: rgba(255, 255, 255, .6);
    background-clip: content-box;
}
@media (max-width: 991px)
{
    .index-case .mask
    {
        display: none;
    }
}
.index-case .mask .mask-box
{
    position: relative;
    top: 50%;

    display: block;

    padding: 10px 30px;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.index-case .mask .mask-box h4
{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.66666667;

    margin: 0 0 20px 0;

    text-transform: uppercase;

    color: #0085f1;
}
.index-case .mask .mask-box p
{
    line-height: 1.78571429;

    margin-bottom: 0;

    color: #666;
}
.index-case .mask .mask-box p span
{
    display: block;
    display: -webkit-box;
    overflow: hidden;

    max-height: 46px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.index-box ul.tab-list li.cur span{
    color: #0085f1
}
.index-box .case-item{
    height: 0;
    overflow: hidden;
}
.index-box .case-item.aa{
    height: auto;
    overflow: visible;
}



@media (max-width: 767px)
{
    .index-news
    {
        padding-bottom: 10px;
    }
}
.index-news .img-box
{
    padding-bottom: 47.61904762%;
}
.index-news .img-box img
{
    opacity: 0;
}
.index-news .item
{
    position: relative;

    padding-bottom: 35px;
}
@media (min-width: 992px)
{
    .index-news .item img
    {
        -webkit-transition:         transform .5s;
        -webkit-transition: -webkit-transform .5s;
                transition: -webkit-transform .5s;
                transition:         transform .5s;
                transition:         transform .5s, -webkit-transform .5s;
    }
    .index-news .item:hover img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
}
@media (min-width: 992px)
{
    .index-news .item:after
    {
        position: absolute;
        bottom: 0;
        left: 50%;

        width: 0;
        height: 1px;

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

        background-color: #0085f1;
    }
    .index-news .item:hover:after
    {
        width: 100%;
    }
}
.index-news .pic-box
{
    position: relative;
}
.index-news .pic-box > p
{
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 0;

    width: 100%;
    margin: 0;

    background-color: rgba(0, 0, 0, .47);
}
.index-news .pic-box > p a
{
    line-height: 40px;

    display: block;
    overflow: hidden;

    width: 75%;
    margin: 0 auto;

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

    color: #fff;
}
.index-news .pic-box + p
{
    line-height: 1.78571429;

    display: -webkit-box;
    overflow: hidden;

    height: 48px;
    margin: 25px 0 0 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.index-news .time-box
{
    position: absolute;
    z-index: 10;
    top: 20px;
    left: 20px;

    color: #fff;
}
@media (max-width: 991px)
{
    .index-news .time-box
    {
        top: 10px;
        left: 10px;
    }
}
.index-news .time-box .date,
.index-news .time-box .year
{
    width: 80px;

    text-align: center;
}
@media (max-width: 991px)
{
    .index-news .time-box .date,
    .index-news .time-box .year
    {
        width: 60px;
    }
}
.index-news .time-box .date
{
    font-size: 30px;

    display: block;

    padding: 2px 0;

    background-color: rgba(79, 174, 250, .9);
}
@media (max-width: 991px)
{
    .index-news .time-box .date
    {
        font-size: 20px;
    }
}
.index-news .time-box .year
{
    margin: 0;
    padding: 7px 0;

    background-color: #0085f1;
}
@media (max-width: 991px)
{
    .index-news .time-box .year
    {
        padding: 4px 0;
    }
}
.index-contact
{
    background: url(../images/index-contact.jpg) #f8f8f8 no-repeat center;
}
@media (min-width: 1200px)
{
    .index-contact
    {
        padding: 80px 0;
    }
}
.index-contact .contact-list
{
    position: relative;

    overflow: hidden;

    height: 50px;

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

    border: 1px solid #eee;
    background-color: #fff;
}
.index-contact .contact-list ul
{
    font-size: 0;

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

    padding: 18px 35px;

    white-space: nowrap;
}
.index-contact .contact-list ul li
{
    font-size: 14px;
    font-weight: bold;
    line-height: 1;

    display: inline-block;

    padding: 0 8px;

    border-right: 2px solid #333;
}
.index-contact .contact-list ul li a:hover
{
    color: #0085f1;
}
.index-contact h4
{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;

    margin: 30px auto 0;

    text-align: center;
}
.index-contact h4 span
{
    color: #0085f1;
}
.index-contact .fnc-btn
{
    text-align: center;
}
.index-contact .fnc-btn a
{
    line-height: 43px;

    display: inline-block;

    width: 200px;
    height: 45px;
    margin: 22px 8px 0;

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

    color: #666;
    border: 1px solid #e5e5e5;
    background-color: #fff;
}
.index-contact .fnc-btn a:hover
{
    color: #fff;
    border-color: #0085f1;
    background-color: #0085f1;
}
.public-banner
{
    overflow: hidden;

    width: 100%;
}
.public-banner img
{
    width: 100%;
}
@media (max-width: 1199px)
{
    .public-banner img
    {
        width: 120%;
        max-width: 120%;
        margin-left: -10%;
    }
}
@media (max-width: 991px)
{
    .public-banner img
    {
        width: 140%;
        max-width: 140%;
        margin-left: -20%;
    }
}
@media (max-width: 767px)
{
    .public-banner img
    {
        width: 160%;
        max-width: 160%;
        margin-left: -30%;
    }
}
.inside-page
{
    padding-bottom: 80px;
}
@media (max-width: 991px)
{
    .inside-page
    {
        padding-bottom: 50px;
    }
}
@media (max-width: 767px)
{
    .inside-page
    {
        padding-bottom: 30px;
    }
}
.inside-page .top-title
{
    position: relative;

    background-color: #0085f1;
}
.inside-page .top-title .introduce
{
    line-height: 60px;

    position: relative;

    overflow: hidden;

    height: 60px;

    color: #fff;
}
@media (max-width: 767px)
{
    .inside-page .top-title .introduce
    {
        line-height: 46px;

        height: 46px;
    }
}
.inside-page .top-title .introduce h3
{
    font-size: 26px;
    font-weight: bold;
    line-height: 60px;

    float: left;

    height: 60px;
    margin: 0;
    padding: 0 58px;

    text-align: center;

    background-color: #e9bb01;
}
@media (max-width: 767px)
{
    .inside-page .top-title .introduce h3
    {
        font-size: 22px;
        line-height: 46px;

        height: 46px;
        padding: 0 28px;
    }
}
.inside-page .top-title .introduce .breadcrumb
{
    float: right;

    margin: 0;
    padding: 0;

    background: none;
}
@media (max-width: 767px)
{
    .inside-page .top-title .introduce .breadcrumb
    {
        display: none;
    }
}
.inside-page .top-title .introduce .breadcrumb li
{
    text-transform: capitalize;
}
.inside-page .top-title .introduce .breadcrumb li a:hover
{
    text-decoration: underline;
}
.inside-page .top-title .introduce .breadcrumb > li + li:before
{
    padding: 0 2px 0 1px;

    content: '>';

    color: #fff;
}
.inside-page .inside-nav
{
    margin-bottom: 50px;

    text-align: center;
}
@media (max-width: 991px)
{
    .inside-page .inside-nav
    {
        margin-bottom: 35px;
    }
}
@media (max-width: 767px)
{
    .inside-page .inside-nav.product-nav
    {
        text-align: left;
    }
}
.inside-page .inside-nav ul
{
    padding: 34px 5%;

    border-bottom: 1px solid #eee;
}
@media (max-width: 991px)
{
    .inside-page .inside-nav ul
    {
        padding: 30px 0;
    }
}
@media (max-width: 767px)
{
    .inside-page .inside-nav ul
    {
        padding: 15px 0;
    }
}
.inside-page .inside-nav ul li
{
    line-height: 35px;

    position: relative;

    display: inline-block;

    height: 35px;
    margin: 5px 2px;

    vertical-align: top;
}
.inside-page .inside-nav ul li.active a,
.inside-page .inside-nav ul li:hover a
{
    color: #fff;
    background-color: #0085f1;
}
.inside-page .inside-nav ul li a
{
    overflow: hidden;

    padding: 10px 20px;

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

    border-radius: 5px;
    background-color: #e5e5e5;
}
@media (max-width: 767px)
{
    .inside-page .inside-nav ul li a
    {
        padding: 8px;
    }
}
.inside-page h2
{
    margin: 0 0 20px 0;

    text-align: center;
}
.inside-page h2 span
{
    font-size: 24px;
    font-weight: bold;
}
.inside-page h2 span:after
{
    display: block;

    width: 30px;
    height: 2px;
    margin: 15px auto 0;

    content: '';

    background-color: #0085f1;
}
.inside-page .product-second
{
    text-align: center;
}
.inside-page .product-second ul
{
    font-size: 0;

    display: inline-block;

    max-width: 100%;

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

    background-color: #f8f8f8;
}
@media (max-width: 767px)
{
    .inside-page .product-second ul
    {
        width: 100%;
        padding: 10px;
    }
}
.inside-page .product-second ul li
{
    font-size: 14px;

    position: relative;

    display: inline-block;

    letter-spacing: 0;
}
.inside-page .product-second ul li:before
{
    margin: 0 15px;

    content: '-';
    vertical-align: middle;
}
@media (max-width: 767px)
{
    .inside-page .product-second ul li:before
    {
        display: none;
    }
}
.inside-page .product-second ul li:first-child:before
{
    display: none;
}
.inside-page .product-second ul li:hover a,
.inside-page .product-second ul li.active a
{
    text-decoration: underline;

    color: #0085f1;
}
.inside-page .product-second ul li a
{
    display: inline-block;

    padding: 12px 25px;

    vertical-align: middle;
}
@media (max-width: 767px)
{
    .inside-page .product-second ul li a
    {
        padding: 8px 10px;
    }
}
.product-content .product-list
{
    /*margin-top: 50px;*/
}
@media (max-width: 767px)
{
    /*.product-content .product-list
    {
        margin-top: 35px;
    }*/
}

.product-content .product-second{
    margin-bottom: 50px;
}
@media (max-width: 767px)
{
    .product-content .product-list
    {
        margin-bottom: 35px;
    }
}


.product-content .product-list li
{
    margin-bottom: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .product-content .product-list li
    {
        width: 50%;
    }
}
@media (max-width: 767px)
{
    .product-content .product-list li
    {
        margin-bottom: 30px;
    }
}
@media (min-width: 992px)
{
    .product-content .product-list .item:hover .mask
    {
        opacity: 1;
    }
}
.product-content .product-list .item > p
{
    margin: 15px 0 0 0;

    text-align: center;

    color: #666;
}
.product-content .product-list .item > p a
{
    display: block;
    overflow: hidden;

    white-space: nowrap;
    text-overflow: ellipsis;
}
.product-content .product-list .pic-box
{
    position: relative;
    z-index: 10;
}
.product-content .product-list .img-box
{
    padding-bottom: 73.17073171%;
}
.product-content .product-list .mask
{
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

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

    opacity: 0;
    color: #ededed;
    border: 15px solid transparent;
    background-color: rgba(1, 133, 242, .7);
}
@media (max-width: 991px)
{
    .product-content .product-list .mask
    {
        display: none;
    }
}
.product-content .product-list .mask a
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

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

    border: 1px solid #fff;
}
.product-content .product-list .mask p
{
    font-size: 20px;
    font-weight: bold;

    position: relative;
    top: 50%;

    width: 100%;
    margin: 0;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;
}
.product-content .product-list .mask p:after
{
    font-family: 'iconfont' !important;
    font-size: 24px;
    font-weight: normal;
    font-style: normal;

    display: block;

    margin: 10px auto 0;

    content: '\e610';
    text-align: center;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.product-content .product-list .mask p span
{
    display: block;
    display: -webkit-box;
    overflow: hidden;

    max-height: 92px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.product-content .page
{
    margin-top: 20px;
}
@media (max-width: 767px)
{
    .product-content .page
    {
        margin-top: 0;
    }
}
.product-details-content .img-box
{
    padding-bottom: 73.01587302%;
}
.product-details-content .pro-carousel
{
    margin: 50px -15px 80px;
}
@media (max-width: 991px)
{
    .product-details-content .pro-carousel
    {
        margin: 40px -15px 60px;
    }
}
@media (max-width: 767px)
{
    .product-details-content .pro-carousel
    {
        margin: 30px -15px 40px;
    }
}
.product-details-content .pro-carousel .carousel-wrap .row
{
    margin: 0 -5px;
}
.product-details-content .pro-carousel .carousel-wrap .sync2 .item
{
    margin: 0 5px;
    padding: 4px;

    border: 1px solid #d2d2d2;
}
.product-details-content .pro-carousel .carousel-wrap .sync2 .synced .item
{
    border-color: #0085f1;
}
.product-details-content .pro-carousel .carousel-wrap .thumb
{
    position: relative;

    margin: 10px -5px 0;
}
@media (min-width: 1200px)
{
    .product-details-content .pro-carousel .info
    {
        padding-left: 15px;
    }
}
.product-details-content .pro-carousel .info h1
{
    font-size: 24px;
    font-weight: bold;

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

    border-bottom: 1px solid #d2d2d2;
}
@media only screen and (min-width: 1200px) and (max-width: 1439px)
{
    .product-details-content .pro-carousel .info h1
    {
        margin: 40px 0 15px 0;
    }
}
@media (max-width: 1199px)
{
    .product-details-content .pro-carousel .info h1
    {
        margin: 15px 0 20px;
    }
}
@media (max-width: 991px)
{
    .product-details-content .pro-carousel .info h1
    {
        font-size: 28px;

        padding-bottom: 25px;
    }
}
@media (max-width: 767px)
{
    .product-details-content .pro-carousel .info h1
    {
        margin-top: 25px;
        padding-bottom: 15px;
    }
}
.product-details-content .pro-carousel .info p
{
    line-height: 2.14285714;

    margin: 0;

    color: #666;
}
.product-details-content .pro-carousel .info .fun-btn
{
    margin: 65px 0 110px 0;
}
@media (max-width: 1199px)
{
    .product-details-content .pro-carousel .info .fun-btn
    {
        margin: 35px 0 80px 0;
    }
}
@media (max-width: 991px)
{
    .product-details-content .pro-carousel .info .fun-btn
    {
        margin: 15px 0 50px 0;
    }
}
@media (max-width: 767px)
{
    .product-details-content .pro-carousel .info .fun-btn
    {
        margin-bottom: 35px;
    }
}
.product-details-content .pro-carousel .info .fun-btn > span
{
    line-height: 60px;

    display: inline-block;

    width: 250px;
    height: 60px;
    margin-top: 15px;

    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-transition: .3s;
            transition: .3s;
    text-align: center;
    vertical-align: top;

    color: #0085f1;
    border: 1px solid #0085f1;

         -o-user-select: none;
}
.product-details-content .pro-carousel .info .fun-btn > span:before
{
    font-family: 'iconfont' !important;
    font-size: 26px;

    margin-right: 20px;

    vertical-align: middle;
}
@media (min-width: 992px)
{
    .product-details-content .pro-carousel .info .fun-btn > span:hover
    {
        color: #fff;
        background-color: #0085f1;
    }
}
@media (max-width: 1199px)
{
    .product-details-content .pro-carousel .info .fun-btn > span
    {
        line-height: 50px;

        width: 44%;
        height: 50px;
        padding: 0 10px;

        color: #fff;
        background-color: #0085f1;
    }
    .product-details-content .pro-carousel .info .fun-btn > span:before
    {
        margin-right: 10px;
    }
}
@media (max-width: 767px)
{
    .product-details-content .pro-carousel .info .fun-btn > span
    {
        width: 100%;
        padding: 0 10px;
    }
}
.product-details-content .pro-carousel .info .fun-btn .inquiry-btn
{
    margin-right: 25px;
}
@media (max-width: 767px)
{
    .product-details-content .pro-carousel .info .fun-btn .inquiry-btn
    {
        margin-right: 10px;
    }
}
.product-details-content .pro-carousel .info .fun-btn .inquiry-btn:before
{
    content: '\e630';
}
.product-details-content .pro-carousel .info .fun-btn .relevant-btn:before
{
    content: '\e682';
}
.product-details-content .pro-carousel .info .carousel-btn
{
    margin-top: 20px;

    text-align: right;
}
.product-details-content .pro-carousel .info .carousel-btn a
{
    cursor: pointer;

    color: #999;
}
.product-details-content .pro-carousel .info .carousel-btn a:hover
{
    color: #0085f1;
}
.product-details-content .pro-carousel .info .carousel-btn a:before,
.product-details-content .pro-carousel .info .carousel-btn a:after
{
    font-family: 'iconfont' !important;
    font-size: 22px;

    vertical-align: middle;
}
.product-details-content .pro-carousel .info .carousel-btn .prev
{
    margin-right: 26px;
}
@media (max-width: 767px)
{
    .product-details-content .pro-carousel .info .carousel-btn .prev
    {
        margin-right: 15px;
    }
}
.product-details-content .pro-carousel .info .carousel-btn .prev:after
{
    margin-left: 10px;

    content: '\e6f1';
}
.product-details-content .pro-carousel .info .carousel-btn .next:before
{
    margin-right: 10px;

    content: '\e639';
}
.product-details-content .pro-introduce
{
    margin-bottom: 55px;
}
@media (max-width: 991px)
{
    .product-details-content .pro-introduce
    {
        margin-bottom: 45px;
    }
}
@media (max-width: 767px)
{
    .product-details-content .pro-introduce
    {
        margin-bottom: 35px;
    }
}
.product-details-content .pro-introduce h3
{
    margin: 0 0 35px 0;

    border-bottom: 1px solid #dcdcdc;
}
.product-details-content .pro-introduce h3 span
{
    font-size: 16px;
    font-weight: bold;

    display: inline-block;

    padding: 16px 50px;

    color: #fff;
    border-radius: 15px 15px 0 0;
    background-color: #0085f1;
}
.product-details-content .pro-introduce h4
{
    font-size: 16px;
    font-weight: bold;

    margin-top: 30px;
}
.product-details-content .pro-introduce p
{
    line-height: 2.14285714;

    margin: 0;

    color: #666;
}
.product-details-content .pro-introduce img
{
    display: block;

    width: auto;
    max-width: 100%;
}
.product-details-content .inquiry-wrap
{
    padding: 55px 0;

    background-color: #eee;
}
@media (max-width: 1199px)
{
    .product-details-content .inquiry-wrap
    {
        padding: 30px 0 50px;
    }
}
@media (max-width: 991px)
{
    .product-details-content .inquiry-wrap
    {
        padding: 30px 0 40px;
    }
}
@media (max-width: 767px)
{
    .product-details-content .inquiry-wrap
    {
        padding: 20px 0 30px;
    }
}
.product-details-content .inquiry-wrap h4
{
    font-size: 20px;
    font-weight: 700;

    margin: 0;
    margin-bottom: 20px;
}
@media (max-width: 767px)
{
    .product-details-content .inquiry-wrap h4
    {
        margin-bottom: 10px;
    }
}
.product-details-content .inquiry-wrap h4 + p
{
    line-height: 1.6;

    margin-bottom: 45px;

    color: #666;
}
@media (max-width: 991px)
{
    .product-details-content .inquiry-wrap h4 + p
    {
        margin-bottom: 30px;
    }
}
@media (max-width: 767px)
{
    .product-details-content .inquiry-wrap h4 + p
    {
        margin-bottom: 20px;
    }
}
.product-details-content .inquiry-wrap .input-wrap input,
.product-details-content .inquiry-wrap .input-wrap textarea
{
    width: 100%;
    margin-bottom: 30px;
    padding: 12px 20px;

    color: #999;
    background-color: #fff;
}
@media (max-width: 767px)
{
    .product-details-content .inquiry-wrap .input-wrap input,
    .product-details-content .inquiry-wrap .input-wrap textarea
    {
        margin-bottom: 20px;
    }
}
.product-details-content .inquiry-wrap .input-wrap textarea
{
    overflow: auto;

    height: 144px;
}
.product-details-content .inquiry-wrap .input-wrap input::-webkit-input-placeholder,
.product-details-content .inquiry-wrap .input-wrap textarea::-webkit-input-placeholder
{
    color: #999;
}
.product-details-content .inquiry-wrap .input-wrap input:-o-placeholder,
.product-details-content .inquiry-wrap .input-wrap textarea:-o-placeholder
{
    color: #999;
}
.product-details-content .inquiry-wrap .input-wrap input::-moz-placeholder,
.product-details-content .inquiry-wrap .input-wrap textarea::-moz-placeholder
{
    color: #999;
}
.product-details-content .inquiry-wrap .input-wrap input:-ms-input-placeholder,
.product-details-content .inquiry-wrap .input-wrap textarea:-ms-input-placeholder
{
    color: #999;
}
.product-details-content .inquiry-wrap .input-wrap input:focus::-webkit-input-placeholder,
.product-details-content .inquiry-wrap .input-wrap textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.product-details-content .inquiry-wrap .input-wrap input:focus::-o-placeholder,
.product-details-content .inquiry-wrap .input-wrap textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.product-details-content .inquiry-wrap .input-wrap input:focus::-moz-placeholder,
.product-details-content .inquiry-wrap .input-wrap textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.product-details-content .inquiry-wrap .input-wrap input:focus::-ms-input-placeholder,
.product-details-content .inquiry-wrap .input-wrap textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.product-details-content .inquiry-wrap .submit
{
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;

    display: block;

    width: 100%;
    padding: 18px 0;

    text-align: center;

    color: #fff;
    background-color: #0085f1;
}
@media (max-width: 767px)
{
    .product-details-content .inquiry-wrap .submit
    {
        padding: 12px 0;
    }
}
.product-details-content .inquiry-wrap .submit:before
{
    font-family: 'iconfont' !important;
    font-size: 26px;
    font-weight: 400;

    margin-right: 24px;

    content: '\e6a4';
    vertical-align: top;

    color: #fff;
}
.product-details-content .inquiry-wrap .submit:hover
{
    background-color: #047ada;
}
.product-details-content .related-products
{
    overflow: hidden;

    padding-top: 50px;
}
@media (max-width: 767px)
{
    .product-details-content .related-products
    {
        padding-top: 35px;
    }
}
.product-details-content .related-products h4
{
    font-size: 20px;
    font-weight: bold;

    margin: 0 0 20px 0;
}
.product-details-content .related-products .owl-item
{
    padding: 0 15px;
}
.product-details-content .related-products .item p
{
    overflow: hidden;

    margin: 15px 0 0 0;

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

    color: #666;
}
@media (min-width: 992px)
{
    .product-details-content .related-products .item img
    {
        -webkit-transition:         transform .5s;
        -webkit-transition: -webkit-transform .5s;
                transition: -webkit-transform .5s;
                transition:         transform .5s;
                transition:         transform .5s, -webkit-transform .5s;
    }
    .product-details-content .related-products .item:hover img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
}
@media (min-width: 992px)
{
    .product-details-content .related-products .item:hover p
    {
        color: #0085f1;
    }
}
.product-details-content .related-products .row
{
    position: relative;
}
@media (max-width: 991px)
{
    .product-details-content .related-products .related-btn
    {
        display: none;
    }
}
.product-details-content .related-products .related-btn span
{
    position: absolute;
    z-index: 10;
    top: 50%;

    cursor: pointer;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.product-details-content .related-products .related-btn span:before
{
    font-family: 'iconfont' !important;
    font-size: 34px;
    font-weight: 700;

    color: #9c9c9c;
}
.product-details-content .related-products .related-btn span:hover:before
{
    color: #0085f1;
}
.product-details-content .related-products .related-btn .prev
{
    left: -30px;
}
.product-details-content .related-products .related-btn .prev:before
{
    content: '\e601';
}
.product-details-content .related-products .related-btn .next
{
    right: -30px;
}
.product-details-content .related-products .related-btn .next:before
{
    content: '\e827';
}
.about-content .introduce
{
    zoom: 1;

    margin-top: 35px;
}
.about-content .introduce:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
.about-content .introduce .pic-box
{
    margin-bottom: 20px;
}
@media (min-width: 768px)
{
    .about-content .introduce .pic-box
    {
        float: left;

        width: 50%;
        margin-right: 15px;
        margin-bottom: 0;
        padding-right: 15px;
    }
}
.about-content .introduce .pic-box .img-box
{
    padding-bottom: 55.55555556%;
}
.about-content .introduce p
{
    line-height: 2.14285714;

    margin: 0;

    color: #666;
}
.about-content .about-list .img-box
{
    padding-bottom: 72.5%;
}
.about-content .about-list li
{
    margin-top: 35px;
}
@media (max-width: 991px)
{
    .about-content .about-list li
    {
        margin-top: 30px;
    }
}
@media (max-width: 767px)
{
    .about-content .about-list li
    {
        margin-top: 20px;
    }
}
.about-content .about-list .item
{
    padding: 5px;

    border: 1px solid #eee;
}
.honor-content .honor-list
{
    margin-top: 40px;
}
@media (max-width: 767px)
{
    .honor-content .honor-list
    {
        margin: 30px -10px 0;
    }
}
.honor-content .honor-list li
{
    margin-bottom: 30px;
}
@media (max-width: 767px)
{
    .honor-content .honor-list li
    {
        margin-bottom: 20px;
        padding: 0 10px;
    }
}
.honor-content .honor-list .img-box
{
    padding-bottom: 140%;
}
.honor-content .honor-list .pic-box
{
    padding: 7px;

    border: 1px solid #dcdcdc;
}
@media (min-width: 992px)
{
    .honor-content .honor-list .pic-box img
    {
        -webkit-transition:         transform .5s;
        -webkit-transition: -webkit-transform .5s;
                transition: -webkit-transform .5s;
                transition:         transform .5s;
                transition:         transform .5s, -webkit-transform .5s;
    }
    .honor-content .honor-list .pic-box:hover img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
}
.honor-content .honor-list .item p
{
    overflow: hidden;

    margin: 15px 0 0 0;

    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.honor-content .page
{
    margin-top: 25px;
}
@media (max-width: 767px)
{
    .honor-content .page
    {
        margin-top: 10px;
    }
}
.outlook-content .outlook-list li
{
    margin-top: 15px;
}
.outlook-content .outlook-list .img-box
{
    padding-bottom: 71.79487179%;
}
.outlook-content .outlook-list .pic-box
{
    padding: 10px;

    border: 1px solid #dcdcdc;
}
@media (min-width: 992px)
{
    .outlook-content .outlook-list .pic-box img
    {
        -webkit-transition:         transform .5s;
        -webkit-transition: -webkit-transform .5s;
                transition: -webkit-transform .5s;
                transition:         transform .5s;
                transition:         transform .5s, -webkit-transform .5s;
    }
    .outlook-content .outlook-list .pic-box:hover img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
}
.outlook-content .outlook-list p
{
    overflow: hidden;

    margin: 15px 0 0 0;

    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.outlook-content .page
{
    margin-top: 50px;
}
.culture-content .culture-list
{
    margin-top: -15px;
}
.culture-content .culture-list li
{
    margin-top: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .culture-content .culture-list li.col-md-4 .introduce
    {
        padding: 0 10px 0 100px;
    }
    .culture-content .culture-list li.col-md-4 .introduce i
    {
        left: 20px;
    }
}
.culture-content .culture-list .item
{
    position: relative;

    display: block;

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

    border: 1px solid #e5e5e5;
}
@media (min-width: 768px)
{
    .culture-content .culture-list .item
    {
        min-height: 150px;
    }
}
@media (max-width: 767px)
{
    .culture-content .culture-list .item
    {
        padding: 15px 15px 25px;
    }
}
@media only screen and (min-width: 992px)
{
    .culture-content .culture-list .item:hover
    {
        border-color: #0085f1;
    }
}
.culture-content .culture-list .introduce
{
    text-align: center;
}
@media (min-width: 768px)
{
    .culture-content .culture-list .introduce
    {
        position: absolute;
        top: 50%;
        left: 0;

        display: inline-block;

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

        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        vertical-align: middle;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1319px)
{
    .culture-content .culture-list .introduce
    {
        padding-left: 120px;
    }
}
@media (min-width: 768px)
{
    .culture-content .culture-list .introduce i
    {
        font-size: 66px;

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

        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        vertical-align: middle;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1319px)
{
    .culture-content .culture-list .introduce i
    {
        left: 30px;
    }
}
@media (max-width: 767px)
{
    .culture-content .culture-list .introduce i
    {
        font-size: 50px;
    }
}
.culture-content .culture-list .introduce i.icon-zongzhi
{
    color: #0085f1;
}
.culture-content .culture-list .introduce i.icon-jingshen
{
    color: #6ca1ba;
}
.culture-content .culture-list .introduce i.icon-yuanjing
{
    color: #bccd7e;
}
.culture-content .culture-list .introduce i.icon-linian
{
    color: #59b1bb;
}
.culture-content .culture-list .introduce i.icon-hexin
{
    color: #1082c1;
}
.culture-content .culture-list .introduce h4
{
    font-size: 20px;
    font-weight: bold;

    margin: 0 0 15px 0;
}
@media (min-width: 768px)
{
    .culture-content .culture-list .introduce h4
    {
        text-align: left;
    }
}
.culture-content .culture-list .introduce p
{
    line-height: 1.42857143;

    margin: 0;

    color: #666;
}
@media (min-width: 768px)
{
    .culture-content .culture-list .introduce p
    {
        text-align: left;
    }
}
@media (max-width: 767px)
{
    .culture-content .culture-list .introduce p
    {
        line-height: 1.78571429;
    }
}
@media (max-width: 767px)
{
    .culture-content .culture-list .introduce p span
    {
        display: block;
    }
}
.culture-content .culture-list .introduce p span:nth-child(1)
{
    margin-right: 45px;
}
@media only screen and (min-width: 1200px) and (max-width: 1319px)
{
    .culture-content .culture-list .introduce p span:nth-child(1)
    {
        margin-right: 15px;
    }
}
@media (max-width: 767px)
{
    .culture-content .culture-list .introduce p span:nth-child(1)
    {
        margin-right: 0;
    }
}
.culture-details-content h4
{
    margin: 45px 0 20px 0;
}
@media (max-width: 767px)
{
    .culture-details-content h4
    {
        margin-top: 30px;
    }
}
.culture-details-content h4 i,
.culture-details-content h4 span
{
    vertical-align: middle;
}
.culture-details-content h4 i
{
    font-size: 60px;
    line-height: 1;

    margin-right: 10px;

    color: #0085f1;
}
@media (max-width: 767px)
{
    .culture-details-content h4 i
    {
        font-size: 45px;
    }
}
.culture-details-content h4 span
{
    font-size: 20px;
    font-weight: bold;
}
.culture-details-content p
{
    line-height: 2.14285714;

    margin: 0;

    color: #666;
}
.network-content h4
{
    font-size: 18px;
    font-weight: bold;

    margin: 35px 0 15px 0;
}
.network-content h4:before
{
    display: inline-block;

    width: 12px;
    height: 12px;
    margin-right: 20px;

    content: '';
    vertical-align: middle;

    background-color: #0085f1;
}
.network-content p span
{
    font-weight: bold;
}
.network-content .pic-box
{
    margin-top: 35px;

    text-align: center;
}
.network-content .pic-box img
{
    max-width: 100%;
}
.knowledge-content .knowledge-list
{
    margin-top: -15px;
}
.knowledge-content .knowledge-list li
{
    margin-top: 30px;
}
@media (min-width: 992px)
{
    .knowledge-content .knowledge-list .item img
    {
        -webkit-transition:         transform .5s;
        -webkit-transition: -webkit-transform .5s;
                transition: -webkit-transform .5s;
                transition:         transform .5s;
                transition:         transform .5s, -webkit-transform .5s;
    }
    .knowledge-content .knowledge-list .item:hover img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
}
@media (min-width: 992px)
{
    .knowledge-content .knowledge-list .item:hover h5
    {
        color: #0085f1;
    }
}
.knowledge-content .knowledge-list .item .pic-box
{
    position: relative;
}
.knowledge-content .knowledge-list .item .pic-box .time-box
{
    position: absolute;
    z-index: 5;
    top: 10px;
    left: 10px;

    padding: 14px 20px;

    text-align: center;

    color: #fff;
    background-color: rgba(1, 133, 242, .8);
}
@media (max-width: 767px)
{
    .knowledge-content .knowledge-list .item .pic-box .time-box
    {
        padding: 8px 12px;
    }
}
.knowledge-content .knowledge-list .item .pic-box .time-box span
{
    font-size: 16px;
    font-weight: bold;

    display: block;
}
.knowledge-content .knowledge-list .item .pic-box .time-box p
{
    margin: 0;

    color: #fff;
}
.knowledge-content .knowledge-list .item .introduce
{
    padding: 20px 30px 10px;

    background-color: #f8f8f8;
}
@media (max-width: 767px)
{
    .knowledge-content .knowledge-list .item .introduce
    {
        padding: 20px 20px 10px;
    }
}
.knowledge-content .knowledge-list .item .img-box
{
    padding-bottom: 48.7804878%;
}
.knowledge-content .knowledge-list .item h5
{
    font-size: 16px;
    font-weight: bold;

    overflow: hidden;

    margin: 0 0 15px 0;

    -webkit-transition: color .3s;
            transition: color .3s;
    white-space: nowrap;
    text-overflow: ellipsis;
}
@media (max-width: 767px)
{
    .knowledge-content .knowledge-list .item h5
    {
        margin-bottom: 10px;
    }
}
.knowledge-content .knowledge-list .item h5 + p
{
    line-height: 1.78571429;

    display: -webkit-box;
    overflow: hidden;

    height: 46px;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.knowledge-content .knowledge-list .item a.more
{
    line-height: 1;

    display: block;
}
.knowledge-content .knowledge-list .item a.more:before
{
    font-family: 'iconfont' !important;
    font-size: 26px;
    font-weight: 600;
    font-style: normal;

    content: '\e7ed';

    color: #0085f1;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.knowledge-content .page
{
    margin-top: 60px;
}
@media (max-width: 1199px)
{
    .knowledge-content .page
    {
        margin-top: 50px;
    }
}
@media (max-width: 991px)
{
    .knowledge-content .page
    {
        margin-top: 40px;
    }
}
@media (max-width: 767px)
{
    .knowledge-content .page
    {
        margin-top: 30px;
    }
}
.knowledge-details-content .content h4,
.knowledge-details-content .content span.time
{
    text-align: center;
}
.knowledge-details-content .content h4
{
    font-size: 16px;
    font-weight: bold;

    margin: 30px 0 15px 0;
}
.knowledge-details-content .content span.time
{
    display: block;

    margin-bottom: 10px;

    color: #666;
}
.knowledge-details-content .content p
{
    line-height: 2.14285714;

    margin: 0;

    text-indent: 2em;

    color: #666;
}
.knowledge-details-content .page-box
{
    zoom: 1;

    margin-top: 90px;
}
.knowledge-details-content .page-box:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
@media (max-width: 1199px)
{
    .knowledge-details-content .page-box
    {
        margin-top: 70px;
    }
}
@media (max-width: 991px)
{
    .knowledge-details-content .page-box
    {
        margin-top: 50px;
    }
}
@media (max-width: 767px)
{
    .knowledge-details-content .page-box
    {
        margin-top: 30px;
    }
}
.knowledge-details-content .page-box > a
{
    display: block;

    width: 410px;
    padding: 10px;

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

    background-color: #f8f8f8;
}
@media (max-width: 991px)
{
    .knowledge-details-content .page-box > a
    {
        width: 310px;
    }
}
@media (max-width: 767px)
{
    .knowledge-details-content .page-box > a
    {
        width: 100%;
    }
    .knowledge-details-content .page-box > a.next
    {
        margin-top: 20px;
    }
}
@media (min-width: 768px)
{
    .knowledge-details-content .page-box > a.prev
    {
        float: left;
    }
    .knowledge-details-content .page-box > a.next
    {
        float: right;
    }
}
@media (min-width: 768px)
{
    .knowledge-details-content .page-box > a:hover
    {
        background-color: #0085f1;
    }
    .knowledge-details-content .page-box > a:hover .item
    {
        border-color: #fff;
    }
    .knowledge-details-content .page-box > a:hover h5,
    .knowledge-details-content .page-box > a:hover p,
    .knowledge-details-content .page-box > a:hover i
    {
        color: #fff;
    }
    .knowledge-details-content .page-box > a:hover i:before
    {
        left: 46%;
    }
}
.knowledge-details-content .page-box .item
{
    padding: 20px;

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

    border: 1px solid #f8f8f8;
}
@media (max-width: 991px)
{
    .knowledge-details-content .page-box .item
    {
        padding: 10px;
    }
}
.knowledge-details-content .page-box h5,
.knowledge-details-content .page-box p,
.knowledge-details-content .page-box i
{
    -webkit-transition: color .3s;
            transition: color .3s;
}
.knowledge-details-content .page-box h5
{
    font-size: 16px;
    font-weight: bold;

    overflow: hidden;

    vertical-align: middle;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.knowledge-details-content .page-box h5 span
{
    font-size: 14px;
    font-weight: normal;

    vertical-align: middle;

    color: #0085f1;
}
.knowledge-details-content .page-box p
{
    line-height: 1.78571429;

    display: -webkit-box;
    overflow: hidden;

    height: 46px;
    margin: 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.knowledge-details-content .page-box i
{
    font-size: 26px;
    font-weight: bold;
    line-height: 1;

    position: relative;

    display: block;

    height: 20px;
    margin-top: 10px;

    color: #0085f1;
}
.knowledge-details-content .page-box i:before
{
    position: absolute;
    left: 0;

    -webkit-transition: left .3s;
            transition: left .3s;
}
.case-content .case-second
{
    position: relative;
}
.case-content .case-second ul
{
    padding: 0 60px 0 13px;

    -webkit-transition: all .2s;
            transition: all .2s;
    text-align: left;
}
@media (max-width: 991px)
{
    .case-content .case-second ul
    {
        overflow: hidden;

        white-space: nowrap;
    }
}
@media (max-width: 767px)
{
    .case-content .case-second ul
    {
        padding: 0 5px;
    }
}
.case-content .case-second ul.tab-more
{
    height: auto!important;
    padding-right: 30px;

    white-space: normal !important;
}
@media (min-width: 1200px)
{
    .case-content .case-second ul.all > li:nth-child(9):before,
    .case-content .case-second ul.all > li:nth-child(17):before
    {
        display: none;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .case-content .case-second ul.all > li:nth-child(7):before,
    .case-content .case-second ul.all > li:nth-child(13):before,
    .case-content .case-second ul.all > li:nth-child(20):before
    {
        display: none;
    }
}
@media (min-width: 1200px)
{
    .case-content .case-second ul.outer > li:nth-child(10):before,
    .case-content .case-second ul.outer > li:nth-child(18):before
    {
        display: none;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .case-content .case-second ul.outer > li:nth-child(8):before,
    .case-content .case-second ul.outer > li:nth-child(15):before,
    .case-content .case-second ul.outer > li:nth-child(20):before
    {
        display: none;
    }
}
@media (min-width: 1200px)
{
    .case-content .case-second ul.inner > li:nth-child(9):before
    {
        display: none;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .case-content .case-second ul.inner > li:nth-child(7):before
    {
        display: none;
    }
}
.case-content .case-second ul li:before
{
    margin: 0 5px;
}
@media (max-width: 991px)
{
    .case-content .case-second ul li:before
    {
        display: none;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1319px)
{
    .case-content .case-second ul li a
    {
        padding: 12px 20px;
    }
}
@media (max-width: 767px)
{
    .case-content .case-second ul li a
    {
        padding: 12px 10px;
    }
}
.case-content .case-second .arrow
{
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;

    width: 30px;
    height: 44px;

    border: 1px solid #eee;
    background-color: #fff;
}
@media only screen and (min-width: 992px)
{
    .case-content .case-second .arrow
    {
        display: none;
    }
}
.case-content .case-second .arrow.active i:before
{
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.case-content .case-second .arrow i
{
    position: absolute;
    top: 50%;
    left: 50%;

    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
}
.case-content .case-second .arrow i:before
{
    display: block;

    -webkit-transition: -webkit-transform .3s;
            transition: -webkit-transform .3s;
            transition:         transform .3s;
            transition:         transform .3s, -webkit-transform .3s;
}
.case-content .case-list li
{
    margin-bottom: 40px;
}
@media (max-width: 767px) {
    .case-content .case-list li
    {
        margin-bottom: 30px;
    }
}
.case-content .case-list .img-box
{
    padding-bottom: 73.17073171%;
}
@media only screen and (min-width: 992px)
{
    .case-content .case-list .item:hover p a
    {
        background-color: #0085f1;
    }
}
@media only screen and (min-width: 992px) and (min-width: 992px)
{
    .case-content .case-list .item img
    {
        -webkit-transition:         transform .5s;
        -webkit-transition: -webkit-transform .5s;
                transition: -webkit-transform .5s;
                transition:         transform .5s;
                transition:         transform .5s, -webkit-transform .5s;
    }
    .case-content .case-list .item:hover img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
}
.case-content .case-list p
{
    margin: 4px 0 0 0;
}
.case-content .case-list p a
{
    font-size: 16px;
    font-weight: bold;
    line-height: 60px;

    display: block;
    overflow: hidden;

    height: 60px;
    padding: 0 10px;

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

    color: #fff;
    background-color: #a0a0a0;
}
@media (max-width: 767px)
{
    .case-content .case-list p a
    {
        line-height: 50px;

        height: 50px;
    }
}
.case-content .page
{
    margin-top: 20px;
}
/*@media (max-width: 1199px)
{
    .case-content .page
    {
        margin-top: 50px;
    }
}
@media (max-width: 991px)
{
    .case-content .page
    {
        margin-top: 40px;
    }
}
@media (max-width: 767px)
{
    .case-content .page
    {
        margin-top: 30px;
    }
}*/
.case-content .content
{
    text-align: center;
}
.case-content .content h4
{
    font-size: 20px;
    font-weight: bold;

    margin: 45px 0 25px 0;
}
.case-content .content p
{
    line-height: 2.14285714;

    margin: 0;

    color: #666;
}
.case-content .content img
{
    display: block;

    max-width: 100%;
    margin: 25px auto;
}
.case-content .content .page-box
{
    margin-top: 50px;

    text-align: center;
}
@media (max-width: 991px)
{
    .case-content .content .page-box
    {
        margin-top: 40px;
    }
}
@media (max-width: 767px)
{
    .case-content .content .page-box
    {
        margin-top: 30px;
    }
}
.case-content .content .page-box a
{
    line-height: 50px;

    display: inline-block;

    width: 190px;
    height: 50px;
    margin: 0 12px;

    -webkit-transition: .3s;
            transition: .3s;
    vertical-align: top;

    color: #666;
    background-color: #dcdcdc;
}
@media only screen and (min-width: 992px)
{
    .case-content .content .page-box a:hover
    {
        color: #fff;
        background-color: #0085f1;
    }
}
@media (max-width: 767px)
{
    .case-content .content .page-box a
    {
        width: 40%;
    }
}
.news-content .news-wrap
{
    margin-top: 40px;
}
@media (min-width: 1320px)
{
    .news-content .news-wrap
    {
        margin: 40px -25px 0;
    }
}
@media (max-width: 767px)
{
    .news-content .news-wrap
    {
        margin-top: 30px;
    }
}
.news-content .news-wrap .time
{
    font-size: 14px;

    margin-top: 5px;

    color: #0085f1;
}
.news-content .news-wrap .time:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;
    font-style: normal;

    margin-right: 10px;

    content: '\e65d';
    vertical-align: middle;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px)
{
    .news-content .news-wrap .time
    {
        margin: 15px 0 10px;
    }
}
.news-content .news-list li
{
    margin-bottom: 30px;
    padding: 20px;

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

    border: 1px solid #ececec;
}
@media (max-width: 767px)
{
    .news-content .news-list li
    {
        padding: 15px;
    }
}
@media (min-width: 992px)
{
    .news-content .news-list li:hover
    {
        border-color: #0085f1;
    }
    .news-content .news-list li:hover .more
    {
        color: #0085f1;
    }
}
.news-content .news-list .img-box
{
    padding-bottom: 50%;
}
.news-content .news-list .pic-box
{
    padding: 0 15px;
}
@media (min-width: 768px)
{
    .news-content .news-list .pic-box
    {
        float: left;

        width: 34.31578947%;
    }
}
@media (min-width: 768px) and (max-width: 1439px)
{
    .news-content .news-list .pic-box
    {
        width: 34.73684211%;
    }
}
@media (min-width: 768px) and (max-width: 1199px)
{
    .news-content .news-list .pic-box
    {
        width: 40%;
    }
}
.news-content .news-list .introduce
{
    padding: 0 15px;
}
@media (min-width: 768px)
{
    .news-content .news-list .introduce
    {
        float: left;

        width: 65.26315789%;
        padding-right: 20px;
    }
}
@media (min-width: 768px) and (max-width: 1439px)
{
    .news-content .news-list .introduce
    {
        width: 65.26315789%;
    }
}
@media (min-width: 768px) and (max-width: 1199px)
{
    .news-content .news-list .introduce
    {
        width: 60%;
        padding-right: 15px;
    }
}
.news-content .news-list .introduce h4
{
    font-size: 16px;
    font-weight: bold;
    line-height: 26px;

    display: -webkit-box;
    overflow: hidden;

    height: 26px;
    margin: 5px 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1199px)
{
    .news-content .news-list .introduce h4
    {
        margin-top: 0;
    }
}
.news-content .news-list .introduce p
{
    line-height: 1.78571429;

    display: -webkit-box;
    overflow: hidden;

    height: 46px;

    color: #999;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.news-content .news-list .introduce .more
{
    margin-top: 10px;

    color: #666;
}
.news-content .news-list .introduce .more a
{
    text-decoration: underline;
}
.news-content .latest-news h5
{
    font-size: 16px;

    margin: 0;
    padding: 15px 0;

    text-align: center;

    color: #fff;
    background-color: #0085f1;
}
.news-content .latest-news h5:before
{
    font-family: 'iconfont' !important;
    font-size: 28px;
    font-style: normal;

    margin-right: 10px;

    content: '\e622';
    vertical-align: middle;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.news-content .latest-news h6
{
    font-size: 14px;
    line-height: 1.78571429;

    display: -webkit-box;
    overflow: hidden;

    height: 26px;
    margin-top: 0;
    margin-bottom: 5px;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.news-content .latest-news h6:hover
{
    text-decoration: underline;

    color: #0085f1;
}
.news-content .latest-news h6 a
{
    display: block;
}
.news-content .latest-news ul
{
    border: 1px solid #e5e5e5;
}
.news-content .latest-news li
{
    padding: 25px 20px;

    border-bottom: 1px dotted #e5e5e5;
}
.news-content .latest-news li span
{
    font-size: 14px;

    color: #ccc;
}
.news-details-content
{
    text-align: center;
}
.news-details-content h1
{
    font-size: 16px;
    font-weight: bold;

    margin-top: 30px;
}
.news-details-content span.time
{
    display: block;

    margin: 15px 0;

    color: #666;
}
.news-details-content span.time:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;
    font-style: normal;

    margin-right: 10px;

    content: '\e65d';
    vertical-align: middle;

    color: #0085f1;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.news-details-content h1 ~ p
{
    line-height: 2.14285714;

    margin: 0;

    color: #999;
}
.news-details-content h1 ~ p a
{
    text-decoration: underline;
}
.news-details-content h1 ~ p a:hover
{
    color: #0085f1;
}
.news-details-content img
{
    display: block;

    max-width: 100%;
    margin: 10px auto;
}
.news-details-content .news-page
{
    zoom: 1;

    margin-top: 70px;
    padding: 30px;

    border: 1px dashed #dcdcdc;
}
@media (max-width: 1199px)
{
    .news-details-content .news-page
    {
        margin-top: 60px;
    }
}
@media (max-width: 991px)
{
    .news-details-content .news-page
    {
        margin-top: 40px;
    }
}
@media (max-width: 767px)
{
    .news-details-content .news-page
    {
        margin-top: 30px;
        padding: 10px 5px;

        border-right: none;
        border-left: none;
    }
}
.news-details-content .news-page:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
.news-details-content .news-page p
{
    line-height: 38px;

    position: relative;

    display: -webkit-box;
    overflow: hidden;

    height: 38px;
    margin-bottom: 0;

    color: #999;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (min-width: 768px)
{
    .news-details-content .news-page p
    {
        max-width: 45%;
    }
}
.news-details-content .news-page p:hover a
{
    color: #0085f1;
}
.news-details-content .news-page p:before,
.news-details-content .news-page p:after
{
    font-size: 30px;

    position: absolute;
    top: 0;

    vertical-align: middle;
}
.news-details-content .news-page .prev
{
    padding-left: 40px;
}
@media (min-width: 768px)
{
    .news-details-content .news-page .prev
    {
        float: left;
    }
}
@media (max-width: 767px)
{
    .news-details-content .news-page .prev
    {
        margin-bottom: 5px;
    }
}
.news-details-content .news-page .prev:before
{
    font-family: 'iconfont' !important;
    font-style: normal;

    left: 0;

    margin-right: 10px;

    content: '\ea00';

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.news-details-content .news-page .next
{
    padding-right: 40px;
}
@media (min-width: 768px)
{
    .news-details-content .news-page .next
    {
        float: right;

        text-align: right;
    }
}
.news-details-content .news-page .next:after
{
    font-family: 'iconfont' !important;
    font-style: normal;

    right: 0;

    margin-left: 10px;

    content: '\e633';

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.download-content
{
    overflow: hidden;
}
.download-content .download-list
{
    margin-top: 35px;
}
.download-content .download-box
{
    overflow: hidden;

    margin-bottom: 30px;
    padding: 15px 19px;

    border: 1px solid #dbdbdb;
}
@media (min-width: 992px)
{
    .download-content .download-box img
    {
        -webkit-transition:         transform .5s;
        -webkit-transition: -webkit-transform .5s;
                transition: -webkit-transform .5s;
                transition:         transform .5s;
                transition:         transform .5s, -webkit-transform .5s;
    }
    .download-content .download-box:hover img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
}
.download-content .download-box .row
{
    margin: 0 -16px;
}
.download-content .pic,
.download-content .text
{
    padding: 0 16px;
}
@media (min-width: 768px)
{
    .download-content .pic
    {
        float: left;

        width: 40.56603774%;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .download-content .pic
    {
        margin-top: 10px;
    }
}
@media (max-width: 767px)
{
    .download-content .pic
    {
        padding: 0 20%;
    }
}
.download-content .pic .img-box
{
    z-index: 1;

    border-radius: 50%;
}
@media (min-width: 768px)
{
    .download-content .text
    {
        float: right;

        width: 59.43396226%;
    }
}
@media (max-width: 767px)
{
    .download-content .text
    {
        margin-top: 30px;
    }
}
.download-content .text h4
{
    font-size: 16px;
    font-weight: bold;

    overflow: hidden;

    margin: 30px 0 25px 0;

    white-space: nowrap;
    text-overflow: ellipsis;
}
@media (max-width: 1199px)
{
    .download-content .text h4
    {
        margin: 10px 0 15px 0;
    }
}
@media (max-width: 991px)
{
    .download-content .text h4
    {
        margin-top: 40px;
    }
}
@media (max-width: 767px)
{
    .download-content .text h4
    {
        text-align: center;
    }
}
.download-content .text p
{
    line-height: 1.78571429;

    display: -webkit-box;
    overflow: hidden;

    height: 76px;
    margin-bottom: 20px;

    color: #999;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media (max-width: 1199px)
{
    .download-content .text p
    {
        margin-bottom: 15px;
    }
}
.download-content .text .download-btn
{
    position: relative;

    color: #0085f1;
}
@media (max-width: 767px)
{
    .download-content .text .download-btn
    {
        display: block;

        text-align: center;
    }
}
.download-content .text .download-btn:before
{
    font-family: 'iconfont' !important;
    font-size: 22px;

    margin-right: 20px;

    content: '\e662';
    vertical-align: middle;
    text-decoration: none;
}
.download-content .text .download-btn:hover span
{
    text-decoration: underline;
}
.download-content .page
{
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .download-content .page
    {
        margin-top: 10px;
    }
}
.video-content .video-list
{
    margin-top: 40px;
}
.video-content .video-list li
{
    margin-bottom: 40px;
}
@media (max-width: 991px)
{
    .video-content .video-list li
    {
        margin-bottom: 30px;
    }
}
.video-content .video-list li p
{
    overflow: hidden;

    margin: 20px 0 0 0;

    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.video-content .video
{
    position: relative;

    overflow: hidden;

    text-align: center;
}
@media (min-width: 992px)
{
    .video-content .video img
    {
        -webkit-transition:         transform .5s;
        -webkit-transition: -webkit-transform .5s;
                transition: -webkit-transform .5s;
                transition:         transform .5s;
                transition:         transform .5s, -webkit-transform .5s;
    }
    .video-content .video:hover img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
}
.video-content .video .img-box
{
    padding-bottom: 63.49206349%;
}
.video-content .video .video-box
{
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}
.video-content .video .video-box a.play
{
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    cursor: pointer;

    background: url(../images/video-btn.png) rgba(0, 0, 0, .1) no-repeat center;
}
.video-content .video .video-box iframe
{
    position: absolute;
    z-index: 20;
    top: 0;
    left: 0;

    display: none;

    width: 100%;
    height: 100%;
}
.video-content .page
{
    margin-top: 20px;
}
@media (max-width: 767px)
{
    .video-content .page
    {
        margin-top: 0;
    }
}
.message-content form
{
    display: block;

    width: 100%;
    margin: 0 auto;
    margin-top: 40px;
}
.message-content form p
{
    margin-bottom: 35px;

    text-align: center;

    color: #666;
}
.message-content input::-webkit-input-placeholder,
.message-content textarea::-webkit-input-placeholder
{
    color: #999;
}
.message-content input:-o-placeholder,
.message-content textarea:-o-placeholder
{
    color: #999;
}
.message-content input::-moz-placeholder,
.message-content textarea::-moz-placeholder
{
    color: #999;
}
.message-content input:-ms-input-placeholder,
.message-content textarea:-ms-input-placeholder
{
    color: #999;
}
.message-content input:focus::-webkit-input-placeholder,
.message-content textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.message-content input:focus::-o-placeholder,
.message-content textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.message-content input:focus::-moz-placeholder,
.message-content textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.message-content input:focus::-ms-input-placeholder,
.message-content textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.message-content input,
.message-content textarea
{
    display: block;

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

    color: #666;
    border: 1px solid #dcdcdc;
}
@media (max-width: 767px)
{
    .message-content input,
    .message-content textarea
    {
        padding: 15px;
    }
}
.message-content textarea
{
    height: 290px;
}
@media (max-width: 767px)
{
    .message-content textarea
    {
        height: 170px;
    }
}
.message-content .submit
{
    font-size: 16px;

    display: block;

    width: 100%;
    padding: 17px;

    text-align: center;

    color: #fff;
    background-color: #0085f1;
}
@media (max-width: 767px)
{
    .message-content .submit
    {
        padding: 15px;
    }
}
.message-content .submit:before
{
    font-family: 'iconfont' !important;
    font-size: 26px;
    font-weight: 400;
    font-style: normal;
    line-height: 1;

    margin-right: 20px;

    content: '\e6a4';
    vertical-align: middle;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.message-content .submit:hover
{
    background-color: #047ada;
}
.contact-content h2 + p
{
    line-height: 2.14285714;

    margin: 40px 0;

    text-align: center;

    color: #999;
}
@media (max-width: 767px)
{
    .contact-content h2 + p
    {
        margin: 25px 0;
    }
}
.contact-content .info-box
{
    position: relative;

    zoom: 1;

    background-color: #f8f8f8;
}
.contact-content .info-box:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
@media (max-width: 991px)
{
    .contact-content .info-box
    {
        padding-top: 25px;
    }
}
@media only screen and (min-width: 992px)
{
    .contact-content .info-box .container
    {
        width: 100%;
    }
    .contact-content .info-box .container > div
    {
        width: 50%;
    }
}
@media only screen and (min-width: 992px)
{
    .contact-content .info-box .pic-box
    {
        float: left;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1679px)
{
    .contact-content .info-box .pic-box
    {
        position: absolute;
        top: 0;
        left: 0;

        height: 100%;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1679px)
{
    .contact-content .info-box .pic-box img
    {
        position: absolute;
        top: 50%;

        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
    }
}
.contact-content .info-box .pic-box img
{
    width: 100%;
}
@media (min-width: 992px)
{
    .contact-content .info-box .info-list
    {
        float: right;

        padding-left: 95px;
    }
    .contact-content .info-box .info-list .list-content
    {
        width: 72%;
    }
}
@media (min-width: 992px) and (max-width: 1319px)
{
    .contact-content .info-box .info-list
    {
        padding-left: 55px;
    }
}
@media (min-width: 992px) and (max-width: 1679px)
{
    .contact-content .info-box .info-list .list-content
    {
        width: 78%;
    }
}
.contact-content .info-box .info-list h2
{
    font-size: 20px;
    font-weight: bold;

    margin: 35px 0;

    text-align: left;
}
.contact-content .info-box .info-list ul
{
    font-size: 0;

    letter-spacing: -8px;
}
@media (min-width: 1320px)
{
    .contact-content .info-box .info-list ul
    {
        padding-right: 55px;
    }
}
.contact-content .info-box .info-list li
{
    font-size: 14px;
    line-height: 1.78571429;

    position: relative;

    margin-bottom: 20px;
    padding-left: 70px;

    letter-spacing: 0;

    color: #222;
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .contact-content .info-box .info-list li
    {
        display: inline-block;

        width: 50%;

        vertical-align: top;
    }
    .contact-content .info-box .info-list li:last-child
    {
        width: 100%;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .contact-content .info-box .info-list li
    {
        margin-bottom: 15px;
    }
}
@media (max-width: 991px)
{
    .contact-content .info-box .info-list li
    {
        padding-left: 60px;
    }
}
@media (max-width: 767px)
{
    .contact-content .info-box .info-list li
    {
        margin-bottom: 15px;
    }
}
.contact-content .info-box .info-list li:before
{
    font-size: 22px;
    line-height: 44px;

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

    display: block;

    width: 46px;
    height: 46px;

    content: '';
    text-align: center;

    color: #0085f1;
    border: 1px solid #0085f1;
    border-radius: 50%;
}
.contact-content .info-box .info-list li.add:before
{
    font-family: 'iconfont' !important;
    font-size: 24px;
    font-style: normal;

    content: '\e60d';

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.contact-content .info-box .info-list li.tel:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;
    font-style: normal;

    content: '\e609';

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.contact-content .info-box .info-list li.fax:before
{
    font-family: 'iconfont' !important;
    font-style: normal;

    content: '\e606';

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.contact-content .info-box .info-list li.mail:before
{
    font-family: 'iconfont' !important;
    font-style: normal;

    content: '\e6a4';

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.contact-content .info-box .info-list li.url:before
{
    font-family: 'iconfont' !important;
    font-style: normal;

    content: '\e897';

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.contact-content .info-box .info-list li p
{
    min-height: 46px;
    margin: 0;
    padding: 10px 0;

    color: #666;
}
.contact-content .info-box .info-list li a:hover
{
    text-decoration: underline;

    color: #0085f1;
}
.contact-content .contact-lists li
{
    margin-top: 50px;
}
@media (max-width: 767px)
{
    .contact-content .contact-lists li
    {
        margin-top: 30px;
    }
}
.contact-content .contact-lists .item
{
    padding: 25px 50px;

    border: 1px solid #dcdcdc;
}
@media only screen and (min-width: 1200px) and (max-width: 1319px)
{
    .contact-content .contact-lists .item
    {
        padding: 25px 30px;
    }
}
@media (max-width: 1199px)
{
    .contact-content .contact-lists .item
    {
        padding: 25px 15px;
    }
}
@media (max-width: 767px)
{
    .contact-content .contact-lists .item
    {
        padding: 20px 15px;
    }
}
.contact-content .contact-lists .item b
{
    font-size: 16px;

    display: block;

    margin-bottom: 5px;
}
.contact-content .contact-lists .item p
{
    line-height: 2.14285714;

    margin: 0;

    color: #999;
}
.contact-content .contact-lists .item p a:hover
{
    text-decoration: underline;
}
.contact-content .map
{
    margin-top: 50px;
}
@media (max-width: 991px)
{
    .contact-content .map
    {
        margin-top: 40px;
    }
}
@media (max-width: 767px)
{
    .contact-content .map
    {
        margin-top: 30px;
    }
}
.contact-content .map img
{
    display: block;

    width: 100%;
}
.advantage-content .advantage-list li
{
    margin-top: 40px;
}
@media only screen and (min-width: 768px)
{
    .advantage-content .advantage-list li:nth-child(odd) .item .text
    {
        float: right;
    }
    .advantage-content .advantage-list li:nth-child(even) .item .text
    {
        float: left;
    }
    .advantage-content .advantage-list li:nth-child(even) .item .num
    {
        right: 0;
    }
}
.advantage-content .advantage-list li:nth-child(1) .num p:before
{
    content: '\e629';
}
.advantage-content .advantage-list li:nth-child(2) .num p:before
{
    content: '\e612';
}
.advantage-content .advantage-list li:nth-child(3) .num p:before
{
    content: '\e624';
}
.advantage-content .advantage-list li:nth-child(4) .num p:before
{
    content: '\e6d8';
}
.advantage-content .advantage-list li:nth-child(5) .num p:before
{
    content: '\e640';
}
.advantage-content .advantage-list li:nth-child(6) .num p:before
{
    content: '\e88b';
}
.advantage-content .item
{
    position: relative;

    zoom: 1;

    background-color: #f8f8f8;
}
.advantage-content .item:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
@media only screen and (min-width: 768px)
{
    .advantage-content .item
    {
        min-height: 265px;
    }
}
.advantage-content .item .text
{
    padding: 15px;
}
@media only screen and (min-width: 768px)
{
    .advantage-content .item .text
    {
        position: relative;

        width: 75.19379845%;
        padding: 50px 60px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .advantage-content .item .text
    {
        padding: 35px 45px;
    }
}
.advantage-content .item .text p
{
    line-height: 1.78571429;

    margin: 0;

    color: #666;
}
.advantage-content .item .num
{
    position: relative;

    background-color: #0085f1;
}
@media only screen and (min-width: 768px)
{
    .advantage-content .item .num
    {
        position: absolute;
        top: 0;

        width: 24.80620155%;
        height: 100%;
    }
}
.advantage-content .item .num p
{
    font-size: 20px;
    font-weight: bold;

    margin: 0;

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

    color: #fff;
}
@media only screen and (min-width: 768px)
{
    .advantage-content .item .num p
    {
        position: absolute;
        top: 50%;
        left: 50%;

        -webkit-transform: translateX(-50%) translateY(-50%);
            -ms-transform: translateX(-50%) translateY(-50%);
                transform: translateX(-50%) translateY(-50%);
    }
}
@media (max-width: 767px)
{
    .advantage-content .item .num p
    {
        padding: 25px 0;
    }
}
.advantage-content .item .num p:before
{
    font-family: 'iconfont' !important;
    font-size: 50px;
    font-weight: normal;

    display: block;
}
.advantage-content .item .num span
{
    font-size: 150px;
    line-height: 1;

    position: absolute;
    bottom: -80px;
    left: 0;

    width: 100%;

    text-align: center;

    opacity: .1;
    color: #fff;
}
@media (max-width: 767px)
{
    .advantage-content .item .num span
    {
        display: none;
    }
}
.online-wrap .btn
{
    line-height: 40px;

    position: fixed;
    z-index: 100;
    right: 2px;
    bottom: 25px;

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

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

    border-radius: 50%;
    background-color: rgba(0, 0, 0, .7);
}
@media (min-width: 768px)
{
    .online-wrap .btn
    {
        display: none;
    }
}
.online-wrap .btn:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;
    font-style: normal;

    display: inline-block;

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

    color: #fff;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.online-wrap .btn.active:before
{
    -webkit-transform: rotateZ(225deg);
        -ms-transform: rotate(225deg);
            transform: rotateZ(225deg);
}
.online-wrap .online
{
    position: fixed;
    z-index: 99;
    right: 2px;
    bottom: 10%;

    -webkit-transition: right .3s;
            transition: right .3s;
}
@media (max-width: 767px)
{
    .online-wrap .online
    {
        right: -60px;
        bottom: 70px;
    }
    .online-wrap .online.active
    {
        right: 2px;
    }
}
.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: 24px;

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

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

    padding-right: 10px;

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

    color: #fff;
    border-radius: 20px;
    background-color: #0085f1;
}
.online-wrap .online .icon-weixin .mask
{
    position: absolute;
    top: 0;
    right: 100%;

    display: none;

    width: 100px;
    height: 100px;
    padding-right: 5px;
}
.online-wrap .online .icon-weixin .mask .mask-box
{
    padding: 5px;

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

    width: 100%;
}
.online-wrap .online .icon-gotop2:before
{
    font-size: 28px;
}
@media (max-width: 767px)
{
    .online-wrap .online .icon-gotop2:before
    {
        font-size: 24px;
    }
}
.online-wrap .code-pic
{
    position: fixed;
    z-index: 101;
    right: 45px;
    bottom: 90px;

    display: none;
}
@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;
}
.share
{
    font-weight: 500;

    margin-top: 60px;

    color: #fff;
}
@media (min-width: 1200px)
{
    .share
    {
        text-align: right;
    }
}
@media (max-width: 767px)
{
    .share
    {
        margin-top: 50px;
    }
}
.share a
{
    line-height: 36px;

    display: inline-block;

    width: 36px;
    height: 36px;
    margin-right: 6px;

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

    border-radius: 50%;
}
.share a:before
{
    font-size: 16px;

    color: #fff;
}
.share a:hover
{
    -webkit-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
            transform: translateY(-3px);
}
.share .icon-facebook
{
    background-color: #639bb6;
}
.share .icon-facebook:before
{
    display: inline-block;

    margin-top: 1px;
}
.share .icon-tuite
{
    background-color: #59b1bb;
}
.share .icon-linkedin
{
    background-color: #0085f1;
}
.share .icon-youtube
{
    background-color: #bccd7e;
}
.share .icon-google
{
    background-color: #1082c1;
}
.share .icon-google:before
{
    font-size: 18px;

    color: #fff;
}
.footer
{
    background-color: #036fc7;
}
.footer .footer-nav
{
    padding: 75px 0 60px 0;

    letter-spacing: -8px;
}
@media (max-width: 991px)
{
    .footer .footer-nav
    {
        padding: 55px 0 20px 0;
    }
}
@media (max-width: 767px)
{
    .footer .footer-nav
    {
        padding-top: 40px;
    }
}
.footer .footer-nav .foot-list
{
    display: inline-block;
    zoom: 1;

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

    vertical-align: top;
    letter-spacing: 0;
}
.footer .footer-nav .foot-list:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
@media only screen and (min-width: 1200px) and (max-width: 1319px)
{
    .footer .footer-nav .foot-list
    {
        margin-right: 40px;
    }
}
@media (max-width: 1199px)
{
    .footer .footer-nav .foot-list
    {
        margin-right: 0;
    }
}
@media (max-width: 767px)
{
    .footer .footer-nav .foot-list
    {
        margin-top: 20px;
    }
}
.footer .footer-nav .foot-list ul
{
    zoom: 1;
}
.footer .footer-nav .foot-list ul:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
.footer .footer-nav .foot-list li
{
    line-height: 30px;

    color: #ecf1f4;
}
@media (max-width: 1199px)
{
    .footer .footer-nav .foot-list li
    {
        float: left;

        margin-right: 15px;
    }
}
.footer .footer-nav .foot-list li a
{
    display: block;
}
@media (min-width: 1200px)
{
    .footer .footer-nav .foot-list li a
    {
        -webkit-transition:         transform .3s;
        -webkit-transition: -webkit-transform .3s;
                transition: -webkit-transform .3s;
                transition:         transform .3s;
                transition:         transform .3s, -webkit-transform .3s;
    }
    .footer .footer-nav .foot-list li a:before
    {
        content: '> ';
    }
    .footer .footer-nav .foot-list li a:hover
    {
        -webkit-transform: translateX(12px);
            -ms-transform: translateX(12px);
                transform: translateX(12px);
    }
}
.footer .footer-nav .foot-list h4
{
    font-size: 18px;
    font-weight: bold;

    margin-top: 0;
    margin-bottom: 25px;

    color: #fff;
}
@media (max-width: 767px)
{
    .footer .footer-nav .foot-list h4
    {
        margin-bottom: 15px;
    }
}
@media (max-width: 1199px)
{
    .footer .footer-nav .foot-nav,
    .footer .footer-nav .foot-about
    {
        width: 25%;
    }
}
@media (max-width: 767px)
{
    .footer .footer-nav .foot-nav,
    .footer .footer-nav .foot-about
    {
        width: 100%;
    }
}
@media (max-width: 1199px)
{
    .footer .footer-nav .foot-product
    {
        width: 50%;
    }
}
@media (max-width: 767px)
{
    .footer .footer-nav .foot-product
    {
        width: 100%;
    }
}
@media (max-width: 767px)
{
    .footer .footer-nav .foot-message
    {
        width: 100%;
    }
}
.footer .footer-nav .foot-message form
{
    width: 350px;
    max-width: 100%;
}
.footer .footer-nav .foot-message form input::-webkit-input-placeholder,
.footer .footer-nav .foot-message form textarea::-webkit-input-placeholder
{
    color: #ecf1f4;
}
.footer .footer-nav .foot-message form input:-o-placeholder,
.footer .footer-nav .foot-message form textarea:-o-placeholder
{
    color: #ecf1f4;
}
.footer .footer-nav .foot-message form input::-moz-placeholder,
.footer .footer-nav .foot-message form textarea::-moz-placeholder
{
    color: #ecf1f4;
}
.footer .footer-nav .foot-message form input:-ms-input-placeholder,
.footer .footer-nav .foot-message form textarea:-ms-input-placeholder
{
    color: #ecf1f4;
}
.footer .footer-nav .foot-message form input:focus::-webkit-input-placeholder,
.footer .footer-nav .foot-message form textarea:focus::-webkit-input-placeholder
{
    color: #d5d8da;
}
.footer .footer-nav .foot-message form input:focus::-o-placeholder,
.footer .footer-nav .foot-message form textarea:focus::-o-placeholder
{
    color: #d5d8da;
}
.footer .footer-nav .foot-message form input:focus::-moz-placeholder,
.footer .footer-nav .foot-message form textarea:focus::-moz-placeholder
{
    color: #d5d8da;
}
.footer .footer-nav .foot-message form input:focus::-ms-input-placeholder,
.footer .footer-nav .foot-message form textarea:focus::-ms-input-placeholder
{
    color: #d5d8da;
}
.footer .footer-nav .foot-message form input,
.footer .footer-nav .foot-message form textarea
{
    display: block;

    width: 100%;
    margin-bottom: 10px;
    padding: 11px 20px;

    color: #ecf1f4;
    border: 1px solid #62b7fb;
    background: none;
}
.footer .footer-nav .foot-message form textarea
{
    height: 90px;
}
.footer .footer-nav .foot-message form .submit
{
    margin-top: 15px;

    color: #fff;
    background: none;
}
.footer .footer-nav .foot-message form .submit:after
{
    font-family: 'iconfont' !important;
    font-style: normal;

    margin-left: 5px;

    content: '\e7ed';
    vertical-align: middle;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.footer .footer-nav .foot-message form .submit:hover span
{
    text-decoration: underline;
}
.footer .footer-nav .foot-more
{
    margin-right: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .footer .footer-nav .foot-more
    {
        margin-left: 100px;
    }
}
@media (max-width: 767px)
{
    .footer .footer-nav .foot-more
    {
        width: 100%;
    }
    .footer .footer-nav .foot-more .fr
    {
        margin-top: 20px;
    }
}
@media (min-width: 768px)
{
    .footer .footer-nav .foot-more .fl
    {
        float: left;
    }
    .footer .footer-nav .foot-more .fr
    {
        float: right;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1199px)
{
    .footer .footer-nav .foot-more ul li
    {
        float: none;
    }
}
.footer .footer-nav .foot-more .url
{
    position: relative;

    margin-top: 50px;
    padding-left: 120px;
}
.footer .footer-nav .foot-more .url h4
{
    margin: 0 0 15px 0;
}
.footer .footer-nav .foot-more .url p
{
    text-decoration: underline;

    color: #ecf1f4;
}
.footer .footer-nav .foot-more .url .pic-box
{
    position: absolute;
    top: 50%;
    left: 0;

    width: 100px;
    margin-top: -50px;
}
.footer .footer-contact
{
    zoom: 1;

    padding: 9px 0 9px 50px;

    border-top: 1px solid #a8d5f9;
    border-bottom: 1px solid #a8d5f9;
}
.footer .footer-contact:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
@media (max-width: 1199px)
{
    .footer .footer-contact
    {
        padding-left: 20px;
    }
}
@media (max-width: 767px)
{
    .footer .footer-contact
    {
        padding-left: 5px;
    }
}
.footer .footer-contact p
{
    position: relative;

    float: left;

    /*margin: 10px 120px 10px 0;*/
        margin: 10px 269px 10px 0;
    padding-left: 30px;

    color: #ecf1f4;
}
.footer .footer-contact p:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;
    line-height: 1;

    position: absolute;
    top: 0;
    left: 0;
}
.footer .footer-contact p:last-child
{
    margin-right: 0;
}
.footer .footer-contact p.tel:before
{
    content: '\e61f';
}
.footer .footer-contact p.fax:before
{
    content: '\e606';
}
.footer .footer-contact p.mail:before
{
    top: 2px;

    content: '\e6a4';
}
.footer .footer-contact p.address:before
{
    content: '\e619';
}
@media only screen and (min-width: 1200px) and (max-width: 1319px)
{
    .footer .footer-contact p
    {
        margin-right: 100px;
    }
}
@media (max-width: 1199px)
{
    .footer .footer-contact p
    {
        margin-right: 35px;
    }
}
@media (max-width: 991px)
{
    .footer .footer-contact p
    {
        margin-right: 75px;
    }
}
.footer .footer-contact p a:hover
{
    text-decoration: underline;
}
.footer .copyright
{
    text-align: center;
    padding: 20px 0;
    color: #ecf1f4;
}
@media (max-width: 767px)
{
    .footer .copyright
    {
        padding-bottom: 10px;
    }
}



@media only screen and (min-width: 768px)
{
    .footer .copyright .hicheng
    {
        margin-left: 55px;
    }
}
@media (max-width: 767px)
{
    .footer .copyright .hicheng
    {
        display: block;
    }
}
.footer .copyright .hicheng:hover
{
    text-decoration: underline;
}
