﻿#projects{padding-top:20px}
#projects::after{display:none}
#projects::before {background-color:#7299c9;}
@media (min-width:1281px){#projects .home-title{font-size:44px;margin-bottom:30px;}}
#about .about-con .home-title,#projects .home-title{font-weight:var(--fontbold7)}
@media (min-width:1025px){#about .about-con .about-des{font-size:var(--fontsize20)}}
@media (min-width:1025px) and (max-width:1366px){#about .about-con .about-des{font-size:var(--fontsize18)}}
@media (max-width:1024px){#projects .home-title{margin-bottom:25px;}}
#product .video-swiper{margin-top:3%}
#product .video-swiper .swiper-slide .pro-img{border:1px solid #E8E8E8;overflow:hidden}
#product .video-swiper .swiper-slide .pro-img .lazy-wrap::after{padding-bottom:0px}
#product .video-swiper .swiper-slide .pro-cont{padding:10px 15px}
#product .video-swiper .swiper-slide .pro-cont .pro-name{margin:0px 0px 10px 0px;text-transform:capitalize;display:-webkit-box;line-height:1.4;text-overflow:ellipsis;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}
#product .video-swiper .swiper-slide:hover .pro-name{color:var(--color)}
#product .video-swiper .swiper-slide:hover .pro-img img{transform:scale(1.1)}
@media(max-width:900px){#product .video-swiper .swiper-slide .pro-cont{padding:10px 0px}}

#news{padding:80px 0}
#news .news-bottom{display:flex;flex-wrap:wrap;justify-content:space-between}
#news .news-bottom .new-item{width:49%;display:flex;align-items:center;flex-wrap:wrap;background-color:#FFFFFF}
#news .news-bottom .new-item .news-item-img{width:50%}
#news .news-bottom .new-item .news-item-cont{width:50%;padding:0px 3%;transform:none}
#news .news-bottom .news-item-img{position:relative}
#news .news-bottom .news-item-img img{max-height:300px;object-fit:cover}
#news .news-bottom .news-item-img .lazy-wrap::after{ }
#news .news-bottom .news-item-img .news-date{display:inline-block;background-color:#FFFFFF;font-size:var(--fontsize14);font-weight:var(--fontbold5);text-align:center;position:absolute;top:5%;left:4%;padding:6px 15px;border-bottom:2px solid var(--color);transition:background .3s,color .3s}
#news .news-bottom .news-item-img .news-date span{font-size:var(--fontsize20);display:block;line-height:1;margin-bottom:4px}
#news .news-bottom .news-item-cont{width:90%;margin:auto;background-color:#FFFFFF;padding:5%;transform:translateY(-50%)}
#news .news-bottom .news-item-cont .news-item-title{font-size:var(--fontsize18);font-weight:var(--fontbold5);color:var(--fontcolor);line-height:1.4;text-transform:capitalize;display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}
@media(min-width:901px)and (max-width:1280px){
#news .news-bottom .news-item-cont .news-item-title{font-size:var(--fontsize18)}}
#news .news-bottom .news-item-cont .news-item-des{margin:10px 0px;color:var(--introcolor);display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}
#news .news-bottom .new-item:hover .news-item-img img{transform:scale(1.1)}
#news .news-bottom .new-item:hover .news-item-img .news-date{background-color:var(--color);color:#FFFFFF}
#news .news-bottom .new-item:hover .news-item-title{color:var(--color)}
@media (max-width:900px){#news{padding:40px 0}
#news .news-bottom .new-item{width:100%;margin-bottom:15px}}
@media(max-width:500px){
#news .news-bottom .new-item .news-item-img{width:100%}
#news .news-bottom .new-item .news-item-cont{width:100%;padding:10px 3%}
#news .news-bottom .news-item-img .news-date{left:5%;padding:8px;font-size:var(--fontsize12)}
#news .news-bottom .news-item-img .news-date span{font-size:var(--fontsize16);line-height:1}
#news .news-bottom .news-item-cont{padding-bottom:0px}
#news .news-bottom .news-item-cont .news-item-title{font-size:var(--fontsize18);line-height:1.3}
#news .news-bottom .news-item-cont .news-item-des{font-size:var(--fontsize14);margin:6px 0px 0px}}