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


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


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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html { font-size: 62.5%; }

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

img { border: none; }

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

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

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

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

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

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

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

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

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

input, textarea, select { font-family: "Arimo-Regular", verdana; 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: #333; opacity: 1; }

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

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

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

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

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

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

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

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

.relative { position: relative; }

.absolute { position: absolute; }

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

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

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

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

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

.nlazy { min-width: 20%; }

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

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

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

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

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

[class*="-item"] .item-pic, [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: #F6D04A !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.an-btn1:before { position: absolute; top: 50%; left: 50%; width: 120%; height: 50%; opacity: 0; filter: alpha(opacity=0); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; z-index: -1; content: ''; background: #F6D04A; -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: #F6D04A !important; background-color: #F6D04A \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: #F6D04A !important; background-color: #fff \9; color: #F6D04A !important; }

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

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

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

@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: 991px) { .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; background-color: #fff; color: #999; border: solid 1px #999; width: 38px; height: 38px; -webkit-border-radius: 50%; border-radius: 50%; line-height: 36px; margin: 0 5px 10px; font-size: 16px; font-size: 1.6rem; }

.page a .iconfont { font-size: 12px; font-size: 1.2rem; }

.page a:hover, .page a.page-active { border-color: #F6D04A; background-color: #F6D04A; color: #FFFFFF; }
.page .no:hover{background-color: #fff;color: #999;border: solid 1px #999;}
@media only screen and (max-width: 1219px) { .page a { width: 30px; height: 30px; line-height: 28px; font-size: 14px; font-size: 1.4rem; margin: 0 3px 10px; } }

@media only screen and (max-width: 991px) { .page a { width: 26px; height: 26px; line-height: 24px; font-size: 12px; font-size: 1.2rem; margin: 0 2px 10px; } }

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

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

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

.page .add-form .add-btn { font-size: 16px; font-size: 1.6rem; text-align: center; min-width: 200px; padding: 0 10px; height: 40px; line-height: 38px; -webkit-border-radius: 20px; border-radius: 20px; background-color: #F6D04A; border: solid 1px #F6D04A; color: #FFFFFF; cursor: pointer; }

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

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

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

/*-------------page-end--------------------------------------------------------------------*/
/*-------------contact start---------------------------------------------------------------*/
.contact-pc { position: fixed; z-index: 999; right: 0; width: 47px; }

.contact-pc li { position: relative; width: 100%; height: 47px; -webkit-border-radius: 0; border-radius: 0; margin-bottom: 0; }

.contact-pc li a { display: block; height: 100%; width: 100%; text-align: center; line-height: 47px; cursor: pointer; position: absolute; right: 0; overflow: hidden; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; -webkit-border-radius: 0; border-radius: 0; }

.contact-pc li a p { position: absolute; top: 0; right: -250px; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; color: #fff; }

.contact-pc li .iconfont { color: #fff; width: 47px; height: 47px; text-align: center; line-height: 47px; position: absolute; right: 0; top: 0; -webkit-transition: all .3s; -o-transition: all .3s; -moz-transition: all .3s; transition: all .3s; }

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

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

.contact-pc li.c1:hover a, .contact-pc li.c2:hover a { width: 250px; }

.contact-pc li.c1:hover a p, .contact-pc li.c2:hover a p { left: 0; right: 47px; }

.c1 a, .c1 .iconfont { background: #3B5998; }

.c1 .iconfont { font-size: 22px; font-size: 2.2rem; }

.c2 a, .c2 .iconfont { background: #35B30D; }

.c2 .iconfont { font-size: 22px; font-size: 2.2rem; }

.c3 a, .c3 .iconfont { background: #00D00B; }

.c3 .iconfont { font-size: 22px; font-size: 2.2rem; }

.c4 a, .c4 .iconfont { background: #E1C45D; }

.c4 .iconfont { font-size: 22px; font-size: 2.2rem; }

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

.contact-phone li { width: 25%; height: 100%; float: left; position: relative; }

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

.contact-phone li .iconfont { color: #fff; }

.contact-phone li .ewm { position: absolute; bottom: 40px; right: 50%; margin-right: -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: 40px; } }

/*-------------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 { font-size: 16px; font-size: 1.6rem; color: #999; }

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

.m-oths .oths-item { line-height: 26px; margin-bottom: 20px; }

.m-oths .item-btn { width: 79px; height: 26px; line-height: 24px; border: solid 1px #666; display: inline-block; text-align: center; margin-right: 11px; color: #666; float: left; font-size: 14px; font-size: 1.4rem; }

.m-oths .item-info { overflow: hidden; display: block; }

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

@media screen and (max-width: 767px) { .m-oths { font-size: 12px; font-size: 1.2rem; }
  .m-oths .oths-item { margin-bottom: 10px; line-height: 20px; }
  .m-oths .item-btn { width: 66px; height: 26px; line-height: 24px; font-size: 12px; font-size: 1.2rem; }
  .m-oths .item-info { padding-top: 2px; } }

/*-------------bread start-----------------------------------------------------------------*/
.bread { background: url(../images/page_banner.jpg) no-repeat top center; background-attachment: fixed; position: relative; padding: 127px 0 138px; text-align: center; }

.bread:before { position: absolute; content: ''; top: 0; bottom: 0; left: 0; right: 0; background: url(../images/page_banner.jpg) no-repeat top center; background-size: cover; z-index: -1; }

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

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

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

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

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

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

.bread .item-title { font-size: 56px; font-size: 5.6rem; font-family: "TimesLTStd-Bold", verdana; line-height: 1.2; margin-bottom: 27px; text-transform: uppercase; position: relative; }

.bread .item-title a { display: inline-block; position: relative; padding-bottom: 22px; }

.bread .item-title a:before { position: absolute; content: ''; width: 74.53416%; bottom: 0; height: 6px; background-color: #F6D04A; left: 0; right: 0; margin: 0 auto; }

.bread .item-title, .bread .item-title a { color: #F6D04A; }

@media screen and (max-width: 1419px) { .bread .item-title { font-size: 40px; font-size: 4rem; margin-bottom: 20px; }
  .bread .item-title a { padding-bottom: 15px; }
  .bread .item-title a:before { height: 4px; } }

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

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

@media screen and (max-width: 767px) { .bread .item-title { font-size: 20px; font-size: 2rem; }
  .bread .item-title a { padding-bottom: 6px; }
  .bread .item-title a:before { height: 2px; } }

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

.bread .item-subt { font-size: 16px; font-size: 1.6rem; line-height: 1.2; text-transform: uppercase; }

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

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

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

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

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

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

/* Internet Explorer 10+ */
.search { position: relative; margin-top: 8px; margin-right: 146px; }

@media screen and (max-width: 1419px) { .search { margin-right: 80px; } }

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

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

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

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

.search .search-icon .iconfont { display: block; color: #333; font-size: 20px; font-size: 2rem; }

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

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

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

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

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

.header .h-top { background-color: #F6D04A; height: 40px; line-height: 40px; color: #fff; font-family: "Arimo-Bold"; font-size: 18px; font-size: 1.8rem; text-align: center; }

@media screen and (max-width: 1219px) { .header .h-top { height: 36px; line-height: 36px; font-size: 16px; font-size: 1.6rem; } }

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

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

.header .logo { text-align: center; padding: 30px 0 16px; }

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

@media screen and (max-width: 1219px) { .header .logo { padding: 16px 0; }
  .header .logo img { width: 300px; } }

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

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

.header .navlist { float: left; font-size: 0; letter-spacing: 0; text-align: center; margin-left: 238px; }

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

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

.header .navlist > li > a { display: block; font-size: 20px; font-size: 2rem; line-height: 24px; padding: 6px 0 9px; color: #333; text-align: center; }

.header .navlist > li.nav-active > a, .header .navlist > li:hover > a { color: #F6D04A; background: url(../images/active.png) no-repeat center; }

@media screen and (max-width: 1419px) { .header .navlist { margin-left: 80px; } }

@media screen and (max-width: 1219px) { .header .navlist { margin-left: 30px; }
  .header .navlist > li { margin-left: 85px; padding-bottom: 15px; }
  .header .navlist > li > a { font-size: 18px; font-size: 1.8rem; } }

@media screen and (max-width: 991px) { .header .navlist { margin-left: 0; }
  .header .navlist > li { margin-left: 58px; }
  .header .navlist > li > a { font-size: 16px; font-size: 1.6rem; } }

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

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

.header .yijibox { z-index: 99; position: absolute; top: 100%; width: 230px; 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; margin-top: -10px; text-align: left; }

.header .yijibox:before { font-family: "iconfont" !important; font-size: 28px; font-size: 2.8rem; font-style: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: '\e73a'; color: #fff; display: block; margin: 0 0 -20px 25px; }

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

.header .yijibox li > a { display: block; line-height: 20px; padding: 10px 15px; font-size: 16px; font-size: 1.6rem; color: #333; }

.header .yijibox li:hover > a { background-color: #F6D04A; color: #fff; }

.header .yijibox li:hover .erjibox { -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 .yijibox { right: -150px; } }

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

.header .yiji, .header .erji, .header .sanji { background: #FFFFFF; border: 1px solid #F1F1F1; -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.11); box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.11); }

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

.header .erjibox, .header .sanjibox { position: absolute; left: 100%; top: 0; width: 220px; display: block; visibility: hidden; opacity: 0; -webkit-transform: translateY(30px); -moz-transform: translateY(30px); -ms-transform: translateY(30px); -o-transform: translateY(30px); transform: translateY(30px); -webkit-transform-origin: top; -moz-transform-origin: top; -ms-transform-origin: top; -o-transform-origin: top; transform-origin: top; -webkit-transition: all 400ms ease; -o-transition: all 400ms ease; -moz-transition: all 400ms ease; transition: all 400ms ease; }

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

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

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

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

/* Internet Explorer 10+ */
.footer { overflow: hidden; background-color: #F5D35D; }

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

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

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

.footer .f-top .footer-title { font-family: "TimesLTStd-Bold", verdana; font-size: 26px; font-size: 2.6rem; line-height: 1.3; margin-bottom: 18px; }

.footer .f-top .box-list li { line-height: 34px; }

.footer .f-top .flist1 { width: 424px; padding-right: 110px; }

.footer .f-top .flist1 .logo1 { display: block; width: 111px; margin-bottom: 26px; margin-top: 7px; }

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

.footer .f-top .flist3 { width: 435px; padding-right: 15px; }

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

.footer .f-top .flist4 .item-title { max-width: 300px; line-height: 30px; margin: -7px 0 18px; }

.footer .f-top .item-form { padding-top: 6px; }

.footer .f-top .item-form input { display: block; width: 100%; border: solid 1px #000; border-color: rgba(0, 0, 0, 0.2); color: #000; }

.footer .f-top .item-form .item-input { position: relative; margin-bottom: 20px; }

.footer .f-top .item-form .item-input .iconfont { width: 28px; height: 28px; -webkit-border-radius: 50%; border-radius: 50%; line-height: 28px; text-align: center; background-color: #fff; color: #F6D04A; right: 10px; top: 6px; position: absolute; font-size: 12px; font-size: 1.2rem; }

.footer .f-top .item-form .item-input input { -webkit-border-radius: 20px; border-radius: 20px; height: 40px; line-height: 38px; padding: 0 40px 0 25px; }

.footer .f-top .item-form .item-code { float: left; width: 100px; margin-right: 17px; }

.footer .f-top .item-form .item-code input { height: 30px; line-height: 28px; -webkit-border-radius: 15px; border-radius: 15px; padding: 0 14px; }

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

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

.footer .f-top .item-form .item-btn { float: right; width: 100px; }

.footer .f-top .item-form .item-btn input { -webkit-border-radius: 15px; border-radius: 15px; height: 30px; line-height: 30px; border: none; background-color: #fff; color: #333; }

.footer .f-top .item-form .item-btn input:hover { background-color: #fff; color: #F6D04A; }
.footer .f-top .flist4 .nohov a:hover{text-decoration: none;}
@media screen and (max-width: 1419px) { .footer .f-top .flist { font-size: 14px; font-size: 1.4rem; }
  .footer .f-top .flist1 { width: 300px; padding-right: 15px; }
  .footer .f-top .flist2 { width: 226px; }
  .footer .f-top .flist3 { width: 359px; }
  .footer .f-top .flist4 { width: 315px; } }

@media screen and (max-width: 1219px) { .footer .f-top { padding: 50px 0 25px; }
  .footer .f-top .flist { line-height: 28px; }
  .footer .f-top .flist .box-list li { line-height: 28px; }
  .footer .f-top .flist1 { width: 230px; padding-right: 15px; }
  .footer .f-top .flist1 .logo1 { margin: 0 0 10px; width: 100px; }
  .footer .f-top .flist2 { width: 156px; }
  .footer .f-top .flist3 { width: 259px; } }

@media screen and (max-width: 991px) { .footer .f-top { padding: 30px 0 25px; }
  .footer .f-top .flist { line-height: 28px; }
  .footer .f-top .flist .box-list li { line-height: 28px; }
  .footer .f-top .flist1 { display: none; }
  .footer .f-top .flist2 { width: 150px; }
  .footer .f-top .flist3 { width: 255px; } }

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

.footer .f-follow { float: left; font-size: 0; letter-spacing: 0; margin-right: 15px; }

.footer .f-follow a { display: inline-block; vertical-align: top; margin-left: 14px; -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 { margin-top: -5px; margin-bottom: 5px; text-decoration: none; }

.footer .f-follow .iconfont { line-height: 24px; font-size: 18px; font-size: 1.8rem; color: #9D9D9D; display: block; }

@media screen and (max-width: 991px) { .footer .f-follow { float: none; margin: 0 auto; text-align: center; } }

.footer .f-bot { background-color: #fff; padding: 16px 0 7px; margin-top: 15px; }

.footer .f-bot .copyright { line-height: 24px; font-size: 14px; font-size: 1.4rem; overflow: hidden; text-align: right; }

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

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

@media screen and (max-width: 991px) { .footer .f-bot .copyright { text-align: center; } }

@media screen and (max-width: 767px) { .footer .f-bot { margin-top: 0; border-top: solid 10px #F6D04A; padding: 15px 0; font-size: 12px; font-size: 1.2rem; line-height: 18px; } }

.footer .f-keys { text-align: center; font-size: 16px; font-size: 1.6rem; line-height: 26px; }

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

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

.footer .links { text-align: center; font-size: 16px; font-size: 1.6rem; line-height: 26px; }

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

@media screen and (max-width: 1419px) { .footer .links { font-size: 14px; font-size: 1.4rem; } }

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

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

.index-item .item-title { font-family: "TimesLTStd-Bold", verdana; font-size: 36px; font-size: 3.6rem; line-height: 1; text-transform: uppercase; }

.index-item .item-title a { display: inline-block; }

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

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

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

.index-item .item-desc { margin-top: 9px; font-family: "TimesLTStd-Bold", verdana; font-style: italic; line-height: 1.4; font-size: 16px; font-size: 1.6rem; }

.index-item .item-desc, .index-item .item-desc a { color: #999; color: rgba(153, 153, 153, 0.8); }

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

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

.index-about { padding: 77px 0 14px; }

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

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

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

.index-about .item-subt { font-size: 16px; font-size: 1.6rem; line-height: 20px; margin-bottom: 16px; }

.index-about .item-subt, .index-about .item-subt a { color: #999; }

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

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

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

@media screen and (max-width: 1219px) { .index-about .item-desc { line-height: 24px; margin-top: 30px; } }

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

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

.index-about .item-btn { margin-top: 36px; display: inline-block; min-width: 173px; line-height: 24px; padding: 11px 5px; background-color: #F6D04A; border: solid 1px #F6D04A; color: #fff; font-size: 16px; font-size: 1.6rem; text-transform: uppercase; -webkit-box-shadow: 4px 11px 19px 0px rgba(105, 82, 2, 0.22); box-shadow: 4px 11px 19px 0px rgba(105, 82, 2, 0.22); }

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

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

.index-hotpro { background: #f9f4e0 url(../images/bg1.jpg) no-repeat top center; background-size: 100%; padding: 185px 0 87px; }

@media screen and (max-width: 1419px) { .index-hotpro { padding: 140px 0 60px; } }

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

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

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

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

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

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

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

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

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

.index-hotpro .box-list .list-item { display: inline-block; vertical-align: top; width: 22.07143%; margin-left: 3.90476%; margin-bottom: 20px; }

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

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

.index-hotpro .box-list .item-title { font-size: 18px; font-size: 1.8rem; line-height: 24px; text-align: center; margin-top: 32px; }

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

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

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

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

.index-hotpro .box-list .item-table { padding: 20px 16.18123%; text-align: left; }

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

.index-hotpro .box-list .item-subt { font-size: 16px; font-size: 1.6rem; line-height: 30px; max-height: 180px; position: relative; }

.index-hotpro .box-list .item-subt a:hover { text-decoration: underline; color: #333 !important; }

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

@media screen and (max-width: 991px) { .index-hotpro .box-list .item-desc { margin-top: 5px; font-size: 14px; font-size: 1.4rem; line-height: 20px; height: 40px; text-align: center; } }

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

.index-cate { padding-top: 81px; position: relative; margin-bottom: 73px; }

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

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

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

.index-cate:before { position: absolute; content: ''; height: 95px; right: 0; width: 50%; bottom: 0; background-color: #F6D04A; opacity: 0.1; filter: alpha(opacity=10); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)"; }

@media screen and (max-width: 991px) { .index-cate:before { height: 70px; } }

@media screen and (max-width: 767px) { .index-cate:before { height: 30px; } }

@media screen and (max-width: 480px) { .index-cate:before { display: none; } }

.index-cate .item-bg { position: absolute; display: block; bottom: 20px; right: 6.61458%; width: 13.75%; z-index: 999;}

@media screen and (max-width: 767px) { .index-cate .item-bg { bottom: 5px; } }

@media screen and (max-width: 480px) { .index-cate .item-bg { display: none; } }

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

.index-cate .cate-scroll .scroll-btns { font-size: 0; letter-spacing: 0; text-align: center; position: absolute; bottom: 35.32609%; left: 57.5%; }

.index-cate .cate-scroll .scroll-btns .scroll-btn { display: inline-block; vertical-align: top; cursor: pointer; z-index: 2; font-size: 20px; font-size: 2rem; color: #fff; color: rgba(255, 255, 255, 0.5); width: 48px; height: 36px; line-height: 36px; background-color: #F6D04A; background-color: rgba(246, 208, 74, 0.5); }

.index-cate .cate-scroll .scroll-btns .scroll-btn:hover { background-color: #F6D04A; color: #fff; }

.index-cate .cate-scroll .scroll-btns .prev { margin-right: 40px; }

@media screen and (max-width: 1419px) { .index-cate .cate-scroll .scroll-btns { left: 53.57143%; bottom: 28.98551%; } }

@media screen and (max-width: 1219px) { .index-cate .cate-scroll .scroll-btns .scroll-btn { width: 36px; height: 32px; line-height: 32px; }
  .index-cate .cate-scroll .scroll-btns .prev { margin-right: 10px; } }

@media screen and (max-width: 991px) { .index-cate .cate-scroll .scroll-btns .scroll-btn { width: 30px; height: 26px; line-height: 26px; font-size: 16px; font-size: 1.6rem; }
  .index-cate .cate-scroll .scroll-btns .prev { margin-right: 10px; } }

@media screen and (max-width: 767px) { .index-cate .cate-scroll .scroll-btns .scroll-btn { width: 26px; height: 22px; line-height: 22px; font-size: 14px; font-size: 1.4rem; }
  .index-cate .cate-scroll .scroll-btns .prev { margin-right: 5px; } }

@media screen and (max-width: 640px) { .index-cate .cate-scroll .scroll-btns { bottom: 21.73913%; } }

@media screen and (max-width: 480px) { .index-cate .cate-scroll .scroll-btns { position: relative; bottom: 0; text-align: center; left: 0; margin-top: 10px; } }

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

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

.index-cate .cate-scroll .scroll-list .list-item { float: left; width: 1%; position: relative;}

.index-cate .cate-scroll .scroll-list .item-pic { float: left; width: 50%; -webkit-border-radius: 0px 106px 0px 106px; border-radius: 0px 106px 0px 106px; margin-right: 7.5%; }

@media screen and (max-width: 1419px) { .index-cate .cate-scroll .scroll-list .item-pic { margin-right: 3.57143%; } }

@media screen and (max-width: 991px) { .index-cate .cate-scroll .scroll-list .item-pic { -webkit-border-radius: 0px 66px; border-radius: 0px 66px; } }

@media screen and (max-width: 480px) { .index-cate .cate-scroll .scroll-list .item-pic { -webkit-border-radius: 0 25px; border-radius: 0 25px; width: 100%; float: none; margin: 0 auto 15px; } }

.index-cate .cate-scroll .scroll-list .item-body { padding-top: 7.42857%; }

@media screen and (max-width: 1419px) { .index-cate .cate-scroll .scroll-list .item-body { padding-top: 7.14286%; } }

@media screen and (max-width: 991px) { .index-cate .cate-scroll .scroll-list .item-body { padding-top: 5%; } }

@media screen and (max-width: 480px) { .index-cate .cate-scroll .scroll-list .item-body { padding: 0; } }

.index-cate .cate-scroll .scroll-list .item-title { font-size: 36px; font-size: 3.6rem; font-family: "TimesLTStd-Bold", verdana; line-height: 1.2; text-transform: uppercase; }

@media screen and (max-width: 1419px) { .index-cate .cate-scroll .scroll-list .item-title { font-size: 30px; font-size: 3rem; } }

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

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

.index-cate .cate-scroll .scroll-list .item-desc { font-size: 18px; font-size: 1.8rem; line-height: 36px; height: 108px; margin-top: 19px; }

@media screen and (max-width: 1419px) { .index-cate .cate-scroll .scroll-list .item-desc { line-height: 32px; height: 96px; } }

@media screen and (max-width: 1219px) { .index-cate .cate-scroll .scroll-list .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 26px; height: 78px; margin-top: 12px; } }

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

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

.index-news { padding-bottom: 77px; }

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

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

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

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

.index-news .index-item .item-desc, .index-news .index-item .item-desc a { color: #333; color: rgba(51, 51, 51, 0.8); }

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

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

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

.index-news .box-list .list-item { width: 28.35714%; margin-bottom: 20px; }

@media screen and (max-width: 640px) { .index-news .box-list .list-item { width: 49%; } }

.index-news .box-list .pull-left { margin-right: 3.21429%; }

@media screen and (max-width: 640px) { .index-news .box-list .pull-left { margin-right: 0; } }

.index-news .box-list .item-pics { overflow: hidden; width: 36.21429%; }

.index-news .box-list .item-pics img { display: block; }

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

.index-news .box-list .item-pic { margin-bottom: 35px; }

@media screen and (max-width: 1419px) { .index-news .box-list .item-pic { margin-bottom: 25px; } }

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

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

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

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

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

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

.index-news .box-list .item-title { font-family: "Arimo-Bold"; font-size: 20px; font-size: 2rem; line-height: 1.2; position: relative; padding-bottom: 19px; margin-bottom: 14px; }

.index-news .box-list .item-title:before { position: absolute; content: ''; width: 41.05793%; height: 1px; background-color: #D3D3D3; left: 0; bottom: 0; }

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

@media screen and (max-width: 1219px) { .index-news .box-list .item-title { font-size: 18px; font-size: 1.8rem; padding-bottom: 10px; 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; padding-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: 16px; font-size: 1.6rem; line-height: 30px; height: 90px; margin-bottom: 28px; }

@media screen and (max-width: 1419px) { .index-news .box-list .item-desc { margin-bottom: 20px; line-height: 26px; height: 78px; } }

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

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

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

.index-news .box-list .item-btn { display: inline-block; font-size: 14px; font-size: 1.4rem; line-height: 20px; text-transform: uppercase; }

.index-news .box-list .item-btn .iconfont { font-size: 14px; font-size: 1.4rem; margin-left: 6px; }

.index-news .box-list .item-btn:hover { color: #F6D04A; }

@media screen and (max-width: 991px) { .index-news .box-list .item-btn .iconfont { margin-left: 4px; } }

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

/*-------------index end-------------------------------------------------------------------*/
.page_wrap { padding: 60px 0 100px; }

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

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

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

/*-------------products1 start-------------------------------------------------------------*/
.main .box-main { width: 1054px; }

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

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

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

.main .box-slide { width: 290px; }

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

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

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

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

.pro1-top .item-title { font-family: "Arimo-Bold"; font-size: 18px; font-size: 1.8rem; line-height: 1.2; margin-bottom: 16px; }

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

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

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

.pro1-top .item-desc { background-color: #F7F7F7; font-size: 16px; font-size: 1.6rem; line-height: 30px; color: #666; margin-bottom: 41px; padding: 8px 18px 7px; }

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

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

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

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

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

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

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

.pro1-list .list-item { display: inline-block; vertical-align: top; width: 29.41176%; margin-left: 5.88235%; margin-bottom: 39px; }

@media screen and (max-width: 1419px) { .pro1-list .list-item { width: 32%; margin-left: 2%; margin-bottom: 30px; } }

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

.pro1-list .item-title { font-size: 18px; font-size: 1.8rem; line-height: 24px; text-align: center; margin-top: 32px; }

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

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

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

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

.pro1-list .item-table { padding: 20px 16.18123%; text-align: left; }

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

.pro1-list .item-subt { font-size: 16px; font-size: 1.6rem; line-height: 30px; max-height: 180px; position: relative; }

.pro1-list .item-subt a:hover { text-decoration: underline; color: #333 !important; }

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

@media screen and (max-width: 991px) { .pro1-list .item-desc { margin-top: 5px; font-size: 14px; font-size: 1.4rem; line-height: 20px; height: 40px; text-align: center; } }

@media screen and (max-width: 991px) { .pro1-list .item-desc { font-size: 12px; font-size: 1.2rem; line-height: 16px; height: 32px; } }

.pro1-list .item-btnbox { font-size: 0; letter-spacing: 0; text-align: center; margin-top: 24px; }

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

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

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

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

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

.pro1-list .item-btn:hover { color: #333 !important; }

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

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

/* .pro1-list end */
/* proslide start */
.proslide .slide-yiji > li { margin-bottom: 24px; width: 100%; }

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

.proslide .slide-yiji > li > a { display: block; font-size: 18px; font-size: 1.8rem; font-family: "Arimo-Bold"; color: #333; line-height: 24px; padding: 15px 30px 15px 15px; background-color: #F1F1F1; position: relative; }

.proslide .slide-yiji > li > a .iconfont { position: absolute; right: 0; color: #333; top: 16px; right: 10px; }

@media screen and (max-width: 1419px) { .proslide .slide-yiji > li > a { font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 1219px) { .proslide .slide-yiji > li > a { font-size: 14px; font-size: 1.4rem; padding-top: 10px; padding-bottom: 10px; padding-left: 15px; }
  .proslide .slide-yiji > li > a .iconfont { top: 10px; } }

.proslide .slide-yiji > li:hover > a, .proslide .slide-yiji > li.active > a { background-color: #E0C45D; color: #FFFFFF; }

.proslide .slide-yiji > li:hover > a .iconfont, .proslide .slide-yiji > li.active > a .iconfont { color: #fff; }

.proslide .slide-erji { margin-top: 3px; padding: 10px 15px 12px; background-color: #F7F7F7; display: none;}

@media screen and (max-width: 1219px) { .proslide .slide-erji { padding-top: 5px; padding-left: 15px; padding-right: 15px; } }

.proslide .slide-erji > li > a { display: block; font-size: 16px; font-size: 1.6rem; line-height: 24px; color: #666; padding: 10px 0 10px 31px; position: relative; }

.proslide .slide-erji > li > a .iconfont { font-size: 15px; font-size: 1.5rem; color: #666; position: absolute; left: 0; top: 10px; }

@media screen and (max-width: 1419px) { .proslide .slide-erji > li > a { font-size: 14px; font-size: 1.4rem; line-height: 20px; } }

@media screen and (max-width: 1219px) { .proslide .slide-erji > li > a { padding: 6px 0 6px 25px; font-size: 12px; font-size: 1.2rem; line-height: 20px; }
  .proslide .slide-erji > li > a .iconfont { top: 6px; font-size: 14px; font-size: 1.4rem; } }

.proslide .slide-erji > li:hover > a, .proslide .slide-erji > li.active > a { color: #333 !important; }

.proslide .slide-erji > li:hover > a .iconfont, .proslide .slide-erji > li.active > a .iconfont { color: #F6D04A; }

.proslide .slide-sanji { padding-bottom: 10px;display: none; }

.proslide .slide-sanji > li > a { display: block; padding: 5px 0 5px 32px; line-height: 20px; color: #666; }
.proslide .show{display: block;}
@media screen and (max-width: 1219px) { .proslide .slide-sanji > li > a { padding-left: 25px; font-size: 12px; font-size: 1.2rem; } }

.proslide .slide-sanji > li:hover > a, .proslide .slide-sanji > li.active > a { color: #F6D04A !important; }

/* proslide end */
.slide-title { font-size: 18px !important; font-size: 1.8rem !important; font-family: "Arimo-Bold"; position: relative; }

.slide-title p, .slide-title a { display: block; background: #E0C45D; color: #fff; line-height: 24px; padding: 15px; position: relative; }

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

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

@media screen and (max-width: 1219px) { .slide-title p, .slide-title a { line-height: 24px; padding: 10px; } }

@media screen and (max-width: 991px) { .slide-title p, .slide-title a { line-height: 20px !important; }
  .slide-title.slide-title1 { display: none; }
  .slide-title.slide-title2 { margin-bottom: 3px; display: block; }
  .slide-title.slide-title2 p { padding-right: 40px; } }

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

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

.tags-slide .item-desc a:hover { background-color: #F6D04A; color: #fff; }

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

.tags-slide .item-desc > * { display: inline-block; vertical-align: top; background-color: #F3F3F4; margin: 0 17px 13px 0; font-size: 16px; font-size: 1.6rem; line-height: 20px; padding: 8px; }

@media screen and (max-width: 1419px) { .tags-slide .item-desc > * { font-size: 14px; font-size: 1.4rem; padding: 4px 6px; margin: 0 5px 5px 0; } }

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

/* tags-slide end*/
/* news-slide start */
.news-slide { margin-top: 20px; }

.news-slide .ex-scroll { position: relative; max-width: 380px; margin: 17px auto 0; }

.news-slide .ex-scroll .box-bd { width: 100%; overflow: hidden; position: relative; z-index: 2; }

.news-slide .ex-scroll .box-list { width: 10000%; }

.news-slide .ex-scroll .box-list .list-wp { float: left; width: 1%; position: relative; font-size: 0; letter-spacing: 0; }

.news-slide .ex-scroll .box-list .item-pic { margin-bottom: 15px; }

@media screen and (max-width: 991px) { .news-slide .ex-scroll .box-list .item-pic { margin-bottom: 5px; } }

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

@media screen and (max-width: 1419px) { .news-slide .ex-scroll .box-list .item-date { margin-bottom: 12px; } }

@media screen and (max-width: 1219px) { .news-slide .ex-scroll .box-list .item-date { margin-bottom: 8px; } }

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

.news-slide .ex-scroll .box-list .item-title { font-family: "Arimo-Bold"; font-size: 20px; font-size: 2rem; line-height: 1.2; position: relative; padding-bottom: 19px; margin-bottom: 14px; }

.news-slide .ex-scroll .box-list .item-title:before { position: absolute; content: ''; width: 41.05793%; height: 1px; background-color: #D3D3D3; left: 0; bottom: 0; }

@media screen and (max-width: 1419px) { .news-slide .ex-scroll .box-list .item-title { padding-bottom: 15px; } }

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

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

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

.news-slide .ex-scroll .box-list .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 30px; height: 90px; margin-bottom: 0; }

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

@media screen and (max-width: 1219px) { .news-slide .ex-scroll .box-list .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 24px; height: 72px; } }

@media screen and (max-width: 991px) { .news-slide .ex-scroll .box-list .item-desc { line-height: 20px; height: 60px; } }

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

.news-slide .ex-scroll .box-page { text-align: center; font-size: 0; letter-spacing: 0; z-index: 3; margin-top: 14px; }

.news-slide .ex-scroll .box-page .page-item { margin: 0 8px; display: inline-block; vertical-align: top; width: 12px; height: 12px; border: solid 2px #EEEEEE; background-color: #EEEEEE; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; -webkit-border-radius: 50%; border-radius: 50%; }

.news-slide .ex-scroll .box-page .page-item.active { background-color: transparent; border-color: #F6D04A; }

@media screen and (max-width: 1419px) { .news-slide .ex-scroll .box-page .page-item { width: 10px; height: 10px; margin: 0 5px; } }

@media screen and (max-width: 1219px) { .news-slide .ex-scroll .box-page .page-item { width: 7px; height: 7px; margin: 0 3px; } }

/* news-slide end */
/*-------------products1 end---------------------------------------------------------------*/
/*-------------products2 start-------------------------------------------------------------*/
.m-prob1 .prob-pic { width: 50.28463%; float: left; }

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

@media screen and (max-width: 991px) { .m-prob1 .prob-pic { width: 100%; } }

.m-prob1 .prob-pic .prob-pic-small { display: none; margin-top:15px;}

@media screen and (max-width: 1219px) { .m-prob1 .prob-pic .prob-pic-small { display: block; } }

.m-prob1 .prob-pic-big { position: relative; border: solid 0 #F6D04A; }

@media screen and (max-width: 991px) { .m-prob1 .prob-pic-big { display: none; } }

.m-prob1 .prob-pic-big-img { display: block; line-height: 0; font-size: 0; }

.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; overflow: hidden; margin-top: 60px; }

@media screen and (max-width: 1419px) { .m-prob1 .prob-pic-small { margin-top: 20px; } }

@media screen and (max-width: 1219px) { .m-prob1 .prob-pic-small { margin-top: 0; padding: 0 35px; } }

.m-prob1 .prob-pic-btn { position: absolute; top: 50%; margin-top: -9px; z-index: 9; cursor: pointer; }

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

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

.m-prob1 .prob-pic-btn .iconfont { font-size: 18px; font-size: 1.8rem; }

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

@media screen and (max-width: 1219px) { .m-prob1 .prob-pic-btn { margin-top: -12px; }
  .m-prob1 .prob-pic-btn .iconfont { font-size: 24px; font-size: 2.4rem; } }

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

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

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

@media screen and (max-width: 767px) { .m-prob1 .prob-pic-list li { margin-right: .2%; width: 3.2%; padding-top: 0; } }

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

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

.m-prob1 .prob-pic-item .item-pics { position: relative; border: transparent 1px solid; z-index: 1; }

@media screen and (max-width: 991px) { .m-prob1 .prob-pic-item .item-pics { border: 0 !important; } }

.m-prob1 .prob-pic-item .item-pics.zoomThumbActive { border-color: #F6D04A; }

.m-prob1 .prob-pic-item .item-pics img { display: block; width: 100%; }

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

/* pro-info */
.pro-info { float: right; width: 45.5408%; }

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

.pro-info .item-title { font-family: "Arimo-Bold"; font-size: 20px; font-size: 2.0rem; line-height: 26px; margin-bottom: 14px; margin-top: -6px; }

@media screen and (max-width: 1419px) { .pro-info .item-title { margin-top: 0; margin-bottom: 10px; font-size: 18px; font-size: 1.8rem; line-height: 24px; } }

.pro-info .item-desc { border-top: solid 1px #D0D0D0; font-size: 16px; font-size: 1.6rem; line-height: 30px; min-height: 274px; padding: 26px 0; }

.pro-info .item-desc strong { font-weight: normal; font-family: "Arimo-Bold"; }

.pro-info .item-desc em { padding-left: 20px; font-style: normal; position: relative; display: block; }

.pro-info .item-desc em:before { position: absolute; content: ''; width: 5px; height: 5px; background-color: #333; -webkit-border-radius: 50%; border-radius: 50%; left: 0; top: 12px; }

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

@media screen and (max-width: 1419px) { .pro-info .item-desc { min-height: 235px; padding: 20px 0; font-size: 14px; font-size: 1.4rem; line-height: 24px; }
  .pro-info .item-desc:before { top: 10px; } }

@media screen and (max-width: 991px) { .pro-info .item-desc { min-height: auto; padding: 15px 0; } }

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

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

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

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

@media screen and (max-width: 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: top; min-width: 134px; line-height: 24px; padding: 9px 5px; font-size: 16px; font-size: 1.6rem; border: solid 1px #F6D04A; text-align: center; color: #666; }

.pro-info .item-btn:hover { color: #333 !important; }

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

@media screen and (max-width: 1419px) { .pro-info .item-btn { min-width: 120px; font-size: 14px; font-size: 1.4rem; line-height: 20px; padding: 8px 5px; } }

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

.pro2-title { font-size: 40px; font-size: 4rem; font-family: "TimesLTStd-Bold", verdana; text-transform: uppercase; text-align: center; position: relative; padding-bottom: 17px; border-bottom: solid 5px #EAEEEF; }

.pro2-title:before { position: absolute; content: ''; width: 214px; height: 5px; background-color: #E0C45D; left: 0; right: 0; margin: 0 auto; bottom: -5px; }

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

@media screen and (max-width: 1419px) { .pro2-title { font-size: 36px; font-size: 3.6rem; } }

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

@media screen and (max-width: 991px) { .pro2-title { font-size: 26px; font-size: 2.6rem; padding-bottom: 15px; border-bottom-width: 2px; }
  .pro2-title:before { height: 2px; width: 70px; bottom: -2px; } }

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

.pro2-spec { margin-top: 47px; }

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

.pro2-spec .item-body { padding: 53px 0 36px; font-size: 16px; font-size: 1.6rem; line-height: 30px; }

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

.pro2-spec .item-body strong { display: inline-block; font-size: 18px; font-size: 1.8rem; font-weight: normal; font-family: "Arimo-Bold"; }

@media screen and (max-width: 1419px) { .pro2-spec .item-body { line-height: 26px; padding: 30px 0; }
  .pro2-spec .item-body p { min-height: 26px; } }

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

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

.pro2-tags { margin-top: 15px; font-size: 16px; font-size: 1.6rem; line-height: 24px; word-break: break-word; }

.pro2-tags, .pro2-tags a { color: #666; }

.pro2-tags a:hover { color: #F6D04A; }

.pro2-tags strong { font-weight: normal; font-family: "Arimo-Bold"; color: #333; }

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

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

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

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

.pro2-related .pro2-title { border-bottom: 0; text-transform: capitalize; margin-bottom: 45px; }

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

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

.pro2-related .related-scroll .scroll-btns { font-size: 0; letter-spacing: 0; }

.pro2-related .related-scroll .scroll-btns .scroll-btn { position: absolute; z-index: 2; top: 50%; margin-top: -46px; cursor: pointer; display: inline-block; vertical-align: top; font-size: 32px; font-size: 3.2rem; color: #999; }

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

@media screen and (max-width: 1219px) { .pro2-related .related-scroll .scroll-btns .scroll-btn { font-size: 30px; font-size: 3.0rem; margin-top: -43px; } }

@media screen and (max-width: 640px) { .pro2-related .related-scroll .scroll-btns .scroll-btn { font-size: 24px; font-size: 2.4rem; margin-top: -40px; } }

.pro2-related .related-scroll .scroll-btns .prev { left: 10px; }

.pro2-related .related-scroll .scroll-btns .next { right: 10px; }

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

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

.pro2-related .related-scroll .scroll-list .list-item { float: left; width: 0.29317%; margin-right: 0.05882%; }

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

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

.pro2-related .related-scroll .scroll-list .item-title { font-size: 18px; font-size: 1.8rem; line-height: 24px; text-align: center; margin-top: 32px; }

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

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

@media screen and (max-width: 767px) { .pro2-related .related-scroll .scroll-list .item-title { font-size: 14px; font-size: 1.4rem; line-height: 20px; margin-top: 10px; } }

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

.pro2-related .related-scroll .scroll-list .item-table { padding: 20px 16.18123%; text-align: left; }

@media screen and (max-width: 1219px) { .pro2-related .related-scroll .scroll-list .item-table { padding: 15px; } }

.pro2-related .related-scroll .scroll-list .item-subt { font-size: 16px; font-size: 1.6rem; line-height: 30px; max-height: 180px; position: relative; }

.pro2-related .related-scroll .scroll-list .item-subt a:hover { text-decoration: underline; color: #333 !important; }

@media screen and (max-width: 1219px) { .pro2-related .related-scroll .scroll-list .item-subt { font-size: 14px; font-size: 1.4rem; line-height: 24px; max-height: 144px; } }

.pro2-related .related-scroll .scroll-list .item-desc { display: none; }

@media screen and (max-width: 991px) { .pro2-related .related-scroll .scroll-list .item-desc { display: block; margin-top: 5px; font-size: 14px; font-size: 1.4rem; line-height: 20px; height: 40px; text-align: center; } }

@media screen and (max-width: 991px) { .pro2-related .related-scroll .scroll-list .item-desc { font-size: 12px; font-size: 1.2rem; line-height: 16px; height: 32px; } }

/*-------------products2 end---------------------------------------------------------------*/
/*-------------about1 start----------------------------------------------------------------*/
/* service start */
.s-box1 { padding-bottom: 95px; }

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

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

.s-box1 .box-item { margin-bottom: 69px; text-align: center; }

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

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

.s-box1 .box-item .item-subt { font-size: 16px; font-size: 1.6rem; line-height: 20px; margin-bottom: 6px; }

.s-box1 .box-item .item-subt, .s-box1 .box-item .item-subt a { color: #666; }

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

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

@media screen and (max-width: 767px) { .s-box1 .box-item .item-subt { font-size: 12px; font-size: 1.2rem; margin-bottom: 0; } }

.s-box1 .box-item .item-title { font-family: "TimesLTStd-Bold", verdana; font-size: 36px; font-size: 3.6rem; line-height: 1.2; }

.s-box1 .box-item .item-title, .s-box1 .box-item .item-title a { color: #F6D04A; }

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

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

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

.s-box1 .box-item .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 22px; color: #333; margin-top: 24px; }

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

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

.s-box1 .list-item { position: relative; }

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

@media screen and (max-width: 767px) { .s-box1 .list-item { padding: 15px; } }

.s-box1 .list-item:before { position: absolute; content: ''; width: 69.71429%; top: -35px; bottom: -35px; right: 0; background-color: #F6D04A; opacity: 0.1; filter: alpha(opacity=10); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)"; }

@media screen and (max-width: 991px) { .s-box1 .list-item:before { width: 100%; top: 0; bottom: 0; } }

.s-box1 .list-item .item-pic { float: left; width: 35.71429%; margin-right: 3.92857%; }

@media screen and (max-width: 991px) { .s-box1 .list-item .item-pic { margin-right: get_W(30); } }

@media screen and (max-width: 480px) { .s-box1 .list-item .item-pic { width: 39.28571%; } }

.s-box1 .list-item .item-body { position: absolute; right: 0; top: 0; bottom: 0; width: 64.28571%; padding: 0 3.92857%; font-size: 16px; font-size: 1.6rem; line-height: 36px; }

@media screen and (max-width: 1419px) { .s-box1 .list-item .item-body { line-height: 30px; } }

@media screen and (max-width: 1219px) { .s-box1 .list-item .item-body { line-height: 26px; padding: 0 2.14286%; } }

@media screen and (max-width: 991px) { .s-box1 .list-item .item-body { padding: 0; font-size: 14px; font-size: 1.4rem; line-height: 22px; position: relative; width: auto; }
  .s-box1 .list-item .item-body .item-table { display: inline; }
  .s-box1 .list-item .item-body .item-cell { display: inline; } }

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

.s-box2 { background-color: #F6D04A; text-align: center; padding: 51px 0 54px; }

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

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

.s-box2 .item-title { font-size: 36px; font-size: 3.6rem; font-family: "TimesLTStd-Bold", verdana; line-height: 1.2; margin-bottom: 22px; }

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

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

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

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

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

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

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

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

.s-box3 { border-bottom: solid 1px #EFEFEF; padding: 60px 0 34px; }

@media screen and (max-width: 1219px) { .s-box3 { padding: 50px 0 34px; } }

@media screen and (max-width: 991px) { .s-box3 { padding: 40px 0 30px; } }

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

.s-box3 .box-list { font-size: 0; letter-spacing: 0; }

.s-box3 .box-list .list-item { display: inline-block; width: 27.14286%; margin-left: 9.28571%; margin-bottom: 20px; }

@media screen and (max-width: 1219px) { .s-box3 .box-list .list-item { width: 31.66667%; margin-left: 2.5%; } }

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

.s-box3 .box-list .item-pic { -webkit-border-radius: 8px; border-radius: 8px; }

.s-box3 .box-list .item-title { position: relative; background-color: #F6D04A; font-size: 18px; font-size: 1.8rem; line-height: 24px; padding: 18px 5px; text-align: center; margin: -30px 30px 0; -webkit-border-radius: 4px; border-radius: 4px; }

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

@media screen and (max-width: 991px) { .s-box3 .box-list .item-title { font-size: 14px; font-size: 1.4rem; margin: 0 15px; padding: 10px 5px; margin-top: -22px; } }

@media screen and (max-width: 767px) { .s-box3 .box-list .item-title { font-size: 12px; font-size: 1.2rem; margin: 0 10px; line-height: 16px; padding: 5px; margin-top: -13px; } }

.s-box4 { padding-top: 54px; }

@media screen and (max-width: 991px) { .s-box4 { padding-top: 50px; } }

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

.s-box4 .box-title { font-size: 36px; font-size: 3.6rem; font-family: "TimesLTStd-Bold", verdana; line-height: 1.2; margin-bottom: 28px; }

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

@media screen and (max-width: 991px) { .s-box4 .box-title { font-size: 24px; font-size: 2.4rem; } }

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

.s-box4 .box-desc { border: solid 2px #F6D04A; -webkit-border-radius: 4px; border-radius: 4px; font-size: 16px; font-size: 1.6rem; line-height: 30px; padding: 26px 30px 21px 20px; color: #666; }

.s-box4 .box-desc p { padding-left: 32px; margin-bottom: 12px; position: relative; }

.s-box4 .box-desc p:before { position: absolute; content: '\e66e'; font-family: "iconfont" !important; font-size: 27px; font-size: 2.7rem; font-style: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; left: 0; top: 4px; color: #F6D04A; line-height: 1; }

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

@media screen and (max-width: 991px) { .s-box4 .box-desc { padding: 20px; font-size: 14px; font-size: 1.4rem; line-height: 24px; }
  .s-box4 .box-desc p { padding-left: 28px; }
  .s-box4 .box-desc p:before { font-size: 22px; font-size: 2.2rem; } }

@media screen and (max-width: 767px) { .s-box4 .box-desc { padding: 20px 15px; font-size: 12px; font-size: 1.2rem; line-height: 20px; }
  .s-box4 .box-desc p { padding-left: 22px; }
  .s-box4 .box-desc p:before { font-size: 18px; font-size: 1.8rem; } }

/* service end */
/*-------------about1 end------------------------------------------------------------------*/
/*-------------about2 start----------------------------------------------------------------*/
.about2_wrap { background: url(../images/bg2.jpg) no-repeat left center; background-attachment: fixed; position: relative; }

.about2_wrap:before { position: absolute; content: ''; top: 0; bottom: 0; left: 0; right: 0; background: url(../images/bg2.jpg) no-repeat left center; background-size: cover; z-index: -1; }

.about2-main { position: relative; }

.about2-main .right-box { float: right; width: 49.71429%; }

@media screen and (max-width: 480px) { .about2-main .right-box { width: 100%; float: none; margin: 0 auto 20px; } }

.about2-main .right-box .item-pic { -webkit-box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.19); box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.19); }

.about2-main .right-box .left-item { float: left; width: 45.68966%; }

.about2-main .right-box .left-item .item-title { margin: 23px 0 12px; }

@media screen and (max-width: 1219px) { .about2-main .right-box .left-item .item-title { margin: 12px 0; } }

.about2-main .right-box .right-item { float: right; width: 50.14368%; }

.about2-main .right-box .right-item .item-pic { margin-bottom: 55px; margin-top: 84px; }

@media screen and (max-width: 1419px) { .about2-main .right-box .right-item .item-pic { margin-top: 30px; } }

@media screen and (max-width: 1219px) { .about2-main .right-box .right-item .item-pic { margin-bottom: 35px; } }

@media screen and (max-width: 767px) { .about2-main .right-box .right-item .item-pic { margin-bottom: 20px; margin-top: 15px; } }

.about2-main .right-box .item-title { max-width: 320px; font-size: 18px; font-size: 1.8rem; line-height: 36px; min-height: 108px; padding-left: 64px; position: relative; }

.about2-main .right-box .item-title:before { position: absolute; content: ''; width: 50px; height: 3px; left: 0; background-color: #F6D04A; top: 16px; }

@media screen and (max-width: 1419px) { .about2-main .right-box .item-title { line-height: 30px; min-height: 90px; }
  .about2-main .right-box .item-title:before { top: 14px; } }

@media screen and (max-width: 1219px) { .about2-main .right-box .item-title { font-size: 16px; font-size: 1.6rem; line-height: 24px; min-height: 72px; }
  .about2-main .right-box .item-title:before { top: 10px; } }

@media screen and (max-width: 991px) { .about2-main .right-box .item-title { font-size: 14px; font-size: 1.4rem; line-height: 20px; min-height: 60px; padding-left: 30px; }
  .about2-main .right-box .item-title:before { top: 8px; width: 26px; } }

@media screen and (max-width: 767px) { .about2-main .right-box .item-title { font-size: 12px; font-size: 1.2rem; line-height: 16px; min-height: 48px; padding-left: 15px; }
  .about2-main .right-box .item-title:before { top: 6px; width: 10px; } }

.about2-main .left-box { position: absolute; top: 0; bottom: 0; left: 0; width: 42.85714%; }

@media screen and (max-width: 1219px) { .about2-main .left-box { width: 48.57143%; } }

@media screen and (max-width: 480px) { .about2-main .left-box { width: 100%; position: relative; } }

.about2-main .left-box .item-title { font-family: "TimesLTStd-Bold", verdana; font-size: 36px; font-size: 3.6rem; line-height: 1.2; position: relative; text-transform: uppercase; display: inline-block; padding-bottom: 18px; margin-bottom: 55px; }

.about2-main .left-box .item-title:before { position: absolute; content: ''; width: 46.68435%; height: 4px; background-color: #F6D04A; left: 0; bottom: 0; max-width: 176px; }

@media screen and (max-width: 1219px) { .about2-main .left-box .item-title { font-size: 30px; font-size: 3rem; margin-bottom: 30px; } }

@media screen and (max-width: 991px) { .about2-main .left-box .item-title { font-size: 26px; font-size: 2.6rem; margin-bottom: 20px; } }

@media screen and (max-width: 767px) { .about2-main .left-box .item-title { font-size: 20px; font-size: 2rem; margin-bottom: 10px; padding-bottom: 10px; }
  .about2-main .left-box .item-title:before { height: 2px; } }

.about2-main .left-box .item-desc { font-size: 18px; font-size: 1.8rem; line-height: 36px; margin-bottom: 70px; }

.about2-main .left-box .item-desc p { min-height: 36px; }

@media screen and (max-width: 1419px) { .about2-main .left-box .item-desc { margin-bottom: 0; line-height: 30px; }
  .about2-main .left-box .item-desc p { min-height: 30px; } }

@media screen and (max-width: 1219px) { .about2-main .left-box .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 26px; }
  .about2-main .left-box .item-desc p { min-height: 26px; } }

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

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

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

@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 .list-item { display: inline-block; vertical-align: top; width: 31.14286%; margin-left: 3.28571%; margin-bottom: 50px; }

.news1-list .list-item:hover .item-body { background-color: #F6D04A; }

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

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

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

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

.news1-list .item-date { font-size: 14px; font-size: 1.4rem; line-height: 20px; color: #999; margin-bottom: 19px; }

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

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

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

.news1-list .item-body { -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; background-color: #F9F9F9; padding: 15px 15px 30px 15px; }

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

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

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

.news1-list .item-title { font-family: "Arimo-Bold"; font-size: 20px; font-size: 2rem; line-height: 1.2; position: relative; padding-bottom: 19px; margin-bottom: 14px; }

.news1-list .item-title:before { position: absolute; content: ''; width: 41.05793%; height: 1px; background-color: #D3D3D3; left: 0; bottom: 0; }

.news1-list .item-title a:hover { color: #333 !important; }

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

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

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

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

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

.news1-list .item-desc a:hover { color: #666 !important; }

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

@media screen and (max-width: 1219px) { .news1-list .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 24px; height: 72px; margin-bottom: 10px; } }

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

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

.news1-list .item-btn { display: inline-block; font-size: 14px; font-size: 1.4rem; line-height: 20px; text-transform: uppercase; }

.news1-list .item-btn .iconfont { font-size: 14px; font-size: 1.4rem; margin-left: 7px; }

@media screen and (max-width: 991px) { .news1-list .item-btn .iconfont { margin-left: 4px; } }

@media screen and (max-width: 767px) { .news1-list .item-btn { font-size: 12px; font-size: 1.2rem; }
  .news1-list .item-btn .iconfont { font-size: 12px; font-size: 1.2rem; margin-left: 5px; } }

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

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

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

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

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

.news2-main .item-date > span { color: #999; margin-right: 19px; line-height: 26px; display: inline-block; vertical-align: middle; font-size: 14px; font-size: 1.4rem; }

.news2-main .item-date > span .iconfont { color: #999; font-size: 15px; font-size: 1.5rem; margin-right: 2px; }

@media screen and (max-width: 991px) { .news2-main .item-date { margin-top: 20px; }
  .news2-main .item-date > span { margin-right: 10px; } }

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

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

.news2-main .pro-share .share-title { color: #999; 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 { font-size: 16px; font-size: 1.6rem; line-height: 30px; padding: 40px 0 60px; }

.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; line-height: 26px; }
  .news2-main .item-desc p { min-height: 26px; } }

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

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

/*-------------news2 end-------------------------------------------------------------------*/
/*-------------contact start---------------------------------------------------------------*/
.contact-main { margin-bottom: 35px; }

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

.contact-main .box-info { float: left; width: 35.71429%; margin-right: 6.92857%; }

@media screen and (max-width: 1419px) { .contact-main .box-info { width: 39.07143%; margin-right: 3.57143%; } }

@media screen and (max-width: 991px) { .contact-main .box-info { width: 100%; margin: 0 auto 25px; float: none; } }

.contact-main .box-info .box-list .list-item { position: relative; padding-left: 64px; font-size: 20px; font-size: 2rem; line-height: 36px; margin-bottom: 20px; }

.contact-main .box-info .box-list .list-item a:hover { color: #F6D04A; }

.contact-main .box-info .box-list .list-item strong { font-family: "Arimo-Bold"; font-size: 24px; font-size: 2.4rem; font-weight: normal; display: block; margin-bottom: 0; color: #999; }

@media screen and (max-width: 1419px) { .contact-main .box-info .box-list .list-item { padding-left: 56px; font-size: 16px; font-size: 1.6rem; line-height: 30px; }
  .contact-main .box-info .box-list .list-item strong { font-size: 20px; font-size: 2rem; } }

@media screen and (max-width: 1219px) { .contact-main .box-info .box-list .list-item { padding-left: 44px; }
  .contact-main .box-info .box-list .list-item strong { font-size: 18px; font-size: 1.8rem; } }

@media screen and (max-width: 991px) { .contact-main .box-info .box-list .list-item { margin-bottom: 15px; padding-left: 40px; line-height: 24px; font-size: 14px; font-size: 1.4rem; }
  .contact-main .box-info .box-list .list-item strong { font-size: 16px; font-size: 1.6rem; } }

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

.contact-main .box-info .box-list .iconfont { position: absolute; left: 0; top: 8px; display: block; color: #565656; font-size: 44px; font-size: 4.4rem; line-height: 1; }

@media screen and (max-width: 1419px) { .contact-main .box-info .box-list .iconfont { font-size: 36px; font-size: 3.6rem; } }

@media screen and (max-width: 1219px) { .contact-main .box-info .box-list .iconfont { font-size: 30px; font-size: 3rem; } }

@media screen and (max-width: 991px) { .contact-main .box-info .box-list .iconfont { top: 5px; font-size: 24px; font-size: 2.4rem; } }

@media screen and (max-width: 767px) { .contact-main .box-info .box-list .iconfont { top: 3px; font-size: 18px; font-size: 1.8rem; } }

.contact-main .box-form { overflow: hidden; }

@media screen and (max-width: 991px) { .contact-main .box-form { overflow: visible; } }

.contact-main .box-form .box-title { color: #565656; font-size: 24px; font-size: 2.4rem; line-height: 1.2; font-family: "Arimo-Bold"; margin-bottom: 3px; }

@media screen and (max-width: 1419px) { .contact-main .box-form .box-title { font-size: 22px; font-size: 2.2rem; } }

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

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

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

.contact-main .box-form .box-desc { margin-bottom: 24px; font-size: 16px; font-size: 1.6rem; line-height: 30px; color: #565656; }

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

@media screen and (max-width: 991px) { .contact-main .box-form .box-desc { line-height: 22px; } }

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

.contact-main .box-form input, .contact-main .box-form textarea { display: block; width: 100%; background: #FFFFFF; border: 1px solid #CCCCCC; -webkit-border-radius: 4px; border-radius: 4px; color: #333; font-size: 14px; font-size: 1.4rem; padding-left: 10px; padding-right: 10px; }

.contact-main .box-form input { height: 50px; line-height: 48px; }

@media screen and (max-width: 991px) { .contact-main .box-form input { height: 40px; line-height: 38px; } }

@media screen and (max-width: 767px) { .contact-main .box-form input { height: 36px; line-height: 34px; } }

.contact-main .box-form textarea { height: 145px; line-height: 24px; padding-top: 5px; padding-bottom: 5px; }

@media screen and (max-width: 991px) { .contact-main .box-form textarea { height: 120px; } }

@media screen and (max-width: 767px) { .contact-main .box-form textarea { height: 100px; } }

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

.contact-main .box-form .star:before { position: absolute; content: '*'; color: #FF0011; left: 9px; top: 17px; font-size: 14px; font-size: 1.4rem; line-height: 1; font-family: "Arimo-Bold"; }

@media screen and (max-width: 991px) { .contact-main .box-form .star:before { top: 14px; } }

@media screen and (max-width: 767px) { .contact-main .box-form .star:before { top: 11px; } }

.contact-main .box-form .star input, .contact-main .box-form .star textarea { padding-left: 18px; }

.contact-main .box-form .item-input { width: 47.32254%; margin-bottom: 19px; }

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

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

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

.contact-main .box-form .item-input1.star:before { top: 13px; }

@media screen and (max-width: 767px) { .contact-main .box-form .item-code { width: -moz-calc(100% - 120px); width: calc(100% - 120px); } }

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

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

@media screen and (max-width: 991px) { .contact-main .box-form .item-img { margin-left: 15px; line-height: 40px; }
  .contact-main .box-form .item-img img { max-height: 40px; } }

@media screen and (max-width: 767px) { .contact-main .box-form .item-img { margin-left: 0; float: right; line-height: 36px; }
  .contact-main .box-form .item-img img { max-height: 36px; } }

.contact-main .box-form .item-btn { width: 209px; margin-top: 23px; }

.contact-main .box-form .item-btn input { font-size: 16px; font-size: 1.6rem; height: 46px; line-height: 46px; border: 0; color: #fff; background: #F6D04A; -webkit-box-shadow: 0px 0px 10px 0px rgba(246, 208, 74, 0.45); box-shadow: 0px 0px 10px 0px rgba(246, 208, 74, 0.45); -webkit-border-radius: 6px; border-radius: 6px; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; }

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

@media screen and (max-width: 1219px) { .contact-main .box-form .item-btn { margin-top: 10px; } }

@media screen and (max-width: 991px) { .contact-main .box-form .item-btn input { height: 40px; line-height: 40px; font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 767px) { .contact-main .box-form .item-btn { margin-top: 0; width: 100%; }
  .contact-main .box-form .item-btn input { height: 36px; line-height: 36px; } }

.map img, .map iframe { display: block; }

/*-------------contact end-----------------------------------------------------------------*/

@media screen and (min-width: 768px) { .n-nav, .n-nav-icon { display: none; } }

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

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

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

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

.n-nav .n-nav-icon .iconfont { font-size: 20px; font-size: 2.0rem; color: #F6D04A; }

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

.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 #F6D04A; 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: #F6D04A; width: 44px; height: 32px; line-height: 32px; -webkit-border-radius: 5px; border-radius: 5px; color: #fff; text-align: center; position: absolute; right: 10px; top: 5px; z-index: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ws_cover, .ws-title-wrapper, .ws_effect { display: none; }

* { margin: 0; padding: 0; }

li { list-style: none; }

.banner { display: block; max-width: 1920px; width: 100%; margin: 0 auto; overflow: hidden; }

.ws_cover a { display: block !important; }

#wowslider-container1 { display: table; zoom: 1; position: relative; width: 100%; max-width: 1920px; margin: 0px auto 0px; z-index: 90; text-align: left; font-size: 10px; text-shadow: none; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; }

* html #wowslider-container1 { width: 1920px; }

#wowslider-container1 .ws_images ul { position: relative; width: 10000%; height: 100%; left: 0; list-style: none; margin: 0; padding: 0; border-spacing: 0; overflow: visible; }

#wowslider-container1 .ws_images ul li { cursor: pointer; position: relative; width: 1%; height: 100%; line-height: 0; overflow: hidden; float: left; padding: 0 0 0 0 !important; margin: 0 0 0 0 !important; }

#wowslider-container1 .ws_images { position: relative; left: 0; top: 0; height: 100%; max-width: 1920px; vertical-align: top; border: none; overflow: hidden; }

#wowslider-container1 .ws_images ul a { width: 100%; height: 100%; display: block; color: transparent; }

#wowslider-container1 img { max-width: none !important; }

#wowslider-container1 .ws_images .ws_list img, #wowslider-container1 .ws_images > div > img { width: 100%; border: none 0; max-width: none; padding: 0; margin: 0; }

#wowslider-container1 .ws_images iframe { position: absolute; z-index: -1; }

#wowslider-container1 .ws-title > div { display: inline-block !important; }

#wowslider-container1 a { text-decoration: none; outline: none; border: none; }

#wowslider-container1 .ws_bullets { float: left; position: absolute; z-index: 70; }

/* compatibility with Joomla styles */
#wowslider-container1 .ws_script { display: none; }

#wowslider-container1 sound, #wowslider-container1 object { position: absolute; }

#wowslider-container1 .ws_effect { position: static; width: 100%; height: 100%; }

#wowslider-container1 .ws_photoItem { border: 2em solid #fff; margin-left: -2em; margin-top: -2em; }

#wowslider-container1 .ws_cube_side { background: #A6A5A9; }

/* #wowslider-container1.ws_gestures { cursor: -webkit-grab;cursor: -moz-grab; }
#wowslider-container1.ws_gestures.ws_grabbing { cursor: -webkit-grabbing;cursor: -moz-grabbing; } */
#wowslider-container1.ws_video_playing .ws_bullets, #wowslider-container1.ws_video_playing .ws_fullscreen, #wowslider-container1.ws_video_playing .ws_next, #wowslider-container1.ws_video_playing .ws_prev { display: none; }

#wowslider-container1 .ws_video_btn { position: absolute; display: none; cursor: pointer; top: 0; left: 0; width: 100%; height: 100%; z-index: 55; }

#wowslider-container1 .ws_video_btn.ws_youtube, #wowslider-container1 .ws_video_btn.ws_vimeo { display: block; }

#wowslider-container1 .ws_video_btn div { position: absolute; background-size: 200%; top: 50%; left: 50%; width: 7em; height: 5em; margin-left: -3.5em; margin-top: -2.5em; }

#wowslider-container1 .ws_video_btn.ws_youtube div { background-position: 0 0; }

#wowslider-container1 .ws_video_btn.ws_youtube:hover div { background-position: 100% 0; }

#wowslider-container1 .ws_video_btn.ws_vimeo div { background-position: 0 100%; }

#wowslider-container1 .ws_video_btn.ws_vimeo:hover div { background-position: 100% 100%; }

#wowslider-container1 .ws_playpause.ws_hide { display: none !important; }

#wowslider-container1 .ws_images { -webkit-box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.26); box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.26); -webkit-transition: box-shadow 0.5s cubic-bezier(0.4, 0, 0.2, 1); -webkit-transition: -webkit-box-shadow 0.5s cubic-bezier(0.4, 0, 0.2, 1); transition: -webkit-box-shadow 0.5s cubic-bezier(0.4, 0, 0.2, 1); -o-transition: box-shadow 0.5s cubic-bezier(0.4, 0, 0.2, 1); -moz-transition: box-shadow 0.5s cubic-bezier(0.4, 0, 0.2, 1); transition: box-shadow 0.5s cubic-bezier(0.4, 0, 0.2, 1); transition: box-shadow 0.5s cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 0.5s cubic-bezier(0.4, 0, 0.2, 1); }

#wowslider-container1 .ws_images:hover { -webkit-box-shadow: 0px 17px 50px rgba(0, 0, 0, 0.19); box-shadow: 0px 17px 50px rgba(0, 0, 0, 0.19); }

#wowslider-container1 .ws_playpause { display: none !important; }

/* IE10+ hacks */
/* IE10+ hacks */
_:-ms-input-placeholder, :root #wowslider-container1 .ws_playpause:after { line-height: 2.8em; }

/* bottom center */
#wowslider-container1 .ws_bullets { bottom: 10px; left: 50%; }

#wowslider-container1 .ws_bullets div { left: -50%; }

#wowslider-container1 .ws-title { position: absolute; margin-right: 10em; z-index: 50; left: 0.3em; padding: 1em; bottom: 30px; top: auto; opacity: 1; }

#wowslider-container1 .ws-title div, #wowslider-container1 .ws-title span { display: inline-block; padding: 0.5em; }

#wowslider-container1 .ws-title div { display: block; margin-top: 0.5em; font-size: 1.1em; padding: 1em; line-height: 1.15em; color: #000000; border: 3px solid; border-color: #ffffff; -webkit-border-radius: 7px; border-radius: 7px; background-color: white; }

#wowslider-container1 .ws-title span { font-size: 1.8em; border: 3px solid; border-color: #ffffff; -webkit-border-radius: 7px; border-radius: 7px; background-color: rgba(0, 0, 0, 0.2); }

#wowslider-container1 .ws_logo { position: absolute; left: 0; top: 0; height: 100%; width: 100%; z-index: 9; }

#wowslider-container1 img.loading { width: 96px; height: 48px; }

#wowslider-container1 .ws_bullets a img { text-indent: 0; display: block; bottom: 7px; left: -48px; visibility: hidden; position: absolute; max-width: none; }

#wowslider-container1 .ws_bullets a:hover img { visibility: visible; }

#wowslider-container1 .ws_bulframe div div { height: 48px; overflow: visible; position: relative; }

#wowslider-container1 .ws_bulframe div { left: 0; overflow: hidden; position: relative; width: 96px; background-color: #FFFFFF; }

#wowslider-container1 .ws_bullets .ws_bulframe { display: none; bottom: 25px; margin-left: 5px; overflow: visible; position: absolute; cursor: pointer; border: 3px solid; border-color: #ffffff; -webkit-border-radius: 5px; border-radius: 5px; }

#wowslider-container1 .ws_bulframe div div { height: auto; }

@media all and (max-width: 760px) { #wowslider-container1 .ws_fullscreen { display: block; } }

@media all and (max-width: 768px) { #wowslider-container1 a.ws_next, #wowslider-container1 a.ws_prev { display: none; } }

#wowslider-container1 .ws_bullets { bottom: 35px; left: 0; width: 100%; text-align: center; line-height: 0; letter-spacing: 0; font-size: 0; }

#wowslider-container1 .ws_bullets a { position: relative; text-shadow: none; color: transparent; display: inline-block; width: 12px; height: 12px; margin: 0 5px; background-color: #fff; -webkit-border-radius: 6px; border-radius: 6px; }

#wowslider-container1 .ws_bullets a span { font-size: 0px; }

#wowslider-container1 .ws_bullets a.ws_selbull { width: 30px; }

@media screen and (max-width: 991px) { #wowslider-container1 .ws_bullets { bottom: 20px; display: block; } }

@media screen and (max-width: 767px) { #wowslider-container1 .ws_bullets { bottom: 10px; }
  #wowslider-container1 .ws_bullets a { width: 10px; height: 10px; margin: 0 3px; }
  #wowslider-container1 .ws_bullets a.ws_selbull { width: 20px; } }

@media screen and (max-width: 480px) { #wowslider-container1 .ws_bullets a { width: 8px; height: 8px; margin: 0 2px; }
  #wowslider-container1 .ws_bullets a.ws_selbull { width: 16px; } }

#wowslider-container1 a.ws_prev, #wowslider-container1 a.ws_next { display: none !important; position: absolute; top: 50%; margin-top: -22px; z-index: 9; overflow: hidden; cursor: pointer; font-size: 22px; font-size: 2.2rem; color: #fff; width: 44px; height: 44px; line-height: 44px; text-align: center; background-color: #35414B; background-color: rgba(53, 65, 75, 0.5); }

#wowslider-container1 a.ws_prev:hover, #wowslider-container1 a.ws_next:hover { background-color: #F6D04A; }

@media screen and (max-width: 999px) { #wowslider-container1 a.ws_prev, #wowslider-container1 a.ws_next { display: none; } }

#wowslider-container1 a.ws_next { right: 77px; }

#wowslider-container1 a.ws_prev { left: 77px; }

.ws_cover, .ws-title-wrapper, .ws_effect { display: none; }

.ws_list li { cursor: pointer !important; }

.banner { position: relative; padding-bottom: 41.66667%; }

.banner #wowslider-container1 { position: absolute; top: 0; bottom: 0; left: 0; right: 0; }
.listcart{margin-top: 90px;}
.listcart a.l{float: left;}
.listcart a.r{float: right;}
.listcart a{ background:#F6D04A;display:inline-block;height: 34px; width:200px; line-height: 34px;cursor: pointer;border: none;overflow: hidden;color: #fff;cursor: pointer;  border:1px solid #F6D04A; padding-left:10px; padding-right:10px; text-align:center; margin-left:10px;}
.listcart a:hover{  border:#F6D04A solid 1px;background: #F6D04A; color:#fff!important;}
@media screen and (max-width:999px){
.listcart a{margin-left:2.5%; margin-right:2.5%; padding-left:0px; padding-right:0px ;float: none;}
.listcart{ width:100%; margin-top:50px; }
}
@media screen and (max-width:472px){
.listcart a{ width:95% !important ; float:none; overflow:hidden; margin-bottom:1rem; margin-top:1rem}
}
.scroll-list .nohov:hover{color:#666;}
@charset "UTF-8";

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  11.1% {
    -webkit-transform: none;
            transform: none
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
            transform: skewX(-12.5deg) skewY(-12.5deg)
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
            transform: skewX(6.25deg) skewY(6.25deg)
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
            transform: skewX(-3.125deg) skewY(-3.125deg)
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
            transform: skewX(1.5625deg) skewY(1.5625deg)
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
            transform: skewX(-0.78125deg) skewY(-0.78125deg)
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
            transform: skewX(0.390625deg) skewY(0.390625deg)
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
            transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
  }
  100% {
    -webkit-transform: none;
            transform: none
  }
}

@keyframes jello {
  11.1% {
    -webkit-transform: none;
            transform: none
  }

  22.2% {

    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
            transform: skewX(-12.5deg) skewY(-12.5deg)
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
            transform: skewX(6.25deg) skewY(6.25deg)
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
            transform: skewX(-3.125deg) skewY(-3.125deg)
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
            transform: skewX(1.5625deg) skewY(1.5625deg)
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
            transform: skewX(-0.78125deg) skewY(-0.78125deg)
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
            transform: skewX(0.390625deg) skewY(0.390625deg)
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
            transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
  }
  100% {
    -webkit-transform: none;
            transform: none
  }
}



.jello{
    -webkit-animation-name:jello;
            animation-name:jello;
    -webkit-transform-origin: center;

            transform-origin: center
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}


@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInStable {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  33.333% {
    opacity: 1;
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  
  66.666666% {
    opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes zoomInStable {
 0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  33.333% {
    opacity: 1;
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  
  66.666666% {
    opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.zoomInStable {
  -webkit-animation-name: zoomInStable;
  animation-name: zoomInStable;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@keyframes anime {
from {
	opacity: 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
}
to {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-moz-transform: scaleY(1);
}
}

@-webkit-keyframes anime {
from {
	opacity: 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
}
to {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-moz-transform: scaleY(1);
}
}

@-moz-keyframes anime {
from {
	opacity: 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
}
to {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-moz-transform: scaleY(1);
}

}

@-o-keyframes anime {
from {
	opacity: 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
}
to {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-moz-transform: scaleY(1);
}
}

@-ms-keyframes anime {
from {
	opacity: 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
}
to {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-moz-transform: scaleY(1);
}

}

@media screen and (min-width:1000px) and (max-width:1219px) {}
@media screen and (max-width:1419px) {}
@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: 'Arimo-Regular';
	src: url('../fonts/Arimo-Regular.eot');
	src: url('../fonts/Arimo-Regular.eot') format('embedded-opentype'),
		url('../fonts/Arimo-Regular.woff2') format('woff2'),
		url('../fonts/Arimo-Regular.woff') format('woff'),
		url('../fonts/Arimo-Regular.ttf') format('truetype'),
		url('../fonts/Arimo-Regular.svg#Arimo-Regular') format('svg');
	font-display: swap;
}

@font-face {
	font-family: 'Arimo-Bold';
	src: url('../fonts/Arimo-Bold.eot');
	src: url('../fonts/Arimo-Bold.eot') format('embedded-opentype'),
		url('../fonts/Arimo-Bold.woff2') format('woff2'),
		url('../fonts/Arimo-Bold.woff') format('woff'),
		url('../fonts/Arimo-Bold.ttf') format('truetype'),
		url('../fonts/Arimo-Bold.svg#Arimo-Bold') format('svg');
	font-display: swap;
}

@font-face {
    font-family: 'TimesLTStd-Bold';
    src: url('../fonts/TimesLTStd-Bold.eot');
    src: url('../fonts/TimesLTStd-Bold.eot') format('embedded-opentype'),
         url('../fonts/TimesLTStd-Bold.woff2') format('woff2'),
         url('../fonts/TimesLTStd-Bold.woff') format('woff'),
         url('../fonts/TimesLTStd-Bold.ttf') format('truetype'),
         url('../fonts/TimesLTStd-Bold.svg#TimesLTStd-Bold') format('svg');
	font-display: swap;
}
@font-face {
    font-display:swap;
    font-family: "iconfont";
  src: url('../fonts/iconfont.eot?t=1608627871045'); /* IE9 */
  src: url('../fonts/iconfont.eot?t=1608627871045#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('data:application/x-font-woff2;charset=utf-8;base64,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') format('woff2'),
  url('../fonts/iconfont.woff?t=1608627871045') format('woff'),
  url('../fonts/iconfont.ttf?t=1608627871045') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
  url('../fonts/iconfont.svg?t=1608627871045#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-size: 1.6rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-up2:before {
  content: "\e70e";
}

.icon-bottom2:before {
  content: "\e70f";
}

.icon-left2:before {
  content: "\e710";
}

.icon-right2:before {
  content: "\e711";
}

.icon-up13:before {
  content: "\e73a";
}

.icon-bottom13:before {
  content: "\e73b";
}

.icon-left13:before {
  content: "\e73c";
}

.icon-right13:before {
  content: "\e73d";
}

.icon-shangjiantou:before {
  content: "\e637";
}

.icon-xiajiantou:before {
  content: "\e639";
}

.icon-youjiantou:before {
  content: "\e63c";
}

.icon-zuojiantou:before {
  content: "\e643";
}

.icon-left14:before {
  content: "\e743";
}

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

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

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

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

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

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

.icon-dizhi:before {
  content: "\e605";
}

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

.icon-jiahao12:before {
  content: "\e6bb";
}

.icon-jiahao3:before {
  content: "\eaf3";
}

.icon-jianhao:before {
  content: "\eaf5";
}

.icon-zu:before {
  content: "\e617";
}

.icon-jianhao8:before {
  content: "\e682";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-dianhua2:before {
  content: "\e6c5";
}

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

.icon-address2:before {
  content: "\e68a";
}

.icon-dianhua:before {
  content: "\e62a";
}

.icon-shouji1:before {
  content: "\e615";
}

.icon-dianhua1:before {
  content: "\e604";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-bottom14:before {
  content: "\e73f";
}

.icon-right14:before {
  content: "\e741";
}

.icon-up16:before {
  content: "\e746";
}

.icon-bottom16:before {
  content: "\e747";
}

.icon-left16:before {
  content: "\e748";
}

.icon-right16:before {
  content: "\e749";
}

.icon-top10:before {
  content: "\e7ee";
}

.icon-bottom10:before {
  content: "\e7ef";
}

.icon-left10:before {
  content: "\e7f0";
}

.icon-right10:before {
  content: "\e7f1";
}

.icon-ai-mail:before {
  content: "\e676";
}

.icon-jiubei:before {
  content: "\e66e";
}

.icon-bolibei:before {
  content: "\e621";
}

.icon-arrow-right:before {
  content: "\e601";
}

.icon-shejishi1:before {
  content: "\e642";
}

.icon-jiantou:before {
  content: "\e631";
}

.icon-wo:before {
  content: "\e663";
}

.icon-youxiang:before {
  content: "\e664";
}

.icon-shouji:before {
  content: "\e623";
}

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

.icon-phone:before {
  content: "\e600";
}


