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

    overflow: hidden;

    width: 100%;
    height: 100%;
}
@media (min-width: 1320px)
{
    .container
    {
        width: 1320px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1319px)
{
    .container
    {
        width: 1200px;
    }
}
li,
ol,
ul
{
    list-style: none;
}
a
{
    color: inherit;
}
a:hover,
a:link,
a:visited
{
    text-decoration: none;

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

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

    border: none;
    outline: none;
}
.table-box
{
    overflow: auto;

    width: 100%;
    max-width: 100%;
    padding: 0 5px;
}
table
{
    width: 100%;
    max-width: 98%;

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

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

    background: none !important;
}
.txt-over1
{
    overflow: hidden;

    white-space: nowrap;
    text-overflow: ellipsis;
}
img
{
            backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
}
.hoverbox img
{
    -webkit-transition:         transform .5s;
    -webkit-transition: -webkit-transform .5s;
            transition: -webkit-transform .5s;
            transition:         transform .5s;
            transition:         transform .5s, -webkit-transform .5s;
}
.hoverbox:hover img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.img-box
{
    position: relative;
    z-index: 1;

    display: block;
    overflow: hidden;

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

    display: block;

    width: 100%;
    height: 100%;
}
@media (max-width: 991px)
{
    .fancybox-nav span
    {
        visibility: visible;

        opacity: .7;
    }
}
.page
{
    text-align: center;
}
.page li
{
    line-height: 38px;

    display: inline-block;

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

    cursor: pointer;
    text-align: center;

    border: 1px solid #ccc;
}
@media (max-width: 767px)
{
    .page li
    {
        line-height: 32px;

        width: 34px;
        height: 34px;
        margin: 0 2px;
    }
}
.page li.active,
.page li:hover
{
    color: #fff;
    border-color: #2663b6;
    background-color: #2663b6;
}
.page li a
{
    display: block;
}
.page li.prev a:before,
.page li.next a:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;
    line-height: 1;

    vertical-align: middle;
}
.page li.prev a:before
{
    content: '\e9b5';
}
.page li.next a:before
{
    content: '\e72f';
}
.inside-pages
{
    margin-top: 30px;
    padding-top: 15px;

    border-top: 1px dashed #e4e4e4;
}
.inside-pages a
{
    display: block;
    overflow: hidden;

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

    color: #666;
}
.inside-pages a:before
{
    display: inline-block;

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

    content: '';
    vertical-align: middle;

    border-style: solid;
}
.inside-pages a.prev
{
    margin-bottom: 15px;
}
.inside-pages a.prev:before
{
    border-width: 6px 6px 6px 0;
    border-color: transparent #000 transparent transparent;
}
.inside-pages a.next:before
{
    border-width: 6px 0 6px 6px;
    border-color: transparent transparent transparent #000;
}
.inside-pages a:hover span
{
    color: #2663b6;
}
.table-box
{
    overflow: auto;

    width: 100%;
    max-width: 100%;
    padding: 0 5px;
}
table
{
    width: auto;
    max-width: 98%;

    border-spacing: 0;
    border-collapse: collapse;
}
table tr,
table td
{
    width: auto !important;
    height: auto !important;
}
table td
{
    padding: 8px !important;

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

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

    height: 0;

    content: '';
}
.popup
{
    z-index: 888;

    display: none;

    width: 500px;
    max-width: 100%;
    margin: 0 auto;
    padding: 50px;

    background-color: #fff;
}
@media (max-width: 767px)
{
    .popup
    {
        padding: 20px 15px;
    }
}
.popup b
{
    font-size: 22px;

    display: block;

    margin-bottom: 30px;
    padding-bottom: 25px;

    color: #666;
    border-bottom: 1px solid #e5e5e5;
}
.popup b:before
{
    font-family: 'iconfont' !important;
    font-size: 28px;
    font-weight: 400;
    line-height: 1;

    margin-right: 10px;

    content: '\e626';

    color: #2663b6;
}
@media (max-width: 767px)
{
    .popup b
    {
        font-size: 20px;
    }
}
.popup p
{
    position: relative;
}
.popup p input
{
    display: block;

    width: 100%;
    padding: 15px 10px 15px 30%;

    background-color: #f8f8f8;
}
.popup p label
{
    font-size: 16px;
    font-weight: bold;
    line-height: 50px;

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

    width: 25%;
    height: 50px;

    text-align: center;

    color: #fff;
    background-color: #d2d2d2;
}
.popup .submit
{
    line-height: 50px;

    display: block;

    width: 150px;
    height: 50px;
    margin: 30px auto 0;

    text-align: center;

    color: #fff;
    background-color: #2663b6;
}
@media (max-width: 767px)
{
    .popup .submit
    {
        line-height: 40px;

        width: 120px;
        height: 40px;
    }
}
.down-fancybox .fancybox-skin
{
    background-color: #fff;
}
.down-fancybox .fancybox-close
{
    top: 30px;
    right: 20px;

    background: none;
}
.down-fancybox .fancybox-close:before
{
    font-family: 'iconfont' !important;
    font-size: 36px;
    line-height: 1;

    content: '\e63b';

    color: #2663b6;
}
.header
{
    position: relative;
}
.header .header-top
{
    line-height: 30px;

    border-bottom: 1px solid #e0e0e0;
    background-color: #f3f3f3;
}
@media (max-width: 991px)
{
    .header .header-top
    {
        display: none;
    }
}
.header .header-top p
{
    margin: 0;
}
.header .header-top .welcome
{
    float: left;
}
.header .header-top .welcome p
{
    font-size: 12px;

    display: inline-block;

    color: #7f7f7f;
}
.header .header-top .language-header
{
    float: right;
}
@media (max-width: 991px)
{
    .header .header-top .language-header
    {
        display: none;
    }
}
.header .header-top .language-header a
{
    display: inline-block;

    color: #8b8b8b;
}
.header .header-top .language-header a:before
{
    display: inline-block;

    width: 24px;
    height: 16px;
    margin-right: 5px;

    content: '';
    vertical-align: middle;

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

    color: #2663b6;
}
.header .header-bottom
{
    zoom: 1;

    padding: 9px 0;
}
.header .header-bottom:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
@media (max-width: 767px)
{
    .header .header-bottom
    {
        padding: 5px 0;
    }
}
.header .header-bottom .logo
{
    display: block;
    float: left;

    white-space: nowrap;
}
.header .header-bottom .logo > a
{
    display: inline-block;

    vertical-align: middle;
}
@media (max-width: 767px)
{
    .header .header-bottom .logo > a img
    {
        width: 54%;
    }
}
.header .header-bottom .logo .logo-txt
{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.66666667;

    display: inline-block;

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

    vertical-align: middle;

    border-left: 1px solid #e5e5e5;
}
@media (max-width: 767px)
{
    .header .header-bottom .logo .logo-txt
    {
        display: none;
    }
}
.header .header-bottom .logo .logo-txt span
{
    color: #2663b6;
}
.header .header-bottom .logo .logo-txt em
{
    font-style: normal;

    display: block;

    color: #424141;
}
.header .header-bottom .header-r
{
    float: right;

    margin-top: 25px;
}
@media (max-width: 767px)
{
    .header .header-bottom .header-r
    {
        margin-top: 0;
    }
}
.header .header-bottom .phone,
.header .header-bottom .code
{
    display: inline-block;

    vertical-align: middle;
}
@media (max-width: 991px)
{
    .header .header-bottom .phone,
    .header .header-bottom .code
    {
        display: none;
    }
}
.header .header-bottom .phone p
{
    margin-bottom: 8px;
    margin-left: 45px;

    color: #666;
}
.header .header-bottom .code
{
    width: 70px;
    height: 70px;
    margin-left: 20px;
}
.header .header-bottom .code img
{
    width: 100%;
}
.header .header-bottom .search-box
{
    float: right;

    margin: 15px 60px 0 0;
}
@media (max-width: 1319px)
{
    .header .header-bottom .search-box
    {
        margin-right: 28px;
    }
}
@media (max-width: 767px)
{
    .header .header-bottom .search-box
    {
        position: absolute;
        z-index: 200;
        top: 100%;
        left: 0;

        display: none;

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

        background: #f8f8f8;
    }
    .header .header-bottom .search-box form
    {
        width: 100%;
    }
}
.header .header-bottom .search-box form
{
    position: relative;

    overflow: hidden;

    background-color: #e5e5e5;
}
@media (min-width: 768px)
{
    .header .header-bottom .search-box form
    {
        width: 250px;
    }
}
.header .header-bottom .search-box form input
{
    display: block;

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

    color: #666;
    background: none;
}
.header .header-bottom .search-box form .submit
{
    position: absolute;
    top: 0;
    right: 0;

    width: 50px;
    height: 100%;

    text-align: center;

    background-color: #2663b6;
}
.header .header-bottom .search-box form .submit:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;
    line-height: 1;

    content: '\e64e';

    color: #fff;
}
.header .header-bottom .find
{
    display: none;
    float: right;

    width: 22px;
    height: 30px;
    margin-top: 20px;

    cursor: pointer;
}
.header .header-bottom .find:after
{
    font-family: 'iconfont' !important;
    font-size: 20px;
    font-style: normal;

    content: '\e64e';
    vertical-align: top;
}
@media (max-width: 767px)
{
    .header .header-bottom .find
    {
        display: none;
        float: right;

        margin-top: 8px;
    }
    .header .header-bottom .find:after
    {
        font-size: 22px;

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

    display: none;
    float: right;

    width: 40px;
    height: 40px;
    margin-top: 34px;
    padding: 0;

    cursor: pointer;

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

        margin-top: 10px;
    }
    .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: 12px;
        margin-left: 10px;

        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: #999;
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .nav-collapse .btn-line
    {
        width: 30px;
    }
}
.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: #999;
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .nav-collapse .btn-line:nth-child(3),
    .nav-collapse .btn-line:nth-child(1)
    {
        width: 30px;
    }
}
.nav-collapse .btn-line:nth-child(1)
{
    top: 35%;
}
.nav-collapse .btn-line:nth-child(2)
{
    top: 50%;
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .nav-collapse .btn-line:nth-child(2)
    {
        top: 55%;
    }
}
.nav-collapse .btn-line:nth-child(3)
{
    top: 65%;
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .nav-collapse .btn-line:nth-child(3)
    {
        top: 75%;
    }
}
.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);
}
.nav
{
    color: #fff;
    background-color: #2663b6;
}
@media (min-width: 992px)
{
    .nav
    {
        text-align: center;
    }
}
@media (max-width: 991px)
{
    .nav
    {
        position: fixed;
        z-index: 9998;
        top: 0;
        left: 0;

        display: none;

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

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

        background: #fafafa;
        background: #000;
    }
    .nav .container
    {
        overflow: auto;

        width: 100%;
    }
    .nav .tbl
    {
        display: table;

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

        height: 100%;

        vertical-align: middle;
    }
}
@media (max-width: 767px)
{
    .nav
    {
        width: 100%;
        padding: 30px;
    }
}
.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: 992px)
{
    .nav .nav-list1 li a
    {
        white-space: nowrap;

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

        float: left;
    }
    .nav .nav-list1 > li:first-child a:before
    {
        display: none;
    }
    .nav .nav-list1 > li:last-child a:after
    {
        display: none;
    }
    .nav .nav-list1 > li.product .nav-list2 > li
    {
        text-align: left;
    }
    .nav .nav-list1 > li > a
    {
        font-size: 16px;
        font-weight: bold;

        position: relative;

        display: block;

        padding: 9px 70px;
    }
    .nav .nav-list1 > li > a:after,
    .nav .nav-list1 > li > a:before
    {
        position: absolute;
        top: 50%;

        width: 1px;
        height: 32px;
        margin-top: -16px;

        content: '';
    }
    .nav .nav-list1 > li > a:after
    {
        right: 0;

        background-color: #21569e;
    }
    .nav .nav-list1 > li > a:before
    {
        left: 0;

        background-color: #2074e5;
    }
    .nav .nav-list1 > li.active > a
    {
        color: #fff;
    }
    .nav .nav-list1 .nav-list2,
    .nav .nav-list1 .nav-list3
    {
        display: none;
    }
    .nav .nav-list1 .nav-list2
    {
        position: absolute;
        z-index: 100;
        top: 100%;
        left: 50%;

        width: 100%;

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

        border-top: 1px solid transparent;
        background: #5986c2;
    }
    .nav .nav-list1 .nav-list2 > li
    {
        position: relative;

        white-space: nowrap;

        border-bottom: 1px solid #dadada;
    }
    .nav .nav-list1 .nav-list2 > li:first-child > a
    {
        border-top: none;
    }
    .nav .nav-list1 .nav-list2 > li:last-child
    {
        border: none;
    }
    .nav .nav-list1 .nav-list2 > li.more > a:after
    {
        font-family: 'iconfont' !important;

        float: right;

        content: '\e609';
    }
    .nav .nav-list1 .nav-list2 > li:hover > a
    {
        background-color: #527bb3;
    }
    .nav .nav-list1 .nav-list2 > li > a
    {
        font-size: 14px;

        position: relative;

        display: block;

        padding: 10px 20px;

        color: #fffde6;
        background: #5986c2;
    }
    .nav .nav-list1 .nav-list3
    {
        position: absolute;
        top: 0;
        left: 100%;
    }
    .nav .nav-list1 .nav-list3 > li > a
    {
        padding: 8px 15px;

        white-space: nowrap;

        background-color: #6494d4;
    }
    .nav .nav-list1 .nav-list3 > li > a:hover
    {
        text-decoration: underline;
    }
}
@media (min-width: 992px) and (max-width: 1319px)
{
    .nav .nav-list1 > li > a
    {
        padding: 9px 60px;
    }
}
@media (min-width: 992px) and (max-width: 1199px)
{
    .nav .nav-list1 > li > a
    {
        padding: 9px 46px;
    }
}
@media (max-width: 991px)
{
    .nav .nav-list1
    {
        margin: 20px 0;

        opacity: 0;
    }
    .nav .nav-list1 > li
    {
        -webkit-transform: translateX(-25px);
            -ms-transform: translateX(-25px);
                transform: translateX(-25px);

        opacity: 0;
    }
    .nav .nav-list1 > a
    {
        font-family: 'arial black';
        font-size: 20px;

        color: #fff;
    }
}
@media (max-width: 991px)
{
    .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: 991px)
{
    .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: 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;

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

    margin: 0;
}
@media (max-width: 767px)
{
    .nav .nav-2 .nav-top h2,
    .nav .nav-3 .nav-top h2
    {
        font-size: 24px;
    }
}
.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: scroll;

    height: 85%;
    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: 22px;
    line-height: 42px;

    margin: 25px 0;

    text-align: left;
}
@media (max-width: 767px)
{
    .nav .nav-2 .content ul li,
    .nav .nav-3 .content ul li
    {
        font-size: 20px;

        margin: 0;
    }
}
@media (max-height: 600px)
{
    .nav .nav-2 .content ul li,
    .nav .nav-3 .content ul li
    {
        line-height: 40px;
    }
}
.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: 19px;
}
.fade-out ul
{
    text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .fade-out ul
    {
        padding: 0 5%;
    }
}
@media (max-width: 991px)
{
    .fade-out ul.nav-list1
    {
        opacity: 1;
    }
    .fade-out ul.nav-list1 a
    {
        font-weight: 700;

        color: #fff;
    }
    .fade-out ul.nav-list1 > li
    {
        position: relative;

        margin: 20px 0;
    }
    .fade-out ul.nav-list1 > li.act
    {
        -webkit-transition: all .4s;
                transition: all .4s;
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0);

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

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

        margin-top: -18px;

        content: '\e72f';

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

        display: block;
    }
    .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 24px;
    }
}
@media (max-width: 991px) and (max-width: 767px)
{
    .fade-out ul.nav-list1 > li
    {
        margin: 0;
    }
}
@media (max-width: 991px) and (max-height: 600px)
{
    .fade-out ul.nav-list1 > li > a
    {
        font-size: 24px;
        line-height: 45px;
    }
}
@media (max-width: 991px) and (max-height: 768px)
{
    .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 18px;
    }
}
@media (max-width: 991px) and (max-width: 480px)
{
    .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 14px;
    }
}
.xs-language
{
    position: absolute;
    bottom: 30px;
    left: 35px;
}
@media (min-width: 992px)
{
    .xs-language
    {
        display: none;
    }
}
.xs-language a
{
    font-size: 16px;

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

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

    overflow: hidden;

    width: 100%;
}
.banner .item
{
    position: relative;

    overflow: hidden;

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

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

    padding: 0 10px;

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

    border-radius: 20px;
}
@media (max-width: 991px)
{
    .banner .owl-controls
    {
        bottom: 20px;
    }
}
@media (max-width: 767px)
{
    .banner .owl-controls
    {
        bottom: 10px;
    }
}
.banner .owl-controls .owl-page.active span,
.banner .owl-controls .owl-page:hover span
{
    background: #2663b6;
}
.banner img
{
    display: block;

    width: 100%;

    -webkit-transition: -webkit-transform 8s ease-in .2s;
            transition: -webkit-transform 8s ease-in .2s;
            transition:         transform 8s ease-in .2s;
            transition:         transform 8s ease-in .2s, -webkit-transform 8s ease-in .2s;
}
.banner .banner-btn span
{
    position: absolute;
    top: 50%;

    width: 100px;
    height: 16px;

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

    background: url(../images/sprite.png) no-repeat;
    background-size: cover;
}
@media (max-width: 991px)
{
    .banner .banner-btn span
    {
        display: none;
    }
}
.banner .banner-btn span.prev
{
    left: 30px;

    background-position: -200px 0;
}
.banner .banner-btn span.prev:hover
{
    background-position: 0 0;
}
.banner .banner-btn span.next
{
    right: 30px;

    background-position: -300px 0;
}
.banner .banner-btn span.next:hover
{
    background-position: -100px 0;
}
.banner .banner-txt
{
    position: absolute;
    top: 50%;
    left: 50%;

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

    color: #fff;
}
.banner .banner-txt b
{
    font-size: 40px;

    display: block;
}
.banner .banner-txt b span
{
    margin-left: 15px;

    color: #2663b6;
}
@media (max-width: 1199px)
{
    .banner .banner-txt b
    {
        font-size: 35px;
    }
}
@media (max-width: 991px)
{
    .banner .banner-txt b
    {
        font-size: 32px;
    }
}
@media (max-width: 767px)
{
    .banner .banner-txt b
    {
        font-size: 22px;
    }
}
.banner .banner-txt h3
{
    font-size: 80px;

    white-space: nowrap;
}
@media (max-width: 1199px)
{
    .banner .banner-txt h3
    {
        font-size: 60px;
    }
}
@media (max-width: 991px)
{
    .banner .banner-txt h3
    {
        font-size: 45px;
    }
}
@media (max-width: 767px)
{
    .banner .banner-txt h3
    {
        font-size: 28px;

        margin: 10px 0 8px 0;
    }
}
.banner .banner-txt p
{
    font-size: 18px;
}
@media (max-width: 767px)
{
    .banner .banner-txt p
    {
        font-size: 16px;
    }
}
.banner .banner-txt .more
{
    line-height: 58px;

    display: inline-block;

    width: 60px;
    height: 60px;
    margin-top: 70px;

    text-align: center;

    border: 1px solid #f0f1f1;
    border-radius: 50%;
}
.banner .banner-txt .more:before
{
    font-family: 'iconfont' !important;

    content: '\e610';
}
@media (max-width: 1199px)
{
    .banner .banner-txt .more
    {
        margin-top: 50px;
    }
}
@media (max-width: 991px)
{
    .banner .banner-txt .more
    {
        line-height: 48px;

        width: 50px;
        height: 50px;
    }
}
@media (max-width: 767px)
{
    .banner .banner-txt .more
    {
        line-height: 38px;

        width: 40px;
        height: 40px;
        margin-top: 15px;
    }
}
.banner .owl-item.active img
{
    -webkit-transform: scale(1.4);
        -ms-transform: scale(1.4);
            transform: scale(1.4);
}
.banner .owl-item.active b
{
    -webkit-animation-name: bounceInLeft;
            animation-name: bounceInLeft;
    -webkit-animation-delay: .5s;
       -moz-animation-delay: .5s;
            animation-delay: .5s;
}
.banner .owl-item.active h3
{
    -webkit-animation-name: bounceInRight;
            animation-name: bounceInRight;
    -webkit-animation-delay: .7s;
       -moz-animation-delay: .7s;
            animation-delay: .7s;
}
.banner .owl-item.active p
{
    -webkit-animation-name: bounceInLeft;
            animation-name: bounceInLeft;
    -webkit-animation-delay: 1s;
       -moz-animation-delay: 1s;
            animation-delay: 1s;
}
.banner .owl-item.active .more
{
    -webkit-animation-name: fadeInUpBig;
            animation-name: fadeInUpBig;
}
.hot
{
    padding: 15px 0;

    border-bottom: 1px solid #dcdcdc;
}
.hot .keyword
{
    line-height: 34px;

    float: left;
    overflow: hidden;

    width: 70%;
    width: -webkit-calc(100% - 360px);
    width:         calc(100% - 360px);
    height: 34px;
}
@media (max-width: 1199px)
{
    .hot .keyword
    {
        width: 60%;
        width: -webkit-calc(100% - 360px);
        width:         calc(100% - 360px);
    }
}
@media (max-width: 991px)
{
    .hot .keyword
    {
        width: 50%;
        width: -webkit-calc(100% - 360px);
        width:         calc(100% - 360px);
    }
}
@media (max-width: 767px)
{
    .hot .keyword
    {
        display: none;
    }
}
.hot .keyword span
{
    color: #2663b6;
}
.hot .keyword a
{
    font-size: 13px;

    display: inline-block;

    color: #666;
}
.hot .keyword a:before
{
    font-size: 15px;

    margin: 0 10px 0 12px;

    content: '|';
}
.hot .keyword a:first-of-type:before
{
    display: none;
}
@media (min-width: 992px)
{
    .hot .keyword a:hover
    {
        color: #2663b6;
    }
    .hot .keyword a:hover:before
    {
        color: #666;
    }
}
.hot .search-box
{
    float: right;

    width: 320px;
}
@media (max-width: 767px)
{
    .hot .search-box
    {
        width: 100%;
    }
}
.hot .search-box form
{
    position: relative;
}
.hot .search-box form input::-webkit-input-placeholder,
.hot .search-box form textarea::-webkit-input-placeholder
{
    color: #cbcbcb;
}
.hot .search-box form input:-o-placeholder,
.hot .search-box form textarea:-o-placeholder
{
    color: #cbcbcb;
}
.hot .search-box form input::-moz-placeholder,
.hot .search-box form textarea::-moz-placeholder
{
    color: #cbcbcb;
}
.hot .search-box form input:-ms-input-placeholder,
.hot .search-box form textarea:-ms-input-placeholder
{
    color: #cbcbcb;
}
.hot .search-box form input:focus::-webkit-input-placeholder,
.hot .search-box form textarea:focus::-webkit-input-placeholder
{
    color: #ddd;
}
.hot .search-box form input:focus::-o-placeholder,
.hot .search-box form textarea:focus::-o-placeholder
{
    color: #ddd;
}
.hot .search-box form input:focus::-moz-placeholder,
.hot .search-box form textarea:focus::-moz-placeholder
{
    color: #ddd;
}
.hot .search-box form input:focus::-ms-input-placeholder,
.hot .search-box form textarea:focus::-ms-input-placeholder
{
    color: #ddd;
}
.hot .search-box form .search-text
{
    display: block;

    width: 100%;
    padding: 6px 55px 6px 6px;

    color: #cbcbcb;
    border: 1px solid #dcdcdc;
    background-color: #f9fafc;
}
.hot .search-box form .submit
{
    position: absolute;
    top: 0;
    right: 0;

    width: 46px;
    height: 100%;

    background-color: #2663b6;
}
.hot .search-box form .submit:before
{
    font-family: 'iconfont' !important;
    font-size: 22px;

    content: '\e617';

    color: #fff;
}
.hot .search-box form .submit:hover
{
    background-color: #255dab;
}
.index-box .index-title
{
    text-align: center;
}
.index-box .index-title h3
{
    font-size: 30px;
    font-weight: bold;

    margin: 0 0 5px 0;

    color: #363738;
}
.index-box .index-title h3 span
{
    color: #2663b6;
}
.index-box .index-title > span
{
    font-size: 12px;

    display: block;

    margin-bottom: 10px;

    text-transform: uppercase;

    color: #999;
}
.index-box .index-title p
{
    font-size: 16px;

    margin-bottom: 0;

    color: #666;
}
@media (max-width: 767px)
{
    .index-box .index-title p
    {
        font-size: 14px;
    }
}
.index-product
{
    padding: 60px 0 70px 0;
}
@media (max-width: 767px)
{
    .index-product
    {
        padding: 40px 0;
    }
}
@media (min-width: 992px)
{
    .index-product .list-l
    {
        float: left;

        width: 19.37984496%;
        max-width: 250px;
    }
}
@media (min-width: 992px) and (max-width: 1199px)
{
    .index-product .list-l
    {
        width: 23.379845%;
    }
}
@media (max-width: 991px)
{
    .index-product .list-l
    {
        display: none;
    }
}
.index-product .list-l .menu .title
{
    padding: 15px 40px;

    background: #2663b6;
}
.index-product .list-l .menu .title h3
{
    font-size: 19px;

    margin: 0 0 5px 0;

    vertical-align: top;

    color: #fff;
}
.index-product .list-l .menu .title h3:before
{
    font-family: 'iconfont' !important;

    margin-right: 10px;

    content: '\e628';
}
.index-product .list-l .menu .title p
{
    margin-bottom: 0;

    color: #fffde6;
}
.index-product .list-l .menu .menu1 > li
{
    border-bottom: 1px solid #ecf7fb;
}
.index-product .list-l .menu .menu1 > li:last-child
{
    border: none;
}
.index-product .list-l .menu .menu1 > li > a
{
    font-size: 16px;
    line-height: 50px;

    position: relative;

    display: block;

    padding: 0 20px 0 30px;

    color: #fffde6;
    background: #5986c2;
}
.index-product .list-l .menu .menu1 > li > a:after
{
    font-family: 'iconfont' !important;

    position: absolute;
    top: 0;
    right: 20px;

    content: '';
    content: '\e609';
}
.index-product .list-l .menu .menu1 > li > .menu2
{
    display: none;
}
.index-product .list-l .menu .menu1 > li > ul > li a
{
    line-height: 42px;

    position: relative;

    display: block;

    padding-left: 40px;

    color: #666;
    border-top: 1px solid #eee;
    background: #fff;
}
.index-product .list-l .menu .menu1 > li > ul > li a:before
{
    font-family: 'iconfont' !important;

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

    content: '';
    content: '\e609';

    color: #999;
}
.index-product .list-l .menu .menu1 > li > ul > li a:hover
{
    color: #2663b6;
    background: #f5f5f5;
}
.index-product .list-l .menu .menu1 > li > ul > li a:hover:before
{
    color: #2663b6;
}
.index-product .list-l .slide-contact
{
    margin-top: 20px;
}
.index-product .list-l .slide-contact .img-box
{
    padding-bottom: 66%;
}
@media (min-width: 992px)
{
    .index-product .content-r
    {
        float: right;

        width: 74.41860465%;
    }
}
.index-product .content-r .product-list li,
.index-product .content-r .product-list .owl-item
{
    padding: 0 15px;
}
.index-product .content-r .product-list li,
.index-product .content-r .product-list .item-box > .item
{
    margin-bottom: 45px;
}
@media (max-width: 767px)
{
    .index-product .content-r .product-list li,
    .index-product .content-r .product-list .item-box > .item
    {
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .index-product .content-r .product-list li
    {
        width: 50%;
    }
}
@media (min-width: 992px)
{
    .index-product .content-r .product-list .item:hover .mask
    {
        opacity: 1;
    }
}
.index-product .content-r .product-list .item > p
{
    font-size: 16px;
    font-weight: bold;

    margin: 20px 0 0 0;

    text-align: center;
}
.index-product .content-r .product-list .item > p a
{
    display: block;
    overflow: hidden;

    white-space: nowrap;
    text-overflow: ellipsis;
}
.index-product .content-r .product-list .pic-box
{
    position: relative;
    z-index: 10;

    padding: 1px;

    border: 1px solid #dcdcdc;
}
.index-product .content-r .product-list .img-box
{
    padding-bottom: 66.66666667%;
}
.index-product .content-r .product-list .mask
{
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

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

    opacity: 0;
    color: #ededed;
    border: 5px solid transparent;
    background-color: rgba(30, 97, 189, .7);
}
@media (max-width: 991px)
{
    .index-product .content-r .product-list .mask
    {
        display: none;
    }
}
.index-product .content-r .product-list .mask a
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

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

    border: 1px solid #a0bce3;
}
.index-product .content-r .product-list .mask p
{
    line-height: 1.71428571;

    position: relative;
    top: 50%;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.index-product .content-r .product-list .mask p:after
{
    font-family: 'iconfont' !important;
    font-size: 22px;

    display: block;

    margin: 10px auto 0;

    content: '\e623';
    text-align: center;
}
.index-product .content-r .product-list .mask p span
{
    display: block;
    display: -webkit-box;
    overflow: hidden;

    max-height: 92px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.index-product .content-r .index-page
{
    text-align: center;
}
.index-product .content-r .index-page span
{
    line-height: 40px;

    display: inline-block;

    width: 120px;
    height: 40px;
    margin: 0 20px;

    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    border: 1px solid #dadada;
    border-radius: 40px;

         -o-user-select: none;
}
@media (max-width: 767px)
{
    .index-product .content-r .index-page span
    {
        margin: 0 6px;
    }
}
.index-product .content-r .index-page span:before
{
    font-family: 'iconfont' !important;
    font-size: 40px;

    color: #dadada;
}
.index-product .content-r .index-page span:hover
{
    border-color: #2663b6;
}
.index-product .content-r .index-page span:hover:before
{
    color: #2663b6;
}
.index-product .content-r .index-page .prev:before
{
    content: '\e640';
}
.index-product .content-r .index-page .next:before
{
    content: '\e625';
}
.index-about
{
    position: relative;

    padding: 0;
}
.index-about .video,
.index-about .introduce
{
    padding: 0 15px;
}
@media only screen and (min-width: 768px)
{
    .index-about .video,
    .index-about .introduce
    {
        float: left;

        width: 50%;
        height: 430px;
    }
}
@media (max-width: 767px)
{
    .index-about .video img,
    .index-about .introduce img
    {
        position: relative;
        left: 0;

        width: 140%;
        margin-left: -20%;
    }
}
@media (min-width: 768px)
{
    .index-about .pic
    {
        position: absolute;
        top: 0;

        overflow: hidden;

        width: 50%;
        height: 430px;
    }
    .index-about .pic img
    {
        position: absolute;
        top: 0;
        right: 0;
    }
}
@media (min-width: 768px)
{
    .index-about .pic-video
    {
        right: 50%;

        text-align: right;
    }
}
.index-about .pic-introduce
{
    right: 0;
}
@media (max-width: 767px)
{
    .index-about .video
    {
        position: relative;

        overflow: hidden;
    }
}
.index-about .video .video-box
{
    position: relative;
    z-index: 10;

    text-align: center;
}
@media (max-width: 767px)
{
    .index-about .video .video-box
    {
        position: absolute;
        top: 0;
        left: 0;

        width: 100%;
        height: 100%;

        background-color: rgba(0, 0, 0, .6);
    }
}
.index-about .video .video-box a.play
{
    display: inline-block;

    width: 90px;
    height: 90px;
    margin-top: 26%;

    cursor: pointer;

    background: url('../images/video-btn.png') no-repeat center;
    background-size: cover;
}
@media (max-width: 1199px)
{
    .index-about .video .video-box a.play
    {
        margin-top: 38%;
    }
}
@media (max-width: 991px)
{
    .index-about .video .video-box a.play
    {
        margin-top: 48%;
    }
}
@media (max-width: 767px)
{
    .index-about .video .video-box a.play
    {
        width: 50px;
        height: 50px;
        margin-top: 22%;
    }
}
.index-about .video .video-box iframe
{
    position: absolute;
    z-index: 50;
    top: 0;
    left: 0;

    display: none;

    width: 100%;
    height: 100%;
}
@media (min-width: 768px)
{
    .index-about .introduce
    {
        padding-left: 35px;
    }
}
@media (max-width: 767px)
{
    .index-about .introduce .pic
    {
        display: none;
    }
}
.index-about .introduce .txt
{
    position: relative;
    z-index: 10;
}
.index-about .introduce .txt h3
{
    font-size: 30px;
    font-weight: bold;

    margin-top: 40px;

    color: #e5eef9;
}
@media (max-width: 767px)
{
    .index-about .introduce .txt h3
    {
        margin-top: 25px;

        color: #333;
    }
}
.index-about .introduce .txt span
{
    font-size: 12px;

    display: block;

    margin-bottom: 30px;

    text-transform: uppercase;

    color: #999;
}
@media (max-width: 767px)
{
    .index-about .introduce .txt span
    {
        margin-bottom: 15px;
    }
}
.index-about .introduce .txt p
{
    line-height: 1.71428571;

    display: -webkit-box;
    overflow: hidden;

    max-height: 168px;

    color: #e2e3e4;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
}
@media (max-width: 767px)
{
    .index-about .introduce .txt p
    {
        color: #666;
    }
}
.index-about .introduce .txt .more
{
    line-height: 34px;

    float: right;

    width: 125px;
    height: 36px;
    margin-top: 35px;

    text-align: center;

    color: #2663b6;
    border: 1px solid #2663b6;
}
@media (max-width: 767px)
{
    .index-about .introduce .txt .more
    {
        margin-top: 20px;
    }
}
.index-about .introduce .txt .more:hover
{
    text-decoration: underline;
}
.index-advantages
{
    padding: 40px 0 55px 0;
}
.index-advantages .lists
{
    font-size: 0;

    letter-spacing: -8px;
}
.index-advantages .lists li
{
    font-size: 14px;

    display: inline-block;

    width: 33.33333%;
    margin-top: 65px;
    padding: 0 70px;

    vertical-align: top;
    letter-spacing: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1319px)
{
    .index-advantages .lists li
    {
        padding: 0 50px;
    }
}
@media (max-width: 1199px)
{
    .index-advantages .lists li
    {
        padding: 0 20px 0 60px;
    }
}
@media (max-width: 991px)
{
    .index-advantages .lists li
    {
        width: 50%;
        margin-top: 35px;
    }
}
@media (max-width: 767px)
{
    .index-advantages .lists li
    {
        width: 100%;
        margin-top: 20px;
    }
}
.index-advantages .lists li:nth-child(1) h4:before
{
    background-position: 0 0;
}
.index-advantages .lists li:nth-child(2) h4:before
{
    background-position: 20% 0;
}
.index-advantages .lists li:nth-child(3) h4:before
{
    background-position: 40% 0;
}
.index-advantages .lists li:nth-child(4) h4:before
{
    background-position: 60% 0;
}
.index-advantages .lists li:nth-child(5) h4:before
{
    background-position: 80% 0;
}
.index-advantages .lists li:nth-child(6) h4:before
{
    background-position: 100% 0;
}
.index-advantages .item
{
    margin-top: 20px;

    background-color: #fff;
}
.index-advantages .item h4
{
    font-size: 18px;
    font-weight: bold;

    position: relative;

    margin: 0 0 15px 0;
}
.index-advantages .item h4:before
{
    position: absolute;
    top: -12px;
    left: -60px;

    display: block;
    overflow: hidden;

    width: 42px;
    height: 42px;

    content: '';

    border-radius: 50%;
    background: url(../images/advantage-bg.png) no-repeat center;
    background-size: 600% auto;
}
.index-advantages .item p
{
    margin-bottom: 0;

    color: #666;
}
.index-news
{
    padding: 40px 0 50px 0;

    background-color: #f8f8f8;
}
.index-news .img-box
{
    padding-bottom: 61.9047619%;
}
@media (min-width: 768px)
{
    .index-news ul
    {
        margin: 0 -10px;
    }
    .index-news li
    {
        padding: 0 10px;
    }
}
.index-news li
{
    margin-top: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .index-news li:nth-child(3)
    {
        display: none;
    }
}
.index-news .item
{
    text-align: right;
}
@media (min-width: 992px)
{
    .index-news .item img
    {
        -webkit-transition:         transform .5s;
        -webkit-transition: -webkit-transform .5s;
                transition: -webkit-transform .5s;
                transition:         transform .5s;
                transition:         transform .5s, -webkit-transform .5s;
    }
    .index-news .item:hover img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
    .index-news .item:hover h4
    {
        color: #2663b6;
    }
    .index-news .item:hover h4:after
    {
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0);

        opacity: 1;
    }
}
.index-news .introduce
{
    position: relative;
    z-index: 2;

    display: inline-block;

    width: 100%;
    padding: 30px 15px;

    text-align: left;

    background-color: #fff;
}
@media (max-width: 1199px)
{
    .index-news .introduce
    {
        padding: 20px 25px;
    }
}
.index-news .introduce h4
{
    font-size: 14px;
    font-weight: bold;

    margin-top: 0;
    margin-bottom: 20px;
}
.index-news .introduce h4 a
{
    display: block;
    overflow: hidden;

    white-space: nowrap;
    text-overflow: ellipsis;
}
.index-news .introduce .info
{
    position: relative;

    padding-top: 15px;
    padding-right: 65px;

    border-top: 1px solid #ddd;
}
.index-news .introduce .info > p
{
    font-size: 1.42857143;

    display: -webkit-box;
    overflow: hidden;

    height: 40px;
    margin-bottom: 0;

    color: #999;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.index-news .introduce .info > p a
{
    display: block;
}
.index-news .introduce .date
{
    position: absolute;
    top: 15px;
    right: 0;

    text-align: center;
}
.index-news .introduce .date span
{
    font-size: 24px;
    line-height: 1;

    color: #999;
}
.index-news .introduce .date p
{
    font-size: 12px;
    line-height: 2;

    margin: 2px 0 0 0;
    padding: 0 5px;

    color: #666;
    border-top: 1px solid #ddd;
}
.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: 160%;
        max-width: 160%;
        margin-left: -25%;
    }
}
.inside-page
{
    padding: 40px 0 60px 0;
}
@media (max-width: 767px)
{
    .inside-page
    {
        padding-bottom: 40px;
    }
}
@media (min-width: 768px)
{
    .product-content .page
    {
        margin-top: 25px;
    }
}
@media (min-width: 768px)
{
    .product-details-content .content-r
    {
        width: 77.418605%;
    }
}
@media (max-width: 1199px)
{
    .product-details-content .content-r
    {
        width: 72.418605%;
    }
}
@media (max-width: 991px)
{
    .product-details-content .content-r
    {
        width: 100%;
    }
}
.product-details-content .introduce .carousel
{
    padding: 0 15px;
}
@media (min-width: 768px)
{
    .product-details-content .introduce .carousel
    {
        float: left;

        width: 60%;
    }
}
.product-details-content .introduce .carousel-wrap .img-box
{
    padding-bottom: 66.66666667%;
}
.product-details-content .introduce .carousel-wrap .row
{
    margin: 0 -5px;
}
.product-details-content .introduce .sync1
{
    border: 1px solid #dcdcdc;
}
.product-details-content .introduce .sync2 .owl-item
{
    padding: 1px;
}
.product-details-content .introduce .sync2 .item
{
    padding: 0 10px;
}
@media (max-width: 767px)
{
    .product-details-content .introduce .sync2 .item
    {
        padding: 0 5px;
    }
}
.product-details-content .introduce .sync2 .item .img-box
{
    border: 1px solid #dcdcdc;
}
.product-details-content .introduce .sync2 .synced .item .img-box
{
    border-color: #2663b6;
}
.product-details-content .introduce .thumb
{
    position: relative;

    margin: 20px -12px 0;
}
@media (max-width: 767px)
{
    .product-details-content .introduce .thumb
    {
        margin: 20px -5px 0;
    }
}
.product-details-content .introduce .info
{
    padding: 30px 15px 0 25px;
}
@media (min-width: 768px)
{
    .product-details-content .introduce .info
    {
        float: right;

        width: 40%;
        padding-right: 45px;
    }
}
.product-details-content .introduce .info p
{
    font-size: 15px;

    position: relative;

    padding-left: 50px;

    color: #666;
}
.product-details-content .introduce .info p span
{
    font-weight: bold;

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

    color: #333;
}
.product-details-content .details-introduce
{
    margin-top: 35px;
}
@media (max-width: 767px)
{
    .product-details-content .details-introduce
    {
        margin-top: 20px;
    }
}
.product-details-content .details-introduce span.title
{
    display: inline-block;

    margin-bottom: 15px;
    padding: 10px 23px;

    color: #fff;
    background-color: #2663b6;
}
.product-details-content .details-introduce p
{
    line-height: 2.28571429;

    margin-bottom: 0;

    color: #666;
}
.news-content h3
{
    font-size: 16px;
    font-weight: bold;

    position: relative;

    margin-bottom: 20px;
}
@media (max-width: 767px)
{
    .news-content h3
    {
        margin-top: 0;
    }
}
.news-content h3:before
{
    display: inline-block;

    width: 2px;
    height: 26px;
    margin-top: -2px;
    margin-right: 10px;

    content: '';
    vertical-align: middle;

    background-color: #2663b6;
}
.news-content h3:after
{
    position: absolute;
    top: 50%;
    left: 2px;

    width: 2px;
    height: 8px;
    margin-top: -4px;

    content: '';

    background-color: #2663b6;
}
.news-content .news-list .img-box
{
    padding-bottom: 61.9047619%;
}
@media (min-width: 768px)
{
    .news-content .news-list ul
    {
        margin: 0 -10px;
    }
    .news-content .news-list li
    {
        padding: 0 10px;
    }
}
.news-content .news-list li
{
    margin-bottom: 50px;
}
@media (max-width: 767px)
{
    .news-content .news-list li
    {
        margin-bottom: 25px;
    }
}
.news-content .news-list .item
{
    text-align: right;
}
@media (min-width: 992px)
{
    .news-content .news-list .item img
    {
        -webkit-transition:         transform .5s;
        -webkit-transition: -webkit-transform .5s;
                transition: -webkit-transform .5s;
                transition:         transform .5s;
                transition:         transform .5s, -webkit-transform .5s;
    }
    .news-content .news-list .item:hover img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
    .news-content .news-list .item:hover h4
    {
        color: #2663b6;
    }
    .news-content .news-list .item:hover h4:after
    {
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0);

        opacity: 1;
    }
}
.news-content .news-list .introduce
{
    position: relative;
    z-index: 2;

    display: inline-block;

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

    text-align: left;

    background-color: #fff;
}
@media (max-width: 1199px)
{
    .news-content .news-list .introduce
    {
        padding: 20px 25px 20px 10px;
    }
}
.news-content .news-list .introduce .title
{
    position: relative;

    padding-right: 90px;
}
.news-content .news-list .introduce .title h4
{
    font-size: 14px;
    font-weight: bold;

    margin-top: 0;
    margin-bottom: 20px;
}
.news-content .news-list .introduce .title h4 a
{
    display: block;
    overflow: hidden;

    white-space: nowrap;
    text-overflow: ellipsis;
}
.news-content .news-list .introduce .title .star
{
    position: absolute;
    top: -2px;
    right: -15px;
}
.news-content .news-list .introduce .title .star i
{
    line-height: 1;

    display: inline-block;

    width: 12px;
    height: 12px;

    background: url(../images/star.png) no-repeat;
}
.news-content .news-list .introduce .title .star i.active
{
    background-position: -12px 0;
}
.news-content .news-list .introduce .info
{
    position: relative;

    padding-top: 15px;
    padding-right: 75px;

    border-top: 1px solid #ddd;
}
.news-content .news-list .introduce .info > p
{
    line-height: 1.6;

    display: -webkit-box;
    overflow: hidden;

    height: 40px;
    margin-bottom: 0;

    color: #999;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.news-content .news-list .introduce .info > p a
{
    display: block;
}
.news-content .news-list .introduce .date
{
    position: absolute;
    top: 15px;
    right: 0;

    text-align: center;
}
.news-content .news-list .introduce .date span
{
    font-size: 24px;
    line-height: 1;

    color: #999;
}
.news-content .news-list .introduce .date p
{
    font-size: 12px;
    line-height: 2;

    margin: 2px 0 0 0;
    padding: 0 5px;

    color: #666;
    border-top: 1px solid #ddd;
}
.news-details-content h1
{
    font-family: Arial, 'Helvetica Neue', Helvetica, 'Adobe 黑体 Std', 'PingFang SC', 'Microsoft YaHei', 'Hiragino Sans GB', 'Heiti SC', 'WenQuanYi Micro Hei', sans-serif;
    font-size: 16px;
    font-weight: bold;

    margin: 0 0 15px 0;

    text-align: center;
}
.news-details-content .info
{
    font-family: Arial, 'Helvetica Neue', Helvetica, 'Adobe 黑体 Std', 'PingFang SC', 'Microsoft YaHei', 'Hiragino Sans GB', 'Heiti SC', 'WenQuanYi Micro Hei', sans-serif;
    font-size: 12px;

    margin-bottom: 25px;

    text-align: center;

    color: #999;
}
.news-details-content .info span
{
    margin: 0 20px;
}
.news-details-content .info span:before
{
    font-family: 'iconfont' !important;
    font-size: 16px;

    margin-right: 5px;

    vertical-align: middle;
}
.news-details-content .info .date:before
{
    content: '\e62c';
}
.news-details-content .info .author:before
{
    content: '\e62b';
}
.news-details-content h2,
.news-details-content h3
{
    font-size: 20px;

    margin: 0;

    text-indent: 1.3em;
}
.news-details-content h3
{
    color: #666;
}
.news-details-content p
{
    line-height: 1.71428571;

    margin: 0;

    text-indent: 2em;

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

    width: auto;
    max-width: 100%;
    margin: 15px 0;
}
.news-details-content .read-more
{
    margin-top: 20px;
}
.news-details-content .read-more .img-box
{
    margin-bottom: 8px;
}
.news-details-content .read-more img
{
    margin: 0;
}
.news-details-content .read-more a
{
    display: block;

    width: 70px;

    text-align: center;

    color: #2663b6;
}
@media (min-width: 1200px)
{
    .news-details-content .inside-pages
    {
        margin-top: 45px;
    }
}
.about-content .about-title h3
{
    font-family: 'Microsoft Himalaya', Arial, 'Helvetica Neue', Helvetica, 'PingFang SC', 'Microsoft YaHei', 'Hiragino Sans GB', 'Heiti SC', 'WenQuanYi Micro Hei', sans-serif;
    font-size: 60px;

    position: relative;
    z-index: 10;

    display: inline-block;

    margin: 50px 0 40px 0;

    text-transform: uppercase;

    color: #2663b6;
}
@media (max-width: 767px)
{
    .about-content .about-title h3
    {
        font-size: 34px;
    }
}
.about-content .about-title h3:before
{
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 15px;

    width: 40%;
    height: 100px;

    content: '';

    border: 1px solid #2663b6;
}
@media (max-width: 767px)
{
    .about-content .about-title h3:before
    {
        bottom: -10px;

        width: 30%;
        height: 85px;
    }
}
.about-content .about-title h3 span
{
    font-size: 16px;

    position: absolute;
    z-index: 5;
    top: -5px;
    left: 50%;
}
@media (max-width: 767px)
{
    .about-content .about-title h3 span
    {
        top: -15px;
        left: 40%;
    }
}
@media (max-width: 767px)
{
    .about-content .about-title h3 span
    {
        left: 42%;
    }
}
.about-content .about-wrap
{
    padding-bottom: 35px;

    text-align: center;
}
.about-content .about-wrap p
{
    line-height: 1.71428571;

    margin-bottom: 0;

    color: #666;
}
.about-content .corporate
{
    position: relative;

    padding: 0;
}
.about-content .corporate .video,
.about-content .corporate .introduce
{
    padding: 0 15px;
}
@media only screen and (min-width: 768px)
{
    .about-content .corporate .video,
    .about-content .corporate .introduce
    {
        float: left;

        width: 50%;
        height: 610px;
    }
}
@media (max-width: 767px)
{
    .about-content .corporate .video img,
    .about-content .corporate .introduce img
    {
        position: relative;
        left: 0;

        width: 140%;
        margin-left: -20%;
    }
}
@media (max-width: 767px)
{
    .about-content .corporate .video .pic,
    .about-content .corporate .introduce .pic
    {
        display: none;
    }
}
@media (min-width: 768px)
{
    .about-content .corporate .pic
    {
        position: absolute;
        top: 0;

        overflow: hidden;

        width: 50%;
        height: 610px;
    }
    .about-content .corporate .pic img
    {
        position: absolute;
        top: 0;
        right: 0;
    }
}
@media (min-width: 768px)
{
    .about-content .corporate .pic-video
    {
        left: 50%;

        text-align: right;
    }
}
.about-content .corporate .pic-introduce
{
    left: 0;
}
@media (max-width: 767px)
{
    .about-content .corporate .video
    {
        position: relative;

        overflow: hidden;
    }
}
@media (min-width: 768px)
{
    .about-content .corporate .introduce
    {
        padding-left: 35px;
    }
}
.about-content .corporate .introduce .txt
{
    position: relative;
    z-index: 9999;

    color: #fff;
}
@media (max-width: 767px)
{
    .about-content .corporate .introduce .txt
    {
        color: #666;
    }
}
.about-content .corporate .introduce .txt p
{
    font-size: 16px;
    line-height: 1.7;

    margin-bottom: 10px;
    padding: 0 55px 0 100px;
}
@media (max-width: 1199px)
{
    .about-content .corporate .introduce .txt p
    {
        padding: 0 20px 0 50px;
    }
}
@media (max-width: 991px)
{
    .about-content .corporate .introduce .txt p
    {
        margin-bottom: 15px;
        padding: 0;
    }
}
@media (max-width: 767px)
{
    .about-content .corporate .introduce .txt p
    {
        margin-bottom: 10px;
    }
}
.about-content .corporate .introduce .txt p:nth-last-of-type
{
    margin-bottom: 0;
}
.about-content .corporate .introduce .txt p span
{
    font-size: 20px;

    display: block;
}
@media (max-width: 767px)
{
    .about-content .corporate .introduce .txt .about-title
    {
        text-align: center;
    }
}
.about-content .corporate .introduce .txt .about-title h3
{
    margin-top: 95px;
}
@media (min-width: 768px)
{
    .about-content .corporate .introduce .txt .about-title h3
    {
        color: #fff;
    }
    .about-content .corporate .introduce .txt .about-title h3:before
    {
        bottom: -10px;
        left: 30px;

        height: 125px;

        border-color: #fff;
    }
}
@media (max-width: 991px)
{
    .about-content .corporate .introduce .txt .about-title h3
    {
        margin-top: 80px;
        margin-bottom: 20px;
    }
}
@media (max-width: 767px)
{
    .about-content .corporate .introduce .txt .about-title h3
    {
        margin-top: 60px;
    }
}
.about-content .corporate .introduce .txt .about-title h3 span
{
    left: 55%;
}
@media (max-width: 767px)
{
    .about-content .corporate .introduce .txt .about-title h3 span
    {
        left: 42%;
    }
}
.about-content .certificate
{
    padding-top: 50px;
}
.about-content .certificate .title
{
    text-align: center;
}
.about-content .certificate .title .box
{
    position: relative;
    z-index: 10;

    display: inline-block;

    background-color: #fff;
}
.about-content .certificate .title .box:before
{
    position: absolute;
    z-index: 8;
    top: 10%;
    left: 50%;

    display: block;

    width: 190%;
    height: 80%;

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

    border: 1px solid #2663b6;
}
.about-content .certificate .title h3,
.about-content .certificate .title span
{
    position: relative;
    z-index: 20;

    margin: 0 auto;
    padding: 0 10px;

    background-color: #fff;
}
.about-content .certificate .title h3
{
    font-size: 24px;

    margin: 0 0 5px 0;
}
.about-content .certificate .title span
{
    font-size: 18px;

    display: inline-block;
}
.about-content .certificate .certificate-list
{
    overflow: hidden;

    margin-top: 25px;
}
@media (max-width: 767px)
{
    .about-content .certificate .certificate-list
    {
        margin-top: 0;
    }
}
.about-content .certificate .certificate-list li
{
    overflow: hidden;
}
.about-content .certificate .certificate-list .item
{
    margin-top: 30px;
    padding: 4px;

    border: 1px solid #bababa;
}
.about-content .certificate .certificate-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;
}
.about-content .certificate .certificate-list .item:hover img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.about-content .certificate .certificate-list .img-box
{
    padding-bottom: 134.48275862%;
}
.about-content .certificate .more
{
    display: block;

    margin: 20px auto 0;

    cursor: pointer;
    text-align: center;
}
@media (max-width: 767px)
{
    .about-content .certificate .more
    {
        margin-top: 10px;
    }
}
.about-content .certificate .more:before
{
    font-family: 'iconfont' !important;
    font-size: 38px;
    font-style: normal;

    content: '\e623';

    color: #999;
}
@media (max-width: 767px)
{
    .about-content .certificate .more:before
    {
        font-size: 30px;
    }
}
.about-content .certificate .more:hover:before
{
    color: #2663b6;
}
.contact-content .contact-title
{
    text-align: center;
}
.contact-content .contact-title h3
{
    font-size: 16px;
    font-weight: bold;

    position: relative;

    display: inline-block;

    margin-top: 0;
}
@media (min-width: 768px)
{
    .contact-content .contact-title h3:before,
    .contact-content .contact-title h3:after
    {
        position: absolute;
        top: 50%;

        width: 154px;
        height: 1px;

        content: '';

        background-color: #ccc;
    }
    .contact-content .contact-title h3:before
    {
        right: 220%;
    }
    .contact-content .contact-title h3:after
    {
        left: 220%;
    }
}
.contact-content .contact-title p
{
    margin-bottom: 0;

    color: #999;
}
.contact-content .message-wrap form
{
    margin-top: 45px;
}
@media (max-width: 767px)
{
    .contact-content .message-wrap form
    {
        margin-top: 25px;
    }
}
.contact-content .message-wrap input::-webkit-input-placeholder,
.contact-content .message-wrap textarea::-webkit-input-placeholder
{
    color: #d1d0d0;
}
.contact-content .message-wrap input:-o-placeholder,
.contact-content .message-wrap textarea:-o-placeholder
{
    color: #d1d0d0;
}
.contact-content .message-wrap input::-moz-placeholder,
.contact-content .message-wrap textarea::-moz-placeholder
{
    color: #d1d0d0;
}
.contact-content .message-wrap input:-ms-input-placeholder,
.contact-content .message-wrap textarea:-ms-input-placeholder
{
    color: #d1d0d0;
}
.contact-content .message-wrap input:focus::-webkit-input-placeholder,
.contact-content .message-wrap textarea:focus::-webkit-input-placeholder
{
    color: #ddd;
}
.contact-content .message-wrap input:focus::-o-placeholder,
.contact-content .message-wrap textarea:focus::-o-placeholder
{
    color: #ddd;
}
.contact-content .message-wrap input:focus::-moz-placeholder,
.contact-content .message-wrap textarea:focus::-moz-placeholder
{
    color: #ddd;
}
.contact-content .message-wrap input:focus::-ms-input-placeholder,
.contact-content .message-wrap textarea:focus::-ms-input-placeholder
{
    color: #ddd;
}
.contact-content .message-wrap input,
.contact-content .message-wrap textarea
{
    font-size: 16px;

    display: block;

    width: 100%;
    margin-bottom: 10px;
    padding: 13px 25px;

    color: #666;
    border: 1px solid #ccc;
}
.contact-content .message-wrap textarea
{
    overflow: auto;

    height: 170px;
}
.contact-content .message-wrap .submit
{
    font-size: 16px;
    font-weight: bold;
    line-height: 44px;

    display: block;

    width: 130px;
    height: 44px;
    margin: 20px auto 0;

    text-align: center;

    color: #fff;
    background-color: #2663b6;
}
@media (max-width: 767px)
{
    .contact-content .message-wrap .submit
    {
        margin-top: 10px;
    }
}
.contact-content .message-wrap .submit:hover
{
    background-color: #235ba9;
}
.contact-content .contact-wrap
{
    margin-top: 20px;
    padding-bottom: 25px;

    text-align: center;

    border: 1px solid #ebecee;
    background: url(../images/imgs/contact.jpg) no-repeat center;
    background-size: cover;
}
.contact-content .contact-wrap h1
{
    font-size: 20px;
    font-weight: bold;

    margin: 40px 0 30px 0;

    color: #4c4b4b;
}
@media (max-width: 767px)
{
    .contact-content .contact-wrap h1
    {
        margin-bottom: 20px;
    }
}
.contact-content .contact-wrap p
{
    line-height: 1.71428571;

    margin-bottom: 0;
}
.contact-content .contact-wrap p span
{
    margin: 0 12px;
}
@media (max-width: 767px)
{
    .contact-content .contact-wrap p span
    {
        display: block;
    }
}
.contact-content .map-wrap
{
    margin-top: 40px;
}
.contact-content .map-wrap .map
{
    margin-top: 20px;
}
@media (max-width: 767px)
{
    .contact-content .map-wrap .map
    {
        margin-top: 5px;
    }
}
.contact-content .map-wrap .map img
{
    width: 100%;
}
.online-wrap .btn
{
    line-height: 38px;

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

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

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

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

    display: inline-block;

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

    color: #fff;
}
.online-wrap .btn.active:before
{
    -webkit-transform: rotateZ(225deg);
        -ms-transform: rotate(225deg);
            transform: rotateZ(225deg);
}
.online
{
    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: 54px;

    position: relative;

    display: block;

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

    text-align: center;

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

    color: #fff;
}
.online a:hover
{
    background-color: #2663b6;
}
@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
{
    overflow: hidden;

    padding: 0 15px;

    color: #fff;
    border-radius: 50px;
    background-color: #2663b6;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .12);
}
.online .icon-weixin:before,
.online .icon-saoyisao:before
{
    font-size: 24px;
}
@media (max-width: 767px)
{
    .online .icon-weixin:before,
    .online .icon-saoyisao:before
    {
        font-size: 22px;
    }
}
.online .icon-weixin .mask,
.online .icon-saoyisao .mask
{
    position: absolute;
    top: 0;
    right: 100%;

    display: none;

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

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

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

    margin: 5px 0 8px 0;

    color: #888;
}
.online .icon-gotop2:before
{
    font-size: 26px;
}
.gotop
{
    line-height: 50px;

    position: fixed;
    z-index: 200;
    right: 10px;
    bottom: 50px;

    display: none;

    width: 50px;
    height: 50px;

    text-align: center;

    background-color: #333;
}
.gotop:before
{
    font-size: 24px;

    color: #fff;
}
.footer
{
    background-color: #2a2a2a;
}
.footer .footer-nav .wrap
{
    padding: 30px 20px 30px 55px;
}
@media (max-width: 991px)
{
    .footer .footer-nav .wrap
    {
        padding: 30px 0;
    }
}
.footer .footer-nav .footer-logo,
.footer .footer-nav .info
{
    display: inline-block;

    vertical-align: top;
}
.footer .footer-nav .footer-logo
{
    overflow: hidden;

    width: 100px;
    margin-right: 50px;

    border-radius: 10px;
}
@media (max-width: 767px)
{
    .footer .footer-nav .footer-logo
    {
        display: none;
    }
}
.footer .footer-nav .info
{
    width: 70%;
}
@media (max-width: 1199px)
{
    .footer .footer-nav .info
    {
        width: 60%;
    }
}
@media (max-width: 991px)
{
    .footer .footer-nav .info
    {
        width: 80%;
    }
}
@media (max-width: 767px)
{
    .footer .footer-nav .info
    {
        width: 100%;
    }
}
.footer .footer-nav .info h1
{
    font-size: 20px;

    margin: 0;

    color: #fdfdfd;
}
.footer .footer-nav .info h1 + span
{
    font-size: 12px;

    letter-spacing: 1px;

    color: #fdfdfd;
}
.footer .footer-nav .info p
{
    line-height: 2;

    margin-bottom: 0;

    color: #b2b1b1;
}
.footer .footer-nav .info .contact .left
{
    margin-right: 105px;
}
@media (min-width: 1200px)
{
    .footer .footer-nav .info .contact .left
    {
        float: left;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .footer .footer-nav .info .contact .left
    {
        float: left;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1319px)
{
    .footer .footer-nav .info .contact .left
    {
        margin-right: 55px;
    }
}
@media (max-width: 991px)
{
    .footer .footer-nav .info .contact .left
    {
        margin-right: 50px;
    }
}
.footer .footer-nav .info .contact p a:hover
{
    text-decoration: underline;

    color: #fff;
}
.footer .footer-nav .info .contact p a:not(:first-child)
{
    margin-left: 10px;
}
.footer .footer-nav .info .contact p span
{
    color: #b2b1b1;
}
.footer .footer-nav .info .contact p span:not(:first-child)
{
    display: block;

    margin-left: 66px;
}
.footer .footer-nav .footer-list
{
    zoom: 1;

    margin-top: 0px;
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .footer .footer-nav .footer-list
    {
        float: left;
    }
}
.footer .footer-nav .footer-list:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
@media (max-width: 767px)
{
    .footer .footer-nav .footer-list
    {
        margin-top: 15px;
    }
}
.footer .footer-nav .footer-list li
{
    line-height: 24px;

    float: left;

    color: #fff;
}
.footer .footer-nav .footer-list li:after
{
    font-size: 16px;

    margin: 0 15px;

    content: '|';
}
@media (max-width: 767px)
{
    .footer .footer-nav .footer-list li:after
    {
        margin: 0 8px;
    }
}
.footer .footer-nav .footer-list li:last-child:after
{
    display: none;
}
.footer .footer-nav .footer-list li.active a,
.footer .footer-nav .footer-list li:hover a
{
    color: #8f0e0d;
}
.footer .footer-nav .code
{
    width: 125px;
    margin-top: 15px;
}
@media (min-width: 768px)
{
    .footer .footer-nav .code
    {
        float: right;
    }
}
@media (max-width: 767px)
{
    .footer .footer-nav .code
    {
        margin: 15px auto 0;
    }
}
.footer .footer-nav .code .pic-box
{
    padding: 5px;

    background-color: #fff;
}
.footer .footer-nav .code p
{
    font-size: 16px;

    margin: 15px 0 0 0;

    text-align: center;

    color: #b2b1b1;
}
.footer .copyright
{
    border-top: 1px solid #2e2e2e;
    background-color: #161616;
}
@media (max-width: 991px)
{
    .footer .copyright
    {
        text-align: center;
    }
}
.footer .copyright p
{
    font-size: 12px;
    line-height: 1.8;

    margin: 0;
    padding: 10px 0;

    color: #666;
}
@media (min-width: 992px)
{
    .footer .copyright p
    {
        margin-left: 206px;
    }
}
.footer .copyright p span
{
    margin-left: 35px;
}
@media (max-width: 767px)
{
    .footer .copyright p span
    {
        display: block;

        margin-left: 0;
    }
}
@media only screen and (min-width: 992px)
{
    .footer .copyright .hicheng
    {
        float: right;

        margin-right: 200px;
    }
}
@media (max-width: 991px)
{
    .footer .copyright .hicheng
    {
        margin-left: 50px;
    }
}
@media (max-width: 767px)
{
    .footer .copyright .hicheng
    {
        margin-left: 10px;
    }
}
.footer .copyright .hicheng:hover
{
    text-decoration: underline;
}

.active22{
    color: #2663b6 !important;
}



/**
 * Date : 2018年2月1日15:54:52
 * @author HSM
 * @toDo 详情轮播边框问题 && 产品简介浮动导致挤到一起
 */
.product-details-content .introduce .info p{
    min-height: 22px;
}

.product-details-content .introduce .sync2 .owl-item{
    padding: 0;
}
