.zoomPad{
	position:relative;
	float:left;
	z-index:99;
	cursor:crosshair;
}


.zoomPreload{
   -moz-opacity:0.8;
   opacity: 0.8;
   filter: alpha(opacity = 80);
   color: #333;
   font-size: 12px;
   font-family: Tahoma;
   text-decoration: none;
   border: 1px solid #CCC;
   background-color: white;
   padding: 8px;
   text-align:center;
   background-image: url(../images/zoomloader.gif);
   background-repeat: no-repeat;
   background-position: 43px 30px;
   z-index:110;
   width:90px;
   height:43px;
   position:absolute;
   top:0px;
   left:0px;
    * width:100px;
    * height:49px;
}


.zoomPup{
	overflow:hidden;
	background-color: #FFF;
	-moz-opacity:0.6;
	opacity: 0.6;
	filter: alpha(opacity = 60);
	z-index:120;
	position:absolute;
	border:1px solid #CCC;
  z-index:101;
  cursor:crosshair;
}



.zoomOverlay{
	position:absolute;
	left:0px;
	top:0px;
	background:#FFF;
	/*opacity:0.5;*/
	z-index:5000;
	width:100%;
	height:100%;
	display:none;
  z-index:101;
}

.zoomWindow{
	position:absolute;
	left:110%;
	top:40px;
	background:#FFF;
	z-index:6000;
	height:auto;
  z-index:10000;
  z-index:110;
}
.zoomWrapper{
	position:relative;
	border:1px solid #C6C6C6;
  z-index:110;
}
.zoomWrapperTitle{
	display:block;
	background:#C6C6C6;
	color:#FFF;
	height:18px;
	line-height:18px;
	width:100%;
  overflow:hidden;
	text-align:center;
	font-size:10px;
  position:absolute;
  top:0px;
  left:0px;
  z-index:120;
  -moz-opacity:0.6;
  opacity: 0.6;
  filter: alpha(opacity = 60);
}
.zoomWrapperImage{
	display:block;
  position:relative;
  overflow:hidden;
  z-index:110;

}
.zoomWrapperImage img{
  border:0px;
  display:block;
  position:absolute;
  z-index:101;
}

.zoomIframe{
  z-index: -1;
  filter:alpha(opacity=0);
  -moz-opacity: 0.80;
  opacity: 0.80;
  position:absolute;
  display:block;
}

/*********************************************************
/ When clicking on thumbs jqzoom will add the class
/ "zoomThumbActive" on the anchor selected
/*********************************************************/
#baguetteBox-overlay { display: none; opacity: 0; position: fixed; overflow: hidden; top: 0; left: 0; width: 100%; height: 100%; background-color: #222; background-color: rgba(0, 0, 0, 0.8); -webkit-transition: opacity .5s ease; -o-transition: opacity .5s ease; -moz-transition: opacity .5s ease; transition: opacity .5s ease; z-index: 99999999999999999999999999999999999999; }

#baguetteBox-overlay.visible { opacity: 1; }

#baguetteBox-overlay .full-image { display: inline-block; position: relative; width: 100%; height: 100%; text-align: center; }

#baguetteBox-overlay .full-image figure { display: inline; margin: 0; height: 100%; }

#baguetteBox-overlay .full-image img { display: inline-block; width: auto; height: auto; max-height: 100%; max-width: 100%; vertical-align: middle; -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

#baguetteBox-overlay .full-image figcaption { display: block; position: absolute; bottom: 0; width: 100%; text-align: center; line-height: 1.8; color: #ccc; background-color: #000; background-color: rgba(0, 0, 0, 0.6); font-family: Verdana, Geneva, sans-serif; }

#baguetteBox-overlay .full-image:before { content: ""; display: inline-block; height: 50%; width: 1px; margin-right: -1px; }

#baguetteBox-slider { position: absolute; left: 0; top: 0; height: 100%; width: 100%; white-space: nowrap; -webkit-transition: left .4s ease, -webkit-transform .4s ease; transition: left .4s ease, -webkit-transform .4s ease; -o-transition: left .4s ease, -o-transform .4s ease; -moz-transition: left .4s ease, transform .4s ease, -moz-transform .4s ease; transition: left .4s ease, transform .4s ease; transition: left .4s ease, transform .4s ease, -webkit-transform .4s ease, -moz-transform .4s ease, -o-transform .4s ease; transition: left .4s ease, transform .4s ease, -webkit-transform .4s ease; }

