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

.index-news .box-list li:first-child{
	margin-left: 0px !important
}
.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; }

html { font-size: 62.5%; }

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

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; transition: 0.3s; -moz-transition: 0.3s; -o-transition: 0.3s; -webkit-transition: 0.3s; }

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

input, textarea { font-family: arial, helvetica, sans-serif; font-size: 14px; font-size: 1.4rem; border: none; outline: none; }

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

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

input, textarea { border: none; background: none; font-family: inherit; }

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:focus, textarea: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; }

ul, form, p, a, img, table, tr, td, ul, li, dd, dt, dl, span, div { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }

input, textarea { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }

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

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

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

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

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

.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%; transform: translateY(-50%); -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); }

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

.common-center { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -o-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-title { overflow: hidden; }

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

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

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

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

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

/* @media screen and (min-width:1420px) {.wp {width: 1410px;margin: auto;}}

@media screen and (min-width:1220px) and (max-width:1419px) {.wp {width: 1200px;margin: auto;}} */
.wp { width: 1200px; margin: auto; }

@media screen and (min-width: 1220px) { .wp { width: 1200px; margin: auto; } }

@media screen and (min-width: 1000px) and (max-width: 1219px) { .wp { width: 980px; margin: auto; } }

@media screen and (max-width: 999px) { .wp { width: 95%; margin: auto; } }

@media screen and (min-width: 1220px) { .no_marginr { margin-right: auto !important; }
  .no_marginl { margin-left: auto !important; } }

@media screen and (min-width: 1000px) and (max-width: 1219px) { .no_marginr { margin-right: auto !important; }
  .no_marginl { margin-left: auto !important; } }

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

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

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

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

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

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

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

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

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

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

/*-------------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 table { width: 885px; } }

/*-------------table end---------------------------------------------------------------------*/
/*-------------proslide_menubtn start--------------------------------------------------------*/
.proslide_menubtn { display: none; width: 23px; height: 18px; position: absolute; top: 12px; right: 0; 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: #333; }

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

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

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

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

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

.page a:hover, .page a.page-active { border-color: #906751; background-color: #906751; color: #FFFFFF; }

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

.page .add-btn { display: inline-block; vertical-align: top; margin-left: 22px; font-size: 14px; font-size: 1.4rem; text-align: center; min-width: 150px; padding: 0 10px; height: 30px; line-height: 28px; background-color: #906751; color: #FFFFFF; cursor: pointer; }

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

@media only screen and (max-width: 767px) { .page .add-btn { min-width: 140px; height: 28px; line-height: 26px; margin-left: 5px; } }

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

.contact-pc li { position: relative; width: 100%; height: 70px; border-radius: 5px; margin-bottom: 2px; background-color: #000; background-color: rgba(0, 0, 0, 0.1); background-color: #eee \9; }

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

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

.c1 img, .c1 svg { width: 35px; height: 35px; vertical-align: middle; }

.c2 img, .c2 svg { width: 35px; height: 35px; vertical-align: middle; }

.c3 img, .c3 svg { width: 39px; height: 39px; vertical-align: middle; }

.c4 img, .c4 svg { width: 31px; height: 31px; vertical-align: middle; }

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

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

.contact-phone li.c1 img, .contact-phone li.c1 svg { width: 24px; height: 24px; vertical-align: middle; }

.contact-phone li.c2 img, .contact-phone li.c2 svg { width: 24px; height: 24px; vertical-align: middle; }

.contact-phone li.c3 img, .contact-phone li.c3 svg { width: 30px; height: 30px; vertical-align: middle; }

.contact-phone li.c4 img, .contact-phone li.c4 svg { width: 24px; height: 24px; vertical-align: middle; }

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

.contact-phone li a .iconfont { color: #fff; font-size: 24px; font-display: 2.4rem; }

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

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

/*back-top*/
@-webkit-keyframes top-shadow { 0% { box-shadow: 0px 0px 0 0px rgba(0, 0, 0, 0.3); }
  20% { box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3); }
  50% { box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3); }
  75% { box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3); }
  100% { box-shadow: 0px 0px 0 0px rgba(0, 0, 0, 0.3); } }

.back-top { position: fixed; right: 10px; bottom: -100px; -webkit-transition: 1s; -o-transition: 1s; -moz-transition: 1s; transition: 1s; cursor: pointer; z-index: 998; border-radius: 50%; width: 52px; height: 52px; line-height: 52px; box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3); border-radius: 5px; -webkit-animation: top-shadow 2.5s linear infinite; -moz-animation: top-shadow 2.5s linear infinite; animation: top-shadow 2.5s linear infinite; text-align: center; padding-top: 10px}

.back-top .iconfont { font-size: 22px; font-size: 2.2rem; color: #fff; position: relative; }

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

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

.pro-share .share-title { margin-right: 14px; display: inline-block; *display: inline; *zoom: 1; line-height: 26px; font-size: 14px; font-size: 1.4rem; color: #666; }

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

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

/*-------------pro-share end---------------------------------------------------------------*/
/*-------------m-oths----------------------------------------------------------------------*/
.m-oths .oths-item { line-height: 26px; padding: 5px 0 10px; }

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

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

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

.m-oths .oths-item-1 { border-bottom: dashed 1px #CFCFCF; }

.m-oths .iconfont { font-size: 17px; font-size: 1.7rem; color: #666; margin-right: 6px; float: left; }

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

/*-------------bread start-----------------------------------------------------------------*/
.bread { border-bottom: solid 1px #EEEEEE; font-size: 14px; font-size: 1.4rem; text-transform: uppercase; line-height: 24px; padding: 8px 0 6px; overflow: hidden; }

.bread, .bread a { color: #2B2B2B; }

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

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

/*-------------bread end-------------------------------------------------------------------*/
.search-box { /* WebKit browsers */ /* Mozilla Firefox 4 to 18 */ /* Mozilla Firefox 19+ */ /* Internet Explorer 10+ */ overflow: hidden; position: relative; width: 245px; height: 34px; border-radius: 10px; border: solid 1px #ccc; cursor: pointer; }

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

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

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

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

@media screen and (max-width: 767px) { .search-box { height: 30px; border-radius: 5px; } }

.search-box .iconfont { font-size: 18px; font-size: 1.8rem; color: #fff; position: absolute; width: 37px; height: 34px; line-height: 34px; text-align: center; right: 0; top: 0; background-color: #906751; }

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

.search-box .item-input { position: absolute; top: 0; left: 0; width: 100%; height: 100%; line-height: 32px; padding: 0 40px 0 10px; color: #666; font-size: 14px; font-size: 1.4rem; }

@media screen and (max-width: 767px) { .search-box .item-input { line-height: 28px; } }

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

.pro-search { /* WebKit browsers */ /* Mozilla Firefox 4 to 18 */ /* Mozilla Firefox 19+ */ /* Internet Explorer 10+ */ overflow: hidden; position: relative; width: 100%; height: 42px; border-bottom: solid 2px #ddd; margin-bottom: 19px; cursor: pointer; }

.pro-search ::-webkit-input-placeholder { color: #666; opacity: 1; }

.pro-search :-o-placeholder { color: #666; opacity: 1; }

.pro-search ::-moz-placeholder { color: #666; opacity: 1; }

.pro-search :-ms-input-placeholder { color: #666; opacity: 1; }

.pro-search .iconfont { font-size: 20px; font-size: 2rem; color: #666; position: absolute; width: 20px; height: 20px; line-height: 20px; text-align: center; right: 0; top: 50%; margin-top: -10px; }

.pro-search .item-input { position: absolute; top: 0; left: 0; width: 100%; height: 100%; line-height: 40px; padding: 0 30px 0 0; color: #666; font-size: 14px; font-size: 1.4rem; }

.pro-search .item-submit { position: absolute; width: 20px; height: 100%; top: 0px; right: 0px; cursor: pointer; z-index: 2; }

/*-------------header start----------------------------------------------------------------*/
.header .wp { padding-left: 170px; padding-right: 80px; }

@media screen and (max-width: 1219px) { .header .wp { padding-right: 0; } }

@media screen and (max-width: 999px) { .header .wp { padding-left: 140px; } }

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

.header .logo { display: block; position: absolute; left: 14px; top: 15px;
    width: 200px; }

@media screen and (max-width: 1219px) { .header .logo { left: 0; } }

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

@media screen and (max-width: 767px) { .header .logo { position: relative; left: auto; top: auto; margin: 0 auto 15px; width: 100px; } }

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

.header .h-top { padding-top: 16px; padding-bottom: 35px; }

.header .h-top .item-keys { line-height: 34px; padding-right: 22px; text-align: right; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

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

.header .h-top .item-keys a { display: inline-block; }

.header .h-top .item-keys a:hover { color: #906751; }

@media screen and (max-width: 999px) { .header .h-top { padding: 15px 0 25px; }
  .header .h-top .item-keys { padding-right: 10px; } }

@media screen and (max-width: 767px) { .header .h-top { padding: 5px 35px 15px 0; }
  .header .h-top .item-keys { display: none; } }

.header .navlist { float: right; font-size: 0; letter-spacing: 0; }

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

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

.header .navlist > li > a { font-size: 16px; font-size: 1.6rem; text-transform: uppercase; font-weight: bold; display: inline-block; line-height: 24px; border-bottom: solid 2px transparent; padding-bottom: 20px; }

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

@media screen and (max-width: 999px) { .header .navlist > li { margin-left: 25px; }
  .header .navlist > li > a { padding-bottom: 10px; } }

@media screen and (max-width: 850px) { .header .navlist > li { margin-left: 23px; }
  .header .navlist > li > a { font-size: 14px; font-size: 1.4rem; } }

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

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

.header .yiji { z-index: 99; position: absolute; top: 100%; width: 200px; left: 50%; margin-left: -100px; display: block; visibility: hidden; opacity: 0; -webkit-transform: translateY(30px); -moz-transform: translateY(30px); -ms-transform: translateY(30px); -o-transform: translateY(30px); transform: translateY(30px); -webkit-transform-origin: top; -moz-transform-origin: top; -ms-transform-origin: top; -o-transform-origin: top; transform-origin: top; -webkit-transition: all 400ms ease; -o-transition: all 400ms ease; -moz-transition: all 400ms ease; transition: all 400ms ease; background-color: #fff; background-color: rgba(255, 255, 255, 0.8); box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1); border: solid 1px #F8F8F8; padding: 18px 0 15px; }

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

.header .yiji > li > a { display: block; width: 120%; font-size: 16px; font-size: 1.6rem; font-weight: bold; text-transform: uppercase; line-height: 26px; padding: 10px 35px; }

@media screen and (max-width: 1219px) { .header .yiji > li > a { padding: 8px 15px; } }

.header .yiji > li:hover > a { color: #906751; }

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

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

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

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

.header .erji, .header .sanji { position: absolute; left: 100%; top: 0; border-left: solid 2px transparent; width: 200px; display: block; visibility: hidden; opacity: 0; -webkit-transform: translateY(30px); -moz-transform: translateY(30px); -ms-transform: translateY(30px); -o-transform: translateY(30px); transform: translateY(30px); -webkit-transform-origin: top; -moz-transform-origin: top; -ms-transform-origin: top; -o-transform-origin: top; transform-origin: top; -webkit-transition: all 400ms ease; -o-transition: all 400ms ease; -moz-transition: all 400ms ease; transition: all 400ms ease; background-color: rgba(255, 255, 255, 0.8); box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1); }

.header .erji > li, .header .sanji > li { text-align: left; }

.header .erji > li > a, .header .sanji > li > a { display: block; padding: 8px 15px; font-size: 14px; font-size: 1.4rem; line-height: 20px; font-weight: bold; }

.header .erji > li:hover > a, .header .sanji > li:hover > a { color: #906751; }

/* 767 navlist1 */
.navlist1 { display: none; width: 100%; }

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

.navlist1 > li { float: left; width: 25%; text-align: center; padding-bottom: 10px; }

.navlist1 > li > a { text-transform: capitalize; display: block; position: relative; line-height: 22px; font-weight: bold; }

.navlist1 > li.nav-active > a, .navlist1 > li:hover > a { color: #906751; }

/*-------------header end------------------------------------------------------------------*/
/*-------------footer start----------------------------------------------------------------*/
.footer { background: url(../images/footer_bg.jpg); position: relative; text-align: center; line-height: 24px;  box-shadow: 0 0 20px #ccc;}

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

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

.footer .f-top { font-size: 14px; font-size: 1.4rem; padding: 38px 0 26px; }

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

.footer .f-top .logo1 { width: 197px; display: block; margin: 0 auto 25px; }

.footer .f-top .logo1 img { display: block; width: 100%; margin: 0 auto; }

@media screen and (max-width: 999px) { .footer .f-top .logo1 { width: 160px; } }

.footer .f-top .f-nav { font-size: 0; letter-spacing: 0; margin-bottom: 18px; }

.footer .f-top .f-nav li { text-transform: uppercase; font-size: 14px; font-size: 1.4rem; display: inline-block; vertical-align: top; position: relative; margin-left: 48px; }

.footer .f-top .f-nav li:before { position: absolute; content: '|'; line-height: 24px; top: 0; left: -24px; }

.footer .f-top .f-nav li:first-child { margin-left: 0; }

.footer .f-top .f-nav li:first-child:before { display: none; }

@media screen and (max-width: 1219px) { .footer .f-top .f-nav li { margin-left: 35px; }
  .footer .f-top .f-nav li:before { left: -18px; } }

@media screen and (max-width: 999px) { .footer .f-top .f-nav li { margin-left: 25px; }
  .footer .f-top .f-nav li:before { left: -13px; } }

.footer .f-top .contact-list { margin-bottom: 24px; font-size: 0; letter-spacing: 0; }

.footer .f-top .contact-list p { display: inline-block; vertical-align: top; margin: 0 14px; font-size: 14px; font-size: 1.4rem; }

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

.footer .f-follow a { display: inline-block; vertical-align: top; margin-left: 13px; text-decoration: none; }

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

.footer .f-follow a .iconfont { display: block; font-size: 38px; font-size: 3.8rem; line-height: 38px; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; color: #fff; }

.footer .f-follow a .iconfont:hover { -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); }

.footer .f-bot { padding: 23px 0 32px; border-top: solid 1px #ccc; }

.footer .f-bot .f-follow2 { display: none; }

.footer .f-bot .copyright { margin-bottom: 3px; }

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

@media screen and (max-width: 999px) { .footer .f-bot { font-size: 14px; font-size: 1.4rem; line-height: 24px; } }

@media screen and (max-width: 767px) { .footer .f-bot { border: 0; padding: 20px 0 10px; }
  .footer .f-bot .links { display: none; }
  .footer .f-bot .copyright { margin-bottom: 0; font-size: 12px; font-size: 1.2rem; line-height: 20px; }
  .footer .f-bot .f-follow2 { display: block; margin-bottom: 10px; margin-top: 0; }
  .footer .f-bot .f-follow2 a { margin-left: 10px; }
  .footer .f-bot .f-follow2 a .iconfont { font-size: 30px; font-size: 3rem; line-height: 30px; } }

/*-------------footer end------------------------------------------------------------------*/
/*-------------index start-----------------------------------------------------------------*/
/* index-about start */
.index-about { padding: 78px 0 46px; }

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

@media screen and (max-width: 999px) { .index-about { padding: 50px 0 46px; } }

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

.index-about .item-pic { margin-top: 30px; float: right; width: 49.66667%; margin-right: 1.08333%; margin-left: 5%; padding: 0 16px 16px 0; position: relative; }

.index-about .item-pic:before { position: absolute; content: ''; right: 0; left: 16px; bottom: 0; top: 16px; background-color: #906751; opacity: 0.3; filter: alpha(opacity=30); border-radius: 0 50px 0 50px; }

.index-about .item-pic img { position: relative; display: block; margin: 0 auto; max-width: 596px; width: 100%; border-radius: 0 50px 0 50px; }

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

@media screen and (max-width: 999px) { .index-about .item-pic { padding: 0 10px 10px 0; }
  .index-about .item-pic:before { border-radius: 0 25px 0 25px; left: 10px; top: 10px; }
  .index-about .item-pic img { border-radius: 0 25px 0 25px; } }

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

.index-about .item-title { font-family: "ArrusBT-BlackItalic"; font-size: 48px; font-size: 4.8rem; margin-bottom: 21px; }

.index-about .item-title, .index-about .item-title a { color: #212121; }

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

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

@media screen and (max-width: 767px) { .index-about .item-title { font-size: 24px; font-size: 2.4rem; margin-bottom: 15px; } }

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

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

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

.index-about .item-btn { display: inline-block; min-width: 233px; line-height: 24px; padding: 10px; border-radius: 23px; border: solid 1px #906751; text-align: center; font-size: 16px; font-size: 1.6rem; color: #906751; text-transform: uppercase; }

.index-about .item-btn:hover { background-color: #906751; color: #fff; }

@media screen and (max-width: 999px) { .index-about .item-btn { min-width: 180px; padding: 6px; font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 767px) { .index-about .item-btn { min-width: 160px; } }

/* index-about end */
/* icons-list start */
.icons-list { font-size: 0; letter-spacing: 0; text-align: center; margin-bottom: 30px; }

.icons-list .list-item { display: inline-block; vertical-align: top; width: 25%; padding: 0 30px; margin-bottom: 20px; }

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

@media screen and (max-width: 767px) { .icons-list .list-item { width: 50%; } }

.icons-list .item-pic { max-width: 182px; margin: 0 auto; padding: 8px; background: url(../images/icon-bg.png) no-repeat center; background-size: 100% 100%; margin-bottom: 21px; }

.icons-list .item-pic img { display: block; margin: 0 auto; max-width: 166px; width: 100%; }

@media screen and (max-width: 1219px) { .icons-list .item-pic { max-width: 140px; } }

@media screen and (max-width: 999px) { .icons-list .item-pic { max-width: 120px; margin-bottom: 10px; } }

@media screen and (max-width: 767px) { .icons-list .item-pic { max-width: 100px; padding: 5px; } }

.icons-list .item-title { margin-bottom: 10px; font-size: 16px; font-size: 1.6rem; line-height: 24px; font-weight: bold; text-transform: uppercase; }

.icons-list .item-title, .icons-list .item-title a { color: #906751; }

.icons-list .item-title a:hover { color: #000 !important; }

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

.icons-list .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 24px; max-height: 96px; }

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

/* icons-list end */
/* index-item start */
.index-item { text-align: center; max-width: 890px; margin: 0 auto; }

.index-item .item-title { font-size: 48px; font-size: 4.8rem; font-family: "ArrusBT-BlackItalic"; }

@media screen and (max-width: 1419px) { .index-item .item-title { font-size: 42px; font-size: 4.2rem; } }

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

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

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

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

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

@media screen and (max-width: 767px) { .index-item .item-desc { line-height: 20px; } }

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

/* index-item end */
/* index-hotpro start */
.index-hotpro { background: url(../images/bg1.jpg) no-repeat top center; padding: 128px 0 0; margin-bottom: 103px; }

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

@media screen and (max-width: 999px) { .index-hotpro { padding: 70px 0 100px; background-size: auto 100%; margin-bottom: 50px; } }

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

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

.index-hotpro .index-item, .index-hotpro .index-item a { color: #fff; }

.index-hotpro .index-item a:hover { color: #ccc !important; }

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

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

.index-hotpro .hotpro-scroll { position: relative; background-color: #f0f0f0; box-shadow: 0px 3px 37px 1px rgba(0, 0, 0, 0.23); padding: 50px 53px; }

@media screen and (max-width: 1440px) { .index-hotpro .hotpro-scroll { padding: 50px 30px; } }

@media screen and (max-width: 999px) { .index-hotpro .hotpro-scroll { padding: 30px 2.5%; } }

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

.index-hotpro .hotpro-scroll .scroll-btns { font-size: 0; letter-spacing: 0; text-align: center; }

.index-hotpro .hotpro-scroll .scroll-btns .scroll-btn { display: inline-block; vertical-align: middle; cursor: pointer; position: absolute; top: 50%; margin-top: -25px; z-index: 2; font-size: 50px; font-size: 5rem; color: #fff; opacity: 0.3; }

.index-hotpro .hotpro-scroll .scroll-btns .scroll-btn:hover { opacity: 0.5; }

.index-hotpro .hotpro-scroll .scroll-btns .scroll-btn.prev { left: -108px; }

.index-hotpro .hotpro-scroll .scroll-btns .scroll-btn.next { right: -108px; }

@media screen and (max-width: 1440px) { .index-hotpro .hotpro-scroll .scroll-btns .scroll-btn { position: relative; top: auto; margin: 20px 5px 0; font-size: 40px; font-size: 4rem; color: #333; }
  .index-hotpro .hotpro-scroll .scroll-btns .scroll-btn.prev { left: auto; }
  .index-hotpro .hotpro-scroll .scroll-btns .scroll-btn.next { right: auto; } }

@media screen and (max-width: 999px) { .index-hotpro .hotpro-scroll .scroll-btns .scroll-btn { font-size: 30px; font-size: 3rem; } }

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

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

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

.index-hotpro .hotpro-scroll .scroll-list .list-item { float: left; width: 0.234%; margin-right: 0.02133%; overflow: hidden; background-color: #fff; text-align: center; }

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

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

.index-hotpro .hotpro-scroll .scroll-list .item-pic img { display: block; margin: 0 auto; max-width: 400px; width: 100%; }

.index-hotpro .hotpro-scroll .scroll-list .item-body { padding: 17px 10px 54px; }

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

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

.index-hotpro .hotpro-scroll .scroll-list .item-title { font-size: 16px; font-size: 1.6rem; line-height: 24px; text-transform: uppercase; font-weight: bold; margin-bottom: 4px; }

.index-hotpro .hotpro-scroll .scroll-list .item-title, .index-hotpro .hotpro-scroll .scroll-list .item-title a { color: #212121; }

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

.index-hotpro .hotpro-scroll .scroll-list .item-desc { line-height: 24px; height: 48px; margin-bottom: 18px; }

@media screen and (max-width: 767px) { .index-hotpro .hotpro-scroll .scroll-list .item-desc { line-height: 20px; height: 40px; margin-bottom: 12px; } }

@media screen and (max-width: 640px) { .index-hotpro .hotpro-scroll .scroll-list .item-desc { font-size: 12px; font-size: 1.2rem; } }

.index-hotpro .hotpro-scroll .scroll-list .item-btn { display: inline-block; min-width: 104px; line-height: 24px; border: solid 1px #906751; border-radius: 16px; padding: 3px 3px 4px; color: #906751; }

.index-hotpro .hotpro-scroll .scroll-list .item-btn:hover { background-color: #906751; color: #fff; }

@media screen and (max-width: 767px) { .index-hotpro .hotpro-scroll .scroll-list .item-btn { line-height: 20px; padding: 3px; } }

@media screen and (max-width: 640px) { .index-hotpro .hotpro-scroll .scroll-list .item-btn { min-width: 90px; font-size: 12px; font-size: 1.2rem; } }

/* index-hotpro end */
/* index-news start */
.index-news { margin-bottom: 145px; }

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

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

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

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

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

.index-news .box-list .list-item { display: inline-block; vertical-align: top; width: 31.66667%; margin-left: 2.5%; margin-top: 49px; }

@media screen and (max-width: 999px) { .index-news .box-list .list-item { width: 31.33%; margin: 30px 1% 0; } }

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

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

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

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

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

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

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

.index-news .box-list .item-title { font-size: 16px; font-size: 1.6rem; font-weight: bold; line-height: 24px; margin-bottom: 6px; }

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

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

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

.index-news .box-list .item-desc, .index-news .box-list .item-desc a { color: #535353; }

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

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

.index-news .box-list .item-btn { display: inline-block; min-width: 105px; line-height: 24px; padding: 4px 3px 5px; border-radius: 18px; border: solid 1px #906751; color: #906751; text-align: center; font-size: 14px; font-size: 1.4rem; }

.index-news .box-list .item-btn:hover { background-color: #906751; color: #fff; }

@media screen and (max-width: 767px) { .index-news .box-list .item-btn { line-height: 20px; padding: 3px; } }

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

/* index-news end */
.index-cerbox { background: url(../images/bg2.jpg) no-repeat top center; padding: 87px 0 65px; }

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

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

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

.index-cerbox .index-item { margin-bottom: 37px; }

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

.index-cerbox .index-item .item-title { margin-bottom: 15px; }

.cer-scrollbox { position: relative; overflow: hidden; width: 100%; margin: 0 auto; }

.cer-scrollbox .scroll-btns { font-size: 0; letter-spacing: 0; text-align: center; margin-top: 25px; font-size: 0; letter-spacing: 0; }

.cer-scrollbox .scroll-btns .scroll-btn { display: inline-block; vertical-align: top; cursor: pointer; font-size: 38px; font-size: 3.8rem; color: #666666; opacity: 0.3; margin: 0 8px; }

.cer-scrollbox .scroll-btns .scroll-btn:hover { opacity: 0.5; color: #906751; }

@media screen and (max-width: 999px) { .cer-scrollbox .scroll-btns .scroll-btn { font-size: 30px; font-size: 3.0rem; } }

@media screen and (max-width: 767px) { .cer-scrollbox .scroll-btns { margin-top: 15px; }
  .cer-scrollbox .scroll-btns .scroll-btn { margin: 0 5px; } }

@media screen and (max-width: 640px) { .cer-scrollbox .scroll-btns .scroll-btn { font-size: 24px; font-size: 2.4rem; } }

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

.cer-scrollbox .scroll-list { width: 10000%; }

.cer-scrollbox .scroll-list .list-item { float: left; width: 0.21667%; margin-right: 0.04444%; overflow: hidden; }

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

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

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

.cer-scrollbox .scroll-list .item-pic { position: relative; width: 100%; }

.cer-scrollbox .scroll-list .item-pic img { display: block; margin: 0 auto; max-width: 260px; width: 100%; }

.cer-scrollbox .scroll-list .item-pic:hover .item-backdrop { right: 15px; }

.cer-scrollbox .scroll-list .item-pic:hover .item-backdrop .iconfont { right: 50%; }

@media screen and (max-width: 1219px) { .cer-scrollbox .scroll-list .item-pic:hover .item-backdrop { right: 11px; } }

.cer-scrollbox .scroll-list .item-backdrop { position: absolute; top: 22px; bottom: 24px; left: 15px; right: 999px; background-color: #000; background-color: rgba(0, 0, 0, 0.5); -webkit-transition: all .6s; -o-transition: all .6s; -moz-transition: all .6s; transition: all .6s; }

.cer-scrollbox .scroll-list .item-backdrop .iconfont { color: #fff; font-size: 34px; font-size: 3.4rem; position: absolute; right: -999px; top: 50%; margin: -17px -17px 0  0; -webkit-transition: all .9s; -o-transition: all .9s; -moz-transition: all .9s; transition: all .9s; }

@media screen and (max-width: 1219px) { .cer-scrollbox .scroll-list .item-backdrop { top: 17px; bottom: 20px; left: 12px; }
  .cer-scrollbox .scroll-list .item-backdrop .iconfont { font-size: 32px; font-size: 3.2rem; margin: -16px -16px 0  0; } }

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

.cer-scrollbox .scroll-list .item-title { font-family: 'Whitney-Medium'; font-size: 16px; font-size: 1.6rem; line-height: 24px; text-align: center; margin-top: 13px; }

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

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

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

/*-------------1-1-about start-------------------------------------------------------------*/
.bar-list { font-size: 0; letter-spacing: 0; text-align: center; margin-top: -2px; margin-bottom: 70px; background: url(../images/bar.png) repeat-x center 54px; }

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

@media screen and (max-width: 999px) { .bar-list { background: url(../images/bar.png) repeat-x center 45px; margin-bottom: 50px; } }

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

@media screen and (max-width: 480px) { .bar-list { background: url(../images/bar.png) repeat-x center 35px; } }

.bar-list > a { display: inline-block; vertical-align: top; text-align: center; cursor: pointer; padding-top: 131px; font-size: 16px; font-size: 1.6rem; text-transform: uppercase; line-height: 24px; width: 31%; margin-left: 3.5%; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; }

.bar-list > a:first-child { margin-left: 0; }

.bar-list > a:hover, .bar-list > a.active { color: #906751; }

@media screen and (max-width: 999px) { .bar-list > a { padding-top: 100px; background-size: 90px auto !important; font-size: 14px; font-size: 1.4rem; width: 33.33%; margin-left: 0; } }

@media screen and (max-width: 767px) { .bar-list > a { font-size: 14px; font-size: 1.4rem; line-height: 20px; } }

@media screen and (max-width: 480px) { .bar-list > a { padding-top: 80px; background-size: 70px auto !important; font-size: 12px; font-size: 1.2rem; } }

.bar-list .bar1 { background: url(../images/bar1.png) no-repeat top center; }

.bar-list .bar1:hover, .bar-list .bar1.active { background: url(../images/bar1_1.png) no-repeat top center; }

.bar-list .bar2 { background: url(../images/bar2.png) no-repeat top center; }

.bar-list .bar2:hover, .bar-list .bar2.active { background: url(../images/bar2_1.png) no-repeat top center; }

.bar-list .bar3 { background: url(../images/bar3.png) no-repeat top center; }

.bar-list .bar3:hover, .bar-list .bar3.active { background: url(../images/bar3_1.png) no-repeat top center; }

/* about1-top start */
.about1-top > .item-pic { float: right; width: 49%; margin-left: 4.16667%; padding: 16px 16px 0 0; position: relative; }

.about1-top > .item-pic:before { position: absolute; content: ''; width: 111px; height: 111px; background-color: #906751; top: 0; right: 0; }

.about1-top > .item-pic img { display: block; width: 100%; position: relative; }

@media screen and (max-width: 1219px) { .about1-top > .item-pic { margin-left: 2.5%; } }

@media screen and (max-width: 999px) { .about1-top > .item-pic { float: none; margin: 0 auto 20px; width: 100%; max-width: 588px; } }

@media screen and (max-width: 480px) { .about1-top > .item-pic { padding: 10px 10px 0 0; }
  .about1-top > .item-pic:before { width: 80px; height: 80px; } }

.about1-top .item-title { font-size: 30px; font-size: 3rem; text-transform: uppercase; position: relative; padding-bottom: 39px; padding-top: 23px; color: #906751; }

.about1-top .item-title:before { position: absolute; content: ''; width: 62px; height: 3px; background-color: #906751; left: 0; bottom: 0; }

@media screen and (max-width: 1219px) { .about1-top .item-title { font-size: 26px; font-size: 2.6rem; padding: 15px 0 15px; } }

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

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

.about1-top .item-desc { padding: 28px 0 45px; font-size: 16px; font-size: 1.6rem; line-height: 30px; }

.about1-top .item-desc, .about1-top .item-desc a { color: #666; }

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

@media screen and (max-width: 999px) { .about1-top .item-desc { padding: 20px 0 30px; font-size: 14px; font-size: 1.4rem; line-height: 26px; }
  .about1-top .item-desc p { min-height: 26px; } }

@media screen and (max-width: 767px) { .about1-top .item-desc { padding-bottom: 20px; font-size: 14px; font-size: 1.4rem; line-height: 22px; }
  .about1-top .item-desc p { min-height: 22px; } }

.about1-top .img-list { font-size: 0; letter-spacing: 0; }

.about1-top .img-list .list-item { display: inline-block; vertical-align: top; width: 32.5%; margin-left: 1.25%; margin-bottom: 10px; }

.about1-top .img-list .list-item img { display: block; width: 100%; }

/* about1-top end */
.about1-scroll { position: relative; overflow: hidden; width: 100%; margin: 0 auto 50px; }

@media screen and (max-width: 999px) { .about1-scroll { margin-bottom: 50px; } }

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

.about1-scroll .scroll-btns { display: none; font-size: 0; letter-spacing: 0; text-align: center; margin-top: 25px; font-size: 0; letter-spacing: 0; }

.about1-scroll .scroll-btns .scroll-btn { display: inline-block; vertical-align: top; cursor: pointer; font-size: 38px; font-size: 3.8rem; color: #666666; opacity: 0.3; margin: 0 8px; }

.about1-scroll .scroll-btns .scroll-btn:hover { opacity: 0.5; color: #906751; }

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

.about1-scroll .scroll-list { width: 10000%; }

.about1-scroll .scroll-list .list-item { float: left; width: 0.325%; margin-right: 0.0125%; overflow: hidden; }

@media screen and (max-width: 600px) { .about1-scroll .scroll-list .list-item { width: 0.49%; margin-right: 0.02%; } }

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

.his-list { margin-bottom: 63px; position: relative; padding-top: 90px; padding-bottom: 0; }

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

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

.his-list:after { font-family: "iconfont" !important; font-size: 62px; font-size: 6.2rem; font-style: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; position: absolute; content: '\e638'; top: 0; color: #906751; left: 73px; }

@media screen and (max-width: 767px) { .his-list:after { font-size: 42px; font-size: 4.2rem; left: 39px; } }

.his-list:before { position: absolute; content: ''; width: 1px; top: 60px; bottom: 0; left: 103px; background-color: #906751; }

@media screen and (max-width: 767px) { .his-list:before { left: 59px; top: 41px; } }

.his-list .item2 .item-desc { background-color: #F5F5F5; border-radius: 10px; }

.his-list .list-item { padding-bottom: 5px; position: relative; min-height: 68px; }

.his-list .item-date { float: left; margin-right: 26px; width: 104px; padding-top: 12px; padding-right: 15px; font-size: 20px; font-size: 2rem; line-height: 24px; color: #906751; position: relative; }

.his-list .item-date:after { position: absolute; content: ''; width: 16px; height: 16px; background: url(../images/his.png) no-repeat center; top: 15px; right: -7.5px; }

@media screen and (max-width: 767px) { .his-list .item-date { width: 60px; font-size: 16px; font-size: 1.6rem; margin-right: 15px; } }

.his-list .item-desc { overflow: hidden; padding: 10px 15px 11px; line-height: 24px; }

.his-list .item-desc p { min-height: 24px; }

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

@media screen and (max-width: 767px) { .his-list .item-desc { padding: 10px; line-height: 20px; }
  .his-list .item-desc p { min-height: 20px; } }

/* about1-bot start */
.about1-bot { background-color: #F8F8F8; padding: 66px 0 85px; margin-bottom: -35px; }

@media screen and (max-width: 1219px) { .about1-bot { padding: 66px 0 50px; } }

@media screen and (max-width: 999px) { .about1-bot { padding: 50px 0 30px; } }

@media screen and (max-width: 767px) { .about1-bot { padding: 30px 0 20px; margin-bottom: -30px; } }

.about1-bot .box-list { font-size: 0; letter-spacing: 0; }

.about1-bot .box-list .list-item { display: inline-block; vertical-align: top; width: 23.91667%; margin-left: 1.44444%; margin-bottom: 22px; }

@media screen and (max-width: 999px) { .about1-bot .box-list .list-item { width: 23%; margin: 0 1% 15px; } }

@media screen and (max-width: 640px) { .about1-bot .box-list .list-item { width: 31.33%; } }

@media screen and (max-width: 400px) { .about1-bot .box-list .list-item { width: 48%; margin-bottom: 10px; } }

/* about1-bot end */
.about-title { font-weight: bold; font-size: 24px; font-size: 2.4rem; text-transform: uppercase; position: relative; padding-bottom: 40px; margin-bottom: 38px; color: #906751; }

.about-title:before { position: absolute; content: ''; width: 62px; height: 3px; background-color: #333; left: 0; bottom: 0; }

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

@media screen and (max-width: 999px) { .about-title { font-size: 22px; font-size: 2.2rem; margin-bottom: 30px; } }

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

/*-------------1-1-about end---------------------------------------------------------------*/
/*-------------1-2-about start-------------------------------------------------------------*/
.about2-main .about-title { margin-bottom: 64px; }

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

@media screen and (max-width: 999px) { .about2-main .about-title { margin-bottom: 30px; } }

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

.cer-list { padding: 0 0 65px; font-size: 0; letter-spacing: 0; }

@media screen and (max-width: 1219px) { .cer-list { padding: 0 0 20px; } }

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

.cer-list .list-item { display: inline-block; vertical-align: top; width: 21.66667%; margin-left: 4.44444%; margin-bottom: 52px; }

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

@media screen and (max-width: 999px) { .cer-list .list-item { width: 23%; margin: 0 1% 30px; } }

@media screen and (max-width: 640px) { .cer-list .list-item { width: 31.33%; margin: 0 1% 20px; } }

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

.cer-list .item-pic { position: relative; width: 100%; }

.cer-list .item-pic img { display: block; margin: 0 auto; max-width: 260px; width: 100%; }

.cer-list .item-pic:hover .item-backdrop { right: 15px; }

.cer-list .item-pic:hover .item-backdrop .iconfont { right: 50%; }

@media screen and (max-width: 1219px) { .cer-list .item-pic:hover .item-backdrop { right: 11px; } }

.cer-list .item-backdrop { position: absolute; top: 22px; bottom: 24px; left: 15px; right: 999px; background-color: #000; background-color: rgba(0, 0, 0, 0.5); -webkit-transition: all .6s; -o-transition: all .6s; -moz-transition: all .6s; transition: all .6s; }

.cer-list .item-backdrop .iconfont { color: #fff; font-size: 34px; font-size: 3.4rem; position: absolute; right: -999px; top: 50%; margin: -17px -17px 0  0; -webkit-transition: all .9s; -o-transition: all .9s; -moz-transition: all .9s; transition: all .9s; }

@media screen and (max-width: 1219px) { .cer-list .item-backdrop { top: 17px; bottom: 20px; left: 12px; }
  .cer-list .item-backdrop .iconfont { font-size: 32px; font-size: 3.2rem; margin: -16px -16px 0  0; } }

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

.cer-list .item-title { font-family: 'Whitney-Medium'; font-size: 16px; font-size: 1.6rem; line-height: 24px; text-align: center; margin-top: 13px; }

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

/*-------------1-2-about end---------------------------------------------------------------*/
/*-------------1-3-about start-------------------------------------------------------------*/
.about3-main { padding-bottom: 19px; }

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

.download-list { margin-top: -16px; padding-bottom: 55px; }

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

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

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

.download-list .list-item { position: relative; padding-bottom: 32px; margin-bottom: 53px; background: url(../images/d2.png) repeat-x bottom; }

.download-list .list-item a { cursor: pointer; }

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

.download-list .item-pics { float: left; width: 59px; margin-right: 23px; margin-top: 7px; }

.download-list .item-pics img { display: block; width: 100%; max-width: 59px; margin: 0 auto; }

@media screen and (max-width: 767px) { .download-list .item-pics { width: 50px; margin-right: 15px; } }

.download-list .item-body { overflow: hidden; padding-right: 200px; }

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

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

@media screen and (max-width: 640px) { .download-list .item-body { padding-right: 0; } }

.download-list .item-title { font-size: 18px; font-size: 1.8rem; line-height: 30px; min-height: 30px; }

.download-list .item-title a { display: block; }

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

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

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

.download-list .item-desc { margin-top: 4px; font-size: 16px; font-size: 1.6rem; line-height: 30px; min-height: 30px; }

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

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

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

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

.download-list .item-btn { text-align: center; display: block; width: 142px; height: 42px; border: solid 1px #906751; color: #906751; line-height: 40px; position: absolute; top: 9px; right: 0; }

.download-list .item-btn .iconfont { font-size: 22px; font-size: 2.2rem; vertical-align: middle; margin-right: 3px; margin-left: -10px; }

.download-list .item-btn:hover { background-color: #906751; color: #fff; }

@media screen and (max-width: 999px) { .download-list .item-btn { top: 30px; width: 130px; height: 36px; line-height: 34px; }
  .download-list .item-btn .iconfont { font-size: 20px; font-size: 2rem; margin-right: 3px; } }

@media screen and (max-width: 767px) { .download-list .item-btn { width: 130px; height: 36px; line-height: 34px; }
  .download-list .item-btn .iconfont { font-size: 20px; font-size: 2rem; margin-right: 3px; } }

@media screen and (max-width: 640px) { .download-list .item-btn { position: relative; top: auto; right: auto; margin: 20px auto 0; } }

/*-------------1-3-about end---------------------------------------------------------------*/
/*-------------2-1-products start----------------------------------------------------------*/
.main .box-main { float: right; width: 831px; }

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

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

.main .box-main1 { float: right; width: 877px; }

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

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

.main .box-slide { float: left; background-color: #fff; width: 270px; margin-top: -13px; }

@media screen and (max-width: 999px) { .main .box-slide { width: 100%; margin-top: 50px; } }

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

.pro1-list { font-size: 0; letter-spacing: 0; padding: 1px 0 14px; }

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

.pro1-list .list-item { display: inline-block; vertical-align: top; width: 30.92659%; margin-left: 3.40522%; margin-bottom: 52px; text-align: center; }

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

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

.pro1-list .item-pic { position: relative; border: solid 1px #BFBFBF; }

.pro1-list .item-pic img { display: block; width: 100%; margin: 0 auto; max-width: 400px; }

.pro1-list .item-pic:hover .item-backdrop { top: 0; }

.pro1-list .item-backdrop { position: absolute; top: 999px; bottom: 0; left: 0; width: 100%; background: #906751 url(../images/bg3.png) no-repeat center; background: rgba(144, 103, 81, 0.7) url(../images/bg3.png) no-repeat center; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; }

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

.pro1-list .item-title { font-size: 16px; font-size: 1.6rem; height: 48px; overflow: hidden; line-height: 24px; text-transform: uppercase; font-weight: bold; margin-bottom: 3px; margin-top: 18px; }

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

.pro1-list .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 24px; height: 24px; margin-bottom: 18px; }

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

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

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

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

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

.pro1-list .item-btn { display: inline-block; vertical-align: middle; min-width: 140px; line-height: 24px; border-radius: 8px; padding: 3px 3px 4px; border: solid 1px #906751; color: #906751; text-align: center; font-size: 16px; font-size: 1.6rem; }

.pro1-list .item-btn:hover { background-color: #906751; color: #fff; }

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

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

.slide-title { font-weight: bold; font-size: 24px; font-size: 2.4rem; border-bottom: solid 1px #DDDDDD; text-transform: uppercase; position: relative; }

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

.slide-title a, .slide-title p { display: block; line-height: 24px; padding: 14px 0 14px; }

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

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

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

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

/* proslide start */
@media screen and (max-width: 767px) { .proslide .yiji-list { display: none; } }

.proslide .yiji-list > li > a { display: block; font-size: 16px; font-size: 1.6rem; line-height: 20px; border-bottom: solid 1px #DDDDDD; padding: 16px 20px 12px 0; position: relative; text-transform: uppercase; }

.proslide .yiji-list > li > a:before { font-family: "iconfont" !important; font-size: 16px; font-size: 1.6rem; font-style: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; position: absolute; content: '\e725'; right: 0; top: 16px; }

@media screen and (max-width: 1219px) { .proslide .yiji-list > li > a { padding-top: 12px; padding-bottom: 8px; } }

.proslide .yiji-list > li:hover > a, .proslide .yiji-list > li.active > a { color: #906751; }

.proslide .yiji-list > li:hover > a:before, .proslide .yiji-list > li.active > a:before { content: '\e723'; }

.proslide .erji-list { padding: 18px 0 13px; border-bottom: solid 1px #DDDDDD; }

@media screen and (max-width: 1219px) { .proslide .erji-list { padding: 10px 0; } }

.proslide .erji-list > li > a { display: block; line-height: 20px; padding: 7px 0 7px 22px; color: #666; }

@media screen and (max-width: 1219px) { .proslide .erji-list > li > a { padding-top: 5px; padding-bottom: 5px; } }

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

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

.proslide .sanji-list > li > a { display: block; line-height: 20px; padding: 3px 0 3px 40px; color: #666; }

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

/* proslide end */
/* tags-slide start */
.tags-slide { margin-top: 35px; }

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

.tags-slide .item-desc { padding: 16px 0 0 0; line-height: 28px; font-size: 14px; font-size: 1.4rem; }

.tags-slide .item-desc, .tags-slide .item-desc a { color: #666; }

.tags-slide .item-desc a:hover { color: #906751; }

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

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

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

.news-slide .box-list { padding-top: 9px; }

.news-slide .box-list .list-item { padding: 18px 0 25px 0; border-top: solid 1px #E7E7E7; }

.news-slide .box-list .list-item:first-child { border-top: 0; }

@media screen and (max-width: 1219px) { .news-slide .box-list .list-item { padding: 15px 0; } }

.news-slide .box-list .item-title { font-size: 16px; font-size: 1.6rem; font-weight: bold; line-height: 28px; max-height: 56px; }

@media screen and (max-width: 1219px) { .news-slide .box-list .item-title { line-height: 24px; max-height: 48px; } }

.news-slide .box-list .item-desc { margin-top: 4px; font-size: 14px; font-size: 1.4rem; line-height: 24px; max-height: 96px; }

.news-slide .box-list .item-desc, .news-slide .box-list .item-desc a { color: #535353; }

/* news-slide end */
/*-------------2-1-products end------------------------------------------------------------*/
/*-------------2-2-products start----------------------------------------------------------*/
.m-prob1 .prob-pic { width: 404px; float: left; }

.m-prob1 .prob-pic-big { position: relative; border: solid 1px #BFBFBF; }

.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; margin-top: 26px; padding: 0 15px; overflow: hidden; }

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

.m-prob1 .prob-pic-btn .iconfont { color: #848484; font-size: 14px; font-size: 1.4rem; }

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

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

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

@media screen and (max-width: 767px) { .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.29491%; width: 2.27882%; }

.m-prob1 .prob-pic-item .item-pics { border: #BFBFBF 1px solid; }

.m-prob1 .prob-pic-item .item-pics.zoomThumbActive { border: #906751 1px solid; }

.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; }
  .m-prob1 .prob-pic { float: none; margin: 0 auto; } }

@media screen and (max-width: 767px) { .m-prob1 .prob-pic { width: 100%; }
  .m-prob1 .prob-pic-big { display: none; }
  .m-prob1 .prob-pic-small { margin-top: 0; padding: 0 30px; }
  .m-prob1 .prob-pic-list ul li { margin-right: .2%; width: 3.2%; }
  .m-prob1 .prob-pic-item .item-pics.zoomThumbActive { border-color: #BFBFBF; } }

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

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

/* pro-info */
.pro-info { width: 414px; }

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

.pro-info .item-title { font-weight: bold; font-size: 20px; font-size: 2.0rem; color: #906751; border-bottom: solid 1px #CCCCCC; line-height: 24px; padding-bottom: 16px; margin-top: 7px; }

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

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

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

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

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

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

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

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

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

.pro-info .item-btn { margin-bottom: 10px; vertical-align: top; display: inline-block; min-width: 141px; line-height: 24px; padding: 4px 5px 5px; font-size: 14px; font-size: 1.4rem; font-weight: bold; text-align: center; background-color: #999; color: #fff; }

.pro-info .item-btn:hover { background-color: #906751; color: #fff; }

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

@media screen and (max-width: 767px) { .pro-info .item-btn:first-child { margin-right: 20px; } }

.pro2-detail { margin-top: 68px; }

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

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

.pro2-detail .item-desc { padding: 28px 0 35px; font-size: 14px; font-size: 1.4rem; line-height: 26px; }

.pro2-detail .item-desc p { min-height: 26px; }

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

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

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

.pro2-title { font-weight: bold; font-size: 26px; font-size: 2.6rem; border-bottom: solid 1px #ccc; line-height: 30px; padding: 0 0 16px; }

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

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

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

.pro2-tags { margin-bottom: 70px; line-height: 24px; word-break: break-word; }

.pro2-tags strong { color: #906751; font-weight: normal; font-size: 16px; font-size: 1.6rem; }

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

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

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

.repro-scroll { position: relative; margin-top: 23px; }

.repro-scroll .scroll-btns { display: none; font-size: 0; letter-spacing: 0; text-align: center; }

.repro-scroll .scroll-btns .scroll-btn { display: inline-block; vertical-align: middle; cursor: pointer; position: absolute; top: 50%; margin-top: -25px; z-index: 2; font-size: 50px; font-size: 5rem; color: #fff; opacity: 0.3; }

.repro-scroll .scroll-btns .scroll-btn:hover { opacity: 0.5; }

.repro-scroll .scroll-btns .scroll-btn.prev { left: -108px; }

.repro-scroll .scroll-btns .scroll-btn.next { right: -108px; }

@media screen and (max-width: 1440px) { .repro-scroll .scroll-btns .scroll-btn { position: relative; top: auto; margin: 20px 5px 0; font-size: 40px; font-size: 4rem; color: #333; }
  .repro-scroll .scroll-btns .scroll-btn.prev { left: auto; }
  .repro-scroll .scroll-btns .scroll-btn.next { right: auto; } }

@media screen and (max-width: 999px) { .repro-scroll .scroll-btns .scroll-btn { font-size: 30px; font-size: 3rem; } }

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

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

.repro-scroll .scroll-list { width: 10000%; }

.repro-scroll .scroll-list .list-item { float: left; width: 0.29304%; margin-right: 0.06043%; text-align: center; }

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

@media screen and (max-width: 550px) { .repro-scroll .scroll-list .list-item { width: 0.49%; margin-right: 0.02%; } }

.repro-scroll .scroll-list .item-pic { border: solid 1px #BFBFBF; }

.repro-scroll .scroll-list .item-pic img { display: block; margin: 0 auto; max-width: 400px; width: 100%; }

.repro-scroll .scroll-list .item-title { font-size: 16px; font-size: 1.6rem; line-height: 24px; text-transform: uppercase; font-weight: bold; margin-bottom: 3px; margin-top: 18px; }

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

.repro-scroll .scroll-list .item-desc { line-height: 24px; height: 48px; margin-bottom: 18px; }

@media screen and (max-width: 767px) { .repro-scroll .scroll-list .item-desc { line-height: 20px; height: 40px; margin-bottom: 12px; } }

@media screen and (max-width: 640px) { .repro-scroll .scroll-list .item-desc { font-size: 12px; font-size: 1.2rem; } }

/*-------------2-2-products end------------------------------------------------------------*/
/*-------------3-1-news start--------------------------------------------------------------*/
.news1-list { padding-bottom: 56px; }

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

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

.news1-list .list-item { margin-bottom: 66px; }

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

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

.news1-list .item-date { float: left; margin-right: 1.66667%; text-align: center; }

@media screen and (max-width: 500px) { .news1-list .item-date { float: none; margin: 0 0 10px; text-align: left; }
  .news1-list .item-date p { display: inline-block; } }

.news1-list .item-date .p1 { font-size: 60px; font-size: 6rem; line-height: 60px; margin-top: -2px; color: #906751; }

@media screen and (max-width: 1219px) { .news1-list .item-date .p1 { font-size: 50px; font-size: 5rem; line-height: 50px; } }

@media screen and (max-width: 999px) { .news1-list .item-date .p1 { font-size: 40px; font-size: 4rem; line-height: 40px; } }

@media screen and (max-width: 767px) { .news1-list .item-date .p1 { font-size: 30px; font-size: 3rem; line-height: 30px; } }

@media screen and (max-width: 640px) { .news1-list .item-date .p1 { font-size: 22px; font-size: 2.2rem; line-height: 22px; } }

@media screen and (max-width: 500px) { .news1-list .item-date .p1 { font-size: 18px; font-size: 1.8rem; line-height: 22px; } }

.news1-list .item-date .p2 { font-size: 18px; font-size: 1.8rem; color: #666; border-top: solid 2px #666; padding-top: 14px; margin-top: 2px; }

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

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

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

@media screen and (max-width: 500px) { .news1-list .item-date .p2 { border: 0; margin: 0; } }

.news1-list .item-pic { float: left; width: 433px; margin-right: 3.25%; }

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

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

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

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

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

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

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

.news1-list .item-title { font-size: 18px; font-size: 1.8rem; font-weight: bold; line-height: 24px; margin: 27px 0 42px; }

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

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

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

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

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

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

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

.news1-list .item-btn { display: inline-block; min-width: 105px; line-height: 24px; padding: 4px 4px 5px; border-radius: 18px; border: solid 1px #906751; text-align: center; color: #906751; }

.news1-list .item-btn:hover { background-color: #906751; color: #fff; }

@media screen and (max-width: 640px) { .news1-list .item-btn { padding: 3px; } }

.related-box1 { padding-top: 49px; }

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

.repro-scroll1 { position: relative; margin-top: 39px; }

@media screen and (max-width: 1219px) { .repro-scroll1 { margin-top: 23px; } }

.repro-scroll1 .scroll-btns { display: none; font-size: 0; letter-spacing: 0; text-align: center; }

.repro-scroll1 .scroll-btns .scroll-btn { display: inline-block; vertical-align: middle; cursor: pointer; position: absolute; top: 50%; margin-top: -25px; z-index: 2; font-size: 50px; font-size: 5rem; color: #fff; opacity: 0.3; }

.repro-scroll1 .scroll-btns .scroll-btn:hover { opacity: 0.5; }

.repro-scroll1 .scroll-btns .scroll-btn.prev { left: -108px; }

.repro-scroll1 .scroll-btns .scroll-btn.next { right: -108px; }

@media screen and (max-width: 1440px) { .repro-scroll1 .scroll-btns .scroll-btn { position: relative; top: auto; margin: 20px 5px 0; font-size: 40px; font-size: 4rem; color: #333; }
  .repro-scroll1 .scroll-btns .scroll-btn.prev { left: auto; }
  .repro-scroll1 .scroll-btns .scroll-btn.next { right: auto; } }

@media screen and (max-width: 999px) { .repro-scroll1 .scroll-btns .scroll-btn { font-size: 30px; font-size: 3rem; } }

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

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

.repro-scroll1 .scroll-list { width: 10000%; }

.repro-scroll1 .scroll-list .list-item { float: left; width: 0.21417%; margin-right: 0.04778%; text-align: center; }

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

@media screen and (max-width: 767px) { .repro-scroll1 .scroll-list .list-item { width: 0.32%; margin-right: 0.02%; } }

@media screen and (max-width: 550px) { .repro-scroll1 .scroll-list .list-item { width: 0.49%; margin-right: 0.02%; } }

.repro-scroll1 .scroll-list .item-pic { border: solid 1px #BFBFBF; }

.repro-scroll1 .scroll-list .item-pic img { display: block; margin: 0 auto; max-width: 400px; width: 100%; }

.repro-scroll1 .scroll-list .item-title { font-size: 16px; font-size: 1.6rem; line-height: 24px; text-transform: uppercase; font-weight: bold; margin-bottom: 3px; margin-top: 18px; }

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

.repro-scroll1 .scroll-list .item-desc { line-height: 24px; height: 48px; margin-bottom: 18px; }

@media screen and (max-width: 767px) { .repro-scroll1 .scroll-list .item-desc { line-height: 20px; height: 40px; margin-bottom: 12px; } }

@media screen and (max-width: 640px) { .repro-scroll1 .scroll-list .item-desc { font-size: 12px; font-size: 1.2rem; } }

/*-------------3-1-news end----------------------------------------------------------------*/
/*-------------3-2-news start--------------------------------------------------------------*/
.news2-main { padding: 11px 0 42px; }

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

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

.news2-main > .item-title { text-align: center; font-size: 28px; font-size: 2.8rem; line-height: 30px; color: #666; }

@media screen and (max-width: 999px) { .news2-main > .item-title { font-size: 24px; font-size: 2.4rem; } }

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 999px) { .news2-main .item-desc { padding: 30px 0 50px; } }

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

/*-------------3-2-news end----------------------------------------------------------------*/
/*-------------4-faq start-----------------------------------------------------------------*/
.faq-list { margin-bottom: 109px; }

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

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

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

.faq-list .item-title { cursor: pointer; background: #F8F8F8; font-size: 18px; font-size: 1.8rem; line-height: 26px; padding: 6px 22px 8px; margin-bottom: 21px; color: #906751; }

@media screen and (max-width: 767px) { .faq-list .item-title { padding: 5px; margin-bottom: 10px; font-size: 16px; font-size: 1.6rem; line-height: 24px; } }

.faq-list .item-desc { padding: 0 22px 0; margin-bottom: 10px; font-size: 16px; font-size: 1.6rem; line-height: 26px; min-height: 52px; }

@media screen and (max-width: 767px) { .faq-list .item-desc { padding: 0 5px; font-size: 14px; font-size: 1.4rem; line-height: 22px; min-height: auto !important; } }

/*-------------4-faq end-------------------------------------------------------------------*/
/*-------------5-service start-------------------------------------------------------------*/
.service-main { padding-top: 20px; }

@media screen and (max-width: 999px) { .service-main { padding-top: 0; } }

.service-main .about-title { padding-bottom: 22px; margin-bottom: 42px; }

@media screen and (max-width: 999px) { .service-main .about-title { padding-bottom: 15px; margin-bottom: 30px; } }

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

.service-main > .item-desc { padding: 9px 0 44px; }

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

@media screen and (max-width: 999px) { .service-main > .item-desc { padding-bottom: 30px; } }

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

@media screen and (max-width: 1219px) { .service-main .item-desc { line-height: 28px; } }

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

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

.service-main .item-btn { margin-bottom: 69px; display: inline-block; min-width: 386px; line-height: 28px; padding: 15px 10px; background-color: #906751; background-color: rgba(144, 103, 81, 0.5); color: #fff; text-align: center; font-size: 16px; font-size: 1.6rem; }

.service-main .item-btn:hover { background-color: #906751; }

@media screen and (max-width: 999px) { .service-main .item-btn { padding: 10px 15px; margin-bottom: 50px; } }

@media screen and (max-width: 767px) { .service-main .item-btn { padding: 6px 15px; margin-bottom: 30px; min-width: auto; font-size: 14px; font-size: 1.4rem; } }

.service-main .step-list { margin-bottom: 31px; }

.service-main .step-list .list-item { float: left; width: 28.58333%; margin-bottom: 30px; }

@media screen and (max-width: 767px) { .service-main .step-list .list-item { width: 100%; margin-bottom: 0; } }

.service-main .step-list .iconfont { float: left; width: 7.125%; font-size: 63px; font-size: 6.3rem; color: #906751; text-align: center; line-height: 344px; }

@media screen and (max-width: 1219px) { .service-main .step-list .iconfont { font-size: 50px; font-size: 5rem; line-height: 300px; } }

@media screen and (max-width: 999px) { .service-main .step-list .iconfont { font-size: 30px; font-size: 3rem; line-height: 230px; } }

@media screen and (max-width: 767px) { .service-main .step-list .iconfont { width: 100%; line-height: 50px; font-size: 20px; font-size: 2rem; } }

.service-main .step-list .item-box { border: solid 3px #906751; border-radius: 10px; height: 344px; margin-bottom: 29px; text-align: center; }

.service-main .step-list .item-box p { font-size: 20px; font-size: 2rem; line-height: 30px; width: 1000px; height: 344px; display: table-cell; vertical-align: middle; color: #906751; padding: 0 40px; }

.service-main .step-list .item-box img { margin-top: 46px; width: 100%; max-width: 269px; }

@media screen and (max-width: 1219px) { .service-main .step-list .item-box { height: 300px; padding: 0 10px; }
  .service-main .step-list .item-box p { height: 300px; padding: 0; font-size: 18px; font-size: 1.8rem; }
  .service-main .step-list .item-box img { margin-top: 35px; } }

@media screen and (max-width: 999px) { .service-main .step-list .item-box { margin-bottom: 15px; height: 230px; }
  .service-main .step-list .item-box p { height: 230px; font-size: 16px; font-size: 1.6rem; line-height: 26px; } }

@media screen and (max-width: 767px) { .service-main .step-list .item-box { height: auto; padding: 30px 10px; }
  .service-main .step-list .item-box p { font-size: 14px; font-size: 1.4rem; line-height: 24px; height: auto; display: block; width: 100%; }
  .service-main .step-list .item-box img { margin-top: 0; } }

.service-main .step-list .item-subt { font-size: 20px; font-size: 2rem; font-weight: bold; text-transform: uppercase; text-align: center; color: #906751; }

@media screen and (max-width: 1219px) { .service-main .step-list .item-subt { font-size: 18px; font-size: 1.8rem; } }

@media screen and (max-width: 999px) { .service-main .step-list .item-subt { font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 767px) { .service-main .step-list .item-subt { font-size: 14px; font-size: 1.4rem; } }

.service-main .step-box .item-title { font-size: 18px; font-size: 1.8rem; line-height: 30px; font-weight: bold; margin-bottom: 1px; }

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

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

.service-main .step-box .item-desc { margin-bottom: 29px; }

@media screen and (max-width: 767px) { .service-main .step-box .item-desc { margin-bottom: 20px; } }

/*-------------5-service end---------------------------------------------------------------*/
/*-------------6-contact start-------------------------------------------------------------*/
.contact-box { padding-bottom: 71px; }

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

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

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

.contact-box > .box-title { margin: 24px 0 66px; font-size: 24px; font-size: 2.4rem; font-weight: bold; position: relative; padding-bottom: 22px; color: #906751; text-transform: uppercase; }

.contact-box > .box-title:before { position: absolute; content: ''; width: 62px; height: 3px; background-color: #333; bottom: 0; left: 0; }

@media screen and (max-width: 1219px) { .contact-box > .box-title { margin: 0 0 40px; padding-bottom: 15px; } }

@media screen and (max-width: 999px) { .contact-box > .box-title { margin-bottom: 20px; text-align: center; font-size: 20px; font-size: 2rem; }
  .contact-box > .box-title:before { left: 50%; margin-left: -31px; } }

@media screen and (max-width: 767px) { .contact-box > .box-title { font-size: 18px; font-size: 1.8rem; padding-bottom: 15px; } }

.contact-box .item-left { overflow: hidden; margin-top: 2px; }

.contact-box .item-left a:hover { color: #906751; }

.contact-box .item-left .box-list { margin-bottom: 69px; line-height: 24px; font-size: 14px; font-size: 1.4rem; }

.contact-box .item-left .box-list li { margin-bottom: 16px; }

.contact-box .item-left .box-list .iconfont { float: left; font-size: 18px; font-size: 1.8rem; color: #444; margin-right: 5px; }

.contact-box .item-left .box-list .item-body { overflow: hidden; font-family: verdana, geneva, arial, helvetica, sans-serif; }

.contact-box .item-left .box-list .img { display: block; margin-left: 33px; margin-top: 8px; }

.contact-box .item-left .box-list strong { font-weight: normal; margin-right: 12px; display: inline-block; }

.contact-box .item-left .box-list em { font-style: normal; font-family: arial, helvetica, sans-serif; }

@media screen and (max-width: 999px) { .contact-box .item-left .box-list { margin-bottom: 50px; } }

@media screen and (max-width: 767px) { .contact-box .item-left .box-list { margin-bottom: 30px; }
  .contact-box .item-left .box-list li { margin-bottom: 8px; } }

.contact-box .item-right { width: 55.83333%; margin-left: 0.83333%; }

@media screen and (max-width: 999px) { .contact-box .item-right { width: 100%; float: none !important; margin: 0 auto 30px; } }

.contact-box .item-right .item-desc { line-height: 30px; margin-bottom: 24px; padding-left: 22px; color: #666; }

@media screen and (max-width: 999px) { .contact-box .item-right .item-desc { line-height: 26px; } }

@media screen and (max-width: 767px) { .contact-box .item-right .item-desc { line-height: 22px; } }

.contact-box .item-right .item-form .star { background: url(../images/star.png) no-repeat 7px center; }

.contact-box .item-right .item-form .item-input { width: 50%; padding-left: 22px; margin-bottom: 23px; }

.contact-box .item-right .item-form .item-input1 { padding-left: 22px; margin-bottom: 21px; }

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

.contact-box .item-right .item-form input, .contact-box .item-right .item-form textarea { display: block; background-color: #fff; width: 100%; display: block; color: #A6A6A6; border: solid 1px #D2D2D2; }

.contact-box .item-right .item-form input { height: 54px; line-height: 54px; padding: 0 14px; }

.contact-box .item-right .item-form textarea { height: 186px; padding: 7px 14px; line-height: 24px; }

.contact-box .item-right .item-form .item-code { width: 200px; margin-right: 22px; }

.contact-box .item-right .item-form .item-img img { display: block; cursor: pointer; }

.contact-box .item-right .item-form .item-btn { margin-left: 19px; width: 250px; padding: 0; }

.contact-box .item-right .item-form .item-btn input { border-color: #906751; background-color: #906751; color: #fff; font-size: 16px; font-size: 1.6rem; }

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

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

@media screen and (max-width: 767px) { .contact-box .item-right .item-form .item-input, .contact-box .item-right .item-form .item-input1 { margin-bottom: 15px; }
  .contact-box .item-right .item-form .input1 { padding-right: 0; }
  .contact-box .item-right .item-form input { height: 40px; line-height: 40px; padding: 0 12px; }
  .contact-box .item-right .item-form input, .contact-box .item-right .item-form textarea { font-size: 14px; font-size: 1.4rem; }
  .contact-box .item-right .item-form textarea { height: 150px; }
  .contact-box .item-right .item-form .item-code { width: -moz-calc(100% - 140px) !important; width: calc(100% - 140px) !important; margin-right: 0; }
  .contact-box .item-right .item-form .item-img { float: right; width: auto; }
  .contact-box .item-right .item-form .item-img img { height: 40px; }
  .contact-box .item-right .item-form .item-btn { margin-left: 0; width: 100%; padding-left: 22px; }
  .contact-box .item-right .item-form .item-btn input { font-size: 14px; font-size: 1.4rem; } }

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

/*-------------6-contact end---------------------------------------------------------------*/
.pfbd { position: fixed; *position: absolute; right: 19px; bottom: -541px; z-index: 999; width: 257px; height: 585px; overflow: hidden; border-radius: 5px; background-color: #efefef; border: solid 1px #efefef; }

.pfbd-hd { cursor: pointer; text-align: center; color: #FBFDFC; background-color: #906751; font-size: 0; letter-spacing: 0; padding: 5px 0 6px; }

.pfbd-hd span { display: inline-block; vertical-align: middle; font-size: 18px; font-size: 1.8rem; }

.pfbd-hd .iconfont { display: inline-block; vertical-align: middle; font-size: 31px; font-size: 3.1rem; color: #fff; margin-right: 11px; }

.pfbd-bd { padding-left: 16px; padding-right: 16px; }

.pfbd-desc { padding-top: 6px; line-height: 24px; font-size: 14px; font-size: 1.4rem; color: #3d3d3d; }

.pfbd-form { margin-top: 8px; }

.pfbd-form input, .pfbd-form textarea, .pfbd-form select, .pfbd-form option { margin-bottom: 3px; padding: 0 11px; width: 100%; font-size: 14px; font-size: 1.4rem; background-color: #fff; color: #999; display: block; outline: none; border: 0; }

.pfbd-form select { padding: 0 5px; }

.pfbd-form input, .pfbd-form select { height: 44px; line-height: 44px; }

.pfbd-form textarea { height: 78px; line-height: 20px; padding-top: 10px; }

.pfbd-form .item-img { margin-bottom: 5px; display: block; cursor: pointer; }

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

.pfbd-form .item-btn { height: 30px; line-height: 30px; background-color: #906751; color: #fff; }

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

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

@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: 5px; width: 35px; height: 28px; -webkit-transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s; z-index: 999999999; padding: 6px 6px 3px; }

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

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

.n-nav .n-nav-icon.active span { 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 #906751; 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 .item-submit { font-weight: bold; background-color: #906751; width: 44px; height: 32px; border-radius: 5px; color: #fff; text-align: center; position: absolute; right: 10px; top: 5px; }

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

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

.slide { position: relative; }

.slide .carouse { width: 100%; overflow: hidden; position: relative; }

.slide .carouse .slideItem { width: 100%; position: absolute; cursor: pointer; }

.slide video { position: absolute; display: block; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); min-width: 100%; min-height: 100%; width: 100%; height: 100%; max-width: none; -o-object-fit: cover; object-fit: cover; -o-object-position: 50% 50%; object-position: 50% 50%; display: none \9; display: block \9\0; }

.slide .carouse .slideItem .banner-img { width: 100%; display: block; }

.slide .console { height: 57px; display: inline-block; width: 35px; position: absolute; top: 40%; }

.slide .carousel-control { display: block !important; position: absolute; top: 50%; width: 60px; height: 60px; line-height: 60px; border-radius: 50%; z-index: 2; margin-top: -30px; background-color: #000; background-color: rgba(0, 0, 0, 0.3); text-align: center; }

.slide .carousel-control .iconfont { font-size: 21px; font-size: 2.1rem; color: #fff; }

.slide .carousel-control:hover { background-color: #906751; }

.slide .carousel-control.left { left: 6.66%; cursor: pointer; }

.slide .carousel-control.right { right: 6.66%; cursor: pointer; }

.slide .dotList { position: absolute; z-index: 2; width: 100%; bottom: 37px; letter-spacing: 0; font-size: 0; text-align: center; }

.slide .dotList li { display: inline-block; vertical-align: bottom; cursor: pointer; margin: 0 9px; outline: none; font-size: 0; width: 20px; height: 20px; border-radius: 50%; border: solid 2px #906751; }

.slide .dotList li.active { background-color: #906751; }

@media screen and (max-width: 999px) { .slide .carousel-control { display: none !important; }
  .slide .dotList { bottom: 25px; }
  .slide .dotList li { margin: 0 4px; width: 15px; height: 15px; } }

@media screen and (max-width: 767px) { .slide .dotList { bottom: 10px; }
  .slide .dotList li { margin: 0 3px; width: 10px; height: 10px; } }

@charset "UTF-8";

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  11.1% {
    -webkit-transform: none;
            transform: none
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
            transform: skewX(-12.5deg) skewY(-12.5deg)
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
            transform: skewX(6.25deg) skewY(6.25deg)
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
            transform: skewX(-3.125deg) skewY(-3.125deg)
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
            transform: skewX(1.5625deg) skewY(1.5625deg)
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
            transform: skewX(-0.78125deg) skewY(-0.78125deg)
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
            transform: skewX(0.390625deg) skewY(0.390625deg)
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
            transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
  }
  100% {
    -webkit-transform: none;
            transform: none
  }
}

@keyframes jello {
  11.1% {
    -webkit-transform: none;
            transform: none
  }

  22.2% {

    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
            transform: skewX(-12.5deg) skewY(-12.5deg)
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
            transform: skewX(6.25deg) skewY(6.25deg)
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
            transform: skewX(-3.125deg) skewY(-3.125deg)
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
            transform: skewX(1.5625deg) skewY(1.5625deg)
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
            transform: skewX(-0.78125deg) skewY(-0.78125deg)
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
            transform: skewX(0.390625deg) skewY(0.390625deg)
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
            transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
  }
  100% {
    -webkit-transform: none;
            transform: none
  }
}



.jello{
    -webkit-animation-name:jello;
            animation-name:jello;
    -webkit-transform-origin: center;

            transform-origin: center
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}


@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInStable {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  33.333% {
    opacity: 1;
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  
  66.666666% {
    opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes zoomInStable {
 0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  33.333% {
    opacity: 1;
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  
  66.666666% {
    opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.zoomInStable {
  -webkit-animation-name: zoomInStable;
  animation-name: zoomInStable;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@keyframes anime {
from {
	opacity: 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
}
to {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-moz-transform: scaleY(1);
}
}

@-webkit-keyframes anime {
from {
	opacity: 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
}
to {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-moz-transform: scaleY(1);
}
}

@-moz-keyframes anime {
from {
	opacity: 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
}
to {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-moz-transform: scaleY(1);
}

}

@-o-keyframes anime {
from {
	opacity: 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
}
to {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-moz-transform: scaleY(1);
}
}

@-ms-keyframes anime {
from {
	opacity: 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
}
to {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-moz-transform: scaleY(1);
}

}

@media screen and (min-width:1000px) and (max-width:1219px) {}
@media screen and (max-width:1219px) {}
@media screen and (max-width:999px) {	}
@media screen and (max-width:767px) {	}

@font-face {
	font-family: 'ArrusBT-BlackItalic';
	src: url('../fonts/ArrusBT-BlackItalic.eot');
	src: url('../fonts/ArrusBT-BlackItalic.eot') format('embedded-opentype'),
	     url('../fonts/ArrusBT-BlackItalic.woff2') format('woff2'),
	     url('../fonts/ArrusBT-BlackItalic.woff') format('woff'),
	     url('../fonts/ArrusBT-BlackItalic.ttf') format('truetype'),
	     url('../fonts/ArrusBT-BlackItalic.svg#ArrusBT-BlackItalic') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Whitney-Medium';
	src: url('../fonts/Whitney-Medium.eot');
	src: url('../fonts/Whitney-Medium.eot') format('embedded-opentype'),
	     url('../fonts/Whitney-Medium.woff2') format('woff2'),
	     url('../fonts/Whitney-Medium.woff') format('woff'),
	     url('../fonts/Whitney-Medium.ttf') format('truetype'),
	     url('../fonts/Whitney-Medium.svg#Whitney-Medium') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {font-family: "iconfont";
  src: url('../fonts/iconfont.eot?t=1588675716164'); /* IE9 */
  src: url('../fonts/iconfont.eot?t=1588675716164#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAB4EAAsAAAAANnQAAB20AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCLBArRGMAiATYCJAOCAAuBAgAEIAWEbQeFDRuxLGWGGGwcAMvG3wER1ZpC9v9fErgxBK1p2S8oVF1d6Fi3l1WAFRiiG91jJ8VYaRY+Nun8hYgAG1KsGfy1ahmETQjhQw8/ohMEnyqCbW7imy/6d7ybD6Xk4b81fnd294spLpqIZtlS4RAymY7HeaiG09TF5618PL5rDdgCUsBoh0i3mm2pJGRTGiUFAhgbSAKChQ0klB5IAiiEpoTQ7VQJBhuiYrsnVvoLdk47tnbGcmcFS73rHF5ryTU145KSi8odRXMB2f4QO7v/1P6s0IJQYDEsl+D9/Z5Nz4JJMCaf0RpsxZItlvqbCHfIx5A3mDOVWrZaNgQ2Dt3dkF9IgTK+gPKx97S7ny1TywHHTo44SREzSxrCod1/k+RzsiyLf79oD4sTFgcgaSetTnIFPQzOC3nkIQRABPDwcDk+0GuJPADLfmtzuBZg6mthCSeQMfb3OrNWClBldwHSZBRqU1Tp6hTNe7LX/t9f3pGW5SWyluWQvCFyAPGOu+u+FuWwgvahc4jdVYAtT481dVddXV558Lm96NMWxr5yp8k6aQc7xmYersJodIoOI+K/35NAo01zpa3b9x5FobhLCaS7t25cQrG0qMd2EghHeFkhUIdqhGL90YnX6u/TX4tTBVCwJeA+Onh921VEBn/rsFWJs+UavYtugMMrKMFcVFA8JQ7TfYg+mquUbt+vUipgoXGVkqHpmMCZOXFjmbKpCh5eFAlJVBLSm3buZ8sn3/x/t72uFSID6qRkf0VY4UYeZeYmlilM50K69trdcbPk2mI+Wbp/pdXW2ixdhmymYNb4J3grAett0MILJkWHTl26tcpIWQt69ek3YNCQYSNGjRk3YdIUU00zXa0jM80y2yJzLLZEcm6+eZZaZoGFVlhupVVWW2OtdQpGlCDVAthsBsqKHW8gAxHryVCRVMYBLZADUQd5Juohx6ENcgnayZYQvFwG6CRXoItciW5yFVohWGiCwNEMwUUFwUMNhDzYy36AXsIffYQC/YQSA8RkDBJTMERMxTAxDSPEdIwSwRgjQjBOzMUEEYVJIjZkrxwHAcrxEKCcAJhO9KIWYgQziPOYSVzALOIiZhOXQ5bKVwBziKtYTFzDEuI6EsQNzCVuYj5xC/OI21hKfIZlxB0sIJxYSNzFCuIelhP3sZJ4gFXEGFYTb7GGeI+1xDjW8ZtoKNSyBlDC39qGBijXwbJGAOVTngo+As2LhfYPgmunz+z1WpWBFwWoNIyuHKk7MmuPFtI68eXKUtMgt88MXMQKy+ydee8KAz9HT3yUkVXxxUWvE6MCy5SeruvJkHHX8cV1ap7ZcIVz8oQz6S3k9bAw3xCf5YV0rHgk1oIYLc+3V7LYYN0Spcjh5vLe9u3UvnkqGqMSgKQLtT+/V6fLtG4bVzdy2ibSf2yr0twXWWttMaaas3DFJjH2HjlW1c20ohxm9qPAkWqp7ukCyo2wtusdmFCHvTg7SFt3ZVjcXjpNKrS2OPjHQP41sv+z6H+5Wav6ilSovBJoQs7JG52YyT0pvxC0msxnwfBUEd4HxYT5Cr/FysJWV5VgakwoNC6koPql7UERt/kSgIR0wJVRRIEc27UpSw6MjmUH3+b+kg0sXtYWupT+lMVYFiFG8oMhPLb3ptqd986pYKws5G7Jh5ArITefXzqipmdZGNabGjQ0O1BqmSl5DBGvjRa2IgdZQTC1CMAS2TBiTctWmJjR8ebmgxj6Do6QB3gyGZtA8bmIniOzTtWSS6tBfOZpf0O6n+IdrPJbiroqmfzaKDGcN9Cs3rc92PB9SyfLGWzdDLiqvnv1+kh/xIqAUyJ7oHlDcUX74Mati0Pxc8qG71R+jsVdIbLTYRb2S7W2JnvFkn2848Ni/k9IizAWlkCPGADpbnAIVWz6kCH52AmtyDHm9VWr1TjHyD85pdU2AjLdy5HH6wBwrIhQAgYzqCJDChsOs59aXwqxBi1X2YJMQutqvmINqhTOoJULG18AECQCw9D1ACkHPr1fWAGp9XRGjgzC+UVWaeQVNmv0rm85PUp94bXkJJ3+gBhPsqePJ429efy1sVfrxcxoKg0naA8onmFI1TiIhwu2TZFgYeJuDHomR41YUeDZRpXWAKg2WLAaiwpPER+wzqe6U/yqFzn9uLARNVIAn9q5J5jJ2YCAzJMskZ1M6FjEkEmwO5AxJYekUxFdFysx4NojnAnUDMGO5BDUycUUETiu5aVKMScO7c3VonYEVARAMs0RDxxPg/rtwJ4RNYUhUI/VhhQ3seg/0koFmVVbacVPMa/u9QND571tGxQnj58ox82+eOHUBBqz4mbhl29d2DWLN3RL2n7RCpPmLhwR+q5HvCpiXlUdsFx+yJk1Tdo+JU8N4nNbpww2jijijU4TDEkbdTBIUi+kfjem0/JULzKn80pf5QiCsdrKvC7IosgSFYLSXK70U0t8YBy1ejEo5UAUUS7aqBiUZjL2lrz4MQ4v5vb2ltZWurfdVjNbbspNrWefYUzLXU5Te7bfUVrqdgU91C46dd8JkdqNbmfjdFP1bdFNHZnqy6ar2+k9L6w/KUSjL/ecypvqSHkLBkPPlaEPUGD/2YJp9Z38vxHiRDlM37ZPzR5+XhuWDN/3nnHugXrp2PeSmec7tVvXCr11Loyr9WzM9vUO8NWNVcVtR4LixZQNzYTHwDk1dxTqybDRl3RbIAQ4dyTe0V6iicplw+WXsvM9wbOXTokXKTSkVhlq82/SDGGC0KMKFqFGYz9lKfPI2KvXXq1ufhgG0J8kDjPWQq5ONE3CM6fSY43Nyog6zUBxzVITkiUsYswvQKojAkwEpeTch5oC7CZiLrK8rjdzbg/5CofsTMd/kS15FgCkEq9bgJ/sMspIwsnPAxebauBCJq/1mJUgtHPUS3XrZKLUGQJI9qELB9yTuMhKooLFmWn5AqGreqgRGSODO2BYZjEEQZZQIuiQBIWXFBOaVFlQHgRNSO8SWUroumWB+DWTppvrwjPduJJbhJSJ0Mk1JFYHU8oQFue3dq7HGyL6eVrgDFlXsWIeud5S2lpTni5Ek/EOtLpsIGlMBeeRsF9AYfus9J7b0TfFk4sjPO2nFlz1AKjBwgJ02T4hDxxSNSTP3m/r+KJeWXva55AwZMrhEtFdY36LTQD74q0dnpZTeXI4ndr2nUbepRndHRrd20Zfz8kuC9cmumrNqN2INk7w8mulRELnjcaFy+fv3D0jmFLcjfeltZHXyxPJcrOr1gBnH/l7YckDEh7ohs2a6gkk3Pr89RtvYJXXZyQn3eM5ezPV7yihuMTFs5ISSNV0k6Z1Yk5v7GJLVDPeU/VQZPm/rL74nCqxIzpYHKVtoaqpP2SWN54oXaZ97ca9MedUDyvcYhtIAsk1wyBv0zcSUW5EDVswiFozUTjXTWl7aPCidpdsoBdMYLqS25eeYtZFNNk6GcdzTA37LjfUt0W49vHp8W2UHYQ8q4lS046Z1EQXemrqq7jDXY8nOw2n4Ognk5q4yw2YpZ4//hD50ail+5Gjkr0Z0r5/LiZKHPnlUKjjcXEQahYt9G+vC+mFEBPzBJQwEh0A6lFJfvSI20amy+iaPG8V6s9/cfTpD6CM5TOggjyOuvEzfr2lUXPuaF98gON88eRt/1KkYE8Ki6uWo7lT9Yyu2xcimjd4RnWIGD1mtfjQjeO72CiOA7o1W/8k9Lkx0lCMhB8MdfWZVflqMF4OpR2h8Cx1joUGeiqsW5JnL0uU3smbJ1N5X8EYamRGarWe4diGuvOERqHzElDbC1Od+yaUNwBlNOlHC0d1oBq+l/tPjXJIo8+fcvNpD/rRi1AzuvnsRd5xZ/W+UFwMSSF6SkXGkUvIoRQrE5buFinfYLgqjPaz5KvSNDj32KgxCapR9HGN0koFR9+NplSlpkEacOoZNzZtvWlWtP4wuPooeH1gRhLy9XDOnVzOkTTGUggxhP8pKz9V61f9XKYeIUajnhqlXg7N0qlNuDKT3P+KT8UlDWgc9GrM1s+IGp0+CcfMVK7JnjqpTG24LkXSFvUIjUAuo10LzFW/WRH2RTNAx9LcdePTJYrDsOgPmsV+ziI/zgNqQZdK32DT2z8V/fHDnCbzOnR1Wm4uRiWtvKZvT6g9zxgSuoQN0jBIaJorT3NRwSJqWRZto9Q0QfFYZTuUnzWiK7GxVZs4nefSVzAzjGSRPaspFMkWFgiVkgAShWL3js6aj4TZt1FneVxGfmx2zjJ2JkgjmH8ibFMdqY7M9bXoCtwe6bIQxSoqQr2FWvJYyK7LQXakG/9kon9ss83hn1lbDx/J4wh0ss5ilT5p6V0pLL20eN2RCVszOuJnDEG60BCJNSU6hc4lR2BRUgxFI0jcB7e2sIsg9Lr6IoOnYcHFIYAUsY2iUimKf1QqDT8dstgPHzq8Q70d57gWh5fK22E9GuBufrf+7Lmz57QA8OcOE7zvGev3Dw0Z2cZ1N/vXM77nUUcoJuo5wL3I/57p6CTO2ulgfs+nOK13wLKfDn73iM+9Ocz87YXUC8A5WGnxrrBYKrwtlXiLerNNvWCB2rZZ3bIcLy5RM1WtM+1fdm6CNkOphdsfOVUzi0s2rV3yKFGukmfnnNtsswj/PJeTLVcDyT5Cylx38eLLkyck7T3Is2fIIj0dIYxttNDZ59F//0Uh5wdCmMVCV+UmG4UYaG7+bG6/brGhT7y9n6CCRCmMLe9jxli9ntzZ9QJSszsnQubGDm7nrbYVlVmgg9vPccBfwQ6pv9QB30AcHW937ZkImnjpCnJdrkE9awVV1UCKNDzBfHywJ4JEKYxtjCUjl1AAjP8SsBLUCxQggX9zn3OZfKf+o6Zc86bQyWfSaRY6nclzFr3Rl2k+Zjh5TEU5fMaWkCgQJiS0LEpMoJATE/Xjl1hiXAyJv6rIYgWrp+fl/6zjff2/doZnXEfJZPQ6eoNMuo4iVxJ6A5ycveeUaJ1nqG+o57ry+fn6sbV3da2DbSi/FxkdQ3tVOzrai2A6KgFv/Bh4+D7MElZZIGCKgfhHBkP1X8U/w5YBWasXd0dVBOuQBTTuZjItUyHrPf1f3DAi1tMfeyaVPsNGMakUfYYy/lHsmW12wSh6BUau4kdhBAGgV8EVSJG4vEw/vaypSab3yzxrKNgPrZdl+p0lJOSGPkF9fesMUoEQ/mHjlqZF5UU9z3tuzjNHMQEzypz64FXPsDN6H9xEKRT0hiDpzX0Ia+G5820C9pPPD5NCC73PKfLFK22uG9dO3g6LYcB73+zm5bXTVsckozvlScmT9IyJTuMP6wzTdgACsoUvPsOc5xW/u0Q6++goeh3DakHA1Gv4zTHv19ntusE8NraJOVXx/5qiL7jyE7K2w2wmtrrilPBdD4kg9b6d/vZTfhSp5wshs0UkESWLuZpROLlDITCLzAF7RYlrCpfN/C86muShIen/0x72lRzW/qsppiyAiuVC0fyrveDpe0G1aGbAPUX7gMhrCieknM+LCk7ypzA2SVsxBhkdyFovbWiEQ4LGbPqjuPSjNO2YhjYmCobrgzRSEYu0HKPRZBiVJt3Bqnk3zI/iD6fnH2IPSREcwxLiUly4jmaqNHUwhckiJgS+HwWHl69YCDUijW3p0+UJadfmVPAEuiwG0M0rSodiQUISHaTNKpcdxfJauDEUfpXQJ5NM3QNNuRIapNr04Ag/U1C09VsfI7RwLZdVV0FcPfvSWDUegKHXwQbcazr2vNal5h7grr1Y/mwecyu70AwlCF5k+91LtmS5FGZvXQXjKCwFIQvN5pdBzoB7dKacNzjJgco9GOMB5wNe5Jrl0SFS8M2yN2enfgLDsklBE2HAMfl+YNKFnT+lCDnD41XA84C75ly5PwcGUYXWPc/1sbnWEDkUoRseqs9zwbEhY8TZSAMAZ4K0aWVts67MMDRMWezQMebxQKQO1NiSnM1zWltj41wcJHwvNQf4hdps3xTdmJO1p3984p+/du0Bfy96ftOfWrNy+vdMjP/1z55dgGFjbLM0t9HTv/12ermhv/+GnJ6n2XUA+vvv/drOpoEA9xXl7QG7r15nha8CSYjD6dxJF+SuE3Yk//BYYDQXrq+H5kO5SXI7hTBA5wOn9HO9nuGhz3jwYGoeDPoFEfAP0jcvGS7Gyzdq5uEsM8OD9fXXlJiIUNc8l4vzHX2SL85SUCYy2bG6Id+hlSsged/UCPcPII1Q9vz2JL/2yUc/QDtpTq6Thgy+fbMfaUQG+uFG2QcGGr1K4Q0bYIj1HFsKWSEEUsrrbYWZ81rxi7KFSRHpfflUJ+cFDVhzTmUSQGGetVishDuMTHJ4HmeKgESgo6yZ/s3aQkW2v2F1q8kvx/+6oWDD/QBF9lWCe2aB588z/igVhZ1D//oNPYOezsJzKP64nJ4rW4o8njzS+dVD/prBDM3joaXJoPr14gqseCS9SD9rblhCBuwzv/9wSVIItKeX8yOotiEhMTgWDd8itJhOzuX6w9QcbTdxh4SxHXKUhGplELoIDtGysGjkJhGTrsO5Cu8MftVjtzp2aEVULQK9XuQcYsc1MdmXpr27U/p2rEvyPHvw9gHWNWbbHcch9RzPz0oP4E1xHzvv1AO+zDoQ8mYfqoIBG2chKtsuWp0p+wWCquRsVgyhIpASBMKTcnbUUUJhGSdjJhK3RdAVUzqMBkPrcBaMdmyPFlJVptyi6fItqZjMbqRfRlWIDEaiiWgkl9DCLBkWvGkaN2L73S0aBnP9uXNsbuTh64j2sDqHKKWDUi3/B2FgpYHgmDrOUZfHKQ/XUU6Xi36K7lJr7HL7T+mdTAfDwezE7OuPqiNUM7URupsDt/beAt0jyR33hPdpydT7wnuUDck0JLSjYnQk214LNwkgn/pOCtXE2tHGNuRLor0eTkVUSb5ABV9Sxytr/dJqYASlIqpZ46W4kddWkl/yK6WDpcaBn4StZvnNu5F9KiEMN0IST2F9GS5h02V6TnpSV9f4X5+T4KljS3BjZHGMwCZg2YCfoEUAfliMVwe/OF5XsHZtaUF9kjO4GufNyOc9itMVe3KNfl6Xf7/XB7aQpCTzYFBfpsC//e+JI7cyCrSJdsfjgo8UEUh80Uw/FmOI9gzTxaYUmUPuRCxYmlujnefv60UII8nZfCzwTmgjB9+Blm9avGZ435UHUPrSZR9+6YQc0/LjfsI8Z387y2rPfDqA1PRvWfco+uBiUlFrTZ+IoDGk87TV82uMIEJzuqtK9MndIz7SyqJpeZ7WXM+pRVXTffcNXlbtCBOwQid4XPx+bWpKi3K4ldO2mnN1lTIt1Uqa7/K78a7DgtfsCsLFhO4zI+8S+z3k7GmP1X2ZzH2XpNMZxUIces+5ZOSd1RJituBgzULW2k93iq+qXFSUX6OMV2VmTrdGBhgKNtxvnl+DUl2qqyXOj9Y+BcFdADM3SHZKNjBhgHTWvomFBDCZIALSmIyEAocGaeCYTISry0GnObr44NHoDjALj9fI0et/ks+hkoeXY5fCu/ughviJGRB64y/yWVS8FUsUBC2Dd/bDDemNExPJsskftX/LFwtT2uZaKr3jvBP1kihZ89aIaZL02YTHLDX/fAN/6i2VVnrF+Uip8o4/oh5kpD2bG48j1Br/KduW7oGDbnKDh2tiUvDTKaWLfWuldwK99EsDp5/KvC4QfKn5oZj+vv7slL9iQU29D5iRfnLnjq/QREqmrHTajTekhSq1ES4IKpxSseMoW1d1Yyejb+LTbbKSuj3JdZxtj0pDOhWKqQfB4+3xzTzODNn+au7Zy7OftisTH2PeXuhjwb9MgBRp6oafPkL6yVWX48zbV2eceDS9cjdlJdL/6tp9/0FKCsNjzvSgIz3F20ehjFfD27fDi1SfCGHM8bOPd9D63aMvRDD+1ilLvfMZopGTBvaiWsdG2pQMUWVh6EZPL1Qs+blIFBYYz/olXynP3IoKMjlTboqnvVD4fHG67jLL57JY1ZZYqEzi/uEffV8/32abn3jotDJj+9zy8rnbM5QbxhLtHNCMYLYoG0qs7jd1k4AJm9v2hi+vdF94tDS32Foa2/sBlIaLtCRrylObHk88+YNOQJo/QwvmZim7OF0mZZQWzJvBF+h++CxQ06qxfZ1Ctoq02mBddrKFswpr++REK2yH+38aqW0xIsMYCSG6GDDrMLM6d0F5Vl1i7uUl4Vnn7mXG5aXy02daCHUajpmjGStXq/YHN2Dk866SyOwZVUQswSj75vh65ifw3l89UAPgFi8VD0dHsxPL0/DxnS/2s09h/817x7KglBXtIDQjWOnT8kNPDzwM/3gT2WXM3pymUq7cFrtDxwyebKzjwVtujGiXdI1NHgtTTlZySrtaQX262U39eTKy/MK+tfAW+MQ+eHl/emf3tcOSnd+WhnsVWZOrz9R8XEP3XMVKHxAMXAMeN4ETJwUnCTCLaMOWDc/AUBI6MiAtQ7b+Vn6adYL1R/mh6amQZSGUCCVZrKkwZSUWaL3kKSVFt1dF5J/fsQq1Yzf2Tjeeiccyg5p5nWwHu1moJifhj0Gz9MG6uevn1M2t/Qvo/PVz17ny7YXAagWFDnOsZUVb78LOH4vKLuIYblbqKhEQKbYsXUYW4cJH0ye6ILSMHH5TO7eOb6kF7sYfPiWQZwAohbFD4UhTIzKCXPj7byDIqaDav/6+gPA9nn7NwL3wS+5LF4+5epwJphzMjavE5ublLlmcF8toamLETlOWzqsJJX9NDq3R7m8LLIlBHFwt14FM7ZneswFxBOfFbi0U2tEVFV2CHciZ03lhceetyfvmm8j0r3MtYg+NVXMCNt7ZG7U/au+i/w9QUstSQRShCgiY1+IftMLSUDQJr66xLptiKNg5aij091Nd0YPc4h0HY4/I7Xb50bgD24vzQDM8NAQ6zJUnrRUjD7vDydIKMIi8fYsMrW+sbwcNdvjIkTZJWhMlBQPETnxzWWTkj24Bae6b5UTwifkPfgF0xBCiVXlt5CM293htBi0OQC8hRtBW2OAnKAKRLlzLX0gdqC9pLF3NP0gDlG/l16DlNkPQ3sq/SONP1CnroKE2KDR5IK1hG9Ik2VmH1Et/bv5GOP2P8x9CAUDiH3hP1tkexHySoqtZ1gRRkGQA1Uv88U8oU/wK32WldlKQFeWbSM5yzM4JmEXCBY9L6xlBVppdpiN50NqCC2muEialNdv4DWkBurHICk3rVwYI1zp0tHIjf6rDm9mtLEm3OYWEi6vZmqStZ5Am971WRSHaez/iPUiO++u+tRcizvoQX8ya+l+R6nEjrVGx/Yiuq1rN6g6jzlMI/iOsR3Bv2Xg+33P2bxQ6+uzQ9nShXVWSwei7rQFAJwADruIAwL+9dHTAQ/gqfA+xdD22UOJeuMe9ELYGgn8FbGsGfSvkvucB9bBf2wcK3e7KmLbAn6lFMQvQyO8A/zyr7vSzytSeCg3INFiCB7ngbcilYF+shp/LNbJ7uVbwJTc6s+PaTbp7EFJRAcz2ipFF8V4ezPzLRvFJ1OE/ZGvRf9kpaSMnf4lzk9lh2tA1MRGBsZfdTTpN3riEG23RX2jzDNEcUqf+w5hck1SH02vHG3qMUaRJZ9syG2kiLfKVuTucZ5Ih0oiaDwNz+HI8GlIWB02LaERMRGDsZXeT53SavDk0N7bP/hfaPEP0WO1tzn8Yk3vyUh1OFOIb81SrzUpyOtuWkWGkuGykRb4iA2e+lWQg9zai5sMQwAxfjmhThpYdko8ufTb0d6A1cJcHWVyMqFhx4iVI/C3fFMoov1h86KUAiDChjAuptLHOh5ikWV6UVd20XT+M07ys236c1/283y/Vz3W0F1HgAm5Wj2lwV+dvGbxit6MDz5RvXhui2z2T2s1o+KmIzg79NuqeLn4m6J/LRDllarucdc+YWFUBEgag/1T7DeiB27A2q3aLvePa+cRgIyxF56zFWM3OT0RXXxnQ2BFNJV8cc6Nlqmbi3GEd0Izh97rJ4WPZETMtH8Md9pF+dBz+ecznLdvtcDdcBYswTLWpdQ4Folv34g/VvvBDsS/6UO7hY0DfJ1mYdmVHy0K+FAyaq8sAnCCEjYFrsVDnZtyFgTxuGOdCX07t0nQLWL9XrKpwilUVQaEqPHW1vZhq/f6+DWaq4oKaOhjcaMvlMjBYrDTM6HuItda32jCFIiFEPTwoiXtN4SYEAA==') format('woff2'),
  url('../fonts/iconfont.woff?t=1588675716164') format('woff'),
  url('../fonts/iconfont.ttf?t=1588675716164') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
  url('../fonts/iconfont.svg?t=1588675716164#iconfont') format('svg'); /* iOS 4.1- */
}


.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

.icon-left3:before {
  content: "\e714";
}

.icon-right3:before {
  content: "\e715";
}

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

.icon-sousuo2:before {
  content: "\e627";
}

.icon-icon-test1:before {
  content: "\e638";
}

.icon-jiahao_o:before {
  content: "\eb78";
}

.icon-jianhao_o:before {
  content: "\eb79";
}

.icon-left2:before {
  content: "\e710";
}

.icon-right2:before {
  content: "\e711";
}

.icon-edit:before {
  content: "\e611";
}

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

.icon-bigger:before {
  content: "\e647";
}

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

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

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

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

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

.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-left:before {
  content: "\e72c";
}

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

.icon-up1:before {
  content: "\e72e";
}

.icon-bottom1:before {
  content: "\e72f";
}

.icon-left1:before {
  content: "\e730";
}

.icon-right1:before {
  content: "\e731";
}

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

.icon-bottom:before {
  content: "\e73f";
}

.icon-up16:before {
  content: "\e746";
}

.icon-bottom16:before {
  content: "\e747";
}

.icon-left16:before {
  content: "\e748";
}

.icon-right16:before {
  content: "\e749";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-calendar1:before {
  content: "\e7e3";
}

.icon-top:before {
  content: "\e7ed";
}

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

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


.keytags{ font-size: 16px; font-size: 1.6rem; line-height: 30px; margin-bottom: 20px; }
.page a.no:hover {color: #333!important;border: 1px solid #E5E5E5!important; background: #fff!important;}
.item-btns a.no:hover  {color: #333!important; background-color: #E5E5E5!important;}
.ppp{line-height: 30px; font-size: 16px; font-size: 1.6rem; color: #333;}
.actives{color: #d52c2c!important;}
.at-resp-share-element .at-icon{width: 24px!important;height: 24px!important;}
.at-style-responsive .at-share-btn{padding: 0!important; border-radius: 2px!important;}
.at-resp-share-element .at-share-btn .at-icon-wrapper{width: 24px!important;height: 24px!important;}
.at-resp-share-element .at-share-btn{margin-bottom: 0!important;margin-right: 3px!important;}
.listcart {width: 100%;text-align: center;}
.listcart a {
    display: inline-block;
    height: 40px;
    width: 200px;
    line-height: 40px;
    overflow: hidden;
    color: #906751;
    cursor: pointer;
    border: solid 1px #906751;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    font-size: 18px;
    font-size: 1.8rem;
    margin-left: 10px;
    border-radius: 5px;
    background-color: #fff;
    }
    .listcart a:hover {background: #906751; color: #fff;}
    .xunpanc{margin: 20px 0;}
    .xunpanc .table table{text-align: left;}
    .xunpanc table tr td{border: 1px solid #ccc; padding: 2px;}
    .xunpanc table tr td a{color: #333;}
    .xunpanc table tr td a:hover{text-decoration: underline;}

