.doctor{

	position: fixed;

	bottom: 15px;

	right: 20px;

	background: url('../images/doctor.png') no-repeat;

	width: 247px;

	height: 122px;

	z-index: 101;

	display:none;

}

.doctor .text{

	float: left;

	width: 96px;

	height: 19px;

	margin: 49px 0 0 108px;

	padding: 1px 0;

	border: 0 none;

	background: none;

	color: #bababa;

	font-size: 12px;

}

.doctor button{

	float: left;

	width: 32px;

	height: 23px;

	margin: 0;

	margin-top: 48px;

	border: 0 none;

	background: none;

}

.wrapper{

	background-position: center center;

	background-repeat: no-repeat;

	height: 100%;

}

.m-resp {

  max-width: 100%;

  height: auto;

  display: block;

}



@media screen and (min-height: 900px){

	.container{

		background-position: center top;

	}

}



.swiper {

  width: 100%;

  height: 100%;

  position: relative;

}

.swiper .arrow-left {

  background: url(../images/arrows.png) no-repeat left top;

  position: absolute;

  left: 10px;

  top: 50%;

  margin-top: -36px;

  width: 72px;

  height: 72px;

  z-index: 2;

  opacity: 0.5;

  -moz-opacity: 0.5;

  filter:alpha(opacity=50);



  -webkit-transition: opacity 300ms;

  -moz-transition: opacity 300ms;

  -o-transition: opacity 300ms;

  -ms-transition: opacity 300ms;

  transition: opacity 300ms;

}

.swiper .arrow-right {

  background: url(../images/arrows.png) no-repeat left bottom;

  position: absolute;

  right: 10px;

  top: 50%;

  margin-top: -36px;

  width: 72px;

  height: 72px;

  z-index: 2;

  opacity: 0.5;

  -moz-opacity: 0.5;

  filter:alpha(opacity=50);



  -webkit-transition: opacity 300ms;

  -moz-transition: opacity 300ms;

  -o-transition: opacity 300ms;

  -ms-transition: opacity 300ms;

  transition: opacity 300ms;

}

.swiper .arrow-left:hover,

.swiper .arrow-right:hover{

  opacity: 1;

  -moz-opacity: 1;

  filter:alpha(opacity=100);

}

.swiper-container {

  height: 100%;

  width: 100%;

}

.title {

  font-size: 25px;

  margin-bottom: 10px;

}

.pagination {

  position: absolute;

  left: 0;

  text-align: center;

  bottom:5px;

  width: 100%;

}

.swiper-pagination-switch {

  display: inline-block;

  width: 10px;

  height: 10px;

  -webkit-border-radius: 10px;

  -moz-border-radius: 10px;

  -o-border-radius: 10px;

  border-radius: 10px;

  -webkit-box-shadow: 0px 1px 2px #555 inset;

  -moz-box-shadow: 0px 1px 2px #555 inset;

  -o-box-shadow: 0px 1px 2px #555 inset;

  box-shadow: 0px 1px 2px #555 inset;

  margin: 0 3px;

  cursor: pointer;

}

.swiper-active-switch {

  background: #fff;

}

.swiper-slide{

	width: 100%;

	height: 100%;

	background-size: cover;

	background-repeat: no-repeat;

	background-position: center;

  position: relative;

}



.swiper-slide div {

  width: 100%;

  margin: 0 auto;

}



.swiper-slide .m-banner-0 {position: absolute; left:0; width: 35.13909224011713%;}

.swiper-slide .m-banner-1 {position: absolute; width: 43.99707174231332%;}

.swiper-slide .m-banner-2 {position: absolute; right:8.23353293413174%; top:0px; width: 13.76281112737921%;}