/* header */
.nav_wrap .head_nav > li > a {
    color: #fff;
}
.search i {
    color: #fff !important;
}
.fixed-nav .head_layer {
    background-color: rgba(0, 0, 0, 0.6) !important;
}
.fixed-nav .nav_wrap {
    background-color: transparent !important;
    flex: 1;
}
.fixed-nav .index_header_bd{
    padding: 0 100px;
}
.fixed-nav .nav_wrap .head_nav > li > a {
    color: #fff;
}
.fixed-nav .index_header_hd{display: none;}
.fixed-nav .logo-fixed{padding:  0;border-right: none;}
.head_layer{
    background-color: transparent;
}
.nav_wrap .head_nav{
    display: flex;justify-content: flex-start;
}
.bg-dark {
    background-color: #222 !important;
}
.navbar-toggler {
    background-color: #222 !important;
}
.container {
    max-width: 1650px !important;
}
.public_ad_header_social_media {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    margin-left: 30px;
}
.public_ad_header_social_media a {
    border: 1px solid #2A317F;
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin-left: 15px;
    border-radius: 50%;
    background-color: #2A317F;
    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: #2A317F;
}
/* header */
.web_head{position: absolute;top: 0;left: 0;width: 100%;z-index: 99999999; }
.header_container{padding:0 50px;border-bottom: 1px solid rgba(255,255,255,0.3);}
.index_header_bd{display: flex;justify-content: space-between;align-items: center;}
.head_layer_main{display: flex;justify-content: flex-end;align-items: center;}
.index_header_hd{display: flex;justify-content: space-between;align-items: center;padding: 15px 50px;border-bottom: 1px solid rgba(255,255,255,0.3);}
.index_header_hd_ways ul{display: flex;justify-content: flex-start;align-items: center;}
.index_header_hd_ways li{display: flex;justify-content: flex-start;align-items: center;margin-right: 40px;}
.index_header_hd_ways li i{font-size: 20px;color: #2A317F;margin-right: 10px;}
.index_header_hd_ways li a{font-size: 18px;color: #fff;}
.index_header_hd_ways li p{font-size: 18px;color: #fff;}
.index_header_hd_shemei{display: flex;justify-content: flex-end;align-items: center;}
.index_header_hd_shemei a{display: block;width: 35px;height: 35px;line-height: 35px; background-color: rgba(255,255,255,0.2); border-radius: 5px;  text-align: center;margin: 5px 10px;}
.index_header_hd_shemei i{font-size: 16px;color: #fff;text-align: center;}
.logo-fixed{border-right: 1px solid rgba(255,255,255,0.3);padding: 15px 30px 15px 0;}
.index_header_hd_shemei a:hover{background-color: #2A317F;}
/* video */
.btn13 {
    border: 1px solid #2A317F;
    position: relative;
    color: #666;
    overflow: hidden;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    text-transform: none;
}
.btn13:hover {
    color: #fff;
    border-color: #2A317F;
}

.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: #2A317F;
    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: #2A317F;
    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: #2A317F;
    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;
}
/* video */

/* news */
.indexnews {
    padding: 70px 0 70px 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: #13273b;
    letter-spacing: 1px;
    /* font-weight: bold; */
    font-family: "impact";
}
.indexnews_title_more {
    padding: 18px 60px;
    border-radius: 5px;
    border: 1px solid #2A317F;
    display: inline-block;
    background-color: #2A317F;
    font-weight: bold;
    font-size: 22px;
    color: #fff;
    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: #13273b;
    color: #fff;
    border: 1px solid #13273b;
}
.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: #2A317F;border-radius:50px; color: #fff;border: 1px solid #2A317F;padding: 15px 30px;font-size: 20px;font-weight: bold;}
.indexnews .blogline{background-color: #13273b;left: 50%;transform: translateX(-50%);}
.indexnews .blogli:hover .blogmore{background-color: #13273b;color: #fff;border: 1px solid #13273b;}
/* news */

/* teamscroll */
.teamscroll_title{display: flex;justify-content: space-between;align-items: center;margin-bottom: 40px;}
.teamscroll_title h2{ text-transform: none; font-size:24px;color: #13273b;font-weight: bold;text-align: center;margin: 0 30px;}
.teamscroll_title span{display: block;width: 100%;height: 3px;background-color: #2A317F;flex: 1;}
.teamscroll{padding:0;position: relative;overflow: hidden;}
.teamscroll .swiper-slide{height:auto;}
.teamscroll .swiper{width: 100%;height: 100%;}
.teamscroll_img{ background-color: #f1f1f1;border-radius: 10px;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;height:100%;}
.teamscroll_img img{width: 100%;vertical-align: middle;margin: 0 auto;display: block;text-align: center;}
.teamscroll_img:hover{background-color: #cdeecc;}

/* indexproduct */
.indexproduct{background-color: #f1f1f1;padding: 90px 0  60px 0;}
.indexproduct_title {margin-bottom: 40px;}
.indexproduct_title h2{font-size: 70px;color: #13273b;font-family: "impact";text-align: center;letter-spacing: 1px;word-wrap: break-word;
    white-space: normal;}
.indexproduct_flex{display: flex;flex-wrap: wrap;}
.indexproduct_li{margin-bottom: 30px;position: relative;}
.indexproduct_box{height: 100%;background-color: #fff; position: relative;overflow: hidden; padding: 30px 20px 20px 20px; border-radius: 30px;box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.1);}
.indexproduct_content h3{font-size: 18px;color: #000;font-weight: bold;word-wrap: break-word;word-break: break-all;margin-bottom: 15px;display: -webkit-box;-webkit-line-clamp: 1; -webkit-box-orient: vertical;overflow: hidden;}
.indexproduct_content a{font-size: 18px;color: #000;font-weight: bold;word-wrap: break-word;word-break: break-all;display: -webkit-box;-webkit-line-clamp: 2; -webkit-box-orient: vertical;overflow: hidden;
        min-height: 44px;
}
.indexproduct_content p{font-size: 16px;color: #666;line-height: 25px;word-wrap: break-word;word-break: break-all;display: -webkit-box;-webkit-line-clamp: 2; -webkit-box-orient: vertical;overflow: hidden;}
.indexproduct_content{margin-bottom: 20px;}
.indexproduct_img{position: relative;background-color: #f1f1f1; border-radius: 20px; overflow: hidden;display: block;width: 100%;height: auto;padding-top: 100%;}
.indexproduct_img img{width: 100%;position: absolute;top: 0;left: 0;vertical-align: middle;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_icon{ display: block; width: 60px; border: 6px solid #fff; height:60px;background-color: #2A317F;border-radius: 10px;line-height: 50px;text-align: center;position: absolute;top: 19%;right: 30px;z-index: 999;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_icon i{font-size: 50px;color: #fff;}
.indexproduct_li:hover .indexproduct_img img{transform: scale(1.2);}
.indexproduct_icon:hover{background-color: #13273b;border: 6px solid #2A317F;}
/* indexwhy */
.indexwhy{padding: 0 0 90px 0;background-color: #f1f1f1;}
.indexwhy_flex{display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;}
.indexwhy_box{ background-image: linear-gradient(to left,rgba(255,255,255,1),rgba(255,255,255,0));  border-radius: 30px;padding: 20px;margin: 30px -20px 30px 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;}
.indexwhy_box h3{font-size: 20px;color: #000;text-align: right;font-weight: bold;margin-bottom: 10px;}
.indexwhy_box p{font-size: 14px;color: #666;text-align: right;line-height: 25px;}
.indexwhy_box_right{margin: 30px 0 30px -20px; background-image: linear-gradient(to right,rgba(255,255,255,1),rgba(255,255,255,0));border-radius: 30px;padding: 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;}
.indexwhy_box_right h3{font-size: 20px;color: #000;text-align: left;font-weight: bold;margin-bottom: 10px;word-wrap: break-word;
    white-space: normal;}
.indexwhy_box_right p{font-size: 14px;color: #666;text-align: left;line-height: 25px;word-wrap: break-word;
    white-space: normal;}
.indexwhy_img{border-radius: 50%;overflow: hidden;width: 530px;height: 530px;position: relative;overflow: hidden;margin:0 auto;}
.indexwhy_img img{width: 100%;height: 100%;vertical-align: middle;}
.indexwhy_box:nth-child(2){margin-right: 30px;}
.indexwhy_box_right:nth-child(2){margin-left: 30px;}


/*.indexwhy_box:hover{ background-image: linear-gradient(to left,rgba(89,200,87,1),rgba(89,200,87,1));}*/
.indexwhy_box:hover{ background-image: linear-gradient(to left,#2A317F,#2A317F);}


.indexwhy_box:hover h3,.indexwhy_box:hover p{color: #fff;}
.indexwhy_box_right:hover{ background-image: linear-gradient(to right,rgba(89,200,87,1),rgba(89,200,87,1));}
.indexwhy_box_right:hover{ background-image: linear-gradient(to left,#2A317F,#2A317F);}



.indexwhy_box_right:hover h3,.indexwhy_box_right:hover p{color: #fff;}
/* equipment */
.equipment{padding:0 50px 90px 50px;background-color: #f1f1f1;}
.equipment_box{ height: 100%;  padding: 30px;border-radius: 30px;border: 1px solid #e5e5e5;background-color: #fff;}
.equipment_flex{display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;}
.equipment_img{border-radius: 15px;overflow: hidden;display: block;position: relative;width: 100%;height: auto;padding-top: 75%;}
.equipment_img img{width: 100%;vertical-align: middle;position: absolute;top: 0;left: 0;}
.equipment_right h3{margin-bottom: 15px; text-transform: none; font-size: 22px;color: #13273b;font-weight: bold;
/*word-wrap: break-word;*/
/*word-break: break-all;*/
display: -webkit-box;-webkit-line-clamp: 3; -webkit-box-orient: vertical;overflow: hidden;}
.equipment_list a{font-size: 14px;color: #000;padding: 15px 0;border-bottom: 1px solid #e5e5e5;word-wrap: break-word;word-break: break-all;display: -webkit-box;-webkit-line-clamp:1; -webkit-box-orient: vertical;overflow: hidden;}
.equipment_list p{ font-size: 14px;color: #000;  word-wrap: break-word;word-break: break-all;display: -webkit-box;-webkit-line-clamp:1; -webkit-box-orient: vertical;overflow: hidden;}
.equipment_btn a{position: relative;overflow: hidden; display: block; padding: 15px 30px;border-radius: 10px;background-color: #2A317F;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;}
.equipment_btn{margin-top: 30px;}
.equipment_btn  p{z-index: 9999; position: relative; font-size: 20px;font-weight: bold;color: #fff;text-align: center;text-transform: none;}
.equipment_btn b{z-index: 99;border-radius:0 20px 20px 0; display: block;position: absolute;left: 0;top: 0;width: 0%;height: 100%;background-color: #13273b;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;}
.equipment_btn a:hover b{width: 120%;}
.equipment_list a:hover p{color: #2A317F;}
.equipment_list a:hover{border-bottom: 1px solid #2A317F;}

.equipment_main .swiper {
    width: 100%;
    height: 100%;
}
.equipment_main .swiper-slide{height: auto;padding-bottom: 80px;}
.equipment_main .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.equipment_main  .swiper-pagination-bullet{opacity: 1; border: 1px solid #2A317F;width: 15px;height: 15px;background-color: transparent;}
.equipment_main .swiper-pagination-bullet-active{background-color: #2A317F;}
.equipment_main .swiper-button-next, .equipment_main .swiper-button-prev{bottom: 0;top: auto;width: 55px;height: 55px;line-height: 55px;border-radius: 10px;text-align: center;background-color: #2A317F;z-index: 9999;}
.equipment_main .swiper-button-next:after,.equipment_main .swiper-button-prev:after{font-size: 20px;color: #fff;font-weight: bold;}
.equipment_main .swiper-button-next:hover, .equipment_main .swiper-button-prev:hover{background-color: #2A317F;}
.equipment_main  .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 8px;}

/* indexabout */
.indexabout{padding: 90px 0;}
.indexabout_right{position: relative;}
.indexabout_img{border-radius: 30px;overflow: hidden;position: relative;z-index: 99;}
.indexabout_img img{width: 100%;vertical-align: middle;}
.indexabout_flex{display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;}
.indexabout_content h1{font-size: 54px;color: #13273b;font-family: "impact";text-align: center; word-wrap: break-word; letter-spacing: 1px;margin-bottom: 25px;}
.indexabout_content h2{font-size: 24px;color: #13273b;text-align: center;word-wrap: break-word;word-break: break-all;  font-weight: bold;margin-bottom: 30px;line-height: 30px;text-transform: none;}
.indexabout_content p{ margin-bottom: 10px; font-size: 16px;color: #000;line-height: 28px;display: -webkit-box;-webkit-line-clamp:10; -webkit-box-orient: vertical;overflow: hidden;word-wrap: break-word;
    white-space: normal;}
.indexabout_number{display: flex;flex-wrap: wrap;margin-top: 40px;}
.indexabout_box{display: flex;flex-direction: column;align-items: center;}
.indexabout_data {display: flex;justify-content: center;align-items: center;}
.indexabout_data h3{font-size:70px;font-family: "impact";color: #13273b;margin: 0 5px;}
.indexabout_data h6{font-size:70px;font-family: "impact";color: #2A317F;margin: 0 5px;}
.indexabout_box h4{font-size: 14px;color: #666;text-align: center;word-wrap: break-word;word-break: break-all;text-align: center;margin-top: 15px;}
.indexabout_content .equipment_btn p{color: #fff;margin-bottom: 0;font-size: 24px;}
.indexabout_content .equipment_btn {display: flex;justify-content: center;align-items: center;margin-top: 50px;}
.indexabout_content .equipment_btn  a{display: inline-block;padding: 20px 60px;}
.useless{position: absolute;top: 50%;transform: translateY(-50%);  right: -50px;width: 200px;height: 100px;background-color: #2A317F;border-radius:0 10px 0 0;}
.indexabout_brand{z-index: 999;width:45%; background-color: #2A317F; position: absolute;top: 63%;transform: translateY(-55%);right: -50px;    border-radius: 10px 0 10px 10px; display: flex;justify-content: space-between;align-items: center;}
.indexabout_brand div{ border-radius: 10px 0 0 10px; background-color: #52b854;padding: 15px;width: 29%;overflow: hidden;}
.indexabout_brand img{width: 75px;height:75px;display: block;text-align: center;margin: 0 auto;}
.indexabout_brand p{flex: 1;font-size: 16px;color: #fff;text-align: center;padding: 0 15px;word-wrap: break-word;
    white-space: normal;}
.indexabout_li:nth-child(1){border-right: 1px dashed #e5e5e5;}
/* indexfaq_flex */
.indexfaq{padding: 90px 0 0 0;}
.indexfaq_flex{display: flex;flex-wrap: wrap;}
.indexfaq_title{margin-bottom: 30px;}
.indexfaq  .accordion-header{ position: relative;overflow: hidden;}
.indexfaq_title h2{font-size: 70px;font-family: "impact";color: #13273b;letter-spacing: 1px;}
.indexfaq .accordion-item{ border-radius: 20px !important;margin-bottom: 20px;border: none !important;}
.indexfaq .accordion-button{font-family: "impact";letter-spacing: 1px; font-size: 24px;color: #13273b; padding: 30px;border-radius: 20px !important;background-color: #f1f1f1;word-wrap: break-word;
    font-weight: 400;
        padding-right: 80px;
     
    word-break: break-all;
    white-space: normal;}
.indexfaq .accordion-body{background-color: #f1f1f1;border-radius: 20px;margin-top: 20px;}
.indexfaq .accordion-body strong{font-size: 16px;font-weight: normal;color: #666;word-wrap: break-word;
    white-space: normal;}
/* .indexfaq .accordion-button::after{position: absolute;bottom: 22px;right: 23px;z-index: 9999;background-image: url(../images/iconarrow.png);} */
.indexfaq .accordion-button:focus{border: none !important;box-shadow: none !important;}
.indexfaq .accordion-button::before{content: "";z-index:0; border-radius: 20px 0 20px 0; background-color: #2A317F;width: 70px;height: 70px;line-height: 70px; position: absolute;bottom: 0;right: 0}
.accordion-button:not(.collapsed)::after{background-image: url(../images/iconarrow.png);}
.accordion-button::after {     right: 28px;
    bottom: 25px; position: absolute;z-index: 9;background-image: url(../images/iconarrow.png);}
.indexfaq_main{padding: 30px;background-color: #f1f1f1;border-radius: 30px;position: sticky;top: 0;}
.indexfaq_main h2{font-size: 30px;font-family: "impact"; text-transform: none; color: #13273b;margin-bottom: 30px; font-weight: 500;}
.indexfaq_ways ul{display: flex;justify-content: flex-start;align-items: center;margin-top: 40px;flex-wrap: wrap;}
.indexfaq_ways li{display: flex;justify-content: flex-start;align-items: center;margin-right: 40px;}
.indexfaq_ways li span{ text-align: center; width: 55px;height: 55px;line-height: 55px;border-radius: 50%;margin-right: 15px;background-color: #2A317F;}
.indexfaq_ways li span i{font-size: 26px;color: #fff;text-align: center;}
.indexfaq_ways li p{font-size: 14px;color: #666;margin-bottom: 7px;}
.indexfaq_ways li h4{font-size: 18px;color: #000;}
.indexfaq_ways li a{font-size: 18px;color: #000;}

#indexmap{width: 100%;height: 500px;border-radius: 50px;overflow: hidden;}
/* footer */
.footer {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    background-color: #fff
}
.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: #000;
    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: #fff;
}
.footer .public_ad_header_social_media a {
    margin-left: 0;
    margin-right: 15px;
    margin-bottom: 5px;
    background-color: #2A317F;
    border: 1px solid #2A317F;
}
.footer_page h3,
.footer_product h3,
.footer_contact h3,
.footer_nav h3 {
    font-size: 26px;
    color: #000;
    font-weight: bold;
    text-transform: none;
    margin-bottom: 20px;word-wrap: break-word;
    white-space: normal;
}
.footer_page a,
.footer_product a {
    display: block;
    font-size: 16px;
    color: #000;
    margin-bottom: 20px;
    text-transform: none;
    word-wrap: break-word;
    word-break: break-all;
}
.footer_product a:hover {
    text-decoration: underline !important;
    color: #2A317F;
}
.footer_page a:hover {
    text-decoration: underline !important;
    color: #2A317F;
}
.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: #fff;
    margin-right: 10px;
    border: 1px solid #2A317F;
    background-color: #2A317F;
    padding:5px 10px;
    border-radius: 50%;
}
.footer_p p{
    font-size: 16px;
    color: #000;word-wrap: break-word;
    white-space: normal;
}
.footer_p{margin-bottom: 40px;}
.footer_contact li p {
    font-size: 16px;
    color: #000;
    flex: 1;word-wrap: break-word;
    white-space: normal;
}
.footer_contact li a {
    font-size: 16px;
    color: #000;
    flex: 1;word-wrap: break-word;
    white-space: normal;
}
.footer_copyrights {
    border-top: 1px solid #000;
    margin-top: 70px;
    padding: 40px 0 0px 0;
    width: 100%;
    font-size: 18px;
    color: #000;word-wrap: break-word;
    white-space: normal;
}
.footer_copyrights_name {
    font-size: 18px;
    color: #000;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: #000;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: #000;
    display: inline;
    word-wrap: break-word;
    white-space: normal;
}
.footer_copyrights_p a {
    font-size: 16px;
    color: #000;
    display: inline;
    text-transform: none;
}

.footer_tags {
    border-bottom: 1px solid #e5e5e5;
    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: #000;
    text-transform: none;
}
.footer_tags a {
    font-size: 14px;
    color: #000;
    display: block;
    margin:10px 10px 10px 0;
}
.footer_tags a:hover {
    text-decoration: underline !important;
    color: #2A317F;
}

/* shi pei */
@media (max-width:576px){
    .videobox{width:90%;margin: 0 auto;max-height: auto;min-height: 300px;}
    .videobox iframe{width: 100%;max-height: auto;min-height: 300px;}

    .indexproduct_title h2{font-size: 26px;}
    .indexproduct{padding: 40px 0 20px 0;}
    .indexwhy_img{width: auto;height: auto;}
    .footer_page {display: none;}
    .indexproduct_icon{display: none;}
    .indexproduct_box{padding:20px 10px;border-radius: 5px;}
    .indexproduct_img{border-radius: 5px;}
    .indexwhy_box{margin: 10px 0;}
    .indexwhy_box_right{margin: 10px 0;}
    .indexwhy_box:nth-child(2){margin-right: 0;}
    .indexwhy_box h3,.indexwhy_box p{text-align: left;}
    .indexwhy_box_right:nth-child(2){margin-left: 0;}
    .indexwhy{padding: 0 0 40px 0;}
    .equipment{padding: 0 10px 40px 10px;}
    .equipment_img{margin-bottom: 30px;border-radius: 10px;}
    .equipment_main .swiper-pagination{display: none;}
    .equipment_main .swiper-button-next, .equipment_main .swiper-button-prev{width: 40px;height:40px;line-height: 40px;}
    .equipment_main .swiper-slide{padding-bottom: 50px;}
    .indexabout{padding: 40px 0;}
    .indexabout_content h1{font-size: 26px;}
    .indexabout_content h2{font-size: 16px;margin-bottom: 15px;}
    .indexabout_data h3{font-size: 28px;}
    .indexabout_data h6{font-size: 28px;}
    .indexabout_content .equipment_btn a{padding: 10px 30px;}
    .indexabout_content .equipment_btn p{font-size: 16px;}
    .indexabout_img{margin-top: 30px;}
    .useless{display: none;}
    .indexabout_brand{width: 100%;position: static;top: auto;right: auto;transform: none;margin-top: 30px;border-radius: 10px;}
    .teamscroll_title h2{font-size: 20px;margin: 0;}
    .teamscroll_title span{display: none;}
    .teamscroll_title{margin-bottom: 20px;}
    .indexfaq{padding: 40px 0 0 0;}
    .indexfaq_title h2{font-size: 26px;}
    .indexfaq .accordion-button{padding: 15px 10px;font-size: 16px;border-radius: 10px !important;
        
        padding-right: 50px !important;
    }
    .indexfaq .accordion-button::before{border-radius: 0 !important;width: 40px;}
    .accordion-button::after{margin-bottom: 0;margin-right: 0;border-radius: 0% !important;  right: 10px; bottom: 16px;}
    .indexfaq .accordion-body strong{font-size: 14px;}
    .indexfaq_main h2{font-size: 18px;margin-bottom: 15px;}
    .indexfaq_main{padding: 30px 15px;}
    .indexfaq_ways ul{margin-top: 20px;}
    .indexfaq_ways li{margin: 15px 0;}
    .indexnews{padding: 40px 0 20px 0;}
    .indexnews_title_left h2{font-size: 26px;
        
                padding-right: 50px;
    }
    .indexnews_title_more{padding: 10px 15px;font-size: 16px;margin-top: 20px;}
    .indexnews_main .blogli:last-child{display: none;}
    .indexnews .blogmore{padding: 10px;font-size: 14px;}
    .indexnews .blog_txt{padding: 10px;}
    .indexnews .blog_txt h3 {font-size: 16px;margin-bottom: 10px;}
    #indexmap{border-radius: 0%;height: 200px;}
    .footer{padding: 40px 0 90px 0;}
    .footer_logo img{max-height: 50px;}
    .footer_tags{margin-bottom: 20px;}
    .footer_product {margin-top: 30px;}
    .footer_page h3, .footer_product h3, .footer_contact h3, .footer_nav h3{font-size: 18px;margin-bottom: 15px;}
    .footer_page a, .footer_product a{font-size: 14px;margin-bottom: 10px;}
    .footer_nav {margin-top: 30px;}
    .footer_copyrights{margin-top: 10px;padding: 10px 0 0 0;}

}
@media (min-width:577px) and (max-width:767px) {
    .videobox{width:90%;margin: 0 auto;max-height: auto;min-height: 350px;}
    .videobox iframe{width: 100%;max-height: auto;min-height: 350px;}

    .indexproduct_title h2{font-size: 26px;}
    .indexproduct{padding: 40px 0 20px 0;}
    .indexwhy_img{width: auto;height: auto;}
    .footer_page {display: none;}
    .indexproduct_icon{display: none;}
    .indexproduct_box{padding:20px 10px;border-radius: 5px;}
    .indexproduct_img{border-radius: 5px;}
    .indexwhy_box{margin: 10px 0;}
    .indexwhy_box_right{margin: 10px 0;}
    .indexwhy_box:nth-child(2){margin-right: 0;}
    .indexwhy_box h3,.indexwhy_box p{text-align: left;}
    .indexwhy_box_right:nth-child(2){margin-left: 0;}
    .indexwhy{padding: 0 0 40px 0;}
    .equipment{padding: 0 10px 40px 10px;}
    .equipment_img{margin-bottom: 30px;border-radius: 10px;}
    .equipment_main .swiper-pagination{display: none;}
    .equipment_main .swiper-button-next, .equipment_main .swiper-button-prev{width: 40px;height:40px;line-height: 40px;}
    .equipment_main .swiper-slide{padding-bottom: 50px;}
    .indexabout{padding: 40px 0;}
    .indexabout_content h1{font-size: 26px;}
    .indexabout_content h2{font-size: 16px;margin-bottom: 15px;}
    .indexabout_data h3{font-size: 28px;}
    .indexabout_data h6{font-size: 28px;}
    .indexabout_content .equipment_btn a{padding: 10px 30px;}
    .indexabout_content .equipment_btn p{font-size: 16px;}
    .indexabout_img{margin-top: 30px;}
    .useless{display: none;}
    .indexabout_brand{width: 100%;position: static;top: auto;right: auto;transform: none;margin-top: 30px;border-radius: 10px;}
    .teamscroll_title h2{font-size: 20px;margin: 0;}
    .teamscroll_title span{display: none;}
    .teamscroll_title{margin-bottom: 20px;}
    .indexfaq{padding: 40px 0 0 0;}
    .indexfaq_title h2{font-size: 26px;}
    /* .indexfaq .accordion-button{padding: 15px 10px;font-size: 16px;border-radius: 10px !important;}
    .indexfaq .accordion-button::before{border-radius: 0 !important;width: 40px;}
    .accordion-button::after{margin-bottom: 0;margin-right: 0;border-radius: 0% !important;} */
    .indexfaq .accordion-body strong{font-size: 14px;}
    .indexfaq .accordion-button{font-size: 18px;}
    .indexfaq_main h2{font-size: 18px;margin-bottom: 15px;}
    .indexfaq_main{padding: 30px 15px;}
    /* .indexfaq_ways ul{margin-top: 20px;}
    .indexfaq_ways li{margin: 15px 0;} */
    .indexnews{padding: 40px 0 20px 0;}
    .indexnews_title_left h2{font-size: 26px;}
    .indexnews_title_more{padding: 10px 15px;font-size: 16px;margin-top: 20px;}
    .indexnews_main .blogli:last-child{display: none;}
    .indexnews .blogmore{padding: 10px;font-size: 14px;}
    .indexnews .blog_txt{padding: 10px;}
    .indexnews .blog_txt h3 {font-size: 16px;margin-bottom: 10px;}
    #indexmap{border-radius: 0%;height: 200px;}
    .footer{padding: 40px 0 90px 0;}
    .footer_logo img{max-height: 50px;}
    .footer_tags{margin-bottom: 20px;}
    .footer_product {margin-top: 30px;}
    .footer_page h3, .footer_product h3, .footer_contact h3, .footer_nav h3{font-size: 18px;margin-bottom: 15px;}
    .footer_page a, .footer_product a{font-size: 14px;margin-bottom: 10px;}
    .footer_nav {margin-top: 30px;}
    .footer_copyrights{margin-top: 10px;padding: 10px 0 0 0;}
}
@media (min-width:768px) and (max-width:991px) {
    .videobox{width:90%;margin: 0 auto;max-height: auto;min-height: 400px;}
    .videobox iframe{width: 100%;max-height: auto;min-height: 400px;}

    .indexproduct_title h2{font-size: 26px;}
    .indexproduct{padding: 40px 0 20px 0;}
    .indexwhy_img{width: auto;height: auto;}
    .footer_page {display: none;}
    .indexproduct_icon{display: none;}
    .indexproduct_box{padding:20px 10px;border-radius: 5px;}
    .indexproduct_img{border-radius: 5px;}
    .indexwhy_box{margin: 10px 0;}
    .indexwhy_box_right{margin: 10px 0;}
    .indexwhy_box:nth-child(2){margin-right: 0;}
    .indexwhy_box h3,.indexwhy_box p{text-align: left;}
    .indexwhy_box_right:nth-child(2){margin-left: 0;}
    .indexwhy{padding: 0 0 40px 0;}
    .equipment{padding: 0 10px 40px 10px;}
    .equipment_img{margin-bottom: 30px;border-radius: 10px;}
    .equipment_main .swiper-pagination{display: none;}
    .equipment_main .swiper-button-next, .equipment_main .swiper-button-prev{width: 40px;height:40px;line-height: 40px;}
    .equipment_main .swiper-slide{padding-bottom: 50px;}
    .indexabout{padding: 40px 0;}
    .indexabout_content h1{font-size: 26px;}
    .indexabout_content h2{font-size: 16px;margin-bottom: 15px;}
    .indexabout_data h3{font-size: 28px;}
    .indexabout_data h6{font-size: 28px;}
    .indexabout_content .equipment_btn a{padding: 10px 30px;}
    .indexabout_content .equipment_btn p{font-size: 16px;}
    .indexabout_img{margin-top: 30px;}
    .useless{display: none;}
    .indexabout_brand{width: 100%;position: static;top: auto;right: auto;transform: none;margin-top: 30px;border-radius: 10px;}
    .teamscroll_title h2{font-size: 20px;margin: 0;}
    .teamscroll_title span{display: none;}
    .teamscroll_title{margin-bottom: 20px;}
    .indexfaq{padding: 40px 0 0 0;}
    .indexfaq_title h2{font-size: 26px;}
    /* .indexfaq .accordion-button{padding: 15px 10px;font-size: 16px;border-radius: 10px !important;}
    .indexfaq .accordion-button::before{border-radius: 0 !important;width: 40px;}
    .accordion-button::after{margin-bottom: 0;margin-right: 0;border-radius: 0% !important;} */
    .indexfaq .accordion-body strong{font-size: 14px;}
    .indexfaq .accordion-button{font-size: 18px;}
    .indexfaq_main h2{font-size: 18px;margin-bottom: 15px;}
    .indexfaq_main{padding: 30px 15px;}
    /* .indexfaq_ways ul{margin-top: 20px;}
    .indexfaq_ways li{margin: 15px 0;} */
    .indexnews{padding: 40px 0 20px 0;}
    .indexnews_title_left h2{font-size: 26px;}
    .indexnews_title_more{padding: 10px 15px;font-size: 16px;margin-top: 20px;}
    .indexnews_main .blogli:last-child{display: none;}
    .indexnews .blogmore{padding: 10px;font-size: 14px;}
    .indexnews .blog_txt{padding: 10px;}
    .indexnews .blog_txt h3 {font-size: 16px;margin-bottom: 10px;}
    #indexmap{border-radius: 0%;height: 200px;}
    .footer{padding: 40px 0 90px 0;}
    .footer_logo img{max-height: 50px;}
    .footer_tags{margin-bottom: 20px;}
    .footer_product {margin-top: 30px;}
    .footer_page h3, .footer_product h3, .footer_contact h3, .footer_nav h3{font-size: 18px;margin-bottom: 15px;}
    .footer_page a, .footer_product a{font-size: 14px;margin-bottom: 10px;}
    .footer_nav {margin-top: 30px;}
    .footer_copyrights{margin-top: 10px;padding: 10px 0 0 0;}
}
@media (min-width:992px) and (max-width:1199px) {
    .videobox{width:90%;margin: 0 auto;max-height: auto;min-height: 500px;}
    .videobox iframe{width: 100%;max-height: auto;min-height: 500px;}

    .indexproduct_title h2{font-size: 26px;}
    .indexproduct{padding: 40px 0 20px 0;}
    .indexwhy_img{margin: 0 auto;}
    /* .indexwhy_li:nth-child(2){display: none;} */
    .footer_page {display: none;}
    .indexproduct_icon{display: none;}
    .indexproduct_box{padding:20px 10px;border-radius: 5px;}
    .indexproduct_img{border-radius: 5px;}
    .indexwhy_box{margin: 10px 0;}
    .indexwhy_box_right{margin: 10px 0;}
    .indexwhy_box:nth-child(2){margin-right: 0;}
    .indexwhy_box h3,.indexwhy_box p{text-align: left;}
    .indexwhy_box_right:nth-child(2){margin-left: 0;}
    .indexwhy{padding: 0 0 40px 0;}
    .equipment{padding: 0 10px 40px 10px;}
    .equipment_img{margin-bottom: 30px;border-radius: 10px;}
    .equipment_main .swiper-pagination{display: none;}
    .equipment_main .swiper-button-next, .equipment_main .swiper-button-prev{width: 40px;height:40px;line-height: 40px;}
    .equipment_main .swiper-slide{padding-bottom: 50px;}
    .indexabout{padding: 40px 0;}
    .indexabout_content h1{font-size: 26px;}
    .indexabout_content h2{font-size: 16px;margin-bottom: 15px;}
    .indexabout_data h3{font-size: 28px;}
    .indexabout_data h6{font-size: 28px;}
    .indexabout_content .equipment_btn a{padding: 10px 30px;}
    .indexabout_content .equipment_btn p{font-size: 16px;}
    .indexabout_img{margin-top: 30px;}
    .useless{display: none;}
    .indexabout_brand{width: 100%;position: static;top: auto;right: auto;transform: none;margin-top: 30px;border-radius: 10px;}
    .teamscroll_title h2{font-size: 20px;margin: 0;}
    .teamscroll_title span{display: none;}
    .teamscroll_title{margin-bottom: 20px;}
    .indexfaq{padding: 40px 0 0 0;}
    .indexfaq_title h2{font-size: 26px;}
    /* .indexfaq .accordion-button{padding: 15px 10px;font-size: 16px;border-radius: 10px !important;}
    .indexfaq .accordion-button::before{border-radius: 0 !important;width: 40px;}
    .accordion-button::after{margin-bottom: 0;margin-right: 0;border-radius: 0% !important;} */
    .indexfaq .accordion-body strong{font-size: 14px;}
    .indexfaq .accordion-button{font-size: 18px;}
    .indexfaq_main h2{font-size: 18px;margin-bottom: 15px;}
    .indexfaq_main{padding: 30px 15px;}
    .indexfaq_ways ul{margin-top: 20px;}
    .indexfaq_ways li{margin: 15px 0;}
    .indexnews{padding: 40px 0 20px 0;}
    .indexnews_title_left h2{font-size: 26px;}
    .indexnews_title_more{padding: 10px 15px;font-size: 16px;margin-top: 20px;}
    .indexnews .blogmore{padding: 10px;font-size: 14px;}
    .indexnews .blog_txt{padding: 10px;}
    .indexnews .blog_txt h3 {font-size: 16px;margin-bottom: 10px;}
    #indexmap{border-radius: 0%;height: 200px;}
    .footer{padding: 40px 0 90px 0;}
    .footer_logo img{max-height: 50px;}
    .footer_tags{margin-bottom: 20px;}
    .footer_page h3, .footer_product h3, .footer_contact h3, .footer_nav h3{font-size: 18px;margin-bottom: 15px;}
    .footer_page a, .footer_product a{font-size: 14px;margin-bottom: 10px;}
    .footer_copyrights{margin-top: 10px;padding: 10px 0 0 0;}
}
@media (min-width:1200px) and (max-width:1440px) {
    .videobox{width:90%;margin: 0 auto;max-height: auto;min-height: 500px;}
    .videobox iframe{width: 100%;max-height: auto;min-height: 500px;}

    .nav_wrap .head_nav > li{margin-left: 10px;margin-right: 10px;}
    .index_header_hd{padding: 15px;}
    .fixed-nav .index_header_bd{padding: 0 15px;}
    .indexabout_brand{right: 0;width: 60%;}
    .useless{display: none;}
    .index_header_hd_ways li a{font-size: 14px;}
    .indexwhy_img{width: 350px;height: 350px;}
    .footer_logo img{max-height: 70px;}
    .equipment{padding: 0 30px 90px 30px;}
    .indexproduct_icon{top: 25%;right: 0;}
    .indexfaq_ways ul{margin-top: 20px;}
    .indexfaq_ways li{margin: 15px;}
    .scrollsidebar{top: 400px;}
}
@media (min-width:1401px) and (max-width:1680px) {
    .nav_wrap .head_nav > li{margin-left: 10px;margin-right: 10px;}
    .index_header_hd{padding: 15px;}
    .fixed-nav .index_header_bd{padding: 0 15px;}
    .indexabout_brand{right: 0;width: 50%;}
    .useless{display: none;}
    .index_header_hd_ways li a{font-size: 14px;}
    .indexwhy_img{width: 400px;height: 400px;}
    .footer_logo img{max-height: 70px;}
    .equipment{padding: 0 30px 90px 30px;}
    .indexproduct_icon{top: 23%;right: 10px;}
    .videobox{width:80%;margin: 0 auto;max-height: auto;min-height: 600px;}
    .videobox iframe{width: 100%;max-height: auto;min-height: 600px;}
}