@charset "utf-8";

/*Banner文字向上浮动动画*/
@keyframes bannerFloatUp {
    from { opacity: 0; transform: translateY(50px); }
    to { opacity: 1; transform: translateY(0); }
}
.swiper-slide .banner-title { opacity: 0; }
.swiper-slide-active .banner-title {
    animation: bannerFloatUp 1s ease forwards;
}

/*Banner图片缩放动画*/
@keyframes bannerZoomOut {
    from { transform: scale(1.15); }
    to { transform: scale(1); }
}
.swiper-slide .img img {
    transform: scale(1.15);
}
.swiper-slide-active .img img {
    animation: bannerZoomOut 6s ease-out forwards;
}

/*PC端Banner*/
@media screen and (min-width:768px) {
.Bannerswiper{height: 100vh;overflow: hidden;}
.Bannerswiper .swiper-container{height: 100%;}
.Bannerswiper .swiper-wrapper{height: 100%;}
.Bannerswiper .swiper-slide{height: 100%;}
.Bannerswiper .img{height: 100%;position: relative;}
.Bannerswiper .img img{width: 100%;height: 100%;object-fit: cover;}
.Bannerswiper .banner-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(43,86,152,0.3);z-index:1}
}

/*手机端Banner高度50vh*/
@media screen and (max-width:767px) {
.Bannerswiper{height: 30vh;overflow: hidden;}
.Bannerswiper .swiper-container{height: 100%;}
.Bannerswiper .swiper-wrapper{height: 100%;}
.Bannerswiper .swiper-slide{height: 100%;}
.Bannerswiper .img{height: 100%;}
.Bannerswiper .img img{width: 100%;height: 100%;object-fit: cover;}
.Bannerswiper .banner-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(43,86,152,0.3);z-index:1}
}

