﻿@charset "utf-8";
/*==========@@HTML默认 开始@@==========*/
/*基本*/
body, div, dl, dt, dd, ul, ol, li,h1, h2, h3, h4, h5, h6, pre, code,form,fieldset, 
legend, input, button,textarea, p, blockquote { margin: 0; padding: 0;}
body{color:#000; margin:0px auto; font-family: "Microsoft YaHei"; font-size:14px; background:#fff; overflow-x: hidden; }
div{ margin:0; padding:0; border:0; }
img{ margin:0; padding:0; border:0; }
p{ margin: 0px; line-height:1.8em}
b,strong {font-weight: bold;}
table { border-collapse: collapse; border-spacing: 0; /* Remove most spacing between table cells.*/}
li{ list-style: none outside none;}
body::-webkit-scrollbar{ width: 10px; background: #ccc; }
body::-webkit-scrollbar-thumb{ background: #f4f5f9; border-radius: 10px; }

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

/*标题*/
h1 { font-size: 36px; }
h2 { font-size: 30px; }
h3 { font-size: 24px; font-weight: normal; }
h4 { font-size: 18px; font-weight: normal; color: #333; }
h5 { font-size: 15px; font-weight: normal; }
h6 { font-size: 13px; font-weight: normal; }

/*表单*/
form {margin: 0;}
button,input,select,textarea { font-size: 100%;margin: 3px; vertical-align: baseline; *vertical-align: middle; }
button,select {text-transform: none;}
input{padding:2px;background-color: #FFFFFF;border: 1px solid #ccc;width:99%;line-height: normal;}
textarea{padding: 2px;color: #000000;background-color: #fff;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;}
/*==========@@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; height:0; overflow:hidden; }
.float_left { float:left; }
.float_right { float:right; }

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

/*按钮*/
.btn {-webkit-border-radius: 3px;-moz-border-radius: 3px;-ms-border-radius: 3px;  -o-border-radius: 3px;  border-radius: 3px;
  display: -moz-inline-stack;  display: inline-block;  *display: inline;  vertical-align: middle;  *vertical-align: auto;
  zoom: 1;    height: 32px;  line-height: 32px;  padding: 0px 20px;font-weight: 300;  font-size: 14px; 
  margin: 0; text-decoration: none; text-align: center; text-indent:0; cursor:pointer;
  border: 1px solid #d4d4d4; color: #666666; }
/*默认样式*/
.btn {  background-color: #7db500;  color: #fff; }
.btn:hover {  background-color: #6b9c00; color:#fff;}
.btn:active {  background: #76a312;  color: #374f00;}
/*按钮大小*/
.btn-large {font-size: 19px;  height: 38.4px;  line-height: 38.4px;  padding: 0px 26px;}
.btn-small {  font-size: 12px; height: 25.6px; line-height: 25.6px;  padding: 0px 16px;}
.btn-tiny {  font-size: 12px;  height: 22.4px;  line-height: 22.4px; padding: 0px 13px;}
/*块按钮*/
.btn-block {display: block;}

/*表单类*/
.form_text, .form_text:hover, .form_text_verifycode, .form_text_verifycode:hover{border-color: #a0a0a0 #cbd9eb #cbd9eb #a0a0a0;
border-width:1px; height:20px; line-height:20px;clip: rect;padding: 2px; color: #000000; }
.form_text {  width:95%; background-position:  0px 0px;}
.form_text:hover {background-position: 0px -37px;}
.form_text_verifycode { width:50px; margin-right:3px;background-position:  0px 0px;}
.form_text_verifycode:hover {background-position: 0px -37px;}
.form_radio{ width:auto; border:0;}
.form_checkbox{ width:auto; border:0}
.form_select { height:25px; }
.form_textarea { width:95%; height:80px; border-color: #a0a0a0 #cbd9eb #cbd9eb #a0a0a0;border-width:1px; padding:2px;}
.form_button { width:auto; vertical-align:middle; border:0 none;/*解决ie焦点是有黑色边框*/}
input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, 
input[type="file"] > input[type="button"]::-moz-focus-inner{ border:none;padding:0; }
.required{ color:red; font-weight:bold; text-align:left; padding-left:3px;}

/*其它*/
.hide { display:none; }  /*隐藏*/
.code_image{ cursor: pointer; padding-bottom:6px; } /*验证码图片样式*/
/*gotop*/
#topcontrol{ position: fixed; display: none; bottom: 150px; right: 0px; opacity: 1; cursor: pointer; z-index: 99; }

/*频道*/
.ChannelContent{ line-height:2.0em; font-size:16px; padding: 15px 20px; }
.ChannelSContent, .ChannelSContent p{ line-height:1.8em}
.ChannelContent a{ color: #ff9d02}
.ChannelSContent a{ color: #ff9d02}
.ChannelSContent img, .InfoContent img{ max-width:100% }
.ChannelAlbum{ overflow: hidden; }

/*信息*/
.InfoTitle{ font-weight:normal; text-align:center; vertical-align:middle; padding:5px 0px}
.InfoTitle h1{ font-size:28px; line-height: 1.5em; font-weight:normal;}
.InfoTime{color:#999; text-align:left;  padding:2px 0px; height:25px}
.InfoContent, .InfoContent p{ line-height:1.8em; font-size:16px; }
.InfoAttachment{ padding:10px 0px; text-align:center; width:81px; margin:0 auto;}
.InfoPicture{ text-align: center;}
.InfoPicture img{ width:100%; }
.info_from_wrap{ padding:10px; text-align:center; color:#999; border:0px dashed #ccc; line-height:30px; margin-bottom:5px;}
.info_from_wrap a { color:#999; }
.info_from_wrap a:hover { color:#555; }
#ReadLevelTip{ font-weight:bold; color:red;}
.Tag{ text-align: left; font-weight:bold; }
.Tag a{ padding:0 3px; font-weight:normal; text-decoration:none;}
.info_previous_next_wrap{ background:#F0F0F0; padding:5px 10px; margin-top: 20px; border:1px solid #E3E3E3; color:#333; line-height:1.8em}
.Next a{ }
.Previous a{ }
/*==========@@元件 结束@@==========*/

/*==========@@swiper  开始@@==========*/
.swiper-container {
	margin:0 auto; position:relative; overflow:hidden; direction:ltr;
	-webkit-backface-visibility:hidden; -moz-backface-visibility:hidden; -ms-backface-visibility:hidden; -o-backface-visibility:hidden; backface-visibility:hidden;
	z-index:1;
}
.swiper-wrapper {
	position:relative; width:100%; -webkit-transition-property:-webkit-transform, left, top; -webkit-transition-duration:0s; -webkit-transform:translate3d(0px,0,0); -webkit-transition-timing-function:ease;
	-moz-transition-property:-moz-transform, left, top; -moz-transition-duration:0s; -moz-transform:translate3d(0px,0,0); -moz-transition-timing-function:ease;
	-o-transition-property:-o-transform, left, top; -o-transition-duration:0s; -o-transform:translate3d(0px,0,0); -o-transition-timing-function:ease; -o-transform:translate(0px,0px);
	-ms-transition-property:-ms-transform, left, top; -ms-transition-duration:0s; -ms-transform:translate3d(0px,0,0); -ms-transition-timing-function:ease;
	transition-property:transform, left, top; transition-duration:0s; transform:translate3d(0px,0,0); transition-timing-function:ease;
	-webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box;
}
.swiper-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 { float: left; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; }
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal { -ms-touch-action: pan-y; }
.swiper-wp8-vertical { -ms-touch-action: pan-x; }
.swiper-container { }
.swiper-slide {  }
.swiper-slide-active {  }
.swiper-slide-visible { }
.swiper-pagination{ position: absolute; bottom: 15px; text-align: center; width: 100%; left: 0; z-index: 1; }
.swiper-pagination-switch { display: inline-block; width: 30px; height: 8px; margin: 0 5px; border: 1px solid #FFF; border-radius: 8px; cursor: pointer; transition-duration: .5s; }
.swiper-active-switch { background: #FFF; }
.swiper-visible-switch {  }
/*==========@@swiper  结束@@==========*/

/*==========@@模块  开始@@==========*/
/*左侧*/
/*主体左侧样式*/
.left_title { height:39px; line-height:39px; border-bottom:1px solid #01673A; }
.left_title h2 { font-size:16px; color:#01673A; }
.left_body { overflow:hidden; zoom:1; color:#01673A;  padding:10px 10px 5px; border-top:0; border-bottom: 0px}
.left_bottom { height:15px; margin-bottom:5px;}
/*样式1*/
.left_title1{ text-align:center; overflow: hidden; margin-bottom: 25px; }
.left_title1 h2{ margin-bottom: 20px; }
.left_title1 h2 a{ display: block; line-height:56px; font-size: 36px; font-weight:normal; color: #444;}
.left_title1 p { margin: 0 auto; color: #424242; font-size:16px; }
.left_title1 i{ display: block; width: 30px; height: 3px; background: #1651b8; margin: 0 auto; margin-top: 10px; }
.left_body1 { zoom:1; }
.left_bottom1 { height:20px; background: url(../images/gonext.png) center no-repeat; background-size: 20px; margin-bottom:60px;  }
/*样式2*/
.left_title2{  }
.left_body2{ zoom:1; overflow: hidden; display: flex; align-items: center; justify-content: space-between; }
.left_body2 .InfoWrap{ float: right; padding: 0 10px; order: 1; }
.left_body2_left .InfoWrap{ float: left; order: -1; }
.left_body2 .InfoWrap span{ display: block; font-size: 36px; color: #444; margin-bottom: 40px; }
.left_body2 .InfoWrap .ChannelSContent{ font-size: 24px; margin-bottom: 20px; color: #444; display: none; }
.left_body2 .InfoWrap .ChannelContent{ color: #424242; font-size: 16px; line-height: 38px; padding: 0; }
.left_body2 .InfoWrap a{ display: block; overflow: hidden; width: 180px; line-height: 45px; margin-top: 50px; float: none; font-size: 16px;
	border: 1px solid #008ed6; color: #008ed6; border-radius: 50px; text-align: center; transition-duration: .5s; }
.left_body2 .InfoWrap a:hover{ background: #008ed6; color: #FFF; }
.left_body2_left .InfoWrap a{ margin-left: auto; }
.left_body2_left .InfoWrap span{ text-align: right; }
.left_body2_left .InfoWrap .ChannelSContent{ text-align: right; }
.left_body2_left .InfoWrap .ChannelContent{ text-align: right; }
.left_body2_left img{ float: right; }
.left_bottom2 {  }
/*样式3*/
.left_title3{ position: relative; }
.left_title3 h2{ text-align: center; margin-bottom: 20px; }
.left_title3 a{ font-size: 36px; color:#444; font-weight: normal; }
.left_title3 p{ color: #444; font-size: 16px; text-align: center; margin-bottom: 50px; }
.left_body3{  }
.left_bottom3{  }
.left_bottom3 a.more{ display: block; overflow: hidden; width: 180px; line-height: 45px; margin: 10px auto 0; float: none; font-size: 16px;
	border: 1px solid #008ed6; color: #008ed6; border-radius: 50px; text-align: center; transition-duration: .5s; }
.left_bottom3 a.more:hover{ background: #008ed6; color: #FFF; }

/*主体右侧*/
/*样式1*/
.right_title {}
.right_title h2 { font-size:30px; font-weight:normal; text-align:center; padding:15px 0; color:#333; }
.right_title h2 img{ margin:0 10px;}
.right_body { zoom:1;  border-top:0; border-bottom:0 }
.right_body:after{ content: ""; display: block; height: 0; clear: both; }
.right_bottom {}
/*==========@@模块  结束@@==========*/

/*==========@@频道布局  开始@@==========*/
/*模型body*/
.body_index, .body_article, .body_download, .body_picture, .body_product, .body_single, .body_video, .body_job, .body_feedback, .body_guestbook{}
.index, .single, .article, .picture, .download, .video, .job, .guestbook, .feedback, .help, .product{ width:1200px;margin: 0 auto; }
#top, #banner, #announcement, #link, #copyright,#bottom,#floor_1,#floor_2,#floor_3,#floor_4,#floor_5,#floor_6 { width:1200px;  margin:0 auto; border:0px dashed red;}
.body_help,.body_article,.body_product{ background: #f4f5f9; }
.article{ padding: 20px 0; }
#left { float:left; width:250px; }
#right { float:left; width:1200px; border-left:0px solid #E5E5E5; padding-left:0px; }
#right_1{ width: 940px; float: right; padding-left: 20px; }
/*===首页 开始===*/
#floor_1_main{ overflow:hidden; }
#floor_1{padding: 80px 0;}
#floor_2_main{ overflow:hidden; }
#floor_2{ padding:180px 0px; background: url(../images/T2_bg.png) left center no-repeat; }
#floor_3_main{ padding: 80px 0; }
#floor_3{ overflow: hidden; }
#floor_3_1{ float: left; width: 50%; }
#floor_3_2{ float: right; width: 50%; }
#floor_4_main{ padding: 80px 0; background: #ffffff; }
#floor_5_main{ padding: 80px 0; background: #f7f8fc; }
#floor_6_main{ padding: 80px 0; background: #FFFFFF; }
/*使用列表*/
.uselist{ overflow: hidden; display: none; }
.uselist:first-child{ display: block; }
.uselist li{ float:left; width:20%; overflow: hidden; padding: 20px 0;}
.uselist li:hover{ filter: grayscale(100%); }
.uselist li img{ text-align: center; }
/*===首页 结束===*/

/*===产品模型 开始===*/
/*详情内容中的按钮公共样式*/
.incontent_btn{ display: block; width: 150px; color: #FFF; line-height: 45px; margin-top: 40px; background: #008ed6; border-radius: 4px; text-align: center; }
/*banner文字*/
.product_banner_title{ color: #FFF; padding-bottom: .8em; font-weight: normal; font-size: 50px; }
.product_banner_btn{ display: block; font-size: 18px; color: #FFF; width: 150px; height: 50px; line-height: 50px; text-align: center; border: 1px solid #FFF; border-radius: 6px; margin-top: 40px; }

.info_product_detail_wrap{ overflow: hidden; float: left; width: 790px; border-radius: 6px; padding: 50px 20px; margin: 20px 0; background: #FFF; }
.info_product_detail_wrap .left_info{ float: left; padding: 0 100px; }
.info_product_detail_wrap .left_info img{ display: block; margin: 0 auto; width: 140px; height: 140px; }
.info_product_detail_wrap .left_info .InfoTitle{ padding: 10px 0; font-size: 16px; color: #333; }
.info_product_detail_wrap .left_info a{ display: block; width: 120px; margin: 0 auto; line-height: 35px; border-radius: 50px; background: #008ed6; color: #FFF; text-align: center; }

.info_product_detail_wrap .right_info{ float: right; width: 420px; }
.info_product_detail_wrap .right_info .list_item{ border-bottom: 1px solid #ddd; padding-bottom: 20px; margin-bottom: 20px; overflow: hidden; }
.info_product_detail_wrap .right_info .list_item .labal{ float: left; width: 100px; }
.info_product_detail_wrap .right_info .list_item:last-child{ border: 0; }

.info_product_detail_wrap .InfoSContent{ clear: both; padding-top: 20px; border-top: 1px solid #ddd; }

.info_product_relation_wrap{ float: right; width: 350px; background: #FFF; margin: 20px 0; border-radius: 6px; }
.info_product_relation_wrap h2{ font-size: 18px; font-weight: normal; padding-left: 10px; border-left: 2px solid #008ed6; margin: 20px; }
.info_product_relation_wrap .pluginlist{ padding: 0; }
.info_product_relation_wrap .pluginlist li{ float: none; width: 320px; margin: 0 auto; }
.info_product_relation_wrap .pluginlist li a{ box-shadow: none; margin: 10px 5px; }

/*===精美单页 开始===*/
/*banner*/
.body_superpage .bannerlist li{ min-height: 200px; }
.body_superpage .BannerChannelPicture{ overflow: hidden; height: 100%; width: 1200px; margin: 0 auto; }
.body_superpage .full .BannerChannelPicture{ width: 100%; }
.body_superpage .bannerlist li .BannerChannelPicture img{width: auto; float: right; height: 100%;  }
.body_superpage .bannerlist li .Wrap .BannerDescription a{ margin-top: 50px; }
/*banner文字*/
.superpage_banner_title{ color: #FFF; padding-bottom: .8em; font-weight: normal; font-size: 50px; }
.superpage_banner_btn{ display: block; font-size: 18px; color: #FFF; width: 150px; height: 50px; line-height: 50px; text-align: center; border: 1px solid #FFF; border-radius: 6px; margin-top: 40px; }

/*----公共----*/
.superpage_item:not(.title):nth-child(2n){ background-color: #f1f2f9; }
.superpage_item{ position: relative; z-index: 1; }
.superpage_item.xcx-hide{ display: none; }
.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 .InfoTitle{ font-size: 36px; padding: 0 0 10px; color: #292921; font-weight: normal; text-align: center; }
.superpage_item .InfoSContent{ font-size: 22px; font-weight: normal; color: #797971; margin-bottom: 40px; text-align: center; }
.superpage_item .InfoContent{ font-size: 18px; line-height: 40px; color: #666; text-align: center; }
.superpage_item li{ position: relative; float: left; width: 33.3333%; text-align: center; }
.superpage_item .head{ margin-bottom: 50px; }
.superpage_item .head:empty{ margin-bottom: 0; }
.superpage_item .body:after,.superpage_relationlist:after,.superpage_albumlist:after,.superpage_albumlist2:after{ content: ""; display: block; clear: both; }
.superpage_item .foot a{ display: block; width: 180px; line-height: 50px; margin: 60px auto 0; border-radius: 5px; color: #FFF; background: #257dff; text-align: center; font-size: 16px; }
.superpage_wrap{ position: relative; padding: 80px 0; width: 1200px; margin: 0 auto; overflow: hidden; }

.superpage_item[class*='superpage_s']:not(.superpage_s1) .superpage_wrap{ width: 1100px; }
.superpage_item[class*='superpage_s']:not(.superpage_s1) .superpage_info{ display: flex; align-items: center; justify-content: space-between; }
.superpage_item[class*='superpage_s']:not(.superpage_s1) .InfoContent{ text-align: left; font-size: 18px; line-height: 1.8em; }
.superpage_item[class*='superpage_s']:not(.superpage_s1) .InfoContent div{ color: #595961; font-size: 18px; }
.superpage_item[class*='superpage_s']:not(.superpage_s1) .InfoContent p{ color: #595961; font-size: 16px; }
.superpage_item[class*='superpage_s']:not(.superpage_s1) .InfoContent h1{ font-size: 30px; color: #595961; margin-bottom: 12px; }
.superpage_item[class*='superpage_s']:not(.superpage_s1) .InfoContent h2{ font-weight: normal; margin-bottom: 12px; }
.superpage_item[class*='superpage_s']:not(.superpage_s1) .InfoContent h3{ font-size: 40px; font-weight: normal; line-height: 1.4em; }
.superpage_item[class*='superpage_s']:not(.superpage_s1) .InfoContent h3:last-of-type{ margin-bottom: 30px; }
.superpage_item[class*='superpage_s']:not(.superpage_s1) .InfoContent blockquote{ width: 300px; text-align: center; background: #dfe1e6; border-radius: 10px; padding: 23px 10px; color: #595961; letter-spacing: 2px; line-height: 30px; margin: 40px 0 0; }
.superpage_item[class*='superpage_s']:not(.superpage_s1) .InfoContent blockquote p{ line-height: 30px; }
.superpage_item[class*='superpage_s']:not(.superpage_s1) .InfoContent a{ display: inline-block; width: 100px; color: #FFF; line-height: 35px; margin-top: 40px; background: #5874d8; border-radius: 4px; text-align: center; font-size: 14px; }
/*----公共----*/
/*文上图下*/
.superpage_s1 .superpage_wrap{ width: 100%; }
.superpage_s1 .superpage_info{ text-align: center; justify-content: center !important; }
/*文右图左*/
.superpage_s3 .superpage_info .InfoContent{ order: 1; }
/*轮播*/
.superpageslide_wrap{ padding: 80px 0; }
.superpageslide_wrap .InfoTitle{ text-align: center; }
.superpageslidelist li{ width: 100%; }
.superpageslidelist .AlbumDescription_Img{ display: none; } /*这个是用于特殊情况，例如建站->手机微信网站建设->手机网站精品模板板块的弹出二维码*/
.superpageslidelist_main{ position: relative; width: 1100px; margin: 0 auto; padding: 0 50px; }
.superpageslidelist_main .prev,.superpageslidelist_main .next{ position: absolute; top: 0; bottom: 0; margin: auto; width: 40px; height: 80px; cursor: pointer; z-index: 1; }
.superpageslidelist_main .prev{ left: 0; background: url(../images/slide_left.png) no-repeat center; }
.superpageslidelist_main .prev:active{ opacity: .8; }
.superpageslidelist_main .next{ right: 0; background: url(../images/slide_right.png) no-repeat center;  }
.superpageslidelist_main .next:active{ opacity: .8;  }
.superpageslide_info{ padding: 0 5px; }
.superpageslide_info img{ width: 100%; }
.superpageslide_hd{ text-align: center; margin-top: 20px; }
.superpageslide_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; }
.superpageslide_hd li.on{ color: #008ed6; background: #008ed6; }
/*相册*/
.superpage_album_info{ margin-bottom: 15px; }
.superpage_albumlist .AlbumTitle{ margin-top: 10px; }
.superpage_albumlist .AlbumDescription{ margin: 6px 20px 0; color: #555; line-height: 1.6em; }
/*常用*/
/*图片居中 相册两边排*/
.super_style1 .AlbumDescription{ margin: 10px 0 0; }
.super_style1 .bg{ top: 170px; bottom: 20px; background-size: auto; }
.super_style1 li{ margin: 40px 0 30px; }
.super_style1 li.m1{ float: right; }

/*自定义*/
.superpage_custom .superpage_relation_info{ margin: 0 15px; }
.superpage_custom .InfoWrap{ padding: 15px 0; }
.superpage_custom .Title{ font-size: 16px; }

.style_1207.superpage_item li{ text-align: left; box-sizing: border-box; padding: 10px; }
.style_1207 .AlbumPicture{ height: 100px; float: left; margin-right: 10px; }
.style_1207 .AlbumTitle{ font-weight: bold; }
.style_1207 .superpage_album_info{ margin-bottom: 15px; background: #FFF; border-radius: 6px; padding: 10px; overflow: hidden; box-shadow: 0 0 10px 0 rgba(0,0,0,.1); }
.style_1207 img{    margin: 10px; margin-top: 20px; width: 50px; }

.style19_5 .superpage_wrap{ width: 1200px; margin: 0 auto; }
.style19_5 .superpage_albumlist .AlbumTitle{ margin-top: 0; font-weight: bold; }
.style19_5 .superpage_album_info{margin-bottom: 15px; background: #f0f0f0; text-align: left; margin: 10px; padding: 20px; border-radius: 10px; }
.style19_5 .superpage_album_info:hover{ box-shadow: 0 0 10px 0 rgba(0,0,0,.1) inset; }
.style19_5 .superpage_albumlist .AlbumDescription{ margin: 10px 0 0 0; line-height: 1.7em; height: 5.1em; overflow: hidden; }
.style19_5 .InfoContent{ text-align: left; line-height: 1em; }
.style19_5 .superpage_info p:before{ content: ""; display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: #333; line-height: 1.8em; margin: 0 15px; vertical-align: middle; }

/*style382_4*/
.style382_4 img{ width: 100px; }
.style382_4 .AlbumTitle{ font-size: 20px; padding: 10px 0; }
.style382_4 .superpage_album_info{ background: #FFF; margin: 0 30px; padding: 50px 0; border-radius: 16px; box-shadow: 0 0 10px 0 rgba(50,50,50,.1); }
.style382_4 .AlbumDescription{ line-height: 2.0em; color: #888; height: 4em; }

.info_336_style .bg{ background-size: auto; }
.info_336_style .superpage_album_info{ width: 300px; padding: 50px 0; font-size: 16px; line-height: 1.6em; color: #666; }
.info_336_style li{ overflow: hidden; }
.info_336_style li.m1 .superpage_album_info{ float: right; }

.style19_6 .superpage_album_info img{ width: 80px; filter: grayscale(1); opacity: .5; transition-duration: .3s; }
.style19_6 .superpage_album_info .AlbumPicture{ overflow: hidden; }
.style19_6 .superpage_album_info .AlbumTitle{ font-size: 24px; }
.style19_6 .superpage_album_info:hover img{ filter: grayscale(0); opacity: 1; }

/*style381_lasts手机微信网站建设最后一个板块*/
.style381_last .superpageslide_wrap{ padding-bottom: 160px; position: relative; }
.style381_last .superpageslide_info{ position: relative; padding: 10px; padding-top: 30px; background: #eee; margin: 0 10px; border-radius: 16px; }
.style381_last .superpageslide_info img{ border-radius: 10px; }
.style381_last .superpageslide_info:before { content: ""; position: absolute; top: 13px; left: 0; right: 0; margin: auto; width: 40px; height: 5px; border-radius: 5px; background: #bbb; }
.style381_last .InfoContent{ position: absolute; bottom: 60px; width: 100%; left: 0; }
.style381_last .InfoContent a{ display: block; width: 180px; height: 50px; line-height: 50px; border-radius: 6px; margin: 0 auto; border: 1px solid #008edc; color: #008edc; }
.style381_last .InfoContent a:hover{ background: #008edc; color: #FFF; }
.style381_last li{ position: relative; }
.style381_last .AlbumDescription{ display: none; }
.style381_last .AlbumDescription_Img{ display: block; width: 150px; height: 150px; padding: 10px; background: #FFF; border-radius: 6px; box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
	position: absolute; top: 0; bottom: -200%; right: 0; left: 0; margin: auto; transition-duration: .3s; }
.style381_last li:hover .AlbumDescription_Img{ bottom: 0; }

.albumlist1 .AlbumTitle{ display: none;  }
/*----自定义 结束----*/

/*底部联系（引导）按钮*/
/*行业解决方案（子集共用）*/
.hangye_contact_wrap{ padding: 60px 0; text-align: center; }
.hangye_contact_wrap .title{ font-size: 30px; padding-bottom: 30px; }
.hangye_contact_wrap a{ display: inline-block; padding: 12px 50px; background: #257dff; font-size: 18px; border-radius: 3px; color: #FFF; }
/*直播卖货解决方案*/
.yx_contact_wrap{ padding: 60px 0; text-align: center; background: #257dff; }
.yx_contact_wrap .title{ font-size: 30px; padding-bottom: 30px; color: #FFF; }
.yx_contact_wrap a{ display: inline-block; padding: 12px 50px; background: #FFF; font-size: 18px; border-radius: 3px; color: #257dff; }
/*新零售解决方案*/
.xls_contact_wrap{ padding: 60px 0; text-align: center; background: #0594ff; }
.xls_contact_wrap .title{ display: inline-block; font-size: 30px; color: #FFF; margin-right: 50px; vertical-align: middle; }
.xls_contact_wrap .title span{ color: #ffc966; }
.xls_contact_wrap a{ display: inline-block; padding: 12px 50px; border: 1px solid #FFF; font-size: 18px; border-radius: 3px; color: #FFF; vertical-align: middle; }
/*小票连连看*/
/*xpllk0_style*/
.xpllk0_style .InfoSContent{ font-size: 18px; }
/*xpllk1_style*/
.xpllk1_style .AlbumTitle{ padding: 20px 0 10px; font-size: 18px; font-weight: bold; color: #444; }
.xpllk1_style .AlbumDescription{ padding: 0 50px; color: #888; }
/*===精美单页 结束===*/

/*===招商加盟 开始===*/
/*招商加盟介绍列表*/
.joinlist{  }
.joinlist li.s1,.joinlist li.s2,.joinlist li.s3,.joinlist li.s4{ min-width: 1200px; margin: 0 auto; background-size: cover; background-position: center; background-repeat: no-repeat; }
.joinlist li .joinlist_wrap{ padding: 80px 0; width: 1200px; 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{ width: 900px; margin: 20px auto; font-size: 18px; color: #222; font-weight: normal; }
.joinlist li .joinlist_wrap .InfoWrap .InfoTitle{ font-size: 36px; margin-top: 10px; font-weight: normal; text-align: left; color: #222; }
.joinlist li .joinlist_wrap .InfoWrap .InfoContent{ width: 900px; font-size: 16px; margin: 40px auto 0; line-height: 1.8em; }
/*文上图下*/
.joinlist li.s1{ background-position: right bottom; background-size: initial; width: 1200px; }
.joinlist li.s1.notContent{ background-position: center bottom; width: 100%; background-color: #4fa5f2; }
.joinlist li.s1.notContent .joinlist_wrap.s1 .InfoWrap{ margin-bottom: 300px; }
.joinlist li .joinlist_wrap.s1 .InfoWrap{ text-align: center; }
.joinlist li .joinlist_wrap.s1 .InfoWrap .InfoTitle{ text-align: center; }
.joinlist li .joinlist_wrap.s1 .InfoWrap .InfoContent{ margin: 200px auto 80px; width: 500px; float: left; text-align: left; }

/*文左图右*/
.joinlist li.s2.hasAlbum{ width: 1200px; background-position: right center; background-size: initial; }
.joinlist li .joinlist_wrap.s2{ background-position: center right; }
.joinlist li .joinlist_wrap.s2 .InfoWrap{ float: left; width: 500px; }
.joinlist li .joinlist_wrap.s2 .InfoWrap .InfoSContent{ width: auto; }
.joinlist li .joinlist_wrap.s2 .InfoWrap .InfoContent{ width: auto; }
.joinlist li .joinlist_wrap.s2 .InfoWrap ul.albumlist{ position: relative; margin-top: 40px; }
.joinlist li .joinlist_wrap.s2 .InfoWrap ul.albumlist:after{ content: ""; height: 0; display: block; clear: both; }
.joinlist li .joinlist_wrap.s2 .InfoWrap li{ width: 25%; padding: 5px 0; float: left; }
.joinlist li .joinlist_wrap.s2 .InfoWrap li .AlbumWrap{ display: inline-block; text-align: center; }
.joinlist li .joinlist_wrap.s2 .InfoWrap li .AlbumPicture{ width: 80px; 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: 15px; color: #444; margin: 10px auto 0; }
.joinlist li .joinlist_wrap.s2 .InfoWrap li .AlbumDescription{ height: 51px; overflow: hidden; font-size: 13px; color: #666; margin: 10px auto 15px; }
/*文右图左*/
.joinlist li.s3.hasAlbum{ width: 1200px; background-position: left center; background-size: initial; }
.joinlist li .joinlist_wrap.s3{ background-position: center left; }
.joinlist li .joinlist_wrap.s3 .InfoWrap{ float: right; width: 500px; }
.joinlist li .joinlist_wrap.s3 .InfoWrap .InfoSContent{ width: auto; }
.joinlist li .joinlist_wrap.s3 .InfoWrap .InfoContent{ width: auto; }
.joinlist li .joinlist_wrap.s3 .InfoWrap ul.albumlist{ margin-top: 40px; }
.joinlist li .joinlist_wrap.s3 .InfoWrap ul.albumlist:after{ content: ""; height: 0; display: block; clear: both; }
.joinlist li .joinlist_wrap.s3 .InfoWrap li{ width: 25%; padding: 5px 0; float: left; }
.joinlist li .joinlist_wrap.s3 .InfoWrap li .AlbumWrap{ display: inline-block; text-align: center; }
.joinlist li .joinlist_wrap.s3 .InfoWrap li .AlbumPicture{ width: 80px; 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: 15px; color: #444; margin: 10px auto 0; }
.joinlist li .joinlist_wrap.s3 .InfoWrap li .AlbumDescription{ height: 51px; overflow: hidden; font-size: 13px; color: #666; margin: 10px auto 15px; }
/*相册列表*/
.joinlist li .joinlist_wrap.s4{  }
.joinlist li .joinlist_wrap.s4 .InfoWrap .InfoTitle{ text-align: center; }
.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{ margin-top: 80px; }
.joinlist li .joinlist_wrap.s4 .InfoWrap ul.albumlist:after{ content: ""; height: 0; display: block; clear: both; }
.joinlist li .joinlist_wrap.s4 .InfoWrap li{ width: 25%; padding: 5px 0; float: left; text-align: center; }
.joinlist li .joinlist_wrap.s4 .InfoWrap li .AlbumPicture{ width: 36%; margin: 0 auto; }
.joinlist li .joinlist_wrap.s4 .InfoWrap li .AlbumPicture img{ display: block; width: 100%; }
.joinlist li .joinlist_wrap.s4 .InfoWrap li .AlbumTitle{ width: 240px; font-size: 18px; color: #444; margin: 25px auto 0; font-weight: bold; }
.joinlist li .joinlist_wrap.s4 .InfoWrap li .AlbumDescription{ width: 240px; line-height: 1.6em; overflow: hidden; font-size: 13px; color: #666; margin: 10px auto 15px; }

.joinlist>li:nth-child(2n){ background-color: #f4f5f9; }

.joinform_main{ position: relative; background: url(../images/downloadBg.png); padding: 80px; }
.joinform{ width: 600px; margin: 0 auto; }
.joinform .title{ font-size: 36px; color: #FFF; text-align: center; padding-bottom: 10px; }
.joinform .inputWrap{ overflow: hidden; }
.joinform input{ display: block; float: left; width: 40%; margin: 20px 3%; padding: 10px; border: 1px solid #eee; box-shadow: 0 0 2px 0 rgba(0,0,0,0.1); border-radius: 2px; }
.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; left: 0; bottom: 60px; right: 0; text-align: center; color: red; font-style: normal; display: none; }


/* 加盟合作 零时的 开始*/
.jmlist{}
.jmlist li{padding:5px 10px;margin-bottom:1em;clear:both;}
.jmlist h2{font-weight:normal;font-size:32px;padding:5px 0px;text-align:left;}
.jmlist h2 em{font-size:50px;font-weight:normal;}
.jmlist p{line-height:2em; font-size:16px;padding-left:2em;}
.jmlist .li0{}
.jmlist .li0 h2{text-align:center;color:#cc3333;}
.jmlist .li0 .part1{font-size:18px; text-align:left;line-height:2em;}
.jmlist .li0 .part2{float:left;width:460px; padding-top:45px;}
.jmlist .li0 .part2 img{ width:100%;}
.jmlist .li0 .part3{float:right;height:333px;width:471px;background:url(/Upload/public/tv.png) center center no-repeat;}
.jmlist .li0 #video{ width:300px; height: 210px; padding:45px 0 0 60px;}

.jmlist .li1{}
.jmlist .li1 h2{color:#f6aa00;}
.jmlist .li2{}
.jmlist .li2 h2{color:#CB061D;}
.jmlist .li3{background:#fff;color:#000;}
.jmlist .li3 h2{color:#0054a6;}
.jmlist .li3 p{padding-left:2em;text-align:center;}
.jmlist .li4{}
.jmlist .li4 h2{color:#009900;}
.jmlist .li4 p{text-align:center;padding-left:0;}
.jmlist .li5{}
.jmlist .li5 h2{color:#333;}
.jmlist .li6 h2{text-align:center;}

/*===招商加盟 结束===*/

/*===帮助频道  开始===*/
.help{}
.help_title{ background: #008ed6; }
.help_title_wrap{ width: 1170px; margin: 0 auto; height: 130px; padding: 0 15px; }
.help_title h2{ float: left; width: 15%; text-align: center; line-height: 130px; font-size: 24px; color: #FFF; }
.help_title .help_seach{ float: left; width: 85%; }
.help_title .help_seach .seachInput{ margin: 30px 0 0 50px; background: #FFF; box-shadow: 0 0 2px 0 rgba(0,0,0,.1) }
.help_title .help_seach .seachInput:after{ content: ""; display: block; clear: both; height: 0; }
.help_title .help_seach .seachInput .inputwrap{ position: relative; width: 82%; float: left; position: relative; }
.help_title .help_seach .seachInput .inputwrap #resetInputBtn{ position: absolute; display: none; width: 30px; height: 30px; background: red; top: 0; bottom: 0; right: 10px;
	margin: auto; background: url(../images/resetInputBtn.png) center no-repeat; background-size: 100%; }
.help_title .help_seach .seachInput input{ width: 100%; padding: 0; border: 0; margin: 0; line-height: 50px; text-indent: 20px; outline: none; }
.help_title .help_seach .seachInput #helpSerchBtn{ width: 18%; height: 50px; border-radius: 0; text-indent: 0; float: right; line-height: 50px; text-align: center; background: #f4cc0a; color: #FFF; font-size: 18px; }
.help_title .help_seach .hotInput{ margin: 8px 0 0 50px; font-size: 15px; color: #FFF; }
.help_title .help_seach .hotInput a{ padding: 0 10px; color: #FFF; }

.help_body{ overflow: hidden; width: 1200px; margin: 0 auto; }
.help_body .left_catalog{ width: 205px; float: left; padding: 15px 0 50px; background: #f4f5f9; box-shadow: 2px 0 4px 0 rgba(0,0,0,.1); }
.cataloglist a{ display: block; padding: 10px 15px; border-bottom: 1px solid #FFF; transition-duration: .5s; }
.cataloglist a.current{ color: #008ed6 !important; }
.cataloglist a.HasChild{ position: relative; }
.cataloglist a.HasChild:after{ content: ""; display: block; width: 15px; height: 15px; position: absolute; right: 10px; top: 0; bottom: 0; margin: auto;
	background: url(../images/arrows.png) center no-repeat; background-size: 20px; }
.cataloglist a.HasChild.isSlide:after{ transform: rotate(90deg); }
.cataloglist .depth1 a{ color: #999; }
.cataloglist .depth1>a{ font-size: 16px; color: #222; }
.cataloglist .depth2{ display: none; padding: 10px 0; background: #eee; }
.cataloglist .depth2 a{ text-indent: 20px; color: #444; }
.cataloglist .depth3 a{ text-indent: 40px; color: #444; }
.cataloglist .depth2 a:hover{ color: #008ed6; }
.cataloglist .depth3 a:hover{ color: #008ed6; }
.help_body .right_documents{ width: 945px; padding: 15px; float: right; }
.help_body .right_documents .marker{ display: none; }
.help_body .right_documents.app_container .app{ display: inline; }
.help_body .right_documents.pc_container .pc{ display: inline; }
.help_body .switch_tab{ text-align: center; overflow: hidden; border-bottom: 1px solid #ddd; margin-bottom: 10px; border-bottom: 2px solid #008ed6; }
.help_body .switch_tab span{ float: left; width: 50%; line-height: 35px; text-align: center; cursor: pointer; }
.help_body .switch_tab span.on{ background: #008ed6; color: #FFF; font-weight: bold; border-radius: 5px 5px 0 0; }

.left_catalog::-webkit-scrollbar{ width: 6px; background: #FFF; }
.left_catalog::-webkit-scrollbar-thumb{ background: #FFF; border-radius: 6px; }
.left_catalog:hover::-webkit-scrollbar-thumb{ background: #ddd; border-radius: 6px; }

#HelpContent{font-size:16px; line-height:1.8em; color:#444;}
#HelpContent p{text-indent:2em;}
#HelpContent h1{text-align:center; font-size:24px;padding: 8px 0;color:#000;letter-spacing: 8px;}
#HelpContent img{max-width:100%; display:block; margin:5px auto;}
#HelpContent li.title{ color: #999; margin-bottom: 10px; border-bottom: 0; }
#HelpContent li{ padding: 10px 0; border-bottom: 1px solid #eee; }
#HelpContent li a:hover{ color: #008ed6; }
/*常见问题*/
.issue_relationlist,.video_relationlist{ margin-top: 40px; overflow: hidden; }
.issue_relationlist a,.video_relationlist a{ color: #222; font-size: 17px; }
.issue_relationlist h2,.video_relationlist h2{ padding-bottom: 15px; border-bottom: 2px solid #008ed6; font-size: 26px; }
.issue_relationlist .doc{ font-weight: bold; font-size: 18px; padding-right: 5px; }
.issue_relationlist .hit{ float: right; color: #888; font-size: 15px; }
/*相关视频*/
.video_relationlist li{ float: left; width: 33.33333%; border: 0 !important; }
.video_relationlist li a:after{ content: ""; position: absolute; top: 0; bottom: 70px; right: 0; left: 0; z-index: 1; background: url(../images/play.png) center no-repeat; }
.video_relationlist li a{ position: relative; display: block; margin: 5px 10px; box-shadow: 0 5px 25px 0 rgba(0,0,0,.08); background: #FFF; border-radius: 5px; overflow: hidden; }
.video_relationlist li .InfoPicture{ height: 180px; overflow: hidden; }
.video_relationlist li img{ margin: 0 !important; }
.video_relationlist li .InfoTitle{ text-align: left; padding: 10px 10px 0; }
.video_relationlist li .InfoHit{ overflow: hidden; padding: 0 10px 10px; }
.video_relationlist li .InfoHit span{ float: left; font-size: 14px; font-weight: bold; color: #008ed6; }
.video_relationlist li .InfoHit i{ font-style: normal; float: right; font-size: 14px; padding-left: 20px; color: #888; background: url(../images/hit.png) left center no-repeat; }

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

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

.download_body .download_btns{ width: 780px; margin: 0 auto; }
.download_body .download_btns:after{ content: ""; display: block; height: 0; clear: both; }
.download_body .download_btns .download_btns_item{ float: left; width: 50%; text-align: center; }
.download_body .download_btns a{ display: inline-block; width: 270px; height: 66px; line-height: 66px; text-indent:60px; border-radius: 70px; color: #FFF; font-size: 26px; }

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

/*===招聘频道  开始===*/
.job{ }
.joblist { }
.joblist li {overflow: hidden;}
table.job_table { margin:8px 0px; padding:0px; text-align:center; width:100%; border-collapse:collapse;}
table.job_table td{ padding:8px 5px; border:1px solid #DADBD6;}
table.job_table .Requirement{ text-align:left; padding:8px 5px; line-height:1.5em;}
table.job_table th{color:#333; font-weight:bold; text-align:center; border:1px solid #DADBD6;}
table.job_table .t1 { font-weight:bold;padding:5px 0;width:20%;}
table.job_table .t2 { text-align:left;width:25%;}
table.job_table .t3 {font-weight:bold;width:25%;}
table.job_table .t4 {text-align:left;width:25%;}
table.job_table .operation{text-align:center; margin:0 auto;}
/*应聘*/
table.resume_table { margin:3px; text-align:center; width:97%; border-collapse:collapse;}
table.resume_table th{ font-weight:bold; text-align:left; width:100px;}
table.resume_table td{text-align:left; }
table.resume_table .operation{text-align:center; }
table.resume_table #Detail{ height:200px;}
/*===招聘频道  结束===*/

/*===留言频道  开始===*/
.guestbook{ }
.guestbooklist{}
.guestbooklist li{ padding:10px; border:1px solid #CCC; margin-bottom:10px; }
.MessageTitle { color:#227BAD; line-height:1.5em; font-weight:bold;}
.MessageContent { padding:5px; margin-bottom:10px; }
table.guestbook_table{ width:98%;  }
table.guestbook_table th{ width:100px; text-align:left}
table.guestbook_table td{ text-align:left}
table.guestbook_table .operation{ text-align:center }

/*===关于我们  开始===*/
.aboultContentWrap{ width: 960px; float: right; margin-bottom: 50px; }

/*管理员回复*/
.answer_wrap{ padding:5px; border-top:1px dashed #CCC; line-height:1.5em}
.answer_title{}
.answer_body {}
.Administrator { text-align:right; }
.Reply { text-align:right; }
.AnswerTime{ color:#999 }

/*留言表单*/
.message_title{ height:40px; padding-left:35px; line-height:40px; font-size:16px; color:#333; font-weight:bold;}
.message_body{ padding-left: 10px; padding-right: 10px; color:#626262; }
.message_bottom{}
/*===留言频道  结束===*/

/*===反馈频道 开始===*/
.feedback{ }
table.feedback_table{ width:99%; text-align:center; margin:0 auto;}
table.feedback_table th{ width:100px; text-align:left; font-weight:bold;}
table.feedback_table td{  text-align:left;}
table.feedback_table .operation{text-align:center}
/*===反馈频道 结束===*/
/*==========@@频道布局  结束@@==========*/


/*==========@@公共板块  开始@@==========*/
/* 顶部 */
#top_main { height:28px;  background:#f0f0f0; border-bottom:0px solid #ddd;}
#top { height:28px; line-height:28px; text-align:right;}
#top_1 { float:left;  text-align:left;}
#top_2 { float:right; text-align:right; }
#top .MobileEdition{ font-weight: bold; color:red;}
#top a { color:#666;  }
#top a:hover { color:#000; text-decoration:none}

#topad{ text-align: center; }
#topad img{ max-width: 100%; }

/*------导航 开始 ------*/
.nav_logo_main { background: transparent; position: fixed; left: 0; top: 0; width: 100%; z-index: 999; transition-duration: .2s; }
.nav_logo_main.hastopad{ top: 60px; }
.nav_logo_main.nottop{ background: #FFF; border-bottom: 0; top: 0; box-shadow: 0 3px 4px 0 rgba(0,0,0,.1); }
.nav_logo_main.nottop .navigationlist_depth1_item .depth1name,.nav_logo_main.notindex .navigationlist_depth1_item .depth1name{ color: #444; }
.nav_logo_main.nottop .navigationlist_depth1_item .depth1name.current:before,.nav_logo_main.notindex .navigationlist_depth1_item .depth1name.current:before{ background: #008ed6; }
/*
.channel175{color:red !important;}
.channel175:before{background:red !important;}
*/
.nav_logo_main.nottop .navigationlist_depth1_item .depth1name.down:after,
.nav_logo_main.notindex .navigationlist_depth1_item .depth1name.down:after{ content: ''; padding: 7px; background: url('../images/down.png') 2px center no-repeat; background-size: 16px; }
.nav_logo_main.notindex{ background: url(../images/lucencybg.png); border-bottom:  1px solid #eee; }
.nav_logo_main.notindex .navigationlist_depth1_item .depth1name.current{ color: #008ed6; }
.nav_logo_main.notindex .navigationlist_depth1_item .depth1name.current.down:after{ background: url('../images/down_active.png') 2px center no-repeat; background-size: 16px; }
.nav_logo_main.nottop .logo_main .subordinate a,.nav_logo_main.notindex .logo_main .subordinate a{ color: #666; border-color: #666; }

.nav_logo{ width: 1200px; margin: 0 auto; }
.nav_logo:after{ content: ""; display: block; clear: both; }
/*Logo*/
.logo_main{ position: relative; float:left; padding: 5px 0; }
.logo_main .WebLogo,.logo_main .subordinate{ display: inline-block; vertical-align: middle; }
.logo_main .subordinate{ position: relative; }
.logo_main .subordinate>a{ color: #FFF; font-size: 12px; border: 1px solid #FFF; padding: 4px 10px; border-radius: 50px; }
.logo_main .subordinatelist{ position: relative; opacity: 0; transform: scaleY(0); transform-origin: center 0; transition-duration: .3s; box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
	position: absolute; top: 27px; right: -25px; left: -25px; border-radius: 6px; color: #333; padding: 5px; line-height: 2.5em; text-align: center;
	background-color: #FFF;
}
.logo_main .subordinatelist:after{ content: ""; position: absolute; width: 16px; height: 16px; top: -10px; left: 0; right: 0; margin: auto; background: url(../images/icon_point.png) center no-repeat;  }
.logo_main .subordinatelist a{ color: #333; font-size: 14px; display: block; padding: 0 8px; border-radius: 6px; }
.logo_main .subordinate:hover .subordinatelist{ opacity: 1; transform: scaleY(1); }
.logo_main .subordinatelist a:hover{ background: #eee; }
.logo_main img{ display:block; }
/*导航*/
.navigation_main {  float:right;  }
.navigation_main::after{ content: ""; display: block; height: 0; clear: both; }
/* 一级 */
.navigationlist_depth1_item { position: relative; float:left; text-align:center; }
.navigationlist_depth1_item .depth1name{ position: relative; display:block; padding:0 15px; font-size:16px; font-weight:normal; color:#fff; border:0px dashed red; height: 70px; line-height: 70px; }
.navigationlist_depth1_item:hover .depth1name{ opacity: .6; }
.navigationlist_depth1_item:hover .depth1name:after{ transform: rotateX(180deg); display: inline-block; }
.navigationlist_depth1_item .depth1name.down{ padding: 0 15px; text-indent: 1px; }
.navigationlist_depth1_item .depth1name.down:after{ content: ''; padding: 7px; background: url('../images/down_d.png') 2px center no-repeat; background-size: 16px; }
.navigationlist_depth1_item .depth1name.current:before { content: ""; position: absolute; left: 0; right: 0; bottom: 18px; margin: auto; width: 45px; height: 2px; border-radius: 3px; background-color: #fff; }
.navigationlist_depth1_item:hover .navigationlist_depth2_wrap{ transform: scaleY(1); opacity: 1; }
.navigationlist_depth1_item:hover .navigationlist_depth3_wrap{ transform: scaleY(1) translateX(-50%); opacity: 1; }
.navigationlist_depth2_wrap:after,.navigationlist_depth3_wrap:after{ content: ""; position: absolute; width: 16px; height: 16px; top: -10px; left: 0; right: 0; margin: auto; background: url(../images/icon_point.png) center no-repeat;  }
/* 二级 */
.navigationlist_depth2_wrap{ position: absolute; left: -41px; background: #FFF; box-shadow: 0 0 10px 0 rgba(0,0,0,.1); border-radius: 6px; z-index:100; transform: scaleY(0); opacity: 0; transform-origin: center 0; transition-duration: .3s; }
.navigationlist_depth2{ padding: 10px; overflow: hidden; }
.navigationlist_depth2_item a { display:block; width: 116px; padding: 12px 16px; margin: 0 auto; text-align: center; }
.navigationlist_depth2_item a:hover{ background-color: #f1f2f6; border-radius: 6px; }
.navigationlist_depth2_item a:hover .ChannelName{color: #008ed6; }
.navigationlist_depth2_item a .ChannelName{ color: #444; }
.navigationlist_depth2_item a .ChannelSContent{ color: #969799; font-size:12px; }
/* 三级 */
.navigationlist_depth3_wrap{ position: absolute; left: 0; margin-left: 35px; background: #FFF; box-shadow: 0 0 10px 0 rgba(0,0,0,.1); border-radius: 6px; z-index:100; transform: scaleY(0) translateX(-50%); opacity: 0; transform-origin: 0 0; transition-duration: .3s; }
.navigationlist_depth3{ padding: 10px; overflow: hidden; white-space: nowrap; }
.navigationlist_depth3_item{ display: inline-block; width: 140px; vertical-align: top; text-align: center; }
.navigationlist_depth3_item .Depth2Title{ color: #999; display: block; padding: 10px; margin: 0 20px; font-size: 13px; border-bottom: 1px solid #eee; }
.navigationlist_depth3_item a{ display: block; overflow: hidden; padding: 10px; border-radius: 5px; transition-duration: .2s; margin:3px 0;}
.navigationlist_depth3_item a:hover{ color: #008ed6; background:#f1f2f6;}

/*登录注册*/
.login-wrap{ float: right; height: 70px; width: 160px; margin-left: 10px;  }
.login-wrap .logininfo a{ width: 80px; line-height: 70px; text-align: center; color: #FFF; border: 1px solid #FFF; border-radius: 50px;  padding:0 5px; }
.login-wrap .logininfo a:hover{ opacity: .8; }
.login-wrap a.login{ margin-right: 10px;}
.login-wrap a.reg, .login-wrap a.login{padding: 5px 15px; }
.login-wrap .name, .login-wrap .quit{border: 0px solid #FFF; width:auto;}
/*内页*/
.notindex .login-wrap .logininfo a, .nottop .login-wrap .logininfo a{border-color: #008edc; color: #008edc;}
.notindex .login-wrap .logininfo a.reg, .nottop .login-wrap .logininfo a.reg{border: 1px solid #008edc;  background: #008edc;color: #FFF;}
/*登录后状态*/
.login-wrap .userinfo{ display:block; margin-top: 15px;}
.login-wrap .userinfo:hover{ opacity:.8;}
.login-wrap img{ height: 38px; float:left; margin-right:5px; border-radius:50%;}
.login-wrap .name, .login-wrap .mobile{ color: #fff; font-size:14px; display:block; white-space: nowrap;}
.notindex .login-wrap .name, .notindex .login-wrap .mobile{color:#333;}
/*非顶部*/
.nottop .logininfo a{ color: #333;}
.nottop .login-wrap .name, .nottop .login-wrap .mobile{ color:#333;}


.download-wrap{ float: right; height: 70px; margin-left: 10px; display: flex; align-items: center; justify-content: space-between; }
.download-wrap a{ display: inline-block; margin-left: 20px; padding: 0 12px; line-height: 35px; text-align: center; color: #FFF; border: 1px solid #FFF; border-radius: 3px; }
.download-wrap a:hover{ opacity: .8; }
.nav_logo_main.nottop .download-wrap a{ border-color: #008ed6; color: #008ed6; }
.nav_logo_main.notindex .download-wrap a{ border-color: #008ed6; color: #008ed6; }
.nav_logo_main.nottop .download-wrap a.reg{ border: 1px solid #008ed6; background: #008ed6; color: #FFF; }
.nav_logo_main.notindex .download-wrap a.reg{ border: 1px solid #008ed6; background: #008ed6; color: #FFF; }
/*------导航 结束 ------*/

/*公告*/
#announcement { margin-top:5px;  height:35px; line-height:35px;background-color:#f0f0f0; color:#0B3B7D;}
#announcement .announcement_title{ float:left;font-weight:bold; text-indent:35px; background:url(../images/announcement_title.gif) no-repeat 8px center; width:150px;}
#announcement .announcement_body{float:left; width:750px;}
#announcement .announcement_bottom{float:right; width:100px; }
.announcementlist{ }
.announcementlist li { line-height:35px; }

/*Js幻灯片样式*/
#banner_main {position:relative; border:0px solid blue; }
#banner { border:0px solid red; margin:0 auto; overflow:hidden; width:100%}
.BannerChannelPicture img{ display: block; width: 100%; }
.bannerlist{ background:#0076d0;}
.bannerlist li{ position: relative; text-align:center; border:0px dashed red; overflow:hidden; display:block;}
.bannerlist li .Wrap{ position: absolute; display: flex; align-items: center; width: 1200px; top: 0; bottom: 0; right: 0; left: 0; margin: auto; }
.bannerlist li .Wrap .infowrap{ margin-top: -10px; }
.bannerlist li .Wrap p{ font-size: 34px; color: #FFF; text-align: left; }
.bannerlist li .Wrap .BannerDescription{ font-size: 20px; color: #FFF; text-align: left;}
.bannerlist li .Wrap .BannerDescription a{ display: inline-block; border-radius: 5px; color: #FFF;  line-height: 45px; height: 45px; padding: 0 18px; margin-top: 20px; background:#ffa500; font-size:16px; margin-right:1em;}
.bannerlist li .Wrap .BannerDescription a:hover{ opacity:0.8;}
.bannerlist li .Wrap .BannerInfoBtn{ display: none; color: #FFF; line-height: 50px; width: 90%; margin: 70px auto 0; text-align: center; font-size: 20px; border-radius: 50px; border: 1px solid #fff; }
#banner .qq-wrapper{ padding: 0; height:46px; line-height:46px; font-size:16px; overflow:hidden;}
#banner .qq-wrapper a{ background:none; border-radius: 0; color: #FFF;  line-height: auto; height: auto; padding: 0;}
#banner .qq-wrapper img{ vertical-align: middle;border-radius: 3px; }

/*帮助的搜索框*/
.bannerlist li .Wrap .inputwrap{ width: 590px; margin: 20px auto 0; background: #FFF; border-radius: 50px; height: 40px; text-align: left; }
.bannerlist li .Wrap .inputwrap input{ height: 100%; width: 500px; margin: 0 20px; padding: 0; outline: none; border: 0; }
.bannerlist li .Wrap .inputwrap .form{ height: 100%; position: relative; }
#help_banner_search_btn{ position: absolute; right: 0; top: 0; bottom: 0; width: 60px; 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; }

.bannerlist li .Wrap .infowrap_notindex{ display: block; left: 0; right: auto; }
.bannerlist li .Wrap .infowrap_notindex .BannerDescription{ border: 0; font-size: initial; text-align: left; color: #444; font-weight: normal; letter-spacing: 4px; }
.bannerlist .BannerDescription h1{ font-size: 50px; padding-bottom: 5px; font-weight: normal; color: #FFF; }
.bannerlist .BannerDescription h2{ font-size: 28px; padding-top: 25px; padding-bottom: 25px; line-height: 1em; font-weight: normal; }
.bannerlist li .Wrap .infowrap_notindex .BannerDescription p{ font-size: 22px; font-weight: normal; }
.bannerlist li .Wrap.text_center .infowrap_notindex{ text-align: center; width: 100%; }
.bannerlist li .Wrap.text_center .infowrap_notindex .BannerDescription{ text-align: center; }
.full .bannerlist li .Wrap.text_center .infowrap_notindex .BannerDescription{ text-align: left; }

.body_join .bannerlist li .Wrap{ flex-direction: column; }
.bannerlist li .Wrap .infowrap_joinBanner{ display: block; position: static; height: auto; width: 1000px; margin: 0 auto; }
.bannerlist li .Wrap .infowrap_joinBanner .BannerDescription{ border: 0; }
.bannerlist li .Wrap .JoinBtnWrap{ width: 450px; margin: 100px auto 0; }
.bannerlist li .Wrap .JoinBtnWrap a{ display: block; height: 65px; line-height: 90px; font-size: 16px; color: #FFF; width: 180px; border-radius: 10px; box-shadow: 0 0 8px 0 rgba(0,0,0,.2); }
.bannerlist li .Wrap .JoinBtnWrap a.btn1{ float: left; background: url(../images/joinTel.png) center 5px no-repeat; background-color: #008ed6; }
.bannerlist li .Wrap .JoinBtnWrap a.btn2{ float: right; background: url(../images/joinUs.png) center 5px no-repeat; background-color: #f4cc0a; }

.bannerlist li .BannerImage{ margin:0 auto; display:block; }
#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: #008ed6; transition-duration: .5s; border-radius: 2px; }
#banner_main .hd ul li.on:after{ width: 90%; }

/*内页幻灯片文字默认样式*/
.banner_title{ color: #FFF; font-size: 28px; }
.banner_content{ color: #FFF; padding-top: 15px; font-size: 16px; }
.banner_btn{ display: block; margin-top: 15px; color: #FFF; border: 1px solid #FFF; border-radius: 6px; width: 120px; line-height: 40px; text-align: center; }

/*Flash幻灯片样式*/
/*#banner_main {border:0px solid blue; }
#banner {  border:0px solid red; margin:0 auto; overflow:hidden;} */

/*公告*/
.newslist_main{ background: #FFF; overflow: hidden; }
.newslist{ position: relative; overflow: hidden; width: 1200px; margin: 0 auto; padding: 12px 0; }
.newslist .newstitle{ float: left; width: 8%; font-size: 14px; color: #545556; font-weight:bold;line-height: 19px; background: url(../images/notice.png) left center no-repeat; padding-left: 20px; }
.newslist .newsmoer{ float: right; width: 8%; font-size: 14px; color: #545556; }
.newslist li{ position: relative; float: left; margin-right: 50px; }
.newslist li a{ font-size: 14px; margin-right: 8px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.newslist li span{font-size: 12px; color: #888; }
.newslist li a:before{ content: ''; display: inline-block; width: 8px; height: 8px; margin-right: 10px; line-height: 1em; background: #c1c1d6; border-radius: 50%; }
.newslist li a:after{ content: ''; position: absolute; width: 4px; height: 4px; border-radius: 50%; background: #f7f8fb; left: 2px; top: 7px; }
.newslist a:hover{ color: #008ed6; text-decoration: none; }

/*当前位置*/
#location_main { } 
#location { color: #999; }
#location a { line-height: 45px; }

/*子频道列表*/
.subchannel_main{ box-shadow: 0 2px 4px 0 rgba(0,0,0,.1) }
#subchannel{ width: 1200px; margin: 0 auto; }
.subchannellist { text-align:center; display: flex; justify-content: center; }
.subchannellist li { display: inline-block; }
.subchannellist li a { position: relative; display: inline-block; padding: 12px 20px; margin: 0 5px; color:#666; font-size: 16px; border-radius: 3px; }
.subchannellist li a:after{ content: ""; position: absolute; left: 0; right: 0; bottom: 0; margin: auto; width: 0; height: 1px; background: #008ed6; transition-duration: .5s; }
.subchannellist li a:hover:after{ width: 50%; }
.subchannellist #current a:after{ content: ""; position: absolute; left: 0; right: 0; bottom: 0; margin: auto; width: 50%; height: 1px; }

.subchannel_main.ishelp li a { padding: 12px 5px; }

/*搜索 */
table.search_table{ width:99%; text-align:center;}
table.search_table th{ vertical-align:middle; text-align:center; padding:0px 3px;}
table.search_table td{ vertical-align:middle; width:60px; padding:0px 3px;}

/*联系我们*/

.guidance_download_wrap{ padding: 60px 0; background: url(../images/contactbg.jpg) no-repeat; background-size: cover; }
.guidance_download_wrap .title{ font-size: 30px; color: #FFF; text-align: center; padding-bottom: 30px; }
.guidance_download_wrap .btnWrap{ overflow: hidden; width: 400px; margin: 0 auto; }
.guidance_download_wrap .btnWrap a{ display: block; float: left; margin: 0 20px; width: 160px; line-height: 50px; text-align: center; background: #f4cc0a; color: #FFF; font-size: 16px; border-radius: 2px; }
.guidance_download_wrap .btnWrap a.n1{ background: #FFF; color: #008ed6; }

.guidance_download_wrap_n1{ padding: 60px 0; background: url(../images/contactbg.jpg); text-align: center; font-family: "黑体"; }
.guidance_download_wrap_n1 .title{ font-size: 30px; color: #FFF; display: inline-block; vertical-align: middle; }
.guidance_download_wrap_n1 a{ display: inline-block; padding: 10px 50px; margin-left: 50px; font-size: 16px; color: #FFF; border: 1px solid #FFF; vertical-align: middle; }

/*公共百度地图*/
#Map{ overflow:hidden; width:100%; margin-bottom: 30px; }
#Map .MapInfo{ float:left; border: 1px dashed #ccc; padding:8px; margin-right: 10px; }
#Map .MapInfo #MapContainer{ width:922px; height:400px; }
#Map .ContactInfo{ line-height:2.7em;}
#Map .ContactInfo .Company{ font-size:24px; margin-bottom:8px;}
#Map .ContactInfo img{ width: 18px; vertical-align:middle; margin-right:8px;}

/*订购*/
.order{margin:0px auto}
.order .WantOrder h1{ border-bottom:1px dotted #999999; padding: 5px 0px;}
.order .f1{ float:right; color:red;}
table.order_table{ width:98%;  }
table.order_table th{ width:100px; text-align:left;}
table.order_table td{text-align:left}
table.order_table .operation{ text-align:center}

/* 友情链接 */
#link_main {padding: 80px 0; background:#fff;}
.link_title h2 { font-size: 36px; color:#444; font-weight: normal; text-align: center; margin: 20px 0; }
.link_title p{ width: 500px; margin: 0 auto 50px; color: #444; font-size: 16px; text-align: center; }
.link_body { color:#000; border-top:0px; border-bottom:0px; }
.link_bottom{}
/*图片链接列表*/
.link_pic { zoom:1; }
.link_pic ul:after{ content: ""; display: block; height: 0; clear: both; }
.link_pic li { float:left; width: 20%; }
.link_pic li a{ position: relative; display: block; height: 140px; margin: 10px; transition-duration: .2s; }
.link_pic li img { position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; width: 80%; }
.link_pic li a:hover{ box-shadow: 0 0 15px 0 rgba(0,0,0,.2); }
/*文字链接列表*/
.link_text { zoom:1; }
.link_text ul:after{ content: ""; display: block; height: 0; clear: both; }
.link_text li { float:left; width: 20%; }
.link_text li a{ position: relative; display: block; line-height: 60px; text-align: center; margin: 10px; border: 1px solid #f4f5f9; transition-duration: .2s; }
.link_text li img { position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; width: 80%; }
.link_text li a:hover{ box-shadow: 0 0 4px 0 rgba(0,0,0,.2); }

/*底部区域*/
.bottom_nav_main{ background-color: #232323; color:#f0f0f0; }
.bottom_nav{ width: 1200px; margin: 0 auto; padding: 20px 0; position: relative; overflow: hidden; border-bottom: 1px solid #000; }
.bottom_nav:after,.bottom_nav:before{ content: ""; display: block; position: absolute; top: 20px; bottom: 20px; left: 840px; }
.bottom_nav:after{ left: 841px; border-left: 1px solid #000; }
.bottom_nav:before{ border-left: 1px solid #333; }
.bottom_nav_left,.bottom_nav_right{ overflow: hidden; float: left; }

.bottom_nav_left{ width: 75%; }
.bottom_navigationlist{ overflow: hidden; }
.bottom_navigationlist li{ float: left; width: 110px; margin-right:45px; }
.bottom_navigationlist li.c123{ width:290px; margin-right:25px; }
.bottom_navigationlist li.c123 a{ width:145px; }
.bottom_navigationlist span{ display: block; font-size: 16px; padding: 10px 0; }
.bottom_navigationlist a{ float: left; width:130px; color: #eee; color: #969799; line-height: 2.0em; }
.bottom_navigationlist a:hover{ color: #eee; }

.bottom_nav_right{ width: 25%; float: right; }
.bottom_nav_right .row1,.bottom_nav_right .row2{ width: 120px; text-align: center; margin: 0 auto; }
.bottom_nav_right .title{ font-size: 15px; padding-bottom: 15px; }
.bottom_nav_right .WxQrcode img{ display: block; width: 100%; border-radius: 6px; }
.bottom_nav_right .remind{ padding: 8px 0; }

#hot-line{ clear: both; background: url(../images/kefu.png) 40px 0 no-repeat; padding: 10px; }
#hot-line span{ display: block; text-align: center; font-size: 26px; font-family: Impact;text-indent: 50px; }
#hot-line .title{ font-size: 20px; display: none; }
#hot-line .w2 a{ display: block; width: 100px; line-height: 30px; margin: 0 auto; border: 1px solid #999; color: #999; text-align: right; border-radius: 5px; }
#hot-line .w2 a:hover{ border-color: #bbb; color: #bbb; }

/*友情链接*/
.link_main{ background: #232323; color: #969799; font-size: 12px; }
.link{ width: 1200px; margin: 0 auto; padding: 10px 0; border-top: 1px solid #333; border-bottom: 1px solid #000; line-height: 2.0em; overflow: hidden; }
.link a{ color: #969799; }
.linklist{ float: left; }
.linklist1{ float: right; }

/* 版权信息 */
#copyright_main { color:#969799; background-color: #232323; font-size: 12px; }
#copyright { width: 1200px; margin: 0 auto; border-top: 1px solid #333; padding: 8px 0; }
#copyright img{ vertical-align: middle; }
#copyright a {color: #969799; text-decoration: none;}
#copyright a:hover {color:#eee; text-decoration: none;}
#copyright .bottom_info{ text-align:center;padding-top:5px; padding-right:10px; line-height:20px; }
#copyright .TechnicalSupport{ float:right; margin:0; }

/*分页样式*/
.page_main{ clear: both; text-align: center; padding: 20px 0; }
.page { display: inline-block; border-right: 1px solid #ddd; border-radius: 6px; overflow: hidden; }
.page a, .page span {float: left; padding: 0 5px; min-width: 35px; line-height:35px; border: 1px solid #ddd; border-right: 0; color: #888; }
.page a{ color: #333; }
.page a:link, .page a:visited { text-decoration:none; }
.page a:hover { background: #eee; }
.page .current{ color:#FFF; background: #008ed6; border-color: #008ed6; border-left: 1px solid #ddd; }
.page #total{color:red}

/*会员*/
/*会员登录*/
table.login_table{ width:40%; text-align:center; margin:0 auto;}
table.login_table th{ width:100px; text-align:left; font-weight:bold;}
table.login_table td{ text-align:left;}
table.login_table .operation{text-align:center}
table.login_table .quick_login td{text-align:left; padding:10px 0;}
table.login_table .quick_login td img{ margin-right:8px; float:left;}

/*会员注册*/
table.reg_table{ width:40%; text-align:center; margin:0 auto;}
table.reg_table th{ width:140px; text-align:left; font-weight:bold;}
table.reg_table td{  text-align:left; }
table.reg_table .operation{text-align:center}
table.reg_table .MemberCode{  text-align:left; width:70px;}
table.reg_table #SmsCode{width:50px;}

/*忘记密码 第一步*/
table.forget_table1{ width:40%; text-align:center; margin:0 auto;}
table.forget_table1 th{ width:100px; text-align:left; font-weight:bold;}
table.forget_table1 td{ text-align:left; }
table.forget_table1 .operation{text-align:center}
/*忘记密码 第二步*/
table.forget_table2{ width:40%; text-align:center; margin:0 auto;}
table.forget_table2 th{ width:100px; text-align:left; font-weight:bold;}
table.forget_table2 td{text-align:left}
table.forget_table2 .operation{text-align:center}
table.forget_table2 #SmsCode{ width:60px;}
table.forget_table2 .PasswordQuestion, table.forget_table2 .MemberMobile, table.forget_table2 .FindPwdWay{ padding:3px 0;}

/*网站地图列表*/
.maplist{ }
.maplist li { padding:1px; }
.maplist li a { background:#d1e8fc; line-height:25px; display:block; padding:0 20px; border:0px solid #A6CC93; }
.maplist li a:hover { text-decoration:none; background:#FFF; }
.maplist .depth1{font-weight:bold;text-indent:0px; font-weight:bold}
.maplist .depth2{text-indent:2em}
.maplist .depth3{text-indent:4em}
.maplist .depth4{text-indent:6em}
.maplist .depth5{text-indent:8em}
.maplist .depth6{text-indent:10em}

/*cms版本表格样式*/
table.cmstable{margin: 3px; padding: 0px; width: 99%; border-collapse: collapse; border:1px solid #ddd;}
table.cmstable tr{ cursor: pointer}
table.cmstable tr:hover{ background:#F5F5F5; }
table.cmstable .title{font-weight:bold; background:#F5F5F5; color:#CB061D; height:26px; line-height:26px; font-size:16px; padding:5px}
table.cmstable th{ padding:10px; text-align:center; font-weight:normal; border:1px solid #ddd;border-top:none;border-left:none;}
table.cmstable td{ padding:10px; text-align:center; border:1px solid #ddd;border-top:none;border-left:none;}
table.cmstable .price{ color:#CB061D;}
table.cmstable .oem{ background:#F5F5F5; }
table.cmstable td .times{color:red; font-weight:bold;}
table.cmstable td .radic{color:green; font-weight:bold;}

table.cmstable tr .cs{color:red; font-size:18px; margin-right:3px; font-family:'Microsoft YaHei'}
table.cmstable tr.row-title td{padding:10px 0; font-size:22px;}
table.cmstable tr.row-price td{ color:red; font-size:26px;font-family: Georgia;}

.buynow{color: #fff !important; background-color: #0aa3de; border-color: #0aa3de; border-radius:20px; padding: 7px 28px;}
.buynow:hover{ opacity:.8;}
table.cmstable td .buynow{}

/*开源许可协议表格*/
.license-table{ margin: 3px; padding: 0px; width: 99%; border-collapse: collapse; border:1px solid #ddd; }
.license-table td{ padding:6px; text-align:center; border:1px solid #ddd;border-top:none;border-left:none; font-size:14px;}
.license-table td a{color:#26b1e7 }
.license-table td a:hover{color:red }

.license-table thead tr{background:#F5F5F5;color:#CB061D; }
.license-table tbody tr{ cursor: pointer}
.license-table tbody tr:hover{ background:#F5F5F5; }
.license-table tbody tr td:nth-child(1){ text-align:left; }
.license-table tbody tr td:nth-child(2){ text-align:center; }
.license-table tbody tr td:nth-child(3){ text-align:left; }
.license-table tbody tr td:nth-child(4){ text-align:left; }
/*==========@@公共板块  结束@@==========*/


/*==========@@通用列表 开始@@==========*/
/*文字列表*/
.textlist{ margin: 0 80px; background: #FFF; border-radius: 6px; padding: 0 30px; font-size: 16px; }
.textlist .result_total{ padding: 30px 0; color: #888; }
.textlist li{ padding: 30px 0; border-top: 1px solid #eee; }
.textlist li a:hover{ color: #008ed6; }
/*带缩略图文字列表*/
.thumblist{ background: #FFF; float: left; width: 880px; }
.thumblist li{ padding: 25px 0; margin: 0 45px; border-top: 1px solid #eee; }
.thumblist li:first-child{ border: 0; }
.thumblist li .info_wrap{ }
.thumblist li .InfoTitle{ font-size:18px; color:#555; text-align:left; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.thumblist li .InfoTitle:hover{ color: #008ed6; }
.thumblist li .InfoTime{ float: right; }

.relation_right{ float: right; width: 260px; padding: 20px; margin-bottom: 20px; background: #FFF; }
.new_ativelist h2{ font-size: 18px; font-weight: normal; color: #333; padding-bottom: 20px; border-bottom: 1px solid #ddd; }
.new_ativelist h2 i{ border-left: 2px solid #008ed6; padding-right: 10px; }
.new_ativelist li{ padding-top: 20px; }
.new_ativelist li a{ display: block; color: #656565; font-size: 15px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.new_ativelist li a:hover{ color: #008ed6; }
/*带缩略图文字列表1*/
.thumblist1_tab { position: relative; text-align: center; padding-bottom: 18px; margin-bottom: 40px; }
.thumblist1_tab li.on{ color: #008ed6; }
.thumblist1_tab li{ display: inline-block; font-size: 18px; color: #000; margin: 0 50px; cursor: pointer; }
.thumblist1_tab i{ position: absolute; width: 85px; height: 3px; background: #008ed6; left: 469px; bottom: 5px; transition-duration: .5s; }
.thumblist1_main{ overflow: hidden; }
.thumblist1_wrap{ width: 2400px; overflow: hidden; transition-duration: .5s; }
.thumblist1{ float: left; width: 1190px; margin: 0 5px; }
.thumblist1 li{ position: relative; overflow: hidden; }
.thumblist1 li>a{ display: block; background: #FFF; }
.thumblist1 li .InfoPicture{ height: 380px; overflow: hidden; }
.thumblist1 li .InfoPicture img{ width: 100%; transition-duration: 2s; }
.thumblist1 li .InfoTitle{ font-size: 16px; line-height: 45px; }
.thumblist1 .shade{  }
.thumblist1 .shade .detail_btn{ position: absolute; bottom: -65px; left: 0; width: 100%; text-align: center; background: #FFF; padding: 10px 0; transition-duration: .2s; z-index: 1; }
.thumblist1 .shade .detail_btn a{ display: inline-block; text-align: center; line-height: 40px; width: 120px; border-radius: 50px; background: #ff6022; margin: 0 20px; color: #FFF; }
.thumblist1 .shade .detail_btn a.wap_btn{ background: #008ed6; }
.thumblist1 .shade img{ position: absolute; width: 140px; top: 0; left: 0; bottom: -100%; opacity: 0; right: 0; margin: auto; padding: 5px; background: #FFF; border-radius: 6px;
	box-shadow: 0 0 10px 0 rgba(0,0,0,.2); transition-duration: .2s; }
.thumblist1.n1 li{ float: left; width: 30%; margin-right: 5%; margin-bottom: 50px; border-radius: 6px; box-shadow: 0 -2px 5px 0 rgba(0,0,0,.1); }
.thumblist1.n1 li:before{ content: "···"; display: block; background: #ebedef; height: 15px; border-radius: 6px 6px 0 0; line-height: 12px; font-size: 30px; color: #FFF; text-indent: 10px; }
.thumblist1.n1 li.m2{ margin-right: 0; }
.thumblist1.n2 li{ float: left; width: 23%; margin-right: 2.666666%; margin-bottom: 50px; }
.thumblist1.n2 li.m3{ margin-right: 0; }
.thumblist1.n2 li>a{ position: relative; border-radius: 16px; border: 10px solid #eee; border-top: 30px solid #eee; background: #eee; }
.thumblist1.n2 li>a:before{ content: ""; position: absolute; top: -15px; left: 0; right: 0; margin: auto; width: 40px; height: 5px; border-radius: 5px; background: #bbb; }
.thumblist1.n2 li .InfoPicture img{ border-radius: 8px; }
.thumblist1.n2 li .InfoTitle{ border-radius: 0 0 8px 8px; background: #FFF; line-height: 40px; }
.thumblist1.n2 .shade .detail_btn{ left: 10px; right: 10px; width: auto; margin-bottom: 10px; border-radius: 0 0 10px 10px; padding: 5px 0; }
.thumblist1:after{ content: ""; display: block; height: 0; clear: both; }
.thumblist1 li:hover .InfoPicture img{ transform: translateY(-30%); }
.thumblist1 li:hover .shade .detail_btn{ transform: translateY(-65px); }
.thumblist1 li:hover .shade img{ bottom: 0; opacity: 1; }
/*橱窗列表*/
.gridlist{ margin-top:5px; }
.gridlist li { position: relative; float:left; width: 50%; }
.gridlist li .float_btn{ display: none; border: 0; position: absolute; left: 0; right: 0; top: 160px; margin: auto; width: 120px; height: 40px; text-align: center; line-height: 40px; color: #FFF; background: #008edc; border-radius: 6px; z-index: 2; }
.gridlist li:hover .float_btn{ display: block; }
.gridlist li .float_btn:hover{ background: #0283ca; }
.gridlist li a{ display: block; margin: 20px 20px 0; border: 1px solid #ddd; border-radius: 4px; overflow: hidden; box-shadow: 0 2px 15px 0 rgba(0,0,0,.1); }
.gridlist li .InfoPicture{ position: relative; display: block; height: 320px; overflow: hidden; }
.gridlist li:hover .InfoPicture:after{ content: ''; position: absolute; left: 0; right: 0; top: 0; bottom: 0; background: rgba(0,0,0,.6); z-index: 1; }
.gridlist li .InfoTitle{ padding: 10px; text-align: center; font-size: 16px; color: #008edc; }
.gridlist li .InfoContent{ padding: 0 10px 15px; font-size: 14px; line-height: 1.7em; height: 6.8em; overflow: hidden; color: #888; text-align: justify; }
.gridlist li .title{ font-weight: bold; padding-left: 10px; }

/*橱窗列表1*/
.gridlist1:after{ content: ""; display: block; height: 0; clear: both; }
.gridlist1 li { float: left; width: 252px; margin-right: 64px; }
.gridlist1 li.n4{ margin: 0; }
.gridlist1 li a{ display: block; height: 252px; border-radius: 20px; color: #444; text-align: center; background-size: 101%; transition-duration: .5s; }
.gridlist1 li a .AlbumPicture img{ display: block; height: 120px; margin: 0 auto; padding: 20px 0; }
.gridlist1 li a .AlbumTitle{ line-height: 24px; font-size: 18px; }
.gridlist1 li a .AlbumDescription{ line-height: 24px; color: #666; padding-top: 5px; }
.gridlist1 li:hover a{ transform: translateY(-5px); }
/*橱窗列表2*/
.gridlist2_tab{ position: relative; text-align: center; margin-bottom: 50px; padding-bottom: 18px; }
.gridlist2_tab a{ display: inline-block; font-size: 18px; margin: 0 25px; }
.gridlist2_tab a.on{ color: #008ed6; }
.gridlist2_tab i{ position: absolute; width: 72px; height: 3px; background: #008ed6; left: 119px; bottom: 5px; transition-duration: .5s; }
.gridlist2{ display: none; }
.gridlist2:first-child{ display: block; }
.gridlist2:after{ content: ''; display:block; clear: both; }
.gridlist2 li{ width: 45%; float: left; }
.gridlist2 li.m1{ float: right; }
.gridlist2 li a{ display: block; margin-bottom: 30px; padding: 15px; transition-duration: .3s; border-radius: 6px; }
.gridlist2 li a:hover{ background: #FFF; box-shadow: 0 0 10px 0 rgba(0,0,0,.1); }
.gridlist2 li .InfoTime{ float: left; padding: 0; height: auto; text-align: right; margin-right: 30px; }
.gridlist2 li .InfoTime .day{ font-size: 25px; display: block; padding-bottom: 10px; color: #333; }
.gridlist2 li .ContentWrap span{ display: block; font-size: 18px; color: #333; margin-bottom: 15px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.gridlist2 li .ContentWrap p{ height: 50px; overflow: hidden; color: #999; }
.gridlist2 li a:hover .ContentWrap span{ color: #008ed6; }
/*橱窗列表3*/
.gridlist3{ overflow: hidden; }
.gridlist3 .InfoWrap{ width: 50%; display: block; }
.gridlist3 .InfoWrap img{ width: 140px; height: 140px; margin: 0 auto; display: block; }
.gridlist3 .InfoWrap span{ display: block; margin-top: 20px; text-align: center; font-size: 18px; color: #999; font-weight: bold; }
.gridlist3 .WxQrcode,.gridlist3 .WebIcon{ width: 160px; height: 200px; margin: 0 auto; padding: 20px 40px; border: 2px solid #11bbbd; border-radius: 12px; }
.gridlist3 .WebIcon{ border-color: #009ee8; }

.gridlist4:after{ content: ""; display: block; height: 0; clear: both; }
.gridlist4 li{ float: left; width: 16.6666%; }
.gridlist4 li img{ box-shadow: 0 2px 8px 0 rgba(0,0,0,.2); -webkit-transition-duration: .5s; transition-duration: .5s; }
.gridlist4 li a{ display: block; text-align: center; }
.gridlist4 li p{ padding: 5px 15px; }
.gridlist4 li p.AlbumTitle{ font-size: 16px; color: #626262; }
.gridlist4 li p.AlbumDescription{ color: #999; }
.gridlist4 li:hover img{ -webkit-transform: translateY(-10px); transform: translateY(-10px); }


/*视频列表*/
.videolist{ margin-top:5px; }
.videolist li { float:left; margin-bottom:10px; margin-left:12px; text-align:center; overflow:hidden; transition:all .2s linear}
.videolist li:hover { transform:translate3d(0, -4px, 0); box-shadow:0 10px 10px rgba(0,0,0,.1); }
.videolist li.n0{ margin-left:0; }
.videolist li img { border:1px solid #fff; width:289px;}
.videolist li a{ display:block; position:relative; }
.videolist li .InfoTitle{ display:block; padding:10px 0; }
.videolist li .InfoTitle a { white-space:nowrap; }
.videolist li i{ position:absolute; width:100%; height:100%; top: 0;left: 0;background:url(../images/play.png) center center no-repeat; cursor:pointer;}
/*插件列表*/
.pluginlist{ padding: 50px 0 10px; }
.pluginlist:after{ content: ""; display: block; clear: both; }
.pluginlist li{ float: left; width: 33.33333%; }
.pluginlist li a{ position: relative; display: block; border: 1px solid #eee; margin: 5px; padding: 10px; border-radius: 6px; box-shadow: 0 0 10px 0 rgba(0,0,0,.1); }
.pluginlist li .InfoPicture{ float: left; width: 100px; height: 100px; background: #fcfcfc; margin-right: 10px; }
.pluginlist li .InfoPicture img{ width: 100%; }
.pluginlist li .InfoWrap .InfoTitle{ text-align: left; padding: 0 0 5px; line-height: 1; font-size:16px;font-weight:bold;}
.pluginlist li .InfoWrap .InfoSContent{ font-size: 12px; height: 4.5em; line-height: 1.5em; margin-bottom: 8px; overflow: hidden; }
.pluginlist li .InfoWrap .tag{ color: red; }
.pluginlist li .InfoBtns{ position: absolute; right: 10px; bottom: 10px; padding: 4px 8px; border-radius: 3px; border: 1px solid #ddd; font-size: 12px; }
.pluginlist li .InfoBtns:hover{ color: #FFF; background: #008ed6; border-color: #008ed6; }
/*右侧客服浮窗*/
.SonlineBox{ top: 246px; position: fixed; right: 0px; width: 50px; font-size:12px; z-index:9999;}
.SonlineBox .titleBox{ width:100%; height:35px; line-height:35px; background:#038bdc url(../images/SonlineTitleBg.gif) repeat-x; border-bottom:2px solid #0176ba; position:relative; z-index:1;}
.SonlineBox .titleBox span{ margin-left:10px; color:#fff; font-size:14px; font-family:'微软雅黑','黑体';}
.SonlineBox .contentBox{ display:block; width:50px; height:auto; position:absolute; z-index:2; }
.SonlineBox .contentBox .closeTrigger{ width:25px; height:25px; display:block; cursor:pointer;  position:absolute; top:5px;right:5px; z-index:2;background:url(../images/closeBtnImg.gif) no-repeat;}
.SonlineBox .contentBox .closeTrigger:hover{-webkit-transform:scale(1) rotate(360deg);}
.SonlineBox .contentBox{ margin:6px 0; position:relative;}
.SonlineBox .contentBox .QQList{ display:block; width:100%; margin:5px auto 5px auto; padding:0px 0;}
.SonlineBox .contentBox .QQList span{ display:block; width:47%; height:25px; overflow:hidden; text-align:right;float:left; line-height:26px; color:#444;}
.SonlineBox .contentBox .QQList div.ico{ }
.SonlineBox .contentBox .QQList div.ico a{ position: relative; display: block; width: 30px; height: 30px; padding: 10px; background: #555; border-radius: 5px 0 0 5px; -webkit-transition-duration: .5s; transition-duration: .5s; }
.SonlineBox .contentBox .QQList div.ico a img{ display: block; width: 100%; }
.SonlineBox .contentBox .QQList div.ico a:hover{ background: #008ed6; }
.SonlineBox .contentBox .QQList .FooterText{ position: absolute; height: 50px; line-height: 50px; right: -100%; top: 0; box-shadow: 0 0 12px 0 rgba(0,0,0,.2);
	padding: 0 20px; color: #FFF; font-size: 15px; border-radius: 5px 0 0 5px; background: #008ed6;
	white-space: nowrap; opacity: 0; filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0); -webkit-transition-duration: .5s; transition-duration: .5s; }
.SonlineBox .contentBox .QQList:hover{ overflow: visible; }
.SonlineBox .contentBox .QQList:hover .FooterText{ opacity: 1; filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100); right: 0; }

.SonlineBox .contentBox .wxcodelist{ position: relative; padding: 10px; width: 30px; height: 30px; background: #555; margin: 5px 0; border-radius: 5px 0 0 5px; overflow: hidden; -webkit-transition-duration: .5s; transition-duration: .5s; }
.SonlineBox .contentBox .wxcodelist img{ display: block; width: 100%; }
.SonlineBox .contentBox .wxcodelist font{ display:block; line-height:35px; font-family:'微软雅黑','黑体'; font-size:16px; color:#555;}
.SonlineBox .contentBox .wxcodelist span{ display:block; line-height:25px; font-family:"Palatino Linotype", "Book Antiqua"; font-size:20px; color:#555; font-weight:bold;}
.SonlineBox .contentBox .wxcodelist .FooterText{ position: absolute; width: 130px; right: 120px; top: -32px; box-shadow: 0 0 12px 0 rgba(0,0,0,.3); padding: 5px; background: #FFF; text-align: center; border-radius: 6px;
	opacity: 0; filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0); -webkit-transition-duration: .5s; transition-duration: .5s; }
.SonlineBox .contentBox .wxcodelist:hover{ overflow: visible; background: #008ed6; }
.SonlineBox .contentBox .wxcodelist:hover .FooterText{ opacity: 1; filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100); right: 60px; }

.SonlineBox .contentBox .tellist{ margin:5px auto 5px auto; }
.SonlineBox .contentBox .tellist .wrap{ position: relative; padding: 10px; width: 30px; height: 30px; background: #555; border-radius: 5px 0 0 5px; overflow: hidden; }
.SonlineBox .contentBox .tellist .wrap img{ display: block; width: 100%; }
.SonlineBox .contentBox .tellist .wrap font{ display:block; line-height:35px; font-family:'微软雅黑','黑体'; font-size:16px; color:#555;}
.SonlineBox .contentBox .tellist .wrap span{ display:block; line-height:25px; font-family:"Palatino Linotype", "Book Antiqua"; font-size:20px; color:#555; font-weight:bold;}
.SonlineBox .contentBox .tellist .wrap .FooterText{ position: absolute; height: 50px; line-height: 50px; right: -100%; top: 0; box-shadow: 0 0 12px 0 rgba(0,0,0,.2); padding: 0 20px;
	background: #008ed6 url(../images/T.png) 10px center no-repeat; text-indent: 30px; color: #FFF; font-size: 15px; border-radius: 5px 0 0 5px;
	white-space: nowrap; opacity: 0; filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0); -webkit-transition-duration: .5s; transition-duration: .5s; }
.SonlineBox .contentBox .tellist .wrap:hover{ overflow: visible; }
.SonlineBox .contentBox .tellist .wrap:hover .FooterText{ opacity: 1; filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100); right: 0; }

/*帮助*/
.help_subchannel_main{ background: #FFF; padding: 50px 0; }
.help_subchannellist{ width: 1200px; margin: 0 auto; overflow: hidden; }
.help_subchannellist li{ float: left; width: 16.66666%; }
.help_subchannellist li img{ display: block; margin: 0 auto 30px; }
.help_subchannellist li a{ display: block; text-align: center; font-size: 16px; color: #333; }
.help_subchannellist li a:hover{ color: #008ed6; }

.helplist_title{ padding: 70px 0 20px 20px; font-size: 28px; color: #333; }
.helplist:after{ content: ""; display: block; clear: both; }
.helplist li{ float: left; width: 33.33333%; }
.helplist li .wrap{ margin: 20px; padding: 30px; background: #FFF; border-radius: 6px; box-shadow: 0 0 15px 0 rgba(0,0,0,.1); }
.helplist li .wrap>a{ display: block; margin-top: 26px; color: #666; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.helplist li .wrap>a:before{ content: "·"; padding-right: 8px; }
.helplist li h2{ font-weight: normal; font-size: 16px; color: #333; margin-bottom: 30px; }
.helplist li h2 span{ border-left: 2px solid #008ed6; padding-left: 10px; }
.helplist li h2 a{ float: right; color: #999; font-size: 14px; }
.helplist li .wrap a:hover{ color: #008ed6; }

/*相关相信*/
#inforelationlist{padding: 20px 0; width: 1200px; margin: 0 auto; overflow: hidden; }
.superpageslide_wrap.f6{ padding-bottom:10px; }
.inforelationlist1{ display: flex; align-items: center; justify-content: center;}
.inforelationlist1 .wrap{ display:flex; align-items:center; justify-content: center; height:28px; background:#fff; margin-bottom:50px; padding:4px;
  border-radius:18px; box-shadow:0 2px 16px 4px rgb(217 223 231 / 50%); }
.inforelationlist1 span{ border-radius:18px; min-width:114px; vertical-align: middle; font-size:15px; color:rgba(102,102,102,1); text-align:center; cursor: pointer; }
.inforelationlist1 span.on{ background: linear-gradient(to right,#4a7bff,#6ecaff); color:#fff;  padding:4px 0; }
.inforelation{ width: 100%; overflow: hidden; padding-bottom:70px; }
.inforelation li{ width: 100%; display: flex; align-items: center; justify-content: space-between; }
.inforelation .info-left{ width:300px; min-width: 300px; padding:0 15px; }
.inforelation .info-left h2{ font-size: 24px; font-weight: 400; text-align:left; }
.inforelation .info-left .line{ width: 47px; border: 1px solid rgba(29,120,250,1); margin: 30px 0; }
.inforelation .info-left p{ font-size: 14px; color: #666; line-height: 28px; text-align:left;  }
.inforelation .info-right{ flex: 1; padding-left:25px; }
.inforelation .info-right img{ width: 100%; }
/*==========@@swiper  开始@@==========*/
.swiper-container {
	margin:0 auto; position:relative; overflow:hidden; direction:ltr;
	-webkit-backface-visibility:hidden; -moz-backface-visibility:hidden; -ms-backface-visibility:hidden; -o-backface-visibility:hidden; backface-visibility:hidden;
	z-index:1;
}
.swiper-wrapper {
	position:relative; width:100%; -webkit-transition-property:-webkit-transform, left, top; -webkit-transition-duration:0s; -webkit-transform:translate3d(0px,0,0); -webkit-transition-timing-function:ease;
	-moz-transition-property:-moz-transform, left, top; -moz-transition-duration:0s; -moz-transform:translate3d(0px,0,0); -moz-transition-timing-function:ease;
	-o-transition-property:-o-transform, left, top; -o-transition-duration:0s; -o-transform:translate3d(0px,0,0); -o-transition-timing-function:ease; -o-transform:translate(0px,0px);
	-ms-transition-property:-ms-transform, left, top; -ms-transition-duration:0s; -ms-transform:translate3d(0px,0,0); -ms-transition-timing-function:ease;
	transition-property:transform, left, top; transition-duration:0s; transform:translate3d(0px,0,0); transition-timing-function:ease;
	-webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box;
}
.swiper-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 { float: left; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; }
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal { -ms-touch-action: pan-y; }
.swiper-wp8-vertical { -ms-touch-action: pan-x; }
.swiper-container { }
.swiper-slide {  }
.swiper-slide-active {  }
.swiper-slide-visible { }
.swiper-pagination{ position: absolute; bottom: 15px; text-align: center; width: 100%; left: 0; z-index: 1; }
.swiper-pagination-switch { display: inline-block; width: 30px; height: 8px; margin: 0 5px; border: 1px solid #FFF; border-radius: 8px; cursor: pointer; transition-duration: .5s; }
.swiper-active-switch { background: #FFF; }
.swiper-visible-switch {  }
/*==========@@swiper  结束@@==========*/


/*动画 开始*/
/*!
 * 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;
}

/*====artdialog 样式开始====*/
/* common start */
.ui-dialog {*zoom:1; _float: left; position: relative; background-color: #FFF; border: 1px solid #999;  border-radius: 6px; outline: 0;
    background-clip: padding-box; font-family: Helvetica, arial, sans-serif;  font-size: 14px;  line-height: 1.428571429;  color: #333;  opacity: 0;
    -webkit-transform: scale(0);  transform: scale(0);
    -webkit-transition: -webkit-transform .15s ease-in-out, opacity .15s ease-in-out;
    transition: transform .15s ease-in-out, opacity .15s ease-in-out;
}
.ui-popup-show .ui-dialog { opacity: 1;  -webkit-transform: scale(1);  transform: scale(1); }
.ui-popup-focus .ui-dialog {    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);}
.ui-popup-modal .ui-dialog {   box-shadow: 0 0 8px rgba(0, 0, 0, 0.1), 0 0 256px rgba(255, 255, 255, .3);}
.ui-dialog-grid {   width: auto;   margin: 0;  border: 0 none;  border-collapse:collapse; border-spacing: 0; background: transparent;}
.ui-dialog-header,.ui-dialog-body,.ui-dialog-footer {   padding: 0;border: 0 none;text-align: left;  background: transparent;}
.ui-dialog-header { white-space: nowrap; border-bottom: 1px solid #E5E5E5;}
.ui-dialog-close { position: relative;_position: absolute; float: right; top: 13px; right: 13px; _height: 26px; padding: 0 4px;  font-size: 21px;
    font-weight: bold; line-height: 1; color: #000; text-shadow: 0 1px 0 #FFF;  opacity: .2; filter: alpha(opacity=20); cursor: pointer;
    background: transparent;  _background: #FFF;  border: 0; -webkit-appearance: none;
}
.ui-dialog-close:hover,.ui-dialog-close:focus { color: #000000; text-decoration: none; cursor: pointer; outline: 0; opacity: 0.5; filter: alpha(opacity=50);}
.ui-dialog-title {margin: 0; line-height: 1.428571429; min-height: 16.428571429px; padding: 15px;
    overflow:hidden;  white-space: nowrap; text-overflow: ellipsis;font-weight: bold; cursor: default;}
.ui-dialog-body { padding: 20px;text-align: center;}
.ui-dialog-content {display: inline-block;   position: relative; vertical-align: middle; *zoom: 1; *display: inline; text-align: left;}
.ui-dialog-footer { padding: 12px 15px; border-top:1px solid #e5e5e5;}
.ui-dialog-statusbar {float: left; margin-right: 20px;padding: 6px 0; line-height: 1.428571429;font-size: 14px;color: #888;white-space: nowrap;}
.ui-dialog-statusbar label:hover { color: #333;}
.ui-dialog-statusbar input,.ui-dialog-statusbar .label { vertical-align: middle;}
.ui-dialog-button {float: right; white-space: nowrap;}
.ui-dialog-footer button+button { margin-bottom: 0; margin-left:15px;}
.ui-dialog-footer button { width:auto; overflow:visible; display: inline-block;padding: 6px 20px; _margin-left: 5px; margin-bottom: 0;
    font-size: 14px; font-weight: normal;line-height: 1.428571429; text-align: center; white-space: nowrap;vertical-align: middle; cursor: pointer;
    background-image: none; border: 1px solid transparent; border-radius: 4px;
    -webkit-user-select: none; -moz-user-select: none;-ms-user-select: none;  -o-user-select: none;user-select: none;
}
.ui-dialog-footer button:focus {outline: none; outline: none;}
.ui-dialog-footer button:hover,.ui-dialog-footer button:focus {color: #333333; text-decoration: none;}
.ui-dialog-footer button:active {background-image: none;outline: 0;-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);}
.ui-dialog-footer button[disabled] { pointer-events: none; cursor: not-allowed; opacity: 0.65;filter: alpha(opacity=65);-webkit-box-shadow: none; box-shadow: none;}
.ui-dialog-footer button {color: #333333;background-color: #ffffff; border-color: #cccccc;}
.ui-dialog-footer button:hover,.ui-dialog-footer button:focus,.ui-dialog-footer button:active {color: #333333;background-color: #ebebeb;border-color: #adadad;}
.ui-dialog-footer button:active{ background-image: none;}
.ui-dialog-footer button[disabled], .ui-dialog-footer button[disabled]:hover, .ui-dialog-footer button[disabled]:focus,
.ui-dialog-footer button[disabled]:active { background-color: #ffffff; border-color: #cccccc;}
.ui-dialog-footer button.ui-dialog-autofocus {color: #ffffff;background-color: #2589ff;border-color: #2589ff;}
.ui-dialog-footer button.ui-dialog-autofocus:hover, 
.ui-dialog-footer button.ui-dialog-autofocus:active {color: #ffffff; opacity:0.8; outline: none; /*background-color: #3276b1;border-color: #285e8e;*/}
.ui-dialog-footer button.ui-dialog-autofocus:active { background-image: none;}
.ui-popup-top-left .ui-dialog,.ui-popup-top .ui-dialog,.ui-popup-top-right .ui-dialog {top: -8px;}
.ui-popup-bottom-left .ui-dialog, .ui-popup-bottom .ui-dialog, .ui-popup-bottom-right .ui-dialog {top: 8px;}
.ui-popup-left-top .ui-dialog, .ui-popup-left .ui-dialog, .ui-popup-left-bottom .ui-dialog {left: -8px;}
.ui-popup-right-top .ui-dialog, .ui-popup-right .ui-dialog, .ui-popup-right-bottom .ui-dialog { left: 8px;}
.ui-dialog-arrow-a, .ui-dialog-arrow-b { position: absolute;display: none; width: 0; height: 0;overflow:hidden;
 _color:#FF3FFF; _filter:chroma(color=#FF3FFF); border:8px dashed transparent;
}
.ui-popup-follow .ui-dialog-arrow-a,.ui-popup-follow .ui-dialog-arrow-b{ display: block;}
.ui-popup-top-left .ui-dialog-arrow-a, .ui-popup-top .ui-dialog-arrow-a,
.ui-popup-top-right .ui-dialog-arrow-a { bottom: -16px; border-top:8px solid #7C7C7C;}
.ui-popup-top-left .ui-dialog-arrow-b, .ui-popup-top .ui-dialog-arrow-b,
.ui-popup-top-right .ui-dialog-arrow-b {bottom: -15px; border-top:8px solid #fff;}
.ui-popup-top-left .ui-dialog-arrow-a,.ui-popup-top-left .ui-dialog-arrow-b  { left: 15px;}
.ui-popup-top .ui-dialog-arrow-a,.ui-popup-top .ui-dialog-arrow-b  { left: 50%; margin-left: -8px;}
.ui-popup-top-right .ui-dialog-arrow-a,.ui-popup-top-right .ui-dialog-arrow-b {right: 15px;}
.ui-popup-bottom-left .ui-dialog-arrow-a, .ui-popup-bottom .ui-dialog-arrow-a,
.ui-popup-bottom-right .ui-dialog-arrow-a { top: -16px;border-bottom:8px solid #7C7C7C;}
.ui-popup-bottom-left .ui-dialog-arrow-b, .ui-popup-bottom .ui-dialog-arrow-b,
.ui-popup-bottom-right .ui-dialog-arrow-b { top: -15px;border-bottom:8px solid #fff;}
.ui-popup-bottom-left .ui-dialog-arrow-a, .ui-popup-bottom-left .ui-dialog-arrow-b { left: 15px;}
.ui-popup-bottom .ui-dialog-arrow-a, .ui-popup-bottom .ui-dialog-arrow-b { margin-left: -8px; left: 50%;}
.ui-popup-bottom-right .ui-dialog-arrow-a, .ui-popup-bottom-right .ui-dialog-arrow-b {right: 15px;}
.ui-popup-left-top .ui-dialog-arrow-a, .ui-popup-left .ui-dialog-arrow-a,
.ui-popup-left-bottom .ui-dialog-arrow-a { right: -16px;border-left:8px solid #7C7C7C;}
.ui-popup-left-top .ui-dialog-arrow-b, .ui-popup-left .ui-dialog-arrow-b,
.ui-popup-left-bottom .ui-dialog-arrow-b {right: -15px; border-left:8px solid #fff;}
.ui-popup-left-top .ui-dialog-arrow-a, .ui-popup-left-top .ui-dialog-arrow-b {top: 15px;}
.ui-popup-left .ui-dialog-arrow-a, .ui-popup-left .ui-dialog-arrow-b { margin-top: -8px;top: 50%;}
.ui-popup-left-bottom .ui-dialog-arrow-a, .ui-popup-left-bottom .ui-dialog-arrow-b { bottom: 15px;}
.ui-popup-right-top .ui-dialog-arrow-a, .ui-popup-right .ui-dialog-arrow-a,
.ui-popup-right-bottom .ui-dialog-arrow-a {left: -16px; border-right:8px solid #7C7C7C;}
.ui-popup-right-top .ui-dialog-arrow-b, .ui-popup-right .ui-dialog-arrow-b,
.ui-popup-right-bottom .ui-dialog-arrow-b { left: -15px;  border-right:8px solid #fff;}
.ui-popup-right-top .ui-dialog-arrow-a,.ui-popup-right-top .ui-dialog-arrow-b {top: 15px;}
.ui-popup-right .ui-dialog-arrow-a, .ui-popup-right .ui-dialog-arrow-b {margin-top: -8px; top: 50%;}
.ui-popup-right-bottom .ui-dialog-arrow-a,.ui-popup-right-bottom .ui-dialog-arrow-b {bottom: 15px;}
@-webkit-keyframes ui-dialog-loading {
    0% { -webkit-transform: rotate(0deg);}
    100% {-webkit-transform: rotate(360deg);}
}
@keyframes ui-dialog-loading {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.ui-dialog-loading { vertical-align: middle; position: relative; display: block;*zoom: 1; *display: inline; overflow: hidden;
    width: 32px;height: 32px; top: 50%; margin: -16px auto 0 auto;  font-size: 0; text-indent: -999em; color: #666;
}
.ui-dialog-loading { width: 100%\9; text-indent: 0\9; line-height: 32px\9; text-align: center\9; font-size: 12px\9;}
.ui-dialog-loading::after { position: absolute; content: '';width: 3px;height: 3px; margin: 14.5px 0 0 14.5px;  border-radius: 100%;
    box-shadow: 0 -10px 0 1px #ccc, 10px 0px #ccc, 0 10px #ccc, -10px 0 #ccc, -7px -7px 0 0.5px #ccc, 7px -7px 0 1.5px #ccc, 7px 7px #ccc, -7px 7px #ccc;
    -webkit-transform: rotate(360deg); -webkit-animation: ui-dialog-loading 1.5s infinite linear;
    transform: rotate(360deg); animation: ui-dialog-loading 1.5s infinite linear;
    display: none\9;
}

/*购买框*/
.ui-popup-show .buy-dialog{ border-radius:3px;}
.buy-dialog .ui-dialog-header{ border-bottom:0;}
.buy-dialog .ui-dialog-title{ padding: 6px 0;}
/*====artdialog 样式结束====*/

/*付款方式版本表格样式*/
table.banktable{margin: 3px; padding: 0px; width: 99%; 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;}