.service_flex { 
    /*padding-left: 200px;*/
    /*padding-right: 200px;*/
}


.nav_wrap .head_nav > li > a {
    color: #000;
}
.search{width: 50px;height: 50px;line-height: 50px;border-radius: 50%;border: 1px solid #e5e5e5;text-align: center;}
.search i {
    color: #000 !important;
}
.fixed-nav .head_layer {
    background-color: #fff !important;
}
.fixed-nav .nav_wrap {
    background-color: #fff !important;
    flex: 1;
}
.head_layer{background-color: #fff;}
.nav_wrap .head_nav{display: flex;justify-content: flex-start;}

.bg-dark {
    background-color: #fff !important;
}
.navbar-toggler {
    background-color: #222 !important;
}
.container {
    max-width: 1440px !important;
}

/* Advertising header */
.header_hd{border-bottom: 1px solid #e5e5e5;background-color: #f6f6f6;}
.fixed-nav .summary_phone{padding: 30px 0 30px 30px;}
.head_layer{display: flex;justify-content: space-between;align-items: center;}
.web_head{width: 100%;background-color: #fff;}
.head_layer_main{display: flex;justify-content: space-between;align-items: center;width: 100%;}
.header_container{padding: 0;background-color: #fff;}
.summary_phone{ padding: 50px 0 50px 30px;  border-left: 1px solid #e5e5e5; background-color: #fff;display: flex;justify-content: center;align-items: center;}
.summary_phone span{width: 50px;height: 50px;line-height: 50px;border-radius: 50%;background-color: #CE0905;display: block;margin-right: 15px;text-align: center;}
.summary_phone i{font-size: 26px;color: #fff;text-align: center;}
.summary_tel h3{font-size: 26px;color: #000;font-family: "impact";margin-bottom: 5px;}
.summary_tel p{font-size: 16px;color: #666;}
.public_header_ways ul{display: flex;justify-content: flex-start;align-items: center;}
.public_header_ways li{display: flex;justify-content: flex-start;align-items: center;margin-right: 30px;}
.public_header_ways li span{padding: 7px 12px;text-align: center; background-color: #CE0905;border-radius: 50%;margin-right: 10px;}
.public_header_ways li i{font-size: 18px;color: #000;}
.public_header_ways li p,.public_header_ways li a{font-size: 16px;color: #000;}
.public_ad_header {padding: 10px 0;}
.public_ad_header_con {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.public_ad_header_name a {
    font-size: 16px;
    color: #000;
    text-transform: none;
}

.public_ad_header_name a:hover {
    color: #CE0905;
}

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

.public_ad_header_email a {
    font-size: 16px;
    color: #000;
}

.public_ad_header_email a:hover {
    color: #CE0905;
    text-decoration: none;
}

.public_ad_header_social_media {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    margin-left: 30px;
}
.indedxheaderflex .public_ad_header_social_media a{
    background-color: transparent;
    border: 1px solid transparent;
}
.public_ad_header_social_media a {
    border: 1px solid #CE0905;
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin-left: 15px;
    border-radius: 50%;
    background-color: #CE0905;
    text-align: center;
    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;
}

.public_ad_header_social_media a i {
    font-size: 16px;
    text-align: center;
    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;
}

.public_ad_header_social_media a:hover {
    background-color: #fff;
}

.public_ad_header_social_media a:hover i {
    color: #CE0905;
}
.btn13 {
    border: 1px solid #CE0905;
    position: relative;
    color: #666;
    overflow: hidden;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    text-transform: none;
}
.btn13:hover {
    color: #fff;
    border-color: #CE0905;
}

.btn13 .bgsqr1 {
    content: "";
    width: 0;
    height: 0;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    border-style: solid;
    border-width: 0;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: #CE0905;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}
.btn13 .bgsqr2 {
    content: "";
    width: 0;
    height: 0;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    border-style: solid;
    border-width: 0;
    border-top-color: transparent;
    border-left-color: transparent;
    border-bottom-color: transparent;
    border-right-color: #CE0905;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}
.btn13:hover .bgsqr1 {
    border-width: 50px 260px;
}
.btn13:hover .bgsqr2 {
    border-width: 50px 260px;
}
.btn13 .btn-inner {
    position: relative;
    z-index: 1;
    font-size: 18px;
    color: #CE0905;
    padding: 10px 60px;
}
.btn13 .btn-inner:hover{color: #fff;}
.btn {
    padding: 0;
    margin-top: 30px;
}
.indexabout_video_img {
    position: relative;
    overflow: hidden;
}
.indexabout_video_img img {
    width: 100%;
    vertical-align: middle;
}
.indexabout_video_mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
}
.dr {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

.drbtn {
    position: relative;
}

.cw {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 5px solid #ffffff;
    position: relative;
    transition: 0.5s;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cw:hover {
    border: 5px solid #ffffff;
    background-color: transparent;
    transition: 0.5s;
}

.cw:hover i {
    color: #ffffff;
}

.cw i {
    font-size: 25px;
    color: #ffffff;
}

.bo {
    position: absolute;
    top: 0;
}

.bo::before {
    content: "";
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    animation: scale 2s infinite;
}

.bo::after {
    content: "";
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #ffffff;
    animation: scale2 2s infinite;
}

@keyframes scale {
    0% {
        transform: scale(1);
        opacity: 0.9;
    }

    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes scale2 {
    0% {
        transform: scale(1);
        opacity: 0.9;
    }

    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}
.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;
    cursor: pointer;
}
.videoclose img {
    width: 50px;
    height: 50px;
    display: block;
    cursor: pointer;
}
.videobox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    overflow: hidden;
    max-height: 800px;
    min-height: 600px;
}
.videobox video {
    width: 100%;
    height: 100%;
}
.videobox iframe {
    width: 100%;
    height: 100%;
    max-height: 800px;
    min-height: 600px;
}

/* news */
.indexnews {
    padding: 90px 0 90px 0;
}
.indexnews_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.indexnews_title_left span {
    font-size: 16px;
    color: #3a3845;
    display: block;
    text-transform: none;
    margin-bottom: 10px;
    font-weight: bold;
}
.indexnews_title_left h2 {
    font-size: 70px;
    color: #000;
    letter-spacing: 1px;
    /* font-weight: bold; */
    font-family: "impact";
}
.indexnews_title_more {
    padding: 18px 60px;
    border-radius: 5px;
    border: 1px solid #CE0905;
    display: inline-block;
    background-color: #CE0905;
    font-weight: bold;
    font-size: 22px;
    color: #000;
    text-transform: none;
    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;
}
.indexnews_title_more:hover {
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
}


.indexabout_btn{display: inline-block;padding: 15px 60px;border-radius: 5px;background-color: #CE0905;font-size: 22px;text-align: center;color: #000;text-transform: none;font-weight: bold;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;}
.indexabout_btn:hover{background-color: #000;color: #fff;}
/* indexproduct */
.indexproduct .container{z-index: 999;position: relative;overflow: hidden;}
.indexproduct{z-index: 9; position: relative;overflow: hidden; padding: 90px 0 90px 0;}
.indexproduct_title{display: flex;justify-content: space-between;align-items: center;margin-bottom: 40px;}
.indexproduct_title h2{font-size: 70px;color: #000;font-family: "impact";letter-spacing: 1px;}
.indexproduct_title .indexabout_btn{margin-top: 0;}
.indexproduct_flex{display: flex;flex-wrap: wrap;}
.indexproduct_li{margin-bottom: 30px;}
.indexproduct_box{height: 100%; border-radius: 5px;overflow: hidden; position: relative;background-color: #fff;box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);}
.indexproduct_img{width: 100%;height: auto;display: block;position: relative;overflow: hidden;padding-top: 100%;}
.indexproduct_img img{width: 100%;height: auto;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_content{padding: 30px;}
.indexproduct_content h3{font-size: 24px;margin-bottom: 15px; color: #000;text-align: center;font-weight: bold;word-wrap: break-word;word-break: break-all;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;}
.indexproduct_content .indexproduct_h3{font-size: 24px; color: #000;text-align: center;font-weight: bold;word-wrap: break-word;word-break: break-all;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;}
.indexproduct_content p{font-size: 16px;text-align: center; color: #666;word-wrap: break-word;word-break: break-all;line-height: 25px;display: -webkit-box;-webkit-line-clamp:2; -webkit-box-orient: vertical;overflow: hidden;}
.indexproduct_more{display: block;padding: 20px 30px;text-transform: none; text-align: center;font-size: 22px;color: #000;font-weight: bold;margin: 20px auto 0 auto;background-color: #CE0905;border-radius: 5px;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_img img{transform: scale(1.2);}
.indexproduct_li:hover .indexproduct_more{background-color: #000;color: #fff;}
/* .indexproduct_content{padding:25px 20px;background-color: #CE0905;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_content{background-color: #CE0905;} */
.indexproduct_li:hover .indexproduct_content h3{color: #000;}
.indexproduct_li:hover .indexproduct_content .indexproduct_h3{color: #000;}
/* .indexproduct_mask {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
} */
.indexproduct .indexabout_btn{background-color: #CE0905;color: #000;}
.indexproduct .indexabout_btn:hover{background-color: #000;color: #fff;}


/* teamscroll */
.teamscroll{padding:70px 0 70px 0;position: relative;overflow: hidden;}
.teamscroll .swiper-slide{}
.teamscroll .swiper{width: 100%;height: 100%;}
.teamscroll_img{border: 6px solid transparent;border-radius: 10px; background-color: #fff;margin: 0 auto;text-align: center;padding:10px;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;


    border: 1px solid #e0e0e0;
}
.teamscroll_img img{width: 100%;vertical-align: middle;margin: 0 auto;display: block;text-align: center;}
.teamscroll_img:hover{border: 6px solid #CE0905;}

/* news */
.indexnews .blog_txt{padding: 20px;}
.indexnews .blogbox{border-radius:20px;overflow: hidden;background-color: #fff;}
.indexnews .blogmorebtn{display: block;margin: 20px auto 0 auto;}
.indexnews .blog_txt h3{font-size: 22px;margin-bottom: 20px;}
.indexnews .blogmore{background-color: #CE0905;border-radius:50px; color: #fff;border: 1px solid #CE0905;padding: 15px 30px;font-size: 20px;font-weight: bold;}
.indexnews .blogline{background-color: #CE0905;left: 50%;transform: translateX(-50%);}
.indexnews .blogli:hover .blogmore{background-color: #000;color: #fff;border: 1px solid #000;}
/* indexmap */
#indexmap{width: 100%;height: 400px;}

/* footer */
.footer {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    background-color: #000;
}
.footer_flex {display: flex;flex-wrap: wrap;justify-content: space-between;}
.footer .container{z-index: 999;position: relative;}
/* .footer_mask{
  width: 100%;height: 100%;background-color: rgba(0, 0, 0, 0.5);position: absolute;top: 0;left: 0;z-index: 9;
} */
.footer_logo img {
    max-height: 100px;
    vertical-align: middle;
    max-width: initial;
    margin-bottom: 30px;
}
.footer_main h2 {
    font-size: 14px;
    color: #fff;
    margin-bottom: 20px;
}
.footer .public_ad_header_social_media {
    justify-content: flex-start;
    margin-left: 0;
}
.footer .public_ad_header_social_media a i{
    color: #000;
}
.footer .public_ad_header_social_media a:hover{
    background-color: #fff;
}
.footer .public_ad_header_social_media a:hover i{
    color: #CE0905;
}
.footer .public_ad_header_social_media a {
    margin-left: 0;
    margin-right: 15px;
    margin-bottom: 5px;
    background-color: #CE0905;
    border: 1px solid #CE0905;
}
.footer_page h3,
.footer_product h3,
.footer_contact h3,
.footer_nav h3 {
    font-size: 26px;
    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: 20px;
    text-transform: none;
    word-wrap: break-word;
    word-break: break-all;
}
.footer_product a:hover {
    text-decoration: underline !important;
    color: #CE0905;
}
.footer_page a:hover {
    text-decoration: underline !important;
    color: #CE0905;
}
.footer_contact li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    /* flex-wrap: wrap; */
    margin-bottom: 20px;
}
.footer_contact li i {
    font-size: 18px;
    color: #000;
    margin-right: 10px;
    border: 1px solid #CE0905;
    background-color: #CE0905;
    padding:5px 10px;
    border-radius: 50%;
}
.footer_p p{
    font-size: 16px;
    color: #fff;word-wrap: break-word;
    white-space: normal;
}
.footer_p{margin-bottom: 40px;}
.footer_contact li p {
    font-size: 16px;
    color: #fff;
    flex: 1;word-wrap: break-word;
    white-space: normal;
}
.footer_contact li a {
    font-size: 16px;
    color: #fff;
    flex: 1;word-wrap: break-word;
    white-space: normal;
}
.footer_copyrights {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 70px;
    padding: 40px 0 0px 0;
    width: 100%;
    font-size: 16px;
    color: #fff;word-wrap: break-word;
    white-space: normal;
}
.footer_copyrights_name {
    font-size: 16px;
    color: #fff;word-wrap: break-word;
    white-space: normal;
}
.footer_copyrights_p{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    font-size: 16px;
    color: #fff;word-wrap: break-word;
    white-space: normal;
}
.footer_Powered{display: flex;justify-content: flex-end;align-items: center;}
.footer_copyrights_p p {
    font-size: 16px;
    color: #fff;
    display: inline;word-wrap: break-word;
    white-space: normal;
}
.footer_copyrights_p a {
    font-size: 16px;
    color: #fff;
    display: inline;
}

.footer_tags {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0 0 10px 0;
    margin-bottom: 70px;
    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:10px 10px 10px 0;
}
.footer_tags a:hover {
    text-decoration: underline !important;
    color: #CE0905;
}
/* service */
.service{background-color: #f6f6f6;padding:90px 0  0 0;}
.service_title{margin-bottom: 40px;}
.service_title h2{font-size: 70px;font-family: "impact";color: #000;letter-spacing: 1px;margin-bottom: 15px;text-align: center;word-wrap: break-word;
    white-space: normal;}
.service_title p {font-size: 16px;text-align: center;color: #666;word-wrap: break-word;
    white-space: normal;}
.service_flex{display: flex;flex-wrap: wrap;z-index: 999;position: relative;margin-bottom: -150px;}
.service_li{position: relative;margin-bottom: 30px;}
.service_box{height: 100%;padding: 30px;border-radius: 30px;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;}
.service_img {border-radius: 30px;position: relative;overflow: hidden;display: block;width: 100%;height: auto;padding-top:75%;}
.service_img img{width: 100%;height: auto;position: absolute;top: 0;left: 0;vertical-align: middle;}
.service_content{padding:30px 20px 15px 20px;}
.service_content h3{font-size: 24px;font-weight: bold; margin-bottom: 20px; text-align: center;color: #000;word-break: break-all;word-wrap: break-word;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;}
.service_content a{font-size: 20px;font-weight: bold;text-align: center;color: #000;word-break: break-all;word-wrap: break-word;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;}
.service_content p{font-size: 16px;text-align: center;line-height: 28px; word-wrap: break-word;  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;}
.service_btn{display: inline-block;padding: 10px 30px;font-size: 20px;color: #000;text-transform: none;font-weight: bold;padding-bottom: 15px;border-bottom: 2px solid #CE0905;margin: 0 auto 0 auto;text-align: center;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;}
.service_more{display: flex;justify-content: center;align-items: center;}
.service_li:hover .service_box{background-color: #000;}
.service_li:hover .service_content h3{color: #fff;}
.service_li:hover .service_content p{color: #fff;}
.service_li:hover .service_content a{color: #fff;}
.service_li:hover .service_btn{color: #CE0905;}
/* backjpg_intro+video */
.intro{background: url(../images/indexbackjpg.jpg) no-repeat 50% 50% fixed; background-size: cover;padding: 70px 0;position: relative;overflow: hidden;}
.intro_mask{width: 100%;height: 100%;background-color: rgba(0, 0, 0, 0.5);position: absolute;top: 0;left: 0;z-index: 9;}
.intro_flex{display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;position: relative;width: 100%;z-index: 999;}
.intro_video{position: relative;overflow: hidden;width: 50%;height: 200px;margin: 0  0 0 auto;}
.indexproduct_brand_content span {
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 15px;
    display: block;
    text-transform: none;word-wrap: break-word;
    white-space: normal;
}
.indexproduct_brand_content h2 {
    font-size: 34px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 20px;word-wrap: break-word;
    white-space: normal;
}
.indexproduct_brand_content p {
    font-size: 16px;
    color: #fff;word-wrap: break-word;
    white-space: normal;
}
.indexproduct_brand_content a {
    padding: 10px 60px;
    background-color: #CE0905;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #000;
    display: inline-block;
    margin-top: 20px;
    text-transform: none;
    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_brand_content a:hover {
    background-color: #000;
    color: #fff;
}
/* process */
.process{background: url(../images/indexbackjpg.jpg) no-repeat 50% 50% fixed; background-size: cover;padding: 90px 0;position: relative;overflow: hidden;}
.process_mask{width: 100%;height: 100%;background-color: rgba(0, 0, 0, 0.5);position: absolute;top: 0;left: 0;z-index: 9;}
.process .container{z-index: 999;position: relative;}
.process_title{margin-bottom: 60px;}
.process_title h2{font-size: 70px;color: #fff;font-family: "impact";padding-left: 30px;border-left: 10px solid #CE0905;word-wrap: break-word;
    white-space: normal;}
.process_flex{display: flex;flex-wrap: wrap;}
.process_li{margin-bottom: 30px;}
.process_box{height: 100%;position: relative;padding: 40px 30px;border-radius: 30px; display: flex;justify-content: flex-start; align-items: center; border: 1px dashed #CE0905;}
.process_box span{width: 10px;height: 10px;background-color: #CE0905;border-radius: 50%;display: block;margin-right: 10px;}
.process_box span::after{ margin: -5px 0 0 -5px; width: 20px;height: 20px; line-height: 20px; background-color: #CE0905;opacity: 0.5;border-radius: 50%;display: block;content: "";text-align: center;}
.process_box h3{font-size: 50px;color: #fff;font-family: "impact";margin: 0 15px;}
.process_box p{font-size: 16px;color: #fff;word-break: break-all;word-wrap: break-word;word-wrap: break-word;white-space: normal;flex:1;}
/* good */
.good{ padding: 250px 0 120px 0; background: url(../images/img10.jpg) no-repeat 50% 50% fixed; background-size: cover;position: relative;overflow: hidden;}
.good_mask{width: 100%;height: 100%;background-color: rgba(0, 0, 0, 0.6);position: absolute;top: 0;left: 0;z-index: 9;}
.good .container{position: relative;z-index: 999;}
.good_flex{display: flex;flex-wrap: wrap;align-items: center;}
.good_content ul{display: flex;justify-content: space-between;flex-wrap: wrap;}
.good_content li{display: flex;justify-content:space-between;align-items: center;width: 48%;}
.good_content li span{width: 10px;height: 10px;background-color: #CE0905;border-radius: 50%;display: block;margin-right: 10px;}
.good_content li span::after{ margin: -5px 0 0 -5px; width: 20px;height: 20px; line-height: 20px; background-color: #CE0905;opacity: 0.5;border-radius: 50%;display: block;content: "";text-align: center;}
.good_txt{flex: 1;margin-left: 15px;}
.good_txt h3{font-size: 24px;color: #fff;font-weight: bold;margin-bottom: 10px;word-break: break-all;word-wrap: break-word;}
.good_txt p{font-size: 16px;color: #fff;word-break: break-all;word-wrap: break-word;}
.good_small{border-radius: 40px;overflow: hidden;border: 15px solid rgba(255, 255, 255, 0.2);position: relative;}
.good_small img{width: 100%;vertical-align: middle;}
.good_small_mask{width: 100%;height: 100%;background-color: rgba(0, 0, 0, 0.3);position: absolute;top: 0;left: 0;z-index: 9;}
.good_small_content{position: absolute;top: 50%;left: 30px;transform: translateY(-50%);z-index: 999;}
.good_small_content span{font-size: 24px;color: #CE0905;font-weight: bold;display: block;}
.good_small_content h3{font-size: 70px;color: #fff;font-weight: bold;margin: 20px 0;}
.good_small_content p{font-size: 32px;color: #fff;font-weight: bold;}
/* indexabout */
.indexabout{padding: 90px 0 0 0;}
.indexabout_flex{display: flex;flex-wrap: wrap;}
.indexabout_img{border-radius: 30px;overflow: hidden;display: block;position: relative;width: 100%;height: 100%;padding-top: 100%;}
.indexabout_img img{width: 100%;height: 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;}
.indexabout_right_img{border-radius: 30px;overflow: hidden;display: block;position: relative;width: 100%;height: auto;padding-top: 100%;}
.indexabout_right_img img{width: 100%; height: auto; 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;}
.indexabout_right_img:first-child{margin-bottom: 30px;}
.indexabout_main h1{font-size: 48px;margin-bottom: 20px; color:#000;font-family: "impact";letter-spacing: 1px;padding-left: 30px;border-left:10px solid #CE0905;word-wrap: break-word;
    white-space: normal;}
.indexabout_main span{font-size: 18px;display: block;color: #CE0905;margin-bottom: 30px;word-break: break-all;word-wrap: break-word;}
.indexabout_main p{font-size: 16px;color: #000;line-height: 28px;word-break: break-all;word-wrap: break-word;display: -webkit-box;-webkit-line-clamp: 10; -webkit-box-orient: vertical;overflow: hidden;}
.indexabout_list{margin-top: 40px;}
.indexabout_list li{margin-bottom: 30px;}
.indexabout_list li h3{font-size: 18px;color: #000;font-weight: bold;margin-bottom: 10px;word-break: break-all;word-wrap: break-word;}
.indexabout_list li h4{font-size: 14px;word-break: break-all;word-wrap: break-word;color: #666;}
.indexabout_img:hover img,.indexabout_right_img:hover img{transform: scale(1.2);}
/* case */
.case{background-color: #f6f6f6;padding: 90px 0;}
.case_main{background-color: #fff;border-radius: 30px;border: 1px solid #e5e5e5;padding: 50px 40px;}
.case_title{margin-bottom: 40px;}
.case_title h2{font-family: "impact";font-size: 60px;color: #000;letter-spacing: 1px;margin-bottom: 15px;padding-left: 30px;border-left: 10px solid #CE0905;word-wrap: break-word;
    white-space: normal;}
.case_title p{font-size: 20px;color: #CE0905;word-wrap: break-word;
    white-space: normal;}
.case_img{position: relative;display: block;overflow: hidden;width: 100%;height: auto;border-radius: 30px;border: 10px solid rgba(0, 0, 0, 0.1);padding-top: 70%;}
.case_img img{width: 100%;vertical-align: middle;position: absolute;top: 0;left: 0;}
.case_boxcontent{position: relative;overflow: hidden;}
.case_mask{width: 100%;height: 100%;background-color: rgba(0, 0, 0, 0.45);position: absolute;top: 0;left: 0;z-index: 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;}
.case_text{position: absolute;bottom: 30px;left: 50%;transform: translateX(-50%);width: 90%;margin: 0 auto;z-index: 999;}
.case_text a{font-size: 20px;color: #fff;word-break: break-all;word-wrap: break-word;display: -webkit-box;-webkit-line-clamp: 3; -webkit-box-orient: vertical;overflow: hidden;}
.case_text h3{font-size: 20px;color: #fff;word-break: break-all;word-wrap: break-word;display: -webkit-box;-webkit-line-clamp: 1; -webkit-box-orient: vertical;overflow: hidden;}
.case_img:hover .case_mask{background-color: rgba(0, 0, 0, 0);}
.case_main .swiper {
    width: 100%;
    height: 100%;
}
.case_main .swiper-slide{height: auto;padding-bottom: 80px;}
.case_main .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.case_main  .swiper-pagination-bullet{opacity: 1; border: 1px solid #CE0905;width: 15px;height: 15px;background-color: transparent;}
.case_main .swiper-pagination-bullet-active{background-color: #CE0905;}
.case_main .swiper-button-next, .case_main .swiper-button-prev{bottom: 0;top: auto;width: 55px;height: 55px;line-height: 55px;border-radius: 5px;  text-align: center;background-color: #CE0905;z-index: 9999;}
.case_main .swiper-button-next:after,.case_main .swiper-button-prev:after{font-size: 20px;color: #fff;font-weight: bold;}
.case_main .swiper-button-next:hover, .case_main .swiper-button-prev:hover{background-color: #000;}
.case_main  .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 8px;}
/* shi pei */
@media (max-width:576px){
    
        .service_flex {
    padding-left: 0px;
    padding-right: 0px;
}

    .videobox{width:90%;margin: 0 auto;max-height: auto;min-height: 300px;}
    .videobox iframe{width: 100%;max-height: auto;min-height: 300px;}

    .service{padding: 40px 0 0 0;}
    .service_title h2{font-size: 26px;}
    .service_box{padding: 20px 10px;border-radius: 0;}
    .service_img{border-radius: 0;padding-top: 75%;}
    .service_content{padding: 15px 10px;}
    .service_content a,.service_content h3{font-size: 16px;}
    .service_content h3{margin-bottom: 10px;}
    .service_btn{padding: 10px;font-size: 14px;}
    .good{padding: 150px 0 60px 0;}
    .good_content li{width: 100%;margin-bottom: 30px;}
    .good_txt h3{font-size: 18px;}
    .good_small_content h3{font-size: 30px;}
    .good_small_content p,.good_small_content span{font-size: 16px;}
    .indexabout{padding: 40px 0 0 0;}
    .indexabout_center{margin: 30px 0;}
    .indexabout_main h1{font-size: 26px;}
    .indexabout_btn{padding: 10px 30px;font-size: 20px;}
    .indexproduct{padding:40px 0;}
    .indexproduct_title{flex-wrap: wrap;}
    .indexproduct_title h2{font-size: 28px;}
    .indexproduct .indexabout_btn{padding: 10px 15px;font-size: 16px;margin-top: 20px;}
    .indexproduct_content{padding:20px 10px;}
    .indexproduct_content .indexproduct_h3{font-size: 18px;}
    .indexproduct_content h3{font-size: 18px;margin-bottom: 10px;}
    .indexproduct_more{padding: 10px;font-size: 14px;}
    .intro{padding: 40px 0;}
    .indexproduct_brand_content h2{font-size: 24px;}
    .indexproduct_brand_content span{font-size: 18px;}
    .indexproduct_brand_content p{font-size: 14px;}
    .indexproduct_brand_content a{padding: 10px 30px;font-size: 14px;}
    .intro_video{margin: 0 auto;height: 150px;}
    .teamscroll{padding: 20px 0;}
    .case{padding: 40px 0;}
    .case_main{padding: 20px 15px;}
    .case_title h2{font-size: 26px;}
    .case_title p{font-size: 16px;}
    .case .swiper-pagination{display: none;}
    .case_main .swiper-slide{padding-bottom: 50px;}
    .case_main .swiper-button-next, .case_main .swiper-button-prev{width: 35px;height: 35px;line-height: 35px;}
    .indexnews{padding: 40px 0;}
    .indexnews_title_left h2{font-size: 26px;}
    .indexnews_title_more{padding: 10px;font-size: 14px;margin-top: 20px;}
    .indexnews_main .blogli:last-child{display: none;}
    .indexnews .blog_txt{padding: 20px 10px;}
    .indexnews .blog_txt h3{font-size: 18px;margin-bottom: 10px;}
    .indexnews .blogmore{padding: 10px;font-size: 14px;}
    .process{padding: 40px 0;}
    .process_title h2{font-size: 28px;}
    .process_title{margin-bottom: 30px;}
    .process_box{padding: 20px 10px;border-radius: 5px;}
    .footer{padding: 40px 0 90px 0;}
    .footer_tags{margin-bottom: 20px;}
    .footer_logo img{max-height: 50px;}
    .footer_page {display: none;}
    .footer_page h3, .footer_product h3, .footer_contact h3, .footer_nav h3{font-size: 18px;margin-bottom: 10px;}
    .footer_page a, .footer_product a{font-size: 14px;margin-bottom: 10px;}
    .footer_product {margin-top: 30px;}
    .footer_nav {margin-top: 30px;}
    .footer_copyrights{padding: 10px 0 0 0;margin-top: 20px;


        margin-bottom: 20px ;
    }
    .gotop{width: 50px;height: 50px;line-height: 50px;}
    .gotop:before{font-size: 24px;}

}
@media (min-width:577px) and (max-width:768px) {
    
        .service_flex {
    padding-left: 0px;
    padding-right: 0px;
}

    .videobox{width:90%;margin: 0 auto;max-height: auto;min-height: 350px;}
    .videobox iframe{width: 100%;max-height: auto;min-height: 350px;}

    .service{padding: 40px 0 0 0;}
    .service_title h2{font-size: 26px;}
    .service_box{padding: 20px 10px;border-radius: 0;}
    .service_img{border-radius: 0;padding-top: 75%;}
    .service_content{padding: 15px 10px;}
    .service_content a,.service_content h3{font-size: 16px;}
    .service_content h3{margin-bottom: 10px;}
    .service_btn{padding: 10px;font-size: 14px;}
    .good{padding: 150px 0 60px 0;}
    .good_content li{width: 100%;margin-bottom: 30px;}
    .indexabout{padding: 40px 0 0 0;}
    .indexabout_center{margin: 30px 0;}
    .indexabout_main h1{font-size: 26px;}
    .indexabout_btn{padding: 10px 30px;font-size: 20px;}
    .indexproduct{padding:40px 0;}
    .indexproduct_title{flex-wrap: wrap;}
    .indexproduct_title h2{font-size: 26px;}
    .indexproduct .indexabout_btn{padding: 10px 15px;font-size: 16px;margin-top: 20px;}
    .indexproduct_content{padding:20px 10px;}
    .indexproduct_content .indexproduct_h3{font-size: 18px;}
    .indexproduct_content h3{font-size: 18px;margin-bottom: 10px;}
    .indexproduct_more{padding: 10px;font-size: 14px;}
    .intro{padding: 40px 0;}
    .indexproduct_brand_content h2{font-size: 24px;}
    .indexproduct_brand_content span{font-size: 18px;}
    .indexproduct_brand_content p{font-size: 14px;}
    .indexproduct_brand_content a{padding: 10px 30px;font-size: 14px;}
    .intro_video{margin: 0 auto;height: 150px;}
    .teamscroll{padding: 20px 0;}
    .case{padding: 40px 0;}
    .case_main{padding: 20px 15px;}
    .case_title h2{font-size: 26px;}
    .case_title p{font-size: 16px;}
    .case .swiper-pagination{display: none;}
    .case_main .swiper-slide{padding-bottom: 50px;}
    .case_main .swiper-button-next, .case_main .swiper-button-prev{width: 35px;height: 35px;line-height: 35px;}
    .indexnews{padding: 40px 0;}
    .indexnews_title_left h2{font-size: 26px;}
    .indexnews_title_more{padding: 10px;font-size: 14px;margin-top: 20px;}
    .indexnews_main .blogli:last-child{display: none;}
    .indexnews .blog_txt{padding: 20px 10px;}
    .indexnews .blog_txt h3{font-size: 18px;margin-bottom: 10px;}
    .indexnews .blogmore{padding: 10px;font-size: 14px;}
    .process{padding: 40px 0;}
    .process_title h2{font-size: 28px;}
    .process_title{margin-bottom: 30px;}
    .process_box{padding: 20px 10px;border-radius: 5px;}
    .footer{padding: 40px 0 90px 0;}
    .footer_tags{margin-bottom: 20px;}
    .footer_logo img{max-height: 50px;}
    .footer_page {display: none;}
    .footer_page h3, .footer_product h3, .footer_contact h3, .footer_nav h3{font-size: 18px;margin-bottom: 10px;}
    .footer_page a, .footer_product a{font-size: 14px;margin-bottom: 10px;}
    .footer_product {margin-top: 30px;}
    .footer_nav {margin-top: 30px;}
    .footer_copyrights{padding: 10px 0 0 0;margin-top: 20px;}
    .gotop{width: 50px;height: 50px;line-height: 50px;}
    .gotop:before{font-size: 24px;}
}
@media (min-width:769px) and (max-width:992px) {
    
    .service_flex {
    padding-left: 0px;
    padding-right: 0px;
}

    .videobox{width:90%;margin: 0 auto;max-height: auto;min-height: 400px;}
    .videobox iframe{width: 100%;max-height: auto;min-height: 400px;}

    .service{padding: 40px 0 0 0;}
    .service_title h2{font-size: 26px;}
    .service_box{padding: 20px 10px;border-radius: 0;}
    .service_img{border-radius: 0;padding-top: 75%;}
    .service_content{padding: 15px 10px;}
    .service_content a,.service_content h3{font-size: 16px;}
    .service_content h3{margin-bottom: 10px;}
    .service_btn{padding: 10px;font-size: 14px;}
    .good{padding: 150px 0 60px 0;}
    .good_content li{width: 100%;margin-bottom: 30px;}
    .indexabout{padding: 40px 0 0 0;}
    .indexabout_center{margin: 30px 0;}
    .indexabout_main h1{font-size: 26px;}
    .indexabout_btn{padding: 10px 30px;font-size: 20px;}
    .indexproduct{padding:40px 0;}
    .indexproduct_title{flex-wrap: wrap;}
    .indexproduct_title h2{font-size: 26px;}
    .indexproduct .indexabout_btn{padding: 10px 15px;font-size: 16px;margin-top: 20px;}
    .indexproduct_content{padding:20px 10px;}
    .indexproduct_content .indexproduct_h3{font-size: 18px;}
    .indexproduct_content h3{font-size: 18px;margin-bottom: 10px;}
    .indexproduct_more{padding: 10px;font-size: 14px;}
    .intro{padding: 40px 0;}
    .indexproduct_brand_content h2{font-size: 24px;}
    .indexproduct_brand_content span{font-size: 18px;}
    .indexproduct_brand_content p{font-size: 14px;}
    .indexproduct_brand_content a{padding: 10px 30px;font-size: 14px;}
    .intro_video{margin: 0 auto;height: 150px;}
    .teamscroll{padding: 20px 0;}
    .case{padding: 40px 0;}
    .case_main{padding: 20px 15px;}
    .case_title h2{font-size: 26px;}
    .case_title p{font-size: 16px;}
    .case .swiper-pagination{display: none;}
    .case_main .swiper-slide{padding-bottom: 50px;}
    .case_main .swiper-button-next, .case_main .swiper-button-prev{width: 35px;height: 35px;line-height: 35px;}
    .indexnews{padding: 40px 0;}
    .indexnews_title_left h2{font-size: 26px;}
    .indexnews_title_more{padding: 10px;font-size: 14px;margin-top: 20px;}
    .indexnews_main .blogli:last-child{display: none;}
    .indexnews .blog_txt{padding: 20px 10px;}
    .indexnews .blog_txt h3{font-size: 18px;margin-bottom: 10px;}
    .indexnews .blogmore{padding: 10px;font-size: 14px;}
    .process{padding: 40px 0;}
    .process_title h2{font-size: 28px;}
    .process_title{margin-bottom: 30px;}
    .process_box{padding: 20px 10px;border-radius: 5px;}
    .footer{padding: 40px 0 90px 0;}
    .footer_tags{margin-bottom: 20px;}
    .footer_logo img{max-height: 50px;}
    .footer_page {display: none;}
    .footer_page h3, .footer_product h3, .footer_contact h3, .footer_nav h3{font-size: 18px;margin-bottom: 10px;}
    .footer_page a, .footer_product a{font-size: 14px;margin-bottom: 10px;}
    .footer_product {margin-top: 30px;}
    .footer_nav {margin-top: 30px;}
    .footer_copyrights{padding: 10px 0 0 0;margin-top: 20px;}
    .gotop{width: 50px;height: 50px;line-height: 50px;}
    .gotop:before{font-size: 24px;}
}
@media (min-width:993px) and (max-width:1200px) {
    
    .service_flex {
    padding-left: 0px;
    padding-right: 0px;
}

    .videobox{width:90%;margin: 0 auto;max-height: auto;min-height: 500px;}
    .videobox iframe{width: 100%;max-height: auto;min-height: 500px;}

    .service{padding: 40px 0 0 0;}
    .service_title h2{font-size: 26px;}
    .service_box{padding: 20px 10px;border-radius: 0;}
    .service_img{border-radius: 0;padding-top: 75%;}
    .service_content{padding: 15px 10px;}
    .service_content a,.service_content h3{font-size: 16px;}
    .service_content h3{margin-bottom: 10px;}
    .service_btn{padding: 10px;font-size: 14px;}
    .good{padding: 150px 0 60px 0;}
    .good_content li{width: 100%;margin-bottom: 30px;}
    .indexabout{padding: 40px 0 0 0;}
    .indexabout_center{margin: 30px 0;}
    .indexabout_main h1{font-size: 26px;}
    .indexabout_btn{padding: 10px 30px;font-size: 20px;}
    .indexproduct{padding:40px 0;}
    .indexproduct_title{flex-wrap: wrap;}
    .indexproduct_title h2{font-size: 26px;}
    .indexproduct .indexabout_btn{padding: 10px 15px;font-size: 16px;margin-top: 20px;}
    .indexproduct_content{padding:20px 10px;}
    .indexproduct_content .indexproduct_h3{font-size: 18px;}
    .indexproduct_content h3{font-size: 18px;margin-bottom: 10px;}
    .indexproduct_more{padding: 10px;font-size: 14px;}
    .intro{padding: 40px 0;}
    .indexproduct_brand_content h2{font-size: 24px;}
    .indexproduct_brand_content span{font-size: 18px;}
    .indexproduct_brand_content p{font-size: 14px;}
    .indexproduct_brand_content a{padding: 10px 30px;font-size: 14px;}
    .teamscroll{padding: 20px 0;}
    .case{padding: 40px 0;}
    .case_main{padding: 20px 15px;}
    .case_title h2{font-size: 26px;}
    .case_title p{font-size: 16px;}
    .case .swiper-pagination{display: none;}
    .case_main .swiper-slide{padding-bottom: 50px;}
    .case_main .swiper-button-next, .case_main .swiper-button-prev{width: 35px;height: 35px;line-height: 35px;}
    .indexnews{padding: 40px 0;}
    .indexnews_title_left h2{font-size: 26px;}
    .indexnews_title_more{padding: 10px;font-size: 14px;margin-top: 20px;}
    .indexnews .blog_txt{padding: 20px 10px;}
    .indexnews .blog_txt h3{font-size: 18px;margin-bottom: 10px;}
    .indexnews .blogmore{padding: 10px;font-size: 14px;}
    .process{padding: 40px 0;}
    .process_title h2{font-size: 28px;}
    .process_title{margin-bottom: 30px;}
    .process_box{padding: 20px 10px;border-radius: 5px;}
    .footer{padding: 40px 0 90px 0;}
    .footer_tags{margin-bottom: 20px;}
    .footer_logo img{max-height: 50px;}
    .footer_page {display: none;}
    .footer_page h3, .footer_product h3, .footer_contact h3, .footer_nav h3{font-size: 18px;margin-bottom: 10px;}
    .footer_page a, .footer_product a{font-size: 14px;margin-bottom: 10px;}
    .footer_copyrights{padding: 10px 0 0 0;margin-top: 20px;}
    .gotop{width: 50px;height: 50px;line-height: 50px;}
    .gotop:before{font-size: 24px;}
    .indexabout_right{margin-top: 30px;display: flex;justify-content: space-between;}
    .indexabout_right_img{width: 48%;padding-top: 45%;}
    .indexabout_right_img:first-child{margin-bottom: 0;}
}
@media (min-width:1201px) and (max-width:1400px) {
    .videobox{width:90%;margin: 0 auto;max-height: auto;min-height: 500px;}
    .videobox iframe{width: 100%;max-height: auto;min-height: 500px;}
    .logo-fixed img{max-height: 80px;margin-right: 30px;}
    .footer_logo img{max-height: 70px;}
}
@media (min-width:1401px) and (max-width:1680px) {
    .videobox{width:80%;margin: 0 auto;max-height: auto;min-height: 600px;}
    .videobox iframe{width: 100%;max-height: auto;min-height: 600px;}
}