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


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


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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html { font-size: 62.5%; }

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

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

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

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

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

img { border: none; }

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

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

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

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

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

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

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

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

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

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

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

textarea { resize: none; }

.pull-left { float: left; }

.pull-right { float: right; }

.clear { clear: both; }

.fix { *zoom: 1; }

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

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

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

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

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

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

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

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

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

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

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

.relative { position: relative; }

.absolute { position: absolute; }

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

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

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

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

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

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

.nlazy { min-width: 20%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*-------------table start-------------------------------------------------------------------*/
.table table { width: 100%; border-collapse: collapse; }

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

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

/*-------------table 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; width: 43px; height: 37px; line-height: 35px; margin: 0 5px 10px; font-size: 16px; font-size: 1.6rem; }

.page span { display: inline-block; vertical-align: top;  color: #333; width: 43px; height: 37px; line-height: 35px; margin: 0 5px 10px; font-size: 16px; font-size: 1.6rem; }

.page a.prev { width: 114px; }

.page a.next { width: 76px; }

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

@media only screen and (max-width: 1219px) { .page a { margin: 0 4px 10px; height: 30px; line-height: 28px; width: 35px; font-size: 14px; font-size: 1.4rem; }
  .page a.prev, .page a.next { width: 70px; } }

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

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

.page .add-form .add-btn { font-size: 14px; font-size: 1.4rem; text-align: center; width: 213px; padding: 0 10px; height: 38px; line-height: 36px; background-color: #E6BC77; color: #FFFFFF; cursor: pointer; -webkit-transition: all .35s; -o-transition: all .35s; -moz-transition: all .35s; transition: all .35s; letter-spacing: 0.5px; }

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

@media only screen and (max-width: 1219px) { .page .add-form { padding-right: 25px; background-size: 20px; margin-left: 5px; }
  .page .add-form .add-btn { width: 160px; height: 30px; line-height: 28px; } }

@media only screen and (max-width: 767px) { .page .add-form { padding-right: 20px; background-size: 15px; margin-left: 5px; }
  .page .add-form .add-btn { width: 140px; height: 28px; line-height: 26px; font-size: 12px; font-size: 1.2rem; } }

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

.contact-pc li { position: relative; width: 100%; height: 69px; -moz-border-radius: 5px; border-radius: 5px; margin-bottom: 2px; background: #E6BC77; }

/* .contact-pc li:hover { background-color: #E6BC77; } */

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

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

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

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

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

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

/* .contact-phone li:hover { background-color: #E6BC77; } */

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

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

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

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

/*back-top*/
@-webkit-keyframes top-shadow { 0% { box-shadow: 0px 0px 0 0px rgba(230, 188, 119, 0.77); }
  20% { box-shadow: 0px 3px 7px 0px rgba(230, 188, 119, 0.77); }
  50% { box-shadow: 0px 5px 15px 0px rgba(230, 188, 119, 0.77); }
  75% { box-shadow: 0px 3px 7px 0px rgba(230, 188, 119, 0.77); }
  100% { box-shadow: 0px 0px 0 0px rgba(230, 188, 119, 0.77); } }

.back-top { position: fixed; right: 10px; bottom: -100px; -webkit-transition: 1s; -o-transition: 1s; -moz-transition: 1s; transition: 1s; cursor: pointer; z-index: 998; -moz-border-radius: 50%; border-radius: 50%; width: 51px; height: 51px; line-height: 51px; -moz-border-radius: 5px; border-radius: 5px; background-color: #E6BC77; -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; }

.back-top .iconfont { font-size: 14px; font-size: 1.4rem; color: #333; 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: 8px; display: inline-block; *display: inline; *zoom: 1; line-height: 26px; font-size: 16px; font-size: 1.6rem; color: #888; }

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

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

/*-------------pro-share end---------------------------------------------------------------*/
/*-------------m-oths----------------------------------------------------------------------*/
.m-oths { padding-top: 20px; border-top: solid 1px #B7B7B7; font-size: 16px; font-size: 1.6rem; line-height: 30px; color: #666; }

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

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

.m-oths .item-name { float: left; margin-right: 5px; }

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

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

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

/*-------------bread start-----------------------------------------------------------------*/
.bread { font-size: 16px; font-size: 1.6rem; line-height: 24px; padding-top: 25px; padding-bottom: 59px; overflow: hidden; }

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

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

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

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

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

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

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

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

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

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

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

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

.search .search-icon .iconfont { display: block; color: #fff; font-size: 19px; font-size: 1.9rem; line-height: 1; }

.search .search-icon .iconfont:hover { color: #E6BC77; }

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

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

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

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

/*-------------header start----------------------------------------------------------------*/
.header { position: absolute; top: 0; left: 0; z-index: 999999; width: 100%; }

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

.header .wp { position: relative; }

.header .h-bg { position: absolute; top: 100%; left: 0; width: 100%; height: 0; background-color: #000; background-color: rgba(0,0,0,0.66); -webkit-transition: all .35s; -o-transition: all .35s; -moz-transition: all .35s; transition: all .35s; }

.header .h-bg.active { height: 284px; }

.header .lang-box { margin-right: -45px; margin-top: 29px; padding-left: 10px; position: relative; }

.header .lang-box:before { position: absolute; content: ''; top: 3px; bottom: 3px; width: 1px; background-color: #fff; left: 0; }

@media screen and (max-width: 1319px) { .header .lang-box { margin-right: 0; } }

@media screen and (max-width: 991px) { .header .lang-box { margin-top: 0; position: absolute; right: 45px; top: 15px; } }

@media screen and (max-width: 767px) { .header .lang-box { top: 10px; } }

.header .lang-box .lang-title { cursor: pointer; font-size: 20px; font-size: 2rem; line-height: 24px; color: #fff; text-transform: uppercase; }

@media screen and (max-width: 1219px) { .header .lang-box .lang-title { font-size: 16px; font-size: 1.6rem; } }

.header .lang-box .lang-list { display: none; position: absolute; width: 100px; top: 100%; left: 50%; margin-left: -50px; background-color: #fff; box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15); text-align: center; }

.header .lang-box .lang-list a { font-size: 14px; font-size: 1.4rem; line-height: 20px; display: block; color: #333; padding: 5px; }

.header .lang-box .lang-list a:hover { color: #E6BC77; }

.header .logo { float: left; display: block; width: 109px; margin: 8px 0 0; }

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

.header .logo img { display: block; width: 100%; position: absolute; top: 0; left: 0; width: 100%; height: 100%; -webkit-transition: all .35s; -o-transition: all .35s; -moz-transition: all .35s; transition: all .35s; }

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

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

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

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

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

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

.header .navlist > li > a:before { position: absolute; content: ''; width: 2px; height: 0; background-color: #E6BC77; left: 0; right: 0; bottom: 0; margin: 0 auto; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; }

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

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

@media screen and (max-width: 1219px) { .header .navlist { margin-right: 30px; }
  .header .navlist > li { margin-left: 30px; } }

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

.header .navlist > li:hover .yiji { height: inherit; padding: 10px; opacity: 1; }

.header .yiji { position: absolute; left: 0; top: 100%; width: 300px; height: 0; overflow: hidden; -webkit-transition: all .2s; -o-transition: all .2s; -moz-transition: all .2s; transition: all .2s; 
opacity: 0;
background-color: rgba(0,0,0,0.3); 
}

.header .yiji li > a { display: block; font-size: 16px; font-size: 1.6rem; line-height: 24px; padding: 4px 0; color: #fff; }

.header .yiji li > a:hover { font-weight: bold; }

@media screen and (max-width: 991px) { body { padding-top: 65px; } }

@media screen and (max-width: 767px) { body { padding-top: 50px; } }

.header1 { -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; z-index: 99999999; position: fixed; left: 0; top: -65px; width: 100%; background-color: #FFFFFF; border-top: 1px solid #666666; border-bottom: 1px solid #666666; }

@media screen and (max-width: 991px) { .header1 { top: 0 !important; border-top-color: #F3F3F3; } }

.header1.fixed { top: 0; }

.header1 .lang-box { display: none; position: absolute; right: 15px; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }

@media screen and (max-width: 991px) { .header1 .lang-box { display: block; } }

.header1 .lang-box .lang-title { cursor: pointer; font-size: 14px; font-size: 1.4rem; line-height: 24px; color: #333; text-transform: uppercase; }

.header1 .lang-box .lang-list { display: none; position: absolute; width: 80px; top: 100%; right: -10px; background-color: #fff; box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15); text-align: right; }

.header1 .lang-box .lang-list a { font-size: 12px; font-size: 1.2rem; line-height: 20px; display: block; color: #333; padding: 5px 10px; }

.header1 .lang-box .lang-list a:hover { color: #E6BC77; }

.header1 .item-menu { float: left; position: relative; z-index: 2; }

.header1 .item-menu .iconfont { display: block; text-align: center; width: 65px; height: 63px; line-height: 63px; background-color: #F3F3F3; font-size: 26px; font-size: 2.6rem; cursor: pointer; }

@media screen and (max-width: 767px) { .header1 .item-menu .iconfont { width: 50px; height: 48px; line-height: 48px; font-size: 22px; font-size: 2.2rem; } }

.header1 .item-logo { position: relative; z-index: 2; float: left; margin-left: 50px; margin-top: 13px; }

@media screen and (max-width: 1419px) { .header1 .item-logo { margin-left: 30px; } }

@media screen and (max-width: 1219px) { .header1 .item-logo { margin-left: 20px; } }

@media screen and (max-width: 767px) { .header1 .item-logo { margin-left: 15px; margin-top: 9px; } }

.header1 .item-logo a { display: block; width: 165px; padding-bottom: 23.63636%; position: relative; overflow: hidden; }

@media screen and (max-width: 767px) { .header1 .item-logo a { width: 130px; } }

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

.header1 .pro1-cate { position: absolute; left: 0; width: 100%; top: 12px; text-align: center; font-size: 0; letter-spacing: 0; }

@media screen and (max-width: 1619px) { .header1 .pro1-cate { position: relative; width: auto; overflow: hidden; } }

@media screen and (max-width: 991px) { .header1 .pro1-cate { display: none; } }

.header1 .pro1-cate > a { display: inline-block; vertical-align: top; min-width: 171px; margin: 0 11px; padding: 0 10px; font-size: 16px; font-size: 1.6rem; line-height: 41px; background-color: #A4A4A4; color: #fff; -moz-border-radius: 5px 5px 0px 0px; border-radius: 5px 5px 0px 0px; }

.header1 .pro1-cate > a.active, .header1 .pro1-cate > a:hover { background-color: #E6BC77; }

@media screen and (max-width: 1419px) { .header1 .pro1-cate > a { min-width: 160px; margin: 0 5px; } }

@media screen and (max-width: 1219px) { .header1 .pro1-cate > a { top: 14px; line-height: 38px; min-width: 120px; font-size: 14px; font-size: 1.4rem; } }

.header1 .pro2-cate { position: absolute; left: 0; width: 100%; top: 12px; text-align: center; font-size: 0; letter-spacing: 0; padding-left: 230px; }

@media screen and (max-width: 991px) { .header1 .pro2-cate { display: none; } }

.header1 .pro2-cate > a { display: inline-block; vertical-align: top; min-width: 171px; margin: 0 11px; padding: 0 10px; font-size: 16px; font-size: 1.6rem; line-height: 41px; 
/*background-color: #A4A4A4;*/
background-color: #E6BC77;
border: solid 1px #E6BC77;
color: #fff; 
-moz-border-radius: 5px 5px 0px 0px; border-radius: 5px 5px 0px 0px; }

.header1 .pro2-cate > a.active, .header1 .pro2-cate > a:hover { background-color: #fff; color:#E6BC77; }

@media screen and (max-width: 1419px) { .header1 .pro2-cate > a { min-width: 160px; margin: 0 5px; } }

@media screen and (max-width: 1219px) { .header1 .pro2-cate > a { top: 14px; line-height: 38px; min-width: 120px; font-size: 14px; font-size: 1.4rem; } }

.menu-wrap { display: none; position: absolute; top: 100%; left: 0; width: 100%; background-color: #F2F5F6; background-color: rgba(242, 245, 246, 0.96); padding: 39px 65px 90px 65px; }

@media screen and (max-width: 1219px) { .menu-wrap { padding-top: 30px; padding-bottom: 65px; } }

@media screen and (max-width: 991px) { .menu-wrap { padding: 30px 30px 50px; display: none !important; } }

@media screen and (max-width: 767px) { .menu-wrap { padding: 30px 15px; } }

.menu-wrap .box-list { position: relative; }

.menu-wrap .box-list > li > a { display: block; width: 213px; text-align: right; border-right: solid 1px #C4C4C4; font-size: 16px; font-size: 1.6rem; line-height: 24px; text-transform: uppercase; padding: 8px 32px 8px 0; }

@media screen and (max-width: 767px) { .menu-wrap .box-list > li > a { width: 30%; font-size: 14px; font-size: 1.4rem; line-height: 20px; padding: 5px 15px 5px 0; } }

.menu-wrap .box-list > li:hover > a, .menu-wrap .box-list > li.active > a { color: #E6BC77; }

.menu-wrap .box-list > li:hover .subt-box, .menu-wrap .box-list > li.active .subt-box { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; }

.menu-wrap .subt-box { position: absolute; left: 213px; top: 0; min-height: 100%; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: start; -webkit-align-items: flex-start; -moz-box-align: start; -ms-flex-align: start; align-items: flex-start; display: none; }

@media screen and (max-width: 767px) { .menu-wrap .subt-box { left: 30%; } }

.menu-wrap .subt-list { -webkit-align-self: center; -ms-flex-item-align: center; align-self: center; }

.menu-wrap .subt-list > li > a { display: inline-block; font-size: 16px; font-size: 1.6rem; line-height: 24px; padding: 3px 10px 3px 15px; }

@media screen and (max-width: 767px) { .menu-wrap .subt-list > li > a { font-size: 14px; font-size: 1.4rem; line-height: 20px; padding: 3px 10px 3px 10px; } }

.menu-wrap .subt-list > li:hover > a, .menu-wrap .subt-list > li.active > a { color: #E6BC77; }

/*-------------header end------------------------------------------------------------------*/
/*-------------footer start----------------------------------------------------------------*/
.footer { background-color: #151320; }

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

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

.footer .f-top { font-size: 0; letter-spacing: 0; padding: 55px 0 0; }

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

.footer .f-top .flist { display: inline-block; vertical-align: top; margin-bottom: 14px; }

@media screen and (max-width: 991px) { .footer .f-top .flist { width: 50% !important; margin-bottom: 25px; } }

@media screen and (max-width: 767px) { .footer .f-top .flist { width: 100% !important; margin-bottom: 0; } }

.footer .f-top .flist .box-list { margin-top: -9px; font-size: 14px; font-size: 1.4rem; line-height: 30px; }

.footer .f-top .flist1 { width: 280px; padding-right: 20px; padding-top: 9px; }

@media screen and (max-width: 767px) { .footer .f-top .flist1 { padding: 0; } }

.footer .f-top .flist1 .item-logo { display: block; max-width: 133px; margin-bottom: 23px; margin-left: 13px; }

.footer .f-top .flist1 .item-logo img { display: block; }

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

.footer .f-top .flist1 .item-follow { max-width: 180px; font-size: 0; letter-spacing: 0; }

@media screen and (max-width: 767px) { .footer .f-top .flist1 .item-follow { max-width: 100%; text-align: center; } }

.footer .f-top .flist1 .item-follow > a { display: inline-block; vertical-align: top; width: 45px; height: 45px; text-align: center; line-height: 45px; margin-right: 14px; margin-top: 15px; font-size: 16px; font-size: 1.6rem; position: relative; }

@media screen and (max-width: 767px) { .footer .f-top .flist1 .item-follow > a { font-size: 14px; font-size: 1.4rem; width: 40px; height: 40px; line-height: 40px; margin-right: 5px; margin-top: 0; }
  .footer .f-top .flist1 .item-follow > a:last-child { margin-right: 0; } }

.footer .f-top .flist1 .item-follow > a:before { position: absolute; content: ''; width: 32px; height: 32px; background-color: #E6BC77; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); background-color: #E6BC77; left: 50%; top: 50%; margin: -16px 0 0 -16px; border-radius: 3px; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; }

@media screen and (max-width: 767px) { .footer .f-top .flist1 .item-follow > a:before { width: 26px; height: 26px; margin: -13px 0 0 -13px; } }

.footer .f-top .flist1 .item-follow > a .iconfont { position: relative; z-index: 1; }
.footer .f-top .flist1 .item-follow > a .iconfont { color:#fff; }
.footer .f-top .flist1 .item-follow > a:hover .iconfont { color:#E6BC77; }

.footer .f-top .flist1 .item-follow > a:hover:before { background-color: #fff; }

.footer .f-top .flist1 .item-follow > a:hover:after { height: 32px; opacity: 1; filter: alpha(opacity=100); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; background-color: #fff;}

@media screen and (max-width: 767px) { .footer .f-top .flist1 .item-follow > a:hover:after { height: 26px; } }

.footer .f-top .flist1 .item-follow > a:after { position: absolute; top: 50%; left: 50%; width: 32px; height: 30%; opacity: 0; filter: alpha(opacity=0); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; z-index: 0; content: ''; background: #E6BC77; -webkit-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg); -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg); -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg); -o-transform: translateX(-50%) translateY(-50%) rotate(45deg); transform: translateX(-50%) translateY(-50%) rotate(45deg); border-radius: 3px; }

@media screen and (max-width: 767px) { .footer .f-top .flist1 .item-follow > a:after { width: 26px; } }


@media screen and (max-width: 1219px) { .footer .f-top .flist1 { width: 210px; } }

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

.footer .f-top .flist2 .box-list { max-width: 235px; }

@media screen and (max-width: 1219px) { .footer .f-top .flist2 { width: 260px; } }

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

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

@media screen and (max-width: 1219px) { .footer .f-top .flist3 { width: 200px; } }

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

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

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

.footer .f-top .flist4 .footer-title { margin-left: 13px; }

.footer .f-top .flist4 .item-form { /* WebKit browsers */ /* Mozilla Firefox 4 to 18 */ /* Mozilla Firefox 19+ */ /* Internet Explorer 10+ */ }

.footer .f-top .flist4 .item-form ::-webkit-input-placeholder { color: #A3A3A3; opacity: 1; }

.footer .f-top .flist4 .item-form :-o-placeholder { color: #A3A3A3; opacity: 1; }

.footer .f-top .flist4 .item-form ::-moz-placeholder { color: #A3A3A3; opacity: 1; }

.footer .f-top .flist4 .item-form :-ms-input-placeholder { color: #A3A3A3; opacity: 1; }

.footer .f-top .flist4 .item-form input, .footer .f-top .flist4 .item-form textarea { display: block; width: 100%; background-color: #E7E7E7; -moz-border-radius: 5px; border-radius: 5px; padding: 0 13px; color: #999; }

.footer .f-top .flist4 .item-form input { height: 38px; line-height: 38px; }

.footer .f-top .flist4 .item-form textarea { height: 75px; line-height: 20px; padding-top: 5px; padding-bottom: 5px; }

.footer .f-top .flist4 .item-form .item-input { margin-bottom: 7px; }

.footer .f-top .flist4 .item-form .item-textarea { margin-bottom: 10px; }

.footer .f-top .flist4 .item-form .item-input, .footer .f-top .flist4 .item-form .item-textarea, .footer .f-top .flist4 .item-form .item-code, .footer .f-top .flist4 .item-form .item-btn { padding-left: 13px; }

.footer .f-top .flist4 .item-form .item-code { float: left; width: 143px; margin-right: 10px; }

.footer .f-top .flist4 .item-form .item-code input { border: solid 1px #fff; background-color: transparent; line-height: 36px; }

.footer .f-top .flist4 .item-form .star { position: relative; }

.footer .f-top .flist4 .item-form .star:before { position: absolute; content: '*'; color: #FF0000; font-size: 20px; font-size: 2rem; left: 0; top: 12px; }

.footer .f-top .flist4 .item-form .item-img { float: left; font-size: 0; line-height: 38px; cursor: pointer; overflow: hidden; -moz-border-radius: 5px; border-radius: 5px; }

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

.footer .f-top .flist4 .item-form .item-btn { margin-top: 17px; width: 160px; position: relative; }

.footer .f-top .flist4 .item-form .item-btn input { background-color: transparent; height: 45px; line-height: 45px; position: relative; z-index: 2; }

.footer .f-top .flist4 .item-form .item-btn p { position: absolute; top: 0; right: 0; left: 13px; background-color: #E6BC77; line-height: 45px; height: 45px; -moz-border-radius: 5px; border-radius: 5px; color: #333; font-size: 16px; font-size: 1.6rem; text-align: center; }

.footer .f-top .flist4 .item-form .item-btn p .iconfont { font-size: 22px; font-size: 2.2rem; color: #333; }

.footer .f-top .footer-title { font-weight: bold; font-size: 24px; font-size: 2.4rem; line-height: 1.3; position: relative; padding-bottom: 16px; margin-bottom: 43px; }

.footer .f-top .footer-title:before { position: absolute; content: ''; width: 36px; height: 2px; background-color: #E6BC77; left: 0; bottom: 0; }

.footer .item-keys { font-size: 12px; font-size: 1.2rem; line-height: 20px; }

.footer .item-keys, .footer .item-keys * { color: #88898A; }

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

.footer .item-keys a:hover { color: #E6BC77; }

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

.footer .f-bot { margin-top: 24px; padding: 26px 0 20px; text-align: center; font-size: 12px; font-size: 1.2rem; line-height: 20px; background-color: #0E0C15; }

.footer .f-bot, .footer .f-bot * { color: #88898A; }

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

@media screen and (max-width: 767px) { .footer .f-bot { padding: 15px 0 20px; margin-top: 10px; } }

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

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

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

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

.index-item .item-title { font-weight: bold; font-size: 44px; font-size: 4.4rem; line-height: 1.3; }

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

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

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

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

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

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

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

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

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

.index-about { background: url(../images/about.jpg) no-repeat center; background-size: cover; padding: 43px 0 68px; }

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

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

.index-about .box-item { width: 520px; font-size: 0; margin-bottom: 74px; }

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

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

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

.index-about .box-item .item-title { margin-bottom: 17px; font-weight: bold; font-size: 44px; font-size: 4.4rem; line-height: 1.3; }

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

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

@media screen and (max-width: 991px) { .index-about .box-item .item-title { font-size: 28px; font-size: 2.8rem; } }

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

.index-about .box-item .item-subt { font-size: 18px; font-size: 1.8rem; line-height: 30px; margin-bottom: 39px; }

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

@media screen and (max-width: 991px) { .index-about .box-item .item-subt { line-height: 24px; margin-bottom: 20px; } }

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

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

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

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

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

.index-about .box-item .item-btn { display: inline-block; font-size: 20px; font-size: 2rem; padding: 0 76px; line-height: 51px; border: solid 1px #E6BC77; background-color: #E6BC77; color: #fff; }

@media screen and (max-width: 1219px) { .index-about .box-item .item-btn { font-size: 18px; font-size: 1.8rem; line-height: 44px; padding: 0 50px; } }

@media screen and (max-width: 991px) { .index-about .box-item .item-btn { font-size: 16px; font-size: 1.6rem; line-height: 38px; padding: 0 40px; } }

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

.index-about .about-slide { width: 700px; max-width: 100%; }

@media screen and (max-width: 1219px) { .index-about .about-slide { width: 600px; } }

@media screen and (max-width: 991px) { .index-about .about-slide { width: 500px; } }

.index-about .about-slide .picMarquee-left { width: 100%; overflow: hidden; position: relative; }

.index-about .about-slide .picMarquee-left .picList li { float: left; width: 32.42857%; margin-right: 14px; }

@media screen and (max-width: 991px) { .index-about .about-slide .picMarquee-left .picList li { margin-right: 10px; } }

@media screen and (max-width: 767px) { .index-about .about-slide .picMarquee-left .picList li { margin-right: 5px; } }

.index-probox { background: url(../images/bg2.jpg) no-repeat center; background-size: cover; padding: 83px 0 53px; margin-bottom: 1px; }

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

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

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

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

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

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

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

.index-probox .pro-owl { position: relative; margin-bottom: 106px; }

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

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

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

.index-probox .pro-owl .owl-carousel { width: 101.42857%; margin-left: -0.78571%; }

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

.index-probox .pro-owl .list-item { margin: 10px 3.52113%; background-color: #fff; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; }

@media screen and (max-width: 991px) { .index-probox .pro-owl .list-item { box-shadow: 0px 5px 5px 0px rgba(73, 73, 73, 0.15); } }

.index-probox .pro-owl .list-item:hover { box-shadow: 0px 5px 8px 0px rgba(73, 73, 73, 0.15); }

.index-probox .pro-owl .list-item:hover .item-title { background-color: #E6BC77; }

.index-probox .pro-owl .list-item:hover .item-title, .index-probox .pro-owl .list-item:hover .item-title a, .index-probox .pro-owl .list-item:hover .item-title a:hover { color: #FBFBFB !important; }

.index-probox .pro-owl .item-pic { padding: 0 6px; }

.index-probox .pro-owl .item-pic a { display: block; overflow: hidden; }

@media screen and (max-width: 1219px) { .index-probox .pro-owl .item-pic { padding: 0 5px; } }

.index-probox .pro-owl .item-title { margin-bottom: 11px; font-size: 20px; font-size: 2rem; line-height: 44px; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; }

@media screen and (max-width: 1219px) { .index-probox .pro-owl .item-title { margin-bottom: 8px; line-height: 40px; font-size: 18px; font-size: 1.8rem; } }

@media screen and (max-width: 991px) { .index-probox .pro-owl .item-title { margin-bottom: 5px; line-height: 36px; font-size: 16px; font-size: 1.6rem; background-color: #E6BC77; }
  .index-probox .pro-owl .item-title, .index-probox .pro-owl .item-title a, .index-probox .pro-owl .item-title a:hover { color: #FBFBFB !important; } }

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

.index-probox .pro-owl .item-title a { padding: 0 10px; }

@media screen and (max-width: 1219px) { .index-probox .pro-owl .item-title a { padding: 0 5px; } }

.index-probox .pro-owl .item-title span { display: inline-block; position: relative; padding-right: 30px; }

.index-probox .pro-owl .item-title span:after { position: absolute; content: '+'; color: #FBFBFB; right: 0; top: 0; font-size: 17px; font-size: 1.7rem; }

@media screen and (max-width: 1219px) { .index-probox .pro-owl .item-title span { padding-right: 20px; } }

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

@media screen and (max-width: 767px) { .index-probox .pro-owl .item-title span { padding-right: 15px; }
  .index-probox .pro-owl .item-title span:after { font-size: 14px; font-size: 1.4rem; } }

.index-probox .pro-owl .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 26px; height: 52px; padding: 0 6px; margin-bottom: 1; }

@media screen and (max-width: 1219px) { .index-probox .pro-owl .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 24px; height: 48px; padding: 0 5px; } }

@media screen and (max-width: 991px) { .index-probox .pro-owl .item-desc { line-height: 22px; height: 44px; } }

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

.index-probox .index-batt .index-item { margin-bottom: 0; }

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

.index-battery .left-box { float: left; width: 31.82292%; margin-right: 0.26042%; }

@media screen and (max-width: 767px) { .index-battery .left-box { width: 100%; margin-right: 0; } }

.index-battery .middle-box { float: left; width: 35.83333%; margin-right: 0.26042%; }

@media screen and (max-width: 767px) { .index-battery .middle-box { width: 100%; margin-right: 0; } }

.index-battery .right-box { float: left; width: 31.82292%; }

@media screen and (max-width: 767px) { .index-battery .right-box { width: 100%; } }

.index-battery .list-item { position: relative; margin-bottom: 0.63131%; }

@media screen and (min-width: 992px) { .index-battery .list-item:hover .item-info { background-color: #E6BC77; background-color: rgba(230, 188, 119, 0.9); }
  .index-battery .list-item:hover .item-pics { margin-top: 0; }
  .index-battery .list-item:hover .item-desc { visibility: visible; opacity: 1; } }

.index-battery .item-info { position: absolute; top: 0; left: 0; width: 100%; height: 100%; padding: 0 10px; text-align: center; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; }

@media screen and (max-width: 991px) { .index-battery .item-info { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } }

.index-battery .item-backdrop { display: none; padding: 0 10px; text-align: center; }

.index-battery .item-backdrop:before { background-color: #E6BC77; opacity: 0.9; filter: alpha(opacity=90); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; }

@media screen and (max-width: 991px) { .index-battery .item-backdrop { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } }

.index-battery .item-body { position: relative; }

.index-battery .item-pics { width: 60px; margin: 0 auto; margin-top: 80px; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; }

.index-battery .item-pics img { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }

@media screen and (max-width: 1619px) { .index-battery .item-pics { margin-top: 50px; } }

@media screen and (max-width: 1419px) { .index-battery .item-pics { margin-top: 40px; } }

@media screen and (max-width: 1219px) { .index-battery .item-pics { width: 50px; margin-top: 30px; } }

@media screen and (max-width: 991px) { .index-battery .item-pics { width: 40px; margin-top: 0; } }

.index-battery .item-title { font-size: 20px; font-size: 2rem; font-weight: bold; line-height: 1.5; }

.index-battery .item-title, .index-battery .item-title a, .index-battery .item-title a:hover { color: #fff !important; }

@media screen and (max-width: 1419px) { .index-battery .item-title { font-size: 18px; font-size: 1.8rem; line-height: 1.3; } }

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

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

.index-battery .item-desc { visibility: hidden; opacity: 0; max-width: 400px; margin: 22px auto 0; font-size: 16px; font-size: 1.6rem; line-height: 28px; }

.index-battery .item-desc, .index-battery .item-desc a, .index-battery .item-desc a:hover { color: #fff !important; }

@media screen and (max-width: 1619px) { .index-battery .item-desc { margin-top: 5px; } }

@media screen and (max-width: 1419px) { .index-battery .item-desc { margin-top: 0; font-size: 14px; font-size: 1.4rem; line-height: 24px; } }

@media screen and (max-width: 1219px) { .index-battery .item-desc { line-height: 20px; }
  .index-battery .item-desc a { -webkit-line-clamp: 2; } }

@media screen and (max-width: 991px) { .index-battery .item-desc { visibility: visible; opacity: 1; }
  .index-battery .item-desc a { white-space: nowrap !important; display: block !important; } }

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

.index-news { padding: 111px 0 101px; }

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

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

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

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

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

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

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

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

.index-news .box-list .list-item { display: inline-block; vertical-align: top; width: 47.5%; margin-left: 5%; margin-bottom: 29px; }

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

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

.index-news .box-list .item-box { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-flow: row nowrap; -moz-box-orient: horizontal; -moz-box-direction: normal; -ms-flex-flow: row nowrap; flex-flow: row nowrap; -webkit-box-pack: start; -webkit-justify-content: flex-start; -moz-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; }

.index-news .box-list .item-pic { -webkit-box-flex: 0; -webkit-flex: 0 0 auto; -moz-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 40.87719%; margin-right: 2.80702%; position: relative; }

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

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

.index-news .box-list .item-body { -webkit-box-flex: 1; -webkit-flex: 1 1 auto; -moz-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; overflow: hidden; }

.index-news .box-list .item-date { position: absolute; right: 4px; bottom: 6px; font-size: 14px; font-size: 1.4rem; color: #fff; padding: 0 12px; line-height: 27px; background-color: #E6BC77; }

@media screen and (max-width: 1219px) { .index-news .box-list .item-date { line-height: 22px; padding: 0 8px; font-size: 12px; font-size: 1.2rem; bottom: 4px; } }

@media screen and (max-width: 767px) { .index-news .box-list .item-date { padding: 0 5px; line-height: 18px; } }

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

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

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

.index-news .box-list .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 28px; height: 56px; margin-bottom: 13px; }

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

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

.index-news .box-list .item-btn { color: #666; display: inline-block; font-size: 16px; font-size: 1.6rem; text-decoration: underline; line-height: 1.3; }

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

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

/*-------------index end-------------------------------------------------------------------*/
.page_wrap { padding-bottom: 110px; }

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

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

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

/*-------------1-about start----------------------------------------------------------------*/
.about-box1 { padding-bottom: 82px; font-size: 16px; font-size: 1.6rem; line-height: 30px; }

.about-box1, .about-box1 * { color: #666; }

.about-box1 a { color: #E6BC77; display: block; }

.about-box1 a:hover { text-decoration: underline; }

@media screen and (max-width: 1219px) { .about-box1 { font-size: 14px; font-size: 1.4rem; line-height: 26px; padding-bottom: 70px; } }

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

@media screen and (max-width: 767px) { .about-box1 { font-size: 12px; font-size: 1.2rem; line-height: 20px; padding-bottom: 30px; } }

.about-box1 .item-title { font-weight: bold; font-size: 24px; font-size: 2.4rem; line-height: 1.3; color: #333; }

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

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

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

.about-box1 .item-box1 { margin-bottom: 39px; }

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

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

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

.about-box1 .item-box1 .item-title { margin-bottom: 43px; }

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

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

.about-box1 .item-box2 { margin-bottom: 73px; }

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

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

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

.about-box1 .item-box2 .item-title { margin-bottom: 18px; }

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

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

.about-box1 .item-box3 .item-title { margin-bottom: 18px; }

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

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

.about-box2 { background: #1E1E1E url(../images/bg1.jpg) no-repeat center; background-size: 100%; text-align: center; padding: 58px 0 80px; }

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

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

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

.about-box2 .wp { max-width: 990px; }

.about-box2 .item-title { margin-bottom: 38px; font-weight: bold; font-size: 34px; font-size: 3.4rem; line-height: 1.3; }

.about-box2 .item-title, .about-box2 .item-title * { color: #fff; }

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

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

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

.about-box2 .item-desc { font-size: 20px; font-size: 2rem; line-height: 1.7; }

.about-box2 .item-desc, .about-box2 .item-desc * { color: #fff; }

@media screen and (max-width: 1219px) { .about-box2 .item-desc { font-size: 18px; font-size: 1.8rem; } }

@media screen and (max-width: 991px) { .about-box2 .item-desc { font-size: 16px; font-size: 1.6rem; } }

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

.about-title { font-size: 40px; font-size: 4rem; line-height: 1.3; font-weight: bold; text-align: center; }

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

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

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

.about-fac { padding: 100px 0 93px; /* .turn_page start */ /* .turn_page end */ }

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

@media screen and (max-width: 991px) { .about-fac { padding: 70px 0; } }

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

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

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

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

.about-fac .turn_page #box { position: relative; margin: 0 auto; }

.about-fac .turn_page #box .box-list { position: relative; height: 507px; }

.about-fac .turn_page #box .box-list .list-item { position: absolute; list-style: none; background: #000; width: 0; height: 0; top: 146px; left: 377px; z-index: 0; }

.about-fac .turn_page #box .box-list .list-item img { width: 100%; height: 100%; vertical-align: top; cursor: pointer; }

.about-fac .turn_page #box .box-list .list-item div { font-size: 18px; font-size: 1.8rem; text-align: center; line-height: 24px; margin-top: 25px; }

@media screen and (max-width: 1419px) { .about-fac .turn_page #box .box-list { height: 442px; } }

.about-fac .turn_page #box .prev, .about-fac .turn_page #box .next { position: absolute; top: 50%; margin-top: -85px; overflow: hidden; cursor: pointer; z-index: 999; }

.about-fac .turn_page #box .prev .iconfont, .about-fac .turn_page #box .next .iconfont { display: block; width: 46px; height: 120px; text-align: center; line-height: 120px; font-size: 35px; font-size: 3.5rem; color: #fff; background-color: #C5C5C3; }

.about-fac .turn_page #box .prev .iconfont:hover, .about-fac .turn_page #box .next .iconfont:hover { background-color: #E6BC77; }

.about-fac .turn_page #box .prev { left: 0; }

.about-fac .turn_page #box .next { right: 0; }

@media screen and (max-width: 1419px) { .about-fac .turn_page #box .prev, .about-fac .turn_page #box .next { margin-top: -68px; }
  .about-fac .turn_page #box .prev .iconfont, .about-fac .turn_page #box .next .iconfont { font-size: 30px; font-size: 3rem; width: 40px; height: 80px; line-height: 80px; }
  .about-fac .turn_page #box .prev { left: 0; }
  .about-fac .turn_page #box .next { right: 0; } }

@media screen and (max-width: 1219px) { .about-fac .turn_page #box { display: none; } }

.about-fac .turn_page .scroll-box { display: none; position: relative; overflow: hidden; width: 100%; padding-left: 40px; padding-right: 40px; }

@media screen and (max-width: 1219px) { .about-fac .turn_page .scroll-box { display: block; } }

.about-fac .turn_page .scroll-box .box-btn { position: absolute; top: 50%; margin-top: -36px; display: block; }

.about-fac .turn_page .scroll-box .box-btn .iconfont { font-size: 44px; font-size: 4.4rem; color: #C5C5C3; }

.about-fac .turn_page .scroll-box .box-btn .iconfont:hover { color: #E6BC77; }

.about-fac .turn_page .scroll-box .box-btn.prev { left: 0; }

.about-fac .turn_page .scroll-box .box-btn.next { right: 0; }

.about-fac .turn_page .scroll-box .box-list { overflow: hidden; }

.about-fac .turn_page .scroll-box .box-list ul { width: 1000%; }

.about-fac .turn_page .scroll-box .list-item { float: left; margin-left: .1%; margin-right: .1%; margin-bottom: 0; width: 3.13%; -moz-border-radius: 0; border-radius: 0; border: solid 0 #bfbfbf; overflow: hidden; }

.about-fac .turn_page .scroll-box .list-item img { display: block; }

.about-fac .turn_page .scroll-box .list-item .item-title { text-align: center; font-size: 14px; font-size: 1.4rem; line-height: 20px; margin-top: 8px; }

@media only screen and (max-width: 640px) { .about-fac .turn_page .scroll-box .list-item { width: 4.8%; } }

@media only screen and (max-width: 480px) { .about-fac .turn_page .scroll-box .list-item { width: 9.8%; } }

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

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

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

.about-cer .box-list .list-item { display: inline-block; vertical-align: top; width: 25%; border: solid 1px #C8C8C8; }

@media screen and (max-width: 480px) { .about-cer .box-list .list-item { width: 33.33333333%; } }

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

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

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

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

.m-prob1 .prob-pic { width: 496px; padding: 0 34px; margin-right: 58px; float: left; position: relative; }

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

.m-prob1 .prob-pic-big { position: relative; border: solid 0 #EAEAEA; padding-bottom: 100%; }

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

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

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

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

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

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

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

.m-prob1 .prob-pic-small { margin-top: 0; overflow: hidden; }

.m-prob1 .prob-pic-btn { position: absolute; top: 50%; margin-top: -12px; font-size: 24px; font-size: 2.4rem; color: #666; z-index: 9; cursor: pointer; }

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

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

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

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

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

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

.m-prob1 .prob-pic-item .item-pics { border: transparent 1px solid; overflow: hidden; }

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

.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 { margin-top: 0; } }

.prodetails-info { overflow: hidden; }

.prodetails-info .item-title { font-weight: bold; font-size: 30px; font-size: 3rem; line-height: 1.3; margin-bottom: 17px; margin-top: 33px; }

@media screen and (max-width: 1219px) { .prodetails-info .item-title { font-size: 24px; font-size: 2.4rem; margin-top: 0; margin-bottom: 15px; } }

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

.prodetails-info .item-desc { margin-bottom: 29px; font-size: 16px; font-size: 1.6rem; line-height: 28px; color: #666; }

.prodetails-info .item-desc * { color: #666; }

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

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

.prodetails-info .item-btns { font-size: 0; letter-spacing: 0; margin-top: 33px; }

@media screen and (max-width: 1219px) { .prodetails-info .item-btns { margin-top: 30px; } }

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

.prodetails-info .item-btn { display: inline-block; vertical-align: middle; border: solid 1px #E6BC77; -moz-border-radius: 5px; border-radius: 5px; padding: 0 67px; line-height: 46px; font-size: 18px; font-size: 1.8rem; color: #E6BC77; }

@media screen and (max-width: 1219px) { .prodetails-info .item-btn { padding: 0 50px; line-height: 42px; font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 991px) { .prodetails-info .item-btn { padding: 0 40px; line-height: 36px; font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 767px) { .prodetails-info .item-btn { padding: 0 30px; line-height: 30px; font-size: 14px; font-size: 1.4rem; } }

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

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

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

.prodetails-title { text-align: center; text-transform: capitalize; font-size: 36px; font-size: 3.6rem; line-height: 1.3; position: relative; padding-bottom: 3px; }

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

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

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

.prodetails-title:before { position: absolute; content: ''; width: 37px; height: 3px; background-color: #E6BC77; left: 0; right: 0; margin: 0 auto; bottom: 0; }

.prodetails-title a:hover { color: #E6BC77; }

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

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

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

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

.related-box .prodetails-title { margin-bottom: 53px; }

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

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

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

.related-owl { position: relative; }

.related-owl .owl-carousel { width: 101.83333%; margin-left: -0.91667%; }

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

.related-owl .list-item { text-align: center; margin: 10px 3.60065%; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; }

.related-owl .list-item:hover .item-pic { box-shadow: 0px 3px 7px 0px rgba(73, 73, 73, 0.15); }

.related-owl .list-item:hover .item-title, .related-owl .list-item:hover .item-title a, .related-owl .list-item:hover .item-title a:hover, .related-owl .list-item:hover .item-desc, .related-owl .list-item:hover .item-desc a, .related-owl .list-item:hover .item-desc a:hover { color: #E6BC77 !important; }

@media screen and (max-width: 991px) { .related-owl .item-pic { box-shadow: 0px 3px 7px 0px rgba(73, 73, 73, 0.15); } }

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

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

.related-owl .item-title { margin-top: 11px; font-size: 20px; font-size: 2rem; line-height: 1.3; }

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

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

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

.related-owl .item-desc { margin-top: 9px; font-size: 16px; font-size: 1.6rem; line-height: 28px; }

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

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

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

.prodetails-spec .prodetails-title { margin-bottom: 70px; }

@media screen and (max-width: 1219px) { .prodetails-spec .prodetails-title { margin-bottom: 50px; } }

@media screen and (max-width: 991px) { .prodetails-spec .prodetails-title { margin-bottom: 50px; } }

@media screen and (max-width: 767px) { .prodetails-spec .prodetails-title { margin-bottom: 40px; } }

.prodetails-spec .box-body { font-size: 16px; font-size: 1.6rem; line-height: 28px; }

.prodetails-spec .box-body, .prodetails-spec .box-body * { color: #666; }
.prodetails-spec .box-body p strong,.prodetails-spec .box-body p a{ color: #E6BC77;}

@media screen and (max-width: 1219px) { .prodetails-spec .box-body { font-size: 14px; font-size: 1.4rem; line-height: 26px; } }

@media screen and (max-width: 991px) { .prodetails-spec .box-body { font-size: 14px; font-size: 1.4rem; line-height: 22px; } }

@media screen and (max-width: 767px) { .prodetails-spec .box-body { font-size: 12px; font-size: 1.2rem; line-height: 20px; } }

.prodetails-spec .box-table { -moz-border-radius: 20px; border-radius: 20px; background-color: #F4F4F4; padding: 63px 23px 25px; position: relative; }

@media screen and (max-width: 991px) { .prodetails-spec .box-table { padding: 50px 20px 25px; } }

@media screen and (max-width: 767px) { .prodetails-spec .box-table { padding: 40px 15px 20px; } }

.prodetails-spec .box-table .box-title { padding: 0 45px; line-height: 45px; font-size: 16px; font-size: 1.6rem; color: #fff; text-transform: uppercase; white-space: nowrap; -moz-border-radius: 8px 8px 0px 0px; border-radius: 8px 8px 0px 0px; background-color: #E6BC77; position: absolute; top: -22px; left: 50%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); }

@media screen and (max-width: 991px) { .prodetails-spec .box-table .box-title { line-height: 40px; padding: 0 30px; top: -20px; } }

@media screen and (max-width: 767px) { .prodetails-spec .box-table .box-title { line-height: 36px; padding: 0 25px; top: -18px; font-size: 14px; font-size: 1.4rem; } }

.prodetails-spec .box-table table { border-bottom: solid 1px #CFCFCF; }

.prodetails-spec .box-table table tr:first-child td { color: #E6BC77; }

.prodetails-spec .box-table table tr td { text-align: center; padding: 6px 3px; }

.prodetails-spec .box-table table tr td .wj-btn { font-size: 22px; font-size: 2.2rem; cursor: pointer; }

.prodetails-spec .box-table table tr td .wj-btn:hover { color: #E6BC77; }

@media screen and (max-width: 1219px) { .prodetails-spec .box-table table tr td { padding: 10px 3px; } }

@media screen and (max-width: 767px) { .prodetails-spec .box-table table tr td { padding: 5px 3px; }
  .prodetails-spec .box-table table tr td .wj-btn { font-size: 18px; font-size: 1.8rem; } }

/*-------------2-1-products end-------------------------------------------------------------*/
/*-------------2-2-products start-----------------------------------------------------------*/
.pro-list { font-size: 0; letter-spacing: 0; padding-bottom: 50px; }

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

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

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

.pro-list .list-item { display: inline-block; vertical-align: top; width: 23.58333%; margin-left: 1.88889%; margin-bottom: 42px; text-align: center; }

.pro-list .list-item:hover .item-pic { box-shadow: 0px 3px 7px 0px rgba(73, 73, 73, 0.15); }

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

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

@media screen and (max-width: 991px) { .pro-list .list-item { width: 31.33%; margin-left: 1% !important; margin-right: 1%; } }

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

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

@media screen and (max-width: 991px) { .pro-list .item-pic { box-shadow: 0px 3px 7px 0px rgba(73, 73, 73, 0.15); } }

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

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

.pro-list .item-title { margin-top: 11px; font-size: 20px; font-size: 2rem; line-height: 1.3; }

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

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

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

.pro-list .item-desc { margin-top: 9px; font-size: 16px; font-size: 1.6rem; line-height: 28px; }

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

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

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

.pro-tags { margin-top: 95px; font-size: 16px; font-size: 1.6rem; line-height: 24px; }

.pro-tags a { display: inline-block; }

.pro-tags a:hover { color: #E6BC77; }

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

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

@media screen and (max-width: 767px) { .pro-tags { margin-top: 25px; font-size: 14px; font-size: 1.4rem; line-height: 20px; } }

.pro-desc { text-align: center; max-width: 750px; margin: 0 auto; }

.pro-desc .item-title { font-size: 30px; font-size: 3rem; font-weight: bold; line-height: 1.3; margin-bottom: 25px; }

@media screen and (max-width: 1219px) { .pro-desc .item-title { font-size: 26px; font-size: 2.6rem; margin-bottom: 15px; } }

@media screen and (max-width: 991px) { .pro-desc .item-title { font-size: 22px; font-size: 2.2rem; margin-bottom: 10px; } }

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

.pro-desc .item-desc { margin-bottom: 55px; font-size: 16px; font-size: 1.6rem; line-height: 28px; }

.pro-desc .item-desc, .pro-desc .item-desc * { color: #666; }
.pro-desc .item-desc p a { color: #E6BC77; }

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

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

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

.pro-box1 { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-flow: row wrap; -moz-box-orient: horizontal; -moz-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-box-pack: start; -webkit-justify-content: flex-start; -moz-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; padding-bottom: 41px; font-size: 0; letter-spacing: 0; }

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

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

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

.pro-box1 .list-item { display: inline-block; vertical-align: top; -webkit-flex-basis: 24.16667%; -ms-flex-preferred-size: 24.16667%; flex-basis: 24.16667%; width: 24.16667%; margin-left: 1.11111%; margin-bottom: 20px; border: solid 1px transparent; -webkit-transition: all .35s; -o-transition: all .35s; -moz-transition: all .35s; transition: all .35s; }

.pro-box1 .list-item:nth-child(4n+1) { margin-left: 0; }

.pro-box1 .list-item.active, .pro-box1 .list-item:hover { border-color: #E6BC77; }

.pro-box1 .list-item.active .item-title, .pro-box1 .list-item.active .item-title a, .pro-box1 .list-item.active .item-title a:hover, .pro-box1 .list-item:hover .item-title, .pro-box1 .list-item:hover .item-title a, .pro-box1 .list-item:hover .item-title a:hover { color: #E6BC77; }

@media screen and (max-width: 480px) { .pro-box1 .list-item { -webkit-flex-basis: 48%; -ms-flex-preferred-size: 48%; flex-basis: 48%; width: 48%; margin: 0 1% 20px !important; } }

.pro-box1 .item-body { padding: 13px 5px 21px; }

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

@media screen and (max-width: 991px) { .pro-box1 .item-body { padding: 8px 5px 10px; } }

@media screen and (max-width: 767px) { .pro-box1 .item-body { padding: 8px 5px; } }

.pro-box1 .item-title { text-align: center; font-weight: bold; font-size: 16px; font-size: 1.6rem; line-height: 1.5; }

@media screen and (max-width: 991px) { .pro-box1 .item-title { font-size: 14px; font-size: 1.4rem; line-height: 1.3; } }

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

.pro-box2 { overflow: hidden; margin-bottom: 57px; }

.pro-box2 img { display: block; width: 100%; }

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

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

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

.pro-box3 { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-flow: row wrap; -moz-box-orient: horizontal; -moz-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; padding-bottom: 41px; font-size: 0; letter-spacing: 0; }

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

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

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

@media screen and (max-width: 640px) { .pro-box3 { -webkit-box-pack: start; -webkit-justify-content: flex-start; -moz-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; } }

.pro-box3 .list-item { display: inline-block; vertical-align: top; -webkit-flex-basis: 24.16667%; -ms-flex-preferred-size: 24.16667%; flex-basis: 24.16667%; width: 24.16667%; margin-left: 1.11111%; margin-bottom: 20px; border: solid 1px transparent; -webkit-transition: all .35s; -o-transition: all .35s; -moz-transition: all .35s; transition: all .35s; }

.pro-box3 .list-item:nth-child(4n+1) { margin-left: 0; }

.pro-box3 .list-item.active, .pro-box3 .list-item:hover { border-color: #E6BC77; }

.pro-box3 .list-item.active .item-title, .pro-box3 .list-item.active .item-title a, .pro-box3 .list-item.active .item-title a:hover, .pro-box3 .list-item:hover .item-title, .pro-box3 .list-item:hover .item-title a, .pro-box3 .list-item:hover .item-title a:hover { color: #E6BC77; }

@media screen and (max-width: 640px) { .pro-box3 .list-item { -webkit-flex-basis: 31.33%; -ms-flex-preferred-size: 31.33%; flex-basis: 31.33%; width: 31.33%; margin: 0 1% 20px !important; } }

@media screen and (max-width: 480px) { .pro-box3 .list-item { -webkit-flex-basis: 48%; -ms-flex-preferred-size: 48%; flex-basis: 48%; width: 48%; margin: 0 1% 20px !important; } }

.pro-box3 .item-body { padding: 13px 5px 21px; }

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

@media screen and (max-width: 991px) { .pro-box3 .item-body { padding: 8px 5px 10px; } }

@media screen and (max-width: 767px) { .pro-box3 .item-body { padding: 8px 5px; } }

.pro-box3 .item-title { text-align: center; font-weight: bold; font-size: 16px; font-size: 1.6rem; line-height: 1.5; }

@media screen and (max-width: 991px) { .pro-box3 .item-title { font-size: 14px; font-size: 1.4rem; line-height: 1.3; } }

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

/*-------------2-2-products end-------------------------------------------------------------*/
/*-------------2-3-products start-----------------------------------------------------------*/
.prodetails-tags { margin-top: 55px; }

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

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

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

/*-------------2-3-products end-------------------------------------------------------------*/
/*-------------3-service start--------------------------------------------------------------*/
.s-box1 { text-align: center; padding: 10px 0 91px; }

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

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

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

.s-box1 .box-title { display: inline-block; line-height: 1.3; font-size: 38px; font-size: 3.8rem; font-weight: bold; text-transform: uppercase; color: #E6BC77; padding: 0 100px; position: relative; }

@media screen and (max-width: 1219px) { .s-box1 .box-title { font-size: 32px; font-size: 3.2rem; padding: 0 80px; } }

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

@media screen and (max-width: 767px) { .s-box1 .box-title { font-size: 18px; font-size: 1.8rem; padding: 0; } }

.s-box1 .box-title:before, .s-box1 .box-title:after { position: absolute; content: ''; width: 80px; height: 3px; background-color: #E6BC77; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }

@media screen and (max-width: 1219px) { .s-box1 .box-title:before, .s-box1 .box-title:after { width: 60px; } }

@media screen and (max-width: 991px) { .s-box1 .box-title:before, .s-box1 .box-title:after { width: 50px; } }

@media screen and (max-width: 767px) { .s-box1 .box-title:before, .s-box1 .box-title:after { display: none; } }

.s-box1 .box-title:before { left: 0; }

.s-box1 .box-title:after { right: 0; }

.s-box2 { background-color: #F6F7FB; padding: 40px 0 55px; }

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

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

.s-box2 .box-title { font-size: 32px; font-size: 3.2rem; font-weight: bold; line-height: 1.3; margin-bottom: 32px; }

@media screen and (max-width: 1219px) { .s-box2 .box-title { font-size: 28px; font-size: 2.8rem; } }

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

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

.s-box2 .box-list { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-flow: row nowrap; -moz-box-orient: horizontal; -moz-box-direction: normal; -ms-flex-flow: row nowrap; flex-flow: row nowrap; -webkit-box-pack: start; -webkit-justify-content: flex-start; -moz-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }

@media screen and (max-width: 480px) { .s-box2 .box-list { display: block; } }

.s-box2 .box-list .list-item { position: relative; background-color: #fff; overflow: hidden; -webkit-box-flex: 1; -webkit-flex: 1; -moz-box-flex: 1; -ms-flex: 1; flex: 1; margin-left: 4.25%; padding: 58px 24px 55px; margin-bottom: 20px; }

.s-box2 .box-list .list-item:first-child { margin-left: 0; }

@media screen and (max-width: 1219px) { .s-box2 .box-list .list-item { padding: 50px 20px; } }

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

@media screen and (max-width: 767px) { .s-box2 .box-list .list-item { padding: 25px 12px; margin-left: 2.5%; } }

@media screen and (max-width: 480px) { .s-box2 .box-list .list-item { width: 100%; margin-left: 0; } }

.s-box2 .box-list .item-num { position: absolute; right: 5px; bottom: -18px; font-size: 188px; font-size: 18.8rem; opacity: 0.02; letter-spacing: -12px; line-height: 1; }

@media screen and (max-width: 1219px) { .s-box2 .box-list .item-num { font-size: 148px; font-size: 14.8rem; right: 10px; } }

@media screen and (max-width: 991px) { .s-box2 .box-list .item-num { font-size: 110px; font-size: 11rem; bottom: -10px; } }

@media screen and (max-width: 767px) { .s-box2 .box-list .item-num { font-size: 80px; font-size: 8rem; letter-spacing: -5px; bottom: -5px; } }

.s-box2 .box-list .iconfont { display: block; color: #E6BC77; font-size: 62px; font-size: 6.2rem; line-height: 1; margin-bottom: 56px; }

@media screen and (max-width: 1219px) { .s-box2 .box-list .iconfont { margin-bottom: 40px; } }

@media screen and (max-width: 991px) { .s-box2 .box-list .iconfont { font-size: 44px; font-size: 4.4rem; margin-bottom: 25px; } }

@media screen and (max-width: 767px) { .s-box2 .box-list .iconfont { font-size: 36px; font-size: 3.6rem; margin-bottom: 15px; } }

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

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

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

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

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

.s-box3 { background: url(../images/s1.jpg) no-repeat center; background-size: cover; padding: 86px 60px 134px; margin: 103px 0 137px; position: relative; }

@media screen and (max-width: 1219px) { .s-box3 { padding: 60px 40px 100px; margin: 70px 0; } }

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

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

.s-box3 .box-video { position: absolute; top: 0; bottom: 0; right: 0; width: 43.58333%; }

@media screen and (max-width: 991px) { .s-box3 .box-video { width: 41.66667%; } }

@media screen and (max-width: 767px) { .s-box3 .box-video { width: 33.33333%; } }

@media screen and (max-width: 480px) { .s-box3 .box-video { position: relative; width: 100%; margin: 60px 0 0; } }

.s-box3 .box-video .video-btn { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); display: block; background-color: #E6BC77; position: relative; width: 77px; height: 77px; -moz-border-radius: 50%; border-radius: 50%; -webkit-transition: all .35s; -o-transition: all .35s; -moz-transition: all .35s; transition: all .35s; -webkit-animation: play-pulse 1.5s infinite cubic-bezier(0.66, 0, 0, 1); -moz-animation: play-pulse 1.5s infinite cubic-bezier(0.66, 0, 0, 1); animation: play-pulse 1.5s infinite cubic-bezier(0.66, 0, 0, 1); box-shadow: 0 0 0 0 rgba(230, 188, 119, 0.9), 0 0 0 0 rgba(230, 188, 119, 0.6); }

@media screen and (max-width: 991px) { .s-box3 .box-video .video-btn { width: 66px; height: 66px; } }

@media screen and (max-width: 767px) { .s-box3 .box-video .video-btn { width: 56px; height: 56px; } }

.s-box3 .box-video .video-btn:after { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 0; height: 0; margin: auto; display: block; border-width: 15px 0 15px 21px; border-style: solid; -moz-border-radius: 5px; border-radius: 5px; border-color: transparent transparent transparent #fff; }

@media screen and (max-width: 991px) { .s-box3 .box-video .video-btn:after { border-width: 12px 0 12px 18px; } }

@media screen and (max-width: 767px) { .s-box3 .box-video .video-btn:after { border-width: 10px 0 10px 15px; -moz-border-radius: 0; border-radius: 0; } }

.s-box3 .box-video .video-btn:hover { background-color: rgba(230, 188, 119, 0.8); }

@-webkit-keyframes play-pulse { to { box-shadow: 0 0 0 20px rgba(255, 255, 255, 0), 0 0 0 35px rgba(255, 255, 255, 0);
    @media screen and (max-width: 767px) { box-shadow: 0 0 0 10px rgba(255, 255, 255, 0), 0 0 0 20px rgba(255, 255, 255, 0); } } }

@-moz-keyframes play-pulse { to { box-shadow: 0 0 0 20px rgba(255, 255, 255, 0), 0 0 0 35px rgba(255, 255, 255, 0);
    @media screen and (max-width: 767px) { box-shadow: 0 0 0 10px rgba(255, 255, 255, 0), 0 0 0 20px rgba(255, 255, 255, 0); } } }

@keyframes play-pulse { to { box-shadow: 0 0 0 20px rgba(255, 255, 255, 0), 0 0 0 35px rgba(255, 255, 255, 0);
    @media screen and (max-width: 767px) { box-shadow: 0 0 0 10px rgba(255, 255, 255, 0), 0 0 0 20px rgba(255, 255, 255, 0); } } }

.s-box3 .box-item { width: 52.77778%; }

@media screen and (max-width: 991px) { .s-box3 .box-item { width: 55.55556%; } }

@media screen and (max-width: 767px) { .s-box3 .box-item { width: 64.81481%; } }

@media screen and (max-width: 480px) { .s-box3 .box-item { width: 100%; } }

.s-box3 .box-item .item-title { color: #fff; font-size: 32px; font-size: 3.2rem; font-weight: bold; line-height: 1.3; margin-bottom: 56px; }

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

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

@media screen and (max-width: 767px) { .s-box3 .box-item .item-title { font-size: 18px; font-size: 1.8rem; margin-bottom: 15px; } }

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

.s-box3 .box-item .item-desc, .s-box3 .box-item .item-desc * { color: #fff; }

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

@media screen and (max-width: 991px) { .s-box3 .box-item .item-desc { line-height: 22px; } }

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

.s-box4 { padding-bottom: 87px; }

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

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

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

.s-box4 .top-item { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-flow: row nowrap; -moz-box-orient: horizontal; -moz-box-direction: normal; -ms-flex-flow: row nowrap; flex-flow: row nowrap; -webkit-box-pack: start; -webkit-justify-content: flex-start; -moz-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 76px; }

@media screen and (max-width: 1219px) { .s-box4 .top-item { margin-bottom: 70px; } }

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

@media screen and (max-width: 767px) { .s-box4 .top-item { margin-bottom: 30px; display: block; } }

.s-box4 .item-title { -webkit-box-flex: 0; -webkit-flex: 0 0 auto; -moz-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; margin-right: 6.25%; font-size: 32px; font-size: 3.2rem; font-weight: bold; line-height: 1.5; }

@media screen and (max-width: 1219px) { .s-box4 .item-title { font-size: 28px; font-size: 2.8rem; } }

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

@media screen and (max-width: 767px) { .s-box4 .item-title { font-size: 18px; font-size: 1.8rem; line-height: 1.3; margin-right: 0; margin-bottom: 10px; } }

.s-box4 .item-desc { overflow: hidden; -webkit-box-flex: 1; -webkit-flex: 1 1 auto; -moz-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; font-size: 16px; font-size: 1.6rem; line-height: 28px; }

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

@media screen and (max-width: 991px) { .s-box4 .item-desc { line-height: 22px; } }

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

.man-box { position: relative; }

.man-box .box-img img { display: block; width: 100%; }

.man-scroll { position: absolute; width: 284px; padding: 33px 0; bottom: 8px; left: 14.16667%; }

@media screen and (max-width: 1419px) { .man-scroll { width: 220px; } }

@media screen and (max-width: 1219px) { .man-scroll { width: 180px; left: 13.02083%; } }

@media screen and (max-width: 991px) { .man-scroll { width: 140px; padding: 25px 0; } }

@media screen and (max-width: 767px) { .man-scroll { width: 100px; padding: 20px 0; } }

@media screen and (max-width: 640px) { .man-scroll { width: 60px; padding: 18px 0; } }

@media screen and (max-width: 480px) { .man-scroll { width: 50px; padding: 15px 0; } }

.man-scroll .scroll-btns .scroll-btn { cursor: pointer; position: absolute; z-index: 99; display: block; line-height: 1; color: #fff; font-size: 28px; font-size: 2.8rem; left: 50%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); background: rgba(255,255,255,0.5);
padding: 5px; }

.man-scroll .scroll-btns .scroll-btn.prev { top: 0; }

.man-scroll .scroll-btns .scroll-btn.next { bottom: 0; }

.man-scroll .scroll-btns .scroll-btn:hover { color: #E6BC77; }

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

@media screen and (max-width: 767px) { .man-scroll .scroll-btns .scroll-btn { font-size: 20px; font-size: 2rem; } }

@media screen and (max-width: 640px) { .man-scroll .scroll-btns .scroll-btn { font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 480px) { .man-scroll .scroll-btns .scroll-btn { font-size: 14px; font-size: 1.4rem; } }

/*.man-scroll .scroll-list-box { height: 390px; overflow: hidden; }*/
.man-scroll .scroll-list-box { height: 20px!important; }
.man-scroll .scroll-list-box ul.scroll-list{ display: none!important; }

@media screen and (max-width: 1419px) { .man-scroll .scroll-list-box { height: 310px; } }

@media screen and (max-width: 1219px) { .man-scroll .scroll-list-box { height: 256px; } }

@media screen and (max-width: 991px) { .man-scroll .scroll-list-box { height: 203px; } }

@media screen and (max-width: 767px) { .man-scroll .scroll-list-box { height: 140px; } }

@media screen and (max-width: 640px) { .man-scroll .scroll-list-box { height: 118px; } }

@media screen and (max-width: 480px) { .man-scroll .scroll-list-box { height: 94px; } }

.man-scroll .scroll-list li { cursor: pointer; margin-bottom: 14px; position: relative; }

.man-scroll .scroll-list li:before { position: absolute; content: ''; top: 0; left: 0; width: 100%; height: 100%; border: solid 2px transparent; -moz-box-sizing: border-box; box-sizing: border-box; z-index: 1; }

.man-scroll .scroll-list li.active:before { border-color: #E6BC77; }

@media screen and (max-width: 1219px) { .man-scroll .scroll-list li { margin-bottom: 10px; } }

@media screen and (max-width: 767px) { .man-scroll .scroll-list li { margin-bottom: 5px; } }

@media screen and (max-width: 480px) { .man-scroll .scroll-list li { margin-bottom: 3px; }
  .man-scroll .scroll-list li:before { border-width: 1px; } }

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

.s-item { text-align: center; }

.s-item .item-title { text-transform: uppercase; font-size: 32px; font-size: 3.2rem; font-weight: bold; line-height: 1.3; position: relative; padding-bottom: 23px; }

.s-item .item-title:before { position: absolute; content: ''; width: 5.41667%; height: 3px; background-color: #E6BC77; left: 0; right: 0; margin: 0 auto; bottom: 0; min-width: 30px; }

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

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

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

.s-item .item-desc { margin-top: 24px; font-size: 16px; font-size: 1.6rem; line-height: 28px; }

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

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

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

.s-box5 { padding-bottom: 115px; }

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

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

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

.s-box5 .s-item { margin-bottom: 49px; }

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

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

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

.s-box5 .box-list { font-size: 0; letter-spacing: 0; text-align: center; }

.s-box5 .box-list .list-item { display: inline-block; vertical-align: top; 
width: 25%; 
/*width: auto; */
margin-left: -1px; min-width: 140px; }

.s-box5 .box-list .list-item:first-child { margin-left: 0; }

.s-box5 .box-list .item-pic { border: solid 1px #C8C8C8; }

.s-box6 { padding-bottom: 113px; }

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

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

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

.s-box6 .s-item { margin-bottom: 50px; }

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

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

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

.s-box7 { padding-bottom: 144px; }

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

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

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

.s-box7 .s-item { margin-bottom: 98px; }

@media screen and (max-width: 1219px) { .s-box7 .s-item { margin-bottom: 60px; } }

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

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

.s-box7 .box-body { padding: 0 15px; max-width: 1358px; margin: 0 auto; }

.s-box7 .box-body .box-item { position: relative; }

.s-box7 .box-body .item-pic img { display: block; width: 100%; }

.s-box7 .box-body .item-dot { position: absolute; }

.s-box7 .box-body .item-txt { position: absolute; font-weight: bold; font-size: 16px; font-size: 1.6rem; left: 100%; margin-left: 10px; line-height: 1; color: #666; white-space: nowrap; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }

@media screen and (max-width: 1219px) { .s-box7 .box-body .item-txt { font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 767px) { .s-box7 .box-body .item-txt { font-size: 12px; font-size: 1.2rem; margin-left: 5px; } }

.s-box7 .box-body .dot { width: 10px; height: 10px; background-color: #E6BC77; -moz-border-radius: 50%; border-radius: 50%; box-shadow: #FFFFFF 0px 0px 0px 1px; border: 1px solid #FFFFFF; -webkit-animation: dituB 0.5s ease-in-out infinite alternate; -moz-animation: dituB 0.5s ease-in-out infinite alternate; animation: dituB 0.5s ease-in-out infinite alternate; }

@media screen and (max-width: 767px) { .s-box7 .box-body .dot { width: 8px; height: 8px; } }

@-webkit-keyframes dituB { from { box-shadow: #FFFFFF 0px 0px 0px 1px; }
  to { box-shadow: #FFFFFF 0px 0px 0px 4px; } }

@-moz-keyframes dituB { from { box-shadow: #FFFFFF 0px 0px 0px 1px; }
  to { box-shadow: #FFFFFF 0px 0px 0px 4px; } }

@keyframes dituB { from { box-shadow: #FFFFFF 0px 0px 0px 1px; }
  to { box-shadow: #FFFFFF 0px 0px 0px 4px; } }

@media screen and (max-width: 767px) { @-webkit-keyframes dituB { from { box-shadow: #FFFFFF 0px 0px 0px 1px; }
    to { box-shadow: #FFFFFF 0px 0px 0px 2px; } } @-moz-keyframes dituB { from { box-shadow: #FFFFFF 0px 0px 0px 1px; }
    to { box-shadow: #FFFFFF 0px 0px 0px 2px; } } @keyframes dituB { from { box-shadow: #FFFFFF 0px 0px 0px 1px; }
    to { box-shadow: #FFFFFF 0px 0px 0px 2px; } } }

.s-box7 .box-body .dot1 { left: 16.64157%; top: 34.91577%; }

.s-box7 .box-body .dot2 { left: 29.89458%; top: 70.29096%; }

.s-box7 .box-body .dot3 { left: 48.26807%; top: 33.69066%; }

.s-box7 .box-body .dot4 { left: 68.22289%; top: 52.83308%; }

.s-box7 .box-body .dot5 { left: 75.97892%; top: 45.17611%; }
.s-box7 .box-body .dot6 { left: 73.97892%; top: 63.17611%; }
.s-box7 .box-body .dot7 { left: 79.97892%; top: 78.17611%; }

.s-box8 .s-item { margin-bottom: 41px; }

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

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

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

.s-box8 .box-list { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-flow: row nowrap; -moz-box-orient: horizontal; -moz-box-direction: normal; -ms-flex-flow: row nowrap; flex-flow: row nowrap; -webkit-box-pack: start; -webkit-justify-content: flex-start; -moz-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }

@media screen and (max-width: 480px) { .s-box8 .box-list { display: block; } }

.s-box8 .box-list .list-item { -webkit-box-flex: 1; -webkit-flex: 1; -moz-box-flex: 1; -ms-flex: 1; flex: 1; margin-left: 5%; background-color: #FADCAA; text-align: center; padding: 26px 15px 32px; margin-bottom: 10px; }

.s-box8 .box-list .list-item:first-child { margin-left: 0; }

@media screen and (max-width: 767px) { .s-box8 .box-list .list-item { padding: 20px 15px; margin-left: 3.33333%; } }

@media screen and (max-width: 480px) { .s-box8 .box-list .list-item { margin-left: 0; margin-bottom: 20px; }
  .s-box8 .box-list .list-item:last-child { margin-bottom: 0; } }

.s-box8 .box-list .iconfont { display: block; font-size: 44px; font-size: 4.4rem; line-height: 1; margin-bottom: 8px; }

@media screen and (max-width: 1219px) { .s-box8 .box-list .iconfont { font-size: 40px; font-size: 4rem; } }

@media screen and (max-width: 767px) { .s-box8 .box-list .iconfont { font-size: 30px; font-size: 3rem; } }

.s-box8 .box-list .item-title { font-size: 18px; font-size: 1.8rem; line-height: 1.3; margin-bottom: 11px; }

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

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

.s-box8 .box-list .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 28px; }

.s-box8 .box-list .item-desc, .s-box8 .box-list .item-desc * { color: #333; }

.s-box8 .box-list .item-desc a { display: inline; }

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

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

.video-backdrop { display: none; position: fixed; top: 0; bottom: 0; left: 0; right: 0; background-color: #000; background-color: rgba(0, 0, 0, 0.7); z-index: 999999999999999999999999999; /* .item-videobox start */ /* .item-videobox end */ }

.video-backdrop .item-close { position: absolute; right: 2.60417%; top: 2.60417%; color: #fff; font-size: 36px; font-size: 3.6rem; cursor: pointer; }

@media screen and (max-width: 767px) { .video-backdrop .item-close { font-size: 26px; font-size: 2.6rem; } }

.video-backdrop .item-videobox { overflow: hidden; max-width: 1200px; -moz-border-radius: 0; border-radius: 0; position: absolute; top: 50%; left: 50%; width: 95%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

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

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

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

/*-------------3-service end----------------------------------------------------------------*/
/*-------------4-1-news start---------------------------------------------------------------*/
.news1-list { font-size: 0; letter-spacing: 0; padding-bottom: 25px; }

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

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

.news1-list .list-item { display: inline-block; vertical-align: top; width: 100%; margin-bottom: 35px; border: solid 1px #CFCFCF; padding: 12px 11px; }

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

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

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

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

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

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

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

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

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

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

.news1-list .item-title { margin-top: 16px; font-size: 18px; font-size: 1.8rem; line-height: 1.3; }

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

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

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

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

.news1-list .item-date { font-size: 14px; font-size: 1.4rem; line-height: 1.3; color: #666; margin-top: 11px; }

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

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

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

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

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

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

@media screen and (max-width: 480px) { .news1-list .item-desc { line-height: 16px; height: 32px; } }

.news1-list .item-btn { margin-top: 19px; display: inline-block; line-height: 36px; padding: 0 39px; background-color: #E6BC77; font-size: 16px; font-size: 1.6rem; color: #fff; }

@media screen and (max-width: 1219px) { .news1-list .item-btn { margin-top: 14px; padding: 0 30px; font-size: 14px; font-size: 1.4rem; line-height: 32px; } }

@media screen and (max-width: 991px) { .news1-list .item-btn { margin-top: 10px; line-height: 30px; padding: 0 20px; } }

@media screen and (max-width: 767px) { .news1-list .item-btn { padding: 0 15px; font-size: 12px; font-size: 1.2rem; line-height: 26px; } }

/*-------------4-1-news end-----------------------------------------------------------------*/
/*-------------4-2-news start---------------------------------------------------------------*/
.news-main .box-main { float: left; width: 792px; }

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

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

.news-main .box-slide { width: 377px; float: right; }

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

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

.news-title { font-weight: bold; font-size: 20px; font-size: 2rem; line-height: 1.3; padding-bottom: 11px; margin-bottom: 19px; position: relative; }

.news-title:before { position: absolute; content: ''; width: 21px; height: 3px; background-color: #E6BC77; left: 0; bottom: 0; }

.news-title, .news-title a { color: #E6BC77; }

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

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

.news-slide { background: #FFFFFF; border: 1px solid #D1D1D1; padding: 12px 18px 14px; }

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

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

.news-slide .box-list .item-pic { float: left; width: 134px; margin-right: 10px; }

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

.news-slide .box-list .item-pic a { position: relative; display: block; padding-bottom: 65.43536%; }

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

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

.news-slide .box-list .item-title { font-size: 16px; font-size: 1.6rem; line-height: 28px; height: 56px; margin-top: -5px; }

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

.news-slide .box-list .item-date { margin-top: 11px; display: inline-block; background-color: #E6BC77; line-height: 26px; padding: 0 12px; font-size: 14px; font-size: 1.4rem; }

@media screen and (max-width: 1219px) { .news-slide .box-list .item-date { margin-top: 5px; line-height: 22px; font-size: 12px; font-size: 1.2rem; } }

.hot-slide { background: #FFFFFF; border: 1px solid #D1D1D1; padding: 24px 18px 38px; margin-top: 33px; }

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

.hotslide-owl { position: relative; overflow: hidden; margin-top: 38px; }

@media screen and (max-width: 1219px) { .hotslide-owl { margin-top: 0; } }

.hotslide-owl .owl-carousel { width: 104.42478%; margin-left: -2.21239%; }

@media screen and (min-width: 481px) and (max-width: 991px) { .hotslide-owl .owl-carousel { width: 100%; margin-left: 0; } }

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

.hotslide-owl .owl-btns { font-size: 0; letter-spacing: 0; text-align: center; }

.hotslide-owl .owl-btns .owl-btn { display: inline-block; vertical-align: top; cursor: pointer; font-size: 34px; font-size: 3.4rem; line-height: 1; color: #666; }

.hotslide-owl .owl-btns .owl-btn:hover { color: #E6BC77; }

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

@media screen and (max-width: 1219px) { .hotslide-owl .owl-btns .owl-btn { font-size: 28px; font-size: 2.8rem; } }

.hotslide-owl .owl-btns .item-prev { margin-right: 10px; }

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

.hotslide-owl .list-item { margin: 0 5.89971% 35px; }

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

.hotslide-owl .item-pic { border: solid 1px #BDBDBD; }

.hotslide-owl .item-title { margin-top: 7px; font-size: 16px; font-size: 1.6rem; line-height: 1.3; text-align: center; }

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

.news2-main .item-pic { font-size: 0; margin-bottom: 23px; }

@media screen and (max-width: 1219px) { .news2-main .item-pic { margin-bottom: 20px; } }

@media screen and (max-width: 767px) { .news2-main .item-pic { margin-bottom: 15px; } }

.news2-main > .item-title { font-size: 20px; font-size: 2rem; font-weight: bold; line-height: 1.3; margin-bottom: 22px; }

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

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

.news2-main .item-date { font-size: 0; letter-spacing: 0; margin-bottom: 26px; }

@media screen and (max-width: 1219px) { .news2-main .item-date { margin-bottom: 10px; } }

@media screen and (max-width: 767px) { .news2-main .item-date { margin-bottom: 5px; } }

.news2-main .item-date > span { margin-bottom: 10px; display: inline-block; vertical-align: middle; line-height: 26px; background-color: #E6BC77; padding: 0 12px; color: #fff; font-size: 14px; font-size: 1.4rem; margin-right: 24px; }

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

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

@media screen and (max-width: 767px) { .news2-main .item-date > span { margin-right: 10px; line-height: 22px; font-size: 12px; font-size: 1.2rem; padding: 0 10px; } }

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

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

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

.news2-main .item-desc { margin-bottom: 39px; font-size: 16px; font-size: 1.6rem; line-height: 28px; }

.news2-main .item-desc, .news2-main .item-desc a { color: #666; }

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

.news2-main .item-desc .item-box { border-left: solid 3px #E6BC77; padding-left: 33px; }

@media screen and (max-width: 1219px) { .news2-main .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 26px; }
  .news2-main .item-desc .item-box { padding-left: 25px; } }

@media screen and (max-width: 991px) { .news2-main .item-desc { margin-bottom: 30px; line-height: 24px; }
  .news2-main .item-desc .item-box { padding-left: 20px; } }

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

/*-------------4-2-news end-----------------------------------------------------------------*/
/*-------------5-contact start--------------------------------------------------------------*/
.contact-info { width: 100%; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-flow: row nowrap; -moz-box-orient: horizontal; -moz-box-direction: normal; -ms-flex-flow: row nowrap; flex-flow: row nowrap; -webkit-box-pack: start; -webkit-justify-content: flex-start; -moz-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; padding-bottom: 84px; }

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

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

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

@media screen and (max-width: 640px) { .contact-info { display: block; padding-bottom: 10px; } }

.contact-info .box-item { -webkit-box-flex: 1; -webkit-flex: 1; -moz-box-flex: 1; -ms-flex: 1; flex: 1; margin-left: 6.66667%; text-align: center; position: relative; padding: 0 90px 15px; }

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

@media screen and (max-width: 991px) { .contact-info .box-item { padding: 0 30px 20px; } }

@media screen and (max-width: 767px) { .contact-info .box-item { padding: 0 15px 15px; margin-left: 3.33333%; } }

@media screen and (max-width: 640px) { .contact-info .box-item { margin-left: 0; margin-bottom: 30px; } }

.contact-info .box-item:before { position: absolute; content: ''; top: 92px; left: 0; width: 100%; bottom: 0; background-color: #fff; box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1); border-bottom: solid 5px #E6BC77; z-index: -1; }

@media screen and (max-width: 1219px) { .contact-info .box-item:before { top: 80px; } }

@media screen and (max-width: 991px) { .contact-info .box-item:before { top: 70px; } }

@media screen and (max-width: 767px) { .contact-info .box-item:before { top: 50px; border-bottom-width: 4px; } }

.contact-info .box-item:first-child { margin-left: 0; }

.contact-info .item-pic { width: 197px; -moz-border-radius: 50%; border-radius: 50%; margin: 0 auto 25px; }

.contact-info .item-pic img { display: block; width: 100%; }

@media screen and (max-width: 1219px) { .contact-info .item-pic { width: 150px; margin-bottom: 20px; } }

@media screen and (max-width: 991px) { .contact-info .item-pic { width: 120px; margin-bottom: 15px; } }

@media screen and (max-width: 767px) { .contact-info .item-pic { width: 80px; } }

.contact-info .item-title { font-weight: bold; font-size: 22px; font-size: 2.2rem; line-height: 1.3; color: #E6BC77; margin-bottom: 31px; }

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

@media screen and (max-width: 991px) { .contact-info .item-title { font-size: 18px; font-size: 1.8rem; margin-bottom: 10px; } }

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

.contact-info .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 40px; }

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

.contact-info .item-desc a { display: inline; }

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

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

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

.contact-form { background-color: #f7eee1; margin-bottom: 68px; padding-top: 41px; padding-bottom: 57px; }

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

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

.contact-form .box-form { max-width: 808px; margin: 0 auto; }

.contact-form .box-title { font-size: 40px; font-size: 4rem; line-height: 1.3; text-align: center; margin-bottom: 3px; text-transform: uppercase; color: #333; }

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

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

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

.contact-form .box-desc { text-transform: uppercase; font-size: 14px; font-size: 1.4rem; line-height: 1.3; text-align: center; margin-bottom: 61px; color: #666; }

@media screen and (max-width: 1219px) { .contact-form .box-desc { margin-bottom: 40px; } }

@media screen and (max-width: 991px) { .contact-form .box-desc { margin-bottom: 30px; } }

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

.contact-form .item-input { float: left; width: 45.79208%; margin-bottom: 23px; }

.contact-form .item-input.pull-right { float: right; }

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

.contact-form .item-input.star:before { position: absolute; content: '*'; left: 9px; color: #FF3737; top: 15px; font-family: Tahoma, Geneva, Verdana, sans-serif; }

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

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

.contact-form input, .contact-form textarea { display: block; width: 100%; background-color: #fff; padding: 0 10px 0 19px; font-size: 14px; font-size: 1.4rem; color: #333; -moz-border-radius: 5px; border-radius: 5px; }

.contact-form input { height: 44px; line-height: 44px; }

.contact-form textarea { height: 184px; line-height: 20px; margin-bottom: 2px; padding-top: 9px; padding-bottom: 10px; }

.contact-form .item-code { width: 250px; margin-right: 18px; }

.contact-form .item-img { float: left; line-height: 44px; position: relative; font-size: 0; }

.contact-form .item-img img { max-height: 44px; vertical-align: middle; cursor: pointer; }

.contact-form .item-btn { width: 359px; margin-bottom: 0 !important; }

.contact-form .item-btn input { padding: 0; background-color: #E6BC77; color: #fff; font-size: 16px; font-size: 1.6rem; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; }

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

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

@media screen and (max-width: 991px) { .contact-form .item-input { width: 48.26733%; margin-bottom: 15px; }
  .contact-form input { height: 40px; line-height: 40px; }
  .contact-form .item-img { line-height: 40px; }
  .contact-form .item-img img { max-height: 40px; }
  .contact-form .item-code { width: 200px; margin-right: 10px; }
  .contact-form .item-input.star:before { top: 13px; } }

@media screen and (max-width: 767px) { .contact-form input, .contact-form textarea { font-size: 12px; font-size: 1.2rem; }
  .contact-form input { height: 36px; line-height: 36px; }
  .contact-form textarea { padding-top: 8px; padding-bottom: 5px; }
  .contact-form .item-input { width: 100%; margin-bottom: 12px; }
  .contact-form .item-input.star:before { top: 11px; }
  .contact-form .item-img { float: right; line-height: 36px; }
  .contact-form .item-img img { max-height: 36px; }
  .contact-form .item-code { width: -webkit-calc(100% - 145px); width: -moz-calc(100% - 145px); width: calc(100% - 145px); margin-right: 0; }
  .contact-form .item-btn { width: 100%; }
  .contact-form .item-btn input { font-size: 14px; font-size: 1.4rem; } }

/*-------------5-contact end----------------------------------------------------------------*/
.model-backdrop { position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 999999999999999999; background-color: #333; background-color: rgba(51, 51, 51, 0.8); display: none; /* WebKit browsers */ /* Mozilla Firefox 4 to 18 */ /* Mozilla Firefox 19+ */ /* Internet Explorer 10+ */ }

.model-backdrop ::-webkit-input-placeholder { color: #AFAFAF; opacity: 1; }

.model-backdrop :-o-placeholder { color: #AFAFAF; opacity: 1; }

.model-backdrop ::-moz-placeholder { color: #AFAFAF; opacity: 1; }

.model-backdrop :-ms-input-placeholder { color: #AFAFAF; opacity: 1; }

.model-form { width: 600px; max-width: 90%; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); background-color: #333333; border: 3px solid #FFFFFF; -moz-border-radius: 10px; border-radius: 10px; padding: 22px 22px 46px; }

@media screen and (max-width: 1219px) { .model-form { padding: 22px 22px 30px; } }

@media screen and (max-width: 767px) { .model-form { width: 480px; padding: 15px 15px 20px; } }

.model-form .item-close { position: absolute; top: 10px; right: 11px; font-size: 44px; font-size: 4.4rem; line-height: 1; color: #fff; cursor: pointer; }

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

@media screen and (max-width: 767px) { .model-form .item-close { font-size: 26px; font-size: 2.6rem; top: 5px; right: 5px; } }

.model-form .box-title { color: #fff; line-height: 1.3; font-size: 38px; font-size: 3.8rem; font-weight: bold; text-align: center; margin-bottom: 30px; padding: 0 30px; }

@media screen and (max-width: 1219px) { .model-form .box-title { font-size: 30px; font-size: 3rem; margin-bottom: 20px; } }

@media screen and (max-width: 991px) { .model-form .box-title { font-size: 24px; font-size: 2.4rem; margin-bottom: 16px; } }

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

.model-form input, .model-form textarea, .model-form select { display: block; width: 100%; background-color: #fff; border: solid 1px #B2B2B2; -moz-border-radius: 5px; border-radius: 5px; padding: 0 13px; color: #AFAFAF; font-size: 16px; font-size: 1.6rem; }

@media screen and (max-width: 1219px) { .model-form input, .model-form textarea, .model-form select { font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 767px) { .model-form input, .model-form textarea, .model-form select { font-size: 12px; font-size: 1.2rem; } }

.model-form input, .model-form select { height: 40px; line-height: 38px; }

@media screen and (max-width: 767px) { .model-form input, .model-form select { height: 32px; line-height: 30px; } }

.model-form textarea { height: 120px; line-height: 24px; padding-top: 9px; padding-bottom: 9px; }

@media screen and (max-width: 767px) { .model-form textarea { height: 80px; line-height: 20px; padding-top: 5px; padding-bottom: 5px; } }

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

.model-form .star:before { position: absolute; content: '*'; color: #FF0000; font-size: 16px; font-size: 1.6rem; left: 13px; top: 12px; }

.model-form .star input, .model-form .star textarea, .model-form .star select { padding-left: 22px; }

.model-form .item-input { margin-bottom: 20px; }

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

@media screen and (max-width: 767px) { .model-form .item-input { margin-bottom: 10px; } }

.model-form .item-textarea { margin-bottom: 40px; }

@media screen and (max-width: 1419px) { .model-form .item-textarea { margin-bottom: 20px; } }

@media screen and (max-width: 1219px) { .model-form .item-textarea { margin-bottom: 15px; } }

@media screen and (max-width: 767px) { .model-form .item-textarea { margin-bottom: 10px; } }

.model-form .item-code { float: left; width: 165px; margin-right: 12px; }

@media screen and (max-width: 767px) { .model-form .item-code { margin-right: 0; width: -webkit-calc(100% - 120px); width: -moz-calc(100% - 120px); width: calc(100% - 120px); } }

.model-form .item-img { float: left; overflow: hidden; -moz-border-radius: 5px; border-radius: 5px; line-height: 40px; font-size: 0; cursor: pointer; }

.model-form .item-img img { max-height: 40px; vertical-align: middle; }

@media screen and (max-width: 767px) { .model-form .item-img { float: right; line-height: 32px; }
  .model-form .item-img img { max-height: 32px; } }

.model-form .item-btn { float: right; width: 216px; }

@media screen and (max-width: 767px) { .model-form .item-btn { width: 100%; margin-top: 10px; } }

.model-form .item-btn input { background-color: #E6BC77; border-color: #E6BC77; color: #FBFCFF; text-transform: uppercase; font-size: 18px; font-size: 1.8rem; -webkit-transition: all .35s; -o-transition: all .35s; -moz-transition: all .35s; transition: all .35s; }

.model-form .item-btn input:hover { background-color: #fff; border-color: #fff; color: #E6BC77; }

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

@media screen and (max-width: 767px) { .model-form .item-btn input { font-size: 14px; font-size: 1.4rem; } }

.page_banner { position: relative; padding-bottom: 43.69792%; display: block; overflow: hidden; }

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

.page_banner .item-body { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.page_banner .item-title { color: #fff; font-weight: bold; text-transform: uppercase; font-size: 42px; font-size: 4.2rem; line-height: 1.3; }

@media screen and (max-width: 1219px) { .page_banner .item-title { font-size: 34px; font-size: 3.4rem; } }

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

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

.pro1-cate1 { width: 100%; text-align: center; font-size: 0; letter-spacing: 0; margin-bottom: 30px; display: none; }

@media screen and (max-width: 991px) { .pro1-cate1 { display: block; } }

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

.pro1-cate1 > a { display: inline-block; vertical-align: top; min-width: 120px; margin: 0 5px 5px; padding: 8px 10px; font-size: 14px; font-size: 1.4rem; line-height: 20px; background-color: #A4A4A4; color: #fff; -moz-border-radius: 5px 5px 0px 0px; border-radius: 5px 5px 0px 0px; }

.pro1-cate1 > a.active, .pro1-cate1 > a:hover { background-color: #E6BC77; }

@media screen and (max-width: 767px) { .pro1-cate1 > a { min-width: auto; } }

@media screen and (max-width: 640px) { .pro1-cate1 > a { min-width: 48%; margin: 0 1% 5px; padding: 5px; } }

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

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

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

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

.n-nav .n-nav-icon { position: fixed; left: 0; top: 0; width: 65px; height: 63px; line-height: 63px; text-align: center; -webkit-transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s; z-index: 9999999999; }

@media screen and (max-width: 767px) { .n-nav .n-nav-icon { width: 50px; height: 48px; line-height: 48px; } }

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

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

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

.n-nav .n-nav-icon.active span, .n-nav .n-nav-icon.active .iconfont { display: none; }

.n-nav .n-nav-body { display: none; position: fixed; z-index: 999999998; top: 0; bottom: 0; width: 100%; left: 0; overflow-y: scroll; background-color: #fff; padding-top: 70px; }

@media screen and (max-width: 767px) { .n-nav .n-nav-body { padding-top: 55px; } }

.n-nav .box-search { background-color: #fff; padding: 5px 10px; position: relative; border: solid 1px #E6BC77; margin: 5px 10px; }

.n-nav .box-search .item-input { width: 100%; line-height: 32px; height: 32px; padding: 0 60px 0 0; }

.n-nav .box-search .iconfont { font-weight: bold; background-color: #E6BC77; width: 44px; height: 32px; line-height: 32px; -moz-border-radius: 5px; border-radius: 5px; color: #fff; text-align: center; position: absolute; right: 10px; top: 5px; z-index: 0; }

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

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

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

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

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

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

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

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

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

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

.n-nav .box-list .yiji-list li .has-next { right: 0; }

.n-nav .box-list .yiji-list li > a { padding: 10px 25px 10px 20px; line-height: 22px; position: relative; }

.n-nav .box-list .yiji-list li > a:before { position: absolute; content: ''; width: 5px; height: 5px; background-color: #fff; top: 19px; left: 10px; }

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

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

.banner { line-height: 0; font-size: 0; position: relative; }

.banner .item-icon { position: absolute; width: 28px; left: 50%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); bottom: 3.52178%; -webkit-animation: mouset 0.5s linear infinite alternate; -moz-animation: mouset 0.5s linear infinite alternate; animation: mouset 0.5s linear infinite alternate; }

.banner .item-icon img { display: block; }

@media screen and (max-width: 1219px) { .banner .item-icon { width: 25px; } }

@media screen and (max-width: 991px) { .banner .item-icon { width: 20px; } }

@media screen and (max-width: 767px) { .banner .item-icon { width: 15px; } }

@-webkit-keyframes mouset { from { bottom: 2.595%; }
  to { bottom: 3.52178%; } }

@-moz-keyframes mouset { from { bottom: 2.595%; }
  to { bottom: 3.52178%; } }

@keyframes mouset { from { bottom: 2.595%; }
  to { bottom: 3.52178%; } }

.banner .slick-arrow { position: absolute; z-index: 2; display: none !important; cursor: pointer; top: 50%; margin-top: -15px; width: 30px; height: 30px; line-height: 30px; text-align: center; background-color: #fff; background-color: rgba(255, 255, 255, 0.3); }

.banner .slick-arrow .iconfont { font-size: 14px; font-size: 1.4rem; color: #3F3E3E; }

.banner .slick-arrow:hover { background-color: #fff; }

@media screen and (max-width: 999px) { .banner .slick-arrow { display: none !important; } }

.banner .slick-prev { left: 75px; cursor: pointer; }

.banner .slick-next { right: 75px; cursor: pointer; }

.banner .slick-dots { position: absolute; z-index: 2; width: 1400px; left: 50%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); bottom: 3.89249%; font-size: 0; letter-spacing: 0; }

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

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

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

@media screen and (max-width: 767px) { .banner .slick-dots { width: 100%; padding: 0 15px; } }

.banner .slick-dots li { margin-right: 13px; display: inline-block; vertical-align: top; cursor: pointer; }

@media screen and (max-width: 1419px) { .banner .slick-dots li { margin-right: 10px; } }

@media screen and (max-width: 1219px) { .banner .slick-dots li { margin-right: 8px; } }

@media screen and (max-width: 991px) { .banner .slick-dots li { margin-right: 6px; } }

@media screen and (max-width: 767px) { .banner .slick-dots li { margin-right: 4px; } }

.banner .slick-dots li a { display: block; width: 17px; height: 17px; border: solid 1px #fff; -moz-border-radius: 50%; border-radius: 50%; }

@media screen and (max-width: 1419px) { .banner .slick-dots li a { width: 15px; height: 15px; } }

@media screen and (max-width: 1219px) { .banner .slick-dots li a { width: 12px; height: 12px; } }

@media screen and (max-width: 991px) { .banner .slick-dots li a { width: 10px; height: 10px; } }

@media screen and (max-width: 767px) { .banner .slick-dots li a { width: 8px; height: 8px; } }

.banner .slick-dots li.slick-active a { background-color: #E6BC77; border-color: #E6BC77; }

.slick-list, .slick-slider, .slick-track { position: relative; display: block; }

.slick-loading .slick-slide, .slick-loading .slick-track { visibility: hidden; }

.slick-slider { -moz-box-sizing: border-box; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }

.slick-list { overflow: hidden; margin: 0; padding: 0; }

.slick-list:focus { outline: 0; }

.slick-list.dragging { cursor: pointer; cursor: hand; }

.slick-slider .slick-list, .slick-slider .slick-track { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

.slick-track { top: 0; left: 0; }

.slick-track:after, .slick-track:before { display: table; content: ''; }

.slick-track:after { clear: both; }

.slick-slide { display: none; float: left; height: 100%; min-height: 1px; }

[dir=rtl] .slick-slide { float: right; }

.slick-slide img { display: block; }

.slick-slide.slick-loading img { display: none; }

.slick-slide.dragging img { pointer-events: none; }

.slick-initialized .slick-slide { display: block; }

.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }

.slick-arrow.slick-hidden { display: none; }

@charset "UTF-8";

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  11.1% {
    -webkit-transform: none;
            transform: none
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
            transform: skewX(-12.5deg) skewY(-12.5deg)
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
            transform: skewX(6.25deg) skewY(6.25deg)
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
            transform: skewX(-3.125deg) skewY(-3.125deg)
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
            transform: skewX(1.5625deg) skewY(1.5625deg)
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
            transform: skewX(-0.78125deg) skewY(-0.78125deg)
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
            transform: skewX(0.390625deg) skewY(0.390625deg)
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
            transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
  }
  100% {
    -webkit-transform: none;
            transform: none
  }
}

@keyframes jello {
  11.1% {
    -webkit-transform: none;
            transform: none
  }

  22.2% {

    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
            transform: skewX(-12.5deg) skewY(-12.5deg)
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
            transform: skewX(6.25deg) skewY(6.25deg)
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
            transform: skewX(-3.125deg) skewY(-3.125deg)
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
            transform: skewX(1.5625deg) skewY(1.5625deg)
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
            transform: skewX(-0.78125deg) skewY(-0.78125deg)
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
            transform: skewX(0.390625deg) skewY(0.390625deg)
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
            transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
  }
  100% {
    -webkit-transform: none;
            transform: none
  }
}



.jello{
    -webkit-animation-name:jello;
            animation-name:jello;
    -webkit-transform-origin: center;

            transform-origin: center
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}


@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInStable {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  33.333% {
    opacity: 1;
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  
  66.666666% {
    opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes zoomInStable {
 0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  33.333% {
    opacity: 1;
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  
  66.666666% {
    opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.zoomInStable {
  -webkit-animation-name: zoomInStable;
  animation-name: zoomInStable;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@keyframes anime {
from {
	opacity: 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
}
to {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-moz-transform: scaleY(1);
}
}

@-webkit-keyframes anime {
from {
	opacity: 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
}
to {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-moz-transform: scaleY(1);
}
}

@-moz-keyframes anime {
from {
	opacity: 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
}
to {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-moz-transform: scaleY(1);
}

}

@-o-keyframes anime {
from {
	opacity: 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
}
to {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-moz-transform: scaleY(1);
}
}

@-ms-keyframes anime {
from {
	opacity: 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
}
to {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-moz-transform: scaleY(1);
}

}

@media screen and (min-width:1000px) and (max-width:1219px) {}
@media screen and (max-width:1219px) {}
@media screen and (max-width:991px) {}
@media screen and (max-width:767px) {}
@media screen and (max-width:640px) {}
@media screen and (max-width:480px) {}


@font-face {
  font-family: "iconfont"; /* Project id 2948342 */
  src: url('../fonts/iconfont.woff2?t=1640767671653') format('woff2'),
       url('../fonts/iconfont.woff?t=1640767671653') format('woff'),
       url('../fonts/iconfont.ttf?t=1640767671653') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-xiaojiaoche:before {
  content: "\e67d";
}

.icon-taiyangneng:before {
  content: "\e609";
}

.icon-lunchuan:before {
  content: "\e605";
}

.icon-rv:before {
  content: "\e92b";
}

.icon-chaodadianxin:before {
  content: "\e626";
}

.icon-bianxiedeshujufenxiang:before {
  content: "\e603";
}

.icon-gaogongshuai:before {
  content: "\e67a";
}

.icon-diandongche1:before {
  content: "\e637";
}

.icon-guanbi:before {
  content: "\e638";
}

.icon-wj-wj-1:before {
  content: "\e718";
}

.icon-left23:before {
  content: "\e77f";
}

.icon-right23:before {
  content: "\e780";
}

.icon-icon-test10:before {
  content: "\e651";
}

.icon-icon-test12:before {
  content: "\e653";
}

.icon-anniu_jiantoushouqi_o:before {
  content: "\eb89";
}

.icon-anniu_jiantouxiangzuo_o:before {
  content: "\eb8a";
}

.icon-anniu_jiantouzhankai_o:before {
  content: "\eb8b";
}

.icon-anniu-jiantouxiangyou_o:before {
  content: "\eb8c";
}

.icon-yuanxingjiantoushang:before {
  content: "\e965";
}

.icon-yuanxingjiantouxia:before {
  content: "\e966";
}

.icon-yuanxingjiantouyou:before {
  content: "\e967";
}

.icon-yuanxingjiantouzuo:before {
  content: "\e968";
}

.icon-sanjiao2:before {
  content: "\e600";
}

.icon-sanjiao1:before {
  content: "\e601";
}

.icon-address:before {
  content: "\e7bc";
}

.icon-email:before {
  content: "\e7bd";
}

.icon-contact:before {
  content: "\e7be";
}

.icon-whatsapp:before {
  content: "\e7bf";
}

.icon-wechat:before {
  content: "\e7c1";
}

.icon-fax:before {
  content: "\e7c2";
}

.icon-mobile:before {
  content: "\e7c3";
}

.icon-email1:before {
  content: "\e7c4";
}

.icon-phone:before {
  content: "\e7c6";
}

.icon-tel:before {
  content: "\e7c7";
}

.icon-website1:before {
  content: "\e7c9";
}

.icon-qq:before {
  content: "\e7ca";
}

.icon-phone1:before {
  content: "\e7cb";
}

.icon-skype:before {
  content: "\e7cc";
}

.icon-message1:before {
  content: "\e7db";
}

.icon-message2:before {
  content: "\e7dc";
}

.icon-companyname:before {
  content: "\e610";
}

.icon-whatsapp1:before {
  content: "\e7c5";
}

.icon-address1:before {
  content: "\e7c8";
}

.icon-contact1:before {
  content: "\e7cd";
}

.icon-email2:before {
  content: "\e7ce";
}

.icon-email11:before {
  content: "\e7cf";
}

.icon-fax1:before {
  content: "\e7d0";
}

.icon-skype1:before {
  content: "\e7d1";
}

.icon-fax11:before {
  content: "\e7d2";
}

.icon-qq1:before {
  content: "\e7d3";
}

.icon-tel1:before {
  content: "\e7d4";
}

.icon-wechat1:before {
  content: "\e7d5";
}

.icon-website:before {
  content: "\e7d6";
}

.icon-phone2:before {
  content: "\e7d7";
}

.icon-mobile1:before {
  content: "\e7d8";
}

.icon-message:before {
  content: "\ebe1";
}

.icon-icons-hqew-:before {
  content: "\e64e";
}

.icon-yifahuo:before {
  content: "\e630";
}

.icon-lailiaoshouhuo:before {
  content: "\e606";
}

.icon-tubiao_shengchangongyi:before {
  content: "\e63a";
}

.icon-fangdajing:before {
  content: "\e666";
}

.icon-zhifeiji:before {
  content: "\e681";
}

.icon-facebook:before {
  content: "\e620";
}

.icon-pinterest:before {
  content: "\e8ab";
}

.icon-linkedin:before {
  content: "\e648";
}

.icon-youtube:before {
  content: "\e6d6";
}

.icon-twitter:before {
  content: "\e607";
}

.icon-Instagram:before {
  content: "\e6af";
}

.icon-up7:before {
  content: "\e722";
}

.icon-bottom7:before {
  content: "\e723";
}

.icon-left7:before {
  content: "\e724";
}

.icon-right7:before {
  content: "\e725";
}

.icon-up16:before {
  content: "\e746";
}

.icon-bottom16:before {
  content: "\e747";
}

.icon-left16:before {
  content: "\e748";
}

.icon-right16:before {
  content: "\e749";
}

.icon-liebiao:before {
  content: "\e834";
}

.icon-search1:before,.icon-search:before {
  content: "\e611";
}

.icon-top10:before {
  content: "\e7ee";
}

.icon-bottom10:before {
  content: "\e7ef";
}

.icon-left10:before {
  content: "\e7f0";
}

.icon-right10:before {
  content: "\e7f1";
}

.icon-list:before {
  content: "\e671";
}




/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor: 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}


/* Owl Carousel Owl Demo Theme  v1.3.3 */
/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons { font-size: 0; letter-spacing: 0; text-align: center; }

.owl-theme .owl-controls .owl-buttons div { display: inline-block; vertical-align: top; font-size: 12px; font-size: 1.2rem; }

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
/* Styling Pagination*/
.owl-theme .owl-controls .owl-pagination { font-size: 0; letter-spacing: 0; text-align: center; margin-top: 30px; }

@media screen and (max-width: 767px) { .owl-theme .owl-controls .owl-pagination { margin-top: 20px; } }

.owl-theme .owl-controls .owl-page { display: inline-block; vertical-align: top; }

.owl-theme .owl-controls .owl-page span { display: block; width: 14px; height: 14px; -moz-border-radius: 50%; border-radius: 50%; margin: 0 5px; font-size: 0; border: solid 2px #E6BC77; }

@media screen and (max-width: 991px) { .owl-theme .owl-controls .owl-page span { margin: 0 4px; width: 12px; height: 12px; } }

@media screen and (max-width: 767px) { .owl-theme .owl-controls .owl-page span { margin: 0 3px; width: 10px; height: 10px; } }

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span { background-color: #E6BC77; }

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers { height: auto; width: auto; color: #FFF; padding: 2px 10px; font-size: 12px; -moz-border-radius: 30px; border-radius: 30px; }

/* preloading images */
.owl-item.loading { min-height: 150px; background: no-repeat center center; }
.showpropage{ background: #fff; }
.m-kefu-chat.mobile-hide{ right: 6px!important; }
.page a.no:hover {color: #333!important;border-color: #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; margin-top: 21px; display: block;}
.listcart {width: 100%;text-align: center;}
.listcart a {
    display: inline-block;
    height: 34px;
    width: 200px;
    line-height: 34px;
    overflow: hidden;
    color: #fff;
    cursor: pointer;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    margin-left: 10px;
    border-radius: 5px;
  	background-color: #b8b8b8;
  	margin-bottom: 10px;
    }
    .listcart a:hover {background: #CD1216;}
    .xunpanc{margin-top: 20px;}
    .xunpanc .table {margin-top: 0;}
    .xunpanc table tr td{border: 1px solid #ccc; text-align: left; padding: 3px;}
    .xunpanc table tr td a:hover{color: #CD1216;}
    
    /*@media screen and (max-width: 1599px) {*/
    /*    .header1 .pro2-cate > a{ min-width: auto; width: auto; padding-left: 12px; padding-right: 12px; }*/
    /*}*/
    
    .ncate-list { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-flow: row wrap; -moz-box-orient: horizontal; -moz-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-box-pack: start; -webkit-justify-content: flex-start; -moz-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: stretch; -webkit-align-items: stretch; -moz-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; margin-bottom: 68px; }

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

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

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

.ncate-list .list-item { -webkit-flex-basis: 24.16667%; -ms-flex-preferred-size: 24.16667%; flex-basis: 24.16667%; margin-left: 1.11111%; background-color: #fff; margin-bottom: 22px; text-align: center; -webkit-transition: all .35s; -o-transition: all .35s; -moz-transition: all .35s; transition: all .35s; }

.ncate-list .list-item:nth-child(4n+1) { margin-left: 0; }

.ncate-list .list-item > a { display: block; padding: 20px 10px 23px; }

.ncate-list .list-item:hover, .ncate-list .list-item.active { background-color: #E6BC77; }

.ncate-list .list-item:hover .item-icon, .ncate-list .list-item:hover .item-icon *, .ncate-list .list-item:hover .item-icon a:hover, .ncate-list .list-item:hover .item-title, .ncate-list .list-item:hover .item-title *, .ncate-list .list-item:hover .item-title a:hover, .ncate-list .list-item.active .item-icon, .ncate-list .list-item.active .item-icon *, .ncate-list .list-item.active .item-icon a:hover, .ncate-list .list-item.active .item-title, .ncate-list .list-item.active .item-title *, .ncate-list .list-item.active .item-title a:hover { color: #fff !important; }

.ncate-list .list-item:hover .item-title:before, .ncate-list .list-item.active .item-title:before { background-color: #fff; }

@media screen and (max-width: 991px) { .ncate-list .list-item { margin-bottom: 15px; }
  .ncate-list .list-item > a { padding: 15px 5px; } }

@media screen and (max-width: 767px) { .ncate-list .list-item { -webkit-flex-basis: 31.33%; -ms-flex-preferred-size: 31.33%; flex-basis: 31.33%; margin: 0 1% 15px !important; } }

@media screen and (max-width: 480px) { .ncate-list .list-item { -webkit-flex-basis: 48%; -ms-flex-preferred-size: 48%; flex-basis: 48%; margin: 0 1% 10px !important; }
  .ncate-list .list-item > a { padding: 10px 5px; } }

.ncate-list .item-icon { font-size: 54px; font-size: 5.4rem; line-height: 1; -webkit-transition: all .35s; -o-transition: all .35s; -moz-transition: all .35s; transition: all .35s; }

@media screen and (max-width: 991px) { .ncate-list .item-icon { font-size: 48px; font-size: 4.8rem; } }

@media screen and (max-width: 767px) { .ncate-list .item-icon { font-size: 40px; font-size: 4rem; } }

.ncate-list .item-title { font-size: 16px; font-size: 1.6rem; line-height: 1.3; position: relative; padding-top: 22px; -webkit-transition: all .35s; -o-transition: all .35s; -moz-transition: all .35s; transition: all .35s; }

.ncate-list .item-title:before { position: absolute; content: ''; width: 72px; height: 1px; background-color: #E6BC77; left: 0; right: 0; margin: 0 auto; top: 0; -webkit-transition: all .35s; -o-transition: all .35s; -moz-transition: all .35s; transition: all .35s; }

@media screen and (max-width: 991px) { .ncate-list .item-title { font-size: 14px; font-size: 1.4rem; padding-top: 15px; }
  .ncate-list .item-title:before { width: 60px; } }

@media screen and (max-width: 767px) { .ncate-list .item-title { font-size: 12px; font-size: 1.2rem; padding-top: 10px; }
  .ncate-list .item-title:before { width: 50px; } }
    
.contact-pc li a, .contact-phone li a { position: relative; z-index: 1; overflow: hidden; -webkit-transition: background 0.4s linear, color 0.3s linear; -o-transition: background 0.4s linear, color 0.3s linear; -moz-transition: background 0.4s linear, color 0.3s linear; transition: background 0.4s linear, color 0.3s linear; }

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

.contact-pc li a .iconfont, .contact-phone li a .iconfont { -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; }

.contact-pc li a:hover, .contact-phone li a:hover { border-color: #fff !important; background-color: #fff \9; color: #fff !important; }

.contact-pc li a:hover .iconfont, .contact-phone li a:hover .iconfont { color: #E6BC77 !important; }

.contact-pc li a:hover:before, .contact-phone li a:hover:before { height: 300%; opacity: 1; filter: alpha(opacity=100); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

    
.news1-list .item-btn { border: 1px solid #E6BC77; }

.header1{ display: none!important;}
@media screen and (max-width: 991px) {
	.header1{ display: block!important;}
}

.header{ z-index: 99999999; position: fixed; }    
    
.header.fixed{
	background-color: #000;
	background-color: rgba(0,0,0,0.66);
}
.header.fixed .h-bg{
	background-color: #000;
	background-color: rgba(0,0,0,0.66);
} 
.header.pronav{
	background-color: #000;
	background-color: rgba(0,0,0,0.66);
}
.header.pronav .h-bg{
	background-color: #000;
	background-color: rgba(0,0,0,0.66);
}
    
    .prodetails-spec .item-videobox { width: 100%; max-width: 1200px; overflow: hidden; margin: 0 auto; }

.prodetails-spec .item-videobox .item-video { position: relative; overflow: hidden; padding-bottom: 47.16667%; height: 0; }

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

.prodetails-spec .item-videobox .item-video iframe body { margin: 0px !important; }
    
   .prombx{ margin-top: 94px; } 
    
    .fixedmbx{ margin-top: 100px; }
    
    
    