/**
 * style.less
 * 层叠样式表
 */
.ff
{
    font-family: 'iconfont' !important;
}
@font-face
{
    font-family: 'iconfont';

    src: url('../fonts/iconfont.eot?t=1481266234445');
    src: url('../fonts/iconfont.eot?t=1481266234445#iefix') format('embedded-opentype'), url('../fonts/iconfont.woff?t=1481266234445') format('woff'), url('../fonts/iconfont.ttf?t=1481266234445') format('truetype'), url('../fonts/iconfont.svg?t=1481266234445#iconfont') format('svg');
}
/* This stylesheet generated by Transfonter (https://transfonter.org) on October 19, 2017 3:41 AM */
@font-face
{
    font-family: 'Helvetica';
    font-weight: normal;
    font-style: normal;

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

    src: url('../fonts/Helvetica-Bold.eot');
    src: url('../fonts/Helvetica-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Helvetica-Bold.woff2') format('woff2'), url('../fonts/Helvetica-Bold.woff') format('woff'), url('../fonts/Helvetica-Bold.ttf') format('truetype'), url('../fonts/Helvetica-Bold.svg#Helvetica-Bold') format('svg');
}
html,
body
{
    position: relative;

    height: 100%;
}
body
{
    font-family: 'Helvetica', 'Helvetica Neue', Helvetica, Arial, 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', 'Microsoft YaHei', 'WenQuanYi Micro Hei', sans-serif;
    font-size: 14px;
    font-weight: normal;

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

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

    overflow: hidden;

    width: 100%;
    height: 100%;
}
.swiper-container
{
    width: 100%;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
}
.box-index
{
    background-color: #000;
}
.swiper-slide
{
    overflow: hidden;
}
@media (max-width: 767px)
{
    #i-c1 .swiper-slide
    {
        height: auto;
    }
}
.container
{
    width: 100%;
}
@media (min-width: 1470px)
{
    .container
    {
        width: 1440px;
    }
}
@media (max-width: 767px)
{
    .col-xs-6:nth-child(2n+1)
    {
        padding-right: 7.5px;
    }
    .col-xs-6:nth-child(2n)
    {
        padding-left: 7.5px;
    }
}
li,
ol,
ul
{
    list-style: none;
}
a
{
    color: inherit;
}
a:hover,
a:link,
a:visited
{
    text-decoration: none;

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

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

    border: none;
    outline: none;
}
a
{
    text-decoration: none;

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

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

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

    display: block;
    overflow: hidden;

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

    display: block;

    width: 100%;
    height: 100%;
}
.img-box img[src=''],
.img-box img:not([src])
{
    opacity: 0;
    border: 0;
}
.header
{
    position: fixed;
    z-index: 99;
    top: 0;

    width: 100%;
    height: 70px;
    padding: 0 4%;

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

    background-color: #fff100;
}
@media (max-width: 1560px)
{
    .header
    {
        padding: 0 15px;
    }
}
.header .logo
{
    position: relative;

    float: left;
    overflow: hidden;

    height: 40px;
    margin-top: 15px;
}
.header .logo a
{
    display: inline-block;
    height: 100%;
}
.header .logo a.logotext
{
    margin-left: 20px;
    height: 100%;
}
@media (max-width: 1199px)
{
    .header .logo a.logotext
    {
        display: none;
    }
}
.header .logo img
{
    height: 100%;
}
.header .logo h3
{
    font-size: 14px;
    font-weight: bold;

    margin: 16px 0 0 0;

    letter-spacing: 4px;

    color: #333;
}
.header .logo p
{
    font-family: Helvetica, 'Helvetica Neue', Arial, sans-serif;
    font-size: 12px;

    margin-top: 4px;

    color: #dc0b16;
}
.header .nav-collapse
{
    position: relative;

    display: none;
    float: right;

    width: 40px;
    height: 40px;
    margin-left: 10px;
    padding: 0;

    cursor: pointer;

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

        margin-top: 10px;
    }
    .header .nav-collapse.nav-collapse-1
    {
        position: absolute;
        z-index: 9999;
        top: 10px;
        right: 20px;

        display: block;

        margin-top: 10px;

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

        border: none;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .header .nav-collapse.nav-collapse-xs:hover .btn-line
    {
        background-color: #000;
    }
}
.header .nav-collapse .btn-line
{
    position: absolute;
    left: 50%;

    width: 20px;
    height: 2px;

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

    background-color: #666;
}
.header .nav-collapse .btn-line:nth-child(3),
.header .nav-collapse .btn-line:nth-child(1)
{
    position: absolute;

    display: block;

    width: 20px;
    height: 2px;

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

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

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

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

    -webkit-transform: translateX(-50%) rotateZ(-45deg);
        -ms-transform: translateX(-50%) rotate(-45deg);
            transform: translateX(-50%) rotateZ(-45deg);
}
.header .nav
{
    float: right;
}
@media (max-width: 1199px)
{
    .header .nav
    {
        position: fixed;
        z-index: 9998;
        top: 0;
        left: 0;

        display: none;

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

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

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

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

        height: 100%;

        vertical-align: middle;
    }
}
@media (max-width: 767px)
{
    .header .nav
    {
        width: 100%;
        padding: 30px;
    }
}
.header .nav.left-100
{
    left: -100%;
}
.header .nav.left-200
{
    left: -200%;
}
@media (min-width: 1200px)
{
    .header .nav .nav-list1 > li
    {
        display: inline-block;

        text-align: center;
    }
    .header .nav .nav-list1 > li > a
    {
        font-size: 18px;
        font-weight: bold;
        line-height: 70px;

        position: relative;

        display: block;

        padding: 0 24px;

        color: #df0023;
    }
    .header .nav .nav-list1 > li > a:after
    {
        position: absolute;
        bottom: -2px;
        left: 50%;

        display: block;

        width: 0;
        height: 2px;

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

        background-color: #df0023;
    }
    .header .nav .nav-list1 > li:hover > a:after,
    .header .nav .nav-list1 > li.active > a:after
    {
        width: 40px;
    }
    .header .nav .nav-list1 .nav-list2
    {
        position: absolute;
        z-index: 50;
        top: 100%;
        right: 4%;

        display: none;
        overflow: hidden;

        width: auto;
        height: auto !important;
        padding: 40px;

        background-color: rgba(255, 241, 0, .25);
    }
    .header .nav .nav-list1 .nav-list2 > li
    {
        float: left;

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

        list-style: none;

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

        background-color: #fff100;
    }
    .header .nav .nav-list1 .nav-list2 > li > a
    {
        line-height: 30px;

        position: relative;
        z-index: 1;

        display: block;
    }
    .header .nav .nav-list1 .nav-list2 > li > a.img-box
    {
        padding-bottom: 36.36363636%;
    }
    .header .nav .nav-list1 .nav-list2 > li:hover
    {
        -webkit-transform: translateY(-10px);
            -ms-transform: translateY(-10px);
                transform: translateY(-10px);
    }
    .header .nav .nav-list1 .nav-list3
    {
        position: relative;

        overflow: hidden;

        margin: 0 -10px;
        padding: 20px 0;
    }
    .header .nav .nav-list1 .nav-list3:before
    {
        position: absolute;
        top: 0;
        left: 10%;

        width: 80%;
        height: 1px;

        content: '';

        border-top: 1px dashed #dcd342;
    }
    .header .nav .nav-list1 .nav-list3 li
    {
        display: inline-block;

        padding: 0 10px;
    }
    .header .nav .nav-list1 .nav-list3 li a:before
    {
        display: inline-block;

        width: 6px;
        height: 6px;
        margin-right: 10px;

        content: '';
        vertical-align: middle;

        background-color: #df0023;
    }
    .header .nav .nav-list1 .nav-list3 li a:hover
    {
        color: #df0023;
    }
}
@media (min-width: 1200px) and (max-width: 1360px)
{
    .header .nav .nav-list1 > li > a
    {
        padding: 0 14px;
    }
}
@media (max-width: 1199px)
{
    .header .nav .nav-list1
    {
        margin: 20px 0;

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

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

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

        margin-top: 5px;

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

        display: block;
        overflow: hidden;

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

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

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

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

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

    margin: 0;
}
@media (max-width: 767px)
{
    .header .nav-2 .nav-top h2,
    .header .nav-3 .nav-top h2
    {
        font-size: 20px;

        width: 100%;
    }
}
.header .nav-2 .nav-top .nav-collapse-2,
.header .nav-3 .nav-top .nav-collapse-2
{
    margin: 0;
}
.header .nav-2 .nav-top .nav-collapse-2 .btn-line,
.header .nav-3 .nav-top .nav-collapse-2 .btn-line
{
    background-color: #fff;
}
.header .nav-2 .content,
.header .nav-3 .content
{
    margin-top: 12%;
}
@media (max-width: 767px)
{
    .header .nav-2 .content ul,
    .header .nav-3 .content ul
    {
        padding: 0 15px;
    }
}
.header .nav-2 .content ul li,
.header .nav-3 .content ul li
{
    font-size: 16px;
    line-height: 50px;

    margin: 25px 0;

    text-align: left;
}
@media (max-width: 767px)
{
    .header .nav-2 .content ul li,
    .header .nav-3 .content ul li
    {
        margin: 0;
    }
}
.header .nav-2 .content ul li.more,
.header .nav-3 .content ul li.more
{
    position: relative;
}
.header .nav-2 .content ul li.more:after,
.header .nav-3 .content ul li.more:after
{
    font-family: 'iconfont' !important;
    font-size: 16px;

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

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

    color: #fff;
}
.header .nav-2 .content ul li a,
.header .nav-3 .content ul li a
{
    display: block;
}
.header .nav-2
{
    left: 100%;
}
.header .nav-3
{
    left: 200%;
}
.header .nav-3 .content ul li
{
    font-size: 19px;
}
.header .fade-out ul
{
    text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .header .fade-out ul
    {
        padding: 0 5%;
    }
}
@media (max-width: 991px)
{
    .header .fade-out ul .pic
    {
        display: none !important;
    }
}
@media (max-width: 9919px)
{
    .header .fade-out ul.nav-list1
    {
        opacity: 1;
    }
    .header .fade-out ul.nav-list1 a
    {
        color: #fff;
    }
    .header .fade-out ul.nav-list1 > li
    {
        position: relative;

        margin: 20px 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;

        margin-top: -14px;

        content: '\e72f';

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

        display: block;
    }
    .header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 20px;
    }
}
@media (max-width: 9919px) and (max-width: 767px)
{
    .header .fade-out ul.nav-list1 > li
    {
        margin: 0;
    }
}
@media (max-width: 9919px) and (max-height: 768px)
{
    .header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 18px;
    }
}
@media (max-width: 9919px) and (max-width: 480px)
{
    .header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 14px;
    }
}
@media (max-width: 1199px)
{
    .header .fade-out ul.nav2-list2 .img-box
    {
        width: 250px;
        height: 90px;
        padding-bottom: 0;
    }
}
.header .fade-out ul.nav2-list2 h4
{
    font-size: 20px;
    line-height: 50px;
}
.header .xs-language
{
    position: absolute;
    z-index: 9;
    bottom: 30px;
    left: 35px;
}
@media (min-width: 992px)
{
    .header .xs-language
    {
        display: none;
    }
}
.header .xs-language a
{
    font-size: 16px;

    color: #fff;
}
.header .xs-language span
{
    margin: 0 5px;

    color: #fff;
}
@media (min-width: 992px)
{
    .header .cart-box-xs
    {
        display: none;
    }
}
@media (max-width: 991px)
{
    .header .cart-box-xs
    {
        font-size: 24px;

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

        color: #fff;
    }
    .header .cart-box-xs span
    {
        font-size: 16px;
        line-height: 26px;

        display: inline-block;

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

        -webkit-transform: translateY(-3px);
            -ms-transform: translateY(-3px);
                transform: translateY(-3px);
        text-align: center;

        border: 2px solid #fff;
        border-radius: 50%;
    }
}
.header .lang
{
    font-size: 12px;

    position: relative;

    float: right;

    width: 140px;
    padding: 39px 0;

    text-align: center;

    border-left: 1px solid #e4e4e4;
}
@media (max-width: 991px)
{
    .header .lang
    {
        display: none;
    }
}
.header .lang h3
{
    font-family: 'Microsoft YaHei';
    font-size: 13px;
    font-weight: normal;

    display: inline-block;

    margin: 0;

    cursor: pointer;

    color: #888;
}
.header .lang h3::before
{
    position: relative;

    display: inline-block;
    overflow: hidden;

    width: 24px;
    height: 22px;
    margin-right: 8px;

    content: '';
    vertical-align: middle;

    background: url(../images/flags.png) no-repeat;
    background-position: -42px 0;
}
.header .lang h3::after
{
    position: relative;
    top: -2px;

    display: inline-block;

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

    content: '';

    border-top: 4px solid #c7c7c7;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.header .lang ul
{
    position: absolute;
    z-index: 999;
    top: 90px;
    right: 0;

    display: none;

    width: 100%;
    margin-left: -12px;
    padding: 20px 16px;

    text-align: left;

    color: #999;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .09);
}
.header .lang li
{
    font-size: 13px;
    line-height: 38px;

    clear: both;

    width: 100%;
    height: 29px;
    padding-left: 14px;

    list-style: none;
}
.header .lang li a::before
{
    display: inline-block;
    float: left;

    width: 24px;
    height: 22px;
    margin-top: 8px;
    margin-right: 8px;

    content: '';

    background: url(../images/flags.png) no-repeat;
}
.header .lang li:hover
{
    color: #fff100;
}
.header .lang li.zh a::before
{
    background-position: -42px 0;
}
.header .lang li.en a::before
{
    background-position: -2px 0;
}
@media (max-width: 991px)
{
    .header .lang
    {
        display: none;
    }
}
.header .find
{
    line-height: 74px;

    float: right;

    margin-left: 50px;

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

    color: #df0023;
}
.header .find::before
{
    font-family: 'iconfont';
    font-size: 22px;

    float: left;

    content: '\e660';
}
.header .find:hover
{
    color: #fff100;
}
@media (max-width: 1360px)
{
    .header .find
    {
        margin-left: 20px;
    }
}
@media (max-width: 1199px)
{
    .header .find
    {
        line-height: 60px;

        position: absolute;
        top: 0;
        left: 15px;

        margin-left: 0;
    }
}
.header .search-box
{
    position: fixed;
    z-index: 888;
    top: 100%;
    left: 0;

    display: none;
    overflow: hidden;

    width: 100%;
    height: 100%;
    margin-top: 20px;
    margin-top: 0;
    margin-right: 10px;
    padding: 0 3%;

    background-color: rgba(0, 0, 0, .96);
}
.header .search-box .search
{
    line-height: 40px;

    overflow: hidden;
    zoom: 1;

    width: 240px;

    border: 1px solid #dbdbdb;
    border-radius: 40px;
}
.header .search-box .search:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
.header .search-box .input-text
{
    float: left;

    height: 38px;
    padding-left: 10%;

    background: none;
}
@media (min-width: 768px)
{
    .header .search-box .input-text
    {
        width: 100%;
        padding: 0 50px 0 3%;
    }
}
.header .search-box .input-submit
{
    line-height: 36px;

    float: right;

    width: 50px;

    -webkit-animation: fadeInLeft 1s 0s ease both;
            animation: fadeInLeft 1s 0s ease both;

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

    content: '\e660';

    color: #343434;
}
@media (min-width: 768px)
{
    .header .search-box .input-submit
    {
        position: absolute;
        right: 0;
        bottom: 20px;
    }
}
.header .search-box.search-xs
{
    width: 100%;
    margin: 0;

    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    background: none;
}
@media (min-width: 1200px)
{
    .header .search-box.search-xs
    {
        display: none;
    }
}
@media (max-width: 1199px)
{
    .header .search-box.search-xs
    {
        position: absolute;
        z-index: 0;
        top: auto;
        right: 0;
        bottom: 0;
        bottom: 30px;

        display: inline-block;

        height: 34px;
    }
}
.header .search-box.search-xs.show
{
    z-index: 66;
}
.header .search-box.search-xs.show .search
{
    left: 0;
}
.header .search-box.search-xs .search
{
    position: absolute;
    z-index: 888;
    top: 0;
    left: 120%;

    width: 100%;

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

    border-color: #fff;
    background: #fff;
}
@media (max-width: 360px)
{
    .header .search-box.search-xs form .input-text
    {
        width: 74%;
    }
}
@media (max-width: 767px)
{
    .header .search-box.search-xs form .input-text
    {
        padding-left: 5%;
    }
}
.header .search-box.search-xs .input-submit
{
    line-height: 34px;

    background: #fff;
}
.header .search-box.search-xs .input-submit:before
{
    color: #104384;
}
.header .search-icon
{
    position: absolute;
    z-index: 10;
    top: 18px;
    left: 15px;

    display: inline-block;

    cursor: pointer;
}
.header .search-icon:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;

    content: '\e660';

    color: #fff100;
}
.header .search-lg
{
    top: 0;
}
.header .search-lg .logo
{
    margin-top: 20px;
    margin-left: 0;
}
.header .search-lg .search
{
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;

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

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

    border: none;
    border-bottom: 3px solid #1f1e1e;
    border-radius: 0;
}
.header .search-lg .search p
{
    margin-bottom: 50px;

    -webkit-animation: zoomIn 1s 0s ease both;
            animation: zoomIn 1s 0s ease both;
    text-align: center;
    letter-spacing: 2px;

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

    width: 80%;
    height: 60px;
    padding: 0;
    padding-bottom: 30px;

    -webkit-animation: zoomIn 1s 0s ease both;
            animation: zoomIn 1s 0s ease both;
    text-align: center;

    color: #fff;
}
.header .search-lg .close-btn
{
    position: fixed;
    top: 34px;
    right: 18%;

    cursor: pointer;
}
@media (max-width: 1440px)
{
    .header .search-lg .close-btn
    {
        right: 8%;
    }
}
.header .search-lg .close-btn:before
{
    font-size: 20px;

    content: '\2716';

    color: #fff;
}
.header .nav-phone
{
    position: absolute;
    bottom: 30px;

    display: none;
}
@media (max-width: 1199px)
{
    .header .nav-phone
    {
        display: block;
    }
}
.header .nav-phone ul
{
    margin: 0 -10px;
}
.header .nav-phone ul li
{
    display: inline-block;
}
.header .nav-phone ul li a
{
    font-size: 16px;

    padding: 0 10px;

    text-transform: uppercase;

    color: #fff;
}
.online
{
    position: fixed;
    z-index: 99;
    right: 15px;

    width: 50px;

    -webkit-transition: all .6s ease;
            transition: all .6s ease;
}
@media (max-width: 1440px)
{
    .online
    {
        right: 5px;
    }
}
@media (min-width: 992px)
{
    .online
    {
        top: 40%;
    }
}
@media (max-width: 991px)
{
    .online
    {
        bottom: -340px;
    }
}
.online.active
{
    right: 5px;
    bottom: 80px;
}
.online a
{
    position: relative;

    display: block;

    width: 50px;
    height: 50px;
    margin-top: 2px;

    cursor: pointer;
    text-decoration: none;

    background: url(../images/online.png) no-repeat rgba(0, 0, 0, .7);
}
.online a:last-child
{
    border-bottom: none;
}
.online a.online-email
{
    background-position: 0 0;
}
.online a.online-email:hover
{
    background-color: #b4961a;
}
.online a.online-skype
{
    background-position: 0 -50px;
}
.online a.online-skype:hover
{
    background-color: #3dbb2a;
}
.online a.online-tel
{
    background-position: 0 -100px;
}
.online a.online-tel:hover
{
    background-color: #00affb;
}
.online a.online-weixin
{
    background-position: 0 -150px;
}
.online a.online-weixin:hover
{
    background-color: #3b589b;
}
.online a.online-wechat
{
    background-position: 0 -200px;
}
.online a.online-wechat:hover
{
    background-color: #33d055;
}
.online a.online-top
{
    background-position: 0 -250px;
}
.online a.online-top:hover
{
    background-color: #000;
}
.online a.online-tel p
{
    line-height: 50px;

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

    display: none;

    width: 160px;
    height: 50px;

    text-align: center;

    background-color: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12);
}
.online a.online-wechat .erweima
{
    position: absolute;
    z-index: 999;
    top: 0;
    right: 54px;

    display: block;
    display: none;

    width: 130px;
    height: 160px;
    padding: 5px;

    background-color: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12);
}
.online a.online-wechat .erweima img
{
    width: 100%;
}
.online a.online-wechat .erweima p
{
    font-size: 13px;

    margin: 8px 0 0 0;

    text-align: center;

    color: #888;
}
.icon-online
{
    font-size: 30px;
    line-height: 52px;

    position: fixed;
    z-index: 10;
    right: 5px;
    bottom: 20px;

    display: none;

    width: 46px;
    height: 46px;

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

    color: #fff;
    border-radius: 50%;
    background-color: #fff100;
}
@media (max-width: 991px)
{
    .icon-online
    {
        display: block;
    }
}
.icon-online.icon
{
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}
.banner
{
    position: relative;

    overflow: hidden;

    width: 100%;
    height: 100%;

    background-color: #000;
}
.banner .item
{
    position: relative;

    overflow: hidden;

    width: 100%;
    height: 100%;
}
.banner .index-banner .item img
{
    position: absolute;
    top: 50%;
    left: 50%;

    display: block;

    width: 100%;
}
.banner .owl-pagination
{
    position: absolute;
    bottom: 10%;

    width: 100%;
    padding-right: 4%;

    text-align: right;
}
@media (max-width: 1560px)
{
    .banner .owl-pagination
    {
        padding-right: 14%;
    }
}
@media (max-width: 1360px)
{
    .banner .owl-pagination
    {
        padding-right: 16%;
    }
}
@media (max-width: 1199px)
{
    .banner .owl-pagination
    {
        padding-right: 0;

        text-align: center;
    }
}
.banner .owl-pagination .owl-page
{
    display: inline-block;
}
.banner .owl-pagination .owl-page span
{
    display: inline-block;

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

    opacity: .5;
    border-radius: 50%;
    background-color: #fff;
}
.banner .owl-pagination .owl-page.active span
{
    position: relative;
    top: 2px;

    width: 9px;
    height: 9px;

    border: 1px solid #fff;
    background: none;
}
.banner .owl-buttons
{
    display: none;
}
.banner .sync2
{
    position: absolute;
    z-index: 9;
    right: 10%;
    bottom: 6%;

    max-width: 280px;

    border: 2px solid #000;
}
@media (max-width: 767px)
{
    .banner .sync2
    {
        right: 30px;
        bottom: 30px;
    }
}
.banner .sync2 .item
{
    border: 2px solid #000;
}
.banner .sync2 .item .img-box
{
    padding-bottom: 50%;
}
.banner .sync2 .synced .item
{
    border-color: #fff100;
}
.banner-in
{
    height: auto;
    margin-top: 70px;
}
@media (max-width: 1199px)
{
    .banner-in .owl-theme
    {
        width: 120%;
        max-width: 120%;
        margin-left: -10%;
    }
}
@media (max-width: 991px)
{
    .banner-in .owl-theme
    {
        width: 140%;
        max-width: 140%;
        margin-left: -20%;
    }
}
@media (max-width: 767px)
{
    .banner-in .owl-theme
    {
        width: 160%;
        max-width: 160%;
        margin-left: -30%;
    }
}
@-webkit-keyframes bounce2
{
    0%,
    100%
    {
        -webkit-transform: scale(1.1);
    }
    50%
    {
        -webkit-transform: scale(1);
    }
}
@keyframes bounce2
{
    0%,
    100%
    {
        -webkit-transform: scale(1.1);
                transform: scale(1.1);
    }
    50%
    {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}
.swiper-slide
{
    position: relative;

    width: 100%;
}
.swiper-button-next
{
    z-index: 9;
    top: auto;
    right: auto;
    bottom: 50px;
    left: 50%;

    width: 26px;
    height: 40px;

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

    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 20px;
    background: none;
}
.swiper-button-next .wheel
{
    position: absolute;
    left: 11px;

    display: inline-block;

    width: 2px;
    height: 5px;

    -webkit-animation: jump 1.6s infinite;
            animation: jump 1.6s infinite;

    background-color: rgba(255, 255, 255, .5);
    background-size: cover;
}
.swiper-pagination-clickable .swiper-pagination-bullet
{
    position: relative;

    width: auto;
    padding: 0 20px 0 30px;

    opacity: .5;
    border: none;
    background: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet:before
{
    font-size: 12px;

    position: absolute;
    top: -5px;
    right: -200px;

    display: block;

    width: 60px;

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

    color: #fff;
}
.swiper-pagination-clickable .swiper-pagination-bullet:hover:before
{
    right: 50px;
}
.swiper-pagination-clickable .swiper-pagination-bullet:after
{
    display: block;

    width: 14px;
    height: 14px;

    content: '';

    border: 1px solid #fff;
    border-radius: 50%;
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet
{
    margin: 30px 0;
}
.swiper-pagination-clickable .swiper-pagination-bullet-active
{
    opacity: 1;
}
.swiper-pagination-clickable .swiper-pagination-bullet-active:after
{
    background-color: #fff;
}
.swiper-container-vertical > .swiper-pagination-bullets
{
    right: 0;
}
.box
{
    position: relative;

    height: 100%;
}
.box-center
{
    position: absolute;
    top: 50%;

    width: 100%;
    padding: 0 10%;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
@media (max-width: 1560px)
{
    .box-center
    {
        padding: 0 4%;
    }
}
@media (max-width: 1199px)
{
    .box-center
    {
        padding: 0 15px;
    }
}
.box-about
{
    position: relative;

    background-color: #fff;
}
.box-about .text
{
    max-width: 800px;
}
.box-about .text h3
{
    font-size: 50px;
    font-weight: bold;

    max-width: 550px;
    margin: 0;

    text-transform: uppercase;

    color: #df0023;
}
@media (max-width: 1560px)
{
    .box-about .text h3
    {
        font-size: 40px;
    }
}
@media (max-width: 1400px)
{
    .box-about .text h3
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .box-about .text h3
    {
        font-size: 24px;
    }
}
.box-about .text p
{
    font-size: 22px;
    line-height: 1.36363636;

    display: -webkit-box;
    overflow: hidden;

    max-height: 90px;
    margin: 30px 0 0 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media (max-width: 1560px)
{
    .box-about .text p
    {
        font-size: 18px;
        line-height: 24px;

        max-height: 72px;
    }
}
@media (max-width: 1400px)
{
    .box-about .text p
    {
        font-size: 16px;

        margin-top: 10px;
    }
}
.box-about .text a.more
{
    font-size: 18px;
    font-weight: bold;
    line-height: 50px;

    display: inline-block;

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

    -webkit-transition: all .4s;
            transition: all .4s;
    text-transform: uppercase;

    border-radius: 50px;
    background-color: #fff100;
}
@media (max-width: 1400px)
{
    .box-about .text a.more
    {
        line-height: 40px;

        height: 40px;
        margin-top: 20px;
        padding: 0 30px;
    }
}
@media (max-width: 767px)
{
    .box-about .text a.more
    {
        font-size: 16px;
    }
}
.box-about .text a.more:hover
{
    color: #fff;
    background-color: #df0023;
}
.box-about .info
{
    overflow: hidden;

    margin-top: 5%;
}
@media (max-width: 1400px)
{
    .box-about .info
    {
        margin-top: 30px;
    }
}
@media (max-width: 991px)
{
    .box-about .info
    {
        margin-top: 10px;
    }
}
.box-about .info ul
{
    overflow: hidden;

    width: 100%;
    margin: 0 -26px;
}
@media (max-width: 1400px)
{
    .box-about .info ul
    {
        margin: 0 -15px;
    }
}
@media (max-width: 767px)
{
    .box-about .info ul
    {
        margin: 0 -5px;
    }
}
.box-about .info ul li
{
    float: left;

    width: 20%;
    padding: 0 26px;
}
@media (max-width: 1400px)
{
    .box-about .info ul li
    {
        padding: 0 15px;
    }
}
@media (max-width: 991px)
{
    .box-about .info ul li
    {
        width: 33.33333333%;
        margin-top: 30px;
    }
}
@media (max-width: 767px)
{
    .box-about .info ul li
    {
        margin-top: 10px;
        padding: 0 5px;
    }
}
.box-about .info ul li .item
{
    padding: 20px;

    text-align: center;

    border: 1px solid #979797;
    border-radius: 50%;
}
@media (max-width: 767px)
{
    .box-about .info ul li .item
    {
        padding: 10px;
    }
}
.box-about .info ul li .item h3
{
    font-size: 48px;
    line-height: 1.66666667;

    margin-top: 16%;

    border-bottom: 1px solid #d8d8d8;
}
@media (max-width: 1560px)
{
    .box-about .info ul li .item h3
    {
        font-size: 40px;

        margin-top: 18%;
    }
}
@media (max-width: 767px)
{
    .box-about .info ul li .item h3
    {
        font-size: 22px;

        margin-top: 10%;
    }
}
@media (max-width: 400px)
{
    .box-about .info ul li .item h3
    {
        font-size: 18px;

        margin-top: 4%;
    }
}
.box-about .info ul li .item h3:after
{
    font-size: 14px;
    font-weight: bold;

    position: relative;
    top: -10px;

    display: inline-block;

    content: '+';
    vertical-align: super;
}
@media (max-width: 400px)
{
    .box-about .info ul li .item h3:after
    {
        top: 0;
    }
}
.box-about .info ul li .item p
{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.11111111;

    margin: 14px 0 0 0;

    color: #666;
}
@media (max-width: 1400px)
{
    .box-about .info ul li .item p
    {
        font-size: 15px;
    }
}
@media (max-width: 767px)
{
    .box-about .info ul li .item p
    {
        font-size: 12px;

        margin-top: 0;
    }
}
.box-product
{
    background: url(../images/product_bg.png) no-repeat center;
    background-size: cover;
}
.box-product .text
{
    max-width: 770px;

    color: #fff;
}
.box-product .text h3
{
    font-size: 36px;
    font-weight: bold;

    text-transform: uppercase;

    color: #fff;
}
@media (max-width: 991px)
{
    .box-product .text h3
    {
        font-size: 24px;
    }
}
.box-product .text p
{
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;

    margin: 20px 0 0 0;
}
@media (max-width: 991px)
{
    .box-product .text p
    {
        font-size: 16px;
    }
}
.box-product .text .pic
{
    max-width: 526px;
    margin-top: 6%;
}
@media (max-width: 1560px)
{
    .box-product .text .pic
    {
        max-width: 400px;
    }
}
@media (max-width: 1400px)
{
    .box-product .text .pic
    {
        max-width: 300px;
        margin-top: 30px;
    }
}
.box-product .text .pic img
{
    max-width: 100%;
}
.box-case
{
    position: relative;
}
.box-case .text .pic-1
{
    position: absolute;
    right: 10%;
    bottom: 10%;

    padding-right: 232px;

    -webkit-transition: all 1s;
            transition: all 1s;
    -webkit-transform: translateY(200%);
    -webkit-transform: translate3d(0, 200%, 0);
        -ms-transform: translateY(200%);
            transform: translateY(200%);
            transform: translate3d(0, 200%, 0);

    opacity: 0;
}
@media (max-width: 1560px)
{
    .box-case .text .pic-1
    {
        padding-right: 200px;
    }
}
@media (max-width: 767px)
{
    .box-case .text .pic-1
    {
        right: 15px;

        padding-right: 140px;
    }
}
.box-case .text .pic-1 img
{
    width: 100%;
    max-width: 56px;
}
@media (max-width: 1560px)
{
    .box-case .text .pic-1 img
    {
        max-width: 46px;
    }
}
@media (max-width: 767px)
{
    .box-case .text .pic-1 img
    {
        max-width: 40px;
    }
}
.box-case .text .pic-2
{
    position: absolute;
    right: 10%;
    bottom: 10%;

    -webkit-transition: all 1s;
            transition: all 1s;
    -webkit-transform: translateY(-200%);
    -webkit-transform: translate3d(0, -200%, 0);
        -ms-transform: translateY(-200%);
            transform: translateY(-200%);
            transform: translate3d(0, -200%, 0);

    opacity: 0;
}
@media (max-width: 767px)
{
    .box-case .text .pic-2
    {
        right: 15px;
    }
}
.box-case .text .pic-2 img
{
    width: 100%;
    max-width: 232px;
}
@media (max-width: 1560px)
{
    .box-case .text .pic-2 img
    {
        max-width: 200px;
    }
}
@media (max-width: 767px)
{
    .box-case .text .pic-2 img
    {
        max-width: 140px;
    }
}
.box-news
{
    position: relative;

    background-color: #000;
}
.box-news .text .pic-1
{
    position: absolute;
    bottom: 10%;
    left: 10%;

    -webkit-transition: all 1s;
            transition: all 1s;
    -webkit-transform: translateY(200%);
    -webkit-transform: translate3d(0, 200%, 0);
        -ms-transform: translateY(200%);
            transform: translateY(200%);
            transform: translate3d(0, 200%, 0);

    opacity: 0;
}
@media (max-width: 991px)
{
    .box-news .text .pic-1
    {
        left: 5%;
    }
}
@media (max-width: 767px)
{
    .box-news .text .pic-1
    {
        left: 2%;
    }
}
.box-news .text .pic-1 img
{
    width: 100%;
    max-width: 58px;
}
@media (max-width: 1560px)
{
    .box-news .text .pic-1 img
    {
        max-width: 48px;
    }
}
@media (max-width: 767px)
{
    .box-news .text .pic-1 img
    {
        max-width: 40px;
    }
}
.box-news .text .pic-2
{
    position: absolute;
    bottom: 10%;
    left: 10%;

    padding-left: 70px;

    -webkit-transition: all 1s;
            transition: all 1s;
    -webkit-transform: translateY(-200%);
    -webkit-transform: translate3d(0, -200%, 0);
        -ms-transform: translateY(-200%);
            transform: translateY(-200%);
            transform: translate3d(0, -200%, 0);

    opacity: 0;
}
@media (max-width: 1560px)
{
    .box-news .text .pic-2
    {
        padding-left: 50px;
    }
}
@media (max-width: 991px)
{
    .box-news .text .pic-2
    {
        left: 5%;
    }
}
@media (max-width: 767px)
{
    .box-news .text .pic-2
    {
        left: 2%;

        padding-left: 40px;
    }
}
.box-news .text .pic-2 img
{
    width: 100%;
    max-width: 244px;
}
@media (max-width: 1560px)
{
    .box-news .text .pic-2 img
    {
        max-width: 200px;
    }
}
@media (max-width: 767px)
{
    .box-news .text .pic-2 img
    {
        max-width: 140px;
    }
}
.box-news .news
{
    position: absolute;
    top: 0;
    right: 0;

    width: 100%;
    max-width: 35%;
    height: 100%;
    padding: 10% 0;

    -webkit-transition: all 1s;
            transition: all 1s;
    -webkit-transform: translateX(100%);
    -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
            transform: translate3d(100%, 0, 0);

    background-color: rgba(0, 0, 0, .7);
}
@media (max-width: 991px)
{
    .box-news .news
    {
        max-width: 50%;
    }
}
@media (max-width: 767px)
{
    .box-news .news
    {
        display: none;

        max-width: 70%;
        padding: 20% 0 45%;
    }
}
.box-news .news .list
{
    height: 100%;

    background: none;
}
.box-news .news .list ul
{
    padding: 0 40px;
}
@media (max-width: 991px)
{
    .box-news .news .list ul
    {
        padding: 0 20px;
    }
}
.box-news .news .list ul li
{
    position: relative;

    padding: 30px 0;
    padding-left: 120px;

    border-bottom: 1px dotted #434343;
}
@media (max-width: 767px)
{
    .box-news .news .list ul li
    {
        padding: 20px 0;
        padding-left: 80px;
    }
}
.box-news .news .list ul li .item
{
    height: 88px;
}
.box-news .news .list ul li .date
{
    position: absolute;
    top: 30px;
    left: 0;

    width: 100px;
    padding: 18px 15px;

    text-align: center;

    background-color: #262626;
}
@media (max-width: 767px)
{
    .box-news .news .list ul li .date
    {
        top: 20px;

        width: 70px;
        padding: 12px 10px;
    }
}
.box-news .news .list ul li .date h3
{
    font-size: 26px;
    line-height: 1.38461538;

    margin: 0;

    color: #fff;
}
@media (max-width: 767px)
{
    .box-news .news .list ul li .date h3
    {
        font-size: 20px;
    }
}
.box-news .news .list ul li .date p
{
    font-size: 12px;

    margin: 0;

    letter-spacing: 1px;

    color: #7c7c7c;
}
@media (max-width: 767px)
{
    .box-news .news .list ul li .date p
    {
        letter-spacing: 0;
    }
}
.box-news .news .list ul li .text h3
{
    font-size: 14px;
    font-weight: 500;
    line-height: 2.14285714;

    display: -webkit-box;
    overflow: hidden;

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

    color: #fff;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px)
{
    .box-news .news .list ul li .text h3
    {
        margin: 0 0 4px 0;
    }
}
.box-news .news .list ul li .text p
{
    font-size: 12px;
    line-height: 1.5;

    display: -webkit-box;
    overflow: hidden;

    height: 36px;
    margin: 0;

    color: #fff;
    color: #bcbcbc;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.box-news .news .more
{
    display: block;

    margin-top: 10%;

    text-align: center;
}
.box-news .news .more a
{
    color: #fff;
}
.box-news .news .more a:after
{
    font-family: 'iconfont';
    font-size: 34px;

    display: block;

    margin-top: 4px;

    content: '\e609';
}
.box-news .news .more:hover a:after
{
    -webkit-animation: fadeInUp 1s 0s ease both;
            animation: fadeInUp 1s 0s ease both;
}
.box-news .allimg img
{
    -webkit-transition: all 1s;
            transition: all 1s;
    -webkit-transition-delay: 1s;
            transition-delay: 1s;

    opacity: .6;
}
.box-news .allimg:hover img
{
    opacity: 1;
}
.swiper-slide-active .box-about .text
{
    -webkit-animation: fadeInDownBig 1s 0s ease both;
            animation: fadeInDownBig 1s 0s ease both;
}
.swiper-slide-active .box-about .info
{
    -webkit-animation: fadeInUpBig 1s 0s ease both;
            animation: fadeInUpBig 1s 0s ease both;
}
.swiper-slide-active .box-product .text h3,
.swiper-slide-active .box-product .text p
{
    text-shadow: 0 2px 2px #000000;
    -webkit-animation: fadeInLeftBig 1s 0s ease both;
            animation: fadeInLeftBig 1s 0s ease both;
}
.swiper-slide-active .box-product .text .pic
{
    -webkit-animation: rollIn 1s 0s ease both;
            animation: rollIn 1s 0s ease both;
}
.ani-slideout .about .text
{
    -webkit-animation: fadeOutUp 1s 0s ease both;
            animation: fadeOutUp 1s 0s ease both;
}
.ani-slideout .about .info
{
    -webkit-animation: fadeOutDown 1s 0s ease both;
            animation: fadeOutDown 1s 0s ease both;
}
.ani-slideout .box-product .text h3,
.ani-slideout .box-product .text p
{
    -webkit-animation: fadeOutLeftBig 1s 0s ease both;
            animation: fadeOutLeftBig 1s 0s ease both;
}
.ani-slideout .box-product .text .pic
{
    -webkit-animation: rollOut 1s 0s ease both;
            animation: rollOut 1s 0s ease both;
}
.box-footer
{
    position: relative;

    background: url(../images/foot_bg.jpg) no-repeat center;
    background-size: cover;
}
.box-footer .swiper-slide,
.box-footer .swiper-wrapper
{
    height: 100%;
    padding-bottom: 70px;
}
.box-footer .box-message
{
    position: relative;

    overflow: hidden;

    height: 64%;
}
@media (max-width: 767px)
{
    .box-footer .box-message
    {
        height: auto;
        padding-top: 10%;
    }
}
.box-footer .box-message .text
{
    float: left;

    width: 60%;
    max-width: 500px;
    margin-top: 70px;
}
@media (max-width: 767px)
{
    .box-footer .box-message .text
    {
        width: 100%;
    }
}
.box-footer .box-message .text h3
{
    font-size: 48px;
    font-weight: bold;

    margin: 0;

    color: #fff;
}
@media (max-width: 1400px)
{
    .box-footer .box-message .text h3
    {
        font-size: 30px;
    }
}
.box-footer .box-message .text p
{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.55555556;

    margin: 20px 0 0 0;

    color: #fff;
}
.box-footer .box-message .text img
{
    max-width: 100%;
    margin-top: 30px;
}
@media (max-width: 1400px)
{
    .box-footer .box-message .text img
    {
        margin-top: 20px;
    }
}
.box-footer .box-message .message
{
    float: right;

    width: 40%;
    margin-top: 70px;
}
@media (max-width: 767px)
{
    .box-footer .box-message .message
    {
        width: 100%;
        margin-top: 30px;
    }
}
.box-footer .box-message .message input,
.box-footer .box-message .message textarea
{
    line-height: 25px;

    width: 100%;
    min-height: 45px;
    margin-top: 15px;
    padding: 10px 18px;

    color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    background: rgba(255, 255, 255, .09);
}
@media (max-width: 1400px)
{
    .box-footer .box-message .message input,
    .box-footer .box-message .message textarea
    {
        line-height: 25px;

        min-height: 35px;
        margin-top: 10px;
        padding: 5px 18px;
    }
}
.box-footer .box-message .message input::-webkit-input-placeholder,
.box-footer .box-message .message textarea::-webkit-input-placeholder
{
    color: #fff;
}
.box-footer .box-message .message input:-o-placeholder,
.box-footer .box-message .message textarea:-o-placeholder
{
    color: #fff;
}
.box-footer .box-message .message input::-moz-placeholder,
.box-footer .box-message .message textarea::-moz-placeholder
{
    color: #fff;
}
.box-footer .box-message .message input:-ms-input-placeholder,
.box-footer .box-message .message textarea:-ms-input-placeholder
{
    color: #fff;
}
.box-footer .box-message .message input:focus::-webkit-input-placeholder,
.box-footer .box-message .message textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.box-footer .box-message .message input:focus::-o-placeholder,
.box-footer .box-message .message textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.box-footer .box-message .message input:focus::-moz-placeholder,
.box-footer .box-message .message textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.box-footer .box-message .message input:focus::-ms-input-placeholder,
.box-footer .box-message .message textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.box-footer .box-message .message .submit
{
    font-size: 15px;
    font-weight: bold;
    line-height: 45px;

    height: 45px;
    margin-top: 26px;
    padding: 0 46px;

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

    background-color: #fff100;
}
@media (max-width: 1400px)
{
    .box-footer .box-message .message .submit
    {
        margin-top: 14px;
    }
}
.box-footer .box-message .message .submit:hover
{
    color: #fff;
    background-color: #df0023;
}
.box-footer .box-message .message ul
{
    overflow: hidden;

    margin: 0 -5px;
}
.box-footer .box-message .message ul li
{
    float: left;

    width: 100%;
    padding: 0 5px;
}
.box-footer .box-message .message ul li:first-child,
.box-footer .box-message .message ul li:nth-child(2)
{
    width: 50%;
}
@media (max-width: 767px)
{
    .box-footer .box-center
    {
        position: relative;
        top: 0;

        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0);
    }
}
.box-footer .footer
{
    position: relative;

    height: 36%;

    border-top: 3px solid rgba(255, 241, 0, .85);
    background-color: rgba(0, 0, 0, .6);
    font-family: Arial;
}
@media (max-width: 767px)
{
    .box-footer .footer
    {
        height: auto;
        margin-top: 40px;
    }
}
.box-footer .foot
{
    padding: 20px 0 0 0;
}

.box-footer .foot > ul
{
    padding: 0;

    text-align: justify;
    text-justify: distribute-all-lines;
}
.box-footer .foot > ul:after
{
    display: inline-block;
    overflow: hidden;

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

    content: '';
}
@media (max-width: 1199px)
{
    .box-footer .foot > ul:after
    {
        display: none;
    }
}
@media (max-width: 1199px)
{
    .box-footer .foot > ul
    {
        display: block;
        overflow: hidden;

        margin: 0 -15px;
    }
}
@media (min-width: 1200px)
{
    .box-footer .foot > ul > li
    {
        display: inline-block;

        max-width: 438px;

        vertical-align: top;
        word-break: break-all;
    }
}
@media (max-width: 1199px)
{
    .box-footer .foot > ul > li
    {
        display: inline-block;

        width: 33.33333333%;
        margin-right: -4px;
        padding: 0 15px;

        vertical-align: top;
    }
}
@media (max-width: 991px)
{
    .box-footer .foot > ul > li
    {
        width: 100%;
    }
}
.box-footer .foot > ul > li h3
{
    font-size: 20px;
    font-weight: normal;
    font-weight: bold;
    line-height: 20px;

    height: 20px;
    margin: 0;

    text-transform: uppercase;

    color: #fff100;
}
@media (max-width: 1400px)
{
    .box-footer .foot > ul > li h3
    {
       font-size: 18px;
    }
}
@media (max-width: 991px)
{
    .box-footer .foot > ul > li h3
    {
        font-size: 20px;
    }
    .box-footer .foot > ul > li h3:after
    {
        font-family: 'iconfont' !important;
        font-size: 14px;

        float: right;

        content: '\e628';
    }
}
.box-footer .foot > ul > li .item
{
    text-align: left;
}
@media (max-width: 1199px)
{
    .box-footer .foot > ul > li .item
    {
        margin-top: 30px;
    }
}
.box-footer .foot > ul > li .item-1 a
{
    font-size: 17px;
    line-height: 2.11764706;

    display: block;

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

    color: #fff;
}
.box-footer .foot > ul > li .item-1 a:hover
{
    text-decoration: underline;

    color: #fff100;
}
.box-footer .foot > ul > li .item-2 .share ul li a
{
    font-size: 17px;
    line-height: 2.11764706;

    display: block;

    color: #fff;
}
.box-footer .foot > ul > li .item-2 .share ul li a:before
{
    font-family: 'iconfont' !important;

    display: inline-block;

    width: 30px;

    content: '\e615';
}
.box-footer .foot > ul > li .item-2 .share ul li a:hover
{
    color: #fff100;
}
.box-footer .foot > ul > li .item-2 .share ul li.twitter a:before
{
    font-family: 'iconfont' !important;
    font-size: 15px;

    content: '\e60b';
}
.box-footer .foot > ul > li .item-2 .share ul li.linkedin a:before
{
    font-family: 'iconfont' !important;

    content: '\e6f0';
}
@media (max-width: 991px)
{
    .box-footer .foot > ul > li .item-3
    {
        display: none;
    }
}
.box-footer .foot > ul > li .item-3 h4
{
    font-size: 17px;
    line-height: 1.76470588;

    margin: 0;

    color: #fff;
}
.box-footer .foot > ul > li .item-3 p
{
    font-size: 17px;
    line-height: 1.29411765;

    position: relative;

    margin: 14px 0 0 0;
    padding-left: 52px;

    color: #fff;
    word-break: break-word;
}
@media (max-width: 1400px)
{
    .box-footer .foot > ul > li .item-3 p
    {
        font-size: 15px;

        margin: 10px 0 0 0;
    }
}
.box-footer .foot > ul > li .item-3 p span
{
    position: absolute;
    top: 0;
    left: 0;

    display: inline-block;

    color: #fff100;
}
.box-footer .foot > ul > li .item-3 p a:hover
{
    text-decoration: underline;

    color: #fff100;
}
.box-footer .foot > ul > li .info-down
{
    margin-top: 14px;
}
@media (max-width: 1400px)
{
    .box-footer .foot > ul > li .info-down
    {
        margin-top: 0;
    }
}
@media (max-width: 991px)
{
    .box-footer .foot > ul > li .info-down
    {
        display: none;

        margin-top: 10px;
    }
}
.box-footer .foot > ul > li.current .title-foot h3:after
{
    content: '\e623';
}
.box-footer .copyright
{
    line-height: 30px;

    position: absolute;
    bottom: 0;

    overflow: hidden;

    width: 100%;
    height: 70px;

    background-color: rgba(0, 0, 0, .6);
}
@media (max-width: 767px)
{
}
.box-footer .copyright p
{
    font-size: 17px;
    font-weight: bold;
    line-height: 30px;

    margin: 0;
    padding: 20px 0;

    text-align: center;

    color: #fff;
    /* border-top: 1px solid rgba(255, 255, 255, .35); */
}
@media (max-width: 767px)
{
    .box-footer .copyright p
    {
        font-size: 15px;
        line-height: 23px;
        /*line-height: 24px;*/

        padding: 0px 0;
        /*padding: 10px 0;*/
    }
}
.box-footer .copyright p a
{
    -webkit-transition: all .4s;
            transition: all .4s;
}
@media (max-width: 767px)
{
    .box-footer .copyright p a
    {
        display: block;

        margin: 0;
    }
}
.box-footer .copyright p a:hover
{
    text-decoration: underline;

    color: #fff100;
}
.box-footer-in .box-center
{
    position: relative;
    top: 0;

    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}
.box-footer-in .footer
{
    padding: 70px 0 40px;

    background: #333;
}
@media (max-width: 767px)
{
    .box-footer-in .footer
    {
        margin-top: 0;
        padding: 0 0 70px;
    }
}
@media (max-width: 991px)
{
    .box-footer-in .foot > ul > li .item-3
    {
        display: block;
    }
}
.box-footer-in .copyright
{
    background: none;
}
.sub-box
{
    height: 56px;
}
.sub-box .category
{
    position: relative;

    overflow: hidden;

    width: 100%;
    height: 56px;
}
.sub-box .category ul
{
    position: absolute;
    left: 0;

    overflow: hidden;

    white-space: nowrap;

    border-top: 1px solid rgba(255, 255, 255, .1);
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}
.sub-box .category ul li
{
    position: relative;

    display: inline-block;

    height: 54px;
    padding: 0 17px;
}
.sub-box .category ul li:first-child
{
    padding-left: 0;
}
.sub-box .category ul li a
{
    font-size: 13px;
    line-height: 30px;

    display: block;

    height: 54px;
    padding: 12px 0;

    color: #fff;
}
.sub-box .category ul li.active a,
.sub-box .category ul li:hover a
{
    border-bottom: 1px solid #fff;
}
.wrapper
{
    overflow: hidden;
}
.wrap
{
    padding: 80px 0 100px;
}
@media (max-width: 991px)
{
    .wrap
    {
        padding: 60px 0;
    }
}
.wrap-sort
{
    margin-top: 20px;

    text-align: center;
}
.wrap-sort ul
{
    margin: 0 -14px;
}
@media (max-width: 991px)
{
    .wrap-sort ul
    {
        margin: 0 -5px;
    }
}
.wrap-sort ul li
{
    display: inline-block;

    margin-top: 10px;
    padding: 0 14px;
}
@media (max-width: 991px)
{
    .wrap-sort ul li
    {
        padding: 0 5px;
    }
}
.wrap-sort ul li a
{
    font-size: 20px;
    line-height: 40px;

    display: block;

    height: 44px;
    padding: 0 50px;

    border-radius: 50px;
    background-color: #eee;
}
@media (max-width: 991px)
{
    .wrap-sort ul li a
    {
        font-size: 16px;
    }
}
.wrap-sort ul li.active a,
.wrap-sort ul li:hover a
{
    font-weight: bold;

    background-color: #fff100;
}
.title-in
{
    text-align: center;
}
.title-in h2
{
    font-size: 46px;
    font-weight: normal;
    font-weight: bold;

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 991px)
{
    .title-in h2
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .title-in h2
    {
        font-size: 24px;
    }
}
.title-in h2:after
{
    display: block;

    width: 149px;
    height: 14px;
    margin: 0 auto;
    margin-top: 10px;

    content: '';

    background: url(../images/title-in.png) no-repeat;
}
.title-in p
{
    font-size: 16px;
    line-height: 1.5;

    max-width: 930px;
    margin: 0 auto;
    margin-top: 20px;

    color: #999;
}
.wrap-why .why,
.wrap-about .why,
.wrap-why .about,
.wrap-about .about
{
    overflow: hidden;
}
.wrap-why .why .wleft,
.wrap-about .why .wleft,
.wrap-why .about .wleft,
.wrap-about .about .wleft
{
    float: left;

    width: 40%;
}
@media (max-width: 1199px)
{
    .wrap-why .why .wleft,
    .wrap-about .why .wleft,
    .wrap-why .about .wleft,
    .wrap-about .about .wleft
    {
        width: 50%;
    }
}
@media (max-width: 991px)
{
    .wrap-why .why .wleft,
    .wrap-about .why .wleft,
    .wrap-why .about .wleft,
    .wrap-about .about .wleft
    {
        width: 100%;
    }
}
.wrap-why .why .wleft .pic .img-box,
.wrap-about .why .wleft .pic .img-box,
.wrap-why .about .wleft .pic .img-box,
.wrap-about .about .wleft .pic .img-box
{
    padding-bottom: 74.19354839%;
}
.wrap-why .why .wleft .text,
.wrap-about .why .wleft .text,
.wrap-why .about .wleft .text,
.wrap-about .about .wleft .text
{
    padding: 40px 50px;

    background-color: #e2d604;
}
@media (max-width: 991px)
{
    .wrap-why .why .wleft .text,
    .wrap-about .why .wleft .text,
    .wrap-why .about .wleft .text,
    .wrap-about .about .wleft .text
    {
        padding: 40px 15px;
    }
}
.wrap-why .why .wleft .text h3,
.wrap-about .why .wleft .text h3,
.wrap-why .about .wleft .text h3,
.wrap-about .about .wleft .text h3
{
    font-size: 26px;
    font-weight: bold;
    line-height: 1;

    margin: 0;
    padding-left: 12px;

    text-transform: uppercase;

    border-left: 3px solid #df0023;
}
@media (max-width: 991px)
{
    .wrap-why .why .wleft .text h3,
    .wrap-about .why .wleft .text h3,
    .wrap-why .about .wleft .text h3,
    .wrap-about .about .wleft .text h3
    {
        font-size: 22px;
    }
}
.wrap-why .why .wleft .text p,
.wrap-about .why .wleft .text p,
.wrap-why .about .wleft .text p,
.wrap-about .about .wleft .text p
{
    font-size: 16px;
    line-height: 1.5;

    margin: 20px 0 0 0;
}
.wrap-why .why .wright,
.wrap-about .why .wright,
.wrap-why .about .wright,
.wrap-about .about .wright
{
    float: left;

    width: 60%;
    padding-left: 70px;
}
@media (max-width: 1199px)
{
    .wrap-why .why .wright,
    .wrap-about .why .wright,
    .wrap-why .about .wright,
    .wrap-about .about .wright
    {
        width: 50%;
    }
}
@media (max-width: 991px)
{
    .wrap-why .why .wright,
    .wrap-about .why .wright,
    .wrap-why .about .wright,
    .wrap-about .about .wright
    {
        width: 100%;
        margin-top: 40px;
        padding-left: 0;
    }
}
.wrap-why .why .wright .title-in,
.wrap-about .why .wright .title-in,
.wrap-why .about .wright .title-in,
.wrap-about .about .wright .title-in
{
    text-align: left;
}
.wrap-why .why .wright .title-in h2:after,
.wrap-about .why .wright .title-in h2:after,
.wrap-why .about .wright .title-in h2:after,
.wrap-about .about .wright .title-in h2:after
{
    margin: 0;
    margin-top: 14px;
}
.wrap-why .why .wright .text,
.wrap-about .why .wright .text
/*.wrap-why .about .wright .text,
.wrap-about .about .wright .text*/
{
    margin-top: 30px;
}
.wrap-why .why .wright .text p,
.wrap-about .why .wright .text p,
.wrap-why .about .wright .text p,
.wrap-about .about .wright .text p
{
    font-size: 16px;
    line-height: 1.5;

    margin: 0;

    color: #666;
}
.wrap-why .why .wright .text p b,
.wrap-about .why .wright .text p b,
.wrap-why .about .wright .text p b,
.wrap-about .about .wright .text p b
{
    font-size: 20px;

    display: block;

    margin-bottom: 10px;

    color: #df0023;
}
.wrap-about .about
{
    margin-top: 60px;
}
@media (max-width: 991px)
{
    .wrap-about .about
    {
        margin-top: 40px;
    }
}
.wrap-culture .culture .text
{
    margin-top: 60px;
}
@media (max-width: 991px)
{
    .wrap-culture .culture .text
    {
        margin-top: 40px;
    }
}
.wrap-culture .culture .text p
{
    font-size: 16px;
    line-height: 1.875;

    margin: 0;

    color: #666;
}
.wrap-culture .culture .text p b
{
    font-size: 20px;

    display: block;

    margin-bottom: 10px;

    color: #333;
}
.wrap-gallery .gallery
{
    margin-top: 20px;
}
.wrap-gallery .item
{
    margin-top: 40px;
}
@media (max-width: 991px)
{
    .wrap-gallery .item
    {
        margin-top: 30px;
    }
}
.wrap-gallery .item .img-box
{
    padding-bottom: 77.77777778%;
}
.wrap-gallery .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-gallery .item p
{
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

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

    text-align: center;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .wrap-gallery .item p
    {
        font-size: 16px;
    }
}
.wrap-gallery .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-gallery .item:hover p
{
    color: #df0023;
}
.wrap-join .join
{
    margin-top: 60px;
}
.wrap-join .join ul
{
    font-size: 0;

    padding-bottom: 50px;

    background-color: #f5f5f5;
}
.wrap-join .join ul li
{
    position: relative;

    padding: 0 6%;

    text-align: center;

    border-bottom: 1px solid rgba(255, 255, 255, .1);
}
@media (max-width: 991px)
{
    .wrap-join .join ul li
    {
        padding: 0 5px;
    }
}
.wrap-join .join ul li p
{
    font-size: 16px;

    display: inline-block;

    width: 25%;
    margin: 0;

    text-align: center;
    vertical-align: middle;
}
@media (max-width: 991px)
{
    .wrap-join .join ul li p
    {
        font-size: 12px;

        width: 40%;
    }
    .wrap-join .join ul li p:nth-child(2),
    .wrap-join .join ul li p:nth-child(3),
    .wrap-join .join ul li p:nth-child(4)
    {
        width: 20%;
    }
}
.wrap-join .join ul li p a
{
    line-height: 24px;

    display: block;

    padding: 15px 0;
}
@media (max-width: 991px)
{
    .wrap-join .join ul li p a
    {
        line-height: 20px;

        padding: 15px 10px;
    }
}
.wrap-join .join ul li .item
{
    margin-top: 20px;

    border-radius: 50px;
    background-color: #fff;
}
.wrap-join .join ul li .item:hover
{
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}
.wrap-join .join ul li .item:hover a.more
{
    color: #df0023;
}
.wrap-join .join ul li:first-child
{
    margin-bottom: 40px;

    background-color: #fff100;
}
.wrap-join .join ul li:first-child .item
{
    background: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0);
}
.wrap-join .join ul li:first-child p
{
    font-size: 18px;

    padding: 20px 4px;
}
@media (max-width: 991px)
{
    .wrap-join .join ul li:first-child p
    {
        font-size: 14px;
    }
}
.wrap-join .join ul li:hover
{
    position: relative;
    z-index: 9;
}
.wrap-join-show .join-show
{
    margin-top: 60px;
}
@media (max-width: 991px)
{
    .wrap-join-show .join-show
    {
        margin-top: 40px;
    }
}
.wrap-join-show .join-show .title-join
{
    padding-bottom: 30px;

    border-bottom: 1px solid #e5e5e5;
}
.wrap-join-show .join-show .title-join h1
{
    font-size: 28px;
    font-weight: bold;
}
@media (max-width: 767px)
{
    .wrap-join-show .join-show .title-join h1
    {
        font-size: 24px;
    }
}
.wrap-join-show .join-show .title-join .mask span
{
    font-size: 16px;
    line-height: 35px;

    display: inline-block;

    height: 35px;
    margin-top: 10px;
    margin-right: 6px;
    padding: 0 30px;

    border: 1px solid #f9b5b7;
    border-radius: 4px;
    background-color: #f8dedf;
}
@media (max-width: 767px)
{
    .wrap-join-show .join-show .title-join .mask span
    {
        padding: 0 14px;
    }
}
.wrap-join-show .join-show .title-join .info
{
    margin-top: 20px;
}
.wrap-join-show .join-show .title-join .info p
{
    font-size: 16px;
    line-height: 30px;

    display: inline-block;

    margin: 0;
    margin-right: 50px;
}
@media (max-width: 991px)
{
    .wrap-join-show .join-show .title-join .info p
    {
        margin-right: 10px;
    }
}
@media (max-width: 767px)
{
    .wrap-join-show .join-show .title-join .info p
    {
        display: block;

        margin-right: 0;
    }
}
.wrap-join-show .join-show .list
{
    overflow: hidden;

    padding-right: 10px;
    padding-bottom: 10px;
}
@media (max-width: 991px)
{
    .wrap-join-show .join-show .list
    {
        padding: 10px;
    }
}
.wrap-join-show .join-show .list .jleft,
.wrap-join-show .join-show .list .jright
{
    float: left;

    width: 60%;
    margin-top: 30px;
}
@media (max-width: 991px)
{
    .wrap-join-show .join-show .list .jleft,
    .wrap-join-show .join-show .list .jright
    {
        width: 100%;
    }
}
.wrap-join-show .join-show .list .jleft
{
    padding-right: 10%;
}
.wrap-join-show .join-show .list .jleft h4
{
    font-size: 20px;

    color: #df0023;
}
.wrap-join-show .join-show .list .jleft p
{
    font-size: 16px;
    line-height: 1.5;

    margin: 0;

    color: #666;
}
.wrap-join-show .join-show .list .jright
{
    width: 40%;
    margin-top: 50px;

    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}
@media (max-width: 991px)
{
    .wrap-join-show .join-show .list .jright
    {
        width: 100%;
    }
}
.wrap-join-show .join-show .list .jright .note
{
    padding: 40px 50px;
}
@media (max-width: 767px)
{
    .wrap-join-show .join-show .list .jright .note
    {
        padding: 40px 15px;
    }
}
.wrap-join-show .join-show .list .jright .note p
{
    font-size: 16px;
    line-height: 1.875;

    margin: 0;

    color: #666;
}
.wrap-join-show .join-show .list .jright .join-info
{
    overflow: hidden;
}
.wrap-join-show .join-show .list .jright .join-info .pic
{
    float: left;

    width: 45%;
}
@media (max-width: 767px)
{
    .wrap-join-show .join-show .list .jright .join-info .pic
    {
        width: 100%;
    }
}
.wrap-join-show .join-show .list .jright .join-info .pic img
{
    max-width: 100%;
}
.wrap-join-show .join-show .list .jright .join-info .text
{
    float: left;

    width: 55%;
}
@media (max-width: 767px)
{
    .wrap-join-show .join-show .list .jright .join-info .text
    {
        width: 100%;
        padding: 40px 15px;
    }
}
.wrap-join-show .join-show .list .jright .join-info .text p
{
    font-size: 16px;
    line-height: 35px;

    margin: 0;
}
.wrap-join-show .join-show .list .jright .join-info .text p.tel,
.wrap-join-show .join-show .list .jright .join-info .text p.email
{
    position: relative;

    padding-left: 26px;
}
.wrap-join-show .join-show .list .jright .join-info .text p.tel:before,
.wrap-join-show .join-show .list .jright .join-info .text p.email:before
{
    font-family: 'iconfont' !important;
    line-height: 35px;

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

    content: '\e683';
}
.wrap-join-show .join-show .list .jright .join-info .text p.email:before
{
    content: '\e6af';
}
.wrap-join-show .join-show .list .jright .join-info .text a:hover
{
    text-decoration: underline;
}
.wrap-join-show .join-show .list .jright .join-info .text a.submit
{
    font-size: 16px;
    font-weight: bold;
    line-height: 48px;

    display: inline-block;

    height: 48px;
    margin-top: 50px;
    padding: 0 26px;

    color: #fff;
    background-color: #df0023;
}
@media (max-width: 991px)
{
    .wrap-join-show .join-show .list .jright .join-info .text a.submit
    {
        margin-top: 30px;
    }
}
.wrap-join-show .join-show .list .jright .join-info .text a.submit:before
{
    font-family: 'iconfont' !important;
    font-weight: normal;

    margin-right: 10px;

    content: '\e612';
}
.wrap-news .news .item
{
    font-size: 0;

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

    border: 1px dashed #dcdcdc;
}
@media (max-width: 991px)
{
    .wrap-news .news .item
    {
        padding: 10px;
    }
}
.wrap-news .news .item .pic
{
    position: relative;

    display: inline-block;

    width: 32%;

    vertical-align: middle;
}
@media (max-width: 991px)
{
    .wrap-news .news .item .pic
    {
        width: 40%;
    }
}
@media (max-width: 767px)
{
    .wrap-news .news .item .pic
    {
        width: 100%;
    }
}
.wrap-news .news .item .pic .img-box
{
    padding-bottom: 66.66666667%;
}
.wrap-news .news .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-news .news .item .pic .date
{
    position: absolute;
    top: 0;
    left: 0;

    width: 90px;

    text-align: center;
}
.wrap-news .news .item .pic .date h3
{
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;

    height: 40px;
    margin: 0;

    background-color: #fff100;
}
.wrap-news .news .item .pic .date p
{
    font-size: 16px;
    line-height: 40px;

    height: 40px;
    margin: 0;

    color: #fff;
    background-color: #df0023;
}
.wrap-news .news .item .note
{
    display: inline-block;

    width: 68%;
    padding-left: 50px;

    vertical-align: middle;
}
@media (max-width: 991px)
{
    .wrap-news .news .item .note
    {
        width: 60%;
        padding-left: 30px;
    }
}
@media (max-width: 767px)
{
    .wrap-news .news .item .note
    {
        width: 100%;
        margin: 20px 0;
        padding-left: 0;
    }
}
.wrap-news .news .item .note h3
{
    font-size: 26px;
    font-weight: bold;

    margin: 0;

    -webkit-transition: all .4s;
            transition: all .4s;
}
@media (max-width: 991px)
{
    .wrap-news .news .item .note h3
    {
        font-size: 22px;
    }
}
@media (max-width: 767px)
{
    .wrap-news .news .item .note h3
    {
        font-size: 20px;
    }
}
.wrap-news .news .item .note h3 a
{
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-news .news .item .note h3:after
{
    display: block;

    width: 40px;
    margin-top: 20px;

    /*content: '';*/

    border-top: 2px dashed #df0023;
}
@media (max-width: 767px)
{
    .wrap-news .news .item .note h3:after
    {
        margin-top: 10px;
    }
}
.wrap-news .news .item .note p
{
    font-size: 16px;
    line-height: 26px;

    display: -webkit-box;
    overflow: hidden;

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

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media (max-width: 991px)
{
    .wrap-news .news .item .note p
    {
        font-size: 15px;
    }
}
.wrap-news .news .item .note a
{
    display: block;
}
.wrap-news .news .item .note a.more
{
    font-size: 16px;
    line-height: 45px;

    display: inline-block;

    width: 160px;
    height: 45px;
    margin-top: 30px;

    text-align: center;

    background-color: #fff100;
}
@media (max-width: 991px)
{
    .wrap-news .news .item .note a.more
    {
        line-height: 40px;

        height: 40px;
        margin-top: 14px;
    }
}
@media (max-width: 767px)
{
    .wrap-news .news .item .note a.more
    {
        margin-top: 20px;
    }
}
.wrap-news .news .item .note a.more:after
{
    font-family: 'iconfont' !important;

    content: '\e610';
}
.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
{
    color: #df0023;
}
.wrap-news-show .news-show
{
    margin-top: 40px;
    padding: 50px 60px;

    border: 1px dashed #dcdcdc;
}
@media (max-width: 991px)
{
    .wrap-news-show .news-show
    {
        padding: 50px 15px;
    }
}
.wrap-news-show .news-show .title-news h1
{
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-news-show .news-show .title-news h1
    {
        font-size: 20px;
    }
}
.wrap-news-show .news-show .title-news span
{
    font-size: 16px;

    display: block;

    margin-top: 10px;

    color: #df0023;
}
.wrap-news-show .news-show .title-news span:before
{
    font-family: 'iconfont' !important;

    margin-right: 10px;

    content: '\e61f';
}
.wrap-news-show .news-show .text
{
    margin-top: 30px;
}
.wrap-news-show .news-show .text p
{
    font-size: 16px;
    line-height: 1.875;

    margin: 0;

    color: #666;
}
.wrap-news-show .news-show .text img
{
    max-width: 100%;
}
.wrap-news-show .news-show .relate
{
    margin-top: 40px;
}
.wrap-news-show .news-show .relate ul
{
    overflow: hidden;
}
.wrap-news-show .news-show .relate ul li
{
    float: left;

    width: 50%;
    padding: 10px;
}
@media (max-width: 991px)
{
    .wrap-news-show .news-show .relate ul li
    {
        width: 100%;
    }
}
.wrap-news-show .news-show .relate ul li a
{
    font-size: 16px;
    line-height: 90px;

    position: relative;

    display: block;

    height: 90px;
    padding: 0 50px;
    padding-left: 100px;
    padding-left: 150px;

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

    box-shadow: 0 0 10px rgba(0, 0, 0, 0);
}
@media (max-width: 991px)
{
    .wrap-news-show .news-show .relate ul li a
    {
        line-height: 50px;

        height: 50px;
        padding: 0 15px;
        padding-left: 100px;
    }
}
.wrap-news-show .news-show .relate ul li a span
{
    display: inline-block;
    display: -webkit-box;
    overflow: hidden;

    vertical-align: middle;
    text-decoration: underline;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-news-show .news-show .relate ul li a b
{
    font-size: 20px;

    position: absolute;
    left: 50px;

    color: #df0023;
}
@media (max-width: 991px)
{
    .wrap-news-show .news-show .relate ul li a b
    {
        font-size: 16px;

        left: 15px;
    }
}
.wrap-news-show .news-show .relate ul li a:hover
{
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.wrap-news-show .news-show .relate ul li a:hover span
{
    text-decoration: none;
}
.wrap-download .download .item
{
    font-size: 0;

    margin-top: 40px;
}
.wrap-download .download .item .pic
{
    display: inline-block;

    width: 32%;
    padding: 10px;

    vertical-align: middle;

    border: 1px solid #dcdcdc;
}
@media (max-width: 991px)
{
    .wrap-download .download .item .pic
    {
        width: 45%;
        padding: 5px;
    }
}
.wrap-download .download .item .pic .img-box
{
    padding-bottom: 130%;
}
.wrap-download .download .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-download .download .item .note
{
    display: inline-block;

    width: 68%;
    padding: 0 30px;

    vertical-align: middle;
}
@media (max-width: 991px)
{
    .wrap-download .download .item .note
    {
        width: 55%;
        padding: 0 0 0 15px;
    }
}
.wrap-download .download .item .note h3
{
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-download .download .item .note p
{
    font-size: 16px;
    line-height: 1.5;

    display: -webkit-box;
    overflow: hidden;

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

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media (max-width: 991px)
{
    .wrap-download .download .item .note p
    {
        margin-top: 10px;
    }
}
.wrap-download .download .item .note a.down
{
    font-size: 16px;
    font-weight: bold;
    line-height: 46px;

    display: inline-block;

    height: 46px;
    margin-top: 30px;
    padding: 0 24px;

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

    background-color: #fff100;
}
@media (max-width: 991px)
{
    .wrap-download .download .item .note a.down
    {
        line-height: 40px;

        height: 40px;
        margin-top: 20px;
    }
}
.wrap-download .download .item .note a.down:before
{
    font-family: 'iconfont' !important;
    font-size: 26px;
    font-weight: normal;

    float: left;

    margin-right: 10px;

    content: '\e6b0';
}
.wrap-download .download .item .note a.down:hover
{
    color: #fff;
    background-color: #df0023;
}
.wrap-download .download .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-product .product .item
{
    margin-top: 50px;

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

    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}
@media (max-width: 991px)
{
    .wrap-product .product .item
    {
        margin-top: 30px;
    }
}
.wrap-product .product .item .pic
{
    padding: 0 4%;
}
.wrap-product .product .item .pic .img-box
{
    padding-bottom: 105.26315789%;
}
.wrap-product .product .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-product .product .item .note
{
    position: relative;

    padding: 0 50px 30px 50px;

    text-align: center;
}
@media (max-width: 991px)
{
    .wrap-product .product .item .note
    {
        padding: 0 10px 20px 10px;
    }
}
.wrap-product .product .item .note h3
{
    font-size: 20px;
    font-weight: bold;

    display: -webkit-box;
    overflow: hidden;

    margin: 0;

    color: #df0023;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-product .product .item .note p
{
    font-size: 16px;
    line-height: 1.5;

    display: -webkit-box;
    overflow: hidden;

    height: 48px;
    margin: 14px 0 0 0;

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

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.wrap-product .product .item .note a.more
{
    line-height: 50px;

    position: absolute;
    bottom: 30px;
    left: 0;
    left: 50%;

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

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

    opacity: 0;
    background-color: #fff100;
}
.wrap-product .product .item .note a.more:after
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    content: '\e610';
}
.wrap-product .product .item:hover
{
    box-shadow: 0 0 15px rgba(0, 0, 0, 0);
}
.wrap-product .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 .note p
{
    opacity: 0;
}
.wrap-product .product .item:hover .note a.more
{
    opacity: 1;
}
.product-sort
{
    margin-bottom: 50px;
}
.product-sort ul
{
    overflow: hidden;
    font-size: 0;
    letter-spacing: -8px;
    text-align: center;
}
.product-sort ul li
{
    /*float: left;*/
    display: inline-block;
    width: 25%;
    padding: 15px;
}
@media (max-width: 991px)
{
    .product-sort ul li
    {
        width: 50%;
    }
}
@media (max-width: 767px)
{
    .product-sort ul li
    {
        padding: 10px 8px;
    }
}
.product-sort ul li .item
{
    -webkit-transition: all .4s;
            transition: all .4s;

    border: 1px solid #dcdcdc;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0);
}
.product-sort ul li .img-box
{
    padding-bottom: 36.36363636%;
}
.product-sort ul li .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.product-sort ul li.active .item,
.product-sort ul li:hover .item
{
    border-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}
.product-sort ul li:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-product-show .product-show .album
{
    position: relative;

    margin-top: 40px;
}
.wrap-product-show .product-show .album .img-box
{
    padding-bottom: 105.26315789%;
}
.wrap-product-show .product-show .album .sync1
{
    width: 100%;
}
.wrap-product-show .product-show .album .sync1 .item
{
    width: 100%;
    padding: 10px;

    text-align: center;

    background: #fff;
}
.wrap-product-show .product-show .album .sync1 .item .img-box
{
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}
.wrap-product-show .product-show .album .sync2
{
    margin: 0 auto;
    margin-top: 20px;
}
.wrap-product-show .product-show .album .sync2 .synced .item .img-box
{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0);
}
.wrap-product-show .product-show .album .sync2 .item
{
    padding: 10px;

    cursor: pointer;
}
.wrap-product-show .product-show .album .sync2 .item .img-box
{
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}
.wrap-product-show .product-show .album .owl-theme .owl-controls .owl-buttons
{
    display: none;
}
.wrap-product-show .product-show .info
{
    margin-top: 70px;
    padding-left: 30px;
}
@media (max-width: 991px)
{
    .wrap-product-show .product-show .info
    {
        padding-left: 0;
    }
}
.wrap-product-show .product-show .info .title-pro
{
    position: relative;

    padding-right: 270px;
}
@media (max-width: 991px)
{
    .wrap-product-show .product-show .info .title-pro
    {
        padding-right: 0;
    }
}
.wrap-product-show .product-show .info .title-pro h1
{
    font-size: 50px;
    font-weight: bold;

    margin: 0;

    color: #df0023;
}
@media (max-width: 991px)
{
    .wrap-product-show .product-show .info .title-pro h1
    {
        font-size: 24px;
    }
}
.wrap-product-show .product-show .info .title-pro .prev-next
{
    position: absolute;
    top: 0;
    right: 0;
}
@media (max-width: 991px)
{
    .wrap-product-show .product-show .info .title-pro .prev-next
    {
        position: relative;

        margin-top: 20px;
    }
}
.wrap-product-show .product-show .info .title-pro .prev-next ul li
{
    line-height: 50px;

    display: inline-block;
}
.wrap-product-show .product-show .info .title-pro .prev-next ul li a
{
    font-size: 16px;

    display: inline-block;

    color: #666;
}
.wrap-product-show .product-show .info .title-pro .prev-next ul li a:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    float: left;

    margin-right: 10px;

    content: '\e632';
}
.wrap-product-show .product-show .info .title-pro .prev-next ul li a:hover
{
    color: #df0023;
}
.wrap-product-show .product-show .info .title-pro .prev-next ul li.prev a
{
    margin-right: 20px;
}
.wrap-product-show .product-show .info .title-pro .prev-next ul li.prev a:before
{
    float: right;

    margin-right: 0;
    margin-left: 10px;

    content: '\e9b9';
}
.wrap-product-show .product-show .info .note
{
    margin-top: 30px;
}
.wrap-product-show .product-show .info .note table
{
    width: 100%;
}
.wrap-product-show .product-show .info .note table th,
.wrap-product-show .product-show .info .note table td
{
    width: 50%;

    text-align: center;

    border: 1px dashed #dcdcdc !important;
}
.wrap-product-show .product-show .info .note table th
{
    font-size: 26px;
    line-height: 1.53846154;

    padding: 20px 0;

    background-color: #eee;
}
@media (max-width: 991px)
{
    .wrap-product-show .product-show .info .note table th
    {
        padding: 10px 0;
    }
}
.wrap-product-show .product-show .info .note table th:last-child
{
    background-color: #e5e5e5;
}
.wrap-product-show .product-show .info .note table td img
{
    max-width: 100%;
}
.wrap-product-show .product-show .info .text
{
    margin-top: 30px;
}
.wrap-product-show .product-show .info .text p
{
    font-size: 16px;
    line-height: 1.875;

    margin: 0;
}
.wrap-product-show .product-show .info .link
{
    margin-top: 10px;
}
@media (max-width: 991px)
{
    .wrap-product-show .product-show .info .link
    {
        margin-top: 40px;
    }
}
.wrap-product-show .product-show .info .link a
{
    font-size: 16px;
    line-height: 50px;

    display: inline-block;

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

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

    border-radius: 50px;
    background-color: #eee;
}
@media (max-width: 991px)
{
    .wrap-product-show .product-show .info .link a
    {
        padding: 0 20px;
    }
}
.wrap-product-show .product-show .info .link a.btn-relate
{
    float: right;

    margin-right: 14%;
}
@media (max-width: 1560px)
{
    .wrap-product-show .product-show .info .link a.btn-relate
    {
        margin-right: 6%;
    }
}
@media (max-width: 991px)
{
    .wrap-product-show .product-show .info .link a.btn-relate
    {
        margin-right: 0;
    }
}
.wrap-product-show .product-show .info .link a.btn-relate:before
{
    content: '\e61a';
}
.wrap-product-show .product-show .info .link a:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    float: left;

    margin-right: 10px;

    content: '\e62c';
}
.wrap-product-show .product-show .info .link a:hover
{
    color: #fff;
    background-color: #df0023;
}
.wrap-product-show .title-pro-show h3
{
    font-size: 30px;
    font-weight: bold;

    margin: 0;

    color: #df0023;
}
@media (max-width: 991px)
{
    .wrap-product-show .title-pro-show h3
    {
        font-size: 24px;
    }
}
.wrap-product-show .parameter
{
    margin-top: 80px;
    padding: 50px 0 80px;

    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 991px)
{
    .wrap-product-show .parameter
    {
        margin-top: 50px;
        padding: 40px 0;
    }
}
.wrap-product-show .parameter .text
{
    margin-top: 30px;
}
.wrap-product-show .parameter .text p
{
    font-size: 14px;
    line-height: 1.875;

    margin: 0;
}
.wrap-product-show .parameter .text img
{
    max-width: 100%;
}
.wrap-product-show .relate
{
    margin-top: 80px;
}
@media (max-width: 991px)
{
    .wrap-product-show .relate
    {
        margin-top: 50px;
    }
}
.wrap-product-show .relate .item
{
    margin-top: 40px;

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

    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}
@media (max-width: 991px)
{
    .wrap-product-show .relate .item
    {
        margin-top: 30px;
    }
}
.wrap-product-show .relate .item .pic
{
    padding: 0 4%;
}
.wrap-product-show .relate .item .pic .img-box
{
    padding-bottom: 105.26315789%;
}
.wrap-product-show .relate .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-product-show .relate .item .note
{
    position: relative;

    padding: 0 50px 30px 50px;

    text-align: center;
}
@media (max-width: 991px)
{
    .wrap-product-show .relate .item .note
    {
        padding: 0 10px 20px 10px;
    }
}
.wrap-product-show .relate .item .note h3
{
    font-size: 20px;
    font-weight: bold;

    display: -webkit-box;
    overflow: hidden;

    margin: 0;

    color: #df0023;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-product-show .relate .item .note p
{
    font-size: 16px;
    line-height: 1.5;

    display: -webkit-box;
    overflow: hidden;

    height: 48px;
    margin: 14px 0 0 0;

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

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.wrap-product-show .relate .item .note a.more
{
    line-height: 50px;

    position: absolute;
    bottom: 30px;
    left: 0;
    left: 50%;

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

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

    opacity: 0;
    background-color: #fff100;
}
.wrap-product-show .relate .item .note a.more:after
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    content: '\e610';
}
.wrap-product-show .relate .item:hover
{
    box-shadow: 0 0 15px rgba(0, 0, 0, 0);
}
.wrap-product-show .relate .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-product-show .relate .item:hover .note p
{
    opacity: 0;
}
.wrap-product-show .relate .item:hover .note a.more
{
    opacity: 1;
}
.wrap-contact .contact .map
{
    overflow: hidden;

    height: 414px;
    margin-top: 50px;
}
@media (max-width: 767px)
{
    .wrap-contact .contact .map
    {
        height: 340px;
    }
}
.wrap-contact .contact .text
{
    font-size: 0;

    margin-top: 50px;
}
.wrap-contact .contact .text h3
{
    font-size: 20px;
    font-weight: bold;

    margin: 0;
    margin: 30px 0 20px 0;
}
.wrap-contact .contact .text p.address,
.wrap-contact .contact .text p.tel,
.wrap-contact .contact .text p.email,
.wrap-contact .contact .text p.fax
{
    font-size: 16px;
    line-height: 1.5;

    position: relative;

    min-height: 38px;
    margin: 0 0 20px 0;
    padding-left: 50px;

    color: #666;
}
.wrap-contact .contact .text p.address:before,
.wrap-contact .contact .text p.tel:before,
.wrap-contact .contact .text p.email:before,
.wrap-contact .contact .text p.fax:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;
    line-height: 38px;

    position: absolute;
    left: 0;

    display: block;

    width: 38px;
    height: 38px;

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

    color: #89c997;
    border: 1px solid #89c997;
    border-radius: 50%;
}
.wrap-contact .contact .text p.address a,
.wrap-contact .contact .text p.tel a,
.wrap-contact .contact .text p.email a,
.wrap-contact .contact .text p.fax a
{
    line-height: 2.1875;

    display: block;
}
.wrap-contact .contact .text p.address a:hover,
.wrap-contact .contact .text p.tel a:hover,
.wrap-contact .contact .text p.email a:hover,
.wrap-contact .contact .text p.fax a:hover
{
    text-decoration: underline;

    color: #df0023;
}
.wrap-contact .contact .text p.tel,
.wrap-contact .contact .text p.email
{
    display: inline-block;

    width: 50%;

    vertical-align: top;
}
@media (max-width: 767px)
{
    .wrap-contact .contact .text p.tel,
    .wrap-contact .contact .text p.email
    {
        display: block;

        width: 100%;
    }
}
.wrap-contact .contact .text p.tel:before
{
    content: '\e683';

    color: #f8b551;
    border-color: #f8b551;
}
.wrap-contact .contact .text p.email:before
{
    content: '\e6af';

    color: #ec6941;
    border-color: #ec6941;
}
.wrap-contact .contact .text p.fax
{
    line-height: 38px;
}
.wrap-contact .contact .text p.fax:before
{
    content: '\e644';

    color: #f29c9f;
    border-color: #f29c9f;
}
.wrap-message
{
    background-color: #eee;
}
.wrap-message .title-message h2
{
    font-size: 30px;
    font-weight: bold;

    margin: 0;

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

    margin: 14px 0 0 0;

    color: #666;
}
.wrap-message .message
{
    margin-top: 20px;
}
.wrap-message .message input,
.wrap-message .message textarea
{
    font-size: 16px;
    line-height: 26px;

    width: 100%;
    min-height: 54px;
    margin-top: 20px;
    padding: 14px 30px;
}
@media (max-width: 991px)
{
    .wrap-message .message input,
    .wrap-message .message textarea
    {
        line-height: 24px;

        min-height: 44px;
        padding: 10px 14px;
    }
}
.wrap-message .message input::-webkit-input-placeholder,
.wrap-message .message textarea::-webkit-input-placeholder
{
    color: #999;
}
.wrap-message .message input:-o-placeholder,
.wrap-message .message textarea:-o-placeholder
{
    color: #999;
}
.wrap-message .message input::-moz-placeholder,
.wrap-message .message textarea::-moz-placeholder
{
    color: #999;
}
.wrap-message .message input:-ms-input-placeholder,
.wrap-message .message textarea:-ms-input-placeholder
{
    color: #999;
}
.wrap-message .message input:focus::-webkit-input-placeholder,
.wrap-message .message textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.wrap-message .message input:focus::-o-placeholder,
.wrap-message .message textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.wrap-message .message input:focus::-moz-placeholder,
.wrap-message .message textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.wrap-message .message input:focus::-ms-input-placeholder,
.wrap-message .message textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.wrap-message .message .submit
{
    font-size: 16px;
    font-weight: bold;
    line-height: 54px;

    height: 54px;
    margin-top: 40px;
    padding: 0 70px;

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

    color: #fff;
    border-radius: 0;
    background-color: #df0023;
}
.wrap-message .message .submit:hover
{
    background-color: #c8040c;
}
/**
 * page
 */
.page
{
    clear: both;
    overflow: hidden;

    margin-top: 70px;

    text-align: center;
}
@media (max-width: 991px)
{
    .page
    {
        margin-top: 40px;
    }
}
.page a
{
    font-size: 14px;
    line-height: 45px;

    display: inline-block;
    overflow: hidden;

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

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

    border-radius: 50%;
}
.page a.omit:hover
{
    color: #333;
    background-color: #fff;
}
.page a.first-child,
.page a.last-child
{
    font-size: 16px;

    width: 120px;

    border: none;
    border-radius: 50px;
    background-color: #eee;
}
@media (max-width: 767px)
{
    .page a.first-child,
    .page a.last-child
    {
        font-size: 14px;

        width: 80px;
    }
}
.page a.first-child:hover:before,
.page a.last-child:hover:before
{
    color: #fff;
}
.page a.active,
.page a:hover
{
    color: #fff;
    border-color: #df0023;
    background-color: #df0023;
}
@media (max-width: 767px)
{
    .page a
    {
        line-height: 34px;

        width: 34px;
        height: 34px;
    }
    .page a.first-child,
    .page a.last-child
    {
        margin: 0 5px;
    }
}
.table-box
{
    overflow: auto;

    width: 100%;
    max-width: 100%;
}
.table-box table
{
    width: 100% !important;
    max-width: 100%;
    margin: 0;
    padding: 0;

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

    text-align: center;
}
.table-box table tr,
.table-box table td
{
    width: auto !important;
    height: auto !important;

    vertical-align: middle;
}
.table-box table tr:nth-child(odd)
{
    background-color: #f2f2f2;
}
.table-box table td
{
    padding: 8px !important;

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

    background: none !important;
}
.zoomDiv
{
    z-index: 9;

    display: none;
    overflow: hidden;

    text-align: center;

    border: 1px solid #ccc;
    background: #fff;
}
@media (min-width: 768px)
{
    .zoomDiv
    {
        position: absolute;
    }
}
.zoomMask
{
    position: absolute;
    z-index: 1;

    cursor: move;

    background: url('../images/mask.png') repeat scroll 0 0 transparent;
}
@media (max-width: 767px)
{
    .zoomMask
    {
        display: none;
    }
}


/*.wrap-why .why .wright .text p strong, */
/*.wrap-about .about .wright .text p strong*/
.wrap-about .why .wright .text p strong, .wrap-why .about .wright .text p strong{
    font-size: 20px;
    display: block;
    margin-bottom: 10px;
    color: #df0023;
}


@media(max-width: 1400px){
    .box-footer .foot
    {
        padding: 20px 0 0;
    }
    .box-footer .foot > ul > li .item-1 a,
    .box-footer .foot > ul > li .item-2 .share ul li a{
        font-size: 15px;
    }

    .box-footer-in .foot
    {
        padding: 20px 0 40px 0;
    }
}

.parameter .table-box table tr{
    font-family: Arial;
}

.parameter .table-box table tr:first-child{
	background-color: #fff100;
	font-weight: bold;
}
.parameter .table-box table tr:nth-child(2){
	background-color: #fff100;
	font-weight: bold;
}
/*.parameter .table-box table tr:nth-child(3){
	background-color: #fff100;
	font-weight: bold;
}
*/




.header .language-box
{
    position: relative;

    float: right;

    margin-left: 60px;
}
@media (max-width: 1740px)
{
    .header .language-box
    {
        margin-left: 20px;
    }
}
@media (max-width: 1199px)
{
    .header .language-box
    {
        display: none;
    }
}
.header .language-box p
{
    line-height: 70px;

    margin: 0;

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

    color: #df0023;
}
.header .language-box p:before,
.header .language-box p:after
{
    display: inline-block;

    content: '';
    vertical-align: middle;
}
.header .language-box p:before
{
    display: inline-block;

    width: 30px;
    height: 30px;
    margin-top: 2px;
    margin-right: 8px;

    content: '';
    vertical-align: middle;

    background-image: url(../images/language.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.header .language-box p.en:before
{
    background-position: -30px 0;
}
.header .language-box p.fr:before
{
    background-position: -60px 0;
}
.header .language-box p:after
{
    display: block;
    float: right;

    width: 0;
    height: 0;
    margin-top: 34px;
    margin-left: 8px;

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

    border-top: 4px solid #df0023;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
@media (min-width: 768px)
{
    .header .language-box ul
    {
        position: absolute;
        z-index: 900;
        left: 50%;

        display: none;

        min-width: 120px;

        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        white-space: nowrap;
    }
}
@media (min-width: 1680px)
{
    .header .language-box ul
    {
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
    }
}
.header .language-box ul li
{
    margin: 10px 0;
}
.header .language-box ul li a
{
    position: relative;

    display: block;

    padding-left: 30px;

    color: #df0023;
}
.header .language-box ul li a:before
{
    position: absolute;
    top: 0;
    left: 0;

    overflow: hidden;

    width: 20px;
    height: 20px;

    content: '';

    background-image: url(../images/language.png);
    background-size: cover;

    coverbackground-repeat: no-repeat;
}
.header .language-box ul li a:hover
{
    text-decoration: underline;
}
.header .language-box ul .en a:before
{
    background-position: -20px 0;
}
.header .language-box ul .fr a:before
{
    background-position: -40px 0;
}
.header .language-box.language-header
{
    -webkit-transition: all .4s;
            transition: all .4s;
}
.header .language-box.language-header ul
{
    top: 100%;

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

    background-color:#fff100;
}
@media (min-width: 768px)
{
    .header .language-box.language-header ul
    {
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
    }
}
.header .language-box.language-header li
{
    white-space: nowrap;
}


@media(max-width: 1560px){
    .header .find{
        margin-left: 0;
    }
}
@media(max-width: 1440px){
    .header .logo{
        height: 30px;
        margin-top: 20px;
    }
}


.xs-language{
    position: absolute;
    top: 20px;
    left: 10px;
}
.xs-language a{
    color: #ffffff;
}
