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


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


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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html { font-size: 62.5%; }

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

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

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

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

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

img { border: none; }

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

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

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

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

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

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

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

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

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

input, textarea, select { font-family: "Poppins-Regular", arial; font-size: 14px; font-size: 1.4rem; border: none; outline: none; background: none; }

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

textarea { resize: none; }

.pull-left { float: left; }

.pull-right { float: right; }

.clear { clear: both; }

.fix { *zoom: 1; }

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

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

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

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

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

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

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

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

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

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

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

.relative { position: relative; }

.absolute { position: absolute; }

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

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

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

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

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

.nlazy { min-width: 20%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* .an-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: #33353A; -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: #33353A !important; background-color: #33353A \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: #33353A !important; background-color: #fff \9; color: #33353A !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.page a:hover, .page a.page-active { border-color: #676767; color: #676767; }

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

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

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

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

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

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

@media only screen and (max-width: 767px) { .page .add-form { float: none; }
  .page .add-form .add-btn { min-width: 140px; height: 28px; line-height: 26px; font-size: 12px; font-size: 1.2rem; } }
.page .no:hover{border: solid 1px #E5E5E5;}
/*-------------page-end--------------------------------------------------------------------*/
/*-------------contact start---------------------------------------------------------------*/
.contact-pc { position: fixed; z-index: 999; right: 0; width: 57px; }

.contact-pc li { position: relative; float: right; width: 36px; height: 36px; border-radius: 2px; margin-bottom: 2px; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; background-color: #676767; }

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

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

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

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

.contact-pc li:hover { width: 100%; background-color: #33353A; }

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

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

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

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

.contact-phone li .iconfont { color: #fff; font-size: 18px; font-size: 1.8rem; }

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

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

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

.back-top { position: fixed; right: 10px; bottom: -100px; -webkit-transition: 1s; -o-transition: 1s; -moz-transition: 1s; transition: 1s; cursor: pointer; z-index: 998; width: 50px; height: 58px; line-height: 54px; border: solid 2px #535353; text-align: center; }

.back-top .iconfont { font-size: 32px; font-size: 3.2rem; color: #535353; position: relative; }

@media only screen and (max-width: 1219px) { .back-top { width: 40px; height: 48px; line-height: 44px; }
  .back-top .iconfont { font-size: 26px; font-size: 2.6rem; } }

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

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

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

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

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

/*-------------pro-share end---------------------------------------------------------------*/
/*-------------m-oths----------------------------------------------------------------------*/
.m-oths .oths-item { font-size: 18px; font-size: 1.8rem; line-height: 26px; color: #666; }

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

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

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

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

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

@media screen and (max-width: 1219px) { .m-oths .oths-item-1 { margin-bottom: 10px; } }

@media screen and (max-width: 767px) { .m-oths .oths-item-1 { margin-bottom: 5px; } }

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

.m-oths .iconfont { float: left; margin-right: 5px; font-family: "Poppins-Regular", arial !important; }

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

/*-------------bread start-----------------------------------------------------------------*/
.bread { border-bottom: solid 1px #ccc; font-size: 16px; font-size: 1.6rem; line-height: 24px; padding-top: 16px; padding-bottom: 15px; overflow: hidden; }

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

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

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

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

/*-------------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; position: relative; width: 230px; height: 30px; cursor: pointer; border-radius: 15px; border: solid 1px #d0d0d0; margin-top: 13px; }

@media screen and (max-width: 767px) { .search-box { margin: 5px 35px 0 0; } }

.search-box .iconfont { font-size: 16px; font-size: 1.6rem; color: #666666; position: absolute; width: 27px; height: 28px; line-height: 28px; right: 0; top: 0; text-align: left; }

.search-box .search-input { position: absolute; top: 0; left: 0; width: 100%; height: 100%; line-height: 28px; padding: 0 30px 0 18px; color: #666; font-size: 14px; font-size: 1.4rem; background-color: #fff; }

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

/*-------------header start----------------------------------------------------------------*/
@media screen and (min-width: 992px) { .fixed.header { position: fixed; top: 0; left: 0; background-color: #fff; border-bottom: solid 1px #F0F0F0; }
  .fixed.header .h-top { height: 0; overflow: hidden; } }

.header { position: relative; z-index: 999; width: 100%; top: 0; -webkit-transition: all 0.6s ease; -o-transition: all 0.6s ease; -moz-transition: all 0.6s ease; transition: all 0.6s ease; }

@media screen and (max-width: 767px) { .header { position: relative; } }

.header .h-top { -webkit-transition: all 0.6s ease; -o-transition: all 0.6s ease; -moz-transition: all 0.6s ease; transition: all 0.6s ease; background-color: #e4e4e4; line-height: 50px; height: 50px; }

@media screen and (max-width: 1219px) { .header .h-top { line-height: 40px; height: 40px; } }

@media screen and (max-width: 991px) { .header .h-top { background-color: #fff; line-height: 34px; height: 34px; }
  .header .h-top .wp { width: 100%; padding: 0 35px 0 15px; } }

.header .h-top .item-p { margin-right: 25px; font-size: 16px; font-size: 1.6rem; }

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

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

.header .h-top .item-p .iconfont { display: inline-block; font-size: 18px; font-size: 1.8rem; margin-right: 5px; vertical-align: middle; color: #676767; }

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

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

.header .h-top .lang-box { float: right; font-size: 0; letter-spacing: 0; }

.header .h-top .lang-box > * { display: inline-block; vertical-align: top; font-size: 0; letter-spacing: 0; position: relative; margin-left: 28px; }

@media screen and (max-width: 991px) { .header .h-top .lang-box > * { margin-left: 14px; } }

.header .h-top .lang-box > *:first-child { margin-left: 0; }

.header .h-top .lang-box > *:first-child:before { display: none; }

.header .h-top .lang-box > *:before { position: absolute; content: '|'; left: -15px; font-size: 16px; font-size: 1.6rem; color: #555555; }

@media screen and (max-width: 991px) { .header .h-top .lang-box > *:before { left: -8px; font-size: 14px; font-size: 1.4rem; } }

.header .h-top .lang-box > * > * { display: inline-block; vertical-align: middle; font-size: 16px; font-size: 1.6rem; color: #555555; text-transform: uppercase; }

@media screen and (max-width: 1219px) { .header .h-top .lang-box > * > * { font-size: 14px; font-size: 1.4rem; } }

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

.header .h-top .lang-box > *.active span, .header .h-top .lang-box > *:hover span { text-decoration: underline; }

.header .h-top .lang-box .item-pic { width: 26px; margin-right: 5px; }

.header .h-top .lang-box .item-pic div { position: relative; padding-bottom: 69.23077%; }

.header .h-top .lang-box .item-pic img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

@media screen and (max-width: 991px) { .header .h-top .lang-box .item-pic { width: 20px; } }

.header .logo { float: left; display: block; width: 178px; margin: 12px 0 0; }

.header .logo a { display: block; position: relative; padding-bottom: 38.20225%; }

.header .logo img { position: absolute; top: 0; left: 0; display: block; height: 100%; width: 100%; }

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

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

.header .h-bot { -webkit-transition: all 0.6s ease; -o-transition: all 0.6s ease; -moz-transition: all 0.6s ease; transition: all 0.6s ease; background: #FFFFFF; }

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

.header .navlist > li { position: relative; display: inline-block; vertical-align: top; margin-left: 29px; padding-bottom: 28px; }

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

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

.header .navlist > li > a:before { position: absolute; content: ''; height: 2px; background-color: #333; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; left: 50%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); bottom: 0; width: 0; }

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

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

@media screen and (max-width: 1219px) { .header .navlist > li { margin-left: 15px; }
  .header .navlist > li.nav-active > a, .header .navlist > li:hover > a { color: #33353A; }
  .header .navlist > li.nav-active > a:before, .header .navlist > li:hover > a:before { width: 40px; } }

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

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

.header .yiji { z-index: 99; position: absolute; top: 100%; width: 253px; left: 0; display: block; visibility: hidden; opacity: 0; -webkit-transform: translateY(30px); -moz-transform: translateY(30px); -ms-transform: translateY(30px); -o-transform: translateY(30px); transform: translateY(30px); -webkit-transform-origin: top; -moz-transform-origin: top; -ms-transform-origin: top; -o-transform-origin: top; transform-origin: top; -webkit-transition: all 400ms ease; -o-transition: all 400ms ease; -moz-transition: all 400ms ease; transition: all 400ms ease; background: #FFFFFF; border: 3px solid #EBEBEB; }

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

.header .yiji li > a { display: block; line-height: 20px; padding: 14px 10px 14px 17px; font-size: 14px; font-size: 1.4rem; color: #333; }

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

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

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

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

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

.header .erji, .header .sanji { position: absolute; left: 100%; top: 0; margin-left: 5px; display: block; visibility: hidden; opacity: 0; -webkit-transform: translateY(30px); -moz-transform: translateY(30px); -ms-transform: translateY(30px); -o-transform: translateY(30px); transform: translateY(30px); -webkit-transform-origin: top; -moz-transform-origin: top; -ms-transform-origin: top; -o-transform-origin: top; transform-origin: top; -webkit-transition: all 400ms ease; -o-transition: all 400ms ease; -moz-transition: all 400ms ease; transition: all 400ms ease; width: 253px; background: #FFFFFF; border: 3px solid #EBEBEB; }

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

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

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

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

/* Internet Explorer 10+ */
.footer { background: #dddddd; }

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

.footer a:hover { color: #33353A; }

.footer .f-top { padding: 82px 0 35px; border-bottom: solid 1px #6E6E6E; border-bottom-color: rgba(110, 110, 110, 0.4); }

.footer .f-top .wp { font-size: 0; letter-spacing: 0; }

.footer .f-top .flist { display: inline-block; vertical-align: top; font-size: 16px; font-size: 1.6rem; line-height: 28px; }

.footer .f-top .footer-title { margin-bottom: 50px; font-size: 22px; font-size: 2.2rem; line-height: 1.4; text-transform: uppercase; }

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

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

.footer .f-top .flist1 { width: 46.66667%; padding-right: 210px; }

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

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

.footer .f-top .flist2 .box-list li { margin-bottom: 4px; }

.footer .f-top .flist3 { width: 24.16667%; }

.footer .f-top .flist3 .box-list li { position: relative; padding-left: 35px; line-height: 36px; margin-bottom: 6px; }

.footer .f-top .flist3 .box-list .iconfont { position: absolute; left: 0; font-size: 16px; font-size: 1.6rem; color: #808080; }

@media screen and (max-width: 1219px) { .footer .f-top { padding-top: 40px; }
  .footer .f-top .flist { font-size: 14px; font-size: 1.4rem; }
  .footer .f-top .flist1 { padding-right: 50px; width: 41.66667%; }
  .footer .f-top .flist1 .f-follow { margin-top: 15px; }
  .footer .f-top .flist2 { width: 25%; }
  .footer .f-top .flist2 .box-list li { margin-bottom: 0; }
  .footer .f-top .flist3 { width: 33.33333%; }
  .footer .f-top .flist3 .box-list li { line-height: 30px; }
  .footer .f-top .footer-title { margin-bottom: 20px; } }

@media screen and (max-width: 991px) { .footer .f-top .footer-title { font-size: 18px; font-size: 1.8rem; }
  .footer .f-top .flist { line-height: 26px; }
  .footer .f-top .flist1 { padding-right: 50px; width: 41.66667%; }
  .footer .f-top .flist1 .f-follow { margin-top: 15px; }
  .footer .f-top .flist2 { width: 25%; }
  .footer .f-top .flist3 { width: 33.33333%; }
  .footer .f-top .flist3 .box-list li { line-height: 26px; padding-left: 25px; } }

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

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

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

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

.footer .f-follow a:hover .iconfont { margin: -5px 0 5px; }

.footer .f-follow a .iconfont { font-size: 20px; font-size: 2rem; display: block; width: 33px; height: 35px; line-height: 35px; color: #fff; text-align: center; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; }

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

.footer .f-follow a .icon-facebook { background-color: #5D82D1; }

.footer .f-follow a .icon-twitter { background-color: #40BFF5; }

.footer .f-follow a .icon-Instagram { background-color: #EB5E4C; }

.footer .f-follow a .icon-pinterest { background-color: #E13138; }

.footer .f-follow a .icon-youtube1 { background-color: #C4302A; }

.footer .f-follow a .icon-linkedin { background-color: #238CC8; }

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

.footer .f-bot { font-size: 16px; font-size: 1.6rem; line-height: 24px; padding: 25px 0 27px; }

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

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

@media screen and (max-width: 1219px) { .footer .f-bot { font-size: 14px; font-size: 1.4rem; padding: 20px 0; } }

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

.footer .f-bot .f-follow { margin-top: 10px; display: none; }

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

.footer .links { margin-bottom: 9px; }

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

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

/*-------------footer end------------------------------------------------------------------*/
/*-------------index start-----------------------------------------------------------------*/
.sk-box { background-color: #f7f7f7; padding: 48px 0 43px; margin-top: -1px; /* WebKit browsers */ /* Mozilla Firefox 4 to 18 */ /* Mozilla Firefox 19+ */ /* Internet Explorer 10+ */ }

@media screen and (max-width: 991px) { .sk-box { padding: 40px 0; } }

@media screen and (max-width: 767px) { .sk-box { padding: 25px 0; } }

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

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

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

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

.sk-box .box-search { overflow: hidden; position: relative; float: right; width: 40.83333%; height: 58px; line-height: 56px; cursor: pointer; border-radius: 0; border: solid 1px #676767; border-color: rgba(103, 103, 103, 0.2); margin-top: 4px; margin-left: 30px; }

@media screen and (max-width: 991px) { .sk-box .box-search { margin-top: 0; height: 48px; margin-left: 20px; } }

@media screen and (max-width: 767px) { .sk-box .box-search { height: 38px; float: none; width: 100%; margin: 0 0 15px; } }

.sk-box .box-search .iconfont { font-size: 22px; font-size: 2.2rem; color: #7b7b7b; position: absolute; width: 40px; height: 56px; line-height: 56px; right: 0; top: 0; text-align: center; }

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

@media screen and (max-width: 767px) { .sk-box .box-search .iconfont { height: 36px; line-height: 36px; text-align: center; font-size: 16px; font-size: 1.6rem; } }

.sk-box .box-search .search-input { position: absolute; top: 0; left: 0; width: 100%; height: 100%; line-height: 56px; padding: 0 40px 0 27px; color: #888; font-size: 16px; font-size: 1.6rem; font-family: "Poppins-Medium"; }

@media screen and (max-width: 1219px) { .sk-box .box-search .search-input { font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 991px) { .sk-box .box-search .search-input { line-height: 46px; padding-left: 15px; } }

@media screen and (max-width: 767px) { .sk-box .box-search .search-input { padding-left: 10px; font-size: 12px; font-size: 1.2rem; line-height: 36px; } }

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

.sk-box .item-body { overflow: hidden; }

.sk-box .item-title { font-size: 26px; font-size: 2.6rem; line-height: 1.3; }

.sk-box .item-title strong { font-weight: normal; font-family: "Poppins-SemiBold", arial; }

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

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

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

.sk-box .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 1.4; margin-top: 7px; }

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

.sk-box .item-desc a:hover { text-decoration: underline; }

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

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

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

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

.index-item .item-title { font-family: "Poppins-SemiBold", arial; font-size: 30px; font-size: 3rem; line-height: 1.4; text-transform: uppercase; color: #33353A; }

.index-item .item-title a { display: inline-block; padding: 0 10px; position: relative; color: #33353A; }

.index-item .item-title a:hover { color: #676767 !important; text-decoration: none; }

.index-item .item-title a:hover:before, .index-item .item-title a:hover:after { background-color: #676767; }

.index-item .item-title a:before, .index-item .item-title a:after { position: absolute; content: ''; width: 29px; height: 3px; background-color: #444444; top: 50%; margin-top: -1.5px; }

.index-item .item-title a:before { left: -29px; }

.index-item .item-title a:after { right: -29px; }

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

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

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

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

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

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

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

.index-probox { padding: 103px 0 72px; }

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

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

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

.index-probox .index-item { margin-bottom: 45px; }

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

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

.index-probox .cate1 .item-box2 { background: url(../images/pro1-bg.png) no-repeat bottom left; }

.index-probox .cate2 .item-box2 { background: url(../images/pro2-bg.png) no-repeat bottom left; }

.index-probox .cate3 .item-box2 { background: url(../images/pro3-bg.png) no-repeat bottom left; }

.index-probox .cate4 .item-box2 { background: url(../images/pro4-bg.png) no-repeat bottom left; }

.index-probox .box-list { width: 100%; height: 390px; margin-bottom: 38px; position: relative; font-size: 0; letter-spacing: 0; }

@media screen and (max-width: 1219px) { .index-probox .box-list { height: 340px; } }

@media screen and (max-width: 991px) { .index-probox .box-list { height: 304px; } }

@media screen and (max-width: 767px) { .index-probox .box-list { height: 260px; } }

@media screen and (max-width: 640px) { .index-probox .box-list { height: auto; margin-bottom: 0; } }

.index-probox .box-list .item-pic a { display: block; overflow: hidden; padding-bottom: 100%; }

.index-probox .box-list .item-pic a img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.index-probox .box-list .list-item { display: inline-block; vertical-align: top; width: 23.16667%; margin-left: 0.16667%; height: 100%; background-color: #E7E7E7; border: 1px solid #EBEBEB; position: relative; -webkit-transition: all .6s; -o-transition: all .6s; -moz-transition: all .6s; transition: all .6s; }

.index-probox .box-list .list-item:first-child { margin-left: 0; }

@media screen and (max-width: 640px) { .index-probox .box-list .list-item { width: 100%; height: auto; background-color: #DBDBDB; border-color: #DBDBDB; margin-bottom: 30px; } }

.index-probox .box-list .active { width: 53.33333%; background-color: #DBDBDB; border-color: #DBDBDB; }

.index-probox .box-list .active .item-box1 { opacity: 0; filter: alpha(opacity=0); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; visibility: hidden; }

.index-probox .box-list .active .item-box2 { opacity: 1; filter: alpha(opacity=100); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; visibility: visible; }

@media screen and (max-width: 640px) { .index-probox .box-list .active { width: 100%; } }

.index-probox .box-list .cate-title { position: absolute; top: -11px; left: 0; font-size: 20px; font-size: 2rem; font-family: "Poppins-Medium"; line-height: 58px; background: url(../images/cate-bg.png) no-repeat right top; padding: 0 40px 0 28px; color: #fff; max-width: 100%; }

.index-probox .box-list .cate-title a { color: #fff; display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

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

@media screen and (max-width: 991px) { .index-probox .box-list .cate-title { font-size: 16px; font-size: 1.6rem; line-height: 48px; } }

@media screen and (max-width: 767px) { .index-probox .box-list .cate-title { font-size: 14px; font-size: 1.4rem; line-height: 40px; padding-left: 15px; padding-right: 30px; } }

@media screen and (max-width: 480px) { .index-probox .box-list .cate-title { line-height: 30px; padding-left: 10px; padding-right: 25px; } }

.index-probox .box-list .item-box1 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; opacity: 1; filter: alpha(opacity=100); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; visibility: visible; -webkit-transition: all .6s; -o-transition: all .6s; -moz-transition: all .6s; transition: all .6s; max-width: 278px; }

@media screen and (max-width: 1219px) { .index-probox .box-list .item-box1 { max-width: 220px; } }

@media screen and (max-width: 991px) { .index-probox .box-list .item-box1 { max-width: 164px; } }

@media screen and (max-width: 640px) { .index-probox .box-list .item-box1 { display: none; } }

.index-probox .box-list .item-box1 .item-title { text-align: center; line-height: 1.4; font-size: 20px; font-size: 2rem; font-family: "Poppins-Medium"; margin-bottom: 22px; }

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

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

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

.index-probox .box-list .item-box2 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; -webkit-transition: all .6s; -o-transition: all .6s; -moz-transition: all .6s; transition: all .6s; opacity: 0; filter: alpha(opacity=0); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; visibility: hidden; background-size: contain; }

@media screen and (max-width: 640px) { .index-probox .box-list .item-box2 { opacity: 1; filter: alpha(opacity=100); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; visibility: visible; position: relative; } }

.index-probox .box-list .item-box2 .item-pic { width: 50%; position: absolute; right: 0; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }

@media screen and (max-width: 640px) { .index-probox .box-list .item-box2 .item-pic { position: relative; top: 0; -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; transform: none; float: right; } }

.index-probox .box-list .item-box2 .item-body { position: absolute; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); width: 50%; padding-left: 5.46875%; padding-top: 10px; }

@media screen and (max-width: 640px) { .index-probox .box-list .item-box2 .item-body { padding-top: 30px; padding-left: 15px; } }

.index-probox .box-list .item-box2 .item-title { line-height: 1.4; font-size: 20px; font-size: 2rem; font-family: "Poppins-Medium"; margin-bottom: 22px; }

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

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

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

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

.index-probox .box-list .item-box2 .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 28px; height: 112px; margin-bottom: 23px; }

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

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

@media screen and (max-width: 991px) { .index-probox .box-list .item-box2 .item-desc { line-height: 22px; height: 88px; margin-bottom: 15px; } }

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

@media screen and (max-width: 480px) { .index-probox .box-list .item-box2 .item-desc { margin-bottom: 0; } }

.index-probox .box-list .item-box2 .item-btn { display: inline-block; width: 106px; line-height: 35px; border: 1px solid #959595; border-radius: 19px; font-size: 16px; font-size: 1.6rem; text-align: center; }

@media screen and (max-width: 1219px) { .index-probox .box-list .item-box2 .item-btn { font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 991px) { .index-probox .box-list .item-box2 .item-btn { line-height: 30px; width: 100px; } }

@media screen and (max-width: 767px) { .index-probox .box-list .item-box2 .item-btn { font-size: 12px; font-size: 1.2rem; line-height: 28px; width: 90px; } }

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

.index-probox .box-list1 { font-size: 0; letter-spacing: 0; padding-top: 13px; }

@media screen and (max-width: 640px) { .index-probox .box-list1 { padding-top: 0; } }

.index-probox .box-list1 .list-item { display: inline-block; vertical-align: top; width: 49.83333%; margin-left: 0.33333%; position: relative; background: #DBDBDB url(../images/pro5-bg.png) no-repeat bottom left; border: 1px solid #EBEBEB; background-size: contain; padding: 45px 0; margin-bottom: 30px; }

@media screen and (max-width: 767px) { .index-probox .box-list1 .list-item { padding: 40px 0 20px; } }

@media screen and (max-width: 640px) { .index-probox .box-list1 .list-item { width: 100%; margin-left: 0; padding: 0; } }

.index-probox .box-list1 .cate-title { position: absolute; top: -11px; left: 0; font-size: 20px; font-size: 2rem; font-family: "Poppins-Medium"; line-height: 58px; background: url(../images/cate-bg.png) no-repeat right top; padding: 0 40px 0 28px; color: #fff; max-width: 100%; }

.index-probox .box-list1 .cate-title a { color: #fff; display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

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

@media screen and (max-width: 991px) { .index-probox .box-list1 .cate-title { font-size: 16px; font-size: 1.6rem; line-height: 48px; } }

@media screen and (max-width: 767px) { .index-probox .box-list1 .cate-title { font-size: 14px; font-size: 1.4rem; line-height: 40px; padding-left: 15px; padding-right: 30px; } }

@media screen and (max-width: 480px) { .index-probox .box-list1 .cate-title { line-height: 30px; padding-left: 10px; padding-right: 25px; } }

.index-probox .box-list1 .item-pic { float: right; width: 50.16722%; }

@media screen and (max-width: 640px) { .index-probox .box-list1 .item-pic { width: 50%; } }

.index-probox .box-list1 .item-body { position: absolute; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); width: 50%; padding-left: 5.85284%; }

@media screen and (max-width: 640px) { .index-probox .box-list1 .item-body { padding-left: 15px; padding-top: 30px; } }

.index-probox .box-list1 .item-title { line-height: 1.4; font-size: 20px; font-size: 2rem; font-family: "Poppins-Medium"; margin-bottom: 22px; }

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

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

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

@media screen and (max-width: 480px) { .index-probox .box-list1 .item-title { margin-bottom: 5px; } }

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

.index-probox .box-list1 .item-desc, .index-probox .box-list1 .item-desc a { color: #333; }

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

@media screen and (max-width: 991px) { .index-probox .box-list1 .item-desc { line-height: 22px; height: 88px; } }

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

.index-about { padding-bottom: 46px; }

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

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

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

.index-about .index-item { margin-bottom: 53px; }

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

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

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

.index-about .box-list .list-item { position: relative; margin-bottom: 35px; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-flow: row nowrap; -moz-box-orient: horizontal; -moz-box-direction: normal; -ms-flex-flow: row nowrap; flex-flow: row nowrap; -webkit-box-pack: start; -webkit-justify-content: flex-start; -moz-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; }

@media screen and (max-width: 767px) { .index-about .box-list .list-item { margin-bottom: 30px; display: block; padding: 0 15px; } }

.index-about .box-list .item-videobox { overflow: hidden; }

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

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

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

@media screen and (min-width: 1420px) { .index-about .box-list .item-videobox + .item-body .item-title { font-size: 24px; font-size: 2.4rem; } }

.index-about .box-list .item-videobox, .index-about .box-list .item-pic { -webkit-box-flex: 0; -webkit-flex: 0 0 auto; -moz-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 37.39583%; }

.index-about .box-list .item-videobox.pull-left, .index-about .box-list .item-pic.pull-left { margin-left: 5.20833%; }

.index-about .box-list .item-videobox.pull-right, .index-about .box-list .item-pic.pull-right { margin-right: 5.20833%; }

@media screen and (max-width: 1419px) { .index-about .box-list .item-videobox, .index-about .box-list .item-pic { width: 44.79167%; } }

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

.index-about .box-list .item-body { -webkit-box-flex: 0; -webkit-flex: 0 0 auto; -moz-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: -webkit-calc(50% - 42.6041% + 600px); width: -moz-calc(50% - 42.6041% + 600px); width: calc(50% - 42.6041% + 600px); /* position: absolute; top: 0; bottom: 0; */ }

@media screen and (max-width: 1419px) { .index-about .box-list .item-body { width: 600px; } }

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

@media screen and (max-width: 991px) { .index-about .box-list .item-body { width: 360px; } }

@media screen and (max-width: 767px) { .index-about .box-list .item-body { width: 100%; position: relative; left: 0 !important; right: 0 !important; padding: 15px 0 0 !important; } }

.index-about .box-list .item1 .item-body { padding-left: 3.125%; }

@media screen and (max-width: 1419px) { .index-about .box-list .item1 .item-body { padding-left: 25px; } }

@media screen and (max-width: 991px) { .index-about .box-list .item1 .item-body { padding-left: 20px; } }

.index-about .box-list .item2 { -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -webkit-flex-direction: row-reverse; -moz-box-orient: horizontal; -moz-box-direction: reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; }

.index-about .box-list .item2 .item-body { padding-right: 3.125%; }

@media screen and (max-width: 1419px) { .index-about .box-list .item2 .item-body { padding-right: 25px; } }

@media screen and (max-width: 991px) { .index-about .box-list .item2 .item-body { padding-right: 20px; } }

.index-about .box-list .item-title { font-family: "Poppins-Medium"; font-size: 26px; font-size: 2.6rem; padding-bottom: 14px; margin-bottom: 41px; text-transform: uppercase; position: relative; }

.index-about .box-list .item-title:before { position: absolute; content: ''; width: 29px; height: 3px; background-color: #444; bottom: 0; left: 0; }

.index-about .box-list .item-title a { line-height: 34px; overflow: hidden; }

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

@media screen and (max-width: 1219px) { .index-about .box-list .item-title { font-size: 20px; font-size: 2rem; padding-bottom: 10px; margin-bottom: 15px; }
  .index-about .box-list .item-title a { line-height: 26px; } }

@media screen and (max-width: 991px) { .index-about .box-list .item-title { margin-bottom: 10px; font-size: 16px; font-size: 1.6rem; }
  .index-about .box-list .item-title a { line-height: 22px; } }

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

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

@media screen and (max-width: 1619px) { .index-about .box-list .item-desc { margin-bottom: 30px; } }

@media screen and (max-width: 1219px) { .index-about .box-list .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 26px; margin-bottom: 20px; } }

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

.index-about .box-list .item-btn { display: inline-block; min-width: 133px; line-height: 40px; border: 1px solid #676767; text-align: center; font-size: 14px; font-size: 1.4rem; color: #676767; text-transform: uppercase; }

@media screen and (max-width: 1219px) { .index-about .box-list .item-btn { line-height: 34px; } }

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

.index-adbox { background: #EBEBEB url(../images/bg1.jpg) no-repeat bottom center; background-size: contain; padding: 87px 0 56px; }

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

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

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

.index-adbox .index-item { margin-bottom: 38px; }

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

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

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

.index-adbox .box-list .list-item { display: inline-block; vertical-align: top; width: 26.66667%; margin-left: 10%; margin-bottom: 56px; text-align: center; position: relative; }

.index-adbox .box-list .list-item:before { position: absolute; content: ''; width: 1px; top: 60px; bottom: 18px; left: -18.75%; background-color: #B7B7B7; opacity: 0.4; }

.index-adbox .box-list .list-item.no_marginl:before { display: none; }

@media screen and (max-width: 1219px) { .index-adbox .box-list .list-item { width: 30%; margin-left: 5%; margin-bottom: 40px; }
  .index-adbox .box-list .list-item:before { left: -9.375%; top: 35px; } }

@media screen and (max-width: 991px) { .index-adbox .box-list .list-item { width: 31.66667%; margin-left: 2.5%; margin-bottom: 30px; }
  .index-adbox .box-list .list-item:before { left: -4.6875%; top: 28px; bottom: 10px; } }

@media screen and (max-width: 767px) { .index-adbox .box-list .list-item { margin-bottom: 30px; }
  .index-adbox .box-list .list-item:before { top: 20px; bottom: 10px; } }

@media screen and (max-width: 640px) { .index-adbox .box-list .list-item { width: 48%; margin: 0 1% 30px !important; }
  .index-adbox .box-list .list-item:before { display: none; } }

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

.index-adbox .box-list .iconfont { font-size: 85px; font-size: 8.5rem; line-height: 1; display: block; margin: 0 auto 27px; }

@media screen and (max-width: 1219px) { .index-adbox .box-list .iconfont { font-size: 70px; font-size: 7rem; margin-bottom: 20px; } }

@media screen and (max-width: 991px) { .index-adbox .box-list .iconfont { font-size: 55px; font-size: 5.5rem; margin-bottom: 10px; } }

@media screen and (max-width: 767px) { .index-adbox .box-list .iconfont { font-size: 40px; font-size: 4rem; margin-bottom: 5px; } }

.index-adbox .box-list .item-title { font-family: "Poppins-SemiBold", arial; font-size: 20px; font-size: 2rem; line-height: 1.4; text-transform: uppercase; margin-bottom: 22px; }

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

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

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

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

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

@media screen and (max-width: 991px) { .index-adbox .box-list .item-desc { line-height: 22px; height: 88px; } }

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

@media screen and (max-width: 640px) { .index-adbox .box-list .item-desc { height: auto; } }

.index-news { padding: 99px 0 107px; }

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

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

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

.index-news .box-btn { display: block; width: 153px; line-height: 40px; border: 1px solid #676767; color: #676767; text-transform: uppercase; text-align: center; margin: 60px auto 0; }

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

@media screen and (max-width: 991px) { .index-news .box-btn { margin-top: 30px; line-height: 36px; } }

@media screen and (max-width: 767px) { .index-news .box-btn { margin-top: 10px; font-size: 12px; font-size: 1.2rem; line-height: 26px; width: 130px; } }

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

@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 .news-owl { position: relative; width: 50%; margin-left: 3.75%; float: right; }

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

@media screen and (max-width: 640px) { .index-news .news-owl { width: 100%; margin: 0 auto 30px; float: none; } }

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

.index-news .news-owl .owl-btns { font-size: 0; letter-spacing: 0; position: absolute; width: 22.5%; right: 0; height: 110px; bottom: 0; text-align: center; }

@media screen and (max-width: 991px) { .index-news .news-owl .owl-btns { height: 100px; } }

@media screen and (max-width: 767px) { .index-news .news-owl .owl-btns { width: 60px; } }

.index-news .news-owl .owl-btns .owl-btn { display: inline-block; vertical-align: top; font-size: 22px; font-size: 2.2rem; color: #000; cursor: pointer; opacity: 0.5; }

.index-news .news-owl .owl-btns .owl-btn:hover { opacity: 1; }

.index-news .news-owl .owl-btns .owl-btn.disabled { color: #ccc; cursor: auto; }

.index-news .news-owl .owl-btns .item-prev { margin-right: 14px; }

@media screen and (max-width: 991px) { .index-news .news-owl .owl-btns .item-prev { margin-right: 10px; } }

@media screen and (max-width: 767px) { .index-news .news-owl .owl-btns .item-prev { margin-right: 5px; } }

.index-news .news-owl .item-pic { position: relative; }

.index-news .news-owl .item-date { position: absolute; left: 0; bottom: 0; background-color: #1D1D1D; color: #fff; width: 135px; line-height: 1; text-align: left; padding: 34px 20px 24px; }

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

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

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

.index-news .news-owl .item-date .p1 { font-size: 30px; font-size: 3rem; }

@media screen and (max-width: 1219px) { .index-news .news-owl .item-date .p1 { font-size: 24px; font-size: 2.4rem; } }

@media screen and (max-width: 991px) { .index-news .news-owl .item-date .p1 { font-size: 20px; font-size: 2rem; } }

@media screen and (max-width: 767px) { .index-news .news-owl .item-date .p1 { font-size: 16px; font-size: 1.6rem; } }

.index-news .news-owl .item-date .p2 { margin-top: 5px; font-size: 14px; font-size: 1.4rem; }

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

.index-news .news-owl .item-body { overflow: hidden; width: 77.33333%; padding-right: 15px; position: relative; }

.index-news .news-owl .item-body:before { position: absolute; content: ''; width: 1px; background-color: #DCDCDC; bottom: 8px; right: 0; top: 26px; }

@media screen and (max-width: 767px) { .index-news .news-owl .item-body { width: -webkit-calc(100% - 60px); width: -moz-calc(100% - 60px); width: calc(100% - 60px); } }

.index-news .news-owl .item-title { margin-top: 23px; font-size: 18px; font-size: 1.8rem; line-height: 24px; height: 48px; margin-bottom: 11px; }

.index-news .news-owl .item-title, .index-news .news-owl .item-title a { color: #000; }

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

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

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

@media screen and (max-width: 991px) { .index-news .news-owl .item-desc { font-size: 12px; font-size: 1.2rem; line-height: 22px; height: 44px; } }

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

.index-news .box-list .list-item { display: inline-block; vertical-align: top; width: 100%; border-top: solid 1px #DCDCDC; padding: 14px 0 11px; margin-top: 21px; }

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

.index-news .box-list .item-date { float: left; width: 100px; margin-right: 44px; text-align: right; line-height: 1; margin-top: 18px; }

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

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

.index-news .box-list .item-date .p1 { font-size: 30px; font-size: 3rem; }

@media screen and (max-width: 1219px) { .index-news .box-list .item-date .p1 { font-size: 24px; font-size: 2.4rem; } }

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

@media screen and (max-width: 767px) { .index-news .box-list .item-date .p1 { font-size: 16px; font-size: 1.6rem; } }

.index-news .box-list .item-date .p2 { margin-top: 5px; font-size: 14px; font-size: 1.4rem; }

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

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

.index-news .box-list .item-title { font-size: 18px; font-size: 1.8rem; line-height: 1.4; margin-bottom: 10px; }

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

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

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

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

/*-------------index end-------------------------------------------------------------------*/
.page_wrap { padding-top: 75px; padding-bottom: 90px; }

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

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

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

/*-------------1-1-products start----------------------------------------------------------*/
.pro-bar { font-size: 0; letter-spacing: 0; margin-bottom: 55px; }

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

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

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

.pro-bar > * { display: inline-block; vertical-align: top; min-width: 276px; border: 1px solid #D7D7D7; color: #444444; border-radius: 6px; margin-right: 17px; margin-bottom: 10px; font-size: 16px; font-size: 1.6rem; line-height: 1.3; padding: 12px 15px 13px; text-align: center; }

@media screen and (max-width: 991px) { .pro-bar > * { padding: 10px 15px; min-width: 200px; font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 767px) { .pro-bar > * { font-size: 14px; font-size: 1.4rem; min-width: 160px; padding: 8px 10px; margin-right: 10px; } }

@media screen and (max-width: 480px) { .pro-bar > * { min-width: auto; width: 100%; margin: 0 0 10px; } }

.pro-bar a:hover, .pro-bar .active { background-color: #676767; color: #fff; }

.pro1-top .item-title { font-family: "Poppins-Medium"; font-size: 24px; font-size: 2.4rem; line-height: 1.3; margin-bottom: 20px; }

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

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

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

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

.pro1-top .item-desc p { min-height: 30px; }

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

@media screen and (max-width: 991px) { .pro1-top .item-desc { margin-bottom: 40px; line-height: 22px; }
  .pro1-top .item-desc p { min-height: 22px; } }

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

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

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

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

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

.pro1-list .list-item { display: inline-block; vertical-align: top; width: 31.66667%; margin-left: 2.5%; margin-bottom: 40px; text-align: center; }

.pro1-list .list-item:hover .item-pic { border-width: 4px; }

.pro1-list .list-item:hover .item-body { background-color: #676767; }

.pro1-list .list-item:hover .item-title a { text-decoration: none; color: #fff !important; }

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

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

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

.pro1-list .item-pic { border: solid 1px #EBEBEB; -webkit-transition: all .35s; -o-transition: all .35s; -moz-transition: all .35s; transition: all .35s; }

.pro1-list .item-pic a { display: block; position: relative; padding-bottom: 100%; }

.pro1-list .item-pic img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.pro1-list .item-body { background-color: #EBEBEB; -webkit-transition: all .35s; -o-transition: all .35s; -moz-transition: all .35s; transition: all .35s; padding: 0 5px; }

.pro1-list .item-title { font-family: "Poppins-Medium"; font-size: 18px; font-size: 1.8rem; line-height: 1.3; }

.pro1-list .item-title a { padding: 17px 0 18px; }

.pro1-list .item-title a:hover { text-decoration: none; color: #fff !important; }

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

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

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

/*-------------1-1-products end------------------------------------------------------------*/
/*-------------1-2-products start----------------------------------------------------------*/
.m-prob1 { margin-bottom: 68px; }

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

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

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

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

.m-prob1 .prob-pic-big { position: relative; border: solid 1px #EBEBEB; padding-bottom: 99.64539%; }

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

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

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

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

.m-prob1 .prob-pic-big-img { display: block; line-height: 0; font-size: 0; position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

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

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

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

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

.m-prob1 .prob-pic-btn .iconfont { color: #000; font-weight: bold; font-size: 28px; font-size: 2.8rem; display: block; }

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

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

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

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

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

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

.m-prob1 .prob-pic-item .item-pics, .m-prob1 .prob-pic-item .item-video { display: block; position: relative; border: solid 1px #EBEBEB; overflow: visible; z-index: 1; padding-bottom: 98.18182%; }

.m-prob1 .prob-pic-item .item-pics img, .m-prob1 .prob-pic-item .item-video img { display: block; width: 100%; position: absolute; top: 0; left: 0; height: 100%; }

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

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

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

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

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

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

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

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

.pro-info > .item-title { font-family: "Poppins-Medium"; font-size: 24px; font-size: 2.4rem; line-height: 1.5; margin-top: 22px; padding-bottom: 24px; border-bottom: solid 1px #676767; border-bottom-color: rgba(103, 103, 103, 0.5); }

@media screen and (max-width: 1219px) { .pro-info > .item-title { font-size: 22px; font-size: 2.2rem; line-height: 1.4; margin-top: 0; padding-bottom: 15px; } }

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

@media screen and (max-width: 767px) { .pro-info > .item-title { font-size: 18px; font-size: 1.8rem; padding-bottom: 10px; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

.pro-info .item-btn { display: inline-block; vertical-align: middle; min-width: 150px; border: solid 1px #B7B7B7; line-height: 44px; border-radius: 6px; padding: 0 5px; font-size: 16px; font-size: 1.6rem; text-align: center; color: #666; }

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

@media screen and (max-width: 1219px) { .pro-info .item-btn { line-height: 40px; } }

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

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

.pro2-tab .tab-options { font-size: 0; letter-spacing: 0; position: relative; border-bottom: 1px solid #CCCCCC; }

.pro2-tab .tab-options:before { position: absolute; content: ''; width: 100%; top: 8px; bottom: 0; background-color: #f0f0f0; z-index: -1; }

@media screen and (max-width: 767px) { .pro2-tab .tab-options:before { top: 4px; } }

.pro2-tab .tab-options > * { display: inline-block; vertical-align: top; width: 200px; cursor: pointer; font-size: 18px; font-size: 1.8rem; line-height: 55px; color: #676767; text-align: center; padding-top: 8px; padding-left: 10px; padding-right: 10px; font-family: "Poppins-SemiBold", arial; text-transform: uppercase; -webkit-transition: all .35s; -o-transition: all .35s; -moz-transition: all .35s; transition: all .35s; }

.pro2-tab .tab-options > *:hover, .pro2-tab .tab-options > *.tab-active { background-color: #676767; color: #fff; }

@media screen and (max-width: 1219px) { .pro2-tab .tab-options > * { line-height: 50px; } }

@media screen and (max-width: 991px) { .pro2-tab .tab-options > * { line-height: 42px; font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 767px) { .pro2-tab .tab-options > * { font-size: 14px; font-size: 1.4rem; line-height: 36px; padding-top: 4px; width: auto; padding: 4px 10px 0; } }

.pro2-tab .tab-content .tab-content-item { display: none; padding-top: 62px; font-size: 16px; font-size: 1.6rem; line-height: 30px; }

.pro2-tab .tab-content .tab-content-item:first-child { display: block; }

.pro2-tab .tab-content .tab-content-item p { min-height: 30px; }

.pro2-tab .tab-content .tab-content-item img, .pro2-tab .tab-content  { max-width: 100%; }
.tab-content-item iframe {width:750px; height:422px;}

.pro2-tab .tab-content .tab-content-item, .pro2-tab .tab-content .tab-content-item a { color: #666; }

@media screen and (max-width: 1219px) { .pro2-tab .tab-content .tab-content-item { padding-top: 40px; font-size: 16px; font-size: 1.6rem; line-height: 26px; }
  .pro2-tab .tab-content .tab-content-item p { min-height: 26px; } }

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

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

.pro2-tab .tab-content .tab-content-item .table table { border-color: #c4ccde; }

.pro2-tab .tab-content .tab-content-item .table table tr:first-child { background-color: #e7e6e6; }
.pro2-tab .tab-content .tab-content-item .table table tr td { border-color: #c4ccde;padding-left:2em;  }

.pro2-tab .tab-content .tab-content-item .table table tr:first-child td { border:0; }
.pro2-tab .tab-content .tab-content-item .table table tr:nth-child(2) td { border-top:0; }
/*-------------1-2-products end------------------------------------------------------------*/
/*-------------1-3-products start----------------------------------------------------------*/
.related-box { margin-top: 80px; }

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

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

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

.related-box .box-title { margin-bottom: 71px; font-size: 24px; font-size: 2.4rem; position: relative; border-bottom: solid 1px #676767; padding-bottom: 18px; line-height: 1.3; text-transform: capitalize; }

.related-box .box-title:before { position: absolute; content: ''; width: 82px; height: 6px; bottom: -4px; left: 0; background-color: #676767; }

.related-box .box-title a:hover { color: #33353A; }

@media screen and (max-width: 1219px) { .related-box .box-title { font-size: 22px; font-size: 2.2rem; margin-bottom: 50px; padding-bottom: 15px; } }

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

@media screen and (max-width: 767px) { .related-box .box-title { font-size: 18px; font-size: 1.8rem; margin-bottom: 20px; padding-bottom: 10px; } }

.related-box .related-owl { position: relative; width: 104.5%; margin-left: -2.25%; }

@media screen and (max-width: 767px) { .related-box .related-owl { width: 101.66667%; margin-left: -0.83333%; } }

.related-box .related-owl .list-item { margin: 0 6.45933%; text-align: center; }

@media screen and (max-width: 767px) { .related-box .related-owl .list-item { margin: 0 2.45902%; } }

.related-box .related-owl .list-item:hover .item-pic { border-width: 4px; }

.related-box .related-owl .list-item:hover .item-body { background-color: #676767; }

.related-box .related-owl .list-item:hover .item-title a { text-decoration: none; color: #fff !important; }

.related-box .related-owl .item-pic { border: solid 1px #EBEBEB; -webkit-transition: all .35s; -o-transition: all .35s; -moz-transition: all .35s; transition: all .35s; }

.related-box .related-owl .item-pic a { display: block; position: relative; padding-bottom: 100%; }

.related-box .related-owl .item-pic img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.related-box .related-owl .item-body { background-color: #EBEBEB; -webkit-transition: all .35s; -o-transition: all .35s; -moz-transition: all .35s; transition: all .35s; padding: 0 5px; }

.related-box .related-owl .item-title { font-family: "Poppins-Medium"; font-size: 18px; font-size: 1.8rem; line-height: 1.3; }

.related-box .related-owl .item-title a { padding: 17px 0 18px; }

.related-box .related-owl .item-title a:hover { text-decoration: none; color: #fff !important; }

@media screen and (max-width: 1219px) { .related-box .related-owl .item-title { font-size: 16px; font-size: 1.6rem; }
  .related-box .related-owl .item-title a { padding: 15px 0; } }

@media screen and (max-width: 991px) { .related-box .related-owl .item-title a { padding: 10px 0; } }

@media screen and (max-width: 767px) { .related-box .related-owl .item-title { font-size: 14px; font-size: 1.4rem; }
  .related-box .related-owl .item-title a { padding: 6px 0; } }

/*-------------1-3-products end------------------------------------------------------------*/
/*-------------2-about start---------------------------------------------------------------*/
.about-box1 { margin-bottom: 11px; }

.about-box1 .item-pic { width: 50.08333%; margin-left: 2.08333%; overflow: hidden; }

.about-box1 .item-pic div { position: relative; padding-bottom: 66.05657%; }

.about-box1 .item-pic img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

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

.about-box1 .item-title { font-size: 36px; font-size: 3.6rem; line-height: 1.3; font-family: "Poppins-SemiBold", arial; text-transform: uppercase; margin-bottom: 4px; margin-top: 29px; }

@media screen and (max-width: 1219px) { .about-box1 .item-title { font-size: 30px; font-size: 3rem; margin-top: 0; } }

@media screen and (max-width: 991px) { .about-box1 .item-title { font-size: 26px; font-size: 2.6rem; } }

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

.about-box1 .item-subt { font-size: 18px; font-size: 1.8rem; line-height: 1.3; font-family: "Poppins-SemiBold", arial; text-transform: uppercase; margin-bottom: 33px; }

@media screen and (max-width: 1219px) { .about-box1 .item-subt { margin-bottom: 15px; } }

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

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

.about-box1 .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 30px; }

.about-box1 .item-desc p { min-height: 30px; }

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

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

@media screen and (max-width: 991px) { .about-box1 .item-desc { line-height: 22px; }
  .about-box1 .item-desc p { min-height: 22px; } }

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

.about-box2 { margin-bottom: 62px; }

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

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

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

.about-box2 .item-pic { width: 49.75%; margin-right: 2.08333%; overflow: hidden; }

.about-box2 .item-pic div { position: relative; padding-bottom: 64.82412%; }

.about-box2 .item-pic img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

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

.about-box2 .item-body { margin-top: 63px; }

@media screen and (max-width: 1219px) { .about-box2 .item-body { margin-top: 20px; } }

@media screen and (max-width: 991px) { .about-box2 .item-body { margin-top: 0; } }

.about-box2 .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 30px; }

.about-box2 .item-desc p { min-height: 30px; }

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

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

@media screen and (max-width: 991px) { .about-box2 .item-desc { line-height: 22px; }
  .about-box2 .item-desc p { min-height: 22px; } }

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

.about-title { font-size: 36px; font-size: 3.6rem; font-family: "Poppins-SemiBold", arial; position: relative; text-align: center; text-transform: uppercase; }

.about-title:before { position: absolute; content: ''; height: 3px; left: 0; width: 100%; background-color: #A6A6A6; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); opacity: 0.5; }

.about-title strong { font-weight: normal; background-color: #fff; position: relative; padding: 0 30px; }

@media screen and (max-width: 1219px) { .about-title { font-size: 30px; font-size: 3rem; } }

@media screen and (max-width: 991px) { .about-title { font-size: 26px; font-size: 2.6rem; }
  .about-title strong { padding: 0 20px; } }

@media screen and (max-width: 767px) { .about-title { font-size: 20px; font-size: 2rem; }
  .about-title strong { padding: 0 10px; }
  .about-title:before { height: 2px; } }

.about-fac { margin-bottom: 41px; }

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

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

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

.about-fac .about-title { margin-bottom: 30px; }

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

.about-fac .box-list { font-size: 0; letter-spacing: 0; }

.about-fac .box-list .list-item { display: inline-block; vertical-align: top; width: 32.58333%; margin-left: 1.125%; margin-bottom: 20px; }

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

.about-fac .box-list .item-title { margin-top: 1px; background-color: #676767; background-color: rgba(103, 103, 103, 0.2); text-align: center; font-size: 16px; font-size: 1.6rem; line-height: 1.3; padding: 13px 0; }

@media screen and (max-width: 1219px) { .about-fac .box-list .item-title { padding: 10px 0; } }

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

@media screen and (max-width: 767px) { .about-fac .box-list .item-title { font-size: 12px; font-size: 1.2rem; padding: 5px 0; } }

.about-cer .about-title { margin-bottom: 34px; }

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

.cer-owl { position: relative; width: 104.33333%; margin-left: -2.16667%; }

@media screen and (max-width: 1419px) { .cer-owl { padding: 0 40px; width: 100%; margin-left: 0; } }

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

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

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

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

@media screen and (max-width: 991px) { .cer-owl .owl-btns { margin-top: 15px; text-align: center; } }

.cer-owl .owl-btns .owl-btn { display: inline-block; vertical-align: top; width: 46px; height: 46px; line-height: 46px; text-align: center; background-color: #474747; background-color: rgba(71, 71, 71, 0.2); font-size: 21px; font-size: 2.1rem; color: #666; cursor: pointer; position: absolute; top: 50%; margin-top: -23px; }

.cer-owl .owl-btns .owl-btn:hover { background-color: #474747; background-color: rgba(71, 71, 71, 0.6); color: #fff; }

.cer-owl .owl-btns .owl-btn.disabled { color: #ccc; cursor: auto; }

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

@media screen and (max-width: 991px) { .cer-owl .owl-btns .owl-btn { width: 30px; height: 30px; line-height: 30px; margin-top: -15px; font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 767px) { .cer-owl .owl-btns .owl-btn { position: relative; top: 0; margin: 0; } }

.cer-owl .owl-btns .item-prev { left: -46px; }

@media screen and (max-width: 1419px) { .cer-owl .owl-btns .item-prev { left: 0; } }

@media screen and (max-width: 767px) { .cer-owl .owl-btns .item-prev { margin-right: 5px; } }

.cer-owl .owl-btns .item-next { right: -46px; }

@media screen and (max-width: 1419px) { .cer-owl .owl-btns .item-next { right: 0; } }

.cer-owl .list-item { margin: 0 8.30671%; }

@media screen and (max-width: 1419px) { .cer-owl .list-item { margin: 0 15px; } }

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

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

.cer-owl .item-backdrop .iconfont { font-size: 40px; font-size: 4rem; color: #fff; position: relative; }

/*-------------2-about end-----------------------------------------------------------------*/
/*-------------3-video start---------------------------------------------------------------*/
.video-list { font-size: 0; letter-spacing: 0; position: relative; margin-bottom: 76px; /* .item-videobox start */ /* .item-videobox end */ }

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

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

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

.video-list:before { position: absolute; content: ''; width: 1px; top: 0; bottom: 30px; background-color: #676767; opacity: 0.4; left: 50%; }

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

@media screen and (max-width: 400px) { .video-list:before { display: none; } }

.video-list .list-item { display: inline-block; vertical-align: top; width: 43.25%; margin-left: 13.5%; margin-bottom: 48px; }

@media screen and (max-width: 1219px) { .video-list .list-item { width: 47%; margin-left: 6%; margin-bottom: 40px; } }

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

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

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

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

.video-list .item-videobox .item-video { position: relative; overflow: hidden; padding-bottom: 74.75915%; 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-title { font-size: 18px; font-size: 1.8rem; line-height: 1.3; text-align: center; margin-top: 22px; }

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

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

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

/*-------------3-video end-----------------------------------------------------------------*/
/*-------------4-1-news start--------------------------------------------------------------*/
.news-bar { font-size: 0; letter-spacing: 0; margin-bottom: 37px; }

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

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

.news-bar > * { display: inline-block; vertical-align: top; min-width: 276px; border: 1px solid #676767; color: #565656; border-radius: 6px; margin-right: 27px; margin-bottom: 10px; font-size: 16px; font-size: 1.6rem; line-height: 1.3; padding: 12px 15px 13px; text-align: center; }

@media screen and (max-width: 991px) { .news-bar > * { padding: 10px 15px; min-width: 200px; font-size: 16px; font-size: 1.6rem; margin-right: 17px; } }

@media screen and (max-width: 767px) { .news-bar > * { font-size: 14px; font-size: 1.4rem; min-width: 160px; padding: 8px 10px; margin-right: 10px; } }

@media screen and (max-width: 480px) { .news-bar > * { min-width: auto; width: 100%; margin: 0 0 10px; } }

.news-bar a:hover, .news-bar .active { background-color: #676767; color: #fff; }

.news1-list { font-size: 0; letter-spacing: 0; padding-bottom: 40px; }

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

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

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

.news1-list li { display: inline-block; vertical-align: top; width: 100%; padding-bottom: 40px; margin-bottom: 50px; border-bottom: solid 2px #BFBFBF; border-color: rgba(191, 191, 191, 0.3); }

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

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

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

.news1-list .item-pic { width: 32%; float: left; margin-right: 2.66667%; }

.news1-list .item-pic a { display: block; width: 100%; position: relative; padding-bottom: 53.83333%; }

.news1-list .item-pic img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

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

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

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

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

.news1-list .item-title { font-size: 24px; font-size: 2.4rem; line-height: 1.3; margin-bottom: 21px; margin-top: 13px; }

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

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

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

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

.news1-list .item-date { font-size: 16px; font-size: 1.6rem; line-height: 1.3; margin-bottom: 15px; color: #666; }

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

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

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

.news1-list .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 30px; height: 90px; }

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

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

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

@media screen and (max-width: 480px) { .news1-list .item-desc { line-height: 18px; height: 54px; } }

/*-------------4-1-news end----------------------------------------------------------------*/
/*-------------4-2-news start--------------------------------------------------------------*/
.news2-main > .item-title { font-size: 24px; font-size: 2.4rem; line-height: 1.3; margin-bottom: 18px; }

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

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

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

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

.news2-main .item-date { margin-bottom: 36px; font-size: 0; letter-spacing: 0; }

.news2-main .item-date > span { color: #666; margin-right: 45px; line-height: 26px; display: inline-block; vertical-align: middle; font-size: 16px; font-size: 1.6rem; }

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

@media screen and (max-width: 991px) { .news2-main .item-date > span { margin-right: 10px; 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 .pro-share { display: inline-block; vertical-align: middle; }

.news2-main .pro-share .share-title { color: #666; 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 { border-top: solid 2px #BFBFBF; border-bottom: solid 2px #BFBFBF; border-color: rgba(191, 191, 191, 0.3); font-size: 16px; font-size: 1.6rem; line-height: 30px; padding: 30px 0 48px; margin-bottom: 44px; background: url(../images/news-bg.png) repeat-x bottom; }

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

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

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

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

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

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

/*-------------4-2-news end----------------------------------------------------------------*/
/*-------------5-download start------------------------------------------------------------*/
.download-list { padding-bottom: 54px; }

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

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

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

.download-list .list-item { background-color: #F4F2F2; margin-bottom: 28px; position: relative; -webkit-transition: all .35s; -o-transition: all .35s; -moz-transition: all .35s; transition: all .35s; text-align: center; padding: 20px 200px 25px 28px; }

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

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

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

.download-list .item-btn { position: absolute; top: 35px; right: 28px; display: inline-block; padding: 0 11px 0 20px; line-height: 38px; border: solid 1px #A6A6A6; border-radius: 5px; font-size: 14px; font-size: 1.4rem; text-transform: uppercase; color: #676767; text-align: center; }

.download-list .item-btn .iconfont { display: inline-block; width: 19px; height: 19px; line-height: 19px; background: #FFFFFF; border: 1px solid #A6A6A6; border-radius: 50%; color: #33353A; margin-left: 5px; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; }

.download-list .item-btn:hover { border-color: #676767; }

.download-list .item-btn:hover:before { background-color: #676767; }

.download-list .item-btn:hover .iconfont { color: #3498DB !important; }

@media screen and (max-width: 991px) { .download-list .item-btn { font-size: 14px; font-size: 1.4rem; line-height: 34px; right: 20px; } }

@media screen and (max-width: 767px) { .download-list .item-btn { margin-top: 15px; font-size: 12px; font-size: 1.2rem; line-height: 26px; padding: 0 10px; position: relative; top: 0; right: 0; }
  .download-list .item-btn .iconfont { margin-left: 5px; width: 16px; height: 16px; line-height: 16px; vertical-align: middle; } }

.download-list .item-title { font-size: 18px; font-size: 1.8rem; line-height: 30px; min-height: 30px; text-align: left; }

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

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

.download-list .item-desc { margin-top: 9px; font-size: 14px; font-size: 1.4rem; line-height: 26px; min-height: 26px; text-align: left; }

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

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

/*-------------5-download end--------------------------------------------------------------*/
/*-------------6-service start-------------------------------------------------------------*/
.service-top { background: url(../images/bg2.jpg) no-repeat center; background-size: cover; margin-bottom: 83px; position: relative; border-radius: 6px; padding: 28px 250px 22px 40px; }

@media screen and (max-width: 1219px) { .service-top { margin-bottom: 60px; padding-left: 30px; } }

@media screen and (max-width: 991px) { .service-top { margin-bottom: 50px; padding: 20px 20px 15px; } }

@media screen and (max-width: 767px) { .service-top { margin-bottom: 30px; padding: 20px 15px 15px; } }

.service-top .item-title { font-size: 24px; font-size: 2.4rem; font-family: "Poppins-Medium"; line-height: 1.3; text-transform: uppercase; }

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

@media screen and (max-width: 991px) { .service-top .item-title { font-size: 20px; font-size: 2rem; } }

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

.service-top .item-subt { font-size: 20px; font-size: 2rem; line-height: 1.3; margin-top: 9px; }

.service-top .item-subt a:hover { text-decoration: underline; }

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

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

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

.service-top .item-btn { position: absolute; display: inline-block; width: 177px; line-height: 50px; background-color: #565656; border-radius: 25px; text-align: center; color: #fff; font-size: 18px; font-size: 1.8rem; right: 5.66667%; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }

@media screen and (max-width: 1219px) { .service-top .item-btn { font-size: 16px; font-size: 1.6rem; right: 30px; } }

@media screen and (max-width: 991px) { .service-top .item-btn { position: relative; right: 0; top: 0; -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; transform: none; width: 140px; line-height: 36px; margin-top: 20px; font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 767px) { .service-top .item-btn { width: 120px; line-height: 30px; } }

.service-list { font-size: 0; letter-spacing: 0; padding-bottom: 30px; }

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

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

.service-list .list-item { display: inline-block; vertical-align: top; width: 100%; margin-bottom: 67px; }

.service-list .list-item:last-child { margin-bottom: 0; }

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

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

.service-list .item1 .item-pic { float: right; margin-left: 3.75%; }

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

.service-list .item2 .item-pic { float: left; margin-right: 3.75%; }

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

.service-list .item-body { overflow: hidden; height: 240px; }

@media screen and (max-width: 767px) { .service-list .item-body { height: auto; overflow: visible; }
  .service-list .item-body .item-table, .service-list .item-body .item-cell { display: inline; } }

.service-list .item-pic { width: 345px; }

.service-list .item-pic div { position: relative; padding-bottom: 69.56522%; }

.service-list .item-pic img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

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

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

.service-list .item-title { font-family: "Poppins-Medium"; font-size: 24px; font-size: 2.4rem; line-height: 1.3; overflow: visible; }

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

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

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

.service-list .item-desc { margin-top: 26px; font-size: 16px; font-size: 1.6rem; line-height: 30px; overflow: visible; }

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

@media screen and (max-width: 991px) { .service-list .item-desc { margin-top: 10px; line-height: 22px; } }

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

/*-------------6-service end---------------------------------------------------------------*/
/*-------------7-contact start-------------------------------------------------------------*/
.contact-main { /* WebKit browsers */ /* Mozilla Firefox 4 to 18 */ /* Mozilla Firefox 19+ */ /* Internet Explorer 10+ */ /* .box-left start */ /* .box-left start */ }

.contact-main ::-webkit-input-placeholder { color: #666; opacity: 1; }

.contact-main :-o-placeholder { color: #666; opacity: 1; }

.contact-main ::-moz-placeholder { color: #666; opacity: 1; }

.contact-main :-ms-input-placeholder { color: #666; opacity: 1; }

.contact-main .box-title { font-size: 30px; font-size: 3rem; line-height: 1.3; font-family: "Poppins-SemiBold", arial; text-transform: uppercase; margin-bottom: 43px; }

@media screen and (max-width: 1219px) { .contact-main .box-title { margin-bottom: 30px; font-size: 26px; font-size: 2.6rem; } }

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

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

.contact-main .box-left { overflow: hidden; }

.contact-main .box-left .box-list { font-size: 18px; font-size: 1.8rem; line-height: 36px; max-width: 350px; padding-top: 3px; margin-bottom: 36px; }

.contact-main .box-left .box-list li { position: relative; padding-left: 35px; margin-bottom: 6px; }

.contact-main .box-left .box-list .iconfont { color: #676767; font-size: 16px; font-size: 1.6rem; position: absolute; top: 0; left: 0; }

.contact-main .box-left .box-list a:hover { text-decoration: underline; }

@media screen and (max-width: 1219px) { .contact-main .box-left .box-list { padding-top: 0; font-size: 16px; font-size: 1.6rem; line-height: 30px; margin-bottom: 30px; } }

@media screen and (max-width: 991px) { .contact-main .box-left .box-list { font-size: 14px; font-size: 1.4rem; line-height: 26px; } }

@media screen and (max-width: 767px) { .contact-main .box-left .box-list { font-size: 12px; font-size: 1.2rem; line-height: 20px; }
  .contact-main .box-left .box-list li { padding-left: 25px; }
  .contact-main .box-left .box-list .iconfont { font-size: 14px; font-size: 1.4rem; } }

.contact-main .box-left .map { height: 320px; }

.contact-main .box-left .map img, .contact-main .box-left .map iframe { display: block; height: 100%; /*width: auto;*/ }

.contact-main .box-form { width: 560px; margin-left: 7.08333%; }

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

.contact-main .box-form .star:before { position: absolute; content: '*'; color: #900000; font-size: 14px; font-size: 1.4rem; left: 0; line-height: 1; font-weight: 400; top: 16px; }

.contact-main .box-form .item-row1.star:before { top: 12px; }

.contact-main .box-form .item-row { margin-bottom: 30px; padding-left: 14px; }

.contact-main .box-form input, .contact-main .box-form textarea { width: 100%; display: block; height: 36px; line-height: 34px; padding: 0 15px; color: #666; font-size: 14px; font-size: 1.4rem; border: solid 1px #CCCCCC; border-radius: 0; }

.contact-main .box-form textarea { height: 214px; line-height: 24px; padding-top: 3px; padding-bottom: 3px; }

.contact-main .box-form .code-input { width: 155px; float: left; margin-right: 22px; }

.contact-main .box-form .code-img { float: left; cursor: pointer; line-height: 36px; }

.contact-main .box-form .code-img img { vertical-align: middle; max-height: 36px; }

.contact-main .box-form .code-btn { float: right; width: 181px; border-color: #676767; background-color: #676767; text-align: center; color: #fff; -webkit-transition: all .35s; -o-transition: all .35s; -moz-transition: all .35s; transition: all .35s; font-size: 16px; font-size: 1.6rem; }

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

@media screen and (max-width: 1219px) { .contact-main .box-form { width: 460px; margin-left: 4.16667%; }
  .contact-main .box-form .item-row { margin-bottom: 22px; }
  .contact-main .box-form input, .contact-main .box-form textarea { font-size: 14px; font-size: 1.4rem; }
  .contact-main .box-form .code-input { width: 140px; margin-right: 10px; }
  .contact-main .box-form .code-btn { width: 160px; } }

@media screen and (max-width: 991px) { .contact-main .box-form { width: 100%; margin: 0 auto 50px; float: none; }
  .contact-main .box-form .item-row { margin-bottom: 15px; }
  .contact-main .box-form .code-input { width: 200px; }
  .contact-main .box-form .code-btn { width: 370px; } }

@media screen and (max-width: 767px) { .contact-main .box-form { margin-bottom: 30px; }
  .contact-main .box-form input, .contact-main .box-form textarea { font-size: 12px; font-size: 1.2rem; padding: 0 10px; }
  .contact-main .box-form textarea { height: 150px; }
  .contact-main .box-form .code-btn { width: 100%; margin-top: 15px; font-size: 14px; font-size: 1.4rem; }
  .contact-main .box-form .code-img { margin-right: 0; float: right; }
  .contact-main .box-form .code-input { width: -webkit-calc(100% - 125px); width: -moz-calc(100% - 125px); width: calc(100% - 125px); margin-right: 0; } }

/*-------------7-contact end---------------------------------------------------------------*/

@media screen and (min-width: 992px) { .n-nav, .n-nav-icon { display: none; } }

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

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

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

.n-nav .n-nav-icon { position: fixed; right: 0; top: 2px; 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: #33353A; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.banner { position: relative; overflow: hidden; }

.banner video { position: absolute; display: block; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); min-width: 100%; min-height: 100%; width: 100%; height: 100%; max-width: none; -o-object-fit: cover; object-fit: cover; -o-object-position: 50% 50%; object-position: 50% 50%; display: none \9; display: block \9\0; }

.banner .carouse { width: 100%; overflow: hidden; position: relative; }

.banner .carouse .slideItem { width: 100%; position: absolute; cursor: pointer; }

.banner .carouse .slideItem .banner-img { width: 100%; display: block; }

.banner .console { height: 57px; display: inline-block; width: 35px; position: absolute; top: 40%; }

.banner .carousel-control { position: absolute; top: 50%; z-index: 2; font-size: 52px; font-size: 5.2rem; line-height: 1; text-align: center; margin-top: -26px; cursor: pointer; color: #fff; }

.banner .carousel-control:hover { color: #33353A; }

.banner .carousel-control.left { left: 77px; }

.banner .carousel-control.right { right: 77px; }

@media screen and (max-width: 991px) { .banner .carousel-control { display: none !important; } }

.banner .dotList { position: absolute; z-index: 2; left: 0; right: 0; bottom: 4.22535%; font-size: 0; letter-spacing: 0; text-align: center; }

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

.banner .dotList li { display: inline-block; vertical-align: top; margin: 0 6px; font-size: 0; cursor: pointer; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; width: 12px; height: 12px; border: solid 1px #ccc; background-color: #ccc; border-radius: 50%; }

.banner .dotList li.active { background-color: transparent; }

@media screen and (max-width: 1219px) { .banner .dotList li { width: 12px; height: 12px; margin: 0 6px; } }

@media screen and (max-width: 991px) { .banner .dotList li { width: 11px; height: 11px; margin: 0 4px; } }

@media screen and (max-width: 767px) { .banner .dotList li { width: 8px; height: 8px; margin: 0 2px; } }

.index-banner { position: relative; padding-bottom: 36.97917%; }

.index-banner .carouse { position: absolute; top: 0; bottom: 0; left: 0; right: 0; }

.page-banner { position: relative; padding-bottom: 23.4375%; }

.page-banner .carouse { position: absolute; top: 0; bottom: 0; left: 0; right: 0; }

@charset "UTF-8";

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  11.1% {
    -webkit-transform: none;
            transform: none
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
            transform: skewX(-12.5deg) skewY(-12.5deg)
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
            transform: skewX(6.25deg) skewY(6.25deg)
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
            transform: skewX(-3.125deg) skewY(-3.125deg)
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
            transform: skewX(1.5625deg) skewY(1.5625deg)
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
            transform: skewX(-0.78125deg) skewY(-0.78125deg)
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
            transform: skewX(0.390625deg) skewY(0.390625deg)
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
            transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
  }
  100% {
    -webkit-transform: none;
            transform: none
  }
}

@keyframes jello {
  11.1% {
    -webkit-transform: none;
            transform: none
  }

  22.2% {

    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
            transform: skewX(-12.5deg) skewY(-12.5deg)
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
            transform: skewX(6.25deg) skewY(6.25deg)
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
            transform: skewX(-3.125deg) skewY(-3.125deg)
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
            transform: skewX(1.5625deg) skewY(1.5625deg)
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
            transform: skewX(-0.78125deg) skewY(-0.78125deg)
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
            transform: skewX(0.390625deg) skewY(0.390625deg)
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
            transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
  }
  100% {
    -webkit-transform: none;
            transform: none
  }
}



.jello{
    -webkit-animation-name:jello;
            animation-name:jello;
    -webkit-transform-origin: center;

            transform-origin: center
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}


@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInStable {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  33.333% {
    opacity: 1;
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  
  66.666666% {
    opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes zoomInStable {
 0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  33.333% {
    opacity: 1;
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  
  66.666666% {
    opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.zoomInStable {
  -webkit-animation-name: zoomInStable;
  animation-name: zoomInStable;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.pro2-tab .tab-content .tab-content-item .table table{border:0}

.pro2-tab .tab-content .tab-content-item .table table tr td:first-child{border-left:0}

.pro2-tab .tab-content .tab-content-item .table table tr td:last-child{border-right:0}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@keyframes anime {
from {
	opacity: 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
}
to {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-moz-transform: scaleY(1);
}
}

@-webkit-keyframes anime {
from {
	opacity: 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
}
to {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-moz-transform: scaleY(1);
}
}

@-moz-keyframes anime {
from {
	opacity: 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
}
to {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-moz-transform: scaleY(1);
}

}

@-o-keyframes anime {
from {
	opacity: 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
}
to {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-moz-transform: scaleY(1);
}
}

@-ms-keyframes anime {
from {
	opacity: 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
}
to {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-moz-transform: scaleY(1);
}

}

@media screen and (min-width:1000px) and (max-width:1219px) {}
@media screen and (max-width:1219px) {}
@media screen and (max-width:991px) {}
@media screen and (max-width:767px) {}
@media screen and (max-width:640px) {}
@media screen and (max-width:480px) {}

@font-face {
	font-family: 'Poppins-SemiBold';
	src: url('../fonts/Poppins-SemiBold.eot');
	src: url('../fonts/Poppins-SemiBold.eot') format('embedded-opentype'),
		url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
		url('../fonts/Poppins-SemiBold.woff') format('woff'),
		url('../fonts/Poppins-SemiBold.ttf') format('truetype'),
		url('../fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
	font-display: swap;
}

@font-face {
	font-family: 'Poppins-Regular';
	src: url('../fonts/Poppins-Regular.eot');
	src: url('../fonts/Poppins-Regular.eot') format('embedded-opentype'),
		url('../fonts/Poppins-Regular.woff2') format('woff2'),
		url('../fonts/Poppins-Regular.woff') format('woff'),
		url('../fonts/Poppins-Regular.ttf') format('truetype'),
		url('../fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
	font-display: swap;
}

@font-face {
	font-family: 'Poppins-Medium';
	src: url('../fonts/Poppins-Medium.eot');
	src: url('../fonts/Poppins-Medium.eot') format('embedded-opentype'),
		url('../fonts/Poppins-Medium.woff2') format('woff2'),
		url('../fonts/Poppins-Medium.woff') format('woff'),
		url('../fonts/Poppins-Medium.ttf') format('truetype'),
		url('../fonts/Poppins-Medium.svg#Poppins-Medium') format('svg');
	font-display: swap;
}

@font-face {
  font-family: "iconfont"; /* Project id 2620728 */
  src: url('../fonts/iconfont.woff2?t=1624262943863') format('woff2'),
       url('../fonts/iconfont.woff?t=1624262943863') format('woff'),
       url('../fonts/iconfont.ttf?t=1624262943863') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-down:before {
  content: "\e606";
}

.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-left14:before {
  content: "\e740";
}

.icon-right14:before {
  content: "\e741";
}

.icon-up16:before {
  content: "\e746";
}

.icon-bottom16:before {
  content: "\e747";
}

.icon-left16:before {
  content: "\e748";
}

.icon-right16:before {
  content: "\e749";
}

.icon-top10:before {
  content: "\e7ee";
}

.icon-bottom10:before {
  content: "\e7ef";
}

.icon-left10:before {
  content: "\e7f0";
}

.icon-right10:before {
  content: "\e7f1";
}

.icon-tsbuchongjiantouzhaoshang:before {
  content: "\e67b";
}

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

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

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

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

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

.icon-Instagram:before {
  content: "\e6af";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-website2:before {
  content: "\e7d8";
}

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

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

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

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

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

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

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

.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-address1:before {
  content: "\e7c0";
}

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

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

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

.icon-shouhou:before {
  content: "\e65c";
}

.icon-dianziyiqi:before {
  content: "\e65b";
}

.icon-huifang:before {
  content: "\e615";
}

.icon-zhongguohangtiantubiaoheji-weizhuanlunkuo-:before {
  content: "\e62f";
}

.icon-jishu:before {
  content: "\e6dc";
}

.icon-peixun1:before {
  content: "\e6cf";
}



/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor: 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}


/* Owl Carousel Owl Demo Theme  v1.3.3 */
/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons { font-size: 0; letter-spacing: 0; text-align: center; }

.owl-theme .owl-controls .owl-buttons div { display: inline-block; vertical-align: top; font-size: 12px; font-size: 1.2rem; }

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
/* Styling Pagination*/
.owl-theme .owl-controls .owl-pagination { font-size: 0; letter-spacing: 0; text-align: center; margin-top: 30px; }

@media screen and (max-width: 991px) { .owl-theme .owl-controls .owl-pagination { margin-top: 20px; } }

@media screen and (max-width: 767px) { .owl-theme .owl-controls .owl-pagination { margin-top: 10px; } }

.owl-theme .owl-controls .owl-page { display: inline-block; vertical-align: top; }

.owl-theme .owl-controls .owl-page span { display: block; width: 14px; height: 14px; border-radius: 50%; margin: 0 5px; font-size: 0; border: solid 2px #676767; }

@media screen and (max-width: 991px) { .owl-theme .owl-controls .owl-page span { margin: 0 4px; width: 12px; height: 12px; } }

@media screen and (max-width: 767px) { .owl-theme .owl-controls .owl-page span { margin: 0 3px; width: 10px; height: 10px; } }

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span { background-color: #676767; }

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers { height: auto; width: auto; color: #FFF; padding: 2px 10px; font-size: 12px; border-radius: 30px; }

/* preloading images */
.owl-item.loading { min-height: 150px; background: no-repeat center center; }
