.ff,
.banner .mobile-video:before
{
    font-family: 'iconfont' !important;
}
@font-face
{
    font-family: 'D-DIN';
    font-weight: bold;
    font-style: normal;

    src: url('../fonts/D-DIN-Bold.eot');
    src: local('D-DIN Bold'), local('D-DIN-Bold'), url('../fonts/D-DIN-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/D-DIN-Bold.woff2') format('woff2'), url('../fonts/D-DIN-Bold.woff') format('woff'), url('../fonts/D-DIN-Bold.ttf') format('truetype'), url('../fonts/D-DIN-Bold.svg#D-DIN-Bold') format('svg');
    font-display: swap;
}
.jianbian
{
    background-image: -webkit-gradient(linear, left top, right top, from(#d52c37), to(#910000));
    background-image: -webkit-linear-gradient(left, #d52c37, #910000);
    background-image:         linear-gradient(to right, #d52c37, #910000);
}
body
{
    font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Heiti SC', 'PingFang SC', 'Hiragino Sans GB', 'Helvetica', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;

    color: #333;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-arrow
{
    font-size: 50px;

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

    padding: 0;

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

    color: #b6b6b6;
    border: none;
    background: none;
}
@media (max-width: 1199px)
{
    .slick-arrow
    {
        font-size: 40px;

        left: 0;
    }
}
.slick-arrow:before
{
    font-family: 'iconfont' !important;

    display: block;

    content: '\e63f';
}
.slick-arrow.slick-next
{
    right: -5%;
    left: auto;
}
@media (max-width: 1199px)
{
    .slick-arrow.slick-next
    {
        right: 0;
    }
}
.slick-arrow.slick-next:before
{
    content: '\f1e8';
}
.slick-arrow:hover
{
    color: #d52c37;
}
.slick-dots
{
    margin: 0 -3px;
    margin-top: 20px;

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

    width: 16px;
    height: 8px;
    margin: 0 4px;

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

    border-radius: 10px;
    background-color: #b6b6b6;
}
.slick-dots li button
{
    display: none;
}
.slick-dots li.slick-active
{
    width: 30px;

    background-color: #d52c37;
}
.flexwrap
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.header
{
    position: fixed;
    z-index: 10;
    z-index: 9;
    top: 0;

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

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

    color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .9)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, .9), rgba(0, 0, 0, 0));
    background-image:         linear-gradient(rgba(0, 0, 0, .9), rgba(0, 0, 0, 0));
}
@media (max-width: 1199px)
{
    .header
    {
        height: 60px;

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

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

    -webkit-transition: all .4s;
            transition: all .4s;
}
@media (max-width: 1350px)
{
    .header .logo
    {
        height: 34px;
        margin-top: 43px;
    }
}
@media (max-width: 1199px)
{
    .header .logo
    {
        margin-top: 10px;
    }
}
@media (max-width: 767px)
{
    .header .logo
    {
        height: 20px;
        margin-top: 20px;
    }
}
.header .logo img
{
    position: relative;
    z-index: 2;

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

    display: none;
    float: right;

    width: 28px;
    height: 28px;
    margin-left: 14px;
    padding: 0;

    cursor: pointer;

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

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

        display: block;

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

    width: 28px;
    height: 2px;

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

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

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

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

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

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

    display: inline-block;
    float: right;

    width: 74%;

    text-align: right;
}
@media (max-width: 1199px)
{
    .header .header-right
    {
        width: auto;
    }
}
.header .nav,
.header .language,
.header .logo-admin
{
    display: inline-block;

    vertical-align: middle;
}
.header .logo-admin
{
    margin-left: 20px;

    -webkit-transition: all .2s;
            transition: all .2s;
}
@media (max-width: 1199px)
{
    .header .logo-admin
    {
        line-height: 60px;

        height: 60px;
    }
}
.header .logo-admin .icon
{
    font-size: 24px;
}
.header .logo-admin:hover
{
    color: #d52c37;
}
.header .language a,
.header .xs-language a,
.header .language span,
.header .xs-language span
{
    display: inline-block;

    vertical-align: middle;

    opacity: .6;
}
.header .language a:hover,
.header .xs-language a:hover
{
    opacity: 1;
    color: #d52c37;
}
@media (max-width: 1199px)
{
    .header .language
    {
        display: none;
    }
}
.header .xs-language
{
    position: absolute;
    top: 20px;
    left: 15px;
}
@media (min-width: 1200px)
{
    .header .xs-language
    {
        display: none;
    }
}
.header .xs-language a,
.header .xs-language span
{
    opacity: 1;
}
@media (min-width: 1200px)
{
    .header .nav
    {
        display: inline-block !important;

        margin-left: 20px;

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

        display: none;

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

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

        background-image: -webkit-gradient(linear, left top, left bottom, from(#d52c37), to(#910000));
        background-image: -webkit-linear-gradient(#d52c37, #910000);
        background-image:         linear-gradient(#d52c37, #910000);
    }
    .header .nav .nav-box,
    .header .nav .container
    {
        width: 100%;
        height: 100%;
    }
    .header .nav .container
    {
        padding: 0;
    }
    .header .nav .tbl,
    .header .nav .tbl-cell
    {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;

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

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

        display: block !important;

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

        display: inline-block;

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

        position: relative;
        z-index: 2;

        display: block;

        padding: 0 24px;

        -webkit-transition: all .2s;
                transition: all .2s;
        text-transform: uppercase;
    }
    .header .nav .nav-list1 > li > a:after
    {
        position: absolute;
        bottom: 20px;
        left: 50%;

        display: block;

        width: 0;
        height: 2px;

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

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

        display: none;

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

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

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

        display: block;

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

        display: block;

        padding: 0 24px;

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

        display: none;

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

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

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

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

        display: block;

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

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

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

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

        display: block;
        overflow: hidden;

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

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

        color: #fff;
        background: #fafafa;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#d52c37), to(#910000));
        background-image: -webkit-linear-gradient(#d52c37, #910000);
        background-image:         linear-gradient(#d52c37, #910000);
    }
}
.header .mask-nav .nav-top
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

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

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

    display: block;

    width: 100%;
    margin: 0;

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

    overflow: auto;

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

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

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

    margin: 10px 0;

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

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

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

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

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

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

        max-height: 100%;
        margin: 0;

        opacity: 1;

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

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

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

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

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

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

        width: 40px;

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

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

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

        display: block !important;

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

        opacity: 0;
    }
}
.header .lg-search
{
    display: inline-block;
    float: right;
}
.header .lg-search form
{
    position: relative;

    overflow: hidden;

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

    border: 1px solid #e6e6e6;
    border-radius: 30px;
}
@media (max-width: 1470px)
{
    .header .lg-search form
    {
        width: 140px;
    }
}
.header .lg-search form input
{
    line-height: 34px;

    width: 100%;
    padding: 0 10px 0 30px;
}
.header .lg-search form input::-webkit-input-placeholder,
.header .lg-search form textarea::-webkit-input-placeholder
{
    color: #999;
}
.header .lg-search form input:-o-placeholder,
.header .lg-search form textarea:-o-placeholder
{
    color: #999;
}
.header .lg-search form input::-moz-placeholder,
.header .lg-search form textarea::-moz-placeholder
{
    color: #999;
}
.header .lg-search form input:-ms-input-placeholder,
.header .lg-search form textarea:-ms-input-placeholder
{
    color: #999;
}
.header .lg-search form input:focus::-webkit-input-placeholder,
.header .lg-search form textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.header .lg-search form input:focus::-o-placeholder,
.header .lg-search form textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.header .lg-search form input:focus::-moz-placeholder,
.header .lg-search form textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.header .lg-search form input:focus::-ms-input-placeholder,
.header .lg-search form textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.header .lg-search form .submit
{
    line-height: 34px;

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

    width: 30px;
    padding: 0;

    text-align: center;

    background: none;
}
.header .lg-search form .submit:before
{
    font-family: 'iconfont' !important;

    content: '\e647';
}
.header .translate
{
    display: inline-block;
    float: right;

    margin-top: 26px;
    margin-left: 30px;
}
@media (max-width: 1199px)
{
    .header .translate
    {
        margin-top: 18px;
        margin-left: 0;
    }
}
.header .search-part
{
    position: relative;

    display: inline-block;

    vertical-align: middle;
}
.header .find
{
    font-size: 14px;
    line-height: 36px;

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

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

    color: #fff;
    border-radius: 5px;
    background-color: #d52c37;
}
@media (max-width: 1199px)
{
    .header .find
    {
        margin-left: 16px;
    }
}
.header .find:before
{
    font-family: 'iconfont';
    font-size: 20px;

    display: inline-block;

    content: '\e660';
    vertical-align: middle;
}
.header .find:hover
{
    color: #d52c37;
    background-color: #fff;
}
.header .back-btn
{
    position: absolute;
    left: 15px;
}
.header .search-wrap
{
    font-size: 14px;

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

    display: none;

    width: 300px;
    padding: 10px;

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

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

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

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

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

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

    content: '\e60e';
}
@media (max-width: 1199px)
{
    .header .product-menu
    {
        display: none;
    }
}
.header .product-menu .pmenu1 > li
{
    display: inline-block;

    vertical-align: top;
}
.header .product-menu .pmenu1 > li > a
{
    font-size: 15px;
    line-height: 44px;

    display: block;

    padding: 0 16px;

    -webkit-transition: all .2s;
            transition: all .2s;
}
@media (max-width: 1350px)
{
    .header .product-menu .pmenu1 > li > a
    {
        padding: 0 10px;
    }
}
.header .product-menu .pmenu1 > li.active > a,
.header .product-menu .pmenu1 > li:hover > a
{
    color: #fff;
    background-color: #d52c37;
}
.header .product-menu .pmenu1 .pmenu2
{
    font-size: 0;

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

    display: none;
    overflow: hidden;

    width: 100%;

    border-top: 2px solid #d52c37;
    background-color: #fff;
}
.header .product-menu .pmenu1 .pmenu2 .pmenu2-left,
.header .product-menu .pmenu1 .pmenu2 .pmenu2-right
{
    font-size: 14px;

    display: inline-block;

    text-align: left;
    vertical-align: top;
}
.header .product-menu .pmenu1 .pmenu2 .pmenu2-left
{
    width: 38%;
    margin-bottom: -999px;
    padding: 20px;
    padding-bottom: 999px;

    background-color: #d52c37;
}
.header .product-menu .pmenu1 .pmenu2 .pmenu2-left .title-pmenu2 h3
{
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;

    margin: 0;
}
.header .product-menu .pmenu1 .pmenu2 .pmenu2-sort
{
    font-size: 0;

    margin-top: 20px;
}
.header .product-menu .pmenu1 .pmenu2 .pmenu2-sort > li
{
    font-size: 14px;

    display: inline-block;

    width: 50%;

    vertical-align: top;
}
.header .product-menu .pmenu1 .pmenu2 .pmenu2-sort > li > a
{
    font-size: 16px;
    line-height: 36px;

    display: block;
}
@media (max-width: 1470px)
{
    .header .product-menu .pmenu1 .pmenu2 .pmenu2-sort > li > a
    {
        font-size: 14px;
        line-height: 30px;
    }
}
.header .product-menu .pmenu1 .pmenu2 .pmenu2-sort > li.active > a,
.header .product-menu .pmenu1 .pmenu2 .pmenu2-sort > li:hover > a
{
    text-decoration: underline;
}
.header .product-menu .pmenu1 .pmenu2 .pmenu2-right
{
    font-size: 0;

    width: 62%;
    padding: 20px;
}
.header .product-menu .pmenu1 .pmenu2 .pmenu2-right .pmenu2-list
{
    display: none;
}
.header .product-menu .pmenu1 .pmenu2 .pmenu2-right .pmenu2-list:nth-child(1)
{
    display: block;
}
.header .product-menu .pmenu1 .pmenu2 .pmenu2-right .pmenu2-img,
.header .product-menu .pmenu1 .pmenu2 .pmenu2-right .pmenu2-text
{
    font-size: 14px;

    display: inline-block;

    vertical-align: top;
}
.header .product-menu .pmenu1 .pmenu2 .pmenu2-right .pmenu2-img
{
    width: 42%;

    border: 1px solid #ececec;
}
.header .product-menu .pmenu1 .pmenu2 .pmenu2-right .pmenu2-img .img-box
{
    padding-bottom: 67.64705882%;
}
.header .product-menu .pmenu1 .pmenu2 .pmenu2-right .pmenu2-text
{
    width: 58%;
    padding-left: 24px;

    color: #666;
}
.header .product-menu .pmenu1 .pmenu2 .pmenu2-right .pmenu2-text h3
{
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;

    margin: 0;

    color: #d52c37;
}
.header .product-menu .pmenu1 .pmenu2 .pmenu2-right .pmenu2-text .desc
{
    min-height: 120px;
    margin-top: 20px;
}
@media (max-width: 1470px)
{
    .header .product-menu .pmenu1 .pmenu2 .pmenu2-right .pmenu2-text .desc
    {
        margin-top: 10px;
    }
}
.header .product-menu .pmenu1 .pmenu2 .pmenu2-right .pmenu2-text .desc p
{
    font-size: 15px;
    line-height: 24px;

    margin: 0;

    color: #666;
}
@media (max-width: 1470px)
{
    .header .product-menu .pmenu1 .pmenu2 .pmenu2-right .pmenu2-text .desc p
    {
        font-size: 14px;
    }
}
.header .product-menu .pmenu1 .pmenu2 .pmenu2-right .pmenu2-text .more a
{
    line-height: 34px;

    display: inline-block;

    padding: 0 20px;

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

    color: #fff;
    background-color: #d52c37;
}
.header .product-menu .pmenu1 .pmenu2 .pmenu2-right .pmenu2-text .more a:hover
{
    background-color: #910000;
}
.header.fixed-header
{
    background-color: rgba(0, 0, 0, .8);
}
.online-wrap .btn
{
    line-height: 36px;

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

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

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

    color: #fff;
    border: 1px solid #d52c37;
    border-radius: 0;
    outline: none;
    background-color: #d52c37;
}
@media (min-width: 992px)
{
    .online-wrap .btn
    {
        display: none;
    }
}
.online-wrap .btn:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;

    display: inline-block;

    content: '\e6d2';
    -webkit-transition: -webkit-transform .3s;
            transition: -webkit-transform .3s;
            transition:         transform .3s;
            transition:         transform .3s, -webkit-transform .3s;
}
.online-wrap .btn.active:before
{
    -webkit-transform: rotateZ(225deg);
        -ms-transform: rotate(225deg);
            transform: rotateZ(225deg);
}
.online-wrap .code-pic
{
    position: fixed;
    z-index: 101;
    right: 45px;
    bottom: 180px;

    display: none;

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

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

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

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

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

    position: relative;

    display: block;

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

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

    border-radius: 6px 0 0 6px;
    background-color: #fff;
}
.online-wrap .online a:last-child
{
    border-bottom: none;
}
.online-wrap .online a:before
{
    font-size: 24px;

    color: rgba(213, 44, 55, .6);
}
@media (min-width: 992px)
{
    .online-wrap .online a:hover
    {
        background-color: #d52c37;
    }
    .online-wrap .online a:hover:before
    {
        color: #fff;
    }
}
@media (max-width: 991px)
{
    .online-wrap .online a
    {
        line-height: 40px;

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

    padding-right: 5px;

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

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

    display: none;

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

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

    margin: 5px 0 8px 0;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    width: 20px;
    height: 20px;

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

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

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

    display: none;

    width: 100%;

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

    text-align: center;

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

    width: 20%;

    list-style: none;

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

    display: block;

    padding: 8px 0;

    text-transform: uppercase;

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

    display: block;

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

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

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

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

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

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

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

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

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

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

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

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

    display: none;

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

    position: relative;
    z-index: 2;

    overflow: hidden;

    width: 100%;

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

    width: 100%;
}
.banner .swiper-slide
{
    overflow: hidden;
}
.banner .swiper-pagination
{
    position: absolute;
    z-index: 2;
    bottom: 4.5%;
    left: 50%;

    width: auto;

    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
.banner .swiper-pagination span
{
    display: inline-block;

    width: 10px;
    height: 10px;
    margin: 0 10px !important;

    vertical-align: top;

    background-color: #fff;
}
.banner .swiper-pagination .swiper-pagination-bullet-active
{
    font-size: 22px;

    opacity: 1;
    border: 1px solid #fff;
}
@media (max-width: 991px)
{
    .banner .swiper-pagination .swiper-pagination-bullet-active
    {
        font-size: 20px;
    }
}
.banner .btn-banner
{
    line-height: 30px;

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

    width: 100%;

    text-align: center;
}
@media (max-width: 767px)
{
    .banner .btn-banner
    {
        bottom: 10px;
    }
}
.banner .btn-banner .banner-button-prev,
.banner .btn-banner .banner-button-next,
.banner .btn-banner .shubiao
{
    font-size: 24px;

    display: inline-block;

    vertical-align: middle;

    color: #fff;
}
.banner .btn-banner .banner-button-prev:before,
.banner .btn-banner .banner-button-next:before
{
    font-family: 'iconfont' !important;

    content: '\e65d';
}
.banner .btn-banner .shubiao
{
    position: relative;

    overflow: hidden;

    width: 22px;
    height: 38px;
    margin: 0 20px;

    border: 2px solid #fff;
    border-radius: 10px;
}
.banner .btn-banner .shubiao .icon
{
    position: absolute;
    top: 6px;
    left: 50%;

    width: 2px;
    height: 7px;
    margin-left: -1px;

    -webkit-animation: shubiao 2s infinite;
            animation: shubiao 2s infinite;

    background-color: #fff;
}
.banner .btn-banner .banner-button-next:before
{
    content: '\e642';
}
.banner .item
{
    position: relative;

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

    display: block;

    width: 100%;

    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
.banner-video
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    object-fit: cover;
}
.banner.hide-video video
{
    display: none !important;
}
.banner-video-box
{
    position: relative;

    display: block;

    padding-bottom: 50%;

    -webkit-transform: translateZ(10px);
            transform: translateZ(10px);
}
.banner-video-box .fluid_video_wrapper
{
    position: absolute;
    z-index: 10;

    width: 100%;
    height: 100%;
}
.banner-video-box .fluid_initial_play
{
    background-color: #d52c37 !important;
}
.banner .mobile-video
{
    position: relative;

    display: block;
}
.banner .mobile-video:after
{
    z-index: 2;

    content: '';

    background-color: rgba(0, 0, 0, .1);
}
.banner .mobile-video:before
{
    font-size: 50px;

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

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

    color: #fff;
    text-shadow: 0 0 20px rgba(0, 0, 0, .3);
}
@media (min-width: 1200px)
{
    .banner .swiper-slide-active .item > a > img
    {
        -webkit-animation: bannerscale 4.5s linear;
                animation: bannerscale 4.5s linear;
    }
}
.banner .swiper-slide-active .item .text h2
{
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);

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

    opacity: 1;
}
.banner .swiper-slide-active .item .text .more
{
    -webkit-animation: zoomIn 2s 0s ease both;
            animation: zoomIn 2s 0s ease both;
}
.fancybox-slide > *
{
    width: 100%;
}
@-webkit-keyframes bannerscale
{
    0%
    {
        -webkit-transform: translateX(-50%) scale(1.2);
                transform: translateX(-50%) scale(1.2);
    }
    100%
    {
        -webkit-transform: translateX(-50%) scale(1);
                transform: translateX(-50%) scale(1);
    }
}
@keyframes bannerscale
{
    0%
    {
        -webkit-transform: translateX(-50%) scale(1.2);
                transform: translateX(-50%) scale(1.2);
    }
    100%
    {
        -webkit-transform: translateX(-50%) scale(1);
                transform: translateX(-50%) scale(1);
    }
}
@-webkit-keyframes shubiao
{
    0%
    {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    100%
    {
        -webkit-transform: translateY(200%);
                transform: translateY(200%);

        opacity: 0;
    }
}
@keyframes shubiao
{
    0%
    {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    100%
    {
        -webkit-transform: translateY(200%);
                transform: translateY(200%);

        opacity: 0;
    }
}
.banner-in
{
    clear: both;
    overflow: hidden;
}
.banner-in img
{
    width: 100%;
}
@media (max-width: 767px)
{
    .banner-in .item
    {
        width: 130%;
        max-width: 130%;
        margin-left: -15%;
    }
}
.box
{
    overflow: hidden;

    padding: 80px 0;
}
@media (max-width: 991px)
{
    .box
    {
        padding: 40px 0;
    }
}
.common-text p
{
    font-size: 16px;
    line-height: 2;

    margin: 0;
}
@media (max-width: 991px)
{
    .common-text p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.title
{
    text-align: center;
}
.title h2
{
    font-size: 32px;
    font-weight: bold;
    line-height: 1.2;

    position: relative;

    display: inline-block;

    margin: 0;

    color: #0c0306;
}
@media (max-width: 1470px)
{
    .title h2
    {
        font-size: 28px;
    }
}
@media (max-width: 991px)
{
    .title h2
    {
        font-size: 24px;
    }
}
.title h2:after
{
    display: block;

    width: 80px;
    height: 4px;
    margin: 0 auto;
    margin-top: 10px;

    content: '';

    background-color: #d52c37;
}
.title p
{
    font-size: 18px;
    line-height: 1.66666667;

    max-width: 930px;
    margin: 0 auto;
}
@media (max-width: 1470px)
{
    .title p
    {
        font-size: 16px;

        max-width: 830px;
    }
}
@media (max-width: 767px)
{
    .title p
    {
        font-size: 14px;
    }
}
.indexcontent
{
    position: relative;
    z-index: 2;
}
.indexcontent .more
{
    margin-top: 40px;
}
@media (max-width: 1199px)
{
    .indexcontent .more
    {
        margin-top: 20px;
    }
}
.indexcontent .more a
{
    font-size: 16px;
    line-height: 40px;

    position: relative;

    display: inline-block;
    overflow: hidden;

    padding: 0 20px;

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

    color: #fff;
    border-radius: 5px;
    background-color: #d52c37;
}
.indexcontent .more a span
{
    position: relative;
    z-index: 5;

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

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
.indexcontent .more a .icon
{
    font-size: 20px;
    font-weight: normal;

    display: inline-block;

    margin-top: -4px;
    margin-left: 6px;

    vertical-align: middle;
}
.indexcontent .more a:before
{
    position: absolute;
    top: -110%;
    left: -10%;

    display: block;

    width: 120%;
    height: 0;
    padding-bottom: 120%;

    content: '';
    -webkit-transform: translateY(68%) scale3d(0, 0, 0);
            transform: translateY(68%) scale3d(0, 0, 0);

    border-radius: 50%;
    background: #910000;
}
.indexcontent .more a:after
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-transition: -webkit-transform .25s cubic-bezier(.1, 0, .3, 1);
            transition: -webkit-transform .25s cubic-bezier(.1, 0, .3, 1);
            transition:         transform .25s cubic-bezier(.1, 0, .3, 1);
            transition:         transform .25s cubic-bezier(.1, 0, .3, 1), -webkit-transform .25s cubic-bezier(.1, 0, .3, 1);
    -webkit-transform: translateY(-102%);
        -ms-transform: translateY(-102%);
            transform: translateY(-102%);

    background: #910000;
}
.indexcontent .more a:hover
{
    color: #fff;
}
.indexcontent .more a:hover:before
{
    -webkit-transition: -webkit-transform .25s cubic-bezier(.1, 0, .3, 1);
            transition: -webkit-transform .25s cubic-bezier(.1, 0, .3, 1);
            transition:         transform .25s cubic-bezier(.1, 0, .3, 1);
            transition:         transform .25s cubic-bezier(.1, 0, .3, 1), -webkit-transform .25s cubic-bezier(.1, 0, .3, 1);
    -webkit-transform: translate(0) scale(1);
        -ms-transform: translate(0) scale(1);
            transform: translate(0) scale(1);
}
.indexcontent .more a:hover:after
{
    -webkit-transition-delay: .25s;
            transition-delay: .25s;
    -webkit-transition-timing-function: linear;
            transition-timing-function: linear;
    -webkit-transition-duration: 31.25ms;
            transition-duration: 31.25ms;
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
}
.indexcontent .more a:hover span
{
    -webkit-animation: MoveScaleUpInitial .1875s forwards, MoveScaleUpEnd .1875s forwards .1875s;
            animation: MoveScaleUpInitial .1875s forwards, MoveScaleUpEnd .1875s forwards .1875s;
}
.box-category .category .item,
.wrap-about-environment .category .item,
.wrap-product-show .category .item,
.box-category .relate-product .item,
.wrap-about-environment .relate-product .item,
.wrap-product-show .relate-product .item
{
    position: relative;

    display: block;

    margin-top: 30px;
}
@media (max-width: 767px)
{
    .box-category .category .item,
    .wrap-about-environment .category .item,
    .wrap-product-show .category .item,
    .box-category .relate-product .item,
    .wrap-about-environment .relate-product .item,
    .wrap-product-show .relate-product .item
    {
        margin-top: 14px;
    }
}
.box-category .category .item .pic .img-box,
.wrap-about-environment .category .item .pic .img-box,
.wrap-product-show .category .item .pic .img-box,
.box-category .relate-product .item .pic .img-box,
.wrap-about-environment .relate-product .item .pic .img-box,
.wrap-product-show .relate-product .item .pic .img-box
{
    padding-bottom: 75.75757576%;
}
.box-category .category .item .pic .img-box img,
.wrap-about-environment .category .item .pic .img-box img,
.wrap-product-show .category .item .pic .img-box img,
.box-category .relate-product .item .pic .img-box img,
.wrap-about-environment .relate-product .item .pic .img-box img,
.wrap-product-show .relate-product .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.box-category .category .item .note,
.wrap-about-environment .category .item .note,
.wrap-product-show .category .item .note,
.box-category .relate-product .item .note,
.wrap-about-environment .relate-product .item .note,
.wrap-product-show .relate-product .item .note
{
    position: absolute;
    z-index: 2;
    bottom: 0;

    width: 100%;
    padding: 0 16px;

    color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .9)));
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .9));
    background-image:         linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .9));
}
.box-category .category .item .note h3,
.wrap-about-environment .category .item .note h3,
.wrap-product-show .category .item .note h3,
.box-category .relate-product .item .note h3,
.wrap-about-environment .relate-product .item .note h3,
.wrap-product-show .relate-product .item .note h3
{
    font-size: 16px;
    line-height: 60px;

    display: -webkit-box;
    overflow: hidden;

    height: 60px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px)
{
    .box-category .category .item .note h3,
    .wrap-about-environment .category .item .note h3,
    .wrap-product-show .category .item .note h3,
    .box-category .relate-product .item .note h3,
    .wrap-about-environment .relate-product .item .note h3,
    .wrap-product-show .relate-product .item .note h3
    {
        font-size: 14px;
        line-height: 40px;

        height: 40px;
    }
}
.box-category .category .item .note h3:before,
.wrap-about-environment .category .item .note h3:before,
.wrap-product-show .category .item .note h3:before,
.box-category .relate-product .item .note h3:before,
.wrap-about-environment .relate-product .item .note h3:before,
.wrap-product-show .relate-product .item .note h3:before
{
    margin-right: 6px;

    content: '-';
}
.box-category .category .item:hover .pic .img-box img,
.wrap-about-environment .category .item:hover .pic .img-box img,
.wrap-product-show .category .item:hover .pic .img-box img,
.box-category .relate-product .item:hover .pic .img-box img,
.wrap-about-environment .relate-product .item:hover .pic .img-box img,
.wrap-product-show .relate-product .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.box-about
{
    background: url(../images/about_bg.jpg) no-repeat center;
    background-size: cover;
}
@media (min-width: 1200px)
{
    .box-about
    {
        background-attachment: fixed;
    }
}
.box-about .about
{
    font-size: 0;

    overflow: hidden;

    padding: 40px;

    color: #fff;
    border-radius: 10px;
    background-color: rgba(213, 44, 55, .5);
}
@media (max-width: 767px)
{
    .box-about .about
    {
        padding: 20px 10px;
    }
}
.box-about .about .about-left,
.box-about .about .about-right
{
    font-size: 14px;

    display: inline-block;

    vertical-align: top;
}
.box-about .about .about-left
{
    width: 58%;
    padding-right: 30px;
}
@media (max-width: 1199px)
{
    .box-about .about .about-left
    {
        width: 100%;
        padding-right: 0;
    }
}
.box-about .about .about-left .title
{
    text-align: left;
}
.box-about .about .about-left .title h2
{
    color: #fff;
}
.box-about .about .about-left .title h2:after
{
    display: none;
}
.box-about .about .about-left .note
{
    display: -webkit-box;
    overflow: hidden;

    max-height: 156px;
    margin-top: 20px;

    text-indent: 2em;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
}
.box-about .about .about-left .note p
{
    font-size: 15px;
    line-height: 26px;

    margin: 0;
}
.box-about .about .about-left .about-more
{
    margin-top: 20px;
}
.box-about .about .about-left .about-more a
{
    font-size: 15px;
    line-height: 30px;

    display: block;

    text-decoration: underline;
}
.box-about .about .about-left .number .item
{
    margin-top: 20px;
    padding: 20px 10px;

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

    color: #d52c37;
    border-radius: 10px;
    background-color: #fff;
}
.box-about .about .about-left .number .item h3
{
    font-size: 36px;
    font-weight: bold;

    margin: 0;
}
.box-about .about .about-left .number .item h3 sub
{
    font-size: 18px;
}
.box-about .about .about-left .number .item p
{
    line-height: 18px;

    margin: 8px 0 0 0;
}
.box-about .about .about-left .number .item:hover
{
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
}
.box-about .about .about-right
{
    position: relative;

    overflow: hidden;

    width: 42%;

    border-radius: 10px;
}
@media (max-width: 1199px)
{
    .box-about .about .about-right
    {
        width: 100%;
        margin-top: 30px;
    }
}
.box-about .about .about-right img
{
    width: 100%;
}
.box-about .about .about-right .play
{
    font-size: 60px;

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

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

    color: #fff;
}
.box-about .about .about-right .play:before
{
    font-family: 'iconfont' !important;

    content: '\e624';
}
.box-about .about .about-right .play:hover
{
    color: #d52c37;
}
.box-news .news
{
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .box-news .news
    {
        margin: 0;
    }
}
.box-news .item
{
    margin-top: 20px;
}
.box-news .item .img-box
{
    display: block;
    overflow: hidden;

    padding-bottom: 57.77777778%;

    border-radius: 10px;
}
.box-news .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.box-news .item h3
{
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

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

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

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

    display: -webkit-box;
    overflow: hidden;

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

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media (max-width: 767px)
{
    .box-news .item p
    {
        font-size: 14px;
    }
}
.box-news .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.box-news .item:hover h3
{
    color: #d52c37;
}
.box-news .list
{
    margin-top: 20px;
    padding: 10px 20px;

    border-radius: 10px;
    background-color: #f4f4f6;
}
.box-news .list .list-item
{
    font-size: 0;

    margin: 16px 0;
}
.box-news .list .list-item .date,
.box-news .list .list-item .note
{
    font-size: 14px;

    display: inline-block;

    vertical-align: middle;
}
.box-news .list .list-item .date
{
    width: 90px;
    padding: 16px 10px;

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

    border-radius: 10px;
    background-color: #e8e8e9;
}
.box-news .list .list-item .date b
{
    font-size: 32px;
    line-height: 1.2;

    display: block;

    color: rgba(0, 0, 0, .8);
}
.box-news .list .list-item .date span
{
    font-size: 16px;
    line-height: 24px;

    display: block;

    color: rgba(0, 0, 0, .6);
}
.box-news .list .list-item .note
{
    width: -webkit-calc(100% - 90px);
    width:         calc(100% - 90px);
    padding-left: 20px;
}
.box-news .list .list-item .note h3
{
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.box-news .list .list-item .note p
{
    font-size: 16px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 48px;
    margin: 6px 0 0 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.box-news .list .list-item:hover .date
{
    background-color: #d52c37;
}
.box-news .list .list-item:hover .date b,
.box-news .list .list-item:hover .date span
{
    color: #fff;
}
.box-news .list .list-item:hover .note h3
{
    color: #d52c37;
}
.box-network
{
    font-size: 0;

    background: url(../images/network_bg.jpg) no-repeat center bottom;
    background-size: cover;
}
.box-network .network-left,
.box-network .network-pic
{
    font-size: 14px;

    display: inline-block;

    vertical-align: middle;
}
.box-network .network-left
{
    width: 30%;
}
@media (max-width: 767px)
{
    .box-network .network-left
    {
        width: 100%;
    }
}
.box-network .network-left .title
{
    text-align: left;
}
.box-network .network-left .title h2:after
{
    display: none;
}
.box-network .network-left .note
{
    margin-top: 20px;
}
.box-network .network-left .note p
{
    font-size: 16px;
    line-height: 18px;

    margin: 0;

    color: #666;
}
@media (max-width: 991px)
{
    .box-network .network-left .note p
    {
        font-size: 14px;
    }
}
.box-network .network-left .mask
{
    margin-top: 60px;
}
@media (max-width: 767px)
{
    .box-network .network-left .mask
    {
        margin-top: 30px;
    }
}
.box-network .network-left .mask h3
{
    font-size: 72px;
    font-weight: normal;
    line-height: 1;

    display: inline-block;

    margin: 0;
    padding-bottom: 10px;

    border-bottom: 4px solid #d52c37;
}
@media (max-width: 1199px)
{
    .box-network .network-left .mask h3
    {
        font-size: 60px;
    }
}
@media (max-width: 991px)
{
    .box-network .network-left .mask h3
    {
        font-size: 50px;
    }
}
@media (max-width: 767px)
{
    .box-network .network-left .mask h3
    {
        font-size: 40px;
    }
}
.box-network .network-left .mask h3 span
{
    font-size: 18px;

    color: #666;
}
@media (max-width: 767px)
{
    .box-network .network-left .mask h3 span
    {
        font-size: 16px;
    }
}
.box-network .network-pic
{
    position: relative;

    width: 75%;
    margin-left: -5%;
}
@media (max-width: 767px)
{
    .box-network .network-pic
    {
        display: none;
    }
}
.box-network .network-pic img
{
    width: 100%;
}
.box-network .network-pic .dot
{
    position: absolute;
    top: 11%;
    left: 12%;

    width: 90px;
    height: 90px;

    border-radius: 50%;
    background-color: rgba(213, 44, 55, .7);
}
.box-network .network-pic .dot-1
{
    -webkit-animation: scaleDraw 15s ease-in-out infinite;
            animation: scaleDraw 15s ease-in-out infinite;
}
.box-network .network-pic .dot-2
{
    top: 22%;
    left: 22%;

    width: 60px;
    height: 60px;

    -webkit-animation: scaleDraw 10s ease-in-out infinite;
            animation: scaleDraw 10s ease-in-out infinite;

    background-color: rgba(213, 44, 55, .6);
}
.box-network .network-pic .dot-3
{
    top: auto;
    bottom: 25%;
    left: 28%;

    width: 60px;
    height: 60px;

    -webkit-animation: scaleDraw 20s ease-in-out infinite;
            animation: scaleDraw 20s ease-in-out infinite;
}
.box-network .network-pic .dot-4
{
    top: auto;
    bottom: 36%;
    left: 52%;

    width: 60px;
    height: 60px;

    -webkit-animation: scaleDraw 13s ease-in-out infinite;
            animation: scaleDraw 13s ease-in-out infinite;
}
.box-network .network-pic .dot-5
{
    top: 29%;
    left: 65%;

    width: 66px;
    height: 66px;

    -webkit-animation: scaleDraw 11s ease-in-out infinite;
            animation: scaleDraw 11s ease-in-out infinite;

    background-color: rgba(213, 44, 55, .4);
}
.box-network .network-pic .dot-6
{
    top: 40%;
    right: 19%;
    left: auto;

    width: 74px;
    height: 74px;

    -webkit-animation: scaleDraw 16s ease-in-out infinite;
            animation: scaleDraw 16s ease-in-out infinite;

    background-color: rgba(213, 44, 55, .6);
}
.box-network .network-pic .dot-7
{
    top: 46%;
    right: 20%;
    left: auto;

    width: 110x;
    height: 110x;

    -webkit-animation: scaleDraw 8s ease-in-out infinite;
            animation: scaleDraw 8s ease-in-out infinite;
}
.box-network .network-pic .dot-8
{
    top: 23%;
    right: 18%;
    left: auto;

    width: 46px;
    height: 46px;

    -webkit-animation: scaleDraw 20s ease-in-out infinite;
            animation: scaleDraw 20s ease-in-out infinite;
}
.box-network .network-pic .dot-9
{
    top: auto;
    right: 8%;
    bottom: 14%;
    left: auto;

    width: 28px;
    height: 28px;

    -webkit-animation: scaleDraw 10s ease-in-out infinite;
            animation: scaleDraw 10s ease-in-out infinite;

    background-color: rgba(213, 44, 55, .6);
}
.box-network .xs-network
{
    margin-top: 30px;
}
@media (min-width: 768px)
{
    .box-network .xs-network
    {
        display: none;
    }
}
.box-network .xs-network img
{
    max-width: 100%;
}
@-webkit-keyframes scaleDraw
{
    0%
    {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
    25%
    {
        -webkit-transform: scale(.5);
                transform: scale(.5);
    }
    50%
    {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
    75%
    {
        -webkit-transform: scale(.5);
                transform: scale(.5);
    }
}
@keyframes scaleDraw
{
    0%
    {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
    25%
    {
        -webkit-transform: scale(.5);
                transform: scale(.5);
    }
    50%
    {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
    75%
    {
        -webkit-transform: scale(.5);
                transform: scale(.5);
    }
}
@media (max-width: 767px)
{
    .box-partners .partners ul,
    .wrap-product-show .partners ul,
    .box-partners .product-partners ul,
    .wrap-product-show .product-partners ul
    {
        margin: 0 -5px;
    }
    .box-partners .partners ul li,
    .wrap-product-show .partners ul li,
    .box-partners .product-partners ul li,
    .wrap-product-show .product-partners ul li
    {
        padding: 0 5px;
    }
}
.box-partners .partners .item,
.wrap-product-show .partners .item,
.box-partners .product-partners .item,
.wrap-product-show .product-partners .item
{
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .box-partners .partners .item,
    .wrap-product-show .partners .item,
    .box-partners .product-partners .item,
    .wrap-product-show .product-partners .item
    {
        margin-top: 10px;
    }
}
.box-partners .partners .item .img-box,
.wrap-product-show .partners .item .img-box,
.box-partners .product-partners .item .img-box,
.wrap-product-show .product-partners .item .img-box
{
    padding-bottom: 47.61904762%;

    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.box-partners .partners .item:hover .img-box,
.wrap-product-show .partners .item:hover .img-box,
.box-partners .product-partners .item:hover .img-box,
.wrap-product-show .product-partners .item:hover .img-box
{
    -webkit-transition: all .6s;
            transition: all .6s;
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
}
.footer
{
    color: rgba(255, 255, 255, .8);
    background-color: #13171a;
}
@media (max-width: 991px)
{
    .footer
    {
        padding-bottom: 55px;
    }
}
.footer .foot
{
    padding: 40px 0;
}
@media (min-width: 992px)
{
    .footer .foot > ul
    {
        width: 100%;
        padding: 0;

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

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

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

    display: inline-block;

    vertical-align: top;
}
@media (max-width: 991px)
{
    .footer .foot > ul > li
    {
        display: block;
    }
}
.footer .foot .title-foot h3
{
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;

    margin: 0;

    color: #fff;
}
.footer .foot .title-foot h3:after
{
    display: block;

    width: 40px;
    height: 2px;
    margin-top: 10px;

    content: '';

    background-color: #d52c37;
}
.footer .foot .foot-info
{
    margin-top: 20px;
}
@media (max-width: 991px)
{
    .footer .foot .item
    {
        margin-top: 20px;
    }
}
.footer .foot .item-1
{
    font-size: 0;

    width: 620px;
}
@media (max-width: 1199px)
{
    .footer .foot .item-1
    {
        width: 500px;
    }
}
@media (max-width: 991px)
{
    .footer .foot .item-1
    {
        width: 100%;
    }
}
.footer .foot .item-1 .txt
{
    font-size: 14px;

    display: inline-block;

    width: 50%;

    vertical-align: top;
}
@media (max-width: 767px)
{
    .footer .foot .item-1 .txt
    {
        width: 100%;
    }
}
.footer .foot .item-1 .txt p
{
    font-size: 16px;
    line-height: 1.875;

    margin: 0;
}
@media (max-width: 767px)
{
    .footer .foot .item-1 .txt p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.footer .foot .item-1 .txt p a
{
    -webkit-transition: all .2s;
            transition: all .2s;
}
.footer .foot .item-1 .txt p a:hover
{
    color: #d52c37;
}
.footer .foot .item-2
{
    width: 100%;
    max-width: 360px;
    margin-top: 20px;
}
.footer .foot .item-2 .message
{
    position: relative;

    margin-top: 24px;
}
.footer .foot .item-2 .message input
{
    line-height: 40px;

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

    color: #333;
    border-radius: 8px;
    background-color: #fff;
}
.footer .foot .item-2 .message input::-webkit-input-placeholder,
.footer .foot .item-2 .message textarea::-webkit-input-placeholder
{
    color: #666;
}
.footer .foot .item-2 .message input:-o-placeholder,
.footer .foot .item-2 .message textarea:-o-placeholder
{
    color: #666;
}
.footer .foot .item-2 .message input::-moz-placeholder,
.footer .foot .item-2 .message textarea::-moz-placeholder
{
    color: #666;
}
.footer .foot .item-2 .message input:-ms-input-placeholder,
.footer .foot .item-2 .message textarea:-ms-input-placeholder
{
    color: #666;
}
.footer .foot .item-2 .message input:focus::-webkit-input-placeholder,
.footer .foot .item-2 .message textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.footer .foot .item-2 .message input:focus::-o-placeholder,
.footer .foot .item-2 .message textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.footer .foot .item-2 .message input:focus::-moz-placeholder,
.footer .foot .item-2 .message textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.footer .foot .item-2 .message input:focus::-ms-input-placeholder,
.footer .foot .item-2 .message textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.footer .foot .item-2 .message .submit
{
    font-size: 16px;
    line-height: 40px;

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

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

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

    color: #fff;
    border-radius: 5px;
    background-color: #d52c37;
}
.footer .foot .item-2 .message .submit:hover
{
    background-color: #910000;
}
.footer .foot .item-3 .foot-info a
{
    font-size: 16px;
    line-height: 30px;

    display: block;

    -webkit-transition: all .2s;
            transition: all .2s;
}
@media (max-width: 991px)
{
    .footer .foot .item-3 .foot-info a
    {
        display: inline-block;

        margin-right: 10px;

        vertical-align: top;
    }
}
@media (max-width: 767px)
{
    .footer .foot .item-3 .foot-info a
    {
        font-size: 14px;
    }
}
.footer .foot .item-3 .foot-info a:before
{
    content: '- ';
}
.footer .foot .item-3 .foot-info a:hover
{
    color: #d52c37;
}
.footer .foot .item-4
{
    max-width: 250px;
}
@media (max-width: 1470px)
{
    .footer .foot .item-4
    {
        max-width: 200px;
    }
}
@media (max-width: 1199px)
{
    .footer .foot .item-4
    {
        max-width: 160px;
    }
}
.footer .foot .item-4 img
{
    max-width: 100%;
}
.footer .copyright
{
    font-size: 15px;
    line-height: 30px;

    margin: 0;
    padding: 10px 0;

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

    margin: 0;
}
.footer .copyright .sitemap
{
    float: right;
}
@media (max-width: 767px)
{
    .footer .copyright .sitemap
    {
        float: none;
    }
}
.footer .copyright a
{
    -webkit-transition: all .2s;
            transition: all .2s;
}
.footer .copyright a:hover
{
    color: #d52c37;
}
.wrap
{
    overflow: hidden;

    padding: 80px 0;

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

    margin: 0;
}
@media (max-width: 1470px)
{
    .title-in h2
    {
        font-size: 30px;
    }
}
@media (max-width: 1199px)
{
    .title-in h2
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .title-in h2
    {
        font-size: 20px;
    }
}
.title-in h2:before,
.title-in h2:after
{
    display: inline-block;

    width: 140px;
    height: 1px;

    content: '';
    vertical-align: middle;

    background-color: #ccc;
}
@media (max-width: 1199px)
{
    .title-in h2:before,
    .title-in h2:after
    {
        width: 100px;
    }
}
@media (max-width: 991px)
{
    .title-in h2:before,
    .title-in h2:after
    {
        width: 50px;
    }
}
.title-in h2:before
{
    margin-right: 28px;
}
@media (max-width: 991px)
{
    .title-in h2:before
    {
        margin-right: 10px;
    }
}
.title-in h2:after
{
    margin-left: 28px;
}
@media (max-width: 991px)
{
    .title-in h2:after
    {
        margin-left: 10px;
    }
}
.title-in p
{
    font-size: 18px;
    line-height: 30px;

    margin: 10px 0 0 0;

    color: #666;
}
@media (max-width: 1199px)
{
    .title-in p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .title-in p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.title-wrap h2
{
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;

    margin: 0;
}
.title-wrap h2 .icon
{
    font-size: 20px;
    font-weight: normal;

    margin-right: 4px;

    color: #d52c37;
}
.wrap-inmenu
{
    margin-top: 30px;

    text-align: center;
}
@media (max-width: 767px)
{
    .wrap-inmenu
    {
        margin-top: 20px;
    }
}
.wrap-inmenu > ul
{
    margin: 0 -15px;
}
@media (max-width: 767px)
{
    .wrap-inmenu > ul
    {
        margin: 0 -6px;
    }
}
.wrap-inmenu > ul > li
{
    display: inline-block;

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

    vertical-align: top;
}
@media (max-width: 767px)
{
    .wrap-inmenu > ul > li
    {
        padding: 0 6px;
    }
}
.wrap-inmenu > ul > li > a
{
    font-size: 20px;
    line-height: 54px;

    display: inline-block;

    padding: 0 100px;

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

    border-radius: 10px;
    background-color: #e2e2e2;
}
@media (max-width: 1199px)
{
    .wrap-inmenu > ul > li > a
    {
        font-size: 18px;

        padding: 0 50px;
    }
}
@media (max-width: 767px)
{
    .wrap-inmenu > ul > li > a
    {
        font-size: 16px;
        line-height: 40px;

        padding: 0 30px;
    }
}
.wrap-inmenu > ul > li.active > a,
.wrap-inmenu > ul > li:hover > a
{
    color: #fff;
    background-color: #d52c37;
}
@media (max-width: 767px)
{
    .wrap-sidenav .sidenav ul.slevel-1
    {
        margin-top: 10px;
    }
}
.wrap-sidenav .sidenav ul.slevel-1 > li
{
    position: relative;

    margin-bottom: 8px;
}
@media (max-width: 1199px)
{
    .wrap-sidenav .sidenav ul.slevel-1 > li
    {
        display: inline-block;

        vertical-align: top;
    }
}
@media (max-width: 767px)
{
    .wrap-sidenav .sidenav ul.slevel-1 > li
    {
        margin: 0;

        border: none;
    }
}
.wrap-sidenav .sidenav ul.slevel-1 > li > a
{
    font-size: 20px;
    line-height: 28px;

    position: relative;
    z-index: 2;

    display: block;

    padding: 12px 30px;

    -webkit-transition: background-color .2s;
            transition: background-color .2s;

    background-color: #fff;
}
@media (max-width: 767px)
{
    .wrap-sidenav .sidenav ul.slevel-1 > li > a
    {
        line-height: 24px;

        padding: 2px 10px;
    }
}
.wrap-sidenav .sidenav ul.slevel-1 > li > a:after
{
    font-family: 'iconfont' !important;
    font-size: 12px;
    line-height: 52px;

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

    display: inline-block;

    width: 52px;
    height: 52px;

    content: '\e642';
    -webkit-transition: all .2s;
            transition: all .2s;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    text-align: center;
}
@media (max-width: 1199px)
{
    .wrap-sidenav .sidenav ul.slevel-1 > li > a:after
    {
        margin-left: 10px;
    }
}
@media (max-width: 767px)
{
    .wrap-sidenav .sidenav ul.slevel-1 > li > a:after
    {
        display: none;
    }
}
.wrap-sidenav .sidenav ul.slevel-1 > li.active > a,
.wrap-sidenav .sidenav ul.slevel-1 > li:hover > a
{
    color: #fff;
    background-color: #d52c37;
}
.wrap-sidenav .sidenav ul.slevel-1 > li.active > a:after,
.wrap-sidenav .sidenav ul.slevel-1 > li:hover > a:after
{
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
}
.wrap-sidenav .sidenav ul.slevel-1 ul.slevel-2
{
    display: none;

    padding: 16px 0;

    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.wrap-sidenav .sidenav ul.slevel-1 ul.slevel-2 > li > a
{
    font-size: 17px;
    line-height: 2;

    display: block;

    padding: 0 40px;

    color: #666;
}
.wrap-sidenav .sidenav ul.slevel-1 ul.slevel-2 > li > a:before
{
    display: inline-block;

    margin-right: 4px;

    content: '-';
    vertical-align: top;
}
.wrap-sidenav .sidenav ul.slevel-1 ul.slevel-2 > li.active > a,
.wrap-sidenav .sidenav ul.slevel-1 ul.slevel-2 > li:hover > a
{
    color: #d52c37;
}
.xs-product-nav
{
    line-height: 1.8;

    margin: 30px -8px 20px;

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

        margin: 20px -6px 20px;
    }
}
.xs-product-nav li
{
    font-size: 15px;

    display: inline-block;

    vertical-align: top;
}
.xs-product-nav li a
{
    display: block;

    padding: 0 8px;
}
@media (max-width: 575px)
{
    .xs-product-nav li a
    {
        padding: 0 6px;
    }
}
.xs-product-nav li a:before
{
    content: '- ';
}
.xs-product-nav .active
{
    font-weight: bold;

    color: #d52c37;
}
@media (min-width: 1200px)
{
    .wrap-left
    {
        width: 300px;
        margin-top: 60px;
    }
    .wrap-right
    {
        width: -webkit-calc(100% - 300px);
        width:         calc(100% - 300px);
        margin-top: 60px;
        padding-left: 30px;
    }
}
.inside-nav
{
    position: relative;

    overflow: hidden;
    overflow-x: auto;

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

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

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

    background-color: #fefefe;
}
.inside-nav::-webkit- scrollbar-track
{
    border-radius: 5px;
    background-color: #fefefe;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}
.inside-nav::-webkit-scrollbar-thumb
{
    border-radius: 5px;
    background-image: -webkit-gradient(linear, left top, right top, from(#d52c37), to(#910000));
    background-image: -webkit-linear-gradient(left, #d52c37, #910000);
    background-image:         linear-gradient(to right, #d52c37, #910000);
}
.inside-nav::-webkit- scrollbar-thumb:hover
{
    border-radius: 5px;
    background: rgba(0, 0, 0, .3);
}
.inside-nav .nav-wrap
{
    position: relative;
    z-index: 2;
}
.inside-nav .nav-wrap ul
{
    font-size: 0;

    position: relative;

    display: inline-block;

    margin: 0 -10px;
    padding: 0;

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

    display: inline-block;

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

    position: relative;

    display: block;

    height: 50px;
    padding: 0 20px;

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

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

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

    display: inline-block;

    margin-left: 90px;

    content: '\e624';
    vertical-align: middle;
}
@media (max-width: 1199px)
{
    .inside-nav .nav-wrap ul li a:after
    {
        margin-left: 40px;
    }
}
@media (max-width: 767px)
{
    .inside-nav .nav-wrap ul li a:after
    {
        margin-left: 20px;
    }
}
.inside-nav .nav-wrap ul li.active a,
.inside-nav .nav-wrap ul li:hover a
{
    color: #fff;
    background-image: -webkit-gradient(linear, left top, right top, from(#d52c37), to(#910000));
    background-image: -webkit-linear-gradient(left, #d52c37, #910000);
    background-image:         linear-gradient(to right, #d52c37, #910000);
}
.wrap-about
{
    background: url(../images/about_inbg.jpg) no-repeat center;
    background-size: cover;
}
.wrap-about .video
{
    position: relative;

    margin-top: 30px;
}
.wrap-about .video img
{
    width: 100%;
}
.wrap-about .video:before
{
    position: absolute;
    z-index: 2;
    top: 10px;
    left: 10px;

    display: block;

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

    content: '';

    border: 1px solid #fff;
}
.wrap-about .video .play
{
    font-size: 80px;

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

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

    color: #fff;
}
@media (max-width: 991px)
{
    .wrap-about .video .play
    {
        font-size: 60px;
    }
}
.wrap-about .video .play:before
{
    font-family: 'iconfont' !important;

    content: '\e624';
}
.wrap-about .video .play:hover
{
    color: #d52c37;
}
.wrap-about .about
{
    margin-top: 40px;
}
.wrap-about .about .title-about h2
{
    font-size: 30px;
    font-weight: bold;

    margin: 0;
}
@media (max-width: 1199px)
{
    .wrap-about .about .title-about h2
    {
        font-size: 24px;
    }
}
@media (max-width: 991px)
{
    .wrap-about .about .title-about h2
    {
        font-size: 20px;
        line-height: 1.4;
    }
}
.wrap-about .about .title-about h2:after
{
    display: block;

    width: 80px;
    height: 4px;
    margin-top: 20px;

    content: '';

    background-color: #d52c37;
}
@media (max-width: 767px)
{
    .wrap-about .about .title-about h2:after
    {
        width: 50px;
        height: 2px;
        margin-top: 10px;
    }
}
.wrap-about .about .title-about h2 img
{
    max-width: 100%;
}
@media (max-width: 767px)
{
    .wrap-about .about .title-about h2 img
    {
        display: block;
    }
}
.wrap-about .about .text
{
    margin-top: 20px;
}
.wrap-about-number
{
    color: #fff;
    background: url(../images/number_bg.jpg) no-repeat center;
    background-size: cover;
}
.wrap-about-number .number
{
    text-align: center;
}
@media (max-width: 991px)
{
    .wrap-about-number .number
    {
        text-align: left;
    }
}
.wrap-about-number .number .item
{
    display: inline-block;

    -webkit-transition: all .4s;
            transition: all .4s;
    text-align: left;
}
@media (max-width: 991px)
{
    .wrap-about-number .number .item
    {
        margin: 10px 0;
    }
}
.wrap-about-number .number .item h3
{
    font-size: 24px;
    line-height: 1.2;

    margin: 10px 0;
}
.wrap-about-number .number .item h3 span
{
    font-family: 'D-DIN';
    font-size: 72px;
}
@media (max-width: 991px)
{
    .wrap-about-number .number .item h3 span
    {
        font-size: 60px;
    }
}
@media (max-width: 767px)
{
    .wrap-about-number .number .item h3 span
    {
        font-size: 50px;
    }
}
.wrap-about-number .number .item h3:before
{
    display: block;

    width: 0;
    height: 0;

    content: '';

    border-width: 14px 8px 0 8px;
    border-style: solid;
    border-color: #d52c37 transparent transparent transparent;
}
.wrap-about-number .number .item p
{
    line-height: 24px;

    margin: 10px 0 0 0;
}
.wrap-about-number .number .item:hover
{
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
}
.wrap-about-culture
{
    background: url(../images/culture_bg.jpg) no-repeat center;
    background-size: cover;
}
.wrap-about-culture .culture .item
{
    margin-top: 30px;
    padding: 50px;

    border-top: 3px solid #d52c37;
    background-color: #fff;
}
@media (max-width: 991px)
{
    .wrap-about-culture .culture .item
    {
        padding: 30px 15px;
    }
}
.wrap-about-culture .culture .item .icon
{
    display: block;

    width: 80px;

    -webkit-transition: all .4s;
            transition: all .4s;
}
.wrap-about-culture .culture .item .icon img
{
    width: 100%;
}
.wrap-about-culture .culture .item h3
{
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;

    color: #d52c37;
}
@media (max-width: 991px)
{
    .wrap-about-culture .culture .item h3
    {
        font-size: 20px;
    }
}
.wrap-about-culture .culture .item h3:after
{
    display: block;

    width: 60px;
    height: 4px;
    margin-top: 10px;

    content: '';

    background-color: #d52c37;
}
.wrap-about-culture .culture .item p
{
    font-size: 16px;
    font-weight: 300;
    line-height: 2;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-about-culture .culture .item p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.wrap-about-culture .culture .item:hover .icon
{
    -webkit-animation: flipInY 1s 0s ease both;
            animation: flipInY 1s 0s ease both;
}
.wrap-about-culture .leader
{
    padding: 40px 0;
    padding-top: 70px;

    border-bottom: 1px solid #d6d6d6;
}
@media (max-width: 991px)
{
    .wrap-about-culture .leader
    {
        padding-top: 40px;
    }
}
.wrap-about-culture .leader .info
{
    font-size: 0;

    margin-top: 40px;
}
.wrap-about-culture .leader .info .leader-pic,
.wrap-about-culture .leader .info .leader-text
{
    font-size: 14px;

    display: inline-block;

    width: 50%;

    vertical-align: bottom;
}
@media (max-width: 991px)
{
    .wrap-about-culture .leader .info .leader-pic,
    .wrap-about-culture .leader .info .leader-text
    {
        width: 100%;
    }
}
.wrap-about-culture .leader .info .leader-pic
{
    position: relative;
}
.wrap-about-culture .leader .info .leader-pic img
{
    max-width: 100%;
}
.wrap-about-culture .leader .info .leader-pic .mask
{
    position: absolute;
    top: 50%;
    right: 0;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
@media (max-width: 767px)
{
    .wrap-about-culture .leader .info .leader-pic .mask
    {
        top: 40%;

        max-width: 50%;

        text-align: right;
    }
}
.wrap-about-culture .leader .info .leader-pic .mask h3
{
    font-size: 18px;
    line-height: 24px;

    margin: 0;
}
@media (max-width: 767px)
{
    .wrap-about-culture .leader .info .leader-pic .mask h3
    {
        font-size: 16px;
    }
}
.wrap-about-culture .leader .info .leader-pic .mask p
{
    margin: 10px 0 0 0;
}
.wrap-about-culture .leader .info .leader-pic .mask p span
{
    font-size: 16px;
    line-height: 24px;

    display: inline-block;

    margin-right: 20px;

    color: #999;
}
@media (max-width: 767px)
{
    .wrap-about-culture .leader .info .leader-pic .mask p span
    {
        font-size: 14px;

        margin-right: 0;
        margin-left: 10px;
    }
}
.wrap-about-culture .leader .info .leader-pic .mask h4
{
    font-size: 32px;

    margin: 0;

    text-align: right;
}
@media (max-width: 767px)
{
    .wrap-about-culture .leader .info .leader-pic .mask h4
    {
        font-size: 24px;
    }
}
.wrap-about-culture .leader .info .leader-text
{
    padding-bottom: 30px;
    padding-left: 5%;
}
@media (max-width: 991px)
{
    .wrap-about-culture .leader .info .leader-text
    {
        margin-top: 30px;
        padding-left: 0;
    }
}
.wrap-about-culture .leader .info .leader-text .title-leader h3
{
    font-size: 34px;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-about-culture .leader .info .leader-text .title-leader h3
    {
        font-size: 28px;
    }
}
@media (max-width: 767px)
{
    .wrap-about-culture .leader .info .leader-text .title-leader h3
    {
        font-size: 24px;
    }
}
.wrap-about-culture .leader .info .leader-text .note
{
    margin-top: 30px;
}
.wrap-about-history
{
    color: #fff;
    background: url(../images/history_bg.jpg) no-repeat center;
    background-size: cover;
}
.wrap-about-history .history
{
    font-size: 0;

    margin-top: 30px;
}
.wrap-about-history .history .history-nav,
.wrap-about-history .history .history-for
{
    font-size: 14px;

    display: inline-block;

    vertical-align: middle;
}
.wrap-about-history .history .history-nav
{
    width: 130px;
    padding: 50px 0;

    text-align: center;
}
@media (max-width: 767px)
{
    .wrap-about-history .history .history-nav
    {
        width: 80px;
    }
}
.wrap-about-history .history .history-nav .slick-arrow
{
    font-size: 30px;

    top: 0;

    width: 100%;

    -webkit-transform: translateY(0);
    -webkit-transform: rotate(90deg);
        -ms-transform: translateY(0);
        -ms-transform: rotate(90deg);
            transform: translateY(0);
            transform: rotate(90deg);
    text-align: center;
}
.wrap-about-history .history .history-nav .slick-arrow.slick-next
{
    top: auto;
    bottom: 0;
}
.wrap-about-history .history .history-nav .item h3
{
    font-size: 18px;
    line-height: 30px;
}
@media (max-width: 991px)
{
    .wrap-about-history .history .history-nav .item h3
    {
        font-size: 16px;

        margin: 10px 0;
    }
}
.wrap-about-history .history .history-nav .slick-current h3
{
    font-size: 24px;
    font-weight: bold;

    color: #d52c37;
}
@media (max-width: 991px)
{
    .wrap-about-history .history .history-nav .slick-current h3
    {
        font-size: 20px;
    }
}
.wrap-about-history .history .history-for
{
    width: -webkit-calc(100% - 130px);
    width:         calc(100% - 130px);
}
@media (max-width: 767px)
{
    .wrap-about-history .history .history-for
    {
        width: -webkit-calc(100% - 80px);
        width:         calc(100% - 80px);
    }
}
.wrap-about-history .history .history-for .item
{
    font-size: 0;
}
.wrap-about-history .history .history-for .item .text,
.wrap-about-history .history .history-for .item .pic
{
    font-size: 14px;

    display: inline-block;

    vertical-align: middle;
}
.wrap-about-history .history .history-for .item .text
{
    width: 46%;
    padding: 70px 5%;

    background: url(../images/hispic_bg.jpg) no-repeat center;
    background-size: cover;
}
@media (max-width: 1470px)
{
    .wrap-about-history .history .history-for .item .text
    {
        padding: 40px 3%;
    }
}
@media (max-width: 767px)
{
    .wrap-about-history .history .history-for .item .text
    {
        width: 100%;
        padding: 30px 15px;
    }
}
.wrap-about-history .history .history-for .item .text .title-history:after
{
    display: block;

    width: 42px;
    height: 3px;
    margin-top: 10px;

    content: '';

    background-color: #d52c37;
}
.wrap-about-history .history .history-for .item .text .title-history p
{
    font-size: 14px;

    text-transform: uppercase;
}
.wrap-about-history .history .history-for .item .text .title-history h3
{
    font-size: 36px;
    font-weight: bold;
}
@media (max-width: 1470px)
{
    .wrap-about-history .history .history-for .item .text .title-history h3
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .wrap-about-history .history .history-for .item .text .title-history h3
    {
        font-size: 24px;

        margin: 10px 0;
    }
}
.wrap-about-history .history .history-for .item .text .note
{
    margin-top: 30px;
}
@media (max-width: 991px)
{
    .wrap-about-history .history .history-for .item .text .note
    {
        margin-top: 20px;
    }
}
.wrap-about-history .history .history-for .item .text .note p
{
    font-size: 16px;
    line-height: 2;
}
@media (max-width: 991px)
{
    .wrap-about-history .history .history-for .item .text .note p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.wrap-about-history .history .history-for .item .pic
{
    position: relative;

    width: 54%;
}
@media (max-width: 767px)
{
    .wrap-about-history .history .history-for .item .pic
    {
        width: 100%;
    }
}
.wrap-about-history .history .history-for .item .pic .img-box
{
    padding-bottom: 80.3030303%;
}
.wrap-about-history .history .history-for .item .pic .year
{
    font-family: 'D-DIN', Arial, Helvetica, sans-serif;
    font-size: 96px;

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

    width: 100%;

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

    opacity: .6;
    color: #fff;
    text-shadow: 0 1px 2px rgba(51, 51, 51, .8);
}
@media (max-width: 1470px)
{
    .wrap-about-history .history .history-for .item .pic .year
    {
        font-size: 80px;
    }
}
@media (max-width: 991px)
{
    .wrap-about-history .history .history-for .item .pic .year
    {
        font-size: 70px;
    }
}
@media (max-width: 767px)
{
    .wrap-about-history .history .history-for .item .pic .year
    {
        font-size: 50px;
    }
}
.wrap-about-layout
{
    background: url(../images/layout_bg.jpg) no-repeat center;
    background-size: cover;
}
.wrap-about-layout .layout .text
{
    margin-top: 20px;
}
.wrap-about-layout .layout .info
{
    margin-top: 20px;
}
.wrap-about-layout .layout .info > ul
{
    font-size: 0;

    margin: 0 -8px;
}
@media (max-width: 991px)
{
    .wrap-about-layout .layout .info > ul
    {
        margin: 0 -5px;
    }
}
.wrap-about-layout .layout .info > ul > li
{
    display: inline-block;

    width: 30.9%;
    padding: 0 8px;

    vertical-align: top;
}
@media (max-width: 1199px)
{
    .wrap-about-layout .layout .info > ul > li
    {
        width: 31.1%;
    }
}
@media (max-width: 991px)
{
    .wrap-about-layout .layout .info > ul > li
    {
        padding: 0 5px;
    }
}
@media (max-width: 767px)
{
    .wrap-about-layout .layout .info > ul > li
    {
        width: 100%;
    }
}
.wrap-about-layout .layout .info > ul > li:nth-child(2)
{
    width: 38.2%;
}
@media (max-width: 1199px)
{
    .wrap-about-layout .layout .info > ul > li:nth-child(2)
    {
        width: 37.8%;
    }
}
@media (max-width: 767px)
{
    .wrap-about-layout .layout .info > ul > li:nth-child(2)
    {
        width: 100%;
    }
}
.wrap-about-layout .layout .info > ul > li:nth-child(2) .img-box
{
    padding-bottom: 52.83018868%;
}
.wrap-about-layout .layout .info .item
{
    position: relative;

    margin-top: 16px;
}
@media (max-width: 991px)
{
    .wrap-about-layout .layout .info .item
    {
        margin-top: 10px;
    }
}
.wrap-about-layout .layout .info .item .img-box
{
    padding-bottom: 134.88372093%;
}
.wrap-about-layout .layout .info .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-about-layout .layout .info .item .note
{
    position: absolute;
    z-index: 2;
    bottom: 20px;
    left: 0;

    width: 100%;
    padding: 0 20px;

    color: #fff;
}
.wrap-about-layout .layout .info .item .note h3
{
    font-size: 24px;
    font-weight: bold;

    margin: 0;

    text-shadow: 1px 1px 1px #000;
}
@media (max-width: 1199px)
{
    .wrap-about-layout .layout .info .item .note h3
    {
        font-size: 20px;
    }
}
.wrap-about-layout .layout .info .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-about-layout .honor
{
    padding-top: 70px;
}
@media (max-width: 991px)
{
    .wrap-about-layout .honor
    {
        padding-top: 40px;
    }
}
.wrap-about-layout .honor .info .slick-honor
{
    margin: 0 -15px;
}
@media (max-width: 991px)
{
    .wrap-about-layout .honor .info .slick-honor
    {
        margin: 0 -5px;
    }
}
.wrap-about-layout .honor .info .slick-honor .slick-slide
{
    padding: 30px 15px 15px 15px;
}
@media (max-width: 991px)
{
    .wrap-about-layout .honor .info .slick-honor .slick-slide
    {
        padding: 30px 5px 10px 5px;
    }
}
.wrap-about-layout .honor .info .item
{
    display: block;

    -webkit-transition: all .6s;
            transition: all .6s;
}
.wrap-about-layout .honor .info .item .img-box
{
    padding-bottom: 134.375%;
}
.wrap-about-layout .honor .info .item:hover
{
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);

    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}
.wrap-about-mechanical
{
    background-color: #f6fcff;
}
.wrap-about-mechanical .text
{
    margin-top: 20px;
}
.wrap-about-mechanical .slick-mechanical
{
    margin: 0 -5px;
    margin-top: 40px;
}
.wrap-about-mechanical .slick-mechanical .slick-slide
{
    padding: 0 5px;
}
.wrap-about-mechanical .slick-mechanical .item
{
    display: block;
}
.wrap-about-mechanical .slick-mechanical .item .img-box
{
    padding-bottom: 67.41573034%;
}
.wrap-about-mechanical .slick-mechanical .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-about-mechanical .slick-mechanical .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-about-innovativLe
{
    color: #fff;
    background: url(../images/innovativLe_bg.jpg) no-repeat center;
    background-size: cover;
}
.wrap-about-innovativLe .title-wrap .icon
{
    color: #fff;
}
.wrap-about-innovativLe .text
{
    margin-top: 20px;
}
.wrap-about-innovativLe .slick-innovativLe
{
    margin: 0 -5px;
    margin-top: 40px;
}
.wrap-about-innovativLe .slick-innovativLe .slick-slide
{
    padding: 0 5px;
}
.wrap-about-innovativLe .slick-innovativLe .item
{
    display: block;
}
.wrap-about-innovativLe .slick-innovativLe .item .img-box
{
    padding-bottom: 67.41573034%;
}
.wrap-about-innovativLe .slick-innovativLe .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-about-innovativLe .slick-innovativLe .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-about-strategic
{
    background: url(../images/strategic_bg.jpg) no-repeat center;
    background-size: cover;
}
.wrap-about-strategic .strategic .list ul
{
    margin: 0 -5px;
}
.wrap-about-strategic .strategic .list ul li
{
    padding: 0 5px;
}
.wrap-about-strategic .strategic .list .item
{
    position: relative;

    margin-top: 30px;
    padding: 40px 15%;

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
@media (max-width: 1199px)
{
    .wrap-about-strategic .strategic .list .item
    {
        padding: 20px 15px;
    }
}
@media (max-width: 767px)
{
    .wrap-about-strategic .strategic .list .item
    {
        margin-top: 20px;
    }
}
.wrap-about-strategic .strategic .list .item:before
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

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

    background-color: #fff;
}
.wrap-about-strategic .strategic .list .item .num,
.wrap-about-strategic .strategic .list .item p
{
    position: relative;
    z-index: 2;
}
.wrap-about-strategic .strategic .list .item .num
{
    font-family: 'D-DIN', Arial, Helvetica, sans-serif;
    font-size: 60px;
    line-height: 1;

    margin: 0 0 10px 0;
}
@media (max-width: 991px)
{
    .wrap-about-strategic .strategic .list .item .num
    {
        font-size: 50px;
    }
}
@media (max-width: 767px)
{
    .wrap-about-strategic .strategic .list .item .num
    {
        font-size: 40px;
    }
}
.wrap-about-strategic .strategic .list .item .num:after
{
    display: block;

    width: 42px;
    height: 3px;
    margin-top: 10px;

    content: '';

    background-color: #910000;
}
.wrap-about-strategic .strategic .list .item p
{
    font-size: 16px;
    line-height: 2;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-about-strategic .strategic .list .item p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.wrap-about-strategic .strategic .list .item:hover:before
{
    background-color: rgba(145, 0, 0, .9);
}
.wrap-about-strategic .strategic .list .item:hover .num,
.wrap-about-strategic .strategic .list .item:hover p
{
    color: #fff;
}
.wrap-about-strategic .strategic .list .item:hover .num:after
{
    background-color: #fff;
}
.wrap-about-strategic .strategic .picbox .item
{
    margin-top: 30px;
}
.wrap-about-strategic .strategic .picbox .item .img-box
{
    padding-bottom: 54.28571429%;
}
.wrap-about-strategic .industry
{
    padding-top: 70px;
}
@media (max-width: 991px)
{
    .wrap-about-strategic .industry
    {
        padding-top: 40px;
    }
}
.wrap-about-strategic .industry ul
{
    font-size: 0;
}
.wrap-about-strategic .industry ul li
{
    font-size: 14px;

    display: inline-block;
    float: none;

    vertical-align: top;
}
.wrap-about-strategic .industry .item
{
    display: block;

    margin-top: 30px;
}
.wrap-about-strategic .industry .item .pic .img-box
{
    padding-bottom: 86.66666667%;
}
.wrap-about-strategic .industry .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-about-strategic .industry .item .text
{
    position: relative;
    z-index: 2;

    max-width: 80%;
    margin: 0 auto;
    margin-top: -30px;

    text-align: center;
}
@media (max-width: 767px)
{
    .wrap-about-strategic .industry .item .text
    {
        max-width: 100%;
        margin: 0;
    }
}
.wrap-about-strategic .industry .item .text h3
{
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;

    display: block;

    margin: 0;
    padding: 15px;

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

    color: #fff;
    background-color: #d52c37;
}
@media (max-width: 1199px)
{
    .wrap-about-strategic .industry .item .text h3
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .wrap-about-strategic .industry .item .text h3
    {
        font-size: 14px;
        line-height: 24px;

        padding: 10px;
    }
}
.wrap-about-strategic .industry .item .text h4
{
    font-size: 20px;
    line-height: 30px;
}
@media (max-width: 1199px)
{
    .wrap-about-strategic .industry .item .text h4
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .wrap-about-strategic .industry .item .text h4
    {
        font-size: 14px;
        line-height: 24px;

        margin: 10px 0 0 0;
    }
}
.wrap-about-strategic .industry .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-about-strategic .industry .item:hover .text h3
{
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
}
.wrap-about-environment
{
    background: url(../images/environment_bg.jpg) no-repeat top center;
    background-size: cover;
}
.wrap-about-environment .environment .title-wrap .icon,
.wrap-about-environment .environment .title-wrap h2
{
    color: #fff;
}
@media (max-width: 767px)
{
    .wrap-about-environment .environment .title-wrap h2
    {
        font-size: 20px;
    }
}
.wrap-about-environment .environment .slick-environment
{
    margin: 0 -6px;
    margin-top: 40px;
}
.wrap-about-environment .environment .slick-environment .slick-slide
{
    padding: 0 6px;
}
.wrap-about-environment .environment .slick-environment .item
{
    display: block;
    overflow: hidden;

    border: 4px solid #fff;
    border-radius: 5px;
}
.wrap-about-environment .environment .slick-environment .item .img-box
{
    padding-bottom: 67.41573034%;
}
.wrap-about-environment .environment .slick-environment .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-about-environment .environment .slick-environment .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-about-environment .environment .slick-environment .slick-arrow
{
    top: auto;
    top: -80px;
    right: 50px;
    left: auto;

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

    color: #fff;
}
.wrap-about-environment .environment .slick-environment .slick-arrow.slick-next
{
    right: 0;
}
.wrap-about-environment .team
{
    padding-top: 70px;
}
@media (max-width: 991px)
{
    .wrap-about-environment .team
    {
        padding-top: 40px;
    }
}
.wrap-about-environment .team .slick-team
{
    margin: 0 -6px;
    margin-top: 40px;
}
.wrap-about-environment .team .slick-team .slick-slide
{
    padding: 0 6px;
}
.wrap-about-environment .team .slick-team .item
{
    display: block;
}
.wrap-about-environment .team .slick-team .item .img-box
{
    padding-bottom: 67.41573034%;
}
.wrap-about-environment .team .slick-team .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-about-environment .team .slick-team .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-about-environment .team .slick-team .slick-arrow
{
    top: auto;
    top: -80px;
    right: 50px;
    left: auto;

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

    color: #fff;
}
.wrap-about-environment .team .slick-team .slick-arrow.slick-next
{
    right: 0;
}
.wrap-about-environment .relate-product
{
    padding-top: 70px;
}
@media (max-width: 991px)
{
    .wrap-about-environment .relate-product
    {
        padding-top: 40px;
    }
}
.wrap-about-environment .relate-product .title-wrap a
{
    font-size: 18px;
    font-weight: normal;

    text-decoration: underline;
}
@media (max-width: 767px)
{
    .wrap-about-environment .relate-product .title-wrap a
    {
        font-size: 14px;
    }
}
.wrap-videos
{
    background-color: #f7f9fa;
}
.wrap-videos .videos .item
{
    overflow: hidden;

    margin-top: 50px;

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

    border-radius: 10px;
    background-color: #fff;
}
@media (max-width: 991px)
{
    .wrap-videos .videos .item
    {
        margin-top: 30px;
    }
}
.wrap-videos .videos .item .pic
{
    /* position: relative; */
}
.wrap-videos .videos .item .pic .img-box
{
    /* padding-bottom: 53.62318841%; */
	padding-bottom: 66%;
}
.wrap-videos .videos .item .pic .img-box iframe
{
    -webkit-transition: all 1s;
            transition: all 1s;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.wrap-videos .videos .item .pic .play
{
    font-size: 70px;

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

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

    color: #fff;
}
@media (max-width: 1199px)
{
    .wrap-videos .videos .item .pic .play
    {
        font-size: 50px;
    }
}
.wrap-videos .videos .item .pic .play:before
{
    font-family: 'iconfont' !important;

    content: '\e624';
}
.wrap-videos .videos .item .pic .play:hover
{
    color: #d52c37;
}
.wrap-videos .videos .item .note
{
    padding: 30px 20px;
}
@media (max-width: 1199px)
{
    .wrap-videos .videos .item .note
    {
        padding: 10px;
    }
}
.wrap-videos .videos .item .note h3
{
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1199px)
{
    .wrap-videos .videos .item .note h3
    {
        font-size: 20px;
    }
}
@media (max-width: 991px)
{
    .wrap-videos .videos .item .note h3
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .wrap-videos .videos .item .note h3
    {
        font-size: 16px;
    }
}
.wrap-videos .videos .item:hover
{
    background-color: #d52c37;
}
.wrap-videos .videos .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-videos .videos .item:hover .note h3
{
    color: #fff;
}
.wrap-news
{
    background-color: #f7f9fa;
}
.wrap-news .news .item
{
    overflow: hidden;

    margin-top: 30px;

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

    border-radius: 10px;
    background-color: #fff;
}
.wrap-news .news .item .img-box
{
    display: block;

    padding-bottom: 57.77777778%;
}
.wrap-news .news .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-news .news .item .note
{
    padding: 20px;
}
@media (max-width: 767px)
{
    .wrap-news .news .item .note
    {
        padding: 20px 10px;
    }
}
.wrap-news .news .item h3
{
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

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

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

        display: -webkit-box;
        overflow: hidden;

        height: 48px;

        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
}
.wrap-news .news .item p
{
    font-size: 16px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

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

    color: #666;

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

    margin-top: 40px;

    color: #666;
}
@media (max-width: 991px)
{
    .wrap-news .news .item .date
    {
        margin-top: 20px;
    }
}
.wrap-news .news .item:hover
{
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.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 h3
{
    color: #d52c37;
}
.wrap-details .title-details
{
    padding-bottom: 20px;

    border-bottom: 1px solid #ebebeb;
}
.wrap-details .title-details h1
{
    font-size: 36px;
    font-weight: bold;

    margin: 0;
}
@media (max-width: 1470px)
{
    .wrap-details .title-details h1
    {
        font-size: 40px;
    }
}
@media (max-width: 1199px)
{
    .wrap-details .title-details h1
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .wrap-details .title-details h1
    {
        font-size: 24px;
    }
}
.wrap-details .title-details .date
{
    line-height: 24px;

    display: block;

    margin-top: 10px;

    color: #d52c37;
}
.wrap-details .title-details .date:before
{
    font-family: 'iconfont' !important;
    font-size: 24px;

    display: inline-block;

    margin-right: 10px;

    content: '\e63a';
    vertical-align: middle;
}
.wrap-details .details .text
{
    margin-top: 30px;
}
.wrap-details .details .text p
{
    font-size: 15px;
    line-height: 1.73333333;

    margin: 0;

    color: #666;
}
@media (max-width: 1470px)
{
    .wrap-details .details .text p
    {
        font-size: 14px;
    }
}
@media (max-width: 767px)
{
    .wrap-details .details .text p
    {
        line-height: 22px;
    }
}
.wrap-details .details .text img
{
    max-width: 100%;
    height: auto !important;
}
.wrap-details .share
{
    margin-top: 30px;
}
.wrap-details .share p
{
    font-size: 16px;
    font-weight: bold;

    margin: 0;
}
.wrap-details .share p,
.wrap-details .share .addthis_inline_share_toolbox
{
    display: inline-block;

    vertical-align: middle;
}
.wrap-details .relate-details
{
    margin-top: 50px;
    padding-top: 10px;

    border-top: 1px solid #dcdddc;
}
.wrap-details .relate-details a
{
    font-size: 16px;
    line-height: 30px;

    position: relative;

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

    height: 30px;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px)
{
    .wrap-details .relate-details a
    {
        font-size: 14px;
    }
}
.wrap-details .relate-details a:hover
{
    color: #d52c37;
}
.wrap-product-list .product-list
{
    margin-bottom: 40px;
}
.wrap-product-list .product-list .title-product
{
    padding-bottom: 8px;

    border-bottom: 1px solid #b8b9b9;
}
.wrap-product-list .product-list .title-product h3
{
    font-size: 20px;
    line-height: 30px;

    display: inline-block;

    margin: 0;
}
@media (max-width: 767px)
{
    .wrap-product-list .product-list .title-product h3
    {
        font-size: 18px;
    }
}
.wrap-product-list .product-list .title-product .more
{
    font-size: 16px;
    line-height: 30px;

    display: inline-block;
    float: right;

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

    color: #666;
}
.wrap-product-list .product-list .title-product .more:hover
{
    color: #d52c37;
}
.wrap-product-list .product-list .plist
{
    font-size: 0;

    margin-top: 14px;
}
.wrap-product-list .product-list .plist .plist-left,
.wrap-product-list .product-list .plist .plist-right
{
    font-size: 14px;

    display: inline-block;

    vertical-align: top;
}
.wrap-product-list .product-list .plist .plist-left
{
    width: 26.8%;
    padding-right: 10px;
}
@media (max-width: 1470px)
{
    .wrap-product-list .product-list .plist .plist-left
    {
        width: 28%;
    }
}
@media (max-width: 1199px)
{
    .wrap-product-list .product-list .plist .plist-left
    {
        width: 27%;
    }
}
@media (max-width: 991px)
{
    .wrap-product-list .product-list .plist .plist-left
    {
        width: 29%;
    }
}
@media (max-width: 767px)
{
    .wrap-product-list .product-list .plist .plist-left
    {
        display: block;

        width: 50%;
        margin: 0 auto;
        padding-right: 0;
    }
}
.wrap-product-list .product-list .plist .plist-left .item
{
    position: relative;
}
.wrap-product-list .product-list .plist .plist-left .item .img-box
{
    padding-bottom: 126.92307692%;
}
.wrap-product-list .product-list .plist .plist-left .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-product-list .product-list .plist .plist-left .item .note
{
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;

    width: 100%;

    text-align: center;

    color: #fff;
    background-color: #d52c37;
}
.wrap-product-list .product-list .plist .plist-left .item .note h3
{
    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-product-list .product-list .plist .plist-left .item .note h3
    {
        font-size: 16px;
        line-height: 30px;

        height: 30px;
    }
}
.wrap-product-list .product-list .plist .plist-left .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-product-list .product-list .plist .plist-right
{
    width: 73.1%;
}
@media (max-width: 1470px)
{
    .wrap-product-list .product-list .plist .plist-right
    {
        width: 72%;
    }
}
@media (max-width: 1199px)
{
    .wrap-product-list .product-list .plist .plist-right
    {
        width: 73%;
    }
}
@media (max-width: 991px)
{
    .wrap-product-list .product-list .plist .plist-right
    {
        width: 71%;
    }
}
@media (max-width: 767px)
{
    .wrap-product-list .product-list .plist .plist-right
    {
        width: 100%;
    }
}
.wrap-product-list .product-list .plist .plist-right ul
{
    margin: 0 -5px;
}
.wrap-product-list .product-list .plist .plist-right ul li
{
    padding: 0 5px;
}
.wrap-product-list .product-list .plist .plist-right .item
{
    background-color: #fff;
}
.wrap-product-list .product-list .plist .plist-right .item .pic .img-box
{
    padding-bottom: 75.36231884%;
}
.wrap-product-list .product-list .plist .plist-right .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-product-list .product-list .plist .plist-right .item .note
{
    -webkit-transition: all .2s;
            transition: all .2s;
}
.wrap-product-list .product-list .plist .plist-right .item h3
{
    font-size: 14px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-product-list .product-list .plist .plist-right .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-product-list .product-list .plist .plist-right .item:hover .note
{
    background-color: #d52c37;
}
.wrap-product-list .product-list .plist .plist-right .item:hover .note h3
{
    color: #fff;
}
.wrap-product-list .product-list .item
{
    display: block;

    margin-top: 10px;

    text-align: center;
}
.wrap-product-list .experience
{
    padding-top: 80px;
}
@media (max-width: 991px)
{
    .wrap-product-list .experience
    {
        padding-top: 40px;
    }
}
.wrap-product-list .experience .title-in h2:before,
.wrap-product-list .experience .title-in h2:after
{
    display: none;
}
.wrap-product-list .experience .list .item
{
    display: block;

    margin-top: 30px;
}
.wrap-product-list .experience .list .item .img-box
{
    padding-bottom: 135%;
}
.wrap-product-list .experience .list .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-product-list .experience .list .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-product-list .experience .picbox
{
    margin-top: 30px;
}
.wrap-product-list .experience .picbox img
{
    max-width: 100%;
}
.wrap-product .product,
.wrap-nosearch .product
{
    margin-top: -40px;
}
@media (max-width: 991px)
{
    .wrap-product .product,
    .wrap-nosearch .product
    {
        margin-top: -30px;
    }
}
.wrap-product .product .item,
.wrap-nosearch .product .item
{
    display: block;

    margin-top: 40px;

    text-align: center;

    background-color: #fff;
}
@media (max-width: 991px)
{
    .wrap-product .product .item,
    .wrap-nosearch .product .item
    {
        margin-top: 30px;
    }
}
.wrap-product .product .item .pic .img-box,
.wrap-nosearch .product .item .pic .img-box
{
    padding-bottom: 75.36231884%;
}
.wrap-product .product .item .pic .img-box img,
.wrap-nosearch .product .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-product .product .item .note,
.wrap-nosearch .product .item .note
{
    -webkit-transition: all .2s;
            transition: all .2s;
}
.wrap-product .product .item h3,
.wrap-nosearch .product .item h3
{
    font-size: 18px;
    line-height: 54px;

    display: -webkit-box;
    overflow: hidden;

    height: 54px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .wrap-product .product .item h3,
    .wrap-nosearch .product .item h3
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .wrap-product .product .item h3,
    .wrap-nosearch .product .item h3
    {
        line-height: 40px;

        height: 40px;
    }
}
.wrap-product .product .item:hover .img-box img,
.wrap-nosearch .product .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-product .product .item:hover .note,
.wrap-nosearch .product .item:hover .note
{
    background-color: #d52c37;
}
.wrap-product .product .item:hover .note h3,
.wrap-nosearch .product .item:hover .note h3
{
    color: #fff;
}
.wrap-product-show
{
    padding-top: 0;
}
.wrap-product-show .location
{
    margin-top: 10px;

    color: #777;
}
.wrap-product-show .location .icon,
.wrap-product-show .location ul
{
    line-height: 30px;

    display: inline-block;

    vertical-align: top;
}
.wrap-product-show .location .icon
{
    font-size: 20px;
}
.wrap-product-show .location ul > li
{
    display: inline-block;

    vertical-align: top;
}
.wrap-product-show .location ul > li:after
{
    display: inline-block;

    content: '>';
    vertical-align: middle;
}
.wrap-product-show .location ul > li:last-child:after
{
    display: none;
}
.wrap-product-show .location ul > li > a
{
    font-size: 14px;

    display: inline-block;

    vertical-align: middle;
}
.wrap-product-show .location ul > li > a:hover
{
    color: #d52c37;
}
.wrap-product-show .title-in
{
    margin-top: 20px;
}
.wrap-product-show .carousel-wrap
{
    overflow: hidden;

    margin-top: 30px;
}
@media (max-width: 767px)
{
    .wrap-product-show .carousel-wrap
    {
        margin-top: 10px;
    }
}
.wrap-product-show .carousel-wrap .carousel .img-box
{
    padding-bottom: 82.66666667%;
}
.wrap-product-show .carousel-wrap .carousel .slider-for
{
    font-size: 0;

    position: relative;
}
.wrap-product-show .carousel-wrap .carousel .slider-for .item
{
    position: relative;
}
.wrap-product-show .carousel-wrap .carousel .slider-for iframe
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}
.wrap-product-show .carousel-wrap .carousel .slider-for .play
{
    font-size: 80px;

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

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

    color: #fff;
}
@media (max-width: 991px)
{
    .wrap-product-show .carousel-wrap .carousel .slider-for .play
    {
        font-size: 50px;
    }
}
.wrap-product-show .carousel-wrap .carousel .slider-for .play:before
{
    font-family: 'iconfont' !important;

    content: '\e62c';
}
.wrap-product-show .carousel-wrap .slider-nav
{
    margin: 0 -5px;
    margin-top: 10px;
}
.wrap-product-show .carousel-wrap .slider-nav .slick-slide
{
    padding: 0 5px;

    outline: none;
}
.wrap-product-show .carousel-wrap .slider-nav .item
{
    position: relative;
}
.wrap-product-show .carousel-wrap .slider-nav .item-video
{
    position: relative;

    background-color: #000;
}
.wrap-product-show .carousel-wrap .slider-nav .item-video .img-box
{
    opacity: .6;
}
.wrap-product-show .carousel-wrap .slider-nav .item-video:after
{
    font-family: 'iconfont' !important;
    font-size: 30px;

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

    content: '\e644';
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);

    color: #fff;
}
@media (max-width: 991px)
{
    .wrap-product-show .carousel-wrap .slider-nav .item-video:after
    {
        font-size: 30px;
    }
}
.wrap-product-show .carousel-wrap .slider-nav .slick-current .item
{
    border: 1px solid #d52c37;
}
.wrap-product-show .carousel-wrap .slider-nav .slick-arrow
{
    font-size: 24px;

    left: 5px;

    width: 30px;

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

    color: #d52c37;
    border-radius: 0;
    background: none;
}
@media (max-width: 767px)
{
    .wrap-product-show .carousel-wrap .slider-nav .slick-arrow
    {
        font-size: 16px;
        line-height: 30px;

        width: 20px;
        height: 30px;
    }
}
.wrap-product-show .carousel-wrap .slider-nav .slick-arrow.slick-next
{
    right: 5px;
    left: auto;
}
@media (max-width: 991px)
{
    .wrap-product-show .info-box
    {
        margin-top: 30px;
    }
}
.wrap-product-show .info-box .title-info
{
    padding: 8px 0;

    border-bottom: 1px solid #b6b6b6;
}
.wrap-product-show .info-box .title-info h1
{
    font-size: 32px;
    line-height: 40px;

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

    margin: 0;
}
@media (max-width: 1470px)
{
    .wrap-product-show .info-box .title-info h1
    {
        font-size: 26px;
    }
}
@media (max-width: 991px)
{
    .wrap-product-show .info-box .title-info h1
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .wrap-product-show .info-box .title-info h1
    {
        font-size: 18px;
    }
}
.wrap-product-show .info-box .title-info h1 span
{
    font-size: 16px;

    white-space: nowrap;
}
.wrap-product-show .info-box .title-info h1 span:before
{
    display: inline-block;

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

    content: '';
    vertical-align: middle;

    border-radius: 50%;
    background-color: #000;
}
.wrap-product-show .info-box .text
{
    margin-top: 10px;
}
.wrap-product-show .info-box .text p
{
    font-size: 18px;
    line-height: 30px;

    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}
@media (max-width: 1470px)
{
    .wrap-product-show .info-box .text p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .wrap-product-show .info-box .text p
    {
        font-size: 14px;
    }
}
.wrap-product-show .info-box .text p span
{
    font-size: 16px;

    white-space: nowrap;
}
@media (max-width: 767px)
{
    .wrap-product-show .info-box .text p span
    {
        font-size: 14px;
    }
}
.wrap-product-show .info-box .text p span:before
{
    display: inline-block;

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

    content: '';
    vertical-align: middle;

    border-radius: 50%;
    background-color: #000;
}
.wrap-product-show .info-box .tel
{
    margin-top: 50px;
    padding: 10px 0;

    border-top: 1px solid #b6b6b6;
    border-bottom: 1px solid #b6b6b6;
}
.wrap-product-show .info-box .tel p
{
    font-size: 16px;
    line-height: 28px;

    margin: 0;
}
.wrap-product-show .info-box .tel h3
{
    font-size: 30px;
    line-height: 40px;

    margin: 0;
}
@media (max-width: 1470px)
{
    .wrap-product-show .info-box .tel h3
    {
        font-size: 24px;
    }
}
.wrap-product-show .info-box .share
{
    margin-top: 50px;
}
@media (max-width: 767px)
{
    .wrap-product-show .info-box .share
    {
        margin-top: 30px;
    }
}
.wrap-product-show .info-box .share p,
.wrap-product-show .info-box .share .addthis_inline_share_toolbox
{
    font-size: 16px;

    display: inline-block;

    margin: 0;

    vertical-align: middle;
}
.wrap-product-show .info-box .btn-inquiry
{
    margin-top: 30px;
}
.wrap-product-show .info-box .btn-inquiry a
{
    font-size: 18px;
    line-height: 46px;

    display: inline-block;

    padding: 0 30px;

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

    color: #fff;
    background-color: #d52c37;
}
@media (max-width: 1470px)
{
    .wrap-product-show .info-box .btn-inquiry a
    {
        font-size: 16px;
    }
}
.wrap-product-show .info-box .btn-inquiry a .icon
{
    font-size: 22px;

    display: inline-block;

    vertical-align: middle;
}
.wrap-product-show .info-box .btn-inquiry a:hover
{
    background-color: #910000;
}
.wrap-product-show .title-product-show
{
    text-align: center;
}
.wrap-product-show .title-product-show h2
{
    font-size: 32px;
    line-height: 1;

    position: relative;

    display: block;

    margin: 0;
}
@media (max-width: 1470px)
{
    .wrap-product-show .title-product-show h2
    {
        font-size: 26px;
    }
}
@media (max-width: 767px)
{
    .wrap-product-show .title-product-show h2
    {
        font-size: 20px;
    }
}
.wrap-product-show .title-product-show h2:after
{
    display: block;

    width: 98px;
    height: 2px;
    margin: 0 auto;
    margin-top: 16px;

    content: '';

    background-color: #d52c37;
}
@media (max-width: 767px)
{
    .wrap-product-show .title-product-show h2:after
    {
        width: 70px;
    }
}
.wrap-product-show .title-product-show p
{
    line-height: 24px;

    margin: 10px 0 0 0;
}
.wrap-product-show .product-describe,
.wrap-product-show .product-parameter,
.wrap-product-show .product-layout,
.wrap-product-show .product-process,
.wrap-product-show .product-feature,
.wrap-product-show .product-design,
.wrap-product-show .product-scene,
.wrap-product-show .relate-product,
.wrap-product-show .product-honor,
.wrap-product-show .product-research,
.wrap-product-show .product-partners,
.wrap-product-show .inquiry,
.wrap-product-show .product-about
{
    margin-top: 80px;
}
@media (max-width: 991px)
{
    .wrap-product-show .product-describe,
    .wrap-product-show .product-parameter,
    .wrap-product-show .product-layout,
    .wrap-product-show .product-process,
    .wrap-product-show .product-feature,
    .wrap-product-show .product-design,
    .wrap-product-show .product-scene,
    .wrap-product-show .relate-product,
    .wrap-product-show .product-honor,
    .wrap-product-show .product-research,
    .wrap-product-show .product-partners,
    .wrap-product-show .inquiry,
    .wrap-product-show .product-about
    {
        margin-top: 40px;
    }
}
.wrap-product-show .product-describe .text
{
    margin-top: 30px;
}
.wrap-product-show .product-describe .text .item
{
    position: relative;
    z-index: 2;

    border: 5px solid rgba(244, 181, 60, .8);
	/* border-image: linear-gradient(#fea700,#f4b53c)30 30; */
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.wrap-product-show .product-describe .text .item .img-box
{
    /* padding-bottom: 61.19402985%; */
    padding-bottom: 30.4964%;
}
.wrap-product-show .product-describe .text .note
{
    position: relative;

    margin-top: -120px;
    padding: 160px 0 90px;
}
@media (max-width: 991px)
{
    .wrap-product-show .product-describe .text .note
    {
        margin-top: -60px;
        padding: 100px 0 50px;
    }
}
.wrap-product-show .product-describe .text .note:before
{
    position: absolute;
    top: 0;
    left: -300%;
    left: -100%;

    display: block;

    width: 300%;
    height: 100%;

    content: '';

    background-color: #d52c37;
}
.wrap-product-show .product-describe .text .note p
{
    font-size: 20px;
    line-height: 2.1;

    position: relative;
    z-index: 2;

    margin: 0;

    color: #fff;
}
@media (max-width: 1470px)
{
    .wrap-product-show .product-describe .text .note p
    {
        font-size: 18px;
    }
}
@media (max-width: 991px)
{
    .wrap-product-show .product-describe .text .note p
    {
        font-size: 16px;
        line-height: 24px;
    }
}
@media (max-width: 767px)
{
    .wrap-product-show .product-describe .text .note p
    {
        font-size: 14px;
    }
}
.wrap-product-show .product-parameter .text
{
    margin-top: 30px;
}
.wrap-product-show .product-parameter .text table
{
    width: 100%;

    background-color: #fff;
}
.wrap-product-show .product-parameter .text td
{
    font-size: 20px;
    line-height: 30px;

    width: 14.28571428%;
    padding: 10px 30px;

    border: 1px solid #bf5d1a;
}
@media (max-width: 1470px)
{
    .wrap-product-show .product-parameter .text td
    {
        font-size: 18px;

        padding: 10px;
    }
}
@media (max-width: 991px)
{
    .wrap-product-show .product-parameter .text td
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .wrap-product-show .product-parameter .text td
    {
        font-size: 14px;
        line-height: 24px;

        padding: 5px;
    }
}
.wrap-product-show .product-feature .text ul
{
    font-size: 0;

    margin: 0 -40px;
}
.wrap-product-show .product-feature .text ul li
{
    font-size: 14px;

    display: inline-block;

    width: 20%;
    margin-top: 40px;
    padding: 0 40px;

    vertical-align: top;
}
@media (max-width: 1199px)
{
    .wrap-product-show .product-feature .text ul li
    {
        width: 33.33333333%;
        margin-top: 20px;
    }
}
.wrap-product-show .product-feature .text .item
{
    font-size: 0;

    color: #fff;
    border-radius: 8px;
    background-color: #d52c37;
    box-shadow: 0 0 10px rgba(213, 44, 55, .5);
}
.wrap-product-show .product-feature .text .item .number,
.wrap-product-show .product-feature .text .item p
{
    display: inline-block;

    vertical-align: middle;
}
.wrap-product-show .product-feature .text .item .number
{
    font-family: Impact, 'Arial Narrow Bold', sans-serif;
    font-size: 30px;
    line-height: 60px;

    width: 70px;

    text-align: center;

    border-radius: 8px 14px 14px 8px;
    background-color: #fff;
    text-shadow: 0 0 4px #d52c37;
}
@media (max-width: 767px)
{
    .wrap-product-show .product-feature .text .item .number
    {
        font-size: 24px;

        width: 50px;
    }
}
.wrap-product-show .product-feature .text .item p
{
    font-size: 20px;
    line-height: 30px;

    width: -webkit-calc(100% - 70px);
    width:         calc(100% - 70px);
    margin: 0;
    padding: 15px 5%;
}
@media (max-width: 1470px)
{
    .wrap-product-show .product-feature .text .item p
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .wrap-product-show .product-feature .text .item p
    {
        font-size: 14px;

        width: -webkit-calc(100% - 50px);
        width:         calc(100% - 50px);
        padding: 10px 5px;
    }
}
.wrap-product-show .product-layout .text,
.wrap-product-show .product-process .text
{
    margin-top: 30px;
}
.wrap-product-show .product-layout .text img,
.wrap-product-show .product-process .text img
{
    max-width: 100%;
    height: auto !important;
}
.wrap-product-show .product-design .list ul li:nth-child(2n) .item .pic
{
    left: 44%;

    padding-right: 80px;
    padding-left: 0;
}
@media (max-width: 767px)
{
    .wrap-product-show .product-design .list ul li:nth-child(2n) .item .pic
    {
        left: 0;

        padding-right: 50px;
    }
}
.wrap-product-show .product-design .list ul li:nth-child(2n) .item .pic .number
{
    right: 0;
    left: auto;
}
.wrap-product-show .product-design .list ul li:nth-child(2n) .item .text
{
    right: 56%;

    padding-right: 3%;
    padding-left: 0;
}
@media (max-width: 767px)
{
    .wrap-product-show .product-design .list ul li:nth-child(2n) .item .text
    {
        right: 0;

        padding-right: 0;
    }
}
.wrap-product-show .product-design .list .item
{
    font-size: 0;

    position: relative;

    padding: 60px 0;
}
@media (max-width: 767px)
{
    .wrap-product-show .product-design .list .item
    {
        padding: 30px 0;
    }
}
.wrap-product-show .product-design .list .item:after
{
    position: absolute;
    bottom: 0;
    left: -100%;

    display: block;

    width: 300%;
    height: 1px;

    content: '';

    border-top: 2px dashed #dedede;
}
.wrap-product-show .product-design .list .item .pic,
.wrap-product-show .product-design .list .item .text
{
    font-size: 14px;

    position: relative;

    display: inline-block;

    vertical-align: middle;
}
.wrap-product-show .product-design .list .item .pic
{
    position: relative;

    width: 56%;
    padding-left: 80px;
}
@media (max-width: 767px)
{
    .wrap-product-show .product-design .list .item .pic
    {
        width: 100%;
        padding-left: 50px;
    }
}
.wrap-product-show .product-design .list .item .pic .number
{
    font-size: 40px;
    font-weight: bold;
    line-height: 110px;

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

    width: 80px;

    text-align: center;

    color: #fff;
    background-color: #d52c37;
    box-shadow: 5px 10px 10px rgba(0, 0, 0, .1);
}
@media (max-width: 1470px)
{
    .wrap-product-show .product-design .list .item .pic .number
    {
        font-size: 30px;
        line-height: 80px;
    }
}
@media (max-width: 767px)
{
    .wrap-product-show .product-design .list .item .pic .number
    {
        font-size: 24px;

        width: 50px;
    }
}
.wrap-product-show .product-design .list .item .pic img
{
    display: block;

    width: 100%;

    border-radius: 20px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, .3);
}
.wrap-product-show .product-design .list .item .text
{
    width: 44%;
    padding-left: 3%;
}
@media (max-width: 767px)
{
    .wrap-product-show .product-design .list .item .text
    {
        width: 100%;
        margin-top: 30px;
        padding-left: 0;
    }
}
.wrap-product-show .product-design .list .item .text h3
{
    font-size: 22px;
    line-height: 1.81818182;

    margin: 0;
}
@media (max-width: 1470px)
{
    .wrap-product-show .product-design .list .item .text h3
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-product-show .product-design .list .item .text h3
    {
        font-size: 18px;
    }
}
.wrap-product-show .product-design .list .item .text p
{
    font-size: 18px;
    line-height: 2.22222222;

    margin: 0;
}
@media (max-width: 1470px)
{
    .wrap-product-show .product-design .list .item .text p
    {
        font-size: 16px;
        line-height: 2;
    }
}
@media (max-width: 767px)
{
    .wrap-product-show .product-design .list .item .text p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.wrap-product-show .product-scene .slick-scene
{
    margin: 0 -8px;
    margin-top: 50px;
}
.wrap-product-show .product-scene .slick-scene .slick-slide
{
    padding: 0 8px;
}
.wrap-product-show .product-scene .item
{
    display: block;
}
.wrap-product-show .product-scene .item .img-box
{
    padding-bottom: 68.47826087%;
}
.wrap-product-show .product-scene .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-product-show .product-scene .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-product-show .product-about
{
    font-size: 0;
}
.wrap-product-show .product-about .pic,
.wrap-product-show .product-about .text
{
    font-size: 14px;

    display: inline-block;

    vertical-align: middle;
}
.wrap-product-show .product-about .pic
{
    position: relative;
    z-index: 2;

    width: 40%;

    border: 5px solid #fff;
}
@media (max-width: 767px)
{
    .wrap-product-show .product-about .pic
    {
        width: 100%;
    }
}
.wrap-product-show .product-about .pic img
{
    width: 100%;
}
.wrap-product-show .product-about .text
{
    width: 65%;
    margin-left: -5%;
    padding: 50px 12% 60px 9%;

    color: #fff;
    background-color: #d52c37;
}
@media (max-width: 1470px)
{
    .wrap-product-show .product-about .text
    {
        padding: 30px 4% 60px 7%;
    }
}
@media (max-width: 767px)
{
    .wrap-product-show .product-about .text
    {
        width: 100%;
        margin: 0;
        padding: 30px 15px;
    }
}
.wrap-product-show .product-about .text .title-product-show h2:after
{
    background-color: #fff;
}
.wrap-product-show .product-about .text .note
{
    margin-top: 20px;
}
.wrap-product-show .title-product-honor h2,
.wrap-product-show .title-product-research h2
{
    font-size: 30px;

    margin: 0;
}
@media (max-width: 1470px)
{
    .wrap-product-show .title-product-honor h2,
    .wrap-product-show .title-product-research h2
    {
        font-size: 24px;
    }
}
.wrap-product-show .title-product-honor h2:before,
.wrap-product-show .title-product-research h2:before
{
    display: inline-block;

    width: 6px;
    height: 30px;
    margin-right: 8px;

    content: '';
    vertical-align: middle;

    background-color: #d52c37;
}
.wrap-product-show .product-honor .slick-honor
{
    margin: 0 -15px;
}
@media (max-width: 991px)
{
    .wrap-product-show .product-honor .slick-honor
    {
        margin: 0 -5px;
    }
}
.wrap-product-show .product-honor .slick-honor .slick-slide
{
    padding: 30px 15px 15px 15px;
}
@media (max-width: 991px)
{
    .wrap-product-show .product-honor .slick-honor .slick-slide
    {
        padding: 30px 5px 10px 5px;
    }
}
.wrap-product-show .product-honor .item
{
    display: block;

    -webkit-transition: all .6s;
            transition: all .6s;
}
.wrap-product-show .product-honor .item .img-box
{
    padding-bottom: 134.375%;
}
.wrap-product-show .product-honor .item:hover
{
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);

    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}
.wrap-product-show .product-research .slick-proresearch
{
    margin: 0 -6px;
    margin-top: 40px;
}
.wrap-product-show .product-research .slick-proresearch .slick-slide
{
    padding: 0 6px;
}
.wrap-product-show .product-research .slick-proresearch .item
{
    display: block;

    text-align: center;
}
.wrap-product-show .product-research .slick-proresearch .item .img-box
{
    padding-bottom: 65.93406593%;
}
.wrap-product-show .product-research .slick-proresearch .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-product-show .product-research .slick-proresearch .item h3
{
    font-size: 22px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    margin: 20px 0 0 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-product-show .product-research .slick-proresearch .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-product-show .inquiry .row,
.wrap-inquiry .inquiry .row,
.wrap-product-show .message .row,
.wrap-inquiry .message .row
{
    margin: 0 -10px;
}
.wrap-product-show .inquiry .row .itembox,
.wrap-inquiry .inquiry .row .itembox,
.wrap-product-show .message .row .itembox,
.wrap-inquiry .message .row .itembox
{
    padding: 0 10px;
}
.wrap-product-show .inquiry form,
.wrap-inquiry .inquiry form,
.wrap-product-show .message form,
.wrap-inquiry .message form
{
    margin-top: 20px;
}
@media (max-width: 767px)
{
    .wrap-product-show .inquiry form,
    .wrap-inquiry .inquiry form,
    .wrap-product-show .message form,
    .wrap-inquiry .message form
    {
        margin: 0;
    }
}
.wrap-product-show .inquiry form input,
.wrap-inquiry .inquiry form input,
.wrap-product-show .message form input,
.wrap-inquiry .message form input,
.wrap-product-show .inquiry form textarea,
.wrap-inquiry .inquiry form textarea,
.wrap-product-show .message form textarea,
.wrap-inquiry .message form textarea
{
    font-size: 16px;
    line-height: 26px;

    width: 100%;
    min-height: 46px;
    margin-top: 20px;
    padding: 15px 20px;

    resize: vertical;

    background: none;
    background-color: #edeff0;
}
@media (max-width: 767px)
{
    .wrap-product-show .inquiry form input,
    .wrap-inquiry .inquiry form input,
    .wrap-product-show .message form input,
    .wrap-inquiry .message form input,
    .wrap-product-show .inquiry form textarea,
    .wrap-inquiry .inquiry form textarea,
    .wrap-product-show .message form textarea,
    .wrap-inquiry .message form textarea
    {
        font-size: 14px;

        margin-top: 10px;
    }
}
.wrap-product-show .inquiry form input::-webkit-input-placeholder,
.wrap-inquiry .inquiry form input::-webkit-input-placeholder,
.wrap-product-show .message form input::-webkit-input-placeholder,
.wrap-inquiry .message form input::-webkit-input-placeholder,
.wrap-product-show .inquiry form textarea::-webkit-input-placeholder,
.wrap-inquiry .inquiry form textarea::-webkit-input-placeholder,
.wrap-product-show .message form textarea::-webkit-input-placeholder,
.wrap-inquiry .message form textarea::-webkit-input-placeholder
{
    color: #747474;
}
.wrap-product-show .inquiry form input:-o-placeholder,
.wrap-inquiry .inquiry form input:-o-placeholder,
.wrap-product-show .message form input:-o-placeholder,
.wrap-inquiry .message form input:-o-placeholder,
.wrap-product-show .inquiry form textarea:-o-placeholder,
.wrap-inquiry .inquiry form textarea:-o-placeholder,
.wrap-product-show .message form textarea:-o-placeholder,
.wrap-inquiry .message form textarea:-o-placeholder
{
    color: #747474;
}
.wrap-product-show .inquiry form input::-moz-placeholder,
.wrap-inquiry .inquiry form input::-moz-placeholder,
.wrap-product-show .message form input::-moz-placeholder,
.wrap-inquiry .message form input::-moz-placeholder,
.wrap-product-show .inquiry form textarea::-moz-placeholder,
.wrap-inquiry .inquiry form textarea::-moz-placeholder,
.wrap-product-show .message form textarea::-moz-placeholder,
.wrap-inquiry .message form textarea::-moz-placeholder
{
    color: #747474;
}
.wrap-product-show .inquiry form input:-ms-input-placeholder,
.wrap-inquiry .inquiry form input:-ms-input-placeholder,
.wrap-product-show .message form input:-ms-input-placeholder,
.wrap-inquiry .message form input:-ms-input-placeholder,
.wrap-product-show .inquiry form textarea:-ms-input-placeholder,
.wrap-inquiry .inquiry form textarea:-ms-input-placeholder,
.wrap-product-show .message form textarea:-ms-input-placeholder,
.wrap-inquiry .message form textarea:-ms-input-placeholder
{
    color: #747474;
}
.wrap-product-show .inquiry form input:focus::-webkit-input-placeholder,
.wrap-inquiry .inquiry form input:focus::-webkit-input-placeholder,
.wrap-product-show .message form input:focus::-webkit-input-placeholder,
.wrap-inquiry .message form input:focus::-webkit-input-placeholder,
.wrap-product-show .inquiry form textarea:focus::-webkit-input-placeholder,
.wrap-inquiry .inquiry form textarea:focus::-webkit-input-placeholder,
.wrap-product-show .message form textarea:focus::-webkit-input-placeholder,
.wrap-inquiry .message form textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .inquiry form input:focus::-o-placeholder,
.wrap-inquiry .inquiry form input:focus::-o-placeholder,
.wrap-product-show .message form input:focus::-o-placeholder,
.wrap-inquiry .message form input:focus::-o-placeholder,
.wrap-product-show .inquiry form textarea:focus::-o-placeholder,
.wrap-inquiry .inquiry form textarea:focus::-o-placeholder,
.wrap-product-show .message form textarea:focus::-o-placeholder,
.wrap-inquiry .message form textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .inquiry form input:focus::-moz-placeholder,
.wrap-inquiry .inquiry form input:focus::-moz-placeholder,
.wrap-product-show .message form input:focus::-moz-placeholder,
.wrap-inquiry .message form input:focus::-moz-placeholder,
.wrap-product-show .inquiry form textarea:focus::-moz-placeholder,
.wrap-inquiry .inquiry form textarea:focus::-moz-placeholder,
.wrap-product-show .message form textarea:focus::-moz-placeholder,
.wrap-inquiry .message form textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .inquiry form input:focus::-ms-input-placeholder,
.wrap-inquiry .inquiry form input:focus::-ms-input-placeholder,
.wrap-product-show .message form input:focus::-ms-input-placeholder,
.wrap-inquiry .message form input:focus::-ms-input-placeholder,
.wrap-product-show .inquiry form textarea:focus::-ms-input-placeholder,
.wrap-inquiry .inquiry form textarea:focus::-ms-input-placeholder,
.wrap-product-show .message form textarea:focus::-ms-input-placeholder,
.wrap-inquiry .message form textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .inquiry form .read input,
.wrap-inquiry .inquiry form .read input,
.wrap-product-show .message form .read input,
.wrap-inquiry .message form .read input
{
    font-size: 22px;

    color: #fff;
    background-color: #d52c37;
}
@media (max-width: 991px)
{
    .wrap-product-show .inquiry form .read input,
    .wrap-inquiry .inquiry form .read input,
    .wrap-product-show .message form .read input,
    .wrap-inquiry .message form .read input
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .wrap-product-show .inquiry form .read input,
    .wrap-inquiry .inquiry form .read input,
    .wrap-product-show .message form .read input,
    .wrap-inquiry .message form .read input
    {
        font-size: 16px;
    }
}
.wrap-product-show .inquiry form .send,
.wrap-inquiry .inquiry form .send,
.wrap-product-show .message form .send,
.wrap-inquiry .message form .send
{
    margin-top: 20px;

    text-align: center;
}
.wrap-product-show .inquiry form .submit,
.wrap-inquiry .inquiry form .submit,
.wrap-product-show .message form .submit,
.wrap-inquiry .message form .submit
{
    font-size: 20px;
    line-height: 50px;

    padding: 0 40px;

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

    color: #fff;
    border: none;
    background-color: #d52c37;
}
@media (max-width: 767px)
{
    .wrap-product-show .inquiry form .submit,
    .wrap-inquiry .inquiry form .submit,
    .wrap-product-show .message form .submit,
    .wrap-inquiry .message form .submit
    {
        font-size: 16px;
        line-height: 40px;

        padding: 0 40px;
    }
}
.wrap-product-show .inquiry form .submit:hover,
.wrap-inquiry .inquiry form .submit:hover,
.wrap-product-show .message form .submit:hover,
.wrap-inquiry .message form .submit:hover
{
    background-color: #910000;
}
.wrap-contact .contact
{
    font-size: 0;

    position: relative;

    margin-top: 40px;
}
.wrap-contact .contact:after
{
    position: absolute;
    top: 100%;
    left: 50%;

    display: block;

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

    content: '';

    background-color: #000;
}
.wrap-contact .contact .text,
.wrap-contact .contact .wrap-map
{
    font-size: 14px;

    display: inline-block;

    vertical-align: top;
}
.wrap-contact .contact .text
{
    width: 40%;
    padding: 70px 50px;

    color: #fff;
    background-color: #d52c37;
}
@media (max-width: 1199px)
{
    .wrap-contact .contact .text
    {
        padding: 50px 30px;
    }
}
@media (max-width: 991px)
{
    .wrap-contact .contact .text
    {
        padding: 30px 15px;
    }
}
@media (max-width: 767px)
{
    .wrap-contact .contact .text
    {
        width: 100%;
    }
}
.wrap-contact .contact .text h3
{
    font-size: 26px;
    font-weight: bold;

    margin-top: 0;
}
@media (max-width: 1470px)
{
    .wrap-contact .contact .text h3
    {
        font-size: 22px;
    }
}
@media (max-width: 991px)
{
    .wrap-contact .contact .text h3
    {
        font-size: 20px;
    }
}
.wrap-contact .contact .text p
{
    font-size: 16px;
    line-height: 1.875;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-contact .contact .text p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.wrap-contact .contact .wrap-map
{
    position: absolute;
    top: 0;
    right: 0;

    width: 60%;
    height: 100%;
}
@media (max-width: 767px)
{
    .wrap-contact .contact .wrap-map
    {
        position: relative;

        width: 100%;
        height: 330px;
    }
}
.wrap-contact .contact .wrap-map .map,
.wrap-contact .contact .wrap-map #dituContent
{
    width: 100%;
    height: 100%;
}
.wrap-contact .message
{
    margin-top: 130px;
}
.wrap-contact .message form
{
    margin-top: 20px;
}
.wrap-contact .message form .itembox
{
    position: relative;
}
.wrap-contact .message form .itembox:after
{
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 15px;

    display: block;

    width: 50px;
    height: 2px;

    content: '';

    background-color: #d52c37;
}
.wrap-contact .message form input,
.wrap-contact .message form textarea
{
    font-size: 16px;
    line-height: 26px;

    width: 100%;
    margin-top: 26px;
    padding: 10px 0;

    resize: vertical;

    border: none;
    border-bottom: 1px solid #cdcdcd;
    outline: none;
    background: none;
}
@media (max-width: 767px)
{
    .wrap-contact .message form input,
    .wrap-contact .message form textarea
    {
        font-size: 14px;
        line-height: 24px;

        margin-top: 10px;
        padding: 8px 0;
    }
}
.wrap-contact .message form input::-webkit-input-placeholder,
.wrap-contact .message form textarea::-webkit-input-placeholder
{
    color: #666;
}
.wrap-contact .message form input:-o-placeholder,
.wrap-contact .message form textarea:-o-placeholder
{
    color: #666;
}
.wrap-contact .message form input::-moz-placeholder,
.wrap-contact .message form textarea::-moz-placeholder
{
    color: #666;
}
.wrap-contact .message form input:-ms-input-placeholder,
.wrap-contact .message form textarea:-ms-input-placeholder
{
    color: #666;
}
.wrap-contact .message form input:focus::-webkit-input-placeholder,
.wrap-contact .message form textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .message form input:focus::-o-placeholder,
.wrap-contact .message form textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .message form input:focus::-moz-placeholder,
.wrap-contact .message form textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .message form input:focus::-ms-input-placeholder,
.wrap-contact .message form textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .message form p
{
    font-size: 15px;
    line-height: 30px;

    margin: 6px 0 0 0;
}
@media (max-width: 767px)
{
    .wrap-contact .message form p
    {
        font-size: 14px;
    }
}
.wrap-contact .message form p span
{
    color: #c9161c;
}
.wrap-contact .message form .send
{
    text-align: center;
}
.wrap-contact .message form .submit
{
    font-size: 18px;
    font-weight: bold;
    line-height: 46px;

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

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

    color: #fff;
    border: none;
    border-radius: 10px;
    outline: none;
    background-color: #d52c37;
    box-shadow: none;
}
@media (max-width: 767px)
{
    .wrap-contact .message form .submit
    {
        font-size: 16px;

        margin-top: 20px;
    }
}
.wrap-contact .message form .submit .icon
{
    font-size: 20px;

    display: inline-block;

    vertical-align: middle;
}
.wrap-contact .message form .submit:hover
{
    color: #fff;
    background-color: #910000;
}
.wrap-sitemap .sitemap
{
    margin-top: 40px;
}
@media (max-width: 1199px)
{
    .wrap-sitemap .sitemap
    {
        margin-top: 30px;
    }
}
.wrap-sitemap .sitemap > ul > li
{
    position: relative;

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

    display: inline-block;

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

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

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

        min-width: 140px;
        padding: 4px 10px;
    }
}
.wrap-sitemap .sitemap > ul > li:hover > a
{
    color: #fff;
    background-color: #d52c37;
}
.wrap-sitemap .sitemap > ul > li:hover > a
{
    text-decoration: underline;

    background-color: #d52c37;
}
.wrap-sitemap .sitemap > ul > li > ul
{
    position: relative;

    padding: 10px 0;
}
@media (max-width: 767px)
{
    .wrap-sitemap .sitemap > ul > li > ul
    {
        margin: 0 -10px;
        margin-top: 10px;
        padding: 0;
    }
}
.wrap-sitemap .sitemap > ul > li > ul > li > a
{
    font-size: 16px;
    font-weight: bold;
    line-height: 28px;

    display: block;

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

        min-width: auto;
        padding: 0 10px;
    }
}
.wrap-sitemap .sitemap > ul > li > ul > li > a:hover > a
{
    text-decoration: underline;

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

    display: block;

    padding: 0 10px;
}
@media (max-width: 767px)
{
    .wrap-sitemap .sitemap > ul > li > ul > li > ul > li a
    {
        font-size: 13px;
    }
}
.wrap-sitemap .sitemap > ul > li > ul > li > ul > li a:before
{
    margin-right: 4px;

    content: '-';
}
.wrap-sitemap .sitemap > ul > li > ul > li > ul > li:hover a
{
    text-decoration: underline;

    color: #d52c37;
}
.wrap-sitemap .sitemap > ul > li > ul > li:hover > a
{
    text-decoration: underline;

    color: #d52c37;
}
.wrap-login .title-in h2:before,
.wrap-registered .title-in h2:before,
.wrap-login .title-in h2:after,
.wrap-registered .title-in h2:after
{
    display: none;
}
.wrap-login .login,
.wrap-registered .login,
.wrap-login .registered,
.wrap-registered .registered
{
    max-width: 480px;
    margin: 0 auto;
}
.wrap-login .login .item,
.wrap-registered .login .item,
.wrap-login .registered .item,
.wrap-registered .registered .item
{
    margin-top: 30px;
}
.wrap-login .login input,
.wrap-registered .login input,
.wrap-login .registered input,
.wrap-registered .registered input
{
    font-size: 16px;
    line-height: 30px;

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

    border: 1px solid #d6d6d6;
    background-color: #fff;
}
@media (max-width: 767px)
{
    .wrap-login .login input,
    .wrap-registered .login input,
    .wrap-login .registered input,
    .wrap-registered .registered input
    {
        font-size: 14px;
    }
}
.wrap-login .login input::-webkit-input-placeholder,
.wrap-registered .login input::-webkit-input-placeholder,
.wrap-login .registered input::-webkit-input-placeholder,
.wrap-registered .registered input::-webkit-input-placeholder,
.wrap-login .login textarea::-webkit-input-placeholder,
.wrap-registered .login textarea::-webkit-input-placeholder,
.wrap-login .registered textarea::-webkit-input-placeholder,
.wrap-registered .registered textarea::-webkit-input-placeholder
{
    color: #666;
}
.wrap-login .login input:-o-placeholder,
.wrap-registered .login input:-o-placeholder,
.wrap-login .registered input:-o-placeholder,
.wrap-registered .registered input:-o-placeholder,
.wrap-login .login textarea:-o-placeholder,
.wrap-registered .login textarea:-o-placeholder,
.wrap-login .registered textarea:-o-placeholder,
.wrap-registered .registered textarea:-o-placeholder
{
    color: #666;
}
.wrap-login .login input::-moz-placeholder,
.wrap-registered .login input::-moz-placeholder,
.wrap-login .registered input::-moz-placeholder,
.wrap-registered .registered input::-moz-placeholder,
.wrap-login .login textarea::-moz-placeholder,
.wrap-registered .login textarea::-moz-placeholder,
.wrap-login .registered textarea::-moz-placeholder,
.wrap-registered .registered textarea::-moz-placeholder
{
    color: #666;
}
.wrap-login .login input:-ms-input-placeholder,
.wrap-registered .login input:-ms-input-placeholder,
.wrap-login .registered input:-ms-input-placeholder,
.wrap-registered .registered input:-ms-input-placeholder,
.wrap-login .login textarea:-ms-input-placeholder,
.wrap-registered .login textarea:-ms-input-placeholder,
.wrap-login .registered textarea:-ms-input-placeholder,
.wrap-registered .registered textarea:-ms-input-placeholder
{
    color: #666;
}
.wrap-login .login input:focus::-webkit-input-placeholder,
.wrap-registered .login input:focus::-webkit-input-placeholder,
.wrap-login .registered input:focus::-webkit-input-placeholder,
.wrap-registered .registered input:focus::-webkit-input-placeholder,
.wrap-login .login textarea:focus::-webkit-input-placeholder,
.wrap-registered .login textarea:focus::-webkit-input-placeholder,
.wrap-login .registered textarea:focus::-webkit-input-placeholder,
.wrap-registered .registered textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.wrap-login .login input:focus::-o-placeholder,
.wrap-registered .login input:focus::-o-placeholder,
.wrap-login .registered input:focus::-o-placeholder,
.wrap-registered .registered input:focus::-o-placeholder,
.wrap-login .login textarea:focus::-o-placeholder,
.wrap-registered .login textarea:focus::-o-placeholder,
.wrap-login .registered textarea:focus::-o-placeholder,
.wrap-registered .registered textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.wrap-login .login input:focus::-moz-placeholder,
.wrap-registered .login input:focus::-moz-placeholder,
.wrap-login .registered input:focus::-moz-placeholder,
.wrap-registered .registered input:focus::-moz-placeholder,
.wrap-login .login textarea:focus::-moz-placeholder,
.wrap-registered .login textarea:focus::-moz-placeholder,
.wrap-login .registered textarea:focus::-moz-placeholder,
.wrap-registered .registered textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.wrap-login .login input:focus::-ms-input-placeholder,
.wrap-registered .login input:focus::-ms-input-placeholder,
.wrap-login .registered input:focus::-ms-input-placeholder,
.wrap-registered .registered input:focus::-ms-input-placeholder,
.wrap-login .login textarea:focus::-ms-input-placeholder,
.wrap-registered .login textarea:focus::-ms-input-placeholder,
.wrap-login .registered textarea:focus::-ms-input-placeholder,
.wrap-registered .registered textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.wrap-login .login .submit,
.wrap-registered .login .submit,
.wrap-login .registered .submit,
.wrap-registered .registered .submit
{
    font-size: 20px;
    line-height: 50px;

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

    color: #fff;
    border-radius: 0;
    background-color: #d52c37;
}
@media (max-width: 767px)
{
    .wrap-login .login .submit,
    .wrap-registered .login .submit,
    .wrap-login .registered .submit,
    .wrap-registered .registered .submit
    {
        font-size: 18px;
    }
}
.wrap-login .login .link,
.wrap-registered .login .link,
.wrap-login .registered .link,
.wrap-registered .registered .link
{
    font-size: 16px;
    line-height: 30px;

    display: block;

    margin-top: 10px;

    text-align: center;
    text-decoration: underline;

    color: #666;
}
.wrap-nosearch .nosearch h3
{
    font-size: 20px;
    font-weight: 500;

    margin: 0;
}
.wrap-nosearch .nosearch p
{
    line-height: 22px;

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

    color: #666;
    border: 1px solid #faedd1;
    border-radius: 5px;
    background-color: #fcf8e3;
}
.wrap-nosearch .product
{
    margin: 0;
}
nav
{
    text-align: center;
}
.pagination
{
    margin: 60px 0 0 0;
    padding: 0;
}
@media (max-width: 991px)
{
    .pagination
    {
        margin-top: 30px;
    }
}
.pagination li.prev a:before,
.pagination li.next a:before
{
    font-family: 'iconfont' !important;

    display: inline-block;

    content: '\e65d';
}
.pagination li.next a:before
{
    content: '\e642';
}
.pagination li a
{
    font-size: 18px;
    line-height: 32px;

    display: block;

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

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

    color: #333;
    border: none;
    border-radius: 5px;
    background: none;
}
.pagination li a span
{
    border-radius: 0;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover
{
    color: #333;
    background-color: #e6e6e6;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover
{
    background-color: #e6e6e6;
}
@media (max-width: 1199px)
{
    .skiptranslate iframe
    {
        display: none;
    }
    .google-translation .skiptranslate
    {
        display: inline-block;
    }
    body
    {
        top: 0 !important;
    }
}
.fluid_html_on_pause,
.fluid_pseudo_poster,
.fluid_controls_container
{
    display: none;
}
.map-content label
{
    line-height: 30px !important;

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

    border: none !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2) !important;
}
.wrap-product-show .product-design .list ul li:nth-child(6n+2) .item .pic .number{
	background-color: #0364b8;
}
.wrap-product-show .product-design .list ul li:nth-child(6n+3) .item .pic .number{
	background-color: #eac34a;
}
.wrap-product-show .product-design .list ul li:nth-child(6n+4) .item .pic .number{
	background-color: #00b662;
}
.wrap-product-show .product-design .list ul li:nth-child(6n+5) .item .pic .number{
	background-color: #fd9317;
}
.wrap-product-show .product-design .list ul li:nth-child(6n+6) .item .pic .number{
	background-color: #8f53c1;
}
/* .wrap-product-show .product-parameter .text tr:nth-child(1){
	font-weight: bold;
}
 */
.wrap-product-show .product-parameter .text td:nth-child(2n+1){
	/* background-color: #ffd15b; */
}
.wrap-product-show .product-parameter .text td:nth-child(2n){
/* background-color: #ffd15b; */
	/* color: #FFFFFF; */
}
.wrap-product-show .product-layout .text{
	    border: 5px solid rgba(244, 181, 60, .8);
		box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}
.wrap-product-show .product-feature .text ul li{
	position: relative;
}
.wrap-product-show .product-feature .text ul li:after{
	font-family: 'iconfont' !important;
	content: '\e661';
	position: absolute;
	width: 80px;
	height: 40px;
	text-align: center;
	right: -40px;
	top: 50%;

	font-size: 34px;
	line-height: 40px;
	color: #ff885b;
	transform: rotateY(180deg)  translateY(-50%);
}
/* .wrap-product-show .product-feature .text ul li:nth-child(1):after,
.wrap-product-show .product-feature .text ul li:nth-child(2):after,
.wrap-product-show .product-feature .text ul li:nth-child(3):after,
.wrap-product-show .product-feature .text ul li:nth-child(4):after{
	transform: rotateY(180deg)  translateY(-50%);
		top: 50%;
	
} */
.wrap-product-show .product-feature .text ul li:nth-child(5):after,
.wrap-product-show .product-feature .text ul li:nth-child(10):after{
display: none;	
}
.wrap-product-show .product-feature .text ul li:last-child:after{
display: none;	
}
.wrap-product-show .product-feature .text{
	text-align: center;
}
@media(max-width:1199px){
	.wrap-product-show .product-feature .text ul li:nth-child(5):after{
		display: block;
	}
	.wrap-product-show .product-feature .text ul li:nth-child(3n+3):after{
		display: none;
	}
}
@media(max-width:767px){
	.wrap-product-show .product-feature .text ul{
		margin: 0 -15px;
	}
	.wrap-product-show .product-feature .text ul li{
		padding: 0 15px;
	}
	.wrap-product-show .product-feature .text ul li:after{
		width: 30px;
		height: 30px;
		right: -15px;
		font-size: 20px;
	}
}

.wrap-product-show .product-design .list ul li .item .title-desc h3{
	font-size: 24px;
	font-weight: bold;
	color: #d52c37;
}
.wrap-product-show .product-design .list ul li:nth-child(6n+2) .item .title-desc h3{
	color: #0364b8;
}
.wrap-product-show .product-design .list ul li:nth-child(6n+3) .item .title-desc h3{
	color: #eac34a;
}
.wrap-product-show .product-design .list ul li:nth-child(6n+4) .item .title-desc h3{
	color: #00b662;
}
.wrap-product-show .product-design .list ul li:nth-child(6n+5) .item .title-desc h3{
	color: #fd9317;
}
.wrap-product-show .product-design .list ul li:nth-child(6n+6) .item .title-desc h3{
	color: #8f53c1;
}
@media(max-width:767px){
	.wrap-product-show .product-design .list ul li .item .title-desc h3{
		font-size: 18px;
		
	}
}

.wrap-product-show .product-process .text ul
{
    font-size: 0;
	text-align: center;
    margin: 0 -20px;
}
@media (max-width: 1470px)
{
    .wrap-product-show .product-process .text ul
    {
        margin: 0 -12px;
    }
}
@media (max-width: 767px)
{
    .wrap-product-show .product-process .text ul
    {
        margin: 0 -8px;
    }
}
.wrap-product-show .product-process .text ul li
{
    font-size: 14px;

    display: inline-block;

    width: 14.28571429%;
    padding: 0 20px;

    vertical-align: top;
}
@media (max-width: 1470px)
{
    .wrap-product-show .product-process .text ul li
    {
        padding: 0 12px;
    }
}
@media (max-width: 1199px)
{
    .wrap-product-show .product-process .text ul li
    {
        width: 25%;
    }
}
@media (max-width: 767px)
{
    .wrap-product-show .product-process .text ul li
    {
        width: 33.33333333%;
        padding: 0 8px;
    }
}
.wrap-product-show .product-process .text ul li:nth-child(6n + 2) .item
{
    border-color: #0364b8;
}
.wrap-product-show .product-process .text ul li:nth-child(6n + 2) .item:after
{
    border-color: transparent transparent transparent #0364b8;
}
.wrap-product-show .product-process .text ul li:nth-child(6n + 2) .item .number
{
    background-color: #0364b8;
}
.wrap-product-show .product-process .text ul li:nth-child(6n + 3) .item
{
    border-color: #eac34a;
}
.wrap-product-show .product-process .text ul li:nth-child(6n + 3) .item:after
{
    border-color: transparent transparent transparent #eac34a;
}
.wrap-product-show .product-process .text ul li:nth-child(6n + 3) .item .number
{
    background-color: #eac34a;
}
.wrap-product-show .product-process .text ul li:nth-child(6n + 4) .item
{
    border-color: #00b662;
}
.wrap-product-show .product-process .text ul li:nth-child(6n + 4) .item:after
{
    border-color: transparent transparent transparent #00b662;
}
.wrap-product-show .product-process .text ul li:nth-child(6n + 4) .item .number
{
    background-color: #00b662;
}
.wrap-product-show .product-process .text ul li:nth-child(6n + 5) .item
{
    border-color: #fd9317;
}
.wrap-product-show .product-process .text ul li:nth-child(6n + 5) .item:after
{
    border-color: transparent transparent transparent #fd9317;
}
.wrap-product-show .product-process .text ul li:nth-child(6n + 5) .item .number
{
    background-color: #fd9317;
}
.wrap-product-show .product-process .text ul li:nth-child(6n + 6) .item
{
    border-color: #8f53c1;
}
.wrap-product-show .product-process .text ul li:nth-child(6n + 6) .item:after
{
    border-color: transparent transparent transparent #8f53c1;
}
.wrap-product-show .product-process .text ul li:nth-child(6n + 6) .item .number
{
    background-color: #8f53c1;
}
.wrap-product-show .product-process .text ul li:last-child .item:after
{
    display: none;
}
.wrap-product-show .product-process .text .item
{
    position: relative;

    margin-top: 20px;

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

    border: 10px solid #d52c37;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	display: flex;
	align-items: center;
}
@media (max-width: 767px)
{
    .wrap-product-show .product-process .text .item
    {
        border-width: 6px;
    }
}
.wrap-product-show .product-process .text .item:before
{
    position: absolute;
    z-index: 3;
    top: -10px;
    left: -10px;

    display: block;

    width: -webkit-calc(100% + 20px);
    width:         calc(100% + 20px);
    height: -webkit-calc(100% + 20px);
    height:         calc(100% + 20px);

    content: '';

    border-radius: 20px;
    box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, .5);
}
@media (max-width: 991px)
{
    .wrap-product-show .product-process .text .item:before
    {
        top: -6px;
        left: -6px;

        width: -webkit-calc(100% + 12px);
        width:         calc(100% + 12px);
        height: -webkit-calc(100% + 12px);
        height:         calc(100% + 12px);
    }
}
.wrap-product-show .product-process .text .item:after
{
    position: absolute;
    top: 50%;
    right: -26px;

    display: block;

    width: 0;
    height: 0;

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

    border-width: 10px 0 10px 16px;
    border-style: solid;
    border-color: transparent transparent transparent #d52c37;
}
@media (max-width: 767px)
{
    .wrap-product-show .product-process .text .item:after
    {
        right: -20px;
    }
}
.wrap-product-show .product-process .text .item .number
{
    font-size: 16px;

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

    width: 60px;
    height: 30px;

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

    color: #fff;
    border-radius: 0 0 30px 30px;
    background-color: #d52c37;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 767px)
{
    .wrap-product-show .product-process .text .item .number
    {
        top: -6px;
    }
}
.wrap-product-show .product-process .text .item .note
{
    position: relative;
	padding: 30px 0 20px;
	width: 100%;
    /* padding-bottom: 86%; */
}

.wrap-product-show .product-process .text .item .note p
{
    font-size: 16px;
    line-height: 24px;

    /* position: absolute; */
    /* top: 55%; */

    width: 100%;
    margin: 0;
    padding: 0 15px;

    /* -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); */
}
@media (max-width: 1470px)
{
    .wrap-product-show .product-process .text .item .note p
    {
        font-size: 14px;

        padding: 0 6px;
    }
}
@media (max-width: 767px)
{
    .wrap-product-show .product-process .text .item .note p
    {
        font-size: 13px;
        line-height: 20px;
    }
}
.wrap-product-show .product-process .text .item:hover
{
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
}
.banner .item-video
{
    position: relative;
}
/* @media (max-width: 1199px)
{
    .banner .item-video
    {
        display: none;
    }
} */
.banner .item-video:before
{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    background-color: rgba(0, 0, 0, .5);
}
.banner .video-text
{
    position: absolute;
    z-index: 3;
    top: 50%;

    width: 100%;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;
}
.banner .video-text img
{
    display: inline-block;

    max-width: 1000px;
}
.banner .video-text p
{
    font-size: 30px;
    line-height: 1.5;

    margin: 30px 0 0 0;

    color: #fff;
}

/* .wrap-product-show .product-parameter .text tr:nth-child(1){
	font-weight: bold;
	color: #ffffff;
} */
.wrap-product-show .product-parameter .text tr:nth-child(1) td:nth-child(3n+1){
	background-color: #ff747d;
}
.wrap-product-show .product-parameter .text tr:nth-child(1) td:nth-child(3n+2){
	background-color: #f5d87b;
}
.wrap-product-show .product-parameter .text tr:nth-child(1) td:nth-child(3n+3){
	background-color: #69a9e1;
}

.title-service
{
    text-align: center;
}
.title-service h3
{
    font-size: 32px;
    line-height: 1.4;

    margin: 0;
}
@media (max-width: 1199px)
{
    .title-service h3
    {
        font-size: 26px;
    }
}
@media (max-width: 991px)
{
    .title-service h3
    {
        font-size: 22px;
    }
}
.title-service p
{
    font-size: 16px;
    line-height: 24px;

    margin: 0;
}
@media (max-width: 767px)
{
    .title-service p
    {
        font-size: 14px;
    }
}
.open-login
{
    display: none;

    max-width: 780px;
    padding: 70px 3%;
}
.wrap-service .service-tel
{
    margin-top: 40px;

    text-align: center;
}
@media (max-width: 1199px)
{
    .wrap-service .service-tel
    {
        text-align: left;
    }
}
.wrap-service .service-tel ul
{
    margin: 0 -60px;
}
@media (max-width: 1199px)
{
    .wrap-service .service-tel ul
    {
        margin: 0 -10px;
    }
}
.wrap-service .service-tel ul li
{
    display: inline-block;

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

    vertical-align: top;
}
@media (max-width: 1199px)
{
    .wrap-service .service-tel ul li
    {
        padding: 0 10px;
    }
}
.wrap-service .service-tel .item
{
    font-size: 0;
}
.wrap-service .service-tel .item .icon,
.wrap-service .service-tel .item .note
{
    font-size: 14px;

    display: inline-block;

    text-align: left;
    vertical-align: middle;
}
.wrap-service .service-tel .item .icon
{
    font-size: 30px;
    line-height: 60px;

    display: inline-block;

    width: 60px;
    height: 60px;

    text-align: center;

    color: #acacac;
    border-radius: 50%;
    background-color: #ebedee;
}
.wrap-service .service-tel .item .note
{
    position: relative;

    width: -webkit-calc(100% - 60px);
    width:         calc(100% - 60px);
    padding-left: 80px;
}
@media (max-width: 767px)
{
    .wrap-service .service-tel .item .note
    {
        padding-left: 20px;
    }
}
.wrap-service .service-tel .item .note:before
{
    position: absolute;
    top: 50%;
    left: 40px;

    display: inline-block;

    width: 1px;
    height: 36px;

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

    background-color: #bfbfbf;
}
@media (max-width: 767px)
{
    .wrap-service .service-tel .item .note:before
    {
        left: 10px;
    }
}
.wrap-service .service-tel .item .note h3
{
    font-size: 20px;
    line-height: 30px;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-service .service-tel .item .note h3
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .wrap-service .service-tel .item .note h3
    {
        font-size: 16px;
    }
}
.wrap-service .service-tel .item .note p
{
    font-size: 22px;
    line-height: 30px;

    margin: 4px 0 0 0;
}
@media (max-width: 991px)
{
    .wrap-service .service-tel .item .note p
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-service .service-tel .item .note p
    {
        font-size: 18px;
    }
}
.wrap-service .service-tel .item:hover .icon
{
    color: #d52c37;
    background-color: #f4e4e6;
}
.wrap-service .accessories
{
    margin-top: 60px;
}
.wrap-service .accessories .list
{
    margin-top: 20px;
}
.wrap-service .accessories .list ul
{
    font-size: 0;

    margin: 0 -15px;
}
.wrap-service .accessories .list ul li
{
    font-size: 14px;

    display: inline-block;

    width: 35.4%;
    margin-top: 20px;
    padding: 0 15px;

    vertical-align: top;
}
@media (max-width: 767px)
{
    .wrap-service .accessories .list ul li
    {
        width: 100%;
    }
}
.wrap-service .accessories .list ul li:nth-child(2)
{
    width: 64.6%;
}
@media (max-width: 767px)
{
    .wrap-service .accessories .list ul li:nth-child(2)
    {
        width: 100%;
    }
}
.wrap-service .accessories .list ul li:nth-child(2) .item .img-box
{
    padding-bottom: 53.33333333%;
}
.wrap-service .accessories .list .item
{
    position: relative;

    overflow: hidden;
}
.wrap-service .accessories .list .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-service .accessories .list .item .mask
{
    position: absolute;
    z-index: 2;
    top: 30px;
    left: 30px;

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

    color: #fff;
    background-color: rgba(0, 0, 0, .5);
}
@media (max-width: 1199px)
{
    .wrap-service .accessories .list .item .mask
    {
        top: 10px;
        left: 10px;

        width: -webkit-calc(100% - 20px);
        width:         calc(100% - 20px);
        height: -webkit-calc(100% - 20px);
        height:         calc(100% - 20px);
        padding: 10px;
    }
}
.wrap-service .accessories .list .item .mask p
{
    font-size: 16px;
    line-height: 1.875;

    margin: 0;
}
@media (max-width: 1199px)
{
    .wrap-service .accessories .list .item .mask p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.wrap-service .accessories .list .item .link
{
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;

    color: #fff;
}
.wrap-service .accessories .list .item .link a
{
    font-size: 16px;
    line-height: 100px;

    display: inline-block;

    width: 300px;

    text-align: center;

    background-color: rgba(0, 0, 0, .5);
}
@media (max-width: 1470px)
{
    .wrap-service .accessories .list .item .link a
    {
        line-height: 80px;

        width: 200px;
    }
}
@media (max-width: 1199px)
{
    .wrap-service .accessories .list .item .link a
    {
        line-height: 60px;

        width: 150px;
    }
}
.wrap-service .accessories .list .item .link a:hover
{
    text-decoration: underline;
}
.wrap-service .accessories .list .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-service-information
{
    background: url(../images/information_bg.jpg) no-repeat center;
    background-size: cover;
}
@media (min-width: 1200px)
{
    .wrap-service-information
    {
        background-attachment: fixed;
    }
}
.wrap-service-information .title-service
{
    color: #fff;
}
.wrap-service-information .service-information
{
    font-size: 0;

    margin-top: 50px;
}
@media (max-width: 991px)
{
    .wrap-service-information .service-information
    {
        margin-top: 30px;
    }
}
.wrap-service-information .service-information .information-nav,
.wrap-service-information .service-information .information-info
{
    font-size: 14px;

    display: inline-block;

    vertical-align: top;
}
.wrap-service-information .service-information .information-nav
{
    width: 280px;
}
@media (max-width: 991px)
{
    .wrap-service-information .service-information .information-nav
    {
        width: 220px;
    }
}
@media (max-width: 767px)
{
    .wrap-service-information .service-information .information-nav
    {
        width: 100%;
    }
}
.wrap-service-information .service-information .information-nav ul li
{
    margin-bottom: 10px;
}
@media (max-width: 767px)
{
    .wrap-service-information .service-information .information-nav ul li
    {
        display: inline-block;

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

    display: block;

    padding: 10px 20px;

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

    background-color: #fff;
}
@media (max-width: 1470px)
{
    .wrap-service-information .service-information .information-nav ul li a
    {
        font-size: 18px;
        line-height: 24px;
    }
}
@media (max-width: 767px)
{
    .wrap-service-information .service-information .information-nav ul li a
    {
        font-size: 15px;

        padding: 5px 10px;
    }
}
.wrap-service-information .service-information .information-nav ul li.active a
{
    color: #fff;
    background-color: #d52c37;
}
.wrap-service-information .service-information .information-info
{
    width: -webkit-calc(100% - 280px);
    width:         calc(100% - 280px);
    padding-left: 30px;
}
@media (max-width: 991px)
{
    .wrap-service-information .service-information .information-info
    {
        width: -webkit-calc(100% - 220px);
        width:         calc(100% - 220px);
        padding-left: 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-service-information .service-information .information-info
    {
        width: 100%;
        padding-left: 0;
    }
}
.wrap-service-information .service-information .information-info ul
{
    margin: 0 -10px;
}
.wrap-service-information .service-information .information-info ul li
{
    padding: 0 10px;
}
.wrap-service-information .service-information .information-info .item
{
    margin-bottom: 20px;
}
.wrap-service-information .service-information .information-info .item .pic
{
    position: relative;
}
.wrap-service-information .service-information .information-info .item .pic .img-box
{
    padding-bottom: 76.92307692%;
}
.wrap-service-information .service-information .information-info .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-service-information .service-information .information-info .item .pic .down
{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

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

    width: 100%;
    height: 100%;

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

    opacity: 0;
    color: #fff;
    background-color: rgba(0, 0, 0, .6);

    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.wrap-service-information .service-information .information-info .item .pic .down .icon
{
    font-size: 50px;
}
.wrap-service-information .service-information .information-info .item .note h3
{
    font-size: 16px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

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

    color: #fff;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px)
{
    .wrap-service-information .service-information .information-info .item .note h3
    {
        font-size: 14px;
        line-height: 24px;

        height: 24px;
    }
}
.wrap-service-information .service-information .information-info .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-service-information .service-information .information-info .item:hover .pic .down
{
    opacity: 1;
}
.wrap-service-videos .videos .slick-videos
{
    margin: 0 -15px;
}
@media (max-width: 767px)
{
    .wrap-service-videos .videos .slick-videos
    {
        margin: 0 -5px;
    }
}
.wrap-service-videos .videos .slick-slide
{
    padding: 0 15px;
}
@media (max-width: 767px)
{
    .wrap-service-videos .videos .slick-slide
    {
        padding: 0 5px;
    }
}
.wrap-service-videos .videos .item
{
    overflow: hidden;

    margin-top: 40px;

    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 767px)
{
    .wrap-service-videos .videos .item
    {
        margin-top: 10px;
    }
}
.wrap-service-videos .videos .item .img-box
{
    padding-bottom: 53.33333333%;

    opacity: .8;
}
.wrap-service-videos .videos .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-service-videos .videos .item .pic
{
    position: relative;

    background-color: #000;
}
.wrap-service-videos .videos .item .pic .play
{
    font-size: 40px;

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

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

    color: #fff;
}
.wrap-service-videos .videos .item .pic .play:before
{
    font-family: 'iconfont' !important;

    content: '\e624';
}
.wrap-service-videos .videos .item .pic .play:hover
{
    color: #d52c37;
}
.wrap-service-videos .videos .item .note
{
    padding: 15px 30px;
}
@media (max-width: 991px)
{
    .wrap-service-videos .videos .item .note
    {
        padding: 10px;
    }
}
.wrap-service-videos .videos .item .note h3
{
    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: 1199px)
{
    .wrap-service-videos .videos .item .note h3
    {
        font-size: 18px;
    }
}
@media (max-width: 991px)
{
    .wrap-service-videos .videos .item .note h3
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .wrap-service-videos .videos .item .note h3
    {
        font-size: 14px;
        line-height: 24px;

        height: 24px;
    }
}
.wrap-service-videos .videos .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-service-videos .videos .item:hover .note h3
{
    color: #d52c37;
}
.wrap-service-aftersales
{
    background: url(../images/aftersales_bg.jpg) no-repeat center;
    background-size: cover;
}
@media (min-width: 1200px)
{
    .wrap-service-aftersales
    {
        background-attachment: fixed;
    }
}
.wrap-service-aftersales .title-service
{
    color: #fff;
}
.wrap-service-aftersales .aftersales .item
{
    display: block;

    margin-top: 40px;

    text-align: center;
}
.wrap-service-aftersales .aftersales .item .pic .img-box
{
    padding-bottom: 133.33333333%;
}
.wrap-service-aftersales .aftersales .item .note
{
    position: relative;
    z-index: 2;

    width: 90%;
    margin: 0 auto;
    margin-top: -40px;
    padding: 0 10px;

    border-radius: 5px;
    background: #fff;
}
@media (max-width: 991px)
{
    .wrap-service-aftersales .aftersales .item .note
    {
        margin-top: -25px;
    }
}
.wrap-service-aftersales .aftersales .item .note h3
{
    font-size: 20px;
    line-height: 80px;

    display: -webkit-box;
    overflow: hidden;

    height: 80px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .wrap-service-aftersales .aftersales .item .note h3
    {
        font-size: 18px;
        line-height: 50px;

        height: 50px;
    }
}
@media (max-width: 767px)
{
    .wrap-service-aftersales .aftersales .item .note h3
    {
        font-size: 16px;
    }
}
.wrap-service-aftersales .more
{
    margin-top: 60px;

    text-align: center;
}
@media (max-width: 991px)
{
    .wrap-service-aftersales .more
    {
        margin-top: 30px;
    }
}
.wrap-service-aftersales .more a
{
    font-size: 16px;
    line-height: 60px;

    display: inline-block;

    padding: 0 60px;

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

    color: #fff;
    border-radius: 30px;
    background-color: #d52c37;
}
@media (max-width: 991px)
{
    .wrap-service-aftersales .more a
    {
        line-height: 50px;

        padding: 0 50px;
    }
}
.wrap-service-aftersales .more a .icon
{
    font-size: 20px;

    display: inline-block;

    vertical-align: middle;
}
.wrap-service-aftersales .more a:hover
{
    background-color: #910000;
}
.wrap-service-free .service-free
{
    margin-top: 30px;
}
.wrap-service-free .service-free ul
{
    margin: 0;
}
.wrap-service-free .service-free ul li
{
    padding: 0;
}
.wrap-service-free .service-free ul li:nth-child(2n) .item .pic
{
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
}
@media (max-width: 991px)
{
    .wrap-service-free .service-free ul li:nth-child(2n) .item .pic
    {
        -webkit-transform: translateY(0%);
            -ms-transform: translateY(0%);
                transform: translateY(0%);
    }
}
.wrap-service-free .service-free ul li:nth-child(2n) .item .note
{
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
}
@media (max-width: 991px)
{
    .wrap-service-free .service-free ul li:nth-child(2n) .item .note
    {
        -webkit-transform: translateY(0%);
            -ms-transform: translateY(0%);
                transform: translateY(0%);
    }
}
.wrap-service-free .service-free ul li:nth-child(2n) .item .note:before
{
    top: auto;
    bottom: -26px;

    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
}
.wrap-service-free .service-free .item
{
    -webkit-transition: all .2s;
            transition: all .2s;

    background-color: #fff;
}
.wrap-service-free .service-free .item .pic .img-box
{
    padding-bottom: 78.72340426%;
}
.wrap-service-free .service-free .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-service-free .service-free .item .note
{
    position: relative;

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

    padding: 0 8%;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
}
.wrap-service-free .service-free .item .note:before
{
    position: absolute;
    z-index: 2;
    top: -25px;
    left: 50%;

    display: block;

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

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

    border-width: 0 20px 26px 20px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
}
@media (max-width: 991px)
{
    .wrap-service-free .service-free .item .note:before
    {
        display: none;
    }
}
.wrap-service-free .service-free .item .note h3
{
    font-size: 22px;
    line-height: 30px;

    margin-top: 0;
}
@media (max-width: 1470px)
{
    .wrap-service-free .service-free .item .note h3
    {
        font-size: 20px;
    }
}
@media (max-width: 991px)
{
    .wrap-service-free .service-free .item .note h3
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .wrap-service-free .service-free .item .note h3
    {
        font-size: 16px;
    }
}
.wrap-service-free .service-free .item .note p
{
    font-size: 16px;
    line-height: 30px;

    margin: 0;
}
@media (max-width: 1470px)
{
    .wrap-service-free .service-free .item .note p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
@media (max-width: 991px)
{
    .wrap-service-free .service-free .item
    {
        font-size: 0;

        margin: 10px 0;
    }
    .wrap-service-free .service-free .item .pic,
    .wrap-service-free .service-free .item .note
    {
        font-size: 14px;

        display: inline-block;

        vertical-align: middle;
    }
    .wrap-service-free .service-free .item .pic
    {
        width: 40%;
    }
    .wrap-service-free .service-free .item .note
    {
        width: 60%;
        padding: 30px;
    }
}
@media (max-width: 991px) and (max-width: 767px)
{
    .wrap-service-free .service-free .item .pic
    {
        width: 100%;
    }
}
@media (max-width: 991px) and (max-width: 767px)
{
    .wrap-service-free .service-free .item .note
    {
        width: 100%;
        padding: 20px 14px;
    }
}
.wrap-service-free .service-free .item:hover
{
    background-color: #d52c37;
}
.wrap-service-free .service-free .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-service-free .service-free .item:hover .note
{
    color: #fff;
}
.wrap-service-free .service-free .item:hover .note:before
{
    border-color: transparent transparent #d52c37 transparent;
}
.wrap-sinformation .sinformation-search
{
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .wrap-sinformation .sinformation-search
    {
        margin-top: 14px;
    }
}
.wrap-sinformation .sinformation-search ul
{
    font-size: 0;

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

    display: inline-block;

    width: 28%;
    margin-top: 10px;
    padding: 0 15px;

    vertical-align: top;
}
.wrap-sinformation .sinformation-search ul li:nth-child(4)
{
    width: 16%;
}
@media (max-width: 767px)
{
    .wrap-sinformation .sinformation-search ul li:nth-child(4)
    {
        width: 50%;
    }
}
@media (max-width: 767px)
{
    .wrap-sinformation .sinformation-search ul li
    {
        width: 50%;
        padding: 0 5px;
    }
}
.wrap-sinformation .sinformation-search input
{
    font-size: 16px;
    line-height: 30px;

    width: 100%;
    padding: 10px 24px;
}
@media (max-width: 991px)
{
    .wrap-sinformation .sinformation-search input
    {
        font-size: 14px;
    }
}
.wrap-sinformation .sinformation-search input::-webkit-input-placeholder,
.wrap-sinformation .sinformation-search textarea::-webkit-input-placeholder
{
    color: #666;
}
.wrap-sinformation .sinformation-search input:-o-placeholder,
.wrap-sinformation .sinformation-search textarea:-o-placeholder
{
    color: #666;
}
.wrap-sinformation .sinformation-search input::-moz-placeholder,
.wrap-sinformation .sinformation-search textarea::-moz-placeholder
{
    color: #666;
}
.wrap-sinformation .sinformation-search input:-ms-input-placeholder,
.wrap-sinformation .sinformation-search textarea:-ms-input-placeholder
{
    color: #666;
}
.wrap-sinformation .sinformation-search input:focus::-webkit-input-placeholder,
.wrap-sinformation .sinformation-search textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.wrap-sinformation .sinformation-search input:focus::-o-placeholder,
.wrap-sinformation .sinformation-search textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.wrap-sinformation .sinformation-search input:focus::-moz-placeholder,
.wrap-sinformation .sinformation-search textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.wrap-sinformation .sinformation-search input:focus::-ms-input-placeholder,
.wrap-sinformation .sinformation-search textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.wrap-sinformation .sinformation-search .submit
{
    font-size: 16px;

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

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

    color: #fff;
    border-radius: 0;
    background-color: #d52c37;
}
@media (max-width: 991px)
{
    .wrap-sinformation .sinformation-search .submit
    {
        font-size: 14px;
    }
}
.wrap-sinformation .sinformation-search .submit:hover
{
    background-color: #910000;
}
.wrap-sinformation .sinformation
{
    font-size: 0;

    margin-top: 70px;
}
@media (max-width: 1199px)
{
    .wrap-sinformation .sinformation
    {
        margin-top: 30px;
    }
}
.wrap-sinformation .sinformation .sinformation-info,
.wrap-sinformation .sinformation .information-nav
{
    font-size: 14px;

    display: inline-block;

    vertical-align: top;
}
.wrap-sinformation .sinformation .information-nav
{
    width: 280px;
}
@media (max-width: 1199px)
{
    .wrap-sinformation .sinformation .information-nav
    {
        width: 100%;
    }
}
.wrap-sinformation .sinformation .information-nav > ul > li
{
    margin-bottom: 10px;
}
@media (max-width: 1199px)
{
    .wrap-sinformation .sinformation .information-nav > ul > li
    {
        display: inline-block;

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

    display: block;

    padding: 10px 20px;

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

    background-color: #fff;
}
@media (max-width: 1470px)
{
    .wrap-sinformation .sinformation .information-nav > ul > li > a
    {
        font-size: 18px;
        line-height: 24px;
    }
}
@media (max-width: 1199px)
{
    .wrap-sinformation .sinformation .information-nav > ul > li > a
    {
        font-size: 15px;

        padding: 5px 10px;
    }
}
.wrap-sinformation .sinformation .information-nav > ul > li.active a,
.wrap-sinformation .sinformation .information-nav > ul > li:hover a
{
    color: #fff;
    background-color: #d52c37;
}
.wrap-sinformation .sinformation .sinformation-info
{
    width: -webkit-calc(100% - 280px);
    width:         calc(100% - 280px);
    padding-left: 40px;
}
@media (max-width: 1199px)
{
    .wrap-sinformation .sinformation .sinformation-info
    {
        width: 100%;
        margin-top: 30px;
        padding-left: 0;
    }
}
.wrap-sinformation .sinformation .sinformation-info .information-top,
.wrap-sinformation .sinformation .sinformation-info .information-list
{
    font-size: 0;
}
.wrap-sinformation .sinformation .sinformation-info .information-top h4,
.wrap-sinformation .sinformation .sinformation-info .information-list h4,
.wrap-sinformation .sinformation .sinformation-info .information-top p,
.wrap-sinformation .sinformation .sinformation-info .information-list p
{
    font-size: 14px;

    display: inline-block;

    width: 20%;

    text-align: center;
    vertical-align: middle;
}
.wrap-sinformation .sinformation .sinformation-info .information-top
{
    padding-bottom: 10px;

    border-bottom: 1px solid #dfdfdf;
}
.wrap-sinformation .sinformation .sinformation-info .information-top h4
{
    font-size: 22px;
    line-height: 30px;

    margin: 0;
}
@media (max-width: 1470px)
{
    .wrap-sinformation .sinformation .sinformation-info .information-top h4
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .wrap-sinformation .sinformation .sinformation-info .information-top h4
    {
        font-size: 14px;
    }
}
.wrap-sinformation .sinformation .sinformation-info .information-list
{
    margin-top: 20px;
}
.wrap-sinformation .sinformation .sinformation-info .information-list ul li:nth-child(2n) .item
{
    background: none;
}
.wrap-sinformation .sinformation .sinformation-info .information-list .item
{
    display: block;

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

    background-color: #fff;
}
.wrap-sinformation .sinformation .sinformation-info .information-list .item p
{
    font-size: 18px;
    line-height: 30px;

    margin: 0;
    padding: 15px 10px;
}
@media (max-width: 1470px)
{
    .wrap-sinformation .sinformation .sinformation-info .information-list .item p
    {
        font-size: 16px;
    }
}
@media (max-width: 991px)
{
    .wrap-sinformation .sinformation .sinformation-info .information-list .item p
    {
        font-size: 14px;
    }
}
.wrap-sinformation .sinformation .sinformation-info .information-list .item p .icon
{
    font-size: 30px;

    height: 30px;
}
.wrap-sinformation .sinformation .sinformation-info .information-list .item:hover
{
    color: #d52c37;
}
