.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;
}
.footer ::selection{color: #59A27B; background: #fff;}

.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; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

html { font-size: 62.5%; }

body { color: #333; font-family: "Poppins-Regular", arial; font-size: 14px; font-size: 1.4rem; max-width: 1920px; margin: 0 auto; overflow-x: hidden; }

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: "Poppins-Regular", 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: #59A27B; }
::selection { color: #fff; background: #59A27B; }

.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 .item-title-span { display: block; }

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

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

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

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

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

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

[class*="-item"] .item-desc a:hover { color: #59A27B !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; -webkit-border-radius: 2px !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; -webkit-border-radius: 2px !important; border-radius: 2px !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a.an-btn2:hover .iconfont { color: #59A27B !important; }

a.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.5; filter: alpha(opacity=50); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; background-color: #000; } }

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

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

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

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

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

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

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

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

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

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

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

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

.page a { display: inline-block; vertical-align: middle; min-width: 24px; height: 24px; line-height: 24px; -webkit-border-radius: 4px; border-radius: 4px; margin: 0 9px 10px; text-align: center; font-size: 16px; font-size: 1.6rem; color: #666; }

.page a.prev, .page a.next { min-width: 30px; border-color: transparent !important; background-color: transparent !important; color: #999; }

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

.page a.prev .iconfont, .page a.next .iconfont { font-size: 18px; font-size: 1.8; vertical-align: middle; }

.page a.prev { margin-right: 20px; }

.page a.next { margin-left: 20px; }

.page a:hover, .page a.page-active { background-color: #59A27B; color: #fff; }

@media only screen and (max-width: 1219px) { .page a { margin: 0 5px 10px; font-size: 14px; font-size: 1.4rem; }
  .page a.prev { margin-right: 5px; }
  .page a.next { margin-left: 5px; } }

@media only screen and (max-width: 767px) { .page a { margin: 0 3px 10px; font-size: 12px; font-size: 1.2rem; }
  .page a.prev { margin-right: 0; }
  .page a.next { margin-left: 0; } }

.page .add-form { display: inline-block; vertical-align: middle; margin-left: 60px; margin-bottom: 10px; }
.page .add-form2{display: inline-block; vertical-align: middle; margin-left: 20px; margin-bottom: 10px;}
.page .add-form .add-btn,.page .add-form2 button { text-align: center; min-width: 175px; cursor: pointer; border: none; padding: 0 5px; height: 34px; line-height: 34px; -webkit-border-radius: 10px; border-radius: 10px; background-color: #59A27B; color: #FFFFFF; cursor: pointer; font-size: 16px; font-size: 1.6rem; }

.page .add-form .add-btn:hover,,.page .add-form2 button:hover { background-color: #333; }

@media only screen and (max-width: 1219px) { .page .add-form .add-btn { margin-left: 10px; min-width: 140px; height: 24px; line-height: 24px; font-size: 14px; font-size: 1.4rem; } }

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

/*-------------page-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: #666; }

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

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

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

/*-------------pro-share end---------------------------------------------------------------*/
/*-------------m-oths----------------------------------------------------------------------*/
.m-oths { font-size: 16px; font-size: 1.6rem; line-height: 28px; color: #201D1D; }

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

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

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

.m-oths .iconfont { display: inline-block; font-size: 28px; font-size: 2.8rem; margin-right: 20px; float: left; color: #999; }

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

@media only screen and (max-width: 1219px) { .m-oths { font-size: 14px; font-size: 1.4rem; line-height: 26px; }
  .m-oths .oths-item-1 { margin-bottom: 10px; }
  .m-oths .iconfont { font-size: 24px; font-size: 2.4rem; margin-right: 10px; } }

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

/*-------------bread start-----------------------------------------------------------------*/
.bread { text-align: center; background-color: #F0FAF5; font-size: 16px; font-size: 1.6rem; line-height: 24px; padding: 38px 0; overflow: hidden; }

.bread, .bread a { color: #59A27B; }

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

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

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

@media screen and (max-width: 991px) { .bread { font-size: 14px; font-size: 1.4rem; padding: 20px 0; } }

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

.page_wrap { padding: 62px 0 100px; }

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

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

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

/*-------------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-top: 33px; }

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

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

.search .search-icon { cursor: pointer; display: block; }

.search .search-icon .iconfont { display: block; color: #59A27B; font-size: 26px; font-size: 2.6rem; }

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

.search .search-box .iconfont { -webkit-border-radius: 5px; border-radius: 5px; font-size: 16px; font-size: 1.6rem; color: #fff; background-color: #59A27B; 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 .h-top { background-color: #F0FAF5; padding: 15px 0; line-height: 30px; }

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

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

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

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

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

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

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

@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: #F0FAF5; 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: #59A27B; }

@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; vertical-align: middle; margin-right: 4px; }

.header .h-top .item-text { padding-right: 20px; }

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

.header .logo { float: left; display: block; /*line-height: 94px*/; text-align: center; }

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

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

@media screen and (max-width: 1219px) {
  .header .logo { float: none; margin: 0 auto;}
  .header .logo img { max-height: 100px; }
}

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

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

.header .h-select { float: right; position: relative; margin-top: 33px; margin-right: 48px; }

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

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

.header .h-select .iconfont { display: block; font-size: 24px; font-size: 2.4rem; color: #59A27B; cursor: pointer; }

.header .h-select .box-yiji { display: none; position: absolute; right: 0; top: 100%; width: 180px; background-color: #F0FAF5; z-index: 99; padding: 10px 0; }

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

.header .h-select .box-yiji li > a { line-height: 30px; display: block; padding: 0 15px; text-transform: capitalize; }

.header .h-select .box-yiji li > a:hover { color: #59A27B; }

.header .h-select .box-yiji li.active > a { color: #59A27B; }

.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-color: #F0FAF5; width: 180px; padding: 10px 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; }

.header .navlist { margin-top: 35px; float: right; width: 940px; font-size: 0; letter-spacing: 0; }

.header .navlist > li { position: relative; display: inline-block; vertical-align: top; padding: 0 0 32px; margin-right: 23px; }

.header .navlist > li > a { font-size: 16px; font-size: 1.6rem; text-transform: capitalize; display: inline-block; position: relative; line-height: 20px; padding: 3px 17px; -webkit-border-radius: 13px; border-radius: 13px; }

.header .navlist > li.nav-active > a, .header .navlist > li:hover > a { color: #FFFEFE; background-color: #59A27B; }

@media screen and (max-width: 1419px) { .header .navlist { width: 820px; }
  .header .navlist > li { margin-right: 10px; } }

@media screen and (max-width: 1219px) { .header .navlist { margin-top: 0; float: left; width: 880px; width: 880px \9; }
  .header .navlist > li { width: 14.28%; margin: 0; padding-bottom: 15px; }
  .header .navlist > li > a { font-size: 16px; font-size: 1.6rem; padding: 3px 10px; text-align: center; } }

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

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

.header .yiji { z-index: 99; position: absolute; top: 100%; width: 200px; left: 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; background-color: #F2F2F2; }

.header .yiji li { margin-top: -1px; border: solid 1px #DCDCDC; position: relative; text-align: left; }

.header .yiji li > a { display: block; line-height: 20px; padding: 12px 21px; font-size: 16px; font-size: 1.6rem; color: #333; position: relative; }

.header .yiji li > a:before { position: absolute; content: ''; width: 2px; height: 12px; background-color: #fff; left: 10px; top: 16px; display: none; }

@media screen and (max-width: 1219px) { .header .yiji li > a { font-size: 14px; font-size: 1.4rem; padding: 6px 15px; }
  .header .yiji li > a:before { left: 8px; top: 9px; } }

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

.header .yiji li:hover > a:before { display: block; }

.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: 991px) { .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: 200px; background-color: #F2F2F2; }

/*-------------header end------------------------------------------------------------------*/
/*-------------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: #59A27B url(../images/bg1.jpg) no-repeat top center; }

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

.footer a:hover,.footer a span:hover { text-decoration: underline; }

@media screen and (max-width: 767px) { .footer { background-image: none; padding-bottom: 60px; } }

.footer .f-top { position: relative; padding: 223px 0 35px; font-size: 0; letter-spacing: 0; }

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

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

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

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

.footer .f-top .flist1 .f-follow { margin-top: 34px; }

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

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

@media screen and (max-width: 1219px) { .footer .f-top .footer-title { margin-bottom: 20px; }
  .footer .f-top .flist1 { width: 180px; }
  .footer .f-top .flist2 { width: 350px; padding-right: 15px; }
  .footer .f-top .flist .box-list .list-item { margin-bottom: 8px; } }

@media screen and (max-width: 991px) { .footer .f-top { padding: 135px 0 25px; }
  .footer .f-top .flist { font-size: 14px; font-size: 1.4rem; }
  .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; }
  .footer .f-top .f-follow { display: none; } }

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

.footer .f-follow { float: right; font-size: 0; letter-spacing: 0; display: inline-block; vertical-align: top; width: 30px; }

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

.footer .f-follow a:first-child { margin-top: 0; 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 { display: block; position: relative; font-size: 30px; font-size: 3rem; color: #fff; }

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

.footer .f-bot .copyright { margin-top: 14px; }

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

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

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

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

.footer .f-bot .f-follow { display: none; width: 100%; }

.footer .f-bot .f-follow a { margin-left: 10px; margin-top: 0; width: auto; line-height: 30px; }

.footer .f-bot .f-follow a .iconfont { font-size: 26px; font-size: 2.6rem; }

@media screen and (max-width: 991px) { .footer .f-bot { font-size: 14px; font-size: 1.4rem; }
  .footer .f-bot .f-follow { display: block; }
  .footer .f-bot .f-keys { margin-top: 15px; } }

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

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

.f-form .item-input { width: 48.52547%; margin-bottom: 20px; }

.f-form .item-textarea { width: 100%; margin-bottom: 20px; }

.f-form .item-code { width: 100%; }

.f-form .star { position: relative; }

.f-form .star:before { position: absolute; content: '*'; color: #FF0000; left: 9px; top: 12px; font-size: 14px; font-size: 1.4rem; line-height: 1; }

.f-form input, .f-form textarea, .f-form select { display: block; width: 100%; padding: 0 10px 0 20px; color: #999; font-size: 14px; font-size: 1.4rem; background-color: #fff; -webkit-border-radius: 10px; border-radius: 10px; }

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

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

.f-form .code-input { width: 242px; float: left; -webkit-border-top-right-radius: 0; border-top-right-radius: 0; -webkit-border-bottom-right-radius: 0; border-bottom-right-radius: 0; }

@media screen and (max-width: 991px) { .f-form .code-input { width: 589px; } }

.f-form .item-img { float: left; cursor: pointer; line-height: 38px; }

.f-form .item-img img { vertical-align: middle; max-height: 38px; }

.f-form .item-btn {  width: 100%; clear: both; margin-top: 20px; height: 38px; line-height: 38px; font-size: 14px; font-size: 1.4rem; font-family: "Poppins-Bold", arial; color: #59A27B; text-transform: uppercase; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; }

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

@media screen and (max-width: 1219px) { .f-form .item-btn { margin-top: 18px; } }

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

.index-item .item-title { font-family: "Poppins-Bold", arial; font-size: 50px; font-size: 5rem; line-height: 1.1; margin-bottom: 15px; padding-bottom: 40px; position: relative; }

.index-item .item-title:before { position: absolute; content: ''; width: 150px; height: 6px; -webkit-border-radius: 3px; border-radius: 3px; background-color: #59A27B; left: 0; right: 0; margin: 0 auto; bottom: 5px; }

@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: 30px; margin-bottom: 20px; } }

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

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

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

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

@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-about { background-color: #F0FAF5; padding-bottom: 141px; }

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

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

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

.index-about .top-item { padding-top: 74px; }

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

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

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

.index-about .top-item .item-pic { width: 60.16667%; margin-left: 2.5%; position: relative; z-index: 2; }

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

.index-about .top-item .item-title { text-align: left; overflow: visible; margin-top: 37px; }

.index-about .top-item .item-title:before { margin: 0; }

@media screen and (min-width: 1220px) { .index-about .top-item .item-title { padding-bottom: 60px; margin-bottom: 42px; } }

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

.index-about .top-item .item-desc { text-align: left; overflow: visible; max-width: none; }

.index-about .video-item { padding-top: 223px; }

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

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

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

.index-about .video-item .item-pic { width: 48.75%; margin-right: 9.16667%; padding: 2.83333% 0 2.83333% 5.75%; position: relative; z-index: 2; }

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

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

.index-about .video-item .item-pic:before { position: absolute; content: ''; width: 100%; height: 100%; left: 0; top: 0; -webkit-border-radius: 50%; border-radius: 50%; background-color: #59A27B; opacity: 0.5; }

.index-about .video-item .item-pic:after { position: absolute; content: ''; width: 94.01709%; height: 94.01709%; right: 0; top: 2.90598%; -webkit-border-radius: 50%; border-radius: 50%; background-color: #59A27B; }

.index-about .video-item .item-pic .item-img { position: relative; }

.index-about .video-item .item-pic img { position: relative; z-index: 2;    border-radius: 50%; }

.index-about .video-item .item-pic .iconfont { font-size: 64px; font-size: 6.4rem; color: #59A27B; position: absolute; top: 50%; left: 50%; margin: -32px 0 0 -32px; z-index: 3; cursor: pointer; }

@media screen and (max-width: 1219px) { .index-about .video-item .item-pic .iconfont { font-size: 64px; font-size: 6.4rem; margin: -32px 0 0 -32px; } }

@media screen and (max-width: 991px) { .index-about .video-item .item-pic .iconfont { font-size: 44px; font-size: 4.4rem; margin: -22px 0 0 -22px; } }

@media screen and (max-width: 767px) { .index-about .video-item .item-pic .iconfont { font-size: 24px; font-size: 2.4rem; margin: -12px 0 0 -12px; } }

.index-about .video-item .index-item { text-align: left; }

.index-about .video-item .item-title { text-align: left; overflow: visible; margin-top: 37px; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; }

.index-about .video-item .item-title:before { margin: 0; }

@media screen and (min-width: 1220px) { .index-about .video-item .item-title { padding-bottom: 60px; margin-bottom: 42px; } }

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

.index-about .video-item .item-desc { text-align: left; overflow: visible; max-width: none; margin-bottom: 55px; }

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

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

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

.index-about .video-item .item-subt { font-size: 22px; font-size: 2.2rem; line-break: 1.2; text-align: left; margin-bottom: 18px; }

@media screen and (max-width: 1219px) { .index-about .video-item .item-subt { font-size: 18px; font-size: 1.8rem; } }

@media screen and (max-width: 991px) { .index-about .video-item .item-subt { font-size: 16px; font-size: 1.6rem; } }

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

.index-about .video-item .item-btn { display: inline-block; min-width: 136px; line-height: 42px; -webkit-border-radius: 21px; border-radius: 21px; background-color: #59A27B; border: solid 1px #59A27B; color: #fff; text-align: center; font-size: 16px; font-size: 1.6rem; }

@media screen and (max-width: 991px) { .index-about .video-item .item-btn { font-size: 16px; font-size: 1.6rem; line-height: 36px; min-width: 110px; } }

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

/* index-hotpro start */
.index-hotpro { text-align: center; padding-top: 122px; padding-bottom: 102px; }

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

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

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

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

@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; text-align: left; }

.index-hotpro .box-list .list-item { display: inline-block; vertical-align: top; width: 23.16667%; margin-left: 2.25%; margin-bottom: 30px; -webkit-border-radius: 30px; border-radius: 30px; background-color: #F2F2F2; overflow: hidden; text-align: center; }

@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: 100%; margin-bottom: 20px; } }

.index-hotpro .box-list .item-body { text-align: center; padding: 10px 10px 40px; }

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

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

.index-hotpro .box-list .item-title { font-size: 18px; font-size: 1.8rem; line-height: 1.2; }

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

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

.index-hotpro .box-list .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 1.2; margin-top: 15px; }

@media screen and (max-width: 1219px) { .index-hotpro .box-list .item-desc { font-size: 14px; font-size: 1.4rem; margin-top: 10px; } }

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

/* index-hotpro end */
/* index-news start */
.index-news { padding-bottom: 124px; }

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

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

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

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

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

@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 .item-pic { float: left; width: 41.66667%; margin-right: 4.16667%; -webkit-border-radius: 30px; border-radius: 30px; overflow: hidden; }

.index-news .item-pic img { display: block !important; width: 100%; }

@media screen and (max-width: 991px) { .index-news .item-pic { width: 45%; margin-right: 2.5%; } }

@media screen and (max-width: 767px) { .index-news .item-pic { width: 240px; margin-right: 15px; } }

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

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

.index-news .box-list .list-item { display: inline-block; vertical-align: top; width: 100%; padding-top: 43px; }

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

@media screen and (min-width: 992px) { .index-news .box-list .list-item:hover .item-title, .index-news .box-list .list-item:hover .item-title a { color: #333; }
  .index-news .box-list .list-item:hover .item-desc, .index-news .box-list .list-item:hover .item-desc a { color: #999; } }

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

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

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

.index-news .box-list .item-title { font-family: "Poppins-Bold", arial; font-size: 18px; font-size: 1.8rem; line-height: 22px; margin-bottom: 11px; }

@media screen and (min-width: 992px) { .index-news .box-list .item-title, .index-news .box-list .item-title a { color: #B1B1B1; } }

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

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

.index-news .box-list .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 32px; height: 64px; }

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

@media screen and (min-width: 992px) { .index-news .box-list .item-desc, .index-news .box-list .item-desc a { color: #B1B1B1; } }

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

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

.index-news .box-list .item-date { font-size: 14px; font-size: 1.4rem; line-height: 20px; color: #999; }

@media screen and (min-width: 992px) { .index-news .box-list .item-date, .index-news .box-list .item-date a { color: #B1B1B1; } }

@media screen and (max-width: 991px) { .index-news .box-list .item-date { font-size: 12px; font-size: 1.2rem; } }

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

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

@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: 55px; }

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

@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-app .box-list { font-size: 0; letter-spacing: 0; text-align: left; }

.index-app .box-list .list-item { display: inline-block; vertical-align: top; width: 23.16667%; margin-left: 2.25%; margin-bottom: 30px; overflow: hidden; text-align: center; }

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

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

.index-app .box-list .item-body { text-align: center; }

.index-app .box-list .item-title { font-size: 18px; font-size: 1.8rem; line-height: 1.2; margin-top: 20px; }

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

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

.index-app .box-list .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 24px; height: 48px; margin-top: 10px; }

@media screen and (max-width: 1219px) { .index-app .box-list .item-desc { font-size: 14px; font-size: 1.4rem; margin-top: 10px; } }

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

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

@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: 55px; }

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

@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: 49.16667%; margin-left: 1.66667%; margin-bottom: 20px; }

@media screen and (max-width: 400px) { .index-video .box-list .list-item { width: 100%; margin: 0 0 20px !important; } }

.index-video .box-list .item-pic { -webkit-border-radius: 20px; border-radius: 20px; }

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

.index-video .box-list .item-videobox img { display: block; width: 100%; }

.index-video .box-list .item-videobox .item-video { position: relative; overflow: hidden; padding-bottom: 74.95798%; 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-cer { padding-bottom: 100px; }

@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: 55px; }

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

@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: #59A27B; }

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

@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: 55px; }

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

@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-download { padding-bottom: 70px; }

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

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

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

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

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

@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 end-------------------------------------------------------------------*/
/*-------------products1 start-------------------------------------------------------------*/
.main .box-main { float: right; width: 840px; }

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

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

.main .box-slide { float: left; 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; } }

.pro1-top .item-title { font-size: 26px; font-size: 2.6rem; font-family: "Poppins-Bold", arial; line-height: 1.2; margin-bottom: 15px; }

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

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

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

.pro1-top .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 30px; color: #666; margin-bottom: 27px;}
.pro1-spec { overflow: hidden; }

.more-btn { float: left; text-transform: capitalize; margin-bottom: 25px; cursor: pointer; text-decoration: underline; font-size: 14px; font-size: 1.4rem; color: #333 }
@media screen and (max-width: 1219px) { .pro1-top .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 26px; margin-bottom: 20px; } }

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

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

.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: 100%; margin-bottom: 40px; }

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

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

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

.pro1-list .item1 .item-pic { float: left; margin-right: 4.16667%; }

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

.pro1-list .item2 .item-pic { float: right; margin-left: 4.16667%; }

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

.pro1-list .item-pic { width: 30.59524%; -webkit-border-radius: 20px; border-radius: 20px; }

@media screen and (max-width: 991px) { .pro1-list .item-pic { width: 200px; } }

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

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

.pro1-list .item-title { font-size: 18px; font-size: 1.8rem; font-family: "Poppins-Bold", arial; line-height: 24px; margin-top: 43px; margin-bottom: 16px; }

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

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

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

.pro1-list .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 30px; height: 90px; margin-bottom: 21px; }

.pro1-list .item-desc, .pro1-list .item-desc a { color: #333; }

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

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

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

@media screen and (max-width: 480px) { .pro1-list .item-desc { line-height: 18px; height: 36px; margin-bottom: 10px; } }

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

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

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

.pro1-list .item-btn { display: inline-block; vertical-align: middle; min-width: 136px; line-height: 24px; padding: 7px; -webkit-border-radius: 18px; border-radius: 18px; background-color: #F2F2F2; color: #333; text-align: center; font-size: 16px; font-size: 1.6rem; }

.pro1-list .item-btn:hover { color: #fff; border-color: #59A27B; }

@media screen and (max-width: 991px) { .pro1-list .item-btn { font-size: 14px; font-size: 1.4rem; min-width: 120px; } }

@media screen and (max-width: 767px) { .pro1-list .item-btn { font-size: 12px; font-size: 1.2rem; min-width: 100px; line-height: 20px; padding: 3px; } }

.slide-title { margin-bottom: 15px; position: relative; }

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

.slide-title a, .slide-title p { font-size: 24px; font-size: 2.4rem; text-transform: uppercase; font-family: "Poppins-Bold", arial; display: block; line-height: 26px; padding: 13px 15px; background-color: #59A27B; color: #fff; -webkit-border-radius: 8px; border-radius: 8px; }

.slide-title a:hover {color: #ffffff}

@media screen and (max-width: 1219px) { .slide-title a, .slide-title p { font-size: 20px; font-size: 2.0rem; line-height: 22px; padding: 10px; } }

@media screen and (max-width: 991px) { .slide-title a, .slide-title p { font-size: 18px; font-size: 1.8rem; padding-top: 8px; padding-bottom: 8px; }
  .slide-title.slide-title1 { display: none; }
  .slide-title.slide-title2 { display: block; }
  .slide-title.slide-title2 a, .slide-title.slide-title2 p { padding-right: 30px; } }

/* proslide start */
.proslide .yiji-list.news-yiji > li > a, .proslide .yiji-list.news-yiji > li > p { padding-right: 0; }

.proslide .yiji-list.news-yiji > li > a:before, .proslide .yiji-list.news-yiji > li > p:before { display: none; }

.proslide .yiji-list > li > a, .proslide .yiji-list > li > p { margin-bottom: 15px; display: block; font-size: 16px; font-size: 1.6rem; line-height: 20px; border-bottom: solid 1px #DCDCDC; padding: 11px 30px 11px 0; position: relative; cursor: pointer; }

.proslide .yiji-list > li > a:before, .proslide .yiji-list > li > p:before { font-size: 22px; font-size: 2.2rem; position: absolute; content: '+'; right: 0; top: 11px; color: #999; }

@media screen and (max-width: 1219px) { .proslide .yiji-list > li > a, .proslide .yiji-list > li > p { margin-bottom: 10px; font-size: 14px; font-size: 1.4rem; padding-top: 8px; padding-bottom: 8px; padding-right: 20px; }
  .proslide .yiji-list > li > a:before, .proslide .yiji-list > li > p:before { top: 8px; font-size: 16px; font-size: 1.6rem; } }

.proslide .yiji-list > li:hover > a, .proslide .yiji-list > li.active > a { color: #59A27B; border-bottom-color: #59A27B; }

.proslide .yiji-list > li:hover > a:before, .proslide .yiji-list > li.active > a:before { color: #59A27B; content: '-'; }

.proslide .yiji-list > li.active > p { color: #59A27B; border-bottom-color: #59A27B; }

.proslide .yiji-list > li.active > p:before { color: #59A27B; content: '-'; }

.proslide .erji-list > li > label { cursor: pointer; display: block; font-size: 16px; font-size: 1.6rem; line-height: 20px; padding: 5px 0; }

.proslide .erji-list > li > label input { margin-right: 10px; }

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

.proslide .erji-list > li > a { display: block; font-size: 16px; font-size: 1.6rem; line-height: 20px; padding: 5px 30px 5px 23px; position: relative; }

.proslide .erji-list > li > a:before { font-size: 22px; font-size: 2.2rem; position: absolute; content: '+'; right: 0; top: 5px; color: #999; }

.proslide .erji-list > li > a:after { position: absolute; content: ''; width: 2px; height: 12px; top: 9px; left: 0; background-color: #59A27B; display: none; }

@media screen and (max-width: 1219px) { .proslide .erji-list > li > a { font-size: 14px; font-size: 1.4rem; padding-right: 20px; }
  .proslide .erji-list > li > a:before { font-size: 16px; font-size: 1.6rem; } }

.proslide .erji-list > li:hover > a, .proslide .erji-list > li.active > a { color: #59A27B; }

.proslide .erji-list > li:hover > a:before, .proslide .erji-list > li.active > a:before { color: #59A27B; content: '-'; }

.proslide .erji-list > li:hover > a:after, .proslide .erji-list > li.active > a:after { display: block; }

.proslide .sanji-list { padding: 2px 0; }

.proslide .sanji-list > li > a { display: block; font-size: 16px; font-size: 1.6rem; line-height: 20px; padding: 5px 0 5px 43px; color: #666; }

@media screen and (max-width: 1219px) { .proslide .sanji-list > li > a { font-size: 12px; font-size: 1.2rem; padding-left: 30px; } }

.proslide .sanji-list > li:hover > a, .proslide .sanji-list > li.active > a { color: #59A27B; }

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

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

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

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

.tags-slide .item-desc { font-size: 0; letter-spacing: 0; padding-top: 10px; }

@media screen and (max-width: 1219px) { .tags-slide .item-desc { padding-top: 0; } }

.tags-slide .item-desc > a { display: inline-block; vertical-align: top; font-size: 16px; font-size: 1.6rem; line-height: 22px; margin-right: 20px; margin-bottom: 8px; }

@media screen and (max-width: 1219px) { .tags-slide .item-desc > a { font-size: 14x; font-size: 1.4rem; line-height: 20px; margin-right: 10px; margin-bottom: 5px; } }

@media screen and (max-width: 767px) { .tags-slide .item-desc > a { font-size: 12px; font-size: 1.2rem; line-height: 20px; margin-right: 10px; margin-bottom: 5px; } }

/* tags-slide end*/
/*-------------products1 end---------------------------------------------------------------*/
/*-------------products2 start-------------------------------------------------------------*/
.pro2-box { margin-bottom: 53px; }

@media screen and (max-width: 991px) { .pro2-box { margin-bottom: 40px; } }

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

.pro2-box .m-propic { margin: 0 auto; width: 550px; float: left; margin-right: 69px; }

.pro2-box .m-propic .provideo-box { border: 0 solid #ECECEC; -webkit-border-radius: 20px; border-radius: 20px; width: 100%; overflow: hidden; position: absolute; top: 0; left: 0; z-index: 9; }

.pro2-box .m-propic .provideo-box .provideo { position: relative; overflow: hidden; padding-bottom: 100%; height: 0; }

.pro2-box .m-propic .provideo-box .provideo iframe, .pro2-box .m-propic .provideo-box .provideo video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; }

.pro2-box .m-propic .provideo-box .provideo iframe body { margin: 0px !important; }

.pro2-box .m-propic .pic-big { position: relative; float: left; width: 420px; -webkit-border-radius: 20px; border-radius: 20px; }

.pro2-box .m-propic .big-img { display: block; line-height: 0; font-size: 0; -webkit-border-radius: 20px; border-radius: 20px; border: 0 solid #ECECEC; }

.pro2-box .m-propic .big-img .zoomPad { float: none; z-index: 8; }

.pro2-box .m-propic .big-img .zoomPad img { -webkit-border-radius: 20px; border-radius: 20px; }

.pro2-box .m-propic .zoomWrapperImage img { max-width: 1200px; }

.pro2-box .m-propic .pic-small { position: relative; float: right; width: 100px; padding: 37px 0; }

.pro2-box .m-propic .pic-btn { position: absolute; left: 0; width: 100%; text-align: center; height: 32px; line-height: 32px; }

.pro2-box .m-propic .pic-btn .iconfont { font-size: 32x; font-size: 3.2rem; color: #999; }

.pro2-box .m-propic .pic-btn .iconfont:hover { color: #59A27B; }

.pro2-box .m-propic .pic-btn.prev { top: -5px; }

.pro2-box .m-propic .pic-btn.next { bottom: -5px; }

.pro2-box .m-propic .pic-list { height: 346px; overflow: hidden; }

.pro2-box .m-propic .pic-list ul { height: 2000px; }

.pro2-box .m-propic .pic-list .list-item { margin-bottom: 23px; overflow: visible; padding-left: 0; }

.pro2-box .m-propic .pic-list .item-pics, .pro2-box .m-propic .pic-list .item-video { display: block; -webkit-border-radius: 20px; border-radius: 20px; border: 1px solid transparent; position: relative; overflow: hidden; }

.pro2-box .m-propic .pic-list .item-pics img, .pro2-box .m-propic .pic-list .item-video img { width: 100%; display: block; }

.pro2-box .m-propic .pic-list .item-pics:hover, .pro2-box .m-propic .pic-list .item-pics.active, .pro2-box .m-propic .pic-list .item-video:hover, .pro2-box .m-propic .pic-list .item-video.active { border-color: #59A27B; }

.pro2-box .m-propic2 { display: none; }

@media screen and (max-width: 1219px) { .pro2-box { /*.m-propic .pic-small { width: 110px; } .m-propic .pic-list { height: 444px; } .m-propic .list-item { margin-bottom: 40px; } */ }
  .pro2-box .zoomPad { cursor: default !important; }
  .pro2-box .zoomPup { display: none !important; }
  .pro2-box .zoomWindow { display: none !important; }
  .pro2-box .zoomPreload { display: none !important; }
  .pro2-box .m-propic { max-width: 100%; float: none; margin: 0 auto 30px; }
  .pro2-box .m-propic .pic-big { height: auto; } }

@media screen and (max-width: 767px) { .pro2-box .m-propic1 { display: none; }
  .pro2-box .m-propic2 { position: relative; display: block; overflow: hidden; width: 100%; padding-left: 30px; padding-right: 30px; }
  .pro2-box .m-propic2 .box-btn { position: absolute; top: 50%; margin-top: -12px; display: block; width: 24px; height: 24px; }
  .pro2-box .m-propic2 .box-btn .iconfont { font-size: 24px; font-size: 2.4rem; color: #999; }
  .pro2-box .m-propic2 .box-btn .iconfont:hover { color: #59A27B; }
  .pro2-box .m-propic2 .box-btn.prev { left: 0; }
  .pro2-box .m-propic2 .box-btn.next { right: 0; }
  .pro2-box .m-propic2 .box-list { overflow: hidden; }
  .pro2-box .m-propic2 .box-list ul { width: 1000%; }
  .pro2-box .m-propic2 .list-item { float: left; margin-left: .1%; margin-right: .1%; margin-bottom: 0; width: 3.13%; -webkit-border-radius: 0; border-radius: 0; border: 0 solid #ececec; overflow: hidden; }
  .pro2-box .m-propic2 .list-item img { display: block; } }

@media only screen and (max-width: 767px) and (max-width: 640px) { .pro2-box .m-propic2 .list-item { width: 4.8%; } }

@media only screen and (max-width: 767px) and (max-width: 480px) { .pro2-box .m-propic2 .list-item { width: 9.8%; } }

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

.pro2-info .item-title { color: #59A27B; font-size: 30px; font-size: 3rem; line-height: 1.2; margin-bottom: 18px; }

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

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

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

.pro2-info .item-desc { padding-bottom: 20px; min-height: 196px; font-size: 16px; font-size: 1.6rem; line-height: 30px; }

.pro2-info .item-desc p { min-height: 30px; }

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

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

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

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

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

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

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

.pro2-info .down-btn { display: inline-block; border-bottom: solid 1px #59A27B; color: #59A27B; font-size: 18px; font-size: 1.8rem; line-height: 1.2; padding-bottom: 9px; margin-bottom: 39px; }

.pro2-info .down-btn .iconfont { font-size: 20px; font-size: 2rem; margin-right: 12px; vertical-align: middle; }

.pro2-info .down-btn:hover { color: #000; border-bottom-color: #000; }

@media screen and (max-width: 1219px) { .pro2-info .down-btn { font-size: 14px; font-size: 1.4rem; margin-bottom: 20px; padding-bottom: 5px; }
  .pro2-info .down-btn .iconfont { font-size: 16px; font-size: 1.6rem; margin-right: 5px; } }

.pro2-info .item-btns { font-size: 0; letter-spacing: 0; }

.pro2-info .item-btn { display: inline-block; vertical-align: middle; -webkit-border-radius: 23px; margin-bottom: 10px; border-radius: 23px; min-width: 260px; line-height: 46px; background-color: #F2F2F2; color: #333; text-align: center; font-size: 18px; font-size: 1.8rem; }

.pro2-info .item-btn:first-child { margin-right: 40px; }

@media screen and (max-width: 1219px) { .pro2-info .item-btn { font-size: 14px; font-size: 1.4rem; line-height: 40px; min-width: 150px; }
  .pro2-info .item-btn:first-child { margin-right: 20px; } }

@media screen and (max-width: 767px) { .pro2-info .item-btn { line-height: 34px; min-width: 120px; font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 480px) { .pro2-info .item-btn { line-height: 34px; width: 100%; font-size: 14px; font-size: 1.4rem; }
  .pro2-info .item-btn:first-child { margin-right: 0; margin-bottom: 15px; } }

.pro2-spec { padding: 50px 0 50px; }

@media screen and (max-width: 1219px) { .pro2-spec { padding: 30px 0; } }

@media screen and (max-width: 767px) { .pro2-spec { padding: 20px 30px; } }

.pro2-spec .box-body { padding-top: 30px; font-size: 16px; font-size: 1.6rem; line-height: 30px; }

.pro2-spec .box-body p { min-height: 20px; }

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

.pro2-spec .box-body, .pro2-spec .box-body a { color: #666; }

.pro2-spec .box-body .item-title { font-size: 24px; font-size: 2.4rem; line-height: 1.2; color: #333; font-weight: bold; }

.pro2-spec .box-body em { display: inline-block; color: #333; border: solid 1px #DCDCDC; -webkit-border-radius: 15px; border-radius: 15px; padding: 0 20px; font-style: normal; margin-right: 10px; margin-bottom: 10px; }

@media screen and (max-width: 1219px) { .pro2-spec .box-body { font-size: 16px; font-size: 1.6rem; line-height: 26px; }
  .pro2-spec .box-body p { min-height: 20px; }
  .pro2-spec .box-body .item-title { font-size: 22px; font-size: 2.2rem; } }

@media screen and (max-width: 991px) { .pro2-spec .box-body { font-size: 14px; font-size: 1.4rem; line-height: 24px; }
  .pro2-spec .box-body p { min-height: 20px; }
  .pro2-spec .box-body .item-title { font-size: 18px; font-size: 1.8rem; } }

@media screen and (max-width: 767px) { .pro2-spec .box-body { font-size: 12px; font-size: 1.2rem; line-height: 20px; }
  .pro2-spec .box-body p { min-height: 20px; }
  .pro2-spec .box-body em { padding: 0 10px; margin: 0 5px 5px 0; }
  .pro2-spec .box-body .item-title { font-size: 14px; font-size: 1.4rem; } }

.pro2-tags { margin-bottom: 50px; }

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

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

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

.pro2-tags .box-title { font-size: 24px; font-size: 2.4rem; line-height: 1.2; color: #333; text-transform: uppercase; font-weight: bold; margin-bottom: 23px; }

@media screen and (max-width: 1219px) { .pro2-tags .box-title { font-size: 22px; font-size: 2.2rem; margin-bottom: 20px; } }

@media screen and (max-width: 991px) { .pro2-tags .box-title { font-size: 18px; font-size: 1.8rem; margin-bottom: 15px; } }

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

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

.pro2-tags .item-desc a { display: inline-block; vertical-align: top; background-color: #F2F2F2; font-size: 16px; font-size: 1.6rem; line-height: 20px; padding: 8px 20px; -webkit-border-radius: 18px; border-radius: 18px; margin: 0 10px 10px 0; }

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

@media screen and (max-width: 1219px) { .pro2-tags .item-desc a { padding: 5px 15px; } }

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

@media screen and (max-width: 767px) { .pro2-tags .item-desc a { font-size: 12px; font-size: 1.2rem; padding: 3px 10px; margin: 0 5px 5px 0; } }

.pro2-title { font-size: 30px; font-size: 3rem; font-family: "Poppins-Bold", arial; line-height: 1.2; text-transform: uppercase; position: relative; padding-bottom: 28px; }

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

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

.pro2-title:before { width: 12.5%; height: 6px; background-color: #59A27B; left: 0; bottom: 0; position: absolute; content: ''; -webkit-border-radius: 3px; border-radius: 3px; }

@media screen and (max-width: 1219px) { .pro2-title { font-size: 26px; font-size: 2.6rem; padding-bottom: 20px; } }

@media screen and (max-width: 991px) { .pro2-title { font-size: 22px; font-size: 2.2rem; padding-bottom: 15px; } }

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

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

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

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

.related-box .related-scroll { position: relative; }

.related-box .related-scroll .scroll-btns { display: none; }

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

.related-box .related-scroll .scroll-list { width: 10000%; padding-top: 41px; }

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

.related-box .related-scroll .scroll-list .list-item { float: left; width: 0.23167%; margin-right: 0.02444%; -webkit-border-radius: 30px; border-radius: 30px; background-color: #F2F2F2; overflow: hidden; text-align: center; position: relative; /* &:hover{ background-color: $color; .item-title,.item-title a,.item-title a:hover, .item-desc,.item-desc a,.item-desc a:hover{ color: #fff!important; } } */ }

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

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

@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-body { text-align: center; padding: 10px 10px 40px; }

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

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

.related-box .related-scroll .scroll-list .item-title { font-size: 18px; font-size: 1.8rem; line-height: 1.2; }

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

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

.related-box .related-scroll .scroll-list .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 1.2; margin-top: 15px; }

@media screen and (max-width: 1219px) { .related-box .related-scroll .scroll-list .item-desc { font-size: 14px; font-size: 1.4rem; margin-top: 10px; } }

@media screen and (max-width: 767px) { .related-box .related-scroll .scroll-list .item-desc { font-size: 12px; font-size: 1.2rem; margin-top: 5px; } }

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

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

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

.app1-list .list-item { display: inline-block; vertical-align: top; width: 100%; padding: 82px 0 78px; }

.app1-list .list-item:first-child { padding-top: 0; }

@media screen and (max-width: 1219px) { .app1-list .list-item { padding: 50px 0; } }

@media screen and (max-width: 991px) { .app1-list .list-item { padding: 30px 0; } }

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

.app1-list .item1 .item-pic { float: left; margin-right: 4.16667%; }

@media screen and (max-width: 1219px) { .app1-list .item1 .item-pic { margin-right: 2.5%; } }

.app1-list .item2 { background-color: #F2F2F2; }

@media screen and (max-width: 480px) { .app1-list .item2 { background-color: transparent; } }

.app1-list .item2 .item-pic { float: right; margin-left: 4.16667%; }

@media screen and (max-width: 1219px) { .app1-list .item2 .item-pic { margin-left: 2.5%; } }

.app1-list .item-pic { width: 50%; }

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

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

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

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

.app1-list .item-title { margin-top: 65px; margin-bottom: 44px; font-size: 18px; font-size: 1.8rem; font-family: "Poppins-Bold", arial; line-height: 1.2; }

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

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

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

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

.app1-list .item-desc { margin-bottom: 50px; font-size: 16px; font-size: 1.6rem; line-height: 32px; height: 160px; }

@media screen and (max-width: 1219px) { .app1-list .item-desc { margin-bottom: 40px; line-height: 26px; height: 130px; } }

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

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

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

.app1-list .item-btn { display: inline-block; min-width: 136px; line-height: 20px; padding: 10px 5px; border: solid 1px #59A27B; background-color: #59A27B; -webkit-border-radius: 21px; border-radius: 21px; color: #fff; font-size: 16px; font-size: 1.6rem; text-align: center; }

.app1-list .item-btn:hover { background-color: #59A27B; border-color: #59A27B; color: #fff; }

@media screen and (max-width: 991px) { .app1-list .item-btn { padding: 5px; font-size: 14px; font-size: 1.4rem; min-width: 120px; } }

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

@media screen and (max-width: 480px) { .app1-list .item-btn { padding: 2px; min-width: 90px; } }

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

.news1-list .list-item { display: inline-block; vertical-align: top; width: 47.61905%; margin-left: 4.7619%; margin-bottom: 43px; background-color: #F2F2F2; -webkit-border-radius: 20px; border-radius: 20px; overflow: hidden; }

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

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

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

.news1-list .item-body { padding: 21px 28px 26px; }

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

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

@media screen and (max-width: 480px) { .news1-list .item-body { padding: 10px 8px; } }

.news1-list .item-title { font-size: 18px; font-size: 1.8rem; line-height: 38px; height: 76px; margin-bottom: 7px; }

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

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

.news1-list .item-date { font-size: 12px; font-size: 1.2rem; line-height: 20px; color: #666; }

.news1-list .item-date .iconfont { color: #59A27B; font-size: 18px; font-size: 1.8rem; margin-right: 10px; }

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

/*-------------news1 end-------------------------------------------------------------------*/
/*-------------news2 start-----------------------------------------------------------------*/
.news2-main { padding-bottom: 40px; }

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

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

.news2-main .pro-share { margin-bottom: 32px; }

.news2-main .pro-share .share-title { color: #666; }

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

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

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

.news2-main > .item-title { font-family: "Poppins-Bold", arial; font-size: 22px; font-size: 2.2rem; line-height: 1.3; margin-bottom: 22px; text-align: center; }

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

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

.news2-main .item-date { text-align: center; margin-bottom: 17px; font-size: 14px; font-size: 1.4rem; line-height: 1.2; color: #59A27B; }

.news2-main .item-date .iconfont { font-size: 18px; font-size: 1.8rem; margin-right: 5px; vertical-align: middle; }

@media screen and (max-width: 991px) { .news2-main .item-date { font-size: 14px; font-size: 1.4rem; margin-bottom: 15px; } }

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

.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: #999; margin: 0 15px; }

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

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

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

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

.news2-main .item-desc strong { font-family: "Poppins-Bold", arial; font-weight: normal; }

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

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

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

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

.bg-hr { width: 100%; height: 2px; border-top: dashed 2px #59A27B; }

.latest-news { margin-top: 55px; }

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

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

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

.latest-news .box-list .list-item { display: inline-block; vertical-align: top; width: 48.33333%; margin-left: 3.33333%; margin-top: 40px; -webkit-border-radius: 10px; border-radius: 10px; overflow: hidden; }

.latest-news .box-list .list-item > a { display: block; background-color: #F2F2F2; font-size: 16px; font-size: 1.6rem; line-height: 22px; padding: 15px 20px; }

.latest-news .box-list .list-item > a:hover { background-color: #59A27B; color: #fff; }

@media screen and (max-width: 1219px) { .latest-news .box-list .list-item { margin-top: 20px; }
  .latest-news .box-list .list-item > a { font-size: 14px; font-size: 1.4rem; padding: 10px 15px; } }

@media screen and (max-width: 767px) { .latest-news .box-list .list-item { width: 100%; margin: 15px 0 0; }
  .latest-news .box-list .list-item > a { font-size: 12px; font-size: 1.2rem; line-height: 18px; } }

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

.contact-box .item-info p { line-height: 30px }

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

.contact-box .item-info, .contact-box .item-info a { color: #666; }

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

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

.contact-box .item-info .item-title { font-family: "Poppins-Bold", arial; font-size: 22px; font-size: 2.2rem; line-height: 1.2; margin-bottom: 25px; color: #333; }

@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: 1219px) { .contact-box .item-info { margin-bottom: 50px; font-size: 16px; font-size: 1.6rem; line-height: 26px; } }

@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 { padding-bottom: 47px; }

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

.contact-box .item-form .box-title { text-align: center; text-transform: uppercase; font-family: "Poppins-Bold", arial; font-size: 22px; font-size: 2.2rem; line-height: 1.2; margin-bottom: 35px; color: #333; }

@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 { width: 100%; position: relative; padding-left: 155px; padding-right: 78px; margin-bottom: 20px; }

@media screen and (max-width: 1219px) { .contact-box .item-form .attachment { padding-right: 0; } }

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

.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: 205px; height: 40px; line-height: 40px; background-color: #59A27B; -webkit-border-radius: 20px; border-radius: 20px; position: relative; overflow: hidden; }

@media screen and (max-width: 767px) { .contact-box .item-form .attachment .file-group { height: 36px; line-height: 36px; } }

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

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

@media screen and (max-width: 767px) { .contact-box .item-form .attachment .file-group .file-btn { height: 36px; line-height: 36px; } }

.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: 40px; line-height: 40px; 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; }

@media screen and (max-width: 767px) { .contact-box .item-form .attachment .file-group .file-name-p { height: 36px; line-height: 36px; } }

.contact-box .item-form .item-row { margin-bottom: 18px; padding-right: 78px; }

.contact-box .item-form .item-txt { float: left; width: 155px; text-align: right; padding-right: 18px; font-size: 16px; font-size: 1.6rem; line-height: 50px; }

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

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

.contact-box .item-form input, .contact-box .item-form textarea { display: block; background-color: #fff; width: 100%; display: block; color: #999; border: solid 1px #DCDCDC; font-size: 16px; font-size: 1.6rem; }

.contact-box .item-form input { height: 50px; line-height: 48px; padding: 0 12px; }

.contact-box .item-form textarea { height: 146px; padding: 4px 12px; line-height: 24px; }

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

.contact-box .item-form .item-img { float: left; cursor: pointer; line-height: 50px; }

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

.contact-box .item-form .item-btn { float: right; width: 471px; }

.contact-box .item-form .item-btn input { -webkit-border-radius: 25px; border-radius: 25px; border-color: #59A27B; background-color: #59A27B; color: #fff; text-transform: uppercase; }

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

@media screen and (max-width: 1219px) { .contact-box .item-form .item-row { padding-right: 0; }
  .contact-box .item-form .item-code { width: 300px; }
  .contact-box .item-form .item-btn { width: 300px; } }

@media screen and (max-width: 991px) { .contact-box .item-form .item-txt { font-size: 14px; font-size: 1.4rem; padding-right: 10px; }
  .contact-box .item-form .item-btn { width: 220px; }
  .contact-box .item-form .item-code { width: 210px; } }

@media screen and (max-width: 767px) { .contact-box .item-form .item-txt { width: 100%; text-align: left; padding: 0; height: auto; line-height: 24px; float: none; font-size: 12px; font-size: 1.2rem; }
  .contact-box .item-form input { height: 36px; line-height: 34px; }
  .contact-box .item-form input, .contact-box .item-form textarea { font-size: 12px; font-size: 1.2rem; }
  .contact-box .item-form .item-code { width: 100% !important; margin-left: 0; }
  .contact-box .item-form .item-img { float: left; margin-left: 0; margin-top: 10px; margin-bottom: 15px; line-height: 36px; }
  .contact-box .item-form .item-img img { max-height: 36px; }
  .contact-box .item-form .item-btn { width: 100%; } }

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

/*-------------contact end-----------------------------------------------------------------*/
/*-------------download start--------------------------------------------------------------*/
.downlist { padding-bottom: 3px; }

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

.downlist .list-item { border-bottom: solid 1px #DCDCDC; position: relative; padding-bottom: 37px; margin-bottom: 37px; }

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

.downlist .item-title { margin-bottom: 15px; font-size: 22px; font-size: 2.2rem; font-family: "Poppins-Bold", arial; line-height: 34px; min-height: 34px; text-align: left; }

.downlist .item-title .iconfont { font-size: 34px; font-size: 3.4rem; margin-right: 29px; vertical-align: middle; }

@media screen and (max-width: 1219px) { .downlist .item-title .iconfont { font-size: 26px; font-size: 2.6rem; margin-right: 15px; } }

@media screen and (max-width: 991px) { .downlist .item-title .iconfont { font-size: 22px; font-size: 2.2rem; margin-right: 10px; } }

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

@media screen and (max-width: 1219px) { .downlist .item-title { font-size: 18px; font-size: 1.8rem; line-height: 30px; min-height: 30px; } }

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

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

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

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

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

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

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

.downlist .item-btn { display: inline-block; vertical-align: middle; min-width: 136px; font-size: 16px; font-size: 1.6rem; border: solid 1px #59A27B; -webkit-border-radius: 17px; border-radius: 17px; line-height: 32px; text-align: center; color: #59A27B; text-transform: uppercase; }

@media screen and (max-width: 991px) { .downlist .item-btn { width: auto; min-width: 110px; line-height: 28px; } }

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

/*-------------download end----------------------------------------------------------------*/
/*-------------faq start-------------------------------------------------------------------*/
@media screen and (max-width: 767px) { .faq-list { padding-bottom: 10px; } }

.faq-list .list-item { border: solid 1px #DCDCDC; padding: 39px 40px 34px; margin-bottom: 40px; -webkit-border-radius: 20px; border-radius: 20px; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; }

.faq-list .list-item:hover { -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15); box-shadow: 0 0 15px rgba(0, 0, 0, 0.15); border-color: transparent; }

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

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

@media screen and (max-width: 767px) { .faq-list .list-item { padding: 15px; margin-bottom: 20px; -webkit-border-radius: 10px; border-radius: 10px; } }

.faq-list .item-title { font-size: 16px; font-size: 1.6rem; line-height: 1.2; position: relative; margin-bottom: 22px; color: #59A27B; }

.faq-list .item-title span { font-family: "Poppins-Bold", arial; font-weight: normal; }

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

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

.faq-list .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 32px; }

.faq-list .item-desc span { font-family: "Poppins-Bold", arial; font-weight: normal; }

@media screen and (max-width: 1219px) { .faq-list .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 26px; } }

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

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

/*-------------faq end---------------------------------------------------------------------*/
/*-------------video start-----------------------------------------------------------------*/
.video-top { margin-bottom: 55px; /* .item-videobox start */ /* .item-videobox end */ }

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

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

.video-top .item-videobox { width: 100%; overflow: hidden; margin: 0 auto; -webkit-border-radius: 20px; border-radius: 20px; max-width: 595px; }

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

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

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

.video-top .item-body { text-align: center; }

.video-top .item-title { text-align: center; font-size: 20px; font-size: 2rem; line-height: 1.2; margin-top: 37px; }

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

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

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

.video-top .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 1.3; margin-top: 17px; color: #666; }

@media screen and (max-width: 991px) { .video-top .item-desc { font-size: 14px; font-size: 1.4rem; margin-top: 12px; } }

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

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

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

.video-list .list-item { display: inline-block; vertical-align: top; width: 31.08333%; margin-left: 3.375%; margin-bottom: 34px; /* @media screen and (max-width:400px) { width: 98%; } */ }

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

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

.video-list .item-videobox { width: 100%; overflow: hidden; margin: 0 auto; -webkit-border-radius: 20px; border-radius: 20px; }

.video-list .item-videobox .item-video { position: relative; overflow: hidden; padding-bottom: 75.06702%; 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 { -webkit-border-radius: 20px; border-radius: 20px; }

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

.video-list .item-title { text-align: center; font-size: 20px; font-size: 2rem; line-height: 1.2; margin-top: 28px; }

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

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

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

/* video-list end */
.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: 595px; -webkit-border-radius: 20px; border-radius: 20px; 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: 74.95798%; 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: 31.08333%; margin-left: 3.375%; margin-bottom: 33px; }

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

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

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

.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 { display: inline-block; width: 50px; height: 50px; -webkit-border-radius: 50%; border-radius: 50%; background-color: #fff; line-height: 50px; font-size: 24px; font-size: 2.4rem; color: #59A27B; position: relative; }

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

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

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

@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---------------------------------------------------------------------*/
.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; }

.la { 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; }

.he { 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 { display: none; } }

@-webkit-keyframes resize { from, 60%, 75%, 90%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% { opacity: 0;
    -webkit-transform: scale(5, 5);
    transform: scale(5, 5); }
  100% { opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }

@-moz-keyframes resize { from, 60%, 75%, 90%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% { opacity: 0;
    -webkit-transform: scale(5, 5);
    -moz-transform: scale(5, 5);
         transform: scale(5, 5); }
  100% { opacity: 1;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
         transform: scale(1, 1); } }

@keyframes resize { from, 60%, 75%, 90%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% { opacity: 0;
    -webkit-transform: scale(5, 5);
    -moz-transform: scale(5, 5);
      -o-transform: scale(5, 5);
         transform: scale(5, 5); }
  100% { opacity: 1;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
      -o-transform: scale(1, 1);
         transform: scale(1, 1); } }

.n-nav .n-nav-icon { position: fixed; right: 5px; top: 7px; 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: #59A27B; }

.n-nav .n-nav-icon span { display: none; width: 100%; height: 2px; margin-bottom: 4px; background-color: #59A27B; }

.n-nav .n-nav-icon.active { top: 5px; background: #666 url(../fonts/nav-close.png) no-repeat center; background-size: 30px; }

.n-nav .n-nav-icon.active span, .n-nav .n-nav-icon.active .iconfont { display: none; }

.n-nav .n-nav-body { display: none; position: fixed; z-index: 99999; top: 0; bottom: 0; width: 100%; left: 0; overflow-y: scroll; background-color: #666; padding-top: 40px; }

.n-nav .box-search { background-color: #fff; padding: 5px 10px; position: relative; border: solid 1px #59A27B; margin: 5px 10px; }

.n-nav .box-search .item-input { width: 100%; line-height: 32px; height: 32px; padding: 0 60px 0 0; }

.n-nav .box-search .iconfont { font-weight: bold; background-color: #59A27B; width: 44px; height: 32px; line-height: 32px; -webkit-border-radius: 5px; border-radius: 5px; color: #fff; text-align: center; position: absolute; right: 10px; top: 5px; z-index: 0; }

.n-nav .box-search .iconfont:hover { background-color: #666; }

.n-nav .box-search .item-submit { position: absolute; width: 44px; height: 32px; right: 10px; top: 5px; z-index: 1; }

.n-nav .box-list { margin-top: 30px; }

.n-nav .box-list > li { position: relative; -webkit-animation-duration: 0.5s; -moz-animation-duration: 0.5s; animation-duration: 0.5s; -webkit-animation-fill-mode: both; -moz-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-name: resize; -moz-animation-name: resize; animation-name: resize; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; padding: 0 10px; }

.n-nav .box-list > li a { display: block; font-size: 14px; font-size: 1.4rem; line-height: 26px; padding: 10px 25px 10px 10px; color: #fff; text-transform: uppercase; border-bottom: 1px solid rgba(255, 255, 255, 0.3); }

.n-nav .box-list li { position: relative; }

.n-nav .box-list li .has-next { position: absolute; top: 10px; right: 10px; width: 20px; height: 20px; background: url(../fonts/n1.png) no-repeat center; background-size: contain; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; cursor: pointer; }

.n-nav .box-list li.active > .has-next { background: url(../fonts/n2.png) no-repeat center; background-size: contain; }

.n-nav .box-list .yiji-list { display: none; }

.n-nav .box-list .yiji-list li { padding-left: 12px; }

.n-nav .box-list .yiji-list li .has-next { right: 0; }

.n-nav .box-list .yiji-list li > a { padding: 10px 25px 10px 20px; line-height: 22px; position: relative; }

.n-nav .box-list .yiji-list li > a:before { position: absolute; content: ''; width: 5px; height: 5px; background-color: #fff; top: 19px; left: 10px; }

.n-nav .box-list .erji-list { display: none; }

.n-nav .box-list .sanji-list { display: none; }

@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: 'Poppins-Bold';
	src: url('../fonts/Poppins-Bold.eot');
	src: url('../fonts/Poppins-Bold.eot') format('embedded-opentype'),
		url('../fonts/Poppins-Bold.woff2') format('woff2'),
		url('../fonts/Poppins-Bold.woff') format('woff'),
		url('../fonts/Poppins-Bold.ttf') format('truetype'),
		url('../fonts/Poppins-Bold.svg#Poppins-Bold') format('svg');
	font-display: swap;
}

@font-face {
	font-family: 'Poppins-Regular';
	src: url('../fonts/Poppins-Regular.eot');
	src: url('../fonts/Poppins-Regular.eot') format('embedded-opentype'),
		url('../fonts/Poppins-Regular.woff2') format('woff2'),
		url('../fonts/Poppins-Regular.woff') format('woff'),
		url('../fonts/Poppins-Regular.ttf') format('truetype'),
		url('../fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
	font-display: swap;
}
@font-face {font-family: "iconfont";
  src: url('../fonts/iconfont.eot?t=1609329219593'); /* IE9 */
  src: url('../fonts/iconfont.eot?t=1609329219593#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAADKAAAsAAAAAXqAAADItAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCQdgqBlHj2GgE2AiQDgywLgVgABCAFhG0HiWcboU1lBGwcICBs37gRlaNSFHVycOKy//+a3BhTKlDr7Y2ycCkxVC7Sy6liWzoVnYxCBwZ+LHfCs+4z/nK48fV3zoXB6c1ZYteHZBSQCbG1HP9CveKFhQtymUOS0IQPXra9D2aijRUYEWBkotvgvjmMd8ZgTivJkDSSndgp0CKAYQgCu3vHXc5H+lpfWQq0nLQ8wGj4HhAgY+1ePD3ic9VEYiRKpCZK8uH5ufV+bIyNreklLaAwRsWABZIjNkCQqI0QRqTBiBQ9sA5UFPMkPNEmBSMxGj0840IbrGIBQDE5YA2M7mv9vc4lx5ZfVcz1CSa6tkwTI0yiYqbOe4ldhGWy6yTrXiCUwcEOqjkUSxEwb0596WpdybBxwmM4feLAB2o/AORiX+0rBDdO69hJ2nGaEo1Ast6bT7/Wdutevsp0slvzL0hjKE00LhcyVjqhM/NkJeGbqvalFg2LC5RPvf3rVtccREEUbBKgSajYg/NCHnWIPHx/b/LOB9oC9vUIbBde0d2kv5veqReQTNRCHRONeDgsIfdcqaYtSD4VIt8pczyKlVPRuEu9a/cumtsD8cQB5DPgE4hPpCJJBYCvQFAp4ZWiYyo9quQOAKUfQpF4KvHlwJcTX06xDLkLsahsFbWrSl2p0u7sx36q75COyTGDYBKqJLt7fBVyNnMgTNsH1PSGselAl+nW2oSYhPYjP0cAyHOXRoHJVDVIcRo1GnDlMT3UI8V7M7SBYtA1nil8GCZA7QCjK9gCTwHAV/j98A+cAnEAIvQQUF/avy7pl0a/4H+CjHYSQxKsW98ScPARIAqQgAwg+lzcidwSiiOJkFDpJ4WD3jg1KqLvC4FDRMHAxGVBwIdQkEjRFHIsU2idu/9P/z+fZNnC/PIvsMW11d2uTnbv2cyzJ8/e7bD9F3Cqf6J9wbAI6yzQ6nM6s+UpyM2yzbcoqSHf2WiT2duK32X+NXU78Ow6dMqFy/rXnbfuPecvXr0V39vzdZ1nsktPXwd3ASBpxqUC+mfwrhW70S1LibBe53JMOxNypzy37tyLyMjqkoM85EK+gLKgLyxZtmLVmnUbNm3ZdmLHrj37UgymvAJLWoZCmYrUqFWnXoNGTZr1atGqT5t2HTr1GzBoyLARo8aMmzCpS6UDh44cq5KrVLkKZWbNmbeghxAFdLkAgMw4Dj4QbCCJEFhDWHhGOlCLcHCPCPCK9KAREeENUWAc0aAC0SGOGJABiAmViAOPiAsxZAEpJIAH5ANRQEJoQEFQjSLhHUVDGin67o7IBmQCyoEsQHmQDWgZ5AAqgFxAasgDVAgdaB08obtQg6YhAJqHF4xCBLAZbGNz2MEWsIstYQ/bwj62gwNsD4d4IRxhXzjGfnCC/eEUB8IdlsAZlsI5DoILvBgucQPkA26EAsBNUAi4GYoAt0Ax4FYowauhFLdBGe6GOrwTyvEuqMej0InHoAuPQzc+CT14EnrxKUjg09CHz0A/PguT+BwM4PMwiC/AFL4IQ/gSDOPLMIKnYBRfgWl8FWbwNZjF12EO34B5fBMW8C1YxLdhCd+BZXwXVvA9WMUzMIafQBt+C1d4Fq7xHNzgd3DLj/MU7SH6AVX8+k3RhBBiihaEP6ZoRQRgimZEJqZYR2Rhig2EElNsIlSALf6f3GMC4NO98w1A2EHsA8RP1CyLfIpTBEC8JAJLwO4xpowSBtLsS1NvOEno5xUWMyOKfTYXYneJbEyyuodZ24tJlym69RqzdfRzezDGezy4L93+1vhYLBqD4qaGeu61YR807HNGz4eqYRnP5AxDVw99/847et7seavvXc3us7t6MsY9Xd3FO9HTltFtZbVnB6ChxmwxbNKqYVmm86jRndnTu/RMvwEt+NBdAwjm4BPDfRCJI95/z3OF4jsDyNJyOa0H5e+ExsTSntT0Tz4d7MpsItnsHkXdleta/e3Tjw3Y7Bg//SzMZjUNDWexgUG4O6cbPlYsGEY2W8jKjLfu0TQDw1fhcLHYl0M2xhCFoOto8BntAoZRhBay7iWW7H+o3y6+1O0wSfLwBlDiK7Fhqbnvh4xc76efQPO5QQPeM4Tse9BQ0RhUdXWtFIlOlXpqZm+UY8Jy5Z/z9t39TfrEtUe3Ef9auGJOjqT/nPxR9APxbyv0pdMxsWOGe12gGG7YxaaesCp2PLrTa4EOt0OL+YYoMUImFCOHwGVc2B5GKv5qds6ad2a1xsxXCE5cPbRnciMwKwhaj0RMqO5/5gclpThngiKBYPOh574NcA+jnpD2gLEnbYi7AJA2wqwJIaVCcSJAIqJsGM2d5qNRA6yhadRRn1GMYA6qdN5p1ixQUC1iMC9pEmI4LcswQO1AA9hBClIXtonN2M8XZzfNyLS9PTDKXaOLKamZknUEiVzRQnwPp5ckU8ku80aAfQ8dzigPjwckHzPke2sZ+CERLEYiK0xtNmOaRrLVEDEZ9Zf4GuWyfbEv7CQXr1rGSaKAM1KwKW3/8dEj+9PLR3pJiEE8x57Mgb4LVkEIM6zuHf2sEsozpGLFB44H15rz4Ea7kqM9DJnAcJHn480OgKB+2S849zBnQNPDroO24AZtGXbFOU/hhZkwCKGa77zM7fsE9kis6tOESSYaclWxmAlZByj8xHMuunfkjBINrGQmHUQcc0yP3SHP8SzYMqlav+wWSIhTvsFMdyh+PGZN+37M69fCA0Hst5VD0huyfsmq0vJtXNKFb7tYqxyNzP9APUhYs6EOzSMuEL5oii2e+MHwFwQFRRwDxF0SxAmV4H/EGQR2gD2GJXPsWzCc6xsTMu3luyeWo67Xbywsuu98ca9wk+7MQAkqhQTzVNsU85LDvIqwKhkOiVKNiekyJCjUx+ze+TU4HZd+9Ny2WEM83Cj6mQ/aA3WZ//4Kt/kAcRWUiBJzYsy1BlAwAzi6eAQxpFKwFzZGrAjH2d2yQRevGlR2vCSmROElt4f9s8aM9Gs1wjHlDGB056oohh5Lc2u7vyLSOL98RDr22jeHfWti+lZy7s7l9sJD6B9IpXHpnvuuuqY4mYDdsiQl/oXlpXRA9MU4vA4A0RbK1NkAxmzoCggxICRELA+xguByqv0BQJA6f+/ah10fO3ep8d/G5w5FkgDOYxvl28I99iAlplfy/kd+E3InHo8UWR10EVsXOsSgjq6rO6bWlSBXslgsIaY1NrgIEMQM6aIfG7iO5+1cE0JqLDnZBgAeIEpAoUSscmHj8LLflXBLcAW4MNwhfjPOzYGYuOfQIfsKlCAVU/yfH5fS6+s16wz8M1OixD7voOx03C9WuSNjh/JtqLqjPjNSM93kc7KIgpCKMkKYdUCN9edRUHlTAeZHOOe5wzoBPKAZGUA+uIyHVNLZsO9+VYR2gJW3hB2Y/GdkhTZ+4zeHj/mNhzkdzyy4oaliD6ba/qCoyOjzZdurc17Mt8qesMo8mZp7+cOSQ+ujqsEJpfQXAMsWrIwE+lV9mbog2O7eL6XLVDnBLuhXee0I20HmQpxIYnqCXakDjERIVRklp9VvJousUDGCwOyMGO0jj15Sv6M9j13y68Ti+NNmtaYQXVJAcEH7l2cxaUpvfOG2ckFw9mHgSePOBTWrPdSeu/f7VqAtZRWosHocRDQgd8HJ+/C2+4/Yp7xbxdYUwusrkcERs2g+p8AZWXaWAZN8zaIdVIodVkW5XN6k0q/eRHGwxzdbI9UQKBtK3KaVWlCYJYnnVOGYnmrbi0Yz2Cwuu3USUwrtwbJ3fwviSroCZyactx9f2n36iZ6STH2JaV10L8a3heni0RnzyEEh0jSXEVHQ2FF3X9X9h89Pz32xg4cmnV9T4gI3cVFwVJjldHp/75+F3B6ojSm05QRzKktm/ZGIIIZeosNJ6DH/wb2rgt1iMXFOhrk14I8oqZd6sp0K1kIfEtjxJY3BEchG8RMnz3pCQe0VJW5kKv04ntxY3yyFry1biSeF4yEzZFgB6DNBhY8NFOAeDsISa1x7l6SgvE8oBse8K04I+U2MKQi2ngbn+eWgBgAKLmNeA0o9G7YRBvUnYQU2HjUhxJ28vKRKG/8LLDA0QIXQIyD/CwoHKGY0z1kf9alacJ+QIraLlMMEeagjaixFSHoJw1TAJBuqgtEqZFUpkC0JI+FdwAkS3K3VAPkwS5PTbMJWTowVZQpLgVFYyXMXZIhHCtGNZ4X/OaboW2FZAKPAf80whTlTNnRTfOceZLhaB1opRulmyzYjpXk7V2n9V/397PTyUed0VSPBL4i7pocwq1p+CQW3WoLlpvnA+dYN9ag5FxmwGaZUOAkA6ZTbLLar+SAAf5AOwqOPPU99MYuMbDNUkIUzA8yD3qcCi2CWhv9mccbO/1nI/O2cMq+p8bFbKtymVqqolkxjU9mFduhp6mkrZzA50k48wHHYW7w8ffB6SCQbbhnb0+zG0c5UsjObXWj+yYLn+eBNylowmXU4v8TE3JuHjr0mbJxshioPMOJ3axefRsL9AqdeGY3YXDr/Czf0Zl8/9U6DzPyOZW6vi57RUKMWKOm6ACIwJHUaLtVNVo++EgWUug9wtT04dCrNNyJAaY4jiEKSXHDOFM7mx4/H+/7tfPBkFBwoFbFWiG056C6OPHj2FS6XHTmSnBteWLgl+uPYqzMyCHtSJuny8k2i7NuMFAq3aYDnuZLIl84fllW6qMdHdSQlfNqUSU2WhSUUcGI3hVDK1ICQFUAwIe2Yzp3CxgVlKKHulfUM98je2VSy7mVkQYjUThEOzxpLRquYPCRZYFLS+NKZISHNCVYExHtDPI+t/MbMgiuimVXZ0qq9kW20BgFuCGQySiZDh9X2MWnSoE2f7os9PFmO4rVgkFD9fj4zLvp681w+zZftFRVxPMrD50fPMqPT08I6CUUKqyJ5KZdol8M8Wkviof3SKpusNZE+LEfyrbPkWUNI3npGxfhHp6nRmhl8HRQimOuzqMDmdRlTclSIEiqOQQfddPzp2gRMOgoS16piaaG9oxviFlm6qDSkhXmunNvpe6CtBH51kpIaw327IJU6g+LsbO/Dc4iJX4wLog4M7gSED3rJWGsesWyYXXAiSN+8VgWvXylI0d0LSGZeCXJi16KQl05OXq3fOg7TVNNM1zf1dYbjGbr918Jb1PF8jc7Ji2IGZAr5bB1CzGEE4ENUwz24KC520VTMxnrzYSqSJZjgGo+n5eUeCZZNq0E3mfmu9IxxXJ6m0JUpgTgUe0sdpE7HlI8wU7J02HOls7uVVanfD27HlOQkqCyba2tuo5vhbn0x4+gdczjOJHtcjsMKxNb3UDWgpmlz/KtdKrrdntHAsr1rzZRgy8sn7feejtdWwoqVTeq56qxiBYkfK6UaU3sqdaqPVCRal7K+Ug2BRv4VVJes/C9L0GoDyqjMK/Tq3N27UE+MS4AUsRudThuxeUjjPyXgXT/92Tsp7tlhx7yfGtzdE25kTydCMEmO7BKuBKUzuQ062b5OScGK57MZdHFLfJE5xNmXV1AtBSkY2Fhdl4eFf6sFZW2EkHB+d7yfcdyY4If98A0RKWQmu7R7X5llczHtikMndrV02em/ura8EbR5/EYpMYaF85yr0Q1FXeqamBD9Rc4+n+JrQS3Z4ejEsJsiw9mMmccv1NnpZPLQYsy94jVcIdvz94oU3DwLU1OnYwb20Jr+fPbApR9C/zW7VGw9zPWuu1ePyQhZNxdnr7mJGo4jSk7iYwGBenZzRWApSRisiQylp+e3FcLuxpCXOTgozTg6RnZY9UgM+qSpnNvadsqIEH1mQy3UWpCPQOALl+bxD9kuuRaj9z/itOe4bTphlHA7XSsy7vjz3v80OUels5bfsyBlyGJKYf+ynKVLy/uW/q+9i+6xhba+ZSIIod5j9DXHoX8VQVqkwQRfQbwEDTUGnXb6ZxSEzfbigzGD0s3xldayqgNGRQopq/b3lkMQ91hKVGCooliRERvptyHN6uJPOr8ZesAhJI6dM93rqX/39ZR65tccffAP77blpI/LJjdkRaR/TzZDdiTmrvA2J2OIdBzm2+y5ST1hY4eX+uDdqIuP+wqbO17nQVvse2uxGc+P2QsORxuR1mQpZOBy6TY9N8VOwOuGgFfA2a3Q/Fy6ga8/Vv6mUvpua+X7cvXbtWFLX6pGVeU1YVOBA7cAjsWX6EWqmSPU8nw5ulyllZQYCR3SmksxKFl/190RkuxxUqBmKtGh+/WJj7iJm28Rgh6CvUHpTGxMWT6ARBavSItJSk0UvMG+oExTniGP63FbI9mSVy07lUwtU3VLFb+cVe0jmAjWiCVfnWD71qo7Aq3LC868lass2pnSvDnr5Eeu4oyZ1a7LV5esuUD1BA6BrLfAyARgIAeFmoVs/yW7Nh6neocOvST69KFWxELMjVdjsXN6X03daaUNPcXQhx67hvQzwEYNN0RI2EbuOzu0B3gXv7DniLOHuwiXTP+5zz99xjVpvLaQdRfEx19mkoSPoy9Kek4/MQ49m9JelnVragQggv8IranO5IkrFZFicVuacVpV5S58JRQU4CiUekxhF4sLcq/wGd28VtolOb4jqaa0gtrKY3fCWDktaSmpgkJUkGI8eExlWWk1mnEKzDnMXw4Yg5A+QRwWnN0KSE3ZF1NDD9q8uJgwFyzSk7ekvNNw80Pc2d0VW0STSdmDSG/KmZ6w+kN70K2ExIxH88fV7a5aPw/eZMiRB5IfX7oGi3lcoBv512cS+5b8JmTeccYtBScdp98Yt+B2emda3FHi9ZtD3Yu++tKHUvJYiO6L8ahcQ+8DtWFgvDuEZZkokctTSM1qonEMOmIN0OxtcbACVgIr9Uq+e6dUbWWSt25Kcub9I2VVVn3/P8uc6FW2gGEbvhGYBl17pyf5qtLoUqYM9U8bJgQPiqlGaBgAGtQf31bjbvW7a9ud+uf/5Q3Pecv33nb9N5015aRWK5naVasvBI73huu86btve37HO9El/USnyaCH47o6sCOg4g2jyNlU36hXs9cxdz2PsLo21aJ8uG+oqauoFXUC13RJTBGKEswkSAEnIjK32GcZaObPNajoX+R8h7cH3nNpnzxFjnY8ZOMSoS80g5M0q1KhgNRT5EjBgj8dI6eAZ6RRbM6gcPtnMA0+t88Nxub0fNOhENBKJhEIQk+hkxA0iToBwejE7W+IxQ/A03/6TOWmfXv2bHssYAvIO/7Y22caY7r56eNeU8BFpEFkmmkMl4uZ2mku1wcNH3A5SV/UOertPQLX7fsFb+QyuVk9SGF2tG/EHFbnLHM8GrAgGgiSoBCgZUxM6RERc5RrDQPIGUJG4QDuZcQCokDWCNeaYj/zn9B9cBbvrkfaU491CeVSEvkuJE1KkkKgRaPWM7ESPNNj65bamTwTlBnu+zWNYbPDgxqDupuh+zm9WM4WVhl7G0u5B0MPBkJIg97ncu+jjnC5B/+tuPr7aT5eTMeQOVXa4h57hF9ITk21KSayH2EO5j68e/Bnh4cvJEvz+gXOwxiBKAV8ZUOs+LHy0yliKG4VpIKWFquToWVIRU08L/xDrMH9hXdxrkVeK/sP70GaoAO74Bqosf1wKayeu8Cp7LBYrBtkEIHYLmaawwUD+LMlZ4ujmu+hHA56D73H4RyY2/dmc4KTMdJYTvQqKYatsLo+WMn4fJwc5yxuEG2kJucjVx5ZR6DcynYSEuCVB1N2+7/8vTxQgtqTYL8AR+MN72KRi670N+lGJLB897UtGMdYU8D7Vi2ubm3P2n9k4EjWwHO0zmluGnLTJLKJ6x9cRklE9LIjJNIhhhJJ2gwiEcxg/HoGjuy/dP/z6cA0gz7g2OUiuoguEkVSNe5cJVn1W0sW4fkGsl4MYO77YqKGkbX79DygyWjMLRdUJlZLqttblH4fhPL5QMpsl88gUO9Zs2pVDlVOBXu9nFWrRjjlnJGJycuzwORkP0fJDYbyhcXYBwQO+6bD9lRPo8fefziGFNoIegyS9wcWrXMJxBciu5N3lhdMToxmDHPKuFCwyMCMER+efUMoiXV/HEM/vNcaj31A40N5LgHifWTKP9rEYie+ULkK+5vFAkr9t4xyY+Pf8H8b/I3/rS1cznir7zQxq0GnhM7CKVRDyPO8JWjwXT3OPV34tihQMBb8HpvinYJ9Hyx0My9YQ8PRrI6529Fo84RtaiXEb9O2AvNEf2qkEkigGLU6BrJJwXpjU2xMTjmzcYZ8YVX87cmLt19tfnX74uTt+NV8Id7Y3uyUcYUqBlKroRggWVTn1QqdEOcNo+Z4gaiOcwI2PVC3PaJdNzDxTBoztwefSc7s0GRBLu26Mt12F7MTb1fzcAGKAnsKyzM00j2JlbmU5ffrFUrkMjc9/HhHN9FWEe7oWPmfBVVgXLKgdRpSJj4zb0eaKX/l7fVNoBHcWQ8c11fsTHEJsS85Ynh0643RG1uPbW0sql6Rs8QAVFJBmFfZgw02JuPu/DKpJ9vLThkty7FeVw6tWp4GajMHYxCZ+mCL6LnZMiPKgYrXVEgYBQLI3iG+9HxqAdphLpFbZOfM0yR1IZaDHfDAQ+gA1Hjx9AB6C3v7KXiSckFzQRWROs4xdjDxGy9832roZ9D63j3q2j8h/q7h7cKuQ4sXL3mmeZx5N8ftdh5YswbeAD4A65BPC9MWfgwJBaEfJ9X/FEK8ZM3HlmH51h3CUPZDwVUaZIon69wVGAs4Nwc1Q74mTiZWTpb2DLqX9XrL9Z6Bj7rcuyryIgt/MMJ0tsBbNRJ2UELhNjQ9Dcn4s5CAhOpsRbZubTikQGWUmh6B8xa6C71cDvxe4sS+4ZLuTZgRTEGbOP/cdhqfxMq2sU3XmjqVOi1fxWRvl2HGhBl8axOaM8IW4HQMKW1hEQkfF6ba/5sYFvrR3nNOVG5loDfVe1nPAPg9Heu8h7w8cjqISG82EPLeu68kS+t0HhaFJ0+AAn78AO84AkIS1MGUV8/1hdnhgdDy+oVS49qghTsdFGZ4fj54QNSbOQDcBRqQIpEaAAPrSQFqDxZgs465xELFBVAMI9cRCylSEXesAJiY401EUC4ugmsP72+ECRGKeRddDKNoSFSShkglGjhXAJd3Ay9vc8Ek16QX4+Hj4ON3WNXaqoIa5JCtTDikVELhQBKbIcIfvI6HiPwb0XpFxXi5brJqQ6KhQcGe1kKIOve26hf0qqHcgEsiyAuLo4iPHUmE2R0iQmw6JIHCVUrbzUI9yATS86d1GvGMW2IVzcbNCkWLMdXr8UBT3MuXZY5vEWUjK2W8ZcxdlY5YthQmSv1ZYc63yyiZ/HaJHEZdytY7vWsCBQCdYLihGpQeHCjfu667GHnruDIfdnq02Fu3upgCZtfIsEr1mgYyu/or+eG4dC1iekLT/XIRTZUvNcXSCFRbl6kzdkRb3cKaNSMyV7tiGmWz0Wn004oGTQapoytXIKPI+PfvlkUkptpv38fNx088IlJNqRPaCaqeb+w/Egh/0kLJNMuktFDlZvKurS1AzlNQWyhZvMyOha8n+gmvCX2Trw/2hVPvp3pgplKOy2YMThg8NDhueAWj/LeFquDJQctcJi+L/GpxnroqWI6frJcmXg8ur6C6Y64YHl+mhBMGM7LjKVMY4GV2M0PYt6BP6GYyuBn6/Zmjf6liNvDyv4ie+PTphC2Efv6EnFjiv6Uf+v59n6izCYN+Klye22a19fRZilstCEG6pqY2Q4ZcmYK7Qqf0KOB+IlxVBSVAiY5NJAIlBJIAHdWNyEiiXmTU9esmrEfEPoEH/Jr7+CFxnvjwcTh5N0oSUY/y7Bku0EMwv2R+nv6SsIBNpVjiZqNpEnEfu89WCnD+WbkC3rMXWQHFJbSFmLfZDf4LbcZPMabwSO+Tx/uQFcjePfAKzt67d4WpCl69GgabLS9TQdkQgFWh2tkwaUk99SQvM8RDtjtZd4o+gwfZ8cejhcAyyavIxBZul5N03JbS7Q2xQvQ+xd2iWpRqGWcR01CvMI+3OKuRRx3K72UZd7pQODqF/N7pi8rYdQT99gkdQk84YQRN/xpO+PJKkDt2o53/3zJo7I3yv9NXEgoKHhXlYdJHZWmRXr6ui6NgVsKeP7NC+FD3LvpbkBxsPMofccrFGeYZ2eYa5/FznUYdrhh5PjmD1J47vp6kw235/ucf8BjycxrdJZdvivS2UttVxLT7dwQh2PvmRLmTTfpkZTU0JyQcL/CKRHREnXamS6WuIZpfFB6FFXssQxaV5mgcate5SQXWoY23D2+H10A325mF69Ez/YjGooPvsqscbySx5GMwx1YzG+GDm+BCfimHNjXAdfDh3xG1jn9etnvuXBevGWhO8C6qX52csSENQNcj/EAqJgC+IBRhxGYMhgWsGy/aIbyMxdC6zFAsKuJBaCHMF1EwAch5YaBMTGVYDp/Ex0jMhfaNImNdEQI9Kpzqo0lXkmgTi55eVsGwMoQ8PHCxn3KG1Hp5rrNKh3xJ1U9dKZ3rvOz7eZLSz3+8HXWGAY1KQZw1W/CVirgZBHU2o1EChc5CJAuBqCHxGytxAphH37MkIu0w7NmQFQYPQ81UCoy2bwgw0nXOKovKzDrCMbw6OWESdUZ4MBIgDEAShSKYwsM4rl3E8NhwpcOfSGoZGaExPFtPe4CecqoPp+rlivi9EkOJAI6BlfTBeb3jevOD9J55wnHCvIt/nVndO1knqYvYRerE1LUMung4u4s8xOf3Xth2Abiv55MHP+ufNI9klMCBgRQCxRI4ng0BgutBWPKF6mqKA6W45KaT2TUCtxlZKJU25jSmpEgYnYAxGtp+1egaPlT3mtFV3OpQ/DHVBl5sD9VMC2sNUa87RqOb8W3UXUOeEPwjty5Qm864Ljwh7X8rq0oKgByoDISyqSqqXL81KznrI66d4kIF5hyaC8V8ybm444tdqXKIM0i1tFA5NMgc4mUhPT3i30v8YrKYxqHKPdMDDTWGFA0wN6wxBK+LqAWOM0cqU5qaVClVIVOOBVR9p2T921JxOpkhNzed/Hx1N+jAcrFJvTa7ow0t2r7PHrgQlSIKruu6kzKHMwbBM9WEg4ExAWRXsSQsLYl/2SOjJFEtWmLBNhUaeerEGWCsLwtW0Kkb0dy1RY2Htp+6DslKSv/90Al1LUqWvsOQvV94ZddF39uLqPd0NN8OGCjCptWrdxsL8UTuElFBgloO/GoaIAhG7zJN76C3UZYpegfKCDkqlkA0qfho8EWN/IeWBkkkIUedJ3te5THT4apJOMr394prswpEZs6MUqg6e1+kh0uzWMP7Lu2+CReYJMotll7blYgoLIyXIstuXH69QKFkRUWY0+9lscIlxRcslMNaMLTIml7CTi75dSwcYc6MVKgE+F03IaVp+rKdV3cnIWRokggX3ASXZz0VKuZp9Rn3M1kR0uL75qpLm+BKZvqKSznCjUiME8/q/rIn5ALCJBLlu3ElBa5ipi97mSvcCMvBhXKXOMOjVHTOdA6lHu0q6hIL8t2Zxq1hPAYl/icNT3X9FvkjbxbOMHipjQaIiS6uEYJ1kLWXxn+HGbn3LbxWBwKbbPEmCIh++9IAzpjN+3FYBxxq5eFpP+MBhptUaczMd9eJoz8QhtIXBkExVgh+z80rHyxfnFmPSZmlCjdiFQzR6cYAdyyWZdpGRuEVh/Y2wG898Fp/nkXIbaYsLNY6oPEMQ6SjaICPtdAs7kxbfbhyYy8eibEKghaG0GU//SeMrwMP/xM9+cabrhxgcZelLVpKzk4kL0zLd2Bv75103uhqSBHM6jOo1yrCw2psD9XTWxvop2ttI8KzsQnz5ueetiup6i02VBOh+JJcf4L2DzS1s00i/i+U8TRELJabGFGhf+gTcv1hkdCEZjigzqQ0Hd5sctp5Xhc1UNsGOUdHO2R7WmnkUYfy4g3UqO688+msqbns3ZZCRgZMWs3ZzFlNgoFglb17NlMIFApICPkr5EKP2jDkD6VCIZzv6SL8nIL2fUfoAl7UIH8z9OxXnRGUc2tSUgJv3Q0tD5p1gtBz33SGUZN1mGBDm1J48x54uWzF7Gwoz25O9N2syCis1Ve5jCllBkdy/HjV6zwWcWTewoEJ1D+ew4eZXtUyUynLG27W/sWv+p51cYwgKqKrtrBfX9IN25xnOB5SB4ZRT4SpitgV3MvWppEl1g7Ho88aGjJaGQ7/VA3bf5MAdRULAEHmr4j94zy+7JffqH3HdrX9yhV/jfsIfapNcYCfzjAR9BxvF5hEOBdHoBKJ8LjMxlDuSnkKh1ZOABNo4o8JyARMOIz2EaXqJH06h01PKrm6b5E0MWfybiJu61DI2NdF3xmf0FWupEQ3nc0RliZzE+DoAEceI4T+0xl7NHbbtspjOFPc1WTYvpDT5FvuU+7bNMOKkSYfM2maRSrH+6wcOMmObd74PxqMi+apFp17jM10dpHDKTap9nkbB2ni/HObibtnD6/nZVV2h1bS199W8TstLRcOgDsok4neieZv+Nt3eNL7Xptt8B0M800CMcf8Ylr0yh3wvdvIHp38SWnShoaoo7cdlm3FrUL2zJHvuHY9LIyoZ8a73i4LY7Jw5fQCeMMG2LIFEuBPOuZ1b9rxe7T3RxFGoloAuE1MGDDc6dgJk3fv/me56za3u7c367oz7wIo+W4lH+lB+ZzssIAwAkPHA+PHxaCoB5bR061I7REKI8VVaTHkGIsm/4yFwLGQzmuIamN/TjaoGeprJzglMU9uyLxGZS9mWQR55LP87KMYUhs7qYNN6+dyVZJh93NvAb+dF/hr4COdh2V7bZPnOygMpQttQxxfrVF2dCjlAQJbh6W90qoqae9Sxx2CAHlhiMNOHaCHYDR+GlTYwPHzQlj4/zX9hSdXacenprpGU7MC7wWgcjMWYbPD7mkiqcHHXosNsQlOIuAba9tD71HY+onAEicDQ/HrS9b+9f6aZ2E62cYikaM4LlRJr8W0bjpaD9fB7ryGbS1CeBjiYr44EHj9SSpIzMiNrQxOnCx2ix25Gi1dGm4gc1cKXSKomKQA4qoG532OyzE6Y/NZnnFO+UKJkJjz/EgLaRO87aMeGgMY6SUmhwICaMG5EdQ3m2f20Y5jfi15SlGiuPI2IIhytGXVvN65Ez4Evz2PbJHH/RbhbLtqvWSjmORoJ6/UhzvOjYqKex7YPXC1tbOlq3qaaJUsL+RyIxQpG9/eBHfAR7fDZdS34e1tMGfzC5WbaVp2aMGQeq6RQK6lyPYa7j0DwEWSKjxmeOxh+wzejDllrUAyHkHZqQnR3LoSu7CjlPAF6qMnsQeroxeVU2NPndaLglVPR2903xx9Cmfn5K06iJ2ixjpU8K7bhTeVyrmBC4oo4Ywn/yCZVvILxEhiyHnrWDT9X0hFLyfLbAsD5dzmUruIAZ1D+QGOFdS4EV3AoSIqfwf2yRMomxh543Go1OgNvUjr3/5G0m1iJ4lRPeW24fUl0VyBrZocAbyErZjSQ04YFIu6k8WWIus+5Z6gHKV8yd3vEA4pM6FgKESZHQ6HQ1lKyL7WYVlpF2s9ksc21qJ1mHPbHORDQZhom2r9TloXrdrIRSeEegfwT2ssuIMWYRaDXLJDrxt07AHSx76PEcHjGSKji9FjgnjYAD4TpmYPdUND268EkgRMAakptXRcqbG5xr1mJAHLjDw8z6qoqZks0DMjN5OcWALiVDaUYA6XtyVelq52NtdLzWSzMXAlYAjZ/L0Phqvv3tMR/ZEf0NutbiJ0a8EoSIfDlOkREiQ1CRZDSqA8cSMUs0/4dd+PGSKO+tHV35r5oZsCduLLIkThYo79x1MOmLOZjV9OjBQnXl6sD/yE3nfv2Tuvj0BP/poftywqASixv3AS0evddty9O8JTckcc64JBo5tK5da00a1RlX3CbtTh7GygY09TtmohoKtPCjTtHf6xPIzQi3/SZp1JQEa+fx9BGDmw/rQdQSM/u+8NPr1Yh+9s9WOPG0tJzqabh4e/X2NsNeHM0kxaj6Bv6ucAyG4Rcm3jP9h5poen7QTaik7xtfqB1rZHEttXx5AGf3nxisu4MG1dLUxFYS7gZyYlPbSZsrpKIJnp9y7oQs30iG+sxqxmEpPMAvhc8Lx05MS6m2CYt8DmKhjQFZ7XJAK1+feU0Iyo97fVX1ZXkhLNLOgw8EvNlqqpap/6eol0XiG3e/X1PsBcoJkhhw+GSSWIML4vuiY+tnvPm9kf37Z0g++FR9/3XX1s/J7u2TfffnRvAURNozc/V10R49nnIT7U57/KjIN9co9hzxgASAXv2lUV1eKWmL5DaJH0HcQ97PcUA7Xm/oRQ2J699/3UopsiE+8IXk3yyMW8gsP6vAI/i2XxViezjHm6qSst8ADjr2dsHQv9ff6T041ihqOfYy5Dyb2Nw+kuduDSIZ2oULaTc3XexZHkmnBeaKDJUyaUYD7G/bv3YdglwcNe894AAkc+klm+f2AWCu0Pg0kqlVKl6Ck5narc4XqLt3/Y6IDVMZbxNaPjxEb/UmlG0HJk506oEqnataNK/L+yfTdUhZTv7MliIRn1lXKIvChUJyLeB+S/AS7VzLzrd3Ud7VZVwaDMPwLyDo60Cg/OSnHFiXEuLsGxi7Kcmg/lZS5Tjex/+rS/JzVxSUJTUaDCU+JGadVhnl+i0F+t49ezYJ2lOLoMKJRLVKALRKcVxIA4ECg+HtqTochWFLbuL1CXl5+fXrN2dfPUdHN9U83M1pXCKh+R2hWIzDZGPTMtNUxPxIZv9Qt1/g2PvUZ7afAvbZj0WJcXG/enaYceUnRkYU1TpkGp8Qeisex6zpbg7LFlya5f9KGU6J0HE7mrrdllJnGqzW0bH57U726tOQfmzKIM5HK7TLG9KNNOHqOPOMeGNbqw4o/2viFE/C/bsJup36NvryeajYnz9xwJyWBaJ/V+tuIv5tgKnyWsf1x4KWq7fTjQrlgU619oA1btqFiJC1LXl1ZLmatVDfmOouSO89tZrsyvs0D726Vf77lQF2dvsuN4UjqqPelJKB09GUmIMXBKx7lKcf2Ufh3ptlAMtR8ntZXBOTmQ7C0UkZsbAYUR8mEookfJJm21sBUNx0XbRDr1KOi4vpPHkKXLJZCwSdicNg3NRc1yzRfIynaMWnwp0cjnhknimt+yyDFOqJw9MAfcgQbIgoIw/ZggaaTGltZsUUGzVZCnwqI5oYkMkhZ/3kGutJXzUDkFUMqheZcUuSIOKqeNPGlaOVQcRR0uzpsyq6Q8iJGdmbz0rpzc/eThFDj3/8POLiYPTX1nzLI/OYb+/ImOEXJg/UkOwE5kehoBu1MA/OJB4AXeo7du8WG9iFfuT9LPUPIqcNE/Cct1NOMxxncdfXpP9AcDopFjUqn09qIj9as1n2KhdH38JLRRT7N714h+tBNfFg/w9ZC1tWtlQiXCiPebs8JnmdNxqBhQd6eBgRvR4EkEFaoNyK/95h4MqpJntWTt/Oy8NdbOTwAAgFbjLlIUvFs8RjK9J1xEQrxHXUKC7l5rHlnlrUYBonFoXDVpCNFotX1c0tbV8itFt1/LHgAAZAJ+rP2iDTuKKASPX0aqtZW824ORSGmNnUg/QiFkQSlNFyq1SjZSH5D3iIPXR3uCpAJSRwvTTK+lRYqA9A980woBQAEAMg+/AVKLUdzX90RAlrr+SdeYR6pp1HKRyvQVFEL4j/ynuEprfAsirfHVuLDJ/+n/UYAwrFz3pX20afnsxl4j67y2rVGtBS+wUvsLnvG2+YiUpBsCSCPryiFkpfaqNp+Woy59oG4kngXqR472mfYJaoqY4BbkpT25q/FheUH9dRkAAGwGNxuTtRq4PGOA1Gh9GiXrNCNVwPsV+Y7QyZu0C+Lydh0aOAkA5Mt/aaQB8hG+wrIUhpSzKoUilVZtP+DuOPHduGMsZDkAQ7sSF9lHiyTFwVuNwsjvrX/6K68uR5Phya6rBSFl2p9eHW3Jbv8h6SA8gTgkNALQ79ANJAW7GpLJ3p9whMm8AIAZ2upAiNMP0h/w07+JxZtWCID/9Yigcw7U//5lndaQi85X494JbZ9W6/TA/dovVhvbmE4dcBA31j9eN8YcnA1pr6J7b4Fn8JnSatEnbK5ewNAMaR7X+ROYAQgAkAu+AirYJGEAAH67GQD/YdJBA3/nb1DfMz4S3INvNAYGOoA1BgE4YOFA3fZjMIAAnMdgAQ74jcEDOyA9NAHQQRFAAITqAgBsQcNgDAQo4MAYGJDASYJYua8QFLgfjsEAA/CGxTISQsbggQKiF0kAVpCRy/qD0Kitmn3FTqVLk907z/ub/BAwwzq9p/+UC6tUsFyvZ30joYzDooy+NuuqLmusvg4KUAhapawbcrbsmZkuVqtuUsbSabxybz0TGrVVsz/enJ1Kd/927+XL/01+CJgdlru4+X/KhXe/guXag+MbL56Wy4q6jL42KHbVftGssfoKRQrbtFbJOt+GnC37AMl0sYJr67zyS/rBWLzw3LfCTS98WxgMgcLgCCR+kQk/syX46vcHHmsAESaUcSGVNtb5EMVJmuVFWdVN2/XDOM3Luu3Hed3P+/3vje43IFAklkiDFr9T0MfQsPAIWWRUdIxcERsXv+Tjx0otTUpOSU1Lz8jMUqqyc3KzC1fSI7ek2Y8hh3KZAu4fCU2GQPm+hzsbRjEdwt3zAEAEli21LLdZis8Y73ToqFHd3k0sRpmK3d7rYENDt21ie9a9MaR6jEbNNDLdAnV2Sc/s+yG2GTTVTO6pxylbnSQotkfl0gxt2F63JNwMZdgEGb5GiFA0QgwzIVmKIct+tIO/7OuoXf8Dyszi40rmE/EInsxh0Nfm8ffPns2Wtx5a+m3DZQSBVmYBqFYGAHGbkA4DSYv5yANTw6g3Aqe0iG0b57LKTYrI4bZTMXR2Z+rRCqZ0ayJ3zXu9w/lW1IYD3XJ19GCpVyFgo3BnoqawEdBud9tM3bRs94nuRKyHRk/1zGlMKHvBSLcX9XfxN0LQb4QgHQACDbXTEZphioAwoADe7UAoNoCHCxs0aR8zDbWHsQTY33lPkcW7nsQvXkN0v9JeI90qhNn1LxJ8Hc9SernP7D7LBZC2M64P6dRFMHqqunBqOjk1dZ+7zmvOh5xLKwwxbIBBXKMwWAyafNzshsVgUtME1aGmuitzX8bAmeReh+Jb3LD4WzPjAfnauM1HSjbT+9a9A//DXi5ZbmQOfJ+dyuIlAdp6y7jR/19XAAAAAA==') format('woff2'),
  url('../fonts/iconfont.woff?t=1609329219593') format('woff'),
  url('../fonts/iconfont.ttf?t=1609329219593') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
  url('../fonts/iconfont.svg?t=1609329219593#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-videodetails_play:before {
  content: "\e6d8";
}

.icon-newplayer_play:before {
  content: "\e704";
}

.icon-jiantoul:before {
  content: "\e63d";
}

.icon-jiantoul1:before {
  content: "\e614";
}

.icon-linkedin:before {
  content: "\e669";
}

.icon-insgram:before {
  content: "\e66a";
}

.icon-facebook:before {
  content: "\e66c";
}

.icon-pinterest:before {
  content: "\e66d";
}

.icon-youtube:before {
  content: "\e66f";
}

.icon-twitter:before {
  content: "\e670";
}

.icon-up25:before {
  content: "\e785";
}

.icon-bottom25:before {
  content: "\e786";
}

.icon-left25:before {
  content: "\e787";
}

.icon-right25:before {
  content: "\e788";
}

.icon-up26:before {
  content: "\e789";
}

.icon-bottom26:before {
  content: "\e78a";
}

.icon-left26:before {
  content: "\e78b";
}

.icon-right26:before {
  content: "\e78c";
}

.icon-download3:before {
  content: "\e7a2";
}

.icon-download11:before {
  content: "\e612";
}

.icon-download21:before {
  content: "\e61c";
}

.icon-facebook1:before {
  content: "\e620";
}

.icon-pinterest1:before {
  content: "\e8ab";
}

.icon-linkedin1:before {
  content: "\e648";
}

.icon-youtube1:before {
  content: "\e6d6";
}

.icon-twitter1:before {
  content: "\e607";
}

.icon-instagram:before {
  content: "\e79d";
}

.icon-download4:before {
  content: "\e7a3";
}

.icon-download31:before {
  content: "\e640";
}

.icon-yuanxingjiantouxiangyouzuo:before {
  content: "\e60c";
}

.icon-yuanxingjiantouxiangyou:before {
  content: "\e613";
}

.icon-shixinyuanxingjiantoushang1:before {
  content: "\e93f";
}

.icon-shixinyuanxingjiantouxia1:before {
  content: "\e942";
}

.icon-shixinyuanxingjiantouyou1:before {
  content: "\e940";
}

.icon-shixinyuanxingjiantouzuo1:before {
  content: "\e941";
}

.icon-calendar3:before {
  content: "\e7e1";
}

.icon-liebiao:before {
  content: "\e834";
}

.icon-list:before {
  content: "\e671";
}

.icon-address:before {
  content: "\e7bc";
}

.icon-email:before {
  content: "\e7bd";
}

.icon-contact:before {
  content: "\e7be";
}

.icon-whatsapp:before {
  content: "\e7bf";
}

.icon-wechat:before {
  content: "\e7c1";
}

.icon-fax:before {
  content: "\e7c2";
}

.icon-mobile:before {
  content: "\e7c3";
}

.icon-email1:before {
  content: "\e7c4";
}

.icon-phone1:before {
  content: "\e7c6";
}

.icon-tel:before {
  content: "\e7c7";
}

.icon-website1:before {
  content: "\e7c9";
}

.icon-qq:before {
  content: "\e7ca";
}

.icon-phone11:before {
  content: "\e7cb";
}

.icon-skype:before {
  content: "\e7cc";
}

.icon-message2:before {
  content: "\e7dc";
}

.icon-companyname:before {
  content: "\e610";
}

.icon-message:before {
  content: "\ebe1";
}

.icon-whatsapp1:before {
  content: "\e7c5";
}

.icon-address1:before {
  content: "\e7c8";
}

.icon-contact1:before {
  content: "\e7cd";
}

.icon-email2:before {
  content: "\e7ce";
}

.icon-email11:before {
  content: "\e7cf";
}

.icon-skype1:before {
  content: "\e7d0";
}

.icon-fax1:before {
  content: "\e7d1";
}

.icon-qq1:before {
  content: "\e7d2";
}

.icon-tel1:before {
  content: "\e7d3";
}

.icon-wechat1:before {
  content: "\e7d4";
}

.icon-website:before {
  content: "\e7d5";
}

.icon-phone2:before {
  content: "\e7d6";
}

.icon-mobile1:before {
  content: "\e7d7";
}

.icon-qiyemingcheng-tubiao:before {
  content: "\e602";
}

.icon-home:before {
  content: "\e624";
}

.icon-search:before {
  content: "\e603";
}

.icon-yuanxingjiantoushang:before {
  content: "\e965";
}

.icon-yuanxingjiantouxia:before {
  content: "\e966";
}

.icon-yuanxingjiantouyou:before {
  content: "\e967";
}

.icon-yuanxingjiantouzuo:before {
  content: "\e968";
}

.icon-up7:before {
  content: "\e722";
}

.icon-bottom7:before {
  content: "\e723";
}

.icon-left7:before {
  content: "\e724";
}

.icon-right7:before {
  content: "\e725";
}

.icon-up9:before {
  content: "\e72a";
}

.icon-bottom9:before {
  content: "\e72b";
}

.icon-left9:before {
  content: "\e72c";
}

.icon-right9:before {
  content: "\e72d";
}

.icon-up14:before {
  content: "\e73e";
}

.icon-bottom14:before {
  content: "\e73f";
}

.icon-right14:before {
  content: "\e741";
}

.icon-up16:before {
  content: "\e746";
}

.icon-bottom16:before {
  content: "\e747";
}

.icon-left16:before {
  content: "\e748";
}

.icon-right16:before {
  content: "\e749";
}

.icon-top10:before {
  content: "\e7ee";
}

.icon-bottom10:before {
  content: "\e7ef";
}

.icon-left10:before {
  content: "\e7f0";
}

.icon-right10:before {
  content: "\e7f1";
}

.icon-left14:before {
  content: "\e743";
}

.icon-ren:before {
  content: "\e608";
}

.icon-fangdajing:before {
  content: "\e633";
}

.icon-xiazai:before {
  content: "\e61f";
}

.icon-vk:before {
  content: "\e692";
}

.icon-wenhao:before {
  content: "\e606";
}

.icon-fangdajing1:before {
  content: "\e6fe";
}

.icon-Sign_in:before {
  content: "\e60b";
}

.icon-rili:before {
  content: "\e60d";
}

.icon-icon-test10:before {
  content: "\e651";
}

.icon-icon-test12:before {
  content: "\e653";
}

.icon-VK:before {
  content: "\e656";
}



/*
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */


/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}


/* Owl Carousel Owl Demo Theme  v1.3.3 */
/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons { font-size: 0; letter-spacing: 0; text-align: center; }

@media screen and (max-width: 991px) { .owl-theme .owl-controls .owl-buttons { display: none; } }

.owl-theme .owl-controls .owl-buttons div { display: inline-block; vertical-align: top; font-size: 12px; font-size: 1.2rem; position: absolute; top: 50%; margin-top: -31px; }

.owl-theme .owl-controls .owl-buttons div .iconfont { display: block; width: 63px; height: 63px; -webkit-border-radius: 50%; border-radius: 50%; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; border: solid 1px #333; font-size: 28px; font-size: 2.8rem; line-height: 61px; text-align: center; }

.owl-theme .owl-controls .owl-buttons div .iconfont:hover { border-color: #59A27B; background-color: #59A27B; color: #fff; }

.owl-theme .owl-controls .owl-buttons div.owl-prev { left: 70px; }

.owl-theme .owl-controls .owl-buttons div.owl-next { right: 70px; }

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
/* Styling Pagination*/
.owl-theme .owl-controls .owl-pagination { font-size: 0; letter-spacing: 0; text-align: center; }

.owl-theme .owl-controls .owl-page { display: inline-block; vertical-align: top; }

.owl-theme .owl-controls .owl-page span { display: block; width: 12px; height: 12px; -webkit-border-radius: 50%; border-radius: 50%; margin: 0 7px; font-size: 12px; border: solid 1px #000; }

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span { background-color: #000; }

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers { height: auto; width: auto; color: #FFF; padding: 2px 10px; font-size: 12px; -webkit-border-radius: 30px; border-radius: 30px; }

/* preloading images */
.owl-item.loading { min-height: 150px; }

.banner { position: relative; }

.banner img { display: block !important; width: 100%; }

.banner .owl-theme .owl-controls .owl-pagination { font-size: 0; letter-spacing: 0; text-align: center; position: absolute; bottom: 13.77778%; left: 25.67708%; padding-left: 120px; }

.banner .owl-theme .owl-controls .owl-pagination:before { position: absolute; content: ''; width: 89px; height: 1px; left: 0; background-color: #333; top: 50%; }

@media screen and (max-width: 1219px) { .banner .owl-theme .owl-controls .owl-pagination { padding-left: 100px; } }

@media screen and (max-width: 991px) { .banner .owl-theme .owl-controls .owl-pagination { padding-left: 100px; }
  .banner .owl-theme .owl-controls .owl-pagination:before { width: 78px; } }

@media screen and (max-width: 767px) { .banner .owl-theme .owl-controls .owl-pagination { left: 20.83333%; padding-left: 30px; }
  .banner .owl-theme .owl-controls .owl-pagination:before { width: 20px; } }

.banner .owl-theme .owl-controls .owl-page { display: inline-block; vertical-align: bottom; }

.banner .owl-theme .owl-controls .owl-page span { display: block; width: auto; height: auto; -webkit-border-radius: 0; border-radius: 0; margin-left: 0; margin-right: 28px; padding: 0; font-size: 14px; font-size: 1.4rem; color: #666; border: 0; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; line-height: 1; }

@media screen and (max-width: 1219px) { .banner .owl-theme .owl-controls .owl-page span { margin-right: 15px; } }

@media screen and (max-width: 767px) { .banner .owl-theme .owl-controls .owl-page span { margin-right: 5px; font-size: 12px; font-size: 1.2rem; } }

.banner .owl-theme .owl-controls .owl-page.active span, .banner .owl-theme .owl-controls.clickable .owl-page:hover span { background-color: transparent; font-size: 20px; font-size: 2rem; color: #333; }

@media screen and (max-width: 767px) { .banner .owl-theme .owl-controls .owl-page.active span, .banner .owl-theme .owl-controls.clickable .owl-page:hover span { font-size: 18px; font-size: 1.8rem; } }

.xunpanlb .table{margin-top: 30px;}
.xunpanlb .table .thead{font-size: 0;letter-spacing: 0;border: 1px solid #dcdcdc;}
.xunpanlb .table .thead p{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: #59A27B;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;display: block;}
.xunpanlb .table .tbody .td a:hover{color: #373C8B;}
@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;}
}
.disnone {
    display: none;
}
.page a.pageEllipsis:hover{ border: #e4e4e4 solid 1px !important; color: #333 !important;background-color:#fff !important}
.vtb {
    display: inline-block;
    vertical-align: top;
}
.ul-vtb {
    display: inline-block;
}


.tankaunga{ position:fixed; width:100%; height:100%; left:0px; top:0px; background:#000; background:rgba(0,0,0,0.5); display:none; z-index:9999999999}
.tankaunga:before{ content:"X"; position:absolute; width:30px; height:30px; line-height:30px; text-align:center; top:10px; right:10px; background:#fff; border-radius:50%; font-size:18px;}
.tankaungn2{position:fixed; left:5%; top:5%; right:5%; bottom:5%;}

.tankaungn2 iframe,.tankaungn2 video {  position: absolute; top:0; left: 0; width: 100%; height: 100%; border:none;}
.tankaungn2 iframe body{ margin:0px !important;}

@media screen and (max-width:767px) {
.tankaungn2{position:fixed; left:5%; top:10%; right:5%; bottom:10%;}
}

.owl-carousel .owl-item{position: relative;}
.owl-carousel .owl-item iframe,.owl-carousel .owl-item video {  position: absolute; top:50%; left: 50%; transform: translate(-50%,-50%); width: 100%; min-height: 100%; min-width: 100%; border:none;}


.index-hotpro .wp .item-desc{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.index-news .wp .item-desc{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.index-app .wp .item-desc{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.index-video .wp .item-desc{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.index-cer .wp .item-desc{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.index-faq .wp .item-desc{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
