/*#region 通用*/
:root {
    --public-color: #d71319;
    --public-sub-color: #004bca;
}
/* 产品详情页锚点跳转位置不正确解决 */
html {
  scroll-padding-top: 189px;
}
body {
    color: #333;
    font-size: 18px;
    line-height: 24px;
    font-family: "Poppins", sans-serif;
}

a {
    color: #fff;
}

a:hover {
    color: #fff;
}

.swiper-pagination-bullet-active {
    background: #dc0b07;
}

body,
div,
p,
img,
ul,
ol,
li,
form,
input,
label,
span,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

img {
    aspect-ratio: attr(width) / attr(height);
}

b,
strong {
    font-weight: bold;
}

ul,
ol,
li,
dl,
dd,
dt {
    list-style-type: none;
}

.img-width {
    width: 100%;
    height: auto;
}

.main-container {
    margin-bottom: 40px;
    margin-top: 40px;
}

.tkanniu {
    cursor: pointer;
}

.card-thumb img {
    transition: all 0.5s ease;
}

.card-thumb:hover img {
    transform: scale(1.05);
}

.container-long {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.banner a {
    color: #fff;
}

@media(min-width:1200px) {
    .container-long {
        max-width: 1720px;
    }
}


@media(max-width:768px) {
    .main-container {
        margin: 20px 0;
    }

    body {
        font-size: 14px;
        line-height: 22px;
    }
}

@media (min-width: 1200px) {
    .nav-container {
        max-width: 1520px;
    }
}

.swiper-scrollbar.gd-green {
    background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0))
}

.swiper-scrollbar .swiper-scrollbar-drag {
    background: var(--swiper-scrollbar-drag-bg-color, rgba(16, 141, 124, 1.0));
}

.header {
    z-index: 999;
    width: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    padding-top: 8px;
    padding-bottom: 8px;
}

.container-xl.max-1830 {
    max-width: 1830px;
}

.container-xl.max-1620 {
    max-width: calc(1620px + 15px);
}

.container-xl.max-1200 {
    max-width: calc(1200px + 15px);
}

.container-xl.max-1660 {
    max-width: calc(1660px + 15px);
}

.container-xl.max-1580 {
    max-width: calc(1580px + 15px);
}

.container-xl.max-1500 {
    max-width: calc(1500px + 15px);
}

.container-xl.m-right {
    margin: 0 0 0 auto;
    padding-right: 0;
}

.container-xl.m-left {
    margin: 0 auto 0 0;
    padding-left: 0;
}

.header-top .nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header-top .form-control{border:0;}
.navbar-custom {
    top: 0;
    z-index: 2;
    justify-content: end;
}

.navbar {
    padding: 0px;
    position: relative;
    z-index: 9999;
}

.navbar-custom .navbar-nav>.nav-item {
    font-size: 18px;
    padding:30px 0;
}

.navbar-custom .navbar-nav .nav-link {
    text-align: center;
    position: relative;
    color: #333;
    padding: 0;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 42px;
    padding: 0 18px;
}

.navbar-custom .navbar-nav .nav-item.active .nav-link {
    background-color: #d71319;
    color: #fff;
}

.navbar-custom .navbar-nav .nav-link:hover {
    background-color: #d71319;
    color: #fff;
}

.navbar-custom .navbar-nav .nav-link:before {
    content: "";
    width: 0px;
    height: 2px;
    margin-left: 0 !important;
    background: var(--public-color);
    position: absolute;
    bottom: 10px;
}

.navbar-custom .navbar-nav .nav-item .dropdown-toggle::after {
    transition: .6s;
}

.headMiddle {
    align-items: center;
}

.top-search-box {
    z-index: 9;
    margin: 0 20px;
    cursor: pointer;
}

.top-search-box .search-tb {
    width: 19px;
    height: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
}

.top-search-box .search-tb i {
    color: #333;
}

.top-search-box .dropdown-menu {
    left: inherit;
    right: 0;
}

.top-search-box .top-search {
    opacity: 1;
    height: auto;
    overflow: hidden;
    transition: all .6s;
    width: auto;
    z-index: 99;
    padding-top: 0px;
    border-radius: 10px;
}

.search-group {
    width: 200px;
    height: 45px;
    background: #f7f7f7;
    overflow: hidden;
    border: 1px solid #f7f7f7;
    border-radius: 10px;
}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.search-group i {
    color: var(--public-color);
    font-size: 1.3rem;
}

.dropdown-menu {
    min-width: 160px;
}

.dropdown.lang .dropdown-toggle {
    border-radius: 0;
    background: transparent;
    color: #333;
    font-weight: bold;
    padding-left: 6px;
}

.dropdown.lang .dropdown-toggle:after {
    margin-left: 12px;
}

.navbar-nav {
    text-transform: capitalize;
}

.fadeInDown {
    background: #fff;
    margin: 0 auto;
    /* box-shadow: 4px 4px 100px 0 rgba(0, 0, 0, 13%); */
    transition: all 1s ease-out;
    padding-top: 8px;
    padding-bottom: 8px;
}

.align-items-right {
    justify-content: flex-end;
}

/* 悬浮二级菜单 */

.nav-item.pa.active .header-pa-nav {
    height: auto;
    padding: 10px 0 40px;
    z-index: -1;
    transition:all 0.5s;
}

.header-pa-nav {
    background: #fff;
    position: fixed;
    top: 123px;
    left: 0;
    right: 0;
    height: 0;
    padding: 0px;
    overflow: hidden;
}

.header-pa-nav .box.pro{justify-content:space-between;flex-wrap:wrap;}

.header-pa-nav .box.pro .item{width:48%;display:flex;align-items:center;margin:0;position:relative;}
.header-pa-nav .box.pro .item .img{width:40%;}
.header-pa-nav .box.pro .item .text{width:60%;padding-left:15px;}
.header-pa-nav .box.pro .item .t1{font-size:18px;line-height:26px;font-weight:bold;}
.header-pa-nav .box.pro .item .desc{font-size:14px;line-height:20px;color:#666;}
.header-pa-nav .box.pro .item p:before{display:none;}
.header-pa-nav .box.pro .item p{text-decoration:inherit;margin-bottom:0;text-transform:initial;}

.header-pa-nav .box {
    display: flex;
    justify-content: justify-content:space-between;;
    width: 100%;
}

.header-pa-nav .box .item {
    width: 47%;
    display:flex;justify-content:space-between;
    position: relative;
    align-items:center;
}

.header-pa-nav .box .item .img {
    width:43%;
    border-radius: 40px 15px 40px 15px;
    overflow: hidden;
    margin-bottom: 25px;
}

.header-pa-nav .box .item .text{width:52%;}

.header-pa-nav .box .item .t1 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 20px;
}

.header-pa-nav .box .item .t1 a:hover{color:var(--public-color);}


.header-pa-nav .box .item a {
    color: #444;
}

.header-pa-nav .box .item a:hover{color:var(--public-color);}

.header-pa-nav .box .item p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
}



.nav-item.pa.active .nav-link {
    color: #fff;
}

.header.black .top-search-box .search-tb i {
    color: #333;
}

.banner {
    width: 100%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.banner-home {
    margin-top: 123px;
}

.banner-text-box {
    top: 18%;
    position: absolute;
}

.banner-text-box .t1 {
    font-size: 42px;
    font-weight: bold;
    line-height: 53px;
    color: #fff;
    text-transform: capitalize;
}

.banner-text-box .t1 span {
    color: #e31823;
}

.banner-text-box .text {
    width: 64%;
    opacity: 0.6;
    line-height: 28px;
    margin-top: 20px;
}

.banner-text-box .t2 {
    margin: 30px 0;
    font-size: 18px;
    line-height: 38px;
}

.banner-text-box .t2 span {
    font-weight: bold;
    padding: 0 10px;
}

.banner-text-box .items {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}

.banner-text-box .item {
    display: flex;
    margin-bottom: 10px;
    align-items: center;
    flex: 0 0 50%;
}

.banner-text-box .item:nth-child(1),
.banner-text-box .item:nth-child(3) {
    flex: 0 0 27%;
}

.banner-text-box .item .img {
    width: 70px;
    height: 60px;
    text-align: center;
    background-color: #e31823;
    line-height: 60px;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}

.banner-text-box .item .tt {
    margin-left: 20px;
}

.banner .more-box {
    margin: 53px 0;
    justify-content: flex-start;
}

.more-red {
    width: 27%;
    border-radius: 6px;
    text-align: center;
    display: block;
    background-color: #e31823;
    color: #fff;
    font-size: 18px;
    padding: 15px;
    line-height: 32px;
    font-weight: bold;
    text-decoration: underline;
    margin-top: 10px;
    border: 2px solid #e31823;
    text-transform: capitalize;
}

.more-red:hover {
    text-decoration: none;
    color: #e31823;
    background-color: #fff;
    transition: all 0.5s ease;
}

.banner-img {
    position: absolute;
    top: 34%;
    right: 3%;
}

.index-title {
    text-align: center;
    width: 90%;
    margin: auto;
}

.index-title .t1 {
    font-size: 42px;
    line-height: 62px;
    font-weight: bold;
    text-transform: capitalize;
}

.index-title .t2 {
    font-size: 18px;
    line-height: 28px;
    color: #666666;
}

.index-title .t2 a{color:var(--public-color);text-decoration:underline;}
.index-title .t2 a:hover{font-weight:bolder;}

.our-pringting {
    padding: 130px 0 95px 0;
}

.our-pringting .more-red {
    width: 18%;
}

.our-pringting .card {
    text-align: center;
    background-color: #f8f8f8;
    border-radius: 8px;
    margin-bottom: 40px;
}

.our-pringting .card:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    background-color: #fff;
    transition: all 0.8s ease;
}

.our-pringting .card .img {
    padding: 20px 0px;
}

.our-pringting .card img {
    mix-blend-mode: darken;
}

.our-pringting .card .text {
    font-size: 18px;
    font-weight: bold;
    line-height: 62px;
    color: #333333;
    text-transform: capitalize;
}

.our-pringting .row {
    margin: 70px 0;
}

.more-box {
    display: flex;
    justify-content: center;
}

.your-lable {
    background-color: #f8f8f8;
    padding-top: 120px;
}

.your-lable .more-red {
    width: 86%;
}

.your-lable .index-title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0;
}

.your-lable .index-title .left {
    flex: 0 0 70%;
    text-align: left;
}

.your-lable .index-title .right {
    flex: 0 0 25%;
}

.your-lable .more-box {
    justify-content: flex-end;
}

.swiper-container-lable {
    overflow: hidden;
    padding-top: 92px;
}

.swiper-container-lable .swiper-slide {
    text-align: center;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.8);
}

.swiper-container-lable .swiper-slide-active,
.swiper-container-lable .swiper-slide-duplicate-active {
    transform: scale(1.2);
}

.swiper-container-lable .swiper-slide .img {
    border-radius: 50%;
    overflow: hidden;
}

.swiper-container-lable .swiper-slide-active .circle-red {
    border: 4px solid #cb0e18;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    box-shadow: -1px 0px 10px 3px rgba(0, 0, 0, 0.2);
}

.swiper-container-lable .swiper-slide .text {
    text-transform: capitalize;
    font-size: 20px;
    line-height: 32px;
    font-weight: bold;
    padding: 20px 0;
}

.swiper-container-lable .swiper-slide-active .text {
    position: absolute;
    color: #fff;
    background-color: #cb0e18;
    height: 90px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 0;
    display: flex;
    justify-content: center;
    flex-flow: column;
    transition: all 0.5s ease;
}
.swiper-container-lable .swiper-slide-active .text a:hover{text-decoration: underline;}

.triangle {
    background-color: #fff;
    width: 15px;
    height: 20px;
}

.lable-box {
    position: relative;
}

.swiper-button-next-lable,
.swiper-button-prev-lable {
    position: absolute;
    background-color: #cb0e18;
    height: 50px;
    width: 50px;
    border-radius: 50px;
    top: 40%;
    display: flex;
}

.swiper-button-next-lable:hover,
.swiper-button-prev-lable:hover {
    background-color: #333333;
}

.swiper-button-prev-lable {
    left: 0;
}

.swiper-button-next-lable {
    right: 0;
}

.swiper-button-next-lable .triangle {
    clip-path: polygon(100% 50%, 50% 0, 50% 100%);
    margin: auto;
}

.swiper-button-prev-lable .triangle {
    clip-path: polygon(0 50%, 50% 0, 50% 100%);
    margin: auto;
}

.added {
    padding: 45px 0 95px 0;
}

.added .title {
    font-size: 42px;
    line-height: 62px;
    font-weight: bold;
    text-align: center;
    padding: 70px 0;
    text-transform: capitalize;
}

.added .added-box {
    display: flex;
    justify-content: space-between;
}

