.ff {
    font-family: 'iconfont' !important;
}
@font-face {
    font-family: 'Oswald-Bold';
    font-weight: bold;
    font-style: normal;

    src: url('../fonts/Oswald-Bold.eot');
    src: local('Oswald Bold'), local('Oswald-Bold'), url('../fonts/Oswald-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Oswald-Bold.woff2') format('woff2'), url('../fonts/Oswald-Bold.woff') format('woff'), url('../fonts/Oswald-Bold.ttf') format('truetype'), url('../fonts/Oswald-Bold.svg#Oswald-Bold') format('svg');
    font-display: swap;
}
body {
    font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Heiti SC', 'PingFang SC', 'Hiragino Sans GB', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;

    color: #333;

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

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

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

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

    color: #666;
    border: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: none;

    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
@media (max-width: 767px) {
    .slick-arrow {
        line-height: 30px;

        left: -10px;

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

    display: block;

    content: '\eb60';
}
.slick-arrow.slick-next {
    right: -5%;
    left: auto;
}
@media (max-width: 767px) {
    .slick-arrow.slick-next {
        right: -10px;
    }
}
.slick-arrow.slick-next:before {
    content: '\e625';
}
.slick-arrow:hover {
    color: #e9280c;
}
.slick-dots {
    text-align: center;
}
.slick-dots li {
    display: inline-block;

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

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

    border-radius: 10px;
    background-color: rgba(51, 51, 51, .5);
}
.slick-dots li button {
    display: none;
}
.slick-dots li.slick-active {
    background-color: #000;
}
.flexwrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.pt-130 {
    padding-top: 130px;
}
@media (max-width: 1199px) {
    .pt-130 {
        padding-top: 90px;
    }
}
.header {
    position: fixed;
    z-index: 9;
    top: 5%;
    left: 5%;

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

    width: 90%;
    height: 80px;

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

    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, .3);
    border-bottom: 1px solid rgba(255, 255, 255, .3);

    -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) {
    .header {
        left: 2%;

        width: 96%;
    }
}
@media (max-width: 1199px) {
    .header {
        top: 0;
        left: auto;

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

        color: #333;
        border-radius: 0;
        background-color: #fff;
    }
}
.header .logo {
    position: relative;

    height: 50px;

    overflow: hidden;
    -webkit-transition: all .4s;
    transition: all .4s;
}
@media (max-width: 1860px) {
    .header .logo {
        width: 190px;

    }
}
@media (max-width: 767px) {
    .header .logo {
        overflow: hidden;

        width: 115px;
        height: 30px;
    }
}
.header .logo .black {
    display: none;
}
.header .logo img {
    display: inline-block;

    height: 100%;

    vertical-align: middle;
}
.header .email {
    line-height: 40px;

    height: 40px;
    margin: 0;
}
@media (max-width: 1199px) {
    .header .email {
        line-height: 30px;

        height: 30px;
    }
}
.header .email .icon {
    font-size: 24px;

    display: inline-block;

    vertical-align: middle;
}
.header .email a:hover {
    text-decoration: underline;
}
.header .top-nav {
    display: inline-block;

    vertical-align: top;
}
@media (max-width: 1199px) {
    .header .top-nav {
        display: none;
    }
}
.header .top-nav>ul>li {
    display: inline-block;

    vertical-align: middle;
}
.header .top-nav>ul>li>a {
    line-height: 40px;

    display: block;

    height: 40px;
    padding: 0 25px;

    text-transform: capitalize;
}
@media (max-width: 1199px) {
    .header .top-nav>ul>li>a {
        line-height: 30px;

        height: 30px;
    }
}
.header .top-nav>ul>li>a:hover {
    text-decoration: underline;
}
.header .language {
    line-height: 80px;

    position: relative;

    display: inline-block;

    margin-left: 30px;

    text-align: center;
    vertical-align: middle;
}
@media (max-width: 1560px) {
    .header .language {
        margin-left: 10px;
    }
}
@media (max-width: 1199px) {
    .header .language {
        line-height: 60px;
    }
}
.header .language p {
    font-size: 16px;
    font-weight: bold;

    margin: 0;
    padding: 0 20px;

    cursor: pointer;
}
.header .language p:after {
    display: inline-block;

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

    content: '';
    vertical-align: middle;

    border-width: 8px 5px 0 5px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}
@media (max-width: 1199px) {
    .header .language p:after {
        border-color: #333 transparent transparent transparent;
    }
}
.header .language ul {
    position: absolute;
    z-index: 2;
    top: 100%;

    display: none;

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

    text-align: left;

    color: #666;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.header .language ul li a {
    line-height: 30px;

    display: block;

    padding: 0 10px;

    white-space: nowrap;
}
.header .language ul li a:before {
    display: inline-block;

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

    content: '';
    vertical-align: middle;

    background: url(../images/language.png) no-repeat;
    background-size: cover;
}
.header .language ul li.en a:before {
    background-position: -26px 0;
}
.header .language ul li.ru a:before {
    background-position: -52px 0;
}
.header .language ul li.ar a:before {
    background-position: -78px 0;
}
.header .language ul li:hover a {
    color: #e9280c;
}
@media (max-width: 1199px) {
    .header .pc-nav {
        display: none;
    }
}
@media (min-width: 1200px) {
    .header .pc-nav {
        display: inline-block;

        vertical-align: middle;
    }
    .header .pc-nav>ul>li {
        position: relative;

        display: inline-block;

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

        position: relative;

        display: block;

        padding: 0 26px;

        -webkit-transition: all .2s;
        transition: all .2s;
        text-transform: uppercase;
    }
    .header .pc-nav>ul>li.active>a,
    .header .pc-nav>ul>li:hover>a {
        color: #fff;
        background-color: #e9280c;
    }
    .header .pc-nav .nav-list2 {
        position: absolute;
        z-index: 9;
        top: 100%;

        display: none;

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

        color: #333;
        background-color: rgba(255, 255, 255, .8);
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    }
    .header .pc-nav .nav-list2>li>a {
        font-size: 15px;
        line-height: 30px;

        display: block;

        padding: 5px 20px;

        white-space: nowrap;
        text-transform: capitalize;
    }
    .header .pc-nav .nav-list2>li.active>a,
    .header .pc-nav .nav-list2>li:hover>a {
        color: #e9280c;
    }
    .header .pc-nav .nav-list3 {
        position: absolute;
        top: 0;
        left: 100%;

        display: none;

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

        background-color: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    }
    .header .pc-nav .nav-list3>li>a {
        font-size: 14px;
        line-height: 30px;

        display: block;

        padding: 5px 10px;

        white-space: nowrap;
    }
    .header .pc-nav .nav-list3>li.active>a,
    .header .pc-nav .nav-list3>li:hover>a {
        color: #e9280c;
    }
}
@media (min-width: 1200px) and (max-width: 1199px) {
    .header .pc-nav {
        display: none;
    }
}
@media (min-width: 1200px) and (max-width: 1470px) {
    .header .pc-nav>ul>li>a {
        padding: 0 16px;
    }
}
.header .btn-menu {
    position: relative;

    display: none;

    width: 30px;
    height: 60px;
}
@media (max-width: 1199px) {
    .header .btn-menu {
        display: inline-block;

        vertical-align: middle;
    }
}
.header .btn-menu a {
    position: absolute;
    top: 0;
    left: 0;

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

    width: 100%;
    height: 100%;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.header .btn-menu a:before,
.header .btn-menu a:after {
    display: block;

    height: 2px;

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

    background: #666;
}
.header .btn-menu a span {
    display: block;

    height: 2px;
    margin: 7px 0;

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

    background: #666;
}
.header .serach-part {
    display: inline-block;

    vertical-align: middle;
}
.header .pc-search {
    font-size: 14px;
    line-height: 38px;

    display: inline-block;

    width: 210px;
    height: 40px;

    vertical-align: middle;

    border: 1px solid #888;
    border-radius: 19px;
}
@media (max-width: 1400px) {
    .header .pc-search {
        font-size: 18px;

        width: 160px;
    }
}
@media (max-width: 1199px) {
    .header .pc-search {
        display: none;
    }
}
.header .pc-search form {
    position: relative;

    overflow: hidden;

    padding-left: 40px;
}
.header .pc-search .submit {
    line-height: 38px;

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

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

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

    background: none;
}
.header .pc-search .submit .icon {
    font-size: 18px;
}
.header .pc-search input {
    font-size: 12px;
    line-height: 38px;

    width: 100%;
    height: 38px;

    background: none;
}
.header .pc-search input::-webkit-input-placeholder,
.header .pc-search textarea::-webkit-input-placeholder {
    color: #888;
}
.header .pc-search input:-o-placeholder,
.header .pc-search textarea:-o-placeholder {
    color: #888;
}
.header .pc-search input::-moz-placeholder,
.header .pc-search textarea::-moz-placeholder {
    color: #888;
}
.header .pc-search input:-ms-input-placeholder,
.header .pc-search textarea:-ms-input-placeholder {
    color: #888;
}
.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 .find {
    font-size: 14px;

    position: relative;

    display: none;

    padding: 0 26px;

    cursor: pointer;
    -webkit-transition: all .4s;
    transition: all .4s;
    vertical-align: middle;
}
@media (max-width: 1199px) {
    .header .find {
        line-height: 60px;

        display: inline-block;

        height: 60px;
    }
}
.header .find:before {
    font-family: 'iconfont';
    font-size: 24px;

    display: inline-block;

    margin-top: -4px;

    content: '\e86e';
    vertical-align: middle;
}
.header .find:after {
    position: absolute;
    right: 0;

    display: inline-block;

    content: '|';
    vertical-align: middle;
}
.header .find:hover {
    color: #e9280c;
}
.header .tel {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;

    display: inline-block;

    vertical-align: middle;

    color: #e9280c;
}
@media (max-width: 1700px) {
    .header .tel {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .header .tel {
        font-size: 0;
    }
}
.header .tel p {
    margin: 0;
}
.header .tel .icon {
    font-size: 24px;

    display: inline-block;

    vertical-align: middle;
}
.header .header-right {
    position: relative;
}
.header .search-wrap {
    font-size: 14px;

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

    display: none;

    width: 300px;
    padding: 10px;

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

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

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

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

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

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

    content: '\e60e';
}
.stuck {
    top: 0;
    left: 0;

    width: 100%;
    padding: 0 5%;

    color: #333;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 1470px) {
    .stuck {
        padding: 0 2%;
    }
}
.stuck .logo .white {
    display: none;
}
.stuck .logo .black {
    display: block;
}
.stuck .language p:after {
    border-color: #333 transparent transparent transparent;
}
.mm-menu {
    font-size: 16px;

    text-align: left;
}
.mm-menu.mm-right {
    width: 60%;
}
html.mm-right.mm-opened.mm-opening .mm-page,
html.mm-right.mm-opened.mm-opening #mm-blocker,
html.mm-right.mm-opened.mm-opening .mm-fixed-top,
html.mm-right.mm-opened.mm-opening .mm-fixed-bottom {
    right: 60%;
}
.mm-list>li>a,
.mm-list>li>span {
    white-space: normal;
}
.mm-opening .header .btn-menu {
    margin-left: 0;
}
.mm-opening .header .btn-menu a span {
    opacity: 0;
}
.mm-opening .header .btn-menu a:before {
    -webkit-transform: rotate(45deg) translateX(43%);
    -ms-transform: rotate(45deg) translateX(43%);
    transform: rotate(45deg) translateX(43%);
}
.mm-opening .header .btn-menu a:after {
    -webkit-transform: rotate(-45deg) translateX(43%);
    -ms-transform: rotate(-45deg) translateX(43%);
    transform: rotate(-45deg) translateX(43%);
}
@media (max-width: 767px) {
    .mm-opening .header .translate {
        position: fixed;
        top: 10px;
        right: 0;

        max-width: 200px;
    }
}
@media (max-width: 1199px) {
    .mm-list>li {
        display: block !important;

        text-transform: capitalize;
    }
    .mm-list>li .overview {
        display: none;
    }
    .mm-list>li .navright {
        display: none;
    }
    .mm-menu .mm-list {
        padding: 40px 0 80px 0;
    }
    .mm-menu .mm-list .mm-list {
        padding: 0 20px;
    }
}
.online-wrap .btn {
    line-height: 36px;

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

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

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

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

    display: inline-block;

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

    display: none;

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

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

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

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

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

    position: relative;

    display: block;

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

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

    color: #fff;
    border-radius: 8px;
    background-color: #0085cd;
}
.online-wrap .online a:before {
    font-size: 24px;

    -webkit-transition: all .2s;
    transition: all .2s;
}
@media (min-width: 992px) {
    .online-wrap .online a:hover {
        background-color: #e9280c;
    }
}
@media (max-width: 991px) {
    .online-wrap .online a {
        line-height: 40px;

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

    padding-right: 5px;

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

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

    display: none;

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

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

    margin: 5px 0 8px 0;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    width: 20px;
    height: 20px;

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

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

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

    display: none;

    width: 100%;

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

    text-align: center;

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

    width: 20%;

    list-style: none;

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

    display: block;

    padding: 8px 0;

    text-transform: uppercase;

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

    display: block;

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

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

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

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

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

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

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

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

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

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

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

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

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

    display: none;

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

    position: relative;

    overflow: hidden;

    width: 100%;
    height: 100vh;
}
@media (max-width: 1199px) {
    .banner {
        height: auto;
        padding-top: 60px;
    }
}
.banner img {
    display: block;
}
@media (min-width: 1200px) {
    .banner img {
        position: absolute;
        top: 50%;
        left: 50%;
    }
}
@media (max-width: 1199px) {
    .banner img {
        width: 100%;
    }
}
.banner .swiper-slide {
    overflow: hidden;
}
.banner .item {
    position: relative;

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

    width: 100%;
}
.banner .item a {
    display: block;
}
.banner .item .ban-text {
    position: absolute;
    z-index: 5;
    top: 50%;

    width: 100%;

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

    color: #fff;
}
.banner .item .ban-text h3 {
    font-size: 58px;
    font-weight: bold;

    text-align: center;
    letter-spacing: 5px;

    color: #fff;
    text-shadow: 0 0 20px rgba(0, 0, 0, .5), 0 0 20px rgba(0, 0, 0, .5);
}
@media (max-width: 1470px) {
    .banner .item .ban-text h3 {
        font-size: 50px;
    }
}
@media (max-width: 1199px) {
    .banner .item .ban-text h3 {
        font-size: 40px;
    }
}
@media (max-width: 991px) {
    .banner .item .ban-text h3 {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    .banner .item .ban-text h3 {
        font-size: 20px;
    }
}
.banner .item .ban-text p a {
    font-size: 24px;
    font-weight: bold;
    line-height: 50px;

    display: inline-block;

    height: 50px;
    margin: 20px 10px 0;
    padding: 0 30px;

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

    color: #fff;
    border-radius: 5px;
    background-color: #e42031;
}
@media (max-width: 1470px) {
    .banner .item .ban-text p a {
        font-size: 20px;

        padding: 0 20px;
    }
}
@media (max-width: 1199px) {
    .banner .item .ban-text p a {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .banner .item .ban-text p a {
        font-size: 14px;
        line-height: 40px;

        height: 40px;
        margin: 10px 5px 0;
        padding: 0 10px;
    }
}
.banner .item .ban-text p a:hover {
    background-color: #006db2;
}
.banner .swiper-pagination {
    position: absolute;
    z-index: 2;
    bottom: 4.5%;
    left: 0;

    width: auto;
    width: 100%;

    text-align: center;
}
.banner .swiper-pagination-bullet {
    font-size: 20px;
    font-weight: bold;

    width: auto;
    width: 12px;
    height: 12px;
    margin: 0 5px !important;

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

    opacity: 1;
    border-radius: 10px;
    outline: none;
    background: none;
    background-color: rgba(51, 51, 51, .5);
}
.banner .swiper-pagination-bullet-active {
    background-color: #000;
}
.banner .slick-arrow {
    font-weight: bold;

    top: 60%;
    left: 5%;

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

    border: none;
}
@media (max-width: 767px) {
    .banner .slick-arrow {
        left: 0;
    }
}
.banner .slick-arrow.slick-next {
    right: 5%;
    left: auto;
}
@media (max-width: 767px) {
    .banner .slick-arrow.slick-next {
        right: 0;
    }
}
.banner .swiper-slide-active .ban-text h3 {
    -webkit-animation: fadeInDown 1s 0s ease both;
    animation: fadeInDown 1s 0s ease both;
}
.banner .swiper-slide-active .ban-text p {
    -webkit-animation: fadeInUp 1s 0s ease both;
    animation: fadeInUp 1s 0s ease both;
}
.scroll_box {
    font-size: 14px;

    position: absolute;
    z-index: 6;
    bottom: 8%;

    width: 100%;

    text-align: center;

    color: #fff;
}
.scroll_box .icon {
    line-height: 30px;

    display: block;

    width: 30px;
    height: 30px;
    margin: 0 auto;
    margin-bottom: 10px;

    text-align: center;

    border: 1px solid #fff;
    border-radius: 50%;
}
.banner-in {
    position: relative;

    height: 100vh;

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
@media (min-width: 1200px) {
    .banner-in {
        background-attachment: fixed;
    }
}
@media (max-width: 1199px) {
    .banner-in {
        height: 700px;
    }
}
@media (max-width: 991px) {
    .banner-in {
        height: 500px;
    }
}
@media (max-width: 767px) {
    .banner-in {
        height: 280px;
    }
}
.banner-in.banner-small {
    height: 600px;

    background-position: top center;
    background-size: auto 600px;
}
@media (max-width: 1199px) {
    .banner-in.banner-small {
        height: 400px;

        background-size: auto 400px;
    }
}
@media (max-width: 991px) {
    .banner-in.banner-small {
        height: 300px;

        background-size: auto 300px;
    }
}
@media (max-width: 767px) {
    .banner-in.banner-small {
        height: 240px;

        background-size: auto 240px;
    }
}
.title {
    text-align: center;
}
.title h2 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.4;

    display: inline-block;

    margin: 0;
}
@media (max-width: 991px) {
    .title h2 {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .title h2 {
        font-size: 20px;
    }
}
.title h2:after {
    display: block;

    width: 100%;
    height: 4px;
    margin-top: 10px;

    content: '';

    background-color: #e9280c;
}
.title p {
    font-size: 15px;
    line-height: 2;

    margin: 10px 0 0 0;

    color: #666;
}
@media (max-width: 767px) {
    .title p {
        font-size: 14px;
    }
}
.box {
    overflow: hidden;
}
@media (max-width: 1199px) {
    .box {
        padding: 50px 0;
    }
}
.box .more {
    margin-top: 40px;

    text-align: center;
}
.box .more a {
    font-size: 15px;
    line-height: 46px;

    position: relative;

    display: inline-block;

    padding: 0 70px;

    color: #fff;
    background-color: #e9280c;
}
@media (max-width: 991px) {
    .box .more a {
        font-size: 14px;

        padding: 0 30px;
    }
}
.box .more a::before {
    position: absolute;
    z-index: -1;
    top: -2em;
    right: -2em;
    bottom: -2em;
    left: -2em;

    content: '';
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;

    background-image: -webkit-radial-gradient(circle, #e9280c 20%, transparent 20%), -webkit-radial-gradient(circle, transparent 10%, #e9280c 20%, transparent 20%), -webkit-radial-gradient(circle, transparent 10%, white 20%, transparent 20%), -webkit-radial-gradient(circle, #e9280c 20%, transparent 20%), -webkit-radial-gradient(circle, transparent 10%, #e9280c 20%, transparent 20%), -webkit-radial-gradient(circle, #e9280c 20%, transparent 20%), -webkit-radial-gradient(circle, transparent 10%, #e9280c 20%, transparent 20%), -webkit-radial-gradient(circle, #e9280c 20%, transparent 20%), -webkit-radial-gradient(circle, transparent 10%, #e9280c 20%, transparent 20%),
        /*  */
        -webkit-radial-gradient(circle, transparent 10%, #e9280c 20%, transparent 20%), -webkit-radial-gradient(circle, #e9280c 20%, transparent 20%), -webkit-radial-gradient(circle, transparent 10%, white 20%, transparent 20%), -webkit-radial-gradient(circle, #e9280c 20%, transparent 20%), -webkit-radial-gradient(circle, transparent 10%, #e9280c 20%, transparent 20%), -webkit-radial-gradient(circle, #e9280c 20%, transparent 20%), -webkit-radial-gradient(circle, transparent 10%, white 20%, transparent 20%);
    background-image: radial-gradient(circle, #e9280c 20%, transparent 20%), radial-gradient(circle, transparent 10%, #e9280c 20%, transparent 20%), radial-gradient(circle, transparent 10%, white 20%, transparent 20%), radial-gradient(circle, #e9280c 20%, transparent 20%), radial-gradient(circle, transparent 10%, #e9280c 20%, transparent 20%), radial-gradient(circle, #e9280c 20%, transparent 20%), radial-gradient(circle, transparent 10%, #e9280c 20%, transparent 20%), radial-gradient(circle, #e9280c 20%, transparent 20%), radial-gradient(circle, transparent 10%, #e9280c 20%, transparent 20%),
        /*  */
        radial-gradient(circle, transparent 10%, #e9280c 20%, transparent 20%), radial-gradient(circle, #e9280c 20%, transparent 20%), radial-gradient(circle, transparent 10%, white 20%, transparent 20%), radial-gradient(circle, #e9280c 20%, transparent 20%), radial-gradient(circle, transparent 10%, #e9280c 20%, transparent 20%), radial-gradient(circle, #e9280c 20%, transparent 20%), radial-gradient(circle, transparent 10%, white 20%, transparent 20%);
    background-repeat: no-repeat;
    background-position: 18% 40%, 20% 31%, 30% 30%, 40% 30%, 50% 30%, 57% 30%,
        65% 30%, 80% 32%, 15% 60%, 83% 60%, 18% 70%, 25% 70%, 41% 70%, 50% 70%,
        64% 70%, 80% 71%;
    background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%,
        10% 10%, 18% 18%, 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 10% 10%,
        20% 20%;
}
.box .more a:hover:before {
    z-index: 1;

    -webkit-transition: background-position .5s ease-in-out, background-size .75s ease-in-out;
    transition: background-position .5s ease-in-out, background-size .75s ease-in-out;

    background-position: 5% 44%, -5% 20%, 7% 5%, 23% 0, 37% 0, 58% -2%, 80% 0, 100% -2%, -5% 80%, 100% 55%, 2% 100%, 23% 100%, 42% 100%, 60% 95%, 70% 96%, 100% 100%;
    background-size: 0 0;
}
.fp-scrollable {
    height: auto;
}
.section {
    overflow: hidden;

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.section-banner {
    position: relative;
}
.section-banner #large-header {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
}
@-webkit-keyframes point_kuo {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);

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

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

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

        opacity: 0;
    }
}
@media (max-width: 1199px) {
    .box-category {
        padding: 0;
    }
}
.box-category .slick-category {
    font-size: 0;
}
.box-category .item {
    position: relative;

    display: block;
    overflow: hidden;

    height: 100vh;
}
@media (max-width: 1199px) {
    .box-category .item {
        height: 400px;
    }
}
@media (max-width: 767px) {
    .box-category .item {
        height: 300px;
    }
}
.box-category .item .pic {
    height: 100vh;

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
@media (max-width: 1199px) {
    .box-category .item .pic {
        height: 400px;
    }
}
@media (max-width: 767px) {
    .box-category .item .pic {
        height: 300px;
    }
}
.box-category .item .mask {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

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

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

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

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

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.box-category .item .mask .title-category {
    text-align: center;
}
.box-category .item .mask .title-category h3 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;
}
@media (max-width: 1470px) {
    .box-category .item .mask .title-category h3 {
        font-size: 24px;
    }
}
.box-category .item .mask .note {
    font-size: 16px;

    margin-top: 20px;
}
.box-category .item .mask .note p {
    line-height: 2;

    margin: 0;
}
.box-category .item:hover .mask {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.box-manufacturing {
    padding-top: 100px;
}
@media (max-width: 1199px) {
    .box-manufacturing {
        padding-top: 50px;
    }
}
.box-manufacturing .manufacturing .item {
    margin-top: 30px;

    text-align: center;
}
@media (max-width: 1560px) {
    .box-manufacturing .manufacturing .item {
        margin-top: 20px;
    }
}
.box-manufacturing .manufacturing .item .pic {
    position: relative;

    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.box-manufacturing .manufacturing .item .play {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;

    cursor: pointer;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}
.box-manufacturing .manufacturing .item .play .icon {
    font-size: 50px;
    font-weight: bold;

    color: #fff;
}
@media (max-width: 767px) {
    .box-manufacturing .manufacturing .item .play .icon {
        font-size: 40px;
    }
}
.box-manufacturing .manufacturing .item .img-box {
    padding-bottom: 75%;
}
.box-manufacturing .manufacturing .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.box-manufacturing .manufacturing .item h3 {
    font-size: 16px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px) {
    .box-manufacturing .manufacturing .item h3 {
        font-size: 14px;
    }
}
.box-manufacturing .manufacturing .item:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
@media (max-width: 1199px) {
    .box-about {
        padding: 0;
    }
}
.box-about .item {
    width: 100vw;
    height: 100vh;

    background-position: center;
    background-size: cover;
}
@media (max-width: 1199px) {
    .box-about .item {
        height: 500px;
    }
}
@media (max-width: 767px) {
    .box-about .item {
        height: 260px;
    }
}
.box-about .slick-arrow {
    left: 3%;
}
.box-about .slick-arrow.slick-next {
    right: 3%;
    left: auto;
}

/* gj */

.box-category .slick-arrow {
    left: 3%;
}
.box-category .slick-arrow.slick-next {
    right: 3%;
    left: auto;
}

/* 。 */

.box-about .slick-dots {
    position: absolute;
    z-index: 2;
    bottom: 3%;
    left: 0;

    width: 100%;
}
.section-service {
    background-color: #fbfbfb;
}
@media (min-width: 1200px) {
    .box-service .service ul li {
        width: 20%;
    }
}
.box-service .service .item {
    margin-top: 50px;
    padding: 30px;

    text-align: center;

    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 1350px) {
    .box-service .service .item {
        padding: 20px 14px;
    }
}
@media (max-width: 991px) {
    .box-service .service .item {
        margin-top: 30px;
    }
}
.box-service .service .item .icon {
    font-size: 30px;
    line-height: 50px;

    display: block;

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

    text-align: center;

    color: #e9280c;
    border: 1px solid #e9280c;
    border-radius: 50%;
}
.box-service .service .item h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;

    margin: 20px 0 10px;

    letter-spacing: 4px;
}
@media (max-width: 1560px) {
    .box-service .service .item h3 {
        letter-spacing: 2px;
    }
}
@media (max-width: 1350px) {
    .box-service .service .item h3 {
        font-size: 16px;

        letter-spacing: 0;
    }
}
@media (max-width: 767px) {
    .box-service .service .item h3 {
        font-size: 14px;
    }
}
.box-service .service .item p {
    line-height: 1.2;

    margin: 0;
}
@media (max-width: 767px) {
    .box-service .service .item p {
        font-size: 12px;
    }
}
.box-service .service .item:hover .icon {
    -webkit-animation: swing 1s 0s ease both;
    animation: swing 1s 0s ease both;
}
.box-service .service-down {
    position: relative;

    margin-top: 50px;

    border: 1px solid #dcdcdc;
    border-radius: 10px;
}
.box-service .service-down:before {
    position: absolute;
    z-index: 3;
    top: -14px;
    left: -webkit-calc(6% + 17px);
    left: calc(6% + 17px);

    display: block;

    width: 0;
    height: 0;

    content: '';

    border-width: 0 14px 14px 14px;
    border-style: solid;
    border-color: transparent transparent #fbfbfb transparent;
}
.box-service .service-down:after {
    position: absolute;
    top: -16px;
    left: -webkit-calc(6% + 15px);
    left: calc(6% + 15px);

    display: block;

    width: 0;
    height: 0;

    content: '';

    border-width: 0 16px 16px 16px;
    border-style: solid;
    border-color: transparent transparent #dcdcdc transparent;
}
.box-service .service-down .item {
    padding: 30px;

    -webkit-transition: all .6s;
    transition: all .6s;
    text-align: center;
}
@media (max-width: 1350px) {
    .box-service .service-down .item {
        padding: 20px;
    }
}
@media (max-width: 767px) {
    .box-service .service-down .item {
        padding: 10px 0;
    }
}
.box-service .service-down .item .num {
    font-size: 20px;
}
.box-service .service-down .item h4 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
}
@media (max-width: 1350px) {
    .box-service .service-down .item h4 {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .box-service .service-down .item h4 {
        font-size: 14px;
    }
}
.box-service .service-down .item .icon {
    font-size: 30px;

    color: #e9280c;
}
.box-service .service-down .item:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}
.section-news {
    background-color: #f9f9f9;
}
.box-news .news-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;
}
.box-news .news-top .more {
    margin-top: 0;
}
.box-news .news {
    overflow: hidden;

    margin-top: 60px;
}
@media (max-width: 767px) {
    .box-news .news {
        margin-top: 30px;
    }
}
.box-news .news .slick-news {
    margin: 0 -30px;
}
@media (max-width: 767px) {
    .box-news .news .slick-news {
        margin: 0 -15px;
        padding-bottom: 50px;
    }
}
.box-news .news .slick-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    padding: 0 30px;

    border-right: 1px solid #d4d8e0;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1199px) {
    .box-news .news .slick-slide {
        min-height: auto;
    }
}
@media (max-width: 767px) {
    .box-news .news .slick-slide {
        padding: 0 15px;
    }
}
.box-news .news .item h3 {
    font-size: 16px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 10px 0;

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

    display: -webkit-box;
    overflow: hidden;

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

    color: #666;

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

        margin-top: 10px;
    }
}
.box-news .news .item .date {
    line-height: 24px;
}
.box-news .news .item .pic .img-box {
    padding-bottom: 55%;
}
.box-news .news .item .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.box-news .news .item .news-more {
    font-size: 14px;

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

    margin-top: 20px;

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

    color: #666;

    -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;
}
.box-news .news .item .news-more .icon {
    line-height: 30px;

    width: 30px;
    height: 30px;

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

    border: 1px solid #dcdcdc;
    border-radius: 50%;
}
.box-news .news .item:hover .pic .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.box-news .news .item:hover h3 {
    color: #e9280c;
}
.box-news .news .item:hover .news-more {
    color: #e9280c;
}
.box-news .news .item:hover .news-more .icon {
    border-color: #e9280c;
}
.box-news .slick-arrow {
    top: 70%;
}
@media (max-width: 767px) {
    .box-news .slick-arrow {
        font-size: 30px;

        position: absolute;
        top: auto;
        right: 60px;
        bottom: 0;
        left: 5px;
        left: auto;

        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    .box-news .slick-arrow.slick-next {
        right: 15px;
        left: auto;
    }
}
.box-follow .title h2:after {
    display: none;
}
.box-follow .follow>ul>li {
    margin-top: 40px;
}
.box-follow .follow .title-follow h3 {
    font-size: 18px;
    line-height: 30px;
}
@media (max-width: 991px) {
    .box-follow .follow .title-follow h3 {
        font-size: 14px;
    }
}
.box-follow .follow .title-follow h3 .icon {
    font-size: 24px;

    display: inline-block;

    margin-right: 16px;

    vertical-align: middle;
}
@media (max-width: 991px) {
    .box-follow .follow .title-follow h3 .icon {
        margin-right: 6px;
    }
}
.box-follow .follow .title-follow h3 .icon-Instagramlogo {
    color: #f00;
}
.box-follow .follow .title-follow h3 .icon-tuite {
    color: #00aced;
}
.box-follow .follow .title-follow h3 .icon-facebook1 {
    color: #3b5998;
}
.box-follow .follow .iframe iframe {
    width: 100%;
    height: 400px;
}
@media (max-width: 1199px) {
    .box-follow .follow .iframe iframe {
        height: 300px;
    }
}
.active .box-category .slick-category .item {
    -webkit-animation: fadeInRight 1s 0s ease both;
    animation: fadeInRight 1s 0s ease both;
}
.active .box-manufacturing .title {
    -webkit-animation: fadeInDown 1s 0s ease both;
    animation: fadeInDown 1s 0s ease both;
}
.active .box-manufacturing .manufacturing {
    -webkit-animation: fadeInUp 1s 0s ease both;
    animation: fadeInUp 1s 0s ease both;
}
.active .box-service .title,
.active .box-follow .title {
    -webkit-animation: fadeInDown 1s .2s ease both;
    animation: fadeInDown 1s .2s ease both;
}
.active .box-service .service .item {
    -webkit-animation: zoomIn 1.5s 0s ease both;
    animation: zoomIn 1.5s 0s ease both;
}
.active .box-service .service-down {
    -webkit-animation: fadeInUp 1s .2s ease both;
    animation: fadeInUp 1s .2s ease both;
}
.active .box-news .news-top {
    -webkit-animation: fadeInDown 1s .2s ease both;
    animation: fadeInDown 1s .2s ease both;
}
.active .box-news .news {
    -webkit-animation: fadeInUp 1s .2s ease both;
    animation: fadeInUp 1s .2s ease both;
}
.active .box-follow .follow {
    -webkit-animation: fadeInUp 1s .2s ease both;
    animation: fadeInUp 1s .2s ease both;
}
.leave .box-category .slick-category .item {
    -webkit-animation: fadeOutLeft 1s 0s ease both;
    animation: fadeOutLeft 1s 0s ease both;
}
.leave .box-manufacturing .title,
.leave .box-service .title,
.leave .box-news .news-top {
    -webkit-animation: fadeOutUp 1s 0s ease both;
    animation: fadeOutUp 1s 0s ease both;
}
.leave .box-manufacturing .manufacturing {
    -webkit-animation: fadeOutDown 1s 0s ease both;
    animation: fadeOutDown 1s 0s ease both;
}
.leave .box-service .service .item {
    -webkit-animation: zoomOut 1.5s 0s ease both;
    animation: zoomOut 1.5s 0s ease both;
}
.leave .box-service .service-down {
    -webkit-animation: fadeOutUp 1s .2s ease both;
    animation: fadeOutUp 1s .2s ease both;
}
.leave .box-news .news {
    -webkit-animation: fadeOutDown 1s .2s ease both;
    animation: fadeOutDown 1s .2s ease both;
}
#fp-nav ul li,
.fp-slidesNav ul li {
    width: 26px;
    height: 26px;
    margin: 20px 0;

    border-radius: 50%;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    width: 10px;
    height: 10px;
    margin: 0 auto;

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

    background-color: #e9280c;
}
#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span {
    width: 10px;
    height: 10px;
    margin: 0;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
    margin: 0;
}
#fp-nav ul li:hover a,
#fp-nav ul li a.active {
    background: url(../images/fp-nav.png) no-repeat center;
    background-size: cover;
}
.fp-viewing-iproduct #fp-nav,
.fp-viewing-ibanner #fp-nav {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.box-footer {
    overflow: hidden;

    color: #999;
    background-color: #333;
}
@media (max-width: 991px) {
    .box-footer {
        padding-bottom: 55px;
    }
}
.box-footer .foot {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    padding: 50px 0;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 767px) {
    .box-footer .foot {
        display: block;

        padding: 30px 0;
    }
}
.box-footer .foot .foot-logo {
    text-align: center;
}
@media (max-width: 991px) {
    .box-footer .foot .foot-logo {
        width: 100%;
    }
}
.box-footer .foot .foot-logo .f-logo img {
    height: 80px;
}
@media (max-width: 767px) {
    .box-footer .foot .foot-logo .f-logo img {
        height: 60px;
    }
}
.box-footer .foot .foot-logo .erweima {
    margin-top: 20px;
}
.box-footer .foot .foot-logo .erweima img {
    width: 100px;
    margin: 0 auto;
}
@media (max-width: 767px) {
    .box-footer .foot .foot-logo .erweima img {
        width: 80px;
    }
}
.box-footer .foot .foot-logo .erweima p {
    line-height: 30px;

    margin: 10px 0 0 0;

    color: #fff;
}
.box-footer .foot .title-foot h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;

    margin: 0;

    color: #fff;
}
@media (max-width: 767px) {
    .box-footer .foot .title-foot h3 {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .box-footer .foot .foot-nav {
        margin-top: 20px;
    }
}
.box-footer .foot .foot-nav .foot-info {
    margin-top: 10px;
    max-width: 120px;
}
@media (max-width: 767px) {
    .box-footer .foot .foot-nav .foot-info {
        max-width: 100%;
        margin-top: 0;
    }
}
.box-footer .foot .foot-nav .foot-info a {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
    display: block;
}
@media (max-width: 767px) {
    .box-footer .foot .foot-nav .foot-info a {
        display: inline-block;

        margin-right: 10px;

        vertical-align: top;
    }
}
.box-footer .foot .foot-nav .foot-info a:hover {
    text-decoration: underline;

    color: #fff;
}
.box-footer .foot .foot-text .foot-info {
    margin-top: 10px;
    max-width: 250px;
    color: #fff;
}
@media (max-width: 767px) {
    .box-footer .foot .foot-text .foot-info {
        max-width: 100%;
    }
}
.box-footer .foot .foot-text .foot-info .tel {
    font-size: 20px;
    font-weight: bold;
}
.box-footer .foot .foot-text .foot-info p {
    font-size: 14px;
    line-height: 2;

    margin: 5px 0 0 0;
}
.box-footer .foot .foot-text .foot-info p a:hover {
    text-decoration: underline;
}
.box-footer .foot .foot-text .foot-info .foot-link {
    margin-top: 20px;
}
.box-footer .foot .foot-text .foot-info .foot-link a {
    line-height: 30px;

    display: inline-block;

    padding: 0 20px;

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

    color: #fff;
    border-radius: 6px;
    background-color: #e9280c;
}
.box-footer .foot .foot-text .foot-info .foot-link a:hover {
    background-color: #e42031;
}
.box-footer .copyright {
    padding: 15px 0;

    text-align: center;

    background-color: #000;
}
.box-footer .copyright p {
    line-height: 30px;

    display: inline-block;

    margin: 0;

    vertical-align: middle;
}
.box-footer .copyright a {
    display: inline-block;

    vertical-align: middle;
}
.box-footer .copyright a:hover {
    text-decoration: underline;
}
.box-footer .copyright .sitemap {
    text-decoration: underline;
}
.box-footer .copyright .sitemap:hover {
    color: #fff;
}
.message-box {
    position: fixed;
    z-index: 9;
    top: 50%;
    left: 50%;

    display: none;

    width: 100%;
    max-width: 500px;
    height: 600px;
    padding: 30px;

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

    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 767px) {
    .message-box {
        height: 630px;
    }
}
.message-box .message-nav>ul {
    font-size: 0;
}
.message-box .message-nav>ul>li {
    display: inline-block;

    margin-right: -1px;

    vertical-align: top;

    border: 1px solid #ccc;
}
.message-box .message-nav>ul>li>a {
    font-size: 14px;
    line-height: 40px;

    display: block;

    padding: 0 20px;

    background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#ededed));
}
.message-box .message-nav>ul>li.active {
    border-bottom-color: #fff;
}
.message-box .message-nav>ul>li.active>a {
    background: none;
}
.message-box .message-info {
    display: none;

    height: -webkit-calc(100% - 50px);
    height: calc(100% - 50px);
    margin-top: -1px;
    padding: 20px;

    border: 1px solid #ccc;
}
.message-box .message-info button {
    line-height: 40px;

    display: inline-block;

    padding: 0 14px;

    outline: none;
    background: none;
}
.message-box .message-info .btn-mclose {
    text-decoration: underline;

    border: none;
}
.message-box .message-info .btn-mclose:hover {
    color: #e9280c;
}
.message-box .message-online p {
    line-height: 2em;

    margin-bottom: 20px;

    color: #999;
}
.message-box .message-online p img {
    margin-right: 10px;
}
.message-box .message-online form .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.message-box .message-online form .item span {
    width: 100px;
    padding-right: 10px;

    text-align: right;
}
.message-box .message-online form .item input,
.message-box .message-online form .item textarea {
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px);
    margin: 5px 0;
    padding: 8px;

    border: 1px solid #ccc;
}
.message-box .message-online form .item-code input {
    width: -webkit-calc(100% - 210px);
    width: calc(100% - 210px);
    margin-right: 10px;

    outline: none;
}
.message-box .message-online form .item {
    position: relative;
}
.message-box .message-online form .item-code img {
    width: 70px;
    height: 35px;
    position: absolute;
    z-index: 5;
    right: 0;
    top: 10px;
}
.message-box .message-online form .item-button {
    margin-top: 30px;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.message-box .message-online form .item-button .btn-submit {
    margin-left: 20px;

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

    color: #fff;
    background-color: #e9280c;
}
.message-box .message-online form .item-button .btn-submit:hover {
    background-color: #e42031;
}
.message-box .message-tel {
    padding-top: 10%;

    text-align: center;
}
.message-box .message-tel h4 {
    font-size: 18px;
    line-height: 30px;
}
.message-box .message-tel form {
    position: relative;

    overflow: hidden;

    width: 80%;
    margin: 30px auto;

    border: 1px solid #e9280c;
    border-radius: 50px;
}
.message-box .message-tel form input {
    font-size: 16px;
    line-height: 30px;

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

    text-align: left;
}
.message-box .message-tel form .submit {
    font-size: 16px;
    line-height: 50px;

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

    width: 90px;
    padding: 0;

    text-align: center;

    color: #fff;
    border-radius: 0 50px 50px 0;
    background-color: #e9280c;
}
.message-box .message-tel .btn-mclose {
    margin-top: 40px;
}
.wrap {
    overflow: hidden;

    padding: 80px 0;
}
@media (max-width: 991px) {
    .wrap {
        padding: 40px 0;
    }
}
.wrap .wrap-right {
    padding-left: 3%;
}
.title-in {
    position: relative;

    margin-bottom: 30px;

    text-align: center;
}
.title-in:after {
    position: absolute;
    bottom: -20px;
    left: 50%;

    display: block;

    width: 50px;
    height: 2px;
    margin-left: -25px;

    content: '';

    background-color: #e9280c;
}
.title-in h2 {
    font-size: 30px;
    line-height: 60px;

    position: relative;
    z-index: 2;

    margin: 0;
}
@media (max-width: 991px) {
    .title-in h2 {
        font-size: 24px;
    }
}
.title-in h3 {
    font-size: 60px;
    font-weight: bold;

    position: absolute;
    top: 50%;

    width: 100%;

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

    color: #eee;
}
@media (max-width: 1199px) {
    .title-in h3 {
        font-size: 50px;
    }
}
@media (max-width: 991px) {
    .title-in h3 {
        font-size: 40px;
    }
}
@media (max-width: 767px) {
    .title-in h3 {
        font-size: 30px;
    }
}
.title-in p {
    font-size: 16px;
    line-height: 2;

    max-width: 550px;
    margin: 10px 0 0 0;

    color: #444;
}
@media (max-width: 767px) {
    .title-in p {
        font-size: 14px;
        line-height: 24px;
    }
}
@media (max-width: 1199px) {
    .wrap-sidenav {
        display: none;
    }
}
.wrap-sidenav .sidenav .slevel-1>li {
    overflow: hidden;

    margin-bottom: 10px;
}
.wrap-sidenav .sidenav .slevel-1>li>a {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;

    position: relative;

    display: block;

    padding: 15px 40px;

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

    background: #f7fafd;
}
@media (max-width: 1470px) {
    .wrap-sidenav .sidenav .slevel-1>li>a {
        padding-left: 40px;
    }
}
.wrap-sidenav .sidenav .slevel-1>li>a:after {
    font-family: 'iconfont' !important;
    font-size: 24px;
    font-weight: normal;
    line-height: 60px;

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

    width: 40px;

    content: '\e726';
}
.wrap-sidenav .sidenav .slevel-1>li.active>a,
.wrap-sidenav .sidenav .slevel-1>li:hover>a {
    color: #fff;
    background-color: #e9280c;
}
.wrap-sidenav .sidenav .slevel-1>li.active>a:after,
.wrap-sidenav .sidenav .slevel-1>li:hover>a:after {
    content: '\e657';
}
.wrap-sidenav .sidenav .slevel-2 {
    display: none;

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

    display: block;

    padding: 5px 40px;

    color: #444;
}
.wrap-sidenav .sidenav .slevel-2>li.active>a,
.wrap-sidenav .sidenav .slevel-2>li:hover>a {
    color: #e9280c;
}
.wrap-location .location {
    position: relative;

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

    border-bottom: 1px solid #c8d2f3;
}
.wrap-location .location .icon {
    font-size: 22px;
    line-height: 30px;

    position: absolute;
    top: 12px;
    left: 0;
}
.wrap-location .location>ul>li {
    font-size: 16px;
    line-height: 30px;

    display: inline-block;

    vertical-align: middle;
    text-transform: capitalize;
}
@media (max-width: 767px) {
    .wrap-location .location>ul>li {
        font-size: 14px;
    }
}
.wrap-location .location>ul>li:after {
    display: inline-block;

    margin: 0 4px;

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

    vertical-align: middle;
}
.wrap-location .location>ul>li>a:hover {
    text-decoration: underline;

    color: #e9280c;
}
.xs-product-nav {
    overflow: hidden;

    margin-bottom: 20px;
}
.xs-product-nav>ul {
    margin: 0 -10px;
}
.xs-product-nav>ul>li {
    display: inline-block;

    vertical-align: top;
}
.xs-product-nav>ul>li>a {
    font-size: 16px;
    line-height: 30px;

    padding: 0 10px;
}
@media (max-width: 767px) {
    .xs-product-nav>ul>li>a {
        font-size: 14px;
    }
}
.xs-product-nav>ul>li>a:before {
    margin-right: 4px;

    content: '-';
}
.xs-product-nav>ul>li.active>a {
    color: #e9280c;
}
.inside-nav {
    position: relative;

    overflow: hidden;

    margin-top: 50px;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;

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

    background-color: #fefefe;
}
.inside-nav::-webkit- scrollbar-track {
    border-radius: 5px;
    background-color: #fefefe;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}
.inside-nav::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: rgba(0, 0, 0, .1);
}
.inside-nav::-webkit- scrollbar-thumb:hover {
    border-radius: 5px;
    background: rgba(0, 0, 0, .3);
}
.inside-nav .nav-wrap {
    position: relative;
    z-index: 2;
}
.inside-nav .nav-wrap ul {
    font-size: 0;

    position: relative;

    display: inline-block;

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

    vertical-align: top;
}
@media (max-width: 991px) {
    .inside-nav .nav-wrap ul {
        margin: 0 -10px;
    }
}
.inside-nav .nav-wrap ul li {
    position: relative;

    display: inline-block;

    padding: 20px;
}
@media (max-width: 991px) {
    .inside-nav .nav-wrap ul li {
        padding: 10px;
    }
}
.inside-nav .nav-wrap ul li a {
    font-size: 16px;
    line-height: 50px;

    position: relative;

    display: block;

    padding: 0 40px;

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

    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
}
@media (max-width: 991px) {
    .inside-nav .nav-wrap ul li a {
        line-height: 40px;

        padding: 0 20px;

        box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    }
}
.inside-nav .nav-wrap ul li.active a,
.inside-nav .nav-wrap ul li:hover a {
    color: #fff;
    background-color: #e9280c;
}
.wrap-about .about {
    margin-top: 50px;
}
@media (max-width: 991px) {
    .wrap-about .about {
        margin-top: 30px;
    }
}
.wrap-about .about p {
    font-size: 16px;
    line-height: 2;

    margin: 0;

    color: #666;
}
@media (max-width: 767px) {
    .wrap-about .about p {
        font-size: 14px;
        line-height: 24px;
    }
}
.wrap-about .about img {
    max-width: 100%;
    height: auto !important;
}
@keyframes point_kuo {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);

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

        opacity: 0;
    }
}
.wrap-history .pic {
    margin-top: 30px;

    text-align: center;
}
.wrap-history .pic img {
    max-width: 100%;
}
.wrap-history .history {
    position: relative;

    margin-top: 100px;
}
@media (max-width: 1199px) {
    .wrap-history .history {
        margin-top: 50px;
    }
}
.wrap-history .history:before {
    position: absolute;
    top: 30px;
    left: 0;

    display: block;

    width: 100%;
    height: 4px;

    content: '';

    background-color: #e9280c;
}
.wrap-history .history .slick-slide {
    display: inline-block;
    float: none;

    padding: 0 15px;

    vertical-align: top;
}
.wrap-history .history .item {
    text-align: center;
}
.wrap-history .history .item .year {
    font-size: 18px;
    font-weight: bold;
    line-height: 60px;

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

    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-color: #e9280c;
}
@media (max-width: 767px) {
    .wrap-history .history .item .year {
        font-size: 16px;
    }
}
.wrap-history .history .item .title-year {
    margin-top: 14px;
}
.wrap-history .history .item .title-year h4 {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
}
@media (max-width: 767px) {
    .wrap-history .history .item .title-year h4 {
        font-size: 16px;
    }
}
.wrap-history .history .item .note {
    margin-top: 10px;
}
.wrap-history .history .item .note p {
    line-height: 24px;

    margin: 0;

    color: #444;
}
.wrap-history .history .item:hover .year {
    -webkit-animation: swing 1s 0s ease both;
    animation: swing 1s 0s ease both;
}
.wrap-history .slick-arrow {
    top: 32px;

    color: #e9280c;
}
@media (max-width: 767px) {
    .wrap-history .slick-arrow {
        left: -15px;
    }
    .wrap-history .slick-arrow.slick-next {
        right: -6px;
        left: auto;
    }
}
.wrap-manufacture {
    padding-top: 0;
}
.wrap-manufacture .manufacture {
    margin-top: 60px;
}
@media (max-width: 767px) {
    .wrap-manufacture .manufacture {
        margin-top: 30px;
    }
}
.wrap-manufacture .manufacture .title-manufacture:after {
    display: block;

    width: 95px;
    height: 5px;
    margin-top: 20px;

    content: '';

    background: #e9280c;
}
@media (max-width: 767px) {
    .wrap-manufacture .manufacture .title-manufacture:after {
        width: 60px;
        height: 3px;
        margin-top: 10px;
    }
}
.wrap-manufacture .manufacture .title-manufacture h3 {
    font-size: 30px;
    line-height: 1.4;
}
@media (max-width: 991px) {
    .wrap-manufacture .manufacture .title-manufacture h3 {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .wrap-manufacture .manufacture .title-manufacture h3 {
        font-size: 20px;
    }
}
.wrap-manufacture .manufacture .list .item {
    margin-top: 30px;

    cursor: pointer;
    text-align: center;
}
@media (max-width: 1560px) {
    .wrap-manufacture .manufacture .list .item {
        margin-top: 20px;
    }
}
.wrap-manufacture .manufacture .list .item .pic {
    position: relative;

    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.wrap-manufacture .manufacture .list .item .play {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;

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

    opacity: 0;
}
.wrap-manufacture .manufacture .list .item .play .icon {
    font-size: 50px;
    font-weight: bold;

    color: #fff;
}
@media (max-width: 767px) {
    .wrap-manufacture .manufacture .list .item .play .icon {
        font-size: 40px;
    }
}
.wrap-manufacture .manufacture .list .item-video .play {
    opacity: 1;
}
.wrap-manufacture .manufacture .list .item .img-box {
    padding-bottom: 75%;
}
.wrap-manufacture .manufacture .list .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-manufacture .manufacture .list .item h3 {
    font-size: 16px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px) {
    .wrap-manufacture .manufacture .list .item h3 {
        font-size: 14px;
    }
}
.wrap-manufacture .manufacture .list .item:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.wrap-service {
    background: #f6f6f6;
}
.wrap-service .service p {
    font-size: 18px;
    line-height: 2;

    margin: 0;
}
@media (max-width: 991px) {
    .wrap-service .service p {
        font-size: 16px;
    }
}
.wrap-service .service h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;

    margin: 20px 0;

    color: #0070c0;
}
@media (max-width: 991px) {
    .wrap-service .service h3 {
        font-size: 16px;

        margin: 10px 0;
    }
}
.wrap-service .service img {
    max-width: 100%;
    height: auto !important;
}
.wrap-news {
    padding-top: 0;
}
.wrap-news .news .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: 60px;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 767px) {
    .wrap-news .news .item {
        margin-top: 30px;
    }
}
.wrap-news .news .item .pic {
    width: 40%;
}
@media (max-width: 991px) {
    .wrap-news .news .item .pic {
        width: 50%;
    }
}
@media (max-width: 767px) {
    .wrap-news .news .item .pic {
        width: 100%;
    }
}
.wrap-news .news .item .pic .img-box {
    padding-bottom: 55%;
}
.wrap-news .news .item .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-news .news .item .text {
    width: 60%;
    padding-left: 3%;
}
@media (max-width: 991px) {
    .wrap-news .news .item .text {
        width: 50%;
    }
}
@media (max-width: 767px) {
    .wrap-news .news .item .text {
        width: 100%;
        margin-top: 20px;
        padding-left: 0;
    }
}
.wrap-news .news .item .text .date {
    display: block;

    color: #999;
}
.wrap-news .news .item .text h3 {
    font-size: 22px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 10px 0;

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

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

    display: -webkit-box;
    overflow: hidden;

    height: 84px;
    margin: 20px 0 0 0;

    color: #666;

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

    position: relative;

    display: inline-block;

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

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

    color: #aeaeae;
    border: 1px solid #e6e6e6;
    border-radius: 45px;
}
@media (max-width: 991px) {
    .wrap-news .news .item .text .more {
        margin-top: 20px;
    }
}
.wrap-news .news .item .text .more .icon {
    display: inline-block;

    margin-left: 10px;

    vertical-align: middle;
}
.wrap-news .news .item:hover .pic .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.wrap-news .news .item:hover .text h3 {
    color: #e9280c;
}
.wrap-news .news .item:hover .text .more {
    color: #fff;
    border-color: #e9280c;
    background-color: #e9280c;
}
.wrap-details .title-details h2 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;

    margin: 0;
}
@media (max-width: 1199px) {
    .wrap-details .title-details h2 {
        font-size: 30px;
    }
}
@media (max-width: 991px) {
    .wrap-details .title-details h2 {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .wrap-details .title-details h2 {
        font-size: 20px;
    }
}
.wrap-details .title-details .date {
    font-size: 16px;
    line-height: 24px;

    display: block;

    margin-top: 10px;

    color: #e9280c;
}
.wrap-details .title-details .date .icon {
    font-size: 26px;

    display: inline-block;

    vertical-align: middle;
}
.wrap-details .details .text {
    margin-top: 30px;
}
.wrap-details .details .text p {
    font-size: 16px;
    line-height: 1.875;

    margin: 0;

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

    margin: 0;

    text-transform: capitalize;
}
.wrap-details .share p,
.wrap-details .share .a2a_kit {
    display: inline-block;

    vertical-align: middle;
}
.wrap-details .relate-details {
    font-size: 0;

    margin-top: 70px;

    border-top: 1px solid #c7cdd4;
    border-bottom: 1px solid #c7cdd4;
}
@media (max-width: 991px) {
    .wrap-details .relate-details {
        margin-top: 40px;
    }
}
.wrap-details .relate-details a {
    font-size: 16px;
    line-height: 40px;

    position: relative;

    display: inline-block;
    overflow: hidden;

    width: 50%;
    height: 40px;
    padding-left: 38px;

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

    color: #666;
}
@media (max-width: 767px) {
    .wrap-details .relate-details a {
        font-size: 14px;
    }
}
.wrap-details .relate-details a:before {
    font-family: 'iconfont' !important;
    font-size: 24px;

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

    content: '\eb60';

    color: #999;
}
.wrap-details .relate-details a.prev:after {
    position: absolute;
    top: 11px;
    right: 0;

    width: 1px;
    height: 16px;

    content: '';

    background-color: #c7cdd4;
}
.wrap-details .relate-details a.next {
    padding-right: 38px;
    padding-left: 0;

    text-align: right;
}
.wrap-details .relate-details a.next:before {
    right: 0;
    left: auto;

    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.wrap-details .relate-details a:hover {
    color: #e9280c;
}
.wrap-details .relate-details a:hover:before {
    color: #e9280c;
}
.wrap-product,
.wrap-nosearch {
    padding-top: 0;
}
.wrap-product .product ul li,
.wrap-nosearch .product ul li {
    margin-top: 50px;
}
.wrap-product .product ul li:nth-child(2n) .item .pic,
.wrap-nosearch .product ul li:nth-child(2n) .item .pic {
    left: 50%;
}
@media (max-width: 767px) {
    .wrap-product .product ul li:nth-child(2n) .item .pic,
    .wrap-nosearch .product ul li:nth-child(2n) .item .pic {
        left: 0;
    }
}
.wrap-product .product ul li:nth-child(2n) .item .note,
.wrap-nosearch .product ul li:nth-child(2n) .item .note {
    right: 50%;
}
@media (max-width: 767px) {
    .wrap-product .product ul li:nth-child(2n) .item .note,
    .wrap-nosearch .product ul li:nth-child(2n) .item .note {
        right: 0;
    }
}
.wrap-product .item,
.wrap-nosearch .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -20px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (max-width: 767px) {
    .wrap-product .item,
    .wrap-nosearch .item {
        display: block;
    }
}
.wrap-product .item .pic,
.wrap-nosearch .item .pic,
.wrap-product .item .note,
.wrap-nosearch .item .note {
    position: relative;

    width: 50%;
    padding: 0 20px;
}
@media (max-width: 767px) {
    .wrap-product .item .pic,
    .wrap-nosearch .item .pic,
    .wrap-product .item .note,
    .wrap-nosearch .item .note {
        width: 100%;
    }
}
.wrap-product .item .pic .img-box,
.wrap-nosearch .item .pic .img-box {
    padding-bottom: 70%;
}
.wrap-product .item .pic .img-box img,
.wrap-nosearch .item .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
@media (max-width: 767px) {
    .wrap-product .item .note,
    .wrap-nosearch .item .note {
        margin-top: 20px;
    }
}
.wrap-product .item .note h3,
.wrap-nosearch .item .note h3 {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.5;

    -webkit-transition: all .2s;
    transition: all .2s;
}
@media (max-width: 1470px) {
    .wrap-product .item .note h3,
    .wrap-nosearch .item .note h3 {
        font-size: 30px;
    }
}
@media (max-width: 1199px) {
    .wrap-product .item .note h3,
    .wrap-nosearch .item .note h3 {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .wrap-product .item .note h3,
    .wrap-nosearch .item .note h3 {
        font-size: 20px;
    }
}
.wrap-product .item .note .open-message-box,
.wrap-nosearch .item .note .open-message-box {
    margin-top: 40px;
}
@media (max-width: 1199px) {
    .wrap-product .item .note .open-message-box,
    .wrap-nosearch .item .note .open-message-box {
        margin-top: 20px;
    }
}
.wrap-product .item .note .open-message-box a,
.wrap-nosearch .item .note .open-message-box a {
    font-size: 18px;
    font-weight: bold;
    line-height: 40px;

    display: inline-block;

    padding: 0 10px;

    color: #fff;
    border-radius: 8px;
    background-color: #e9280c;
}
@media (max-width: 767px) {
    .wrap-product .item .note .open-message-box a,
    .wrap-nosearch .item .note .open-message-box a {
        font-size: 16px;
    }
}
@media (min-width: 1200px) {
    .wrap-product .item:hover .img-box img,
    .wrap-nosearch .item:hover .img-box img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    .wrap-product .item:hover .note h3,
    .wrap-nosearch .item:hover .note h3 {
        color: #e9280c;
    }
}
.wrap-product-show .container {
    max-width: 1230px;
}
.wrap-product-show .product-show .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -20px;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (max-width: 767px) {
    .wrap-product-show .product-show .item {
        display: block;
    }
}
.wrap-product-show .product-show .item .pic,
.wrap-product-show .product-show .item .note {
    position: relative;

    width: 50%;
    padding: 0 20px;
}
@media (max-width: 767px) {
    .wrap-product-show .product-show .item .pic,
    .wrap-product-show .product-show .item .note {
        width: 100%;
    }
}
.wrap-product-show .product-show .item .pic .img-box {
    padding-bottom: 70%;
}
.wrap-product-show .product-show .item .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
@media (max-width: 767px) {
    .wrap-product-show .product-show .item .note {
        margin-top: 20px;
    }
}
.wrap-product-show .product-show .item .note h3 {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.5;

    -webkit-transition: all .2s;
    transition: all .2s;
}
@media (max-width: 1470px) {
    .wrap-product-show .product-show .item .note h3 {
        font-size: 30px;
    }
}
@media (max-width: 1199px) {
    .wrap-product-show .product-show .item .note h3 {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .wrap-product-show .product-show .item .note h3 {
        font-size: 20px;
    }
}
.wrap-product-show .product-show .item .note .btn-inquiry {
    margin-top: 40px;
}
@media (max-width: 1199px) {
    .wrap-product-show .product-show .item .note .btn-inquiry {
        margin-top: 20px;
    }
}
.wrap-product-show .product-show .item .note .btn-inquiry a {
    font-size: 18px;
    font-weight: bold;
    line-height: 40px;

    display: inline-block;

    padding: 0 10px;

    color: #fff;
    border-radius: 8px;
    background-color: #e9280c;
}
@media (max-width: 767px) {
    .wrap-product-show .product-show .item .note .btn-inquiry a {
        font-size: 16px;
    }
}
.wrap-product-show .product-parameter {
    padding: 0 5%;

    background-color: #fff;
}
@media (max-width: 767px) {
    .wrap-product-show .product-parameter {
        padding: 0 10px;
    }
}
.wrap-product-show .parameter,
.wrap-product-show .inquiry,
.wrap-product-show .product-size,
.wrap-product-show .relate-product {
    padding-top: 80px;
}
@media (max-width: 991px) {
    .wrap-product-show .parameter,
    .wrap-product-show .inquiry,
    .wrap-product-show .product-size,
    .wrap-product-show .relate-product {
        padding-top: 50px;
    }
}
.wrap-product-show .parameter .title,
.wrap-product-show .inquiry .title,
.wrap-product-show .product-size .title,
.wrap-product-show .relate-product .title {
    text-align: left;
}
.wrap-product-show .parameter .text {
    margin-top: 30px;
}
.wrap-product-show .parameter .text img {
    max-width: 100%;
    height: auto !important;
}
.wrap-product-show .parameter .text .pmargin {
    margin: 0 -10px;
}
.wrap-product-show .parameter .text p {
    font-size: 15px;
    line-height: 2;

    margin: 0;

    color: #666;
}
@media (max-width: 767px) {
    .wrap-product-show .parameter .text p {
        font-size: 14px;
        line-height: 24px;
    }
}
.wrap-product-show .parameter .text h4 {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.4;

    margin-top: 10px;

    color: #222;
}
.wrap-product-show .parameter .slogn {
    margin-top: 30px;
    padding: 30px 20px;

    background-color: #f7fafd;
}
.wrap-product-show .parameter .slogn .icon,
.wrap-product-show .parameter .slogn h4 {
    display: inline-block;

    vertical-align: middle;
}
.wrap-product-show .parameter .slogn .icon {
    font-size: 30px;

    margin-right: 10px;

    color: #e9280c;
}
.wrap-product-show .parameter .slogn h4 {
    font-size: 15px;
    line-height: 2;

    margin: 0;

    color: #e9280c;
}
.wrap-product-show .parameter .table-box {
    font-size: 15px;
    line-height: 2;

    overflow: auto;

    width: 100%;
    max-width: 100%;
    margin-top: 30px;

    color: #333;
}
@media (max-width: 991px) {
    .wrap-product-show .parameter .table-box {
        font-size: 14px;
    }
}
.wrap-product-show .parameter .table-box table {
    line-height: 1.2;

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

    border-spacing: 0;
    border-collapse: collapse;
}
.wrap-product-show .parameter .table-box table tr,
.wrap-product-show .parameter .table-box table td,
.wrap-product-show .parameter .table-box table th {
    width: auto !important;
    height: auto !important;
}
.wrap-product-show .parameter .table-box table tr:nth-child(odd) {
    background-color: #f5f5f7;
}
.wrap-product-show .parameter .table-box table tr:nth-child(even) {
    background-color: #fff;
}
.wrap-product-show .parameter .table-box table td,
.wrap-product-show .parameter .table-box table th {
    font-weight: normal;

    padding: 10px !important;

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

    background: none !important;
}
.wrap-product-show .parameter .table-box table th {
    text-align: center;
}
.wrap-product-show .title-product-show {
    padding: 14px 0;

    border-bottom: 1px solid #dcdcdc;
}
.wrap-product-show .title-product-show h2 {
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;

    margin: 0;
}
@media (max-width: 991px) {
    .wrap-product-show .title-product-show h2 {
        font-size: 24px;
    }
}
.wrap-product-show .title-product-show p {
    font-size: 14px;
    line-height: 24px;

    margin: 8px 0 0 0;

    color: #888;
}
.wrap-product-show .technology {
    padding-top: 60px;

    /* background-color: #f3f4f8; */
}
@media (max-width: 767px) {
    .wrap-product-show .technology {
        padding-top: 30px;
    }
}
.wrap-product-show .display {
    padding-top: 60px;
}
@media (max-width: 767px) {
    .wrap-product-show .display {
        padding-top: 30px;
    }
}
.wrap-product-show .title-parameter {
    position: relative;

    text-align: center;
}
.wrap-product-show .title-parameter h2 {
    font-size: 36px;
    line-height: 60px;

    position: relative;
    z-index: 2;

    margin: 0;
}
@media (max-width: 1199px) {
    .wrap-product-show .title-parameter h2 {
        font-size: 30px;
    }
}
@media (max-width: 991px) {
    .wrap-product-show .title-parameter h2 {
        font-size: 24px;
    }
}
.wrap-product-show .title-parameter h3 {
    font-size: 40px;

    position: absolute;
    top: 50%;

    width: 100%;

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

    opacity: .3;
    color: #999;
}
@media (max-width: 1199px) {
    .wrap-product-show .title-parameter h3 {
        font-size: 34px;
    }
}
@media (max-width: 991px) {
    .wrap-product-show .title-parameter h3 {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    .wrap-product-show .title-parameter h3 {
        font-size: 24px;
    }
}
.wrap-product-show .product-about .info {
    margin-top: 30px;
    padding: 30px 30px 30px 5%;

    background: url(../images/pro_about_bg.jpg) no-repeat left;
    background-size: 430px 100%;
}
@media (max-width: 767px) {
    .wrap-product-show .product-about .info {
        padding: 20px 15px 20px 3%;
    }
}
.wrap-product-show .product-about .pro-about-img ul li {
    margin-top: 30px;
}
.wrap-product-show .product-about .pro-about-img .img-box {
    overflow: hidden;

    padding-bottom: 57.69230769%;

    border-radius: 20px;
}
.wrap-product-show .product-about .title-pro-about h3 {
    font-size: 40px;
    font-weight: bold;
    line-height: 1;

    color: #fff;
    background: -webkit-gradient(linear, left bottom, left top, from(#d62930), to(#a21f24));
    background: -webkit-linear-gradient(bottom, #d62930 0%, #a21f24 100%);
    background: linear-gradient(0deg, #d62930 0%, #a21f24 100%);
    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;
}
@media (max-width: 1470px) {
    .wrap-product-show .product-about .title-pro-about h3 {
        font-size: 40px;
    }
}
@media (max-width: 1199px) {
    .wrap-product-show .product-about .title-pro-about h3 {
        font-size: 34px;
    }
}
@media (max-width: 991px) {
    .wrap-product-show .product-about .title-pro-about h3 {
        font-size: 28px;
    }
}
@media (max-width: 767px) {
    .wrap-product-show .product-about .title-pro-about h3 {
        font-size: 20px;
    }
}
.wrap-product-show .product-about .title-pro-about h3:before {
    font-size: 60px;

    content: '“';
}
@media (max-width: 991px) {
    .wrap-product-show .product-about .title-pro-about h3:before {
        font-size: 40px;
    }
}
@media (max-width: 767px) {
    .wrap-product-show .product-about .title-pro-about h3:before {
        font-size: 30px;
    }
}
.wrap-product-show .product-about .pro-about-choose {
    margin-top: 30px;
    padding: 30px;

    border-radius: 30px;
    background: #fff;
    box-shadow: 0 10px 22px 2px rgba(45, 45, 45, .23);
}
.wrap-product-show .product-about .pro-about-choose .listbox ul li {
    padding: 30px 0;

    border-bottom: 1px dashed #000;
}
.wrap-product-show .product-about .pro-about-choose .listbox .list-item h3 {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.5;
}
@media (max-width: 1199px) {
    .wrap-product-show .product-about .pro-about-choose .listbox .list-item h3 {
        font-size: 22px;
    }
}
@media (max-width: 991px) {
    .wrap-product-show .product-about .pro-about-choose .listbox .list-item h3 {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .wrap-product-show .product-about .pro-about-choose .listbox .list-item h3 {
        font-size: 18px;
    }
}
.wrap-product-show .product-about .pro-about-choose .listbox .list-item p {
    font-size: 20px;
    line-height: 1.8;

    margin: 0;
}
@media (max-width: 1199px) {
    .wrap-product-show .product-about .pro-about-choose .listbox .list-item p {
        font-size: 18px;
    }
}
@media (max-width: 991px) {
    .wrap-product-show .product-about .pro-about-choose .listbox .list-item p {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .wrap-product-show .product-about .pro-about-choose .listbox .list-item p {
        font-size: 14px;
    }
}
.wrap-product-show .product-about .pro-about-customer {
    margin-top: 30px;
    padding: 30px;

    border-radius: 30px;
    background: #fff;
    box-shadow: 0 10px 22px 2px rgba(45, 45, 45, .23);
}
.wrap-product-show .product-about .pro-about-customer .listbox ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -30px;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.wrap-product-show .product-about .pro-about-customer .listbox ul li {
    float: none;

    padding: 0 30px;
}
.wrap-product-show .product-about .pro-about-customer .listbox .list-item {
    padding: 30px 0;

    border-bottom: 1px dashed #000;
}
.wrap-product-show .product-about .pro-about-customer .listbox .list-item h3 {
    font-size: 20px;
    line-height: 30px;

    height: 60px;
}
@media (max-width: 991px) {
    .wrap-product-show .product-about .pro-about-customer .listbox .list-item h3 {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .wrap-product-show .product-about .pro-about-customer .listbox .list-item h3 {
        font-size: 16px;
    }
}
.wrap-product-show .product-about .pro-about-customer .listbox .list-item .img-desc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: 20px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.wrap-product-show .product-about .pro-about-customer .listbox .list-item .img-desc .img {
    overflow: hidden;

    width: 100px;

    border-radius: 50%;
}
.wrap-product-show .product-about .pro-about-customer .listbox .list-item .img-desc .desc {
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px);
    padding-left: 30px;
}
.wrap-product-show .product-about .pro-about-customer .listbox .list-item .img-desc .desc h4 {
    font-size: 20px;
    font-weight: bold;
    font-style: italic;
    line-height: 1.5;

    color: #000;
    background: -webkit-gradient(linear, left bottom, left top, from(#d62930), to(#a21f24));
    background: -webkit-linear-gradient(bottom, #d62930 0%, #a21f24 100%);
    background: linear-gradient(0deg, #d62930 0%, #a21f24 100%);
    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;
}
@media (max-width: 991px) {
    .wrap-product-show .product-about .pro-about-customer .listbox .list-item .img-desc .desc h4 {
        font-size: 18px;
    }
}
.wrap-product-show .product-about .pro-about-customer .listbox .list-item .img-desc .desc p {
    font-size: 20px;
    font-style: italic;
}
@media (max-width: 991px) {
    .wrap-product-show .product-about .pro-about-customer .listbox .list-item .img-desc .desc p {
        font-size: 18px;
    }
}
.wrap-product-show .product-audit .title-parameter {
    padding: 50px 0;

    color: #fff;
    background: url(../images/audit_bg.jpg) no-repeat center;
    background-size: cover;
}
.wrap-product-show .product-audit .title-parameter h2:after {
    display: block;

    width: 50px;
    height: 4px;
    margin: 0 auto;
    margin-top: 14px;

    content: '';

    background-color: #fff;
}
.wrap-product-show .product-audit .text img {
    max-width: 100%;
}
.wrap-product-show .product-faq {
    padding-top: 60px;
}
@media (max-width: 991px) {
    .wrap-product-show .product-faq {
        padding-top: 30px;
    }
}
.wrap-product-show .product-faq .title-parameter {
    position: relative;
}
.wrap-product-show .product-faq .title-parameter:after {
    position: absolute;
    bottom: -20px;
    left: 50%;

    display: block;

    width: 100px;
    height: 3px;
    margin-left: -50px;

    content: '';

    background: -webkit-gradient(linear, left bottom, left top, from(#d62930), to(#a21f24));
    background: -webkit-linear-gradient(bottom, #d62930, #a21f24);
    background: linear-gradient(0deg, #d62930, #a21f24);
}
.wrap-product-show .product-faq .faq-list {
    margin-top: 60px;
    padding: 30px;

    border-radius: 25px;
    background: #f8f8f8;
    box-shadow: 0 7px 27px 0 rgba(33, 34, 34, .25);
}
@media (max-width: 767px) {
    .wrap-product-show .product-faq .faq-list {
        padding: 20px 14px;
    }
}
.wrap-product-show .product-faq .faq-list .item {
    margin: 30px 0;
}
.wrap-product-show .product-faq .faq-list .item .title-item {
    position: relative;

    padding-left: 50px;
}
.wrap-product-show .product-faq .faq-list .item .title-item:before {
    font-size: 20px;
    line-height: 40px;

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

    display: block;

    width: 40px;
    height: 40px;

    content: 'Q';
    text-align: center;

    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: -webkit-gradient(linear, left bottom, left top, from(#d62930), to(#a21f24));
    background: -webkit-linear-gradient(bottom, #d62930, #a21f24);
    background: linear-gradient(0deg, #d62930, #a21f24);

    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.wrap-product-show .product-faq .faq-list .item .title-item h3 {
    font-size: 26px;
    font-weight: 500;
    line-height: 40px;

    color: #000;
    background: -webkit-gradient(linear, left bottom, left top, from(#d62930), to(#a21f24));
    background: -webkit-linear-gradient(bottom, #d62930 0%, #a21f24 100%);
    background: linear-gradient(0deg, #d62930 0%, #a21f24 100%);
    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;
}
@media (max-width: 991px) {
    .wrap-product-show .product-faq .faq-list .item .title-item h3 {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .wrap-product-show .product-faq .faq-list .item .title-item h3 {
        font-size: 18px;
    }
}
.wrap-product-show .product-faq .faq-list .item .note {
    position: relative;

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

    background: #fff;
    box-shadow: 0 4px 12px 1px rgba(44, 44, 44, .29);
}
@media (max-width: 767px) {
    .wrap-product-show .product-faq .faq-list .item .note {
        padding-left: 50px;
    }
}
.wrap-product-show .product-faq .faq-list .item .note:before {
    font-size: 24px;

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

    display: block;

    content: 'A:';
}
@media (max-width: 767px) {
    .wrap-product-show .product-faq .faq-list .item .note:before {
        font-size: 20px;

        left: 14px;
    }
}
.wrap-product-show .product-faq .faq-list .item .note p {
    font-size: 18px;
    line-height: 2;

    margin: 0;
}
@media (max-width: 991px) {
    .wrap-product-show .product-faq .faq-list .item .note p {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .wrap-product-show .product-faq .faq-list .item .note p {
        font-size: 14px;
    }
}
.wrap-product-show .product-relate .item {
    display: block;

    margin-top: 30px;
}
.wrap-product-show .product-relate .item .img-box {
    padding-bottom: 70%;
}
.wrap-product-show .product-relate .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-product-show .product-relate .item:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.wrap-product-show .inquiry {
    font-size: 0;

    padding-top: 50px;
}
.wrap-product-show .inquiry .message-left,
.wrap-product-show .inquiry .message-right {
    font-size: 14px;

    display: inline-block;

    width: 50%;

    vertical-align: middle;
}
@media (max-width: 767px) {
    .wrap-product-show .inquiry .message-left,
    .wrap-product-show .inquiry .message-right {
        width: 100%;
    }
}
.wrap-product-show .inquiry .message-left .title-contact {
    padding-right: 3%;
}
.wrap-product-show .inquiry .message-left .title-contact h2 {
    font-size: 36px;
    font-weight: bold;
}
@media (max-width: 1199px) {
    .wrap-product-show .inquiry .message-left .title-contact h2 {
        font-size: 30px;
    }
}
@media (max-width: 991px) {
    .wrap-product-show .inquiry .message-left .title-contact h2 {
        font-size: 24px;
    }
}
.wrap-product-show .inquiry .message-left .title-contact h2:after {
    display: block;

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

    content: '';

    background-color: #e9280c;
}
.wrap-product-show .inquiry .message-left .title-contact p {
    font-size: 18px;
    line-height: 1.5;

    margin: 20px 0 0 0;

    color: #999;
}
@media (max-width: 991px) {
    .wrap-product-show .inquiry .message-left .title-contact p {
        font-size: 16px;
    }
}
.wrap-product-show .inquiry .message-left .text {
    margin: 30px 0;
    padding: 30px 0;

    border-top: 1px solid #e6e6e7;
    border-bottom: 1px solid #e6e6e7;
}
@media (max-width: 767px) {
    .wrap-product-show .inquiry .message-left .text {
        margin: 20px 0;
        padding: 20px 0;
    }
}
.wrap-product-show .inquiry .message-left .text p {
    font-size: 18px;
    font-weight: bold;
    line-height: 2;

    margin: 10px 0;

    color: #000;
}
@media (max-width: 767px) {
    .wrap-product-show .inquiry .message-left .text p {
        font-size: 16px;
    }
}
.wrap-product-show .inquiry .message-left .text p a:hover {
    text-decoration: underline;
}
.wrap-product-show .inquiry .message-right {
    padding: 30px;

    background-color: #fff;
}
@media (max-width: 767px) {
    .wrap-product-show .inquiry .message-right {
        padding: 0;
    }
}
.wrap-product-show .inquiry .message-right form ul {
    margin: 0 -5px;
}
.wrap-product-show .inquiry .message-right form ul li {
    padding: 10px 5px;
}
.wrap-product-show .inquiry .message-right form .group {
    position: relative;

    background-color: #f5f6f7;
}
.wrap-product-show .inquiry .message-right form .group-code {
    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;
}
.wrap-product-show .inquiry .message-right form .group-code .group {
    width: -webkit-calc(100% - 160px);
    width: calc(100% - 160px);
}
.wrap-product-show .inquiry .message-right form .group-code .code {
    height: 54px;
}
.wrap-product-show .inquiry .message-right form .group label {
    font-size: 14px;
    line-height: 54px;

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

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

    color: #999;
}
.wrap-product-show .inquiry .message-right form .group input,
.wrap-product-show .inquiry .message-right form .group textarea {
    font-size: 14px;
    line-height: 24px;

    position: relative;
    z-index: 2;

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

    color: #999;
    border-radius: 0;
    outline: 0;
    background: none;
}
.wrap-product-show .inquiry .message-right form .group input:placeholder-shown+label,
.wrap-product-show .inquiry .message-right form .group textarea:placeholder-shown+label {
    top: 0;

    background-color: transparent;
}
.wrap-product-show .inquiry .message-right form .group input:focus+label,
.wrap-product-show .inquiry .message-right form .group textarea:focus+label,
.wrap-product-show .inquiry .message-right form .group input:valid+label,
.wrap-product-show .inquiry .message-right form .group textarea:valid+label {
    top: -36px;
    left: 20px;

    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);

    opacity: .8;
}
.wrap-product-show .inquiry .message-right form .group textarea {
    resize: none;
}
.wrap-product-show .inquiry .message-right form .submit {
    font-size: 16px;
    line-height: 50px;

    width: 100%;
    padding: 0 10px;

    color: #fff;
    border-radius: 0;
    background: none;
    background-color: #e42031;
}
.wrap-product-show .inquiry .message-right form .submit .icon {
    font-size: 18px;
    font-weight: normal;

    display: inline-block;

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

    -webkit-transition: all .6s;
    transition: all .6s;
    vertical-align: middle;
}
.wrap-product-show .inquiry .message-right form .submit:hover {
    background-color: #e42031;
}
.wrap-product-show .product-prev-next {
    padding: 30px 0;
}
.wrap-product-show .product-prev-next a {
    line-height: 40px;

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

    height: 40px;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-product-show .product-prev-next a span {
    font-weight: bold;
}
.wrap-product-show .product-prev-next a:hover {
    color: #e9280c;
}
.wrap-contact .contact-text p {
    font-size: 20px;
    line-height: 2;

    margin: 0;

    color: #666;
}
@media (max-width: 1470px) {
    .wrap-contact .contact-text p {
        font-size: 18px;
    }
}
@media (max-width: 1199px) {
    .wrap-contact .contact-text p {
        font-size: 16px;
    }
}
.wrap-contact .contact-nav {
    margin-top: 60px;
    padding: 30px 0;

    border-bottom: 1px solid #dcdcdc;
}
@media (max-width: 991px) {
    .wrap-contact .contact-nav {
        margin-top: 0;
    }
}
.wrap-contact .contact-nav ul {
    margin: 0 -15px;

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

    padding: 10px 15px;

    vertical-align: middle;
}
@media (max-width: 991px) {
    .wrap-contact .contact-nav ul li {
        padding: 10px;
    }
}
@media (max-width: 767px) {
    .wrap-contact .contact-nav ul li {
        padding: 5px;
    }
}
.wrap-contact .contact-nav ul li a {
    font-size: 15px;
    line-height: 70px;

    display: block;

    padding: 0 70px;

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

    background-color: #fff;
}
@media (max-width: 1199px) {
    .wrap-contact .contact-nav ul li a {
        line-height: 50px;

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

        padding: 0 20px;
    }
}
.wrap-contact .contact-nav ul li a .icon {
    font-size: 24px;

    display: inline-block;

    margin-right: 10px;

    vertical-align: middle;
}
@media (max-width: 767px) {
    .wrap-contact .contact-nav ul li a .icon {
        font-size: 20px;
    }
}
.wrap-contact .contact-nav ul li.active a {
    color: #fff;
    background-color: #e9280c;
}
.wrap-contact .contact-info {
    position: relative;

    max-height: 0;

    vertical-align: top;

    opacity: 0;
}
.wrap-contact .contact-info.show {
    z-index: 2;

    max-height: 1000px;

    opacity: 1;
}
.wrap-contact .message {
    font-size: 0;

    padding-top: 50px;
}
.wrap-contact .message .message-left,
.wrap-contact .message .message-right {
    font-size: 14px;

    display: inline-block;

    width: 50%;

    vertical-align: top;
}
@media (max-width: 767px) {
    .wrap-contact .message .message-left,
    .wrap-contact .message .message-right {
        width: 100%;
    }
}
.wrap-contact .message .message-left .title-contact {
    padding-right: 3%;
}
.wrap-contact .message .message-left .title-contact h2 {
    font-size: 36px;
    font-weight: bold;
}
@media (max-width: 1199px) {
    .wrap-contact .message .message-left .title-contact h2 {
        font-size: 30px;
    }
}
@media (max-width: 991px) {
    .wrap-contact .message .message-left .title-contact h2 {
        font-size: 24px;
    }
}
.wrap-contact .message .message-left .title-contact h2:after {
    display: block;

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

    content: '';

    background-color: #e9280c;
}
.wrap-contact .message .message-left .title-contact p {
    font-size: 18px;
    line-height: 1.5;

    margin: 20px 0 0 0;

    color: #999;
}
@media (max-width: 991px) {
    .wrap-contact .message .message-left .title-contact p {
        font-size: 16px;
    }
}
.wrap-contact .message .message-left .text {
    margin: 30px 0;
    padding: 30px 0;

    border-top: 1px solid #e6e6e7;
    border-bottom: 1px solid #e6e6e7;
}
@media (max-width: 767px) {
    .wrap-contact .message .message-left .text {
        margin: 20px 0;
        padding: 20px 0;
    }
}
.wrap-contact .message .message-left .text p {
    font-size: 18px;
    font-weight: bold;
    line-height: 2;

    margin: 10px 0;

    color: #000;
}
@media (max-width: 767px) {
    .wrap-contact .message .message-left .text p {
        font-size: 16px;
    }
}
.wrap-contact .message .message-left .text p a:hover {
    text-decoration: underline;
}
.wrap-contact .message .message-right {
    padding: 30px;

    background-color: #fff;
}
@media (max-width: 767px) {
    .wrap-contact .message .message-right {
        padding: 20px;
    }
}
.wrap-contact .message .message-right form ul {
    margin: 0 -5px;
}
.wrap-contact .message .message-right form ul li {
    padding: 10px 5px;
}
.wrap-contact .message .message-right form .group {
    position: relative;

    background-color: #f5f6f7;
}
.wrap-contact .message .message-right form .group-code {
    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;
}
.wrap-contact .message .message-right form .group-code .group {
    width: -webkit-calc(100% - 160px);
    width: calc(100% - 160px);
}
.wrap-contact .message .message-right form .group-code .code {
    height: 54px;
}
.wrap-contact .message .message-right form .group label {
    font-size: 14px;
    line-height: 54px;

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

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

    color: #999;
}
.wrap-contact .message .message-right form .group input,
.wrap-contact .message .message-right form .group textarea {
    font-size: 14px;
    line-height: 24px;

    position: relative;
    z-index: 2;

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

    color: #999;
    border-radius: 0;
    outline: 0;
    background: none;
}
.wrap-contact .message .message-right form .group input:placeholder-shown+label,
.wrap-contact .message .message-right form .group textarea:placeholder-shown+label {
    top: 0;

    background-color: transparent;
}
.wrap-contact .message .message-right form .group input:focus+label,
.wrap-contact .message .message-right form .group textarea:focus+label,
.wrap-contact .message .message-right form .group input:valid+label,
.wrap-contact .message .message-right form .group textarea:valid+label {
    top: -36px;
    left: 20px;

    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);

    opacity: .8;
}
.wrap-contact .message .message-right form .group textarea {
    resize: none;
}
.wrap-contact .message .message-right form .submit {
    font-size: 16px;
    line-height: 50px;

    width: 100%;
    padding: 0 10px;

    color: #fff;
    border-radius: 0;
    background: none;
    background-color: #e42031;
}
.wrap-contact .message .message-right form .submit .icon {
    font-size: 18px;
    font-weight: normal;

    display: inline-block;

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

    -webkit-transition: all .6s;
    transition: all .6s;
    vertical-align: middle;
}
.wrap-contact .message .message-right form .submit:hover {
    background-color: #e42031;
}
.wrap-contact .contact {
    font-size: 0;

    padding: 0 10%;
}
@media (max-width: 1199px) {
    .wrap-contact .contact {
        padding: 0;
    }
}
.wrap-contact .contact .contact-left,
.wrap-contact .contact .contact-erweima {
    font-size: 14px;

    display: inline-block;

    width: 50%;

    vertical-align: top;
}
@media (max-width: 767px) {
    .wrap-contact .contact .contact-left {
        width: -webkit-calc(100% - 120px);
        width: calc(100% - 120px);
        padding-right: 3%;
    }
}
.wrap-contact .contact .contact-left .title-in {
    text-align: left;
}
.wrap-contact .contact .contact-left .title-in h2 {
    font-size: 24px;
    line-height: 1.4;

    margin: 0;
}
@media (max-width: 767px) {
    .wrap-contact .contact .contact-left .title-in h2 {
        font-size: 20px;
    }
}
.wrap-contact .contact .contact-left .title-in p {
    font-size: 14px;

    margin: 0;

    color: #999;
}
.wrap-contact .contact .contact-left .title-in:after {
    left: 0;

    width: 200px;
    margin-left: 0;
}
.wrap-contact .contact .contact-left .text {
    margin-top: 60px;
}
.wrap-contact .contact .contact-left .text p {
    font-size: 16px;
    line-height: 2;

    margin: 0;
}
.wrap-contact .contact .contact-left .text p span {
    display: inline-block;

    width: 100px;

    color: #999;
}
.wrap-contact .contact .contact-left .text p a:hover {
    text-decoration: underline;
}
.wrap-contact .contact .contact-erweima {
    text-align: right;
}
@media (max-width: 767px) {
    .wrap-contact .contact .contact-erweima {
        width: 120px;
    }
}
.wrap-contact .contact .contact-erweima .erweima {
    display: inline-block;

    width: 150px;
    margin-bottom: 20px;

    text-align: center;
}
@media (max-width: 767px) {
    .wrap-contact .contact .contact-erweima .erweima {
        width: 120px;
    }
}
.wrap-contact .contact .contact-erweima .erweima img {
    width: 100%;

    border: 10px soild #fff;
}
.wrap-contact .contact .contact-erweima .erweima p {
    line-height: 24px;

    margin: 10px;
}
.wrap-contact #dituContent {
    height: 500px;
}
@media (max-width: 767px) {
    .wrap-contact #dituContent {
        height: 350px;
    }
}
.gm-style .gm-style-iw-d {
    max-width: 300px;
}
.wrap-sitemap .sitemap {
    margin-top: 40px;
}
@media (max-width: 1199px) {
    .wrap-sitemap .sitemap {
        margin-top: 30px;
    }
}
.wrap-sitemap .sitemap>ul>li {
    position: relative;

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

    display: inline-block;

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

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

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

        min-width: 140px;
        padding: 4px 10px;
    }
}
.wrap-sitemap .sitemap>ul>li:hover>a {
    color: #fff;
    background-color: #e9280c;
}
.wrap-sitemap .sitemap>ul>li:hover>a {
    background-color: #e9280c;
}
.wrap-sitemap .sitemap>ul>li>ul {
    font-size: 0;

    margin-top: 20px;
}
.wrap-sitemap .sitemap>ul>li>ul>li {
    position: relative;

    list-style: none;

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

    position: relative;

    display: block;

    padding: 5px 20px;

    text-transform: capitalize;

    color: #666;
}
.wrap-sitemap .sitemap>ul>li>ul>li>ul>li {
    display: inline-block;

    vertical-align: top;
}
.wrap-sitemap .sitemap>ul>li>ul>li>ul>li>a {
    font-size: 14px;

    display: block;

    padding: 5px 30px;

    color: #999;
}
.wrap-sitemap .sitemap>ul>li>ul>li>ul>li>a:before {
    content: '-';
}
.wrap-sitemap .sitemap>ul>li>ul>li>ul>li:hover>a {
    color: #e9280c;
}
.wrap-sitemap .sitemap>ul>li>ul>li:hover>a {
    color: #e9280c;
}
.wrap-nosearch .nosearch {
    margin-top: 60px;
}
@media (max-width: 767px) {
    .wrap-nosearch .nosearch {
        margin-top: 20px;
    }
}
.wrap-nosearch .nosearch h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;

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

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

    color: #666;
    border: 1px solid #faedd1;
    border-radius: 5px;
    background-color: #fcf8e3;
}
nav {
    text-align: center;
}
.pagination {
    display: block;

    margin: 60px 0 0 0;
}
@media (max-width: 991px) {
    .pagination {
        margin-top: 30px;
    }
}
.pagination li {
    display: inline-block;

    margin: 0 8px;

    vertical-align: top;
}
@media (max-width: 767px) {
    .pagination li {
        margin: 0 4px;
    }
}
.pagination li.prev a,
.pagination li.next a {
    border: none;
    border-radius: 50%;
}
.pagination li.prev a:before,
.pagination li.next a:before {
    font-family: 'iconfont' !important;
    font-size: 20px;

    display: inline-block;

    content: '\e9b5';
}
.pagination li.prev:hover a,
.pagination li.next:hover a {
    color: #fff;
    border: none;
    background-color: #e9280c;
}
.pagination li.next a:before {
    content: '\e72f';
}
.pagination li a {
    font-size: 16px;
    line-height: 40px;

    display: block;

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

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

    border: none;
    border-radius: 50%;
    background: #fff;
}
@media (max-width: 767px) {
    .pagination li a {
        font-size: 14px;
        line-height: 30px;

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

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

    border: none !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2) !important;
}
.fszero {
    font-size: 0;

    overflow: hidden;

    width: 0;
    height: 0;
}
.fszero h1 {
    margin: 0;
}
@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: none;
    }
}
.online-cn {
    display: none !important;
}
[lang=zh-CN] .online-cn {
    display: block !important;
}
[lang=zh-CN] .online-other {
    display: none !important;
}
.share-cn {
    display: none;
}
[lang=zh-CN] .share-cn {
    display: block;
}
[lang=zh-CN] .share-other {
    display: none;
}

.wrap-product .product .item .txt {
    margin-top: 30px;
}

.wrap-product .product .item .txt p {
    font-size: 16px;
    line-height: 2;
    color: #666;
    margin: 0;
}
.wrap-product .product .item .txt p span {
    font-size: 16px !important;
}



