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

.bannercontent_title {
    display: none !important;
}

.navbar-toggler {
    background-color: #D81324 !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: #D81324;
    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;
}

/* good */
.agood {
    padding: 60px 0;
}

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

.agoodimg {
    box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
}

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

.agood_title span {
    word-break: break-all;
    font-size: 24px;
    color: #D81324;
    font-weight: bold;
    text-transform: none;
}

.agood_title h2 {
    font-size: 48px;
    color: #0B2154;
    font-weight: bold;
    text-transform: none;
    margin: 15px 0;
}

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

.agood_list {
    margin-top: 30px;
}

.agood_list ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.agood_list li {
    width: 31%;
    overflow: hidden;
    box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
    position: relative;
}

.agoodli {
    padding: 15px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.agoodlicover {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background-color: #D81324;
    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;
}

.agoodli i {
    font-size: 50px;
    color: #D81324;
    text-align: center;
    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;
}

.agoodli p {
    word-break: break-all;
    z-index: 999;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    text-transform: none;
    margin-top: 10px;
    color: #0B2154;
    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;
}

.agood_list li:hover .agoodlicover {
    height: 100%;
}

.agood_list li:hover .agoodli i,
.agood_list li:hover .agoodli p {
    color: #fff;
}

.agood_list ul li:nth-child(2) .agoodlicover {
    height: 100%;
}

.agood_list ul li:nth-child(2) .agoodli i,
.agood_list ul li:nth-child(2) .agoodli p {
    color: #fff;
}

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

.indexzhutitlebox {
    margin: 0 auto;
    display: flex;
    align-items: center;
}

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

.indexzhutitle h2 {
    font-size: 48px;
    color: #000;
    text-align: center;
    font-weight: bold;
    margin-bottom: 25px;
}

.indexzhutitle span {
    display: inline-block;
    width: 70px;
    height: 5px;
    background-color: #D81324;
}

.indexproduct_li {
    margin: 15px 0;
    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;
}

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

.indexproduct_box {
    height: 100%;
    background-color: #fff;
    padding: 30px 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;
}

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

.indexproduct_img 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;
}

.indexproduct_con {
    margin-top: 30px;
}

.indexproduct_con h3 {
    font-size: 18px;
    color: #000;
    text-align: center;
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.indexproduct_con .indexproduct_more {
    /* width: 60%; */
    padding: 15px;
    border: 1px solid #D81324;
    background-color: #D81324;
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin: 30px auto 0 auto;
    display: block;
    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;
}

.indexproduct_li:hover .indexproduct_con h3 {
    color: #D81324;
}

.indexproduct_li:hover .indexproduct_con .indexproduct_more {
    background-color: #fff;
    color: #D81324;
}

.indexproduct_li:hover {
    top: -20px;
}

.indexproduct_li:hover .indexproduct_box {
    box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.2);
}

/* service */
.index_service {
    background: url(../images/servicebg.jpg) no-repeat 50% 50%;
    background-size: 100%;
    padding: 80px 0 150px 0;
    position: relative;
}

.index_servicetitle {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 60px;
    z-index: 999;
}

.index_servicetitle span {
    font-size: 24px;
    color: #D81324;
    font-weight: bold;
    text-transform: none;
    text-align: center;
    display: block;
    margin-bottom: 15px;
    z-index: 999;
}

.index_servicetitle h2 {
    word-break: break-all;
    font-size: 48px;
    color: #fff;
    font-weight: bold;
    text-transform: none;
    text-align: center;
    z-index: 999;
}

.index_servicebox {
    display: flex;
    justify-content: flex-start;
}

.index_serviceicon {
    display: block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    background-color: #D81324;
    margin-right: 15px;
    text-align: center;
}

.index_serviceicon i {
    font-size: 40px;
    color: #fff;
    text-align: center;
}

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

.index_servicetxt h3 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
}

.index_servicetxt p {
    font-size: 16px;
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
}

.index_servicemore {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 15px;
    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;
}

.index_servicemore h4 {
    font-size: 18px;
    color: #D81324;
    font-weight: bold;
}

.index_servicemore i {
    font-size: 18px;
    color: #D81324;
    margin-left: 15px;
    font-weight: bold;
}

