
/*head start*/
  .navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link{
            color: rgb(1, 126, 115);
    }
    .navbar-light .navbar-nav .nav-link {
        color: rgba(255,255,255);
    }
    .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgb(1, 126, 115);
}
/*head end*/

/*index start*/

/*common start*/
.moreBtn{
    color: #fff !important;
    background-color: #1ecad3;
    padding: 18px 3%;
    border-radius: 999px;
    margin-top: 20px;
}
.moreBtn:hover,a.text-secondary:focus,{
    color: #fff !important;
    background-color: #1f87e8;
}
/*common end*/

/*swiper start*/
.slideshow {
    height:calc(100vh - 71px);
    object-fit: cover;
}

.swiper-button-prev, .swiper-button-next{
    width: 61px;
    height: 61px;
    border-radius: 10px;
    background-color: rgba(0,0,0,.1);
}
.swiper-button-prev:hover,.swiper-button-next:hover{
    background-color: rgba(0,0,0,.3);
}
.banner-box{
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.banner-title1{
    font-size: 56px;
    text-align: center;
    width: 100vw;
}
.banner-title2{
    font-size: 28px;
     text-align: center;
     margin-top: 30px;
     width: 100vw;
}
/*swiper end*/

/*introduce start*/
.introduce{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 80px;
}


}
.introduce .L{
    height: 100%;
}
.introduce .title{
   color: rgb(30, 202, 211);
   font-size: 24px;
   font-family: 微软雅黑, "microsoft yahei";
   margin-top: 3.802083333333333vw;
}
.introduce .L .content{
    color: rgb(20, 20, 20);
    line-height: 36px;
    font-size: 16px;
    margin-top: 3.802083333333333vw;
}
.introduce .R{
    height: 100%;
}
.introduce .R img{
   width: 73%;
}
/*introduce end*/


/*product start*/
.product .title{
    color:rgb(30, 202, 211);
    font-size: 24px;
    margin-bottom: 50px;
}
.card{
    margin: 0 20px;
    padding: 34px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border: none;
}
/*product end*/

/*news start*/
.news .title{
   color: rgb(30, 202, 211);
   font-size: 24px;
   font-family: 微软雅黑, "microsoft yahei";
   margin-top: 3.802083333333333vw;
}
/*news end*/

/*about start*/
.about{
    max-width: 100%;
    height: 66vh;
}
.about-list{
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
};
.about-list .about-item{
    width: 100%;
    height: 100%;
}
.about-list .about-item .item{
     width: 100%;
    height: 100%;
    position: relative;
}
.about-list .about-item img{
    width: 100%;
    height: 100%;
}
.about-list .about-item .about-item-content{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: 微软雅黑, "Microsoft YaHei";
}
.about-item-content .title1{
    font-size: 24px;
    margin-bottom: 22px;
}
.about-item-content .title1 span{
    font-size: 60px;
} 
.about-item-content .title2{
    font-size:20px;
}.about-item-content .title3{
    font-size: 16px;
}
/*about end*/


/*index end*/

/*comm-top start*/
.comm-top{
    height: 100%;
}
/*comm-top end*/

/*news start*/
.news .title{
    
}
.news .news-item{
    padding: 20px;
    border-bottom: 1px solid #dee2e6 !important;
    /*margin-left: 100px;*/
    /*margin-right: 100px;*/
}
.news .news-item:hover{
        box-shadow: 0 0 22px rgba(0, 0, 0, .12);
}
.news .news-item:hover .news-item-title-L{
        color: #ffbc00;
}
.news .news-item-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 微软雅黑;
}
.news .news-item-title-L{
    font-size: 16px;
    color: #000;
}
.news .news-item-title-R{
    color: #999;
    font-size: 14px;
}
.news .news-item-content{
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    white-space: normal;
    word-break: break-word;
    color: #666;
    font-size: 14px;
    line-height: 24px;
}
.news .news-item .tag{
    display: flex;
    color: #999;
    font-size: 12px;
    font-family: 微软雅黑;
}
 .tag .item{
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    height: 26px;
    line-height: 26px;
    margin-right: 15px;
    margin-top: 12px;
    max-width: 100%;
    overflow: hidden;
    padding: 0 8px;
}
/*news end*/

/*case start*/
.case-title{
    color: rgb(30, 202, 211);
    font-size: 24px;
    font-family: 微软雅黑, "microsoft yahei";
    margin-top: 3.802083333333333vw;
}
/*case end*/






/*media start*/
@media (min-width: 1200px) {
    .container {
        max-width: 1700px;
    }
}

/*mobile start*/
@media (max-width: 768px) {
/*index start*/

.banner-title1{
    font-size: 2rem;
    text-align: center;
    width: 100vw;
}
.banner-title2{
    font-size: 1rem;
    text-align: center;
    margin-top: 0px;
    width: 100vw;
}

.introduce{
    display: block;
}
.introduce .R img{
   width: 100%;
}
.card{
    margin:0;
    padding: 0;
    box-shadow: none;
    border: none;
    margin-bottom: 10px;
}
.about{
    height: 100%;
}
.about-list{
    display: block;
}
.about-list .about-item{
    height: 260px;
}
.about-item-content .title1{
    font-size: 36px;
}
.about-item-content .title1 span{
    font-size: 36px;
} 
.about-item-content .title2{
    font-size:22px;
}.about-item-content .title3{
    font-size: 20px;
}
/*index end*/

/*comm-top start*/
.comm-top{
    height: 118px;
}
/*comm-top end*/

/*news start*/
.news .news-item{
    margin-left: 0px;
    margin-right: 0px;
    padding: 20px 0px;
}
.news .news-item-title{
    display: block;
}
.news .news-item-title-L{
    font-size: 14px;
    color: #000;
     -webkit-box-orient: vertical;
    word-wrap: break-word;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    line-height: 22px;
}
.news .news-item-title-R{
    color: #999;
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 8px;
}
.news .news-item-content{
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 7;
    white-space: normal;
    word-break: break-word;
    color: #666;
    font-size: 12px;
    line-height: 20px;
}
.sortNav{
    padding: 0 !important;
}
/*news end*/

/*mobile end*/

/*media end*/




