﻿@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; }
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{ 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: #008edc;  color: #fff; }
.btn:hover {  background-color: #008edc; color:#fff;}
.btn:active {  background: #008edc;  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:28px; line-height:28px;clip: rect;padding: 2px; color: #000000; border-radius:3px;}
.form_text {  width:95%; background-position:  0px 0px;}
.form_text:hover {background-position: 0px -37px;}
.form_text_verifycode { width:80px; 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; height:28px;} /*验证码图片样式*/
/*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_case{ width: 1000px; margin: 0 auto; }
.InfoTitle_case:after{ content:""; display: block; height: 0; clear: both; }
.InfoTitle_case h1{ float: left; font-size: 28px; color: #333; line-height: 80px; }
.InfoTitle_case a{ position: relative; float: right; width: 100px; height: 40px; margin-top: 20px; text-align: center; line-height: 40px; border-radius: 5px; background-color: #444; color: #FFF; }
.InfoTitle_case a .qrcodeimg{ position: absolute; top: 60px; left: -45px; width: 180px; padding: 40px 0; box-shadow: 0 0 4px 0 rgba(0,0,0,.2); background-color: #FFF; }
.InfoTitle_case a .qrcodeimg img{ width: 100%; }
.InfoTitle h1{ font-size:28px; line-height: 1.5em; font-weight:normal;color:#333;}
.InfoTime{color:#999; text-align:left;  padding:2px 0px; height:25px}
.article.info .InfoContent,.article.info .InfoContent p{ line-height:2.0em; font-size:16px; padding:10px 0; color:#222;}
.InfoContent_case{ width: 1000px; margin: 0 auto; padding: 15px 20px; box-shadow: 0 0 8px 0 rgba(0,0,0,.2); }
.InfoContent_case .casepicture{ position: relative; background: url(../images/casepicbgf.jpg) center no-repeat; width: 1000px; height: 797px; margin: 0 auto; }
.InfoContent_case .casepicture .picwrap{ position: absolute; margin: 0 auto; left: 26px; top: 24px; width: 944px; height: 516px; overflow: hidden; border-radius: 3px;}
.InfoContent_case img{ width: 100%; }
.InfoContent_case .casepicturePhone{ position: relative; background: url(../images/casepicbgp.png) center no-repeat; width: 500px; height: 844px; margin: 0 auto;  }
.InfoContent_case .casepicturePhone .picwrap{  position: absolute; margin: 0 auto; left: 72px; top: 100px; width: 356px; height: 634px; overflow: hidden; border-radius: 3px; }
.InfoContent a{color:#666;}
.InfoContent a:hover{color:#F30;}
.InfoContent a b{font-weight:normal;}
.InfoAttachment{ padding:10px 0px; text-align:center; width:81px; margin:0 auto;}
.InfoPicture{ text-align: center;}
.InfoPicture img{ width:100%; max-width:100%}
.info_from_wrap{ padding:0 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:normal; margin-top:15px;}
.Tag b{ background:url(../images/tag.jpg) left center no-repeat; padding-left:20px; font-weight:normal;}
.Tag a{ padding:2px 8px; font-size:13px; font-weight:normal; text-decoration:none; color:#333; background:#f5f5f5; margin-right:5px; border:1px solid #ddd; border-radius:14px;}
.Tag a:hover{background:#eee; color:#333;}
.info_previous_next_wrap{ background:#fff; padding:5px; border:1px solid #E3E3E3; color:#333; line-height:1.8em}
.Next a{ }
.Previous a{ }

/*==========@@元件 结束@@==========*/

/*==========@@模块  开始@@==========*/
/*左侧*/
/*主体左侧样式*/
.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; margin-bottom: 50px; }
.left_title1 h2 { color:#505050;font-size:30px;font-weight:normal; }
.left_title1 p{font-size:18px;color:#505050; margin-top: 15px; line-height:1;}
.left_title1 p a{color:#505050;}
.left_body1 {  }
.left_bottom1 {  }
/*样式2*/
.left_title2{  text-align:center; margin-bottom: 40px; }
.left_title2 h2 { color:#505050;font-size:40px;font-weight:normal; }
.left_title2 h2 a { color:#505050;}
.left_title2 p{font-size:18px;color:#505050; margin-top: 15px; line-height:1;}
.left_body2 { overflow:hidden; zoom:1; }
.left_bottom2 { }
/*样式3*/
.left_title3{  text-align:center;}
.left_title3 h2 { color:#505050;font-size: 30px;font-weight:normal; }
.left_title3 h2 a{color:#505050;}
.left_title3 p{font-size:18px;color:#505050; margin-top: 15px; line-height:1;}
.left_body3 { overflow:hidden; zoom:1;margin:30px 0 0 0; text-align: center; }
.left_bottom3 { }

/*主体右侧*/
/*样式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{ width:1200px;margin: 20px auto; }
.xcxmoban{width:1000px;margin:5px auto;overflow:hidden;}
#top, #banner, #announcement, #link, #copyright { width:1200px;  margin:0 auto; border:0px dashed red; overflow: hidden; }
#floor_1,#floor_2,#floor_3,#floor_4,#floor_5,#floor_6,#floor_7{ width: 1200px; margin: 0 auto; }
#navigation{  margin:0 auto;  border:0px dashed red;}
#left { float:left; width:250px; }
#right { float:left; width:1200px; border-left:0px solid #E5E5E5; padding-left:0px; }
/*===首页 开始===*/
#floor_1_main{ background: #f4f5f9; }
#floor_1{ padding:60px 0px; }
#floor_2_main{  }
#floor_2{ padding: 80px 0px; }
#floor_3_main{ background: #f4f5f9; }
#floor_3{ padding:60px 0px; }
#floor_4_main{ }
#floor_4{ padding:60px 0px; }
#floor_5_main{ background:#333; }
#floor_5{}
#floor_5_1{ font-size: 26px; color: #fff; width: 880px; float:left; padding: 45px 0px; }
#floor_5_1 .jianzhan{background:#008edc;line-height:50px;text-align:center;color:#fff;padding: 8px 83px;margin: 0 30px;}
#floor_5_1 .jianzhan:hover{background:#e36b03;}
/*===首页 结束===*/

/*===产品模型 开始===*/
/*详情内容中的按钮公共样式*/
.incontent_btn{ display: block; width: 150px; color: #FFF; line-height: 45px; margin-top: 40px; background: #008edc; 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; }

.product .info_product_detail_wrap{ line-height: 2.2em;}
.product .info_product_detail_wrap b{color: #626262; font-weight:bold;}
.product .info_product_detail_wrap table.detail_table{ width:100%; }
.product .info_product_detail_wrap table.detail_table th{ width: 200px;}
.product .ProductDescription{ height:40px; color:01673A; margin-top:10px;padding-left:35px; line-height:40px; font-size:16px; font-weight:bold; display:none;}
.product .info_product_detail_wrap img{ width:216px; height:162px;float:left;  text-align:left; margin-right:10px; }
.product .InfoTitle{  font-size:16px; padding:10px 0px;}
.product .f2{ padding:5px 0px}
.product .f1{ padding:5px 0px}
.product .InfoHit{ padding:5px 0px; font-weight:bold; color:#990000}
.product .InfoTime{ padding:5px 0px; }

/*----产品介绍列表 公共----*/
.productlist{  }
.productlist .item_list{ background-size: cover; background-position: center; }
.productlist .item_list:nth-child(2n){ background-color: #f4f5f9; }
.product_s1,.product_s2,.product_s3,.product_s4{ min-width: 1200px; }
.product_wrap{ position: relative; padding: 80px 0; width: 1200px; margin: 0 auto; overflow: hidden; }
.product_wrap .InfoTitle{ font-size: 36px; padding: 0 0 10px; color: #222; font-weight: normal; text-align: left; }
.product_wrap .InfoSContent{ font-size: 22px; font-weight: normal; color: #222; margin-bottom: 40px; }
.product_wrap .InfoContent{ font-size: 16px; line-height: 40px; color: #666; }
.product_wrap .info_btn{ display: block; margin: 20px 0 0 auto; width: 160px; line-height: 50px; text-align: center; background-image: linear-gradient(131deg,#008edc 0%,#66a5ff 100%); background-color: #008edc; color: #FFF; font-size: 16px; border-radius: 3px;  }
/*----产品介绍列表 公共----*/

/*----文上图下----*/
.product_s1 .product_wrap{ background-position: center 80%; }
.product_s1 .InfoWrap{ text-align: center; margin-bottom: 20px; }
.product_s1 .InfoPicture{ display: block; margin: 0 auto; }
.product_s1 .InfoTitle{ text-align: center; }
/*----文上图下----*/

/*----文左图右----*/
.product_s2 .product_wrap{ display: flex; justify-content: space-between; align-items: center; }
.product_s2 .InfoWrap{ float: left; }
.product_s2 .InfoPicture{ float: right; max-width: 50%; }
.product_s2 .InfoTitle{ text-align: right; }
/*----文左图右----*/

/*----文右图左----*/
.product_s3 .product_wrap{ display: flex; justify-content: space-between; align-items: center; }
.product_s3 .InfoWrap{ float: right; order: 1; }
.product_s3 .InfoPicture{ float: left; max-width: 50%; }
/*----文右图左----*/

/*----相册列表----*/
.product_s4 .InfoWrap:after{ content: ""; display: block; height: 0; clear: both; }
.product_s4 .InfoTitle{ text-align: center; margin-bottom: 20px; }
.product_s4 .InfoSContent{ text-align: center; }
.product_s4 .InfoContent{ text-align: center; margin-bottom: 40px; }
.product_s4 li{ position: relative; width: 33.333%; float: left; text-align: center; }
.product_s4 .AlbumWrap{ margin: 0 10px; }
.product_s4 .AlbumPicture{ margin-bottom: 20px; border-radius: 5px; }
.product_s4 .AlbumPicture img{ max-width: 100%; }
.product_s4 .AlbumTitle{ font-size: 22px; color: #222; margin: 20px 0; }
.product_s4 .AlbumDescription{ font-size: 16px; color: #666; line-height: 1.6em; margin: 10px 10px 30px; overflow: hidden; }
/*----相册列表----*/

/*----自定义----*/
.product_custom .InfoTitle{ text-align: center; }
.product_custom .InfoSContent{ text-align: center; }
.product_custom .InfoContent{ text-align: center; margin-bottom: 40px; }
.product_custom li{ position: relative; width: 33.333%; float: left; text-align: center; }
.product_custom .AlbumPicture img{ display: block; width: 100%; }
/*自定义 CoreFunction*/
.CoreFunction li{ width: 16.3333%; }
.CoreFunction .InfoWrap:after{ content: ""; display: block; height: 0; clear: both; }
.CoreFunction .InfoTitle{ color: #FFF; line-height: 1.8em; margin-bottom: 40px; }
.CoreFunction .AlbumWrap{ position: relative; margin: 0 10px; background: #FFF; overflow: hidden; }
.CoreFunction .AlbumPicture{ margin-bottom: 20px; }
.CoreFunction .AlbumTitle{ font-size: 22px; color: #222; margin: 20px 0 5px; padding: 0 10px; }
.CoreFunction .AlbumDescription{ font-size: 14px; color: #666; line-height: 1.8em; margin: 10px 10px 30px; overflow: hidden; height: 100px; min-height: 100px; }
.CoreFunction .AlbumDescription:after{ content: "..."; display: block; position: absolute; left: 0; right: 0; bottom: 15px; margin: auto; }
/*自定义 CpBanben*/
.CpBanben .InfoTitle{ margin-bottom: 40px; }
.CpBanben .AlbumWrap{ width: 80%; margin: 0 auto; }
.CpBanben .AlbumTitle{ font-size: 18px; color: #008edc; }
.CpBanben .AlbumTitle a{ display: block; line-height: 45px; width: 200px; border-radius: 50px;
	border: 1px solid #008edc; color: #008edc; margin: 0 auto; }
/*自定义 ProductVersion*/
.ProductVersion .InfoTitle{ color: #222; margin-bottom: 40px; }
.ProductVersion .AlbumWrap{ width: 70%; margin: 0 auto; padding: 50px 10px; border-radius: 5px; background: #FFF; color: #008edc; }
.ProductVersion .AlbumTitle{ font-size: 22px; margin-bottom: 30px; }
.ProductVersion .AlbumDescription span{ position: relative; font-size: 14px; color: #222; display: block; line-height: 45px; }
.ProductVersion .AlbumDescription a{ display: block; width: 150px; margin: 30px auto 0; line-height: 40px;
	border-radius: 50px; border: 1px solid #008edc; color: #008edc; transition-duration: .5s; }
.ProductVersion .AlbumWrap.on{ background: linear-gradient(to bottom, #1a4dde 0%,#03cdf3 100%);
	background: -moz-linear-gradient(top, #1a4dde 0%, #03cdf3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1a4dde), color-stop(100%,#03cdf3));
    background: -webkit-linear-gradient(top, #1a4dde 0%,#03cdf3 100%);
    background: -o-linear-gradient(top, #1a4dde 0%,#03cdf3 100%);
    background: -ms-linear-gradient(top, #1a4dde 0%,#03cdf3 100%); color: #FFF; }
.ProductVersion .AlbumWrap.on .AlbumDescription a{ background: #FFF; color: #222; box-shadow: 0 2px 4px 0 rgba(0,0,0,.1); border-color: transparent; }
.ProductVersion .AlbumWrap.on .AlbumDescription span{ color: #FFF; }

.productlist>li:nth-child(2n){ background-color: #f4f5f9; }
/*自定义 album_row_3*/
.album_row_3 .InfoTitle{ padding-bottom: 50px; }
.album_row_3 li{ width: 33.3333%; }
.album_row_3 .AlbumWrap{ overflow: hidden; padding: 20px 15px; margin: 15px; border-radius: 10px; background: #FFF; }
.album_row_3 .AlbumPicture{ float: left; width: 80px; height: 80px; margin-right: 20px; }
.album_row_3 .AlbumTitle{ font-size: 22px; color: #222; text-align: left; }
.album_row_3 .AlbumDescription{ height: 50px; line-height: 25px; text-align: left; font-size: 15px; margin-top: 8px; color: #888; }
/*scxcx4_style*/
.scxcx4_style .product_wrap{ width: 1100px; }
.scxcx4_style .InfoTitle{ padding-bottom: 20px; }
.scxcx4_style .product_wrap p{ font-size: 17px; }
/*自定义 code_list*/
.code_list .InfoTitle{ padding-bottom: 80px; }
.code_list .product_wrap{ padding: 80px 0; }
.code_list li{ width: 50%; }
.code_list .AlbumPicture{ width: 60%; margin: 0 auto; border-radius: 5px; overflow: hidden; }
.code_list .AlbumTitle{ font-size: 14px; color: #666; padding-top: 15px; }
/*自定义 XCX-case-list*/
.XCX-case-list .product_wrap{ width: 1200px; }
.XCX-case-list .InfoTitle{ padding-bottom: 10px; }
.XCX-case-list li{ width: 25%; }
.XCX-case-list .InfoWrap{ overflow: hidden; float: left; width: 1050px; }
.XCX-case-list .AlbumWrap{ position: relative; overflow: hidden; margin: 5px; border-radius: 5px; background: #FFF; transition-duration: .2s; }
.XCX-case-list .AlbumTitle{ padding-bottom: 15px; text-align: center; font-size: 18px; color: #666; }
.XCX-case-list .AlbumPicture{ width: 100%; height: 120px; display: flex; align-items: center; justify-content: center; }
.XCX-case-list .AlbumPicture img{ display: block; height: 80px; width: auto; margin: 0 auto; }
.XCX-case-list .client_code{ position: absolute; height: 0; width: 0; right: 0; bottom: 0; transition-duration: .2s; }
.XCX-case-list .client_code img{ display: block; height: 100%; padding: 20px 0; box-sizing: border-box; margin: 0 auto; }
.XCX-case-list .AlbumWrap:hover{ box-shadow: 0 0 8px 0 rgba(0,0,0,.2); }
.XCX-case-list .AlbumWrap:hover .client_code{ width: 100%; height: 100%; right: 0; bottom: 0; background: #FFF; z-index: 9; }
.XCX-case-list .InfoWrap.nav{ width: 150px; }
.XCX-case-list .InfoWrap.nav .AlbumWrap{ background: transparent; border-radius: 0; text-align: left; }
.XCX-case-list .InfoWrap.nav .AlbumTitle{ position: relative; display: inline-block; padding: 0 10px; cursor: pointer; line-height: 1; }
.XCX-case-list .InfoWrap.nav .AlbumWrap:hover{ box-shadow: none; }
.XCX-case-list .InfoWrap.nav{ display: flex; flex-direction: column; justify-content: space-between; align-items: center; height: 507px; }
.XCX-case-list .InfoWrap.nav li{ float: none; width: 100%; }
.XCX-case-list .InfoWrap.nav li:first-child .AlbumTitle{ color: #008edc; }
.XCX-case-list .InfoWrap.nav li:first-child .AlbumTitle:before{ content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 3px; background: #008edc; }
/*自定义info_334_style*/
.productlist .info_334_style{ background-size: auto; background-repeat: no-repeat; padding-bottom: 200px; }
.info_334_style .InfoTitle{ margin-bottom: 200px; }
.info_334_style .AlbumWrap{ width: 300px; font-size: 16px; line-height: 1.6em; color: #666; }
.info_334_style li{ overflow: hidden; text-align: left; }
.info_334_style li.n1 .AlbumWrap{ padding-top: 200px; }
.info_334_style li.n2 .AlbumWrap{ padding-bottom: 200px; float: right; }
.info_334_style li .AlbumTitle{ font-size: 24px; font-weight: bold; color: #008edc; }
.info_334_style li.n1 .AlbumTitle:before,.info_334_style li.n2 .AlbumTitle:before{ display: inline-block; width: 48px; line-height: 48px; margin-right: 10px; margin-bottom: 15px; border-radius: 50%; text-align: center; color: #fff; background-image: linear-gradient(45deg, #1e83ff, #3ca2ff); }
.info_334_style li.n2 .AlbumTitle:before{ content: "1"; }
.info_334_style li.n1 .AlbumTitle:before{ content: "2"; }
/*syj2_style*/
.syj2_style .InfoTitle{ color: #FFF; }
.syj2_style .InfoSContent{ color: #FFF; }
.syj2_style .InfoContent{ color: #eee; }
/*syj3_style*/
.syj3_style .AlbumPicture img{ border-radius: 50%; }
/*sc2_style*/
.sc2_style .InfoContent{ float: left; width: 60%; text-align: left; }
.sc2_style .InfoWrap{ float: right; width: 40%; }
/*sc1_style*/
.sc1_style .AlbumWrap{ position: relative; overflow: hidden; box-shadow: 0 0 10px 0 rgba(0,0,0,.1); border-radius: 6px; margin-top: 20px; }
.sc1_style .AlbumWrap:after{ content: ""; position: absolute; border-radius: 50%; top: 0; right: -50px; width: 100px; height: 100px; box-shadow: 0 0 5px 0 rgba(0, 142, 214, 0.3) }
.sc1_style .AlbumWrap:before{ content: ""; position: absolute; border-radius: 50%; top: -50px; right: 0; background: rgba(0, 142, 214, 0.04); width: 200px; height: 100px; box-shadow: 0 0 10px 0 rgba(0, 142, 214, 0.3) }
.sc1_style .AlbumTitle{ text-align: left; text-indent: 15px; margin-bottom: 15px; }
.sc1_style .AlbumPicture{ float: left; width: 250px; }
.sc1_style .AlbumPicture img{ width: 100%; }
.sc1_style .AlbumDescription{ text-align: left; padding-left: 15px; font-size: 14px; line-height: 2.4em; }
.sc1_style .AlbumDescription a{ position: absolute; right: 15px; bottom: 15px; width: 100px; height: 30px; line-height: 30px; text-align: center; border: 1px solid #008edc; color: #008edc; padding: 5px 20px; border-radius: 3px; }
/*sm-1_style*/
.sm-1_style li.n1:before,.sm-1_style li.n2:before,.sm-1_style li.n3:before{ display: inline-block; font-size: 36px;
	border-radius: 50%; width: 50px; height: 50px; padding: 15px; border-radius: 50%; line-height: 50px; color: #FFF;
    text-align: center; background-image: linear-gradient(45deg, #971515, #240000); }
.sm-1_style li.n1:before{ content: "1"; }
.sm-1_style li.n2:before{ content: "2"; }
.sm-1_style li.n3:before{ content: "3"; }
.sm-1_style .AlbumTitle{ font-size: 28px; margin-bottom: 0; }
.sm-1_style .AlbumDescription h2{ font-weight: normal; font-size: 22px; }
.sm-1_style .AlbumDescription p{ font-size: 18px; padding-top: 5px; }
/*sm0_style*/
.sm0_style .AlbumWrap{ position: relative; border-radius: 6px; overflow: hidden; box-shadow: 0 5px 15px 0 rgba(0,0,0,0.1); background: #FFF; }
.sm0_style .AlbumDescription{ position: absolute; display: flex; align-items: center; justify-content: center; text-align: left; top: 100%; height: 100%;
	box-sizing: border-box; left: 0; right: 0; margin: 0; padding: 20px; color: #FFF; background: rgb(0, 142, 214, .85);;
	font-size: 17px; font-weight: bold; transition: .4s; }
.sm0_style .AlbumWrap:hover .AlbumDescription{ top: 0; }
.sm0_style img{ transition-duration: .4s; }
.sm0_style .AlbumWrap:hover img{ transform: scale(.8); }
/*sm1_style*/
.sm1_style .InfoWrap{ display: flex; justify-content: center; flex-wrap: wrap; }
.sm1_style li{ margin-top: 30px; }
.sm1_style img{ border-radius: 50%; }
/*sm2_style*/
.sm2_style img{ border-radius: 16px; }
/*dy1_style*/
.dy1_style .product_wrap{ padding: 0; }
.dy1_style .InfoContent a{ display: inline-block; padding: 5px 30px; border: 1px solid #008edc; color: #008edc; border-radius: 5px; margin-top: 20px; }
/*掌柜星助手*/
.zgxzs_style .product_wrap{ width: 1100px; }
.zgxzs_style .InfoContent{ margin-top: 15px; font-size: 18px; }
.zgxzs_style .InfoContent a{ display: inline-block; padding: 0 25px; border: 1px solid #008edc; color: #008edc; border-radius: 3px; margin-top: 15px; }
/*----自定义----*/

/*===产品模型 结束===*/

/*===解决方案 开始===*/
/*banner文字*/
.project_banner_title{ color: #FFF; padding-bottom: .8em; font-weight: normal; font-size: 50px; }
.project_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; }
/*----公共----*/
.project_item:not(.title):nth-child(2n){ background-color: #f1f2f9; }
.project_item{ position: relative; z-index: 1; }
.project_item .bg{ position: absolute; top: 0; left: 0; bottom: 0; right: 0; z-index: -1; background-position: center; background-size: cover; background-repeat: no-repeat; }
.project_item .InfoTitle{ font-size: 36px; padding: 0 0 10px; color: #595961; font-weight: bold; text-align: center; }
.project_item .InfoSContent{ font-size: 22px; font-weight: normal; color: #595961; margin-bottom: 40px; text-align: center; }
.project_item .InfoContent{ font-size: 18px; line-height: 40px; color: #666; text-align: center; }
.project_item li{ position: relative; float: left; width: 33.3333%; text-align: center; }
.project_item .head{ margin-bottom: 50px; }
.project_item .head:empty{ margin-bottom: 0; }
.project_item .body:after,.project_relationlist:after,.project_albumlist:after,.project_albumlist2:after{ content: ""; display: block; clear: both; }
.project_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; }
.project_wrap{ position: relative; padding: 80px 0; width: 1200px; margin: 0 auto; overflow: hidden; }

.project_item[class*='project_s']:not(.project_s1) .project_wrap{ width: 1100px; }
.project_item[class*='project_s']:not(.project_s1) .project_info{ display: flex; align-items: center; justify-content: space-between; }
.project_item[class*='project_s']:not(.project_s1) .InfoContent{ text-align: left; font-size: 18px; line-height: 1.8em; }
.project_item[class*='project_s']:not(.project_s1) .InfoContent div{ color: #595961; font-size: 18px; }
.project_item[class*='project_s']:not(.project_s1) .InfoContent p{ color: #595961; font-size: 18px; }
.project_item[class*='project_s']:not(.project_s1) .InfoContent h1{ font-size: 30px; color: #595961; margin-bottom: 12px; }
.project_item[class*='project_s']:not(.project_s1) .InfoContent h2{ font-weight: normal; margin-bottom: 12px; }
.project_item[class*='project_s']:not(.project_s1) .InfoContent h3{ font-size: 40px; font-weight: normal; line-height: 1.4em; }
.project_item[class*='project_s']:not(.project_s1) .InfoContent h3:last-of-type{ margin-bottom: 30px; }
.project_item[class*='project_s']:not(.project_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; }
.project_item[class*='project_s']:not(.project_s1) .InfoContent blockquote p{ line-height: 30px; }
.project_item[class*='project_s']:not(.project_s1) .InfoContent a{ display: block; width: 150px; color: #FFF; line-height: 45px; margin-top: 40px; background: #008edc; border-radius: 4px; text-align: center; }
/*----公共----*/
/*文上图下*/
.project_s1 .project_wrap{ width: 100%; }
.project_s1 .project_info{ text-align: center; justify-content: center !important; }
.project_s1 .project_wrap .InfoSContent{ margin-bottom: 0; }
.project_s1 .project_wrap .head{ margin-bottom: 0; }
/*文右图左*/
.project_s3 .project_info .InfoContent{ order: 1; }
/*轮播(未完善)*/
/*自定义*/
.project_custom .project_relation_info{ margin: 0 15px; }
.project_custom .InfoWrap{ padding: 15px 0; }
.project_custom .Title{ font-size: 16px; }
/*----相册 和 自定义----*/
/*作为标题*/
.title_style .project_wrap{ padding-bottom: 0; }
.title_style .head{ margin: 0; }
/*解决方案痛点样式 tongdian_style*/
.tongdian_style .InfoTitle{ margin-bottom: 20px; }
.tongdian_style .AlbumPicture{ width: 126px; margin: 0 auto 15px; }
.tongdian_style .AlbumTitle{ font-size: 18px; font-weight: 700; color: #444; }
.tongdian_style .AlbumDescription{ width: 250px; margin: 10px auto 0; color: #666; line-height: 1.7em; font-size: 15px; }
/* fangan_style */
.fangan_style{ color: #FFF; padding-bottom: 50px; }
.fangan_style .InfoTitle{ color: #FFF; margin-bottom: 50px; }
.fangan_style .project_albumlist{ display: flex; justify-content: space-between; flex-wrap: wrap; }
.fangan_style .AlbumPicture{ width: 100px; height: 100px; margin: 0 auto 30px; border-radius: 50%; overflow: hidden; box-shadow: 0 2px 4px 0 rgba(0,0,0,.1); }
.fangan_style li{ text-align: left; overflow: hidden; }
.fangan_style li .project_album_info{ width: 250px; padding: 20px 0; }
.fangan_style li.n2,.fangan_style li.n1{ margin-bottom: 50px; }
.fangan_style li.m1 .project_album_info{ float: right; }
.fangan_style li.n1 .AlbumPicture{ background-image: linear-gradient(to bottom, #00acee, #1d98c7); background-color: #00acee;  }
.fangan_style li.n2 .AlbumPicture{ background-image: linear-gradient(to bottom, #0ac5d5, #08b3dc); background-color: #0ac5d5; }
.fangan_style li.n3 .AlbumPicture{ background-image: linear-gradient(to bottom, #ffc80b, #ffb20b); background-color: #ffc80b; }
.fangan_style li.n4 .AlbumPicture{ background-image: linear-gradient(to bottom, #f59864, #ff7469); background-color: #ff7469; }
.fangan_style .AlbumTitle{ font-size: 24px; margin-bottom: 10px; }
/*funeng1_style*/
.funeng1_style img{ width: 100%; }
/* info_345_style */
.info_345_style .project_album_info{ background: #FFF; }
/*ganyan_style*/
.ganyan_style .AlbumTitle{ font-weight: bold; font-size: 24px; }
.ganyan_style .AlbumDescription{ font-size: 18px; }
/*case_style*/
.case_style .project_relation_info{ position: relative; padding-bottom: 120px; overflow: hidden; box-shadow: 0 0 10px 0 rgba(0,0,0,.1); border-radius: 5px; }
.case_style .project_relation_info .InfoWrap{ position: absolute; box-sizing: border-box; bottom: 0; height: 100%; left: 0; right: 0; background: #FFF; padding: 15px 30px; text-align: left; transform: translateY(245px); transition-duration: .4s; }
.case_style .project_relation_info .Logo{ height: 50px; }
.case_style .project_relation_info .Logo img{ width: auto; height: 100%; }
.case_style .project_relation_info .Title{ font-size: 18px; color: #222; margin: 15px 0 30px; }
.case_style .project_relation_info .Content{ line-height: 1.8em; font-size: 15px; color: #555; }
.case_style .project_relation_info:hover .InfoWrap{ transform: translateY(0); padding-top: 30px; }
/*baozhang_style*/
.baozhang_style .InfoTitle{ margin-bottom: 50px; }
.baozhang_style .project_album_info{ overflow: hidden; width: 220px; margin: 0 auto; }
.baozhang_style .AlbumPicture img{ float: left; width: 80px; margin-right: 10px; }
.baozhang_style .AlbumTitle{ font-size: 18px; padding-top: 15px; text-align: left; }
.baozhang_style .AlbumDescription{ text-align: left; }
/*直播卖货 开始*/
/*yx1_style*/
.yx1_style .bg{ background-size: auto; }
.yx1_style .project_albumlist{ float: left; width: 45%; position: relative; }
.yx1_style .project_albumlist:after{ content: ""; position: absolute; border: 1px dashed #3185ff; height: 286px; left: 114px; bottom: -15px; z-index: -1; }
.yx1_style .project_albumlist1{ float: right; width: 45%; background: url(../images/s_line.png) no-repeat; background-position: 84px 205px; padding-bottom: 50px; }
.yx1_style li{ float: none; width: auto; margin-top: 35px; }
.yx1_style li.n1{ margin-top: 0; }
.yx1_style li.n1 .AlbumTitle{ display: block; width: auto; height: auto; line-height: normal; background: transparent; border-radius: 100%; margin: 0;
	 font-size: 50px; font-weight: bolder; color: #3185ff; text-shadow: 1px 0px 0px #3185ff, -1px 0px 0px #3185ff; letter-spacing: 2px; }
.yx1_style li.n1 .AlbumDescription{ width: auto; text-align: center; display: inline-block; padding: 20px 40px; border: solid 4px #3185ff; font-size: 30px; font-weight: bold; color: #3185ff; border-radius: 80px; }
.yx1_style .AlbumTitle{ display: inline-block; width: 33px; height: 33px; text-align: center; line-height: 33px; background: #3a8aff; color: #fff; border-radius: 100%; margin-right: 17px; vertical-align: middle; }
.yx1_style .AlbumDescription{ display: inline-block; width: 290px; text-align: left; vertical-align: middle; color: #3185ff; }
.yx1_style .project_albumlist1 li.n1 .AlbumTitle{ color: #b3b3b3; text-shadow: 1px 0px 0px #b3b3b3, -1px 0px 0px #b3b3b3; }
.yx1_style .project_albumlist1 li.n1 .AlbumDescription{ color: #b3b3b3; border: solid 4px #b3b3b3; }
.yx1_style .project_albumlist1 li{ color: #b3b3b3; width: 50%; float: left; }
.yx1_style .project_albumlist1 li.n1{ width: auto; float: none; }
.yx1_style .project_albumlist1 li.n2 .project_album_info{ padding-left: 50px; }
.yx1_style .project_albumlist1 li.n3 .project_album_info{ padding-right: 50px; }
.yx1_style .project_albumlist1 li.n4{ margin-top: 8px; }
.yx1_style .project_albumlist1 li.n4 .project_album_info{ padding-left: 100px; }
.yx1_style .project_albumlist1 li.n5{ margin-top: 8px; }
.yx1_style .project_albumlist1 li.n5 .project_album_info{ padding-right: 30px; }
.yx1_style .project_albumlist1 li.n5 .AlbumDescription{ width: 150px; }
.yx1_style .project_albumlist1 .AlbumTitle{ display: block; background: #b3b3b3; margin: 0 auto 15px; }
.yx1_style .project_albumlist1 .AlbumDescription{ display: block; width: 180px; margin: 0 auto; text-align: center; color: #7d7d7d; font-size: 13px; }
/*yx2_style*/
.yx2_style .bg{ width: 1200px; margin: auto; background-size: 600px; background-position: left 230px; }
.yx2_style li{ float: none; width: auto; }
.yx2_style .project_albumlist{ float: right; width: 422px; margin: 20px 0 50px; }
.yx2_style .project_album_info{ display: flex; align-items: center; }
.yx2_style .AlbumTitle{ width: 48px; line-height: 48px; border-radius: 50%; color: #FFF; font-size: 24px; }
.yx2_style li.n1 .AlbumTitle{ background-image: linear-gradient(45deg, #f07e65, #ff4036); }
.yx2_style li.n2 .AlbumTitle{ background-image: linear-gradient(45deg, #786fff, #31aaff); }
.yx2_style li.n3 .AlbumTitle{ background-image: linear-gradient(45deg, #ffa65a, #ff7f3e); }
.yx2_style li.n4 .AlbumTitle{ background-image: linear-gradient(45deg, #70a8fd, #4085fd); }
.yx2_style li.n5 .AlbumTitle{ background-image: linear-gradient(45deg, #e087f7, #c986fe); }
.yx2_style li.n6 .AlbumTitle{ background-image: linear-gradient(45deg, #f8647e, #f577a8); }
.yx2_style .AlbumDescription{ line-height: 80px; padding-left: 20px; font-size: 22px; color: #333333; }
/*yx3_style*/
.yx3_style .InfoTitle,.yx3_style .InfoSContent{ color: #FFF; }
.yx3_style .bg{ background-position: center 240px; background-size: 500px; }
.yx3_style .project_albumlist{ padding: 160px 0; }
.yx3_style .AlbumDescription{ color: #555; }
.yx3_style .AlbumDescription span{ display: block; font-size: 18px; color: #222; }
.yx3_style li{ width: 50%; text-align: right; }
.yx3_style li.m0 .AlbumPicture{ float: right; }
.yx3_style li.m1 .AlbumPicture{ float: left; }
.yx3_style .project_album_info{ width: 300px; background: #FFF; border-radius: 10px; box-shadow: 0 0 10px 0 rgba(0,0,0,.1); padding: 25px 15px; }
.yx3_style li.m1 .project_album_info{ margin-left: auto; text-align: left; }
.yx3_style li.n1 .project_album_info{ margin-left: 50px; margin-bottom: 50px; }
.yx3_style li.n2 .project_album_info{ margin-right: 50px; margin-bottom: 50px; }
.yx3_style .foot a{ background: #FFF; color: #257dff; }
/*yx4_style*/
.yx4_style .AlbumTitle{ font-size: 16px; color: #444; }
/*yx5_style*/
.yx5_style .project_album_info{ margin: 5px; position: relative; }
.yx5_style .AlbumPicture{ position: relative; height: 150px; overflow: hidden; border-radius: 5px; box-shadow: 0 0 5px 0 rgba(0,0,0,.1); }
.yx5_style img{ position: absolute; width: 106%; left: -3%; top: -3%; filter: blur(2px); }
.yx5_style .AlbumTitle{ position: absolute; color: #FFF; font-size: 18px; font-weight: bold; line-height: 100%; width: 100%; text-align: center; left: 0; top: 46%; }
/*直播卖货 结束*/
/*新零售 开始*/
/*xls1_style*/
.xls1_style img{ width: 80px; }
.xls1_style .AlbumTitle{ margin-top: 15px; }
/* xls2_style */
.xls2_style .bg{ background-size: auto; background-position: center 200px; }
.xls2_style .body{ position: relative; height: 460px; }
.xls2_style li{ position: absolute; width: 320px; }
.xls2_style li .AlbumTitle{ font-size: 26px; }
.xls2_style li .AlbumDescription{ padding-top: 5px; line-height: 1.8em; color: #444; font-size: 17px; }
.xls2_style li.n1{ top: 5px; right: 60px; text-align: left; }
.xls2_style li.n1 .AlbumTitle{ color: #0594ff; }
.xls2_style li.n2{ top: 196px; left: 60px; text-align: right; }
.xls2_style li.n2 .AlbumTitle{ color: #04c6e9; }
.xls2_style li.n3{ top: 300px; right: 20px; text-align: left; }
.xls2_style li.n3 .AlbumTitle{ color: #0dccb8; }
/*xls12_style*/
.xls12_style img{ width: 100%; }
/*xls20_style*/
.xls20_style .project_albumlist{ display: flex; flex-wrap: wrap; justify-content: space-between; }
.xls20_style li{ width: auto; }
/*新零售 结束*/
/*自定义info_336_style*/
.productlist .info_336_style{ background-size: auto; background-repeat: no-repeat; background-color: #FFF !important; }
.info_336_style .AlbumWrap{ 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 .AlbumWrap{ float: right; }

.info_336_style .project_album_info{ width: 300px; padding: 50px 0; font-size: 16px; line-height: 1.6em; color: #666; }
.info_336_style .bg{ background-size: auto !important; }
.info_336_style li{ overflow: hidden; }
.info_336_style li.m1 .project_album_info{ float: right; }
.info_336_style li .AlbumTitle{ position: relative; padding-top: 140px; z-index: 1; }
.info_336_style li .AlbumTitle:before{ position: absolute; top: -10px; left: 80px; width: 80px; line-height: 80px; margin-bottom: 15px; border-radius: 10px; text-align: center; color: #fff; font-size: 34px; background-image: linear-gradient(45deg, #1e83ff, #3ca2ff); }
.info_336_style li .AlbumTitle:after{ content: ""; position: absolute; top: 0; left: 0; right: 0; margin: auto; border: 15px solid #ededed; border-radius: 10px; width: 80px; height: 80px; z-index: -1; }
.info_336_style li.n1 .AlbumTitle:before{ content: "01"; }
.info_336_style li.n2 .AlbumTitle:before{ content: "02"; }
.info_336_style li.n3 .AlbumTitle:before{ content: "03"; }
.info_336_style li.n4 .AlbumTitle:before{ content: "04"; }
.info_336_style li.n5 .AlbumTitle:before{ content: "05"; }
.info_336_style li.n6 .AlbumTitle:before{ content: "06"; }
/*----自定义 结束----*/

/*===精美单页 开始===*/
/*banner*/
.body_superpage .bannerlist li{ min-height: 200px; }
.body_superpage .BannerChannelPicture{ overflow: hidden; height: 100%; width: 1200px; margin: 0 auto; }
.body_superpage .bannerlist li .BannerChannelPicture img{ margin: 0; width: auto; float: right; height: 100%; }
/*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 .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: 30px; padding: 0 0 10px; color: #595961; font-weight: 700; text-align: center; }
.superpage_item .InfoSContent{ font-size: 20px; font-weight: normal; color: #888; 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; line-height: 2.0em; }
.superpage_item[class*='superpage_s']:not(.superpage_s1) .InfoContent h1{ font-size: 30px; color: #595961; margin-bottom: 30px; }
.superpage_item[class*='superpage_s']:not(.superpage_s1) .InfoContent h2{ font-size: 30px; font-weight: normal; margin-bottom: 30px; }
.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: 180px; color: #FFF; line-height: 50px; margin-top: 40px; background: #1c88ff; box-shadow: 0 8px 20px 0 rgba(28,136,255,.3); border-radius: 50px; text-align: center; font-size: 18px; cursor: pointer; }
.superpage_item[class*='superpage_s']:not(.superpage_s1) .InfoContent a:hover{ background: #1773d8; }
/*----公共----*/
/*文上图下*/
.superpage_s1 .superpage_wrap{ width: 100%; }
.superpage_s1 .superpage_info{ text-align: center; justify-content: center !important; }
/*左文右图,左图右文*/
.superpage_s3 .superpage_wrap .head{ order: 1; }
.superpage_s2 .superpage_wrap,.superpage_s3 .superpage_wrap{ display: flex; align-items: center; justify-content: space-between; }
.superpage_s2 .superpage_info img,.superpage_s3 .superpage_info img{ max-width: 780px; }
/*轮播*/
.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: 1440px; 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_info .AlbumTitle{ white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding: 10px; color: #454649; font-size: 16px; }
.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: #888; 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; }
/*有阴影的相册*/
.add_shadow .superpage_album_info{ margin: 0 30px; padding: 40px 0; box-shadow: 0 0 10px 0 rgba(0,0,0,.1); border-radius: 16px; background: #FFF; }
/*相册标题上下padding*/
.add_padding .superpage_album_info{ padding: 50px 0; }
.add_padding .AlbumTitle{ padding: 15px 0; }
.add_padding img{ width: 100px; }
/*自定义*/
/*手机微信网站建设-手机站四大优势板块*/
.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; }
/*多端小程序-微信小程序-1板块*/
.style372_1 .superpage_album_info{ box-shadow: 0 5px 20px 5px rgba(217,223,231,0.4); padding: 100px 20px; margin: 0 50px; border-radius: 6px; transition-duration: .3s; }
.style372_1 .superpage_album_info:hover{ box-shadow: 0 5px 20px 5px rgba(217,223,231,0.6)  }
.style372_1 .AlbumTitle{ font-size: 18px; line-height: 60px; }
/*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; }
/*style382_4*/
.style382_4 img{ width: 100px; }
.style382_4 .AlbumTitle{ font-size: 20px; padding: 15px 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_1198 合作加盟-友点cms建站*/
.info_1198 .superpage_album_info{ margin: 60px 10px 0; padding: 40px 0; box-shadow: 0 0 10px 0 rgba(0,0,0,.1); border-radius: 16px; background: #FFF; }
.info_1198 .AlbumPicture{ margin-top: -80px; }
.info_1198 .AlbumPicture img{ border: 12px solid #FFF; border-radius: 50%; }
.info_1198 .AlbumTitle{ position: relative; margin-bottom: 50px; padding-bottom: 20px; margin-top: 40px; }
.info_1198 .AlbumTitle:after{ content: ""; position: absolute; bottom: 0; left: 50%; margin-left: -20px; width: 40px; height: 2px; background: #008edc; }
.info_1198 .AlbumDescription{ line-height: 2.0em; }
/*info_1197 合作加盟-友点cms建站*/
.info_1197 .bg{ bottom: 50px; }
.info_1197 .superpage_albumlist{ padding: 100px 0; }
.info_1197 .superpage_album_info{ overflow: hidden; background: #FFF; box-shadow: 0 0 10px 0 rgba(0,0,0,.1); width: 200px; padding: 20px 30px; border-radius: 10px; margin: 0 auto; }
.info_1197 li.m0{ text-align: right; }
.info_1197 li.m1{ text-align: left; }
.info_1197 li.m0 .AlbumPicture{ float: right; margin-left: 15px; }
.info_1197 li.m1 .AlbumPicture{ float: left; margin-right: 15px; }
.info_1197 li.n3 .superpage_album_info{ transform: translateX(-50px); }
.info_1197 li.n4 .superpage_album_info{ transform: translateX(50px); }
.info_1197 .AlbumTitle{ margin: 0; }
.info_1197 .AlbumDescription{ margin-top: 5px; }
.info_1197 .InfoPicture{ width: 800px; }
/*h5产品介左图右文 和 左文右图自定义样式*/
.h5_left_right .InfoTitle{ text-align: left; }
.h5_left_right .InfoSContent{ font-size: 22px; color: #595961; text-align: left; }
.h5_left_right .InfoContent p{ position: relative; text-indent: 15px; }
.h5_left_right .InfoContent p:before{ content: ''; position: absolute; left: 2px; top: 0; bottom: 0; margin: auto; width: 6px; height: 6px; background: #999; transform: rotate(45deg); }
/*h5产品介绍 第1 板块*/
.h5_1 .superpage_albumlist .AlbumTitle{ margin: 15px 0; font-weight: 700; color: #686868; }
/*h5产品介绍 三步*/
.h5_2 .superpage_albumlist .AlbumTitle{ position: relative; z-index: 1; padding-top: 12px; }
.h5_2 .superpage_albumlist .AlbumTitle:after{ font-size: 65px; color: #e8e9ef; position: absolute; left: 0 ; right: 0; top: -20px; text-align: center; z-index: -1; }
.h5_2 .superpage_albumlist li.n1 .AlbumTitle:after{ content: '01'; }
.h5_2 .superpage_albumlist li.n2 .AlbumTitle:after{ content: '02'; }
.h5_2 .superpage_albumlist li.n3 .AlbumTitle:after{ content: '03'; }
.h5_2 .superpage_albumlist li{ position: relative; }
.h5_2 .superpage_albumlist li:after{ content: ''; position: absolute; right: -15px; top: 0; bottom: 0; margin: auto; width: 50px; height: 50px; border: 5px solid #e1e2e9;
	border-bottom: 0; border-left: 0; transform: translateX(0) rotate(45deg); }
.h5_2 .superpage_albumlist li.n1:after{ animation: jiantou 2.5s infinite ease-in-out; }
.h5_2 .superpage_albumlist li.n2:after{ animation: jiantou 2.5s .5s infinite ease-in-out; }
.h5_2 .superpage_albumlist li.n3:after{ display: none; }
@keyframes jiantou
{
    0% { transform: translateX(0) rotate(45deg); }
    50%{ transform: translateX(20px) rotate(45deg); }
    100% { transform: translateX(0) rotate(45deg); }
}
/*h5产品介绍 海量模板*/
/*.h5_3 .superpageslidelist_main{ width: 85%; }*/
.h5_3 .superpageslide_info{ position: relative; margin: 10px 10px 25px; padding: 0; box-shadow: 0 8px 20px -7px rgba(0,0,0,.15); border-radius: 4px; overflow: hidden; transition-duration: .5s; }
.h5_3 .superpageslide_info .AlbumTitle{ padding: 15px 10px; }
.h5_3 .superpageslide_info:hover{ transform: translateY(-10px); box-shadow: 0 8px 20px -5px rgba(0,0,0,.3); }
.h5_3 .InfoContent a{ display: block; width: 180px; line-height: 50px; margin: 15px auto 0; border-radius: 50px; cursor: pointer; color: #FFF; background: #1c88ff; box-shadow: 0 8px 20px 0 rgba(28,136,255,.3); }
.h5_3 .InfoContent a:hover{ opacity: .85; }
.h5_3 .AlbumDescription{ display: none; }
.h5_3 li:hover .AlbumDescription_Img{ display:block; }
.h5_3 .AlbumDescription_Img{ position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; width: 60%;padding: 4px;
    background: #FFF; border-radius: 4px; box-shadow: 0 0 10px rgba(0,0,0,.1); }
/*产品介绍 购买*/
.h5_8 .superpage_relation_info{ margin: 0 20px; padding: 30px; background-color: #FFF; box-shadow: 0 8px 20px -7px rgba(0,0,0,.15); border-radius: 4px; }
.h5_8 .Logo{ display: none; }
.h5_8 .Title{ font-size: 34px; margin-bottom: 10px; }
.h5_8 .Content{ font-size: 13px; color: #999; }
.h5_8 .superpage_relation_info_albumlist{ margin: 30px 0; }
.h5_8 .superpage_relation_info_albumlist .AlbumTitle{ color: #999; line-height: 1.6em; }
.h5_8 .superpage_relation_info_albumlist .more_btn{ color: #0b6eca; }
.h5_8 .info_price{ color: #ff6800; font-size: 28px; font-weight: 600; }
.h5_8 .info_price span{ font-size: 16px; }
.h5_8 .market_price{ color: #999; text-decoration: line-through; }
.h5_8 .buy_btn{ display: block; width: 180px; line-height: 45px; margin: 15px auto 0; border-radius: 50px; cursor: pointer; color: #FFF; background: #1c88ff; box-shadow: 0 8px 20px 0 rgba(28,136,255,.3); }
.h5_8 .buy_btn:hover{ opacity: .85; }
.h5_8 li.n1 .Title{ color: #56BF5C; }
.h5_8 li.n2 .Title{ color: #DFA851; }
.h5_8 li.n3 .Title{ color: #ff6800; }
.h5_8 li{ transform: scale(.95); }
.h5_8 li.n2{ transform: scale(1.05); }
/*----自定义 结束----*/

/*底部联系（引导）按钮*/
/*行业解决方案（子集共用）*/
.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: 50px 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: 8px 50px; border: 1px solid #FFF; font-size: 16px; 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: #53abfb; }
.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.s1.notContent .InfoTitle{ color: #FFF; }
.joinlist li.s1.notContent .InfoSContent{ color: #FFF; }

/*文左图右*/
.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; }
/*===招商加盟 结束===*/

/*===帮助频道  开始===*/
.help{}
.help_title{ background: #008edc; }
.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: #008edc !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: #008edc; }
.cataloglist .depth3 a:hover{ color: #008edc; }
.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 #008edc; }
.help_body .switch_tab span{ float: left; width: 50%; line-height: 35px; text-align: center; cursor: pointer; }
.help_body .switch_tab span.on{ background: #008edc; 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: #008edc; }
/*常见问题*/
.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 #008edc; 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: #008edc; }
.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}

/*Logo*/
.logo_height{ height: 70px; }
#logo_main { position:fixed;left:0;top:0;width:100%;z-index:9999; transition-duration: .4s;}
.logo_main_notindex { background:#fff;z-index:9999;}
.logo_main_notop{ background:#fff; box-shadow: 0 0 5px 0 rgba(0,0,0,.1); }
#logo { overflow: visible; width:1360px;  margin:0 auto; }
#logo:after{ content: "";display: block;clear: both; }

#logo .WebLogo{ float:left;padding: 8px 0;}
#logo .Language{width:500px;float:right; padding:10px;}
#logo .Language .MobileEdition{ font-weight: bold; color:red;}
#logo .Member { width:500px; height:35px; line-height:35px; float:right; text-align:right;font-weight:bold; }
#logo .Member .MemberName, #logo_main .Member .MemberGroupName{color:#F30}

/*登录注册*/
.login-wrap{ float: right; height: 70px; width: 200px; margin-left: 20px;  }
.login-wrap a{ width: 80px; line-height: 70px; text-align: center; color: #FFF; border: 1px solid #FFF; 
border-radius: 50px;  padding:0 5px; }
.login-wrap 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;}
.logo_main_notop .login-wrap a{ border-color: #008edc; color: #008edc; }

.logo_main_notindex .login-wrap a{ border-color: #008edc; color: #008edc; }
.logo_main_notop .login-wrap a.reg{ border: 1px solid #008edc; background: #008edc; color: #FFF; }
.logo_main_notindex .login-wrap a.reg{ border: 1px solid #008edc; background: #008edc; color: #FFF; }


/*导航*/
#navigation_main { background:#017834;}
#navigation { float:right; }
.navigationlist:after{ content: "";display: block;clear: both; }
.navigationlist .navigationlist-item{ float:left; text-align:center; position: relative; }
.navigationlist .navigationlist-item a.ChannelName{ padding: 0 20px; line-height:70px; height:70px; display:block; text-align:center; font-size:16px; color:#fff; }
.navigationlist .navigationlist-item:hover a.ChannelName { text-decoration:none; opacity: .7; }
.navigationlist .navigationlist-item a.ChannelName.down:after{ content: ''; padding: 7px; background: url('../images/down_d.png') 2px center no-repeat; background-size: 16px; }
.navigationlist .navigationlist-item a.ChannelName.current{ color:#FFF !important; }
/*导航栏下拉*/
.subnavigationlist{ display:none; position:absolute; white-space: nowrap; padding: 20px; background: #FFF; z-index:999; box-shadow: 0 0 10px 0 rgba(0,0,0,.1); border-radius: 6px; }
.subnavigationlist:after{ content: ""; position: absolute; width: 16px; height: 16px; top: -12px; left: 0; right: 0; margin: auto; background: url(../images/icon_point.png) center no-repeat;  }
.subnavigationlist ul.depth2{ display: inline-block; vertical-align: top; padding: 0 10px; }
.subnavigationlist li.title{ color: #999; font-size: 15px; border-bottom: 1px solid #ddd; }
.subnavigationlist li { line-height:40px;height:40px;}
.subnavigationlist li a.info_title { display:block; min-width: 120px; margin: 0 auto; white-space:nowrap; overflow: hidden; text-overflow: ellipsis; font-weight:normal; font-size:14px; text-align:center; line-height:40px; height:40px;}
.subnavigationlist li a.info_title:hover { color:#008edc; }
.subnavigationlist a.navli_product{ display: block; white-space: nowrap; padding: 15px 10px; overflow: hidden; text-align: left; border-bottom: 1px solid #f1f1f1; }
.subnavigationlist a.navli_product:last-child{ border: 0; }
.subnavigationlist a.navli_product:hover{ background: #f1f2f9; border-radius: 6px; }
.subnavigationlist a.navli_product img{ width: 38px; height: 38px; margin-right: 10px; border-radius: 6px; vertical-align: middle; }
.subnavigationlist a.navli_product div{ display: inline-block; vertical-align: middle; }
.subnavigationlist a.navli_product span{ color: #232429; font-size: 15px; }
.subnavigationlist a.navli_product p{ color: #888; font-size: 12px; padding: 0; margin: 0; }

.logo_main_notindex .navigationlist a.ChannelName{ color:#333;}
.logo_main_notindex .navigationlist a.ChannelName.down:after{ background: url('../images/down.png') 2px center no-repeat; background-size: 16px; }
/*.logo_main_notindex .navigationlist a.ChannelName.down.current:after{ background: url('../images/down_active.png') 2px center no-repeat; background-size: 16px; }*/
.logo_main_notindex .navigationlist a.ChannelName.current{ color:#008edc !important; }
.logo_main_notop .navigationlist a.ChannelName.down:after{ background: url('../images/down.png') 2px center no-repeat; background-size: 16px; }
/*.logo_main_notop .navigationlist a.ChannelName.down.current:after{ background: url('../images/down_active.png') 2px center no-repeat; background-size: 16px; }*/
.logo_main_notop .navigationlist a.ChannelName.current{ color:#008edc !important; }
.logo_main_notop #logo .navigationlist a.ChannelName{color:#333;}
.logo_main_notop #logo .navigationlist a.ChannelName:hover{opacity: .7;}
.logo_main_notop #logo .navigationlist a.current{color:#008edc;}

/*公告*/
#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; max-width: 100%; float: right; }
/*首页幻灯片*/
.bannerlist{}
.bannerlist li{ position: relative; text-align:center; border:0px dashed red; overflow:hidden; display:block;}
.bannerlist .BannerImage{ display: block; width: 1200px; margin: 0 auto; overflow: hidden; }
.bannerlist .BannerImage img{ max-width: 100%; padding: 100px 0; float: right; }
.bannerlist .BannerDescriptionWrap{ position: absolute; display: flex; align-items: center; height: 300px; width: 1200px; top: 0; bottom: 0; right: 0; left: 0; margin: auto; }
.bannerlist .BannerDescription{ text-align: left; color: #FFF; }
.bannerlist .BannerDescription h1{ font-size: 50px; padding-bottom: 5px; font-weight: normal; }
.bannerlist .BannerDescription h2{ font-size: 28px; padding-top: 25px; padding-bottom: 25px; line-height: 1em; font-weight: normal; }
.bannerlist .BannerDescription p{ font-size: 22px; padding-top: 15px; line-height: 1em; }
.bannerlist .BannerDescription a{ display: block; color: #FFF; line-height: 45px; height: 45px; width: 170px; margin-top: 65px; text-align: center; font-size: 20px; border-radius: 5px; border: 1px solid #fff; }
/*加盟模型的特殊处理*/
#banner.mode40 .BannerDescriptionWrap, #banner.top408 .BannerDescriptionWrap{ justify-content: center; }
.body_join .bannerlist li .Wrap{ flex-direction: column; }
.infowrap_joinBanner{ display: block; position: static; height: auto; width: 1000px; margin: 0 auto; }
.infowrap_joinBanner .BannerDescription{ border: 0; }
.bannerlist .BannerDescription .JoinBtnWrap{ width: 450px; margin: 100px auto 0; }
.bannerlist .BannerDescription .JoinBtnWrap a{ display: block; height: 65px; line-height: 90px; margin-top: 0; font-size: 16px; border: 0; color: #FFF; width: 180px; border-radius: 10px; box-shadow: 0 0 8px 0 rgba(0,0,0,.2); }
.bannerlist .BannerDescription .JoinBtnWrap a.btn1{ float: left; background: url(../images/joinTel.png) center 5px no-repeat; background-color: #008ed6; }
.bannerlist .BannerDescription .JoinBtnWrap a.btn2{ float: right; background: url(../images/joinUs.png) center 5px no-repeat; background-color: #f4cc0a; }
#jiamengtel{ position: relative; z-index: 1; }
#jiamengtel span{ width: 100%; height: 50px; line-height: 50px; position: absolute; left: 0; top: 100%; background: #FFF; color: #222; display: none; border-radius: 0 0 10px 10px; }
#jiamengtel:hover{ border-radius: 10px 10px 0 0; }
#jiamengtel:hover span{ display: block; font-size: 18px; font-weight: bold; }


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

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

/*当前位置*/
#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; }
.subchannellist li { display: inline-block; }
.subchannellist li a { position: relative; display: inline-block; padding: 20px 26px; 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: #008edc; 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; }
.subchannellist .depth1{ font-weight:normal; }
.subchannellist .depth2{ font-size:14px; text-indent:1.5em; background:none; }
.subchannellist .depth2 a{ border:none;}
.subchannellist .depth3{ font-size:14px; text-indent:3em}
.subchannellist .depth4{ font-size:14px; text-indent:4.5em}
.subchannellist .depth5{ font-size:14px; text-indent:6em}
.subchannellist .depth6{ font-size:14px; text-indent:7.5em}

/*搜索 */
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: #008edc; }

.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}

/*购买表格*/
table.cmstable{ padding: 0px; margin: 15px 0; box-shadow: 0 0 20px rgba(0,0,0,.1); background: #FFF; width: 100%; border-collapse: collapse; border:1px solid #ddd;border-right:none;border-bottom:none; }
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:8px; text-align:center; font-weight:bold; border:1px solid #ddd;border-top:none;border-left:none;}
table.cmstable td{ padding: 12px 8px; 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 td a{ display: block; width: 120px; margin: 0 auto; line-height: 40px; margin-top: 10px; background: #1c88ff; box-shadow: 0 8px 20px 0 rgba(28,136,255,.3); border-radius: 50px; color: #FFF; font-size: 14px; }
table.cmstable td a:hover{ color: #FFF; opacity: .85; }

/*-------------页脚 开始-----------*/
/*专题*/
.floor_7_main{ border-top: 1px solid #f1f1f1; }
.floor_7{ width: 1200px; margin: 0 auto; padding: 40px 0; }
.floor_7_1{ overflow: hidden; }
.floor_7_1 .diqi_title{ float: left; margin-right: 30px; font-size: 18px; font-weight: bold; color: #696868; }
.floor_7_1 .diqu_tabbar{ float: left; width: 1080px; }
.floor_7_1 .diqu_tabbar a{ float: left; font-size: 16px; cursor: pointer; padding: 0 20px 10px; }
.floor_7_1 .diqu_tabbar a.active{ color: #fc7602; }
.floor_7_1 .diqu_tabbar a:hover{ color: #fc7602; }
.floor_7_2 .diqulist{ overflow: hidden; padding-top: 30px; }
.floor_7_2 .diqulist li{ float: left; padding-right: 30px; margin-right: 30px; border-right: 1px solid #eee; line-height: 1; }

/*底部区域 页脚*/
#floor_6_main{ background:#252525;overflow:hidden;}
#floor_6{padding:40px 0 20px 0; overflow:hidden;border-bottom: 1px solid #1a1a1a;}
#floor_6_1{width:350px;float:right;text-align:center;border-left: 1px solid #333232;}
#floor_6_1 span{display:block;margin:10px 0 ;color:#999;}
#floor_6_1 .Propaganda{padding:10px 30px 0 0;color:#999;}
#floor_6_1 .Propaganda a{padding:0;color:#999;}
#floor_6_1 .Propaganda a:hover{padding:0;color:#fff;}
#floor_6_2{width:660px;float:left;}
/*二维码列表*/
.qrcodelist{overflow:hidden;}
.qrcodelist li p{display:block; font-size: 15px; color: #999; padding-top: 3px; }
.qrcodelist li img{width:135px; border-radius: 6px; background: #FFF; }

#hot-line{ clear: both; background: url(../images/kefu.png) 76px 2px no-repeat; padding: 4px; background-size: 38px; }
#hot-line span{ display: block; text-align: center; font-size: 26px; font-family: Impact;text-indent: 50px; color: #FFF; margin: 0; }
#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; }

#bottom_main{ background-color: #232323; }
#bottom{ position: relative; overflow: hidden; width: 1200px; margin: 0 auto; padding: 40px 0; color:#f0f0f0; border-bottom: 1px solid #000; }
#bottom:after,#bottom:before{ content: ""; display: block; position: absolute; top: 40px; left: 830px; bottom: 40px; border-left: 1px solid #333; }
#bottom:before{ left: 831px; border-left: 1px solid #000; }
#bottom2,#bottom3{ overflow: hidden; float: left; }

#bottom2{ width: 67%; }
.bottom_navigation{ overflow: hidden; }
.bottom_navigation a{ color: #eee; }
.bottom_navigation li.d1{ width: 33.333%; float: left; }
.bottom_navigation li .ChannelName{ font-size: 16px; padding: 10px 0; }
.subnavigationlist1{ margin-top: 15px; }
.subnavigationlist1 li a{ color: #969799; line-height: 2.0em; font-size: 14px; }
.subnavigationlist1 li a:hover{ color: #eee; }

/* 友情链接 */ 
#link_main { background:#111;}
#link { padding:20px 0 0 0;border-top: 1px solid #333232; }
.link_title { line-height: 42px;height: 42px;  color:#fff;float:left;}
.link_title h2 {line-height: 42px;height: 42px; font-size:12px; color:#fff; font-weight: normal;}
.link_body { color:#000; padding: 10px 0 30px 0;border-top:0px; border-bottom:0px; }
.link_bottom{}
.link_pic { overflow:auto; zoom:1;  }
.link_pic ul li { float:left; padding:1px 5px; text-align:center; width:112px;}
.link_pic img { width:86px; height:30px; padding:2px; border:1px solid #CCC; }
.link_pic ul li a:hover img { border:1px solid #6C9ACC; }
.link_text { overflow: hidden; zoom:1;  }
.link_text .link_text_title{float:left;width:80px;text-align:left; color:#8a8a8a;}
.link_text ul li { float:left; text-align:center; overflow:hidden;white-space:nowrap;padding: 0 15px;height:22px;}
.link_text ul li span{color:#8a8a8a;font-size:12px;}
.link_text a { line-height:22px; color:#8a8a8a; font-size:12px;}
.link_text a:hover { line-height:22px; color:#fff; }

.bottom_navigation{ width:840px; overflow:hidden; float:left; padding-left:10px; }
.bottom_navigation li{float:left; margin-right:60px; overflow:hidden;}
.bottom_navigation li.n1{margin-right:0;}
.bottom_navigation li span{ display:block; text-align:left; font-size:18px;  color:#fff; margin-bottom:20px; }
/*底部导航子导航*/
.bottom_navigation .subnavigationlist1 { width: 120px; }
.bottom_navigation .subnavigationlist1.c23{ width: 240px; }
.bottom_navigation .subnavigationlist1.c23 li{ float: left; width: 105px; }
.bottom_navigation .subnavigationlist1 li { float:none; padding:0px; line-height:28px; display:block; margin-right:15px;}
.bottom_navigation .subnavigationlist1 li a { color:#999; display:block;line-height: 40px; font-weight:normal;padding:0;margin:0;font-size: 13px;text-align:left;}
.bottom_navigation .subnavigationlist1 li a:hover{ color:#fc7602; }

/* 版权信息 */
#copyright_main { color:#8a8a8a;padding:15px 0; background:#333;text-align:center;font-size:12px;}
#copyright {  }
#copyright .bottom_navigation{text-align: center;padding: 5px 0px; }
#copyright a {color: #8a8a8a; text-decoration: none;}
#copyright a:hover {color: #fc7602; text-decoration: none;}
#copyright .bottom_info{ text-align:center;padding-top:5px; padding-right:10px; line-height:24px; }
#copyright .TechnicalSupport{ 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}


/*会员*/
/*会员登录 , 会员注册 , 密码找回*/
.body_login,.body_reg,.body_forget{ background: #f4f5f9; }
.body_login #logo_main,.body_reg #logo_main,.body_forget #logo_main{ background: transparent; }
.body_login #logo,.body_reg #logo,.body_forget #logo{ width: 100%; padding-left: 10px; box-sizing: border-box; }
.frm{ position: fixed; width: 460px; top: 50%; left: 0; right: 0; margin: -240px auto 0; background: #FFF; padding: 60px; border-radius: 4px; }
.frm.login{ margin-top: -240px; }
.frm.reg{ margin-top: -310px; }
.frm.forget{ margin-top: -288px; }
.frm .title{ font-size: 26px; padding-bottom: 15px; color: #232323; font-weight: 500; }
.frm .input{ margin: 15px 0; border-bottom: 1px solid #e5e5e5; transition-duration: .5s; overflow: hidden; }
.frm .select{ margin: 15px 0 8px; border-bottom: 1px solid #e5e5e5; transition-duration: .5s; }
.frm .label label{ float: left; color: #666; }
.frm .select select{ width: 100%; margin: 0; border: 0; height: 48px; line-height: 48px; outline: none; font-size: 16px; cursor: pointer; }
.frm .input:hover,.frm .select:hover{ border-color: #008edc; }
.frm .input input{ border: 0; outline: none; margin: 0; line-height: 48px; width: 100%; font-size: 16px; }
.frm .input input.verifycode{ width: 300px; margin-right:3px; }
.frm .input input.smscode{ width: 300px; }
.frm .input input.btnSmsCode{ float: right; width: auto !important; color: #999; }
.frm .input input.btnSmsCode:hover{ color: #008edc; cursor: pointer; }
.frm .input input.btnSmsCode:active{ opacity: .8; }
.frm .input .code_image{ float: right; margin-top: 10px; }
.frm .submit_button{ background: #008edc; height: 48px; line-height: 48px; font-size: 18px; border: 0; color: #FFF; margin: 15px 0; cursor: pointer; transition-duration: .5s; width: 100%; outline: none; border-radius: 4px; }
.frm .submit_button:hover{ opacity: .9; }
.frm .submit_button:active{ background: #0179bb; }
.frm a,.frm span{ display: inline-block; vertical-align: middle; }
.frm a:hover{ color: #008edc; }
.frm i{ background-color: #ccc; margin: 0 5px; display: inline-block; vertical-align: middle; width: 1px; height: .85em; }

/*网站地图列表*/
.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}
/*==========@@公共板块  结束@@==========*/


/*==========@@通用列表 开始@@==========*/
.index_more{margin: 20px auto 0;width:150px;border:1px solid #008edc;text-align:center;display:block;overflow:hidden;height:40px;line-height:40px;color:#008edc; border-radius: 3px;}
.index_more:hover{background:#008edc;color:#fff;border:1px solid #008edc;}
/*文字列表*/
.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; }

.textlist1:after{ content: ''; display: block; clear: both; }
.textlist1_item{float:left;width:281px; margin-left: 25px; background: #FFF; border-radius: 3px; overflow: hidden; box-shadow: 0 5px 15px 0 rgba(0,0,0,.1); }
.textlist1_item.n1{ margin-left: 0; }
.textlist1_item .Channel_wrap{ position: relative; padding: 15px; color: #FFF; z-index: 1; }
.textlist1_item .ChannelName{ font-size: 18px; font-weight: 700; }
.textlist1_item .ChannelSContent{ font-size: 12px; opacity: .5; }
.textlist1_item .ChannelIcon{ position: absolute; top: 0; right: 0; z-index: -1; }
.textlist1_item i{ display: block; margin-top: 5px; width: 30px; height: 1px; background: #FFF; }
.textlist1_item li{ position: relative; padding: 15px; cursor: pointer; }
.textlist1_item li .title{ position: relative; padding-left: 15px; font-size: 16px; font-weight: 700; color: #70747d; }
.textlist1_item li .title:before{ content: ''; position: absolute; left: 0; top: 0; bottom: 0; margin: auto; width: 5px; height: 5px; border-radius: 50%; border: 2px solid #008edc; }
.textlist1_item li .scontent{ padding: 10px 0 0 15px; color: #73767c; font-size: 12px; line-height: 1.5em; height: 1.5em; overflow: hidden; }
.textlist1_item li span{ display: none; }
.textlist1_item li span a{ color: #008edc; }
.textlist1_item li.on{ background-color: #f0f1f3; background-image: linear-gradient(90deg, #f0f1f3, #f9fefa) }
.textlist1_item li.on span{ display: block; position: absolute; top: 15px; right: 15px; border-radius: 4px; padding: 5px 10px; background-color: #FFF; box-shadow: 2px 2px 10px 0 rgba(0,0,0,.1); }
.textlist1_item ul{ position: relative; padding-bottom: 36px; }
.textlist1_item ul a.viewmore{ position: absolute; bottom: 0; left: 0; right: 0; margin: 0 15px; padding: 10px 0; border-top: 1px solid #eee; font-size: 12px; }
/*文字列表4*/
.textlist4{ overflow:hidden;}
.textlist4 li {  width:50%;float:left; overflow:hidden;margin:0 0 10px 0;}
.textlist4 li .item_wrap{ border-radius: 10px; overflow: hidden; margin: 10px; padding: 15px; }
.textlist4 li .time_wrap{float:left;width:78px;overflow:hidden;}
.textlist4 li .time_wrap .day{font-size: 30px;line-height: 40px;display:block;text-align:center;padding: 5px 0 8px; color: #454649;}
.textlist4 li .time_wrap .year{font-size: 14px;line-height: 20px;display:block;text-align:center;padding: 2px 0; color: #999;}
.textlist4 li .info_wrap{width: 450px;float: left;margin-left:14px;overflow:hidden;}
.textlist4 li .info_wrap .InfoTitle{font-size: 17px;margin:2px 0;padding:4px 0;display:block;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight: bold; }
.textlist4 li .info_wrap .InfoContent{display:block;overflow:hidden;line-height: 1.8em;font-size:13px;padding:0;color:#999;width:100%;height:46px;}
.textlist4 li:hover .InfoTitle  { color:#008edc; }
/*文字列表5*/
.textlist5{ display: inline-block; text-align: center;overflow:hidden;margin: 0 0 30px 0; border-radius: 50px; }
.textlist5 a{ position: relative; line-height:45px; overflow:hidden;padding:20px 0; margin: 5px; border-radius:20px; padding: 10px 30px; color:#626262; font-size: 18px; }
.textlist5 a.on:after{ content: ""; position: absolute; bottom: 0; width: 3em; height: 2px; border-radius: 4px; background: #008ed6; left: 0; right: 0; margin: auto; }
/*带缩略图文字列表*/
.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: 30px 0; font-size: 18px; }
.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: 5em; height: 2px; border-radius: 4px; 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: 295px; 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: 120px; 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.n377 li{ float: left; width: 46%; margin-left: 8%; margin-bottom: 50px; border-radius: 6px; box-shadow: 0 2px 5px 0 rgba(0,0,0,.1); }
.thumblist1.n377 li:before{ content: "···"; display: block; background: #ebedef; height: 30px; border-radius: 6px 6px 0 0; line-height: 22px; font-size: 60px; color: #FFF; text-indent: 10px; }
.thumblist1.n377 li.m0{ margin-left: 0; }
.thumblist1.n378 li{ float: left; width: 20%; margin-right: 6.666666%; margin-bottom: 50px; }
.thumblist1.n378 li.m3{ margin-right: 0; }
.thumblist1.n378 li>a{ position: relative; border-radius: 16px; border: 10px solid #eee; border-top: 30px solid #eee; background: #eee; }
.thumblist1.n378 li>a:before{ content: ""; position: absolute; top: -15px; left: 0; right: 0; margin: auto; width: 40px; height: 5px; border-radius: 5px; background: #bbb; }
.thumblist1.n378 li .InfoPicture img{ border-radius: 8px; }
.thumblist1.n378 li .InfoTitle{ border-radius: 0 0 8px 8px; background: #FFF; line-height: 40px; }
.thumblist1.n378 .shade .detail_btn{ left: 10px; right: 10px; width: auto; margin-bottom: 10px; border-radius: 0 0 10px 10px; padding: 5px 0; }
.thumblist1.n378 .shade .detail_btn a{ width: 80%; border-radius: 6px; margin: 0; box-shadow: 0 0 8px 0 rgba(0,0,0,.1); }
.thumblist1:after{ content: ""; display: block; height: 0; clear: both; }
.thumblist1 li:hover .shade .detail_btn{ transform: translateY(-65px); }
.thumblist1 li:hover .shade img{ bottom: 0; opacity: 1; }
/*橱窗列表*/
.gridlist{ margin-top:5px; overflow: hidden; }
.gridlist li { width: 32%; float: left; margin-left: 2%; margin-bottom: 20px; }
.gridlist li.m0{ margin:0 !important; }
.gridlist li img { width:100%;transition: 0.5s ease-in-out;transform-origin: 50% 50%; }
.gridlist li a { white-space:nowrap;display:block;overflow:hidden;}
.gridlist li .InfoTitle{background:#f1f1f1; line-height:40px;}
.gridlist li:hover .InfoTitle  {background:#696969;color:#fff;}
.gridlist li:hover a{ color: #FFF; }
.gridlist li:hover a img {transform: scale(1.1); opacity: .5; }
.gridlist .QrCode{ position: absolute; width: 150px; height: 150px; top: -10%; bottom: -200%; left: 0; right: 0; margin: auto; background: #FFF;
	border-radius: 10px; box-shadow: 0 0 10px 0 rgba(0,0,0,.1); padding: 5px; transition-duration: .3s; color: #FFF; text-align: center; }
.gridlist .QrCode img{ display: block; margin-bottom: 5px; width: 100%; height: 100%; }
.gridlist .QrCode span{}
.gridlist li:hover .QrCode{ bottom: 0; }

.gridlist.c378 li{ position: relative; width: 23%; margin-left: 2.66666666%; overflow: hidden; box-sizing: border-box; padding: 10px; padding-top: 30px; padding-bottom: 0; background: #eee; border-radius: 16px; }
.gridlist.c378 li:after{ content: ""; position: absolute; top: 13px; left: 0; right: 0; margin: auto; width: 40px; height: 5px; border-radius: 5px; background: #bbb; }
.gridlist.c378 li a{ border-radius: 10px; overflow: hidden; }
.gridlist.c378 li:hover .InfoTitle{background:#eee; color: #626262;}
.gridlist.c378 li:hover a{color: #626262;}
/*橱窗列表1*/
.gridlist1{ overflow:hidden; }
.gridlist1 li { position: relative; float:left; width:33.333333%;text-align:center;margin:0 0 16px 0;}
.gridlist1 li img { width:100%;transition: 0.5s ease-in-out;transform-origin: 50% 50%; }
.gridlist1 li:hover img{transform: scale(1.1);}
.gridlist1 li a{display:block;overflow:hidden;}
.gridlist1 li a.InfoPicture{ height: 240px; }
.gridlist1 li a.f1{ display: none; position: absolute; right: 18px; bottom: 60px; width: 100px; height: 40px; background-color: #444; line-height: 40px; text-align: center; color: #FFF; -webkit-transition-duration: .2s; transition-duration: .2s; }
.gridlist1 li .Info_wrap{margin:0 8px; border-radius: 3px; overflow: hidden; box-shadow: 0 2px 10px 0 rgba(0,0,0,.1); }
.gridlist1 li .InfoTitle{ display:block;white-space:nowrap; line-height:40px;text-overflow:ellipsis; overflow:hidden;text-align:center; -webkit-transition: 0.3s linear;
-o-transition: 0.3s linear;transition: 0.3s linear; font-size:16px;}
.gridlist1 li:hover .InfoTitle{background:#696969;color:#fff;}
.gridlist1 li:hover a.f1{ display: block; }
.gridlist1 li a.f1:hover{ background-color: #000; box-shadow: 0 0 4px 0 rgba(0,0,0,.2); }
.gridlist1 li a:hover img {transform: scale(1.1);  }
/*橱窗列表3*/
.gridlist3{ overflow: hidden; }
.gridlist3_left{ float: left; width: 48%; color: #FFF; }
.gridlist3_left li{ display: none; }
.gridlist3_left li.on{ display: block; }
.gridlist3_left .scontent{ width: 540px; font-size: 60px; padding: 60px 0; }
.gridlist3_left .content{ width: 420px; text-align: justify; font-size: 20px; line-height: 36px; }

.gridlist3_right{ position: relative; float: right; width: 48%; color: #FFF; border: 1px solid #666; }
.gridlist3_right li{ width: 50%; float: left; text-align: center; padding: 50px 0; }
.gridlist3_right li .cname{ font-size: 20px; color: #FFF; }
.gridlist3_right li i{ display: block; margin: 25px auto; width: 25px; height: 1px; background: #FFF; }
.gridlist3_right li.on{ background: #f67524; }
.gridlist3_right:after,.gridlist3_right:before{ content: ''; position: absolute; background: #666; }
.gridlist3_right:after{ width: 100%; top: 50%; left: 0; height: 1px; }
.gridlist3_right:before{ height: 100%; left: 50%; top: 0; width: 1px; }
/*橱窗列表4*/
.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;}

/*右侧客服浮窗*/
.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: #008edc; }
.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: #008edc;
	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; 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; height: 130px; right: 120px; top: -32px; box-shadow: 0 0 12px 0 rgba(0,0,0,.3); border: 5px solid #FFF;
	opacity: 0; filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0); -webkit-transition-duration: .5s; transition-duration: .5s; background: #FFF; border-radius: 6px; }
.SonlineBox .contentBox .wxcodelist:hover{ overflow: visible; background: #008edc; }
.SonlineBox .contentBox .wxcodelist:hover .FooterText{ opacity: 1; filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100); right: 60px; }

.SonlineBox .contentBox .tellist .telephone{ position: relative; padding: 10px; width: 30px; height: 30px; background: #555; border-radius: 5px 0 0 5px; overflow: hidden; }
.SonlineBox .contentBox .tellist .telephone img{ display: block; width: 100%; }
.SonlineBox .contentBox .tellist .telephone font{ display:block; line-height:35px; font-family:'微软雅黑','黑体'; font-size:16px; color:#555;}
.SonlineBox .contentBox .tellist .telephone span{ display:block; line-height:25px; font-family:"Palatino Linotype", "Book Antiqua"; font-size:20px; color:#555; font-weight:bold;}
.SonlineBox .contentBox .tellist .telephone .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: #008edc 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 .telephone:hover{ overflow: visible; }
.SonlineBox .contentBox .tellist .telephone: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; }

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

/*付款方式版本表格样式*/
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;}