
.scroll-ico{position:absolute; bottom:14%; left:50%; z-index:2; width:22px; height:31px; margin:0 0 0 -11px; padding:0 0 10px;}
.scroll-ico:after{display:block; content:''; position:absolute; bottom:0px; left:50%; width:14px; height:7px; margin:0 0 0 -7px; background:url(../images/arr-white-bottom.png) no-repeat center; background-size:contain; animation-name:move; animation-duration:1.5s; animation-iteration-count:infinite;}
.scroll-ico img{ width:22px; height:31px}

@media (max-width: 1300px) {
.scroll-ico{  bottom:10%;}	
}

@media (max-width: 1200px) {
.scroll-ico{ display: none}	
}

@keyframes move{
	from {
	bottom:0;
	opacity:1;
	}
	to {
	bottom:-10px;
	opacity:0;
	}
}



.swiper-container {
      width: 100%;
      height: 100%; position: relative;
    }
    .swiper-slide img{
		width:100%;
		height:auto;
		min-height:100%;
		transition:1s linear 2s;
		transform:scale(1.1,1.1);vertical-align: top;
		}
	.swiper-slide-active img,.swiper-slide-duplicate-active img{
		transition:6s linear;
		transform:scale(1,1);
		}	
    
.swiper-container .swiper-pagination-bullet {
	width:12px;
	height:12px;
	display:inline-block;
	border-radius:100%;
	background:#fff;
 opacity: 0.5;
}
    
    
.swiper-container .swiper-pagination-bullet-active {
    opacity: 1;
    background:#f18108;
    width:12px;
	height:12px;
}
.swiper-container .swiper-button-next{  font-size: 14px; width: 40px;height: 40px; border-radius: 50%;background:rgba(255,255,255,0.1) } 
    .swiper-button-next:after, .swiper-button-prev:after {font-size: 20px;opacity:0.9; color: #fff}
     .swiper-container .swiper-button-prev{ font-size: 14px; width: 40px;height: 40px; border-radius: 50%;background:rgba(255,255,255,0.1)}
    
    .swiper-container .swiper-button-next:hover{ opacity:1; background: #f18108}
    .swiper-container .swiper-button-prev:hover{ opacity:1; background: #f18108}

.swiper-container .swiper-pagination{ bottom:50px;}
@media screen and (max-width: 1200px) {
.swiper-container .swiper-button-next{  font-size: 12px; width: 30px;height: 30px; border-radius: 50%;background:rgba(255,255,255,0.1) } 

.swiper-container .swiper-button-prev{ font-size: 12px; width: 30px;height: 30px; border-radius: 50%;background:rgba(255,255,255,0.1)}
.swiper-button-next:after, .swiper-button-prev:after {font-size: 14px;}    
}

@media screen and (max-width: 700px) {
  .swiper-container .swiper-pagination-bullet-active {
    opacity: 1;
    background:#f18108;
    width:10px;
	height:10px;
}

.swiper-container .swiper-pagination-bullet {
	width:10px;
	height:10px;
	display:inline-block;
	border-radius:100%;
	background:#fff;
 opacity: 0.5;
}
    
.swiper-container .swiper-pagination{ bottom:10px;}
}



    	.news-sy{ overflow: hidden;width: 100%; position: relative;}	
	.news-sy .swiper-button-next:after,.news-sy .swiper-button-prev:after {
		font-family:swiper-icons;
		font-size:20px;
		text-transform:none!important;
		letter-spacing:0;
		font-variant:initial;
		color: #fff;
		line-height:1
	}
	
	.news-sy .swiper-wrapper{

		padding-bottom:40px;
	  }
	

	
	.news-sy .swiper-pagination-bullet{ width: 12px;height: 12px; background: rgba(106, 106, 106, 0.5); border: 1px solid #fff; opacity:1;}
	.news-sy .swiper-pagination-bullet-active{width: 12px;height: 12px; background:#004098; border: 1px solid #fff;}
	.news-sy .swiper-button-prev {  margin-left: 20px;
		  font-size: 14px;
		  width: 40px;
		  height: 40px;
		  border-radius: 50%;
		  background: rgba(0, 0, 0, 0.2)
		}

	
		.news-sy .swiper-button-next { margin-right: 20px;
		  font-size: 14px;
		  width: 40px;
		  height: 40px;
		  border-radius: 50%;
		  background: rgba(0, 0, 0, 0.2)
		}
	  
		.news-sy .swiper-button-next:hover {
		  opacity: 1;
		  background: rgba(238, 88, 13, 0.8)
		}
	  
		.news-sy .swiper-button-prev:hover {
		  opacity: 1;
		 background: rgba(238, 88, 13, 0.8)
		}
	

		@media (max-width:750px) {
		  .news-sy .swiper-button-prev {
		  font-size: 14px;
		  width: 40px;
		  height: 40px;
		  border-radius: 50%;
		  background: rgba(0, 0, 0, 0.2);
		  transform: scale(0.7);   }

.news-sy .swiper-button-next {
		  font-size: 14px;
		  width: 40px;
		  height: 40px;
		  border-radius: 50%;
		  background: rgba(0, 0, 0, 0.2);
		  transform: scale(0.7); 
		}
	}


