/* public */
.bannercontent_title {
    display: none !important;
}

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

.t50 {
    margin-top: 50px;
}

.b20 {
    margin-bottom: 20px;
}

.b40 {
    margin-bottom: 40px;
}

.b60 {
    margin-bottom: 60px;
}

.tm30 {
    margin-top: 30px;
}

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

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

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

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

.indexalltitle .indexalltitleimg2 {
    margin-top: 45px;
    display: block;
}
/* banner */
.swiper-wrapper .bancomvideo{
    position: absolute;
    top: 35%;
    right: 30%;
}
.swiper-wrapper .bancomvideo button{
    width: 80px;
    height: 80px;
    background-color: #fff;
    text-align: center;
    line-height: 80px;
    border-radius: 50%;
    transition: all .5s ease;
    border: none;
}
.swiper-wrapper .bancomvideo button:hover{
    background-color: #003974;
}
.swiper-wrapper .bancomvideo i {
    font-size: 40px;
    color: #ff5e14;
    line-height: 80px;
}
.bannervideomain {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999999999999999999999;
}

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

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

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

.bannervideobox video {
    width: 100%;
}
/* product */
.indexproduct {
    padding: 90px 0 60px 0;
    background-color: #ebeff4;
}

.indexproduct_main {
    margin-top: 50px;
}

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

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

.indexproductli {
    margin-bottom: 30px;
}

.indexproductbox {
    height: 100%;
    background-color: #fff;
    border: 5px solid #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;
}

.indexproducthd {
    /*padding: 30px;*/
    border-bottom: 1px solid #e5e5e5;
    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;
}

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

.indexproductimg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    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;
}

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

.indexproduct_txt h3 {
    font-size: 20px;
    text-align: center;
    color: #000;
    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.5s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.indexproduct_more {
    margin-top: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 40px;
    border: 1px solid #003974;
    border-radius: 30px;
    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;
}

.indexproduct_more p {
    font-size: 16px;
    color: #003974;
    margin-right: 15px;
    font-weight: bold;
    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;
}

.indexproduct_more span {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #003974;
    border-radius: 50%;
    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;
}

.indexproduct_more i {
    font-size: 18px;
    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;
}

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

.indexproductallmore {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 60px;
    border: 1px solid #003974;
    border-radius: 30px;
    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;
}

.indexproductallmore p {
    font-size: 16px;
    color: #003974;
    margin-right: 15px;
    font-weight: bold;
    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;
}

.indexproductallmore span {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #003974;
    border-radius: 50%;
    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;
}

.indexproductallmore i {
    font-size: 18px;
    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;
}

.indexproduct .indexproductli:hover .indexproduct_more,
.indexproduct .indexproductallmore:hover {
    background-color: #003974;
}

.indexproductli:hover .indexproduct_more span,
.indexproductallmore:hover span {
    background-color: #fff;
}

.indexproductli:hover .indexproduct_more p,
.indexproductallmore:hover p {
    color: #fff;
}

.indexproductli:hover .indexproduct_more i,
.indexproductallmore:hover i {
    color: #003974;
}

.indexproductli:hover .indexproduct_txt h3 {
    color: #003974;
    font-weight: bold;
}

.indexproductli:hover .indexproductbox {
    box-shadow: 5px 5px 20px rgba(0, 57, 116, 0.35);
    border: 5px solid #ff5e14;
}

.indexproductli:hover .indexproducthd {
    border-bottom: 1px solid #ff5e14;
}

.indexproductli:hover .indexproductimg img {
    transform: scale(1.1);
}

.indexproductallmore:hover {
    padding: 10px 100px;
}

.indexproduct_title {
    padding: 0px 35px;
    border: none;
    background: transparent;
    color: #000;
    width: 17%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 auto 50px auto;
    position: relative;
    line-height: 45px;
    cursor: pointer;
}

.indexproduct_title span {
    position: absolute;
    background-color: #003974;
    display: block;
    transition: all 200ms;
}

.indexproduct_title .line1,
.indexproduct_title .line3 {
    height: 6px;
    width: 25px;
}

.indexproduct_title .line2,
.indexproduct_title .line4 {
    height: 25px;
    width: 6px;
}

.indexproduct_title .line1,
.indexproduct_title .line2 {
    top: -10px;
    left: 0;
}

.indexproduct_title .line3,
.indexproduct_title .line4 {
    bottom: -10px;
    right: 0;
}

/* index-about */
.index-about .about-title {
    padding-right: 60px;
}

.index-about .about-title h2 {
    font-size: 18px;
    color: #0052A8;
    margin-bottom: 10px
}

.index-about .about-title h3 {
    font-size: 30px;
    color: #0e2b5c;
    margin-bottom: 10px
}

.index-about .about-title p {
    font-size: 16px;
    color: #666;
    line-height: 26px;
    margin-bottom: 30px
}

.index-about .about-title ul li {
    float: left;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding-right: 30px;
    padding-bottom: 10px
}

.index-about .about-title ul li span {
    position: absolute;
    color: #ff5e14;
    font-size: 24px
}

.index-about .about-title ul li h4 {
    font-size: 16px;
    padding-left: 20px;
}

.index-about .about-title button {
    background-color:  #417EBE;
    padding: 12px 30px;
    border: none;
    transition: all 0.4s;
    color: #Fff;
    font-size: 20px;
    float: left
}

.index-about .about-title button:hover {
    background-color: #0e2b5c;
    transition: all 0.4s;
    color: #Fff
}

.index-about .about-title .about-name {
    float: right
}

.index-about .about-title .about-name img {
    width: 50%;
    float: left;
    padding-right: 20px
}

.index-about .about-title .about-name h1 {
    width: 50%;
    font-size: 14px;
    float: left
}

.index-about .about-logo {
    margin-top: 30px;
    
    width: 100%;
    height: 0;
    padding-top:60%;
    position: relative;
}

.index-about .about-logo img {
    opacity: 0.6;
    /*filter: brightness(105%) contrast(108%) saturate(0%) blur(0px) hue-rotate(0deg);*/
    transition-duration: 0.25s;
    
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}

.index-about .about-logo:hover img {
    opacity: 1;
    filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
    transition-duration: 0.25s;
}

.index-about .about-img {
    padding-left: 50px;
    text-align: right;
    position: relative
}

.index-about .about-img img {
    text-align: right;
    position: relative
}

.index-about .about-share {
    margin-top: 5%;
    background-color: #0052A8;
    width: 100%;
    height: 95%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1
}

.index-about .about-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%
}

