﻿@media(min-width:1600px){.home-about .aboutimg iframe{min-height: 500px;}}
.home-logo{ padding-bottom: 0;}
#logoswiper2{height:500px}
#logoswiper2 .swiper-slide{height: calc((100% - 30px) / 2) !important;margin-top:0!important;margin-bottom:15px}
.home-banner .bannerswiper-next, .home-banner .bannerswiper-prev {background:var(--color)}
.home-news .newslist{display:flex;flex-wrap:wrap;justify-content: space-between;margin-top:2.5%;}
@media (min-width:769px){.home-news .newslist .newsitem:nth-child(1){width:100%;display:flex;flex-wrap:wrap;align-items: center;justify-content: space-between;}
.home-news .newslist .newsitem:nth-child(1) .img{width:40%;}
.home-news .newslist .newsitem:nth-child(1) .info{width:55%;}
.home-news .newslist .newsitem:nth-child(1) .info .des{margin:3% 0;}
.home-news .newslist .newsitem:nth-child(n+2){margin-top:2%;width:32%;}
.home-news .newslist .newsitem:nth-child(n+2) .img{position:relative;height:0;padding-bottom:85%;}
.home-news .newslist .newsitem:nth-child(n+2) .img img{max-height:inherit;position:absolute;top:0;left:0;height:100%;object-fit:contain;}}
.home-news .newslist .newsitem .img{overflow: hidden;position: relative;}
.home-news .newslist .newsitem .img img{width:100%;display:block;transition: all .3s;}
.home-news .newslist .newsitem .date{position: absolute;top:0;left:0;color:#fff;background: var(--color);padding:0 10px;z-index:5;}
.home-news .newslist .newsitem .info .title{display:block;font-weight: var(--fontbold7);font-size:var(--fontsize20);transition: all .3s;line-height: 1.4;margin:10px 0;}
.home-news .newslist .newsitem .info .more a{display:inline-block;padding:3px 20px;border:1px solid var(--fontcolor);color:var(--fontcolor);transition: all .3s;margin-top:10px;border-radius: 3px;}
.home-news .newslist .newsitem:hover .info .title{color:var(--color);}
.home-news .newslist .newsitem:hover .img img{transform: scale(1.05);}
.home-news .newslist .newsitem:hover .info .more a{background:var(--color);color:#fff;border-color:var(--color)}
@media (max-width:768px){.home-news .newslist{margin-top:20px;}
.home-news .newslist .newsitem{width:49%;margin:10px 0;}
.home-news .newslist .newsitem .img{position:relative;height:0;padding-bottom:85%;}
.home-news .newslist .newsitem .img img{max-height:inherit;position:absolute;top:0;left:0;height:100%;object-fit:contain;}}
@media (max-width:550px){.home-news .newslist .newsitem .info .des{display:none;}
.home-news .newslist .newsitem .info .title{font-size:var(--fontsize18)}}