#baguetteBox-slider.bounce-from-right { -webkit-animation: bounceFromRight .4s ease-out; -moz-animation: bounceFromRight .4s ease-out; animation: bounceFromRight .4s ease-out; }

#baguetteBox-slider.bounce-from-left { -webkit-animation: bounceFromLeft .4s ease-out; -moz-animation: bounceFromLeft .4s ease-out; animation: bounceFromLeft .4s ease-out; }

.baguetteBox-button#next-button, .baguetteBox-button#previous-button { top: 50%; top: -webkit-calc(50% - 30px); top: -moz-calc(50% - 30px); top: calc(50% - 30px); width: 44px; height: 60px; }

.baguetteBox-button { position: absolute; cursor: pointer; outline: 0; padding: 0; margin: 0; border: 0; border-radius: 15%; background-color: #323232; background-color: rgba(50, 50, 50, 0.5); color: #ddd; font: 1.6em sans-serif; -webkit-transition: background-color .4s ease; -o-transition: background-color .4s ease; -moz-transition: background-color .4s ease; transition: background-color .4s ease; }

.baguetteBox-button:hover { background-color: rgba(50, 50, 50, 0.9); }

.baguetteBox-button#next-button { right: 2%; display: block !important; }

.baguetteBox-button#previous-button { left: 2%; display: block !important; }

.baguetteBox-button#close-button { top: 20px; right: 2%; right: -webkit-calc(2% + 6px); right: -moz-calc(2% + 6px); right: calc(2% + 6px); width: 30px; height: 30px; }

.baguetteBox-button svg { position: absolute; left: 0; top: 0; }

/*# sourceMappingURL=baguetteBox.css.map */

/* CSS Document */
* { margin: 0; padding: 0; -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%; 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: #43545d !important; }

[class*="-item"] .item-subt { overflow: hidden; }

[class*="-item"] .item-subt a { display: block; }

[class*="-item"] .item-subt a:hover { color: #43545d !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: #43545d !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: 78%; margin: auto; }
@media screen and (max-width: 1445px) { .wp { width: 90%;  } }

@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: 5px; padding-right: 5px; } }

.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: #43545d !important; background-color: #fff \9; color: #43545d !important; }

.an-btn2:hover .iconfont { color: #43545d !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: #43545d; } }

@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-active { 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(../images/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.6rem; line-height: 32px; }
  .m-oths .oths-item-1 { margin-bottom: 5px; }
  .m-oths .iconfont { font-size: 14px; font-size: 1.6rem; } }

/*-------------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; }



/*-------------index start-----------------------------------------------------------------*/
.index-service { padding: 4% 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: 1.6rem; line-height: 32px;margin-top: 10px; } }

@media screen and (max-width: 767px) { .index-service .box-list .item-title {  font-size: 1.6rem; 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.5rem; line-height: 24px; height: 48px; } }

.index-service .box-list .item-btn { margin-top: 22px; display: inline-block; min-width: 138px; line-height: 24px; border: solid 1px #43545d; padding: 6px; -webkit-border-radius: 19px; border-radius: 19px; background-color: #43545d; 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: 4rem; 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: #43545d; right: 0; bottom: 5px; }

.index-title a:hover { color: #43545d; }

@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; width: 44.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; 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: #43545d; -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: visible; font-size: 16px; font-size: 1.6rem; line-height: 40px; 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.6rem; line-height: 32px; 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 #43545d; color: #fff; text-align: center; font-size: 18px; font-size: 1.8rem; background-color: #43545d; }

@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("../../images/tacn/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: #43545d; }

.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: 70px; }
@media screen and (max-width: 1445px) { .index-video .index-title { margin-bottom: 26px; margin-top: 0px; }
.index-title { font-size: 3rem;font-weight: bold;line-height: 1;}
.index-app {
    background: url(../../images/tacn/bg1.jpg) no-repeat center;
    padding: 100px 0 170px;
    margin-bottom: 30px;
    background-size: 100% 100%;
}
}

@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-title { font-size: 2.6rem;font-weight: bold;line-height: 1;} }

.index-video .item-desc { overflow: visible; font-size: 16px; font-size: 1.6rem; line-height: 40px; 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.6rem; line-height: 32px; 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: 40px; }

@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: 32px; font-size: 12px; font-size: 1.6rem; } }

.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: 4rem; 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: 1445px) {.index-item .item-title { font-family: "PlayfairDisplay-BoldItalic", arial; font-size: 56px; font-size: 3.6rem; line-height: 1; margin-bottom: 8px; padding-bottom: 34px; position: relative; } }
@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: 2.6rem; padding-bottom: 20px; } }

