@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;
}
.all
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}
body
{
    font-family: Arial, 'Helvetica Neue', Helvetica, 'Hiragino Sans GB', 'Source Han Sans Cn', 'PingFang SC', 'Microsoft YaHei', 'Heiti SC', 'WenQuanYi Micro Hei', sans-serif;

    overflow-x: hidden;

    max-width: 100%;
}
body.fixed
{
    position: fixed;

    overflow: hidden;

    width: 100%;
    height: 100%;
}
body.fixed .header
{
    z-index: 10000002;
}
@media only screen and (min-width: 1340px)
{
    .container
    {
        width: 1320px;
    }
}
@media only screen and (min-width: 1470px)
{
    .container
    {
        width: 1440px;
    }
}
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;
}
.img-box
{
    position: relative;
    z-index: 1;

    display: block;
    overflow: hidden;

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

    display: block;

    width: 100%;
    height: 100%;
}
.page
{
    text-align: center;
}
.page li
{
    font-size: 14px;
    line-height: 30px;

    display: inline-block;

    width: 32px;
    height: 32px;
    margin: 0 5px;

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

    color: #004da1;
    border: 1px solid #004da1;
    border-radius: 50%;
    background: #fff;
    background-color: #fff;
}
@media (max-width: 767px)
{
    .page li
    {
        line-height: 26px;

        width: 28px;
        height: 28px;
        margin: 0 1px;
    }
}
.page li.active,
.page li:hover
{
    color: #fff;
    background-color: #004da1;
}
.page li a
{
    display: block;
}
.page li.prev a:before,
.page li.next a:before
{
    font-family: 'iconfont' !important;
    font-style: normal;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page li.prev a:before
{
    content: '\e9b5';
}
.page li.next a:before
{
    content: '\e72f';
}
.table-box
{
    overflow: auto;

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

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

    color: #666;
    border: 1px solid #ccc !important;
}
.table-box table tr,
.table-box table td,
.table-box table th
{
    width: auto !important;
    height: auto !important;

    text-align: center;
}
.table-box table tr:nth-child(odd)
{
    background-color: #fff;
}
.table-box table tr:nth-child(even)
{
    background-color: #f6fbff;
}
.table-box table tr
{
    border-bottom: 1px solid #ccc !important;
}
.table-box table td,
.table-box table th
{
    font-size: 15px;
    font-weight: normal;

    padding: 14px 10px !important;

    color: #111;
}
@media (max-width: 767px)
{
    .table-box table td,
    .table-box table th
    {
        padding: 8px 5px !important;
    }
}
@media (max-width: 480px)
{
    .table-box table td,
    .table-box table th
    {
        font-size: 10px;
    }
}
@media (max-width: 375px)
{
    .table-box table td,
    .table-box table th
    {
        font-size: 2.5vmin;
    }
}
.table-box table tr > p,
.table-box table tr > span
{
    margin: 0 !important;
    padding: 0 !important;

    background: none !important;
}
.table-box table th
{
    background-color: #dbeaff;
}
.table-box table td:first-child
{
    color: #333;
}
.table-box table .down-btn
{
    color: #579fe9;
}
.table-box table .down-btn:hover
{
    text-decoration: underline;
}
.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: 800px;
    max-width: 80%;
    height: 600px;
    max-height: 50%;
    margin: 0;
}
img
{
            backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
}
.header
{
    position: absolute;
    z-index: 9999;
    top: 0;
    left: 0;

    width: 100%;
    padding-top: 26px;
}
@media (max-width: 1199px)
{
    .header
    {
        padding-top: 10px;
    }
}
.header .logo
{
    position: relative;
    z-index: 5;

    float: left;

    text-align: center;
}
@media (max-width: 767px)
{
    .header .logo
    {
        width: 190px;
    }
}
.header .logo a
{
    position: relative;
    z-index: 10;

    display: block;

    width: auto;
    max-width: 100%;
    padding: 14px 0 7px;
}
@media (max-width: 767px)
{
    .header .logo a
    {
        padding: 10px 0;
    }
}
.header .logo a img
{
    display: block;

    width: 100%;
}
.header .right-box
{
    position: relative;

    float: right;
}
@media (min-width: 1200px)
{
    .header .right-box
    {
        border-bottom: 1px solid rgba(255, 255, 255, .2);
    }
    .header .right-box:after
    {
        position: absolute;
        left: 100%;

        width: 600px;
        height: 1px;

        content: '';

        background-color: rgba(255, 255, 255, .2);
    }
}
@media (max-width: 1199px)
{
    .header .right-box
    {
        padding-top: 15px;
    }
}
@media (max-width: 767px)
{
    .header .right-box
    {
        padding-top: 3px;
    }
}
.header .right-box > div
{
    display: inline-block;

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

    display: block !important;

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

    opacity: 0;
}
.header .language
{
    font-size: 0;

    position: relative;

    letter-spacing: -8px;
}
@media (max-width: 1199px)
{
    .header .language
    {
        display: none !important;
    }
}
.header .language a
{
    font-size: 14px;

    letter-spacing: 0;

    color: #fff;
}
.header .find
{
    margin-right: 40px;
    margin-left: 40px;

    cursor: pointer;
}
@media (max-width: 1339px)
{
    .header .find
    {
        margin: 0 20px;
    }
}
@media (max-width: 1199px)
{
    .header .find
    {
        margin-right: 10px;
        margin-left: 0;
    }
}
@media (max-width: 767px)
{
    .header .find
    {
        margin-top: 3px;
        margin-right: 12px;
    }
}
.header .find:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;

    content: '\e660';

    color: #fff;
}
@media (max-width: 1199px)
{
    .header .find:before
    {
        font-size: 20px;
    }
}
.header .nav-collapse
{
    position: relative;

    display: none;

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

    cursor: pointer;

    background: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .header .nav-collapse
    {
        margin-left: 15px;
    }
}
@media (max-width: 1199px)
{
    .header .nav-collapse
    {
        display: inline-block;

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

        display: block;

        margin-top: 10px;

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

    width: 28px;
    height: 2px;

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

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

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

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

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

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

        text-align: center;
    }
    .header .nav .nav-line
    {
        position: absolute;
        z-index: 2;
        bottom: -4px;
        left: 0;

        display: block;

        height: 4px;

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

        background-color: #fff;
    }
}
@media (max-width: 1199px)
{
    .header .nav
    {
        position: fixed;
        z-index: 9998;
        top: 0;
        left: 0;

        display: none;

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

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

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

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

        height: 100%;

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

    zoom: 1;

    color: #fff;
}
.header .nav .nav-list1:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

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

        float: left;

        padding: 0 25px;
    }
    .header .nav .nav-list1 > li.active .nav-list2:before,
    .header .nav .nav-list1 > li:hover .nav-list2:before
    {
        top: -4px;

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

        opacity: 1;
    }
    .header .nav .nav-list1 > li > a
    {
        font-size: 16px;

        position: relative;

        display: block;

        padding: 19px 0;
    }
    .header .nav .nav-list1 .nav-list2,
    .header .nav .nav-list1 .nav-list3
    {
        display: none;

        text-align: left;

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

        min-width: 150px;
    }
    .header .nav .nav-list1 .nav-list2 > li
    {
        position: relative;

        white-space: nowrap;

        border-top: 1px solid rgba(255, 255, 255, .16);
    }
    .header .nav .nav-list1 .nav-list2 > li:first-child > a
    {
        border-top: none;
    }
    .header .nav .nav-list1 .nav-list2 > li:before,
    .header .nav .nav-list1 .nav-list2 > li:after
    {
        position: absolute;
        z-index: 2;
        left: 0;

        display: none;

        width: 100%;
        height: 1px;

        content: '';

        background-color: #fff;
    }
    .header .nav .nav-list1 .nav-list2 > li:before
    {
        top: 0;
    }
    .header .nav .nav-list1 .nav-list2 > li:after
    {
        top: 100%;
    }
    .header .nav .nav-list1 .nav-list2 > li:hover > a
    {
        text-decoration: underline;

        background-color: rgba(255, 255, 255, .2);
    }
    .header .nav .nav-list1 .nav-list2 > li > a
    {
        font-size: 14px;

        position: relative;

        display: block;

        padding: 11px 30px;

        text-align: center;
    }
    .header .nav .nav-list1 .nav-list3
    {
        position: absolute;
        top: 0;
        left: 100%;

        width: 255px;
        padding: 20px;

        border-left: 1px solid transparent;
        background-clip: padding-box;
    }
    .header .nav .nav-list1 .nav-list3 li > a
    {
        position: relative;

        padding: 12px 0 12px 10px;

        white-space: normal;
        word-break: break-word;
    }
    .header .nav .nav-list1 .nav-list3 li > a:hover
    {
        color: #004da1;
    }
    .header .nav .nav-list1 .nav-list3 li > a:before
    {
        position: absolute;
        top: 50%;
        left: 0;

        content: '-';
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
    }
}
@media (min-width: 1200px) and (max-width: 1469px)
{
    .header .nav .nav-list1 > li
    {
        padding: 0 20px;
    }
}
@media (min-width: 1200px) and (max-width: 1339px)
{
    .header .nav .nav-list1 > li
    {
        padding: 0 12px;
    }
}
@media (max-width: 1199px)
{
    .header .nav .nav-list1
    {
        margin: 20px 0;

        opacity: 0;
    }
    .header .nav .nav-list1 > li
    {
        white-space: nowrap;

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

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

        margin-top: 5px;

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

        display: block;
        overflow: hidden;

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

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

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

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

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

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

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

    margin: 20px 0;

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

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

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

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

    color: #fff;
}
.header .nav-2 .content ul li a,
.header .nav-3 .content ul li a
{
    display: block;
}
.header .nav-2
{
    left: 100%;
}
.header .nav-3
{
    left: 200%;
}
.header .nav-3 .content ul li
{
    font-size: 4.5vmin;
}
.header .search-wrap
{
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: none;

    background-color: rgba(0, 0, 0, .97);
}
.header .search-wrap.active .search
{
    -webkit-transform: translateY(-50%) scale(1);
        -ms-transform: translateY(-50%) scale(1);
            transform: translateY(-50%) scale(1);
}
.header .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;
}
.header .search-wrap .search p
{
    margin-bottom: 50px;

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

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

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

    text-align: center;

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

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

    width: 50px;

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

    content: '\e660';
}
.header .search-wrap .search-close
{
    position: absolute;
    top: 30px;
    right: 10%;

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

    content: '\e61b';

    color: #fff;
}
.header .fade-out ul
{
    text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 1199px)
{
    .header .fade-out ul
    {
        padding: 0 5%;
    }
}
@media (max-width: 1199px)
{
    .header .fade-out ul.nav-list1
    {
        overflow: auto;

        max-height: 80vh;

        opacity: 1;
    }
    .header .fade-out ul.nav-list1 a
    {
        color: #fff;
    }
    .header .fade-out ul.nav-list1 > li
    {
        zoom: 1;

        margin: 20px 0;

        -webkit-transform: translateX(-15px) rotateX(90deg);
                transform: translateX(-15px) rotateX(90deg);
    }
    .header .fade-out ul.nav-list1 > li:after
    {
        display: block;
        visibility: hidden;
        clear: both;

        height: 0;

        content: '';
    }
    .header .fade-out ul.nav-list1 > li.act
    {
        -webkit-transition: all .4s;
                transition: all .4s;
        -webkit-transform: translateX(0) rotateX(0deg);
                transform: translateX(0) rotateX(0deg);

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

        position: absolute;
        top: 0;
        right: 0;

        content: '\e72f';

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

        position: relative;

        display: block;
    }
    .header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 24px;
    }
}
@media (max-width: 1199px) and (min-width: 992px)
{
    .header .fade-out ul.nav-list1 > li
    {
        height: 55px;
    }
}
@media (max-width: 1199px) and (max-width: 767px)
{
    .header .fade-out ul.nav-list1 > li
    {
        margin: 0;
    }
}
@media (max-width: 1199px) and (min-width: 992px)
{
    .header .fade-out ul.nav-list1 > li.more
    {
        padding-right: 10px;

        -webkit-transition: padding-right .5s;
                transition: padding-right .5s;
    }
}
@media (max-width: 1199px) and (min-width: 992px)
{
    .header .fade-out ul.nav-list1 > li.more.show
    {
        padding-right: 0;
    }
}
@media (max-width: 1199px) and (max-width: 767px)
{
    .header .fade-out ul.nav-list1 > li > a
    {
        font-size: 6.5vmin;
        line-height: 1.7;
    }
}
@media (max-width: 1199px) and (max-height: 768px)
{
    .header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 18px;
    }
}
@media (max-width: 1199px) and (max-width: 480px)
{
    .header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 14px;
    }
}
.header .xs-language
{
    position: absolute;
    bottom: 30px;
    left: 0;

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

    text-align: left;
}
@media (min-width: 1200px)
{
    .header .xs-language
    {
        display: none;
    }
}
.header .xs-language a
{
    font-size: 16px;

    white-space: nowrap;

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

    color: #fff;
}
.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;
}
@media (max-width: 767px)
{
    .search-wrap .search .input-text
    {
        padding-left: 5px;
    }
}
.search-wrap .search .input-submit
{
    line-height: 36px;

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

    width: 50px;

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

    content: '\e660';

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

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

    content: '\e61b';

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

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

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

    border-radius: 10px;
    background: none;
}
@media (max-width: 767px)
{
    .slick-dots li
    {
        width: 8px;
        height: 8px;

        border-radius: 8px;
    }
}
.slick-dots li.slick-active,
.slick-dots li:hover
{
    background-color: #004da1;
}
.slick-dots li button
{
    display: none;
}
.banner
{
    position: relative;

    overflow: hidden;

    width: 100%;
}
.banner:after
{
    bottom: -1px;
}
.banner .item
{
    position: relative;

    overflow: hidden;
}
.banner .img-box
{
    padding-bottom: 49.47916667%;
}
.banner .img-box img
{
    display: block;

    -webkit-transition: 5s;
            transition: 5s;
}
.banner .slick
{
    font-size: 0;

    position: relative;

    letter-spacing: -8px;
}
.banner .pic-box
{
    position: relative;
}
@media (max-width: 767px)
{
    .banner .pic-box
    {
        width: 120%;
        max-width: 120%;
        margin-left: -10%;
    }
}
.banner .slick-dots
{
    position: absolute;
    bottom: 80px;
    left: 50%;

    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
@media (max-width: 1199px)
{
    .banner .slick-dots
    {
        bottom: 50px;
    }
}
@media (max-width: 991px)
{
    .banner .slick-dots
    {
        bottom: 30px;
    }
}
@media (max-width: 767px)
{
    .banner .slick-dots
    {
        bottom: 20px;

        display: none;
    }
}
.banner .slick-dots button
{
    font-size: 18px;

    display: block;

    color: #fff;
    background: none;
}
.banner .slick-dots button:after
{
    display: inline-block;

    width: 0;
    height: 1px;
    margin-top: -3px;
    margin-left: 6px;

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

    background-color: #004da1;
}
.banner .slick-dots li
{
    width: auto;
    height: auto;
    margin: 0 4px;

    border: none;
    background: none;
}
.banner .slick-dots li.slick-active button
{
    color: #004da1;
}
.banner .slick-dots li.slick-active button:after
{
    width: 125px;
}
@media (max-width: 991px)
{
    .banner .slick-dots li.slick-active button:after
    {
        width: 80px;
    }
}
@media (max-width: 767px)
{
    .banner .slick-dots li.slick-active button:after
    {
        display: none;
    }
}
.banner .slick-arrow
{
    position: absolute;
    z-index: 20;
    top: 0;

    width: 5%;
    height: 100%;

    background: none;
}
.banner .slick-arrow:before
{
    color: #004da1;
}
.banner .slick-arrow.slick-prev
{
    left: 0;

    background: url(../images/arrow-l.png) no-repeat right center;
}
.banner .slick-arrow.slick-next
{
    right: 0;

    background: url(../images/arrow-r.png) no-repeat left center;
}
.banner .slick-arrow:hover
{
    opacity: .8;
}
.banner .banner-txt
{
    font-size: 14px;

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

    width: 100%;

    -webkit-transform: translateY(-50%) translateZ(2px);
            transform: translateY(-50%) translateZ(2px);
    text-align: center;
    letter-spacing: 0;

    color: #fff;
}
.banner .intro
{
    width: 750px;
    max-width: 90%;
    margin: 0 auto;
}
@media only screen and (min-width: 768px)
{
    .banner .intro *
    {
        -webkit-transform: translateY(-100px) translateZ(10px);
                transform: translateY(-100px) translateZ(10px);

        opacity: 0;
    }
}
@media (max-width: 767px)
{
    .banner .intro
    {
        position: relative;
    }
}
.banner .intro b
{
    font-size: 50px;
    line-height: 60px;

    display: block;

    width: 70%;
    margin: 0 auto 14px;
}
.banner .intro p
{
    font-size: 18px;
    line-height: 30px;

    margin: 0;
}
@media (max-width: 1199px)
{
    .banner .intro b
    {
        font-size: 46px;
        line-height: 54px;

        width: 60%;
    }
    .banner .intro p
    {
        font-size: 16px;
        line-height: 28px;
    }
}
@media (max-width: 991px)
{
    .banner .intro b
    {
        font-size: 40px;
    }
    .banner .intro p
    {
        font-size: 15px;
    }
}
@media (max-width: 767px)
{
    .banner .intro b
    {
        font-size: 32px;
        line-height: 36px;
    }
    .banner .intro p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
@media (max-width: 480px)
{
    .banner .intro b
    {
        font-size: 5vw;
        line-height: 1.2;

        display: block;

        margin-bottom: 10px;
    }
    .banner .intro p
    {
        font-size: 3vw;
        line-height: 1.2;
    }
}
@media only screen and (min-width: 768px)
{
    .banner .slick-current .intro *
    {
        -webkit-transition: .5s;
                transition: .5s;
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0);

        opacity: 1;
    }
    .banner .slick-current .intro *:nth-child(1)
    {
        -webkit-transition-delay: 1.2s;
                transition-delay: 1.2s;
    }
    .banner .slick-current .intro *:nth-child(2)
    {
        -webkit-transition-delay: 1s;
                transition-delay: 1s;
    }
}
.title
{
    position: relative;

    text-align: center;
}
@media (max-width: 480px)
{
    .title
    {
        padding-bottom: 5px;
    }
}
.title h3
{
    font-size: 26px;
    font-weight: bold;

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

    width: 100%;
    margin: -15px 0 0;
}
@media (max-width: 480px)
{
    .title h3
    {
        bottom: 0;
    }
}
.title b
{
    font-size: 82px;
    line-height: 1;

    opacity: .06;
    color: #128cc4;
}
@media (max-width: 1199px)
{
    .title h3
    {
        font-size: 24px;
    }
    .title b
    {
        font-size: 76px;
    }
}
@media (max-width: 991px)
{
    .title b
    {
        font-size: 68px;
    }
}
@media (max-width: 767px)
{
    .title b
    {
        font-size: 56px;
    }
}
@media (max-width: 480px)
{
    .title b
    {
        font-size: 10vmin;
    }
}
.index-box
{
    max-width: 100%;
    padding: 0px 0;
}
@media (max-width: 1339px)
{
    .index-box
    {
        padding: 100px 0;
    }
}
@media (max-width: 1199px)
{
    .index-box
    {
        padding: 80px 0;
    }
}
@media (max-width: 991px)
{
    .index-box
    {
        padding: 60px 0;
    }
}
@media (max-width: 767px)
{
    .index-box
    {
        padding: 50px 0;
    }
}
.index-box .more a
{
    line-height: 45px;

    display: block;

    width: 160px;
    height: 45px;

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

    color: #fff;
    border-radius: 3px;
    background-color: #004da1;
}
@media (max-width: 767px)
{
    .index-box .more a
    {
        line-height: 40px;

        width: 140px;
        height: 40px;
    }
}
.index-box .more a:hover
{
    box-shadow: inset 0 2px 10px rgba(0, 0, 0, .3);
}
.index-product .list
{
    padding-top: 35px;
}
@media (max-width: 991px)
{
    .index-product .list
    {
        padding-top: 25px;
    }
}
@media (max-width: 480px)
{
    .index-product .list
    {
        padding-top: 20px;
    }
}
.index-product .list li
{
    margin-top: 20px;
}
.index-product .list .item
{
    position: relative;

    display: block;
    overflow: hidden;

    padding: 55px 65px;

    box-shadow: 0 0 20px 5px rgba(0, 0, 0, .1);
}
@media (min-width: 1200px)
{
    .index-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-product .list .item:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
@media (max-width: 1469px)
{
    .index-product .list .item
    {
        padding: 50px 45px;
    }
}
@media (max-width: 480px)
{
    .index-product .list .item
    {
        padding: 35px 25px;
    }
}
@media (min-width: 1200px)
{
    .index-product .list .item:hover .more
    {
        -webkit-transition: .2s;
                transition: .2s;

        color: #fff;
    }
    .index-product .list .item:hover .more:before
    {
        width: 1000px;

        -webkit-transition: 1.2s;
                transition: 1.2s;
    }
}
.index-product .list .item .intro
{
    width: 50%;
}
.index-product .list .item .intro > b
{
    font-size: 18px;

    display: block;
    display: -webkit-box;
    overflow: hidden;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 480px)
{
    .index-product .list .item .intro > b
    {
        font-size: 16px;

        height: 44px;
    }
}
.index-product .list .item .pic-box
{
    position: absolute;
    z-index: 5;
    top: 50%;
    right: 35px;

    width: 200px;
    max-width: 50%;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
@media (max-width: 1469px)
{
    .index-product .list .item .pic-box
    {
        right: 15px;
    }
}
@media (max-width: 1339px)
{
    .index-product .list .item .pic-box
    {
        right: 5px;
    }
}
@media (max-width: 1339px)
{
    .index-product .list .item .pic-box
    {
        max-width: 45%;
    }
}
.index-product .list .item .pic-box .img-box
{
    padding-bottom: 80%;
}
.index-product .list .item .more
{
    position: relative;

    padding: 6px 0;

    color: #666;
}
.index-product .list .item .more:before
{
    position: absolute;
    z-index: -1;
    top: 0;
    left: -300px;

    display: block;

    width: 0;
    height: 100%;

    content: '';

    background-color: #004da1;
}
.index-product .list .item .more:after
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    margin-left: 10px;

    content: '\e642';
    vertical-align: middle;
}
.index-video
{
    overflow: hidden;

    padding: 0;
}
.index-video .intro
{
    margin: 25px 0 40px;
}
.index-video .intro p
{
    font-size: 15px;
    line-height: 1.8;

    margin: 0;

    text-align: center;

    color: #666;
}
.index-video .pic-box
{
    box-shadow: 0 0 16px 2px rgba(7, 17, 27, .2);
}
@media (min-width: 1200px)
{
    .index-video .pic-box img
    {
        -webkit-transition:         transform 2s;
        -webkit-transition: -webkit-transform 2s;
                transition: -webkit-transform 2s;
                transition:         transform 2s;
                transition:         transform 2s, -webkit-transform 2s;
    }
    .index-video .pic-box:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
@media (max-width: 480px)
{
    .index-video .pic-box
    {
        width: 140%;
        margin-left: -20%;
    }
}
.index-video .img-box
{
    padding-bottom: 32.03125%;

    cursor: pointer;
}
.index-video .img-box:before,
.index-video .img-box:after
{
    position: absolute;

    content: '';
}
.index-video .img-box:after
{
    z-index: 10;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    background-color: rgba(0, 0, 0, .25);
}
.index-video .img-box:before
{
    font-family: 'iconfont' !important;
    font-size: 70px;

    z-index: 11;
    top: 50%;
    left: 50%;

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

    color: #fff;
}
@media (max-width: 480px)
{
    .index-video .img-box:before
    {
        font-size: 55px;
    }
}
.public-banner
{
    position: relative;

    overflow: hidden;

    width: 100%;
}
.public-banner img
{
    width: 100%;
}
@media (max-width: 1199px)
{
    .public-banner img
    {
        width: 130%;
        max-width: 130%;
    }
}
.inside-page .content
{
    position: relative;

    padding: 65px 0 90px;

    border-bottom: 1px solid #dbdbdb;
}
@media (max-width: 991px)
{
    .inside-page .content
    {
        padding: 45px 0 60px 0;
    }
}
@media (max-width: 767px)
{
    .inside-page .content
    {
        padding: 40px 0 45px 0;
    }
}
.inside-page .inside-nav
{
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

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

    padding: 5px 0;

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

    background-color: #fefefe;
}
.inside-page .inside-nav .nav-wrap::-webkit-scrollbar-track
{
    border-radius: 4px;
    background-color: #fefefe;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}
.inside-page .inside-nav .nav-wrap::-webkit-scrollbar-thumb
{
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .1);
}
.inside-page .inside-nav .nav-wrap::-webkit-scrollbar-thumb:hover
{
    border-radius: 4px;
    background: rgba(0, 0, 0, .3);
}
.inside-page .inside-nav ul
{
    font-size: 15px;

    position: relative;

    display: inline-block;

    padding: 0 20px;

    white-space: nowrap;
}
@media (max-width: 767px)
{
    .inside-page .inside-nav ul
    {
        font-size: 14px;
    }
}
.inside-page .inside-nav li
{
    display: inline-block;
}
.inside-page .inside-nav li:after
{
    margin: 0 32px;

    content: '/';
}
@media (max-width: 991px)
{
    .inside-page .inside-nav li:after
    {
        margin: 0 25px;
    }
}
@media (max-width: 767px)
{
    .inside-page .inside-nav li:after
    {
        margin: 0 15px;
    }
}
.inside-page .inside-nav li:last-child:after
{
    display: none;
}
.inside-page .inside-nav li.active a
{
    font-weight: bold;

    color: #004da1;
}
.inside-page .inside-nav li a
{
    display: inline-block;

    padding: 20px 0;
}
@media (min-width: 1200px)
{
    .inside-page .inside-nav li a:hover
    {
        color: #004da1;
    }
}
@media (max-width: 480px)
{
    .inside-page .inside-nav li a
    {
        padding: 15px 0;
    }
}
.download-wrap .down-nav
{
    margin-top: 40px;
}
@media (max-width: 767px)
{
    .download-wrap .down-nav
    {
        margin-top: 25px;
    }
}
.download-wrap .down-nav li
{
    display: inline-block;

    margin-bottom: 25px;

    color: #666;
}
.download-wrap .down-nav li:after
{
    margin: 0 20px;

    content: '/';
}
.download-wrap .down-nav li.active a
{
    font-weight: bold;

    color: #004da1;
}
.download-wrap .down-nav li:last-child:after
{
    display: none;
}
@media (min-width: 1200px)
{
    .download-wrap .down-nav li:hover a
    {
        color: #004da1;
    }
}
@media (max-width: 1199px)
{
    .download-wrap .down-nav li
    {
        margin-bottom: 15px;
    }
    .download-wrap .down-nav li:after
    {
        margin: 0 15px;
    }
}
@media (max-width: 991px)
{
    .download-wrap .down-nav li
    {
        margin-bottom: 10px;
    }
    .download-wrap .down-nav li:after
    {
        margin: 0 10px;
    }
}
@media (max-width: 767px)
{
    .download-wrap .down-nav li
    {
        font-size: 11px;

        margin-bottom: 5px;
    }
    .download-wrap .down-nav li:after
    {
        margin: 0 3px;
    }
}
.download-wrap .pro-search
{
    margin: 25px 0 50px;
}
@media (max-width: 991px)
{
    .download-wrap .pro-search
    {
        margin: 25px 0 40px;
    }
}
@media (max-width: 767px)
{
    .download-wrap .pro-search
    {
        margin: 20px 0 25px;
    }
}
@media (max-width: 767px)
{
    .download-wrap .pro-search form input
    {
        font-size: 12px;

        padding-left: 20px;
    }
}
.download-wrap .list-wrap .row
{
    font-size: 0;

    letter-spacing: -8px;
}
.download-wrap .list-wrap .row .col-lg-6
{
    font-size: 14px;

    margin-bottom: 50px;

    letter-spacing: 0;
}
@media (min-width: 1200px)
{
    .download-wrap .list-wrap .row .col-lg-6
    {
        display: inline-block;
        float: none;

        vertical-align: top;
    }
}
@media (max-width: 480px)
{
    .download-wrap .list-wrap .row .col-lg-6
    {
        margin-bottom: 30px;
    }
}
.download-wrap .list-wrap h4
{
    font-size: 15px;
    font-weight: bold;

    margin: 0;
    padding: 15px 20px;

    border: 1px solid #ccc;
    border-bottom: none;
    background-color: #f6fbff;
}
.download-wrap .list-wrap .batch-down
{
    padding: 15px 30px;

    text-align: right;

    border: 1px solid #ccc;
    border-top: none;
}
.download-wrap .list-wrap .batch-down a
{
    display: inline-block;

    padding: 5px 10px;

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

    color: #fff;
    border-radius: 4px;
    background-color: #004da1;
}
.download-wrap .list-wrap .batch-down a:hover
{
    box-shadow: inset 0 2px 10px rgba(0, 0, 0, .4);
}
@media (max-width: 480px)
{
    .download-wrap .list-wrap .batch-down a
    {
        font-size: 12px;
    }
}
.download-wrap .list-wrap .table-box table tr td:first-child,
.download-wrap .list-wrap .table-box table tr th:first-child
{
    padding: 0 0 0 20px !important;
}
@media (max-width: 480px)
{
    .download-wrap .list-wrap .table-box table tr td:first-child,
    .download-wrap .list-wrap .table-box table tr th:first-child
    {
        padding: 0 0 0 10px !important;
    }
}
.download-wrap .list-wrap .table-box table tr td:first-child label,
.download-wrap .list-wrap .table-box table tr th:first-child label
{
    font-weight: normal;

    display: block;

    margin: 0;
    padding: 0;
}
.download-wrap .list-wrap .table-box table tr td:first-child label input[type=checkbox],
.download-wrap .list-wrap .table-box table tr th:first-child label input[type=checkbox]
{
    display: none;
}
.download-wrap .list-wrap .table-box table tr td:first-child label input[type=checkbox]:checked + .iconfont:before,
.download-wrap .list-wrap .table-box table tr th:first-child label input[type=checkbox]:checked + .iconfont:before
{
    display: block;
}
.download-wrap .list-wrap .table-box table tr td:first-child label input[type=checkbox] + .iconfont,
.download-wrap .list-wrap .table-box table tr th:first-child label input[type=checkbox] + .iconfont
{
    position: relative;

    display: block;

    width: 14px;
    height: 14px;

    border: 1px solid #999;
    background-color: #fff;
}
.download-wrap .list-wrap .table-box table tr td:first-child label input[type=checkbox] + .iconfont:before,
.download-wrap .list-wrap .table-box table tr th:first-child label input[type=checkbox] + .iconfont:before
{
    font-weight: bold;

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

    display: none;

    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
}
.download-wrap .list-wrap .table-box table tr th
{
    white-space: nowrap;
}
.download-wrap .select-row
{
    overflow: hidden;

    border: 1px solid #ccc;
    border-bottom: none;
    background-color: #f6fbff;
}
.download-wrap .select-row .select-box
{
    float: left;

    width: 50%;
    padding: 20px;
}
@media (max-width: 480px)
{
    .download-wrap .select-row .select-box
    {
        padding: 15px;
    }
}
.download-wrap .select-row .select-box:last-child
{
    border-left: 1px solid #ccc;
}
.download-wrap .select-row .select-box .name
{
    font-size: 15px;

    display: inline-block;

    margin-right: 30px;
}
@media (max-width: 480px)
{
    .download-wrap .select-row .select-box .name
    {
        font-size: 14px;

        display: block;

        margin-bottom: 5px;
    }
}
@media (max-width: 480px)
{
    .download-wrap .select-row .select-box .select2-container
    {
        min-width: 120px;
    }
}
.download-wrap .select-model + .select2-container .select2-selection--single .select2-selection__rendered
{
    color: #ff5d5d;
}
.download-wrap .select-drive + .select2-container
{
    width: auto !important;
}
.download-wrap .select-drive + .select2-container .select2-selection--single
{
    border: none;
}
.download-wrap .select-drive + .select2-container .select2-selection--single .select2-selection__rendered:after
{
    display: inline-block;

    width: 0;
    height: 0;
    margin-top: -2px;
    margin-left: 15px;

    content: '';
    vertical-align: middle;

    border-width: 5px 4px 0 4px;
    border-style: solid;
    border-color: #95adce transparent transparent transparent;
}
@media (max-width: 480px)
{
    .download-wrap .select-drive + .select2-container .select2-selection--single .select2-selection__rendered:after
    {
        margin-left: 3px;

        border-width: 3px 3px 0 3px;
    }
}
.download-wrap .select-drive + .select2-container .select2-selection--single .select2-selection__rendered,
.download-wrap .select-drive + .select2-container .select2-selection--single .select2-selection__placeholder
{
    display: inline-block;

    vertical-align: middle;

    color: #111;
}
.download-wrap .select-drive + .select2-container .select2-selection--single .select2-selection__arrow b
{
    display: none;

    margin-top: -3px;

    border-color: #95adce transparent transparent transparent;
}
.download-wrap .select-drive + .select2-container .select2-container--open .select2-dropdown--below
{
    border-top: inherit;
}
.download-wrap .select-drive + .select2-container .select2-selection--single .select2-selection__rendered
{
    min-width: 90px;
    padding: 0 5px 0 20px;

    text-align: center;
}
@media (max-width: 480px)
{
    .download-wrap .select-drive + .select2-container .select2-selection--single .select2-selection__rendered
    {
        padding: 0 5px 0 8px;
    }
}
.download-wrap .select-drive + .select2-container .select2-selection--single .select2-selection__arrow
{
    position: relative;

    display: none;
}
.download-wrap .select2-container
{
    width: 170px !important;
    /*width: 180px !important;*/
    max-width: 100%;

    text-align: left;

    outline: none;
}
@media (max-width: 480px)
{
    .download-wrap .select2-container
    {
        width: auto !important;
    }
}
.download-wrap .select2-container--default .select2-selection--single
{
    height: auto;

    border-color: #b7b7b7;
    outline: none;
    background: none;
}
.download-wrap .select2-container .select2-selection--single .select2-selection__rendered
{
    padding: 3px 30px 3px 15px;
    padding-right: 30px;

    color: #888;
    outline: none;
}
@media (max-width: 480px)
{
    .download-wrap .select2-container .select2-selection--single .select2-selection__rendered
    {
        font-size: 10px;
        line-height: 20px;

        padding: 3px 25px 3px 10px;
    }
}
@media (max-width: 480px) and (max-width: 375px)
{
    .download-wrap .select2-container .select2-selection--single .select2-selection__rendered
    {
        font-size: 2.5vmin;
    }
}
.download-wrap .select2-container--default .select2-selection--single .select2-selection__arrow
{
    width: 35px;
    height: 100%;
}
@media (max-width: 480px)
{
    .download-wrap .select2-container--default .select2-selection--single .select2-selection__arrow
    {
        width: 25px;
    }
}
.download-wrap .select2-container--default .select2-selection--single .select2-selection__arrow b
{
    border-width: 5px 5px 0 5px;
    border-color: #ccc transparent transparent transparent;
}
@media (max-width: 480px)
{
    .download-wrap .select2-container--default .select2-selection--single .select2-selection__arrow b
    {
        border-width: 4px 4px 0 4px;
    }
}
.select2-container--open.drive
{
    margin-top: 12px;
}
.select2-container--open.drive .select2-dropdown--below
{
    border-top: 1px solid #aaa;
}
@media (max-width: 480px)
{
    .select2-results__option[aria-selected]
    {
        font-size: 10px;
    }
}
.recruitment-wrap .slick-recruit
{
    position: relative;

    margin-top: 40px;
}
@media (max-width: 1199px)
{
    .recruitment-wrap .slick-recruit
    {
        font-size: 0;

        margin-top: 0;

        letter-spacing: -8px;
    }
    .recruitment-wrap .slick-recruit .item-box
    {
        font-size: 14px;

        display: inline-block;

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

        letter-spacing: 0;
    }
    .recruitment-wrap .slick-recruit .item-box .item .mask
    {
        padding: 5px 7%;
        padding-top: 25px;

        border-top: 1px solid #e3e3e3;
    }
    .recruitment-wrap .slick-recruit .item-box .item .mask > b
    {
        display: block;

        text-align: center;
    }
}
@media (max-width: 1199px) and (max-width: 767px)
{
    .recruitment-wrap .slick-recruit .item-box
    {
        width: 100%;
    }
}
.recruitment-wrap .slick-recruit .slick-list
{
    margin: 0 -15px;
}
.recruitment-wrap .slick-recruit .slick-slide
{
    padding: 0 15px;
}
.recruitment-wrap .slick-recruit .slick-arrow
{
    position: absolute;
    top: 50%;

    display: block;

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

    color: #ccc;
    background: none;
}
.recruitment-wrap .slick-recruit .slick-arrow:before
{
    font-family: 'iconfont' !important;
    font-size: 14px;
    font-size: 24px;
    font-weight: bold;
    font-style: normal;

    letter-spacing: 0;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.recruitment-wrap .slick-recruit .slick-arrow:hover
{
    color: #004da1;
}
.recruitment-wrap .slick-recruit .slick-prev
{
    left: -50px;
}
.recruitment-wrap .slick-recruit .slick-prev:before
{
    content: '\e601';
}
.recruitment-wrap .slick-recruit .slick-next
{
    right: -50px;
}
.recruitment-wrap .slick-recruit .slick-next:before
{
    content: '\e827';
}
.recruitment-wrap .slick-recruit .slick-dots
{
    margin-top: 10px;
}
.recruitment-wrap .slick-recruit .slick-dots li
{
    border: 1px solid #004da1;
}
.recruitment-wrap .slick-recruit .item
{
    position: relative;

    overflow: hidden;

    padding: 55px 0;

    background-color: #f2f2f2;
}
@media (min-width: 1200px)
{
    .recruitment-wrap .slick-recruit .item:hover .mask
    {
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0);

        opacity: 1;
    }
}
@media (max-width: 1199px)
{
    .recruitment-wrap .slick-recruit .item
    {
        padding-bottom: 30px;
    }
}
@media (max-width: 767px)
{
    .recruitment-wrap .slick-recruit .item
    {
        padding: 35px 0 20px;
    }
}
.recruitment-wrap .slick-recruit .item h4
{
    font-size: 18px;
    font-weight: bold;

    margin: 0 0 10px;
    padding: 0 12.12121212%;

    text-align: center;
}
.recruitment-wrap .slick-recruit .item ul
{
    overflow: hidden;
}
.recruitment-wrap .slick-recruit .item ul li
{
    font-size: 0;

    width: 100%;
    margin-top: 20px;
    padding: 5px 12.12121212%;

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

    border-bottom: 1px solid #e3e3e3;
}
@media (max-width: 1199px)
{
    .recruitment-wrap .slick-recruit .item ul li
    {
        padding: 5px 7%;
    }
}
.recruitment-wrap .slick-recruit .item ul li:after
{
    display: inline-block;
    overflow: hidden;

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

    content: '';
}
.recruitment-wrap .slick-recruit .item ul li:last-child
{
    border: none;
}
.recruitment-wrap .slick-recruit .item ul li span
{
    font-size: 14px;
    /*font-size: 16px;*/

    display: inline-block;

    letter-spacing: 0;

    color: #444;
}
@media (max-width: 991px)
{
    .recruitment-wrap .slick-recruit .item ul li span
    {
        font-size: 14px;
    }
}
@media (min-width: 1200px)
{
    .recruitment-wrap .slick-recruit .mask
    {
        position: absolute;
        z-index: 20;
        top: 0;
        left: 0;

        width: 100%;
        height: 100%;
        padding: 12.12121212%;

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

        opacity: 0;
        color: #fff;
        background-color: #749ad9;
    }
}
.recruitment-wrap .slick-recruit .mask > b
{
    font-size: 16px;

    display: block;

    margin-bottom: 15px;
}
.support-wrap .title
{
    margin-bottom: 40px;
}
@media (max-width: 767px)
{
    .support-wrap .title
    {
        margin-bottom: 30px;
    }
}
.support-wrap .list > p
{
    margin: 0;

    text-align: center;

    color: #666;
}
.support-wrap .list ul li
{
    margin-top: 50px;
}
@media (max-width: 991px)
{
    .support-wrap .list ul li
    {
        margin-top: 40px;
    }
}
@media (max-width: 767px)
{
    .support-wrap .list ul li
    {
        margin-top: 30px;
    }
}
.support-wrap .list ul .item
{
    position: relative;
    z-index: 2;

    overflow: hidden;

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

    border-radius: 10px;
    box-shadow: 0 0 14px 2px rgba(0, 0, 0, .1);
}
@media (min-width: 1200px)
{
    .support-wrap .list ul .item:hover
    {
        -webkit-transform: translateY(-5px);
            -ms-transform: translateY(-5px);
                transform: translateY(-5px);
    }
}
.support-wrap .list ul .img-box
{
    padding-bottom: 61.11111111%;
}
.culture-wrap .title
{
    margin-bottom: 60px;
}
.culture-wrap .pic-box img
{
    display: block;

    max-width: 100%;
}
@media (min-width: 1200px)
{
    .culture-wrap .intro
    {
        padding-top: 60px;
        padding-left: 40px;
    }
}
@media (min-width: 1200px) and (max-width: 1469px)
{
    .culture-wrap .intro
    {
        padding-top: 30px;
    }
}
@media (min-width: 1200px) and (max-width: 1339px)
{
    .culture-wrap .intro
    {
        padding-top: 10px;
        padding-left: 15px;
    }
}
.culture-wrap .intro p
{
    line-height: 1.8;

    position: relative;

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

    color: #666;
}
.culture-wrap .intro p:before
{
    position: absolute;
    top: 9px;
    left: 0;

    display: block;

    width: 5px;
    height: 5px;

    content: '';
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);

    background-color: #666;
}
@media (max-width: 767px)
{
    .culture-wrap .intro p
    {
        margin-bottom: 15px;
    }
}
.solution-counter-cashie-wrap .content
{
    padding: 0;

    border-bottom: none;
}
.solution-counter-cashie-wrap .section
{
    padding: 90px 0;

    text-align: center;
}
@media (max-width: 1199px)
{
    .solution-counter-cashie-wrap .section
    {
        padding: 80px 0;
    }
}
@media (max-width: 991px)
{
    .solution-counter-cashie-wrap .section
    {
        padding: 60px 0;
    }
}
@media (max-width: 767px)
{
    .solution-counter-cashie-wrap .section
    {
        padding: 40px 0;
    }
}
.solution-counter-cashie-wrap .section h3
{
    font-size: 30px;
    font-weight: bold;

    margin: 0 0 20px;
}
@media (max-width: 767px)
{
    .solution-counter-cashie-wrap .section h3
    {
        font-size: 26px;
    }
}
.solution-counter-cashie-wrap .section h3 ~ p
{
    font-size: 15px;
    line-height: 2;

    margin: 0;

    text-indent: 2em;
}
.solution-counter-cashie-wrap .section:nth-child(odd)
{
    background-color: #eeeff2;
}
.solution-counter-cashie-wrap .section:nth-child(odd) h3
{
    color: #004da1;
}
.solution-counter-cashie-wrap .section:nth-child(odd) h3 ~ p
{
    color: #666;
}
.solution-counter-cashie-wrap .section:nth-child(even)
{
    background-color: #9ec2e6;
}
.solution-counter-cashie-wrap .section:nth-child(even) h3,
.solution-counter-cashie-wrap .section:nth-child(even) h3 ~ p
{
    color: #fff;
}
.solution-counter-cashie-wrap .section ul
{
    font-size: 0;

    margin: 0 -15px;

    letter-spacing: -8px;
}
.solution-counter-cashie-wrap .section ul li
{
    font-size: 14px;

    display: inline-block;

    padding: 0 15px;

    vertical-align: top;
    letter-spacing: 0;
}
.solution-counter-cashie-wrap .situation-list
{
    color: #fff;
}
.solution-counter-cashie-wrap .situation-list li
{
    width: 20%;
    margin-top: 20px;
}
@media (max-width: 991px)
{
    .solution-counter-cashie-wrap .situation-list li
    {
        width: 33.3333%;
    }
}
@media (max-width: 767px)
{
    .solution-counter-cashie-wrap .situation-list li
    {
        width: 50%;
    }
}
@media (max-width: 480px)
{
    .solution-counter-cashie-wrap .situation-list li
    {
        width: 100%;
    }
}
.solution-counter-cashie-wrap .situation-list li:nth-child(1) .item:before
{
    content: '\e61a';
}
.solution-counter-cashie-wrap .situation-list li:nth-child(2) .item:before
{
    content: '\e623';
}
.solution-counter-cashie-wrap .situation-list li:nth-child(3) .item:before
{
    content: '\e640';
}
.solution-counter-cashie-wrap .situation-list li:nth-child(4) .item:before
{
    content: '\e626';
}
.solution-counter-cashie-wrap .situation-list li:nth-child(5) .item:before
{
    content: '\e641';
}
.solution-counter-cashie-wrap .situation-list .item
{
    padding: 35px 45px;

    border-radius: 10px;
    background-color: #86abd1;
    box-shadow: inset 0 2px 10px rgba(0, 0, 0, .15);
}
.solution-counter-cashie-wrap .situation-list .item:before
{
    font-family: 'iconfont' !important;
    font-size: 50px;
    font-style: normal;

    display: block;

    margin-bottom: 10px;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.solution-counter-cashie-wrap .situation-list .item p
{
    font-size: 16px;
    line-height: 1.75;

    position: relative;

    margin: 0;
}
.solution-counter-cashie-wrap .situation-list .item p:before
{
    display: inline-block;

    width: 5px;
    height: 5px;
    margin-top: -2px;
    margin-right: 15px;

    content: '';
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    vertical-align: middle;

    background-color: #fff;
}
@media (max-width: 1339px)
{
    .solution-counter-cashie-wrap .situation-list .item
    {
        padding: 35px 30px;
    }
}
@media (max-width: 480px)
{
    .solution-counter-cashie-wrap .situation-list .item:before
    {
        font-size: 40px;

        margin-bottom: 5px;
    }
}
.solution-counter-cashie-wrap .recommend ul li
{
    width: 50%;
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .solution-counter-cashie-wrap .recommend ul li
    {
        width: 100%;
    }
}
.solution-counter-cashie-wrap .recommend ul li img
{
    display: block;

    width: 100%;
}
.solution-counter-cashie-wrap .recommend ul li p
{
    font-weight: bold;

    margin: 15px 0 0;

    color: #666;
}
.solution-counter-cashie-wrap .program ul,
.solution-counter-cashie-wrap .architecture ul
{
    margin-top: -25px;
}
@media (max-width: 767px)
{
    .solution-counter-cashie-wrap .program ul,
    .solution-counter-cashie-wrap .architecture ul
    {
        margin-top: -15px;
    }
}
.solution-counter-cashie-wrap .program ul li,
.solution-counter-cashie-wrap .architecture ul li
{
    width: 50%;
    margin-top: 45px;
}
@media (max-width: 991px)
{
    .solution-counter-cashie-wrap .program ul li,
    .solution-counter-cashie-wrap .architecture ul li
    {
        width: 100%;
    }
}
@media (max-width: 767px)
{
    .solution-counter-cashie-wrap .program ul li,
    .solution-counter-cashie-wrap .architecture ul li
    {
        margin-top: 35px;
    }
}
.solution-counter-cashie-wrap .program ul li p,
.solution-counter-cashie-wrap .architecture ul li p
{
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;

    margin-bottom: 20px;

    color: #fff;
}
@media (max-width: 767px)
{
    .solution-counter-cashie-wrap .program ul li p,
    .solution-counter-cashie-wrap .architecture ul li p
    {
        font-size: 18px;

        margin-bottom: 15px;
    }
}
.solution-counter-cashie-wrap .program ul li img,
.solution-counter-cashie-wrap .architecture ul li img
{
    display: block;

    max-width: 100%;
    margin: 0 auto;

    border-radius: 10px;
}
.solution-dining-entertainment-wrap .section
{
    margin-top: 50px;
}
.solution-dining-entertainment-wrap .section h4
{
    font-size: 18px;
    font-weight: bold;

    margin: 0 0 15px;
}
.solution-dining-entertainment-wrap .section h4 ~ p
{
    font-size: 15px;
    line-height: 1.8;

    margin: 0;

    text-indent: 2em;

    color: #666;
}
.solution-dining-entertainment-wrap .section .list
{
    margin-top: 20px;
    padding-left: 65px;
}
.solution-dining-entertainment-wrap .section .list p
{
    line-height: 2;

    position: relative;

    margin: 0;
    padding-left: 20px;

    color: #666;
}
.solution-dining-entertainment-wrap .section .list p:before
{
    position: absolute;
    top: 12px;
    left: 0;

    display: block;

    width: 5px;
    height: 5px;

    content: '';
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);

    background-color: #666;
}
.solution-dining-entertainment-wrap .related li
{
    margin-top: 20px;
}
@media (max-width: 480px)
{
    .solution-dining-entertainment-wrap .related li
    {
        width: 100%;
        margin-top: 15px;
    }
}
.solution-dining-entertainment-wrap .related li > a
{
    display: block;
}
@media (min-width: 1200px)
{
    .solution-dining-entertainment-wrap .related li > a img
    {
        -webkit-transition:         transform .7s;
        -webkit-transition: -webkit-transform .7s;
                transition: -webkit-transform .7s;
                transition:         transform .7s;
                transition:         transform .7s, -webkit-transform .7s;
    }
    .solution-dining-entertainment-wrap .related li > a:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
@media (min-width: 1200px)
{
    .solution-dining-entertainment-wrap .related li > a:hover p
    {
        color: #004da1;
    }
}
.solution-dining-entertainment-wrap .related li .img-box
{
    padding-bottom: 71.11111111%;
}
.solution-dining-entertainment-wrap .related li p
{
    font-weight: bold;

    overflow: hidden;

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

    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.solution-intelligent-weighing-wrap h4
{
    font-size: 18px;
    font-weight: bold;

    margin: 0 0 15px;
}
.solution-intelligent-weighing-wrap p
{
    font-size: 15px;
    line-height: 1.8;

    margin: 0;

    color: #666;
}
.solution-intelligent-weighing-wrap .section
{
    margin-top: 65px;
}
.solution-intelligent-weighing-wrap .introduce .list li
{
    margin: 30px 0 50px;
}
.solution-intelligent-weighing-wrap .introduce .list .img-box
{
    padding-bottom: 88.88888889%;
}
.solution-intelligent-weighing-wrap .used .list
{
    font-size: 0;

    letter-spacing: -8px;
}
@media (max-width: 480px)
{
    .solution-intelligent-weighing-wrap .used .list
    {
        margin: 0 -5px;
    }
}
.solution-intelligent-weighing-wrap .used .list li
{
    display: inline-block;

    width: 25%;
    margin-top: 15px;
    padding: 0 15px;

    vertical-align: top;
}
@media (max-width: 991px)
{
    .solution-intelligent-weighing-wrap .used .list li
    {
        width: 33.3333%;
    }
}
@media (max-width: 767px)
{
    .solution-intelligent-weighing-wrap .used .list li
    {
        width: 50%;
    }
}
@media (max-width: 480px)
{
    .solution-intelligent-weighing-wrap .used .list li
    {
        padding: 0 5px;
    }
}
.solution-intelligent-weighing-wrap .used .list .item
{
    font-size: 14px;

    text-align: center;
    letter-spacing: 0;
}
.solution-intelligent-weighing-wrap .used .list .img-box
{
    padding-bottom: 75.75757576%;
}
.solution-intelligent-weighing-wrap .used .list p
{
    font-weight: bold;

    margin: 15px 0 0;
}
@media (max-width: 991px)
{
    .solution-intelligent-weighing-wrap .used .list p
    {
        margin-top: 10px;
    }
}
@media (max-width: 767px)
{
    .solution-intelligent-weighing-wrap .used .list p
    {
        margin-top: 5px;
    }
}
.solution-vegetable-circulation-wrap .section
{
    margin-top: 45px;
}
.solution-vegetable-circulation-wrap .section h4
{
    font-size: 18px;

    margin: 0 0 25px;
}
.solution-vegetable-circulation-wrap .section h4 ~ p
{
    font-size: 15px;
    line-height: 1.8;

    margin: 0;

    color: #666;
}
.solution-vegetable-circulation-wrap .solution-tab-nav
{
    font-size: 0;

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

    background-color: #f6f6f6;
}
@media only screen and (min-width: 992px)
{
    .solution-vegetable-circulation-wrap .solution-tab-nav
    {
        padding: 0 10%;
    }
}
@media (max-width: 480px)
{
    .solution-vegetable-circulation-wrap .solution-tab-nav
    {
        padding: 3% 0;
    }
}
.solution-vegetable-circulation-wrap .solution-tab-nav li
{
    display: inline-block;

    width: 25%;

    vertical-align: top;
    letter-spacing: 0;
}
@media (max-width: 480px)
{
    .solution-vegetable-circulation-wrap .solution-tab-nav li
    {
        width: 50%;
    }
}
.solution-vegetable-circulation-wrap .solution-tab-nav li a
{
    font-size: 16px;

    display: block;

    padding: 18px 0;
}
.solution-vegetable-circulation-wrap .solution-tab-nav li a:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;
    font-style: normal;

    margin-right: 20px;

    vertical-align: middle;

    color: #888;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px)
{
    .solution-vegetable-circulation-wrap .solution-tab-nav li a
    {
        font-size: 14px;
    }
    .solution-vegetable-circulation-wrap .solution-tab-nav li a:before
    {
        font-size: 16px;

        margin-right: 5px;
    }
}
@media (max-width: 480px)
{
    .solution-vegetable-circulation-wrap .solution-tab-nav li a
    {
        padding: 8px 0;
    }
}
.solution-vegetable-circulation-wrap .solution-tab-nav li:nth-child(1) a:before
{
    content: '\e633';
}
.solution-vegetable-circulation-wrap .solution-tab-nav li:nth-child(2) a:before
{
    content: '\e63d';
}
.solution-vegetable-circulation-wrap .solution-tab-nav li:nth-child(3) a:before
{
    content: '\e6df';
}
.solution-vegetable-circulation-wrap .solution-tab-nav li:nth-child(4) a:before
{
    content: '\e644';
}
.solution-vegetable-circulation-wrap .solution-tab-nav li.active a,
.solution-vegetable-circulation-wrap .solution-tab-nav li.active a:before
{
    color: #004da1;
}
.solution-vegetable-circulation-wrap .solution-tab-list .list
{
    padding: 40px 0 60px;
}
.solution-vegetable-circulation-wrap .solution-tab-list .list h5
{
    font-size: 16px;
    font-weight: bold;

    margin: 0 0 25px;
}
.solution-vegetable-circulation-wrap .solution-tab-list .list p
{
    font-size: 15px;

    margin: 0;

    color: #666;
}
.solution-vegetable-circulation-wrap .solution-tab-list .list .section-list
{
    margin-top: 20px;
    padding-left: 65px;
}
@media (max-width: 480px)
{
    .solution-vegetable-circulation-wrap .solution-tab-list .list .section-list
    {
        padding-left: 15px;
    }
}
.solution-vegetable-circulation-wrap .solution-tab-list .list .section-list p
{
    line-height: 2;

    position: relative;

    margin: 0;
    padding-left: 20px;

    color: #666;
}
.solution-vegetable-circulation-wrap .solution-tab-list .list .section-list p:before
{
    position: absolute;
    top: 12px;
    left: 0;

    display: block;

    width: 5px;
    height: 5px;

    content: '';
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);

    background-color: #666;
}
.solution-vegetable-circulation-wrap .solution-tab-list .list img
{
    display: inline-block;

    max-width: 90%;
    margin: 15px;
}
.solution-self-service-wrap .section
{
    margin-top: 45px;
}
.solution-self-service-wrap .section h4
{
    font-size: 18px;
    font-weight: bold;

    margin: 0 0 15px;
}
.solution-self-service-wrap .section h4 ~ p
{
    font-size: 15px;
    line-height: 1.8;

    margin: 0;

    color: #666;
}
.solution-self-service-wrap .section .point-list
{
    margin-top: 20px;
    padding-left: 30px;
}
@media (max-width: 480px)
{
    .solution-self-service-wrap .section .point-list
    {
        padding-left: 15px;
    }
}
.solution-self-service-wrap .section .point-list p
{
    line-height: 2;

    position: relative;

    margin: 0;
    padding-left: 20px;

    color: #666;
}
.solution-self-service-wrap .section .point-list p:before
{
    position: absolute;
    top: 12px;
    left: 0;

    display: block;

    width: 5px;
    height: 5px;

    content: '';
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);

    background-color: #666;
}
.solution-self-service-wrap .section3 .row
{
    font-size: 0;

    letter-spacing: -8px;
}
.solution-self-service-wrap .section3 .row li
{
    font-size: 14px;

    display: inline-block;

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

    vertical-align: top;
    letter-spacing: 0;
}
@media (max-width: 767px)
{
    .solution-self-service-wrap .section3 .row li
    {
        width: 100%;
        margin-top: 25px;
    }
}
.solution-self-service-wrap .section3 .row li img
{
    display: block;

    max-width: 100%;
}
.solution-self-service-wrap .section4 h5,
.solution-self-service-wrap .section4 h6
{
    font-size: 600px;
    font-size: 15px;
    line-height: 2;

    margin: 0;
}
@media only screen and (min-width: 768px)
{
    .solution-self-service-wrap .section4 h5
    {
        padding-left: 15px;
    }
}
.solution-self-service-wrap .section4 li
{
    margin-top: 30px;
}
.solution-self-service-wrap .section4 .row
{
    font-size: 0;

    letter-spacing: -8px;
}
.solution-self-service-wrap .section4 .row *
{
    font-size: 14px;

    letter-spacing: 0;
}
.solution-self-service-wrap .section4 .row .item
{
    display: inline-block;

    width: 50%;
    padding: 0 15px;

    vertical-align: top;
}
@media (max-width: 767px)
{
    .solution-self-service-wrap .section4 .row .item
    {
        width: 100%;
    }
}
.solution-self-service-wrap .section4 .row .item img
{
    display: block;

    max-width: 100%;
    margin: 0 auto;
}
@media only screen and (min-width: 768px)
{
    .solution-self-service-wrap .section4 .row .left
    {
        padding-left: 30px;
    }
}
@media (max-width: 767px)
{
    .solution-self-service-wrap .section4 .row .right
    {
        margin-top: 20px;
    }
}
.solution-self-service-wrap .section4 .point-list
{
    margin-top: 10px;
    padding-left: 0;
}
.solution-open-service-wrap .title
{
    margin-bottom: 55px;
}
.solution-open-service-wrap .section h4
{
    font-size: 18px;
    font-weight: bold;

    margin: 0 0 20px;
}
.solution-open-service-wrap .section p
{
    font-size: 15px;

    margin: 0;

    text-indent: 2em;

    color: #666;
}
.solution-open-service-wrap .section .point-list
{
    margin-top: 15px;
    padding-left: 30px;
}
@media (max-width: 480px)
{
    .solution-open-service-wrap .section .point-list
    {
        padding-left: 15px;
    }
}
.solution-open-service-wrap .section .point-list p
{
    line-height: 2;

    position: relative;

    margin: 0;
    padding-left: 20px;

    text-indent: 0;

    color: #666;
}
.solution-open-service-wrap .section .point-list p:before
{
    position: absolute;
    top: 12px;
    left: 0;

    display: block;

    width: 5px;
    height: 5px;

    content: '';
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);

    background-color: #666;
}
.solution-open-service-wrap .section .pic-list li
{
    margin-top: 60px;
}
@media (max-width: 1199px)
{
    .solution-open-service-wrap .section .pic-list li
    {
        margin-top: 45px;
    }
}
@media (max-width: 991px)
{
    .solution-open-service-wrap .section .pic-list li
    {
        margin-top: 30px;
    }
}
@media (max-width: 767px)
{
    .solution-open-service-wrap .section .pic-list li
    {
        margin-top: 25px;
    }
}
.solution-open-service-wrap .section .pic-list .img-box
{
    padding-bottom: 73.33333333%;
}
.about-wrap .list
{
    border-bottom: 1px solid #ddd;
}
.about-wrap .list ul
{
    font-size: 0;

    text-align: center;
    letter-spacing: -8px;
}
@media (max-width: 767px)
{
    .about-wrap .list ul
    {
        padding-bottom: 50px;
    }
}
.about-wrap .list li
{
    font-size: 14px;

    position: relative;

    display: inline-block;

    width: 25%;
    margin-top: 60px;
    padding-bottom: 75px;

    vertical-align: top;
    letter-spacing: 0;
}
@media (max-width: 991px)
{
    .about-wrap .list li
    {
        margin-top: 50px;
        padding-bottom: 50px;
    }
}
@media (max-width: 767px)
{
    .about-wrap .list li
    {
        width: 50%;
        margin-top: 40px;
        padding-bottom: 0;
    }
}
.about-wrap .list li:after,
.about-wrap .list li:before
{
    position: absolute;
    bottom: -3px;
    left: 50%;

    content: '';
    -webkit-transition: .5s;
            transition: .5s;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
.about-wrap .list li:after
{
    z-index: 2;

    width: 0;
    height: 5px;

    background-color: #fff;
}
.about-wrap .list li:before
{
    position: absolute;
    z-index: 3;

    width: 0;
    height: 5px;

    border-radius: 5px;
    background-color: #004da1;
}
@media (min-width: 1200px)
{
    .about-wrap .list li:hover:after
    {
        width: 80px;
    }
    .about-wrap .list li:hover:before
    {
        width: 55px;
    }
    .about-wrap .list li:hover > b,
    .about-wrap .list li:hover > b:before
    {
        -webkit-transition: .3s;
                transition: .3s;

        color: #004da1;
    }
}
.about-wrap .list li > b
{
    font-size: 16px;

    color: #666;
}
.about-wrap .list li > b:before
{
    font-family: 'iconfont' !important;
    font-size: 48px;
    font-weight: normal;
    font-style: normal;

    display: block;

    margin-bottom: 30px;

    color: #b3b3b3;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px)
{
    .about-wrap .list li > b
    {
        font-size: 15px;
    }
    .about-wrap .list li > b:before
    {
        font-size: 38px;

        margin-bottom: 15px;
    }
}
.about-wrap .list li:nth-child(1) > b:before
{
    content: '\e664';
}
.about-wrap .list li:nth-child(2) > b:before
{
    content: '\e634';
}
.about-wrap .list li:nth-child(3) > b:before
{
    content: '\e74e';
}
.about-wrap .list li:nth-child(4) > b:before
{
    content: '\e612';
}
.about-wrap .intro
{
    padding-top: 70px;

    text-align: center;
}
@media (max-width: 991px)
{
    .about-wrap .intro
    {
        padding-top: 50px;
    }
}
.about-wrap .intro p
{
    line-height: 2.28571429;

    margin: 0;

    color: #666;
}
.about-wrap .intro img
{
    display: block;

    max-width: 100%;
    margin: 60px auto 0;
}
@media (max-width: 991px)
{
    .about-wrap .intro img
    {
        margin-top: 40px;
    }
}
.pro-search
{
    margin: 50px 0 60px;
}
@media (max-width: 991px)
{
    .pro-search
    {
        margin: 40px 0 50px;
    }
}
@media (max-width: 767px)
{
    .pro-search
    {
        margin: 30px 0 40px;
    }
}
.pro-search form
{
    position: relative;
}
.pro-search form input::-webkit-input-placeholder,
.pro-search form textarea::-webkit-input-placeholder
{
    color: #999;
}
.pro-search form input:-o-placeholder,
.pro-search form textarea:-o-placeholder
{
    color: #999;
}
.pro-search form input::-moz-placeholder,
.pro-search form textarea::-moz-placeholder
{
    color: #999;
}
.pro-search form input:-ms-input-placeholder,
.pro-search form textarea:-ms-input-placeholder
{
    color: #999;
}
.pro-search form input:focus::-webkit-input-placeholder,
.pro-search form textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.pro-search form input:focus::-o-placeholder,
.pro-search form textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.pro-search form input:focus::-moz-placeholder,
.pro-search form textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.pro-search form input:focus::-ms-input-placeholder,
.pro-search form textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.pro-search form input
{
    display: block;

    width: 100%;
    padding: 12px 55px 12px 25px;

    color: #999;
    border: 1px solid #ccc;
    border-radius: 46px;
}
.pro-search form .submit
{
    font-size: 18px;

    position: absolute;
    z-index: 2;
    top: 50%;
    right: 20px;

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

    color: #888;
    background: none;
}
.pro-search form .submit:before
{
    font-family: 'iconfont' !important;

    content: '\e660';
}
.product-wrap .list li
{
    margin-bottom: 45px;
}
@media (max-width: 991px)
{
    .product-wrap .list li
    {
        margin-bottom: 35px;
    }
}
@media (max-width: 767px)
{
    .product-wrap .list li
    {
        margin-bottom: 30px;
    }
}
.product-wrap .list .item
{
    display: block;
}
@media (min-width: 1200px)
{
    .product-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;
    }
    .product-wrap .list .item:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
@media (min-width: 1200px)
{
    .product-wrap .list .item:hover .pic-box:after
    {
        opacity: 1;
    }
    .product-wrap .list .item:hover .pic-box:before
    {
        -webkit-transform: translateY(-50%) translateX(-50%) rotate(0);
            -ms-transform: translateY(-50%) translateX(-50%) rotate(0);
                transform: translateY(-50%) translateX(-50%) rotate(0);

        opacity: 1;
    }
    .product-wrap .list .item:hover .intro p
    {
        color: #004da1;
    }
    .product-wrap .list .item:hover .intro p:before
    {
        background-color: #004da1;
    }
}
.product-wrap .list .img-box
{
    padding-bottom: 71.11111111%;
}
.product-wrap .list .pic-box
{
    position: relative;
    z-index: 2;

    overflow: hidden;

    border: 1px solid #ccc;
}
.product-wrap .list .pic-box:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;
    font-weight: bold;
    line-height: 36px;

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

    width: 100%;
    width: 40px;
    height: 40px;
    margin: 0 auto;

    content: '\e629';
    -webkit-transition: .7s;
            transition: .7s;
    -webkit-transform: translateY(150%) translateX(-50%) rotate(360deg);
        -ms-transform: translateY(150%) translateX(-50%) rotate(360deg);
            transform: translateY(150%) translateX(-50%) rotate(360deg);
    text-align: center;

    opacity: 0;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50%;
}
.product-wrap .list .pic-box:after
{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

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

    opacity: 0;
    background-color: rgba(0, 77, 161, .5);
}
.product-wrap .list .intro p
{
    font-size: 16px;
    font-weight: bold;

    margin: 15px 0 0;

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

    color: #666;
}
.product-wrap .list .intro p:before
{
    display: inline-block;

    width: 4px;
    height: 18px;
    margin-right: 20px;

    content: '';
    vertical-align: middle;

    background-color: #666;
}
.product-details-wrap .content
{
    padding: 0;
}
.product-details-wrap .details-list li:nth-child(odd)
{
    background-color: #f5f6f9;
}
@media only screen and (min-width: 992px)
{
    .product-details-wrap .details-list li:nth-child(odd) .intro-wrap
    {
        padding-left: 630px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1339px)
{
    .product-details-wrap .details-list li:nth-child(odd) .intro-wrap
    {
        padding-left: 560px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .product-details-wrap .details-list li:nth-child(odd) .intro-wrap
    {
        padding-left: 450px;
    }
}
@media only screen and (min-width: 992px)
{
    .product-details-wrap .details-list li:nth-child(odd) .pic-box
    {
        left: 0;

        -webkit-animation-delay: .3s;
                animation-delay: .3s;
    }
}
.product-details-wrap .details-list li:nth-child(odd) .intro h3
{
    color: #004da1;
}
.product-details-wrap .details-list li:nth-child(odd) .intro p
{
    color: #666;
}
.product-details-wrap .details-list li:nth-child(even)
{
    color: #fff;
    background-color: #9ec2e6;
}
@media only screen and (min-width: 992px)
{
    .product-details-wrap .details-list li:nth-child(even) .intro-wrap
    {
        padding-right: 630px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1339px)
{
    .product-details-wrap .details-list li:nth-child(even) .intro-wrap
    {
        padding-right: 560px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .product-details-wrap .details-list li:nth-child(even) .intro-wrap
    {
        padding-right: 450px;
    }
}
@media only screen and (min-width: 992px)
{
    .product-details-wrap .details-list li:nth-child(even) .pic-box
    {
        right: 0;
    }
}
.product-details-wrap .details-list li:nth-child(even) .intro
{
    padding-left: 195px;

    -webkit-animation-delay: .3s;
            animation-delay: .3s;
}
@media (max-width: 1339px)
{
    .product-details-wrap .details-list li:nth-child(even) .intro
    {
        padding-left: 110px;
    }
}
@media (max-width: 1199px)
{
    .product-details-wrap .details-list li:nth-child(even) .intro
    {
        padding-left: 0;
    }
}
.product-details-wrap .details-list li:nth-child(even) .intro p
{
    position: relative;

    padding-left: 25px;
}
.product-details-wrap .details-list li:nth-child(even) .intro p:before
{
    position: absolute;
    top: 10px;
    left: 0;

    display: block;

    width: 6px;
    height: 6px;

    content: '';
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);

    background-color: #fff;
}
.product-details-wrap .details-list .intro-wrap
{
    position: relative;
}
.product-details-wrap .details-list .intro-wrap .pic-box
{
    width: 570px;
}
@media only screen and (min-width: 992px)
{
    .product-details-wrap .details-list .intro-wrap .pic-box
    {
        position: absolute;
        bottom: 0;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1339px)
{
    .product-details-wrap .details-list .intro-wrap .pic-box
    {
        width: 500px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .product-details-wrap .details-list .intro-wrap .pic-box
    {
        width: 430px;
    }
}
@media (max-width: 991px)
{
    .product-details-wrap .details-list .intro-wrap .pic-box
    {
        max-width: 100%;
        margin: 0 auto;
    }
}
@media (max-width: 480px)
{
    .product-details-wrap .details-list .intro-wrap .pic-box
    {
        max-width: 80%;
    }
}
.product-details-wrap .details-list .intro-wrap .pic-box img
{
    display: block;

    max-width: 100%;
}
.product-details-wrap .details-list .intro-wrap .fun-btn
{
    color: #004da1;
}
@media (max-width: 767px)
{
    .product-details-wrap .details-list .intro-wrap .fun-btn
    {
        margin-top: 15px;
    }
}
.product-details-wrap .details-list .intro-wrap .fun-btn a
{
    font-size: 16px;
    line-height: 38px;

    display: inline-block;

    width: 180px;
    height: 40px;
    margin-top: 45px;
    margin-right: 28px;

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

    border: 1px solid #004da1;
    border-radius: 40px;
}
.product-details-wrap .details-list .intro-wrap .fun-btn a:before
{
    font-family: 'iconfont' !important;
    font-size: 22px;
    font-style: normal;

    margin-right: 10px;

    vertical-align: middle;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.product-details-wrap .details-list .intro-wrap .fun-btn a:last-child
{
    margin-right: 0;
}
.product-details-wrap .details-list .intro-wrap .fun-btn a:hover
{
    color: #fff;
    background-color: #004da1;
}
@media (max-width: 1339px)
{
    .product-details-wrap .details-list .intro-wrap .fun-btn a
    {
        margin-right: 10px;
    }
}
@media (max-width: 1199px)
{
    .product-details-wrap .details-list .intro-wrap .fun-btn a
    {
        font-size: 14px;

        width: 150px;
    }
    .product-details-wrap .details-list .intro-wrap .fun-btn a:before
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .product-details-wrap .details-list .intro-wrap .fun-btn a
    {
        width: auto;
        margin-top: 15px;
        padding: 0 25px;
    }
}
.product-details-wrap .details-list .intro-wrap .fun-btn .inquiry-btn:before
{
    content: '\e62c';
}
.product-details-wrap .details-list .intro-wrap .fun-btn .down1:before
{
    content: '\e647';
}
.product-details-wrap .details-list .intro-wrap .fun-btn .down2:before
{
    content: '\e7cd';
}
.product-details-wrap .details-list .intro
{
    width: 100%;
}
@media only screen and (min-width: 992px)
{
    .product-details-wrap .details-list .intro
    {
        display: table-cell;

        height: 500px;

        vertical-align: middle;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .product-details-wrap .details-list .intro
    {
        height: 450px;
    }
}
@media (max-width: 991px)
{
    .product-details-wrap .details-list .intro
    {
        padding: 15% 0;
    }
}
.product-details-wrap .details-list .intro img
{
    display: block;

    max-width: 100%;
    margin-top: 35px;
}
.product-details-wrap .details-list .intro h3
{
    font-size: 30px;
    font-weight: bold;
    line-height: 1.33333333;

    margin: 0 0 15px;
}
@media (max-width: 1199px)
{
    .product-details-wrap .details-list .intro h3
    {
        font-size: 26px;
    }
}
@media (max-width: 767px)
{
    .product-details-wrap .details-list .intro h3
    {
        font-size: 22px;
    }
}
.product-details-wrap .details-list .intro p
{
    font-size: 18px;
    line-height: 1.66666667;

    margin: 0;
}
@media (max-width: 1199px)
{
    .product-details-wrap .details-list .intro p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .product-details-wrap .details-list .intro p
    {
        font-size: 14px;
    }
}
.product-details-wrap .section
{
    padding: 90px 0 100px;
}
@media (max-width: 1199px)
{
    .product-details-wrap .section
    {
        padding: 75px 0 80px;
    }
}
@media (max-width: 991px)
{
    .product-details-wrap .section
    {
        padding: 60px 0 65px;
    }
}
@media (max-width: 767px)
{
    .product-details-wrap .section
    {
        padding: 45px 0;
    }
}
.product-details-wrap .section h3
{
    font-size: 30px;
    font-weight: bold;

    margin: 0 0 35px;

    text-align: center;
}
@media (max-width: 1199px)
{
    .product-details-wrap .section h3
    {
        font-size: 26px;

        margin-bottom: 30px;
    }
}
@media (max-width: 767px)
{
    .product-details-wrap .section h3
    {
        font-size: 22px;

        margin-bottom: 50px;
        /*margin-bottom: 15px;*/
    }
}
.product-details-wrap .parameters
{
    text-align: center;

    background-color: #eeeff2;
}
@media (max-width: 991px)
{
    .product-details-wrap .parameters .row
    {
        margin-top: -35px;
    }
    .product-details-wrap .parameters .row .col-md-6
    {
        margin-top: 35px;
    }
}
.product-details-wrap .parameters table th
{
    text-align: center;
}
.product-details-wrap .parameters table tr td:first-child
{
    font-weight: bold;

    min-width: 90px;

    color: #666;
}
.product-details-wrap .video
{
    background-color: #9ec2e6;
}
.product-details-wrap .video h3
{
    color: #fff;
}
.product-details-wrap .video .video-box
{
    overflow: hidden;
}
@media (max-width: 767px)
{
    .product-details-wrap .video .pic-box
    {
        width: 160%;
        margin-left: -30%;
    }
}
@media (max-width: 480px)
{
    .product-details-wrap .video .pic-box
    {
        width: 180%;
        margin-left: -40%;
    }
}
@media (min-width: 1200px)
{
    .product-details-wrap .video .pic-box 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 .video .pic-box:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
.product-details-wrap .video .pic-box .img-box
{
    padding-bottom: 32.62411348%;

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

    width: 100%;
    height: 100%;

    content: '';

    background-color: rgba(0, 0, 0, .34);
}
.product-details-wrap .video .pic-box .img-box:after
{
    font-family: 'iconfont' !important;
    font-size: 80px;

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

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

    color: #fff;
}
@media (max-width: 991px)
{
    .product-details-wrap .video .pic-box .img-box:after
    {
        font-size: 70px;
    }
}
@media (max-width: 767px)
{
    .product-details-wrap .video .pic-box .img-box:after
    {
        font-size: 60px;
    }
}
.product-details-wrap .inquiry-form
{
    background-color: #eeeff2;
}
.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
{
    font-size: 16px;
    line-height: 1.875;

    margin: 0;

    color: #666;
}
.inquiry-form p span
{
    display: block;

    color: #004da1;
}
.inquiry-form form
{
    margin-top: 20px;
}
.inquiry-form form input,
.inquiry-form form textarea
{
    font-size: 16px;

    display: block;

    width: 100%;
    margin-bottom: 20px;
    padding: 13px 22px;

    color: #666;
    border: 1px solid #d8d9dc;
    background-color: #eaebed;
}
@media (max-width: 767px)
{
    .inquiry-form form input,
    .inquiry-form form textarea
    {
        font-size: 14px;

        padding: 12px 15px;
    }
}
.inquiry-form form textarea
{
    height: 190px;
}
.inquiry-form form .submit
{
    font-size: 16px;
    line-height: 36px;

    display: block;

    width: 170px;
    height: 38px;
    margin: 30px auto 0;

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

    color: #666;
    border: 1px solid #d8d9dc;
    background-color: #eaebed;
}
@media (max-width: 767px)
{
    .inquiry-form form .submit
    {
        font-size: 14px;

        width: 150px;
    }
}
.inquiry-form form .submit:hover
{
    background-color: #e0e0e0;
}
.download-product-wrap
{
    border-bottom: 1px solid #dbdbdb;
}
.download-product-wrap .down-title
{
    overflow: hidden;
}
.download-product-wrap .down-title h3
{
    font-size: 30px;
    font-weight: normal;
    line-height: 1.33333333;

    margin: 0 30px 25px 0;

    color: #004da1;
}
@media only screen and (min-width: 768px)
{
    .download-product-wrap .down-title h3
    {
        float: left;
    }
}
@media (max-width: 1199px)
{
    .download-product-wrap .down-title h3
    {
        font-size: 26px;

        margin-bottom: 30px;
    }
}
@media (max-width: 767px)
{
    .download-product-wrap .down-title h3
    {
        font-size: 22px;

        margin-bottom: 15px;
    }
}
@media only screen and (min-width: 768px)
{
    .download-product-wrap .down-title .fun-btn
    {
        float: right;
    }
}
.download-product-wrap .down-title .fun-btn a
{
    font-size: 16px;
    line-height: 40px;

    display: inline-block;

    width: 185px;
    height: 42px;
    margin-left: 45px;

    text-align: center;

    color: #004da1;
    border: 1px solid #004da1;
    border-radius: 42px;
}
.download-product-wrap .down-title .fun-btn a:first-child
{
    margin-left: 0;
}
.download-product-wrap .down-title .fun-btn a:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;
    font-style: normal;

    margin-right: 15px;

    vertical-align: middle;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px)
{
    .download-product-wrap .down-title .fun-btn a:before
    {
        font-size: 16px;
    }
}
.download-product-wrap .down-title .fun-btn a.android:before
{
    content: '\e625';
}
.download-product-wrap .down-title .fun-btn a.windows:before
{
    content: '\e74d';
}
.download-product-wrap .down-title .fun-btn a.active
{
    color: #fff;
    background-color: #004da1;
}
@media (max-width: 991px)
{
    .download-product-wrap .down-title .fun-btn a
    {
        line-height: 40px;

        width: 160px;
        height: 42px;
        margin-left: 25px;
    }
    .download-product-wrap .down-title .fun-btn a:before
    {
        margin-right: 10px;
    }
}
@media (max-width: 767px)
{
    .download-product-wrap .down-title .fun-btn a
    {
        font-size: 14px;
        line-height: 36px;

        width: 135px;
        height: 38px;
        margin-left: 10px;
    }
}
.download-product-wrap .list
{
    font-size: 0;

    padding-top: 30px;

    letter-spacing: -8px;
}
@media (max-width: 1199px)
{
    .download-product-wrap .list
    {
        padding-top: 10px;
    }
}
.download-product-wrap .list li
{
    font-size: 14px;

    display: inline-block;
    display: none;

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

    vertical-align: top;
    letter-spacing: 0;
}
@media (max-width: 991px)
{
    .download-product-wrap .list li
    {
        width: 33.333%;
    }
}
@media (max-width: 767px)
{
    .download-product-wrap .list li
    {
        width: 50%;
    }
}
@media (max-width: 480px)
{
    .download-product-wrap .list li
    {
        width: 100%;
    }
}
.download-product-wrap .list .item:hover .down-btn,
.download-product-wrap .list .item:hover .down-btn:before
{
    color: #004da1;
}
.download-product-wrap .list .img-box
{
    padding-bottom: 133.33333333%;

    border: 1px solid #e9e9e9;
}
@media (min-width: 1200px)
{
    .download-product-wrap .list .img-box img
    {
        -webkit-transition:         transform .7s;
        -webkit-transition: -webkit-transform .7s;
                transition: -webkit-transform .7s;
                transition:         transform .7s;
                transition:         transform .7s, -webkit-transform .7s;
    }
    .download-product-wrap .list .img-box:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
.download-product-wrap .list .intro
{
    position: relative;

    margin-top: 15px;
    padding: 0 90px 0 20px;
}
@media (max-width: 1199px)
{
    .download-product-wrap .list .intro
    {
        padding: 0 70px 0 0;
    }
}
.download-product-wrap .list .intro p
{
    overflow: hidden;

    margin: 0;

    white-space: nowrap;
    text-overflow: ellipsis;
}
.download-product-wrap .list .intro .down-btn
{
    position: absolute;
    top: 0;
    right: 20px;

    color: #666;
}
@media (max-width: 1199px)
{
    .download-product-wrap .list .intro .down-btn
    {
        right: 0;
    }
}
.download-product-wrap .list .intro .down-btn:before
{
    font-family: 'iconfont' !important;
    font-size: 16px;

    margin-right: 5px;

    content: '\e647';
    vertical-align: middle;
}
.faq-wrap .list
{
    padding-top: 10px;
}
@media (max-width: 1199px)
{
    .faq-wrap .list
    {
        padding: 0;
    }
}
.faq-wrap .list li
{
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .faq-wrap .list li
    {
        margin-top: 20px;
    }
}
.faq-wrap .list li.active .question
{
    border-color: #004da1;
}
.faq-wrap .list li.active .question .fold-btn
{
    color: #fff;
    border-left-color: #004da1;
    background-color: #004da1;
}
.faq-wrap .list li.active .question .fold-btn:before
{
    display: none;
}
.faq-wrap .list li.active .question .fold-btn:after
{
    display: block;
}
.faq-wrap .list li.active .intro
{
    border-color: #004da1;
}
.faq-wrap .list li .question
{
    position: relative;

    margin: 0;
    padding: 16px 120px 16px 65px;

    cursor: pointer;

    border: 1px solid #eee;
}
.faq-wrap .list li .question:before
{
    position: absolute;
    top: 15px;
    left: 30px;

    display: block;

    width: 25px;
    height: 20px;

    content: '';

    background: url(../images/imgs/faq.png);
}
@media (max-width: 767px)
{
    .faq-wrap .list li .question
    {
        padding-right: 60px;
        padding-left: 45px;
    }
    .faq-wrap .list li .question:before
    {
        left: 10px;
    }
}
.faq-wrap .list li .question h3
{
    font-size: 16px;
    font-weight: bold;

    margin: 0;
}
@media (max-width: 767px)
{
    .faq-wrap .list li .question h3
    {
        font-size: 15px;
    }
}
.faq-wrap .list li .question .fold-btn
{
    position: absolute;
    top: 0;
    right: 0;

    width: 100px;
    height: 100%;

    color: #333;
    border-left: 1px solid #eee;
}
.faq-wrap .list li .question .fold-btn:before,
.faq-wrap .list li .question .fold-btn:after
{
    font-family: 'iconfont' !important;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;

    position: absolute;
    top: 50%;

    display: block;

    width: 100%;

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

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.faq-wrap .list li .question .fold-btn:before
{
    content: '\e629';
}
.faq-wrap .list li .question .fold-btn:after
{
    display: none;

    content: '\e628';
}
@media (max-width: 767px)
{
    .faq-wrap .list li .question .fold-btn
    {
        width: 50px;
    }
    .faq-wrap .list li .question .fold-btn:before,
    .faq-wrap .list li .question .fold-btn:after
    {
        font-size: 16px;
    }
}
.faq-wrap .list li .intro
{
    position: relative;

    display: none;

    padding: 35px 70px;

    border: 1px solid #eee;
    border-top: none;
}
@media (max-width: 991px)
{
    .faq-wrap .list li .intro
    {
        padding: 35px 50px;
    }
}
@media (max-width: 767px)
{
    .faq-wrap .list li .intro
    {
        padding: 25px 20px;
    }
}
.faq-wrap .list li .intro p
{
    font-size: 16px;
    line-height: 1.75;

    margin: 0;

    color: #666;
}
@media (max-width: 767px)
{
    .faq-wrap .list li .intro p
    {
        font-size: 15px;
    }
}
.video-wrap .list
{
    margin-top: 50px;
}
@media (max-width: 991px)
{
    .video-wrap .list
    {
        margin-top: 40px;
    }
}
@media (max-width: 767px)
{
    .video-wrap .list
    {
        margin-top: 35px;
    }
}
.video-wrap .list li
{
    margin-bottom: 50px;
}
@media (max-width: 991px)
{
    .video-wrap .list li
    {
        margin-bottom: 35px;
    }
}
@media (max-width: 767px)
{
    .video-wrap .list li
    {
        margin-bottom: 20px;
    }
}
.video-wrap .list li:first-child .img-box
{
    padding-bottom: 31.00775194%;
}
@media (max-width: 767px)
{
    .video-wrap .list li:first-child .pic-box
    {
        width: 160%;
        margin-left: -30%;
    }
}
.video-wrap .list li:first-child .item
{
    overflow: hidden;
}
.video-wrap .list li:first-child .item p
{
    font-size: 20px;

    margin: 25px 0 0;
}
@media (max-width: 991px)
{
    .video-wrap .list li:first-child .item p
    {
        font-size: 18px;

        margin-top: 18px;
    }
}
@media (max-width: 767px)
{
    .video-wrap .list li:first-child .item p
    {
        font-size: 16px;

        margin-top: 12px;
    }
}
.video-wrap .list .img-box
{
    padding-bottom: 63.49206349%;

    cursor: pointer;
}
.video-wrap .list .img-box:before,
.video-wrap .list .img-box:after
{
    position: absolute;
}
.video-wrap .list .img-box:after
{
    z-index: 11;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

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

    background-color: rgba(0, 0, 0, .2);
}
.video-wrap .list .img-box:before
{
    font-family: 'iconfont' !important;
    font-size: 60px;

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

    content: '\e6ba';
    -webkit-transition: .5s;
            transition: .5s;
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);

    opacity: 1;
    color: #fff;
}
@media (max-width: 767px)
{
    .video-wrap .list .img-box:before
    {
        font-size: 50px;
    }
}
.video-wrap .list .item
{
    cursor: pointer;

    background-color: #fff;
}
@media (min-width: 1200px)
{
    .video-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;
    }
    .video-wrap .list .item:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
@media (min-width: 1200px)
{
    .video-wrap .list .item:hover p
    {
        color: #004da1;
    }
}
.video-wrap .list .item p
{
    font-size: 16px;
    line-height: 28px;

    overflow: hidden;

    height: 28px;
    margin: 15px 0 0;

    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
}
@media (max-width: 991px)
{
    .video-wrap .list .item p
    {
        margin-top: 10px;
    }
}
.video-wrap .page
{
    margin-top: 20px;
}
@media (max-width: 991px)
{
    .video-wrap .page
    {
        margin-top: 10px;
    }
}
.factory-wrap .list
{
    margin-top: 50px;
}
@media (max-width: 991px)
{
    .factory-wrap .list
    {
        margin: 35px -10px 0;
    }
}
@media (max-width: 767px)
{
    .factory-wrap .list
    {
        margin-top: 20px;
    }
}
.factory-wrap .list li
{
    margin-bottom: 30px;
}
@media (max-width: 991px)
{
    .factory-wrap .list li
    {
        margin-bottom: 20px;
        padding: 0 10px;
    }
}
@media (max-width: 767px)
{
    .factory-wrap .list li
    {
        width: 100%;
    }
}
.factory-wrap .list .img-box
{
    padding-bottom: 71.79487179%;
}
.factory-wrap .list .item
{
    display: block;

    padding: 9px;

    border: 1px solid #eee;
    background-color: #fff;
}
@media (min-width: 1200px)
{
    .factory-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;
    }
    .factory-wrap .list .item:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
.factory-wrap .page
{
    margin-top: 50px;
}
@media (max-width: 1199px)
{
    .factory-wrap .page
    {
        margin-top: 20px;
    }
}
@media (max-width: 767px)
{
    .factory-wrap .page
    {
        margin-top: 10px;
    }
}
.team-wrap .list
{
    margin-top: 45px;
}
@media (max-width: 991px)
{
    .team-wrap .list
    {
        margin: 30px -10px 0;
    }
}
.team-wrap .list li
{
    margin-bottom: 30px;
}
@media (max-width: 991px)
{
    .team-wrap .list li
    {
        margin-bottom: 20px;
        padding: 0 10px;
    }
}
@media (max-width: 767px)
{
    .team-wrap .list li
    {
        width: 100%;
    }
}
@media (min-width: 1200px)
{
    .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);
    }
}
.team-wrap .list .img-box
{
    padding-bottom: 63.49206349%;
}
.team-wrap .page
{
    margin-top: 60px;
}
@media (max-width: 991px)
{
    .team-wrap .page
    {
        margin-top: 30px;
    }
}
@media (max-width: 767px)
{
    .team-wrap .page
    {
        margin-top: 10px;
    }
}
.honor-wrap .title
{
    margin-bottom: 50px;
}
@media (max-width: 1199px)
{
    .honor-wrap .title
    {
        margin-bottom: 40px;
    }
}
@media (max-width: 991px)
{
    .honor-wrap .title
    {
        margin-bottom: 30px;
    }
}
@media (max-width: 991px)
{
    .honor-wrap .list
    {
        margin: 0 -10px;
    }
}
.honor-wrap .list li
{
    margin-bottom: 30px;
}
@media (max-width: 991px)
{
    .honor-wrap .list li
    {
        margin-bottom: 20px;
        padding: 0 10px;
    }
}
.honor-wrap .list .item
{
    display: block;
}
@media (min-width: 1200px)
{
    .honor-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;
    }
    .honor-wrap .list .item:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
.honor-wrap .list-xs .img-box
{
    padding-bottom: 75.75757576%;
}
.honor-wrap .list-lg .img-box
{
    padding-bottom: 136.36363636%;
}
.honor-wrap .page
{
    margin-top: 30px;
}
@media (max-width: 991px)
{
    .honor-wrap .page
    {
        margin-top: 10px;
    }
}
.solution-wrap .intro
{
    padding-top: 25px;
}
@media (max-width: 767px)
{
    .solution-wrap .intro
    {
        padding-top: 15px;
    }
}
.solution-wrap .intro p
{
    font-size: 16px;
    line-height: 1.875;

    margin: 0;

    color: #666;
}
@media (max-width: 767px)
{
    .solution-wrap .intro p
    {
        font-size: 15px;
    }
}
.solution-wrap .intro img
{
    display: block;

    max-width: 100%;
    margin: 15px 0;
}
.contact-wrap .list-wrap
{
    font-size: 0;

    padding: 0;

    letter-spacing: -8px;
}
.contact-wrap .list-wrap .list
{
    font-size: 14px;

    display: inline-block;

    width: 33.33333%;
    margin-top: 50px;
    padding: 0 15px;

    text-align: center;
    vertical-align: top;
    letter-spacing: 0;
}
@media (max-width: 1199px)
{
    .contact-wrap .list-wrap .list
    {
        width: 50%;

        text-align: left;
    }
}
@media (max-width: 767px)
{
    .contact-wrap .list-wrap .list
    {
        width: 100%;
    }
}
.contact-wrap .list-wrap .item
{
    display: inline-block;

    max-width: 100%;

    text-align: left;
}
.contact-wrap .list-wrap .item img
{
    display: block;

    max-width: 100%;
    margin: 0 auto;
}
.contact-wrap .list-wrap .item h4
{
    font-size: 18px;
    font-weight: 500;

    margin: 35px 0 5px;
}
.contact-wrap .list-wrap .item h4 + span
{
    font-size: 12px;

    display: block;

    margin-bottom: 15px;

    color: #888;
}
.contact-wrap .list-wrap .item ul li
{
    line-height: 2.14285714;
}
.contact-wrap .list-wrap .item ul li a:hover
{
    text-decoration: underline;

    color: #004da1;
}
.contact-wrap .list-wrap .item ul li .name
{
    color: #004da1;
}
@media (max-width: 1199px)
{
    .contact-wrap .list-wrap .list3
    {
        width: 100%;

        text-align: left;
    }
    .contact-wrap .list-wrap .list3 .item
    {
        width: 100%;
    }
    .contact-wrap .list-wrap .list3 .item img
    {
        margin: 0;
    }
}
.contact-wrap .list-wrap .list3 ul
{
    overflow: hidden;
}
.contact-wrap .list-wrap .list3 ul li
{
    font-size: 0;
    line-height: 2.14285714;

    overflow: hidden;

    max-width: 100%;
    margin: 0 -10px;
    padding: 0;

    letter-spacing: -8px;
}
@media only screen and (min-width: 768px)
{
    .contact-wrap .list-wrap .list3 ul li
    {
        white-space: nowrap;
    }
}
@media (max-width: 767px)
{
    .contact-wrap .list-wrap .list3 ul li
    {
        margin-bottom: 15px;
    }
}
.contact-wrap .list-wrap .list3 ul li > span
{
    font-size: 14px;

    display: inline-block;

    padding: 0 10px;

    vertical-align: top;
    letter-spacing: 0;
}
.contact-wrap .list-wrap .list3 ul li > span:last-child
{
    max-width: 50%;

    white-space: normal;
    word-break: break-all;
}
@media (max-width: 767px)
{
    .contact-wrap .list-wrap .list3 ul li > span:last-child
    {
        width: 100%;
        max-width: 100%;
    }
}
@media (max-width: 767px)
{
    .contact-wrap .list-wrap .list3 ul .th > span
    {
        padding: 0 12%;
    }
    .contact-wrap .list-wrap .list3 ul .th > span:last-child
    {
        width: auto;
    }
}
@media only screen and (min-width: 768px)
{
    .contact-wrap .list-wrap .list3 ul .th span:nth-child(2)
    {
        margin-left: 50px;
    }
    .contact-wrap .list-wrap .list3 ul .th span:nth-child(3)
    {
        margin-left: 90px;
    }
}
.contact-wrap .map
{
    position: relative;

    margin-top: 50px;
}
@media only screen and (min-width: 992px)
{
    .contact-wrap .map
    {
        top: 0;
        left: 0;

        height: 445px;
    }
    .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 .dituContent
    {
        height: 280px;
    }
}
.contact-wrap .message
{
    overflow: hidden;

    margin-top: 70px;
}
@media (max-width: 1199px)
{
    .contact-wrap .message
    {
        margin-top: 60px;
    }
}
.contact-wrap .message form
{
    margin-top: 75px;
}
@media (max-width: 1199px)
{
    .contact-wrap .message form
    {
        margin-top: 60px;
    }
}
@media (max-width: 991px)
{
    .contact-wrap .message form
    {
        margin-top: 50px;
    }
}
@media (max-width: 767px)
{
    .contact-wrap .message form
    {
        margin-top: 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: #666;
}
.contact-wrap .message form input:-o-placeholder,
.contact-wrap .message form textarea:-o-placeholder
{
    color: #666;
}
.contact-wrap .message form input::-moz-placeholder,
.contact-wrap .message form textarea::-moz-placeholder
{
    color: #666;
}
.contact-wrap .message form input:-ms-input-placeholder,
.contact-wrap .message form textarea:-ms-input-placeholder
{
    color: #666;
}
.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
{
    display: block;

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

    color: #666;
    border: 1px solid #c2c2c2;
}
@media (max-width: 767px)
{
    .contact-wrap .message form input,
    .contact-wrap .message form textarea
    {
        margin-bottom: 20px;
        padding: 12px 15px;
    }
}
.contact-wrap .message form textarea
{
    height: 290px;
}
@media (max-width: 767px)
{
    .contact-wrap .message form textarea
    {
        height: 150px;
    }
}
.contact-wrap .message form .submit
{
    font-size: 16px;
    line-height: 33px;

    display: block;

    width: 120px;
    height: 35px;
    padding: 0;

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

    border: 1px solid #999;
    background: none;
}
.contact-wrap .message form .submit:after
{
    margin-left: 10px;

    content: '>';
}
.contact-wrap .message form .submit:hover
{
    color: #fff;
    border-color: #004da1;
    background-color: #004da1;
}
.news-wrap .list
{
    padding-top: 20px;
}
.news-wrap .list li
{
    margin-top: 10px;

    -webkit-transition: .5s;
            transition: .5s;
}
@media (min-width: 1200px)
{
    .news-wrap .list li 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:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
@media (min-width: 1200px)
{
    .news-wrap .list li:hover
    {
        box-shadow: 0 0 20px 2px rgba(0, 0, 0, .1);
    }
    .news-wrap .list li:hover .item .info .more,
    .news-wrap .list li:hover .item .info .more:after
    {
        color: #004da1;
    }
}
.news-wrap .list .item
{
    display: block;
    overflow: hidden;

    padding: 50px 0;
}
@media (max-width: 1199px)
{
    .news-wrap .list .item
    {
        padding: 20px 0;
    }
}
@media (max-width: 480px)
{
    .news-wrap .list .item
    {
        padding: 10px 0;
    }
}
.news-wrap .list .item .pic-box
{
    float: left;

    width: 450px;
    margin-right: 60px;
}
@media (max-width: 1199px)
{
    .news-wrap .list .item .pic-box
    {
        margin-right: 40px;
    }
}
@media (max-width: 991px)
{
    .news-wrap .list .item .pic-box
    {
        width: 350px;
    }
}
@media (max-width: 767px)
{
    .news-wrap .list .item .pic-box
    {
        width: 300px;
    }
}
@media (max-width: 480px)
{
    .news-wrap .list .item .pic-box
    {
        float: none;

        width: 450px;
        max-width: 100%;
        margin-bottom: 20px;
    }
}
.news-wrap .list .item > b
{
    font-size: 16px;
    font-weight: 500;

    display: block;
    overflow: hidden;

    margin: 40px 0 10px;

    white-space: nowrap;
    text-overflow: ellipsis;
}
@media (max-width: 991px)
{
    .news-wrap .list .item > b
    {
        margin-top: 15px;
    }
}
@media (max-width: 767px)
{
    .news-wrap .list .item > b
    {
        margin-top: 5px;
    }
}
.news-wrap .list .item p
{
    line-height: 1.71428571;

    display: -webkit-box;
    overflow: hidden;

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

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.news-wrap .list .item .info
{
    zoom: 1;

    margin-top: 20px;

    color: #666;
}
.news-wrap .list .item .info:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
.news-wrap .list .item .info > div:before,
.news-wrap .list .item .info > div:after
{
    font-family: 'iconfont' !important;
    font-style: normal;

    vertical-align: middle;

    color: #999;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.news-wrap .list .item .info .date
{
    float: left;
}
.news-wrap .list .item .info .date:before
{
    font-size: 18px;
    font-weight: bold;

    margin-right: 15px;

    content: '\e6e1';
}
.news-wrap .list .item .info .more
{
    float: right;
}
@media (max-width: 480px)
{
    .news-wrap .list .item .info .more
    {
        margin-top: -2px;
    }
}
.news-wrap .list .item .info .more:after
{
    font-size: 20px;

    margin-left: 15px;

    content: '\e642';
}
.news-wrap .list .img-box
{
    padding-bottom: 53.33333333%;
}
.news-wrap .page
{
    margin-top: 30px;
}
@media (max-width: 1199px)
{
    .news-wrap .page
    {
        margin-top: 20px;
    }
}
@media (max-width: 767px)
{
    .news-wrap .page
    {
        margin-top: 15px;
    }
}
@media (max-width: 480px)
{
    .news-wrap .page
    {
        margin-top: 20px;
    }
}
.news-details-wrap .content
{
    padding-bottom: 0;
}
.news-details-wrap .news-title h1
{
    font-size: 24px;
    font-weight: 500;

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

    color: #666;
}
.news-details-wrap .info span:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;

    display: inline-block;

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

    vertical-align: middle;

    color: #999;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.news-details-wrap .info .date:before
{
    content: '\e6e1';
}
.news-details-wrap .info .numbering
{
    margin-left: 55px;
}
.news-details-wrap .info .numbering:before
{
    content: '\e648';
}
.news-details-wrap .intro img
{
    display: block;

    max-width: 100%;
    margin: 0 auto;
}
.news-details-wrap .intro p
{
    line-height: 2.14285714;

    margin: 0;

    color: #666;
}
.news-details-wrap .details-banner
{
    position: relative;

    overflow: hidden;

    margin-top: 75px;
}
@media (max-width: 991px)
{
    .news-details-wrap .details-banner
    {
        margin-top: 55px;
    }
}
@media (max-width: 767px)
{
    .news-details-wrap .details-banner
    {
        margin-top: 30px;
    }
}
.news-details-wrap .details-banner img
{
    position: relative;

    display: block;

    width: 100%;
}
@media (max-width: 767px)
{
    .news-details-wrap .details-banner img
    {
        width: 140%;
        margin-left: -20%;
    }
}
.news-details-wrap .banner-intro
{
    position: relative;

    overflow: hidden;
}
.news-details-wrap .banner-intro img
{
    position: relative;

    display: block;
}
@media (min-width: 481px)
{
    .news-details-wrap .banner-intro img
    {
        left: 50%;

        width: 1920px;
        margin-left: -50%;
    }
}
@media (max-width: 480px)
{
    .news-details-wrap .banner-intro img
    {
        width: 300%;
        margin-left: -150%;
    }
}
.news-details-wrap .banner-intro .text
{
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 0;

    width: 100%;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.news-details-wrap .banner-intro .text h2
{
    font-size: 24px;
    font-weight: normal;

    margin: 0;

    text-align: center;

    color: #fff;
}
@media (max-width: 767px)
{
    .news-details-wrap .banner-intro .text h2
    {
        font-size: 18px;
    }
}
@media (max-width: 480px)
{
    .news-details-wrap .banner-intro .text h2
    {
        font-size: 16px;
    }
}
.news-details-wrap .news-page
{
    overflow: hidden;

    padding: 30px 0;
}
@media (min-width: 1200px)
{
    .news-details-wrap .news-page .row
    {
        margin: 0 -75px;
    }
    .news-details-wrap .news-page .row > div
    {
        padding: 0 75px;
    }
}
@media (min-width: 1200px) and (max-width: 1440px)
{
    .news-details-wrap .news-page .row
    {
        margin: 0 -45px;
    }
    .news-details-wrap .news-page .row > div
    {
        padding: 0 45px;
    }
}
@media (min-width: 1200px) and (max-width: 1339px)
{
    .news-details-wrap .news-page .row
    {
        margin: 0 -20px;
    }
    .news-details-wrap .news-page .row > div
    {
        padding: 0 20px;
    }
}
.news-details-wrap .news-page a
{
    position: relative;

    display: block;

    -webkit-transition: .5s;
            transition: .5s;
}
@media only screen and (min-width: 992px)
{
    .news-details-wrap .news-page a:hover p
    {
        color: #004da1;
    }
}
.news-details-wrap .news-page p
{
    overflow: hidden;

    margin: 0;
    padding: 5px 0;

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

    color: #666;
}
.news-details-wrap .news-page p span
{
    font-weight: bold;

    position: absolute;
    top: 2px;

    color: #004da1;
}
.news-details-wrap .news-page p span:before,
.news-details-wrap .news-page p span:after
{
    font-family: 'iconfont' !important;
    font-size: 22px;
    font-weight: normal;

    display: inline-block;

    margin-top: -2px;

    content: '\e62a';
    -webkit-transition: .3s;
            transition: .3s;
    vertical-align: middle;
}
.news-details-wrap .news-page .prev > a
{
    padding-left: 90px;
}
.news-details-wrap .news-page .prev p span
{
    left: 0;
}
.news-details-wrap .news-page .prev p span:before
{
    margin-right: 10px;

    -webkit-transform: rotate(87deg);
        -ms-transform: rotate(87deg);
            transform: rotate(87deg);
}
.news-details-wrap .news-page .prev p span:after
{
    display: none;
}
.news-details-wrap .news-page .next > a
{
    padding-right: 90px;
}
.news-details-wrap .news-page .next p
{
    text-align: right;
}
.news-details-wrap .news-page .next p span
{
    right: 0;
}
.news-details-wrap .news-page .next p span:after,
.news-details-wrap .news-page .next p span:before
{
    margin-left: 10px;

    -webkit-transform: rotate(-87deg);
        -ms-transform: rotate(-87deg);
            transform: rotate(-87deg);
}
.news-details-wrap .news-page .next p span:before
{
    display: none;
}
@media (max-width: 767px)
{
    .news-details-wrap .news-page .next
    {
        margin-top: 20px;
    }
    .news-details-wrap .news-page .next > a
    {
        padding-right: 0;
        padding-left: 90px;
    }
    .news-details-wrap .news-page .next p span
    {
        right: auto;
        left: 0;
    }
    .news-details-wrap .news-page .next p span:after
    {
        display: none;
    }
    .news-details-wrap .news-page .next p span:before
    {
        display: inline-block;

        margin: -4px 10px 0 0;
    }
}
@media only screen and (min-width: 1200px)
{
    .inquire-tab .tab-card .tab-nav-list li.active a
    {
        padding-right: 60px;
        padding-left: 60px;
    }
}
.online-wrap .btn
{
    line-height: 36px;

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

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

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

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

    display: inline-block;

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

    color: #fff;
}
.online-wrap .btn.active:before
{
    -webkit-transform: rotateZ(225deg);
        -ms-transform: rotate(225deg);
            transform: rotateZ(225deg);
}
.online-wrap .code-pic
{
    position: fixed;
    z-index: 101;
    right: 45px;
    bottom: 100px;

    display: none;

    max-width: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .online-wrap .code-pic
    {
        right: 55px;
        bottom: 300px;
    }
}
.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: 90px;
    }
    .online-wrap .online.active
    {
        right: 0;
    }
}
.online-wrap .online a
{
    line-height: 54px;

    position: relative;

    display: block;

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

    text-align: center;

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

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

        width: 40px;
        height: 40px;
    }
    .online-wrap .online a:before
    {
        font-size: 17px;
    }
}
@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: #004da1;
    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: 18px;
    }
}
.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;
}
.online-wrap .online .icon-gzh .code-pic
{
    bottom: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .online-wrap .online .icon-gzh .code-pic
    {
        bottom: 270px;
    }
}
.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: #809557;
}
.share.color .icon-tuite:before
{
    background-color: #228383;
}
.share.color .icon-linkedin:before
{
    background-color: #3f6a92;
}
.share.color .icon-youtube:before
{
    background-color: #688f74;
}
.share.color .icon-instagram:before
{
    background-color: #6b3d2e;
}
.share.color .icon-google:before
{
    background-color: #659191;
}
.footer
{
    position: relative;
    z-index: 5;

    color: #999;
}
.footer .footer-wrap
{
    overflow: hidden;
}
.footer .footer-row
{
    font-size: 0;

    margin: 0 -15px;
    padding: 55px 0 75px;

    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: 991px)
{
    .footer .foot-list
    {
        width: 33.33333%;
    }
}
@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
{
    position: relative;

    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: #666;
}
@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: #004da1;
    }
}
@media (max-width: 991px)
{
    .footer .foot-list p a:active,
    .footer .foot-list li a:active
    {
        text-decoration: underline;

        color: #004da1;
    }
}
.footer .foot-list h4
{
    font-size: 18px;
    font-weight: bold;

    margin: 25px 0 20px;

    color: #333;
}
@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: 35px;

        position: relative;

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

        content: '+';
    }
}
.footer .foot-message
{
    overflow: hidden;
}
@media (min-width: 1200px)
{
    .footer .foot-message
    {
        width: 360px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .footer .foot-message
    {
        width: 260px;
    }
}
@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: #666;
}
.footer .foot-message form input:-o-placeholder,
.footer .foot-message form textarea:-o-placeholder
{
    color: #666;
}
.footer .foot-message form input::-moz-placeholder,
.footer .foot-message form textarea::-moz-placeholder
{
    color: #666;
}
.footer .foot-message form input:-ms-input-placeholder,
.footer .foot-message form textarea:-ms-input-placeholder
{
    color: #666;
}
.footer .foot-message form input:focus::-webkit-input-placeholder,
.footer .foot-message form textarea:focus::-webkit-input-placeholder
{
    color: #999;
}
.footer .foot-message form input:focus::-o-placeholder,
.footer .foot-message form textarea:focus::-o-placeholder
{
    color: #999;
}
.footer .foot-message form input:focus::-moz-placeholder,
.footer .foot-message form textarea:focus::-moz-placeholder
{
    color: #999;
}
.footer .foot-message form input:focus::-ms-input-placeholder,
.footer .foot-message form textarea:focus::-ms-input-placeholder
{
    color: #999;
}
@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: 6px 12px;

    color: #666;
    border: 1px solid #dbdbdb;
    background: none;
}
.footer .foot-message form textarea
{
    height: 120px;
}
.footer .foot-message form .submit
{
    line-height: 28px;

    width: 90px;
    height: 30px;
    margin-top: 5px;
    padding: 0;

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

    color: #666;
    border: 1px solid #dbdbdb;
    background: none;
}
.footer .foot-message form .submit:hover
{
    color: #fff;
    border-color: #004da1;
    background-color: #004da1;
}
.footer .footer-contact
{
    padding: 27px 0 22px;

    border-top: 1px solid #dbdbdb;
}
@media (max-width: 480px)
{
    .footer .footer-contact
    {
        padding: 15px 0;
    }
}
.footer .footer-contact ul
{
    font-size: 0;

    margin: 0 -15px;

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

    color: #666;
}
.footer .footer-contact ul:after
{
    display: inline-block;
    overflow: hidden;

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

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

    display: inline-block;

    margin: 8px 0;
    padding: 0 15px;

    vertical-align: top;
    letter-spacing: 0;
}
@media (max-width: 991px)
{
    .footer .footer-contact ul li
    {
        width: 50%;
    }
}
@media (max-width: 480px)
{
    .footer .footer-contact ul li
    {
        width: 100%;
    }
}
.footer .footer-contact ul li p
{
    position: relative;

    margin: 0;
    padding: 11px 0 11px 62px;
}
.footer .footer-contact ul li p:before
{
    font-family: 'iconfont' !important;
    font-size: 22px;
    font-style: normal;
    line-height: 40px;

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

    display: inline-block;

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

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

    color: #999;
    border: 1px solid #999;
    border-radius: 50%;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 480px)
{
    .footer .footer-contact ul li p
    {
        padding: 7px 0 7px 45px;
    }
    .footer .footer-contact ul li p:before
    {
        font-size: 16px;
        line-height: 32px;

        width: 34px;
        height: 34px;
    }
}
.footer .footer-contact ul li a:hover
{
    text-decoration: underline;

    color: #004da1;
}
.footer .footer-contact ul .address p:before
{
    content: '\e63e';
}
.footer .footer-contact ul .tel p:before
{
    content: '\e692';
}
.footer .footer-contact ul .fax p:before
{
    content: '\e6e3';
}
.footer .footer-contact ul .mail p:before
{
    content: '\e667';
}
.footer .copyright
{
    line-height: 2;

    overflow: hidden;

    padding: 29px 0;

    color: #e0dfdf;
    background-color: #313136;
}
@media (max-width: 991px)
{
    .footer .copyright
    {
        padding: 23px 0;
    }
}
@media (max-width: 767px)
{
    .footer .copyright
    {
        padding: 20px 0;

        text-align: center;
    }
}
.footer .copyright p
{
    float: left;

    margin: 0;
}
@media (max-width: 767px)
{
    .footer .copyright p
    {
        float: none;
    }
}
.footer .copyright p span
{
    margin-left: 20px;
}
@media (max-width: 767px)
{
    .footer .copyright p span
    {
        display: block;

        margin-left: 0;
    }
}
.footer .copyright a:hover span
{
    text-decoration: underline;
}
.footer .copyright .url
{
    margin-left: 95px;

    color: #eee;
}
@media (max-width: 1199px)
{
    .footer .copyright .url
    {
        margin-left: 50px;
    }
}
@media (max-width: 767px)
{
    .footer .copyright .url
    {
        display: block;

        margin-left: 0;
    }
}
.footer .copyright .hicheng
{
    float: right;
}
@media (max-width: 991px)
{
    .footer .copyright .hicheng
    {
        display: block;
        float: none;
    }
}


.select-wrap{
    letter-spacing: 0
}



/**
 * Date : 2019年7月26日16:41:18
 * @author HSM
 * @toDo 导航底色加重
 */
 @media (min-width: 1200px) {
    .header .nav .nav-list2{
        color: #333;
    }
    .header .nav .nav-list1 .nav-list2, .header .nav .nav-list1 .nav-list3{
        background-color: rgba(255, 255, 255, 0.8);
    }
    .header .nav .nav-list1 .nav-list2 > li:hover > a{
        background-color: rgba(255, 255, 255, 1);
    }
 }

/**
 * Date :2019年7月29日17:36:57
 * @author HSM
 * @toDo 招聘加滚动
 */
@media (min-width: 1200px){
    .recruitment-wrap .slick-recruit .mask{
        overflow: auto;
    }
}
@media (max-width: 1199px){
    .recruitment-wrap .slick-recruit .item-box{
        vertical-align: top;
    }
}
