﻿/* CSS3 Transitions */

.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}
/*----responsive-mediaquries-----*/


.anli {
	float: right;
	width: calc(100% - 325px);
	position:absolute;
	right:0;
	height:100%;
	top:0
	


	
}
.alal {
	width:100%;height:100%;

	
}

.alal .swiper-slide {
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	 position:relative;
	
	
	
}
.alal  .swiper-slide  i{ display:block; position:relative;  width:100%; height:100%; overflow:hidden}
.alal  .swiper-slide img{ position:absolute;  height:100%; width:auto; min-width:100%; top:0; left:50%; transform:translateX(-50%);display:block; line-height:0px;}
.alal  .swiper-slide:hover .as3{ display:block; background:#f8ba05; width:100%; bottom:0; transition:all 0.6s} 
.alal  .swiper-slide .as3{ position:absolute;background:#f8ba05; bottom:-200px; height:200px; z-index:55; color:#fff; width:100%; padding:20px; box-sizing:border-box; display:none; transition:all 0.6s; text-align:center}
.alal  .swiper-slide .as3 h3 a{ color:#fff; }
.alal  .swiper-slide .as3 p{ display:block;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; margin:15px 0; line-height:25px; height:50px; overflow:hidden}
.alal  .swiper-slide .as3 em{ display:block; width:40px; line-height:40px; text-align:center; border:#fff 1px solid; border-radius:50px; margin:0 auto; font-size:20px; font-style:normal}
.alal  .swiper-slide:hover{
	background:rgba(0,0,0,0.8);
	}


.alal .swiper-button-next {
	left: 50px;
	right: auto;
	bottom: 45%;
	top: auto;
	background-color:rgba(0,0,0,0.8);
	background-image:url(../images/left.png);
	background-size:20px auto;

}

.alal .swiper-button-prev {
	left: auto;
	right:  50px;
	bottom: 45%;
	top: auto;
	background-color:rgba(0,0,0,0.8);
	background-image:url(../images/right.png);
	background-size:20px auto;

}

/*案例*/
.fenlei {
	position: absolute;
	width: 50%;
	max-width: 325px;
	left: 0;
	bottom: 8%;
	padding: 0 50px;
}
.fenlei>a {
	float: left;
	text-align: left;
	padding: 0 14px 0 12px;
	position: relative;
	color: #999;
	margin: 0;
}
.fenlei>a:not(.ff_more):before {
	content: "/";
	position: absolute;
	color: rgba(255,255,255,.3);
	right: 0;
}
@media only screen and (max-width: 1440px) {
	
	.fenlei {
	position: absolute;
	width: 30%;
	max-width: 190px;
	left: 0;
	bottom: 8%;
	padding: 0 10px;
}
}

 @media only screen and (max-width: 1400px) {
.anli {
	float: right;
	width: calc(100% - 200px);
	position: relative;
	height: 100%
}
}



@media only screen and (max-width: 1024px) {
.fenlei {
	position:inherit;
	width: 100%;
	max-width:inherit;
	left: 0;
	bottom: 0;
	padding: 0;
	display:block;
	margin-bottom:20px;
	overflow:hidden

}

.fenlei>a{float: left;
    text-align: left;
    padding: 0 14px 0 12px;
    position: relative;
	color:#999;
    margin: 0;}
	
	.fenlei>a:not(.ff_more):before {
    content: "/";
    position: absolute;
    color: rgba(255,255,255,.3);
    right: 0;
}


.anli {
	float: none;
	width: 96%;
	position: relative;
	height: auto;
	margin:0 auto;
}
.alal {
	width: 100%; height:auto;
	
}

.alal .swiper-slide {
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	 position:relative;
	 width:100%; height:auto
	
	
}
.alal  .swiper-slide  i{ display:block; position:relative; width:100%; height:auto; padding-bottom:200%; overflow:hidden}
}



