.banner {
    overflow: hidden;
}

.banner .swiper-slide {
    overflow: hidden;
}

.banner .swiper-slide img {
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    transition: all 3s;
    -webkit-transition: all 3s;
    -moz-transition: all 3s;
    -ms-transition: all 3s;
    -o-transition: all 3s;
    width: 100%;
    height: 100%;
}

.banner .swiper-slide-active img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.pub-title {
    font-size: 30px;
    line-height: 1.6;
    margin-top: 50px;margin-bottom: 20px;
}

.home-pro .item {
    /* width: 32%; */
    overflow: hidden;
    margin-top: 20px;
    width: 25%;
    /* margin-right: 2%; */
}

.home-pro .item:nth-of-type(3n){
    margin-right: 0;
}

.home-pro .item .pic {
    width: 100%;
    /* padding-top: 83%; */
    overflow: hidden;
}

.home-pro .item .pic img {
    /* position: absolute;
    left: 0;
    top: 0; */
    width: 100%;
    height: 100%;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}

.home-pro .item .text {
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 60px;
    padding: 0 15px;text-transform: capitalize;
}

.home-pro .item .text::after {
    content: '';
    position: absolute;
    right: 20px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-top: 2px #090909 solid;
    border-right: 2px #090909 solid;
    display: block;
    transform: rotate(45deg) translateY(-50%);
    -webkit-transform: rotate(45deg) translateY(-50%);
    -moz-transform: rotate(45deg) translateY(-50%);
    -ms-transform: rotate(45deg) translateY(-50%);
    -o-transform: rotate(45deg) translateY(-50%);
}

@media (min-width:1025px) {
    .home-pro .item:hover .pic img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
}

@media (max-width:1199px) {
    .pub-title {
        font-size: 32px;
        margin-top: 40px;
        font-weight: bold;
    }
    .home-pro .item {
        margin-top: 20px;
    }
    .home-pro .item .text {
        font-size: 18px;
        line-height: 50px;
    }
}

@media (max-width:950px) {
    .pub-title {
        font-size: 24px;
        margin-top: 30px;
    }
    .home-pro .item {
        width: 49%;
    }
    .home-pro .item:nth-of-type(2n){
        margin-right: 0;
    }
    .home-pro .item:nth-of-type(3n){
        margin-right: auto;
    }
    .home-pro .item .text {
        font-size: 16px;
    }
}

@media (max-width:540px) {
    .home-pro .item {
        margin-top: 15px;
    }
    .home-pro .item .text {
        padding: 0;
        /* font-size: 12px; */
    }
    .home-pro .item .text::after {
        right: 15px;
        width: 6px;
        height: 6px;
    }
}

.home-about {
    background-color: #fbfbfc;
    padding-bottom: 60px;
    overflow: hidden;
    margin-top: 70px;
}

.home-about li {
    width: 23.5%;
    background-color: #FFF;
    border-top: 3px #ededee solid;
    overflow: hidden;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    padding-top: 30px;
    padding-bottom: 50px;
    margin-top: 30px;
}

.home-about li .icon {
    height: 45px;
}

.home-about li .icon img {
    max-height: 100%;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.home-about li:last-child .counter::after {
    content: 'Lakhs';
    font-size: 18px;
    color: #666;
    margin-left: 5px;
}

.home-about li .counter {
    font-size: 36px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.5;
}

.home-about li .text {
    font-size: 20px;
    color: #666;
}

@media (min-width:1025px) {
    .home-about li:hover::before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 5px;
        background-color: #00479d;
        z-index: 1;
    }
}

@media (max-width:1199px) {
    .home-about li {
        margin-top: 20px;
    }
    .home-about li .counter {
        font-size: 32px;
    }
    .home-about li:last-child .counter::after {
        font-size: 14px;
    }
    .home-about li .text {
        font-size: 18px;
    }
    .home-about li .icon {
        height: 35px;
    }
}

@media (max-width:1023px) {
    .home-about {
        margin-top: 50px;
    }
    .home-about li .icon {
        height: 30px;
    }
    .home-about li .counter {
        font-size: 24px;
    }
    .home-about li .text {
        font-size: 16px;
    }
}

@media (max-width:767px) {
    .home-about {
        margin-top: 20px;
        padding-bottom: 30px;
    }
    .home-about li {
        width: 48.5%;
        /* padding-bottom: 30px; */
        padding: 15px 0;
    }
}

.home-car {
    margin-top: 50px;
}

.home-car .item {
    margin-top: 10px;
    overflow: hidden;
    padding-top: 29.8%;
}

.home-car .item img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    z-index: 1;
}

.home-car .item .text {
    color: #FFF;
    font-size: 33px;
    padding-bottom: 20px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 80px 0 20px 60px;
    z-index: 2;
    line-height: 1.5;
}

.home-car .item .text::before {
    content: '';
    position: absolute;
    left: 60px;
    bottom: 0;
    height: 5px;
    width: 60px;
    background-color: #FFF;
}

