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

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

    overflow: hidden;

    width: 100%;
    height: 100%;
}
@media (min-width: 1310px)
{
    .container
    {
        width: 1290px;
    }
}
@media (min-width: 1460px)
{
    .container
    {
        width: 1440px;
    }
}
.lazy
{
    background: url(../js/slick/ajax-loader.gif) no-repeat center;
}
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;
}
*[data-fancybox],
*[data-type='iframe']
{
    outline: none !important;
}
ul
{
    margin: 0;
    padding: 0;
}
button,
input,
textarea
{
    resize: none;

    border: none;
    outline: none;
}
textarea
{
    overflow: auto;
}
.txt-over1
{
    overflow: hidden;

    white-space: nowrap;
    text-overflow: ellipsis;
}
.slick-slide
{
    outline: none;
}
.slick-slide a
{
    outline: none !important;
}
img
{
            backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
}
.img-box
{
    position: relative;
    z-index: 1;

    display: block;
    overflow: hidden;

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

    display: block;

    width: 100%;
    height: 100%;
}
.page
{
    text-align: center;
}
.page li
{
    line-height: 50px;

    display: inline-block;

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

    cursor: pointer;
    text-align: center;

    color: #999;
    border: 1px solid #dbdbdb;
    border-radius: 50%;
    background: none;
}
@media (max-width: 767px)
{
    .page li
    {
        line-height: 34px;

        width: 34px;
        height: 34px;
        margin: 0 1px;
    }
}
.page li.active,
.page li:hover
{
    color: #fff;
    border-color: #004ea2;
    background-color: #004ea2;
}
.page li a
{
    display: block;
}
.page li.prev,
.page li.next
{
    color: #fff;
    background-color: #ddd;
}
.page li.prev:hover,
.page li.next:hover
{
    border-color: #004ea2;
    background-color: #004ea2;
}
@media (min-width: 481px)
{
    .page li.prev
    {
        margin-right: 26px;
    }
}
@media (min-width: 481px)
{
    .page li.next
    {
        margin-left: 26px;
    }
}
.table-box
{
    overflow: auto;

    width: 100%;
    max-width: 100%;
}
@media (max-width: 767px)
{
    .table-box
    {
        padding: 0 5px;
    }
}
.table-box table
{
    width: 100%;
    max-width: 98%;

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

    color: #999;
    border: 1px solid #ececec;
}
.table-box table tr,
.table-box table td
{
    width: auto !important;
    height: auto !important;
}
.table-box table td
{
    padding: 14px 40px !important;

    border: 1px solid #ececec !important;
}
@media (max-width: 1199px)
{
    .table-box table td
    {
        padding: 14px 20px !important;
    }
}
@media (max-width: 991px)
{
    .table-box table td
    {
        padding: 10px 10px !important;
    }
}
.table-box table tr p,
.table-box 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;

    display: none;
}
.language-box p
{
    margin: 0;

    color: #999;
}
.language-box p:before,
.language-box p:after
{
    display: inline-block;

    content: '';
    vertical-align: middle;
}
.language-box p:before
{
    width: 24px;
    height: 24px;
    margin-right: 5px;

    border-radius: 50%;
    background-image: url(../images/language.png);
    background-repeat: no-repeat;
    background-size: 200% auto;
}
.language-box p:after
{
    width: 0;
    height: 0;
    margin-left: 5px;

    border-width: 3px 3px 0 3px;
    border-style: solid;
    border-color: #999 transparent transparent transparent;
}
.language-box p.en:before
{
    background-position: 0 100%;
}
.language-box p.cn:before
{
    background-position: 100% 100%;
}
@media (min-width: 768px)
{
    .language-box ul
    {
        position: absolute;
        left: 50%;

        display: none;

        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
    }
}
.language-box ul li a
{
    display: block;

    color: #fff;
}
.language-box ul li a:before
{
    display: inline-block;
    overflow: hidden;

    width: 22px;
    height: 22px;
    margin-right: 5px;

    content: '';
    vertical-align: middle;

    border-radius: 50%;
    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 .en a:before
{
    background-position: 0 100%;
}
.language-box ul .cn a:before
{
    background-position: 100% 100%;
}
.language-box.language-header
{
    padding: 33px 0;
}
.language-box.language-header ul
{
    z-index: 10;
    top: 100%;

    padding: 10px 13px;

    text-align: left;

    background-color: #fff;
    box-shadow: 0 0 14px 2px rgba(0, 0, 0, .1);
}
.language-box.language-header li
{
    margin: 0 12px;

    white-space: nowrap;
}
.language-box.language-header li:first-child
{
    margin-bottom: 12px;
}
.language-box.language-header li a
{
    color: #666;
}
.header-top
{
    line-height: 40px;

    height: 40px;

    color: #fff;
    background-color: #004ea2;
}
@media (max-width: 767px)
{
    .header-top
    {
        display: none;
    }
}
.header-top .name
{
    float: left;

    margin: 0;
}
.header-top .language,
.header-top .share
{
    float: right;
}
.header-top .share
{
    padding-right: 25px;

    border-right: 1px solid #3371b5;
}
@media (max-width: 991px)
{
    .header-top .share
    {
        display: none;
    }
}
.header-top .language a
{
    display: inline-block;

    margin-left: 30px;
}
.header-top .language a:before,
.header-top .language a:after
{
    display: inline-block;

    content: '';
    vertical-align: middle;
}
.header-top .language a:before
{
    width: 24px;
    height: 24px;
    margin-right: 5px;

    border-radius: 50%;
    background-image: url(../images/language.png);
    background-repeat: no-repeat;
    background-size: 200% auto;
}
.header-top .language a.en:before
{
    background-position: 0 100%;
}
.header-top .language a.py:before
{
    background-position: 100% 100%;
}
.header-top .language a:hover span
{
    text-decoration: underline;
}
.header
{
    padding: 17px 0;

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

    border-bottom: 1px solid #ececec;
}
@media (max-width: 767px)
{
    .header
    {
        padding: 9px 0;
    }
}
.header .justify
{
    font-size: 0;

    width: 100%;
    padding: 0;

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

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

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

    display: inline-block;

    vertical-align: middle;
    letter-spacing: 0;
}
.header .justify > div b
{
    display: block;
}
.header .justify .logo
{
    text-align: center;
}
.header .justify .logo a
{
    display: block;

    width: auto;
    max-width: 100%;
    padding: 10px 0;
}
@media (max-width: 991px)
{
    .header .justify .logo a
    {
        padding: 5px 0;
    }
}
@media (max-width: 767px)
{
    .header .justify .logo a
    {
        max-width: 210px;
        padding: 10px 0;
    }
}
@media (max-width: 320px)
{
    .header .justify .logo a
    {
        max-width: 170px;
        padding: 13px 0;
    }
}
.header .justify .logo img
{
    display: block;

    width: 100%;
}
.header .justify > .intro
{
    text-align: center;
}
@media (max-width: 767px)
{
    .header .justify > .intro
    {
        display: none;
    }
}
.header .justify > .intro b
{
    font-size: 18px;
    font-style: italic;
}
@media (max-width: 991px)
{
    .header .justify > .intro b
    {
        font-size: 14px;
    }
}
.header .justify > .intro b.color-red
{
    color: #a30022;
}
.header .justify > .info
{
    text-align: right;
}
@media (max-width: 1199px)
{
    .header .justify > .info
    {
        display: none;
    }
}
.header .justify > .info b a
{
    color: #004ea2;
}
.header .justify > .info b a:hover
{
    text-decoration: underline;
}
.nav-collapse
{
    position: relative;

    display: none;

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

    cursor: pointer;

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

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

        display: block;

        margin-top: 10px;

        border: none;
    }
    .nav-collapse.nav-collapse-1 .btn-line
    {
        background-color: #fff !important;
    }
}
@media (max-width: 767px)
{
    .nav-collapse
    {
        margin-top: 8px;

        border: none;
    }
}
.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: #999;
}
.nav-collapse .btn-line:nth-child(3),
.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: #999;
}
.nav-collapse .btn-line:nth-child(1)
{
    top: 35%;
}
.nav-collapse .btn-line:nth-child(2)
{
    top: 50%;
}
.nav-collapse .btn-line:nth-child(3)
{
    top: 65%;
}
.nav-collapse.active
{
    border-color: transparent;
}
.nav-collapse.active .btn-line
{
    background-color: #fff;
}
.nav-collapse.active .btn-line:nth-child(2)
{
    -webkit-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
            transform: translateX(-50px);

    opacity: 0;
}
.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);
}
.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: 1310px)
{
    .nav
    {
        text-align: center;
    }
}
@media (max-width: 1199px)
{
    .nav
    {
        position: fixed;
        z-index: 9998;
        top: 0;
        left: 0;

        display: none;

        width: 100%;
        height: 100%;

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

        background: #fafafa;
        background: #000;
    }
    .nav .container
    {
        position: relative;

        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0 50px;
        padding: 0;
    }
    .nav .tbl
    {
        display: table;

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

        height: 100%;

        vertical-align: middle;
    }
}
@media (max-width: 1199px) and (max-width: 767px)
{
    .nav .container
    {
        padding: 25px;
    }
}
.nav.left-100
{
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
}
.nav.left-200
{
    -webkit-transform: translate3d(-200%, 0, 0);
            transform: translate3d(-200%, 0, 0);
}
@media (min-width: 1200px)
{
    .nav.py-nav .nav-list1 > li
    {
        padding: 0 10px;
    }
}
.nav .nav-list1
{
    position: relative;
}
@media (min-width: 1200px)
{
    .nav .nav-list1
    {
        font-size: 0;

        width: 100%;

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

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

        content: '';
    }
    .nav .nav-list1.moreline
    {
        padding: 5px 0;
    }
    .nav .nav-list1.moreline:after
    {
        display: none;
    }
    .nav .nav-list1.moreline > li > a
    {
        padding: 10px 0;
    }
    .nav .nav-list1 li a
    {
        white-space: nowrap;
    }
    .nav .nav-list1 > li
    {
        font-size: 14px;

        position: relative;

        display: inline-block;

        padding: 0 15px;

        letter-spacing: 0;
    }
    .nav .nav-list1 > li:hover > a
    {
        color: #004ea2;
    }
    .nav .nav-list1 > li > a
    {
        font-size: 13px;
        font-weight: bold;

        position: relative;

        display: inline-block;

        padding: 15px 0;
    }
    .nav .nav-list1 > li.more:after
    {
        display: inline-block;

        width: 0;
        height: 0;
        margin-top: -3px;
        margin-left: 3px;

        content: '';
        vertical-align: middle;

        border-width: 4px 3px 0 3px;
        border-style: solid;
        border-color: #d1d5d8 transparent transparent transparent;
    }
    .nav .nav-list1 > li.more:hover > a
    {
        color: #004ea2;
    }
    .nav .nav-list1 .nav-list2,
    .nav .nav-list1 .nav-list3
    {
        display: none;

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

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

        background-color: #fff;
        box-shadow: 0 0 14px 2px rgba(0, 0, 0, .1);
    }
    .nav .nav-list1 .nav-list2 li
    {
        position: relative;
    }
    .nav .nav-list1 .nav-list2 li > a
    {
        position: relative;

        display: block;

        padding: 6px 23px 6px 20px;

        color: #666;
    }
    .nav .nav-list1 .nav-list2 li > a:hover
    {
        color: #004ea2;
    }
    .nav .nav-list1 .nav-list3
    {
        position: absolute;
        top: 0;
        left: 100%;
    }
    .nav .nav-list1 .nav-list3 li > a
    {
        padding: 11px 30px 15px 20px;
    }
}
@media (min-width: 1200px) and (max-width: 1309px)
{
    .nav .nav-list1 > li
    {
        padding: 0 10px;
    }
}
@media (max-width: 1199px)
{
    .nav .nav-list1
    {
        margin: 20px 0;

        opacity: 0;
    }
    .nav .nav-list1 > li
    {
        opacity: 0;
    }
    .nav .nav-list1 > a
    {
        font-size: 18px;

        color: #fff;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .nav .nav-list1
    {
        width: 50%;
    }
}
@media (max-width: 991px)
{
    .nav .nav-list1
    {
        overflow: auto;

        max-height: 80%;
    }
    .nav .nav-list1 > li
    {
        -webkit-transform: translateX(-25px);
            -ms-transform: translateX(-25px);
                transform: translateX(-25px);
    }
}
@media (max-width: 1199px)
{
    .nav .nav-list2,
    .nav .nav-list3
    {
        display: none;
    }
    .nav .nav-list2 a,
    .nav .nav-list3 a
    {
        font-size: 16px;
        line-height: 2;

        margin-top: 5px;

        color: #fff;
    }
}
.nav .nav-list2 a,
.nav .nav-list3 a
{
    display: block;
}
@media (max-height: 580px)
{
    .nav .nav-list2 a,
    .nav .nav-list3 a
    {
        margin-top: 0;
    }
}
.nav .nav-2,
.nav .nav-3
{
    display: none;
}
@media (max-width: 1199px)
{
    .nav .nav-2,
    .nav .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;
    }
}
.nav .nav-2 .nav-top,
.nav .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;
}
.nav .nav-2 .nav-top .back-btn:before,
.nav .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;
}
.nav .nav-2 .nav-top h2,
.nav .nav-3 .nav-top h2
{
    font-size: 30px;

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

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

    margin-bottom: 10px;

    text-align: left;
}
.nav .nav-2 .content ul li.more,
.nav .nav-3 .content ul li.more
{
    position: relative;
}
.nav .nav-2 .content ul li.more:after,
.nav .nav-3 .content ul li.more:after
{
    font-family: 'iconfont' !important;
    font-size: 16px;

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

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

    color: #fff;
}
.nav .nav-2 .content ul li a,
.nav .nav-3 .content ul li a
{
    display: block;
}
.nav .nav-2
{
    left: 100%;
}
.nav .nav-3
{
    left: 200%;
}
.nav .nav-3 .content ul li
{
    font-size: 18px;
}
.search-wrap
{
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: none;

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

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

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

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

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

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

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

    text-align: center;

    color: #fff;
    border-bottom: 3px solid #1f1e1e;
    background: none;
}
@media (max-width: 767px)
{
    .search-wrap .search .input-text
    {
        padding-left: 5px;
    }
}
.search-wrap .search .input-submit
{
    line-height: 36px;

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

    width: 50px;

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

    content: '\e609';

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.search-wrap .search-close
{
    position: absolute;
    top: 30px;
    right: 10%;

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

    content: '\e61b';

    color: #fff;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fade-out ul
{
    text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 1199px)
{
    .fade-out ul
    {
        padding: 0 5%;
    }
}
@media (max-width: 1199px)
{
    .fade-out ul.nav-list1
    {
        opacity: 1;
    }
    .fade-out ul.nav-list1 a
    {
        color: #fff;
    }
    .fade-out ul.nav-list1 > li
    {
        zoom: 1;

        padding-right: 30px;
    }
    .fade-out ul.nav-list1 > li:after
    {
        display: block;
        visibility: hidden;
        clear: both;

        height: 0;

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

        position: absolute;
        top: 0;

        content: '\e72f';

        color: #fff;

        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    .fade-out ul.nav-list1 > li > a
    {
        font-size: 24px;

        position: relative;

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

        margin: 4% 0;
    }
}
@media (max-width: 1199px) and (max-height: 768px)
{
    .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 18px;
    }
}
@media (max-width: 1199px) and (max-width: 480px)
{
    .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 14px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .fade-out .nav-list2
    {
        position: absolute;
        top: 50%;
        left: 100%;

        width: 100%;
        padding: 0 20%;

        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
    }
}
.xs-language
{
    position: absolute;
    bottom: 30px;
    left: 0;

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

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

    white-space: nowrap;

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

    color: #fff;
}
.banner
{
    position: relative;

    overflow: hidden;

    width: 100%;
}
.banner .img-box
{
    padding-bottom: 36.97916666666667%;
}
@media (max-width: 1199px)
{
    .banner .slick
    {
        width: 120%;
        max-width: 120%;
        margin-left: -10%;
    }
}
@media (max-width: 991px)
{
    .banner .slick
    {
        width: 140%;
        max-width: 140%;
        margin-left: -20%;
    }
}
.banner .slick-dots
{
    position: absolute;
    bottom: 25px;
    left: 50%;

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

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

    width: 6px;
    height: 6px;
    margin: 0 5px;

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

    border-radius: 6px;
    background: #fff;
}
.banner .slick-dots li:hover
{
    background-color: #004ea2;
}
.banner .slick-dots li.slick-active
{
    width: 30px;
}
.banner .slick-dots li button
{
    display: none;
}
.banner img
{
    display: block;

    width: 100%;
}
.index-box
{
    overflow: hidden;

    max-width: 100%;
    padding: 95px 0;
}
@media (max-width: 1199px)
{
    .index-box
    {
        padding: 70px 0;
    }
}
@media (max-width: 991px)
{
    .index-box
    {
        padding: 50px 0;
    }
}
@media (max-width: 767px)
{
    .index-box
    {
        padding: 45px 0;
    }
}
.index-box .title
{
    width: 50%;
    margin: 0 auto;

    text-align: center;
}
@media (max-width: 1199px)
{
    .index-box .title
    {
        width: 90%;
    }
}
@media (max-width: 767px)
{
    .index-box .title
    {
        width: 100%;
    }
}
.index-box .title h3
{
    font-size: 40px;
    font-weight: bold;

    margin-top: 0;

    color: #004ea2;
}
@media (max-width: 991px)
{
    .index-box .title h3
    {
        font-size: 34px;
    }
}
@media (max-width: 767px)
{
    .index-box .title h3
    {
        font-size: 26px;
    }
}
.index-box .title p
{
    line-height: 1.71428571;

    margin: 0;

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

    display: block;

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

    text-align: center;

    color: #fff;
    border-radius: 50px;
    background-color: #d1d5d8;
}
.index-box .index-more:after
{
    font-family: 'iconfont' !important;
    font-style: normal;

    margin-left: 10px;

    content: '\e72f';

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.index-box .index-more:hover
{
    background-color: #c7cacc;
}
@media (max-width: 767px)
{
    .index-box .index-more
    {
        margin-top: 35px;
    }
}
.index-product .row
{
    margin: 10px -14px 0;
}
@media (max-width: 767px)
{
    .index-product .row
    {
        margin: 15px -5px 0;
    }
}
.index-product .row li
{
    margin-top: 30px;
    padding: 0 14px;
}
@media (max-width: 767px)
{
    .index-product .row li
    {
        margin-top: 10px;
        padding: 0 5px;
    }
}
.index-product .row .img-box
{
    padding-bottom: 81.81818182%;
}
.index-product .item
{
    position: relative;

    overflow: hidden;

    text-align: center;

    border: 1px solid #ececec;
}
@media (min-width: 992px)
{
    .index-product .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 .item:hover img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
}
@media only screen and (min-width: 992px)
{
    .index-product .item:hover p
    {
        color: #004ea2;
    }
    .index-product .item:hover p a:after
    {
        color: #004ea2;
    }
}
.index-product .item p
{
    font-weight: bold;

    margin-bottom: 20px;
    padding: 0 5%;

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

    /*white-space: nowrap;*/
    text-overflow: ellipsis;
        height: 40px;
    margin-top: 15px;
}
.index-product .item p a:after
{
    font-family: 'iconfont' !important;
    font-weight: normal;
    font-style: normal;

    display: block;

    content: '\e72f';

    color: #999;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.index-about
{
    position: relative;

    border-bottom: 1px solid #ececec;
}
@media only screen and (min-width: 768px)
{
    .index-about
    {
        color: #fff;
        background: url(../images/imgs/about-bg.jpg) top center no-repeat;

        background-size: 100% 50%;
    }
}
@media (max-width: 767px)
{
    .index-about
    {
        border-top: 1px solid #ececec;
    }
}
@media only screen and (min-width: 768px)
{
    .index-about .title h3,
    .index-about .title p
    {
        color: #fff;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .index-about .title
    {
        margin-top: 25px;
    }
}
.index-about .about-box
{
    width: 70%;
    margin: 30px auto 0;

    text-align: center;
}
@media (max-width: 1199px)
{
    .index-about .about-box
    {
        width: 85%;
    }
}
@media (max-width: 767px)
{
    .index-about .about-box
    {
        width: 90%;
    }
}
.index-about .about-box p
{
    line-height: 2.14285714;

    margin: 0;
}
.index-about .index-num
{
    overflow: hidden;

    padding: 70px 0 75px;

    color: #fff;
    background-color: #a30022;
}
@media only screen and (min-width: 768px)
{
    .index-about .index-num
    {
        margin-top: 85px;
    }
}
@media (max-width: 991px)
{
    .index-about .index-num
    {
        margin-top: 60px;
        padding: 30px 0 35px;
    }
}
@media (max-width: 767px)
{
    .index-about .index-num
    {
        margin-top: 35px;
    }
}
.index-about .index-num ul
{
    font-size: 0;

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

    position: relative;

    display: inline-block;

    width: 25%;
    padding: 0 20px;

    vertical-align: top;
    letter-spacing: 0;
}
@media (max-width: 991px)
{
    .index-about .index-num ul li
    {
        width: 50%;
        margin-top: 15px;
    }
}
@media (max-width: 767px)
{
    .index-about .index-num ul li
    {
        width: 100%;
        padding: 0;
    }
}
.index-about .index-num .item
{
    position: relative;

    text-align: center;
}
.index-about .index-num .item .timer
{
    font-size: 40px;
    font-weight: 800;

    position: relative;
}
@media (max-width: 767px)
{
    .index-about .index-num .item .timer
    {
        font-size: 32px;
    }
}
.index-about .index-num .item p
{
    margin: 0;
}
.index-video li
{
    margin-top: 40px;
}
@media (min-width: 992px)
{
    .index-video .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-video .item:hover img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
}
.index-video .item h4
{
    font-size: 16px;
    font-weight: bold;

    overflow: hidden;

    margin: 30px 0 5px 0;

    white-space: nowrap;
    text-overflow: ellipsis;
}
.index-video .item h4 + p
{
    line-height: 1.71428571;

    display: -webkit-box;
    overflow: hidden;

    height: 48px;

    color: #999;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.index-video .item .video-home
{
    color: #999;
}
.index-video .item .video-home:hover
{
    color: #a30022;
}
.index-video .video
{
    position: relative;

    text-align: center;
}
.index-video .video .img-box
{
    padding-bottom: 64.44444444%;
}
.index-video .video .video-box
{
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    cursor: pointer;

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

    display: none;

    width: 100%;
    height: 100%;
}
.index-video .video-home:before
{
    font-family: 'iconfont' !important;
    font-style: normal;

    margin-right: 10px;

    content: '\e674';

    color: #a30022;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.index-advantage
{
    background: url(../images/imgs/index-advantage-bg.jpg) center;
    background-size: cover;
}
.index-advantage .list
{
    background-color: #fff;
}
.index-advantage ul
{
    margin: 45px 0 0 0;
    padding: 25px 0;
}
.index-advantage li:nth-child(1) .item:before
{
    content: '\e626';
}
.index-advantage li:nth-child(2) .item:before
{
    content: '\e74b';
}
.index-advantage li:nth-child(3) .item:before
{
    content: '\e61f';
}
.index-advantage li:nth-child(4) .item:before
{
    content: '\e6e9';
}
.index-advantage li:nth-child(5) .item:before
{
    content: '\e611';
}
.index-advantage li:nth-child(6) .item:before
{
    content: '\e611';
}
.index-advantage .item
{
    position: relative;

    display: block;
    overflow: hidden;

    padding: 25px 50px 25px 145px;

    -webkit-transition: .3s;
            transition: .3s;
}
@media (max-width: 767px)
{
    .index-advantage .item
    {
        padding: 25px 15px 20px 70px;
    }
}
.index-advantage .item:before
{
    font-family: 'iconfont' !important;
    font-size: 34px;
    font-style: normal;
    line-height: 90px;

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

    display: block;

    width: 90px;
    height: 90px;

    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-color: #a30022;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px)
{
    .index-advantage .item:before
    {
        font-size: 24px;
        line-height: 50px;

        top: 30px;
        left: 0;

        width: 50px;
        height: 50px;
    }
}
@media only screen and (min-width: 992px)
{
    .index-advantage .item:hover
    {
        -webkit-transform: translateY(-2%);
            -ms-transform: translateY(-2%);
                transform: translateY(-2%);
    }
    .index-advantage .item:hover h4
    {
        color: #004ea2;
    }
    .index-advantage .item:hover .more
    {
        color: #004ea2;
    }
}
.index-advantage .item h4
{
    font-size: 16px;
    font-weight: bold;

    margin: 10px 0;
}
.index-advantage .item p
{
    line-height: 1.71428571;

    margin-bottom: 20px;

    color: #999;
}
@media only screen and (min-width: 768px)
{
    .index-advantage .item p
    {
        display: -webkit-box;
        overflow: hidden;

        height: 72px;

        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }
}
@media (max-width: 767px)
{
    .index-advantage .item p
    {
        margin-bottom: 15px;
    }
}
.index-advantage .item .more
{
    display: block;

    color: #999;
}
.index-advantage .item .more:before
{
    font-family: 'iconfont' !important;
    font-size: 16px;
    font-style: normal;

    content: '\e610';

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.index-advantage .item .num
{
    font-size: 60px;
    font-weight: 500;
    font-style: italic;
    line-height: 1;

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

    color: #f4f4f4;
}
.index-customer
{
    position: relative;
}
@media only screen and (min-width: 768px)
{
    .index-customer:after
    {
        position: absolute;
        bottom: 0;
        left: 0;

        width: 100%;
        height: 35.55555556%;

        content: '';

        background-color: #004ea2;
    }
}
@media (max-width: 767px)
{
    .index-customer
    {
        border-bottom: 1px solid #ececec;
    }
}
.index-customer .img-box
{
    padding-bottom: 68.11594203%;
}
.index-customer li
{
    position: relative;
    z-index: 10;
}
.index-customer li.col-lg-3 .info
{
    bottom: 10px;
    left: 20px;
}
.index-customer .item
{
    position: relative;

    margin-top: 20px;
}
@media (min-width: 992px)
{
    .index-customer .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-customer .item:hover img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
}
.index-customer .info
{
    position: absolute;
    z-index: 5;
    bottom: 30px;
    left: 30px;

    color: #fff;
}
.index-customer .info b
{
    font-size: 16px;
}
.index-customer .index-more
{
    position: relative;
    z-index: 2;
}
.index-team
{
    border-bottom: 1px solid #ececec;
}
.index-team .img-box
{
    padding-bottom: 68.57142857%;
}
.index-team .row
{
    margin: 0 -1px;
    margin-top: 40px;
    padding: 0 2px;
}
.index-team .row li
{
    padding: 1px;
}
.index-team .item
{
    position: relative;
}
@media (min-width: 992px)
{
    .index-team .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-team .item:hover img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
}
@media only screen and (min-width: 992px)
{
    .index-team .item:hover .mask
    {
        opacity: 1;
    }
}
.index-team .item .mask
{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
    padding: 3%;

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

    opacity: 0;
    color: #fff;
    background-color: rgba(0, 78, 162, .8);
    background-clip: content-box;
}
@media (max-width: 991px)
{
    .index-team .item .mask
    {
        display: none;
    }
}
.index-team .item .mask span
{
    font-size: 16px;
    font-weight: bold;

    position: relative;
    top: 50%;

    display: block;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.index-team .item .mask span:after
{
    font-family: 'iconfont' !important;
    font-weight: normal;
    font-style: normal;

    display: block;

    margin-top: 10px;

    content: '\e662';

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.index-news li
{
    margin-top: 35px;
}
.index-news li .img-box
{
    padding-bottom: 66.66666667%;
}
.index-news .item
{
    position: relative;

    padding-bottom: 190px;

    box-shadow: 0 4px 16px 0 rgba(7, 17, 27, .1);
}
@media only screen and (min-width: 992px)
{
    .index-news .item:hover .intro
    {
        padding-bottom: 20px;
    }
    .index-news .item:hover .intro .date:after
    {
        width: 100%;
    }
    .index-news .item:hover .intro h4
    {
        height: 48px;

        -webkit-line-clamp: 2;
    }
    .index-news .item:hover .intro p
    {
        height: 72px;
    }
}
.index-news .intro
{
    position: absolute;
    z-index: 5;
    bottom: 0;
    left: 0;

    width: 100%;
    padding: 30px;

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

    background-color: #fff;
}
@media (max-width: 1199px)
{
    .index-news .intro
    {
        padding: 30px 15px;
    }
}
@media (max-width: 991px)
{
    .index-news .intro
    {
        padding: 15px;
    }
}
.index-news .intro .date
{
    display: inline-block;

    margin-bottom: 15px;

    color: #999;
}
.index-news .intro .date:after
{
    display: block;

    width: 40px;
    height: 1px;
    margin-top: 10px;

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

    background-color: #999;
}
.index-news .intro .date b
{
    font-size: 30px;
    font-weight: 800;

    margin-right: 8px;
}
.index-news .intro h4
{
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;

    display: -webkit-box;
    overflow: hidden;

    height: 24px;
    margin-top: 0;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .index-news .intro h4
    {
        height: 48px;

        -webkit-line-clamp: 2;
    }
}
.index-news .intro p
{
    line-height: 1.71428571;

    display: -webkit-box;
    overflow: hidden;

    height: 72px;
    height: 0;
    margin: 0;

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

    color: #999;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.index-news .intro a.more
{
    display: block;

    margin-top: 10px;

    color: #999;
}
.public-banner
{
    position: relative;

    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: 220%;
        max-width: 220%;
        margin-left: -50%;
    }
}
.public-banner .container
{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 50%;

    height: 100%;

    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
@media (max-width: 767px)
{
    .public-banner .container
    {
        width: 100%;
    }
}
.public-banner .bread-nav
{
    position: absolute;
    top: 50%;
    left: 15px;

    min-height: 26px;

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

    color: #fff;
}
.public-banner .bread-nav li
{
    font-size: 18px;

    display: inline-block;

    vertical-align: middle;
}
@media (max-width: 991px)
{
    .public-banner .bread-nav li
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .public-banner .bread-nav li
    {
        font-size: 14px;
    }
}
.public-banner .bread-nav li:before
{
    margin: 0 8px;

    content: '/';
}
.public-banner .bread-nav li:first-child:before
{
    display: none;
}
.public-banner .bread-nav li a:hover
{
    text-decoration: underline;
}
.inside-page
{
    padding: 60px 0 100px;
}
@media (max-width: 1199px)
{
    .inside-page
    {
        padding: 40px 0 80px;
    }
}
@media (max-width: 991px)
{
    .inside-page
    {
        padding: 30px 0 60px;
    }
}
@media (max-width: 767px)
{
    .inside-page
    {
        padding: 30px 0 50px;
    }
}
.inside-page .title
{
    margin-bottom: 20px;
}
.inside-page .title h3
{
    font-size: 24px;
    font-weight: bold;

    margin: 0;

    color: #004ea2;
}
@media only screen and (min-width: 768px)
{
    .inside-page .title h3
    {
        line-height: 60px;

        height: 60px;
    }
}
.inside-page .inside-nav h3
{
    font-size: 24px;
    font-weight: bold;

    margin: 0;
    padding: 17px 20px;

    color: #fff;
    background-color: #004ea2;
}
@media (max-width: 1199px)
{
    .inside-page .inside-nav h3
    {
        font-size: 20px;

        padding: 12px 20px;
    }
}
.inside-page .inside-nav ul
{
    margin-top: 35px;
}
.inside-page .inside-nav li
{
    position: relative;

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

    color: #666;
}
.inside-page .inside-nav li:before
{
    font-family: 'iconfont' !important;
    font-style: normal;

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

    content: '\e72f';

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.inside-page .inside-nav li.actove,
.inside-page .inside-nav li:hover
{
    color: #004ea2;
}
.inside-page .inside-nav li a
{
    font-weight: bold;

    display: block;
}
.product-wrap .list .item
{
    position: relative;

    margin-bottom: 30px;
    /* padding-bottom: 7%; */

    border: 1px solid #ececec;
}
@media (min-width: 992px)
{
    .product-wrap .list .item img
    {
        -webkit-transition:         transform .5s;
        -webkit-transition: -webkit-transform .5s;
                transition: -webkit-transform .5s;
                transition:         transform .5s;
                transition:         transform .5s, -webkit-transform .5s;
    }
    .product-wrap .list .item:hover img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
}
@media only screen and (min-width: 992px)
{
    .product-wrap .list .item:hover p
    {
        color: #004ea2;
    }
}
.product-wrap .list .img-box
{
    padding-bottom: 63.76811594%;
}
.product-wrap .list p
{
    font-weight: bold;

   /*  position: absolute;
    z-index: 6;
    bottom: 8%;
    left: 0; */

    overflow: hidden;

    width: 100%;
    margin: 15px 0;
    padding: 0 10px;

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

    color: #666;
}
@media (max-width: 991px)
{
    .product-wrap .list p
    {
        bottom: 10%;
    }
}
.product-wrap .list .num
{
    line-height: 30px;

    position: absolute;
    z-index: 10;
    top: -1px;
    right: 30px;

    display: block;

    -moz-box-sizing: content-box;
         box-sizing: content-box;
    width: 30px;
    height: 30px;
    /* padding-bottom: 10px; */

    text-align: center;

    color: #fff;
    background-color: #004ea2;
}
.product-wrap .list .num:before
{
    position: absolute;
    bottom: -10px;
    left: 0;

    width: 100%;
    height: 10px;

    content: '';

    background: url(../images/horn.png) no-repeat center;

    /* border-width: 0 15px 10px 15px;
    border-style: solid;
    border-color: transparent transparent #fff transparent; */
}
.product-wrap .page
{
    margin-top: 50px;
}
@media (max-width: 991px)
{
    .product-wrap .page
    {
        margin-top: 20px;
    }
}
@media (max-width: 767px)
{
    .product-wrap .page
    {
        margin-top: 0;
    }
}
.product-details-wrap .carousel-wrap
{
    zoom: 1;
}
.product-details-wrap .carousel-wrap:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

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

        width: 50%;
    }
}
.product-details-wrap .carousel-wrap .info
{
    font-size: 16px;

    margin-top: 60px;
}
@media (max-width: 1459px)
{
    .product-details-wrap .carousel-wrap .info
    {
        margin-top: 30px;
    }
}
.product-details-wrap .carousel-wrap .info p
{
    margin-bottom: 15px;
}
.product-details-wrap .carousel-wrap .info .phone a
{
    font-weight: bold;

    margin-left: 5px;

    color: #004ea2;
}
.product-details-wrap .carousel-wrap .info .phone a:hover
{
    text-decoration: underline;
}
.product-details-wrap .carousel-wrap .info .share b
{
    color: #333;
}
.product-details-wrap .carousel-wrap .info .share a
{
    line-height: 18px;

    margin: 0 2px;

    color: #fff;
}
.product-details-wrap .carousel-wrap .info .share a.icon-facebook
{
    background-color: #3c579a;
}
.product-details-wrap .carousel-wrap .info .share a.icon-tuite
{
    background-color: #55aded;
}
.product-details-wrap .carousel-wrap .info .share a.icon-whatsapp
{
    background-color: #3bec37;
}
.product-details-wrap .carousel-wrap .info .share a.icon-linkedin
{
    background-color: #006a9a;
}
.product-details-wrap .carousel-wrap .info .share a.icon-youtube
{
    background-color: #c4302e;
}
.product-details-wrap .carousel-wrap .info .share a.icon-vk
{
    background-color: #4c75a3;
}
.product-details-wrap .carousel-wrap .info .inquire-btn
{
    line-height: 40px;

    width: 180px;
    height: 40px;
    margin-top: 30px;
    margin-bottom: 45px;

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

    color: #fff;
    background-color: #004ea2;
}
.product-details-wrap .carousel-wrap .info .inquire-btn:before
{
    font-family: 'iconfont' !important;
    font-size: 22px;
    font-style: normal;

    margin-right: 10px;

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

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.product-details-wrap .carousel-wrap .info .inquire-btn:hover
{
    background-color: #04448a;
}
@media (max-width: 1199px)
{
    .product-details-wrap .carousel-wrap .info .inquire-btn
    {
        margin: 20px 0;
    }
}
.product-details-wrap .carousel
{
    font-size: 0;

    position: relative;

    padding: 1px;
    /* padding-bottom: 7%; */

    letter-spacing: -8px;

    border: 1px solid #ececec;
}
@media (min-width: 1200px)
{
    .product-details-wrap .carousel
    {
        margin-right: -4px;
    }
}
.product-details-wrap .carousel .img-box
{
    padding-bottom: 63.76811594%;
}
.product-details-wrap .carousel .slider-for
{
    position: relative;
}
.product-details-wrap .carousel .row
{
    margin: 0 -5px;
}
.product-details-wrap .carousel .slick-nav-wrap
{
    position: absolute;
    z-index: 10;
    bottom: 15px;
    left: 0;

    width: 100%;
    padding: 0 14%;
}
@media (max-width: 767px)
{
    .product-details-wrap .carousel .slick-nav-wrap
    {
        bottom: 15px;
    }
}
.product-details-wrap .carousel .slider-nav
{
    width: 100%;
    margin-top: 2px;
}
.product-details-wrap .carousel .slider-nav .slick-slide
{
    padding: 1px 5px;

    outline: none;
}
.product-details-wrap .carousel .slider-nav .slick-current .item
{
    border-color: #004ea2;
}
.product-details-wrap .carousel .slider-nav .item
{
    position: relative;
    z-index: 15;

    border: 1px solid #ececec;
}
@media (max-width: 767px)
{
    .product-details-wrap .carousel .product-btn
    {
        display: none;
    }
}
.product-details-wrap .carousel .product-btn span
{
    position: absolute;
    top: 50%;

    cursor: pointer;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;
}
.product-details-wrap .carousel .product-btn span:before
{
    font-family: 'iconfont' !important;
    font-size: 22px;

    color: #cacaca;
}
.product-details-wrap .carousel .product-btn span:hover:before
{
    color: #a30022;
}
.product-details-wrap .carousel .product-btn .prev
{
    left: 10%;
}
.product-details-wrap .carousel .product-btn .prev:before
{
    content: '\e9b5';
}
.product-details-wrap .carousel .product-btn .next
{
    right: 10%;
}
.product-details-wrap .carousel .product-btn .next:before
{
    content: '\e72f';
}
@media (max-width: 767px)
{
    .product-details-wrap .intro-box .product-txt
    {
        margin-top: 20px;
    }
}
.product-details-wrap .intro-box .product-txt > b
{
    font-size: 18px;

    display: block;

    margin-bottom: 10px;
}
.product-details-wrap .intro-box .product-txt .introduce
{
    padding-bottom: 20px;

    border-bottom: 1px solid #ececec;
}
@media (min-width: 1200px)
{
    .product-details-wrap .intro-box .product-txt .introduce
    {
        min-height: 250px;
    }
}
@media (max-width: 1199px)
{
    .product-details-wrap .intro-box .product-txt .introduce
    {
        margin-bottom: 30px;
    }
}
.product-details-wrap .intro-box .product-txt .introduce p
{
    line-height: 2.14285714;

    margin: 0;

    color: #999;
}
.product-details-wrap .details-tab
{
    margin-top: 50px;
}
@media (max-width: 991px)
{
    .product-details-wrap .details-tab
    {
        margin-top: 40px;
    }
}
@media (max-width: 767px)
{
    .product-details-wrap .details-tab
    {
        margin-top: 30px;
    }
}
.product-details-wrap .details-tab .tab-nav
{
    zoom: 1;

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

    height: 0;

    content: '';
}
.product-details-wrap .details-tab .tab-nav li
{
    float: left;

    margin: 0;
}
@media (min-width: 992px)
{
    .product-details-wrap .details-tab .tab-nav li
    {
        width: 14.28571429%;

        text-align: center;
    }
}
.product-details-wrap .details-tab .tab-nav li a
{
    font-size: 16px;
    font-weight: bold;

    position: relative;

    display: block;

    padding: 16px 0;

    text-transform: uppercase;

    color: #fff;
}
@media (max-width: 991px)
{
    .product-details-wrap .details-tab .tab-nav li a
    {
        padding: 14px 18px;
    }
}
@media (max-width: 767px)
{
    .product-details-wrap .details-tab .tab-nav li a
    {
        font-size: 14px;

        padding: 14px 12px;
    }
}
@media (min-width: 992px)
{
    .product-details-wrap .details-tab .tab-nav li.active a,
    .product-details-wrap .details-tab .tab-nav li:hover a
    {
        background-color: #a30022;
    }
}
.product-details-wrap .details-tab .tab-wrap
{
    padding: 45px 29px 70px;
    padding-bottom: 40px;

    border: 1px solid #dcdcdc;
    border-top: none;
}
@media (max-width: 767px)
{
    .product-details-wrap .details-tab .tab-wrap
    {
        padding: 30px 15px 35px;
    }
}
.product-details-wrap .details-tab .tab-list
{
    margin-top: 70px;
}
.product-details-wrap .details-tab .tab-list:first-child
{
    margin-top: 0;
}
@media (max-width: 767px)
{
    .product-details-wrap .details-tab .tab-list
    {
        display: block;

        margin-top: 30px;
    }
}
.product-details-wrap .details-tab .tab-list .list-title
{
    margin: 0 0 40px 0;
}
@media (max-width: 991px)
{
    .product-details-wrap .details-tab .tab-list .list-title
    {
        margin-bottom: 30px;
    }
}
@media (max-width: 767px)
{
    .product-details-wrap .details-tab .tab-list .list-title
    {
        margin-bottom: 20px;
    }
}
.product-details-wrap .details-tab .tab-list .list-title h3
{
    font-size: 20px;
    font-weight: bold;

    margin: 0 0 5px 0;

    text-transform: uppercase;
}
.product-details-wrap .details-tab .tab-list .list-title p
{
    font-size: 16px;
    font-weight: bold;

    color: #999;
}
@media (max-width: 767px)
{
    .product-details-wrap .details-tab .tab-list .list-title p
    {
        font-size: 14px;
    }
}
.product-details-wrap .details-tab .tab-list .detaile-list p
{
    line-height: 2.14285714;

    color: #999;
}
.product-details-wrap .details-tab .tab-list .detaile-list li
{
    margin-top: 40px;
}
.product-details-wrap .details-tab .tab-list .detaile-list li:first-child
{
    margin-top: 0;
}
.product-details-wrap .details-tab .tab-list .detaile-list li b
{
    font-size: 16px;

    display: block;

    margin-bottom: 5px;
}
.product-details-wrap .details-tab .tab-list .detaile-list li p
{
    margin-bottom: 15px;
}
.product-details-wrap .details-tab .tab-list .detaile-list li img
{
    position: relative;

    display: block;

    max-width: 100%;

    border: 1px solid #e4e4e4;
}
.product-details-wrap .details-tab .video
{
    position: relative;
}
@media (min-width: 992px)
{
    .product-details-wrap .details-tab .video img
    {
        -webkit-transition:         transform .5s;
        -webkit-transition: -webkit-transform .5s;
                transition: -webkit-transform .5s;
                transition:         transform .5s;
                transition:         transform .5s, -webkit-transform .5s;
    }
    .product-details-wrap .details-tab .video:hover img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
}
.product-details-wrap .details-tab .video .img-box
{
    padding-bottom: 42.96296296%;
}
.product-details-wrap .details-tab .video .video-box
{
    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, .5) no-repeat center;
}
@media (max-width: 767px)
{
    .product-details-wrap .details-tab .video .video-box
    {
        background-size: 15%;
    }
}
.product-details-wrap .details-tab .video .video-box.active
{
    background-image: url(../js/slick/ajax-loader.gif);
}
.product-details-wrap .details-tab .video .video-box iframe
{
    position: absolute;
    z-index: 20;
    top: 0;
    left: 0;

    display: none;

    width: 100%;
    height: 100%;
}
.product-details-wrap .details-tab .inquiry-form form
{
    background-color: #fff;
}
.product-details-wrap .details-tab .inquiry-form form p
{
    font-size: 16px;
    font-weight: bold;

    margin-bottom: 30px;

    color: #333;
}
@media (max-width: 767px)
{
    .product-details-wrap .details-tab .inquiry-form form p
    {
        font-size: 14px;
    }
}
.product-details-wrap .details-tab .inquiry-form form .product-name
{
    color: #333;
}
.product-details-wrap .details-tab .inquiry-form form input,
.product-details-wrap .details-tab .inquiry-form form textarea
{
    display: block;

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

    color: #666;
    border: 1px solid #ececec;
    background-color: #fcfcfc;
}
.product-details-wrap .details-tab .inquiry-form form textarea
{
    height: 130px;
}
.product-details-wrap .details-tab .inquiry-form form input::-webkit-input-placeholder,
.product-details-wrap .details-tab .inquiry-form form textarea::-webkit-input-placeholder
{
    color: #999;
}
.product-details-wrap .details-tab .inquiry-form form input:-o-placeholder,
.product-details-wrap .details-tab .inquiry-form form textarea:-o-placeholder
{
    color: #999;
}
.product-details-wrap .details-tab .inquiry-form form input::-moz-placeholder,
.product-details-wrap .details-tab .inquiry-form form textarea::-moz-placeholder
{
    color: #999;
}
.product-details-wrap .details-tab .inquiry-form form input:-ms-input-placeholder,
.product-details-wrap .details-tab .inquiry-form form textarea:-ms-input-placeholder
{
    color: #999;
}
.product-details-wrap .details-tab .inquiry-form form input:focus::-webkit-input-placeholder,
.product-details-wrap .details-tab .inquiry-form form textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.product-details-wrap .details-tab .inquiry-form form input:focus::-o-placeholder,
.product-details-wrap .details-tab .inquiry-form form textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.product-details-wrap .details-tab .inquiry-form form input:focus::-moz-placeholder,
.product-details-wrap .details-tab .inquiry-form form textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.product-details-wrap .details-tab .inquiry-form form input:focus::-ms-input-placeholder,
.product-details-wrap .details-tab .inquiry-form form textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.product-details-wrap .details-tab .inquiry-form form .submit
{
    font-size: 16px;
    font-weight: bold;
    line-height: 50px;

    width: 160px;
    height: 50px;
    margin-top: 10px;

    text-align: center;

    color: #fff;
    background-color: #004ea2;
}
.product-details-wrap .details-tab .inquiry-form form .submit:hover
{
    background-color: #04448a;
}
@media (max-width: 767px)
{
    .product-details-wrap .details-tab .inquiry-form form .submit
    {
        line-height: 40px;

        width: 180px;
        height: 40px;
    }
}
.about-wrap .intro p
{
    line-height: 2.14285714;

    margin: 0;

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

    max-width: 100%;
    margin: 2px 0;
}
.history-wrap .intro ul
{
    position: relative;

    zoom: 1;

    border-top: 1px solid transparent;
}
.history-wrap .intro ul:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
@media (max-width: 767px)
{
    .history-wrap .intro ul
    {
        padding-bottom: 35px;
    }
}
.history-wrap .intro ul:before
{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 50%;

    width: 2px;
    height: 100%;

    content: '';

    background-color: #d1d5d8;
}
@media (max-width: 767px)
{
    .history-wrap .intro ul:before
    {
        left: 0;
    }
}
.history-wrap .intro li
{
    position: relative;

    margin-top: 15px;
}
.history-wrap .intro li:before
{
    position: absolute;
    z-index: 5;

    display: block;

    width: 16px;
    height: 16px;

    content: '';

    border: 2px solid #d1d5d8;
    border-radius: 50%;
    background-color: #fff;
}
.history-wrap .intro li:after
{
    position: absolute;

    width: 70px;
    height: 2px;

    content: '';

    background-color: #d1d5d8;
}
@media (max-width: 767px)
{
    .history-wrap .intro li
    {
        margin-top: 30px;
        padding-left: 35px;
    }
    .history-wrap .intro li:before,
    .history-wrap .intro li:after
    {
        top: 0;
        left: 0;
    }
    .history-wrap .intro li:before
    {
        top: 5px;
        left: -7px;
    }
    .history-wrap .intro li:after
    {
        top: 12px;

        width: 30px;
    }
}
@media only screen and (min-width: 768px)
{
    .history-wrap .intro li
    {
        width: 50%;
    }
    .history-wrap .intro li:nth-child(odd)
    {
        float: left;

        padding-right: 100px;

        text-align: right;
    }
    .history-wrap .intro li:nth-child(odd):before
    {
        top: 8px;
        right: -9px;
    }
    .history-wrap .intro li:nth-child(odd):after
    {
        top: 14px;
        right: 0;
    }
    .history-wrap .intro li:nth-child(even)
    {
        float: right;

        padding-left: 100px;
    }
    .history-wrap .intro li:nth-child(even):before
    {
        top: 8px;
        left: -7px;
    }
    .history-wrap .intro li:nth-child(even):after
    {
        top: 14px;
        left: 0;
    }
    .history-wrap .intro li:last-child p
    {
        height: auto;
    }
    .history-wrap .intro li:nth-child(1)
    {
        margin-top: 55px;
    }
    .history-wrap .intro li:nth-child(2)
    {
        margin-top: 195px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1199px)
{
    .history-wrap .intro li:nth-child(odd)
    {
        padding-right: 85px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1199px)
{
    .history-wrap .intro li:nth-child(even)
    {
        padding-left: 85px;
    }
}
.history-wrap .intro li .date
{
    font-size: 24px;
    font-weight: 900;

    display: block;

    margin-bottom: 10px;
}
@media (max-width: 767px)
{
    .history-wrap .intro li .date
    {
        font-size: 20px;
    }
}
.history-wrap .intro li p
{
    line-height: 1.57142857;

    margin: 0;

    color: #999;
}
@media only screen and (min-width: 768px)
{
    .history-wrap .intro li p
    {
        display: -webkit-box;
        overflow: hidden;

        height: 220px;

        -webkit-box-orient: vertical;
        -webkit-line-clamp: 10;
    }
}
.team-wrap .intro
{
    overflow: hidden;
}
.team-wrap .intro > p
{
    line-height: 2.14285714;

    margin: 0;

    color: #999;
}
@media (max-width: 767px)
{
    .team-wrap .list
    {
        margin: 0 -5px;
    }
}
.team-wrap .list .img-box
{
    padding-bottom: 66.66666667%;
}
.team-wrap .list li
{
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .team-wrap .list li
    {
        margin-top: 20px;
        padding: 0 5px;
    }
}
.team-wrap .list .item
{
    position: relative;
}
@media (min-width: 992px)
{
    .team-wrap .list .item img
    {
        -webkit-transition:         transform .5s;
        -webkit-transition: -webkit-transform .5s;
                transition: -webkit-transform .5s;
                transition:         transform .5s;
                transition:         transform .5s, -webkit-transform .5s;
    }
    .team-wrap .list .item:hover img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
}
.team-wrap .list .info
{
    position: absolute;
    z-index: 5;
    bottom: 20px;
    left: 0;

    padding: 0 20px;

    color: #fff;
}
@media (max-width: 767px)
{
    .team-wrap .list .info
    {
        bottom: 10px;

        padding: 0 8px;
    }
}
.team-wrap .list .info p
{
    font-size: 16px;
    font-weight: bold;

    margin: 0;
}
.team-wrap .page
{
    margin-top: 50px;
}
@media (max-width: 991px)
{
    .team-wrap .page
    {
        margin-top: 40px;
    }
}
@media (max-width: 767px)
{
    .team-wrap .page
    {
        margin-top: 30px;
    }
}
.honor-wrap .intro
{
    overflow: hidden;
}
.honor-wrap .intro > p
{
    line-height: 2.14285714;

    margin: 0;

    color: #999;
}
@media (max-width: 767px)
{
    .honor-wrap .list
    {
        margin: 0 -5px;
    }
}
.honor-wrap .list li
{
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .honor-wrap .list li
    {
        margin-top: 20px;
        padding: 0 5px;
    }
}
.honor-wrap .list .item
{
    padding: 19px 19px 15px;

    border: 1px solid #ececec;
}
@media (min-width: 992px)
{
    .honor-wrap .list .item img
    {
        -webkit-transition:         transform .5s;
        -webkit-transition: -webkit-transform .5s;
                transition: -webkit-transform .5s;
                transition:         transform .5s;
                transition:         transform .5s, -webkit-transform .5s;
    }
    .honor-wrap .list .item:hover img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
}
@media only screen and (min-width: 992px)
{
    .honor-wrap .list .item:hover p
    {
        color: #a30022;
    }
}
@media (max-width: 1199px)
{
    .honor-wrap .list .item
    {
        padding: 15px 10px 10px;
    }
}
.honor-wrap .list .img-box
{
    padding-bottom: 137.93103448%;
}
.honor-wrap .list .info
{
    padding: 0 15px;

    text-align: center;
}
.honor-wrap .list .info p
{
    overflow: hidden;

    margin: 15px 0 0 0;

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

    color: #999;
}
@media (max-width: 1199px)
{
    .honor-wrap .list .info p
    {
        margin-top: 10px;
    }
}
.honor-wrap .page
{
    margin-top: 50px;
}
@media (max-width: 991px)
{
    .honor-wrap .page
    {
        margin-top: 40px;
    }
}
@media (max-width: 767px)
{
    .honor-wrap .page
    {
        margin-top: 30px;
    }
}
.choose-wrap .title
{
    margin-bottom: 10px;
}
.choose-wrap .intro
{
    overflow: hidden;
}
.choose-wrap .intro > p
{
    line-height: 2.14285714;

    margin: 0;

    color: #999;
}
.choose-wrap .list li
{
    position: relative;

    padding: 45px 0 30px 90px;

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

    border-bottom: 1px solid #ececec;
}
@media (max-width: 767px)
{
    .choose-wrap .list li
    {
        padding-left: 0;
    }
}
@media only screen and (min-width: 992px)
{
    .choose-wrap .list li:hover
    {
        -webkit-transform: translateY(-5px);
            -ms-transform: translateY(-5px);
                transform: translateY(-5px);

        border-color: #004ea2;
    }
}
.choose-wrap .list li:before
{
    font-family: 'iconfont' !important;
    font-size: 26px;
    font-style: normal;
    line-height: 60px;

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

    width: 60px;
    height: 60px;

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

    color: #fff;
    border-radius: 50%;
    background-color: #a30022;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px)
{
    .choose-wrap .list li:before
    {
        font-size: 22px;
        line-height: 40px;

        top: 30px;

        width: 40px;
        height: 40px;
    }
}
.choose-wrap .list li b
{
    font-size: 16px;

    display: block;

    margin-bottom: 10px;
}
@media (max-width: 767px)
{
    .choose-wrap .list li b
    {
        margin-bottom: 15px;
        padding-left: 60px;
    }
}
.choose-wrap .list li p
{
    line-height: 1.71428571;

    margin: 0;

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

    overflow: hidden;

    max-width: 100%;
    padding-bottom: 0;
}
.contact-wrap .info-wrap h4
{
    font-size: 24px;
    font-weight: bold;

    margin: 0 0 25px 0;
}
@media (max-width: 767px)
{
    .contact-wrap .info-wrap h4
    {
        margin-bottom: 10px;
    }
}
.contact-wrap .info-wrap h4 + p
{
    font-size: 16px;
    font-weight: bold;

    margin-bottom: 40px;

    color: #999;
}
@media (max-width: 767px)
{
    .contact-wrap .info-wrap h4 + p
    {
        margin-bottom: 25px;
    }
}
.contact-wrap .info
{
    overflow: hidden;
}
@media (max-width: 991px)
{
    .contact-wrap .info
    {
        margin-top: 15px;
    }
}
.contact-wrap .info .row
{
    margin: 0 -10px;
}
.contact-wrap .info li
{
    position: relative;

    margin-bottom: 20px;
    padding: 0 10px;
}
.contact-wrap .info li:before
{
    font-family: 'iconfont' !important;
    font-size: 22px;
    font-style: normal;
    line-height: 60px;

    display: inline-block;

    width: 60px;
    height: 60px;

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

    color: #004ea2;
    border: 1px solid #ececec;
    border-radius: 50%;

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

        width: 50px;
        height: 50px;
    }
}
.contact-wrap .info li p
{
    line-height: 1.57142857;

    position: relative;

    display: inline-block;

    width: 50%;
    margin: 0 0 0 20px;

    vertical-align: middle;

    color: #999;
}
@media (max-width: 1309px)
{
    .contact-wrap .info li p
    {
        width: 60%;
    }
}
@media (max-width: 1199px)
{
    .contact-wrap .info li p
    {
        width: 70%;
    }
}
@media (max-width: 767px)
{
    .contact-wrap .info li p
    {
        margin-left: 15px;
    }
}
@media only screen and (min-width: 992px)
{
    .contact-wrap .info li p:hover a
    {
        text-decoration: underline;

        color: #004ea2;
    }
}
.contact-wrap .info li.factory:before
{
    content: '\e677';
}
.contact-wrap .info li.tel:before
{
    content: '\e65c';
}
.contact-wrap .info li.fax:before
{
    content: '\e606';
}
@media (max-width: 1559px)
{
    .contact-wrap .info li.mail
    {
        width: 100%;
    }
}
.contact-wrap .info li.mail:before
{
    content: '\e6a4';
}
@media (max-width: 1559px)
{
    .contact-wrap .info li.address
    {
        width: 100%;
    }
}
.contact-wrap .info li.address:before
{
    content: '\e63e';
}
.contact-wrap .message
{
    overflow: hidden;
}
@media (max-width: 991px)
{
    .contact-wrap .message
    {
        margin-top: 25px;
    }
}
.contact-wrap .message form p
{
    line-height: 1.78571429;

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

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

    width: 100%;
    margin-bottom: 20px;
    padding: 12px 18px;

    color: #999;
    border: 1px solid #ececec;
    background-color: #fcfcfc;
}
.contact-wrap .message form textarea
{
    height: 150px;
}
.contact-wrap .message form .submit
{
    font-size: 16px;
    font-weight: bold;
    line-height: 50px;

    display: block;

    width: 160px;
    height: 50px;
    margin-top: 30px;
    padding: 0;

    cursor: pointer;
    text-align: center;

    color: #fff;
    background-color: #004ea2;
}
.contact-wrap .message form .submit:hover
{
    background-color: #04448a;
}
.contact-wrap .map
{
    position: relative;

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

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

        display: block;

        width: 100%;
        height: 100%;
    }
}
@media (max-width: 991px)
{
    .contact-wrap .map
    {
        margin-top: 45px;
    }
    .contact-wrap .map .dituContent
    {
        height: 400px;
    }
}
@media (max-width: 767px)
{
    .contact-wrap .map .dituContent
    {
        height: 280px;
    }
}
.news-wrap .img-box
{
    padding-bottom: 66.66666667%;
}
.news-wrap .list li
{
    zoom: 1;

    margin-bottom: 30px;

    -webkit-transition: .4s;
            transition: .4s;
}
.news-wrap .list li:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
.news-wrap .list li .pic-box,
.news-wrap .list li .item
{
    float: left;
}
@media (min-width: 992px)
{
    .news-wrap .list li img
    {
        -webkit-transition:         transform .5s;
        -webkit-transition: -webkit-transform .5s;
                transition: -webkit-transform .5s;
                transition:         transform .5s;
                transition:         transform .5s, -webkit-transform .5s;
    }
    .news-wrap .list li:hover img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
}
@media only screen and (min-width: 992px)
{
    .news-wrap .list li:hover
    {
        box-shadow: 0 0 16px 1px rgba(7, 17, 27, .1);
    }
    .news-wrap .list li:hover .item .introduce b
    {
        color: #004ea2;
    }
}
.news-wrap .list .pic-box
{
    width: 100%;
}
@media only screen and (min-width: 768px)
{
    .news-wrap .list .pic-box
    {
        width: 31.42857143%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1459px)
{
    .news-wrap .list .pic-box
    {
        width: 35%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1309px)
{
    .news-wrap .list .pic-box
    {
        width: 39%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1199px)
{
    .news-wrap .list .pic-box
    {
        width: 42%;
    }
}
.news-wrap .list .item
{
    display: block;

    background-color: #fff;
}
@media only screen and (min-width: 768px)
{
    .news-wrap .list .item
    {
        width: 68.57142857%;
        padding: 0 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1459px)
{
    .news-wrap .list .item
    {
        width: 65%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1309px)
{
    .news-wrap .list .item
    {
        width: 61%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1199px)
{
    .news-wrap .list .item
    {
        width: 58%;
    }
}
.news-wrap .list .item .info
{
    padding: 20px 0 38px;

    border-bottom: 1px solid #ececec;
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .news-wrap .list .item .info
    {
        padding: 10px 0 28px;
    }
}
@media (max-width: 767px)
{
    .news-wrap .list .item .info
    {
        padding-bottom: 15px;
    }
}
.news-wrap .list .item .introduce b
{
    font-size: 16px;

    display: -webkit-box;
    overflow: hidden;

    height: 20px;
    margin: 20px 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1199px)
{
    .news-wrap .list .item .introduce b
    {
        margin-top: 15px;
    }
}
@media (max-width: 991px)
{
    .news-wrap .list .item .introduce b
    {
        margin-top: 10px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .news-wrap .list .item .introduce b
    {
        margin-bottom: 10px;
    }
}
@media (max-width: 767px)
{
    .news-wrap .list .item .introduce b
    {
        margin: 20px 0 10px 0;
    }
}
.news-wrap .list .item .introduce p
{
    line-height: 1.71428571;

    display: -webkit-box;
    overflow: hidden;

    height: 48px;
    margin: 0;

    color: #999;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.news-wrap .list .item .date
{
    position: relative;

    display: block;

    color: #999;
}
.news-wrap .list .item .date:after
{
    display: block;

    width: 40px;
    height: 1px;
    margin-top: 10px;

    content: '';

    background-color: #999;
}
.news-wrap .list .item .date b
{
    font-size: 30px;
    font-weight: 900;
}
.news-wrap .list .item .date b:after
{
    display: none;
}
.news-wrap .list .item .date span
{
    font-size: 14px;

    margin-left: 5px;
}
.news-wrap .page
{
    margin-top: 50px;
}
@media (max-width: 991px)
{
    .news-wrap .page
    {
        margin-top: 40px;
    }
}
@media (max-width: 767px)
{
    .news-wrap .page
    {
        margin-top: 30px;
    }
}
.news-details-wrap .title
{
    margin: 15px 0 0 0;
}
.news-details-wrap .title:after
{
    display: block;

    width: 100%;
    height: 1px;
    margin-top: 30px;
    margin-bottom: 40px;

    content: '';

    background: url(../images/news-line.jpg);
}
@media (max-width: 991px)
{
    .news-details-wrap .title:after
    {
        margin: 20px 0 30px;
    }
}
.news-details-wrap .title h1
{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;

    margin: 10px 0;

    color: #004ea2;
}
@media (max-width: 767px)
{
    .news-details-wrap .title h1
    {
        font-size: 20px;
    }
}
.news-details-wrap .title .info span
{
    line-height: 1.8;

    color: #999;
}
@media only screen and (min-width: 768px)
{
    .news-details-wrap .title .info span:after
    {
        font-size: 18px;

        margin: 0 12px;

        content: '·';
        vertical-align: middle;
    }
    .news-details-wrap .title .info span:last-child:after
    {
        display: none;
    }
}
@media (max-width: 767px)
{
    .news-details-wrap .title .info span
    {
        display: inline-block;

        margin-right: 10px;
    }
}
.news-details-wrap .intro p
{
    line-height: 2.14285714;

    margin: 0;

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

    max-width: 100%;
	height: auto!important;
}
.news-details-wrap .news-page
{
    margin-top: 50px;
    padding: 10px 30px;

    border: 1px solid #ececec;
    background-color: #f6f6f6;
}
@media (max-width: 991px)
{
    .news-details-wrap .news-page
    {
        margin-top: 35px;
    }
}
@media (max-width: 767px)
{
    .news-details-wrap .news-page
    {
        padding: 10px 20px;
    }
}
.news-details-wrap .news-page p
{
    line-height: 2.14285714;

    overflow: hidden;

    margin: 0;

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

    color: #999;
}
.news-details-wrap .news-page p:hover a
{
    text-decoration: underline;

    color: #004ea2;
}
.news-details-wrap .keyword
{
    margin: 45px 0 30px;
}
@media (max-width: 991px)
{
    .news-details-wrap .keyword
    {
        margin: 35px 0;
    }
}
.news-details-wrap .keyword b
{
    display: block;

    margin-bottom: 20px;
}
@media (max-width: 767px)
{
    .news-details-wrap .keyword b
    {
        margin-bottom: 15px;
    }
}
.news-details-wrap .keyword span
{
    line-height: 1.57142857;

    color: #999;
}
@media (max-width: 767px)
{
    .news-details-wrap .keyword span
    {
        line-height: 1.8;
    }
}
.news-details-wrap .keyword span:before
{
    margin: 0 15px;

    content: '/';
}
.news-details-wrap .keyword span:first-of-type:before
{
    display: none;
}
.news-details-wrap .keyword span a:hover
{
    text-decoration: underline;

    color: #004ea2;
}
.news-details-wrap .relevant h3
{
    font-size: 20px;
    font-weight: bold;

    margin: 0;
    padding: 15px 30px;

    color: #fff;
    background-color: #004ea2;
}
@media (max-width: 767px)
{
    .news-details-wrap .relevant h3
    {
        padding: 12px 25px;
    }
}
.news-details-wrap .relevant ul
{
    zoom: 1;

    padding: 25px 30px;

    border: 1px solid #ececec;
    border-top: none;
}
.news-details-wrap .relevant ul:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
@media (max-width: 767px)
{
    .news-details-wrap .relevant ul
    {
        padding: 25px 25px 25px 20px;
    }
}
.news-details-wrap .relevant li
{
    overflow: hidden;

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

    color: #999;
}
@media only screen and (min-width: 768px)
{
    .news-details-wrap .relevant li
    {
        float: left;

        width: 50%;
        padding-right: 20px;
    }
}
.news-details-wrap .relevant li:before
{
    font-size: 18px;

    margin-right: 10px;

    content: '·';
    vertical-align: middle;
}
.news-details-wrap .relevant li:hover a
{
    text-decoration: underline;

    color: #004ea2;
}
.news-details-wrap .relevant li a
{
    line-height: 2.14285714;
}
.online-wrap .btn
{
    line-height: 36px;

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

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

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

    border-radius: 0;
    background-color: rgba(0, 0, 0, .8);
}
@media (min-width: 768px)
{
    .online-wrap .btn
    {
        display: none;
    }
}
.online-wrap .btn:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;
    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 .code-pic
{
    position: fixed;
    z-index: 101;
    right: 45px;
    bottom: 180px;

    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;
}
.online
{
    position: fixed;
    z-index: 100;
    right: 0;
    bottom: 23%;

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

    position: relative;

    display: block;

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

    text-align: center;

    border-radius: 5px 0 0 5px;
    background-color: rgba(0, 0, 0, .8);
}
.online a:before
{
    font-size: 22px;

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

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

    padding-right: 5px;

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

    color: #fff;
    background-color: #004ea2;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .12);
}
.online .icon-weixin:before
{
    font-size: 24px;
}
@media (max-width: 767px)
{
    .online .icon-weixin:before
    {
        font-size: 22px;
    }
}
.online .icon-weixin .mask
{
    position: absolute;
    z-index: 10;
    top: 0;
    right: 100%;

    display: none;

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

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

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

    margin: 5px 0 8px 0;

    color: #888;
}
.share
{
    font-weight: 500;

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

    display: inline-block;

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

    -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;

    color: #004ea2;
    border-radius: 50%;
    background-color: #fff;
}
.share a:before
{
    font-size: 13px;
}
@media only screen and (min-width: 992px)
{
    .share a:hover
    {
        -webkit-transform: translateY(-3px);
            -ms-transform: translateY(-3px);
                transform: translateY(-3px);
    }
}
.footer
{
    background-color: #2d2d2f;
}
.footer .footer-wrap
{
    overflow: hidden;
}
.footer .footer-row
{
    font-size: 0;

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

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

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

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

    display: inline-block;

    padding: 0 15px;

    text-align: left;
    vertical-align: top;
}
@media (max-width: 1199px)
{
    .footer .foot-list
    {
        width: 25%;
    }
}
@media (max-width: 767px)
{
    .footer .foot-list
    {
        width: 100%;
    }
}
.footer .foot-list li
{
    line-height: 2.14285714;
}
.footer .foot-list li a
{
    display: inline-block;
}
.footer .foot-list p,
.footer .foot-list a,
.footer .foot-list button
{
    color: #999;
}
.footer .foot-list a:hover
{
    text-decoration: underline;

    color: #fff;
}
.footer .foot-list h4
{
    font-size: 20px;

    margin: 20px 0;

    color: #fffefe;
}
@media (max-width: 991px)
{
    .footer .foot-list h4
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .footer .foot-list h4
    {
        margin-bottom: 10px;
    }
}
.footer .foot-message
{
    overflow: hidden;
}
@media (min-width: 1200px)
{
    .footer .foot-message
    {
        width: 25%;
    }
}
@media (max-width: 991px)
{
    .footer .foot-message
    {
        width: 100%;
    }
}
@media (max-width: 767px)
{
    .footer .foot-message
    {
        width: 100%;
    }
}
.footer .foot-message form
{
    overflow: hidden;

    margin-top: 20px;
}
.footer .foot-message form input::-webkit-input-placeholder,
.footer .foot-message form textarea::-webkit-input-placeholder
{
    color: #999;
}
.footer .foot-message form input:-o-placeholder,
.footer .foot-message form textarea:-o-placeholder
{
    color: #999;
}
.footer .foot-message form input::-moz-placeholder,
.footer .foot-message form textarea::-moz-placeholder
{
    color: #999;
}
.footer .foot-message form input:-ms-input-placeholder,
.footer .foot-message form textarea:-ms-input-placeholder
{
    color: #999;
}
.footer .foot-message form input:focus::-webkit-input-placeholder,
.footer .foot-message form textarea:focus::-webkit-input-placeholder
{
    color: #666;
}
.footer .foot-message form input:focus::-o-placeholder,
.footer .foot-message form textarea:focus::-o-placeholder
{
    color: #666;
}
.footer .foot-message form input:focus::-moz-placeholder,
.footer .foot-message form textarea:focus::-moz-placeholder
{
    color: #666;
}
.footer .foot-message form input:focus::-ms-input-placeholder,
.footer .foot-message form textarea:focus::-ms-input-placeholder
{
    color: #666;
}
.footer .foot-message form input,
.footer .foot-message form textarea
{
    display: block;

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

    color: #999;
    border: 1px solid #3e3e3e;
    background: none;
}
.footer .foot-message form input:focus,
.footer .foot-message form textarea:focus
{
    border-color: #6e6e6e;
}
.footer .foot-message form textarea
{
    height: 120px;
}
.footer .foot-message form .submit
{
    font-size: 16px;

    position: relative;

    margin-top: 5px;
    padding: 0;

    text-align: center;

    color: #004ea2;
    background: none;
}
.footer .foot-message form .submit:after
{
    position: absolute;
    top: 50%;
    right: -10px;

    width: 0;
    height: 0;

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

    border-width: 4px 0 4px 3px;
    border-style: solid;
    border-color: transparent transparent transparent #004ea2;
}
.footer .foot-message form .submit:hover b
{
    text-decoration: underline;
}
.footer .footer-contact ul
{
    zoom: 1;

    padding: 12px 0;

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

    height: 0;

    content: '';
}
.footer .footer-contact ul li
{
    float: left;

    margin: 10px 0;
    padding: 0 35px;
}
@media only screen and (min-width: 1310px) and (max-width: 1459px)
{
    .footer .footer-contact ul li
    {
        padding: 0 17px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1309px)
{
    .footer .footer-contact ul li
    {
        padding: 0 14px 0 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .footer .footer-contact ul li
    {
        padding: 0 14px 0 0;
    }
}
@media (max-width: 767px)
{
    .footer .footer-contact ul li
    {
        width: 100%;
        padding: 0;
    }
}
.footer .footer-contact ul li.tel p:before
{
    content: '\e61c';
}
.footer .footer-contact ul li.fax p:before
{
    content: '\e653';
}
.footer .footer-contact ul li.mail p:before
{
    content: '\e655';
}
.footer .footer-contact ul li.address p
{
    line-height: 22px;

    max-width: 420px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px)
{
    .footer .footer-contact ul li.address p
    {
        line-height: 44px;

        max-width: 100%;
    }
}
.footer .footer-contact ul li.address p:before
{
    content: '\e63e';
}
.footer .footer-contact ul li p
{
    line-height: 44px;

    position: relative;

    margin: 0;
    padding-left: 60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1309px)
{
    .footer .footer-contact ul li p
    {
        padding-left: 50px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .footer .footer-contact ul li p
    {
        padding-left: 50px;
    }
}
.footer .footer-contact ul li p:before
{
    font-family: 'iconfont' !important;
    font-size: 16px;
    font-style: normal;
    line-height: 40px;

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

    width: 40px;
    height: 40px;

    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-color: #444344;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.footer .copyright
{
    padding: 30px 0;

    text-align: center;

    color: #999;
}
@media (max-width: 767px)
{
    .footer .copyright
    {
        padding: 25px 0;
    }
}
.footer .copyright p
{
    margin: 0;

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

    color: #fff;
}
@media only screen and (min-width: 992px)
{
    .footer .copyright .share
    {
        float: right;
    }
}
@media (max-width: 991px)
{
    .footer .copyright .share
    {
        margin-top: 15px;
    }
}
.footer .copyright .share a
{
    line-height: 18px;
}
.footer .copyright .share a:before
{
    color: #fff;
}
.footer .copyright .share .icon-facebook
{
    background-color: #3c579a;
}
.footer .copyright .share .icon-tuite
{
    background-color: #55aded;
}
.footer .copyright .share .icon-whatsapp
{
    background-color: #3bec37;
}
.footer .copyright .share .icon-linkedin
{
    background-color: #006a9a;
}
.footer .copyright .share .icon-youtube
{
    background-color: #c4302e;
}
.footer .copyright .share .icon-vk
{
    background-color: #4c75a3;
}
.fancybox-slide--iframe .fancybox-content
{
    width: 733px;
    max-width: 80%;
    height: 500px;
    max-height: 50%;
    margin: 0;
}

#active{
    color: #004ea2;
}


/**
 * Date : 2018年8月9日11:20:03
 * @author HSM
 * @toDo 产品图片背景色改变
 */
.product-details-wrap .details-tab .tab-list img{
}
.tab-list p img{
    max-width: 100%;
	height: auto!important;
}
.table-box table img{
    max-width: none !important;
}
@media (max-width: 767px) {
    .table-box table img{
        max-width: 100% !important;
    }
}


/**
 * Date : 2018年8月14日11:50:19
 * @author HSM
 * @toDo choose页图标更换
 */

.choose-wrap .list li:before
{
    content: '';

    border-radius: 0;
    background: url(../images/choose.png) no-repeat 0 100%;
    background-size: 400% auto;
}
.choose-wrap .list li:nth-child(2):before
{
    background-position: 33.3333% 100%;
}
.choose-wrap .list li:nth-child(3):before
{
    background-position: 66.6666% 100%;
}
.choose-wrap .list li:nth-child(4):before
{
    background-position: 100% 100%;
}


.index-advantage .item:before{
    content: "" !important;
    border-radius: 0;
    background: url(../images/choose.png) no-repeat 0 100%;
    background-size: 400% auto;

}

.index-advantage li:nth-child(2) .item:before
{
    background-position: 33.3333% 100%;
}
.index-advantage li:nth-child(3) .item:before
{
    background-position: 66.6666% 100%;
}
.index-advantage li:nth-child(4) .item:before
{
    background-position: 100% 100%;
}



.addthis_inline_share_toolbox_25j9{
    display: inline-block;
    margin-left: 7px;
    -webkit-transition:         transform .3s;
    -webkit-transition: -webkit-transform .3s;
            transition: -webkit-transform .3s;
            transition:         transform .3s;
            transition:         transform .3s, -webkit-transform .3s;
    text-align: center;
    vertical-align: middle;
}

.at-style-responsive .at-share-btn{
    padding: 2px !important;
}


/**
 * Date : 2022年4月29日16:07:49
 * @author HSM
 * @toDo 固定导航 + 五个一键
 */


.nav,
.product-details-wrap .details-tab .tab-nav {
    position: -webkit-sticky;
    position: sticky;
}

@media only screen and (min-width: 1200px) {
    .nav {
        background-color: #fff;
        top: -1px;
        z-index: 16;
        background: #fff;
        box-shadow: 0 5px 5px 0 rgba(0,0,0,0.1);
    }
}

.product-details-wrap .details-tab .tab-nav {
    top: 48px; 
    z-index: 15;
}

@media (max-width: 1199px) {
    .product-details-wrap .details-tab .tab-nav {
        top: 0; 
    }
}


.footer {
    overflow: hidden;
  padding-bottom: -webkit-calc(constant(safe-area-inset-bottom) - 15px);
  padding-bottom: calc(constant(safe-area-inset-bottom) - 15px);
  padding-bottom: -webkit-calc(env(safe-area-inset-bottom) - 15px);
  padding-bottom: calc(env(safe-area-inset-bottom) - 15px);
}

@media (max-width: 767px) {
  .copyright {
    margin-bottom: 50px;
  }
}

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




.sitemap-wrap .title {
  text-align: left;
}
.sitemap-wrap .list1 {
  margin-top: -30px;
  overflow: hidden;
}
.sitemap-wrap .list1 > li {
  margin-top: 30px;
}
.sitemap-wrap .list1 > li > a {
  font-weight: 600;
  width: 330px;
  font-size: 18px;
  text-transform: uppercase;
  display: inline-block;
  background-color: #004ea2;
  color: #fff;
  position: relative;
  padding: 16px 40px;
}
@media (min-width: 1200px) {
  .sitemap-wrap .list1 > li > a:hover {
    text-decoration: underline;
  }
}
@media (max-width: 1199px) {
  .sitemap-wrap .list1 > li > a:active {
    text-decoration: underline;
  }
}
@media (max-width: 575px) {
  .sitemap-wrap .list1 > li > a {
    width: 100%;
    font-size: 16px;
    padding: 10px 20px;
  }
  .sitemap-wrap .list1 > li > a:before {
    margin: 0 15px;
  }
}
@media (max-width: 767px) {
  .sitemap-wrap .list1 {
    margin-top: -20px;
  }
  .sitemap-wrap .list1 > li {
    margin-top: 20px;
  }
}
.sitemap-wrap .list2 {
  padding-left: 40px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .sitemap-wrap .list2 {
    padding-left: 20px;
    font-size: 14px;
  }
}
.sitemap-wrap .list2 > li {
  margin-top: 30px;
}
.sitemap-wrap .list2 > li > a {
  font-weight: 500;
}
@media (max-width: 767px) {
  .sitemap-wrap .list2 > li {
    margin-top: 15px;
  }
}
@media (min-width: 1200px) {
  .sitemap-wrap .list2 a:hover {
    color: #e73c4b;
    text-decoration: underline;
  }
}
@media (max-width: 1199px) {
  .sitemap-wrap .list2 a:active {
    color: #e73c4b;
    text-decoration: underline;
  }
}
.sitemap-wrap .list3 {
  font-size: 16px;
  margin-right: -20px;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .sitemap-wrap .list3 {
    font-size: 14px;
  }
}
.sitemap-wrap .list3 > li {
  display: inline-block;
  vertical-align: top;
  padding-right: 20px;
  margin-top: 10px;
}
.sitemap-wrap .list1 > li > a,
{
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