.index-about .about-bottom .about-bottom-l {
    width: 100%;
    height: 150px;
    background-color:  #0052A8;
    text-align: center;
    color: #Fff;
    padding-top: 20px;
}

.index-about .about-bottom .about-bottom-l i {
    font-size: 48px;
}

.index-about .about-bottom .about-bottom-l h3 {
    font-size: 16px
}

.index-about .about-bottom .about-bottom-r i {
    font-size: 40px;
    color:  #0052A8;
    line-height: 80px
}

.index-about .about-bottom .about-bottom-r button {
    width: 80px;
    height: 80px;
    background-color: #fff;
    text-align: center;
    line-height: 80px;
    border-radius: 50%;
    transition: all .5s ease;
    border: none;
    margin-top: 35px;
    margin-right: 10px;
}

.index-about .about-bottom .about-bottom-r button:hover {
    background-color: #0e2b5c;
    color: #fff;
    box-shadow: rgb(14 43 92) 0px 7px 29px 0px;
    transform: scale(1.1);
    transition: all 0.4s;
}

/* service */
.index-bg {
    background-color: #f9f9f9;
    padding: 50px 0
}

.index-title h2 {
    font-size: 16px;
    color: #ff5e14
}

.index-title h3 {
    font-size: 36px;
    color: #0e2b5c
}

.index-title-r h3 {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 26px;
}

.index-title-r button {
    background-color: #ff5e14;
    padding: 10px 40px;
    border: none;
    transition: all 0.4s;
    color: #Fff;
    font-size: 18px;
    float: left
}

.index-title-r button:hover {
    background-color: #0e2b5c;
    transition: all 0.4s;
    color: #Fff
}

.services-area {
    margin-top: 40px
}

.services-area.inc-icon .item {
    background: #fff;
    height: 100%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 3px 3px;
    border-bottom: 0px #bb0707 solid;
    text-align: left;
    padding-bottom: 30px;
    margin-bottom: 30px;
    padding: 50px 30px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
}

.services-area.inc-icon .item .info i {
    font-size: 60px;
    color: #ff5e14;
    display: block;
    line-height: 60px
}

.services-area.inc-icon .item .info .img_b {
    width: 60px;
    height: 60px;
}


.services-area.inc-icon .item .info .img_b img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.services-area.inc-icon .item h5 {
    font-size: 20px;
    color: #0e2b5c;
    margin-top: 20px;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1;
}

