@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', 'Hiragino Sans GB', 'PingFang SC', 'Microsoft YaHei', '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;
}
.page li
{
    display: inline-block;

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

    display: block;

    width: 30px;
    height: 30px;

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

    color: #09468e;
    border: 1px solid #09468e;
    border-radius: 50%;
}
@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:hover a,
.page li.active span,
.page li:hover span
{
    color: #fff;
    border-color: #09468e;
    background-color: #09468e;
}
.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: 20px 30px !important;

    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
{
    margin: 0 !important;
    padding: 0 !important;

    background: none !important;
}
.table-box table th
{
    text-align: center;
}
.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
{
    z-index: 999;

    width: 100%;

    -webkit-transition: .4s ease-out;
            transition: .4s ease-out;
}
@media (min-width: 1200px)
{
    .header
    {
        position: fixed;

        border-bottom: 1px solid rgba(255, 255, 255, .6);
        background-color: rgba(0, 0, 0, .2);
    }
    .header.fixed
    {
        background-color: rgba(0, 0, 0, .5);
    }
}
@media (max-width: 1199px)
{
    .header
    {
        position: relative;

        background-color: #09468e;
    }
}
.header .container
{
    font-size: 0;

    position: relative;

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

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

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

    display: inline-block;

    vertical-align: middle;
    letter-spacing: 0;
}
.header .logo a
{
    position: relative;
    z-index: 10;

    display: block;
    overflow: hidden;

    padding: 20px 0;

    -webkit-transition: .3s;
            transition: .3s;
}
@media (max-width: 1199px)
{
    .header .logo a
    {
        padding: 15px 0;
    }
}
@media (max-width: 767px)
{
    .header .logo a
    {
        padding: 10px 0;
    }
}
@media (max-width: 390px)
{
    .header .logo a
    {
        width: 160px;
        padding: 12px 0;
    }
}
.header .logo a img
{
    display: block;

    width: 100%;
}
.header .right-box
{
    position: relative;
}
.header .right-box > div
{
    display: inline-block;

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

    display: block !important;

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

    opacity: 0;
}
.header .cart-btn
{
    line-height: 100px;

    display: inline-block;
    overflow: hidden;

    width: 80px;
    height: 100px;

    text-align: center;

    color: #fff;
}
@media (max-width: 991px)
{
    .header .cart-btn
    {
        line-height: 80px;

        height: 80px;
    }
}
@media (max-width: 767px)
{
    .header .cart-btn
    {
        line-height: 60px;

        width: 50px;
        height: 60px;
    }
}
.header .cart-btn a
{
    position: relative;

    display: block;
}
.header .cart-btn a:before
{
    font-family: 'iconfont' !important;
    font-size: 25px;

    content: '\e62a';
}
.header .cart-btn a .num
{
    font-size: 12px;
    line-height: 1;

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

    display: block;

    margin-top: -22px;
    margin-left: 2px;
    padding: 2px 5px;

    color: #fff;
    border-radius: 50%;
    background-color: #09468e;
}
.header .language
{
    font-size: 0;

    letter-spacing: -8px;
}
.header .language a
{
    position: relative;

    display: inline-block;
    overflow: hidden;

    width: 16px;
    height: 16px;
    margin: 0;
    margin-right: 10px;
    -webkit-transition: .2s;
            transition: .2s;

    border-radius: 50%;
    background: url(../images/language.png) no-repeat 0 100%;
    background-size: 300% auto;
}
.header .language a.es
{
    background-position: 50% 100%;
}
@media (max-width: 1199px)
{
    .header .language
    {
        margin: 0 10px;
    }
    .header .language a
    {
        width: 20px;
        height: 20px;
    }
}
@media (min-width: 1200px)
{
    .header .mouse-line
    {
        position: absolute;
        z-index: 2;
        left: 0;

        display: block;

        height: 3px;

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

        background-color: #f28684;
    }
    .header .mouse-line.nav-line
    {
        top: 0;
    }
    .header .mouse-line.inside-line
    {
        bottom: -1px;
    }
}
.header .cart
{
    margin-right: 15px;
}
@media (max-width: 767px)
{
    .header .cart
    {
        margin-right: 10px;
    }
}
.header .cart a
{
    font-size: 16px;
}
.header .cart a:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    content: '\e619';
}
.header .find
{
    font-size: 16px;

    cursor: pointer;

    color: #fff;
}
@media (min-width: 1200px)
{
    .header .find
    {
        margin: 0 55px 0 30px;
    }
}
@media (min-width: 1200px) and (max-width: 1469px)
{
    .header .find
    {
        margin: 0 45px 0 20px;
    }
}
@media (min-width: 1200px) and (max-width: 1349px)
{
    .header .find
    {
        margin: 0 35px 0 10px;
    }
}
@media (max-width: 1199px)
{
    .header .find
    {
        font-size: 20px;
    }
}
.header .find:before
{
    font-family: 'iconfont' !important;

    content: '\e655';
}
.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: 20px;

        display: block;

        margin-top: 10px;

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

    width: 28px;
    height: 2px;

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

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

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

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

        display: none;

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

        -webkit-transition: -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 .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;

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

        float: left;

        padding: 0 28px;
    }
    .header .nav .nav-list1 > li:hover > a
    {
        opacity: 1;
    }
    .header .nav .nav-list1 > li:hover > a:after
    {
        width: 100%;
    }
    .header .nav .nav-list1 > li > a
    {
        font-size: 16px;

        position: relative;

        display: block;

        padding: 34px 0;

        -webkit-transition: .3s;
                transition: .3s;
        text-transform: uppercase;

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

        width: 0;
        height: 2px;

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

        background-color: #fff;
    }
    .header .nav .nav-list1 > li .nav-list2,
    .header .nav .nav-list1 > li .nav-list3
    {
        position: absolute;

        display: none;

        text-align: left;

        background-color: rgba(0, 0, 0, .6);
        box-shadow: 0 2px 10px 1px rgba(0, 0, 0, .15);
    }
    .header .nav .nav-list1 > li .nav-list2 li:hover > a,
    .header .nav .nav-list1 > li .nav-list3 li:hover > a
    {
        text-decoration: underline;
    }
    .header .nav .nav-list1 > li .nav-list2 a,
    .header .nav .nav-list1 > li .nav-list3 a
    {
        position: relative;

        display: block;

        padding: 5px 0;
    }
    .header .nav .nav-list1 > li .nav-list2
    {
        z-index: 10;
        top: 100%;
        left: 50%;

        min-width: 140px;
        padding: 15px 0;
    }
    .header .nav .nav-list1 > li .nav-list2 > li
    {
        position: relative;

        white-space: nowrap;
    }
    .header .nav .nav-list1 > li .nav-list2 > li > a
    {
        padding: 5px 15px;

        text-align: center;
    }
    .header .nav .nav-list1 .active > a
    {
        opacity: 1;
    }
    .header .nav .nav-list1 .active > a:after
    {
        width: 100%;
    }
    .header .nav .nav-list1 .nav-list3
    {
        top: 0;
        left: 100%;

        min-width: 120px;
        padding: 10px 0;

        border-left: 1px solid #fff;
    }
    .header .nav .nav-list1 .nav-list3 > li > a
    {
        padding: 5px 15px;
    }
}
@media (min-width: 1200px) and (max-width: 1469px)
{
    .header .nav .nav-list1 > li
    {
        padding: 0 25px;
    }
}
@media (min-width: 1200px) and (max-width: 1349px)
{
    .header .nav .nav-list1 > li
    {
        padding: 0 20px;
    }
}
@media (min-width: 1200px) and (max-width: 1349px)
{
    .header .nav .nav-list1 > li > a
    {
        font-size: 15px;
    }
}
@media (max-width: 1199px)
{
    .header .nav .nav-list1
    {
        margin: 20px 0;

        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;
    }
}
@media (max-width: 1199px)
{
    .header .nav .nav-list2,
    .header .nav .nav-list3
    {
        display: none;
    }
    .header .nav .nav-list2 a,
    .header .nav .nav-list3 a
    {
        font-size: 16px;
        line-height: 2;

        margin-top: 5px;

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

        display: block;
        overflow: hidden;

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

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

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

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

    content: '\e9b5';
}
.header .nav-2 .nav-top .nav-title,
.header .nav-3 .nav-top .nav-title
{
    font-size: 30px;

    margin: 0;

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

    max-height: 70vh;
    margin-top: 4%;
}
@media (max-width: 767px)
{
    .header .nav-2 .content ul,
    .header .nav-3 .content ul
    {
        padding: 0 15px;
    }
}
.header .nav-2 .content ul li,
.header .nav-3 .content ul li
{
    font-size: 24px;
    line-height: 50px;

    margin: 20px 0;

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

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

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

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

    color: #fff;
}
.header .nav-2 .content ul li a,
.header .nav-3 .content ul li a
{
    display: inline-block;
}
.header .nav-2
{
    left: 100%;
}
.header .nav-3
{
    left: 200%;
}
.header .nav-3 .content ul li
{
    font-size: 4.5vmin;
}
.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-language
{
    position: absolute;
    bottom: 30px;
    left: 0;

    display: none;

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

    text-align: left;
}
@media (max-width: 480px)
{
    .header .xs-language
    {
        display: block !important;
    }
}
.search-wrap
{
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;

    display: none;

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

    background-color: rgba(0, 0, 0, .9);
}
.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
{
    font-size: 16px;

    margin-bottom: 50px;

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

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

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

    text-align: center;

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

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

    width: 50px;

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

    content: '\e660';

    color: #ccc;
}
.search-wrap .search-close
{
    position: absolute;
    top: 30px;
    right: 10%;

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

    content: '\e61b';

    color: #fff;
}
.slick-dots
{
    text-align: center;
}
.slick-dots li
{
    display: inline-block;

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

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

    border-radius: 10px;
    background: #fff;
}
.slick-dots li:hover,
.slick-dots li.slick-active
{
    background: #09468e;
}
@media (max-width: 767px)
{
    .slick-dots li
    {
        width: 7px;
        height: 7px;

        border-radius: 7px;
    }
}
.slick-dots li button
{
    display: none;
}
.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: 20px;
    left: 50%;

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

        display: none;
    }
}
.banner .item
{
    position: relative;

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

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

    display: block;

    width: 80px;
    height: 80px;
    padding: 0;

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

    opacity: 0;
    color: #09468e;
    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.25);
                transform: translateX(-50%) translateY(-50%) scale(1.25);

        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.25);
                transform: translateX(-50%) translateY(-50%) scale(1.25);

        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';
}
.index-box
{
    max-width: 100%;
    padding: 50px 0;
}
.index-box.index-product
{
    margin: 50px 0;
}
.index-box.index-news
{
    margin-bottom: 50px;
}
@media (max-width: 1199px)
{
    .index-box
    {
        padding: 40px 0;
    }
    .index-box.index-product
    {
        margin: 40px 0;
    }
    .index-box.index-news
    {
        margin-bottom: 40px;
    }
}
@media (max-width: 991px)
{
    .index-box
    {
        padding: 30px 0;
    }
    .index-box.index-product
    {
        margin: 30px 0;
    }
    .index-box.index-news
    {
        margin-bottom: 30px;
    }
}
@media (max-width: 767px)
{
    .index-box
    {
        padding: 20px 0;
    }
    .index-box.index-product
    {
        margin: 20px 0;
    }
    .index-box.index-news
    {
        margin-bottom: 20px;
    }
}
.index-box .title
{
    margin-bottom: 40px;
}
@media (max-width: 767px)
{
    .index-box .title
    {
        margin-bottom: 30px;
    }
}
.index-box .title h3
{
    font-size: 40px;
    font-weight: bold;

    margin: 0;

    text-align: center;
    text-transform: uppercase;

    color: #1a1a1a;
}
@media (max-width: 1199px)
{
    .index-box .title h3
    {
        font-size: 36px;
    }
}
@media (max-width: 991px)
{
    .index-box .title h3
    {
        font-size: 34px;
    }
}
@media (max-width: 767px)
{
    .index-box .title h3
    {
        font-size: 30px;
    }
}
@media (max-width: 480px)
{
    .index-box .title h3
    {
        font-size: 26px;
    }
}
.index-box .title .round
{
    font-size: 0;

    margin-top: 10px;

    text-align: center;
    letter-spacing: -8px;
}
.index-box .title .round:before,
.index-box .title .round:after,
.index-box .title .round span
{
    display: inline-block;

    width: 10px;
    height: 10px;

    vertical-align: middle;

    border-radius: 50%;
    background-color: #09468e;
}
@media (max-width: 767px)
{
    .index-box .title .round:before,
    .index-box .title .round:after,
    .index-box .title .round span
    {
        width: 6px;
        height: 6px;
    }
}
.index-box .title .round:before,
.index-box .title .round:after
{
    content: '';
}
.index-box .title .round span
{
    margin: 0 5px;
}
.num-box
{
    overflow: hidden;
}
.num-box .row
{
    font-size: 0;

    letter-spacing: -8px;
}
.num-box .row:after
{
    display: inline-block;
    overflow: hidden;

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

    content: '';
}
@media (max-width: 480px)
{
    .num-box .row
    {
        margin-right: -5px;
        margin-left: -5px;
    }
}
.num-box li
{
    font-size: 14px;

    position: relative;

    display: inline-block;
    float: none;

    width: 20%;
    margin-top: 35px;
    padding: 0 15px;

    text-align: center;
    vertical-align: top;
    letter-spacing: 0;
}
.num-box li:before
{
    position: absolute;
    top: 10px;
    left: 0;

    width: 1px;
    height: 60px;

    content: '';

    background-color: #ddd;
}
.num-box li:first-child:before
{
    display: none;
}
@media (max-width: 991px)
{
    .num-box li
    {
        width: 33.33333%;
    }
}
@media (max-width: 767px)
{
    .num-box li
    {
        width: 50%;
    }
}
@media (max-width: 480px)
{
    .num-box li
    {
        margin-top: 25px;
        padding: 0 5px;
    }
}
.num-box .item
{
    padding-bottom: 10px;
}
.num-box .number
{
    font-size: 48px;
    line-height: 1;

    position: relative;

    margin-bottom: 10px;

    white-space: nowrap;

    color: #09468e;
}
@media (max-width: 1469px)
{
    .num-box .number
    {
        font-size: 42px;
    }
}
@media (max-width: 1349px)
{
    .num-box .number
    {
        font-size: 38px;
    }
}
@media (max-width: 480px)
{
    .num-box .number
    {
        font-size: 30px;
    }
}
.num-box span
{
    position: relative;
    z-index: 10;
}
.num-box sup
{
    font-size: 20px;
    line-height: normal;

    top: 0;

    margin-left: 5px;

    vertical-align: top;

    color: #b41c1c;
}
@media (max-width: 480px)
{
    .num-box sup
    {
        font-size: 14px;
    }
}
.num-box p
{
    font-weight: 300;

    margin: 0;

    color: #777;
}
@media (max-width: 480px)
{
    .num-box p
    {
        font-size: 12px;
    }
}
.index-num .num-box
{
    box-shadow: 0 4px 12px 1px rgba(0, 0, 0, .2);
}
.index-num .num-box .row
{
    padding: 20px 0 50px;
}
@media (max-width: 480px)
{
    .index-num .num-box .row
    {
        padding: 10px 0 20px;
    }
}
.index-about
{
    padding-top: 90px;

    background: no-repeat top center;
}
@media (max-width: 1199px)
{
    .index-about
    {
        padding-top: 80px;
    }
}
@media (max-width: 991px)
{
    .index-about
    {
        padding-top: 70px;
    }
}
@media (max-width: 767px)
{
    .index-about
    {
        padding-top: 60px;
    }
}
@media (max-width: 480px)
{
    .index-about
    {
        padding-top: 50px;
    }
}
.index-about,
.index-about .title h3
{
    color: #fff;
}
.index-about .title .round:before,
.index-about .title .round:after,
.index-about .title .round span
{
    background-color: #fff;
}
.index-about .intro
{
    text-align: center;
}
.index-about .intro p
{
    line-height: 1.42857143;

    margin: 0;
}
@media (max-width: 767px)
{
    .index-about .intro p
    {
        display: -webkit-box;
        overflow: hidden;

        height: auto;
        max-height: 80px;

        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
    }
}
.index-about .intro img
{
    max-width: 100%;
    height: auto !important;
}
.index-about .icon-list
{
    font-size: 0;

    letter-spacing: -8px;
}
.index-about .icon-list li
{
    font-size: 14px;

    position: relative;

    display: inline-block;

    width: 25%;
    margin-top: 30px;
    padding: 0 5px;

    text-align: center;
    vertical-align: top;
    letter-spacing: 0;
}
.index-about .icon-list li:before
{
    position: absolute;
    top: 20px;
    left: 0;

    display: block;

    width: 1px;
    height: 60px;

    content: '';

    background-color: #ddd;
}
.index-about .icon-list li:first-child:before
{
    display: none;
}
@media (min-width: 1200px)
{
    .index-about .icon-list li:hover b
    {
        opacity: 1;
    }
}
@media (max-width: 1199px)
{
    .index-about .icon-list li b
    {
        opacity: .9;
    }
}
@media (max-width: 767px)
{
    .index-about .icon-list li
    {
        width: 50%;
    }
    .index-about .icon-list li:before
    {
        top: 10px;
    }
    .index-about .icon-list li:nth-child(odd):before
    {
        display: none;
    }
}
.index-about .icon-list .sincerity b:before
{
    content: '\e7d3';
}
.index-about .icon-list .quality b:before
{
    content: '\e634';
}
.index-about .icon-list .professional b:before
{
    content: '\e6a0';
}
.index-about .icon-list .more b:before
{
    content: '\e6fe';
}
.index-about .icon-list b
{
    font-size: 20px;

    display: block;

    -webkit-transition: .3s;
            transition: .3s;
    text-transform: uppercase;

    opacity: .6;
}
.index-about .icon-list b:before
{
    font-family: 'iconfont' !important;
    font-size: 2.75em;
    font-weight: normal;
    font-style: normal;

    display: block;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 1199px)
{
    .index-about .icon-list b
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .index-about .icon-list b
    {
        font-size: 14px;
    }
}
.index-about .pic-list li
{
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .index-about .pic-list
    {
        margin: 15px -5px 0;
    }
    .index-about .pic-list li
    {
        margin-top: 10px;
        padding: 0 5px;
    }
}
.index-about .pic-list .img-box
{
    padding-bottom: 75.75757576%;
}
@media (min-width: 1200px)
{
    .index-about .pic-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;
    }
    .index-about .pic-list .img-box:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
