@charset 'utf-8';
.ff
{
    font-family: 'iconfont' !important;
    font-style: normal;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.all
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}
.goog-te-menu-frame
{
    z-index: 999999999 !important;
}
body
{
    font-family: Arial, Helvetica, 'Helvetica Neue', 'Microsoft YaHei', 'PingFang SC', 'Source Han Sans CN', 'Noto Sans TC', 'Hiragino Sans GB', 'Heiti SC', 'WenQuanYi Micro Hei', sans-serif;

    overflow-x: hidden;
}
body.fixed
{
    overflow: hidden;
}
@media only screen and (min-width: 1350px)
{
    .container
    {
        width: 1320px;
    }
}
@media only screen and (min-width: 1470px)
{
    .container
    {
        width: 1440px;
    }
}
.txt-over1
{
    overflow: hidden;

    white-space: nowrap;
    text-overflow: ellipsis;
}
.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;
}
@media (max-width: 767px)
{
    .page
    {
        margin-top: -3px;
    }
}
.page li
{
    display: inline-block;

    margin: 3px 3px 0;
}
@media (max-width: 767px)
{
    .page li
    {
        margin: 3px 1px 0;
    }
}
.page li a,
.page li span
{
    font-size: 14px;
    line-height: 28px;

    display: block;

    width: 30px;
    height: 30px;

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

    color: #008fc0;
    border: 1px solid #008fc0;
    border-radius: 50%;
    background: none;
}
@media (max-width: 767px)
{
    .page li a,
    .page li span
    {
        font-size: 12px;
        line-height: 23px;

        width: 25px;
        height: 25px;
        margin: 0 1px;
    }
}
.page li.prev a:before,
.page li.next a:before,
.page li.prev span:before,
.page li.next span:before
{
    font-family: 'iconfont' !important;
    font-style: normal;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page li.prev a:before,
.page li.prev span:before
{
    content: '\e9b5';
}
.page li.next a:before,
.page li.next span:before
{
    content: '\e72f';
}
.page li.active a,
.page li.active span
{
    color: #fff;
    border-color: #008fc0;
    background-color: #008fc0;
}
@media (min-width: 1200px)
{
    .page li:hover a,
    .page li:hover span
    {
        color: #fff;
        border-color: #008fc0;
        background-color: #008fc0;
    }
}
@media (max-width: 1199px)
{
    .page li:active a,
    .page li:active span
    {
        color: #fff;
        border-color: #008fc0;
        background-color: #008fc0;
    }
}
.table-box
{
    overflow: auto;

    width: 100%;
    max-width: 100%;
}
.table-box table
{
    line-height: 1.2;

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

    border-spacing: 0;
    border-collapse: collapse;
}
.table-box table tr,
.table-box table td,
.table-box table th
{
    width: auto !important;
    height: auto !important;

    color: #02152d;
    background-color: #f2f3f4;
}
.table-box table td,
.table-box table th
{
    font-size: 16px;
    font-weight: normal;

    padding: 10px !important;

    vertical-align: middle;

    border: 2px solid #fff !important;
}
@media (max-width: 767px)
{
    .table-box table td,
    .table-box table th
    {
        font-size: 12px;
    }
}
@media (max-width: 480px)
{
    .table-box table td,
    .table-box table th
    {
        font-size: 2.7vmin;

        padding: 8px !important;
    }
}
.table-box table tr p,
.table-box table tr span
{
    line-height: 1.2 !important;

    margin: 0 !important;
    padding: 0 !important;

    background: none !important;
}
.table-box table th
{
    text-align: center;
}
.table-box .table-nav
{
    overflow: hidden;
}
.table-box .table-content
{
    overflow-x: auto;
    overflow-y: auto;

    max-height: 300px;
    max-height: 42vh;
}
.clearfix
{
    zoom: 1;
}
.clearfix:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
img.lazy
{
    min-width: 1px;
    min-height: 1px;

    background: url(../js/slick/ajax-loader.gif) no-repeat center;
}
.fancybox-slide--iframe .fancybox-content
{
    width: 800px;
    max-width: 80%;
    height: 600px;
    max-height: 50%;
    margin: 0;
}
.fancybox-slide--video video
{
    max-width: 80%;
    padding: 0;
}
@media (max-width: 767px)
{
    .fancybox-slide--video video
    {
        max-width: 95%;
    }
}
.header
{
    position: relative;
    z-index: 99999999;

    width: 100%;

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

    background-color: #fff;
}
.header.out
{
    box-shadow: 0 2px 14px 1px rgba(0, 0, 0, .2);
}
.header .right-box
{
    position: relative;

    float: right;

    width: -webkit-calc(100% - 130px);
    width:         calc(100% - 130px);
}
@media (max-width: 1199px)
{
    .header .right-box
    {
        padding: 30px 0;
    }
}
@media (max-width: 767px)
{
    .header .right-box
    {
        padding: 20px 0;
    }
}
.header .top
{
    overflow: hidden;

    border-bottom: 1px solid #dfdfdf;
}
.header .top > *
{
    display: inline-block;

    vertical-align: middle;
}
.header .top .share
{
    margin-right: 50px;
}
.header .top .share a:before
{
    color: #fff;
    background-color: #666;
}
.header .top .list
{
    margin-right: 45px;
}
.header .top .list li
{
    display: inline-block;

    vertical-align: middle;
}
.header .top .list li:last-child:after,
.header .top .list li:before
{
    content: '/';
}
.header .top .list li:last-child:after
{
    margin-right: 0;
}
.header .top .list li:first-child:before
{
    display: none;
}
.header .top .list li a
{
    position: relative;

    display: inline-block;

    padding: 5px 17px;
}
.header .top .list li a:after
{
    position: absolute;
    top: 0;
    left: 50%;

    width: 120%;
    height: 100%;

    content: '';
    -webkit-transition: opacity .3s;
            transition: opacity .3s;
    -webkit-transform: translateX(-50%) skew(-45deg);
        -ms-transform: translateX(-50%) skew(-45deg);
            transform: translateX(-50%) skew(-45deg);

    opacity: 0;
    background-color: #008fc0;
}
.header .top .list li span
{
    position: relative;
    z-index: 2;

    display: block;
}
.header .top .list li:hover + li:before,
.header .top .list li:hover:before
{
    opacity: 0;
}
.header .top .list li:hover a
{
    text-decoration: underline;

    color: #fff;
}
.header .top .list li:hover a:after
{
    opacity: 1;
}
.header .bottom > div
{
    display: inline-block;

    vertical-align: middle;
}
@media (max-width: 1199px)
{
    .header .bottom > div.nav
    {
        display: none;
    }
}
@media (max-width: 1199px)
{
    .header .bottom > div.search-wrap
    {
        display: none;
    }
}
@media (max-width: 767px)
{
    .header .bottom > div.google-translate
    {
        display: none;
    }
}
.header .logo
{
    float: left;

    margin: 15px 0;
}
@media (max-width: 767px)
{
    .header .logo
    {
        margin: 10px 0;
    }
}
.header .logo a
{
    position: relative;

    display: block;
    overflow: hidden;

    text-align: center;

    background-color: #fff;
}
@media (max-width: 767px)
{
    .header .logo a
    {
        width: 60px;
    }
}
.header .logo a img
{
    display: block;

    width: auto;
    max-width: 100%;
    margin: 0 auto;
}
.header .language a
{
    font-size: 16px;

    position: relative;

    display: block;

    color: #000;
}
.header .language a:before
{
    overflow: hidden;

    width: 20px;
    height: 20px;

    content: '';

    border-radius: 50%;
    background: url(../images/language.png) no-repeat 100% 100%;
    background-size: 200% auto;
}
.header .language a:before,
.header .language a span
{
    display: inline-block;

    vertical-align: middle;
}
.header .language a:hover span
{
    text-decoration: underline;
}
.header .language a span
{
    margin-left: 5px;
}
@media (max-width: 1199px)
{
    .header .language a span
    {
        display: none;
    }
}
.header .language .en:before
{
    background-position: 0 0;
}
.header .find
{
    font-size: 20px;

    cursor: pointer;

    color: #008fc0;
}
@media (max-width: 1199px)
{
    .header .find
    {
        font-size: 24px;

        margin-right: 5px;
        margin-left: 10px;
        padding-top: 2px;
    }
}
.header .find:before
{
    font-family: 'iconfont' !important;
    font-style: normal;

    content: '\e619';

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1200px)
{
    .header .find:hover
    {
        color: #008fc0;
    }
}
.header .nav-collapse
{
    position: relative;

    display: none;

    width: 40px;
    height: 40px;
    margin-left: 15px;
    padding: 0;

    cursor: pointer;

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

        vertical-align: middle;
    }
    .header .nav-collapse.nav-collapse-xs
    {
        position: relative;

        margin: 0;
    }
    .header .nav-collapse.nav-collapse-1
    {
        position: absolute;
        z-index: 9999;
        top: 20px;
        right: 30px;

        display: block;

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

    width: 28px;
    height: 2px;

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

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

    content: '';
}
.header .nav-collapse .btn-line:nth-child(1)
{
    top: 32%;
}
.header .nav-collapse .btn-line:nth-child(2)
{
    top: 50%;
}
.header .nav-collapse .btn-line:nth-child(3)
{
    top: 68%;
}
.header .nav-collapse.active
{
    border-color: transparent;
}
.header .nav-collapse.active .btn-line
{
    background-color: #333;
}
.header .nav-collapse.active .btn-line:nth-child(2)
{
    -webkit-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
            transform: translateX(-50px);

    opacity: 0;
}
.header .nav-collapse.active .btn-line:nth-child(1)
{
    top: 50%;
    left: 50%;

    -webkit-transform: translateX(-50%) rotateZ(45deg);
        -ms-transform: translateX(-50%) rotate(45deg);
            transform: translateX(-50%) rotateZ(45deg);
}
.header .nav-collapse.active .btn-line:nth-child(3)
{
    top: 50%;
    left: 50%;

    -webkit-transform: translateX(-50%) rotateZ(-45deg);
        -ms-transform: translateX(-50%) rotate(-45deg);
            transform: translateX(-50%) rotateZ(-45deg);
}
@media (min-width: 1200px)
{
    .header .nav
    {
        position: relative;

        display: inline-block !important;
    }
}
@media (max-width: 1199px)
{
    .header .nav
    {
        position: fixed;
        z-index: 9998;
        top: 0;
        left: 0;

        display: none;

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

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

        background: #fafafa;
        background: #000;
    }
    .header .nav .tbl
    {
        display: table;

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

        height: 100%;

        vertical-align: middle;
    }
}
@media (max-width: 767px)
{
    .header .nav
    {
        width: 100%;
        padding: 25px;
    }
}
.header .nav.left-100
{
    -webkit-transform: translateX(-100%);
    -webkit-transform: translate3d(-100%, 0, 0);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
            transform: translate3d(-100%, 0, 0);
}
.header .nav.left-200
{
    -webkit-transform: translateX(-200%);
    -webkit-transform: translate3d(-200%, 0, 0);
        -ms-transform: translateX(-200%);
            transform: translateX(-200%);
            transform: translate3d(-200%, 0, 0);
}
.header .nav.left-300
{
    -webkit-transform: translateX(-300%);
    -webkit-transform: translate3d(-300%, 0, 0);
        -ms-transform: translateX(-300%);
            transform: translateX(-300%);
            transform: translate3d(-300%, 0, 0);
}
.header .nav.left-400
{
    -webkit-transform: translateX(-400%);
    -webkit-transform: translate3d(-400%, 0, 0);
        -ms-transform: translateX(-400%);
            transform: translateX(-400%);
            transform: translate3d(-400%, 0, 0);
}
.header .nav .nav-list1
{
    position: relative;

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

    height: 0;

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

        display: inline-block;

        padding: 0 10px;
    }
    .header .nav .nav-list1 > li.active > a
    {
        color: #008fc0;
    }
    .header .nav .nav-list1 > li.active > a,
    .header .nav .nav-list1 > li:hover > a
    {
        color: #008fc0;
    }
    .header .nav .nav-list1 > li > a
    {
        font-size: 16px;

        position: relative;

        display: block;

        padding: 24px 20px;

        color: #1a1a1a;
    }
    .header .nav .nav-list1 ul
    {
        display: none;

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

        padding: 10px 0;

        text-align: center;

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

        white-space: nowrap;
    }
    .header .nav .nav-list1 .nav-list2 > li:first-child > a
    {
        border-top: none;
    }
    .header .nav .nav-list1 .nav-list2 > li:before,
    .header .nav .nav-list1 .nav-list2 > li:after
    {
        position: absolute;
        z-index: 2;
        left: 0;

        display: none;

        width: 100%;
        height: 1px;

        content: '';

        background-color: #fff;
    }
    .header .nav .nav-list1 .nav-list2 > li:before
    {
        top: 0;
    }
    .header .nav .nav-list1 .nav-list2 > li:after
    {
        top: 100%;
    }
    .header .nav .nav-list1 .nav-list2 > li:hover > a
    {
        -webkit-transform: translateX(5px);
            -ms-transform: translateX(5px);
                transform: translateX(5px);
        text-decoration: underline;
    }
    .header .nav .nav-list1 .nav-list2 > li > a
    {
        font-size: 14px;
        line-height: 2.14285714;

        position: relative;

        display: inline-block;

        padding: 0 30px;

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

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

        min-width: 160px;
        padding: 10px 15px;

        text-align: left;

        color: #fff;
        border-left: 1px solid transparent;
        background-clip: padding-box;
    }
    .header .nav .nav-list1 .nav-list2 ul li
    {
        position: relative;

        margin: 5px 0;
    }
    .header .nav .nav-list1 .nav-list2 ul li:hover
    {
        text-decoration: underline;
    }
    .header .nav .nav-list1 .nav-list2 ul li > a
    {
        position: relative;

        display: block;

        white-space: normal;
        word-break: break-word;
    }
}
@media (min-width: 1200px) and (max-width: 1349px)
{
    .header .nav .nav-list1 > li > a
    {
        font-size: 15px;

        padding: 24px 15px;
    }
}
@media (max-width: 1199px)
{
    .header .nav .nav-list1
    {
        margin: 20px 0;
        padding-bottom: 20px;

        opacity: 0;
    }
    .header .nav .nav-list1 > li
    {
        -webkit-transform: translateX(-15px) rotateX(90deg);
                transform: translateX(-15px) rotateX(90deg);
        white-space: nowrap;

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

        color: #fff;
    }
    .header .nav .nav-list1 ul
    {
        display: none;
    }
}
.header .mask-nav
{
    display: none;
}
@media (max-width: 1199px)
{
    .header .mask-nav
    {
        position: absolute;
        z-index: 9999;
        top: 0;

        display: block;
        overflow: hidden;

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

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

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

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

    content: '\e9b5';

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.header .mask-nav .nav-top .nav-title
{
    font-size: 30px;

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 767px)
{
    .header .mask-nav .nav-top .nav-title
    {
        font-size: 20px;
    }
}
.header .mask-nav .nav-top .nav-collapse-2
{
    margin: 0;
}
.header .mask-nav .nav-top .nav-collapse-2 .btn-line
{
    background-color: #fff;
}
.header .mask-nav .content
{
    position: relative;

    overflow: auto;

    height: 85%;
    margin-top: 4%;

    -ms-touch-action: pan-y;
        touch-action: pan-y;
    /*定义滚动条轨道 内阴影+圆角*/
    /*定义滑块 内阴影+圆角*/
    /*滑块效果*/
}
.header .mask-nav .content::-webkit-scrollbar
{
    width: 5px;
    height: 5px;

    border-radius: 5px;
    background-color: #fff;
}
.header .mask-nav .content::-webkit-scrollbar-track
{
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}
.header .mask-nav .content::-webkit-scrollbar-thumb
{
    border-radius: 5px;
    background-color: #666;
}
.header .mask-nav .content::-webkit-scrollbar-thumb:hover
{
    border-radius: 5px;
    background: rgba(0, 0, 0, .4);
}
@media (max-width: 767px)
{
    .header .mask-nav .content ul
    {
        padding: 0 15px;
    }
}
.header .mask-nav .content ul li
{
    font-size: 24px;
    line-height: 50px;

    margin: 20px 0;

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

        margin: 0;
        margin-bottom: 5px;
    }
}
.header .mask-nav .content ul li.more
{
    position: relative;
}
.header .mask-nav .content ul li.more:after
{
    font-family: 'iconfont' !important;
    font-size: 16px;

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

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

    color: #fff;
}
.header .mask-nav .content ul li a
{
    display: inline-block;
}
.header .mask-nav .content ul ul
{
    display: none;
}
.header .nav-2
{
    left: 100%;
}
.header .nav-3
{
    left: 200%;
}
.header .nav-4
{
    left: 300%;
}
.header .fade-out ul
{
    text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 1199px)
{
    .header .fade-out ul
    {
        padding: 0 5%;
    }
}
@media (max-width: 1199px)
{
    .header .fade-out ul .pic
    {
        display: none !important;
    }
}
@media (max-width: 1199px)
{
    .header .fade-out ul.nav-list1
    {
        overflow: auto;

        max-height: 90%;
        margin: 0;

        opacity: 1;
    }
    .header .fade-out ul.nav-list1 a
    {
        text-transform: uppercase;

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

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

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

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

        margin-top: -14px;

        content: '\e72f';

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

        display: inline-block;
    }
    .header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 20px;
    }
}
@media (max-width: 1199px) and (max-width: 767px)
{
    .header .fade-out ul.nav-list1 > li
    {
        margin: 0;
    }
}
@media (max-width: 1199px) and (max-height: 768px)
{
    .header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 18px;
    }
}
@media (max-width: 1199px) and (max-width: 480px)
{
    .header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 14px;
    }
}
.header .fade-out ul.nav2-list2 h4
{
    font-size: 20px;
    line-height: 50px;
}
.header .xs-product
{
    font-size: 12px;

    position: absolute;
    bottom: 3%;
    left: 0;

    width: 100%;
    padding: 0 15px;

    text-align: left;

    color: #fff;
}
@media (min-width: 1200px)
{
    .header .xs-product
    {
        display: none;
    }
}
.header .xs-product li
{
    line-height: 2;

    display: inline-block;
}
.header .xs-product li:after
{
    margin: 0 5px;

    content: '/';
}
.header .xs-product li:last-child:after
{
    display: none;
}
.search-wrap
{
    position: fixed;
    z-index: 99999999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: none;

    background-color: rgba(0, 0, 0, .95);
}
.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: '\e660';

    -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;
}
.slick-dots
{
    text-align: center;
}
.slick-dots li
{
    display: inline-block;

    width: 8px;
    height: 8px;
    margin: 0 4px;

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

    opacity: .4;
    border-radius: 8px;
    background: #fff;
}
.slick-dots li.slick-active
{
    opacity: 1;
}
@media (min-width: 1200px)
{
    .slick-dots li:hover
    {
        opacity: 1;
    }
}
@media (max-width: 767px)
{
    .slick-dots li
    {
        width: 7px;
        height: 7px;

        border-radius: 7px;
    }
}
.slick-dots li button
{
    display: none;
}
@-webkit-keyframes jump
{
    0%
    {
        -webkit-transform: translateY(0);
                transform: translateY(0);
        -webkit-animation-timing-function: ease-in;
                animation-timing-function: ease-in;
    }
    50%
    {
        -webkit-transform: translateY(5px);
                transform: translateY(5px);
        -webkit-animation-timing-function: ease-out;
                animation-timing-function: ease-out;
    }
    100%
    {
        -webkit-transform: translateY(0);
                transform: translateY(0);
        -webkit-animation-timing-function: ease-in;
                animation-timing-function: ease-in;
    }
}
@keyframes jump
{
    0%
    {
        -webkit-transform: translateY(0);
                transform: translateY(0);
        -webkit-animation-timing-function: ease-in;
                animation-timing-function: ease-in;
    }
    50%
    {
        -webkit-transform: translateY(5px);
                transform: translateY(5px);
        -webkit-animation-timing-function: ease-out;
                animation-timing-function: ease-out;
    }
    100%
    {
        -webkit-transform: translateY(0);
                transform: translateY(0);
        -webkit-animation-timing-function: ease-in;
                animation-timing-function: ease-in;
    }
}
.banner
{
    font-size: 0;

    position: relative;
    z-index: 2;

    overflow: hidden;

    width: 100%;

    letter-spacing: -8px;
}
.banner:hover .slick-arrow
{
    opacity: 1;
}
.banner img
{
    display: block;

    width: 100%;
}
@media (max-width: 1199px)
{
    .banner .slick
    {
        width: 110%;
        max-width: 110%;
        margin-left: -5%;
    }
}
@media (max-width: 991px)
{
    .banner .slick
    {
        width: 120%;
        max-width: 120%;
        margin-left: -10%;
    }
}
@media (max-width: 480px)
{
    /* .banner .slick
    {
        width: 130%;
        max-width: 130%;
        margin-left: -15%;
    } */
}
.banner .slick-dots
{
    position: absolute;
    bottom: 30px;
    left: 50%;

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

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

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

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

    border-radius: 10px;
    background: #fff;
}
.banner .slick-dots li:hover,
.banner .slick-dots li.slick-active
{
    background-color: #f19149;
}
.banner .slick-dots li.slick-active
{
    position: relative;
}
.banner .slick-dots li.slick-active:after
{
    position: absolute;
    top: 50%;
    left: 50%;

    display: block;

    width: 16px;
    height: 16px;

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

    border: 1px solid #f19149;
    border-radius: 50%;
}
@media (max-width: 767px)
{
    .banner .slick-dots li
    {
        width: 8px;
        height: 8px;

        border-radius: 8px;
    }
}
.banner .slick-dots li button
{
    display: none;
}
.banner .item
{
    position: relative;

    display: block;
}
.banner .slick-arrow
{
    font-size: 32px;
    line-height: 60px;

    position: absolute;
    z-index: 20;
    top: 50%;

    display: block;

    width: 60px;
    height: 60px;
    padding: 0;

    -webkit-transition: .5s;
            transition: .5s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;

    opacity: 0;
    color: #008fc0;
    border-radius: 50%;
    background: none;
    background-color: rgba(255, 255, 255, .7);
}
.banner .slick-arrow:before
{
    font-family: 'iconfont' !important;
    font-style: normal;

    -webkit-transition: .3s;
            transition: .3s;
    letter-spacing: 0;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.banner .slick-arrow:after
{
    position: absolute;
    top: 50%;
    left: 50%;

    width: 100%;
    height: 100%;

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

    border: 1px solid rgba(255, 255, 255, .7);
    border-radius: 50%;
}
@-webkit-keyframes scale
{
    0%
    {
        -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
                transform: translateX(-50%) translateY(-50%) scale(1);

        opacity: 1;
    }
    100%
    {
        -webkit-transform: translateX(-50%) translateY(-50%) scale(1.4);
                transform: translateX(-50%) translateY(-50%) scale(1.4);

        opacity: .2;
    }
}
@keyframes scale
{
    0%
    {
        -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
                transform: translateX(-50%) translateY(-50%) scale(1);

        opacity: 1;
    }
    100%
    {
        -webkit-transform: translateX(-50%) translateY(-50%) scale(1.4);
                transform: translateX(-50%) translateY(-50%) scale(1.4);

        opacity: .2;
    }
}
@media (min-width: 1200px)
{
    .banner .slick-arrow:hover:after
    {
        -webkit-animation: scale 2000ms linear infinite;
                animation: scale 2000ms linear infinite;
    }
}
.banner .slick-prev
{
    left: 2.60416667%;
}
.banner .slick-prev:before
{
    content: '\eb60';
}
.banner .slick-next
{
    right: 2.60416667%;
}
.banner .slick-next:before
{
    content: '\e625';
}
.title h3
{
    font-size: 40px;
    font-weight: bold;

    margin: 0;
}
@media (max-width: 1199px)
{
    .title h3
    {
        font-size: 36px;
    }
}
@media (max-width: 991px)
{
    .title h3
    {
        font-size: 32px;
    }
}
@media (max-width: 767px)
{
    .title h3
    {
        font-size: 28px;
    }
}
@media (max-width: 480px)
{
    .title h3
    {
        font-size: 24px;
    }
}
.index-box
{
    padding: 100px 0;
}
@media (max-width: 1349px)
{
    .index-box
    {
        padding: 90px 0;
    }
}
@media (max-width: 1199px)
{
    .index-box
    {
        padding: 80px 0;
    }
}
@media (max-width: 991px)
{
    .index-box
    {
        padding: 65px 0;
    }
}
@media (max-width: 767px)
{
    .index-box
    {
        padding: 50px 0;
    }
}
.index-box .slick-dots li
{
    background-color: #008fc0;
}
.index-box .title h3
{
    font-style: italic;
}
.index-hot,
.index-choose,
.index-pro-pic
{
    position: relative;

    background: no-repeat center;
    background-size: cover;
}
.index-hot:after,
.index-choose:after,
.index-pro-pic:after
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';

    background-color: rgba(0, 143, 192, .8);
}
.index-hot .title,
.index-choose .title,
.index-pro-pic .title
{
    margin-bottom: 20px;

    color: #fff;
}
.index-hot .container,
.index-choose .container,
.index-pro-pic .container
{
    position: relative;
    z-index: 2;
}
.index-hot .slide-wrap
{
    position: relative;
}
@media (min-width: 481px)
{
    .index-hot .slide-wrap
    {
        padding-top: 90px;
    }
    .index-hot .slide-wrap:after
    {
        display: block;

        width: 100%;
        height: 1px;
        margin-top: 35px;

        content: '';

        background-color: #fff;
    }
    .index-hot .slide-wrap:before
    {
        position: absolute;
        z-index: 2;
        bottom: 0;
        left: 50%;

        width: 100px;
        height: 4px;

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

        background-color: #f19149;
    }
}
@media (min-width: 481px) and (max-width: 991px)
{
    .index-hot .slide-wrap
    {
        padding-top: 70px;
    }
}
.index-hot .slick-list
{
    margin: 0 -5px;
    padding-right: 4%;
}
@media (max-width: 480px)
{
    .index-hot .slick-list
    {
        padding-right: 6%;
    }
}
.index-hot .slick-slide
{
    padding: 0 5px;
}
.index-hot .item
{
    display: none;
}
.index-hot .img-box:before,
.index-hot .img-box:after,
.index-hot .name
{
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
}
.index-hot .fun-btn
{
    overflow: hidden;
}
@media (min-width: 481px)
{
    .index-hot .fun-btn
    {
        position: absolute;
        top: 0;
        left: 0;

        width: 100%;
    }
}
@media (max-width: 480px)
{
    .index-hot .fun-btn
    {
        margin-top: 20px;
    }
}
.index-hot .pro-arrow
{
    float: right;
}
.index-hot .pro-arrow .slick-arrow
{
    font-size: 26px;
    line-height: 1;

    display: inline-block;

    width: 90px;
    height: 50px;

    vertical-align: middle;

    color: #fff;
    background: url(../images/more-bg.png) no-repeat center;
    background-size: contain;
}
.index-hot .pro-arrow .slick-arrow:before
{
    font-family: 'iconfont' !important;
    font-style: normal;

    display: block;

    padding-left: 20%;

    content: '\e642';

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1200px)
{
    .index-hot .pro-arrow .slick-arrow:before
    {
        -webkit-transition: .4s;
                transition: .4s;
    }
    .index-hot .pro-arrow .slick-arrow:hover:before
    {
        -webkit-transform: translateX(5px);
            -ms-transform: translateX(5px);
                transform: translateX(5px);
    }
}
@media (max-width: 1199px)
{
    .index-hot .pro-arrow .slick-arrow:active:before
    {
        -webkit-transform: translateX(5px);
            -ms-transform: translateX(5px);
                transform: translateX(5px);
    }
}
@media (max-width: 991px)
{
    .index-hot .pro-arrow .slick-arrow
    {
        line-height: 40px;

        width: 70px;
        height: 40px;
    }
}
@media (max-width: 480px)
{
    .index-hot .pro-arrow .slick-arrow
    {
        font-size: 18px;
        line-height: 36px;

        width: 65px;
        height: 36px;
    }
}
.index-hot .pro-arrow .slick-prev
{
    -webkit-transform: rotateX(180deg) rotateY(180deg);
            transform: rotateX(180deg) rotateY(180deg);
}
.index-hot .pro-arrow .slick-next
{
    margin-left: -20px;
}
@media (max-width: 991px)
{
    .index-hot .pro-arrow .slick-next
    {
        margin-left: -10px;
    }
}
.index-hot .more
{
    float: left;
}
.index-hot .more a
{
    line-height: 50px;

    display: block;

    width: 164px;
    height: 50px;
    padding: 0 20px;

    color: #fff;
    background: url(../images/index-more-bg.png) no-repeat center;
    background-size: contain;
}
.index-hot .more a:after,
.index-hot .more a span
{
    display: inline-block;

    vertical-align: middle;
}
.index-hot .more a:after
{
    font-family: 'iconfont' !important;
    font-size: 18px;
    font-style: normal;

    margin-left: 10px;

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

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1200px)
{
    .index-hot .more a:hover:after
    {
        -webkit-transform: translateX(5px);
            -ms-transform: translateX(5px);
                transform: translateX(5px);
    }
}
@media (max-width: 991px)
{
    .index-hot .more a
    {
        line-height: 40px;

        width: 130px;
        height: 40px;
        padding: 0 10px;
    }
}
@media (max-width: 480px)
{
    .index-hot .more a
    {
        font-size: 12px;
        line-height: 36px;

        width: 120px;
        height: 36px;
    }
    .index-hot .more a:after
    {
        font-size: 16px;
    }
}
.index-product .title
{
    text-align: center;
}
.index-product .list-box
{
    padding-top: 5px;
}
.index-product .list-box li
{
    margin-top: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .index-product .list-box
    {
        padding: 0 5px;
    }
}
@media (max-width: 480px)
{
    .index-product .list-box li
    {
        width: 100%;
    }
}
.index-product .item
{
    position: relative;
    z-index: 2;

    overflow: hidden;

    border-radius: 6px;
}
.index-product .pic-box img
{
    position: relative;
    left: 50%;

    display: block;

    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
.index-product .mask-box
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    color: #fff;
    background-color: rgba(0, 143, 192, .8);
}
.index-product h4
{
    margin: 30px 0 35px;

    text-align: center;
}
.index-product h4 a
{
    font-size: 20px;
    font-weight: bold;

    position: relative;

    display: inline-block;
}
.index-product h4 a:before,
.index-product h4 a:after
{
    position: absolute;
    top: 50%;

    display: block;

    width: 500px;
    height: 1px;

    content: '';

    background-color: #fff;
}
.index-product h4 a:before
{
    right: 120%;
}
.index-product h4 a:after
{
    left: 120%;
}
@media (max-width: 480px)
{
    .index-product h4
    {
        margin-bottom: 20px;
    }
    .index-product h4 a
    {
        font-size: 18px;
    }
}
.index-product .list
{
    font-size: 0;

    overflow: auto;

    max-height: 140px;
    padding: 0 6.66666667%;

    letter-spacing: -8px;
    /*定义滚动条轨道 内阴影+圆角*/
    /*定义滑块 内阴影+圆角*/
    /*滑块效果*/
}
@media (max-width: 480px)
{
    .index-product .list
    {
        max-height: 170px;
    }
}
.index-product .list::-webkit-scrollbar
{
    width: 5px;
    height: 5px;

    background-color: #f5f5f5;
}
.index-product .list::-webkit-scrollbar-track
{
    border-radius: 5px;
    background-color: #f5f5f5;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}
.index-product .list::-webkit-scrollbar-thumb
{
    border-radius: 5px;
    background-color: #bdbdbd;
}
.index-product .list::-webkit-scrollbar-thumb:hover
{
    border-radius: 5px;
    background: rgba(0, 0, 0, .4);
}
.index-product .list span
{
    font-size: 14px;

    position: relative;

    display: inline-block;

    width: 33.33333%;
    margin-bottom: 15px;
    padding: 0 5px 0 10px;

    vertical-align: top;
    letter-spacing: 0;
}
.index-product .list span:before
{
    position: absolute;
    top: 7px;
    left: 0;

    width: 6px;
    height: 6px;

    content: '';

    border-radius: 50%;
    background-color: #fff;
}
@media (min-width: 1200px)
{
    .index-product .list span a:hover
    {
        color: #f19149;
    }
}
@media (max-width: 1199px)
{
    .index-product .list span a:active
    {
        color: #f19149;
    }
}
.index-product .more
{
    padding-top: 5px;

    text-align: center;
}
.index-product .more a
{
    display: inline-block;

    padding: 10px 20px;

    color: #f19149;
    border: 2px solid #f19149;
    border-radius: 6px;
}
.index-product .more a:after,
.index-product .more a span
{
    display: inline-block;

    vertical-align: middle;
}
.index-product .more a:after
{
    font-family: 'iconfont' !important;
    font-size: 1.28571429em;
    font-weight: bold;
    font-style: normal;

    margin-left: 5px;

    content: '\e642';

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1200px)
{
    .index-product .more a
    {
        -webkit-transition: .3s;
                transition: .3s;
    }
    .index-product .more a:hover
    {
        color: #fff;
        background-color: #f19149;
    }
}
@media (max-width: 1199px)
{
    .index-product .more a
    {
        padding: 6px 15px;

        color: #fff;
        background-color: #f19149;
    }
}
@media (max-width: 480px)
{
    .index-product .more a
    {
        font-size: 12px;

        padding: 4px 12px;
    }
}
.choose-list
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-top: -15px;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
@media (max-width: 1199px)
{
    .choose-list
    {
        margin-top: -30px;
    }
}
@media (max-width: 991px)
{
    .choose-list
    {
        margin-top: -35px;
    }
}
@media (max-width: 767px)
{
    .choose-list
    {
        margin-top: -5px;
    }
}
.choose-list li
{
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .choose-list li
    {
        margin-top: 20px;
    }
}
@media (max-width: 480px)
{
    .choose-list li
    {
        width: 100%;
    }
}
.choose-list .item
{
    position: relative;

    overflow: hidden;

    height: 100%;
    padding: 60px 50px 70px 120px;

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

    color: #fff;
    border-radius: 10px;
    background-color: #f19149;
}
@media (max-width: 991px)
{
    .choose-list .item
    {
        padding: 40px 30px 40px 100px;
    }
}
@media (max-width: 480px)
{
    .choose-list .item
    {
        padding: 30px 25px 30px 85px;
    }
}
.choose-list .item .iconfont
{
    font-size: 30px;
    line-height: 58px;

    position: absolute;
    z-index: 2;
    top: 50px;
    left: 40px;

    display: block;

    width: 60px;
    height: 60px;

    text-align: center;

    border: 1px dashed #fff;
    border-radius: 50%;
}
@media (max-width: 991px)
{
    .choose-list .item .iconfont
    {
        top: 35px;
        left: 20px;
    }
}
@media (max-width: 480px)
{
    .choose-list .item .iconfont
    {
        font-size: 24px;
        line-height: 48px;

        top: 25px;
        left: 15px;

        width: 50px;
        height: 50px;
    }
}
.choose-list .item > b
{
    font-size: 20px;

    display: block;

    margin-bottom: 10px;

    text-transform: uppercase;
}
@media (max-width: 767px)
{
    .choose-list .item > b
    {
        font-size: 18px;
    }
}
.choose-list .item p
{
    font-size: 16px;
    line-height: 1.5;

    margin: 0;
}
@media (max-width: 767px)
{
    .choose-list .item p
    {
        font-size: 14px;
    }
}
.choose-list .item .num
{
    font-size: 60px;
    font-weight: bold;
    font-style: italic;
    line-height: 1;

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

    opacity: .1;
}
@media (max-width: 480px)
{
    .choose-list .item .num
    {
        font-size: 40px;
    }
}
@media (min-width: 1200px)
{
    .choose-list .item:hover
    {
        -webkit-transform: translateY(-10px);
            -ms-transform: translateY(-10px);
                transform: translateY(-10px);

        background-color: #008fc0;
        box-shadow: 0 0 32px 2px rgba(198, 40, 40, .15);
    }
}
.index-choose .title
{
    text-align: center;
}
.index-case
{
    overflow: hidden;
}
.index-case .title
{
    margin-bottom: 35px;

    text-align: center;
}
@media (max-width: 767px)
{
    .index-case .title
    {
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 1470px)
{
    .index-case .container
    {
        width: 100%;
    }
}
.index-case .swiper3D
{
    position: relative;

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

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

    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-touch-callout: none;
    /*从左往右 第二个*/
    /*从左往右 第三个*/
    /*从左往右 第四个*/
    /*从左往右 第五个*/
    /*5个能看到的以外的 slide 放在最后面*/
}
@media (min-width: 1200px) and (max-width: 1469px)
{
    .index-case .swiper3D
    {
        padding: 0 4%;
    }
}
.index-case .swiper3D .img-box
{
    padding-bottom: 70.83333333%;

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

    -webkit-filter: blur(2px);
            filter: blur(2px);
}
.index-case .swiper3D .pic-box
{
    box-shadow: 0 0 10px 2px rgba(34, 24, 21, .32);
}
.index-case .swiper3D .swiper-wrapper
{
    position: relative;
    z-index: 1;
    top: 0;
    left: 0;

    width: 100%;
    height: 400px;
}
.index-case .swiper3D .swiper-slide
{
    position: absolute;
    top: 0;
    left: 50%;

    width: 720px;
    margin-left: -360px;

    cursor: pointer;
    -webkit-transition: all .4s linear;
            transition: all .4s linear;
}
@media (max-width: 1199px)
{
    .index-case .swiper3D .swiper-slide
    {
        width: 60%;
        margin-left: -30%;
    }
}
@media (max-width: 767px)
{
    .index-case .swiper3D .swiper-slide
    {
        width: 80%;
        margin-left: -40%;
    }
}
@media (max-width: 480px)
{
    .index-case .swiper3D .swiper-slide
    {
        width: 90%;
        margin-left: -45%;
    }
}
.index-case .swiper3D .left-3
{
    z-index: 2;

    -webkit-transform: translateX(-90%) scale(.7);
        -ms-transform: translateX(-90%) scale(.7);
            transform: translateX(-90%) scale(.7);
    -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
            transform-origin: left center;
}
.index-case .swiper3D .left
{
    z-index: 3;

    -webkit-transform: translateX(-60%) scale(.8);
        -ms-transform: translateX(-60%) scale(.8);
            transform: translateX(-60%) scale(.8);
    -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
            transform-origin: left center;
}
.index-case .swiper3D .left-harf
{
    z-index: 5;

    -webkit-transform: translateX(-30%) scale(.9);
        -ms-transform: translateX(-30%) scale(.9);
            transform: translateX(-30%) scale(.9);
    -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
            transform-origin: left center;
}
.index-case .swiper3D .front
{
    z-index: 10;

    -webkit-transform: translateX(0) scale3d(1, 1, 1);
            transform: translateX(0) scale3d(1, 1, 1);
}
.index-case .swiper3D .front p
{
    opacity: 1;
}
.index-case .swiper3D .front .img-box
{
    -webkit-filter: blur(0);
            filter: blur(0);
}
.index-case .swiper3D .right-harf
{
    z-index: 5;

    -webkit-transform: translateX(30%) scale(.9);
        -ms-transform: translateX(30%) scale(.9);
            transform: translateX(30%) scale(.9);
    -webkit-transform-origin: right center;
        -ms-transform-origin: right center;
            transform-origin: right center;
}
.index-case .swiper3D .right
{
    z-index: 3;

    -webkit-transform: translateX(60%) scale(.8);
        -ms-transform: translateX(60%) scale(.8);
            transform: translateX(60%) scale(.8);
    -webkit-transform-origin: right center;
        -ms-transform-origin: right center;
            transform-origin: right center;
}
.index-case .swiper3D .right-3
{
    z-index: 2;

    -webkit-transform: translateX(90%) scale(.7);
        -ms-transform: translateX(90%) scale(.7);
            transform: translateX(90%) scale(.7);
    -webkit-transform-origin: right center;
        -ms-transform-origin: right center;
            transform-origin: right center;
}
.index-case .swiper3D .back
{
    z-index: 1;

    -webkit-transform: translateX(0) scale(.6);
        -ms-transform: translateX(0) scale(.6);
            transform: translateX(0) scale(.6);
}
.str_wrap
{
    font-size: 12px;
    line-height: 16px;

    position: relative;

    overflow: hidden;

    width: 100%;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    white-space: nowrap;
}
.str_move
{
    position: absolute;
    top: 0;
    left: 0;

    cursor: move;
    white-space: nowrap;
}
.str_move_clone
{
    position: absolute;
    top: 0;
    left: 100%;

    display: inline-block;

    vertical-align: top;
}
.str_vertical .str_move_clone
{
    top: 100%;
    left: 0;
}
.str_down .str_move_clone
{
    bottom: 100%;
    left: 0;
}
.str_vertical .str_move,
.str_down .str_move
{
    width: 100%;

    white-space: normal;
}
.str_static .str_move,
.no_drag .str_move,
.noStop .str_move
{
    cursor: inherit;
}
.str_wrap img
{
    max-width: none !important;
}
.index-pro-pic
{
    overflow: hidden;
}
.index-pro-pic .title
{
    padding-bottom: 10px;

    text-align: center;
}
.index-pro-pic .pro-show
{
    z-index: 2;
}
.index-pro-pic li
{
    display: inline-block;

    width: 330px;
    padding: 0 3px;

    vertical-align: top;
}
@media (max-width: 991px)
{
    .index-pro-pic li
    {
        width: 300px;
    }
}
@media (max-width: 767px)
{
    .index-pro-pic li
    {
        width: 250px;
    }
}
.index-pro-pic .img-box
{
    padding-bottom: 75.43859649%;
}
@media (min-width: 1200px)
{
    .index-pro-pic .img-box img
    {
        -webkit-transition:         transform .7s;
        -webkit-transition: -webkit-transform .7s;
                transition: -webkit-transform .7s;
                transition:         transform .7s;
                transition:         transform .7s, -webkit-transform .7s;
    }
    .index-pro-pic .img-box:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
.index-pro-pic .pro-lazy
{
    background: url(../js/slick/ajax-loader.gif) no-repeat center;
}
.index-news
{
    padding-bottom: 0;
}
.index-news .title
{
    margin-bottom: 35px;

    text-align: center;
}
@media (max-width: 767px)
{
    .index-news .title
    {
        margin-bottom: 30px;
    }
}
.index-news .list
{
    position: relative;
}
.index-news .list li
{
    position: relative;
    z-index: 5;

    overflow: hidden;
}
@media only screen and (min-width: 992px)
{
    .index-news .list li
    {
        padding: 112px 0;
    }
    .index-news .list li:before
    {
        position: absolute;
        z-index: 3;
        top: 0;
        left: 50%;

        width: 1920px;
        height: 100%;

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

        background: no-repeat center;
    }
    .index-news .list li:nth-child(odd):before
    {
        background-image: url(../images/imgs/news-bg-odd.png);
    }
    .index-news .list li:nth-child(odd) .pic-box
    {
        left: 50%;
    }
    .index-news .list li:nth-child(odd) .intro
    {
        padding-right: 55%;
    }
    .index-news .list li:nth-child(even):before
    {
        background-image: url(../images/imgs/news-bg-even.png);
    }
    .index-news .list li:nth-child(even) .pic-box
    {
        right: 50%;
    }
    .index-news .list li:nth-child(even) .intro
    {
        padding-left: 55%;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .index-news .list li:nth-child(odd):before
    {
        -webkit-transform: translateX(-54%);
            -ms-transform: translateX(-54%);
                transform: translateX(-54%);
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .index-news .list li:nth-child(odd) .pic-box
    {
        left: 40%;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .index-news .list li:nth-child(even):before
    {
        -webkit-transform: translateX(-46%);
            -ms-transform: translateX(-46%);
                transform: translateX(-46%);
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .index-news .list li:nth-child(even) .pic-box
    {
        right: 40%;
    }
}
@media (max-width: 991px)
{
    .index-news .list li:nth-child(odd)
    {
        background-color: #f3f3f3;
    }
    .index-news .list li:nth-child(even)
    {
        background-color: #1d1d1d;
    }
}
.index-news .list li:nth-child(odd) h4
{
    color: #1a1a1a;
}
.index-news .list li:nth-child(odd) .date
{
    color: #999;
}
.index-news .list li:nth-child(odd) p
{
    color: #666;
}
.index-news .list li:nth-child(even) h4
{
    color: #fff;
}
.index-news .list li:nth-child(even) .date
{
    color: #666;
}
.index-news .list li:nth-child(even) p
{
    color: #999;
}
@media only screen and (min-width: 992px)
{
    .index-news .list .pic-box
    {
        position: absolute;
        top: 50%;

        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
    }
}
@media (max-width: 991px)
{
    .index-news .list .pic-box img
    {
        width: 100%;
    }
}
.index-news .list .container
{
    position: relative;
    z-index: 6;
}
@media (max-width: 991px)
{
    .index-news .list .container
    {
        width: 100%;
        padding: 0;
    }
}
@media (max-width: 991px)
{
    .index-news .list .intro
    {
        padding: 5%;
    }
}
@media (max-width: 480px)
{
    .index-news .list .intro
    {
        padding: 8% 5%;
    }
}
.index-news .list h4
{
    font-size: 20px;
    line-height: 1.2;

    overflow: hidden;

    height: 24px;
    margin: 0;

    white-space: nowrap;
    text-overflow: ellipsis;
}
@media (min-width: 1200px)
{
    .index-news .list h4:hover
    {
        text-decoration: underline;
    }
}
@media (max-width: 767px)
{
    .index-news .list h4
    {
        font-size: 18px;

        height: 22px;
    }
}
.index-news .list .date
{
    margin: 10px 0;
}
.index-news .list p
{
    line-height: 1.71428571;

    display: -webkit-box;
    overflow: hidden;

    height: 120px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}
@media (max-width: 991px)
{
    .index-news .list p
    {
        height: auto;
        max-height: 72px;
    }
}
.index-news .list .more
{
    margin-top: 10px;

    color: #008fc0;
}
.index-news .list .more a:after,
.index-news .list .more a span
{
    display: inline-block;

    vertical-align: middle;
}
.index-news .list .more a:after
{
    font-family: 'iconfont' !important;
    font-weight: bold;
    font-style: normal;

    margin-left: 4px;

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

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1200px)
{
    .index-news .list .more a:hover span
    {
        text-decoration: underline;
    }
    .index-news .list .more a:hover:after
    {
        -webkit-transform: translateX(5px);
            -ms-transform: translateX(5px);
                transform: translateX(5px);
    }
}
.public-banner
{
    position: relative;

    overflow: hidden;

    width: 100%;
}
.public-banner:before
{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    background-color: rgba(0, 143, 192, .8);
}
.public-banner img
{
    position: relative;
    left: 50%;

    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
@media (max-width: 1199px)
{
    .public-banner img
    {
        width: 160%;
    }
}
@media (max-width: 991px)
{
    .public-banner img
    {
        width: 170%;
    }
}
@media (max-width: 480px)
{
    .public-banner img
    {
        width: 220%;
    }
}
.public-banner .title
{
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 0;

    width: 100%;

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

    color: #fff;
}
.public-banner .title h3 b
{
    position: relative;

    display: inline-block;

    padding: 15px;
}
.public-banner .title h3 b:before,
.public-banner .title h3 b:after
{
    position: absolute;
    z-index: -1;

    display: block;

    width: .9em;
    height: .9em;

    content: '';
}
.public-banner .title h3 b:before
{
    top: 0;
    left: 0;

    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
}
.public-banner .title h3 b:after
{
    right: 0;
    bottom: 0;

    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
@media (max-width: 1199px)
{
    .public-banner .title h3
    {
        font-size: 36px;
    }
}
@media (max-width: 991px)
{
    .public-banner .title h3
    {
        font-size: 32px;
    }
    .public-banner .title h3 b
    {
        padding: 10px;
    }
}
@media (max-width: 767px)
{
    .public-banner .title h3
    {
        font-size: 28px;
    }
}
@media (max-width: 480px)
{
    .public-banner .title h3
    {
        font-size: 22px;
    }
    .public-banner .title h3 b
    {
        padding: 7px 10px;
    }
}
.inside-nav
{
    font-weight: 300;

    text-align: center;

    border-bottom: 1px solid #e0e0e0;
}
.inside-nav .nav-wrap
{
    overflow-x: auto;

    padding: 21px 0;

    -webkit-overflow-scrolling: touch;
    /*定义滚动条轨道 内阴影+圆角*/
    /*定义滑块 内阴影+圆角*/
    /*滑块效果*/
}
.inside-nav .nav-wrap::-webkit-scrollbar
{
    width: 5px;
    height: 5px;

    background-color: #fefefe;
}
.inside-nav .nav-wrap::-webkit-scrollbar-track
{
    border-radius: 5px;
    background-color: #fefefe;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}
.inside-nav .nav-wrap::-webkit-scrollbar-thumb
{
    border-radius: 5px;
    background-color: rgba(0, 0, 0, .1);
}
.inside-nav .nav-wrap::-webkit-scrollbar-thumb:hover
{
    border-radius: 5px;
    background: rgba(0, 0, 0, .3);
}
@media (max-width: 1199px)
{
    .inside-nav .nav-wrap
    {
        padding-bottom: 10px;
    }
}
@media (max-width: 767px)
{
    .inside-nav .nav-wrap
    {
        padding: 10px 0 5px;
    }
}
.inside-nav ul
{
    display: inline-block;

    white-space: nowrap;
}
.inside-nav li
{
    display: inline-block;

    padding: 0 45px;

    color: #000;
}
.inside-nav li:first-child
{
    padding-left: 0;
}
@media (max-width: 1469px)
{
    .inside-nav li
    {
        padding: 0 35px;
    }
}
@media (max-width: 1349px)
{
    .inside-nav li
    {
        padding: 0 25px;
    }
}
@media (max-width: 1199px)
{
    .inside-nav li
    {
        padding: 0 20px;
    }
}
@media (max-width: 991px)
{
    .inside-nav li
    {
        padding: 0 15px;
    }
}
@media (max-width: 767px)
{
    .inside-nav li
    {
        padding: 0 10px;
    }
}
.inside-nav li a
{
    font-size: 20px;
    font-weight: 300;

    display: block;

    padding: 14px 0;
}
@media (max-width: 1199px)
{
    .inside-nav li a
    {
        font-size: 18px;

        padding: 10px 0;
    }
}
@media (max-width: 991px)
{
    .inside-nav li a
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .inside-nav li a
    {
        font-size: 15px;
    }
}
@media (max-width: 480px)
{
    .inside-nav li a
    {
        font-size: 14px;
    }
}
.inside-nav li.active a
{
    font-weight: bold;

    text-decoration: underline;

    color: #008fc0;
}
@media (min-width: 1200px)
{
    .inside-nav li a:hover
    {
        text-decoration: underline;

        color: #008fc0;
    }
}
.breadcrumb
{
    margin: 10px 0 25px;
    padding: 0;
    padding: 15px;

    color: #333;
}
@media (max-width: 767px)
{
    .breadcrumb
    {
        padding: 5px 10px;
    }
}
.breadcrumb li
{
    text-transform: capitalize;
}
.breadcrumb li:first-child:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;
    font-style: normal;

    margin-right: 15px;

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

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px)
{
    .breadcrumb li:first-child:before
    {
        font-size: 16px;

        margin-right: 5px;
    }
}
.breadcrumb li:last-child:before
{
    padding-right: 12px;
}
@media (max-width: 767px)
{
    .breadcrumb li a
    {
        font-size: 12px;
    }
}
@media (min-width: 1200px)
{
    .breadcrumb li a:hover
    {
        text-decoration: underline;

        color: #008fc0;
    }
}
@media (max-width: 1199px)
{
    .breadcrumb li a:active
    {
        text-decoration: underline;

        color: #008fc0;
    }
}
.breadcrumb > li + li:before
{
    padding: 0 10px;

    content: '>';
}
@media (max-width: 767px)
{
    .breadcrumb > li + li:before
    {
        padding: 0 5px;
    }
}
.inside-page
{
    overflow: hidden;
}
.inside-page .content
{
    padding: 100px 0;

    background: top center no-repeat;
}
@media (max-width: 1349px)
{
    .inside-page .content
    {
        padding: 80px 0;
    }
}
@media (max-width: 1199px)
{
    .inside-page .content
    {
        padding: 65px 0;
    }
}
@media (max-width: 991px)
{
    .inside-page .content
    {
        padding: 50px 0;
    }
}
@media (max-width: 767px)
{
    .inside-page .content
    {
        padding: 45px 0;
    }
}
.news-list li
{
    margin-bottom: 30px;
}
@media (max-width: 480px)
{
    .news-list li
    {
        width: 100%;
        margin-bottom: 20px;
    }
}
.news-list .item
{
    -webkit-transition: .3s;
            transition: .3s;
}
@media (min-width: 1200px)
{
    .news-list .item img
    {
        -webkit-transition:         transform .7s;
        -webkit-transition: -webkit-transform .7s;
                transition: -webkit-transform .7s;
                transition:         transform .7s;
                transition:         transform .7s, -webkit-transform .7s;
    }
    .news-list .item:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
@media (min-width: 1200px)
{
    .news-list .item:hover
    {
        box-shadow: 0 0 16px 2px rgba(0, 0, 0, .2);
    }
    .news-list .item:hover .intro
    {
        background-color: #008fc0;
    }
    .news-list .item:hover .intro *
    {
        color: #fff;
    }
}
.news-list .img-box
{
    padding-bottom: 75.55555556%;
}
.news-list .intro
{
    position: relative;

    padding: 15px 20px;

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

    background-color: #f2f2f2;
}
.news-list .intro .date
{
    color: #999;
}
.news-list .intro h4
{
    font-size: 20px;
    font-weight: normal;

    overflow: hidden;

    height: 22px;
    margin: 7px 0;

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

    color: #1a1a1a;
}
@media (max-width: 767px)
{
    .news-list .intro h4
    {
        font-size: 18px;

        height: 20px;
    }
}
.news-list .intro p
{
    line-height: 1.71428571;

    display: -webkit-box;
    overflow: hidden;

    height: 48px;
    margin: 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.news-details-wrap .news-title
{
    margin-bottom: 10px;

    text-align: center;

    border-bottom: 1px solid #ddd;
}
.news-details-wrap .news-title h1
{
    font-size: 30px;
    font-weight: normal;

    margin: 0;

    color: #191919;
}
@media (max-width: 991px)
{
    .news-details-wrap .news-title h1
    {
        font-size: 26px;
    }
}
@media (max-width: 767px)
{
    .news-details-wrap .news-title h1
    {
        font-size: 22px;
    }
}
.news-details-wrap .news-title .date
{
    margin: 5px 0;

    color: #055cbe;
}
.news-details-wrap .intro img
{
    max-width: 100%;
    height: auto !important;
}
.news-details-wrap .intro p
{
    line-height: 1.71428571;

    margin: 0;

    color: #666;
}
.news-details-wrap .news-page
{
    overflow: hidden;

    margin-top: 25px;
    padding-bottom: 5px;

    border-bottom: 1px solid #ddd;
}
@media only screen and (min-width: 1200px)
{
    .news-details-wrap .news-page a:hover
    {
        text-decoration: underline;

        color: #008fc0;
    }
}
@media (max-width: 1199px)
{
    .news-details-wrap .news-page a:active
    {
        text-decoration: underline;

        color: #008fc0;
    }
}
.news-details-wrap .news-page p
{
    overflow: hidden;

    margin: 0;

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

    color: #666;
}
@media only screen and (min-width: 768px)
{
    .news-details-wrap .news-page .next
    {
        text-align: right;
    }
}
@media (max-width: 767px)
{
    .news-details-wrap .news-page .next
    {
        margin-top: 10px;
    }
}
@media (max-width: 991px)
{
    .list-l
    {
        display: none;
    }
}
.list-l .menu-wrap
{
    position: relative;
    z-index: 20;
}
.list-l h3
{
    font-size: 20px;
    font-weight: normal;

    margin: 0;
    padding: 19px 10px;

    text-align: center;

    color: #fff;
    background-color: #008fc0;
}
.list-l .menu
{
    position: relative;
    z-index: 10;
}
.list-l .menu li
{
    position: relative;
}
.list-l .menu li > a
{
    position: relative;

    padding-right: 50px;
}
.list-l .menu li > a:after
{
    font-family: 'iconfont' !important;
    font-size: 20px;
    font-style: normal;
    line-height: 1;

    position: absolute;
    z-index: 10;
    top: 50%;
    right: 25px;

    display: block;

    margin-top: -10px;

    content: '\e838';
    -webkit-transition: .4s;
            transition: .4s;

    color: #008fc0;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.list-l .menu a
{
    display: block;
}
.list-l .menu1 > li
{
    margin-bottom: 5px;

    background-color: #fff;
}
.list-l .menu1 > li.active > a,
.list-l .menu1 > li:hover > a
{
    background-color: #f19149;
}
.list-l .menu1 > li.active > a,
.list-l .menu1 > li:hover > a,
.list-l .menu1 > li.active > a:after,
.list-l .menu1 > li:hover > a:after,
.list-l .menu1 > li.active > a:before,
.list-l .menu1 > li:hover > a:before
{
    color: #fff;
}
.list-l .menu1 > li:first-child
{
    margin-top: 0;
}
.list-l .menu1 > li > a
{
    font-size: 16px;

    padding: 9px 60px 9px 30px;

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

    color: #1a1a1a;
}
.list-l .menu1 ul
{
    display: none;
}
.list-l .menu2
{
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
}
.list-l .menu2 > li
{
    padding: 0 15px 0 30px;

    border-bottom: 1px solid #ddd;
}
.list-l .menu2 > li.active > a
{
    position: relative;

    padding-left: 20px;
}
.list-l .menu2 > li.active > a:before
{
    position: absolute;
    top: 50%;
    left: 0;

    display: block;

    width: 15px;
    height: 1px;

    content: '';

    background-color: #008fc0;
}
.list-l .menu2 > li > a
{
    position: relative;

    padding: 10px 0;

    color: #666;
}
.list-l .menu2 > li > a:hover
{
    color: #008fc0;
}
.list-l .menu3 > li
{
    margin-top: 5px;
    padding-left: 12px;
}
.list-l .menu3 > li > a
{
    color: #83868a;
}
.list-l .menu3 > li > a:before
{
    content: '- ';
}
.product-list .img-box
{
    padding-bottom: 75.43859649%;
}
.product-list .img-box:before
{
    position: absolute;
    z-index: 2;
    right: 5px;
    bottom: 5px;

    display: block;

    width: 90px;
    height: 50px;

    content: '';

    border-radius: 6px;
    background: url(../images/more-bg.png) no-repeat center;
    background-size: contain;
}
@media (max-width: 1349px)
{
    .product-list .img-box:before
    {
        width: 80px;
        height: 40px;
    }
}
.product-list .img-box:after
{
    font-family: 'iconfont' !important;
    font-size: 28px;
    font-style: normal;
    line-height: 1;

    position: absolute;
    z-index: 3;
    right: 20px;
    bottom: 14px;

    content: '\e642';

    color: #fff;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 1349px)
{
    .product-list .img-box:after
    {
        font-size: 24px;

        right: 22px;
        bottom: 12px;
    }
}
@-webkit-keyframes more
{
    from
    {
        -webkit-transform: translateX(-10px);
                transform: translateX(-10px);
    }
    to
    {
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
}
@keyframes more
{
    from
    {
        -webkit-transform: translateX(-10px);
                transform: translateX(-10px);
    }
    to
    {
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
}
.product-list .item
{
    position: relative;
    z-index: 2;

    overflow: hidden;

    border-radius: 6px;
}
@media (min-width: 1200px)
{
    .product-list .item img
    {
        -webkit-transition:         transform .7s;
        -webkit-transition: -webkit-transform .7s;
                transition: -webkit-transform .7s;
                transition:         transform .7s;
                transition:         transform .7s, -webkit-transform .7s;
    }
    .product-list .item:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
@media (min-width: 1200px)
{
    .product-list .item:hover .img-box:after
    {
        -webkit-animation: more 1s 0s ease both;
                animation: more 1s 0s ease both;
    }
}
.product-list .name
{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    max-width: 85%;
    padding: 10px 30px;

    color: #fff;
    border-radius: 6px 0 0 6px;
    background: #008fc0;
}
.product-list .name:after
{
    position: absolute;
    top: 0;
    left: 100%;

    width: 30px;
    height: 100%;
    margin-left: -2px;

    content: '';

    background: url(../images/product-name-bg.png) no-repeat right top;
    background-size: cover;
}
.product-list .name a
{
    position: relative;
    z-index: 2;

    display: block;
}
.product-wrap .content,
.product-details-wrap .content
{
    background-color: #f2f2f2;
}
.product-wrap .product-list
{
    margin-top: -30px;
}
.product-wrap .product-list li
{
    margin-top: 30px;
}
@media (max-width: 480px)
{
    .product-wrap .product-list li
    {
        width: 100%;
    }
}
.product-wrap .page
{
    padding-top: 50px;
}
@media (max-width: 991px)
{
    .product-wrap .page
    {
        padding-top: 25px;
    }
}
.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 .slider-for,
.product-details-wrap .carousel-wrap .item,
.product-details-wrap .carousel-wrap .img-box
{
    z-index: 2;

    border-radius: 6px;
}
.product-details-wrap .carousel-wrap .item
{
    position: relative;

    overflow: hidden;
}
.product-details-wrap .carousel-wrap .img-box
{
    padding-bottom: 75.43859649%;
}
.product-details-wrap .carousel-wrap .carousel-box,
.product-details-wrap .carousel-wrap .info-box
{
    padding: 0 15px;
}
@media only screen and (min-width: 992px)
{
    .product-details-wrap .carousel-wrap .carousel-box,
    .product-details-wrap .carousel-wrap .info-box
    {
        float: left;
    }
}
.product-details-wrap .carousel-wrap .carousel-box
{
    font-size: 0;

    letter-spacing: -8px;
}
@media only screen and (min-width: 992px)
{
    .product-details-wrap .carousel-wrap .carousel-box
    {
        width: 66.66666667%;
    }
}
@media (max-width: 991px)
{
    .product-details-wrap .carousel-wrap .carousel-box
    {
        width: 650px;
        max-width: 100%;
    }
}
@media (max-width: 767px)
{
    .product-details-wrap .carousel-wrap .carousel-box
    {
        width: 550px;
    }
}
.product-details-wrap .carousel-wrap .carousel
{
    position: relative;

    padding-right: 120px;
}
@media (max-width: 1469px)
{
    .product-details-wrap .carousel-wrap .carousel
    {
        padding-right: 110px;
    }
}
@media (max-width: 480px)
{
    .product-details-wrap .carousel-wrap .carousel
    {
        padding: 0;
    }
}
.product-details-wrap .carousel-wrap .slider-for
{
    position: relative;
    z-index: 2;

    overflow: hidden;
}
.product-details-wrap .carousel-wrap .slider-nav
{
    overflow: hidden;
}
@media (min-width: 481px)
{
    .product-details-wrap .carousel-wrap .slider-nav
    {
        position: absolute;
        z-index: 10;
        top: 0;
        right: 0;

        width: 108px;
        max-height: 100%;
    }
    .product-details-wrap .carousel-wrap .slider-nav .slick-list
    {
        margin: -2px 0;
    }
    .product-details-wrap .carousel-wrap .slider-nav .slick-slide
    {
        padding: 2px 0;
    }
}
@media (min-width: 481px) and (max-width: 1469px)
{
    .product-details-wrap .carousel-wrap .slider-nav
    {
        width: 97px;
    }
}
@media (min-width: 481px) and (max-width: 1199px)
{
    .product-details-wrap .carousel-wrap .slider-nav
    {
        width: 96px;
    }
}
@media (max-width: 480px)
{
    .product-details-wrap .carousel-wrap .slider-nav
    {
        margin-top: 10px;
    }
}
@media (max-width: 480px)
{
    .product-details-wrap .carousel-wrap .slider-nav .slick-list
    {
        margin: 0 -3px;
    }
}
.product-details-wrap .carousel-wrap .slider-nav .slick-slide
{
    border: none;
}
@media (max-width: 480px)
{
    .product-details-wrap .carousel-wrap .slider-nav .slick-slide
    {
        padding: 0 5px;
    }
}
.product-details-wrap .carousel-wrap .slider-nav .slick-slide .item
{
    border: 1px solid #eee;
}
.product-details-wrap .carousel-wrap .slider-nav .slick-current .item
{
    border-color: #008fc0;
}
.product-details-wrap .carousel-wrap .slider-nav .slick-arrow
{
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;

    position: absolute;
    z-index: 10;
    left: 0;

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

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

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

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.product-details-wrap .carousel-wrap .slider-nav .slick-arrow:hover
{
    background-color: rgba(0, 0, 0, .5);
}
@media (max-width: 767px)
{
    .product-details-wrap .carousel-wrap .slider-nav .slick-arrow
    {
        font-size: 16px;
    }
}
.product-details-wrap .carousel-wrap .slider-nav .slick-prev
{
    top: 0;
}
.product-details-wrap .carousel-wrap .slider-nav .slick-prev:before
{
    content: '\e601';
}
.product-details-wrap .carousel-wrap .slider-nav .slick-next
{
    bottom: 0;
}
.product-details-wrap .carousel-wrap .slider-nav .slick-next:before
{
    content: '\eb61';
}
.product-details-wrap .carousel-wrap .info-box
{
    position: relative;
}
@media only screen and (min-width: 992px)
{
    .product-details-wrap .carousel-wrap .info-box
    {
        width: 33.33333333%;
    }
}
.product-details-wrap .carousel-wrap .intro-wrap
{
    position: relative;

    overflow: hidden;
}
.product-details-wrap .carousel-wrap h1
{
    font-size: 30px;
    font-weight: normal;

    margin: 40px 0 50px;

    color: #1a1a1a;
}
@media (max-width: 991px)
{
    .product-details-wrap .carousel-wrap h1
    {
        margin-bottom: 35px;
    }
}
@media (max-width: 767px)
{
    .product-details-wrap .carousel-wrap h1
    {
        font-size: 24px;

        margin-top: 30px;
        margin-bottom: 25px;
    }
}
.product-details-wrap .carousel-wrap .fun-btn a
{
    font-weight: bold;
    line-height: 40px;

    display: block;

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

    text-align: center;

    color: #fff;
    background-color: #008fc0;
}
@media (min-width: 1200px)
{
    .product-details-wrap .carousel-wrap .fun-btn a
    {
        -webkit-transition: .3s;
                transition: .3s;
    }
    .product-details-wrap .carousel-wrap .fun-btn a:hover
    {
        text-decoration: underline;

        box-shadow: inset 0 2px 10px rgba(0, 0, 0, .2);
    }
}
@media (max-width: 1199px)
{
    .product-details-wrap .carousel-wrap .fun-btn a:active
    {
        text-decoration: underline;

        box-shadow: inset 0 2px 10px rgba(0, 0, 0, .2);
    }
}
@media (max-width: 767px)
{
    .product-details-wrap .carousel-wrap .fun-btn a
    {
        line-height: 35px;

        width: 110px;
        height: 35px;
    }
}
.product-details-wrap .carousel-wrap .share-box
{
    margin-top: 15px;
}
.product-details-wrap .carousel-wrap .share-box p
{
    color: #999;
}
.product-details-wrap .list-title
{
    margin: 30px 0 20px;
}
@media (max-width: 767px)
{
    .product-details-wrap .list-title
    {
        margin-bottom: 10px;
    }
}
.product-details-wrap .list-title h4
{
    font-size: 20px;
    font-weight: normal;

    margin: 0;
    padding: 14px 40px;

    color: #fff;
    background-color: #008fc0;
}
@media (max-width: 991px)
{
    .product-details-wrap .list-title h4
    {
        font-size: 18px;

        padding: 14px 30px;
    }
}
@media (max-width: 767px)
{
    .product-details-wrap .list-title h4
    {
        font-size: 16px;

        padding: 12px 20px;
    }
}
.product-details-wrap .advantage-wrap img,
.product-details-wrap .intro-wrap img
{
    max-width: 100%;
    height: auto !important;
}
.product-details-wrap .advantage-wrap p,
.product-details-wrap .intro-wrap p
{
    line-height: 1.8;

    margin: 0;

    color: #666;
}
.product-details-wrap .intro-wrap .intro
{
    background-color: #fff;
}
.product-details-wrap .inquiry-form p
{
    margin-bottom: 15px;

    color: #888;
}
.inquiry-form
{
    background: no-repeat center;
    background-size: cover;
}
.inquiry-form input::-webkit-input-placeholder,
.inquiry-form textarea::-webkit-input-placeholder
{
    color: #333;
}
.inquiry-form input:-o-placeholder,
.inquiry-form textarea:-o-placeholder
{
    color: #333;
}
.inquiry-form input::-moz-placeholder,
.inquiry-form textarea::-moz-placeholder
{
    color: #333;
}
.inquiry-form input:-ms-input-placeholder,
.inquiry-form textarea:-ms-input-placeholder
{
    color: #333;
}
.inquiry-form input:focus::-webkit-input-placeholder,
.inquiry-form textarea:focus::-webkit-input-placeholder
{
    color: #afa7a7;
}
.inquiry-form input:focus::-o-placeholder,
.inquiry-form textarea:focus::-o-placeholder
{
    color: #afa7a7;
}
.inquiry-form input:focus::-moz-placeholder,
.inquiry-form textarea:focus::-moz-placeholder
{
    color: #afa7a7;
}
.inquiry-form input:focus::-ms-input-placeholder,
.inquiry-form textarea:focus::-ms-input-placeholder
{
    color: #afa7a7;
}
.inquiry-form .row
{
    margin: 0 -10px;
}
.inquiry-form .row li
{
    padding: 0 10px;
}
.inquiry-form form input::-webkit-input-placeholder,
.inquiry-form form textarea::-webkit-input-placeholder
{
    color: #181919;
}
.inquiry-form form input:-o-placeholder,
.inquiry-form form textarea:-o-placeholder
{
    color: #181919;
}
.inquiry-form form input::-moz-placeholder,
.inquiry-form form textarea::-moz-placeholder
{
    color: #181919;
}
.inquiry-form form input:-ms-input-placeholder,
.inquiry-form form textarea:-ms-input-placeholder
{
    color: #181919;
}
.inquiry-form form input:focus::-webkit-input-placeholder,
.inquiry-form form textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.inquiry-form form input:focus::-o-placeholder,
.inquiry-form form textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.inquiry-form form input:focus::-moz-placeholder,
.inquiry-form form textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.inquiry-form form input:focus::-ms-input-placeholder,
.inquiry-form form textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.inquiry-form form input,
.inquiry-form form textarea
{
    font-size: 16px;

    display: block;

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

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

        padding: 9px 15px;
    }
}
.inquiry-form form textarea
{
    height: 210px;
}
@media (max-width: 767px)
{
    .inquiry-form form textarea
    {
        height: 160px;
    }
}
.inquiry-form form .submit
{
    line-height: 40px;

    display: block;

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

    cursor: pointer;
    text-align: center;

    color: #fff;
    background-color: #008fc0;
}
@media (min-width: 1200px)
{
    .inquiry-form form .submit
    {
        -webkit-transition: .3s;
                transition: .3s;
    }
    .inquiry-form form .submit:hover
    {
        box-shadow: inset 0 2px 10px rgba(0, 0, 0, .2);
    }
}
@media (max-width: 1199px)
{
    .inquiry-form form .submit:active
    {
        box-shadow: inset 0 2px 10px rgba(0, 0, 0, .2);
    }
}
@media (max-width: 767px)
{
    .inquiry-form form .submit
    {
        width: 100px;
    }
}
@media (min-width: 992px)
{
    .show-wrap .content
    {
        padding-top: 60px;
    }
}
.show-wrap .intro
{
    text-align: center;
}
.show-wrap .intro p
{
    line-height: 1.71428571;

    margin: 0;

    color: #666;
}
.show-wrap .intro img
{
    max-width: 100%;
    height: auto !important;
}
.show-wrap .list li
{
    margin-top: 30px;
}
@media (max-width: 480px)
{
    .show-wrap .list li
    {
        width: 100%;
        margin-top: 20px;
    }
}
.show-wrap .list .img-box
{
    padding-bottom: 73.33333333%;
}
@media (min-width: 1200px)
{
    .show-wrap .list .img-box img
    {
        -webkit-transition:         transform .7s;
        -webkit-transition: -webkit-transform .7s;
                transition: -webkit-transform .7s;
                transition:         transform .7s;
                transition:         transform .7s, -webkit-transform .7s;
    }
    .show-wrap .list .img-box:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
.show-wrap .list .item
{
    padding: 12px 15px;

    background-color: #f2f2f2;
}
.show-wrap .list p
{
    overflow: hidden;

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

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

    color: #666;
}
.about-wrap .content
{
    position: relative;
}
.about-wrap .content:after
{
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;

    display: block;

    width: 14.89361702%;
    height: 100%;

    content: '';

    background-color: #f19149;
}
@media (max-width: 1199px)
{
    .about-wrap .content:after
    {
        display: none;
    }
}
@media (max-width: 767px)
{
    .about-wrap .intro-wrap
    {
        padding-top: 10px;
    }
}
.about-wrap h1
{
    font-size: 30px;
    font-weight: bold;
    font-weight: 900;

    margin: 0;

    text-align: center;

    color: #008fc0;
}
@media (max-width: 991px)
{
    .about-wrap h1
    {
        font-size: 28px;
    }
}
@media (max-width: 767px)
{
    .about-wrap h1
    {
        font-size: 22px;
    }
}
.about-wrap .col-lg-6
{
    margin-top: 35px;
}
@media (max-width: 767px)
{
    .about-wrap .col-lg-6
    {
        margin-top: 20px;
    }
}
.about-wrap .pic-box
{
    padding-right: 13.04347826%;
}
@media (max-width: 1199px)
{
    .about-wrap .pic-box
    {
        width: 600px;
        max-width: 100%;
        margin: 0 auto;
        padding: 0;
    }
}
.about-wrap .pic-box .img-box
{
    padding-bottom: 90%;
}
.about-wrap .intro p
{
    line-height: 1.71428571;

    margin: 0;

    color: #666;
}
@media (max-width: 480px)
{
    .about-wrap .list
    {
        margin: 0 -5px;
        padding-top: 10px;
    }
}
.about-wrap .list li
{
    margin-top: 30px;
}
@media (max-width: 480px)
{
    .about-wrap .list li
    {
        width: 50%;
        margin-top: 10px;
        padding: 0 5px;
    }
}
.about-wrap .list .item
{
    padding: 4.28571429% 5.71428571%;

    background-color: #f2f2f2;
}
@media (max-width: 480px)
{
    .about-wrap .list .item
    {
        padding: 3.80952381%;
    }
}
@media (min-width: 1200px)
{
    .about-wrap .list .item img
    {
        -webkit-transition:         transform .7s;
        -webkit-transition: -webkit-transform .7s;
                transition: -webkit-transform .7s;
                transition:         transform .7s;
                transition:         transform .7s, -webkit-transform .7s;
    }
    .about-wrap .list .item:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
.about-wrap .list .img-box
{
    padding-bottom: 75.2688172%;
}
.contact-wrap
{
    position: relative;
}
.contact-wrap .contact-list
{
    font-size: 0;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    overflow: hidden;

    margin: -10px -5px 0;

    letter-spacing: -8px;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.contact-wrap .contact-list li
{
    font-size: 14px;

    position: relative;

    display: inline-block;

    width: 20%;
    margin-top: 10px;
    padding: 0 5px;

    vertical-align: top;
    letter-spacing: 0;
}
@media (max-width: 1199px)
{
    .contact-wrap .contact-list li
    {
        width: 33.333333%;
    }
}
@media (max-width: 480px)
{
    .contact-wrap .contact-list li
    {
        width: 50%;
    }
}
@media (min-width: 1200px)
{
    .contact-wrap .contact-list li a:hover
    {
        text-decoration: underline;
    }
}
@media (max-width: 1199px)
{
    .contact-wrap .contact-list li a:active
    {
        text-decoration: underline;
    }
}
.contact-wrap .contact-list .item
{
    position: relative;

    height: 100%;
    padding: 20px 10px 25px;

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

    background-color: #f2f2f2;
}
.contact-wrap .contact-list .item:before
{
    font-family: 'iconfont' !important;
    font-size: 60px;
    font-style: normal;

    display: block;

    color: #008fc0;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 1199px)
{
    .contact-wrap .contact-list .item:before
    {
        font-size: 50px;
    }
}
@media (max-width: 991px)
{
    .contact-wrap .contact-list .item:before
    {
        font-size: 40px;
    }
}
@media (max-width: 767px)
{
    .contact-wrap .contact-list .item:before
    {
        font-size: 34px;
    }
}
@media (min-width: 1200px)
{
    .contact-wrap .contact-list .item:hover
    {
        background-color: #008fc0;
    }
    .contact-wrap .contact-list .item:hover:before,
    .contact-wrap .contact-list .item:hover p
    {
        color: #fff;
    }
}
.contact-wrap .contact-list p
{
    font-size: 20px;

    margin: 0;

    word-break: break-word;

    color: #1a1a1a;
}
@media (max-width: 1199px)
{
    .contact-wrap .contact-list p
    {
        font-size: 18px;
    }
}
@media (max-width: 991px)
{
    .contact-wrap .contact-list p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .contact-wrap .contact-list p
    {
        font-size: 14px;
    }
}
.contact-wrap .contact-list .tel .item:before
{
    content: '\e676';
}
.contact-wrap .contact-list .fax .item:before
{
    content: '\e63d';
}
.contact-wrap .contact-list .phone .item:before
{
    content: '\e62f';
}
.contact-wrap .contact-list .weixin .item:before
{
    content: '\e646';
}
.contact-wrap .contact-list .address .item:before
{
    content: '\e62a';
}
.contact-wrap .contact-list .mail .item:before
{
    content: '\e678';
}
.contact-wrap .contact-list .qq .item:before
{
    content: '\e63d';
}
.contact-wrap .contact-list .url .item:before
{
    content: '\e62c';
}
.contact-wrap .info-wrap
{
    overflow: hidden;
}
.contact-wrap .info-wrap > div
{
    margin-top: 40px;
}
@media (max-width: 767px)
{
    .contact-wrap .info-wrap > div
    {
        margin-top: 30px;
    }
}
.contact-wrap .info
{
    overflow: hidden;
}
.contact-wrap .info .row
{
    margin: 15px -10px 0;
}
.contact-wrap .message
{
    overflow: hidden;
}
.contact-wrap .message > p
{
    color: #4b4a48;
}
.contact-wrap .message form
{
    padding-top: 5px;
}
.contact-wrap .message form input,
.contact-wrap .message form textarea
{
    background: #f2f2f2;
}
.contact-wrap .map
{
    position: relative;

    overflow: hidden;
}
.contact-wrap .map .map-content
{
    display: block;

    width: 100%;
    height: 420px;
}
@media (max-width: 767px)
{
    .contact-wrap .map .map-content
    {
        height: 280px;
        height: 56vmin;
    }
}
.online-wrap .btn
{
    line-height: 38px;

    position: fixed;
    z-index: 100;
    right: 5px;
    bottom: 70px;

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

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

    border: none;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, .7);
}
@media (min-width: 992px)
{
    .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: 40px;

    display: none;

    width: 100px;
    max-width: 120px;
}
.online-wrap .code-pic .pic-box
{
    padding: 5px;

    background-color: #fff;
}
.online-wrap .code-pic img
{
    display: block;

    max-width: 100%;
}
.online-wrap .online
{
    position: fixed;
    z-index: 100;
    right: 5px;
    bottom: 70px;

    -webkit-transition: -webkit-transform .3s;
            transition: -webkit-transform .3s;
            transition:         transform .3s;
            transition:         transform .3s, -webkit-transform .3s;
}
@media (max-width: 991px)
{
    .online-wrap .online
    {
        bottom: 110px;

        -webkit-transform: translateX(50px);
        -webkit-transform: translate3d(50px, 0, 0);
            -ms-transform: translateX(50px);
                transform: translateX(50px);
                transform: translate3d(50px, 0, 0);
    }
    .online-wrap .online.active
    {
        -webkit-transform: translateX(0);
        -webkit-transform: translate3d(0, 0, 0);
            -ms-transform: translateX(0);
                transform: translateX(0);
                transform: translate3d(0, 0, 0);
    }
}
.online-wrap .online a
{
    line-height: 48px;

    position: relative;

    display: block;

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

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

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

    color: #fff;
}
@media (min-width: 1200px)
{
    .online-wrap .online a:hover
    {
        background-color: #008fc0;
    }
}
@media (max-width: 991px)
{
    .online-wrap .online a
    {
        line-height: 40px;

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

    padding-right: 5px;

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

    color: #fff;
    border-radius: 10px;
    background-color: #404040;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .12);
}
.online-wrap .online .code .mask
{
    position: absolute;
    z-index: 10;
    right: 100%;
    bottom: 0;

    display: none;

    width: 130px;
    height: 130px;
    padding-right: 5px;

    -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
            transform: translateY(50%);
}
.online-wrap .online .code .mask .mask-box
{
    padding: 5px;

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

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

    margin: 5px 0 8px 0;

    color: #888;
}
.xs-online
{
    position: fixed;
    z-index: 999;
    bottom: 0;
    left: 0;

    width: 100%;

    background-color: rgba(0, 143, 192, .9);
    box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, .2);
}
.xs-online ul
{
    display: table;

    width: 100%;

    table-layout: fixed;

    text-align: center;

    color: #fff;
}
.xs-online ul li
{
    display: table-cell;

    width: 25%;

    border-left: 1px solid rgba(255, 255, 255, .4);
}
.xs-online ul li > a
{
    display: block;

    padding: 6px 0;
}
.xs-online ul li > a:before
{
    font-family: 'iconfont' !important;
    font-size: 16px;
    font-style: normal;

    display: block;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.xs-online ul li > a span
{
    font-size: 10px;
    line-height: 17px;

    display: block;

    height: 17px;
}
@media (max-width: 480px)
{
    .xs-online ul li > a span
    {
        font-size: 2.8vmin;
    }
}
.xs-online ul li:first-child
{
    border-left: none;
}
.xs-online ul li.tel > a:before
{
    content: '\e61c';
}
.xs-online ul li.mail > a:before
{
    content: '\e6a4';
}
.xs-online ul li.home > a:before
{
    content: '\e6c8';
}
.xs-online ul li.feedback > a:before
{
    content: '\e826';
}
.xs-online ul li.inquiry > a:before
{
    content: '\e63d';
}
.xs-online ul li.facebook > a:before
{
    content: '\e64c';
}
.xs-online ul li.whatsapp > a:before
{
    content: '\e751';
}
.xs-online ul li.gotop > a:before
{
    content: '\e61a';
}
.xs-online ul li.address > a:before
{
    content: '\e63e';
}
.xs-online ul li.map > a:before
{
    content: '\e62a';
}
.xs-online ul li.wechat,
.xs-online ul li.weixin
{
    position: relative;
}
.xs-online ul li.wechat:hover .pic-box,
.xs-online ul li.weixin:hover .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
{
    position: absolute;
    bottom: 100%;
    left: 50%;

    display: none;

    width: 100px;
    max-width: 100px;
    padding: 5px;

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

    background-color: #fff;
    box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, .2);
}
.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;

    margin: 0;

    white-space: nowrap;

    color: #333;
}
.share
{
    font-weight: 500;
}
.share a
{
    display: inline-block;
    overflow: hidden;

    margin-left: 15px;

    -webkit-transition:         transform .3s;
    -webkit-transition: -webkit-transform .3s;
            transition: -webkit-transform .3s;
            transition:         transform .3s;
            transition:         transform .3s, -webkit-transform .3s;
    text-align: center;
    vertical-align: middle;
}
@media (max-width: 480px)
{
    .share a
    {
        margin-left: 10px;
    }
}
.share a:first-child
{
    margin-left: 0;
}
.share a:before
{
    font-size: 13px;
    line-height: 20px;

    display: block;

    width: 20px;
    height: 20px;

    text-align: center;

    color: #008fc0;
    border-radius: 4px;
    background-color: #fff;
}
.share a:hover
{
    -webkit-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
            transform: translateY(-3px);
}
.share.color .icon-facebook:before
{
    background-color: #3b5998;
}
.share.color .icon-tuite:before
{
    background-color: #55acee;
}
.share.color .icon-linkedin:before
{
    background-color: #006a9a;
}
.share.color .icon-youtube:before
{
    background-color: #c4302b;
}
.share.color .icon-instagram:before
{
    background-color: #6b3d2e;
}
.share.color .icon-google:before
{
    background-color: #dc4e41;
}
.footer
{
    position: relative;
    z-index: 10;

    color: #fff;
}
@media (max-width: 767px)
{
    .footer
    {
        padding-bottom: 60px;
    }
}
.footer .footer-wrap
{
    overflow: hidden;
}
.footer .footer-row
{
    font-size: 0;

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

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

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

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

    display: inline-block;

    padding: 0 15px;

    text-align: left;
    vertical-align: top;
    letter-spacing: 0;
}
@media (max-width: 1199px)
{
    .footer .foot-list
    {
        width: 25%;
    }
}
@media (max-width: 767px)
{
    .footer .foot-list
    {
        font-size: 14px;

        width: 100%;
        margin-top: 0;
    }
}
.footer .foot-list li
{
    position: relative;
}
.footer .foot-list li a
{
    position: relative;

    display: inline-block;
}
.footer .foot-list p,
.footer .foot-list li
{
    margin: 10px 0 0;

    color: #e5e5e5;
}
@media only screen and (min-width: 1200px)
{
    .footer .foot-list p a:hover,
    .footer .foot-list li a:hover
    {
        text-decoration: underline;
    }
}
@media (max-width: 1199px)
{
    .footer .foot-list p a:active,
    .footer .foot-list li a:active
    {
        text-decoration: underline;
    }
}
.footer .foot-list h4
{
    font-size: 20px;
    font-weight: bold;

    margin: 25px 0 20px;
}
@media (max-width: 767px)
{
    .footer .foot-list h4
    {
        font-size: 16px;
        line-height: 35px;

        position: relative;

        margin: 5px 0;
        padding-right: 20px;
    }
    .footer .foot-list h4:after
    {
        font-family: 'iconfont' !important;
        font-size: 15px;
        font-weight: bold;
        font-style: normal;

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

        display: block;

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

        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    .footer .foot-list h4.active:after
    {
        -webkit-transform: rotate(135deg);
            -ms-transform: rotate(135deg);
                transform: rotate(135deg);
    }
}
@media (max-width: 767px)
{
    .footer .foot-list h4 + *
    {
        display: none;

        margin-bottom: 10px;
        padding: 0 10px;
    }
}
@media only screen and (min-width: 768px)
{
    .footer .foot-contact
    {
        width: 360px;
    }
}
.footer .foot-product li
{
    position: relative;

    padding-left: 15px;
}
.footer .foot-product li:before
{
    position: absolute;
    top: 50%;
    left: 0;

    display: block;

    width: 6px;
    height: 6px;
    margin-top: -3px;

    content: '';

    border-radius: 50%;
    background-color: #e5e5e5;
}
.copyright
{
    font-size: 0;

    position: relative;

    width: 100%;
    padding: 12px 0;
    padding: 7px 0;

    text-align: justify;
    text-justify: distribute-all-lines;
    letter-spacing: -8px;

    border-top: 1px solid #fff;
}
.copyright:after
{
    display: inline-block;
    overflow: hidden;

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

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

    display: inline-block;

    text-align: left;
    vertical-align: middle;
    letter-spacing: 0;
}
@media (max-width: 480px)
{
    .copyright > div
    {
        font-size: 3.4vmin;
    }
}
@media (min-width: 1200px)
{
    .copyright .intro
    {
        max-width: 70%;
    }
}
.copyright .link span
{
    display: inline-block;
}
.copyright .link span:before
{
    margin: 0 5px 0 2px;

    content: '/';
}
.copyright .link span:first-of-type:before
{
    display: none;
}
@media (min-width: 1200px)
{
    .copyright .link a:hover
    {
        text-decoration: underline;
    }
}
@media (max-width: 1199px)
{
    .copyright .link a:active
    {
        text-decoration: underline;
    }
}
.copyright p
{
    line-height: 1.8;

    margin: 0;
}
.copyright p span
{
    margin-right: 80px;
}
@media (max-width: 767px)
{
    .copyright p span
    {
        display: block;

        margin-right: 0;
    }
}
@media (max-width: 480px)
{
    .copyright .share
    {
        display: block;

        margin-top: 5px;
    }
}
.zoomDiv
{
    z-index: 999;

    display: none;
    overflow: hidden;

    text-align: center;

    border: 1px solid #ccc;
    background: #fff;
}
@media (max-width: 1199px)
{
    .zoomDiv
    {
        display: none !important;
    }
}
@media (min-width: 768px)
{
    .zoomDiv
    {
        position: absolute;
    }
}
.zoomMask
{
    position: absolute;
    z-index: 20;

    cursor: move;

    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAMAAABFaP0WAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAAGUExURf///////1V89WwAAAACdFJOU/8A5bcwSgAAABBJREFUeNpiYGBkYGQECDAAAA0ABMZIs2EAAAAASUVORK5CYII=) repeat;
}
@media (max-width: 1199px)
{
    .zoomMask
    {
        display: none !important;
    }
}
@media (max-width: 767px)
{
    .zoomMask
    {
        display: none;
    }
}