.services-area.inc-icon .item p {
    font-size: 16px;
    padding-bottom: 20px;
    color: #222;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 5;
}

.services-area.inc-icon .item a {
    color: #ff5e14;
    font-size: 16px
}

.services-area.inc-icon .item i {
    font-size: 18px;
    margin-right: 10px
}

.services-area.inc-icon .itemitem .info {
    padding: 20px 20px
}

.services-area.inc-icon .item1 .info>a {
    margin-top: 20px;
}

.services-area.inc-icon .item img {
    position: relative
}

.services-area.inc-icon .item::after {
    position: absolute;
    left: 0;
    bottom: -100%;
    content: "";
    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%;
    width: 100%;
    z-index: -1;
    background-color: #0e2b5c
}

.services-area.inc-icon .item:hover::after {
    bottom: 0;
}

.services-area.inc-icon .item p,
.services-area.inc-icon .item a,
.services-area.inc-icon .item h5 {
    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;
}

.services-area.inc-icon .item:hover h5,
.services-area.inc-icon .item:hover p {
    color: #ffffff;
}

.services-area.inc-icon .item:hover a.btn {
    color: #ffffff !important;
    border-color: #ffffff;
}

/* index-company */
.index-company {
    display: block;
    position: relative;
    width: 100%;
    background-color: #0e2b5c;
    opacity: 0.9;
    color: #fff;
    height: 100%;
    
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}

.index-company::after {
    content: "";
    background-image: url("../images/a3.jpg");
    background-position: center right;
    background-size: 50%;
    opacity: 0.1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.index-company .index-company-l {
    width: 50%;
    float: left;
    position: relative;
    /*height: 100%;*/
}

.index-company .index-company-l img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom right;
}

.index-company .index-company-l .index-company-l-bottom {
    padding: 50px 50px;
    background-color: #0e2b5c;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    width: 50%
}

.index-company .index-company-l .index-company-l-bottom h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

.index-company .index-company-l .index-company-l-bottom p {
    font-size: 14px;
    margin-bottom: 20px
}

.index-company .index-company-l .index-company-l-bottom a {
    color: #ff5e14;
    font-size: 16px;
}

.index-company .index-company-r {
    width: 50%;
    float: left;
    position: relative;
    
    display: flex;
    align-items: center;
}

.index-company .index-company-r .index-company-r-overlay {
    padding: 50px;
}