.index-choose .list
{
    font-size: 0;

    margin-top: -35px;

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

    display: inline-block;
    float: none;

    margin-top: 35px;

    text-align: center;
    vertical-align: top;
    letter-spacing: 0;
}
@media (min-width: 1200px)
{
    .index-choose .list li:hover .iconfont
    {
        color: #fff;
        background-color: #09468e;
    }
    .index-choose .list li:hover .iconfont:after
    {
        -webkit-transform: translateX(-5px) translateY(5px);
            -ms-transform: translateX(-5px) translateY(5px);
                transform: translateX(-5px) translateY(5px);
    }
}
@media (max-width: 991px)
{
    .index-choose .list li
    {
        padding: 0 10px;
    }
}
@media (max-width: 480px)
{
    .index-choose .list li
    {
        margin-top: 25px;
    }
}
.index-choose .list .iconfont
{
    font-size: 52px;
    line-height: 140px;

    position: relative;

    display: inline-block;

    width: 140px;
    height: 140px;

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

    color: #09468e;
    border-radius: 50%;
    background-color: #f2f2f2;
}
.index-choose .list .iconfont:after
{
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-transition: .6s;
            transition: .6s;
    -webkit-transform: translateX(5px) translateY(5px);
        -ms-transform: translateX(5px) translateY(5px);
            transform: translateX(5px) translateY(5px);

    border-radius: 50%;
    background-color: #e6e6e6;
}
.index-choose .list h4
{
    font-size: 30px;
    font-weight: bold;

    margin: 25px 0 8px;

    /* text-transform: uppercase; */

    color: #1a1a1a;
}
.index-choose .list p
{
    font-size: 16px;
    line-height: 1.5;

    margin: 0;

    color: #666;
}
@media (max-width: 1199px)
{
    .index-choose .list .iconfont
    {
        font-size: 42px;
        line-height: 110px;

        width: 110px;
        height: 110px;
    }
    .index-choose .list h4
    {
        font-size: 24px;
    }
    .index-choose .list p
    {
        font-size: 15px;
    }
}
@media (max-width: 991px)
{
    .index-choose .list .iconfont
    {
        font-size: 38px;
        line-height: 90px;

        width: 90px;
        height: 90px;
    }
    .index-choose .list h4
    {
        font-size: 20px;
    }
    .index-choose .list p
    {
        font-size: 14px;
    }
}
@media (max-width: 480px)
{
    .index-choose .list .iconfont
    {
        font-size: 32px;
        line-height: 80px;

        width: 80px;
        height: 80px;
    }
    .index-choose .list h4
    {
        font-size: 18px;
    }
}
@media (min-width: 1200px) and (max-width: 1469px)
{
    .index-customer .slick-customer
    {
        padding: 0 10%;
    }
}
.index-customer .slick-list
{
    margin: 0 -15px;
}
.index-customer .slick-slide
{
    padding: 0 15px;
}
.index-customer .item
{
    padding: 40px 40px 50px;

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

    color: #666;
    background-color: #f2f2f2;
}
@media (min-width: 1200px)
{
    .index-customer .item:hover
    {
        background-color: #09468e;
    }
    .index-customer .item:hover,
    .index-customer .item:hover .name
    {
        color: #fff;
    }
}
@media (max-width: 767px)
{
    .index-customer .item
    {
        padding: 25px 30px 35px;
    }
}
.index-customer .item .intro p
{
    font-size: 14px;
    line-height: 1.71428571;

    margin: 0;
}
.index-customer .item .info
{
    position: relative;

    margin-top: 30px;
    padding-left: 90px;

    border-top: 1px solid transparent;
}
@media (max-width: 767px)
{
    .index-customer .item .info
    {
        margin-top: 20px;
        padding-left: 75px;
    }
}
.index-customer .item .info .pic-box
{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    overflow: hidden;

    width: 70px;

    border-radius: 50%;
}
@media (max-width: 767px)
{
    .index-customer .item .info .pic-box
    {
        width: 60px;
    }
}
.index-customer .item .name
{
    font-size: 20px;
    font-weight: bold;

    overflow: hidden;

    margin: 5px 0 10px;

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

    color: #1a1a1a;
}
@media (max-width: 767px)
{
    .index-customer .item .name
    {
        font-size: 16px;

        margin: 5px 0;
    }
}
.index-customer .item .country
{
    font-size: 16px;
}
@media (max-width: 767px)
{
    .index-customer .item .country
    {
        font-size: 14px;
    }
}
.index-customer .slick-arrow
{
    line-height: 80px;

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

    display: block;

    width: 80px;
    height: 80px;

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

    color: #020202;
    border-radius: 50%;
    background: none;
    background-color: #f2f2f2;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, .1);
}
.index-customer .slick-arrow:before
{
    font-family: 'iconfont' !important;
    font-size: 14px;
    font-size: 30px;
    font-weight: bold;
    font-style: normal;

    letter-spacing: 0;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1200px)
{
    .index-customer .slick-arrow:hover
    {
        color: #fff;
        background-color: #09468e;
    }
}
.index-customer .slick-prev
{
    left: -140px;
}
.index-customer .slick-prev:before
{
    content: '\eb60';
}
.index-customer .slick-next
{
    right: -140px;
}
.index-customer .slick-next:before
{
    content: '\e625';
}
@media (min-width: 1200px) and (max-width: 1469px)
{
    .index-customer .slick-prev
    {
        left: 0;
    }
    .index-customer .slick-next
    {
        right: 0;
    }
}
.index-customer .slick-dots
{
    margin-top: 20px;
}
.index-customer .slick-dots li:not(.slick-active)
{
    background-color: #f2f2f2;
}
@media (max-width: 767px)
{
    .index-customer .slick-dots
    {
        margin-top: 10px;
    }
}
.index-news .left .item
{
    padding: 50px;

    background-color: #f2f2f2;
}
@media (max-width: 1199px)
{
    .index-news .left .item
    {
        padding: 40px 35px;
    }
}
@media (max-width: 991px)
{
    .index-news .left .item
    {
        padding: 45px 55px;
    }
}
@media (max-width: 480px)
{
    .index-news .left .item
    {
        padding: 25px;
    }
}
.index-news .left .date
{
    font-size: 30px;
    line-height: 1;

    color: #999;
}
@media (max-width: 1199px)
{
    .index-news .left .date
    {
        font-size: 26px;
    }
}
@media (max-width: 480px)
{
    .index-news .left .date
    {
        font-size: 20px;
    }
}
.index-news .left h4
{
    font-size: 20px;
    font-weight: bold;

    overflow: hidden;

    margin-bottom: 15px;

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

    color: #1a1a1a;
}
@media (min-width: 1200px)
{
    .index-news .left h4:hover
    {
        text-decoration: underline;

        color: #09468e;
    }
}
@media (max-width: 480px)
{
    .index-news .left h4
    {
        font-size: 18px;
    }
}
.index-news .left .img-box
{
    padding-bottom: 54.23728814%;
}
@media (min-width: 1200px)
{
    .index-news .left .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-news .left .img-box:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
@media (max-width: 991px)
{
    .index-news .right
    {
        margin-top: 25px;
    }
}
.index-news .right li
{
    font-size: 0;

    padding: 23px 10px 23px 20px;

    -webkit-transition: .4s;
            transition: .4s;
    letter-spacing: -8px;

    border-top: 1px solid #ddd;
}
.index-news .right li:last-child
{
    border-bottom: 1px solid #ddd;
}
.index-news .right li:first-child
{
    border-top: none;
}
@media (min-width: 1200px)
{
    .index-news .right li:hover
    {
        box-shadow: 0 0 10px 1px rgba(0, 0, 0, .3);
    }
    .index-news .right li:hover,
    .index-news .right li:hover + li
    {
        border-color: transparent;
    }
    .index-news .right li:hover h4,
    .index-news .right li:hover .info
    {
        color: #09468e;
    }
    .index-news .right li:hover .info
    {
        border-color: #fff;
    }
}
@media (max-width: 1469px)
{
    .index-news .right li
    {
        padding: 18px 10px 18px 20px;
    }
}
@media (max-width: 1349px)
{
    .index-news .right li
    {
        padding: 15px 10px 15px 20px;
    }
}
@media (max-width: 1199px)
{
    .index-news .right li
    {
        padding: 12px 10px 12px 10px;
    }
}
.index-news .right li > div
{
    font-size: 14px;

    letter-spacing: 0;
}
@media only screen and (min-width: 992px)
{
    .index-news .right li > div
    {
        display: inline-block;

        vertical-align: top;
    }
}
@media only screen and (min-width: 992px)
{
    .index-news .right .intro
    {
        width: -webkit-calc(100% - 125px);
        width:         calc(100% - 125px);
        padding-right: 50px;
    }
}
.index-news .right .info
{
    color: #999;
}
@media only screen and (min-width: 992px)
{
    .index-news .right .info
    {
        width: 125px;
        padding-left: 30px;

        border-left: 1px dotted #ddd;
    }
}
.index-news .right h4
{
    font-size: 20px;
    font-weight: bold;

    overflow: hidden;

    margin: 0 0 15px;

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

    color: #1a1a1a;
}
@media (min-width: 1200px)
{
    .index-news .right h4:hover
    {
        text-decoration: underline;
    }
}
@media (max-width: 1199px)
{
    .index-news .right h4:active
    {
        text-decoration: underline;
    }
}
@media (max-width: 480px)
{
    .index-news .right h4
    {
        font-size: 18px;

        margin-bottom: 10px;
    }
}
.index-news .right p
{
    line-height: 1.28571429;

    display: -webkit-box;
    overflow: hidden;

    height: 36px;
    margin: 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 991px)
{
    .index-news .right p
    {
        -webkit-line-clamp: 1;
    }
}
.index-news .right .date
{
    font-size: 20px;

    color: #999;
}
@media (max-width: 991px)
{
    .index-news .right .date
    {
        font-size: 16px;

        margin-top: 5px;
    }
}
.index-news .right .more
{
    font-size: 20px;

    display: inline-block;

    margin-top: 20px;

    -webkit-transition: .4s;
            transition: .4s;
}
.index-news .right .more:after
{
    font-family: 'iconfont' !important;

    content: '\e610';
}
@media (min-width: 1200px)
{
    .index-news .right .more:hover
    {
        -webkit-transform: translateX(5px);
            -ms-transform: translateX(5px);
                transform: translateX(5px);
    }
}
@media (max-width: 991px)
{
    .index-news .right .more
    {
        display: none !important;
    }
}
.public-banner
{
    position: relative;

    overflow: hidden;

    width: 100%;
}
.public-banner img
{
    position: relative;

    width: 100%;
}
@media (max-width: 991px)
{
    .public-banner img
    {
        width: 120%;
        margin-left: -10%;
    }
}
@media (max-width: 480px)
{
    .public-banner img
    {
        width: 150%;
        margin-left: -25%;
    }
}
.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: #09468e;
}
@media (min-width: 1200px)
{
    .inside-nav li a:hover
    {
        text-decoration: underline;

        color: #09468e;
    }
}
.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;

    margin-right: 15px;

    content: '\e6c8';
    vertical-align: middle;
}
@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: #09468e;
    }
}
@media (max-width: 1199px)
{
    .breadcrumb li a:active
    {
        text-decoration: underline;

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

    content: '>';
}
@media (max-width: 767px)
{
    .breadcrumb > li + li:before
    {
        padding: 0 5px;
    }
}
@media (max-width: 991px)
{
    .list-l
    {
        display: none;
    }
}
.list-l .menu-wrap
{
    position: relative;
    z-index: 20;
}
.list-l .menu
{
    position: relative;
    z-index: 10;
}
.list-l .menu li
{
    position: relative;
}
.list-l .menu li.more > a
{
    position: relative;

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

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

    display: block;

    margin-top: -10px;

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

    color: #09468e;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.list-l .menu li.more > a:after
{
    content: '\e6d2';
}
.list-l .menu li.more > a:before
{
    content: '\e628';

    opacity: 0;
}
.list-l .menu a
{
    display: block;
}
.list-l .menu1 > li
{
    margin-top: 5px;
}
.list-l .menu1 > li.active > a
{
    background-color: #09468e;
}
.list-l .menu1 > li.active > a,
.list-l .menu1 > li.active > a:after,
.list-l .menu1 > li.active > a:before
{
    color: #fff;
}
.list-l .menu1 > li.active > a:before
{
    opacity: 1;
}
.list-l .menu1 > li.active > a:after
{
    -webkit-transform: rotate(-225deg);
        -ms-transform: rotate(-225deg);
            transform: rotate(-225deg);

    opacity: 0;
}
.list-l .menu1 > li:first-child
{
    margin-top: 0;
}
.list-l .menu1 > li > a
{
    font-size: 18px;

    padding: 13px 30px;

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

    color: #1a1a1a;
    background-color: #f2f2f2;
}
.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: #09468e;
}
.list-l .menu2 > li > a
{
    position: relative;

    padding: 10px 0;

    color: #666;
}
.list-l .menu2 > li > a:hover
{
    color: #09468e;
}
.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
{
    margin-top: -30px;
}
.product-list li
{
    margin-top: 30px;
}
@media (max-width: 480px)
{
    .product-list li
    {
        width: 100%;
    }
}
.product-list .img-box
{
    padding-bottom: 75.43859649%;
}
.product-list .item
{
    position: relative;

    overflow: hidden;

    border: 1px solid #ddd;
}
@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);
    }
}
.product-list .item:hover .name
{
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);

    opacity: 1;
}
.product-list .name
{
    font-size: 18px;
    font-weight: bold;

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

    width: 250px;
    max-width: 100%;
    padding: 25px 60px 25px 20px;

    color: #fff;
    background: url(../images/imgs/pro-bg.png) no-repeat left bottom;
    background-size: cover;
}
@media (min-width: 1200px)
{
    .product-list .name
    {
        -webkit-transition: .5s;
                transition: .5s;
        -webkit-transform: translateX(-101%);
            -ms-transform: translateX(-101%);
                transform: translateX(-101%);

        opacity: 0;
    }
}
@media (max-width: 1199px)
{
    .product-list .name
    {
        padding: 15px 60px 15px 15px;
    }
}
@media (max-width: 767px)
{
    .product-list .name
    {
        padding-right: 50px;
    }
}
.product-list .name p
{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.33333333;

    display: -webkit-box;
    overflow: hidden;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media (max-width: 1199px)
{
    .product-list .name p
    {
        font-size: 16px;
        line-height: 1.375;

        max-height: 66px;
    }
}
@media (max-width: 767px)
{
    .product-list .name p
    {
        font-size: 14px;
        line-height: 1.42857143;

        max-height: 60px;
    }
}
@media (min-width: 1200px)
{
    .product-list .name a:hover
    {
        text-decoration: underline;
    }
}
@media (max-width: 1199px)
{
    .product-list .name a:active
    {
        text-decoration: underline;
    }
}
.product-wrap .page
{
    padding-top: 40px;
}
@media (max-width: 991px)
{
    .product-wrap .page
    {
        padding-top: 25px;
    }
}
.product-details-wrap .carousel-wrap
{
    overflow: hidden;
}
.product-details-wrap .carousel-wrap .img-box
{
    padding-bottom: 75.43859649%;
}
.product-details-wrap .carousel-wrap .row > div
{
    margin-top: 40px;
}
@media (max-width: 991px)
{
    .product-details-wrap .carousel-wrap .row > div
    {
        margin-top: 25px;
    }
}
.product-details-wrap .carousel-wrap .carousel
{
    font-size: 0;

    position: relative;

    padding-bottom: 1px;
    padding-left: 2px;

    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    letter-spacing: -8px;
}
@media (max-width: 991px)
{
    .product-details-wrap .carousel-wrap .carousel
    {
        width: 572px;
        max-width: 100%;
        margin: 0 auto;
        padding: 3px;
    }
}
@media (max-width: 1349px)
{
    .product-details-wrap .carousel-wrap .carousel .item
    {
        padding: 1px;
    }
}
.product-details-wrap .carousel-wrap .carousel .slider-for
{
    position: relative;
    z-index: 2;

    overflow: hidden;

    margin: 0 -2px;

    border: 1px solid #ddd;
}
.product-details-wrap .carousel-wrap .carousel .pro-video
{
    position: relative;

    cursor: pointer;
}
.product-details-wrap .carousel-wrap .carousel .pro-video:before
{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-transform: translateZ(1px);
            transform: translateZ(1px);

    background-color: rgba(0, 0, 0, .2);
}
.product-details-wrap .carousel-wrap .carousel .pro-video:after
{
    font-family: 'iconfont' !important;
    font-size: 50px;

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

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

    color: #fff;
}
.product-details-wrap .carousel-wrap .carousel .pro-video iframe
{
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;

    display: none;

    width: 100%;
    height: 100%;

    border: none;
}
.product-details-wrap .carousel-wrap .carousel .slider-nav
{
    position: relative;
    z-index: 5;

    overflow: hidden;

    width: 100%;
    margin-top: 5px;
    padding: 0 30px;
}
.product-details-wrap .carousel-wrap .carousel .slider-nav .slick-list
{
    margin: 0 -2px;
}
.product-details-wrap .carousel-wrap .carousel .slider-nav .slick-slide
{
    padding: 5px;

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

    overflow: hidden;

    border: 1px solid #ddd;
}
.product-details-wrap .carousel-wrap .carousel .slick-arrow
{
    font-size: 18px;

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

    display: block;

    padding: 0;

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

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

    display: block;

    letter-spacing: 0;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.product-details-wrap .carousel-wrap .carousel .slick-arrow:hover
{
    color: #09468e;
}
.product-details-wrap .carousel-wrap .carousel .slick-prev
{
    left: 0;
}
.product-details-wrap .carousel-wrap .carousel .slick-prev:before
{
    content: '\eb60';
}
.product-details-wrap .carousel-wrap .carousel .slick-next
{
    right: 0;
}
.product-details-wrap .carousel-wrap .carousel .slick-next:before
{
    content: '\e625';
}
.product-details-wrap .carousel-wrap .info-box
{
    position: relative;

    overflow: hidden;
}
@media (max-width: 991px)
{
    .product-details-wrap .carousel-wrap .info-box
    {
        width: 100%;
    }
}
@media (max-width: 767px)
{
    .product-details-wrap .carousel-wrap .info-box
    {
        padding: 0;
    }
}
.product-details-wrap .carousel-wrap .info-box h1
{
    font-size: 30px;
    font-weight: bold;

    margin: 0 0 25px;

    color: #1a1a1a;
}
@media (max-width: 767px)
{
    .product-details-wrap .carousel-wrap .info-box h1
    {
        font-size: 26px;

        margin-bottom: 15px;
    }
}
.product-details-wrap .carousel-wrap .info-box .intro p
{
    line-height: 1.42857143;

    margin: 0;

    color: #666;
}
@media (max-width: 767px)
{
    .product-details-wrap .carousel-wrap .info-box .intro p
    {
        font-size: 14px;
    }
}
.product-details-wrap .carousel-wrap .info-box .intro img
{
    max-width: 100%;
    height: auto !important;
}
.product-details-wrap .carousel-wrap .info-box .fun-btn
{
    margin-bottom: 25px;
}
.product-details-wrap .carousel-wrap .info-box .fun-btn a
{
    display: inline-block;

    margin-top: 15px;

    border-color: #1e96d8;
    background-color: #1e96d8;
}
.product-details-wrap .share-box p
{
    color: #999;
}
.product-details-wrap .list-title
{
    margin-top: 35px;
}
.product-details-wrap .list-title h4
{
    font-size: 25px;
    font-weight: bold;

    margin: 0 0 15px;

    color: #1a1a1a;
}
@media (max-width: 767px)
{
    .product-details-wrap .list-title h4
    {
        font-size: 22px;
    }
}
.product-details-wrap .intro-wrap .intro img
{
    max-width: 100%;
    height: auto !important;
}
.product-details-wrap .intro-wrap .intro p
{
    line-height: 1.8;

    margin: 0;

    color: #333;
}
.product-details-wrap .inquiry-form p
{
    font-weight: 300;

    color: #333;
}
.product-details-wrap .inquiry-form .submit
{
    background-color: #09468e;
}
.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 form
{
    margin-top: 15px;
}
.inquiry-form form input,
.inquiry-form form textarea
{
    font-size: 16px;

    display: block;

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

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

        padding: 12px 15px;
    }
}
.inquiry-form form .pro-name
{
    color: #333;
    background: #d8d8d8;
}
.inquiry-form form textarea
{
    height: 240px;
}
@media (max-width: 767px)
{
    .inquiry-form form textarea
    {
        height: 200px;
    }
}
.inquiry-form form .submit
{
    font-size: 20px;

    display: block;

    padding: 1px 38px;

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

    color: #fff;
    background-color: #09468e;
}
@media (min-width: 1200px)
{
    .inquiry-form form .submit:hover
    {
        text-decoration: underline;

        box-shadow: inset 0 2px 10px rgba(0, 0, 0, .3);
    }
}
@media (max-width: 1199px)
{
    .inquiry-form form .submit:active
    {
        text-decoration: underline;

        box-shadow: inset 0 2px 10px rgba(0, 0, 0, .3);
    }
}
@media (max-width: 767px)
{
    .inquiry-form form .submit
    {
        font-size: 16px;
    }
}
.inside-page
{
    overflow: hidden;
}
.inside-page .content
{
    padding: 60px 0;

    background: top center no-repeat;
}
@media (max-width: 1199px)
{
    .inside-page .content
    {
        padding: 55px 0;
    }
}
@media (max-width: 991px)
{
    .inside-page .content
    {
        padding: 50px 0;
    }
}
@media (max-width: 767px)
{
    .inside-page .content
    {
        padding: 45px 0;
    }
}
.inside-page .title
{
    position: relative;

    margin-bottom: 50px;
}
.inside-page .title:after
{
    display: block;

    width: 640px;
    max-width: 100%;
    height: 1px;
    margin: 15px auto 0;

    content: '';

    border-top: 1px dotted #9e9e9e;
}
.inside-page .title:before
{
    font-family: 'iconfont' !important;
    font-size: 24px;
    line-height: 1;

    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 50%;

    display: block;

    padding: 0 10px;

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

    color: #09468e;
    background-color: #fff;
}
@media (max-width: 991px)
{
    .inside-page .title
    {
        margin-bottom: 40px;
    }
}
.inside-page .title h3
{
    font-size: 40px;
    font-weight: bold;

    margin: 0;

    text-align: center;
    text-transform: uppercase;

    color: #09468e;
}
@media (max-width: 991px)
{
    .inside-page .title h3
    {
        font-size: 32px;
    }
}
@media (max-width: 767px)
{
    .inside-page .title h3
    {
        font-size: 26px;
    }
}
.about-wrap .carousel-wrap .img-box
{
    padding-bottom: 57.97101449%;
}
.about-wrap .carousel-wrap .carousel-box
{
    overflow: hidden;
}
@media (max-width: 991px)
{
    .about-wrap .carousel-wrap .carousel-box,
    .about-wrap .carousel-wrap .slider-about-nav
    {
        width: 690px;
        max-width: 100%;
        margin: 0 auto 20px;
    }
}
.about-wrap .carousel-wrap .info-box
{
    position: relative;
}
@media only screen and (min-width: 992px)
{
    .about-wrap .carousel-wrap .info-box
    {
        padding-bottom: 140px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .about-wrap .carousel-wrap .info-box
    {
        padding-bottom: 100px;
    }
}
@media (max-width: 767px)
{
    .about-wrap .carousel-wrap .info-box
    {
        margin-top: 20px;
    }
}
.about-wrap .carousel-wrap .info-box h1
{
    font-size: 36px;
    font-weight: bold;

    margin: 0;
    padding: 30px 0 25px;
}
.about-wrap .carousel-wrap .info-box h1 + span
{
    line-height: 1.85714286;

    display: block;

    margin-bottom: 20px;

    color: #888;
}
@media (max-width: 1349px)
{
    .about-wrap .carousel-wrap .info-box h1
    {
        padding-top: 10px;
    }
}
@media (max-width: 1199px)
{
    .about-wrap .carousel-wrap .info-box h1
    {
        font-size: 30px;

        padding-bottom: 15px;
    }
}
@media (max-width: 991px)
{
    .about-wrap .carousel-wrap .info-box h1
    {
        font-size: 28px;

        padding: 20px 0 10px;
    }
}
@media (max-width: 767px)
{
    .about-wrap .carousel-wrap .info-box h1
    {
        font-size: 24px;
    }
}
.about-wrap .carousel-wrap .info-box .intro
{
    min-height: 265px;
}
@media (max-width: 1199px)
{
    .about-wrap .carousel-wrap .info-box .intro
    {
        min-height: 215px;
    }
}
.about-wrap .carousel-wrap .info-box .intro p
{
    line-height: 1.42857143;

    margin: 0;

    color: #666;
}
.about-wrap .carousel-wrap .info-box .intro img
{
    max-width: 100%;
    height: auto !important;
}
.about-wrap .carousel-wrap .slider-about-nav
{
    padding: 0 25px;
}
@media (min-width: 992px)
{
    .about-wrap .carousel-wrap .slider-about-nav
    {
        position: absolute;
        bottom: 0;
        left: 0;

        width: 100%;
    }
}
.about-wrap .carousel-wrap .slider-about-nav .slick-slide
{
    padding: 0 10px;
}
.about-wrap .carousel-wrap .slider-about-nav .slick-slide .item
{
    -webkit-transition: .3s;
            transition: .3s;

    border: 1px solid transparent;
}
.about-wrap .carousel-wrap .slider-about-nav .slick-current .item
{
    border-color: #b41c1c;
}
.about-wrap .carousel-wrap .slider-about-nav .slick-arrow
{
    font-size: 22px;
    font-weight: bold;

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

    padding: 0;

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

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

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1200px)
{
    .about-wrap .carousel-wrap .slider-about-nav .slick-arrow:hover
    {
        color: #09468e;
    }
}
@media (max-width: 1199px)
{
    .about-wrap .carousel-wrap .slider-about-nav .slick-arrow:active
    {
        color: #09468e;
    }
}
@media (max-width: 767px)
{
    .about-wrap .carousel-wrap .slider-about-nav .slick-arrow
    {
        font-size: 16px;
    }
}
.about-wrap .carousel-wrap .slider-about-nav .slick-prev
{
    left: 0;
}
.about-wrap .carousel-wrap .slider-about-nav .slick-prev:before
{
    content: '\eb60';
}
.about-wrap .carousel-wrap .slider-about-nav .slick-next
{
    right: 0;
}
.about-wrap .carousel-wrap .slider-about-nav .slick-next:before
{
    content: '\e625';
}
.about-wrap .num-box
{
    padding-top: 5px;
}
.about-wrap .fancybox-pic
{
    margin-top: 50px;

    text-align: center;
}
.about-wrap .fancybox-pic img
{
    max-width: 100%;
    height: auto !important;
}
.quality-wrap .title
{
    margin-top: 45px;
}
.quality-wrap .title:before,
.quality-wrap .title:after
{
    display: none;
}
.quality-wrap .intro-wrap p
{
    line-height: 1.42857143;

    margin: 0;

    color: #666;
}
.quality-wrap .intro-wrap img
{
    max-width: 100%;
    height: auto !important;
}
.quality-wrap .quality-list
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.quality-wrap .quality-list > div
{
    margin-bottom: 20px;
}
@media (max-width: 480px)
{
    .quality-wrap .quality-list > div
    {
        width: 100%;
    }
}
.quality-wrap .quality-list .item
{
    position: relative;

    height: 100%;
    padding: 30px 90px;

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

    border-radius: 20px;
    background-color: #f2f2f2;
}
@media (min-width: 1200px)
{
    .quality-wrap .quality-list .item:hover
    {
        -webkit-transform: translateY(-5px);
            -ms-transform: translateY(-5px);
                transform: translateY(-5px);

        box-shadow: 0 5px 10px 1px rgba(0, 0, 0, .2);
    }
}
@media (max-width: 1469px)
{
    .quality-wrap .quality-list .item
    {
        padding: 30px 75px;
    }
}
@media (max-width: 1349px)
{
    .quality-wrap .quality-list .item
    {
        padding: 30px 55px;
    }
}
@media (max-width: 1199px)
{
    .quality-wrap .quality-list .item
    {
        padding: 25px 35px;
    }
}
@media (max-width: 991px)
{
    .quality-wrap .quality-list .item
    {
        padding: 25px 20px;

        border-radius: 10px;
    }
}
.quality-wrap .quality-list .iconfont
{
    font-size: 100px;
    line-height: 1;

    display: block;

    color: #09468e;
}
@media (max-width: 1199px)
{
    .quality-wrap .quality-list .iconfont
    {
        font-size: 70px;
    }
}
@media (max-width: 991px)
{
    .quality-wrap .quality-list .iconfont
    {
        font-size: 60px;
    }
}
@media (max-width: 767px)
{
    .quality-wrap .quality-list .iconfont
    {
        font-size: 45px;
    }
}
.quality-wrap .quality-list h4
{
    font-size: 20px;
    font-weight: bold;

    margin: 10px 0 5px;
}
@media (max-width: 991px)
{
    .quality-wrap .quality-list h4
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .quality-wrap .quality-list h4
    {
        font-size: 16px;
    }
}
.quality-wrap .quality-list p
{
    line-height: 1.71428571;

    margin: 0;

    color: #999;
}
.quality-wrap .honor-list
{
    padding-top: 5px;
}
@media (max-width: 480px)
{
    .quality-wrap .honor-list
    {
        margin: 0 -10px;
        padding-top: 0;
    }
}
.quality-wrap .honor-list li
{
    margin-top: 15px;
}
@media (max-width: 480px)
{
    .quality-wrap .honor-list li
    {
        width: 50%;
        padding: 0 10px;
    }
}
.quality-wrap .honor-list .img-box
{
    padding-bottom: 133.33333333%;
}
@media (min-width: 1200px)
{
    .quality-wrap .honor-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;
    }
    .quality-wrap .honor-list .img-box:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
.video-wrap .list
{
    margin-top: -30px;
}
@media (max-width: 480px)
{
    .video-wrap .list
    {
        margin-top: -25px;
    }
}
.video-wrap .list li
{
    margin-top: 30px;
}
@media (max-width: 480px)
{
    .video-wrap .list li
    {
        width: 100%;
        margin-top: 25px;
    }
}
.video-wrap .list .item
{
    position: relative;

    display: block;

    cursor: pointer;
}
.video-wrap .list .item .name
{
    position: relative;

    padding: 8px 10px;

    text-align: center;

    color: #fff;
    border: 5px solid #09468e;
    background-color: #09468e;
}
.video-wrap .list .item .name:before
{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';

    border: 1px solid #fff;
}
.video-wrap .list .item p
{
    font-size: 18px;

    position: relative;
    z-index: 3;

    display: block;
    overflow: hidden;

    height: 26px;
    margin: 0;

    white-space: nowrap;
    text-overflow: ellipsis;
}
@media (max-width: 1199px)
{
    .video-wrap .list .item p
    {
        font-size: 16px;

        height: 22px;
    }
}
@media (max-width: 767px)
{
    .video-wrap .list .item p
    {
        font-size: 14px;

        height: 20px;
    }
}
.video-wrap .list .img-box
{
    padding-bottom: 64.44444444%;
}
@media (min-width: 1200px)
{
    .video-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;
    }
    .video-wrap .list .img-box:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
.video-wrap .list .img-box:after
{
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';

    background-color: rgba(9, 70, 142, .5);
}
@media (max-width: 1199px)
{
    .video-wrap .list .img-box:after
    {
        background-color: rgba(9, 70, 142, .2);
    }
}
.video-wrap .list .img-box:before
{
    font-family: 'iconfont' !important;
    font-size: 28px;

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

    display: block;

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

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

    color: #fff;
}
@media (min-width: 1200px)
{
    .video-wrap .list .img-box:after,
    .video-wrap .list .img-box:before
    {
        -webkit-transition: .5s;
                transition: .5s;

        opacity: 0;
    }
    .video-wrap .list .img-box:before
    {
        -webkit-transform: translateY(200%);
            -ms-transform: translateY(200%);
                transform: translateY(200%);
    }
    .video-wrap .list .img-box:hover:after,
    .video-wrap .list .img-box:hover:before
    {
        opacity: 1;
    }
    .video-wrap .list .img-box:hover:before
    {
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0);
    }
}
.video-wrap .page
{
    margin-top: 40px;
}
@media (max-width: 767px)
{
    .video-wrap .page
    {
        margin-top: 25px;
    }
}
.news-list .img-box
{
    padding-bottom: 75.55555556%;
}
.news-list li
{
    margin-bottom: 30px;
}
@media (max-width: 480px)
{
    .news-list li
    {
        width: 100%;
        margin-bottom: 30px;
    }
}
.news-list .item
{
    position: relative;
    z-index: 2;

    overflow: hidden;

    box-shadow: 0 0 10px 2px rgba(0, 0, 0, .2);
}
@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 .more a
    {
        color: #fff;
        background-color: #09468e;
    }
}
.news-list .item .intro
{
    overflow: hidden;

    padding: 25px 20px 30px;
}
@media (max-width: 767px)
{
    .news-list .item .intro
    {
        padding: 25px 20px 30px;
    }
}
.news-list .item h4
{
    font-size: 20px;
    font-weight: bold;

    overflow: hidden;

    height: 22px;
    margin: 0 0 5px;

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

    color: #09468e;
}
.news-list .item p
{
    line-height: 1.28571429;

    display: -webkit-box;
    overflow: hidden;

    height: 90px;
    margin: 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}