.Bannerswiper{overflow: hidden;}
.Bannerswiper .img{position: relative;}
.Bannerswiper .img img{max-width: 100%;}
.Bannerswiper .img .text{position:absolute;color:#FFF;text-align:center;top:50%;left:50%;width:80%;max-width:1200px;transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);z-index:2}
    
.Bannerswiper .img .text h2{ font-size: 60px; font-weight: bold; line-height: 80px;text-shadow: 0px 0px white,1px 1px #333;color:#fff;}
.Bannerswiper .img .text small{font-size: 24px;}

.home-bt{overflow: hidden; margin: 50px 0;text-align: center;}
.home-bt span{font-size: 36px; color: #2b5698;line-height: 50px;font-weight: bold;}
.home-bt span b{color: #74af35;}
.home-bt em{display: block; font-size:20px;line-height: 50px;color: #aaa;text-transform: uppercase; }

/*首页产品*/
.home-prosbg{overflow: hidden;background: url(../images/probg.jpg) no-repeat center;background-size: cover;}
.home-pros{overflow: hidden; margin-bottom: 80px;}
.home-pros ul{display: flex;justify-content: center;}
.home-pros ul li{float: left; width: 33.33%;cursor: pointer;position: relative;z-index: 1; transition: all 0.6s ease-out;margin:0 0.5%;height: 460px; overflow: hidden;}
.home-pros ul li:before{content: '';position: absolute;z-index: 1;top:0;left: 0;width: 100%;height: 100%;background: rgba(43,86,152,.8);display: block;transition: all 0.5s;pointer-events: none;}
.home-pros ul li a{display: block;position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 2;}
.home-pros ul li img{ max-width:none;width: 100%;height: 100%;object-fit: cover;}
.home-pros ul li .text{position: absolute; top:30%;left: 0;width: 100%;color: #fff;text-align: center;z-index: 3;font-weight: normal;pointer-events: none;word-break: keep-all;}
.home-pros ul li .text h3{font-size: 26px;font-weight:bold;}
.home-pros ul li .text p{font-size: 16px; padding: 30px;}
.home-pros ul li .text .more{font-size: 14px;}
.home-pros ul li .more .iconfont {display: inline-block;transition: transform 0.3s ease;}
.home-pros ul li:hover{width: 45%;transition: all 0.6s;}
.home-pros ul li:hover .more .iconfont {transform: translateX(5px);}
.home-pros ul li:hover:before{background: rgba(43,86,152,.5);}
.home-pros ul li.on{ width: 45%;transition: all 0.6s;}

/*首页关于我们*/
.home-aboutbg{overflow: hidden;background: url(../images/aboutbg.jpg) no-repeat center;background-size: cover;}
.home-aboutbg .home-bt{margin:30px 0 50px 0}
.home-aboutbg .home-bt span{color:#2b5698}
.home-aboutbg .home-bt span b{color:#74af35}
.home-aboutbg .home-bt em{color:#ccc}
.home-about-wrapper{display:flex;align-items:center;gap:30px;padding:80px 0}
.home-about-left{flex:1;color:#333}
.home-about-left h2{font-size:30px;color:#2b5698;font-weight:bold;margin-bottom:20px;line-height:1.3;}
.home-about-left h2 b{color:#74af35}
.home-about-left em{display:block;font-size:16px;color:#aaa;font-style:normal;margin-bottom:25px;letter-spacing:1px;text-transform:uppercase}
.home-about-left .text{font-size:16px;line-height:1.6;color:#333;margin-bottom:30px;text-align:justify}
.home-about-left .more-btn{display:inline-block;padding:10px 30px;background:#2b5698;color:#FFF;border-radius:5px;font-size:15px;transition:all 0.3s ease;font-weight:500}
.home-about-left .more-btn .iconfont{display:inline-block;transition:transform 0.3s ease}
.home-about-left .more-btn:hover{opacity:0.8}
.home-about-left .more-btn:hover .iconfont{transform:translateX(5px)}
.home-about-right{flex:1;position:relative}
.about-swiper{width:100%;padding-top:75%;position:relative;box-shadow:0 1px 4px #ccc}
.about-swiper .swiper-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}
.about-swiper .swiper-slide{width:100%;height:100%}
.about-swiper .swiper-slide img{width:100%;height:100%;object-fit:cover}
.about-swiper .about-pagination{position:absolute;bottom:15px !important;left:50% !important;transform:translateX(-50%);width:auto;z-index:99;text-align:center}
.about-swiper .about-pagination .swiper-pagination-bullet{width:10px;height:10px;background:rgba(255,255,255,0.7);border-radius:50%;opacity:1;margin:0 5px !important;display:inline-block;cursor:pointer;transition:all 0.3s ease}
.about-swiper .about-pagination .swiper-pagination-bullet-active{background:#74af35;width:24px;border-radius:5px}

/*新闻*/
.home-newsbg{overflow: hidden;background: url(../images/newsbg.jpg) no-repeat center;background-size: cover;padding-bottom: 50px;}
.home-newstop{float: left;width:440px;}
.home-newstop .img{overflow: hidden;height: 277px;}
.home-newstop .img img{width: 100%;height: 100%;object-fit: cover;
    -webkit-transform:scale(1.05,1.05);
	-moz-transform:scale(1.05,1.05); 
	transform:scale(1.05,1.05);
	transition: all 0.3s;}
.home-newstop .img:hover img{
	-webkit-transform:scale(1.08,1.08); 
	-moz-transform:scale(1.08,1.08); 
	transform:scale(1.08,1.08);
}

.home-newstop .text{overflow: hidden;background: #2b5698; padding: 30px;}
.home-newstop .text h2{font-size: 18px;color: #FFF;line-height: 28px;text-overflow: ellipsis;}
.home-newstop .text time{display: block; font-size: 13px; color:#FFF;margin: 10px 0;}
.home-newstop .text p{font-size: 14px;line-height: 24px;color: #FFF;}

.home-newstj{float: left;width:calc((100% - 440px));}
.home-newstj ul li{float: left; width: 47%; margin-left:3%; background: #FFF;margin-bottom:3%;box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);transition: all 0.3s;}
.home-newstj ul li:hover{ box-shadow: 0 1px 12px #ccc;}
.home-newstj ul li .text{ padding: 29px;}
.home-newstj ul li .text time{color: #999;}
.home-newstj ul li .text h2{ font-size: 18px; color: #222; margin: 15px 0;}
.home-newstj ul li .text .fg{width: 50px;height: 3px;background: #2b5698; margin: 10px 0;}
.home-newstj ul li .text p{color: #888; line-height: 26px;}

@media (min-width:1366px) and (max-width:1690px) {
.Bannerswiper .img .text h2{font-size: 45px;line-height: 65px;}
}

@media (min-width:1024px) and (max-width:1366px) {
.Bannerswiper .img .text h2{font-size: 40px;line-height: 60px;}
.home-bt span{font-size: 30px;}
.home-bt em{font-size: 20px;}
}

@media (min-width:768px) and (max-width:1024px) {

.Bannerswiper .img .text h2{font-size: 36px;line-height: 40px;}
.Bannerswiper .img .text small{font-size: 17px;}

.home-bt{margin: 40px 0;}
.home-bt span{font-size: 28px; line-height: 40px;}
.home-bt em{font-size: 18px; line-height: 40px;}

.home-pros{margin-bottom: 50px;}
.home-pros ul{display: inherit;}
.home-pros ul li{ width: 49%; margin-bottom: 30px;}
.home-pros ul li:hover{width: 49%;}

.home-about-wrapper{flex-direction:column;gap:30px;padding:40px 0}
.home-about-left h2{font-size:28px}
.home-about-left em{font-size:14px}
.home-about-left .text{text-align:justify}

.home-newstop{width: 100%;}
.home-newstop .img img{width: 100%;}
.home-newstj{width: 100%;}
.home-newstj ul{margin-left: -1%; margin-right: -1%;}
.home-newstj ul li{width: 48%; margin:1%;}


	
}
@media screen and (max-width:767px) {

.Bannerswiper .img .text{left: 50%;transform: translate(-50%, -50%);width: 96%;}	
.Bannerswiper .img .text h2{font-size: 22px; line-height: 30px; margin-bottom: 0;text-shadow:unset;letter-spacing:unset;}
.Bannerswiper .img .text small{font-size: 15px;}

.home-bt{margin: 30px 0;}
.home-bt span{font-size: 24px; line-height: 30px;}
.home-bt em{font-size: 12px;line-height: 30px;}

.home-pros{margin-bottom: 30px;}
.home-pros ul{display: inherit;}
.home-pros ul li{ width: 100%; margin-bottom: 20px; height: 250px;}
.home-pros ul li:hover{width: 100%;}
.home-pros ul li .text h3{font-size: 22px;}
.home-pros ul li .text p{padding: 15px;}

.home-about-wrapper{flex-direction:column;gap:20px;padding:30px 0}
.home-about-left{width:100%}
.home-about-left h2{font-size:24px;margin-bottom:8px;text-align:center}
.home-about-left em{font-size:12px;margin-bottom:15px;text-align:center}
.home-about-left .text{text-align:justify;font-size:15px;line-height:1.8}
.home-about-left .more-btn{display:flex;justify-content:center;padding:10px 25px;font-size:14px}
.home-about-right{width:100%;position:relative}
.about-swiper{width:100%;padding-top:75%;background:#e8e8e8;position:relative}
.about-swiper .swiper-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}
.about-swiper .swiper-slide{width:100%;height:100%}
.about-swiper .swiper-slide img{width:100%;height:100%;object-fit:cover}
.about-swiper .about-pagination{position:absolute;bottom:10px !important;left:50% !important;transform:translateX(-50%);width:auto;z-index:99;text-align:center}
.about-swiper .about-pagination .swiper-pagination-bullet{width:8px;height:8px;background:rgba(255,255,255,0.7);border-radius:50%;opacity:1;margin:0 4px !important;display:inline-block;cursor:pointer;transition:all 0.3s ease}
.about-swiper .about-pagination .swiper-pagination-bullet-active{background:#74af35;width:18px;border-radius:4px}

.digital{margin: 40px 0;}
.digital ul li{width: 50%; margin-bottom: 30px;}
.digital ul li:nth-of-type(2) {border-right: 0;}
.digital ul li h2{font-size: 48px;}
.digital ul li h5{font-size: 14px;}

.home-newstop{width: 100%; margin-bottom: 20px;}
.home-newstop .text{padding: 15px;}
.home-newstop .img{height: auto;}
.home-newstop .img img{width: 100%;}

.home-newstj{width: 100%;}
.home-newstj ul li{width: 100%; margin-left: 0;}
.home-newstj ul li .text{ padding: 30px 15px;}
.home-newstj ul li .text h2{font-size: 16px; color: #222; margin: 15px 0;-webkit-line-clamp: 2;}
.home-newstj ul li .text p{font-size: 15px; line-height: 26px;}
}