.added .left {
    flex: 0 0 42%;
    position: relative;
}

.added .right {
    flex: 0 0 48%;
}

.added .right .item {
    margin-bottom: 20px;
}

.added .added-box .text-box {
    background-color: #f8f8f8;
    font-size: 18px;
    line-height: 32px;
    position: absolute;
    padding: 50px 33px;
    width: 60%;
    top: 37%;
    right: -10%;
    box-shadow: 15px 0 20px rgba(0, 0, 0, 0.2);
    border-left: 9px solid #e31823;
}

.added .added-box .text-box span {
    color: #e31823;
    font-weight: bold;
}

.added .left .img {
    border-radius: 8px;
    margin-bottom: 25px;
}

.added .right .t1 {
    font-size: 24px;
    line-height: 62px;
    font-weight: 800;
    text-transform: capitalize;
}

.added .right .t2 {
    font-size: 18px;
    line-height: 32px;
    color: #666666;
}

.added .right .t2 a {
    color: #333333;
    text-decoration: underline;
}

.added .right .t2 .red {
    color: #e31823;
}

.added .right .t2 .blod {
    font-weight: 500;
    color: #333333;
}

.added .right .t3 {
    font-size: 18px;
    line-height: 32px;
    color: #e31823;
    text-decoration: underline;
}

.added-more {
    display: flex;
    justify-content: space-between;
}

.added-more .more-box {
    flex: 0 0 48%;
}

.added-more .more-box .more-red {
    width: 100%;
}

.added-more .under {
    color: #333333;
    text-align: center;
    text-decoration: underline;
    font-size: 18px;
    line-height: 42px;
    margin: auto;
}

.revolutionize {
    background: url(../../images/rebolutionize-bg.jpg) no-repeat;
    width: 100%;
    height: 973px;
    display: flex;
    align-items: center;
}

.revolutionize .title .t1 {
    font-size: 42px;
    line-height: 52px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.revolutionize .title .t2 {
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    text-align: center;
    font-weight: 300;
    opacity: 0.6;
    padding-top: 20px;
}

.revo-swiper-box {
    background-color: #fff;
    padding: 73px 66px 30px 66px;
    border-radius: 8px;
    margin-top: 98px;
}

.swiper-container-rev {
    overflow: hidden;
}

.swiper-container-rev .swiper-slide img {
    border-radius: 8px;
}

.swiper-container-rev .swiper-slide .text {
    text-align: center;
    font-size: 18px;
    line-height: 32px;
    font-weight: 800;
    text-transform: capitalize;
    padding: 25px 0;
}

.revo-all {
    position: relative;
}

.swiper-button-next-rev,
.swiper-button-prev-rev {
    position: absolute;
    width: 42px;
    height: 42px;
    background-color: #d5282c;
    top: 30%;
    border-radius: 50%;
    z-index: 10;
    text-align: center;
    line-height: 42px;
    font-size: 12px;
}

.swiper-button-prev-rev {
    left: -20px;
}

.swiper-button-next-rev {
    right: -20px;
}

.swiper-button-next-rev i,
.swiper-button-prev-rev i {
    color: #fff;
}

.revo-swiper-box {
    position: relative;
}

.revolutionize .country {
    position: absolute;
    background-color: #fff;
    border-radius: 8px;
    width: 90%;
    top: -36px;
    padding: 25px 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.revolutionize .country .items {
    display: flex;
    justify-content: space-around;
}

.revolutionize .country .item {
    display: flex;
}

.revolutionize .country .item .red {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #cb0e18;
    line-height: 18px;
    text-align: center;
}

.revolutionize .country .item .red i {
    color: #fff;
    font-size: 12px;
}

.revolutionize .country .item span {
    font-size: 18px;
    font-weight: 600;
    margin-left: 10px;
    color: #000000;
}

.revolutionize .more-box {
    margin-top: 30px;
}

.revolutionize .more-box .more-red {
    width: 22%;
}

.home-news {
    padding: 120px 0 135px 0;
}

.home-news .index-title {
    display: flex;
    justify-content: space-between;
    margin: 0;
    width: 100%;
    margin-bottom: 60px;
}

.home-news .index-title .t1 {
    font-size: 42px;
    line-height: 62px;
    font-weight: bold;
    text-transform: capitalize;
}

.home-news .index-title .right {
    display: flex;
    align-items: center;
}

.home-news .index-title .right a {
    font-size: 18px;
    line-height: 42px;
    text-decoration: underline;
    color: #cb0e18;
}

.home-news .index-title .right a:hover {
    text-decoration: none;
}

.home-news .card img {
    border-radius: 8px;
}

.home-news .card time {
    font-size: 18px;
    line-height: 24px;
    color: #999999;
    display: block;
    margin: 30px 0;
    font-weight: 600;
}

.home-news .card .t1 {
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
    color: #333;
}

.empower {
    background: url(../../images/empow-bg.jpg) no-repeat;
    width: 100%;
    height: 314px;
    display: flex;
    align-items: center;
}

.empower .t1 {
    font-size: 36px;
    line-height: 48px;
    color: #fff;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 20px;
}

.empower .more-red {
    width: 19%;
    background-color: #cb0e18;
    border: 2px solid #cb0e18
}

.empower .more-red:hover {
    color: #fff;
}

#footer {
    background-color: #222222;
    padding: 68px 0 55px 0;
}

.footer-top {
    display: flex;
    align-items: center;
    margin-bottom: 100px;
}

.footer-top .t1 {
    color: #fff;
    margin-left: 47px;
    width: 35%;
}

.footer-middle .items {
    display: flex;
}

.footer-middle .communication {
    flex: 0 0 32%;
}

.footer-middle .interrelated-0 {
    flex: 0 0 23%;
}

.footer-middle .interrelated-0 a {
    
}

.footer-middle .interrelated-0 a:hover {
    text-decoration: none;
}

.footer-middle .interrelated-1 {
    flex: 0 0 21%;
}

.footer-middle .contact {
    flex: 0 0 24%;
}

.footer-middle .items .title {
    font-size: 24px;
    line-height: 32px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 35px;
    text-transform: capitalize;
}

.footer-middle .items .ul {
    opacity: 0.8;
    font-size: 14px;
    line-height: 47px;
}

.footer-middle .items .ul-link {
    color: #fff;
}

.footer-middle .form-feedback .form-control {
    border: none;
    background-color: #3d3d3d;
    padding: 10px 21px;
    font-size: 14px;
    border-radius: 0;
    -webkit-text-fill-color: #fff;
    opacity: 0.6;
}

.footer-middle .btn-box {
    background-color: #d5282c;
    margin-top: 15px;
}

.footer-middle .form-feedback .btn {
    color: #fff;
    text-transform: capitalize;
    font-weight: bold;
    text-decoration: underline;
    padding: .5rem .75rem;
    font-size: 14px;
}

.footer-middle .form-group {
    margin-bottom: 10px;
}

.footer-bottom {
    display: flex;
    margin-top: 15px;
}

.footer-bottom .text {
    opacity: 0.6;
    color: #fff;
    font-size: 14px;
    line-height: 28px;
    margin: auto 0;
}

.footer-bottom .social-box {
    display: flex;
    flex: 0 0 32%;
}

.footer-bottom .social-box .social-circle {
    height: 55px;
    width: 55px;
    border-radius: 50%;
    border: 1px solid #4c4c4c;
    text-align: center;
    line-height: 55px;
    margin-right: 10px;
}

.footer-bottom .social-box .social-circle i {
    color: #fff;
}

.bread {
    display: flex;
    margin-top: 145px;
    align-items: center;
    font-size: 18px;
    line-height: 32px;
    font-weight: 800;
}

.bread a {
    color: #333333;
    margin-left: 20px;
}

.bread span {
    margin-left: 20px;
}

.bread span:nth-last-of-type(1) {
    opacity: 0.6;
}

.bread a:last-child {
    opacity: 0.6;
}

.menu-horizontal {
    margin-top: 75px;
    text-align: center;
}

.menu-horizontal-pro .menu-horizontal-res .nav-item-res {
    font-size: 13px;
}

.menu-horizontal .title {
    text-transform: capitalize;
    font-size: 42px;
    line-height: 53px;
    font-weight: bold;
    margin-bottom: 80px;
}

.menu-horizontal-res {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}

.menu-horizontal-res .nav-item-res {
    font-size: 18px;
    line-height: 32px;
    color: #333333;
    font-weight: 800;
    text-transform: capitalize;
    border: 1px solid #666666;
    display: block;
    padding: 10px 0;
    width: 18%;
    border-left: none;
}

.menu-horizontal-res .nav-item-res:first-child {
    border-left: 1px solid #666666;
}

.menu-horizontal-res .nav-item-res.active {
    color: #fff;
    background-color: #e31823;
    border: 1px solid #e31823;
}

/* 联系我们 */
.contact-box {
    padding: 80px 0;
}
.contact-box .title-box h1{
    font-size: 42px;
    line-height: 62px;
    font-weight: bold;
}
.contact-box .title-box .t1 {
    text-transform: capitalize;
    font-size: 24px;
    line-height: 48px;
    font-weight: bold;
}

.contact-box .row {
    padding-left: 70px;
}

.contact-box .title-box .t2 {
    font-size: 16px;
    line-height: 26px;
    color: #666666;
    width: 80%;
    margin-bottom: 20px;
}

.contact-box .col-md-12 {
    padding-bottom: 55px;
}

.contact-box .box {
    display: flex;
}

.contact-box .box i {
    color: #e81621;
    line-height: 38px;
    font-size: 27px;
}

.contact-box .box .text-box {
    margin-left: 40px;
}

.contact-box .box .t1 {
    text-transform: capitalize;
    font-weight: bold;
    line-height: 38px;
}

.contact-box a {
    color: #666666;
    text-decoration: underline;
}

.form-map {
    padding-bottom: 180px;
}

.form-map .box {
    display: flex;
    justify-content: space-between;
}

.form-map .box .left {
    flex: 0 0 49%;
    box-shadow: 0 0 70px rgba(0, 0, 0, 0.05);
    padding: 60px 80px;
}

.form-map .box .right {
    flex: 0 0 47%;
}

.form-map .title {
    font-size: 32px;
    line-height: 42px;
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 50px;
}

.form-map .form-feedback .form-control {
    background-color: #f4f4f4;
    border: none;
    border-radius: 4px;
}

.form-map .form-feedback .head {
    margin-bottom: 17px;
}

.form-map .form-feedback .btn {
    margin-top: 20px;
}

.faq-box {
    padding: 150px 0 278px;
}

.faq-box .item {
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    padding: 30px 0;
}

.faq-box .q {
    overflow: hidden;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
}

.faq-box .q .t1 {
    font-size: 20px;
    line-height: 32px;
    color: #b3190d;
    font-weight: bold;
    text-transform: capitalize;
}

.faq-box .a {
    display: none;
    padding-top: 20px;
    color: #666666;
}

.faq-box .a p {
    font-size: 18px;
    color: #333333;
}

.faq-box .a.expanded {
    display: block;
}

.faq-box .icon-chevron-down,
.faq-box .icon-chevron-up {
    color: #b3190d;
    font-size: 22px;
}

.faq-box .icon-chevron-down,
.faq-box .icon-chevron-up {
    color: #b3190d;
    font-size: 22px;
}

.faq-box .icon-chevron-up:before {
    content: "-";
}

.faq-box .icon-chevron-down:before {
    content: "+";
}

.faq-box .contact-but {
    display: block;
    margin-top: 100px;
    background-color: #534094;
    font-size: 18px;
    line-height: 42px;
    padding: 30px 64px;
    width: 25%;
    text-decoration: underline;
}

.faq-box .contact-but:hover {
    text-decoration: none;
}

.case-coverage {
    padding-top: 80px;
    padding-bottom: 67px;
}

.case-coverage .title .t1 {
    font-size: 42px;
    font-weight: bold;
    text-transform: capitalize;
    line-height: 62px;
    text-align: center;
    padding-bottom: 23px;
}

.case-coverage .title .t2 {
    font-size: 18px;
    line-height: 28px;
    color: #666666;
    width: 85%;
    margin: auto;
    text-align: center;
    margin-bottom: 90px;
}

.case-coverage .item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 90px;
}

.case-coverage .item .left {
    flex: 0 0 54%;
}

