﻿@charset "utf-8";
*{
	padding:0;
	margin:0;
}
.swiper-container{
	height:680px;
}
.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 .barText{
	position:absolute;

    left: 0%;z-index: 1; color: #c8ac70;
    text-shadow: 3px 3px 8px #2c2c2c;

}
.inner{
	position:relative;
    top: 330px;
	display:block;
	width:900px;
	height:300px;
	margin:0 auto;

}
.slide1{
    background: url("../images/banner1.jpg") no-repeat center;
}
.slide2{
   background: url("../images/banner2.jpg") no-repeat center;
}
.slide3{
	background: url("../images/banner3.jpg") no-repeat center;
}


.slide1 .barText .s1{font-size: 30px; font-family:"SourceHanSansCN-Medium"; font-weight: bold; line-height: 1.5em;color: #fff; }
.slide1 .barText .s2{font-size: 60px; color: #fff; line-height: 1em; margin: 10px 0px; font-family:"SourceHanSansCN-Medium";}
.slide1 .barText .s4-line{ width: 70px; height: 8px; margin-top: 15px; background-color: #c8ac70;}
.slide1 .barText .s3{top:200px;font-size: 24px; color: #fff; font-family: "SourceHanSansCN-ExtraLight"; margin-top: 0px;}
.slide2 .barText .s1{font-size: 30px; font-family:"SourceHanSansCN-Medium"; font-weight: bold; line-height: 1.5em;color: #fff; }
.slide2 .barText .s2{font-size: 60px; color: #fff; line-height: 1em; margin: 10px 0px; font-family:"SourceHanSansCN-Medium";}
.slide2 .barText .s4-line{ width: 70px; height: 8px; margin-top: 15px; background-color: #c8ac70;}
.slide2 .barText .s3{top:200px;font-size: 24px; color: #fff; font-family: "SourceHanSansCN-ExtraLight"; margin-top: 0px;}
.slide3 .barText .s1{font-size: 30px; font-family:"SourceHanSansCN-Medium"; font-weight: bold; line-height: 1.5em;color: #fff; }
.slide3 .barText .s2{font-size: 60px; color: #fff; line-height: 1em; margin: 10px 0px; font-family:"SourceHanSansCN-Medium";}
.slide3 .barText .s4-line{ width: 70px; height: 8px; margin-top: 15px; background-color: #c8ac70;}
.slide3 .barText .s3{top:200px;font-size: 24px; color: #fff; font-family: "SourceHanSansCN-ExtraLight"; margin-top: 0px;}

