.vcenter {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  vertical-align: middle;
  margin: auto;
}


.section{
    height: 100vh!important;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}


.allmbox1{
    position: relative;
    overflow: hidden;
    height: 100%;
}
.home-next{
    position: absolute;
    bottom: 0;
    left: 40px;
    z-index: 1;
}
.allmoreButton {
    display: block;
    width: 217px;
    height: 60px;
    background: #2f7ef0;
    color: #FFF;
    font-size: 17px;
    line-height: 60px;
    text-align: center;
}

.allmoreButton i,.allmoreButton span,.allmoreButton strong {
    display: inline-block;
    vertical-align: middle
}
.allmoreButton i{
    font-size:30px;
}
.allmoreButton strong{
    margin-right: 22px;
    letter-spacing: 2px;
    font-weight: 500;
}
.allmoreButtonDot {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #FFF;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.allmoreButton:hover .allmoreButtonDot{
    margin:0 3px;
}
.allmoreButtonLine {
    width: 46px;
    height: 1px;
    background: #FFF;
    transition: all .5s ease 0s
}

.allmoreButton:focus,.allmoreButton:hover {
    color: #FFF
}

.allmoreButton:hover .allmoreButtonLine {
    width: 60px
}



/*home banner*/
.section .warpper{
    height: 100%;
}
.section-home .swiper-container{
    width: 100%;
    height: 100%;
}
.section .swiper-container .swiper-wrapper{
    width: 100%;
    height: 100%;
}
.section .swiper-container .swiper-slide{
    width: 100%;
    height: 100%;
}
.section-home .bannerImg{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.section-home .bannerImg .imgBg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.section-home .slide1 .imgBg{
    background: url("../images/banner1-bg.jpg") no-repeat center / cover;  
}



.section-home .slide1 .bannerText{
    position: absolute;
    bottom: 49%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
    width: 90%;
    text-align:center;
}
.section-home .slide1 .bannerText .banTextfir{
    font-size:54px;
    letter-spacing: 8px;
    color:#fff;
    font-weight: 700;
}
.section-home .slide1 .bannerText .banner2Line{
    display: block;
    margin: 20px auto;
    width: 45%;
    height: 1px;
    background: rgba(255,255,255,.2);
    transition: all .5s ease 0s;
}
.section-home .slide1 .bannerText .banner2Text{
    font-size: 26px;
    color: #fff;
    margin-bottom: 10px;
    letter-spacing: 2px;
}
.section-home .slide1 .bannerText .banner2Textlast{
    font-size:18px;
    color:rgba(255,255,255,0.7);
}

/*.section-home .slide1 .bannerText{
    position: absolute;
    width: 100%;
    text-align:center;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color:#fff;
    z-index: 3;
}
.section-home .slide1 .bannerText .fir{
    font-size: 54px;
    font-weight: 700;
    text-shadow: 0px 0px 10px #353535;
    letter-spacing: 8px;
}
.section-home .slide1 .bannerText .sec{
    font-size:26px;
    margin-top: 1%;
}
.section-home .slide1 .bannerLine{
    z-index: 2;
    position: absolute;
    width: 100%;
    text-align:center;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.section-home .slide1 .bannerLine img{
    max-width: 100%;
    margin:0 auto;
}*/
.section-home .slide2 .imgBg{
    background: url("../images/banner2-bg.jpg") no-repeat center / cover;
}
@keyframes bannerimgAnimate {
    0% {
        transform: scale(1.1);
        animation-timing-function: ease-in;
    }
    100% {
        transform: scale(1);
        animation-timing-function: ease-out;
    }
}
.bannerimgAnimate {
    -webkit-animation-name: bannerimgAnimate;
    animation-name:bannerimgAnimate;
}
.allmbox1 .swiper-slide-active .imgBg {
    animation: bannerimgAnimate 6s linear 0s;
}


.section-home .slide2 .bannerText{
    position: absolute;
    bottom: 49%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
    width: 90%;
    text-align:center;
}
.section-home .slide2 .bannerText .banTextfir{
    font-size:54px;
    letter-spacing: 8px;
    color:#fff;
    font-weight: 700;
}
.section-home .slide2 .bannerText .banner2Line{
    display: block;
    margin: 20px auto;
    width: 45%;
    height: 1px;
    background: rgba(255,255,255,.2);
    transition: all .5s ease 0s;
}
.section-home .slide2 .bannerText .banner2Text{
    font-size: 26px;
    color: #fff;
    margin-bottom: 10px;
    letter-spacing: 2px;
}
.section-home .slide2 .bannerText .banner2Textlast{
    font-size:18px;
    color:rgba(255,255,255,0.7);
}



.section-home .slide3 .imgBg{
    background: url("../images/banner3-bg.jpg") no-repeat center / cover;
}
/*.section-home .slide3 .bannerText{
    position: absolute;
    width: 100%;
    text-align: center;
    top: 22%;
    color: #fff;
    z-index: 3;
}
.section-home .slide3 .bannerText .fir{
    font-size: 54px;
    font-weight: 700;
    text-shadow: 0px 0px 10px #717171;
    letter-spacing: 8px;
}
.section-home .slide3 .bannerText .sec{
    font-size: 26px;
    margin-top: 1%;
    text-shadow: 0px 0px 7px #717171;
}*/



.section-home .slide3 .bannerText{
    position: absolute;
    bottom: 49%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
    width: 90%;
    text-align:center;
}
.section-home .slide3 .bannerText .banTextfir{
    font-size:54px;
    letter-spacing: 8px;
    color:#fff;
    font-weight: 700;
}
.section-home .slide3 .bannerText .banner2Line{
    display: block;
    margin: 20px auto;
    width: 45%;
    height: 1px;
    background: rgba(255,255,255,.2);
    transition: all .5s ease 0s;
}
.section-home .slide3 .bannerText .banner2Text{
    font-size: 26px;
    color: #fff;
    margin-bottom: 10px;
    letter-spacing: 2px;
}
.section-home .slide3 .bannerText .banner2Textlast{
    font-size:18px;
    color:rgba(255,255,255,0.7);
}







.section-home .slide4 .imgBg{
    background: url("../images/banner4-bg.jpg") no-repeat center / cover;
}
/*.section-home .slide3 .bannerText{
    position: absolute;
    width: 100%;
    text-align: center;
    top: 22%;
    color: #fff;
    z-index: 3;
}
.section-home .slide3 .bannerText .fir{
    font-size: 54px;
    font-weight: 700;
    text-shadow: 0px 0px 10px #717171;
    letter-spacing: 8px;
}
.section-home .slide3 .bannerText .sec{
    font-size: 26px;
    margin-top: 1%;
    text-shadow: 0px 0px 7px #717171;
}*/



.section-home .slide4 .bannerText{
    position: absolute;
    bottom: 49%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
    width: 90%;
    text-align:center;
}
.section-home .slide4 .bannerText .banTextfir{
    font-size:54px;
    letter-spacing: 8px;
    color:#fff;
    font-weight: 700;
}
.section-home .slide4 .bannerText .banner2Line{
    display: block;
    margin: 20px auto;
    width: 45%;
    height: 1px;
    background: rgba(255,255,255,.2);
    transition: all .5s ease 0s;
}
.section-home .slide4 .bannerText .banner2Text{
    font-size: 26px;
    color: #fff;
    margin-bottom: 10px;
    letter-spacing: 2px;
}
.section-home .slide4 .bannerText .banner2Textlast{
    font-size:18px;
    color:rgba(255,255,255,0.7);
}







.section-home .slide5 .imgBg{
    background: url("../images/banner5-bg.jpg") no-repeat center / cover;
}
/*.section-home .slide3 .bannerText{
    position: absolute;
    width: 100%;
    text-align: center;
    top: 22%;
    color: #fff;
    z-index: 3;
}
.section-home .slide3 .bannerText .fir{
    font-size: 54px;
    font-weight: 700;
    text-shadow: 0px 0px 10px #717171;
    letter-spacing: 8px;
}
.section-home .slide3 .bannerText .sec{
    font-size: 26px;
    margin-top: 1%;
    text-shadow: 0px 0px 7px #717171;
}*/



.section-home .slide5 .bannerText{
    position: absolute;
    bottom: 49%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
    width: 90%;
    text-align:center;
}
.section-home .slide5 .bannerText .banTextfir{
    font-size:54px;
    letter-spacing: 8px;
    color:#fff;
    font-weight: 700;
}
.section-home .slide5 .bannerText .banner2Line{
    display: block;
    margin: 20px auto;
    width: 45%;
    height: 1px;
    background: rgba(255,255,255,.2);
    transition: all .5s ease 0s;
}
.section-home .slide5 .bannerText .banner2Text{
    font-size: 26px;
    color: #fff;
    margin-bottom: 10px;
    letter-spacing: 2px;
}
.section-home .slide5 .bannerText .banner2Textlast{
    font-size:18px;
    color:rgba(255,255,255,0.7);
}








.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}
.swiper-container-banner .swiper-pagination{
    bottom: 5%;
    margin: 0;
}
.swiper-container-banner .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    background: #fff;
    opacity: 1;
    /* border-radius: 0; */
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s; margin: 0 4px;
}
.swiper-container-banner .swiper-pagination-bullet-active{
    width: 36px;
    background: #2f7ef0;
    border-radius: 6px;
}
@media screen and (max-width: 960px){
	.section-home .slide3 .bannerText .banTextfir{ font-size: 30px;}
	.section-home .slide2 .bannerText .banTextfir{font-size: 30px;}
	.section-home .slide1 .bannerText .banTextfir{font-size: 30px;}
	
	.section-home .slide4 .bannerText .banTextfir{ font-size: 30px;}
	.section-home .slide5 .bannerText .banTextfir{font-size: 30px;}
	
	.section-home .slide3 .bannerText .banner2Text{font-size: 20px;}
	.section-home .slide4 .bannerText .banner2Text{font-size: 20px;}
	.section-home .slide5 .bannerText .banner2Text{font-size: 20px;}
		.section-home .slide2 .bannerText .banner2Text{font-size: 20px;}
			.section-home .slide1 .bannerText .banner2Text{font-size: 20px;}
	
}


@media screen and (max-width: 750px){
	.section-home .slide3 .bannerText .banTextfir{ font-size: 24px;}
	.section-home .slide2 .bannerText .banTextfir{font-size: 24px;}
	.section-home .slide1 .bannerText .banTextfir{font-size: 24px;}
	
	.section-home .slide4 .bannerText .banTextfir{ font-size: 24px;}
	.section-home .slide5 .bannerText .banTextfir{font-size: 24px;}
	
	.section-home .slide3 .bannerText .banner2Text{font-size: 16px;}
	.section-home .slide4 .bannerText .banner2Text{font-size: 16px;}
	.section-home .slide5 .bannerText .banner2Text{font-size: 16px;}
		.section-home .slide2 .bannerText .banner2Text{font-size: 16px;}
			.section-home .slide1 .bannerText .banner2Text{font-size: 16px;}
			
		
	
}



