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

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@font-face
{
    font-family: 'Montserrat';
    font-weight: 300;
    font-style: normal;

    src: url('font/hinted-Montserrat-Light.eot');
    src: local('Montserrat Light'), local('Montserrat-Light'), url('font/hinted-Montserrat-Light.eot?#iefix') format('embedded-opentype'), url('font/hinted-Montserrat-Light.woff2') format('woff2'), url('font/hinted-Montserrat-Light.woff') format('woff'), url('font/hinted-Montserrat-Light.ttf') format('truetype'), url('font/hinted-Montserrat-Light.svg#Montserrat-Light') format('svg');
}
@font-face
{
    font-family: 'Montserrat';
    font-weight: normal;
    font-style: normal;

    src: url('font/hinted-Montserrat-Regular.eot');
    src: local('Montserrat Regular'), local('Montserrat-Regular'), url('font/hinted-Montserrat-Regular.eot?#iefix') format('embedded-opentype'), url('font/hinted-Montserrat-Regular.woff2') format('woff2'), url('font/hinted-Montserrat-Regular.woff') format('woff'), url('font/hinted-Montserrat-Regular.ttf') format('truetype'), url('font/hinted-Montserrat-Regular.svg#Montserrat-Regular') format('svg');
}
@font-face
{
    font-family: 'Montserrat';
    font-weight: bold;
    font-style: normal;

    src: url('font/hinted-Montserrat-Bold.eot');
    src: local('Montserrat Bold'), local('Montserrat-Bold'), url('font/hinted-Montserrat-Bold.eot?#iefix') format('embedded-opentype'), url('font/hinted-Montserrat-Bold.woff2') format('woff2'), url('font/hinted-Montserrat-Bold.woff') format('woff'), url('font/hinted-Montserrat-Bold.ttf') format('truetype'), url('font/hinted-Montserrat-Bold.svg#Montserrat-Bold') format('svg');
}
@font-face
{
    font-family: 'Montserrat';
    font-weight: 500;
    font-style: normal;

    src: url('font/hinted-Montserrat-Medium.eot');
    src: local('Montserrat Medium'), local('Montserrat-Medium'), url('font/hinted-Montserrat-Medium.eot?#iefix') format('embedded-opentype'), url('font/hinted-Montserrat-Medium.woff2') format('woff2'), url('font/hinted-Montserrat-Medium.woff') format('woff'), url('font/hinted-Montserrat-Medium.ttf') format('truetype'), url('font/hinted-Montserrat-Medium.svg#Montserrat-Medium') format('svg');
}
@font-face
{
    font-family: 'Montserrat';
    font-weight: 600;
    font-style: normal;

    src: url('font/hinted-Montserrat-SemiBold.eot');
    src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'), url('font/hinted-Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'), url('font/hinted-Montserrat-SemiBold.woff2') format('woff2'), url('font/hinted-Montserrat-SemiBold.woff') format('woff'), url('font/hinted-Montserrat-SemiBold.ttf') format('truetype'), url('font/hinted-Montserrat-SemiBold.svg#Montserrat-SemiBold') format('svg');
}
@font-face
{
    font-family: 'Montserrat';
    font-weight: 800;
    font-style: normal;

    src: url('font/hinted-Montserrat-ExtraBold.eot');
    src: local('Montserrat ExtraBold'), local('Montserrat-ExtraBold'), url('font/hinted-Montserrat-ExtraBold.eot?#iefix') format('embedded-opentype'), url('font/hinted-Montserrat-ExtraBold.woff2') format('woff2'), url('font/hinted-Montserrat-ExtraBold.woff') format('woff'), url('font/hinted-Montserrat-ExtraBold.ttf') format('truetype'), url('font/hinted-Montserrat-ExtraBold.svg#Montserrat-ExtraBold') format('svg');
}
@font-face
{
    font-family: 'Montserrat';
    font-weight: 900;
    font-style: normal;

    src: url('font/hinted-Montserrat-Black.eot');
    src: local('Montserrat Black'), local('Montserrat-Black'), url('font/hinted-Montserrat-Black.eot?#iefix') format('embedded-opentype'), url('font/hinted-Montserrat-Black.woff2') format('woff2'), url('font/hinted-Montserrat-Black.woff') format('woff'), url('font/hinted-Montserrat-Black.ttf') format('truetype'), url('font/hinted-Montserrat-Black.svg#Montserrat-Black') format('svg');
}
body
{
    font-family: 'Montserrat', Arial, 'Helvetica Neue', Helvetica, 'Hiragino Sans GB', 'Microsoft YaHei', 'PingFang SC', 'Heiti SC', 'WenQuanYi Micro Hei', sans-serif;
}
body.fixed
{
    position: fixed;

    overflow: hidden;

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

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

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

    border: none;
    outline: none;
}
a[data-fancybox]
{
    outline: none;
}
a[data-fancybox] img
{
    outline: none !important;
}
.slick-slide
{
    outline: none;
}
.slick-slide a
{
    outline: none !important;
}
.txt-over1
{
    overflow: hidden;

    white-space: nowrap;
    text-overflow: ellipsis;
}
img
{
            backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
}
.all
{
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';
}
.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: right;
}
.page li
{
    line-height: 48px;

    display: inline-block;

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

    cursor: pointer;
    text-align: center;

    color: #999;
    border: 1px solid #ddd;
    background: none;
    background-color: #fff;
}
@media (max-width: 991px)
{
    .page li
    {
        line-height: 38px;

        width: 40px;
        height: 40px;
    }
}
@media (max-width: 767px)
{
    .page li
    {
        line-height: 32px;

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

    width: 100%;
    max-width: 100%;
}
.table-box table
{
    width: auto;
    max-width: 98%;

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

    background-color: #fff;
}
.table-box table tr,
.table-box table td,
.table-box table th
{
    width: auto !important;
    height: auto !important;
}
.table-box table tr:nth-child(odd)
{
    background-color: #e9e9e9;
}
.table-box table td,
.table-box table th
{
    padding: 5px 10px !important;

    border: 1px solid #666 !important;
}
.table-box table tr p,
.table-box table tr span
{
    margin: 0 !important;
    padding: 0 !important;

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

    height: 0;

    content: '';
}
img.lazy
{
    min-width: 1px;
    min-height: 1px;
}
.lazy
{
    background: url(../js/slick/ajax-loader.gif) no-repeat center;
}
.slick-slide
{
    outline: none;
}
.slick-slide a
{
    outline: none !important;
}
.fancybox-slide--iframe .fancybox-content
{
    width: 733px;
    max-width: 80%;
    height: 500px;
    max-height: 50%;
    margin: 0;
}
img
{
            backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
}
.header
{
    position: relative;
}
.header .top
{
    line-height: 45px;

    overflow: hidden;

    height: 45px;

    background-color: #f4f4f4;
}
.header .top .welcome
{
    font-size: 13px;
    font-weight: 500;

    float: left;

    color: #003e88;
}
.header .top .fun-btn
{
    float: right;
}
.header .top .fun-btn .share,
.header .top .fun-btn .language
{
    display: inline-block;

    vertical-align: middle;
}
.header .top .fun-btn .share
{
    margin-right: 15px;
    padding-right: 30px;

    border-right: 1px solid #ececec;
}
.header .top .fun-btn .language .en:after
{
    display: inline-block;

    width: 1px;
    height: 8px;
    margin: -2px 14px 0;

    content: '';
    vertical-align: middle;

    background-color: #333;
}
.header .top .fun-btn .language a.active,
.header .top .fun-btn .language a:hover
{
    color: #003e88;
}
.header .logo
{
    display: block;
    float: left;

    padding: 12px 0;
}
.header .logo > a
{
    display: block;
}
.header .logo .pic-box
{
    display: inline-block;

    vertical-align: middle;
}
@media (max-width: 991px)
{
    .header .logo .pic-box
    {
        width: 64px;
    }
}
@media (max-width: 767px)
{
    .header .logo .pic-box
    {
        width: 50px;
    }
}
.header .logo img
{
    width: 100%;
}
.header .logo .logo-txt
{
    display: inline-block;

    margin-left: 20px;

    vertical-align: middle;

    color: #111;
}
@media (max-width: 1199px)
{
    .header .logo .logo-txt
    {
        margin-left: 10px;
    }
}
@media (max-width: 767px)
{
    .header .logo .logo-txt
    {
        width: 240px;
    }
}
@media (max-width: 480px)
{
    .header .logo .logo-txt
    {
        width: 180px;
    }
}
@media (max-width: 360px)
{
    .header .logo .logo-txt
    {
        width: 150px;
    }
}
@media (max-width: 330px)
{
    .header .logo .logo-txt
    {
        width: 130px;
    }
}
.header .logo .logo-txt h2
{
    font-size: 24px;
    font-weight: bold;

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

    letter-spacing: 3px;

    border-bottom: 2px solid #003e88;
}
@media (max-width: 480px)
{
    .header .logo .logo-txt h2
    {
        font-size: 14px;
    }
}
.header .logo .logo-txt span
{
    font-size: 12px;
    font-weight: 300;
    font-style: italic;
}
@media (max-width: 480px)
{
    .header .logo .logo-txt span
    {
        font-size: 8px;
    }
}
.header .logo .logo-txt img
{
    display: block;

    width: 100%;
}
.header .header-r
{
    float: right;

    padding: 24px 0;
}
@media (max-width: 767px)
{
    .header .header-r
    {
        padding: 14px 0;
    }
}
.header .header-r > div
{
    display: inline-block;

    vertical-align: middle;
}
.header .header-r .contact
{
    margin-right: 60px;
}
.header .header-r .contact p
{
    font-size: 12px;
    font-weight: 500;
    line-height: 1;

    margin: 0;
}
.header .header-r .contact p:before
{
    font-family: 'iconfont' !important;
    font-size: 16px;
    font-style: normal;

    margin-right: 10px;

    vertical-align: middle;

    color: #ffc001;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.header .header-r .contact p a
{
    -webkit-transition: .2s;
            transition: .2s;
}
.header .header-r .contact p a:hover
{
    text-decoration: underline;

    color: #ffc001;
}
.header .header-r .contact .mail
{
    margin-bottom: 10px;
}
.header .header-r .contact .mail:before
{
    content: '\e630';
}
.header .header-r .contact .tel:before
{
    content: '\e633';
}
@media (max-width: 991px)
{
    .header .header-r .search-wrap
    {
        display: none;
    }
}
.header .header-r .find
{
    display: none;

    width: 22px;
    height: 30px;

    cursor: pointer;
}
@media (max-width: 991px)
{
    .header .header-r .find
    {
        margin: 0 5px 0 25px;
    }
}
@media (max-width: 767px)
{
    .header .header-r .find
    {
        margin: 4px 0 0 15px;
    }
}
.header .header-r .find:after
{
    font-family: 'iconfont' !important;
    font-size: 20px;
    font-weight: bold;
    font-style: normal;

    content: '\e61a';
    vertical-align: top;
}
.nav-collapse
{
    position: relative;

    display: none;

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

    cursor: pointer;

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

        margin-left: 15px;

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

        display: block;

        margin-top: 10px;

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

        border: none;
    }
}
.nav-collapse .btn-line
{
    position: absolute;
    left: 50%;

    width: 25px;
    height: 2px;

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

    background: #333;
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .nav-collapse .btn-line
    {
        width: 30px;
    }
}
.nav-collapse .btn-line:nth-child(3),
.nav-collapse .btn-line:nth-child(1)
{
    position: absolute;

    display: block;

    width: 25px;
    height: 2px;

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

    background: #333;
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .nav-collapse .btn-line:nth-child(3),
    .nav-collapse .btn-line:nth-child(1)
    {
        width: 30px;
    }
}
.nav-collapse .btn-line:nth-child(1)
{
    top: 32%;
}
.nav-collapse .btn-line:nth-child(2)
{
    top: 50%;
}
.nav-collapse .btn-line:nth-child(3)
{
    top: 68%;
}
.nav-collapse.active
{
    border-color: transparent;
}
.nav-collapse.active .btn-line
{
    background-color: #fff;
}
.nav-collapse.active .btn-line:nth-child(2)
{
    -webkit-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
            transform: translateX(-50px);

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

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

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

        text-align: center;

        background-color: #003e88;
    }
    .nav.fixed .tbl
    {
        position: fixed;
        z-index: 888;
        top: 0;
        left: 0;

        width: 100%;

        background-color: #003e88;
        box-shadow: 0 0 16px 0 rgba(7, 17, 27, .2);
    }
}
@media (max-width: 1199px)
{
    .nav
    {
        position: fixed;
        z-index: 9998;
        top: 0;
        left: 0;

        display: none;

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

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

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

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

        height: 100%;

        vertical-align: middle;
    }
}
@media (max-width: 1199px) and (max-width: 1199px)
{
    .nav .container
    {
        overflow: auto;

        width: 100%;
    }
}
@media (max-width: 767px)
{
    .nav
    {
        width: 100%;
        padding: 30px;
    }
}
.nav.left-100
{
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
}
.nav.left-200
{
    -webkit-transform: translate3d(-200%, 0, 0);
            transform: translate3d(-200%, 0, 0);
}
@media (min-width: 1200px)
{
    .nav .nav-list1
    {
        zoom: 1;
    }
    .nav .nav-list1:after
    {
        display: block;
        visibility: hidden;
        clear: both;

        height: 0;

        content: '';
    }
    .nav .nav-list1 li a
    {
        white-space: nowrap;
    }
    .nav .nav-list1 > li
    {
        position: relative;

        float: left;
    }
    .nav .nav-list1 > li:first-child
    {
        margin-left: 0;
    }
    .nav .nav-list1 > li:nth-child(3)
    {
        position: static;
    }
    .nav .nav-list1 > li:nth-child(3) .nav-list2
    {
        position: absolute;
        top: 50px;
        left: 0;

        overflow: hidden;

        width: 100%;
        margin: 0 !important;
        padding: 15px 4% 20px;

        border-top: none;
    }
    .nav .nav-list1 > li:nth-child(3) .nav-list2 a:hover
    {
        text-decoration: underline;
    }
    .nav .nav-list1 > li:nth-child(3) .nav-list2 > li
    {
        float: left;

        width: 12.5%;

        text-align: left;

        color: #fff;
        border-top: none;

        white-space: normal;
    }
    .nav .nav-list1 > li:nth-child(3) .nav-list2 > li:hover
    {
        background: none;
    }
    .nav .nav-list1 > li:nth-child(3) .nav-list2 > li > a
    {
        font-size: 16px;
        color: #ffc001;
        white-space: normal;
        word-break: break-word;
    }
    .nav .nav-list1 > li:nth-child(3) .nav-list3
    {
        display: block !important;
    }
    .nav .nav-list1 > li:nth-child(3) .nav-list3 > li
    {
        line-height: 1.8;

        margin-bottom: 5px;
    }
    .nav .nav-list1 > li > a
    {
        font-weight: 500;

        position: relative;

        display: block;

        padding: 15px 48px;

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

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

        min-width: 180px;

        text-align: center;

        border-top: 1px solid transparent;
        background-color: rgba(0, 62, 136, .8);
    }
    .nav .nav-list1 .nav-list2 > li
    {
        position: relative;

        padding: 0 5px;

        white-space: nowrap;

        border-top: 1px solid rgba(255, 255, 255, .3);
    }
    .nav .nav-list1 .nav-list2 > li:first-child
    {
        border-top: none;
    }
    .nav .nav-list1 .nav-list2 > li:hover
    {
        background-color: rgba(0, 62, 136, .94);
    }
    .nav .nav-list1 .nav-list2 > li:hover:before,
    .nav .nav-list1 .nav-list2 > li:hover:after
    {
        display: block;
    }
    .nav .nav-list1 .nav-list2 > li > a
    {
        font-size: 14px;

        display: block;

        padding: 12px 0;

        color: #fff;
    }
}
@media (max-width: 1199px)
{
    .nav .nav-list1
    {
        margin: 20px 0;

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

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

        color: #fff;
    }
}
@media (max-width: 1199px)
{
    .nav .nav-list2,
    .nav .nav-list3
    {
        display: none;
    }
    .nav .nav-list2 a,
    .nav .nav-list3 a
    {
        font-size: 16px;
        line-height: 2;

        margin-top: 5px;

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

        display: block;
        overflow: hidden;

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

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

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

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

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

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

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

    margin: 25px 0;

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

        margin: 0;
    }
}
@media (max-height: 600px)
{
    .nav .nav-2 .content ul li,
    .nav .nav-3 .content ul li
    {
        line-height: 40px;
    }
}
.nav .nav-2 .content ul li.more,
.nav .nav-3 .content ul li.more
{
    position: relative;
}
.nav .nav-2 .content ul li.more:after,
.nav .nav-3 .content ul li.more:after
{
    font-family: 'iconfont' !important;
    font-size: 16px;

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

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

    color: #fff;
}
.nav .nav-2 .content ul li a,
.nav .nav-3 .content ul li a
{
    display: block;
}
.nav .nav-2
{
    left: 100%;
}
.nav .nav-3
{
    left: 200%;
}
.nav .nav-3 .content ul li
{
    font-size: 19px;
}
.fade-out .container
{
    padding: 0;
}
.fade-out ul
{
    text-align: left;
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .fade-out ul
    {
        padding: 0 5%;
    }
}
@media (max-width: 1199px)
{
    .fade-out ul.nav-list1
    {
        opacity: 1;
    }
    .fade-out ul.nav-list1 a
    {
        font-weight: 500;

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

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

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

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

        margin-top: -18px;

        content: '\e72f';

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

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

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

    color: #fff;
}
@media only screen and (min-width: 992px)
{
    .search-wrap p
    {
        display: none;
    }
    .search-wrap form
    {
        position: relative;

        overflow: hidden;

        width: 280px;

        border: 1px solid #ececec;
        border-radius: 40px;
    }
    .search-wrap form input::-webkit-input-placeholder,
    .search-wrap form textarea::-webkit-input-placeholder
    {
        color: #333;
    }
    .search-wrap form input:-o-placeholder,
    .search-wrap form textarea:-o-placeholder
    {
        color: #333;
    }
    .search-wrap form input::-moz-placeholder,
    .search-wrap form textarea::-moz-placeholder
    {
        color: #333;
    }
    .search-wrap form input:-ms-input-placeholder,
    .search-wrap form textarea:-ms-input-placeholder
    {
        color: #333;
    }
    .search-wrap form input:focus::-webkit-input-placeholder,
    .search-wrap form textarea:focus::-webkit-input-placeholder
    {
        color: #c5c5c5;
    }
    .search-wrap form input:focus::-o-placeholder,
    .search-wrap form textarea:focus::-o-placeholder
    {
        color: #c5c5c5;
    }
    .search-wrap form input:focus::-moz-placeholder,
    .search-wrap form textarea:focus::-moz-placeholder
    {
        color: #c5c5c5;
    }
    .search-wrap form input:focus::-ms-input-placeholder,
    .search-wrap form textarea:focus::-ms-input-placeholder
    {
        color: #c5c5c5;
    }
    .search-wrap form .input-text
    {
        font-weight: 300;

        display: block;

        width: 100%;
        padding: 12px 50px 12px 20px;

        background: none;
    }
    .search-wrap form .input-submit
    {
        position: absolute;
        top: 0;
        right: 10px;

        height: 100%;

        text-align: center;

        background: none;
    }
    .search-wrap form .input-submit:before
    {
        font-family: 'iconfont' !important;
        font-size: 18px;
        font-weight: bold;
        line-height: 1;

        content: '\e61a';

        color: #003e88;
    }
}
@media (max-width: 991px)
{
    .search-wrap
    {
        position: fixed;
        z-index: 9999;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;

        display: none;

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

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

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

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

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

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

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

        text-align: center;

        color: #fff;
        border-bottom: 3px solid #1f1e1e;
        background: none;
    }
    .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;
    }
}
@media (max-width: 991px) and (max-width: 767px)
{
    .search-wrap .search .input-text
    {
        padding-left: 5px;
    }
}
.banner
{
    font-size: 0;

    position: relative;
    z-index: 2;

    overflow: hidden;

    width: 100%;

    letter-spacing: -8px;

    background-color: #171b1f;
}
@media (max-width: 1199px)
{
    .banner .slick
    {
        width: 120%;
        max-width: 120%;
        margin-left: -10%;
    }
}
@media (max-width: 991px)
{
    .banner .slick
    {
        width: 140%;
        max-width: 140%;
        margin-left: -20%;
    }
}
.banner .slick-dots
{
    position: absolute;
    bottom: 25px;
    left: 50%;

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

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

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

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

    border-radius: 6px;
    background-color: #fff;
}
.banner .slick-dots li:hover,
.banner .slick-dots li.slick-active
{
    width: 30px;
}
@media (max-width: 767px)
{
    .banner .slick-dots li
    {
        width: 6px;
        height: 6px;

        border-radius: 6px;
    }
}
.banner .slick-dots li button
{
    display: none;
}
.banner .img-box
{
    padding-bottom: 39.0625%;
}
.banner .banner-arrow
{
    font-size: 0;

    position: absolute;
    z-index: 20;
    right: 0;
    bottom: 0;

    width: 100%;

    text-align: right;
    letter-spacing: -8px;
}
.banner .banner-arrow a
{
    line-height: 60px;

    display: inline-block;

    width: 60px;
    height: 60px;

    text-align: center;
    letter-spacing: 0;
}
@media (max-width: 991px)
{
    .banner .banner-arrow a
    {
        line-height: 50px;

        width: 50px;
        height: 50px;
    }
}
@media (max-width: 767px)
{
    .banner .banner-arrow a
    {
        line-height: 35px;

        width: 35px;
        height: 35px;
    }
}
.banner .banner-arrow a:before
{
    font-family: 'iconfont' !important;
    font-size: 24px;
    font-style: normal;

    text-align: center;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.banner .prev
{
    color: #003e88;
    background-color: #ffc001;
}
.banner .prev:before
{
    content: '\e9b5';
}
.banner .next
{
    color: #ffc001;
    background-color: #003e88;
}
.banner .next:before
{
    content: '\e72f';
}
.index-box
{
    overflow: hidden;

    max-width: 100%;
    padding: 110px 0 120px;
}
@media (max-width: 991px)
{
    .index-box
    {
        padding: 60px 0;
    }
}
@media (max-width: 767px)
{
    .index-box
    {
        padding: 50px 0;
    }
}
.index-box .title
{
    text-align: center;
}
.index-box .title h3
{
    font-size: 30px;
    font-weight: bold;

    margin: 0 0 8px;

    text-transform: uppercase;
}
@media (max-width: 1199px)
{
    .index-box .title h3
    {
        font-size: 28px;
    }
}
@media (max-width: 991px)
{
    .index-box .title h3
    {
        font-size: 26px;
    }
}
@media (max-width: 767px)
{
    .index-box .title h3
    {
        font-size: 22px;
    }
}
.index-box .title p
{
    font-weight: 300;
    line-height: 1.71428571;

    margin: 0 auto;

    color: #666;
}
@media (min-width: 1200px)
{
    .index-box .title p
    {
        width: 55%;
    }
}
@media (min-width: 1340px)
{
    .index-box .title p
    {
        width: 50%;
    }
}
@media (min-width: 1441px)
{
    .index-box .title p
    {
        width: 47%;
    }
}
@media (min-width: 768px) and (max-width: 1199px)
{
    .index-box .title p
    {
        width: 70%;
    }
}
@media (min-width: 768px) and (max-width: 991px)
{
    .index-box .title p
    {
        width: 85%;
    }
}
.index-num
{
    z-index: 5;

    overflow: hidden;

    width: 100%;

    border-bottom: 1px solid #ddd;
}
.index-num ul
{
    font-size: 0;

    letter-spacing: -8px;
}
.index-num ul li
{
    font-size: 14px;

    position: relative;

    display: inline-block;

    padding: 0 15px;

    vertical-align: top;
    letter-spacing: 0;
}
.index-num ul li:nth-child(1) .item:before
{
    content: '\e63c';
}
.index-num ul li:nth-child(2) .item:before
{
    content: '\e6b5';
}
.index-num ul li:nth-child(3) .item:before
{
    content: '\e641';
}
.index-num ul li:nth-child(4) .item:before
{
    content: '\e62e';
}
@media only screen and (min-width: 768px)
{
    .index-num ul li
    {
        width: 25%;
        margin-bottom: 60px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .index-num ul li
    {
        width: 50%;
    }
}
@media (max-width: 767px)
{
    .index-num ul li
    {
        width: 100%;
        margin: 10px 0;
    }
}
.index-num ul li .item
{
    position: relative;

    padding: 0 50px 0 90px;
}
.index-num ul li .item:before
{
    font-family: 'iconfont' !important;
    font-size: 28px;
    font-style: normal;
    line-height: 70px;

    position: absolute;
    top: -10px;
    left: 0;

    display: block;

    width: 70px;
    height: 70px;

    content: '';
    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-color: #003e88;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 1440px)
{
    .index-num ul li .item
    {
        padding: 0 30px 0 90px;
    }
}
@media (max-width: 1339px)
{
    .index-num ul li .item
    {
        padding: 0 15px 0 70px;
    }
    .index-num ul li .item:before
    {
        line-height: 60px;

        top: 0;

        width: 60px;
        height: 60px;
    }
}
@media (max-width: 1199px)
{
    .index-num ul li .item
    {
        padding-right: 0;
    }
}
@media (max-width: 991px)
{
    .index-num ul li .item
    {
        padding-left: 80px;
    }
}
@media (max-width: 991px)
{
    .index-num ul li .item
    {
        padding-left: 70px;
    }
    .index-num ul li .item:before
    {
        font-size: 24px;
        line-height: 50px;

        width: 50px;
        height: 50px;
    }
}
.index-num ul li .timer
{
    font-size: 40px;
    font-weight: bold;

    position: relative;

    display: inline-block;
}
@media (max-width: 1339px)
{
    .index-num ul li .timer
    {
        font-size: 40px;
    }
}
@media (max-width: 1199px)
{
    .index-num ul li .timer
    {
        font-size: 36px;
    }
}
@media (max-width: 767px)
{
    .index-num ul li .timer
    {
        font-size: 28px;
    }
}
.index-num ul li .timer:after
{
    font-size: 20px;

    position: absolute;
    top: 4px;
    left: 100%;

    margin-left: 5px;

    content: '+';
}
@media (max-width: 767px)
{
    .index-num ul li .timer:after
    {
        font-size: 14px;

        top: 5px;
    }
}
.index-num ul li .number
{
    color: #003e88;
}
@media (max-width: 1199px)
{
    .index-num ul li .number
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .index-num ul li .number
    {
        font-size: 30px;
    }
}
.index-num ul li p
{
    font-weight: 300;
    line-height: 1.42857143;

    margin: 0;

    color: #666;
}
.index-num .intro
{
    width: 65%;
    margin: 0 auto;

    text-align: center;
}
@media (max-width: 991px)
{
    .index-num .intro
    {
        width: 80%;
    }
}
@media (max-width: 767px)
{
    .index-num .intro
    {
        width: 100%;
        margin-top: 15px;
    }
}
.index-num .intro b
{
    font-size: 18px;
    font-weight: 500;
    line-height: 1.66666667;

    display: block;
}
@media (max-width: 991px)
{
    .index-num .intro b
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .index-num .intro b
    {
        font-size: 15px;
    }
}
.index-num .intro .more
{
    margin-top: 25px;
}
.index-num .intro .more > a
{
    font-weight: 300;

    display: inline-block;

    padding: 15px 38px;

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

    color: #fff;
    border-radius: 50px;
    background-color: #ffc001;
}
.index-num .intro .more > a:after
{
    margin-left: 10px;

    content: '>';
}
.index-num .intro .more > a:hover
{
    background-color: #003e88;
}
@media (max-width: 767px)
{
    .index-num .intro .more > a
    {
        padding: 12px 30px;
    }
}
@media (max-width: 991px)
{
    .index-product .list
    {
        margin-top: 10px;
    }
}
@media (max-width: 767px)
{
    .index-product .list
    {
        margin: 20px -10px 0;
    }
}
.index-product .list li
{
    margin-top: 30px;
    padding: 0 15px;
}
@media (max-width: 991px)
{
    .index-product .list li
    {
        margin-top: 20px;
        padding: 0 10px;
    }
}
@media (max-width: 480px)
{
    .index-product .list li
    {
        margin-top: 10px;
        padding: 0 5px;
    }
}
.index-product .item
{
    position: relative;

    display: block;
    overflow: hidden;
}
@media (min-width: 1200px)
{
    .index-product .item:hover .intro
    {
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0);
    }
    .index-product .item:hover .mask
    {
        /* opacity: 0; */
    }
}
.index-product .item b
{
    font-size: 20px;
    font-weight: bold;

    display: block;

    color: #ffc001;
}
@media (max-width: 991px)
{
    .index-product .item b
    {
        font-size: 18px;
    }
}
.index-product .item b:after
{
    display: block;

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

    content: '';

    background-color: #ffc001;
}
@media (max-width: 767px)
{
    .index-product .item b:after
    {
        height: 2px;
        margin-top: 4px;
    }
}
.index-product .mask
{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

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

    background: url(../images/index-pro-bg.png) no-repeat center;
    background-size: cover;
}
.index-product .mask b
{
    position: absolute;
    bottom: 12%;
    left: 0;

    width: 100%;
    padding: 0 5%;
}
@media (max-width: 767px)
{
    .index-product .mask b
    {
        font-size: 14px;
    }
}
.index-product .intro
{
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
    padding: 16% 13% 0;

    -webkit-transition: .3s;
            transition: .3s;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);

    color: #ffc001;
    background-color: rgba(0, 62, 136, .9);
}
@media (max-width: 1440px)
{
    .index-product .intro
    {
        padding: 10% 8% 0;
    }
}
.index-product .intro b
{
    margin-bottom: 7%;
}
@media (min-width: 1200px) and (max-width: 1440px)
{
    .index-product .intro b
    {
        font-size: 18px;
    }
}
.index-product .intro p
{
    font-weight: 300;

    display: block;

    -webkit-transition: .3s;
            transition: .3s;
}
.index-product .intro p:before
{
    margin-right: 5px;

    content: '-';
}
.index-product .intro p:hover
{
    -webkit-transform: translateX(5px);
        -ms-transform: translateX(5px);
            transform: translateX(5px);
}
.index-product .intro p:hover a
{
    text-decoration: underline;
}
.index-hot-product
{
    position: relative;

    background-color: #f4f4f4;
}
.index-hot-product .product-list
{
    margin-top: 20px;
    margin-bottom: 10px;
}
.index-hot-product .product-list .item
{
    margin-top: 25px;

    -webkit-transition: .3s;
            transition: .3s;
}
@media (min-width: 992px)
{
    .index-hot-product .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;
    }
    .index-hot-product .product-list .item:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
@media (max-width: 991px)
{
    .index-hot-product .product-list .item
    {
        margin-top: 15px;
    }
}
@media (max-width: 767px)
{
    .index-hot-product .product-list .item
    {
        margin-top: 10px;
    }
}
.index-hot-product .product-list .item .intro
{
    padding: 7% 20px;

    -webkit-transition: .2s;
            transition: .2s;
}
@media (max-width: 767px)
{
    .index-hot-product .product-list .item .intro
    {
        padding: 5% 10px;
    }
}
@media (min-width: 1200px)
{
    .index-hot-product .product-list .item:hover
    {
        -webkit-transform: translateY(-20px);
            -ms-transform: translateY(-20px);
                transform: translateY(-20px);
    }
    .index-hot-product .product-list .item:hover .intro
    {
        color: #ffc001;
        background-color: #003e88;
    }
}
.index-hot-product .hot-btn
{
    font-size: 0;

    position: absolute;
    z-index: 20;
    right: 0;
    bottom: 0;

    width: 100%;

    text-align: center;
    letter-spacing: -8px;
}
.index-hot-product .hot-btn a
{
    line-height: 60px;

    display: inline-block;

    width: 60px;
    height: 60px;

    text-align: center;
    letter-spacing: 0;
}
@media (max-width: 991px)
{
    .index-hot-product .hot-btn a
    {
        line-height: 50px;

        width: 50px;
        height: 50px;
    }
}
@media (max-width: 767px)
{
    .index-hot-product .hot-btn a
    {
        line-height: 35px;

        width: 35px;
        height: 35px;
    }
}
.index-hot-product .hot-btn a:before
{
    font-family: 'iconfont' !important;
    font-size: 24px;
    font-style: normal;

    text-align: center;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.index-hot-product .hot-btn .prev
{
    color: #003e88;
    background-color: #ffc001;
}
.index-hot-product .hot-btn .prev:before
{
    content: '\e9b5';
}
.index-hot-product .hot-btn .next
{
    color: #ffc001;
    background-color: #003e88;
}
.index-hot-product .hot-btn .next:before
{
    content: '\e72f';
}
.index-choose .choose-list
{
    font-size: 0;

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

    display: inline-block;

    width: 33.333333%;
    margin-top: 30px;
    padding: 0 15px;

    vertical-align: top;
    letter-spacing: 0;
}
@media (max-width: 991px)
{
    .index-choose .choose-list li
    {
        width: 50%;
    }
}
@media (max-width: 767px)
{
    .index-choose .choose-list li
    {
        width: 100%;
    }
}
.index-choose .choose-list li:nth-child(1) .item:before
{
    content: '\e612';
}
.index-choose .choose-list li:nth-child(2) .item:before
{
    content: '\e6ca';
}
.index-choose .choose-list li:nth-child(3) .item:before
{
    content: '\e72d';
}
.index-choose .choose-list li:nth-child(4) .item:before
{
    content: '\e62f';
}
.index-choose .choose-list li:nth-child(5) .item:before
{
    content: '\e66f';
}
.index-choose .choose-list li:nth-child(6) .item:before
{
    content: '\e88c';
}
.index-choose .item
{
    position: relative;

    overflow: hidden;

    padding: 35px 40px 75px 110px;

    color: #fff;
    background-color: #003e88;
}
@media (max-width: 1440px)
{
    .index-choose .item
    {
        padding-bottom: 60px;
    }
}
@media (max-width: 1339px)
{
    .index-choose .item
    {
        padding-bottom: 50px;
    }
}
@media (max-width: 1199px)
{
    .index-choose .item
    {
        padding-left: 90px;
    }
}
@media (max-width: 767px)
{
    .index-choose .item
    {
        padding-top: 70px;
        padding-left: 30px;
    }
}
.index-choose .item:before
{
    font-family: 'iconfont' !important;
    font-size: 24px;
    font-size: 34px;
    font-weight: normal;
    font-style: normal;
    line-height: 80px;

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

    display: block;

    width: 80px;
    height: 80px;

    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    text-align: center;

    color: #fff;
    color: #003e88;
    border-radius: 0 0 20px 0;
    background-color: #ffc001;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
}
@media (max-width: 1199px)
{
    .index-choose .item:before
    {
        line-height: 65px;

        width: 65px;
        height: 65px;
    }
}
@media (max-width: 767px)
{
    .index-choose .item:before
    {
        font-size: 26px;
        line-height: 55px;

        width: 55px;
        height: 55px;
    }
}
.index-choose .item .num
{
    font-size: 60px;
    font-weight: bold;
    line-height: 1;

    position: absolute;
    right: -5px;
    bottom: -16px;

    opacity: .05;
    color: #fff;
}
.index-choose .item h5
{
    font-size: 20px;

    margin: 0 0 20px;

    color: #ffc001;
}
@media (max-width: 767px)
{
    .index-choose .item h5
    {
        margin-bottom: 10px;
    }
}
.index-choose .item h5 b
{
    font-weight: 500;
}
.index-choose .item p
{
    font-weight: 300;
    line-height: 1.78571429;

    margin: 0;
}
.index-choose .item p:before
{
    display: inline-block;

    margin-right: 5px;

    content: '-';
}
.index-say
{
    position: relative;

    background-color: #f4f4f4;
}
.index-say .slick-customer
{
    margin-top: 35px;
}
@media (max-width: 991px)
{
    .index-say .slick-customer
    {
        margin-bottom: 20px;
    }
}
.index-say .slick-list
{
    margin: 0 -15px;
}
@media only screen and (min-width: 768px)
{
    .index-say .slick-current .item
    {
        background-color: #003e88;
    }
    .index-say .slick-current .item .intro p,
    .index-say .slick-current .item .info b,
    .index-say .slick-current .item .info span
    {
        color: #fff;
    }
}
.index-say .item-box
{
    padding: 0 15px;
}
.index-say .item
{
    padding: 60px 40px;

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

    background-color: #fff;
}
.index-say .info-box
{
    position: relative;

    overflow: hidden;
}
.index-say .info-box .pic-box
{
    position: relative;
    z-index: 2;

    float: left;
    overflow: hidden;

    width: 80px;
    margin-right: 20px;

    border-radius: 50%;
}
@media (max-width: 991px)
{
    .index-say .info-box .pic-box
    {
        width: 60px;
    }
}
@media (max-width: 767px)
{
    .index-say .info-box .pic-box
    {
        width: 60px;
    }
}
.index-say .info-box .info
{
    padding-top: 15px;
}
@media (max-width: 991px)
{
    .index-say .info-box .info
    {
        padding-top: 5px;
    }
}
@media (max-width: 767px)
{
    .index-say .info-box .info
    {
        padding-top: 10px;
    }
}
.index-say .info-box .info b,
.index-say .info-box .info span
{
    display: block;
}
.index-say .info-box .info b
{
    font-size: 18px;
    font-weight: 500;

    margin-bottom: 8px;

    color: #111;
}
@media (max-width: 1440px)
{
    .index-say .info-box .info b
    {
        font-size: 16px;
    }
}
@media (max-width: 991px)
{
    .index-say .info-box .info b
    {
        font-size: 14px;
    }
}
.index-say .info-box .info span
{
    font-weight: 300;

    color: #666;
}
.index-say .intro
{
    min-height: 220px;
    margin-bottom: 20px;
}
.index-say .intro p
{
    font-weight: 300;
    line-height: 1.71428571;

    margin: 0;

    color: #666;
}
.index-say .customer-btn
{
    font-size: 0;

    position: absolute;
    z-index: 20;
    right: 0;
    bottom: 0;

    width: 100%;

    text-align: center;
    letter-spacing: -8px;
}
.index-say .customer-btn a
{
    line-height: 60px;

    display: inline-block;

    width: 60px;
    height: 60px;

    text-align: center;
    letter-spacing: 0;
}
@media (max-width: 991px)
{
    .index-say .customer-btn a
    {
        line-height: 50px;

        width: 50px;
        height: 50px;
    }
}
@media (max-width: 767px)
{
    .index-say .customer-btn a
    {
        line-height: 35px;

        width: 35px;
        height: 35px;
    }
}
.index-say .customer-btn a:before
{
    font-family: 'iconfont' !important;
    font-size: 24px;
    font-style: normal;

    text-align: center;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.index-say .customer-btn .prev
{
    color: #003e88;
    background-color: #ffc001;
}
.index-say .customer-btn .prev:before
{
    content: '\e9b5';
}
.index-say .customer-btn .next
{
    color: #ffc001;
    background-color: #003e88;
}
.index-say .customer-btn .next:before
{
    content: '\e72f';
}
.index-news .slick-news-wrap
{
    position: relative;

    margin-top: 40px;
}
@media (max-width: 767px)
{
    .index-news .slick-news-wrap
    {
        margin-top: 30px;
    }
}
@media (min-width: 481px)
{
    .index-news .slick-news-pic
    {
        width: 74.46808511%;
    }
}
.index-news .slick-news-pic .img-box
{
    padding-bottom: 60.95238095%;
}
@media (min-width: 481px)
{
    .index-news .slick-news-intro
    {
        position: absolute;
        z-index: 5;
        right: 0;
        bottom: 0;

        width: 74.46808511%;
    }
}
.index-news .slick-news-intro .item-box
{
    background-color: #003e88;
}
.index-news .slick-news-intro .item-box .item
{
    padding: 7.7% 8.6% 6%;
}
@media (max-width: 991px)
{
    .index-news .slick-news-intro .item-box .item
    {
        padding: 6% 7% 5%;
    }
}
.index-news .slick-news-intro .item-box .item > a
{
    font-size: 14px;

    display: block;

    letter-spacing: 0;

    color: #fff;
}
.index-news .slick-news-intro .item-box .item > a:hover i
{
    -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
            transform: translateX(10px);
}
.index-news .slick-news-intro .item-box b
{
    font-size: 20px;
    font-weight: 500;

    display: block;
    overflow: hidden;

    margin-bottom: 10px;

    white-space: nowrap;
    text-overflow: ellipsis;
}
@media (max-width: 991px)
{
    .index-news .slick-news-intro .item-box b
    {
        font-size: 18px;
    }
}
.index-news .slick-news-intro .item-box .date,
.index-news .slick-news-intro .item-box i
{
    color: #ffc001;
}
.index-news .slick-news-intro .item-box .date
{
    font-weight: 300;

    margin-bottom: 3.4%;
}
.index-news .slick-news-intro .item-box .date:before
{
    font-family: 'iconfont' !important;

    margin-right: 15px;

    content: '\e634';
}
.index-news .slick-news-intro .item-box p
{
    font-weight: 300;
    line-height: 1.71428571;

    display: -webkit-box;
    overflow: hidden;

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

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

        -webkit-line-clamp: 2;
    }
}
.index-news .slick-news-intro .item-box i
{
    display: inline-block;

    margin-top: 6%;

    -webkit-transition: .3s;
            transition: .3s;
}
@media (max-width: 991px)
{
    .index-news .slick-news-intro .item-box i
    {
        margin-top: 4%;
    }
}
.index-news .news-btn
{
    font-size: 0;

    z-index: 20;

    text-align: center;
    letter-spacing: -8px;
}
@media (min-width: 481px)
{
    .index-news .news-btn
    {
        position: absolute;
        right: 74.46808511%;
        bottom: 0;
    }
}
@media (max-width: 480px)
{
    .index-news .news-btn
    {
        margin-top: 15px;
    }
}
.index-news .news-btn a
{
    line-height: 60px;

    display: inline-block;

    width: 60px;
    height: 60px;

    text-align: center;
    letter-spacing: 0;
}
@media (max-width: 991px)
{
    .index-news .news-btn a
    {
        line-height: 50px;

        width: 50px;
        height: 50px;
    }
}
@media (max-width: 767px)
{
    .index-news .news-btn a
    {
        line-height: 35px;

        width: 35px;
        height: 35px;
    }
}
.index-news .news-btn a:before
{
    font-family: 'iconfont' !important;
    font-size: 24px;
    font-style: normal;

    text-align: center;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.index-news .news-btn .prev
{
    color: #ffc001;
    background-color: #003e88;
}
.index-news .news-btn .prev:before
{
    content: '\e9b5';
}
.index-news .news-btn .next
{
    color: #003e88;
    background-color: #ffc001;
}
.index-news .news-btn .next:before
{
    content: '\e72f';
}
.index-brands
{
    background-color: #f7f7f7;
}
.index-brands ul
{
    margin: 40px -1px 0;
}
@media (max-width: 991px)
{
    .index-brands ul
    {
        margin-top: 30px;
    }
}
@media (max-width: 767px)
{
    .index-brands ul
    {
        margin-top: 20px;
    }
}
.index-brands ul li
{
    float: left;

    width: 11.11111111%;
    padding: 1px;
}
@media (max-width: 1199px)
{
    .index-brands ul li
    {
        width: 16.66666667%;
    }
}
@media (max-width: 991px)
{
    .index-brands ul li
    {
        width: 20%;
    }
}
@media (max-width: 767px)
{
    .index-brands ul li
    {
        width: 25%;
    }
}
@media (max-width: 480px)
{
    .index-brands ul li
    {
        width: 33.33333333%;
    }
}
.index-brands ul .img-box
{
    padding-bottom: 64.51612903%;
}
@media (min-width: 992px)
{
    .index-brands ul .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-brands ul .img-box:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
.exhibition-list li
{
    margin-top: 35px;
}
.exhibition-list .item
{
    display: block;
}
@media (min-width: 992px)
{
    .exhibition-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;
    }
    .exhibition-list .item:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
@media (min-width: 1200px)
{
    .exhibition-list .item:hover b,
    .exhibition-list .item:hover i
    {
        -webkit-transition: .3s;
                transition: .3s;

        color: #003e88;
    }
}
.exhibition-list .img-box
{
    padding-bottom: 69.6969697%;
}
.exhibition-list .intro
{
    padding: 25px 20px 20px;

    border: 1px solid #ddd;
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .exhibition-list .intro
    {
        padding: 15px 10px 10px;
    }
}
.exhibition-list .intro b
{
    font-size: 16px;
    font-weight: 500;

    display: block;
    overflow: hidden;

    margin: 10px 0 20px;

    white-space: nowrap;
    text-overflow: ellipsis;
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .exhibition-list .intro b
    {
        margin: 5px 0 10px;
    }
}
.exhibition-list .intro i
{
    font-weight: bold;

    color: #999;
}
.exhibition-list .date
{
    font-weight: 300;
}
.public-banner
{
    position: relative;

    overflow: hidden;

    width: 100%;
}
.public-banner img
{
    width: 100%;
}
@media (max-width: 1199px)
{
    .public-banner img
    {
        width: 140%;
        max-width: 140%;
        margin-left: -20%;
    }
}
@media (max-width: 991px)
{
    .public-banner img
    {
        width: 150%;
        max-width: 150%;
        margin-left: -25%;
    }
}
.bread-nav
{
    border-bottom: 1px solid #ddd;
}
.bread-nav .breadcrumb
{
    font-size: 0;
    font-weight: 300;

    margin: 0;
    padding: 0;
    padding: 18px 0;

    letter-spacing: -8px;

    color: #666;
    background: none;
}
@media (max-width: 767px)
{
    .bread-nav .breadcrumb
    {
        font-size: 12px;
    }
}
.bread-nav .breadcrumb li
{
    font-size: 14px;

    letter-spacing: 0;
}
.bread-nav .breadcrumb li.active:before
{
    padding-right: 3px;
}
.bread-nav .breadcrumb li a:hover
{
    text-decoration: underline;

    color: #003e88;
}
.bread-nav .breadcrumb li:first-child:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;

    display: inline-block;

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

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

    color: #003e88;
}
@media (max-width: 767px)
{
    .bread-nav .breadcrumb li:first-child:before
    {
        font-size: 16px;

        margin-right: 5px;
    }
}
.bread-nav .breadcrumb > li + li:before
{
    font-size: 12px;
    font-style: italic;

    margin: 0 8px;
    padding: 0;

    content: '/';
}
@media (max-width: 767px)
{
    .bread-nav .breadcrumb > li + li:before
    {
        margin: 0 5px;
    }
}
.inside-page
{
    overflow: hidden;
}
.inside-page .title
{
    margin-bottom: 35px;
}
@media (max-width: 767px)
{
    .inside-page .title
    {
        margin-bottom: 25px;
    }
}
.inside-page .title h3
{
    font-size: 30px;
    font-weight: bold;

    margin: 0;

    text-align: center;
}
.inside-page .title h3:after
{
    display: block;

    width: 40px;
    height: 10px;
    margin: 5px auto 0;

    content: '';

    background: url(../images/title-after.png) no-repeat center;
}
@media (max-width: 991px)
{
    .inside-page .title h3
    {
        font-size: 28px;
    }
}
@media (max-width: 767px)
{
    .inside-page .title h3
    {
        font-size: 24px;
    }
    .inside-page .title h3 span:after
    {
        height: 3px;
        margin-top: 15px;
    }
}
.inside-page .inside-nav
{
    text-align: center;
}
.inside-page .inside-nav a
{
    line-height: 50px;

    display: inline-block;

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

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

    color: #fff;
    border-radius: 50px;
    background-color: #003e88;
}
.inside-page .inside-nav a.active
{
    background-color: #ffc001;
}
@media only screen and (min-width: 992px)
{
    .inside-page .inside-nav a:hover
    {
        background-color: #ffc001;
    }
}
@media (max-width: 767px)
{
    .inside-page .inside-nav a
    {
        line-height: 40px;

        width: 150px;
        height: 40px;
    }
}
@media (max-width: 370px)
{
    .inside-page .inside-nav a
    {
        width: 130px;
    }
}
.inside-page .content
{
    position: relative;

    padding: 100px 0;
}
@media (max-width: 1199px)
{
    .inside-page .content
    {
        padding: 80px 0;
    }
}
@media (max-width: 991px)
{
    .inside-page .content
    {
        padding: 60px 0;
    }
}
@media (max-width: 767px)
{
    .inside-page .content
    {
        padding: 45px 0;
    }
}
.contact-wrap .content
{
    padding: 0;
}
.contact-wrap .contact-list
{
    position: relative;

    padding: 100px 0;
}
@media (max-width: 1199px)
{
    .contact-wrap .contact-list
    {
        padding: 80px 0;
    }
}
@media (max-width: 991px)
{
    .contact-wrap .contact-list
    {
        padding: 60px 0;
    }
}
@media (max-width: 767px)
{
    .contact-wrap .contact-list
    {
        padding: 45px 0;
    }
}
@media only screen and (min-width: 992px)
{
    .contact-wrap .contact-box
    {
        width: 50%;
        padding-right: 35px;
    }
}
.contact-wrap .contact-box .title h3
{
    text-align: left;
}
.contact-wrap .contact-box .title h3:after
{
    margin: 5px 0 0;
}
.contact-wrap .contact-box h1
{
    font-size: 18px;
    font-weight: 500;

    margin: 0 0 20px;
    padding: 8px 0 0;

    color: #003e88;
}
.contact-wrap .contact-box .list
{
    padding: 50px 110px 50px 50px;

    color: #fff;
    background: url(../images/imgs/tuandui.png) #003e88 no-repeat bottom right;
}
@media (max-width: 767px)
{
    .contact-wrap .contact-box .list
    {
        padding: 30px 80px 30px 30px;

        background-size: 80px;
    }
}
.contact-wrap .contact-box .list p
{
    font-weight: 300;
    line-height: 2.14285714;

    position: relative;

    margin: 0;
    padding-left: 30px;
}
.contact-wrap .contact-box .list p:before
{
    font-family: 'iconfont' !important;
    font-size: 16px;
    font-style: normal;

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

    color: #ffc001;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.contact-wrap .contact-box .list p a:hover
{
    text-decoration: underline;

    color: #ffc001;
}
.contact-wrap .contact-box .list .tel:before
{
    content: '\e633';
}
.contact-wrap .contact-box .list .whatsapp:before
{
    content: '\e894';
}
.contact-wrap .contact-box .list .weixin:before
{
    content: '\e604';
}
.contact-wrap .contact-box .list .address:before
{
    content: '\e60d';
}
.contact-wrap .contact-box .list .mail:before
{
    font-size: 13px;

    left: 2px;

    content: '\e630';
}
.contact-wrap .contact-box .list .url:before
{
    font-size: 13px;

    left: 2px;

    content: '\e623';
}
@media only screen and (min-width: 992px)
{
    .contact-wrap .map
    {
        position: absolute;
        top: 0;
        right: 0;

        width: 50%;
        height: 100%;

        border-left: 15px solid transparent;
    }
    .contact-wrap .map .dituContent
    {
        position: absolute;
        top: 0;
        left: 0;

        display: block;

        width: 100%;
        height: 100%;
    }
}
@media (max-width: 991px)
{
    .contact-wrap .map
    {
        margin-top: 45px;
    }
    .contact-wrap .map .dituContent
    {
        height: 400px;
    }
}
@media (max-width: 767px)
{
    .contact-wrap .map
    {
        margin-top: 35px;
    }
    .contact-wrap .map .dituContent
    {
        height: 280px;
    }
}
.contact-wrap .message
{
    position: relative;

    padding: 100px 0;

    background: url(../images/imgs/message-bg.jpg) no-repeat center;
    background-size: cover;
}
@media (max-width: 1199px)
{
    .contact-wrap .message
    {
        padding: 80px 0;
    }
}
@media (max-width: 991px)
{
    .contact-wrap .message
    {
        padding: 60px 0;
    }
}
@media (max-width: 767px)
{
    .contact-wrap .message
    {
        padding: 45px 0;
    }
}
.contact-wrap .message .title h3
{
    margin-bottom: 10px;

    color: #ffc001;
}
.contact-wrap .message .title p
{
    font-weight: 500;
    line-height: 2.14285714;

    margin: 0 auto;

    text-align: center;

    color: #fff;
}
@media (min-width: 1200px)
{
    .contact-wrap .message form
    {
        padding: 0 14.89361702%;
    }
}
@media (min-width: 1200px) and (max-width: 1440px)
{
    .contact-wrap .message form
    {
        padding: 0 8%;
    }
}
@media (min-width: 1200px) and (max-width: 1339px)
{
    .contact-wrap .message form
    {
        padding: 0 5%;
    }
}
.contact-wrap .message form p
{
    line-height: 1.78571429;

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

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

    display: block;

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

    color: #333;
    border: 1px solid #ddd;
}
@media (max-width: 767px)
{
    .contact-wrap .message form input,
    .contact-wrap .message form textarea
    {
        padding: 12px 15px;
    }
}
.contact-wrap .message form textarea
{
    height: 100px;
}
.contact-wrap .message form .submit
{
    font-size: 18px;
    font-weight: 500;
    line-height: 50px;

    display: block;

    width: 220px;
    height: 50px;
    margin: 30px auto 0;
    padding: 0;

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

    color: #fff;
    background-color: #ffc001;
}
.contact-wrap .message form .submit:hover
{
    background-color: #ecb305;
}
.contact1-wrap
{
    position: relative;

    overflow: hidden;

    padding-bottom: 0;
}
.contact1-wrap .contact-title
{
    font-weight: 500;

    margin-bottom: 30px;
}
.contact1-wrap .contact-title h3
{
    font-size: 30px;

    margin: 0 0 15px;
}
.contact1-wrap .contact-title b
{
    display: block;

    color: #003e88;
}
@media (max-width: 991px)
{
    .contact1-wrap .contact-title
    {
        margin-bottom: 20px;
    }
    .contact1-wrap .contact-title h3
    {
        font-size: 28px;

        margin-bottom: 10px;
    }
}
@media (max-width: 767px)
{
    .contact1-wrap .contact-title h3
    {
        font-size: 25px;
    }
}
.contact1-wrap .info .list
{
    position: relative;

    min-height: 380px;
    padding: 35px 70px 35px 40px;

    border: 1px solid #ececec;
}
@media (max-width: 767px)
{
    .contact1-wrap .info .list
    {
        padding: 30px 25px;
    }
}
.contact1-wrap .info .list b
{
    font-weight: 500;
    line-height: 1.71428571;

    display: block;

    margin-bottom: 35px;
}
@media (max-width: 767px)
{
    .contact1-wrap .info .list b
    {
        margin-bottom: 20px;
    }
}
.contact1-wrap .info .list p
{
    font-weight: 300;
    line-height: 1.71428571;

    position: relative;

    padding-left: 30px;

    color: #666;
}
.contact1-wrap .info .list p:before
{
    font-family: 'iconfont' !important;
    font-size: 16px;
    font-style: normal;

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

    color: #003e88;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.contact1-wrap .info .list p a:hover
{
    text-decoration: underline;

    color: #003e88;
}
.contact1-wrap .info .list .address:before
{
    content: '\e63b';
}
.contact1-wrap .info .list .tel:before
{
    content: '\e634';
}
.contact1-wrap .info .list .fax:before
{
    content: '\e606';
}
.contact1-wrap .info .list .website:before
{
    content: '\e935';
}
.contact1-wrap .info .list .mail:before
{
    content: '\e6a4';
}
.contact1-wrap .message
{
    position: relative;
}
@media (max-width: 991px)
{
    .contact1-wrap .message
    {
        margin-top: 40px;
    }
}
.contact1-wrap .message p
{
    margin: 0;

    color: #000;
}
.contact1-wrap .message form p
{
    line-height: 1.78571429;

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

    margin-top: 30px;
    margin-bottom: 35px;
}
.contact1-wrap .message form .row
{
    margin: 0 -10px;
}
.contact1-wrap .message form .row li
{
    padding: 0 10px;
}
.contact1-wrap .message form input::-webkit-input-placeholder,
.contact1-wrap .message form textarea::-webkit-input-placeholder
{
    color: #333;
}
.contact1-wrap .message form input:-o-placeholder,
.contact1-wrap .message form textarea:-o-placeholder
{
    color: #333;
}
.contact1-wrap .message form input::-moz-placeholder,
.contact1-wrap .message form textarea::-moz-placeholder
{
    color: #333;
}
.contact1-wrap .message form input:-ms-input-placeholder,
.contact1-wrap .message form textarea:-ms-input-placeholder
{
    color: #333;
}
.contact1-wrap .message form input:focus::-webkit-input-placeholder,
.contact1-wrap .message form textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.contact1-wrap .message form input:focus::-o-placeholder,
.contact1-wrap .message form textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.contact1-wrap .message form input:focus::-moz-placeholder,
.contact1-wrap .message form textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.contact1-wrap .message form input:focus::-ms-input-placeholder,
.contact1-wrap .message form textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.contact1-wrap .message form input,
.contact1-wrap .message form textarea
{
    font-weight: 300;

    display: block;

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

    color: #333;
    border: 1px solid #ddd;
}
@media (max-width: 767px)
{
    .contact1-wrap .message form input,
    .contact1-wrap .message form textarea
    {
        padding: 12px 15px;
    }
}
.contact1-wrap .message form textarea
{
    height: 160px;
}
.contact1-wrap .message form .submit
{
    font-size: 18px;
    font-weight: 500;
    line-height: 50px;

    display: block;

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

    cursor: pointer;
    text-align: center;

    color: #fff;
    background-color: #003e88;
}
.contact1-wrap .message form .submit:hover
{
    background-color: #023673;
}
.contact1-wrap .map-wrap
{
    margin-top: 75px;
}
@media (max-width: 991px)
{
    .contact1-wrap .map-wrap
    {
        margin-top: 50px;
    }
}
.contact1-wrap .map-wrap h3
{
    font-size: 30px;
    font-weight: 500;

    margin: 0 0 15px;
}
@media (max-width: 767px)
{
    .contact1-wrap .map-wrap h3
    {
        font-size: 28px;
    }
}
.contact1-wrap .map
{
    position: relative;
}
@media only screen and (min-width: 992px)
{
    .contact1-wrap .map
    {
        top: 0;
        left: 0;

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

        display: block;

        width: 100%;
        height: 100%;
    }
}
@media (max-width: 991px)
{
    .contact1-wrap .map .dituContent
    {
        height: 400px;
    }
}
@media (max-width: 767px)
{
    .contact1-wrap .map .dituContent
    {
        height: 280px;
    }
}
.about-wrap .content
{
    padding-bottom: 0;
}
.about-wrap .title,
.about-wrap .title h3
{
    text-align: left;
}
.about-wrap .title h3:after
{
    margin: 5px 0 0;
}
.about-wrap .about-content
{
    position: relative;
}
@media only screen and (min-width: 768px)
{
    .about-wrap .about-content .intro:before
    {
        display: block;
        float: right;

        width: 41.66666667%;
        margin-left: 30px;
        padding-bottom: 34%;

        content: '';
    }
}
@media only screen and (min-width: 768px) and (max-width: 1440px)
{
    .about-wrap .about-content .intro:before
    {
        padding-bottom: 30%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1199px)
{
    .about-wrap .about-content .intro:before
    {
        padding-bottom: 32%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .about-wrap .about-content .intro:before
    {
        width: 50%;
        padding-bottom: 40%;
    }
}
.about-wrap .about-content .intro p
{
    font-weight: 300;
    line-height: 1.71428571;

    margin: 0;

    color: #666;
}
@media only screen and (min-width: 768px)
{
    .about-wrap .about-content .pic-box
    {
        position: absolute;
        top: 90px;
        right: 0;

        width: 42.96875%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .about-wrap .about-content .pic-box
    {
        width: 50%;
    }
}
@media (max-width: 767px)
{
    .about-wrap .about-content .pic-box
    {
        margin-bottom: 20px;
    }
}
.about-wrap .about-content .pic-box .img-box
{
    padding-bottom: 56.96969697%;
}
.about-wrap .location-content
{
    position: relative;

    overflow: hidden;

    margin: 50px 0;
    padding: 50px 0;

    background-color: #003e88;
}
@media (max-width: 1199px)
{
    .about-wrap .location-content
    {
        margin: 40px 0;
        padding: 40px 0;
    }
}
@media (max-width: 991px)
{
    .about-wrap .location-content
    {
        margin: 35px 0;
        padding: 35px 0;
    }
}
@media (max-width: 767px)
{
    .about-wrap .location-content
    {
        margin: 30px 0;
        padding: 30px 0;
    }
}
@media only screen and (min-width: 768px)
{
    .about-wrap .location-content
    {
        background-clip: content-box;
    }
}
@media only screen and (min-width: 768px)
{
    .about-wrap .location-content .container
    {
        width: 100%;
        padding: 0;
    }
}
.about-wrap .location-content .map-box
{
    overflow: hidden;

    border: 1px solid #ddd;
}
@media only screen and (min-width: 768px)
{
    .about-wrap .location-content .map-box
    {
        float: left;

        width: 49.21875%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1199px)
{
    .about-wrap .location-content .map-box
    {
        padding: 10% 0;

        background-color: #fff;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .about-wrap .location-content .map-box .pic-box
    {
        width: 120%;
        margin-left: -10%;
    }
}
.about-wrap .location-content .map-box .img-box
{
    padding-bottom: 59.25925926%;
}
.about-wrap .location-content .intro
{
    color: #fff;
}
@media only screen and (min-width: 768px)
{
    .about-wrap .location-content .intro
    {
        position: absolute;
        top: 0;
        top: 50%;
        left: 50%;

        width: 650px;
        padding-left: 40px;

        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
    }
}
@media only screen and (min-width: 768px) and (max-width: 1339px)
{
    .about-wrap .location-content .intro
    {
        width: 590px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1199px)
{
    .about-wrap .location-content .intro
    {
        width: 480px;
        padding-left: 10px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .about-wrap .location-content .intro
    {
        width: 360px;
    }
}
@media (max-width: 767px)
{
    .about-wrap .location-content .intro
    {
        margin-bottom: 25px;
    }
}
.about-wrap .location-content .intro p
{
    font-weight: 300;
    line-height: 1.71428571;

    margin: 0;
}
.about-wrap .honor-content .box
{
    position: relative;

    padding-left: 25.53191489%;
}
@media (max-width: 1199px)
{
    .about-wrap .honor-content .box
    {
        padding-left: 34.04255319%;
    }
}
@media (max-width: 767px)
{
    .about-wrap .honor-content .box
    {
        padding-left: 0;
    }
}
@media only screen and (min-width: 768px)
{
    .about-wrap .honor-content .title
    {
        position: absolute;
        top: 0;
        left: 0;
    }
}
.about-wrap .honor-content .slick-honor
{
    overflow: hidden;
}
.about-wrap .honor-content .slick-honor .img-box
{
    padding-bottom: 144.82758621%;
}
.about-wrap .honor-content .slick-honor .slick-list
{
    margin: 0 -13px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .about-wrap .honor-content .slick-honor .slick-list
    {
        margin: 0 -9px;
    }
}
@media (max-width: 767px)
{
    .about-wrap .honor-content .slick-honor .slick-list
    {
        margin: 0 -4px;
    }
}
.about-wrap .honor-content .slick-honor .item-box
{
    padding: 1px 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .about-wrap .honor-content .slick-honor .item-box
    {
        padding: 1px 10px;
    }
}
@media (max-width: 767px)
{
    .about-wrap .honor-content .slick-honor .item-box
    {
        padding: 1px 5px;
    }
}
.about-wrap .honor-content .slick-honor .item
{
    display: block;

    padding: 19px;

    border: 1px solid #ddd;
}
@media (max-width: 767px)
{
    .about-wrap .honor-content .slick-honor .item
    {
        padding: 10px;
    }
}
.about-wrap .honor-content .honor-btn
{
    font-size: 0;

    z-index: 20;

    margin-right: 30px;

    text-align: center;
    letter-spacing: -8px;
}
@media (min-width: 768px)
{
    .about-wrap .honor-content .honor-btn
    {
        position: absolute;
        right: 74.46808511%;
        bottom: 0;
    }
}
@media (min-width: 768px) and (max-width: 1199px)
{
    .about-wrap .honor-content .honor-btn
    {
        right: 65.95744681%;
    }
}
@media (max-width: 767px)
{
    .about-wrap .honor-content .honor-btn
    {
        margin-top: 15px;
        margin-right: 0;
    }
}
.about-wrap .honor-content .honor-btn a
{
    line-height: 60px;

    display: inline-block;

    width: 60px;
    height: 60px;

    text-align: center;
    letter-spacing: 0;
}
@media (max-width: 991px)
{
    .about-wrap .honor-content .honor-btn a
    {
        line-height: 50px;

        width: 50px;
        height: 50px;
    }
}
@media (max-width: 767px)
{
    .about-wrap .honor-content .honor-btn a
    {
        line-height: 35px;

        width: 35px;
        height: 35px;
    }
}
.about-wrap .honor-content .honor-btn a:before
{
    font-family: 'iconfont' !important;
    font-size: 24px;
    font-style: normal;

    text-align: center;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.about-wrap .honor-content .honor-btn .prev
{
    color: #ffc001;
    background-color: #003e88;
}
.about-wrap .honor-content .honor-btn .prev:before
{
    content: '\e9b5';
}
.about-wrap .honor-content .honor-btn .next
{
    color: #003e88;
    background-color: #ffc001;
}
.about-wrap .honor-content .honor-btn .next:before
{
    content: '\e72f';
}
.about-wrap .range-content
{
    margin-top: 100px;
    padding: 100px 0;

    background-color: #f4f4f4;
}
@media (max-width: 1199px)
{
    .about-wrap .range-content
    {
        margin-top: 80px;
        padding: 80px 0;
    }
}
@media (max-width: 991px)
{
    .about-wrap .range-content
    {
        margin-top: 60px;
        padding: 60px 0;
    }
}
@media (max-width: 767px)
{
    .about-wrap .range-content
    {
        margin-top: 45px;
        padding: 45px 0;
    }
}
.about-wrap .range-content .title,
.about-wrap .range-content .title h3
{
    text-align: center;
}
.about-wrap .range-content .title h3:after
{
    margin: 5px auto 0;
}
.about-wrap .range-content .title b
{
    font-weight: 500;

    display: block;

    margin-top: 10px;

    color: #666;
}
.about-wrap .range-content .intro p
{
    font-weight: 300;
    line-height: 2.14285714;

    margin: 0;

    color: #666;
}
.about-wrap .range-content .intro p b
{
    font-weight: 500;

    color: #333;
}
.about-wrap .range-content .intro p b:before
{
    margin-right: 6px;

    content: '·';
}
.service-wrap .list li
{
    overflow: hidden;
    zoom: 1;

    margin-top: 100px;
}
.service-wrap .list li:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
@media (max-width: 1199px)
{
    .service-wrap .list li
    {
        margin-top: 80px;
    }
}
@media (max-width: 991px)
{
    .service-wrap .list li
    {
        margin-top: 60px;
    }
}
@media (max-width: 767px)
{
    .service-wrap .list li
    {
        margin-top: 45px;
    }
}
.service-wrap .list li .img-box
{
    padding-bottom: 63.76811594%;
}
@media (max-width: 767px)
{
    .service-wrap .list li .img-box
    {
        border-radius: 0 30px 0 0;
    }
}
@media only screen and (min-width: 768px)
{
    .service-wrap .list li .pic-box
    {
        width: 50%;
    }
}
@media (max-width: 767px)
{
    .service-wrap .list li .pic-box
    {
        margin-bottom: 25px;
    }
}
.service-wrap .list li h3
{
    font-size: 30px;
    font-weight: bold;

    margin: 0 0 55px;
}
@media (max-width: 991px)
{
    .service-wrap .list li h3
    {
        font-size: 24px;

        margin-bottom: 35px;
        padding-bottom: 10px;
    }
}
@media (max-width: 767px)
{
    .service-wrap .list li h3
    {
        font-size: 20px;

        margin-bottom: 25px;
    }
}
.service-wrap .list li h3 span
{
    position: relative;
}
.service-wrap .list li h3 span:after
{
    position: absolute;
    bottom: -10px;
    left: 0;

    display: block;

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

    content: '';

    background: url(../images/title-after.png) no-repeat center;
}
.service-wrap .list li h4
{
    font-size: 16px;
    font-weight: 500;

    margin: 0;

    color: #003e88;
}
.service-wrap .list li p
{
    font-weight: 300;
    line-height: 1.71428571;

    margin: 0;

    color: #666;
}
.service-wrap .list li:nth-child(1)
{
    margin-top: 0;
}
@media (min-width: 1200px)
{
    .service-wrap .list li:nth-child(1) h3
    {
        margin-top: 90px;
    }
    .service-wrap .list li:nth-child(2) h3
    {
        margin-top: 50px;
    }
}
@media only screen and (min-width: 768px)
{
    .service-wrap .list li:nth-child(odd) .pic-box
    {
        float: right;

        margin-left: 15px;
        padding-left: 15px;
    }
    .service-wrap .list li:nth-child(odd) .img-box
    {
        border-radius: 50px 0 0 0;
    }
}
@media only screen and (min-width: 768px)
{
    .service-wrap .list li:nth-child(even) .pic-box
    {
        float: left;

        margin-right: 15px;
        padding-right: 15px;
    }
    .service-wrap .list li:nth-child(even) .img-box
    {
        border-radius: 0 50px 0 0;
    }
}
.product-list .item
{
    display: block;

    margin-top: 30px;
}
.product-list .item > a
{
    display: block;
}
.product-list .item .img-box
{
    padding-bottom: 69.56521739%;
}
.product-list .item .intro
{
    padding: 15px 0;
}
.product-list .item .intro p
{
    font-size: 16px;
    font-weight: 500;

    overflow: hidden;

    margin: 0;

    white-space: nowrap;
    text-overflow: ellipsis;
}
.product-list .item .intro p:before
{
    display: inline-block;

    width: 3px;
    height: 13px;
    margin-top: -3px;
    margin-right: 15px;

    content: '';
    vertical-align: middle;

    background-color: #ffc001;
}
.product-wrap
{
    padding: 70px 0 100px;
}
@media (max-width: 991px)
{
    .product-wrap
    {
        padding: 60px 0 40px;
    }
}
@media (max-width: 767px)
{
    .product-wrap
    {
        padding: 40px 0;
    }
}
.product-wrap .select-group
{
    font-weight: 300;

    border: 1px solid #fff;
}
.product-wrap .select-group .group-list
{
    position: relative;

    overflow: hidden;
    zoom: 1;

    border-top: 1px solid #fff;
    background-color: #eee;
}
.product-wrap .select-group .group-list:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
@media (max-width: 767px)
{
    .product-wrap .select-group .group-list
    {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;

        background-color: #003e88;

        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
                align-items: center;
    }
}
.product-wrap .select-group .group-list:first-child
{
    border-top: none;
}
.product-wrap .select-group .head
{
    float: left;

    width: 23.40425532%;

    color: #fff;
    background-color: #003e88;
}
@media (max-width: 1199px)
{
    .product-wrap .select-group .head
    {
        width: 30%;
    }
}
@media only screen and (min-width: 768px)
{
    .product-wrap .select-group .head
    {
        margin-bottom: -600px;
        padding-bottom: 600px;
    }
}
@media (max-width: 767px)
{
    .product-wrap .select-group .head
    {
        width: 36%;
    }
}
.product-wrap .select-group .head span
{
    font-size: 16px;
    font-weight: 500;

    display: block;

    padding: 14px 29px;
}
@media (max-width: 767px)
{
    .product-wrap .select-group .head span
    {
        font-size: 13px;

        padding: 5%;

        text-align: left;
    }
}
.product-wrap .select-group .items
{
    float: left;

    width: 76.59574468%;
    padding: 12px 15px;
}
@media (max-width: 1199px)
{
    .product-wrap .select-group .items
    {
        width: 70%;
    }
}
@media (max-width: 767px)
{
    .product-wrap .select-group .items
    {
        width: 64%;
        padding: 5% 2%;

        background-color: #eee;
    }
}
.product-wrap .select-group .items span
{
    display: inline-block;

    margin: 2px 0;

    vertical-align: top;

    color: #666;
}
@media (max-width: 767px)
{
    .product-wrap .select-group .items span
    {
        font-size: 12px;
    }
}
.product-wrap .select-group .items span.selected a,
.product-wrap .select-group .items span a:hover
{
    color: #003e88;
}
.product-wrap .select-group .items span:after
{
    font-size: 12px;
    font-style: italic;

    margin: 0 17px 0 12px;

    content: '/';
}
@media (max-width: 767px)
{
    .product-wrap .select-group .items span:after
    {
        font-size: 10px;

        margin: 0 8px 0 7px;
    }
}
.product-wrap .select-group .items span:last-child:after
{
    display: none;
}
.product-wrap .product-title
{
    position: relative;

    margin: 70px 0 10px;
    padding: 15px 60px 15px 30px;

    border: 1px solid #ddd;
}
.product-wrap .product-title:after
{
    font-family: 'iconfont' !important;
    font-size: 20px;

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

    display: block;

    content: '\e6a5';
    -webkit-transform: translateY(-50%) rotate(-90deg);
        -ms-transform: translateY(-50%) rotate(-90deg);
            transform: translateY(-50%) rotate(-90deg);

    color: #ffc001;
}
.product-wrap .product-title h3
{
    font-size: 24px;
    font-weight: 500;

    margin: 0;

    color: #111;
}
@media (max-width: 767px)
{
    .product-wrap .product-title
    {
        margin-top: 40px;
        padding: 12px 40px 12px 20px;
    }
    .product-wrap .product-title:after
    {
        font-size: 16px;

        right: 15px;
    }
    .product-wrap .product-title h3
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .product-wrap .product-list .item
    {
        margin-top: 15px;
    }
}
@media (min-width: 992px)
{
    .product-wrap .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-wrap .product-list .item:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
@media only screen and (min-width: 992px)
{
    .product-wrap .product-list .item:hover p
    {
        color: #003e88;
    }
}
.product-wrap .page
{
    margin-top: 20px;
}
@media (max-width: 767px)
{
    .product-wrap .page
    {
        margin-top: 10px;
    }
}
.product-details-wrap .content
{
    padding: 70px 0 100px;
}
@media (max-width: 991px)
{
    .product-details-wrap .content
    {
        padding: 60px 0 40px;
    }
}
@media (max-width: 767px)
{
    .product-details-wrap .content
    {
        padding: 40px 0;
    }
}
.product-details-wrap .share
{
    margin-top: 30px;
}
.product-details-wrap .share span
{
    font-weight: bold;

    margin-right: 5px;

    vertical-align: middle;

    color: #333;
}
.product-details-wrap .carousel-wrap
{
    overflow: hidden;

    border-top: 1px solid #ddd;
}
@media (min-width: 1441px)
{
    .product-details-wrap .carousel-wrap
    {
        border-bottom: 1px solid #ddd;
    }
}
.product-details-wrap .carousel-wrap .carousel .img-box
{
    padding-bottom: 69.56521739%;
}
.product-details-wrap .carousel-wrap .info-box
{
    position: relative;

    min-height: 480px;
    padding-top: 45px;
    padding-right: 210px;
}
@media (min-width: 1441px)
{
    .product-details-wrap .carousel-wrap .info-box
    {
        border-right: 1px solid #ddd;
    }
}
@media (max-width: 1339px)
{
    .product-details-wrap .carousel-wrap .info-box
    {
        padding-top: 30px;
        padding-right: 170px;
    }
}
@media (max-width: 1199px)
{
    .product-details-wrap .carousel-wrap .info-box
    {
        padding-right: 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .product-details-wrap .carousel-wrap .info-box
    {
        padding-right: 190px;
    }
}
@media (max-width: 991px)
{
    .product-details-wrap .carousel-wrap .info-box
    {
        width: 100%;
        margin-top: 25px;
    }
}
@media (max-width: 767px)
{
    .product-details-wrap .carousel-wrap .info-box
    {
        margin-top: 0;
    }
}
.product-details-wrap .carousel-wrap .info-box h1
{
    font-size: 24px;
    font-weight: 500;

    margin: 0 0 20px 0;
}
.product-details-wrap .carousel-wrap .info-box h1:before
{
    display: inline-block;

    width: 3px;
    height: 18px;
    margin-right: 16px;

    content: '';

    background-color: #ffc001;
}
@media (max-width: 767px)
{
    .product-details-wrap .carousel-wrap .info-box h1
    {
        font-size: 22px;
    }
}
.product-details-wrap .carousel-wrap .info-box .intro
{
    padding-left: 20px;
}
@media (max-width: 991px)
{
    .product-details-wrap .carousel-wrap .info-box .intro
    {
        width: 420px;
        max-width: 100%;
    }
}
@media (max-width: 767px)
{
    .product-details-wrap .carousel-wrap .info-box .intro
    {
        padding-left: 0;
    }
}
.product-details-wrap .carousel-wrap .info-box .intro p
{
    font-weight: 300;
    line-height: 1.6;

    position: relative;

    margin-bottom: 7px;

    color: #666;
}
.product-details-wrap .carousel-wrap .info-box .intro p span
{
    font-weight: 500;

    color: #111;
}
.product-details-wrap .carousel-wrap .info-box .info
{
    position: relative;

    margin-top: 35px;
    padding: 30px 30px 35px;
    padding-right: 120px;

    color: #fff;
    background-color: #003e88;
}
@media (max-width: 1339px)
{
    .product-details-wrap .carousel-wrap .info-box .info
    {
        padding-right: 100px;
    }
}
@media (max-width: 767px)
{
    .product-details-wrap .carousel-wrap .info-box .info
    {
        padding: 30px 100px 30px 15px;
    }
}
.product-details-wrap .carousel-wrap .info-box .info b,
.contact-wrap .contact-box .list .person,
.footer .foot-contact .list .person
{
    font-weight: 500;

    display: block;

    margin-bottom: 15px;

    color: #ffc001;
}
.product-details-wrap .carousel-wrap .info-box .info p
{
    font-weight: 300;
    line-height: 2.14285714;

    position: relative;

    margin: 0;
    padding-left: 30px;
}
.product-details-wrap .carousel-wrap .info-box .info p:before
{
    font-family: 'iconfont' !important;
    font-size: 16px;
    font-style: normal;

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

    color: #ffc001;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.product-details-wrap .carousel-wrap .info-box .info p a:hover
{
    text-decoration: underline;

    color: #ffc001;
}
.product-details-wrap .carousel-wrap .info-box .info .tel:before
{
    content: '\e633';
}
.product-details-wrap .carousel-wrap .info-box .info .whatsapp:before
{
    content: '\e894';
}
.product-details-wrap .carousel-wrap .info-box .info .mail:before
{
    content: '\e72e';
}
.product-details-wrap .carousel-wrap .info-box .info .mail-btn
{
    font-size: 20px;
    line-height: 60px;

    position: absolute;
    right: 30px;
    bottom: 45px;

    width: 60px;
    height: 60px;

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

    color: #003e88;
    border-radius: 50%;
    background-color: #ffc001;
}
.product-details-wrap .carousel-wrap .info-box .info .mail-btn:before
{
    font-family: 'iconfont' !important;

    content: '\e630';
}
.product-details-wrap .carousel-wrap .info-box .info .mail-btn:hover
{
    background-color: #ecb305;
}
@media (max-width: 767px)
{
    .product-details-wrap .carousel-wrap .info-box .info .mail-btn
    {
        font-size: 18px;
        line-height: 45px;

        right: 20px;
        bottom: 60px;

        width: 45px;
        height: 45px;
    }
}
.product-details-wrap .carousel-wrap .info-box .inquiry-btn
{
    font-weight: 500;

    display: inline-block;

    padding: 11px 21px;

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

    color: #003e88;
    color: #fff;
    background-color: #ffc001;
}
@media (min-width: 1200px)
{
    .product-details-wrap .carousel-wrap .info-box .inquiry-btn
    {
        position: absolute;
        top: 50px;
        right: 0;
    }
}
@media (max-width: 1199px)
{
    .product-details-wrap .carousel-wrap .info-box .inquiry-btn
    {
        margin-top: 20px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .product-details-wrap .carousel-wrap .info-box .inquiry-btn
    {
        position: absolute;
        top: 50px;
        right: 0;
    }
}
@media (max-width: 767px)
{
    .product-details-wrap .carousel-wrap .info-box .inquiry-btn
    {
        margin: 15px 0 0;
    }
}
.product-details-wrap .carousel-wrap .info-box .inquiry-btn:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    margin-right: 12px;

    content: '\e636';
    vertical-align: middle;
}
@media (min-width: 1200px)
{
    .product-details-wrap .carousel-wrap .info-box .inquiry-btn:hover
    {
        color: #fff;
        background-color: #ecb305;
    }
}
.product-details-wrap .list-title
{
    position: relative;

    border: 1px solid #ddd;
    border-bottom: none;
}
.product-details-wrap .list-title h4
{
    font-size: 18px;
    font-weight: 500;

    margin: 0;
    padding: 20px 25px;

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

        padding: 15px 20px;
    }
}
.product-details-wrap .list-content
{
    padding: 45px 30px;

    border: 1px solid #ddd;
}
@media (max-width: 767px)
{
    .product-details-wrap .list-content
    {
        padding: 20px 20px 30px;
    }
}
.product-details-wrap .details-wrap
{
    margin: 60px 0;
}
@media (max-width: 991px)
{
    .product-details-wrap .details-wrap
    {
        margin: 50px 0;
    }
}
@media (max-width: 767px)
{
    .product-details-wrap .details-wrap
    {
        margin: 40px 0;
    }
}
.product-details-wrap .details-wrap .list-content p
{
    font-weight: 300;
    line-height: 2.14285714;

    margin: 0;

    color: #666;
}
.product-details-wrap .inquire-wrap .list-content
{
    padding: 25px 30px 40px;
}
@media (max-width: 767px)
{
    .product-details-wrap .inquire-wrap .list-content
    {
        padding: 15px 20px 30px;
    }
}
.product-details-wrap .inquiry-form p
{
    font-weight: 500;
}
.product-details-wrap .related-wrap
{
    margin-top: 60px;
}
@media (max-width: 991px)
{
    .product-details-wrap .related-wrap
    {
        margin-top: 50px;
    }
}
@media (max-width: 767px)
{
    .product-details-wrap .related-wrap
    {
        margin-top: 40px;
    }
}
.product-details-wrap .related-wrap .list-title
{
    position: relative;
}
.product-details-wrap .related-wrap .related-btn
{
    font-size: 0;

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

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
@media (max-width: 767px)
{
    .product-details-wrap .related-wrap .related-btn
    {
        right: 15px;
    }
}
.product-details-wrap .related-wrap .related-btn span
{
    cursor: pointer;
}
.product-details-wrap .related-wrap .related-btn span:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    display: inline-block;

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

    color: #ffc001;
}
.product-details-wrap .related-wrap .related-btn span:hover:before
{
    color: #003e88;
}
.product-details-wrap .related-wrap .related-btn .prev:before
{
    content: '\e9b5';
}
.product-details-wrap .related-wrap .related-btn .next:before
{
    content: '\e72f';
}
.product-details-wrap .related-wrap .list-content
{
    padding: 45px 30px 20px;
}
@media (max-width: 767px)
{
    .product-details-wrap .related-wrap .list-content
    {
        padding: 25px 15px 10px;
    }
}
.product-details-wrap .related-wrap .product-list .slick-list
{
    margin: 0 -5px;
}
.product-details-wrap .related-wrap .product-list .item-box
{
    padding: 0 5px;
}
.product-details-wrap .related-wrap .product-list .item
{
    margin-top: 0;
}
@media (min-width: 992px)
{
    .product-details-wrap .related-wrap .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-details-wrap .related-wrap .product-list .item:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
@media only screen and (min-width: 992px)
{
    .product-details-wrap .related-wrap .product-list .item:hover p
    {
        color: #003e88;
    }
}
@media (max-width: 767px)
{
    .product-details-wrap .related-wrap .product-list .item .intro p
    {
        font-size: 12px;
    }
    .product-details-wrap .related-wrap .product-list .item .intro p:before
    {
        margin-right: 8px;
    }
}
.faq-wrap .list li
{
    margin-top: 20px;
}
.faq-wrap .list li h3
{
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;

    position: relative;

    margin: 0;
    padding: 16px 50px 16px 90px;

    cursor: pointer;

    border: 1px solid #e5e5e5;
    background-color: #f6f6f6;
}
.faq-wrap .list li h3:before
{
    font-size: 30px;
    font-weight: bold;

    position: absolute;
    top: 3px;
    left: 30px;

    content: 'Q';

    color: #ffc001;
}
.faq-wrap .list li h3:after
{
    position: absolute;
    top: 50%;
    right: 30px;

    display: block;

    width: 0;
    height: 0;
    margin-top: -5px;

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

    border-width: 5px 0 5px 4px;
    border-style: solid;
    border-color: transparent transparent transparent #bbb;
}
.faq-wrap .list li h3.active
{
    color: #fff;
    border-color: #003e88;
    background: #003e88;
}
.faq-wrap .list li h3.active:after
{
    -webkit-transform: rotateZ(90deg);
        -ms-transform: rotate(90deg);
            transform: rotateZ(90deg);

    border-color: transparent transparent transparent #ffc001;
}
@media (max-width: 767px)
{
    .faq-wrap .list li h3
    {
        font-size: 14px;
        line-height: 1.4;

        padding: 14px 25px 14px 50px;
    }
    .faq-wrap .list li h3:before
    {
        font-size: 26px;

        top: 5px;
        left: 15px;
    }
    .faq-wrap .list li h3:after
    {
        right: 15px;
    }
}
.faq-wrap .list li .intro
{
    font-size: 16px;

    position: relative;

    display: none;

    padding: 30px 60px 40px 90px;

    border-top: none;
    background-color: #f4f4f4;
}
.faq-wrap .list li .intro:before
{
    font-size: 30px;
    font-weight: bold;

    position: absolute;
    top: 26px;
    left: 30px;

    content: 'A';

    color: #ffc001;
}
.faq-wrap .list li .intro p
{
    font-weight: 300;
    line-height: 1.71428571;

    margin: 0;

    color: #666;
}
@media (max-width: 767px)
{
    .faq-wrap .list li .intro
    {
        padding: 20px 25px 20px 50px;
    }
    .faq-wrap .list li .intro:before
    {
        font-size: 26px;

        top: 18px;
        left: 15px;
    }
    .faq-wrap .list li .intro p
    {
        font-size: 13px;
    }
}
.news-wrap .list
{
    padding-top: 20px;
}
@media (max-width: 767px)
{
    .news-wrap .list
    {
        padding-top: 0;
    }
}
.news-wrap .list .img-box
{
    padding-bottom: 65.625%;
}
.news-wrap .list li
{
    overflow: hidden;

    margin-top: 30px;
}
.news-wrap .list li .item-box
{
    display: block;
    overflow: hidden;

    padding: 20px;

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

    background-color: #f4f4f4;
}
@media (min-width: 992px)
{
    .news-wrap .list li .item-box img
    {
        -webkit-transition:         transform .7s;
        -webkit-transition: -webkit-transform .7s;
                transition: -webkit-transform .7s;
                transition:         transform .7s;
                transition:         transform .7s, -webkit-transform .7s;
    }
    .news-wrap .list li .item-box:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
@media only screen and (min-width: 1200px)
{
    .news-wrap .list li .item-box:hover
    {
        background-color: #003e88;
    }
    .news-wrap .list li .item-box:hover .info b,
    .news-wrap .list li .item-box:hover .info p
    {
        color: #fff;
    }
    .news-wrap .list li .item-box:hover .info .date,
    .news-wrap .list li .item-box:hover .info i
    {
        color: #ffc001;
    }
}
@media only screen and (min-width: 768px)
{
    .news-wrap .list .pic-box
    {
        float: left;

        width: 320px;
        margin-right: 20px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .news-wrap .list .pic-box
    {
        float: none;

        width: 100%;
        margin: 0 auto;
    }
}
.news-wrap .list .info b
{
    font-size: 16px;
    font-weight: 500;

    display: block;
    overflow: hidden;

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

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

    color: #111;
}
.news-wrap .list .info .date
{
    font-weight: 300;

    margin-bottom: 15px;

    color: #003e88;
}
.news-wrap .list .info .date:before
{
    font-family: 'iconfont' !important;
    font-weight: 500;

    display: inline-block;

    margin-right: 15px;

    content: '\e634';
}
.news-wrap .list .info p
{
    font-weight: 300;
    line-height: 1.71428571;

    display: -webkit-box;
    overflow: hidden;

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

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.news-wrap .list .info i
{
    font-weight: bold;

    display: block;

    margin-top: 20px;

    color: #999;
}
.news-wrap .page
{
    margin-top: 50px;
}
@media (max-width: 991px)
{
    .news-wrap .page
    {
        margin-top: 30px;
    }
}
.news-details-wrap .news-title
{
    position: relative;

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

    border-bottom: 1px solid #ddd;
}
@media (max-width: 767px)
{
    .news-details-wrap .news-title
    {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
}
.news-details-wrap .news-title h1
{
    font-size: 24px;
    font-weight: 500;
    line-height: 1.25;

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

        margin-bottom: 10px;
    }
}
.news-details-wrap .news-title .date
{
    font-weight: 300;

    color: #003e88;
}
.news-details-wrap .news-title .date:before
{
    font-family: 'iconfont' !important;

    margin-right: 15px;

    content: '\e634';
}
@media (min-width: 1200px)
{
    .news-details-wrap .news-title .share
    {
        position: absolute;
        right: 0;
        bottom: 25px;
    }
}
@media (max-width: 1199px)
{
    .news-details-wrap .news-title .share
    {
        margin-top: 15px;
    }
}
.news-details-wrap .intro img
{
    display: block;

    max-width: 100%;
    margin: 30px auto;
}
.news-details-wrap .intro p
{
    font-weight: 300;
    line-height: 1.71428571;

    margin: 0;

    color: #666;
}
.news-details-wrap .news-page
{
    padding-top: 50px;
}
@media (max-width: 1199px)
{
    .news-details-wrap .news-page
    {
        padding-top: 50px;
    }
}
@media (max-width: 991px)
{
    .news-details-wrap .news-page
    {
        padding-top: 40px;
    }
}
@media (max-width: 767px)
{
    .news-details-wrap .news-page
    {
        padding-top: 15px;
    }
}
.news-details-wrap .news-page a
{
    font-weight: 300;

    display: block;

    padding: 14px 30px;

    color: #999;
    border: 1px solid #ddd;
}
@media (max-width: 1199px)
{
    .news-details-wrap .news-page a
    {
        padding: 14px 25px;
    }
}
@media (max-width: 767px)
{
    .news-details-wrap .news-page a
    {
        padding: 10px 15px;
    }
}
@media only screen and (min-width: 992px)
{
    .news-details-wrap .news-page a
    {
        -webkit-transition: .5s;
                transition: .5s;
    }
}
.news-details-wrap .news-page a:hover
{
    border-color: #003e88;
    background-color: #003e88;
}
.news-details-wrap .news-page a:hover p
{
    color: #fff;
}
.news-details-wrap .news-page a:hover p:before
{
    border-color: transparent #fff transparent transparent;
}
.news-details-wrap .news-page p
{
    overflow: hidden;

    margin: 0;

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

    color: #999;
}
.news-details-wrap .news-page p:before
{
    display: inline-block;

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

    content: '';

    border-width: 5px 5px 5px 0;
    border-style: solid;
    border-color: transparent #bbb transparent transparent;
}
@media (max-width: 767px)
{
    .news-details-wrap .news-page p:before
    {
        margin-right: 8px;
    }
}
@media (max-width: 767px)
{
    .news-details-wrap .news-page .next
    {
        margin-top: 20px;
    }
}
.news-details-wrap .news-page .next p:before
{
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
}
.news-details-wrap .news-keywords
{
    margin-top: 40px;
}
@media (max-width: 767px)
{
    .news-details-wrap .news-keywords
    {
        margin-top: 30px;
    }
}
.news-details-wrap .news-keywords b
{
    font-weight: 500;

    padding-right: 10px;
}
@media (max-width: 767px)
{
    .news-details-wrap .news-keywords b
    {
        display: block;

        margin-bottom: 5px;
    }
}
.news-details-wrap .news-keywords a
{
    font-weight: 300;

    display: inline-block;

    margin: 3px 0 3px 7px;
    padding: 9px 24px;

    -webkit-transition: .3s;
            transition: .3s;
    vertical-align: middle;

    color: #666;
    border: 1px solid #ddd;
    border-radius: 40px;
}
.news-details-wrap .news-keywords a:hover
{
    color: #fff;
    border-color: #003e88;
    background-color: #003e88;
}
@media (max-width: 767px)
{
    .news-details-wrap .news-keywords a
    {
        font-size: 12px;

        margin: 5px 0 5px 2px;
        padding: 7px 15px;
    }
}
.factory-wrap .content h4
{
    font-size: 20px;
    font-weight: 500;

    margin: 0;
}
.factory-wrap .content h4:before
{
    display: inline-block;

    width: 5px;
    height: 14px;
    margin-top: -2px;
    margin-right: 10px;

    content: '';
    vertical-align: middle;

    background-color: #003e88;
}
.factory-wrap .process ul
{
    margin: 0 -21px;
}
.factory-wrap .process li
{
    position: relative;

    float: left;

    width: 25%;
    margin-top: 40px;
    padding: 0 20px;
}
.factory-wrap .process li:after
{
    font-family: 'iconfont' !important;

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

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

    content: '\e62b';

    color: #003e88;
}
@media (min-width: 1200px)
{
    .factory-wrap .process li:nth-child(4):after
    {
        top: auto;
        right: auto;
        bottom: -30px;
        left: 50%;

        margin: 0 0 0 -7px;

        -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
                transform: rotate(90deg);
    }
    .factory-wrap .process li:nth-child(5),
    .factory-wrap .process li:nth-child(6),
    .factory-wrap .process li:nth-child(7),
    .factory-wrap .process li:nth-child(8)
    {
        float: right;
    }
    .factory-wrap .process li:nth-child(5):after,
    .factory-wrap .process li:nth-child(6):after,
    .factory-wrap .process li:nth-child(7):after,
    .factory-wrap .process li:nth-child(8):after
    {
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg);
    }
    .factory-wrap .process li:nth-child(5):after
    {
        display: none;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1199px)
{
    .factory-wrap .process li
    {
        width: 33.333%;
    }
    .factory-wrap .process li:nth-child(3):after,
    .factory-wrap .process li:nth-child(6):after
    {
        top: auto;
        right: auto;
        bottom: -30px;
        left: 50%;

        margin: 0 0 0 -7px;

        -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
                transform: rotate(90deg);
    }
    .factory-wrap .process li:nth-child(4),
    .factory-wrap .process li:nth-child(5),
    .factory-wrap .process li:nth-child(6)
    {
        float: right;
    }
    .factory-wrap .process li:nth-child(4):after,
    .factory-wrap .process li:nth-child(5):after
    {
        right: auto;
        left: 0;

        margin: 0 0 0 -7px;

        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg);
    }
    .factory-wrap .process li:last-child:after
    {
        display: none;
    }
}
@media (max-width: 767px)
{
    .factory-wrap .process li
    {
        width: 100%;
        padding: 0 15%;
    }
    .factory-wrap .process li:after
    {
        top: auto;
        right: auto;
        bottom: -30px;
        left: 50%;

        margin: 0 0 0 -7px;

        -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
                transform: rotate(90deg);
    }
    .factory-wrap .process li:last-child:after
    {
        display: none;
    }
}
.factory-wrap .process .item
{
    position: relative;
    z-index: 2;

    display: block;
    overflow: hidden;

    border: 4px solid #003e88;
    border-radius: 50%;
    background-color: #003e88;
}
@media (min-width: 992px)
{
    .factory-wrap .process .item img
    {
        -webkit-transition:         transform .7s;
        -webkit-transition: -webkit-transform .7s;
                transition: -webkit-transform .7s;
                transition:         transform .7s;
                transition:         transform .7s, -webkit-transform .7s;
    }
    .factory-wrap .process .item:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
.factory-wrap .process .item:before
{
    position: absolute;
    z-index: 2;
    bottom: -2px;
    left: 0;

    width: 100%;
    height: 50px;

    content: '';

    background-color: #003e88;
}
.factory-wrap .process .item img
{
    vertical-align: top;
}
.factory-wrap .process p
{
    font-weight: 300;

    position: absolute;
    z-index: 5;
    bottom: 6%;
    left: 0;

    overflow: hidden;

    width: 100%;
    margin: 0;
    padding: 0 25%;

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

    color: #fff;
}
.factory-wrap .factory
{
    margin-top: 70px;
    padding-top: 70px;

    border-top: 1px solid #ddd;
}
@media (max-width: 1199px)
{
    .factory-wrap .factory
    {
        margin-top: 50px;
        padding-top: 50px;
    }
}
.factory-wrap .factory-title
{
    position: relative;
}
.factory-wrap .factory-title .factory-btn
{
    position: absolute;
    top: 0;
    right: 0;
}
.factory-wrap .factory-title .factory-btn a
{
    display: inline-block;

    vertical-align: middle;

    color: #bbb;
}
.factory-wrap .factory-title .factory-btn a:before
{
    font-family: 'iconfont' !important;
    font-size: 16px;
    font-style: normal;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.factory-wrap .factory-title .factory-btn a:hover
{
    color: #003e88;
}
.factory-wrap .factory-title .factory-btn .prev
{
    margin-right: 8px;
}
.factory-wrap .factory-title .factory-btn .prev:before
{
    content: '\e9b5';
}
.factory-wrap .factory-title .factory-btn .next:before
{
    content: '\e72f';
}
.factory-wrap .slick-factory
{
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .factory-wrap .slick-factory
    {
        margin-top: 15px;
    }
}
.factory-wrap .slick-factory .slick-list
{
    margin: 0 -9px;
}
.factory-wrap .slick-factory .item-box
{
    padding: 8px;
}
.factory-wrap .slick-factory .item
{
    display: block;

    padding: 9px;

    border: 1px solid #ddd;
}
@media (min-width: 992px)
{
    .factory-wrap .slick-factory .item img
    {
        -webkit-transition:         transform .7s;
        -webkit-transition: -webkit-transform .7s;
                transition: -webkit-transform .7s;
                transition:         transform .7s;
                transition:         transform .7s, -webkit-transform .7s;
    }
    .factory-wrap .slick-factory .item:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
.factory-wrap .slick-factory .img-box
{
    padding-bottom: 69.44444444%;
}
.organization-wrap .organization-pic img
{
    display: block;

    max-width: 100%;
}
.team-wrap .list
{
    margin: 0 -5px;
}
.team-wrap .list li
{
    margin-bottom: 10px;
    padding: 0 5px;
}
.team-wrap .list .item
{
    display: block;

    padding: 19px;

    border: 1px solid #ddd;
}
@media (min-width: 992px)
{
    .team-wrap .list .item img
    {
        -webkit-transition:         transform .7s;
        -webkit-transition: -webkit-transform .7s;
                transition: -webkit-transform .7s;
                transition:         transform .7s;
                transition:         transform .7s, -webkit-transform .7s;
    }
    .team-wrap .list .item:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
@media (max-width: 767px)
{
    .team-wrap .list .item
    {
        padding: 15px;
    }
}
.team-wrap .list .img-box
{
    padding-bottom: 64.81481481%;
}
.team-wrap .page
{
    margin-top: 25px;
}
.honor-wrap .list
{
    margin: 0 -11px;
}
.honor-wrap .list li
{
    margin-bottom: 20px;
    padding: 0 9px;
}
@media (max-width: 767px)
{
}
.honor-wrap .list .img-box
{
    padding-bottom: 145.83333333%;
}
@media (min-width: 1200px)
{
    .honor-wrap .list .item:hover p
    {
        color: #003e88;
    }
}
@media (max-width: 767px)
{
    .honor-wrap .list .item
    {
        padding: 10px;
    }
}
.honor-wrap .list .item p
{
    font-weight: 300;

    overflow: hidden;

    margin: 15px 0 0;

    -webkit-transition: .3s;
            transition: .3s;
    white-space: nowrap;
    text-overflow: ellipsis;
}
@media (max-width: 767px)
{
    .honor-wrap .list .item p
    {
        margin-top: 10px;
    }
}
@media (max-width: 767px)
{
    .honor-wrap .page
    {
        margin-top: 15px;
    }
}
.inquiry-form input::-webkit-input-placeholder,
.inquiry-form textarea::-webkit-input-placeholder
{
    color: #666;
}
.inquiry-form input:-o-placeholder,
.inquiry-form textarea:-o-placeholder
{
    color: #666;
}
.inquiry-form input::-moz-placeholder,
.inquiry-form textarea::-moz-placeholder
{
    color: #666;
}
.inquiry-form input:-ms-input-placeholder,
.inquiry-form textarea:-ms-input-placeholder
{
    color: #666;
}
.inquiry-form input:focus::-webkit-input-placeholder,
.inquiry-form textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.inquiry-form input:focus::-o-placeholder,
.inquiry-form textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.inquiry-form input:focus::-moz-placeholder,
.inquiry-form textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.inquiry-form input:focus::-ms-input-placeholder,
.inquiry-form textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.inquiry-form p
{
    line-height: 2.14285714;

    margin: 0;
}
.inquiry-form .row
{
    margin: 0 -10px;
}
.inquiry-form .row li
{
    padding: 0 10px;
}
.inquiry-form form
{
    margin-top: 20px;
}
.inquiry-form form input,
.inquiry-form form textarea
{
    font-weight: 300;

    display: block;

    width: 100%;
    margin-bottom: 20px;
    padding: 14px 19px;

    color: #666;
    border: 1px solid #ddd;
}
.inquiry-form form textarea
{
    height: 200px;
}
.inquiry-form form .pro-name
{
    color: #333;
    background-color: #f4f4f4;
}
.inquiry-form form .submit
{
    font-size: 18px;
    font-weight: 500;
    line-height: 50px;

    display: block;

    width: 180px;
    height: 50px;
    margin-top: 25px;

    color: #fff;
    background-color: #003e88;
}
@media (max-width: 767px)
{
    .inquiry-form form .submit
    {
        line-height: 45px;

        width: 150px;
        height: 45px;
    }
}
.inquiry-form form .submit:hover
{
    background-color: #023673;
}
.fixed-cart
{
    position: fixed;
    z-index: 200;
    top: 28%;
    right: 2px;
}
@media (max-width: 991px)
{
    .fixed-cart
    {
        display: none;
    }
}
@media only screen and (min-width: 1200px) and (max-height: 740px)
{
    .fixed-cart
    {
        top: 14%;
    }
}
.fixed-cart.active .inquire-sheet-box
{
    right: 110%;

    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}
.fixed-cart .btn-cart
{
    line-height: 50px;

    position: relative;
    z-index: 20;

    display: block;

    width: 50px;
    height: 50px;

    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-color: #003e88;
}
.fixed-cart .btn-cart:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;

    content: '\e600';
}
.fixed-cart .btn-cart span
{
    line-height: 20px;

    position: absolute;
    z-index: 2;
    top: -5px;
    right: 0;

    padding: 0 6px;

    color: #fff;
    border-radius: 10px;
    background-color: #e24307;
}
.fixed-cart .inquire-sheet-box
{
    position: absolute;
    z-index: 10;
    top: 0;
    right: 50%;

    width: 260px;

    -webkit-transition: .4s;
            transition: .4s;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: top right;
        -ms-transform-origin: top right;
            transform-origin: top right;

    background: #fff;
    box-shadow: 0 0 16px 0 rgba(7, 17, 27, .2);
}
@media (max-width: 991px)
{
    .fixed-cart .inquire-sheet-box
    {
        display: none;
    }
}
@media (max-height: 700px)
{
    .fixed-cart .inquire-sheet-box
    {
        top: 25%;
    }
}
.fixed-cart .inquire-sheet-box .Jclose
{
    position: absolute;
    top: 18px;
    right: 15px;

    display: none;

    cursor: pointer;
}
.fixed-cart .inquire-sheet-box .Jclose::after
{
    font-family: 'iconfont';

    content: '\2716';
}
.fixed-cart .inquire-sheet-box .J-title
{
    position: relative;

    padding: 14px 10px;

    color: #003e88;
    background-color: #000;
}
.fixed-cart .inquire-sheet-box .J-title a
{
    font-weight: 500;

    display: block;

    color: #003e88;
}
.fixed-cart .inquire-sheet-box .J-title a:before
{
    font-family: 'iconfont' !important;
    font-size: 22px;
    font-weight: normal;

    display: inline-block;

    margin-right: 12px;

    content: '\e612';
}
.fixed-cart .inquire-sheet-box .J-shoping-body
{
    overflow: auto;

    max-height: 405px;
    padding-bottom: 10px;
}
@media (max-height: 750px)
{
    .fixed-cart .inquire-sheet-box .J-shoping-body
    {
        max-height: 285px;
    }
}
.fixed-cart .inquire-sheet-box .J-shoping-list
{
    overflow: hidden;

    padding: 10px;

    white-space: nowrap;

    border-bottom: 1px dashed #dcdcdc;
}
.fixed-cart .inquire-sheet-box .J-shoping-list .pic-box
{
    display: inline-block;

    width: 50px;
    padding: 1px;

    vertical-align: middle;

    border: 1px solid #ececec;
    background-color: #ececec;
}
.fixed-cart .inquire-sheet-box .J-shoping-list p
{
    display: inline-block;
    overflow: hidden;

    width: 68%;
    margin: 0;
    padding: 3% 3% 3% 6%;

    vertical-align: middle;
    white-space: nowrap;
    text-overflow: ellipsis;

    color: #999;
}
.fixed-cart .inquire-sheet-box .J-shoping-list p:hover
{
    color: #003e88;
}
.fixed-cart .inquire-sheet-box .J-shoping-list p a
{
    line-height: 1.5;

    max-height: 20px;
}
.fixed-cart .inquire-sheet-box .J-inquiry
{
    margin: 10px;

    color: #fff;
    background-color: #003e88;
}
.fixed-cart .inquire-sheet-box .J-inquiry a
{
    font-weight: 500;
    font-weight: bold;

    display: block;

    padding: 8px 0;

    text-align: center;
}
.fixed-cart .inquire-sheet-box .J-inquiry a:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;
    font-weight: normal;

    margin-right: 14px;

    content: '\e6a4';
}
.fixed-cart .inquire-sheet-box .J-inquiry:hover
{
    background-color: #023673;
}
.fixed-cart .inquire-sheet-box .J-shoping-close
{
    display: inline-block;

    cursor: pointer;
    vertical-align: middle;
}
.fixed-cart .inquire-sheet-box .J-shoping-close:after
{
    font-family: 'iconfont' !important;
    font-size: 16px;

    display: inline-block;

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

    color: #999;
}
.fixed-cart .inquire-sheet-box .J-shoping-close:hover:after
{
    color: #003e88;
}
.inquiry-wrap h3
{
    font-size: 30px;
    font-weight: 500;

    margin: 0 0 20px;
}
@media (max-width: 991px)
{
    .inquiry-wrap h3
    {
        font-size: 26px;
    }
}
@media (max-width: 767px)
{
    .inquiry-wrap h3
    {
        font-size: 24px;

        margin-bottom: 15px;
    }
}
.inquiry-wrap .inquiry-box
{
    width: 100%;

    border: 1px solid #ddd;
    border: none;
    background-color: #fff;
}
.inquiry-wrap .inquiry-box label
{
    font-weight: 500;

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

         -o-user-select: none;
}
.inquiry-wrap .inquiry-box .iq-title,
.inquiry-wrap .inquiry-box .list li
{
    font-size: 0;

    width: 100%;
    padding: 0;

    text-align: justify;
    text-justify: distribute-all-lines;
    letter-spacing: -8px;
}
.inquiry-wrap .inquiry-box .iq-title:after,
.inquiry-wrap .inquiry-box .list li:after
{
    display: inline-block;
    overflow: hidden;

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

    content: '';
}
.inquiry-wrap .inquiry-box .iq-title > div,
.inquiry-wrap .inquiry-box .list li > div
{
    font-size: 14px;

    display: inline-block;

    text-align: left;
    vertical-align: middle;
    letter-spacing: 0;
}
.inquiry-wrap .inquiry-box .iq-title,
.inquiry-wrap .inquiry-box .list li
{
    padding: 0 60px;
}
@media (max-width: 991px)
{
    .inquiry-wrap .inquiry-box .iq-title,
    .inquiry-wrap .inquiry-box .list li
    {
        padding: 0 30px;
    }
}
@media (max-width: 767px)
{
    .inquiry-wrap .inquiry-box .iq-title,
    .inquiry-wrap .inquiry-box .list li
    {
        padding: 0 2%;
    }
}
@media (max-width: 767px)
{
    .inquiry-wrap .inquiry-box .introduce-title
    {
        padding-left: 0 !important;

        text-align: center;
    }
}
.inquiry-wrap .inquiry-box .check-box
{
    text-align: left;
}
@media (min-width: 480px)
{
    .inquiry-wrap .inquiry-box .check-box
    {
        width: 80px;
    }
}
.inquiry-wrap .inquiry-box .check-box .check-all
{
    margin: 0;

    text-align: left;
}
.inquiry-wrap .inquiry-box .check-box .check-all > label
{
    margin-right: 10px;
}
.inquiry-wrap .inquiry-box .check-box .check-all span
{
    font-weight: blod;
}
@media (max-width: 767px)
{
    .inquiry-wrap .inquiry-box .check-box .check-all span
    {
        display: none;
    }
}
.inquiry-wrap .inquiry-box .check-box label.replace
{
    line-height: 12px;

    position: relative;

    display: inline-block;

    width: 14px;
    height: 14px;

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

    border: 1px solid #969696;
    border-radius: 2px;
    background: none;
}
.inquiry-wrap .inquiry-box .check-box label.replace:after
{
    font-family: 'iconfont' !important;
    font-size: 12px;
    line-height: 1;

    position: absolute;
    top: 50%;

    display: block;

    width: 100%;

    content: '\e626';
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;

    opacity: 0;
    color: #969696;
}
.inquiry-wrap .inquiry-box .check-box label.replace input
{
    display: none;
}
.inquiry-wrap .inquiry-box .check-box label.change:after
{
    opacity: 1;
}
.inquiry-wrap .inquiry-box .pic-box
{
    width: 100px;
}
@media (min-width: 480px)
{
    .inquiry-wrap .inquiry-box .pic-box
    {
        padding: 19px 0;
    }
}
@media (max-width: 767px)
{
    .inquiry-wrap .inquiry-box .pic-box
    {
        width: 30%;
    }
}
@media (min-width: 992px)
{
    .inquiry-wrap .inquiry-box .pic-box .pic img
    {
        -webkit-transition:         transform .7s;
        -webkit-transition: -webkit-transform .7s;
                transition: -webkit-transform .7s;
                transition:         transform .7s;
                transition:         transform .7s, -webkit-transform .7s;
    }
    .inquiry-wrap .inquiry-box .pic-box .pic:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
@media (min-width: 768px)
{
    .inquiry-wrap .inquiry-box .introduce-box
    {
        width: 40%;
    }
}
@media (max-width: 767px)
{
    .inquiry-wrap .inquiry-box .introduce-box
    {
        width: 45%;
    }
}
.inquiry-wrap .inquiry-box .introduce-box h2
{
    font-size: 14px;
    font-weight: 300;
    line-height: 1.57142857;

    display: -webkit-box;
    overflow: hidden;

    height: auto;
    max-height: 44px;
    margin: 0 0 5px 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 767px)
{
    .inquiry-wrap .inquiry-box .introduce-box h2
    {
        margin-bottom: 10px;
    }
}
.inquiry-wrap .inquiry-box .introduce-box h2:hover
{
    color: #003e88;
}
.inquiry-wrap .inquiry-box .introduce-box h2 ~ span
{
    margin-left: 15px;

    color: #999;
}
.inquiry-wrap .inquiry-box .introduce-box h2 ~ span:first-of-type
{
    margin-left: 0;
}
.inquiry-wrap .inquiry-box .introduce-box p
{
    overflow: hidden;

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

    color: #666;
}
@media (min-width: 768px)
{
    .inquiry-wrap .inquiry-box .introduce-box .number-box
    {
        display: none;
    }
}
.inquiry-wrap .inquiry-box .number-box
{
    display: inline-block;
    zoom: 1;

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

    color: #999;
}
.inquiry-wrap .inquiry-box .number-box:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
.inquiry-wrap .inquiry-box .number-box a
{
    line-height: 38px;

    float: left;

    width: 30px;
    height: 40px;

    border: 1px solid #e5e5e5;
}
@media (max-width: 767px)
{
    .inquiry-wrap .inquiry-box .number-box a
    {
        line-height: 28px;

        width: 26px;
        height: 30px;
    }
}
.inquiry-wrap .inquiry-box .number-box a.del1
{
    border-right: none;
}
.inquiry-wrap .inquiry-box .number-box a.add1
{
    border-left: none;
}
.inquiry-wrap .inquiry-box .number-box a.disable
{
    cursor: not-allowed;
}
.inquiry-wrap .inquiry-box .number-box .ipt-num
{
    line-height: 40px;

    float: left;

    width: 60px;
    min-width: 26px;
    max-width: 60px;
    height: 40px;

    text-align: center;

    color: #333;
    border: 1px solid #e5e5e5;
}
@media (max-width: 767px)
{
    .inquiry-wrap .inquiry-box .number-box .ipt-num
    {
        line-height: 30px;

        width: 50px;
        height: 30px;
    }
}
.inquiry-wrap .inquiry-box .qty-box
{
    text-align: center;
}
@media (max-width: 767px)
{
    .inquiry-wrap .inquiry-box .qty-box
    {
        display: none;
    }
}
@media (min-width: 768px)
{
    .inquiry-wrap .inquiry-box .qty-box
    {
        width: 17.03268%;

        text-align: center;
    }
}
@media (min-width: 768px) and (max-width: 991px)
{
    .inquiry-wrap .inquiry-box .qty-box
    {
        width: 19%;
    }
}
.inquiry-wrap .inquiry-box .del-box
{
    text-align: center;
}
@media (min-width: 768px)
{
    .inquiry-wrap .inquiry-box .del-box
    {
        width: 13%;
    }
}
.inquiry-wrap .inquiry-box .del-box .del:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;
    font-weight: bold;

    margin-right: 10px;

    content: '\e617';
    vertical-align: middle;
}
.inquiry-wrap .inquiry-box .del-box .del:hover
{
    color: #003e88;
}
.inquiry-wrap .inquiry-box .iq-title
{
    border: 1px solid #ddd;
    border-bottom: none;
    background-color: #f6f6f6;
}
@media (max-width: 767px)
{
    .inquiry-wrap .inquiry-box .iq-title
    {
        text-align: left;
    }
}
.inquiry-wrap .inquiry-box .iq-title .th
{
    font-size: 16px;
    font-weight: 500;

    text-align: left;

    border: none;
}
@media (max-width: 767px)
{
    .inquiry-wrap .inquiry-box .iq-title .th
    {
        font-size: 14px;

        padding: 5% 2%;

        text-align: center;
    }
}
.inquiry-wrap .inquiry-box .iq-title .th.qty-box
{
    text-align: center;
}
@media only screen and (min-width: 768px)
{
    .inquiry-wrap .inquiry-box .iq-title .th .replace:after
    {
        display: block;
    }
}
@media (max-width: 767px)
{
    .inquiry-wrap .inquiry-box .iq-title .check-box
    {
        padding: 0;

        text-align: left;
    }
}
@media (max-width: 767px)
{
    .inquiry-wrap .inquiry-box .iq-title .del-box
    {
        display: none;
    }
}
.inquiry-wrap .inquiry-box .list
{
    border: 1px solid #ddd;
}
.inquiry-wrap .inquiry-box .list li
{
    border-top: 1px dashed #ddd;
}
.inquiry-wrap .inquiry-box .list li:nth-of-type(1)
{
    border-top: none;
}
@media (max-width: 479px)
{
    .inquiry-wrap .inquiry-box .list li
    {
        padding: 5% 2%;
    }
}
@media (max-width: 767px)
{
    .inquiry-wrap .inquiry-box .list li .pic-box
    {
        max-width: 100px;
    }
}
.inquiry-wrap .inquiry-form
{
    position: relative;

    margin-top: 80px;
}
@media (max-width: 991px)
{
    .inquiry-wrap .inquiry-form
    {
        margin-top: 60px;
    }
}
@media (max-width: 767px)
{
    .inquiry-wrap .inquiry-form
    {
        margin-top: 50px;
    }
}
.inquiry-wrap .inquiry-form form
{
    margin: 0;
    padding: 35px 30px 40px;

    border: 1px solid #ececec;
}
@media (max-width: 767px)
{
    .inquiry-wrap .inquiry-form form
    {
        padding: 25px 20px 30px;
    }
}
.inquiry-wrap .inquiry-form form p
{
    font-weight: 500;

    margin-bottom: 20px;
}
@media only screen and (min-width: 992px)
{
    .advantage-wrap .intro
    {
        padding-top: 10px;
    }
}
.advantage-wrap .intro .pic-box img
{
    display: block !important;

    width: 100%;
}
.advantage-wrap .intro ul
{
    font-size: 15px;
}
@media (max-width: 991px)
{
    .advantage-wrap .intro ul
    {
        padding-top: 10px;
    }
}
.advantage-wrap .intro ul li
{
    margin-top: 35px;
}
@media only screen and (min-width: 992px)
{
    .advantage-wrap .intro ul li:first-child
    {
        margin-top: 0;
    }
}
@media (max-width: 991px)
{
    .advantage-wrap .intro ul li
    {
        margin-top: 25px;
    }
}
@media (max-width: 767px)
{
    .advantage-wrap .intro ul li
    {
        margin-top: 20px;
    }
}
.advantage-wrap .intro ul b
{
    line-height: 1.6;

    display: block;
}
.advantage-wrap .intro ul p
{
    line-height: 2;

    margin: 0;

    color: #666;
}
.culture-wrap .intro ul li
{
    margin-top: 65px;
}
@media (max-width: 1339px)
{
    .culture-wrap .intro ul li
    {
        margin-top: 35px;
    }
}
@media (max-width: 1199px)
{
    .culture-wrap .intro ul li
    {
        margin-top: 30px;
    }
}
@media (max-width: 991px)
{
    .culture-wrap .intro ul li
    {
        margin-top: 25px;
    }
}
@media (max-width: 767px)
{
    .culture-wrap .intro ul li
    {
        margin-top: 20px;
    }
}
.history-wrap .intro
{
    zoom: 1;

    padding-top: 5px;
}
.history-wrap .intro:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
@media only screen and (min-width: 768px)
{
    .history-wrap .intro .pic-box
    {
        float: right;

        width: 690px;
        margin-left: 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1339px)
{
    .history-wrap .intro .pic-box
    {
        width: 600px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1199px)
{
    .history-wrap .intro .pic-box
    {
        width: 450px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .history-wrap .intro .pic-box
    {
        width: 340px;
    }
}
@media (max-width: 767px)
{
    .history-wrap .intro .pic-box
    {
        margin-bottom: 40px;
    }
}
.history-wrap .intro .pic-box img
{
    display: block !important;

    width: 100%;
}
.history-wrap .intro p
{
    font-size: 15px;
    line-height: 2;

    position: relative;

    margin-bottom: 10px;
    padding-bottom: 20px;
    padding-left: 90px;

    color: #666;
}
@media (max-width: 991px)
{
    .history-wrap .intro p
    {
        padding-bottom: 15px;
    }
}
@media (max-width: 767px)
{
    .history-wrap .intro p
    {
        padding-left: 85px;
    }
}
.history-wrap .intro p:before,
.history-wrap .intro p:after
{
    position: absolute;

    content: '';
}
.history-wrap .intro p:before
{
    top: 10px;
    left: 0;

    display: block;

    width: 8px;
    height: 8px;

    border-radius: 50%;
    background-color: #bbb;
}
.history-wrap .intro p:after
{
    top: 25px;
    bottom: -15px;
    left: 3px;

    border-left: 1px solid #bbb;
}
.history-wrap .intro p b
{
    font-size: 16px;

    position: absolute;
    top: -2px;
    left: 30px;

    color: #333;
}
@media (max-width: 767px)
{
    .history-wrap .intro p b
    {
        left: 25px;
    }
}
.technology-wrap .list
{
    margin-top: -20px;
}
.technology-wrap .list li
{
    margin-top: 20px;
}
.technology-wrap .list .img-box,
.technology-wrap .list .item
{
    padding-bottom: 66.66666667%;
}
.technology-wrap .list .item
{
    position: relative;

    background-color: #f9f9f9;
}
@media (max-width: 767px)
{
    .technology-wrap .list .item
    {
        padding: 0;
    }
}
@media only screen and (min-width: 768px)
{
    .technology-wrap .list .item .intro
    {
        position: absolute;
        top: 50%;
        left: 0;

        width: 100%;
        padding: 0 8%;

        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
    }
}
@media (max-width: 767px)
{
    .technology-wrap .list .item .intro
    {
        padding: 13% 20px;
    }
}
.technology-wrap .list .item .intro p
{
    font-size: 15px;
    line-height: 2;

    margin: 0;

    color: #666;
}
@media (max-width: 1199px)
{
    .technology-wrap .list .item .intro p
    {
        font-size: 14px;
    }
}
.technology-wrap table
{
    margin: 60px 0 0;
}
@media (max-width: 767px)
{
    .technology-wrap table
    {
        margin-top: 40px;
    }
}
.technology-wrap table td,
.technology-wrap table th
{
    text-align: center;
}
.technology-wrap table th
{
    font-size: 15px;

    padding: 14px 35px !important;

    white-space: nowrap;

    color: #333;
}
@media (max-width: 767px)
{
    .technology-wrap table th
    {
        padding: 14px 20px !important;
    }
}
.technology-wrap table td
{
    line-height: 1.71428571;

    color: #666;
}
@media (max-width: 767px)
{
    .technology-wrap table td
    {
        min-width: 130px;
        padding: 14px 20px !important;
    }
}
.certificate-wrap .list
{
    zoom: 1;
}
.certificate-wrap .list:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
.certificate-wrap .list table
{
    width: 100%;
}
.certificate-wrap .list table tr:nth-child(odd)
{
    background-color: #f3f3f3;
}
.certificate-wrap .list table tr:nth-child(even)
{
    background-color: #fff;
}
.certificate-wrap .list table th,
.certificate-wrap .list table td
{
    min-width: 100px;
    padding: 19px 5% !important;
}
@media (max-width: 767px)
{
    .certificate-wrap .list table th,
    .certificate-wrap .list table td
    {
        padding: 15px 3.5% !important;
    }
}
.certificate-wrap .list table th:nth-child(2),
.certificate-wrap .list table td:nth-child(2)
{
    width: 50% !important;
}
.certificate-wrap .list table th
{
    font-size: 18px;
    font-weight: normal;

    background-color: #f0f5f9;
}
@media (max-width: 767px)
{
    .certificate-wrap .list table th
    {
        font-size: 16px;
    }
}
.certificate-wrap .list table td
{
    font-size: 15px;
}
@media (max-width: 767px)
{
    .certificate-wrap .list table td
    {
        font-size: 13px;
    }
}
@media (max-width: 1199px)
{
    .certificate-wrap .certificate-list
    {
        margin-top: 15px;
    }
}
@media (max-width: 767px)
{
    .certificate-wrap .certificate-list
    {
        margin: 15px -5px 0;
    }
}
.certificate-wrap .certificate-list li
{
    margin-top: 60px;
}
@media (max-width: 1199px)
{
    .certificate-wrap .certificate-list li
    {
        margin-top: 35px;
    }
}
@media (max-width: 767px)
{
    .certificate-wrap .certificate-list li
    {
        margin-top: 15px;
        padding: 0 5px;
    }
}
.certificate-wrap .certificate-list .item
{
    display: block;

    padding: 19px;

    border: 1px solid #ececec;
}
@media (max-width: 767px)
{
    .certificate-wrap .certificate-list .item
    {
        padding: 5%;
    }
}
@media (min-width: 992px)
{
    .certificate-wrap .certificate-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;
    }
    .certificate-wrap .certificate-list .item:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
.certificate-wrap .certificate-list .item .img-box
{
    padding-bottom: 141.37931034%;
}
.download-wrap .list
{
    margin-top: -55px;
}
@media (max-width: 1199px)
{
    .download-wrap .list
    {
        margin-top: -35px;
    }
}
@media (max-width: 991px)
{
    .download-wrap .list
    {
        margin-top: -30px;
    }
}
@media (max-width: 767px)
{
    .download-wrap .list
    {
        margin: -20px -5px 0;
    }
}
.download-wrap .list .img-box
{
    padding-bottom: 63.63636364%;

    border: 1px solid #ececec;
}
.download-wrap .list li
{
    margin-top: 55px;
}
@media (max-width: 1199px)
{
    .download-wrap .list li
    {
        margin-top: 35px;
    }
}
@media (max-width: 991px)
{
    .download-wrap .list li
    {
        margin-top: 30px;
    }
}
@media (max-width: 767px)
{
    .download-wrap .list li
    {
        margin-top: 20px;
        padding: 0 5px;
    }
}
@media only screen and (min-width: 992px)
{
    .download-wrap .list li .item:hover p
    {
        color: #003e88;
    }
}
.download-wrap .list li p
{
    font-size: 15px;

    overflow: hidden;

    margin: 15px 0 0;

    -webkit-transition: color .3s;
            transition: color .3s;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
}
@media (max-width: 767px)
{
    .download-wrap .list li p
    {
        margin-top: 10px;
    }
}
.download-wrap .page
{
    margin-top: 50px;
}
@media (max-width: 1199px)
{
    .download-wrap .page
    {
        margin-top: 40px;
    }
}
@media (max-width: 991px)
{
    .download-wrap .page
    {
        margin-top: 30px;
    }
}
.network-wrap .intro-wrap
{
    position: relative;

    background-color: #f6f6f6;
}
.network-wrap .intro-wrap .img-box
{
    padding-bottom: 57.97413793%;

    border: 1px solid #ececec;
}
@media only screen and (min-width: 768px)
{
    .network-wrap .table
    {
        display: table;

        width: 100%;
    }
    .network-wrap .tab-cell
    {
        display: table-cell;

        vertical-align: middle;
    }
    .network-wrap .intro
    {
        width: 31.91489362%;
    }
    .network-wrap .pic
    {
        width: 61.7%;
    }
}
.network-wrap .intro
{
    padding: 0 2.5%;
}
@media (max-width: 767px)
{
    .network-wrap .intro
    {
        padding: 10% 8%;
    }
}
.network-wrap .intro p
{
    margin: 40px 0 0;
}
@media (max-width: 991px)
{
    .network-wrap .intro p
    {
        margin-top: 25px;
    }
}
.network-wrap .intro p:first-child
{
    margin: 0;
}
.network-wrap .intro p span
{
    display: inline-block;
}
.network-wrap .intro p span:first-child
{
    width: 150px;
}
@media (max-width: 1339px)
{
    .network-wrap .intro p span:first-child
    {
        width: 110px;
    }
}
@media (max-width: 1199px)
{
    .network-wrap .intro p span:first-child
    {
        display: block;

        margin-bottom: 5px;
    }
}
.online-wrap .btn
{
    line-height: 36px;

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

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

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

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

    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: 180px;

    display: none;

    max-width: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .online-wrap .code-pic
    {
        right: 55px;
        bottom: 370px;
    }
}
.online-wrap .code-pic .pic-box
{
    padding: 5px;

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

    max-width: 100%;
}
.online-wrap .online
{
    position: fixed;
    z-index: 100;
    right: 0;
    bottom: 23%;

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

    position: relative;

    display: block;

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

    text-align: center;

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

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

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

    padding-right: 5px;

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

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

    display: none;

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

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

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

    margin: 5px 0 8px 0;

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

    width: 100%;

    background-color: rgba(0, 62, 136, .9);
    box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, .2);
}
.xs-online ul
{
    overflow: hidden;

    text-align: center;

    color: #fff;
}
.xs-online ul li
{
    float: left;

    width: 20%;

    border-left: 1px solid rgba(255, 255, 255, .6);
}
.xs-online ul li > a
{
    font-size: 10px;

    display: block;

    padding: 8px 0;
}
@media (max-width: 320px)
{
    .xs-online ul li > a
    {
        font-size: 8px;
    }
}
.xs-online ul li > a:before
{
    font-family: 'iconfont' !important;
    font-size: 16px;
    font-style: normal;

    display: block;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.xs-online ul li:first-child
{
    border-left: none;
}
.xs-online ul li.tel > a:before
{
    content: '\e633';
}
.xs-online ul li.mail > a:before
{
    content: '\e630';
}
.xs-online ul li.whatsapp > a:before
{
    content: '\e621';
}
.xs-online ul li.feedback > a:before
{
    content: '\e7a5';
}
.xs-online ul li.top > a:before
{
    content: '\e63d';
}
.share
{
    font-weight: 500;

    color: #fff;
}
.share a
{
    display: inline-block;
    overflow: hidden;

    margin-left: 7px;

    -webkit-transition:         transform .3s;
    -webkit-transition: -webkit-transform .3s;
            transition: -webkit-transform .3s;
            transition:         transform .3s;
            transition:         transform .3s, -webkit-transform .3s;
    text-align: center;
    vertical-align: middle;
}
.share a:first-child
{
    margin-left: 0;
}
.share a:before
{
    font-size: 12px;
    line-height: 20px;

    display: block;

    width: 20px;
    height: 20px;

    color: #fff;
    border-radius: 50%;
}
.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,
.share.color .icon-youtube1:before
{
    background-color: #c4302b;
}
.share.color .icon-instagram:before
{
    background-color: #6b3d2e;
}
.share.color .icon-google:before,
.share.color .icon-google1:before
{
    background-color: #dc4e41;
}
.share.color .icon-pinterest:before
{
    background-color: #c4302e;
}
.footer
{
    color: #999;
    background-color: #003e88;
}
@media (max-width: 767px)
{
    .footer
    {
        padding-bottom: 55px;
    }
}
.footer .footer-wrap
{
    overflow: hidden;
}
.footer .footer-row
{
    font-size: 0;

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

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

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

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

    display: inline-block;

    padding: 0 15px;

    text-align: left;
    vertical-align: top;
    letter-spacing: 0;
}
@media (max-width: 1199px)
{
    .footer .foot-list
    {
        margin-top: 30px;
    }
}
@media (max-width: 991px)
{
    .footer .foot-list
    {
        width: 50%;
    }
}
@media (max-width: 767px)
{
    .footer .foot-list
    {
        width: 100%;
        margin-top: 0;
    }
}
@media (max-width: 767px)
{
    .footer .foot-list ul
    {
        display: none;

        margin-bottom: 10px;
        padding: 0 10px;
    }
}
.footer .foot-list li
{
    line-height: 2.14285714;

    position: relative;
}
.footer .foot-list li a
{
    display: inline-block;

    -webkit-transition: -webkit-transform .3s;
            transition: -webkit-transform .3s;
            transition:         transform .3s;
            transition:         transform .3s, -webkit-transform .3s;
}
.footer .foot-list p,
.footer .foot-list a,
.footer .foot-list button
{
    color: #999;
}
@media only screen and (min-width: 992px)
{
    .footer .foot-list p a:hover,
    .footer .foot-list li a:hover
    {
        -webkit-transform: translateX(5px);
            -ms-transform: translateX(5px);
                transform: translateX(5px);
        text-decoration: underline;

        color: #ffc001;
    }
}
@media (max-width: 991px)
{
    .footer .foot-list p a:active,
    .footer .foot-list li a:active
    {
        text-decoration: underline;

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

    margin: 10px 0 15px;

    color: #ffc001;
}
@media only screen and (min-width: 1200px) and (max-width: 1339px)
{
    .footer .foot-list h4
    {
        font-size: 18px;
    }
}
@media (max-width: 991px)
{
    .footer .foot-list h4
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .footer .foot-list h4
    {
        line-height: 40px;

        position: relative;

        margin: 5px 0;
        padding-right: 20px;
    }
    .footer .foot-list h4:after
    {
        position: absolute;
        top: 0;
        right: 15px;

        content: '+';
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
}
@media (min-width: 1200px)
{
    .footer .foot-contact
    {
        width: 420px;
    }
}
@media (max-width: 1199px)
{
    .footer .foot-contact
    {
        width: 300px;
    }
}
@media (max-width: 991px)
{
    .footer .foot-contact
    {
        width: 50%;
    }
}
@media (max-width: 767px)
{
    .footer .foot-contact
    {
        width: 100%;
    }
}
@media (max-width: 767px)
{
    .footer .foot-contact .list
    {
        display: none;
    }
}
.footer .foot-contact .list p
{
    line-height: 2.14285714;

    position: relative;

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

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

    color: #ffc001;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.footer .foot-contact .address:before
{
    content: '\e7e6';
}
.footer .foot-contact .tel:before
{
    content: '\e633';
}
.footer .foot-contact .website:before
{
    content: '\e623';
}
.footer .foot-contact .mail:before
{
    content: '\e630';
}
.footer .foot-contact .fax:before
{
    content: '\e606';
}
.footer .foot-contact .share
{
    margin-top: 45px;
}
@media (max-width: 991px)
{
    .footer .foot-contact .share
    {
        margin-top: 35px;
    }
}
@media (max-width: 767px)
{
    .footer .foot-contact .share
    {
        margin-top: 15px;
        margin-bottom: 10px;
    }
}
.footer .foot-contact .share a:before
{
    font-size: 16px;
    line-height: 30px;

    width: 30px;
    height: 30px;

    border-radius: 0;
}
@media (max-width: 991px)
{
    .footer .foot-contact .share a:before
    {
        font-size: 14px;
        line-height: 25px;

        width: 25px;
        height: 25px;
    }
}
.footer .foot-message
{
    overflow: hidden;
}
@media (min-width: 1200px)
{
    .footer .foot-message
    {
        width: 330px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .footer .foot-message
    {
        width: 260px;
    }
}
@media (max-width: 991px)
{
    .footer .foot-message
    {
        width: 50%;
    }
}
@media (max-width: 767px)
{
    .footer .foot-message
    {
        width: 100%;
    }
}
.footer .foot-message form
{
    overflow: hidden;

    padding-top: 8px;
}
.footer .foot-message form input::-webkit-input-placeholder,
.footer .foot-message form textarea::-webkit-input-placeholder
{
    color: #999;
}
.footer .foot-message form input:-o-placeholder,
.footer .foot-message form textarea:-o-placeholder
{
    color: #999;
}
.footer .foot-message form input::-moz-placeholder,
.footer .foot-message form textarea::-moz-placeholder
{
    color: #999;
}
.footer .foot-message form input:-ms-input-placeholder,
.footer .foot-message form textarea:-ms-input-placeholder
{
    color: #999;
}
.footer .foot-message form input:focus::-webkit-input-placeholder,
.footer .foot-message form textarea:focus::-webkit-input-placeholder
{
    color: #888;
}
.footer .foot-message form input:focus::-o-placeholder,
.footer .foot-message form textarea:focus::-o-placeholder
{
    color: #888;
}
.footer .foot-message form input:focus::-moz-placeholder,
.footer .foot-message form textarea:focus::-moz-placeholder
{
    color: #888;
}
.footer .foot-message form input:focus::-ms-input-placeholder,
.footer .foot-message form textarea:focus::-ms-input-placeholder
{
    color: #888;
}
@media (max-width: 767px)
{
    .footer .foot-message form
    {
        display: none;
    }
}
.footer .foot-message form .row
{
    margin: 0 -5px;
}
.footer .foot-message form .row li
{
    line-height: 1;

    padding: 0 5px;
}
.footer .foot-message form input,
.footer .foot-message form textarea
{
    display: block;

    width: 100%;
    margin-bottom: 10px;
    padding: 14px;

    color: #999;
    border: 1px solid #224f87;
    background: none;
}
.footer .foot-message form textarea
{
    height: 120px;
}
.footer .foot-message form .submit
{
    font-size: 16px;
    font-weight: 500;

    margin-top: 15px;
    padding: 0;

    color: #ffc001;
    background: none;
}
.footer .foot-message form .submit:hover span
{
    text-decoration: underline;
}
.footer .copyright
{
    padding: 29px 0;

    text-align: center;

    color: #999;
    border-top: 1px solid #224f87;
}
@media (max-width: 991px)
{
    .footer .copyright
    {
        padding: 25px 0;
    }
}
@media (max-width: 767px)
{
    .footer .copyright
    {
        padding: 20px 0;
    }
}
.footer .copyright p
{
    font-weight: 300;

    margin: 0;
}
@media (max-width: 767px)
{
    .footer .copyright p
    {
        text-align: left;
    }
}
.footer .copyright p a
{
    margin-left: 10px;
}
.footer .copyright p a:hover
{
    text-decoration: underline;

    color: #ffc001;
}
@media (max-width: 767px)
{
    .footer .copyright p a
    {
        display: block;

        margin: 0;
    }
}




/**
 * Date : 2019年3月4日09:00:32
 * @author HSM
 * @toDo 首页产品去弹出层
 */

.index-product .intro{
    display: none;
 }
.index-product .item img
{
    -webkit-transition:         transform .7s;
    -webkit-transition: -webkit-transform .7s;
            transition: -webkit-transform .7s;
            transition:         transform .7s;
            transition:         transform .7s, -webkit-transform .7s;
}
.index-product .item:hover img
{
    -webkit-transform: scale(1.07);
        -ms-transform: scale(1.07);
            transform: scale(1.07);
}

/**
 * Date : 2019年3月5日19:27:10
 * @author HSM
 * @toDo banner加缩小进入效果
 */
@-webkit-keyframes zoomIn1
{
    0%
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);

        opacity: 1;
    }
    50%
    {
        -webkit-transform: scale(1);
                transform: scale(1);

        opacity: 1;
    }
}
@keyframes zoomIn1
{
    0%
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);

        opacity: 1;
    }
    50%
    {
        -webkit-transform: scale(1);
                transform: scale(1);

        opacity: 1;
    }
}
.zoomIn1
{
    -webkit-animation-name: zoomIn1;
            animation-name: zoomIn1;
}
.banner .slick-current img
{
    -webkit-animation: zoomIn1 6s 0s ease both;
            animation: zoomIn1 6s 0s ease both;
}





.index-news .slick-news-intro{
    z-index: 1000;
}
.nav{
    z-index: 9999;
}




/**
 * Date : 2019年7月26日14:37:07
 * @author HSM
 * @toDo 手机端加product按钮
 */

.h-box
{
    position: relative;

    zoom: 1;
}
.h-box:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
@media (max-width: 1199px)
{
    .h-box
    {
        padding: 0 70px;
    }
    .h-box .logo
    {
        float: none;

        margin: 0 auto;

        text-align: center;
    }
    .h-box .header-r
    {
        position: absolute;
        top: 50%;
        left: 0;

        margin: 0;
        margin-top: -20px;
        padding: 0;
    }
    .h-box .header-r .find
    {
        display: none !important;
    }
    .h-box .nav-collapse
    {
        margin: 0;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .h-box .search-wrap
    {
        display: none !important;
    }
}
@media (max-width: 480px)
{
    .header .logo
    {
        padding: 8px 0;
    }
    .header .logo .logo-txt
    {
        display: block;

        max-width: 100%;
        margin: 5px auto 0;
    }
}
.box-category
{
    display: none;
}
@media (max-width: 1199px)
{
    .box-category
    {
        display: block;
    }
}
.box-category .category
{
    font-size: 12px;

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

    display: block;

    padding: 8px 11px;

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

    color: #fff;
    border-radius: 5px;
    background-color: #ffc001;
}
@media (max-width: 480px)
{
    .box-category .category
    {
        font-size: 3.5vmin;

        right: -10px;
    }
}
.box-category .category-list
{
    position: absolute;
    z-index: 9;
    top: 100%;
    right: -10px;

    display: none;

    min-width: 250px;
    max-width: 100%;

    color: #333;
    background-color: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .23);
}
.box-category .category-list1
{
    line-height: 2;

    padding: 15px 0;
}
.box-category .category-list1 > li
{
    position: relative;

    padding: 0 35px 0 20px;
}
.box-category .category-list1 > li.more:after
{
    font-family: 'iconfont' !important;

    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;

    display: block;

    width: 30px;

    content: '\e72f';
    text-align: center;
}
.box-category .category-list1 > li a
{
    display: inline-block;
}
.box-category .category-list1 ul
{
    display: none;
}
.box-category .category-list2
{
    font-size: 12px;

    padding: 0 0 5px 10px;
}

@media (max-width:480px) {
    .header .logo .pic-box{
        width: 40px;
    }
}


/**
 * Date : 2019年7月29日14:37:39
 * @author HSM
 * @toDo 产品页删分类导航   两列布局   product按钮滑动固定
 */

@media (max-width: 767px) {
    .select-group{
        display: none;
    }
}
@media (max-width: 480px) {
    .product-wrap .product-list{
        margin-left: -5px;
        margin-right: -5px;
    }
    .product-wrap .product-list >div{
        width: 50%;
        padding: 0 5px;
    }

}


.box-category .category{
    position: fixed;
    top: 35px;
    right: 8%;
    box-shadow: 0 2px 2px 1px rgb(226, 172, 4);
    z-index: 1000;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}
.box-category .category-list{
    position: fixed;
    top: 100px;
    right: 30px;
    max-height: 60vh;
    overflow: auto;
}

@media (max-width: 991px) {
    .box-category .category{
        top: 30px;
        right: 5%;
    }
    .box-category .category-list{
        top: 85px;
        right: 30px;
    }
}
@media (max-width: 767px) {
    .box-category .category{
        top: 22px;
        right: 10px;
    }
    .box-category .category-list{
        top: 74px;
        right: 30px;
    }
}
@media (max-width: 480px) {
    .box-category .category{
        top: 28px;
    }
    .header .logo .logo-txt{
        width: 130px;
    }
    .box-category .category-list{
        top: 80px;
        right: 10px;
    }
}
.index-news{
    position: relative;
    z-index: 10;
}


.hide-seo{
    display: none !important;
}