/**
 * style.less
 * 层叠样式表
 */
.ff
{
    font-family: 'iconfont' !important;
}
*[data-type='iframe'],
*[data-fancybox],
.slick-slide:focus
{
    outline: none !important;
}
a:focus{
	color: inherit;
	text-decoration: none;
}
.slick-slide a
{
    outline: none !important;
}
.header a,
.footer a
{
    color: inherit;
}
.header ul,
.footer ul
{
    margin: 0;
    padding: 0;
}
.header ul li,
.footer ul li
{
    list-style: none;
}
.header button,
.footer button
{
    border: none;
    outline: none;
}
@-ms-viewport
{
    width: auto !important;
}
body
{
    font-family: 'Noto Sans SC', 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Heiti SC', 'PingFang SC', 'Hiragino Sans GB', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 14px;

    color: #333;

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

    overflow: hidden;

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

    overflow: hidden;

    width: 100%;
    height: 100%;
}
.container
{
    width: 100%;
    padding-right: 10%;
    padding-left: 10%;
}
@media (max-width: 1470px)
{
    .container
    {
        padding-right: 14%;
        padding-left: 14%;
    }
}
@media (max-width: 1199px)
{
    .container
    {
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media (max-width: 767px)
{
    .col-xs-6:nth-child(2n + 1)
    {
        padding-right: 7.5px;
    }
    .col-xs-6:nth-child(2n)
    {
        padding-left: 7.5px;
    }
}
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;
}
.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: 10;
    top: 0;

    width: 100%;
    height: 80px;

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

    background-color: rgba(255, 255, 255, .85);
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}
@media (max-width: 1199px)
{
    .header
    {
        height: 70px;
    }
}
@media (max-width: 1600px)
{
    .header .container
    {
        padding-right: 4%;
        padding-left: 4%;
    }
}
@media (max-width: 1199px)
{
    .header .container
    {
        padding-right: 10px;
        padding-left: 10px;
    }
}
.header .logo
{
    display: inline-block;
    float: left;

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

    -webkit-transition: all .4s;
            transition: all .4s;
    text-align: center;
}
@media (max-width: 767px)
{
    .header .logo
    {
        height: 20px;
        margin-top: 22px;
    }
}
.header .logo a
{
    display: inline-block;

    height: 100%;
    margin-right: 20px;

    vertical-align: middle;
}
.header .logo span
{
    font-size: 12px;
    line-height: 20px;

    display: block;

    letter-spacing: 2px;
}
@media (max-width: 767px)
{
    .header .logo span
    {
        letter-spacing: 0;
    }
}
.header .logo img
{
    display: inline-block;

    height: 100%;
}
.header .language
{
    display: inline-block;
    float: right;

    margin-left: 20px;

    -webkit-transition: all .4s;
            transition: all .4s;
}
@media (max-width: 1199px)
{
    .header .language
    {
        margin-right: 18px;
        margin-left: 0;
        margin-left: 10px;
    }
}
.header .language ul li
{
    display: inline-block;

    vertical-align: top;
}
.header .language ul li:after
{
    display: inline-block;

    width: 4px;
    height: 4px;

    content: '';
    vertical-align: middle;

    border-radius: 50%;
    background-color: #a9a9a9;
}
.header .language ul li:last-child:after
{
    display: none;
}
.header .language ul li.active a
{
    color: #333;
}
.header .language a
{
    font-size: 20px;
    line-height: 80px;

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

    color: #a9a9a9;
}
@media (max-width: 1199px)
{
    .header .language a
    {
        font-size: 16px;
        line-height: 70px;
    }
}
.header .find
{
    font-size: 24px;
    line-height: 80px;

    display: inline-block;

    margin-left: 40px;

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

    color: #333;
}
@media (max-width: 1199px)
{
    .header .find
    {
        line-height: 70px;

        display: inline-block;

        margin-left: 0;
    }
}
.header .find:before
{
    font-family: 'iconfont';

    content: '\e60e';
}
.header .find:hover
{
    color: #940326;
}
.header .open-search
{
    position: absolute;
    top: 100%;
    left: 0;

    display: none;

    width: 100%;
    padding: 10px 0;

    background-color: rgba(255, 255, 255, .85);
}
.header .open-search .container
{
    position: relative;

    padding-right: 60px;
}
.header .open-search .container .search-close
{
    line-height: 50px;

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

    cursor: pointer;
}
@media (max-width: 1199px)
{
    .header .open-search .container .search-close
    {
        line-height: 30px;
    }
}
.header .open-search .container .search-close:after
{
    font-family: 'iconfont' !important;
    font-size: 30px;

    content: '\e61b';
}
.header .open-search .container .search-close:hover
{
    color: #bd002e;
}
.header .open-search form
{
    position: relative;
}
.header .open-search form input
{
    line-height: 30px;

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

    border: 1px solid #999;
    border-radius: 30px;
    outline: none;
    background: none;
}
@media (max-width: 1199px)
{
    .header .open-search form input
    {
        padding: 0 50px 0 10px;
    }
}
.header .open-search form .submit
{
    position: absolute;
    top: 0;
    right: 0;

    width: 50px;
    padding: 0;

    text-align: center;

    background: none;
}
.header .open-search form .submit:after
{
    font-family: 'iconfont' !important;
    font-size: 24px;
    line-height: 50px;

    content: '\e60e';
}
@media (max-width: 1199px)
{
    .header .open-search form .submit:after
    {
        font-size: 18px;
        line-height: 30px;
    }
}
.header .open-search form .submit:hover
{
    color: #bd002e;
}
.header .nav-collapse
{
    position: relative;

    display: none;
    float: right;

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

    cursor: pointer;

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

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

        display: block;

        margin-top: 8px;

        border: none;
    }
    .header .nav-collapse.nav-collapse-1 .btn-line
    {
        background-color: #999 !important;
    }
}
@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: #999;
}
.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: #999;
}
.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);
}
@media (min-width: 1200px)
{
    .header .nav
    {
        display: inline-block;
        float: right;

        -webkit-transition: all .4s;
                transition: all .4s;
    }
    .header .nav a:hover
    {
        color: #bd002e;
    }
}
@media (max-width: 1199px)
{
    .header .nav
    {
        position: fixed;
        z-index: 9998;
        top: 0;
        left: 0;

        display: none;

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

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

        background-color: rgba(255, 255, 255, .9);
    }
    .header .nav .tbl
    {
        display: table;
        overflow-y: auto;

        width: 100%;
        height: 100%;
        max-height: 100%;

        vertical-align: middle;
    }
    .header .nav .tbl-cell
    {
        display: table-cell;

        vertical-align: middle;
    }
}
@media (max-width: 767px)
{
    .header .nav
    {
        width: 100%;
        padding: 50px 15px 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;

        vertical-align: top;
    }
    .header .nav .nav-list1 > li > a
    {
        font-size: 16px;
        font-weight: normal;
        line-height: 80px;

        position: relative;

        display: inline-block;

        padding: 0 30px;

        -webkit-transition: all .4s;
                transition: all .4s;
        vertical-align: middle;
        white-space: nowrap;
        text-transform: uppercase;
    }
    .header .nav .nav-list1 > li:hover > a,
    .header .nav .nav-list1 > li.active > a
    {
        color: #bd002e;
    }
    .header .nav .nav-list1 > li:nth-child(3) .nav-list2 .nav-left > ul > li
    {
        width: 33.33333333%;
    }
    .header .nav .nav-list1 > li:nth-child(3) .nav-list2 .nav-left > ul > li ul li
    {
        display: block;
    }
    .header .nav .nav-list1 > li:nth-child(3) .nav-list2 .nav-left > ul > li ul li a
    {
        font-size: 14px;
        line-height: 30px;

        display: block;

        padding: 0 20px;
    }
    .header .nav .nav-list1 .nav-list2
    {
        font-size: 0;

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

        display: none;

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

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

        color: #333;
        background-color: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    }
    .header .nav .nav-list1 .nav-list2 .container
    {
        max-width: 1330px;
        margin: 0 auto;
        padding: 0;
    }
    .header .nav .nav-list1 .nav-list2 .nav-left,
    .header .nav .nav-list1 .nav-list2 .nav-right
    {
        font-size: 14px;

        display: inline-block;

        width: 50%;

        vertical-align: top;
    }
    .header .nav .nav-list1 .nav-list2 .nav-left
    {
        font-size: 0;
    }
    .header .nav .nav-list1 .nav-list2 .nav-left .title-nav a
    {
        font-size: 24px;
        line-height: 30px;

        display: block;
    }
    .header .nav .nav-list1 .nav-list2 .nav-left > ul
    {
        font-size: 0;

        margin-top: 10px;
    }
    .header .nav .nav-list1 .nav-list2 .nav-left > ul > li
    {
        position: relative;

        display: inline-block;

        width: 50%;

        list-style: none;

        vertical-align: top;
    }
    .header .nav .nav-list1 .nav-list2 .nav-left > ul > li > a
    {
        font-size: 19px;
        line-height: 30px;

        display: block;

        padding: 10px 0;

        white-space: nowrap;
    }
    .header .nav .nav-list1 .nav-list2 .nav-left > ul > li > a:before
    {
        margin-right: 10px;

        content: '>';
    }
    .header .nav .nav-list1 .nav-list2 .nav-left > ul > li > a:hover
    {
        color: #bd002e;
    }
    .header .nav .nav-list1 .nav-list2 .nav-right
    {
        margin-top: 30px;
    }
    .header .nav .nav-list1 .nav-list2 .nav-right .note
    {
        display: -webkit-box;
        overflow: hidden;

        height: 30px;

        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
    .header .nav .nav-list1 .nav-list2 .nav-right p
    {
        font-size: 16px;
        line-height: 30px;

        margin: 0;
    }
    .header .nav .nav-list1 .nav-list2 .nav-right img
    {
        max-width: 100%;
    }
    .header .nav .nav-list1 .nav-list2 .nav-right .pic
    {
        margin-top: 10px;
    }
    .header .nav .nav-list1 .nav-list3
    {
        position: absolute;
        z-index: 50;
        top: 0;
        left: 100%;

        display: none;

        width: 200px;
        padding: 10px 0;

        text-align: center;
        text-align: left;

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

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

        display: block;

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

        color: #bd002e;
    }
}
@media (min-width: 1200px) and (max-width: 1470px)
{
    .header .nav .nav-list1 > li > a
    {
        padding: 0 20px;
    }
}
@media (min-width: 1200px) and (max-width: 1350px)
{
    .header .nav .nav-list1 > li > a
    {
        font-size: 14px;

        padding: 0 16px;
    }
}
@media (max-width: 1199px)
{
    .header .nav .nav-list1
    {
        overflow: hidden;
        overflow-y: auto;

        height: 100%;
        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;
    }
}
.header .nav .nav-list2
{
    display: none;
}
@media (max-width: 1199px)
{
    .header .nav .nav-list2
    {
        display: block;
    }
    .header .nav .nav-list2 ul
    {
        margin: 0 -8px;
    }
    .header .nav .nav-list2 li
    {
        display: inline-block;

        vertical-align: top;
    }
    .header .nav .nav-list2 li > a
    {
        line-height: 30px;

        display: block;

        padding: 0 4px;
    }
    .header .nav .nav-list2 li > a:before
    {
        margin-right: 4px;

        content: '-';
    }
    .header .nav .nav-list2 li ul
    {
        padding-left: 20px;
    }
    .header .nav .nav-list2 li ul li a
    {
        font-size: 13px;
        line-height: 24px;
    }
    .header .nav .nav-list2 li ul li a:before
    {
        display: none;
    }
}
@media (max-width: 1199px) and (max-width: 1199px)
{
    .header .nav .nav-list2 .nav-right,
    .header .nav .nav-list2 .title-nav
    {
        display: none;
    }
}
.header .nav .nav-list3
{
    display: none;
}
@media (max-width: 1199px)
{
    .header .nav .nav-list3 a
    {
        line-height: 30px;

        padding: 0 10px;
    }
    .header .nav .nav-list3 a:before
    {
        margin-right: 4px;

        content: '-';
    }
    .header .nav .nav-list3 .nav-list4 a
    {
        display: inline-block;

        padding: 0 4px;

        opacity: .6;
    }
    .header .nav .nav-list3 .nav-list4 a:before
    {
        content: '·';
    }
}
.header .nav-2,
.header .nav-3
{
    display: none;
}
@media (max-width: 1199px)
{
    .header .nav-2,
    .header .nav-3
    {
        position: absolute;
        z-index: 9999;
        top: 0;

        display: block;
        overflow: hidden;

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

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

        color: #fff;
        background: #fafafa;
        background-color: rgba(51, 51, 51, .9);
    }
    .header .nav-2 .img-box,
    .header .nav-3 .img-box
    {
        display: none;
    }
    .header .nav-2 .item,
    .header .nav-3 .item
    {
        display: block;
    }
    .header .nav-2 .item p,
    .header .nav-3 .item p
    {
        font-size: 16px;

        position: relative;
        top: 0;

        display: block;

        margin: 0;
        padding: 0;

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

        color: #fff;
    }
}
.header .nav-2 .nav-product,
.header .nav-3 .nav-product
{
    display: none;
}
.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 .nav-title,
.header .nav-3 .nav-top .nav-title
{
    font-size: 24px;
    line-height: 36px;

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 767px)
{
    .header .nav-2 .nav-top .nav-title,
    .header .nav-3 .nav-top .nav-title
    {
        font-size: 18px;

        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
{
    overflow: auto;

    height: 80%;
    margin-top: 12%;
}
.header .nav-2 .content ul,
.header .nav-3 .content ul
{
    margin: 0;
    padding: 0;
}
@media (max-width: 767px)
{
}
.header .nav-2 .content ul li,
.header .nav-3 .content ul li
{
    line-height: 30px;

    display: inline-block;
    clear: both;

    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: 10px;
    right: 0;

    content: '\e72f';

    color: #fff;
}
.header .nav-2 .content ul li a,
.header .nav-3 .content ul li a
{
    font-size: 16px;
    line-height: 2.2;

    display: block;
}
.header .nav-2
{
    left: 100%;
}
.header .nav-3
{
    left: 200%;
}
.header .nav-3 .content ul li
{
    font-size: 15px;
}
.header .fade-out ul
{
    text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 1199px)
{
    .header .fade-out ul
    {
        padding: 0 5%;
    }
}
@media (max-width: 1199px)
{
    .header .fade-out ul .pic
    {
        display: none !important;
    }
}
@media (max-width: 1199px)
{
    .header .fade-out ul.nav-list1
    {
        opacity: 1;
    }
    .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: 10px;
        right: 0;

        display: none;

        content: '\e72f';

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

        display: block;

        text-transform: uppercase;
    }
    .header .fade-out ul.nav-list1 .nav-list2
    {
        margin: 0 -8px;
    }
    .header .fade-out ul.nav-list1 .nav-list2 > li
    {
        display: inline-block;

        vertical-align: top;
    }
    .header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 20px;
        line-height: 2;

        display: block;

        padding: 0 8px;
    }
    .header .fade-out ul.nav-list1 .nav-list2 > li > a:before
    {
        margin-right: 4px;

        content: '-';
    }
}
@media (max-width: 1199px) and (max-width: 767px)
{
    .header .fade-out ul.nav-list1 > li
    {
        margin: 0;
    }
}
@media (max-width: 1199px) and (max-height: 768px)
{
    .header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 18px;
    }
}
@media (max-width: 1199px) and (max-width: 480px)
{
    .header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 14px;
    }
}
.header .fade-out ul.nav2-list2 h4
{
    font-size: 20px;
    line-height: 50px;
}
.header .back-btn
{
    display: inline-block;
    float: left;
}
.online-wrap .btn
{
    line-height: 36px;

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

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

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

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

    display: inline-block;

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

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

    display: none;

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

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

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

    -webkit-transition: right .3s;
            transition: right .3s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;
}
@media (max-width: 991px)
{
    .online-wrap .online
    {
        top: auto;
        right: -60px;
        bottom: 100px;

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

    position: relative;

    display: block;

    width: 48px;
    height: 48px;
    margin: 2px auto;
    padding: 0;

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

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

    color: #fff;
}
@media (min-width: 992px)
{
    .online-wrap .online a:hover
    {
        text-decoration: none;

        background-color: rgba(189, 0, 46, .7);
    }
}
@media (max-width: 767px)
{
    .online-wrap .online a
    {
        line-height: 40px;

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

    padding-right: 5px;

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

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

    display: none;

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

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

    margin: 5px 0 8px 0;

    color: #888;
}
.online-wrap .online .sale
{
    width: 158px;
    margin-bottom: 30px;
}
@media (max-width: 991px)
{
    .online-wrap .online .sale
    {
        width: 50px;
    }
}
.online-wrap .online .sale a
{
    width: 158px;
    height: 162px;

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

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

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

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

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

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

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

    content: '\e614';
}
.xs-online
{
    position: fixed;
    z-index: 9;
    right: 0;
    bottom: 0;

    display: none;

    width: 100%;

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

    margin: 0;
    padding: 0;

    text-align: center;

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

    width: 20%;

    list-style: none;

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

    display: block;

    padding: 8px 0;

    text-transform: uppercase;

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

    display: block;

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

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

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

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

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

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

    position: relative;

    overflow: hidden;

    width: 100%;
}
@media (max-width: 1199px)
{
    .banner
    {
        padding-top: 70px;
    }
}
.banner img
{
    display: block;

    width: 100%;
}
.banner .slickbanner
{
    display: block;

    width: 100%;
}
.banner .item
{
    position: relative;

    display: block;
    overflow: hidden;
}
.banner .item img,
.banner .item video
{
    display: block;

    width: 100%;
}
.banner .item a
{
    display: block;

    width: 100%;
}
.banner .item .video-box
{
    position: relative;

    display: block;

    padding-bottom: 56.30208333%;
}
.banner .item .video-box .fluid_video_wrapper
{
    position: absolute;
    z-index: 10;

    height: 100%;
}
.banner .item .video-box .fluid_initial_play
{
    background-color: #bd002e !important;
}
.banner .slick-dots
{
    position: absolute;
    bottom: 10%;

    width: 100%;

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

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

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

    opacity: 1;
    border-radius: 50%;
    background-color: #9c9c9c;
}
.banner .slick-dots li.slick-active
{
    width: 51px;
    height: 51px;

    background: url(../images/dot-1.png) no-repeat;
}
@media (max-width: 1199px)
{
	.banner .slick-dots li{
		margin: 0 10px;
	}
    .banner .slick-dots li.slick-active
    {
        width: 30px;
		height: 30px;
		-webkit-background-size: cover;
		background-size: cover;
    }
}
.banner .slick-dots li button
{
    display: none;
}
.banner .slick-arrow
{
    position: absolute;
    z-index: 9;
    z-index: 8;
    top: 50%;
    left: 10%;

    overflow: hidden;

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

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

    opacity: 0;
    color: #fff;
    border: none;
    border-radius: 5px;
    outline: none;
    background: none;
    background: url(../images/banner-prev.png) no-repeat;
}
@media (max-width: 1199px)
{
    .banner .slick-arrow
    {
        opacity: 1;
    }
}
@media (max-width: 767px)
{
    .banner .slick-arrow
    {
        left: 0;
    }
}
.banner .slick-arrow.slick-next
{
    right: 10%;
    left: auto;

    background: url(../images/banner-next.png) no-repeat;
}
@media (max-width: 767px)
{
    .banner .slick-arrow.slick-next
    {
        right: 0;
    }
}
.banner img
{
    display: block;

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

    width: 100%;

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

    color: #fff;
}
.banner .text b
{
    font-size: 40px;
    line-height: 1;

    display: block;

    letter-spacing: 4px;
}
@media (max-width: 1199px)
{
    .banner .text b
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .banner .text b
    {
        font-size: 20px;
    }
}
.banner .text b:after
{
    display: block;

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

    content: '';

    background: url(../images/line-3.png) no-repeat center;
}
@media (max-width: 767px)
{
    .banner .text b:after
    {
        width: 300px;
    }
}
.banner .text p
{
    font-size: 16px;
    line-height: 24px;

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

    color: #e0e0e0;
}
@media (max-width: 767px)
{
    .banner .text p
    {
        font-size: 12px;
        line-height: 18px;

        margin-top: 10px;
    }
}
.banner .text a.more
{
    font-size: 16px;
    line-height: 60px;

    display: inline-block;

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

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

    color: #fff;
    border-radius: 30px;
    background-color: #bd002e;
}
@media (max-width: 1199px)
{
    .banner .text a.more
    {
        line-height: 40px;

        padding: 0 40px;
    }
}
@media (max-width: 767px)
{
    .banner .text a.more
    {
        font-size: 12px;

        margin-top: 10px;
        padding: 0 30px;
    }
}
.banner .text a.more:hover
{
    background-color: #940326;
}
.banner:hover .slick-arrow
{
    opacity: 1;
}
.banner-in
{
    position: relative;
}
@media (max-width: 1199px)
{
    .banner-in
    {
        padding-top: 0;
    }
}
.banner-in img
{
    display: block;
}
@media (min-width: 1200px)
{
    .banner-in img
    {
        position: relative;
        top: 0;
        left: 0;
    }
}
@media (max-width: 1199px)
{
    .banner-in img
    {
        width: 100%;
    }
}
@media (max-width: 767px)
{
    .banner-in img
    {
        width: 100%;
    }
}
.banner-in .text
{
    top: 50%;
}
@media (max-width: 991px)
{
    .banner-in .slickbanner
    {
        width: 140%;
        max-width: 140%;
        margin-left: -20%;
    }
}
.banner-in .text-about
{
    position: absolute;
    top: 36%;

    width: 100%;

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

    color: #fff;
}
@media (max-width: 991px)
{
    .banner-in .text-about
    {
        top: 50%;
    }
}
.banner-in .text-about .play
{
    font-size: 60px;

    z-index: 2;

    margin-top: 20px;

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

    color: #fff;
}
@media (max-width: 1199px)
{
    .banner-in .text-about .play
    {
        font-size: 50px;
    }
}
@media (max-width: 991px)
{
    .banner-in .text-about .play
    {
        font-size: 40px;

        margin-top: 0;
    }
}
.banner-in .text-about .play:before
{
    font-family: 'iconfont' !important;

    content: '\e617';
}
.banner-in .text-about .play:hover
{
    color: #bd002e;
}
.banner-in .text-about .note
{
    display: inline-block;

    max-width: 50%;

    text-align: left;
}
.banner-in .text-about h3
{
    font-size: 50px;
    line-height: 1;

    display: block;
}
@media (max-width: 1350px)
{
    .banner-in .text-about h3
    {
        font-size: 40px;
    }
}
@media (max-width: 991px)
{
    .banner-in .text-about h3
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .banner-in .text-about h3
    {
        font-size: 20px;
    }
}
.banner-in .text-about h4
{
    font-size: 20px;
    line-height: 1;

    margin: 40px 0 0 0;
}
@media (max-width: 767px)
{
    .banner-in .text-about h4
    {
        font-size: 16px;

        margin: 10px 0 0 0;
    }
}
.banner-in .text-about h4 b
{
    font-family: Impact, Arial;
    font-size: 60px;
    font-weight: normal;
    line-height: 1;
}
@media (max-width: 1199px)
{
    .banner-in .text-about h4 b
    {
        font-size: 50px;
    }
}
@media (max-width: 767px)
{
    .banner-in .text-about h4 b
    {
        font-size: 30px;
    }
}
.banner-in .text-about p
{
    font-size: 16px;
    line-height: 1.5;

    margin: 10px 0 0 0;
}
@media (max-width: 991px)
{
    .banner-in .text-about p
    {
        font-size: 14px;
    }
}
.banner-in .text-product,
.banner-in .text-news
{
    position: absolute;
    top: 20%;

    width: 100%;

    text-align: right;
}
@media (max-width: 767px)
{
    .banner-in .text-product,
    .banner-in .text-news
    {
        top: 50%;
        transform: translateY(-50%);
    }
}
.banner-in .text-product .note,
.banner-in .text-news .note
{
    display: inline-block;

    width: 50%;
    padding-left: 8%;

    text-align: left;
}
@media (max-width: 991px)
{
    .banner-in .text-product .note,
    .banner-in .text-news .note
    {
        padding-left: 3%;
    }
}
.banner-in .text-product .note h3,
.banner-in .text-news .note h3
{
    font-size: 60px;
    line-height: 1;

    display: block;

    color: #bd002e;
}
@media (max-width: 1350px)
{
    .banner-in .text-product .note h3,
    .banner-in .text-news .note h3
    {
        font-size: 40px;
    }
}
@media (max-width: 991px)
{
    .banner-in .text-product .note h3,
    .banner-in .text-news .note h3
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .banner-in .text-product .note h3,
    .banner-in .text-news .note h3
    {
        font-size: 16px;

        margin: 0;
    }
}
.banner-in .text-product .note h4,
.banner-in .text-news .note h4
{
    font-size: 30px;
    line-height: 1;

    margin: 30px 0 14px 0;
}
@media (max-width: 991px)
{
    .banner-in .text-product .note h4,
    .banner-in .text-news .note h4
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .banner-in .text-product .note h4,
    .banner-in .text-news .note h4
    {
        font-size: 14px;

        margin: 10px 0 0 0;
    }
}
.banner-in .text-product .note h4 b,
.banner-in .text-news .note h4 b
{
    font-family: Impact, Arial;
    font-size: 70px;
    font-weight: normal;
    line-height: 1;
}
@media (max-width: 1199px)
{
    .banner-in .text-product .note h4 b,
    .banner-in .text-news .note h4 b
    {
        font-size: 50px;
    }
}
@media (max-width: 767px)
{
    .banner-in .text-product .note h4 b,
    .banner-in .text-news .note h4 b
    {
        font-size: 30px;
    }
}
.banner-in .text-product .note p,
.banner-in .text-news .note p
{
    font-size: 18px;
    line-height: 1.6;

    margin: 10px 0 0 0;
}
@media (max-width: 991px)
{
    .banner-in .text-product .note p,
    .banner-in .text-news .note p
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .banner-in .text-product .note p,
    .banner-in .text-news .note p
    {
        font-size: 12px;
        line-height: 14px;
    }
}
.banner-in .text-product .note p span,
.banner-in .text-news .note p span
{
    color: #bd002e;
}
.banner-in .text-product.text-white,
.banner-in .text-news.text-white
{
    top: 40%;
}
.banner-in .text-product.text-white .note,
.banner-in .text-news.text-white .note
{
    width: 40%;
}
@media (max-width: 767px)
{
    .banner-in .text-product.text-white .note,
    .banner-in .text-news.text-white .note
    {
        width: 50%;
    }
}
.banner-in .text-product.text-white .note h3,
.banner-in .text-news.text-white .note h3,
.banner-in .text-product.text-white .note p,
.banner-in .text-news.text-white .note p
{
    color: #fff;
}
.banner-in .text-product.text-white .note h4,
.banner-in .text-news.text-white .note h4
{
    color: #bd002e;
}
.banner-in .text-product.text-black,
.banner-in .text-news.text-black
{
    top: 40%;
}
.banner-in .text-product.text-black .note,
.banner-in .text-news.text-black .note
{
    width: 40%;
}
@media (max-width: 767px)
{
    .banner-in .text-product.text-black .note,
    .banner-in .text-news.text-black .note
    {
        width: 50%;
    }
}
.banner-in .text-product.text-black .note h3,
.banner-in .text-news.text-black .note h3,
.banner-in .text-product.text-black .note p,
.banner-in .text-news.text-black .note p
{
    color: #333;
}
.banner-in .text-product.text-black .note h4,
.banner-in .text-news.text-black .note h4
{
    color: #bd002e;
}
.banner-in .text-in
{
    font-size: 14px;

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

    width: 50%;
    height: 100%;

    color: #fff;
    background-color: rgba(189, 0, 46, .72);
}
.banner-in .text-in .note
{
    position: absolute;
    top: 50%;

    padding: 0 22% 0 5%;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
@media (max-width: 1199px)
{
    .banner-in .text-in .note
    {
        padding: 0 5%;
    }
}
.banner-in .text-in .note h3
{
    font-size: 46px;
    line-height: 1;

    margin: 0 0 20px 0;

    -webkit-animation: fadeInRight 1s 0s ease both;
            animation: fadeInRight 1s 0s ease both;
}
@media (max-width: 1199px)
{
    .banner-in .text-in .note h3
    {
        font-size: 36px;
    }
}
@media (max-width: 991px)
{
    .banner-in .text-in .note h3
    {
        font-size: 26px;
    }
}
@media (max-width: 767px)
{
    .banner-in .text-in .note h3
    {
        font-size: 16px;

        margin-bottom: 5px;
    }
}
.banner-in .text-in .note p
{
    font-size: 18px;
    line-height: 1.66666667;

    max-width: 600px;
    margin: 0;

    -webkit-animation: fadeInRight 1s 0s ease both;
            animation: fadeInRight 1s 0s ease both;
}
@media (max-width: 991px)
{
    .banner-in .text-in .note p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .banner-in .text-in .note p
    {
        font-size: 12px;
        line-height: 18px;

        max-height: auto;
    }
}
.banner-in .text-desc
{
    position: absolute;
    top: 50%;

    width: 100%;

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

    color: #fff;
}
.banner-in .text-desc h3
{
    font-size: 50px;
}
@media (max-width: 1350px)
{
    .banner-in .text-desc h3
    {
        font-size: 40px;
    }
}
@media (max-width: 991px)
{
    .banner-in .text-desc h3
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .banner-in .text-desc h3
    {
        font-size: 20px;

        padding: 0;
    }
}
.banner-in .text-desc p
{
    font-size: 16px;
    line-height: 1.5;

    margin: 10px 0 0 0;
}
@media (max-width: 991px)
{
    .banner-in .text-desc p
    {
        font-size: 14px;
    }
}
.banner-in .text-desc.text-red p
{
    color: #bd002e;
}
.banner-in .text-jobs
{
    position: absolute;
    top: 50%;

    width: 100%;

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

    color: #fff;
}
.banner-in .text-jobs .container:before
{
    display: inline-block;

    width: 90px;
    height: 3px;

    content: '';

    background-color: #fff;
}
.banner-in .text-jobs h3
{
    font-size: 50px;
    font-weight: 500;
}
@media (max-width: 1350px)
{
    .banner-in .text-jobs h3
    {
        font-size: 40px;
    }
}
@media (max-width: 991px)
{
    .banner-in .text-jobs h3
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .banner-in .text-jobs h3
    {
        font-size: 20px;

        padding: 0;
    }
}
.banner-in .text-jobs h4
{
    font-size: 40px;
    font-weight: 500;
}
@media (max-width: 1350px)
{
    .banner-in .text-jobs h4
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .banner-in .text-jobs h4
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .banner-in .text-jobs h4
    {
        font-size: 18px;

        padding: 0;
    }
}
.banner-in .text-red h3
{
    color: #bd002e;
}
.banner-in .text-black
{
    color: #333;
}
.banner-in .text-black .container:before
{
    background-color: #333;
}
@media (max-width: 767px)
{
    .banner-in .text-news
    {
        top: 50%;

        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
    }
}
.banner .slick-current b,
.banner .slick-current a.more
{
    -webkit-animation: fadeInLeft 1s 0s ease both;
            animation: fadeInLeft 1s 0s ease both;
}
.banner .slick-current p
{
    -webkit-animation: fadeInRight 1s 0s ease both;
            animation: fadeInRight 1s 0s ease both;
}
.box
{
    overflow: hidden;

    padding: 100px 0;
}
@media (max-width: 991px)
{
    .box
    {
        padding: 50px 0;
    }
}
.title
{
    text-align: center;
}
.title:after
{
    display: block;

    width: 70px;
    height: 3px;
    margin: 0 auto;
    margin-top: 14px;

    content: '';

    background-color: #a4a4a4;
}
@media (max-width: 991px)
{
    .title:after
    {
        width: 40px;
    }
}
@media (max-width: 767px)
{
    .title:after
    {
        width: 30px;
        height: 2px;
    }
}
.title b
{
    font-size: 30px;
    font-weight: normal;
    line-height: 1;

    display: block;

    color: #bd002e;
}
@media (max-width: 991px)
{
    .title b
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .title b
    {
        font-size: 18px;
    }
}
.title p
{
    font-size: 16px;
    line-height: 1.5;

    max-width: 590px;
    margin: 0 auto;
    margin-top: 10px;
}
@media (max-width: 991px)
{
    .title p
    {
        font-size: 14px;
    }
}
@media (max-width: 767px)
{
    .title p
    {
        font-size: 12px;
    }
}
.indexcontent
{
    position: relative;
    z-index: 2;
}
.section-business
{
    background-color: #f6f7f8;
}
.box-business .business
{
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 10px;
}
.box-business .business ul
{
    margin: 0;
    padding: 0;
}
.box-business .business ul li
{
    display: block;

    list-style: none;
}
.box-business .business .item
{
    font-size: 0;
	display: block;
    margin-top: 20px;

    border: 1px solid #d5d5d5;
    background-color: #e1e2e3;
}
.box-business .business .item .pic,
.box-business .business .item .text
{
    font-size: 14px;

    display: inline-block;

    vertical-align: middle;
}
.box-business .business .item .pic
{
    overflow: hidden;

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

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

    width: 60%;
    padding: 20px 0;
}
@media (max-width: 767px)
{
    .box-business .business .item .text
    {
        width: 100%;
    }
}
.box-business .business .item .text .text-left,
.box-business .business .item .text .text-right
{
    font-size: 14px;

    display: inline-block;

    vertical-align: middle;
}
.box-business .business .item .text .text-left
{
    width: 40%;

    text-align: center;

    border-right: 1px solid #5c5c5c;
}
.box-business .business .item .text .text-left .pic-icon
{
    position: relative;

    width: 70px;
    margin: 0 auto;
}
@media (max-width: 1390px)
{
    .box-business .business .item .text .text-left .pic-icon
    {
        width: 70px;
    }
}
@media (max-width: 767px)
{
    .box-business .business .item .text .text-left .pic-icon
    {
        width: 60px;
    }
}
.box-business .business .item .text .text-left .pic-icon .pic-icon-now img,
.box-business .business .item .text .text-left .pic-icon .pic-icon-hover img
{
    max-width: 100%;
}
.box-business .business .item .text .text-left .pic-icon .pic-icon-hover
{
    position: absolute;
    top: 0;
    left: 0;

    opacity: 0;
}
.box-business .business .item .text .text-left p
{
    font-size: 24px;
    line-height: 2;

    margin: 0;
}
@media (max-width: 1390px)
{
    .box-business .business .item .text .text-left p
    {
        font-size: 22px;
    }
}
@media (max-width: 767px)
{
    .box-business .business .item .text .text-left p
    {
        font-size: 16px;
    }
}
.box-business .business .item .text .text-right
{
    width: 60%;

    text-align: center;
}
.box-business .business .item .text .text-right p
{
    font-size: 20px;
    line-height: 1.7;

    margin: 0;
}
@media (max-width: 767px)
{
    .box-business .business .item .text .text-right p
    {
        font-size: 14px;
    }
}
.box-business .business .item:hover .pic img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.box-business .business .item:hover .text .text-left .pic-icon .pic-icon-now
{
    opacity: 0;
}
.box-business .business .item:hover .text .text-left .pic-icon .pic-icon-hover
{
    opacity: 1;
}
.box-business .business .item:hover .text .text-left p
{
    color: #bd002e;
}
.box-business-other
{
    background-color: #e5e5e5;
}
.box-business-other .business
{
    margin-top: 30px;
}
.box-business-other .business ul
{
    font-size: 0;

    margin: 0;
    padding: 0;
}
.box-business-other .business ul li
{
    display: inline-block;

    width: 33.33333333%;

    vertical-align: top;
}
@media (max-width: 767px)
{
    .box-business-other .business ul li
    {
        width: 100%;
    }
}
.box-business-other .business .item
{
    -webkit-transition: all .2s;
            transition: all .2s;

    border: 1px solid #d5d5d5;
    background-color: #fff;
}
.box-business-other .business .item .pic .img-box
{
    padding-bottom: 80.76923077%;
}
.box-business-other .business .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.box-business-other .business .item .text
{
    padding: 20px 8%;

    text-align: center;
}
.box-business-other .business .item .text .text-left
{
    padding-bottom: 20px;

    border-bottom: 1px solid #535353;
}
.box-business-other .business .item .text .text-left .pic-icon
{
    position: relative;

    width: 120px;
    height: 136px;
    margin: 0 auto;
}
@media (max-width: 991px)
{
    .box-business-other .business .item .text .text-left .pic-icon
    {
        width: 80px;
        height: 100px;
    }
}
.box-business-other .business .item .text .text-left .pic-icon img
{
    max-width: 100%;
}
.box-business-other .business .item .text .text-left .pic-icon .pic-icon-hover
{
    position: absolute;
    top: 0;

    opacity: 0;
}
.box-business-other .business .item .text .text-left p
{
    font-size: 28px;
    line-height: 1.28571429;

    margin: 14px 0 0 0;

    text-align: center;
}
@media (max-width: 991px)
{
    .box-business-other .business .item .text .text-left p
    {
        font-size: 22px;
    }
}
.box-business-other .business .item .text .text-right
{
    padding-top: 14px;

    text-align: center;
}
.box-business-other .business .item .text .text-right p
{
    font-size: 20px;
    line-height: 1.5;

    margin: 0;
}
@media (max-width: 991px)
{
    .box-business-other .business .item .text .text-right p
    {
        font-size: 16px;
    }
}
.box-business-other .business .item:hover
{
    background-color: #282828;
}
.box-business-other .business .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.box-business-other .business .item:hover .text .text-left
{
    border-bottom-color: #bd002e;
}
.box-business-other .business .item:hover .text .text-left .pic-icon .pic-icon-now
{
    opacity: 0;
}
.box-business-other .business .item:hover .text .text-left .pic-icon .pic-icon-hover
{
    opacity: 1;
}
.box-business-other .business .item:hover .text .text-left p
{
    color: #bd002e;
}
.box-business-other .business .item:hover .text .text-right p
{
    color: #d4d4d4;
}
.section-standard
{
    background-position: top center;
}
.box-standard-lead
{
    position: relative;

    background-repeat: no-repeat;
    background-position: center;
}
.box-standard-lead .controls
{
    display: none;
}
.box-standard-lead .standard-canvas
{
    position: absolute;
    bottom: 0;
    left: 0;

    width: 100%;
}
.box-standard-lead .standard-lead
{
    width: 100%;
    margin-top: 200px;
}
@media (max-width: 1199px)
{
    .box-standard-lead .standard-lead
    {
        position: relative;
        bottom: 0;

        margin: 50px 0;
    }
}
@media (max-width: 991px)
{
    .box-standard-lead .standard-lead
    {
        margin-top: 20px;
    }
}
.box-standard-lead .standard-lead .list
{
    text-align: center;
}
.box-standard-lead .standard-lead .list ul
{
    font-size: 0;

    margin: 0;
    padding: 0;
}
.box-standard-lead .standard-lead .list ul li
{
    font-size: 14px;

    display: inline-block;

    width: 25%;
    padding: 0 10px;

    text-align: center;
    vertical-align: top;
}
@media (max-width: 767px)
{
    .box-standard-lead .standard-lead .list ul li
    {
        width: 50%;
        margin: 10px 0;
    }
}
.box-standard-lead .standard-lead .list ul li .item
{
    -webkit-transition: all .6s;
            transition: all .6s;
}
.box-standard-lead .standard-lead .list ul li .item .pic
{
    width: 100px;
    margin: 0 auto;
}
@media (max-width: 767px)
{
    .box-standard-lead .standard-lead .list ul li .item .pic
    {
        width: 50px;
    }
}
.box-standard-lead .standard-lead .list ul li .item .pic img
{
    max-width: 100%;
}
.box-standard-lead .standard-lead .list ul li .item p
{
    font-size: 20px;
    line-height: 30px;

    max-width: 200px;
    margin: 0 auto;
    margin-top: 14px;

    color: #bd002e;
}
@media (max-width: 991px)
{
    .box-standard-lead .standard-lead .list ul li .item p
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .box-standard-lead .standard-lead .list ul li .item p
    {
        font-size: 14px;
        line-height: 20px;
    }
}
.box-standard-lead .standard-lead .list ul li .item:hover
{
    -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
            transform: translateY(-20px);
}
.box-global .global
{
    position: relative;

    max-width: 1570px;
    margin: 0 auto;
    margin-top: 30px;

    -webkit-transform: translateX(-3%);
        -ms-transform: translateX(-3%);
            transform: translateX(-3%);
    text-align: center;
}
.box-global .global .pic img
{
    max-width: 100%;
}
.box-global .global .pic-top
{
    position: absolute;
    top: 0;

    width: 100%;
}
.box-global .global .pic-top img
{
    max-width: 100%;
}
.box-global .global .global-list ul
{
    margin: 0;
    padding: 0;
}
.box-global .global .global-list ul li
{
    position: absolute;

    list-style: none;
}
.box-global .global .global-list ul li:nth-child(1)
{
    top: 32%;
    left: 10%;
}
.box-global .global .global-list ul li:nth-child(1) .item-icon
{
    width: 60px;
}
@media (max-width: 1390px)
{
    .box-global .global .global-list ul li:nth-child(1) .item-icon
    {
        width: 50px;
    }
}
@media (max-width: 1199px)
{
    .box-global .global .global-list ul li:nth-child(1) .item-icon
    {
        width: 30px;
    }
}
.box-global .global .global-list ul li:nth-child(1) .item-icon .item-icon-now
{
    width: 40px;
}
@media (max-width: 1390px)
{
    .box-global .global .global-list ul li:nth-child(1) .item-icon .item-icon-now
    {
        width: 30px;
    }
}
@media (max-width: 1199px)
{
    .box-global .global .global-list ul li:nth-child(1) .item-icon .item-icon-now
    {
        width: 20px;
    }
}
.box-global .global .global-list ul li:nth-child(2)
{
    top: 23%;
    left: 16%;
}
.box-global .global .global-list ul li:nth-child(2) .item-icon
{
    width: 70px;
}
@media (max-width: 1390px)
{
    .box-global .global .global-list ul li:nth-child(2) .item-icon
    {
        width: 60px;
    }
}
@media (max-width: 1199px)
{
    .box-global .global .global-list ul li:nth-child(2) .item-icon
    {
        width: 30px;
    }
}
.box-global .global .global-list ul li:nth-child(2) .item-icon .item-icon-now
{
    width: 50px;
}
@media (max-width: 1390px)
{
    .box-global .global .global-list ul li:nth-child(2) .item-icon .item-icon-now
    {
        width: 40px;
    }
}
@media (max-width: 1199px)
{
    .box-global .global .global-list ul li:nth-child(2) .item-icon .item-icon-now
    {
        width: 20px;
    }
}
.box-global .global .global-list ul li:nth-child(3)
{
    top: 39%;
    left: 32%;
}
.box-global .global .global-list ul li:nth-child(3) .item-icon
{
    width: 90px;
}
@media (max-width: 1390px)
{
    .box-global .global .global-list ul li:nth-child(3) .item-icon
    {
        width: 80px;
    }
}
@media (max-width: 1199px)
{
    .box-global .global .global-list ul li:nth-child(3) .item-icon
    {
        width: 40px;
    }
}
.box-global .global .global-list ul li:nth-child(3) .item-icon .item-icon-now
{
    width: 70px;
}
@media (max-width: 1390px)
{
    .box-global .global .global-list ul li:nth-child(3) .item-icon .item-icon-now
    {
        width: 60px;
    }
}
@media (max-width: 1199px)
{
    .box-global .global .global-list ul li:nth-child(3) .item-icon .item-icon-now
    {
        width: 30px;
    }
}
.box-global .global .global-list ul li:nth-child(4)
{
    top: 48%;
    left: 46%;
}
.box-global .global .global-list ul li:nth-child(4) .item-icon
{
    width: 86px;
}
@media (max-width: 1390px)
{
    .box-global .global .global-list ul li:nth-child(4) .item-icon
    {
        width: 76px;
    }
}
@media (max-width: 1199px)
{
    .box-global .global .global-list ul li:nth-child(4) .item-icon
    {
        width: 34px;
    }
}
.box-global .global .global-list ul li:nth-child(4) .item-icon .item-icon-now
{
    width: 66px;
}
@media (max-width: 1390px)
{
    .box-global .global .global-list ul li:nth-child(4) .item-icon .item-icon-now
    {
        width: 56px;
    }
}
@media (max-width: 1199px)
{
    .box-global .global .global-list ul li:nth-child(4) .item-icon .item-icon-now
    {
        width: 24px;
    }
}
.box-global .global .global-list ul li:nth-child(5)
{
    top: 54%;
    left: 54%;
}
.box-global .global .global-list ul li:nth-child(5) .item-icon
{
    width: 86px;
}
@media (max-width: 1390px)
{
    .box-global .global .global-list ul li:nth-child(5) .item-icon
    {
        width: 76px;
    }
}
@media (max-width: 1199px)
{
    .box-global .global .global-list ul li:nth-child(5) .item-icon
    {
        width: 40px;
    }
}
.box-global .global .global-list ul li:nth-child(5) .item-icon .item-icon-now
{
    width: 66px;
}
@media (max-width: 1390px)
{
    .box-global .global .global-list ul li:nth-child(5) .item-icon .item-icon-now
    {
        width: 56px;
    }
}
@media (max-width: 1199px)
{
    .box-global .global .global-list ul li:nth-child(5) .item-icon .item-icon-now
    {
        width: 30px;
    }
}
.box-global .global .global-list ul li:nth-child(6)
{
    top: 16%;
    left: 60%;
}
.box-global .global .global-list ul li:nth-child(6) .item-icon
{
    width: 86px;
}
@media (max-width: 1390px)
{
    .box-global .global .global-list ul li:nth-child(6) .item-icon
    {
        width: 76px;
    }
}
@media (max-width: 1199px)
{
    .box-global .global .global-list ul li:nth-child(6) .item-icon
    {
        width: 40px;
    }
}
.box-global .global .global-list ul li:nth-child(6) .item-icon .item-icon-now
{
    width: 66px;
}
@media (max-width: 1390px)
{
    .box-global .global .global-list ul li:nth-child(6) .item-icon .item-icon-now
    {
        width: 56px;
    }
}
@media (max-width: 1199px)
{
    .box-global .global .global-list ul li:nth-child(6) .item-icon .item-icon-now
    {
        width: 30px;
    }
}
.box-global .global .global-list ul li:nth-child(7)
{
    top: 20%;
    left: 72%;
}
.box-global .global .global-list ul li:nth-child(7) .item-icon
{
    width: 86px;
}
@media (max-width: 1390px)
{
    .box-global .global .global-list ul li:nth-child(7) .item-icon
    {
        width: 76px;
    }
}
@media (max-width: 1199px)
{
    .box-global .global .global-list ul li:nth-child(7) .item-icon
    {
        width: 40px;
    }
}
.box-global .global .global-list ul li:nth-child(7) .item-icon .item-icon-now
{
    width: 66px;
}
@media (max-width: 1390px)
{
    .box-global .global .global-list ul li:nth-child(7) .item-icon .item-icon-now
    {
        width: 56px;
    }
}
@media (max-width: 1199px)
{
    .box-global .global .global-list ul li:nth-child(7) .item-icon .item-icon-now
    {
        width: 30px;
    }
}
.box-global .global .global-list ul li:nth-child(8)
{
    top: 24%;
    left: 82%;
}
.box-global .global .global-list ul li:nth-child(8) .item-icon
{
    width: 56px;
}
@media (max-width: 1390px)
{
    .box-global .global .global-list ul li:nth-child(8) .item-icon
    {
        width: 46px;
    }
}
@media (max-width: 1199px)
{
    .box-global .global .global-list ul li:nth-child(8) .item-icon
    {
        width: 30px;
    }
}
.box-global .global .global-list ul li:nth-child(8) .item-icon .item-icon-now
{
    width: 36px;
}
@media (max-width: 1390px)
{
    .box-global .global .global-list ul li:nth-child(8) .item-icon .item-icon-now
    {
        width: 26px;
    }
}
@media (max-width: 1199px)
{
    .box-global .global .global-list ul li:nth-child(8) .item-icon .item-icon-now
    {
        width: 20px;
    }
}
.box-global .global .global-list ul li:nth-child(9)
{
    top: 36%;
    left: 90%;
}
.box-global .global .global-list ul li:nth-child(9) .item-icon
{
    width: 86px;
}
@media (max-width: 1390px)
{
    .box-global .global .global-list ul li:nth-child(9) .item-icon
    {
        width: 76px;
    }
}
@media (max-width: 1199px)
{
    .box-global .global .global-list ul li:nth-child(9) .item-icon
    {
        width: 40px;
    }
}
.box-global .global .global-list ul li:nth-child(9) .item-icon .item-icon-now
{
    width: 66px;
}
@media (max-width: 1390px)
{
    .box-global .global .global-list ul li:nth-child(9) .item-icon .item-icon-now
    {
        width: 56px;
    }
}
@media (max-width: 1199px)
{
    .box-global .global .global-list ul li:nth-child(9) .item-icon .item-icon-now
    {
        width: 30px;
    }
}
.box-global .global .global-list ul li.active .item-icon .item-icon-now
{
    opacity: 0;
}
.box-global .global .global-list ul li.active .item-icon .item-icon-hover
{
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}
.box-global .global .global-list .item-icon
{
    cursor: pointer;
}
.box-global .global .global-list .item-icon img
{
    max-width: 100%;
}
.box-global .global .global-list .item-icon .item-icon-now
{
    margin: 0 auto;
}
.box-global .global .global-list .item-icon .item-icon-hover
{
    position: absolute;
    bottom: 0;

    -webkit-transition: all .6s;
            transition: all .6s;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
}
.box-global .global-text
{
    position: relative;

    max-width: 790px;
    margin: 0 auto;
    margin-top: -120px;
    padding: 10px 50px;

    text-align: center;

    color: #bd002e;
}
@media (max-width: 1470px)
{
    .box-global .global-text
    {
        margin-top: -70px;
    }
}
@media (max-width: 1199px)
{
    .box-global .global-text
    {
        margin: 0 auto;
        padding: 10px;
    }
}
.box-global .global-text:before,
.box-global .global-text:after
{
    position: absolute;
    top: 50%;
    left: 0;

    display: block;

    width: 22px;
    height: 91px;

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

    background: url(../images/line-1.png) no-repeat;
}
@media (max-width: 1199px)
{
    .box-global .global-text:before,
    .box-global .global-text:after
    {
        display: none;
    }
}
.box-global .global-text:after
{
    right: 0;
    left: auto;

    background: url(../images/line-2.png) no-repeat;
}
.box-global .global-text h3
{
    font-size: 30px;
    line-height: 1.4;

    margin: 0 0 10px 0;
}
@media (max-width: 1199px)
{
    .box-global .global-text h3
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .box-global .global-text h3
    {
        font-size: 20px;
    }
}
.box-global .global-text p
{
    font-size: 20px;
    line-height: 1.2;

    margin: 0;
}
@media (max-width: 1199px)
{
    .box-global .global-text p
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .box-global .global-text p
    {
        font-size: 14px;
    }
}
.box-global .number
{
    padding-bottom: 30px;
}
.box-global .number ul
{
    font-size: 0;

    margin: 0;
    padding: 0;
}
.box-global .number ul li
{
    font-size: 14px;

    display: inline-block;

    width: 16.66666667%;
    margin-top: 10px;
    padding: 0 14px;

    vertical-align: top;

    border-right: 1px solid #333;
}
@media (max-width: 991px)
{
    .box-global .number ul li
    {
        width: 33.33333333%;
    }
    .box-global .number ul li:nth-child(3n + 3)
    {
        border-right: none;
    }
}
@media (max-width: 767px)
{
    .box-global .number ul li
    {
        width: 50%;
    }
    .box-global .number ul li:nth-child(2n)
    {
        border-right: none;
    }
}
.box-global .number ul li:last-child
{
    border-right: none;
}
.box-global .number .item
{
    text-align: center;
}
.box-global .number .item b
{
    line-height: 50px;

    display: block;

    color: #bd002e;
}
.box-global .number .item b span.counter
{
    font-size: 50px;
}
@media (max-width: 991px)
{
    .box-global .number .item b span.counter
    {
        font-size: 40px;
    }
}
@media (max-width: 767px)
{
    .box-global .number .item b span.counter
    {
        font-size: 24px;
    }
}
.box-global .number .item b sub
{
    font-size: 20px;
}
@media (max-width: 767px)
{
    .box-global .number .item b sub
    {
        font-size: 16px;
    }
}
.box-global .number .item b sup
{
    font-size: 30px;

    top: 10px;

    vertical-align: top;
}
@media (max-width: 767px)
{
    .box-global .number .item b sup
    {
        font-size: 20px;

        top: 20px;
    }
}
.box-global .number .item .note
{
    padding-top: 10px;

    border-top: 1px solid #333;
}
.box-global .number .item .note p
{
    font-size: 16px;
    line-height: 24px;

    margin: 0;
}
@media (max-width: 767px)
{
    .box-global .number .item .note p
    {
        font-size: 14px;
    }
}
.box-global .global-info
{
    -webkit-transition: all .2s;
            transition: all .2s;

    opacity: 0;
}
.box-global.gg .global-info
{
    opacity: 1;
}
.box-global.gg .about-text .container
{
    opacity: 0;
}
@media (max-width: 1199px)
{
    .box-global.gg .about-text .container
    {
        opacity: 1;
    }
}
.box-global .about-text
{
    position: relative;
    z-index: 2;

    margin-top: -80px;

    -webkit-transition: all .2s;
            transition: all .2s;
    text-align: center;
}
@media (max-width: 1470px)
{
    .box-global .about-text
    {
        margin-top: -90px;
    }
}
@media (max-width: 1199px)
{
    .box-global .about-text
    {
        margin: 0;
        padding: 10px;
    }
}
@media (max-width: 991px)
{
    .box-global .about-text
    {
        margin-top: 30px;
    }
}
.box-global .about-text p
{
    font-size: 18px;
    line-height: 40px;

    padding: 0 30px;

    color: #bd002e;
}
@media (max-width: 991px)
{
    .box-global .about-text p
    {
        font-size: 16px;
        line-height: 30px;

        padding: 0;
    }
}
@media (max-width: 767px)
{
    .box-global .about-text p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.box-global .about-text p b
{
    font-size: 36px;
}
@media (max-width: 991px)
{
    .box-global .about-text p b
    {
        font-size: 24px;
    }
}
.box-global .about-text .text
{
    max-width: 1070px;
    margin: 0 auto;
}
.box-global .about-text .text:before
{
    display: block;

    width: 63px;
    height: 61px;

    content: '';

    background: url(../images/line-4.png) no-repeat center;
}
@media (max-width: 1199px)
{
    .box-global .about-text .text:before
    {
        display: none;
    }
}
.box-global .about-text .text:after
{
    display: block;
    float: right;

    width: 63px;
    height: 61px;

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

    background: url(../images/line-4.png) no-repeat center;
}
@media (max-width: 1199px)
{
    .box-global .about-text .text:after
    {
        display: none;
    }
}
#menu
{
    position: absolute;
    top: 50%;
    left: 15px;

    margin: 0;
    padding: 0;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
@media (max-width: 1199px)
{
    #menu
    {
        display: none;
    }
}
#menu:before,
#menu:after
{
    display: block;

    width: 8px;
    height: 8px;
    margin-left: -4px;

    content: '';

    border-radius: 50%;
    background-color: #898787;
}
#menu li
{
    display: block;

    padding: 20px 0;

    list-style: none;

    border-left: 1px solid #898787;
}
#menu li a
{
    line-height: 30px;

    padding: 10px 0;

    text-decoration: none;

    color: inherit;
}
#menu li a:before
{
    margin-right: 10px;

    content: '-';
}
#menu li.active a
{
    color: #bd002e;
}
.footer
{
    position: relative;

    overflow: hidden;

    padding: 60px 0 0 0;

    color: #fff;
    background-color: #be0532;
}
@media (max-width: 1199px)
{
    .footer
    {
        padding: 30px 0;
    }
}
@media (max-width: 767px)
{
    .footer
    {
        padding: 15px 0;
    }
}
.footer .foot-nav > ul
{
    font-size: 0;

    margin: 0 -26px;
    padding: 0;
}
.footer .foot-nav > ul > li
{
    font-size: 14px;

    display: inline-block;

    width: 20%;
    padding: 0 26px;

    vertical-align: top;
}
@media (max-width: 991px)
{
    .footer .foot-nav > ul > li
    {
        width: 33.33333333%;
    }
}
@media (max-width: 767px)
{
    .footer .foot-nav > ul > li
    {
        width: 100%;
    }
}
.footer .foot-nav .item
{
    text-align: center;
}
@media (max-width: 767px)
{
    .footer .foot-nav .item
    {
        margin-top: 10px;

        text-align: left;
    }
}
.footer .foot-nav .item .title-item
{
    padding-bottom: 14px;

    border-bottom: 1px solid #fff;
}
@media (max-width: 1199px)
{
    .footer .foot-nav .item .title-item
    {
        padding-bottom: 6px;
    }
}
.footer .foot-nav .item .title-item b
{
    font-size: 24px;
    font-weight: normal;
    line-height: 1.5;
}
@media (max-width: 1390px)
{
    .footer .foot-nav .item .title-item b
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .footer .foot-nav .item .title-item b
    {
        font-size: 18px;
        font-weight: bold;
        line-height: 1;
    }
}
.footer .foot-nav .item .item-nav
{
    padding: 20px 0;
}
@media (max-width: 767px)
{
    .footer .foot-nav .item .item-nav
    {
        padding: 6px 0 14px;
    }
}
.footer .foot-nav .item .item-nav:after
{
    font-size: 20px;

    display: none;

    content: '...';
}
@media (max-width: 767px)
{
    .footer .foot-nav .item .item-nav:after
    {
        display: none;
    }
}
.footer .foot-nav .item .item-nav a
{
    font-size: 16px;
    line-height: 1.8;

    /*display: block;*/

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
@media (max-width: 1390px)
{
    .footer .foot-nav .item .item-nav a
    {
        font-size: 14px;
    }
}
@media (max-width: 767px)
{
    .footer .foot-nav .item .item-nav a
    {
        display: inline-block;

        margin-right: 10px;

        vertical-align: top;
    }
}
.footer .foot-nav .item .item-nav a:hover
{
    text-decoration: underline;
}
.footer .foot-contact
{
    padding: 50px 5%;

    text-align: center;

    border-top: 1px solid #e59bad;
    border-bottom: 1px solid #e59bad;
}
@media (max-width: 1390px)
{
    .footer .foot-contact
    {
        padding: 30px 5%;
    }
}
@media (max-width: 1199px)
{
    .footer .foot-contact
    {
        display: none;
    }
}
.footer .foot-contact .title-foot,
.footer .foot-contact .foot-list,
.footer .foot-contact .foot-erweima
{
    display: inline-block;

    vertical-align: middle;
}
.footer .foot-contact .title-foot
{
    padding: 30px;
}
.footer .foot-contact .title-foot b
{
    font-size: 28px;
    font-weight: normal;
    line-height: 40px;

    color: #dbb461;
}
.footer .foot-contact .foot-list
{
    max-width: 70%;

    text-align: left;

    border-left: 1px solid #dbb461;
}
@media (max-width: 1470px)
{
    .footer .foot-contact .foot-list
    {
        max-width: 60%;
    }
}
.footer .foot-contact .foot-list ul
{
    font-size: 0;

    margin: 0;
    padding: 0;
}
.footer .foot-contact .foot-list ul li
{
    font-size: 14px;

    display: inline-block;

    width: 100%;
    padding: 0 40px;

    vertical-align: top;
}
.footer .foot-contact .foot-list ul li p
{
    font-size: 18px;
    line-height: 30px;

    position: relative;

    padding-left: 44px;

    color: #dbb461;
}
@media (max-width: 1390px)
{
    .footer .foot-contact .foot-list ul li p
    {
        font-size: 16px;
    }
}
.footer .foot-contact .foot-list ul li p:before
{
    font-family: 'iconfont' !important;
    font-size: 30px;

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

    content: '\e6fb';
}
.footer .foot-contact .foot-list ul li p.fax:before
{
    font-size: 24px;

    content: '\e6f9';
}
.footer .foot-contact .foot-list ul li p.code:before
{
    font-size: 20px;

    content: '\e6fc';
}
.footer .foot-contact .foot-list ul li p.email:before
{
    font-size: 24px;

    content: '\e6b4';
}
.footer .foot-contact .foot-list ul li p.tel:before
{
    font-size: 24px;

    content: '\e6f8';
}
.footer .foot-contact .foot-erweima img
{
    max-width: 126px;
}
.footer .foot-contact .foot-erweima p
{
    font-size: 16px;
    line-height: 2;

    margin: 0;
}
.footer .foot-copyright
{
    padding-top: 20px;

    text-align: center;
}
.footer .foot-copyright p,
.footer .foot-copyright span,
.footer .foot-copyright a
{
    font-size: 18px;
    line-height: 50px;

    display: inline-block;

    margin: 0;

    vertical-align: top;
}
@media (max-width: 1390px)
{
    .footer .foot-copyright p,
    .footer .foot-copyright span,
    .footer .foot-copyright a
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .footer .foot-copyright p,
    .footer .foot-copyright span,
    .footer .foot-copyright a
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.footer .foot-copyright p:after
{
    margin: 0 30px;

    content: '|';
}
@media (max-width: 767px)
{
    .footer .foot-copyright p:after
    {
        display: none;
    }
}
.footer .foot-copyright span i
{
    font-weight: normal;
    font-style: normal;
    line-height: 30px;

    padding: 0 14px;

    color: #be0532;
    border-radius: 20px;
    background-color: #fff;
}
.wrapper
{
    overflow: hidden;

    padding-top: 80px;
}
@media (max-width: 1199px)
{
    .wrapper
    {
        padding-top: 70px;
    }
}
.wrapper .container
{
    width: 100%;
}
.wrap
{
    padding: 60px 0;
}
@media (max-width: 991px)
{
    .wrap
    {
        padding: 50px 0;
    }
}
.title-in
{
    text-align: center;
}
.title-in:after
{
    display: block;

    width: 90px;
    height: 4px;
    margin: 20px auto;

    content: '';

    background-color: #bd002e;
}
@media (max-width: 1470px)
{
    .title-in:after
    {
        width: 70px;
    }
}
@media (max-width: 767px)
{
    .title-in:after
    {
        width: 50px;
        height: 2px;
        margin: 10px auto;
    }
}
.title-in h2
{
    font-size: 32px;
    line-height: 1.2;

    margin: 0;

    color: #666;
}
@media (max-width: 1470px)
{
    .title-in h2
    {
        font-size: 28px;
    }
}
@media (max-width: 991px)
{
    .title-in h2
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .title-in h2
    {
        font-size: 20px;
    }
}
.title-in p
{
    font-size: 16px;
    line-height: 1.33333333;

    max-width: 750px;
    margin: 0 auto;
    margin-top: 10px;
}
@media (max-width: 767px)
{
    .title-in p
    {
        font-size: 14px;

        margin-top: 10px;
    }
}
.wrap-sidenav
{
    background-color: #f7f7f7;
}
.wrap-sidenav .sidenav,
.wrap-sidenav .location
{
    display: inline-block;

    vertical-align: top;
}
.wrap-sidenav .sidenav
{
    display: none;
}
@media (max-width: 1199px)
{
    .wrap-sidenav .sidenav
    {
        padding-top: 20px;
    }
}
.wrap-sidenav .sidenav > ul
{
    margin: 0 -20px;
}
@media (max-width: 767px)
{
    .wrap-sidenav .sidenav > ul
    {
        margin: 0 -10px;
    }
}
.wrap-sidenav .sidenav > ul > li
{
    display: inline-block;

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

    display: inline-block;

    padding: 15px 20px;
}
@media (max-width: 1199px)
{
    .wrap-sidenav .sidenav > ul > li > a
    {
        font-size: 18px;

        padding: 0 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-sidenav .sidenav > ul > li > a
    {
        font-size: 16px;

        padding: 0 10px;
    }
}
.wrap-sidenav .sidenav > ul > li.active > a,
.wrap-sidenav .sidenav > ul > li:hover > a
{
    color: #bd002e;
}
.wrap-sidenav .location
{
    display: inline-block;
}
@media (max-width: 1199px)
{
    .wrap-sidenav .location
    {
        display: block;
        float: none;
    }
}
.wrap-sidenav .location > ul > li
{
    display: inline-block;

    vertical-align: top;
}
.wrap-sidenav .location > ul > li:after
{
    margin: 0 8px;

    content: '>';
}
.wrap-sidenav .location > ul > li:last-child > a
{
    color: #bd002e;
}
.wrap-sidenav .location > ul > li:last-child:after
{
    display: none;
}
.wrap-sidenav .location > ul > li > a
{
    font-size: 18px;
    line-height: 30px;

    display: inline-block;

    padding: 15px 0;
}
@media (max-width: 1199px)
{
    .wrap-sidenav .location > ul > li > a
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .wrap-sidenav .location > ul > li > a
    {
        font-size: 14px;

        padding: 5px 0;
    }
}
.wrap-sidenav .location > ul > li > a:hover
{
    text-decoration: underline;

    color: #bd002e;
}
.wrap-about
{
    background: url(../images/about_bg.jpg) no-repeat center;
    background-size: cover;
}
.wrap-about .about
{
    font-size: 0;

    max-width: 1400px;
    margin: 0 auto;
}
.wrap-about .about .pic,
.wrap-about .about .text
{
    font-size: 14px;

    display: inline-block;

    vertical-align: middle;
}
.wrap-about .about .pic
{
    width: 57%;
}
@media (max-width: 767px)
{
    .wrap-about .about .pic
    {
        width: 100%;
    }
}
.wrap-about .about .pic img
{
    max-width: 100%;
    margin: 10px 0;
}
.wrap-about .about .text
{
    width: 43%;
    padding-left: 5%;
}
@media (max-width: 767px)
{
    .wrap-about .about .text
    {
        width: 100%;
        padding: 30px 0 0 0;
    }
}
.wrap-about .about .text p
{
    font-size: 20px;
    line-height: 1.7;
}
@media (max-width: 1470px)
{
    .wrap-about .about .text p
    {
        font-size: 16px;
    }
}
@media (max-width: 1199px)
{
    .wrap-about .about .text p
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .wrap-about .about .text p
    {
        font-size: 14px;
    }
}
.wrap-about .about .text p span
{
    font-size: 24px;

    color: #bd002e;
}
@media (max-width: 1470px)
{
    .wrap-about .about .text p span
    {
        font-size: 20px;
    }
}
@media (max-width: 1199px)
{
    .wrap-about .about .text p span
    {
        font-size: 22px;
    }
}
@media (max-width: 767px)
{
    .wrap-about .about .text p span
    {
        font-size: 16px;
    }
}
.wrap-about .about .text p b
{
    font-family: Impact, Arial;
    font-size: 70px;
    font-weight: normal;
    line-height: 1;

    display: inline-block;

    vertical-align: bottom;

    color: #bd002e;
}
@media (max-width: 1199px)
{
    .wrap-about .about .text p b
    {
        font-size: 50px;
    }
}
@media (max-width: 767px)
{
    .wrap-about .about .text p b
    {
        font-size: 40px;
    }
}
.wrap-about-platform
{
    background-color: #f7f7f7;
}
.wrap-about-platform .about-platform
{
    font-size: 0;

    max-width: 1400px;
    margin: 0 auto;
}
.wrap-about-platform .about-platform .pic,
.wrap-about-platform .about-platform .text
{
    font-size: 14px;

    display: inline-block;

    vertical-align: middle;
}
.wrap-about-platform .about-platform .pic
{
    width: 60%;
}
@media (max-width: 767px)
{
    .wrap-about-platform .about-platform .pic
    {
        width: 100%;
    }
}
.wrap-about-platform .about-platform .pic > ul
{
    font-size: 0;
}
.wrap-about-platform .about-platform .pic > ul > li
{
    font-size: 14px;

    display: inline-block;

    width: 50%;
    padding: 4px;

    vertical-align: middle;
}
.wrap-about-platform .about-platform .pic > ul > li .img-box
{
    padding-bottom: 50%;
}
.wrap-about-platform .about-platform .text
{
    width: 40%;
    padding-right: 5%;
}
@media (max-width: 767px)
{
    .wrap-about-platform .about-platform .text
    {
        width: 100%;
        padding: 0;
    }
}
.wrap-about-platform .about-platform .text p
{
    font-size: 20px;
    line-height: 1.7;
}
@media (max-width: 1470px)
{
    .wrap-about-platform .about-platform .text p
    {
        font-size: 16px;
    }
}
@media (max-width: 1199px)
{
    .wrap-about-platform .about-platform .text p
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .wrap-about-platform .about-platform .text p
    {
        font-size: 14px;
    }
}
.wrap-about-platform .about-platform .text p span
{
    font-size: 24px;

    color: #bd002e;
}
@media (max-width: 1470px)
{
    .wrap-about-platform .about-platform .text p span
    {
        font-size: 20px;
    }
}
@media (max-width: 1199px)
{
    .wrap-about-platform .about-platform .text p span
    {
        font-size: 22px;
    }
}
@media (max-width: 767px)
{
    .wrap-about-platform .about-platform .text p span
    {
        font-size: 16px;
    }
}
.wrap-about-platform .about-platform .text p b
{
    font-family: Impact, Arial;
    font-size: 70px;
    font-weight: normal;
    line-height: 1;

    display: inline-block;

    vertical-align: bottom;

    color: #bd002e;
}
@media (max-width: 1199px)
{
    .wrap-about-platform .about-platform .text p b
    {
        font-size: 50px;
    }
}
.wrap-global
{
    padding-bottom: 0;
}
.wrap-global .global
{
    margin-top: 50px;
}
.wrap-global .global img
{
    display: block;

    max-width: 100%;
    margin: 0 auto;
}
.wrap-history .slick-history-nav
{
    position: relative;
}
.wrap-history .slick-history-nav:before
{
    position: absolute;
    top: 50%;

    display: block;

    width: 100%;
    height: 1px;

    content: '';

    border-top: 1px dashed #dcdcdc;
}
.wrap-history .slick-history-nav .item
{
    text-align: center;
}
.wrap-history .slick-history-nav .item .number
{
    position: relative;

    padding: 20px 0;
}
.wrap-history .slick-history-nav .item .number b
{
    font-family: Impact, Arial;
    font-size: 20px;
    font-weight: normal;
    line-height: 70px;

    display: block;

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

    text-align: center;

    color: #666;
    border-radius: 50%;
    background-color: #e6e6e7;
}
@media (max-width: 767px)
{
    .wrap-history .slick-history-nav .item .number b
    {
        font-size: 16px;
        line-height: 50px;

        width: 50px;
        height: 50px;
    }
}
.wrap-history .slick-history-nav .item .number:after
{
    position: absolute;
    bottom: 0;
    left: 50%;

    display: block;

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

    content: '';

    border-radius: 50%;
    background-color: #999;
}
@media (max-width: 767px)
{
    .wrap-history .slick-history-nav .item .number:after
    {
        border: 2px solid #fff;
    }
}
.wrap-history .slick-history-nav .item .number:before
{
    position: absolute;
    bottom: 5px;
    left: 50%;

    display: block;

    width: 1px;
    height: 20px;

    content: '';

    background-color: #e6e6e7;
}
.wrap-history .slick-history-nav .slick-current .item .number b
{
    color: #fff;
    background-color: #bd002e;
}
.wrap-history .slick-history-nav .slick-current .item .number:after
{
    background-color: #bd002e;
}
.wrap-history .slick-history-nav .slick-current .item .number:before
{
    background-color: #bd002e;
}
.wrap-history .slick-history-nav .slick-slide:nth-child(2n) .item .number
{
    margin-top: 100px;
}
@media (max-width: 767px)
{
    .wrap-history .slick-history-nav .slick-slide:nth-child(2n) .item .number
    {
        margin-top: 80px;
    }
}
.wrap-history .slick-history-nav .slick-slide:nth-child(2n) .item .number:after
{
    top: 0;
    bottom: auto;
}
.wrap-history .slick-history-nav .slick-slide:nth-child(2n) .item .number:before
{
    top: 5px;
    bottom: auto;
}
.wrap-history .slick-history-for
{
    position: relative;

    margin-top: 30px;
}
.wrap-history .slick-history-for .item
{
    font-size: 0;

    background-color: #f7f7f7;
}
.wrap-history .slick-history-for .item .pic,
.wrap-history .slick-history-for .item .note
{
    font-size: 14px;

    display: inline-block;

    width: 50%;

    vertical-align: middle;
}
@media (max-width: 767px)
{
    .wrap-history .slick-history-for .item .pic,
    .wrap-history .slick-history-for .item .note
    {
        width: 100%;
    }
}
.wrap-history .slick-history-for .item .pic .img-box
{
    padding-bottom: 56.25%;
}
.wrap-history .slick-history-for .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-history .slick-history-for .item .note
{
    padding: 0 10%;
}
@media (max-width: 767px)
{
    .wrap-history .slick-history-for .item .note
    {
        padding: 30px;

        text-align: center;
    }
}
.wrap-history .slick-history-for .item .note b
{
    font-size: 24px;
    font-weight: normal;
    line-height: 30px;

    display: block;

    color: #bd002e;
}
@media (max-width: 767px)
{
    .wrap-history .slick-history-for .item .note b
    {
        font-size: 20px;
    }
}
.wrap-history .slick-history-for .item .note p
{
    font-size: 18px;
    line-height: 24px;

    margin: 0;
}
@media (max-width: 1470px)
{
    .wrap-history .slick-history-for .item .note p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .wrap-history .slick-history-for .item .note p
    {
        font-size: 14px;
    }
}
.wrap-history .slick-history-for .slick-arrow
{
    left: 54%;
}
@media (max-width: 767px)
{
    .wrap-history .slick-history-for .slick-arrow
    {
        top: auto;
        bottom: 10%;
        left: 0;
    }
}
.wrap-history .slick-history-for .slick-arrow.slick-next
{
    right: 4%;
    left: auto;
}
@media (max-width: 767px)
{
    .wrap-history .slick-history-for .slick-arrow.slick-next
    {
        right: 0;
    }
}
.wrap-honor
{
    background-color: #f8f7f7;
}
@media (max-width: 1199px)
{
    .wrap-honor .honor-lg
    {
        display: none;
    }
}
.wrap-honor .honor-xs
{
    display: none;
}
@media (max-width: 1199px)
{
    .wrap-honor .honor-xs
    {
        display: block;
    }
}
.wrap-honor .honor-xs .item
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-honor .honor-xs .item .note
{
    text-align: center;
}
.wrap-honor .honor-xs .item .note p
{
    font-size: 20px;
    line-height: 1.41666667;

    margin: 10px 0 0 0;
}
@media (max-width: 1470px)
{
    .wrap-honor .honor-xs .item .note p
    {
        font-size: 18px;
    }
}
@media (max-width: 1199px)
{
    .wrap-honor .honor-xs .item .note p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .wrap-honor .honor-xs .item .note p
    {
        font-size: 14px;
    }
}
.wrap-honor .honor-xs .item .pic
{
    margin-top: 30px;
}
@media (max-width: 1199px)
{
    .wrap-honor .honor-xs .item .pic
    {
        margin-top: 20px;
    }
}
.wrap-honor .honor-xs .item .pic .img-box
{
    padding-bottom: 71.25%;
}
.wrap-honor .honor-xs .item .pic-taizi img
{
    width: 100%;
}
.wrap-honor .honor-xs .item:hover .note p
{
    color: #bd002e;
}
.wrap-honor .slick-honor
{
    padding: 0 5%;
}
.wrap-honor .slick-honor .slick-slide
{
    padding: 50px 15px 0;
}
@media (max-width: 1199px)
{
    .wrap-honor .slick-honor .slick-slide
    {
        padding: 20px 15px 0;
    }
}
.wrap-honor .slick-honor .item
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-honor .slick-honor .item .note
{
    text-align: center;
}
.wrap-honor .slick-honor .item .note:before
{
    display: block;

    width: 46px;
    height: 2px;
    margin: 0 auto;
    margin-bottom: 14px;

    content: '';

    background-color: #37362f;
}
.wrap-honor .slick-honor .item .note p
{
    font-size: 20px;
    line-height: 1.41666667;

    margin: 0;
}
@media (max-width: 1470px)
{
    .wrap-honor .slick-honor .item .note p
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .wrap-honor .slick-honor .item .note p
    {
        font-size: 16px;
    }
}
.wrap-honor .slick-honor .item .pic
{
    margin-top: 30px;
    padding: 0 10%;
}
@media (max-width: 1199px)
{
    .wrap-honor .slick-honor .item .pic
    {
        margin-top: 20px;
    }
}
.wrap-honor .slick-honor .item .pic .img-box
{
    padding-bottom: 71.25%;
}
.wrap-honor .slick-honor .item .pic-taizi img
{
    width: 100%;
}
.wrap-honor .slick-honor .item:hover
{
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
}
.wrap-honor .slick-honor .item:hover .note p
{
    color: #bd002e;
}
.wrap-honor .slick-honor .slick-arrow
{
    display: none !important;

    background-image: url(../images/banner-prev.png);
}
.wrap-honor .slick-honor .slick-arrow:hover
{
    background-image: url(../images/prev.png);
}
.wrap-honor .slick-honor .slick-arrow.slick-next
{
    background-image: url(../images/banner-next.png);
}
.wrap-honor .slick-honor .slick-arrow.slick-next:hover
{
    background-image: url(../images/next.png);
}
.wrap-honor .slick-honor:hover .slick-arrow
{
    display: block !important;
}
.wrap-honor .more
{
    margin-top: 20px;

    text-align: center;
}
.wrap-honor .more a
{
    font-size: 16px;
    line-height: 46px;

    display: inline-block;

    padding: 0 40px;

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

    border-radius: 30px;
    background-color: #dcdcdc;
}
.wrap-honor .more a:hover
{
    color: #fff;
    background-color: #bd002e;
}
.wrap-honor-in .honor-in .item
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-honor-in .honor-in .item .note
{
    text-align: center;
}
.wrap-honor-in .honor-in .item .note p
{
    font-size: 18px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1470px)
{
    .wrap-honor-in .honor-in .item .note p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .wrap-honor-in .honor-in .item .note p
    {
        font-size: 14px;
    }
}
.wrap-honor-in .honor-in .item .pic
{
    margin-top: 30px;
}
@media (max-width: 1199px)
{
    .wrap-honor-in .honor-in .item .pic
    {
        margin-top: 20px;
    }
}
.wrap-honor-in .honor-in .item .pic .img-box
{
    padding-bottom: 71.25%;
}
.wrap-honor-in .honor-in .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-honor-in .honor-in .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-honor-in .honor-in .item:hover .note p
{
    color: #bd002e;
}
.wrap-research
{
    background-color: #f7f7f7;
}
.wrap-research .research
{
    font-size: 0;

    max-width: 1210px;
    margin: 0 auto;
    margin-top: 50px;
}
@media (max-width: 991px)
{
    .wrap-research .research
    {
        margin-top: 30px;
    }
}
.wrap-research .research .pic,
.wrap-research .research .text
{
    font-size: 14px;

    display: inline-block;

    vertical-align: middle;
}
.wrap-research .research .pic
{
    width: 50%;
}
@media (max-width: 767px)
{
    .wrap-research .research .pic
    {
        width: 100%;
    }
}
.wrap-research .research .pic .img-box
{
    padding-bottom: 53.57142857%;
}
.wrap-research .research .text
{
    width: 50%;
    padding-left: 5%;
}
@media (max-width: 767px)
{
    .wrap-research .research .text
    {
        width: 100%;
        padding: 30px 0 0 0;
    }
}
.wrap-research .research .text p
{
    font-size: 18px;
    line-height: 1.66666667;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-research .research .text p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .wrap-research .research .text p
    {
        font-size: 14px;
    }
}
.wrap-research .research .slick-dots
{
    position: absolute;
    z-index: 2;
    bottom: 20px;

    width: 100%;
}
.wrap-research .research .slick-dots li
{
    display: inline-block;

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

    border-radius: 50%;
    background-color: #eee;
}
.wrap-research .research .slick-dots li.slick-active
{
    background-color: #bd002e;
}
.wrap-research .research .slick-dots li button
{
    display: none;
}
.wrap-roc .roc
{
    font-size: 0;

    max-width: 1210px;
    margin: 0 auto;
}
.wrap-roc .roc .pic,
.wrap-roc .roc .text
{
    font-size: 14px;

    display: inline-block;

    vertical-align: middle;
}
.wrap-roc .roc .pic
{
    width: 50%;
}
@media (max-width: 767px)
{
    .wrap-roc .roc .pic
    {
        width: 100%;
    }
}
.wrap-roc .roc .pic img
{
    max-width: 100%;
}
.wrap-roc .roc .text
{
    width: 50%;
    padding-left: 5%;
}
@media (max-width: 767px)
{
    .wrap-roc .roc .text
    {
        width: 100%;
        padding: 30px 0 0 0;
    }
}
.wrap-roc .roc .text .title-roc h3
{
    font-size: 24px;
    line-height: 1.4;

    margin: 0;

    color: #bd002e;
}
@media (max-width: 991px)
{
    .wrap-roc .roc .text .title-roc h3
    {
        font-size: 20px;
    }
}
.wrap-roc .roc .text .note
{
    margin-top: 10px;
}
.wrap-roc .roc .text .note h4
{
    font-size: 18px;
    line-height: 40px;

    display: inline-block;

    padding: 0 30px;

    border-radius: 30px;
    background-color: #dcdcdc;
}
@media (max-width: 767px)
{
    .wrap-roc .roc .text .note h4
    {
        font-size: 16px;
        line-height: 30px;

        padding: 0 20px;
    }
}
.wrap-roc .roc .text .note p
{
    font-size: 18px;
    line-height: 1.66666667;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-roc .roc .text .note p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .wrap-roc .roc .text .note p
    {
        font-size: 14px;
    }
}
.wrap-layout .layout
{
    max-width: 1300px;
    margin: 0 auto;
}
.wrap-layout .text
{
    margin-top: 30px;

    text-align: center;
}
.wrap-layout .text img
{
    max-width: 80%;
    margin: 0 auto;
}
@media (max-width: 767px)
{
    .wrap-layout .text img
    {
        max-width: 100%;
    }
}
.wrap-layout .layout-number
{
    margin-top: 30px;
}
.wrap-layout .layout-number ul
{
    text-align: center;
}
.wrap-layout .layout-number ul li
{
    display: inline-block;

    margin-top: 20px;

    vertical-align: top;
}
@media (max-width: 767px)
{
    .wrap-layout .layout-number ul li
    {
        display: block;

        margin-top: 10px;
    }
}
.wrap-layout .layout-number ul li:after
{
    display: inline-block;

    width: 1px;
    height: 80px;

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

    background-color: #bd002e;
}
@media (max-width: 767px)
{
    .wrap-layout .layout-number ul li:after
    {
        display: none;
    }
}
.wrap-layout .layout-number ul li:last-child:after
{
    display: none;
}
.wrap-layout .layout-number ul li .item
{
    display: inline-block;

    max-width: 400px;
    padding: 0 30px;

    text-align: left;
    vertical-align: middle;

    color: #bd002e;
}
.wrap-layout .layout-number ul li .item span.counter
{
    font-family: Impact, Arial;
    font-size: 60px;
    font-weight: normal;

    display: inline-block;
    display: table-cell;

    margin-right: 20px;
}
@media (max-width: 991px)
{
    .wrap-layout .layout-number ul li .item span.counter
    {
        font-size: 40px;
    }
}
@media (max-width: 767px)
{
    .wrap-layout .layout-number ul li .item span.counter
    {
        font-size: 30px;

        display: block;

        margin-right: 0;

        text-align: center;
    }
}
.wrap-layout .layout-number ul li .item b
{
    font-size: 24px;
    line-height: 1.4;

    display: table-cell;

    padding-left: 20px;

    vertical-align: middle;
}
@media (max-width: 991px)
{
    .wrap-layout .layout-number ul li .item b
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-layout .layout-number ul li .item b
    {
        font-size: 16px;

        display: block;

        padding-left: 0;
    }
}
.wrap-layout .note
{
    display: none;

    max-width: 600px;
    margin: 0 auto;
    margin-top: 30px;

    text-align: center;
}
.wrap-layout .note p
{
    font-size: 18px;
    line-height: 1.66666667;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-layout .note p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .wrap-layout .note p
    {
        font-size: 14px;
    }
}
.wrap-research-results
{
    background-color: #f8f8f8;
}
.wrap-research-results .research-results
{
    max-width: 1200px;
    margin: 0 auto;
}
.wrap-research-results .research-results ul
{
    font-size: 0;

    text-align: center;
}
.wrap-research-results .research-results ul li
{
    font-size: 14px;

    position: relative;

    display: inline-block;

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

    text-align: center;
    vertical-align: middle;
}
@media (max-width: 991px)
{
    .wrap-research-results .research-results ul li
    {
        width: 33.33333333%;
    }
}
@media (max-width: 767px)
{
    .wrap-research-results .research-results ul li
    {
        width: 50%;
        margin-top: 10px;

        text-align: left;
    }
}
.wrap-research-results .research-results ul li:after
{
    position: absolute;
    top: 0;
    right: 0;

    display: inline-block;

    width: 1px;
    height: 80px;

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

    background-color: #bd002e;
}
@media (max-width: 991px)
{
    .wrap-research-results .research-results ul li:after
    {
        display: none;
    }
}
.wrap-research-results .research-results ul li:nth-child(5n):after
{
    display: none;
}
.wrap-research-results .research-results ul li .item
{
    display: inline-block;

    max-width: 180px;

    text-align: left;
    vertical-align: middle;

    color: #bd002e;
}
@media (max-width: 991px)
{
    .wrap-research-results .research-results ul li .item
    {
        max-width: 140px;
    }
}
.wrap-research-results .research-results ul li .item span.counter
{
    font-family: Impact, Arial;
    font-size: 50px;
    font-weight: normal;

    display: inline-block;
    display: table-cell;

    margin-right: 20px;
}
@media (max-width: 991px)
{
    .wrap-research-results .research-results ul li .item span.counter
    {
        font-size: 40px;
    }
}
@media (max-width: 767px)
{
    .wrap-research-results .research-results ul li .item span.counter
    {
        font-size: 26px;

        min-width: 38px;

        text-align: center;
    }
}
.wrap-research-results .research-results ul li .item b
{
    font-size: 22px;
    line-height: 1.4;

    display: table-cell;

    padding-left: 10px;

    vertical-align: middle;
}
@media (max-width: 991px)
{
    .wrap-research-results .research-results ul li .item b
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-research-results .research-results ul li .item b
    {
        font-size: 14px;
    }
}
.wrap-ecological
{
    position: relative;

    padding: 0;
}
.wrap-ecological .pic img
{
    max-width: 100%;
}
@media (max-width: 991px)
{
    .wrap-ecological .pic img
    {
        max-width: 200%;
        margin-left: -50%;
    }
}
.wrap-ecological .ecological
{
    position: absolute;
    top: 50%;

    width: 100%;

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

    color: #fff;
}
.wrap-ecological .ecological .note
{
    display: inline-block;

    max-width: 500px;

    text-align: left;
}
.wrap-ecological .ecological .note:before
{
    display: inline-block;

    width: 90px;
    height: 3px;

    content: '';

    background-color: #fff;
}
.wrap-ecological .ecological h3
{
    font-size: 50px;
    font-weight: 500;
}
@media (max-width: 1350px)
{
    .wrap-ecological .ecological h3
    {
        font-size: 40px;
    }
}
@media (max-width: 991px)
{
    .wrap-ecological .ecological h3
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .wrap-ecological .ecological h3
    {
        font-size: 20px;

        padding: 0;
    }
}
.wrap-ecological .ecological p
{
    font-size: 18px;
    font-weight: 500;
    line-height: 1.77777778;
}
@media (max-width: 991px)
{
    .wrap-ecological .ecological p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .wrap-ecological .ecological p
    {
        font-size: 14px;

        padding: 0;
    }
}
@media (max-width: 991px)
{
    .wrap-layout
    {
        padding-top: 0;
    }
}
@media (max-width: 991px)
{
    .wrap-ecological .ecological .title-ecological h2
    {
        font-size: 24px;
    }
}
.wrap-subsidiary .subsidiary
{
    margin-top: 30px;
}
.wrap-subsidiary .subsidiary .row
{
    margin: 0 -4px;
}
.wrap-subsidiary .subsidiary .row .itembox
{
    padding: 0 4px;
}
.wrap-subsidiary .subsidiary .item
{
    position: relative;

    display: block;

    margin-top: 8px;
}
.wrap-subsidiary .subsidiary .item .img-box
{
    padding-bottom: 49.36708861%;
}
.wrap-subsidiary .subsidiary .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-subsidiary .subsidiary .item .note
{
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;

    width: 100%;
    padding: 5px 3%;

    color: #fff;
    background-color: rgba(189, 0, 46, .47);
}
@media (max-width: 767px)
{
    .wrap-subsidiary .subsidiary .item .note
    {
        padding: 10px;
    }
}
.wrap-subsidiary .subsidiary .item .note b
{
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1470px)
{
    .wrap-subsidiary .subsidiary .item .note b
    {
        font-size: 18px;
		line-height: 24px;
		height: 24px;
    }
}
@media (max-width: 1199px)
{
    .wrap-subsidiary .subsidiary .item .note b
    {

    }
}
@media (max-width: 767px)
{
    .wrap-subsidiary .subsidiary .item .note b
    {
        font-size: 16px;
        line-height: 24px;

        height: 24px;
    }
}
.wrap-subsidiary .subsidiary .item .note p
{
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;

    display: -webkit-box;
    overflow: hidden;

    height: 44px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 1470px)
{
    .wrap-subsidiary .subsidiary .item .note p
    {
        font-size: 14px;
		line-height: 20px;
		height: 40px;
    }
}
@media (max-width: 1199px)
{
    .wrap-subsidiary .subsidiary .item .note p
    {
        font-size: 16px;
        line-height: 24px;

        height: 48px;
    }
}
@media (max-width: 767px)
{
    .wrap-subsidiary .subsidiary .item .note p
    {
        font-size: 13px;
        line-height: 20px;

        height: 40px;
    }
}
.wrap-subsidiary .subsidiary .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-service-one .service-xs
{
    display: none;
}
@media (max-width: 1199px)
{
    .wrap-service-one .service-xs
    {
        display: block;
    }
}
.wrap-service-one .service-xs .service
{
    max-width: 1000px;
    margin: 0 auto;

    text-align: center;
}
.wrap-service-one .service-xs .service img
{
    max-width: 100%;
    height: auto !important;
}
.wrap-service-one .service-xs .service-2
{
    max-width: 600px;
}
.wrap-service-one .service-lg
{
    position: relative;

    max-width: 1000px;
    margin: 0 auto;
}
@media (max-width: 1199px)
{
    .wrap-service-one .service-lg
    {
        display: none;
    }
}
.wrap-service-one .service-lg .service-top
{
    position: relative;
}
.wrap-service-one .service-lg .service-top .pic img
{
    width: 100%;
}
.wrap-service-one .service-lg .service-top .item
{
    position: absolute;
}
.wrap-service-one .service-lg .service-top .item:before
{
    font-family: 'iconfont' !important;
    font-size: 30px;
    line-height: 30px;

    display: block;

    content: '\e63e';

    color: #eb7a23;
}
.wrap-service-one .service-lg .service-top .item-left:before
{
    display: inline-block;

    margin-top: -4px;

    vertical-align: middle;
}
.wrap-service-one .service-lg .service-top .item-right:before
{
    float: right;

    margin-top: 4px;
}
.wrap-service-one .service-lg .service-top .item-bottom:before
{
    display: none;
}
.wrap-service-one .service-lg .service-top .item-bottom:after
{
    font-family: 'iconfont' !important;
    font-size: 30px;
    line-height: 30px;

    display: block;

    margin-left: 30px;

    content: '\e63e';

    color: #eb7a23;
}
.wrap-service-one .service-lg .service-top .item p
{
    font-size: 20px;

    display: inline-block;

    vertical-align: middle;

    color: #bd002e;
}
.wrap-service-one .service-lg .service-top .item p b
{
    font-size: 30px;
}
.wrap-service-one .service-lg .service-top .item-1
{
    top: 46%;
    left: 18%;
}
.wrap-service-one .service-lg .service-top .item-2
{
    top: 70%;
    left: 32%;
}
.wrap-service-one .service-lg .service-top .item-3
{
    top: 38%;
    left: 50%;
}
.wrap-service-one .service-lg .service-top .item-4
{
    top: 55%;
    left: 53%;
}
.wrap-service-one .service-lg .service-top .item-5
{
    top: 48%;
    left: 71%;
}
.wrap-service-one .service-lg .service-top .item-6
{
    top: 56%;
    left: 77%;
}
.wrap-service-one .service-lg .service-top .item-7
{
    top: 34%;
    left: 81%;
}
.wrap-service-one .service-bottom
{
    position: relative;

    max-width: 700px;
    margin: 0 auto;
    margin-top: 50px;
}
.wrap-service-one .service-bottom .pic img
{
    width: 100%;
}
.wrap-service-one .service-bottom .item
{
    position: absolute;
}
.wrap-service-one .service-bottom .item:before
{
    font-family: 'iconfont' !important;
    font-size: 30px;
    line-height: 30px;

    display: block;

    content: '\e63e';

    color: #eb7a23;
}
.wrap-service-one .service-bottom .item-left:before
{
    display: inline-block;

    margin-top: -4px;

    vertical-align: middle;
}
.wrap-service-one .service-bottom .item-right:before
{
    float: right;

    margin-top: 4px;
}
.wrap-service-one .service-bottom .item-bottom:before
{
    display: none;
}
.wrap-service-one .service-bottom .item-bottom:after
{
    font-family: 'iconfont' !important;
    font-size: 30px;
    line-height: 30px;

    display: block;

    margin-left: 30px;

    content: '\e63e';

    color: #eb7a23;
}
.wrap-service-one .service-bottom .item p
{
    font-size: 20px;

    display: inline-block;

    vertical-align: middle;

    color: #eb7a23;
}
.wrap-service-one .service-bottom .item p b
{
    font-size: 30px;
}
.wrap-service-one .service-bottom .item-1
{
    top: 37%;
    right: 19%;
}
.wrap-service-one .service-bottom .item-2
{
    top: 45%;
    right: 25%;
}
.wrap-service-one .service-bottom .item-3
{
    top: 58%;
    right: 45%;
}
.wrap-service-one .service-bottom .item-4
{
    top: 68%;
    right: 45%;
}
.wrap-service-one .service-bottom .item-5
{
    top: 20%;
    right: -10%;
}
.wrap-service-one .service-bottom .item-6
{
    top: 35%;
    right: -5%;
}
.wrap-service-one .service-bottom .item-7
{
    top: 60%;
    right: -8%;
}
.wrap-service-one .service-bottom .item-8
{
    top: 74%;
    right: -11%;
}
.wrap-service-one .service-bottom .item-9
{
    top: 78%;
    right: 10%;
}
.wrap-culture
{
    position: relative;

    padding-top: 0;
}
.wrap-culture .culture > ul > li
{
    position: relative;

    padding: 40px 0;
}
@media (max-width: 767px)
{
    .wrap-culture .culture > ul > li
    {
        padding: 20px 0;
    }
}
.wrap-culture .culture > ul > li:nth-child(2n + 1):before
{
    position: absolute;
    top: 0;
    left: -50%;

    display: block;

    width: 200%;
    height: 100%;

    content: '';

    background-color: #f7f7f7;
}
.wrap-culture .culture > ul > li:nth-child(2n) .item .pic
{
    left: 50%;
}
@media (max-width: 767px)
{
    .wrap-culture .culture > ul > li:nth-child(2n) .item .pic
    {
        left: 0;
    }
}
.wrap-culture .culture > ul > li:nth-child(2n) .item .text
{
    right: 50%;
}
@media (max-width: 767px)
{
    .wrap-culture .culture > ul > li:nth-child(2n) .item .text
    {
        right: 0;
    }
}
.wrap-culture .culture .item
{
    font-size: 0;

    position: relative;
    z-index: 2;

    margin: 0 -20px;
}
.wrap-culture .culture .item .pic,
.wrap-culture .culture .item .text
{
    font-size: 14px;

    position: relative;

    display: inline-block;

    width: 50%;
    padding: 0 20px;

    vertical-align: middle;
}
@media (max-width: 767px)
{
    .wrap-culture .culture .item .pic,
    .wrap-culture .culture .item .text
    {
        width: 100%;
    }
}
.wrap-culture .culture .item .pic img
{
    max-width: 100%;
}
.wrap-culture .culture .item .text
{
    padding: 0 5%;
}
@media (max-width: 767px)
{
    .wrap-culture .culture .item .text
    {
        margin-top: 30px;
    }
}
@media (max-width: 767px)
{
    .wrap-culture .culture .item .text .title-culture
    {
        text-align: center;
    }
}
.wrap-culture .culture .item .text .title-culture h3
{
    font-size: 30px;
    line-height: 1.5;

    display: inline-block;

    margin: 0;

    color: #595757;
}
@media (max-width: 1470px)
{
    .wrap-culture .culture .item .text .title-culture h3
    {
        font-size: 26px;
    }
}
@media (max-width: 1199px)
{
    .wrap-culture .culture .item .text .title-culture h3
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-culture .culture .item .text .title-culture h3
    {
        font-size: 16px;
    }
}
.wrap-culture .culture .item .text .title-culture h3:before
{
    display: block;

    width: 100%;
    height: 5px;
    margin-bottom: 14px;

    content: '';

    background-color: #bd002e;
}
@media (max-width: 767px)
{
    .wrap-culture .culture .item .text .title-culture h3:before
    {
        height: 3px;
        margin-bottom: 4px;
    }
}
.wrap-culture .culture .item .text .note
{
    margin-top: 14px;
}
@media (max-width: 767px)
{
    .wrap-culture .culture .item .text .note
    {
        margin-top: 6px;

        text-align: center;
    }
}
.wrap-culture .culture .item .text .note p
{
    font-size: 40px;
    line-height: 1.2;

    margin: 0;
}
@media (max-width: 1470px)
{
    .wrap-culture .culture .item .text .note p
    {
        font-size: 26px;
        /*font-size: 30px;*/
    }
}
@media (max-width: 1199px)
{
    .wrap-culture .culture .item .text .note p
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .wrap-culture .culture .item .text .note p
    {
        font-size: 16px;
    }
}
.wrap-culture .culture-sign
{
    position: relative;
    z-index: 2;
}
.wrap-culture .culture-sign .sign
{
    position: relative;

    overflow: hidden;

    margin-top: 8px;

    background-color: #000;
}
.wrap-culture .culture-sign .sign img
{
    width: 100%;

    opacity: .64;
}
@media (max-width: 767px)
{
    .wrap-culture .culture-sign .sign img
    {
        width: 140%;
        margin-left: -20%;
    }
}
.wrap-culture .culture-sign .sign .text
{
    position: absolute;
    top: 50%;

    width: 100%;
    padding: 0 30px;

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

    color: #fff;
}
.wrap-culture .culture-sign .sign .text .title-culture-sign h3
{
    font-size: 30px;
    line-height: 1.5;

    display: inline-block;

    margin: 0;

    letter-spacing: 1px;

    color: #fff;
}
@media (max-width: 991px)
{
    .wrap-culture .culture-sign .sign .text .title-culture-sign h3
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .wrap-culture .culture-sign .sign .text .title-culture-sign h3
    {
        font-size: 20px;
    }
}
.wrap-culture .culture-sign .sign .text .title-culture-sign h3:before
{
    display: block;

    width: 100%;
    height: 5px;
    margin-bottom: 14px;

    content: '';

    background-color: #bd002e;
}
@media (max-width: 767px)
{
    .wrap-culture .culture-sign .sign .text .title-culture-sign h3:before
    {
        height: 3px;
        margin-bottom: 4px;
    }
}
.wrap-culture .culture-sign .sign .text b
{
    font-size: 38px;
    font-weight: normal;

    z-index: 2;

    margin-top: 20px;

    letter-spacing: 30px;
}
@media (max-width: 1199px)
{
    .wrap-culture .culture-sign .sign .text b
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .wrap-culture .culture-sign .sign .text b
    {
        font-size: 20px;

        letter-spacing: 3px;
    }
}
.wrap-culture-standard
{
    background-color: #f8f7f7;
}
.wrap-culture-standard .standard
{
    margin-top: 30px;

    text-align: center;
}
@media (max-width: 767px)
{
    .wrap-culture-standard .standard
    {
        margin: 10px;
    }
}
.wrap-culture-standard .standard img
{
    max-width: 100%;
    margin-top: 20px;
}
@media (max-width: 767px)
{
    .wrap-culture-standard .standard img
    {
        margin-top: 10px;
    }
}
@media (max-width: 767px)
{
    .wrap-care
    {
        padding-top: 0;
    }
}
.wrap-care .care-sort
{
    text-align: center;
}
@media (max-width: 767px)
{
    .wrap-care .care-sort
    {
        display: none;
    }
}
.wrap-care .care-sort ul
{
    margin: 0 -40px;
}
@media (max-width: 1199px)
{
    .wrap-care .care-sort ul
    {
        margin: 0 -20px;
    }
}
@media (max-width: 767px)
{
    .wrap-care .care-sort ul
    {
        margin: 0 -10px;
    }
}
.wrap-care .care-sort ul li
{
    display: inline-block;

    padding: 0 40px;
}
@media (max-width: 1199px)
{
    .wrap-care .care-sort ul li
    {
        padding: 0 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-care .care-sort ul li
    {
        padding: 0 10px;
    }
}
.wrap-care .care-sort ul li a
{
    font-size: 34px;
    line-height: 50px;

    display: inline-block;

    padding: 0 30px;

    letter-spacing: 5px;

    border: 2px solid #000;
    border-radius: 20px;
}
@media (max-width: 1199px)
{
    .wrap-care .care-sort ul li a
    {
        font-size: 24px;

        border-radius: 10px;
    }
}
@media (max-width: 767px)
{
    .wrap-care .care-sort ul li a
    {
        font-size: 18px;
        line-height: 40px;

        padding: 0 20px;

        letter-spacing: 3px;
    }
}
.wrap-care .care-sort ul li.active a
{
    color: #fff;
    border-color: #bd002e;
    background-color: #bd002e;
}
.wrap-care .care-list
{
    margin-top: 30px;
}
.wrap-care .care-list .title-care
{
    /* display: none; */

    text-align: center;
}
@media (max-width: 767px)
{
    .wrap-care .care-list .title-care
    {
        display: block;
    }
}
.wrap-care .care-list .title-care h3
{
    font-size: 34px;
    line-height: 50px;

    display: inline-block;

    padding: 0 30px;
	margin: 20px;
    letter-spacing: 5px;

    border: 2px solid #000;
    border-radius: 20px;
}
@media (max-width: 1199px)
{
    .wrap-care .care-list .title-care h3
    {
        font-size: 24px;
		margin: 10px 5px;
        border-radius: 10px;
    }
}
@media (max-width: 767px)
{
    .wrap-care .care-list .title-care h3
    {
        font-size: 18px;
        line-height: 40px;

        margin-right: 5px;
        margin-left: 5px;
        padding: 0 20px;

        letter-spacing: 3px;
    }
}
.wrap-care .care-list .title-care h3.active
{
    color: #fff;
    border-color: #bd002e;
    background-color: #bd002e;
}
.wrap-care .care-list .text
{
    padding: 0 10%;

    text-align: center;
}
@media (max-width: 767px)
{
    .wrap-care .care-list .text
    {
        padding: 0;
    }
}
.wrap-care .care-list .text p
{
    font-size: 18px;
    line-height: 32px;

    margin: 0;

    color: #595757;
}
@media (max-width: 767px)
{
    .wrap-care .care-list .text p
    {
        font-size: 16px;
        line-height: 24px;
    }
}
.wrap-care .care-list .pic > ul > li
{
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .wrap-care .care-list .pic > ul > li
    {
        margin-top: 15px;
    }
}
.wrap-care .care-list .pic .item
{
    display: block;
	position: relative;
}
.wrap-care .care-list .pic .item .img-box
{
    padding-bottom: 47.16981132%;
}
.wrap-care .care-list .pic .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-care .care-list .pic .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-care .care-list .pic .item .note{
	position: absolute;
	z-index: 2;
	bottom: 0;
	width: 100%;
	-webkit-transition: all .2s;
	transition: all .2s;
	text-align: center;
	color: #fff;
	background-color: rgba(189, 0, 46, .9);
}
.wrap-care .care-list .pic .item .note p
{
    font-size: 18px;
    line-height: 50px;

    display: -webkit-box;
    overflow: hidden;

    height: 50px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .wrap-care .care-list .pic .item .note p
    {
        font-size: 16px;
        line-height: 40px;

        height: 40px;
    }
}
@media (max-width: 767px)
{
    .wrap-care .care-list .pic .item .note p
    {
        font-size: 14px;
        line-height: 30px;

        height: 30px;
    }
}
/* .wrap-care .care-list .pic .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
} */
.wrap-care .care-list .pic .item:hover .note
{
    background-color: rgba(189, 0, 46, .9);
}
.wrap-investors .investors
{
    max-width: 1200px;
    margin: 0 auto;
}
.wrap-investors .investors .title-investors
{
    padding-bottom: 10px;

    border-bottom: 5px solid #bd002e;
}
.wrap-investors .investors .title-investors h3
{
    font-size: 34px;
    line-height: 50px;

    display: inline-block;

    margin: 0;
}
@media (max-width: 1470px)
{
    .wrap-investors .investors .title-investors h3
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .wrap-investors .investors .title-investors h3
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .wrap-investors .investors .title-investors h3
    {
        font-size: 18px;
    }
}
.wrap-investors .investors .title-investors h3:before
{
    display: inline-block;

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

    content: '';
    vertical-align: middle;

    background: url(../images/icon.png) no-repeat;
    background-size: cover;
}
@media (max-width: 767px)
{
    .wrap-investors .investors .title-investors h3:before
    {
        width: 40px;
        height: 40px;
    }
}
.wrap-investors .investors .title-investors a.more
{
    font-size: 20px;
    line-height: 50px;

    display: inline-block;
    float: right;

    color: #999;
}
@media (max-width: 1350px)
{
    .wrap-investors .investors .title-investors a.more
    {
        font-size: 18px;
    }
}
@media (max-width: 991px)
{
    .wrap-investors .investors .title-investors a.more
    {
        font-size: 16px;
    }
}
.wrap-investors .investors .list > ul > li
{
    border-bottom: 1px solid #38372f;
}
.wrap-investors .investors .list .item
{
    position: relative;

    display: block;

    padding: 15px 140px 15px 10px;
}
@media (max-width: 1350px)
{
    .wrap-investors .investors .list .item
    {
        padding-right: 120px;
    }
}
@media (max-width: 991px)
{
    .wrap-investors .investors .list .item
    {
        padding-right: 100px;
    }
}
@media (max-width: 767px)
{
    .wrap-investors .investors .list .item
    {
        padding: 10px 70px 10px 10px;
    }
}
.wrap-investors .investors .list .item p
{
    font-size: 20px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1350px)
{
    .wrap-investors .investors .list .item p
    {
        font-size: 18px;
    }
}
@media (max-width: 991px)
{
    .wrap-investors .investors .list .item p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .wrap-investors .investors .list .item p
    {
        font-size: 14px;
    }
}
.wrap-investors .investors .list .item span.date
{
    font-size: 20px;
    line-height: 30px;

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

    color: #999;
}
@media (max-width: 1350px)
{
    .wrap-investors .investors .list .item span.date
    {
        font-size: 18px;
    }
}
@media (max-width: 991px)
{
    .wrap-investors .investors .list .item span.date
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .wrap-investors .investors .list .item span.date
    {
        font-size: 12px;

        top: 10px;
    }
}
.wrap-investors .investors .list .item:hover p
{
    color: #bd002e;
}
.wrap-investors .investors-temporary
{
    margin-top: 50px;
}
@media (max-width: 767px)
{
    .wrap-investors .investors-temporary
    {
        margin-top: 30px;
    }
}
.wrap-investors .investors-temporary .title-investors h3:before
{
    background-position: -50px 0;
}
@media (max-width: 767px)
{
    .wrap-investors .investors-temporary .title-investors h3:before
    {
        background-position: -40px 0;
    }
}
.wrap-panoramic
{
    background: url(../images/panoramic_bg.jpg) no-repeat center fixed;
    background-size: cover;
}
@media (max-width: 1199px)
{
    .wrap-panoramic
    {
        background: url(../images/panoramic_bg.jpg) no-repeat center;
        background-size: cover;
    }
}
.wrap-panoramic .item
{
    position: relative;

    display: block;

    max-width: 1200px;
    margin: 40px auto;

    background-color: #000;
}
.wrap-panoramic .item .img-box
{
    padding-bottom: 35.83333333%;

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

    opacity: .6;
}
.wrap-panoramic .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-panoramic .item .note
{
    position: absolute;
    top: 50%;

    width: 100%;
    padding: 0 10px;

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

    color: #fff;
}
.wrap-panoramic .item .note h3
{
    font-size: 48px;
    line-height: 1.2;

    margin: 0;
}
@media (max-width: 1350px)
{
    .wrap-panoramic .item .note h3
    {
        font-size: 38px;
    }
}
@media (max-width: 991px)
{
    .wrap-panoramic .item .note h3
    {
        font-size: 28px;
    }
}
@media (max-width: 767px)
{
    .wrap-panoramic .item .note h3
    {
        font-size: 20px;
    }
}
.wrap-panoramic .item .note span.more
{
    font-size: 30px;
    line-height: 40px;

    display: inline-block;

    margin-top: 3%;

    border-bottom: 1px solid #fff;
}
@media (max-width: 1350px)
{
    .wrap-panoramic .item .note span.more
    {
        font-size: 24px;
    }
}
@media (max-width: 991px)
{
    .wrap-panoramic .item .note span.more
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-panoramic .item .note span.more
    {
        font-size: 14px;
    }
}
.wrap-panoramic .item:hover .img-box
{
    opacity: .8;
}
.wrap-panoramic .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-education
{
    background-color: #f7f7f7;
}
.wrap-education .education
{
    max-width: 1200px;
    margin: 0 auto;
}
.wrap-education .education a.more
{
    font-size: 20px;
    line-height: 40px;

    display: block;

    text-align: right;

    color: #999;
}
@media (max-width: 1350px)
{
    .wrap-education .education a.more
    {
        font-size: 18px;
    }
}
@media (max-width: 991px)
{
    .wrap-education .education a.more
    {
        font-size: 16px;
    }
}
.wrap-education .education a.more:hover
{
    color: #bd002e;
}
.wrap-education .education > ul
{
    border-top: 1px solid #38372f;
}
.wrap-education .education > ul > li
{
    border-bottom: 1px solid #38372f;
}
.wrap-education .education .item
{
    position: relative;

    display: block;

    padding: 15px 140px 15px 10px;
}
@media (max-width: 767px)
{
    .wrap-education .education .item
    {
        padding: 10px 70px 10px 10px;
    }
}
.wrap-education .education .item p
{
    font-size: 20px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1350px)
{
    .wrap-education .education .item p
    {
        font-size: 18px;
    }
}
@media (max-width: 991px)
{
    .wrap-education .education .item p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .wrap-education .education .item p
    {
        font-size: 14px;
    }
}
.wrap-education .education .item span.date
{
    font-size: 20px;
    line-height: 30px;

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

    color: #999;
}
@media (max-width: 1350px)
{
    .wrap-education .education .item span.date
    {
        font-size: 18px;
    }
}
@media (max-width: 991px)
{
    .wrap-education .education .item span.date
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .wrap-education .education .item span.date
    {
        font-size: 12px;

        top: 10px;
    }
}
.wrap-education .education .item:hover p
{
    color: #bd002e;
}
.wrap-tel
{
    text-align: center;

    color: #bd002e;
}
.wrap-tel p
{
    font-size: 34px;
    line-height: 40px;

    margin: 0;
}
@media (max-width: 1350px)
{
    .wrap-tel p
    {
        font-size: 28px;
    }
}
@media (max-width: 991px)
{
    .wrap-tel p
    {
        font-size: 20px;
    }
}
.wrap-tel p:before
{
    font-family: 'iconfont' !important;
    font-size: 40px;

    margin-right: 10px;

    content: '\e840';
}
@media (max-width: 991px)
{
    .wrap-tel p:before
    {
        font-size: 30px;
    }
}
.wrap-tel a
{
    font-size: 36px;
    line-height: 1.4;

    display: block;

    margin-top: 10px;
}
@media (max-width: 1350px)
{
    .wrap-tel a
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .wrap-tel a
    {
        font-size: 26px;
    }
}
@media (max-width: 767px)
{
    .wrap-tel a
    {
        font-size: 24px;
    }
}
.wrap-tel a:hover
{
    text-decoration: underline;
}
.wrap-investors-list .investors-list
{
    max-width: 1200px;
    margin: 0 auto;
}
.wrap-investors-list .investors-list .title-investors
{
    padding-bottom: 10px;

    border-bottom: 5px solid #bd002e;
}
.wrap-investors-list .investors-list .title-investors h3
{
    font-size: 34px;
    line-height: 50px;

    display: inline-block;

    margin: 0;
}
@media (max-width: 1350px)
{
    .wrap-investors-list .investors-list .title-investors h3
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .wrap-investors-list .investors-list .title-investors h3
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .wrap-investors-list .investors-list .title-investors h3
    {
        font-size: 22px;
    }
}
.wrap-investors-list .investors-list .title-investors a.more
{
    font-size: 20px;
    line-height: 50px;

    display: inline-block;
    float: right;

    color: #999;
}
@media (max-width: 1350px)
{
    .wrap-investors-list .investors-list .title-investors a.more
    {
        font-size: 18px;
    }
}
@media (max-width: 991px)
{
    .wrap-investors-list .investors-list .title-investors a.more
    {
        font-size: 16px;
    }
}
.wrap-investors-list .investors-list .list > ul > li
{
    border-bottom: 1px solid #38372f;
}
.wrap-investors-list .investors-list .list .item
{
    position: relative;

    display: block;

    padding: 15px 140px 15px 10px;
}
@media (max-width: 1350px)
{
    .wrap-investors-list .investors-list .list .item
    {
        padding-right: 120px;
    }
}
@media (max-width: 991px)
{
    .wrap-investors-list .investors-list .list .item
    {
        padding-right: 100px;
    }
}
@media (max-width: 767px)
{
    .wrap-investors-list .investors-list .list .item
    {
        padding: 10px 100px 10px 10px;
    }
}
.wrap-investors-list .investors-list .list .item p
{
    font-size: 20px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1350px)
{
    .wrap-investors-list .investors-list .list .item p
    {
        font-size: 18px;
    }
}
@media (max-width: 991px)
{
    .wrap-investors-list .investors-list .list .item p
    {
        font-size: 16px;
    }
}
.wrap-investors-list .investors-list .list .item span.date
{
    font-size: 20px;
    line-height: 30px;

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

    color: #999;
}
@media (max-width: 1350px)
{
    .wrap-investors-list .investors-list .list .item span.date
    {
        font-size: 18px;
    }
}
@media (max-width: 991px)
{
    .wrap-investors-list .investors-list .list .item span.date
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .wrap-investors-list .investors-list .list .item span.date
    {
        font-size: 14px;

        top: 10px;
    }
}
.wrap-investors-list .investors-list .list .item:hover p
{
    color: #bd002e;
}
.wrap-investors-list .investors-temporary
{
    margin-top: 50px;
}
.wrap-investors-list .investors-temporary .title-investors h3:before
{
    background-position: -50px 0;
}
.wrap-education-show .education-show
{
    max-width: 1200px;
    margin: 0 auto;
}
.wrap-education-show .title-education-show
{
    padding-bottom: 10px;

    text-align: center;

    border-bottom: 1px solid #ddd;
}
.wrap-education-show .title-education-show h1
{
    font-size: 30px;
    line-height: 1.5;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-education-show .title-education-show h1
    {
        font-size: 20px;
    }
}
.wrap-education-show .title-education-show span.date
{
    line-height: 30px;

    display: block;

    color: #bd002e;
}
.wrap-education-show .text
{
    margin-top: 30px;
}
.wrap-education-show .text p
{
    font-size: 16px;
    line-height: 1.875;

    margin: 0;

    color: #666;
}
@media (max-width: 991px)
{
    .wrap-education-show .text p
    {
        font-size: 14px;
    }
}
.wrap-education-show .text img
{
    max-width: 100%;
    height: auto !important;
}
.wrap-education-show .relate-education
{
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 40px;
    padding-top: 10px;

    border-top: 1px solid #ddd;
}
.wrap-education-show .relate-education ul
{
    font-size: 0;

    margin: 0;
    padding: 0;
}
.wrap-education-show .relate-education ul li
{
    display: inline-block;

    width: 50%;

    vertical-align: top;
}
@media (max-width: 767px)
{
    .wrap-education-show .relate-education ul li
    {
        display: block;

        width: 100%;
    }
}
.wrap-education-show .relate-education ul li a
{
    font-size: 16px;
    line-height: 30px;

    position: relative;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;

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

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px)
{
    .wrap-education-show .relate-education ul li a
    {
        font-size: 14px;
    }
}
.wrap-education-show .relate-education ul li.next
{
    text-align: right;
}
@media (max-width: 767px)
{
    .wrap-education-show .relate-education ul li.next
    {
        text-align: left;
    }
}
.wrap-education-show .relate-education ul li:hover a
{
    text-decoration: none;

    color: #bd002e;
}
.wrap-education-show .relate-education ul li:hover a span
{
    color: #999;
}
.wrap-jobs .list
{
    max-width: 1210px;
    margin: 0 auto;
}
.wrap-jobs .list > ul > li
{
    margin-top: 10px;

    background-color: #f7f7f7;
}
.wrap-jobs .list > ul > li:hover .item .note b
{
    color: #bd002e;
}
.wrap-jobs .list .item-box
{
    font-size: 0;
}
.wrap-jobs .list .item-box .pic,
.wrap-jobs .list .item-box .item
{
    display: inline-block;

    vertical-align: middle;
}
.wrap-jobs .list .item-box .pic
{
    width: 30%;
}
@media (max-width: 767px)
{
    .wrap-jobs .list .item-box .pic
    {
        width: 100%;
    }
}
.wrap-jobs .list .item-box .pic img
{
    max-width: 100%;
}
.wrap-jobs .list .item-box .item
{
    width: 70%;
    padding: 30px 5%;
}
@media (max-width: 767px)
{
    .wrap-jobs .list .item-box .item
    {
        width: 100%;
    }
}
@media (max-width: 767px)
{
    .wrap-jobs .list .item-box .item
    {
        padding: 30px 10px;
    }
}
.wrap-jobs .list .item
{
    font-size: 0;
}
.wrap-jobs .list .item .jobs-icon,
.wrap-jobs .list .item .note,
.wrap-jobs .list .item .more
{
    font-size: 14px;

    display: inline-block;

    vertical-align: middle;
}
.wrap-jobs .list .item .jobs-icon
{
    width: 20%;
}
@media (max-width: 767px)
{
    .wrap-jobs .list .item .jobs-icon
    {
        width: 100%;

        text-align: center;
    }
}
.wrap-jobs .list .item .jobs-icon img
{
    max-width: 65%;
}
@media (max-width: 767px)
{
    .wrap-jobs .list .item .jobs-icon img
    {
        max-width: 60px;
    }
}
.wrap-jobs .list .item .note
{
    width: 80%;
    padding: 0 30px;

    border-left: 1px solid #38372f;
}
@media (max-width: 767px)
{
    .wrap-jobs .list .item .note
    {
        width: 100%;
        margin-top: 20px;
        padding: 0 10px;

        text-align: center;

        border: none;
    }
}
.wrap-jobs .list .item .note b
{
    font-size: 30px;
    font-weight: 500;
    line-height: 1;
	color: #333333;
    display: block;

    margin-bottom: 10px;

    -webkit-transition: all .2s;
            transition: all .2s;
}
@media (max-width: 1470px)
{
    .wrap-jobs .list .item .note b
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .wrap-jobs .list .item .note b
    {
        font-size: 22px;
    }
}
.wrap-jobs .list .item .note p
{
    font-size: 16px;
    line-height: 1.6;

    margin: 0;
}
@media (max-width: 1470px)
{
    .wrap-jobs .list .item .note p
    {
        font-size: 14px;

        max-width: 100%;
    }
}
.wrap-jobs .list .item .more
{
    display: block;
    clear: both;

    margin-top: 10px;

    text-align: right;
}
@media (max-width: 767px)
{
    .wrap-jobs .list .item .more
    {
        text-align: center;
    }
}
.wrap-jobs .list .item .more a
{
    font-size: 16px;
    line-height: 36px;

    display: inline-block;

    margin-left: 30px;
    padding: 0 20px;

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

    border: 1px solid #3c382e;
    border-radius: 30px;
}
@media (max-width: 1199px)
{
    .wrap-jobs .list .item .more a
    {
        font-size: 16px;

        padding: 0 10px;
    }
}
@media (max-width: 767px)
{
    .wrap-jobs .list .item .more a
    {
        font-size: 14px;
        line-height: 30px;

        height: 30px;
        margin: 0 10px;
    }
}
.wrap-jobs .list .item .more a:hover
{
    color: #fff;
    border-color: #bd002e;
    background-color: #bd002e;
}
.wrap-jobs-linian
{
    padding: 0;
}
.wrap-jobs-linian .jobs-linian > ul > li
{
    padding: 70px 0;
}
@media (max-width: 991px)
{
    .wrap-jobs-linian .jobs-linian > ul > li
    {
        padding: 50px 0;
    }
}
.wrap-jobs-linian .jobs-linian > ul > li:nth-child(2n + 1)
{
    background-color: #f7f7f7;
}
.wrap-jobs-linian .jobs-linian .title-in h2
{
    font-weight: normal;
}
.wrap-jobs-linian .jobs-linian .text
{
    max-width: 1030px;
    margin: 0 auto;
}
.wrap-jobs-linian .jobs-linian .text p
{
    font-size: 20px;
    line-height: 1.6;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-jobs-linian .jobs-linian .text p
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .wrap-jobs-linian .jobs-linian .text p
    {
        font-size: 14px;
    }
}
.wrap-jobs-growth
{
    padding-top: 0;
}
.wrap-jobs-growth .jobs-growth > ul > li
{
    font-size: 0;

    padding: 70px 0;
}
@media (max-width: 991px)
{
    .wrap-jobs-growth .jobs-growth > ul > li
    {
        padding: 50px 0;
    }
}
@media (max-width: 767px)
{
    .wrap-jobs-growth .jobs-growth > ul > li
    {
        padding: 30px 0;
    }
}
.wrap-jobs-growth .jobs-growth > ul > li:nth-child(2n + 1)
{
    background-color: #f7f7f7;
}
.wrap-jobs-growth .jobs-growth .title-jobs-growth,
.wrap-jobs-growth .jobs-growth .text
{
    font-size: 14px;

    position: relative;

    display: inline-block;

    vertical-align: middle;
}
.wrap-jobs-growth .jobs-growth .title-jobs-growth
{
    left: 60%;

    width: 40%;

    text-align: center;
}
@media (max-width: 767px)
{
    .wrap-jobs-growth .jobs-growth .title-jobs-growth
    {
        left: 0;

        width: 100%;
    }
}
.wrap-jobs-growth .jobs-growth .title-jobs-growth h2
{
    font-size: 40px;

    display: inline-block;

    margin: 0;
    padding-bottom: 20px;

    color: #bd002e;
    border-bottom: 4px solid #bd002e;
}
@media (max-width: 1199px)
{
    .wrap-jobs-growth .jobs-growth .title-jobs-growth h2
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .wrap-jobs-growth .jobs-growth .title-jobs-growth h2
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .wrap-jobs-growth .jobs-growth .title-jobs-growth h2
    {
        font-size: 20px;

        padding-bottom: 10px;

        border-bottom-width: 2px;
    }
}
.wrap-jobs-growth .jobs-growth .title-jobs-growth h2 i
{
    font-size: 70px;

    margin-right: 10px;
}
@media (max-width: 1199px)
{
    .wrap-jobs-growth .jobs-growth .title-jobs-growth h2 i
    {
        font-size: 60px;
    }
}
@media (max-width: 991px)
{
    .wrap-jobs-growth .jobs-growth .title-jobs-growth h2 i
    {
        font-size: 40px;
    }
}
@media (max-width: 767px)
{
    .wrap-jobs-growth .jobs-growth .title-jobs-growth h2 i
    {
        font-size: 30px;
    }
}
.wrap-jobs-growth .jobs-growth .text
{
    right: 40%;

    width: 60%;
    margin-top: 50px;
}
@media (max-width: 767px)
{
    .wrap-jobs-growth .jobs-growth .text
    {
        right: 0;

        width: 100%;
        margin-top: 30px;
    }
}
.wrap-jobs-growth .jobs-growth .text p
{
    font-size: 18px;
    line-height: 2;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-jobs-growth .jobs-growth .text p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .wrap-jobs-growth .jobs-growth .text p
    {
        font-size: 14px;
    }
}
.wrap-jobs-growth .jobs-growth .text img
{
    display: block;

    max-width: 100%;
    height: auto !important;
    margin: 0 auto;
}
.wrap-jobs-growth .jobs-project
{
    margin-top: 60px;

    background-color: #f7f7f7;
}
.wrap-jobs-growth .jobs-project ul li:nth-child(2n) .item .pic
{
    right: 50%;
}
@media (max-width: 767px)
{
    .wrap-jobs-growth .jobs-project ul li:nth-child(2n) .item .pic
    {
        right: 0;
    }
}
.wrap-jobs-growth .jobs-project ul li:nth-child(2n) .item .text
{
    left: 50%;
}
@media (max-width: 767px)
{
    .wrap-jobs-growth .jobs-project ul li:nth-child(2n) .item .text
    {
        left: 0;
    }
}
.wrap-jobs-growth .jobs-project ul li:nth-child(2n) .item .text .title-project
{
    text-align: right;
}
@media (max-width: 767px)
{
    .wrap-jobs-growth .jobs-project ul li:nth-child(2n) .item .text .title-project
    {
        text-align: left;
    }
}
.wrap-jobs-growth .jobs-project .item
{
    font-size: 0;
}
.wrap-jobs-growth .jobs-project .item .text,
.wrap-jobs-growth .jobs-project .item .pic
{
    font-size: 14px;

    position: relative;

    display: inline-block;

    width: 50%;

    vertical-align: middle;
}
@media (max-width: 767px)
{
    .wrap-jobs-growth .jobs-project .item .text,
    .wrap-jobs-growth .jobs-project .item .pic
    {
        width: 100%;
    }
}
.wrap-jobs-growth .jobs-project .item .pic img
{
    width: 100%;
}
.wrap-jobs-growth .jobs-project .item .text
{
    padding: 20px 5%;
}
@media (max-width: 1350px)
{
    .wrap-jobs-growth .jobs-project .item .text
    {
        padding: 20px 15px;
    }
}
.wrap-jobs-growth .jobs-project .item .text .title-project:before
{
    display: inline-block;

    width: 110px;
    height: 4px;
    margin-bottom: 14px;

    content: '';

    background-color: #bd002e;
}
@media (max-width: 1470px)
{
    .wrap-jobs-growth .jobs-project .item .text .title-project:before
    {
        width: 90px;
    }
}
@media (max-width: 991px)
{
    .wrap-jobs-growth .jobs-project .item .text .title-project:before
    {
        width: 60px;
        height: 2px;
        margin-bottom: 0;
    }
}
.wrap-jobs-growth .jobs-project .item .text .title-project h3
{
    font-size: 32px;
    line-height: 1.4;

    margin: 0;

    color: #666;
}
@media (max-width: 1470px)
{
    .wrap-jobs-growth .jobs-project .item .text .title-project h3
    {
        font-size: 26px;
    }
}
@media (max-width: 991px)
{
    .wrap-jobs-growth .jobs-project .item .text .title-project h3
    {
        font-size: 20px;
    }
}
.wrap-jobs-growth .jobs-project .item .text .note
{
    font-size: 18px;
    line-height: 32px;

    margin-top: 20px;
}
@media (max-width: 1350px)
{
    .wrap-jobs-growth .jobs-project .item .text .note
    {
        font-size: 16px;
        line-height: 30px;
    }
}
@media (max-width: 991px)
{
    .wrap-jobs-growth .jobs-project .item .text .note
    {
        font-size: 14px;
        line-height: 24px;

        margin-top: 10px;
    }
}
.wrap-jobs-growth .jobs-project .item .text .note p
{
    margin: 0;
}
@media (max-width: 767px)
{
    .wrap-jobs-welfare
    {
        padding-top: 0;
    }
}
.wrap-jobs-welfare .welfare-sort
{
    text-align: center;
}
@media (max-width: 767px)
{
    .wrap-jobs-welfare .welfare-sort
    {
        display: none;
    }
}
.wrap-jobs-welfare .welfare-sort ul
{
    margin: 0 -18px;
}
@media (max-width: 1199px)
{
    .wrap-jobs-welfare .welfare-sort ul
    {
        margin: 0 -10px;
    }
}
@media (max-width: 767px)
{
    .wrap-jobs-welfare .welfare-sort ul
    {
        margin: 0 -5px;
    }
}
.wrap-jobs-welfare .welfare-sort ul li
{
    display: inline-block;

    padding: 0 18px;
}
@media (max-width: 1199px)
{
    .wrap-jobs-welfare .welfare-sort ul li
    {
        padding: 0 10px;
    }
}
@media (max-width: 767px)
{
    .wrap-jobs-welfare .welfare-sort ul li
    {
        padding: 4px 5px;
    }
}
.wrap-jobs-welfare .welfare-sort ul li a
{
    font-size: 30px;
    line-height: 50px;

    display: inline-block;

    padding: 0 20px;

    letter-spacing: 5px;

    border: 1px solid #000;
    border-radius: 30px;
}
@media (max-width: 1199px)
{
    .wrap-jobs-welfare .welfare-sort ul li a
    {
        font-size: 24px;

        border-radius: 10px;
    }
}
@media (max-width: 767px)
{
    .wrap-jobs-welfare .welfare-sort ul li a
    {
        font-size: 16px;
        line-height: 34px;

        padding: 0 10px;

        letter-spacing: 0;
    }
}
.wrap-jobs-welfare .welfare-sort ul li.active a
{
    color: #fff;
    border-color: #bd002e;
    background-color: #bd002e;
}
.wrap-jobs-welfare .welfare-list
{
    margin-top: 30px;
}
@media (max-width: 991px)
{
    .wrap-jobs-welfare .welfare-list
    {
        margin-top: 10px;
    }
}
.wrap-jobs-welfare .welfare-list .title-care
{
    /* display: none; */

    text-align: center;
}
@media (max-width: 767px)
{
    .wrap-jobs-welfare .welfare-list .title-care
    {
        display: block;
    }
}
.wrap-jobs-welfare .welfare-list .title-care h3
{
    font-size: 34px;
    line-height: 50px;

    display: inline-block;

    padding: 0 30px;
	margin: 10px;

    letter-spacing: 5px;

    border: 2px solid #000;
    border-radius: 20px;
}
@media (max-width: 1199px)
{
    .wrap-jobs-welfare .welfare-list .title-care h3
    {
        font-size: 24px;

        border-radius: 10px;
    }
}
@media (max-width: 767px)
{
    .wrap-jobs-welfare .welfare-list .title-care h3
    {
        font-size: 15px;
        line-height: 30px;

        padding: 0 10px;

        letter-spacing: 3px;
    }
}
.wrap-jobs-welfare .welfare-list .title-care h3.active
{
    color: #fff;
    border-color: #bd002e;
    background-color: #bd002e;
}
.wrap-jobs-welfare .welfare-list .title-in h2{
	display: none;
}
.wrap-jobs-welfare .welfare-list .title-in h2.active{
	display: block;
}
.wrap-jobs-welfare .welfare-list .text
{
    padding: 0 10%;

    text-align: center;
}
@media (max-width: 767px)
{
    .wrap-jobs-welfare .welfare-list .text
    {
        padding: 0;
    }
}
.wrap-jobs-welfare .welfare-list .text p
{
    font-size: 18px;
    line-height: 32px;

    margin: 0;

    color: #595757;
}
@media (max-width: 991px)
{
    .wrap-jobs-welfare .welfare-list .text p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .wrap-jobs-welfare .welfare-list .text p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.wrap-jobs-welfare .welfare-list .picbox
{
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .wrap-jobs-welfare .welfare-list .picbox
    {
        margin-top: 20px;
    }
}
.wrap-jobs-welfare .welfare-list .picbox > ul
{
    margin: 0 -4px;
}
.wrap-jobs-welfare .welfare-list .picbox > ul > li
{
    padding: 4px;
}
.wrap-jobs-welfare .welfare-list .picbox .item
{
    position: relative;

    display: block;
}
.wrap-jobs-welfare .welfare-list .picbox .item .img-box
{
    padding-bottom: 60%;
}
.wrap-jobs-welfare .welfare-list .picbox .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-jobs-welfare .welfare-list .picbox .item .note
{
    position: absolute;
    z-index: 2;
    bottom: 0;

    width: 100%;

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

    color: #fff;
    background-color: rgba(189, 0, 46, .9);
}
.wrap-jobs-welfare .welfare-list .picbox .item .note p
{
    font-size: 18px;
    line-height: 50px;

    display: -webkit-box;
    overflow: hidden;

    height: 50px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .wrap-jobs-welfare .welfare-list .picbox .item .note p
    {
        font-size: 16px;
        line-height: 40px;

        height: 40px;
    }
}
@media (max-width: 767px)
{
    .wrap-jobs-welfare .welfare-list .picbox .item .note p
    {
        font-size: 14px;
        line-height: 30px;

        height: 30px;
    }
}
.wrap-jobs-welfare .welfare-list .picbox .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-jobs-welfare .welfare-list .picbox .item:hover .note
{
    background-color: rgba(189, 0, 46, .9);
}
.wrap-jobs-social .social-text
{
    font-size: 16px;
    line-height: 28px;

    margin-top: 30px;
}
@media (max-width: 767px)
{
    .wrap-jobs-social .social-text
    {
        font-size: 14px;
    }
}
.wrap-jobs-social .social-text p
{
    margin: 0;
}
.wrap-jobs-social .social-text img
{
    max-width: 100%;
    height: auto !important;
}
.wrap-jobs-social .list
{
    margin-top: 30px;
}
.wrap-jobs-social .list > ul > li:nth-child(1)
{
    position: relative;

    background-color: #f8f8f8;
}
.wrap-jobs-social .list > ul > li:nth-child(1):before
{
    position: absolute;
    top: 0;
    left: -50%;

    display: block;

    width: 200%;
    height: 100%;

    content: '';

    background-color: #f8f8f8;
}
.wrap-jobs-social .list > ul > li:nth-child(1) .item
{
    position: relative;
    z-index: 2;

    border-bottom: none;
}
.wrap-jobs-social .list .item
{
    line-height: 30px;

    display: table;

    width: 100%;
    padding: 15px;

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

    border-bottom: 1px solid #7a7974;
}
@media (max-width: 991px)
{
    .wrap-jobs-social .list .item
    {
        line-height: 22px;

        padding: 10px;
    }
}
.wrap-jobs-social .list .item b,
.wrap-jobs-social .list .item p
{
    display: table-cell;

    width: 25%;

    vertical-align: middle;
}
.wrap-jobs-social .list .item b:nth-child(1),
.wrap-jobs-social .list .item p:nth-child(1)
{
    text-align: left;
}
.wrap-jobs-social .list .item b
{
    font-size: 24px;
}
@media (max-width: 991px)
{
    .wrap-jobs-social .list .item b
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-jobs-social .list .item b
    {
        font-size: 16px;
    }
}
.wrap-jobs-social .list .item p
{
    font-size: 18px;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-jobs-social .list .item p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .wrap-jobs-social .list .item p
    {
        font-size: 14px;
    }
}
.wrap-jobs-social .list .item:hover
{
    color: #fff;
    border-color: #bd002e;
    background-color: #bd002e;
}
.jobs-email
{
    margin-top: 50px;

    text-align: center;
}
@media (max-width: 767px)
{
    .jobs-email
    {
        margin-top: 30px;
    }
}
.jobs-email a
{
    font-size: 30px;
    font-weight: 500;
    line-height: 30px;

    display: inline-block;

    margin: 0;
    padding: 10px 30px;

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

    color: #bd002e;
    border: 2px solid #bd002e;
    border-radius: 30px;
}
@media (max-width: 991px)
{
    .jobs-email a
    {
        font-size: 28px;
    }
}
@media (max-width: 767px)
{
    .jobs-email a
    {
        font-size: 16px;
        line-height: 24px;

        padding: 10px 20px;

        border-width: 2px;
    }
}
.jobs-email a:hover
{
    color: #fff;
    border-color: #bd002e;
    background-color: #bd002e;
}
.wrap-jobs-social-show .title-in
{
    margin-bottom: 30px;
}
.wrap-jobs-social-show .title-in:after
{
    display: none;
}
.wrap-jobs-social-show .title-in h2
{
    font-size: 24px;
    line-height: 40px;

    display: inline-block;

    margin: 0;
    padding: 10px 70px;

    color: #fff;
    border-radius: 50px;
    background-color: #bd002e;
}
@media (max-width: 991px)
{
    .wrap-jobs-social-show .title-in h2
    {
        font-size: 20px;
        line-height: 40px;

        padding: 10px 40px;
    }
}
.wrap-jobs-social-show .title-in h2:after
{
    display: none;
}
.wrap-jobs-social-show .jobs-social-show
{
    margin-top: 50px;
}
.wrap-jobs-social-show .jobs-social-show .jobs-social-top
{
    max-width: 1210px;
    margin: 0 auto;
}
.wrap-jobs-social-show .jobs-social-show .jobs-social-top > ul
{
    font-size: 0;

    margin: 0 -10px;
}
.wrap-jobs-social-show .jobs-social-show .jobs-social-top > ul > li
{
    font-size: 14px;
    font-size: 24px;

    display: inline-block;

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

    vertical-align: top;
}
@media (max-width: 991px)
{
    .wrap-jobs-social-show .jobs-social-show .jobs-social-top > ul > li
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-jobs-social-show .jobs-social-show .jobs-social-top > ul > li
    {
        font-size: 18px;
    }
}
.wrap-jobs-social-show .jobs-social-show .list
{
    margin-top: 30px;
    padding: 0 5%;

    background-color: #f7f7f7;
}
@media (max-width: 767px)
{
    .wrap-jobs-social-show .jobs-social-show .list
    {
        padding: 0 14px;
    }
}
.wrap-jobs-social-show .jobs-social-show .list .text
{
    padding: 30px 3%;
}
@media (max-width: 1199px)
{
    .wrap-jobs-social-show .jobs-social-show .list .text
    {
        padding: 30px;
    }
}
@media (max-width: 991px)
{
    .wrap-jobs-social-show .jobs-social-show .list .text
    {
        padding: 30px 14px;
    }
}
.wrap-jobs-social-show .jobs-social-show .list .text:nth-child(1)
{
    border-bottom: 1px dotted #000;
}
.wrap-jobs-social-show .jobs-social-show .list .text .title-jobs-social h3
{
    font-size: 30px;
    font-weight: 500;
    line-height: 1.4;

    margin: 0;
}
@media (max-width: 1199px)
{
    .wrap-jobs-social-show .jobs-social-show .list .text .title-jobs-social h3
    {
        font-size: 26px;
    }
}
@media (max-width: 991px)
{
    .wrap-jobs-social-show .jobs-social-show .list .text .title-jobs-social h3
    {
        font-size: 22px;
    }
}
@media (max-width: 767px)
{
    .wrap-jobs-social-show .jobs-social-show .list .text .title-jobs-social h3
    {
        font-size: 18px;
    }
}
.wrap-jobs-social-show .jobs-social-show .list .text .note
{
    margin-top: 10px;
}
.wrap-jobs-social-show .jobs-social-show .list .text .note p
{
    font-size: 18px;
    line-height: 1.77777778;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-jobs-social-show .jobs-social-show .list .text .note p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .wrap-jobs-social-show .jobs-social-show .list .text .note p
    {
        font-size: 14px;
    }
}
.wrap-jobs-social-show .jobs-social-show .pic .row
{
    margin: 0 -2px;
}
.wrap-jobs-social-show .jobs-social-show .pic .row .itembox
{
    padding: 0;
}
.wrap-jobs-social-show .jobs-social-show .pic .img-box
{
    margin-top: 4px;
    padding-bottom: 61.53846154%;

    border: 4px solid #fff;
}
.wrap-jobs-social-show .jobs-social-show .channel
{
    padding: 30px 8%;

    background-color: #f7f7f7;
}
@media (max-width: 1199px)
{
    .wrap-jobs-social-show .jobs-social-show .channel
    {
        padding: 30px 60px;
    }
}
@media (max-width: 991px)
{
    .wrap-jobs-social-show .jobs-social-show .channel
    {
        padding: 30px 40px;
    }
}
@media (max-width: 767px)
{
    .wrap-jobs-social-show .jobs-social-show .channel
    {
        padding: 30px;
    }
}
.wrap-jobs-social-show .jobs-social-show .channel .title-channel
{
    border-bottom: 3px solid #333;
}
.wrap-jobs-social-show .jobs-social-show .channel .title-channel h3
{
    font-size: 30px;
    line-height: 1.4;

    margin: 0;
}
@media (max-width: 1199px)
{
    .wrap-jobs-social-show .jobs-social-show .channel .title-channel h3
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .wrap-jobs-social-show .jobs-social-show .channel .title-channel h3
    {
        font-size: 20px;
    }
}
.wrap-jobs-social-show .jobs-social-show .channel .text
{
    margin-top: 10px;
}
.wrap-jobs-social-show .jobs-social-show .channel .text h4
{
    font-size: 20px;
    line-height: 1.66666667;

    margin: 0;

    color: #606060;
}
@media (max-width: 767px)
{
    .wrap-jobs-social-show .jobs-social-show .channel .text h4
    {
        font-size: 18px;
    }
}
.wrap-jobs-social-show .jobs-social-show .channel .text p
{
    font-size: 18px;
    line-height: 1.77777778;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-jobs-social-show .jobs-social-show .channel .text p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .wrap-jobs-social-show .jobs-social-show .channel .text p
    {
        font-size: 14px;
    }
}
.wrap-jobs-social-show .jobs-social-show .channel .text a:hover
{
    text-decoration: underline;

    color: #bd002e;
}
.wrap-jobs-campus-show .title-in
{
    margin-bottom: 30px;
}
.wrap-jobs-campus-show .title-in:after
{
    display: none;
}
.wrap-jobs-campus-show .title-in h2
{
    font-size: 24px;
    line-height: 40px;

    display: inline-block;

    margin: 0;
    padding: 10px 70px;

    color: #fff;
    border-radius: 50px;
    background-color: #bd002e;
}
@media (max-width: 991px)
{
    .wrap-jobs-campus-show .title-in h2
    {
        font-size: 20px;
        line-height: 40px;

        padding: 10px 40px;
    }
}
.wrap-jobs-campus-show .title-in h2:after
{
    display: none;
}
.wrap-jobs-campus-show .jobs-campus-show .list .text:nth-child(1)
{
    border-bottom: none;
}
.wrap-news .news
{
    max-width: 1200px;
    margin: 0 auto;
    margin-top: -50px;
    padding-bottom: 50px;

    border-bottom: 1px solid #333;
}
@media (max-width: 991px)
{
    .wrap-news .news
    {
        margin-top: -30px;
    }
}
.wrap-news .news .item
{
    font-size: 0;

    position: relative;

    display: block;

    margin-top: 50px;

    -webkit-transition: all .2s;
            transition: all .2s;
}
@media (max-width: 991px)
{
    .wrap-news .news .item
    {
        margin-top: 30px;
    }
}
@media (max-width: 767px)
{
    .wrap-news .news .item
    {
        padding-top: 60px;
    }
}
.wrap-news .news .item a
{
    color: inherit;
}
.wrap-news .news .item .pic,
.wrap-news .news .item .note,
.wrap-news .news .item .date
{
    font-size: 14px;

    display: inline-block;

    vertical-align: middle;
}
.wrap-news .news .item .pic
{
    width: 25%;
}
@media (max-width: 1350px)
{
    .wrap-news .news .item .pic
    {
        width: 30%;
    }
}
@media (max-width: 991px)
{
    .wrap-news .news .item .pic
    {
        width: 35%;
    }
}
@media (max-width: 767px)
{
    .wrap-news .news .item .pic
    {
        width: 100%;
    }
}
.wrap-news .news .item .pic .img-box
{
    padding-bottom: 61.36363636%;
}
.wrap-news .news .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-news .news .item .note
{
    width: 55%;
    padding: 0 4%;
}
@media (max-width: 1350px)
{
    .wrap-news .news .item .note
    {
        width: 50%;
        padding: 0 15px;
    }
}
@media (max-width: 991px)
{
    .wrap-news .news .item .note
    {
        width: 45%;
    }
}
@media (max-width: 767px)
{
    .wrap-news .news .item .note
    {
        width: 100%;
        padding: 10px 0 0 0;
    }
}
.wrap-news .news .item .note b
{
    font-size: 24px;
    font-weight: normal;
    line-height: 1.2em;

    display: -webkit-box;
    overflow: hidden;

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

    display: -webkit-box;
    overflow: hidden;

    height: 60px;
    margin: 10px 0 0 0;

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

        margin-top: 0;
    }
}
.wrap-news .news .item .note span.more
{
    font-size: 16px;
    line-height: 34px;

    display: inline-block;

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

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

    border: 1px solid #333;
    border-radius: 30px;
}
@media (max-width: 1470px)
{
    .wrap-news .news .item .note span.more
    {
        font-size: 14px;
    }
}
@media (max-width: 991px)
{
    .wrap-news .news .item .note span.more
    {
        font-size: 16px;
        line-height: 30px;

        margin-top: 16px;
    }
}
@media (max-width: 767px)
{
    .wrap-news .news .item .note span.more
    {
        font-size: 14px;

        padding: 0 14px;
    }
}
.wrap-news .news .item .date
{
    width: 20%;

    text-align: center;
}
@media (max-width: 767px)
{
    .wrap-news .news .item .date
    {
        position: absolute;
        top: 0;
        left: 0;

        vertical-align: top;
    }
}
.wrap-news .news .item .date b
{
    font-size: 50px;
    line-height: 1;

    display: block;
}
@media (max-width: 991px)
{
    .wrap-news .news .item .date b
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .wrap-news .news .item .date b
    {
        font-size: 24px;

        margin-top: 10px;
    }
}
.wrap-news .news .item .date b:after
{
    display: block;

    width: 70px;
    height: 4px;
    margin: 10px auto;

    content: '';

    background-color: #000;
}
@media (max-width: 767px)
{
    .wrap-news .news .item .date b:after
    {
        display: none;
    }
}
.wrap-news .news .item .date span
{
    font-size: 20px;
    line-height: 40px;

    display: block;
}
@media (max-width: 1350px)
{
    .wrap-news .news .item .date span
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .wrap-news .news .item .date span
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.wrap-news .news .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-news .news .item:hover .note b
{
    color: #bd002e;
    border-bottom-color: #bd002e;
}
.wrap-news .news .item:hover .note span.more
{
    color: #fff;
    border-color: #bd002e;
    background-color: #bd002e;
}
.wrap-news .news .item:hover .date
{
    color: #bd002e;
}
.wrap-news .news .item:hover .date b:after
{
    background-color: #bd002e;
}
.wrap-news-show .news-show
{
    max-width: 1200px;
    margin: 0 auto;
}
.wrap-news-show .title-news-show
{
    padding-bottom: 10px;

    text-align: center;

    border-bottom: 1px solid #ddd;
}
.wrap-news-show .title-news-show h1
{
    font-size: 30px;
    line-height: 1.5;

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

    display: block;

    color: #bd002e;
}
.wrap-news-show .text
{
    margin-top: 30px;
}
.wrap-news-show .text p
{
    font-size: 16px;
    line-height: 1.875;

    margin: 0;

    color: #666;
}
@media (max-width: 991px)
{
    .wrap-news-show .text p
    {
        font-size: 14px;
    }
}
.wrap-news-show .text img
{
    max-width: 100%;
    height: auto !important;
}
.wrap-news-show .relate-news
{
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 40px;
    padding-top: 10px;

    border-top: 1px solid #ddd;
}
.wrap-news-show .relate-news ul
{
    font-size: 0;

    margin: 0;
    padding: 0;
}
.wrap-news-show .relate-news ul li
{
    display: inline-block;

    width: 50%;

    vertical-align: top;
}
@media (max-width: 767px)
{
    .wrap-news-show .relate-news ul li
    {
        display: block;

        width: 100%;
    }
}
.wrap-news-show .relate-news ul li a
{
    font-size: 16px;
    line-height: 30px;

    position: relative;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;

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

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px)
{
    .wrap-news-show .relate-news ul li a
    {
        font-size: 14px;
    }
}
.wrap-news-show .relate-news ul li.next
{
    text-align: right;
}
@media (max-width: 767px)
{
    .wrap-news-show .relate-news ul li.next
    {
        text-align: left;
    }
}
.wrap-news-show .relate-news ul li:hover a
{
    text-decoration: none;

    color: #bd002e;
}
.wrap-news-show .relate-news ul li:hover a span
{
    color: #999;
}
.wrap-news-show .news-right .title-news-right h2
{
    font-size: 24px;
    line-height: 40px;

    display: inline-block;

    padding: 10px 30px;

    color: #fff;
    border-radius: 30px;
    background-color: #bd002e;
}
@media (max-width: 991px)
{
    .wrap-news-show .news-right .title-news-right h2
    {
        font-size: 20px;
        line-height: 30px;
    }
}
@media (max-width: 767px)
{
    .wrap-news-show .news-right .title-news-right h2
    {
        font-size: 16px;
        line-height: 24px;
    }
}
.wrap-news-show .news-right .list
{
    padding: 20px;

    background-color: #fbfbfb;
}
@media (max-width: 767px)
{
    .wrap-news-show .news-right .list
    {
        padding: 10px;
    }
}
.wrap-news-show .news-right .list .item
{
    font-size: 0;

    padding: 20px 0;

    border-bottom: 1px solid #9a9a9a;
}
.wrap-news-show .news-right .list .item .pic,
.wrap-news-show .news-right .list .item .note
{
    font-size: 14px;

    display: inline-block;

    vertical-align: middle;
}
.wrap-news-show .news-right .list .item .pic
{
    width: 40%;
}
.wrap-news-show .news-right .list .item .pic .img-box
{
    padding-bottom: 61.36363636%;
}
.wrap-news-show .news-right .list .item .note
{
    width: 60%;
    padding-left: 20px;
}
.wrap-news-show .news-right .list .item .note b
{
    font-size: 18px;
    font-weight: normal;
    line-height: 24px;

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

    max-height: 48px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 767px)
{
    .wrap-news-show .news-right .list .item .note b
    {
        font-size: 16px;
    }
}
.wrap-news-show .news-right .list .item .note span.date
{
    font-size: 16px;
    line-height: 24px;

    display: block;

    color: #666;
}
@media (max-width: 767px)
{
    .wrap-news-show .news-right .list .item .note span.date
    {
        font-size: 14px;
    }
}
.wrap-xjproduct-plan
{
    background-color: #f7f7f7;
}
.wrap-xjproduct-plan .product-video
{
    position: relative;

    overflow: hidden;

    max-width: 1200px;
    margin: 0 auto;
    margin-top: 40px;
}
@media (max-width: 767px)
{
    .wrap-xjproduct-plan .product-video
    {
        margin-top: 20px;
    }
}
.wrap-xjproduct-plan .product-video img
{
    width: 100%;
}
@media (max-width: 767px)
{
    .wrap-xjproduct-plan .product-video img
    {
        width: 200%;
        margin-left: -50%;
    }
}
.wrap-xjproduct-plan .product-video .play
{
    font-size: 24px;
    line-height: 1;

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

    display: block;

    width: 100%;

    cursor: pointer;
    -webkit-transition: all .2s;
            transition: all .2s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;
}
@media (max-width: 991px)
{
    .wrap-xjproduct-plan .product-video .play
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-xjproduct-plan .product-video .play
    {
        font-size: 16px;
    }
}
.wrap-xjproduct-plan .product-video .play:before
{
    font-family: 'iconfont' !important;
    font-size: 80px;

    display: block;

    margin-bottom: 14px;

    content: '\e67f';

    color: #f8b62d;
}
@media (max-width: 991px)
{
    .wrap-xjproduct-plan .product-video .play:before
    {
        font-size: 60px;
    }
}
@media (max-width: 767px)
{
    .wrap-xjproduct-plan .product-video .play:before
    {
        font-size: 50px;
    }
}
.wrap-xjproduct-plan .product-video .play:hover
{
    color: #bd002e;
}
.wrap-xjproduct-plan .product-icon
{
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 40px;
}
@media (max-width: 767px)
{
    .wrap-xjproduct-plan .product-icon
    {
        margin-top: 0;
    }
    .wrap-xjproduct-plan .product-icon .row
    {
        margin: 0 -6px;
    }
    .wrap-xjproduct-plan .product-icon .row .itembox
    {
        padding: 0 6px;
    }
}
.wrap-xjproduct-plan .product-icon .item
{
    margin-top: 20px;

    text-align: center;
}
.wrap-xjproduct-plan .product-icon .item .icon
{
    display: inline-block;

    width: 84px;

    border: 2px solid #bd002e;
    border-radius: 16px;
}
@media (max-width: 1470px)
{
    .wrap-xjproduct-plan .product-icon .item .icon
    {
        width: 60px;
    }
}
.wrap-xjproduct-plan .product-icon .item .icon img
{
    max-width: 100%;
}
@media (max-width: 767px)
{
    .wrap-xjproduct-plan .product-icon .item .icon
    {
        width: 50px;
        padding: 4px;

        border-width: 1px;
    }
}
.wrap-xjproduct-plan .product-icon .item b
{
    font-size: 28px;
    font-weight: normal;
    line-height: 30px;

    display: block;

    margin-top: 20px;

    color: #bd002e;
}
@media (max-width: 1470px)
{
    .wrap-xjproduct-plan .product-icon .item b
    {
        font-size: 22px;
    }
}
@media (max-width: 991px)
{
    .wrap-xjproduct-plan .product-icon .item b
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .wrap-xjproduct-plan .product-icon .item b
    {
        font-size: 18px;

        margin-top: 10px;
    }
}
.wrap-xjproduct-plan .product-icon .item p
{
    font-size: 15px;
    line-height: 30px;

    margin: 6px 0 0 0;
}
@media (max-width: 991px)
{
    .wrap-xjproduct-plan .product-icon .item p
    {
        font-size: 16px;
        line-height: 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-xjproduct-plan .product-icon .item p
    {
        font-size: 14px;
    }
}
.wrap-xjproduct-plan .product-pic
{
    margin-top: 30px;
}
.wrap-xjproduct-plan .product-pic img
{
    max-width: 100%;
}
.wrap-xjproduct-plan .product-sort
{
    margin-top: 60px;

    text-align: center;
}
@media (max-width: 991px)
{
    .wrap-xjproduct-plan .product-sort
    {
        margin-top: 30px;
    }
}
.wrap-xjproduct-plan .product-sort > ul
{
    margin: 0 -40px;
}
@media (max-width: 1470px)
{
    .wrap-xjproduct-plan .product-sort > ul
    {
        margin: 0 -20px;
    }
}
@media (max-width: 991px)
{
    .wrap-xjproduct-plan .product-sort > ul
    {
        margin: 0 -10px;
    }
}
.wrap-xjproduct-plan .product-sort > ul > li
{
    display: inline-block;

    padding: 0 40px;

    vertical-align: top;
}
@media (max-width: 1470px)
{
    .wrap-xjproduct-plan .product-sort > ul > li
    {
        padding: 0 20px;
    }
}
@media (max-width: 991px)
{
    .wrap-xjproduct-plan .product-sort > ul > li
    {
        padding: 0 10px;
    }
}
.wrap-xjproduct-plan .product-sort > ul > li a
{
    font-size: 28px;
    line-height: 40px;

    display: block;
}
@media (max-width: 1470px)
{
    .wrap-xjproduct-plan .product-sort > ul > li a
    {
        font-size: 20px;
    }
}
@media (max-width: 991px)
{
    .wrap-xjproduct-plan .product-sort > ul > li a
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-xjproduct-plan .product-sort > ul > li a
    {
        font-size: 16px;
    }
}
.wrap-xjproduct-plan .product-sort > ul > li a:after
{
    display: block;

    width: 0;
    height: 2px;
    margin-top: 4px;

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

    background-color: #bd002e;
}
.wrap-xjproduct-plan .product-sort > ul > li.active a
{
    text-decoration: none;

    color: #bd002e;
}
.wrap-xjproduct-plan .product-sort > ul > li.active a:after
{
    width: 100%;
}
.wrap-xjproduct-plan .product-list
{
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 60px;

    text-align: center;
}
@media (max-width: 1470px)
{
    .wrap-xjproduct-plan .product-list
    {
        margin-top: 30px;
    }
}
@media (max-width: 1199px)
{
    .wrap-xjproduct-plan .product-list
    {
        margin-top: 0;
    }
}
.wrap-xjproduct-plan .product-list ul
{
    margin: 0 -4px;
}
.wrap-xjproduct-plan .product-list ul li
{
    padding: 0 4px;
}
.wrap-xjproduct-plan .product-list .item
{
    margin-top: 8px;
    padding: 10px 5%;

    text-align: center;

    border: 1px solid #3c382e;
}
.wrap-xjproduct-plan .product-list .item .title-item b
{
    font-size: 24px;
    font-weight: normal;
    line-height: 50px;

    display: -webkit-box;
    overflow: hidden;

    height: 50px;

    border-bottom: 1px solid #3c382e;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1470px)
{
    .wrap-xjproduct-plan .product-list .item .title-item b
    {
        font-size: 20px;
    }
}
@media (max-width: 1199px)
{
    .wrap-xjproduct-plan .product-list .item .title-item b
    {
        font-size: 24px;
    }
}
@media (max-width: 991px)
{
    .wrap-xjproduct-plan .product-list .item .title-item b
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-xjproduct-plan .product-list .item .title-item b
    {
        font-size: 18px;
    }
}
.wrap-xjproduct-plan .product-list .item p
{
    font-size: 20px;
    line-height: 32px;

    display: -webkit-box;
    overflow: hidden;

    height: 64px;
    margin: 8px 0 0 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 1470px)
{
    .wrap-xjproduct-plan .product-list .item p
    {
        font-size: 16px;
        line-height: 26px;

        height: 52px;
    }
}
@media (max-width: 991px)
{
    .wrap-xjproduct-plan .product-list .item p
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .wrap-xjproduct-plan .product-list .item p
    {
        font-size: 14px;
        line-height: 24px;

        height: 48px;
    }
}
.wrap-xjproduct-plan .product-list .item .img-box
{
    margin: 20px 0;
    padding-bottom: 59.43396226%;
}
@media (max-width: 767px)
{
    .wrap-xjproduct-plan .product-list .item .img-box
    {
        margin: 10px 0;
    }
}
.wrap-xjproduct-plan .product-list .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-xjproduct-plan .product-list .item a.more
{
    font-size: 24px;
    line-height: 44px;

    display: inline-block;

    margin: 10px 0;
    padding: 0 60px;

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

    color: #fff;
    border-radius: 30px;
    background-color: #bd002e;
}
@media (max-width: 1470px)
{
    .wrap-xjproduct-plan .product-list .item a.more
    {
        font-size: 18px;

        padding: 0 40px;
    }
}
@media (max-width: 991px)
{
    .wrap-xjproduct-plan .product-list .item a.more
    {
        font-size: 20px;

        padding: 0 30px;
    }
}
@media (max-width: 767px)
{
    .wrap-xjproduct-plan .product-list .item a.more
    {
        font-size: 14px;
        line-height: 34px;

        margin: 0;
        padding: 0 20px;
    }
}
.wrap-xjproduct-plan .product-list .item:hover
{
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
}
.wrap-xjproduct-plan .product-list .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-xjproduct-plan .product-list .item:hover b
{
    color: #bd002e;
    border-bottom: 1px solid #bd002e;
}
.wrap-xjproduct-plan .product-list .item:hover a.more
{
    background-color: #940326;
}
.wrap-xjproduct-plan .product-list .product-more
{
    margin-top: 30px;

    text-align: center;
}
.wrap-xjproduct-plan .product-list .product-more a
{
    font-size: 20px;
    line-height: 48px;

    display: inline-block;

    padding: 0 30px;

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

    border: 1px solid #7c7c7c;
    border-radius: 20px;
    background-color: #fff;
}
@media (max-width: 1470px)
{
    .wrap-xjproduct-plan .product-list .product-more a
    {
        font-size: 16px;
    }
}
@media (max-width: 991px)
{
    .wrap-xjproduct-plan .product-list .product-more a
    {
        font-size: 16px;
        line-height: 38px;

        padding: 0 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-xjproduct-plan .product-list .product-more a
    {
        font-size: 14px;
    }
}
.wrap-xjproduct-plan .product-list .product-more a:hover
{
    color: #fff;
    border-color: #bd002e;
    background-color: #bd002e;
}
.wrap-architecture .pic
{
    margin-top: 60px;

    text-align: center;
}
.wrap-architecture .pic img
{
    max-width: 100%;
    height: auto !important;
}
.wrap-product-video
{
    background-color: #f8f7f7;
}
.wrap-evec .pic
{
    margin-top: 60px;

    text-align: center;
}
@media (max-width: 991px)
{
    .wrap-evec .pic
    {
        margin-top: 40px;
    }
}
.wrap-evec .pic img
{
    max-width: 100%;
    height: auto !important;
}
.wrap-evec .text
{
    margin-top: 50px;
}
.wrap-evec .text .title-in:after
{
    display: none;
}
.wrap-evec .text .note
{
    margin-top: 30px;

    text-align: center;
}
.wrap-evec .text .note p
{
    font-size: 20px;
    line-height: 38px;

    margin: 0;
}
@media (max-width: 1199px)
{
    .wrap-evec .text .note p
    {
        font-size: 18px;
    }
}
@media (max-width: 991px)
{
    .wrap-evec .text .note p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .wrap-evec .text .note p
    {
        font-size: 14px;
    }
}
.wrap-evec .text .note p span
{
    font-size: 30px;

    color: #bd002e;
}
@media (max-width: 1199px)
{
    .wrap-evec .text .note p span
    {
        font-size: 24px;
    }
}
@media (max-width: 991px)
{
    .wrap-evec .text .note p span
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-evec .text .note p span
    {
        font-size: 18px;
    }
}
.wrap-evec .text .note h4
{
    font-size: 24px;
    font-weight: bold;
    line-height: 38px;

    margin: 0;
}
@media (max-width: 1199px)
{
    .wrap-evec .text .note h4
    {
        font-size: 18px;
    }
}
@media (max-width: 991px)
{
    .wrap-evec .text .note h4
    {
        font-size: 16px;
    }
}
.wrap-product-company
{
    padding-top: 0;
}
.wrap-product-company .product-company
{
    position: relative;

    max-width: 1200px;
    margin: 0 auto;
}
.wrap-product-company .product-company:before
{
    position: absolute;
    bottom: 0;
    left: -50%;

    display: block;

    width: 200%;
    height: 80%;

    content: '';

    background-color: #f7f7f7;
}
.wrap-product-company .product-company > ul
{
    position: relative;
    z-index: 2;
}
.wrap-product-company .product-company .item
{
    font-size: 0;

    position: relative;
    z-index: 2;

    display: block;

    margin-top: 10px;

    background-color: #fff;
}
.wrap-product-company .product-company .item:before
{
    position: absolute;
    top: 0;
    right: -400px;

    display: block;

    width: 400px;
    height: 100%;

    content: '';

    background-color: #fff;
}
.wrap-product-company .product-company .item .pic,
.wrap-product-company .product-company .item .text
{
    font-size: 14px;

    display: inline-block;

    vertical-align: middle;
}
.wrap-product-company .product-company .item .pic
{
    width: 34%;
}
@media (max-width: 1199px)
{
    .wrap-product-company .product-company .item .pic
    {
        width: 40%;
    }
}
@media (max-width: 767px)
{
    .wrap-product-company .product-company .item .pic
    {
        width: 100%;
    }
}
.wrap-product-company .product-company .item .pic .img-box
{
    padding-bottom: 62.74509804%;
}
.wrap-product-company .product-company .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-product-company .product-company .item .text
{
    width: 66%;
    padding-left: 5%;
}
@media (max-width: 1199px)
{
    .wrap-product-company .product-company .item .text
    {
        width: 60%;
    }
}
@media (max-width: 767px)
{
    .wrap-product-company .product-company .item .text
    {
        width: 100%;
        padding: 20px 10px;
    }
}
.wrap-product-company .product-company .item .text b
{
    font-size: 28px;
    line-height: 40px;

    display: block;

    color: #bd002e;
}
@media (max-width: 1199px)
{
    .wrap-product-company .product-company .item .text b
    {
        font-size: 22px;
    }
}
@media (max-width: 767px)
{
    .wrap-product-company .product-company .item .text b
    {
        font-size: 18px;
    }
}
.wrap-product-company .product-company .item .text p
{
    font-size: 18px;
    line-height: 1.77777778;

    margin: 0;
}
@media (max-width: 1199px)
{
    .wrap-product-company .product-company .item .text p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .wrap-product-company .product-company .item .text p
    {
        font-size: 14px;
    }
}
.wrap-product-company .product-company .item .text a.more
{
    font-size: 24px;
    line-height: 44px;

    display: inline-block;

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

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

    border: 1px solid #333;
    border-radius: 30px;
}
@media (max-width: 1199px)
{
    .wrap-product-company .product-company .item .text a.more
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-product-company .product-company .item .text a.more
    {
        font-size: 14px;
        line-height: 36px;
    }
}
.wrap-product-company .product-company .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-product-company .product-company .item:hover .text a.more
{
    color: #fff;
    border-color: #bd002e;
    background-color: #bd002e;
}
.wrap-product-xincailiao .product-xincailiao
{
    max-width: 1200px;
    margin: 0 auto;
}
.wrap-product-xincailiao .product-xincailiao > ul
{
    font-size: 0;

    border-top: 1px solid #3c382e;
}
@media (max-width: 767px)
{
    .wrap-product-xincailiao .product-xincailiao > ul
    {
        margin-top: 20px;
    }
}
.wrap-product-xincailiao .product-xincailiao > ul > li
{
    font-size: 14px;

    display: inline-block;

    width: 50%;
    padding: 20px 0;

    vertical-align: top;

    border-bottom: 1px solid #3c382e;
}
@media (max-width: 767px)
{
    .wrap-product-xincailiao .product-xincailiao > ul > li
    {
        width: 100%;
    }
}
.wrap-product-xincailiao .product-xincailiao > ul > li:nth-child(2n + 1) .item
{
    border-right: 1px solid #3c382e;
}
@media (max-width: 767px)
{
    .wrap-product-xincailiao .product-xincailiao > ul > li:nth-child(2n + 1) .item
    {
        border-right: none;
    }
}
.wrap-product-xincailiao .product-xincailiao > ul > li:nth-child(7)
{
    border-bottom: none;
}
.wrap-product-xincailiao .product-xincailiao > ul > li:nth-child(7) .item
{
    border-right: none;
}
.wrap-product-xincailiao .product-xincailiao .item
{
    font-size: 0;
}
.wrap-product-xincailiao .product-xincailiao .item .pic,
.wrap-product-xincailiao .product-xincailiao .item .text
{
    font-size: 14px;

    display: inline-block;

    vertical-align: middle;
}
.wrap-product-xincailiao .product-xincailiao .item .pic
{
    width: 32%;
    padding: 0 5%;
}
@media (max-width: 991px)
{
    .wrap-product-xincailiao .product-xincailiao .item .pic
    {
        width: 40%;
        padding: 0;
    }
}
@media (max-width: 767px)
{
    .wrap-product-xincailiao .product-xincailiao .item .pic
    {
        width: 30%;
    }
}
.wrap-product-xincailiao .product-xincailiao .item .pic img
{
    width: 100%;
    max-width: 160px;
}
.wrap-product-xincailiao .product-xincailiao .item .text
{
    width: 68%;
    padding: 0 5%;
}
@media (max-width: 991px)
{
    .wrap-product-xincailiao .product-xincailiao .item .text
    {
        width: 60%;
    }
}
@media (max-width: 767px)
{
    .wrap-product-xincailiao .product-xincailiao .item .text
    {
        width: 70%;
    }
}
.wrap-product-xincailiao .product-xincailiao .item .text b
{
    font-size: 28px;
    font-weight: normal;
    line-height: 1.42857143;

    display: block;

    color: #bd002e;
}
@media (max-width: 991px)
{
    .wrap-product-xincailiao .product-xincailiao .item .text b
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-product-xincailiao .product-xincailiao .item .text b
    {
        font-size: 18px;
    }
}
.wrap-product-xincailiao .product-xincailiao .item .text p
{
    font-size: 18px;
    line-height: 1.77777778;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-product-xincailiao .product-xincailiao .item .text p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .wrap-product-xincailiao .product-xincailiao .item .text p
    {
        font-size: 14px;
    }
}
.wrap-product-zhanlue .product-zhanlue
{
    max-width: 1300px;
    margin: 0 auto;
}
.wrap-product-zhanlue .product-zhanlue > ul > li
{
    padding: 30px 0;

    border-bottom: 1px solid #3c382e;
}
@media (max-width: 767px)
{
    .wrap-product-zhanlue .product-zhanlue > ul > li
    {
        padding: 20px 0;
    }
}
.wrap-product-zhanlue .product-zhanlue > ul > li:nth-child(2n + 1) .item .pic
{
    left: 50%;
}
@media (max-width: 767px)
{
    .wrap-product-zhanlue .product-zhanlue > ul > li:nth-child(2n + 1) .item .pic
    {
        left: 0;
    }
}
.wrap-product-zhanlue .product-zhanlue > ul > li:nth-child(2n + 1) .item .text
{
    right: 50%;
}
@media (max-width: 767px)
{
    .wrap-product-zhanlue .product-zhanlue > ul > li:nth-child(2n + 1) .item .text
    {
        right: 0;
    }
}
.wrap-product-zhanlue .product-zhanlue > ul > li:nth-child(2n) .item .pic
{
    padding-right: 5%;
}
.wrap-product-zhanlue .product-zhanlue .item
{
    font-size: 0;
}
@media (max-width: 767px)
{
    .wrap-product-zhanlue .product-zhanlue .item
    {
        padding: 0 10px;
    }
}
.wrap-product-zhanlue .product-zhanlue .item .pic,
.wrap-product-zhanlue .product-zhanlue .item .text
{
    font-size: 14px;

    position: relative;

    display: inline-block;

    width: 50%;

    vertical-align: top;
}
@media (max-width: 767px)
{
    .wrap-product-zhanlue .product-zhanlue .item .pic,
    .wrap-product-zhanlue .product-zhanlue .item .text
    {
        width: 100%;
    }
}
.wrap-product-zhanlue .product-zhanlue .item .pic .img-box
{
    padding-bottom: 55%;
}
.wrap-product-zhanlue .product-zhanlue .item .text
{
    position: relative;

    padding: 0 7%;

    border-left: 1px solid #3c382e;
}
@media (max-width: 767px)
{
    .wrap-product-zhanlue .product-zhanlue .item .text
    {
        padding: 20px 15px 0 30px;
    }
}
.wrap-product-zhanlue .product-zhanlue .item .text .number
{
    font-family: Impact, Arial;
    font-size: 80px;
    line-height: 80px;

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

    width: 80px;
    height: 80px;

    text-align: center;

    color: #bd002e;
    background-color: #fff;
}
@media (max-width: 991px)
{
    .wrap-product-zhanlue .product-zhanlue .item .text .number
    {
        font-size: 60px;
    }
}
@media (max-width: 767px)
{
    .wrap-product-zhanlue .product-zhanlue .item .text .number
    {
        font-size: 30px;
        line-height: 40px;

        top: 20px;
        left: -12px;

        width: 40px;
        height: 40px;
    }
}
.wrap-product-zhanlue .product-zhanlue .item .text b
{
    font-size: 28px;
    font-weight: normal;
    line-height: 1.4;

    display: block;

    margin-bottom: 10px;

    color: #bd002e;
}
@media (max-width: 1199px)
{
    .wrap-product-zhanlue .product-zhanlue .item .text b
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-product-zhanlue .product-zhanlue .item .text b
    {
        font-size: 18px;
    }
}
.wrap-product-zhanlue .product-zhanlue .item .text p
{
    font-size: 18px;
    line-height: 1.77777778;

    margin: 0;
}
@media (max-width: 1199px)
{
    .wrap-product-zhanlue .product-zhanlue .item .text p
    {
        font-size: 16px;
    }
}
@media (max-width: 991px)
{
    .wrap-product-zhanlue .product-zhanlue .item .text p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.wrap-product-zhanlue .product-zhanlue .item .text span
{
    font-size: 18px;
    line-height: 1.77777778;

    display: inline-block;

    min-width: 48%;

    vertical-align: top;
}
@media (max-width: 1199px)
{
    .wrap-product-zhanlue .product-zhanlue .item .text span
    {
        font-size: 16px;
    }
}
@media (max-width: 991px)
{
    .wrap-product-zhanlue .product-zhanlue .item .text span
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.wrap-product-zhanlue .product-zhanlue .item .text a.more
{
    font-size: 20px;
    line-height: 30px;

    display: block;

    margin-top: 14px;
}
@media (max-width: 1199px)
{
    .wrap-product-zhanlue .product-zhanlue .item .text a.more
    {
        font-size: 16px;
    }
}
@media (max-width: 991px)
{
    .wrap-product-zhanlue .product-zhanlue .item .text a.more
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.wrap-product-zhanlue .product-zhanlue .item .text a.more:hover
{
    color: #bd002e;
}
.wrap-product-zhanlue .product-zhanlue .item .text h3
{
    font-size: 24px;
    line-height: 46px;

    display: inline-block;

    margin: 10px 0 0 0;
    padding: 0 30px;

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

    border: 1px solid #3c382e;
    border-radius: 30px;
}
@media (max-width: 1199px)
{
    .wrap-product-zhanlue .product-zhanlue .item .text h3
    {
        font-size: 20px;

        padding: 0 20px;
    }
}
@media (max-width: 991px)
{
    .wrap-product-zhanlue .product-zhanlue .item .text h3
    {
        font-size: 16px;

        padding: 0 10px;
    }
}
.wrap-product-zhanlue .product-zhanlue .item .text h3 a
{
    display: block;
}
.wrap-product-zhanlue .product-zhanlue .item .text h3:hover
{
    color: #fff;
    border-color: #bd002e;
    background-color: #bd002e;
}
.wrap-product-zhanluesolution
{
    background-color: #f7f7f7;
}
.wrap-product-zhanluesolution .product-zhanluesolution
{
    max-width: 1300px;
    margin: 0 auto;
    margin-top: 50px;
}
@media (max-width: 767px)
{
    .wrap-product-zhanluesolution .product-zhanluesolution
    {
        margin-top: 20px;
    }
}
.wrap-product-zhanluesolution .product-zhanluesolution > ul
{
    border-top: 1px solid #3c382e;
}
.wrap-product-zhanluesolution .product-zhanluesolution > ul > li
{
    padding: 40px 0;

    border-bottom: 1px solid #3c382e;
}
@media (max-width: 767px)
{
    .wrap-product-zhanluesolution .product-zhanluesolution > ul > li
    {
        width: 100%;
        padding: 20px 0;
    }
}
.wrap-product-zhanluesolution .product-zhanluesolution .item
{
    font-size: 0;
}
.wrap-product-zhanluesolution .product-zhanluesolution .item .pic,
.wrap-product-zhanluesolution .product-zhanluesolution .item .text
{
    font-size: 14px;

    display: inline-block;

    vertical-align: middle;
}
.wrap-product-zhanluesolution .product-zhanluesolution .item .pic
{
    width: 30%;
}
@media (max-width: 991px)
{
    .wrap-product-zhanluesolution .product-zhanluesolution .item .pic
    {
        width: 40%;
        padding: 0;
    }
}
@media (max-width: 767px)
{
    .wrap-product-zhanluesolution .product-zhanluesolution .item .pic
    {
        display: none;

        width: 100%;
    }
}
.wrap-product-zhanluesolution .product-zhanluesolution .item .pic img
{
    width: 100%;
}
.wrap-product-zhanluesolution .product-zhanluesolution .item .text
{
    font-size: 0;

    width: 70%;
    padding: 0 5%;
}
@media (max-width: 991px)
{
    .wrap-product-zhanluesolution .product-zhanluesolution .item .text
    {
        width: 60%;
    }
}
@media (max-width: 767px)
{
    .wrap-product-zhanluesolution .product-zhanluesolution .item .text
    {
        width: 100%;
    }
}
.wrap-product-zhanluesolution .product-zhanluesolution .item .text .zicon,
.wrap-product-zhanluesolution .product-zhanluesolution .item .text .note
{
    display: inline-block;

    vertical-align: middle;
}
.wrap-product-zhanluesolution .product-zhanluesolution .item .text .zicon
{
    width: 20%;
}
@media (max-width: 991px)
{
    .wrap-product-zhanluesolution .product-zhanluesolution .item .text .zicon
    {
        width: 30%;
        padding: 0;
    }
}
@media (max-width: 767px)
{
    .wrap-product-zhanluesolution .product-zhanluesolution .item .text .zicon
    {
        width: 20%;
    }
}
.wrap-product-zhanluesolution .product-zhanluesolution .item .text .zicon img
{
    width: 100%;
    max-width: 100px;
}
.wrap-product-zhanluesolution .product-zhanluesolution .item .text .note
{
    width: 80%;
    padding: 0 5%;
}
@media (max-width: 991px)
{
    .wrap-product-zhanluesolution .product-zhanluesolution .item .text .note
    {
        width: 70%;
    }
}
@media (max-width: 767px)
{
    .wrap-product-zhanluesolution .product-zhanluesolution .item .text .note
    {
        width: 80%;
    }
}
.wrap-product-zhanluesolution .product-zhanluesolution .item .text b
{
    font-size: 28px;
    font-weight: normal;
    line-height: 1.42857143;

    display: block;

    color: #bd002e;
}
@media (max-width: 991px)
{
    .wrap-product-zhanluesolution .product-zhanluesolution .item .text b
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-product-zhanluesolution .product-zhanluesolution .item .text b
    {
        font-size: 18px;
    }
}
.wrap-product-zhanluesolution .product-zhanluesolution .item .text p
{
    font-size: 18px;
    line-height: 1.77777778;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-product-zhanluesolution .product-zhanluesolution .item .text p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .wrap-product-zhanluesolution .product-zhanluesolution .item .text p
    {
        font-size: 14px;
    }
}
.wrap-product-zhanluesolution .product-text
{
    max-width: 1100px;
    margin: 0 auto;
    margin-top: 46px;

    text-align: center;
}
.wrap-product-zhanluesolution .product-text h1
{
    font-size: 24px;
    line-height: 1.5;

    color: #bd002e;
}
@media (max-width: 991px)
{
    .wrap-product-zhanluesolution .product-text h1
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-product-zhanluesolution .product-text h1
    {
        font-size: 16px;
    }
}
.wrap-product-title
{
    background-color: #ededed;
}
.wrap-product-title .text
{
    max-width: 990px;
    margin: 0 auto;
    margin-top: 20px;

    text-align: center;
}
.wrap-product-title .text p
{
    font-size: 18px;
    line-height: 1.77777778;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-product-title .text p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .wrap-product-title .text p
    {
        font-size: 14px;
    }
}
.wrap-product-list .slick-product-list
{
    padding: 0 10%;
}
@media (max-width: 1199px)
{
    .wrap-product-list .slick-product-list
    {
        padding: 0;
    }
}
.wrap-product-list .slick-product-list .slick-slide
{
    padding: 20px 34px;
}
@media (max-width: 1470px)
{
    .wrap-product-list .slick-product-list .slick-slide
    {
        padding: 20px 15px;
    }
}
.wrap-product-list .slick-product-list .item
{
    display: block;

    text-align: center;
}
.wrap-product-list .slick-product-list .item .img-box
{
    padding-bottom: 59.43396226%;

    border: 1px solid #fff;
}
.wrap-product-list .slick-product-list .item .note
{
    display: inline-block;

    margin-top: 14px;

    border-bottom: 2px solid #fff;
}
.wrap-product-list .slick-product-list .item .note p
{
    font-size: 20px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .wrap-product-list .slick-product-list .item .note p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .wrap-product-list .slick-product-list .item .note p
    {
        font-size: 16px;
    }
}
.wrap-product-list .slick-product-list .slick-current .item .img-box
{
    border-color: #bd002e;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}
.wrap-product-list .slick-product-list .slick-current .item .note
{
    color: #bd002e;
    border-bottom: 2px solid #bd002e;
}
.wrap-product-list .slick-product-list .slick-arrow
{
    display: none !important;

    background-image: url(../images/banner-prev.png);
}
.wrap-product-list .slick-product-list .slick-arrow:hover
{
    background-image: url(../images/prev.png);
}
.wrap-product-list .slick-product-list .slick-arrow.slick-next
{
    background-image: url(../images/banner-next.png);
}
.wrap-product-list .slick-product-list .slick-arrow.slick-next:hover
{
    background-image: url(../images/next.png);
}
.wrap-product-list .slick-product-list:hover .slick-arrow
{
    display: block !important;
}
.wrap-product-list
{
    padding-bottom: 0;
}
.wrap-product-list .product-list,
.wrap-hot-product .product-list
{
    max-width: 1330px;
    margin: 0 auto;
    margin-top: 30px;
}
@media (max-width: 1199px)
{
    .wrap-product-list .product-list,
    .wrap-hot-product .product-list
    {
        margin-top: 0;
    }
}
.wrap-product-list .product-list ul,
.wrap-hot-product .product-list ul
{
    margin: 0 -4px;
}
.wrap-product-list .product-list ul li,
.wrap-hot-product .product-list ul li
{
    padding: 0 4px;
}
.wrap-product-list .product-list .item,
.wrap-hot-product .product-list .item
{
    margin-top: 8px;
    padding: 10px 5%;

    text-align: center;

    border: 1px solid #3c382e;
}
.wrap-product-list .product-list .item .title-item b,
.wrap-hot-product .product-list .item .title-item b
{
    font-size: 28px;
    font-weight: normal;
    line-height: 50px;

    display: -webkit-box;
    overflow: hidden;

    height: 50px;

    border-bottom: 1px solid #3c382e;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1470px)
{
    .wrap-product-list .product-list .item .title-item b,
    .wrap-hot-product .product-list .item .title-item b
    {
        font-size: 24px;
    }
}
@media (max-width: 1199px)
{
    .wrap-product-list .product-list .item .title-item b,
    .wrap-hot-product .product-list .item .title-item b
    {
        font-size: 24px;
    }
}
@media (max-width: 991px)
{
    .wrap-product-list .product-list .item .title-item b,
    .wrap-hot-product .product-list .item .title-item b
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-product-list .product-list .item .title-item b,
    .wrap-hot-product .product-list .item .title-item b
    {
        font-size: 18px;
    }
}
.wrap-product-list .product-list .item p,
.wrap-hot-product .product-list .item p
{
    font-size: 20px;
    line-height: 32px;

    display: -webkit-box;
    overflow: hidden;

    height: 64px;
    margin: 8px 0 0 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 1470px)
{
    .wrap-product-list .product-list .item p,
    .wrap-hot-product .product-list .item p
    {
        font-size: 18px;
    }
}
@media (max-width: 991px)
{
    .wrap-product-list .product-list .item p,
    .wrap-hot-product .product-list .item p
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .wrap-product-list .product-list .item p,
    .wrap-hot-product .product-list .item p
    {
        font-size: 14px;
        line-height: 24px;

        height: 48px;
    }
}
.wrap-product-list .product-list .item .img-box,
.wrap-hot-product .product-list .item .img-box
{
    margin: 20px 0;
    padding-bottom: 59.43396226%;
}
@media (max-width: 767px)
{
    .wrap-product-list .product-list .item .img-box,
    .wrap-hot-product .product-list .item .img-box
    {
        margin: 10px 0;
    }
}
.wrap-product-list .product-list .item .img-box img,
.wrap-hot-product .product-list .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-product-list .product-list .item a.more,
.wrap-hot-product .product-list .item a.more
{
    font-size: 28px;
    line-height: 44px;

    display: inline-block;

    margin: 20px 0;
    padding: 0 60px;

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

    color: #fff;
    border-radius: 30px;
    background-color: #bd002e;
}
@media (max-width: 1470px)
{
    .wrap-product-list .product-list .item a.more,
    .wrap-hot-product .product-list .item a.more
    {
        font-size: 22px;

        padding: 0 40px;
    }
}
@media (max-width: 991px)
{
    .wrap-product-list .product-list .item a.more,
    .wrap-hot-product .product-list .item a.more
    {
        font-size: 20px;

        padding: 0 30px;
    }
}
@media (max-width: 767px)
{
    .wrap-product-list .product-list .item a.more,
    .wrap-hot-product .product-list .item a.more
    {
        font-size: 14px;
        line-height: 34px;

        margin: 0;
        padding: 0 20px;
    }
}
.wrap-product-list .product-list .item:hover .img-box img,
.wrap-hot-product .product-list .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-product-list .product-list .item:hover b,
.wrap-hot-product .product-list .item:hover b
{
    color: #bd002e;
    border-bottom: 1px solid #bd002e;
}
.wrap-product-list .product-list .item:hover a.more,
.wrap-hot-product .product-list .item:hover a.more
{
    background-color: #940326;
}
.wrap-hot-product .product-list .item
{
    border-color: #bd002e;
}
.wrap-hot-product .product-list .item .title-item b
{
    color: #bd002e;
}
.wrap-hot-product .showMorehandle
{
    margin-top: 50px;

    text-align: center;
}
.wrap-hot-product .showMorehandle a
{
    font-size: 28px;
    line-height: 44px;

    display: inline-block;

    padding: 0 20px;

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

    border: 1px solid #3c382e;
    border-radius: 30px;
}
@media (max-width: 991px)
{
    .wrap-hot-product .showMorehandle a
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-hot-product .showMorehandle a
    {
        font-size: 16px;
    }
}
.wrap-hot-product .showMorehandle a:hover
{
    color: #fff;
    border-color: #bd002e;
    background-color: #bd002e;
}
.wrap-product-show .title-product-list
{
    margin-top: 30px;
}
.wrap-product-show .title-product-list h2
{
    font-size: 30px;
    line-height: 1.2;

    margin: 0;

    color: #bd002e;
}
@media (max-width: 1350px)
{
    .wrap-product-show .title-product-list h2
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .wrap-product-show .title-product-list h2
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .wrap-product-show .title-product-list h2
    {
        font-size: 20px;
    }
}
.wrap-product-show .product-text
{
    margin-top: 20px;
}
.wrap-product-show .product-text p
{
    font-size: 18px;
    line-height: 1.77777778;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-product-show .product-text p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .wrap-product-show .product-text p
    {
        font-size: 14px;
    }
}
.wrap-product-show .slick-product-show .item
{
    display: block;
}
.wrap-product-show .slick-product-show .item .img-box
{
    padding-bottom: 59.43396226%;
}
.wrap-product-show .slick-product-show .slick-arrow
{
    background-image: url(../images/banner-prev.png);
}
.wrap-product-show .slick-product-show .slick-arrow:hover
{
    background-image: url(../images/prev.png);
}
.wrap-product-show .slick-product-show .slick-arrow.slick-next
{
    background-image: url(../images/banner-next.png);
}
.wrap-product-show .slick-product-show .slick-arrow.slick-next:hover
{
    background-image: url(../images/next.png);
}
.wrap-product-parameter
{
    border-bottom: 1px solid #bd002e;
    background-color: #f7f7f7;
}
.wrap-product-parameter .product-parameter
{
    max-width: 1000px;
    margin: 0 auto;
}
.wrap-product-parameter .product-parameter .title-parameter h2
{
    font-size: 24px;

    margin: 0;

    color: #bd002e;
}
@media (max-width: 991px)
{
    .wrap-product-parameter .product-parameter .title-parameter h2
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-product-parameter .product-parameter .title-parameter h2
    {
        font-size: 18px;
    }
}
.wrap-product-parameter .product-parameter .text
{
    margin-top: 20px;
}
.wrap-product-parameter .product-parameter .text p
{
    font-size: 18px;
    line-height: 1.77777778;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-product-parameter .product-parameter .text p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .wrap-product-parameter .product-parameter .text p
    {
        font-size: 14px;
    }
}
.wrap-service
{
    text-align: center;

    background-color: #f8f8f8;
}
.wrap-service .service
{
    display: inline-block;

    max-width: 1000px;

    text-align: left;
}
@media (max-width: 767px)
{
    .wrap-service .service
    {
        display: block;
    }
}
.wrap-service .service .title-service
{
    display: inline-block;

    width: 120px;
    padding: 10px 30px 10px 0;

    vertical-align: middle;

    border-right: 1px solid #bd002e;
}
@media (max-width: 767px)
{
    .wrap-service .service .title-service
    {
        display: block;

        width: 100%;
        padding: 0;

        text-align: center;

        border: none;
    }
}
.wrap-service .service .title-service h2
{
    font-size: 36px;
    line-height: 46px;

    margin: 0;

    color: #bd002e;
}
@media (max-width: 767px)
{
    .wrap-service .service .title-service h2
    {
        font-size: 24px;
    }
}
.wrap-service .service .text
{
    display: inline-block;

    max-width: -webkit-calc(100% - 130px);
    max-width:         calc(100% - 130px);

    vertical-align: middle;
}
@media (max-width: 767px)
{
    .wrap-service .service .text
    {
        display: block;

        max-width: 100%;
        margin-top: 10px;
    }
}
.wrap-service .service .text p
{
    font-size: 20px;
    line-height: 36px;

    position: relative;

    display: inline-block;

    min-width: 380px;
    margin-left: 30px;
    padding-left: 40px;

    vertical-align: top;
}
@media (max-width: 991px)
{
    .wrap-service .service .text p
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .wrap-service .service .text p
    {
        font-size: 16px;

        min-width: 100%;
        margin: 0;
    }
}
.wrap-service .service .text p:before
{
    font-family: 'iconfont' !important;
    font-size: 30px;
    line-height: 36px;

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

    content: '\e6fb';

    color: #666;
}
@media (max-width: 767px)
{
    .wrap-service .service .text p:before
    {
        font-size: 24px;
    }
}
.wrap-service .service .text p.fax:before
{
    content: '\e6f9';
}
.wrap-service .service .text p.code:before
{
    font-size: 20px;

    content: '\e6fc';
}
@media (max-width: 767px)
{
    .wrap-service .service .text p.code:before
    {
        font-size: 16px;
    }
}
.wrap-service .service .text p.email:before
{
    content: '\e6b4';
}
.wrap-service .service .text p.tel:before
{
    content: '\e6f8';
}
.wrap-new-material
{
    padding-top: 0;
}
.wrap-new-material .new-material
{
    max-width: 1260px;
    margin: 0 auto;
    margin-top: 50px;
}
@media (max-width: 767px)
{
    .wrap-new-material .new-material
    {
        margin-top: 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-new-material .new-material .row
    {
        margin: 0 -4px;
    }
    .wrap-new-material .new-material .row .itembox
    {
        padding: 0 4px;
    }
}
.wrap-new-material .new-material .item
{
    display: block;

    padding: 80px 40px;

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

    border: 1px solid #e1e2e3;
    background-color: #e1e2e3;
}
@media (max-width: 1350px)
{
    .wrap-new-material .new-material .item
    {
        padding: 40px 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-new-material .new-material .item
    {
        margin-top: 10px;
        padding: 20px 4px;
    }
}
.wrap-new-material .new-material .item .icon
{
    position: relative;

    width: 110px;
    margin: 0 auto;
}
@media (max-width: 767px)
{
    .wrap-new-material .new-material .item .icon
    {
        width: 60px;
    }
}
.wrap-new-material .new-material .item .icon img
{
    width: 100%;
}
.wrap-new-material .new-material .item .icon .imghover
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

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

    opacity: 0;
}
.wrap-new-material .new-material .item .icon .imgnow
{
    -webkit-transition: all .2s;
            transition: all .2s;
}
.wrap-new-material .new-material .item .title-new-material h3
{
    font-size: 24px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .wrap-new-material .new-material .item .title-new-material h3
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-new-material .new-material .item .title-new-material h3
    {
        font-size: 14px;
        line-height: 24px;

        display: -webkit-box;
        overflow: hidden;

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

        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
}
.wrap-new-material .new-material .item .note
{
    margin-top: 50px;
    padding-top: 40px;

    border-top: 1px solid #282828;
}
@media (max-width: 1350px)
{
    .wrap-new-material .new-material .item .note
    {
        margin-top: 30px;
        padding-top: 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-new-material .new-material .item .note
    {
        display: none;
    }
}
.wrap-new-material .new-material .item .note p
{
    font-size: 18px;
    line-height: 1.66666667;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-new-material .new-material .item .note p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .wrap-new-material .new-material .item .note p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.wrap-new-material .new-material .item:hover
{
    background-color: #fff;
}
.wrap-new-material .new-material .item:hover .icon img
{
    -webkit-animation: swing 1s 0s ease both;
            animation: swing 1s 0s ease both;
}
.wrap-new-material .new-material .item:hover .icon .imghover
{
    opacity: 1;
}
.wrap-new-material .new-material .item:hover .icon .imgnow
{
    opacity: 0;
}
@media (max-width: 991px)
{
    .wrap-product-show .product-show
    {
        margin-top: 30px;
    }
}
.wrap-product-show .product-show .title-product-show
{
    margin-top: 20px;
}
.wrap-product-show .product-show .title-product-show h1
{
    font-size: 32px;
    font-weight: bold;
    line-height: 1;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-product-show .product-show .title-product-show h1
    {
        font-size: 24px;
    }
}
.wrap-product-show .product-show .text
{
    margin-top: 20px;
}
.wrap-product-show .product-show .text b
{
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;

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

    margin: 0;

    color: #666;
}
.wrap-product-show .product-show .btn-inquiry
{
    margin-top: 50px;
}
.wrap-product-show .product-show .btn-inquiry a
{
    font-weight: bold;
    line-height: 30px;

    display: inline-block;

    height: 30px;
    padding: 0 30px;

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

    color: #fff;
    border-radius: 30px;
    background-color: #bd002e;
}
.wrap-product-show .product-show .btn-inquiry a:hover
{
    background-color: #940326;
}
.wrap-product-show .product-show .prev-next
{
    font-size: 0;
}
.wrap-product-show .product-show .prev-next a
{
    font-size: 16px;
    line-height: 30px;

    display: inline-block;

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

    vertical-align: top;

    color: #666;
}
.wrap-product-show .product-show .prev-next a:hover
{
    color: #bd002e;
}
.wrap-product-show .product-show .prev-next a.prev
{
    position: relative;

    padding-left: 30px;
}
.wrap-product-show .product-show .prev-next a.prev:before
{
    font-family: 'iconfont' !important;
    font-size: 22px;

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

    content: '\e618';
}
.wrap-product-show .product-show .prev-next a.next
{
    position: relative;

    padding-right: 30px;

    text-align: right;
}
.wrap-product-show .product-show .prev-next a.next:after
{
    font-family: 'iconfont' !important;
    font-size: 22px;

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

    content: '\edd9';
}
.wrap-product-show .table-box
{
    overflow: auto;

    width: 100%;
    max-width: 100%;
}
.wrap-product-show table
{
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;

    border-spacing: 0;
    border-collapse: collapse;
}
.wrap-product-show table tr,
.wrap-product-show table td
{
    width: auto !important;
    height: auto !important;

    vertical-align: middle;
}
.wrap-product-show table td
{
    padding: 8px 20px !important;

    border: 1px solid #dcdcdc !important;
}
.wrap-product-show table tr p,
.wrap-product-show table tr span
{
    margin: 0 !important;
    padding: 0 !important;

    background: none !important;
}
.inquiry
{
    padding-top: 30px;
}
.inquiry .title-product-show
{
    margin-top: 20px;

    background-color: #bd002e;
}
.inquiry .title-product-show b
{
    font-size: 20px;
    font-weight: normal;
    line-height: 50px;

    display: block;

    padding: 0 20px;

    color: #fff;
}
.inquiry p
{
    line-height: 24px;

    margin: 10px 0 0 0;

    color: #888;
}
.inquiry form input,
.inquiry form textarea
{
    font-size: 16px;
    line-height: 26px;

    width: 100%;
    min-height: 40px;
    margin-top: 20px;
    padding: 7px 20px;

    resize: vertical;

    border: none;
    outline: none;
    background-color: #f2f2f2;
}
@media (max-width: 991px)
{
    .inquiry form input,
    .inquiry form textarea
    {
        font-size: 14px;

        margin-top: 10px;
    }
}
.inquiry form input::-webkit-input-placeholder,
.inquiry form textarea::-webkit-input-placeholder
{
    color: #666;
}
.inquiry form input:-o-placeholder,
.inquiry form textarea:-o-placeholder
{
    color: #666;
}
.inquiry form input::-moz-placeholder,
.inquiry form textarea::-moz-placeholder
{
    color: #666;
}
.inquiry form input:-ms-input-placeholder,
.inquiry form textarea:-ms-input-placeholder
{
    color: #666;
}
.inquiry form input:focus::-webkit-input-placeholder,
.inquiry form textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.inquiry form input:focus::-o-placeholder,
.inquiry form textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.inquiry form input:focus::-moz-placeholder,
.inquiry form textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.inquiry form input:focus::-ms-input-placeholder,
.inquiry form textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.inquiry form .read input
{
    background-color: #f6f6f6;
}
.inquiry form .read input::-webkit-input-placeholder,
.inquiry form .read textarea::-webkit-input-placeholder
{
    color: #666;
}
.inquiry form .read input:-o-placeholder,
.inquiry form .read textarea:-o-placeholder
{
    color: #666;
}
.inquiry form .read input::-moz-placeholder,
.inquiry form .read textarea::-moz-placeholder
{
    color: #666;
}
.inquiry form .read input:-ms-input-placeholder,
.inquiry form .read textarea:-ms-input-placeholder
{
    color: #666;
}
.inquiry form .read input:focus::-webkit-input-placeholder,
.inquiry form .read textarea:focus::-webkit-input-placeholder
{
    color: #666;
}
.inquiry form .read input:focus::-o-placeholder,
.inquiry form .read textarea:focus::-o-placeholder
{
    color: #666;
}
.inquiry form .read input:focus::-moz-placeholder,
.inquiry form .read textarea:focus::-moz-placeholder
{
    color: #666;
}
.inquiry form .read input:focus::-ms-input-placeholder,
.inquiry form .read textarea:focus::-ms-input-placeholder
{
    color: #666;
}
.inquiry form p
{
    font-size: 16px;

    margin: 14px 0 0 0;
}
.inquiry form .send
{
    text-align: right;
}
.inquiry form .submit
{
    font-size: 14px;
    line-height: 30px;

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

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

    color: #fff;
    border-radius: 0;
    background-color: #bd002e;
}
.inquiry form .submit:hover
{
    background-color: #940326;
}
@media (max-width: 991px)
{
    .wrap-parameter .parameter
    {
        margin-top: 30px;
    }
}
.wrap-parameter .parameter p
{
    font-size: 15px;
    line-height: 2;

    margin: 0;

    color: #666;
}
.wrap-contact .contact .text ul
{
    font-size: 0;

    margin: 0 -15px;
    padding: 0;
}
.wrap-contact .contact .text ul li
{
    font-size: 14px;

    display: inline-block;

    width: 20%;
    padding: 0 15px;

    vertical-align: top;
}
@media (max-width: 1199px)
{
    .wrap-contact .contact .text ul li
    {
        width: 33.33333333%;
    }
}
@media (max-width: 991px)
{
    .wrap-contact .contact .text ul li
    {
        width: 50%;
    }
}
@media (max-width: 767px)
{
    .wrap-contact .contact .text ul li
    {
        width: 100%;
    }
}
.wrap-contact .contact .text ul li:nth-child(1),
.wrap-contact .contact .text ul li:nth-child(2)
{
    width: 50%;
}
@media (max-width: 767px)
{
    .wrap-contact .contact .text ul li:nth-child(1),
    .wrap-contact .contact .text ul li:nth-child(2)
    {
        width: 100%;
    }
}
.wrap-contact .contact .text .item
{
    margin-top: 30px;
    padding: 20px;

    text-align: center;

    background-color: #f2f2f2;
}
.wrap-contact .contact .text .item:before
{
    font-family: 'iconfont' !important;
    font-size: 30px;
    line-height: 60px;

    display: block;

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

    content: '\e6a0';

    color: #bd002e;
    border: 1px solid #bd002e;
    border-radius: 50%;
}
.wrap-contact .contact .text .item-address:before
{
    content: '\e608';
}
.wrap-contact .contact .text .item-code:before
{
    content: '\e625';
}
.wrap-contact .contact .text .item-tel:before
{
    content: '\e61c';
}
.wrap-contact .contact .text .item-fax:before
{
    content: '\edd8';
}
.wrap-contact .contact .text .item-email:before
{
    content: '\e64d';
}
.wrap-contact .contact .text .item-website:before
{
    content: '\e897';
}
.wrap-contact .contact .text .item p
{
    font-size: 16px;
    line-height: 30px;

    margin: 14px 0 0 0;
}
@media (max-width: 767px)
{
    .wrap-contact .contact .text .item p
    {
        font-size: 14px;
    }
}
.wrap-contact .contact .text .item a
{
    color: inherit;
}
.wrap-contact .contact .text .item a:hover
{
    text-decoration: underline;
}
.wrap-contact .message
{
    margin-top: 40px;
}
.wrap-contact .message p
{
    font-size: 16px;
    line-height: 1.375;

    color: #999;
}
@media (max-width: 991px)
{
    .wrap-contact .message p
    {
        font-size: 14px;
    }
}
.wrap-contact .message input,
.wrap-contact .message textarea
{
    font-size: 16px;
    line-height: 28px;

    width: 100%;
    min-height: 40px;
    margin-top: 20px;
    padding: 6px 20px;

    resize: vertical;

    border: none;
    outline: none;
    background-color: #f2f2f2;
}
@media (max-width: 991px)
{
    .wrap-contact .message input,
    .wrap-contact .message textarea
    {
        font-size: 14px;
    }
}
.wrap-contact .message input::-webkit-input-placeholder,
.wrap-contact .message textarea::-webkit-input-placeholder
{
    color: #333;
}
.wrap-contact .message input:-o-placeholder,
.wrap-contact .message textarea:-o-placeholder
{
    color: #333;
}
.wrap-contact .message input::-moz-placeholder,
.wrap-contact .message textarea::-moz-placeholder
{
    color: #333;
}
.wrap-contact .message input:-ms-input-placeholder,
.wrap-contact .message textarea:-ms-input-placeholder
{
    color: #333;
}
.wrap-contact .message input:focus::-webkit-input-placeholder,
.wrap-contact .message textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .message input:focus::-o-placeholder,
.wrap-contact .message textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .message input:focus::-moz-placeholder,
.wrap-contact .message textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .message input:focus::-ms-input-placeholder,
.wrap-contact .message textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .message .submit
{
    font-size: 20px;
    line-height: 40px;

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

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

    color: #fff;
    border-radius: 0;
    background-color: #bd002e;
}
.wrap-contact .message .submit:hover
{
    background-color: #940326;
}
.wrap-contact #dituContent
{
    height: 410px;
}
@media (max-width: 991px)
{
    .wrap-contact #dituContent
    {
        height: 300px;
        margin-bottom: 30px;
    }
}
nav
{
    text-align: center;
}
.pagination
{
    margin: 50px 0 0 0;
    padding: 0;
}
.pagination li:first-child a,
.pagination li:last-child a
{
    border-radius: 10px;
}
.pagination li a
{
    font-size: 16px;
    line-height: 40px;

    display: block;

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

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

    color: #333;
    border: none;
    border-radius: 10px;
    background-color: #dcdcdc;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover
{
    color: #fff;
    border: 1px solid #bd002e;
    border-radius: 10px;
    background-color: #bd002e;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover
{
    color: #fff;
    border: 1px solid #bd002e;
    border-radius: 10px;
    background-color: #bd002e;
}
.lazy
{
    background-image: url(../js/slick/ajax-loader.gif);
    background-repeat: no-repeat;
    background-position: center;
}
a
{
    color: inherit;
}
a:hover
{
    text-decoration: none;

    color: inherit;
}
ul
{
    margin: 0;
    padding: 0;
}
ul li
{
    list-style: none;
}
.slick-arrow
{
    position: absolute;
    z-index: 9;
    z-index: 8;
    top: 50%;
    left: 4%;

    overflow: hidden;

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

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

    color: #fff;
    border: none;
    border-radius: 5px;
    outline: none;
    background: none;
    background: url(../images/prev.png) no-repeat;
}
@media (max-width: 767px)
{
    .slick-arrow
    {
        left: 0;
    }
}
.slick-arrow.slick-next
{
    right: 4%;
    left: auto;

    background: url(../images/next.png) no-repeat;
}
@media (max-width: 767px)
{
    .slick-arrow.slick-next
    {
        right: 0;
    }
}
.fancybox-slide--iframe .fancybox-content
{
    width: 733px;
    max-width: 80%;
    height: 500px;
    max-height: 50%;
    margin: 0;
}
.table-box
{
    overflow: auto;

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

    width: 100%;
    max-width: 100%;

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

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

    padding: 10px !important;

    border: 1px solid #d6d6d6 !important;
}
@media (max-width: 480px)
{
    .table-box table td,
    .table-box table th
    {
        padding: 8px !important;
    }
}
.table-box table tr p,
.table-box table tr span
{
    margin: 0 !important;
    padding: 0 !important;

    background: none !important;
}
.table-box table th
{
    text-align: center;
}
.stuck
{
    position: fixed;
    z-index: 9;
    top: 0;

    width: 100%;
    height: 80px !important;

    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 1199px)
{
    .stuck
    {
        height: 70px !important;
    }
}
.stuck .logo
{
    margin-top: 5px;
}
@media (max-width: 1199px)
{
    .stuck .logo
    {
        margin-top: 10px;
    }
}
.stuck .nav .nav-list1 > li > a
{
    line-height: 80px;
}
.stuck .pc-search
{
    margin-top: 20px;
}
.stuck .language
{
    line-height: 80px;
}
@media (max-width: 1199px)
{
    .stuck .language
    {
        line-height: 70px;
    }
	.fluid_video_wrapper.fluid_player_layout_default .fade_in,
	.initial_controls_show{
		opacity: 0!important;
	}
}

.wrap-product-parameter .product-parameter .text img{
	max-width: 100%;
	height: auto!important;
}
/*.wrap-product-parameter .product-parameter .table-box table td,
.wrap-product-parameter .product-parameter .table-box table th {
    width: 50%!important;
}*/

#panoramic{
	position: relative;
	top: -60px;
}
.header .open-search form{
	display: table;
	width:60%;

}
.header .open-search form select,
.header .open-search form input,
.header .open-search form .btn-submit{
	display: table-cell;
	vertical-align: middle;
}
.header .open-search form select{
	width: 190px;
	line-height: 50px;
	height: 50px;
	outline: none;
	border: none;
	background: none;
	font-size: 18px;
	margin-right: 10px;
}
.header .open-search form input{
	width:calc(100% - 200px);
}
@media(max-width:1199px){
	.header .open-search form select{
		line-height: 30px;
		height: 30px;
		font-size: 16px;
	}
}
@media(max-width:767px){
	.header .open-search form{
		width: 100%;
	}
	.header .open-search form select{
		width: 100px;
	}
	.header .open-search form input{
			width:calc(100% - 110px);
	}
}
.header,
.header .open-search{
	background-color: rgba(255, 255, 255, .95);
}
