﻿@charset "utf-8";
/* CSS Document */

.swiper-container{
	margin-top:0;
	height: 550px;}	
.swiper-slide{
	width:1400px;}
.swiper-slide img {
	height: 550px;
	width: 100%;}	
.swiper-slide a{
	transition: 0.2s;}	
.swiper-pagination{
	text-align:center;
	width:100%;
	margin-top:10px;}
.swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
	margin:0 5px;
	background:#02328d;}
.swiper-button-prev{
	background: rgba(0, 0, 0, 0.68) !important;
	width:1400px;
	height:550px;
	left: -100%;
	top:0;
	margin-top:0;
	z-index:99;
	transition: 0.2s;}	
.swiper-button-next{
	background: rgba(0, 0, 0, 0.68) !important;
	width: 1400px;
	height: 550px;
	right: -100%;
	top: 0;
	margin-top: 0;
	z-index: 99;
	transition: 0.2s;}
.swiper-button-prev:hover,.swiper-button-next:hover{
	opacity:0.6;}
.s_btn{
	width: 1400px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -700px;
	height: 550px;}