.ff
{
    font-family: 'iconfont' !important;
}
@font-face
{
    font-family: 'Montserrat Alternates';
    font-weight: 600;
    font-style: normal;

    src: url('../fonts/MontserratAlternates-SemiBold.eot');
    src: local('Montserrat Alternates SemiBold'), local('MontserratAlternates-SemiBold'), url('../fonts/MontserratAlternates-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/MontserratAlternates-SemiBold.woff2') format('woff2'), url('../fonts/MontserratAlternates-SemiBold.woff') format('woff'), url('../fonts/MontserratAlternates-SemiBold.ttf') format('truetype'), url('../fonts/MontserratAlternates-SemiBold.svg#MontserratAlternates-SemiBold') format('svg');
    font-display: swap;
}
@property --houdini-colorA
{
    syntax: '<color>';
    inherits: false;
    initial-value: #fff;
}
@property --houdini-colorB
{
    syntax: '<color>';
    inherits: false;
    initial-value: #fff;
}
@property --houdini-colorA1
{
    syntax: '<color>';
    inherits: false;
    initial-value: #292929;
}
@property --houdini-colorB1
{
    syntax: '<color>';
    inherits: false;
    initial-value: #292929;
}
@property --houdini-colorA2
{
    syntax: '<color>';
    inherits: false;
    initial-value: rgba(28, 28, 28, .67);
}
@property --houdini-colorB2
{
    syntax: '<color>';
    inherits: false;
    initial-value: rgba(28, 28, 28, .67);
}
@property --houdini-colorA3
{
    syntax: '<color>';
    inherits: false;
    initial-value: #f8f8f8;
}
@property --houdini-colorB3
{
    syntax: '<color>';
    inherits: false;
    initial-value: #f8f8f8;
}
@property --houdini-colorC
{
    syntax: '<color>';
    inherits: false;
    initial-value: rgba(0, 0, 0, .1);
}
@property --houdini-colorD
{
    syntax: '<color>';
    inherits: false;
    initial-value: rgba(0, 0, 0, .7);
}
.jianbianhover
{
    --houdini-colorA: #2166e5;
    --houdini-colorB: #074dd0;
    --houdini-colorA1: #2166e5;
    --houdini-colorB1: #074dd0;
    --houdini-colorA2: rgba(33, 102, 229, .95);
    --houdini-colorB2: rgba(7, 77, 208, .95);
    --houdini-colorA3: #2166e5;
    --houdini-colorB3: #074dd0;
}
.jianbianhoverb
{
    --houdini-colorC: #fff;
    --houdini-colorD: #fff;
}
body
{
    font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Heiti SC', 'PingFang SC', 'Hiragino Sans GB', 'Helvetica', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;

    color: #222;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-arrow
{
    font-size: 16px;
    line-height: 44px;

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

    width: 44px;
    height: 44px;
    padding: 0;

    cursor: pointer;
    -webkit-transition: all .4s;
            transition: all .4s;
            transition: .4s --houdini-colorA, .4s --houdini-colorB;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    border: none;
    border-radius: 50%;
    background: none;
    background: -webkit-gradient(linear, left top, right top, from(var(--houdini-colorA)), to(var(--houdini-colorB)));
    background: -webkit-linear-gradient(left, var(--houdini-colorA), var(--houdini-colorB));
    background:         linear-gradient(90deg, var(--houdini-colorA), var(--houdini-colorB));
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 767px)
{
    .slick-arrow
    {
        left: 0;
    }
}
.slick-arrow:before
{
    font-family: 'iconfont' !important;

    display: block;

    content: '\eb60';
}
.slick-arrow.slick-next
{
    right: -5%;
    left: auto;
}
@media (max-width: 767px)
{
    .slick-arrow.slick-next
    {
        right: 0;
    }
}
.slick-arrow.slick-next:before
{
    content: '\e625';
}
.slick-arrow:hover
{
    color: #fff;

    --houdini-colorA: #2166e5;
    --houdini-colorB: #074dd0;
    --houdini-colorA1: #2166e5;
    --houdini-colorB1: #074dd0;
    --houdini-colorA2: rgba(33, 102, 229, .95);
    --houdini-colorB2: rgba(7, 77, 208, .95);
    --houdini-colorA3: #2166e5;
    --houdini-colorB3: #074dd0;
}
.flexwrap
{
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.header
{
    position: fixed;
    z-index: 10;
    z-index: 9;
    top: 0;

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

    width: 100%;
    height: 110px;
    padding: 0 5%;

    text-align: right;

    color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image:         linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
@media (max-width: 1199px)
{
    .header
    {
        height: 60px;

        text-align: right;
    }
}
.header .logo
{
    display: inline-block;
    float: left;

    height: 110px;

    -webkit-transition: all .4s;
            transition: all .4s;
}
@media (max-width: 1199px)
{
    .header .logo
    {
        height: 60px;
    }
}
.header .logo .black
{
    display: none;
}
.header .logo img
{
    position: relative;
    z-index: 2;

    height: 100%;
}
.header .nav-collapse
{
    position: relative;
    top: 16px;

    display: none;
    float: right;

    width: 28px;
    height: 28px;
    padding: 0;

    cursor: pointer;

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

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

        display: block;

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

    width: 28px;
    height: 2px;

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

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

    content: '';
}
.header .nav-collapse .btn-line:nth-child(1)
{
    top: 25%;
}
.header .nav-collapse .btn-line:nth-child(2)
{
    top: 50%;
}
.header .nav-collapse .btn-line:nth-child(3)
{
    top: 75%;
}
.header .nav-collapse.active .btn-line:nth-child(2)
{
    -webkit-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
            transform: translateX(-50px);

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

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

    -webkit-transform: translateX(-50%) rotateZ(-45deg);
        -ms-transform: translateX(-50%) rotate(-45deg);
            transform: translateX(-50%) rotateZ(-45deg);
}
.header .nav-collapse-xs .btn-line
{
    background-color: #fff;
}
.header .nav-collapse-2
{
    top: 0;
}
.header .header-nav
{
    clear: both;

    text-align: center;
}
@media (min-width: 1200px)
{
    .header .nav
    {
        display: inline-block !important;

        margin-right: 30px;

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

        display: none;

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

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

        background-color: #333;
    }
    .header .nav .nav-box,
    .header .nav .container
    {
        width: 100%;
        height: 100%;
    }
    .header .nav .container
    {
        padding: 0;
    }
    .header .nav .tbl,
    .header .nav .tbl-cell
    {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;

        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
                align-items: center;
    }
    .header .nav .tbl
    {
        width: 100%;
        height: 100%;
    }
    .header .nav .tbl-cell
    {
        position: relative;

        width: 100%;
        height: 100%;
    }
}
@media (max-width: 767px)
{
    .header .nav
    {
        padding: 60px 8%;
    }
}
.header .nav.left-100
{
    -webkit-transform: translateX(-100%);
    -webkit-transform: translate3d(-100%, 0, 0);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
            transform: translate3d(-100%, 0, 0);
}
.header .nav.left-200
{
    -webkit-transform: translateX(-200%);
    -webkit-transform: translate3d(-200%, 0, 0);
        -ms-transform: translateX(-200%);
            transform: translateX(-200%);
            transform: translate3d(-200%, 0, 0);
}
.header .nav.left-300
{
    -webkit-transform: translateX(-300%);
    -webkit-transform: translate3d(-300%, 0, 0);
        -ms-transform: translateX(-300%);
            transform: translateX(-300%);
            transform: translate3d(-300%, 0, 0);
}
.header .nav.left-400
{
    -webkit-transform: translateX(-400%);
    -webkit-transform: translate3d(-400%, 0, 0);
        -ms-transform: translateX(-400%);
            transform: translateX(-400%);
            transform: translate3d(-400%, 0, 0);
}
.header .nav.left-500
{
    -webkit-transform: translateX(-500%);
    -webkit-transform: translate3d(-500%, 0, 0);
        -ms-transform: translateX(-500%);
            transform: translateX(-500%);
            transform: translate3d(-500%, 0, 0);
}
.header .nav .nav-list1
{
    position: relative;
}
@media (min-width: 1200px)
{
    .header .nav .nav-list1
    {
        font-size: 0;

        display: block !important;

        -webkit-transition: all .4s;
                transition: all .4s;
        vertical-align: middle;
    }
    .header .nav .nav-list1 > li
    {
        position: relative;

        display: inline-block;

        vertical-align: top;
    }
    .header .nav .nav-list1 > li:nth-child(1) > a:before
    {
        font-family: 'iconfont' !important;
        font-size: 20px;

        display: inline-block;

        margin-right: 10px;

        content: '\e676';
        vertical-align: middle;
    }
    .header .nav .nav-list1 > li > a
    {
        font-size: 18px;
        line-height: 110px;

        position: relative;
        z-index: 2;

        display: inline-block;

        padding: 0 25px;
    }
    .header .nav .nav-list1 > li > a:after
    {
        position: absolute;
        top: 0;
        left: 50%;

        display: block;

        width: 0;
        height: 5px;

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

        background-color: #fff;
    }
    .header .nav .nav-list1 > li:hover > a:after,
    .header .nav .nav-list1 > li.active > a:after
    {
        width: 100%;
    }
    .header .nav .nav-list1 .nav-list2
    {
        position: absolute;
        z-index: 50;
        top: 100%;
        left: 0;

        display: none;

        min-width: 100%;
        margin-left: 0 !important;
        padding: 10px 0;

        text-align: center;
        text-align: left;
        word-break: break-word;

        color: #333;
        background-color: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    }
    .header .nav .nav-list1 .nav-list2 > li
    {
        position: relative;

        display: block;

        list-style: none;
    }
    .header .nav .nav-list1 .nav-list2 > li > a
    {
        font-size: 15px;
        line-height: 30px;

        display: block;

        padding: 0 24px;

        white-space: nowrap;
        text-transform: capitalize;
    }
    .header .nav .nav-list1 .nav-list2 > li:hover > a
    {
        text-decoration: underline;
    }
    .header .nav .nav-list1 .nav-list3
    {
        position: absolute;
        z-index: 50;
        top: 0;
        left: 100%;

        display: none;

        min-width: 100%;
        padding: 10px 0;

        text-align: center;
        text-align: left;
        white-space: nowrap;

        color: #333;
        background-color: rgba(255, 255, 255, .9);
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    }
    .header .nav .nav-list1 .nav-list3 li
    {
        display: block;

        list-style: none;
    }
    .header .nav .nav-list1 .nav-list3 li a
    {
        font-size: 14px;
        line-height: 24px;

        display: block;

        padding: 0 10px;
    }
    .header .nav .nav-list1 .nav-list3 li a:hover
    {
        text-decoration: underline;

        color: #2166e5;
    }
}
@media (min-width: 1200px) and (max-width: 1470px)
{
    .header .nav .nav-list1 > li > a
    {
        font-size: 16px;

        padding: 0 16px;
    }
}
@media (max-width: 1199px)
{
    .header .nav .nav-list1
    {
        width: 100%;
    }
    .header .nav .nav-list1 ul
    {
        display: none !important;
    }
    .header .nav .nav-list1 > a
    {
        font-size: 20px;

        color: #fff;
    }
}
.header .mask-nav
{
    display: none;
}
@media (max-width: 1199px)
{
    .header .mask-nav
    {
        position: absolute;
        z-index: 9999;
        top: 0;

        display: block;
        overflow: hidden;

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

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

        color: #fff;
        background: #fafafa;
        background-color: #333;
    }
}
.header .mask-nav .nav-top
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

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

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

    display: block;

    width: 100%;
    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 767px)
{
    .header .mask-nav .nav-top .nav-title
    {
        font-size: 20px;
        font-size: 5vmin;
    }
}
.header .mask-nav .content
{
    position: relative;

    overflow: auto;

    height: 85%;
    margin-top: 4%;

    -ms-touch-action: pan-y;
        touch-action: pan-y;
    /*定义滚动条轨道 内阴影+圆角*/
    /*定义滑块 内阴影+圆角*/
    /*滑块效果*/
}
.header .mask-nav .content::-webkit-scrollbar
{
    width: 5px;
    height: 5px;

    border-radius: 5px;
    background-color: #fff;
}
.header .mask-nav .content::-webkit-scrollbar-track
{
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}
.header .mask-nav .content::-webkit-scrollbar-thumb
{
    border-radius: 5px;
    background-color: #666;
}
.header .mask-nav .content::-webkit-scrollbar-thumb:hover
{
    border-radius: 5px;
    background: rgba(0, 0, 0, .4);
}
.header .mask-nav .content ul li
{
    font-size: 20px;
    line-height: 2;

    margin: 10px 0;

    text-align: left;
}
@media (max-width: 767px)
{
    .header .mask-nav .content ul li
    {
        font-size: 4vmin;
        line-height: 2;

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

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

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

    color: #fff;
}
.header .mask-nav .content ul li a
{
    display: inline-block;

    text-transform: capitalize;
}
.header .mask-nav .content ul ul
{
    display: none;
}
.header .nav-2
{
    left: 100%;
}
.header .nav-3
{
    left: 200%;
}
.header .nav-4
{
    left: 300%;
}
.header .nav-5
{
    left: 400%;
}
.header .fade-out ul
{
    text-align: left;
}
@media (max-width: 1199px)
{
    .header .fade-out ul .pic
    {
        display: none !important;
    }
}
.header .fade-out ul .more
{
    padding-right: 25px;
}
@media (max-width: 1199px)
{
    .header .fade-out ul.nav-list1
    {
        overflow: auto;

        max-height: 100%;
        margin: 0;

        opacity: 1;

        -ms-touch-action: pan-y;
            touch-action: pan-y;
        /*定义滚动条轨道 内阴影+圆角*/
        /*定义滑块 内阴影+圆角*/
        /*滑块效果*/
    }
    .header .fade-out ul.nav-list1::-webkit-scrollbar
    {
        width: 5px;
        height: 5px;

        border-radius: 5px;
        background-color: #fff;
    }
    .header .fade-out ul.nav-list1::-webkit-scrollbar-track
    {
        border-radius: 5px;
        background-color: #fff;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    }
    .header .fade-out ul.nav-list1::-webkit-scrollbar-thumb
    {
        border-radius: 5px;
        background-color: #666;
    }
    .header .fade-out ul.nav-list1::-webkit-scrollbar-thumb:hover
    {
        border-radius: 5px;
        background: rgba(0, 0, 0, .4);
    }
    .header .fade-out ul.nav-list1 a
    {
        text-transform: uppercase;

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

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

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

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

        width: 40px;

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

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

        display: block;
    }
    .header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 20px;
    }
}
@media (max-width: 1199px) and (max-width: 767px)
{
    .header .fade-out ul.nav-list1 > li
    {
        margin: 1.5vmin 0;
    }
}
@media (max-width: 1199px) and (max-width: 767px)
{
    .header .fade-out ul.nav-list1 > li > a
    {
        font-size: 4.8vmin;
    }
}
@media (max-width: 1199px) and (max-width: 768px)
{
    .header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 4.5vmin;
    }
}
.header .fade-out ul.nav2-list2 h4
{
    font-size: 20px;
    line-height: 50px;
}
@media (max-width: 480px)
{
    .header .fade-out ~ .google-translate
    {
        position: fixed;
        z-index: 99999998;
        top: 30px;
        left: 30px;

        display: block !important;

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

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

    display: inline-block;

    vertical-align: middle;
}
@media (max-width: 767px)
{
    .header .language
    {
        font-size: 14px;
    }
}
.header .language a
{
    line-height: 110px;

    display: inline-block;

    -webkit-transition: all .2s;
            transition: all .2s;
}
@media (max-width: 1199px)
{
    .header .language a
    {
        line-height: 60px;
    }
}
.header .language a .icon
{
    font-size: 24px;

    display: inline-block;

    margin-right: 6px;

    vertical-align: middle;
}
.header .language a:hover
{
    text-decoration: underline;

    opacity: .8;
}
.header .email
{
    display: inline-block;

    -webkit-transition: all .2s;
            transition: all .2s;
    vertical-align: middle;
}
@media (max-width: 1199px)
{
    .header .email
    {
        margin-right: 20px;
    }
}
.header .email .icon
{
    font-size: 24px;
}
@media (max-width: 767px)
{
    .header .email .icon
    {
        font-size: 20px;
    }
}
.header .email:hover
{
    opacity: .8;
}
.header .search-part
{
    position: relative;

    display: inline-block;

    vertical-align: middle;
}
.header .find
{
    display: block;

    padding: 0 30px;

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

    border-radius: 50%;
}
@media (max-width: 1470px)
{
    .header .find
    {
        padding: 0 14px;
    }
}
.header .find .icon
{
    font-size: 20px;
}
@media (max-width: 767px)
{
    .header .find .icon
    {
        font-size: 18px;
    }
}
.header .find:hover
{
    opacity: .8;
}
.header .back-btn
{
    position: absolute;
    left: 15px;
}
.header .search-wrap
{
    font-size: 14px;

    position: absolute;
    z-index: 9;
    top: 100%;
    right: 0;

    display: none;

    width: 300px;
    padding: 10px;

    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 1199px)
{
    .header .search-wrap
    {
        top: 100%;
    }
}
@media (max-width: 767px)
{
    .header .search-wrap
    {
        right: -50px;
    }
}
.header .search-wrap .search-box
{
    position: relative;
}
.header .search-wrap input
{
    line-height: 24px;

    width: 100%;
    padding: 6px 10px;

    color: #666;
    border: 1px solid #dcdcdc;
}
.header .search-wrap .submit
{
    font-size: 20px;
    line-height: 38px;

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

    width: 44px;
    height: 38px;
    padding: 0;

    color: #fff;
    border-radius: 0;
    background-color: #074dd0;
}
.header .search-wrap .submit:before
{
    font-family: 'iconfont' !important;

    content: '\e60e';
}
.fixed-header
{
    color: #222;
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
    background-image: -webkit-linear-gradient(#fff, #fff);
    background-image:         linear-gradient(#fff, #fff);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.fixed-header .logo .white
{
    display: none;
}
.fixed-header .logo .black
{
    display: block;
}
.fixed-header .nav .nav-list1 > li > a:after
{
    background-color: #1c1c1c;
}
.fixed-header .pc-search
{
    border-color: #1c1c1c;
}
.fixed-header .pc-search input::-webkit-input-placeholder,
.fixed-header .pc-search textarea::-webkit-input-placeholder
{
    color: #333;
}
.fixed-header .pc-search input:-o-placeholder,
.fixed-header .pc-search textarea:-o-placeholder
{
    color: #333;
}
.fixed-header .pc-search input::-moz-placeholder,
.fixed-header .pc-search textarea::-moz-placeholder
{
    color: #333;
}
.fixed-header .pc-search input:-ms-input-placeholder,
.fixed-header .pc-search textarea:-ms-input-placeholder
{
    color: #333;
}
.fixed-header .pc-search input:focus::-webkit-input-placeholder,
.fixed-header .pc-search textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.fixed-header .pc-search input:focus::-o-placeholder,
.fixed-header .pc-search textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.fixed-header .pc-search input:focus::-moz-placeholder,
.fixed-header .pc-search textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.fixed-header .pc-search input:focus::-ms-input-placeholder,
.fixed-header .pc-search textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.fixed-header .nav-collapse-xs .btn-line
{
    background-color: #666;
}
.online-wrap .btn
{
    line-height: 36px;

    position: fixed;
    z-index: 8;
    right: 0;
    bottom: 55px;

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

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

    color: #fff;
    border: 1px solid #2166e5;
    border-radius: 0;
    outline: none;
    background-color: #2166e5;
}
@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;
}
.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: 8;
    top: 40%;
    right: 0;

    -webkit-transition: right .3s;
            transition: right .3s;
    text-align: center;
}
@media (max-width: 1199px)
{
    .online-wrap .online
    {
        right: 0;
    }
}
.online-wrap .online.onlineshow
{
    right: 0;
}
@media (max-width: 991px)
{
    .online-wrap .online
    {
        top: auto;
        right: -60px;
        bottom: 100px;

        -webkit-transform: translateY(0%);
            -ms-transform: translateY(0%);
                transform: translateY(0%);
    }
    .online-wrap .online.onlineshow
    {
        right: -60px;
    }
    .online-wrap .online.active
    {
        right: 0;
    }
}
.online-wrap .online a
{
    line-height: 50px;

    position: relative;

    display: block;

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

    transition: .4s --houdini-colorA2, .4s --houdini-colorB2;
    text-align: center;

    border-radius: 50%;
    background: -webkit-linear-gradient(45deg, var(--houdini-colorA2), var(--houdini-colorB2));
    background:         linear-gradient(45deg, var(--houdini-colorA2), var(--houdini-colorB2));
}
.online-wrap .online a:last-child
{
    border-bottom: none;
}
.online-wrap .online a:before
{
    font-size: 24px;

    color: #fff;
}
@media (min-width: 992px)
{
    .online-wrap .online a:hover
    {
        --houdini-colorA: #2166e5;
        --houdini-colorB: #074dd0;
        --houdini-colorA1: #2166e5;
        --houdini-colorB1: #074dd0;
        --houdini-colorA2: rgba(33, 102, 229, .95);
        --houdini-colorB2: rgba(7, 77, 208, .95);
        --houdini-colorA3: #2166e5;
        --houdini-colorB3: #074dd0;
    }
    .online-wrap .online a:hover:before
    {
        color: #fff;
    }
}
@media (max-width: 991px)
{
    .online-wrap .online a
    {
        line-height: 40px;

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

    padding-right: 5px;

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

    color: #fff;
    background-color: #2166e5;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .12);
}
@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;
}
.online-wrap .online .sale
{
    width: 158px;
    margin-bottom: 30px;
}
@media (max-width: 991px)
{
    .online-wrap .online .sale
    {
        width: 50px;
    }
}
.online-wrap .online .sale a
{
    width: 158px;
    height: 162px;

    background: none;
}
@media (max-width: 991px)
{
    .online-wrap .online .sale a
    {
        width: 50px;
        height: 50px;
    }
}
.online-wrap .online .sale img
{
    max-width: 100%;
}
@media (min-width: 992px)
{
    .online-wrap-in .online
    {
        right: 0;
    }
}
.online-wrap .icon-qq:before
{
    font-family: 'iconfont' !important;

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

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

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

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

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

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

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

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

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

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

    content: '\e624';
}
.online-wrap .icon-cart span
{
    font-size: 14px;
    line-height: 20px;

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

    width: 20px;
    height: 20px;

    color: #fff;
    border-radius: 50%;
    background-color: #2166e5;
}
.online-wrap .icon-arrow-top:before
{
    font-family: 'iconfont' !important;

    content: '\e622';
}
.xs-online
{
    font-family: 'Times New Roman', Arial;

    position: fixed;
    z-index: 8;
    bottom: 0;
    left: 0;

    display: none;

    width: 100%;

    box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, .2);
}
@media (max-width: 991px)
{
    .xs-online
    {
        display: block !important;
    }
}
.xs-online ul
{
    margin: 0;
    padding: 0;

    text-align: center;

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

    width: 20%;

    list-style: none;
}
.xs-online ul li > a
{
    font-size: 10px;

    display: block;

    padding: 8px 0;

    transition: .4s --houdini-colorA, .4s --houdini-colorB;
    text-transform: uppercase;

    color: inherit;
    background: -webkit-linear-gradient(45deg, var(--houdini-colorA), var(--houdini-colorB));
    background:         linear-gradient(45deg, var(--houdini-colorA), var(--houdini-colorB));

    --houdini-colorA: #2166e5;
    --houdini-colorB: #074dd0;
    --houdini-colorA1: #2166e5;
    --houdini-colorB1: #074dd0;
    --houdini-colorA2: rgba(33, 102, 229, .95);
    --houdini-colorB2: rgba(7, 77, 208, .95);
    --houdini-colorA3: #2166e5;
    --houdini-colorB3: #074dd0;
}
@media (max-width: 320px)
{
    .xs-online ul li > a
    {
        font-size: 8px;
    }
}
.xs-online ul li > a:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;
    font-style: normal;
    line-height: 24px;

    display: block;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.xs-online ul li:first-child
{
    border-left: none;
}
.xs-online ul li:last-child
{
    border-right: none;
}
.xs-online ul li.xs-online-product > a:before
{
    font-size: 16px;

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

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

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

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

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

    content: '\e6c8';
}
.xs-online ul li.xs-online-message > a:before
{
    font-size: 18px;
    font-weight: normal;

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

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

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

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

    content: '\e609';
}
.xs-online ul li.xs-online-wechat > a:before
{
    content: '\e604';
}
.xs-online ul li.xs-online-wechat > a
{
    position: relative;
}
.xs-online ul li.xs-online-wechat > a:hover img
{
    display: block;
}
.xs-online ul li.xs-online-wechat > a img
{
    position: absolute;
    bottom: 57px;
    left: 0;

    display: none;

    width: 100%;
}
.xs-online ul li.facebook > a:before
{
    content: '\e615';
}
.banner
{
    font-size: 0;

    position: relative;
    z-index: 2;

    overflow: hidden;

    width: 100%;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
.banner img
{
    display: block;

    width: 100%;
}
.banner .swiper-slide
{
    overflow: hidden;
}
.banner .swiper-pagination
{
    bottom: 30px;
}
@media (max-width: 767px)
{
    .banner .swiper-pagination
    {
        bottom: 10px;
    }
}
.banner .slick-arrow
{
    font-size: 30px;
    line-height: 140px;

    width: 40px;
    height: 140px;

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

    color: #fff;
    border: none;
    border-radius: 0 10px 10px 0;
    outline: none;
    background: none;
    background-color: rgba(0, 0, 0, .27);
}
.banner .slick-arrow:before
{
    font-family: 'iconfont' !important;

    content: '\e9b5';
}
.banner .slick-arrow.banner-button-next
{
    border-radius: 10px 0 0 10px;
}
.banner .slick-arrow.banner-button-next:before
{
    content: '\e72f';
}
.banner .slick-arrow:hover
{
    background-color: #2166e5;
}
.banner .slick-prev
{
    left: 5%;
}
@media (max-width: 767px)
{
    .banner .slick-prev
    {
        left: 20%;
    }
}
.banner .slick-next
{
    right: 5%;
}
.banner .item
{
    position: relative;

    display: block;
    overflow: hidden;
}
@media (max-width: 991px)
{
    .banner .item
    {
        width: 110%;
        max-width: 110%;
        margin-left: -5%;
    }
}
@media (max-width: 767px)
{
    .banner .item
    {
        width: 120%;
        max-width: 120%;
        margin-left: -10%;
    }
}
.banner .item > a
{
    display: block;
    overflow: hidden;
}
.banner .item > a > img
{
    position: relative;
    left: 50%;

    display: block;

    width: 100%;

    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
@media only screen and (min-width: 1850px) and (max-width: 1920px)
{
    .banner .item > a > img
    {
        width: auto;
    }
}
.banner .item .text
{
    position: absolute;
    z-index: 2;
    top: 56%;
    left: 0;

    width: 100%;

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

    color: #fff;
}
@media (max-width: 767px)
{
    .banner .item .text
    {
        padding: 0 10%;
    }
}
.banner .item .text h2
{
    font-size: 20px;
    line-height: 1.4;

    margin: 0;

    -webkit-transition: all 1s;
            transition: all 1s;
    -webkit-transform: translateY(-80px);
        -ms-transform: translateY(-80px);
            transform: translateY(-80px);

    opacity: 0;
}
@media (max-width: 1470px)
{
    .banner .item .text h2
    {
        font-size: 18px;
    }
}
@media (max-width: 991px)
{
    .banner .item .text h2
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .banner .item .text h2
    {
        font-size: 14px;
    }
}
.banner .item .text h3
{
    font-size: 64px;
    font-weight: bold;
    line-height: 1.125;

    margin: 20px 0 0 0;

    -webkit-transition: all 1s;
            transition: all 1s;
    -webkit-transform: translateY(80px);
        -ms-transform: translateY(80px);
            transform: translateY(80px);

    opacity: 0;
}
@media (max-width: 1470px)
{
    .banner .item .text h3
    {
        font-size: 58px;
    }
}
@media (max-width: 1350px)
{
    .banner .item .text h3
    {
        font-size: 50px;
    }
}
@media (max-width: 1199px)
{
    .banner .item .text h3
    {
        font-size: 40px;
    }
}
@media (max-width: 991px)
{
    .banner .item .text h3
    {
        font-size: 30px;

        margin-top: 10px;
    }
}
@media (max-width: 767px)
{
    .banner .item .text h3
    {
        font-size: 16px;
    }
}
.banner .item .text .more
{
    font-size: 16px;
    line-height: 50px;

    display: inline-block;

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

    color: #fff;
    border-radius: 50px;
    background-color: #2166e5;
}
@media (max-width: 991px)
{
    .banner .item .text .more
    {
        line-height: 40px;

        height: 40px;
        margin-top: 20px;
        padding: 0 30px;
    }
}
@media (max-width: 767px)
{
    .banner .item .text .more
    {
        font-size: 14px;
        line-height: 30px;

        height: 30px;
        margin-top: 10px;
        padding: 0 20px;
    }
}
.banner .item .text .more:before
{
    display: inline-block;

    margin-right: 10px;

    content: '+';
    vertical-align: middle;
}
@media (min-width: 1200px)
{
    .banner .swiper-slide-active .item > a > img
    {
        -webkit-animation: bannerscale 4.5s linear;
                animation: bannerscale 4.5s linear;
    }
}
.banner .swiper-slide-active .item .text h2
{
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);

    opacity: 1;
}
.banner .swiper-slide-active .item .text h3
{
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);

    opacity: 1;
}
.banner .swiper-slide-active .item .text .more
{
    -webkit-animation: zoomIn 2s 0s ease both;
            animation: zoomIn 2s 0s ease both;
}
@-webkit-keyframes bannerscale
{
    0%
    {
        -webkit-transform: translateX(-50%) scale(1.2);
                transform: translateX(-50%) scale(1.2);
    }
    100%
    {
        -webkit-transform: translateX(-50%) scale(1);
                transform: translateX(-50%) scale(1);
    }
}
@keyframes bannerscale
{
    0%
    {
        -webkit-transform: translateX(-50%) scale(1.2);
                transform: translateX(-50%) scale(1.2);
    }
    100%
    {
        -webkit-transform: translateX(-50%) scale(1);
                transform: translateX(-50%) scale(1);
    }
}
.banner-in
{
    position: relative;

    clear: both;
    overflow: hidden;
}
.banner-in img
{
    display: block;

    width: 100%;
}
@media (max-width: 991px)
{
    .banner-in .item
    {
        width: 160%;
        max-width: 160%;
        margin-left: -30%;
    }
}
@media (max-width: 767px)
{
    .banner-in .item
    {
        width: 200%;
        max-width: 200%;
        margin-left: -50%;
    }
}
.banner-in .banner-in-title
{
    position: absolute;
    bottom: 20%;

    width: 100%;

    text-align: center;

    color: #fff;
}
@media (max-width: 1470px)
{
    .banner-in .banner-in-title
    {
        bottom: 15%;
    }
}
@media (max-width: 767px)
{
    .banner-in .banner-in-title
    {
        bottom: 10px;
    }
}
.banner-in .banner-in-title h3
{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;

    max-width: 590px;
    margin: 0 auto;
    margin-bottom: 30px;
}
@media (max-width: 1199px)
{
    .banner-in .banner-in-title h3
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .banner-in .banner-in-title h3
    {
        font-size: 14px;

        margin-bottom: 10px;
    }
}
.banner-in .banner-in-title form
{
    width: 100%;
    max-width: 500px;
    margin: 0 auto;

    text-align: center;
}
@media (max-width: 767px)
{
    .banner-in .banner-in-title form
    {
        max-width: 300px;
    }
}
.banner-in .banner-in-title form input
{
    line-height: 28px;

    width: 100%;
    padding: 10px;

    text-align: center;

    color: #fff;
    border: 1px solid rgba(255, 255, 255, .4);
    background: none;
}
@media (max-width: 767px)
{
    .banner-in .banner-in-title form input
    {
        line-height: 24px;

        padding: 5px 10px;
    }
}
.banner-in .banner-in-title form input::-webkit-input-placeholder,
.banner-in .banner-in-title form textarea::-webkit-input-placeholder
{
    color: #fff;
}
.banner-in .banner-in-title form input:-o-placeholder,
.banner-in .banner-in-title form textarea:-o-placeholder
{
    color: #fff;
}
.banner-in .banner-in-title form input::-moz-placeholder,
.banner-in .banner-in-title form textarea::-moz-placeholder
{
    color: #fff;
}
.banner-in .banner-in-title form input:-ms-input-placeholder,
.banner-in .banner-in-title form textarea:-ms-input-placeholder
{
    color: #fff;
}
.banner-in .banner-in-title form input:focus::-webkit-input-placeholder,
.banner-in .banner-in-title form textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.banner-in .banner-in-title form input:focus::-o-placeholder,
.banner-in .banner-in-title form textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.banner-in .banner-in-title form input:focus::-moz-placeholder,
.banner-in .banner-in-title form textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.banner-in .banner-in-title form input:focus::-ms-input-placeholder,
.banner-in .banner-in-title form textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.banner-in .banner-in-title form .submit
{
    font-size: 14px;
    line-height: 30px;

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

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

    color: #222;
    border-radius: 0;
    background-color: #fff;
}
@media (max-width: 1470px)
{
    .banner-in .banner-in-title form .submit
    {
        margin-top: 20px;
    }
}
@media (max-width: 767px)
{
    .banner-in .banner-in-title form .submit
    {
        margin-top: 10px;
        padding: 0 20px;
    }
}
.banner-in .banner-in-title form .submit:hover
{
    color: #fff;
    background-color: #2166e5;
}
.swiper-pagination-bullet
{
    position: relative;

    display: inline-block;

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

    cursor: pointer;
    vertical-align: middle;

    opacity: 1;
    background: none;
}
.swiper-pagination-bullet svg
{
    position: relative;
    z-index: 5;
    top: -2px;
    left: -2px;

    display: block;

    width: 40px;
    height: 40px;

    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
.swiper-pagination-bullet svg circle
{
    -webkit-transition: stroke-dashoffset .6s ease-out;
       -moz-transition: stroke-dashoffset .6s ease-out;
        -ms-transition: stroke-dashoffset .6s ease-out;
         -o-transition: stroke-dashoffset .6s ease-out;
            transition: stroke-dashoffset .6s ease-out;

    stroke-width: 2px;
    stroke: #fff;
    stroke-dasharray: 300%;
    stroke-dashoffset: 300%;
}
.swiper-pagination-bullet span
{
    position: absolute;
    z-index: 4;
    top: -2px;
    left: -2px;

    width: 40px;
    height: 40px;

    -webkit-transition: border-color .3s ease-out;
       -moz-transition: border-color .3s ease-out;
        -ms-transition: border-color .3s ease-out;
         -o-transition: border-color .3s ease-out;
            transition: border-color .3s ease-out;

    border: 2px solid rgba(255, 255, 255, .4);
    border-radius: 50%;
}
.swiper-pagination-bullet span:after
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    width: 6px;
    height: 6px;
    margin: auto;

    content: '';

    border-radius: 50%;
    background-color: #fff;
}
.swiper-pagination-bullet-active svg circle
{
    -webkit-animation: movedong 4s ease-out;
            animation: movedong 4s ease-out;

    stroke-dashoffset: 0;
}
@-webkit-keyframes movedong
{
    0%
    {
        stroke-dashoffset: 300%;
    }
    100%
    {
        stroke-dashoffset: 0;
    }
}
@keyframes movedong
{
    0%
    {
        stroke-dashoffset: 300%;
    }
    100%
    {
        stroke-dashoffset: 0;
    }
}
@-webkit-keyframes moveshou
{
    0%
    {
        stroke-dashoffset: 0;
    }
    100%
    {
        stroke-dashoffset: 300%;
    }
}
@keyframes moveshou
{
    0%
    {
        stroke-dashoffset: 0;
    }
    100%
    {
        stroke-dashoffset: 300%;
    }
}
.box
{
    overflow: hidden;

    padding: 80px 5%;
}
@media (max-width: 991px)
{
    .box
    {
        padding: 40px 15px;
    }
}
.title
{
    text-align: center;
}
.title .icon
{
    font-size: 40px;
    line-height: 1.2;

    display: block;

    margin-bottom: 20px;
}
.title h2
{
    font-size: 32px;
    line-height: 1.2;
	font-weight: bold;
    margin: 0;
}
@media (max-width: 1470px)
{
    .title h2
    {
        font-size: 30px;
    }
}
@media (max-width: 1199px)
{
    .title h2
    {
        font-size: 26px;
    }
}
@media (max-width: 991px)
{
    .title h2
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .title h2
    {
        font-size: 22px;
    }
}
.title h3
{
    font-size: 16px;
    line-height: 24px;

    margin: 10px 0 0 0;

    color: #8d939e;
}
@media (max-width: 767px)
{
    .title h3
    {
        font-size: 16px;
    }
}
.indexcontent
{
    position: relative;
    z-index: 2;
}
.box-number .number ul,
.wrap-about .number ul
{
    font-size: 0;

    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 767px)
{
    .box-number .number ul,
    .wrap-about .number ul
    {
        display: block;
    }
    .box-number .number ul li,
    .wrap-about .number ul li
    {
        font-size: 14px;

        display: inline-block;

        width: 50%;

        vertical-align: top;
    }
}
.box-number .number .item,
.wrap-about .number .item
{
    margin: 20px 0;

    -webkit-transition: all .6s;
            transition: all .6s;
}
@media (max-width: 767px)
{
    .box-number .number .item,
    .wrap-about .number .item
    {
        margin: 10px 0;
    }
}
.box-number .number .item h3,
.wrap-about .number .item h3
{
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2;
}
@media (max-width: 1470px)
{
    .box-number .number .item h3,
    .wrap-about .number .item h3
    {
        font-size: 24px;
    }
}
@media (max-width: 1199px)
{
    .box-number .number .item h3,
    .wrap-about .number .item h3
    {
        font-size: 20px;
    }
}
.box-number .number .item h3 .counter,
.wrap-about .number .item h3 .counter
{
    font-family: 'Montserrat Alternates', Arial, Helvetica, sans-serif;
    font-size: 46px;

    -webkit-transition: all .2s;
            transition: all .2s;
}
@media (max-width: 1470px)
{
    .box-number .number .item h3 .counter,
    .wrap-about .number .item h3 .counter
    {
        font-size: 40px;
    }
}
@media (max-width: 1199px)
{
    .box-number .number .item h3 .counter,
    .wrap-about .number .item h3 .counter
    {
        font-size: 40px;
    }
}
@media (max-width: 991px)
{
    .box-number .number .item h3 .counter,
    .wrap-about .number .item h3 .counter
    {
        font-size: 34px;
    }
}
@media (max-width: 767px)
{
    .box-number .number .item h3 .counter,
    .wrap-about .number .item h3 .counter
    {
        font-size: 28px;
    }
}
.box-number .number .item h3 sub,
.wrap-about .number .item h3 sub
{
    -webkit-transition: all .2s;
            transition: all .2s;
    text-transform: uppercase;
}
.box-number .number .item p,
.wrap-about .number .item p
{
    font-size: 16px;
    line-height: 24px;

    margin: 10px 0 0 0;
}
@media (max-width: 767px)
{
    .box-number .number .item p,
    .wrap-about .number .item p
    {
        font-size: 14px;
    }
}
.box-number .number .item:hover,
.wrap-about .number .item:hover
{
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
}
.box-number .number .item:hover h3 .counter,
.wrap-about .number .item:hover h3 .counter
{
    color: #2166e5;
}
.box-number .number .item:hover h3 sub,
.wrap-about .number .item:hover h3 sub
{
    color: #fd2e52;
}
.box-number
{
    padding: 50px 0;
}
@media (max-width: 991px)
{
    .box-number
    {
        padding: 30px 0;
    }
}
.box-about
{
    font-size: 0;

    padding: 0;

    background: url(../images/about_bg.jpg) no-repeat right center #f7f8fb;
}
.box-about .video,
.box-about .about
{
    font-size: 14px;

    display: inline-block;

    width: 50%;

    vertical-align: middle;
}
@media (max-width: 767px)
{
    .box-about .video,
    .box-about .about
    {
        width: 100%;
    }
}
.box-about .video
{
    position: relative;

    overflow: hidden;
}
.box-about .video img
{
    width: 100%;
}
.box-about .video .play
{
    font-size: 50px;
    line-height: 60px;

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

    width: 60px;
    height: 60px;

    cursor: pointer;
    -webkit-transition: all .2s;
            transition: all .2s;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
    text-align: center;

    color: #fff;
}
.box-about .video .play:before
{
    position: absolute;
    top: 50%;
    left: 50%;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-transition: all .2s;
            transition: all .2s;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-animation: point_kuo 3s linear infinite;
            animation: point_kuo 3s linear infinite;

    border-radius: 50%;
    background: rgba(255, 255, 255, .15);
}
.box-about .video .play .icon
{
    font-size: 60px;

    position: relative;
    z-index: 6;
}
.box-about .video .play:after
{
    position: absolute;
    top: 50%;
    left: 50%;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-transition: all .2s;
            transition: all .2s;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-animation: point_kuo 3s linear infinite;
            animation: point_kuo 3s linear infinite;
    -webkit-animation-delay: 1s;
            animation-delay: 1s;

    border-radius: 50%;
    background: rgba(255, 255, 255, .29);
}
.box-about .video .play:hover
{
    color: #2166e5;
}
.box-about .video .play:hover:before
{
    background: rgba(33, 102, 229, .15);
}
.box-about .video .play:hover:after
{
    background: rgba(33, 102, 229, .29);
}
.box-about .about
{
    padding: 30px 5% 30px 3%;
}
.box-about .about .title
{
    text-align: left;
}
.box-about .about .text
{
    display: -webkit-box;
    overflow: hidden;

    max-height: 120px;
    margin-top: 30px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
@media (max-width: 991px)
{
    .box-about .about .text
    {
        max-height: 96px;
        margin-top: 20px;
    }
}
.box-about .about .text p
{
    font-size: 16px;
    line-height: 2;

    margin: 0;

    color: #666;
}
@media (max-width: 991px)
{
    .box-about .about .text p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.box-about .about .more
{
    margin-top: 70px;
}
@media (max-width: 991px)
{
    .box-about .about .more
    {
        margin-top: 40px;
    }
}
.box-about .about .more a
{
    font-size: 15px;
    line-height: 30px;

    display: inline-block;

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

    color: #555;
}
@media (max-width: 767px)
{
    .box-about .about .more a
    {
        font-size: 14px;
    }
}
.box-about .about .more a:hover
{
    color: #2166e5;
}
@-webkit-keyframes point_kuo
{
    0%
    {
        -webkit-transform: translate(-50%, -50%) scale(1);
                transform: translate(-50%, -50%) scale(1);

        opacity: 1;
    }
    100%
    {
        -webkit-transform: translate(-50%, -50%) scale(3.5);
                transform: translate(-50%, -50%) scale(3.5);

        opacity: 0;
    }
}
@keyframes point_kuo
{
    0%
    {
        -webkit-transform: translate(-50%, -50%) scale(1);
                transform: translate(-50%, -50%) scale(1);

        opacity: 1;
    }
    100%
    {
        -webkit-transform: translate(-50%, -50%) scale(3.5);
                transform: translate(-50%, -50%) scale(3.5);

        opacity: 0;
    }
}
.box-advantage .advantage ul
{
    margin: 0 -6px;
}
.box-advantage .advantage ul li
{
    padding: 0 6px;
}
.box-advantage .advantage .item
{
    position: relative;

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

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

    background-color: #f7f8fb;
}
@media (max-width: 991px)
{
    .box-advantage .advantage .item
    {
        margin-top: 10px;
    }
}
.box-advantage .advantage .item: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: #2166e5;
}
.box-advantage .advantage .item .img-box
{
    padding-bottom: 75%;
}
.box-advantage .advantage .item .text
{
    position: relative;

    padding: 60px 8%;
}
@media (max-width: 991px)
{
    .box-advantage .advantage .item .text
    {
        padding: 30px;
    }
}
@media (max-width: 767px)
{
    .box-advantage .advantage .item .text
    {
        padding: 20px 0;
    }
}
.box-advantage .advantage .item .text:before
{
    position: absolute;
    top: 20px;
    left: 50%;

    display: block;

    width: 17px;
    height: 12px;

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

    opacity: 0;
    background: url(../images/aicon.png) no-repeat center;
}
@media (max-width: 1199px)
{
    .box-advantage .advantage .item .text:before
    {
        display: none;
    }
}
.box-advantage .advantage .item .text h3
{
    font-size: 25px;
    line-height: 30px;

    margin: 0;
}
@media (max-width: 1199px)
{
    .box-advantage .advantage .item .text h3
    {
        font-size: 22px;
    }
}
@media (max-width: 767px)
{
    .box-advantage .advantage .item .text h3
    {
        font-size: 18px;
    }
}
.box-advantage .advantage .item .text p
{
    font-size: 15px;
    line-height: 1.73333333;

    margin: 10px 0 0 0;
}
@media (max-width: 991px)
{
    .box-advantage .advantage .item .text p
    {
        font-size: 14px;
    }
}
.box-advantage .advantage .item:hover
{
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.box-advantage .advantage .item:hover:after
{
    width: 100%;
}
.box-advantage .advantage .item:hover .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.box-advantage .advantage .item:hover .text:before
{
    top: 30px;

    opacity: 1;
}
.box-product
{
    padding-top: 0;
    padding-bottom: 0;
}
.box-product .product
{
    margin-top: 60px;
}
.box-product .product ul li:nth-child(2n) .item .bgicon
{
    right: auto;
    left: -200px;
}
.box-product .product ul li:nth-child(2n) .item .pic
{
    left: 40%;
}
@media (max-width: 767px)
{
    .box-product .product ul li:nth-child(2n) .item .pic
    {
        left: 0;
    }
}
.box-product .product ul li:nth-child(2n) .item .text
{
    right: 60%;
}
@media (max-width: 767px)
{
    .box-product .product ul li:nth-child(2n) .item .text
    {
        right: 0;
    }
}
.box-product .product ul li:nth-child(2n) .item .text .picimg
{
    left: 50%;
}
.box-product .product ul li:nth-child(2n) .item .text .note
{
    right: 50%;

    padding-right: 0;
    padding-left: 15%;

    text-align: left;
}
@media (max-width: 1470px)
{
    .box-product .product ul li:nth-child(2n) .item .text .note
    {
        padding-left: 8%;
    }
}
@media (max-width: 767px)
{
    .box-product .product ul li:nth-child(2n) .item .text .note
    {
        padding-left: 5%;
    }
}
.box-product .product ul li:nth-child(2n) .item .text .more
{
    text-align: left;
}
.box-product .item
{
    font-size: 0;

    position: relative;

    display: block;
    overflow: hidden;

    margin-top: 20px;

    background-color: #f7f8fb;
}
.box-product .item .bgicon
{
    position: absolute;
    z-index: 1;
    top: 50%;
    right: -200px;

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

    color: #eef0f4;
}
.box-product .item .bgicon .icon
{
    font-size: 500px;
}
.box-product .item .pic,
.box-product .item .text
{
    font-size: 14px;

    position: relative;

    display: inline-block;

    vertical-align: middle;
}
.box-product .item .pic
{
    position: relative;
    z-index: 2;

    overflow: hidden;

    width: 60%;
}
@media (max-width: 767px)
{
    .box-product .item .pic
    {
        width: 100%;
    }
}
.box-product .item .pic img
{
    width: 100%;

    -webkit-transition: all 1s;
            transition: all 1s;
}
.box-product .item .text
{
    font-size: 0;

    position: relative;
    z-index: 2;

    width: 40%;
}
@media (max-width: 767px)
{
    .box-product .item .text
    {
        width: 100%;
        padding: 20px 0;
    }
}
.box-product .item .text .picimg,
.box-product .item .text .note
{
    font-size: 14px;

    position: relative;

    display: inline-block;

    width: 50%;

    vertical-align: middle;
}
.box-product .item .text .picimg
{
    padding: 0 5%;
}
.box-product .item .text .note
{
    padding-right: 15%;

    text-align: right;
}
@media (max-width: 1470px)
{
    .box-product .item .text .note
    {
        padding-right: 8%;
    }
}
@media (max-width: 767px)
{
    .box-product .item .text .note
    {
        padding-right: 5%;
    }
}
.box-product .item .text .note .icon-blue
{
    font-size: 30px;

    color: #2166e5;
}
.box-product .item .text .note h3
{
    font-size: 34px;
    line-height: 1.4;

    margin: 0;

    -webkit-transition: all .2s;
            transition: all .2s;
}
@media (max-width: 1470px)
{
    .box-product .item .text .note h3
    {
        font-size: 30px;
    }
}
@media (max-width: 1199px)
{
    .box-product .item .text .note h3
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .box-product .item .text .note h3
    {
        font-size: 20px;
    }
}
.box-product .item .text .note p
{
    font-size: 20px;
    line-height: 30px;

    margin: 0;
}
@media (max-width: 1199px)
{
    .box-product .item .text .note p
    {
        font-size: 18px;
    }
}
@media (max-width: 991px)
{
    .box-product .item .text .note p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .box-product .item .text .note p
    {
        font-size: 14px;
    }
}
.box-product .item .text .note .more
{
    font-size: 17px;
    line-height: 30px;

    display: block;

    margin-top: 80px;

    -webkit-transition: all .2s;
            transition: all .2s;
    text-align: right;
}
@media (max-width: 991px)
{
    .box-product .item .text .note .more
    {
        font-size: 15px;

        margin-top: 40px;
    }
}
@media (max-width: 767px)
{
    .box-product .item .text .note .more
    {
        font-size: 14px;
    }
}
.box-product .item:hover .pic img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.box-product .item:hover .text h3
{
    color: #2166e5;
}
.box-product .item:hover .text .more
{
    color: #2166e5;
}
.box-product .more
{
    margin-top: 20px;

    text-align: center;
}
.box-product .more a
{
    font-size: 17px;
    line-height: 50px;

    display: block;

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

    background-color: #eef0f4;
}
@media (max-width: 991px)
{
    .box-product .more a
    {
        font-size: 15px;
    }
}
.box-product .more a .icon
{
    font-size: 16px;

    display: inline-block;

    margin-left: 10px;

    vertical-align: middle;
}
.box-product .more a:hover
{
    color: #fff;
    background-color: #2166e5;
}
.box-news .news
{
    margin-top: 50px;
}
@media (max-width: 991px)
{
    .box-news .news
    {
        margin-top: 30px;
    }
}
.box-news .news .item .pic
{
    display: block;
    overflow: hidden;
}
.box-news .news .item .pic img
{
    width: 100%;

    -webkit-transition: all 1s;
            transition: all 1s;
}
.box-news .news .item h3
{
    font-size: 22px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 16px 0 0 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1199px)
{
    .box-news .news .item h3
    {
        font-size: 20px;
    }
}
@media (max-width: 991px)
{
    .box-news .news .item h3
    {
        font-size: 18px;
    }
}
.box-news .news .item p
{
    font-size: 16px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

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

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 991px)
{
    .box-news .news .item p
    {
        font-size: 14px;
    }
}
.box-news .news .item:hover .pic img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.box-news .news-list
{
    margin-top: 50px;
    padding-left: 30px;
}
@media (max-width: 1199px)
{
    .box-news .news-list
    {
        padding-left: 0;
    }
}
@media (max-width: 991px)
{
    .box-news .news-list
    {
        margin-top: 30px;
    }
}
.box-news .news-list .item
{
    font-size: 0;

    padding: 20px 0;

    -webkit-transition: all .2s;
            transition: all .2s;
}
@media (max-width: 767px)
{
    .box-news .news-list .item
    {
        padding: 10px 0;
    }
}
.box-news .news-list .item .date,
.box-news .news-list .item .note
{
    font-size: 14px;

    display: inline-block;

    vertical-align: middle;
}
.box-news .news-list .item .date
{
    position: relative;

    width: 110px;

    text-align: center;
}
@media (max-width: 767px)
{
    .box-news .news-list .item .date
    {
        width: 80px;
    }
}
.box-news .news-list .item .date:after
{
    position: absolute;
    top: 50%;
    right: 0;

    width: 1px;
    height: 36px;
    margin-top: -18px;

    content: '';

    background-color: #d2d2d2;
}
.box-news .news-list .item .date b
{
    font-size: 42px;
    line-height: 1.2;

    display: block;
}
@media (max-width: 991px)
{
    .box-news .news-list .item .date b
    {
        font-size: 34px;
    }
}
.box-news .news-list .item .date span
{
    font-size: 16px;
    line-height: 24px;

    display: block;
}
@media (max-width: 767px)
{
    .box-news .news-list .item .date span
    {
        font-size: 14px;
    }
}
.box-news .news-list .item .note
{
    width: -webkit-calc(100% - 110px);
    width:         calc(100% - 110px);
    padding-left: 20px;
}
@media (max-width: 767px)
{
    .box-news .news-list .item .note
    {
        width: -webkit-calc(100% - 80px);
        width:         calc(100% - 80px);
        padding-left: 10px;
    }
}
.box-news .news-list .item .note h3
{
    font-size: 22px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1199px)
{
    .box-news .news-list .item .note h3
    {
        font-size: 20px;
    }
}
@media (max-width: 991px)
{
    .box-news .news-list .item .note h3
    {
        font-size: 18px;
    }
}
.box-news .news-list .item .note p
{
    font-size: 15px;
    line-height: 22px;

    display: -webkit-box;
    overflow: hidden;

    margin: 10px 0 0 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 991px)
{
    .box-news .news-list .item .note p
    {
        font-size: 14px;
    }
}
@media (max-width: 767px)
{
    .box-news .news-list .item .note p
    {
        margin-top: 5px;
    }
}
.box-news .news-list .item:hover
{
    color: #fff;
    background-color: #2166e5;
}
.box-news .news-list .item:hover .note p
{
    color: #fff;
}
.box-certificate
{
    padding-right: 0;
    padding-left: 0;

    background: url(../images/certificate_bg.jpg) no-repeat center;
    background-size: cover;
}
@media (min-width: 1200px)
{
    .box-certificate
    {
        background-attachment: fixed;
    }
}
.box-certificate .title
{
    color: #fff;
}
.box-certificate .certificate
{
    margin-top: 50px;
}
@media (max-width: 767px)
{
    .box-certificate .certificate
    {
        margin-top: 30px;
    }
}
.box-certificate .certificate .slick-certificate
{
    margin: 0 -7px;
}
.box-certificate .certificate .slick-slide
{
    padding: 0 7px;
}
.box-certificate .certificate .item
{
    display: block;

    -webkit-transition: all .2s;
            transition: all .2s;
}
.box-certificate .certificate .item .pic
{
    background-color: #2166e5;
}
.box-certificate .certificate .item .img-box
{
    padding-bottom: 136.66666667%;

    -webkit-transition: all .2s;
            transition: all .2s;
}
.box-certificate .certificate .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.box-certificate .certificate .item .icon
{
    font-size: 40px;

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

    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);

    color: #fff;
}
.box-certificate .certificate .item:hover
{
    border: 4px solid #2166e5;
}
.box-certificate .certificate .item:hover .img-box
{
    opacity: .7;
}
.box-customers .title
{
    text-align: left;
}
.box-customers .customers
{
    margin-top: 50px;
}
@media (max-width: 767px)
{
    .box-customers .customers
    {
        margin-top: 20px;
    }
}
.box-customers .customers .slick-arrow
{
    top: -100px;
    right: 50px;
    left: auto;

    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);

    border: none;
}
@media (max-width: 767px)
{
    .box-customers .customers .slick-arrow
    {
        top: -60px;
    }
}
.box-customers .customers .slick-arrow.slick-next
{
    right: 0;
}
.box-customers .customers .slick-customers
{
    font-size: 0;

    position: relative;
    z-index: 2;

    border-left: 1px solid #dcdcdc;
}
.box-customers .customers .slick-customers .slick-slide
{
    padding-top: 1px;
}
.box-customers .customers .item
{
    margin-top: -1px;
    margin-left: -1px;

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

    border: 1px solid #dcdcdc;
}
.box-customers .customers .item .img-box
{
    padding-bottom: 49.12280702%;

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

    -webkit-filter: grayscale(100%);
       -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
         -o-filter: grayscale(100%);
            filter: grayscale(100%);
    -webkit-filter: gray;
            filter: gray;
}
.box-customers .customers .item:hover
{
    position: relative;
    z-index: 2;

    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.box-customers .customers .item:hover .img-box
{
    -webkit-filter: grayscale(0%);
       -moz-filter: grayscale(0%);
        -ms-filter: grayscale(0%);
         -o-filter: grayscale(0%);
            filter: grayscale(0%);
}
.footer
{
    color: #444;
    background: url(../images/footer_bg.jpg) no-repeat center;
    background-size: cover;
}
@media (max-width: 991px)
{
    .footer
    {
        padding-bottom: 55px;
    }
}
.footer .foot
{
    padding: 60px 0 140px;
}
@media (max-width: 991px)
{
    .footer .foot
    {
        padding: 10px 0 30px;
    }
}
.footer .foot > 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: 991px)
{
    .footer .foot > ul
    {
        display: block;
    }
    .footer .foot > ul > li
    {
        margin: 20px 0;
    }
}
.footer .foot .title-foot h3
{
    font-size: 18px;
    line-height: 30px;

    margin: 0;
}
@media (max-width: 767px)
{
    .footer .foot .title-foot img
    {
        max-height: 60px;
    }
}
.footer .foot .info-down
{
    margin-top: 14px;
}
@media (max-width: 991px)
{
    .footer .foot .info-down
    {
        margin-top: 10px;
    }
}
.footer .foot .info-down a:hover
{
    text-decoration: underline;
}
.footer .foot .item-contact
{
    padding-right: 140px;

    border-right: 1px solid #dbdbdb;
}
.footer .foot .item-contact .info-down p
{
    line-height: 24px;
}
.footer .foot .item-contact .info-down .tel
{
    font-size: 36px;
    font-weight: bold;
    line-height: 1.4;

    color: #fff;
}
@media (max-width: 1470px)
{
    .footer .foot .item-contact .info-down .tel
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .footer .foot .item-contact .info-down .tel
    {
        font-size: 24px;
    }
}
.footer .foot .item-contact .info-down .email
{
    font-size: 20px;
}
@media (max-width: 767px)
{
    .footer .foot .item-contact .info-down .email
    {
        font-size: 16px;
    }
}
.footer .foot .item-contact .share a
{
    position: relative;

    display: inline-block;

    margin-right: 15px;

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

    color: #888;
    border-radius: 50%;
}
.footer .foot .item-contact .share a .icon
{
    font-size: 24px;
}
.footer .foot .item-contact .share a img
{
    position: absolute;
    top: 100%;
    left: 0;

    display: none;

    width: 100px;
}
.footer .foot .item-contact .share a:hover
{
    color: #222;
}
.footer .foot .item-contact .share a:hover img
{
    display: block;
}
.footer .foot .item-contact .link
{
    margin-top: 20px;
}
.footer .foot .item-contact .link a
{
    font-size: 15px;
    line-height: 30px;

    display: block;

    text-decoration: underline;
}
.footer .foot .item-contact .link a .icon
{
    font-size: 20px;

    float: left;

    margin-right: 10px;
}
.footer .foot .item-contact .link a:hover
{
    color: #2166e5;
}
.footer .foot .item-nav .info-down a
{
    font-size: 15px;
    line-height: 30px;

    display: block;
}
@media (max-width: 991px)
{
    .footer .foot .item-nav .info-down a
    {
        line-height: 30px;

        display: inline-block;

        margin-right: 14px;

        vertical-align: top;
    }
}
.footer .foot .item-erweima .info-down img
{
    display: block;

    width: 105px;
    padding: 6px;

    border: 1px solid #dbdbdb;
    background-color: #f2f3f6;
}
.footer .foot .item-erweima .info-down p
{
    line-height: 24px;

    margin: 6px 0 0 0;

    color: #666;
}
.footer .copyright
{
    line-height: 30px;

    margin: 0;
    padding: 15px 0;

    text-align: center;

    color: #666;
    background-color: #eef0f4;
}
@media (max-width: 1199px)
{
    .footer .copyright
    {
        padding: 10px 0;
    }
}
@media (max-width: 767px)
{
    .footer .copyright
    {
        line-height: 24px;
    }
}
.footer .copyright p
{
    display: inline-block;

    margin: 0;
}
.footer .copyright p a
{
    padding: 0 5px;
}
.footer .copyright p a:hover
{
    text-decoration: underline;
}
.wrap
{
    overflow: hidden;

    padding: 80px 0;
}
@media (max-width: 991px)
{
    .wrap
    {
        padding: 40px 0;
    }
}
.title-in
{
    text-align: center;
}
.title-in h2
{
    font-size: 36px;
    line-height: 1.2;

    margin: 0;
}
@media (max-width: 1470px)
{
    .title-in h2
    {
        font-size: 30px;
    }
}
@media (max-width: 1199px)
{
    .title-in h2
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .title-in h2
    {
        font-size: 20px;
    }
}
.title-in h3
{
    font-size: 18px;
    line-height: 24px;

    margin: 10px 0 0 0;

    color: #2166e5;
}
@media (max-width: 767px)
{
    .title-in h3
    {
        font-size: 16px;
    }
}
.wrap-location
{
    padding: 10px 0;

    background-color: #f7f8fb;
}
.wrap-location .location .icon,
.wrap-location .location ul,
.wrap-location .location ul li
{
    font-size: 16px;
    line-height: 40px;

    display: inline-block;

    vertical-align: middle;
}
@media (max-width: 767px)
{
    .wrap-location .location .icon,
    .wrap-location .location ul,
    .wrap-location .location ul li
    {
        font-size: 14px;
    }
}
.wrap-location .location .icon
{
    font-size: 24px;

    margin-right: 6px;
}
.wrap-location .location ul li:after
{
    display: inline-block;

    margin: 0 4px;
    margin-top: -4px;

    content: '/';
    vertical-align: middle;
}
.wrap-location .location ul li:last-child:after
{
    display: none;
}
.wrap-location .location ul li a
{
    display: inline-block;
}
.wrap-about-nav
{
    position: relative;
    z-index: 2;

    margin-top: 30px;
}
@media (max-width: 767px)
{
    .wrap-about-nav
    {
        margin-top: 10px;
    }
}
.wrap-about-nav .about-nav
{
    text-align: center;
}
.wrap-about-nav .about-nav > ul
{
    margin: 0 -14px;
}
@media (max-width: 1199px)
{
    .wrap-about-nav .about-nav > ul
    {
        margin: 0 -5px;
    }
}
.wrap-about-nav .about-nav > ul > li
{
    display: inline-block;

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

    vertical-align: top;
}
@media (max-width: 1199px)
{
    .wrap-about-nav .about-nav > ul > li
    {
        padding: 0 5px;
    }
}
@media (max-width: 767px)
{
    .wrap-about-nav .about-nav > ul > li
    {
        margin-top: 10px;
    }
}
.wrap-about-nav .about-nav > ul > li > a
{
    font-size: 17px;
    line-height: 22px;

    display: inline-block;

    min-width: 170px;
    padding: 10px 10px;

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

    border: 1px solid #ddd;
}
@media (max-width: 1199px)
{
    .wrap-about-nav .about-nav > ul > li > a
    {
        font-size: 15px;

        min-width: 140px;
    }
}
@media (max-width: 767px)
{
    .wrap-about-nav .about-nav > ul > li > a
    {
        line-height: 24px;

        padding: 10px 13px;
    }
}
.wrap-about-nav .about-nav > ul > li.active > a,
.wrap-about-nav .about-nav > ul > li:hover > a
{
    color: #fff;
    border-color: #2166e5;
    background-color: #2166e5;
}
.wrap-sidenav
{
    margin-top: 40px;

    border: 1px solid #dedede;
}
.wrap-sidenav .sidenav ul.slevel-1 > li
{
    position: relative;

    border-bottom: 1px solid #dedede;
}
.wrap-sidenav .sidenav ul.slevel-1 > li:last-child
{
    border-bottom: none;
}
.wrap-sidenav .sidenav ul.slevel-1 > li > a
{
    font-size: 20px;
    line-height: 30px;

    position: relative;
    z-index: 2;

    display: block;
    overflow: hidden;

    padding: 20px 20px;

    transition: .4s --houdini-colorA, .4s --houdini-colorB;

    background: -webkit-linear-gradient(45deg, var(--houdini-colorA), var(--houdini-colorB));
    background:         linear-gradient(45deg, var(--houdini-colorA), var(--houdini-colorB));
}
.wrap-sidenav .sidenav ul.slevel-1 > li > a:before
{
    position: absolute;
    right: 20px;
    bottom: -15px;

    display: block;

    width: 56px;
    height: 68px;

    content: '';

    opacity: 0;
    background: url(../images/sidenav.png) no-repeat center;
    background-size: cover;
}
.wrap-sidenav .sidenav ul.slevel-1 > li.more > a:after
{
    font-family: 'iconfont' !important;
    font-size: 14px;
    line-height: 60px;

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

    display: none;

    content: '\e629';
}
@media (max-width: 767px)
{
    .wrap-sidenav .sidenav ul.slevel-1 > li.more > a:after
    {
        display: none;
    }
}
.wrap-sidenav .sidenav ul.slevel-1 > li.active > a,
.wrap-sidenav .sidenav ul.slevel-1 > li:hover > a
{
    color: #fff;

    --houdini-colorA: #2166e5;
    --houdini-colorB: #074dd0;
    --houdini-colorA1: #2166e5;
    --houdini-colorB1: #074dd0;
    --houdini-colorA2: rgba(33, 102, 229, .95);
    --houdini-colorB2: rgba(7, 77, 208, .95);
    --houdini-colorA3: #2166e5;
    --houdini-colorB3: #074dd0;
}
.wrap-sidenav .sidenav ul.slevel-1 > li.active > a:before,
.wrap-sidenav .sidenav ul.slevel-1 > li:hover > a:before
{
    opacity: 1;
}
.wrap-sidenav .sidenav ul.slevel-1 > li.active.more > a:after,
.wrap-sidenav .sidenav ul.slevel-1 > li:hover.more > a:after
{
    content: '\e628';
}
.wrap-sidenav .sidenav ul.slevel-2
{
    display: none;

    padding: 14px 0;
}
.wrap-sidenav .sidenav ul.slevel-2 > li > a
{
    font-size: 16px;
    line-height: 30px;

    display: block;

    padding: 0 20px;
}
.wrap-sidenav .sidenav ul.slevel-2 > li.active > a,
.wrap-sidenav .sidenav ul.slevel-2 > li:hover > a
{
    color: #2166e5;
}
.xs-product-nav
{
    line-height: 1.8;

    margin: 20px -8px 0;

    text-transform: capitalize;
}
@media (max-width: 575px)
{
    .xs-product-nav
    {
        font-size: .9em;

        margin: 14px -6px 0;
    }
}
.xs-product-nav li
{
    font-size: 16px;

    display: inline-block;

    vertical-align: top;
}
@media (max-width: 767px)
{
    .xs-product-nav li
    {
        font-size: 14px;
    }
}
.xs-product-nav li a
{
    display: block;

    padding: 0 8px;
}
@media (max-width: 575px)
{
    .xs-product-nav li a
    {
        padding: 0 6px;
    }
}
.xs-product-nav li a:before
{
    margin-right: 4px;

    content: '-';
}
.xs-product-nav .active
{
    color: #074dd0;
}
.inside-nav
{
    position: relative;

    overflow: hidden;
    overflow-x: auto;

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

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

    -webkit-overflow-scrolling: touch;
    /*定义滚动条轨道 内阴影+圆角*/
    /*定义滑块 内阴影+圆角*/
    /*滑块效果*/
}
@media (max-width: 1199px)
{
    .inside-nav
    {
        margin-top: 30px;
    }
}
@media (max-width: 767px)
{
    .inside-nav
    {
        height: 50px;
        margin-top: 10px;
    }
}
.inside-nav::-webkit-scrollbar
{
    width: 5px;
    height: 2px;

    background-color: #fefefe;
}
.inside-nav::-webkit- scrollbar-track
{
    border-radius: 5px;
    background-color: #fefefe;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}
.inside-nav::-webkit-scrollbar-thumb
{
    transition: .4s --houdini-colorA, .4s --houdini-colorB;

    border-radius: 5px;
    background: -webkit-gradient(linear, left top, right top, from(var(--houdini-colorA)), to(var(--houdini-colorB)));
    background: -webkit-linear-gradient(left, var(--houdini-colorA), var(--houdini-colorB));
    background:         linear-gradient(90deg, var(--houdini-colorA), var(--houdini-colorB));
}
.inside-nav::-webkit- scrollbar-thumb:hover
{
    border-radius: 5px;
    background: rgba(0, 0, 0, .3);
}
.inside-nav .nav-wrap
{
    position: relative;
    z-index: 2;
}
.inside-nav .nav-wrap ul
{
    font-size: 0;

    position: relative;

    display: inline-block;

    margin: 0 -10px;
    padding: 0;

    vertical-align: top;
    white-space: nowrap;
}
@media (max-width: 767px)
{
    .inside-nav .nav-wrap ul
    {
        margin: 0 -5px;
    }
}
.inside-nav .nav-wrap ul li
{
    position: relative;

    display: inline-block;

    padding: 0 10px;
}
@media (max-width: 767px)
{
    .inside-nav .nav-wrap ul li
    {
        padding: 0 5px;
    }
}
.inside-nav .nav-wrap ul li a
{
    font-size: 14px;
    line-height: 48px;

    position: relative;

    display: block;

    height: 50px;
    padding: 0 20px;

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

    color: #2166e5;
    border: 1px solid #d7dbdb;
    border-radius: 30px;
}
@media (max-width: 991px)
{
    .inside-nav .nav-wrap ul li a
    {
        line-height: 38px;

        height: 40px;
    }
}
.inside-nav .nav-wrap ul li a:after
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    display: inline-block;

    margin-left: 90px;

    content: '\e624';
    vertical-align: middle;
}
@media (max-width: 1199px)
{
    .inside-nav .nav-wrap ul li a:after
    {
        margin-left: 40px;
    }
}
@media (max-width: 767px)
{
    .inside-nav .nav-wrap ul li a:after
    {
        margin-left: 20px;
    }
}
.inside-nav .nav-wrap ul li.active a,
.inside-nav .nav-wrap ul li:hover a
{
    transition: .4s --houdini-colorA, .4s --houdini-colorB;

    color: #fff;
    background: -webkit-gradient(linear, left top, right top, from(var(--houdini-colorA)), to(var(--houdini-colorB)));
    background: -webkit-linear-gradient(left, var(--houdini-colorA), var(--houdini-colorB));
    background:         linear-gradient(90deg, var(--houdini-colorA), var(--houdini-colorB));
}
.wrap-about .text
{
    margin-top: 24px;
}
.wrap-about .text p
{
    line-height: 2.17142857;

    margin: 0;
}
@media (max-width: 1199px)
{
    .wrap-about .text p
    {
        line-height: 28px;
    }
}
.wrap-about .number
{
    margin-top: 80px;
}
@media (max-width: 1199px)
{
    .wrap-about .number
    {
        margin-top: 40px;
    }
}
@media (max-width: 767px)
{
    .wrap-about .number
    {
        margin-top: 20px;
    }
}
.wrap-about .number .line
{
    display: inline-block;

    width: 1px;
    height: 60px;

    background: url(../images/line.jpg) no-repeat center;
    background-size: contain;
}
@media (max-width: 767px)
{
    .wrap-about .number .line
    {
        display: none;
    }
}
.wrap-video
{
    padding: 0 5%;
}
.wrap-video .video
{
    position: relative;
}
.wrap-video .video img
{
    width: 100%;
}
.wrap-video .video .play
{
    font-size: 50px;
    line-height: 60px;

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

    width: 60px;
    height: 60px;

    cursor: pointer;
    -webkit-transition: all .2s;
            transition: all .2s;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
    text-align: center;

    color: #fff;
}
.wrap-video .video .play:before
{
    position: absolute;
    top: 50%;
    left: 50%;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-transition: all .2s;
            transition: all .2s;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-animation: point_kuo 3s linear infinite;
            animation: point_kuo 3s linear infinite;

    border-radius: 50%;
    background: rgba(255, 255, 255, .15);
}
.wrap-video .video .play .icon
{
    font-size: 60px;

    position: relative;
    z-index: 6;
}
.wrap-video .video .play:after
{
    position: absolute;
    top: 50%;
    left: 50%;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-transition: all .2s;
            transition: all .2s;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-animation: point_kuo 3s linear infinite;
            animation: point_kuo 3s linear infinite;
    -webkit-animation-delay: 1s;
            animation-delay: 1s;

    border-radius: 50%;
    background: rgba(255, 255, 255, .29);
}
.wrap-video .video .play:hover
{
    color: #2166e5;
}
.wrap-video .video .play:hover:before
{
    background: rgba(33, 102, 229, .15);
}
.wrap-video .video .play:hover:after
{
    background: rgba(33, 102, 229, .29);
}
.wrap-culture .culture .item
{
    margin-top: 50px;
    padding: 30px 20px;

    text-align: center;
    height: 250px!important;
    overflow-y: scroll;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
	
}
.wrap-culture .culture .item::-webkit-scrollbar {
    width: 4px;
    position: absolute;
    left: 0;
}

.wrap-culture .culture .item::-webkit-scrollbar-track {
    background-color: #dcdcdc;
}

.wrap-culture .culture .item::-webkit-scrollbar-thumb {
    background-color: #9f9f9f;
}
@media (max-width: 1199px)
{
    .wrap-culture .culture .item
    {
        margin-top: 30px;
    }
}
.wrap-culture .culture .item h3
{
    font-size: 20px;
    line-height: 30px;

    margin-top: 0;
}
@media (max-width: 1199px)
{
    .wrap-culture .culture .item h3
    {
        font-size: 18px;
    }
}
.wrap-culture .culture .item h3:before
{
    display: block;

    width: 17px;
    height: 12px;
    margin: 0 auto;
    margin-bottom: 20px;

    content: '';

    background: url(../images/aicon.png) no-repeat center;
}
.wrap-culture .culture .item p
{
    font-size: 16px;
    line-height: 1.875;

    margin: 0;

    color: #666;
}
@media (max-width: 1199px)
{
    .wrap-culture .culture .item p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.wrap-development
{
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #f7f8fb), color-stop(50%, #fff));
    background-image: -webkit-linear-gradient(#f7f8fb 50%, #fff 50%);
    background-image:         linear-gradient(#f7f8fb 50%, #fff 50%);
}
@media (max-width: 767px)
{
    .wrap-development
    {
        padding-bottom: 0;
    }
}
.wrap-development .development
{
    position: relative;

    margin-bottom: 40px;
}
@media (max-width: 767px)
{
    .wrap-development .development
    {
        margin-top: 60px;
        margin-bottom: 0;
    }
}
.wrap-development .development:before
{
    position: absolute;
    top: 50%;
    left: -3%;

    display: block;

    width: 106%;
    height: 1px;

    content: '';

    border-top: 1px dashed #c6c6c6;
}
.wrap-development .development .slick-development
{
    margin: 0 -40px;
}
@media (max-width: 1199px)
{
    .wrap-development .development .slick-development
    {
        margin: 0 -20px;
    }
}
.wrap-development .development .slick-development .slick-slide
{
    padding: 0 40px;
}
@media (max-width: 1199px)
{
    .wrap-development .development .slick-development .slick-slide
    {
        padding: 0 20px;
    }
}
@media (min-width: 768px)
{
    .wrap-development .development .slick-development .slick-slide:nth-child(2n) .item .pic
    {
        -webkit-transform: translateY(100%);
            -ms-transform: translateY(100%);
                transform: translateY(100%);
    }
    .wrap-development .development .slick-development .slick-slide:nth-child(2n) .item .year:before
    {
        top: auto;
        bottom: -20px;

        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg);
    }
    .wrap-development .development .slick-development .slick-slide:nth-child(2n) .item .note
    {
        -webkit-transform: translateY(-100%);
            -ms-transform: translateY(-100%);
                transform: translateY(-100%);
    }
}
.wrap-development .development .item
{
    position: relative;
}
.wrap-development .development .item .pic,
.wrap-development .development .item .note
{
    position: relative;

    padding: 80px 0;
}
@media (max-width: 767px)
{
    .wrap-development .development .item .pic,
    .wrap-development .development .item .note
    {
        padding: 60px 0;
    }
}
@media (max-width: 767px)
{
    .wrap-development .development .item .pic
    {
        padding-top: 0;
    }
}
.wrap-development .development .item .pic .img-box
{
    padding-bottom: 60.71428571%;
}
.wrap-development .development .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-development .development .item .year
{
    position: absolute;
    top: 50%;
    left: 50%;

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

    -webkit-transition: all .2s;
            transition: all .2s;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
    text-align: center;

    border: 8px solid #c6d7f8;
    border-radius: 50%;
    background-color: #fff;
}
.wrap-development .development .item .year:before
{
    position: absolute;
    top: -20px;
    left: 50%;

    display: block;

    width: 0;
    height: 0;
    margin-left: -12px;

    content: '';

    border-width: 0 12px 16px 12px;
    border-style: solid;
    border-color: transparent transparent #c6d7f8 transparent;
}
.wrap-development .development .item .year h3
{
    font-size: 26px;
    line-height: 84px;

    margin: 0;
}
@media (max-width: 767px)
{
    .wrap-development .development .item .note
    {
        padding-bottom: 0;
    }
}
.wrap-development .development .item .note p
{
    line-height: 30px;

    margin: 0;

    color: #666;
}
@media (max-width: 1199px)
{
    .wrap-development .development .item .note p
    {
        line-height: 24px;
    }
}
.wrap-development .development .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-development .development .item:hover .year
{
    color: #fff;
    background-color: #2166e5;
}
.wrap-development .development .slick-arrow
{
    border-color: #fff;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.wrap-chairman .chairman
{
    overflow: hidden;
}
.wrap-chairman .chairman img
{
    float: left;

    max-width: 100%;
    height: auto !important;
    margin-right: 3%;
}
@media (max-width: 991px)
{
    .wrap-chairman .chairman img
    {
        float: none;
    }
}
.wrap-chairman .chairman .title-chairman h3
{
    font-size: 38px;
    line-height: 1.2;
}
@media (max-width: 1199px)
{
    .wrap-chairman .chairman .title-chairman h3
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .wrap-chairman .chairman .title-chairman h3
    {
        font-size: 24px;
    }
}
.wrap-chairman .chairman .title-chairman h4
{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;

    margin-top: 20px;
}
@media (max-width: 991px)
{
    .wrap-chairman .chairman .title-chairman h4
    {
        font-size: 16px;
    }
}
.wrap-chairman .chairman .title-chairman h5
{
    font-size: 14px;
    line-height: 30px;

    color: #666;
}
.wrap-chairman .chairman .title-chairman h5:before
{
    display: inline-block;

    width: 40px;
    height: 1px;
    margin-right: 10px;

    content: '';
    vertical-align: middle;

    background-color: #666;
}
.wrap-chairman .chairman .text
{
    margin-top: 10px;
}
@media (max-width: 767px)
{
    .wrap-chairman .chairman .text
    {
        margin-top: 10px;
    }
}
.wrap-chairman .chairman .text p
{
    font-size: 16px;
    line-height: 2.125;

    margin: 0;

    color: #444;
}
@media (max-width: 991px)
{
    .wrap-chairman .chairman .text p
    {
        font-size: 14px;
    }
}
.wrap-responsibility .responsibility
{
    margin-top: 20px;
}
@media (max-width: 767px)
{
    .wrap-responsibility .responsibility
    {
        margin: 0;
    }
}
.wrap-responsibility .responsibility ul li:nth-child(2n) .item .pic-2
{
    display: none;
}
@media (max-width: 767px)
{
    .wrap-responsibility .responsibility ul li:nth-child(2n) .item .pic-2
    {
        display: block;
    }
}
.wrap-responsibility .responsibility ul li:nth-child(2n) .item .pic-1
{
    display: block;
}
@media (max-width: 767px)
{
    .wrap-responsibility .responsibility ul li:nth-child(2n) .item .pic-1
    {
        display: none;
    }
}
.wrap-responsibility .responsibility .item
{
    margin-top: 30px;
    padding: 14px;

    text-align: center;

    background-color: #f7f8fb;
}
@media (max-width: 767px)
{
    .wrap-responsibility .responsibility .item
    {
        padding: 20px 0;
    }
}
.wrap-responsibility .responsibility .item .pic .img-box
{
    padding-bottom: 50%;
}
.wrap-responsibility .responsibility .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-responsibility .responsibility .item .pic-1
{
    display: none;
}
.wrap-responsibility .responsibility .item .text
{
    padding: 10px 20px;
}
.wrap-responsibility .responsibility .item .text .icon
{
    font-size: 30px;
    line-height: 1;

    display: block;

    color: #2166e5;
}
.wrap-responsibility .responsibility .item .text h3
{
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
}
@media (max-width: 1199px)
{
    .wrap-responsibility .responsibility .item .text h3
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .wrap-responsibility .responsibility .item .text h3
    {
        margin: 14px 0 6px;
    }
}
.wrap-responsibility .responsibility .item .text p
{
    font-size: 16px;
    line-height: 2.17;

    margin: 0;

    color: #666;
}
@media (max-width: 1199px)
{
    .wrap-responsibility .responsibility .item .text p
    {
        font-size: 14px;
    }
}
.wrap-responsibility .responsibility .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-responsibility .responsibility .item:hover .text .icon
{
    -webkit-animation: swing 1s 0s ease both;
            animation: swing 1s 0s ease both;
}
.wrap-story .story .item
{
    margin-top: 40px;
}
@media (max-width: 767px)
{
    .wrap-story .story .item
    {
        margin-top: 20px;
    }
}
.wrap-story .story .item .pic
{
    display: block;
}
.wrap-story .story .item .pic .img-box
{
    padding-bottom: 68.88888889%;
}
.wrap-story .story .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-story .story .item .text h3
{
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1199px)
{
    .wrap-story .story .item .text h3
    {
        font-size: 20px;
    }
}
@media (max-width: 991px)
{
    .wrap-story .story .item .text h3
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .wrap-story .story .item .text h3
    {
        font-size: 16px;

        margin: 10px 0 4px 0;
    }
}
.wrap-story .story .item .text .date
{
    font-size: 15px;
    line-height: 24px;

    display: block;

    color: #555;
}
@media (max-width: 991px)
{
    .wrap-story .story .item .text .date
    {
        font-size: 14px;
    }
}
.wrap-story .story .item .text p
{
    font-size: 15px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 72px;
    margin: 10px 0 0 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media (max-width: 991px)
{
    .wrap-story .story .item .text p
    {
        font-size: 14px;
    }
}
.wrap-story .story .item .more
{
    margin-top: 20px;
}
@media (max-width: 767px)
{
    .wrap-story .story .item .more
    {
        margin-top: 10px;
    }
}
.wrap-story .story .item .more a
{
    font-size: 15px;
    line-height: 30px;

    display: block;

    -webkit-transition: all .2s;
            transition: all .2s;
}
@media (max-width: 991px)
{
    .wrap-story .story .item .more a
    {
        font-size: 14px;
    }
}
.wrap-story .story .item .more a .icon
{
    font-size: 14px;

    display: inline-block;

    margin-top: -2px;

    vertical-align: middle;
}
.wrap-story .story .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-story .story .item:hover .text h3
{
    color: #2166e5;
}
.wrap-story .story .item:hover .more a
{
    color: #2166e5;
}
.wrap-case .case .item
{
    display: block;

    margin-top: 40px;
}
@media (max-width: 767px)
{
    .wrap-case .case .item
    {
        margin-top: 20px;
    }
}
.wrap-case .case .item .pic .img-box
{
    padding-bottom: 71.11111111%;
}
.wrap-case .case .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-case .case .item .text
{
    margin-top: 20px;
}
@media (max-width: 767px)
{
    .wrap-case .case .item .text
    {
        margin-top: 10px;
    }
}
.wrap-case .case .item .text h3
{
    font-size: 20px;
    font-weight: bold;
    line-height: 34px;

    display: -webkit-box;
    overflow: hidden;

    height: 68px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 1199px)
{
    .wrap-case .case .item .text h3
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .wrap-case .case .item .text h3
    {
        font-size: 15px;
        line-height: 24px;

        height: 48px;
    }
}
.wrap-case .case .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-case .case .item:hover .text h3
{
    color: #2166e5;
}
.wrap-case-show .title-case-show
{
    position: relative;

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

    padding-bottom: 30px;

    border-bottom: 1px solid #ddd;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 991px)
{
    .wrap-case-show .title-case-show
    {
        display: block;

        padding-bottom: 10px;
    }
}
.wrap-case-show .title-case-show h1
{
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-case-show .title-case-show h1
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-case-show .title-case-show h1
    {
        font-size: 18px;
    }
}
@media (max-width: 991px)
{
    .wrap-case-show .title-case-show .share
    {
        margin-top: 6px;
    }
}
.wrap-case-show .title-case-show .share span
{
    color: #666;
}
.wrap-case-show .title-case-show .share span,
.wrap-case-show .title-case-show .share p
{
    line-height: 20px;

    display: inline-block;

    margin: 0;

    vertical-align: middle;
}
.wrap-case-show .case-show
{
    margin-top: 30px;
}
.wrap-case-show .case-show .date
{
    font-size: 17px;
    font-weight: bold;
    line-height: 30px;

    display: block;

    color: #2166e5;
}
.wrap-case-show .case-show .text h3
{
    font-size: 17px;
    font-weight: bold;
    line-height: 1.76470588;
}
.wrap-case-show .case-show .text p
{
    font-size: 15px;
    line-height: 2;

    margin: 0;

    color: #666;
}
@media (max-width: 767px)
{
    .wrap-case-show .case-show .text p
    {
        font-size: 14px;
        line-height: 2;
    }
}
.wrap-case-show .case-show .text img
{
    max-width: 100%;
    height: auto !important;
}
.wrap-case-show .case-relate
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

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

    border-top: 1px solid #ddd;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.wrap-case-show .case-relate .prev-next a
{
    font-size: 15px;
    line-height: 30px;

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

    height: 30px;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px)
{
    .wrap-case-show .case-relate .prev-next a
    {
        font-size: 14px;
    }
}
.wrap-case-show .case-relate .prev-next a:hover
{
    color: #2166e5;
}
.wrap-case-show .case-relate .return
{
    font-size: 15px;
    line-height: 40px;

    display: inline-block;

    height: 40px;
    padding: 0 60px;

    -webkit-transition: all .2s;
            transition: all .2s;
    white-space: nowrap;

    color: #fff;
    background-color: #2166e5;
}
@media (max-width: 767px)
{
    .wrap-case-show .case-relate .return
    {
        font-size: 14px;

        padding: 0 20px;
    }
}
.wrap-case-show .case-relate .return:hover
{
    background-color: #074dd0;
}
.social-share .icon-wechat .wechat-qrcode
{
    top: auto;
    bottom: -205px;
}
.social-share .icon-wechat .wechat-qrcode:after
{
    top: -13px;
    bottom: auto;

    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
}
.social-share .icon-wechat .wechat-qrcode .help p
{
    display: block;
}
.wrap-exhibition .exhibition
{
    margin-top: 50px;
}
.wrap-exhibition .exhibition .title-exhibition
{
    font-size: 0;

    color: #fff;
    border-radius: 10px 10px 0 0;
    background-color: #2166e5;
}
.wrap-exhibition .exhibition .title-exhibition .icon,
.wrap-exhibition .exhibition .title-exhibition h3
{
    line-height: 70px;

    display: inline-block;

    padding: 0 20px;

    vertical-align: middle;
}
.wrap-exhibition .exhibition .title-exhibition .icon
{
    font-size: 30px;

    width: 16.66666667%;

    border-right: 1px solid #a0b3d6;
}
.wrap-exhibition .exhibition .title-exhibition h3
{
    font-size: 20px;

    width: 83.33333333%;
    margin: 0;

    text-align: center;
}
.wrap-exhibition .exhibition .exhibition-content > ul
{
    font-size: 0;
}
.wrap-exhibition .exhibition .exhibition-content > ul > li
{
    font-size: 14px;

    display: inline-block;

    width: 50%;

    vertical-align: top;
}
@media (max-width: 991px)
{
    .wrap-exhibition .exhibition .exhibition-content > ul > li
    {
        width: 100%;
    }
}
.wrap-exhibition .exhibition .exhibition-content > ul > li:nth-child(2) .item-list .title-item-list
{
    background-color: #91d8e4;
}
.wrap-exhibition .exhibition .exhibition-content > ul > li:nth-child(3) .item-list .title-item-list
{
    background-color: #c0deff;
}
.wrap-exhibition .exhibition .exhibition-content > ul > li:nth-child(4) .item-list .title-item-list
{
    background-color: #bad7e9;
}
@media (min-width: 1200px)
{
    .wrap-exhibition .exhibition .exhibition-content > ul > li:nth-child(1) .item-list > ul > li:last-child,
    .wrap-exhibition .exhibition .exhibition-content > ul > li:nth-child(3) .item-list > ul > li:last-child
    {
        border-right: none;
    }
}
.wrap-exhibition .exhibition .exhibition-content .item-list .title-item-list
{
    text-align: center;

    background-color: #82aae3;
}
.wrap-exhibition .exhibition .exhibition-content .item-list .title-item-list h4
{
    font-size: 16px;
    line-height: 40px;

    margin: 0;

    color: #fff;
}
.wrap-exhibition .exhibition .exhibition-content .item-list > ul
{
    font-size: 0;

    border-left: 1px solid #e2e2e2;
}
.wrap-exhibition .exhibition .exhibition-content .item-list > ul > li
{
    font-size: 14px;

    display: inline-block;

    width: 33.33333333%;

    vertical-align: top;

    border-right: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
}
@media (max-width: 767px)
{
    .wrap-exhibition .exhibition .exhibition-content .item-list > ul > li
    {
        width: 100%;
    }
}
.wrap-exhibition .exhibition .exhibition-content .item-list .item
{
    padding: 30px 10px;

    background-color: #f7f8fb;
}
@media (max-width: 991px)
{
    .wrap-exhibition .exhibition .exhibition-content .item-list .item
    {
        padding: 14px 10px;
    }
}
.wrap-exhibition .exhibition .exhibition-content .item-list .item .month
{
    font-size: 20px;
    line-height: 30px;

    text-align: center;
}
@media (max-width: 1199px)
{
    .wrap-exhibition .exhibition .exhibition-content .item-list .item .month
    {
        font-size: 18px;
    }
}
@media (max-width: 991px)
{
    .wrap-exhibition .exhibition .exhibition-content .item-list .item .month
    {
        font-size: 16px;
    }
}
.wrap-exhibition .exhibition .exhibition-content .item-list .item .event
{
    margin-top: 20px;
}
.wrap-exhibition .exhibition .exhibition-content .item-list .item .event p
{
    font-size: 14px;
    line-height: 24px;

    position: relative;

    padding-left: 16px;
}
.wrap-exhibition .exhibition .exhibition-content .item-list .item .event p:before
{
    position: absolute;
    top: 10px;
    left: 0;

    display: block;

    width: 8px;
    height: 8px;

    content: '';

    border-radius: 50%;
    background-color: #2166e5;
}
.wrap-exhibition .exhibition .exhibition-content .item-list .bgcolor .item
{
    background-color: #edeff5;
}
.wrap-exhibition .exhibition .slick-arrow
{
    line-height: 70px;

    top: auto;
    top: 0;
    left: 60px;

    height: 70px;

    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);

    color: #fff;
    border: none;
    background: none;
    box-shadow: none;
}
.wrap-exhibition .exhibition .slick-arrow.slick-next
{
    left: 100px;
}
.wrap-sitemap
{
    clear: both;

    padding-top: 140px;
}
.wrap-sitemap .title-in
{
    text-align: left;
}
.wrap-sitemap .sitemap
{
    margin-top: 40px;
}
@media (max-width: 1199px)
{
    .wrap-sitemap .sitemap
    {
        margin-top: 30px;
    }
}
.wrap-sitemap .sitemap > ul > li
{
    position: relative;

    width: 100%;
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .wrap-sitemap .sitemap > ul > li
    {
        min-height: 38px;
        margin-top: 20px;
        padding-left: 0;
    }
}
.wrap-sitemap .sitemap > ul > li > a
{
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;

    display: inline-block;

    min-width: 240px;
    padding: 10px 30px;

    -webkit-transition: all .2s;
            transition: all .2s;
    text-transform: capitalize;

    border: 1px solid #dcdcdc;
}
@media (max-width: 767px)
{
    .wrap-sitemap .sitemap > ul > li > a
    {
        font-size: 16px;

        min-width: 140px;
        padding: 4px 10px;
    }
}
.wrap-sitemap .sitemap > ul > li:hover > a
{
    color: #fff;
    background-color: #2166e5;
}
.wrap-sitemap .sitemap > ul > li > ul
{
    position: relative;

    padding: 10px 0;
}
@media (max-width: 767px)
{
    .wrap-sitemap .sitemap > ul > li > ul
    {
        margin: 0 -10px;
        margin-top: 10px;
        padding: 0;
    }
}
.wrap-sitemap .sitemap > ul > li > ul > li
{
    display: block;

    vertical-align: top;
}
.wrap-sitemap .sitemap > ul > li > ul > li > a
{
    font-size: 16px;
    line-height: 28px;

    display: block;

    padding: 5px 30px;

    text-transform: capitalize;
}
@media (max-width: 767px)
{
    .wrap-sitemap .sitemap > ul > li > ul > li > a
    {
        font-size: 14px;
        line-height: 30px;

        min-width: auto;
        padding: 0 10px;
    }
}
.wrap-sitemap .sitemap > ul > li > ul > li > a:before
{
    margin-right: 4px;

    content: '-';
}
.wrap-sitemap .sitemap > ul > li > ul > li > ul
{
    padding: 0 30px;
}
@media (max-width: 767px)
{
    .wrap-sitemap .sitemap > ul > li > ul > li > ul
    {
        padding: 0;
    }
}
.wrap-sitemap .sitemap > ul > li > ul > li > ul > li
{
    display: inline-block;
}
.wrap-sitemap .sitemap > ul > li > ul > li > ul > li a
{
    line-height: 30px;

    display: block;

    padding: 0 10px;

    color: #666;
}
@media (max-width: 767px)
{
    .wrap-sitemap .sitemap > ul > li > ul > li > ul > li a
    {
        font-size: 13px;
    }
}
.wrap-sitemap .sitemap > ul > li > ul > li > ul > li:hover a
{
    text-decoration: underline;

    color: #2166e5;
}
.wrap-sitemap .sitemap > ul > li > ul > li:hover > a
{
    font-weight: bold;

    color: #2166e5;
}
.wrap-news .news
{
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .wrap-news .news
    {
        margin: 0;
    }
}
.wrap-news .news .item
{
    font-size: 0;

    position: relative;

    padding: 30px;

    -webkit-transition: all .2s;
            transition: all .2s;
}
@media (max-width: 1199px)
{
    .wrap-news .news .item
    {
        padding: 30px 0;
    }
}
.wrap-news .news .item:after
{
    position: absolute;
    bottom: 0;
    left: 30px;

    display: block;

    width: -webkit-calc(100% - 60px);
    width:         calc(100% - 60px);
    height: 1px;

    content: '';

    background-color: #ccc;
}
@media (max-width: 1199px)
{
    .wrap-news .news .item:after
    {
        left: 0;

        width: 100%;
    }
}
.wrap-news .news .item .pic,
.wrap-news .news .item .date,
.wrap-news .news .item .note
{
    font-size: 14px;

    display: inline-block;

    vertical-align: middle;
}
.wrap-news .news .item .pic
{
    width: 370px;
}
@media (max-width: 1199px)
{
    .wrap-news .news .item .pic
    {
        width: 260px;
    }
}
@media (max-width: 767px)
{
    .wrap-news .news .item .pic
    {
        display: block;

        width: 100%;
    }
}
.wrap-news .news .item .pic .img-box
{
    padding-bottom: 51.2195122%;
}
.wrap-news .news .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-news .news .item .date
{
    position: relative;

    width: 100px;

    text-align: right;

    color: #666;
}
@media (max-width: 767px)
{
    .wrap-news .news .item .date
    {
        width: 60px;
    }
}
.wrap-news .news .item .date:before
{
    position: absolute;
    top: 10%;
    left: 0;

    display: block;

    width: 1px;
    height: 80%;

    content: '';

    background-color: #ccc;
}
.wrap-news .news .item .date b
{
    font-size: 48px;
    line-height: 1.2;

    display: inline-block;

    text-align: left;
}
@media (max-width: 1199px)
{
    .wrap-news .news .item .date b
    {
        font-size: 36px;
    }
}
@media (max-width: 767px)
{
    .wrap-news .news .item .date b
    {
        font-size: 30px;
    }
}
.wrap-news .news .item .date span
{
    font-size: 15px;
    font-weight: normal;
    line-height: 24px;

    display: block;
}
@media (max-width: 767px)
{
    .wrap-news .news .item .date span
    {
        font-size: 14px;
    }
}
.wrap-news .news .item .note
{
    width: -webkit-calc(100% - 470px);
    width:         calc(100% - 470px);
    padding: 0 3%;
}
@media (max-width: 1199px)
{
    .wrap-news .news .item .note
    {
        width: -webkit-calc(100% - 370px);
        width:         calc(100% - 370px);
    }
}
@media (max-width: 767px)
{
    .wrap-news .news .item .note
    {
        width: -webkit-calc(100% - 70px);
        width:         calc(100% - 70px);
        margin-top: 20px;
        padding: 0 15px 0 0;
    }
}
.wrap-news .news .item .note h3
{
    font-size: 22px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin-top: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1199px)
{
    .wrap-news .news .item .note h3
    {
        font-size: 20px;
    }
}
@media (max-width: 991px)
{
    .wrap-news .news .item .note h3
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .wrap-news .news .item .note h3
    {
        font-size: 16px;
    }
}
.wrap-news .news .item .note p
{
    font-size: 15px;
    line-height: 2;

    display: -webkit-box;
    overflow: hidden;

    height: 60px;
    margin: 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 767px)
{
    .wrap-news .news .item .note p
    {
        font-size: 14px;
        line-height: 24px;

        height: 48px;
    }
}
.wrap-news .news .item .note .more
{
    margin-top: 20px;
}
@media (max-width: 991px)
{
    .wrap-news .news .item .note .more
    {
        margin-top: 10px;
    }
}
.wrap-news .news .item .note .more a
{
    font-size: 15px;
    line-height: 30px;

    display: block;
}
@media (max-width: 767px)
{
    .wrap-news .news .item .note .more a
    {
        font-size: 14px;
    }
}
.wrap-news .news .item .note .more a .icon
{
    font-size: 14px;

    display: inline-block;

    vertical-align: middle;
}
@media (min-width: 1200px)
{
    .wrap-news .news .item:hover
    {
        background-color: #2166e5;
    }
    .wrap-news .news .item:hover .pic .img-box img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
    .wrap-news .news .item:hover .note h3,
    .wrap-news .news .item:hover .note p,
    .wrap-news .news .item:hover .note .more a
    {
        color: #fff;
    }
    .wrap-news .news .item:hover .date
    {
        color: #fff;
    }
    .wrap-news .news .item:hover .date:before
    {
        background-color: #fff;
    }
}
.wrap-news-show
{
    font-size: 0;
}
.wrap-news-show .news-show,
.wrap-news-show .news-right
{
    font-size: 14px;

    display: inline-block;

    vertical-align: top;
}
.wrap-news-show .news-show
{
    width: -webkit-calc(100% - 300px);
    width:         calc(100% - 300px);
    padding-right: 5%;
}
@media (max-width: 1199px)
{
    .wrap-news-show .news-show
    {
        width: -webkit-calc(100% - 200px);
        width:         calc(100% - 200px);
    }
}
@media (max-width: 767px)
{
    .wrap-news-show .news-show
    {
        width: 100%;
        padding-right: 0;
    }
}
.wrap-news-show .news-show .title-news-show
{
    text-align: center;
}
.wrap-news-show .news-show .title-news-show h1
{
    font-size: 22px;
    line-height: 1.4;

    margin: 0;
}
@media (max-width: 1199px)
{
    .wrap-news-show .news-show .title-news-show h1
    {
        font-size: 20px;
    }
}
@media (max-width: 991px)
{
    .wrap-news-show .news-show .title-news-show h1
    {
        font-size: 18px;
    }
}
.wrap-news-show .news-show .info
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-top: 40px;

    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 991px)
{
    .wrap-news-show .news-show .info
    {
        margin-top: 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-news-show .news-show .info
    {
        display: block;
    }
}
.wrap-news-show .news-show .info p
{
    line-height: 50px;

    margin: 0;

    color: #555;
}
@media (max-width: 767px)
{
    .wrap-news-show .news-show .info p
    {
        line-height: 30px;
    }
}
.wrap-news-show .news-show .info p span:nth-child(1)
{
    margin-right: 30px;
}
@media (max-width: 991px)
{
    .wrap-news-show .news-show .info p span:nth-child(1)
    {
        margin-right: 10px;
    }
}
@media (max-width: 767px)
{
    .wrap-news-show .news-show .info .share
    {
        margin-top: 6px;
    }
}
.wrap-news-show .news-show .info .share span
{
    color: #666;
}
.wrap-news-show .news-show .info .share span,
.wrap-news-show .news-show .info .share p
{
    line-height: 20px;

    display: inline-block;

    margin: 0;

    vertical-align: middle;
}
.wrap-news-show .news-show .text
{
    margin-top: 30px;
}
.wrap-news-show .news-show .text p
{
    font-size: 15px;
    line-height: 2;

    margin: 0;

    color: #666;
}
@media (max-width: 767px)
{
    .wrap-news-show .news-show .text p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.wrap-news-show .news-show .text img
{
    max-width: 100%;
    height: auto !important;
}
.wrap-news-show .news-right
{
    width: 300px;
}
@media (max-width: 1199px)
{
    .wrap-news-show .news-right
    {
        width: 200px;
    }
}
@media (max-width: 767px)
{
    .wrap-news-show .news-right
    {
        width: 100%;
        margin-top: 30px;
    }
}
.wrap-news-show .news-right .return a
{
    font-size: 15px;
    line-height: 40px;

    display: block;

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

    color: #fff;
    background-color: #2166e5;
}
.wrap-news-show .news-right .return a:hover
{
    background-color: #074dd0;
}
.wrap-news-show .news-right .prev-next .prev,
.wrap-news-show .news-right .prev-next .next
{
    display: block;

    margin-top: 50px;
}
@media (max-width: 1199px)
{
    .wrap-news-show .news-right .prev-next .prev,
    .wrap-news-show .news-right .prev-next .next
    {
        margin-top: 30px;
    }
}
@media (max-width: 767px)
{
    .wrap-news-show .news-right .prev-next .prev,
    .wrap-news-show .news-right .prev-next .next
    {
        margin-top: 10px;
    }
}
.wrap-news-show .news-right .prev-next .prev h4,
.wrap-news-show .news-right .prev-next .next h4
{
    font-size: 16px;
    line-height: 30px;

    position: relative;
}
.wrap-news-show .news-right .prev-next .prev h4:after,
.wrap-news-show .news-right .prev-next .next h4:after
{
    position: absolute;
    top: 50%;
    right: 0;

    display: block;

    width: -webkit-calc(100% - 80px);
    width:         calc(100% - 80px);
    height: 1px;

    content: '';

    background-color: #ddd;
}
.wrap-news-show .news-right .prev-next .prev .date,
.wrap-news-show .news-right .prev-next .next .date
{
    line-height: 30px;

    display: block;

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

    color: #666;
}
.wrap-news-show .news-right .prev-next .prev .date .icon,
.wrap-news-show .news-right .prev-next .next .date .icon
{
    font-size: 24px;

    display: inline-block;

    margin-right: 4px;

    vertical-align: middle;
}
.wrap-news-show .news-right .prev-next .prev p,
.wrap-news-show .news-right .prev-next .next p
{
    font-size: 15px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

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

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .wrap-news-show .news-right .prev-next .prev p,
    .wrap-news-show .news-right .prev-next .next p
    {
        font-size: 14px;
    }
}
.wrap-news-show .news-right .prev-next .prev:hover .date,
.wrap-news-show .news-right .prev-next .next:hover .date,
.wrap-news-show .news-right .prev-next .prev:hover p,
.wrap-news-show .news-right .prev-next .next:hover p
{
    color: #2166e5;
}
.wrap-news-show .news-right .prev-next .prev:hover p,
.wrap-news-show .news-right .prev-next .next:hover p
{
    text-decoration: underline;
}
.wrap-news-show .news-right .relate-news
{
    margin-top: 50px;
}
@media (max-width: 1199px)
{
    .wrap-news-show .news-right .relate-news
    {
        margin-top: 30px;
    }
}
@media (max-width: 767px)
{
    .wrap-news-show .news-right .relate-news
    {
        margin-top: 20px;
    }
}
.wrap-news-show .news-right .relate-news .title-relate-news h4
{
    font-size: 16px;
    line-height: 30px;

    position: relative;
}
.wrap-news-show .news-right .relate-news .title-relate-news h4:after
{
    position: absolute;
    top: 50%;
    right: 0;

    display: block;

    width: -webkit-calc(100% - 80px);
    width:         calc(100% - 80px);
    height: 1px;

    content: '';

    background-color: #ddd;
}
.wrap-news-show .news-right .relate-news .relate-list .item
{
    display: block;

    margin-top: 20px;
}
@media (max-width: 991px)
{
    .wrap-news-show .news-right .relate-news .relate-list .item
    {
        margin-top: 10px;
    }
}
.wrap-news-show .news-right .relate-news .relate-list .item .date
{
    line-height: 30px;

    display: block;

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

    color: #666;
}
.wrap-news-show .news-right .relate-news .relate-list .item .date .icon
{
    font-size: 24px;

    display: inline-block;

    margin-right: 4px;

    vertical-align: middle;
}
.wrap-news-show .news-right .relate-news .relate-list .item p
{
    font-size: 15px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

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

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .wrap-news-show .news-right .relate-news .relate-list .item p
    {
        font-size: 14px;
    }
}
.wrap-news-show .news-right .relate-news .relate-list .item:hover .date,
.wrap-news-show .news-right .relate-news .relate-list .item:hover p
{
    color: #2166e5;
}
.wrap-news-show .news-right .relate-news .relate-list .item:hover p
{
    text-decoration: underline;
}
.wrap-product .product,
.wrap-nosearch .product
{
    margin-top: 30px;
}
@media (max-width: 991px)
{
    .wrap-product .product,
    .wrap-nosearch .product
    {
        margin-top: 10px;
    }
}
.wrap-product .product .item,
.wrap-nosearch .product .item
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

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

    background-color: #f7f8fb;

    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
            align-items: stretch;
}
@media (max-width: 767px)
{
    .wrap-product .product .item,
    .wrap-nosearch .product .item
    {
        margin-top: 20px;
        padding: 5px;
    }
}
.wrap-product .product .item .pic,
.wrap-nosearch .product .item .pic
{
    width: 45%;
}
.wrap-product .product .item .pic .img-box img,
.wrap-nosearch .product .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-product .product .item .text,
.wrap-nosearch .product .item .text
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column;

    width: 55%;
    padding: 20px 4%;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
}
@media (max-width: 1470px)
{
    .wrap-product .product .item .text,
    .wrap-nosearch .product .item .text
    {
        padding: 10px 3%;
    }
}
@media (max-width: 767px)
{
    .wrap-product .product .item .text,
    .wrap-nosearch .product .item .text
    {
        padding: 0 10px;
    }
}
.wrap-product .product .item .text .title-product,
.wrap-nosearch .product .item .text .title-product
{
    padding-bottom: 20px;

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

    border-bottom: 1px solid #cdd1de;
}
@media (max-width: 1470px)
{
    .wrap-product .product .item .text .title-product,
    .wrap-nosearch .product .item .text .title-product
    {
        padding-bottom: 10px;
    }
}
.wrap-product .product .item .text .title-product h3,
.wrap-nosearch .product .item .text .title-product h3
{
    font-size: 24px;
    line-height: 30px;

    margin: 0;
}
@media (max-width: 1470px)
{
    .wrap-product .product .item .text .title-product h3,
    .wrap-nosearch .product .item .text .title-product h3
    {
        font-size: 20px;
    }
}
@media (max-width: 991px)
{
    .wrap-product .product .item .text .title-product h3,
    .wrap-nosearch .product .item .text .title-product h3
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .wrap-product .product .item .text .title-product h3,
    .wrap-nosearch .product .item .text .title-product h3
    {
        font-size: 16px;
    }
}
.wrap-product .product .item .text .title-product h3 .icon,
.wrap-nosearch .product .item .text .title-product h3 .icon
{
    font-size: 30px;

    display: inline-block;

    margin-right: 10px;

    vertical-align: middle;
}
@media (max-width: 767px)
{
    .wrap-product .product .item .text .title-product h3 .icon,
    .wrap-nosearch .product .item .text .title-product h3 .icon
    {
        font-size: 24px;

        margin-right: 4px;
    }
}
.wrap-product .product .item .text .pro-nav,
.wrap-nosearch .product .item .text .pro-nav
{
    margin-top: 20px;
	height: 180px;
	overflow-y: auto;
}
.wrap-product .product .item .text .pro-nav::-webkit-scrollbar,
.wrap-nosearch .product .item .text .pro-nav::-webkit-scrollbar {
    width: 5px;
    position: absolute;
    left: 0;
}

.wrap-product .product .item .text .pro-nav::-webkit-scrollbar-track,
.wrap-nosearch .product .item .text .pro-nav::-webkit-scrollbar-track {
    background-color: #dcdcdc;
}

.wrap-product .product .item .text .pro-nav::-webkit-scrollbar-thumb,
.wrap-nosearch .product .item .text .pro-nav::-webkit-scrollbar-thumb {
    background-color: #9f9f9f;
}
@media (max-width: 1470px)
{
    .wrap-product .product .item .text .pro-nav,
    .wrap-nosearch .product .item .text .pro-nav
    {
        margin-top: 10px;
    }
}
@media (max-width: 767px)
{
    .wrap-product .product .item .text .pro-nav,
    .wrap-nosearch .product .item .text .pro-nav
    {
        height: 98px;
    }
}
.wrap-product .product .item .text .pro-nav a,
.wrap-nosearch .product .item .text .pro-nav a
{
    font-size: 16px;
    line-height: 36px;

    display: block;
}
@media (max-width: 1470px)
{
    .wrap-product .product .item .text .pro-nav a,
    .wrap-nosearch .product .item .text .pro-nav a
    {
        font-size: 14px;
        line-height: 30px;
    }
}
@media (max-width: 767px)
{
    .wrap-product .product .item .text .pro-nav a,
    .wrap-nosearch .product .item .text .pro-nav a
    {
        line-height: 24px;
    }
}
.wrap-product .product .item .text .pro-nav a:after,
.wrap-nosearch .product .item .text .pro-nav a:after
{
    display: inline-block;

    width: 8px;
    height: 11px;
    margin-top: -2px;
    margin-left: 4px;

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

    opacity: 0;
    background: url(../images/picon.png) no-repeat;
}
.wrap-product .product .item .text .pro-nav a:hover:after,
.wrap-nosearch .product .item .text .pro-nav a:hover:after
{
    opacity: 1;
}
.wrap-product .product .item .text .more a,
.wrap-nosearch .product .item .text .more a
{
    font-size: 15px;
    line-height: 30px;

    display: block;

    -webkit-transition: all .2s;
            transition: all .2s;
}
.wrap-product .product .item .text .more a .icon,
.wrap-nosearch .product .item .text .more a .icon
{
    font-size: 14px;
}
@media (max-width: 767px)
{
    .wrap-product .product .item .text .more a,
    .wrap-nosearch .product .item .text .more a
    {
        font-size: 14px;
    }
}
@media (max-width: 767px)
{
    .wrap-product .product .item .text .more a,
    .wrap-nosearch .product .item .text .more a
    {
        font-size: 12px;
    }
}
.wrap-product .product .item:hover .pic .img-box img,
.wrap-nosearch .product .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-product .product .item:hover .text .title-product,
.wrap-nosearch .product .item:hover .text .title-product
{
    color: #2166e5;
}
.wrap-product .product .item:hover .more a,
.wrap-nosearch .product .item:hover .more a
{
    color: #2166e5;
}
.wrap-product-show .product-show .title-product-show
{
    text-align: center;
}
.wrap-product-show .product-show .title-product-show h1
{
    font-size: 26px;
    font-weight: bold;
    line-height: 1.4;

    margin: 0;
}
@media (max-width: 767px)
{
    .wrap-product-show .product-show .title-product-show h1
    {
        font-size: 22px;
    }
}
.wrap-product-show .product-show .text
{
    max-width: 940px;
    margin: 0 auto;
    margin-top: 20px;

    text-align: center;
}
.wrap-product-show .product-show .text p
{
    font-size: 15px;
    line-height: 2;

    margin: 0;
	text-align: left;
    color: #666;
}
@media (max-width: 767px)
{
    .wrap-product-show .product-show .text p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.wrap-product-show .product-show .share
{
    margin-top: 30px;

    text-align: center;
}
.wrap-product-show .product-show .share span
{
    font-size: 15px;
    line-height: 2;

    display: block;
}
.wrap-product-show .product-show .item
{
    max-width: 370px;
    margin: 0 auto;
}
.wrap-product-show .parameter .title-product-show
{
    text-align: center;
}
.wrap-product-show .parameter .title-product-show h2
{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
}
.wrap-product-show .parameter table
{
    font-size: 15px;
    line-height: 2;

    width: 100%;

    text-align: center;
}
@media (max-width: 767px)
{
    .wrap-product-show .parameter table
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.wrap-product-show .parameter table td
{
    width: 20%;
    padding: 5px 0;

    border: 1px solid #d4d4d4;
}
.wrap-product-show .parameter .parameter-table-top
{
    margin-top: 20px;
    padding-right: 50px;

    color: #fff;
}
@media (max-width: 767px)
{
    .wrap-product-show .parameter .parameter-table-top
    {
        padding-right: 30px;
    }
}
.wrap-product-show .parameter .parameter-table-top table td
{
    border-color: #5284e1;
    background-color: #2166e5;
}
.wrap-product-show .parameter .parameter-table
{
    max-height: 618px;
}
.wrap-product-show .parameter .parameter-table table tr
{
    background-color: #eef0f4;
}
.wrap-product-show .parameter .parameter-table table tr:nth-child(2n)
{
    background-color: #f7f8fb;
}
.wrap-product-show .inquiry .title-inquiry h2,
.wrap-product-show .related-product .title-inquiry h2,
.wrap-product-show .inquiry .title-related h2,
.wrap-product-show .related-product .title-related h2
{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;

    margin: 0;
}
@media (max-width: 767px)
{
    .wrap-product-show .inquiry .title-inquiry h2,
    .wrap-product-show .related-product .title-inquiry h2,
    .wrap-product-show .inquiry .title-related h2,
    .wrap-product-show .related-product .title-related h2
    {
        font-size: 20px;
    }
}
.wrap-product-show .inquiry .title-inquiry p,
.wrap-product-show .related-product .title-inquiry p,
.wrap-product-show .inquiry .title-related p,
.wrap-product-show .related-product .title-related p
{
    line-height: 24px;

    margin: 10px 0 0 0;

    color: #888;
}
.wrap-product-show .inquiry,
.wrap-product-show .related-product
{
    padding-top: 60px;
}
@media (max-width: 767px)
{
    .wrap-product-show .inquiry,
    .wrap-product-show .related-product
    {
        padding-top: 30px;
    }
}
.wrap-product-show .related-product .slick-related-product
{
    margin: 0 -15px;
    margin-top: 40px;
}
@media (max-width: 767px)
{
    .wrap-product-show .related-product .slick-related-product
    {
        margin: 0 -5px;
        margin-top: 20px;
    }
}
.wrap-product-show .related-product .slick-related-product .slick-slide
{
    padding: 0 15px;
}
@media (max-width: 767px)
{
    .wrap-product-show .related-product .slick-related-product .slick-slide
    {
        padding: 0 5px;
    }
}
.wrap-product-show .related-product .slick-related-product .item
{
    display: block;

    text-align: center;
}
.wrap-product-show .related-product .slick-related-product .item .pic
{
    border: 1px solid #ddd;
}
.wrap-product-show .related-product .slick-related-product .item .pic .img-box
{
    padding-bottom: 90.90909091%;
}
.wrap-product-show .related-product .slick-related-product .item h3
{
    font-size: 16px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px)
{
    .wrap-product-show .related-product .slick-related-product .item h3
    {
        font-size: 15px;
    }
}
.wrap-product-show .related-product .slick-arrow
{
    top: -80px;
    right: 80px;
    left: auto;

    width: 50px;
    height: 50px;

    -webkit-transition: all .2s;
            transition: all .2s;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);

    border-radius: 0;
    background: #f7f9fa;
    box-shadow: none;
}
@media (max-width: 767px)
{
    .wrap-product-show .related-product .slick-arrow
    {
        line-height: 40px;

        top: -60px;

        width: 40px;
        height: 40px;
    }
}
.wrap-product-show .related-product .slick-arrow.slick-next
{
    right: 15px;
}
.wrap-product-show .related-product .slick-arrow:hover
{
    color: #fff;
    background: #2166e5;
}
.mCSB_inside > .mCSB_container
{
    margin-right: 50px;
}
@media (max-width: 767px)
{
    .mCSB_inside > .mCSB_container
    {
        margin-right: 30px;
    }
}
.mCSB_scrollTools
{
    width: 26px;
}
.mCSB_scrollTools a + .mCSB_draggerContainer
{
    margin: 40px 0;
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar
{
    background-color: #2166e5;
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar
{
    background-color: #2166e5;
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-dark.mCSB_scrollTools .mCSB_buttonDown
{
    line-height: 26px;

    width: 26px;
    height: 26px;

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

    opacity: 1;
    border-radius: 50%;
    background: none;
    background-color: #eef0f4;
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonUp:before,
.mCS-dark.mCSB_scrollTools .mCSB_buttonDown:before
{
    font-family: 'iconfont' !important;

    display: inline-block;

    content: '\e602';
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCS-dark.mCSB_scrollTools .mCSB_buttonDown:hover
{
    color: #fff;
    background-color: #2166e5;
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonDown:before
{
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
}
.fixed-inquiry
{
    position: fixed;
    z-index: 8;
    top: 40%;
    left: 0;
}
.fixed-inquiry a
{
    line-height: 56px;

    display: inline-block;

    width: 56px;
    height: 56px;

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

    color: #fff;
    border-radius: 50%;
    background-color: rgba(33, 102, 229, .4);
}
@media (max-width: 767px)
{
    .fixed-inquiry a
    {
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
}
.fixed-inquiry a .icon
{
    font-size: 30px;
}
@media (max-width: 767px)
{
    .fixed-inquiry a .icon
    {
        font-size: 24px;
    }
}
.fixed-inquiry a:hover
{
    background-color: #2166e5;
}
.wrap-production .production-text
{
    margin-top: 30px;
}
.wrap-production .production-text p
{
    line-height: 2.57142857;

    margin: 0;

    color: #444;
}
@media (max-width: 991px)
{
    .wrap-production .production-text p
    {
        line-height: 28px;
    }
}
.wrap-production .production-sort
{
    margin-top: 60px;
}
@media (max-width: 991px)
{
    .wrap-production .production-sort
    {
        margin-top: 30px;
    }
}
.wrap-production .production-sort ul
{
    font-size: 0;

    margin: 0 -6px;
}
.wrap-production .production-sort ul li
{
    font-size: 14px;

    display: inline-block;

    width: 33.33333333%;
    padding: 0 6px;

    vertical-align: top;
}
.wrap-production .production-sort ul li .item
{
    padding: 20px;

    cursor: pointer;
    text-align: center;

    background-color: #f7f8fb;
}
.wrap-production .production-sort ul li .item h3
{
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;

    margin: 0;
}
@media (max-width: 1199px)
{
    .wrap-production .production-sort ul li .item h3
    {
        font-size: 20px;
    }
}
@media (max-width: 991px)
{
    .wrap-production .production-sort ul li .item h3
    {
        font-size: 18px;
    }
}
.wrap-production .production-sort ul li .item p
{
    font-size: 16px;
    line-height: 2.25;

    margin: 0;

    color: #444;
}
@media (max-width: 1199px)
{
    .wrap-production .production-sort ul li .item p
    {
        font-size: 14px;
        line-height: 28px;
    }
}
@media (max-width: 767px)
{
    .wrap-production .production-sort ul li .item p
    {
        font-size: 12px;
        line-height: 24px;
    }
}
.wrap-production .production-sort ul li.active .item
{
    background-color: #2166e5;
}
.wrap-production .production-sort ul li.active .item h3,
.wrap-production .production-sort ul li.active .item p
{
    color: #fff;
}
.wrap-production .production-list .shengchan-text
{
    margin-top: 60px;
}
@media (max-width: 991px)
{
    .wrap-production .production-list .shengchan-text
    {
        margin-top: 30px;
    }
}
.wrap-production .production-list .shengchan-text p
{
    font-size: 16px;
    font-weight: bold;
    line-height: 2.25;

    margin: 0;

    color: #444;
}
@media (max-width: 991px)
{
    .wrap-production .production-list .shengchan-text p
    {
        font-size: 14px;
        line-height: 28px;
    }
}
.wrap-production .production-list .shengchan-mask
{
    margin-top: 30px;
    padding: 30px;

    background-color: #f7f8fb;
}
@media (max-width: 991px)
{
    .wrap-production .production-list .shengchan-mask
    {
        padding: 20px;
    }
}
.wrap-production .production-list .shengchan-mask p
{
    line-height: 2.14285714;

    color: #666;
}
@media (max-width: 991px)
{
    .wrap-production .production-list .shengchan-mask p
    {
        line-height: 28px;
    }
}
@media (max-width: 767px)
{
    .wrap-production .production-list .shengchan-mask p
    {
        font-size: 13px;
        line-height: 24px;
    }
}
.wrap-production .production-list .production-item
{
    margin-top: 50px;
}
@media (max-width: 991px)
{
    .wrap-production .production-list .production-item
    {
        margin-top: 30px;
    }
}
.wrap-production .production-list .production-item .title-production
{
    position: relative;

    padding-left: 26px;
}
@media (max-width: 767px)
{
    .wrap-production .production-list .production-item .title-production
    {
        padding-left: 16px;
    }
}
.wrap-production .production-list .production-item .title-production:before
{
    position: absolute;
    top: 50%;
    left: 0;

    display: block;

    width: 5px;
    height: 22px;

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

    background-color: #2166e5;
}
.wrap-production .production-list .production-item .title-production h3
{
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-production .production-list .production-item .title-production h3
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-production .production-list .production-item .title-production h3
    {
        font-size: 18px;
    }
}
.wrap-production .production-list .production-item .note
{
    margin-top: 20px;
    padding: 0 26px;
}
@media (max-width: 767px)
{
    .wrap-production .production-list .production-item .note
    {
        margin-top: 10px;
        padding: 0 16px;
    }
}
.wrap-production .production-list .production-item .note p
{
    line-height: 2.57142857;

    margin: 0;

    color: #444;
}
@media (max-width: 991px)
{
    .wrap-production .production-list .production-item .note p
    {
        line-height: 28px;
    }
}
.wrap-production .production-list .production-item .note img
{
    max-width: 100%;
    height: auto !important;
}
.wrap-production .production-list .slick-production
{
    margin: 0 -15px;
    margin-top: 60px;
}
@media (max-width: 991px)
{
    .wrap-production .production-list .slick-production
    {
        margin-top: 30px;
    }
}
.wrap-production .production-list .slick-production .slick-slide
{
    padding: 0 15px;
}
.wrap-production .production-list .slick-production .item
{
    display: block;

    text-align: center;
}
.wrap-production .production-list .slick-production .item .img-box
{
    padding-bottom: 60%;
}
.wrap-production .production-list .slick-production .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-production .production-list .slick-production .item h3
{
    font-size: 16px;
    line-height: 30px;

    margin-top: 10px;
}
.wrap-production .production-list .slick-production .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-production .production-list .slick-production .slick-arrow
{
    border: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (min-width: 1200px)
{
    .wrap-production .production-list .slick-production .slick-arrow
    {
        left: -5%;
    }
    .wrap-production .production-list .slick-production .slick-arrow.slick-next
    {
        right: -5%;
        left: auto;
    }
}
.wrap-production .production-list .jianyan-list
{
    margin-top: 40px;
}
@media (max-width: 991px)
{
    .wrap-production .production-list .jianyan-list
    {
        margin-top: 20px;
    }
}
.wrap-production .production-list .jianyan-list .item
{
    display: block;

    margin-top: 30px;
}
@media (max-width: 767px)
{
    .wrap-production .production-list .jianyan-list .item
    {
        margin-top: 20px;
    }
}
.wrap-production .production-list .jianyan-list .item .img-box
{
    padding-bottom: 88.88888889%;
}
.wrap-production .production-list .jianyan-list .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-production .production-list .jianyan-list .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-production .production-list .process
{
    overflow: hidden;
}
.wrap-production .production-list .process ul
{
    font-size: 0;

    margin: 0 -50px;
}
@media (max-width: 1199px)
{
    .wrap-production .production-list .process ul
    {
        margin: 0 -20px;
    }
}
.wrap-production .production-list .process ul li
{
    font-size: 14px;

    position: relative;

    display: inline-block;
    float: none;

    padding: 0 50px;

    vertical-align: top;
}
@media (max-width: 1199px)
{
    .wrap-production .production-list .process ul li
    {
        padding: 0 20px;
    }
}
.wrap-production .production-list .process ul li:before
{
    font-family: 'iconfont' !important;
    font-size: 30px;
    line-height: 30px;

    position: absolute;
    top: 50%;
    right: -15px;

    display: block;

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

    content: '\e624';
}
@media (max-width: 1199px)
{
    .wrap-production .production-list .process ul li:before
    {
        font-size: 24px;
    }
}
.wrap-production .production-list .process ul li:last-child:before
{
    display: none;
}
@media (min-width: 768px)
{
    .wrap-production .production-list .process ul li:nth-child(3):after,
    .wrap-production .production-list .process ul li:nth-child(6):after,
    .wrap-production .production-list .process ul li:nth-child(9):after,
    .wrap-production .production-list .process ul li:nth-child(12):after
    {
        font-family: 'iconfont' !important;
        font-size: 30px;
        line-height: 30px;

        position: absolute;
        bottom: -15px;
        left: 50%;

        display: block;

        width: 30px;
        height: 30px;
        margin-left: -15px;

        content: '\e624';
        -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
                transform: rotate(90deg);
    }
    .wrap-production .production-list .process ul li:nth-child(4),
    .wrap-production .production-list .process ul li:nth-child(10)
    {
        left: 66.66666667%;
    }
    .wrap-production .production-list .process ul li:nth-child(6),
    .wrap-production .production-list .process ul li:nth-child(12)
    {
        right: 66.66666667%;
    }
}
@media (min-width: 768px) and (max-width: 1199px)
{
    .wrap-production .production-list .process ul li:nth-child(3):after,
    .wrap-production .production-list .process ul li:nth-child(6):after,
    .wrap-production .production-list .process ul li:nth-child(9):after,
    .wrap-production .production-list .process ul li:nth-child(12):after
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .wrap-production .production-list .process ul li:nth-child(2):after,
    .wrap-production .production-list .process ul li:nth-child(4):after,
    .wrap-production .production-list .process ul li:nth-child(6):after,
    .wrap-production .production-list .process ul li:nth-child(8):after,
    .wrap-production .production-list .process ul li:nth-child(10):after,
    .wrap-production .production-list .process ul li:nth-child(12):after
    {
        font-family: 'iconfont' !important;
        font-size: 30px;
        line-height: 30px;

        position: absolute;
        bottom: -15px;
        left: 50%;

        display: block;

        width: 30px;
        height: 30px;
        margin-left: -15px;

        content: '\e624';
        -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
                transform: rotate(90deg);
    }
    .wrap-production .production-list .process ul li:nth-child(3),
    .wrap-production .production-list .process ul li:nth-child(7),
    .wrap-production .production-list .process ul li:nth-child(11)
    {
        left: 50%;
    }
    .wrap-production .production-list .process ul li:nth-child(4),
    .wrap-production .production-list .process ul li:nth-child(8),
    .wrap-production .production-list .process ul li:nth-child(12)
    {
        right: 50%;
    }
}
@media (max-width: 767px) and (max-width: 1199px)
{
    .wrap-production .production-list .process ul li:nth-child(2):after,
    .wrap-production .production-list .process ul li:nth-child(4):after,
    .wrap-production .production-list .process ul li:nth-child(6):after,
    .wrap-production .production-list .process ul li:nth-child(8):after,
    .wrap-production .production-list .process ul li:nth-child(10):after,
    .wrap-production .production-list .process ul li:nth-child(12):after
    {
        font-size: 24px;
    }
}
.wrap-production .production-list .process .item
{
    margin: 100px 0;
    padding: 0 15px;

    text-align: center;

    border: 1px solid #acacac;
}
@media (max-width: 1199px)
{
    .wrap-production .production-list .process .item
    {
        margin: 50px 0;
    }
}
@media (max-width: 767px)
{
    .wrap-production .production-list .process .item
    {
        margin: 30px 0;
        padding: 0 5px;
    }
}
.wrap-production .production-list .process .item .num
{
    font-size: 16px;
    line-height: 36px;

    width: 44px;
    height: 44px;
    margin: 0 auto;
    margin-top: -22px;

    color: #fff;
    border: 4px solid #fff;
    border-radius: 50%;
    background-color: #2166e5;
}
.wrap-production .production-list .process .item .img-box
{
    margin-top: 10px;
    padding-bottom: 56.75675676%;
}
.wrap-production .production-list .process .item h4
{
    font-size: 16px;
    line-height: 40px;

    margin: 0;
}
@media (max-width: 767px)
{
    .wrap-production .production-list .process .item h4
    {
        font-size: 14px;
    }
}
.wrap-contact-service .service
{
    font-size: 0;

    margin-top: 80px;
}
@media (max-width: 991px)
{
    .wrap-contact-service .service
    {
        margin-top: 30px;
    }
}
.wrap-contact-service .service .map,
.wrap-contact-service .service .service-list
{
    font-size: 14px;

    display: inline-block;

    vertical-align: top;
}
.wrap-contact-service .service .map
{
    position: relative;

    width: -webkit-calc(100% - 330px);
    width:         calc(100% - 330px);
}
@media (max-width: 1470px)
{
    .wrap-contact-service .service .map
    {
        width: -webkit-calc(100% - 250px);
        width:         calc(100% - 250px);
    }
}
@media (max-width: 1199px)
{
    .wrap-contact-service .service .map
    {
        width: 100%;
    }
}
@media (max-width: 767px)
{
    .wrap-contact-service .service .map
    {
        width: 200%;
        max-width: 200%;
        margin-left: -100%;
    }
}
.wrap-contact-service .service .map img
{
    max-width: 100%;
}
.wrap-contact-service .service .map .item
{
    position: absolute;

    cursor: pointer;
}
@media (max-width: 1470px)
{
    .wrap-contact-service .service .map .item
    {
        -webkit-transform: scale(.9);
            -ms-transform: scale(.9);
                transform: scale(.9);
    }
}
.wrap-contact-service .service .map .item:before
{
    position: absolute;
    top: 9px;
    left: -10px;

    display: block;

    width: 10px;
    height: 2px;

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

    background-color: #2166e5;
}
.wrap-contact-service .service .map .item:after
{
    position: absolute;
    top: 5px;
    left: -20px;

    display: block;

    width: 10px;
    height: 10px;

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

    border-radius: 50%;
    background-color: #2166e5;
}
.wrap-contact-service .service .map .item p
{
    line-height: 20px;

    position: relative;

    display: inline-block;

    margin: 0;
    padding: 0 16px;

    color: #666;
    border: 1px solid #c1c1c1;
    border-radius: 30px;
    background-color: #fff;
}
@media (max-width: 767px)
{
    .wrap-contact-service .service .map .item p
    {
        font-size: 12px;

        padding: 0 6px;
    }
}
.wrap-contact-service .service .map .item p:before
{
    position: absolute;
    top: -2px;
    left: -27px;

    display: block;

    width: 22px;
    height: 22px;

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

    opacity: 0;
    border-radius: 50%;
    background-color: rgba(231, 114, 4, .28);
}
.wrap-contact-service .service .map .item-xila
{
    top: 28%;
    left: 57%;
}
.wrap-contact-service .service .map .item-dalian
{
    top: 23%;
    left: 85%;
}
.wrap-contact-service .service .map .item-dalian:before
{
    top: auto;
    bottom: -4px;
    left: 50%;

    width: 2px;
    height: 4px;
    margin-left: -1px;
}
.wrap-contact-service .service .map .item-dalian:after
{
    top: auto;
    bottom: -14px;
    left: 50%;

    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
.wrap-contact-service .service .map .item-dalian p:before
{
    top: auto;
    bottom: -22px;
    left: 50%;

    margin-left: -11px;
}
.wrap-contact-service .service .map .item-qingdao
{
    top: 29%;
    left: 81%;
}
.wrap-contact-service .service .map .item-qingdao:before
{
    right: -10px;
    left: auto;
}
.wrap-contact-service .service .map .item-qingdao:after
{
    right: -20px;
    left: auto;
}
.wrap-contact-service .service .map .item-qingdao p:before
{
    right: -27px;
    left: auto;
}
.wrap-contact-service .service .map .item-jiangsu
{
    top: 34%;
    left: 80%;
}
.wrap-contact-service .service .map .item-jiangsu:before
{
    top: 6px;
    right: -13px;
    left: auto;

    width: 14px;

    -webkit-transform: rotate(-30deg);
        -ms-transform: rotate(-30deg);
            transform: rotate(-30deg);
}
.wrap-contact-service .service .map .item-jiangsu:after
{
    top: -2px;
    right: -20px;
    left: auto;
}
.wrap-contact-service .service .map .item-jiangsu p:before
{
    top: -8px;
    right: -27px;
    left: auto;
}
.wrap-contact-service .service .map .item-zhoushan
{
    top: 32%;
    left: 91%;
}
.wrap-contact-service .service .map .item-shanghai
{
    top: 39%;
    left: 79%;
}
.wrap-contact-service .service .map .item-shanghai:before
{
    top: -6px;
    right: -46px;
    left: auto;

    width: 50px;

    -webkit-transform: rotate(-30deg);
        -ms-transform: rotate(-30deg);
            transform: rotate(-30deg);
}
.wrap-contact-service .service .map .item-shanghai:after
{
    top: -23px;
    right: -50px;
    left: auto;
}
.wrap-contact-service .service .map .item-shanghai p:before
{
    top: -30px;
    right: -57px;
    left: auto;
}
.wrap-contact-service .service .map .item-guangzhou
{
    top: 38%;
    left: 89%;
}
.wrap-contact-service .service .map .item-xinjiapo
{
    top: 52%;
    left: 85%;
}
.wrap-contact-service .service .map .active .item:before,
.wrap-contact-service .service .map .active .item:after
{
    background-color: #e77204;
}
.wrap-contact-service .service .map .active .item p:before
{
    opacity: 1;
}
.wrap-contact-service .service .service-list
{
    width: 330px;
    padding-left: 3%;
}
@media (max-width: 1470px)
{
    .wrap-contact-service .service .service-list
    {
        width: 250px;
    }
}
@media (max-width: 1199px)
{
    .wrap-contact-service .service .service-list
    {
        width: 100%;
    }
}
.wrap-contact-service .service .service-item
{
    margin-top: 80px;
}
@media (max-width: 1199px)
{
    .wrap-contact-service .service .service-item
    {
        margin-top: 30px;
    }
}
.wrap-contact-service .service .service-item .title-service h3
{
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;

    position: relative;

    margin: 0;
}
@media (max-width: 767px)
{
    .wrap-contact-service .service .service-item .title-service h3
    {
        font-size: 16px;
    }
}
.wrap-contact-service .service .service-item .title-service h3:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;

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

    content: '\e685';

    color: #e77204;
}
@media (max-width: 767px)
{
    .wrap-contact-service .service .service-item .title-service h3:before
    {
        left: -24px;
    }
}
.wrap-contact-service .service .service-item .text
{
    padding: 20px 0;

    border-bottom: 1px solid #e3e3e3;
}
@media (max-width: 767px)
{
    .wrap-contact-service .service .service-item .text
    {
        padding: 10px 0;
    }
}
.wrap-contact-service .service .service-item .text p
{
    font-size: 15px;
    line-height: 2;

    margin: 0;

    color: #666;
}
@media (max-width: 1470px)
{
    .wrap-contact-service .service .service-item .text p
    {
        font-size: 14px;
    }
}
.wrap-contact-service .service .service-item .email
{
    margin-top: 20px;
}
.wrap-contact-service .service .service-item .email p
{
    font-size: 15px;
    line-height: 2;

    margin: 0;

    color: #666;
}
@media (max-width: 1470px)
{
    .wrap-contact-service .service .service-item .email p
    {
        font-size: 14px;
    }
}
.wrap-contact-service .service .service-item .email a:hover
{
    text-decoration: underline;

    color: #e77204;
}
.wrap-contact-service .contact
{
    overflow: hidden;

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

    background-color: #f7f8fb;
}
.wrap-contact-service .contact ul
{
    font-size: 0;
}
.wrap-contact-service .contact ul li
{
    font-size: 14px;

    position: relative;

    display: inline-block;
    float: none;

    vertical-align: top;
}
.wrap-contact-service .contact ul li:after
{
    position: absolute;
    top: 10%;
    right: 0;

    display: block;

    width: 1px;
    height: 80%;

    content: '';

    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(#d0d0d0), to(#fff));
    background-image: -webkit-linear-gradient(#fff, #d0d0d0, #fff);
    background-image:         linear-gradient(#fff, #d0d0d0, #fff);
}
.wrap-contact-service .contact .item
{
    margin: 20px 0;

    text-align: center;
}
.wrap-contact-service .contact .item .icon
{
    font-size: 24px;
    line-height: 30px;

    display: block;
}
.wrap-contact-service .contact .item h3
{
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
}
@media (max-width: 991px)
{
    .wrap-contact-service .contact .item h3
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .wrap-contact-service .contact .item h3
    {
        font-size: 16px;
    }
}
.wrap-contact-service .contact .item p
{
    font-size: 16px;
    line-height: 30px;

    margin: 0;

    color: #444;
}
@media (max-width: 1470px)
{
    .wrap-contact-service .contact .item p
    {
        font-size: 14px;
    }
}
.wrap-contact-service .contact .item a:hover
{
    text-decoration: underline;

    color: #e77204;
}
.wrap-contact-service .contact .item:hover .icon
{
    -webkit-animation: swing 1s 0s ease both;
            animation: swing 1s 0s ease both;
}
.wrap-contact-message .message .row,
.wrap-product-show .inquiry .message .row
{
    margin: 0 -10px;
}
.wrap-contact-message .message .row .itembox,
.wrap-product-show .inquiry .message .row .itembox
{
    padding: 0 10px;
}
.wrap-contact-message .message input,
.wrap-product-show .inquiry .message input,
.wrap-contact-message .message textarea,
.wrap-product-show .inquiry .message textarea
{
    line-height: 30px;

    width: 100%;
    min-height: 50px;
    margin-top: 20px;
    padding: 10px 20px;

    resize: vertical;

    outline: none;
    background-color: #f6f7f9;
}
@media (max-width: 767px)
{
    .wrap-contact-message .message input,
    .wrap-product-show .inquiry .message input,
    .wrap-contact-message .message textarea,
    .wrap-product-show .inquiry .message textarea
    {
        margin-top: 10px;
    }
}
.wrap-contact-message .message input::-webkit-input-placeholder,
.wrap-product-show .inquiry .message input::-webkit-input-placeholder,
.wrap-contact-message .message textarea::-webkit-input-placeholder,
.wrap-product-show .inquiry .message textarea::-webkit-input-placeholder
{
    color: #333;
}
.wrap-contact-message .message input:-o-placeholder,
.wrap-product-show .inquiry .message input:-o-placeholder,
.wrap-contact-message .message textarea:-o-placeholder,
.wrap-product-show .inquiry .message textarea:-o-placeholder
{
    color: #333;
}
.wrap-contact-message .message input::-moz-placeholder,
.wrap-product-show .inquiry .message input::-moz-placeholder,
.wrap-contact-message .message textarea::-moz-placeholder,
.wrap-product-show .inquiry .message textarea::-moz-placeholder
{
    color: #333;
}
.wrap-contact-message .message input:-ms-input-placeholder,
.wrap-product-show .inquiry .message input:-ms-input-placeholder,
.wrap-contact-message .message textarea:-ms-input-placeholder,
.wrap-product-show .inquiry .message textarea:-ms-input-placeholder
{
    color: #333;
}
.wrap-contact-message .message input:focus::-webkit-input-placeholder,
.wrap-product-show .inquiry .message input:focus::-webkit-input-placeholder,
.wrap-contact-message .message textarea:focus::-webkit-input-placeholder,
.wrap-product-show .inquiry .message textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.wrap-contact-message .message input:focus::-o-placeholder,
.wrap-product-show .inquiry .message input:focus::-o-placeholder,
.wrap-contact-message .message textarea:focus::-o-placeholder,
.wrap-product-show .inquiry .message textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.wrap-contact-message .message input:focus::-moz-placeholder,
.wrap-product-show .inquiry .message input:focus::-moz-placeholder,
.wrap-contact-message .message textarea:focus::-moz-placeholder,
.wrap-product-show .inquiry .message textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.wrap-contact-message .message input:focus::-ms-input-placeholder,
.wrap-product-show .inquiry .message input:focus::-ms-input-placeholder,
.wrap-contact-message .message textarea:focus::-ms-input-placeholder,
.wrap-product-show .inquiry .message textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.wrap-contact-message .message .read input,
.wrap-product-show .inquiry .message .read input
{
    font-size: 16px;

    color: #fff;
    background-color: #2166e5;
}
.wrap-contact-message .message .send,
.wrap-product-show .inquiry .message .send
{
    text-align: center;
}
.wrap-contact-message .message .submit,
.wrap-product-show .inquiry .message .submit
{
    font-size: 16px;
    line-height: 50px;

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

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

    color: #fff;
    border-radius: 0;
    background-color: #2166e5;
}
@media (max-width: 767px)
{
    .wrap-contact-message .message .submit,
    .wrap-product-show .inquiry .message .submit
    {
        font-size: 14px;
        line-height: 40px;

        margin-top: 20px;
        padding: 0 50px;
    }
}
.wrap-contact-message .message .submit:hover,
.wrap-product-show .inquiry .message .submit:hover
{
    background-color: #074dd0;
}
.wrap-contact-message .message
{
    margin-top: 40px;
}
@media (max-width: 767px)
{
    .wrap-contact-message .message
    {
        margin-top: 20px;
    }
}
.wrap-contact-message .message p
{
    font-size: 14px;

    text-align: center;

    color: #888;
}
.wrap-contact-dealers .title h3
{
    color: #2166e5;
}
.wrap-contact-dealers .dealers
{
    margin-top: 60px;
}
@media (max-width: 991px)
{
    .wrap-contact-dealers .dealers
    {
        margin-top: 30px;
    }
}
.wrap-contact-dealers .dealers h3
{
    font-size: 18px;
    line-height: 30px;

    padding: 10px 20px;

    background-color: #f7f8fb;
}
@media (max-width: 767px)
{
    .wrap-contact-dealers .dealers h3
    {
        font-size: 16px;
        line-height: 24px;

        padding: 10px;
    }
}
.wrap-contact-dealers .dealers p
{
    line-height: 2.14285714;

    margin: 0;

    color: #666;
}
.wrap-contact-dealers .dealers img
{
    max-width: 100%;
    height: auto !important;
}
.wrap-contact-dealers .dealers h4
{
    font-size: 16px;
    font-weight: bold;
}
.wrap-contact-dealers .dealers ul li
{
    display: inline-block;

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

    vertical-align: top;
}
.wrap-contact-dealers .dealers a:hover
{
    text-decoration: underline;

    color: #2166e5;
}
.wrap-contact-dealers .download
{
    margin-top: 100px;
    padding-top: 30px;

    border-top: 1px solid #c1c1c1;
}
@media (max-width: 991px)
{
    .wrap-contact-dealers .download
    {
        margin-top: 50px;
    }
}
.wrap-contact-dealers .download h4,
.wrap-contact-dealers .download .link
{
    display: inline-block;

    vertical-align: middle;
}
.wrap-contact-dealers .download h4
{
    font-size: 16px;
    line-height: 30px;

    margin: 0 5% 0 0;
}
.wrap-contact-dealers .download h4 img
{
    display: inline-block;

    margin-right: 10px;

    vertical-align: middle;
}
.wrap-contact-dealers .download .link:before
{
    display: inline-block;

    margin-right: 10px;

    content: '|';
    vertical-align: middle;

    color: #c1c1c1;
}
.wrap-contact-dealers .download .link a
{
    display: inline-block;

    width: 40px;

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

    color: #666;
}
.wrap-contact-dealers .download .link a .icon
{
    font-size: 24px;
}
.wrap-contact-dealers .download .link a:hover
{
    text-decoration: none;

    color: #2166e5;
}
.title-join
{
    text-align: center;

    background: url(../images/title-join.png) no-repeat center;
}
.title-join h3
{
    font-size: 24px;
    line-height: 30px;

    margin: 0;

    color: #2166e5;
}
@media (max-width: 991px)
{
    .title-join h3
    {
        font-size: 20px;
    }
}
.wrap-contact-elegant .elegant
{
    margin-top: 30px;
}
.wrap-contact-elegant .elegant .slick-elegant
{
    margin: 0 -15px;
    margin-top: 30px;
}
.wrap-contact-elegant .elegant .slick-elegant .slick-slide
{
    padding: 0 15px;
}
.wrap-contact-elegant .elegant .item
{
    display: block;

    text-align: center;
}
.wrap-contact-elegant .elegant .item .img-box
{
    padding-bottom: 66.66666667%;
}
.wrap-contact-elegant .elegant .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-contact-elegant .elegant .item h3
{
    font-size: 16px;
    line-height: 24px;
}
.wrap-contact-elegant .elegant .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-contact-welfare
{
    background-color: #f7f8fb;
}
.wrap-contact-welfare .welfare .item
{
    font-size: 0;

    margin-top: 50px;

    -webkit-transition: all .6s;
            transition: all .6s;
}
@media (max-width: 991px)
{
    .wrap-contact-welfare .welfare .item
    {
        margin-top: 30px;
    }
}
.wrap-contact-welfare .welfare .item .num,
.wrap-contact-welfare .welfare .item .text
{
    font-size: 14px;

    display: inline-block;

    vertical-align: middle;
}
.wrap-contact-welfare .welfare .item .num
{
    font-size: 24px;
    font-weight: bold;
    line-height: 70px;

    position: relative;

    width: 90px;
    height: 90px;

    text-align: center;

    border: 10px solid #2166e5;
    border-radius: 50%;
}
@media (max-width: 767px)
{
    .wrap-contact-welfare .welfare .item .num
    {
        font-size: 20px;
        line-height: 48px;

        width: 60px;
        height: 60px;

        border-width: 6px;
    }
}
.wrap-contact-welfare .welfare .item .num span
{
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;

    width: 100%;
}
.wrap-contact-welfare .welfare .item .text
{
    line-height: 100px;

    position: relative;
    z-index: 2;

    width: -webkit-calc(100% - 45px);
    width:         calc(100% - 45px);
    margin-left: -45px;

    text-align: center;

    border-radius: 0 50px 50px 0;
    background-color: rgba(255, 255, 255, .7);
}
@media (max-width: 767px)
{
    .wrap-contact-welfare .welfare .item .text
    {
        line-height: 60px;

        width: -webkit-calc(100% - 30px);
        width:         calc(100% - 30px);
        margin-left: -30px;
    }
}
.wrap-contact-welfare .welfare .item .text p
{
    font-size: 20px;
    font-weight: bold;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-contact-welfare .welfare .item .text p
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .wrap-contact-welfare .welfare .item .text p
    {
        font-size: 16px;
    }
}
.wrap-contact-welfare .welfare .item:hover
{
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
}
.wrap-contact-join .join-search
{
    margin-top: 20px;
}
.wrap-contact-join .join-search ul
{
    font-size: 0;

    margin: 0 -10px;
}
@media (max-width: 767px)
{
    .wrap-contact-join .join-search ul
    {
        margin: 0 -5px;
    }
}
.wrap-contact-join .join-search ul li
{
    font-size: 14px;

    display: inline-block;

    width: -webkit-calc(33.33333333% - 20px);
    width:         calc(33.33333333% - 20px);
    margin-top: 10px;
    padding: 0 10px;

    vertical-align: top;
}
@media (max-width: 767px)
{
    .wrap-contact-join .join-search ul li
    {
        width: 50%;
        padding: 0 5px;
    }
}
.wrap-contact-join .join-search ul li:nth-child(4)
{
    width: 60px;
}
.wrap-contact-join .join-search ul li:nth-child(4) .item
{
    padding: 0;

    border: none;
}
.wrap-contact-join .join-search .item
{
    font-size: 0;
    line-height: 40px;

    padding: 0 18px;

    border: 1px solid #d4d4d4;
    border-radius: 5px;
}
@media (max-width: 991px)
{
    .wrap-contact-join .join-search .item
    {
        padding: 0 10px;
    }
}
.wrap-contact-join .join-search .item span,
.wrap-contact-join .join-search .item select
{
    font-size: 14px;

    display: inline-block;

    vertical-align: middle;
}
@media (max-width: 767px)
{
    .wrap-contact-join .join-search .item span,
    .wrap-contact-join .join-search .item select
    {
        font-size: 13px;
    }
}
.wrap-contact-join .join-search .item span
{
    width: 70px;

    color: #555;
}
@media (max-width: 767px)
{
    .wrap-contact-join .join-search .item span
    {
        width: 66px;
    }
}
.wrap-contact-join .join-search .item select
{
    font-size: 14px;
    line-height: 40px;

    width: -webkit-calc(100% - 70px);
    width:         calc(100% - 70px);
    height: 40px;

    border: none;
    outline: none;
}
@media (max-width: 767px)
{
    .wrap-contact-join .join-search .item select
    {
        width: -webkit-calc(100% - 66px);
        width:         calc(100% - 66px);
    }
}
.wrap-contact-join .join-search .item select option
{
    font-size: 12px;
}
.wrap-contact-join .join-search .item .submit
{
    line-height: 40px;

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

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

    color: #fff;
    border-radius: 5px;
    outline: none;
    background-color: #2166e5;
}
.wrap-contact-join .join-search .item .submit .icon
{
    font-size: 24px;
}
.wrap-contact-join .join-search .item .submit:hover
{
    background-color: #074dd0;
}
.wrap-contact-join .join-info .join-title,
.wrap-contact-join .join-info .join-list .item
{
    font-size: 0;

    display: block;
    overflow: hidden;
}
.wrap-contact-join .join-info .join-title h3,
.wrap-contact-join .join-info .join-list .item h3,
.wrap-contact-join .join-info .join-title p,
.wrap-contact-join .join-info .join-list .item p
{
    font-size: 14px;

    display: inline-block;
    float: left;

    width: 20%;
    margin: 0;
    padding: 0 30px;

    vertical-align: middle;
}
@media (max-width: 991px)
{
    .wrap-contact-join .join-info .join-title h3,
    .wrap-contact-join .join-info .join-list .item h3,
    .wrap-contact-join .join-info .join-title p,
    .wrap-contact-join .join-info .join-list .item p
    {
        width: 25%;
        padding: 0 10px;
    }
}
.wrap-contact-join .join-info .join-title h3:nth-child(4),
.wrap-contact-join .join-info .join-list .item h3:nth-child(4),
.wrap-contact-join .join-info .join-title p:nth-child(4),
.wrap-contact-join .join-info .join-list .item p:nth-child(4)
{
    width: 40%;

    text-align: right;
}
@media (max-width: 991px)
{
    .wrap-contact-join .join-info .join-title h3:nth-child(4),
    .wrap-contact-join .join-info .join-list .item h3:nth-child(4),
    .wrap-contact-join .join-info .join-title p:nth-child(4),
    .wrap-contact-join .join-info .join-list .item p:nth-child(4)
    {
        width: 25%;
    }
}
@media (max-width: 767px)
{
    .wrap-contact-join .join-info .join-title h3:nth-child(4),
    .wrap-contact-join .join-info .join-list .item h3:nth-child(4),
    .wrap-contact-join .join-info .join-title p:nth-child(4),
    .wrap-contact-join .join-info .join-list .item p:nth-child(4)
    {
        width: 10%;
    }
}
@media (max-width: 767px)
{
    .wrap-contact-join .join-info .join-title h3:nth-child(1),
    .wrap-contact-join .join-info .join-list .item h3:nth-child(1),
    .wrap-contact-join .join-info .join-title p:nth-child(1),
    .wrap-contact-join .join-info .join-list .item p:nth-child(1)
    {
        width: 40%;
    }
}
.wrap-contact-join .join-info .join-title
{
    font-size: 16px;
    line-height: 30px;

    margin-top: 16px;
    padding: 15px 0;

    color: #fff;
    border-radius: 5px 5px 0 0;
    background-color: #2166e5;
}
.wrap-contact-join .join-info .join-title h3
{
    font-size: 16px;
}
@media (max-width: 767px)
{
    .wrap-contact-join .join-info .join-title h3
    {
        font-size: 14px;
    }
}
.wrap-contact-join .join-info .join-list ul li:nth-child(2n) .item
{
    background-color: #f0f1f5;
}
.wrap-contact-join .join-info .join-list ul li:nth-child(2n) .item:hover
{
    background-color: rgba(33, 102, 229, .2);
}
.wrap-contact-join .join-info .join-list .item
{
    line-height: 30px;

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

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

    background-color: #f7f8fb;
}
.wrap-contact-join .join-info .join-list .item .icon
{
    font-size: 30px;

    display: block;

    color: #666;
}
.wrap-contact-join .join-info .join-list .item:hover
{
    background-color: rgba(33, 102, 229, .2);
}
.wrap-contact-join nav
{
    text-align: right;
}
.wrap-contact-join nav ul li a
{
    line-height: 30px;

    width: 30px;
    height: 30px;

    background: none;
}
.wrap-join-show .title-join-show
{
    padding-bottom: 30px;

    border-bottom: 1px solid #d1d1d1;
}
@media (max-width: 767px)
{
    .wrap-join-show .title-join-show
    {
        padding-bottom: 10px;
    }
}
.wrap-join-show .title-join-show h1
{
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;

    margin: 0;
}
.wrap-join-show .title-join-show p
{
    font-size: 15px;
    line-height: 2;

    margin: 20px 0 0 0;

    color: #2166e5;
}
@media (max-width: 767px)
{
    .wrap-join-show .title-join-show p
    {
        font-size: 14px;

        margin-top: 10px;
    }
}
.wrap-join-show .title-join-show p span
{
    display: inline-block;

    margin-right: 30px;
}
.wrap-join-show .text
{
    margin-top: 30px;
}
.wrap-join-show .text h4
{
    font-size: 15px;
    font-weight: bold;
    line-height: 30px;
}
.wrap-join-show .text p
{
    font-size: 15px;
    line-height: 2;

    margin: 0;

    color: #666;
}
@media (max-width: 767px)
{
    .wrap-join-show .text p
    {
        font-size: 14px;
        line-height: 2;
    }
}
.wrap-join-show .delivery
{
    margin-top: 100px;
}
@media (max-width: 991px)
{
    .wrap-join-show .delivery
    {
        margin-top: 50px;
    }
}
.wrap-join-show .delivery a
{
    font-size: 15px;
    line-height: 40px;

    display: inline-block;

    padding: 0 60px;

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

    color: #fff;
    background-color: #2166e5;
}
.wrap-join-show .delivery a:hover
{
    background-color: #074dd0;
}
.wrap-nosearch .nosearch
{
    margin-top: 40px;
}
.wrap-nosearch .nosearch h3
{
    font-size: 20px;
    font-weight: 500;
}
.wrap-nosearch .nosearch p
{
    line-height: 22px;

    margin: 10px 0 0 0;
    padding: 10px 20px;

    color: #666;
    border: 1px solid #faedd1;
    border-radius: 5px;
    background-color: #fcf8e3;
}
.wrap-nosearch .product
{
    margin-top: 0;
}
nav
{
    text-align: center;
}
.pagination
{
    margin: 60px 0 0 0;
    padding: 0;
}
@media (max-width: 991px)
{
    .pagination
    {
        margin-top: 30px;
    }
}
.pagination li
{
    display: inline-block;

    margin: 0 6px;
    padding: 0;

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

    color: #333;
    border: none;
}
.pagination li.prev a,
.pagination li.next a
{
    border-radius: 0;
}
.pagination li.prev a:before,
.pagination li.next a:before
{
    font-family: 'iconfont' !important;

    display: inline-block;

    content: '\eb60';
}
.pagination li.prev:hover a,
.pagination li.next:hover a
{
    color: #fff;
    background-color: #2166e5;
}
.pagination li.next a:before
{
    content: '\e625';
}
.pagination li a
{
    font-size: 16px;
    line-height: 54px;

    display: block;

    width: 54px;
    height: 54px;
    padding: 0;

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

    color: #666;
    border: none;
    border-radius: 0;
    background: none;
    background-color: #f7f9fa;
}
@media (max-width: 991px)
{
    .pagination li a
    {
        line-height: 35px;

        width: 35px;
        height: 35px;
    }
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover
{
    color: #fff;
    background-color: #2166e5;

    --houdini-colorA: #2166e5;
    --houdini-colorB: #074dd0;
    --houdini-colorA1: #2166e5;
    --houdini-colorB1: #074dd0;
    --houdini-colorA2: rgba(33, 102, 229, .95);
    --houdini-colorB2: rgba(7, 77, 208, .95);
    --houdini-colorA3: #2166e5;
    --houdini-colorB3: #074dd0;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover
{
    color: #fff;
    background-color: #2166e5;

    --houdini-colorA: #2166e5;
    --houdini-colorB: #074dd0;
    --houdini-colorA1: #2166e5;
    --houdini-colorB1: #074dd0;
    --houdini-colorA2: rgba(33, 102, 229, .95);
    --houdini-colorB2: rgba(7, 77, 208, .95);
    --houdini-colorA3: #2166e5;
    --houdini-colorB3: #074dd0;
}
@media (max-width: 1199px)
{
    .skiptranslate iframe
    {
        display: none;
    }
    .google-translation .skiptranslate
    {
        display: inline-block;
    }
    body
    {
        top: 0 !important;
    }
}
.fluid_html_on_pause,
.fluid_pseudo_poster,
.fluid_controls_container
{
    display: none;
}
.map-content label
{
    line-height: 30px !important;

    max-width: 200px;
    padding: 0 10px !important;

    border: none !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2) !important;
}
.cookie-bar{
			position: fixed;
			bottom: 0;
			z-index: 10;
			width: 100%;
			padding: 15px 0;
			background-color: #fff;
			box-shadow: 0 0 10px rgba(0,0,0,.2);
			text-align: center;
			display: none;
			
		}
		.cookie-bar p{
			line-height: 24px;
		}
		.cookie-bar p a{
			color: rgba(8, 148, 152, 1);
		}
		.cookie-bar p a:hover{
			color: rgba(8, 148, 152, 0.7);
		}
		.cookie-bar .accept-cookie{
			color: #ffffff;
			background-color: rgb(0, 0, 0);
			display: inline-block;
			padding: 8px 16px 8px;
			-moz-border-radius: 4px;
			-webkit-border-radius: 4px;
			margin-top: 8px;
		}
		.cookie-bar .accept-cookie:hover{
			background-color: rgb(0, 0, 0,.9);
		}
		.privacy{
			padding: 80px 0;
		}
		@media(max-width:991px){
			.privacy{
				padding: 40px 0;
			}
		}
		.privacy .content{
			margin-top: 30px;
		}
		.privacy .content p{
			line-height: 24px;
		}