﻿@charset "utf-8";
/* CSS Document */
.swiper-container { height: 600px; }
.arrow-left { background: url(../images/arrows.png) no-repeat left top; position: absolute; left: 10px; top: 50%; margin-top: -15px; width: 17px; height: 30px; z-index: 10; }
.arrow-right { background: url(../images/arrows.png) no-repeat left bottom; position: absolute; right: 10px; top: 50%; margin-top: -15px; width: 17px; height: 30px; z-index: 10; }
.pagination { position: absolute; left: 0; text-align: center; bottom: 5px; width: 100%; }
.swiper-pagination-switch { display: inline-block; width: 10px; height: 10px; border-radius: 10px; background: #999; margin: 0 3px; cursor: pointer; }
.swiper-active-switch { background: #fff; }
.swiper-slide { position: relative; opacity: 0; transition: opacity 0.7s ease-in-out; }
.swiper-slide-active { opacity: 1; }
.swiper-slide .img { position: absolute; }
.inner { position: relative; display: block; width: 1360px; height: 600px; margin: 0 auto; }
.slide1 { background:url(../images/pic/1.jpg) no-repeat center; }
.slide2 { background:url(../images/pic/2.jpg) no-repeat center; }
.slide3 { background:url(../images/pic/3.jpg) no-repeat center; }

.slide1 .s0 { left: 0; margin-left: 111px; top: 105px }
.slide1 .s1 { right: 0; margin-right: 111px; top: 105px; }


.slide2 .zh-a-1 { left: 0; top: 140px;}
.slide2 .zh-a-2 { left: 457px; top:140px; }
.slide2 .zh-a-3 { right: 0; margin-left: 11px; top:140px; }

.slide3 .b-1 { left: 0; top: 155px; }
.slide3 .b-2 { left: 456px; top: 155px; }
.slide3 .b-3 { right: 0; top: 155px; }

.loop { animation-iteration-count: infinite;/*无限*/ animation-timing-function: linear;/*平滑*/ }


