@charset "utf-8";
.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:35%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);}
    
.Bannerswiper .img .text h2{ font-size: 55px; font-weight: bold; line-height:82px;letter-spacing: 5px;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:26px; color: #555;line-height: 50px;color: #ccc;text-transform: uppercase; }

/*首页四个产品*/
.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: 2;top:0;left: 0;width: 100%;height: 100%;background: rgba(43,86,152,.7);display: block;}
.home-pros ul li a{display: block;}
.home-pros ul li img{ max-width:none;}
.home-pros ul li .text{position: absolute; top:30%;left: 0;width: 100%;text-align: center;z-index: 3;font-weight: normal;text-transform: uppercase;}
.home-pros ul li .text h3{font-size: 22px;color: #fff;font-weight:bold;}
.home-pros ul li .text p{font-size: 14px; padding: 30px;}
.home-pros ul li .text .more{font-size: 14px;}
.home-pros ul li .text{position: absolute; top:30%;left: 0;width: 100%;text-align: center;z-index: 3;font-size: 22px;color: #fff;font-weight: normal;text-transform: uppercase;}
.home-pros ul li:hover{width: 45%;transition: all 0.6s;}
.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/about.jpg) no-repeat center; background-size: cover; }
.home-aboutbg .bg{display: inline-block; width: 100%; height: 100%; background: rgba(14,37,81,.5);padding-bottom: 10px;}
.home-about{}
.home-about h2{ text-align: center;margin: 100px 0 60px 0;}
.home-about .text{font-size: 18px; line-height: 30px; padding: 0 4%; text-align: center;color: #FFF;}

.digital{overflow: hidden; margin: 120px 0; }
.digital ul{}
.digital ul li{float: left; width: 25%; text-align: center; color: #FFF; border-right: 1px solid #FFF;}
.digital ul li:last-child{border-right:0;}
.digital ul li h2{ font-size: 50px; font-weight: bold;line-height: 60px;font-size: 58px;}
.digital ul li h2 i{font-size: 16px;position: absolute; margin-top: -20px; font-style: normal;}
.digital ul li h5{font-size: 16px; line-height: 32px;}

/*新闻*/
.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: 270px;}
.home-newstop .img img{width: 100%;height: 100%;object-fit: fill;
    -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{}
.home-newstj ul li{float: left; width: 47%; margin-left:3%; background: #FFF;margin-bottom:3%;}
.home-newstj ul li:hover{ box-shadow: 0 1px 12px #ccc; transition: all 0.3s;}
.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: 45px;}
}

@media (min-width:1024px) and (max-width:1366px) {
.Bannerswiper .img .text h2{font-size: 40px;line-height: 40px;}
.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 .text{padding: 0;}

.digital{margin: 60px 0;}
.digital ul li{width: 50%; margin-bottom: 30px;}
.digital ul li:nth-of-type(2) {border-right: 0;}

.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{transform: none;top: 40%; left: 2%; right: 2%;}	
.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:10px 0;}
.home-bt span{font-size: 24px; line-height: 30px;}
.home-bt em{font-size: 14px;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 p{padding: 15px;}

.home-about h2 img{width: 220px;}
.home-about .text{padding: 0;}

.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;}

}