.case-coverage .item .left .t1 {
    font-size: 32px;
    line-height: 62px;
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.case-coverage .item .left .t2-box p {
    color: #666666;
    line-height: 20px;
    margin-bottom: 20px;
    text-align: justify;
}

.case-coverage .item .right {
    flex: 0 0 43%;
    position: relative;
    display: flex;
    justify-content: end;
}

.case-coverage .item .right .img {
    flex: 0 0 92%;
}

.case-coverage .item .right img {
    border-bottom: 4px solid #e61621;
}

.triangle-box {
    position: absolute;
    left: 0;
    top: 46%;
    background: transparent;
}

.triangle-red {
    clip-path: polygon(100% 50%, 0 0, 0 100%);
    background-color: #e61621;
    width: 30px;
    height: 38px;
    display: flex;
    align-items: center;
}

.triangle-white {
    clip-path: polygon(100% 50%, 0 0, 0 100%);
    background-color: #fff;
    width: 12px;
    height: 16px;
    margin-left: 6px;
}

.lable-print .title {
    text-align: center;
    margin-top: 100px;
}

.lable-print .title .t1 {
    font-size: 42px;
    line-height: 62px;
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 35px;
}

.lable-print .title .t2 {
    font-size: 18px;
    margin-bottom: 55px;
    line-height: 28px;
}

.lable-print .items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 125px;
}

.lable-print .item {
    flex: 0 0 45%;
}

.lable-print .box {
    margin-bottom: 110px;
}

.lable-print .box a {
    color: #333333;
}
.lable-print .box a:hover{
    color:var(--public-color);
    transition: all 0.5s;
}

.lable-print .box .t1 {
    padding: 55px 0 0 42px;
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    height: 419px;
    text-transform: capitalize;
    position: relative;
}

.lable-print .box .t1 span {
    color: #e61621;
}

.lable-print .box .img {
    background-color: #f4f4f4;
    padding: 30px 75px;
    position: absolute;
    bottom: -31px;
    right: 0;
}

.lable-print .box img {
    mix-blend-mode: darken;
}

.lable-print .box .text-box {
    margin-top: 105px;
    padding-left: 30px;
    display:none;
}

.lable-print .box .text-box p {
    font-size: 18px;
    line-height: 28px;
    color: #666666;
    margin-bottom: 28px;
    hyphens: auto;
}

.provid {
    margin-top: 153px;
}

.provid .title {
    font-size: 32px;
    line-height: 53px;
    font-weight: bold;
}

.provid .items {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 35px;
    justify-content: space-between;
}

.provid .item:first-child {
    border: none;
}

.provid .item {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e61621;
    flex: 0 0 30%;
    margin-bottom: 95px;
}

.provid .item .t2 {
    font-size: 24px;
    line-height: 57px;
}

.provid .item .img img {
    padding-bottom: 10px;
}

.services {
    padding-top: 175px;
    padding-bottom: 85px;
}

.services .item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 140px;
}

.services .item .right .t1 {
    position: relative;
    text-transform: capitalize;
}

.services .item .triangle {
    position: absolute;
    top: 12px;
    background-color: transparent;
}

.services .item:nth-child(2n-1) .triangle {
    left: -62px;
}

.services .item:nth-child(2n) .triangle {
    right: -27px;
}

.services .item:nth-child(2n) {
    flex-flow: row-reverse;
}

.services .item:nth-child(2n) .left img {
    border-right: 4px solid #ff0000;
    border-radius: 205px 0 0 205px;
}

.services .item:nth-child(2n-1) .left img {
    border-left: 4px solid #ff0000;
    border-radius: 0 205px 205px 0;
}

.services .item:nth-child(2n-1) .right .text-box {
    margin-left: 32px;
}

.services .item:nth-child(2n-1) .triangle-red {
    clip-path: polygon(0 50%, 100% 100%, 100% 0);
}

.services .item:nth-child(2n-1) .triangle-white {
    clip-path: polygon(0 50%, 100% 100%, 100% 0);
    margin-left: 12px;
}

.services .item:nth-child(3) .right .t2-box {
    border-left: 4px solid #e61621;
    padding-left: 50px;
}

.services .item:nth-child(4) .right .t2-box {
    border-left: 4px solid #e61621;
    padding-left: 50px;
}

.services .item .left {
    flex: 0 0 54%;
}

.services .item .right {
    position: relative;
    flex: 0 0 41%;
    margin: auto 0;
}

.services .item:first-child .left {
    flex: 0 0 44%;
}

.services .item:first-child .right {
    flex: 0 0 52%;
}

.services .right .t1 {
    font-size: 36px;
    line-height: 62px;
    font-weight: bold;
    margin-bottom: 25px;
}

.services .right .t2-box {
    font-size: 18px;
    line-height: 28px;
    color: #666666;
}

.services .right .t2-box p {
    margin-bottom: 25px;
}

.services .right .t3-box {
    font-size: 18px;
    line-height: 36px;
    color: #666666;
}

.services .right .t3-box span {
    color: #e6151e;
    font-weight: bold;
}

.factory {
    padding-top: 115px;
    padding-bottom: 190px;
}

.factory .fac-items {
    display: flex;
    flex-wrap: wrap;
}

.factory .item {
    flex: 0 0 31.5%;
    position: relative;
    border-top: 4px solid #e61621;
    margin-bottom: 82px;
}

.factory .item .t1 {
    font-size: 18px;
    line-height: 24px;
    text-transform: capitalize;
    background-color: #dddddd;
    padding: 65px 0 0 50px;
    height: 370px;
}

.factory .item .img {
    position: absolute;
    right: 0;
    bottom: -30px;
}

.professional {
    padding-top: 195px;
}

.professional .box {
    display: flex;
    justify-content: space-between;
}

.professional .box .left {
    flex: 0 0 44%;
}

.professional .box .left .t1 {
    font-size: 36px;
    line-height: 48px;
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 40px;
}

.professional .box .left .t2-box {
    font-size: 18px;
    line-height: 32px;
    color: #666666;
    font-weight: 300;
    padding-bottom: 25px;
}

.professional .box .left .t2-box p {
    margin-bottom: 30px;
}

.professional .box .left .t3 {
    font-size: 26px;
    line-height: 32px;
    color: #e6151e;
}

.professional .box .left .t2-box a {
    color: #333333;
    font-weight: normal;
    text-decoration: underline;
}

.professional .box .right {
    flex: 0 0 53%;
}

.professional .m-right {
    margin: 0 0 0 13%;
    padding-right: 0;
}

.for-added {
    padding-top: 95px;
    padding-bottom: 90px;
}

.for-added .title {
    font-size: 42px;
    line-height: 48px;
    font-weight: bold;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 125px;
}

.for-added .items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.for-added .item {
    display: flex;
    flex: 0 0 49%;
    margin-bottom: 85px;
}

.for-added .num {
    font-size: 44px;
    line-height: 32px;
    color: #e6151e;
    font-weight: 600;
    padding-right: 60px;
}

.for-added .text .box {
    padding-left: 45px;
    border-left: 2px solid #e5151e;
}

.for-added .text .t1 {
    font-size: 22px;
    line-height: 28px;
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.for-added .text .t2 {
    font-size: 18px;
    line-height: 32px;
    color: #666666;
}

.more-under {
    color: #e5151e;
    font-size: 18px;
    line-height: 32px;
    text-decoration: underline;
}

.more-under:hover {
    color: #e5151e;
    text-decoration: none;
}

.more-under span {
    font-weight: bold;
}

.for-added .more-box {
    margin-top: 20px;
    justify-content: flex-end;
}

.story {
    display: flex;
    overflow: hidden;
}

.story .left {
    width: 50%;
}

.story .right {
    width: 50%;
    position: relative;
    background-color: #333333;
}

.story .right .title {
    font-size: 36px;
    margin-bottom: 50px;
    line-height: 48px;
    font-weight: bold;
    text-transform: capitalize;
}

.story .right .text-box {
    padding: 125px 190px 0 115px;
    margin-right: 70px;
    background-color: #f8f8f8;
    height: 100%;
    border-bottom-right-radius: 20px;
}

.story .right .text-box .t1 {
    font-size: 42px;
    line-height: 62px;
    font-weight: bold;
    padding-bottom: 45px;
}

.story .right .text-box .t2 {
    font-size: 18px;
    line-height: 32px;
    color: #666666;
}

.mySwiper-story2 {
    height: 86%;
}

.mySwiper-story {
    margin-left: 95px;
    box-sizing: border-box;
    position: relative;
    overflow: visible;
}

.mySwiper-story .swiper-slide {
    width: 25%;
    color: #fff;
    height: 100%;
    opacity: 0.3;
    font-size: 20px;
    line-height: 62px;
}

.mySwiper-story .swiper-slide .year {
    padding: 16px 0;
}

.mySwiper-story .swiper-slide-thumb-active {
    opacity: 1;
    position: relative;
}

.mySwiper-story .swiper-slide-thumb-active::after {
    display: block;
    content: "";
    width: 42px;
    height: 4px;
    background-color: #e6151e;
    bottom: 0;
}

.swiper-story-box {
    display: flex;
    background-color: #e6151e;
    border-top-left-radius: 50px;
    width: 417px;
    height: 100%;
    z-index: 10;
    position: absolute;
    bottom: 0;
    left: -512px;
    justify-content: space-around;
    align-items: center;
}

.swiper-story-box .shuline span {
    background-color: #fff;
    width: 1px;
    height: 40px;
    display: block;
}

.swiper-button-next-story span,
.swiper-button-prev-story span {
    color: #fff;
    font-size: 40px;
    line-height: 40px;
}

.about-map {
    padding-top: 120px;
}

.about-map .container-xl {
    display: flex;
    position: relative;
}

.about-map .right {
    flex: 0 0 74%;
}

.about-map .left {
    flex: 0 0 26%;
}

.about-map .text-box {
    position: absolute;
    left: 0;
    top: 20%;
    width: 39%;
}

.about-map .t1 {
    text-transform: capitalize;
    font-size: 36px;
    line-height: 48px;
    font-weight: bold;
    margin-bottom: 85px;
}

.about-map .t2-box {
    font-size: 18px;
    color: #666666;
    line-height: 32px;
}

.about-map .t2 {
    margin-bottom: 25px;
}

.about-map .t2-box span {
    color: #e6151e;
}

.about-two {
    padding: 140px 0;
}

.about-two .row {
    justify-content: space-between;
}

.about-two .item {
    flex: 0 0 47%;
}

.about-two .t1 {
    font-size: 22px;
    line-height: 28px;
    font-weight: bold;
}

.about-two .t2 {
    font-size: 18px;
    line-height: 32px;
    color: #666666;
}

.about-two .img {
    position: relative;
}

.about-two .text-box {
    background-color: rgba(255, 255, 255, 0.95);
    position: absolute;
    width: 87%;
    padding: 45px 30px 33px 45px;
    bottom: 42px;
    left: 45px;
}

.about-two .more-box {
    justify-content: flex-end;
}


.capabilities {
    padding-top: 145px;
    padding-bottom: 150px;
}

.capabilities .title {
    padding-bottom: 165px;
}

.capabilities .title .t1 {
    font-size: 42px;
    line-height: 62px;
    font-weight: bold;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 40px;
}

.capabilities .title .t2 {
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #666666;
}

.capabilities .item .t1 {
    font-size: 36px;
    line-height: 48px;
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 40px;
}

.capabilities .item .t2 {
    font-size: 18px;
    line-height: 28px;
    color: #666666;
    margin-bottom: 30px;
}

.capabilities .item .t3-box {
    font-size: 18px;
    line-height: 36px;
    color: #666666;
    margin-bottom: 20px;
}

.capabilities .item span {
    color: #e6151e;
    font-weight: bold;
}

.capabilities .more-box {
    justify-content: flex-end;
}

.capabilities .item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 125px;
}

.capabilities .item .left {
    flex: 0 0 47%;
    position: relative;
}

.capabilities .item .right {
    flex: 0 0 44%;
    margin: auto 0;
}

.capabilities .item:nth-child(2n) {
    flex-flow: row-reverse;
}

.capabilities .item:nth-child(2n-1) .left img {
    border-left: 4px solid #ff0000;
    border-radius: 0 205px 205px 0;
}

.capabilities .item:nth-child(2n) .left img {
    border-right: 4px solid #ff0000;
    border-radius: 205px 0 0 205px;
}

.capabilities .triangle {
    position: absolute;
    top: 43%;
    background-color: transparent;
}

.capabilities .item:nth-child(2n-1) .triangle {
    right: -45px;
}

.capabilities .item:nth-child(2n) .triangle {
    left: -55px;
}

.capabilities .item:nth-child(2n-1) .triangle-white {
    clip-path: polygon(0 50%, 100% 100%, 100% 0);
    margin-left: 12px;
}

.capabilities .item:nth-child(2n-1) .triangle-red {
    clip-path: polygon(0 50%, 100% 100%, 100% 0);
}

.video {
    padding-top: 125px;
    padding-bottom: 235px;
}

.video .items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.video .item {
    position: relative;
    margin-bottom: 82px;
}