.home-car>div:first-child .item {
    width: 70%;
}

.home-car>div:first-child .item:last-child {
    width: 29%;
}

.home-car>div:last-child .item {
    width: 29%;
}

.home-car>div:last-child .item:last-child {
    width: 70%;
}

@media (min-width:1025px) {
    .home-car .item:hover img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
}

@media (max-width:1440px) {
    .home-car .item .text {
        padding-top: 60px;
        font-size: 28px;
    }
}

@media (max-width:1199px) {
    .home-car .item .text {
        padding-top: 40px;
        font-size: 24px;
        padding-left: 40px;
    }
    .home-car .item .text::before {
        left: 40px;
    }
}

@media (max-width:1023px) {
    .home-car {
        margin-top: 30px;
    }
    .home-car .item .text {
        font-size: 20px;
        padding-left: 20px;
    }
    .home-car .item .text::before {
        left: 20px;
    }
}

@media (max-width:768px) {
    .home-car {
        display: none;
    }
    .home-car .item {
        width: 100% !important;
        padding-top: 42%;
    }
    .home-car .item .text {
        font-size: 18px;
        padding-top: 20px;
    }
    .banner .swiper-button-next ,
    .banner .swiper-button-prev {
        display: none;
    }
}

.home-foton {
    overflow: hidden;
    margin-top: 70px;
}

.home-foton .title {
    width: 40%;
    z-index: 9;
    color: #FFF;
    height: 210px;
    font-size: 45px;
    line-height: 1;
}

.home-foton .title::before {
    content: '';
    position: absolute;
    left: -999px;
    top: 0;
    right: 0;
    background-color: #ed9a03;
    height: 100%;
}

.home-foton .title span {
    width: 100%;
}

.home-foton .title span::after {
    content: '';
    position: absolute;
    right: 60px;
    bottom: 8px;
    height: 5px;
    background-color: #FFF;
    width: 45%;
}

.home-foton .swiper-container {
    margin-top: -200px;
}

.home-foton .text-content {
    padding-left: 45%;
}

.home-foton .tit {
    font-size: 36px;
    line-height: 1.2;
}

.home-foton .txt {
    font-size: 18px;
    margin-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 90px;
}

.home-foton .pic {
    margin-top: 120px;
    overflow: hidden;
}

.home-foton .pic img {
    width: 100%;
    height: 100%;
}

.home-foton .swiper-button-next,
.home-foton .swiper-button-prev {
    background-color: #020202;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-size: 30%;
    top: 200px;
    margin-top: 0;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    z-index: 9;
}

.home-foton .swiper-button-prev {
    left: auto;
    right: 60px;
}

.home-foton .swiper-button-next:active,
.home-foton .swiper-button-prev:active {
    background-color: #ed9a03;
} 

@media (max-width:1440px) {
    .home-foton .title {
        font-size: 42px;
    }
    .home-foton .tit {
        font-size: 28px;
    }
}

@media (max-width:1199px) {
    .home-foton .title {
        font-size: 36px;
        width: 41%;
    }
    .home-foton .tit {
        font-size: 28px;
    }
    .home-foton .txt {
        font-size: 17px;
    }
}

@media (max-width:1023px) {
    .home-foton {
        margin-top: 50px;
    }
    .home-foton .title {
        height: 180px;
        font-size: 28px;
    }
    .home-foton .title span::after {
        width: 30%;
    }
    .home-foton .swiper-container {
        margin-top: -180px;
    }
    .home-foton .swiper-button-next,
    .home-foton .swiper-button-prev {
        top: 135px;width: 35px;height: 35px;
    }
    .home-foton .tit {
        font-size: 24px;
    }
    .home-foton .txt {
        /* font-size: 16px; */line-height: 24px;
    }
    .home-foton .pic {
        margin-top: 80px;
    }
}

@media (max-width:540px) {
    .home-foton {
        margin-top: 30px;
    }
    .home-foton .title {
        width: 100%;
        font-size: 20px;
        height: auto;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .home-foton .title span::after {
        display: none;
    }
    .home-foton .swiper-container {
        margin-top: 20px;
    }
    .home-foton .text-content {
        padding-left: 0;
    }
    .home-foton .tit {
        font-size: 20px;
    }
    .home-foton .txt {
        /* font-size: 14px; */
        height: auto;
        line-height: 24px;
    }
    .pub-title {
        font-size: 19px;
        margin-top: 20px;
    }
}

.hone-news .page {
    margin-top: 90px;
}

.hone-news .item {
    margin-top: 20px;margin-bottom: 20px;
    overflow: hidden;
    width: 30.5%;
    margin-right: 2%;
}

.hone-news .item:nth-of-type(3n) {
   margin-right: 0;
}

.hone-news .item::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 15px;
    width: 100%;
    height: 2px;
    background-color: #eaebeb;
}

.hone-news .item:nth-of-type(3n) {
    margin-right: 0;
}

.hone-news .item .pic {
    width: 100%;
    /* padding-top: 65.5%; */
    overflow: hidden;
}

