/* public */
body,
html {
    overflow-x: hidden;
}

.feedbacks .swiper-pagination-bullet {
    background: #ee8a09 !important;
}

.bannercontent_title {
    display: none !important;
}

.navbar-toggler {
    background-color: #ee8a09 !important;
}

.t50 {
    margin-top: 50px;
}

.b20 {
    margin-bottom: 20px;
}

.b40 {
    margin-bottom: 40px;
}

.b60 {
    margin-bottom: 60px;
}

.tm30 {
    margin-top: 30px;
}

.indexalltitle {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}

.indexalltitle img {
    width: 50px;
    height: 50px;
}

.indexalltitle h2 {
    font-size: 48px;
    color: #000;
    font-weight: bold;
    margin: 0 10px;
    text-align: center;
    word-break: break-all;
}

.indexalltitle .indexalltitleimg1 {
    margin-top: -40px;
    display: block;
}

.indexalltitle .indexalltitleimg2 {
    margin-top: 45px;
    display: block;
}

/* aboutus */
.aboutus {
    padding: 80px 0 60px 0;
}

.our_list ul {
    display: flex;
    justify-content: space-between;
    align-items: self-start;
}

.our_list li {
    width: 48%;
    overflow: hidden;
    position: relative;
}

.our_img {
    position: relative;
    overflow: hidden;
    height: auto;
    display: block;
    padding-top: 150%;
}

.our_img img {
    width: 100%;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
}

.our_li_con {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
    width: 90%;
    margin: 0 auto;
}

