<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * style.less
 * å±‚å&nbsp;æ&nbsp;·å¼è¡¨
 */
@font-face
{
    font-family: 'iconfont';

    src: url('../font/iconfont.eot');
    /* IE9*/
    src: url('../font/iconfont.eot') format('embedded-opentype'), url('../font/iconfont.woff') format('woff'), url('../font/iconfont.ttf') format('truetype'), url('../font/iconfont.svg') format('svg');
    /* iOS 4.1- */
}
@media (min-width: 1320px)
{
    .container
    {
        width: 1320px;
    }
}
@media (max-width: 767px)
{
    .col-xs-6:nth-child(2n+1)
    {
        padding-right: 7.5px;
    }
    .col-xs-6:nth-child(2n)
    {
        padding-left: 7.5px;
    }
}
body
{
    font-family: 'Microsoft Yahei', Arial, 'å®‹ä½“', 'PingFang SC', sans-serif;
}
a
{
    text-decoration: none;

    color: inherit;
}
a:hover
{
    text-decoration: none;

    color: inherit;
}
a:visited,
a:link
{
    text-decoration: none;

    color: inherit;
}
.img-box
{
    position: relative;

    display: block;
    overflow: hidden;

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

    display: block;

    width: 100%;
    height: 100%;
}
.img-box img[src=''],
.img-box img:not([src])
{
    opacity: 0;
    border: 0;
}
.header
{
    width: 100%;
    height: 100px;
}
@media (max-width: 991px)
{
    .header
    {
        height: 75px;
    }
}
.header .container
{
    position: relative;
}
@media (max-width: 767px)
{
    .header .container
    {
        padding: 0;
    }
}
.header .logo
{
    float: left;
    overflow: hidden;

    height: 100px;
}
@media (max-width: 1199px)
{
    .header .logo
    {
        width: 100%;

        text-align: center;
    }
}
@media (max-width: 991px)
{
    .header .logo
    {
        width: auto;
        height: 75px;
        margin-left: 15px;
    }
}
.header .logo img
{
    height: 100%;
}
.header .navwrap &gt; ul
{
    float: right;

    margin-right: 20px;
    margin-bottom: 0;
    padding: 0;
}
@media (max-width: 992px)
{
    .header .navwrap &gt; ul
    {
        display: none;
    }
}
.header .navwrap &gt; ul &gt; .item
{
    line-height: 100px;

    float: left;

    list-style: none;

    -webkit-transition: all .2s ease;
            transition: all .2s ease;
}
@media (max-width: 991px)
{
    .header .navwrap &gt; ul &gt; .item
    {
        line-height: 40px;
    }
}
.header .navwrap &gt; ul &gt; .item &gt; a
{
    display: block;

    padding: 0 12px;
}
@media (max-width: 1199px)
{
    .header .navwrap &gt; ul &gt; .item &gt; a
    {
        padding: 0 14px;
    }
}
@media (max-width: 1199px)
{
    .header .navwrap &gt; ul
    {
        float: none;
    }
    .header .navwrap &gt; ul &gt; .item
    {
        line-height: 50px;
    }
}
.header .navwrap &gt; ul .level-2
{
    line-height: 30px;

    position: absolute;
    z-index: 12;
    top: 80px;

    display: none;
    overflow: hidden;

    min-width: 220px;
    margin: 0;
    margin-left: -60px;
    padding: 0;

    color: #999;
    border-radius: 1px;
    background-color: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .23);
}
@media (max-width: 1199px)
{
    .header .navwrap &gt; ul .level-2
    {
        top: 150px;
    }
}
.header .navwrap &gt; ul .level-2 &gt; li
{
    overflow: hidden;

    padding: 0 24px;

    list-style: none;

    -webkit-transition:         transform 1s ease;
    -webkit-transition: -webkit-transform 1s ease;
            transition: -webkit-transform 1s ease;
            transition:         transform 1s ease;
            transition:         transform 1s ease, -webkit-transform 1s ease;
}
.header .navwrap &gt; ul .level-2 &gt; li &gt; a
{
    font-size: 14px;
    line-height: 2.85714286;

    display: block;

    padding: 0;
}
.header .navwrap &gt; ul .level-2 &gt; li &gt; a::after
{
    font-family: 'iconfont';
    font-size: 16px;

    float: right;

    content: '\e66d';
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
}
.header .navwrap &gt; ul .level-2 &gt; li.more:hover &gt; a::after
{
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
}
.header .navwrap &gt; ul .level-2 &gt; li:hover &gt; a
{
    color: #004098;
}
.header .navwrap &gt; ul .level-2 .level-3
{
    font-size: 12px;

    display: none;

    width: 100%;
    margin: 0;
    padding: 0;
}
.header .navwrap &gt; ul .level-2 .level-3 li
{
    overflow: hidden;

    list-style: none;
}
.header .navwrap &gt; ul .level-2 .level-3 li a
{
    display: block;
}
.header .navwrap &gt; ul .level-2 .level-3 li a::before
{
    display: block;
    float: left;

    width: 3px;
    height: 3px;
    margin-top: 14px;
    margin-right: 10px;

    content: '';

    border-radius: 50%;
    background-color: #999;
}
.header .navwrap &gt; ul .level-2 .level-3 li a::after
{
    font-family: 'iconfont';
    font-size: 16px;

    float: right;

    content: '\e66d';
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
}
.header .navwrap &gt; ul .level-2 .level-3 li:hover
{
    color: #004098;
}
.header .navwrap &gt; ul .level-2 .level-3 li:hover a::before
{
    background-color: #004098;
}
.header .navigation
{
    line-height: 48px;

    position: absolute;
    z-index: 99;
    top: 75px;
    left: 0;

    display: none;
    overflow: visible;

    width: 100%;

    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
}
.header .navigation .level-1 &gt; li.more::after,
.header .navigation .level-2 &gt; li::before,
.header .navigation .level-2 &gt; li::after,
.header .navigation .level-3 &gt; li::before
{
    position: absolute;
    top: 18px;
    right: 15px;

    width: 12px;
    height: 12px;

    content: '';

    background: url(../image/menu.png) no-repeat;
    background-size: cover;
}
.header .navigation .level-1
{
    padding: 0;
}
.header .navigation .level-1 a
{
    display: block;
    overflow: hidden;

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

    color: inherit;
}
.header .navigation .level-1 li
{
    position: relative;
}
.header .navigation .level-1 &gt; li &gt; a
{
    padding: 0 2em 0 1em;
}
.header .navigation .level-1 &gt; li::after
{
    background-position: -36px 0;
}
.header .navigation .level-1 &gt; li.active::after,
.header .navigation .level-1 &gt; li:hover::after
{
    background-position: -84px 0;
}
.header .navigation .level-1 &gt; li.more::after
{
    background-position: -12px 0;
}
.header .navigation .level-1 &gt; li.more:hover::after
{
    background-position: -72px 0;
}
.header .navigation .level-1 &gt; li.more.active::after
{
    background-position: -84px 0;
}
.header .navigation .level-1 &gt; li.active,
.header .navigation .level-1 &gt; li:hover
{
    background-color: rgba(0, 0, 0, .05);
}
.header .navigation .level-1 &gt; li.active .level-2,
.header .navigation .level-1 &gt; li:hover .level-2
{
    background-color: #fff;
}
.header .navigation .level-2
{
    display: none;

    padding: 0;
}
.header .navigation .level-2 a
{
    padding: 0 2em 0 3em;
}
.header .navigation .level-2 li:last-child
{
    border-bottom: none;
}
.header .navigation .level-2 &gt; li::before
{
    right: auto;
    left: 1.5em;

    background-position: 0 0;
}
.header .navigation .level-2 &gt; li::after
{
    background-position: -1000px 0;
}
.header .navigation .level-2 &gt; li.more.active::after
{
    background-position: -84px 0;
}
.header .navigation .level-2 &gt; li.more::after
{
    background-position: -12px 0;
}
.header .navigation .level-3
{
    line-height: 40px;

    display: none;

    padding: 0;
}
.header .navigation .level-3 a
{
    font-size: .8em;

    padding-left: 4em;
}
.header .navigation .level-3 &gt; li::before
{
    right: auto;
    left: 2em;

    background-position: 0 0;
}
.header .navigation .level-3 &gt; li::after
{
    background-position: -48px 0;
}
.header .navigation .level-3 &gt; li.more.active::after
{
    background-position: -84px 0;
}
.header .navigation .level-3 &gt; li.more::after
{
    background-position: -12px 0;
}
.header .toggle
{
    position: absolute;
    top: 22px;
    right: 15px;

    display: none;

    width: 30px;
    height: 30px;

    cursor: pointer;

    border-radius: 50%;
    background-color: #aaa;
}
@media (max-width: 991px)
{
    .header .toggle
    {
        display: block;
    }
}
.header .toggle .icon,
.header .toggle .icon::before,
.header .toggle .icon::after
{
    position: absolute;

    width: 20px;
    height: 2px;

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

    border-radius: 2px;
    background-color: #fff;
}
.header .toggle .icon
{
    top: 14.75px;
    left: 5px;
}
.header .toggle .icon::before,
.header .toggle .icon::after
{
    left: 0;

    content: '';

    background: inherit;
}
.header .toggle .icon::before
{
    top: -5px;
}
.header .toggle .icon::after
{
    top: 5px;
}
.header.nav-open .toggle .icon
{
    width: 0;
}
.header.nav-open .toggle .icon::before
{
    -webkit-transform: translateY(5px) rotate(45deg);
        -ms-transform: translateY(5px) rotate(45deg);
            transform: translateY(5px) rotate(45deg);
}
.header.nav-open .toggle .icon::after
{
    -webkit-transform: translateY(-5px) rotate(-45deg);
        -ms-transform: translateY(-5px) rotate(-45deg);
            transform: translateY(-5px) rotate(-45deg);
}
.header .language
{
    line-height: 30px;

    float: right;

    width: 30px;
    height: 30px;
    margin-top: 35px;

    text-align: center;

    border-radius: 50%;
    background-color: #aaa;
}
.header .language a
{
    font-family: Arial;
    font-weight: bold;

    color: #fff;
}
@media (max-width: 1199px)
{
    .header .language
    {
        margin-top: 10px;
    }
}
@media (max-width: 991px)
{
    .header .language
    {
        margin-top: 22.5px;
        margin-right: 60px;
    }
}
.online
{
    position: fixed;
    z-index: 3;
    top: 40%;
    right: 0;

    width: 50px;
}
@media (max-width: 767px)
{
    .online
    {
        display: none;
    }
}
.online a
{
    position: relative;

    display: block;

    width: 50px;
    height: 50px;

    cursor: pointer;
    text-decoration: none;

    border-bottom: 1px solid #454545;
    background: url(../image/online.png) no-repeat rgba(0, 0, 0, .8);
}
.online a:last-child
{
    border-bottom: none;
}
.online a.online-email
{
    background-position: 0 0;
}
.online a.online-email:hover
{
    background-color: #b4961a;
}
.online a.online-whatsapp
{
    background-position: 0 -50px;
}
.online a.online-whatsapp:hover
{
    background-color: #3dbb2a;
}
.online a.online-skype
{
    background-position: 0 -100px;
}
.online a.online-skype:hover
{
    background-color: #00affb;
}
.online a.online-facebook
{
    background-position: 0 -150px;
}
.online a.online-facebook:hover
{
    background-color: #3b589b;
}
.online a.online-wechat
{
    background-position: 0 -200px;
}
.online a.online-wechat:hover
{
    background-color: #33d055;
}
.online a.online-top
{
    background-position: 0 -250px;
}
.online a.online-top:hover
{
    background-color: #000;
}
.online a.online-wechat img
{
    position: absolute;
    z-index: 999;
    top: 0;
    right: 54px;

    display: block;
    display: none;

    width: 138px;
    height: 138px;

    border: 2px solid #33d055;
}
.banner
{
    position: relative;

    overflow: hidden;

    width: 100%;
}
.banner img
{
    display: block;

    width: 100%;
}
@media (max-width: 1199px)
{
    .banner .owl-theme
    {
        width: 120%;
        max-width: 120%;
        margin-left: -10%;
    }
}
@media (max-width: 991px)
{
    .banner .owl-theme
    {
        width: 140%;
        max-width: 140%;
        margin-left: -20%;
    }
}
@media (max-width: 767px)
{
    .banner .owl-theme
    {
        width: 160%;
        max-width: 160%;
        margin-left: -30%;
    }
}
.banner .owl-theme .owl-controls
{
    margin: 0;
}
.banner .owl-theme .owl-controls .owl-pagination
{
    position: absolute;
    bottom: 22px;

    width: 100%;
}
@media (max-width: 991px)
{
    .banner .owl-theme .owl-controls .owl-pagination
    {
        bottom: 12px;
    }
}
.banner .owl-theme .owl-controls .owl-pagination .owl-page span
{
    width: 10px;
    height: 10px;
    margin: 0 6px;

    opacity: .5;
    border-radius: 10px;
    background: #fff;
}
.banner .owl-theme .owl-controls .owl-pagination .owl-page.active span
{
    opacity: 1;
}
.banner .owl-theme .owl-controls .owl-buttons
{
    display: none;
}
.banner .text
{
    position: absolute;
    top: 50%;

    width: 100%;
    margin: auto;

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

    color: #fff;
}
@media (max-width: 767px)
{
    .banner .text
    {
        left: 15px;
    }
}
.banner .text h3
{
    font-size: 40px;
    font-weight: bold;

    margin: 0 0 14px 0;
}
@media (max-width: 991px)
{
    .banner .text h3
    {
        font-size: 34px;
    }
}
@media (max-width: 767px)
{
    .banner .text h3
    {
        font-size: 20px;
    }
}
.banner .text p
{
    font-size: 24px;

    margin: 0;
}
@media (max-width: 991px)
{
    .banner .text p
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .banner .text p
    {
        font-size: 16px;
    }
}
.banner .text::after
{
    display: block;

    width: 50px;
    height: 3px;
    margin-top: 30px;

    content: '';

    background-color: #fff;
}
@media (max-width: 767px)
{
    .banner .text::after
    {
        margin-top: 14px;
    }
}
.box
{
    padding: 70px 0;
}
@media (max-width: 767px)
{
    .box
    {
        padding: 50px 0;
    }
}
.title
{
    text-align: center;
}
.title h2
{
    font-size: 30px;
    font-weight: bold;
    line-height: 1;

    margin: 0;

    color: #004098;
}
@media (max-width: 480px)
{
    .title h2
    {
        font-size: 24px;
    }
}
.title p
{
    line-height: 1.2;

    margin: 0;
    margin-top: 14px;

    color: #666;
}
.title p::after
{
    display: block;

    width: 64px;
    height: 30px;
    margin: 0 auto;
    margin-top: 16px;

    content: '';

    background: url(../image/icon.png) no-repeat;
}
.box-about .list
{
    overflow: hidden;

    padding: 0;
}
.box-about .list li
{
    float: left;

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

    list-style: none;
}
@media (max-width: 991px)
{
    .box-about .list li
    {
        width: 50%;
    }
}
@media (max-width: 480px)
{
    .box-about .list li
    {
        width: 100%;
        margin-top: 30px;
    }
}
.box-about .list li::before
{
    display: inline-block;
    float: left;

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

    content: '';

    border: 2px solid #f1f1f1;
    border-radius: 50% 0 50% 50%;
    background: url(../image/about.png) no-repeat;
}
.box-about .list li.item-2::before
{
    background-position: -100px 0;
}
.box-about .list li.item-3::before
{
    background-position: -200px 0;
}
.box-about .list li.item-4::before
{
    background-position: -300px 0;
}
.box-about .list li h3
{
    font-family: Arial;
    font-weight: 900;
}
.box-about .list li p
{
    color: #666;
}
.box-about .text
{
    max-width: 1070px;
    margin: 0 auto;
    margin-top: 50px;

    text-align: center;
}
.box-about .text p
{
    line-height: 2.14285714;

    display: -webkit-box;
    overflow: hidden;

    height: 90px;
    margin: 0;

    color: #666;

    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.box-about .text .more
{
    line-height: 50px;

    position: relative;
    z-index: 2;

    display: inline-block;
    overflow: hidden;

    height: 50px;
    margin-top: 40px;
    padding: 0 84px;

    -webkit-transition-delay: .1s;
            transition-delay: .1s;

    color: #bbb;
    border: 2px solid #f1f1f1;
    border-radius: 100px;
}
.box-about .text .more::before
{
    position: absolute;
    z-index: -1;
    top: 0;
    right: 100%;

    width: 150%;
    height: 150%;
    margin: -15px 0 0 1px;
    padding: 0 84px;

    content: '';
    -webkit-transition: right .3s;
            transition: right .3s;
    -webkit-transition-timing-function: cubic-bezier(.9, 1, .9, 1);
            transition-timing-function: cubic-bezier(.9, 1, .9, 1);

    border: 2px solid #f1f1f1;
    border-radius: 100px;
    background: #004098;
}
.box-about .text .more::after
{
    font-family: 'iconfont';
    font-size: 12px;

    margin-left: 10px;

    content: '\e69b';
}
.box-about .text .more a
{
    overflow: hidden;
}
.box-about .text .more:hover
{
    color: #fff;
}
.box-about .text .more:hover::before
{
    right: -10%;
}
.box-product
{
    background-color: #f8f8fb;
}
.box-product .list
{
    margin: 0 15px;
    padding-bottom: 10px;
}
.box-product .item
{
    position: relative;

    margin-top: 30px;
    padding-bottom: 60px;

    -webkit-transition: box-shadow .3s ease;
            transition: box-shadow .3s ease;

    box-shadow: 0 0 12px 0 rgba(255, 255, 255, .14);
}
@media (max-width: 767px)
{
    .box-product .item
    {
        margin-top: 15px;
    }
}
.box-product .item .pic
{
    overflow: hidden;
}
.box-product .item .pic .img-box
{
    padding-bottom: 60%;

    -webkit-transition: -webkit-transform .6s ease;
            transition: -webkit-transform .6s ease;
            transition:         transform .6s ease;
            transition:         transform .6s ease, -webkit-transform .6s ease;
}
.box-product .item .note
{
    position: absolute;
    bottom: 0;

    width: 100%;
    padding-right: 20px;

    background-color: #fff;
}
.box-product .item .note p
{
    line-height: 60px;

    overflow: hidden;

    margin: 0;

    -webkit-transition: margin .3s;
            transition: margin .3s;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.box-product .item .note p::after
{
    font-family: 'iconfont';
    font-size: 22px;

    position: absolute;
    top: 50%;
    right: 10px;

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

    color: #cfcfcf;
}
.box-product .item .note a
{
    display: inline-block;
    float: left;
    overflow: hidden;

    width: 90%;
    margin: 0;
    padding: 0 10px;
}
.box-product .item .note a span
{
    display: block;
}
.box-product .item:hover
{
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .14);
}
.box-product .item:hover .pic .img-box
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.box-product .item:hover .note p
{
    margin: 10px 0;
}
.box-product .owl-controls
{
    margin: 0;
}
.box-product .owl-controls .owl-pagination
{
    display: none;
}
.box-product .owl-controls .owl-buttons
{
    display: none;
}
.box-advantage
{
    background: url(../image/advantage_bg.jpg) no-repeat center;
    background-size: cover;
}
.box-advantage .title p::after
{
    background-position: -320px 0;
}
.box-advantage .title h2,
.box-advantage .title p
{
    color: #fff;
}
.box-advantage .item
{
    margin-top: 40px;

    text-align: center;
}
.box-advantage .item i {
    display: block;
    border: 1px solid transparent;
    position: relative;
}
.box-advantage .item i::before
{
    position: relative;
    z-index: 1;

    display: block;

    width: 160px;
    height: 160px;
    margin: 0 auto;
    margin-bottom: 36px;

    content: '';
    -webkit-transition: -webkit-transform .4s ease;
            transition: -webkit-transform .4s ease;
            transition:         transform .4s ease;
            transition:         transform .4s ease, -webkit-transform .4s ease;

    border: 1px solid #fff;
    border-radius: 50%;
    background: url(../image/advantage.png) no-repeat;
}
.box-advantage .item-2 i::before
{
    background-position: -160px 0;
}
.box-advantage .item-3 i::before
{
    background-position: -320px 0;
}
.box-advantage .item h3
{
    font-size: 18px;
    font-weight: bold;

    margin: 0;
    margin-bottom: 10px;

    color: #fff;
}
.box-advantage .item p
{
    line-height: 2;

    margin: 0;

    color: #6da2d1;
}
.box-advantage .item i:hover::before
{
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
}
.box-news
{
    background-color: #f8f8fb;
}
.box-news .item
{
    overflow: hidden;

    margin: 15px 0;
    padding: 9px;

    -webkit-transition: box-shadow .2s ease;
            transition: box-shadow .2s ease;

    border: 1px solid #ececec;
    background-color: #fff;
    box-shadow: 0 0 12px 0 rgba(255, 255, 255, .1);
}
.box-news .item .pic
{
    float: left;
    overflow: hidden;

    width: 26%;
}
@media (max-width: 1199px)
{
    .box-news .item .pic
    {
        width: 36%;
    }
}
@media (max-width: 991px)
{
    .box-news .item .pic
    {
        width: 26%;
    }
}
@media (max-width: 640px)
{
    .box-news .item .pic
    {
        width: 36%;
    }
}
.box-news .item .pic .img-box
{
    -webkit-transition: -webkit-transform .6s ease;
            transition: -webkit-transform .6s ease;
            transition:         transform .6s ease;
            transition:         transform .6s ease, -webkit-transform .6s ease;
}
.box-news .item .note
{
    float: right;

    width: 74%;
    padding-left: 24px;
}
@media (max-width: 1199px)
{
    .box-news .item .note
    {
        width: 64%;
    }
}
@media (max-width: 991px)
{
    .box-news .item .note
    {
        width: 74%;
    }
}
@media (max-width: 640px)
{
    .box-news .item .note
    {
        width: 64%;
    }
}
.box-news .item .note h3
{
    font-size: 15px;

    display: -webkit-box;
    overflow: hidden;

    margin-bottom: 14px;

    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.box-news .item .note h3:hover
{
    color: #004098;
}
.box-news .item .note span
{
    color: #004098;
}
.box-news .item .note p
{
    font-size: 13px;
    line-height: 1.69230769;

    display: -webkit-box;
    overflow: hidden;

    height: 66px;
    margin: 10px 0 0 0;

    color: #666;

    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
@media (max-width: 480px)
{
    .box-news .item .note p
    {
        height: 44px;

        -webkit-line-clamp: 2;
    }
}
.box-news .item .note a
{
    display: block;
}
.box-news .item:hover
{
    border: 1px solid #fff;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .1);
}
.box-news .item:hover .pic .img-box
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
@media (max-width: 767px)
{
    .box-customer
    {
        padding-right: 15px;
        padding-left: 15px;
    }
}
.box-customer .info
{
    margin-top: 40px;

    border-top: 1px solid #ececec;
    border-left: 1px solid #ececec;
}
.box-customer .item
{
    border-right: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
}
.box-customer .item .pic .img-box
{
    padding-bottom: 47.61904762%;
}
.footer
{
    color: #444;
    background-color: #1e1e1e;
}
.footer .foot
{
    padding-top: 80px;
    padding-bottom: 40px;
}
.footer .foot .foot-nav
{
    min-height: 300px;
}
.footer .foot h3
{
    font-size: 18px;
    font-weight: bold;

    margin: 0 0 14px 0;

    color: #fff;
}
.footer .foot a
{
    line-height: 2.14285714;

    display: block;

    -webkit-transition: all .4s ease;
            transition: all .4s ease;
}
.footer .foot a:hover
{
    padding-left: 10px;

    color: #fff;
}
.footer .foot .message input,
.footer .foot .message textarea
{
    line-height: 1.85714286;

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

    resize: vertical;

    color: #666;
    border: 1px solid #2e2e2e;
    outline: none;
    background: none;
}
.footer .foot .message input:focus,
.footer .foot .message textarea:focus
{
    border-color: #444;
}
.footer .foot .message ::-webkit-input-placeholder
{
    color: #333;
}
.footer .foot .message .send
{
    font-family: Arial;

    color: #fff;
    border: none;
    background: none;
}
.footer .foot .message .send::after
{
    font-family: 'iconfont';

    display: inline-block;

    margin-left: 10px;

    content: '\e61e';
}
.footer .foot .message .send:hover::after
{
    -webkit-animation: fadeInRight 1s 0s ease both;
            animation: fadeInRight 1s 0s ease both;
}
.footer .foot-text
{
    border-top: 1px solid #2e2e2e;
    border-bottom: 1px solid #2e2e2e;
}
.footer .foot-text .item
{
    margin-top: 14px;
    margin-bottom: 14px;
}
@media (max-width: 480px)
{
    .footer .foot-text .item
    {
        width: 100%;
    }
}
.footer .foot-text p
{
    line-height: 1.71428571;

    position: relative;

    margin: 0;
    padding-left: 24px;
}
.footer .foot-text p::before
{
    font-family: 'iconfont';

    position: absolute;
    left: 0;

    content: '\e6ba';

    color: #fff;
}
.footer .foot-text p.tel::before
{
    content: '\e601';
}
.footer .foot-text p.email::before
{
    font-size: 15px;

    content: '\e6bb';
}
.footer .foot-text p.address::before
{
    content: '\e603';
}
.footer .foot-text a:hover
{
    color: #fff;
}
.footer .copyright
{
    font-size: 13px;

    padding: 26px 0;

    text-align: center;
}
.footer .copyright p
{
    line-height: 2.15384615;

    margin: 0;
}
.footer .copyright a
{
    margin-left: 8px;

    color: #333;
}
.footer .copyright a:hover
{
    color: #fff;
}
.wrap
{
    padding: 50px 0 70px;

    background-color: #f5f5f5;
}
@media (max-width: 767px)
{
    .wrap
    {
        padding: 50px 0;
    }
}
.wrap .wrap-title
{
    position: relative;

    overflow: hidden;

    padding-left: 30px;
}
.wrap .wrap-title::before
{
    position: absolute;
    top: 2px;
    left: 0;

    display: block;

    width: 5px;
    height: 56px;

    content: '';

    background-color: #004098;
}
.wrap .wrap-title h2
{
    font-size: 30px;
    font-weight: bold;
    line-height: 1;

    margin: 0 0 12px 0;

    color: #004098;
}
@media (max-width: 991px)
{
    .wrap .wrap-title h2
    {
        font-size: 24px;
    }
}
.wrap .wrap-title p
{
    line-height: 1.71428571;

    margin: 0;

    color: #666;
}
.wrap-about .text
{
    overflow: hidden;

    margin-top: 40px;
}
.wrap-about .text p
{
    line-height: 2.14285714;

    margin: 0;

    color: #666;
}
.wrap-about .text .left
{
    padding-right: 44px;

    border-right: 1px solid #fff;
}
.wrap-about .text .right
{
    padding-left: 44px;

    border-left: 1px solid #e5e5e5;
}
.wrap-about .text .left,
.wrap-about .text .right
{
    float: left;

    width: 50%;
}
@media (max-width: 991px)
{
    .wrap-about .text .left,
    .wrap-about .text .right
    {
        width: 100%;
        padding: 0;

        border: none;
    }
}
.wrap-about .text img
{
    max-width: 100%;

    border: 1px solid #e5e5e5;
}
.wrap-about .pic
{
    overflow: hidden;

    margin-top: 70px;
}
.wrap-about .pic img
{
    float: left;

    width: 25%;

    outline-width: 0;
}
@media (max-width: 991px)
{
    .wrap-about .pic img
    {
        width: 50%;
    }
}
.wrap-culture .info
{
    margin-top: 20px;
}
.wrap-culture .item
{
    margin-top: 30px;
    padding: 30px;

    background-color: #fff;
}
@media (max-width: 767px)
{
    .wrap-culture .item
    {
        margin-top: 16px;
        padding: 20px;
    }
}
.wrap-culture .item h3
{
    font-size: 18px;
    font-weight: bold;

    margin-top: 0;
}
.wrap-culture .item p
{
    font-size: 15px;
    line-height: 2;

    margin: 0;

    color: #666;
}
.wrap-culture .item p::before
{
    display: block;
    float: left;

    width: 4px;
    height: 4px;
    margin-top: 14px;
    margin-right: 8px;

    content: '';

    border-radius: 50%;
    background-color: #666;
}
.wrap-development .info
{
    overflow: hidden;

    margin-top: 50px;
    padding: 0 4px;
}
.wrap-development .list
{
    float: left;

    width: 50%;

    border-left: 1px dashed #dbdbdb;
}
@media (min-width: 992px)
{
    .wrap-development .list
    {
        margin-bottom: -960px;
        padding-bottom: 999px;
    }
}
@media (max-width: 991px)
{
    .wrap-development .list
    {
        width: 100%;
    }
}
.wrap-development .list p
{
    line-height: 1.71428571;

    position: relative;

    display: block;

    margin: 30px 0 0 0;
    padding-left: 20px;

    color: #666;
}
.wrap-development .list p::before
{
    position: absolute;
    top: 6px;
    left: -4px;

    display: block;

    width: 7px;
    height: 7px;

    content: '';

    border-radius: 50%;
    background-color: #004098;
}
.wrap-development .list p b
{
    font-family: Helvetica, Arial, 'Helvetica Neue', sans-serif;
    font-size: 16px;

    margin-right: 10px;
}
.wrap-honor .info
{
    margin-top: 35px;
}
.wrap-honor .item
{
    margin: 15px 0;
    padding: 20px;

    background-color: #fff;
	-webkit-transition: -webkit-transform .6s ease;
	        transition: -webkit-transform .6s ease;
	        transition:         transform .6s ease;
	        transition:         transform .6s ease, -webkit-transform .6s ease;
}
@media (max-width: 767px)
{
    .wrap-honor .item
    {
        margin: 8px 0;
    }
}
.wrap-honor .item .img-box
{
    padding-bottom: 142.30769231%;
}
.wrap-honor .item .img-box img
{
	height: auto;
	top: 50%;
	transform: translateY(-50%);
   
}
.wrap-honor .item p
{
    overflow: hidden;

    margin: 20px 0 0 0;

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

    color: #666;
}
.wrap-honor .item:hover 
{
   transform: translateY(-10px);
}
.wrap-company .info
{
    margin-top: 20px;
}
.wrap-company .info .item
{
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .wrap-company .info .item
    {
        margin-top: 16px;
    }
}
.wrap-company .info .item .img-box
{
    padding-bottom: 63.41463415%;
}
.wrap-company .info .item .img-box img
{
    -webkit-transition: -webkit-transform .6s ease;
            transition: -webkit-transform .6s ease;
            transition:         transform .6s ease;
            transition:         transform .6s ease, -webkit-transform .6s ease;
}
.wrap-company .info .item p
{
    font-size: 15px;
    line-height: 1.42857143;

    overflow: hidden;

    margin: 0;
    padding: 20px;

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

    color: #666;
    background-color: #fff;
}
.wrap-company .info .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-company .page
{
    margin-top: 50px;
}
/**
 * page
 */
.page
{
    clear: both;
    overflow: hidden;

    margin-top: 35px;

    text-align: center;
}
.page a
{
    font-family: Helvetica, Arial, 'Helvetica Neue', sans-serif;
    line-height: 50px;

    display: inline-block;
    overflow: hidden;

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

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

    color: #666;
    border: 1px solid #dbdbdb;
    border-radius: 50%;
    background-color: #fff;
}
.page a.active,
.page a:hover
{
    color: #fff;
    border-color: #004098;
    background-color: #004098;
}
@media (max-width: 767px)
{
    .page a
    {
        font-size: 14px;
        line-height: 34px;

        display: none;

        width: 34px;
        height: 34px;
    }
    .page a:first-child,
    .page a:last-child
    {
        margin: 0 5px;
    }
}
.wrap-news
{
    padding-top: 0;
}
.wrap-news .news-top
{
    background-color: #fff;
}
.wrap-news .news-top .left
{
    margin-top: 50px;
}
.wrap-news .news-top .left .item
{
    position: relative;
}
.wrap-news .news-top .left .item img
{
    width: 100%;
}
.wrap-news .news-top .left .item h3
{
    font-size: 18px;
    font-weight: bold;
    line-height: 60px;

    position: absolute;
    bottom: 0;

    overflow: hidden;

    width: 100%;
    margin: 0;

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

    color: #fff;
    background-color: rgba(0, 64, 152, .7);
}
@media (max-width: 767px)
{
    .wrap-news .news-top .left .item h3
    {
        font-size: 15px;
        line-height: 40px;
    }
}
.wrap-news .news-top .owl-controls
{
    margin: 0;
}
.wrap-news .news-top .owl-controls .owl-pagination
{
    display: none;
}
.wrap-news .news-top .owl-controls .owl-buttons div
{
    margin: 0;
    padding: 0;
}
.wrap-news .news-top .owl-controls .owl-buttons .owl-prev,
.wrap-news .news-top .owl-controls .owl-buttons .owl-next
{
    position: absolute;
    z-index: 9;
    top: 50%;

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

    opacity: 1;
    border-radius: 0;
    background: none;
}
.wrap-news .news-top .owl-controls .owl-buttons .owl-prev::after,
.wrap-news .news-top .owl-controls .owl-buttons .owl-next::after
{
    font-family: 'iconfont';
    font-size: 24px;
    line-height: 80px;

    display: block;

    width: 40px;
    height: 80px;

    content: '\e6cb';

    background-color: rgba(0, 64, 152, .7);
}
@media (max-width: 767px)
{
    .wrap-news .news-top .owl-controls .owl-buttons .owl-prev::after,
    .wrap-news .news-top .owl-controls .owl-buttons .owl-next::after
    {
        font-size: 20px;
        line-height: 50px;

        height: 50px;
    }
}
.wrap-news .news-top .owl-controls .owl-buttons .owl-prev:hover::after,
.wrap-news .news-top .owl-controls .owl-buttons .owl-next:hover::after
{
    opacity: .3;
    background-color: #000;
}
.wrap-news .news-top .owl-controls .owl-buttons .owl-prev
{
    left: 0;
}
.wrap-news .news-top .owl-controls .owl-buttons .owl-next
{
    right: 0;
}
.wrap-news .news-top .owl-controls .owl-buttons .owl-next::after
{
    content: '\eb88';
}
.wrap-news .news-top .right
{
    margin: 50px 0 0 0;
}
@media (max-width: 767px)
{
    .wrap-news .news-top .right
    {
        margin-top: 30px;
    }
}
.wrap-news .news-top .right ul
{
    margin: 0;
    padding: 0;
}
.wrap-news .news-top .right li
{
    list-style: none;

    border-bottom: 1px solid #e5e5e5;
}
.wrap-news .news-top .right li:first-child h3
{
    margin-top: 0;
}
.wrap-news .news-top .right li h3
{
    font-size: 16px;

    overflow: hidden;

    margin-bottom: 4px;

    white-space: nowrap;
    text-overflow: ellipsis;
}
.wrap-news .news-top .right li h3:hover
{
    color: #004098;
}
.wrap-news .news-top .right li span
{
    font-family: Helvetica, Arial, 'Helvetica Neue', sans-serif;
    font-size: 12px;
    line-height: 2.33333333;

    color: #666;
}
.wrap-news .news-top .right li p
{
    font-size: 12px;
    line-height: 2.5;

    display: -webkit-box;
    overflow: hidden;

    height: 60px;

    color: #666;

    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.wrap-news .news-top .right li p:hover
{
    color: #004098;
}
.wrap-news .news-top .right li a
{
    display: block;
}
.wrap-news .info
{
    margin-top: 35px;
}
@media (max-width: 767px)
{
    .wrap-news .info
    {
        margin-top: 20px;
    }
}
.wrap-news .info .item
{
    margin: 15px 0;
    padding: 20px;

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

    background-color: #fff;
}
@media (max-width: 767px)
{
    .wrap-news .info .item
    {
        margin: 8px 0;
    }
}
.wrap-news .info .item h3
{
    font-size: 16px;
    line-height: 1.5;

    display: -webkit-box;
    overflow: hidden;

    height: 48px;
    margin: 10px 0 6px 0;

    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.wrap-news .info .item span
{
    font-family: Helvetica, Arial, 'Helvetica Neue', sans-serif;
    font-size: 12px;

    color: #666;
}
.wrap-news .info .item .img-box
{
    margin: 14px 0;
    padding-bottom: 65.38461538%;
}
.wrap-news .info .item .img-box img
{
    -webkit-transition: -webkit-transform .6s ease;
            transition: -webkit-transform .6s ease;
            transition:         transform .6s ease;
            transition:         transform .6s ease, -webkit-transform .6s ease;
}
.wrap-news .info .item a
{
    display: block;
}
.wrap-news .info .item p
{
    font-size: 12px;
    line-height: 2;

    display: -webkit-box;
    overflow: hidden;

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

    color: #666;

    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.wrap-news .info .item a.more
{
    font-size: 12px;

    margin-bottom: 10px;
}
.wrap-news .info .item:hover
{
    color: #fff;
    background-color: #004098;
    box-shadow: 0 0 20px 2px rgba(0, 0, 0, .2);
}
.wrap-news .info .item:hover span,
.wrap-news .info .item:hover p
{
    color: #fff;
}
.wrap-news .info .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-news-show .news-title h2
{
    font-size: 18px;
    line-height: 1.33333333;

    margin: 0 0 30px 0;
}
.wrap-news-show .news-title p
{
    line-height: 2.14285714;

    margin: 0;
    padding: 10px 20px;

    color: #666;
    background-color: #e4e9f2;
}
.wrap-news-show .news-title p span
{
    margin-right: 26px;
}
.wrap-news-show .text
{
    margin-top: 40px;
}
.wrap-news-show .text p
{
    line-height: 2.14285714;

    margin: 0;

    color: #666;
}
.wrap-news-show .text img
{
    max-width: 100%;
}
@media (max-width: 991px)
{
    .wrap-news-show .recommend
    {
        margin-top: 30px;
    }
}
.wrap-news-show .recommend h3
{
    line-height: 50px;

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

    color: #fff;
    background-color: #004098;
}
.wrap-news-show .recommend ul
{
    margin: 0;
    padding: 0;
}
.wrap-news-show .recommend ul li
{
    padding: 10px 0;

    list-style: none;

    border-bottom: 1px solid #dbdbdb;
}
.wrap-news-show .recommend ul li h4
{
    font-size: 14px;
    font-weight: bold;
    line-height: 2.14285714;

    margin: 0;
}
.wrap-news-show .recommend ul li h4:hover
{
    color: #004098;
}
.wrap-news-show .recommend ul li span
{
    font-family: Helvetica, Arial, 'Helvetica Neue', sans-serif;
    font-size: 14px;
    line-height: 2.14285714;

    color: #666;
}
.wrap-news-show .relate
{
    position: relative;

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

    border-top: 1px solid #dbdbdb;
}
@media (max-width: 991px)
{
    .wrap-news-show .relate
    {
        margin-top: 0;

        border: none;
    }
}
.wrap-news-show .relate .pre-next a
{
    line-height: 2.14285714;

    display: block;

    color: #666;
}
.wrap-news-show .relate .pre-next a:hover
{
    color: #004098;
}
.wrap-news-show .relate a.return
{
    line-height: 36px;

    display: inline-block;

    height: 36px;
    padding: 0 38px;

    -webkit-transition: all .2s ease;
            transition: all .2s ease;

    border: 1px solid #dbdbdb;
}
@media (min-width: 768px)
{
    .wrap-news-show .relate a.return
    {
        position: absolute;
        top: 40px;
        right: 0;
    }
}
@media (max-width: 767px)
{
    .wrap-news-show .relate a.return
    {
        margin-top: 20px;
    }
}
.wrap-news-show .relate a.return:hover
{
    color: #fff;
    border-color: #004098;
    background-color: #004098;
}
.wrap-video
{
    padding-top: 35px;
}
@media (max-width: 767px)
{
    .wrap-video
    {
        padding-top: 42px;
    }
}
.wrap-video .item
{
    margin: 15px 0;
}
@media (max-width: 767px)
{
    .wrap-video .item
    {
        margin: 8px 0;
    }
}
.wrap-video .item:hover .img-box
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-video .video
{
    position: relative;

    overflow: hidden;
}
.wrap-video .video .img-box
{
    padding-bottom: 68.29268293%;

    -webkit-transition: -webkit-transform .6s ease;
            transition: -webkit-transform .6s ease;
            transition:         transform .6s ease;
            transition:         transform .6s ease, -webkit-transform .6s ease;

    background-color: #000;
}
.wrap-video .video .img-box img
{
    -webkit-transition: all .2s ease;
            transition: all .2s ease;

    opacity: .5;
}
.wrap-video .video .video-box
{
    position: absolute;
    z-index: 1;
    top: 0;

    width: 100%;
    height: 100%;

    text-align: center;
}
.wrap-video .video .iframe
{
    display: none;

    width: 100%;
}
.wrap-video .video .play
{
    display: inline-block;

    width: 60px;
    height: 60px;
    margin-top: 27%;
    margin-bottom: 100%;

    background: url(../image/icon.png) no-repeat;
    background-position: -360px 0;
    background-size: cover;
}
@media (max-width: 1199px)
{
    .wrap-video .video .play
    {
        margin-top: 24%;
    }
}
@media (max-width: 991px)
{
    .wrap-video .video .play
    {
        margin-top: 25%;
    }
}
@media (max-width: 767px)
{
    .wrap-video .video .play
    {
        margin-top: 30%;
    }
}
@media (max-width: 480px)
{
    .wrap-video .video .play
    {
        margin-top: 25%;
    }
}
.wrap-video p
{
    line-height: 60px;

    overflow: hidden;

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

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

    color: #666;
    background-color: #fff;
}
.wrap-product
{
    background-color: #fff;
}
@media (max-width: 767px)
{
    .wrap-product
    {
        background-color: #f5f5f5;
    }
}
.wrap-product .item
{
    position: relative;

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

    -webkit-transition: box-shadow .3s ease;
            transition: box-shadow .3s ease;

    box-shadow: 0 0 12px 0 rgba(255, 255, 255, .14);
}
.wrap-product .item .pic
{
    overflow: hidden;
}
.wrap-product .item .pic .img-box
{
    padding-bottom: 60%;

    -webkit-transition: -webkit-transform .6s ease;
            transition: -webkit-transform .6s ease;
            transition:         transform .6s ease;
            transition:         transform .6s ease, -webkit-transform .6s ease;
}
.wrap-product .item .note
{
    position: absolute;
    bottom: 0;

    width: 100%;
    padding-right: 20px;

    background-color: #fff;
}
.wrap-product .item .note p
{
    line-height: 60px;

    overflow: hidden;

    margin: 0;

    -webkit-transition: margin .3s;
            transition: margin .3s;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.wrap-product .item .note p::after
{
    font-family: 'iconfont';
    font-size: 22px;

    position: absolute;
    top: 50%;
    right: 10px;

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

    color: #cfcfcf;
}
.wrap-product .item .note a
{
    display: inline-block;
    float: left;
    overflow: hidden;

    width: 90%;
    margin: 0;
    padding: 0 10px;
}
.wrap-product .item .note a span
{
    display: block;
}
.wrap-product .item:hover
{
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .14);
}
.wrap-product .item:hover .pic .img-box
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-product .item:hover .note p
{
    margin: 10px 0;
}
.wrap-product .page
{
    margin-top: 20px;
}
.wrap-product-show .pro-show
{
    position: relative;

    overflow: hidden;
}
.wrap-product-show .pro-show .album
{
    position: relative;

    float: left;

    width: 53%;
}
@media (max-width: 1199px)
{
    .wrap-product-show .pro-show .album
    {
        width: 100%;
    }
}
@media (max-width: 991px)
{
    .wrap-product-show .pro-show .album
    {
        float: none;

        width: 100%;

        border-right: none;
        border-bottom: 1px solid #e2e2e2;
    }
}
.wrap-product-show .pro-show .album .img-box
{
    padding-bottom: 59.61538462%;
}
.wrap-product-show .pro-show .album .sync
{
    margin: 0 -6px;
}
.wrap-product-show .pro-show .album .sync1
{
    width: 100%;
}
.wrap-product-show .pro-show .album .sync1 .item
{
    width: 100%;

    text-align: center;

    background: #fff;
}
.wrap-product-show .pro-show .album .sync2
{
    width: 100%;
    margin-top: 15px;
}
.wrap-product-show .pro-show .album .sync2 .synced .item img
{
    border-color: #004098;
}
.wrap-product-show .pro-show .album .sync2 .item
{
    margin: 0 6px;

    cursor: pointer;
}
.wrap-product-show .pro-show .album .sync2 .item img
{
    border: 1px solid #dbdbdb;
}
.wrap-product-show .pro-show .album .owl-theme .owl-controls .owl-buttons
{
    display: none;
}
.wrap-product-show .pro-show .text
{
    float: left;

    width: 47%;
    padding-left: 30px;
}
@media (max-width: 1199px)
{
    .wrap-product-show .pro-show .text
    {
        width: 100%;
        margin-top: 30px;
        padding-left: 0;
    }
}
@media (max-width: 991px)
{
    .wrap-product-show .pro-show .text
    {
        float: none;

        width: 100%;
    }
}
.wrap-product-show .pro-show .text h3
{
    font-size: 18px;

    margin: 0;
}
.wrap-product-show .pro-show .text .note
{
    margin-top: 40px;
}
@media (max-width: 1199px)
{
    .wrap-product-show .pro-show .text .note
    {
        margin-top: 20px;
    }
}
.wrap-product-show .pro-show .text .note h4
{
    font-size: 14px;

    margin-bottom: 14px;
}
.wrap-product-show .pro-show .text .note p
{
    line-height: 1.71428571;

    color: #666;
}
.wrap-product-show .pro-show .text a.inquire
{
    line-height: 36px;

    display: inline-block;

    height: 36px;
    padding: 0 18px;

    color: #fff;
    background-color: #004098;
}
@media (min-width: 1200px)
{
    .wrap-product-show .pro-show .text a.inquire
    {
        position: absolute;
        bottom: 62px;
    }
}
@media (max-width: 1199px)
{
    .wrap-product-show .pro-show .text a.inquire
    {
        margin-top: 20px;
    }
}
.wrap-product-show .pro-show .text a.inquire::before
{
    font-family: 'iconfont';
    font-size: 24px;

    float: left;

    margin-top: 2px;
    margin-right: 10px;

    content: '\e6ac';
}
.wrap-product-show .pro-show .text a.inquire:hover::before
{
    -webkit-animation: fadeInLeft .6s 0s ease both;
            animation: fadeInLeft .6s 0s ease both;
}
.wrap-product-show .parameter
{
    margin-top: 50px;
}
.wrap-product-show .parameter h3
{
    font-size: 16px;
    font-weight: bold;
    line-height: 50px;

    height: 50px;
    margin: 0;
    padding: 0 18px;

    color: #004098;
    border: 1px solid #dbdbdb;
    background-color: #f1f1f1;
}
.wrap-product-show .parameter .note
{
    padding: 20px;

    border: 1px solid #dbdbdb;
    border-top: none;
}
.wrap-product-show .parameter .note p
{
    line-height: 2.14285714;

    margin: 0;

    color: #666;
}
.wrap-product-show .parameter .note b
{
    line-height: 2.57142857;

    color: #333;
}
@media (max-width: 991px)
{
    .pro-nav
    {
        display: none;
    }
}
.pro-nav .list
{
    margin-bottom: 20px;
}
.pro-nav .list h3
{
    font-size: 18px;
    font-weight: bold;
    line-height: 50px;

    height: 50px;
    margin: 0;
    padding: 0 20px;

    color: #fff;
    background-color: #004098;
}
.pro-nav .list ul
{
    margin: 0;
    padding: 0;

    background-color: #fff;
}
.pro-nav .list ul li
{
    line-height: 40px;

    position: relative;

    height: 40px;
    padding: 0 20px;

    list-style: none;

    color: #666;
    border-right: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    border-left: 1px solid #dbdbdb;
}
.pro-nav .list ul li::after
{
    font-family: 'iconfont';
    font-size: 16px;

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

    content: '\e66d';
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
}
.pro-nav .list ul li a
{
    display: block;
    overflow: hidden;

    white-space: nowrap;
    text-overflow: ellipsis;
}
.pro-nav .list ul li:hover
{
    color: #fff;
    border-color: #004098;
    background-color: #004098;
}
.wrap-line .info
{
    padding-top: 35px;
}
@media (max-width: 767px)
{
    .wrap-line .info
    {
        padding-top: 42px;
    }
}
.wrap-line .list
{
    padding: 15px 0;
}
@media (max-width: 767px)
{
    .wrap-line .list
    {
        padding: 8px 0;
    }
}
.wrap-line .list h3
{
    font-size: 16px;
    line-height: 60px;

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

    border: 1px solid #dbdbdb;
}
.wrap-line .list ul
{
    margin: 0;
    padding: 20px 36px;

    border: 1px solid #dbdbdb;
    border-top: none;
    background-color: #fff;
}
.wrap-line .list ul li
{
    padding: 20px 0;

    list-style: none;
}
.wrap-line .list ul li p
{
    font-family: Arial;
    font-size: 16px;
    font-weight: 900;

    margin: 0;
}
.wrap-line .list ul li span
{
    line-height: 34px;

    display: inline-block;

    height: 34px;
    margin-top: 20px;
    margin-right: 20px;
    padding: 0 24px;

    color: #004098;
    border-radius: 4px;
    background-color: #e5e9f2;
}
.wrap-technology .text
{
    margin-top: 50px;
    padding: 48px 30px;

    border: 1px solid #dbdbdb;
    background-color: #fff;
}
@media (max-width: 991px)
{
    .wrap-technology .text
    {
        padding: 30px 15px;
    }
}
.wrap-technology .text p
{
    margin: 0;
}
.wrap-technology .text img
{
    max-width: 100%;
}
.wrap-about .text
{
    overflow: hidden;

    margin-top: 40px;
}
.wrap-about .text p
{
    line-height: 2.14285714;

    margin: 0;

    color: #666;
}
.wrap-about .text .left
{
    padding-right: 44px;

    border-right: 1px solid #fff;
}
.wrap-about .text .right
{
    padding-left: 44px;

    border-left: 1px solid #e5e5e5;
}
.wrap-about .text .left,
.wrap-about .text .right
{
    float: left;

    width: 50%;
}
@media (max-width: 991px)
{
    .wrap-about .text .left,
    .wrap-about .text .right
    {
        width: 100%;
        padding: 0;

        border: none;
    }
}
.wrap-about .text img
{
    max-width: 100%;

    border: 1px solid #e5e5e5;
}
.wrap-about .pic
{
    overflow: hidden;

    margin-top: 70px;
}
.wrap-about .pic img
{
    float: left;

    width: 25%;

    outline-width: 0;
}
@media (max-width: 991px)
{
    .wrap-about .pic img
    {
        width: 50%;
    }
}
.wrap-supervision .text
{
    margin-top: 40px;
}
.wrap-supervision .text h4
{
    font-size: 16px;
    line-height: 2.14285714;

    margin: 0;
}
.wrap-supervision .text h4::before
{
    display: block;
    float: left;

    width: 5px;
    height: 5px;
    margin: 14px 10px 0 0;

    content: '';

    border-radius: 50%;
    background-color: #004098;
}
.wrap-supervision .text p
{
    line-height: 2.14285714;

    margin: 0;

    color: #666;
}
.wrap-supervision .text a:hover
{
    text-decoration: underline;
}
.wrap-tender .info
{
    margin-top: 50px;
}
.wrap-tender .info h3
{
    font-size: 16px;
    line-height: 60px;

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

    border: 1px solid #dbdbdb;
}
.wrap-tender .info ul
{
    margin: 0;
    padding: 0 30px;

    border: 1px solid #dbdbdb;
    border-top: none;
    background-color: #fff;
}
.wrap-tender .info ul li
{
    overflow: hidden;

    list-style: none;

    color: #666;
    border-bottom: 1px solid #dbdbdb;
}
.wrap-tender .info ul li:last-child
{
    border-bottom: none;
}
.wrap-tender .info ul li p
{
    line-height: 2;

    display: inline-block;

    margin: 0;
}
@media (max-width: 767px)
{
    .wrap-tender .info ul li p
    {
        display: block;
    }
}
.wrap-tender .info ul li a
{
    display: block;

    padding: 15px 0;
}
.wrap-tender .info ul li div
{
    display: inline-block;
    float: right;
}
@media (max-width: 767px)
{
    .wrap-tender .info ul li div
    {
        display: block;
        float: none;
        overflow: hidden;

        margin-top: 10px;
        margin-bottom: 10px;
    }
}
.wrap-tender .info ul li div span
{
    display: inline-block;
}
.wrap-tender .info ul li div .mask
{
    line-height: 24px;

    height: 24px;
    margin-right: 24px;
    padding: 0 12px;

    color: #fff;
    border-radius: 4px;
    background-color: #004098;
}
.wrap-tender .info ul li div .time
{
    font-family: Arial;
    line-height: 2;

    height: 28px;
}
@media (max-width: 767px)
{
    .wrap-tender .info ul li div .time
    {
        float: right;
    }
}
.wrap-tender .info ul li div .time::before
{
    font-family: 'iconfont';
    font-size: 20px;

    float: left;

    margin-top: -6px;
    margin-right: 10px;

    content: '\e626';

    color: #bbb;
}
.wrap-tender .info ul li:hover p
{
    color: #004098;
}
.wrap-market .text
{
    margin-top: 40px;
}
.wrap-market .text p
{
    line-height: 2.14285714;

    margin: 0;

    color: #666;
}
.wrap-market .pic
{
    padding: 36px 10px;

    border: 1px solid #dbdbdb;
    background-color: #fff;
}
.wrap-market .pic img
{
    display: block;

    max-width: 100%;
    margin: 0 auto;
}
.wrap-relation .info
{
    margin-top: 40px;
}
.wrap-relation .info ul
{
    margin: 0;
    padding: 0;
}
.wrap-relation .info ul li
{
    line-height: 30px;

    display: box;
    overflow: hidden;

    margin-top: 10px;

    list-style: none;

    -webkit-transition: all .2s ease;
            transition: all .2s ease;

    color: #666;
    background-color: #fff;
}
.wrap-relation .info ul li:last-child
{
    border-bottom: none;
}
.wrap-relation .info ul li p
{
    line-height: 2;

    display: inline-block;

    margin: 0;
}
@media (max-width: 767px)
{
    .wrap-relation .info ul li p
    {
        display: block;
    }
}
.wrap-relation .info ul li a
{
    display: block;

    padding: 15px 20px;
}
.wrap-relation .info ul li .time
{
    font-family: Arial;
    font-family: Helvetica, Arial, 'Helvetica Neue', sans-serif;
    font-size: 12px;

    display: inline-block;
    float: right;

    height: 28px;
}
@media (max-width: 767px)
{
    .wrap-relation .info ul li .time
    {
        float: left;
    }
}
.wrap-relation .info ul li .time::before
{
    font-family: 'iconfont';
    font-size: 15px;

    float: left;

    margin-right: 10px;

    content: '\e626';

    color: #999;
}
.wrap-relation .info ul li:hover
{
    color: #fff;
    background-color: #004098;
}
.wrap-relation .info ul li:hover .time::before
{
    color: #fff;
}
.wrap-relation .page
{
    margin-top: 50px;
}
.wrap-interactive .message
{
    margin-top: 40px;
}
@media (max-width: 767px)
{
    .wrap-interactive .message
    {
        margin-top: 30px;
    }
}
.wrap-interactive .message p
{
    line-height: 2.14285714;

    margin: 0;

    color: #666;
}
.wrap-interactive .message input,
.wrap-interactive .message textarea
{
    line-height: 2.14285714;

    width: 100%;
    margin-top: 30px;
    padding: 10px 14px;

    resize: vertical;

    color: #666;
    border: 1px solid #dbdbdb;
    outline: none;
}
@media (max-width: 767px)
{
    .wrap-interactive .message input,
    .wrap-interactive .message textarea
    {
        margin-top: 20px;
    }
}
.wrap-interactive .message input:focus,
.wrap-interactive .message textarea:focus
{
    border-color: #aaa;
}
.wrap-interactive .message ::-webkit-input-placeholder
{
    color: #666;
}
.wrap-interactive .message .btn
{
    font-size: 14px;
    line-height: 30px;

    margin-top: 30px;
    padding: 10px 80px;

    color: #fff;
    border-radius: 0;
    background-color: #004098;
}
@media (max-width: 767px)
{
    .wrap-interactive .message .btn
    {
        margin-top: 20px;
    }
}
.wrap-interactive .message .btn:hover
{
    color: rgba(255, 255, 255, .6);
}
.wrap-concept .text
{
    overflow: hidden;

    margin-top: 40px;
}
.wrap-concept .text p
{
    line-height: 2.14285714;

    margin: 0;

    color: #666;
}
.wrap-concept .text img
{
    max-width: 100%;
}
.wrap-job .job
{
    margin-top: 50px;

    border: 1px solid #dbdbdb;
}
.wrap-job .job .j-title
{
    overflow: hidden;

    padding: 14px 30px;

    border-bottom: 1px solid #dbdbdb;
    background-color: #f5f5f5;
}
@media (max-width: 767px)
{
    .wrap-job .job .j-title
    {
        padding: 14px 10px;
    }
}
.wrap-job .job .j-title p
{
    font-size: 16px;
    line-height: 30px;

    float: left;

    width: 22.5%;
    margin: 0;

    color: #0b0b0b;
}
.wrap-job .job .j-title p:last-child
{
    width: 10%;
}
@media (max-width: 767px)
{
    .wrap-job .job .j-title p
    {
        width: 20%;
    }
    .wrap-job .job .j-title p:last-child
    {
        width: 20%;
    }
}
.wrap-job .job &gt; ul
{
    margin: 0;
    padding: 0 30px;

    background-color: #fff;
}
@media (max-width: 767px)
{
    .wrap-job .job &gt; ul
    {
        padding: 0;
    }
}
.wrap-job .job &gt; ul &gt; li
{
    overflow: hidden;

    list-style: none;

    color: #666;
    border-bottom: 1px solid #dbdbdb;
}
.wrap-job .job &gt; ul &gt; li:last-child
{
    border-bottom: none;
}
.wrap-job .job &gt; ul &gt; li &gt; p
{
    line-height: 30px;

    float: left;

    width: 22.5%;
    margin: 0;
    padding: 14px 0;
}
@media (max-width: 767px)
{
    .wrap-job .job &gt; ul &gt; li &gt; p
    {
        width: 20%;
    }
    .wrap-job .job &gt; ul &gt; li &gt; p:first-child
    {
        padding-left: 10px;
    }
}
.wrap-job .job &gt; ul &gt; li &gt; p:nth-child(4)
{
    font-family: Arial;
}
.wrap-job .job &gt; ul &gt; li &gt; a
{
    line-height: 30px;

    display: inline-block;

    width: 10%;
    padding: 14px 0;

    color: #004098;
}
@media (max-width: 767px)
{
    .wrap-job .job &gt; ul &gt; li &gt; a
    {
        width: 20%;
    }
}
.wrap-job .job .detail
{
    position: relative;

    display: none;

    padding: 0 30px 0 30px;

    background-color: #eaeaea;
}
@media (max-width: 767px)
{
    .wrap-job .job .detail
    {
        padding: 0 15px;
    }
}
.wrap-job .job .detail::before
{
    position: absolute;
    top: -6px;

    display: block;

    width: 0;
    height: 0;

    content: '';

    border-right: 9px solid transparent;
    border-bottom: 6px solid #eaeaea;
    border-left: 9px solid transparent;
}
.wrap-job .job .detail .text
{
    overflow: hidden;

    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;

    border-bottom: 1px solid #f5f5f5;
}
.wrap-job .job .detail .text p
{
    line-height: 2;

    float: left;

    width: 25%;
    margin: 0;
}
@media (max-width: 767px)
{
    .wrap-job .job .detail .text p
    {
        width: 50%;
    }
}
.wrap-job .job .detail .info
{
    overflow: hidden;
}
.wrap-job .job .detail .info .left,
.wrap-job .job .detail .info .right
{
    font-family: Arial;

    float: left;

    width: 48%;
    margin-top: 30px;
    margin-bottom: 50px;
}
@media (max-width: 767px)
{
    .wrap-job .job .detail .info .left,
    .wrap-job .job .detail .info .right
    {
        float: none;

        width: 100%;
        margin-bottom: 30px;
    }
}
.wrap-job .job .detail .info .left h3,
.wrap-job .job .detail .info .right h3
{
    font-size: 18px;
    font-weight: bold;

    margin-top: 0;

    color: #333;
}
.wrap-job .job .detail .info .left p,
.wrap-job .job .detail .info .right p
{
    line-height: 2.14285714;

    margin: 0;

    color: #666;
}
.wrap-job .job .detail .info .right
{
    float: right;
}
@media (max-width: 767px)
{
    .wrap-job .job .detail .info .right
    {
        margin-top: 0;
    }
}
.wrap-contact .text
{
    margin: 50px 0 15px 0;
    padding: 30px;

    background-color: #fff;
}
@media (max-width: 767px)
{
    .wrap-contact .text
    {
        margin: 40px 0 8px 0;
    }
}
.wrap-contact .text h3
{
    font-size: 16px;
    font-weight: bold;

    margin: 0;
}
.wrap-contact .text .item
{
    margin-top: 30px;
}
@media (max-width: 480px)
{
    .wrap-contact .text .item
    {
        width: 100%;
    }
}
.wrap-contact .text .item p
{
    line-height: 1.71428571;

    position: relative;

    margin: 0;
    padding-left: 24px;

    color: #666;
}
.wrap-contact .text .item p::before
{
    font-family: 'iconfont';

    position: absolute;
    left: 0;

    content: '\e6ba';

    color: #004098;
}
.wrap-contact .text .item p.tel::before
{
    content: '\e601';
}
.wrap-contact .text .item p.email::before
{
    font-size: 15px;

    content: '\e6bb';
}
.wrap-contact .text .item p.address::before
{
    content: '\e603';
}
.wrap-contact .text .item a:hover
{
    text-decoration: underline;
}
.wrap-contact .list
{
    margin: 15px 0;
    padding: 30px;

    background-color: #fff;
}
.wrap-contact .list h3
{
    font-size: 16px;
    font-weight: bold;
    line-height: 1.875;

    margin: 0 0 6px 0;
}
.wrap-contact .list h3 b
{
    font-size: 14px;

    display: block;
}
.wrap-contact .list p
{
    line-height: 2.14285714;

    margin: 0;

    color: #666;
}
.wrap-contact .list a:hover
{
    text-decoration: underline;
}
@media (min-width: 992px)
{
    .wrap-contact .list-1,
    .wrap-contact .list-2,
    .wrap-contact .list-3
    {
        min-height: 298px;
    }
}
@media (min-width: 1200px)
{
    .wrap-contact .list-1,
    .wrap-contact .list-2,
    .wrap-contact .list-3
    {
        min-height: 280px;
    }
}
@media (min-width: 1320px)
{
    .wrap-contact .list-1,
    .wrap-contact .list-2,
    .wrap-contact .list-3
    {
        min-height: 245px;
    }
}
@media (min-width: 992px)
{
    .wrap-contact .list-4,
    .wrap-contact .list-5,
    .wrap-contact .list-6
    {
        min-height: 400px;
    }
}
@media (min-width: 1200px)
{
    .wrap-contact .list-4,
    .wrap-contact .list-5,
    .wrap-contact .list-6
    {
        min-height: 370px;
    }
}
@media (min-width: 1320px)
{
    .wrap-contact .list-4,
    .wrap-contact .list-5,
    .wrap-contact .list-6
    {
        min-height: 336px;
    }
}
@media (max-width: 991px)
{
    .wrap-contact .list-1,
    .wrap-contact .list-2
    {
        min-height: 280px;
    }
}
@media (max-width: 991px)
{
    .wrap-contact .list-3,
    .wrap-contact .list-4
    {
        min-height: 400px;
    }
}
@media (max-width: 991px)
{
    .wrap-contact .list-5,
    .wrap-contact .list-6
    {
        min-height: 370px;
    }
}
@media (max-width: 767px)
{
    .wrap-contact .list
    {
        min-height: auto;
        margin: 8px 0;
    }
}
.wrap-message .message
{
    margin-top: 20px;
}
@media (max-width: 767px)
{
    .wrap-message .message
    {
        margin-top: 10px;
    }
}
.wrap-message .message p
{
    line-height: 2.14285714;

    margin: 0;

    color: #666;
}
.wrap-message .message input,
.wrap-message .message textarea
{
    line-height: 2.14285714;

    width: 100%;
    margin-top: 30px;
    padding: 10px 14px;

    resize: vertical;

    color: #666;
    border: 1px solid #dbdbdb;
    outline: none;
}
.wrap-message .message input:focus,
.wrap-message .message textarea:focus
{
    border-color: #aaa;
}
@media (max-width: 767px)
{
    .wrap-message .message input,
    .wrap-message .message textarea
    {
        margin-top: 20px;
    }
}
.wrap-message .message ::-webkit-input-placeholder
{
    color: #666;
}
.wrap-message .message .btn
{
    font-size: 14px;
    line-height: 30px;

    margin-top: 30px;
    padding: 10px 80px;

    color: #fff;
    border-radius: 0;
    background-color: #004098;
}
@media (max-width: 767px)
{
    .wrap-message .message .btn
    {
        margin-top: 20px;
    }
}
.wrap-message .message .btn:hover
{
    color: rgba(255, 255, 255, .6);
}
.sidenav
{
    height: 80px;

    border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 768px)
{
    .sidenav .container
    {
        padding: 0;
    }
}
.sidenav .category
{
    position: relative;

    overflow: hidden;

    height: 80px;
}
.sidenav .category ul
{
    position: absolute;
    left: 0;

    overflow: hidden;

    margin: 0;
    padding: 0;

    white-space: nowrap;
}
.sidenav .category ul li
{
    line-height: 78px;

    position: relative;

    display: inline-block;
    overflow: hidden;

    height: 80px;
    margin: 0 4px;

    list-style: none;

    color: #666;
}
.sidenav .category ul li.active a,
.sidenav .category ul li:hover a
{
    color: #004098;
    border-bottom: 2px solid #004098;
}
.sidenav .category ul li a
{
    font-size: 15px;

    display: block;

    padding: 0 15px;
}
.sidenav .category ul li:first-child
{
    margin-left: 0;
}
@media (min-width: 992px)
{
    .prosidenav
    {
        display: none;
    }
}
.prosidenav .category-2
{
    position: relative;

    overflow: hidden;

    height: 60px;
}
.prosidenav .category-2 ul
{
    position: absolute;
    left: 0;

    overflow: hidden;

    margin: 0;
    padding: 0;

    white-space: nowrap;
}
.prosidenav .category-2 ul li
{
    line-height: 50px;

    position: relative;

    display: inline-block;
    overflow: hidden;

    height: 50px;
    margin: 0 4px;

    list-style: none;

    color: #666;
}
.prosidenav .category-2 ul li.active a,
.prosidenav .category-2 ul li:hover a
{
    color: #004098;
}
.prosidenav .category-2 ul li a
{
    font-size: 15px;

    display: block;

    padding: 0 15px;
}
.prosidenav .category-2 ul li:first-child
{
    margin-left: 0;
}
.wrap-download .info
{
    margin-top: 35px;
}
@media (max-width: 767px)
{
    .wrap-download .info
    {
        margin-top: 42px;
    }
}
.wrap-download .item
{
    overflow: hidden;

    margin: 15px 0;
    padding: 20px;

    background-color: #fff;
}
@media (max-width: 767px)
{
    .wrap-download .item
    {
        margin: 8px 0;
    }
}
.wrap-download .item .pic
{
    float: left;

    width: 24%;
}
@media (max-width: 1199px)
{
    .wrap-download .item .pic
    {
        width: 30%;
    }
}
@media (max-width: 640px)
{
    .wrap-download .item .pic
    {
        width: 38%;
    }
}
.wrap-download .item .pic .img-box
{
    padding-bottom: 142.85714286%;

    border: 1px solid #e5e5e5;
}
.wrap-download .item .note
{
    float: left;

    width: 76%;
    padding: 0 0 0 20px;
}
@media (max-width: 1199px)
{
    .wrap-download .item .note
    {
        width: 70%;
    }
}
@media (max-width: 640px)
{
    .wrap-download .item .note
    {
        width: 62%;
    }
}
.wrap-download .item .note h3
{
    font-size: 16px;

    overflow: hidden;

    white-space: nowrap;
    text-overflow: ellipsis;
}
.wrap-download .item .note p
{
    font-size: 12px;
    line-height: 2;

    display: -webkit-box;
    overflow: hidden;

    max-height: 72px;

    color: #666;

    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.wrap-download .item .note a.down
{
    font-size: 12px;
    line-height: 34px;

    display: inline-block;

    margin-top: 20px;

    color: #004098;
}
@media (max-width: 640px)
{
    .wrap-download .item .note a.down
    {
        line-height: 28px;

        margin-top: 10px;
    }
}
.wrap-download .item .note a.down::before
{
    font-family: 'iconfont';
    font-size: 34px;

    float: left;

    margin-right: 10px;

    content: '\e6d0';
}
@media (max-width: 640px)
{
    .wrap-download .item .note a.down::before
    {
        font-size: 28px;

        margin-right: 4px;
    }
}
.wrap-download .item .note a.down:hover::before
{
    -webkit-animation: fadeInUp .6s 0s ease both;
            animation: fadeInLeft .6s 0s ease both;
}
</pre></body></html>