body{margin: 0;}
a{
    text-decoration: none;
    color:#333;
}
.clear:after,.clear:before{
    content: "";
    display: table;
}
.clear:after{
    clear: both;
}
.clear{
    *zoom: 1;
}
/*
 .main {
     width: 99vw;
     transition: all .7s ease-in-out;
}

.main .scrolist {
     width: 99vw;
     height: 99vh;
            /* transform: translateY(-100vh); 
 }*/
.future_bg{
    background:url("../img/futureBg.jpg")  no-repeat center;
    background-size: cover;
    width: 100%;
    height: 861px;
}

@-webkit-keyframes revolving{
  25%{
    -webkit-transform: perspective(700px) translateY(20px) scale(1.2);;
  }
  57.5%{
    -webkit-transform: perspective(700px) translateY(0px) scale(1);
  }
  80%{
    -webkit-transform: perspective(700px) translateY(-20px)  scale(0.9);;
  }
  100%{
    -webkit-transform: perspective(700px) translateY(0)  scale(1);;
  }
}
.mouse{
    position: absolute;
    top: 70%;
    left: 50%;
    webkit-animation: revolving 5s 0s infinite;
    animation: revolving 5s 0s infinite;
}
.homeProduct{
    margin: 8% 1% 2% 9%;
}
.homeProduct .proText{
    float: left;
    width: 39%;
    padding-right: 6%;
    color: #333333;
}

.homeProduct .proImg{
    float: left;
    width: 55%;
}
.homeProduct .Tit{
    font-size: 54px;
    margin:1% 0 0;
    color: #333333;
}
.subTit{
    font-size: 26px;
    margin-top: 1.5%;
    color: #4a4e54;
}
.proText .proMid{
    margin-top: 10%;
}
.proText .proMid img{
    display: inline-block;
    margin-right: 5%;
    border-right: 1px solid #ccc;
    padding-right: 5%;
}