.hone-news .item .pic img {
    /* position: absolute;
    left: 0;
    top: 0; */
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    width: 100%;
    height: 100%;
}

.hone-news .item .text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 18px;
    margin-top: 15px;
   line-height: 23px;
}

.hone-news .item .time {
    color: #00479d;
    font-size: 14px;
}

.hone-news .item .more {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #0061a5;
    margin-top: 5px;
    z-index: 9;
    margin-left: auto;
    margin-right: auto;
}

.hone-news .item .more::after {
    content: '';
    position: absolute;
    left: 11px;
    top: 6px;
    width: 12px;
    height: 12px;
    border-bottom: 2px #FFF solid;
    border-right: 2px #FFF solid;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

@media (min-width:1025px) {
    .hone-news .item:hover .pic img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    .hone-news .item:hover .more {
        background-color: #00479d;
    }
}

@media (max-width:1199px) {
    .hone-news .item .text {
        font-size: 18px;
    }
}

@media (max-width:1023px) {
    .hone-news .page {
        margin-top: 70px;
    }
    .hone-news .item {
        margin-top: 10px;
    }
    .hone-news .item .text {
        font-size: 16px;
    }
	
	.hone-news .item {
    margin-top: 20px;margin-bottom: 20px;
    overflow: hidden;
    width: 49%;
    margin-right: 2%;
}
.hone-news .item:nth-of-type(2n) {
        margin-right: 0;
    }
.hone-news .item:nth-of-type(3n) {
   margin-right: 2%;
}
}

@media (max-width:540px) {

    .hone-news .item {
        width: 100%;
        margin-right: 0
    }
    .hone-news .item:nth-of-type(3n) {
        margin-right: 0
    }
    .hone-news .item:nth-of-type(2n) {
        margin-right: 0;
    }
    .hone-news .item .more {
        margin-top: 10px;
        width: 33px;
        height: 33px;
    }
    .hone-news .item .more::after {
        width: 9px;
        height: 9px;top: 9px;
    }
}

.tab-con {
    margin-top: 60px;
}

.tab-con .tab {
    border: 1px #7e7e7e solid;
    line-height: 60px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}

.tab-con .tab span {
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    padding: 0 35px;
    font-size: 19px;
}

.tab-con .tab .on {
    background-color: #0066b3;
    color: #FFF;
    box-shadow: 0 0 30px rgba(0, 0, 0, .4);cursor:pointer
}

.tab-con .content {
    margin-top: 40px;
}

.tab-con .content img {
    width: 100%;
    height: 100%;
}

@media (max-width:1199px) {
    .tab-con {
        margin-top: 70px;
    }
    .tab-con .tab {
        width: 100%;
    }
    .tab-con .tab span {
        font-size: 20px;
        padding: 0 30px;
    }
}

@media (max-width:950px) {
    .tab-con {
        margin-top: 50px;
    }
    .tab-con .tab span {
        font-size: 18px;
        padding: 0 30px;
    }
}

@media (max-width:768px) {
    .hone-news .page {
        margin-top: 50px;
    }
    .tab-con {
        margin-top: 30px;
        display: none;
    }
    .tab-con .tab span {
        font-size: 16px;
        padding: 0 20px;
    }
    .home-foton .title span br{
        display: none;
    }
}

@media (max-width:540px) {
    .tab-con .tab {
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }
    .tab-con .tab span {
        font-size: 14px;
        padding: 0 5px;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }
    .tab-con .content {
        margin-top: 20px;
    }
}

@media (max-width:376px) {
    .tab-con .tab span {
        font-size: 12px;
        padding: 0 2px;
    }
}

.home-video .content {
    margin-top: 35px;
}

.home-video .more {
    display: none;
    font-size: 17px;
    color: #333333;
    text-align: center;
    margin: 0 auto;
    margin-top: 10px;
}

.home-video .con {
    width: 33%;
}

.home-video .con .pic {
    width: 100%;
    overflow: hidden;
    padding-top: 46.8%;
    margin: 2px 0;
    cursor: pointer;
}

.home-video .con .pic1 {
    width: 100%;
    overflow: hidden;
    padding-top: 59.5%;
    margin: 2px 0;
    cursor: pointer;
}

.home-video .con img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    position: absolute;
    left: 0;
    top: 0;
}

@media (min-width:1025px) {
    .home-video .con .pic:hover img,
    .home-video .con .pic1:hover img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
}

@media (max-width:1199px) {
    .home-video .content {
        margin-top: 30px;
    }
}

@media (max-width:1023px) {
    .home-video .con {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    .home-video .con .video {
        width: 49%;
        padding-top: 30.5%;
        margin-bottom: 15px;
    }
}

@media (max-width: 768px) {
    .home-video .more {
        display: block;
    }
}

@media (max-width:540px) {
    .home-video .con {
        display: block;
        /* justify-content: space-between; */
        width: 100%;
    }
    .home-video .con .video {
        width: 100%;
        padding-top: 60.5%;
    }
}