.index_serviceli {
    margin-bottom: 60px;
}

.index_servicemore:hover {
    margin-left: 30px;
}

/* number */
.number_con {
    background-color: #fff;
    box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.08);
    padding: 30px;
    margin-top: -100px;
    position: relative;
    z-index: 999;
}

.number_con ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.number_con li {
    width: 24%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.number_con li i {
    font-size: 50px;
    color: #D81324;
    text-align: center;
}

.number_con li span {
    font-size: 44px;
    text-align: center;
    font-weight: bold;
    color: #0B2154;
    font-family: "impact";
    display: block;
    margin: 10px auto;
    word-break: break-all;
}

.number_con li p {
    word-break: break-all;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #0B2154;
}

/* about us video */
.videocard {
    padding: 70px 0;
}

.videocard_title span {
    font-size: 24px;
    color: #D81324;
    font-weight: bold;
    text-transform: none;
}

.videocard_title h2 {
    font-size: 48px;
    color: #0B2154;
    font-weight: bold;
    text-transform: none;
    margin: 15px 0;
}

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

.videocard_list {
    margin-top: 30px;
}

.videocard_list ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.videocard_list li {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 15px;
    width: 48%;
    overflow: hidden;
}

.videocard_list li span {
    margin-top: 5px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #D81324;
    margin-right: 15px;
}

.videocard_list li i {
    font-size: 16px;
    color: #D81324;
    text-align: center;
}

.videocard_list li p {
    font-size: 16px;
    color: #0B2154;
    flex: 1;
    word-wrap: break-word;
    word-break: break-all;
}

.videoimgbtn {
    cursor: pointer;
    position: relative;
}

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

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

.videoplay {
    animation: scale2 2s infinite;
    position: absolute;
    top: 10%;
    left: 10%;
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 50%;
    border: 2px solid #D81324;
}

.point2 {
    position: absolute;
    top: 8%;
    left: 8%;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    background-color: #D81324;
}

.point2 i {
    font-size: 35px;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 60%;
    transform: translate(-60%, -50%);
    z-index: 99;
}

.videomain {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999999999999999999999;
}

.videoclose {
    position: absolute;
    top: 50px;
    right: 50px;
}

.videoclose img {
    width: 50px;
    height: 50px;
    display: block;
}

.index_video_iframe {
    width: 780px;
    height: 500px;
}

.videobox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.videobox video {
    width: 100%;
}

.videobbb {
    animation: scale2 2s infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 130px;
    height: 130px;
    line-height: 130px;
    border-radius: 50%;
    border: 2px solid #D81324;
}

/* brand */
.brand {
    background: url(../images/img5.jpg) no-repeat 50% 50%;
    background-size: 100%;
    padding: 100px 0;
    position: relative;
}

.brandcover {
    background-color: transparent;
    background-image: linear-gradient(300deg, #000000BD 83%, #D81324 60%);
    opacity: 0.95;
    z-index: 9;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.brand_txt {
    position: relative;
    flex-direction: column;
    align-items: center;
    z-index: 99;
    width: 45%;
    margin: 0 auto;
}

.brand_txt h2 {
    padding: 20px;
    margin-bottom: 30px;
    font-size: 48px;
    text-transform: none;
    font-weight: bold;
    color: #fff;
    text-align: center;
    z-index: 99;
    /*line-height: 58px;*/
}

.brand_txt p {
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 28px;
    z-index: 99;
    padding: 0px 5px;
}

.brand_more {
    display: block;
    padding: 15px 60px;
    background-color: #D81324;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin: 50px auto 0 auto;
    z-index: 99;
    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;
    width: 80%;
}

.brand_more:hover {
    padding: 15px 90px;
    transform: scale(1.1);
    color: #fff;
}

/* allmain */
.allmain {
    padding: 70px 0;
}

.allmain_li {
    margin: 15px 0;
}

.allmain_box {
    position: relative;
    overflow: hidden;
}

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

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

.allmain_cover {
    opacity: 0;
    transform: scale(1.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #D81324;
    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;
}

.allmain_txt {
    width: 80%;
    margin: 0 auto;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -30%);
    z-index: 9999;
    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;
}

.allmain_txt h3 {
    font-size: 26px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    text-align: center;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    z-index: 9999;
}

.allmain_txt p {
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 28px;
    z-index: 9999;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.allmain_li:hover .allmain_txt {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%);
}

.allmain_li:hover .allmain_cover {
    transform: scale(0.9);
    opacity: 0.9;
}


.move {
    background: url(../images/img4.jpg) no-repeat 50% 50%;
    background-size: 100%;
    padding: 100px 0;
    position: relative;
}

.move_cover {
    background-color: transparent;
    background-image: linear-gradient(120deg, #000000CC 77%, #D81324 50%);
    opacity: 0.95;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.move_title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    z-index: 999;
    text-align: center;
}

.movebox {
    width: 70%;
    overflow: hidden;
}

.move_title h2 {
    
    /*word-break: break-all;*/
    font-size: 48px;
    color: #fff;
    font-weight: bold;
    text-align: left;
    text-transform: none;
    z-index: 999;
    margin-bottom: 20px;
}

.move_title p {
    font-size: 16px;
    color: #fff;
    line-height: 28px;
    text-align: left;
    z-index: 999;
}

.move_main {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.move_li {
    width: 98%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.move_li h3 {
    font-size: 20px;
    color: #fff;
    text-transform: none;
    font-weight: bold;
    margin-bottom: 20px;
    z-index: 999;
    word-break: break-all;
}

.move_way {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 15px;
}

.move_way i {
    font-size: 24px;
    color: #D81324;
    z-index: 999;
    margin-right: 15px;
}

.move_way p {
    font-size: 18px;
    color: #fff;
    z-index: 999;
    word-break: break-all;
}

/* blog */
.blog {
    padding:70px 0;
}

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

.blog_title span {
    font-size: 24px;
    color: #D81324;
    font-weight: bold;
    display: block;
    margin-bottom: 15px;
    text-transform: none;
}

.blog_title h2 {
    /*word-break: break-all;*/
    font-size: 48px;
    color: #0B2154;
    font-weight: bold;
    text-transform: none;
}

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

.blog_box {
    position: relative;
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.1);
    height: 100%;
    background-color: #fff;
    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;
}

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

.blog_img 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.5s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.blog_txt {
    padding: 30px 20px;
}

.blog_txt h3 {
    font-size: 20px;
    color: #0B2154;
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

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

.blog_more {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    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;
}

.blog_more span {
    font-size: 18px;
    color: #D81324;
    font-weight: bold;
}

.blog_more i {
    font-size: 18px;
    color: #D81324;
    font-weight: bold;
    margin-left: 15px;
}

.blog_li {
    position: relative;
    margin-top: 10px;
}

.blogtime {
    background-color: #D81324;
    padding: 5px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 35%;
    left: 0;
    z-index: 99;
}

.blogtime span {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}

.blogtime p {
    font-size: 16px;
    color: #fff;
    margin-top: 5px;
}

.blog_li:hover .blog_img img {
    transform: scale(1.2);
}

.blog_li:hover .blog_box {
    background-color: #D81324;
}

.blog_li:hover .blog_txt h3,
.blog_li:hover .blog_txt p,
.blog_li:hover .blog_more span,
.blog_li:hover .blog_more i {
    color: #fff;
}

.blog_more:hover {
    margin-left: 30px;
}


.ctable {
    padding: 0 0 100px 0;
}

.ctablecon {
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.1);
    padding: 40px;
}

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

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

.ctable_title i {
    font-size: 30px;
    color: #D81324;
    margin-right: 15px;
    margin-top: -5px;
}

.ctable_title div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.ctable_title h4 {
    font-size: 26px;
    color: #0B2154;
    text-transform: none;
    font-weight: bold;
    margin-bottom: 15px;
}

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

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

.ctable_more input {
    flex: 1;
    height: 70px;
    line-height: 70px;
    padding: 0 10px;
    font-size: 16px;
    color: #000;
    border: 1px solid #eee;
    outline: none;
}

.ctable_more button {
    padding: 0 20px;
    height: 70px;
    line-height: 70px;
    display: block;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    background-color: #D81324;
    text-align: center;
    border: none;
    outline: none;
    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;
}

.ctable_more input:focus {
    border: 1px solid #D81324;
}

.ctable_more button:hover {
    padding: 0 40px;
}

/* feedback */
.index_feedback {
    background-color: #f2f2f2;
}

.index_feedbacks {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px;
    cursor: pointer;
}

.index_feedbacks i {
    font-size: 80px;
    opacity: 0.3;
}

.index_feedbacks p {
    text-align: center;
    margin: 10px 0 10px;
    font-size: 21px;
    color: #777;
    line-height: 1.4;
}

.index_feedbackperson {
    display: flex;
    margin: 35px 0;
    align-items: center;
    justify-content: center;
}

.index_feedbackperson img {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    margin-right: 12px;
}

.index_feedbackpersont h4 {
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 600;
}

.index_feedbackpersont p {
    font-size: 14px;
}

/* .index_feedback .swiper-pagination-bullet{
    width: 5px;
    height: 5px;
} */
/* about */
.indexus {
    margin: 60px 0;
}

.indexusicon i {
    font-size: 36px;
    color: #cfb266;
}

.indexusicon span {
    font-size: 24px;
    word-break: break-all;
    color: #cfb266;
}

.about_title {
    white-space: nowrap;
}

.indexus_show h2 {
    font-size: 48px;
    color: #D81324;
    font-weight: bold;
    margin-bottom: 20px;
    word-break: break-all;
}

.indexus_show h3 {
    font-size: 35px;
    color: #cfb266;
    font-weight: bold;
    margin-bottom: 20px;
    word-break: break-all;
}

.indexus_show p {
    font-size: 18px;
    color: #D81324;
    line-height: 2;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.indexusimg {
    text-align: center;
}

.indexus a {
    display: inline-block;
    padding: 15px 80px;
    border-radius: 30px;
    font-size: 18px;
    border: 1px solid #D81324;
    margin: 30px 0;
    color: #fff;
    text-align: center;
    background-color: #D81324;
    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;
}

.indexus a:hover {
    padding: 15px 100px;
    color: #D81324;
    background-color: #fff;
    font-weight: bold;
}



/* advantage  */
.index_advan {
    padding: 50px 0 0 0;
}

.index_advanrowcol {
    display: flex;
    /* align-items: center; */
    justify-content: center;
    padding: 15px;
}

.index_advanrowcol img {
    width: 55px;
    height: 55px;
    margin-right: 12px;
}

.index_advantit h4 {
    font-size: 16px;
    font-weight: 600;
}

.index_advantit p {
    font-size: 16px;
    margin-top: 15px;
}

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

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

.footer_logo img {
    max-height: 100px;
    vertical-align: middle;
    max-width: 100%;
    margin-bottom: 20px;
}

.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: #fff;
    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: #D81324;
}

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

.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: #D81324;
    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: flex-end;
    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: #D81324;
    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) {
    .number_con {
        margin-top: -50px;
    }
    .videocard_title h2{
        font-size: 30px;
    }
    .agood_title span {
        font-size: 18px;
    }

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

    .agoodli i {
        font-size: 40px;
    }

    .agoodli p {
        font-size: 14px;
    }

    .agoodimg {
        margin-top: 20px;
    }

    .indexproduct {
        padding: 30px 0;
    }

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

    .indexzhutitle {
        margin: 0 auto 10px auto;
    }

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

    .index_servicetitle span {
        font-size: 18px;
    }

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

    .index_serviceli {
        margin-bottom: 30px;

    }

    .index_serviceicon {
        width: 60px;
        height: 60px;
        line-height: 60px;
    }

    .number_con li {
        width: 48%;
        margin: 10px 0;
    }

    .number_con li p {
        font-size: 18px;
    }

    .videocard {
        padding: 30px 0;
    }

    .videocard_title span {
        font-size: 24px;
    }

    .videobbb {
        width: 100px;
        height: 100px;
        line-height: 100px;
    }

    .videoplay {
        width: 80px;
        height: 80px;
        line-height: 80px;
    }

    .point2 {
        top: 10%;
        left: 10%;
        width: 60px;
        height: 60px;
        line-height: 60px;
    }

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

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

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

    .brand_txt {
        width: 100%;
    }
    .allmain{
        padding: 30px 0;
    }
    .blog_title h2{
        font-size: 28px;
    }
    .blog_title{
        margin-bottom: 20px;
    }
    .move {
        background-size: auto 100%;
        padding: 40px 0;
    }
    .movebox{
        width: 100%;
    }
    .move_title h2{
        font-size: 28px;
    }
    .blog {
        padding: 30px 0;
    }
    .ctable {
        padding: 0 0 30px 0;
    }
    .ctable_title h4{
        font-size: 24px;
    }
    .ctablecon{
        padding: 20px 10px;
    }
    .ctable_more button{
        padding: 0 5px;
        font-size: 14px;
    }




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

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

    .newsinfo {
        display: none;
    }

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

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

    /* 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: 576px) and (max-width: 768px) {
    .number_con {
        margin-top: -50px;
    }
    .videocard_title h2{
        font-size: 30px;
    }
    .agood_title span {
        font-size: 18px;
    }

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

    .agoodli i {
        font-size: 40px;
    }

    .agoodli p {
        font-size: 14px;
    }

    .agoodimg {
        margin-top: 20px;
    }

    .indexproduct {
        padding: 30px 0;
    }

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

    .indexzhutitle {
        margin: 0 auto 10px auto;
    }

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

    .index_servicetitle span {
        font-size: 18px;
    }

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

    .index_serviceli {
        margin-bottom: 30px;

    }

    .index_serviceicon {
        width: 60px;
        height: 60px;
        line-height: 60px;
    }

    .number_con li {
        width: 48%;
        margin: 10px 0;
    }

    .number_con li p {
        font-size: 18px;
    }

    .videocard {
        padding: 30px 0;
    }

    .videocard_title span {
        font-size: 24px;
    }

    .videobbb {
        width: 100px;
        height: 100px;
        line-height: 100px;
    }

    .videoplay {
        width: 80px;
        height: 80px;
        line-height: 80px;
    }

    .point2 {
        top: 10%;
        left: 10%;
        width: 60px;
        height: 60px;
        line-height: 60px;
    }

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

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

    .brand_txt {
        width: 100%;
    }
    .allmain{
        padding: 30px 0;
    }
    .blog_title h2{
        font-size: 28px;
    }
    .blog_title{
        margin-bottom: 20px;
    }
    .move {
        background-size: 100% 100%;
        padding: 40px 0;
    }
    .movebox{
        width: 100%;
    }
    .move_title h2{
        font-size: 28px;
    }
    .blog {
        padding: 30px 0;
    }
    .ctable {
        padding: 0 0 30px 0;
    }
    .ctable_title h4{
        font-size: 24px;
    }
    .ctablecon{
        padding: 20px 10px;
    }
    .ctable_more button{
        padding: 0 5px;
        font-size: 14px;
    }
    .index_video_iframe {
        width: 500px;
        height: 400px;
    }

    .banner .swiper-button-next,
    .banner .swiper-button-prev,
    .banner .swiper-pagination{
        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;
    }

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

    /* 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) {
    .number_con {
        margin-top: -50px;
    }
    .videocard_title h2{
        font-size: 30px;
    }
    .agood_title span {
        font-size: 18px;
    }

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

    .agoodli i {
        font-size: 40px;
    }

    .agoodli p {
        font-size: 14px;
    }

    .agoodimg {
        margin-top: 20px;
    }

    .indexproduct {
        padding: 30px 0;
    }

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

    .indexzhutitle {
        margin: 0 auto 10px auto;
    }

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

    .index_servicetitle span {
        font-size: 18px;
    }

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

    .index_serviceli {
        margin-bottom: 30px;

    }

    .index_serviceicon {
        width: 60px;
        height: 60px;
        line-height: 60px;
    }

    .number_con li {
        width: 48%;
        margin: 10px 0;
    }

    .number_con li p {
        font-size: 18px;
    }

    .videocard {
        padding: 30px 0;
    }

    .videocard_title span {
        font-size: 24px;
    }

    .videobbb {
        width: 100px;
        height: 100px;
        line-height: 100px;
    }

    .videoplay {
        width: 80px;
        height: 80px;
        line-height: 80px;
    }

    .point2 {
        top: 10%;
        left: 10%;
        width: 60px;
        height: 60px;
        line-height: 60px;
    }

    .index_video_iframe {
        width: 500px;
        height: 400px;
    }

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

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

    .brand_txt {
        width: 100%;
    }
    .allmain{
        padding: 30px 0;
    }
    .blog_title h2{
        font-size: 28px;
    }
    .blog_title{
        margin-bottom: 20px;
    }
    .move {
        /* background-size: auto 100%; */
        padding: 40px 0;
    }
    .movebox{
        width: 100%;
    }
    .move_title h2{
        font-size: 28px;
    }
    .blog {
        padding: 30px 0;
    }
    .ctable {
        padding: 0 0 30px 0;
    }
    .ctable_title h4{
        font-size: 24px;
    }
    .ctablecon{
        padding: 20px 10px;
    }
    .ctable_more button{
        padding: 0 5px;
        font-size: 14px;
    }

    .banner .swiper-button-next,
    .banner .swiper-button-prev,.banner .swiper-pagination
    {
        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;
    }

    .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) {
    .number_con {
        margin-top: -50px;
    }
    .videocard_title h2{
        font-size: 30px;
    }
    .agood_title span {
        font-size: 18px;
    }

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

    .agoodli i {
        font-size: 40px;
    }

    .agoodli p {
        font-size: 14px;
    }

    .agoodimg {
        margin-top: 20px;
    }

    .indexproduct {
        padding: 30px 0;
    }

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

    .indexzhutitle {
        margin: 0 auto 10px auto;
    }

    .index_service {
        /* background-size: auto 100%; */
        padding: 40px 0;
    }

    .index_servicetitle span {
        font-size: 18px;
    }

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

    .index_serviceli {
        margin-bottom: 30px;

    }

    .index_serviceicon {
        width: 60px;
        height: 60px;
        line-height: 60px;
    }
    .number_con li p {
        font-size: 18px;
    }

    .videocard {
        padding: 30px 0;
    }

    .videocard_title span {
        font-size: 24px;
    }

    .videobbb {
        width: 100px;
        height: 100px;
        line-height: 100px;
    }

    .videoplay {
        width: 80px;
        height: 80px;
        line-height: 80px;
    }

    .point2 {
        top: 10%;
        left: 10%;
        width: 60px;
        height: 60px;
        line-height: 60px;
    }

    .index_video_iframe {
        width: 500px;
        height: 400px;
    }

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

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

    .brand_txt {
        width: 100%;
    }
    .allmain{
        padding: 30px 0;
    }
    .blog_title h2{
        font-size: 28px;
    }
    .blog_title{
        margin-bottom: 20px;
    }
    .move {
        /* background-size: auto 100%; */
        padding: 40px 0;
    }
    .movebox{
        width: 100%;
    }
    .move_title h2{
        font-size: 28px;
    }
    .blog {
        padding: 30px 0;
    }
    .ctable {
        padding: 0 0 30px 0;
    }
    .ctable_title h4{
        font-size: 24px;
    }
    .ctablecon{
        padding: 20px 10px;
    }
    .ctable_more button{
        padding: 0 5px;
        font-size: 14px;
    }

    .banner .swiper-button-next,
    .banner .swiper-button-prev,.banner .swiper-pagination {
        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) {
    .footer_main .public_ad_header_social_media a {
        margin-right: 10px;
    }

    .agood_title h2{
        font-size: 38px;
    }
    .indexzhutitle h2{
        font-size: 38px;
    }
    .videocard_title h2{
        font-size: 38px;
    }
    .brand_txt h2{
        font-size: 38px;
    }
    .blog_title h2{
        font-size: 38px; 
    }
    .move_title h2{
        font-size: 38px; 
    }
    .indexzhutitle{
        margin: 0 auto 20px auto;
    }
    .indexproduct{
        padding: 50px 0;
    }
    .videocard {
        padding: 50px 0;
    }
    .allmain {
        padding: 50px 0;
    }
    .blog {
        padding: 50px 0;
    }
    .blogleftimg {
        padding-top: 60%;
    }


}

@media (min-width: 1400px) and (max-width: 1680px) {}