.video .item .t1 {
    font-size: 18px;
    line-height: 24px;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.video .item .t2 {
    font-size: 20px;
    line-height: 28px;
    text-transform: capitalize;
    font-weight: bold;
}

.video .item .img {
    position: absolute;
    right: 15px;
    bottom: -30px;
    width: 82%;
}

.video .item .text {
    font-size: 18px;
    line-height: 24px;
    text-transform: capitalize;
    background-color: #dddddd;
    padding: 65px 0 0 50px;
    height: 493px;
    border-top: 4px solid #e61621;

}

.video .img {
    position: relative;
}

.video .play {
    position: absolute;
    top: -51px;
    right: 40px;
    width: 102px;
    height: 102px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}

.video .play .play-sjx {
    background-color: #e61621;
    clip-path: polygon(100% 50%, 0 0, 0 100%);
    width: 19px;
    height: 24px;
}

.team-title {
    padding-top: 80px;
}

.team-title .text {
    margin-bottom: 65px;
}

.team-title .text p {
    padding: 0 50px;
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 28px;
    color: #666666;
    text-align: center;
}

.team-title .items {
    display: flex;
    justify-content: space-between;
}

.team-title .item {
    flex: 0 0 29%;
    text-align: center;
}

.team-title .item .img {
    position: relative;
}

.team-title .item .icon-img {
    margin-bottom: 20px;
}

.team-title .item .text-box {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #fff;
    height: 72%;
    width: 82%;
    left: 9%;
    bottom: 14%;
}

.team-title .item .text-box .t1 {
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 10px;
}

.team-title .item .text-box .t2 {
    font-weight: bold;
    color: #e61621;
    font-size: 22px;
    transform: rotate(90deg);
}

.team-more {
    padding-top: 139px;
}

.team-more .item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 165px;
}

.team-more .item .left {
    flex: 0 0 60%;
}

.team-more .item .right {
    flex: 0 0 35%;
    margin: auto 0;
}

.team-more .item .right .t1 {
    margin-bottom: 30px;
    font-size: 36px;
    line-height: 48px;
    font-weight: bold;
    text-transform: capitalize;
}

.team-more .item .right .t2 {
    font-size: 18px;
    line-height: 28px;
    color: #666666;
    margin-bottom: 50px;
}

.team-more .item .right .t2 span {
    color: #e61621;
    font-weight: 500;
}

.team-more .item:nth-child(2n) {
    flex-flow: row-reverse;
}

.team-more .item:nth-child(2n) img {
    border-right: 4px solid #ff0000;
    border-radius: 205px 0 0 205px;
}

.team-more .item:nth-child(2n-1) img {
    border-left: 4px solid #ff0000;
    border-radius: 0 205px 205px 0;
}

.team-more .more-box {
    justify-content: flex-start;
}

.sale-team {
    background-color: #f8f8f8;
    padding-top: 95px;
    padding-bottom: 108px;
}

.sale-team .title {
    padding-bottom: 85px;
    text-align: center;
}

