@import url(../openSans/css/opensans.css);

/* @media (min-width:1600px) {
    .container {
        max-width: 1400px;
    }
} */

@media (max-width:520px) {
    .header-top{
        display: none;
    }    
}
.header-top-social a{
    color: white;
    margin-left: 8px;
    font-size: 20px;
}
.header-top-social a .iconfont{
    font-size: 20px;
}
header .container-fluid {
    padding: 0 3%;
}
.header-area{
    position: fixed;
    padding: 7px 0;
    width: 100%;
    z-index: 9999;
    /* background-image: linear-gradient(to bottom ,#16171A ,transparent); */
    /* background-color: rgba(0, 0, 0, 0.6); */
    /* backdrop-filter: blur(10px); */
}
@media (max-width:991px) {
    .header-area .logo img{
        width: 110px !important;
    }
    .header-area .cdan .iconfont{
        color: white !important;
    }
}
.other-header{
    position: relative;
    z-index: 99;
    background-image: linear-gradient(to bottom ,#1C1E22 ,#484949);
}
.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    /* padding: 7px 0; */
    /* background-color: #222222; */
    background-image: linear-gradient(to bottom ,#1C1E22 ,#484949);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: all 0.5s ease-in-out;
}
.header-area .main-menu{
    display: flex;
    align-items: center;
    height: 100%;
}
.header-area .nav-link {
    position: relative;
}
.header-area .nav-item .nav-link::before{
    position: absolute;
    left: -5px;
    top: 50%;
    width: 5px;
    height: 5px;
    transform: translateY(-50%);
    border-radius: 50%;
    content: '';
    background-color: white;
    opacity: 0;
    transition: all .3s ease;
}
.header-area .nav-item.active .nav-link::before{
    opacity: 1;
}
.header-area .nav-item:hover .nav-link::before{
    opacity: 1;
}
.nav-link#contact{
    color: white;
    background: linear-gradient(to right, #015A9B, #182E85);
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 500px;
    font-weight: 600;
    text-transform: uppercase;
}
/* .header-area .nav-item .nav-link::before {
    display: none;
    position: absolute;
    left: 0;
    bottom: 33%;
    content: '';
    width: 50%;
    height: 2px;
    background-color: #0545A3;
    transition: all .3s ease;
}

.header-area .nav-item.active .nav-link::before {
    display: block;
} */


header .nav-ul {
    display: flex;
}

.nav-ul li {
    display: inline-block;
    margin-right: 30px;
    position: relative;
}

.nav-ul li a:nth-child(1) {
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 500;
    display: block;
    padding: 35px 0;
    color: #000000;
    align-items: center;
}

.nav-ul li .fa-caret-down {
    font-size: 14px;
    margin-left: 5px;
}

.nav-ul li.active a {
    color: #0579C6;
    font-weight: 600;
}

/*.nav-ul li.active a::before{
    background: #0579C6;
    content: "";
    height: 3px;
    position: absolute;
    bottom: 25px;
    width: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.nav-ul>li:hover a::before,
.nav-ul>li.active a::before {
    width: 100%;
}*/
.nav-ul>li:hover a {
    color: #0579C6;
}

.nav-ul>li:hover .sub-menu a {
    color: #2e3237;
}

.sub-menu {
    position: absolute;
    top: 80px;
    left: 0;
    min-width: 180px;
    display: flex;
    flex-direction: column;
    background-color: white;
    /*transition: 0.3s;*/
    visibility: hidden;
    z-index: 999;
}

.nav-item:hover .sub-menu {
    visibility: visible;
}

.sub-menu li {
    margin: 0 !important;
}


.sub-menu-item {
    position: relative;
}

.sub-menu-2 {
    position: absolute;
    top: 7px;
    left: 101%;
    width: 100%;
    display: flex;
    flex-direction: column;
    /* background: #001ae2; */
    /* border-radius: 0 0 5px 5px; */
    background-image: linear-gradient(to bottom ,#1C1E22 ,#484949);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 999;
    box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.05);
}

.sub-menu-item:hover .sub-menu-2 {
    opacity: 1;
    visibility: visible;
    top: 0;
}

/* header-top */
.header-top {
    width: 100%;
    /* background-color: #08194A; */
    /* height: 50px; */
}

.header-top-mail {
    display: flex;
    align-items: center;
}

.header-top-mail a {
    display: block;
    display: flex;
    align-items: center;
}

.btn-radio a {
    padding: 15px 25px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    color: white;
    border-radius: 600px;
    background: linear-gradient(to right, #015A9B, #015A9B);
    text-align: center;
    transition: all .3s ease;
    border: 2px solid rgba(255, 255, 255, 0.8);
}

.btn-radio a:hover {
    border: 2px solid #015A9B;
    color: #015A9B;
    background: rgba(255, 255, 255, 0.9);
}

/* 圆角浅蓝动态按钮 */
.btn-donate {
    --clr-font-main: hsla(0 0% 20% / 100);
    --btn-bg-1: hsla(194 100% 69% / 1);
    --btn-bg-2: hsla(217 100% 56% / 1);
    --btn-bg-color: hsla(360 100% 100% / 1);
    --radii: 7px;
    cursor: pointer;
    padding: 15px 30px;
    font-size: 18px;
    font-weight: 600;
    transition: 0.8s;
    background-size: 280% auto;
    background-image: linear-gradient(325deg,
            var(--btn-bg-2) 0%,
            var(--btn-bg-1) 55%,
            var(--btn-bg-2) 90%);
    border: none;
    border-radius: var(--radii);
    color: var(--btn-bg-color);
    box-shadow:
        0px 0px 10px rgba(71, 184, 255, 0.5),
        0px 5px 5px -1px rgba(58, 125, 233, 0.25),
        inset 4px 4px 8px rgba(175, 230, 255, 0.5),
        inset -4px -4px 8px rgba(19, 95, 216, 0.35);
}

.btn-donate:hover {
    background-position: right top;
    color: white;
}

.btn-donate:is(:focus, :focus-visible, :active) {
    outline: none;
    box-shadow:
        0 0 0 3px var(--btn-bg-color),
        0 0 0 6px var(--btn-bg-2);
}

@media (prefers-reduced-motion: reduce) {
    .btn-donate {
        transition: linear;
    }
}
.slick-dots li button{
    cursor: pointer;
    text-indent: -9999px;
}
.main-btn{
    color: white;
    background: linear-gradient(198deg, #215A8F, #00D1AB);
    box-shadow: 0px 10px 14px rgb(31 88 139 / 23%);
    padding: 15px 30px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .5px;
    text-transform: uppercase;
    border-radius: 100px;
    border: none;
    cursor: pointer;
    transition: all .3s ease;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.main-btn::after{
    position: absolute;
    width: 100%;
    height: 0;
    content: '';
    top: 0;
    left: 0;
    transition: all .3s ease;
    border-radius: 100px;
    background-color: white ;
    opacity: 0.15;
    z-index: -1;
}
.main-btn:hover{
    color: white;
}
.main-btn:hover::after{
    /* width: 100%; */
    height: 100%;
}

/*banner*/
.index-banner-slick{
    position: relative;
}
.index-banner-slick .slick-list{
    height: auto !important;
}
.index-banner-slick-item-img img{
    width: 100%;
}
.index-banner-slick-item-img{
    position: relative;
}
.index-banner-slick-img-phone{
    display: none !important;
}
@media (max-width: 579px) {
    .index-banner-slick-img-phone {
        display: block !important;
    }
    .index-banner-slick-img-pc {
        display: none !important;
    }
}
.index-banner-slick-content{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.index-banner-slick-content h3{
    font-size: 22px;
    font-weight: 400;
    /* text-transform: uppercase; */
    color: white;
    line-height: 1.3;
    
}
.index-banner-slick-content h2{
    display: inline-block;
    padding: 7px 0;
    width: 80%;
    font-size: 55px;
    font-weight: 800;
    text-transform: uppercase;
    color: white;
    line-height: 1.1;
    /* text-shadow: 5px 1px 0 #1A2F82; */
    /* background-color: rgba(1, 84,164, 0.3); */
}
@media (max-width: 490px) {
    .other-banner-section .index-banner-slick-content h2{
        font-size: 35px;
    }
}
.index-banner-slick .slick-dots{
    position: absolute;
    left: 50%;
    bottom: 25px;
    transform: translateX(-50%);

}
.slick-dots li button{
    border: none;
    width: 25px;
    height: 2px;
    display: inline-block;
    /* border-radius: 2px; */
    background:rgba(255,255,255,0.9);
    margin: 0 5px;
    outline: none;
    transition: all .3s ease;
}
.slick-dots li.slick-active button{
    background:linear-gradient(to right, #1e3db6, #2749d1);
}

/* other-banner-slick */
.other-banner-section .slick-dots{
    display: none !important;
}
@media (max-width:1050px) {
    .other-banner-section .slick-slide .index-banner-slick-item-img img{
        object-fit: cover;
        height: 500px;
    }
}

.main-slider {
    position: relative;
    display: block;
    background-attachment: fixed;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    z-index: 8;
}

.main-slider .slide {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 270px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.main-slider .slide .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: all .8s ease-in-out .4s;
}

.main-slider .slide .image-layer::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #363b3f, transparent);
    opacity: 0.4;
    content: "";
    z-index: 0;
}

.main-slider .active .slide .image-layer {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.main-slider .content {
    position: relative;
    z-index: 11;
}

.main-slider.style1 .content {
    position: relative;
    display: block;
    width: 100%;
}

.main-slider .auto-container {
    position: relative;
    overflow: hidden;
}

.main-slider .content h5 {
    font-size: 30px;
    line-height: 1.3;
    font-weight: 400;
    text-transform: capitalize;
    opacity: 0;
    transform: translateY(80px);
    transition: all .4s ease-in-out .1s;
    color: white;
}

.main-slider .active .content h5 {
    opacity: 1;
    transform: translateY(0px);
    transition: all .4s ease-in-out .3s;
}

.main-slider .content h2 {
    color: white;
    font-size: 72px;
    line-height: 1.1;
    font-weight: 900;
    opacity: 0;
    transform: translateY(80px);
    transition: all .4s ease-in-out .1s;
    text-transform: uppercase;
}

.main-slider .content .slide-h2-2 {
    background: none;
    -webkit-background-clip: inherit;
    color: #47cbff;

}

@media (max-width:600px) {
    .main-slider .content h2 {
        font-size: 55px;
    }
}

.main-slider .content h2 .round {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
}

.main-slider .content p {
    font-size: 18px;
}

.main-slider .active .content h2 {
    opacity: 1;
    transform: translateY(0px);
    transition: all .7s ease-in-out .5s;
}

.main-slider .content .btns-box {
    position: relative;
    opacity: 0;
    transform: translateY(80px);
    transition: all .4s ease-in-out .1s;
}

.main-slider .content .btns-box a.btn-box-a {
    line-height: 60px;
}

.main-slider .content .btns-box a.marleft {
    margin-left: 16px;
}

.main-slider .content .btns-box a.btns-box-a {
    font-size: 18px;
    /* border-radius: 500px; */
    padding: 15px 40px;
    font-weight: 600;
    letter-spacing: .5px;
    line-height: 1.3;
    color: white;
    background: #015A9B;
    /* border: 2px solid #015A9B; */
}

.main-slider .content .btns-box a.btns-box-a:hover {
    background: #313130;
}

.main-slider .active .content .btns-box {
    display: flex;
    opacity: 1;
    transform: translateY(0px);
    transition: all .7s ease-in-out .7s;
}
.main-slider .active .content .btns-box .pop-up-video{
    transform: translateY(20%);
    margin-left: 30px;
}
.main-slider .owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    transform-origin: bottom;
    transform-style: preserve-3d;
    opacity: 0;
    transform: scale(1.0);
}

.main-slider:hover .owl-theme .owl-nav {
    opacity: 1;
    transform: scale(1.0);
}

.main-slider .owl-theme .owl-prev span,
.main-slider .owl-theme .owl-next span {
    display: block;
}

.main-slider .owl-theme .owl-nav .owl-prev {
    position: absolute;
    left: 50px;
    top: 0;
    transform: rotate(180deg);
    background: #ffffff;
    border: 2px solid #ffffff;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    text-align: center;
    color: #353742;
    font-size: 25px;
    line-height: 56px;
    font-weight: 400;
    opacity: 1;
    margin: 0;
    padding: 0;
    margin-top: -30px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-slider .owl-theme .owl-nav .owl-next {
    position: absolute;
    right: 50px;
    top: 0;
    background: #ffffff;
    border: 2px solid #ffffff;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    text-align: center;
    color: #353742;
    font-size: 25px;
    line-height: 56px;
    font-weight: 400;
    opacity: 1;
    margin: 0;
    padding: 0;
    margin-top: -30px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.banner-carousel .owl-dots {
    position: absolute;
    top: 50%;
    right: 70px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    line-height: 0;
    /* display: none; */
}

.banner-carousel .owl-dots .owl-dot {
    position: relative;
    display: inline;
    height: 20px;
    width: 20px;
    background: transparent;
    border: 1px solid #ffffff;
    border-radius: 50%;
    margin: 10px;
    transition: all 500ms linear;
    transition-delay: 0.1s;
}

.banner-carousel .owl-dots .owl-dot span {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #ffffff;
    border-radius: 50%;
}

.banner-carousel .owl-dots .owl-dot.active {
    background-color: #015A9B;
    border-color: #015A9B;
}

/*index*/
.index-slide {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.index-title-1 h2 {
    color: #222222;
    font-size: 45px;
    font-weight: 700;
    line-height: 1.05;
    text-transform: capitalize;
}
.index-title-1 h2 span{
    display: inline;
    color: #215A8F;
}
.index-title-lin h2 {
    font-weight: 600;
    color: #0545A3;
    font-size: 45px;
    background: linear-gradient(to bottom, #0545A3, #3a3a3a);
    background-repeat: repeat;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-position: center center;
    background-size: cover;
}

.index-title-2 h5 {
    display: inline-block;
    position: relative;
    color: #4E4E4E;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1.2;
    padding-left: 65px;
}
.index-title-2 h5::before{
    content: "";
    position: absolute;
    left: 0px;
    width: 10px;
    height: 3px;
    bottom: 9px;
    z-index: 2;
    background: #00D1AB;
    animation: h5_before 3s ease-in-out infinite;
}
.index-title-2 h5::after{
    content: "";
    position: absolute;
    left: 0;
    width: 53px;
    height: 3px;
    bottom: 9px;
    background: #215A8F;
    z-index: 1;
}
@keyframes h5_before {
    0% {
        left: 0;
    }
    50%{
        left: 45px;
    }
    100% {
        left: 0;
    }
}
@media only screen and (max-width: 1366px) {
    .index-title-1 h2 {
        font-size: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .index-title-1 h2 {
        font-size: 30px;
    }
}

/* index-about */
.index-about p{
    color: #4E4E4E;
}
.index-about p span{
    margin-bottom: 7px;
    padding-left: 12px;
}
.index-about p .index-about-p-1{
    border-left: 2px solid #d4deff;
}
.index-about-img{
    position: relative;
    /* background-position: center; */
    background-size: cover;
    background-repeat: no-repeat;
    padding: 70px 0;
}
.index-about-right-counter h5{
    color: white;
    background-image: linear-gradient(198deg ,#215ABF ,#00D1AB);
    font-size: 30px;
    font-weight: 800;
    padding: 10px 0;
    text-align: center;
    text-transform: capitalize;
    border-radius: 12px;
}


/* index-pro */
.index-products{
    padding: 0 7%;
}
.index-pro-ca{
    background-color: white;
    box-shadow: 0 0 12px 5px rgba(0, 0, 0, 0.03);
    padding: 20px;
    /* display: grid;
    grid-template-columns: 65% auto;
    border-radius: 12px; */
    overflow: hidden;
}
.index-pro-ca-detail{
    /* width: 50%; */
    padding: 0 25px 20px;
    /* display: flex;
    justify-content: space-between;
    align-items: center; */
}
.index-pro-ca-title span{
    font-size: 22px;
    font-weight: 800;
    text-transform: capitalize;
    color: #222222;
}
.index-pro-ca-title ul li{
    background-color: #CACACA;
    width: 7px;
    height: 7px;
    margin-right:4px;
}
.index-pro-ca-btn a{
    display: block;
    width: 100%;
    border-radius: 5px;
    text-align: center;
    color: white;
    /* background-image: linear-gradient(198deg ,#215ABF ,#00D1AB); */
    background-image: linear-gradient(198deg, #215A8F, #164C7A);
    padding: 8px 0;
    font-size: 15px;
    font-weight: 500;
    position: relative;
    transition: all .3s ease;
}
.index-pro-ca:hover .index-pro-ca-btn a{
    background-image: linear-gradient(198deg ,#215ABF ,#00D1AB);
    transform: translateY(-5px);
}


/* 页面标签已注释 */
.index-about-img::after{
    position: absolute;
    content: '';
    width: 40%;
    height: 100%;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 30% 100%);
    right: 0;
    top: 0;
    background-image: url(../img/index/index-about-1.jpg);
    background-position: center 0%;
    background-repeat: no-repeat;
    background-size: cover;
    animation: bgFloat 5s ease-in-out infinite;
}
@keyframes bgFloat {
    0%, 100% {
        background-position: center 0%; /* 初始位置 */
    }
    50% {
        background-position: center 15%; /* 向下移动 10% */
    }
}
.index-about-img::before{
    position: absolute;
    content: '';
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(45, 57, 107, 0.7);
}
.index-about-img p{
    color: #eeeeee;
    font-size: 15px;
    line-height: 24px;
}
.index-about-img .main-btn{
    padding: 15px 30px;
    background: linear-gradient(35deg,#ffb742,#ffa81c);
    border-radius: 0;
    font-size: 17px;
}
.index-about-img .main-btn::after{
    border-radius: 0;
}
@media (max-width:1498px) {
    .index-about-img::after{
        width: 25%;
    }
}
@media (max-width:1057px) {
    .index-about-img::before{
        width: 100%;
    }
}
@media (max-width:767px) {
    .index-about-img::after{
        width: 0;
    }
}


.index-about-video{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow:  0 0 5px 13px rgba(0, 0, 0, 0.15);
    border-radius: 50%;
    z-index: 2;
    cursor: pointer;
}
.index-about-video::after{
    content: '';
    display: inline-block;
    position: absolute;
    top: -2px;
    left: -2px;
    bottom: -2px;
    right: -2px;
    background-color: white;
    border-radius: 50%;
    border: 2px solid white;
    -webkit-animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
    animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
    z-index: -1;
}
.video-play-btn .iconfont{
    font-size: 30px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background-color: white;
    color: #015A9B;
    border-radius: 50%;
}

/* index-midfield */
.index-midfield img{
    width: 100%;
}
/* index-car */
.index-car{
    padding-left: 5%;
    padding-right: 5%;
}
.index-category-car-slick .slick-list{
    height: auto !important;
}
.index-category-car-slick-item{
    margin: 0 25px;
}
.index-category-car-slick-img{
    /* width: 220px; */
    border-radius: 15px;
    /* height: 110px; */
    border: 1px solid #f2ede9;
    background-color: white;
    padding: 15px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.index-category-car-slick-img img{
    width: 100%;
}
.slick-arrow{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    cursor: pointer;
}
.slick-arrow.slick-prev{
    left: 0;
}
.slick-arrow.slick-next{
    right: 0;
}
.slick-arrow .iconfont{
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-weight: 800;
    color: #222222;
    background-color: white;
    border-radius: 50%;
    box-shadow: 0px 7px 15px 0px rgb(0 0 0 / 15%);
}
@media (max-width:550px) {
    .index-category-car-slick-img{
        padding: 15px 20px;
    }
}
@media (max-width:512px) {
    .index-category-car-slick-item{
        margin: 0 16px;
    }
}

/*  */
.btn-text a{
    position: relative;
    color: #015A9B;
}
.btn-text a::before{
    position: absolute;
    bottom: 0px;
    width: 0%;
    height: 1px;
    content: '';
    background-color: #015A9B;
    transition: all .3s ease;
}
.index-category-detail:hover .btn-text a::before{
    width: 100%;
}
.btn-text a:hover::before{
    width: 100%;
}

/* index-ad */
.index-ad-section{
    margin-bottom: -150px;
}
.index-ad-item-section{
    /* border-bottom: 1px solid #f2ede9; */
    /* border-right: 1px solid #f2ede9; */
    /* padding: 80px 70px; */
}

.index-ad-item{
    background-color: white;
    border-radius: 7px;
    box-shadow: 0px 10px 25px -5px rgb(0 0 0 / 10%);
    padding: 37px 30px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    transition: all .3s ease;
}
.index-ad-item::after {
    content: "";
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 0;
    height: 5px;
    /* background: #015A9B; */
    background: linear-gradient(198deg ,#215ABF ,#00D1AB);
    border-radius: 8px;
    transition: all .3s ease-in-out;
    z-index: -2;
}
.index-ad-item::before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0px;
    /* background-image: linear-gradient(to top, #215A8F, #164C7A); */
    background-image: linear-gradient(198deg ,#215ABF ,#00D1AB);
    border-radius: 8px;
    transition: all .3s ease-in-out;
    z-index: -1;
}
.index-ad-item:hover:before{
    height: 100%;
}
.index-ad-icon{
    width: 60px;
    height: 60px;
}
.index-ad-item-section:hover .index-ad-icon {
    animation: flipInY .5s; /* 播放一次 bounce 动画 */
}
.index-ad-icon{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.index-ad-icon img{
    width: 50px;
    position: relative;
    z-index: 1;
}
.index-ad-icon::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);;
    background: linear-gradient(198deg ,#215ABF ,#00D1AB);
    transition: all .3s ease;
    z-index: -1;
}
.index-ad-icon::after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 76px;
    height: 76px;
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);;
    background: white;
    transition: all .3s ease;
    z-index: -1;
}

.index-ad-detail{
    margin-top: 30px;
}
.index-ad-detail h5{
    width: 80%;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: capitalize;
    color: #222222;
}
.index-ad-detail p{
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 10px;
    font-weight: 400;
    color: #4e4e4e;
}
.index-ad-item:hover .index-ad-detail h5{
    color: white;
}
.index-ad-item:hover .index-ad-detail p{
    color: white;
}
@media (max-width:1637px) {
    .index-ad-item-section{
        padding: 30px;
    }
    .index-ad-detail h5{
        width: 100%;
    }
}
@media (max-width:1299px) {
    .index-ad-item{
        display: flex;
        flex-direction: column;
        padding: 25px 30px;
    }
    .index-ad-detail{
        margin-left: 0;
        margin-top: 20px;
        /* text-align: center; */
    }
}
@media (max-width:1199px) {
    .index-ad-item-section{
        padding: 0;
    }
}
@media (max-width:991px) {
    .index-ad-item-section{
        padding: 15px;
    }
}
/* index-mode */
.index-mode{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    border-top: 1px solid #eeeeee;
}
.index-mode-detail p{
    color: #3e4d68;
    line-height: 26px;
}
.index-mode-detail p:nth-child(1){
    /* margin-bottom: 20px; */
    padding: 10px 17px;
    background-color: rgba(255, 255, 255, 0.5);
}
.index-mode-detail p span{
    color: #015A9B;
    font-weight: 600;
}
.index-mode-detail-icon{
    position: relative;
    padding-left: 32px;
}
.index-mode-detail-icon::before{
    position: absolute;
    content: '\ec9e';
    font-family: 'iconfont';
    left: 0;
    top: 4px;
    font-size: 12px;
    width: 23px;
    height: 23px;
    line-height: 23px;
    text-align: center;
    color: white;
    border-radius: 50%;
    background-color: #60B5FF;
}
.index-mode-section {
    display: grid;
    grid-template-columns: 66.66% 33.33%;
    grid-gap: 10px;
}
.index-mode-item{
    /* width: 100%; */
    height: 100%;
    padding: 5px;
    /* background-color: white; */
}
.index-mode-item img{
    border: 5px solid white;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
    /* transition: all .3s ease; */
}
.index-mode-item img:hover{
    animation: pulse .4s;
}
/* index-ad */
.faq-area {
    background-color: #30332E;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    /* min-height: 775px; */
    padding: 100px 120px;
    margin-left: -30px;
    height: 100%;
}

@media (max-width:700px) {
    .faq-area {
        padding: 100px 30px;
        margin-left: 0;
    }
}

.faq-area h2.about-title {
    font-weight: 600;
    font-size: 42px;
    text-transform: uppercase;
    margin-bottom: 35px;
    line-height: 1.1;
    color: #fff;
}

.faq-area .single-faq .faq-header h3.faq-title button.collapsed {
    border-color: rgba(255, 255, 255, 0.3);
    color: #333333;
    background-color: #eeeeee;
}

.faq-area .single-faq .faq-header h3.faq-title button {
    background-color: #015A9B;
    color: white;
    border: 1px solid transparent;
    display: block;
    width: 100%;
    text-align: left;
    font-size: 18px;
    line-height: 30px;
    padding: 9px 25px;
    font-weight: 700;
    border-radius: 3px;
    transition: all ease 0.4s;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.faq-area .single-faq .faq-header h3.faq-title button:after {
    content: '\e60a';
    position: relative;
    float: right;
    font-family: "iconfont";
    font-weight: 300;
}

.faq-area .single-faq .faq-header h3.faq-title button.collapsed:after {
    content: '\e609';
}

.faq-body p {
    color: #eee;
}

/* index-news */
.index-news-item{
    margin-bottom: 20px;

}
.index-news-img {
    overflow: hidden;
}
.index-news-img a {
    width: 100%;
    position: relative;
    /* z-index: 2; */
}

.index-news-img img {
    position: relative;
    width: 100%;
    transition: all .3s ease;
}

.index-news-detail{
    padding: 45px 30px;
    position: relative;
    box-shadow: 0 3px 24px rgba(0,0,0,.04);
}
.index-news-detail-com{
    position: absolute;
    color: white;
    font-size: 16px;
    background-color: #015A9B;
    padding: 5px 15px;
    border-radius: 100px;
    right: 17px;
    top: -18px;
}

.index-news-detail-date span {
    font-size: 14px;
    padding: 3px 15px;
    background-color: #015A9B;
    color: white;
}

.index-news-detail-title {
    color: #3A3A3A;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 18px;
    position: relative;
    line-height: 1.3;
}
.index-news-detail-date{
    padding-top: 15px;
    border-top: 1px solid #eeeeee;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}

.index-news-detail-p {
    font-size: 14px;
    line-height: 1.2;
}

.index-news-item:hover .index-news-img img {
    transform: scale(1.1);
}

/*首页之外 banner*/
.other-banner {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    /* z-index: 2; */
    width: 100%;
    /* padding: 200px 0 120px 0; */
    display: flex;
    align-items: center;
}
.other-banner:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: linear-gradient(to right, #363b3f 0%, transparent 90%);
    opacity: 0.9;
}
.other-banner-bg{
    width: 100%;
}
.other-banner-bg img{
    width: 100%;
}   
.other-banner-content{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.banner-title h2 {
    font-size: 55px;
    font-weight: 800;
    color: white;
    height: 55px;
    border-left: #015A9B solid 5px;
    padding-left: 20px;
}
@media only screen and (max-width: 1366px) {
    .banner-title h2 {
        font-size: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .banner-title h2 {
        font-size: 30px;
    }
}



/* about */
/* about-company */
.about-company-img {
    padding-right: 30px;
}
.about-company-counter{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 8px;
}
.about-company-counter-item{
    padding: 17px 0;
    /* background-color: #E0ECF6; */
    border: 1px solid #E0ECF6;
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.03);
    border-radius: 13px;
}
.about-company-counter-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}
.about-company-counter-title{
    font-size: 15px;
    color: #215A8F;
}
.about-company-counter-title span{
    font-size: 30px;
    line-height: 30px;
    font-weight: 600;
    margin-right: 5px;
}
.about-company-counter-item p{
    color: #6F6F6F;
    margin-top: 5px;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    margin-bottom: 0;
}
@media (max-width:1199px) {
    .about-company-counter{
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 8px;
        row-gap: 12px;
    }
}

/* about-ad */
.about-ad{
    position: relative;
    overflow: hidden;
}
.about-ad-bg-icon-1{
    position: absolute;
    right: 7%;
    top: -120px;
    z-index: 0;
}
.about-ad-bg-icon-2{
    position: absolute;
    left: 7%;
    bottom: -120px;
    z-index: 0;
}
.about-ad-bg-icon-1 .iconfont, 
.about-ad-bg-icon-2 .iconfont{
    font-size: 258px;
    line-height: 258px;
    color: white;
    font-weight: 800;
}
.about-ad-item{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.about-ad-top{
    display: flex;
    gap: 12px;
    align-items: center;
}
.about-ad-counter {
    font-size: 48px;
    line-height: 68px;
    font-weight: 800;
    font-style: italic;
    color: #4e4e4e;
}
.about-ad-icon .iconfont{
    font-size: 25px;
    color: white;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    background-image: linear-gradient(198deg, #215A8F, #00D1AB);
    transition: all .3s ease;
}
.about-ad-title {
    font-size: 20px;
    line-height: 1.3;
    font-weight: 500;
    color: #222222;
    font-style: italic;
    text-transform: capitalize;
}
.about-ad p{
    font-size: 15px;
    line-height: 22px;
    color: #4e4e4e;
    margin-bottom: 0;
    padding: 12px 15px;
    flex-grow: 1; 
    display: flex;
    align-items: center;
    background-color: #ffffff9c;
}
.about-ad-item:hover .about-ad-icon .iconfont{
    transform: translateY(-7px);
}
@media (max-width:519px) {
    .about-ad-top {
        display: block;
    }
    .about-ad p{
        font-size: 14px;
        line-height: 22px;
        padding: 12px 0;
        background-color: transparent;
    }
    .about-ad-counter {
        font-size: 30px;
        line-height: 40px;
    }
    .about-ad-title{
        font-size: 18px;
    }
}

/* about-history */
.about-history-item{
    border: 1px solid #eeeeee;
    padding: 17px;
}
.about-history-top{
    font-weight: 900;
    font-style: italic;
    color: #4E4E4E;
    line-height: 1.1;
    font-size: 48px;
    padding-left: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eeeeee;
    position: relative;
    text-transform: uppercase;
}
.about-history-top::before{
    position: absolute;
    content: '';
    width: 15px;
    height: 15px;
    border-radius: 50%;
    left: 0;
    top: 20px;
    background-image: linear-gradient(198deg, #215A8F, #00D1AB);
}
.about-history-item p{
    padding-top: 15px;
    margin-bottom: 0;
    color: #4E4E4E;
}
.about-history-slick{
    position: relative;
}
.about-history-slick .slick-list{
    height: auto !important;
}
.about-history-slick .slick-dots{
    position: absolute;
    top: -20px;
    right: 0;
    display: flex !important;
    justify-content: center;
}
.about-history-slick .slick-dots li button{
    background: #eeeeee;
    height: 4px;
}
.about-history-slick .slick-dots li.slick-active button{
    background: #215A8F;
}


/* about-check */
.about-check-links{
    position: sticky;
    top: 120px;
}
.about-check-links .nav{
    flex-direction: column;
}
.about-check-links .nav-item{
    margin-bottom: 20px;
}
.about-check-links .nav-link{
    width: 100%;
    font-size: 18px;
    padding: 15px 20px;
    text-align: left;
    border-radius: 10px;
    box-shadow: 0px 10px 20px -5px rgb(0 0 0 / 10%);
    background-color: white;
    color: #3e4d68;
    border: none;
    cursor: pointer;
    transition: all .5s ease;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.about-check-links .nav-link .iconfont{
    font-size: 22px;
}
.about-check-links .nav-link::before{
    position: absolute;
    content: '';
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(315deg, #384ff7 0%, #6072ff 80%);
    transition: all .8s ease;
    border-radius: 10px;
    z-index: -1;
}
.about-check-links .nav-link.active{
    color: white;
}
.about-check-links .nav-link.active::before {
    width: 100%;
}
.about-check-links .nav-link:hover{
    background-color: #F0F0F0;
    color: white;
}
.about-check-links .nav-link:hover::before{
    width: 100%;
}
.about-check-content-title h4{
    font-size: 32px;
    font-weight: 600;
    color: #222222;
    display: flex;
    align-items: center;
}
.about-check-content-title h4 .iconfont{
    font-size: 32px;
    font-weight: 500;
    color: #6072FF;
    margin-right: 10px;
}
.about-check-content-item p{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #015A9B;
    letter-spacing: .2px;
}
.about-check-content-img-gird img{
    border-radius: 7px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-check-content-img-gird{
    padding: 20px;
    background-color: white;
    box-shadow: 0px 10px 20px -5px rgb(0 0 0 / 10%);
    display: grid;
    grid-template-columns: 65% auto;
    grid-gap: 20px;
}
.about-check-content-img-right{
    display: grid;
    grid-template-columns: auto;
    grid-gap: 20px;
}
@media (max-width:991px ) and (min-width:428px) {
    .about-check-links .nav{
        flex-direction: row;
        justify-content: space-between;
    }
    .about-check-links .nav-item{
        width: 47%;
    }
}
@media (max-width:767px) {
    .about-check-content-title h4{
        font-size: 26px;
    }
}
/* about-car */
.about-car {
    position: relative;
    margin-bottom: -80px;
    z-index: 2;
}
.about-car .about-car-container{
    background-color: white;
    padding: 35px;
    box-shadow: 0px 10px 20px -5px rgb(0 0 0 / 10%);
}
.about-car-container .slick-list{
    height: auto !important;
}
.about-video-container{
    position: relative;
    z-index: 1;
}
.about-video-bg{
    position: relative;
}
.about-video-bg::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
}
.about-video-container .about-video{
    box-shadow: none;
}
.about-video-container .about-video .iconfont{
    border: 5px solid white;
    line-height: 63px;
    color: white;
    background-color: transparent;
}
@media (max-width:1457px) {
    .about-car{
        margin-bottom: -45px;
    }
}
@media (max-width:1061px) {
    .about-car{
        margin-bottom: -30px;
    }
    .about-car .about-car-container{
        padding: 25px;
    }
}
@media (max-width:767px) {
    .about-car{
        margin-bottom: -10px;
    }
    .about-car .about-car-container{
        padding: 15px;
    }
}
@media (max-width:575px) {
    .about-car{
        margin-bottom: 0px;
    }
    .about-car .about-car-container{
        padding: 15px;
    }
    .about-video-container .about-video .iconfont{
        width: 35px;
        height: 35px;
        border: 3px solid white;
        line-height: 29px;
        font-size: 16px;
        color: white;
        background-color: transparent;
    }
}

.about-section-counter-item{
    padding: 40px 25px;
    box-shadow: 0px 10px 20px 0px rgba(130, 132, 134, 0.08);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.about-section-counter-item h4{
    font-size: 16px;
    color: #222222;
}
.about-section-counter-item h4 span{
    font-weight: 800;
    font-size: 27px;
    color: #015A9B;
}
.about-section-counter-des{
    color: #222222;
    text-transform: capitalize;
}
.about-section-icon-item{
    color: #222222;
    font-size: 18px;
    margin-bottom: 15px;
    
}
.about-section-icon-item .iconfont{
    color: #015A9B;
    font-size: 20px;
    font-weight: 800;
    margin-right: 7px;
}

.about-factory .container-fluid {
    padding: 0 5%;
    position: relative;
    z-index: 2;
}

.about-factory-item {
    position: relative;
    /* border-radius: 10px ; */
    overflow: hidden;
}

.about-factory-des {
    position: absolute;
    left: 0;
    bottom: -100%;
    width: 100%;
    padding: 25px;
    z-index: 1;
    transition: all .5s ease;
}

.about-factory-des p {
    color: white;
    line-height: 25px;
    font-size: 15px;
}

.about-factory-item:hover::after {
    height: 100%;
}

.about-factory-item:hover .about-factory-des {
    bottom: 0;
}

.about-counter {
    background-color: #171717;
    position: relative;
    margin-top: -120px;
    z-index: 0;
}

.about-counter-bg-1,
.about-counter-bg-2 {
    position: absolute;
}

.about-counter-bg-1 {
    left: 0;
    top: 0;
}

.about-counter-bg-2 {
    right: 0;
    bottom: 0;
}

.about-counter-icon {
    background-color: #015A9B;
    width: 110px;
    height: 110px;
    margin: 0 auto;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.about-counter-icon::before {
    position: absolute;
    right: 0;
    top: 0;
    content: '';
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0;
    transition: all .3s ease;
}

.about-counter-item:hover .about-counter-icon::before {
    opacity: 1;
    right: 5px;
    top: 5px;
    width: 20px;
    height: 20px;
}

.about-counter .iconfont {
    font-size: 66px;
    color: white;
}

.about-counter-h h2 {
    color: white;
    font-weight: 700;
    line-height: 1.3;
    text-transform: capitalize;
    font-size: 35px;
}

.about-counter-h {
    margin-top: 15px;
}

.about-counter-des {
    color: #a8a8a8;
    font-size: 16px;
    margin-top: 15px;
}
.about-fa-item {
    background-color: #f6f8ff;
    padding: 7px;
    margin-bottom: 20px;
    position: relative;
}
.about-fa-item video{
    width: 100%;
}
@media (max-width:767px) {
    .about-fa-item {
        padding: 0px;
    }
    
}
.about-fa-item a {
    position: relative;
    display: block;
}
.about-fa-item a::before {
    position: absolute;
    content: '\e848';
    font-family: iconfont;
    font-size: 35px;
    color: white;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    background-color: rgba(39, 75,159, 0.7);
    transition: all .3s ease;
    opacity: 0;
}
.about-fa-item a:hover::before{
    opacity: 1;
}

/*products*/.pro-section{
    position: relative;
}
.pro-section .pro-category{
    position: sticky;
    top: 120px;
}
.pro-category-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
    position: relative;
}
.pro-category h2 {
    font-size: 20px;
    font-weight: 800;
    color: #215A8F;
    position: relative;
}
.pro-category-title h2::before{
    position: absolute;
    content: '';
    width: 60px;
    height: 3px;
    border-radius: 5px;
    background-color: #215A8F;
    bottom: 0;
    left: calc(100% + 7px) ;
}
.pro-category-title h2::after{
    position: absolute;
    content: '';
    width: 15px;
    height: 3px;
    border-radius: 5px;
    background-color: #00D1AB;
    bottom: 0;
    left: calc(100% + 7px) ;
    animation: afterMove 2.5s ease-in-out infinite;
}
@keyframes afterMove{
    0% {
        transform: translateX(0px);
    }
    50% {
        transform: translateX(45px);
    }
    100% {
        transform: translateX(0px);
    }
}


.category-lists {
    /* border: 1px solid #dbe3ef; */
    /* margin-top: 10px; */
    border-radius: 0 0 5px 5px;
    overflow: hidden;
    /* background-color: rgba(235, 244, 249, 0.5); */
}
.menu-item-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.pro-menu-2 {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: 
        opacity 0.3s ease,
        transform 0.3s ease;
}
.pro-menu-2 li{
    margin: 0 !important;
}
.pro-menu-2 li:nth-last-child(1){
    border-bottom: none; 
    padding-bottom: 0;
}
.pro-menu-2.active {
    opacity: 1;
    max-height: 1000px;
}
.toggle-icon {
    transition: transform 0.3s ease;
}

.toggle-icon.active {
    transform: rotate(180deg);
}
.category-lists li a{
    transition: all .3s ease;
    color: #222222;
}
.category-lists li a:hover{
    color: #215A8F;
}

.pro-category-title-2 {
    color: #215A8F;
    padding: 7px 15px;
    border-bottom: 1px solid #dbe3ef;
    text-transform: capitalize;
    display: flex;
}

.pro-category-title-2 a,
.pro-category-title-2 dt {
    /* font-family: Arial, sans-serif; */
    font-size: 16px;
    color: #222;
    padding: 8px 0;
    /* letter-spacing: 0.5px; */
    font-weight: 500;
}

.category-lists li {
    padding: 15px 8px;
    /* background-color: #fff; */
    display: block;
    color: #222222;
    border-bottom: 1px solid #dbe3ef;
    text-transform: capitalize;
}
.category-lists li a{
    transition: all .3s ease;
}


.pro-list-item-a {
    display: block;
    width: 100%;
}

.pro-list-item-a img {
    width: 100%;
}

.pro-list-des h6 {
    text-transform: capitalize;
    font-weight: 600;
    line-height: 1.3;
    font-size: 18px;
    color: #222222;
    margin-bottom: 3px;
}
.pro-list-img{
    position: relative;
    overflow: hidden;
    background-color: white;
    padding: 15px;
}
@media (max-width:767px) {
    .pro-list-img{
        padding: 5px;
    }
}
.pro-list-img-case{
    position: absolute ;
    left: -100%;
    top: 0;
    transition: all .3s ease;
    /* display: none; */
}
.pro-list-img:hover .pro-list-img-case{
    /* display: flex; */
    left: 0;
}

.sidebar-news {
    background-color: white;
    padding: 25px 15px;
}

.sidebar-news h2 {
    font-size: 22px;
    font-weight: 600;
    color: #00488D;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.sidebar-news-item {
    width: 100%;
    display: block;
    padding: 25px 15px;
    border-bottom: 1px solid #eee;
}

.sidebar-news-item-date {
    color: #015A9B;
    font-size: 13px;
    text-transform: uppercase;
}

.sidebar-news-item-title {
    color: #333333;
    font-size: 15px;
    text-transform: capitalize;
    /* letter-spacing: .5px; */
    font-weight: 600;
    margin-top: 5px;
}

.sidebar-contact::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #333333;
    opacity: 0.7;
}

.sidebar-contact-detail {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.sidebar-contact-detail h3 {
    font-size: 28px;
    font-weight: 600;
    color: white;
    text-transform: capitalize;
    text-align: center;
    line-height: 1.3;
}

@media (max-width:991px) {
    .sidebar-news {
        display: none;
    }

    .sidebar-contact {
        display: none;
    }
}

/*product-ar*/
.pro-img {
    width: 100%;
    /* padding: 15px 0; */
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #dbe3ef;
}

.pro-img img {
    height: 350px;
}
.pro-typename{
    font-size: 16px;
    margin-top: 18px;
    text-transform: capitalize;
    color: #015A9B;
}
.pro-slick-big-item {
    padding: 0 5px;
}

.pro-slick-big .slick-list {
    height: auto !important;
    /* padding: 10px 0; */
}

.pro-slick-big {
    position: relative;
}

.pro-slick-big .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    cursor: pointer;
    border-radius: 50%;
    /* border: 1px solid #eeeeee; */
    display: flex !important;
    justify-content: center;
    align-items: center;
    z-index: 99;
}

.pro-slick-big .slick-arrow svg {
    font-size: 15px;
}

.pro-slick-big .slick-prev {
    left: 5%;
}

.pro-slick-big .slick-next {
    right: 5%;
}

.pro-slick-big-item-img,
.pro-slick-small-item-img {
    width: 100%;
    display: flex;
    justify-content: center;
    /* border: 1px solid #dbe3ef; */
    /* padding: 10px; */
}
.pro-slick-big-item-img img{
    width: 100%;
}

.pro-slick-small-item-img {
    border: none !important;
}

/* .pro-slick-big-item-img {
    height: 400px;
} */

.pro-slick-small .slick-list {
    /* height: auto !important; */
    /* border-top: 1px solid #dbe3ef; */
    /* border-bottom: 1px solid #dbe3ef; */
}

.pro-slick-small-item {
    cursor: pointer;
}

.pro-slick-small-item {
    margin-bottom: 10px;
}
.pro-section-over{
    padding: 27px 0;
    font-weight: 600;
    font-size: 22px;
    color: #333333;
    background-color: #fff;
    text-align: center;
}
/* .pro-ar-btn a {
    padding: 15px 25px;
    color: #015A9B;
    font-size: 18px;
    font-weight: 600;
    border: 2px solid #015A9B;
    text-transform: capitalize;
    transition: all .3s ease;
}
.pro-ar-btn a:hover{
    color: #015A9B;
    border-color: #015A9B;
} */

.pro-ar-text p ,.pro-ar-text div ,.pro-ar-text {
    font-size: 16px;
    font-weight: normal;
    line-height: 28px;
    color: #888888;
    margin-bottom: 15px;
}
.pro-ar-text iframe{
    margin-top: 30px;
    width: 100%;
}
.pro-ar-text  table {
    width: 100%;
    border: none;
    margin-top: 30px;
}

.pro-ar-text  table tr {
    border: none;
}

.pro-ar-text  table td {
    border: 1px solid #eef1f8;
    color: #6a6b71;
    text-align: center;
}

.pro-ar-text  table thead tr td {
    background-color: #215A8F;
    color: white;
    font-weight: 600;
}
.pro-ar-text-video-h h2{
    color: #333333;
}

.pro-ar-btn a .iconfont{
    color: white !important;
    background-color: transparent !important;
}
.pro-ar-other .pro-ar-other-slick .slick-list{
    height: auto !important;
}
.pro-ar-other-slick{
    position: relative;
}
.pro-ar-other-slick .slick-arrow,
.index-pro-slick .slick-arrow{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.8);
    color: #333333;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    border: 1px solid #eeeeee;
    transition: all .3s ease;
    cursor: pointer;
    z-index: 2;
    visibility: hidden;
}
.pro-ar-other-slick .slick-prev,
.index-pro-slick .slick-prev{
    left: -3%;
}
.pro-ar-other-slick .slick-next,
.index-pro-slick .slick-next{
    right: -3%;
}
.pro-ar-other-slick .slick-arrow:hover{
    color: #015A9B;
    border-color: #015A9B;
}
.index-pro-slick .slick-arrow:hover{
    color: #043272;
    border-color: #043272;
}
.pro-ar-other-slick:hover .slick-arrow,
.index-pro-slick:hover .slick-arrow{
    visibility: visible;
}

/*news*/
.news-item {
    margin-bottom: 30px;
}

.news-item .row {
    padding: 10px;
    /* padding-bottom: 30px; */
    /* border-bottom: 1px solid #eee; */
    border-radius: 7px;
    overflow: hidden;
}

.news-item .col-lg-5,
.news-item .col-lg-7,
.news-item .col-md-5,
.news-item .col-md-7 {
    padding: 0;
}

.news-item-img a {
    display: block;
    width: 100%;
}

.news-item-img {
    overflow: hidden;
}

.news-item-img:hover img {
    transform: scale(1.05);
}

.news-item-content {
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
    /* padding: 25px 20px; */
    background-color: white;
    height: 100%;
    padding: 0 25px;
}

.news-item-icon {
    font-size: 14px;
    display: flex;
    align-items: center;
}

.news-item-icon .iconfont {
    color: #015A9B;
    margin-right: 5px;
}

.news-item-des p {
    font-size: 15px;
    line-height: 25px;
}

.news-item-btn a {
    font-weight: 800;
    font-size: 15px;
    color: #333333;
    text-transform: uppercase;
}

.news-item-btn a:hover {
    color: #015A9B;
}

@media (max-width:768px) {
    .news-item-content {
        padding: 30px 25px;
    }
}
.news-ar-back a{
    color: #015A9B;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
}
.news-ar-back .iconfont{
    background-color: #015A9B;
    color: white;
    padding: 5px;
    font-size: 20px;
    border-radius: 50%;
    margin-right: 7px;
}
.news-ar-title h3{
    font-size: 28px;
    font-weight: 600;
    color: #222222;
    line-height: 1.3;
}
.news-ar-detail,.news-ar-detail div{
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    position: relative;
    color: #898a9c;
}
.news-ar-detail img{
    width: 100%;
    margin-bottom: 20px;
}


/* service */
.service-1-left h2, .service-contact-right h2{
    font-weight: 600;
    font-size: 42px;
    line-height: 1.2;
    text-transform: capitalize;
    color: #333333;
}
.service-contact{
    border-radius: 7px;
    padding: 30px;
    background-color: #fff;
    box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.03);
    position: relative;
    z-index: 3;
}
.service-contact-right{
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.service-contact-right h2{
    font-size: 37px;
}
.service-contact-icon{
    display: flex;
    padding-bottom: 25px;
    border-bottom: 1px solid #eeeeee;
}
.service-contact-icon-i{
    width: 67px;
    height: 67px;
    border-radius: 15px;
    /* padding: 10px; */
    background-color: #52C4FE;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
}
.service-contact-icon-i .iconfont{
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 40px;
    color: white;
}
.service-contact-icon-des h3{
    font-weight: 600;
    color: #333333;
    font-size: 25px;
}
.service-contact-icon-des a{
    font-size: 16px;
    margin-top: 10px;
}
.service-2{
    margin-top: -120px;
    position: relative;
    background-size: cover;
    z-index: 2;
}
.service-2::before{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: #333333;
    opacity: 0.9;
}
.service-2-item{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}
.service-2-icon{
    padding: 20px;
    background-color: #52C4FE;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 600px 600px 600px 0;
}
.service-2-icon .iconfont{
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 70px;
    color: white;
}
.service-2-h{
    font-size: 33px;
    font-weight: 700;
    color: white;
    text-transform: uppercase;
    letter-spacing: .5px;
}
.service-2-des,.service-2-des a{
    font-size: 16px;
    color: #eee;
    text-transform: capitalize;
    letter-spacing: .5px;
}
.service-3-h3 h3{
    font-size: 33px;
    font-weight: 600;
    text-transform: capitalize;
    color: #333333;
}
.service-3-h4 h4{
    padding-left: 120px;
    font-size: 27px;
    text-transform: capitalize;
    color: #015A9B;
    position: relative;
}
.service-3-h4 h4::before{
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100px;
    height: 2px;
    background-color: #015A9B;
}
.service-3{
    background-position: top right;
    background-repeat: no-repeat;
}
.service-faq-slick-item{
    padding: 20px;
    border: 1px solid #eeeeee;

}
.service-faq-slick-item-q{
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1.5px dashed #dadada;
}
.service-faq-slick-item-title{
    font-size: 18px;
    color: #333333;
    font-weight: 600;
    position: relative;
    padding-left: 50px ;
}
.service-faq-slick-item-title::before{
    position: absolute;
    left: 0;
    top: 0;
    content: 'Q';
    width: 30px;
    height: 30px;
    color: white;
    line-height: 30px;
    font-size: 18px;
    text-align: center;
    /* font-weight: 600; */
    border-radius: 50%;
    background-color: #015A9B;
    
}
.service-faq-slick-item-a p{
    position: relative;
    padding-left: 50px;
}
.service-faq-slick-item-a p::before{
    position: absolute;
    left: 0;
    top: 0;
    content: 'A';
    width: 30px;
    height: 30px;
    color: white;
    line-height: 30px;
    font-size: 18px;
    text-align: center;
    /* font-weight: 600; */
    border-radius: 50%;
    background-color: #015A9B;
}
/*contact*/
.contact-info-section {
    padding: 45px 25px 35px;
    margin-bottom: 50px;
    border-radius: 8px;
    position: relative;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
}
.contact-info-item {
    display: flex;
    /* align-items: center; */
    gap: 20px;
    margin-bottom: 35px;
}
.contact-info-icon{
    position: relative;
}
.contact-info-icon span{
    width: 20px;
    height: 20px;
    background-color: #015a9b2e;
    border-radius: 50%;
    position: absolute;
    left: -5px;
    top: -5px;
}
.contact-info-icon .iconfont{
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 27px;
    background-image: linear-gradient(198deg, #215A8F, #00D1AB);
    color: white;
    border-radius: 50%;
    text-align: center;
}
.contact-info-content h4 {
    font-size: 20px;
    margin-bottom: 4px;
    color: #222222;
    font-weight: 600;
}
.contact-section p ,
.contact-section p a{
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 0px;
    color: #636363;
    font-weight: 400;
}
.contact-social a .iconfont {
    width: 37px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    font-size: 20px;
    border-radius: 10px;
    background-color: #eeeeee;
    color: #222222;
    margin-right: 7px;
}
.contact-form-section{
    padding: 35px;
    border-radius: 8px;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    background-color: white;
}

input::placeholder,
textarea::placeholder {
    /* font-family: 'Open Sans', sans-serif; */
    color: #4e4e4e;

}

input:focus,
textarea:focus {
    border-color: #0545A3;
}

/*footer*/
footer {
    background-image: linear-gradient(to top ,#222222 ,#383838);
    /* background-position: center;
    background-size: cover; */
}

footer .container-fluid {
    padding: 0 5%;
}
.footer-logo img{
    width: 230px;
}
.footer-item {
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 8px;
}

.footer-des {
    display: flex;
    align-items: center;
}

.footer-des .iconfont {
    color: #015A9B;
    font-size: 20px;

}

.footer-des a,
.footer-des span {
    color: #333333;
    font-size: 16px;
    line-height: 25px;
}

.footer-des a {
    position: relative;
    transition: all .3s ease;
}
.footer-des-1 a::after {
    content: '';
    position: absolute;
    left: 17px;
    bottom: -1px;
    width: 0;
    height: 1px;
    background-color: #015A9B;
    transition: all .3s ease;
}
.footer-des-1 a:hover:after{
    width: calc(100% - 17px) ;
}

.footer-des a:hover {
    color: #015A9B;
}

.footer-social a {
    margin-right: 8px;
}

.footer-title {
    font-weight: 700;
    text-transform: capitalize;
    font-size: 25px;
    color: white;
    position: relative;
}
.footer-title::before{
    position: absolute;
    content: "";
    left: -13px;
    top: -7px;
    width: 35px;
    height: 35px;
    background-color: #015A9B;
    border-radius: 50%;
    opacity: 0.2;
}
.footer-item-a {
    margin-bottom: 20px;
}
.footer-item-a a{
    position: relative;
    color: white;
    font-size: 16px;
    padding-left: 20px;
    text-transform: capitalize;
}
.footer-item-a a::before{
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #00D1AB;
    left: 0px;
    top: 6px;
}
.footer-item-a a:hover {
    color: #00D1AB;
}

.footer-contact-info-des{
    display: grid;
    grid-template-columns: auto auto;
    justify-content: start;
    margin-bottom: 15px;
    column-gap: 12px;
}
.footer-contact-info-des .iconfont{
    width: 27px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    font-size: 15px;
    border-radius: 50%;
    background-color: white;
    color: #015A9B;
}
.footer-contact-info-des a{
    color: white;
    font-size: 16px;
    line-height: 24px;
}


@media (max-width:992px) {
    .footer-product, .footer-link {
        display: flex;
        flex-wrap: wrap;
    }

    .footer-product .footer-des-1 , .footer-link .footer-des-1{
        width: 50%;
    }
}

@media (max-width:575px) {
    .footer-product .footer-des-1 {
        width: 100%;
    }
}

.footer-bottom {
    color: #eeeeee;
    background-color: #015A9B;
    font-size: 14px;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}
.footer-social a .iconfont{
    width: 37px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    font-size: 20px;
    border-radius: 50%;
    background-color: white;
    color: #222222;
}
.footer-social a {
    margin-right: 8px;
}
.footer-title-1{
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.footer-code{
    margin-bottom: 20px;
}
.footer-a a{
    font-size: 16px;
    color: #d3d3d3;
    text-transform: capitalize;
    transition: all .3s ease;
}
.footer-a a:hover {
    transform: translateX(7px);
    color: #015A9B;
}

.footer-des-1 a {
    padding-left: 17px;
    position: relative;
    text-transform: capitalize;
}

.footer-des-1 a::before {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #015A9B;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.footer-item input, .footer-item  textarea{
    border: 1px solid #e9e9e9;
    border-radius: 7px;
    padding: 12px 17px;
}
.footer-item  textarea{
    height: 100px;
}
.footer-item input::placeholder,
.footer-item textarea::placeholder{
    font-size: 14px;
}

@media (max-width:992px) {
    .footer-product {
        display: flex;
        flex-wrap: wrap;
    }

    .footer-product .footer-des-1 {
        width: 50%;
    }
}

@media (max-width:575px) {
    .footer-product .footer-des-1 {
        width: 100%;
    }
}

.footer-bottom {
    color: #eeeeee;
    background-color: #015A9B;
    font-size: 14px;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}
.social-fixed {
    position: fixed;
    bottom: 100px;
    right: 30px;
    transform: translateY(-50%);
    z-index: 999;
}
.footer-social {
    display: flex;
}
.footer-social a {
    width: 37px;
    height: 37px;
    display: inline-block;
    border-radius: 5px;
    text-align: center;
    line-height: 37px;
    color: white;
    margin-right: 10px;
    position: relative;
}
.footer-social .iconfont{
    font-size: 20px;
}

#facebook a {
    background-color: #4060a5;
}

#lin a {
    background-color: #0173B2;
}

#whatsapp a {
    background-color: #40C351;
}
#email a {
    background-color: #233EFF;
}
#facebook a:hover {
    background-color: #1a3672;
}

#lin a:hover {
    background-color: #004a72;
}

#whatsapp a:hover {
    background-color: #047c14;
}
#email a:hover {
    background-color: #001ae2;
}
.btn-tooltip{
    font-size: 12px;
    position: absolute;
    top: 0;
    right: -152px;
    left: unset;
    opacity: 0;
    background-color: #40C351;
    color: white;
    padding: 1px 10px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition-duration: .2s;
    pointer-events: none;
    letter-spacing: 0.5px;
}
.btn-tooltip::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background-color: #40C351;
    background-size: 1000%;
    background-position: center;
    transform: rotate(45deg);
    right: unset;
    left: -3%;
    transition-duration: .3s;
}
.footer-social a:hover .btn-tooltip {
    opacity: 1;
}


/*backontop*/
.backontop {
    position: fixed;
    width: 50px;
    height: 50px;
    color: white;
    background: linear-gradient(35deg, #015A9B, #182E85);
    bottom: 50px;
    right: 30px;
    /* border: 2px solid white; */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    visibility: hidden;
    z-index: 99999;
    transition: all 0.5s ease-in-out;
}

.backontop:hover {
    /* border: 2px solid #0545A3; */
    /* color: #0545A3; */
    background: linear-gradient(35deg, #015A9B 0%, #233eff 80%);
}