.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.6rem; line-height: 32px; } }

.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 { font-size: 0; 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 { 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.6rem; 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: 1.4rem; line-height: 22px; height: 44px; } }

@media screen and (max-width: 767px) { .index-news .box-list .item-desc {  font-size: 1.2rem; line-height: 20px; height: 40px; } }

@media screen and (max-width: 480px) { .index-news .box-list .item-desc { line-height: 32px; height: 58px;  font-size: 1.6rem; } }

.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: 2% 0 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: 768px) { .page_wrap { padding: 30px 0 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: 3.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: 0px; }

.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; } 
	.contact-box .item-info p { min-height: 30px;font-size: 1.6rem;line-height: 32px; }
}

@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;margin-top: 2%; } }

.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%; } }


	/*  main7  */
.main7{  /*padding-top:48px;*/width:80%; margin: 48px auto 60px;}
.main7 .m2a{ color:#43545d;}
.main7 .m2a:before{ background:#fff;}
.main7 .m3pz a{ color:#fff;}

.m7n{ font-size:0px;margin-bottom: 40px;}
.m7n:after{ content:""; clear:both; display:block;}
.m7lie{ width:33.333%; display:inline-block; vertical-align:top; position:relative; min-height:46px; padding-right:20px; margin-top:23px;}
.m7tu{ width:46px; position:absolute; left:0px; top:0px;}
.m7tu img{ width:100%;}
.m7zi{ margin-left:64px;}
.m7a{ display:block; color: #43545d; font-size:16px; font-size:1.6rem; font-weight:bold; line-height:24px;}
.m7p a{ display:block; font-size:14px; font-size:1.8rem; line-height:40px; color: #43545d; margin-top:1px;}
.m7p a :hover{ color: #43545d;}

@media screen and (max-width:999px) {
.main7{ /*margin-top:20px; padding-top:38px; */padding-bottom:20px;}
.m7lie{ width:50%; padding-right:20px; margin-top:20px;}
}
@media screen and (max-width:767px) {
.main7 {/* padding-top: 48px; */ width: 84%;margin: 0px auto 0px;}	
	
.m7lie{ width:100%; padding-right:0px; margin-top:20px;}
.m7a{ font-size:14px; font-size:1.6rem;}
.m7p a{ font-size:12px; font-size:1.6rem; line-height:32px;}
.m7tu{ width:36px;}
.m7zi{ margin-left:54px;}
.zong { width: 96%; margin: auto;}	
	
}	


.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; font-size: 0; letter-spacing: 0; }

@media screen and (max-width: 991px) { .news1-list { padding-bottom: 20px; } }

@media screen and (max-width: 767px) { .news1-list { padding: 10px 0; } }

.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: 46%; 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%; display: none}

@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-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: 1.6rem; line-height: 32px; height:64px; } }

.news1-list .item-btn { display: inline-block; min-width: 124px; line-height: 20px; padding: 8px; -webkit-border-radius: 18px; border-radius: 18px; background-color: #003755; 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:-10px; }
  .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: 32px; } }

@media screen and (max-width: 767px) { .news2-main .item-desc { padding-bottom: 20px; font-size: 16px; font-size: 1.6rem; line-height: 32px; }
  .news2-main .item-desc p { min-height: 20px; } }

/*-------------news2 end-------------------------------------------------------------------*/
/*-------------app1 start------------------------------------------------------------------*/
.app1-list { font-size: 0; letter-spacing: 0; padding-bottom: 30px; }

@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 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: 600px; position: absolute; top: 50%; left: 50%; width: 95%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

.video-backdrop .item-videobox .item-video { position: relative; overflow: hidden; padding-bottom: 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("../../images/tacn/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("../../images/tacn/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; display: none}

.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("../../images/tacn/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(../../images/tacn/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('../fonts/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('../fonts/PlayfairDisplay-Italic.svg#PlayfairDisplay-Italic') format('svg');
	font-display: swap; 
}
@font-face {font-family: "iconfont";
  src: url('../fonts/iconfont.eot?t=1609726827629'); /* IE9 */
  src: url('../fonts/iconfont.eot?t=1609726827629#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('data:application/x-font-woff2;charset=utf-8;base64,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') format('woff2'),
  url('../fonts/iconfont.woff?t=1609726827629') format('woff'),
  url('../fonts/iconfont.ttf?t=1609726827629') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
  url('../fonts/iconfont.svg?t=1609726827629#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:application/font-woff;charset=utf-8;base64, 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') 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;
}