.sale-team .title .t1 {
    font-size: 36px;
    line-height: 62px;
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.sale-team .title .t2 {
    font-size: 18px;
    line-height: 32px;
    color: #666666;
}

.sale-team .imgs {
    display: flex;
    justify-content: space-between;
}

.sale-team .img {
    flex: 0 0 47%;
}

.sale-team img {
    border-top: 4px solid #ff0000;
}

.team-know {
    text-align: center;
    padding: 140px 0 129px 0;
}

.team-know .title {
    font-size: 36px;
    line-height: 62px;
    font-weight: bold;
    margin-bottom: 55px;
}

.team-know .video {
    position: relative;
    padding: 0;
}

.team-know .video::after {
    content: "";
    display: block;
    width: 100%;
    height: 71%;
    position: absolute;
    z-index: -3;
    bottom: 15%;
    border: 4px solid #cb0e18;
}

.team-know .video .play {
    top: 43%;
    right: 47%;
}

.download {
    padding: 95px 0 100px 0;
}

.download .container-xl {
    display: flex;
    justify-content: space-between;
}

.download .left {
    flex: 0 0 41%;
}

.download .right {
    flex: 0 0 49%;
    margin: auto;
}

.download .right .t1 {
    font-size: 31px;
    line-height: 40px;
    font-weight: 600;
    color: #222222;
    margin-bottom: 20px;
}

.download .right .t2 {
    font-weight: 300;
    color: #666666;
    margin-bottom: 42px;
}

.download .form-feedback .form-control {
    border: none;
    padding: 15px 0.75rem;
}

.download .form-group {
    margin-bottom: 0;
}

.download .form-row {
    border-top: 1px solid #e9e8e5;
}

.download .form-feedback .btn {
    text-transform: capitalize;
    font-size: 18px;
    line-height: 32px;
    font-weight: 800;
    color: #fff;
    background-color: #e31823;
    text-decoration: underline;
    margin-top: 45px;
}
.news-center{margin-bottom:160px;}
.news-center .row {
    justify-content: space-between;
}

.news-center .left {
    flex: 0 0 63%;
}

.news-center .right {
    flex: 0 0 31%;
}

.news-center .left .title {
    border-bottom: 2px solid #e61621;
    padding-bottom: 10px;
}

.news-center .left .title h1 {
    font-size: 42px;
    line-height: 62px;
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 43px;
}

.news-center .left .title .text {
    font-size: 18px;
    line-height: 24px;
    color: #999999;
    text-transform: capitalize;
    font-weight: 600;
}

.news-center .left .title .text span {
    margin-right: 50px;
}

.news-center .left .news-contact img {
    max-width: 100%;
    height: auto;
}

.news-center .left .contact {
    padding: 80px 0 40px 0;
}

.news-center .left .news-contact p {
    line-height: 30px;
    color: #666666;
}

.news-center .left .fanye {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}

.news-center .left .fanye i {
    border: 2px solid #e8e8e8;
    padding: 22px;
}

.news-center .left .fanye a {
    color: #000033;
}

.news-center .left .fanye span {
    font-weight: 600;
}

.news-center .left .fanye .prev span {
    margin-left: 10px;
}

.news-center .left .fanye .next span {
    margin-right: 10px;
}

.news-center .pro-series .t1 {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.news-center .pro-series .box {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 40px;
}

.news-center .pro-series .box a {
    color: #d8292f;
    padding: 5px 11px;
    border: 2px solid #dddddd;
    display: block;
    margin-right: 10px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 9px;
}

.news-center .share {
    padding-top: 35px;
    border-top: 2px solid #dddddd;
    padding-bottom: 33px;
    border-bottom: 6px solid;
}

.news-center .share .text {
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 8px;
}

.news-center .share-box {
    display: flex;
}

.news-center .share-box .circle {
    padding: 6px;
    margin-right: 10px;
    border: 1px solid #e9e9e9;
    border-radius: 50%;
}

.news-center .share-box .circle i {
    color: #fff;
    border-radius: 50%;
    padding: 5px;
    background-color: #ce383d;
}

.news-center .share-box a:first-child i {
    padding: 5px 8px;
}

.news-center .right .t1 {
    font-size: 32px;
    line-height: 39px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 20px;
}

.news-center .right .search-group {
    margin-bottom: 60px;
    background-color: #f3f4f6;
    border-radius: 0;
}

.news-center .right .form-control {
    background-color: #f3f4f6;
    border: none;
    height: auto;
}

.news-center .right .input-group-append {
    background-color: #ec1e2a;
}

.news-center .right .input-group-append i {
    color: #fff;
}

.news-center .latest-news {
    padding: 45px 0 0 0;
}

.news-center .latest-news .new {
    margin-bottom: 130px;
}

.news-center .latest-news .img {
    position: relative;
}

.news-center .latest-news .img::after {
    content: "";
    display: block;
    background-color: #fff;
    position: absolute;
    width: 100%;
    height: 180px;
    bottom: -1px;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

.news-center .latest-news .text-box {
    position: absolute;
    background-color: #dddddd;
    border-top: 6px solid #e61621;
    width: 90%;
    padding: 50px 40px 35px 40px;
    right: 0;
    bottom: -70px;
    z-index: 10;
}

.news-center .latest-news .text-box .t2 {
    text-transform: capitalize;
    margin-bottom: 20px;
}

.news-center .latest-news .text-box .t3 {
    text-transform: capitalize;
    font-size: 20px;
    line-height: 28px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #333;
}

.news-center .latest-news .text-box .more-box {
    justify-content: flex-start;
    text-transform: capitalize;
    font-weight: 600;
}

.news-blog {
    padding: 110px 0 25px 0;
}

.news-blog .items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.news-blog .item {
    flex: 0 0 31.5555%;
    margin-bottom: 140px;
}

.news-blog .item .img {
    position: relative;
}

.news-blog .item .img::after {
    content: "";
    display: block;
    background-color: #fff;
    position: absolute;
    width: 100%;
    height: 180px;
    bottom: -1px;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

.news-blog .item .text-box {
    position: absolute;
    background-color: #dddddd;
    border-top: 6px solid #e61621;
    width: 90%;
    padding: 50px 40px 35px 40px;
    right: 0;
    bottom: -70px;
    z-index: 10;
}

.news-blog .item .text-box .t2 {
    text-transform: capitalize;
    margin-bottom: 20px;
}

.news-blog .item .text-box .t3 {
    text-transform: capitalize;
    font-size: 20px;
    line-height: 26px;
    height:78px;
    font-weight: bold;
    color: #333;
overflow:hidden;
text-overflow:ellipsis;
display:-webkit-box;
-webkit-box-orient:vertical;
-webkit-line-clamp:3;
}

.news-blog .item .text-box .more-box {
    justify-content: flex-start;
    text-transform: capitalize;
    font-weight: 600;
}

.news-blog .item .text-box .more-under {
    position: relative;
}

.news-blog .item .text-box .more-under::after {
    content: "";
    display: block;
    background-color: #000;
    clip-path: polygon(100% 50%, 0 0, 0 100%);
    width: 11px;
    height: 13px;
    position: absolute;
    right: -20px;
    top: 29%;
}

.food {
    margin-top: 70px;
}

.food .row {
    justify-content: space-between;
    background-color: #f8f8f8;
}

.food .left {
    flex: 0 0 42%;
    margin: auto;
}

.food .right {
    flex: 0 0 50%;
}

.food .red-line {
    margin-top: 10px;
    margin-bottom: 40px;
}

.food .t1 {
    font-weight: bold;
    font-size: 42px;
    line-height: 62px;
    text-transform: capitalize;
}

.food .t2 p {
    color: #666666;
    margin-bottom: 70px;
}

.food .right img {
    border-right: 6px solid #e61621;
    border-radius: 260px 0 0 260px;
}

.benefits {
    padding: 100px 0;
}

.benefits .t1 {
    font-weight: bold;
    font-size: 32px;
    line-height: 62px;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.benefits .t2-box {
    color: #666666;
    line-height: 42px;
}

.benefits .t2-box span {
    color: #e6151e;
    font-weight: bold;
}

.food-labeling .t1 {
    font-size: 32px;
    line-height: 62px;
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 60px;
}

.food-labeling .row {
    margin-bottom: 20px;
}

.food-labeling .card a {
    line-height: 62px;
    font-weight: bold;
    color: #333333;
    text-align: center;
    text-transform: capitalize;
}

.food-labeling .card {
    background-color: #f8f8f8;
    margin-bottom: 40px;
}

.food-labeling .card:hover {
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.food-labeling .card .text{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    padding: 0 20px;
}
.food-labeling .img {
    padding: 20px 70px;
}

.food-labeling img {
    mix-blend-mode: darken;
}

.food-labeling .more-red {
    width: 18%;
}

.other-app .item .text-box {
    padding: 50px 20px 35px 40px;
    background-color: #eeeeee;
}

.other-app .item .text-box .t2 {
    text-transform: capitalize;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 28px;
    font-weight: bold;
    color: #333;
}

.other-app .item .text-box .t3 {
    text-transform: unset;
    font-size: 18px;
    font-weight: 300;
    min-height: 84px;
    color: #666666;
}

.app-for {
    text-align: center;
    padding: 90px 0;
}

.app-for .t1 {
    font-size: 42px;
    line-height: 62px;
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.app-for .t2 {
    line-height: 28px;
    color: #666666;
    margin-bottom: 30px;
}

.app-for .t3 {
    color: #e61621;
}

.industries .title .t1 {
    font-weight: bold;
    font-size: 32px;
    line-height: 62px;
    margin-bottom: 30px;
    text-transform: capitalize;
}

.industries .title .t2 {
    color: #666666;
    margin-bottom: 50px;
}

.industries .title .t3 {
    font-size: 32px;
    line-height: 62px;
    text-transform: capitalize;
    font-weight: bold;
    color: #e61621;
}

.app-pack {
    padding: 50px 0 200px 0;
}

.app-pack .title {
    font-size: 32px;
    line-height: 62px;
    text-transform: capitalize;
    font-weight: bold;
    color: #e61621;
    margin-bottom: 40px;
}

.zs {
    padding: 115px 0 180px 0;
}

.zs .zs-box {
    border: 1px solid #dddddd;
    padding: 18px 20px;
}

.zs .zs-box a {
    border: 10px solid #3aaec7 !important;
}

.zs .zs-box img {}

.qua-label {
    margin-top: 90px;
    text-align: center;
}

.qua-label .box {
    padding-top: 100px;
    background-color: #f9f9f9;
}

.qua-label .t1 {
    text-transform: capitalize;
    font-weight: bold;
    font-size: 36px;
    line-height: 48px;
    margin: auto;
    width: 72%;
    margin-bottom: 30px;
}

.qua-label .t2 {
    color: #666666;
    margin-bottom: 80px;
}

.qua-superior {
    padding: 135px 0 85px 0;
}

.qua-superior .title {
    text-align: center;
    margin-bottom: 125px;
}

.qua-superior .title .t1 {
    font-weight: bold;
    font-size: 36px;
    line-height: 62px;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.qua-superior .title .t2 {
    margin: auto;
    color: #666666;
    width: 68%;
}

.qua-superior .item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
}

.qua-superior .item .left {
    flex: 0 0 52%;
    margin: auto 0;
}

.qua-superior .item .right {
    flex: 0 0 43%;
}

.qua-superior .item .left .t1 {
    font-size: 28px;
    line-height: 62px;
    margin-bottom: 20px;
}

.qua-superior .item .left .t2 {
    color: #666666;
    line-height: 28px;
}

.qua-superior .item .right .img {
    border-bottom: 4px solid #e61621;
}

.qua-work {
    padding: 45px 0 65px 0;
    background-color: #f9f9f9;
    position: relative;
}

.qua-work .title {
    text-transform: capitalize;
    font-weight: bold;
    font-size: 36px;
    line-height: 62px;
    text-align: center;
    padding: 60px;
}

.qua-work .swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 14px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 14px));
    margin-right: 5px;
}

.qua-work .swiper-button-prev-cho,
.qua-work .swiper-button-next-cho {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.3);
    top: 43%;
    z-index: 3;
    padding: 21px 11px;
}

.qua-work .work-swiper {
    padding-bottom: 49px;
    position: relative;
}

.qua-work .swiper-button-prev-cho {
    left: 0;
    color: #fff;
}

.qua-work .swiper-button-next-cho {
    right: 0;
    color: #fff;
}

.qua-work .text-box {
    display: flex;
    justify-content: space-around;
    padding-top: 48px;
    padding-bottom: 30px;
}

.qua-work .text-box .t1 {
    color: #666666;
}

.qua-work .text-box .t1 .jt {
    font-weight: bold;
}

.qua-work .text-box .t1 .strong {
    color: #333333;
}

.qua-work .text-box .t1 span {
    color: #e61621;
    font-weight: 600;
}

.qua-work .text {
    font-size: 28px;
    line-height: 62px;
    font-weight: 500;
    text-align: center;
}

.qua-work .text span {
    color: #e61621;
}

.qua-work .swiper-pagination {
    left: 45%;
    margin-top: 10px;
}

.qua-tail {
    padding: 105px 0 40px 0;
}

.qua-tail .title {
    text-align: center;
}

.qua-tail .title .t1 {
    font-size: 28px;
    line-height: 62px;
    font-weight: 600;
    color: #e61621;
}

.qua-tail .title .t2 {
    font-size: 36px;
    line-height: 62px;
    font-weight: bold;
}

.qua-tail .title .t3 {
    color: #666666;
    width: 85%;
    line-height: 28px;
    margin: auto;
}

.qua-tail .items {
    width: 87%;
    display: flex;
    text-align: center;
    margin: 90px auto;
}

.qua-tail .item {
    flex: 0 0 25%;
}

.qua-tail .item .img {
    padding: 45px 0;
    border-left: 2px solid #e61621;
}

.qua-tail .item:last-child .img {
    border-right: 2px solid #e61621;
}

.qua-tail .item .text {
    font-size: 20px;
    line-height: 28px;
    font-weight: 300;
    padding: 20px 0;
}

.qua-cert {
    background-color: #f8f8f8;
    padding: 100px 0 50px;
}

.qua-cert .box {
    display: flex;
    justify-content: space-between;
}

.qua-cert .box .left {
    flex: 0 0 49%;
}

.qua-cert .box .left .t1 {
    font-size: 36px;
    line-height: 52px;
    margin-bottom: 45px;
    font-weight: bold;
    margin-top: 85px;
}

.qua-cert .box .left .t2 {
    opacity: 0.6;
    margin-bottom: 43px;
}

.qua-cert .box .left .more-box {
    justify-content: left;
}

.qua-cert .box .left .more-red {
    width: 44%;
}

.qua-cert .box .right {
    flex: 0 0 50%;
}

.pro-list {
    margin-top: 47px;
    padding: 75px 0 0;
    background-color: #f8f8f8;
}

.pro-list .container-xl {
    position: relative;
    padding-bottom: 130px;
}

.pro-list .row {
    justify-content: space-between;
}

.pro-list .left {
    flex: 0 0 59%;
}

.pro-list .right {
    flex: 0 0 40%;
}

.pro-list .right img {
    mix-blend-mode: darken;
}

.pro-list .left .t1 {
    text-transform: capitalize;
    font-size: 42px;
    line-height: 62px;
    font-weight: bold;
    padding: 10px 0;
}

.pro-list .left .img {
    margin-bottom: 35px;
}

.pro-list .left .t2 {
    line-height: 32px;
    color: #666666;
    margin-bottom: 30px;
}

.pro-list .left .t3-box {
    color: #666666;
    line-height: 36px;
    margin-bottom: 40px;
}

.pro-list .left .t3-box span {
    color: #e6151e;
    padding: 0 10px;
}

.pro-list .box {
    cursor:pointer;
    position: absolute;
    background-color: #e61621;
    display: flex;
    right: 0;
    width: 57%;
    bottom: -55px;
    padding: 35px 45px 28px 39px;
}

.pro-list .box .text {
    color: #fff;
    margin-left: 34px;
}

.pro-machines {
    margin-top: 170px;
}

.pro-machines .title {
    display:none;
    font-size: 32px;
    line-height: 62px;
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 55px;
}

.pro-machines .items {
    display: flex;
    flex-wrap: wrap;
}

.pro-machines .item {
    margin-bottom: 60px;
}

.pro-machines .item .img {
    padding: 35px;
    background-color: #f8f8f8;
}

.pro-machines .item .img img {
    mix-blend-mode: darken;
}

.pro-machines .item .text {
    border-top: 4px solid #e61621;
    background-color: #d9d9d9;
    padding: 50px 40px 20px 35px;
    min-height: 265px;
}

.pro-machines .item .text .t1 {
    font-weight: bold;
    font-size: 20px;
    text-transform: capitalize;
    line-height: 28px;
    margin-bottom: 0px;
    color: #333;
    height:56px;
    display: -webkit-box;
overflow: hidden;
text-overflow: ellipsis;
word-wrap: break-word;
white-space: normal !important;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.pro-machines .item .text .sku{margin-bottom:20px;}
.pro-machines .item .text .t2 {
    color: #666666;
    font-size: 16px;
    line-height: 28px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
}

.pro-precise {
    padding: 50px 0 25px;
}

.pro-precise .title {
    font-size: 32px;
    line-height: 62px;
    font-weight: bold;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 95px;
}

.pro-precise .items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.pro-precise .item {
    flex: 0 0 28%;
    text-align: center;
    position: relative;
    z-index: 2;
    margin-bottom: 60px;
}

.pro-precise .item::after {
    content: "";
    display: block;
    width: 220px;
    height: 220px;
    border: 1px solid #999999;
    border-radius: 50%;
    position: absolute;
    z-index: -10;
    bottom: 26%;
    left: 22%;
    opacity: 0.3;
}

.pro-precise .item .img {
    margin-bottom: 40px;
}

.pro-precise .item .t1 {
    text-transform: capitalize;
    font-weight: bold;
    border-radius: 23.5px;
    border: 1px solid #999999;
    padding: 10px 0;
    margin-bottom: 36px;
}

.pro-precise .item .t2 {
    color: #666666;
}

.pro-lable {
    background-color: #f8f8f8;
    padding: 85px 0;
}

.pro-lable .row {
    justify-content: space-between;
}

.pro-lable .left {
    flex: 0 0 43%;
}

.pro-lable .left img {
    mix-blend-mode: darken;
}

.pro-lable .right {
    flex: 0 0 47%;
    margin: auto;
}

.pro-lable .right .t1 {
    font-size: 32px;
    line-height: 62px;
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.pro-lable .right .t2 {
    line-height: 32px;
    color: #666666;
    margin-bottom: 65px;
}

.pro-lable .right .t2 span {
    color: #000000;
    font-weight: 500;
}

.pro-lable .right .more-box {
    justify-content: end;
}

.pro-lable .right {
    position: relative;
}

.pro-lable .triangle {
    position: absolute;
    background-color: transparent;
    top: 25%;
    left: -75px;
}

.pro-lable .triangle-red {
    clip-path: polygon(0 50%, 100% 100%, 100% 0);
}

.pro-lable .triangle-white {
    clip-path: polygon(0 50%, 100% 100%, 100% 0);
    margin-left: 12px;
}

.pro-faq {
    padding: 175px 0;
}

.pro-faq .box {
    display: flex;
    justify-content: space-between;
}

.pro-faq .left {
    flex: 0 0 35%;
}

.pro-faq .left .t1 {
    font-weight: bold;
    text-transform: capitalize;
    font-size: 32px;
    line-height: 48px;
}

.pro-faq .right {
    flex: 0 0 58%;
}

.pro-faq .faq-box {
    padding: 0;
}

.pro-faq .faq-box .a.expanded {
    padding-right: 40px;
}

.pro-xq {
    margin-top: 47px;
    position: relative;
}

.pro-xq::after {
    position: absolute;
    display: block;
    content: "";
    background-color: #f8f8f8;
    height: 100%;
    width: 44%;
    left: 0;
    bottom: 0;
}

.pro-xq .row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 125px;
}

.pro-xq .left {
    padding: 40px 0;
    width: 42%;
    flex: 0 0 42%;
    background-color: #f8f8f8;
}

.pro-xq .left .big {
    padding: 80px;
}

.pro-xq .left img {
    mix-blend-mode: darken;
}

.pro-xq .left .swiper-slide {
    background-color: #f8f8f8;
}

.pro-xq .left .small-pro .swiper-slide-thumb-active {
    background-color: #fff;
}

.pro-xq .right {
    width: 53%;
    flex: 0 0 53%;
}

.pro-xq .small-pro {
    width: 95%;
    margin: auto;
    position: relative;
}

.pro-xq .small-pro .mySwiper {
    width: 91%;
}

.pro-xq .small-pro .swiper-slide {
    background-color: #f1f1f1;
}

.pro-xq .small-pro .swiper-slide img {
    padding: 20px;
}

.swiper-button-next-pro,
.swiper-button-prev-pro {
    position: absolute;
    color: #e31823;
    font-size: 28px;
    top: var(--swiper-navigation-top-offset, 43%);
    margin-top: calc(0px -(var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-button-next-pro {
    right: 0;
}

.pro-xq .right h1 {
    text-transform: capitalize;
    font-weight: bold;
    font-size: 42px;
    line-height: 62px;
    margin-bottom: 15px;
}

.pro-xq .right .anniu {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pro-xq .right .more-box {
    flex: 0 0 40%;
}

.pro-xq .right .more-red {
    width: auto;
    padding: 10px 75px;
    border-radius: 0;
    margin-top: 0;
}

.pro-xq .right .sku{margin-top:15px;}

.pro-xq .right .text-box {
    margin-top: 15px;
    padding-bottom: 20px;
    line-height: 32px;
    color: #666666;
    text-align: justify;
    overflow: hidden;
    hyphens: auto;
}

.pro-xq .right .text-box ul{display: flex;justify-content: space-between;flex-wrap: wrap;margin-top: 20px;}
.pro-xq .right .text-box ul li{position: relative;width: 48%;margin-bottom: 10px;}
.pro-xq .right .text-box ul li:before{ content: "●"; margin-right: 7px; color: #e31823;font-size: 22px;}

.pro-xq .right .text {
    line-height: 32px;
    color: #666666;
    margin-bottom: 25px;
    text-align: justify;
    overflow: hidden;
    hyphens: auto;
}

.pro-xq .right .down-pdf {
    display: flex;
    flex: 0 0 50%;
}

.pro-xq .right .down-pdf:hover .t1 {
    text-decoration: none;
}

.pro-xq .right .down-pdf .t1 {
    line-height: 32px;
    text-decoration: underline;
    text-transform: capitalize;
    font-weight: 800;
    color: #e61621;
    margin-left: 15px;
}

.pro-xq .social-box {
    margin-top: 70px;
}

.pro-content .pro-daohang {
    display: flex;
    box-shadow: 4px 8px 20px rgba(0, 0, 0, 0.08);
    margin-bottom: 120px;
}

.pro-content .pro-daohang .item {
    flex: 0 0 25%;
    text-align: center;
    padding: 8px 0;
}

.pro-content .pro-daohang .item:last-child .box {
    border-right: none;
}

.pro-content .pro-daohang .box {
    border-right: 1px solid #dddddd;
    padding: 15px 0;
}

.pro-content .pro-daohang .item.active {
    border-bottom: 6px solid #e61621;
}

.pro-content .pro-daohang a {
    line-height: 32px;
    font-weight: 800;
    text-transform: capitalize;
    color: #333333;
}

.pro-content .content .box {
    display: flex;
    justify-content: space-between;
}

.pro-content .content .item {
    margin-bottom: 100px;
}

.pro-content .content .item .left {
    flex: 0 0 30%;
}
.pro-content .content .item .right{width:100%;}
.pro-content .content .item .right img{width:100%;height:auto;}
.pro-content table{width:100%;}
.pro-content .content .title {
    font-size: 32px;
    line-height: 62px;
    color: #999999;
    font-weight: bold;
    text-transform: capitalize;
}
 #nr4 .row{ justify-content: space-between;}
 #nr4 .text{margin:20px 0;}
.pro-content .right td{border:1px solid #999999;padding:5px;}
.pro-xq-machine .title {
    margin-bottom: 75px;
}

.pro-xq-new {
    margin-bottom: 222px;
}

.pro-xq-new .title {
    font-size: 32px;
    font-weight: bold;
    text-transform: capitalize;
    line-height: 62px;
    margin-bottom: 90px;
}

.pro-xq-new .item {
    display: flex;
}

.pro-xq-new .item .img {
    flex: 0 0 48%;
}

.pro-xq-new .item .text {
    background-color: #d9d9d9;
    padding: 40px 38px;
    border-left: 4px solid #e61621;
}

.pro-xq-new .text .t1 {
    font-size: 20px;
    line-height: 28px;
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.pro-xq-new .text .t2 {
    line-height: 28px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.justify-content-center {
    margin-top: 30px;
}

.page-item.active .page-link {
    background-color: #b3190d;
    border-color: #b3190d;
}





/*#弹出留言表单*/
.reveal-modal-bg {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 1000;
    display: none;
    top: 0;
    left: 0;
    background: rgba(00, 00, 00, 0.8)
}

.reveal-modal {
    visibility: hidden;
    top: 15%;
    left: 50%;
    margin-left: -25%;
    width: 50%;
    position: absolute;
    z-index: 1001;
    padding: 35px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
    -box-shadow: 0 0 10px rgba(0, 0, 0, .4);
    background-color: #FFF
}

.reveal-modal .title {
    font-size: 30px;
    text-align: center;
    margin-bottom: 25px
}

.reveal-modal .close-reveal-modal {
    font-size: 30px;
    line-height: 0.5;
    position: absolute;
    top: 8px;
    right: 11px;
    color: #333;
    text-shadow: 0 -1px 1px rbga(0, 0, 0, .6);
    font-weight: bold;
    cursor: pointer
}

@media(max-width:768px) {
    .reveal-modal {
        visibility: hidden;
        top: 50px;
        left: 50%;
        margin-left: -45%;
        width: 90%;
        position: absolute;
        z-index: 1001;
        padding: 25px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
        -box-shadow: 0 0 10px rgba(0, 0, 0, .4);
        background-color: #FFF
    }

    .reveal-modal .title {
        font-size: 20px;
        text-align: center;
        margin-bottom: 10px
    }
}


.form-feedback .form-control {
    -webkit-text-fill-color: #333;
    background: #fff;
    color: #9396a2;
    font-size: 16px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #cecccc;
    padding-top: 15px;
    padding-bottom: 15px;
}

.form-feedback .form-control::-webkit-input-placeholder {
    color: #9396a2;
}

.form-feedback .btn {
    background-color:
        #e81621;
    color: #fff;
    border-radius: 10px;
    font-size: 18px;
    line-height: 22px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.form-feedback .btn:hover {
    background: #e91410;
    color: #fff;
}




/* 浮窗 */
#float {
    position: fixed;
    right: 0;
    bottom: 165px;
    margin-top: -60px;
    z-index: 55;
    transform: translateX(0);
    transition: .3s ease-in-out
}

#float .ico {
    display: block;
    width: 56px;
    height: 56px;
    text-align: center;
    position: relative;
    cursor: pointer;
    background: var(--public-color);
    border-top: 1px solid #fff
}

#float .ico:first-child {
    border-top: 0px solid #fff
}

#float .ico>i {
    font-size: 30px;
    line-height: 56px;
    display: block;
    color: #fff;
    position: relative;
    z-index: 9999
}

#float .ico>.img {
    position: absolute;
    right: 56px;
    width: 140px;
    top: 0;
    display: none;
    background-color: #fff
}

#float .ico>.img>img {
    width: 100%
}

#float .ico p {
    position: absolute;
    top: 0;
    border-radius: 0;
    right: -350px;
    padding: 0px 20px;
    line-height: 56px;
    font-size: 16px;
    height: 56px;
    background-color: var(--public-color);
    color: #FFF;
    transition: all .6s;
    z-index: 0;
    white-space: nowrap
}

#float .ico:hover>.img {
    display: block
}

#float .ico:hover p {
    right: 56px
}

#float .scale-ico {
    background-color: #b1b1b1;
    transition: .3s ease-in-out
}

#float .scale-ico:hover {
    background-color: var(--public-color)
}

#float.hide {
    transform: translateX(56px)
}

#float.hide .scale-ico {
    width: calc(56px / 2);
    transform: translateX(calc(-56px / 2));
    border-top: 0;
    transition: transform .6s ease-in-out .3s, width .3s ease-in-out
}