.news-list .item .date
{
    float: left;

    margin-top: 18px;
}
.news-list .item .date:before,
.news-list .item .date span
{
    display: inline-block;

    vertical-align: middle;
}
.news-list .item .date:before
{
    font-family: 'iconfont' !important;
    font-weight: bold;

    margin-right: 5px;

    content: '\e652';

    color: #09468e;
}
.news-list .item .date span
{
    color: #999;
}
.news-list .item .more
{
    display: inline-block;
    float: right;

    margin-top: 10px;
}
.news-list .item .more a:after
{
    font-family: 'iconfont' !important;

    margin-left: 10px;

    content: '\e610';
}
.line-btn > a,
.line-btn > button,
.line-btn > div
{
    position: relative;

    display: block;

    padding: 5px 20px;

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

    color: #fff;
    border: 5px solid #09468e;
    background-color: #09468e;
}
@media (max-width: 767px)
{
    .line-btn > a,
    .line-btn > button,
    .line-btn > div
    {
        padding: 3px 10px;
    }
}
.line-btn > a span,
.line-btn > button span,
.line-btn > div span,
.line-btn > a:after,
.line-btn > button:after,
.line-btn > div:after
{
    position: relative;
    z-index: 5;

    display: inline-block;
}
.line-btn > a .line,
.line-btn > button .line,
.line-btn > div .line
{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';
}
.line-btn > a .line:before,
.line-btn > button .line:before,
.line-btn > div .line:before,
.line-btn > a .line:after,
.line-btn > button .line:after,
.line-btn > div .line:after
{
    position: absolute;

    display: block;

    content: '';
}
.line-btn > a .line:before,
.line-btn > button .line:before,
.line-btn > div .line:before
{
    left: 50%;

    width: 0;
    height: 100%;

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

    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.line-btn > a .line:after,
.line-btn > button .line:after,
.line-btn > div .line:after
{
    top: 50%;

    width: 100%;
    height: 0;

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

    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
}
@media (min-width: 1200px)
{
    .line-btn > a:hover .line:before,
    .line-btn > button:hover .line:before,
    .line-btn > div:hover .line:before,
    .line-btn > a:hover .line:after,
    .line-btn > button:hover .line:after,
    .line-btn > div:hover .line:after
    {
        -webkit-transition: .4s;
                transition: .4s;
    }
    .line-btn > a:hover .line:before,
    .line-btn > button:hover .line:before,
    .line-btn > div:hover .line:before
    {
        width: 100%;
    }
    .line-btn > a:hover .line:after,
    .line-btn > button:hover .line:after,
    .line-btn > div:hover .line:after
    {
        height: 100%;
    }
}
@media (max-width: 1199px)
{
    .line-btn > a .line:before,
    .line-btn > button .line:before,
    .line-btn > div .line:before
    {
        width: 100%;
    }
    .line-btn > a .line:after,
    .line-btn > button .line:after,
    .line-btn > div .line:after
    {
        height: 100%;
    }
}
.news-wrap .news-list
{
    padding-top: 20px;
}
@media (max-width: 767px)
{
    .news-wrap .news-list
    {
        padding-top: 10px;
    }
}
.news-wrap .page
{
    padding-top: 10px;
}
@media (max-width: 991px)
{
    .news-wrap .page
    {
        padding-top: 0;
    }
}
@media (min-width: 1200px)
{
    .news-details-wrap .content
    {
        padding: 100px 0;
    }
}
.news-details-wrap .info
{
    margin-bottom: 35px;

    text-align: center;

    border-bottom: 1px solid #ddd;
}
@media (max-width: 767px)
{
    .news-details-wrap .info
    {
        margin-bottom: 25px;
    }
}
.news-details-wrap h1
{
    font-size: 30px;
    font-weight: normal;

    margin: 0;

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

    color: #09468e;
}
@media (max-width: 767px)
{
    .news-details-wrap .date
    {
        margin: 10px 0;
    }
}
.news-details-wrap .intro p
{
    line-height: 1.57142857;

    margin: 0;

    color: #666;
}
.news-details-wrap .intro img
{
    max-width: 100%;
    height: auto !important;
}
.news-details-wrap .news-page
{
    overflow: hidden;

    margin-top: 30px;

    border-bottom: 1px solid #ddd;
}
@media (max-width: 767px)
{
    .news-details-wrap .news-page
    {
        margin-top: 25px;
        padding-bottom: 5px;
    }
}
.news-details-wrap .news-page a
{
    position: relative;

    display: inline-block;

    max-width: 100%;

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

    color: #666;
}
@media only screen and (min-width: 1200px)
{
    .news-details-wrap .news-page a:hover span
    {
        color: #09468e;
    }
}
@media (max-width: 1199px)
{
    .news-details-wrap .news-page a:active span
    {
        color: #09468e;
    }
}
.news-details-wrap .news-page p
{
    overflow: hidden;

    margin: 0;
    padding: 5px 0;

    white-space: nowrap;
    text-overflow: ellipsis;
}
@media (max-width: 767px)
{
    .news-details-wrap .news-page p
    {
        padding: 0;
    }
}
@media only screen and (min-width: 768px)
{
    .news-details-wrap .news-page .next
    {
        text-align: right;
    }
}
@media (max-width: 991px)
{
    .contact-wrap .list-wrap
    {
        padding-bottom: 10px;
    }
}
.contact-wrap .list-wrap > div
{
    margin-bottom: 40px;
}
@media (max-width: 991px)
{
    .contact-wrap .list-wrap > div
    {
        margin-bottom: 20px;
    }
}
.contact-wrap .list
{
    font-size: 0;

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

    margin: -10px -5px 0;

    letter-spacing: -8px;

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

    display: inline-block;
    float: none;

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

    vertical-align: top;
    letter-spacing: 0;
}
.contact-wrap .item
{
    position: relative;

    height: 100%;
    padding: 30px 10px;

    text-align: center;

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

    display: inline-block;

    width: 90px;
    height: 90px;
    margin-bottom: 25px;

    color: #09468e;
    border: 3px solid #09468e;
    border-radius: 50%;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.contact-wrap .item p
{
    font-size: 18px;

    margin: 0;

    word-break: break-word;

    color: #1a1a1a;
}
@media (min-width: 1200px)
{
    .contact-wrap .item
    {
        -webkit-transition: .3s;
                transition: .3s;
    }
    .contact-wrap .item:hover
    {
        -webkit-transform: translateY(-2px);
            -ms-transform: translateY(-2px);
                transform: translateY(-2px);

        box-shadow: 0 0 5px 1px rgba(0, 0, 0, .1);
    }
    .contact-wrap .item p a:hover
    {
        text-decoration: underline;

        color: #09468e;
    }
}
@media (max-width: 1349px)
{
    .contact-wrap .item:before
    {
        line-height: 69px;

        width: 75px;
        height: 75px;
    }
    .contact-wrap .item p
    {
        font-size: 16px;
    }
}
@media (max-width: 1199px)
{
    .contact-wrap .item:before
    {
        font-size: 30px;
        line-height: 56px;

        width: 60px;
        height: 60px;
        margin-bottom: 15px;

        border-width: 2px;
    }
    .contact-wrap .item p
    {
        font-size: 14px;
    }
    .contact-wrap .item p a:active
    {
        text-decoration: underline;

        color: #09468e;
    }
}
@media (max-width: 480px)
{
    .contact-wrap .item
    {
        padding: 25px 10px;
    }
    .contact-wrap .item:before
    {
        font-size: 24px;
        line-height: 46px;

        width: 50px;
        height: 50px;
        margin-bottom: 10px;

        border-width: 2px;
    }
}
.contact-wrap .add:before
{
    content: '\e63e';
}
.contact-wrap .tel:before
{
    content: '\e61c';
}
.contact-wrap .mail:before
{
    content: '\e6a4';
}
.contact-wrap .url:before
{
    content: '\e699';
}
.contact-wrap .wechat:before
{
    content: '\e604';
}
.contact-wrap .whatsapp:before
{
    content: '\e627';
}
.contact-wrap .skype:before
{
    content: '\e616';
}
.contact-wrap .company:before
{
    content: '\e647';
}
.contact-wrap .inquiry-form > p
{
    font-size: 16px;
    line-height: 1.375;

    margin: 5px 0;

    color: #999;
}
@media (max-width: 767px)
{
    .contact-wrap .inquiry-form > p
    {
        font-size: 14px;
    }
}
.contact-wrap .inquiry-form form
{
    margin-top: 0;
}
.contact-wrap .inquiry-form input,
.contact-wrap .inquiry-form textarea
{
    margin: 0 0 10px;
}
.contact-wrap .inquiry-form textarea
{
    height: 205px;
}
.contact-wrap .map-content
{
    height: 600px;
}
@media (max-width: 991px)
{
    .contact-wrap .map-content
    {
        height: 450px;
    }
}
@media (max-width: 480px)
{
    .contact-wrap .map-content
    {
        height: 350px;
        height: 60vmin;
    }
}
.online-wrap .btn
{
    line-height: 38px;

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

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

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

    border-radius: 10px;
    background-color: rgba(64, 64, 64, .7);
}
@media (min-width: 992px)
{
    .online-wrap .btn
    {
        display: none;
    }
}
.online-wrap .btn:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;

    display: inline-block;

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

    color: #fff;
}
.online-wrap .btn.active:before
{
    -webkit-transform: rotateZ(225deg);
        -ms-transform: rotate(225deg);
            transform: rotateZ(225deg);
}
.online-wrap .code-pic
{
    position: fixed;
    z-index: 101;
    right: 45px;
    bottom: 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: 90px;

        -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: rgba(9, 70, 142, .7);
    }
}
@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: 998;
    bottom: 0;
    left: 0;

    width: 100%;

    background-color: rgba(9, 70, 142, .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: 20%;

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

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

    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.whatsapp > a:before
{
    content: '\e621';
}
.xs-online ul li.feedback > a:before
{
    content: '\e7a5';
}
.xs-online ul li.feedback > a:before,
.xs-online ul li.message > a:before
{
    content: '\e6af';
}
.xs-online ul li.contact > a:before
{
    content: '\e68a';
}
.xs-online ul li.gotop > a:before
{
    content: '\e605';
}
.xs-online ul li.map > a:before
{
    content: '\e60d';
}
.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;
}
.share a:first-child
{
    margin-left: 0;
}
.share a:before
{
    font-size: 16px;

    display: block;
}
.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
{
    padding: 100px 0;

    text-align: center;

    color: #fff;
    background-color: #09468e;
}
@media (max-width: 1199px)
{
    .footer
    {
        padding: 70px 0;
    }
}
@media (max-width: 991px)
{
    .footer
    {
        padding: 50px 0;
    }
}
@media (max-width: 767px)
{
    .footer
    {
        padding: 40px 0 60px;
    }
}
.footer .f-logo
{
    margin-bottom: 15px;
}
.footer .f-logo img
{
    max-width: 100%;
    height: auto !important;
}
.footer .share a
{
    line-height: 20px;

    overflow: hidden;

    width: 20px;
    height: 20px;

    color: #09468e;
    border-radius: 4px;
    background-color: #fff;
}
.footer .share a:before
{
    font-size: 14px;
}
@media (max-width: 480px)
{
    .footer .f-nav
    {
        margin: 10px 0;
    }
}
.footer .f-nav li
{
    display: inline-block;

    margin-top: 10px;

    vertical-align: middle;
}
.footer .f-nav li:after
{
    margin: 0 45px;

    content: '●';
}
@media (max-width: 1199px)
{
    .footer .f-nav li:after
    {
        margin: 0 40px;
    }
}
@media (max-width: 991px)
{
    .footer .f-nav li:after
    {
        margin: 0 35px;
    }
}
@media (max-width: 767px)
{
    .footer .f-nav li:after
    {
        margin: 0 30px;
    }
}
@media (max-width: 480px)
{
    .footer .f-nav li:after
    {
        font-size: 12px;

        margin: 0 15px;
    }
}
.footer .f-nav li:last-child:after
{
    display: none;
}
.footer .f-nav li:after,
.footer .f-nav li a
{
    display: inline-block;

    vertical-align: middle;
}
.footer .f-nav li a
{
    text-transform: uppercase;
}
@media (min-width: 1200px)
{
    .footer .f-nav li a:hover
    {
        text-decoration: underline;
    }
}
@media (max-width: 1199px)
{
    .footer .f-nav li a:active
    {
        text-decoration: underline;
    }
}
.footer .contact ul
{
    font-size: 0;

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

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

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

    content: '';
}
.footer .contact li
{
    font-size: 14px;

    display: inline-block;

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

    text-align: left;
    vertical-align: top;
    letter-spacing: 0;
}
.footer .contact p
{
    position: relative;

    margin: 0;
    padding-left: 23px;
}
.footer .contact p:before
{
    font-family: 'iconfont' !important;
    font-size: 15px;
    font-style: normal;

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

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1200px)
{
    .footer .contact p a:hover
    {
        text-decoration: underline;
    }
}
@media (max-width: 1199px)
{
    .footer .contact p a:active
    {
        text-decoration: underline;
    }
}
.footer .contact .phone:before
{
    content: '\e61c';
}
.footer .contact .web:before
{
    content: '\e699';
}
.footer .contact .mail:before
{
    content: '\e6a4';
}
.footer .contact .add:before
{
    content: '\e63e';
}
.footer .f-form
{
    position: relative;
}
.footer .f-form input::-webkit-input-placeholder,
.footer .f-form textarea::-webkit-input-placeholder
{
    color: #09468e;
}
.footer .f-form input:-o-placeholder,
.footer .f-form textarea:-o-placeholder
{
    color: #09468e;
}
.footer .f-form input::-moz-placeholder,
.footer .f-form textarea::-moz-placeholder
{
    color: #09468e;
}
.footer .f-form input:-ms-input-placeholder,
.footer .f-form textarea:-ms-input-placeholder
{
    color: #09468e;
}
.footer .f-form input:focus::-webkit-input-placeholder,
.footer .f-form textarea:focus::-webkit-input-placeholder
{
    color: #92accc;
}
.footer .f-form input:focus::-o-placeholder,
.footer .f-form textarea:focus::-o-placeholder
{
    color: #92accc;
}
.footer .f-form input:focus::-moz-placeholder,
.footer .f-form textarea:focus::-moz-placeholder
{
    color: #92accc;
}
.footer .f-form input:focus::-ms-input-placeholder,
.footer .f-form textarea:focus::-ms-input-placeholder
{
    color: #92accc;
}
.footer .f-form input,
.footer .f-form textarea
{
    display: block;

    width: 100%;
    margin-top: 20px;
    padding: 15px 40px;

    color: #09468e;
    background: #fff;
}
@media (max-width: 1349px)
{
    .footer .f-form input,
    .footer .f-form textarea
    {
        padding: 15px 25px;
    }
}
.footer .f-form .pro-name
{
    color: #333;
    background: #d8d8d8;
}
@media only screen and (min-width: 992px)
{
    .footer .f-form .col-md-5
    {
        padding-right: 45px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1349px)
{
    .footer .f-form .col-md-5
    {
        padding-right: 60px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .footer .f-form .col-md-5
    {
        padding-right: 65px;
    }
}
.footer .f-form textarea
{
    height: 120px;
}
.footer .f-form .submit
{
    font-size: 55px;
    line-height: 120px;

    width: 120px;
    height: 120px;

    color: #09468e;
    border-radius: 50%;
    background-color: #fff;
}
.footer .f-form .submit:before
{
    font-family: 'iconfont' !important;

    content: '\e610';
}
@media (min-width: 1200px)
{
    .footer .f-form .submit
    {
        -webkit-transition: .4s;
                transition: .4s;
    }
    .footer .f-form .submit:hover
    {
        box-shadow: inset 0 5px 10px 2px rgba(0, 0, 0, .3);
    }
}
@media (max-width: 1199px)
{
    .footer .f-form .submit:active
    {
        box-shadow: inset 0 5px 10px 2px rgba(0, 0, 0, .3);
    }
}
@media only screen and (min-width: 768px)
{
    .footer .f-form .submit
    {
        position: absolute;
        top: 20px;
        right: 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .footer .f-form .submit
    {
        top: auto;
        right: 30%;
        bottom: 0;
    }
}
@media (max-width: 767px)
{
    .footer .f-form .submit
    {
        font-size: 30px;
        line-height: 40px;

        display: block;

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

        border-radius: 0;
    }
}
.copyright
{
    position: relative;

    margin-top: 15px;
}
.copyright p
{
    line-height: 1.6;

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

        margin: 0;
    }
}
.copyright p a
{
    display: inline-block;
}
.copyright p a:hover
{
    text-decoration: underline;
}
.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;
    }
}