.proText .proMid div{
    display: inline-block;
}
.proMid .num{
    font-size: 60px;
    color: #0043a8;
    display: contents;
}
.proMid span{
    font-size: 18px;
    color: #0043a8;
}
.proMid .line{
    width: 2px;
    height: 100%;
    background-color: #e0e0e0;
}
.tip{
    margin-top: 9%;
    color: #666666;
}
.proText .text{
    margin: 14% 0 8%;
   color:#333;
    font-size: 18px;
    line-height: 2;
}
.yyly button,.proText button{
    width: 265px;
    height: 50px;
    color: #aaa;
    font-size: 18px;
    background: transparent;
    border: 1px solid #aaa;
    border-bottom-left-radius: 15px;
    cursor: pointer;
    transition: all .4s;
}
.yyly button{
    color: #eee;
    border: 1px solid #eee;
}
.yyly button:hover ,.proText button:hover{
    background-color: #0043a8;
    color: #fff;
   border:none;
    transition: all .4s;
}
.proText button strong{
    font-size: 20px;
}
.homeScyf{clear: both;border-top: 8px solid #091870;}


.swiper-content {
    width: 83%;
    overflow: hidden;
    margin: 1.5% auto;
}
.swiper-content .nav{
    width:100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.swiper-content .title {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.swiper-content .nav-item {
    display: block;
    color: #4a4e54;
    overflow: hidden;
}
.swiper-content .nav-item a{
    text-decoration: none;
}
.swiper-content .nav-item p{
    color: #4a4e54;
    font-size: 24px;
}
.swiper-content .nav-item .scLogo{
    width: 70px;
    height: 65px;
    margin: auto;
}
.swiper-content .nav-item:first-child .scLogo{
    background: url("../img/scsbLogo.png") center/contain no-repeat;
}
.swiper-content .nav-item:nth-child(2) .scLogo{
    background: url("../img/jyglLogo.png") center/contain no-repeat;
}
.swiper-content .nav-item:nth-child(3) .scLogo{
    background: url("../img/znzzLogo.png") center/contain no-repeat;
}
.swiper-content .nav-item:nth-child(4) .scLogo{
    background: url("../img/znccLogo.png") center/contain no-repeat;
}
.swiper-content .nav-item:nth-child(5) .scLogo{
    background: url("../img/zlbzLogo.png") center/contain no-repeat;
}

/* 点击的激活样式 */
.swiper-content .nav-item.active .scLogo{
    transform: translateX(-120%);
    filter: drop-shadow(84px 0 #091870);
}
.swiper-content .nav-item.active p{
    color: #091870;
}
    /* 轮播图的样式 */
.swiper-content .swiper-container {
    margin-top: 2%;
    height: 680px;
}

.swiper-content .swiper-container  img{
	max-height:680px;
}
.swiper-content .line{
    width: 100%;
    height: 2px;
    opacity: 0.5;
    margin-top: -2%;
    background-color: #000;
}
.swiper-content .nav-item .circle{
    margin: auto;
    height: 23px;
    width: 15px;
    background:url("../img/circle.png") center no-repeat;
}
.swiper-content .nav-item.active .circle{
    height: 26px;
    width: 23px;
    background:url("../img/pgActive.png") center no-repeat;
}
.swiper-container .cube{
    position: absolute;
    right: 0;
    bottom: 0;
    color: #fff;
    font-size: 20px;
    width: 854px;
    height: 320px;
    background-color:#091870;
}
.swiper-container .cube .tit{
    margin: 7.5% 8% 0;
    font-size: 40px;
    color:#fff;
}
.swiper-container .cube .text {
    margin: 4% 8%;
    text-align: justify;
    width: 70%;
    line-height: 30px;
    color: #d2d2d2;
}
.swiper-container .cube .redCube{
    position: absolute;
    right: 0;
    bottom: 0;
    color: #fff;
    text-align: center;
    line-height: 182px;
    width: 156px;
    height: 182px;
    font-size: 80px;
    background-color: #D5372E;
    transition: all .4s;
}
.swiper-container .cube:hover .redCube,.swiper-container .cube .redCube:hover{
    background-color: aliceblue;
    color: #555;
    transition: all .4s;
    opacity: .8;
}
.flex{display:flex;}
.homeYyly{
    margin: 5% 0 0;
  color:#fff;
    transition: all .3s;
}
.homeYyly .yyly{    padding: 5%;background:#0E88CB;}
.homeYyly .img{
    width: 86%;
    position: relative;
}
.homeYyly .img img{
    width: 100%;
    height: 100%;
    transition: all .3s;
}
.homeYyly .img i {
    opacity: 0;
    transition: all .3s;
}

.homeYyly:hover .img i{
    background: url("../img/homeyyly.jpg") center no-repeat;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: all .3s;
}
.homeYyly .Tit{
    font-size: 48px;
    margin-bottom: 1.5%;
}
.homeYyly .tip{
    margin: 10% auto;
    color: #fff;
    font-size: 20px;
    text-align: justify;
}
.swiper-slide {
    text-align: center;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
    min-height:100%;
    object-fit: cover;
    transition:1s linear 2s;
}

.swiper-slide-active img,.swiper-slide-duplicate-active img{
    transition:6s linear;
    transform:scale(1,1);
}
.hmyySwiper {
    width: 90.5%;
    height: 100%;
    margin:4.5% auto;
    padding-right: 3%;
    padding-left: 2.5%;
}
.hmyySwiper a {
    width: 100%;
    height: 100%;
}
.hmyySwiper i{
    background: rgb(0 0 0 / 40%);
    background-size: cover;
    position: absolute;
  	top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: all .3s;
}
.hmyySwiper .swiper-slide:hover i{
    opacity: .3;
    transition: all .3s;
}
.hmyySwiper .swiper-slide p{
    position: absolute;
    left: 30%;
    top: 45%;
    margin: 0;
    font-size: 36px;
    color: #fff;
}
.hmyySwiper .swiper-button-next{
    right: 0px;
}
.hmyySwiper .swiper-button-prev{
    left: 0px;
}
.homeNews{
    margin-top: 5.5%;
    padding-left: 9%;
    width: 82%;
}
.homeNews .Tit{
    font-size: 48px;
    margin: 0;
}
.homeNews .tip{
    font-size: 18px;
    color: #666666;
    margin: 1% 0 5.5%;
}
.homeNews .newsItem{
    flex-basis: 30%;
    font-size: 20px;
    color: #333;
    margin-bottom: 4%;
    overflow: hidden;
    transition:all .4s;
}
.homeNews .newsItem .right{
    float: right;
    width: 55%;
}
.newsItem .title{
    font-size: calc(18px + .3vw);
    font-weight: 600;
    padding: 0 2%;
}
.homeNews .date{
    font-size: 15px;
    padding-left: 2%;
    color: #69737d;
}
.newsList{
    display: flex;
    justify-content: space-between;
}
.newsList .newsItem img{
    width: 100%;
    overflow: hidden;
    height: 300px;
    transition:all .4s;
}
.newsList .newsItem:hover img{
    transform: scale(1.1);
    transition: all .4s;
}
.newsList .newsItem:hover{
    background: #eee;
    transition:all .4s;
}
.homeSchd{
    width: 38.3%;
    height: 100%;
    float: right;
    padding:5% 4%;
    background: url("../img/schd.jpg") center/cover no-repeat;
}
.homeSchd .tit{
    font-size: 22px;
    color: #fff;
    margin: 3% 0 5.5%;
    padding-bottom: 4%;
    border-bottom: 1px solid rgba(255, 255, 255, .4);
}
.homeSchd .scItem .date{
    font-size: 16px;
    color: #bcbcbc;
    margin-bottom: 1.5%;
}
.homeSchd .scItem .title{
    font-size: 28px;
    margin: 0 0 3.5%;
    color: #fff;
}
.homeSchd .scItem{padding:1%;transition: all .5s;}
.homeSchd .scItem:hover{
    background: rgba(255,255,255,.3);
    transition: all .5s;
}
.homeSchd button{
    width: 188px;
    height: 41px;
    color: #ccc;;
    background: transparent;
    font-size: 15px;
    border: solid 1px #ccc;
    border-bottom-left-radius: 15px;
    margin-top: 9%;
    cursor:pointer;
    transition: all .5s;
}
.homeSchd button:hover{
    color: #000;
    background: rgba(255,255,255,.5);
    transition: all .5s;
}

@media screen and (max-width: 425px) {
  .future_bg{
    background-position-x: 57%;
    height: 700px;
  }
  .homeProduct .proText,.homeProduct .proImg img,.swiper-content,.swiper-container .cube{width:100%;}
  .homeSchd{width:92%;}
  .homeNews{width:98%; padding-left: 2%;
        margin-top: 12%;}
  .homeNews .tip{
    margin: 6% 0 7.5%;
  }
  .homeProduct{margin: 8% 2% 9%;}
  .homeProduct .proImg{float:none;width:100%;}
  .homeProduct .proText {    margin-bottom: 10%;}
  .swiper-container .cube .redCube{
    line-height: 85px;
    width: 20%;
    height: 30%;
  }
  .swiper-container .cube{    height: 380px;}
  .swiper-content .nav-item p{font-size: 22px;}
  .homeYyly .tip{width:90%;}
  .homeProduct .Tit{ margin-right: 0;}
  .swiper-content .nav{    padding-left: 1%;}
  .footer .botm p{margin-block-start: 0;}
  .newsList{    flex-direction: column;}
  .newsItem .title{    margin-bottom: 9%;}
  .hmyySwiper { width: 100%; }
  
.flex{flex-direction: column;}
  .flex div{width:100%;}
}