.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: Tahoma;
   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: Verdana, Geneva, sans-serif; }

#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: "AvenirLTStd-Light", arial; 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: "AvenirLTStd-Light", arial; 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: #999; opacity: 1; }

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

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

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

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

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

.self-ellipsis-2 { display: -webkit-box; 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; 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; 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 { position: relative; display: block; text-align: center; overflow: hidden; }

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

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

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

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

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

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

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

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

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

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

[class*="-item"] .item-desc a:hover { color: #ad0511 !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; } }

.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-bd3 { position: relative; }

.an-bd3 .item-backdrop { background-color: #000; background: rgba(0, 0, 0, 0.5); }

@media screen and (min-width: 992px) { .an-bd3 .item-backdrop { position: absolute; left: 0; right: 0; top: 0; bottom: 0; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; visibility: hidden; opacity: 0; filter: alpha(opacity=0); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); transform: scale(0); } }

@media screen and (min-width: 992px) { .an-bd3:hover .item-backdrop { visibility: visible; opacity: 1; filter: alpha(opacity=100); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); } }

/* .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: #ad0511; -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; }

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

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

a.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: #ad0511 !important; background-color: #fff \9; color: #ad0511 !important; }

.an-btn2:hover .iconfont { color: #ad0511 !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.7; filter: alpha(opacity=70); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; background-color: #ad0511; } }

@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, .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: 5px; right: 0; 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: #ad0511; }

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

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

.page.center { text-align: center; }

.page a { display: inline-block; vertical-align: top; border: solid 1px #ad0511; text-align: center; color: #ad0511; min-width: 35px; padding: 0 2px; height: 30px; line-height: 28px; margin: 0 5px 10px; font-size: 14px; font-size: 1.4rem; }

.page .pageEllipsis { display: inline-block; vertical-align: top; text-align: center; color: #ad0511; min-width: 35px; padding: 0 2px; height: 30px; line-height: 28px; margin: 0 5px 10px; font-size: 14px; font-size: 1.4rem; }

.page a.prev, .page a.next { min-width: 18px; padding: 0 2px; color: #ad0511; }

.page a.prev:hover, .page a.next:hover { color: #fff; }

.page a.prev .iconfont, .page a.next .iconfont { font-size: 12px; font-size: 1.2rem; vertical-align: middle; }

.page a:hover, .page a.page-active { border-color: #ad0511; background-color: #ad0511; color: #fff; }
.page a.pageEllipsis:hover { border: none; color: #ad0511; }
@media only screen and (max-width: 767px) { .page a { min-width: 30px; font-size: 12px; font-size: 1.2rem; margin: 0 3px 10px; } }

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

.page .add-form .add-btn { font-size: 12px; font-size: 1.2rem; text-align: center; min-width: 122px; padding: 0 5px; height: 30px; line-height: 28px; background-color: #ad0511; color: #FFFFFF; cursor: pointer; }

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


.page .add-form2 { display: inline-block; vertical-align: top; margin-left: 30px; }

.page .add-form2 button { font-size: 12px; font-size: 1.2rem; border: none; cursor: pointer; text-align: center; min-width: 110px; padding: 0 5px; height: 30px; line-height: 28px; background-color: #ad0511; color: #FFFFFF; cursor: pointer; }

.page .add-form2 button:hover { background-color: #000; }

/*-------------page-end--------------------------------------------------------------------*/
/*-------------contact start---------------------------------------------------------------*/
/*-------------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 { border-top: solid 1px #DCDCDC; padding-top: 34px; }

@media screen and (max-width: 767px) { .m-oths { padding-top: 20px; } }

.m-oths .oths-item { line-height: 22px; padding: 5px 0; color: #666; }

.m-oths .oths-item a { color: #666; }

.m-oths .oths-item .item-name { color: #666; text-transform: capitalize; }

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

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

.m-oths .iconfont { font-size: 17px; font-size: 1.7rem; color: #ad0511; margin-right: 6px; float: left; }

@media screen and (max-width: 767px) { .m-oths .iconfont { font-size: 16px; font-size: 1.6rem; margin-right: 5px; } }

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

/*-------------bread start-----------------------------------------------------------------*/
.bread { font-size: 14px; font-size: 1.4rem; line-height: 24px; padding-top: 23px; padding-bottom: 53px; overflow: hidden; }

.bread, .bread a { color: #999; }

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

.bread .bread-active { cursor: auto; }

@media screen and (max-width: 991px) { .bread { padding: 15px 0 30px; } }

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

/*-------------bread end-------------------------------------------------------------------*/
.search-box ::-webkit-input-placeholder { color: #666; opacity: 1; }

/* WebKit browsers */
.search-box :-o-placeholder { color: #666; opacity: 1; }

/* Mozilla Firefox 4 to 18 */
.search-box ::-moz-placeholder { color: #666; opacity: 1; }

/* Mozilla Firefox 19+ */
.search-box :-ms-input-placeholder { color: #666; opacity: 1; }

/* Internet Explorer 10+ */
.search { position: relative; margin-left: 30px; }

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

.search .search-icon { cursor: pointer; display: block; color: #fff; font-size: 22px; font-size: 2.2rem; height: 28px; line-height: 28px; }

.search .search-box { display: none; overflow: hidden; position: absolute; top: 30px; right: 0; z-index: 999; width: 260px; height: 50px; border-radius: 2px; background-color: #fff; box-shadow: 0 0 10px rgba(0, 0, 0, 0.22); padding: 10px 10px; cursor: pointer; }

.search .search-box .iconfont { border-radius: 5px; font-size: 16px; font-size: 1.6rem; color: #fff; background-color: #ad0511; position: absolute; width: 30px; height: 30px; line-height: 30px; text-align: center; right: 10px; top: 50%; margin-top: -15px; z-index: -1; }

.search .search-box .item-input { position: absolute; height: 30px; line-height: 30px; top: 50%; margin-top: -15px; width: 100%; left: 0; padding: 0 45px 0 10px; }

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

/*-------------header start----------------------------------------------------------------*/
.header { position: relative; background-color: #fff; z-index: 999; }

.header > .wp.is-pinned { position: fixed; top: 0; left: 0; right: 0; z-index: 999; background-color: #ad0511; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); -webkit-transition: -webkit-transform 0.3s ease, background-color 0.3s ease; -o-transition: -o-transform 0.3s ease, background-color 0.3s ease; -moz-transition: transform 0.3s ease, background-color 0.3s ease, -moz-transform 0.3s ease; transition: transform 0.3s ease, background-color 0.3s ease; }

.header > .wp.is-pinned.is-hidden { -webkit-transform: translateY(-100%); -moz-transform: translateY(-100%); -ms-transform: translateY(-100%); -o-transform: translateY(-100%); transform: translateY(-100%); box-shadow: none; }

.header > .wp.is-pinned .navlist > li > a { color: #fff; }

.header > .wp.is-pinned .navlist > li.nav-active > a, .header > .wp.is-pinned .navlist > li:hover > a { color: #fff; }

.header > .wp.is-pinned .navlist > li > a:before { background-color: #fff; }

.header .logo .logo-img-sticky { display: none; }

.header > .wp.is-pinned .logo .logo-img-default:not(.logo-img-only) { display: none; }

.header > .wp.is-pinned .logo .logo-img-sticky { display: block; }

@media screen and (max-width: 991px) {
  .header .h-bot { position: relative; }
  .header .h-bot .n-nav { position: absolute; right: 15px; top: 50%; margin-top: -14px; z-index: 20; }
  .header .h-bot .n-nav .n-nav-icon { position: relative; right: 0; top: 0; cursor: pointer; z-index: 21; }
  .header .h-bot .n-nav .n-nav-icon.active { z-index: 100000; }
  .header .h-bot .n-nav .n-nav-icon .iconfont { color: #ad0511; }
  .header > .wp.is-pinned .n-nav .n-nav-icon .iconfont { color: #fff; }
  .header .logo { position: relative; z-index: 1; } }

@media screen and (max-width: 991px) { .header .wp { width: 100%; padding: 0 15px; } }

.header .h-top { background-color: #262626; padding: 16px 0; }

@media screen and (max-width: 991px) { .header .h-top { padding: 8px 0; } }

.header .h-top .lang-box { float: right; position: relative; }

@media screen and (max-width: 991px) { .header .h-top .lang-box { margin-right: 30px; } }

.header .h-top .lang-box .lang-title { min-width: 159px; height: 28px; line-height: 26px; padding-right: 20px; padding-left: 5px; border: solid 1px #fff; font-size: 12px; font-size: 1.2rem; color: #fff; cursor: pointer; }

.header .h-top .lang-box .lang-title .lang { display: inline-block; vertical-align: middle; margin-right: 4px; float: none !important;}

.header .h-top .lang-box .lang-title .iconfont { position: absolute; right: 6px; font-size: 12px; font-size: 1.2rem; color: #fff; }

@media screen and (max-width: 991px) { .header .h-top .lang-box .lang-title { height: 26px; line-height: 24px; } }

.header .h-top .lang-box .lang-list { display: none; position: absolute; z-index: 99; background-color: #fff; top: 100%; left: 0; width: 100%; }

.header .h-top .lang-box .lang-list a { display: block; line-height: 24px; padding: 3px 5px; font-size: 12px; font-size: 1.2rem; }

.header .h-top .lang-box .lang-list a:hover { color: #ad0511; }

@media screen and (max-width: 767px) { .header .h-top .lang-box .lang-list a { font-size: 12px; font-size: 1.2rem; } }

.header .h-top .lang-box .lang-list .lang { display: inline-block; float: none; vertical-align: middle; margin-right: 4px; }

.header .h-top .item-p { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; line-height: 28px; font-size: 16px; font-size: 1.6rem; }

.header .h-top .h-contact { display: flex; flex-wrap: nowrap; align-items: center; white-space: nowrap; }

.header .h-top .h-contact .item-p { float: none; display: inline-flex; align-items: center; margin-right: 25px; flex-shrink: 0; }

.header .h-top .h-contact .item-p:last-child { margin-right: 0; }

.header .h-top .item-p .iconfont,
.header .h-top .item-p .fa { margin-right: 6px; font-size: 16px; font-size: 1.6rem; vertical-align: middle; }

.header .h-top .item-p, .header .h-top .item-p a { color: #fff; }

.header .h-top .item-p a:hover { text-decoration: underline; }

@media screen and (max-width: 991px) { .header .h-top .item-p { font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 767px) { .header .h-top .item-p { display: none; } }

.header .h-top .h-follow { margin-right: 15px; }

@media screen and (max-width: 767px) { .header .h-top .h-follow { display: none; } }

.header .h-top .h-follow a { float: left; display: block; margin-left: 5px; -webkit-animation: all .5s; -moz-animation: all .5s; animation: all .5s; }

.header .h-top .h-follow a:first-child { margin-left: 0; }

.header .h-top .h-follow a:hover { margin-top: -5px; margin-bottom: 5px; }

.header .h-top .h-follow a .iconfont { color: #999; font-size: 31px; font-size: 3.1rem; line-height: 31px; display: block; }

.header .logo { float: left; display: block; text-align: center; }

.header .logo a { display: inline-block; width: 200px;}

.header .logo img { vertical-align: middle; max-height: 85px; }

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

@media screen and (max-width: 991px) {
  .header .logo img { max-height: 70px; } }

@media screen and (max-width: 767px) {
  .header .logo img { max-height: 60px; } }

.header .h-select { float: right; position: relative; margin-top: 34px; margin-left: 0; }

@media screen and (max-width: 1219px) { .header .h-select { margin-top: 15px; } }

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

.header .h-select .iconfont { display: block; font-size: 22px; font-size: 2.2rem; color: #ad0511; cursor: pointer; }

.header .h-select .box-yiji { display: none; position: absolute; right: 0; top: 100%; width: 180px; background: #FFFFFF; box-shadow: 2px 0px 9px 0px rgba(0, 0, 0, 0.21); z-index: 99; }

.header .h-select .box-yiji li { position: relative; }

.header .h-select .box-yiji li > a { line-height: 30px; display: block; padding: 5px 15px; text-transform: uppercase; color: #333; }

.header .h-select .box-yiji li > a:hover { background-color: #ad0511; color: #fff; }

.header .h-select .box-yiji li.active > a { background-color: #ad0511; color: #fff; }

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

.header .h-select .box-erji { position: absolute; right: 100%; top: 0; background: #FFFFFF; box-shadow: 2px 0px 9px 0px rgba(0, 0, 0, 0.21); width: 180px; 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; }

.header .navlist { padding: 34px 0 0; float: right; width: 930px; font-size: 0; letter-spacing: 0; position: relative; }

.header .navlist > li { position: relative; display: inline-block; vertical-align: top; margin-right: 46px; padding-bottom: 26px; }

.header .navlist > li > a { font-size: 16px; font-size: 1.6rem; text-transform: uppercase; display: block; position: relative; line-height: 24px; padding-bottom: 1px; }

.header .navlist > li > a:before { position: absolute; content: ''; width: 0; height: 2px; left: 0; right: 0; margin: 0 auto; bottom: 0; background-color: #ad0511; -webkit-transition: all .35s; -o-transition: all .35s; -moz-transition: all .35s; transition: all .35s; }

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

.header .navlist > li.nav-active > a:before, .header .navlist > li:hover > a:before { width: 20px; }

@media screen and (max-width: 1219px) { .header .navlist { padding: 15px 0 0; float: left; }
  .header .navlist > li { width: 14.28%; margin: 0; text-align: center; padding-bottom: 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: 9999; position: absolute; top: 100%; width: 170px; left: 0; 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; }

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

.header .yiji li > a { display: block; line-height: 20px; padding: 8px 15px; font-size: 14px; font-size: 1.4rem; color: #333; background: #FFFFFF; border: solid 1px #DCDCDC; margin-top: -1px; }

@media screen and (max-width: 1219px) { .header .yiji li > a { padding: 10px; font-size: 14px; font-size: 1.4rem; border-radius: 5px; } }

.header .yiji li:hover > a { color: #fff; background-color: #ad0511; }

.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: 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; 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; width: 170px; }

/*-------------header end------------------------------------------------------------------*/
.page_wrap { padding-bottom: 50px; }

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

/*-------------footer start----------------------------------------------------------------*/
.footer ::-webkit-input-placeholder { color: #999; opacity: 1; }

/* WebKit browsers */
.footer :-o-placeholder { color: #999; opacity: 1; }

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

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

/* Internet Explorer 10+ */
.footer { position: relative; width: 100%; background-color: #ad0511; }

.footer, .footer a { color: #fff; }

.footer a:hover { color: #ad0511; }

.footer .f-top { position: relative; padding: 55px 0 38px; font-size: 0; letter-spacing: 0; border-bottom: solid 1px #d4000f; }

.footer .f-top .flist { display: inline-block; vertical-align: top; }

.footer .f-top .flist .box-list { font-size: 16px; font-size: 1.6rem; line-height: 20px; }

.footer .f-top .flist .box-list .list-item { margin-bottom: 18px; }

.footer .f-top .flist .box-list, .footer .f-top .flist .box-list a { color: #fff; }

.footer .f-top .flist .box-list a:hover { text-decoration: underline; }

.footer .f-top .footer-title { font-size: 22px; font-size: 2.2rem; line-height: 1.2; margin-bottom: 31px; font-family: "AvenirLTStd-Black", arial; text-transform: uppercase; }

.footer .f-top .flist1 { width: 350px; padding-right: 15px; }

.footer .f-top .flist2 { width: 482px; padding-right: 50px; }

.footer .f-top .flist3 { width: 368px; }

@media screen and (max-width: 1219px) { .footer .f-top .flist1 { width: 200px; }
  .footer .f-top .flist2 { width: 392px; padding-right: 15px; } }

@media screen and (max-width: 991px) { .footer .f-top { padding: 35px 0 25px; }
  .footer .f-top .flist .list-item { margin-bottom: 10px; }
  .footer .f-top .footer-title { margin-bottom: 15px; font-size: 20px; font-size: 2rem; }
  .footer .f-top .flist1 { width: 40%; }
  .footer .f-top .flist2 { width: 60%; }
  .footer .f-top .flist3 { width: 100%; margin-top: 25px; } }

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

.footer .f-follow { font-size: 0; letter-spacing: 0; padding: 19px 0 0 0; }

.footer .f-follow a { display: inline-block; vertical-align: top; margin-left: 22px; position: relative; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; }

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

.footer .f-follow a:hover { text-decoration: none; -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); }

.footer .f-follow a .iconfont,
.footer .f-follow a .fa { display: block; position: relative; font-size: 18px; font-size: 1.8rem; width: 30px; height: 30px; line-height: 30px; text-align: center; background-color: #fff; color: #2D2D2D; border-radius: 50%; }

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

.footer .f-bot { text-align: center; padding: 23px 0 36px; line-height: 20px; font-size: 16px; font-size: 1.6rem; }

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

.footer .f-bot a:hover { text-decoration: underline; }

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

.footer .f-bot .links { margin-top: 20px; }

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

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

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

.f-form { padding-top: 3px; }

.f-form .item-input, .f-form .item-textarea, .f-form .item-code { position: relative; width: 100%; margin-bottom: 20px; }

.f-form .item-input { width: 47.28261%; }

.f-form .item-input.item-full { width: 100%; clear: both; }

.f-form .item-textarea,
.f-form .item-code { clear: both; }

.f-form input, .f-form textarea, .f-form select { display: block; width: 100%; padding: 0 11px 0; color: #666; font-size: 12px; font-size: 1.2rem; background-color: #fff; }

.f-form input, .f-form select { height: 36px; line-height: 36px; }

.f-form textarea { height: 94px; line-height: 20px; padding-top: 5px; padding-bottom: 5px; }

.f-form .item-code { margin-bottom: 0; }

.f-form .code-input { width: 242px; margin-right: 20px; float: left; }

.f-form .item-img { float: left; cursor: pointer; }

.f-form .item-img img { display: block; }

.f-form .item-btn { cursor: pointer; float: left; width: 100%; margin-top: 20px; border: 0; text-align: center; padding: 0; text-transform: uppercase; font-size: 16px; font-size: 1.6rem; font-family: "AvenirLTStd-Black", arial; color: #ad0511; }

.f-form .item-btn:hover { background-color: #ad0511; color: #fff; }

/*-------------footer end------------------------------------------------------------------*/
/*-------------index start-----------------------------------------------------------------*/
.index-item { text-align: center; }

.index-item .item-title { font-family: "AvenirLTStd-Black", arial; font-size: 50px; font-size: 5rem; line-height: 1; margin-bottom: 25px; padding-bottom: 30px; text-transform: uppercase; position: relative; }

.index-item .item-title:before { position: absolute; content: ''; width: 100px; height: 6px; background-color: #ad0511; left: 0; right: 0; margin: 0 auto; bottom: 0; }

@media screen and (max-width: 1419px) { .index-item .item-title { font-size: 44px; font-size: 4.4rem; } }

@media screen and (max-width: 1219px) { .index-item .item-title { font-size: 36px; font-size: 3.6rem; padding-bottom: 20px; margin-bottom: 20px; } }

@media screen and (max-width: 991px) { .index-item .item-title { font-size: 30px; font-size: 3rem; padding-bottom: 15px; margin-bottom: 15px; } }

@media screen and (max-width: 767px) { .index-item .item-title { font-size: 22px; font-size: 2.2rem; line-height:25px; padding-bottom: 10px; margin-bottom: 10px; }
  .index-item .item-title:before { width: 60px; height: 3px; } }

.index-item .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 26px; max-width: 640px; margin: 0 auto; }

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

@media screen and (max-width: 1219px) { .index-item .item-desc { line-height: 26px; } }

@media screen and (max-width: 991px) { .index-item .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 24px; } }

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

/* index-service start */
.index-service { padding: 86px 0 83px; }

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

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

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

.index-service .index-item { margin-bottom: 42px; }

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

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

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

.index-service .box-list .list-item { display: inline-block; vertical-align: top; width: 23.33333%; text-align: center; margin-left: 15%; }

@media screen and (max-width: 1219px) { .index-service .box-list .list-item { width: 29.16667%; margin-left: 6.25%; } }

@media screen and (max-width: 991px) { .index-service .box-list .list-item { width: 32%; margin-left: 2%; } }

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

.index-service .box-list .item-pic { width: 86px; margin: 0 auto; }

@media screen and (max-width: 767px) { .index-service .box-list .item-pic { width: 60px; } }

.index-service .box-list .item-title { font-family: "AvenirLTStd-Book", arial; font-size: 26px; font-size: 2.6rem; line-height: 1.2; margin-top: 34px; }

@media screen and (max-width: 1219px) { .index-service .box-list .item-title { font-size: 22px; font-size: 2.2rem; margin-top: 25px; } }

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

@media screen and (max-width: 767px) { .index-service .box-list .item-title { font-size: 16px; font-size: 1.6rem; margin-top: 10px; } }

.index-service .box-list .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 29px; max-height: 87px; margin-top: 21px; }

@media screen and (max-width: 1219px) { .index-service .box-list .item-desc { line-height: 26px; max-height: 78px; margin-top: 15px; } }

@media screen and (max-width: 991px) { .index-service .box-list .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 24px; max-height: 72px; margin-top: 10px; } }

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

/* index-service end */
/* index-hotpro start */
.index-hotpro {  padding-bottom: 108px; }

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

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

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

.index-hotpro .index-item { margin-bottom: 32px; }

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

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

.index-hotpro .box-list { font-size: 0; letter-spacing: 0; padding-bottom: 27px; }

@media screen and (max-width: 991px) { .index-hotpro .box-list { padding-bottom: 20px; } }

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

.index-hotpro .box-list .list-item { display: inline-block; vertical-align: top; width: 23.08333%; margin-left: 2.55556%; margin-bottom: 30px; }

@media screen and (max-width: 1219px) { .index-hotpro .box-list .list-item { width: 23.5%; margin-left: 2%; } }

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

.index-hotpro .box-list .item-pic { border: solid 1px #DCDCDC; }

.index-hotpro .box-list .item-title { font-family: "AvenirLTStd-Book", arial; font-size: 16px; font-size: 1.6rem; line-height: 20px; margin-top: 24px; text-align:center; }

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

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

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

.index-hotpro .box-list .item-desc { margin-top: 6px; font-size: 14px; font-size: 1.4rem; line-height: 20px; height: 40px; text-align:center; }

@media screen and (max-width: 767px) { .index-hotpro .box-list .item-desc { margin-top: 3px; font-size: 12px; font-size: 1.2rem; line-height: 16px; height: 32px; } }
.index-hotpro .ancent{ text-align:center}
.index-hotpro .box-btn { display: inline-block; min-width: 160px; line-height: 22px; border: solid 1px #ad0511; padding: 11px 10px; color: #ad0511; font-size: 18px; font-size: 1.8rem; text-align:center }

@media screen and (max-width: 1219px) { .index-hotpro .box-btn { font-size: 16px; font-size: 1.6rem; padding: 8px; } }

@media screen and (max-width: 991px) { .index-hotpro .box-btn { min-width: 140px; padding: 6px; font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 767px) { .index-hotpro .box-btn { min-width: 120px; font-size: 12px; font-size: 1.2rem; padding: 5px; line-height: 20px; } }

/* index-hotpro end */
/* index-about start */
.index-about { padding-bottom: 218px; background-size: cover; background-position: right top; margin-bottom: 94px; }

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

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

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

.index-about .list-item { width: 598px; max-width: 100%; background: url(../images/bg1.jpg) no-repeat center; background-size: 100% 100%; padding: 60px 58px 63px; }

@media screen and (max-width: 1219px) { .index-about .list-item { padding: 40px 30px; } }

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

.index-about .item-title { font-family: "AvenirLTStd-Black", arial; font-size: 36px; font-size: 3.6rem; line-height: 1; margin-bottom: 41px; padding-bottom: 25px; text-transform: uppercase; position: relative; }

.index-about .item-title:before { position: absolute; content: ''; width: 80px; height: 4px; background-color: #ad0511; left: 0; bottom: 0; }

@media screen and (max-width: 1219px) { .index-about .item-title { font-size: 30px; font-size: 3rem; padding-bottom: 20px; margin-bottom: 20px; } }

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

@media screen and (max-width: 767px) { .index-about .item-title { font-size: 18px; font-size: 1.8rem; line-height:25px; padding-bottom: 10px; margin-bottom: 10px; }
  .index-about .item-title:before { width: 60px; height: 3px; } }

.index-about .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 26px; margin-bottom: 43px; }

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

@media screen and (max-width: 991px) { .index-about .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 24px; margin-bottom: 30px; } }

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

.index-about .item-btn { text-align: center; display: inline-block; min-width: 160px; line-height: 22px; background-color: #ad0511; padding: 12px 10px; color: #fff; font-size: 18px; font-size: 1.8rem; }

@media screen and (max-width: 1219px) { .index-about .item-btn { font-size: 16px; font-size: 1.6rem; padding: 8px; } }

@media screen and (max-width: 991px) { .index-about .item-btn { min-width: 140px; padding: 6px; font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 767px) { .index-about .item-btn { min-width: 120px; font-size: 12px; font-size: 1.2rem; padding: 5px; line-height: 20px; } }

/* index-about end */
/* index-news start */
.index-news { padding: 0 0 81px; }

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

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

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

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

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

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

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

.index-news .box-list .list-item { display: inline-block; vertical-align: top; width: 30%; margin-left: 5%; border: solid 1px #DCDCDC; margin-bottom: 20px; }

@media screen and (max-width: 991px) { .index-news .box-list .list-item { width: 32%; margin-left: 2%; } }

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

.index-news .box-list .item-body { padding: 24px 35px 25px; }

@media screen and (max-width: 1219px) { .index-news .box-list .item-body { padding: 20px 15px; } }

@media screen and (max-width: 991px) { .index-news .box-list .item-body { padding: 15px 10px; } }

@media screen and (max-width: 767px) { .index-news .box-list .item-body { padding: 10px 5px; } }

.index-news .box-list .item-date { color: #ad0511; line-height: 20px; font-size: 12px; font-size: 1.2rem; margin-bottom: 13px; }

.index-news .box-list .item-date .iconfont { font-size: 14px; font-size: 1.4rem; margin-right: 9px; }

@media screen and (max-width: 991px) { .index-news .box-list .item-date { margin-bottom: 5px; } }

@media screen and (max-width: 767px) { .index-news .box-list .item-date .iconfont { margin-right: 4px; } }

.index-news .box-list .item-title { font-size: 16px; font-size: 1.6rem; text-transform: uppercase; font-family: "AvenirLTStd-Black", arial; line-height: 25px; height: 50px; margin-bottom: 15px; }

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

@media screen and (max-width: 767px) { .index-news .box-list .item-title { font-size: 14px; font-size: 1.4rem; line-height: 20px; height: 40px; margin-bottom: 5px; text-transform: none; } }

.index-news .box-list .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 26px; height: 52px; }

.index-news .box-list .item-desc, .index-news .box-list .item-desc a { color: #666; }

@media screen and (max-width: 991px) { .index-news .box-list .item-desc { line-height: 24px; height: 48px; } }

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

/* index-news end */
.index-app { padding-bottom: 80px; }

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

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

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

.index-app .index-item { margin-bottom: 32px; }

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

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

.index-video { padding-bottom: 80px; }

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

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

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

.index-video .index-item { margin-bottom: 32px; }

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

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

.index-video .box-list { font-size: 0; letter-spacing: 0; /* .item-videobox start */ /* .item-videobox end */ }

.index-video .box-list .list-item { display: inline-block; vertical-align: top; width: 31%; margin-left: 3.5%; border: 1px solid #DCDCDC; padding: 38px 19px 46px; margin-bottom: 20px; }

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

@media screen and (max-width: 991px) { .index-video .box-list .list-item { padding: 15px; width: 32%; margin-left: 2%; } }

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

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

@media screen and (max-width: 400px) { .index-video .box-list .list-item { width: 98%; } }

.index-video .box-list .item-videobox { width: 100%; overflow: hidden; margin: 0 auto; }

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

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

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

.index-video .box-list .item-title { font-size: 20px; font-size: 2rem; line-height: 1.2; margin-bottom: 25px; }

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

@media screen and (max-width: 991px) { .index-video .box-list .item-title { font-size: 16px; font-size: 1.6rem; margin-bottom: 15px; } }

@media screen and (max-width: 767px) { .index-video .box-list .item-title { font-size: 14px; font-size: 1.4rem; margin-bottom: 10px; } }

.index-video .box-list .item-desc { margin-top: 33px; font-size: 16px; font-size: 1.6rem; line-height: 30px; max-height: 60px; overflow: hidden; }

.index-video .box-list .item-desc, .index-video .box-list .item-desc a { color: #333; }

@media screen and (max-width: 1219px) { .index-video .box-list .item-desc { line-height: 26px; margin-top: 15px; max-height: 52px; } }

@media screen and (max-width: 991px) { .index-video .box-list .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 24px; max-height: 48px; margin-top: 10px; } }

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

.index-cer { padding-bottom: 80px; }

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

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

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

.index-cer .index-item { margin-bottom: 32px; }

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

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

.index-cer .cer-scroll { position: relative; overflow: hidden; }

.index-cer .cer-scroll .scroll-btns { font-size: 0; letter-spacing: 0; text-align: center; margin-top: 20px; }

.index-cer .cer-scroll .scroll-btns .scroll-btn { display: inline-block; vertical-align: top; cursor: pointer; font-size: 28px; font-size: 2.8rem; color: #ad0511; }

.index-cer .cer-scroll .scroll-btns .scroll-btn:hover { color: #000; }

@media screen and (max-width: 999px) { .index-cer .cer-scroll .scroll-btns .scroll-btn { font-size: 28px; font-size: 2.8rem; } }

@media screen and (max-width: 767px) { .index-cer .cer-scroll .scroll-btns .scroll-btn { font-size: 24px; font-size: 2.4rem; } }

.index-cer .cer-scroll .scroll-btns .prev { margin-right: 20px; }

@media screen and (max-width: 999px) { .index-cer .cer-scroll .scroll-btns .prev { margin-right: 20px; } }

@media screen and (max-width: 767px) { .index-cer .cer-scroll .scroll-btns .prev { margin-right: 10px; } }

.index-cer .cer-scroll .scroll-list-box { width: 100%; overflow: hidden; }

.index-cer .cer-scroll .scroll-list { width: 10000%; }

.index-cer .cer-scroll .scroll-list .list-item { float: left; width: 0.23083%; margin-right: 0.02556%; }

@media screen and (max-width: 1219px) { .index-cer .cer-scroll .scroll-list .list-item { width: 0.235%; margin-right: 0.02%; } }

@media screen and (max-width: 767px) { .index-cer .cer-scroll .scroll-list .list-item { width: 0.32%; } }

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

.index-cer .cer-scroll .scroll-list .item-pics { position: relative; padding-bottom: 100%; border: solid 1px #DCDCDC; }

.index-cer .cer-scroll .scroll-list .item-pics img { max-width: 100% !important; max-height: 100% !important; }

.index-cer .cer-scroll .scroll-list .item-box { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; position: absolute; left: 0; top: 0; right: 0; bottom: 0; width: 100%; height: 100%; }

.index-cer .cer-scroll .scroll-list .item-backdrop:before { background-color: #000; opacity: 0.5; filter: alpha(opacity=50); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; }

.index-cer .cer-scroll .scroll-list .item-backdrop .iconfont { font-size: 36px; font-size: 3.6rem; color: #fff; position: relative; }

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

.index-cer .cer-scroll .scroll-list .item-title { font-size: 16px; font-size: 1.6rem; text-align: center; line-height: 1.2; margin-top: 15px; }

@media screen and (max-width: 1219px) { .index-cer .cer-scroll .scroll-list .item-title { font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 999px) { .index-cer .cer-scroll .scroll-list .item-title { font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 767px) { .index-cer .cer-scroll .scroll-list .item-title { font-size: 12px; font-size: 1.2rem; margin-top: 10px; } }

.index-faq { padding-bottom: 80px; }

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

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

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

.index-faq .index-item { margin-bottom: 32px; }

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

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

.index-faq .faq-list { padding-bottom: 0; }

.index-download { padding-bottom: 50px; }

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

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

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

.index-download .index-item { margin-bottom: 32px; }

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

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

.index-download .downlist { padding-bottom: 0; }

/*-------------index end-------------------------------------------------------------------*/
/*-------------products1 start-------------------------------------------------------------*/
.main .box-slide { width: 300px; }

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

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

@media screen and (max-width: 767px) { .main .box-slide { margin-top: 30px; } }

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

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

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

.pro1-top { margin-bottom: 21px; }

.pro1-top .item-title { color: #ad0511; text-transform: uppercase; font-size: 20px; font-size: 2rem; line-height: 1.2; font-family: "AvenirLTStd-Black", arial; margin-top: 6px; }

@media screen and (max-width: 1219px) { .pro1-top .item-title { font-size: 18px; font-size: 1.8rem; } }

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

.pro1-top .item-desc { margin-top: 19px; font-size: 16px; font-size: 1.6rem; line-height: 26px; }

@media screen and (max-width: 1219px) { .pro1-top .item-desc { margin-top: 15px; font-size: 14px; font-size: 1.4rem; line-height: 24px; } }

@media screen and (max-width: 991px) { .pro1-top .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 22px; } }

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

/* .pro1-list start */
.pro1-list { font-size: 0; letter-spacing: 0; }

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

.pro1-list .list-item { display: inline-block; vertical-align: top; width: 30.82707%; margin-left: 3.7594%; margin-bottom: 60px; text-align: center; }

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

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

.pro1-list .item-pic { border: solid 1px #DCDCDC; margin-bottom: 17px; }

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

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

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

.pro1-list .item-title { margin-bottom: 16px; font-size: 16px; font-size: 1.6rem; font-family: "AvenirLTStd-Book", arial; line-height: 20px; }

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

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

.pro1-list .item-btnbox { font-size: 0; letter-spacing: 0; }

.pro1-list .item-btnbox input { display: inline-block; vertical-align: middle; margin-right: 13px; }

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

@media screen and (max-width: 767px) { .pro1-list .item-btnbox input { margin-right: 5px; } }

.pro1-list .item-btn { text-align: center; display: inline-block; vertical-align: middle; min-width: 120px; line-height: 20px; padding: 7px 5px; color: #ad0511; border: solid 1px #ad0511; font-size: 14px; font-size: 1.4rem; border-radius: 0; }

@media screen and (max-width: 1219px) { .pro1-list .item-btn { padding: 5px; } }

@media screen and (max-width: 767px) { .pro1-list .item-btn { font-size: 12px; font-size: 1.2rem; min-width: 90px; padding: 2px; border-radius: 0; } }

/* .pro1-list end */
/*proslide start*/
.proslide { width: 100%; }

.proslide-title { position: relative; font-size: 22px; font-size: 2.2rem; font-family: "AvenirLTStd-Black", arial; text-transform: uppercase; }

.proslide-title p, .proslide-title a { display: block; line-height: 26px; padding-bottom: 23px; color: #ad0511; }

.proslide-title a:hover { color: #ad0511; }

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

@media screen and (max-width: 1219px) { .proslide-title { font-size: 20px; font-size: 2.0rem; } }

@media screen and (max-width: 991px) { .proslide-title { font-size: 18px; font-size: 1.8rem; }
  .proslide-title p, .proslide-title a { padding-bottom: 10px; }
  .proslide-title p, .proslide-title a { padding: 0 40px 7px 0; }
  .proslide-title.proslide-title1 { display: none; }
  .proslide-title.proslide-title2 { display: block; } }

.pro-slidenav > li { border: solid 1px #DCDCDC; margin-bottom: 19px; position: relative; }

@media screen and (max-width: 1219px) { .pro-slidenav > li { margin-bottom: 10px; } }

.pro-slidenav > li > a { display: block; font-size: 16px; font-size: 1.6rem; line-height: 24px; padding: 10px 17px; position: relative; color: #666; }

.pro-slidenav > li.has-children > a { padding-right: 30px; }

.pro-slidenav > li > .proslide-toggle { font-size: 16px; font-size: 1.6rem; color: #999; position: absolute; right: 11px; top: 10px; cursor: pointer; z-index: 2; }

.pro-slidenav > li:hover > a, .pro-slidenav > li.slide-active > a { color: #ad0511; }

.pro-slidenav > li:hover > .proslide-toggle, .pro-slidenav > li.slide-active > .proslide-toggle, .pro-slidenav > li.proslide-open > .proslide-toggle { color: #ad0511; }

.pro-slidenav > li.proslide-open > .proslide-toggle:before { content: "\e723"; }

.proslide-yiji > li > label { display: block; font-size: 14px; font-size: 1.4rem; line-height: 24px; padding: 10px 10px 10px 27px; position: relative; color: #666; border-top: solid 1px #dcdcdc; cursor: pointer; }

.proslide-yiji > li > label input { margin-right: 10px; vertical-align: middle; }

.proslide-yiji > li { position: relative; }

.proslide-yiji > li > a { display: block; font-size: 14px; font-size: 1.4rem; line-height: 24px; padding: 10px 17px 10px 27px; position: relative; color: #666; border-top: solid 1px #dcdcdc; }

.proslide-yiji > li.has-children > a { padding-right: 30px; }

.proslide-yiji > li > .proslide-toggle { font-size: 16px; font-size: 1.6rem; color: #999; position: absolute; right: 11px; top: 10px; cursor: pointer; z-index: 2; }

.proslide-yiji > li.slide-active1 > a, .proslide-yiji > li:hover > a { color: #ad0511; }

.proslide-yiji > li:hover > .proslide-toggle, .proslide-yiji > li.slide-active1 > .proslide-toggle, .proslide-yiji > li.proslide-open > .proslide-toggle { color: #ad0511; }

.proslide-yiji > li.proslide-open > .proslide-toggle:before { content: "\e723"; }

.proslide-erji > li { position: relative; }

.proslide-erji > li a { display: block; font-size: 14px; font-size: 1.4rem; line-height: 24px; padding: 10px 10px 10px 37px; position: relative; color: #666; border-top: solid 1px #dcdcdc; }

.proslide-erji > li.has-children > a { padding-right: 30px; }

.proslide-erji > li > .proslide-toggle { font-size: 16px; font-size: 1.6rem; color: #999; position: absolute; right: 11px; top: 10px; cursor: pointer; z-index: 2; }

.proslide-erji > li.slide-active2 > a, .proslide-erji > li:hover > a { color: #ad0511; }

.proslide-erji > li:hover > .proslide-toggle, .proslide-erji > li.slide-active2 > .proslide-toggle, .proslide-erji > li.proslide-open > .proslide-toggle { color: #ad0511; }

.proslide-erji > li.proslide-open > .proslide-toggle:before { content: "\e723"; }

/*proslide end*/
.attr-slide { margin-top: 56px; }

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

/* tags-slide start */
.tags-slide { margin-top: 56px; }

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

.tags-slide .item-desc { font-size: 0; letter-spacing: 0; }

.tags-slide .item-desc a { display: inline-block; vertical-align: top; border: solid 1px #DCDCDC; font-size: 14px; font-size: 1.4rem; line-height: 20px; padding: 12px 15px; margin: 0 10px 10px 0; min-width: 140px; text-align: center; color: #333; /* &:hover{ background-color: $color; border-color: $color; color: #fff; } */ }

@media screen and (max-width: 1219px) { .tags-slide .item-desc a { font-size: 14px; font-size: 1.4rem; margin: 0 5px 10px 0; padding: 5px 10px; min-width: auto; } }

/* tags-slide end */
/*-------------products1 end---------------------------------------------------------------*/
/*-------------products2 start-------------------------------------------------------------*/
.m-prob1 { margin-top: 49px; margin-bottom: 56px; }

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

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

.m-prob1 .prob-pic-big { position: relative; border: solid 1px #DCDCDC; border-radius: 0; }

.m-prob1 .prob-pic-big img { border-radius: 0; background:none !important; }

.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: 100%; 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; border-radius: 0; }

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

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

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

.m-prob1 .prob-pic-btn { position: absolute; display: block; cursor: pointer; overflow: hidden; top: 0; color: #666; bottom: 0; width: 20px; border: solid 1px #DCDCDC; }

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

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

.m-prob1 .prob-pic-btn .iconfont { font-size: 14px; font-size: 1.4rem; color: #999; position: absolute; top: 50%; margin-top: -7px; width: 20px; text-align: center; }

.m-prob1 .prob-pic-btn:hover { background-color: #ad0511; border-color: #ad0511; }

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

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

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

.m-prob1 .prob-pic-list li { position: relative; float: left; margin-right: 0.25316%; width: 2.31013%; }

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

.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: #ad0511; }

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

@media screen and (max-width: 767px) { .m-prob1 .prob-pic-small { padding: 0 30px; }
  .m-prob1 .prob-pic-btn { margin-top: -12px; border: 0; top: 50%; height: 24px; line-height: 24px; width: 24px; }
  .m-prob1 .prob-pic-btn.prev { left: 0; }
  .m-prob1 .prob-pic-btn.next { right: 0; }
  .m-prob1 .prob-pic-btn .iconfont { font-size: 24px; font-size: 2.4rem; position: relative; display: block; top: 0; margin: 0; }
  .m-prob1 .prob-pic-btn:hover { background-color: transparent; border-color: transparent; }
  .m-prob1 .prob-pic-btn:hover .iconfont { color: #ad0511; }
  .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: .2%; width: 3.2%; padding-top: 0; }
  .m-prob1 .prob-pic-item .item-pics, .m-prob1 .prob-pic-item .item-video { border-color: #dcdcdc !important; } }

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

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

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

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

.pro-info .item-title { font-family: "AvenirLTStd-Black", arial; text-transform: uppercase; font-size: 18px; font-size: 1.8rem; margin-top: 14px; line-height: 24px; }

@media screen and (max-width: 1219px) { .pro-info .item-title { line-height: 22px; margin-top: 10px; } }

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

.pro-info .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 26px; min-height: 255px; padding: 20px 0; }

.pro-info .item-desc, .pro-info .item-desc a { color: #666; }

.pro-info .item-desc img, .pro-info .item-desc iframe { max-width: 100%; }

@media screen and (max-width: 1219px) { .pro-info .item-desc { min-height: auto; font-size: 16px; font-size: 1.6rem; line-height: 24px; padding: 15px 0 20px; } }

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

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

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

.pro-info .item-btn { display: inline-block; vertical-align: middle; min-width: 171px; line-height: 20px; border: solid 1px #ad0511; color: #ad0511; padding: 11px; font-size: 18px; font-size: 1.8rem; margin-bottom: 19px; text-align: center; }

.pro-info .item-btn:first-child { margin-right: 29px; }

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

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

@media screen and (max-width: 767px) { .pro-info .item-btn { font-size: 12px; font-size: 1.2rem; padding: 4px; min-width: 120px; } }

.pro-info .down-btn { font-size: 18px; font-size: 1.8rem; font-family: "AvenirLTStd-Black", arial; color: #999; }

.pro-info .down-btn .iconfont { font-size: 21px; font-size: 2.1rem; vertical-align: middle; }

.pro-info .down-btn:hover { color: #ad0511; }

@media screen and (max-width: 1219px) { .pro-info .down-btn { font-size: 16px; font-size: 1.6rem; }
  .pro-info .down-btn .iconfont { font-size: 18px; font-size: 1.8rem; } }

@media screen and (max-width: 991px) { .pro-info .down-btn { font-size: 14px; font-size: 1.4rem; }
  .pro-info .down-btn .iconfont { font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 767px) { .pro-info .down-btn { font-size: 12px; font-size: 1.2rem; }
  .pro-info .down-btn .iconfont { font-size: 14px; font-size: 1.4rem; } }

.pro-info .pro-share { margin-bottom: 36px; }

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

.pro-info .pro-share .share-title { font-size: 14px; font-size: 1.4rem; color: #999; }

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

.pro2-attr { margin-top: 30px; }

.pro2-attr .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 26px; padding: 22px 0 47px; }

.pro2-attr .item-desc p { min-height: 26px; }

.pro2-attr .item-desc img, .pro2-attr .item-desc iframe { max-width: 100%; }

@media screen and (max-width: 1219px) { .pro2-attr .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 24px; padding: 20px 0; }
  .pro2-attr .item-desc p { min-height: 24px; } }

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

.pro2-specbox .box-spec { font-size: 16px; font-size: 1.6rem; line-height: 26px; padding: 22px 0 47px; }

.pro2-specbox .box-spec p { min-height: 26px; }

.pro2-specbox .box-spec img, .pro2-specbox .box-spec iframe { max-width: 100%; }

@media screen and (max-width: 1219px) { .pro2-specbox .box-spec { font-size: 14px; font-size: 1.4rem; line-height: 24px; padding: 20px 0; }
  .pro2-specbox .box-spec p { min-height: 24px; } }

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

.pro2-title { text-transform: uppercase; line-height: 1.3; font-size: 20px; font-size: 2rem; font-family: "AvenirLTStd-Black", arial; padding-bottom: 19px; position: relative; }

.pro2-title, .pro2-title a { color: #ad0511; }

.pro2-title a:hover { color: #000; }

.pro2-title:before { position: absolute; content: ''; width: 100px; height: 4px; background-color: #ad0511; bottom: 0; left: 0; }

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

@media screen and (max-width: 767px) { .pro2-title { font-size: 16px; font-size: 1.6rem; padding-bottom: 8p; }
  .pro2-title:before { width: 70px; height: 2px; } }

.pro2-tags .item-desc { font-size: 0; letter-spacing: 0; margin-top: 30px; }

@media screen and (max-width: 1219px) { .pro2-tags .item-desc { margin-top: 20px; } }

.pro2-tags .item-desc a { display: inline-block; vertical-align: top; border: solid 1px #DCDCDC; font-size: 14px; font-size: 1.4rem; line-height: 20px; padding: 12px 15px; margin: 0 10px 10px 0; min-width: 140px; text-align: center; color: #333; }

.pro2-tags .item-desc a:hover { background-color: #ad0511; border-color: #ad0511; color: #fff; }

@media screen and (max-width: 1219px) { .pro2-tags .item-desc a { font-size: 14px; font-size: 1.4rem; margin: 0 5px 10px 0; padding: 5px 10px; min-width: auto; } }

.related-box { margin-top: 44px; }

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

.related-box .related-scroll { position: relative; padding-top: 32px; }

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

.related-box .related-scroll .scroll-btns { font-size: 0; letter-spacing: 0; position: absolute; top: -28px; right: 0; }

.related-box .related-scroll .scroll-btns .scroll-btn { display: inline-block; vertical-align: top; color: #ad0511; font-size: 27px; font-size: 2.7rem; cursor: pointer; }

.related-box .related-scroll .scroll-btns .scroll-btn:hover { color: #333; }

@media screen and (max-width: 1219px) { .related-box .related-scroll .scroll-btns .scroll-btn { font-size: 24px; font-size: 2.4rem; } }

.related-box .related-scroll .scroll-btns .prev { margin-right: 17px; }

@media screen and (max-width: 1219px) { .related-box .related-scroll .scroll-btns .prev { margin-right: 7px; } }

.related-box .related-scroll .scroll-list-box { width: 100%; overflow: hidden; }

.related-box .related-scroll .scroll-list { width: 10000%; padding: 0; }

.related-box .related-scroll .scroll-list .list-item { float: left; width: 0.30827%; margin-right: 0.03759%; text-align: center; }

@media screen and (max-width: 480px) { .related-box .related-scroll .scroll-list .list-item { width: 0.49%; margin-right: 0.02%; } }

.related-box .related-scroll .scroll-list .item-pic { border: solid 1px #DCDCDC; margin-bottom: 17px; }

.related-box .related-scroll .scroll-list .item-pic img { display: block; width: 100%; }

@media screen and (max-width: 1219px) { .related-box .related-scroll .scroll-list .item-pic { margin-bottom: 15px; } }

@media screen and (max-width: 767px) { .related-box .related-scroll .scroll-list .item-pic { margin-bottom: 10px; } }

.related-box .related-scroll .scroll-list .item-title { margin-bottom: 16px; font-size: 16px; font-size: 1.6rem; font-family: "AvenirLTStd-Book", arial; line-height: 20px; }

@media screen and (max-width: 1219px) { .related-box .related-scroll .scroll-list .item-title { margin-bottom: 10px; } }

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

.hot-box { text-align: center; }

@media screen and (max-width: 767px) { .hot-box { text-align: left; } }

.hot-box .pro2-title { min-width: auto; padding-left: 20px; padding-right: 20px; }

/*-------------products2 end---------------------------------------------------------------*/
/*-------------download start--------------------------------------------------------------*/
.downlist { padding-bottom: 32px; }

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

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

.downlist .list-item { margin-bottom: 30px; background-color: #F2F2F2; padding: 23px 30px 24px; }

@media screen and (max-width: 1219px) { .downlist .list-item { padding: 20px 25px; } }

@media screen and (max-width: 991px) { .downlist .list-item { padding: 20px; } }

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

.downlist .item-body { float: left; width: 100%; padding-right: 250px; }

@media screen and (max-width: 1219px) { .downlist .item-body { padding-right: 180px; } }

@media screen and (max-width: 991px) { .downlist .item-body { padding-right: 120px; } }

@media screen and (max-width: 767px) { .downlist .item-body { padding-right: 0; } }

.downlist .item-title { font-family: "AvenirLTStd-Black", arial; font-size: 18px; font-size: 1.8rem; line-height: 28px; min-height: 28px; margin-bottom: 10px; }

@media screen and (max-width: 991px) { .downlist .item-title { font-size: 16px; font-size: 1.6rem; line-height: 26px; min-height: 26px; margin-bottom: 5px; } }

@media screen and (max-width: 767px) { .downlist .item-title { font-size: 14px; font-size: 1.4rem; line-height: 20px; min-height: 20px; text-align: center; } }

.downlist .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 26px; min-height: 26px; }

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

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

@media screen and (max-width: 767px) { .downlist .item-desc { font-size: 12px; font-size: 1.2rem; line-height: 18px; min-height: 18px; text-align: center; } }

.downlist .item-btns { margin-top: 35px; margin-left: -250px; width: 250px; float: left; text-align: right; }

@media screen and (max-width: 1219px) { .downlist .item-btns { margin-left: -180px; width: 180px; } }

@media screen and (max-width: 991px) { .downlist .item-btns { margin-left: -120px; width: 120px; } }

@media screen and (max-width: 767px) { .downlist .item-btns { margin-left: auto; text-align: center; width: 100%; margin-top: 10px; } }

.downlist .item-btn { display: inline-block; font-family: "AvenirLTStd-Black", arial; font-size: 18px; font-size: 1.8rem; line-height: 24px; }

.downlist .item-btn .iconfont { font-size: 24px; font-size: 2.4rem; margin-right: 15px; vertical-align: middle; }

.downlist .item-btn:hover { color: #ad0511; }

@media screen and (max-width: 1219px) { .downlist .item-btn { font-size: 16px; font-size: 1.6rem; }
  .downlist .item-btn .iconfont { font-size: 20px; font-size: 2rem; margin-right: 8px; } }

@media screen and (max-width: 991px) { .downlist .item-btn { font-size: 14px; font-size: 1.4rem; }
  .downlist .item-btn .iconfont { font-size: 16px; font-size: 1.6rem; margin-right: 5px; } }

@media screen and (max-width: 767px) { .downlist .item-btn { font-size: 12px; font-size: 1.2rem; }
  .downlist .item-btn .iconfont { font-size: 14px; font-size: 1.4rem; margin-right: 3px; } }

/*-------------download end----------------------------------------------------------------*/
/*-------------news1 start-----------------------------------------------------------------*/
.news1-list { padding-bottom: 30px; font-size: 0; letter-spacing: 0; }

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

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

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

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

.news1-list .list-item:last-child { border-bottom: 0; }

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

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

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

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

@media screen and (max-width: 991px) { .news1-list .item-pic { width: 300px; 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 10px; } }

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

.news1-list .item-title { font-size: 18px; font-size: 1.8rem; font-family: "AvenirLTStd-Black", arial; line-height: 24px; margin-bottom: 27px; margin-top: 25px; }

@media screen and (max-width: 991px) { .news1-list .item-title { margin-top: 0; margin-bottom: 15px; } }

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

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

.news1-list .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 26px; height: 130px; margin-bottom: 30px; }

.news1-list .item-desc, .news1-list .item-desc a { color: #666; }

@media screen and (max-width: 991px) { .news1-list .item-desc { line-height: 24px; height: 120px; margin-bottom: 20px; } }

@media screen and (max-width: 767px) { .news1-list .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 20px; height: 80px; margin-bottom: 13px; } }

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

.news1-list .item-date { float: right; line-height: 40px; color: #ad0511; font-size: 12px; font-size: 1.2rem; }

.news1-list .item-date .iconfont { font-size: 14px; font-size: 1.4rem; margin-right: 8px; }

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

@media screen and (max-width: 480px) { .news1-list .item-date { float: none; line-height: 20px; margin-bottom: 10px; }
  .news1-list .item-date .iconfont { font-size: 12px; font-size: 1.2rem; } }

.news1-list .item-btn { font-size: 14px; font-size: 1.4rem; float: left; display: inline-block; min-width: 139px; line-height: 38px; border: solid 1px #ad0511; color: #ad0511; text-align: center; }

.news1-list .item-btn:hover { background-color: #ad0511; border-color: #ad0511; color: #fff; }

@media screen and (max-width: 767px) { .news1-list .item-btn { min-width: 120px; line-height: 28px; } }

@media screen and (max-width: 480px) { .news1-list .item-btn { float: none; line-height: 24px; font-size: 12px; font-size: 1.2rem; min-width: 90px; } }

/*-------------news1 end-------------------------------------------------------------------*/
/*-------------news2 start-----------------------------------------------------------------*/
.news2-main > .item-title { text-align: center; font-size: 26px; font-size: 2.6rem; font-family: "AvenirLTStd-Black", arial; line-height: 1.4; color: #333; margin-bottom: 8px; }

@media screen and (max-width: 1219px) { .news2-main > .item-title { font-size: 22px; font-size: 2.2rem; } }

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

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

.news2-main .item-date { text-align: center; font-size: 14px; font-size: 1.4rem; color: #ad0511; line-height: 20px; margin-bottom: 13px; }

.news2-main .item-date .iconfont { margin-right: 5px; font-size: 12px; font-size: 1.2rem; }

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

.news2-main .item-kind { font-size: 0; letter-spacing: 0; text-align: center; margin-bottom: 20px; }

.news2-main .item-kind > * { display: inline-block; vertical-align: top; font-size: 14px; font-size: 1.4rem; color: #ad0511; margin: 0 15px; }

@media screen and (max-width: 991px) { .news2-main .item-kind { margin-bottom: 20px; }
  .news2-main .item-kind > * { font-size: 14px; font-size: 1.4rem; margin: 0 10px; } }

@media screen and (max-width: 767px) { .news2-main .item-kind { margin-bottom: 15px; }
  .news2-main .item-kind > * { font-size: 12px; font-size: 1.2rem; margin: 0 8px; } }

.news2-main .pro-share { text-align: center; margin-bottom: 13px; }

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

@media screen and (max-width: 991px) { .news2-main .pro-share .share-title { 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: 0 0 32px; font-size: 16px; font-size: 1.6rem; line-height: 26px; }

.news2-main .item-desc p { min-height: 26px; }

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

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

@media screen and (max-width: 1219px) { .news2-main .item-desc { line-height: 26px; }
  .news2-main .item-desc p { min-height: 26px; } }

@media screen and (max-width: 991px) { .news2-main .item-desc { padding: 0 0 30px; 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: 0 0 25px; font-size: 12px; font-size: 1.2rem; line-height: 20px; }
  .news2-main .item-desc p { min-height: 20px; } }

.related-news { margin-top: 50px; }

@media screen and (max-width: 991px) { .related-news { margin-top: 30px; } }

.related-news .pro2-title { margin-bottom: 33px; }

@media screen and (max-width: 991px) { .related-news .pro2-title { margin-bottom: 30px; } }

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

.related-news .box-list { font-size: 0; letter-spacing: 0; }

.related-news .box-list .list-item { display: inline-block; vertical-align: top; width: 30%; margin-left: 5%; border: solid 1px #DCDCDC; margin-bottom: 20px; }

@media screen and (max-width: 991px) { .related-news .box-list .list-item { width: 32%; margin-left: 2%; } }

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

.related-news .box-list .item-body { padding: 24px 35px 25px; }

@media screen and (max-width: 1219px) { .related-news .box-list .item-body { padding: 20px 15px; } }

@media screen and (max-width: 991px) { .related-news .box-list .item-body { padding: 15px 10px; } }

@media screen and (max-width: 767px) { .related-news .box-list .item-body { padding: 10px 5px; } }

.related-news .box-list .item-date { color: #ad0511; line-height: 20px; font-size: 12px; font-size: 1.2rem; margin-bottom: 13px; }

.related-news .box-list .item-date .iconfont { font-size: 14px; font-size: 1.4rem; margin-right: 9px; }

@media screen and (max-width: 991px) { .related-news .box-list .item-date { margin-bottom: 5px; } }

@media screen and (max-width: 767px) { .related-news .box-list .item-date .iconfont { margin-right: 4px; } }

.related-news .box-list .item-title { font-size: 16px; font-size: 1.6rem; text-transform: uppercase; font-family: "AvenirLTStd-Black", arial; line-height: 25px; height: 50px; margin-bottom: 15px; }

@media screen and (max-width: 991px) { .related-news .box-list .item-title { margin-bottom: 5px; } }

@media screen and (max-width: 767px) { .related-news .box-list .item-title { font-size: 14px; font-size: 1.4rem; line-height: 20px; height: 40px; margin-bottom: 5px; text-transform: none; } }

.related-news .box-list .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 26px; height: 52px; }

.related-news .box-list .item-desc, .related-news .box-list .item-desc a { color: #666; }

@media screen and (max-width: 991px) { .related-news .box-list .item-desc { line-height: 24px; height: 48px; } }

@media screen and (max-width: 767px) { .related-news .box-list .item-desc { line-height: 20px; height: 40px; } }

/*-------------news2 end-------------------------------------------------------------------*/
/*-------------application1 start----------------------------------------------------------*/
.app1-list { font-size: 0; letter-spacing: 0; }

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

.app1-list .list-item { display: inline-block; vertical-align: top; width: 31.66667%; margin-left: 2.5%; margin-bottom: 60px; position: relative; overflow: hidden; }

.app1-list .list-item:hover .item-subt { bottom: -100%; }

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

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

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

.app1-list .item-subt { position: absolute; bottom: 0; left: 0; right: 0; background-color: #000; background-color: rgba(0, 0, 0, 0.5); font-size: 18px; font-size: 1.8rem; font-family: "AvenirLTStd-Black", arial; line-height: 40px; padding: 0 19px; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; }

.app1-list .item-subt, .app1-list .item-subt a { color: #fff; }

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

.app1-list .item-body { position: absolute; bottom: 0; left: 0; right: 0; padding: 0 20px 22px; }

@media screen and (max-width: 991px) { .app1-list .item-body { position: relative; padding: 10px 10px; } }

@media screen and (max-width: 767px) { .app1-list .item-body { padding: 10px 5px; } }

.app1-list .item-title { line-height: 22px; font-size: 18px; font-size: 1.8rem; font-family: "AvenirLTStd-Black", arial; margin-bottom: 23px; }

.app1-list .item-title, .app1-list .item-title a { color: #fff; }

.app1-list .item-title a:hover { color: #ccc !important; }

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

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

.app1-list .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 26px; height: 78px; }

.app1-list .item-desc, .app1-list .item-desc a { color: #fff; }

.app1-list .item-desc a:hover { color: #ccc !important; }

@media screen and (max-width: 991px) { .app1-list .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 20px; height: 40px; } }

@media screen and (max-width: 767px) { .app1-list .item-desc { font-size: 12px; font-size: 1.2rem; line-height: 18px; height: 36px; } }

/*-------------application1 end------------------------------------------------------------*/
/*-------------about start-----------------------------------------------------------------*/
.contact-box .item-info { font-size: 16px; font-size: 1.6rem; line-height: 26px; margin-bottom: 50px; }

.contact-box .item-info p { min-height: 26px; }

.contact-box .item-info img, .contact-box .item-info iframe { max-width: 100%; }

.contact-box .item-info a:hover { color: #ad0511; }

.contact-box .item-info strong { font-family: "AvenirLTStd-Black", arial; font-weight: normal; }

.contact-box .item-info .item-title { font-family: "AvenirLTStd-Black", arial; font-size: 22px; font-size: 2.2rem; line-height: 1.2; margin-bottom: 20px; color: #ad0511; text-align: center; }

@media screen and (max-width: 991px) { .contact-box .item-info .item-title { font-size: 20px; font-size: 2rem; margin-bottom: 20px; } }

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

@media screen and (max-width: 640px) { .contact-box .item-info .item-title { font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 991px) { .contact-box .item-info { margin-bottom: 40px; font-size: 14px; font-size: 1.4rem; line-height: 24px; } }

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

.contact-box .item-form { /* WebKit browsers */ /* Mozilla Firefox 4 to 18 */ /* Mozilla Firefox 19+ */ /* Internet Explorer 10+ */ margin: 0 auto 60px; }

.contact-box .item-form ::-webkit-input-placeholder { color: #333; opacity: 1; }

.contact-box .item-form :-o-placeholder { color: #333; opacity: 1; }

.contact-box .item-form ::-moz-placeholder { color: #333; opacity: 1; }

.contact-box .item-form :-ms-input-placeholder { color: #333; opacity: 1; }

.contact-box .item-form .box-title { text-align: center; font-family: "AvenirLTStd-Black", arial; font-size: 22px; font-size: 2.2rem; line-height: 1.2; margin-bottom: 30px; color: #ad0511; }

@media screen and (max-width: 991px) { .contact-box .item-form .box-title { font-size: 20px; font-size: 2rem; margin-bottom: 20px; } }

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

@media screen and (max-width: 640px) { .contact-box .item-form .box-title { font-size: 16px; font-size: 1.6rem; } }

.contact-box .item-form .attachment { float: left; width: 100%; position: relative; margin-bottom: 20px; }

.contact-box .item-form .attachment span{ float: left; color: #f00; line-height: 40px; margin-right: 6px; }

@media screen and (max-width: 767px) { .contact-box .item-form .attachment { margin-bottom: 10px; } }

.contact-box .item-form .attachment span { float: left; }

.contact-box .item-form .attachment #file-name { padding: 0 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.contact-box .item-form .attachment .file-group { float: left; width: 48.07339%; height: 40px; line-height: 40px; background-color: #ad0511; position: relative; overflow: hidden; border-radius: 0; }

@media screen and (max-width: 480px) { .contact-box .item-form .attachment .file-group { width: 94%; } }

.contact-box .item-form .attachment .file-group .file-btn { border-radius: 0; width: 100%; height: 100%; background-color: #ad0511; color: #FFFFFF; border: 0; border-radius: 0; line-height: 40px; }

.contact-box .item-form .attachment .file-group .file-single { width: 100%; height: 100%; opacity: 0; cursor: pointer; position: absolute; left: 0; top: 0; z-index: 111; }

.contact-box .item-form .attachment .file-group .file { width: 100%; height: 100%; opacity: 0; cursor: pointer; position: absolute; left: 0; top: 0; z-index: 111; }

.contact-box .item-form .attachment .file-group .file-name-p { overflow: hidden; height: 34px; line-height: 34px; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: end; -webkit-align-items: flex-end; -moz-box-align: end; -ms-flex-align: end; align-items: flex-end; }

.contact-box .item-form .attachment .file-group .file-name-p i { cursor: pointer; }

.contact-box .item-form .attachment .file-group .file-name-p span { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }

.contact-box .item-form input, .contact-box .item-form textarea, .contact-box .item-form button { border: solid 1px #CCCCCC; display: block; width: 100%; padding: 0 10px; color: #333; }

.contact-box .item-form input, .contact-box .item-form button { height: 46px; line-height: 44px; }

.contact-box .item-form textarea { height: 130px; padding: 10px 10px 24px; }

.contact-box .item-form .item-row { margin-bottom: 25px; width: 47.5%; float: left; }

.contact-box .item-form .item-row:nth-child(2n) { float: right; }

.contact-box .item-form .item-row1 { width: 100%; }

.contact-box .item-form .item-txt { font-size: 16px; font-size: 1.6rem; line-height: 24px; margin-bottom: 8px; color: #333; }

.contact-box .item-form .item-txt span { color: #FF0000; }

.contact-box .item-form .item-input { overflow: hidden; position: relative; }

.contact-box .item-form .item-img { float: left; cursor: pointer; line-height: 46px; position: relative; top: -1px; left: -1px; }

.contact-box .item-form .item-img img { max-height: 46px; vertical-align: middle; }

.contact-box .item-form .item-code { float: left; width: 412px; }

.contact-box .item-form .item-submit { float: right; width: 47.5%; }
.contact-box .item-form .item-submit button { cursor: pointer; }

.contact-box .item-form .item-submit input, .contact-box .item-form .item-submit button { font-family: "AvenirLTStd-Black", arial; background-color: #ad0511; color: #fff; border: 0; font-size: 18px; font-size: 1.8rem; text-transform: uppercase; }

.contact-box .item-form .item-submit input:hover, .contact-box .item-form .item-submit button:hover { background-color: #000; }

@media screen and (max-width: 1219px) { .contact-box .item-form .item-txt { font-size: 14px; font-size: 1.4rem; margin-bottom: 5px; }
  .contact-box .item-form .item-code { width: 268px; }
  .contact-box .item-form .item-num { font-size: 14px; font-size: 1.4rem; }
  .contact-box .item-form .item-row { margin-bottom: 15px; }
  .contact-box .item-form .item-submit input, .contact-box .item-form .item-submit button { font-size: 16px; font-size: 1.6rem; } }

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

@media screen and (max-width: 991px) { .contact-box .item-form { margin-bottom: 40px; }
  .contact-box .item-form input, .contact-box .item-form button { height: 38px; line-height: 36px; }
  .contact-box .item-form .item-img { height: 38px; line-height: 38px; position: relative; top: -1px; }
  .contact-box .item-form .item-img img { max-height: 38px; }
  .contact-box .item-form .item-submit { width: 280px; } }

@media screen and (max-width: 767px) { .contact-box .item-form { margin-bottom: 30px; }
  .contact-box .item-form .item-row { width: 100%; margin-bottom: 15px; }
  .contact-box .item-form .item-txt { font-size: 12px; font-size: 1.2rem; line-height: 20px; margin-bottom: 5px; }
  .contact-box .item-form .item-code { width: -webkit-calc(100% - 132px); width: -moz-calc(100% - 132px); width: calc(100% - 132px); margin-right: 0; }
  .contact-box .item-form .item-img { float: right; }
  .contact-box .item-form .item-submit { margin-top: 15px; }
  .contact-box .item-form .item-num { font-size: 12px; font-size: 1.2rem; right: 5px; bottom: 5px; }
  .contact-box .item-form .item-submit { width: 100%; }
  .contact-box .item-form .item-submit input, .contact-box .item-form .item-submit button { margin: 0 auto; font-size: 14px; font-size: 1.4rem; }
  .contact-box .item-form input, .contact-box .item-form textarea, .contact-box .item-form button { font-size: 12px; font-size: 1.2rem; } }

.map img { display: block; margin: 0 auto; }

/*-------------about end-------------------------------------------------------------------*/
/*-------------video start-----------------------------------------------------------------*/
.video-list { /* .item-videobox start */ /* .item-videobox end */ }

.video-list .item1 .item-videobox, .video-list .item1 .item-pic { float: left; margin-right: 4.58333%; }

@media screen and (max-width: 991px) { .video-list .item1 .item-videobox, .video-list .item1 .item-pic { margin-right: 2.5%; } }

.video-list .item2 .item-videobox, .video-list .item2 .item-pic { float: right; margin-left: 4.58333%; }

@media screen and (max-width: 991px) { .video-list .item2 .item-videobox, .video-list .item2 .item-pic { margin-left: 2.5%; } }

.video-list .item-videobox { overflow: hidden; }

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

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

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

.video-list .item-pic img { cursor: pointer; }

.video-list .item-videobox, .video-list .item-pic { width: 400px; }

@media screen and (max-width: 991px) { .video-list .item-videobox, .video-list .item-pic { width: 300px; } }

@media screen and (max-width: 767px) { .video-list .item-videobox, .video-list .item-pic { width: 250px; } }

@media screen and (max-width: 640px) { .video-list .item-videobox, .video-list .item-pic { width: 200px; } }

@media screen and (max-width: 400px) { .video-list .item-videobox, .video-list .item-pic { width: 100%; float: none !important; margin: 0 auto !important; } }

.video-list .list-item { background-color: #F2F2F2; margin-bottom: 39px; }

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

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

.video-list .item-body { padding: 72px 4.58333% 20px; }

@media screen and (max-width: 1219px) { .video-list .item-body { padding-top: 20px; padding-bottom: 20px; } }

@media screen and (max-width: 991px) { .video-list .item-body { padding: 20px 2.5%; } }

@media screen and (max-width: 767px) { .video-list .item-body { padding-top: 15px; padding-bottom: 15px; } }

.video-list .item-title { overflow: visible; font-size: 20px; font-size: 2rem; line-height: 1.2; margin-bottom: 47px; }

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

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

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

.video-list .item-desc { overflow: visible; font-size: 16px; font-size: 1.6rem; line-height: 30px; color: #333; }

@media screen and (max-width: 991px) { .video-list .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 24px; } }

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

.video-backdrop { display: none; position: fixed; top: 0; bottom: 0; left: 0; right: 0; background-color: #000; background-color: rgba(0, 0, 0, 0.7); z-index: 999999999; /* .item-videobox start */ /* .item-videobox end */ }

.video-backdrop .item-close { position: absolute; right: 2.60417%; top: 2.60417%; color: #fff; font-size: 36px; font-size: 3.6rem; cursor: pointer; }

@media screen and (max-width: 767px) { .video-backdrop .item-close { font-size: 26px; font-size: 2.6rem; } }

.video-backdrop .item-videobox { overflow: hidden; max-width: 600px; position: absolute; top: 50%; left: 50%; width: 95%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

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

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

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

/*-------------video end-------------------------------------------------------------------*/
/*-------------cer start-------------------------------------------------------------------*/
.cer-list { font-size: 0; letter-spacing: 0; padding-bottom: 10px; }

.cer-list .list-item { display: inline-block; vertical-align: top; width: 23.08333%; margin-left: 2.55556%; margin-bottom: 36px; }

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

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

.cer-list .item-pics { position: relative; padding-bottom: 100%; }

.cer-list .item-pics img { max-width: 100% !important; max-height: 100% !important; }

.cer-list .item-box { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; position: absolute; left: 0; top: 0; right: 0; bottom: 0; width: 100%; height: 100%; }

.cer-list .item-backdrop .iconfont { font-size: 36px; font-size: 3.6rem; color: #fff; position: relative; }

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

.cer-list .item-title { font-size: 18px; font-size: 1.8rem; text-align: center; line-height: 1.2; margin-top: 20px; }

@media screen and (max-width: 1219px) { .cer-list .item-title { font-size: 16px; font-size: 1.6rem; margin-top: 20px; } }

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

@media screen and (max-width: 767px) { .cer-list .item-title { font-size: 12px; font-size: 1.2rem; margin-top: 10px; } }

/*-------------cer end---------------------------------------------------------------------*/
/*-------------faq start-------------------------------------------------------------------*/
.faq-list { padding-bottom: 35px; }

@media screen and (max-width: 991px) { .faq-list { padding-bottom: 30px; } }

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

.faq-list .list-item { margin-bottom: 30px; }

.faq-list .list-item:first-child .item-desc { display: block; }

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

@media screen and (max-width: 767px) { .faq-list .list-item { margin-bottom: 15px; } }

.faq-list .item-title { background-color: #f2f2f2; white-space:pre-wrap; font-family: "AvenirLTStd-Black", arial; line-height: 26px; font-size: 16px; font-size: 1.6rem; padding: 10px 40px 10px 30px; cursor: pointer; position: relative; }

@media screen and (max-width: 1219px) { .faq-list .item-title { padding: 8px 40px 8px 15px; } }

@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: 16px; font-size: 1.6rem; font-style: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; right: 19px; }

@media screen and (max-width: 767px) { .faq-list .item-title:before { right: 10px; } }

.faq-list .item-title.active { background-color: #ad0511; 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); }

.faq-list .item-desc { border: solid 1px #dcdcdc; display: none; padding: 18px 30px; font-size: 16px; font-size: 1.6rem; line-height: 30px; }

.faq-list .item-desc p { min-height: 30px;white-space:pre-wrap; }

@media screen and (max-width: 1219px) { .faq-list .item-desc { padding: 15px 15px; line-height: 26px; }
  .faq-list .item-desc p { min-height: 26px; } }

@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: 10px 10px; font-size: 12px; font-size: 1.2rem; line-height: 20px; }
  .faq-list .item-desc p { min-height: 20px; } }

/*-------------faq end---------------------------------------------------------------------*/
.lang { background: url(/static/images/lang.png) no-repeat; }

.no { height: 16px; width: 24px; background-position: 0 0; }

.ny { height: 16px; width: 24px; background-position: 0 -16px; }

.pa { height: 16px; width: 24px; background-position: 0 -32px; }

.my { height: 16px; width: 24px; background-position: 0 -48px; }

.ne { height: 16px; width: 24px; background-position: 0 -64px; }

.nl { height: 16px; width: 24px; background-position: 0 -80px; }

.pl { height: 16px; width: 24px; background-position: 0 -96px; }

.ru { height: 16px; width: 24px; background-position: 0 -112px; }

.sd { height: 16px; width: 24px; background-position: 0 -128px; }

.si { height: 16px; width: 24px; background-position: 0 -144px; }

.ps { height: 16px; width: 24px; background-position: 0 -160px; }

.pt { height: 16px; width: 24px; background-position: 0 -176px; }

.ro { height: 16px; width: 24px; background-position: 0 -192px; }

.lt { height: 16px; width: 24px; background-position: 0 -208px; }

.lv { height: 16px; width: 24px; background-position: 0 -224px; }

.mg { height: 16px; width: 24px; background-position: 0 -240px; }

.rm { height: 16px; width: 24px; background-position: 0 -256px; }

.lb { height: 16px; width: 24px; background-position: 0 -272px; }

.lo { height: 16px; width: 24px; background-position: 0 -288px; }

.mi { height: 16px; width: 24px; background-position: 0 -304px; }

.mr { height: 16px; width: 24px; background-position: 0 -320px; }

.ms { height: 16px; width: 24px; background-position: 0 -336px; }

.mt { height: 16px; width: 24px; background-position: 0 -352px; }

.mk { height: 16px; width: 24px; background-position: 0 -368px; }

.ml { height: 16px; width: 24px; background-position: 0 -384px; }

.mn { height: 16px; width: 24px; background-position: 0 -400px; }

.tr { height: 16px; width: 24px; background-position: 0 -416px; }

.zh-tw { height: 16px; width: 24px; background-position: 0 -432px; }

.uk { height: 16px; width: 24px; background-position: 0 -448px; }

.tg { height: 16px; width: 24px; background-position: 0 -464px; }

.th { height: 16px; width: 24px; background-position: 0 -480px; }

.tl { height: 16px; width: 24px; background-position: 0 -496px; }

.ur { height: 16px; width: 24px; background-position: 0 -512px; }

.yi { height: 16px; width: 24px; background-position: 0 -528px; }

.yo { height: 16px; width: 24px; background-position: 0 -544px; }

.zu { height: 16px; width: 24px; background-position: 0 -560px; }

.uz { height: 16px; width: 24px; background-position: 0 -576px; }

.vi { height: 16px; width: 24px; background-position: 0 -592px; }

.xh { height: 16px; width: 24px; background-position: 0 -608px; }

.sn { height: 16px; width: 24px; background-position: 0 -624px; }

.so { height: 16px; width: 24px; background-position: 0 -640px; }

.sq { height: 16px; width: 24px; background-position: 0 -656px; }

.sk { height: 16px; width: 24px; background-position: 0 -672px; }

.sl { height: 16px; width: 24px; background-position: 0 -688px; }

.sm { height: 16px; width: 24px; background-position: 0 -704px; }

.sr { height: 16px; width: 24px; background-position: 0 -720px; }

.sw { height: 16px; width: 24px; background-position: 0 -736px; }

.ta { height: 16px; width: 24px; background-position: 0 -752px; }

.te { height: 16px; width: 24px; background-position: 0 -768px; }

.st { height: 16px; width: 24px; background-position: 0 -784px; }

.su { height: 16px; width: 24px; background-position: 0 -800px; }

.sv { height: 16px; width: 24px; background-position: 0 -816px; }

.el { height: 16px; width: 24px; background-position: 0 -832px; }

.en { height: 16px; width: 24px; background-position: 0 -848px; }

.eo { height: 16px; width: 24px; background-position: 0 -864px; }

.cy { height: 16px; width: 24px; background-position: 0 -880px; }

.da { height: 16px; width: 24px; background-position: 0 -896px; }

.de { height: 16px; width: 24px; background-position: 0 -912px; }

.es { height: 16px; width: 24px; background-position: 0 -928px; }

.fi { height: 16px; width: 24px; background-position: 0 -944px; }

.fr { height: 16px; width: 24px; background-position: 0 -960px; }

.fy { height: 16px; width: 24px; background-position: 0 -976px; }

.et { height: 16px; width: 24px; background-position: 0 -992px; }

.eu { height: 16px; width: 24px; background-position: 0 -1008px; }

.fa { height: 16px; width: 24px; background-position: 0 -1024px; }

.az { height: 16px; width: 24px; background-position: 0 -1040px; }

.be { height: 16px; width: 24px; background-position: 0 -1056px; }

.bg { height: 16px; width: 24px; background-position: 0 -1072px; }

.af { height: 16px; width: 24px; background-position: 0 -1088px; }

.am { height: 16px; width: 24px; background-position: 0 -1104px; }

.ar { height: 16px; width: 24px; background-position: 0 -1120px; }

.bn { height: 16px; width: 24px; background-position: 0 -1136px; }

.cn { height: 16px; width: 24px; background-position: 0 -1152px; }

.co { height: 16px; width: 24px; background-position: 0 -1168px; }

.cs { height: 16px; width: 24px; background-position: 0 -1184px; }

.bs { height: 16px; width: 24px; background-position: 0 -1200px; }

.ca { height: 16px; width: 24px; background-position: 0 -1216px; }

.ceb { height: 16px; width: 24px; background-position: 0 -1232px; }

.it { height: 16px; width: 24px; background-position: 0 -1248px; }

.ja { height: 16px; width: 24px; background-position: 0 -1264px; }

.jv { height: 16px; width: 24px; background-position: 0 -1280px; }

.in { height: 16px; width: 24px; background-position: 0 -1296px; }

.ig { height: 16px; width: 24px; background-position: 0 -1312px; }

.is { height: 16px; width: 24px; background-position: 0 -1328px; }

.ka { height: 16px; width: 24px; background-position: 0 -1344px; }

.ko { height: 16px; width: 24px; background-position: 0 -1360px; }

.ku { height: 16px; width: 24px; background-position: 0 -1376px; }

.ky { height: 16px; width: 24px; background-position: 0 -1392px; }

.kk { height: 16px; width: 24px; background-position: 0 -1408px; }

.km { height: 16px; width: 24px; background-position: 0 -1424px; }

.kn { height: 16px; width: 24px; background-position: 0 -1440px; }

.gu { height: 16px; width: 24px; background-position: 0 -1456px; }

.ha { height: 16px; width: 24px; background-position: 0 -1472px; }

.haw { height: 16px; width: 24px; background-position: 0 -1488px; }

.ga { height: 16px; width: 24px; background-position: 0 -1504px; }

.gd { height: 16px; width: 24px; background-position: 0 -1520px; }

.gl { height: 16px; width: 24px; background-position: 0 -1536px; }

.iw { height: 16px; width: 24px; background-position: 0 -1552px; }

.ht { height: 16px; width: 24px; background-position: 0 -1568px; }

.hu { height: 16px; width: 24px; background-position: 0 -1584px; }

.hy { height: 16px; width: 24px; background-position: 0 -1600px; }

.hi { height: 16px; width: 24px; background-position: 0 -1616px; }

.hmn { height: 16px; width: 24px; background-position: 0 -1632px; }

.hr { height: 16px; width: 24px; background-position: 0 -1648px; }

@media screen and (min-width: 992px) { .n-nav, .n-nav-icon, .n-nav-body { 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: absolute; right: 5px; top: 8px; 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: #fff; }

.n-nav .n-nav-icon span { display: none; width: 100%; height: 2px; margin-bottom: 4px; background-color: #ad0511; }

.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-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-body .box-search { background-color: #fff; padding: 5px 10px; position: relative; border: solid 1px #ad0511; margin: 5px 10px; }

.n-nav-body .box-search .item-input { width: 100%; line-height: 32px; height: 32px; padding: 0 60px 0 0; }

.n-nav-body .box-search .iconfont { font-weight: bold; background-color: #ad0511; 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-body .box-search .iconfont:hover { background-color: #666; }

.n-nav-body .box-search .item-submit { position: absolute; width: 44px; height: 32px; right: 10px; top: 5px; z-index: 1; }

.n-nav-body .box-list { margin-top: 30px; }

.n-nav-body .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-body .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-body .box-list li { position: relative; }

.n-nav-body .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-body .box-list li.active > .has-next { background: url(../fonts/n2.png) no-repeat center; background-size: contain; }

.n-nav-body .box-list .yiji-list { display: none; }

.n-nav-body .box-list .yiji-list li { padding-left: 12px; }

.n-nav-body .box-list .yiji-list li .has-next { right: 0; }

.n-nav-body .box-list .yiji-list li > a { padding: 10px 25px 10px 20px; line-height: 22px; position: relative; }

.n-nav-body .box-list .yiji-list li > a:before { position: absolute; content: ''; width: 5px; height: 5px; background-color: #fff; top: 19px; left: 10px; }

.n-nav-body .box-list .erji-list { display: none; }

.n-nav-body .box-list .sanji-list { display: none; }

.n-nav-body .n-nav-close { display: block; width: 40px; height: 40px; margin: 70px auto 40px; padding: 0; border: 2px solid #fff; border-radius: 50%; background-color: transparent; color: #fff; cursor: pointer; text-align: center; -webkit-transition: background-color 0.3s ease, border-color 0.3s ease; -o-transition: background-color 0.3s ease, border-color 0.3s ease; -moz-transition: background-color 0.3s ease, border-color 0.3s ease; transition: background-color 0.3s ease, border-color 0.3s ease; }

.n-nav-body .n-nav-close .iconfont { font-size: 22px; font-size: 2.2rem; vertical-align: middle; }

.n-nav-body .n-nav-close:hover { background-color: #ad0511; border-color: #ad0511; }

.banner { line-height: 0; font-size: 0; position: relative; }

.banner .slick-arrow { position: absolute; z-index: 2; display: block !important; cursor: pointer; top: 50%; margin-top: -15px; width: 85px; height: 85px; line-height: 85px; border-radius: 50%; text-align: center; }

.banner .slick-arrow .iconfont { font-size: 44px; font-size: 4.4rem; color: #fff; }

.banner .slick-arrow:hover { background-color: #000; background-color: rgba(0, 0, 0, 0.3); }

@media screen and (max-width: 1219px) { .banner .slick-arrow { width: 60px; height: 60px; line-height: 60px; } }

@media screen and (max-width: 991px) { .banner .slick-arrow { display: none !important; } }

.banner .slick-prev { left: 75px; cursor: pointer; }

.banner .slick-next { right: 75px; cursor: pointer; }

.banner .slick-dots { position: absolute; z-index: 2; left: 0; right: 0; bottom: 31px; text-align: center; font-size: 0; letter-spacing: 0; text-align: center; }

.banner .slick-dots li { margin: 0 10px; display: inline-block; vertical-align: top; cursor: pointer; }

.banner .slick-dots li a { display: block; width: 30px; height: 15px; border: solid 1px #ad0511; border-radius: 5px; -webkit-transition: all .35s; -o-transition: all .35s; -moz-transition: all .35s; transition: all .35s; }

.banner .slick-dots li.slick-active a { background-color: #ad0511; }

@media screen and (max-width: 991px) { .banner .slick-dots { bottom: 15px; }
  .banner .slick-dots li { margin: 0 2px; }
  .banner .slick-dots li a { width: 12px; height: 12px; } }

@media screen and (max-width: 767px) { .banner .slick-dots { bottom: 7px; }
  .banner .slick-dots li { margin: 0 2px; }
  .banner .slick-dots li a { width: 8px; height: 8px; } }

.slick-list, .slick-slider, .slick-track { position: relative; display: block; }

.slick-loading .slick-slide, .slick-loading .slick-track { visibility: hidden; }

.slick-slider { -moz-box-sizing: border-box; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }

.slick-list { overflow: hidden; margin: 0; padding: 0; }

.slick-list:focus { outline: 0; }

.slick-list.dragging { cursor: pointer; cursor: hand; }

.slick-slider .slick-list, .slick-slider .slick-track { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

.slick-track { top: 0; left: 0; }

.slick-track:after, .slick-track:before { display: table; content: ''; }

.slick-track:after { clear: both; }

.slick-slide { display: none; float: left; height: 100%; min-height: 1px; }

[dir=rtl] .slick-slide { float: right; }

.slick-slide img { display: block; }

.slick-slide.slick-loading img { display: none; }

.slick-slide.dragging img { pointer-events: none; }

.slick-initialized .slick-slide { display: block; }

.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }

.slick-arrow.slick-hidden { display: none; }

/* .index-banner{ position: relative; padding-top: 39.0625%; .slider{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; } } */

@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: 'AvenirLTStd-Book';
	src: url('../fonts/AvenirLTStd-Book.eot');
	src: url('../fonts/AvenirLTStd-Book.eot') format('embedded-opentype'),
		url('../fonts/AvenirLTStd-Book.woff2') format('woff2'),
		url('../fonts/AvenirLTStd-Book.woff') format('woff'),
		url('../fonts/AvenirLTStd-Book.ttf') format('truetype'),
		url('../fonts/AvenirLTStd-Book.svg#AvenirLTStd-Book') format('svg');
	font-display: swap;
}

@font-face {
	font-family: 'AvenirLTStd-Black';
	src: url('../fonts/AvenirLTStd-Black.eot');
	src: url('../fonts/AvenirLTStd-Black.eot') format('embedded-opentype'),
		url('../fonts/AvenirLTStd-Black.woff2') format('woff2'),
		url('../fonts/AvenirLTStd-Black.woff') format('woff'),
		url('../fonts/AvenirLTStd-Black.ttf') format('truetype'),
		url('../fonts/AvenirLTStd-Black.svg#AvenirLTStd-Black') format('svg');
	font-display: swap;
}


@font-face {
    font-family: 'AvenirLTStd-Light';
    src: url('../fonts/AvenirLTStd-Light.eot');
    src: url('../fonts/AvenirLTStd-Light.eot') format('embedded-opentype'),
         url('../fonts/AvenirLTStd-Light.woff2') format('woff2'),
         url('../fonts/AvenirLTStd-Light.woff') format('woff'),
         url('../fonts/AvenirLTStd-Light.ttf') format('truetype'),
         url('../fonts/AvenirLTStd-Light.svg#AvenirLTStd-Light') format('svg');
	font-display: swap;
}
@font-face {font-family: "iconfont";
  src: url('../fonts/iconfont.eot?t=1613985453122'); /* IE9 */
  src: url('../fonts/iconfont.eot?t=1613985453122#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=1613985453122') format('woff'),
  url('../fonts/iconfont.ttf?t=1613985453122') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
  url('../fonts/iconfont.svg?t=1613985453122#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-size: 1.6rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-icon-test9:before {
  content: "\e64f";
}

.icon-icon-test10:before {
  content: "\e651";
}

.icon-icon-test12:before {
  content: "\e653";
}

.icon-list:before {
  content: "\e671";
}

.icon-phone2:before {
  content: "\e7d0";
}

.icon-message:before {
  content: "\e7da";
}

.icon-calendar:before {
  content: "\e7e1";
}

.icon-calendar1:before {
  content: "\e7e3";
}

.icon-top:before {
  content: "\e7ed";
}

.icon-youbian:before {
  content: "\e60f";
}

.icon-up7:before {
  content: "\e722";
}

.icon-bottom7:before {
  content: "\e723";
}

.icon-left7:before {
  content: "\e724";
}

.icon-right7:before {
  content: "\e725";
}

.icon-up16:before {
  content: "\e746";
}

.icon-bottom16:before {
  content: "\e747";
}

.icon-left16:before {
  content: "\e748";
}

.icon-right16:before {
  content: "\e749";
}

.icon-top10:before {
  content: "\e7ee";
}

.icon-bottom10:before {
  content: "\e7ef";
}

.icon-left10:before {
  content: "\e7f0";
}

.icon-right10:before {
  content: "\e7f1";
}

.icon-jiahao12:before {
  content: "\e6bb";
}

.icon-download4:before {
  content: "\e7a3";
}

.icon-jianhao8:before {
  content: "\e682";
}

.icon-left2:before {
  content: "\e710";
}

.icon-right2:before {
  content: "\e711";
}

.icon-up28:before {
  content: "\e791";
}

.icon-bottom28:before {
  content: "\e792";
}

.icon-left28:before {
  content: "\e793";
}

.icon-right28:before {
  content: "\e794";
}

.icon-liebiao:before {
  content: "\e834";
}

.icon-shixinyuanxingjiantoushang1:before {
  content: "\e93f";
}

.icon-shixinyuanxingjiantouxia1:before {
  content: "\e942";
}

.icon-shixinyuanxingjiantouyou1:before {
  content: "\e940";
}

.icon-shixinyuanxingjiantouzuo1:before {
  content: "\e941";
}

.icon-up13:before {
  content: "\e73a";
}

.icon-bottom13:before {
  content: "\e73b";
}

.icon-left13:before {
  content: "\e73c";
}

.icon-right13:before {
  content: "\e73d";
}

.icon-shangjiantou:before {
  content: "\e637";
}

.icon-xiajiantou:before {
  content: "\e639";
}

.icon-youjiantou:before {
  content: "\e63c";
}

.icon-zuojiantou:before {
  content: "\e642";
}

.icon-rili:before {
  content: "\e609";
}

.icon-linkedin1:before {
  content: "\e669";
}

.icon-insgram:before {
  content: "\e66a";
}

.icon-facebook1:before {
  content: "\e66d";
}

.icon-pinterest1:before {
  content: "\e66e";
}

.icon-youtube1:before {
  content: "\e66f";
}

.icon-twitter1:before {
  content: "\e670";
}

.icon-up11:before {
  content: "\e732";
}

.icon-bottom11:before {
  content: "\e733";
}

.icon-left11:before {
  content: "\e734";
}

.icon-right11:before {
  content: "\e735";
}

.icon-left30:before {
  content: "\e79b";
}

.icon-right30:before {
  content: "\e79c";
}

.icon-baodanlist:before {
  content: "\e66c";
}

.icon-download2:before {
  content: "\e61e";
}

.icon-yuanxingjiantouxiangyouzuo:before {
  content: "\e60c";
}

.icon-yuanxingjiantouxiangyou:before {
  content: "\e613";
}

.icon-weibiaoti-:before {
  content: "\e61d";
}

.icon-jiantou_xiangyou:before {
  content: "\eb08";
}

.icon-jiantou_xiangzuo:before {
  content: "\eb09";
}

.icon-yuanxingjiantouyou:before {
  content: "\e967";
}

.icon-yuanxingjiantouzuo:before {
  content: "\e968";
}

.icon-jiantou-right:before {
  content: "\e600";
}

.icon-download11:before {
  content: "\e612";
}

.icon-search:before {
  content: "\e602";
}

.icon-topsearch:before {
  content: "\ea0a";
}

.icon-download21:before {
  content: "\e61c";
}

.icon-home:before {
  content: "\e624";
}

.icon-edit:before {
  content: "\e611";
}

.icon-facebook:before {
  content: "\e620";
}

.icon-vk:before {
  content: "\e736";
}

.icon-pinterest:before {
  content: "\e8ab";
}

.icon-jian2:before {
  content: "\e601";
}

.icon-linkedin:before {
  content: "\e648";
}

.icon-youtube:before {
  content: "\e6d6";
}

.icon-twitter:before {
  content: "\e607";
}

.icon-jia2:before {
  content: "\e608";
}

.icon-bigger:before {
  content: "\e647";
}

.icon-left:before {
  content: "\e72c";
}

.icon-right:before {
  content: "\e72d";
}

.icon-up1:before {
  content: "\e72e";
}

.icon-bottom1:before {
  content: "\e72f";
}

.icon-left1:before {
  content: "\e730";
}

.icon-right1:before {
  content: "\e731";
}

.icon-up:before {
  content: "\e73e";
}

.icon-bottom:before {
  content: "\e73f";
}

.icon-instagram:before {
  content: "\e79d";
}

.icon-tumblr:before {
  content: "\e79e";
}

.icon-download:before {
  content: "\e7a0";
}

.icon-download1:before {
  content: "\e7a7";
}

.icon-search4:before {
  content: "\e7b2";
}

.icon-address:before {
  content: "\e7bc";
}

.icon-email:before {
  content: "\e7bd";
}

.icon-contact:before {
  content: "\e7be";
}

.icon-whatsapp:before {
  content: "\e7bf";
}

.icon-fax:before {
  content: "\e7c2";
}

.icon-mobile:before {
  content: "\e7c6";
}

.icon-phone:before {
  content: "\e7c8";
}

.icon-tel:before {
  content: "\e7c7";
}

.icon-phone1:before {
  content: "\e7cb";
}

.icon-skype:before {
  content: "\e7cc";
}

.icon-whatsapp1:before {
  content: "\e7c1";
}

.icon-address1:before {
  content: "\e7c3";
}

.icon-contact1:before {
  content: "\e7c4";
}

.icon-email1:before {
  content: "\e7c5";
}

.icon-skype1:before {
  content: "\e7c9";
}

.icon-fax1:before {
  content: "\e7ca";
}

.icon-qq:before {
  content: "\e7ce";
}

.icon-tel1:before {
  content: "\e7cd";
}

.icon-wechat:before {
  content: "\e7cf";
}

.disnone{ display: none; }

/*xun pan tijiao*/

.xunpanlb .table{margin-top: 30px;}
.xunpanlb .table .thead{font-size: 0;letter-spacing: 0;border: 1px solid #dcdcdc;}
.xunpanlb .table .thead p{ font-weight: bold; text-align: center; padding: 0 10px;font-size: 16px; line-height: 40px;width: 33.3333%;display: inline-block;vertical-align: middle; box-sizing:border-box}
.xunpanlb .table .thead p:nth-child(2){border-right: 1px solid #dcdcdc;border-left: 1px solid #dcdcdc;}

.xunpanlb .table .tbody{font-size: 0;letter-spacing: 0;}
.xunpanlb .table .tbody .tread{border: 1px solid #dcdcdc;border-top: 0;}
.xunpanlb .table .tbody .tread .td{height: 100%; text-align: center;padding: 10px 10px;font-size: 16px; line-height: 40px;width: 33.3333%;display: inline-block;vertical-align: middle; box-sizing:border-box}
.xunpanlb .table .tbody .tread .td:nth-child(2){border-right: 1px solid #dcdcdc;border-left: 1px solid #dcdcdc;}
.xunpanlb .table .tbody .td img{max-width: 110px;}
.xunpanlb .table .tbody .td a{color: #666666;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;display: block;}
.xunpanlb .table .tbody .td a:hover{color: #ad0511;}
@media screen and (max-width: 1000px) { 
  .xunpanlb .table div { width: 100%; max-width: 100%; } 
  .xunpanlb .table .tbody .tread .td{ font-size: 14px; }
}
@media screen and (max-width: 520px){
    .xunpanlb .table{border-top: 1px solid #dcdcdc;}
    .xunpanlb .table .thead{display: none;}
    .xunpanlb .table .tbody .td{width: 100% !important;}
    .xunpanlb .table .tbody .tread .td:nth-child(2){border: 0 !important;}
}

.listcart{ margin-top:30px; width:100%; clear:both}

.listcart a,.listcart button{display:inline-block; color:#fff;min-width: 160px;line-height:40px; box-sizing:border-box;  font-size:14px;font-size: 1.4rem; margin-right:10px;text-align: center;margin-bottom:20px; background:#666; padding-left:5px; padding-right:5px; border:none; cursor:pointer
}
.listcart a:hover,.listcart button:hover{ background:#ad0511;color:#fff;}
@media screen and (max-width: 640px) {.listcart a,.listcart button{ width:100%; display:block}}

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

.pro2-hotpro .index-hotpro { margin-top: 0; }

.pro2-hotpro .index-item .item-title { font-size: 32px; font-size: 3.2rem; padding: 80px 0 40px; }

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

@media screen and (max-width: 999px) { .pro2-hotpro .index-item .item-title { padding: 50px 0 20px; font-size: 30px; font-size: 3rem; } }

@media screen and (max-width: 767px) { .pro2-hotpro .index-item .item-title { padding: 30px 0 0; font-size: 24px; font-size: 2.4rem; } }


.listcart .commit{ display: inline-block; min-width: 200px; height: 30px; line-height: 28px; -moz-box-sizing: border-box; box-sizing: border-box; background: none; padding: 0 10px; text-align: center; color: #ad0511; border: 1px solid #ad0511; }
.listcart .commit:hover{ color: #fff; background: #ad0511; border: 1px solid #ad0511; }

.page .pages-btn{ display: inline-block; }

.f-form .item-img img{ max-width: 106px; }

.inquiry-success{text-align: center;margin-top: 5%;margin-bottom: 10%;}
        .inquiry-success *{text-align: center;}
        .inquiry-success p img{width: 108px;}
        .inquiry-success .text{font-size: 20px;color: #333333;margin: 20px 0;}
        .inquiry-success .but a{display: inline-block;width: 200px;height: 50px;background-color: #ad0511;color: #FFFFFF;line-height: 50px;padding: 0;border: 0;font-size: 16px; font-size:1.6rem}

.inquiry-success .but a:hover{ background:#333; color:#fff}


.returntopht{width:46px; height:46px; border-radius: 50%; margin:auto; background:#ad0511; box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.39); cursor:pointer;position:fixed;right:20px;bottom:-100px; color:#fff; font-size:20px !important; text-align:center; line-height:46px;transition:0.9s;z-index:999; -webkit-animation-name:top; animation-name:top; -webkit-animation-duration:1s; animation-duration:1s; -webkit-animation-timing-function:linear; animation-timing-function:linear;    -webkit-animation-iteration-count:infinite; animation-iteration-count:infinite}
.returnbottomht{bottom:130px;}

.index-download a{ cursor: pointer; }
.downlist a{ cursor: pointer; }
.pro1-spec{
	overflow: hidden;
	margin-bottom: 30px;
}
.more-btn{
	float: left;
	text-transform: uppercase;
	margin-bottom: 30px;
	cursor: pointer;
	text-decoration: underline;
}
.slider iframe{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.slider 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: 101%;
    min-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;
}
@media screen and (max-width: 999px) {
    .slider .carousel-control { display: none; }
    .slider .slideItem {
        position: relative;
    }
    .slider video {
        object-position: inherit;
        object-fit: inherit;
        width: 100%;
        height: 100%;
        transform: translate(0, 0);
        left: 0;
        top: 0;
    }
}