.ro180{
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}
.zcahox{font-size:44px;color:#333;text-align:center;margin-bottom: 30px;font-weight: 600;}
.ro90{
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}

.ro270{
	transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
}

html{
	color: #333;
}
.products-left-nav div a{
	
	height: 100%;
	width:100%;
}
.tuimg{text-align:center;}
.tuimg img{vertical-align:middle;width:260px;border-radius:6px;}
.about-his-block .gallery-thumbs .swiper-slide.swiper-slide-thumb-active img{border:4px solid #ed1c24;padding:5px}

.mupbtn .upload-btn>div:nth-child(2),
.mupbtn .upload-btn>div:nth-child(1){
	display: none;
}

.mupbtn .upload-progress{
	line-height: 40px;
}
.mupbtn{
display:inline-block;

}
/*search*/
.search-shade{
	position: fixed;
	z-index: 99999;
	background-color: rgba(0,0,0,0.8);
	left: 0;
	height: 0;
	width: 100%;
	height: 100%;
	display: none;
}

.search-block{
	position: fixed;
	left: 50%;
	top: 20%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	text-align: center;
}

.search-block h1{
	font-size: 30px;
	color: #fff;
	margin-bottom: 30px;
}

.search-block input{
	width: 475px;
	padding: 0 10px;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	color: #333;
	background-color: transparent;
}

.search-block a{
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: block;
	background-color: #308393;
	border-radius: 50%;
	margin: 0 auto;
}

.search-block i{
	font-size: 18px;
	color: #fff;
}

.search-block>div{
	background-color: #fff;
	padding: 0 15px;
	border-radius: 30px;
}

/*top nav*/
.top-nav-blank{
	height: 0;
}

.top-lang-block{
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 10px;
	width: 100%;
	padding: 0 5%;
	display: flex;
	justify-content: flex-end;
	line-height: 1;
	color: #fff;
	font-size: 12px;
	align-items: center;
}
.top-lang-block a{
	display: block;
	margin-left: 10px;
}
.top-lang-block::after{
	display: block;
	content: "";
	height: 1px;
	width: 80px;
	margin-left: 20px;
}

.header{
	height: 80px;
	width: 100%;
	background-color: #fff;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	box-shadow: 0 0 5px #888;
	transition: all 0.3s;
	padding: 0 5%;
}

.header.active{
	height: 100px;
	width: 100%;
	left:0px;
	top: 0px;
	padding: 0 5%;
}

.top-nav{
	height: 100%;
}

.top-nav .nav-block{
	height: 100%;
	visibility: visible;
	position: relative;
	background-color: #fff;
	z-index: 92;
}

.header.active .top-nav .nav-block{
	visibility: visible;
}

.top-nav .nav-block li{
	position: relative;
}

.top-nav .nav-block a{
	margin: 0 5px;
	padding: 0 12px;
	font-size: 18px;
	color: #333;
	height: 100%;
	position: relative;
	display:-webkit-flex; 
	display:-webkit-box; 
	display:-ms-flexbox; 
	display:-moz-flex; 
	display:flex;
	-webkit-align-items:center; 
	-webkit-box-align:center;
	-ms-flex-align:center;
	-moz-align-items:center; 
	align-items:center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-o-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}

.top-nav .nav-block a::after{
	opacity: 0;
	display: block;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 4px;
	background-color: #ed1c24;
	transition: all 0.3s;
}

.top-nav .nav-block a:hover,
.top-nav .nav-block .active a{
	color: #333;
	padding-bottom: 2px;
}

.top-nav .nav-block a:hover::after,
.top-nav .nav-block .active a::after{
	opacity: 1;
}

.top-nav .nav-block dl{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 90;
	min-width: 100%;
	transform: translateY(100%);
	background-color: #fff;
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.3s;
}

.top-nav .nav-block li:hover dl{
	visibility: visible;
	opacity: 1;
}

.top-nav .nav-block dd a{
	height: 50px;
	font-size: 18px;
	color: #666;
	display: block;
	width: auto;
	white-space: nowrap;
	line-height: 50px;
}

.top-nav .nav-block dd a:hover{
	line-height: 48px;
}

.top-nav .nav-block dd a:after{
	display: none !important;
}

.menu{
  display: none;
  background-color: #ed1c24;
  height: 100%;
  width: 80px;
  position: relative;
  cursor: pointer;
  flex-shrink: 0;
}

.menu .navbar-header{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}

.menu span.icon-bar{
  background: #fff;
  width: 25px;
  height: 2px;
  display: block;
  -webkit-transition: all 300ms ease-out; 
  -moz-transition: all 300ms ease-out;
  transition: all 300ms ease-out; 
}
.menu .sr-only{
  display: none;
}
.menu .icon-bar:nth-child(2){
  -webkit-transform: rotate(0deg) translate(0,0);
  -moz-transform: rotate(0deg) translate(0,0);
  -ms-transform: rotate(0deg) translate(0,0);
  transform: rotate(0deg) translate(0,0);
  transform-origin:top left;
}
.menu .icon-bar:nth-child(3){
  margin-top: 6px; 
      -webkit-transform: scale(1,1);
-moz-transform: scale(1,1);
-ms-transform: scale(1,1);
transform: scale(1,1);
-webkit-transform-origin: center center;
-moz-transform-origin: center center;
-ms-transform-origin: center center;
transform-origin: center center;
}
.menu .icon-bar:nth-child(4){
  margin-top: 6px; 
  -webkit-transform: rotate(0deg) translate(0,0);
  -moz-transform: rotate(0deg) translate(0,0);
  -ms-transform: rotate(0deg) translate(0,0);
  transform: rotate(0deg) translate(0,0);
  transform-origin:top left;
}
.xz .icon-bar:nth-child(2){
  -webkit-transform: rotate(45deg) translate(2px,-3px);
  -moz-transform: rotate(45deg) translate(2px,-3px);
  -ms-transform: rotate(45deg) translate(2px,-3px);
  transform: rotate(45deg) translate(2px,-3px);
  transform-origin:0 0;
}
.xz .icon-bar:nth-child(3){
  opacity: 0;
}
.xz .icon-bar:nth-child(4){
  -webkit-transform: rotate(-45deg) translate(1px,2px);
  -moz-transform: rotate(-45deg) translate(1px,2px);
  -ms-transform: rotate(-45deg) translate(1px,2px);
  transform: rotate(-45deg) translate(1px,2px);
  
}

.menu p{
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 10px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	transition: all 0.3s;
}

.header.active .menu p{
	bottom: 15px;
}

.menu_down{
  position: fixed;
  left:0;
  top:0;
  z-index: 95;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background-color: rgba(0,0,0,0.8);
  padding-top: 170px;
  display: none;
}

.menu_down .big-menu{
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
}

.menu_down .big-menu ul{
	display: flex;
	justify-content: space-around;
}

.menu_down .big-menu li{
	padding: 0 20px;
}

.menu_down .big-menu li h4,
.menu_down .big-menu li h4 a{
	font-size: 28px;
	color: #fff;
	font-weight: bold;
	margin-top: 0;
}

.menu_down .big-menu li a{
	display: block;
	font-size: 16px;
	color: #fff;
	margin-top: 25px;
	transition: all 0.3s;
}

.menu_down .big-menu li a:hover{
	text-shadow: 2px 2px 3px #fff;
}

.menu_down .contact-menu{
	margin-top: 40px;
	border-top: 1px solid #fff;
	padding: 40px;
	display: flex;
}

.menu_down .addr{
	flex: 1;
	padding-right: 20px;
}

.menu_down .addr h3{
	font-size: 36px;
	color: #fff;
	margin-bottom: 30px;
}

.menu_down .addr p{
	font-size: 16px;
	color: #fff;
	display: flex;
	align-items: center;
}

.menu_down .addr p+p{
	margin-top: 15px;
}

.menu_down .addr p::before{
	display: block;
	content: "";
	border-left: 6px solid #fff;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	margin-right: 10px;
}

.menu_down .addr a{
	font-size: 16px;
	color: #fff;
}

.menu_down .addr a:hover{
	text-decoration: underline;
}

.menu_down .share{
	flex-shrink: 0;
}

.menu_down .small-menu{
	display: none;
}

/* index banner */
.index-banner video{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.index-banner #hvideo{
	display:none;
}

.index-banner img{
	width: 100%;
	height: 100%;
	min-height: 400px;
	object-fit: cover;
}
.index-banner .swiper-container{
	display:none;
}


.index-banner .swiper-slide img {
	width: 100%;
}

.index-banner .swiper-slide img+img {
	position: absolute;
	left: 0;
	top: 0;
}

.index-banner .swiper-slide img {
	width: 100%;
	transition: 3s linear;
	transform: scale(1.08);
}

.index-banner .swiper-slide.swiper-slide-active img {
	transform: scale(1);
}





/* index product */
.index-product-bg{
	margin: 40px 50px 0;
	background-image: url(../images/index_product_bg.jpg);
	background-position: center;
	background-size: cover;
}

.index-product{
	height: 860px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 0 10%;
}

.index-product .gallery-top{
	flex: 1;
	margin-right: 40px;
}

.index-product .gallery-top .swiper-slide{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.index-product .gallery-top .textbox{
	flex: 1;
}

.index-product .gallery-top .textbox img{
	margin-bottom: 160px;
}

.index-product .gallery-top .textbox h2{
	color: #ed1c24;
	font-size: 72px;
	font-weight: bold;
	margin-bottom: 30px;
}

.index-product .gallery-top .textbox p{
	font-size: 32px;
	color: #999;
	line-height: 40px;
	height: 160px;
	overflow: hidden;
}

.index-product .gallery-top .textbox a{
	display: block;
	width: 160px;
	line-height: 60px;
	border-radius: 30px;
	color: #fff;
	background-color: #ed1c24;
	font-size: 12px;
	text-align: center;
	margin-top: 80px;
}

.index-product .gallery-top .imgbox{
	width: 375px;
}

.index-product .gallery-top .imgbox img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.index-product .gallery-thumbs{
	flex-shrink: 0;
	width: 400px;
	height: 660px;
	padding-left: 20px;
}

.index-product .gallery-thumbs .swiper-slide{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding: 0 20px;
	height: 110px;
	position: relative;
	background-color: #fff;
}

.index-product .gallery-thumbs .swiper-slide::before{
	display: none;
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(-100%,-50%);
	border-right: 20px solid #fff;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}

.index-product .gallery-thumbs .swiper-slide.swiper-slide-thumb-active::before{
	display: block;
}

.index-product .gallery-thumbs .imgbox{
	width: 40px;
	flex-shrink: 0;
	margin-right: 20px;
}

.index-product .gallery-thumbs .imgbox img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.index-product .gallery-thumbs .textbox{
	flex: 1;
}

.index-product .gallery-thumbs .textbox h2{
	color: #ed1c24;
	font-size: 20px;
	margin-bottom: 10px;
}

.index-product .gallery-thumbs .textbox p{
	font-size: 12px;
	color: #999;
}

.index-product .gallery-thumbs .swiper-slide-thumb-active .textbox p{
	color: #333;
}

/*index about*/
.index-about-bg{
	margin: 40px 50px 0;
	background-image: url(../images/index_about_bg.jpg);
	background-position: center;
	background-size: cover;
}

.index-about-block{
	display: flex;
	align-items: center;
	height:1000px;
	/* background-image: url(../images/index_about_bg2.png);
	background-position: right -50px center; */
	background-size: contain;
	padding: 0 80px;
	transition: all 0.3s;
}

.index-about-block:hover{
	background-position: right 0px center;
}

.index-about-block .textbox{
	text-align: right;
}

.index-about-block .textbox h3{
	font-size: 30px;
	color: #fff;
	margin-bottom: 5px;
}

.index-about-block .textbox h4{
	font-size: 18px;
	color: #fff;
	letter-spacing: 3px;
	margin-bottom: 50px;
}

.index-about-block .textbox a{
	display: inline-block;
	width: 200px;
	line-height: 44px;
	border-radius: 22px;
	text-align: center;
	background-color: #fff;
	font-size: 16px;
	color: #333;
	transition: all 0.3s;
}

.index-about-block .textbox a:hover{
	color: #fff;
	background-color: #ed1c24;
}

/* index adv */
.index-adv-block{
	margin: 40px 50px 0;
}

.index-adv-block ul{
	display: flex;
	flex-wrap: wrap;
}

.index-adv-block li{
	flex: 1;
	text-align: center;
}

.index-adv-block li i{
	display: inline-block;
	width: 95px;
	height: 109px;
	line-height: 109px;
	font-size: 40px;
	color: #666;
	background-image: url("../images/index_adv_ibg_n.png");
	background-position: center;
	background-size: contain;
}

.index-adv-block li:hover i{
	color: #fff;
	background-image: url("../images/index_adv_ibg_h.png");
}

.index-adv-block li h4{
	color: #666;
	font-size: 38px;
	font-weight: 600;
	margin-top: 15px;
}

.index-adv-block li p{
	font-size: 18px;
	color: #666;
}

/*index case*/
.index-case-bg{
	margin-top: 40px;
	padding: 80px 80px 1px;
	position: relative;
}

.index-case-bg::before{
	display: block;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 50%;
	z-index: 4;
	background-color: #fafafa;
}

.index-case{
	position: relative;
	z-index: 5;
}

.index-case .title{
	font-size: 44px;
	font-weight: bold;
	margin-bottom: 40px;
	text-align: center;
}

.index-case .box-group{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.index-case .box{
	position: relative;
	flex-shrink: 0;
	margin-bottom: 30px;
	border-radius: 20px;
	overflow: hidden;
}

.index-case .box::before{
	display: none;
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 6;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,0.5);
}

.index-case .box:hover::before{
	display: block;
}

.index-case .box>img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.index-case .box .textbox{
	position: absolute;
	z-index: 7;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	text-align: center;
	display: none;
}

.index-case .box:hover .textbox{
	display: block;
}

.index-case .box .textbox img{
	margin-bottom: 15px;
}

.index-case .box .textbox p{
	font-size: 36px;
	color: #fff;
	margin-bottom: 40px;
}

.index-case .box .textbox a{
	display: block;
	width: 130px;
	line-height: 40px;
	background-color: #ed1c24;
	font-size: 12px;
	color: #fff;
	border-radius: 40px 0 40px 0;
	margin: 0 auto;
}

.index-case .box .tag{
	display: block;
	width: 200px;
	height: 54px;
	background-color: #ed1c24;
	font-size: 18px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: space-around;
	border-radius: 27px 0 27px 0;
	position: absolute;
	right: 20px;
	bottom: 20px;
}

.index-case .box:hover .tag{
	display: none;
}

.index-case .box-l{
	height: 510px;
	width: 66%;
}

.index-case .box-s{
	height: 510px;
	width: 32%;
}

.index-case .box-m{
	height: 340px;
	width: 32%;
}
.index-case .box-x{
	height: 650px;
	width: 100%;
}

/*index news*/
.index-news{
	max-width: 1400px;
	margin: 0 auto;
	padding: 20px 0 60px;
	display: flex;
	flex-wrap: wrap;
}

.index-news .title{
	margin-bottom: 30px;
	text-align: center;
	width: 100%;
}

.index-news .title h2{
	font-size: 44px;
	font-weight: bold;
	color: #333;
	margin-bottom: 5px;
}

.index-news .title h3{
	color: #999;
	font-size: 16px;
}

.index-news .title::after{
	display: block;
	content: '';
	width: 60px;
	height: 2px;
	background-color: #ed1c24;
	margin: 20px auto 0;
}

.index-news .news-box{
	width: 32%;
	margin-right: 2%;
	transition: all 0.3s;
	background-color: #f8f8f8;
	padding-bottom: 20px;
}

.index-news .news-box:hover{
	box-shadow: 0 0 10px #888;
}

.index-news .news-box .imgbox{
	height: 280px;
	margin-bottom: 20px;
}

.index-news .news-box img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.index-news .news-box h4{
	font-size: 16px;
	color: #999;
	margin: 0 10px 10px;
}

.index-news .news-box h3{
	color: #333;
	font-size: 22px;
	margin: 0 10px 10px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.index-news .news-box .editbox{
	font-size: 16px;
	color: #666;
	margin: 0 10px;
}

.index-news ul{
	width: 32%;
}

.index-news li{
	background-color: #f8f8f8;
}

.index-news li+li{
	margin-top: 5px;
}

.index-news li a{
	display: block;
	padding: 20px;
}

.index-news li h3{
	font-size: 22px;
	color: #666;
	margin-bottom: 10px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.index-news li:hover h3{
	color: #ed1c24;
}

.index-news li h4{
	color: #999;
	font-size: 16px;
}



/*index-news-phone*/
.index_news_phone{
	max-width: 1400px;
	margin: 0 auto;
	padding: 20px 0 60px;
	display: flex;
	flex-wrap: wrap;
}

.index_news_phone .title{
	margin-bottom: 30px;
	text-align: center;
	width: 100%;
}

.index_news_phone .title h2{
	font-size: 44px;
	font-weight: bold;
	color: #333;
	margin-bottom: 5px;
}

.index_news_phone .title h3{
	color: #999;
	font-size: 16px;
}

.index_news_phone .title::after{
	display: block;
	content: '';
	width: 60px;
	height: 2px;
	background-color: #ed1c24;
	margin: 20px auto 0;
}



/*footer list*/
.footer{
	margin: 0 auto;
}

.footer-msg-bg{
	background-color: #ed1c24;
	padding: 0 20px;
}

.footer-msg{
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 45px 0;
}

.footer-msg h2{
	font-size: 30px;
	color: #fff;
	margin-bottom: 30px;
}

.footer-msg h4{
	margin-top: 30px;
	color: #fff;
	font-size: 18px;
}

.footer-msg input{
	border: 1px solid #fff;
	padding: 0 20px;
	line-height: 48px;
	font-size: 16px;
	color: #fff;
	background-color: transparent;
	width: 26%;
	margin-right: 2%;
}

.footer-msg input::placeholder{
	color: #ccc;
}

.footer-msg button{
	width: 16%;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	background-color: #fff;
}

.footer-list-bg{
	background-color: #f8f8f8;
	position: relative;
	z-index: 5;
	background-image: url(../images/footer_bg.jpg);
	background-position: center bottom;
	background-size: 100% auto;
	padding: 0 20px;
}

.footer-list{
	max-width: 1400px;
	margin: 0 auto;
	padding: 60px 0;
}

.footer-list li h2{
	font-size: 22px;
	color: #777;
	font-weight: 600;
	margin-bottom: 20px;
}

.footer-list li .logoimg{
	width: 200px;
}

.footer-list .share{
	margin-top: 60px;
	font-size: 0;
}

.footer-list .share a{
	display: inline-block;
	margin-top: 0;
	padding: 0 10px 0 0;
}

.footer-list .share a:hover{
	padding: 0 10px 0 0;
	background-color: rgba(0,0,0,0);
}

.footer-list .share a::before{
	display: none;
}

.footer-list a,
.footer-list p{
	display: block;
	font-size: 16px;
	color: #666;
	padding: 10px 20px 10px 0px;
	border-radius: 5px;
	transition: all 0.3s;
	font-weight:500;
}

.footer-list a:hover{
	padding: 10px 10px 10px 10px;
	background-color: rgba(0,0,0,0.1);
}

.footer-list a::before{
	display: inline-block;
	content: "";
	width: 0;
	height: 0;
	border-right: 8px solid #666;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	vertical-align: middle;
	margin-top: -2px;
	margin-right: 5px;
}

.footer-list p img{
	vertical-align: middle;
	margin-top: -2px;
	margin-right: 5px;
}

.footer-list a+a,
.footer-list p+p{ 
	margin-top: 0px;
}

.footer-list li+li{
	padding-left: 2%;
}

.footer-list li .flex-display{
	margin-top: 35px;
}

.footer-list li .infobox{
	margin-left: 20px;
	text-align: center;
}

.footer-list li .qrbox img{
	width: 112px;
	height: 112px;
}

.footer-list li .infobox h4{
	color: #fff;
	font-size: 14px;
	margin-top: 15px;
}

.footer-list li .codebox{
	display: flex;
}

.footer-list li .codebox .box{
	flex-shrink: 0;
	text-align: center;
}

.footer-list li .codebox .box+.box{
	margin-left: 20px;
}

.footer-list li .codebox img{
	width: 80px;
	height: 80px;
}

.footer-list li .codebox span{
	display: block;
	margin-top: 15px;
	font-size: 14px;
	color: #666;
}

.copyall{
	position: relative;
	z-index: 4;
	background-color: #000;
}

.copy{
	color: #fff;
}

.copy a{
	color: #fff;
}

.copy a:hover{
	color: #ccc;
}

/*other public*/
.other-banner,
.other-banner2{
	position: relative;
}

.other-banner img{
	width: 100%;
	min-height: 200px;
	object-fit: cover;
}

.other-banner2 img{
	width: 100%;
	min-height: 200px;
	object-fit: cover;
}

.shade-text{
	position: absolute;
	width: 100%;
	max-width: 1200px;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}

.shade-text h2{
	color: #fff;
	font-size: 36px;
	font-weight: bold;
}

.shade-text h3{
	color: #fff;
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 15px;
}

.shade-text h3 span{
	font-size: 12px;
	font-weight: normal;
}

.shade-text h4{
	font-size: 18px;
	color: #fff;
	margin-top: 10px;
}

.shade-text li{
	display: block;
	max-width: 140px;
	width: 100%;
	float: left;
	border: 1px solid #fff;
	transition: all 0.3s;
	border-radius: 5px;
}

.shade-text li+li{
	margin-left: 10px;
}

.shade-text li.active,
.shade-text li:hover{
	background-color: #01af84;
	border-color: #01af84;
}

.shade-text li a{
	width: 100%;
	padding: 0 10px;
	font-size: 16px;
	height: 48px;
	text-align: center;
	color: #fff;
	overflow: hidden;
	display:-webkit-flex;
	display:-webkit-box;
	display:-ms-flexbox;
	display:-moz-flex;
	display:flex;
	-webkit-align-items:center;
	-webkit-box-align:center;
	-moz-align-items:center;
	align-items:center;
	-ms-flex-align:center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-o-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}

.other-nav-bg{
	margin: 25px 40px 0;
	position: relative;
	z-index: 5;
	border-top:1px solid #d8d8d8;
}

.other-nav-bg::before{
	display: block;
	content: "";
	position: absolute;
	z-index: 4;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: #d8d8d8;
}

.other-nav{
	position: relative;
	z-index: 6;
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	display: flex;
	
	
}

.other-nav a{
	display: block;
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: space-around;
	overflow: hidden;
	position: relative;
	height: 60px;
	font-size: 18px;
	color: #ed1c24;
	transition: all 0.3s;
}

.other-nav a:hover,
.other-nav a.active{
	font-weight: bold;
}

.other-nav a::after{
	display: none;
	content: "";
	width: 10px;
	height: 10px;
	background-color: #fff;
	border: 1px solid #d8d8d8;
	position: absolute;
	left: 50;
	bottom: 0;
	transform: translateY(50%) rotate(45deg);
}

.other-nav a.active::after,
.other-nav a:hover::after{
	display: block;
}

.other-local{
	color: #999;
	font-size: 18px;
	max-width: 1400px;
	margin: 0 auto;
}

.other-local a{
	line-height: 60px;
	color: #999;
	font-size: 18px;
}

.other-local a:hover,
.other-local a:last-child{
	font-weight:500;
	color:#666;
}

.vr-nav{
	display: block;
	position: relative;
}

.vr-nav::before,
.vr-nav::after{
	display:block;
	content: "";
	position: absolute;
	width: 66px;
	height: 66px;
	background-size: 100% 100%;
	transition: all 0.5s;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}

.vr-nav:hover::after{
	transform: translate(-50%,-50%) rotate(360deg);
}

/*about us*/
.about-abo-block{
	margin: 0 40px;
	padding: 70px 0;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

.about-abo-block .textbox{
	flex: 1;
	padding-right: 40px;
	
}
.about-abo-block .textbox p{
	text-indent: 2em;
    line-height: 3em;
}

.about-abo-block .title{
	margin-bottom: 20px;
	color: #ed1c24;
	font-size: 36px;
}

.about-abo-block .editbox{
	font-size: 18px;
	line-height: 2;
	color: #666;
}

.about-abo-block .editbox>*{
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

.about-abo-block .imgbox{
	width: 39%;
	margin-top: 64px;
}

.about-abo-block .imgbox img,
.about-abo-block .imgbox iframe{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/**/
.about-video-block{
	margin: 0 40px;
}

.about-video-block video{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

/**/
.about-his-bg{
	background-image: url(../images/about_his_bg.jpg);
	background-position: center;
	background-size: cover;
	margin: 0 50px;
}

.about-his-block{
	padding: 80px 5% 120px;
	position: relative;
}

.about-his-block .title{
	font-size: 48px;
	font-weight: bold;
	color: #ed1c24;
	text-align: center;
	margin-bottom: 120px;
}

.index-his-block .title{
	color: #333;
	font-size: 44px;
}

.about-his-block .gallery-top{
	margin-top: 70px;
}

.about-his-block .gallery-top .swiper-slide{
	
}

.about-his-block .gallery-top .swiper-slide p{
	color: #666;
	font-size: 30px;
	padding: 0 30px;
	text-align: center;
}

.about-his-block .thumbs-block{
	position: relative;
}

.about-his-block .thumbs-block::after{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-1px);
	display: block;
	content: "";
	width: 100%;
	height: 2px;
	background-color: #ccc;
}

.about-his-block .gallery-thumbs{
	position: relative;
	padding-bottom: 9px;
}

.about-his-block .gallery-thumbs::before{
	display: block;
	content: "";
	width: 100%;
	height: 1px;
	position: absolute;
	z-index: 5;
	bottom: 21px;
	left: 0;
	background-color: #ccc;
}

.about-his-block .gallery-thumbs .swiper-wrapper{
	z-index: 10;
}

.about-his-block .gallery-thumbs .swiper-slide{
	cursor: pointer;
	padding-top: 17px;
}

.about-his-block .gallery-thumbs .swiper-slide.swiper-slide-thumb-active{
	padding-top: 0;
}

.about-his-block .gallery-thumbs .swiper-slide p{
	color: #666;
	font-size: 26px;
	text-align: center;
}

.about-his-block .gallery-thumbs .swiper-slide.swiper-slide-thumb-active p{
	color: #ed1c24;
	font-size: 42px;
}

.about-his-block .gallery-thumbs .swiper-slide::after{
	display: block;
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 1px solid #ccc;
	margin: 20px auto 0;
	background-color: #fff;
}

.about-his-block .gallery-thumbs .swiper-slide.swiper-slide-thumb-active::after{
	border: 8px solid #ed1c24;
	margin-top: 10px;
}

.about-his-block .swiper-button-prev,
.about-his-block .swiper-button-next{
	top: auto;
	bottom: 0;
	opacity: 1 !important;
	width: auto;
}

.about-his-block .swiper-button-prev1,
.about-his-block .swiper-button-next2{
	/* display: none; */
}

.about-his-block .swiper-button-prev i,
.about-his-block .swiper-button-next i{
	font-size: 40px;
	color: #ccc;
	background-color: #fff;
	display: block;
	border-radius: 50%;
	border: 1px solid #ccc;
}

.about-his-block .swiper-button-prev::after,
.about-his-block .swiper-button-next::after{
	display: none;
}

.about-his-block .swiper-button-prev{
	left: 0;
}

.about-his-block .swiper-button-next{
	right: 0;
}

/**/
.about-adv-bg{
	background-color: #f2f2f2;
	margin: 0 50px;
}

.about-adv-block{
	padding: 80px 5%;
}

.about-adv-block .title{
	color: #ed1c24;
	font-size: 48px;
	text-align: center;
	margin-bottom: 80px;
	font-weight: bold;
}

.about-adv-block ul{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
}

.about-adv-block li{
	text-align: center;
}

.about-adv-block li img{

}

.about-adv-block li p{
	line-height: 54px;
	font-size: 26px;
	color: #ed1c24;
	margin: 20px 0 70px;
}

.about-adv-block li a{
	display: block;
	width: 220px;
	line-height: 70px;
	background-image: url(../images/about_adv_more_bg.jpg);
	background-position: center;
	background-size: cover;
	font-size: 16px;
	color: #fff;
}

.about-adv-block li a:hover{
	background-image: url(../images/about_adv_more_bg_h.jpg);
}

/**/
.about-str-bg{
	margin: 60px 50px;
}

.about-str-bg .title{
	font-size: 48px;
	color: #ed1c24;
	font-weight: bold;
	text-align: center;
	margin-bottom: 70px;
}

.about-str-block{
	position: relative;
}

.about-str-block .box{
	text-align: center;
	display: inline-block;
	padding: 0 50px;
	position: relative;
	z-index: 5;
}

.about-str-block .box h2{
	color: #666;
	font-size: 42px;
	margin-bottom: 100px;
}

.about-str-block .box h3{
	color: #ed1c24;
	font-size: 32px;
	margin-bottom: 30px;
}

.about-str-block .box p{
	color: #666666;
	font-size: 22px;
	line-height: 2;
	min-height: 200px;
	max-width: 460px;
	margin: 0 auto;
}

.about-str-block .box1{
	padding-top:100px;
	padding-left:40px;
	text-align: left;
}

.about-str-block .box2{
	text-align: center;
	margin-top: 160px;
}

.about-str-block .box3{
	text-align: right;
	margin-top: 160px;
}

.about-str-block .bg{
	position: absolute;
	z-index: 4;
}

.about-str-block .bg1{
	right: 0;
	top: 0;
}

.about-str-block .bg2{
	left: 0;
	bottom: 0;
}

/**/
.about-vr-block{
	height: 800px;
	margin: 0 50px 60px;
}

/*adv*/
.advantage-block{}

.advantage-block li:nth-of-type(2n){
	background-color: #f5f5f5;
}

.advantage-block .box{
	padding: 70px 0;
	max-width: 1400px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.advantage-block .box>div+div{
	margin-left: 80px;
}

.advantage-block .textbox{
	flex: 1;
}

.advantage-block .textbox img{
	width: 30px;
	margin-bottom: 20px;
}

.advantage-block .textbox h3{
	font-size: 36px;
	color: #ed1c24;
	margin-bottom: 30px;
}

.advantage-block .textbox h3 span{
	color: #333;
}

.advantage-block .textbox h4{
	font-size: 16px;
	color: #333;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 20px;
}

.advantage-block .textbox p{
	color: #666;
	font-size: 14px;
	display: flex;
	align-items: center;
}

.advantage-block .textbox p+p{
	margin-top: 10px;
}

.advantage-block .textbox p::before{
	display: block;
	content: "";
	width: 4px;
	height: 4px;
	background-color: #999;
	border-radius: 50%;
	margin-right: 6px;
}

.advantage-block .editbox{
	color: #666;
	font-size: 18px;
	line-height: 1.6;	
}

.advantage-block .imgbox{
	flex-shrink: 0;
	width: 500px;
}

.advantage-block .imgbox img{}

/****/
.other-block{
	margin: 0 50px;
	padding: 0 0 70px;
}

.other-right-block{
	flex: 1;
	margin-left: 40px;
}

.products-left-menu{
	width: 400px;
	line-height: 1.5;
	flex-shrink: 0;
}

.products-left-menu h2{
	line-height: 66px;
	font-size: 20px;
	color: #ed1c24;
	text-align: center;
	border: 1px solid #ed1c24;
	margin-bottom: 20px;
}

.products-left-nav{
	display: block;
}

.products-left-nav>div{
	padding: 0 20px 0 50px;
	height: 70px;
	color: #666;
	cursor: pointer;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	border-bottom: 1px dashed #fff;
	background-color: #d9d9d9;
}

.products-left-nav div{
	font-size: 18px;
}

.products-left-nav>div:hover,
.products-left-nav.active>div{
	background-color: #ed1c24;
}

.products-left-nav>div i{
	font-size: 22px;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

a.products-left-nav>div i{
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}

.products-left-nav>div b{
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-left: 6px solid #01af84;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	margin-right: 10px;
}

a.products-left-nav>div:hover,
a.products-left-nav.active>div{
	background-color: #ed1c24;
}

.products-left-nav>div:hover .flex-flex1,
.products-left-nav.active>div .flex-flex1,
.products-left-nav>div:hover i,
.products-left-nav.active>div i{
	color: #fff;
}

.products-left-nav>div:hover b,
.products-left-nav.active>div b{
	border-left-color: #fff;
}

.products-left-nav.active>div i{
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}

.products-left-nav ul{
	background-color: #fff;
	display: none;
}

.products-left-nav li{
	padding: 0 20px 0 70px;
	font-size: 16px;
	color: #666;
}

.products-left-nav li:hover,
.products-left-nav li.active{
	background-color: #f0f8f8;
}

.products-left-nav li:hover .flex-flex1,
.products-left-nav li.active .flex-flex1{
	color: #6db6bd;
}

.products-left-nav li+li{
	border-top: 1px dashed #ccc;
}

.products-left-nav li a{
	height: 46px;
	display:-webkit-flex;
	display:-webkit-box;
	display:-ms-flexbox;
	display:-moz-flex;
	display:flex;
	-webkit-align-items:center;
	-webkit-box-align:center;
	-moz-align-items:center;
	align-items:center;
	-ms-flex-align:center;
}

.products-left-nav li span{
	display: block;
	width: 10px;
	height: 1px;
	background-color: #999;
	margin-right: 10px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.products-left-nav li:hover span,
.products-left-nav li.active span{
	background-color: #fd9314;
}

.products-left-nav li .flex-flex1{
	overflow: hidden;
	font-size: 14px;
	color: #666;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.products-left-nav dl{
	display: none;
}

.products-left-nav dt{
	border-top: 1px dotted #ccc;
}

.products-left-nav dt a{
	display: block;
	padding-left: 20px;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
}

.products-left-nav dt a:hover{
	color: #fd9314;
}

/* products */
.product-title{
	text-align: center;
	font-size: 48px;
	color: #ed1c24;
	padding: 50px 0 30px;
}

.product-banner{
	margin: 0 50px 0;
	background-image: url(../images/index_product_bg.jpg);
	background-position: center;
	background-size: cover;
	height: 860px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 0 10%;
	position: relative;
}

.product-banner::before{
	display: none;
	content: "";
	width: 42%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #fff;
}

.product-banner .gallery-top{
	flex: 1;
	margin-right: 40px;
}

.product-banner .gallery-top .swiper-slide{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.product-banner .gallery-top .textbox{
	flex: 1;
	padding-right: 50px;
}

.product-banner .gallery-top .textbox img{
	margin-bottom: 160px;
}

.product-banner .gallery-top .textbox h2{
	color: #666;
	font-size: 32px;
	margin-bottom: 100px;
}

.product-banner .gallery-top .textbox h2::after{
	display: block;
	content: "";
	width: 60px;
	height: 12px;
	background-color: #ed1c24;
	margin-top: 15px;
}

.product-banner .gallery-top .textbox .editbox{
	font-size: 18px;
	color: #666;
	line-height: 30px;
	height: 150px;
	overflow: hidden;
}

.product-banner .gallery-top .textbox a{
	display: block;
	width: 170px;
	line-height: 40px;
	border-radius: 5px;
	color: #fff;
	background-color: #ed1c24;
	font-size: 12px;
	text-align: center;
	margin-top: 150px;
	transition: all 0.3s;
}

.product-banner .gallery-top .textbox a:hover{
	background-color: #fe9300;
}

.product-banner .gallery-top .imgbox{
	width: 375px;
	flex-shrink: 0;
}

.product-banner .gallery-top .imgbox img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: all 0.3s;
	transform: scale(0.9,0.9);
}

.product-banner .gallery-top .swiper-slide:hover .imgbox img{
	transform: scale(1,1);
}

.product-banner .gallery-thumbs{
	flex-shrink: 0;
	width: 400px;
	height: 660px;
	padding-left: 20px;
}

.product-banner .gallery-thumbs .swiper-slide{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding: 0 20px;
	height: 110px;
	position: relative;
	background-color: #fff;
}

.product-banner .gallery-thumbs .swiper-slide::before{
	display: none;
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(-100%,-50%);
	border-right: 20px solid #fff;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}

.product-banner .gallery-thumbs .swiper-slide.swiper-slide-thumb-active::before{
	display: block;
}

.product-banner .gallery-thumbs .swiper-slide::after{
	display: block;
	content: "";
	width: 90%;
	position: absolute;
	left: 5%;
	bottom: 0;
	border-bottom: 1px dashed #ccc;
}

.product-banner .gallery-thumbs .swiper-slide:last-child::after{
	display: none;
}

.product-banner .gallery-thumbs .imgbox{
	width: 40px;
	flex-shrink: 0;
	margin-right: 20px;
}

.product-banner .gallery-thumbs .imgbox img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	transform: scale(0.9,0.9);
	transition: all 0.3s;
}

.product-banner .gallery-thumbs .swiper-slide:hover .imgbox img{
	transform: scale(1.1,1.1);
}

.product-banner .gallery-thumbs .textbox{
	flex: 1;
	transition: all 0.3s;
}

.product-banner .gallery-thumbs .swiper-slide:hover .textbox{
	padding-left: 5px;
}

.product-banner .gallery-thumbs .textbox h2{
	color: #ed1c24;
	font-size: 20px;
}

.product-banner .gallery-thumbs .textbox p{
	font-size: 12px;
	color: #999;
	margin-top: 10px;
}

.product-banner .gallery-thumbs .swiper-slide-thumb-active .textbox p{
	color: #333;
}

.product-title2{
	color: #666;
	font-size: 32px;
	line-height: 80px;
	margin: 0 50px;
}

.product-search{
	margin: 0 50px 30px;
	display: flex;
	align-items: center;
	border: 1px solid #ccc;
}

.product-search input{
	line-height: 70px;
	flex: 1;
	padding: 0 40px;
	font-size: 20px;
	color: #333;
}

.product-search button{
	line-height: 70px;
	border-left: 1px solid #ccc;
	text-align: center;
	width: 80px;
	background-color: #fff;
}

.product-search i{
	font-size: 40px;
	color: #666;
}



.product-block{

}

.product-block li{
	width: 25%;
	border: 1px solid #ccc;
	position: relative;
	z-index: 4;
	transition: all 0.3s;
}

.product-block li:hover{
	z-index: 5;
	box-shadow: 0 0 20px #ccc;
}

.product-block li a{
	display: block;
	padding: 20px;
}

.product-block li .imgbox{
	height: 320px;
	margin-bottom: 20px;
}

.product-block li img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.product-block li .textbox{
	padding: 20px 0;
}

.product-block li h3{
	font-size: 20px;
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 10px;
}

.product-block li h4{
	font-size: 16px;
	color: #666;
	margin-bottom: 10px;
}

.product-block li p{
	color: #666;
	font-size: 16px;
}

.product-block li .editbox{
	font-size: 16px;
	color: #666;
	line-height: 1.4;
}

/*product detail*/
.product-detail-bg{
	background-color: #eff1f3;
}

.product-detail{
	max-width: 1400px;
	margin: 0 auto;
	padding: 45px 0;
	display: flex;
	flex-wrap: wrap;
}

.product-detail .imgbox{
	width: 50%;
	display: flex;
	flex-wrap: wrap;
}

.product-detail .gallery-top{
	flex: 1;
	margin-left: 20px;
}

.product-detail .gallery-top .swiper-slide{
	height: 550px;
	background-color: #fff;
}

.product-detail .gallery-top .swiper-slide img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.product-detail .gallery-thumbs{
	flex-shrink: 0;
	width: 150px;
	height: 550px;
	padding: 40px 0;
}

.product-detail .gallery-thumbs .swiper-slide{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	height: 150px;
	position: relative;
	background-color: #fff;
	cursor: pointer;
}

.product-detail .gallery-thumbs .swiper-slide::before{
	display: none;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #ed1c24;
	box-sizing: border-box;
}

.product-detail .gallery-thumbs .swiper-slide.swiper-slide-thumb-active::before{
	display: block;
}

.product-detail .gallery-thumbs .swiper-slide img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.product-detail .swiper-button-prev,
.product-detail .swiper-button-next{
	top: auto;
	opacity: 1 !important;
	width: 100%;
	height: 30px;
	line-height: 30px;
	background-color: #999;
	text-align: center;
	margin: 0;
}

.product-detail .swiper-button-prev:hover,
.product-detail .swiper-button-next:hover{
	background-color: #ed1c24;
}

.product-detail .swiper-button-prev i,
.product-detail .swiper-button-next i{
	font-size: 26px;
	color: #fff;
}

.product-detail .swiper-button-prev::after,
.product-detail .swiper-button-next::after{
	display: none;
}

.product-detail .swiper-button-prev{
	left: 0;
	top: 0;
}

.product-detail .swiper-button-next{
	right: 0;
	bottom: 0;
}

.product-detail .infobox{
	width: 50%;
	padding-left: 40px;
	display: flex;
	flex-direction: column;
}

.product-detail .infobox .title{
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}

.product-detail .infobox .title h4{
	color: #666;
	font-size: 18px;
	margin-bottom: 10px;
}

.product-detail .infobox .title h2{
	color: #333;
	font-size: 30px;
}

.product-detail .infobox .editbox{
	flex: 1;
	font-size: 16px;
	line-height: 2;
	color: #666;
	margin-bottom: 40px;
}

.product-detail .infobox .nav{
	font-size: 18px;
	color: #666;
	margin-bottom: 40px;
	display: flex;
}

.product-detail .infobox .nav a{
	display: block;
	flex: 1;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 10px;
	font-size: 12px;
	color: #fff;
	background-color: #999;
}

.product-detail .infobox .nav a:hover{
	background-color: #ed1c24;
}

.product-detail .infobox .nav i{
	font-size: 16px;
	color: #fff;
}

.product-detail-info-bg{
	background-color: #fff;
}

.product-detail-info{
	max-width: 1400px;
	margin: 0 auto;
	padding: 40px 0;
}

.product-detail-info .subtitle{
	margin: 0 0 40px;
	background-color: #999;
	width: 100%;
	white-space: nowrap;
	overflow-x: auto;
	font-size: 0;
}

.product-detail-info .subtitle a{
	padding: 0 25px;
	line-height: 50px;
	color: #fff;
	font-size: 16px;
	background-color: #999;
	display: inline-block;
	vertical-align: top;
	border-right: 1px solid #fff;
}

.product-detail-info .subtitle a.active,
.product-detail-info .subtitle a:hover{
	background-color: #ed1c24;
}

.product-detail-info .editbox{
	display: none;
	padding: 0 25px;
	font-size: 16px;
	color: #444;
	line-height: 2;
}

.product-detail-info .editbox.active{
	display: block;
}

/*news*/
.news-block{
	padding: 50px 0;
	max-width: 1400px;
	margin: 0 auto;
}

.news-block .big-news{
	height: 450px;
	background-image: url(../images/news_bg1.jpg);
	background-position: center;
	background-size: cover;
	padding: 150px 20px 0;
	margin-bottom: 80px;
}

.news-block .big-news .box{
	background-color: rgba(255,255,255,0.9);
	height: 300px;
	max-width: 900px;
	position: relative;
	padding: 0 60px;
	margin: 0 auto;
}

.news-block .big-news .title{
	font-size: 26px;
	line-height: 80px;
	border-bottom: 1px solid #333;
	padding: 0 20px;
	margin-bottom: 20px;
}

.news-block .big-news .editbox{
	line-height: 30px;
	height: 120px;
	margin-bottom: 20px;
	padding: 0 20px;
	color: #666;
	font-size: 18px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.news-block .big-news .title2{
	font-size: 24px;
	color: #666;
	text-align: right;
}

.news-block .big-news a{
	color: #ed1c24;
	font-size: 22px;
	position: absolute;
	left: 90px;
	bottom: -45px;
}

.news-block .big-news2{
	height: 550px;
	background-image: url(../images/news_bg2.jpg);
	background-position: left center;
	background-size: 50% 100%;
	padding: 0;
	margin-bottom: 30px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.news-block .big-news2 .box{
	width: 60%;
	background-color: rgba(255,255,255,1);
	height: 450px;
	max-width: auto;
	position: relative;
	padding: 0 50px 30px;
	margin: 0;
}

.news-block .big-news2 .editbox{
	margin-bottom: 50px;
}

.news-block .big-news2 a{
	font-size: 22px;
	position: relative;
	left: 0;
	bottom: 0;
	margin-top: 40px;
	display: block;
	width: 180px;
	line-height: 56px;
	background-color: #ed1c24;
	color: #fff;
	text-align: center;
}

.news-block .big-news2 a:hover{
	background-color: #fe9300;
}

.news-block .big-news3{
	background-image: url(../images/news_bg3.jpg);
}

.news-block ul{
	border-top: 1px solid #ccc;
}

.news-block li{
	width: 100%;
	border-bottom: 1px solid #ccc;
}

.news-block li a{
	display: block;
	padding: 40px 0;
	display:-webkit-flex;
	display:-webkit-box;
	display:-ms-flexbox;
	display:-moz-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	-webkit-box-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	flex-wrap:wrap;
	align-items: center;
}

.news-block li .imgbox{
	width: 400px;
	height: 250px;
	overflow: hidden;
}

.news-block li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s;
}

.news-block li:hover img{
	transform: scale(1.2,1.2);
}

.news-block li .textbox{
	-webkit-flex:1;
	-webkit-box-flex:1;
	-ms-flex:1;
	-moz-flex:1;
	flex:1;
	margin-left: 30px;
}

.news-block li h4{
	color: #999;
	font-size: 22px;
	margin-bottom: 20px;
}

.news-block li p{
	font-size: 18px;
	color: #333;
	line-height: 30px;
	height: 150px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	margin-bottom: 30px;
}

.news-block li span{
	display: block;
	color: #ed1c24;
	font-size: 15px;
}

/*news detail*/
.news-detail-bg{
	background-color: #eff1f3;
	margin: 50px;
	padding-bottom: 50px;
}

.news-detail-bg .other-nav-bg::before{
	display: none;
}

.news-detail-block{
	max-width: 1400px;
	margin: 0 auto;
	padding: 50px;
	background-color: #fff;
	border-radius: 20px;
}

.news-detail-block .subtitle{
	font-size: 24px;
	color: #999;
	margin-bottom: 15px;
}

.news-detail-block .title{
	font-size: 36px;
	color: #333;
	margin-bottom: 25px;
}

.news-detail-block .edit-box{
	font-size: 16px;
	color: #666;
	line-height: 2.6;
}

/*quality*/
.qua-block1{
	max-width: 1550px;
	margin: 0 auto;
	padding: 60px 0;
}

.qua-block1 .title{
	color: #333;
	font-size: 48px;
	margin-bottom: 10px;
	text-align: center;
}

.qua-block1 .title2{
	color: #666;
	font-size: 18px;
	margin-bottom: 40px;
}

.qua-block1 .box{
	padding: 30px 0;
	max-width: 1400px;
	margin: 0 auto;
}

.qua-block1 .box h4{
	color: #333;
	font-size: 22px;
}

.qua-block1 .box ul{
	display: flex;
	flex-wrap: wrap;
}

.qua-block1 .box li{
	margin-top: 40px;
	width: 33.3%;
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
}

.qua-block1 .box a{
	display: flex;
	align-items: center;
	color: #666;
	font-size: 18px;
}

.qua-block1 .box i{
	color: #666;
	font-size: 24px;
	margin-right: 10px;
}

.qua-block1 .box a:hover,
.qua-block1 .box a:hover i{
	color: #006e99;
}

.qua-block2{
	margin: 60px 50px 0;
}

.qua-block2 .title{
	color: #333;
	font-size: 44px;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
}

.qua-block2 .title2{
	color: #7c7c7c;
	font-size: 30px;
	margin: 0 auto 30px;
	max-width: 850px;
	text-align: center;
}

.qua-block2 .box{
	height: 600px;
	background-image: url(../images/qua_bg01.jpg);
	background-position: center;
	background-size: cover;
	padding: 100px 90px;
}

.qua-block2 .editbox{
	color: #fff;
	font-size: 20px;
	margin-bottom: 80px;
}

.qua-block2 ul{
	display: flex;
	flex-wrap: wrap;
}

.qua-block2 li{
	color: #fff;
	font-size: 36px;
	width: 50%;
	margin-bottom: 60px;
}

.qua-equ-bg{
	margin-bottom: 40px;
}

.quality-faq{
	margin: 0 60px;
}

.quality-faq .support-faq{
	padding-top: 0;
}

/*cert*/
.cert-block{
	max-width: 1400px;
	margin: 0 auto;
	padding: 70px 0;
	position: relative;
}

.cert-block .gallery-top{
	width: 70%;
	margin: 0 auto 60px;
}

.cert-block .gallery-top .swiper-slide{
	height: 800px;
	background-color: #fff;
}

.cert-block .gallery-top .swiper-slide img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.cert-block .gallery-thumbs{

}

.cert-block .gallery-thumbs .swiper-slide{
	height: 200px;
	position: relative;
	background-color: #fff;
	cursor: pointer;
}

.cert-block .gallery-thumbs .swiper-slide::before{
	display: none;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #ed1c24;
	box-sizing: border-box;
}

.cert-block .gallery-thumbs .swiper-slide.swiper-slide-thumb-active::before{
	display: block;
}

.cert-block .gallery-thumbs .swiper-slide img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.cert-block .swiper-button-prev,
.cert-block .swiper-button-next{
	top: 50%;
	text-align: center;
	margin: 0;
}

.cert-block .swiper-button-prev i,
.cert-block .swiper-button-next i{
	font-size: 36px;
	color: #666;
}

.cert-block .swiper-button-prev::after,
.cert-block .swiper-button-next::after{
	display: none;
}

/*device*/
.device-bg .other-block{
	margin-top: 40px;
}

.device-block li{
	width: 32%;
	margin-right: 2%;
	margin-bottom: 20px;
	height: 300px;
}

.device-block li:nth-of-type(3n){
	margin-right: 0;
}

.device-block li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/*support*/
.support-block{
	margin: 0 50px;
	text-align: center;
}

.support-block .title{
	display: inline-block;
	padding: 60px 0;
}

.support-block .title h2{
	font-size: 80px;
	color: #000;
	margin-bottom: 10px;
	text-align: left;
}

.support-block .title h3{
	font-size: 62px;
	color: #000;
	text-align: left;
}

.support-block .border{
	width: 100%;
	height: 1px;
	background-color: #ccc;
}

.support-block .editbox{
	max-width: 800px;
	margin: 0 auto;
	padding: 70px 0 0;
	font-size: 36px;
	color: #333;
}

.support-block ul{
	display: flex;
	flex-wrap: wrap;
}

.support-block li{
	border-bottom: 1px solid #ccc;
	padding: 70px 0 0;
	margin-bottom: 40px;
}

.support-block li:nth-child(1){
	width: 43%;
	margin-right: 2%;
}

.support-block li:nth-child(2){
	width: 55%;
}

.support-block li:nth-child(3){
	width: 100%;
}

.support-block li .imgbox{
	position: relative;
	height: 690px;
}

.support-block li:nth-child(3) .imgbox{
	height: 900px;
}

.support-block li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.support-block li span{
	display: block;
	width: 220px;
	line-height: 76px;
	text-align: center;
	border: 1px solid #fff;
	font-size: 32px;
	color: #fff;
	position: absolute;
	right: 30px;
	bottom: 30px;
}

.support-block li p{
	font-size: 50px;
	color: #ed1c24;
	text-align: center;
	padding: 40px 0;
}

.support-block li i{
	font-size: 50px;
	color: #666;
	margin-left: 20px;
	display: inline-block;
}

/**/
.support-faq{
	max-width: 1400px;
	margin: 0 auto;
	padding: 70px 0;
}

.support-faq .title{}

.support-faq .title h2{
	font-size: 34px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 40px;
}

.support-faq .title h3{
	color: #000000;
	font-size: 20px;
}

.support-faq .sup-box{
	margin-top: 70px;
}

.support-faq .sup-box h2{
	font-size: 36px;
	margin-bottom: 15px;
}

.support-faq .sup-box li{
	padding: 25px;
	border-bottom: 1px solid #333;
}

.support-faq .sup-box a{
	display: flex;
	align-items: center;
	font-size: 18px;
	color: #333;
}

.support-faq .sup-box img{
	margin-right: 15px;
}

.support-faq .sup-box .imgh{
	display: none;
}

.support-faq .sup-box .editbox{
	padding-left: 31px;
	padding-top: 5px;
	font-size: 18px;
	color: #333;
	font-weight: lighter;
	line-height: 2;
	display: none;
}

.support-faq .sup-box .editbox>*{
	line-height: inherit;
	font-size: inherit;
	color: inherit;
	text-align:justify;
}

.support-faq .sup-box li.active .imgn{
	display: none;
}

.support-faq .sup-box li.active .imgh{
	display: block;
}

.support-faq .sup-box li.active .editbox{
	display: block;
}

.support-faq .video-box{
	padding-top: 60px;
}

.support-faq .video-box .title{
	margin-bottom: 40px;
	color: #000;
	font-size: 36px;
}

.support-faq .video-box ul{
	display: flex;
	flex-wrap: wrap;
}

.support-faq .video-box li{
	margin-bottom: 20px;
	margin-right: 20px;
	width: 23.5%;
	border-bottom: 1px solid #666;
}

.support-faq .video-box li:nth-of-type(4n){
	margin-right: 0;
}

.support-faq .video-box .imgbox{
	
}
.support-faq .video-box .imgbox p{
	text-align:center;
	line-height:40px;
}

.support-faq .video-box video{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.support-faq .video-box .editbox{
	font-size: 16px;
	color: #000;
}

/**/
.support-ser{
	padding: 70px 0;
}

.support-ser .title{
	font-size: 36px;
	color: #333;
	max-width: 1200px;
	margin: 0 auto 60px;
	text-align: center;
}

.support-ser .title2{
	font-size: 36px;
	color: #333;
	max-width: 1100px;
	margin: 0 auto 60px;
	text-align: center;
}

.support-ser .form-block{
	max-width: 830px;
	margin: 0 auto;
}

.support-ser .form-block button{
	background-color: #ed1c24;
	margin: 0 auto;
}

/*apply*/
.form-block .tip{
	font-size: 14px;
	color: #ff0000;
	margin-top: 45px;
}

/**/
.message-block-bg{
	background-color: #eff1f3;
	margin: 0 50px;
	padding: 70px 20px;
}

.message-block{
	max-width: 1400px;
	margin: 0 auto;
}

.message-block .title{
	color: #333;
	font-size: 52px;
	margin-bottom: 30px;
	text-align: center;
}

.message-block .form-block button{
	margin: 0 auto;
	width: 30%;
	background-color: #ed1c24;
}


/* message */
.form-block{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.form-block .full-div,
.form-block .half-div,
.form-block .onethird-div,
.form-block .quater-div{
	margin-bottom: 20px;
	border: 1px solid #ededed;
	border-radius: 5px;
	box-shadow: 1px 1px 5px #ccc;
	overflow: hidden;
	position: relative;
}

.form-block .full-div{
	width: 100%;
}

.form-block .half-div{
	width: 49%;
}

.form-block .onethird-div{
	width: 32%;
}

.form-block .quater-div{
	width: 24%;
}

.form-block input{
	width: 100%;
	height: 44px;
	line-height: 44px;
	padding: 10px;
	font-size: 14px;
	color: #428a7b;
}

.form-block textarea{
	width: 100%;
	height: 200px;
	line-height: 30px;
	padding: 5px 10px;
	font-size: 14px;
	color: #428a7b;
	resize: none;
}

.form-block select{
	width: 100%;
	height: 44px;
	line-height: 44px;
	padding: 10px;
	font-size: 14px;
	color: #428a7b;
	cursor: pointer;
}

.form-block button{
	width: 48%;
	height: 46px;
	line-height: 46px;
	text-align: center;
	border-radius: 5px;
	background-color: #ec1010;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
}

.form-block img{
	max-height: 44px;
	vertical-align: bottom;
}

/*contact us*/
.contact-block{
	padding-top: 10px;
	background-size: 100% auto;
}

.contact-block .banner-box{
	max-width: 1400px;
	margin: 0 auto;
	height: 320px;
	background-image: url(../images/banner_contact02.png);
	background-position: right bottom;
	background-size: 81% auto;
}

.contact-block .banner-box h2{
	font-size: 54px;
	color: #000;
	margin-bottom: 20px;
}

.contact-block .banner-box h3{
	font-size: 36px;
	color: #000;
	font-weight: lighter;
}

.contact-contact-block{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1400px;
	margin: 0 auto;
	padding: 90px 0;
}

.contact-contact-block .infobox{
	width: 33%;
}

.contact-contact-block .infobox h4{
	font-size: 30px;
	color: #000;
	margin-bottom: 35px;
}

.contact-contact-block .infobox p{
	color: #666;
	font-size: 16px;
}

.contact-contact-block .infobox p+p{
	margin-top: 25px;
}

.contact-contact-block .infobox p img{
	vertical-align: middle;
	margin-top: -2px;
}

.contact-contact-block .codebox{
	display: flex;
	margin-top: 35px;
}

.contact-contact-block .codebox .box{
	flex-shrink: 0;
	text-align: center;
}

.contact-contact-block .codebox .box+.box{
	margin-left: 20px;
}

.contact-contact-block .codebox img{
	width: 130px;
	height: 130px;
}

.contact-contact-block .codebox span{
	display: block;
	margin-top: 15px;
	font-size: 14px;
	color: #666;
}

.contact-contact-block .map{
	width: 62%;
	height: 550px;
	background-color: #f2f2f2;
}

/**/
.join-list{
	max-width: 1400px;
	margin: 0 auto;
	padding: 90px 0;
}

.join-list .navbox{
	text-align: center;
	font-size: 0;
	margin-bottom: 25px;
}

.join-list .navbox a{
	width: 180px;
	line-height: 70px;
	text-align: center;
	display: inline-block;
	color: #ed1c24;
	font-size: 22px;
	border: 1px solid #ed1c24;
}

.join-list .navbox a.active{
	background-color: #ed1c24;
	color: #fff;
}

.join-list .navbox a:first-child{
	border-radius: 35px 0 0 35px;
}

.join-list .navbox a:last-child{
	border-radius: 0 35px 35px 0;
}

.join-list .tips{
	text-align: center;
	color: #666;
	font-size: 22px;
	margin-bottom: 45px;
}

.join-list ul{
	border-top: 1px solid #dcdcdc;
}

.join-list li{
	border-bottom: 1px solid #dcdcdc;
}

.join-list .cont-switch{
	padding: 10px 30px;
	cursor: pointer;
}

.join-list li:first-child .cont-switch{
	cursor: default;
}

.join-list .cont-switch .flex-flex1{
	margin-right: 10px;
	color: #666;
	font-size: 16px;
	transition: all 0.3s;
}

.join-list li:first-child .cont-switch .flex-flex1{
	margin-right: 10px;
	color: #000 !important;
	font-size: 18px;
}

.join-list li:hover .cont-switch .flex-flex1{
	color: #ed1c24;
}

.join-list .cont-switch div:nth-child(2){
	flex: 0 1 250px;
	-webkit-flex: 0 1 250px;
}

.join-list .cont-switch div:nth-child(3){
	-webkit-flex: 0 1 250px;
	flex: 0 1 250px;
}

.join-list .switch-btn{
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 3px;
	background-color: #999;
	color: #fff;
	transition: all 0.3s;
}

.join-list .switch-btn i{
	display: inline-block;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	font-size: 20px;
}

.join-list li:hover .switch-btn,
.join-list li.active .switch-btn{
	background-color: #ed1c24;
}

.join-list li.active .switch-btn i{
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}

.join-list .cont-box{
	display: none;
}

.join-list .textbox{
	border-top: 1px solid #dcdcdc;
	padding: 30px 35px;
	color: #666;
	box-sizing: content-box;
}

.join-list .cont-box a{
	display: block;
	color: #fff;
	width: 150px;
	line-height: 50px;
	text-align: center;
	background-color: #ed1c24;
	font-size: 20px;
	transition: all 0.3s;
	margin-top: 30px;
}

.join-list .cont-box a:hover{
	box-shadow: 0 0 10px #ccc;
}

.join-list .cont-box .editbox{
	font-size: 16px;
	line-height: 2;
}

.banner-contact{
	margin: 0 50px 50px;
}

/**/
.join-apply-bg{
	max-width: 1400px;
	margin: 0 auto;
	padding: 90px 0;
}

.join-apply{
	padding: 40px;
	background-color: #f9f9f9;
}

.join-apply .title{
	background-color: #f1f1f1;
	padding: 15px 30px;
	color: #666;
	font-size: 16px;
	margin-bottom: 20px;
}

.join-apply .title span{
	color: #000;
	font-weight: bold;
}

.join-apply .editbox{
	padding: 0 30px 40px;
	border-bottom: 1px solid #f1f1f1;
	margin-bottom: 60px;
	color: #333;
	font-size: 16px;
	line-height: 1.8;
}

.join-apply .formbox{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0 30px;
}

.join-apply .formbox .partbox{
	display: flex;
	align-items: center;
	margin-bottom: 40px;
	width: 50%;
}

.join-apply .formbox .fullbox{
	display: flex;
	margin-bottom: 40px;
	width: 100%;
}

.join-apply .formbox .text{
	color: #000;
	font-size: 16px;
	text-align: right;
	width: 70px;
	margin-right: 15px;
	line-height: 50px;
}

.join-apply .formbox input{
	background-color: #fff;
	max-width: 400px;
	width: 100%;
	height: 50px;
	border: 1px solid #dcdcdc;
	padding: 0 10px;
}

.join-apply .formbox select{
	background-color: #fff;
	max-width: 400px;
	width: 100%;
	height: 50px;
	border: 1px solid #dcdcdc;
	padding: 0 10px;
}

.join-apply .formbox textarea{
	background-color: #fff;
	flex: 1;
	max-width: 1030px;
	height: 110px;
	resize: none;
	border: 1px solid #dcdcdc;
	padding: 15px 10px;
}

.join-apply .formbox .upbtn{
	display: block;
	margin-left: 10px;
	width: 90px;
	line-height: 50px;
	background-color: #999;
	text-align: center;
	color: #fff;
	font-size: 16px;
}

.join-apply .formbox button{
	cursor: pointer;
	flex: 1;
	max-width: 200px;
	margin-right: 10px;
	line-height: 50px;
	font-size: 16px;
	color: #fff;
}

.join-apply .formbox button[type="submit"]{
	background-color: #ed1c24;
}

.join-apply .formbox button[type="reset"]{
	background-color: #999;
}

/**/
.shop-block{
	max-width: 1400px;
	margin: 0 auto;
	padding: 90px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.shop-block .code{
	text-align: center;
}

.shop-block .code img{
	width: 140px;
	height: 140px;
}

.shop-block .code span{
	display: block;
	margin-top: 5px;
	color: #666;
	font-size: 12px;
}

.shop-block .logo{
	margin-left: 40px;
}

/*download*/
.download-block{
	padding: 60px 0;
	max-width: 1200px;
	margin: 0 auto;
}

.download-block ul{
	display: flex;
	flex-wrap: wrap;
}

.download-block li{
	width: 32%;
	margin-right: 2%;
	margin-bottom: 20px;
	border-radius: 5px;
	border: 1px solid #eee;
	transition: all 0.3s;
}

.download-block li:hover{
	box-shadow: 0 0 10px #ccc;
}

.download-block li:nth-of-type(3n){
	margin-right: 0;
}

.download-block li a{
	display: block;
	padding: 20px;
}

.download-block li .imgbox{
	height: 230px;
	margin-bottom: 20px;
}

.download-block li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.download-block li p{
	text-align: center;
	color: #999;
	font-size: 18px;
	transition: all 0.3s;
}

.download-block li:hover p{
	color: #ed1c24;
}

.download-block li i{
	display: inline-block;
	font-size: 30px;
	vertical-align: middle;
	margin-top: -2px;
}

/**/
.layer-shade{
	position: fixed;
	z-index: 99;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
	display: none;
}

.layer-block{
	border-radius: 10px;
	background-color: #fff;
	position: fixed;
	max-width: 90%;
	max-height: 90%;
	overflow-y: auto;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}

.dl-pass-layer .layer-block{
	width: 500px;
	padding: 40px 60px;
}

.dl-pass-layer h2{
	font-size: 32px;
	color: #ed1c24;
	text-align: center;
	margin-bottom: 30px;
}

.dl-pass-layer button{
	width: 100%;
	background-color: #ed1c24;
}

.dl-pass-layer .tips{
	margin-top: 30px;
	line-height: 2;
	font-size: 18px;
	color: #666;
	text-align: center;
	font-weight: lighter;
}

.dl-pass-layer a{
	color: #ed1c24;
	font-weight: normal;
}

.dl-pass-layer a:hover{
	text-decoration: underline;
}

.dl-msg-layer .layer-block{
	width: 1000px;
	padding: 70px;
}

.dl-msg-layer input,
.dl-msg-layer textarea{
	font-size: 16px;
}

.dl-msg-layer button{
	margin: 0 auto;
	background-color: #ed1c24;
}

/**/
.msg-result-block{
	padding: 80px 20px;
	text-align: center;
}
.msg-result-block i{
	color: #0f9d50;
	font-size: 100px;
	display: inline-block;
	margin-bottom: 30px;
}
.msg-result-block p{
	line-height: 2;
	color: #666;
	font-size: 18px;
}

.msg-result-block a{
	display: inline-block;
	color: #000;
	font-size: 18px;
	font-weight: bold;
	margin-top: 50px;
}

.msg-result-block a:hover{
	text-decoration: underline;
}
.page {
	margin-top: 10px;
	padding: 14px 0 15px;
	text-align: center;
}
.page a {
	border: 1px solid #CCCCCC;
	margin-right: 5px;
	padding: 4px 7px;
}
.page span {
	border: 1px solid #CCCCCC;
	margin-right: 5px;
	padding: 4px 7px;
}
.page span.current {
	background: #5280e0;
	border: 1px solid #5280e0;
	color: #FFFFFF;
	font-weight: bolder;
}


.phone_footer{
	display:none;
}
.index_case_phone{
	display:none;
}
.index_news_phone{
	display:none;
}



/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
 .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes bounce {
    0%,20%,53%,80%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    40%,43% {
        -webkit-transform: translate3d(0,-30px,0);
        transform: translate3d(0,-30px,0)
    }

    40%,43%,70% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        animation-timing-function: cubic-bezier(.755,.05,.855,.06)
    }

    70% {
        -webkit-transform: translate3d(0,-15px,0);
        transform: translate3d(0,-15px,0)
    }

    90% {
        -webkit-transform: translate3d(0,-4px,0);
        transform: translate3d(0,-4px,0)
    }
}

@keyframes bounce {
    0%,20%,53%,80%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    40%,43% {
        -webkit-transform: translate3d(0,-30px,0);
        transform: translate3d(0,-30px,0)
    }

    40%,43%,70% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        animation-timing-function: cubic-bezier(.755,.05,.855,.06)
    }

    70% {
        -webkit-transform: translate3d(0,-15px,0);
        transform: translate3d(0,-15px,0)
    }

    90% {
        -webkit-transform: translate3d(0,-4px,0);
        transform: translate3d(0,-4px,0)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes flash {
    0%,50%,to {
        opacity: 1
    }

    25%,75% {
        opacity: 0
    }
}

@keyframes flash {
    0%,50%,to {
        opacity: 1
    }

    25%,75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    50% {
        -webkit-transform: scale3d(1.05,1.05,1.05);
        transform: scale3d(1.05,1.05,1.05)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    50% {
        -webkit-transform: scale3d(1.05,1.05,1.05);
        transform: scale3d(1.05,1.05,1.05)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    30% {
        -webkit-transform: scale3d(1.25,.75,1);
        transform: scale3d(1.25,.75,1)
    }

    40% {
        -webkit-transform: scale3d(.75,1.25,1);
        transform: scale3d(.75,1.25,1)
    }

    50% {
        -webkit-transform: scale3d(1.15,.85,1);
        transform: scale3d(1.15,.85,1)
    }

    65% {
        -webkit-transform: scale3d(.95,1.05,1);
        transform: scale3d(.95,1.05,1)
    }

    75% {
        -webkit-transform: scale3d(1.05,.95,1);
        transform: scale3d(1.05,.95,1)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    30% {
        -webkit-transform: scale3d(1.25,.75,1);
        transform: scale3d(1.25,.75,1)
    }

    40% {
        -webkit-transform: scale3d(.75,1.25,1);
        transform: scale3d(.75,1.25,1)
    }

    50% {
        -webkit-transform: scale3d(1.15,.85,1);
        transform: scale3d(1.15,.85,1)
    }

    65% {
        -webkit-transform: scale3d(.95,1.05,1);
        transform: scale3d(.95,1.05,1)
    }

    75% {
        -webkit-transform: scale3d(1.05,.95,1);
        transform: scale3d(1.05,.95,1)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shake {
    0%,to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0)
    }

    20%,40%,60%,80% {
        -webkit-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0)
    }
}

@keyframes shake {
    0%,to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0)
    }

    20%,40%,60%,80% {
        -webkit-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    10%,20% {
        -webkit-transform: scale3d(.9,.9,.9) rotate(-3deg);
        transform: scale3d(.9,.9,.9) rotate(-3deg)
    }

    30%,50%,70%,90% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate(3deg);
        transform: scale3d(1.1,1.1,1.1) rotate(3deg)
    }

    40%,60%,80% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate(-3deg);
        transform: scale3d(1.1,1.1,1.1) rotate(-3deg)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    10%,20% {
        -webkit-transform: scale3d(.9,.9,.9) rotate(-3deg);
        transform: scale3d(.9,.9,.9) rotate(-3deg)
    }

    30%,50%,70%,90% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate(3deg);
        transform: scale3d(1.1,1.1,1.1) rotate(3deg)
    }

    40%,60%,80% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate(-3deg);
        transform: scale3d(1.1,1.1,1.1) rotate(-3deg)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none
    }

    15% {
        -webkit-transform: translate3d(-25%,0,0) rotate(-5deg);
        transform: translate3d(-25%,0,0) rotate(-5deg)
    }

    30% {
        -webkit-transform: translate3d(20%,0,0) rotate(3deg);
        transform: translate3d(20%,0,0) rotate(3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%,0,0) rotate(-3deg);
        transform: translate3d(-15%,0,0) rotate(-3deg)
    }

    60% {
        -webkit-transform: translate3d(10%,0,0) rotate(2deg);
        transform: translate3d(10%,0,0) rotate(2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%,0,0) rotate(-1deg);
        transform: translate3d(-5%,0,0) rotate(-1deg)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none
    }

    15% {
        -webkit-transform: translate3d(-25%,0,0) rotate(-5deg);
        transform: translate3d(-25%,0,0) rotate(-5deg)
    }

    30% {
        -webkit-transform: translate3d(20%,0,0) rotate(3deg);
        transform: translate3d(20%,0,0) rotate(3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%,0,0) rotate(-3deg);
        transform: translate3d(-15%,0,0) rotate(-3deg)
    }

    60% {
        -webkit-transform: translate3d(10%,0,0) rotate(2deg);
        transform: translate3d(10%,0,0) rotate(2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%,0,0) rotate(-1deg);
        transform: translate3d(-5%,0,0) rotate(-1deg)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes jello {
    0%,11.1%,to {
        -webkit-transform: none;
        transform: none
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

@keyframes jello {
    0%,11.1%,to {
        -webkit-transform: none;
        transform: none
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center
}

@-webkit-keyframes bounceIn {
    0%,20%,40%,60%,80%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    20% {
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1)
    }

    40% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03,1.03,1.03);
        transform: scale3d(1.03,1.03,1.03)
    }

    80% {
        -webkit-transform: scale3d(.97,.97,.97);
        transform: scale3d(.97,.97,.97)
    }

    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes bounceIn {
    0%,20%,40%,60%,80%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    20% {
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1)
    }

    40% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03,1.03,1.03);
        transform: scale3d(1.03,1.03,1.03)
    }

    80% {
        -webkit-transform: scale3d(.97,.97,.97);
        transform: scale3d(.97,.97,.97)
    }

    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-3000px,0);
        transform: translate3d(0,-3000px,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0,25px,0);
        transform: translate3d(0,25px,0)
    }

    75% {
        -webkit-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0)
    }

    90% {
        -webkit-transform: translate3d(0,5px,0);
        transform: translate3d(0,5px,0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInDown {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-3000px,0);
        transform: translate3d(0,-3000px,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0,25px,0);
        transform: translate3d(0,25px,0)
    }

    75% {
        -webkit-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0)
    }

    90% {
        -webkit-transform: translate3d(0,5px,0);
        transform: translate3d(0,5px,0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px,0,0);
        transform: translate3d(-3000px,0,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px,0,0);
        transform: translate3d(25px,0,0)
    }

    75% {
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0)
    }

    90% {
        -webkit-transform: translate3d(5px,0,0);
        transform: translate3d(5px,0,0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInLeft {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px,0,0);
        transform: translate3d(-3000px,0,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px,0,0);
        transform: translate3d(25px,0,0)
    }

    75% {
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0)
    }

    90% {
        -webkit-transform: translate3d(5px,0,0);
        transform: translate3d(5px,0,0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px,0,0);
        transform: translate3d(3000px,0,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px,0,0);
        transform: translate3d(-25px,0,0)
    }

    75% {
        -webkit-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0)
    }

    90% {
        -webkit-transform: translate3d(-5px,0,0);
        transform: translate3d(-5px,0,0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInRight {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px,0,0);
        transform: translate3d(3000px,0,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px,0,0);
        transform: translate3d(-25px,0,0)
    }

    75% {
        -webkit-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0)
    }

    90% {
        -webkit-transform: translate3d(-5px,0,0);
        transform: translate3d(-5px,0,0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,3000px,0);
        transform: translate3d(0,3000px,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0)
    }

    75% {
        -webkit-transform: translate3d(0,10px,0);
        transform: translate3d(0,10px,0)
    }

    90% {
        -webkit-transform: translate3d(0,-5px,0);
        transform: translate3d(0,-5px,0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInUp {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,3000px,0);
        transform: translate3d(0,3000px,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0)
    }

    75% {
        -webkit-transform: translate3d(0,10px,0);
        transform: translate3d(0,10px,0)
    }

    90% {
        -webkit-transform: translate3d(0,-5px,0);
        transform: translate3d(0,-5px,0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9)
    }

    50%,55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9)
    }

    50%,55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0,10px,0);
        transform: translate3d(0,10px,0)
    }

    40%,45% {
        opacity: 1;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0)
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0,10px,0);
        transform: translate3d(0,10px,0)
    }

    40%,45% {
        opacity: 1;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0)
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px,0,0);
        transform: translate3d(20px,0,0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0)
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px,0,0);
        transform: translate3d(20px,0,0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0)
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px,0,0);
        transform: translate3d(-20px,0,0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0)
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px,0,0);
        transform: translate3d(-20px,0,0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0)
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0)
    }

    40%,45% {
        opacity: 1;
        -webkit-transform: translate3d(0,20px,0);
        transform: translate3d(0,20px,0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0)
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0)
    }

    40%,45% {
        opacity: 1;
        -webkit-transform: translate3d(0,20px,0);
        transform: translate3d(0,20px,0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0)
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0)
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0)
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0)
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotateY(-1turn);
        transform: perspective(400px) rotateY(-1turn)
    }

    0%,40% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
        transform: perspective(400px) translateZ(150px) rotateY(-190deg)
    }

    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
        transform: perspective(400px) translateZ(150px) rotateY(-170deg)
    }

    50%,80% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95,.95,.95);
        transform: perspective(400px) scale3d(.95,.95,.95)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotateY(-1turn);
        transform: perspective(400px) rotateY(-1turn)
    }

    0%,40% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
        transform: perspective(400px) translateZ(150px) rotateY(-190deg)
    }

    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
        transform: perspective(400px) translateZ(150px) rotateY(-170deg)
    }

    50%,80% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95,.95,.95);
        transform: perspective(400px) scale3d(.95,.95,.95)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }

    0%,40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    40% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg)
    }

    60% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }

    0%,40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    40% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg)
    }

    60% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }

    0%,40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg)
    }

    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }

    0%,40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg)
    }

    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotateY(-15deg);
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotateY(-15deg);
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%,0,0) skewX(-30deg);
        transform: translate3d(100%,0,0) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg)
    }

    60%,80% {
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg)
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%,0,0) skewX(-30deg);
        transform: translate3d(100%,0,0) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg)
    }

    60%,80% {
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg)
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(100%,0,0) skewX(30deg);
        transform: translate3d(100%,0,0) skewX(30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(100%,0,0) skewX(30deg);
        transform: translate3d(100%,0,0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    0% {
        transform-origin: center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }

    0%,to {
        -webkit-transform-origin: center
    }

    to {
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        transform-origin: center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }

    0%,to {
        -webkit-transform-origin: center
    }

    to {
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }

    0%,to {
        -webkit-transform-origin: left bottom
    }

    to {
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }

    0%,to {
        -webkit-transform-origin: left bottom
    }

    to {
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    0% {
        transform-origin: right bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }

    0%,to {
        -webkit-transform-origin: right bottom
    }

    to {
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        transform-origin: right bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }

    0%,to {
        -webkit-transform-origin: right bottom
    }

    to {
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }

    0%,to {
        -webkit-transform-origin: left bottom
    }

    to {
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }

    0%,to {
        -webkit-transform-origin: left bottom
    }

    to {
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    0% {
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }

    0%,to {
        -webkit-transform-origin: right bottom
    }

    to {
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0% {
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }

    0%,to {
        -webkit-transform-origin: right bottom
    }

    to {
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    0% {
        transform-origin: center;
        opacity: 1
    }

    0%,to {
        -webkit-transform-origin: center
    }

    to {
        transform-origin: center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    0% {
        transform-origin: center;
        opacity: 1
    }

    0%,to {
        -webkit-transform-origin: center
    }

    to {
        transform-origin: center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1
    }

    0%,to {
        -webkit-transform-origin: left bottom
    }

    to {
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1
    }

    0%,to {
        -webkit-transform-origin: left bottom
    }

    to {
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        transform-origin: right bottom;
        opacity: 1
    }

    0%,to {
        -webkit-transform-origin: right bottom
    }

    to {
        transform-origin: right bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    0% {
        transform-origin: right bottom;
        opacity: 1
    }

    0%,to {
        -webkit-transform-origin: right bottom
    }

    to {
        transform-origin: right bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1
    }

    0%,to {
        -webkit-transform-origin: left bottom
    }

    to {
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1
    }

    0%,to {
        -webkit-transform-origin: left bottom
    }

    to {
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        transform-origin: right bottom;
        opacity: 1
    }

    0%,to {
        -webkit-transform-origin: right bottom
    }

    to {
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    0% {
        transform-origin: right bottom;
        opacity: 1
    }

    0%,to {
        -webkit-transform-origin: right bottom
    }

    to {
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
    0% {
        transform-origin: top left
    }

    0%,20%,60% {
        -webkit-transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        transform-origin: top left
    }

    40%,80% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(0,700px,0);
        transform: translate3d(0,700px,0);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        transform-origin: top left
    }

    0%,20%,60% {
        -webkit-transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        transform-origin: top left
    }

    40%,80% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(0,700px,0);
        transform: translate3d(0,700px,0);
        opacity: 0
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0) rotate(-120deg);
        transform: translate3d(-100%,0,0) rotate(-120deg)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0) rotate(-120deg);
        transform: translate3d(-100%,0,0) rotate(-120deg)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0) rotate(120deg);
        transform: translate3d(100%,0,0) rotate(120deg)
    }
}

@keyframes rollOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0) rotate(120deg);
        transform: translate3d(100%,0,0) rotate(120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    50%,to {
        opacity: 0
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    50%,to {
        opacity: 0
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(42px,0,0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px,0,0);
        transform: scale(.1) translate3d(-2000px,0,0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(42px,0,0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px,0,0);
        transform: scale(.1) translate3d(-2000px,0,0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(-42px,0,0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px,0,0);
        transform: scale(.1) translate3d(2000px,0,0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(-42px,0,0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px,0,0);
        transform: scale(.1) translate3d(2000px,0,0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}
