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

.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(../img/zoomloader.gif);
   background-repeat: no-repeat;
   background-position: 43px 30px;
   z-index:110;
   width:90px;
   height:43px;
   position:absolute;
   top:0px;
   left:0px;
    * width:100px;
    * height:49px;
}


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



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

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

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

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

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

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

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

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

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

#baguetteBox-overlay .full-image figcaption { display: block; position: absolute; bottom: 0; width: 100%; text-align: center; line-height: 1.8; color: #ccc; background-color: #000; background-color: rgba(0, 0, 0, 0.6); font-family: Verdana, Geneva, sans-serif; }

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

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

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

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

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

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

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

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

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

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

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

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

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

html { font-size: 62.5%; }

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

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

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

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

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

img { border: none; }

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

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

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

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

img { max-width: 100%; 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: arial, helvetica, sans-serif; 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: #EF9C73; }
::selection { color: #fff; background: #EF9C73; }

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

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

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

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

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

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

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

[class*="-item"] .item-desc a:hover { color: #EF9C73 !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: #EF9C73; -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: #EF9C73 !important; background-color: #EF9C73 \9; color: #fff !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*-------------proslide_menubtn end----------------------------------------------------------*/
/*-------------page-start--------------------------------------------------------------------*/
.page { text-align: center; overflow: hidden; font-size: 0; letter-spacing: 0; }
.page .pages-btn{ display:inline-block}
.page a { display: inline-block; border: solid 1px #EF9C73; color: #333; min-width: 30px; padding: 0 2px; height: 30px; line-height: 28px; margin: 0 5px 10px; font-size: 14px; font-size: 1.4rem; -webkit-border-radius: 50%; border-radius: 50%; }

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

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

.page a.pageEllipsis:hover{color: #333333 !important;    border: solid 1px #EF9C73 !important;}

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

.page a:hover, .page a.page-num-current { border-color: #EF9C73; background-color: #EF9C73; color: #fff; }

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

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

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

.page .add-form { display: inline-block; vertical-align: top; margin-left: 5px; background: url(../img/af-bg.png) no-repeat right center; padding-right: 25px; }

.page .add-form .add-btn { font-size: 12px; font-size: 1.2rem; text-align: center; min-width: 117px; padding: 0 5px; height: 30px; line-height: 30px; -webkit-border-radius: 15px; border-radius: 15px; background-color: #EF9C73; color: #FFFFFF; cursor: pointer; }

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

@media only screen and (max-width: 767px) { .page .add-form { float: none; }
  .page .add-form .add-btn { height: 28px; line-height: 26px; } }

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

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

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

.pro-share .share-pic { display: inline-block; *display: inline; *zoom: 1; vertical-align: top; height: 26px; }
.pro-share .share-pic img{ margin-right:5px}
/*-------------pro-share end---------------------------------------------------------------*/
/*-------------m-oths----------------------------------------------------------------------*/
.m-oths { padding: 23px 0 0; font-size: 14px; font-size: 1.4rem; line-height: 24px; }

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

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

.m-oths .iconfont { display: inline-block; font-size: 16px; font-size: 1.6rem; margin-right: 2px; float: left; color: #333; }

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

@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: 14px; font-size: 1.4rem; } }

/*-------------bread start-----------------------------------------------------------------*/
.bread { min-height: 225px; background-color: #EF9C73; background-position: bottom center; background-repeat: no-repeat; background-size: 100%; padding: 30px 0 70px; text-align: center; color:#333 }

.bread a:hover, .bread .active,.bread span { text-decoration: underline;color:#333 !important  }

.bread .active { cursor: auto; }

@media screen and (max-width: 1219px) { .bread { min-height: auto; } }

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

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

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

.bread .item-title { font-family: "PlayfairDisplay-BoldItalic", arial; font-size: 30px; font-size: 3rem; line-height: 1.2; margin-bottom: 22px; text-transform: uppercase; }

@media screen and (max-width: 1219px) { .bread .item-title { font-size: 28px; font-size: 2.8rem; margin-bottom: 15px; } }

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

@media screen and (max-width: 767px) { .bread .item-title { font-size: 20px; font-size: 2rem; margin-bottom: 5px; } }

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

.bread .item-subt { font-size: 16px; font-size: 1.6rem; line-height: 1.2; font-weight: normal; }

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

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

/*-------------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-box { overflow: hidden; width: 300px; height: 40px; background: #fff; border: 1px solid #E5E5E5; -webkit-border-radius: 10px; border-radius: 10px; cursor: pointer; position: relative; margin-left: 16px; }

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

.search-box .iconfont { font-size: 16px; font-size: 1.6rem; color: #fff; position: absolute; width: 40px; background-color: #EF9C73; text-align: center; top: -1px; bottom: -1px; z-index: 0; right: -1px; line-height: 40px; -webkit-border-radius: 10px; border-radius: 10px; }

.search-box .item-input { display: block; height: 38px; line-height: 38px; width: 100%; padding: 0 45px 0 26px; font-size: 16px; font-size: 1.6rem; color: #666; font-family: "PlayfairDisplay-Italic", arial; }

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

/*-------------header start----------------------------------------------------------------*/
.header .h-top { border-bottom: solid 1px #E5E5E5; padding: 11px 0; line-height: 40px; }

@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 .wp { width: 100%; padding: 0; } }

.header .h-top .lang-box { float: right; position: relative; }
.header .h-top .lang-box:hover .lang-list{
    display:block !important;
}
@media screen and (max-width: 991px) { .header .h-top .lang-box { margin-right: 45px; } }

.header .h-top .lang-box .lang-title { -webkit-border-radius: 10px; border-radius: 10px; min-width: 160px; height: 40px; line-height: 38px; padding-right: 20px; padding-left: 5px; border: solid 1px #EF9C73; background-color: #EF9C73; font-size: 16px; font-size: 1.6rem; color: #fff; cursor: pointer; }

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

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

@media screen and (max-width: 991px) { .header .h-top .lang-box .lang-title { height: 26px; line-height: 24px; font-size: 12px; font-size: 1.2rem; -webkit-border-radius: 5px; border-radius: 5px; min-width: 140px; } }

.header .h-top .lang-box .lang-list { display: none; position: absolute; z-index: 99; background-color: #EF9C73; 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; color: #fff; }

.header .h-top .lang-box .lang-list a:hover { text-decoration: underline; }

@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; float:none }

.header .h-top .item-text { float: left; margin-right: 20px; font-family: "PlayfairDisplay-Italic", arial; font-size: 16px; font-size: 1.6rem; }

.header .h-top .item-text, .header .h-top .item-text a { color: #666; }

.header .h-top .item-text a:hover { color: #EF9C73; }

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

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

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

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

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

@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 .h-select { float: right; position: relative; margin-top: 33px; }

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

@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: #EF9C73; cursor: pointer; }

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

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

.header .h-select .box-yiji li > a { line-height: 26px; display: block; padding: 10px 15px; text-transform: capitalize; font-size: 20px; font-size: 2rem; font-family: "PlayfairDisplay-BoldItalic", arial; -webkit-border-radius: 10px; border-radius: 10px; }

@media screen and (max-width: 1219px) { .header .h-select .box-yiji li > a { font-size: 16px; font-size: 1.6rem; padding: 6px 15px; } }

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

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

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

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

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

.header .navlist > li > a { font-size: 20px; font-size: 2rem; text-transform: capitalize; display: block; position: relative; line-height: 24px; font-family: "PlayfairDisplay-BoldItalic", arial; }

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

@media screen and (max-width: 1219px) { .header .navlist { margin-top: 0; float: left; width: 930px; width: 930px \9; }
  .header .navlist > li { width: 14.28%; margin: 0; padding-bottom: 15px; }
  .header .navlist > li > a { font-size: 18px; font-size: 1.8rem; 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: 186px; 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; }

.header .yiji li { background-color: #150F03; background-color: rgba(21, 15, 3, 0.5); margin-bottom: 1px; position: relative; text-align: left; }

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

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

.header .yiji li:hover > a { background-color: #150F03; }

.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: 186px; border-left: solid 4px transparent; }

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

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

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

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

/* Internet Explorer 10+ */
.footer { position: relative; background: #333 url(../img/bg2.jpg) no-repeat top center; }

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

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

.footer .f-top { position: relative; padding: 78px 0 26px; 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: 30px; }

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

.footer .f-top .flist .box-list a:hover { color: #EF9C73; }

.footer .f-top .footer-title { font-size: 20px; font-size: 2.0rem; line-height: 1.2; margin-bottom: 19px; font-weight: bold; text-transform: uppercase; }

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

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

.footer .f-top .flist3 { width: 447px; padding-right: 40px; }

.footer .f-top .flist4 { width: 438px; }

.footer .f-top .flist4 .footer-title { padding-left: 15px; }

@media screen and (max-width: 1219px) { .footer .f-top .flist .footer-title { font-size: 18px; font-size: 1.8rem; text-transform: capitalize; }
  .footer .f-top .flist .box-list { font-size: 14px; font-size: 1.4rem; line-height: 26px; }
  .footer .f-top .flist1 { width: 140px; }
  .footer .f-top .flist2 { width: 200px; }
  .footer .f-top .flist3 { width: 260px; padding-right: 15px; }
  .footer .f-top .flist4 { width: 360px; } }

@media screen and (max-width: 991px) { .footer .f-top { padding: 65px 0 25px; }
  .footer .f-top .flist1 { width: 50%; }
  .footer .f-top .flist2 { width: 50%; }
  .footer .f-top .flist3 { width: 50%; margin-top: 20px; }
  .footer .f-top .flist4 { width: 50%; margin-top: 20px; } }

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

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

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

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

.footer .f-follow a:hover { text-decoration: none; }

.footer .f-follow a:hover .iconfont { color: #EF9C73; background-color: #fff; }

.footer .f-follow a .iconfont { display: block; position: relative; font-size: 18px; font-size: 1.8rem; width: 34px; height: 34px; line-height: 34px; text-align: center; -webkit-border-radius: 10px; border-radius: 10px; color: #fff; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; }

@media screen and (max-width: 767px) { .footer .f-follow a .iconfont { width: 28px; height: 28px; line-height: 28px; color: #EF9C73; background-color: #fff; font-size: 16px; font-size: 1.6rem; } }

.footer .f-keys { font-size: 16px; font-size: 1.6rem; line-height: 20px; margin-bottom: 23px; }

.footer .f-keys a { display: inline-block;  }

@media screen and (max-width: 1219px) { .footer .f-keys { font-size: 14px; font-size: 1.4rem; margin-bottom: 15px; } }

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

.footer .f-bot { border-top: solid 1px #FFFFFF; border-top-color: rgba(255, 255, 255, 0.2); padding: 20px 0 22px; line-height: 20px; font-size: 14px; font-size: 1.4rem; }

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

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

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

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

.footer .f-bot .links a { display: inline-block;  }

@media screen and (max-width: 1219px) { .footer .f-bot .links { margin-top: 10px; } }

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

.footer .f-bot .f-follow { display: none; padding: 0 0 10px; }

.footer .f-bot .f-follow a { margin-left: 10px; }

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

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

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

.f-form .star:before { position: absolute; content: '*'; font-size: 20px; font-size: 2rem; color: #C11325; line-height: 1; left: 0; top: 10px; }

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

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

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

.f-form input, .f-form select { height: 31px; line-height: 30px; -webkit-border-radius: 16px; border-radius: 16px; }

.f-form textarea { height: 78px; line-height: 20px; -webkit-border-radius: 10px; border-radius: 10px; padding-top: 5px; padding-bottom: 5px; }

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

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

@media screen and (max-width: 1219px) { .f-form .code-input { width: 221px; margin-right: 10px; } }

.f-form .item-img { float: left; cursor: pointer; display:flex; -webkit-border-radius: 16px; border-radius: 16px; }

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

.f-form .item-btn { float: left; width: 115px; margin-top: 21px; background-color: #EF9C73; border: 0; color: #fff; text-align: center; padding: 0; font-size: 16px; font-size: 1.6rem; cursor:pointer }

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

/*-------------footer end------------------------------------------------------------------*/
/*-------------index start-----------------------------------------------------------------*/
.index-service { padding: 96px 0 70px; }

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

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

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

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

.index-service .box-list .list-item { display: inline-block; vertical-align: top; width: 21.83333%; margin-left: 4.22222%; margin-bottom: 30px; background: #FFFFFF; -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.32); box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.32); -webkit-border-radius: 20px; border-radius: 20px; text-align: center; padding: 53px 15px; }

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

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

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

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

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

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

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

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

.index-service .box-list .item-title { margin-top: 15px; font-size: 18px; font-size: 1.8rem; line-height: 24px; font-weight: bold; }

.index-service .box-list .item-title a { text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }

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

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

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

.index-service .box-list .item-desc, .index-service .box-list .item-desc a { color: #999; }

@media screen and (max-width: 1219px) { .index-service .box-list .item-desc { line-height: 24px; height: 72px; } }

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

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

.index-service .box-list .item-btn { margin-top: 22px; display: inline-block; min-width: 138px; line-height: 24px; border: solid 1px #EF9C73; padding: 6px; -webkit-border-radius: 19px; border-radius: 19px; background-color: #EF9C73; color: #fff; text-align: center; font-size: 18px; font-size: 1.8rem; }

@media screen and (max-width: 1219px) { .index-service .box-list .item-btn { font-size: 16px; font-size: 1.6rem; min-width: 130px; padding: 5px; margin-top: 15px; } }

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

@media screen and (max-width: 767px) { .index-service .box-list .item-btn { font-size: 12px; font-size: 1.2rem; min-width: 90px; padding: 3px; } }

.index-title { font-family: "PlayfairDisplay-BoldItalic", arial; font-size: 56px; font-size: 5.6rem; font-weight: bold; line-height: 1; }

.index-title a { display: inline-block; position: relative; padding-right: 56px; }

.index-title a:before { position: absolute; content: ''; width: 46px; height: 4px; -webkit-border-radius: 2px; border-radius: 2px; background-color: #EF9C73; right: 0; bottom: 5px; }

.index-title a:hover { color: #EF9C73; }

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

@media screen and (max-width: 991px) { .index-title { font-size: 32px; font-size: 3.2rem; } }

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

.index-about { margin-bottom: 90px; }

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

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

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

.index-about .item-pic { float: right; top:90px; width: 50.5%; padding-right: 1.66667%; padding-bottom: 0.91667%; margin-left: 7.08333%; position: relative; z-index: 2; }

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

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

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

.index-about .item-pic:before { position: absolute; content: ''; right: 0; bottom: 0; left: 1.66667%; top: 0.91667%; /*background-color: #FF7E0E; */-webkit-border-radius: 171px; border-radius: 171px; }

@media screen and (max-width: 1219px) { .index-about .item-pic:before { -webkit-border-radius: 150px; border-radius: 150px; } }

@media screen and (max-width: 991px) { .index-about .item-pic:before { -webkit-border-radius: 100px; border-radius: 100px; } }

@media screen and (max-width: 767px) { .index-about .item-pic:before { -webkit-border-radius: 60px; border-radius: 60px; } }

.index-about .item-pic a { display: block; overflow: hidden; /*-webkit-border-radius: 171px;*/ /*border-radius: 171px;*/ position: relative; }

@media screen and (max-width: 1219px) { .index-about .item-pic a { -webkit-border-radius: 150px; border-radius: 150px; } }

@media screen and (max-width: 991px) { .index-about .item-pic a { -webkit-border-radius: 100px; border-radius: 100px; } }

@media screen and (max-width: 767px) { .index-about .item-pic a { -webkit-border-radius: 60px; border-radius: 60px; } }

.index-about .index-title { margin-bottom: 26px; margin-top: 89px; }

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

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

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

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

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

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

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

.index-about .item-btn { display: inline-block; min-width: 138px; line-height: 24px; padding: 7px; -webkit-border-radius: 20px; border-radius: 20px; border: solid 1px #EF9C73; color: #fff; text-align: center; font-size: 18px; font-size: 1.8rem; background-color: #EF9C73; }

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

@media screen and (max-width: 767px) { .index-about .item-btn { font-size: 14px; font-size: 1.4rem; line-height: 20px; padding: 3px; min-width: 100px; } }

.index-app { background: url(../img/bg1.jpg) no-repeat center; padding: 100px 0 170px; margin-bottom: 100px; background-size: 100% 100%; }

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

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

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

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

@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 .swiper-container { width: 100%; max-width: 1875px; margin: 0 auto; --swiper-navigation-color: #333; --swiper-navigation-size: 47px; }

.index-app .swiper-container:hover .swiper-button-next, .index-app .swiper-container:hover .swiper-button-prev { display: block; }

@media screen and (max-width: 1219px) { .index-app .swiper-container { --swiper-navigation-size: 40px; } }

@media screen and (max-width: 991px) { .index-app .swiper-container { --swiper-navigation-size: 30px; } }

@media screen and (max-width: 767px) { .index-app .swiper-container { --swiper-navigation-size: 20px; } }

@media screen and (max-width: 480px) { .index-app .swiper-container { --swiper-navigation-size: 16px; } }

.index-app .swiper-slide { width: 33.33% !important; -webkit-transform: scale(0.704); -moz-transform: scale(0.704); -ms-transform: scale(0.704); -o-transform: scale(0.704); transform: scale(0.704); }

.index-app .swiper-slide .item-pic { -webkit-border-radius: 20px; border-radius: 20px; }

.index-app .swiper-slide .item-title { display: none; font-size: 24px; font-size: 2.4rem; line-height: 1.2; text-align: center; margin-top: 24px; }

@media screen and (max-width: 1219px) { .index-app .swiper-slide .item-title { font-size: 20px; font-size: 2rem; margin-top: 16px; } }

@media screen and (max-width: 991px) { .index-app .swiper-slide .item-title { font-size: 16px; font-size: 1.6rem; margin-top: 10px; } }

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

.index-app .swiper-slide.swiper-slide-active { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }

.index-app .swiper-slide.swiper-slide-active .item-title { display: block; }

.index-app .swiper-button-prev { left: -moz-calc(33.33% - var(--swiper-navigation-size) - 10px); left: calc(33.33% - var(--swiper-navigation-size) - 10px); }

@media screen and (max-width: 1219px) { .index-app .swiper-button-prev { left: -moz-calc(33.33% - var(--swiper-navigation-size)); left: calc(33.33% - var(--swiper-navigation-size)); } }

.index-app .swiper-button-prev:after { font-family: "iconfont" !important; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: '\e642'; display: block; width: 100%; text-align: center; margin: 0 auto; }

.index-app .swiper-button-next { right: -moz-calc(33.33% - var(--swiper-navigation-size) - 10px); right: calc(33.33% - var(--swiper-navigation-size) - 10px); }

@media screen and (max-width: 1219px) { .index-app .swiper-button-next { right: -moz-calc(33.33% - var(--swiper-navigation-size)); right: calc(33.33% - var(--swiper-navigation-size)); } }

.index-app .swiper-button-next:after { font-family: "iconfont" !important; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: '\e63c'; display: block; width: 100%; }

.index-app .swiper-button-next, .index-app .swiper-button-prev { width: -moz-calc(var(--swiper-navigation-size)); width: calc(var(--swiper-navigation-size)); margin-top: -moz-calc(-1 * var(--swiper-navigation-size) / 2 - 26px); margin-top: calc(-1 * var(--swiper-navigation-size) / 2 - 26px); -webkit-transition: all .35s; -o-transition: all .35s; -moz-transition: all .35s; transition: all .35s; }

@media screen and (max-width: 991px) { .index-app .swiper-button-next, .index-app .swiper-button-prev { margin-top: -moz-calc(-1 * var(--swiper-navigation-size) / 2 - 17px); margin-top: calc(-1 * var(--swiper-navigation-size) / 2 - 17px); } }

@media screen and (max-width: 991px) { .index-app .swiper-button-next, .index-app .swiper-button-prev { margin-top: -moz-calc(-1 * var(--swiper-navigation-size) / 2 - 15px); margin-top: calc(-1 * var(--swiper-navigation-size) / 2 - 15px); } }

@media screen and (max-width: 767px) { .index-app .swiper-button-next, .index-app .swiper-button-prev { margin-top: -moz-calc(-1 * var(--swiper-navigation-size) / 2 - 10px); margin-top: calc(-1 * var(--swiper-navigation-size) / 2 - 10px); } }

.index-app .swiper-button-next:hover, .index-app .swiper-button-prev:hover { color: #EF9C73; }

.index-video { margin-bottom: 100px; }

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

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

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

.index-video .item-pic { float: left; width: 44.5%; padding-right: 1.66667%; padding-bottom: 0.91667%; margin-right: 7.08333%; position: relative; z-index: 2; }

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

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

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

.index-video .item-pic:before { position: absolute; content: ''; right: 0; bottom: 0; left: 1.66667%; top: 0.91667%; background-color: #FF7E0E; -webkit-border-radius: 171px; border-radius: 171px; }

@media screen and (max-width: 1219px) { .index-video .item-pic:before { -webkit-border-radius: 150px; border-radius: 150px; } }

@media screen and (max-width: 991px) { .index-video .item-pic:before { -webkit-border-radius: 100px; border-radius: 100px; } }

@media screen and (max-width: 767px) { .index-video .item-pic:before { -webkit-border-radius: 60px; border-radius: 60px; } }

.index-video .item-pic .item-box { display: block; overflow: hidden; -webkit-border-radius: 171px; border-radius: 171px; position: relative; }

@media screen and (max-width: 1219px) { .index-video .item-pic .item-box { -webkit-border-radius: 150px; border-radius: 150px; } }

@media screen and (max-width: 991px) { .index-video .item-pic .item-box { -webkit-border-radius: 100px; border-radius: 100px; } }

@media screen and (max-width: 767px) { .index-video .item-pic .item-box { -webkit-border-radius: 60px; border-radius: 60px; } }

.index-video .item-pic .iconfont { cursor: pointer; font-size: 110px; font-size: 11rem; position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); color: #fff; }

@media screen and (max-width: 1219px) { .index-video .item-pic .iconfont { font-size: 90px; font-size: 9rem; } }

@media screen and (max-width: 991px) { .index-video .item-pic .iconfont { font-size: 70px; font-size: 7rem; } }

@media screen and (max-width: 767px) { .index-video .item-pic .iconfont { font-size: 50px; font-size: 5rem; } }

.index-video .index-title { margin-bottom: 26px; margin-top: 89px; }

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

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

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

.index-video .item-desc { overflow: visible; font-size: 16px; font-size: 1.6rem; line-height: 30px; margin-bottom: 30px; }

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

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

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

.index-video .item-btn { display: inline-block; min-width: 138px; line-height: 24px; padding: 7px; -webkit-border-radius: 20px; border-radius: 20px; border: solid 1px #EF9C73; color: #fff; text-align: center; font-size: 18px; font-size: 1.8rem; background-color: #EF9C73; }

@media screen and (max-width: 991px) { .index-video .item-btn { font-size: 16px; font-size: 1.6rem; padding: 5px; min-width: 120px; } }

@media screen and (max-width: 767px) { .index-video .item-btn { font-size: 14px; font-size: 1.4rem; line-height: 20px; padding: 3px; min-width: 100px; } }

/* index-hotpro start */
.index-hotpro { position: relative; margin-bottom: 92px; }

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

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

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

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

.index-hotpro .hotpro-scroll { float: right; width: 55.41667%; position: relative; }

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

@media screen and (max-width: 767px) { .index-hotpro .hotpro-scroll { width: 100%; } }

.index-hotpro .hotpro-scroll .scroll-btns { display: none; }

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

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

.index-hotpro .hotpro-scroll .scroll-list .list-item { float: left; width: 0.314%; margin-right:0.02%; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; position: relative; overflow: hidden; text-align: center; }

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

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

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

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

.index-hotpro .hotpro-scroll .scroll-list .item-btn { display: inline-block; min-width: 158px; line-height: 24px; padding: 7px; -webkit-border-radius: 20px; border-radius: 20px; border: solid 1px #fff; color: #EF9C73; text-align: center; font-size: 18px; font-size: 1.8rem; background-color: #fff; }

@media screen and (max-width: 1219px) { .index-hotpro .hotpro-scroll .scroll-list .item-btn { font-size: 16px; font-size: 1.6rem; padding: 5px; min-width: 120px; } }

@media screen and (max-width: 767px) { .index-hotpro .hotpro-scroll .scroll-list .item-btn { font-size: 14px; font-size: 1.4rem; line-height: 20px; padding: 3px; min-width: 100px; } }

.index-hotpro .hotpro-scroll .scroll-list .item-box { border: 1px solid #D0D0D0; -webkit-border-radius: 20px; border-radius: 20px; overflow: hidden; }

.index-hotpro .hotpro-scroll .scroll-list .item-pic { border: 1px solid #D0D0D0; border-top: 0; -webkit-border-radius: 20px; border-radius: 20px; margin-left: -1px; margin-right: -1px; }

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

.index-hotpro .hotpro-scroll .scroll-list .item-body { padding: 17px 5px 15px; }

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

.index-hotpro .hotpro-scroll .scroll-list .item-title { margin-bottom: 5px; font-size: 16px; font-size: 1.6rem; line-height: 1.2; }

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

.index-hotpro .hotpro-scroll .scroll-list .item-desc { font-size: 12px; font-size: 1.2rem; line-height: 18px; height: 36px; }

.index-hotpro .hotpro-scroll .scroll-list .item-desc, .index-hotpro .hotpro-scroll .scroll-list .item-desc a { color: #999; }

.index-hotpro .box-item { position: absolute; right: 55.41667%; top: 0; bottom: 0; width: 496px; padding-right: 80px; }

@media screen and (max-width: 1219px) { .index-hotpro .box-item { padding-right: 30px; width: 420px; } }

@media screen and (max-width: 991px) { .index-hotpro .box-item { width: 360px; right: 50%; } }

@media screen and (max-width: 767px) { .index-hotpro .box-item { width: 100%; padding: 0; position: relative; right: 0; margin-bottom: 20px; } }

.index-hotpro .box-item .index-title { margin-bottom: 27px; }

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

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

.index-hotpro .box-item .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 30px; }

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

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

.index-hotpro .box-item .scroll-btns { margin-top: 34px; }

.index-hotpro .box-item .scroll-btns .iconfont { font-size: 30px; font-size: 3rem; cursor: pointer; }

.index-hotpro .box-item .scroll-btns .iconfont:hover { color: #EF9C73; }

@media screen and (max-width: 1219px) { .index-hotpro .box-item .scroll-btns { margin-top: 20px; } }

@media screen and (max-width: 991px) { .index-hotpro .box-item .scroll-btns { margin-top: 15px; }
  .index-hotpro .box-item .scroll-btns .iconfont { font-size: 20px; font-size: 2rem; } }

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

.index-item .item-title { font-family: "PlayfairDisplay-BoldItalic", arial; font-size: 56px; font-size: 5.6rem; line-height: 1; margin-bottom: 8px; padding-bottom: 34px; position: relative; }

.index-item .item-title:before { position: absolute; content: ''; width: 54px; height: 4px; -webkit-border-radius: 2px; border-radius: 2px; background-color: #EF9C73; left: 0; right: 0; margin: 0 auto; bottom: 5px; }

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

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

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

.index-item .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 28px; }

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

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

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

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

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

@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 .box-list { letter-spacing: 0; border-top: solid 1px #999999; /* @media screen and (max-width:480px) { border-top: 0; } */ }

.index-news .box-list .list-item { display: inline-block; vertical-align: top; width: 100%; padding: 26px 0; border-bottom: solid 1px #999999; /* @media screen and (max-width:480px) { width: 48%; margin: 0 1% 20px; padding: 0; border: 0; } */ }

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

.index-news .box-list .item-pic { float: left; width: 200px; margin-right: 40px; -webkit-border-radius: 20px; border-radius: 20px; /* @media screen and (max-width:480px) { float: none!important; width: 100%!important; margin: 0 auto 10px!important; } */ }

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

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

@media screen and (max-width: 991px) { .index-news .box-list .item-pic { width: 140px; margin-right: 15px; } }

@media screen and (max-width: 767px) { 
    .index-news .box-list .item-pic {
        width: 120px; 
        -webkit-border-radius: 10px;
        border-radius: 10px;
        margin-right: 10px;
        } 
        .index-news .box-list .item-body .item-wen{
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            font-size: 14px;
        }
}

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

.index-news .box-list .item-title { margin-top: 7px; margin-bottom: 12px; font-size: 20px; font-size: 2rem; font-weight: bold; line-height: 1.2; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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-faq .faq-list { padding-bottom: 0; }

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

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

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

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

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

@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-download .download-list { padding-bottom: 0; }

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

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

.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 .iconfont { display: inline-block; font-size: 2.6rem; font-size: 2.6rem; color: #fff; position: relative; }

@media screen and (max-width: 991px) { .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 end-------------------------------------------------------------------*/
.page_wrap { padding: 100px 0; }

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

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

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

/*-------------products1 start-------------------------------------------------------------*/
.slide-title { position: relative; margin-bottom: 18px; }

.slide-title a, .slide-title p { display: inline-block; background-color: #EF9C73; min-width: 170px; line-height: 24px; padding: 10px; -webkit-border-radius: 22px; border-radius: 22px; font-size: 16px; font-size: 1.6rem; font-weight: bold; color: #fff; text-align: center; }

.slide-title.slide-title1 { display: block; }

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

@media screen and (max-width: 991px) { .slide-title.slide-title1 { display: none; }
  .slide-title.slide-title2 { display: block; }
  .slide-title a, .slide-title p { display: block; min-width: auto; text-align: left; padding: 5px 40px 5px 10px; -webkit-border-radius: 8px; border-radius: 8px; } }

.attr-slide { margin-bottom: 25px; }

.attr-slide .box-list strong { float: left; font-weight: normal; font-size: 16px; font-size: 1.6rem; line-height: 20px; color: #666; margin-right: 10px; }

@media screen and (max-width: 991px) { .attr-slide .box-list strong { font-size: 14px; font-size: 1.4rem; } }

.attr-slide .box-list .item-body { overflow: hidden; font-size: 0; letter-spacing: 0; }

.attr-slide .box-list .item-body label { display: inline-block; vertical-align: top; font-size: 14px; font-size: 1.4rem; line-height: 20px; color: #999; margin-right: 20px; margin-bottom: 10px; }

.attr-slide .box-list .item-body label input { margin-right: 10px; }

@media screen and (max-width: 991px) { .attr-slide .box-list .item-body label { margin-right: 15px; }
  .attr-slide .box-list .item-body label input { margin-right: 5px; } }

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

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

.pro1-top .item-title { font-size: 24px; font-size: 2.4rem; line-height: 1.2; font-weight: bold; }

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

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

.pro1-top .item-desc { margin-top: 6px; font-size: 14px; font-size: 1.4rem; line-height: 30px; color: #666; }

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

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

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

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

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

.pro1-list .list-item { display: inline-block; vertical-align: top; width: 22.66667%; margin-left: 2.11111%; margin-bottom: 30px; text-align: center; }

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

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

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

.pro1-list .item-box { border: 1px solid #D0D0D0; -webkit-border-radius: 20px; border-radius: 20px; overflow: hidden; margin-bottom: 20px; }

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

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

.pro1-list .item-pic { border: 1px solid #D0D0D0; border-top: 0; -webkit-border-radius: 20px; border-radius: 20px; margin-left: -1px; margin-right: -1px; }

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

.pro1-list .item-body { padding: 17px 5px 15px; }

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

.pro1-list .item-title { margin-bottom: 5px; font-size: 16px; font-size: 1.6rem; line-height: 1.2; }

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

.pro1-list .item-desc { font-size: 12px; font-size: 1.2rem; line-height: 18px; height: 36px; }

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

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

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

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

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

.pro1-list .item-btn { text-align: center; display: inline-block; vertical-align: middle; min-width: 140px; -webkit-border-radius: 20px; border-radius: 20px; line-height: 20px; padding: 9px 5px; color: #EF9C73; border: solid 1px #EF9C73; font-size: 16px; font-size: 1.6rem; }

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

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

/* .pro1-list end */
/*-------------products1 end---------------------------------------------------------------*/
/*-------------products2 start-------------------------------------------------------------*/
.pro2-box { margin-bottom: 60px; }

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

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

.pro2-box .m-propic .provideo-box { border: 1px solid #999999; -webkit-border-radius: 40px; border-radius: 40px; 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: right; width: 423px; -webkit-border-radius: 40px; border-radius: 40px; }

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

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

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

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

.pro2-box .m-propic .pic-small { position: relative; float: left; width: 104px; padding: 42px 0; }

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

.pro2-box .m-propic .pic-btn .iconfont { font-size: 30px; font-size: 3rem; color: #333; }

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

.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: 340px; overflow: hidden; }

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

.pro2-box .m-propic .pic-list .list-item {     margin-bottom: 14px;
    overflow: visible;
    padding-left: 0;
    position: relative;
    padding-bottom: 100%; }

.pro2-box .m-propic .pic-list .item-pics, .pro2-box .m-propic .pic-list .item-video {border: 1px solid #999999;
    -webkit-border-radius: 10px;
    text-align:center;
    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%;
 
}

.pro2-box .m-propic .pic-list .item-pics img, .pro2-box .m-propic .pic-list .item-video img {    max-width: 100% !important; max-height: 100% !important;  }

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

.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: #333; }
  .pro2-box .m-propic2 .box-btn .iconfont:hover { color: #EF9C73; }
  .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: 20px; border-radius: 20px; border: 1px solid #D0D0D0; overflow: hidden; }
  
  
 .pro2-box .m-propic2 .list-item .item-pic {
    position: relative;
    display: block;
    text-align: center;
    overflow: hidden;
	
	
height: 0px;
padding-bottom: 100%;
}
  .pro2-box .m-propic2 .list-item .video-play { max-width: 80%;

display: inline-block;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%,-50%); } }

@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 { font-weight: bold; font-size: 20px; font-size: 2rem; line-height: 1.2; margin-bottom: 24px; margin-top: 25px; }

@media screen and (max-width: 1219px) { .pro2-info .item-title { margin-top: 0; margin-bottom: 20px; } }

@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-top: 20px; padding-bottom: 20px; min-height: 168px; font-size: 16px; font-size: 1.6rem; line-height: 30px; }

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

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

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

@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 { padding: 15px 0; line-height: 20px; font-size: 12px; font-size: 1.2rem; }
  .pro2-info .item-desc p { min-height: 20px; } }

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

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

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

.pro2-info .item-btns > * { display: inline-block; vertical-align: middle; margin-bottom: 10px; }

.pro2-info .item-btn { min-width: 117px; line-height: 20px; padding: 7px; border: solid 1px #EF9C73; font-size: 14px; font-size: 1.4rem; text-align: center; -webkit-border-radius: 18px; border-radius: 18px; color: #EF9C73; margin-right: 30px; }

@media screen and (max-width: 1219px) { .pro2-info .item-btn { margin-right: 20px; } }

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

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

@media screen and (max-width: 480px) { .pro2-info .item-btn { width: 100%; margin-right: 0; } }

.pro2-info .item-down { font-size: 18px; font-size: 1.8rem; line-height: 26px; }

.pro2-info .item-down .iconfont { margin-right: 5px; }

.pro2-info .item-down:hover { color: #EF9C73; }

@media screen and (max-width: 1419px) { .pro2-info .item-down { font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 1219px) { .pro2-info .item-down { font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 767px) { .pro2-info .item-down { font-size: 12px; font-size: 1.2rem; margin-bottom: 0; line-height: 20px; }
  .pro2-info .item-down .iconfont { font-size: 14px; font-size: 1.4rem; margin-right: 0; } }

.pro2-title { position: relative; font-size: 30px; font-size: 3rem; font-weight: bold; line-height: 1.2; border-bottom: solid 1px #D2D2D2; padding-bottom: 21px; text-transform: capitalize; }

.pro2-title:before { position: absolute; content: ''; right: 0; bottom: -2px; left: 0; width: 67px; height: 3px; background-color: #EF9C73; }

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

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

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

.pro2-attr .item-title { display: inline-block; min-width: 170px; line-height: 24px; padding: 10px; -webkit-border-radius: 22px; border-radius: 22px; background-color: #EF9C73; text-align: center; font-weight: bold; font-size: 16px; font-size: 1.6rem; color: #fff; }

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

@media screen and (max-width: 991px) { .pro2-attr .item-title { font-size: 14px; font-size: 1.4rem; min-width: 140px; } }

@media screen and (max-width: 767px) { .pro2-attr .item-title { font-size: 12px; font-size: 1.2rem; padding: 5px; min-width: 100px; } }

.pro2-attr .item-desc { padding: 15px 0 0; font-size: 14px; font-size: 1.4rem; line-height: 24px; }

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

.pro2-spec .item-body { padding: 34px 0 60px; font-size: 16px; font-size: 1.6rem; line-height: 32px; }

.pro2-spec .item-body p { min-height: 32px; }

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

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

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

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

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

.pro2-tags * { display: inline-block; vertical-align: top; font-size: 14px; font-size: 1.4rem; line-height: 24px; margin: 0 10px 10px; }

.pro2-tags a { border: solid 1px #EF9C73; display: inline-block; -webkit-border-radius: 18px; border-radius: 18px; padding: 5px 33px; color: #EF9C73; }

.pro2-tags a:hover { background-color: #EF9C73; border-color: #EF9C73; color: #fff; }

.pro2-tags strong { padding: 5px 0; color: #000; font-size: 16px; font-size: 1.6rem; margin: 0; margin-right: 10px; }

@media screen and (max-width: 991px) { .pro2-tags a { padding: 0 15px; }
  .pro2-tags strong { padding: 0; } }

@media screen and (max-width: 767px) { .pro2-tags * { font-size: 12px; font-size: 1.2rem; line-height: 20px; margin: 0 5px 10px; }
  .pro2-tags strong { font-size: 14px; font-size: 1.4rem; } }

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

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

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

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

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

.related-scroll .scroll-btns .scroll-btn { cursor: pointer; display: inline-block; vertical-align: top; font-size: 26px; font-size: 2.6rem; color: #333; }

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

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

@media screen and (max-width: 991px) { .related-scroll .scroll-btns { top: -30px; }
  .related-scroll .scroll-btns .scroll-btn { font-size: 20px; font-size: 2.0rem; }
  .related-scroll .scroll-btns .prev { margin-right: 5px; } }

@media screen and (max-width: 767px) { .related-scroll .scroll-btns { top: -28px; }
  .related-scroll .scroll-btns .scroll-btn { font-size: 16px; font-size: 1.6rem; }
  .related-scroll .scroll-btns .prev { margin-right: 5px; } }

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

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

.related-scroll .scroll-list .list-item { float: left; width: 0.22667%; margin-right: 0.03111%; overflow: hidden; text-align: center; }

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

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

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

.related-scroll .scroll-list .item-box { border: 1px solid #D0D0D0; -webkit-border-radius: 20px; border-radius: 20px; overflow: hidden; margin-bottom: 20px; }

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

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

.related-scroll .scroll-list .item-pic { border: 1px solid #D0D0D0; border-top: 0; -webkit-border-radius: 20px; border-radius: 20px; margin-left: -1px; margin-right: -1px; }

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

.related-scroll .scroll-list .item-body { padding: 17px 5px 15px; }

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

.related-scroll .scroll-list .item-title { margin-bottom: 5px; font-size: 16px; font-size: 1.6rem; line-height: 1.2; }

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

.related-scroll .scroll-list .item-desc { font-size: 12px; font-size: 1.2rem; line-height: 18px; height: 36px; }

.related-scroll .scroll-list .item-desc, .related-scroll .scroll-list .item-desc a { color: #999; }

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

.related-scroll .scroll-list .item-btnbox input { display: inline-block; vertical-align: middle; margin-right: 11px; }

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

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

.related-scroll .scroll-list .item-btn { text-align: center; display: inline-block; vertical-align: middle; min-width: 140px; -webkit-border-radius: 20px; border-radius: 20px; line-height: 20px; padding: 9px 5px; color: #EF9C73; border: solid 1px #EF9C73; font-size: 16px; font-size: 1.6rem; }

@media screen and (max-width: 1219px) { .related-scroll .scroll-list .item-btn { padding: 5px; min-width: 110px; font-size: 14px; font-size: 1.4rem; } }

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

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

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

.news-scroll { position: relative; }

.news-scroll .scroll-btns { position: absolute; right: 0; top: -40px; font-size: 0; letter-spacing: 0; }

.news-scroll .scroll-btns .scroll-btn { cursor: pointer; display: inline-block; vertical-align: top; font-size: 26px; font-size: 2.6rem; color: #333; }

.news-scroll .scroll-btns .scroll-btn:hover { color: #EF9C73; }

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

@media screen and (max-width: 991px) { .news-scroll .scroll-btns { top: -30px; }
  .news-scroll .scroll-btns .scroll-btn { font-size: 20px; font-size: 2.0rem; }
  .news-scroll .scroll-btns .prev { margin-right: 5px; } }

@media screen and (max-width: 767px) { .news-scroll .scroll-btns { top: -28px; }
  .news-scroll .scroll-btns .scroll-btn { font-size: 16px; font-size: 1.6rem; }
  .news-scroll .scroll-btns .prev { margin-right: 5px; } }

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

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

.news-scroll .scroll-list > li { float: left; width: 1%; }

.news-scroll .scroll-list .box-list { font-size: 0; letter-spacing: 0; /* @media screen and (max-width:480px) { border-top: 0; } */ }

.news-scroll .scroll-list .box-list .list-item { display: inline-block; vertical-align: top; width: 100%; padding: 26px 0; border-bottom: solid 1px #D2D2D2; /* @media screen and (max-width:480px) { width: 48%; margin: 0 1% 20px; padding: 0; border: 0; } */ }

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

.news-scroll .scroll-list .box-list .item-pic { float: left; width: 200px; margin-right: 40px; -webkit-border-radius: 20px; border-radius: 20px; /* @media screen and (max-width:480px) { float: none!important; width: 100%!important; margin: 0 auto 10px!important; } */ }

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

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

@media screen and (max-width: 991px) { .news-scroll .scroll-list .box-list .item-pic { width: 140px; margin-right: 15px; } }

@media screen and (max-width: 767px) { .news-scroll .scroll-list .box-list .item-pic { width: 120px; -webkit-border-radius: 10px; border-radius: 10px; margin-right: 10px; } }

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

.news-scroll .scroll-list .box-list .item-title { margin-top: 7px; margin-bottom: 12px; font-size: 20px; font-size: 2rem; font-weight: bold; line-height: 1.2; }

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

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

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

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

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

@media screen and (max-width: 991px) { .news-scroll .scroll-list .box-list .item-date { font-size: 14px; font-size: 1.4rem; margin-bottom: 10px; } }

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

.news-scroll .scroll-list .box-list .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 30px; height: 60px; }

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

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

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

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

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

.contact-box .item-info p { min-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: #EF9C73; }

.contact-box .item-info .item-title { font-weight: bold; font-size: 24px; font-size: 2.4rem; line-height: 1.2; margin-bottom: 25px; color: #333; }

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

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

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

.contact-box .item-form .box-title { text-align: center; font-size: 26px; font-size: 2.6rem; line-height: 1.2; margin-bottom: 33px; }

@media screen and (max-width: 1219px) { .contact-box .item-form .box-title { font-size: 24px; font-size: 2.4rem; margin-bottom: 25px; } }

@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: 16px; font-size: 1.6rem; margin-bottom: 15px; } }

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

@media screen and (max-width: 480px) { .contact-box .item-form .attachment { padding-left: 10px; } }

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

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

.contact-box .item-form .attachment .file-group { float: left; width: 323px; height: 34px; line-height: 34px; background-color: #EF9C73; position: relative; overflow: hidden; -webkit-border-radius: 17px; border-radius: 17px; }

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

@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: #EF9C73; color: #FFFFFF; border: 0; -webkit-border-radius: 17px; border-radius: 17px; }

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

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

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

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

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

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

.contact-box .item-form .star:before { position: absolute; content: '*'; font-size: 12px; font-size: 1.2rem; color: #FF0000; left: 10px; top: 15px; }

.contact-box .item-form .item-input { width: 100%; padding-left: 20px; margin-bottom: 20px; }

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

.contact-box .item-form .item-input1.star { background-position-y: 18px; }

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

.contact-box .item-form input { height: 34px; line-height: 32px; padding: 0 12px; -webkit-border-radius: 17px; border-radius: 17px; }

.contact-box .item-form textarea { height: 133px; padding: 4px 12px; line-height: 24px; -webkit-border-radius: 10px; border-radius: 10px; }

.contact-box .item-form .item-code { float: left; width: 466px; margin-right: 32px; }

.contact-box .item-form .item-img { float: left; cursor: pointer; line-height: 34px; -webkit-border-radius: 17px; border-radius: 17px; overflow: hidden; }

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

.contact-box .item-form .item-btn { padding-left: 0; float: left; width: 323px; margin-left: 30px; }

.contact-box .item-form .item-btn input { font-size: 16px; font-size: 1.6rem; border-color: #EF9C73; background-color: #EF9C73; color: #fff; text-transform: uppercase; }

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

@media screen and (max-width: 1219px) { .contact-box .item-form .item-code { width: 350px; margin-right: 20px; }
  .contact-box .item-form .item-btn { width: 350px; margin-left: 20px; } }

@media screen and (max-width: 991px) { .contact-box .item-form .item-input { padding-left: 20px; }
  .contact-box .item-form .item-code { width: -moz-calc( 100% - 130px) !important; width: calc( 100% - 130px) !important; margin-right: 0; }
  .contact-box .item-form .item-img { margin-left: 0; float: right; }
  .contact-box .item-form .item-btn { width: 100%; float: left; margin-left: 0; padding-left: 20px; }
  .contact-box .item-form .item-input, .contact-box .item-form .item-input1 { margin-bottom: 15px; } }

@media screen and (max-width: 767px) { .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: 20px; margin-bottom: 15px; }
  .contact-box .item-form .item-btn { margin-left: 0; width: 100%; padding-left: 20px; }
  .contact-box .item-form .item-btn input { font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 480px) { .contact-box .item-form .item-input, .contact-box .item-form .item-input1, .contact-box .item-form .item-btn { width: 100%; padding-left: 10px !important; }
  .contact-box .item-form .item-img { margin-left: 10px; }
  .contact-box .item-form .star:before { left: 0; } }

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

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

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

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

.news1-list .list-item { display: inline-block; vertical-align: top; width: 100%; background-color: #fff; margin-bottom: 30px; padding: 12px 0; background-color: #f5f5f5; }

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

@media screen and (max-width: 480px) { .news1-list .list-item {/* width: 48%;*/ margin: 0 1% 20px; padding: 0; overflow: hidden; -webkit-border-radius: 20px; border-radius: 20px; } }

.news1-list .item-num { float: left; width: 40px; height: 40px; line-height: 40px; -webkit-border-radius: 50%; border-radius: 50%; text-align: center; color: #fff; font-size: 16px; font-size: 1.6rem; background-color: #EF9C73; margin: 73px 2.5% 0 2.5%; }

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

@media screen and (max-width: 767px) { .news1-list .item-num { margin: 0 2.16667% 0 2.5%; } }

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

.news1-list .item-date { margin-top: 67px; margin-right: 2.5%; float: left; text-align: center; font-size: 16px; font-size: 1.6rem; line-height: 24px; }

.news1-list .item-date span { border-top: solid 1px #EF9C73; display: inline-block; padding-top: 2px; margin-top: 3px; }

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

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

.news1-list .item-pic { float: left; width: 252px; -webkit-border-radius: 20px; border-radius: 20px; margin-right: 3.33333%; }

.news1-list .item-pic img { display: block !important; margin: 0 auto; width: 100%; max-width: 433px; }

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

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

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

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

.news1-list .item-body { overflow: hidden; margin-right: 3.33333%; }

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

@media screen and (max-width: 991px) { .news1-list .item-body { margin-right: 1.66667%; } }

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

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

.news1-list .item-title { font-size: 18px; font-size: 1.8rem; font-weight: bold; line-height: 24px; margin-bottom: 8px; margin-top: 23px; }

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

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

.news1-list .item-date1 { display: none; font-size: 12px; font-size: 1.2rem; line-height: 18px; margin-bottom: 5px; color: #999; }

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

@media screen and (max-width: 767px) { 
    .news1-list .item-date1 { 
        display: block;
    }
    .news1-list .item-body p { 
        overflow: hidden; 
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
}

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

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

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

.news1-list .item-btn { display: inline-block; min-width: 124px; line-height: 20px; padding: 8px; -webkit-border-radius: 18px; border-radius: 18px; background-color: #EF9C73; font-size: 16px; font-size: 1.6rem; color: #fff; text-align: center; }

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

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

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

/*-------------news1 end-------------------------------------------------------------------*/
/*-------------news2 start-----------------------------------------------------------------*/
.news2-main > .item-title { text-align: center; font-size: 24px; font-size: 2.4rem; font-weight: bold; line-height: 1.2; }

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

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

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

.news2-main .item-date { text-align: center; font-size: 0; letter-spacing: 0; margin-top: 18px; }

.news2-main .item-date > span { color: #999; margin-right: 30px; line-height: 26px; display: inline-block; vertical-align: middle; font-size: 18px; font-size: 1.8rem; text-transform:uppercase }

.news2-main .item-date > span .iconfont { color: #999; font-size: 16px; font-size: 1.6rem; margin-right: 5px; }

@media screen and (max-width: 1219px) { .news2-main .item-date > span { font-size: 16px; font-size: 1.6rem; margin-right: 20px; } }

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

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

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

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

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

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

.news2-main .pro-share { display: inline-block; vertical-align: middle; }

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

@media screen and (max-width: 1219px) { .news2-main .pro-share .share-title { font-size: 16px; font-size: 1.6rem; } }

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

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

.news2-main .item-desc { margin-top: 17px; padding: 12px 0 30px; border-top: solid 1px #D2D2D2; border-bottom: solid 1px #D2D2D2; font-size: 16px; font-size: 1.6rem; line-height: 30px; }

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

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

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

@media screen and (max-width: 1219px) { .news2-main .item-desc { 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; } }

/*-------------news2 end-------------------------------------------------------------------*/
/*-------------app1 start------------------------------------------------------------------*/
.app1-list { 
    font-size: 0; 
    letter-spacing: 0; 
    padding-bottom: 30px; 
    display: flex;
    flex-wrap: wrap;
}

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

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

.app1-list .list-item { display: inline-block; vertical-align: top; width: 47.83333%; margin-left: 4.33333%; text-align: center; margin-bottom: 25px; }

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

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

.app1-list .item-pic { -webkit-border-radius: 40px; border-radius: 40px; margin-bottom: 27px; }

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

@media screen and (max-width: 991px) { .app1-list .item-pic { -webkit-border-radius: 20px; border-radius: 20px; margin-bottom: 15px; } }

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

.app1-list .item-title { font-size: 18px; font-size: 1.8rem; line-height: 1.2; font-weight: bold; margin-bottom: 10px; }

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

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

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

@media screen and (max-width: 1219px) { .app1-list .item-desc { line-height: 24px; height: 72px; } }

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

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

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

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

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

.download-list .list-item { display: inline-block; vertical-align: top; width: 31.08333%; margin-left: 3.375%; -webkit-box-shadow: 0 0 21px rgba(0, 0, 0, 0.07); box-shadow: 0 0 21px rgba(0, 0, 0, 0.07); margin-bottom: 30px; padding: 33px 50px 39px; min-height: 251px; text-align: center; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; -webkit-border-radius: 40px; border-radius: 40px; }

.download-list .list-item:hover { background-color: #EF9C73; }

.download-list .list-item:hover, .download-list .list-item:hover a, .download-list .list-item:hover .item-title a:hover, .download-list .list-item:hover .item-desc a:hover { color: #fff !important; }

.download-list .list-item:hover .item-btn { background-color: #fff; color: #EF9C73 !important; }

@media screen and (max-width: 1219px) { .download-list .list-item { padding: 20px 15px; min-height: auto; min-height: 211px; } }

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

@media screen and (max-width: 767px) { .download-list .list-item { -webkit-border-radius: 20px; border-radius: 20px; width: 48%; margin: 0 1% 20px !important; min-height: auto; padding: 15px; } }

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

.download-list .item-title { font-weight: bold; font-size: 14px; font-size: 1.4rem; line-height: 22px; min-height: 22px; }


@media screen and (max-width: 991px) { .download-list .item-title { line-height: 20px; min-height: 20px; } }

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

.download-list .item-desc { font-size: 12px; font-size: 1.2rem; line-height: 22px; min-height: 22px; margin-top: 19px; }

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

@media screen and (max-width: 991px) { .download-list .item-desc { margin-top: 5px; line-height: 20px; min-height: 20px; } }

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

.download-list .item-btn { margin-top: 14px; display: inline-block; min-width: 131px; border: solid 1px #EF9C73; line-height: 34px; -webkit-border-radius: 18px; border-radius: 18px; background-color: #EF9C73; text-align: center; color: #fff; font-size: 16px; font-size: 1.6rem; cursor:pointer }
.download-list .item-title a,.download-list .item-desc{ cursor:pointer}
.download-list .item-btn .iconfont { font-size: 18px; font-size: 1.8rem; margin-right: 8px; }

@media screen and (max-width: 1219px) { .download-list .item-btn { margin-top: 15px; } }

@media screen and (max-width: 991px) { .download-list .item-btn { font-size: 14px; font-size: 1.4rem; min-width: 120px; line-height: 30px; }
  .download-list .item-btn .iconfont { margin-right: 5px; font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 767px) { .download-list .item-btn { margin-top: 10px; line-height: 30px; font-size: 12px; font-size: 1.2rem; }
  .download-list .item-btn .iconfont { font-size: 14px; font-size: 1.4rem; } }

/*-------------download end----------------------------------------------------------------*/
/*-------------faq start-------------------------------------------------------------------*/
.faq-list { padding-bottom: 30px; }

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

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

.faq-list .list-item { background-color: #f5f5f5; padding: 35px 3.33333% 32px 8.5%; margin-bottom: 30px; position: relative; }

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

@media screen and (max-width: 991px) { .faq-list .list-item { padding-top: 20px; padding-bottom: 20px; padding-right: 20px; padding-left: 50px; } }

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

.faq-list .item-num { position: absolute; top: 38px; left: 2.5%; width: 40px; height: 40px; line-height: 40px; background: #EF9C73; -webkit-border-radius: 50%; border-radius: 50%; text-align: center; font-size: 16px; font-size: 1.6rem; color: #fff; }

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

@media screen and (max-width: 991px) { .faq-list .item-num { top: 20px; left: 10px; width: 30px; height: 30px; line-height: 30px; font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 767px) { .faq-list .item-num { top: 15px; left: 10px; width: 26px; height: 26px; line-height: 26px; font-size: 12px; font-size: 1.2rem; display: none; } }

.faq-list .item-title { font-size: 18px; font-size: 1.8rem; line-height: 1.2; position: relative; margin-bottom: 29px; }

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

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

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

.faq-list .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 32px; position: relative; color: #333; }

@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-list .item-title, .faq-list .item-desc { padding-left: 30px; }

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

@media screen and (max-width: 991px) { .faq-list .item-title, .faq-list .item-desc { padding-left: 25px; } }

@media screen and (max-width: 767px) { .faq-list .item-title, .faq-list .item-desc { padding-left: 20px; } }

.faq-list .item-title .item-em, .faq-list .item-desc .item-em { position: absolute; left: 0; font-style: normal; font-weight: bold; font-size: 20px; font-size: 2.0rem; }

@media screen and (max-width: 1219px) { .faq-list .item-title .item-em, .faq-list .item-desc .item-em { font-size: 18px; font-size: 1.8rem; } }

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

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

/*-------------faq end---------------------------------------------------------------------*/
/*-------------video start-----------------------------------------------------------------*/
.video-list { font-size: 0; letter-spacing: 0; padding-bottom: 30px; /* .item-videobox start */ /* .item-videobox end */ }

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

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

.video-list .list-item { display: inline-block; vertical-align: top; margin-bottom: 30px; position: relative; width: 100%; }

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

@media screen and (max-width: 640px) { .video-list .list-item { width: 48%; margin: 0 1% 20px; -webkit-border-radius: 10px; border-radius: 10px; overflow: hidden; -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); } }

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

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

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

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

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

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

.video-list .item-pic, .video-list .item-videobox { -webkit-border-radius: 40px; border-radius: 40px; float: left; width: 33.33333%; }

@media screen and (max-width: 1219px) { .video-list .item-pic, .video-list .item-videobox { -webkit-border-radius: 30px; border-radius: 30px; } }

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

@media screen and (max-width: 640px) { .video-list .item-pic, .video-list .item-videobox { float: none; width: 100%; -webkit-border-radius: 0; border-radius: 0; } }

.video-list .item-body { position: absolute; right: 0; left: 33.33333%; top: 25px; bottom: 25px; -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15); box-shadow: 0 0 20px rgba(0, 0, 0, 0.15); padding: 0 30px; -webkit-border-radius: 0 40px 40px 0; border-radius: 0 40px 40px 0; }

@media screen and (max-width: 1219px) { .video-list .item-body { -webkit-border-radius: 0 30px 30px 0; border-radius: 0 30px 30px 0; padding: 0 20px; } }

@media screen and (max-width: 991px) { .video-list .item-body { -webkit-border-radius: 0 20px 20px 0; border-radius: 0 20px 20px 0; } }

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

@media screen and (max-width: 640px) { .video-list .item-body { position: relative; padding: 10px 5px; top: 0; bottom: 0; left: 0; -webkit-border-radius: 0; border-radius: 0; } }

.video-list .item-title { font-weight: bold; font-size: 18px; font-size: 1.8rem; line-height: 24px; margin-bottom: 8px; }

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

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

@media screen and (max-width: 640px) { .video-list .item-title { line-height: 1.2; } }

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

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

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

@media screen and (max-width: 480px) { .video-list .item-desc { height: 40px; max-height: none; } }

.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: 400px; 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: 100%; 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: 30px; }

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

.cer-list .list-item { display: inline-block; vertical-align: top; width: 27.83333%; margin-left: 8.25%; margin-bottom: 29px; }

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

@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 #A2A1A0; -webkit-border-radius: 40px; border-radius: 40px; }

.cer-list .item-pics:hover { -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }

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

@media screen and (max-width: 767px) { .cer-list .item-pics { -webkit-border-radius: 20px; border-radius: 20px; } }

.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; font-size: 2.6rem; font-size: 2.6rem; color: #fff; position: relative; }

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

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

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

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

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

.id { 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: #EF9C73; }

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

.n-nav .n-nav-icon.active { top: 5px; background: #666 url(../img/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 #EF9C73; 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: #EF9C73; 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(../img/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(../img/n2.png) no-repeat center; background-size: contain; }

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

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

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

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

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

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

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

.banner { line-height: 0; font-size: 0; position: relative; }

.banner .slick-arrow { position: absolute; z-index: 2; display: block !important; cursor: pointer; top: 50%; margin-top: -50px; }

.banner .slick-arrow .iconfont { font-size: 98px; font-size: 9.8rem; color: #fff; }

.banner .slick-arrow:hover .iconfont { color: #EF9C73; }

@media screen and (max-width: 1419px) { .banner .slick-arrow { margin-top: -35px; }
  .banner .slick-arrow .iconfont { font-size: 68px; font-size: 6.8rem; } }

@media screen and (max-width: 991px) { .banner .slick-arrow { display: none !important; } }

.banner .slick-prev { left: 9.947%; cursor: pointer; }

.banner .slick-next { right: 9.947%; cursor: pointer; }

@media screen and (max-width: 1419px) { .banner .slick-prev { left: 75px; cursor: pointer; }
  .banner .slick-next { right: 75px; cursor: pointer; } }

.banner .slick-dots { position: absolute; z-index: 2; left: 0; right: 0; bottom: 8.53333%; text-align: center; font-size: 0; letter-spacing: 0; text-align: center; }

.banner .slick-dots li { margin: 0 5px; display: inline-block; vertical-align: top; cursor: pointer; }

.banner .slick-dots li a { display: block; width: 10px; height: 10px; background-color: #EFEFEF; -webkit-border-radius: 50%; border-radius: 50%; }

.banner .slick-dots li.slick-active a { background-color: #EF9C73; }

@media screen and (max-width: 767px) { .banner .slick-dots li { margin: 0 2px; }
  .banner .slick-dots li a { width: 8px; height: 8px; } }

.slick-list, .slick-slider, .slick-track { position: relative; display: block; }

.slick-loading .slick-slide, .slick-loading .slick-track { visibility: hidden; }

.slick-slider { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }

.slick-list { overflow: hidden; margin: 0; padding: 0; }

.slick-list:focus { outline: 0; }

.slick-list.dragging { cursor: pointer; cursor: hand; }

.slick-slider .slick-list, .slick-slider .slick-track { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

.slick-track { top: 0; left: 0; }

.slick-track:after, .slick-track:before { display: table; content: ''; }

.slick-track:after { clear: both; }

.slick-slide { display: none; float: left; height: 100%; min-height: 1px; }

[dir=rtl] .slick-slide { float: right; }

.slick-slide img { display: block; }

.slick-slide.slick-loading img { display: none; }

.slick-slide.dragging img { pointer-events: none; }

.slick-initialized .slick-slide { display: block; }

.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }

.slick-arrow.slick-hidden { display: none; }

/* .banner{
	position: relative;
	padding-bottom: get_w(750,1920);
	.slider{
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
	}
} */

.slick-slide {
    position: relative;
}


.slick-slide iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.slick-slide video {
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 101%;
    min-height: 100%;
    max-width: none;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    display: none \9;
    display: block \9\0;
}

@media screen and (max-width: 991px) {
    .slick-slide video {
        object-position: inherit;
        object-fit: inherit;
        width: 100%;
        height: 100%;
        transform: translate(0, 0);
        left: 0;
        top: 0;
    }
}
@charset "UTF-8";

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  11.1% {
    -webkit-transform: none;
            transform: none
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
            transform: skewX(-12.5deg) skewY(-12.5deg)
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
            transform: skewX(6.25deg) skewY(6.25deg)
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
            transform: skewX(-3.125deg) skewY(-3.125deg)
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
            transform: skewX(1.5625deg) skewY(1.5625deg)
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
            transform: skewX(-0.78125deg) skewY(-0.78125deg)
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
            transform: skewX(0.390625deg) skewY(0.390625deg)
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
            transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
  }
  100% {
    -webkit-transform: none;
            transform: none
  }
}

@keyframes jello {
  11.1% {
    -webkit-transform: none;
            transform: none
  }

  22.2% {

    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
            transform: skewX(-12.5deg) skewY(-12.5deg)
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
            transform: skewX(6.25deg) skewY(6.25deg)
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
            transform: skewX(-3.125deg) skewY(-3.125deg)
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
            transform: skewX(1.5625deg) skewY(1.5625deg)
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
            transform: skewX(-0.78125deg) skewY(-0.78125deg)
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
            transform: skewX(0.390625deg) skewY(0.390625deg)
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
            transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
  }
  100% {
    -webkit-transform: none;
            transform: none
  }
}



.jello{
    -webkit-animation-name:jello;
            animation-name:jello;
    -webkit-transform-origin: center;

            transform-origin: center
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}


@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInStable {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  33.333% {
    opacity: 1;
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  
  66.666666% {
    opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes zoomInStable {
 0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  33.333% {
    opacity: 1;
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  
  66.666666% {
    opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.zoomInStable {
  -webkit-animation-name: zoomInStable;
  animation-name: zoomInStable;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@keyframes anime {
from {
	opacity: 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
}
to {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-moz-transform: scaleY(1);
}
}

@-webkit-keyframes anime {
from {
	opacity: 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
}
to {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-moz-transform: scaleY(1);
}
}

@-moz-keyframes anime {
from {
	opacity: 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
}
to {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-moz-transform: scaleY(1);
}

}

@-o-keyframes anime {
from {
	opacity: 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
}
to {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-moz-transform: scaleY(1);
}
}

@-ms-keyframes anime {
from {
	opacity: 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
}
to {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-moz-transform: scaleY(1);
}

}

@media screen and (min-width:1000px) and (max-width:1219px) {}
@media screen and (max-width:1219px) {}
@media screen and (max-width:991px) {	}
@media screen and (max-width:767px) {	}
@media screen and (max-width:640px) {	}
@media screen and (max-width:480px) {	}


@font-face {
    font-family: 'PlayfairDisplay-BoldItalic';
    src: url('../fonts/PlayfairDisplay-BoldItalic.eot');
    src: url('../fonts/PlayfairDisplay-BoldItalic.eot') format('embedded-opentype'),
         url('../fonts/PlayfairDisplay-BoldItalic.woff2') format('woff2'),
         url('../fonts/PlayfairDisplay-BoldItalic.woff') format('woff'),
         url('../fonts/PlayfairDisplay-BoldItalic.ttf') format('truetype'),
         url('../img/PlayfairDisplay-BoldItalic.svg#PlayfairDisplay-BoldItalic') format('svg');
	font-display: swap; 
}

@font-face {
    font-family: 'PlayfairDisplay-Italic';
    src: url('../fonts/PlayfairDisplay-Italic.eot');
    src: url('../fonts/PlayfairDisplay-Italic.eot') format('embedded-opentype'),
         url('../fonts/PlayfairDisplay-Italic.woff2') format('woff2'),
         url('../fonts/PlayfairDisplay-Italic.woff') format('woff'),
         url('../fonts/PlayfairDisplay-Italic.ttf') format('truetype'),
         url('../img/PlayfairDisplay-Italic.svg#PlayfairDisplay-Italic') format('svg');
	font-display: swap; 
}
@font-face {font-family: "iconfont";
  src: url('../fonts/iconfont.eot'); /* IE9 */
  src: url('../fonts/iconfont.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../data-uri/bin/bin_15895.bin') format('woff2'),
  url('../fonts/iconfont.woff') format('woff'),
  url('../fonts/iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
  url('../img/iconfont.svg#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-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";
}

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

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

.icon-video1:before {
  content: "\e8ae";
}

.icon-bigger1:before {
  content: "\e647";
}

.icon-download1:before {
  content: "\e7a0";
}

.icon-download8:before {
  content: "\e7a7";
}

.icon-shangjiantou:before {
  content: "\e637";
}

.icon-xiajiantou:before {
  content: "\e639";
}

.icon-youjiantou:before {
  content: "\e63c";
}

.icon-zuojiantou:before {
  content: "\e642";
}

.icon-weibiaoti-:before {
  content: "\e61d";
}

.icon-jiantou-right:before {
  content: "\e600";
}



/**
 * Swiper 6.3.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 9, 2020
 */

@font-face {
  font-family: 'swiper-icons';
  src: url('../data-uri/woff/woff_45c75.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}
.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}
.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}
.swiper-button-lock {
  display: none;
}
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}
.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.zanwu{ font-size:14px; font-size:1.4rem; line-height:30px; margin-top:15px; margin-bottom:15px}
.disnone{ display:none}

/*xun pan tijiao*/

.xunpanlb .table{margin-top: 30px;}
.xunpanlb .table .thead{font-size: 0;letter-spacing: 0;border: 1px solid #dcdcdc;}
.xunpanlb .table .thead p{text-align: center; padding: 0 10px;font-size: 16px; line-height: 40px;width: 33.3333%;display: inline-block;vertical-align: middle; box-sizing:border-box}
.xunpanlb .table .thead p:nth-child(2){border-right: 1px solid #dcdcdc;border-left: 1px solid #dcdcdc;}

.xunpanlb .table .tbody{font-size: 0;letter-spacing: 0;}
.xunpanlb .table .tbody .tread{border: 1px solid #dcdcdc;border-top: 0;}
.xunpanlb .table .tbody .tread .td{height: 100%; text-align: center;padding: 10px 10px;font-size: 16px; line-height: 40px;width: 33.3333%;display: inline-block;vertical-align: middle; box-sizing:border-box}
.xunpanlb .table .tbody .tread .td:nth-child(2){border-right: 1px solid #dcdcdc;border-left: 1px solid #dcdcdc;}
.xunpanlb .table .tbody .td img{max-width: 110px;}
.xunpanlb .table .tbody .td a{color: #666666;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;display: block;}
.xunpanlb .table .tbody .td a:hover{color: #EF9C73;}
@media screen and (max-width: 520px){
    .xunpanlb .table{border-top: 1px solid #dcdcdc;}
    .xunpanlb .table .thead{display: none;}
    .xunpanlb .table .tbody .td{width: 100% !important;}
    .xunpanlb .table .tbody .tread .td:nth-child(2){border: 0 !important;}
}

.listcart{ margin-top:30px; width:100%; clear:both}

.listcart a,.listcart button{display:inline-block; color:#fff;min-width: 160px;line-height:40px; box-sizing:border-box;  font-size:14px;font-size: 1.4rem; margin-right:10px;text-align: center;margin-bottom:20px; background:#666; padding-left:5px; padding-right:5px; border:none; cursor:pointer
}
.listcart a:hover,.listcart button:hover{ background:#EF9C73;color:#fff;}
@media screen and (max-width: 640px) {.listcart a,.listcart button{ width:100%; display:block}}

.at-resp-share-element .at4-share-count-container {
    text-decoration: none;float: right; padding-right: 15px;line-height: 25px !important;
}
.at-resp-share-element .at-icon{width: 24px!important;height: 24px!important;}
.at-style-responsive .at-share-btn{padding: 0!important; border-radius: 2px!important;}
.at-resp-share-element .at-share-btn .at-icon-wrapper{width: 24px!important;height: 24px!important;}
.at-resp-share-element .at-share-btn{margin-bottom: 0!important;margin-right: 3px!important;}

.pro2-hotpro .index-hotpro { margin-top: 0; }

.pro2-hotpro .index-item .item-title { font-size: 32px; font-size: 3.2rem; padding: 80px 0 40px; }

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

@media screen and (max-width: 999px) { .pro2-hotpro .index-item .item-title { padding: 50px 0 20px; font-size: 30px; font-size: 3rem; } }

@media screen and (max-width: 767px) { .pro2-hotpro .index-item .item-title { padding: 30px 0 0; font-size: 24px; font-size: 2.4rem; } }


 .inquiry-success{text-align: center;margin-top: 5%;margin-bottom: 10%;}
        .inquiry-success *{text-align: center;}
        .inquiry-success p i{font-size: 60px; font-size:6rem;color:#EF9C73}
        .inquiry-success .text{font-size: 20px;color: #333333;margin: 20px 0;}
        .inquiry-success .but a{display: inline-block;width: 200px;height: 50px;background-color: #EF9C73;color: #FFFFFF;line-height: 50px;padding: 0;border: 0;font-size: 16px; font-size:1.6rem}

.inquiry-success .but a:hover{ background:#fff; color:#EF9C73}
.pro1-spec{
	overflow: hidden;
	margin-bottom: 30px;
}
.more-btn{
	float: left;
	text-transform: uppercase;
	margin-bottom: 30px;
	cursor: pointer;
	text-decoration: underline;
}
