/**
 * style.less
 * 层叠样式表
 */
.ff
{
    font-family: 'iconfont' !important;
}
@font-face
{
    font-family: 'ITC Avant Garde Gothic';
    font-weight: 500;
    font-style: normal;

    src: url('../fonts/AvantGardeITCbyBT-Medium.eot');
    src: local('AvantGardeITCbyBT-Medium'), url('../fonts/AvantGardeITCbyBT-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/AvantGardeITCbyBT-Medium.woff2') format('woff2'), url('../fonts/AvantGardeITCbyBT-Medium.woff') format('woff'), url('../fonts/AvantGardeITCbyBT-Medium.ttf') format('truetype'), url('../fonts/AvantGardeITCbyBT-Medium.svg#AvantGardeITCbyBT-Medium') format('svg');
    font-display: swap;
}
@font-face
{
    font-family: 'ITC Avant Garde Gothic Book';
    font-weight: 500;
    font-style: normal;

    src: url('../fonts/AvantGardeITCbyBT-Book.eot');
    src: local('AvantGardeITCbyBT-Book'), url('../fonts/AvantGardeITCbyBT-Book.eot?#iefix') format('embedded-opentype'), url('../fonts/AvantGardeITCbyBT-Book.woff2') format('woff2'), url('../fonts/AvantGardeITCbyBT-Book.woff') format('woff'), url('../fonts/AvantGardeITCbyBT-Book.ttf') format('truetype'), url('../fonts/AvantGardeITCbyBT-Book.svg#AvantGardeITCbyBT-Book') format('svg');
    font-display: swap;
}
@font-face
{
    font-family: 'Bebas Neue';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/BebasNeue-Regular.eot');
    src: local('Bebas Neue Regular'), local('BebasNeue-Regular'), url('../fonts/BebasNeue-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/BebasNeue-Regular.woff2') format('woff2'), url('../fonts/BebasNeue-Regular.woff') format('woff'), url('../fonts/BebasNeue-Regular.ttf') format('truetype'), url('../fonts/BebasNeue-Regular.svg#BebasNeue-Regular') format('svg');
    font-display: swap;
}
@font-face
{
    font-family: 'Bahnschrift';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/Bahnschrift.eot');
    src: local('Bahnschrift'), url('../fonts/Bahnschrift.eot?#iefix') format('embedded-opentype'), url('../fonts/Bahnschrift.woff2') format('woff2'), url('../fonts/Bahnschrift.woff') format('woff'), url('../fonts/Bahnschrift.ttf') format('truetype'), url('../fonts/Bahnschrift.svg#Bahnschrift') format('svg');
    font-display: swap;
}
*[data-type='iframe'],
*[data-fancybox],
.slick-slide:focus
{
    outline: none !important;
}
.slick-slide a
{
    outline: none !important;
}
.header a,
.footer a
{
    color: inherit;
}
.header ul,
.footer ul
{
    margin: 0;
    padding: 0;
}
.header ul li,
.footer ul li
{
    list-style: none;
}
.header button,
.footer button
{
    border: none;
    outline: none;
}
@-ms-viewport
{
    width: auto !important;
}
body
{
    font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'PingFang SC', 'Heiti SC', 'Hiragino Sans GB', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;

    color: #333;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body.fixed
{
    position: fixed;

    overflow: hidden;

    width: 100%;
    height: 100%;
}
body.searchactive
{
    position: fixed;

    overflow: hidden;

    width: 100%;
    height: 100%;
}
.container
{
    width: 100%;
    padding: 0 5%;
}
@media (max-width: 1199px)
{
    .container
    {
        padding: 0 15px;
    }
}
@media (max-width: 767px)
{
    .col-xs-6:nth-child(2n + 1)
    {
        padding-right: 7.5px;
    }
    .col-xs-6:nth-child(2n)
    {
        padding-left: 7.5px;
    }
}
ul
{
    margin: 0;
    padding: 0;
}
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;
}
a:active,
a:link,
a:visited,
a:focus
{
    text-decoration: none;

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

    display: block;
    overflow: hidden;

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

    display: block;

    width: 100%;
    height: 100%;
}
.img-size img[src=''],
.img-size img:not([src])
{
    opacity: 0;
    border: 0;
}
ul
{
    margin: 0;
    padding: 0;
}
ul li
{
    list-style: none;
}
.mt30
{
    margin-top: 30px;
}
.mt60
{
    margin-top: 60px;
}
@media (max-width: 991px)
{
    .mt60
    {
        margin-top: 30px;
    }
}
.fsize0
{
    font-size: 0;
}
.w50
{
    font-size: 14px;

    position: relative;

    display: inline-block;

    width: 50%;

    vertical-align: top;
}
@media (max-width: 767px)
{
    .w50
    {
        width: 100%;
    }
}
.title-fz32 h2
{
    font-size: 32px;
    line-height: 1.4;

    margin: 0;

    color: #1058bb;
}
@media (max-width: 1199px)
{
    .title-fz32 h2
    {
        font-size: 28px;
    }
}
@media (max-width: 991px)
{
    .title-fz32 h2
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .title-fz32 h2
    {
        font-size: 20px;
    }
}
.title-fz32 h2 img
{
    display: inline-block;

    margin-right: 8px;

    vertical-align: middle;
}
.title-fz24 h3
{
    font-size: 24px;
    line-height: 1.4;

    margin: 0;

    color: #1058bb;
}
@media (max-width: 1199px)
{
    .title-fz24 h3
    {
        font-size: 20px;
    }
}
.bgedecec
{
    background-color: #edecec;
}
.bgf6f6f6
{
    background-color: #f6f6f6;
}
.header
{
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;

    width: 100%;
    height: 90px;
    padding: 0 2%;

    -webkit-transition: background .4s;
            transition: background .4s;
    text-align: right;

    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
}
@media (max-width: 1199px)
{
    .header
    {
        top: 0;
        left: 0;

        width: 100%;
        height: 60px;
    }
}
.header .logo
{
    position: relative;

    display: inline-block;
    float: left;

    height: 50px;
    margin-top: 20px;

    -webkit-transition: all .4s;
            transition: all .4s;
    vertical-align: middle;
}
@media (max-width: 1199px)
{
    .header .logo
    {
        margin-top: 5px;
    }
}
@media (max-width: 991px)
{
    .header .logo
    {
        height: 40px;
        margin-top: 10px;
    }
}
.header .logo a
{
    display: block;

    height: 100%;
}
.header .logo img
{
    display: inline-block;

    height: 100%;

    vertical-align: middle;
}
.header .logo .logo2
{
    display: none;
}
.header .language
{
    font-size: 14px;

    display: inline-block;

    -webkit-transition: all .4s;
            transition: all .4s;
    vertical-align: middle;

    color: #fff;
}
.header .language > ul > li
{
    display: inline-block;

    vertical-align: top;
}
.header .language > ul > li:after
{
    margin: 0 4px;

    content: '/';
}
.header .language > ul > li:last-child:after
{
    display: none;
}
.header .language > ul > li > a
{
    font-size: 16px;
    line-height: 90px;

    -webkit-transition: all .2s;
            transition: all .2s;
}
@media (max-width: 1199px)
{
    .header .language > ul > li > a
    {
        line-height: 60px;
    }
}
.header .language > ul > li > a:hover
{
    color: #1058bb;
}
.header .language > ul > li.active > a
{
    color: #1058bb;
}
.header .link
{
    display: inline-block;

    vertical-align: middle;
}
.header .link > ul > li
{
    display: inline-block;

    margin-left: 20px;

    vertical-align: top;
}
@media (max-width: 1470px)
{
    .header .link > ul > li
    {
        margin-left: 10px;
    }
}
@media (max-width: 767px)
{
    .header .link > ul > li
    {
        margin: 0;
    }
}
.header .link > ul > li:hover img
{
    display: block;
}
.header .link a,
.header .link .find
{
    line-height: 40px;

    position: relative;

    display: block;

    width: 40px;
    height: 40px;

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

    border: 1px solid #fff;
    border-radius: 50%;
}
@media (max-width: 767px)
{
    .header .link a,
    .header .link .find
    {
        display: none;
    }
}
.header .link a img,
.header .link .find img
{
    position: absolute;
    top: 100%;
    left: -40px;

    display: none;

    width: 120px;
    height: 120px;
}
.header .link a:before,
.header .link .find:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    content: '\e604';

    color: #fff;
}
.header .link a:hover,
.header .link .find:hover
{
    color: #fff;
    border-color: #1058bb;
    background-color: #1058bb;
}
.header .link .email a:before
{
    content: '\e6a4';
}
.header .link .find
{
    cursor: pointer;
}
@media (max-width: 767px)
{
    .header .link .find
    {
        display: block;
    }
}
.header .link .find:before
{
    content: '\e660';
}
.header .menu
{
    line-height: 60px;

    display: inline-block;
    float: right;

    padding: 0 10px;

    cursor: pointer;
}
.header .menu .icon
{
    font-size: 30px;
}
.header .nav
{
    display: inline-block;

    vertical-align: top;
}
@media (min-width: 1200px)
{
    .header .nav ul.menu-level1 > li
    {
        position: relative;

        display: inline-block;

        padding: 0 14px;

        vertical-align: top;
    }
    .header .nav ul.menu-level1 > li > a
    {
        font-size: 16px;
        line-height: 90px;

        position: relative;

        display: block;

        padding: 0 12px;

        -webkit-transition: all .6s;
                transition: all .6s;
    }
    .header .nav ul.menu-level1 > li > a:after
    {
        position: absolute;
        bottom: 0;
        left: 50%;

        display: block;

        width: 0;
        height: 3px;

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

        background-color: #1058bb;
    }
    .header .nav ul.menu-level1 > li.active > a,
    .header .nav ul.menu-level1 > li:hover > a
    {
        color: #1058bb;
    }
    .header .nav ul.menu-level1 > li.active > a:after,
    .header .nav ul.menu-level1 > li:hover > a:after
    {
        width: 100%;
    }
    .header .nav ul.menu-level2
    {
        position: absolute;
        top: 100%;
        left: 0;

        display: none;

        min-width: 100%;

        text-align: center;

        background-color: rgba(237, 236, 236, .9);
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    }
    .header .nav ul.menu-level2 > li > a
    {
        font-size: 16px;
        line-height: 30px;

        display: block;

        padding: 5px 20px;

        white-space: nowrap;

        color: #333;
    }
    .header .nav ul.menu-level2 > li > a:hover
    {
        color: #1058bb;
    }
}
@media (min-width: 1200px) and (max-width: 1470px)
{
    .header .nav ul.menu-level1 > li
    {
        padding: 0 6px;
    }
}
@media (min-width: 1200px) and (max-width: 1350px)
{
    .header .nav ul.menu-level1 > li
    {
        padding: 0;
    }
}
@media (min-width: 1200px) and (max-width: 1199px)
{
    .header .nav ul.menu-level2
    {
        display: block;
    }
}
@media (max-width: 1199px)
{
    .header .nav
    {
        position: fixed;
        z-index: 9;
        top: 0;
        right: 0;

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

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

        -webkit-transition: all .6s;
                transition: all .6s;
        -webkit-transform: translateY(-100%);
            -ms-transform: translateY(-100%);
                transform: translateY(-100%);
        text-align: left;

        color: #333;
        background-color: #fff;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
                justify-content: center;
    }
    .header .nav .close-menu
    {
        position: absolute;
        top: 15px;
        right: 15px;

        cursor: pointer;
    }
    .header .nav .close-menu .icon
    {
        font-size: 20px;
    }
    .header .nav .logo-nav
    {
        position: absolute;
        top: 15px;
        left: 15px;

        height: 40px;
    }
    .header .nav .logo-nav a
    {
        height: 100%;
    }
    .header .nav .logo-nav a img
    {
        height: 100%;
    }
    .header .nav .logo-nav p
    {
        line-height: 30px;

        display: block;

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

        color: #1058bb;
        border: 1px dashed #1058bb;
        border-radius: 30px;
    }
    .header .nav ul.menu-level1 > li
    {
        margin: .5em 0;
    }
    .header .nav ul.menu-level1 > li > a
    {
        font-family: 'Poppins';
        font-size: 18px;
        font-weight: bold;
        line-height: 2.4;

        display: block;

        text-transform: capitalize;
    }
    .header .nav ul.menu-level2
    {
        font-size: 0;

        margin: 0 -10px;
        padding: 10px 0;
    }
    .header .nav ul.menu-level2 > li
    {
        display: inline-block;

        padding: 0 10px;

        vertical-align: top;
    }
    .header .nav ul.menu-level2 > li a
    {
        font-size: 16px;

        display: block;

        text-align: center;
    }
}
@media (max-width: 1199px) and (max-width: 1199px)
{
    .header .nav ul.menu-level2
    {
        display: none;
    }
}
@media (max-width: 1199px) and (max-width: 991px)
{
    .header .nav ul.menu-level2
    {
        padding: 5px 0;
    }
}
@media (max-width: 1199px) and (max-width: 991px)
{
    .header .nav ul.menu-level2 > li a
    {
        font-size: 14px;
        line-height: 24px;

        color: #666;
    }
}
.header .open-search
{
    font-size: 14px;

    position: fixed;
    z-index: 2;
    top: 90px;
    left: 0;

    display: none;

    width: 100%;
    padding: 14px 0;

    background-color: #1058bb;
    box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
}
@media (max-width: 1199px)
{
    .header .open-search
    {
        top: 60px;
    }
}
.header .open-search form
{
    position: relative;

    display: inline-block;

    width: -webkit-calc(100% - 60px);
    width:         calc(100% - 60px);
}
.header .open-search form input
{
    line-height: 24px;

    width: 100%;
    padding: 4px 60px 4px 20px;

    color: #333;
    border: 1px solid #dcdcdc;
    outline: none;
}
.header .open-search form input::-webkit-input-placeholder,
.header .open-search form textarea::-webkit-input-placeholder
{
    color: #666;
}
.header .open-search form input:-o-placeholder,
.header .open-search form textarea:-o-placeholder
{
    color: #666;
}
.header .open-search form input::-moz-placeholder,
.header .open-search form textarea::-moz-placeholder
{
    color: #666;
}
.header .open-search form input:-ms-input-placeholder,
.header .open-search form textarea:-ms-input-placeholder
{
    color: #666;
}
.header .open-search form input:focus::-webkit-input-placeholder,
.header .open-search form textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.header .open-search form input:focus::-o-placeholder,
.header .open-search form textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.header .open-search form input:focus::-moz-placeholder,
.header .open-search form textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.header .open-search form input:focus::-ms-input-placeholder,
.header .open-search form textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.header .open-search form .submit
{
    line-height: 32px;

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

    width: 40px;
    padding: 0;

    text-align: center;

    color: #999;
    background: none;
}
.header .open-search form .submit:before
{
    font-family: 'iconfont';
    font-size: 20px;

    content: '\e660';
}
.header .open-search form .submit:hover
{
    color: #999;
}
.header .open-search .search-close
{
    line-height: 30px;

    float: right;

    width: 60px;

    cursor: pointer;
    text-align: right;

    color: #fff;
}
.header .open-search .search-close:hover
{
    color: rgba(255, 255, 255, .8);
}
.header .back-btn
{
    position: absolute;
    left: 15px;
}
.header.top-header,
.header.header-in
{
    color: #333;
    background-color: #edecec;
}
.header.top-header .logo .logo1,
.header.header-in .logo .logo1
{
    display: none;
}
.header.top-header .logo .logo2,
.header.header-in .logo .logo2
{
    display: block;
}
.header.top-header .language,
.header.header-in .language
{
    color: #333;
}
.header.top-header .link a,
.header.header-in .link a,
.header.top-header .link .find,
.header.header-in .link .find
{
    border: 1px solid #1058bb;
}
.header.top-header .link a:before,
.header.header-in .link a:before,
.header.top-header .link .find:before,
.header.header-in .link .find:before
{
    color: #1058bb;
}
.header.top-header .link a:hover:before,
.header.header-in .link a:hover:before,
.header.top-header .link .find:hover:before,
.header.header-in .link .find:hover:before
{
    color: #fff;
}
.open-nav .nav
{
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}
.online-wrap .btn
{
    line-height: 36px;

    position: fixed;
    z-index: 9;
    right: 0;
    bottom: 70px;

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

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

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

    display: inline-block;

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

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

    display: none;

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

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

    max-width: 100%;
}
.online-wrap .online
{
    position: fixed;
    z-index: 10;
    top: 50%;
    right: 0;

    -webkit-transition: right .3s;
            transition: right .3s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
@media (max-width: 991px)
{
    .online-wrap .online
    {
        right: -60px;
        bottom: 90px;
    }
    .online-wrap .online.active
    {
        right: 0;
    }
}
.online-wrap .online a
{
    line-height: 48px;

    position: relative;

    display: block;

    width: 48px;
    height: 48px;
    margin-top: 4px;

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

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

    color: #fff;
}
.online-wrap .online a:after
{
    display: block;

    width: 30px;
    height: 1px;
    margin: 0 auto;

    content: '';

    opacity: .5;
    background-color: #fff;
}
@media (min-width: 992px)
{
    .online-wrap .online a:hover
    {
        background-color: #898989;
    }
    .online-wrap .online a:hover:before
    {
        color: #fff;
    }
}
@media (max-width: 767px)
{
    .online-wrap .online a
    {
        line-height: 50px;

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

    padding-right: 5px;

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

    color: #fff;
    background-color: #034093;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .12);
}
.online-wrap .online .cart
{
    position: relative;
}
.online-wrap .online .cart:before
{
    font-family: 'iconfont' !important;

    content: '\e633';
}
.online-wrap .online .cart span
{
    line-height: 20px;

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

    width: 20px;
    height: 20px;

    color: #fff;
    border-radius: 50%;
    background-color: #1058bb;
}
.online-wrap .online .icon-qq:before
{
    font-family: 'iconfont' !important;

    content: '\e62d';
}
.online-wrap .online .icon-weixin:before
{
    font-family: 'iconfont' !important;

    content: '\e604';
}
.online-wrap .online .icon-message:before
{
    font-family: 'iconfont' !important;

    content: '\e6a4';
}
.online-wrap .online .icon-skype:before
{
    font-family: 'iconfont' !important;

    content: '\e6b7';
}
.online-wrap .online .icon-line:before
{
    font-family: 'iconfont' !important;

    content: '\e640';
}
.online-wrap .online .icon-messenger:before
{
    font-family: 'iconfont' !important;

    content: '\e663';
}
.online-wrap .online .icon-whatsapp:before
{
    font-family: 'iconfont' !important;

    content: '\e751';
}
.online-wrap .online .icon-phone:before
{
    font-family: 'iconfont' !important;

    content: '\e61c';
}
.online-wrap .online .icon-arrow-top:before
{
    font-family: 'iconfont' !important;
    font-size: 26px !important;

    content: '\e614';
}
.online-wrap .online .icon-arrow-top:after
{
    display: none !important;
}
.online-wrap .online .code:before
{
    font-size: 24px;
}
@media (max-width: 767px)
{
    .online-wrap .online .code:before
    {
        font-size: 22px;
    }
}
.online-wrap .online .code .mask
{
    position: absolute;
    z-index: 10;
    top: 0;
    right: 100%;

    display: none;

    width: 130px;
    height: 130px;
    padding-right: 5px;
}
.online-wrap .online .code .mask .mask-box
{
    border: 1px solid #e5e5e5;
    background-color: #fff;
}
.online-wrap .online .code .mask img
{
    display: block;

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

    margin: 5px 0 8px 0;

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

    display: none;

    width: 100%;

    background-color: #1058bb;
    box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, .2);
}
@media (max-width: 991px)
{
    .xs-online
    {
        display: block !important;
    }
}
.xs-online ul
{
    overflow: hidden;

    margin: 0;
    padding: 0;

    text-align: center;

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

    width: 20%;

    list-style: none;

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

    display: block;

    padding: 8px 0;

    text-transform: uppercase;

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

    display: block;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.xs-online ul li:first-child
{
    border-left: none;
}
.xs-online ul li.tel > a:before
{
    content: '\e61c';
}
.xs-online ul li.mail > a:before
{
    font-weight: normal;

    content: '\e72e';
}
.xs-online ul li.whatsapp > a:before
{
    font-weight: normal;

    content: '\e621';
}
.xs-online ul li.feedback > a:before
{
    font-weight: normal;

    content: '\e826';
}
.xs-online ul li.top > a:before
{
    font-weight: normal;

    content: '\e60f';
}
.banner
{
    font-size: 0;

    position: relative;

    overflow: hidden;

    width: 100%;
}
.banner .itempack
{
    position: relative;
}
.banner .banner-scroll
{
    overflow: hidden;
}
@media (max-width: 767px)
{
    .banner .banner-scroll
    {
        width: 160%;
        max-width: 160%;
        margin-left: -30%;
    }
}
.banner .slick-dots
{
    position: absolute;
    z-index: 6;
    bottom: 50px;

    display: block;

    width: 100%;

    text-align: center;
}
@media (max-width: 1199px)
{
    .banner .slick-dots
    {
        bottom: 10px;
    }
}
.banner .slick-dots li
{
    display: inline-block;

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

    cursor: pointer;
    -webkit-transition: all .4s;
            transition: all .4s;

    border-radius: 50%;
    background-color: #fff;
}
@media (max-width: 1199px)
{
    .banner .slick-dots li
    {
        width: 30px;
        height: 3px;
    }
}
.banner .slick-dots li.slick-active
{
    background-color: #1058bb;
}
.banner .slick-dots li button
{
    display: none;
}
.banner .slick-arrow
{
    line-height: 60px;

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

    overflow: hidden;

    padding: 0;

    cursor: pointer;
    -webkit-transition: all .4s;
            transition: all .4s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;

    color: #fff;
    border: none;
    outline: none;
    background: none;
}
@media (max-width: 767px)
{
    .banner .slick-arrow
    {
        left: 8%;
    }
}
.banner .slick-arrow:before
{
    font-family: 'iconfont' !important;
    font-size: 50px;

    content: '\e601';

    text-shadow: 0 0 4px #333;
}
@media (max-width: 991px)
{
    .banner .slick-arrow:before
    {
        font-size: 30px;
    }
}
.banner .slick-arrow.slick-next
{
    right: 2%;
    left: auto;
}
@media (max-width: 767px)
{
    .banner .slick-arrow.slick-next
    {
        right: 10%;
    }
}
.banner .slick-arrow.slick-next:before
{
    right: 0;
    left: auto;

    content: '\e827';
}
.banner img
{
    display: block;

    width: 100%;
}
.banner .txt
{
    position: absolute;
    top: 50%;

    width: 100%;
    padding: 0 3%;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.banner .txt-color {
	color:#fff;
}
@media (max-width: 767px)
{
    .banner .txt
    {
        padding: 0 20%;
    }
}
.banner .txt h2
{
    font-size: 64px;
    font-weight: bold;
    line-height: 1.4;

    margin: 0;
}
@media (max-width: 1470px)
{
    .banner .txt h2
    {
        font-size: 50px;
    }
}
@media (max-width: 1199px)
{
    .banner .txt h2
    {
        font-size: 40px;
    }
}
@media (max-width: 991px)
{
    .banner .txt h2
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .banner .txt h2
    {
        font-size: 20px;
    }
}
.banner .txt h3
{
    font-size: 48px;

    text-transform: uppercase;
}
@media (max-width: 1470px)
{
    .banner .txt h3
    {
        font-size: 40px;
    }
}
@media (max-width: 1199px)
{
    .banner .txt h3
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .banner .txt h3
    {
        font-size: 18px;
    }
}
.banner .txt h3:after
{
    display: block;

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

    content: '';

    background-color: #333;
}
.banner .txt-color h3:after {
	background-color:#fff;
}

@media (max-width: 1470px)
{
    .banner .txt h3:after
    {
        width: 150px;
    }
}
@media (max-width: 1199px)
{
    .banner .txt h3:after
    {
        width: 100px;
    }
}
@media (max-width: 991px)
{
    .banner .txt h3:after
    {
        width: 60px;
        margin-top: 10px;
    }
}
.banner  .txt .color-white { color:#fff; }
.banner  .txt .color-white:after {
	background-color:#fff;
}
/* .banner .slick-current .txt h2
{
    -webkit-animation: fadeInDown 1s 0s ease both;
            animation: fadeInDown 1s 0s ease both;
}
.banner .slick-current .txt h3
{
    -webkit-animation: fadeInUp 1s 0s ease both;
            animation: fadeInUp 1s 0s ease both;
} */
.banner-inner
{
    padding-top: 90px;
}
@media (max-width: 1199px)
{
    .banner-inner
    {
        padding-top: 60px;
    }
}
.banner-inner img
{
    width: 100%;
}
.banner-inner .txt-inner
{
    position: absolute;
    top: 58%;

    width: 100%;
    padding: 0 3%;

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

    color: #fff;
}
.banner-inner .txt-inner h2
{
    font-size: 48px;
    font-weight: bold;
    line-height: 1.4;

    margin: 0;
}
@media (max-width: 1470px)
{
    .banner-inner .txt-inner h2
    {
        font-size: 40px;
    }
}
@media (max-width: 1199px)
{
    .banner-inner .txt-inner h2
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .banner-inner .txt-inner h2
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .banner-inner .txt-inner h2
    {
        font-size: 18px;
    }
}
.banner-inner .txt-inner h3
{
    font-size: 36px;

    text-transform: uppercase;
}
@media (max-width: 1470px)
{
    .banner-inner .txt-inner h3
    {
        font-size: 30px;
    }
}
@media (max-width: 1199px)
{
    .banner-inner .txt-inner h3
    {
        font-size: 24px;
    }
}
@media (max-width: 991px)
{
    .banner-inner .txt-inner h3
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .banner-inner .txt-inner h3
    {
        margin: 10px 0 0 0;
    }
}
.banner-inner .txt-inner h3:after
{
    display: block;

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

    content: '';

    background-color: #fff;
}
@media (max-width: 1470px)
{
    .banner-inner .txt-inner h3:after
    {
        width: 150px;
    }
}
@media (max-width: 1199px)
{
    .banner-inner .txt-inner h3:after
    {
        width: 100px;
    }
}
@media (max-width: 991px)
{
    .banner-inner .txt-inner h3:after
    {
        width: 60px;
        margin-top: 10px;
    }
}
@-webkit-keyframes barrow
{
    0%
    {
        -webkit-transform: translateY(10px);
            -ms-transform: translateY(10px);
                transform: translateY(10px);

        opacity: 1;
    }
    50%
    {
        -webkit-transform: translateY(30px);
                transform: translateY(30px);

        opacity: 1;
    }
    100%
    {
        -webkit-transform: translateY(10px);
            -ms-transform: translateY(10px);
                transform: translateY(10px);

        opacity: 1;
    }
}
@-webkit-keyframes narrow
{
    0%
    {
        -webkit-transform: translateY(10px);
            -ms-transform: translateY(10px);
                transform: translateY(10px);

        opacity: 1;
    }
    50%
    {
        -webkit-transform: translateY(30px);
                transform: translateY(30px);

        opacity: 1;
    }
    100%
    {
        -webkit-transform: translateY(10px);
            -ms-transform: translateY(10px);
                transform: translateY(10px);

        opacity: 1;
    }
}
@keyframes narrow
{
    0%
    {
        -webkit-transform: translateY(10px);
            -ms-transform: translateY(10px);
                transform: translateY(10px);

        opacity: 1;
    }
    50%
    {
        -webkit-transform: translateY(30px);
                transform: translateY(30px);

        opacity: 1;
    }
    100%
    {
        -webkit-transform: translateY(10px);
            -ms-transform: translateY(10px);
                transform: translateY(10px);

        opacity: 1;
    }
}
.barrow
{
    -webkit-animation-name: barrow;
            animation-name: barrow;
}
.home
{
    position: relative;
    z-index: 2;

    overflow: hidden;

    padding: 90px 0;

    background-color: #fff;
}
@media (max-width: 1470px)
{
    .home
    {
        padding: 70px 0;
    }
}
@media (max-width: 991px)
{
    .home
    {
        padding: 50px 0;
    }
}
.home .viewmore
{
    margin-top: 50px;

    text-align: center;
}
@media (max-width: 991px)
{
    .home .viewmore
    {
        margin-top: 20px;
    }
}
.home .viewmore a
{
    font-size: 16px;
    line-height: 70px;

    display: inline-block;

    padding: 0 70px;

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

    border: 1px dashed #333;
    border-radius: 50px;
}
@media (max-width: 1470px)
{
    .home .viewmore a
    {
        line-height: 50px;

        padding: 0 50px;
    }
}
@media (max-width: 1199px)
{
    .home .viewmore a
    {
        line-height: 40px;

        padding: 0 30px;
    }
}
@media (max-width: 767px)
{
    .home .viewmore a
    {
        font-size: 14px;
    }
}
.home .viewmore a:after
{
    font-family: 'iconfont' !important;
    font-size: 24px;

    display: inline-block;

    margin-left: 14px;

    content: '\e647';
    vertical-align: middle;
}
.home .viewmore a:hover
{
    color: #fff;
    border-color: #1058bb;
    background-color: #1058bb;
}
.title
{
    text-align: center;
}
.title h2
{
    font-size: 48px;
    font-weight: bold;
    line-height: 1.2;

    margin: 8px 0 0 0;
}
@media (max-width: 1470px)
{
    .title h2
    {
        font-size: 40px;
    }
}
@media (max-width: 1199px)
{
    .title h2
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .title h2
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .title h2
    {
        font-size: 20px;
    }
}
.title p
{
    font-size: 16px;
    line-height: 30px;

    margin: 10px 0 0 0;
}
@media (max-width: 767px)
{
    .title p
    {
        font-size: 14px;
    }
}
.home-product
{
    padding-bottom: 0;

    background: url(../images/pro_bg.jpg) repeat;
}
.home-product .title-product
{
    text-align: center;
}
.home-product .title-product:after
{
    display: block;

    width: 150px;
    height: 4px;
    margin: 0 auto;
    margin-top: 20px;

    content: '';

    background: url(../images/line-1.png) no-repeat center;
}
.home-product .title-product h2
{
    font-size: 48px;
    line-height: 1.2;

    margin: 0;
}
@media (max-width: 1470px)
{
    .home-product .title-product h2
    {
        font-size: 40px;
    }
}
@media (max-width: 1199px)
{
    .home-product .title-product h2
    {
        font-size: 34px;
    }
}
@media (max-width: 991px)
{
    .home-product .title-product h2
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .home-product .title-product h2
    {
        font-size: 24px;
    }
}
.home-product .pro-txt
{
    max-width: 1440px;
    margin: 0 auto;
    margin-top: 30px;

    text-align: center;
}
@media (max-width: 767px)
{
    .home-product .pro-txt
    {
        margin-top: 14px;
    }
}
.home-product .pro-txt p
{
    font-size: 18px;
    line-height: 2;

    margin: 0;
}
@media (max-width: 1199px)
{
    .home-product .pro-txt p
    {
        font-size: 16px;
    }
}
@media (max-width: 991px)
{
    .home-product .pro-txt p
    {
        font-size: 14px;
    }
}
.home-product .pro
{
    max-width: 1440px;
    margin: 0 auto;
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .home-product .pro
    {
        margin: 0;
    }
}
.home-product .pro > ul
{
    border-left: 1px solid #c1c1c1;
}
@media (max-width: 767px)
{
    .home-product .pro > ul
    {
        font-size: 0;
				display:none;
        border: none;
    }
}
.home-product .pro > ul > li
{
    margin-top: 20px;

    border-right: 1px solid #c1c1c1;
}
@media (max-width: 767px)
{
    .home-product .pro > ul > li
    {
        display: inline-block;
        float: none;

        vertical-align: top;

        border-right: none;
    }
}
.home-product .pro .itempack
{
    line-height: 36px;

    padding: 0 15px;

    text-align: center;
}
.home-product .pro .itempack h3
{
    margin-top: 0;
}
.home-product .pro .itempack h3 a
{
    font-size: 18px;

    display: block;

    color: #1058bb;
}
@media (max-width: 991px)
{
    .home-product .pro .itempack h3 a
    {
        font-size: 16px;
    }
}
.home-product .pro .itempack .pro-nav a
{
    font-size: 16px;

    display: block;
}
@media (max-width: 991px)
{
    .home-product .pro .itempack .pro-nav a
    {
        font-size: 14px;
    }
}
@media (max-width: 767px)
{
    .home-product .pro .itempack .pro-nav a
    {
        line-height: 28px;
    }
}
.home-product .pro .itempack .pro-nav a:hover
{
    text-decoration: underline;

    color: #1058bb;
}
.home-product .category
{
    padding-top: 100px;
}
@media (max-width: 1199px)
{
    .home-product .category
    {
        padding-top: 50px;
    }
}
.home-product .category > ul
{
    font-size: 0;

    margin: 0 -5px;
}
.home-product .category > ul > li
{
    font-size: 14px;

    display: inline-block;

    width: 55%;
    padding: 5px;

    vertical-align: top;
}
.home-product .category > ul > li .img-size
{
    padding-bottom: 57.14285714%;
}
.home-product .category > ul > li:nth-child(2)
{
    width: 45%;
}
.home-product .category > ul > li:nth-child(2) .img-size
{
    padding-bottom: 69.76744186%;
}
.home-product .category > ul > li:nth-child(3)
{
    width: 52.8%;
}
.home-product .category > ul > li:nth-child(3) .img-size
{
    padding-bottom: 59.40594059%;
}
.home-product .category > ul > li:nth-child(4)
{
    width: 47.2%;
}
.home-product .category > ul > li:nth-child(4) .img-size
{
    padding-bottom: 66.66666667%;
}
.home-product .category .itempack
{
    position: relative;
}
.home-product .category .itempack .title-itempack
{
    position: absolute;
    z-index: 2;
    bottom: 5%;

    width: 100%;
    padding: 0 8%;

    -webkit-transition: all .2s;
            transition: all .2s;
}
@media (max-width: 991px)
{
    .home-product .category .itempack .title-itempack
    {
        padding: 0 15px;
    }
}
.home-product .category .itempack .title-itempack h3
{
    font-size: 28px;
    line-height: 1.4;

    margin: 0;

    color: #fff;
}
@media (max-width: 1199px)
{
    .home-product .category .itempack .title-itempack h3
    {
        font-size: 24px;
    }
}
@media (max-width: 991px)
{
    .home-product .category .itempack .title-itempack h3
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .home-product .category .itempack .title-itempack h3
    {
        font-size: 18px;
    }
		.home-product .category > ul > li { width:100%; }
		.home-product .category > ul > li:nth-child(2) { width:100%; }
		.home-product .category > ul > li:nth-child(3) { width:100%; }
		.home-product .category > ul > li:nth-child(4) { width:100%; }
		.home-product .category > ul > li:nth-child(3) .itempack .maskinfo .mask .mask-nav {
			margin-top:0;
		}
		.home-product .category > ul > li:nth-child(3) .itempack .maskinfo .mask .mask-nav a {
			margin-right: 20px;
		}
}
.home-product .category .itempack .maskinfo
{
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;

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

    -webkit-transition: all .6s;
            transition: all .6s;
    -webkit-transform: scale(.8);
        -ms-transform: scale(.8);
            transform: scale(.8);

    opacity: 0;
}
.home-product .category .itempack .maskinfo .mask
{
    height: 100%;
    padding: 8% 70px;

    background-color: rgba(16, 88, 187, .8);
}
.home-product .category .itempack .maskinfo .mask .title-mask
{
    position: relative;
}
.home-product .category .itempack .maskinfo .mask .title-mask:before
{
    position: absolute;
    top: 50%;
    left: -70px;

    display: block;

    width: 70px;
    height: 1px;

    content: '';

    border-top: 1px dashed #fff;
}
.home-product .category .itempack .maskinfo .mask h3
{
    font-size: 28px;
    line-height: 30px;

    display: inline-block;

    padding: 20px 30px;

    color: #fff;
    border: 1px dashed #fff;
    border-radius: 50px;
}
.home-product .category .itempack .maskinfo .mask .mask-nav
{
    margin-top: 20px;
}
.home-product .category .itempack .maskinfo .mask .mask-nav a
{
    font-size: 18px;
    line-height: 30px;

    display: inline-block;

    margin-right: 40px;
    padding: 10px 0;

    color: #fff;
    border-bottom: 1px solid #fff;
}
@media (min-width: 1200px)
{
    .home-product .category .itempack:hover .title-itempack
    {
        opacity: 0;
    }
    .home-product .category .itempack:hover .maskinfo
    {
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1);

        opacity: 1;
    }
}
.home-news .title h2
{
    font-size: 48px;
    font-weight: normal;
}
@media (max-width: 1470px)
{
    .home-news .title h2
    {
        font-size: 40px;
    }
}
@media (max-width: 1199px)
{
    .home-news .title h2
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .home-news .title h2
    {
        font-size: 24px;
    }
}
.home-news .title h2:before,
.home-news .title h2:after
{
    display: inline-block;

    width: 115px;
    height: 31px;
    margin: 0 10px;

    content: '';
    vertical-align: middle;

    background: url(../images/title-line.jpg) no-repeat center;
    background-size: cover;
}
.home-news .title h2:after
{
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.home-news .news-sort
{
    margin-top: 30px;

    text-align: center;
}
@media (max-width: 767px)
{
    .home-news .news-sort
    {
        margin-top: 10px;
    }
		.home-product .category .itempack .maskinfo {
			opacity:1;
			padding:0;
			-webkit-transform: scale(1);
			-ms-transform: scale(1);
			transform: scale(1);
		}
		.home-product .category .itempack .maskinfo .mask {
			padding: 30px;
			background-color: rgba(16, 88, 187, .5);
		}
		.home-product .category .itempack .maskinfo .mask h3 {
			font-size: 18px;
			line-height: 1;
			padding: 0;
			border:0;
			margin: 0;
		}
		.home-product .category .itempack .maskinfo .mask .title-mask:before { display:none; }
		.home-product .category .itempack .maskinfo .mask .mask-nav a {
			font-size:16px;
			line-height: 1;
		}
		.home-product .category .itempack .title-itempack h3 { display:none; }
}
.home-news .news-sort ul
{
    margin: 0 -10px;
}
@media (max-width: 767px)
{
    .home-news .news-sort ul
    {
        margin: 0 -5px;
    }
}
.home-news .news-sort ul li
{
    display: inline-block;

    margin-top: 10px;
    padding: 0 10px;
}
@media (max-width: 767px)
{
    .home-news .news-sort ul li
    {
        padding: 0 5px;
    }
}
.home-news .news-sort ul li a
{
    font-size: 18px;
    line-height: 48px;

    display: block;

    padding: 0 40px;

    border-radius: 30px;
    background-color: #e5e5e5;
}
@media (max-width: 991px)
{
    .home-news .news-sort ul li a
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .home-news .news-sort ul li a
    {
        line-height: 40px;

        padding: 0 20px;
    }
}
.home-news .news-sort ul li.active a
{
    color: #fff;
    background-color: #1058bb;
}
.home-news .news-scroll
{
    margin: 0 -14px;
    margin-top: 50px;
}
@media (max-width: 1470px)
{
    .home-news .news-scroll
    {
        margin-top: 30px;
    }
}
.home-news .news-scroll .slick-slide
{
    padding: 0 20px;

    border-left: 1px solid #eee;
}
.home-news .news-scroll .itempack
{
    display: block;

    background-color: #fff;
}
.home-news .news-scroll .itempack .title-news .date
{
    font-size: 16px;
    line-height: 24px;

    display: block;

    color: #666;
}
.home-news .news-scroll .itempack .title-news h3
{
    font-size: 24px;
    line-height: 34px;

    display: -webkit-box;
    overflow: hidden;

    height: 68px;
    margin: 14px 0 0 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 991px)
{
    .home-news .news-scroll .itempack .title-news h3
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .home-news .news-scroll .itempack .title-news h3
    {
        font-size: 16px;
        line-height: 28px;

        display: -webkit-box;
        overflow: hidden;

        height: 28px;

        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
}
.home-news .news-scroll .itempack .img-size
{
    margin-top: 20px;
    padding-bottom: 63.88888889%;
}
.home-news .news-scroll .itempack .img-size img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.home-news .news-scroll .itempack .desc
{
    margin-top: 20px;
}
.home-news .news-scroll .itempack .desc p
{
    font-size: 16px;
    line-height: 26px;

    display: -webkit-box;
    overflow: hidden;

    height: 52px;
    margin: 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 767px)
{
    .home-news .news-scroll .itempack .desc p
    {
        font-size: 14px;
    }
}
.home-news .news-scroll .itempack .desc .newsmore
{
    font-size: 30px;
    line-height: 1;

    display: block;

    margin-top: 20px;

    color: #666;
}
@media (max-width: 767px)
{
    .home-news .news-scroll .itempack .desc .newsmore
    {
        margin-top: 10px;
    }
}
.home-news .news-scroll .itempack .desc .newsmore:after
{
    font-family: 'iconfont' !important;

    display: inline-block;

    content: '\ea67';
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
}
.home-news .news-scroll .itempack:hover .img-size img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.home-news .news-scroll .itempack:hover .title-news h3
{
    color: #1058bb;
}
.home-news .news-scroll .itempack:hover .desc .newsmore
{
    color: #1058bb;
}
.footer
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    overflow: hidden;

    padding: 60px 5%;

    color: #fff;
    background: url(../images/footer_bg.jpg) no-repeat center;
    background-size: cover;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
@media (max-width: 1199px)
{
    .footer
    {
        padding: 30px 15px;
    }
}
@media (max-width: 767px)
{
    .footer
    {
        display: block;
				text-align:center;
    }
}
.footer .foot-logo .flo
{
    max-height: 52px;
}
@media (max-width: 991px)
{
    .footer .foot-logo .flo
    {
        max-height: 40px;
    }
}
.footer .foot-logo .phone
{
    margin-top: 30px;

    border-top: 1px solid rgba(255, 255, 255, .5);
    border-bottom: 1px solid rgba(255, 255, 255, .5);
}
@media (max-width: 767px)
{
    .footer .foot-logo .phone
    {
        margin: 10px 0 0 0;
    }
}
.footer .foot-logo .phone p
{
    font-family: 'Bebas Neue';
    font-size: 36px;

    margin: 14px 0;
}
@media (max-width: 1199px)
{
    .footer .foot-logo .phone p
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .footer .foot-logo .phone p
    {
        font-size: 24px;

        margin: 8px 0;
    }
}
.footer .foot-logo .phone p:before
{
    font-family: 'iconfont' !important;

    display: inline-block;

    margin-right: 8px;

    content: '\e688';
    vertical-align: middle;
}
.footer .foot-logo .share
{
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .footer .foot-logo .share
    {
        margin-top: 20px;
    }
}
.footer .foot-logo .share a
{
    font-size: 20px;
    line-height: 40px;

    display: inline-block;

    width: 40px;
    height: 40px;
    margin: 0;
    margin-right: 20px;
    padding: 0;

    text-align: center;
    vertical-align: top;

    border: 0;
    border: 1px solid #bfd2ec;
    border-radius: 50%;
}
.footer .foot-logo .share a:before
{
    font-family: 'iconfont' !important;

    content: '\e604';

    color: #fff;
}
.footer .foot-logo .share a:hover
{
    background-color: #bfd2ec;
}
.footer .foot-logo .share a:hover:before
{
    color: #1058bb;
}
.footer .foot-logo .share a.email:before
{
    content: '\e6a4';
}
.footer .foot-logo .share a.icon-weibo:before
{
    content: '\e666';
}
.footer .title-foot
{
    margin-bottom: 10px;
}
@media (max-width: 767px)
{
    .footer .title-foot
    {
        margin: 0;
				padding:20px 0;
    }
		.footer .foot-logo .share a {
			margin:0 10px;
		}
}
.footer .title-foot h3
{
    font-size: 18px;
    line-height: 30px;

    margin: 0;
}
@media (max-width: 767px)
{
    .footer .title-foot h3
    {
        font-size: 16px;
				display:none;
    }
}
@media (max-width: 767px)
{
    .footer .itempack
    {
        margin-top: 10px;
				display:none;
    }
}
@media (max-width: 767px)
{
    .footer .itempack .fnav ul li
    {
        display: inline-block;

        vertical-align: top;
    }
}
.footer .itempack .fnav a
{
    font-size: 16px;
    line-height: 36px;

    display: block;

    color: rgba(255, 255, 255, .6);
}
@media (max-width: 767px)
{
    .footer .itempack .fnav a
    {
        font-size: 14px;
        line-height: 24px;

        margin-right: 10px;
    }
}
.footer .itempack .fnav a:hover
{
    text-decoration: underline;

    color: #fff;
}
.footer .foot-erweima .erweima
{
    text-align: center;
}
@media (max-width: 767px)
{
    .footer .foot-erweima .erweima
    {
        text-align: center;
    }
}
.footer .foot-erweima .erweima img
{
    max-width: 156px;
}
@media (max-width: 1199px)
{
    .footer .foot-erweima .erweima img
    {
        max-width: 120px;
    }
}
.footer .foot-erweima .erweima p
{
    line-height: 24px;

    margin: 0;

    color: rgba(255, 255, 255, .6);
}
.copyright
{
    line-height: 30px;

    overflow: hidden;

    padding: 30px 5%;

    color: #fff;
    background-color: #1058bb;
}
@media (max-width: 1199px)
{
    .copyright
    {
        line-height: 24px;

        padding: 10px 15px;
    }
}
@media (max-width: 991px)
{
    .copyright
    {
        text-align: center;
    }
}
@media (max-width: 767px)
{
    .copyright
    {
        font-size: 12px;
    }
}
.copyright p
{
    display: inline-block;

    margin: 0;

    vertical-align: middle;
}
.copyright a.power
{
    display: inline-block;
    float: right;
}
@media (max-width: 767px)
{
    .copyright a.power
    {
        float: none;
    }
}
.copyright a.power:hover
{
    text-decoration: underline;
}
.online-service
{
    position: fixed;
    z-index: 13;
    top: 50%;
    right: 0;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
@media (max-width: 1199px)
{
    .online-service
    {
        z-index: 9;
    }
}
@media (max-width: 991px)
{
    .online-service
    {
        top: auto;
        bottom: 0;

        width: 100%;

        -webkit-transform: translateY(0%);
            -ms-transform: translateY(0%);
                transform: translateY(0%);
    }
}
@media (max-width: 991px)
{
    .online-service ul
    {
        font-size: 0;
    }
}
.online-service ul li
{
    margin: 3px 0;
}
@media (max-width: 991px)
{
    .online-service ul li
    {
        font-size: 14px;

        display: inline-block;

        width: 33.33333333%;
        margin: 0;

        text-align: center;
        vertical-align: top;

        border-right: 1px solid rgba(255, 255, 255, .2);
    }
}
.online-service a
{
    line-height: 48px;

    position: relative;

    display: block;

    width: 48px;
    height: 48px;

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

    color: #fff;
    border-radius: 50%;
    background-color: #d6d6d6;
}
@media (max-width: 991px)
{
    .online-service a
    {
        line-height: 48px;

        width: 100%;
        height: 48px;

        border-radius: 0;
        background-color: rgba(51, 51, 51, .9);
    }
}
.online-service a p,
.online-service a img
{
    font-size: 16px;

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

    padding: 0 10px;

    -webkit-transition: all .4s;
            transition: all .4s;
    -webkit-transform: translateX(200%);
        -ms-transform: translateX(200%);
            transform: translateX(200%);
    white-space: nowrap;

    border-radius: 5px;
    background-color: #1058bb;
}
@media (max-width: 991px)
{
    .online-service a p,
    .online-service a img
    {
        display: none;
    }
}
.online-service a img
{
    left: -120px;

    width: 120px;
    padding: 10px;
}
@media (max-width: 991px)
{
    .online-service a img
    {
        top: -130px;
        left: 0;

        -webkit-transform: translateX(0%);
            -ms-transform: translateX(0%);
                transform: translateX(0%);
    }
}
.online-service a .icon
{
    font-size: 24px;

    color: #fff;
}
@media (max-width: 991px)
{
    .online-service a .icon
    {
        font-size: 24px;
    }
}
@media (min-width: 992px)
{
    .online-service a:hover
    {
        color: #fff;
        background-color: #1058bb;
    }
    .online-service a:hover p,
    .online-service a:hover img
    {
        -webkit-transform: translateX(0%);
            -ms-transform: translateX(0%);
                transform: translateX(0%);
    }
}
@media (max-width: 991px)
{
    .online-service a:hover img
    {
        display: block;
    }
}
.innerwrap
{
    position: relative;
    z-index: 2;

    padding: 0 2%;
    padding-bottom: 80px;

    background-color: #edecec;
}
@media (max-width: 767px)
{
    .innerwrap
    {
        padding-bottom: 50px;
    }
}
.inner
{
    overflow: hidden;

    padding: 80px 2%;

    background-color: #f2f2f2;
}
@media (max-width: 991px)
{
    .inner
    {
        padding: 40px 10px;
    }
}
.inner .slick-arrow
{
    font-size: 26px;
    line-height: 50px;

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

    overflow: hidden;

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

    cursor: pointer;
    -webkit-transition: all .4s;
            transition: all .4s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;

    color: #fff;
    border: none;
    border-radius: 50%;
    outline: none;
    background: none;
    background-color: #b7b7b7;
}
@media (max-width: 767px)
{
    .inner .slick-arrow
    {
        font-size: 20px;
        line-height: 34px;

        width: 34px;
        height: 34px;
    }
}
.inner .slick-arrow:before
{
    font-family: 'iconfont' !important;

    display: inline-block;

    content: '\e61f';
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.inner .slick-arrow.slick-next
{
    right: 0;
    left: auto;
}
.inner .slick-arrow.slick-next:before
{
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
}
.inner .slick-arrow:hover
{
    background-color: #1058bb;
}
.inner .slick-dots
{
    margin-top: 30px;

    text-align: center;
}
@media (max-width: 767px)
{
    .inner .slick-dots
    {
        margin-top: 20px;
    }
}
.inner .slick-dots li
{
    display: inline-block;

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

    vertical-align: top;

    border: 4px solid #d2d2d2;
    border-radius: 50%;
}
@media (max-width: 1199px)
{
    .inner .slick-dots li
    {
        width: 10px;
        height: 10px;
        margin: 0 4px;

        border-width: 2px;
    }
}
.inner .slick-dots li button
{
    display: none;
}
.inner .slick-dots li.slick-active
{
    border-color: #1058bb;
}
.inner-txt
{
    margin-top: 30px;
}
@media (max-width: 991px)
{
    .inner-txt
    {
        margin-top: 14px;
    }
}
.inner-txt p
{
    font-size: 18px;
    line-height: 2;

    margin: 0;
}
@media (max-width: 1199px)
{
    .inner-txt p
    {
        font-size: 16px;
        line-height: 24px;
    }
}
@media (max-width: 991px)
{
    .inner-txt p
    {
        font-size: 14px;
    }
}
.title-inner
{
    text-align: center;
}
.title-inner h2
{
    font-size: 36px;
    line-height: 1.2;

    display: block;

    margin: 0;

    color: #1058bb;
}
@media (max-width: 1199px)
{
    .title-inner h2
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .title-inner h2
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .title-inner h2
    {
        font-size: 22px;
    }
}
.title-inner h2:after
{
    display: block;

    width: 153px;
    height: 4px;
    margin: 0 auto;
    margin-top: 14px;

    content: '';

    background: url(../images/line-1.png) no-repeat center;
    background-size: cover;
}
.title-wrap
{
    text-align: center;
}
.title-wrap:after
{
    display: block;

    width: 100%;
    height: 15px;
    margin-top: 30px;

    content: '';

    background: url(../images/line1.png) no-repeat center;
}
.title-wrap h3
{
    font-family: 'Tungsten';
    font-size: 72px;
    line-height: 72px;

    display: block;

    margin: 0;

    text-transform: uppercase;

    color: rgba(0, 0, 0, .07);
}
@media (max-width: 1470px)
{
    .title-wrap h3
    {
        font-size: 60px;
    }
}
@media (max-width: 1199px)
{
    .title-wrap h3
    {
        font-size: 50px;
    }
}
@media (max-width: 991px)
{
    .title-wrap h3
    {
        font-size: 40px;
    }
}
@media (max-width: 767px)
{
    .title-wrap h3
    {
        font-size: 38px;
    }
}
.title-wrap h2
{
    font-size: 48px;
    font-weight: bold;
    line-height: 72px;

    margin: 0;
    margin-top: -76px;
}
@media (max-width: 1470px)
{
    .title-wrap h2
    {
        font-size: 40px;
    }
}
@media (max-width: 1199px)
{
    .title-wrap h2
    {
        font-size: 34px;
    }
}
@media (max-width: 991px)
{
    .title-wrap h2
    {
        font-size: 30px;
    }
}
.pro-sort
{
    padding-bottom: 0;

    text-align: center;
}
.pro-sort ul
{
    font-size: 0;
}
.pro-sort ul li
{
    display: inline-block;

    margin-top: -1px;
    margin-left: -1px;

    vertical-align: top;
}
@media (max-width: 767px)
{
    .pro-sort ul li
    {
        width: 50%;
    }
}
.pro-sort ul li a
{
    font-size: 18px;
    line-height: 28px;

    display: block;

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

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

    border: 1px solid #c9c9c9;
}
@media (max-width: 1199px)
{
    .pro-sort ul li a
    {
        font-size: 16px;

        min-width: 200px;
        padding: 10px;
    }
}
@media (max-width: 767px)
{
    .pro-sort ul li a
    {
        font-size: 14px;

        min-width: auto;
    }
}
.pro-sort ul li.active a,
.pro-sort ul li:hover a
{
    color: #fff;
    background-color: #1058bb;
}
.inside-nav
{
    overflow: hidden;

    margin-top: 20px;

    background-color: #fff;
}
.inside-nav .nav-wrap
{
    position: relative;

    display: inline-block;
}
@media (max-width: 1199px)
{
    .inside-nav .nav-wrap
    {
        display: block;
    }
}
@media (max-width: 767px)
{
    .inside-nav .nav-wrap
    {
        padding: 10px 0;

        background: none;
    }
}
.inside-nav .nav-wrap ul > li
{
    display: inline-block;

    vertical-align: top;
}
.inside-nav .nav-wrap ul > li > a
{
    font-size: 18px;
    line-height: 30px;

    display: block;

    padding: 25px 30px;

    -webkit-transition: all .2s;
            transition: all .2s;
}
@media (max-width: 1199px)
{
    .inside-nav .nav-wrap ul > li > a
    {
        padding: 10px 20px;
    }
}
@media (max-width: 991px)
{
    .inside-nav .nav-wrap ul > li > a
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .inside-nav .nav-wrap ul > li > a
    {
        font-size: 14px;

        padding: 0 5px;

        color: #666;
    }
}
.inside-nav .nav-wrap ul > li.active > a,
.inside-nav .nav-wrap ul > li:hover > a
{
    color: #fff;
    background-color: #1058bb;
}
@media (max-width: 767px)
{
    .inside-nav .nav-wrap ul > li.active > a,
    .inside-nav .nav-wrap ul > li:hover > a
    {
        font-weight: bold;

        color: #1058bb;
        background: none;
    }
}
.inside-nav .location
{
    display: inline-block;
    float: right;

    padding-right: 2%;

    color: #999;
}
@media (max-width: 1199px)
{
    .inside-nav .location
    {
        display: block;
        float: none;

        padding: 0 15px;

        border-top: 1px solid #dcdcdc;
        border-bottom: 1px solid #dcdcdc;
    }
}
.inside-nav .location:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    display: inline-block;

    margin-right: 4px;

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

    color: #d3d3d3;
}
.inside-nav .location span,
.inside-nav .location ul
{
    display: inline-block;

    vertical-align: middle;
}
.inside-nav .location ul > li
{
    font-size: 16px;

    display: inline-block;

    vertical-align: top;

    color: #979696;
}
@media (max-width: 767px)
{
    .inside-nav .location ul > li
    {
        font-size: 14px;
    }
}
.inside-nav .location ul > li:after
{
    content: '>';
}
.inside-nav .location ul > li:last-child:after
{
    display: none;
}
.inside-nav .location ul > li a
{
    line-height: 30px;

    display: inline-block;

    padding: 25px 4px;
}
@media (max-width: 1199px)
{
    .inside-nav .location ul > li a
    {
        padding: 10px 4px;
    }
}
@media (max-width: 767px)
{
    .inside-nav .location ul > li a
    {
        font-size: 12px;

        padding: 4px;
    }
}
.inside-nav .location ul > li a:hover
{
    text-decoration: underline;

    color: #1058bb;
}
.inner-about
{
    background-color: #f2f2f2;
}
.inner-about .about
{
    font-size: 0;
}
.inner-about .about .about-left,
.inner-about .about .about-pic
{
    font-size: 14px;

    display: inline-block;

    vertical-align: top;
}
.inner-about .about .about-left
{
    width: 62%;
    padding-right: 5%;
}
@media (max-width: 991px)
{
    .inner-about .about .about-left
    {
        width: 100%;
        padding-right: 0;
    }
}
.inner-about .about .about-left .title-about
{
    color: #1058bb;
}
.inner-about .about .about-left .title-about h2
{
    font-size: 36px;
    line-height: 1.4;

    margin: 0;
}
@media (max-width: 1199px)
{
    .inner-about .about .about-left .title-about h2
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .inner-about .about .about-left .title-about h2
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .inner-about .about .about-left .title-about h2
    {
        font-size: 20px;
    }
}
.inner-about .about .about-left .title-about h3
{
    font-family: 'Bahnschrift';
    font-size: 24px;
    line-height: 1.4;

    margin: 0;
}
@media (max-width: 1199px)
{
    .inner-about .about .about-left .title-about h3
    {
        font-size: 20px;
    }
}
@media (max-width: 991px)
{
    .inner-about .about .about-left .title-about h3
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .inner-about .about .about-left .title-about h3
    {
        font-size: 14px;
    }
}
.inner-about .about .about-left .text
{
    margin-top: 20px;
}
.inner-about .about .about-left .text p
{
    font-size: 16px;
    line-height: 28px;

    margin: 0;
}
@media (max-width: 767px)
{
    .inner-about .about .about-left .text p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.inner-about .about .about-left .number
{
    margin-top: 50px;
}
@media (max-width: 991px)
{
    .inner-about .about .about-left .number
    {
        margin-top: 10px;
    }
}
.inner-about .about .about-left .number ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
@media (max-width: 767px)
{
    .inner-about .about .about-left .number ul
    {
        font-size: 0;

        display: block;
    }
}
.inner-about .about .about-left .number ul li
{
    display: inline-block;

    vertical-align: top;
}
@media (max-width: 767px)
{
    .inner-about .about .about-left .number ul li
    {
        font-size: 14px;

        width: 50%;
        margin: 14px 0;

        text-align: center;
    }
    .inner-about .about .about-left .number ul li:nth-child(1)
    {
        width: 100%;
    }
}
.inner-about .about .about-left .number .itempack
{
    position: relative;

    display: inline-block;

    margin-top: 10px;
    padding-right: 60px;
}
@media (max-width: 767px)
{
    .inner-about .about .about-left .number .itempack
    {
        padding-right: 40px;
    }
}
.inner-about .about .about-left .number .itempack img
{
    position: absolute;
    right: 0;
    bottom: 0;
}
@media (max-width: 767px)
{
    .inner-about .about .about-left .number .itempack img
    {
        max-width: 40px;
    }
}
.inner-about .about .about-left .number .itempack h3
{
    font-family: 'Bebas Neue';
    font-size: 80px;
    line-height: 1;

    margin: 0;
}
@media (max-width: 1199px)
{
    .inner-about .about .about-left .number .itempack h3
    {
        font-size: 70px;
    }
}
@media (max-width: 991px)
{
    .inner-about .about .about-left .number .itempack h3
    {
        font-size: 60px;
    }
}
@media (max-width: 767px)
{
    .inner-about .about .about-left .number .itempack h3
    {
        font-size: 40px;
    }
}
.inner-about .about .about-left .number .itempack h3 sub
{
    font-size: 14px;
}
.inner-about .about .about-left .number .itempack p
{
    line-height: 24px;

    margin: 4px 0 0 0;

    color: #666;
}
.inner-about .about .about-pic
{
    overflow: hidden;

    width: 38%;
}
@media (max-width: 991px)
{
    .inner-about .about .about-pic
    {
        width: 100%;
        margin-top: 30px;
    }
    .inner-about .about .about-pic img
    {
        max-width: 100%;
    }
}
.inner-about .strategic
{
    margin-top: 80px;
    padding-top: 80px;

    border-top: 1px solid #f7f7f7;
}
@media (max-width: 991px)
{
    .inner-about .strategic
    {
        margin-top: 40px;
        padding-top: 40px;
    }
}
.inner-about .strategic h3
{
    font-weight: bold;
    line-height: 36px;

    margin: 0;

    color: #1058bb;
}
@media (max-width: 991px)
{
    .inner-about .strategic h3
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .inner-about .strategic h3
    {
        font-size: 18px;
    }
}
.inner-about .strategic p
{
    font-size: 16px;
    line-height: 28px;

    margin: 0;
}
@media (max-width: 767px)
{
    .inner-about .strategic p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.inner-culture
{
    margin-top: 30px;

    background-color: #f2f2f2;
}
.inner-culture .culture > ul
{
    font-size: 0;
}
.inner-culture .culture > ul > li
{
    font-size: 14px;

    display: inline-block;

    width: 50%;
    padding: 5px;

    vertical-align: top;
}
@media (max-width: 767px)
{
    .inner-culture .culture > ul > li
    {
        width: 100%;
    }
}
.inner-culture .culture > ul > li:nth-child(1)
{
    width: 56.5%;
}
@media (max-width: 767px)
{
    .inner-culture .culture > ul > li:nth-child(1)
    {
        width: 100%;
    }
}
.inner-culture .culture > ul > li:nth-child(1) .itempack .picbox .img-size
{
    padding-bottom: 38.29787234%;
}
.inner-culture .culture > ul > li:nth-child(2)
{
    width: 43.5%;
}
@media (max-width: 767px)
{
    .inner-culture .culture > ul > li:nth-child(2)
    {
        width: 100%;
    }
}
.inner-culture .culture > ul > li:nth-child(2) .itempack .picbox .img-size
{
    padding-bottom: 50%;
}
.inner-culture .culture > ul > li:nth-child(3) .itempack .txt
{
    color: #1058bb;
}
.inner-culture .culture > ul > li:nth-child(3) .itempack .txt h3
{
    border-bottom-color: #1058bb;
}
.inner-culture .culture .itempack
{
    position: relative;
}
.inner-culture .culture .itempack .picbox .img-size
{
    padding-bottom: 39.52095808%;
}
.inner-culture .culture .itempack .txt
{
    position: absolute;
    z-index: 2;
    top: 5%;
    left: 10%;

    color: #fff;
}
@media (max-width: 991px)
{
    .inner-culture .culture .itempack .txt
    {
        top: 10px;
        left: 15px;
    }
}
.inner-culture .culture .itempack .txt h3
{
    font-size: 36px;
    line-height: 2;

    display: inline-block;

    border-bottom: 2px solid #fff;
}
@media (max-width: 1199px)
{
    .inner-culture .culture .itempack .txt h3
    {
        font-size: 30px;
    }
}
@media (max-width: 1199px) and (max-width: 991px)
{
    .inner-culture .culture .itempack .txt h3
    {
        font-size: 24px;

        margin: 0;
    }
}
@media (max-width: 1199px) and (max-width: 767px)
{
    .inner-culture .culture .itempack .txt h3
    {
        font-size: 20px;
    }
}
.inner-culture .culture .itempack .txt p
{
    font-size: 20px;
    line-height: 1.7;

    max-width: 360px;
    margin: 0;
}
@media (max-width: 991px)
{
    .inner-culture .culture .itempack .txt p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .inner-culture .culture .itempack .txt p
    {
        font-size: 14px;
    }
}
.inner-organization
{
    margin-top: 30px;

    background: url(../images/organization_bg.jpg) no-repeat center;
    background-size: cover;
}
.inner-organization .organization
{
    margin-top: 40px;

    text-align: center;
}
.inner-organization .organization img
{
    max-width: 100%;
}
.inner-honor
{
    margin-top: 30px;

    background-color: #f2f2f2;
}
.inner-honor .honor-scroll
{
    margin: 0 -30px;
    margin-top: 40px;
}
@media (max-width: 1199px)
{
    .inner-honor .honor-scroll
    {
        margin: 0 -15px;
        margin-top: 20px;
    }
}
@media (max-width: 767px)
{
    .inner-honor .honor-scroll
    {
        margin: 0 -5px;
        margin-top: 20px;
    }
}
.inner-honor .honor-scroll .slick-slide
{
    padding: 0 30px;
}
@media (max-width: 1199px)
{
    .inner-honor .honor-scroll .slick-slide
    {
        padding: 0 15px;
    }
}
@media (max-width: 767px)
{
    .inner-honor .honor-scroll .slick-slide
    {
        padding: 0 5px;
    }
}
.inner-honor .honor-scroll .itempack
{
    display: block;

    text-align: center;
}
.inner-honor .honor-scroll .itempack .picbox
{
    padding: 18px;

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

    border: 1px solid #dcdcdc;
}
@media (max-width: 1199px)
{
    .inner-honor .honor-scroll .itempack .picbox
    {
        padding: 10px;
    }
}
@media (max-width: 767px)
{
    .inner-honor .honor-scroll .itempack .picbox
    {
        padding: 5px;
    }
}
.inner-honor .honor-scroll .itempack .picbox .img-size
{
    padding-bottom: 146.66666667%;
}
.inner-honor .honor-scroll .itempack .picbox .img-size img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.inner-honor .honor-scroll .itempack p
{
    font-size: 16px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 14px 0 0 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.inner-honor .honor-scroll .itempack:hover .picbox
{
    background-color: #1058bb;
}
.inner-honor .honor-scroll .itempack:hover .picbox .img-size img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.inner-history
{
    font-size: 0;

    margin-top: 30px;

    background-color: #f2f2f2;
}
.inner-history .title-inner,
.inner-history .history-scroll
{
    font-size: 14px;

    display: inline-block;

    vertical-align: top;
}
.inner-history .title-inner
{
    position: relative;

    overflow: hidden;

    width: 370px;
}
@media (max-width: 1470px)
{
    .inner-history .title-inner
    {
        width: 280px;
    }
}
@media (max-width: 1199px)
{
    .inner-history .title-inner
    {
        width: 100%;
    }
    .inner-history .title-inner img
    {
        display: none;
    }
}
.inner-history .title-inner h2
{
    position: absolute;
    top: 10%;
    left: 0;

    padding: 0 8%;
}
@media (max-width: 1199px)
{
    .inner-history .title-inner h2
    {
        position: relative;
        top: 0;

        padding: 0;
    }
}
.inner-history .history-scroll
{
    width: -webkit-calc(100% - 370px);
    width:         calc(100% - 370px);
    padding-left: 40px;
}
@media (max-width: 1470px)
{
    .inner-history .history-scroll
    {
        width: -webkit-calc(100% - 280px);
        width:         calc(100% - 280px);
    }
}
@media (max-width: 1199px)
{
    .inner-history .history-scroll
    {
        width: 100%;
        margin-top: 30px;
        padding-left: 0;
    }
}
.inner-history .history-scroll .itempack .picbox
{
    position: relative;

    padding: 0 15px;
    padding-bottom: 50px;

    border-bottom: 1px solid #dbdbdb;
}
@media (max-width: 767px)
{
    .inner-history .history-scroll .itempack .picbox
    {
        padding: 0 8px;
        padding-bottom: 50px;
    }
}
.inner-history .history-scroll .itempack .picbox:before
{
    position: absolute;
    bottom: 0;
    left: 50%;

    display: block;

    width: 1px;
    height: 50px;

    content: '';

    background-color: #dbdbdb;
}
.inner-history .history-scroll .itempack .picbox:after
{
    position: absolute;
    bottom: -10px;
    left: 50%;

    display: block;

    width: 20px;
    height: 20px;

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

    border: 1px solid #dbdbdb;
    border-radius: 50%;
    background-color: #f2f2f2;
}
.inner-history .history-scroll .itempack .picbox .img-size
{
    padding-bottom: 66.66666667%;
}
.inner-history .history-scroll .itempack .txt
{
    margin-top: 30px;
    padding: 0 15px;

    text-align: center;
}
@media (max-width: 767px)
{
    .inner-history .history-scroll .itempack .txt
    {
        padding: 0 8px;
    }
}
.inner-history .history-scroll .itempack .txt .date
{
    font-family: 'Bebas Neue';
    font-size: 38px;
    line-height: 1.5;

    display: block;

    margin: 0;
}
@media (max-width: 991px)
{
    .inner-history .history-scroll .itempack .txt .date
    {
        font-size: 30px;
    }
}
.inner-history .history-scroll .itempack .txt .date:after
{
    display: block;

    width: 30px;
    height: 2px;
    margin: 0 auto;
    margin-bottom: 10px;

    content: '';

    background-color: #696969;
}
.inner-history .history-scroll .itempack .txt p
{
    line-height: 30px;

    margin: 0;
}
@media (max-width: 991px)
{
    .inner-history .history-scroll .itempack .txt p
    {
        line-height: 24px;
    }
}
.inner-history .history-scroll .slick-current .itempack .picbox:before,
.inner-history .history-scroll .slick-current .itempack .picbox:after
{
    background-color: #1058bb;
}
.inner-history .history-scroll .slick-current .itempack .txt .date
{
    color: #1058bb;
}
.inner-history .history-scroll .slick-current .itempack .txt .date:after
{
    background-color: #1058bb;
}
.inner-history .history-scroll .slick-arrow
{
    font-size: 20px;
    line-height: 38px;

    top: 250px;
    left: 35px;

    width: 40px;
    height: 40px;

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

    color: #dbdbdb;
    border: 1px solid #dbdbdb;
    background-color: #f2f2f2;
}
@media (max-width: 1660px)
{
    .inner-history .history-scroll .slick-arrow
    {
        top: 210px;
    }
}
@media (max-width: 1470px)
{
    .inner-history .history-scroll .slick-arrow
    {
        top: 200px;
    }
}
@media (max-width: 1350px)
{
    .inner-history .history-scroll .slick-arrow
    {
        top: 180px;
    }
}
@media (max-width: 1199px)
{
    .inner-history .history-scroll .slick-arrow
    {
        top: 190px;
        left: 0;
    }
}
@media (max-width: 767px)
{
    .inner-history .history-scroll .slick-arrow
    {
        top: 170px;
    }
}
.inner-history .history-scroll .slick-arrow:before
{
    content: '\e827';
}
.inner-history .history-scroll .slick-arrow.slick-next
{
    right: 0;
    left: auto;
}
.inner-history .history-scroll .slick-arrow:hover
{
    color: #fff;
    background-color: #1058bb;
}
.inner-partners
{
    background-color: #f2f2f2;
}
.inner-partners .partners
{
    margin-top: -24px;
}
@media (max-width: 767px)
{
    .inner-partners .partners
    {
        margin-top: -15px;
    }
}
.inner-partners .partners .itempack
{
    margin-top: 24px;
    padding: 10px;

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

    background-color: #fff;
}
@media (max-width: 767px)
{
    .inner-partners .partners .itempack
    {
        margin-top: 15px;
    }
}
.inner-partners .partners .itempack .img-size
{
    padding-bottom: 50%;
}
.inner-partners .partners .itempack .img-size img
{
    border: 1px solid #eee;
}
.inner-partners .partners .itempack:hover
{
    background-color: #1058bb;
}
.inner-advantage
{
    background-color: #f2f2f2;
}
.inner-advantage .advantage .itempack
{
    font-size: 0;

    position: relative;

    margin-top: 30px;

    border: 20px solid #fff;
    background-color: #f6f6f6;
}
@media (max-width: 991px)
{
    .inner-advantage .advantage .itempack
    {
        border-width: 10px;
    }
}
.inner-advantage .advantage .itempack .number
{
    font-family: 'Bebas Neue';
    font-size: 80px;
    line-height: 1;

    position: absolute;
    right: 20px;
    bottom: -30px;

    opacity: .1;
}
@media (max-width: 991px)
{
    .inner-advantage .advantage .itempack .number
    {
        font-size: 60px;

        right: 0;
        bottom: -10px;
    }
}
.inner-advantage .advantage .itempack .picbox,
.inner-advantage .advantage .itempack .txt
{
    font-size: 14px;

    display: inline-block;

    width: 50%;

    vertical-align: middle;
}
@media (max-width: 767px)
{
    .inner-advantage .advantage .itempack .picbox,
    .inner-advantage .advantage .itempack .txt
    {
        display: block;

        width: 100%;
    }
}
.inner-advantage .advantage .itempack .picbox
{
    overflow: hidden;
}
.inner-advantage .advantage .itempack .picbox img
{
    width: 100%;

    -webkit-transition: all 1s;
            transition: all 1s;
}
.inner-advantage .advantage .itempack .txt
{
    padding: 30px 5%;
}
@media (max-width: 991px)
{
    .inner-advantage .advantage .itempack .txt
    {
        padding: 14px 3%;
    }
}
@media (max-width: 767px)
{
    .inner-advantage .advantage .itempack .txt
    {
        padding: 20px 15px;
    }
}
.inner-advantage .advantage .itempack .txt .title-txt h3
{
    font-size: 28px;
    line-height: 2;

    display: inline-block;

    margin: 0;

    color: #1058bb;
    border-bottom: 2px solid #1058bb;
}
@media (max-width: 991px)
{
    .inner-advantage .advantage .itempack .txt .title-txt h3
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .inner-advantage .advantage .itempack .txt .title-txt h3
    {
        font-size: 20px;
    }
}
.inner-advantage .advantage .itempack .txt .nn
{
    margin-top: 20px;
}
@media (max-width: 991px)
{
    .inner-advantage .advantage .itempack .txt .nn
    {
        margin-top: 10px;
    }
}
.inner-advantage .advantage .itempack .txt .nn p
{
    font-size: 16px;
    line-height: 24px;

    margin: 0;
}
@media (max-width: 991px)
{
    .inner-advantage .advantage .itempack .txt .nn p
    {
        font-size: 14px;
    }
}
.inner-advantage .advantage .itempack:hover .picbox img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.inner-join
{
    background-color: #f2f2f2;
}
.inner-join .join-search ul
{
    font-size: 0;
}
.inner-join .join-search ul li
{
    display: inline-block;

    width: 100%;

    vertical-align: top;
}
@media (max-width: 767px)
{
    .inner-join .join-search ul li
    {
        margin: 10px 0;
    }
}

.inner-join .join-search ul li:nth-child(1)
{
    width: -webkit-calc(100% - 200px);
    width:         calc(100% - 200px);
}
@media (max-width: 1199px)
{
    .inner-join .join-search ul li:nth-child(1)
    {
        width: -webkit-calc(100% - 100px);
        width:         calc(100% - 100px);
    }
}
@media (max-width: 767px)
{
    .inner-join .join-search ul li:nth-child(1)
    {
        width: -webkit-calc(100% - 100px);
        width:         calc(100% - 100px);
    }
}
.inner-join .join-search ul li:nth-child(2)
{
    width: 200px;
}
@media (max-width: 1199px)
{
    .inner-join .join-search ul li:nth-child(2)
    {
        width: 100px;
    }
}
.inner-join .join-search input,
.inner-join .join-search select
{
    font-size: 16px;
    line-height: 30px;

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

    color: #a5a4a4;
    border: none;
    outline: none;
    background: #fff;
}
@media (max-width: 991px)
{
    .inner-join .join-search input,
    .inner-join .join-search select
    {
        font-size: 14px;

        height: 50px;
        padding: 10px;
    }
}
.inner-join .join-search input::-webkit-input-placeholder,
.inner-join .join-search textarea::-webkit-input-placeholder
{
    color: #a5a4a4;
}
.inner-join .join-search input:-o-placeholder,
.inner-join .join-search textarea:-o-placeholder
{
    color: #a5a4a4;
}
.inner-join .join-search input::-moz-placeholder,
.inner-join .join-search textarea::-moz-placeholder
{
    color: #a5a4a4;
}
.inner-join .join-search input:-ms-input-placeholder,
.inner-join .join-search textarea:-ms-input-placeholder
{
    color: #a5a4a4;
}
.inner-join .join-search input:focus::-webkit-input-placeholder,
.inner-join .join-search textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.inner-join .join-search input:focus::-o-placeholder,
.inner-join .join-search textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.inner-join .join-search input:focus::-moz-placeholder,
.inner-join .join-search textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.inner-join .join-search input:focus::-ms-input-placeholder,
.inner-join .join-search textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.inner-join .join-search select
{
    background: url(../images/select_bg.jpg) no-repeat right center #fff;

            appearance: none;
       -moz-appearance: none;
    -webkit-appearance: none;
        -ms-appearance: none;
}
.inner-join .join-search .submit
{
    font-size: 16px;

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

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

    color: #fff;
    border-radius: 0;
    outline: none;
    background-color: #1058bb;
}
@media (max-width: 991px)
{
    .inner-join .join-search .submit
    {
        line-height: 50px;

        height: 50px;
    }
}
.inner-join .join-search .submit:hover
{
    background-color: #034093;
}
.inner-join .join
{
    margin-top: 30px;
}
.inner-join .join .title-join > ul
{
    font-size: 0;
}
.inner-join .join .title-join > ul > li
{
    font-size: 14px;

    display: inline-block;

    width: 12.5%;

    vertical-align: middle;
}
@media (max-width: 767px)
{
    .inner-join .join .title-join > ul > li
    {
        font-size: 14px;
    }
}
.inner-join .join .title-join p
{
    margin: 0;
}
.inner-join .join .title-join
{
    line-height: 30px;

    padding: 15px 0;

    border-bottom: 1px solid #bfbfbf;
}
@media (max-width: 991px)
{
    .inner-join .join .title-join
    {
        padding: 15px 0;
    }
}
.inner-join .join .title-join p
{
    font-size: 18px;

    padding-right: 10px;
}
@media (max-width: 991px)
{
    .inner-join .join .title-join p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .inner-join .join .title-join p
    {
        font-size: 14px;
    }
}
.inner-join .join-list
{
    clear: both;
}
.inner-join .join-list > ul > li
{
    margin-top: 10px;
}
.inner-join .join-list .itempack:hover .title-item p
{
    color: #1058bb;
}
.inner-join .join-list .title-item
{
    cursor: pointer;
    text-align: left;

    border-bottom: 1px solid #d6d6d6;
}
.inner-join .join-list .title-item > ul
{
    font-size: 0;
}
.inner-join .join-list .title-item > ul > li
{
    font-size: 14px;

    display: inline-block;

    width: 12.5%;
    padding-right: 10px;

    vertical-align: top;
}
@media (max-width: 767px)
{
    .inner-join .join-list .title-item > ul > li
    {
        padding-right: 5px;
    }
}
.inner-join .join-list .title-item > ul > li:last-child
{
    text-align: right;
}
.inner-join .join-list .title-item p
{
    font-size: 16px;
    line-height: 30px;

    padding: 15px 0;

    color: #878787;
}
@media (max-width: 767px)
{
    .inner-join .join-list .title-item p
    {
        font-size: 13px;
        line-height: 20px;

        padding: 10px 0;
    }
}
.inner-join .join-list .desc
{
    font-size: 14px;
    line-height: 36px;

    display: none;
    overflow: hidden;

    padding: 26px 0;

    border-bottom: 1px solid #d6d6d6;
}
@media (max-width: 991px)
{
    .inner-join .join-list .desc
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.inner-join .join-list .desc p
{
    margin: 0;

    color: #666;
}
.inner-join .join-list .desc h3
{
    font-size: 18px;
    line-height: 24px;

    margin: 0;

    color: #1058bb;
}
@media (max-width: 991px)
{
    .inner-join .join-list .desc h3
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .inner-join .join-list .desc h3
    {
        font-size: 14px;
    }
}
@media (max-width: 767px)
{
    .inner-join .join-list .link
    {
        margin-top: 10px;
    }
}
.inner-join .join-list .link a
{
    font-size: 14px;
    line-height: 46px;

    display: inline-block;

    margin-top: 30px;
    padding: 0 50px;

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

    color: #fff;
    background-color: #1058bb;
}
.inner-join .join-list .link a:hover
{
    background-color: #034093;
}
.inner-join .join-list .current .title-item .more
{
    color: #1058bb;
}
.maskbg
{
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;

    display: none;

    width: 100%;
    height: 100%;

    background: rgba(0, 0, 0, .7);
}
.fixed-message
{
    position: fixed;
    z-index: 11;
    top: 50%;
    left: 0;

    display: none;
    overflow: hidden;
    overflow-y: auto;

    width: 100%;
    max-height: 90%;
    padding: 20px 0;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
@media (max-width: 991px)
{
    .fixed-message
    {
        padding: 20px;
    }
}
.fixed-message .messageinfo
{
    position: relative;

    max-width: 1400px;
    height: 100%;
    margin: 0 auto;
    padding: 0 10% 50px 10%;

    background-color: #fff;
}
@media (max-width: 991px)
{
    .fixed-message .messageinfo
    {
        padding: 0 15px 15px 15px;
    }
}
.fixed-message form
{
    overflow: hidden;
}
.fixed-message .col-xs-12
{
    margin-top: 6px;
}
.fixed-message form
{
    margin-top: 30px;
}
.fixed-message .title-message
{
    padding: 20px 0;

    border-bottom: 1px solid #ddd;
}
.fixed-message .title-message h3
{
    font-size: 20px;
    line-height: 2;

    display: block;

    margin: 0;

    text-align: center;
}
@media (max-width: 991px)
{
    .fixed-message .title-message h3
    {
        font-size: 18px;
    }
}
.fixed-message .title-message .m-close
{
    position: absolute;
    top: -20px;
    right: -20px;

    float: right;

    width: 42px;
    height: 42px;

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

    color: #666;
    border-radius: 50%;
    background-color: #fff;
}
.fixed-message .title-message .m-close:after
{
    font-family: 'iconfont' !important;
    font-size: 30px;
    line-height: 42px;

    display: block;

    content: '\e61b';
}
.fixed-message .title-message .m-close:hover
{
    color: #fff;
    background-color: #1058bb;
}
.fixed-message .item
{
    position: relative;

    overflow: hidden;

    min-height: 50px;
    padding-left: 120px;
}
@media (max-width: 991px)
{
    .fixed-message .item
    {
        padding-left: 90px;
    }
}
.fixed-message p
{
    font-size: 16px;
    line-height: 48px;

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

    width: 110px;
    margin: 0;

    text-align: right;
}
@media (max-width: 991px)
{
    .fixed-message p
    {
        font-size: 14px;

        width: 70px;
    }
}
.fixed-message input,
.fixed-message textarea,
.fixed-message select
{
    font-size: 14px;
    line-height: 28px;

    width: 100%;
    max-width: 250px;
    min-height: 38px;
    padding: 5px 10px;

    border: 1px solid #dcdcdc;
    border-radius: 6px;
    outline: none;
    background: #fff;
}
.fixed-message .radio
{
    font-size: 18px;
    line-height: 30px;

    display: inline-block;

    margin-top: 10px;

    cursor: pointer;
    vertical-align: middle;
}
@media (max-width: 767px)
{
    .fixed-message .radio
    {
        font-size: 15px;
    }
}
.fixed-message .radio input[type='radio']
{
    position: absolute;

    opacity: 0;
}
.fixed-message .radio input[type='radio'] + .radio-label:before
{
    position: relative;
    top: 6px;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin-right: 1em;

    content: '';
    cursor: pointer;
    -webkit-transition: all 250ms ease;
            transition: all 250ms ease;
    text-align: center;
    vertical-align: top;

    border: 1px solid #b4b4b4;
    border-radius: 100%;
    background: #f4f4f4;
}
.fixed-message .radio input[type='radio']:checked + .radio-label:before
{
    background-color: #1058bb;
    box-shadow: inset 0 0 0 4px #f4f4f4;
}
.fixed-message .radio input[type='radio']:focus + .radio-label:before
{
    border-color: #1058bb;
    outline: none;
}
.fixed-message .radio input[type='radio'] + .radio-label:empty:before
{
    margin-right: 0;
}
.fixed-message .item-1
{
    padding-left: 0;

    text-align: center;
}
.fixed-message .btn
{
    font-size: 18px;
    line-height: 40px;

    display: inline-block;

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

    cursor: pointer;
    -webkit-transition: all .4s;
            transition: all .4s;

    color: #fff;
    border-radius: 6px;
    outline: none;
    background-color: #1058bb;
}
@media (max-width: 1560px)
{
    .fixed-message .btn
    {
        font-size: 16px;
    }
}
.fixed-message .btn.reset
{
    margin-right: 100px;

    color: #333;
    background-color: #cecece;
}
@media (max-width: 991px)
{
    .fixed-message .btn.reset
    {
        margin-right: 20px;
    }
}
.fixed-message .btn:hover
{
    background-color: #034093;
}
.maskbg
{
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;

    display: none;

    width: 100%;
    height: 100%;

    background: rgba(0, 0, 0, .7);
}
.inner-news .news-top
{
    font-size: 0;

    display: block;

    padding: 20px;

    background-color: #fff;
}
.inner-news .news-top .img,
.inner-news .news-top .desc
{
    font-size: 14px;

    display: inline-block;

    vertical-align: middle;
}
.inner-news .news-top .img
{
    overflow: hidden;

    width: 360px;
}
@media (max-width: 991px)
{
    .inner-news .news-top .img
    {
        width: 280px;
    }
}
@media (max-width: 767px)
{
    .inner-news .news-top .img
    {
        width: 100%;
    }
}
.inner-news .news-top .img img
{
    width: 100%;

    -webkit-transition: all 1s;
            transition: all 1s;
}
.inner-news .news-top .desc
{
    width: -webkit-calc(100% - 360px);
    width:         calc(100% - 360px);
    padding: 20px 4%;
}
@media (max-width: 991px)
{
    .inner-news .news-top .desc
    {
        width: -webkit-calc(100% - 280px);
        width:         calc(100% - 280px);
    }
}
@media (max-width: 767px)
{
    .inner-news .news-top .desc
    {
        width: 100%;
        padding: 20px 10px;
    }
}
.inner-news .news-top .desc h3
{
    font-size: 26px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    min-height: 60px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 1470px)
{
    .inner-news .news-top .desc h3
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .inner-news .news-top .desc h3
    {
        font-size: 18px;
    }
}
.inner-news .news-top .desc .date
{
    font-size: 16px;
    line-height: 24px;

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

    height: 24px;
    margin-top: 10px;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .inner-news .news-top .desc .date
    {
        font-size: 14px;
    }
}
.inner-news .news-top .desc p
{
    font-size: 16px;
    line-height: 36px;

    display: -webkit-box;
    overflow: hidden;

    max-height: 36px;
    margin: 20px 0 0 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .inner-news .news-top .desc p
    {
        font-size: 14px;
        line-height: 26px;

        display: -webkit-box;
        overflow: hidden;

        max-height: 26px;
        margin-top: 10px;

        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
}
.inner-news .news-top .desc span.more
{
    font-size: 16px;
    line-height: 54px;

    display: inline-block;

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

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

    color: #fff;
    background-color: #1058bb;
}
@media (max-width: 991px)
{
    .inner-news .news-top .desc span.more
    {
        line-height: 40px;

        margin-top: 14px;
        padding: 0 30px;
    }
}
@media (max-width: 767px)
{
    .inner-news .news-top .desc span.more
    {
        font-size: 14px;
    }
}
.inner-news .news-top .desc span.more:hover
{
    background-color: #034093;
}
.inner-news .news-top:hover .img img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.inner-news .news-top:hover .desc h3
{
    color: #1058bb;
}
.inner-news .news .itemgroup
{
    display: table;

    width: 100%;
    margin-top: 20px;
    padding: 30px 0 30px 20px;

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

    background-color: #fff;
}
@media (max-width: 767px)
{
    .inner-news .news .itemgroup
    {
        margin-top: 10px;
        padding: 20px 0 20px 10px;
    }
}
.inner-news .news .itemgroup .date,
.inner-news .news .itemgroup .desc,
.inner-news .news .itemgroup .more
{
    display: table-cell;

    vertical-align: middle;
}
.inner-news .news .itemgroup .desc
{
    width: -webkit-calc(100% - 290px);
    width:         calc(100% - 290px);
}
@media (max-width: 991px)
{
    .inner-news .news .itemgroup .desc
    {
        width: -webkit-calc(100% - 200px);
        width:         calc(100% - 200px);
    }
}
@media (max-width: 767px)
{
    .inner-news .news .itemgroup .desc
    {
        width: -webkit-calc(100% - 120px);
        width:         calc(100% - 120px);
    }
}
.inner-news .news .itemgroup .desc h3
{
    font-size: 26px;
    line-height: 36px;

    position: relative;

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

    height: 36px;
    margin: 0;
    padding-right: 110px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px)
{
    .inner-news .news .itemgroup .desc h3
    {
        padding-right: 80px;
    }
}
.inner-news .news .itemgroup .desc h3 .date
{
    font-size: 16px;
    line-height: 30px;

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

    width: 100px;
    padding-left: 10px;

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

    color: #666;
    border-left: 1px solid #898989;
}
@media (max-width: 767px)
{
    .inner-news .news .itemgroup .desc h3 .date
    {
        font-size: 13px;

        width: 80px;
        padding-left: 4px;
    }
}
@media (max-width: 1470px)
{
    .inner-news .news .itemgroup .desc h3
    {
        font-size: 22px;
    }
}
@media (max-width: 991px)
{
    .inner-news .news .itemgroup .desc h3
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .inner-news .news .itemgroup .desc h3
    {
        font-size: 16px;
        line-height: 24px;

        height: 24px;
    }
}
.inner-news .news .itemgroup .desc p
{
    font-size: 16px;
    line-height: 36px;

    display: -webkit-box;
    overflow: hidden;

    max-height: 36px;
    margin: 10px 0 0 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .inner-news .news .itemgroup .desc p
    {
        font-size: 14px;
        line-height: 26px;

        max-height: 52px;
    }
}
@media (max-width: 767px)
{
    .inner-news .news .itemgroup .desc p
    {
        margin: 0;
    }
}
.inner-news .news .itemgroup .more
{
    font-size: 16px;

    width: 190px;

    text-align: center;

    color: #666;
    border-left: 1px solid #f0f0f0;
}
@media (max-width: 991px)
{
    .inner-news .news .itemgroup .more
    {
        width: 100px;
    }
}
@media (max-width: 767px)
{
    .inner-news .news .itemgroup .more
    {
        font-size: 14px;

        width: 60px;
        padding: 0 10px;
    }
}
.inner-news .news .itemgroup:hover
{
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.inner-news .news .itemgroup:hover .desc h3
{
    color: #1058bb;
}
.inner-news .news .itemgroup:hover .more
{
    color: #1058bb;
}
.inner-social .social
{
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .inner-social .social
    {
        margin-top: 20px;
    }
}
.inner-social .social .itempack
{
    display: block;

    background-color: #fff;
}
.inner-social .social .itempack .img-size
{
    padding-bottom: 70%;
}
.inner-social .social .itempack .img-size img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.inner-social .social .itempack .desc
{
    padding: 20px;
}
@media (max-width: 1470px)
{
    .inner-social .social .itempack .desc
    {
        padding: 10px;
    }
}
.inner-social .social .itempack .desc h3
{
    font-size: 24px;
    line-height: 36px;

    display: -webkit-box;
    overflow: hidden;

    height: 36px;
    margin: 0;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1470px)
{
    .inner-social .social .itempack .desc h3
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .inner-social .social .itempack .desc h3
    {
        font-size: 18px;
    }
}
.inner-social .social .itempack .desc .date
{
    display: block;

    color: #9f9f9f;
}
.inner-social .social .itempack .desc p
{
    font-size: 16px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 10px 0 0 0;

    color: #9f9f9f;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px)
{
    .inner-social .social .itempack .desc p
    {
        font-size: 14px;

        margin-top: 10px;
    }
}
.inner-social .social .itempack .desc span.more
{
    font-size: 16px;
    line-height: 30px;

    display: block;

    margin-top: 20px;

    -webkit-transition: all .2s;
            transition: all .2s;
    text-align: right;

    color: #cecdcd;
}
@media (max-width: 767px)
{
    .inner-social .social .itempack .desc span.more
    {
        font-size: 14px;

        margin-top: 10px;
    }
}
.inner-social .social .itempack .desc span.more:hover
{
    color: #1058bb;
}
.inner-news-show .container
{
    max-width: 1440px;
    padding: 0;
}
.inner-news-show .title-news
{
    text-align: center;

    border-bottom: 1px solid #f1f1f1;
}
.inner-news-show .title-news h1
{
    font-size: 26px;
    line-height: 40px;

    display: block;

    margin: 0;

    color: #333;
}
@media (max-width: 991px)
{
    .inner-news-show .title-news h1
    {
        font-size: 22px;
        line-height: 30px;
    }
}
@media (max-width: 767px)
{
    .inner-news-show .title-news h1
    {
        font-size: 18px;
    }
}
.inner-news-show .title-news p
{
    font-size: 16px;
    line-height: 30px;

    margin: 20px 0 0 0;
    padding: 15px 0;

    color: #9e9d9d;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
}
@media (max-width: 767px)
{
    .inner-news-show .title-news p
    {
        font-size: 14px;

        padding: 10px 0;
    }
}
.inner-news-show .title-news p span
{
    display: inline-block;

    margin: 0 5px;

    vertical-align: top;
}
.inner-news-show .text
{
    font-size: 16px;
    line-height: 1.75;

    overflow: hidden;

    padding-top: 40px;

    color: #666;
}
@media (max-width: 991px)
{
    .inner-news-show .text
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .inner-news-show .text
    {
        font-size: 14px;
        line-height: 26px;

        padding-right: 0;
    }
}
.inner-news-show .text p
{
    margin: 0;
}
.inner-news-show .text img
{
    max-width: 100%;
    height: auto !important;
}
.inner-news-show .news-relate
{
    margin-top: 60px;
}
@media (max-width: 991px)
{
    .inner-news-show .news-relate
    {
        margin-top: 30px;
    }
}
.inner-news-show .news-relate a
{
    font-size: 16px;
    line-height: 60px;

    display: block;
    overflow: hidden;

    height: 60px;
    margin-top: 10px;
    padding: 0 20px;

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

    color: #1058bb;
    border: 1px dashed #1058bb;
}
@media (max-width: 991px)
{
    .inner-news-show .news-relate a
    {
        font-size: 14px;
        line-height: 44px;

        height: 44px;
        padding: 0 14px;
    }
}
.inner-news-show .news-relate a:hover
{
    color: #fff;
    background-color: #1058bb;
}
.inner-download .download
{
    margin-top: -30px;
}
.inner-download .download .itemgroup
{
    display: block;

    margin-top: 30px;
}
.inner-download .download .itemgroup .picbox
{
    padding: 18px;

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

    background-color: #fff;
}
@media (max-width: 991px)
{
    .inner-download .download .itemgroup .picbox
    {
        padding: 10px;
    }
}
@media (max-width: 767px)
{
    .inner-download .download .itemgroup .picbox
    {
        padding: 5px;
    }
}
.inner-download .download .itemgroup .picbox .img-size
{
    padding-bottom: 147.22222222%;
}
.inner-download .download .itemgroup .picbox .img-size img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.inner-download .download .itemgroup .desc
{
    position: relative;

    margin-top: 30px;
    padding: 0 90px 0 14px;

    border: 1px dashed #d2d2d2;
    border-radius: 30px;
}
@media (max-width: 767px)
{
    .inner-download .download .itemgroup .desc
    {
        margin-top: 10px;
        padding-right: 70px;
    }
}
.inner-download .download .itemgroup .desc h3
{
    font-size: 16px;
    line-height: 40px;

    display: -webkit-box;
    overflow: hidden;

    height: 40px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px)
{
    .inner-download .download .itemgroup .desc h3
    {
        font-size: 14px;
    }
}
.inner-download .download .itemgroup .desc .down
{
    line-height: 40px;

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

    display: block;

    width: 80px;

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

    color: #666;
    border-radius: 0 30px 30px 0;
    background-color: #e5e5e5;
}
@media (max-width: 767px)
{
    .inner-download .download .itemgroup .desc .down
    {
        width: 60px;
    }
}
.inner-download .download .itemgroup:hover .picbox
{
    background-color: #1058bb;
}
.inner-download .download .itemgroup:hover .picbox .img-size img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.inner-download .download .itemgroup:hover .desc h3
{
    color: #1058bb;
}
.inner-download .download .itemgroup:hover .desc .down
{
    color: #fff;
    background-color: #1058bb;
}
.inner-contact .contact
{
    font-size: 0;

    background-color: #1058bb;
}
.inner-contact .contact .desc,
.inner-contact .contact .map
{
    font-size: 14px;

    display: inline-block;

    vertical-align: middle;
}
.inner-contact .contact .desc
{
    width: 30%;

    color: #fff;
}
@media (max-width: 991px)
{
    .inner-contact .contact .desc
    {
        width: 40%;
    }
}
@media (max-width: 767px)
{
    .inner-contact .contact .desc
    {
        width: 100%;
    }
}
.inner-contact .contact .desc .txt,
.inner-contact .contact .desc .erweima
{
    padding: 30px 10%;
}
@media (max-width: 991px)
{
    .inner-contact .contact .desc .txt,
    .inner-contact .contact .desc .erweima
    {
        padding: 20px 15px;
    }
}
.inner-contact .contact .desc .txt
{
    border-bottom: 1px solid #1965cd;
}
.inner-contact .contact .desc h1
{
    font-size: 16px;
    line-height: 30px;

    margin: 0;
}
.inner-contact .contact .desc p
{
    font-size: 14px;
    line-height: 30px;

    margin: 0;
}
.inner-contact .contact .desc .erweima img
{
    max-width: 140px;
}
.inner-contact .contact .desc .erweima p
{
    line-height: 24px;

    margin: 0;
}
.inner-contact .contact .map
{
    width: 70%;
    height: 460px;
}
@media (max-width: 991px)
{
    .inner-contact .contact .map
    {
        width: 60%;
        height: 360px;
    }
}
@media (max-width: 767px)
{
    .inner-contact .contact .map
    {
        width: 100%;
    }
}
.inner-message
{
    margin-top: 30px;
}
.inner-message .message
{
    font-size: 0;

    overflow: hidden;
}
.inner-message .message .title-inner h2
{
    font-size: 48px;
    font-weight: bold;
}
@media (max-width: 1199px)
{
    .inner-message .message .title-inner h2
    {
        font-size: 40px;
    }
}
@media (max-width: 991px)
{
    .inner-message .message .title-inner h2
    {
        font-size: 34px;
    }
}
@media (max-width: 767px)
{
    .inner-message .message .title-inner h2
    {
        font-size: 30px;
    }
}
.inner-message .message .title-inner h2:after
{
    display: block;

    width: 112px;
    height: 8px;

    content: '';

    background: url(../images/line-2.png) no-repeat center;
}
.inner-message .message .mleft
{
    position: relative;

    float: left;

    width: 50%;
    padding: 50px 30px 70px;
}
@media (max-width: 991px)
{
    .inner-message .message .mleft
    {
        padding: 50px 14px 70px 14px;
    }
}
@media (max-width: 767px)
{
    .inner-message .message .mleft
    {
        width: 100%;
        padding: 20px 10px;
    }
}
.inner-message .message .mleft form ul
{
    margin: 0 -10px;
}
.inner-message .message .mleft form ul li
{
    margin-top: 20px;
    padding: 0 10px;
}
@media (max-width: 767px)
{
    .inner-message .message .mleft form ul li
    {
        margin-top: 10px;
    }
}
.inner-message .message .mleft form input,
.inner-message .message .mleft form textarea
{
    font-size: 14px;
    line-height: 30px;

    width: 100%;
    padding: 10px;

    border: none;
    outline: none;
    background-color: #fff;
}
.inner-message .message .mleft form input::-webkit-input-placeholder,
.inner-message .message .mleft form textarea::-webkit-input-placeholder
{
    color: #bebebe;
}
.inner-message .message .mleft form input:-o-placeholder,
.inner-message .message .mleft form textarea:-o-placeholder
{
    color: #bebebe;
}
.inner-message .message .mleft form input::-moz-placeholder,
.inner-message .message .mleft form textarea::-moz-placeholder
{
    color: #bebebe;
}
.inner-message .message .mleft form input:-ms-input-placeholder,
.inner-message .message .mleft form textarea:-ms-input-placeholder
{
    color: #bebebe;
}
.inner-message .message .mleft form input:focus::-webkit-input-placeholder,
.inner-message .message .mleft form textarea:focus::-webkit-input-placeholder
{
    color: #eee;
}
.inner-message .message .mleft form input:focus::-o-placeholder,
.inner-message .message .mleft form textarea:focus::-o-placeholder
{
    color: #eee;
}
.inner-message .message .mleft form input:focus::-moz-placeholder,
.inner-message .message .mleft form textarea:focus::-moz-placeholder
{
    color: #eee;
}
.inner-message .message .mleft form input:focus::-ms-input-placeholder,
.inner-message .message .mleft form textarea:focus::-ms-input-placeholder
{
    color: #eee;
}
.inner-message .message .mleft form .submit
{
    font-size: 14px;
    font-size: 16px;
    line-height: 50px;

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

    color: #fff;
    border-radius: 0;
    background-color: #1058bb;
}
.inner-message .message .pic
{
    float: left;

    width: 50%;
    padding-top: 70px;
}
@media (max-width: 767px)
{
    .inner-message .message .pic
    {
        width: 100%;
        padding-top: 30px;
    }
}
@media (max-width: 767px)
{
    .inner-message .message .pic img
    {
        width: 100%;
    }
}
@media (min-width: 1200px)
{
    .inner-product-dianji .product-dianji > ul > li:nth-child(2n) .itempack .picbox
    {
        left: 50%;
    }
    .inner-product-dianji .product-dianji > ul > li:nth-child(2n) .itempack .txt
    {
        right: 50%;

        padding-right: 4%;
        padding-left: 0;
    }
}
.inner-product-dianji .product-dianji .itempack .picbox img
{
    width: 100%;
}
.inner-product-dianji .product-dianji .itempack .txt
{
    padding-left: 4%;
}
@media (max-width: 767px)
{
    .inner-product-dianji .product-dianji .itempack .txt
    {
        padding: 30px 10px;
    }
}
.inner-product-dianji .product-dianji .itempack .txt .title-txt h3
{
    font-size: 26px;
    font-weight: bold;
    line-height: 1.4;

    margin: 0;
}
@media (max-width: 1199px)
{
    .inner-product-dianji .product-dianji .itempack .txt .title-txt h3
    {
        font-size: 22px;
    }
}
@media (max-width: 991px)
{
    .inner-product-dianji .product-dianji .itempack .txt .title-txt h3
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .inner-product-dianji .product-dianji .itempack .txt .title-txt h3
    {
        font-size: 18px;
    }
}
.inner-product-dianji .product-dianji .itempack .txt .iconbox
{
    margin-top: 5%;
}
.inner-product-dianji .product-dianji .itempack .txt .iconbox > ul > li
{
    display: inline-block;

    margin-top: 20px;
    margin-right: 5%;

    vertical-align: top;
}
@media (max-width: 1199px)
{
    .inner-product-dianji .product-dianji .itempack .txt .iconbox > ul > li
    {
        margin-right: 10px;
    }
}
.inner-product-dianji .product-dianji .itempack .txt .iconbox .iconteam
{
    text-align: center;
}
.inner-product-dianji .product-dianji .itempack .txt .iconbox .iconteam img
{
    width: 80px;
}
@media (max-width: 1199px)
{
    .inner-product-dianji .product-dianji .itempack .txt .iconbox .iconteam img
    {
        width: 60px;
    }
}
.inner-product-dianji .product-dianji .itempack .txt .iconbox .iconteam p
{
    font-size: 16px;
    line-height: 24px;

    margin: 14px 0 0 0;
}
@media (max-width: 1199px)
{
    .inner-product-dianji .product-dianji .itempack .txt .iconbox .iconteam p
    {
        font-size: 14px;
    }
}
.inner-dianji-application .picbox img
{
    width: 100%;
}
.inner-dianji-application .title-txt h3
{
    font-size: 36px;
    line-height: 1.4;

    margin: 0;

    color: #1058bb;
}
@media (max-width: 1470px)
{
    .inner-dianji-application .title-txt h3
    {
        font-size: 30px;
    }
}
@media (max-width: 1199px)
{
    .inner-dianji-application .title-txt h3
    {
        font-size: 26px;
    }
}
@media (max-width: 991px)
{
    .inner-dianji-application .title-txt h3
    {
        font-size: 22px;
    }
}
.inner-dianji-application .title-txt h3:after
{
    display: block;

    width: 142px;
    height: 2px;
    margin-top: 14px;

    content: '';

    background-color: #1058bb;
}
@media (max-width: 1199px)
{
    .inner-dianji-application .title-txt h3:after
    {
        width: 100px;
    }
}
@media (max-width: 991px)
{
    .inner-dianji-application .title-txt h3:after
    {
        width: 80px;
    }
}
.inner-dianji-application .txt
{
    padding-left: 4%;
}
@media (max-width: 767px)
{
    .inner-dianji-application .txt
    {
        padding: 30px 10px;
        padding-left: 0;
    }
}
.inner-pro-contact
{
    overflow: hidden;

    padding: 50px;

    color: #fff;
    background: url(../images/pro-contact_bg.jpg) no-repeat center fixed;
    background-size: cover;
}
@media (max-width: 1199px)
{
    .inner-pro-contact
    {
        padding: 30px;

        background: url(../images/pro-contact_bg.jpg) no-repeat center;
        background-size: cover;
    }
}
@media (max-width: 767px)
{
    .inner-pro-contact
    {
        padding: 30px 15px;
    }
}
.inner-pro-contact .title-pro-contact h3
{
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;

    margin: 0;
}
@media (max-width: 1199px)
{
    .inner-pro-contact .title-pro-contact h3
    {
        font-size: 18px;
    }
}
.inner-pro-contact .txt
{
    font-size: 18px;
    line-height: 2;

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

    margin-top: 20px;
}
@media (max-width: 767px)
{
    .inner-pro-contact .txt
    {
        display: block;

        margin-top: 10px;
    }
}
@media (max-width: 991px)
{
    .inner-pro-contact .txt h4
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .inner-pro-contact .txt h4
    {
        font-size: 14px;
    }
}
.inner-pro-contact .txt .txt-right p
{
    display: inline-block;

    margin-right: 10px;

    vertical-align: top;
}
.inner-pro-contact.bgwhite
{
    color: #333;
    background: #f2f2f2;
}
.inner-pro-contact.bgwhite .title-pro-contact
{
    color: #1058bb;
}
@media (min-width: 1200px)
{
    .inner-product-refeng .product-refeng > ul > li:nth-child(2n) .itempack .picbox
    {
        left: 50%;
    }
    .inner-product-refeng .product-refeng > ul > li:nth-child(2n) .itempack .txt
    {
        right: 50%;

        padding-right: 4%;
        padding-left: 0;
    }
}
.inner-product-refeng .product-refeng .itempack .picbox img
{
    width: 100%;
}
.inner-product-refeng .product-refeng .itempack .txt
{
    padding-left: 4%;
}
@media (max-width: 767px)
{
    .inner-product-refeng .product-refeng .itempack .txt
    {
        padding: 30px 10px;
    }
}
.inner-product-refeng .product-refeng .itempack .txt .title-txt h3
{
    font-size: 26px;
    font-weight: bold;
    line-height: 1.4;

    margin: 0;
}
@media (max-width: 1199px)
{
    .inner-product-refeng .product-refeng .itempack .txt .title-txt h3
    {
        font-size: 22px;
    }
}
@media (max-width: 991px)
{
    .inner-product-refeng .product-refeng .itempack .txt .title-txt h3
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .inner-product-refeng .product-refeng .itempack .txt .title-txt h3
    {
        font-size: 18px;
    }
}
.inner-product-refeng .product-refeng .itempack .txt .iconbox
{
    margin-top: 5%;
}
.inner-product-refeng .product-refeng .itempack .txt .iconbox > ul > li
{
    display: inline-block;

    margin-top: 20px;
    margin-right: 5%;

    vertical-align: top;
}
@media (max-width: 1199px)
{
    .inner-product-refeng .product-refeng .itempack .txt .iconbox > ul > li
    {
        margin-right: 10px;
    }
}
.inner-product-refeng .product-refeng .itempack .txt .iconbox .iconteam
{
    text-align: center;
}
.inner-product-refeng .product-refeng .itempack .txt .iconbox .iconteam img
{
    width: 80px;
}
@media (max-width: 1199px)
{
    .inner-product-refeng .product-refeng .itempack .txt .iconbox .iconteam img
    {
        width: 60px;
    }
}
.inner-product-refeng .product-refeng .itempack .txt .iconbox .iconteam p
{
    font-size: 16px;
    line-height: 24px;

    margin: 14px 0 0 0;
}
@media (max-width: 1199px)
{
    .inner-product-refeng .product-refeng .itempack .txt .iconbox .iconteam p
    {
        font-size: 14px;
    }
}
.inner-product-refeng .itemtable
{
    margin-top: 30px;
}
.inner-product-refeng .itemtable .title-table
{
    text-align: center;
}
.inner-product-refeng .itemtable .title-table h4
{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
}
@media (max-width: 991px)
{
    .inner-product-refeng .itemtable .title-table h4
    {
        font-size: 20px;
    }
}
.inner-product-refeng .itemtable table
{
    width: 100%;
    margin-top: 20px;
}
.inner-product-refeng .itemtable table td
{
    font-size: 16px;
    line-height: 24px;

    width: 33.33333333%;
    padding: 15px 30px;

    border: 1px solid #c9c9c9;
}
@media (max-width: 991px)
{
    .inner-product-refeng .itemtable table td
    {
        padding: 10px;
    }
}
@media (max-width: 767px)
{
    .inner-product-refeng .itemtable table td
    {
        font-size: 14px;

        padding: 5px;
    }
}
.inner-application
{
    background: url(../images/application_bg.jpg) no-repeat center;
    background-size: cover;
}
.inner-application .txt
{
    text-align: center;

    color: #fff;
}
.inner-application .txt h3
{
    font-size: 36px;
    line-height: 1.4;

    margin-top: 0;
}
@media (max-width: 1199px)
{
    .inner-application .txt h3
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .inner-application .txt h3
    {
        font-size: 24px;
    }
}
.inner-application .txt h3 p
{
    font-size: 20px;
    line-height: 1.4;

    margin: 14px 0 0 0;
}
@media (max-width: 1199px)
{
    .inner-application .txt h3 p
    {
        font-size: 18px;
    }
}
@media (max-width: 991px)
{
    .inner-application .txt h3 p
    {
        font-size: 16px;
    }
}
@media (min-width: 1200px)
{
    .inner-case .case > ul
    {
        margin: 0 -20px;
    }
    .inner-case .case > ul > li
    {
        padding: 0 20px;
    }
}
.inner-case .case .itempack
{
    margin-top: 30px;

    text-align: center;
}
.inner-case .case .itempack .img-size
{
    padding-bottom: 54.87804878%;
}
.inner-case .case .itempack .img-size img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.inner-case .case .itempack .descinfo
{
    cursor: pointer;
}
.inner-case .case .itempack .descinfo:hover .img-size img
{
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
}
.inner-case .case .itempack .descinfo:hover h3
{
    color: #1058bb;
}
.inner-case .case .itempack h3
{
    font-size: 18px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 24px;
    margin: 14px 0 0 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .inner-case .case .itempack h3
    {
        font-size: 16px;
    }
}
.inner-product-tuoyu .txt-top
{
    margin: 0;

    text-align: center;
}
.inner-product-tuoyu .tuoyu
{
    margin-top: 30px;
}
.inner-product-tuoyu .tuoyu .listbox > ul
{
    margin: 0 -10px;
}
.inner-product-tuoyu .tuoyu .listbox > ul > li
{
    padding: 0 10px;
}
.inner-product-tuoyu .tuoyu .listbox .itempack
{
    margin-top: 60px;

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

    background-color: #fff;
}
.inner-product-tuoyu .tuoyu .listbox .itempack .picbox .img-size
{
    padding-bottom: 50.53763441%;
}
.inner-product-tuoyu .tuoyu .listbox .itempack .txt
{
    padding: 26px;
}
@media (max-width: 1199px)
{
    .inner-product-tuoyu .tuoyu .listbox .itempack .txt
    {
        padding: 16px 10px;
    }
}
.inner-product-tuoyu .tuoyu .listbox .itempack .txt h3
{
    font-size: 20px;
    line-height: 30px;
}
@media (max-width: 1199px)
{
    .inner-product-tuoyu .tuoyu .listbox .itempack .txt h3
    {
        font-size: 18px;
    }
}
@media (max-width: 991px)
{
    .inner-product-tuoyu .tuoyu .listbox .itempack .txt h3
    {
        font-size: 16px;
    }
}
.inner-product-tuoyu .tuoyu .listbox .itempack .txt p
{
    font-size: 16px;
    line-height: 30px;

    margin: 0;
}
@media (max-width: 1199px)
{
    .inner-product-tuoyu .tuoyu .listbox .itempack .txt p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.inner-product-tuoyu .tuoyu .listbox .itempack:hover
{
    background-color: #1058bb;
}
.inner-product-tuoyu .tuoyu .listbox .itempack:hover .txt h3,
.inner-product-tuoyu .tuoyu .listbox .itempack:hover .txt p
{
    color: #fff;
}
.inner-product-ganzao .ganzao
{
    text-align: center;
}
.inner-product-ganzao .ganzao img
{
    max-width: 100%;
    height: auto !important;
}
.inner-pro-advantage .pro-advantage > ul
{
    margin: 0 -10px;
}
.inner-pro-advantage .pro-advantage > ul li
{
    padding: 0 10px;
}
.inner-pro-advantage .pro-advantage .itempack
{
    font-size: 0;

    margin-top: 40px;
    padding: 26px 0;

    border: 1px solid #d2d2d2;
}
@media (max-width: 767px)
{
    .inner-pro-advantage .pro-advantage .itempack
    {
        margin-top: 20px;
    }
}
.inner-pro-advantage .pro-advantage .itempack .icon,
.inner-pro-advantage .pro-advantage .itempack .txt
{
    font-size: 14px;

    display: inline-block;

    vertical-align: middle;
}
.inner-pro-advantage .pro-advantage .itempack .icon
{
    width: 130px;
    padding: 10px 0;

    text-align: center;

    border-right: 1px solid #d2d2d2;
}
@media (max-width: 991px)
{
    .inner-pro-advantage .pro-advantage .itempack .icon
    {
        width: 90px;
    }
}
.inner-pro-advantage .pro-advantage .itempack .icon img
{
    max-width: 52px;
}
.inner-pro-advantage .pro-advantage .itempack .txt
{
    width: -webkit-calc(100% - 130px);
    width:         calc(100% - 130px);
    margin-top: 0;
    padding: 0 3%;
}
@media (max-width: 991px)
{
    .inner-pro-advantage .pro-advantage .itempack .txt
    {
        width: -webkit-calc(100% - 90px);
        width:         calc(100% - 90px);
    }
}
.inner-pro-advantage .pro-advantage .itempack:hover .icon img
{
    -webkit-animation: flipInY 1s 0s ease both;
            animation: flipInY 1s 0s ease both;
}
.open-case
{
    position: fixed;
    z-index: 11;
    top: 50%;
    left: 0;

    display: none;

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

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.open-case .case-info
{
    height: 100%;
    padding: 50px 10%;

    background-color: #fff;
}
@media (max-width: 991px)
{
    .open-case .case-info
    {
        padding: 30px 15px;
    }
}
.open-case .case-info .open-txt
{
    overflow-y: auto;

    max-height: -webkit-calc(100% - 200px);
    max-height:         calc(100% - 200px);
}
.open-case .case-info .open-txt::-webkit-scrollbar
{
    position: absolute;
    left: 0;

    width: 6px;
}
.open-case .case-info .open-txt::-webkit-scrollbar-track
{
    background-color: #dcdcdc;
}
.open-case .case-info .open-txt::-webkit-scrollbar-thumb
{
    background-color: #9f9f9f;
}
.open-case .case-info .open-txt img
{
    max-width: 100%;
    height: auto !important;
}
.open-case .case-info .close-case
{
    margin-top: 60px;
    padding: 14px 0;

    text-align: right;

    border-top: 2px solid #ededed;
    border-bottom: 2px solid #ededed;
}
@media (max-width: 991px)
{
    .open-case .case-info .close-case
    {
        margin-top: 30px;
    }
}
.open-case .case-info .close-case a
{
    font-size: 16px;
    line-height: 42px;

    display: inline-block;

    padding: 0 30px;

    color: #fff;
    border-radius: 40px;
    background-color: #1058bb;
}
.innerwrap .itempack .img-size img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.innerwrap .itempack:hover .img-size img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.inner-product-two .product-two-txt
{
    margin: 0;
}
.inner-product-two .title-product-two:before
{
    display: inline-block;

    width: 80px;
    height: 1px;

    content: '';
    vertical-align: middle;

    border-top: 1px dashed #1058bb;
}
@media (max-width: 991px)
{
    .inner-product-two .title-product-two:before
    {
        width: 40px;
    }
}
.inner-product-two .title-product-two h2
{
    font-size: 20px;
    line-height: 60px;

    display: inline-block;

    margin: 0;
    padding: 0 50px;

    vertical-align: middle;

    color: #1058bb;
    border: 1px dashed #1058bb;
    border-radius: 50px;
}
@media (max-width: 1199px)
{
    .inner-product-two .title-product-two h2
    {
        line-height: 50px;

        padding: 0 40px;
    }
}
@media (max-width: 991px)
{
    .inner-product-two .title-product-two h2
    {
        font-size: 18px;
        line-height: 40px;

        padding: 0 30px;
    }
}
.inner-product-two .product-two
{
    margin-top: 50px;
}
.inner-product-two .product-two-guangfu .listbox
{
    margin-top: 30px;
    padding: 0 30px;
}
@media (max-width: 767px)
{
    .inner-product-two .product-two-guangfu .listbox
    {
        padding: 0 10px;
    }
}
.inner-product-two .product-two-guangfu .listbox > ul
{
    font-size: 0;
}
.inner-product-two .product-two-guangfu .listbox > ul > li
{
    display: inline-block;

    width: 14.28571429%;
    margin-top: 10px;

    vertical-align: top;
}
@media (max-width: 1199px)
{
    .inner-product-two .product-two-guangfu .listbox > ul > li
    {
        width: 25%;
    }
}
@media (max-width: 767px)
{
    .inner-product-two .product-two-guangfu .listbox > ul > li
    {
        width: 33.33333333%;
    }
}
.inner-product-two .product-two-guangfu .listbox .itempack
{
    text-align: center;
}
.inner-product-two .product-two-guangfu .listbox .itempack .img-size
{
    padding-bottom: 65.18518519%;

    -webkit-transform: skewX(-15deg);
        -ms-transform: skewX(-15deg);
            transform: skewX(-15deg);
}
.inner-product-two .product-two-guangfu .listbox .itempack p
{
    font-size: 16px;
    line-height: 24px;

    margin: 10px 0 0 0;

    color: #666;
}
@media (max-width: 991px)
{
    .inner-product-two .product-two-guangfu .listbox .itempack p
    {
        font-size: 14px;
    }
}
.inner-product-two .product-two-fengli .listbox
{
    margin-top: 20px;
}
.inner-product-two .product-two-fengli .listbox ul
{
    margin: 0;
}
.inner-product-two .product-two-fengli .listbox ul li
{
    padding: 0;
}
.inner-product-two .product-two-fengli .listbox .itempack
{
    margin-top: 20px;

    text-align: center;
}
.inner-product-two .product-two-fengli .listbox .itempack .img-size
{
    padding-bottom: 57.14285714%;
}
.inner-product-two .product-two-fengli .listbox .itempack p
{
    font-size: 16px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 24px;
    margin: 14px 0 0 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .inner-product-two .product-two-fengli .listbox .itempack p
    {
        font-size: 14px;
    }
}
.inner-product-two .product-two-fengguang .picbox
{
    text-align: center;
}
.inner-product-two .product-two-fengguang .picbox img
{
    max-width: 100%;
}
.inner-application-two
{
    padding: 0;

    background: none;
}
.inner-application-two .title-fz36
{
    text-align: center;
}
.inner-application-two .title-fz36 p
{
    font-size: 20px;
    line-height: 30px;
}
@media (max-width: 1199px)
{
    .inner-application-two .title-fz36 p
    {
        font-size: 18px;
    }
}
@media (max-width: 991px)
{
    .inner-application-two .title-fz36 p
    {
        font-size: 16px;
    }
}
.inner-application-two .listbox .itempack
{
    margin-top: 30px;
}
.inner-application-two .listbox .itempack .img-size
{
    padding-bottom: 49.39759036%;
}
.inner-application-two .contxt
{
    margin-top: 70px;
    padding: 10px;

    text-align: center;

    border-radius: 30px;
    background-color: #dedede;
}
@media (max-width: 991px)
{
    .inner-application-two .contxt
    {
        margin-top: 40px;
    }
}
.inner-application-two .contxt h4
{
    font-size: 24px;
    line-height: 40px;

    margin: 0;
}
@media (max-width: 1199px)
{
    .inner-application-two .contxt h4
    {
        font-size: 20px;
    }
}
@media (max-width: 991px)
{
    .inner-application-two .contxt h4
    {
        font-size: 18px;
    }
}
.inner-product-gangzha p
{
    font-size: 16px;
    line-height: 2;

    margin: 0;

    color: #666;
}
@media (max-width: 991px)
{
    .inner-product-gangzha p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.inner-product-gangzha table
{
    width: 100%;
    margin-top: 20px;
}
.inner-product-gangzha table td
{
    font-size: 16px;
    line-height: 24px;

    width: 25%;
    padding: 15px 30px;

    color: #666;
    border: 1px solid #c9c9c9;
}
@media (max-width: 991px)
{
    .inner-product-gangzha table td
    {
        padding: 10px;
    }
}
@media (max-width: 767px)
{
    .inner-product-gangzha table td
    {
        font-size: 14px;

        padding: 5px;
    }
}
.inner-product-gangzha .picbox img
{
    width: 100%;
}
.inner-product-gangzha .product-gangzha .txt
{
    padding: 20px 30px;
}
@media (max-width: 991px)
{
    .inner-product-gangzha .product-gangzha .txt
    {
        padding: 20px 14px;
    }
}
.inner-product-gangzha .gangzha-equipment .listbox .itempack
{
    margin-top: 20px;

    text-align: center;
}
.inner-product-gangzha .gangzha-equipment .listbox .itempack .img-size
{
    padding-bottom: 61.11111111%;
}
.inner-product-gangzha .gangzha-equipment .listbox .itempack p
{
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 24px;
    margin-top: 14px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.inner-product-gangzha .gangzha-technology .txt
{
    margin-top: 20px;
}
.inner-product-gangzha .gangzha-system .listbox .itempack
{
    margin-top: 20px;

    text-align: center;
}
.inner-product-gangzha .gangzha-system .listbox .itempack .img-size
{
    padding-bottom: 72.5%;
}
.inner-product-gangzha .gangzha-system .listbox .itempack p
{
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 24px;
    margin-top: 14px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.inner-product-gangzha .gangzha-system-two .listbox .itempack .img-size
{
    padding-bottom: 56.62650602%;
}
.inner-product-gangzha-zonghe
{
    background: none;
}
.inner-product-gangzha-zonghe .gangzha-line .listbox .itempack
{
    margin-top: 20px;

    text-align: center;
}
.inner-product-gangzha-zonghe .gangzha-line .listbox .itempack .img-size
{
    padding-bottom: 71.95121951%;

    border: 1px solid #dcdcdc;
}
.inner-product-gangzha-zonghe .gangzha-line .listbox .itempack p
{
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 24px;
    margin-top: 14px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.inner-product-gangzha-zonghe .gangzha-zhengqi .listbox > ul
{
    margin: 0 -7px;
}
.inner-product-gangzha-zonghe .gangzha-zhengqi .listbox > ul > li
{
    padding: 0 7px;
}
.inner-product-gangzha-zonghe .gangzha-zhengqi .listbox .itempack
{
    margin-top: 20px;

    text-align: center;
}
.inner-product-gangzha-zonghe .gangzha-zhengqi .listbox .itempack .img-size
{
    padding-bottom: 50.90909091%;
}
.inner-product-gangzha-zonghe .gangzha-zhengqi .listbox .itempack p
{
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 24px;
    margin-top: 14px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.inner-product-gangzha-zonghe .gangzha-project .listbox .itempack
{
    margin-top: 20px;

    text-align: center;
}
.inner-product-gangzha-zonghe .gangzha-project .listbox .itempack .img-size
{
    padding-bottom: 62.65060241%;
}
.inner-product-gangzha-zonghe .gangzha-project .listbox .itempack p
{
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 24px;
    margin-top: 14px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.inner-product-zhenkong p
{
    font-size: 16px;
    line-height: 2;

    margin: 0;

    color: #666;
}
@media (max-width: 991px)
{
    .inner-product-zhenkong p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.inner-product-zhenkong table
{
    width: 100%;
    margin-top: 20px;

    text-align: center;
}
.inner-product-zhenkong table td,
.inner-product-zhenkong table th
{
    font-size: 16px;
    line-height: 24px;

    width: 25%;
    padding: 15px 30px;

    color: #666;
    border: 1px solid #c9c9c9;
}
@media (max-width: 991px)
{
    .inner-product-zhenkong table td,
    .inner-product-zhenkong table th
    {
        padding: 10px;
    }
}
@media (max-width: 767px)
{
    .inner-product-zhenkong table td,
    .inner-product-zhenkong table th
    {
        font-size: 14px;

        padding: 5px;
    }
}
.inner-product-zhenkong table th
{
    text-align: center;
}
.inner-product-zhenkong .picbox img
{
    width: 100%;
}
.inner-product-zhenkong .product-zhenkong .txt
{
    padding: 20px 30px;
}
@media (max-width: 991px)
{
    .inner-product-zhenkong .product-zhenkong .txt
    {
        padding: 20px 14px;
    }
}
.inner-product-yanqi p
{
    font-size: 16px;
    line-height: 2;

    margin: 0;

    color: #666;
}
@media (max-width: 991px)
{
    .inner-product-yanqi p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.inner-product-yanqi .product-yanqi .txt
{
    margin-top: 14px;
}
.inner-product-yanqi .product-yanqi .listbox .itempack
{
    margin-top: 20px;

    text-align: center;
}
.inner-product-yanqi .product-yanqi .listbox .itempack .img-size
{
    padding-bottom: 65%;
}
.inner-product-yanqi .product-yanqi .listbox .itempack p
{
    margin-top: 14px;
}
.inner-product-yanqi .product-case .title-fz32
{
    text-align: center;
}
.inner-product-yanqi .product-case .txt
{
    max-width: 1240px;
    margin: 0 auto;
    margin-top: 30px;

    text-align: center;
}
.inner-product-yanqi .product-case .listbox
{
    margin-top: 20px;
}
.inner-product-yanqi .product-case .listbox .itempack
{
    margin-top: 20px;

    text-align: center;
}
.inner-product-yanqi .product-case .listbox .itempack .img-size
{
    padding-bottom: 54.87804878%;
}
.inner-product-yanqi .product-case .listbox .itempack p
{
    line-height: 24px;

    margin-top: 14px;
}
@media (min-width: 768px)
{
    .inner-product-yagang .product-yagang > ul > li:nth-child(2n + 1) .itempack .picbox
    {
        left: 50%;
    }
    .inner-product-yagang .product-yagang > ul > li:nth-child(2n + 1) .itempack .txt
    {
        right: 50%;
    }
}
.inner-product-yagang .product-yagang .itempack
{
    background-color: #f6f5f5;
}
.inner-product-yagang .product-yagang .itempack .picbox
{
    overflow: hidden;
}
.inner-product-yagang .product-yagang .itempack .picbox img
{
    width: 100%;

    -webkit-transition: all 1s;
            transition: all 1s;
}
.inner-product-yagang .product-yagang .itempack .txt
{
    padding: 30px 3%;
}
.inner-product-yagang .product-yagang .itempack .txt .nn
{
    margin-top: 30px;
}
.inner-product-yagang .product-yagang .itempack .txt .nn p
{
    font-size: 18px;
    line-height: 2;

    margin: 0;

    color: #666;
}
@media (max-width: 1199px)
{
    .inner-product-yagang .product-yagang .itempack .txt .nn p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .inner-product-yagang .product-yagang .itempack .txt .nn p
    {
        font-size: 14px;
    }
}
.inner-product-yagang .product-yagang .itempack:hover .picbox img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.inner-product-wuliao p
{
    font-size: 16px;
    line-height: 2;

    margin: 0;

    color: #666;
}
@media (max-width: 991px)
{
    .inner-product-wuliao p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.inner-product-wuliao .product-wuliao .txt
{
    padding: 20px 3%;
}
.inner-product-wuliao .product-wuliao .txt .nn
{
    margin-top: 30px;

    text-align: center;
}
.inner-product-wuliao .product-wuliao .picbox img
{
    width: 100%;
}
.inner-product-wuliao .product-wuliao-comm .txt
{
    max-width: 1150px;
    margin: 0 auto;
}
.inner-product-wuliao .product-wuliao-comm .txt .nn
{
    margin-top: 20px;

    text-align: center;
}
.inner-product-wuliao .product-wuliao-comm .picbox
{
    margin-top: 60px;

    text-align: center;
}
@media (max-width: 991px)
{
    .inner-product-wuliao .product-wuliao-comm .picbox
    {
        margin-top: 30px;
    }
}
.inner-product-wuliao .product-wuliao-comm .picbox img
{
    max-width: 100%;
}
.inner-product-wuliao .product-wuliao-comm .listbox
{
    margin-top: 30px;
}
.inner-product-wuliao .product-wuliao-comm .listbox ul
{
    margin: 0;
}
.inner-product-wuliao .product-wuliao-comm .listbox ul li
{
    padding: 0;
}
.inner-product-wuliao .product-wuliao-comm .listbox .itempack .img-size
{
    padding-bottom: 61.36363636%;
}
.inner-product-wushui p
{
    font-size: 16px;
    line-height: 2;

    margin: 0;

    color: #666;
}
@media (max-width: 991px)
{
    .inner-product-wushui p
    {
        line-height: 24px;
    }
}
@media (max-width: 767px)
{
    .inner-product-wushui p
    {
        font-size: 14px;
    }
}
.inner-product-wushui .wushui-txt
{
    margin: 0;
}
.inner-product-wushui .product-wushui
{
    margin-top: 30px;
}
.inner-product-wushui .product-wushui .listbox
{
    margin-top: 30px;
}
.inner-product-wushui .product-wushui .listbox > ul
{
    margin: 0 -1px;
}
.inner-product-wushui .product-wushui .listbox > ul > li
{
    padding: 0 1px;
}
.inner-product-wushui .product-wushui .listbox > ul > li:nth-child(1) .img-size,
.inner-product-wushui .product-wushui .listbox > ul > li:nth-child(2) .img-size
{
    padding-bottom: 92.85714286%;
}
.inner-product-wushui .product-wushui .listbox .img-size
{
    padding-bottom: 60.71428571%;
}
.inner-product-wushui .product-wushui .listbox .itempack
{
    background-color: #edecec;
}
.inner-product-wushui .product-wushui .listbox .itempack .txt
{
    padding: 20px 30px;
}
@media (max-width: 991px)
{
    .inner-product-wushui .product-wushui .listbox .itempack .txt
    {
        padding: 20px 14px;
    }
}
.inner-product-wushui .product-wushui .listbox .itempack .txt h4
{
    line-height: 1.4;

    color: #1058bb;
}
@media (max-width: 1350px)
{
    .inner-product-wushui .product-wushui .listbox .itempack .txt p
    {
        font-size: 15px;
        line-height: 24px;
    }
}
.inner-product-wushui .wushui-solutions .listbox
{
    margin-top: 20px;
}
.inner-product-wushui .wushui-solutions .listbox ul
{
    margin: 0 -7px;
}
.inner-product-wushui .wushui-solutions .listbox ul li
{
    margin-top: 14px;
    padding: 0 7px;
}
.inner-product-wushui .wushui-solutions .listbox .itempack
{
    text-align: center;

    background-color: #e3e3e3;
}
.inner-product-wushui .wushui-solutions .listbox .itempack .img-size
{
    padding-bottom: 72.72727273%;
}
.inner-product-wushui .wushui-solutions .listbox .itempack p
{
    font-size: 20px;
    line-height: 60px;

    display: -webkit-box;
    overflow: hidden;

    height: 60px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1199px)
{
    .inner-product-wushui .wushui-solutions .listbox .itempack p
    {
        font-size: 18px;
    }
}
@media (max-width: 991px)
{
    .inner-product-wushui .wushui-solutions .listbox .itempack p
    {
        font-size: 16px;
        line-height: 40px;

        height: 40px;
    }
}
.inner-product-wushui .gyfeishui-solutions
{
    padding: 60px 3%;

    background-color: #edecec;
}
@media (max-width: 991px)
{
    .inner-product-wushui .gyfeishui-solutions
    {
        padding: 30px 14px;
    }
}
.inner-product-wushui .gyfeishui-solutions .listbox ul
{
    margin: 0 -7px;
}
.inner-product-wushui .gyfeishui-solutions .listbox ul li
{
    margin-top: 14px;
    padding: 0 7px;
}
.inner-product-wushui .gyfeishui-solutions .listbox .itempack .title-fz32
{
    margin-top: 20px;
}
@media (max-width: 991px)
{
    .inner-product-wushui .gyfeishui-solutions .listbox .itempack .title-fz32
    {
        margin: 0;
    }
}
.inner-product-wushui .gyfeishui-solutions .listbox .itempack .txt
{
    margin-top: 20px;
}
.inner-product-wushui .gyfeishui-solutions .listbox .img-size
{
    padding-bottom: 71.69811321%;
}
.inner-product-wushui .ylfeishui-solutions
{
    padding: 160px 0;

    background: url(../images/ylfeishui-solutions_bg.jpg) no-repeat center;
    background-size: cover;
}
@media (min-width: 1200px)
{
    .inner-product-wushui .ylfeishui-solutions
    {
        background-attachment: fixed;
    }
}
@media (max-width: 1470px)
{
    .inner-product-wushui .ylfeishui-solutions
    {
        padding: 120px 0;
    }
}
@media (max-width: 1199px)
{
    .inner-product-wushui .ylfeishui-solutions
    {
        padding: 100px 0;
    }
}
@media (max-width: 991px)
{
    .inner-product-wushui .ylfeishui-solutions
    {
        padding: 70px 0;
    }
}
@media (max-width: 767px)
{
    .inner-product-wushui .ylfeishui-solutions
    {
        padding: 50px 0;
    }
}
.inner-product-wushui .ylfeishui-solutions .desc
{
    max-width: 910px;
    margin: 0 auto;
    padding: 0 15px;

    text-align: center;

    color: #fff;
}
.inner-product-wushui .ylfeishui-solutions .desc .title-fz32 h2
{
    color: #fff;
}
.inner-product-wushui .ylfeishui-solutions .desc .txt
{
    margin-top: 20px;
}
.inner-product-wushui .ylfeishui-solutions .desc .txt p
{
    color: #fff;
}
.inner-product-wushui .zhihuishuiwu .listbox ul
{
    margin: 0 -7px;
}
.inner-product-wushui .zhihuishuiwu .listbox ul li
{
    margin-top: 14px;
    padding: 0 7px;
}
.inner-product-wushui .zhihuishuiwu .listbox .itempack
{
    margin-top: 14px;
}
.inner-product-wushui .zhihuishuiwu .listbox .itempack .img-size
{
    padding-bottom: 75.6097561%;
}
.inner-product-wushui .zhihuishuiwu-platform
{
    padding: 40px;

    background-color: #fff;
}
@media (max-width: 991px)
{
    .inner-product-wushui .zhihuishuiwu-platform
    {
        padding: 20px 14px;
    }
}
.inner-product-wushui .zhihuishuiwu-platform .platform-top
{
    font-size: 0;
}
.inner-product-wushui .zhihuishuiwu-platform .platform-top .picbox,
.inner-product-wushui .zhihuishuiwu-platform .platform-top .txt
{
    font-size: 14px;

    display: inline-block;

    vertical-align: middle;
}
.inner-product-wushui .zhihuishuiwu-platform .platform-top .picbox
{
    overflow: hidden;

    width: 40%;
}
@media (max-width: 767px)
{
    .inner-product-wushui .zhihuishuiwu-platform .platform-top .picbox
    {
        width: 100%;
    }
}
.inner-product-wushui .zhihuishuiwu-platform .platform-top .picbox img
{
    width: 100%;

    -webkit-transition: all 1s;
            transition: all 1s;
}
.inner-product-wushui .zhihuishuiwu-platform .platform-top .txt
{
    width: 60%;
    padding-left: 3%;
}
@media (max-width: 767px)
{
    .inner-product-wushui .zhihuishuiwu-platform .platform-top .txt
    {
        width: 100%;
        margin-top: 20px;
        padding-left: 0;
    }
}
.inner-product-wushui .zhihuishuiwu-platform .platform-top .txt .title-fz32 h2
{
    color: #333;
}
.inner-product-wushui .zhihuishuiwu-platform .platform-top .txt .nn
{
    margin-top: 20px;
}
.inner-product-wushui .zhihuishuiwu-platform .platform-top:hover .picbox img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.inner-product-wushui .zhihuishuiwu-platform .platform-function .title-platform-function
{
    padding: 14px 0;

    text-align: center;

    border-top: 1px solid #edecec;
    border-bottom: 1px solid #edecec;
}
.inner-product-wushui .zhihuishuiwu-platform .platform-function .title-platform-function h3
{
    line-height: 30px;

    color: #333;
}
.inner-product-wushui .zhihuishuiwu-platform .platform-function .listbox
{
    overflow: hidden;
}
.inner-product-wushui .zhihuishuiwu-platform .platform-function .listbox ul
{
    margin: 0 -8px;
}
.inner-product-wushui .zhihuishuiwu-platform .platform-function .listbox ul li
{
    float: left;

    width: 25%;
    padding: 0 8px;
}
@media (max-width: 767px)
{
    .inner-product-wushui .zhihuishuiwu-platform .platform-function .listbox ul li
    {
        width: 50%;
    }
}
.inner-product-wushui .zhihuishuiwu-platform .platform-function .listbox ul li .img-size
{
    padding-bottom: 58.97435897%;
}
.inner-product-wushui .zhihuishuiwu-platform .platform-function .listbox ul li:nth-child(1)
{
    width: 53%;
}
@media (max-width: 767px)
{
    .inner-product-wushui .zhihuishuiwu-platform .platform-function .listbox ul li:nth-child(1)
    {
        width: 100%;
    }
}
.inner-product-wushui .zhihuishuiwu-platform .platform-function .listbox ul li:nth-child(1) .img-size
{
    padding-bottom: 63.52941176%;
}
.inner-product-wushui .zhihuishuiwu-platform .platform-function .listbox ul li:nth-child(2),
.inner-product-wushui .zhihuishuiwu-platform .platform-function .listbox ul li:nth-child(3),
.inner-product-wushui .zhihuishuiwu-platform .platform-function .listbox ul li:nth-child(4),
.inner-product-wushui .zhihuishuiwu-platform .platform-function .listbox ul li:nth-child(5)
{
    width: 23.5%;
}
@media (max-width: 767px)
{
    .inner-product-wushui .zhihuishuiwu-platform .platform-function .listbox ul li:nth-child(2),
    .inner-product-wushui .zhihuishuiwu-platform .platform-function .listbox ul li:nth-child(3),
    .inner-product-wushui .zhihuishuiwu-platform .platform-function .listbox ul li:nth-child(4),
    .inner-product-wushui .zhihuishuiwu-platform .platform-function .listbox ul li:nth-child(5)
    {
        width: 50%;
    }
}
.inner-product-wushui .zhihuishuiwu-platform .platform-function .listbox ul li:nth-child(2) .img-size,
.inner-product-wushui .zhihuishuiwu-platform .platform-function .listbox ul li:nth-child(3) .img-size,
.inner-product-wushui .zhihuishuiwu-platform .platform-function .listbox ul li:nth-child(4) .img-size,
.inner-product-wushui .zhihuishuiwu-platform .platform-function .listbox ul li:nth-child(5) .img-size
{
    padding-bottom: 66.66666667%;
}
@media (max-width: 1470px)
{
    .inner-product-wushui .zhihuishuiwu-platform .platform-function .listbox ul li:nth-child(2) .img-size,
    .inner-product-wushui .zhihuishuiwu-platform .platform-function .listbox ul li:nth-child(3) .img-size,
    .inner-product-wushui .zhihuishuiwu-platform .platform-function .listbox ul li:nth-child(4) .img-size,
    .inner-product-wushui .zhihuishuiwu-platform .platform-function .listbox ul li:nth-child(5) .img-size
    {
        padding-bottom: 64.86486486%;
    }
}
.inner-product-wushui .zhihuishuiwu-platform .platform-function .listbox .itembox
{
    margin-top: 20px;

    text-align: center;
}
@media (max-width: 1350px)
{
    .inner-product-wushui .zhihuishuiwu-platform .platform-function .listbox .itembox
    {
        margin-top: 14px;
    }
}
.inner-product-wushui .zhihuishuiwu-platform .platform-function .listbox .itembox .img-size img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.inner-product-wushui .zhihuishuiwu-platform .platform-function .listbox .itembox p
{
    font-size: 16px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 24px;
    margin: 10px 0 0 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1350px)
{
    .inner-product-wushui .zhihuishuiwu-platform .platform-function .listbox .itembox p
    {
        font-size: 14px;
    }
}
.inner-product-wushui .zhihuishuiwu-platform .platform-function .listbox .itembox:hover .img-size img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.inner-application-four
{
    background-image: url(../images/application_four_bg.jpg);
}
.inner-product-wuni p
{
    font-size: 16px;
    line-height: 2;

    margin: 0;

    color: #666;
}
@media (max-width: 991px)
{
    .inner-product-wuni p
    {
        line-height: 24px;
    }
}
@media (max-width: 767px)
{
    .inner-product-wuni p
    {
        font-size: 14px;
    }
}
.inner-product-wuni .product-wuni .txt
{
    padding: 20px 5%;
}
@media (max-width: 1199px)
{
    .inner-product-wuni .product-wuni .txt
    {
        padding: 20px 3%;
    }
}
.inner-product-wuni .product-wuni .txt .nn
{
    margin-top: 10px;
}
.inner-product-wuni .product-wuni img
{
    width: 100%;
}
.inner-product-wuni .pro-itempack .txt
{
    margin-top: 14px;
}
.inner-product-wuni .pro-left-right .itempack
{
    margin-top: 30px;
}
.inner-product-wuni .pro-left-right .itempack .dg
{
    padding: 40px 30px;
}
@media (max-width: 1199px)
{
    .inner-product-wuni .pro-left-right .itempack .dg
    {
        padding: 20px;
    }
}
.inner-product-wuni .pro-left-right .itempack .txt
{
    margin-top: 14px;
}
.inner-product-wuni .pro-left-right .itempack .txt h4
{
    font-size: 18px;
    line-height: 24px;

    color: #1058bb;
}
.inner-product-wuni .pro-left-right .itempack img
{
    width: 100%;
}
.inner-product-wuni .pro-txt-picbox .txt
{
    padding: 20px 5%;
}
@media (max-width: 1199px)
{
    .inner-product-wuni .pro-txt-picbox .txt
    {
        padding: 20px 3%;
    }
}
.inner-product-wuni .pro-txt-picbox .txt .nn
{
    margin-top: 10px;
}
.inner-product-wuni .pro-txt-picbox img
{
    width: 100%;
}
.inner-product-wuni .pro-txt-picbox .desc
{
    padding: 30px;
}
@media (max-width: 991px)
{
    .inner-product-wuni .pro-txt-picbox .desc
    {
        padding: 20px 15px;
    }
}
.inner-product-laji p
{
    font-size: 16px;
    line-height: 2;

    margin: 0;

    color: #666;
}
@media (max-width: 991px)
{
    .inner-product-laji p
    {
        line-height: 24px;
    }
}
@media (max-width: 767px)
{
    .inner-product-laji p
    {
        font-size: 14px;
    }
}
.inner-product-laji .product-laji .txt
{
    padding: 20px 3%;
}
@media (max-width: 1199px)
{
    .inner-product-laji .product-laji .txt
    {
        padding: 20px 3%;
    }
}
.inner-product-laji .product-laji .txt .nn
{
    margin-top: 10px;
}
.inner-product-laji .product-laji img
{
    width: 100%;
}
.inner-product-laji .pro-itempack .txt
{
    margin-top: 14px;
}
.page
{
    padding-top: 70px;

    text-align: center;
}
@media (max-width: 991px)
{
    .page
    {
        padding-top: 40px;
    }
}
.page a
{
    font-size: 16px;
    line-height: 30px;
    line-height: 56px;

    display: inline-block;

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

    -webkit-transition: all .2s;
            transition: all .2s;
    vertical-align: top;

    color: #aaa;
    border: 1px solid #eee;
    background-color: #fff;
}
@media (max-width: 991px)
{
    .page a
    {
        line-height: 50px;

        width: 50px;
        height: 50px;
    }
}
@media (max-width: 767px)
{
    .page a
    {
        line-height: 34px;

        width: 34px;
        height: 34px;
        margin: 0 4px;
    }
}
.page a.prev:before,
.page a.next:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    content: '\e601';
}
@media (max-width: 767px)
{
    .page a.prev:before,
    .page a.next:before
    {
        font-size: 16px;
    }
}
.page a.next:before
{
    content: '\e827';
}
.page a:hover,
.page a.active
{
    color: #fff;
    background-color: #1058bb;
}
.lazy
{
    background-repeat: no-repeat;
    background-position: center;
}
.fancybox-slide--iframe .fancybox-content
{
    width: 100%;
    max-width: 80%;
    height: 100% !important;
    max-height: 80% !important;
    margin: 0;
}
a
{
    color: inherit;
}
a:hover
{
    text-decoration: none;

    color: inherit;
}
.nicescroll-rails
{
    position: relative !important;

    margin-top: 50px;
}
@media (max-width: 991px)
{
    .nicescroll-rails
    {
        margin-top: 30px;
    }
}
.nicescroll-rails:before
{
    position: absolute;
    z-index: 2;
    top: 30px;
    left: 0;

    display: block;

    width: 100%;
    height: 8px;

    content: '';

    background: #e9e9ea;
}
.nicescroll-cursors
{
    border: none !important;
}
.nicescroll-cursors::before
{
    position: absolute;
    z-index: 2;
    top: 30px;
    left: 0;

    display: block;

    width: -webkit-calc(100% - 34px);
    width:         calc(100% - 34px);
    width: 100%;
    height: 8px;

    content: '';

    background: #1058bb;
}
.nicescroll-cursors::after
{
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;

    width: 64px;
    height: 70px;

    content: '';

    background: url(../images/scroll.png) no-repeat;
}
