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

    src: url('../fonts/D-DINCondensed.eot');
    src: local('D-DIN Condensed'), local('D-DINCondensed'), url('../fonts/D-DINCondensed.eot?#iefix') format('embedded-opentype'), url('../fonts/D-DINCondensed.woff2') format('woff2'), url('../fonts/D-DINCondensed.woff') format('woff'), url('../fonts/D-DINCondensed.ttf') format('truetype'), url('../fonts/D-DINCondensed.svg#D-DINCondensed') format('svg');
    font-display: swap;
}
.textcolor {
    background-image: -webkit-linear-gradient(right, #18a7a3, #0f74e8);
    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;
}
.bgcolor {
    background: -webkit-gradient(linear, right top, left top, from(#18a7a3), to(#0f74e8));
    background: -webkit-linear-gradient(right, #18a7a3, #0f74e8);
    background: linear-gradient(right, #18a7a3, #0f74e8);
}
.fz-16 {
    font-size: 16px;
    line-height: 2.25;
}
@media (max-width: 767px) {
    .fz-16 {
        font-size: 14px;
        line-height: 24px;
    }
}
.fz-16 p {
    margin: 0;
}
.fz0 {
    font-size: 0;
}
.dib {
    font-size: 14px;

    display: inline-block;

    vertical-align: top;
}
body {
    font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Heiti SC', 'PingFang SC', 'Hiragino Sans GB', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 14px;

    color: #000;

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

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

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

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

    color: #9f9f9f;
    border: none;
    background: none;
}
.slick-arrow:before {
    font-family: 'iconfont' !important;

    display: block;

    content: '\e625';
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.slick-arrow.slick-next {
    right: -5%;
    left: auto;
}
@media (max-width: 767px) {
    .slick-arrow.slick-next {
        right: -10px;
    }
}
.slick-arrow.slick-next:before {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.slick-arrow:hover {
    color: #d90200;
}
.slick-dots {
    text-align: center;
}
.slick-dots li {
    display: inline-block;

    width: 15px;
    height: 15px;
    margin: 0 14px;

    vertical-align: top;

    border-radius: 50%;
    background-color: #d4d4d4;
}
@media (max-width: 991px) {
    .slick-dots li {
        width: 10px;
        height: 10px;
        margin: 0 6px;
    }
}
.slick-dots li button {
    display: none;
}
.slick-dots li.slick-active {
    background-color: #d90200;
}
.header {
    position: fixed;
    z-index: 10;
    top: 0;

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

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

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

    color: #fff;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1199px) {
    .header {
        position: fixed;

        height: 60px;
        padding: 0 15px;
    }
}
.header .logo {
    display: inline-block;
    float: left;

    height: 50px;

    -webkit-transition: all .4s;
    transition: all .4s;
}
@media (max-width: 1199px) {
    .header .logo {
        height: 40px;
    }
}
.header .logo a {
    display: block;

    height: 100%;
}
.header .logo .black {
    display: none;
}
.header .logo img {
    display: block;

    height: 100%;
}
.header .pc-search {
    display: inline-block;

    vertical-align: middle;
}
@media (max-width: 767px) {
    .header .pc-search {
        margin: 0;
    }
}
.header .pc-search .search-button {
    font-size: 24px;
    line-height: 46px;

    display: inline-block;
    overflow: hidden;

    width: 46px;
    height: 46px;

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

    color: #fff;
    border-radius: 50%;
    background-color: #d90200;
}
.header .pc-search .search-button:before {
    font-family: 'iconfont' !important;

    content: '\e660';
    text-align: center;
}
.header .pc-search form {
    position: absolute;
    z-index: 2;
    top: 100%;
    right: 0;

    display: block;
    display: none;
    overflow: hidden;

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

    background-color: rgba(73, 189, 27, .8);
}
@media (max-width: 1199px) {
    .header .pc-search form {
        padding: 15px 50px 15px 15px;
    }
}
.header .pc-search input {
    font-size: 16px;
    line-height: 30px;

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

    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    outline: none;
    background: none;
}
.header .pc-search input::-webkit-input-placeholder,
.header .pc-search textarea::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .5);
}
.header .pc-search input:-o-placeholder,
.header .pc-search textarea:-o-placeholder {
    color: rgba(255, 255, 255, .5);
}
.header .pc-search input::-moz-placeholder,
.header .pc-search textarea::-moz-placeholder {
    color: rgba(255, 255, 255, .5);
}
.header .pc-search input:-ms-input-placeholder,
.header .pc-search textarea:-ms-input-placeholder {
    color: rgba(255, 255, 255, .5);
}
.header .pc-search input:focus::-webkit-input-placeholder,
.header .pc-search textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}
.header .pc-search input:focus::-o-placeholder,
.header .pc-search textarea:focus::-o-placeholder {
    color: #c5c5c5;
}
.header .pc-search input:focus::-moz-placeholder,
.header .pc-search textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}
.header .pc-search input:focus::-ms-input-placeholder,
.header .pc-search textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}
.header .pc-search .close-search {
    line-height: 60px;

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

    cursor: pointer;

    color: #fff;
}
@media (max-width: 1199px) {
    .header .pc-search .close-search {
        right: 10px;
    }
}
.header .pc-search .close-search:before {
    font-family: 'iconfont' !important;
    font-size: 30px;

    display: block;

    content: '\e629';
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.header .pc-search .submit {
    font-size: 24px;
    line-height: 30px;

    position: absolute;
    top: 10px;
    right: 10%;

    width: 30px;
    padding: 0;

    text-align: center;

    color: #fff;
    outline: none;
    background: none;
    box-shadow: none;
}
@media (max-width: 1199px) {
    .header .pc-search .submit {
        right: 50px;
    }
}
.header .pc-search .submit:before {
    font-family: 'iconfont' !important;

    content: '\e660';
}
.header .tel {
    display: inline-block;

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

    color: rgba(230, 0, 0, .8);
}
@media (max-width: 1350px) {
    .header .tel {
        margin-left: 20px;
    }
}
@media (max-width: 767px) {
    .header .tel {
        margin-left: 10px;
    }
}
.header .tel p {
    font-family: 'D-DIN Condensed';
    font-size: 36px;
    font-weight: bold;
    line-height: 30px;

    margin: 0;

    -webkit-transition: all .4s;
    transition: all .4s;
}
@media (max-width: 1350px) {
    .header .tel p {
        font-size: 30px;
    }
}
@media (max-width: 1199px) {
    .header .tel p {
        font-size: 0;
        line-height: 60px;

        height: 60px;
    }
}
.header .tel p a:before {
    font-family: 'iconfont' !important;
    font-size: 20px;
    font-weight: normal;
    line-height: 32px;

    display: inline-block;

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

    content: '\e61c';
    text-align: center;
    vertical-align: middle;

    color: #fff;
    border-radius: 50%;
    background-color: #d90200;
}
@media (max-width: 1199px) {
    .header .tel p a:before {
        line-height: 36px;

        width: 36px;
        height: 36px;
    }
}
.header .header-menu {
    line-height: 36px;

    position: relative;

    display: none;

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

    cursor: pointer;
    text-align: center;

    border-radius: 50%;
    background: none;
    background-color: #e70012;
}
@media (max-width: 1199px) {
    .header .header-menu {
        display: inline-block;

        vertical-align: middle;
    }
    .header .header-menu.header-menu-1 {
        position: absolute;
        z-index: 9999;
        top: 12px;
        right: 15px;

        display: block;

        border: none;
    }
    .header .header-menu.header-menu-1 .btn-line {
        background-color: #fff !important;
    }
}
@media (max-width: 767px) {
    .header .header-menu {
        margin-left: 6px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header .header-menu.header-menu-xs:hover .btn-line {
        background-color: #000;
    }
}
.header .header-menu .btn-line {
    position: absolute;
    left: 50%;

    width: 20px;
    height: 2px;

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

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

    display: block;

    width: 20px;
    height: 2px;

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

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

    opacity: 0;
}
.header .header-menu.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 .header-menu.active .btn-line:nth-child(3) {
    top: 50%;
    left: 50%;

    -webkit-transform: translateX(-50%) rotateZ(-45deg);
    -ms-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotateZ(-45deg);
}
@media (min-width: 1200px) {
    .header .menu {
        display: inline-block;

        -webkit-transition: all .4s;
        transition: all .4s;
        vertical-align: middle;
    }
    .header .menu .logo {
        display: none;
    }
}
@media (max-width: 1199px) {
    .header .menu {
        position: fixed;
        z-index: 9998;
        top: 0;
        left: 0;

        display: none;

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

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

        color: #666;
        background: #fff;
    }
    .header .menu .logo {
        display: block;
        float: left;

        margin-top: 10px;
        padding-left: 0;
    }
    .header .menu .tbl {
        display: table;

        width: 100%;
        height: 90%;
        padding-top: 30%;
    }
    .header .menu .tbl-cell {
        display: table-cell;

        height: 100%;

        vertical-align: top;
    }
}
@media (min-width: 1200px) {
    .header .menu .menu-list1 {
        text-align: center;
    }
    .header .menu .menu-list1>li {
        display: inline-block;

        vertical-align: top;
    }
    .header .menu .menu-list1>li>a {
        font-size: 20px;
        line-height: 110px;

        position: relative;

        display: inline-block;

        padding: 0 24px;

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

        color: #fff;
    }
    .header .menu .menu-list1>li>a:after {
        position: absolute;
        bottom: 0;
        left: 50%;

        display: block;

        width: 0;
        height: 0;

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

        opacity: 0;
        border-width: 0 6px 12px 6px;
        border-style: solid;
        border-color: transparent transparent #fff transparent;
    }
    .header .menu .menu-list1>li:hover>a:after {
        opacity: 1;
    }
    .header .menu .menu-list1 .menu-list2 {
        font-size: 0;

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

        display: none;
        overflow: hidden;

        width: 100%;
        padding: 50px 0;

        background-color: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    }
    .header .menu .menu-list1 .menu-list2 .title-menu,
    .header .menu .menu-list1 .menu-list2 .menu-lnav {
        font-size: 14px;

        display: inline-block;

        vertical-align: top;
    }
    .header .menu .menu-list1 .menu-list2 .title-menu {
        width: 30%;
        padding-right: 5%;
        padding-bottom: 80px;

        text-align: right;

        color: #333;
    }
    .header .menu .menu-list1 .menu-list2 .title-menu .tt {
        display: inline-block;

        text-align: left;
    }
    .header .menu .menu-list1 .menu-list2 .title-menu h2 {
        font-size: 36px;
        line-height: 1.4;

        margin: 0;
    }
    .header .menu .menu-list1 .menu-list2 .title-menu h2:after {
        display: block;

        width: 66px;
        height: 2px;
        margin: 10px 0;

        content: '';

        background-color: #d90200;
    }
    .header .menu .menu-list1 .menu-list2 .title-menu h3 {
        font-size: 24px;
        line-height: 1.4;

        margin: 0;

        text-transform: uppercase;

        color: #d90200;
    }
    .header .menu .menu-list1 .menu-list2 .menu-lnav {
        font-size: 0;

        width: 70%;
        padding-left: 3%;

        text-align: left;

        color: #777;
        border-left: 1px solid #e8e8e8;
    }
    .header .menu .menu-list1 .menu-list2 .menu-lnav ul,
    .header .menu .menu-list1 .menu-list2 .menu-lnav .nav-img {
        font-size: 14px;

        display: inline-block;

        vertical-align: top;
    }
    .header .menu .menu-list1 .menu-list2 .menu-lnav ul {
        font-size: 0;

        width: 55%;
    }
    .header .menu .menu-list1 .menu-list2 .menu-lnav ul li {
        display: inline-block;

        min-width: 33.33333333%;
        padding: 10px;

        vertical-align: top;
    }
    .header .menu .menu-list1 .menu-list2 .menu-lnav ul li a {
        font-size: 18px;
        line-height: 30px;

        display: block;

        padding: 15px 10px;
    }
    .header .menu .menu-list1 .menu-list2 .menu-lnav ul li.active a,
    .header .menu .menu-list1 .menu-list2 .menu-lnav ul li:hover a {
        color: #d90200;
    }
    .header .menu .menu-list1 .menu-list2 .menu-lnav .nav-img {
        width: 45%;
    }
    .header .menu .menu-list1 .menu-list2 .menu-lnav .nav-img .ibox {
        padding-bottom: 62.5%;
    }
}
@media (min-width: 1200px) and (max-width: 1660px) {
    .header .menu .menu-list1>li>a {
        padding: 0 20px;
    }
}
@media (min-width: 1200px) and (max-width: 1470px) {
    .header .menu .menu-list1>li>a {
        font-size: 18px;
    }
}
@media (min-width: 1200px) and (max-width: 1350px) {
    .header .menu .menu-list1>li>a {
        padding: 0 16px;
    }
}
@media (min-width: 1200px) and (max-width: 1470px) {
    .header .menu .menu-list1 .menu-list2 .title-menu h2 {
        font-size: 30px;
    }
}
@media (min-width: 1200px) and (max-width: 1470px) {
    .header .menu .menu-list1 .menu-list2 .title-menu h3 {
        font-size: 20px;
    }
}
@media (min-width: 1200px) and (max-width: 1470px) {
    .header .menu .menu-list1 .menu-list2 .menu-lnav {
        padding-right: 0;
    }
}
@media (min-width: 1200px) and (max-width: 1199px) {
    .header .menu .menu-list1 .menu-list2 .menu-lnav {
        padding-left: 0;

        color: #fff;
    }
}
@media (min-width: 1200px) and (max-width: 1470px) {
    .header .menu .menu-list1 .menu-list2 .menu-lnav ul li a {
        font-size: 16px;
    }
}
@media (max-width: 1199px) {
    .header .menu .menu-list1 {
        overflow-y: auto;

        height: 100%;

        text-align: left;
    }
    .header .menu .menu-list1>li {
        position: relative;

        margin: 10px 0;
    }
    .header .menu .menu-list1>li>a {
        font-size: 16px;
        line-height: 30px;

        display: block;

        padding: 4px 0;

        text-transform: uppercase;
    }
    .header .menu .menu-list1 .open-menu {
        font-size: 20px;
        line-height: 30px;

        position: absolute;
        top: 0;
        right: 0;
    }
    .header .menu .menu-list1 .open-menu:after {
        font-family: 'iconfont' !important;

        content: '\e629';
    }
    .header .menu .menu-list1 .current .open-menu:after {
        font-family: 'iconfont' !important;

        content: '\e628';
    }
    .header .menu .menu-list1 .menu-list2 {
        display: none;
    }
    .header .menu .menu-list1 .menu-list2 li .icon {
        display: none;
    }
    .header .menu .menu-list1 .menu-list2 li>a {
        font-size: 14px;
        line-height: 30px;

        display: block;

        text-transform: uppercase;

        color: #666;
    }
    .header .menu .menu-list1 .menu-list2 li>a:before {
        margin-right: 4px;

        content: '-';
    }
    .header .menu .menu-list1 .menu-list2 .menu-list3>li {
        display: inline-block;

        vertical-align: top;
    }
    .header .menu .menu-list1 .menu-list2 .menu-list3>li a {
        line-height: 24px;

        padding: 0 4px;

        color: #999;
    }
    .header .menu .menu-list1 .menu-list2 .menu-list3>li a:before {
        font-weight: bold;

        content: '·';
    }
}
@media (max-width: 1199px) and (max-width: 1199px) {
    .header .menu .menu-list1 img,
    .header .menu .menu-list1 .menu-icon {
        display: none;
    }
    .header .menu .menu-list1 p {
        display: inline-block;
    }
    .header .menu .menu-list1 .menu-list2 {
        overflow: hidden;
    }
    .header .menu .menu-list1 .nlist {
        margin: 0 -10px;
    }
    .header .menu .menu-list1 .nlist li {
        display: inline-block;

        width: auto;

        vertical-align: top;
    }
    .header .menu .menu-list1 .nlist li a {
        font-size: 15px;
        line-height: 30px;

        padding: 0 10px;

        color: #666;
    }
    .header .menu .menu-list1 .nlist li a:before {
        margin-right: 4px;

        content: '-';
    }
    .header .menu .menu-list1 .title-menu {
        display: none;
    }
    .header .menu .menu-list1 .nav-img {
        display: none;
    }
    .header .menu .menu-list1 .menu-sort {
        overflow: hidden;
    }
    .header .menu .menu-list1 .menu-sort ul {
        margin: 0 -10px;
    }
    .header .menu .menu-list1 .menu-sort li {
        display: inline-block;

        width: auto;

        vertical-align: top;
    }
    .header .menu .menu-list1 .menu-sort li a {
        font-size: 15px;
        line-height: 30px;

        margin-right: 10px;
        padding: 0;

        text-transform: uppercase;

        color: #999;
    }
    .header .menu .menu-list1 .menu-sort li a:before {
        margin-right: 4px;

        content: '-';
    }
    .header .menu .menu-list1 .menu-product {
        display: none;
    }
}
.header .back-btn {
    position: absolute;
    left: 15px;
}
.header.fixed-header,
.header.inner-header {
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.header.fixed-header .logo .white,
.header.inner-header .logo .white {
    display: none;
}
.header.fixed-header .logo .black,
.header.inner-header .logo .black {
    display: inline-block;
}
.header.fixed-header .menu .menu-list1>li>a,
.header.inner-header .menu .menu-list1>li>a {
    color: #333;
}
.header.fixed-header .menu .menu-list1>li.active>a,
.header.inner-header .menu .menu-list1>li.active>a,
.header.fixed-header .menu .menu-list1>li:hover>a,
.header.inner-header .menu .menu-list1>li:hover>a {
    color: #d90200;
}
.header.fixed-header .menu .menu-list1>li:hover>a:after,
.header.inner-header .menu .menu-list1>li:hover>a:after {
    border-color: transparent transparent #d90200 transparent;
}
.header.fixed-header {
    background-color: #fff;
}
.header.fixed-header:hover {
    background-color: #fff;
}
.bodyblack .logo .white {
    display: none;
}
.bodyblack .logo .black {
    display: inline-block;
}
.bodyblack .header .menu .menu-list1>li>a {
    color: #333;
}
.bodyblack .banner .slick-arrow {
    color: #333;
}
.bodyblack .banner .slick-dots li {
    background-color: #666;
}
.bodyblack .banner .slick-dots li.slick-active {
    background-color: #d90200;
}
.customer-service {
    position: fixed;
    z-index: 9;
    top: 50%;
    right: 0;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.customer-service ul li {
    margin: 2px 0;
}
.customer-service a {
    position: relative;

    display: block;

    color: #fff;
}
.customer-service a .icon {
    font-size: 30px;
    line-height: 50px;

    position: relative;
    z-index: 3;

    display: block;

    width: 50px;
    height: 50px;

    text-align: center;

    border-radius: 6px;
    background-color: #d90200;
}
@media (max-width: 1470px) {
    .customer-service a .icon {
        line-height: 50px;

        width: 50px;
        height: 50px;
    }
}
.customer-service a .icon img {
    width: 30px;
    margin: 0 auto;
}
.customer-service a p {
    font-size: 16px;
    line-height: 30px;

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

    margin: 0;
    padding: 10px;

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

    background-color: #d90200;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.customer-service a:hover p {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}
.customer-service .service-wechat p {
    background-color: #d90200;
}
.xs-customer-service {
    position: fixed;
    z-index: 9;
    bottom: 0;

    width: 100%;

    text-align: center;

    background-color: #d90200;
}
.xs-customer-service ul {
    font-size: 0;
}
.xs-customer-service ul li {
    display: inline-block;

    width: 33.33333333%;

    vertical-align: top;
}
.xs-customer-service a {
    display: block;

    padding: 4px;

    color: #fff;
}
.xs-customer-service a .icon {
    font-size: 24px;
    line-height: 1;

    display: block;
}
.xs-customer-service a span {
    font-size: 12px;
    line-height: 1.5;

    display: block;
}
.banner {
    font-size: 0;

    position: relative;

    clear: both;
    overflow: hidden;

    width: 100%;
    /* max-height: 900px; */
}
@media (max-width: 480px) {
    .banner {
        max-height: 310px;
    }
}
@media (max-width: 991px) {
    .banner .banner-carousel {
        width: 160%;
        max-width: 160%;
        margin-left: -30%;
    }
}

@media (min-width: 1200px) {
    .banner .imgbig img {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
    }
}
@media (max-width: 1199px) {
    .banner .imgbig img {
        width: 100%;
    }
}
.banner .slick-dots {
    font-size: 0;

    position: absolute;
    z-index: 9;
    bottom: 60px;

    width: 100%;
    height: 10px;

    text-align: center;
}
@media (max-width: 991px) {
    .banner .slick-dots {
        bottom: 20px;
    }
}
.banner .slick-dots>li {
    position: relative;

    display: inline-block;

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

    vertical-align: middle;

    opacity: .5;
    border-radius: 50%;
    background-color: #fff;
}
.banner .slick-dots .slick-active {
    opacity: 1;
    background-color: #d90200;
}
.banner .slick-dots button {
    display: none;
}
.banner .slick-arrow {
    font-size: 18px;
    line-height: 50px;

    position: absolute;
    top: auto;
    bottom: 28px;
    left: 3%;

    width: 50px;
    height: 50px;

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

    opacity: .5;
    color: #fff;
    border-radius: 0;
    background: none;
}
@media (max-width: 1199px) {
    .banner .slick-arrow {
        bottom: 10px;
    }
}
@media (max-width: 991px) {
    .banner .slick-arrow {
        left: 15%;
    }
}
@media (max-width: 767px) {
    .banner .slick-arrow {
        font-size: 14px;
        line-height: 30px;

        display: none !important;

        height: 30px;
    }
}
.banner .slick-arrow:before {
    font-family: 'iconfont' !important;
    font-size: 45px;

    content: '\e686';
}
@media (max-width: 991px) {
    .banner .slick-arrow:before {
        font-size: 30px;
    }
}
.banner .slick-arrow:hover {
    color: #fff;
}
.banner .slick-arrow.slick-next {
    left: -webkit-calc(3% + 80px);
    left: calc(3% + 80px);
}
@media (max-width: 991px) {
    .banner .slick-arrow.slick-next {
        left: -webkit-calc(14% + 80px);
        left: calc(14% + 80px);
    }
}
@media (max-width: 767px) {
    .banner .slick-arrow.slick-next {
        left: -webkit-calc(14% + 50px);
        left: calc(14% + 50px);
    }
}
.banner .slick-arrow.slick-next:before {
    content: '\e685';
}
.banner .component {
    position: relative;

    display: block;
    overflow: hidden;
}
.banner .component img {
    width: 100%;
}
.banner .banner-text {
    font-size: 0;

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

    width: 100%;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media (max-width: 991px) {
    .banner .banner-text {
        padding: 0 10%;
    }
}
.banner .banner-text img {
    width: auto;
    max-width: 100%;
}
.banner .banner-text-1 {
    text-align: center;
}
.banner .banner-text-1 .img {
    display: inline-block;

    text-align: right;
}
.banner .banner-text-1 .imgtop,
.banner .banner-text-1 .imgbottom {
    overflow: hidden;
}
@media (max-width: 1470px) {
    .banner .banner-text-1 .imgtop,
    .banner .banner-text-1 .imgbottom {
        max-width: 80%;
        margin-left: 10%;
    }
}
@media (max-width: 991px) {
    .banner .banner-text-1 .imgtop,
    .banner .banner-text-1 .imgbottom {
        max-width: 60%;
        margin-left: 20%;
    }
}
.banner .banner-text-1 .imgtop img,
.banner .banner-text-1 .imgbottom img {
    float: right;
}
.banner .banner-text-1 .imgbottom {
    margin-top: 5%;
}
.banner .banner-text-2,
.banner .banner-text-3 {
    font-size: 0;

    top: auto;
    bottom: 0;

    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
@media (max-width: 991px) {
    .banner .banner-text-2,
    .banner .banner-text-3 {
        bottom: 20%;

        padding: 0 20%;
    }
}
.banner .banner-text-2 .text-left,
.banner .banner-text-3 .text-left,
.banner .banner-text-2 .text-right,
.banner .banner-text-3 .text-right {
    font-size: 14px;

    display: inline-block;

    vertical-align: top;
}
.banner .banner-text-2 .text-left,
.banner .banner-text-3 .text-left {
    width: 38%;
}
.banner .banner-text-2 .text-left h2,
.banner .banner-text-3 .text-left h2 {
    font-size: 48px;
    line-height: 50px;

    display: inline-block;

    margin: 0;
    padding: 10px 20px;

    color: #fff;
    background-color: #e70012;
}
@media (max-width: 1470px) {
    .banner .banner-text-2 .text-left h2,
    .banner .banner-text-3 .text-left h2 {
        font-size: 40px;
    }
}
@media (max-width: 1350px) {
    .banner .banner-text-2 .text-left h2,
    .banner .banner-text-3 .text-left h2 {
        font-size: 36px;
    }
}
@media (max-width: 1199px) {
    .banner .banner-text-2 .text-left h2,
    .banner .banner-text-3 .text-left h2 {
        font-size: 30px;
    }
}
@media (max-width: 991px) {
    .banner .banner-text-2 .text-left h2,
    .banner .banner-text-3 .text-left h2 {
        font-size: 24px;
        line-height: 30px;

        padding: 5px 10px;
    }
}
@media (max-width: 767px) {
    .banner .banner-text-2 .text-left h2,
    .banner .banner-text-3 .text-left h2 {
        font-size: 20px;
        line-height: 24px;
    }
}
.banner .banner-text-2 .text-left h3,
.banner .banner-text-3 .text-left h3 {
    font-size: 48px;
    font-weight: bold;
    line-height: 1.2;
}
@media (max-width: 1470px) {
    .banner .banner-text-2 .text-left h3,
    .banner .banner-text-3 .text-left h3 {
        font-size: 40px;
    }
}
@media (max-width: 1350px) {
    .banner .banner-text-2 .text-left h3,
    .banner .banner-text-3 .text-left h3 {
        font-size: 36px;
    }
}
@media (max-width: 1199px) {
    .banner .banner-text-2 .text-left h3,
    .banner .banner-text-3 .text-left h3 {
        font-size: 30px;
    }
}
@media (max-width: 991px) {
    .banner .banner-text-2 .text-left h3,
    .banner .banner-text-3 .text-left h3 {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .banner .banner-text-2 .text-left h3,
    .banner .banner-text-3 .text-left h3 {
        font-size: 20px;
    }
}
.banner .banner-text-2 .text-left p,
.banner .banner-text-3 .text-left p {
    font-size: 18px;
    line-height: 30px;

    margin: 0;
}
@media (max-width: 1470px) {
    .banner .banner-text-2 .text-left p,
    .banner .banner-text-3 .text-left p {
        font-size: 16px;
    }
}
@media (max-width: 991px) {
    .banner .banner-text-2 .text-left p,
    .banner .banner-text-3 .text-left p {
        font-size: 14px;
        line-height: 24px;
    }
}
@media (max-width: 767px) {
    .banner .banner-text-2 .text-left p,
    .banner .banner-text-3 .text-left p {
        display: none;
    }
}
.banner .banner-text-2 .text-right,
.banner .banner-text-3 .text-right {
    width: 62%;

    text-align: center;
}
.banner .banner-text-2 .text-right img,
.banner .banner-text-3 .text-right img {
    display: inline-block;
}
.banner .banner-text-3 .text-left,
.banner .banner-text-3 .text-right {
    vertical-align: middle;
}
@media (max-width: 1350px) {
    .banner .banner-text-3 .text-right img {
        max-width: 70%;
    }
}
.banner .banner-text-4 {
    text-align: center;

    color: #fff;
}
@media (max-width: 991px) {
    .banner .banner-text-4 {
        padding: 0 20%;
    }
}
.banner .banner-text-4 p {
    font-size: 16px;
    font-weight: bold;
}
@media (max-width: 767px) {
    .banner .banner-text-4 p {
        font-size: 14px;
    }
}
.banner .banner-text-4 h2 {
    font-size: 80px;
    font-weight: bold;
    line-height: 1.2;

    margin: 0;
}
@media (max-width: 1470px) {
    .banner .banner-text-4 h2 {
        font-size: 70px;
    }
}
@media (max-width: 1199px) {
    .banner .banner-text-4 h2 {
        font-size: 60px;
    }
}
@media (max-width: 991px) {
    .banner .banner-text-4 h2 {
        font-size: 40px;
    }
}
@media (max-width: 767px) {
    .banner .banner-text-4 h2 {
        font-size: 24px;
    }
}
.banner .banner-text-4 h3 {
    font-size: 30px;
    font-weight: bold;
    line-height: 70px;

    display: inline-block;

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

    color: #fff;
    border-radius: 10px;
    background-color: #d90200;
}
@media (max-width: 1470px) {
    .banner .banner-text-4 h3 {
        font-size: 24px;
        line-height: 60px;
    }
}
@media (max-width: 1199px) {
    .banner .banner-text-4 h3 {
        font-size: 20px;
    }
}
@media (max-width: 991px) {
    .banner .banner-text-4 h3 {
        font-size: 18px;
        line-height: 50px;
    }
}
@media (max-width: 767px) {
    .banner .banner-text-4 h3 {
        font-size: 16px;
        line-height: 40px;

        margin-top: 10px;
    }
}
.banner .slick-current .banner-text-1 .imgtop {
    -webkit-animation: fadeInDown 1s 0s ease both;
    animation: fadeInDown 1s 0s ease both;
}
.banner .slick-current .banner-text-1 .imgbottom {
    -webkit-animation: fadeInUp 1s 0s ease both;
    animation: fadeInUp 1s 0s ease both;
}
.banner .slick-current .banner-text-2 .text-left,
.banner .slick-current .banner-text-3 .text-left {
    -webkit-animation: fadeInLeft 1s 0s ease both;
    animation: fadeInLeft 1s 0s ease both;
}
.banner .slick-current .banner-text-2 .text-right,
.banner .slick-current .banner-text-3 .text-right {
    -webkit-animation: fadeInRight 1s 0s ease both;
    animation: fadeInRight 1s 0s ease both;
}
.banner .slick-current .banner-text-4 p,
.banner .slick-current .banner-text-4 h2 {
    -webkit-animation: fadeInDown 1s 0s ease both;
    animation: fadeInDown 1s 0s ease both;
}
.banner .slick-current .banner-text-4 h3 {
    -webkit-animation: fadeInUp 1s 0s ease both;
    animation: fadeInUp 1s 0s ease both;
}
.banner-in {
    position: relative;

    overflow: hidden;
}
.banner-in img {
    width: 100%;
}
@media (max-width: 767px) {
    .banner-in img {
        width: 180%;
        margin-left: -40%;
    }
}
.banner-in .text-inner {
    position: absolute;
    top: -webkit-calc(50% + 60px);
    top: calc(50% + 60px);

    width: 100%;

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

    color: #fff;
}
@media (max-width: 1199px) {
    .banner-in .text-inner {
        top: -webkit-calc(50% + 30px);
        top: calc(50% + 30px);
    }
}
.banner-in .text-inner h2,
.banner-in .text-inner h3 {
    font-size: 36px;
    line-height: 1.4;

    margin: 0;

    color: #fff;
}
@media (max-width: 1199px) {
    .banner-in .text-inner h2,
    .banner-in .text-inner h3 {
        font-size: 30px;
    }
}
@media (max-width: 991px) {
    .banner-in .text-inner h2,
    .banner-in .text-inner h3 {
        font-size: 24px;
    }
}
.banner-in .text-inner h2 {
    font-weight: bold;
}
.banner-in .text-inner h2:after {
    display: block;

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

    content: '';

    background-color: #d90200;
}
.banner-in .text-inner h3 {
    font-size: 16px;

    text-transform: uppercase;
}
@media (max-width: 767px) {
    .banner-in .text-inner h3 {
        font-size: 14px;
    }
}
.banner-products {
    overflow: hidden;

    height: 110px;
}
@media (max-width: 1199px) {
    .banner-products {
        height: 60px;
    }
}
.banner-products .item {
    height: 100%;
}
.banner-products img {
    width: 100%;
}
@media (max-width: 1470px) {
    .banner-products img {
        width: auto;
        height: 100%;
    }
}
@-webkit-keyframes warn {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);

        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);

        opacity: 0;
    }
}
@keyframes warn {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);

        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);

        opacity: 0;
    }
}
@-webkit-keyframes bzoom {
    0% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);

        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);

        opacity: 1;
    }
}
@keyframes bzoom {
    0% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);

        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);

        opacity: 1;
    }
}
.bzoom {
    -webkit-animation-name: bzoom;
    animation-name: bzoom;
}
@-webkit-keyframes bwidth {
    0% {
        width: 0;

        opacity: 1;

        -webkit-width: 0;
        -ms-width: 0;
    }
    100% {
        width: 100%;

        opacity: 1;

        -webkit-width: 100%;
    }
}
@keyframes bwidth {
    0% {
        width: 0;

        opacity: 1;

        -webkit-width: 0;
        -ms-width: 0;
    }
    100% {
        width: 100%;

        opacity: 1;

        -webkit-width: 100%;
    }
}
.bwidth {
    -webkit-animation-name: bwidth;
    animation-name: bwidth;
}
.space {
    overflow: hidden;

    padding: 70px 0;

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 991px) {
    .space {
        padding: 50px 0;
    }
}
.main {
    clear: both;
}
.home-title h2 {
    font-size: 30px;
    line-height: 1.4;

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

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 1470px) {
    .home-title h3 {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .home-title h3 {
        font-size: 16px;
    }
}
.common-txt {
    margin-top: 20px;
}
@media (max-width: 991px) {
    .common-txt {
        margin-top: 10px;
    }
}
.common-txt p {
    font-size: 16px;
    line-height: 1.875;

    margin: 0;

    color: #777;
}
@media (max-width: 991px) {
    .common-txt p {
        font-size: 14px;
        line-height: 24px;
    }
}
.home-products {
    position: relative;
    z-index: 2;

    margin-top: -40px;
    padding: 0 10px 10px 0;
}
@media (max-width: 991px) {
    .home-products {
        margin-top: 0;
        padding: 0;
    }
}
.home-products .container {
    padding: 40px;

    border: 4px solid #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), color-stop(30%, #fff));
    background-image: -webkit-linear-gradient(#eee, #fff 30%);
    background-image: linear-gradient(#eee, #fff 30%);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 1199px) {
    .home-products .container {
        padding: 30px 20px;
    }
}
@media (max-width: 767px) {
    .home-products .container {
        padding: 20px 10px;
    }
}
.home-products .products-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1199px) {
    .home-products .products-top {
        display: block;
    }
}
@media (max-width: 1199px) {
    .home-products .products-sort {
        margin-top: 20px;
    }
}
.home-products .products-sort>ul>li {
    position: relative;

    display: inline-block;

    vertical-align: top;
}
.home-products .products-sort>ul>li:after {
    display: block;

    width: 0;
    height: 0;
    margin: 0 auto;

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

    opacity: 0;
    border-width: 10px 5px 0 5px;
    border-style: solid;
    border-color: #d90200 transparent transparent transparent;
}
@media (max-width: 767px) {
    .home-products .products-sort>ul>li:after {
        display: none;
    }
}
.home-products .products-sort>ul>li>a {
    font-size: 18px;
    line-height: 24px;

    display: block;

    padding: 10px 20px;

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

    color: #777;
    border-radius: 5px;
}
@media (max-width: 1470px) {
    .home-products .products-sort>ul>li>a {
        font-size: 16px;

        padding: 10px 16px;
    }
}
@media (max-width: 1199px) {
    .home-products .products-sort>ul>li>a {
        font-size: 15px;
    }
}
@media (max-width: 991px) {
    .home-products .products-sort>ul>li>a {
        padding: 10px;
    }
}
@media (max-width: 767px) {
    .home-products .products-sort>ul>li>a {
        padding: 5px 10px;
    }
}
.home-products .products-sort>ul>li.active:after {
    opacity: 1;
}
.home-products .products-sort>ul>li.active>a {
    color: #fff;
    background-color: #d90200;
}
.home-products .products-desc {
    font-size: 0;

    margin-top: 50px;
}
@media (max-width: 1199px) {
    .home-products .products-desc {
        margin-top: 30px;
    }
}
@media (max-width: 767px) {
    .home-products .products-desc {
        margin-top: 20px;
    }
}
.home-products .products-desc .pro-desc-l,
.home-products .products-desc .pro-des-r {
    font-size: 14px;

    display: inline-block;

    vertical-align: top;
}
.home-products .products-desc .pro-desc-l {
    width: 320px;
    padding: 30px;

    border: 1px solid #ececec;
    background-image: -webkit-linear-gradient(315deg, #f2f2f2, #fff);
    background-image: linear-gradient(135deg, #f2f2f2, #fff);
}
@media (max-width: 1560px) {
    .home-products .products-desc .pro-desc-l {
        width: 280px;
    }
}
@media (max-width: 1350px) {
    .home-products .products-desc .pro-desc-l {
        width: 240px;
    }
}
@media (max-width: 1350px) {
    .home-products .products-desc .pro-desc-l {
        padding: 20px;
    }
}
@media (max-width: 991px) {
    .home-products .products-desc .pro-desc-l {
        width: 200px;
    }
}
@media (max-width: 767px) {
    .home-products .products-desc .pro-desc-l {
        width: 100%;
    }
}
.home-products .products-desc .pro-desc-l .title-pro {
    padding-bottom: 10px;

    border-bottom: 1px solid #dbdbdb;
}
.home-products .products-desc .pro-desc-l .title-pro h3 {
    font-size: 30px;
    line-height: 1.2;

    margin: 0;
}
@media (max-width: 1560px) {
    .home-products .products-desc .pro-desc-l .title-pro h3 {
        font-size: 24px;
    }
}
@media (max-width: 1199px) {
    .home-products .products-desc .pro-desc-l .title-pro h3 {
        font-size: 20px;
    }
}
@media (max-width: 991px) {
    .home-products .products-desc .pro-desc-l .title-pro h3 {
        font-size: 18px;
    }
}
.home-products .products-desc .pro-desc-l .txt {
    overflow: hidden;

    min-height: 300px;
    margin-top: 20px;
}
@media (max-width: 1560px) {
    .home-products .products-desc .pro-desc-l .txt {
        min-height: 240px;
    }
}
@media (max-width: 1350px) {
    .home-products .products-desc .pro-desc-l .txt {
        min-height: 180px;
    }
}
@media (max-width: 991px) {
    .home-products .products-desc .pro-desc-l .txt {
        min-height: 192px;
    }
}
@media (max-width: 767px) {
    .home-products .products-desc .pro-desc-l .txt {
        min-height: auto;
    }
}
.home-products .products-desc .pro-desc-l .txt p {
    font-size: 16px;
    line-height: 30px;

    margin: 0;

    color: #777;
}
@media (max-width: 1560px) {
    .home-products .products-desc .pro-desc-l .txt p {
        font-size: 14px;
    }
}
@media (max-width: 991px) {
    .home-products .products-desc .pro-desc-l .txt p {
        line-height: 24px;
    }
}
@media (max-width: 767px) {
    .home-products .products-desc .pro-desc-l .more {
        margin-top: 20px;
    }
}
.home-products .products-desc .pro-desc-l .more a {
    line-height: 44px;

    display: block;

    width: 44px;
    height: 44px;

    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-color: #d90200;
}
@media (max-width: 991px) {
    .home-products .products-desc .pro-desc-l .more a {
        line-height: 34px;

        width: 34px;
        height: 34px;
    }
}
.home-products .products-desc .pro-desc-l .more a .icon {
    font-size: 20px;
}
.home-products .products-desc .pro-des-r {
    width: -webkit-calc(100% - 320px);
    width: calc(100% - 320px);
    padding: 0 80px;
}
@media (max-width: 1560px) {
    .home-products .products-desc .pro-des-r {
        width: -webkit-calc(100% - 280px);
        width: calc(100% - 280px);
    }
}
@media (max-width: 1350px) {
    .home-products .products-desc .pro-des-r {
        width: -webkit-calc(100% - 240px);
        width: calc(100% - 240px);
    }
}
@media (max-width: 991px) {
    .home-products .products-desc .pro-des-r {
        width: -webkit-calc(100% - 200px);
        width: calc(100% - 200px);
        padding: 0 30px;
    }
}
@media (max-width: 767px) {
    .home-products .products-desc .pro-des-r {
        width: 100%;
        margin-top: 20px;
        padding: 0;
    }
}
.home-products .products-desc .pro-des-r .slick-slide {
    padding: 0 15px;
}
@media (max-width: 991px) {
    .home-products .products-desc .pro-des-r .slick-slide {
        padding: 0 5px;
    }
}
.home-products .products-desc .pro-des-r .pro-more {
    margin-top: 50px;

    text-align: center;
}
@media (max-width: 991px) {
    .home-products .products-desc .pro-des-r .pro-more {
        margin-top: 30px;
    }
}
.home-products .products-desc .pro-des-r .pro-more a {
    font-size: 16px;
    line-height: 50px;

    display: inline-block;

    padding: 0 60px;

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

    color: #999;
    border: 1px solid #e1e1e1;
    border-radius: 8px;
}
@media (max-width: 1470px) {
    .home-products .products-desc .pro-des-r .pro-more a {
        font-size: 14px;
        line-height: 40px;

        padding: 0 40px;
    }
}
.home-products .products-desc .pro-des-r .pro-more a:hover {
    color: #fff;
    border-color: #d90200;
    background-color: #d90200;
}
.home-products .subject,
.inner-product-show .recommended-products .subject {
    display: block;

    border: 1px solid #e6e6e6;
}
.home-products .subject .img .ibox,
.inner-product-show .recommended-products .subject .img .ibox {
    padding-bottom: 74.28571429%;
}
.home-products .subject .img .ibox img,
.inner-product-show .recommended-products .subject .img .ibox img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.home-products .subject .desc,
.inner-product-show .recommended-products .subject .desc {
    padding: 20px;

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

    background-color: #f4f4f4;
}
@media (max-width: 1470px) {
    .home-products .subject .desc,
    .inner-product-show .recommended-products .subject .desc {
        padding: 10px;
    }
}
.home-products .subject .desc h3,
.inner-product-show .recommended-products .subject .desc h3 {
    font-size: 18px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1470px) {
    .home-products .subject .desc h3,
    .inner-product-show .recommended-products .subject .desc h3 {
        font-size: 16px;
    }
}
.home-products .subject .desc .more,
.inner-product-show .recommended-products .subject .desc .more {
    font-size: 16px;
    line-height: 30px;

    display: block;

    color: #d90200;
}
@media (max-width: 1470px) {
    .home-products .subject .desc .more,
    .inner-product-show .recommended-products .subject .desc .more {
        font-size: 14px;
    }
}
.home-products .subject:hover .img .ibox img,
.inner-product-show .recommended-products .subject:hover .img .ibox img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.home-products .subject:hover .desc,
.inner-product-show .recommended-products .subject:hover .desc {
    background-color: #d90200;
}
.home-products .subject:hover .desc h3,
.inner-product-show .recommended-products .subject:hover .desc h3,
.home-products .subject:hover .desc .more,
.inner-product-show .recommended-products .subject:hover .desc .more {
    color: #fff;
}
.home-products .slick-arrow,
.inner-product-show .recommended-products .slick-arrow {
    width: 32px;
    height: 32px;

    background: url(../images/arrow.png) no-repeat center;
}
@media (max-width: 1660px) {
    .home-products .slick-arrow,
    .inner-product-show .recommended-products .slick-arrow {
        font-size: 50px;

        left: -50px;
    }
}
@media (max-width: 991px) {
    .home-products .slick-arrow,
    .inner-product-show .recommended-products .slick-arrow {
        left: -25px;
    }
}
@media (max-width: 767px) {
    .home-products .slick-arrow,
    .inner-product-show .recommended-products .slick-arrow {
        left: -20px;
    }
}
.home-products .slick-arrow:before,
.inner-product-show .recommended-products .slick-arrow:before {
    display: none;
}
.home-products .slick-arrow.slick-next,
.inner-product-show .recommended-products .slick-arrow.slick-next {
    right: -4%;
    left: auto;

    background: url(../images/arrow-r.png) no-repeat center;
}
@media (max-width: 1660px) {
    .home-products .slick-arrow.slick-next,
    .inner-product-show .recommended-products .slick-arrow.slick-next {
        right: -50px;
    }
}
@media (max-width: 991px) {
    .home-products .slick-arrow.slick-next,
    .inner-product-show .recommended-products .slick-arrow.slick-next {
        right: -25px;
    }
}
@media (max-width: 767px) {
    .home-products .slick-arrow.slick-next,
    .inner-product-show .recommended-products .slick-arrow.slick-next {
        right: -20px;
    }
}
.home-products .slick-arrow.slick-next:hover,
.inner-product-show .recommended-products .slick-arrow.slick-next:hover {
    background-image: url(../images/arrow-r-h.png);
}
.home-products .slick-arrow:hover,
.inner-product-show .recommended-products .slick-arrow:hover {
    background-image: url(../images/arrow-h.png);
}
.home-advantage {
    margin-top: -140px;
    padding-top: 220px;

    background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#fff));
    background-image: -webkit-linear-gradient(#f2f2f2, #fff);
    background-image: linear-gradient(#f2f2f2, #fff);
}
.home-advantage .advantage ul li {
    position: relative;
}
.home-advantage .advantage ul li:after {
    position: absolute;
    z-index: 2;
    top: 0;
    right: -30px;

    width: 34px;
    height: 100%;

    content: '';

    background: url(../images/advline.png) no-repeat center;
    background-size: contain;
}
@media (max-width: 991px) {
    .home-advantage .advantage ul li:after {
        right: -20px;
    }
}
@media (max-width: 991px) {
    .home-advantage .advantage ul li:nth-child(2n):after {
        display: none;
    }
}
.home-advantage .advantage ul li:last-child:after {
    display: none;
}
.home-advantage .advantage .component {
    display: block;

    max-width: 200px;
    margin: 0 auto;
    padding-bottom: 30px;

    -webkit-transition: all .4s;
    transition: all .4s;
    text-align: left;
}
@media (max-width: 991px) {
    .home-advantage .advantage .component {
        max-width: 100%;
    }
}
.home-advantage .advantage .component .icon {
    display: block;

    width: 70px;
}
@media (max-width: 767px) {
    .home-advantage .advantage .component .icon {
        width: 50px;
    }
}
.home-advantage .advantage .component .icon img {
    width: 100%;
}
.home-advantage .advantage .component h3 {
    font-size: 24px;
    line-height: 30px;

    margin: 20px 0 30px;
}
@media (max-width: 1470px) {
    .home-advantage .advantage .component h3 {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .home-advantage .advantage .component h3 {
        font-size: 18px;

        margin: 10px 0;
    }
}
.home-advantage .advantage .component h3:after {
    display: block;

    width: 70px;
    height: 5px;
    margin-top: 18px;

    content: '';

    background-color: #d90200;
}
@media (max-width: 1470px) {
    .home-advantage .advantage .component h3:after {
        width: 50px;
        height: 4px;
    }
}
@media (max-width: 767px) {
    .home-advantage .advantage .component h3:after {
        width: 40px;
        height: 2px;
        margin-top: 8px;
    }
}
.home-advantage .advantage .component p {
    font-size: 16px;
    line-height: 30px;

    margin: 0;

    color: #777;
}
@media (max-width: 1470px) {
    .home-advantage .advantage .component p {
        font-size: 14px;
        line-height: 24px;
    }
}
.home-advantage .advantage .component:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}
.home-solution {
    padding-bottom: 0;

    background-image: url(../images/solution_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
@media (min-width: 1200px) {
    .home-solution {
        background-attachment: fixed;
    }
}
.home-solution .solution-top {
    color: #fff;
}
.home-solution .solution-top .text {
    margin-top: 20px;
}
.home-solution .solution-top .text p {
    font-size: 18px;
    line-height: 30px;

    margin: 0;
}
@media (max-width: 991px) {
    .home-solution .solution-top .text p {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .home-solution .solution-top .text p {
        font-size: 14px;
        line-height: 24px;
    }
}
.home-solution .title-instrument {
    padding: 50px 0 60px;

    text-align: center;
}
@media (max-width: 767px) {
    .home-solution .title-instrument {
        padding: 20px 0 30px;
    }
}
.home-solution .title-instrument h2 {
    font-family: 'D-DIN Condensed';
    font-size: 210px;
    font-weight: bold;
    line-height: 1;

    background-image: url(../images/des02_02.jpg);
    background-repeat: no-repeat;
    background-position: center right;
    background-position: center;
    -webkit-background-clip: text;
    background-size: cover;

    -webkit-text-fill-color: transparent;
}
@media (min-width: 1200px) {
    .home-solution .title-instrument h2 {
        background-attachment: fixed;
    }
}
@media (max-width: 1560px) {
    .home-solution .title-instrument h2 {
        font-size: 160px;
    }
}
@media (max-width: 1470px) {
    .home-solution .title-instrument h2 {
        font-size: 140px;
    }
}
@media (max-width: 1199px) {
    .home-solution .title-instrument h2 {
        font-size: 120px;
    }
}
@media (max-width: 991px) {
    .home-solution .title-instrument h2 {
        font-size: 100px;
    }
}
@media (max-width: 767px) {
    .home-solution .title-instrument h2 {
        font-size: 44px;
    }
}
.home-solution .solution-carousel {
    font-size: 0;

    border-top: 1px solid rgba(255, 255, 255, .4);
}
.home-solution .solution-carousel .component {
    position: relative;

    display: block;
}
.home-solution .solution-carousel .component .solution-img {
    -webkit-transition: all .2s;
    transition: all .2s;

    opacity: 0;
    background-color: #000;
}
.home-solution .solution-carousel .component .solution-img .ibox {
    opacity: .7;
}
.home-solution .solution-carousel .component .txt {
    position: absolute;
    z-index: 2;
    top: 50%;

    width: 100%;

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

    color: #fff;
}
.home-solution .solution-carousel .component .txt .icon {
    width: 80px;
    margin: 0 auto;

    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
@media (max-width: 1470px) {
    .home-solution .solution-carousel .component .txt .icon {
        width: 70px;
    }
}
@media (max-width: 991px) {
    .home-solution .solution-carousel .component .txt .icon {
        width: 50px;
    }
}
.home-solution .solution-carousel .component .txt .icon img {
    width: 100%;
}
.home-solution .solution-carousel .component .txt h3 {
    font-size: 20px;
    line-height: 30px;

    margin: 10px 0 0 0;
}
@media (max-width: 1470px) {
    .home-solution .solution-carousel .component .txt h3 {
        font-size: 18px;
    }
}
.home-solution .solution-carousel .component:hover .solution-img {
    opacity: 1;
}
.home-solution .solution-carousel .slick-arrow {
    left: 2%;

    width: 32px;
    height: 32px;

    background: url(../images/arrow.png) no-repeat center;

    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
@media (max-width: 1660px) {
    .home-solution .solution-carousel .slick-arrow {
        font-size: 50px;

        left: -50px;
    }
}
@media (max-width: 991px) {
    .home-solution .solution-carousel .slick-arrow {
        font-size: 30px;

        left: 0;

        width: 30px;
    }
}
.home-solution .solution-carousel .slick-arrow:before {
    display: none;
}
.home-solution .solution-carousel .slick-arrow.slick-next {
    right: 2%;
    left: auto;

    background: url(../images/arrow-r.png) no-repeat center;
}
@media (max-width: 1660px) {
    .home-solution .solution-carousel .slick-arrow.slick-next {
        right: -50px;
    }
}
@media (max-width: 991px) {
    .home-solution .solution-carousel .slick-arrow.slick-next {
        right: 0;
    }
}
.home-solution .solution-carousel .slick-arrow.slick-next:hover {
    background-image: url(../images/arrow-r-h.png);
}
.home-solution .solution-carousel .slick-arrow:hover {
    background-image: url(../images/arrow-h.png);
}
.home-case {
    text-align: center;

    background-color: #f4f4f4;
}
.home-case .home-title {
    text-align: left;
}
.home-case .case {
    margin-top: 50px;
}
@media (max-width: 767px) {
    .home-case .case {
        margin-top: 30px;
    }
}
.home-case .case .case-carousel {
    margin: 0 -15px;
}
.home-case .case .case-carousel .slick-slide {
    padding: 0 15px;
}
.home-case .case .component {
    display: block;
}
.home-case .case .component .case-img {
    position: relative;

    overflow: hidden;
}
.home-case .case .component .case-img:before {
    position: absolute;
    z-index: 2;
    top: 0;
    left: -95%;

    display: block;

    width: 140%;
    height: 100%;

    content: '';
    -webkit-transition: all .6s;
    transition: all .6s;
    -webkit-transform: skewX(-15deg);
    -ms-transform: skewX(-15deg);
    transform: skewX(-15deg);

    background-color: rgba(255, 255, 255, .4);
}
.home-case .case .component .ibox {
    padding-bottom: 75%;
}
.home-case .case .component .ibox img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.home-case .case .component .txt {
    border: 1px solid #e4e4e4;
    background-color: #fff;
}
.home-case .case .component .txt h3 {
    font-size: 18px;
    line-height: 48px;

    display: -webkit-box;
    overflow: hidden;

    height: 48px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.home-case .case .component .txt .more {
    line-height: 42px;

    display: block;

    color: #777;
    border-top: 1px solid #e4e4e4;
}
.home-case .case .component .txt .more .icon {
    display: inline-block;

    margin-right: 6px;

    vertical-align: middle;

    color: #9f9f9f;
}
.home-case .case .component:hover .case-img:before {
    left: -140%;
}
.home-case .case .component:hover .ibox img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.home-case .case .component:hover .txt h3,
.home-case .case .component:hover .txt .more,
.home-case .case .component:hover .txt .more .icon {
    color: #d90200;
}
.home-case .slick-list {
    margin-bottom: 40px;
}
@media (max-width: 767px) {
    .home-case .slick-list {
        margin-bottom: 20px;
    }
}
.home-case .slick-dots {
    font-size: 0;

    display: inline-block !important;

    vertical-align: middle;
}
.home-case .prev-next {
    display: inline-block;

    vertical-align: middle;
}
.home-case .prev-next .slick-arrow {
    font-size: 34px;

    position: relative;
    top: 0;

    display: inline-block;

    margin: 0 10px;

    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    vertical-align: middle;

    background: none;
}
.home-about {
    position: relative;

    background: url(../images/about_bg.jpg) no-repeat center;
    background-size: cover;
}
@media (min-width: 1200px) {
    .home-about {
        background-attachment: fixed;
    }
}
.home-about .about .about-left,
.home-about .about .about-right {
    width: 50%;
}
@media (max-width: 767px) {
    .home-about .about .about-left,
    .home-about .about .about-right {
        width: 100%;
    }
}
.home-about .about .about-left {
    padding-right: 6%;
}
@media (max-width: 767px) {
    .home-about .about .about-left {
        padding-right: 0;
    }
}
.home-about .about .about-left .more {
    margin-top: 40px;
}
@media (max-width: 767px) {
    .home-about .about .about-left .more {
        margin-top: 20px;
    }
}
.home-about .about .about-left .more a {
    font-size: 16px;
    line-height: 50px;

    display: inline-block;

    padding: 0 60px;

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

    color: #999;
    border: 1px solid #e1e1e1;
    border-radius: 8px;
}
@media (max-width: 991px) {
    .home-about .about .about-left .more a {
        line-height: 40px;

        padding: 0 40px;
    }
}
@media (max-width: 767px) {
    .home-about .about .about-left .more a {
        font-size: 14px;
    }
}
.home-about .about .about-left .more a:hover {
    color: #fff;
    border-color: #d90200;
    background-color: #d90200;
}
.home-about .about .about-left .number {
    margin-top: 80px;
}
@media (max-width: 1199px) {
    .home-about .about .about-left .number {
        margin-top: 40px;
    }
}
.home-about .about .about-left .number ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -5px;

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

        display: block;
    }
}
.home-about .about .about-left .number ul li {
    padding: 0 5px;
}
@media (max-width: 991px) {
    .home-about .about .about-left .number ul li {
        font-size: 14px;

        display: inline-block;

        width: 50%;
        margin: 10px 0;

        vertical-align: top;
    }
}
@media (max-width: 767px) {
    .home-about .about .about-left .number ul li {
        text-align: center;
    }
}
.home-about .about .about-left .number .component {
    max-width: 130px;

    -webkit-transition: all .6s;
    transition: all .6s;
    text-align: center;
}
.home-about .about .about-left .number .component b {
    font-family: 'D-DIN Condensed';
    font-size: 96px;
    font-weight: normal;
    line-height: 1;

    display: block;

    color: #d90200;
}
@media (max-width: 1560px) {
    .home-about .about .about-left .number .component b {
        font-size: 80px;
    }
}
@media (max-width: 991px) {
    .home-about .about .about-left .number .component b {
        font-size: 60px;
    }
}
.home-about .about .about-left .number .component b sub {
    font-size: 48px;

    bottom: 24px;

    vertical-align: bottom;
}
@media (max-width: 991px) {
    .home-about .about .about-left .number .component b sub {
        font-size: 38px;
    }
}
.home-about .about .about-left .number .component p {
    font-size: 16px;
    line-height: 24px;

    margin: 10px 0 0 0;
}
@media (max-width: 1470px) {
    .home-about .about .about-left .number .component p {
        font-size: 14px;
    }
}
.home-about .about .about-left .number .component:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}
.home-about .about .about-right {
    position: relative;

    padding-top: 40px;

    text-align: center;
}
.home-about .about .about-right .alogo {
    position: absolute;
    top: 0;
    right: 0;
}
@media (max-width: 767px) {
    .home-about .about .about-right .alogo {
        width: 120px;
    }
}
.home-about .about .about-right img {
    max-width: 100%;
}
.home-news .news .news-carousel {
    margin-top: 50px;
}
@media (max-width: 991px) {
    .home-news .news .news-carousel {
        margin-top: 20px;
    }
}
.home-news .news .news-carousel .component {
    display: block;
}
.home-news .news .news-carousel .component .news-img {
    position: relative;

    width: 48%;
}
@media (max-width: 767px) {
    .home-news .news .news-carousel .component .news-img {
        width: 100%;
    }
}
.home-news .news .news-carousel .component .news-img .ibox {
    padding-bottom: 75%;
}
.home-news .news .news-carousel .component .news-img .ibox img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.home-news .news .news-carousel .component .news-img .date {
    font-family: 'D-DIN Condensed';
    line-height: 1.2;

    position: absolute;
    z-index: 2;
    top: 15px;
    left: 15px;

    width: 140px;
    padding: 10px;

    text-align: center;

    color: #fff;
    background-color: #d90200;
}
@media (max-width: 1470px) {
    .home-news .news .news-carousel .component .news-img .date {
        width: 100px;
    }
}
.home-news .news .news-carousel .component .news-img .date b {
    font-size: 48px;
    font-weight: normal;
    line-height: 1.2;

    display: block;
}
@media (max-width: 1470px) {
    .home-news .news .news-carousel .component .news-img .date b {
        font-size: 40px;
    }
}
.home-news .news .news-carousel .component .news-img .date span {
    font-size: 24px;
    line-height: 1.2;

    display: block;
}
.home-news .news .news-carousel .component .news-txt {
    width: 52%;
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 4%;
}
@media (max-width: 767px) {
    .home-news .news .news-carousel .component .news-txt {
        width: 100%;
        padding: 20px 0;
    }
}
.home-news .news .news-carousel .component .news-txt h3 {
    font-size: 20px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    margin: 0;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px) {
    .home-news .news .news-carousel .component .news-txt h3 {
        font-size: 18px;
    }
}
.home-news .news .news-carousel .component .news-txt p {
    font-size: 16px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 90px;
    margin: 10px 0 0 0;

    color: #777;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media (max-width: 767px) {
    .home-news .news .news-carousel .component .news-txt p {
        font-size: 14px;
        line-height: 24px;

        height: 72px;
    }
}
.home-news .news .news-carousel .component .news-txt .more {
    line-height: 42px;

    display: inline-block;

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

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

    color: #999;
    border: 1px solid #d6d6d6;
}
@media (max-width: 767px) {
    .home-news .news .news-carousel .component .news-txt .more {
        line-height: 36px;

        padding: 0 40px;
    }
}
.home-news .news .news-carousel .component:hover .ibox img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.home-news .news .news-carousel .component:hover .news-txt h3 {
    color: #d90200;
}
.home-news .news .news-carousel .component:hover .news-txt .more {
    color: #fff;
    background-color: #d90200;
}
.home-news .news .news-carousel .slick-arrow {
    top: auto;
    right: 100px;
    bottom: 0;
    left: auto;
}
@media (max-width: 767px) {
    .home-news .news .news-carousel .slick-arrow {
        font-size: 30px;

        right: 60px;
    }
}
.home-news .news .news-carousel .slick-arrow.slick-next {
    right: 30px;
}
@media (max-width: 767px) {
    .home-news .news .news-carousel .slick-arrow.slick-next {
        right: 0;
    }
}
@media (max-width: 991px) {
    .home-news .industry {
        margin-top: 30px;
    }
}
.home-news .industry .industry-carousel {
    margin-top: 50px;
    padding: 25px 30px;

    background-color: #f7f7f7;
}
@media (max-width: 991px) {
    .home-news .industry .industry-carousel {
        margin-top: 20px;
    }
}
@media (max-width: 767px) {
    .home-news .industry .industry-carousel {
        padding: 14px;
    }
}
.home-news .industry .industry-carousel .slick-slide {
    padding: 20px 0;
}
@media (max-width: 767px) {
    .home-news .industry .industry-carousel .slick-slide {
        padding: 10px 0;
    }
}
.home-news .industry .industry-carousel .component {
    position: relative;

    display: block;

    padding-left: 20px;
}
.home-news .industry .industry-carousel .component:before {
    position: absolute;
    top: 10px;
    left: 0;

    display: block;

    width: 12px;
    height: 12px;

    content: '';

    background-color: #d90200;
}
.home-news .industry .industry-carousel .component h3 {
    font-size: 18px;
    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: 767px) {
    .home-news .industry .industry-carousel .component h3 {
        font-size: 16px;
    }
}
.home-news .industry .industry-carousel .component p {
    font-size: 16px;
    line-height: 26px;

    display: -webkit-box;
    overflow: hidden;

    height: 78px;
    margin: 10px 0 0 0;

    color: #777;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media (max-width: 767px) {
    .home-news .industry .industry-carousel .component p {
        font-size: 14px;
        line-height: 24px;

        height: 72px;
        margin: 0;
    }
}
.home-news .industry .industry-carousel .component:hover h3 {
    color: #d90200;
}
.footer {
    font-size: 0;

    position: relative;

    overflow: hidden;

    background-color: #f7f7f7;
}
@media (max-width: 767px) {
    .footer {
        padding-bottom: 50px;
    }
}
.footer .foot {
    overflow: hidden;

    padding: 50px 0 40px;
}
@media (max-width: 767px) {
    .footer .foot {
        padding: 15px 0;
    }
}
.footer .foot>ul {
    font-size: 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;

    text-align: left;
    vertical-align: top;
}
@media (max-width: 767px) {
    .footer .foot>ul>li {
        width: 100%;
        margin: 4px 0;
    }
}
@media (max-width: 991px) {
    .footer .foot>ul>li {
        display: block;
    }
}
.footer .foot .title-foot h3 {
    line-height: 30px;

    margin: 0;
}
.footer .foot .title-foot h3 a {
    font-size: 18px;
    line-height: 24px;

    color: #333;
}
@media (max-width: 767px) {
    .footer .foot .title-foot h3 a {
        font-size: 16px;
    }
}
.footer .foot .text {
    margin-top: 10px;
}
@media (max-width: 991px) {
    .footer .foot .text {
        margin: 0;
        padding: 0 0 10px;
    }
}
.footer .foot .item-contact img {
    margin-bottom: 20px;
}
@media (max-width: 767px) {
    .footer .foot .item-contact img {
        display: block;
    }
}
.footer .foot .item-contact p {
    font-size: 16px;
    line-height: 30px;

    position: relative;

    margin: 20px 0 0 0;

    color: #777;
}
@media (max-width: 767px) {
    .footer .foot .item-contact p {
        font-size: 14px;
        line-height: 24px;

        margin-top: 10px;
    }
}
.footer .foot .item-contact p.tel {
    font-size: 30px;
    font-weight: bold;

    color: #d90200;
}
@media (max-width: 767px) {
    .footer .foot .item-contact p.tel {
        font-size: 24px;
    }
}
.footer .foot .item-contact img {
    max-width: 320px;
}
@media (max-width: 1350px) {
    .footer .foot .item-contact img {
        max-width: 200px;
    }
}
@media (max-width: 767px) {
    .footer .foot .item-contact img {
        max-width: 140px;
    }
}
.footer .foot .item-contact a:hover {
    text-decoration: underline;
}
.footer .foot .item-nav a {
    font-size: 16px;
    line-height: 36px;

    display: block;

    color: #777;
}
@media (max-width: 1360px) {
    .footer .foot .item-nav a {
        font-size: 14px;
    }
}
@media (max-width: 1199px) {
    .footer .foot .item-nav a {
        line-height: 24px;
    }
}
@media (max-width: 991px) {
    .footer .foot .item-nav a {
        display: inline-block;

        margin-right: 14px;

        vertical-align: top;
    }
}
@media (max-width: 767px) {
    .footer .foot .item-nav a {
        display: inline-block;

        max-width: 100%;
        margin-right: 10px;

        vertical-align: top;
    }
}
.footer .foot .item-nav a:hover {
    color: #d90200;
}
.footer .foot .item-erweima {
    text-align: center;
}
@media (max-width: 1199px) {
    .footer .foot .item-erweima {
        text-align: left;
    }
}
.footer .foot .item-erweima .erweima {
    display: inline-block;

    text-align: center;
    vertical-align: top;
}
.footer .foot .item-erweima .erweima img {
    max-width: 150px;
}
@media (max-width: 1350px) {
    .footer .foot .item-erweima .erweima img {
        max-width: 120px;
    }
}
.footer .foot .item-erweima .erweima p {
    font-size: 16px;
    line-height: 24px;

    margin: 10px 0 0 0;

    color: #777;
}
@media (max-width: 767px) {
    .footer .foot .item-erweima .erweima p {
        font-size: 14px;
    }
}
.footer .copyright {
    padding: 25px 0;

    text-align: center;

    border-top: 1px solid #e5e5e5;
}
@media (max-width: 767px) {
    .footer .copyright {
        padding: 10px 0;
    }
}
.footer .copyright p {
    font-size: 16px;
    line-height: 30px;

    margin: 0;

    color: #777;
}
@media (max-width: 1199px) {
    .footer .copyright p {
        font-size: 14px;
        line-height: 24px;
    }
}
@media (max-width: 767px) {
    .footer .copyright p {
        font-size: 12px;
    }
}
.footer .copyright p span {
    margin-left: 3%;
}
@media (max-width: 767px) {
    .footer .copyright p span {
        display: block;

        margin: 0;
    }
}
.footer .copyright p a {
    margin-left: 30px;
}
@media (max-width: 767px) {
    .footer .copyright p a {
        display: block;

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

    color: #d90200;
}
.inner-wrap {
    font-size: 0;
}
.inner-wrap .container {
    max-width: 1630px;
    margin: 0 auto;
}
.inner-wrap .inner-menu,
.inner-wrap .inner-right {
    font-size: 14px;

    display: inline-block;

    vertical-align: top;
}
.inner-wrap .inner-menu {
    width: 300px;
}
@media (max-width: 1199px) {
    .inner-wrap .inner-menu {
        width: 100%;
    }
}
.inner-wrap .inner-right {
    position: relative;
    z-index: 2;

    width: -webkit-calc(100% - 300px);
    width: calc(100% - 300px);
    margin-top: 56px;
    padding: 0 40px 0 40px;

    background-color: #fff;
}
@media (max-width: 1199px) {
    .inner-wrap .inner-right {
        width: 100%;
        margin: 0;
        margin-top: 30px;
        padding: 0 20px 0 20px;
    }
}
@media (max-width: 767px) {
    .inner-wrap .inner-right {
        padding: 0 14px 0 14px;
    }
}
.inner-wrap.mt80 {
    margin-top: -80px;
}
@media (max-width: 1470px) {
    .inner-wrap.mt80 {
        margin-top: -60px;
    }
}
@media (max-width: 1199px) {
    .inner-wrap.mt80 {
        margin: 0;
    }
}
.catalog {
    position: relative;
}
@media (max-width: 1199px) {
    .catalog {
        margin-top: 10px;
        padding: 0;
    }
}
.catalog .title-menu {
    position: relative;
}
@media (max-width: 1199px) {
    .catalog .title-menu {
        padding: 10px;

        background-color: #fff;
    }
}
.catalog .title-menu h2 {
    font-size: 36px;
    line-height: 30px;
    line-height: 1.4;

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

    margin: 0;
    padding-left: 10%;

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

    color: #fff;
}
.catalog .title-menu h2 span {
    font-size: 18px;

    display: block;
}
@media (max-width: 1199px) {
    .catalog .title-menu h2 span {
        font-size: 16px;
    }
}
@media (max-width: 1199px) {
    .catalog .title-menu h2 {
        font-size: 30px;

        position: relative;
        top: 0;

        padding-left: 0;

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

        color: #333;
    }
}
@media (max-width: 991px) {
    .catalog .title-menu h2 {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .catalog .title-menu h2 {
        font-size: 18px;
    }
}
.catalog .title-menu .btn-toggle {
    position: absolute;
    top: 5px;
    right: 0;

    display: none;

    width: 30px;
    height: 40px;
}
@media (max-width: 1199px) {
    .catalog .title-menu .btn-toggle {
        display: block;
    }
}
.catalog .title-menu .btn-toggle span {
    position: absolute;

    display: block;

    width: 30px;
    height: 2px;

    border-radius: 5px;
    background-color: #d90200;
}
.catalog .title-menu .btn-toggle .line1 {
    top: 35%;
    left: 50%;

    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: translateX(-50%) rotateZ(0deg);
    -ms-transform: translateX(-50%) rotate(0deg);
    transform: translateX(-50%) rotateZ(0deg);
}
.catalog .title-menu .btn-toggle .line2 {
    top: 50%;
}
.catalog .title-menu .btn-toggle .line3 {
    top: 65%;
    left: 50%;

    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: translateX(-50%) rotateZ(0deg);
    -ms-transform: translateX(-50%) rotate(0deg);
    transform: translateX(-50%) rotateZ(0deg);
}
.catalog .title-menu .btn-toggle.active .line2 {
    opacity: 0;
}
.catalog .title-menu .btn-toggle.active .line1 {
    top: 50%;
    left: 50%;

    -webkit-transform: translateX(-50%) rotateZ(-45deg);
    -ms-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotateZ(-45deg);
}
.catalog .title-menu .btn-toggle.active .line3 {
    top: 50%;
    left: 50%;

    -webkit-transform: translateX(-50%) rotateZ(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotateZ(45deg);
}
@media (max-width: 1199px) {
    .catalog .title-menu .menu-img {
        display: none;
    }
}
.catalog .menu-nav {
    position: relative;
    z-index: 2;
}
@media (max-width: 1199px) {
    .catalog .menu-nav {
        display: none;
    }
}
.catalog .menu-nav ul.menunav-1>li {
    position: relative;

    border-bottom: 1px solid #d9d9d9;
    border-left: 4px solid #e1e1e1;
}
.catalog .menu-nav ul.menunav-1>li>a {
    font-size: 16px;
    line-height: 30px;

    position: relative;

    display: block;

    padding: 20px 50px 20px 30px;

    -webkit-transition: all .2s;
    transition: all .2s;
}
@media (max-width: 1199px) {
    .catalog .menu-nav ul.menunav-1>li>a {
        font-size: 15px;

        padding: 5px 40px 5px 20px;
    }
}
@media (max-width: 767px) {
    .catalog .menu-nav ul.menunav-1>li>a {
        font-size: 14px;
    }
}
.catalog .menu-nav ul.menunav-1>li>a:before {
    position: absolute;
    top: 0;
    left: -4px;

    display: block;

    width: 4px;
    height: 0;

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

    background-color: #d90200;
}
.catalog .menu-nav ul.menunav-1>li>a:after {
    font-family: 'iconfont' !important;
    font-size: 20px;

    position: absolute;
    right: 20px;

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

    opacity: 0;
    color: #d90200;
}
@media (max-width: 1199px) {
    .catalog .menu-nav ul.menunav-1>li>a:after {
        font-size: 20px;

        right: 10px;

        display: none;
    }
}
.catalog .menu-nav ul.menunav-1>li .iconfont {
    line-height: 40px;

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

    width: 40px;

    text-align: center;
}
.catalog .menu-nav ul.menunav-1>li.active .iconfont:before {
    content: '\e628';
}
.catalog .menu-nav ul.menunav-1>li ul.menunav-2 {
    display: none;

    padding: 10px 0;

    border-top: 1px solid #d9d9d9;
}
@media (max-width: 991px) {
    .catalog .menu-nav ul.menunav-1>li ul.menunav-2>li {
        display: inline-block;

        vertical-align: top;
    }
}
.catalog .menu-nav ul.menunav-1>li ul.menunav-2>li>a {
    font-size: 16px;
    line-height: 30px;

    display: block;

    padding: 10px 30px;

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

    color: #666;
}
@media (max-width: 991px) {
    .catalog .menu-nav ul.menunav-1>li ul.menunav-2>li>a {
        font-size: 14px;
        line-height: 24px;

        padding: 4px 14px;
    }
}
.catalog .menu-nav ul.menunav-1>li ul.menunav-2>li>a:before {
    display: inline-block;

    margin-right: 6px;

    content: '- ';
    vertical-align: middle;
}
.catalog .menu-nav ul.menunav-1>li ul.menunav-2>li:hover>a,
.catalog .menu-nav ul.menunav-1>li ul.menunav-2>li.active>a {
    color: #d90200;
}
.catalog .menu-nav ul.menunav-1>li:hover>a,
.catalog .menu-nav ul.menunav-1>li.active>a {
    color: #d90200;
}
.catalog .menu-nav ul.menunav-1>li:hover>a:before,
.catalog .menu-nav ul.menunav-1>li.active>a:before {
    height: 100%;
}
.catalog .menu-nav ul.menunav-1>li:hover>a:after,
.catalog .menu-nav ul.menunav-1>li.active>a:after {
    opacity: 1;
}
.inner {
    font-size: 14px;

    padding: 70px 0;
}
@media (max-width: 991px) {
    .inner {
        padding: 50px 0;
    }
}
.inner-title h2 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.4;

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

    margin: 0;

    text-transform: uppercase;

    color: #d90200;
}
@media (max-width: 767px) {
    .inner-title h3 {
        font-size: 16px;
    }
}
.inner-location {
    margin-top: 30px;
    padding: 15px 0;

    border-bottom: 2px solid #e2e2e2;
}
@media (max-width: 1199px) {
    .inner-location {
        margin-top: 10px;
    }
}
@media (max-width: 767px) {
    .inner-location {
        padding: 10px 0;
    }
}
.inner-location .title-inner {
    display: inline-block;
}
@media (max-width: 767px) {
    .inner-location .title-inner {
        display: block;
    }
}
.inner-location .title-inner h2 {
    font-size: 30px;
    line-height: 30px;

    margin: 0;
}
@media (max-width: 1199px) {
    .inner-location .title-inner h2 {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .inner-location .title-inner h2 {
        font-size: 18px;
    }
}
.inner-location .title-inner h2:before {
    display: inline-block;
    float: left;

    width: 32px;
    height: 32px;

    content: '';
    vertical-align: middle;

    background: url(../images/arrow-r.png) no-repeat center;
    background-size: cover;
}
@media (max-width: 991px) {
    .inner-location .title-inner h2:before {
        width: 24px;
        height: 24px;
        margin-top: 3px;
    }
}
.inner-location .location {
    display: inline-block;
    float: right;
}
@media (max-width: 767px) {
    .inner-location .location {
        display: block;
        float: none;

        margin-top: 10px;

        text-align: left;
    }
}
.inner-location .location .icon {
    font-size: 20px;

    color: #d90200;
}
.inner-location .location .icon,
.inner-location .location span,
.inner-location .location ul {
    line-height: 30px;

    display: inline-block;

    vertical-align: top;
}
.inner-location .location ul {
    color: #666;
}
.inner-location .location ul li {
    display: inline-block;

    vertical-align: top;
}
.inner-location .location ul li:after {
    display: inline-block;

    content: '>';
    vertical-align: top;
}
.inner-location .location ul li:last-child:after {
    display: none;
}
.inner-location .location ul li a {
    display: inline-block;

    vertical-align: top;
}
.inner-location .location ul li a:hover {
    color: #d90200;
}
.innersidebar {
    position: absolute;
    top: -webkit-calc(50% + 40px);
    top: calc(50% + 40px);

    width: 100%;

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

    color: #fff;
}
@media (max-width: 767px) {
    .innersidebar {
        position: relative;
        top: 0;

        margin-top: 30px;

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

        color: #666;
    }
}
.innersidebar .title-innersidebar h2 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1;

    display: inline-block;

    margin: 0;

    background-image: -webkit-linear-gradient(right, #fff, #b4b4b4, #fff);
    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;
}
@media (max-width: 991px) {
    .innersidebar .title-innersidebar h2 {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .innersidebar .title-innersidebar h2 {
        background-image: -webkit-linear-gradient(right, #666, #b4b4b4, #666);
    }
}
.innersidebar .sidebar {
    margin-top: 30px;
}
@media (max-width: 991px) {
    .innersidebar .sidebar {
        margin-top: 20px;
    }
}
.innersidebar .sidebar>ul {
    margin: 0 -34px;
}
@media (max-width: 991px) {
    .innersidebar .sidebar>ul {
        margin: 0 -10px;
    }
}
.innersidebar .sidebar>ul>li {
    display: inline-block;

    padding: 0 34px;

    vertical-align: top;
}
@media (max-width: 991px) {
    .innersidebar .sidebar>ul>li {
        padding: 0 10px;
    }
}
.innersidebar .sidebar>ul>li>a {
    font-size: 16px;
    line-height: 30px;

    position: relative;

    display: block;

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

    border-bottom: 2px solid rgba(255, 255, 255, 0);
}
@media (max-width: 767px) {
    .innersidebar .sidebar>ul>li>a {
        font-size: 14px;
    }
}
.innersidebar .sidebar>ul>li>a:after {
    position: absolute;
    bottom: -7px;
    left: 50%;

    display: block;

    width: 0;
    height: 0;

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

    opacity: 0;
    border-width: 5px 3px 0 3px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}
.innersidebar .sidebar>ul>li.active>a,
.innersidebar .sidebar>ul>li:hover>a {
    border-bottom: 2px solid #fff;
}
@media (max-width: 767px) {
    .innersidebar .sidebar>ul>li.active>a,
    .innersidebar .sidebar>ul>li:hover>a {
        color: #d90200;
    }
}
.innersidebar .sidebar>ul>li.active>a:after,
.innersidebar .sidebar>ul>li:hover>a:after {
    opacity: 1;
}
.inner-about {
    overflow: hidden;
}
.inner-about .about {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: 30px;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 767px) {
    .inner-about .about {
        display: block;
    }
}
.inner-about .about .about-img {
    overflow: hidden;

    width: 32%;
}
@media (max-width: 991px) {
    .inner-about .about .about-img {
        width: 40%;
    }
}
@media (max-width: 767px) {
    .inner-about .about .about-img {
        width: 100%;
    }
    .inner-about .about .about-img img {
        width: 100%;
    }
}
.inner-about .about .about-txt {
    position: relative;
    z-index: 2;

    width: -webkit-calc(40% + 80px);
    width: calc(40% + 80px);
    margin-left: -80px;
    padding: 40px;

    background-color: #fff;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, .1);
}
@media (max-width: 1199px) {
    .inner-about .about .about-txt {
        padding: 30px 20px;
    }
}
@media (max-width: 991px) {
    .inner-about .about .about-txt {
        width: -webkit-calc(40% + 80px);
        width: calc(40% + 80px);
    }
}
@media (max-width: 767px) {
    .inner-about .about .about-txt {
        width: 100%;
        margin: 0;
    }
}
@media (min-width: 1560px) {
    .inner-about .about .about-txt .txt p {
        line-height: 2.25;
    }
}
@media (max-width: 1199px) {
    .inner-about .about .about-txt .txt p {
        font-size: 14px;
        line-height: 24px;
    }
}
.inner-about .about .about-number {
    width: -webkit-calc(28% - 150px);
    width: calc(28% - 150px);
}
@media (max-width: 991px) {
    .inner-about .about .about-number {
        width: 20%;
        padding-left: 20px;
    }
}
@media (max-width: 767px) {
    .inner-about .about .about-number {
        width: 100%;
        padding: 0;
    }
    .inner-about .about .about-number ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;

        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
.inner-about .about .about-number .component {
    max-width: 140px;
    margin: 25px auto;

    -webkit-transition: all .6s;
    transition: all .6s;
    text-align: center;
}
@media (max-width: 767px) {
    .inner-about .about .about-number .component {
        margin: 20px 0;
    }
}
.inner-about .about .about-number .component b {
    font-family: 'D-DIN Condensed';
    font-size: 96px;
    font-weight: normal;
    line-height: 1;

    display: block;

    color: #d90200;
}
@media (max-width: 1560px) {
    .inner-about .about .about-number .component b {
        font-size: 80px;
    }
}
@media (max-width: 991px) {
    .inner-about .about .about-number .component b {
        font-size: 60px;
    }
}
.inner-about .about .about-number .component b sub {
    font-size: 48px;

    bottom: 24px;

    vertical-align: bottom;
}
@media (max-width: 991px) {
    .inner-about .about .about-number .component b sub {
        font-size: 38px;
    }
}
.inner-about .about .about-number .component p {
    font-size: 16px;
    line-height: 24px;

    margin: 10px 0 0 0;
}
@media (max-width: 1470px) {
    .inner-about .about .about-number .component p {
        font-size: 14px;
    }
}
.inner-about .about .about-number .component:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}
.inner-about .about .about-title {
    width: 150px;
}
@media (max-width: 991px) {
    .inner-about .about .about-title {
        display: none;
    }
}
.inner-about .about .about-title h2 {
    font-family: 'D-DIN Condensed';
    font-size: 170px;
    font-weight: bold;
    line-height: 1;

    margin: 0;

    -ms-writing-mode: tb-rl;

    color: rgba(0, 0, 0, .1);

    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}
@media (max-width: 1470px) {
    .inner-about .about .about-title h2 {
        font-size: 140px;
    }
}
.inner-culture {
    overflow: hidden;

    padding: 120px 0 170px;

    text-align: center;

    background: url(../images/culture_bg.jpg) no-repeat center;
    background-position: center;
    background-size: cover;
    box-shadow: 0 0 10px inset rgba(0, 0, 0, .1);
}
@media (min-width: 1200px) {
    .inner-culture {
        background-attachment: fixed;
    }
}
@media (max-width: 1199px) {
    .inner-culture {
        padding: 60px 0 80px;
    }
}
.inner-culture .title-culture h2 {
    font-family: 'D-DIN Condensed';
    font-size: 170px;
    font-weight: bold;
    line-height: 1;

    margin: 0;

    color: rgba(255, 255, 255, .3);
}
@media (max-width: 1470px) {
    .inner-culture .title-culture h2 {
        font-size: 140px;
    }
}
@media (max-width: 1199px) {
    .inner-culture .title-culture h2 {
        font-size: 100px;
    }
}
@media (max-width: 991px) {
    .inner-culture .title-culture h2 {
        font-size: 80px;
    }
}
@media (max-width: 767px) {
    .inner-culture .title-culture h2 {
        font-size: 40px;
    }
}
.inner-culture .title-culture h3 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;
}
@media (max-width: 767px) {
    .inner-culture .title-culture h3 {
        font-size: 24px;
    }
}
.inner-culture .culture {
    max-width: 750px;
    margin: 0 auto;
    margin-top: 50px;
}
@media (max-width: 991px) {
    .inner-culture .culture {
        max-width: 80%;
    }
}
.inner-culture .culture p {
    font-size: 24px;
    line-height: 30px;

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

    margin: 0;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 767px) {
    .inner-culture .culture p {
        font-size: 20px;
    }
}
.inner-culture .culture p span {
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 50px;

    color: #d90200;
}
.inner-history {
    overflow: hidden;

    background: url(../images/history_bg.jpg) no-repeat center;
    background-size: cover;
}
.inner-history .inner-title {
    text-align: center;
}
.inner-history .history {
    position: relative;

    max-width: 1050px;
    margin: 0 auto;
    margin-top: 70px;
    padding: 30px 0;
}
@media (max-width: 767px) {
    .inner-history .history {
        margin-top: 30px;
    }
}
.inner-history .history:before {
    position: absolute;
    top: 0;
    left: 50%;

    display: block;

    width: 1px;
    height: 100%;

    content: '';

    background-color: #d4d4d4;
}
@media (max-width: 767px) {
    .inner-history .history:before {
        left: 6px;
    }
}
.inner-history .history .slick-slide {
    padding-right: 50%;
}
@media (max-width: 767px) {
    .inner-history .history .slick-slide {
        margin: 20px 0;
        padding-right: 0;
    }
}
.inner-history .history .slick-slide:nth-child(2n+1) {
    padding-right: 0;
    padding-left: 50%;
}
@media (max-width: 767px) {
    .inner-history .history .slick-slide:nth-child(2n+1) {
        padding-left: 0;
    }
}
.inner-history .history .slick-slide:nth-child(2n) {
    text-align: right;
}
@media (max-width: 767px) {
    .inner-history .history .slick-slide:nth-child(2n) {
        text-align: left;
    }
}
.inner-history .history .slick-slide:nth-child(2n) .component .year:before {
    right: -36px;
    left: auto;
}
@media (max-width: 767px) {
    .inner-history .history .slick-slide:nth-child(2n) .component .year:before {
        right: auto;
        left: -20px;
    }
}
.inner-history .history .component {
    padding: 30px;
}
@media (max-width: 767px) {
    .inner-history .history .component {
        padding: 0 0 0 20px;
    }
}
.inner-history .history .component .year {
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;

    position: relative;

    color: #d90200;
}
@media (max-width: 767px) {
    .inner-history .history .component .year {
        font-size: 20px;
    }
}
.inner-history .history .component .year:before {
    position: absolute;
    top: 10px;
    left: -36px;

    display: block;

    width: 12px;
    height: 12px;

    content: '';

    border-radius: 50%;
    background-color: #d90200;
}
@media (max-width: 767px) {
    .inner-history .history .component .year:before {
        left: -20px;
    }
}
.inner-history .history .component .history-txt {
    margin-top: 20px;
    padding: 30px;

    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
}
@media (max-width: 767px) {
    .inner-history .history .component .history-txt {
        margin-top: 10px;
        padding: 20px;
    }
}
.inner-history .history .component .history-txt .month {
    font-size: 18px;
    line-height: 36px;

    display: inline-block;

    padding: 0 26px;

    color: #fff;
    background-color: #d90200;
}
@media (max-width: 767px) {
    .inner-history .history .component .history-txt .month {
        font-size: 16px;
    }
}
.inner-history .history .component .history-txt .txt {
    margin-top: 14px;
}
.inner-history .history .component .history-txt .txt p {
    font-size: 16px;
    line-height: 1.75;

    margin: 0;
}
@media (max-width: 1199px) {
    .inner-history .history .component .history-txt .txt p {
        font-size: 14px;
        line-height: 24px;
    }
}
.inner-history .history .slick-arrow {
    line-height: 50px;

    top: -56px;
    left: 50%;

    width: 50px;
    height: 50px;

    -webkit-transform: translateX(-50%);
    -webkit-transform: translateX(-50%) rotate(90deg);
    -webkit-transform: center;
    -ms-transform: translateX(-50%);
    -ms-transform: translateX(-50%) rotate(90deg);
    -ms-transform: center;
    transform: translateX(-50%);
    transform: translateX(-50%) rotate(90deg);
    transform: center;
}
@media (max-width: 767px) {
    .inner-history .history .slick-arrow {
        left: 6px;
    }
}
.inner-history .history .slick-arrow.slick-next {
    top: auto;
    bottom: -56px;
}
.inner-qualification {
    overflow: hidden;

    text-align: center;
}
.inner-qualification .qualification {
    margin-top: 60px;
}
@media (max-width: 991px) {
    .inner-qualification .qualification {
        margin-top: 30px;
    }
}
@media (max-width: 767px) {
    .inner-qualification .qualification {
        margin-top: 10px;
    }
}
.inner-qualification .qualification .qualification-carousel {
    margin: 0 -15px;
}
@media (max-width: 767px) {
    .inner-qualification .qualification .qualification-carousel {
        margin: 0 -5px;
    }
}
.inner-qualification .qualification .slick-slide {
    padding: 0 15px;
}
@media (max-width: 767px) {
    .inner-qualification .qualification .slick-slide {
        padding: 0 5px;
    }
}
.inner-qualification .qualification .component {
    display: block;
    overflow: hidden;

    border: 3px solid #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.inner-qualification .qualification .component img {
    height: 270px;

    -webkit-transition: all 1s;
    transition: all 1s;
}
@media (max-width: 1470px) {
    .inner-qualification .qualification .component img {
        height: 200px;
    }
}
@media (max-width: 767px) {
    .inner-qualification .qualification .component img {
        height: 140px;
    }
}
.inner-qualification .qualification .component:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.inner-qualification .slick-list {
    margin-bottom: 40px;
}
@media (max-width: 767px) {
    .inner-qualification .slick-list {
        margin-bottom: 20px;
    }
}
.inner-qualification .slick-dots {
    font-size: 0;

    display: inline-block !important;

    vertical-align: middle;
}
.inner-qualification .slick-dots li {
    margin: 0 8px;

    border-radius: 10px;
}
@media (max-width: 767px) {
    .inner-qualification .slick-dots li {
        margin: 0 4px;
    }
}
.inner-qualification .slick-dots .slick-active {
    width: 40px;
}
@media (max-width: 767px) {
    .inner-qualification .slick-dots .slick-active {
        width: 20px;
    }
}
.inner-qualification .prev-next {
    display: inline-block;

    vertical-align: middle;
}
.inner-qualification .prev-next .slick-arrow {
    font-size: 34px;

    position: relative;
    top: 0;

    display: inline-block;

    margin: 0 10px;

    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    vertical-align: middle;

    background: none;
}
@media (max-width: 767px) {
    .inner-qualification .prev-next .slick-arrow {
        margin: 0;
    }
}
.inner-contact {
    overflow: hidden;

    background-color: #f6f6f6;
}
.inner-contact .inner-title {
    text-align: center;
}
.inner-contact .contact {
    margin-top: 30px;
}
.inner-contact .contact ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

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

    max-width: 300px;
}
@media (max-width: 767px) {
    .inner-contact .contact .component {
        max-width: 100%;
        margin: 10px 0;
    }
}
.inner-contact .contact .component .icon,
.inner-contact .contact .component .txt {
    display: inline-block;

    vertical-align: top;
}
.inner-contact .contact .component .icon {
    width: 120px;

    text-align: center;
}
@media (max-width: 1199px) {
    .inner-contact .contact .component .icon {
        width: 80px;
    }
}
.inner-contact .contact .component .icon img {
    display: inline-block;

    width: 70px;
}
@media (max-width: 1199px) {
    .inner-contact .contact .component .icon img {
        width: 50px;
    }
}
.inner-contact .contact .component .txt {
    width: -webkit-calc(100% - 120px);
    width: calc(100% - 120px);
}
@media (max-width: 1199px) {
    .inner-contact .contact .component .txt {
        width: -webkit-calc(100% - 80px);
        width: calc(100% - 80px);
    }
}
.inner-contact .contact .component .txt h3 {
    font-size: 18px;
    line-height: 24px;

    margin: 0;

    color: #d90200;
}
@media (max-width: 991px) {
    .inner-contact .contact .component .txt h3 {
        font-size: 16px;
    }
}
.inner-contact .contact .component .txt p {
    font-size: 16px;
    line-height: 30px;

    margin: 0;

    color: #666;
}
@media (max-width: 991px) {
    .inner-contact .contact .component .txt p {
        font-size: 14px;
        line-height: 24px;
    }
}
.inner-contact .contact .component .txt p a:hover {
    text-decoration: underline;

    color: #d90200;
}
.inner-contact .contact .component:hover .icon {
    -webkit-animation: swing 1s 0s ease both;
    animation: swing 1s 0s ease both;
}
.inner-map {
    position: relative;

    overflow: hidden;
}
.inner-map .office {
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 5%;

    width: 100%;
    max-width: 540px;
    padding: 50px 20px;

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

    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 1470px) {
    .inner-map .office {
        max-width: 400px;
        padding: 30px 20px;
    }
}
@media (max-width: 1199px) {
    .inner-map .office {
        position: relative;
        top: 0;
        left: 0;

        max-width: 100%;

        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }
}
.inner-map .office .title-office h2 {
    font-size: 36px;
}
@media (max-width: 1470px) {
    .inner-map .office .title-office h2 {
        font-size: 30px;
    }
}
@media (max-width: 991px) {
    .inner-map .office .title-office h2 {
        font-size: 24px;
    }
}
.inner-map .office .title-office h2 span {
    color: #d90200;
}
.inner-map .office .desc {
    overflow-y: auto;

    height: 300px;
    margin-top: 50px;
    padding-right: 20px;
}
@media (max-width: 1470px) {
    .inner-map .office .desc {
        margin-top: 30px;
    }
}
.inner-map .office .desc::-webkit-scrollbar {
    position: absolute;
    left: 0;

    width: 8px;
}
.inner-map .office .desc::-webkit-scrollbar-track {
    background-color: #f2f2f2;
}
.inner-map .office .desc::-webkit-scrollbar-thumb {
    background-color: #dadada;
}
.inner-map .office .desc ul li {
    padding: 15px 0;

    border-bottom: 1px solid #d1d1d1;
}
@media (max-width: 991px) {
    .inner-map .office .desc ul li {
        padding: 10px 0;
    }
}
.inner-map .office .desc p {
    font-size: 16px;
    line-height: 30px;

    margin: 0;

    color: #666;
}
@media (max-width: 1470px) {
    .inner-map .office .desc p {
        font-size: 14px;
        line-height: 24px;
    }
}
.inner-map #map {
    width: 100%;
    height: 800px;
}
@media (max-width: 1199px) {
    .inner-map #map {
        height: 600px;
    }
}
.inner-map label {
    width: 100px !important;
    max-width: 100px;
    padding: 10px !important;

    white-space: normal !important;
    word-break: break-all;

    border: none !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
#about-about,
#about-qualification,
#about-contact,
#about-history,
#about-culture {
    position: relative;
    top: -80px;
}
.inner-case .case {
    margin-top: -40px;
}
@media (max-width: 767px) {
    .inner-case .case {
        margin-top: -20px;
    }
}
@media (min-width: 1200px) {
    .inner-case .case ul {
        margin: 0 -20px;
    }
}
@media (min-width: 1200px) {
    .inner-case .case ul li {
        padding: 0 20px;
    }
}
.inner-case .case .component {
    display: block;

    margin-top: 40px;
}
@media (max-width: 767px) {
    .inner-case .case .component {
        margin-top: 20px;
    }
}
.inner-case .case .component .ibox {
    padding-bottom: 75%;
}
.inner-case .case .component .ibox img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.inner-case .case .component .desc {
    position: relative;
    z-index: 2;

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

    text-align: center;

    border: 2px solid #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#fff));
    background-image: -webkit-linear-gradient(#f1f1f1, #fff);
    background-image: linear-gradient(#f1f1f1, #fff);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
}
@media (max-width: 1199px) {
    .inner-case .case .component .desc {
        margin-top: -25px;
    }
}
@media (max-width: 991px) {
    .inner-case .case .component .desc {
        margin-top: -20px;
    }
}
.inner-case .case .component .desc h3 {
    font-size: 16px;
    line-height: 68px;

    display: -webkit-box;
    overflow: hidden;

    height: 68px;
    margin: 0;

    color: #777;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1199px) {
    .inner-case .case .component .desc h3 {
        line-height: 50px;

        height: 50px;
    }
}
@media (max-width: 991px) {
    .inner-case .case .component .desc h3 {
        line-height: 40px;

        height: 40px;
    }
}
@media (max-width: 767px) {
    .inner-case .case .component .desc h3 {
        font-size: 14px;
    }
}
.inner-case .case .component:hover .ibox img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.inner-case .case .component:hover .desc h3 {
    color: #d90200;
}
.inner-news .news {
    margin-top: -50px;
}
@media (max-width: 1470px) {
    .inner-news .news {
        margin-top: -30px;
    }
}
.inner-news .news ul li {
    border-bottom: 1px solid #eee;
}
.inner-news .news .component {
    display: block;

    padding: 50px 0;
}
@media (max-width: 1470px) {
    .inner-news .news .component {
        padding: 30px 0;
    }
}
.inner-news .news .component .news-img {
    width: 320px;

    vertical-align: middle;
}
@media (max-width: 991px) {
    .inner-news .news .component .news-img {
        width: 280px;
    }
}
@media (max-width: 767px) {
    .inner-news .news .component .news-img {
        width: 100%;
    }
}
.inner-news .news .component .ibox {
    padding-bottom: 75%;
}
.inner-news .news .component .ibox img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.inner-news .news .component .desc {
    display: inline-block;

    width: -webkit-calc(100% - 320px);
    width: calc(100% - 320px);
    padding-left: 30px;

    vertical-align: middle;
}
@media (max-width: 991px) {
    .inner-news .news .component .desc {
        width: -webkit-calc(100% - 280px);
        width: calc(100% - 280px);
    }
}
@media (max-width: 767px) {
    .inner-news .news .component .desc {
        width: 100%;
        margin-top: 20px;
        padding-left: 0;
    }
}
.inner-news .news .component .desc h3 {
    font-size: 24px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

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

    display: -webkit-box;
    overflow: hidden;

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

    color: #666;

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

        display: -webkit-box;
        overflow: hidden;

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

        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
}
.inner-news .news .component .desc .info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

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

    color: #999;
    border-top: 1px solid #e2e2e2;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 991px) {
    .inner-news .news .component .desc .info {
        margin-top: 20px;
    }
}
@media (max-width: 767px) {
    .inner-news .news .component .desc .info {
        margin-top: 10px;
    }
}
.inner-news .news .component .desc .info h4 {
    font-size: 14px;
    line-height: 30px;

    margin: 0;
}
.inner-news .news .component .desc .info h4 span:nth-child(1) {
    margin-right: 20px;
}
@media (max-width: 767px) {
    .inner-news .news .component .desc .info h4 span:nth-child(1) {
        margin-right: 10px;
    }
}
.inner-news .news .component .desc .info h4 span .icon {
    font-size: 20px;

    display: inline-block;

    margin-right: 6px;

    vertical-align: middle;
}
@media (max-width: 767px) {
    .inner-news .news .component .desc .info h4 span .icon {
        margin-right: 2px;
    }
}
.inner-news .news .component .desc .info .more {
    line-height: 30px;

    display: inline-block;

    padding: 0 20px;

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

    color: #fff;
    background-color: #d90200;
}
.inner-news .news .component .desc .info .more:hover {
    background-color: #e70012;
}
.inner-news .news .component:hover .ibox img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.inner-news .news .component:hover .desc h3 {
    color: #d90200;
}
.inner-news-show {
    padding-top: 40px;
}
.inner-news-show .title-news-show {
    text-align: center;
}
.inner-news-show .title-news-show h1 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;

    margin: 0;
}
@media (max-width: 991px) {
    .inner-news-show .title-news-show h1 {
        font-size: 18px;
    }
}
.inner-news-show .title-news-show p {
    font-size: 14px;
    line-height: 24px;

    margin: 10px 0 0 0;

    color: #999;
}
.inner-news-show .title-news-show p span {
    display: inline-block;

    margin: 0 10px;

    vertical-align: middle;
}
.inner-news-show .title-news-show .txt-share {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    padding: 20px 0;

    text-align: left;

    border-bottom: 1px solid #eee;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 767px) {
    .inner-news-show .title-news-show .txt-share {
        display: block;

        padding: 10px 0;
    }
}
.inner-news-show .text-top {
    overflow: hidden;

    margin-top: 30px;
    padding: 10px 5%;

    color: #999;
    background-color: #f5f5f5;
}
.inner-news-show .text-top:before,
.inner-news-show .text-top:after {
    font-family: Arial;
    font-size: 72px;
    line-height: 40px;

    display: block;

    content: '“';
}
.inner-news-show .text-top:before {
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
}
.inner-news-show .text-top:after {
    float: right;

    content: '“';
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.inner-news-show .text-top .note {
    padding: 20px 5%;
}
.inner-news-show .text-top p {
    font-size: 14px;
    line-height: 30px;
}
.inner-news-show .text {
    margin-top: 30px;

    color: #666;
}
.inner-news-show .text p {
    font-size: 16px;
    line-height: 2;

    margin: 0;
}
@media (max-width: 767px) {
    .inner-news-show .text p {
        font-size: 14px;
        line-height: 24px;
    }
}
.inner-news-show .text img {
    max-width: 100%;
    height: auto !important;
}
.button-relate {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: 50px;

    background-color: #f7f7f7;

    -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;
}
.button-relate a {
    line-height: 60px;

    width: 60px;
    height: 60px;

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

    color: #d3d3d3;
    background-color: #ececec;
}
.button-relate a .icon {
    font-size: 30px;
}
.button-relate a:hover {
    color: #fff;
    background-color: #d90200;
}
.button-relate a.return {
    background-color: #f7f7f7;
}
.button-relate a.return .icon {
    font-size: 40px;
}
.button-relate a.return:hover {
    color: #d90200;
}
.inner-solution {
    padding: 0;
}
.inner-solution .solution ul li:nth-child(2n) .component .solution-img {
    left: 50%;
}
@media (max-width: 767px) {
    .inner-solution .solution ul li:nth-child(2n) .component .solution-img {
        left: 0;
    }
}
.inner-solution .solution ul li:nth-child(2n) .component .solution-desc {
    right: 50%;
}
@media (max-width: 767px) {
    .inner-solution .solution ul li:nth-child(2n) .component .solution-desc {
        right: 0;
    }
}
.inner-solution .solution .component {
    display: block;
    position: relative;
}
.inner-solution .solution .component .solution-img,
.inner-solution .solution .component .solution-desc {
    position: relative;
    vertical-align: middle;
    width: 50%;
}
@media (max-width: 767px) {
    .inner-solution .solution .component .solution-img,
    .inner-solution .solution .component .solution-desc {
        width: 100%;
    }
}
.inner-solution .solution .component .solution-img {
    position: relative;

    overflow: hidden;
}
.inner-solution .solution .component .solution-img:before {
    position: absolute;
    z-index: 2;
    top: 0;
    left: -95%;

    display: block;

    width: 140%;
    height: 100%;

    content: '';
    -webkit-transition: all .6s;
    transition: all .6s;
    -webkit-transform: skewX(-15deg);
    -ms-transform: skewX(-15deg);
    transform: skewX(-15deg);

    background-color: rgba(255, 255, 255, .4);
}
.inner-solution .solution .component .solution-img img {
    width: 100%;
}
.inner-solution .solution .component .solution-desc {
    position: absolute;
    top: 0;
    right: 0;

    height: 100%;
    padding: 80px 5%;
}
@media (max-width: 1470px) {
    .inner-solution .solution .component .solution-desc {
        padding: 50px 3%;
    }
}
@media (max-width: 991px) {
    .inner-solution .solution .component .solution-desc {
        padding: 30px 20px;
    }
}
@media (max-width: 767px) {
    .inner-solution .solution .component .solution-desc {
        position: relative;
    }
}
.inner-solution .solution .component .title-solution h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 40px;

    margin: 0;
}
@media (max-width: 991px) {
    .inner-solution .solution .component .title-solution h3 {
        font-size: 26px;
    }
}
@media (max-width: 767px) {
    .inner-solution .solution .component .title-solution h3 {
        font-size: 20px;
    }
}
.inner-solution .solution .component .title-solution h3:before {
    display: inline-block;

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

    content: '';
    vertical-align: middle;

    background: url(../images/arrow-r.png) no-repeat center;
    background-size: cover;
}
@media (max-width: 991px) {
    .inner-solution .solution .component .title-solution h3:before {
        width: 24px;
        height: 24px;
    }
}
.inner-solution .solution .component .title-solution h3 span {
    color: #d90200;
}
.inner-solution .solution .component .txt {
    overflow-y: auto;

    /*    height: -webkit-calc(100% - 160px);
    height:         calc(100% - 160px); */
    margin-top: 30px;
}
@media (max-width: 991px) {
    .inner-solution .solution .component .txt {
        /*        height: -webkit-calc(100% - 120px);
        height:         calc(100% - 120px); */
        margin-top: 20px;
    }
}
@media (max-width: 767px) {
    .inner-solution .solution .component .txt {
        height: auto;
    }
}
.inner-solution .solution .component .txt::-webkit-scrollbar {
    position: absolute;
    left: 0;

    width: 8px;
}
.inner-solution .solution .component .txt::-webkit-scrollbar-track {
    background-color: #f2f2f2;
}
.inner-solution .solution .component .txt::-webkit-scrollbar-thumb {
    background-color: #dadada;
}
.inner-solution .solution .component .txt {
    font-size: 16px;
    line-height: 30px;

    color: #777;
}
@media (max-width: 991px) {
    .inner-solution .solution .component .txt {
        font-size: 14px;
        line-height: 24px;
    }
}
.inner-solution .solution .component a.more {
    font-size: 16px;
    line-height: 50px;

    display: inline-block;

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

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

    color: #fff;
    border-radius: 5px;
    background-color: #d90200;
}
@media (max-width: 991px) {
    .inner-solution .solution .component a.more {
        line-height: 40px;

        margin-top: 20px;
        padding: 0 50px;
    }
}
@media (max-width: 767px) {
    .inner-solution .solution .component a.more {
        font-size: 14px;
    }
}
.inner-solution .solution .component a.more:hover {
    background-color: #e70012;
}
.inner-solution .solution .component:hover .solution-img:before {
    left: -140%;
}
.inner-product {
    padding-top: 0;
}
@media (min-width: 1560px) {
    .inner-product .product ul {
        margin: 0 -30px;
    }
    .inner-product .product ul li {
        padding: 0 30px;
    }
}
.inner-product .product .component {
    display: block;

    margin-top: 60px;

    border: 1px solid #e6e6e6;
}
@media (max-width: 1470px) {
    .inner-product .product .component {
        margin-top: 30px;
    }
}
.inner-product .product .component .product-img .ibox {
    padding-bottom: 74.28571429%;
}
.inner-product .product .component .product-img .ibox img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.inner-product .product .component .desc {
    padding: 20px;

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

    background-color: #f4f4f4;
}
@media (max-width: 1470px) {
    .inner-product .product .component .desc {
        padding: 10px;
    }
}
.inner-product .product .component .desc h3 {
    font-size: 18px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1470px) {
    .inner-product .product .component .desc h3 {
        font-size: 16px;
    }
}
.inner-product .product .component .desc .more {
    font-size: 16px;
    line-height: 30px;

    display: block;

    margin-top: 10px;

    color: #d90200;
}
@media (max-width: 1470px) {
    .inner-product .product .component .desc .more {
        font-size: 14px;
    }
}
@media (max-width: 767px) {
    .inner-product .product .component .desc .more {
        margin-top: 4px;
    }
}
.inner-product .product .component:hover {
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
}
.inner-product .product .component:hover .product-img .ibox img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.inner-product .product .component:hover .desc {
    background-color: #d90200;
}
.inner-product .product .component:hover .desc h3,
.inner-product .product .component:hover .desc .more {
    color: #fff;
}
.inner-product-show .product-show .products-show-scroll {
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.inner-product-show .product-show .products-show-scroll .itempack {
    cursor: crosshair;
}
.inner-product-show .product-show .products-show-scroll .itempack .ibox {
    padding-bottom: 74.28571429%;
}
.inner-product-show .product-show .products-show-scroll .slick-arrow {
    font-size: 24px;
    line-height: 1;
    line-height: 70px;

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

    overflow: hidden;

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

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

    color: #e3e3e3;
    border: none;
    border-radius: 0;
    outline: none;
    background: none;
    background-color: #f7f7f7;
}
@media (max-width: 767px) {
    .inner-product-show .product-show .products-show-scroll .slick-arrow {
        font-size: 20px;
        line-height: 50px;

        width: 30px;
        height: 50px;

        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    }
}
.inner-product-show .product-show .products-show-scroll .slick-arrow:before {
    font-family: 'iconfont' !important;

    display: inline-block;

    content: '\e610';
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}
.inner-product-show .product-show .products-show-scroll .slick-arrow.slick-next {
    right: 0;
    left: auto;
}
.inner-product-show .product-show .products-show-scroll .slick-arrow.slick-next:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.inner-product-show .product-show .products-show-scroll .slick-arrow:hover {
    background-color: #d90200;
}
@media (max-width: 991px) {
    .inner-product-show .product-show .product-info {
        margin-top: 30px;
    }
}
.inner-product-show .product-show .title-product-show h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;

    position: relative;

    margin: 0;
    padding: 0 20px;
}
.inner-product-show .product-show .title-product-show h3:before {
    position: absolute;
    top: 49%;
    left: 0;

    display: block;

    width: 100%;
    height: 2px;

    content: '';

    background-color: #d90200;
}
.inner-product-show .product-show .title-product-show h3 span {
    position: relative;
    z-index: 2;

    padding: 0 16px;

    background-color: #fff;
}
.inner-product-show .product-show .desc {
    padding: 20px 0;
}
@media (max-width: 1470px) {
    .inner-product-show .product-show .desc {
        padding: 10px 0;
    }
}
.inner-product-show .product-show .desc p {
    font-size: 16px;
    line-height: 24px;

    margin: 0;

    color: #666;
}
@media (max-width: 1470px) {
    .inner-product-show .product-show .desc p {
        font-size: 14px;
        line-height: 24px;
    }
}
.inner-product-show .product-show .share-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: 30px;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1470px) {
    .inner-product-show .product-show .share-link {
        margin-top: 20px;
    }
}
@media (max-width: 767px) {
    .inner-product-show .product-show .share-link {
        display: block;
    }
}
.inner-product-show .product-show .btn-contact a {
    font-size: 16px;
    line-height: 46px;

    display: inline-block;

    padding: 0 38px;

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

    color: #fff;
    background-color: #d90200;
}
.inner-product-show .product-show .btn-contact a:hover {
    color: #fff;
    background-color: #e60000;
}
.inner-product-show .product-show .btn-contact a:hover:before {
    border-color: transparent transparent transparent #fff;
}
@media (max-width: 767px) {
    .inner-product-show .product-show .social-share {
        margin-top: 20px;
    }
}
.inner-product-show .title-pro-show {
    padding: 14px 0;

    border-bottom: 3px solid #d90200;
}
.inner-product-show .title-pro-show h2 {
    font-size: 30px;
    line-height: 1.4;

    margin: 0;
}
@media (max-width: 1470px) {
    .inner-product-show .title-pro-show h2 {
        font-size: 24px;
    }
}
@media (max-width: 991px) {
    .inner-product-show .title-pro-show h2 {
        font-size: 20px;
    }
}
.inner-product-show .details {
    padding-top: 50px;
}
.inner-product-show .details .details-sort {
    padding: 14px 14px 0 14px;
}
@media (max-width: 767px) {
    .inner-product-show .details .details-sort {
        padding: 10px 10px 0 10px;
    }
}
.inner-product-show .details .details-sort ul {
    border-bottom: 1px solid #d90200;
}
.inner-product-show .details .details-sort ul li {
    position: relative;

    display: inline-block;

    vertical-align: top;

    border-bottom: none;
}
.inner-product-show .details .details-sort ul li a {
    font-size: 18px;
    line-height: 30px;

    display: block;

    padding: 10px 30px;

    color: #777;
}
@media (max-width: 767px) {
    .inner-product-show .details .details-sort ul li a {
        font-size: 14px;
        line-height: 30px;

        padding: 4px 10px;
    }
}
.inner-product-show .details .details-sort ul li.active a {
    color: #fff;
    background-color: #d90200;
}
.inner-product-show .details .details-list {
    overflow: hidden;

    padding: 30px 0;
}
.inner-product-show .details .details-list p {
    font-size: 16px;
    line-height: 1.875;

    margin: 0;

    color: #666;
}
.inner-product-show .details .details-list img {
    max-width: 100%;
    height: auto !important;
}
.inner-product-show .details .details-list table {
    width: 100%;
}
.inner-product-show .details .details-list table td,
.inner-product-show .details .details-list table th {
    padding: 10px;

    border: 1px solid #dcdcdc;
}
.inner-product-show .recommended-products .recommended-products-carousel {
    margin-top: 30px;
    padding: 0 30px;
}
@media (max-width: 991px) {
    .inner-product-show .recommended-products .recommended-products-carousel {
        padding: 0 10px;
    }
}
.inner-product-show .recommended-products .slick-slide {
    padding: 0 15px;
}
@media (max-width: 991px) {
    .inner-product-show .recommended-products .slick-slide {
        padding: 0 5px;
    }
}
.inner-product-show .recommended-products .slick-arrow {
    left: -10px;
}
.inner-product-show .recommended-products .slick-arrow.slick-next {
    right: -10px;
}
nav {
    text-align: center;
}
.pagination {
    margin: 50px 0 0 0;
    padding: 0;
}
@media (max-width: 991px) {
    .pagination {
        margin-top: 30px;
    }
}
.pagination li.prev a,
.pagination li.next a {
    border-radius: 50%;
}
.pagination li.prev a span:before,
.pagination li.next a span:before {
    font-family: 'iconfont' !important;

    content: '\eb60';
}
.pagination li.next a span:before {
    content: '\e625';
}
.pagination li a {
    line-height: 36px;

    display: block;

    width: 36px;
    height: 36px;
    margin: 0 6px;
    padding: 0;

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

    color: #666;
    border: none;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .7);
}
@media (max-width: 991px) {
    .pagination li a {
        line-height: 30px;

        width: 30px;
        height: 30px;
    }
}
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    color: #fff;
    background-color: #d90200;
}
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    color: #fff;
    background-color: #d90200;
}
.zoom:after {
    position: absolute;
    top: 0;
    right: 0;

    display: block;

    width: 33px;
    height: 33px;

    content: '';

    background: url(../images/icon.png);
}
.zoom img {
    display: block;
}
.zoom img::-moz-selection {
    background-color: transparent;
}
.zoom img::selection {
    background-color: transparent;
}

.inner-technical .technical .technical-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    color: #fff;
    background-image: -webkit-gradient(linear, left top, right top, from(#d90200), to(#d90200));
    background-image: -webkit-linear-gradient(left, #d90200, #d90200);
    background-image: linear-gradient(to right, #d90200, #d90200);

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.inner-technical .technical .technical-top h3 {
    font-size: 17px;
    font-weight: bold;
    line-height: 30px;

    display: inline-block;

    margin: 0;
    padding: 5px 30px;
}
@media (max-width: 991px) {
    .inner-technical .technical .technical-top h3 {
        font-size: 18px;

        padding: 10px;
    }
}
.inner-technical .technical .technical-list ul li:nth-child(2n + 1) {
    background-color: #f6f6f6;
}
.inner-technical .technical .technical-list .subject {
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    padding-right: 30px;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 991px) {
    .inner-technical .technical .technical-list .subject {
        padding-right: 10px;
    }
}
.inner-technical .technical .technical-list .subject p {
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;

    position: relative;

    margin: 0;
    padding: 30px 30px 30px 90px;

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

    color: #333;
}
@media (max-width: 991px) {
    .inner-technical .technical .technical-list .subject p {
        font-size: 18px;

        padding: 10px 10px 10px 50px;
    }
}
@media (max-width: 767px) {
    .inner-technical .technical .technical-list .subject p {
        font-size: 16px;
    }
}
.inner-technical .technical .technical-list .subject p:before {
    position: absolute;
    top: 30px;
    left: 30px;

    display: block;

    width: 49px;
    height: 32px;

    content: '';

    background: url(../images/files.png) no-repeat;
    background-size: cover;
}
@media (max-width: 991px) {
    .inner-technical .technical .technical-list .subject p:before {
        top: 15px;
        left: 10px;

        width: 30px;
        height: 26px;

        background-size: contain;
    }
}
.inner-technical .technical .technical-list .subject .down {
    line-height: 36px;
    border-radius: 15px;
    width: 36px;
    height: 36px;

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

    color: #fff;
    background-color: #d90200;
}
.inner-technical .technical .technical-list .subject .down .icon {
    font-size: 20px;
}
.inner-technical .technical .technical-list .subject .down:hover {
    background-color: #d90200;
}
.inner-technical .technical .technical-list .subject:hover p {
    color: #d90200;
}
.xsdis {
    display: none;
}
.lgdis {
    display: block;
    text-align: center;
    margin: 0 auto;
}
@media (max-width: 991px) {
    .xsdis {
        display: block;
        text-align: center;
        margin: 0 auto;
        max-width: 100%;
    }
    .lgdis {
        display: none;
    }
}
.inner-join {
    padding-top: 0;
}
.inner-join .join {
    position: relative;
    z-index: 2;

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

    border: 1px solid #e7e7e7;
    background: #fff;
}
@media (max-width: 1199px) {
    .inner-join .join {
        margin-top: 20px;
        padding: 30px 15px;
    }
}
.inner-join .join .tile-join {
    color: #fff;
    background-color: #d90200;
}
.inner-join .join .tile-join ul {
    font-size: 0;
}
.inner-join .join .tile-join ul li {
    font-size: 18px;
    line-height: 30px;

    display: inline-block;

    width: 18%;
    padding: 20px 10px;

    text-align: center;
    vertical-align: middle;
}
@media (max-width: 767px) {
    .inner-join .join .tile-join ul li {
        font-size: 12px;
        line-height: 22px;

        padding: 10px 5px;
    }
}
.inner-join .join .tile-join ul li p {
    margin: 0;
}
.inner-join .join .tile-join ul li:nth-child(5) {
    width: 28%;
}
.inner-join .join-list>ul>li:nth-child(2n) {
    background-color: #fff6f6
}
.inner-join .join-list>ul>li .title-join-list {
    font-size: 0;

    padding: 20px 10px;

    cursor: pointer;
    text-align: center;
}
@media (max-width: 767px) {
    .inner-join .join-list>ul>li .title-join-list {
        padding: 10px 5px;
    }
}
.inner-join .join-list>ul>li .title-join-list p {
    font-size: 14px;
    font-size: 16px;
    line-height: 30px;

    display: inline-block;

    width: 18%;
    margin: 0;

    vertical-align: middle;

    color: #666;
}
@media (max-width: 767px) {
    .inner-join .join-list>ul>li .title-join-list p {
        font-size: 13px;
        line-height: 22px;
    }
}
.inner-join .join-list>ul>li .title-join-list p:nth-child(1) {
    color: #000;
    font-weight: bold;
}
.inner-join .join-list>ul>li .title-join-list p:nth-child(1):after {
    font-family: 'iconfont' !important;

    margin-left: 10px;

    content: '\e660';
}
.inner-join .join-list>ul>li .title-join-list p:nth-child(5) {
    width: 28%;
}
.inner-join .join-list>ul>li .join-text {
    font-size: 15px;
    line-height: 30px;

    display: none;

    padding: 20px;
}
@media (max-width: 767px) {
    .inner-join .join-list>ul>li .join-text {
        font-size: 13px;
        line-height: 22px;

        padding: 10px 0;
    }
}
.inner-join .join-list>ul>li .join-text h3 {
    font-size: 15px;
    font-weight: bold;
}
.inner-join .join-list>ul>li .join-text p {
    margin: 0;

    color: #666;
}
/*分页样式*/
.page_info {
    text-align: center;
    margin: 30px auto;
    color: #aaa;
    width: 100%;
    float: left;
}
.page_info span {
    padding: 0 2px;
    font-weight: bold;
}
.page_list {
    height: 40px;
    line-height: 40px;
    text-align: center;
    letter-spacing: 0;
    font-size: 15px;
    margin: 30px auto;
    clear: both;
    padding-top: 50px;
}
.page_list a {
    display: inline-block;
    color: #aaa;
    width: 40px;
    border-radius: 50%;
    background-image: linear-gradient(#fff, #ddd);
    text-align: center;
    padding: 0 8px;
    margin: 0 3px;
    transition: all .3s ease;
}
.page_list a:hover {
    color: #fff;
    background-image: linear-gradient(#d90200, #f00);
}
.page_list a.on {
    color: #fff;
    background-image: linear-gradient(#d90200, #f00);
    font-weight: bold;
}

.table_a table {
    border-right: 1px solid #d90200;
    border-bottom: 1px solid #d90200;
    width: 100%;
}
.table_a table td {
    border-left: 1px solid #d90200;
    border-top: 1px solid #d90200;
    text-align: left;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    padding: 0 0 0 5px;
    font-family: "Microsoft YaHei";
}
.table_a table tr:nth-child(odd) {
    background: #f5f5f5;
}
.table_a table th {
    border-left: 1px solid #d90200;
    border-top: 1px solid #d90200;
    background: #f7fff4;
    color: #000;
    font-weight: bold;
    text-align: left;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    padding: 5px;
    font-family: "Microsoft YaHei";
}
.biao2 {
    background: #f1f1f1;
}

.banner .banner-text-5 {
    bottom: auto;
    top: 52%;
    transform: translateY(-50%);
}