@charset "UTF-8";

.services-menu {
	width: 100%;
	height: 28px;
	position: fixed;
	bottom: 6%;
	left: 0;
	z-index: 70;
	text-align: center;
}

.services-menu ul {
	display: table;
	margin: 0 auto;
	list-style-type: none;
}

.services-menu li {
	display: block;
	width: 140px;
	float: left;
	margin-right: 20px;
	position: relative;
	height: 40px;
	border-radius: 40px;
	border: 2px solid #e8c9a7;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.services-menu li:first-child {
	background-image: url(../images/services_menu_01.png);
}

.services-menu li:nth-child(2) {
	background-image: url(../images/services_menu_02.png);
}

.services-menu li:nth-child(3) {
	background-image: url(../images/services_menu_03.png);
}

.services-menu li:nth-child(4) {
	background-image: url(../images/services_menu_04.png);
}

.services-menu li:nth-child(5) {
	background-image: url(../images/services_menu_05.png);
}

.services-menu li:nth-child(6) {
	background-image: url(../images/services_menu_07.png);
}


.services-menu a {
	display: block;
	height: 36px;
	width: 100%;
	padding: 0 10px;
	text-align: center;
	font-size: 16px;
	line-height: 36px;
	color: #ffffff;
}

.services-menu .active {
	border: 0px;
}

.services-menu .active a {
	background: rgba(0, 0, 0, 0.6);
	height: 40px;
	line-height: 40px;
}

.swiper-container {
	width: 100%;
	overflow: hidden;
}

.swiper-slide .swiper-video {
	width: 100%;
	height: 100%;
	position: absolute;
	transition: all 1.2s;
	display: block;
	left: 0%;
	top: 0%;
	opacity: 0.6;
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.swiper-slide-active .swiper-video {
	opacity: 1;
	/*transform: scale(1.05, 1.05);
	-webkit-transform: scale(1.05, 1.05);*/
}

/*services*/

.services-menu .swiper-slide {
	display: inline;
	width: auto;
	padding: 0 15px;
	float: left;
	margin-right: 20px;
	position: relative;
	height: 28px;
	border-radius: 28px;
	text-align: center;
	line-height: 28px;
	overflow: hidden;
	background: linear-gradient(180deg, #ffffff, #cccccc);
	cursor: pointer;
	transition: all 0.6s;
}

.services-menu .swiper-slide:last-child {
	margin-right: 0px;
}

.services-menu .selected {
	padding: 0 30px;
	font-weight: bold;
	background: #941c1e;
	color: #ffffff;
}
/*.swiper1 .swiper-wrapper{
	justify-content:center;
}*/


.swiper-video .content {
	width: 800px;
	position: absolute;
	left: 50%;
	margin-left: -231px;
	top: 60%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	opacity: 0;
	transition: all 1s;
}

.swiper-video .content h2,
.swiper-video .content h4 {
	margin: 0px;
	color: #7f2b2e;
	text-align: center;
}
.swiper-video .content h2{
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 75px;
	color: #ffffff;
	padding: 0 10px;
}
.swiper-video .content h4{
	display: block;
	padding: 15px 0 15px 30px;
	line-height: 21px;
	text-align: left;
	position: relative;
}
.swiper-video .content h4:before{
	content: '';
	background-image: url(../images/services_itembg.png);
	background-size: cover;
	background-position: center center;
	width: 11px;
	height: 11px;
	position: absolute;
	left: 3px;
	top: 20px;
}
.swiper-video .content p span {
	padding: 0 15px;
}
.swiper-video .content p .span {
	padding-left: 0px;
}
.swiper-slide-active .content {
	top: 50%;
	opacity: 1;
	transition-delay: 0.5s;
	-webkit-transition-delay: 0.5s;
}
.swiper-video .content .services-img{
	display: block;
	margin: 0 auto;
}
.swiper-video .content p{
	margin-bottom: 15px;
	line-height:1.3;
}
.swiper-video .content .services-img-2{
	display: block;
	margin: 0 auto 15px auto;
}
.swiper-video .content .services-items{
	padding-left: 30px;
	color: #730909;
	text-align: left;
}
.swiper-video .content .services-items span{
	color: #000000;
}
.swiper-video .content .services-title{
	width: 343px;
	height: 453px;
	background-image: url(../images/services-title.png);
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.swiper-video .content .services-content{
	padding-left: 130px;
	position: relative;
	z-index: 2;
}
.services-content-bg{
	width: 50%;
	height: 100%;
	position: absolute;
	right: 50%;
	top: 0px;
	margin-right: 156px;
}
@media (max-width: 1366px){
	.swiper-video .content .services-title {
	    width: 315px;
	    height: 386px;
	    background-image: url(../images/services-title2.png);
	    left: 26px;
	}
	.swiper-video .content h2{
		width: 50px;
		padding: 0 6px;
		font-size: 28px;
	}
}
@media (min-width: 1800px){
	.swiper1 .swiper-wrapper{
		justify-content:center;
	}
}