#float.hide .scale-ico i {
    transform: rotate(180deg)
}

@media (min-width:1px) and (max-width:991px) {
    #float .ico {
        width: 40px;
        height: 40px
    }

    #float .ico>i {
        font-size: 22px;
        line-height: 40px
    }

    #float .ico>.img {
        right: 40px
    }

    #float .ico p {
        line-height: 40px;
        padding: 0 15px;
        height: 40px
    }

    #float.hide {
        transform: translateX(40px)
    }

    #float.hide .scale-ico {
        width: calc(40px / 2);
        transform: translateX(calc(-40px / 2))
    }
}





< !-- 产品详情锚点定位 -->.prcon-top {
    position: relative;
    background-color: var(--public-color);
}

.prcon-top .box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.prcon-top .box a {
    font-family: 'Arial';
    font-size: 20px;
    line-height: 72px;
    color: #ffffff;
    position: relative;
    margin-right: 60px;
}

.prcon-top .box a::before {
    content: '';
    position: absolute;
    bottom: 20px;
    width: 0;
    height: 1px;
    background-color: #fff;
    transition: all 0.3s;
    right: 0;
}

.prcon-top .box a:hover::before,
.prcon-top .box a.active::before {
    width: 100%;
    right: inherit;
    left: 0;
}

.prcon-top.head-pro {
    opacity: 0;
    position: fixed;
    top: 123px;
    left: 0;
    z-index: 980;
    width: 100%;
    transition: all 0.3s ease-in-out;
    transform: rotateX(90deg);
    transform-origin: top;
    background-color: var(--public-color);
}

.prcon-top.head-pro.active {
    opacity: 1;
    transform: rotateX(0deg);
}

/*#region 手机端*/
.header-mb {
    background: #181818;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    border-bottom: 1px solid #fff;
    z-index: 999
}

.header-mb .container-xl {
    height: 50px
}

.header-mb .top-logo {
    width: 50%
}

.header-mb .top-logo img {
    height: 30px;
    width: auto
}

.header-mb .top-mb {
    display: flex;
    align-items: center;
    width: 50%;
    justify-content: flex-end
}

.header-mb .top-mb .dropdown.lang .dropdown-toggle {
    background: transparent;
    padding: 0;
    color: #fff
}

.header-mb .top-mb .dropdown-menu {
    min-width: 80px;
    margin-top: 8px
}

.header-mb .top-mb .top-mb-search {
    padding: .5rem .4rem;
    margin-left: 10px;
    width: 30px;
    text-align: center
}

.header-mb .top-mb .top-mb-search i {
    font-size: 16px;
    color: #fff
}

.header-mb .top-mb .icon-bars {
    color: #fff
}

.top-mb-search-box {
    display: none;
    position: fixed;
    background: #fff;
    top: 50px;
    padding: 6px 15px 10px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    z-index: 998;
    width: 100%
}

.top-mb-search-box .search-group {
    width: 100%;
    height: 38px
}

.top-mb-feed i {
    font-size: 16px;
    color: #fff
}

.mobile-head-item .main-content-wrap {
    background: #FFF;
    top: 0;
    display: block;
    z-index: 99999
}

.mobile-head-item .main-content-wrap .content-wrap {
    overflow-y: auto;
    height: 100%;
    padding: 15px 10px;
    background-color: #fff
}

.mobile-head-item .main-content-wrap.middle-content-wrap .content-wrap {
    overflow-y: hidden
}

.mobile-head-item .side-content-wrap {
    position: fixed;
    display: block;
    right: -80%;
    width: 80%;
    height: 100%
}

.mobile-head-item .middle-content-wrap {
    position: absolute;
    right: 0;
    width: 100%;
    height: auto;
    padding: 20px 0;
    opacity: 0;
    visibility: hidden
}

.mobile-head-item .middle-show-content-wrap {
    top: 30px;
    visibility: visible;
    opacity: 1
}

.head_top .top_left {
    display: none
}

.head_nav {
    width: 100%;
    padding: 0 5px
}

.head_nav li {
    padding-left: 28px;
    padding-top: 4px;
    padding-bottom: 4px
}

.head_nav li,
.head_nav li a {
    color: #111
}

.head_nav li.has-child {
    padding-left: 28px;
    margin-top: 0;
    margin-bottom: 0
}

.head_nav li.has-child>a {
    margin-top: 3px;
    margin-bottom: 3px;
    margin-right: 35px
}

.head_nav li.has-child>ul {
    display: none
}

.head_nav li.siblings-no-menu {
    position: relative;
    padding-left: 15px
}

.head_nav li a {
    display: block;
    height: auto;
    line-height: 1.4em;
    position: relative
}

.head_nav li a:hover {
    color: inherit
}

.head_nav li em {
    display: block;
    height: 1.4em;
    overflow: hidden
}

.head_nav li li {
    font-size: 14px
}

.head_nav li li li {
    font-size: 12px
}

.head_nav li li a {
    color: #666
}

