.zoomPad{
	position:relative;
	float:left;
	z-index:99;
	cursor:crosshair;
}


.zoomPreload{
   -moz-opacity:0.8;
   opacity: 0.8;
   filter: alpha(opacity = 80);
   color: #333;
   font-size: 12px;
   font-family:"Microsoft YaHei","微软雅黑";
   text-decoration: none;
   border: 1px solid #CCC;
   background-color: white;
   padding: 8px;
   text-align:center;
   background-image: url(../images/zoomloader.gif);
   background-repeat: no-repeat;
   background-position: 43px 30px;
   z-index:110;
   width:90px;
   height:43px;
   position:absolute;
   top:0px;
   left:0px;
    * width:100px;
    * height:49px;
}


.zoomPup{
	overflow:hidden;
	background-color: #FFF;
	-moz-opacity:0.6;
	opacity: 0.6;
	filter: alpha(opacity = 60);
	z-index:120;
	position:absolute;
	border:1px solid #CCC;
  z-index:101;
  cursor:crosshair;
}



.zoomOverlay{
	position:absolute;
	left:0px;
	top:0px;
	background:#FFF;
	/*opacity:0.5;*/
	z-index:5000;
	width:100%;
	height:100%;
	display:none;
  z-index:101;
}

.zoomWindow{
	position:absolute;
	left:110%;
	top:40px;
	background:#FFF;
	z-index:6000;
	height:auto;
  z-index:10000;
  z-index:110;
}
.zoomWrapper{
	position:relative;
	border:1px solid #C6C6C6;
  z-index:110;
}
.zoomWrapperTitle{
	display:block;
	background:#C6C6C6;
	color:#FFF;
	height:18px;
	line-height:18px;
	width:100%;
  overflow:hidden;
	text-align:center;
	font-size:10px;
  position:absolute;
  top:0px;
  left:0px;
  z-index:120;
  -moz-opacity:0.6;
  opacity: 0.6;
  filter: alpha(opacity = 60);
}
.zoomWrapperImage{
	display:block;
  position:relative;
  overflow:hidden;
  z-index:110;

}
.zoomWrapperImage img{
  border:0px;
  display:block;
  position:absolute;
  z-index:101;
}

.zoomIframe{
  z-index: -1;
  filter:alpha(opacity=0);
  -moz-opacity: 0.80;
  opacity: 0.80;
  position:absolute;
  display:block;
}

/*********************************************************
/ When clicking on thumbs jqzoom will add the class
/ "zoomThumbActive" on the anchor selected
/*********************************************************/
#baguetteBox-overlay { display: none; opacity: 0; position: fixed; overflow: hidden; top: 0; left: 0; width: 100%; height: 100%; background-color: #222; background-color: rgba(0, 0, 0, 0.8); -webkit-transition: opacity .5s ease; -o-transition: opacity .5s ease; -moz-transition: opacity .5s ease; transition: opacity .5s ease; z-index: 99999999999999999999999999999999999999; }

#baguetteBox-overlay.visible { opacity: 1; }

#baguetteBox-overlay .full-image { display: inline-block; position: relative; width: 100%; height: 100%; text-align: center; }

#baguetteBox-overlay .full-image figure { display: inline; margin: 0; height: 100%; }

#baguetteBox-overlay .full-image img { display: inline-block; width: auto; height: auto; max-height: 100%; max-width: 100%; vertical-align: middle; -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

#baguetteBox-overlay .full-image figcaption { display: block; position: absolute; bottom: 0; width: 100%; text-align: center; line-height: 1.8; color: #ccc; background-color: #000; background-color: rgba(0, 0, 0, 0.6); font-family:"Microsoft YaHei","微软雅黑"; }

#baguetteBox-overlay .full-image:before { content: ""; display: inline-block; height: 50%; width: 1px; margin-right: -1px; }

#baguetteBox-slider { position: absolute; left: 0; top: 0; height: 100%; width: 100%; white-space: nowrap; -webkit-transition: left .4s ease, -webkit-transform .4s ease; transition: left .4s ease, -webkit-transform .4s ease; -o-transition: left .4s ease, -o-transform .4s ease; -moz-transition: left .4s ease, transform .4s ease, -moz-transform .4s ease; transition: left .4s ease, transform .4s ease; transition: left .4s ease, transform .4s ease, -webkit-transform .4s ease, -moz-transform .4s ease, -o-transform .4s ease; transition: left .4s ease, transform .4s ease, -webkit-transform .4s ease; }

#baguetteBox-slider.bounce-from-right { -webkit-animation: bounceFromRight .4s ease-out; -moz-animation: bounceFromRight .4s ease-out; animation: bounceFromRight .4s ease-out; }

#baguetteBox-slider.bounce-from-left { -webkit-animation: bounceFromLeft .4s ease-out; -moz-animation: bounceFromLeft .4s ease-out; animation: bounceFromLeft .4s ease-out; }

.baguetteBox-button#next-button, .baguetteBox-button#previous-button { top: 50%; top: -webkit-calc(50% - 30px); top: -moz-calc(50% - 30px); top: calc(50% - 30px); width: 44px; height: 60px; }

