@charset "utf-8";
/*==========@@HTML默认 开始@@==========*/
/*基本*/
*{ font-size:14px;padding:0px; margin:0px }
body{color:#000;background: #f4f5f9; padding:0px; margin:0px auto;overflow:scroll;overflow-x:hidden;overflow-y:auto;
font-family: Microsoft YaHei,Helvitica,Verdana,Tohoma,Arial,san-serif;font-size:16px; max-width:640px;
	opacity: 0; transition-duration: .2s; }
div{ margin:0; padding:0; border:0; }
img{ margin:0; padding:0; border:0; }
b,strong {font-weight: bold;}
table { border-collapse: collapse; border-spacing: 0;/* Remove most spacing between table cells.*/}
li{ list-style: none outside none;}

/*链接*/
a{ text-decoration:none; color:#000; background: transparent;  outline:none}

/*标题*/
h1 { font-size: 1.3em;margin: 0;}
h2 {font-size: 1.2em; margin: 0;}
h3,h4 { font-size: 16px; margin: 0; }
h5 {font-size: 0.83em;margin: 0;}
h6 { font-size: 0.67em;margin: 0;}

/*表单*/
form {margin: 0;}
button,input,select,textarea {
    font-size: 100%;  /* Correct font size not being inherited in all browsers. */
    margin: 0; border: 0; width: 100%; /* Address margins set differently in IE 6/7, Firefox 3+, Safari 5,and Chrome */
    vertical-align: baseline; /* Improve appearance and consistency in all browsers */
    *vertical-align: middle; /* Improve appearance and consistency in all browsers */
}
input{ min-height: 35px; border: 1px solid #eee; }
button,select {text-transform: none;}
textarea{	-webkit-border-radius:5px; -moz-border-radius:5px; -o-border-radius:5px;border-radius:5px; 
-moz-box-sizing: border-box;  background-color: #FFFFFF;	border: 1px solid #E8E8E8; margin: 3px 0px;padding: 5px 3px;	width:99%; }

/*其它*/
blockquote {margin: 1em 40px;}
dfn {font-style: italic;}
hr {-moz-box-sizing: content-box;box-sizing: content-box;height: 0;}
code, kbd, pre, samp {font-size: 1em;}
pre {margin: 1em 0; white-space: pre;white-space: pre-wrap;word-wrap: break-word; }
small {font-size: 80%;}
sub,sup {font-size: 75%;line-height: 0; position: relative;vertical-align: baseline; /* Prevent `sub` and `sup` affecting `line-height` in all browsers.*/}
sup {top: -0.5em;}
sub {bottom: -0.25em;}
dl{margin: 1em 0;}
dd {margin: 0 0 0 40px;}
audio:not([controls]) {display: none; height: 0;}
/*==========@@HTML默认  结束@@==========*/


/*==========@@元件 开始@@==========*/
/*常用颜色*/
.blue {color: #00F !important;}
.green {color: #0F0 !important;}
.red {color: #F00 !important;}
.black {color: #000000 !important;}
.white {color: #FFFFFF !important;}
.gray { color:gray; !important; }
.purple { color:purple;  !important;}

/*清除浮动*/
.clear { display:block; clear:both;}
.float_left { float:left; }
.float_right { float:right; }

/*对齐方式*/
.left { text-align: left}
.right {text-align: right}
.center{ text-align: center}
.fixed{ position: fixed; }

/*其它*/
.hide { display:none; }  /*隐藏*/
.more{ float: right; padding-right:10px; display:none; } /*more链接*/
.more a{ color:#167312}
.code_image{ cursor: pointer; padding-bottom:6px;} /*验证码图片样式*/

/*必须输入，主要*/
.required{ color:red; font-weight:bold;}
.form_text_verifycode { width:80px; }
.form_radio{ width:auto; border:0;}
.form_checkbox{ width:auto; border:0}

/*按钮*/
.btn{	width:100%; padding:12px 0px;font-size:16px;text-decoration:none; margin:20px 0px; cursor:pointer;
	-webkit-border-radius:3px; -moz-border-radius:3px; -o-border-radius:3px; border-radius:3px;
	background:#179F00;border:0px solid #0B8E00; color:#ffffff; display:block; text-align:center; }
.btn:active{}

.btn_download{color:#ffffff; display:block; text-align:center; cursor:pointer;	
	width:80px; text-decoration:none; margin:0px; 
	background:#179F00;
	-webkit-border-radius:3px; -moz-border-radius:3px; -o-border-radius:3px; border-radius:3px;
	text-indent:0; }
.btn_download:active{	padding:0px;top:0px;
	background-image:-o-linear-gradient(bottom,  #5DD300 0%, #179F00 100%);
	background-image:-moz-linear-gradient(bottom,  #5DD300 0%, #179F00 100%);
	background-image:-webkit-linear-gradient(bottom,  #5DD300 0%, #179F00 100%);
	background-image:-ms-linear-gradient(bottom,  #5DD300 0%, #179F00 100%);
	background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0, #5DD300),color-stop(1, #179F00));
	background-image:linear-gradient(bottom, #5DD300 0%, #179F00 100%);
	-webkit-box-shadow:0 1px 0 #5DD300 inset, 0 1px 2px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:0 1px 0 #5DD300 inset, 0 1px 2px rgba(0, 0, 0, 0.5);box-shadow:0 1px 0 #5DD300 inset, 0 1px 2px rgba(0, 0, 0, 0.5); }
.btnSmsCode{ width:90%; float:right; padding:6px 0; font-size:14px;}

/*箭头*/
.arrow{ background:url(../images/system/arrow1.png) center center no-repeat; 	background-size:14px;width:30px; height:30px; display:block; float:right;vertical-align:middle;}

/*频道*/
.ChannelName{}
.ChannelContent{ clear:both; line-height:1.8em}
.ChannelSContent{}
.ChannelAlbum{ overflow: hidden; }

/*帮助*/
#HelpContent{font-size:16px; line-height:1.8em;color:#444;}
#HelpContent p{text-indent:2em;}
#HelpContent img{max-width:100%; padding:0; display:block; margin:5px auto;}

/*信息*/
.InfoTitle, .ChannelName{ font-size:18px; line-height: 1.5em; vertical-align:middle; color: #444; }
.InfoTime{color:#999; text-align:left; font-size:12px; padding:2px 0px; height:25px}
.InfoContent{ font-size:17px; line-height:1.8em}
.InfoContent p{ font-size:17px}
.InfoPicture{ text-align: center;}
.InfoPicture img{width:100%;}
.f1{}
.f2{}
.f3{}
.f4{}
.f5{}
.ShowInfo{ height: 30px; line-height: 1.5em; font-size:18px; border-top: 1px solid #bdbec1; vertical-align:middle; padding-top:5px; color:#000000;}
#ReadLevelTip{ font-weight:bold; color:red;}
.Tag{ text-align: left; font-weight:bold; }
.Tag b{}
.Tag a{ padding:0 3px; font-weight:normal; text-decoration:none;}
.InfoContent img, .ChannelContent img{max-width:100%; }

/*细边框*/
.minBorderTop{ position: relative; }
.minBorderTop::after{ content: " "; position: absolute; left: 0; top: 0; right: 0; height: 1px; border-top: 1px solid #eee; color: #eee;
	-webkit-transform-origin: 0 0; transform-origin: 0 0; -webkit-transform: scaleY(0.5); transform: scaleY(0.5); }
.minBorderBottom{ position: relative; }
.minBorderBottom::after{ content: " "; position: absolute; left: 0; bottom: 0; right: 0; height: 1px; background: #eee;
	-webkit-transform-origin: 0 0; transform-origin: 0 0; -webkit-transform: scaleY(0.5); transform: scaleY(0.5); }
/*==========@@元件 结束@@==========*/


/*==========@@模块  开始@@==========*/
.left_title{ border:0px solid red; clear:both; display: none; }
.left_title h2 { color:#333;  font-size:24px; text-align:center; overflow:hidden; margin: 10px 0 8px; font-weight: normal; }
.left_title h2 a { color:#333; font-size:24px; border-radius:5px; font-weight:normal; }
.left_title i{ width: 55px; height: 2px; display: block; margin: 0 auto; background: #008edc; margin-bottom: 10px;}
.left_bottom { clear:both; }
/*样式1*/
.left_title1{text-align:center;margin-bottom: 20px; }
.left_title1 h2 { color:#505050;font-size: 20px;font-weight:bold; }
.left_title1 p{font-size:14px;color:#a0a0a0; padding: 10px 30px 0;}
.left_title1 p a{color:#a0a0a0;font-size:14px;} 
.left_body1 { overflow:hidden; zoom:1; }
.left_bottom1 { }

.left_title4{text-align:center;margin-bottom: 20px; }
.left_title4 h2 { color:#505050; font-size:18px; font-weight:bold; }
.left_title4 h2 a { color:#505050; font-size: 20px; font-weight:bold; }
.left_title4 p{font-size:14px;color:#a0a0a0; padding: 10px 30px 0;}
.left_body4 { overflow:hidden; zoom:1; }
.left_bottom4 { }
/*==========@@模块  结束@@==========*/


/*==========@@布局  开始@@==========*/
/*===公共 开始===*/
body_index, .body_single, .body_article, .body_picture, .body_download, .body_video, .body_product,  .body_job, .body_guestbook, .body_feedback{ }
.index, .single, .article, .picture, .download, .video, .product, .job, .guestbook, .feedback{ width:100%; margin:0px auto }
#top, #logo, #navigation, #banner, #location, #announcement, #link, #copyright { width: 100%;  margin: 0px auto;}
.body_article,.body_single{ background: #FFF; }
/*===公共 结束===*/

/*===首页 开始===*/
#index_1{ overflow:hidden; padding:40px 0; background-color: #FFF; }
#index_2{ overflow:hidden; padding:40px 0; background: url(../images/index_2_itembg.png) center no-repeat; background-size: cover }
#index_2 .left_title1 h2{ color: #FFF; }
#index_3{ overflow:hidden; padding:40px 0; background-color: #FFF; }
#index_4{ overflow:hidden; padding:40px 5px; background-color: #FFF; }
#index_5{ overflow:hidden; padding:40px 0; background-color: #FFF; }

#index_3 .galleryThumbs{margin:0 0 10px 0;}
#index_3 .galleryThumbs .swiper-slide-active{ background:#008edc;}
#index_5 .galleryThumbs1{margin:0 0 10px 0;overflow:hidden;}
#index_5 .galleryThumbs1 .swiper-slide-active{ background:#008edc; border:1px solid #008edc;}
#index_5 .galleryThumbs1 .swiper-slide-active a{ color:#fff;}
/*===首页 结束===*/

/*我们的客户*/
#link_main{  background: url(../images/gywmbg.jpg) top center no-repeat; background-size: cover; padding: 20px 0; }
.link_title{ text-align: center; overflow:hidden;}
.link_title h2 { font-size: 18px; color:#FFF; text-shadow: 0 0 2px #008edc; }
.link_title p { color: #666; font-size: 12px; padding: 10px 50px; line-height: 1.8em; }

.link_pic ul{ overflow: hidden; padding: 20px 10px; }
.link_pic ul li{ width: 33.3333%; float: left; }
.link_pic ul li a{ padding: 0 10px; display: flex; align-items: center; margin: 5px; background: #FFF; border-radius: 5px;
	box-shadow: 0 0 4px 0 rgba(0,0,0,.2); }
.link_pic ul li a img{ display: block; width: 100%; }
/*我们的客户*/

/*===招聘频道  开始===*/
.job{ }
table.job_table { border:0px solid #16b7b7; margin:3px 0px; padding:0px; text-align:center; width:100%; border-collapse:collapse;}
table.job_table td{ padding:3px 2px; color: #999;}
table.job_table th{color:#000; font-weight: normal; text-align: left;}
.JobName{ font-size:18px; border-bottom: 1px solid #ddd; padding-bottom:8px; font-weight:bold;}
/*===招聘频道  结束===*/

/*==产品频道  开始==*/
.wap_none{ display: none; }
/*详情内容中的按钮公共样式*/
.incontent_btn{ display: block; width: 150px; margin: 0 auto; color: #FFF; line-height: 45px; margin-top: 20px; border: 1px solid #008edc; color: #008edc; border-radius: 4px; text-align: center; }
/*----产品介绍列表 公共样式--*/
.productlist{ }
.productlist .item_list{ background-size: cover; background-position: center; }
.productlist .item_list:nth-child(2n){ background-color: #FFF; }
.productlist .item_list.s1{ background-size: 100%; background-position: center; background-repeat: no-repeat; }
.productlist .product_wrap{ padding: 20px 0; margin: 0 auto; overflow-x: hidden; }
.productlist .product_wrap:after{ content: ""; display: block; height: 0; clear: both; }
.productlist .InfoTitle{ font-size: 20px; margin-top: 10px; text-align: center; }
.productlist .InfoSContent{ font-size: 16px; color: #626262; font-weight: normal; margin-top: 5px; padding: 0 10px; }
.productlist .InfoContent{ font-size: 13px; margin-top: 10px; padding: 0 10px; line-height: 1.8em; color: #999; }
.productlist .InfoContent span{ font-size: 18px; }
/*----产品介绍列表 公共样式----*/
/*----文上图下----*/
.product_s1 .InfoWrap{ text-align: center; }
.product_s1 .InfoWrap .InfoTitle{ padding: 0 20px; }
.product_s1 .InfoWrap .InfoContent{ margin: 20px 0 20px; }
.product_s1 .InfoWrap img{ width: 80%; }
.product_s1.n7 .InfoWrap img{ width: 90%; }
.product_s1.text-left .InfoWrap .InfoContent{ text-align: left; }
.product_s1.text-right .InfoWrap .InfoContent{ text-align: right; }
/*----文上图下----*/

/*----相册列表----*/
.product_s4 .InfoTitle{ font-size: 20px; margin-top: 10px; margin-bottom: 10px; padding: 0 10px; }
.product_s4 .InfoSContent{ text-align: center; }
.product_s4 .InfoContent{ text-align: center; }
.product_s4 .InfoWrap:after{ content: ""; display: block; height: 0; clear: both; }
.product_s4 .InfoWrap{ margin-top: 15px; text-align: center; padding: 0 5px; }
.product_s4 li{ width: 25%; display: inline-block; text-align: center; vertical-align: top; }
.product_s4 .AlbumPicture{ text-align: center; }
.product_s4 .AlbumTitle{ font-size: 13px; color: #444; margin: 5px 0; padding: 0 5px; }
.product_s4 .AlbumDescription{ font-size: 12px; color: #999; margin: 0 auto; padding: 0 15px; }
.product_s4 img{ width: 100%; }
.product_s4.pos-youshi .InfoWrap li{ width: 33.33333%; }
.product_s4.pos-youshi .InfoWrap li img{ width: auto; }
/*----相册列表----*/

/*----swiper滑动样式----*/
.product_s5{ text-align: center; }
.product_s5 img{ display: block; width: 100%; }
/*swiper滑动样式 自定义样式1*/
.CoreFunction .InfoTitle{ font-size: 20px; margin-top: 10px; margin-bottom: 10px; padding: 0 10px; }
.CoreFunction.hasBG .InfoTitle{ color: #FFF; }
.CoreFunction .InfoWrap:after{ content: ""; display: block; height: 0; clear: both; }
.CoreFunction .AlbumWrap{ position: relative; padding-bottom: 15px; background: #FFF; box-shadow: 0 0 4px 0 rgba(0,0,0,.1); }
.CoreFunction .AlbumTitle{ font-size: 18px; color: #444; margin: 10px 0 5px; padding: 0 10px; font-weight: bold; }
.CoreFunction .AlbumDescription{ font-size: 14px; color: #999; margin: 0 auto 10px; padding: 0 15px; line-height: 20px; overflow: hidden; }
.CoreFunction .AlbumDescription:after{ content: "..."; display: block; position: absolute; left: 0; right: 0; bottom: 10px; font-size: 18px; margin: auto; }
/*swiper滑动样式 自定义样式2*/
.ProductVersion .InfoTitle{ margin-bottom: 20px; }
.ProductVersion .AlbumWrap{ padding: 20px 10px; border: 1px solid #eee; margin: 5px 0; border-radius: 5px; }
.ProductVersion .AlbumWrap .AlbumTitle{ font-size: 18px; color: #008edc; margin-bottom: 20px; font-weight: bold; }
.ProductVersion .AlbumWrap span{ font-size: 13px; color: #666; display: block; line-height: 30px; }
.ProductVersion .AlbumWrap a{ display: block; width: 120px; margin: 20px auto 0; line-height: 30px;
	border-radius: 50px; border: 1px solid #008edc; color: #008edc; transition-duration: .5s; }
.ProductVersion .swiper-slide-active .AlbumWrap{ background: linear-gradient(to bottom, #1a4dde 0%,#03cdf3 100%); }
.ProductVersion .swiper-slide-active .AlbumWrap .AlbumTitle{ color: #FFF; }
.ProductVersion .swiper-slide-active .AlbumWrap span{ color: #FFF; }
.ProductVersion .swiper-slide-active .AlbumWrap a{ background: #FFF; color: #222; box-shadow: 0 2px 4px 0 rgba(0,0,0,.1); border-color: transparent; }
/*----swiper滑动样式----*/

/*----自定义----*/
.product_custom .InfoTitle{ margin-bottom: 20px; }
.product_custom li{ width: 50%; float: left; text-align: center; }
.product_custom .AlbumPicture img{ display: block; width: 100%; }
/*jxc_style*/
.jxc_style .InfoWrap{ display: flex; }
.jxc_style .InfoContent{ text-align: center; margin-bottom: 15px; color: #555; }
.jxc_style li .AlbumTitle{ float: none; font-size: 13px; color: #666; padding-top: 5px; }
.jxc_style li .AlbumWrap{ margin: 5px; }
/*自定义 1*/
.CpBanben .AlbumPicture{ width: 90%; margin: 0 auto; }
.CpBanben .AlbumTitle a{ display: block; line-height: 30px; width: 120px; margin: 0 auto; border-radius: 30px;
	border: 1px solid #008edc; color: #008edc; font-weight: normal; font-size: 12px; }
.CpBanben .AlbumTitle{ margin-top: 20px; }
/*自定义 2*/
.album_row_3{ padding: 0 5px; }
.album_row_3 .AlbumWrap{ padding: 10px; margin: 5px; background: #FFF; border-radius: 5px; overflow: hidden; }
.album_row_3 .AlbumPicture{  width: 100px; margin: 0 auto 5px; }
.album_row_3 .AlbumDescription{ height: 40px; line-height: 20px; margin-top: 5px; overflow: hidden; font-size: 13px; color: #999; }
/*scxcx4_style*/
.scxcx4_style .InfoWrap{ display: flex; flex-direction: column; }
.scxcx4_style .InfoWrap .InfoPicture{ order: -1; }
/*自定义 3*/
.code_list{ padding: 0 10px; }
.code_list .AlbumWrap{ padding: 10px; margin: 0 10px; box-shadow: 0 0 4px 0 rgba(0,0,0,.1); }
.code_list .AlbumTitle{ font-size: 14px; color: #999; }
/*自定义 4*/
.XCX-case-list{ padding: 0 8px; }
.XCX-case-list .InfoWrap{ overflow: hidden; }
.XCX-case-list .InfoTitle{ margin-bottom: 0; }
.XCX-case-list .InfoSContent{ text-align: center; margin-bottom: 20px; }
.XCX-case-list .InfoContent{ text-align: center; margin-bottom: 20px; margin-top: 0; }
.XCX-case-list .InfoWrap.n7 li{ position: relative; width: 25%; }
.XCX-case-list .InfoWrap.n8 li{ position: relative; width: 33.33333%; }
.XCX-case-list .AlbumWrap{ margin: 2px; background: #FFF; border-radius: 5px; overflow: hidden; }
.XCX-case-list .AlbumPicture img{ display: block; height: 60px; width: auto; margin: 10px auto; }
.XCX-case-list .AlbumDescription{ display: none; }
.XCX-case-list .AlbumTitle{ padding: 0 5px 10px; text-align: center; font-size: 12px; }
.XCX-case-list .InfoWrap.nav{ margin-bottom: 15px; }
.XCX-case-list .InfoWrap.nav .AlbumTitle{ padding: 10px; }
/*info_334_style*/
.info_334_style { background-color: #FFF !important; }
.info_334_style .InfoAlbumWrap{ padding: 15px 30px; }
.info_334_style li .AlbumDescription{ font-size: 14px; color: #666; line-height: 1.6em; }
.info_334_style li .AlbumTitle{ color: #008edc; margin-bottom: 10px; font-size: 18px; }
.info_334_style li:first-child .AlbumTitle:before,.info_334_style li:last-child .AlbumTitle:before{ display: inline-block; margin-right: 5px; width: 25px; line-height: 25px; text-align: center; font-size: 15px; color: #FFF;background-image: linear-gradient(45deg, #1e83ff, #3ca2ff); border-radius: 50%; }
.info_334_style li:first-child .AlbumTitle:before{ content: '1'; }
.info_334_style li:last-child .AlbumTitle:before{ content: '2'; }
.info_334_style li:last-child{ margin-top: 10px; }
/*自定义info_336_style*/
.productlist .info_336_style{ background-size: 260px; background-repeat: no-repeat; }
.info_336_style .AlbumWrap{ width: 120px; padding: 20px 0; font-size: 13px; color: #666; }
.info_336_style li{ overflow: hidden; }
.info_336_style li.m1 .AlbumWrap{ float: right; }
.productlist .info_336_style li .AlbumTitle{ height: 2em; }

.info_336_style .project_albumlist{ overflow: hidden; position: absolute; top: 100px; }
.info_336_style .project_album_info{ width: 120px; padding: 20px 0; font-size: 13px; color: #666; }
.info_336_style .AlbumDescription,.info_336_style .AlbumPicture{ display: none; }
.info_336_style .InfoPicture{ width: 60%; margin-bottom: 100px; }
.info_336_style li{ overflow: hidden; width: 50%; float: left; }
.info_336_style li.m1 .project_album_info{ float: right; }
.info_336_style li .AlbumTitle{ position: relative; padding-top: 60px; margin: 0 20px; font-size: 13px; z-index: 1; }
.info_336_style li.n1 .AlbumTitle:before{ content: "01"; }
.info_336_style li.n2 .AlbumTitle:before{ content: "02"; }
.info_336_style li.n3 .AlbumTitle:before{ content: "03"; }
.info_336_style li.n4 .AlbumTitle:before{ content: "04"; }
.info_336_style li.n5 .AlbumTitle:before{ content: "05"; }
.info_336_style li.n6 .AlbumTitle:before{ content: "06"; }
.info_336_style li .AlbumTitle:before{ position: absolute; top: -5px; left: 10px; width: 40px; line-height: 40px; margin-bottom: 5px; border-radius: 5px; text-align: center; color: #fff; font-size: 16px; background-image: linear-gradient(45deg, #1e83ff, #3ca2ff); box-shadow: 0 0 8px 0 rgba(0,0,0,.1); }
.info_336_style li .AlbumTitle:after{ content: ""; position: absolute; top: 0; left: 0; right: 0; margin: auto; border: 8px solid #ededed; border-radius: 5px; width: 35px; height: 35px; z-index: -1; }
/*info_338_style*/
.info_338_style{ background-color: #FFF !important; }
.info_338_style .InfoWrap img{ width: 80% !important; }
.info_338_style .InfoWrap{ display: flex; flex-direction: column; }
.info_338_style .InfoTitle{ order: -2; }
.info_338_style .InfoPicture{ order: -1; margin-top: 20px; }
.info_338_style .bright-box{ padding-top: 0; float: none; width: 350px; margin: 0 auto; }
.info_338_style .bright-ul{ margin: 0 15px; }
.info_338_style .bright-ul li{ font-size: 18px; text-align: left; line-height: 40px; }
.info_338_style .bright-items{ display: flex; }
.info_338_style .bright-item{ margin: 0; width: 25%; }
.info_338_style .bright-item .title{ width: 50px; height: 50px; margin: 0 auto; line-height: 50px; }
.info_338_style .bright-item p{ font-size: 12px; margin-top: 5px; }
.info_338_style .bright-item .title .num{ font-size: 16px; }
.info_338_style .bright-item .title .unit{ font-size: 12px; }
/*syj2_style*/
.syj2_style .InfoTitle{ color: #FFF; }
.syj2_style .InfoSContent{ color: #FFF; }
.syj2_style .InfoContent{ color: #86888e; }
/*syj3_style*/
.syj3_style .InfoAlbumWrap{ display: flex; text-align: center; flex-wrap: wrap; }
.syj3_style .AlbumPicture{ width: 80px; height: 80px; margin: 0 auto 10px; }
.syj3_style img{ width: 100%; border-radius: 50%; }
.syj3_style li{ width: 33.33333%; margin-bottom: 15px; }
/*sm-1_style*/
.sm-1_style .InfoWrap li{ width: 33.33333%; }
.sm-1_style li.n1:before,.sm-1_style li.n2:before,.sm-1_style li.n3:before{ display: inline-block; font-size: 36px;
	border-radius: 50%; width: 40px; height: 40px; padding: 15px; border-radius: 50%; line-height: 40px; color: #FFF;
    text-align: center; background-image: linear-gradient(45deg, #971515, #240000); }
.sm-1_style li.n1:before{ content: "1"; }
.sm-1_style li.n2:before{ content: "2"; }
.sm-1_style li.n3:before{ content: "3"; }
.sm-1_style .AlbumTitle{ font-size: 18px; }
.sm-1_style .AlbumDescription{ padding: 0 5px; }
.sm-1_style .AlbumDescription h2{ font-weight: normal; font-size: 12px; }
.sm-1_style .AlbumDescription p{ font-size: 12px; padding-top: 5px; }
/*sm0_style*/
.sm0_style .AlbumTitle{ font-size: 18px; margin-bottom: 10px; }
.sm0_style .AlbumDescription{ display: flex; justify-content: center; text-align: left; font-size: 13px; }
/*sm1_style*/
.sm1_style img{ width: 80px; }
.sm1_style .InfoWrap li{ width: 33.333333%; margin-bottom: 15px; }
/*sm2_style*/
.sm2_style .AlbumPicture{ padding: 0 5px; }
.sm2_style img{ border-radius: 10px; }
/*sc1_style*/
.sc1_style li{ position: relative; display: block; width: 100%; overflow: hidden; box-shadow: 0 0 10px 0 rgba(0,0,0,.1); border-radius: 6px; margin-top: 20px; background: #FFF; }
.sc1_style li:after{ content: ""; position: absolute; border-radius: 50%; top: 0; right: -50px; width: 100px; height: 100px; box-shadow: 0 0 5px 0 rgba(0, 142, 214, 0.3) }
.sc1_style li:before{ content: ""; position: absolute; border-radius: 50%; top: -50px; right: 0; background: rgba(0, 142, 214, 0.04); width: 200px; height: 100px; box-shadow: 0 0 10px 0 rgba(0, 142, 214, 0.3) }
.sc1_style .AlbumTitle{ text-align: left; text-indent: 15px; font-size: 16px; }
.sc1_style .AlbumPicture{ float: left; width: 30%; }
.sc1_style .AlbumPicture img{ width: 100%; }
.sc1_style .AlbumDescription{ float: left; width: 70%; box-sizing: border-box; text-align: left; padding: 0 10px 10px; font-size: 12px; }
.sc1_style .AlbumDescription a{ display: none; position: absolute; right: 15px; bottom: 15px; width: 100px; height: 30px; line-height: 30px; text-align: center; border: 1px solid #008edc; color: #008edc; padding: 5px 20px; border-radius: 3px; }
/*sc2_style*/
.sc2_style .InfoAlbumWrap{ display: flex; flex-wrap: wrap; padding: 0 15px; }
.sc2_style li{ width: 50%; text-align: center; margin-top: 10px; }
/*dy1_style*/
.dy1_style .InfoWrap{ display: flex; flex-direction: column; }
.dy1_style .InfoPicture{ order: -1; }
.dy1_style .InfoContent{ font-size: 15px; }
.dy1_style .InfoContent a{ display: block; width: 100px; margin: 15px auto 0; padding: 5px 0; text-align: center; border-radius: 3px; color: #008edc; border: 1px solid #008edc; }
/*zgxzs_style*/
.zgxzs_style .InfoWrap{ display: flex; flex-direction: column; }
.zgxzs_style .InfoContent a{ display: inline-block; margin-top: 20px; padding: 5px 20px; border-radius: 3px; border: 1px solid #008edc; color: #008edc; }
.zgxzs_style .InfoPicture{ order: -1; }
/*----自定义----*/

/*产品页下载引导*/
.guidance_download_wrap{ padding: 30px 20px; background: url(../images/contactbg.jpg) center no-repeat; background-size: cover; }
.guidance_download_wrap .title{ font-size: 18px; text-align: center; margin-bottom: 30px; color: #FFF; }
.guidance_download_wrap .btnWrap{ overflow: hidden; width: 280px; margin: 0 auto; }
.guidance_download_wrap .btnWrap a{ display: block; width: 120px; line-height: 35px; text-align: center; border-radius: 3px; }
.guidance_download_wrap .btnWrap a.n1{ float: left; background: #fff; color: #008edc; }
.guidance_download_wrap .btnWrap a.n2{ float: right; background: #f4cc0a; color: #FFF; }

.guidance_download_wrap_n1{ padding: 30px 20px; background: #0594ff; text-align: center; }
.guidance_download_wrap_n1 .title{ font-size: 18px; color: #FFF; display: inline-block; }
.guidance_download_wrap_n1 .title span{ font-size: 18px; color: #ffc966; }
.guidance_download_wrap_n1 a{ display: inline-block; padding: 8px 50px; margin-top: 10px; font-size: 14px; color: #FFF; border: 1px solid #FFF; border-radius: 3px; }
/*==产品频道  结束==*/

/*===解决方案 开始===*/
/*----公共----*/
.projectlist{  }
.project_item .bg{ position: absolute; top: 0; left: 0; bottom: 0; right: 0; z-index: -1; background-position: center; background-size: cover; background-repeat: no-repeat; }
.project_item{ position: relative; padding: 20px 0; background: #FFFFFF; z-index: 1; }
.project_item:nth-child(2n){ background: #f1f2f9; }
.project_wrap .InfoTitle{ font-size: 20px; padding-bottom: 20px; color: #444; font-weight: 700; text-align: center; }
.project_wrap.hasBG .InfoTitle{ color: #FFF; line-height: 2.4em; }
.project_wrap .InfoSContent{ font-size: 16px; font-weight: normal; color: #222; margin-bottom: 40px; }
.project_wrap .InfoContent{ font-size: 13px; line-height: 40px; color: #666; }
.project_wrap.hasBG .InfoSContent{ color: #FFF; }
.project_wrap .info_btn{ display: block; margin: 20px 0 0 auto; width: 160px; line-height: 50px; text-align: center; background-image: linear-gradient(131deg,#008edc 0%,#66a5ff 100%); background-color: #008edc; color: #FFF; font-size: 16px; border-radius: 3px;  }
.project_wrap .relation_list:after{ content: ""; display: block; clear: both; }
.project_item .foot a{ display: block; width: 120px; line-height: 35px; margin: 20px auto 0; border-radius: 5px; color: #257dff; border: 1px solid #257dff; text-align: center; font-size: 14px; }
/*----公共----*/
/*上下结构*/
.project_s1 img{ width: 80%; display: block; margin: auto; }
.project_s1 .InfoWrap{ padding-top: 20px; }
.project_s1 .InfoSContent{ text-align: center; padding: 0 20px; font-size: 15px; margin-bottom: 15px; }
.project_s1 .InfoContent{ text-align: center; line-height: 1.6em; }
.project_s1 .InfoContent h1{ font-size: 16px; margin-bottom: 5px; }
.project_s1 .InfoContent h3{ margin-bottom: 5px; display: inline-block; }
.project_s1 .InfoContent p{ font-size: 14px; line-height: 1.6em; }
.project_s1 .InfoContent a{ display: inline-block; padding: 12px 30px; background: #008edc; color: #FFF; border-radius: 3px; line-height: 1; }
.project_s1 .InfoContent blockquote{ background: #dfe1e6; margin: 1em auto; width: 235px; color: #595961; border-radius: 5px; font-size: 14px; padding: 10px; }
.project_s1 .InfoContent blockquote p{ line-height: 1.6em; font-size: 14px; }
/*轮播*/
.superpage_swiper_wrap{ padding: 80px 0; width: 1200px; margin: 0 auto; }
.superpage_swiper_wrap .InfoTitle{ text-align: center; margin-bottom: 50px; }
.superpage_swiperlist li{ width: 100%; }
.superpage_swiperlist_main{ position: relative; width: 1100px; margin: 0 auto; padding: 0 50px; }
.superpage_swiperlist_main .prev,.superpage_swiperlist_main .next{ position: absolute; top: 0; bottom: 0; margin: auto; width: 40px; height: 80px; cursor: pointer; z-index: 1; }
.superpage_swiperlist_main .prev{ left: 0; background: url(../images/slide_left.png) no-repeat center; }
.superpage_swiperlist_main .prev:active{ opacity: .8; }
.superpage_swiperlist_main .next{ right: 0; background: url(../images/slide_right.png) no-repeat center;  }
.superpage_swiperlist_main .next:active{ opacity: .8;  }
.superpage_swiper_info img{ width: 100%; }
.superpage_swiper_hd{ text-align: center; margin-top: 20px; }
.superpage_swiper_hd li{ display: inline-block; float: none; width: auto; margin: 0 5px; width: 10px; height: 10px; border-radius: 50%; background: #ccc; color: #ccc; font-size: 0; }
.superpage_swiper_hd li.on{ color: #008ed6; background: #008ed6; }
/*----自定义----*/
.project_custom:after{ content: ""; display: block; clear: both; }
.project_custom .InfoTitle{ text-align: center; }
.project_custom .InfoContent{ margin-bottom: 40px; }
.project_custom .AlbumPicture img{ display: block; width: 100%; }
.project_custom .AlbumTitle{ font-size: 16px; color: #222; margin: 10px 0; text-align: center; }
.project_custom .AlbumDescription{ font-size: 14px; color: #888; line-height: 1.6em; margin: 0 15px 10px; overflow: hidden; }
.project_custom .project_albumlist{ padding: 0 5px; }
.project_custom .project_album_info{ margin: 0 5px; }
/*相关信息*/
.project_relationlist{ display: flex; flex-wrap: wrap; justify-content: center; }
.project_relationlist li{ width: 33.33333%; text-align: center; }

/*tongdian_style*/
.tongdian_style .project_albumlist{ display: flex; flex-wrap: wrap; }
.tongdian_style li{ width: 50%; text-align: center; }
.tongdian_style .AlbumPicture{ width: 100px; margin: 0 auto; }
.tongdian_style .AlbumDescription{ margin: 0; }
/*fangan_style*/
.fangan_style .InfoTitle{ color: #FFF; }
.fangan_style .project_album_info{ margin: 0 10px 10px; border-radius: 5px; overflow: hidden; background: #FFF; }
.fangan_style .AlbumTitle{ text-align: left; padding: 0 15px; }
/*funeng1_style*/
.funeng1_style .InfoTitle{ text-align: center; }
.funeng1_style .project_albumlist{ text-align: center; }
.funeng1_style li{ display: inline-block; width: 33.3333%; }
/*case_style*/
.case_style .RelationWrap{ position: relative; padding-bottom: 110px; margin: 0 8px; overflow: hidden; }
.case_style .InfoWrap{ position: absolute; width: 100%; height: 100%; left: 0; bottom: 110px; box-sizing: border-box; transform: translateY(100%);
	background: #FFF; text-align: left; padding: 0 20px; transition-duration: .4s; }
.case_style .InfoWrap .logo{ width: 150px; height: 50px; padding: 10px 0; }
.case_style .InfoWrap img{ width: auto; height: 100%; }
.case_style .InfoWrap .title{ padding-bottom: 20px; }
.case_style .InfoWrap .content{ text-align: justify; font-size: 14px; color: #555; line-height: 1.6em; }
.case_style li.swiper-slide-active .InfoWrap{ bottom: 0; transform: translateY(0); padding-top: 20px; }
/* info_325_style */
.info_325_style{ text-align: center; }
.info_325_style .AlbumPicture{ width: 100px; height: 100px; margin: 30px auto 50px; border-radius: 50%; overflow: hidden; box-shadow: 0 2px 4px 0 rgba(0,0,0,.1); }
.info_325_style li.n1 .AlbumPicture{ background-image: linear-gradient(to bottom, #00acee, #1d98c7); background-color: #00acee;  }
.info_325_style li.n2 .AlbumPicture{ background-image: linear-gradient(to bottom, #0ac5d5, #08b3dc); background-color: #0ac5d5; }
.info_325_style li.n3 .AlbumPicture{ background-image: linear-gradient(to bottom, #ffc80b, #ffb20b); background-color: #ffc80b; }
.info_325_style li.n4 .AlbumPicture{ background-image: linear-gradient(to bottom, #f59864, #ff7469); background-color: #ff7469; }
.info_325_style .AlbumDescription{ height: 44px; }
/*baozhang_style*/
.baozhang_style{ background: #FFF !important; }
.baozhang_style .project_albumlist{ display: flex; justify-content: space-between; }
.baozhang_style li{ width: auto; }
.baozhang_style .AlbumPicture{ width: 50px; margin: 0 auto; }
.baozhang_style .AlbumDescription{ text-align: center; }
/*xls1_style*/
.xls1_style .project_albumlist{ display: flex; flex-wrap: wrap; }
.xls1_style li{ width: 25%; float: none; }
.xls1_style img{ display: block; width: 45px; margin: 0 auto 5px; }
.xls1_style .project_album_info{ text-align: center; padding: 0 10px 10px; }
/*xls2_style*/
.xls2_style .InfoPicture{ display: block; width: 180px; margin: 0 auto; padding: 30px 0 100px; }
.xls2_style .project_albumlist li{ position: absolute; width: 110px; padding: 0 10px; }
.xls2_style .project_albumlist li .AlbumTitle{ font-weight: bold; margin-bottom: 5px; font-size: 14px; }
.xls2_style .project_albumlist li .AlbumDescription{ line-height: 1.6em; color: #777; }
.xls2_style .project_albumlist li *{ font-size: 12px; }
.xls2_style .project_albumlist li.n1{ top: 74px; right: 0; }
.xls2_style .project_albumlist li.n1 .AlbumTitle{ color: #0594ff; }
.xls2_style .project_albumlist li.n2{ top: 106px; left: 0; text-align: right; }
.xls2_style .project_albumlist li.n2 .AlbumTitle{ color: #04c6e9; }
.xls2_style .project_albumlist li.n3{ top: 247px; left: 40px; width: 230px; text-align: right; }
.xls2_style .project_albumlist li.n3 .AlbumTitle{ color: #0dccb8; }
/*直播卖货 开始*/
/*yx1_style*/
.yx1_style .bg{ background-size: auto; background-position: center 55%; }
.yx1_style .project_albumlist{ position: relative; z-index: 1; padding: 0 20px 85px; }
.yx1_style .project_albumlist:after{ content: ""; position: absolute; border: 1px dashed #3185ff; height: 201px; left: 37px; top: 115px; z-index: -1; }
.yx1_style .project_albumlist1{ padding: 20px 0; background: url(../images/s_line.png) no-repeat; background-position: 84px 205px; overflow: hidden; }
.yx1_style li{ float: none; width: auto; margin-top: 20px; min-height: 2.5em; }
.yx1_style li.n1{ margin-top: 0; }
.yx1_style li.n1 .AlbumTitle{ float: none; display: block; width: auto; height: auto; line-height: normal; background: transparent; border-radius: 100%; margin: 0;
	 font-size: 30px; color: #3185ff; letter-spacing: 2px; }
.yx1_style li.n1 .AlbumDescription{ width: 136px; display: block; text-align: center; margin: 0 auto; padding: 10px 0; border: solid 2px #3185ff; font-size: 18px; color: #3185ff; border-radius: 80px; }
.yx1_style .AlbumTitle{ float: left; width: 26px; height: 26px; text-align: center; line-height: 26px; font-size: 13px; background: #3a8aff; color: #fff; border-radius: 100%; margin: 0 17px 0 0; }
.yx1_style .AlbumDescription{ text-align: left; vertical-align: middle; color: #3185ff; }
.yx1_style .project_albumlist1 li.n1 .AlbumTitle{ color: #b3b3b3; }
.yx1_style .project_albumlist1 li.n1 .AlbumDescription{ color: #b3b3b3; border: solid 2px #b3b3b3; }
.yx1_style .project_albumlist1 li{ color: #b3b3b3; width: 50%; float: left; }
.yx1_style .project_albumlist1 li.n1{ width: auto; float: none; }
.yx1_style .project_albumlist1 .AlbumTitle{ float: none; display: block; background: #b3b3b3; margin: 0 auto 15px; }
.yx1_style .project_albumlist1 .AlbumDescription{ display: block; width: 156px; margin: 0 auto; text-align: center; color: #7d7d7d; font-size: 13px; }
/*yx2_style*/
.yx2_style .InfoPicture{ display: block; width: 80%; margin: 0 auto; }
.yx2_style .project_albumlist{ width: 300px; margin: 0 auto; }
.yx2_style li{ float: none; width: auto; }
.yx2_style .project_album_info{ display: flex; align-items: center; padding: 5px 10px; background: #dcdee6; border-radius: 50px; margin-bottom: 10px; }
.yx2_style .AlbumTitle{ width: 30px; line-height: 30px; margin: 0; border-radius: 50%; color: #FFF; font-size: 13px; text-align: center; box-shadow: 0 0 5px 0 rgba(0,0,0,.2); }
.yx2_style li.n1 .AlbumTitle{ background-image: linear-gradient(45deg, #f07e65, #ff4036); }
.yx2_style li.n2 .AlbumTitle{ background-image: linear-gradient(45deg, #786fff, #31aaff); }
.yx2_style li.n3 .AlbumTitle{ background-image: linear-gradient(45deg, #ffa65a, #ff7f3e); }
.yx2_style li.n4 .AlbumTitle{ background-image: linear-gradient(45deg, #70a8fd, #4085fd); }
.yx2_style li.n5 .AlbumTitle{ background-image: linear-gradient(45deg, #e087f7, #c986fe); }
.yx2_style li.n6 .AlbumTitle{ background-image: linear-gradient(45deg, #f8647e, #f577a8); }
.yx2_style .AlbumDescription{ flex: 1; padding-left: 20px; margin: 0; font-size: 14px; color: #333333; }
/*yx3_style*/
.yx3_style .InfoTitle,.yx3_style .InfoSContent{ color: #FFF; }
.yx3_style .InfoSContent{ font-size: 13px; margin: 0 15px 30px; text-align: center; }
.yx3_style .InfoPicture{ display: block; width: 80%; margin: 0 auto; }
.yx3_style .project_albumlist{ padding: 30px 0 15px; }
.yx3_style .AlbumPicture img{ width: 50px; transform: translateY(10px); margin-right: 10px; }
.yx3_style .AlbumDescription{ font-size: 12px; line-height: 1.5em; color: #555; }
.yx3_style .AlbumDescription span{ display: block; color: #222; padding-bottom: 3px; }
.yx3_style .project_album_info{ display: flex; align-items: flex-start; width: 280px; height: 60px; margin: 0 auto 15px; background: #FFF; border-radius: 10px; box-shadow: 0 0 10px 0 rgba(0,0,0,.1); padding: 15px; }
.yx3_style .foot a{ margin-top: 150px; background: #FFF; color: #257dff; }
/*yx4_style*/
.yx4_style .AlbumTitle{ font-size: 14px; padding: 0 10px; text-align: center; color: #444; }
.yx4_style img{ width: 100%; }
/*yx5_style*/
.yx5_style .project_albumlist{ padding: 5px; display: flex; flex-wrap: wrap; }
.yx5_style li{ width: 50%; }
.yx5_style .project_album_info{ margin: 5px; position: relative; }
.yx5_style .AlbumPicture{ position: relative; height: 125px; overflow: hidden; border-radius: 5px; box-shadow: 0 0 5px 0 rgba(0,0,0,.1); }
.yx5_style img{ position: absolute; width: 106%; left: -3%; top: -3%; filter: blur(2px); }
.yx5_style .AlbumTitle{ position: absolute; color: #FFF; font-size: 18px; font-weight: bold; line-height: 100%; width: 100%; text-align: center; left: 0; top: 46%; }
/*直播卖货 结束*/
/*新零售 开始*/
/*xls12_style*/
.xls12_style .InfoSContent{ text-align: center; }
.xls12_style .project_albumlist{ text-align: center; }
.xls12_style .project_album_info{ margin: 0; }
.xls12_style li{ width: 33.3333%; display: inline-block; }
.xls12_style .AlbumTitle{ font-size: 13px; }
/*xls16_style*/
.xls16_style img{ width: 98%; }
/*xls20_style*/
.xls20_style .project_albumlist{ display: flex; flex-wrap: wrap; justify-content: center; }
.xls20_style li{ width: 25%; }
.xls20_style li:nth-child(13){ display: none; }
.xls20_style li:nth-child(14){ display: none; }
.xls20_style li img{ width: auto; }
/*新零售 结束*/
/*xpllk2_style*/
.xpllk2_style .InfoContent h3{ font-size: 20px; margin: 15px 0; color: #444; font-weight: 700; }
.xpllk2_style .InfoContent p{ font-size: 17px; padding: 0 15px; color: #666; }
/*----自定义----*/

/*===解决方案 结束===*/

/*===精美单页 开始===*/
/*----公共----*/
.superpagelist{  }
.superpage_item .bg{ position: absolute; top: 0; left: 0; bottom: 0; right: 0; z-index: -1; background-position: center; background-size: cover; background-repeat: no-repeat; }
.superpage_item img{ max-width: 100%; }
.superpage_item{ position: relative; padding: 20px 0; background: #FFFFFF; z-index: 1; }
.superpage_item:nth-child(2n){ background: #f1f2f9; }
.superpage_wrap .InfoTitle{ font-size: 20px; padding-bottom: 15px; color: #444; font-weight: 700; text-align: center; }
.superpage_wrap .InfoSContent{ font-size: 16px; font-weight: normal; color: #222; margin: 0 10px 30px; text-align: center; }
.superpage_wrap .InfoContent{ font-size: 13px; line-height: 40px; color: #666; margin: 0 10px; text-align: center; }
.superpage_wrap .info_btn{ display: block; margin: 20px 0 0 auto; width: 160px; line-height: 50px; text-align: center; background-image: linear-gradient(131deg,#008ed6 0%,#66a5ff 100%); background-color: #008ed6; color: #FFF; font-size: 16px; border-radius: 3px;  }
.superpage_wrap .relation_list:after{ content: ""; display: block; clear: both; }
.superpage_item .foot a{ display: block; width: 120px; line-height: 35px; margin: 20px auto 0; border-radius: 5px; color: #257dff; border: 1px solid #257dff; text-align: center; font-size: 14px; }
.superpage_item.color_white .InfoTitle{ color: #FFF; line-height: 2.4em; }
.superpage_item.color_white .InfoSContent{ color: #FFF; }
/*----公共----*/

/*上下结构*/
.superpage_s1 img{ width: 80%; display: block; margin: auto; }
.superpage_s1 .InfoWrap{ padding-top: 20px; }
.superpage_s1 .InfoSContent{ text-align: center; padding: 0 20px; font-size: 15px; margin-bottom: 15px; color: #888; }
.superpage_s1 .InfoContent{ text-align: center; line-height: 1.6em; }
.superpage_s1 .InfoContent h1{ font-size: 16px; margin-bottom: 5px; }
.superpage_s1 .InfoContent h2{ font-size: 18px; margin-bottom: 15px; font-weight: normal; }
.superpage_s1 .InfoContent h3{ margin-bottom: 5px; display: inline-block; }
.superpage_s1 .InfoContent p{ font-size: 14px; line-height: 1.6em; text-align: justify; text-align: center; margin-bottom: 8px; }
.superpage_s1 .InfoContent a{ display: inline-block; margin-bottom: 5px; padding: 12px 30px; color: #FFF; border-radius: 3px; line-height: 1; }
.superpage_s1 .InfoContent blockquote{ background: #dfe1e6; margin: 1em auto; width: 235px; color: #595961; border-radius: 5px; font-size: 14px; padding: 10px; }
.superpage_s1 .InfoContent blockquote p{ line-height: 1.6em; font-size: 14px; }

/*相册*/
.superpage_albumlist{ overflow: hidden; margin: 0 5px; }
.superpage_albumlist li{ text-align: left; }
.superpage_album_info{ display: block; overflow: hidden; background: #FFF; padding: 10px; margin: 10px; border-radius: 16px; box-shadow: 0 0 8px 0 rgba(0,0,0,.1); }
.superpage_album_info .AlbumPicture{ float: left; width: 80px; height: 80px; border-radius: 6px; overflow: hidden; margin-right: 10px; }
.superpage_album_info .AlbumTitle{ font-size: 16px; margin-bottom: 5px; }
.superpage_album_info .AlbumDescription{ font-size: 12px; color: #888; line-height: 1.5em; }
/*相册，宽度存在的时候转为格子*/
.superpage_albumlist.grid{ display: flex; flex-wrap: wrap; }
.superpage_albumlist.grid li{ text-align: center; }
.superpage_albumlist.grid .AlbumPicture{ float: none; margin: 0 auto; height: auto; }
.superpage_albumlist.grid .AlbumDescription{ margin: 0; }
/*滑动*/
.superpage_s5{ overflow: hidden; padding-bottom: 40px; }
.superpage_s5 .swiper-pagination{ bottom: 15px !important; }
.superpage_s5 .AlbumWrap{ margin: 0 5px; }
.superpage_s5 .AlbumTitle{ font-size: 15px; }
.superpage_s5 .AlbumDescription_Img{ display: none; }
.superpage_s5 .InfoContent{ display: none; }

/*默认底部引导*/
.default_contact_wrap{ padding: 30px 20px; background: #0594ff; text-align: center; }
.default_contact_wrap .title{ font-size: 18px; color: #FFF; display: inline-block; }
.default_contact_wrap .title span{ font-size: 18px; color: #ffc966; }
.default_contact_wrap a{ display: inline-block; padding: 8px 50px; margin-top: 10px; font-size: 14px; color: #FFF; border: 1px solid #FFF; border-radius: 3px; }

/*自定义*/
/*info_336_style*/
.info_336_style .superpage_albumlist{ position: absolute; top: 60px; }
.info_336_style .superpage_album_info{ background: transparent; box-shadow: none; padding: 20px 0; margin: 0; width: 120px; }
.info_336_style li.m1 .superpage_album_info{ float: right; }
/*style381_last*/
.style381_last { padding-bottom: 65px; }
.style381_last .superpage_wrap{ position: relative; padding-bottom: 40px; }
.style381_last img{ display: block; border-radius: 10px; }
.style381_last .AlbumWrap{ position: relative; padding: 6px; padding-top: 25px; border-radius: 10px; background: #eee; }
.style381_last .AlbumWrap:after{ content: ""; position: absolute; width: 30px; height: 4px; border-radius: 4px; top: 12px; left: 0; right: 0; margin: auto; background: #888; }
.style381_last .AlbumDescription{ display: none; }
.style381_last .AlbumDescription_Img{ position: absolute; width: 120px; height: 120px; padding: 6px; border-radius: 6px; background: #FFF; box-shadow: 0 0 8px 0 rgba(50,50,50,.1); top: 0; bottom: 0; left: 0; right: 0; margin: auto; }
.style381_last .InfoContent{ display: block; position: absolute; bottom: -40px; left: 0; right: 0; }
.style381_last .InfoContent a{ display: block; width: 120px; line-height: 40px; margin: 0 auto; border: 1px solid #008edc; color: #008edc; border-radius: 6px; }
/*style382_4*/
.style382_4 .AlbumPicture{ width: 70px; }
/*===精美单页 结束===*/

/*===下载频道  开始===*/
.download{ background: url(../images/downloadBg.png);}
.download_title{ text-align: center; padding: 40px 0; }
.download_title h2{ font-size: 20px; margin-bottom: 10px; font-weight: normal; color: #FFF; }
.download_title p{ font-size: 16px; color: #ccc; }

.download_body .download_btns{ padding: 0 10px; }
.download_body .download_btns:after{ content: ""; display: block; height: 0; clear: both; }
.download_body .download_btns .download_btns_item{ float: left; width: 50%; }
.download_body .download_btns a{ color: #FFF; padding: 0 10px; margin: 0 5px;
	background: #999; border-radius: 50px; overflow: hidden; display: flex; align-items: center; justify-content: center; }
.download_body .download_btns a img{ height: 40px; padding: 5px; }
.download_body .download_btns a span{ font-size: 12px; padding: 0 5px; }

.download_body .download_codes{ padding: 40px 20px; }
.download_body .download_codes:after{ content: ""; display: block; height: 0; clear: both; }
.download_body .download_codes .AppApkQrcode,.download_body .download_codes .WxQrcode{ width: 50%; float: left; padding: 10px 0; }
.download_body .download_codes img{ display: block; width: 100px; margin: 0 auto 20px; border: 10px solid #FFF; }
.download_body .download_codes span{ display: block; text-align: center; color: #FFF; font-size: 12px; }
/*===下载频道  结束===*/

/*===帮助频道  开始===*/
.help{}
.help_title{ height: 52px; }
.help_title .wrap{ position: fixed; left: 0; top: 0; width: 100%; height: 51px; background: #008edc; display: flex; justify-content: space-between; align-items: center; }
.help_title .showCatalogBtn{ width: 25px; height: 15px; margin-left: 15px; border-top: 2px solid #FFF; border-bottom: 2px solid #FFF;
	display: flex; flex-direction: column; align-items: center; justify-content: center; transition-duration: .5s; }
.help_title .showCatalogBtn:after{ content:""; display: block; width: 100%; height: 2px; background: #FFF; transition-duration: .5s; margin-top: -1px; }
.help_title .showCatalogBtn:before{ content:""; display: block; opacity: 0; width: 100%; height: 2px; background: #FFF; transition-duration: .5s; margin-bottom: -1px; }
.help_title .pagetitle{ color: #FFF; font-style: 18px; }
.help_title .homeBtn{ width: 25px; height: 25px; margin-right: 15px; background: url(../images/helphome1.png) center no-repeat; background-size: 100%; }
.help_title .showCatalogBtn.slidetoleft{ border: 0; }
.help_title .showCatalogBtn.slidetoleft:after{ content:""; display: block; width: 100%; height: 2px; background: #FFF; transform: rotate(45deg); }
.help_title .showCatalogBtn.slidetoleft:before{ transform: rotate(-45deg); opacity: 1; }

.help_body{ overflow: hidden; }
.help_body #catalogshade{ position: fixed; top: 51px; bottom: 0; right: 0; left: 0; background: rgba(0,0,0,.5); z-index: 9998; display: none; }
.help_body .catalogwrap{ position: fixed; width: 60%; top: 51px; left: 0; bottom: 0; background: #FFF; box-shadow: 2px 0 4px 0 rgba(0,0,0,.1); z-index: 9999; transition-duration: .5s; }
.help_body .catalogwrap.slidetoleft{ transform: translateX(-102%); }
.help_body .left_catalog{ position: relative; overflow: hidden; width: 100%; height: 100%; }
.help_body .left_catalog .inputslideres{ position: absolute; left: 0; top: 55px; width: 100%; height: 100%; box-sizing: border-box; padding: 10px; padding-bottom: 50px;
	box-shadow: 2px 2px 4px 0 rgba(0,0,0,.1); background: #FFF; display: none; z-index: 99; overflow-y: scroll; }
.help_body .left_catalog .inputslideres .resultlist li{ padding: 10px 0; }
.help_body .left_catalog .cataloglist{ height: 100%; overflow-y: scroll; padding-bottom: 75px; box-sizing: border-box; }
.help_seach .seachInput{ background: #f4f5f9; margin: 10px; border-radius: 2px; }
.help_seach .seachInput:after{ content: ""; display: block; height: 0; clear: both; }
.help_seach .seachInput .inputwrap{ position: relative; width: 80%; float: left; }
.help_seach .seachInput .inputwrap input{ box-sizing: border-box; margin: 0; border: 0; padding-left: 15px; border-right: 1px solid #eee; line-height: 35px; outline: none; background: transparent; }
.help_seach .seachInput .inputwrap #resetInputBtn{ display: block; position: absolute; right: 10px; top: 0; bottom: 0; margin: auto;
	width: 20px; height: 20px; background: url(../images/resetInputBtn.png) center no-repeat; background-size: 100%; display: none; }
.help_seach .seachInput>a{ width: 20%; float: right; height: 35px; background: url(../images/searchbtn.png) center no-repeat; background-size: 20px; }
.cataloglist a{ display: block; padding: 10px 15px; border-bottom: 1px solid #FFF; transition-duration: .5s; }
.cataloglist a.current{ color: #008edc !important; }
.cataloglist a.HasChild{ position: relative; }
.cataloglist a.HasChild:before{ content: ""; display: block; width: 20px; height: 20px; position: absolute; right: 10px; top: 0; bottom: 0; margin: auto;
	background: url(../images/arrows.png) center no-repeat; background-size: 10px; }
.cataloglist a.HasChild.isSlide:before{ transform: rotate(90deg); }
.cataloglist .depth1 a{ color: #999; }
.cataloglist .depth1>a{ font-size: 15px; color: #222; }
.cataloglist .depth2{ display: none; padding: 10px 0; }
.cataloglist .depth2 a{ text-indent: 10px; font-size: 15px; color: #444; }
.cataloglist .depth3 a{ text-indent: 40px; color: #444; }
.cataloglist .depth2 a:hover{ color: #008edc; }
.cataloglist .depth3 a:hover{ color: #008edc; }
.help_body .right_documents{ width: 100%; padding: 10px; float: right; box-sizing: border-box; }
.help_body .contentempty{ width: 120px; height: 256px; margin: 0 auto; text-align: center; }

/*===帮助频道  结束===*/

/*招商加盟介绍列表*/
.joinlist{  }
.joinlist li.s1,.joinlist li.s2,.joinlist li.s3,.joinlist li.s4{ margin: 0 auto; background-size: cover; background-position: center; background-repeat: no-repeat; }
.joinlist li .joinlist_wrap{ padding: 20px 0; margin: 0 auto; }
.joinlist li .joinlist_wrap:after{ content: ""; display: block; height: 0; clear: both; }
.joinlist li .joinlist_wrap .InfoWrap:after{ content: ""; display: block; height: 0; clear: both; }
.joinlist li .joinlist_wrap .InfoWrap .InfoSContent{ padding: 0 15px; font-size: 12px; line-height: 1.8em; color: #444; font-weight: normal; }
.joinlist li .joinlist_wrap .InfoWrap .InfoTitle{ font-size: 20px; padding: 15px; font-weight: normal; text-align: center; }
.joinlist li .joinlist_wrap .InfoWrap .InfoContent{ font-size: 18px; margin: 40px auto 0; line-height: 1.8em; }
/*文上图下*/
.joinlist li.s1{ background-position: right bottom; background-size: 100%; }
.joinlist li.s1.notContent{ background-position: center bottom; width: 100%; }
.joinlist li .joinlist_wrap.s1 .InfoWrap{ text-align: center; }
.joinlist li .joinlist_wrap.s1 .InfoWrap .InfoSContent{ padding-bottom: 15px; }
.joinlist li .joinlist_wrap.s1 .InfoWrap .InfoPicture{ overflow: hidden; }
.joinlist li .joinlist_wrap.s1 .InfoWrap .InfoPicture img{ width: 80%; }
.joinlist li .joinlist_wrap.s1 .InfoWrap .InfoPicture img.cover{ width: 200%; margin-left: -53%; position: relative; }

/*文左图右*/
.joinlist li.s2.hasAlbum{background-position: right center; background-size: 100%; }
.joinlist li .joinlist_wrap.s2{ background-position: center right; }
.joinlist li .joinlist_wrap.s2 .InfoWrap{ float: left; }
.joinlist li .joinlist_wrap.s2 .InfoWrap .InfoSContent{ width: auto; text-align: center; }
.joinlist li .joinlist_wrap.s2 .InfoWrap .InfoContent{ width: auto; }
.joinlist li .joinlist_wrap.s2 .InfoWrap ul.albumlist{ margin-top: 10px; }
.joinlist li .joinlist_wrap.s2 .InfoWrap ul.albumlist:after{ content: ""; height: 0; display: block; clear: both; }
.joinlist li .joinlist_wrap.s2 .InfoWrap li{ width: 33.3333%; padding: 5px 0; float: left; text-align: center; }
.joinlist li .joinlist_wrap.s2 .InfoWrap li .AlbumPicture{ width: 60%; margin: 0 auto; }
.joinlist li .joinlist_wrap.s2 .InfoWrap li .AlbumPicture img{ display: block; width: 100%; }
.joinlist li .joinlist_wrap.s2 .InfoWrap li .AlbumTitle{ font-size: 12px; color: #444; margin: 10px auto 0; }
.joinlist li .joinlist_wrap.s2 .InfoWrap li .AlbumDescription{ overflow: hidden; font-size: 13px; color: #666; margin: 10px auto 15px; }
/*文右图左*/
.joinlist li.s3.hasAlbum{ background-position: left center; background-size: 100%; }
.joinlist li .joinlist_wrap.s3{ background-position: center left; }
.joinlist li .joinlist_wrap.s3 .InfoWrap{ float: right; }
.joinlist li .joinlist_wrap.s3 .InfoWrap .InfoSContent{ width: auto; text-align: center; }
.joinlist li .joinlist_wrap.s3 .InfoWrap .InfoContent{ width: auto; }
.joinlist li .joinlist_wrap.s3 .InfoWrap ul.albumlist{ margin-top: 10px; }
.joinlist li .joinlist_wrap.s3 .InfoWrap ul.albumlist:after{ content: ""; height: 0; display: block; clear: both; }
.joinlist li .joinlist_wrap.s3 .InfoWrap li{ width: 33.3333%; padding: 5px 0; float: left; text-align: center; }
.joinlist li .joinlist_wrap.s3 .InfoWrap li .AlbumPicture{ width: 60%; margin: 0 auto; }
.joinlist li .joinlist_wrap.s3 .InfoWrap li .AlbumPicture img{ display: block; width: 100%; }
.joinlist li .joinlist_wrap.s3 .InfoWrap li .AlbumTitle{ font-size: 12px; color: #444; margin: 10px auto 0; }
.joinlist li .joinlist_wrap.s3 .InfoWrap li .AlbumDescription{ overflow: hidden; font-size: 13px; color: #666; margin: 10px auto 15px; }
/*相册列表*/
.joinlist li .joinlist_wrap.s4{ overflow-x: hidden; }
.joinlist li .joinlist_wrap.s4 .InfoWrap .InfoSContent{ text-align: center; }
.joinlist li .joinlist_wrap.s4 .InfoWrap .InfoContent{ text-align: center; margin: 0 auto; }
.joinlist li .joinlist_wrap.s4 .InfoWrap ul.albumlist:after{ content: ""; height: 0; display: block; clear: both; }
.joinlist li .joinlist_wrap.s4 .InfoWrap li{ padding: 5px 0; text-align: center; float: left; }
.joinlist li .joinlist_wrap.s4 .InfoWrap .swiper-wrapper li{ padding: 30px 0; box-shadow: 0 0 4px 0 rgba(0,0,0,.1); }

.joinlist li .joinlist_wrap.s4 .InfoWrap li .AlbumPicture{ width: 60%; margin: 0 auto; }
.joinlist li .joinlist_wrap.s4 .InfoWrap li .AlbumPicture img{ display: block; width: 100%; }
.joinlist li .joinlist_wrap.s4 .InfoWrap li .AlbumTitle{ font-size: 17px; color: #444; margin: 10px auto; padding: 0 5px; }
.joinlist li .joinlist_wrap.s4 .InfoWrap li .AlbumDescription{ overflow: hidden; font-size: 13px; color: #666; margin: 10px auto 15px; padding: 0 15px; }

.joinform_main{ background: url(../images/downloadBg.png); padding: 20px 0; position: relative; }
.joinform{ margin: 0 auto; }
.joinform .title{ font-size: 20px; color: #FFF; text-align: center; padding-bottom: 10px; }
.joinform .inputWrap{ overflow: hidden; }
.joinform input{ display: block; width: 86%; margin: 10px auto; padding: 10px; border: 1px solid #eee; box-shadow: 0 0 2px 0 rgba(0,0,0,0.1); border-radius: 2px; height: 20px; min-height: 20px; }
.joinform textarea{ height: 150px; }
.joinform span{ display: block; text-align: center; color: #FFF; padding-top: 20px; }
.joinform a.joinsubmit{ display: block; width: 120px; line-height: 45px; text-align: center; margin: 20px auto; background: #FFF; border-radius: 2px; }
#joinformremind{ position: absolute; bottom: 10px; left: 0; width: 100%; display: none; text-align: center; font-style: normal; color: red; }

.joinlist>li:nth-child(2n){ background-color: #FFF; }
/*===招商加盟 结束===*/

/*===留言频道  开始===*/
.guestbook{ }
.guestbook .ChannelName h1{ border-bottom:1px dotted #CCCCCC; padding:5px 0px;}
table.guestbook_table{ width:100%; }
table.guestbook_table .t1{ width:25%; text-align:left }
table.guestbook_table .t2{ width:75%; text-align:left; }
/*===留言频道  结束===*/

/*===反馈模型 开始===*/
.feedback{ }
.feedback .ChannelName h1{ border-bottom:1px dotted #CCCCCC;  }
table.feedback_table{ width:100%;}
table.feedback_table .t1{ width:25%; text-align:left }
table.feedback_table .t2{ width:75%; text-align:left;}
/*===反馈模型 结束===*/

/*===订购 开始===*/
.order{width:98%;margin:0px auto}
.order .WantOrder h1{ border-bottom:1px dotted #999999; padding: 5px 0px;}
.order .f1{ float:right; color:red;}
.order table.order_table{ width:100%;  }
.order table.order_table .t1{ width:28%; text-align:left}
.order table.order_table	 .t2{ height:72%; text-align:left}
/*===订购 结束===*/

/*===地图 开始===*/
.sitemaplist li{border-bottom:1px dashed #d0d1d4;padding: 0.5em 8px; background-color:#FFF}
.sitemaplist li .ChannelName{ font-weight:bold;}
.sitemaplist li .ChannelDepth1{ font-weight:bold;}
.sitemaplist li .ChannelDepth2{text-indent: 2em; }
.sitemaplist li .ChannelDepth3{text-indent: 4em; }
.sitemaplist li .ChannelDepth4{text-indent: 6em; }
.sitemaplist li .ChannelDepth5{text-indent: 8em; }
/*===地图 结束===*/
/*==========@@布局  结束@@==========*/


/*==========@@公共模块 开始@@==========*/
/*Logo部分*/
#logo_mian{ position: relative; height: 48px; }
#logo{ position:relative; position: fixed; max-width: 640px; top: 0; left: 0; right: 0; z-index: 99; background-color: #FFF; box-shadow: 0 1px 1px 0 rgba(0,0,0,.1); }
#logo .WebLogo{ display: flex; align-items: center; }
#logo .WebLogo .WebLogo{ flex: 1; }
#logo .WebLogo .shownavbtn{ width: 1.6em; height: 1em; margin: 15px; border-top: 2px solid #666; border-bottom: 2px solid #666;
	display: flex; flex-direction: column; align-items: center; justify-content: center; }
#logo .WebLogo .shownavbtn:before{ content:""; display: block; width: 100%; height: 2px; background: #666; }
#logo .WebLogo img{ height: 40px; display:block;/*解决img底部空白的bug*/ margin-left: 15px;}
.login-wrap a{ font-size: 12px; border: 1px solid #008edc; color: #008edc; padding: 5px 10px; border-radius: 50px; }
.login-wrap a.reg{ background: #008edc; color: #FFF; }
#logo .WebLogo.help{ justify-content: space-between; }

/*导航格*/
#navigationshade { position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 999; background: rgba(0,0,0,.5); display: none; }
#navigationshade:after,#navigationshade:before{ content: ""; display: block; position: absolute; width: 20px; height: 2px; left: 30%; margin-left: -40px; top: 40px; background: #FFF; border-radius: 3px; }
#navigationshade:after{ transform: rotate(45deg); }
#navigationshade:before{ transform: rotate(-45deg); }

.navigationlist{ position: fixed; right: -68%; top: 0; background: #FFF; overflow-y: scroll; width: 68%; height: 100%; z-index: 10000; }
.seachwrap{ align-items: center; background: #f4f5f9; margin: 20px 20px 20px 30px; border-radius: 50px; overflow: hidden; }
.seachwrap form { display:flex; }
.seachwrap input{ margin: 0; border: 0; width:100%; line-height: 40px; outline: none; background: #f4f5f9; }
.seachwrap input.Keywords { flex:3; padding: 0 0 0 15px; }
.seachwrap input.btnSearch { flex:1; background:url(../images/searchbtn.png) no-repeat center; background-size: 20px; }

.navigationlist li{ position: relative; } 
.navigationlist li i.HasChild{ position: absolute; width: 80px; height: 50px; right: 0; top: 0; }
.navigationlist li i.HasChild:after,.navigationlist li i.HasChild:before{ content:''; display: block; background: #666; margin: auto; border-radius: 2px;
	position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 10px; height: 2px; }
.navigationlist li i.HasChild:before{ width: 2px; height: 10px; }
.navigationlist a{ position: relative; line-height: 50px; font-size:14px; color:#444; overflow:hidden; display:block; margin-left: 50px; }
.navigationlist a.current{ color:#008edc}

.sub_navigationlist{ display: none; }
.sub_navigationlist a{ margin-left: 70px; line-height: 40px; }
.sub_navigationlist a.HasIcon{ padding-left: 20px; }
.Depth2Title{ color: #999; margin-left: 70px; padding-top: 15px; font-size: 13px; }

/*悬浮导航*/
#menu{ width:10%; height:50px; position:absolute; right:10px; top:53%; margin-top:-25px;  background:url(../images/list.png) no-repeat center center; display:none; }
#navigation2{ display:block; width:50%; height:100%; overflow:hidden; position:fixed; top:0; right:-50%; z-index:100; background:#353535; box-shadow:0 0 15px rgba(0,0,0,.5); 
color:#A3A5A6; transition-property:right; -webkit-transition-property:right; transition:0.4s ease; -webkit-transition:0.4s ease; }
#navigation2.navOpen{ right:0; }
#navigation2 .navigationlist{ width:100%; position:absolute; top:0; left:0; box-sizing:border-box; transition-property:left; -webkit-transition-property:left; transition:0.4s ease; -webkit-transition:0.4s ease; }
#navigation2 .navigationlist.navlistOpen{ left:100%; }
#navigation2 .navigationlist li{ line-height:40px; border-bottom:1px solid #2a2a2a; text-align:center; }
#navigation2 .navigationlist li a{ color: #A3A5A6; }
#navigation2 .navigationlist li.closeNav{ text-align:left; background:rgba(0,0,0,.1); padding:20px 0 0; color:#fff; }
#navigation2 .navigationlist li.closeNav a{ font-size:18px; color:#fff; padding-left:5px; }
#navigation2 .navigationlist li.closeNav a .forward{ float:left; padding-left:10px; height:25px; }
#navigation2 .navigationlist li.closeNav a .forward img{ padding-top:11px; }
#navigation2 .navigationlist li .openSubnav{ width:40px; height:40px; float:right; text-align:center;  }
#navigation2 .navigationlist li .openSubnav img{ padding-top:10px; }

#navigation2 .subnavigationlist{ width:100%; height:100%;  position:absolute; top:0; right:100%; background:#353535; overflow:hidden; box-sizing:border-box; color:#A3A5A6; transition-property:right; -webkit-transition-property:right; transition:0.4s ease; -webkit-transition:0.4s ease; }
#navigation2 .subnavigationlist.navOpen{ right:0; }
#navigation2 .subnavigationlist{  }
#navigation2 .subnavigationlist li{ line-height:40px; border-bottom:1px solid #2a2a2a; text-align:center; }
#navigation2 .subnavigationlist li.closeSubnav{ text-align:left; background:rgba(0,0,0,.1); padding:20px 0 0; color:#fff; }
#navigation2 .subnavigationlist li.closeSubnav a{ font-size:18px; color:#fff; padding-left:5px; }
#navigation2 .subnavigationlist li.closeSubnav a .forward{ float:left; padding-left:10px; height:25px; }
#navigation2 .subnavigationlist li.closeSubnav a .forward img{ padding-top:11px; }
#navigation2 .subnavigationlist li .openSubnav{ font-size:20px; width:40px; height:40px; display:block; float:left; text-align:center; }
#navigation2 .subnavigationlist li a{ padding:10px 10px 10px 12px; color:#A3A5A6;  }

/*===幻灯片  开始===*/
#banner_main {position:relative; border:0px solid blue; }
#banner { border:0px solid red; margin:0 auto; overflow:hidden; width:100%}
.BannerChannelPicture img{ display: block; max-width: 100%; float: right; }
/*首页幻灯片*/
.bannerlist{}
.bannerlist li{ position: relative; text-align:center; border:0px dashed red; overflow:hidden; display:block;}
.bannerlist .BannerImage{ position: absolute; top: 0; bottom: 0; right: 0; left: 0; background-size: auto 80%; background-position: right center; background-repeat: no-repeat; }
.bannerlist.full .BannerImage{ background-position: center; background-size: cover; }
.bannerlist .BannerDescriptionWrap{ padding: 30px 15px; position: relative; z-index: 1; }
.bannerlist .BannerDescription{ text-align: left; color: #FFF; }
.bannerlist .BannerDescription h1{ font-size: 17px; }
.bannerlist .BannerDescription h2{ font-size: 15px; padding-top: 10px; line-height: 1em; font-weight: normal; }
.bannerlist .BannerDescription p{ font-size: 12px; padding-top: 10px; line-height: 1em; }
.bannerlist .BannerDescription a{ display: block; color: #FFF; line-height: 25px; width: 80px; margin-top: 10px; text-align: center; font-size: 12px; border-radius: 3px; border: 1px solid #fff; }

#banner_main .hd{ width:100%; position:relative; bottom:35px; left:0; height:0px; line-height:5px; text-align:center; border:0px solid red; }
#banner_main .hd ul li{ position: relative; cursor:pointer; display:inline-block; *display:inline; zoom:1; width:40px; height:4px; background:#eee; border: 1px solid rgba(255,255,255,0.5); margin: 0 8px; overflow:hidden; font-size:0px; border-radius: 2px; }
#banner_main .hd ul li:after{ content: ""; display: block; position: absolute; left: 0; right: 0; bottom: 0; top: 0; margin: auto; width: 0; height: 80%; background: #008edc; transition-duration: .5s; border-radius: 2px; }
#banner_main .hd ul li.on:after{ width: 90%; }

/*帮助的搜索框*/
.help_banner{ padding: 20px 0; }
.help_banner .BannerDescription{color: #FFF; font-size: 20px; text-align: center;}
.help_banner .inputwrap{ width: 280px; margin: 10px auto 0; background: #FFF; border-radius: 50px; height: 35px; text-align: left; }
.help_banner .inputwrap input{ height: 100%; width: 70%; margin: 0 15px; padding: 0; outline: none; border: 0; }
.help_banner .inputwrap .form{ height: 100%; position: relative; }
#help_banner_search_btn{ position: absolute; right: 0; top: 0; bottom: 0; width: 50px; margin: 0; border-radius: 50px; cursor: pointer; background: url(../images/search.png) center no-repeat; background-size: 24px; }
#help_banner_search_btn:hover{ background: url(../images/search.png) center no-repeat; background-color: #eee; background-size: 24px; }
/*===幻灯片  结束===*/

/*当前位置*/
#location{ display: none; padding:3px 0px;margin: 0; border-bottom: 0px solid #167312;color:#000;  height:1.5em; line-height:1.5em; clear:both; text-indent:3px;}
#location a{color:#000}

/*搜索 */
.search{width:98%;margin:0px auto}
.searchresult{ font-weight:bold; font-size:18px;}

/*公共百度地图*/
#Map{ overflow:hidden; width:100%;}
#Map .MapInfo{ border: 1px dashed #ccc; padding:5px;}
#Map .MapInfo #MapContainer{ width:100%; height:260px; }
#Map .ContactInfo{ width:100%; line-height:2em;}
#Map .ContactInfo .Company{ font-size:22px; margin:5px 0;}
#Map .ContactInfo img{ width: 18px; vertical-align:middle; margin-right:8px;}
.ServiceAddressTitle{ font-size:22px; margin: 20px 0; }

/*评论*/
.comment{}
.CommentList h1{ border-bottom:1px #999999 dotted; padding:5px 0px;} /*评论列表标题*/
.LeaveComment h1{ border-bottom:1px #999999 dotted; padding:5px 0px; } /*我要评论标题*/
.CommentTime {}
.CommentContent { color:#999999 }
table.comment_table{ width:100%;  }
table.comment_table	.t1{ width:28%; text-align:left}
table.comment_table	.t2{ height:72%; text-align:left}

/*分页条*/
.page {padding:1px; height:auto; clear:both; line-height:0.5em; text-align:center; margin-top:5px;}
.page a, .page span {border:1px solid #D3D1D1; padding:2px 3px; margin: 3px 0px 3px 4px; line-height:22px; background-color:#FFFFFF}
.page a:link, .page_turner a:visited { text-decoration:none; }
.page a:hover { background:#008edc; color:#FFF; }
.page .current{ background:#008edc; color:#FFF;}
.page #total{color:red}
.page .pageinfo{ display: none}
.page .pagefirst{ display: none}
.page .pageend{ display: none}

/*会员登录-会员注册-忘记密码-开始*/
.login_table,.reg_table,.forget_table1,.forget_table2{ padding: 10px; }
/*表单*/
.InputWrap{ border: 1px solid #EEE; height: 45px; margin-bottom: 10px;
	display: -webkit-flex; -webkit-justify-content: -webkit-space-between; -webkit-align-items: center;
	display: flex; justify-content: space-between; align-items: center;
	-webkit-border-radius: 3px; -moz-border-radius: 3px; -o-border-radius: 3px; -ms-border-radius: 3px; border-radius: 3px; }
.InputWrap span{ padding-left: 10px; }
.InputWrap input,.InputWrap>div{ width: 65%; padding: 0 10px; border: 0; outline: none; line-height: 45px; text-indent: 5px; }
.InputWrap select{ border: 0; outline: none; }
.InputWrap .FindPwdWay{ text-indent: 0; }
/*验证码*/
.Verifycode{ width: 65%; padding: 0 10px; }
.Verifycode input{ width: 100px; padding: 0; }
.Verifycode img{ float: right; padding: 12px 0 0; }
/*短信验证码*/
.SmsCodeWrap{ width: 70%; }
.SmsCodeWrap input{ margin: 0; }
.SmsCodeWrap #SmsCode{ width: 40%; }
.SmsCodeWrap .btnSmsCode{ width: 50%; }
/*提交按钮下方链接*/
.otherWays{ text-align: center; }
.otherWays a{ padding: 0 5px; }
/*三方登录*/
.quick_login{ text-align: center; margin-top: 20px; }
.quick_login a{ padding: 0 5px; }
/*会员登录-会员注册-忘记密码-结束*/

/*分享按钮*/
.tool{width:95%; margin:0px auto;  text-align:center;}
.tool a{color:#000; font-size:16px}
.tool table{ width:100%; margin:5px 0px }
.tool td{ padding: 3px 5px; width:50%; text-align:center}

/*分享到朋友圈弹出框提示*/
#guide{ position: fixed; top: 0; bottom: 0; left: 0; right: 0; background: rgba(0,0,0,.8) url(../images/dlguide.png) 95% 10px no-repeat; background-size: 100px; display:none;z-index:20000;}
#guide span{ font-size: 24px; color: #FFF; position: absolute; width: 240px; top: 100px; left: 0; right: 0; margin: auto; text-align: center; text-shadow: 1px 1px 2px rgba(0,0,0,.8); }

#bottom_main{ background: #444; color: #FFF; }
#bottom_nav{ padding: 15px; border-bottom: 1px solid #555; }
.bottomnavlist{ overflow: hidden; }
.bottomnavlist li{ float: left; width: 25%; }
.bottomnavlist li a{ font-size: 16px; color: #FFF; display: block; text-align: center; line-height: 25px; }
#bottom_contact{ overflow: hidden; padding: 0 30px 15px; }
#bottom_contact #bottom1{ float: left; width: 55%; }
#bottom_contact #bottom1 .row1 span,#bottom_contact #bottom1 .row1 a{ display: block; padding-top: 20px; }
#bottom_contact #bottom1 .row1 .title{ font-size: 12px; color: #bbb; }
#bottom_contact #bottom1 .row1 .phoneNumber{ font-family: Impact; color: #FFF; font-size: 18px; background: url(../images/dial.png) left bottom no-repeat; background-size: 25px; padding-left: 30px; }
#bottom_contact #bottom1 .row2{ padding: 20px 0 0; }
#bottom_contact #bottom1 .row2 a{ display: inline-block; width: 100px; line-height: 30px; border: 1px solid #eee; border-radius: 5px; text-align: center; color: #ddd; font-size: 12px; }
#bottom_contact #bottom2{ float: right; width: 45%; overflow: hidden; }
#bottom_contact #bottom2 .row1{ float: right; width: 65%; }
#bottom_contact #bottom2 .row2{ float: left; width: 48%; }
#bottom_contact #bottom2 .title{ font-size: 14px; padding-top: 10px; text-align: center; }
#bottom_contact #bottom2 .WxQrcode{ padding-top: 10px; width: 98%; margin: 0 auto; }
#bottom_contact #bottom2 .WxQrcode img{ display: block; width: 100%; }
/*版权信息*/
#IPC{ background-color: #333; color: #bbb; font-size: 13px; padding: 5px 10px 80px; text-align: center; }
#IPC a{ font-size: 13px; color: #bbb; }

/*底部固定工具条*/
#tool { position: fixed; bottom: 0; left: 0; right: 0; z-index: 900; }
ul.toollist { display: flex; align-items: center; height: 46px; }
.toollist li{ width: 50%; }
.toollist li a { line-height: 20px; text-align: center; display: flex; align-items: center; justify-content: center; border-right: 1px solid #d1d2d5; }
.toollist li a img{ width:18px; height:18px; padding-right: 5px; }
.toollist li a p{ font-size: 14px; margin: 0; }
/*绿色主题*/
.toollist {	background: #FFF; box-shadow: 0 -1px 5px 0 rgba(0,0,0,.1); }
.toollist li:last-child a{ border: 0; }
.toollist li a {color: #000;}

.toollist_WxQqcode{ display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,.8); z-index: 99999; }
.toollist_WxQqcode .WxQrcodeWrap{ width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; }

/*gotop*/
#gotop{ position: fixed; display: none; right: 10px; bottom: 80px; width: 50px; height: 50px; background: rgba(255,255,255,.5); z-index: 999; border-radius: 50%; box-shadow: 0 0 4px 0 rgba(0,0,0,.2); }
#gotop:after{ content: ""; display: block; position: absolute; left: 0; right: 0; top: 8px; bottom: 0; margin: auto;
	width: 15px; height: 15px; border-width: 2px 2px 0 0;
	border-color: #008edc; border-style: solid; transform: rotate(-45deg); }
/*==========@@公共模块 结束@@==========*/


/*==========@@通用列表 开始@@==========*/
/*列表全局样式*/
.textlist li, .gridlist li, .wxlist li, .thumblist li{ font-size:16px; line-height:1.5em; vertical-align:middle; background-color:#FFF; overflow:hidden;}
.textlist li:hover, .thumblist li:hover, .gridlist li:hover{cursor:pointer;}

/*文本列表*/
.textlist{ overflow: hidden; background: #FFF; }
.textlist li{ padding: 12px 0; margin: 0 15px; border-bottom: 1px solid #eee; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.textlist li .InfoTime{ display: none;}
.textlist li:before{ content: "·"; padding-right: 5px; }
/*文字列表1*/
.textlist1{ }
.textlist1 li {float:left; width:50%; }
.textlist1 li .ChannelIcon{ width: 80px; height: 80px; margin: 10px auto; border-radius: 50%; }
.textlist1 li .ChannelIcon img{ display: block; width: 100%; margin: 0 auto; }
.textlist1 li .ChannelName {  text-align:center; display: block; font-size: 16px; margin-bottom: 5px;}
.textlist1 li .ChannelSContent { display: block; padding: 0 10px; font-size: 12px; color: #adadad; text-align: center; }

.textlist3{ overflow:hidden; margin-top:10px;}
.textlist3 li {overflow:hidden;margin-bottom:10px; border-bottom: 1px solid #f0f0f0; padding:0 0 10px 0;}
.textlist3 li img {width:100%;}
.textlist3 li .InfoTitle{ padding: 0 10px; font-weight:normal;display:block;text-align:left;color:#000; font-size: 16px;overflow: hidden;line-height: 1.8;text-overflow:ellipsis; white-space:nowrap;}
.textlist3 li .InfoContent{color:#a0a0a0;font-size: 12px; padding:0 10px;overflow: hidden;margin:0; text-overflow: ellipsis; white-space: nowrap;}
.textlist3 li .InfoTime{font-size:14px;display:block;height:20px;line-height:20px;padding:0px 10px;}
.textlist3 li .ChannelName{margin:0 10px 0 0;font-size: 14px;line-height: 20px;height: 20px;display: block;float: left;font-weight: normal; } 
.textlist3 .LViewMoreNew{ margin:20px auto;width:120px; border-radius: 3px; border:1px solid #008edc;text-align:center;display:block;overflow:hidden;height:35px;line-height:35px;color:#008edc}

/*带缩略图文本列表*/
.thumblist{ padding: 0 10px; }
.thumblist li {line-height:1.8em;overflow:hidden;width:100%; margin-bottom:5px; padding:10px 0; border-bottom:1px solid #e8e8e8;}
.thumblist li img{ float:left; width:100px; min-height:80px; margin-right:8px; border:0px solid #999999; }
.thumblist li a:hover img { border:0px solid #034b9f; }
.thumblist li .InfoTitle{color:#000000; font-weight:normal;font-size:16px; vertical-align:top; overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.thumblist li .InfoTime{color:#666; font-weight:normal;font-size:12px; padding:0; height:20px; line-height:20px;}
.thumblist li p{height:2.7em; overflow:hidden; color:#999; line-height:1.4em; margin:0px; font-size:14px;}
/*带缩略图文本列表1*/
.thumblist1{ padding: 20px 10px 0; }
.thumblist1 li {overflow:hidden;width:100%; margin-bottom:5px;}
.thumblist1 li a{ display: block; overflow: hidden; }
.thumblist1 li .InfoPicture{ float: left; width:100px; min-height:70px; max-height:100px; margin-right:10px; border-radius: 3px; }
.thumblist1 li .InfoTitle{color:#444; font-weight:normal; font-size:16px; padding-top: 8px; }
.thumblist1 li .InfoTime{ color:#999; height:16px; line-height:16px; }
.thumblist1 li p{ overflow:hidden; text-overflow: ellipsis; white-space: nowrap; color:#999; font-size:14px; margin: 0; }

/*橱窗列表*/
.gridlist li{position: relative; width:50%;overflow:hidden;float:left; line-height:0em; background: transparent;}
.gridlist li a{ display: block; margin: 5px; background: #FFF; box-shadow: 0 0 5px 0 rgba(0,0,0,.1); border-radius: 3px; overflow: hidden; }
.gridlist li .InfoTitle{ height: 35px; line-height:35px; overflow: hidden; font-size:14px; padding:0px 5px; text-align:center;}
.gridlist li .InfoPicture img{ border:1px solid #eee;}
.gridlist .QrCode{ display: none; position: fixed; width: 100%; height: 40%; background: #FFF; bottom: 0; left: 0; box-shadow: 0 -10px 30px 0 rgba(0,0,0,.05); z-index: 10; }
.gridlist .QrCode img{ display: block; width: 150px; margin: 20px auto; }
.gridlist .QrCode span{ display: block; text-align: center; }
.gridlist li:hover .QrCode{ display: block; }
/*橱窗列表*/
.gridlist1 li a{ display: block; margin: 10px; border-radius: 6px; box-shadow: 0 0 10px 0 rgba(0,0,0,.1); background: #FFF; overflow: hidden; }
.gridlist1 li .ChannelIcon{ float: left; width: 80px; height: 80px; margin-right: 15px; background: #008edc; }
.gridlist1 li .ChannelIcon img{ display: block; width: 50px; height: 50px; margin: 15px auto; }
.gridlist1 li .ChannelName{ font-size: 16px; color: #555; padding: 12px 15px 10px; }
.gridlist1 li .ChannelSContent{ font-size: 12px; color: #888; }
/*橱窗列表2*/
.gridlist2{ margin-top:5px; padding: 0 0 50px;}
.gridlist2:after{content: ''; display: block; clear: both;}
.gridlist2 li { position:relative; float:left; text-align:center; }
.gridlist2 li a { position: relative; display: block; box-shadow: 0 0 10px 0 rgba(0,0,0,.1); border-radius: 3px; overflow: hidden; }
.gridlist2 li img { width: 100%; }
.gridlist2 li span{ display: block; padding: 10px 0; }
.gridlist2 li .qrCode{ position: absolute; left: 0; top: 0; bottom: 0; z-index: 999; right: 0; margin: auto; width: 140px; height: 140px; background: #FFF; padding: 6px; border-radius: 6px; box-shadow: 0 0 10px 2px rgba(0,0,0,.1); }
.gridlist2 li.swiper-slide-next,.gridlist2 li.swiper-slide-prev{ opacity: .8; }

.gridlist3:after{ content: ""; display: block; height: 0; clear: both; }
.gridlist3{ padding: 0 5px; }
.gridlist3 li{ width: 33.33333%; float: left; }
.gridlist3 li a{ display: block; padding: 5px; text-align: center; }
.gridlist3 li a img{ display: block; width: 100%; }

.gridlist4{  }
.gridlist4 li{ margin-top: 80px; }
.gridlist4 li a{ display: block; position: relative; text-align: center; padding: 70px 15px 15px; background: #FFF; }
.gridlist4 li a .InfoPicture{ position: absolute; width: 100px; height: 100px; border: 10px solid #f4f5f9; border-radius: 50%;
	top: -60px; left: 0; right: 0; margin: auto; background-color: #FFF; overflow: hidden; display: flex; align-items: center; }
.gridlist4 li a .InfoPicture img{ display: block; width: 100%; }
.gridlist4 li a .InfoSContent{ font-size: 12px; color: #999; padding: 10px 0; }
.gridlist4 li a .InfoContent{ font-size: 12px; line-height: 1.8em; color: #666; }

.gridlist5{ overflow: hidden; }
.gridlist5 li{ float: left; width: 33.3333%; text-align: center; }
.gridlist5 li img{ width: 50px; }
.gridlist5 div{ font-size: 15px; }
.gridlist5 p{ font-size: 12px; color: #888; }

/*视频列表*/
.videolist li{width:50%;overflow:hidden;float:left; line-height:0em;}
.videolist li .InfoTitle{ height: 35px; line-height:35px; overflow: hidden; font-size:14px; padding:0px 5px; text-align:center;}
.videolist li .InfoPicture { padding:0px 3px; position: relative;}
.videolist li .InfoPicture img{ border:1px solid #eee;}
.videolist li i{ position:absolute; width:100%; height:100%;left:0; top:0 ;background:url(../images/play.png) center center no-repeat; cursor:pointer;}

/*微信列表*/
.wxlist li{overflow:hidden;
	-moz-border-radius: 5px 5px 10px 10px; -webkit-border-radius: 5px 5px 10px 10px;-o-border-radius:5px 5px 10px 10px; border-radius: 5px 5px 10px 10px; 
	border:0px solid #d0d1d4;margin: 10px auto;	padding: 8px 8px;
	/*
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);  -moz-box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.25); -webkit-box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.25);-o-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
	background: url(../images/bottom.png) repeat-x scroll left bottom #FFFFFF;
	background-size:2px auto;*/
}
.wxlist li h1{ text-align: center; font-size: 18px; line-height: 1.4em; }
.wxlist li .InfoTime{ text-align: center; }
.wxlist li .GoTop{ text-align:center; font-weight:bold; height:30px; line-height:30px; color:#000}
.wxlist li .InfoPicture, .wxlist li .ChannelPicture{ border: 0px solid red}
.wxlist li .InfoPicture img, .wxlist li .ChannelPicture img{ width:100%;}
.wxlist li .InfoSContent, .wxlist li .ChannelSContent{ line-height: 1.5em; border:0px solid #900; padding:5px 2px; color:#222222; font-size:14px;}
.wxlist li .ShowInfo{ }
/*侧边时间显示*/
.wxlist .InfoTimeSide {margin:10px 8px 0px 0px;width:auto;font-size:12px;float:left;
background-color:#179F00;padding:5px;position:relative;
-webkit-border-radius:12px;-moz-border-radius:12px;-o-border-radius:12px;border-radius:12px;
-webkit-box-shadow:0 2px 1px 0 rgba(0,0,0,0.14);-moz-box-shadow:0 2px 1px 0 rgba(0,0,0,0.14);-o-box-shadow:0 2px 1px 0 rgba(0,0,0,0.14);box-shadow:0 2px 1px 0 rgba(0,0,0,0.14);
font-family:Georgia,"Times New Roman",Times,serif; }
.wxlist  InfoTimeSide p{color:#FFF}
.wxlist  .InfoTimeSide p b {font-size:20px; }
.wxlist  .InfoTimeSide p i {font-size:11px; }
.wxlist  .InfoTimeSide span {position:absolute;top:10px;right:-4px;
-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;
width:12px;height:12px;transform:rotate(45deg) ;background-color:#179F00;
-webkit-transform:rotate(45deg) ;-moz-transform:rotate(45deg) ;-o-transform:rotate(45deg) ;-ms-transform:rotate(45deg) ; }

/*频道列表*/
.subchannellist{ position: relative; overflow-x: scroll; white-space: nowrap; background: #FFF; box-shadow: 0 2px 5px 0 rgba(0,0,0,.05); z-index: 1 }
.subchannellist:after{ content: ""; display: block; height: 0; clear: both; }
.subchannellist li{ display: inline-block; }
.subchannellist li a{display:block; margin: 0 12px; padding: 10px 0; font-size: 15px; }
.subchannellist #current a { color: #008ed6; border-bottom: 2px solid #008ed6; font-weight: bold; }


.subchannel1{overflow: hidden;    transform: translate3d(0px, 0px, 0px)!important;}
.subchannellist1 { text-align:center;}
.subchannellist1 li { border-radius:20px;display:inline;line-height:30px; float: left;width: 25%;background:#323232; 
transition: all 0.4s linear; margin-top:5px; color:#fff;font-size: 14px; cursor:pointer;}

.subchannel2{overflow: hidden; transform: translate3d(0px, 0px, 0px)!important;}
.subchannellist2 { text-align:center; margin: 0 20px; overflow: hidden; }
.subchannellist2 li { float: left; width: 25%; }
.subchannellist2 li span { position: relative; line-height: 30px; display: block; text-align: center; border-radius: 50px; }
.subchannellist2 li span.on:after{ content: ""; background: #008edc; position: absolute; width: 4em; height: 2px; border-radius: 4px; bottom: 0; left: 0; right: 0; margin: auto; }

.subchannellist3 { text-align:center; margin: 10px 20px 0; overflow: hidden; display: flex; justify-content: center; }
.subchannellist3 li { width: 25%; }
.subchannellist3 li span { position: relative; line-height: 30px; display: block; text-align: center; border-radius: 50px; }
.subchannellist3 li span.on:after{ content: ""; background: #008edc; position: absolute; width: 4em; height: 2px; border-radius: 4px; bottom: 0; left: 0; right: 0; margin: auto; }

/*频道相册列表*/
.channelalbumlist{ }
.channelalbumlist li { float:left; width:33.33%; overflow:hidden; }
.channelalbumlist li img{ width: 100%; display: block; margin-right:8px;}
/*频道相册列表1*/
.channelalbumlist1{ overflow:hidden; display: flex; flex-wrap: wrap; }
.channelalbumlist1 li { width: 50%; float: left; }
.channelalbumlist1 li a{ display: block; }
.channelalbumlist1 li .AlbumPicture img{ display: block; width: 80px; height: 80px; margin: 10px auto; }
.channelalbumlist1 li .AlbumTitle { font-size: 16px; font-weight: normal; text-align: left; margin-bottom:5px; color: #444; text-align: center; }
.channelalbumlist1 li p{ font-size: 12px; display:block; line-height: 1.6em; text-align: left; color:#adadad; margin: 0; text-align: center; padding: 0 15px; }
/*频道相册列表1*/
.channelalbumlist2{ overflow:hidden; padding:3px 5px;}
.channelalbumlist2 li { float:left; width:33.33%;}
.channelalbumlist2 li img{ width: 100%; border: 1px solid #ddd;margin-top:-1px; display: block; }
/*==========@@通用列表 结束@@==========*/


/*!
 * 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;
}
.animatedRapid{
  -webkit-animation-duration: .2s;
  animation-duration: .2s;
  animation-timing-function:ease;
  -webkit-animation-timing-function:ease;
}
.animated1,.animated2,.animated3,.animated4,.animated5,.animated6,.animated7,.animated8{
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-timing-function:ease;
  -webkit-animation-timing-function:ease;
}
.animated1 {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
}
.animated2 {
  -webkit-animation-duration: .6s;
  animation-duration: .6s;
}
.animated3 {
  -webkit-animation-duration: .7s;
  animation-duration: .7s;
}
.animated4 {
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
}
.animated5 {
  -webkit-animation-duration: .9s;
  animation-duration: .9s;
}
.animated6 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.animated7 {
  -webkit-animation-duration: 1.1s;
  animation-duration: 1.1s;
}
.animated8 {
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes skewingTop {
    from {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
    50% {
        -webkit-transform: translate3d(0,-8px,0);
        transform: translate3d(0,-8px,0);
    }
    to {
        -webkit-transform: translate3d(0,-8px,0);
        transform: translate3d(0,-8px,0);
    }
}
@keyframes skewingTop {
    from {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
    50% {
        -webkit-transform: translate3d(0,-8px,0);
        transform: translate3d(0,-8px,0);
    }
    to {
        -webkit-transform: translate3d(0,-8px,0);
        transform: translate3d(0,-8px,0);
    }
}
.skewingTop{
    -webkit-animation-name: skewingTop;
    animation-name: skewingTop;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -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 {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -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 {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.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: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.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: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 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 {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 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: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 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(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from, 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(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  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: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  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: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  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 {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  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 {
  position: relative;
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  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 {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  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 {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    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 {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    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 {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 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 {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    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 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  from {
    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 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    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 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  from {
    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 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    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 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  from {
    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 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    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 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  from {
    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 {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    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 {
  from {
    opacity: 1;
  }





  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    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 {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    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 {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    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 {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    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 {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    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 {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    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 {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    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 {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -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);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -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);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  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 {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -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 {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -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 {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -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);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  from {
    -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);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  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 {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    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 {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 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% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 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;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    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(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  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(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInDown {
  from {
    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(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  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(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    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(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  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(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInLeft {
  from {
    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(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  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(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    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(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  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(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInRight {
  from {
    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(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  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(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    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(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  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(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInUp {
  from {
    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(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  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(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  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(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  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(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 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(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  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(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 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(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  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(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 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(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  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(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight_Half {
  from {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0;
  }

  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideInRight_Half {
  from {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0;
  }

  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

.slideInRight_Half {
  -webkit-animation-name: slideInRight_Half;
  animation-name: slideInRight_Half;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 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 {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 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 {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 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 {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}


/*自定义点击动画*/
/*从右侧划出*/
@-webkit-keyframes click_slideInRight {
  from{
    opacity: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to{
    opacity: 1;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes click_slideInRight {
  from{
    opacity: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to{
    opacity: 1;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

.click_slideInRight {
  -webkit-animation-name: click_slideInRight;
  animation-name: click_slideInRight;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes click_slideOutRight {
  from{
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  to{
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes click_slideOutRight {
  from{
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  to{
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.click_slideOutRight {
  -webkit-animation-name: click_slideOutRight;
  animation-name: click_slideOutRight;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/*导航按钮动画*/
@-webkit-keyframes rotateS {
  from{
    -webkit-transform: rotate(0deg) ;
    transform: rotate(0deg);
  }

  to{ 
    -webkit-transform: rotate(45deg) translateY(1px);
    transform: rotate(45deg) translateY(1px);
  }
}

@keyframes rotateS {
  from{
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to{
    margin: 0;
    -webkit-transform: rotate(45deg) translateY(1px);
    transform: rotate(45deg) translateY(1px);
  }
}

@-webkit-keyframes rotateReverse {
  from{
    -webkit-transform: rotate(0deg) ;
    transform: rotate(0deg);
  }

  to{
    margin: 0;
    -webkit-transform: rotate(-45deg) translateY(-1px);
    transform: rotate(-45deg) translateY(-1px);
  }
}

@keyframes rotateReverse {
  from{
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to{
    margin: 0;
    -webkit-transform: rotate(-45deg) translateY(-1px);
    transform: rotate(-45deg) translateY(-1px);
  }
}

@-webkit-keyframes rotateC {
  from{
    margin: 0;
    -webkit-transform: rotate(45deg) translateY(1px);
    transform: rotate(45deg) translateY(1px);
  }

  to{ 
    margin: 5px 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes rotateC {
  from{
    margin: 0;
    -webkit-transform: rotate(45deg) translateY(1px);
    transform: rotate(45deg) translateY(1px);
  }

  to{
    margin: 5px 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@-webkit-keyframes rotateClockwise {
  from{
    margin: 0;
    -webkit-transform: rotate(-45deg) translateY(-1px);
    transform: rotate(-45deg) translateY(-1px);
  }

  to{
    margin: 5px 0;
    -webkit-transform: rotate(0deg) ;
    transform: rotate(0deg);
  }
}

@keyframes rotateClockwise {
  from{
    margin: 0;
    -webkit-transform: rotate(-45deg) translateY(-1px);
    transform: rotate(-45deg) translateY(-1px);
  }

  to{
    margin: 5px 0;
    -webkit-transform: rotate(0deg) ;
    transform: rotate(0deg);
  }
}
.nav_show:before {
  -webkit-animation-name: rotateS;
  animation-name: rotateS;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.nav_show:after {
  -webkit-animation-name: rotateReverse;
  animation-name: rotateReverse;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.nav_clear:before {
  -webkit-animation-name: rotateC;
  animation-name: rotateC;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.nav_clear:after {
  -webkit-animation-name: rotateClockwise;
  animation-name: rotateClockwise;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/*-旋转225-*/
@keyframes clockwiseRotate {
  from{
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to{
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

@-webkit-keyframes clockwiseRotate {
  from{
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to{
    -webkit-transform: rotate(90deg) ;
    transform: rotate(90deg);
  }
}

@keyframes anticlockwiseRotate {
  from{
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  to{
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@-webkit-keyframes anticlockwiseRotate {
  from{
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  to{
    -webkit-transform: rotate(0deg) ;
    transform: rotate(0deg);
  }
}
.clockwiseRotate:before {
  -webkit-animation-name: clockwiseRotate;
  animation-name: clockwiseRotate;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anticlockwiseRotate:before {
  -webkit-animation-name: anticlockwiseRotate;
  animation-name: anticlockwiseRotate;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/**
 * Swiper 3.4.2
 * http://www.idangero.us/swiper/
 * Released on: March 10, 2017
 */
.swiper-container { margin-left: auto; margin-right: auto; position: relative;  overflow: hidden;  /* Fix of Webkit flickering */  z-index: 1;}
.swiper-container-no-flexbox .swiper-slide { float: left;}
.swiper-container-vertical > .swiper-wrapper { -webkit-box-orient: vertical;-moz-box-orient: vertical;-ms-flex-direction: column;
  -webkit-flex-direction: column;flex-direction: column; }
.swiper-wrapper { position: relative; width: 100%; height: 100%; z-index: 1;
  display: -webkit-box; display: -moz-box;display: -ms-flexbox;display: -webkit-flex;display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple; -moz-box-lines: multiple;
  -ms-flex-wrap: wrap; -webkit-flex-wrap: wrap; flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {-webkit-flex-shrink: 0;-ms-flex: 0 0 auto; flex-shrink: 0; width: 100%; height: 100%;position: relative;}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide { height: auto;}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;-ms-flex-align: start;-webkit-align-items: flex-start;align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height;
}
/* a11y */
.swiper-container .swiper-notification { position: absolute;left: 0; top: 0;pointer-events: none; opacity: 0;z-index: -1000;}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal { -ms-touch-action: pan-y; touch-action: pan-y;}
.swiper-wp8-vertical { -ms-touch-action: pan-x; touch-action: pan-x;}
/* Arrows */
.swiper-button-prev,
.swiper-button-next {position: absolute; top: 50%; width: 27px;height: 44px;margin-top: -22px;z-index: 10; cursor: pointer;
  -moz-background-size: 27px 44px; -webkit-background-size: 27px 44px;background-size: 27px 44px;
  background-position: center; background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {opacity: 0.35;cursor: auto;pointer-events: none;}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
/* Pagination Styles */
.swiper-pagination { position: absolute; text-align: center;
  -webkit-transition: 300ms; -moz-transition: 300ms; -o-transition: 300ms; transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);-ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {opacity: 0;}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {bottom: 5px; left: 0; width: 100%;}
/* Bullets */
.swiper-pagination-bullet { width: 15px; height: 3px; display: inline-block;  background: #eee;opacity: 1;}
button.swiper-pagination-bullet { border: none;margin: 0; padding: 0;box-shadow: none;-moz-appearance: none;-ms-appearance: none;-webkit-appearance: none;appearance: none;}
.swiper-pagination-clickable .swiper-pagination-bullet {cursor: pointer;}
.swiper-pagination-white .swiper-pagination-bullet {background: #fff;}
.swiper-pagination-bullet-active {opacity: 1;background: #008edc;}
.swiper-pagination-white .swiper-pagination-bullet-active {background: #fff;}
.swiper-pagination-black .swiper-pagination-bullet-active {background: #000;}
.swiper-container-vertical > .swiper-pagination-bullets { right: 10px;top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {margin: 5px 0;display: block;}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {margin: 0 5px;}
/* Progress */
.swiper-pagination-progress {background: rgba(0, 0, 0, 0.25);position: absolute;}
.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;position: absolute; left: 0; top: 0; width: 100%; height: 100%;
  -webkit-transform: scale(0);-ms-transform: scale(0); -o-transform: scale(0); transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progress {width: 100%; height: 4px; left: 0; top: 0;}
.swiper-container-vertical > .swiper-pagination-progress {width: 4px;height: 100%;left: 0; top: 0;}
.swiper-pagination-progress.swiper-pagination-white { background: rgba(255, 255, 255, 0.5);}
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar { background: #fff;}
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar { background: #000;}
/* 3D Container */
.swiper-container-3d { -webkit-perspective: 1200px; -moz-perspective: 1200px; -o-perspective: 1200px;perspective: 1200px;}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute; left: 0; top: 0;width: 100%;
  max-height: 80%;pointer-events: none;z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {/* Windows 8 IE 10 fix */ -ms-perspective: 1200px;}
/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip { overflow: visible;}
.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide { pointer-events: none;}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas { max-width: 100%; max-height: 100%;object-fit: contain;}
/* Scrollbar */
.swiper-scrollbar { border-radius: 10px; position: relative; -ms-touch-action: none; background: rgba(0, 0, 0, 0.1);}
.swiper-container-horizontal > .swiper-scrollbar { position: absolute; left: 1%;bottom: 3px; z-index: 50; height: 5px; width: 98%;}
.swiper-container-vertical > .swiper-scrollbar { position: absolute; right: 3px; top: 1%;z-index: 50; width: 5px; height: 98%;}
.swiper-scrollbar-drag { height: 100%; width: 100%; position: relative; background: rgba(0, 0, 0, 0.5); border-radius: 10px; left: 0;top: 0;}
.swiper-scrollbar-cursor-drag { cursor: move;}
/* Preloader */
.swiper-lazy-preloader {
  width: 70px; height: 70px;position: absolute; left: 50%; top: 35%;
  margin-left: -21px;margin-top: -21px; z-index: 10;
  -webkit-transform-origin: 50%; -moz-transform-origin: 50%; transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after { display: block; content: ""; width: 100%; height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%; background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

/*付款方式版本表格样式*/
table.banktable{margin: 0px; padding: 0px; width: 100%; border-collapse: collapse; border:1px solid #ddd;}
table.banktable tr{ cursor: pointer}
table.banktable tr:hover{ background:#F5F5F5; }
table.banktable .imgcenter{text-align:center; }
table.banktable .title{font-weight:bold; background:#F5F5F5; color:#CB061D; height:26px; line-height:26px; font-size:16px; padding:5px}
table.banktable th{ padding:5px; text-align:left; font-weight:bold; border:1px solid #ddd;border-top:none;border-left:none;}
table.banktable td{ padding:5px; text-align:left; border:1px solid #ddd;border-top:none;border-left:none;}