/*
* @Author: Marte
* @Date:   2018-11-13 11:48:58
* @Last Modified by:   Marte
* @Last Modified time: 2018-11-14 15:28:20
*/
.cta-box {
	position: absolute;
	bottom: 45px;
	padding: 35px 45px 35px;
	text-align: left !important;
	box-sizing: border-box;
	left: 150px;
}
.slide-title {
	font-size: 80px;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 2px 2px 7px black;
	line-height: 1.1;
	color: #fff;
	margin: 0 auto;
	max-width: 1400px;
}
.zhLan .slide-title{
    margin-bottom: 30px;
}
.slide-text {
	font-size: 60px;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 2px 2px 7px black;
	line-height: 1.1;
	color: #fff;
	margin: 0 auto;
	max-width: 1400px;
}
.slide-small-text {
	font-size: 35px;
	font-weight: normal;
	text-transform: capitalize;
	text-shadow: 2px 2px 7px black;
	line-height: 1.3;
	color: #fff;
	margin: 0 auto;
	max-width: 1400px;
	text-align: left !important;
}

#spa-hero-text {
	position: absolute;
	top: 60%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	left: 100px;
	margin: 0 auto;
	max-width: 1000px;
	padding: 20px 55px;
	text-align: right;
	font-size: 75px;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 2px 2px 7px black;
	line-height: 1.1;
	color: #fff;
	text-align: left;
	z-index: 9;
}
#spa-hero-text:before {
	content: '';
	display: block;
	position: absolute;
	top: -25px;
	bottom: -25px;
	left: 0;
	right: -1000px;
	z-index: -1;
}
.top {
	display: block;
}
.zhLan .top{
    margin-bottom: 40px;
}
.bottom {
	display: block;
	font-size: 30px;
	font-weight: normal;
	text-transform: capitalize;
}
.banner {
	overflow: hidden;
	position: relative;
}
.caps {
	text-transform: uppercase;
}
.hero-img {
	position: relative;
	overflow: hidden;
	background-size: 110%;
	background-position: 65% 25%;
}
.hero-img img {
	position: relative;
}
.hero-img:after {
	content: '';
	background: rgb(255,255,255);
	background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	height: 100px;
	width: 100vw;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}
.grid-box {
	display: flex;
	max-width: 1110px;
	margin: 50px auto 0;
}

.grid-box div {
	text-align: center;
	flex: 1;
    padding: 0 8px;
}

.title-box {
	text-align: center;
	padding: 100px 0px;
}

.title-box .title-item2 {
	padding: 15px 0px;
	font-weight: 600;
	font-size: 20px;
}
.container{
	position:relative;
}
/*轮播图css*/
#mySlider1 {
	margin-top: 100px;
}
	#mySlider1 img {
	width:100%;
}
#banner {
	position: relative;
}

.pic image {
	display: block;
	/*默认有图片不显示*/
	position: absolute;
	/*绝对定位.对应的是.pic这个div*/
	top: 0px;
	left: 0px;
}

.pic a {
	display: none;
}

.pic {
	/*专门显现图片区*/
	position: relative;
	/*相对定位.对应.pic img*/
	/*border: 1px solid red;*/
}
.pic a img {
	width: 100%;
}

.btn ul {
	padding: 0px;
}

.btn ul li {
	background-color: #FFFFFF;
	/*黑色*/
	color: #ffffff;
	list-style-type: none;
	width: 15px;
	height: 15px;
	float: left;
	border-radius: 9px;
	/*变成圆的*/
	text-align: center;
	line-height: 18px;
	cursor: pointer;
	/*鼠标移动变手指状态*/
	margin-left: 5px;
}

.btn ul li.one {
	background-color: #ffffff05;
	border: 1px solid #FFFFFF;
	width: 16px;
	height: 16px;
}

.tech-box {
	display: flex;
	justify-content: center;
	padding: 0;
}

.tech-box div {
	padding: 0px 30px;
}

.swiper-wrapper div{
	text-align: center;
}
.img-bottom {
	width: 100%;
}
h1 {
	font-size: 60px;
	font-weight: 600;
}

.info-one {
	position: absolute;
	width: 268px;
	border-radius: 50%;
	padding: 40px;
	bottom: -15px;
	left: 6px;
	font-size: 13px;
	display: flex;
	align-items: center;
	border: 2px solid #FFC351;
	background-color: white;
    text-align: center;
}
.zhLan .info-one{
    border: none;
	background-color: transparent;
    width: 250px;
    bottom: 12px;
    left: 12px;
}
.skLan .info-one{
    width: 275px;
}
.ptLan .info-one, .frLan .info-one, .bgLan .info-one, .ruLan .info-one{
    width: 300px;
}
.daLan .info-one, .fiLan .info-one, .roLan .info-one{
    width: 280px;
}
.ltLan .info-one, .lvLan .info-one, .slLan .info-one{
    width: 290px;
}
.huLan .info-one, .ukLan .info-one{
    width: 295px;
}
.elLan .info-one{
    width: 318px;
}
.copy-right{
	position: absolute;
	right: 180px;
    bottom: 0;
	width: 252px;
	text-align: center;
	font-size: 10px;
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
}

.info-two {
	position: absolute;
	width: 180px;
	background: #fff;
	padding: 50px 30px;
	border-radius: 50%;
	box-sizing: content-box;
	right: 5px;
	font-size: 13px;
	bottom: 36px;
	line-height: 17px;
	text-align: center;
	border: 2px solid #2882d8;
}
.img-bottom {
	width: 100%;
}
.swiper-slide{
	width: 100%;
}

#mySlider1 .swiper-button-next,#mySlider1 .swiper-button-prev {
	top: 50%;
}

.brand-bottom .swiper-button-next{
	top:34%;

}
.brand-bottom .swiper-button-prev{
	top:34%;
}

.bottom-in {
	width: 25%;
}
.bottom-in img {
	width: 100%;
}
.pagination {
	position: absolute;
	left: 0;
	text-align: center;
	bottom: 5px;
	width: 100%;
	z-index: 999;
}
#bannerpagination .swiper-pagination-bullet {
	display: inline-block;
	width: 6px;
	height: 6px;
	opacity: 1;
	border-radius: 10px;
	background: white;
	margin: 0 3px;
	cursor: pointer;
	transition: width 0.3s ease-in-out;
}
#bannerpagination .swiper-pagination-bullet-active {
	background: #fff;
	width: 12px;
}
.trainer {
	margin-top: 150px;
	padding-bottom: 30px;background: white;
}
.bottom-one {
	padding-right: 30px;
}
.bottom-two {
	padding-left: 10px;
}
.bottom-three {
	padding-right: 20px;
}
.bottom-four {
	padding-right: 30px;
}
.bottom-five {
	padding-right: 30px;
}
.bottom-six {
	padding-right: 30px;
}
.brand-bottom {
	padding: 0 60px;
}
.brand-bottom img {
	max-height: 340px;
}
.font-three {
	text-align: center;
	font-size: 24px;
}