.head_nav li.has-child a b {
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 1px solid #111;
    border-radius: 2px;
    overflow: hidden;
    line-height: 15px;
    position: absolute;
    right: -35px;
    top: 1px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.head_nav li.has-child a b:before,
.head_nav li.has-child a b:after {
    content: '';
    display: block;
    width: 9px;
    height: 1px;
    background-color: #111;
    position: absolute;
    left: 3px;
    top: 50%;
    margin-top: -.5px
}

.head_nav li.has-child a b:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.head_nav li.has-child a:hover b {
    border-color: #111
}

.head_nav>li {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f2f2f2
}

.head_nav>li>a {
    font-size: 16px;
    text-transform: capitalize;
    margin-bottom: -1px;
    position: relative;
    text-transform: capitalize;
    position: relative
}

.head_nav li,
.head_nav li.has-child {
    padding-left: 0
}

.head_nav li li,
.head_nav li li.has-child {
    padding-left: 15px
}

.head_nav li.active>a>b:after {
    display: none
}

.head_nav li.active>a>b {
    background-color: #111
}

.head_nav li.active>a>b:before,
.head_nav li.active>a>b:after {
    background-color: #fff
}

.mobile-ico-close {
    width: 30px;
    height: 30px;
    background: #fff url(../../images/mobile_close.png) center center no-repeat;
    background-size: 50% auto;
    position: absolute;
    left: -35px;
    top: 0;
    cursor: pointer;
    text-align: center;
    line-height: 30px;
}

.main-mask {
    position: absolute;
    background-color: #000;
    opacity: .4;
    width: 100%;
    height: 100vh;
    z-index: 9;
    display: none
}



@media(max-width:1430px) {
    .professional .m-right {
        margin: 0;
    }

    .story .right .text-box {
        padding: 10px 10px 0 10px;
    }
}

@media(max-width:768px) {
  .banner .more-box{margin: 10px 0;}
  .banner-text-box .t1{font-size: 16px; line-height: 28px;}
    .menu-horizontal-res .nav-item-res {
        font-size: 16px;
        line-height: 18px;
    }

    .more-red {
        font-size: 16px;
    }

    .prcon-top .box {
        flex-wrap: wrap;
    }

    .prcon-top .box a {
        font-size: 16px;
        line-height: 46px;
        flex: 0 0 50%;
        margin-right: 0;
        text-align: center;
    }

    .prcon-top.head-pro {
        top: 50px;
    }

    .prcon-top .box a:hover::before,
    .prcon-top .box a.active::before {
        width: 0;
    }

    .prcon-top.head-pro.active {
        opacity: 0;
    }

    .index-title .t1 {
        font-size: 24px;
        line-height: 32px;
    }

    .index-title .t2 {
        font-size: 14px;
        line-height: 22px;
    }

    .our-pringting {
        padding: 30px 0 30px 0;
    }

    .our-pringting .row {
        margin: 30px 0 0;
    }

    .our-pringting .card .text {
        font-size: 16px;
    }

    .our-pringting .card {
        margin-bottom: 15px;
    }

    .our-pringting .more-red {
        width: auto;
    }

    .your-lable .index-title {
        display: block;
    }

    .your-lable .more-box {
        justify-content: flex-start;
    }

    .your-lable .more-red {
        width: 60%;
    }

    .added .title {
        font-size: 24px;
        line-height: 32px;
        padding: 20px 0;
    }

    .added .added-box {
        display: block;
    }

    .added .added-box .text-box {
        font-size: 15px;
        line-height: 22px;
        padding: 13px 12px;
        width: 90%;
        top: 37%;
        right: 3%;
    }

    .added .right .t1 {
        font-size: 16px;
        line-height: 28px;
    }

    .added .right .t2 {
        font-size: 14px;
        line-height: 22px;
    }

    .added {
        padding: 30px 0;
    }

    .revo-swiper-box {
        display: none;
    }

    .revolutionize .more-box .more-red {
        width: auto;
    }

    .revolutionize {
        height: 600px;
    }

    .home-news {
        padding: 30px 0;
    }

    .home-news .index-title {
        display: block;
        margin-bottom: 20px;
    }

    .home-news .index-title .t1 {
        font-size: 24px;
        line-height: 32px;
    }

    .home-news .index-title .right {
        justify-content: center;
    }

    .home-news .card time {
        font-size: 16px;
        margin: 15px 0;
    }

    .home-news .card .t1 {
        font-size: 20px;
        line-height: 28px;
    }

    .home-news .card {
        margin-bottom: 20px;
    }

    .empower .t1 {
        font-size: 20px;
        line-height: 28px;
    }

    .empower .more-red {
        width: auto;
    }

    .footer-top .t1 {
        width: 100%;
        margin-left: 10px;
    }

    .footer-top {
        margin-bottom: 20px;
    }

    .footer-middle .items {
        display: block;
    }

    .footer-middle .items .title {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 5px;
        margin-top: 10px;
    }

    .footer-middle .items .ul {
        line-height: 32px;
    }

    /* 底部栏目收缩展开 */
    .footer-middle .ul.show {
        visibility: visible;
        height: auto;
    }

    .footer-middle .ul {
        visibility: hidden;
        height: 0;
    }

    .footer-bottom .social-box .social-circle {
        height: 40px;
        width: 40px;
        line-height: 40px;
        margin-bottom: 15px;
    }

    .footer-bottom {
        display: block;
    }

    #footer {
        padding: 30px 0;
    }

    .banner-home {
        margin-top: 51px;
    }

    .banner-text-box .items {
        display: none;
    }

    .more-red {
        width: auto;
        padding: 5px;
        line-height: 24px;
    }

    .banner-text-box {
        top: 12%;
    }

    .banner-text-box .text {
        display: none;
    }

    .banner-text-box .t2 {
        display: none;
    }

    .bread {
        margin-top: 60px;
        font-size: 14px;
        flex-wrap: wrap;
        ;
    }

    .bread a {
        margin-left: 10px;
    }

    .bread span {
        margin-left: 10px;
    }

    .lable-print .title .t1 {
        margin-bottom: 10px;
        font-size: 24px;
        line-height: 28px;
    }

    .lable-print .title .t2 {
        font-size: 14px;
        margin-bottom: 10px;
        line-height: 24px;
    }

    .lable-print .title {
        margin-top: 10px;
    }

    .lable-print .items {
        display: block;
        margin-top: 30px;
    }

    .lable-print .item{padding-bottom:30px;margin-bottom:30px;border-bottom:1px dashed #ddd;}
    .lable-print .box .t1 {
        padding: 30px 0 0 30px;
        font-size: 20px;
        line-height: 24px;
        height: 250px;
    }

    .lable-print .box .img {
        padding: 30px 67px;
    }

    .lable-print .box .text-box {
        margin-top: 50px;
        padding-left: 0px;
    }

    .lable-print .box .text-box p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .lable-print .box {
        margin-bottom: 25px;
    }

    .menu-horizontal {
        margin-top: 10px;
    }

    .menu-horizontal .title {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 20px;
    }

    .menu-horizontal-res {
        display: block;
    }

    .menu-horizontal-res .nav-item-res {
        width: auto;
    }

    .menu-horizontal-res .nav-item-res {
        border: none;
    }

    .pro-list {
        margin-top: 0;
        padding: 30px 0 0;
    }

    .pro-list .row {
        display: block;
        margin: 0;
    }

    .pro-list .left .img {
        margin-bottom: 14px;
    }

    .pro-list .left .t1 {
        font-size: 22px;
        line-height: 28px;
    }

    .pro-list .box {
        padding: 10px;
        width: 90%;
        display:none;
    }

    .pro-list .container-xl {
        padding-bottom: 30px;
    }

    .pro-machines {
        margin-top: 40px;
    }

    .pro-machines .title {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .pro-machines .items {
        display: block;
    }

    .pro-machines .item .text {
        padding: 20px;
    }

    .pro-machines .item {
        margin-bottom: 30px;
    }

    .pro-precise .items {
        display: block;
    }

    .pro-precise .item::after {
        bottom: 35%;
        left: 20%;
    }

    .pro-precise .title {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 35px;
    }

    .pro-precise .item {
        padding-top:105px;
        margin-bottom: 80px;
    }

    .pro-precise .item .t1 {
        margin-bottom: 15px;
    }

    .pro-lable {
        padding: 30px 0;
    }

    .pro-lable .row {
        display: block;
        margin: 0;
    }

    .pro-lable .right .t1 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 5px;
    }

    .pro-lable .right .t2 {
        margin-bottom: 10px;
    }

    .more-under {
        font-size: 16px;
        justify-content: start;
    }

    .pro-faq {
        padding: 30px 0;
    }

    .pro-faq .box {
        display: block;
    }

    .pro-faq .left .t1 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom:30px;
    }

    .faq-box .item {
        padding: 20px 0;
    }

    .pro-faq .faq-box .a.expanded {
        padding-right: 20px;
    }

    .faq-box .a {
        padding-top: 10px;
    }

    .faq-box .a p {
        font-size: 14px;
    }

    .faq-box .q .t1 {
        font-size: 18px;
        line-height: 26px;
    }

    .pro-xq .row {
        display: block;
        margin: 0;
        margin-bottom: 30px;
    }

    .menu-horizontal-res .nav-item-res:first-child {
        border: 0;
    }

    .pro-xq .left {
        width: auto;
    }

    .pro-xq .small-pro {
        display: none;
    }

    .pro-xq .left .big {
        padding: 35px;
    }

    .pro-xq .right {
        width: 100%;
    }

    .pro-xq::after {
        display: none;
    }

    .pro-xq .right h1 {
        font-size: 24px;
        line-height: 32px;
        margin: 10px 0;
    }

    .pro-xq .right .text-box {
        margin-top: 10px;
    }

    .pro-xq .right .more-box {
        flex: 0 0 44%;
    }

    .pro-xq .right .more-red {
        padding: 10px;
    }

    .pro-xq .social-box {
        margin: 30px 0 0 15px;
    }

    .pro-content .pro-daohang {
        display: block;
        margin-bottom: 30px;
    }

    .pro-content .pro-daohang .box {
        padding: 5px 0;
        ;
    }

    .pro-content .pro-daohang .item.active {
        border-bottom: 3px solid #e61621;
    }

    .pro-content .content .box {
        display: block;
    }

    .pro-content .content .title {
        font-size: 24px;
        line-height: 32px;
    }

    .pro-content .content .item {
        margin-bottom: 30px;
    }

    .pro-machines .item .text .t1 {
        margin-bottom: 0;
    }

    .pro-xq-new .title {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 20px;
    }

    .pro-xq-new .item {
        display: block;
    }

    .pro-xq-new .item .text {
        padding: 20px;
    }

    .pro-xq-new .text .t1 {
        margin-bottom: 0;
    }

    .pro-xq-new {
        margin-bottom: 30px;
    }

    .capabilities .title .t1 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 8px;
    }

    .capabilities {
        padding: 20px 0;
    }

    .capabilities .title .t2 {
        font-size: 16px;
        line-height: 24px;
    }

    .capabilities .item {
        display: block;
        margin-bottom: 25px;
    }

    .capabilities .title {
        padding-bottom: 25px;
    }

    .capabilities .item .t1 {
        font-size: 20px;
        line-height: 26px;
        margin: 13px 0;
    }

    .capabilities .item .t2 {
        font-size: 15px;
        line-height: 22px;
        margin-bottom: 10px;
    }

    .capabilities .item .t3-box {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 10px;
    }

    .app-for .t1 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 10px;
    }

    .app-for {
        padding: 30px 0;
    }

    .news-blog .items {
        display: block;
    }

    .app-for .t2 {
        margin-bottom: 20px;
    }

    .industries .title .t2 {
        margin-bottom: 20px;
    }

    .industries .title .t3 {
        font-size: 24px;
        line-height: 32px;
        ;
    }

    .app-pack {
        padding: 20px 0 20px 0;
    }

    .news-blog .item {
        flex: 0 0 31.5555%;
        margin-bottom: 100px;
    }

    .food .row {
        display: block;
        margin: 0;
        padding: 15px 0;
    }

    .food .t1 {
        font-size: 24px;
        line-height: 32px;
    }

    .food .red-line {
        margin: 10px;
    }

    .food .t2 p {
        margin-bottom: 15px;
    }

    .benefits {
        padding: 20px 0;
    }

    .benefits .t1 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 10px;
    }

    .benefits .t2-box {
        line-height: 28px;
    }

    .food-labeling .t1 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 20px;
    }

    .news-blog .items {
        display: block;
    }

    .food-labeling .more-red {
        width: auto;
    }

    .food-labeling .card {
        margin-bottom: 20px;
    }

    .news-blog {
        padding: 30px 0;
    }

    .news-blog .item {
        margin-bottom: 100px;
    }

    .case-coverage .title .t1 {
        font-size: 24px;
        line-height: 32px;
        padding-bottom: 5px;
    }

    .case-coverage {
        padding: 20px 0;
    }

    .case-coverage .title .t2 {
        margin-bottom: 25px;
    }

    .case-coverage .item {
        display: block;
        margin-bottom: 25px;
    }

    .case-coverage .item .left .t1 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 20px;
    }

    .case-coverage .item .left .t2-box p {
        margin-bottom: 15px;
    }

    .case-coverage .item .right {
        display: block;
    }

    .case-coverage .triangle-box {
        display: none;
    }

    .professional {
        padding: 0;
    }

    .professional .box {
        display: block;
    }

    .professional .box .left .t1 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 20px;
    }

    .professional .box .left .t2-box {
        font-size: 16px;
        line-height: 28px;
    }

    .for-added {
        padding: 30px 0;
    }

    .for-added .title {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 25px;
    }

    .for-added .item {
        display: block;
        flex: auto;
        margin-bottom: 15px;
    }

    .story {
        display: block;
    }

    .story .left {
        width: auto;
    }

    .story .right {
        width: auto;
    }

    .story .right .text-box {
        margin: 10px;
    }

    .about-two .row {
        display: block;
    }

    .mySwiper-story {
        margin-left: 25px;
    }

    .story .right .title {
        font-size: 24px;
        margin-bottom: 0px;
        line-height: 32px;
    }

    .story .right .text-box .t1 {
        font-size: 26px;
        line-height: 50px;
        font-weight: bold;
        padding-bottom: 0px;
    }

    .story .swiper-slide {
        height: auto;
    }

    .about-map {
        padding-top: 30px;
    }

    .about-map .container-xl {
        display: block;
    }

    .about-map .text-box {
        width: auto;
        top: 0;
        padding: 0 15px;
    }

    .about-map .t1 {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 0px;
    }

    .about-map .t2 {
        margin-bottom: 12px;
    }

    .about-map .t2-box {
        font-size: 16px;
        color: #666666;
        line-height: 28px;
    }

    .about-two {
        padding: 30px 0 30px;
    }

    .about-two .t2 {
        font-size: 14px;
        line-height: 22px;
    }

    .factory {
        padding: 0;
    }

    .factory .item .t1 {
        font-size: 18px;
        line-height: 24px;
        padding: 20px 0 0 20px;
        height: 260px;
    }

    .factory .item {
        margin-bottom: 60px;
    }

    .zs {
        padding: 20px 0;
    }

    .zs .zs-box {
        padding: 10px;
        margin-bottom: 15px;
    }

    .download {
        padding: 10px 0;
    }

    .download .container-xl {
        display: block;
    }

    .download .form-feedback .btn {
        margin: 20px 0;
    }

    .qua-label {
        margin: 0;
    }

    .qua-label .box {
        padding-top: 30px;
    }

    .qua-label .t1 {
        width: 95%;
        margin-bottom: 14px;
        font-size: 24px;
        line-height: 30px;
    }

    .qua-label .t2 {
        margin-bottom: 25px;
    }

    .qua-superior {
        padding: 25px 0;
    }

    .qua-superior .title .t1 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 10px;
    }

    .qua-superior .title .t2 {
        margin: auto;
    }

    .qua-superior .title {
        margin-bottom: 30px;
    }

    .qua-superior .item {
        display: block;
    }

    .qua-superior .item .left .t1 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 15px;
    }

    .qua-work {
        padding: 20px 0;
    }

    .qua-work .title {
        font-size: 24px;
        line-height: 36px;
        padding: 10px;
    }

    .qua-work .work-swiper {
        padding-bottom: 0px;
    }

    .qua-work .text-box {
        display: block;
        padding: 20px 0;
    }

    .qua-work .text {
        font-size: 20px;
        line-height: 28px;
    }

    .qua-tail {
        padding: 30px 0;
    }

    .qua-tail .title .t1 {
        font-size: 24px;
        line-height: 36px;
    }

    .qua-tail .title .t2 {
        font-size: 24px;
        line-height: 32px;
    }

    .qua-tail .items {
        width: 100%;
        flex-wrap: wrap;
        margin: 20px auto;
    }
    .qua-tail .item {
        flex: 0 0 50%;
    }
    .qua-tail .item .text {
        font-size: 16px;
        line-height: 24px;
        padding: 15px 0;
    }
    .qua-cert {
        padding: 20px 0;
    }
    .qua-cert .box .left .t1 {
        font-size: 24px;
        line-height: 32px;
        margin: 10px 0;
    }
    .qua-cert .box .left .t2 {
        margin-bottom: 20px;
    }
    .qua-cert .box .left .more-red {
        width: auto;
    }
    .team-title {
        padding: 0;
    }
    .team-title .text p {
        padding: 0;
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 22px;
    }
    .team-title .item .icon-img {
        margin-bottom: 0px;
    }
    .team-title .item .text-box .t1 {
        font-size: 9px;
        line-height: 24px;
        margin-bottom: 0px;
    }
    .team-more {
        padding-top: 40px;
    }
    .team-more .item{
        display: block;
        margin-bottom: 20px;
    }
    .team-more .item .right .t1 {
        margin: 10px 0;
        font-size: 20px;
        line-height: 28px;
    }
    .team-more .item .right .t2 {
        font-size: 14px;
        line-height: 22px;
        color: #666666;
        margin-bottom: 10px;
    }
    .sale-team{
        padding: 20px 0;
    }
    .sale-team .title .t1 {
    font-size: 22px;
    line-height: 28px;
        font-weight: bold;
        text-transform: capitalize;
        margin-bottom: 5px;
    }
    .sale-team .title .t2 {
        font-size: 16px;
        line-height: 25px;
    }
    .sale-team .title {
        padding-bottom: 25px;
    }
    .team-know {
        padding: 30px 0;
    }
    .team-know .title {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 20px;
    }
    .team-know .video .play {
        top: 25%;
        right: 38%;
    }
    .video .play{
            width: 70px;
            height: 70px;
    }
    .provid{
        margin: 0;
    }
    .provid .title {
        font-size: 20px;
        line-height: 28px;
    }
    .provid .item {
        margin-bottom: 30px;
    }
    .provid .item .t2 {
        font-size: 12px;
        line-height: 13px;
    }
    .services{
        padding: 30px 0;
    }
    .services .item{
        display: block;
        margin-bottom: 40px;
    }
    .services .right .t1 {
        font-size: 22px;
        line-height: 30px;
        margin: 20px 0;
    }
    .services .right .t2-box p {
        margin-bottom: 15px;
    }
    .services .right .t2-box {
        font-size: 14px;
        line-height: 22px;
    }
    .services .right .t3-box {
        font-size: 14px;
        line-height: 30px;
    }
    .faq-box {
        padding: 30px 0;
    }
    .news-center .row{
        display: block;
        margin: 0;
    }
    .news-center .left .title h1 {
        font-size: 24px;
        line-height: 31px;
        margin-bottom: 10px;
    }
    .news-center .left .contact {
        padding: 20px 0;
    }
    .news-center .right .t1 {
        font-size: 24px;
        line-height: 32px;
        margin: 20px 0;
    }
    .news-center .right .search-group {
        margin-bottom: 20px;
    }
    .news-center .latest-news {
        padding: 15px 0 0 0;
    }
    .contact-box {
        padding: 20px 0;
    }
    .contact-box .title-box .t1 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 20px;
    }
    .contact-box .title-box .t2 {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 30px;
    }
    .contact-box .row {
        padding-left: 0px;
    }
    .contact-box .col-md-12 {
        padding-bottom: 9px;
    }
    .form-map .box{
        display: block;
    }
    .form-map .box .left {
        padding: 20px;
    }
    .form-map .title {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 15px;
    }
    .form-map {
        padding-bottom: 30px;
    }
}
  .banner-lock a{color:#333;}
    .banner-lock li{color:#333;}
  
  
/*cookies板式二*/
.google-cookies{position:fixed;z-index:99;bottom:20px;left:0;right:0;}
.google-cookies.off{display:none;}
.google-cookies .container-xl{max-width:1400px; display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;box-shadow:8px 0 15px rgba(0, 0, 0, 0.2);background:#fff;padding:20px;border-radius:10px;}
.google-cookies .left{width:70%;}
.google-cookies .right{text-align:center;}
.google-cookies .t1{font-size:20px;font-weight:bold;color:var(--public-color);margin-bottom:5px;}
.google-cookies .p1{font-size:14px;line-height:22px;}
.google-cookies .p1 a{font-weight:bold;text-decoration:underline; margin-right:10px;}
.google-cookies .cookies-btn{border:1px solid var(--public-color);color:var(--public-color);display:block;font-size:16px;padding:8px 25px;margin-top:8px; background:#fff; transition: all 0.5s;border-radius:10px;cursor:pointer;}
.google-cookies .cookies-btn:hover{text-decoration:underline;}
.google-cookies .cookies-btn:first-child{background:var(--public-color);color:#fff;margin-top:0}

@media(max-width:768px) {
  .google-cookies{padding:0;bottom:0;}
  .google-cookies .container-xl{border-radius:0;padding:10px;}
  .google-cookies .left{width:100%;}
  .google-cookies .t1{font-size:16px;line-height:24px;}
  .google-cookies .p1{font-size:14px;line-height:16px;margin-bottom:10px;}
  .google-cookies .right{width:100%;text-align:left;}
  .google-cookies .cookies-btn{padding:5px 10px;border-radius:0;margin-top:10px;font-size:14px;display:inline-block;}
}

.menu-collapse { border-radius: 6px 6px 0 0; border: 1px solid #e7e7e7; background: #fff;margin-bottom:20px; }
.menu-collapse .collapse-title { padding: 0.875rem; background: var(--public-color); color: #fafafa; }
.menu-collapse .collapse-title .h5 { font-size: 1.25rem; font-weight: 500; }
.menu-collapse .collapse-title .navbar-toggler { color: #fff; }
.menu-collapse .menu-link { transition: background-color ease 0.2s; color: #666; border-bottom: 1px solid #e7e7e7 }
.menu-collapse ul ul .menu-link { padding: 12px 16px 12px 30px; }
.menu-collapse .menu-link:before { content: "●"; font-size: 0.75rem; margin-right: 5px; color: var(--public-color); }
.menu-collapse .menu-link:hover { background: #f8f9fa; }
.menu-collapse .drop { }
.menu-collapse .menu-link.active { background: #f6f6f6; color: #666 }

/*#表格*/
.table-wrapper table th, .table-wrapper table td { padding: 5px; vertical-align: middle; font-size: 14px; border: 1px solid #dee2e6; text-align: center; }
.table-wrapper table tbody tr:nth-of-type(odd) { background-color: rgba(0, 0, 0, 0.03); }
.table-wrapper table tbody tr:hover { background-color: #dee2e6; color: #555; }
.table-wrapper table { display: table; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; }
@media (max-width: 575.98px) {
    .table-wrapper-sm table { display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; }
}
@media(max-width:768px) {
    .table-wrapper-md table { display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; }
}
@media (max-width: 991.98px) {
    .table-res-lg table { display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; }
}
@media (max-width: 1500.98px) {
    .table-wrapper-xl table { display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; }
}

@media(max-width:768px) {
    .pro-machines .item .text .t2{display:none;}
    .pro-machines .item .text .sku{margin-bottom:0;}
    .revolutionize .title .t1 {
        font-size: 26px;
        line-height: 32px;
    }
    .revolutionize{height:300px;}
    .revolutionize .title .t2{display:none;}

    .pro-list .right{display:none;}
    .pro-machines .item .text{min-height:auto;}
    .pro-xq{margin-top:20px;}
    .pro-content .pro-daohang{display:none;}
    .pro-xq .right .more-red{width:200px;}
    .pro-xq .right .text-box{line-height:22px;font-size:14px;text-align:left;}
    .pro-xq-new .text .t1{color:#333;display: -webkit-box;
overflow: hidden;
text-overflow: ellipsis;
word-wrap: break-word;
white-space: normal !important;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;}

    .pro-machines.pro-xq-machine .item .img{padding:0;}
    .pro-machines.pro-xq-machine .item .text .t1{font-size:15px;}
    .pro-machines.pro-xq-machine .item .text{padding:10px 5px;}
    .pro-machines.pro-xq-machine .row{margin-left:-7px;margin-right:-7px;}
    .pro-machines.pro-xq-machine .row .col-6{padding-left:7px;padding-right:7px}
    .about-map .text-box{position:relative;top:inherit;left:inherit;order:13;margin-top:15px;}
    .about-map .right{display:flex;flex-wrap:wrap;}
}

.x2-contact{display: flex;flex-wrap: wrap;justify-content: space-between;margin-top: 35px;}
.x2-contact .x2-lx{width: 48%;}
.x2-contact .x2-desc{width: 48%;}
.x2-contact .x2-desc .x2-t1{font-size: 23px;font-weight: bold;margin-bottom: 20px;}
.x2-contact .x2-desc .x2-t1:before{content: "\f00c";font-family: cmsfont;display: inline-block;margin-right: 12px;color: #d71319;}
.x2-contact .x2-desc .x2-p1{font-size: 16px;line-height: 26px;margin-bottom: 30px;}
.x2-contact .x2-lx .box{margin-bottom: 24px;}
.x2-contact .x2-lx .box .left{width: 26px;}

.x2-contact-box2 .x2-t2{font-size: 30px;line-height: 48px;font-weight: bold;text-align: center;margin-top: 70px;margin-bottom: 40px;}
.x2-contact-box2 .x2-list{display: flex;justify-content: space-between;flex-wrap: wrap;}
.x2-contact-box2 .x2-list .x2-item{width: 18%;margin-bottom: 20px;text-align: center;}
.x2-contact-box2 .x2-list .x2-item .x2-t3{font-size: 18px;font-weight: bold;margin: 20px auto 10px;}
.x2-contact-box2 .x2-list .x2-item p{font-size: 15px;line-height: 25px;color: #666;}

@media(max-width:768px) {
    .x2-contact .x2-lx{width: 100%;}
    .x2-contact .x2-desc{width: 100%;margin-top: 30px;}
    .contact-box .title-box .t2{width: 100%}
    .x2-contact{margin-top: 20px;}
    .contact-box .box .text-box{margin-left: 20px;}
    .x2-contact .x2-lx .box{margin-bottom: 15px;}
    .x2-contact .x2-desc .x2-t1{font-size: 18px;line-height: 26px;}
    .x2-contact .x2-desc .x2-p1{font-size: 14px;line-height: 20px;margin-bottom: 15px;}
    .x2-contact-box2 .x2-t2{margin-top: 35px;margin-bottom: 20px;font-size: 22px;line-height: 32px;}
    .x2-contact-box2 .x2-list .x2-item{width: 48%;}
}

.z1-more{display: flex;justify-content: center;margin-top: 30px;}