/**
 * Date : 2020年6月16日10:26:15
 * @author HSM
 * @toDo 产品详情页换tab选项卡
 */

.product-details-wrap .details-tab
{
    margin-top: 35px;
}
.product-details-wrap .details-tab .tab-card
{
    position: relative;
}
.product-details-wrap .details-tab .tab-nav
{
    border-bottom: 1px solid #446087;
}
.product-details-wrap .details-tab .tab-nav li
{
    display: inline-block;

    margin-left: 8px;
}
.product-details-wrap .details-tab .tab-nav li:first-child
{
    margin-left: 0;
}
.product-details-wrap .details-tab .tab-nav a
{
    font-size: 16px;

    display: block;

    padding: 10px 30px;

    color: #666;
    border-radius: 3px 3px 0 0;
    background-color: #eee;
}
@media (max-width: 767px)
{
    .product-details-wrap .details-tab .tab-nav a
    {
        font-size: 12px;

        padding: 6px 20px;
    }
}
.product-details-wrap .details-tab .tab-nav .active a
{
    color: #fff;
    background-color: #09468e;
}
.product-details-wrap .details-tab .tab-list
{
    display: none;
}
.product-details-wrap .details-tab .tab-list .list-content
{
    padding: 25px 0;
}
@media (max-width: 767px)
{
    .product-details-wrap .details-tab .tab-list .list-content
    {
        padding: 15px 0;
    }
}
.product-details-wrap .details-tab .tab-list .list-content p
{
    margin: 0;

    color: #666;
}
.product-details-wrap .details-tab .tab-list .list-content img
{
    max-width: 100%;
    height: auto !important;
}

/**
 * Date : 2020年7月2日09:11:40
 * @author HSM
 * @toDo quality底部荣誉资质列表换长图
 */
.quality-wrap .fancybox-pic{
    margin-top: 25px;
    overflow: hidden;
}

.quality-wrap .fancybox-pic img{
    display: block;
    width: 100%;
    height: auto !important;
}
@media (max-width: 480px) {
    .quality-wrap .fancybox-pic{
        margin-top: 15px;
    }
   .quality-wrap .fancybox-pic img{
        width: 120%;
        margin-left: -10%;
   }
}
