﻿@charset "utf-8";
/* CSS Document */

  body {
        font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
        font-size: 14px;
        color:#000;
        margin: 0;
        padding: 0;
    }
.swiper-container1{
	margin-top:55px;
}	
.swiper-container1 .swiper-slide{
	width:900px;
	position: relative;
	margin: 0 50px;
	}
.swiper-container1 .swiper-slide a{
	transition: 0.2s;
	}	
.swiper-container1 .swiper-slide a:hover{
	}	

.swiper-container1 .swiper-button-prev{
	width:60px;
	height:60px;
	top:160px;
	left: 22%;
	background: url("../images/pre_04.png") repeat 0 0;
	margin-top:0;
	z-index:99;
	transition: 0.2s;
	}	
.swiper-container1 .swiper-button-next{
	width:60px;
	height:60px;
	top:160px;
	right: 22%;
	background: url("../images/pre_03.png") repeat 0 0;
	margin-top:0;
	z-index:99;
	transition: 0.2s;
	}