.our_li_txt {
    background-color: #fff;
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.our_li_txt span {
    font-size: 18px;
    color: #000;
    font-weight: bold;
    text-align: center;
    display: block;
    margin-bottom: 10px;
    word-wrap: break-word;
}

.our_li_txt p {
    font-size: 16px;
    color: #666;
    text-align: center;
}

.our_title h3 {
    font-size: 18px;
    color: #ff8b34;
    font-weight: bold;
}

.our_title h4 {
    font-size: 36px;
    color: #000;
    font-weight: bold;
    margin: 20px 0;
}

.our_title p {
    font-size: 16px;
    color: #666;
    line-height: 28px;
}

.our_card {
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    margin-top: 30px;
    box-shadow: 1px 3px 10px rgba(0, 0, 0, 0.15);
}

.our_card_img {
    width: 48%;
    overflow: hidden;
    position: relative;
    height: auto;
    padding-top: 25%;
}

.our_card_img img {
    width: 100%;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
}

.our_card_con {
    width: 52%;
    overflow: hidden;
}

.our_card_txt {
    padding: 15px;
}

.our_card_txt h4 {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.our_card_txt p {
    font-size: 14px;
    color: #666;
    margin: 15px 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.our_card_txt a {
    font-size: 16px;
    color: #ff8b34;
    font-weight: bold;
}

.our_card:hover {
    background-color: #ff8b34;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.our_card:hover .our_card_txt a {
    margin-left: 30px;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.our_card:hover .our_card_txt a,
.our_card:hover .our_card_txt p,
.our_card:hover .our_card_txt h4 {
    color: #fff;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.our_list li:nth-child(2) {
    margin-top: 40px;
}

.our_list li:hover .our_li_txt {
    background-color: #ff8b34;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.our_list li:hover .our_li_txt span,
.our_list li:hover .our_li_txt p {
    color: #fff;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

/* good */
.wedo {
    padding: 20px 0 30px 0;
}

.wedo_list {
    text-align: center;
}

.wedo_list li {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.wedo_list p {
    font-size: 18px;
    color: #000;
    font-weight: bold;
    text-align: center;
}

.wedo_bd .swiper {
    width: 100%;
    height: 100%;
}

.wedo_bd .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    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;
}

.wedo_bd .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wedo_bd {
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px solid #e5e5e5;
}

.wedo_bd img {
    width: 100%;
    vertical-align: middle;
}

/* brand */
.index_brand {
    margin: 60px 0;
}

.brandpic {
    display: flex;
    align-items: center;
}

.brandimg img {
    width: 200px;
}

/* good */
.whogo {
    display: block;
    width: 70%;
    height: 65px;
    line-height: 65px;
    background-color: #ff8b34;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin: 40px 0;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.whogo:hover {
    background-color: #fff;
    color: #ff8b34;
    margin-left: 30px;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.who_title h3 {
    font-size: 18px;
    color: #ff8b34;
    font-weight: bold;
}

.who_title h4 {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    margin: 20px 0;
}

.who_title p {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
}

.whoprogress li {
    margin: 0 0 25px 0;
}

.whoprogress p {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}

.who_bd {
    margin-top: 30px;
}

.whook {
    margin-top: 30px;
}

.whook li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 10px 0;
}

.whook li i {
    color: #ff8b34;
    font-size: 14px;
    margin-right: 10px;
}

.whook p {
    font-size: 14px;
    color: #fff;
}

.whoicon {
    background-color: #fff;
    padding: 15px 20px 25px 20px;
}

.whoicon img {
    max-width: 100%;
    display: block;
    margin-left: -15px;
    vertical-align: middle;
}

.whoicon p {
    font-size: 18px;
    color: #000;
    font-weight: bold;
    margin-top: 10px;
}

.whomain {
    background-color: #00091d;
    width: 70%;
    overflow: hidden;
}

.whobox {
    padding: 100px 110px 100px 110px;
}

.whocon {
    width: 65%;
    overflow: hidden;
}

.whoimg {
    width: 52%;
    overflow: hidden;
    position: absolute;
    top: 30px;
    right: 0;
}

.who {
    padding: 80px 0;
    position: relative;
}

.whoimg img {
    width: 100%;
    vertical-align: middle;
}

.outbox {
    margin-top: 15px;
}

.outbox .load-bar {
    width: 100%;
    height: 10px;
    background-color: rgba(255, 255, 255, 0.3);
    position: relative;
}

.outbox #numcounter {
    position: absolute;
    right: 0;
    top: -35px;
    color: #fff;
    font-size: 20px;
    animation: counter 1.5s linear;
    -moz-animation: counter 1.5s linear;
    -webkit-animation: counter 1.5s linear;
    -o-animation: counter 1.5s linear;
}

.outbox #numcounter2 {
    position: absolute;
    right: 0;
    top: -35px;
    color: #fff;
    font-size: 20px;
    animation: counter2 1.5s linear;
    -moz-animation: counter2 1.5s linear;
    -webkit-animation: counter2 1.5s linear;
    -o-animation: counter2 1.5s linear;
}

.outbox .load-bar-inner {
    height: 99%;
    width: 90%;
    border-radius: inherit;
    position: relative;
    background-color: #ff8b34;
    animation: loader 1.5s linear;
    -moz-animation: loader 1.5s linear;
    -webkit-animation: loader 1.5s linear;
    -o-animation: loader 1.5s linear;
}

.outbox .load-bar-inner2 {
    height: 99%;
    width: 94%;
    border-radius: inherit;
    position: relative;
    background-color: #ff8b34;
    animation: loader2 1.5s linear;
    -moz-animation: loader2 1.5s linear;
    -webkit-animation: loader2 1.5s linear;
    -o-animation: loader2 1.5s linear;
}

/* service */
.ser_con span {
    font-size: 18px;
    color: #ff8b34;
    font-weight: bold;
}

.ser_con h3 {
    font-size: 36px;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 15px 0;
}

.ser_con p {
    font-size: 16px;
    color: #666;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 28px;
}

.ser_con a {
    width: 50%;
    height: 50px;
    line-height: 50px;
    background-color: #ff8b34;
    text-align: center;
    color: #fff;
    font-size: 16px;
    display: block;
    margin-top: 30px;
    border: 1px solid #ff8b34;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.ser_con a:hover {
    background-color: #fff;
    color: #ff8b34;
    width: 70%;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.ser_licon {
    padding: 20px 15px;
    box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.15);
}

.ser_li {
    margin: 15px 0;
}

.zzz {
    position: relative;
    top: 0;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.ser_li:hover .zzz {
    position: relative;
    top: -20px;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.serimg {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
    display: block;
    padding-top: 100%;
}

.ser_licon img {
    width: 100%;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
}

.ser_licon h3 {
    font-size: 24px;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 20px 0;
}

.ser_licon p {
    font-size: 16px;
    color: #666;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 28px;
}

.sergo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.sergo:hover {
    margin-left: 30px;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.sergo span {
    font-size: 16px;
    color: #ff8b34;
}

.sergo i {
    font-size: 16px;
    color: #ff8b34;
    margin-left: 10px;
}

.ser {
    padding-bottom: 80px;
}

/* picture */
.allimgcon {
    position: relative;
    overflow: hidden;
}

.allimg_cover {
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 0;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.allimg_li {
    margin: 10px 0;
}

.allimg_li:hover .allimg_cover {
    height: 100%;
    bottom: 0;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.allimg_tu {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
    padding-top: 100%;
    display: block;
}

.allimg_tu img {
    width: 100%;
    height: 100%;
    display: block;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
}

.allimg {
    padding: 0 30px;
    overflow: hidden;
    position: relative;
    z-index: 9;
}

.allimg_box {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
}

.allimg_box h3 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
}

.allimg_box p {
    font-size: 16px;
    color: #fff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 5;
}

/* feedback */
.feedbacks {
    margin-top: -140px;
    position: relative;
    background-color: #00091d;
    padding: 250px 0 80px 0;
}

.feedbacks_left span {
    font-size: 18px;
    color: #ff8b34;
    font-weight: bold;
}

.feedbacks_left h3 {
    font-size: 36px;
    color: #fff;
    margin: 20px 0;
}

.feedbacks_left p {
    font-size: 16px;
    color: #fff;
    line-height: 30px;
}

.feedbacks .swiper {
    width: 100%;
    height: 100%;
}

.feedbacks .swiper-slide {
    text-align: center;
    font-size: 18px;
    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;
    padding-bottom: 50px;
}

.feedbacks .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swipercard {
    background-color: #fff;
    padding: 40px;
    position: relative;
    overflow: hidden;
}

.swipercard p {
    font-size: 16px;
    line-height: 30px;
    color: #666;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 4;
}

.peroson {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 30px;
}

.perosonimg {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 15px;
}

.perosonimg img {
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.peroson_name {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1;
}

.peroson_name h3 {
    font-size: 20px;
    color: #000;
    font-weight: bold;
    text-align: left;
}

.peroson_name span {
    font-size: 16px;
    color: #666;
    display: block;
    margin-top: 10px;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
}

.iconimg {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

/* news */
.blog {
    padding: 50px 0;
}

.blog_title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
}

.blog_title span {
    font-size: 18px;
    color: #ff8b34;
    font-weight: bold;
}

.blog_title h2 {
    font-size: 36px;
    color: #000;
    text-align: center;
    margin: 20px 0;
    font-weight: bold;
}

.blog_title p {
    font-size: 16px;
    color: #666;
    text-align: center;
}

.blogtu {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
    padding-top: 100%;
    display: block;
}

.blogtu img {
    width: 100%;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.blogimg {
    position: relative;
    overflow: hidden;
    display: block;
    background: #eaeaea;
}

.blogimg h4 {
    padding: 10px 30px;
    background-color: #ff8b34;
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 9;
}

.blogcover {
    width: 100%;
    height: 100%;
    /* background: rgba(0, 0, 0, 0.5); */
    position: absolute;
    top: 0;
    left: 0;
}

.blog_txt {
    margin-top: 20px;
}

.blog_txt h3 {
    font-size: 22px;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.blog_txt p {
    font-size: 16px;
    color: #666;
    margin: 15px 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog_go {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.blog_go span {
    font-size: 16px;
    color: #ff8b34;
    font-weight: bold;
}

.blog_go i {
    font-size: 16px;
    color: #ff8b34;
    margin-left: 10px;
    font-weight: bold;
}

.blog_li {
    margin-bottom: 30px;
}

.blog_li:hover .blogtu img {
    transform: scale(1.2);
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.blog_li:hover .blog_txt h3 {
    color: #ff8b34;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.blog_go:hover {
    margin-left: 20px;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

/* product */
.prolist {
    padding: 50px 0;
    background-color: #eee;
}

.prolist_title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto 40px auto;
}

.prolist_title h2 {
    font-size: 48px;
    color: #000;
    font-weight: bold;
    text-align: center;
}

.prolist_title span {
    display: block;
    width: 100px;
    height: 4px;
    background-color: #ee8a09;
    margin: 25px auto 0 auto;
}

.prolist_li {
    margin: 0 0 30px 0;
}

.prolistflex {
    display: flex;
    flex-wrap: wrap;
}

.prolist_box {
    height: 100%;
    padding: 30px 15px 10px 15px;
}

.prolist_img {
    position: relative;
    overflow: hidden;
    display: block;
    height: auto;
    width: 100%;
    padding-top: 100%;
}

.prolist_img img {
    width: 100%;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
}

.prolist_txt {
    padding: 30px 15px;
    display: block;
}

.prolist_txt h3 {
    font-size: 18px;
    color: #000;
    font-weight: bold;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.prolist_li:hover .prolist_txt h3 {
    color: #ee8a09;
}

.procover {
    opacity: 0;
    transform: scale(1.2);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(238, 138, 9, 0.3);
    z-index: 999;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.procover span {
    display: block;
    font-size: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}

.prolist_li:hover .procover {
    opacity: 1;
    transform: scale(1);
}

/* .prolist_title h2 {
    text-align: center;
    font-size: 40px;
    margin-bottom: 20px;
    font-weight: 600;
} */

.prolist_pos {
    overflow: hidden;
    margin-top: 15px;
}

.prolist_nav {
    cursor: pointer;
    position: relative;
    text-align: center;
}

.prolist_pos:hover .prolist_navtitle {
    top: 0;
    opacity: 1;
}

.prolist_pos:hover .prolist_txt h3 {
    color: #ee8a09;
}

.prolist_navtitle {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 100%;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    background-color: rgb(238 138 9 / 35%);
    opacity: 0;
    transition: all 0.5s;
}

/* footer */
.footer {
    background-color: #00091d;
    padding: 60px 0;
}

.footer_bd {
    border-top: 1px solid #999;
    padding: 15px 0;
}

.footer_bdbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.footer_bdbox p {
    font-size: 14px;
    color: #fff;
}

.footer_way {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.footer_way a {
    display: block;
    margin: 0 7px;
    padding: 7px 10px;
    background-color: #ff8b34;
}

.footer_way a:hover {
    background-color: #fff;
    transform: scale(0.9);
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.footer_way a:hover i {
    color: #ff8b34;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.footer_way a i {
    color: #fff;
    font-size: 16px;
}

.footer_hd {
    padding: 80px 0 50px 0;
}

.footer_logo {
    margin-bottom: 30px;
    display: block;
    overflow: hidden;
}

.footer_logo img {
    max-height: 60px;
    vertical-align: middle;
}

.footer_left p {
    font-size: 16px;
    color: #fff;
    line-height: 25px;
}

.footer_left_tel {
    margin-top: 30px;
    margin-bottom: 30px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.footer_left_tel span {
    font-size: 20px;
    color: #ff8b34;
    font-weight: bold;
}

.footer_left_tel h3 {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

.footer_right_up {
    padding-bottom: 30px;
    border-bottom: 1px solid #999;
}

.icons {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.icons i {
    font-size: 30px;
    color: #ff8b34;
    margin-right: 10px;
}

.icons span {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}

.icons p {
    font-size: 14px;
    color: #fff;
}

.icons p a{
    font-size: 14px;
    color: #fff;
}

.footer_right_down {
    padding-top: 30px;
}

.footer_one span {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    display: block;
    margin-bottom: 13px;
}

.footer_one a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
}

.footer_one a:hover p {
    color: #ff8b34;
}

.footer_one i {
    color: #ff8b34;
    font-size: 12px;
    margin-right: 10px;
}

.footer_one p {
    font-size: 14px;
    color: #fff;
}

.footer_mes span {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    display: block;
    margin-bottom: 13px;
}

.footer_mes p {
    font-size: 14px;
    color: #fff;
}

.footer_email {
    margin-top: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.footer_email input {
    border: none;
    background-color: #fff;
    width: 70%;
    height: 45px;
    line-height: 45px;
    padding: 0 10px;
    font-size: 14px;
    color: #00091d;
}

.footer_email button {
    border: none;
    background: #ff8b34;
    width: 20%;
    height: 45px;
    line-height: 45px;
    margin-left: 15px;
}

.footer_email button:hover {
    background-color: #fff;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.footer_email button:hover i {
    color: #ff8b34;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.footer_email i {
    font-size: 18px;
    color: #fff;
}

.footer .iconsize {
    font-size: 26px;
}

.footer_main h2 {
    font-size: 14px;
    color: #fff;
    margin-bottom: 20px;
}

.footer_main .public_ad_header_social_media {
    justify-content: flex-start;
    margin-left: 0;
}

.footer_main .public_ad_header_social_media a {
    margin-left: 0;
    margin-right: 15px;
    border-radius: 0;
}

.footer_page h3,
.footer_product h3,
.footer_contact h3 {
    font-size: 20px;
    color: #ee8a09;
    font-weight: bold;
    text-transform: none;
    margin-bottom: 20px;
}

.footer_page a,
.footer_product a {
    display: block;
    font-size: 16px;
    color: #fff;
    margin-bottom: 15px;
    text-transform: none;
}

.footer_product a:hover {
    text-decoration: underline !important;
    color: #ee8a09;
}

.footer_page a:hover {
    text-decoration: underline !important;
    color: #ee8a09;
}

.footer_contact li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.footer_contact li i {
    font-size: 22px;
    color: #ee8a09;
    margin-right: 10px;
}

.footer_contact li p {
    font-size: 16px;
    color: #fff;
    flex: 1;
}

.footer_contact li a {
    font-size: 16px;
    color: #fff;
    flex: 1;
}

.footer_copyrights {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #fff;
    margin-top: 20px;
    padding: 20px 0 20px 0;
    width: 100%;
}

.footer_copyrights_name {
    font-size: 14px;
    color: #fff;
}

.footer_copyrights_p p {
    font-size: 14px;
    color: #fff;
    display: inline;
}

.footer_copyrights_p a {
    font-weight: 600;
    font-size: 14px;
    color: #ee8a09;
    display: inline;
    text-transform: none;
    text-decoration: underline;
}

.footer_tags {
    border-bottom: 1px solid #fff;
    padding: 0 0 10px 0;
    margin-bottom: 40px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
}

.footer_tags p {
    font-size: 14px;
    color: #fff;
    text-transform: none;
}

.footer_tags a {
    font-size: 14px;
    color: #fff;
    display: block;
    margin: 5px;
}

.footer_tags a:hover {
    text-decoration: underline !important;
}

@media (max-width: 576px) {
    .banner {
        margin-top: 20px;
    }

    .aboutus {
        padding: 30px 0;
    }

    .our_li_txt span {
        font-size: 14px;
    }

    .our_li_txt p {
        font-size: 13px;
    }

    .our_title h4 {
        font-size: 24px;
    }

    .our_card {
        margin-top: 10px;
    }

    .wedo_right {
        margin-top: 10px;
    }

    .wedo {
        padding: 20px 0;
    }

    .index_brand {
        margin: 30px 0;
    }

    .who {
        padding: 0 0 40px 0;
    }

    .whobox {
        padding: 20px;
    }

    .whocon {
        width: 100%;
    }

    .whoimg {
        position: static;
        width: 100%;
        overflow: hidden;
        top: auto;
        right: auto;
    }

    .whomain {
        width: 100%;
    }

    .who_title h4 {
        font-size: 24px;
    }

    .ser_con h3 {
        font-size: 24px;
    }

    .ser {
        padding-bottom: 30px;
    }

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

    .feedbacks_left h3 {
        font-size: 26px;
    }

    .feedbacks_box {
        margin-top: 20px;
    }

    .blog {
        padding: 30px 0 0 0;
    }

    .blog_title h2 {
        font-size: 26px;
    }

    .prolist {
        padding: 20px 0;
    }

    .prolist_title h1 {
        font-size: 28px;
        margin-bottom: 0px;
    }

    .prolist_title {
        margin: 0 auto 20px auto;
    }

    .videobtn img {
        width: 60px;
        height: 60px;
    }

    .brand {
        padding: 40px 0;
        background-size: auto 100%;
    }

    .brand_main h2 {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .product_cardup {
        margin-top: 30px;
    }

    .product_card {
        margin-top: 20px;
    }

    .indexzhutitle h2 {
        font-size: 28px;
    }

    .indexproduct_box {
        padding: 10px;
    }

    .indexproduct_con h3 {
        font-size: 16px;
    }

    .indexproduct_con .indexproduct_more {
        /* width: 100%; */
        padding: 10px;
    }

    .indexus_show h2 {
        font-size: 38px;
    }

    .banner .swiper-button-next,
    .banner .swiper-button-prev {
        display: none;
    }

    .product_show_main .public_ad_header_social_media a {
        margin-right: 8px
    }

    .newsinfo {
        display: none;
    }

    .indexproduct_btnaa a {
        padding: 5px 10px;
    }

    /* index product */
    .indexproduct {
        padding: 40px 0;
    }

    .indexproduct_more {
        padding: 8px 10px;
    }

    .indexproductallmore {
        padding: 10px 30px;
    }

    .indexproduct_more p {
        font-size: 12px;
    }

    .indexproduct_more i {
        font-size: 12px;
    }

    .indexalltitle h2 {
        font-size: 30px;
    }

    .indexabout_hdtitle h2 {
        font-size: 28px;
    }

    .indexproduct_more span {
        width: 24px;
        height: 24px;
        line-height: 1.4;
    }

    .indexalltitle img {
        width: 30px;
        height: 30px;
    }

    .indexproduct_txt h3 {
        font-size: 16px;
    }

    .indexproducthd {
        padding: 15px;
    }

    /* footer */
    .footer_page {
        margin-top: 15px;
    }

    .footer_nav {
        display: none;
    }

    .footer_call {
        margin-top: 30px;
    }

    .footer_hd {
        padding-bottom: 10px;
    }

    .headernav_logo img {
        max-height: 50px;
    }

    .headernav {
        padding: 15px 0;
    }

    .footer_product {
        display: none;
    }

    .footer_logo img {
        max-width: 80%;
    }
    .outbox #numcounter{
        display: none;
    }
}

@media (min-width: 576px) and (max-width: 768px) {
    .aboutus {
        padding: 30px 0;
    }

    .our_li_txt span {
        font-size: 14px;
    }

    .our_li_txt p {
        font-size: 13px;
    }

    .our_title h4 {
        font-size: 24px;
    }

    .our_card {
        margin-top: 10px;
    }

    .wedo_right {
        margin-top: 10px;
    }

    .wedo {
        padding: 20px 0;
    }

    .index_brand {
        margin: 30px 0;
    }

    .who {
        padding: 0 0 40px 0;
    }

    .whobox {
        padding: 20px;
    }

    .whocon {
        width: 100%;
    }

    .whoimg {
        position: static;
        width: 100%;
        overflow: hidden;
        top: auto;
        right: auto;
    }

    .whomain {
        width: 100%;
    }

    .who_title h4 {
        font-size: 24px;
    }

    .ser_con h3 {
        font-size: 24px;
    }

    .ser {
        padding-bottom: 30px;
    }

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

    .feedbacks_left h3 {
        font-size: 26px;
    }

    .feedbacks_box {
        margin-top: 20px;
    }

    .blog {
        padding: 30px 0 0 0;
    }

    .blog_title h2 {
        font-size: 26px;
    }

    .blogleftimg {
        padding-top: 80%;
    }

    .prolist {
        padding: 20px 0;
    }

    .prolist_title h1 {
        font-size: 28px;
        margin-bottom: 0px;
    }

    .prolist_title {
        margin: 0 auto 20px auto;
    }

    .videobtn img {
        width: 80px;
        height: 80px;
    }

    .brand {
        padding: 40px 0;
        background-size: auto 100%;
    }

    .brand_main h2 {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .blog {
        padding: 40px 0;
    }

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

    .blogtxt {
        padding: 15px 10px;
    }

    .indexus_show h3 {
        font-size: 26px;
        margin-top: 20px;
    }

    .indexus {
        margin: 40px 0;
    }

    .product_cardup {
        margin-top: 30px;
    }

    .product_card {
        margin-top: 20px;
    }

    .cardcon {
        padding: 0;
    }

    .cardli {
        margin: 20px 0;
    }

    .cardtxt h3 {
        font-size: 20px;
    }

    .indexzhutitle h2 {
        font-size: 28px;
    }

    .indexproduct_box {
        padding: 10px;
    }

    .indexproduct_con h3 {
        font-size: 16px;
    }

    .indexproduct_con .indexproduct_more {
        /* width: 100%; */
        padding: 10px;
    }

    .indexus_show h2 {
        font-size: 38px;
    }

    .banner .swiper-button-next,
    .banner .swiper-button-prev {
        display: none;
    }

    .swiper-wrapper .bancomvideo button {
        width: 40px;
        height: 40px;
        line-height: 1;
    }

    .swiper-wrapper .bancomvideo i {
        font-size: 20px;
        line-height: 1;
    }

    .newsinfo {
        display: none;
    }

    .product_show_main .public_ad_header_social_media a {
        margin-right: 8px
    }

    .indexproduct_btnaa a {
        padding: 5px 10px;
    }

    /* index product */
    .indexproduct {
        padding: 40px 0;
    }

    .indexproduct_more {
        padding: 8px 10px;
    }

    .indexproductallmore {
        padding: 10px 30px;
    }

    .indexproduct_more p {
        font-size: 12px;
    }

    .indexproduct_more i {
        font-size: 12px;
    }

    .indexalltitle h2 {
        font-size: 30px;
    }

    .indexabout_hdtitle h2 {
        font-size: 28px;
    }

    .indexproduct_more span {
        width: 24px;
        height: 24px;
        line-height: 1.5;
    }

    .indexalltitle img {
        width: 30px;
        height: 30px;
    }

    .indexproduct_txt h3 {
        font-size: 16px;
    }

    .indexproducthd {
        padding: 15px;
    }

    .indexabout,
    .indexgood,
    .indexnew {
        padding: 40px 0;
    }

    .indexabout_hdtitletxt {
        margin-top: 30px;
    }

    .indexabout_data li i {
        font-size: 30px;
    }

    .indexabout_data li h3,
    .indexabout_data li span {
        font-size: 30px;
    }

    .indexabout_data li p {
        font-size: 14px;
    }

    .indexnewli {
        margin-bottom: 30px;
    }

    /* footer */
    .footer_page {
        margin-top: 15px;
    }

    .footer_nav {
        display: none;
    }

    .footer_call {
        margin-top: 30px;
    }

    .footer_hd {
        padding-bottom: 10px;
    }

    .headernav_logo img {
        max-height: 50px;
    }

    .headernav {
        padding: 15px 0;
    }

    .footer_product {
        display: none;
    }

    .footer_logo img {
        max-width: 80%;
    }
    
}

@media (min-width: 768px) and (max-width: 992px) {
    .aboutus {
        padding: 30px 0;
    }

    .our_li_txt span {
        font-size: 14px;
    }

    .our_li_txt p {
        font-size: 13px;
    }

    .our_title h4 {
        font-size: 24px;
    }

    .our_card {
        margin-top: 10px;
    }

    .wedo_right {
        margin-top: 10px;
    }

    .wedo {
        padding: 20px 0;
    }

    .index_brand {
        margin: 30px 0;
    }

    .who {
        padding: 0 0 40px 0;
    }

    .whobox {
        padding: 20px;
    }

    .whocon {
        width: 100%;
    }

    .whoimg {
        position: static;
        width: 100%;
        overflow: hidden;
        top: auto;
        right: auto;
    }

    .whomain {
        width: 100%;
    }

    .who_title h4 {
        font-size: 24px;
    }

    .ser_con h3 {
        font-size: 24px;
    }

    .ser {
        padding-bottom: 30px;
    }

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

    .feedbacks_left h3 {
        font-size: 26px;
    }

    .feedbacks_box {
        margin-top: 20px;
    }

    .blog {
        padding: 30px 0 0 0;
    }

    .blog_title h2 {
        font-size: 26px;
    }

    .blogleftimg {
        padding-top: 70%;
    }

    .prolist {
        padding: 20px 0;
    }

    .prolist_title h1 {
        font-size: 28px;
        margin-bottom: 0px;
    }

    .prolist_title {
        margin: 0 auto 20px auto;
    }

    .videobtn img {
        width: 100px;
        height: 100px;
    }

    .brand {
        padding: 40px 0;
        background-size: auto 100%;
    }

    .brand_main h2 {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .blog {
        padding: 40px 0;
    }

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

    .blogtxt {
        padding: 15px 10px;
    }


    .indexus_show h3 {
        font-size: 26px;
        margin-top: 20px;
    }

    .comment {
        padding: 20px 0;
    }

    .indexus {
        margin: 40px 0;
    }

    .product_cardup {
        margin-top: 30px;
    }

    .product_card {
        margin-top: 20px;
    }

    .sell_li {
        margin-top: 20px;
    }

    .sell_title {
        margin-bottom: 30px;
    }

    .sell_box h3 {
        font-size: 30px;
    }

    .sell {
        padding: 40px 20px;
    }

    .sell_title h2 {
        font-size: 28px;
    }

    .sell_box {
        padding: 40px;
    }

    .cardcon {
        padding: 0;
    }

    .cardli {
        margin: 20px 0;
    }

    .cardtxt h3 {
        font-size: 20px;
    }

    .indexzhutitle h2 {
        font-size: 28px;
    }

    .indexproduct_box {
        padding: 10px;
    }

    .indexproduct_con h3 {
        font-size: 16px;
    }

    .indexproduct_con .indexproduct_more {
        /* width: 60%; */
        padding: 20px;
    }

    .indexus_show h2 {
        font-size: 38px;
    }

    .indexgood_main h2 {
        font-size: 30px;
    }

    .indexgood_main li i {
        font-size: 45px;
    }

    .indexgood_main li p {
        font-size: 20px;
    }

    .indexlook {
        padding: 60px 0 30px 0;
    }

    .indexlook_leftbox img {
        display: none;
    }

    .indexlook_main h3 {
        font-size: 30px;
        margin-top: 20px;
    }

    .indexnews {
        padding: 30px 0;
    }

    .banner .swiper-button-next,
    .banner .swiper-button-prev {
        display: none;
    }

    .swiper-wrapper .bancomvideo button {
        width: 40px;
        height: 40px;
        line-height: 1;
    }

    .swiper-wrapper .bancomvideo i {
        font-size: 20px;
        line-height: 1;
    }

    .newsinfo {
        display: none;
    }

    .product_show_main .public_ad_header_social_media a {
        margin-right: 8px
    }

    .indexproduct_btnaa a {
        padding: 5px 10px;
    }

    /* index product */
    .indexproduct {
        padding: 40px 0;
    }

    .indexproduct_more {
        padding: 8px 10px;
    }

    .indexproductallmore {
        padding: 10px 30px;
    }

    .indexproduct_more p {
        font-size: 12px;
    }

    .indexproduct_more i {
        font-size: 12px;
    }

    .indexalltitle h2 {
        font-size: 30px;
    }

    .indexabout_hdtitle h2 {
        font-size: 28px;
    }

    .indexproduct_more span {
        width: 24px;
        height: 24px;
        line-height: 1.4;
    }

    .indexalltitle img {
        width: 30px;
        height: 30px;
    }

    .indexproduct_txt h3 {
        font-size: 16px;
    }

    .indexproducthd {
        padding: 15px;
    }

    .indexabout,
    .indexgood,
    .indexnew {
        padding: 40px 0;
    }

    .indexabout_hdtitletxt {
        margin-top: 30px;
    }

    .indexabout_data li i {
        font-size: 30px;
    }

    .indexabout_data li h3,
    .indexabout_data li span {
        font-size: 30px;
    }

    .indexabout_data li p {
        font-size: 14px;
    }

    .indexnewli {
        margin-bottom: 30px;
    }

    /* video */
    .video_left h2 {
        font-size: 22px;
    }

    .video_left p {
        font-size: 18px;
    }

    .video_btn {
        margin-top: 20px;
    }

    /* .index_video_iframe {
        width: 300px;
        height: 200px;
    } */

    .videoclose img {
        width: 30px;
        height: 30px;
    }

    .indexproductallmore i {
        font-size: 13px;
    }

    /* footer */
    .footer_page {
        margin-top: 15px;
    }

    .footer_contact {
        margin-top: 15px;
    }

    .footer_nav {
        display: none;
    }

    .footer_call {
        margin-top: 30px;
    }

    .footer_hd {
        padding-bottom: 10px;
    }

    .headernav_logo img {
        max-height: 50px;
    }

    .headernav {
        padding: 15px 0;
    }

    .footer_product {
        display: none;
    }

    .footer_logo img {
        max-width: 80%;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .aboutus {
        padding: 30px 0;
    }

    .our_li_txt span {
        font-size: 14px;
    }

    .our_li_txt p {
        font-size: 13px;
    }

    .our_title h4 {
        font-size: 24px;
    }

    .our_card {
        margin-top: 10px;
    }

    .wedo_right {
        margin-top: 10px;
    }

    .wedo {
        padding: 20px 0;
    }

    .index_brand {
        margin: 30px 0;
    }

    .who {
        padding: 0 0 40px 0;
    }

    .whobox {
        padding: 20px;
    }

    .whocon {
        width: 100%;
    }

    .whoimg {
        position: static;
        width: 100%;
        overflow: hidden;
        top: auto;
        right: auto;
    }

    .whomain {
        width: 100%;
    }

    .who_title h4 {
        font-size: 24px;
    }

    .ser_con h3 {
        font-size: 24px;
    }

    .ser {
        padding-bottom: 30px;
    }

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

    .feedbacks_left h3 {
        font-size: 26px;
    }

    .feedbacks_box {
        margin-top: 20px;
    }

    .blog {
        padding: 30px 0 0 0;
    }

    .blog_title h2 {
        font-size: 26px;
    }

    .blogleftimg {
        padding-top: 70%;
    }

    .brand {
        padding: 40px 0;
        background-size: auto 100%;
    }

    .brand_main h2 {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .videobtn img {
        width: 120px;
        height: 120px;
    }

    .banner .swiper-button-next,
    .banner .swiper-button-prev {
        display: none;
    }

    .newsinfo {
        display: none;
    }

    .indexproduct {
        padding: 40px 0;
    }

    .indexalltitle h2 {
        font-size: 32px;
    }

    .indexalltitle img {
        width: 30px;
        height: 30px;
    }

    .indexabout,
    .indexgood,
    .indexnew {
        padding: 40px 0;
    }

    .indexnewli {
        margin-bottom: 30px;
    }

    .footer_nav {
        display: none;
    }

    .footer_call {
        margin-top: 30px;
    }

    .footer_hd {
        padding-bottom: 10px;
    }

    .headernav_logo img {
        max-height: 50px;
    }

    .headernav {
        padding: 15px 0;
    }

    .indexnewbottom {
        flex-wrap: wrap;
    }

    .indexproductallmore {
        margin: 15px auto 0 auto;
    }

    .footer_product {
        margin-top: 20px;
    }

    .footer_page {
        margin-top: 20px;
    }

    .footer_contact {
        margin-top: 20px;
    }
}

@media (min-width: 1200px) and (max-width: 1400px) {
    .who {
        padding: 0 0 40px 0;
    }

    .whobox {
        padding: 20px;
    }

    .whocon {
        width: 100%;
    }

    .whoimg {
        position: static;
        width: 100%;
        overflow: hidden;
        top: auto;
        right: auto;
    }

    .whomain {
        width: 100%;
    }

    .who_title h4 {
        font-size: 24px;
    }

    .footer_main .public_ad_header_social_media a {
        margin-right: 10px;
    }

    .brand {
        padding: 40px 0;
        background-size: auto 100%;
    }

    .blogleftimg {
        padding-top: 60%;
    }


}

@media (min-width: 1400px) and (max-width: 1680px) {
    .whobox {
        padding: 50px;
    }

    .brand {
        padding: 40px 0;
        background-size: auto 100%;
    }
}