.index-company .index-company-r .index-company-r-overlay p {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.index-company .index-company-r .index-company-r-overlay h2 {
    color: #ff5e14;
    font-size: 18px;
}

.index-company .index-company-r .index-company-r-overlay h3 {
    font-size: 33px;
    line-height: 30px;
    margin: 10px 0 30px 0;
}

.index-company .index-company-r .index-company-r-overlay .index-company-r-adv {
    margin-top: 30px;
    /*margin-bottom: 30px;*/
    margin-bottom: 10px;
    padding-right: 50px
}

.index-company .index-company-r .index-company-r-overlay .index-company-r-adv i {
    font-size: 48px;
    color: #ff5e14
}

.index-company .index-company-r .index-company-r-overlay .index-company-r-adv .img_b {
    width: 50px;
    height: 50px;
}


.index-company .index-company-r .index-company-r-overlay .index-company-r-adv .img_b img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.index-company .index-company-r .index-company-r-overlay .index-company-r-adv h4 {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 10px
}

.index-company .index-company-r .index-company-r-overlay .buttonWrap {
    display: flex;
    gap: 10px;
}

.index-company .index-company-r .index-company-r-overlay button {
    background-color: #ff5e14;
    color: #fff;
    padding: 12px 40px;
    border: none;
    transition: all 0.4s;
    font-size: 16px
}

.index-company .index-company-r .index-company-r-overlay button:hover {
    background-color: #0e2b5c;
    transition: all 0.4s;
    color: #Fff
}

/* index-process */
.index-title-c {
    text-align: center;
}

.index-title-c h2 {
    font-size: 16px;
    color: #ff5e14;
}

.index-title-c h3 {
    font-size: 36px;
    margin: 10px 0;
    color: #0e2b5c
}

.index-title-c p {
    font-size: 14px;
    width: 50%;
    margin: auto;
    color: #666
}

.index-process {
    display: block;
    position: relative;
    width: 100%;
    padding: 80px 0 100px 0
}

.index-process::after {
    content: "";
    background-image: url("../images/processbg.webp");
    background-position: center right;
    background-size: 100%;
    /*opacity: 0.05;*/
    opacity: 0.2;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.index-process .row {
    display: flex;
    justify-content: center;
}

.index-process .index-process-line {
    border-style: dashed;
    color: #0e2b5c;
    border-width: 1px;
    top: 55px;
    height: 2px;
    position: relative;
    z-index: -1;
    width: 80%;
    margin: auto
}


.index-process .this_in {
    display: flex;
    flex-wrap: wrap;
}

 .index-process .this_in .this_child {
     width: 20%;
 }
     
@media screen and (max-width:950px) {
  .index-process .this_in .this_child {
     width: 100%;
 }
  
}    

.index-process .index-process-main {
    margin-top: 50px;
}

.index-process .index-process-main .index-process-iconout {
    width: 110px;
    padding: 10px;
    background: rgba(0, 82,168,0.5);
    height: 110px;
    text-align: center;
    margin: auto;
}

.index-process .index-process-main .index-process-iconin {
    width: 100%;
    background: rgba(0, 82,168, 1);
    height: 100%
}

.index-process .index-process-main .index-process-iconin i {
    font-size: 36px;
    color: #fff;
    line-height: 90px
}

.index-process .index-process-main .img_b {
   width: 100%;
    height: 100%;
    background: rgba(0, 82, 168, 1); 
    display: flex;
    align-items: center;
    justify-content: center;
}


.index-process .index-process-main .img_b img {
     filter: invert(100%) brightness(200%);
    padding: 25%;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.index-process .index-process-main .index-process-tit {
    text-align: center;
    padding: 20px 30px
}

.index-process .index-process-main .index-process-tit h3 {
    font-size: 20px;
    color: #0e2b5c;
    margin-bottom: 10px
}

.index-process .index-process-main .index-process-tit p {
    font-size: 15px;
    color: #666
}

/* index-ban */
.index-ban {
    display: block;
    position: relative;
    padding: 100px 0 150px 0;
    width: 100%;
    background-color: #000;
    opacity: 0.98;
    color: #fff;
}

.index-ban .container {
    display: flex;
    justify-content: space-between;
}

.index-ban .index-ban-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    
.index-ban .container .this_map iframe {
    width: 100%;
}

@media screen and (max-width: 950px) {
    .index-ban .container {
        flex-direction: column;
    }
    
    .index-ban .container .this_map {
        margin-top: 30px;
    }
}

.index-ban::after {
    content: "";
    background-image: url("../images/a5.webp");
    background-position: center center;
    background-size: cover;
    opacity: 0.8;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background-attachment: fixed;
}

.index-ban .index-ban-title h2 {
    font-size: 18px;
    color: #ff5e14
}

.index-ban .index-ban-title h3 {
    font-size: 30px;
    margin: 10px 0
}

.index-ban .index-ban-title p {
    font-size: 16px
}

.index-ban .index-ban-1 h3 {
    margin: 20px 0 10px 0;
    font-size: 20px;
}

.index-ban .index-ban-1 ul li {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 5px 0
}

.index-ban .index-ban-1 ul li i {
    position: absolute;
    color: #ff5e14;
    font-size: 18px;
}

.index-ban .index-ban-1 ul li h4 {
    padding-left: 30px;
    font-size: 16px;
    line-height: 1.5;
}

.index-ban .index-ban-1 .img_b {
    width: 100px;
    height: 100px;
    margin-top: 30px;
}


.index-ban .index-ban-1 .img_b img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* our-team */
.our-team .section-heading {
    text-align: center;
}

.our-team .section-heading h2 {
    margin-bottom: 10px;
    font-size: 36px;
    text-transform: capitalize
}

.our-team .team-item .thumb {
    position: relative;
}
.our-team .team-item .thumb .img_b {
    width: 100%;
    height: 0;
    padding-top: 100%;
    position: relative;
}

.our-team .team-item .thumb .img_b img {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.our-team .team-item .thumb .hover-effect {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    text-align: center;
    top: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}

.our-team .team-item .thumb:hover .hover-effect {
    opacity: 1;
    visibility: visible;
}

.our-team .team-item .thumb .hover-effect .inner-content {
    position: absolute;
    top: 50%;
    text-align: center;
    width: 100%;
    transform: translateY(-22px);
}

.our-team .team-item .thumb .hover-effect .inner-content ul li {
    display: inline-block;
    margin: 0px 5px;
}

.our-team .team-item .thumb .hover-effect .inner-content ul li a {
    width: 44px;
    height: 44px;
    background-color: #fff;
    color: #ff5e14;
    display: inline-block;
    text-align: center;
    line-height: 44px;
    border-radius: 50%;
    transition: all .3s;
}

.our-team .team-item .thumb .hover-effect .inner-content ul li a:hover {
    background-color: #2a2a2a;
    color: #fff;
}

.our-team .team-item .down-content {
    text-align: center;
    position: relative;
    background-color: #fff;
    margin: auto;
    width: 80%;
    margin-top: -80px;
    padding: 30px 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
}

.our-team .team-item .down-content h4 {
    font-size: 18px;
    color: #2a2a2a;
    margin-bottom: 5px;
}

.our-team .team-item .down-content p {
    font-size: 16px;
    color: #a1a1a1;
    font-weight: 500;
    display: block;
}

.our-team .team-item .bot-content {
    height: 60px;
    background-color: #ff5e14
}

/* index-project */
.index-project {
    background-color: #f0f0f0;
    padding: 80px 0
}

.index-project .w-simImg .image-w {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px
}

.index-project .w-simImg img {
    max-width: 100%;
}

.index-project .caption {
    position: relative;
}

.index-project .caption .captionbg {
    position: absolute;
    width: 100%;
    height: 100%;
}

.index-project .caption .caption-text {
    z-index: 10;
    position: relative;
    word-break: break-all;
    word-wrap: break-word;
}

.index-project .bg_main {
    background: #0e2b5c;
}

.index-project .caption-tit {
    text-align: center;
    padding: 20px 0;
}

.index-project .caption-tit a {
    text-align: center;
    font-size: 20px;
    color: #e60015;
    font-weight: bold
}

.index-project .simImg_spec27 .caption {
    position: absolute;
    left: 5%;
    top: 5%;
    width: 90%;
    height: 90%;
    color: #fff;
}

.index-project .simImg_spec27 .caption .caption-text {
    height: 100%;
    width: 100%;
    padding: 0;
    
    display: flex;
    align-items: center;
    justify-content: center;
}

.index-project .simImg_spec27 .captionbg {
    opacity: 0;
    *filter: alpha(opacity=0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    -webkit-transition: opacity .35s;
    transition: opacity .35s;
}

.index-project .simImg_spec27:hover .captionbg {
    opacity: 0.7;
    *filter: alpha(opacity=70);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
}

.index-project .simImg_spec27 img,
.simImg_spec27 p,
.simImg_spec27 h3 {
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s
}

.index-project .simImg_spec27:hover img {
    -webkit-transform: scale3d(1.5, 1.5, 1);
    transform: scale3d(1.5, 1.5, 1);
}

.index-project .simImg_spec27 .caption-text-in {
    text-align: center;
    padding: 20px;
}

.index-project .simImg_spec27 p {
    text-transform: none;
    font-size: 90%;
    opacity: 0;
    *filter: alpha(opacity=0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    -webkit-transform: scale3d(.8, .8, 1);
    transform: scale3d(.8, .8, 1);
    -webkit-transform-origin: 50% -100%;
    transform-origin: 50% -100%;
    font-size: 16px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 5;
    margin: 10px;
}

.index-project .simImg_spec27:hover p {
    opacity: 1;
    *filter: alpha(opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.index-project .simImg_spec27 h3 {
    text-transform: none;
    font-size: 90%;
    opacity: 0;
    *filter: alpha(opacity=0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    -webkit-transform: scale3d(.8, .8, 1);
    transform: scale3d(.8, .8, 1);
    -webkit-transform-origin: 50% -100%;
    transform-origin: 50% -100%;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
}

.index-project .simImg_spec27:hover h3 {
    opacity: 1;
    *filter: alpha(opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

/* video */
.video {
    background: #00397480;
}

.videoimg {
    text-align: center;
}

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

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

.videobox video {
    width: 100%;
}

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

.video_show {
    padding: 80px 0;
}

.video_left h2 {
    font-size: 32px;
    color: #003974;
    padding: 30px 0 10px 0;
    font-weight: 600;
}

.video_left p {
    font-size: 20px;
    color: #fff;
    padding: 10px 0 0 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 8;
}

.video_right {
    position: relative;
}

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

.video_btn {
    position: relative;
}

.video_play {
    position: absolute;
    /* left: 50px; */
    top: 0;
}

.video_icon {
    width: 65px;
    height: 65px;
    border-radius: 50px;
    /* background-color: #fff; */
    border: 2px solid #003974;
    position: relative;
    transition: 0.5s;
    cursor: pointer;
}

.video_icon i {
    position: absolute;
    font-size: 42px;
    left: 16%;
    color: #003974;
}

.video_icon:hover {
    transform: scale(1.4);
    transition: 0.5s;
}

/* news */
.indexnew {
    padding: 90px 0;
}

.indexnew_main {
    margin-top: 50px;
}

.indexnew .indexproduct_title {
    width: 60%;
}

.indexnew .indexproductallmore {
    border: none;
}

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

.indexnewbox {
    height: 100%;
    background-color: #f6f6f6;
    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;
}

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

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

.indexnewcon {
    padding: 20px 15px;
}

.indexnewcon h3 {
    margin-bottom: 10px;
    font-size: 20px;
    color: #000;
    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.5s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.indexnewcon p {
    font-size: 16px;
    color: #333;
    line-height: 25px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.indexnewbottom {
    /* display: flex;
    justify-content: space-between;
    align-items: center; */
    margin-top: 20px;
}

.indexnewbottom span {
    font-size: 14px;
    color: #000;
}

.indexnewcon .indexproductallmore p {
    color: #ff5e14;
    font-weight: 600;
    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;
}

.indexnewcon .indexproductallmore span {
    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;
}

.indexnewcon .indexproductallmore i {
    color: #003974;
    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;
}


.indexnewli:hover .indexnewimg img {
    transform: scale(1.1);
}

.indexnewli:hover .indexnewbox {
    background-color: #003974;
}

.indexnewli:hover .indexnewcon h3,
.indexnewli:hover .indexnewcon p,
.indexnewli:hover .indexnewbottom span {
    color: #fff;
}

.indexnewli:hover .indexnewcon .indexproductallmore p {
    color: #ff5e14;
}

.indexnewli:hover .indexnewcon .indexproductallmore span {
    background-color: #003974;
}

.indexnewli:hover .indexnewcon .indexproductallmore i {
    color: #fff;
}

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

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

.footer .footer_main {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.footer .footer_main .thisWrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}

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

.footer_main h2 {
    text-align: center;
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
    margin-top:30px;
    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;
}

.footerline {
    padding: 0;
}

.footerline h3 { 
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
    position: relative;
}
.footer_page h3:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: -1px;
    left: -40px;
}

.footerline ul {
    padding-right: 20px;
}

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

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

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

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

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

.footer_contact li i {
    width: 30px;
    font-size: 22px;
    color: #ff5e14;
    margin-right: 10px;
    
    display: flex;
    justify-content: space-between;
}

.footer_contact li p {
    display: inline-block;
    width: calc(100% - 50px);
    font-size: 16px;
    color: #fff;
    flex: 1;
}

.footer_contact li a {
    display: inline-block;
    width: calc(100% - 50px);
    font-size: 16px;
    color: #fff;
    flex: 1;
}

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

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

/* .footer_copyrights_p {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  } */
.footer_copyrights_p p {
    font-size: 14px;
    color: #fff;
    display: inline;
}

.footer_copyrights_p a {
    font-size: 14px;
    color: #ff5e14;
    display: inline;
    text-transform: uppercase;
    text-decoration: underline;
}

.footer_tags {
    border-bottom: 1px solid #e5e5e5;
    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: #ddd;
    text-transform: capitalize;
}

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

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

@media (max-width: 576px) {

    .banner .swiper-button-next, .banner .swiper-button-prev{display: none;}
    .swiper-wrapper .bancomvideo button{
        width: 40px;
        height: 40px;
        line-height: 1;
    }
    .swiper-wrapper .bancomvideo i{
        font-size: 20px;
        line-height: 1;
    }
    .index-process .index-process-main .index-process-tit {
        padding: 20px 10px;
    }

    .index-process {
        padding: 50px 0;
    }

    .index-ban .index-ban-title h3 {
        font-size: 24px;
    }

    .index-ban {
        padding: 50px 0;
    }

    .index-project {
        padding: 40px 0;
    }



    .index-process .index-process-main {
        margin-top: 20px;
    }

    .index-process .index-process-line {
        display: none;
    }
    



    .services-area.inc-icon .item {
        padding: 30px;
    }

    .index-title-c h3 {
        font-size: 24px;
    }

    .index-title-c p {
        width: 100%;
    }

    .index-company .index-company-l {
        width: 100%;
    }

    .index-company .index-company-l .index-company-l-bottom {
        width: 90%;
        margin: auto;
        left: 5%;
        bottom: 10%;
        padding: 20px 20px;
    }

    .index-company .index-company-r .index-company-r-overlay {
        padding: 10% 10%;
    }

    .index-company .index-company-r {
        width: 100%;
    }

    .index-company .index-company-r .index-company-r-overlay .index-company-r-adv {
        padding-right: 0;
    }

    .index-company .index-company-r .index-company-r-overlay h3 {
        font-size: 24px;
    }

    .index-company .index-company-r .index-company-r-overlay .index-company-r-adv i {
        font-size: 38px;
    }

    .index-title h3 {
        font-size: 24px;
    }

    .index-about .about-bottom .about-bottom-r button {
        width: 60px;
        height: 60px;
        line-height: 60px;
    }

    .index-about .about-bottom .about-bottom-r i {
        font-size: 30px;
        line-height: 60px;
    }

    .index-about .about-title h3 {
        font-size: 24px;
    }

    .index-about .about-title {
        padding-top: 10px;
        padding-right: 15px;
    }

    .videoimg {
        margin-top: 20px;
    }

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

    .newsinfo {
        display: none;
    }

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

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

    .indexproduct_more {
        padding: 8px 10px;
    }

    .indexproductallmore {
        padding: 10px 30px;
    }

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

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

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

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

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

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

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

    .indexproducthd {
        /*padding: 15px;*/
    }

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

    .indexabout_hdtitletxt {
        margin-top: 30px;
    }

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

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

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

    .indexnewli {
        margin-bottom: 30px;
    }

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

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

    .video_btn {
        margin-top: 20px;
    }

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

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

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

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

    .footer_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) {
    .banner .swiper-button-next, .banner .swiper-button-prev{display: none;}
    .swiper-wrapper .bancomvideo button{
        width: 40px;
        height: 40px;
        line-height: 1;
    }
    .swiper-wrapper .bancomvideo i{
        font-size: 20px;
        line-height: 1;
    }
    .index-process .index-process-main .index-process-tit {
        padding: 20px 10px;
    }

    .index-process {
        padding: 50px 0;
    }

    .index-ban .index-ban-title h3 {
        font-size: 24px;
    }

    .index-ban {
        padding: 50px 0;
    }

    .index-project {
        padding: 40px 0;
    }

    .index-process .index-process-main {
        margin-top: 20px;
    }

    .index-process .index-process-line {
        display: none;
    }

    .services-area.inc-icon .item {
        padding: 30px;
    }

    .index-title-c h3 {
        font-size: 24px;
    }

    .index-title-c p {
        width: 100%;
    }

    .index-company .index-company-l {
        width: 100%;
    }

    .index-company .index-company-l .index-company-l-bottom {
        width: 90%;
        margin: auto;
        left: 5%;
        bottom: 10%;
        padding: 20px 20px;
    }

    .index-company .index-company-r .index-company-r-overlay {
        padding: 10% 10%;
    }

    .index-company .index-company-r {
        width: 100%;
    }

    .index-company .index-company-r .index-company-r-overlay .index-company-r-adv {
        padding-right: 0;
    }

    .index-company .index-company-r .index-company-r-overlay h3 {
        font-size: 24px;
    }

    .index-company .index-company-r .index-company-r-overlay .index-company-r-adv i {
        font-size: 38px;
    }

    .index-title h3 {
        font-size: 24px;
    }

    .index-about .about-bottom .about-bottom-r button {
        width: 60px;
        height: 60px;
        line-height: 60px;
    }

    .index-about .about-bottom .about-bottom-r i {
        font-size: 30px;
        line-height: 60px;
    }

    .index-about .about-title h3 {
        font-size: 24px;
    }

    .index-about .about-title {
        padding-top: 10px;
        padding-right: 15px;
    }

    .videoimg {
        margin-top: 20px;
    }

    .newsinfo {
        display: none;
    }

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

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

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

    .indexproduct_more {
        padding: 8px 10px;
    }

    .indexproductallmore {
        padding: 10px 30px;
    }

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

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

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

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

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

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

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

    .indexproducthd {
        /*padding: 15px;*/
    }

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

    .indexabout_hdtitletxt {
        margin-top: 30px;
    }

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

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

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

    .indexnewli {
        margin-bottom: 30px;
    }

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

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

    .video_btn {
        margin-top: 20px;
    }

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

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

    .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) {
    .banner .swiper-button-next, .banner .swiper-button-prev{display: none;}
    .swiper-wrapper .bancomvideo button{
        width: 40px;
        height: 40px;
        line-height: 1;
    }
    .swiper-wrapper .bancomvideo i{
        font-size: 20px;
        line-height: 1;
    }
    .index-project .simImg_spec27 p {
        -webkit-line-clamp: 3;
    }

    .indexproduct_more {
        padding: 8px 20px;
    }

    .index-process .index-process-main .index-process-tit {
        padding: 20px 10px;
    }

    .index-process {
        padding: 50px 0;
    }

    .index-ban .index-ban-title h3 {
        font-size: 24px;
    }

    .index-ban {
        padding: 50px 0;
    }

    .index-project {
        padding: 40px 0;
    }

    .index-process .index-process-main {
        margin-top: 20px;
    }

    .services-area.inc-icon .item {
        padding: 30px;
    }

    .index-title-c h3 {
        font-size: 24px;
    }

    .index-title-c p {
        width: 100%;
    }

    .index-company .index-company-l {
        width: 100%;
    }

    .index-company .index-company-l .index-company-l-bottom {
        width: 90%;
        margin: auto;
        left: 5%;
        bottom: 10%;
        padding: 20px 20px;
    }

    .index-company .index-company-r .index-company-r-overlay {
        padding: 10% 10%;
    }

    .index-company .index-company-r {
        width: 100%;
    }

    .index-company .index-company-r .index-company-r-overlay .index-company-r-adv {
        padding-right: 0;
    }

    .index-company .index-company-r .index-company-r-overlay h3 {
        font-size: 24px;
    }

    .index-company .index-company-r .index-company-r-overlay .index-company-r-adv i {
        font-size: 38px;
    }

    .index-title h3 {
        font-size: 24px;
    }

    .index-about .about-bottom .about-bottom-r button {
        width: 60px;
        height: 60px;
        line-height: 60px;
    }

    .index-about .about-bottom .about-bottom-r i {
        font-size: 30px;
        line-height: 60px;
    }

    .index-about .about-title h3 {
        font-size: 24px;
    }

    .index-about .about-title {
        padding-top: 10px;
        padding-right: 15px;
    }

    .product_static_hot {
        display: none;
    }

    .product_left_hotproduct {
        display: none;
    }

    .videoimg {
        margin-top: 20px;
    }

    .newsinfo {
        display: none;
    }

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

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

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

    .indexproduct_more {
        padding: 8px 10px;
    }

    .indexproductallmore {
        padding: 10px 30px;
    }

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

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

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

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

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

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

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

    .indexproducthd {
        /*padding: 15px;*/
    }

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

    .indexabout_hdtitletxt {
        margin-top: 30px;
    }

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

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

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

    .indexnewli {
        margin-bottom: 30px;
    }

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

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

    .video_btn {
        margin-top: 20px;
    }

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

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

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

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

    .footer_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) {
    .banner .swiper-button-next, .banner .swiper-button-prev{display: none;}
    .index-process {
        padding: 80px 0;
    }

    .indexproduct_more {
        padding: 8px 20px;
    }

    .product_static_hot {
        display: none;
    }

    .product_left_hotproduct {
        display: none;
    }

    .videoimg {
        margin-top: 20px;
    }

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

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

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

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

    .newsinfo {
        display: none;
    }

    .indexproduct {
        padding: 40px 0;
    }

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

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

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

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

    .indexabout_hdtitletxt {
        margin-top: 30px;
    }

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

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

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

    .indexnewli {
        margin-bottom: 30px;
    }

    .footer_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;
    }
    .index-company .index-company-l {
        width: 100%;
    }

    .index-company .index-company-l .index-company-l-bottom {
        width: 90%;
        margin: auto;
        left: 5%;
        bottom: 10%;
        padding: 20px 20px;
    }

    .index-company .index-company-r .index-company-r-overlay {
        padding: 10% 10%;
    }

    .index-company .index-company-r {
        width: 100%;
    }

    .index-company .index-company-r .index-company-r-overlay .index-company-r-adv {
        padding-right: 0;
    }

    .index-company .index-company-r .index-company-r-overlay h3 {
        font-size: 24px;
    }

    .index-company .index-company-r .index-company-r-overlay .index-company-r-adv i {
        font-size: 38px;
    }
}

@media (min-width: 1200px) and (max-width: 1400px) {
    .footer_main .public_ad_header_social_media a {
        margin-right: 10px;
    }

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

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

}

@media (min-width: 1400px) and (max-width: 1680px) {
    .indexproduct_more i {
        font-size: 14px;
    }

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