.baguetteBox-button { position: absolute; cursor: pointer; outline: 0; padding: 0; margin: 0; border: 0; border-radius: 15%; background-color: #323232; background-color: rgba(50, 50, 50, 0.5); color: #ddd; font: 1.6em sans-serif; -webkit-transition: background-color .4s ease; -o-transition: background-color .4s ease; -moz-transition: background-color .4s ease; transition: background-color .4s ease; }

.baguetteBox-button:hover { background-color: rgba(50, 50, 50, 0.9); }

.baguetteBox-button#next-button { right: 2%; display: block !important; }

.baguetteBox-button#previous-button { left: 2%; display: block !important; }

.baguetteBox-button#close-button { top: 20px; right: 2%; right: -webkit-calc(2% + 6px); right: -moz-calc(2% + 6px); right: calc(2% + 6px); width: 30px; height: 30px; }

.baguetteBox-button svg { position: absolute; left: 0; top: 0; }

/*# sourceMappingURL=baguetteBox.css.map */

/* CSS Document */
* { margin: 0; padding: 0; -moz-box-sizing: border-box; box-sizing: border-box; }

html { font-size: 62.5%; }

body { color: #333; font-family:"Microsoft YaHei","微软雅黑"; font-size: 14px; font-size: 1.4rem; max-width: 1920px; margin: 0 auto; overflow-x: hidden; }

@media screen and (max-device-width: 320px) { body { -webkit-text-size-adjust: 100%; } }

@media screen and (max-device-width: 480px) { body { -webkit-text-size-adjust: 100%; } }

@media only screen and (-webkit-min-device-pixel-ratio: 2) { body { -webkit-text-size-adjust: 100%; } }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) { body { -webkit-text-size-adjust: 100%; } }

img { border: none; }

ul li { list-style-type: none; }

ul, form, p, a, img, table, tr, td, li, dd, dt, dl, span { margin: 0; padding: 0; list-style: none; }

a { text-decoration: none; color: #333; outline: none; -webkit-transition: 0.3s; -o-transition: 0.3s; -moz-transition: 0.3s; transition: 0.3s; }

h1, h2 { margin: 0; padding: 0; font-weight: normal; }

img { max-width: 100%; border: 0px solid #ccc; }

embed, video, iframe { max-width: 100%; }

input[type="submit"], textarea[type="submit"] { cursor: pointer; }

input[type="checkbox"], textarea[type="checkbox"] { cursor: pointer; }

input[type="radio"], textarea[type="radio"] { cursor: pointer; }

input, textarea, select { font-family:"Microsoft YaHei","微软雅黑"; font-size: 14px; font-size: 1.4rem; border: none; outline: none; background: none; }

input:focus, textarea:focus, select:focus { outline: none; }

textarea { resize: none; }

.pull-left { float: left; }

.pull-right { float: right; }

.clear { clear: both; }

.fix { *zoom: 1; }

.fix:after, .fix:before { display: block; content: "clear"; height: 0; clear: both; overflow: hidden; visibility: hidden; }

/* html5 */
article, aside, dialog, footer, header, section, footer, nav, figure, menu { display: block; }

::-webkit-input-placeholder { color: #A6A6A6; opacity: 1; }

/* WebKit browsers */
:-o-placeholder { color: #A6A6A6; opacity: 1; }

/* Mozilla Firefox 4 to 18 */
::-moz-placeholder { color: #A6A6A6; opacity: 1; }

/* Mozilla Firefox 19+ */
:-ms-input-placeholder { color: #A6A6A6; opacity: 1; }

/* Internet Explorer 10+ */
::-moz-selection { color: #fff; background: #C90D0D; }
::selection { color: #fff; background: #C90D0D; }

.self-ellipsis { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }

.self-ellipsis-2 { display: -webkit-box !important; overflow: hidden; white-space: normal !important; text-overflow: ellipsis; word-wrap: break-word; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }

.self-ellipsis-3 { display: -webkit-box !important; overflow: hidden; white-space: normal !important; text-overflow: ellipsis; word-wrap: break-word; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }

.self-ellipsis-4 { display: -webkit-box !important; overflow: hidden; white-space: normal !important; text-overflow: ellipsis; word-wrap: break-word; -webkit-line-clamp: 4; -webkit-box-orient: vertical; }

.relative { position: relative; }

.absolute { position: absolute; }

.common-vc { position: absolute; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }

.common-hc { position: absolute; left: 50%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); }

.common-center { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

.text-right { text-align: right; }

.text-left { text-align: left; }

.nlazy { min-width: 20%; }

/**/
.email { word-break: break-all; }

.scale-big img { -webkit-transition: all 350ms; -o-transition: all 350ms; -moz-transition: all 350ms; transition: all 350ms; }

.scale-big:hover img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }

.scale-small img { -webkit-transition: all 350ms; -o-transition: all 350ms; -moz-transition: all 350ms; transition: all 350ms; -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }

.scale-small:hover img { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }

[class*="-item"] .item-pic, [class*="-item"] .item-pics { position: relative; display: block; text-align: center; overflow: hidden; }

[class*="-item"] .item-pic img, [class*="-item"] .item-pics img { display: block !important; width: 100%; }

[class*="-item"] .item-title { overflow: hidden; }

[class*="-item"] .item-title a { display: block; }

[class*="-item"] .item-title a:hover { color: #C90D0D !important; }

[class*="-item"] .item-subt { overflow: hidden; }

[class*="-item"] .item-subt a { display: block; }

[class*="-item"] .item-subt a:hover { color: #C90D0D !important; }

[class*="-item"] .item-desc { overflow: hidden; color: #666; }

[class*="-item"] .item-desc a { display: block; color: #666; }

[class*="-item"] .item-desc a:hover { color: #C90D0D !important; }

.wp1 { width: 1400px; margin: auto; }

@media screen and (max-width: 1419px) { .wp1 { width: 1200px; } }

@media screen and (max-width: 1219px) { .wp1 { width: 960px; } }

@media screen and (max-width: 991px) { .wp1 { width: 720px; } }

@media screen and (max-width: 767px) { .wp1 { width: 100%; padding-left: 15px; padding-right: 15px; } }

.wp2 { width: 1200px; margin: auto; }

@media screen and (max-width: 1219px) { .wp2 { width: 960px; } }

@media screen and (max-width: 991px) { .wp2 { width: 720px; } }

@media screen and (max-width: 767px) { .wp2 { width: 100%; padding-left: 15px; padding-right: 15px; } }

.wp { width: 1200px; margin: auto; }

@media screen and (max-width: 1219px) { .wp { width: 960px; } }

@media screen and (max-width: 991px) { .wp { width: 720px; } }

@media screen and (max-width: 767px) { .wp { width: 100%; padding-left: 15px; padding-right: 15px; } }

.no_margin { margin-left: auto !important; }

.no_marginr { margin-right: auto !important; }

.no_marginl { margin-left: auto !important; }

.at-resp-share-element .at4-share-count-container { text-decoration: none; float: right; padding-right: 15px; line-height: 25px !important; }

.at-resp-share-element .at-icon { width: 24px !important; height: 24px !important; }

.at-style-responsive .at-share-btn { padding: 0 !important; border-radius: 2px !important; }

.at-resp-share-element .at-share-btn .at-icon-wrapper { width: 24px !important; height: 24px !important; }

.at-resp-share-element .at-share-btn { margin-bottom: 0 !important; margin-right: 3px !important; }

.at-resp-share-element .at-icon { width: 24px !important; height: 24px !important; }

.at-style-responsive .at-share-btn { padding: 0 !important; border-radius: 2px !important; }

.at-resp-share-element .at-share-btn .at-icon-wrapper { width: 24px !important; height: 24px !important; }

.at-resp-share-element .at-share-btn { margin-bottom: 0 !important; margin-right: 3px !important; }

.item-table { display: table; table-layout: fixed; width: 100%; height: 100%; }

.item-cell { display: table-cell; width: 100%; height: 100%; vertical-align: middle; }

/* .an-btn1 start */
.an-btn1 { position: relative; z-index: 1; overflow: hidden; -webkit-transition: background 0.4s linear, color 0.3s linear; -o-transition: background 0.4s linear, color 0.3s linear; -moz-transition: background 0.4s linear, color 0.3s linear; transition: background 0.4s linear, color 0.3s linear; }

.an-btn1:before { position: absolute; top: 50%; left: 50%; width: 120%; height: 50%; opacity: 0; filter: alpha(opacity=0); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; z-index: -1; content: ''; background: #C90D0D; -webkit-transition: all 0.4s linear 0s; -o-transition: all 0.4s linear 0s; -moz-transition: all 0.4s linear 0s; transition: all 0.4s linear 0s; -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg); -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg); -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg); -o-transform: translateX(-50%) translateY(-50%) rotate(45deg); transform: translateX(-50%) translateY(-50%) rotate(45deg); }

.an-btn1 .iconfont { -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; }

.an-btn1:hover { border-color: #C90D0D !important; background-color: #C90D0D \9; color: #fff !important; }

.an-btn1:hover .iconfont { color: #fff !important; }

.an-btn1:hover:before { height: 500%; opacity: 1; filter: alpha(opacity=100); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

/* .an-btn1 end */
/* .an-btn2 start */
.an-btn2 { position: relative; z-index: 1; overflow: hidden; -webkit-transition: background 0.4s linear, color 0.3s linear; -o-transition: background 0.4s linear, color 0.3s linear; -moz-transition: background 0.4s linear, color 0.3s linear; transition: background 0.4s linear, color 0.3s linear; }

.an-btn2:before { position: absolute; top: 50%; left: 50%; width: 120%; height: 50%; opacity: 0; filter: alpha(opacity=0); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; z-index: -1; content: ''; background: #fff; -webkit-transition: all 0.4s linear 0s; -o-transition: all 0.4s linear 0s; -moz-transition: all 0.4s linear 0s; transition: all 0.4s linear 0s; -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg); -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg); -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg); -o-transform: translateX(-50%) translateY(-50%) rotate(45deg); transform: translateX(-50%) translateY(-50%) rotate(45deg); }

.an-btn2 .iconfont { -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; }

.an-btn2:hover { border-color: #C90D0D !important; background-color: #fff \9; color: #C90D0D !important; }

.an-btn2:hover .iconfont { color: #C90D0D !important; }

.an-btn2:hover:before { height: 500%; opacity: 1; filter: alpha(opacity=100); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

/* .an-btn2 end */
@media screen and (min-width: 992px) { .an-bd1 .item-backdrop { position: absolute; left: 0px; top: 0px; bottom: 0; right: 0; -webkit-transition: all 900ms ease; -o-transition: all 900ms ease; -moz-transition: all 900ms ease; transition: all 900ms ease; -webkit-transition: -webkit-transform 0.4s ease; transition: -webkit-transform 0.4s ease; -o-transition: -o-transform 0.4s ease; -moz-transition: transform 0.4s ease, -moz-transform 0.4s ease; transition: transform 0.4s ease; transition: transform 0.4s ease, -webkit-transform 0.4s ease, -moz-transform 0.4s ease, -o-transform 0.4s ease; -webkit-transform: scale(0, 1); -moz-transform: scale(0, 1); -ms-transform: scale(0, 1); -o-transform: scale(0, 1); transform: scale(0, 1); -webkit-transform-origin: right center; -moz-transform-origin: right center; -ms-transform-origin: right center; -o-transform-origin: right center; transform-origin: right center; }
  .an-bd1 .item-backdrop:before { position: absolute; content: ''; left: 0px; top: 0px; right: 0px; bottom: 0px; opacity: 0.3; filter: alpha(opacity=30); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; background-color: #000; } }

@media screen and (min-width: 992px) { .an-bd1:hover .item-backdrop { -webkit-transform: scale(1, 1); -moz-transform: scale(1, 1); -ms-transform: scale(1, 1); -o-transform: scale(1, 1); transform: scale(1, 1); -webkit-transform-origin: left center; -moz-transform-origin: left center; -ms-transform-origin: left center; -o-transform-origin: left center; transform-origin: left center; } }

/*-------------table start-------------------------------------------------------------------*/
.table table { width: 100%; border-collapse: collapse; border: 1px solid #ccc; }

.table table p { line-height: 22px !important; }

.table table p { min-height: 22px !important; }

.table table, .table table a { color: #000; }

.table table tr td { padding: 5px 3px; border: 1px solid #ccc; }

@media screen and (max-width: 1000px) { .table { width: 100%; overflow: scroll; }
  .table div { width: 900px; max-width: 900px; } }

/*-------------table end---------------------------------------------------------------------*/
/*-------------proslide_menubtn start--------------------------------------------------------*/
.proslide_menubtn { display: none; width: 23px; height: 18px; position: absolute; top: 12px; right: 10px; cursor: pointer; -webkit-transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s; z-index: 9; }

.proslide_menubtn span { display: block; width: 100%; height: 3px; margin-bottom: 3px; background-color: #fff; }

@media screen and (max-width: 767px) { .proslide_menubtn { display: block; } }

/*-------------proslide_menubtn end----------------------------------------------------------*/
/*-------------page-start--------------------------------------------------------------------*/
.page { text-align: center; overflow: hidden; font-size: 0; letter-spacing: 0; }

.page a { display: inline-block; vertical-align: top; border: solid 1px #E5E5E5; background-color: #fff; color: #333; min-width: 35px; padding: 0 2px; height: 30px; line-height: 28px; margin: 0 4.5px 10px; font-size: 12px; font-size: 1.2rem; }

.page span { display: inline-block; vertical-align: top; color: #333; min-width: 35px; padding: 0 2px; height: 30px; line-height: 28px; margin: 0 4.5px 10px; font-size: 12px; font-size: 1.2rem; }

.page a.prev { min-width: 61px; }

.page a.next { min-width: 61px; }

.page a:hover, .page a.page-active { border-color: #C90D0D; background-color: #C90D0D; color: #FFFFFF; }

@media only screen and (max-width: 767px) { .page a { height: 28px; line-height: 26px; min-width: 28px; }
  .page a.prev { min-width: 60px; }
  .page a.next { min-width: 60px; } }

.page .fl { float: left; display: inline-block; vertical-align: top; font-size: 0; letter-spacing: 0; }

@media only screen and (max-width: 767px) { .page .fl { float: none; } }

.page .add-form { float: right; display: inline-block; vertical-align: top; margin-left: 5px; }

.page .add-form .add-btn { font-size: 14px; font-size: 1.4rem; text-align: center; min-width: 150px; padding: 0 10px; height: 30px; line-height: 28px; background-color: #C90D0D; color: #FFFFFF; cursor: pointer; }

.page .add-form .add-btn:hover { background-color: #fff; }

@media only screen and (max-width: 767px) { .page .add-form { float: none; }
  .page .add-form .add-btn { min-width: 140px; height: 28px; line-height: 26px; font-size: 12px; font-size: 1.2rem; } }

/*-------------page-end--------------------------------------------------------------------*/
/*-------------contact start---------------------------------------------------------------*/
.contact-pc { position: fixed; z-index: 999; right: 0; width: 52px; }

.contact-pc li { position: relative; width: 100%; height: 52px; border-radius: 0; margin-bottom: 1px; background: #666; }

.contact-pc li:hover { background-color: #C90D0D; }

.contact-pc li a { display: block; height: 100%; width: 100%; text-align: center; line-height: 52px; cursor: pointer; }

.contact-pc li .iconfont { color: #fff; font-size: 23px; font-size: 2.3rem; }

.contact-pc li .ewm { position: absolute; bottom: 0; left: 125px; max-width: 120px; width: 120px; height: 120px; }

.contact-pc li.ewm-box:hover .ewm { left: -125px; }

.contact-phone { position: fixed; bottom: 0; height: 44px; left: 0; right: 0; display: none; z-index: 999; }

.contact-phone li { width: 20%; height: 100%; float: left; position: relative; background: #666; }

.contact-phone li:hover { background-color: #C90D0D; }

.contact-phone li a { display: block; height: 100%; width: 100%; text-align: center; line-height: 44px; cursor: pointer; }

.contact-phone li .iconfont { color: #fff; font-size: 20px !important; font-size: 2rem !important; }

.contact-phone li .ewm { position: absolute; bottom: 50px; right: 50%; margin-right: -60px; display: none; max-width: 120px; width: 120px; height: 120px; }

@media only screen and (max-width: 767px) { .contact-pc { display: none; }
  .contact-phone { display: block; }
  /*body { padding-bottom: 44px; } */
}

/*back-top*/
@-webkit-keyframes top-shadow { 0% { box-shadow: 0px 0px 0 0px rgba(218, 30, 38, 0.5); }
  20% { box-shadow: 0px 3px 7px 0px rgba(218, 30, 38, 0.5); }
  50% { box-shadow: 0px 5px 15px 0px rgba(218, 30, 38, 0.5); }
  75% { box-shadow: 0px 3px 7px 0px rgba(218, 30, 38, 0.5); }
  100% { box-shadow: 0px 0px 0 0px rgba(218, 30, 38, 0.5); } }

.back-top { position: fixed; right: 10px; bottom: -100px; -webkit-transition: 1s; -o-transition: 1s; -moz-transition: 1s; transition: 1s; cursor: pointer; z-index: 998; border-radius: 0; width: 44px; height: 44px; line-height: 44px; background-color: #C90D0D; -webkit-animation: top-shadow 2.5s linear infinite; -moz-animation: top-shadow 2.5s linear infinite; animation: top-shadow 2.5s linear infinite; text-align: center; }

.back-top .iconfont { font-size: 12px; font-size: 1.2rem; color: #fff; position: relative; }

/*@media only screen and (max-width: 767px) { .back-top { display: none; } }*/

/*-------------contact end-----------------------------------------------------------------*/
/*-------------pro-share start-------------------------------------------------------------*/
.pro-share { font-size: 0; letter-spacing: 0; }

.pro-share .share-title { margin-right: 8px; display: inline-block; *display: inline; *zoom: 1; line-height: 26px; font-size: 16px; font-size: 1.6rem; color: #888; }

@media only screen and (max-width: 767px) { .pro-share .share-title { font-size: 14px; font-size: 1.4rem; } }

.pro-share .share-pic { display: inline-block; *display: inline; *zoom: 1; vertical-align: top; height: 26px; }

/*-------------pro-share end---------------------------------------------------------------*/
/*-------------m-oths----------------------------------------------------------------------*/
.m-oths { padding-top: 30px; border-top: solid 1px #ACACAC; font-size: 16px; font-size: 1.6rem; line-height: 30px; }

.m-oths, .m-oths a { color: #201D1D; }

.m-oths a:hover { color: #C90D0D; }

.m-oths .oths-item-1 { margin-bottom: 8px; }

.m-oths .iconfont { display: inline-block; font-size: 18px; font-size: 1.8rem; margin-right: 10px; float: left; color: #333; }

.m-oths .oths-body { overflow: hidden; }

@media screen and (max-width: 1219px) { .m-oths { padding-top: 20px; line-height: 26px; font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 991px) { .m-oths { padding-top: 15px; font-size: 14px; font-size: 1.4rem; line-height: 22px; }
  .m-oths .oths-item-1 { margin-bottom: 5px; }
  .m-oths .iconfont { font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 767px) { .m-oths { padding-top: 10px; line-height: 20px; font-size: 12px; font-size: 1.2rem; }
  .m-oths .oths-item-1 { margin-bottom: 0; }
  .m-oths .iconfont { font-size: 12px; font-size: 1.2rem; margin-right: 5px; } }

/*-------------bread start-----------------------------------------------------------------*/
.bread { border-bottom: solid 1px #CCCCCC; font-size: 14px; font-size: 1.4rem; line-height: 24px; padding-top: 19px; padding-bottom: 15px; margin-bottom: 38px; overflow: hidden; }

.bread, .bread a { color: #231F20; }

.bread a:hover, .bread .bread-active { color: #C90D0D; }

@media screen and (max-width: 767px) { .bread { margin-bottom: 25px; font-size: 12px; font-size: 1.2rem; line-height: 20px; padding-top: 10px; padding-bottom: 10px; } }

/*-------------bread end-------------------------------------------------------------------*/
.search-box { /* WebKit browsers */ /* Mozilla Firefox 4 to 18 */ /* Mozilla Firefox 19+ */ /* Internet Explorer 10+ */ cursor: pointer; overflow: hidden; position: relative; width: 253px; height: 45px; border-right: solid 1px #D1D1D1; }

.search-box ::-webkit-input-placeholder { color: #949494; opacity: 1; }

.search-box :-o-placeholder { color: #949494; opacity: 1; }

.search-box ::-moz-placeholder { color: #949494; opacity: 1; }

.search-box :-ms-input-placeholder { color: #949494; opacity: 1; }

@media screen and (max-width: 1319px) { .search-box { width: 200px; } }

@media screen and (max-width: 1219px) { .search-box { height: 30px; } }

@media screen and (max-width: 991px) { .search-box { display: none; } }

.search-box .iconfont { font-size: 20px; font-size: 2.0rem; color: #333; position: absolute; width: 34px; height: 45px; line-height: 45px; text-align: left; right: 0; top: 0; }

@media screen and (max-width: 1319px) { .search-box .iconfont { width: 30px; } }

@media screen and (max-width: 1219px) { .search-box .iconfont { height: 30px; line-height: 30px; } }

.search-box .item-input { position: absolute; top: 0; left: 0; width: 100%; height: 100%; line-height: 45px; padding: 0 34px 0 22px; color: #949494; font-size: 12px; font-size: 1.2rem; }

@media screen and (max-width: 1319px) { .search-box .item-input { padding-left: 10px; } }

@media screen and (max-width: 991px) { .search-box .item-input { line-height: 30px; } }

.search-box .item-submit { position: absolute; width: 34px; height: 100%; top: 0px; right: 0px; cursor: pointer; z-index: 2; }

@media screen and (max-width: 1319px) { .search-box .item-submit { width: 30px; } }

/*-------------header start----------------------------------------------------------------*/
body { padding-top: 80px; }

@media screen and (max-width: 1219px) { body { padding-top: 126px; } }

@media screen and (max-width: 991px) { body { padding-top: 74px; } }

.header { -webkit-transition: ease-in .3s; -o-transition: ease-in .3s; -moz-transition: ease-in .3s; transition: ease-in .3s; position: fixed; left: 0; top: 0; width: 100%; z-index: 9999; background-color: #fff; }

.header .wp { width: 100%; max-width: 1420px; padding: 0 15px; }

@media screen and (max-width: 1419px) {.header .wp{max-width: 1220px;}}

.header .item-box { float: right; background-color: #e9e8e8; padding: 18px 0 17px; position: relative; }

.header .item-box:before { width: 115px; right: -115px; position: absolute; content: ''; top: 0; bottom: 0; background-color: #e9e8e8; }

@media screen and (max-width: 1619px) { .header .item-box:before { width: 15px; right: -15px; position: absolute; content: ''; top: 0; bottom: 0; background-color: #e9e8e8; } }

@media screen and (max-width: 1219px) { .header .item-box { float: none; padding: 8px 0; }
  .header .item-box:after { width: 15px; left: -15px; position: absolute; content: ''; top: 0; bottom: 0; background-color: #e9e8e8; } }

@media screen and (max-width: 991px) { .header .item-box { background-color: transparent; float: right; margin-right: 35px; margin-top: 0; padding: 5px 0; }
  .header .item-box:before, .header .item-box:after { display: none; } }

.header .lang-list { float: right; font-size: 0; letter-spacing: 0; padding: 0 14px; /*display: none;*/}

@media screen and (max-width: 1619px) { .header .lang-list { padding-right: 0; } }

.header .lang-list a { display: inline-block; vertical-align: top; font-size: 14px; font-size: 1.4rem; line-height: 45px; color: #231F20; position: relative; }

.header .lang-list a:before { position: relative; content: '/'; margin: 0 5px; }

.header .lang-list a:first-child:before { display: none; }

@media screen and (max-width: 1219px) { .header .lang-list a { line-height: 30px; } }

.header .lang-list, .header .lang-list a { color: #231F20; }

.header .lang-list a:hover, .header .lang-list .active { color: #C90D0D; }

.header .logo { position: relative; top: 15px; width: 100px; display: block; }

.header .logo img { display: block; }

@media screen and (max-width: 991px) { .header .logo { width: 80px; margin: 15px 0; top: 0; } }

.header .navlist { float: right; font-size: 0; letter-spacing: 0; margin-top: 10px; margin-right: 5px; -webkit-transition: all 0.6s ease; -o-transition: all 0.6s ease; -moz-transition: all 0.6s ease; transition: all 0.6s ease; }

.header .navlist > li { display: inline-block; vertical-align: top; position: relative; }

.header .navlist > li:first-child { margin-left: 0; }

.header .navlist > li:first-child > a:beofre { display: none; }

.header .navlist > li > a { display: inline-block; font-size: 14px; font-size: 1.4rem; text-transform: capitalize; color: #231F20; line-height: 30px; padding: 20px 29px 20px;  position: relative; }

.header .navlist > li > a:before { position: absolute; content: ''; top: 0; bottom: 9px; width: 1px; left: 0; background-color: #D1D1D1; opacity: 0.3; filter: alpha(opacity=30); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; }

.header .navlist > li.nav-active + li > a:before, .header .navlist > li:hover + li > a:before { display: none; }

.header .navlist > li.nav-active > a, .header .navlist > li:hover > a { background-color: #EDEDED; color: #C90D0D; }

.header .navlist > li.nav-active > a:before, .header .navlist > li:hover > a:before { display: none; }

@media screen and (max-width: 1619px) { .header .navlist > li > a { padding-left: 15px; padding-right: 15px; } }

@media screen and (max-width: 991px) { .header .navlist { display: none; } }

.header .navlist li:hover .yiji { -webkit-transform: translateY(0px); -moz-transform: translateY(0px); -ms-transform: translateY(0px); -o-transform: translateY(0px); transform: translateY(0px); visibility: visible; opacity: 1; }

.header .yiji { z-index: 99; position: absolute; top: 100%; width: 180px; left: 50%; margin-left: -90px; display: block; visibility: hidden; opacity: 0; -webkit-transform: translateY(30px); -moz-transform: translateY(30px); -ms-transform: translateY(30px); -o-transform: translateY(30px); transform: translateY(30px); -webkit-transform-origin: top; -moz-transform-origin: top; -ms-transform-origin: top; -o-transform-origin: top; transform-origin: top; -webkit-transition: all 400ms ease; -o-transition: all 400ms ease; -moz-transition: all 400ms ease; transition: all 400ms ease; background: #FFFFFF; box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.14); border-radius: 4px; border-top: solid 4px #C90D0D; padding: 2px 0; }

.header .yiji li { position: relative; text-align: left; }

.header .yiji li > a { display: block; line-height: 32px; padding: 0 15px; font-size: 14px; font-size: 1.4rem; color: #444; border-bottom: 1px solid #d1d1d1; }

.header .yiji li:hover > a { color: #C90D0D; }

.header .yiji li:hover .erji { -webkit-transform: translateY(0px); -moz-transform: translateY(0px); -ms-transform: translateY(0px); -o-transform: translateY(0px); transform: translateY(0px); visibility: visible; opacity: 1; }

@media screen and (max-width: 1219px) { .header .yiji { margin-left: -120px; } }
@media screen and (max-width: 980px) { .header .yiji { display: none; } }

.header .erji li:hover .sanji { -webkit-transform: translateY(0px); -moz-transform: translateY(0px); -ms-transform: translateY(0px); -o-transform: translateY(0px); transform: translateY(0px); visibility: visible; opacity: 1; }

.header .erji, .header .sanji { position: absolute; left: 100%; top: 0; width: 220px; display: block; visibility: hidden; opacity: 0; -webkit-transform: translateY(30px); -moz-transform: translateY(30px); -ms-transform: translateY(30px); -o-transform: translateY(30px); transform: translateY(30px); -webkit-transform-origin: top; -moz-transform-origin: top; -ms-transform-origin: top; -o-transform-origin: top; transform-origin: top; -webkit-transition: all 400ms ease; -o-transition: all 400ms ease; -moz-transition: all 400ms ease; transition: all 400ms ease; padding: 2px 0; background: #FFFFFF; box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.14); border-radius: 4px; border-top: solid 4px #C90D0D; }

.hidden { -webkit-transform: translateY(-100%); -moz-transform: translateY(-100%); -ms-transform: translateY(-100%); -o-transform: translateY(-100%); transform: translateY(-100%); }

/*-------------header end------------------------------------------------------------------*/
/*-------------footer start----------------------------------------------------------------*/
.footer { background-color: #e8e8e8; }

.footer .f-top { font-size: 0; letter-spacing: 0; padding: 31px 0 18px; }

.footer .f-top, .footer .f-top a { color: #666; }

.footer .f-top a:hover { color: #C90D0D; }

.footer .f-top .footer-title { font-family:"Microsoft YaHei","微软雅黑"; font-size: 18px; font-size: 1.8rem; text-transform: uppercase; margin-bottom: 13px; }

.footer .f-top .footer-title, .footer .f-top .footer-title a { color: #333; }

.footer .f-top .footer-title a:hover { color: #C90D0D; }

.footer .f-top .flist { display: inline-block; vertical-align: top; font-size: 14px; font-size: 1.4rem; line-height: 24px; }

.footer .f-top .flist1 { width: 27.5%; }

.footer .f-top .flist1 .logo1 { margin-top: 19px; }
.footer .f-top .flist1 .logo1 { display: flex; margin: 0 auto; }

.footer .f-top .flist1 .logo1 a { margin: 0 auto; }
.footer .f-top .flist1 .logo1 a { display: inline-block; }

.footer .f-top .flist1 .logo1 img { display: block; }

.footer .f-top .flist2 { width: 26.66667%; padding-right: 15px; }

.footer .f-top .flist3 { width: 29.16667%; padding-right: 15px; }

.footer .f-top .flist4 { width: 16.66667%; }

@media screen and (max-width: 1219px) { .footer .f-top .flist1 { width: 20.83333%; }
  .footer .f-top .flist2 { width: 25%; }
  .footer .f-top .flist3 { width: 26.66667%; }
  .footer .f-top .flist4 { width: 27.5%; } }

@media screen and (max-width: 991px) { .footer .f-top .flist1 .logo1 { margin-top: 10px; width: 100px; }
  .footer .f-top .flist2 { width: 22.5%; }
  .footer .f-top .flist3 { width: 26.66667%; }
  .footer .f-top .flist4 { width: 30%; } }

@media screen and (max-width: 767px) { .footer .f-top { display: none; } }

.footer .f-bot { background-color: #0D0D0D; padding: 12px 0 11px; font-size: 14px; font-size: 1.4rem; line-height: 24px; }

.footer .f-bot, .footer .f-bot a { color: #D1D1D1; }

.footer .f-bot a:hover { color: #C90D0D; }

@media screen and (max-width: 767px) { .footer .f-bot { padding: 15px 0; text-align: center; font-size: 12px; font-size: 1.2rem; line-height: 20px; } }

.footer .f-bot .copyright { margin-bottom: 5px; }

.footer .f-bot .f-follow { float: right; font-size: 0; letter-spacing: 0; margin-top: 18px; margin-left: 20px; }

@media screen and (max-width: 767px) { .footer .f-bot .f-follow { float: none; width: 100%; margin-top: 0; margin-bottom: 8px; margin-left: 0; } }

.footer .f-bot .f-follow a { display: inline-block; vertical-align: top; margin-left: 15px; line-height: 1; -webkit-transition: all .35s; -o-transition: all .35s; -moz-transition: all .35s; transition: all .35s; }

.footer .f-bot .f-follow a:first-child { margin-left: 0; }

@media screen and (max-width: 991px) { .footer .f-bot .f-follow a { margin-left: 10px; } }

.footer .f-bot .f-follow a:hover { margin-top: -5px; margin-bottom: 5px; text-decoration: none; }

.footer .f-bot .f-follow a .iconfont { display: block; font-size: 20px; font-size: 2rem; line-height: 1; color: #E1E1E1; }

@media screen and (max-width: 767px) { .footer .f-bot .f-follow a .iconfont { font-size: 18px; font-size: 1.8rem; } }

.footer .f-bot .box-body { overflow: hidden; }

.footer .f-bot .links a { display: inline-block; margin-right: 30px; }

@media screen and (max-width: 767px) { .footer .f-bot .links { display: none; } }

/*-------------footer end------------------------------------------------------------------*/
/*-------------index start-----------------------------------------------------------------*/
.index-item { border-bottom: solid 1px #D7D6D6; padding-right: 60px; position: relative; padding-bottom: 16px; }

@media screen and (max-width: 767px) { .index-item { padding-bottom: 10px; } }

.index-item .item-title { font-family:"Microsoft YaHei","微软雅黑"; font-size: 16px; font-size: 1.6rem; line-height: 24px; text-transform: uppercase; position: relative; padding-left: 13px; }

.index-item .item-title:before { position: absolute; content: ''; width: 4px; top: 4px; bottom: 4px; left: 0; background-color: #C90D0D; }

.index-item .item-btn { position: absolute; right: 0; top: 0; font-size: 12px; font-size: 1.2rem; line-height: 24px; text-transform: uppercase; color: #666; }

.index-item .item-btn:hover { color: #C90D0D; }

.index-pro { background-color: #f7f7f7; padding: 75px 0 50px; }

@media screen and (max-width: 1219px) { .index-pro { padding: 70px 0 40px; } }

@media screen and (max-width: 991px) { .index-pro { padding: 50px 0 30px; } }

@media screen and (max-width: 767px) { .index-pro { padding: 30px 0 10px; } }

.index-pro .index-item { margin-bottom: 37px; }

@media screen and (max-width: 991px) { .index-pro .index-item { margin-bottom: 30px; } }

@media screen and (max-width: 767px) { .index-pro .index-item { margin-bottom: 20px; } }

.index-pro .box-list { font-size: 0; letter-spacing: 0; }

.index-pro .box-list .list-item { display: inline-block; vertical-align: top; width: 49%; margin-left: 2%; background-color: #fff; padding: 14px 15px; margin-bottom: 30px; }

@media screen and (max-width: 1219px) { .index-pro .box-list .list-item { padding: 10px; margin-bottom: 25px; } }

@media screen and (max-width: 991px) { .index-pro .box-list .list-item { width: 48%; margin-left: 1% !important; margin-right: 1%; margin-bottom: 20px; } }

/*@media screen and (max-width: 767px) { .index-pro .box-list .list-item { width: 31.33%; } }*/

@media screen and (max-width: 480px) { .index-pro .box-list .list-item { width: 48%; } }

.index-pro .box-list .item-pic { float: right; width: 63.73938%; margin-left: 10px; }

@media screen and (max-width: 1219px) { .index-pro .box-list .item-pic { width: 55.09642%; } }

@media screen and (max-width: 767px) { .index-pro .box-list .item-pic { float: none; width: 100%; margin: 0 auto; } }

.index-pro .box-list .item-title { overflow: hidden; font-family:"Microsoft YaHei","微软雅黑"; text-transform: uppercase; font-size: 18px; font-size: 1.8rem; line-height: 28px; max-height: 84px; margin-top: 34px; }

@media screen and (max-width: 1219px) { .index-pro .box-list .item-title { font-size: 16px; font-size: 1.6rem; line-height: 24px; max-height: 72px; margin-top: 20px; } }

@media screen and (max-width: 767px) { .index-pro .box-list .item-title { font-size: 14px; font-size: 1.4rem; line-height: 20px; height: 40px; margin-top: 10px; text-align: center; }
  .index-pro .box-list .item-title a { -webkit-line-clamp: 2; } }

.index-about { background: url(../images/bg1.jpg) no-repeat center; background-attachment: fixed; position: relative; padding: 73px 0 46px; margin-bottom: 79px; }

.index-about:before { position: absolute; content: ''; top: 0; bottom: 0; left: 0; right: 0; background: url(../images/bg1.jpg) no-repeat center; background-size: cover; z-index: -1; }

@media screen and (max-width: 1219px) { .index-about { margin-bottom: 70px; } }

@media screen and (max-width: 991px) { .index-about { padding: 50px 0 45px; margin-bottom: 50px; } }

@media screen and (max-width: 767px) { .index-about { padding: 30px 0; margin-bottom: 30px; } }

.index-about .box-item { max-width: 1080px; margin: 0 auto; text-align: center; }

.index-about .item-title { font-size: 30px; font-size: 3rem; line-height: 1.2; text-transform: uppercase; }

.index-about .item-title, .index-about .item-title a { color: #fff; }

@media screen and (max-width: 1219px) { .index-about .item-title { font-size: 28px; font-size: 2.8rem; } }

@media screen and (max-width: 991px) { .index-about .item-title { font-size: 24px; font-size: 2.4rem; } }

@media screen and (max-width: 767px) { .index-about .item-title { font-size: 20px; font-size: 2rem; } }

.index-about .item-subt { font-size: 18px; font-size: 1.8rem; line-height: 24px; margin-top: 9px; }

.index-about .item-subt, .index-about .item-subt a { color: #C90D0D; }

@media screen and (max-width: 767px) { .index-about .item-subt { font-size: 16px; font-size: 1.6rem; line-height: 20px; margin-top: 5px; } }

.index-about .music { margin-top: 25px; }

@media screen and (max-width: 991px) { .index-about .music { margin-top: 15px; } }

@media screen and (max-width: 767px) { .index-about .music { margin-top: 10px; } }

.index-about .item-desc { margin-top: 22px; font-size: 14px; font-size: 1.4rem; line-height: 24px; }

.index-about .item-desc, .index-about .item-desc a { color: #D5D5D5; }

@media screen and (max-width: 991px) { .index-about .item-desc { margin-top: 15px; } }

@media screen and (max-width: 767px) { .index-about .item-desc { font-size: 12px; font-size: 1.2rem; line-height: 20px; margin-top: 10px; } }

.index-about .item-btn { margin-top: 32px; display: inline-block; min-width: 105px; border: solid 1px #C90D0D; line-height: 37px; background-color: #C90D0D; color: #FFF; text-align: center; font-size: 12px; font-size: 1.2rem; text-transform: uppercase; }

@media screen and (max-width: 767px) { .index-about .item-btn { line-height: 28px; margin-top: 20px; } }

.music { position: relative; height: 32px; width: 42px; margin: 0 auto; }

.music i { width: 1px; height: 5px; position: absolute; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); background-color: #ECECEC; }

.music i:nth-of-type(1) { left: 0; }

.music i:nth-of-type(2) { left: 5px; }

.music i:nth-of-type(3) { left: 10px; }

.music i:nth-of-type(4) { left: 15px; }

.music i:nth-of-type(5) { left: 20px; }

.music i:nth-of-type(6) { left: 25px; }

.music i:nth-of-type(7) { left: 30px; }

.music i:nth-of-type(8) { left: 35px; }

.music i:nth-of-type(9) { left: 40px; }

.music i:nth-of-type(1), .music i:nth-of-type(5), .music i:nth-of-type(9) { height: 6px; }

.music i:nth-of-type(2), .music i:nth-of-type(4), .music i:nth-of-type(6), .music i:nth-of-type(8) { height: 18px; }

.music i:nth-of-type(3), .music i:nth-of-type(7) { height: 32px; }

.music.active i:nth-of-type(1) { -webkit-animation: wave 0.6s linear infinite; -moz-animation: wave 0.6s linear infinite; animation: wave 0.6s linear infinite; }

.music.active i:nth-of-type(5) { -webkit-animation: wave 0.7s linear infinite; -moz-animation: wave 0.7s linear infinite; animation: wave 0.7s linear infinite; }

.music.active i:nth-of-type(9) { -webkit-animation: wave 0.6s linear infinite; -moz-animation: wave 0.6s linear infinite; animation: wave 0.6s linear infinite; }

.music.active i:nth-of-type(2) { -webkit-animation: wave1 0.7s linear infinite; -moz-animation: wave1 0.7s linear infinite; animation: wave1 0.7s linear infinite; }

.music.active i:nth-of-type(4) { -webkit-animation: wave1 0.6s linear infinite; -moz-animation: wave1 0.6s linear infinite; animation: wave1 0.6s linear infinite; }

.music.active i:nth-of-type(6) { -webkit-animation: wave1 0.7s linear infinite; -moz-animation: wave1 0.7s linear infinite; animation: wave1 0.7s linear infinite; }

.music.active i:nth-of-type(8) { -webkit-animation: wave1 0.6s linear infinite; -moz-animation: wave1 0.6s linear infinite; animation: wave1 0.6s linear infinite; }

.music.active i:nth-of-type(3) { -webkit-animation: wave2 0.6s linear infinite; -moz-animation: wave2 0.6s linear infinite; animation: wave2 0.6s linear infinite; }

.music.active i:nth-of-type(7) { -webkit-animation: wave2 0.6s linear infinite; -moz-animation: wave2 0.6s linear infinite; animation: wave2 0.6s linear infinite; }

@-webkit-keyframes wave { 0% { height: 6px; }
  50% { height: 18px; }
  100% { height: 6px; } }

@-moz-keyframes wave { 0% { height: 6px; }
  50% { height: 18px; }
  100% { height: 6px; } }

@keyframes wave { 0% { height: 6px; }
  50% { height: 18px; }
  100% { height: 6px; } }

@-webkit-keyframes wave1 { 0% { height: 18px; }
  50% { height: 32px; }
  100% { height: 18px; } }

@-moz-keyframes wave1 { 0% { height: 18px; }
  50% { height: 32px; }
  100% { height: 18px; } }

@keyframes wave1 { 0% { height: 18px; }
  50% { height: 32px; }
  100% { height: 18px; } }

@-webkit-keyframes wave2 { 0% { height: 32px; }
  50% { height: 6px; }
  100% { height: 32px; } }

@-moz-keyframes wave2 { 0% { height: 32px; }
  50% { height: 6px; }
  100% { height: 32px; } }

@keyframes wave2 { 0% { height: 32px; }
  50% { height: 6px; }
  100% { height: 32px; } }

.index-video { margin-bottom: 74px; /* .item-videobox start */ /* .item-videobox end */ }

@media screen and (max-width: 1219px) { .index-video { margin-bottom: 70px; } }

@media screen and (max-width: 991px) { .index-video { margin-bottom: 50px; } }

@media screen and (max-width: 767px) { .index-video { margin-bottom: 30px; } }

.index-video .item-videobox { float: right; width: 53.08333%; margin-left: 5%; }

.index-video .item-videobox .item-video { position: relative; overflow: hidden; padding-bottom: 50.07849%; height: 0; }

.index-video .item-videobox .item-video iframe, .index-video .item-videobox .item-video video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; }

.index-video .item-videobox .item-video iframe body { margin: 0px !important; }

@media screen and (max-width: 1219px) { .index-video .item-videobox { margin-left: 2.5%; } }

@media screen and (max-width: 480px) { .index-video .item-videobox { float: none; width: 100%; margin: 0 auto 20px; } }

.index-video .box-item { padding-top: 38px; }

@media screen and (max-width: 1219px) { .index-video .box-item { padding-top: 0; } }

.index-video .item-title { font-family:"Microsoft YaHei","微软雅黑"; font-size: 16px; font-size: 1.6rem; line-height: 24px; text-transform: uppercase; position: relative; overflow: visible; padding-left: 13px; }

.index-video .item-title:before { position: absolute; content: ''; width: 4px; top: 4px; bottom: 4px; left: 0; background-color: #C90D0D; }

.index-video .item-subt { font-size: 14px; font-size: 1.4rem; line-height: 24px; text-transform: uppercase; margin-top: 9px; overflow: visible; }

@media screen and (max-width: 991px) { .index-video .item-subt { line-height: 20px; } }

@media screen and (max-width: 767px) { .index-video .item-subt { margin-top: 5px; font-size: 12px; font-size: 1.2rem; } }

.index-video .item-desc { text-indent: 2em; font-size: 12px; font-size: 1.2rem; line-height: 24px; margin-top: 18px; overflow: visible; }

@media screen and (max-width: 1219px) { .index-video .item-desc { margin-top: 15px; } }

@media screen and (max-width: 991px) { .index-video .item-desc { line-height: 20px; margin-top: 10px; } }

.index-video .item-btn { font-size: 12px; font-size: 1.2rem; line-height: 20px; text-transform: uppercase; font-family:"Microsoft YaHei","微软雅黑"; color: #333; display: inline-block; margin-top: 25px; }

.index-video .item-btn:hover { color: #C90D0D; }

@media screen and (max-width: 991px) { .index-video .item-btn { margin-top: 20px; } }

@media screen and (max-width: 767px) { .index-video .item-btn { margin-top: 15px; } }

.index-news { padding-bottom: 100px; }

@media screen and (max-width: 1219px) { .index-news { padding-bottom: 70px; } }

@media screen and (max-width: 991px) { .index-news { padding-bottom: 50px; } }

@media screen and (max-width: 767px) { .index-news { padding-bottom: 30px; } }

.index-news .index-item { margin-bottom: 28px; }

@media screen and (max-width: 767px) { .index-news .index-item { margin-bottom: 20px; } }

.index-news .item-title { font-size: 16px; font-size: 1.6rem; line-height: 20px; font-family:"Microsoft YaHei","微软雅黑"; }

.index-news .item-desc { font-size: 12px; font-size: 1.2rem; line-height: 24px; height: 48px; }

@media screen and (max-width: 991px) { .index-news .item-desc { line-height: 20px; height: 40px; } }

.index-news .item-date { border-top: solid 1px #DBDBDB; font-size: 0; letter-spacing: 0; padding-top: 22px; }

@media screen and (max-width: 1219px) { .index-news .item-date { padding-top: 15px; } }

@media screen and (max-width: 991px) { .index-news .item-date { padding-top: 10px; } }

@media screen and (max-width: 767px) { .index-news .item-date { padding-top: 5px; } }

.index-news .item-date > * { width: 50%; max-width: 155px; display: inline-block; vertical-align: top; font-size: 12px; font-size: 1.2rem; line-height: 20px; color: #888; padding-left: 24px; position: relative; }

.index-news .item-date > * .iconfont { font-size: 16px; font-size: 1.6rem; color: #C90D0D; position: absolute; left: 0; top: 0; }

@media screen and (max-width: 991px) { .index-news .item-date > * .iconfont { font-size: 14px; font-size: 1.4rem; } }

.index-news .left-item { float: left; width: 47.08333%; margin-right: 2.5%; }

@media screen and (max-width: 767px) { .index-news .left-item { width: 100%; margin-right: 0; float: none; margin: 0 auto 10px; } }

.index-news .left-item .item-title { margin-top: 17px; }

@media screen and (max-width: 767px) { .index-news .left-item .item-title { margin-top: 12px; } }

.index-news .left-item .item-desc { margin-top: 3px; text-indent: 2em; }

@media screen and (max-width: 767px) { .index-news .left-item .item-desc { line-height: 20px; height: auto; max-height: 40px; } }

.index-news .left-item .item-date { margin-top: 16px; }

.index-news .box-list { overflow: hidden; }

.index-news .box-list .list-item { margin-top: 34px; }

.index-news .box-list .list-item:first-child { margin-top: 0; }

@media screen and (max-width: 767px) { .index-news .box-list .list-item { margin-top: 20px !important; } }

.index-news .box-list .item-pic { float: left; width: 45.95041%; margin-right: 2.97521%; }

@media screen and (max-width: 767px) { .index-news .box-list .item-pic { width: 150px; margin-right: 10px; } }

.index-news .box-list .item-body { overflow: hidden; }

.index-news .box-list .item-title { margin-top: 19px; }

@media screen and (max-width: 1219px) { .index-news .box-list .item-title { margin-top: 5px; } }

@media screen and (max-width: 991px) { .index-news .box-list .item-title { margin-top: 0; } }

.index-news .box-list .item-desc { margin-top: 18px; text-indent: 2em; }

@media screen and (max-width: 1219px) { .index-news .box-list .item-desc { margin-top: 10px; } }

@media screen and (max-width: 991px) { .index-news .box-list .item-desc { margin-top: 3px; } }

.index-news .box-list .item-date { margin-top: 65px; }

@media screen and (max-width: 1219px) { .index-news .box-list .item-date { margin-top: 30px; } }

@media screen and (max-width: 991px) { .index-news .box-list .item-date { margin-top: 10px; }
  .index-news .box-list .item-date > * { width: 100%; max-width: 100%; } }

/*-------------index end-------------------------------------------------------------------*/
.page_wrap { padding-bottom: 100px; }

@media screen and (max-width: 1219px) { .page_wrap { padding-bottom: 70px; } }

@media screen and (max-width: 991px) { .page_wrap { padding-bottom: 50px; } }

@media screen and (max-width: 767px) { .page_wrap { padding-bottom: 30px; } }

/*-------------1-1-products start----------------------------------------------------------*/
.pro_wrap { background-color: #f8f8f8; }

.main .box-main { width: 929px; }

@media screen and (max-width: 1219px) { .main .box-main { width: 700px; } }

@media screen and (max-width: 991px) { .main .box-main { width: 100%; } }

.main .box-slide { width: 228px; }

@media screen and (max-width: 991px) { .main .box-slide { width: 100%; margin: 0 auto 30px; } }

.proslide .slide-yiji { margin-top: 22px; }

@media screen and (max-width: 991px) { .proslide .slide-yiji { margin-top: 10px; } }

@media screen and (max-width: 991px) { .proslide .slide-yiji { display: none; } }

.proslide .slide-yiji > li { margin-bottom: 4px; width: 100%; }

.proslide .slide-yiji > li > a { display: block; font-size: 16px; font-size: 1.6rem; color: #555; line-height: 20px; padding: 10px 11px; background-color: #fff; position: relative; font-weight: bold; }

@media screen and (max-width: 1219px) { .proslide .slide-yiji > li > a { font-size: 14px; font-size: 1.4rem; } }

.proslide .slide-yiji > li:hover > a, .proslide .slide-yiji > li.active > a { background-color: #C90D0D; color: #FFFFFF; }

.proslide .slide-erji { background-color: #fff; background-color: rgba(255, 255, 255, 0.7); padding: 4px 10px; }

.proslide .slide-erji > li { border-top: solid 1px #E1E1E1; border-color: rgba(225, 225, 225, 0.5); }

.proslide .slide-erji > li:first-child { border-top: 0; }

.proslide .slide-erji > li > a { display: block; font-size: 14px; font-size: 1.4rem; line-height: 20px; color: #555; padding: 8px 0 8px 20px; position: relative; }

.proslide .slide-erji > li > a:before { position: absolute; content: '>'; left: 7px; }

@media screen and (max-width: 1219px) { .proslide .slide-erji > li > a { font-size: 14px; font-size: 1.4rem; } }

.proslide .slide-erji > li:hover > a, .proslide .slide-erji > li.active > a { color: #C90D0D !important; }

.proslide .slide-erji > li:hover > a .iconfont, .proslide .slide-erji > li.active > a .iconfont { color: #C90D0D; }

.slide-title { font-size: 20px; font-size: 2.0rem; font-family:"Microsoft YaHei","微软雅黑"; position: relative; border-bottom: solid 1px #ACACAC; padding-bottom: 15px; }

.slide-title:before { position: absolute; content: ''; width: 36px; height: 3px; bottom: -2px; left: 0; background-color: #C90D0D; }

.slide-title p, .slide-title a { display: block; line-height: 24px; position: relative; text-transform: uppercase; }

.slide-title .iconfont { position: absolute; right: 0; top: 0; font-size: 24px; font-size: 2.4rem; cursor: pointer; }

.slide-title .iconfont:hover { color: #C90D0D; }

.slide-title a:hover { color: #C90D0D; }

.slide-title.slide-title2 { display: none; }

@media screen and (max-width: 991px) { .slide-title { padding-bottom: 10px; font-size: 18px; font-size: 1.8rem; }
  .slide-title.slide-title1 { display: none; }
  .slide-title.slide-title2 { display: block; } }

.pro1-item { margin-bottom: 40px; border-bottom: solid 1px #ACACAC; padding-right: 60px; position: relative; padding-bottom: 13px; }

.pro1-item:before { position: absolute; content: ''; width: 36px; height: 3px; bottom: -2px; left: 0; background-color: #C90D0D; }

@media screen and (max-width: 1219px) { .pro1-item { margin-bottom: 30px; } }

@media screen and (max-width: 767px) { .pro1-item { padding-bottom: 10px; margin-bottom: 20px; } }

.pro1-item .item-title { font-family:"Microsoft YaHei","微软雅黑"; font-size: 16px; font-size: 1.6rem; line-height: 24px; text-transform: uppercase; }

.pro1-item .item-btn { position: absolute; right: 0; top: 0; font-size: 14px; font-size: 1.4rem; line-height: 24px; text-transform: uppercase; color: #C90D0D; }

.pro1-item .item-btn:hover { color: #000; }

@media screen and (max-width: 767px) { .pro1-item .item-btn { font-size: 12px; font-size: 1.2rem; } }

.pro1-list { font-size: 0; letter-spacing: 0; padding-bottom: 39px; }

@media screen and (max-width: 1219px) { .pro1-list { padding-bottom: 10px; } }

.pro1-list .list-item { display: inline-block; vertical-align: top; width: 23.78902%; margin-left: 1.61464%; margin-bottom: 33px; }

@media screen and (max-width: 1219px) { .pro1-list .list-item { margin-bottom: 25px; } }

@media screen and (max-width: 991px) { .pro1-list .list-item { margin-bottom: 20px; } }

@media screen and (max-width: 640px) { .pro1-list .list-item { width: 31.33%; margin-left: 1% !important; margin-right: 1%; } }

@media screen and (max-width: 440px) { .pro1-list .list-item { width: 48%; } }

.pro1-list .item-title { font-size: 16px; font-size: 1.6rem; line-height: 20px; text-align: center; margin-top: 20px; }

@media screen and (max-width: 1219px) { .pro1-list .item-title { margin-top: 10px; } }

@media screen and (max-width: 767px) { .pro1-list .item-title { font-size: 14px; font-size: 1.4rem; margin-top: 5px; } }

/*-------------1-1-products end------------------------------------------------------------*/
/*-------------1-2-products start----------------------------------------------------------*/
.pro2-cate3 { font-size: 0; letter-spacing: 0; margin-top: 62px; margin-bottom: 23px; }

@media screen and (max-width: 1219px) { .pro2-cate3 { margin-top: 40px; margin-bottom: 20px; } }

@media screen and (max-width: 991px) { .pro2-cate3 { margin-top: 0; } }

.pro2-cate3 > a {cursor: pointer; display: inline-block; vertical-align: top; min-width: 124px; margin-right: 8px; margin-bottom: 9px; background-color: #E1E1E1; font-size: 16px; font-size: 1.6rem; line-height: 20px; padding: 10px 5px; text-align: center; }

.pro2-cate3 > a:hover, .pro2-cate3 > a.active { background-color: #C90D0D; color: #fff; }

@media screen and (max-width: 1219px) { .pro2-cate3 > a { font-size: 14px; font-size: 1.4rem; padding: 8px 5px; margin-bottom: 6px; margin-right: 6px; } }

@media screen and (max-width: 991px) { .pro2-cate3 > a { min-width: 114px; } }

@media screen and (max-width: 767px) { .pro2-cate3 > a { font-size: 12px; font-size: 1.2rem; padding: 5px 8px; min-width: auto; } }

.pro2-cate4 { font-size: 16px; font-size: 1.6rem; line-height: 24px; margin-bottom: 13px; padding: 0 8px; }

@media screen and (max-width: 767px) { .pro2-cate4 { font-size: 14px; font-size: 1.4rem; padding: 0 5px; } }

.pro2-list { background-color: #fff; padding: 27px 25px 33px; margin-bottom: 36px; font-size: 0; letter-spacing: 0; }

@media screen and (max-width: 1219px) { .pro2-list { padding: 15px 10px; margin-bottom: 30px; } }

@media screen and (max-width: 767px) { .pro2-list { padding: 15px 5px; margin-bottom: 20px; } }

.pro2-list .list-item { display: inline-block; vertical-align: top; width: 23.5%; margin-left: 2%; padding: 3px 0 5px; }

@media screen and (max-width: 1219px) { .pro2-list .list-item { width: 31.33%; margin: 0 1% !important; } }

@media screen and (max-width: 767px) { .pro2-list .list-item { padding: 3px 0; } }

@media screen and (max-width: 640px) { .pro2-list .list-item { padding: 0; margin-bottom: 10px !important; } }

@media screen and (max-width: 400px) { .pro2-list .list-item { width: 48%; } }

.pro2-list .line { height: 1px; width: 100%; background-color: #EBEBEB; }

@media screen and (max-width: 1219px) { .pro2-list .line { display: none; } }

.pro2-list .item-pic { width: 53.18182%; float: left; margin-right: 6px; }

@media screen and (max-width: 767px) { .pro2-list .item-pic { width: 88px; } }

@media screen and (max-width: 640px) { .pro2-list .item-pic { float: none; width: 100%; margin: 0 auto; border: solid 1px #EBEBEB; } }

@media screen and (max-width: 991px) { .pro2-list .item-backdrop { display: none; } }

.pro2-list .item-body { overflow: hidden; height: 81px; }

@media screen and (max-width: 1219px) { .pro2-list .item-body { height: 78px; } }

@media screen and (max-width: 991px) { .pro2-list .item-body { height: 81px; } }

@media screen and (max-width: 767px) { .pro2-list .item-body { height: 61px; } }

@media screen and (max-width: 640px) { .pro2-list .item-body { height: auto; } }

.pro2-list .item-title { width: 500px; height: 81px; display: table-cell; vertical-align: middle; font-size: 14px; font-size: 1.4rem; line-height: 20px; }

@media screen and (max-width: 1219px) { .pro2-list .item-title { height: 78px; } }

@media screen and (max-width: 991px) { .pro2-list .item-title { height: 81px; } }

@media screen and (max-width: 767px) { .pro2-list .item-title { height: 61px; } }

@media screen and (max-width: 640px) { .pro2-list .item-title { height: auto; display: block; width: 100%; text-align: center; margin-top: 5px; font-size: 12px; font-size: 1.2rem; } }

/*-------------1-2-products end------------------------------------------------------------*/
/*-------------1-3-products start----------------------------------------------------------*/
.m-prob1 { margin-top: 40px; }

@media screen and (max-width: 1219px) { .m-prob1 { margin-top: 0; } }

.m-prob1 .prob-pic { width: 500px; margin-right: 60px; float: left; }

@media screen and (max-width: 1219px) { .m-prob1 .prob-pic { float: none; margin: 0 auto; } }

.m-prob1 .prob-pic-big { position: relative; border: solid 0 #A4A4A4; }

.m-prob1 .prob-pic-big .provideo-box { border-radius: 0; width: 100%; overflow: hidden; position: absolute; top: 0; left: 0; z-index: 9; }

.m-prob1 .prob-pic-big .provideo-box .provideo { position: relative; overflow: hidden; padding-bottom: 70%; height: 0; }

.m-prob1 .prob-pic-big .provideo-box .provideo iframe, .m-prob1 .prob-pic-big .provideo-box .provideo video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; }

.m-prob1 .prob-pic-big .provideo-box .provideo iframe body { margin: 0px !important; }

.m-prob1 .prob-pic-big-img { display: block; line-height: 0; font-size: 0; }

.m-prob1 .prob-pic-big-img .zoomPad { float: none; z-index: 8; }

.m-prob1 .zoomWrapperImage img { max-width: 1200px; }

.m-prob1 .prob-pic-small { position: relative; margin-top: 20px; padding: 0 30px; overflow: hidden; }

.m-prob1 .prob-pic-btn { position: absolute; top: 50%; margin-top: -12px; display: block; cursor: pointer; }

.m-prob1 .prob-pic-btn .iconfont { color: #999; font-size: 24px; font-size: 2.4rem; font-weight: bold; display: block; }

.m-prob1 .prob-pic-btn:hover .iconfont { color: #C90D0D; }

.m-prob1 .prob-pic-btn.prev { left: 0; }

.m-prob1 .prob-pic-btn.next { right: 0; }

.m-prob1 .prob-pic-list { overflow: hidden; }

.m-prob1 .prob-pic-list ul { width: 10000%; overflow: hidden; }

.m-prob1 .prob-pic-list li { position: relative; float: left; margin-right: 0.04545%; width: 0.21591%; overflow: hidden; }

.m-prob1 .prob-pic-list .item-videobox { display: none; width: 100%; overflow: hidden; position: absolute; left: 0; top: 0; height: 100%; z-index: 2; }

.m-prob1 .prob-pic-list .item-videobox .item-video { position: relative; overflow: hidden; padding-bottom: 70%; height: 0; }

.m-prob1 .prob-pic-list .item-videobox .item-video iframe, .m-prob1 .prob-pic-list .item-videobox .item-video video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; }

.m-prob1 .prob-pic-list .item-videobox .item-video iframe body { margin: 0px !important; }

@media screen and (max-width: 767px) { .m-prob1 .prob-pic-list .item-videobox { display: block; } }

.m-prob1 .prob-pic-item .item-pics, .m-prob1 .prob-pic-item .item-video { display: block; position: relative; border: solid 1px transparent; overflow: visible; z-index: 1; }

.m-prob1 .prob-pic-item .item-pics img, .m-prob1 .prob-pic-item .item-video img { display: block; width: 100%; }

.m-prob1 .prob-pic-item .item-pics.active, .m-prob1 .prob-pic-item .item-video.active { border-color: #C90D0D; }

@media screen and (max-width: 1219px) { .zoomPad { cursor: default !important; }
  .zoomPup { display: none !important; }
  .zoomWindow { display: none !important; }
  .zoomPreload { display: none !important; }
  .m-prob1 { margin-top: 0; } }

@media screen and (max-width: 767px) { .m-prob1 .prob-pic { width: 100%; }
  .m-prob1 .prob-pic-big { display: none; }
  .m-prob1 .prob-pic-small { margin-top: 0; padding: 0 35px; }
  .m-prob1 .prob-pic-list ul li { margin-right: .02%; width: 0.32%; }
  .m-prob1 .prob-pic-item .item-pics, .m-prob1 .prob-pic-item .item-video { border: 0 !important; } }

@media screen and (max-width: 640px) { .m-prob1 .prob-pic-list ul li { margin-right: .02%; width: 0.49%; } }

@media screen and (max-width: 480px) { .m-prob1 .prob-pic-list ul li { margin-right: 0%; width: 1%; } }

/* pro-info */
.pro-info { overflow: hidden; }

@media screen and (max-width: 1219px) { .pro-info { width: 100%; } }

.pro-info > .item-title { font-size: 18px; font-size: 1.8rem; line-height: 24px; margin-top: 30px; }

@media screen and (max-width: 767px) { .pro-info > .item-title { margin-top: 20px; } }

.pro-info .item-desc { margin-top: 8px; font-size: 18px; font-size: 1.8rem; line-height: 24px; color: #555; }

@media screen and (max-width: 1219px) { .pro-info .item-desc { font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 991px) { .pro-info .item-desc { font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 767px) { .pro-info .item-desc { font-size: 12px; font-size: 1.2rem; line-height: 20px; } }

.pro-info .pro-share { margin-top: 26px; }

@media screen and (max-width: 1219px) { .pro-info .pro-share { margin-top: 20px; } }

@media screen and (max-width: 767px) { .pro-info .pro-share { margin-top: 15px; } }

.pro-info .pro-share .share-title { color: #555; font-size: 16px; font-size: 1.6rem; }

@media screen and (max-width: 991px) { .pro-info .pro-share .share-title { font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 767px) { .pro-info .pro-share .share-title { font-size: 12px; font-size: 1.2rem; } }

.pro-info .item-btns { font-size: 0; letter-spacing: 0; margin-top: 94px; }

@media screen and (max-width: 1219px) { .pro-info .item-btns { margin-top: 30px; } }

@media screen and (max-width: 991px) { .pro-info .item-btns { margin-top: 20px; } }

.pro-info .item-btn { display: inline-block; vertical-align: middle; min-width: 130px; border: solid 1px #EBEBEB; background-color: #E8E8E8; line-height: 38px; padding: 0 5px; font-size: 16px; font-size: 1.6rem; text-align: center; color: #666; }

@media screen and (max-width: 991px) { .pro-info .item-btn { font-size: 14px; font-size: 1.4rem; line-height: 30px; } }

@media screen and (max-width: 767px) { .pro-info .item-btn { font-size: 12px; font-size: 1.2rem; min-width: 110px; line-height: 24px; } }

.pro3-title { font-size: 20px; font-size: 2.0rem; font-family:"Microsoft YaHei","微软雅黑"; position: relative; border-bottom: solid 1px #ACACAC; padding-bottom: 15px; line-height: 24px; text-transform: uppercase; }

.pro3-title:before { position: absolute; content: ''; width: 36px; height: 3px; bottom: -2px; left: 0; background-color: #C90D0D; }

.pro3-title a:hover { color: #C90D0D; }

@media screen and (max-width: 991px) { .pro3-title { padding-bottom: 10px; font-size: 18px; font-size: 1.8rem; } }

.pro3-spec { margin-top: 56px; }

@media screen and (max-width: 1219px) { .pro3-spec { margin-top: 30px; } }

.pro3-spec .item-body { padding: 42px 0 70px; font-size: 16px; font-size: 1.6rem; line-height: 30px; }

.pro3-spec .item-body p { min-height: 30px; }

.pro3-spec .item-body, .pro3-spec .item-body a { color: #555; }

.pro3-spec .item-body img, .pro3-spec .item-body iframe { max-width: 100%; }

.pro3-spec .item-body strong { font-weight: normal; font-family:"Microsoft YaHei","微软雅黑"; }

@media screen and (max-width: 1219px) { .pro3-spec .item-body { padding: 30px 0; font-size: 14px; font-size: 1.4rem; line-height: 26px; }
  .pro3-spec .item-body p { min-height: 26px; } }

@media screen and (max-width: 991px) { .pro3-spec .item-body { font-size: 14px; font-size: 1.4rem; line-height: 22px; }
  .pro3-spec .item-body p { min-height: 22px; } }

@media screen and (max-width: 767px) { .pro3-spec .item-body { padding: 20px 0; font-size: 12px; font-size: 1.2rem; line-height: 20px; }
  .pro3-spec .item-body p { min-height: 20px; } }

.related-box .pro2-list { margin-top: 36px; margin-bottom: 0; }

@media screen and (max-width: 1219px) { .related-box .pro2-list { margin-top: 30px; } }

@media screen and (max-width: 767px) { .related-box .pro2-list { margin-top: 20px; } }

/*-------------1-3-products end------------------------------------------------------------*/
/*-------------2-1-Manufacturing start-----------------------------------------------------*/
.man-main .box-main { width: 895px; }

@media screen and (max-width: 1219px) { .man-main .box-main { width: 680px; } }

@media screen and (max-width: 991px) { .man-main .box-main { width: 100%; } }

.man-main .box-slide { width: 244px; }

@media screen and (max-width: 991px) { .man-main .box-slide { width: 100%; margin: 0 auto 30px; } }

.man-slide .slide-yiji { margin-top: 22px; }

@media screen and (max-width: 991px) { .man-slide .slide-yiji { margin-top: 10px; } }

@media screen and (max-width: 991px) { .man-slide .slide-yiji { display: none; } }

.man-slide .slide-yiji > li { margin-bottom: 4px; width: 100%; }

.man-slide .slide-yiji > li > a { display: block; font-size: 16px; font-size: 1.6rem; color: #555; line-height: 20px; padding: 10px 11px; background-color: #f5f5f5; position: relative; }

@media screen and (max-width: 1219px) { .man-slide .slide-yiji > li > a { font-size: 14px; font-size: 1.4rem; } }

.man-slide .slide-yiji > li:hover > a, .man-slide .slide-yiji > li.active > a { background-color: #C90D0D; color: #FFFFFF; }

.man-slide .slide-erji { background-color: #fff; padding: 4px 10px; }

.man-slide .slide-erji > li { border-top: solid 1px #E1E1E1; border-color: rgba(225, 225, 225, 0.5); }

.man-slide .slide-erji > li:first-child { border-top: 0; }

.man-slide .slide-erji > li > a { display: block; font-size: 14px; font-size: 1.4rem; line-height: 20px; color: #555; padding: 8px 0 8px 20px; position: relative; }

.man-slide .slide-erji > li > a:before { position: absolute; content: '>'; left: 7px; }

@media screen and (max-width: 1219px) { .man-slide .slide-erji > li > a { font-size: 14px; font-size: 1.4rem; } }

.man-slide .slide-erji > li:hover > a, .man-slide .slide-erji > li.active > a { color: #C90D0D !important; }

.man-slide .slide-erji > li:hover > a .iconfont, .man-slide .slide-erji > li.active > a .iconfont { color: #C90D0D; }

.man-title { font-size: 18px; font-size: 1.8rem; font-family:"Microsoft YaHei","微软雅黑"; position: relative; border-bottom: solid 1px #ACACAC; padding-bottom: 15px; }

.man-title:before { position: absolute; content: ''; width: 36px; height: 3px; bottom: -2px; left: 0; background-color: #C90D0D; }

.man-title p, .man-title a { display: block; line-height: 24px; position: relative; text-transform: uppercase; }

.man-title .iconfont { position: absolute; right: 0; top: 0; font-size: 24px; font-size: 2.4rem; cursor: pointer; }

.man-title .iconfont:hover { color: #C90D0D; }

.man-title a:hover { color: #C90D0D; }

.man-title.man-title2 { display: none; }

@media screen and (max-width: 991px) { .man-title { padding-bottom: 10px; font-size: 18px; font-size: 1.8rem; }
  .man-title.man-title1 { display: none; }
  .man-title.man-title2 { display: block; } }

.m-title { font-size: 16px; font-size: 1.6rem; font-family:"Microsoft YaHei","微软雅黑"; position: relative; border-bottom: solid 1px #ACACAC; padding-bottom: 14px; line-height: 24px; text-transform: uppercase; }

.m-title:before { position: absolute; content: ''; width: 36px; height: 3px; bottom: -2px; left: 0; background-color: #C90D0D; }

.m-title a:hover { color: #C90D0D; }

@media screen and (max-width: 991px) { .m-title { padding-bottom: 10px; } }

.m-spec { font-size: 16px; font-size: 1.6rem; line-height: 30px; }

.m-spec p { min-height: 30px; text-indent: 2em; }

.m-spec, .m-spec a { color: #555; }

.m-spec img, .m-spec iframe { max-width: 100%; }

.m-spec strong { font-weight: normal; font-family:"Microsoft YaHei","微软雅黑"; }

@media screen and (max-width: 1219px) { .m-spec { font-size: 14px; font-size: 1.4rem; line-height: 26px; }
  .m-spec p { min-height: 26px; } }

@media screen and (max-width: 991px) { .m-spec { font-size: 14px; font-size: 1.4rem; line-height: 22px; }
  .m-spec p { min-height: 22px; } }

@media screen and (max-width: 767px) { .m-spec { font-size: 12px; font-size: 1.2rem; line-height: 20px; }
  .m-spec p { min-height: 20px; } }

.m1-main .m-spec { margin-top: 45px; }

@media screen and (max-width: 1219px) { .m1-main .m-spec { margin-top: 30px; } }

@media screen and (max-width: 767px) { .m1-main .m-spec { margin-top: 20px; } }

/*-------------2-1-Manufacturing end-------------------------------------------------------*/
/*-------------2-2-Manufacturing start-----------------------------------------------------*/
.m2-main .m-spec { margin-top: 16px; }

/*-------------2-2-Manufacturing end-------------------------------------------------------*/
/*-------------2-3-Manufacturing start-----------------------------------------------------*/
.cer-list { font-size: 0; letter-spacing: 0; padding-top: 42px; padding-bottom: 30px; max-width: 895px; }

@media screen and (max-width: 1219px) { .cer-list { padding: 30px 0 20px; } }

@media screen and (max-width: 767px) { .cer-list { padding: 20px 0 10px; } }

.cer-list .list-item { display: inline-block; vertical-align: top; width: 17.31844%; margin-left: 3.35196%; margin-bottom: 30px; }

@media screen and (max-width: 1219px) { .cer-list .list-item { width: 18.4%; margin-left: 2%; } }

@media screen and (max-width: 767px) { .cer-list .list-item { width: 23%; margin: 0 1% 20px !important; } }

@media screen and (max-width: 480px) { .cer-list .list-item { width: 31.33%; } }

.cer-list .item-backdrop .iconfont { font-size: 30px; font-size: 3rem; position: absolute; top: 50%; left: 50%; margin: -15px 0 0 -15px; color: #fff; }

@media screen and (max-width: 991px) { .cer-list .item-backdrop { display: none; } }

/*-------------2-3-Manufacturing end-------------------------------------------------------*/
/*-------------3-1-about start-------------------------------------------------------------*/
.about-main .box-main { width: 908px; }

@media screen and (max-width: 1219px) { .about-main .box-main { width: 680px; } }

@media screen and (max-width: 991px) { .about-main .box-main { width: 100%; } }

.about-main .box-slide { width: 244px; }

@media screen and (max-width: 991px) { .about-main .box-slide { width: 100%; margin: 0 auto 30px; } }

.about-title { font-size: 20px; font-size: 2rem; line-height: 24px; text-transform: uppercase; font-family:"Microsoft YaHei","微软雅黑"; position: relative; padding-bottom: 16px; }

.about-title:after { position: absolute; content: ''; width: 36px; height: 3px; bottom: -1px; left: 0; background-color: #C90D0D; }

.about-title:before { position: absolute; content: ''; width: 228px; height: 1px; bottom: 0; left: 0; background-color: #ACACAC; }

@media screen and (max-width: 1219px) { .about-title { padding-bottom: 10px; font-size: 18px; font-size: 1.8rem; } }

@media screen and (max-width: 767px) { .about-title { padding-bottom: 10px; font-size: 16px; font-size: 1.6rem; }
  .about-title:before { width: 150px; } }

.about-spec { font-size: 16px; font-size: 1.6rem; line-height: 30px; /* .item-videobox start */ /* .item-videobox end */ }

.about-spec p { min-height: 30px; text-indent: 2em; }

.about-spec img, .about-spec iframe { max-width: 100%; }

.about-spec strong { font-weight: normal; font-family:"Microsoft YaHei","微软雅黑"; }

.about-spec .item-videobox { width: 100%; overflow: hidden; margin: 0 auto; }

.about-spec .item-videobox .item-video { position: relative; overflow: hidden; padding-bottom: 44.27313%; height: 0; }

.about-spec .item-videobox .item-video iframe, .about-spec .item-videobox .item-video video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; }

.about-spec .item-videobox .item-video iframe body { margin: 0px !important; }

@media screen and (max-width: 1219px) { .about-spec { font-size: 14px; font-size: 1.4rem; line-height: 26px; }
  .about-spec p { min-height: 26px; } }

@media screen and (max-width: 991px) { .about-spec { font-size: 14px; font-size: 1.4rem; line-height: 22px; }
  .about-spec p { min-height: 22px; } }

@media screen and (max-width: 767px) { .about-spec { font-size: 12px; font-size: 1.2rem; line-height: 20px; }
  .about-spec p { min-height: 20px; } }

.about1-main .about-title { margin: 36px 0 31px; }

@media screen and (max-width: 1219px) { .about1-main .about-title { margin: 30px 0; } }

@media screen and (max-width: 767px) { .about1-main .about-title { margin: 20px 0; } }

/*-------------3-1-about end---------------------------------------------------------------*/
/*-------------3-2-about start-------------------------------------------------------------*/
.about2-box2 { margin-top: 79px; margin-bottom: 37px; }

@media screen and (max-width: 1219px) { .about2-box2 { margin: 70px 0 30px; } }

@media screen and (max-width: 991px) { .about2-box2 { margin-top: 50px; } }

@media screen and (max-width: 767px) { .about2-box2 { margin: 30px 0 20px; } }

.about2-box2 .item-pic { float: right; width: 43.8326%; margin-left: 6.60793%; position: relative; }

.about2-box2 .item-pic:before { position: absolute; content: ''; width: 29.39698%; height: 29.58904%; background-color: #C90D0D; top: -8.79397%; right: -10.13699%; }

@media screen and (max-width: 991px) { .about2-box2 .item-pic:before { top: -12px; right: -12px; } }

.about2-box2 .item-pic img { display: block !important; width: 100%; position: relative; z-index: 2; }

@media screen and (max-width: 1219px) { .about2-box2 .item-pic { margin-left: 3.30396%; } }

@media screen and (max-width: 400px) { .about2-box2 .item-pic { float: none; width: 80%; margin: 0 auto 20px; } }

.about2-box2 .about-title { margin-top: -5px; margin-bottom: 59px; }

@media screen and (max-width: 1219px) { .about2-box2 .about-title { margin: 0 0 20px; } }

/*-------------3-2-about end---------------------------------------------------------------*/
/*-------------3-3-about start-------------------------------------------------------------*/
.his-owl { margin-top: 40px; position: relative; }

@media screen and (max-width: 1219px) { .his-owl { margin-top: 30px; } }

@media screen and (max-width: 767px) { .his-owl { margin-top: 20px; } }

.his-owl .owl-buttons { display: none !important; }

.his-owl .owl-btns { font-size: 0; letter-spacing: 0; }

.his-owl .owl-btns .owl-btn { display: inline-block; vertical-align: top; font-size: 14px; font-size: 1.4rem; background-color: #C90D0D; color: #fff; width: 46px; height: 46px; line-height: 46px; text-align: center; position: absolute; top: 50%; margin-top: -23px; cursor: pointer; }

.his-owl .owl-btns .owl-btn.disabled { opacity: 0.2; filter: alpha(opacity=20); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)"; cursor: auto; }

@media screen and (max-width: 1219px) { .his-owl .owl-btns .owl-btn { width: 36px; height: 36px; line-height: 36px; margin-top: -18px; } }

@media screen and (max-width: 767px) { .his-owl .owl-btns .owl-btn { width: 24px; height: 24px; line-height: 24px; font-size: 12px; font-size: 1.2rem; margin-top: -12px; } }

.his-owl .owl-btns .item-prev { left: 0; }

.his-owl .owl-btns .item-next { right: 0; }

/*-------------3-3-about end---------------------------------------------------------------*/
/*-------------3-4-about start-------------------------------------------------------------*/
/*-------------3-4-about end---------------------------------------------------------------*/
/*-------------3-5-about start-------------------------------------------------------------*/
.about5-main .about-spec { margin-top: 58px; font-family:"Microsoft YaHei","微软雅黑"; }

.about5-main .about-spec .item-title { font-size: 18px; font-size: 1.8rem; text-transform: uppercase; font-family:"Microsoft YaHei","微软雅黑"; color: #333; margin-bottom: 12px; }

.about5-main .about-spec p { margin-bottom: 5px; }

.about5-main .about-spec, .about5-main .about-spec a { color: #666; }

@media screen and (max-width: 1219px) { .about5-main .about-spec { margin-top: 30px; }
  .about5-main .about-spec p { margin-bottom: 0; }
  .about5-main .about-spec .item-title { font-size: 16px; font-size: 1.6rem; margin-bottom: 5px; } }

@media screen and (max-width: 767px) { .about5-main .about-spec { margin-top: 20px; }
  .about5-main .about-spec .item-title { font-size: 14px; font-size: 1.4rem; } }

/*-------------3-5-about end---------------------------------------------------------------*/
/*-------------4-1-news start--------------------------------------------------------------*/
.news1-list { padding-bottom: 18px; font-size: 0; letter-spacing: 0; }

@media screen and (max-width: 767px) { .news1-list { padding-bottom: 10px; } }

.news1-list .list-item { margin-bottom: 41px; padding-bottom: 39px; width: 100%; border-bottom: solid 1px #DCDCDC; display: inline-block; vertical-align: top; }

@media screen and (max-width: 1219px) { .news1-list .list-item { padding-bottom: 30px; margin-bottom: 30px; } }

@media screen and (max-width: 767px) { .news1-list .list-item { margin-bottom: 20px; padding-bottom: 30px; } }

@media screen and (max-width: 480px) { .news1-list .list-item { width: 48%; margin: 0 1% 20px; padding-bottom: 0; border-bottom: 0; } }

.news1-list .item-pic { float: left; width: 313px; margin-right: 42px; }

.news1-list .item-pic img { display: block; width: 100%; }

@media screen and (max-width: 1219px) { .news1-list .item-pic { margin-right: 20px; } }

@media screen and (max-width: 991px) { .news1-list .item-pic { width: 250px; margin-right: 15px; } }

@media screen and (max-width: 767px) { .news1-list .item-pic { width: 200px; margin-right: 10px; } }

@media screen and (max-width: 480px) { .news1-list .item-pic { float: none; width: 100%; margin: 0 auto; } }

.news1-list .item-body { overflow: hidden; }

.news1-list .item-title { font-size: 20px; font-size: 2rem; line-height: 28px; margin-top: 32px; }

@media screen and (max-width: 991px) { .news1-list .item-title { font-size: 18px; font-size: 1.8rem; margin-top: 20px; } }

@media screen and (max-width: 767px) { .news1-list .item-title { font-size: 16px; font-size: 1.6rem; line-height: 20px; } }

@media screen and (max-width: 480px) { .news1-list .item-title { font-size: 14px; font-size: 1.4rem; margin-top: 10px; } }

.news1-list .item-desc { text-indent: 2em; font-size: 16px; font-size: 1.6rem; line-height: 30px; height: 60px; margin-top: 30px; }

@media screen and (max-width: 991px) { .news1-list .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 26px; height: 52px; margin-top: 15px; } }

@media screen and (max-width: 767px) { .news1-list .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 22px; height: 44px; } }

@media screen and (max-width: 480px) { .news1-list .item-desc { font-size: 12px; font-size: 1.2rem; line-height: 20px; height: 40px; margin-top: 5px; } }

.news1-list .item-btnbox { margin-top: 28px; }

@media screen and (max-width: 767px) { .news1-list .item-btnbox { margin-top: 20px; } }

@media screen and (max-width: 480px) { .news1-list .item-btnbox { margin-top: 5px; } }

.news1-list .item-date { float: left; line-height: 20px; font-size: 18px; font-size: 1.8rem; color: #999; }

@media screen and (max-width: 991px) { .news1-list .item-date { font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 767px) { .news1-list .item-date { font-size: 12px; font-size: 1.2rem; } }

@media screen and (max-width: 480px) { .news1-list .item-date { float: none; } }

.news1-list .item-btn { float: right; display: inline-block; font-size: 16px; font-size: 1.6rem; line-height: 20px; color: #C90D0D; }

.news1-list .item-btn:hover { color: #C90D0D; }

@media screen and (max-width: 480px) { .news1-list .item-btn { display: none; } }

/*-------------4-1-news end----------------------------------------------------------------*/
/*-------------4-2-news start--------------------------------------------------------------*/
@media screen and (max-width: 1419px) { .news2-main { max-width: 960px; margin: 0 auto; } }

.news2-main > .item-title { text-align: center; font-size: 20px; font-size: 2.0rem; text-transform: uppercase; font-family:"Microsoft YaHei","微软雅黑"; line-height: 1.2; position: relative; border-bottom: solid 1px #ACACAC; padding-bottom: 40px; }

.news2-main > .item-title:after { position: absolute; content: ''; width: 36px; height: 3px; bottom: -2px; left: 0; right: 0; margin: 0 auto; background-color: #C90D0D; }

@media screen and (max-width: 1219px) { .news2-main > .item-title { padding-bottom: 30px; } }

@media screen and (max-width: 991px) { .news2-main > .item-title { padding-bottom: 20px; font-size: 18px; font-size: 1.8rem; } }

@media screen and (max-width: 767px) { .news2-main > .item-title { padding-bottom: 15px; font-size: 16px; font-size: 1.6rem; } }

.news2-main .item-date { text-align: center; margin-top: 32px; line-height: 20px; font-size: 16px; font-size: 1.6rem; }

.news2-main .item-date .iconfont { color: #C90D0D; font-size: 19px; font-size: 1.9rem; margin-right: 15px; }

@media screen and (max-width: 991px) { .news2-main .item-date { margin-top: 20px; font-size: 14px; font-size: 1.4rem; }
  .news2-main .item-date .iconfont { font-size: 16px; font-size: 1.6rem; margin-right: 10px; } }

@media screen and (max-width: 767px) { .news2-main .item-date { margin-top: 15px; font-size: 12px; font-size: 1.2rem; }
  .news2-main .item-date .iconfont { font-size: 14px; font-size: 1.4rem; margin-right: 5px; } }

.news2-main .pro-share { text-align: right; margin-bottom: 30px; }

@media screen and (max-width: 991px) { .news2-main .pro-share { margin-bottom: 25px; } }

@media screen and (max-width: 767px) { .news2-main .pro-share { margin-bottom: 20px; } }

.news2-main .pro-share .share-title { display: none; color: #999; font-size: 14px; font-size: 1.4rem; }

@media screen and (max-width: 767px) { .news2-main .pro-share .share-title { font-size: 12px; font-size: 1.2rem; } }

.news2-main .item-desc { padding: 28px 0 30px; font-size: 16px; font-size: 1.6rem; line-height: 30px; }

.news2-main .item-desc p { min-height: 30px; text-indent: 2em; }

.news2-main .item-desc img, .news2-main .item-desc iframe { max-width: 100%; }

.news2-main .item-desc, .news2-main .item-desc a { color: #666; }

.news2-main .item-desc strong { font-weight: normal; font-family:"Microsoft YaHei","微软雅黑"; }

@media screen and (max-width: 1219px) { .news2-main .item-desc { padding-bottom: 30px; font-size: 14px; font-size: 1.4rem; line-height: 26px; }
  .news2-main .item-desc p { min-height: 26px; } }

@media screen and (max-width: 991px) { .news2-main .item-desc { padding: 25px 0; font-size: 14px; font-size: 1.4rem; line-height: 22px; }
  .news2-main .item-desc p { min-height: 22px; } }

@media screen and (max-width: 767px) { .news2-main .item-desc { padding: 20px 0; font-size: 12px; font-size: 1.2rem; line-height: 20px; }
  .news2-main .item-desc p { min-height: 20px; } }

/*-------------4-2-news end----------------------------------------------------------------*/
/*-------------5-service start-------------------------------------------------------------*/
.service-title { font-size: 20px; font-size: 2rem; line-height: 24px; text-transform: uppercase; font-family:"Microsoft YaHei","微软雅黑"; position: relative; padding-bottom: 28px; margin-bottom: 44px; border-bottom: solid 1px #ACACAC; }

.service-title:after { position: absolute; content: ''; width: 36px; height: 3px; bottom: -2px; left: 0; background-color: #C90D0D; }

@media screen and (max-width: 1219px) { .service-title { margin-bottom: 30px; padding-bottom: 16px; font-size: 18px; font-size: 1.8rem; } }

@media screen and (max-width: 767px) { .service-title { margin-bottom: 20px; padding-bottom: 10px; font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 1419px) { .service-main { max-width: 960px; margin: 0 auto; } }

.service-main .box-item { position: relative; }

.service-main .item-pic { width: 50%; }

@media screen and (max-width: 640px) { .service-main .item-pic { float: none !important; width: 100%; margin: 0 auto 15px; } }

.service-main .item-body { position: absolute; top: 0; bottom: 0; width: 45.83333%; }

@media screen and (max-width: 1219px) { .service-main .item-body { width: 47.5%; } }

@media screen and (max-width: 640px) { .service-main .item-body { position: relative; width: 100%; } }

.service-main .body-left { left: 0; }

@media screen and (max-width: 640px) { .service-main .body-left { margin-bottom: 30px; } }

.service-main .body-right { right: 0; }

.service-main .item-title { font-family:"Microsoft YaHei","微软雅黑"; text-transform: uppercase; font-size: 20px; font-size: 2rem; line-height: 24px; margin-bottom: 45px; }

@media screen and (max-width: 1419px) { .service-main .item-title { margin-bottom: 15px; } }

@media screen and (max-width: 1219px) { .service-main .item-title { margin-bottom: 20px; font-size: 18px; font-size: 1.8rem; } }

@media screen and (max-width: 991px) { .service-main .item-title { font-size: 16px; font-size: 1.6rem; margin-bottom: 10px; } }

@media screen and (max-width: 767px) { .service-main .item-title { font-size: 14px; font-size: 1.4rem; line-height: 20px; margin-bottom: 5px; } }

.service-main .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 30px; font-family:"Microsoft YaHei","微软雅黑"; }

.service-main .item-desc strong { font-weight: normal; font-family:"Microsoft YaHei","微软雅黑"; }

.service-main .item-desc, .service-main .item-desc a { color: #333; }

.service-main .item-desc p { min-height: 30px; }

@media screen and (max-width: 1219px) { .service-main .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 26px; }
  .service-main .item-desc p { min-height: 26px; } }

@media screen and (max-width: 991px) { .service-main .item-desc { font-size: 12px; font-size: 1.2rem; line-height: 20px; }
  .service-main .item-desc p { min-height: 20px; } }

@media screen and (max-width: 767px) { .service-main .item-desc { line-height: 18px; }
  .service-main .item-desc p { min-height: 18px; } }

/*-------------5-service end---------------------------------------------------------------*/
/*-------------6-contact start-------------------------------------------------------------*/
.contact-list { margin-bottom: 53px; font-size: 14px; font-size: 1.4rem; line-height: 24px; }

.contact-list, .contact-list a { color: #666; }

.contact-list em { font-size: 20px; font-size: 2rem; color: #333; font-style: normal; margin-right: 8px; display: inline-block; }

.contact-list a:hover { color: #C90D0D; }

.contact-list li { margin-bottom: 6px; }

@media screen and (max-width: 1219px) { .contact-list em { font-size: 18px; font-size: 1.8rem; margin-right: 15px; }
  .contact-list li { margin-bottom: 15px; } }

@media screen and (max-width: 991px) { .contact-list { margin-bottom: 30px; }
  .contact-list em { font-size: 16px; font-size: 1.6rem; margin-right: 10px; }
  .contact-list li { margin-bottom: 10px; } }

@media screen and (max-width: 767px) { .contact-list { margin-bottom: 20px; font-size: 12px; font-size: 1.2rem; line-height: 20px; }
  .contact-list em { font-size: 14px; font-size: 1.4rem; margin-right: 5px; }
  .contact-list li { margin-bottom: 5px; } }

.map img, .map iframe { max-width: 100%; display: block; }

.contact-form { margin-top: 85px; }

@media screen and (max-width: 1219px) { .contact-form { margin-top: 50px; } }

@media screen and (max-width: 991px) { .contact-form { margin-top: 40px; } }

@media screen and (max-width: 767px) { .contact-form { margin-top: 30px; } }

.contact-form .item-title { font-size: 30px; font-size: 3rem; line-height: 1.2; font-family:"Microsoft YaHei","微软雅黑"; text-transform: uppercase; margin-bottom: 14px; padding: 0 10px; }

@media screen and (max-width: 1219px) { .contact-form .item-title { font-size: 26px; font-size: 2.6rem; } }

@media screen and (max-width: 991px) { .contact-form .item-title { font-size: 22px; font-size: 2.2rem; } }

@media screen and (max-width: 767px) { .contact-form .item-title { font-size: 18px; font-size: 1.8rem; margin-bottom: 10px; } }

.contact-form .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 30px; margin-bottom: 33px; padding: 0 10px; }

.contact-form .item-desc, .contact-form .item-desc a { color: #999; }

@media screen and (max-width: 1219px) { .contact-form .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 26px; } }

@media screen and (max-width: 991px) { .contact-form .item-desc { line-height: 22px; } }

@media screen and (max-width: 767px) { .contact-form .item-desc { font-size: 12px; font-size: 1.2rem; line-height: 20px; margin-bottom: 20px; } }

.contact-form .item-form .star { position: relative; }

.contact-form .item-form .star:before { position: absolute; content: '*'; font-size: 20px; font-size: 2rem; color: #FF0000; left: 0; top: 16px; }

.contact-form .item-form .item-input { width: 49.11894%; padding-left: 15px; margin-bottom: 23px; }

.contact-form .item-form .item-input1 { float: left; width: 100%; padding-left: 15px; margin-bottom: 26px; position: relative; }

.contact-form .item-form .item-input1.star:before { top: 8px; }

.contact-form .item-form input, .contact-form .item-form textarea { display: block; background-color: #fff; width: 100%; display: block; color: #A6A6A6; border: solid 1px #D2D2D2; font-size: 14px; font-size: 1.4rem; }

.contact-form .item-form input { height: 54px; line-height: 54px; padding: 0 14px; }

.contact-form .item-form textarea { height: 112px; padding: 5px 14px; line-height: 24px; }

.contact-form .item-form .item-code { width: 193px; margin-right: 22px; }

.contact-form .item-form .item-img { line-height: 54px; }

.contact-form .item-form .item-img img { vertical-align: middle; max-height: 54px; cursor: pointer; }

.contact-form .item-form .item-btn { width: 250px; padding: 0; }

.contact-form .item-form .item-btn input { border-color: #C90D0D; background-color: #C90D0D; color: #fff; }

.contact-form .item-form .item-btn input:hover { background-color: #000; border-color: #000; }

@media screen and (max-width: 1219px) { .contact-form .item-form .star:before { top: 10px; }
  .contact-form .item-form .item-input { margin-bottom: 15px; }
  .contact-form .item-form input { height: 44px; line-height: 44px; }
  .contact-form .item-form .item-img { line-height: 44px; }
  .contact-form .item-form .item-img img { max-height: 44px; }
  .contact-form .item-form input, .contact-form .item-form textarea { font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 991px) { .contact-form .item-form .item-code { margin-right: 15px; }
  .contact-form .item-form .item-btn { width: 350px; } }

@media screen and (max-width: 767px) { .contact-form .item-form .star:before { font-size: 16px; font-size: 1.6rem; }
  .contact-form .item-form .item-input, .contact-form .item-form .item-input1 { margin-bottom: 12px; padding-left: 15px; }
  .contact-form .item-form input { height: 36px; line-height: 36px; padding: 0 10px; }
  .contact-form .item-form textarea { padding-left: 10px; padding-right: 10px; }
  .contact-form .item-form input, .contact-form .item-form textarea { font-size: 12px; font-size: 1.2rem; }
  .contact-form .item-form .item-code { width: -webkit-calc(100% - 130px) !important; width: -moz-calc(100% - 130px) !important; width: calc(100% - 130px) !important; margin-right: 0; }
  .contact-form .item-form .item-img { float: right; line-height: 36px; }
  .contact-form .item-form .item-img img { max-height: 36px; }
  .contact-form .item-form .item-btn { margin-left: 0; width: 100%; padding-left: 15px; } }

@media screen and (max-width: 500px) { .contact-form .item-form .item-input { width: 100%; } }

/*-------------6-contact end---------------------------------------------------------------*/
/*-------------7-1-Talent recruitment start------------------------------------------------*/
.t1-main .about-title { margin-top: 45px; }

@media screen and (max-width: 1219px) { .t1-main .about-title { margin-top: 30px; } }

@media screen and (max-width: 767px) { .t1-main .about-title { margin-top: 20px; } }

.t1-main .box-item { border-bottom: solid 1px #DCDCDC; padding-top: 33px; padding-bottom: 31px; font-size: 16px; font-size: 1.6rem; line-height: 30px; }

.t1-main .box-item .item-title { text-indent: 0!important; font-size: 24px; font-size: 2.4rem; font-family:"Microsoft YaHei","微软雅黑"; margin-bottom: 28px; }

.t1-main .box-item p { min-height: 30px; text-indent: 2em; }

.t1-main .box-item img, .t1-main .box-item iframe { max-width: 100%; }

.t1-main .box-item strong { font-weight: normal; font-family:"Microsoft YaHei","微软雅黑"; }

@media screen and (max-width: 1219px) { .t1-main .box-item { padding: 25px 0; font-size: 14px; font-size: 1.4rem; line-height: 26px; }
  .t1-main .box-item .item-title { font-size: 20px; font-size: 2.0rem; margin-bottom: 20px; }
  .t1-main .box-item p { min-height: 26px; } }

@media screen and (max-width: 991px) { .t1-main .box-item { padding: 20px 0; font-size: 14px; font-size: 1.4rem; line-height: 22px; }
  .t1-main .box-item .item-title { font-size: 18px; font-size: 1.8rem; margin-bottom: 15px; }
  .t1-main .box-item p { min-height: 22px; } }

@media screen and (max-width: 767px) { .t1-main .box-item { padding: 15px 0; font-size: 12px; font-size: 1.2rem; line-height: 20px; }
  .t1-main .box-item .item-title { font-size: 16px; font-size: 1.6rem; margin-bottom: 10px; }
  .t1-main .box-item p { min-height: 20px; } }

/*-------------7-1-Talent recruitment end--------------------------------------------------*/
/*-------------7-2-Talent recruitment start------------------------------------------------*/
.t2-main .about-title { margin-top: 45px; }

@media screen and (max-width: 1219px) { .t2-main .about-title { margin-top: 30px; } }

@media screen and (max-width: 767px) { .t2-main .about-title { margin-top: 20px; } }

.faq-list .list-item { margin-top: 41px; }

.faq-list .list-item:first-child .item-desc { display: block; }

@media screen and (max-width: 1219px) { .faq-list .list-item { margin-top: 20px; } }

@media screen and (max-width: 767px) { .faq-list .list-item { margin-top: 15px; } }

.faq-list .item-title { background-color: #f2f2f2; font-family:"Microsoft YaHei","微软雅黑"; line-height: 24px; font-size: 18px; font-size: 1.8rem; padding: 15px 50px 15px 30px; cursor: pointer; position: relative; }

@media screen and (max-width: 1219px) { .faq-list .item-title { padding: 8px 40px 8px 15px; font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 767px) { .faq-list .item-title { font-size: 14px; font-size: 1.4rem; padding: 5px 28px 5px 10px; } }

.faq-list .item-title:before { position: absolute; content: '\e725'; font-family: "iconfont" !important; font-size: 18px; font-size: 1.8rem; font-style: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; right: 30px; color: #999; -webkit-transition: all .35s; -o-transition: all .35s; -moz-transition: all .35s; transition: all .35s; }

@media screen and (max-width: 1219px) { .faq-list .item-title:before { right: 10px; font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 767px) { .faq-list .item-title:before { right: 10px; font-size: 16px; font-size: 1.6rem; } }

.faq-list .item-title.active { background-color: #C90D0D; color: #fff; }

.faq-list .item-title.active:before { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); color: #fff; }

.faq-list .item-desc { display: none; background-color: #f2f2f2; padding: 33px 26px 18px; font-size: 16px; font-size: 1.6rem; line-height: 26px; font-family:"Microsoft YaHei","微软雅黑"; }

.faq-list .item-desc p { min-height: 26px; margin-bottom: 16px; }

.faq-list .item-desc hr { height: 1px; background-color: #fff; border: 0; margin: 26px 0 23px; }

.faq-list .item-desc strong { font-family:"Microsoft YaHei","微软雅黑"; font-weight: normal; }

.faq-list .item-desc, .faq-list .item-desc a { color: #333; }

@media screen and (max-width: 1219px) { .faq-list .item-desc { padding: 15px; }
  .faq-list .item-desc hr { margin: 10px 0; }
  .faq-list .item-desc p { margin-bottom: 5px; } }

@media screen and (max-width: 991px) { .faq-list .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 24px; }
  .faq-list .item-desc p { min-height: 24px; } }

@media screen and (max-width: 767px) { .faq-list .item-desc { padding: 15px 10px; font-size: 12px; font-size: 1.2rem; line-height: 20px; }
  .faq-list .item-desc p { min-height: 20px; } }

/*-------------7-2-Talent recruitment end--------------------------------------------------*/

@media screen and (min-width: 992px) { .n-nav, .n-nav-icon { display: none; } }

@-webkit-keyframes resize { from, 60%, 75%, 90%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% { opacity: 0;
    -webkit-transform: scale(5, 5);
    transform: scale(5, 5); }
  100% { opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }

@-moz-keyframes resize { from, 60%, 75%, 90%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% { opacity: 0;
    -webkit-transform: scale(5, 5);
    -moz-transform: scale(5, 5);
         transform: scale(5, 5); }
  100% { opacity: 1;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
         transform: scale(1, 1); } }

@keyframes resize { from, 60%, 75%, 90%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% { opacity: 0;
    -webkit-transform: scale(5, 5);
    -moz-transform: scale(5, 5);
      -o-transform: scale(5, 5);
         transform: scale(5, 5); }
  100% { opacity: 1;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
      -o-transform: scale(1, 1);
         transform: scale(1, 1); } }

.n-nav .n-nav-icon { position: fixed; right: 5px; top: 20px; width: 35px; height: 28px; line-height: 28px; text-align: center; -webkit-transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s; z-index: 999999999; }

.n-nav .n-nav-icon .iconfont { font-size: 20px; font-size: 2.0rem; color: #C90D0D; }

.n-nav .n-nav-icon span { display: none; width: 100%; height: 2px; margin-bottom: 4px; background-color: #C90D0D; }

.n-nav .n-nav-icon.active { top: 5px; background: #666 url(../fonts/nav-close.png) no-repeat center; background-size: 30px; }

.n-nav .n-nav-icon.active span, .n-nav .n-nav-icon.active .iconfont { display: none; }

.n-nav .n-nav-body { display: none; position: fixed; z-index: 99999; top: 0; bottom: 0; width: 100%; left: 0; overflow-y: scroll; background-color: #666; padding-top: 40px; }

.n-nav .box-search { background-color: #fff; padding: 5px 10px; position: relative; border: solid 1px #C90D0D; margin: 5px 10px; }

.n-nav .box-search .item-input { width: 100%; line-height: 32px; height: 32px; padding: 0 60px 0 0; }

.n-nav .box-search .iconfont { font-weight: bold; background-color: #C90D0D; width: 44px; height: 32px; line-height: 32px; border-radius: 5px; color: #fff; text-align: center; position: absolute; right: 10px; top: 5px; z-index: 0; }

.n-nav .box-search .iconfont:hover { background-color: #666; }

.n-nav .box-search .item-submit { position: absolute; width: 44px; height: 32px; right: 10px; top: 5px; z-index: 1; }

.n-nav .box-list { margin-top: 30px; }

.n-nav .box-list > li { position: relative; -webkit-animation-duration: 0.5s; -moz-animation-duration: 0.5s; animation-duration: 0.5s; -webkit-animation-fill-mode: both; -moz-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-name: resize; -moz-animation-name: resize; animation-name: resize; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; padding: 0 10px; }

.n-nav .box-list > li a { display: block; font-size: 14px; font-size: 1.4rem; line-height: 26px; padding: 10px 25px 10px 10px; color: #fff; text-transform: uppercase; border-bottom: 1px solid rgba(255, 255, 255, 0.3); }

.n-nav .box-list li { position: relative; }

.n-nav .box-list li .has-next { position: absolute; top: 10px; right: 10px; width: 20px; height: 20px; background: url(../fonts/n1.png) no-repeat center; background-size: contain; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; cursor: pointer; }

.n-nav .box-list li.active > .has-next { background: url(../fonts/n2.png) no-repeat center; background-size: contain; }

.n-nav .box-list .yiji-list { display: none; }

.n-nav .box-list .yiji-list li { padding-left: 12px; }

.n-nav .box-list .yiji-list li .has-next { right: 0; }

.n-nav .box-list .yiji-list li > a { padding: 10px 25px 10px 20px; line-height: 22px; position: relative; }

.n-nav .box-list .yiji-list li > a:before { position: absolute; content: ''; width: 5px; height: 5px; background-color: #fff; top: 19px; left: 10px; }

.n-nav .box-list .erji-list { display: none; }

.n-nav .box-list .sanji-list { display: none; }

.banner { position: relative; overflow: hidden; }

.banner:hover .carousel-control { display: block; }

.banner video { position: absolute; display: block; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); min-width: 100%; min-height: 100%; width: 100%; height: 100%; max-width: none; -o-object-fit: cover; object-fit: cover; -o-object-position: 50% 50%; object-position: 50% 50%; display: none \9; display: block \9\0; }

.banner .carouse { width: 100%; overflow: hidden; position: relative; }

.banner .carouse .slideItem { width: 100%; position: absolute; cursor: pointer; }

.banner .carouse .slideItem .banner-img { width: 100%; display: block; }

.banner .console { height: 57px; display: inline-block; width: 35px; position: absolute; top: 40%; }

.banner .carousel-control { display: none; position: absolute; top: 50%; z-index: 2; width: 50px; height: 50px; line-height: 50px; text-align: center; font-size: 15px; font-size: 1.5rem; margin-top: -25px; cursor: pointer; background-color: #fff; background-color: rgba(255, 255, 255, 0.1); border-radius: 0; color: #fff; }

.banner .carousel-control:hover { background-color: #fff; background-color: rgba(255, 255, 255, 0.5); }

.banner .carousel-control.left { left: 100px; }

.banner .carousel-control.right { right: 100px; }

@media screen and (max-width: 991px) { .banner .carousel-control { display: none !important; } }

.banner .dotList { position: absolute; z-index: 2; left: 0; right: 0; bottom: 3.84615%; font-size: 0; letter-spacing: 0; text-align: center; 
/*display: none;*/
}

@media screen and (max-width: 991px) { .banner .dotList { display: block; } }

.banner .dotList li { display: inline-block; vertical-align: top; margin: 0 13px; font-size: 0; cursor: pointer; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; width: 15px; height: 15px; color: #333; border-radius: 50%; background-color: #fff; }

.banner .dotList li.active { background-color: #C90D0D; }

@media screen and (max-width: 1219px) { .banner .dotList li { margin: 0 6px; width: 13px; height: 13px; } }

@media screen and (max-width: 991px) { .banner .dotList li { width: 11px; height: 11px; margin: 0 4px; } }

@media screen and (max-width: 767px) { .banner .dotList li { width: 8px; height: 8px; margin: 0 2px; } }

.index-banner { position: relative; padding-bottom: 33.85417%; }

.index-banner .carouse { position: absolute; top: 0; bottom: 0; left: 0; right: 0; }

@charset "UTF-8";

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

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

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

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

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

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -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 {
  0%, 20%, 53%, 80%, 100% {
    -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 {
  0%, 50%, 100% {
    opacity: 1;
  }

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

@keyframes flash {
  0%, 50%, 100% {
    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 {
  0% {
    -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);
  }

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

@keyframes pulse {
  0% {
    -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);
  }

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

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

@-webkit-keyframes rubberBand {
  0% {
    -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);
  }

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

@keyframes rubberBand {
  0% {
    -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);
  }

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

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

@-webkit-keyframes shake {
  0%, 100% {
    -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 {
  0%, 100% {
    -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 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);
  }

  100% {
    -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);
  }

  100% {
    -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 {
  0% {
    -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);
  }

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

@keyframes tada {
  0% {
    -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);
  }

  100% {
    -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 {
  0% {
    -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);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  0% {
    -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);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

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

@-webkit-keyframes jello {
  11.1% {
    -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)
  }
  100% {
    -webkit-transform: none;
            transform: none
  }
}

@keyframes jello {
  11.1% {
    -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)
  }
  100% {
    -webkit-transform: none;
            transform: none
  }
}



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

            transform-origin: center
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -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);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -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);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

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

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -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);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -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);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

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

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -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);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -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);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

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

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -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);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -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);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

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

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -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, -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);
  }

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

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -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, -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);
  }

  100% {
    -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);
  }

  100% {
    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);
  }

  100% {
    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);
  }

  100% {
    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);
  }

  100% {
    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);
  }

  100% {
    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);
  }

  100% {
    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);
  }

  100% {
    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);
  }

  100% {
    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);
  }

  100% {
    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);
  }

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

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


@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

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

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

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

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

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

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

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

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

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

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

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

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

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

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

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

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

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

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

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

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

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

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

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

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

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

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

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

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

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

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

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

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}

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

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

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

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

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

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

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

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}

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

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

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

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

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

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

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

@-webkit-keyframes flip {
  0% {
    -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;
  }

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

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) 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;
  }

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

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) 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);
  }

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

@keyframes flipInX {
  0% {
    -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);
  }

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

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

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) 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);
  }

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

@keyframes flipInY {
  0% {
    -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);
  }

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

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

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

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

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

@keyframes flipOutX {
  0% {
    -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;
  }

  100% {
    -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 {
  0% {
    -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;
  }

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

@keyframes flipOutY {
  0% {
    -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;
  }

  100% {
    -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 {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

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

  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

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

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

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

  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

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

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

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

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

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

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

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

  100% {
    -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 {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

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

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

  100% {
    -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 {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

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

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

  100% {
    -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 {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

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

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

  100% {
    -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 {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

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

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

  100% {
    -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 {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

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

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

  100% {
    -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 {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -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 {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -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 {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -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 {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -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 {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -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 {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -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 {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -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 {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -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;
  }

  100% {
    -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;
  }

  100% {
    -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 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

  100% {
    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 {
  0% {
    opacity: 1;
  }

  100% {
    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 {
  0% {
    opacity: 1;
  }

  100% {
    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 {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

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

  50% {
    opacity: 1;
  }
}

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

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

  33.333% {
    opacity: 1;
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  
  66.666666% {
    opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

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

  33.333% {
    opacity: 1;
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  
  66.666666% {
    opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

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

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(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 {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(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 {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(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 {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(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 {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(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 {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(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 {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(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 {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(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 {
  0% {
    opacity: 1;
  }

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

  100% {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }

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

  100% {
    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);
  }

  100% {
    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);
  }

  100% {
    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);
  }

  100% {
    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);
  }

  100% {
    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);
  }

  100% {
    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);
  }

  100% {
    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);
  }

  100% {
    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);
  }

  100% {
    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 {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

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

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

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

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

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

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

@keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

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

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

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

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

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

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

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

@keyframes anime {
from {
	opacity: 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
}
to {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-moz-transform: scaleY(1);
}
}

@-webkit-keyframes anime {
from {
	opacity: 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
}
to {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-moz-transform: scaleY(1);
}
}

@-moz-keyframes anime {
from {
	opacity: 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
}
to {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-moz-transform: scaleY(1);
}

}

@-o-keyframes anime {
from {
	opacity: 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
}
to {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-moz-transform: scaleY(1);
}
}

@-ms-keyframes anime {
from {
	opacity: 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
}
to {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-moz-transform: scaleY(1);
}

}

@media screen and (min-width:1000px) and (max-width:1219px) {}
@media screen and (max-width:1219px) {}
@media screen and (max-width:991px) {}
@media screen and (max-width:767px) {}
@media screen and (max-width:640px) {}
@media screen and (max-width:480px) {}

@font-face {font-family: "iconfont";
  src: url('../fonts/iconfont.eot?t=1614569393961'); /* IE9 */
  src: url('../fonts/iconfont.eot?t=1614569393961#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('data:application/x-font-woff2;charset=utf-8;base64,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') format('woff2'),
  url('../fonts/iconfont.woff?t=1614569393961') format('woff'),
  url('../fonts/iconfont.ttf?t=1614569393961') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
  url('../fonts/iconfont.svg?t=1614569393961#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-bottom7:before {
  content: "\e723";
}

.icon-left7:before {
  content: "\e724";
}

.icon-right7:before {
  content: "\e725";
}

.icon-up9:before {
  content: "\e72a";
}

.icon-bottom9:before {
  content: "\e72b";
}

.icon-left9:before {
  content: "\e72c";
}

.icon-right9:before {
  content: "\e72d";
}

.icon-up14:before {
  content: "\e73e";
}

.icon-bottom14:before {
  content: "\e73f";
}

.icon-left14:before {
  content: "\e740";
}

.icon-right14:before {
  content: "\e741";
}

.icon-up16:before {
  content: "\e746";
}

.icon-bottom16:before {
  content: "\e747";
}

.icon-left16:before {
  content: "\e748";
}

.icon-right16:before {
  content: "\e749";
}

.icon-liebiao:before {
  content: "\e834";
}

.icon-menu1:before {
  content: "\e6b0";
}

.icon-search:before {
  content: "\e602";
}

.icon-top10:before {
  content: "\e7ee";
}

.icon-bottom10:before {
  content: "\e7ef";
}

.icon-left10:before {
  content: "\e7f0";
}

.icon-right10:before {
  content: "\e7f1";
}

.icon-list:before {
  content: "\e66e";
}

.icon-rili:before {
  content: "\e62a";
}

.icon-rili1:before {
  content: "\e618";
}

.icon-kehu:before {
  content: "\e600";
}

.icon-address:before {
  content: "\e7bc";
}

.icon-email:before {
  content: "\e7bd";
}

.icon-contact:before {
  content: "\e7be";
}

.icon-whatsapp:before {
  content: "\e7bf";
}

.icon-wechat:before {
  content: "\e7c1";
}

.icon-fax:before {
  content: "\e7c2";
}

.icon-mobile:before {
  content: "\e7c3";
}

.icon-email1:before {
  content: "\e7c4";
}

.icon-phone:before {
  content: "\e7c6";
}

.icon-tel:before {
  content: "\e7c7";
}

.icon-website1:before {
  content: "\e7c9";
}

.icon-qq:before {
  content: "\e7ca";
}

.icon-phone1:before {
  content: "\e7cb";
}

.icon-skype:before {
  content: "\e7cc";
}

.icon-message2:before {
  content: "\e7dc";
}

.icon-companyname:before {
  content: "\e610";
}

.icon-message:before {
  content: "\ebe1";
}

.icon-whatsapp1:before {
  content: "\e7c5";
}

.icon-address1:before {
  content: "\e7c8";
}

.icon-email2:before {
  content: "\e7cd";
}

.icon-email11:before {
  content: "\e7ce";
}

.icon-contact1:before {
  content: "\e7cf";
}

.icon-skype1:before {
  content: "\e7d0";
}

.icon-fax1:before {
  content: "\e7d1";
}

.icon-qq1:before {
  content: "\e7d2";
}

.icon-tel1:before {
  content: "\e7d3";
}

.icon-wechat1:before {
  content: "\e7d4";
}

.icon-website:before {
  content: "\e7d5";
}

.icon-phone2:before {
  content: "\e7d6";
}

.icon-mobile1:before {
  content: "\e7d7";
}

.icon-qiyemingcheng-tubiao:before {
  content: "\e601";
}

.icon-Instagram:before {
  content: "\e6af";
}

.icon-vk:before {
  content: "\e735";
}

.icon-facebook:before {
  content: "\e620";
}

.icon-pinterest:before {
  content: "\e8ab";
}

.icon-linkedin:before {
  content: "\e648";
}

.icon-youtube1:before {
  content: "\e6d6";
}

.icon-twitter:before {
  content: "\e607";
}

.icon-up7:before {
  content: "\e722";
}



/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */


/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}


/* Owl Carousel Owl Demo Theme  v1.3.3 */
/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons { font-size: 0; letter-spacing: 0; text-align: center; }

.owl-theme .owl-controls .owl-buttons div { display: inline-block; vertical-align: top; font-size: 12px; font-size: 1.2rem; }

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
/* Styling Pagination*/
.owl-theme .owl-controls .owl-pagination { font-size: 0; letter-spacing: 0; text-align: center; margin-top: 30px; }

@media screen and (max-width: 991px) { .owl-theme .owl-controls .owl-pagination { margin-top: 20px; } }

@media screen and (max-width: 767px) { .owl-theme .owl-controls .owl-pagination { margin-top: 10px; } }

.owl-theme .owl-controls .owl-page { display: inline-block; vertical-align: top; }

.owl-theme .owl-controls .owl-page span { display: block; width: 14px; height: 14px; border-radius: 50%; margin: 0 5px; font-size: 0; border: solid 2px #61A285; }

@media screen and (max-width: 991px) { .owl-theme .owl-controls .owl-page span { margin: 0 4px; width: 12px; height: 12px; } }

@media screen and (max-width: 767px) { .owl-theme .owl-controls .owl-page span { margin: 0 3px; width: 10px; height: 10px; } }

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span { background-color: #61A285; }

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers { height: auto; width: auto; color: #FFF; padding: 2px 10px; font-size: 12px; border-radius: 30px; }

/* preloading images */
.owl-item.loading { min-height: 150px; }

.page a.no:hover {color: #333!important;border-color: #E5E5E5!important; background: #fff!important;}
.ppp{line-height: 30px; font-size: 16px; font-size: 1.6rem;}

.m-kefu-chat.mobile-hide {right: 6px!important;}


/*-------------7-2-Talent recruitment end--------------------------------------------------*/
.pro4-list { font-size: 0; letter-spacing: 0; font-family: "微软雅黑"; }

.pro4-list .list-item { display: inline-block; vertical-align: top; width: 48.9774%; margin-left: 2.04521%; background-color: #fff; margin-bottom: 22px; -webkit-transition: all .35s; -o-transition: all .35s; -moz-transition: all .35s; transition: all .35s; padding: 14px 20px 29px; }

.pro4-list .list-item:hover { box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.13); }

@media screen and (max-width: 1219px) { .pro4-list .list-item { padding: 14px; } }

@media screen and (max-width: 767px) { .pro4-list .list-item { padding: 10px; } }

.pro4-list .item-pic { max-width: 356px; margin: 0 auto; }

.pro4-list .item-title { margin-top: 23px; font-size: 18px; font-size: 1.8rem; line-height: 1.4; font-weight: bold; }

@media screen and (max-width: 1219px) { .pro4-list .item-title { font-size: 16px; font-size: 1.6rem; margin-top: 15px; } }

@media screen and (max-width: 767px) { .pro4-list .item-title { font-size: 14px; font-size: 1.4rem; } }

.pro4-list .item-subt { margin-top: 6px; font-size: 16px; font-size: 1.6rem; line-height: 1.4; }

.pro4-list .item-subt, .pro4-list .item-subt a { color: #555; }

@media screen and (max-width: 1219px) { .pro4-list .item-subt { font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 767px) { .pro4-list .item-subt { font-size: 12px; font-size: 1.2rem; margin-top: 2px; } }

.pro4-list .item-btn { margin-top: 24px; display: inline-block; font-weight: bold; font-size: 14px; font-size: 1.4rem; line-height: 1.4; }

.pro4-list .item-btn:hover { color: #C90D0D; }

@media screen and (max-width: 1219px) { .pro4-list .item-btn { margin-top: 14px; } }

@media screen and (max-width: 767px) { .pro4-list .item-btn { font-size: 12px; font-size: 1.2rem; margin-top: 8px; } }

.lang-list{display:none;}
