.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: #2E3337; color: #fff; font-family: arial, helvetica, sans-serif; font-size: 14px; font-size: 1.4rem; max-width: 1920px; margin: 0 auto; overflow-x: hidden; }

img { border: none; }

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

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

a { text-decoration: none; color: #fff; 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: #FF420F; }
::selection { color: #fff; background: #FF420F; }

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

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

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

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

.relative { position: relative; }

.absolute { position: absolute; }

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

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

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

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

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

.nlazy { min-width: 20%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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_marginr { margin-right: auto !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (max-width: 767px) { .page .add-form { float: none; }
  .page .add-form .add-btn { min-width: 140px; height: 28px; line-height: 26px; font-size: 12px; font-size: 1.2rem; } }

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

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

.contact-pc li:hover { background-color: #FF420F; }

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

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

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

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

.c1 .iconfont { font-size: 30px; font-size: 3rem; }

.c2 .iconfont { font-size: 32px; font-size: 3.2rem; }

.c3 .iconfont { font-size: 26px; font-size: 2.6rem; }

.c4 .iconfont { font-size: 26px; font-size: 2.6rem; }

.c5 .iconfont { font-size: 26px; font-size: 2.6rem; }

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

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

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

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

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

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

/*back-top*/
@-webkit-keyframes top-shadow { 0% { box-shadow: 0px 0px 0 0px rgba(2, 29, 92, 0.77); }
  20% { box-shadow: 0px 3px 7px 0px rgba(2, 29, 92, 0.77); }
  50% { box-shadow: 0px 5px 15px 0px rgba(2, 29, 92, 0.77); }
  75% { box-shadow: 0px 3px 7px 0px rgba(2, 29, 92, 0.77); }
  100% { box-shadow: 0px 0px 0 0px rgba(2, 29, 92, 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; -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:before { position: absolute; content: ''; width: 42px; height: 42px; top: 3px; right: -3px; background-color: #B03637; opacity: 0.7; }

.back-top .iconfont { display: block; font-size: 22px; font-size: 2.2rem; color: #fff; position: relative; width: 42px; height: 42px; line-height: 42px; background-color: #FF420F; }

@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: 14px; font-size: 1.4rem; color: #fff; }

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

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

/*-------------pro-share end---------------------------------------------------------------*/
/*-------------m-oths----------------------------------------------------------------------*/
.m-oths { border-top: solid 1px #D9D9D9; padding-top: 43px; font-size: 16px; font-size: 1.6rem; }

.m-oths .oths-item { line-height: 30px; margin-bottom: 14px; }

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

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

.m-oths .item-btn { width: 86px; height: 30px; line-height: 28px; border: solid 1px #666; display: inline-block; text-align: center; margin-right: 15px; font-size: 14px; font-size: 1.4rem; float: left; color: #fff; }

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

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

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

/*-------------bread start-----------------------------------------------------------------*/
.bread { border-bottom: solid 1px #D9D9D9; font-size: 16px; font-size: 1.6rem; font-family: "Oswald-Regular"; line-height: 24px; overflow: hidden; padding-top: 21px; padding-bottom: 22px; }

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

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

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

@media screen and (max-width: 767px) { .bread { font-size: 14px; font-size: 1.4rem; padding-top: 5px; padding-bottom: 5px; } }

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

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

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

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

/* Internet Explorer 10+ */
.search-box { position: relative; width: 156px; height: 25px; border-radius: 13px; background-color: #FFFFFF; cursor: pointer; }

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

.search-box .iconfont { font-size: 12px; font-size: 1.2rem; color: #FF420F; position: absolute; width: 30px; height: 20px; line-height: 20px; text-align: center; right: 0; top: 50%; margin-top: -10px; }

.search-box .item-input { position: absolute; top: 0; left: 0; width: 100%; height: 100%; line-height: 20px; padding: 0 30px 0 15px; color: #2E3337; font-size: 14px; font-size: 1.4rem; }

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

/*-------------header start----------------------------------------------------------------*/
.header { width: 100%; position: relative; z-index: 9999; }

.header .h-top { padding: 28px 0 30px; line-height: 20px; }

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

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

@media screen and (max-width: 991px) { .header .h-top { padding: 20px 0; } }

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

.header .wp { padding-left: 195px; }

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

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

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

.header .logo { display: block; position: absolute; left: 0; top: 10px; width: 90px; }

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

.header .logo img { display: block; }

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

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

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

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

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

.header .navlist > li:first-child > a:before { display: none; }

.header .navlist > li > a { font-size: 20px; font-size: 2rem; line-height: 24px; color: #fff; font-family: "Oswald-Regular"; position: relative; }

.header .navlist > li > a:before { position: absolute; content: '/'; left: -56px; color: #fff; }

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

@media screen and (max-width: 1219px) { .header .navlist > li { margin-left: 80px; }
  .header .navlist > li > a:before { left: -40px; } }

@media screen and (max-width: 991px) { .header .navlist > li { margin-left: 40px; padding-bottom: 26px; }
  .header .navlist > li > a { font-size: 16px; font-size: 1.6rem; }
  .header .navlist > li > a:before { left: -20px; } }

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

.header .navlist li:hover .yiji { top: 100%; }

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

.header .yiji { z-index: 99; position: absolute; top: 100%; width: 220px; left: 50%; margin-left: -110px; display: block; visibility: hidden; opacity: 0; -webkit-transform: translateY(30px); -moz-transform: translateY(30px); -ms-transform: translateY(30px); -o-transform: translateY(30px); transform: translateY(30px); -webkit-transform-origin: top; -moz-transform-origin: top; -ms-transform-origin: top; -o-transform-origin: top; transform-origin: top; -webkit-transition: all 400ms ease; -o-transition: all 400ms ease; -moz-transition: all 400ms ease; transition: all 400ms ease; }

.header .yiji li { position: relative; text-align: left; background-color: #2E3337; }

.header .yiji li > a { display: block; line-height: 20px; padding: 8px 15px; font-size: 16px; font-size: 1.6rem; color: #fff; font-family: "Oswald-Regular"; }

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

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

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

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

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

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

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

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

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

.navlist1 > li:first-child > a:before { display: none; }

.navlist1 > li > a { font-size: 14px; font-size: 1.4rem; line-height: 24px; color: #fff; font-family: "Oswald-Regular"; position: relative; }

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

/*-------------header end------------------------------------------------------------------*/
/*-------------footer start----------------------------------------------------------------*/
.footer .f-top { background-color: #1F1F1F; }

.footer .f-top .list-item { font-size: 16px; font-size: 1.6rem; line-height: 28px; float: left; width: 25.33333%; padding: 30px 0 34px; }

.footer .f-top .item3 { float: none; overflow: hidden; width: auto !important; }

.footer .f-top .iconfont { float: left; font-size: 34px; font-size: 3.4rem; line-height: 36px; color: #fff; display: block; border-right: solid 1px #EB2D2F; margin-top: 10px; margin-right: 12px; padding: 0 10px; }

.footer .f-top .item-body { overflow: hidden; }

.footer .f-top .add { font-size: 14px; font-size: 1.4rem; }

.footer .f-top a:hover { color: #FF420F; }

@media screen and (max-width: 991px) { .footer .f-top .list-item { font-size: 14px; font-size: 1.4rem; width: 29.16667%; }
  .footer .f-top .iconfont { font-size: 24px; font-size: 2.4rem; } }

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

.footer .f-bot { background-color: #333; padding: 60px 0 20px; }

.footer .f-bot .footer-title { font-weight: bold; text-transform: uppercase; font-size: 20px; font-size: 2rem; margin-bottom: 25px; }

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

.footer .f-bot ul { line-height: 24px; }

.footer .f-bot .flist1 { float: left; width: 414px; }

.footer .f-bot .flist1 ul { float: left; width: 155px; padding-right: 10px; }

.footer .f-bot .flist2 { float: left; width: 400px; }

.footer .f-bot .flist3 { float: right; width: 310px; }

.footer .f-bot .copyright { line-height: 30px; }

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

.footer .f-bot .f-follow { font-size: 0; letter-spacing: 0; margin-bottom: 25px; margin-top: 21px; }

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

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

.footer .f-bot .f-follow a svg, .footer .f-bot .f-follow a img { max-width: 32px; max-height: 32px; }

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

.footer .f-bot .links { padding: 18px 0 10px; border-top: solid 1px #fff; font-size: 18px; font-size: 1.8rem; line-height: 24px; font-weight: bold; }

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

@media screen and (max-width: 1219px) { .footer .f-bot .flist1 { width: 310px; }
  .footer .f-bot .flist2 { width: 320px; } }

@media screen and (max-width: 991px) { .footer .f-bot { padding: 40px 0 20px; }
  .footer .f-bot .footer-title { font-size: 18px; font-size: 1.8rem; margin-bottom: 20px; }
  .footer .f-bot .flist1 ul { width: 50%; }
  .footer .f-bot .flist2 { padding-right: 10px; }
  .footer .f-bot .flist1, .footer .f-bot .flist2, .footer .f-bot .flist3 { width: 33.33%; } }

@media screen and (max-width: 767px) { .footer .f-bot { border-top: solid 1px #1F1F1F; text-align: center; padding: 15px 0; }
  .footer .f-bot .flist1, .footer .f-bot .flist2, .footer .f-bot .footer-title, .footer .f-bot .links { display: none; }
  .footer .f-bot .flist3 { width: 100%; }
  .footer .f-bot .f-follow { margin: 15px 0 0; }
  .footer .f-bot .copyright { line-height: 24px; } }

/*-------------footer end------------------------------------------------------------------*/
/*-------------index start-----------------------------------------------------------------*/
.index-title { font-size: 52px; font-size: 5.2rem; font-family: "Oswald-Bold"; text-transform: uppercase; line-height: 1.06; padding-left: 38px; position: relative; }

.index-title:before { position: absolute; content: ''; width: 13px; top: 0; bottom: 0; background-color: #FF420F; left: 8px; }

.index-title a:hover { color: #FF420F !important; }

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

@media screen and (max-width: 991px) { .index-title { font-size: 32px; font-size: 3.2rem; padding-left: 20px; }
  .index-title:before { width: 10px; left: 0; } }

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

@media screen and (max-width: 640px) { .index-title { font-size: 20px; font-size: 2rem; padding-left: 10px; }
  .index-title:before { width: 4px; } }

/* index-cate start */
.index-cate { background-color: #fff; padding: 61px 0 66px; }

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

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

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

.index-cate .index-title, .index-cate .index-title a { color: #2E3337; }

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

.index-cate .box-list .list-item { display: inline-block; width: 31.16667%; margin-left: 3.25%; margin-top: 53px; }

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

@media screen and (max-width: 991px) { .index-cate .box-list .list-item { margin-top: 30px; } }

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

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

.index-cate .box-list .item-pic { margin-bottom: 30px; }

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

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

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

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

.index-cate .box-list .item-title { font-family: "Oswald-Bold"; text-transform: uppercase; font-size: 30px; font-size: 3rem; line-height: 1; margin-bottom: 11px; }

.index-cate .box-list .item-title, .index-cate .box-list .item-title a { color: #2E3337; }

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

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

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

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

.index-cate .box-list .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 30px; height: 60px; margin-bottom: 13px; }

.index-cate .box-list .item-desc, .index-cate .box-list .item-desc a { color: #999; }

@media screen and (max-width: 1219px) { .index-cate .box-list .item-desc { line-height: 28px; height: 56px; } }

@media screen and (max-width: 991px) { .index-cate .box-list .item-desc { line-height: 24px; height: 48px; } }

@media screen and (max-width: 767px) { .index-cate .box-list .item-desc { line-height: 22px; height: 44px; } }

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

.index-cate .box-list .item-btn { display: inline-block; min-width: 108px; line-height: 30px; border-radius: 15px; background-color: #666; text-align: center; color: #fff; text-transform: uppercase; font-size: 14px; font-size: 1.4rem; }

.index-cate .box-list .item-btn:hover { background-color: #FF420F; }

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

/* index-cate end */
/* index-hotpro start */
.index-hotpro { background: url(../images/bg1.jpg) no-repeat center; background-attachment: cover; position: relative; }

.index-hotpro .item-pic { overflow: hidden; float: right; width: 58.22917%; margin-left: 1.5625%; position: relative; z-index: 9; }

.index-hotpro .item-pic img { display: block; width: 100%; }

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

.index-hotpro .box-body { position: absolute; top: 50%; margin-top: -105px; left: 0; width: 100%; }

.index-hotpro .box-body .item-box { float: right; height: 1px; width: 58.22917%; margin-left: 1.5625%; }

@media screen and (max-width: 1219px) { .index-hotpro .box-body { margin-top: -82px; } }

@media screen and (max-width: 991px) { .index-hotpro .box-body { margin-top: -65px; } }

@media screen and (max-width: 767px) { .index-hotpro .box-body { position: relative; top: auto; margin: 0; padding: 30px 0; }
  .index-hotpro .box-body .item-box { display: none; } }

.index-hotpro .item-body { overflow: hidden; }

.index-hotpro .index-title { margin-bottom: 35px; }

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

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

.index-hotpro .item-desc { line-height: 30px; height: 120px; overflow: hidden; }

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

.index-hotpro .item-desc a:hover { color: #FF420F; }

@media screen and (max-width: 1219px) { .index-hotpro .item-desc { line-height: 26px; height: 104px; } }

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

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

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

/* index-hotpro end */
/* index-probox start */
.index-probox { padding: 41px 0 79px; }

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

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

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

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

.index-probox .box-list .list-item { display: inline-block; width: 32%; margin-left: 1.83333%; margin-top: 49px; }

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

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

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

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

.index-probox .box-list .item-pic { margin-bottom: 34px; }

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

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

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

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

.index-probox .box-list .item-title { font-family: "Oswald-Bold"; text-transform: uppercase; font-size: 30px; font-size: 3rem; line-height: 1; margin-bottom: 11px; }

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

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

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

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

.index-probox .box-list .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 30px; height: 60px; }

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

@media screen and (max-width: 1219px) { .index-probox .box-list .item-desc { line-height: 28px; height: 56px; } }

@media screen and (max-width: 991px) { .index-probox .box-list .item-desc { line-height: 24px; height: 48px; } }

@media screen and (max-width: 767px) { .index-probox .box-list .item-desc { line-height: 22px; height: 44px; } }

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

/* index-probox end */
/* index-about start */
.index-about { background-color: #EEEEEE; padding: 61px 0 66px; }

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

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

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

.index-about .index-title { margin-bottom: 37px; }

.index-about .index-title, .index-about .index-title a { color: #2E3337; }

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

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

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

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

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

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

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

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

.index-about .item-pic img { display: block !important; width: 100%; }

/* index-about end */
/* Our advantage start */
.index-adbox { background-color: #fff; padding: 46px 0 49px; }

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

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

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

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

.index-adbox .box-list .list-item { display: inline-block; vertical-align: top; width: 27.5%; margin-left: 8.75%; margin-bottom: 20px; }

@media screen and (max-width: 1219px) { .index-adbox .box-list .list-item { width: 32%; margin-left: 2%; } }

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

.index-adbox .box-list .item-pic { margin-bottom: 26px; }

.index-adbox .box-list .item-pic img { width: 100%; max-width: 75px; display: block !important; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; }

.index-adbox .box-list .item-pic img:hover { -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); }

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

@media screen and (max-width: 991px) { .index-adbox .box-list .item-pic { width: 66px; margin-bottom: 15px; margin-left: auto; margin-right: auto; } }

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

.index-adbox .box-list .item-title { font-size: 24px; font-size: 2.4rem; line-height: 1; font-family: "Oswald-Bold"; text-transform: uppercase; margin-bottom: 29px; }

.index-adbox .box-list .item-title, .index-adbox .box-list .item-title a { color: #2E3337; }

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

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

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

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

.index-adbox .box-list .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 30px; max-height: 150px; }

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

@media screen and (max-width: 1219px) { .index-adbox .box-list .item-desc { line-height: 26px; max-height: 130px; } }

@media screen and (max-width: 991px) { .index-adbox .box-list .item-desc { line-height: 24px; max-height: 120px; text-align: center; } }

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

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

/* Our advantage end */
/* index-project start */
.index-project { padding: 111px 0 125px; background: url(../images/bg2.jpg) no-repeat center bottom; background-attachment: fixed; position: relative; }

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

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

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

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

.index-project .index-title { margin-bottom: 74px; }

@media screen and (max-width: 1219px) { .index-project .index-title { margin-bottom: 60px; } }

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

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

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

.index-project .box-list .list-item { display: inline-block; width: 23.66667%; margin-left: 1.77778%; margin-bottom: 20px; }

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

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

/* index-project end */
/* index-news start */
.index-news { position: relative; background-color: #fff; padding: 30px 0 28px; }

.index-news .box-item { width: 298px; margin-left: 12px; padding-top: 23px; padding-bottom: 54px; position: relative; }

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

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

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

.index-news .box-item:before { position: absolute; content: ''; width: 100%; bottom: 0; top: 0; left: 100px; border: solid 6px #EEEEEE; -moz-box-sizing: border-box; box-sizing: border-box; }

@media screen and (max-width: 1219px) { .index-news .box-item:before { left: 50px; } }

@media screen and (max-width: 991px) { .index-news .box-item:before { left: 20px; } }

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

.index-news .box-item .item-title { font-size: 66px; font-size: 6.6rem; text-transform: uppercase; font-family: "Oswald-Bold"; line-height: 1.18; margin-bottom: 21px; position: relative; }

.index-news .box-item .item-title, .index-news .box-item .item-title a { color: #FF420F; }

.index-news .box-item .item-title a:hover { color: #2E3337 !important; }

@media screen and (max-width: 1219px) { .index-news .box-item .item-title { font-size: 50px; font-size: 5rem; } }

@media screen and (max-width: 991px) { .index-news .box-item .item-title { font-size: 40px; font-size: 4rem; } }

@media screen and (max-width: 767px) { .index-news .box-item .item-title { font-size: 30px; font-size: 3rem; text-align: center; }
  .index-news .box-item .item-title br { display: none; } }

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

.index-news .box-item .item-desc { font-size: 12px; font-size: 1.2rem; line-height: 20px; max-width: 287px; background-color: #333; padding: 11px 13px; position: relative; }

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

@media screen and (max-width: 767px) { .index-news .box-item .item-desc { max-width: 100%; padding: 8px; margin-bottom: 10px; } }

.index-news .box-body { width: 53.02083%; position: absolute; bottom: 0; right: 0; background-color: #F1F1F1; }

@media screen and (max-width: 767px) { .index-news .box-body { position: relative; width: auto; margin: 0 15px; } }

.index-news .box-body .box-title { background-color: #FF420F; text-align: center; text-transform: uppercase; position: relative; }

.index-news .box-body .box-title:before { position: absolute; content: ''; left: 46px; right: 46px; height: 1px; background-color: #fff; top: 50%; margin-top: -0.5px; }

.index-news .box-body .box-title a { display: inline-block; letter-spacing: 6.7px; padding: 23px 10px; background-color: #FF420F; position: relative; line-height: 20px; }

.index-news .box-body .box-title a:hover { color: #2E3337; }

@media screen and (max-width: 767px) { .index-news .box-body .box-title a { padding: 15px 10px; } }

@media screen and (max-width: 480px) { .index-news .box-body .box-title a { padding: 10px; letter-spacing: 2px; } }

.index-news .box-body .box-list { padding: 47px 44px 17px; }

.index-news .box-body .box-list .list-item { margin-bottom: 55px; }

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

@media screen and (max-width: 991px) { .index-news .box-body .box-list { padding: 30px 20px 1px; }
  .index-news .box-body .box-list .list-item { margin-bottom: 30px; } }

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

.index-news .box-body .box-list .item-date { width: 80px; height: 86px; border: solid 1px #999999; float: left; margin-right: 18px; text-align: center; }

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

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

.index-news .box-body .box-list .item-date .p1 { font-size: 30px; font-size: 3rem; line-height: 1; color: #333; margin-top: 5px; }

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

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

@media screen and (max-width: 640px) { .index-news .box-body .box-list .item-date .p1 { font-size: 18px; font-size: 1.8rem; } }

.index-news .box-body .box-list .item-date .line { width: 28px; height: 1px; background-color: #CCCCCC; margin: 10px auto 11px; }

@media screen and (max-width: 991px) { .index-news .box-body .box-list .item-date .line { margin: 5px auto; } }

.index-news .box-body .box-list .item-date .p2 { color: #999; }

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

.index-news .box-body .box-list .item-body { overflow: hidden; max-width: 540px; }

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

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

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

.index-news .box-body .box-list .item-title { font-size: 16px; font-size: 1.6rem; line-height: 24px; }

.index-news .box-body .box-list .item-title, .index-news .box-body .box-list .item-title a { color: #000; }

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

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

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

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

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

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

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

@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-1-products start----------------------------------------------------------*/
.pro-main { margin-top: 51px; padding-top: 137px; position: relative; }

@media screen and (max-width: 991px) { .pro-main { margin-top: 30px; padding-top: 0; } }

.cate-scrollbox { position: absolute; top: 0; left: 50%; margin-left: -470.5px; width: 941px; padding: 0 42px; z-index: 9; }

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

.cate-scrollbox .scroll-btns .scroll-btn { display: inline-block; cursor: pointer; position: absolute; top: 20px; }

.cate-scrollbox .scroll-btns .scroll-btn .iconfont { color: #C7C7C7; font-size: 24px; font-size: 2.4rem; }

.cate-scrollbox .scroll-btns .scroll-btn .iconfont:hover { color: #FF420F; }

.cate-scrollbox .scroll-btns .scroll-btn.prev { left: 0; }

.cate-scrollbox .scroll-btns .scroll-btn.next { right: 0; }

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

.cate-scrollbox .scroll-list { width: 1000%; }

.cate-scrollbox .scroll-list .list-item { float: left; width: 3.11552%; margin-right: 0.32672%; position: relative; padding: 5px 0; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; }

.cate-scrollbox .scroll-list .list-item:hover, .cate-scrollbox .scroll-list .list-item.active { padding: 0; }

.cate-scrollbox .scroll-list .list-item:hover > p, .cate-scrollbox .scroll-list .list-item.active > p { height: 64px; padding-top: 8px; padding-bottom: 8px; background-color: #FF420F; }

.cate-scrollbox .scroll-list .list-item:hover > p > a, .cate-scrollbox .scroll-list .list-item.active > p > a { color: #fff; }

.cate-scrollbox .scroll-list .list-item > p { height: 54px; overflow: hidden; padding: 4px; background-color: #fff; border-radius: 5px; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; border: solid 1px #FF420F; }

.cate-scrollbox .scroll-list .list-item > p > a { display: table-cell; vertical-align: middle; height: 44px; line-height: 22px; width: 500px; text-align: center; color: #333; font-size: 20px; font-size: 2rem; text-transform: uppercase; }

.cate-scrollbox .scroll-list .list-item:hover { height: 232px; }

.cate-scrollbox .scroll-list .list-item:hover > .cate-yijibox { top: 64px; }

.cate-scrollbox .scroll-list .cate-yijibox { position: absolute; top: -999px; left: 50%; margin-left: -133.5px; width: 267px; z-index: 99; height: 168px; overflow-y: scroll; border-top: solid 1px transparent; }

.cate-scrollbox .scroll-list .cate-yiji { width: 100%; min-height: 100%; padding: 8px 0; background-color: #fff; background-color: rgba(255, 255, 255, 0.95); }

.cate-scrollbox .scroll-list .cate-yiji > dd > a { display: block; font-size: 14px; font-size: 1.4rem; line-height: 20px; padding: 9px 15px 9px 45px; color: #333; position: relative; }

.cate-scrollbox .scroll-list .cate-yiji > dd > a .iconfont { color: #fff; position: absolute; font-size: 13px; font-size: 1.3rem; left: -99px; line-height: 20px; top: 9px; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; }

.cate-scrollbox .scroll-list .cate-yiji > dd:hover > a { background-color: #FF420F; color: #fff; }

.cate-scrollbox .scroll-list .cate-yiji > dd:hover > a .iconfont { left: 23px; }

/* pro1-top start */
.pro1-top { margin-top: -10px; }

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

.pro1-top .item-title { font-family: "Oswald-Regular"; font-size: 22px; font-size: 2.2rem; line-height: 1.2; margin-bottom: 27px; }

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

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

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

.pro1-top .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 26px; margin-bottom: 65px; }

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

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

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

/* pro1-top end */
.pro1-list { font-size: 0; letter-spacing: 0; padding-bottom: 33px; }

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

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

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

.pro1-list .list-item { display: inline-block; width: 32%; margin-left: 2%; margin-bottom: 53px; }

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

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

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

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

.pro1-list .item-pic { margin-bottom: 36px; }

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

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

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

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

.pro1-list .item-title { font-family: "Oswald-Bold"; text-transform: uppercase; font-size: 24px; font-size: 2.4rem; line-height: 1; margin-bottom: 17px; }

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

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

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

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

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

.pro1-list .item-desc, .pro1-list .item-desc a { color: #fff; }

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

@media screen and (max-width: 991px) { .pro1-list .item-desc { line-height: 24px; height: 48px; } }

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

@media screen and (max-width: 640px) { .pro1-list .item-desc { font-size: 12px; font-size: 1.2rem; line-height: 20px; height: 40px; margin-bottom: 10px; } }

.pro1-list .item-btnbox { font-size: 0; letter-spacing: 0; }

.pro1-list .item-btnbox > * { display: inline-block; vertical-align: middle; }

.pro1-list .item-btn { display: inline-block; min-width: 128px; line-height: 22px; padding: 10px; border: solid 1px #fff; font-size: 14px; font-size: 1.4rem; color: #fff; text-align: center; margin-right: 15px; }

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

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

@media screen and (max-width: 991px) { .pro1-list .item-btn { min-width: 115px; } }

@media screen and (max-width: 767px) { .pro1-list .item-btn { min-width: 100px; padding: 3px; margin-right: 10px; } }

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

.slide-title { position: relative; font-size: 18px; font-size: 1.8rem; margin-bottom: 10px; font-family: "Oswald-Bold"; border-bottom: solid 2px #fff; }

.slide-title a { display: block; line-height: 24px; padding: 10px 0; text-transform: uppercase; }

/*proslide start*/
.proslide { margin-top: 30px; display: none; }

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

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

.proslide .slide-list > li { background-color: #F2F2F2; border-top: solid 1px #DBDBDB; }

.proslide .slide-list > li:first-child { border-top: 0; }

.proslide .slide-list > li > a { display: block; font-size: 16px; font-size: 1.6rem; line-height: 24px; padding: 10px 25px 10px 10px; position: relative; color: #333; font-family: "Oswald-Regular"; }

@media screen and (max-width: 640px) { .proslide .slide-list > li > a { font-size: 14px; font-size: 1.4rem; } }

.proslide .slide-list > li .iconfont { font-size: 14px; font-size: 1.4rem; color: #666; position: absolute; right: 8px; top: 13px; }

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

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

.proslide .slide-list > li:hover .iconfont:before, .proslide .slide-list > li.active .iconfont:before { content: "\e723"; }

.proslide .slide-yiji > li > a { display: block; color: #666; padding: 10px 10px 10px 20px; line-height: 20px; font-family: "Oswald-Regular"; }

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

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

.proslide .slide-erji > li > a { display: block; color: #666; padding: 5px 10px 5px 40px; line-height: 20px; font-family: "Oswald-Regular"; }

@media screen and (max-width: 640px) { .proslide .slide-erji > li > a { font-size: 12px; font-size: 1.2rem; } }

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

/*proslide end*/
/*-------------1-1-products end------------------------------------------------------------*/
/*-------------1-2-products start----------------------------------------------------------*/
.pro2-top { position: relative; }

.pro2-top .prob-pic { width: 49.83333%; margin-right: 8.5%; float: left; }

.pro2-top .prob-pic-big { position: relative; border: solid 0 #ccc; }

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

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

.pro2-top .zoomWrapperImage img { max-width: 1200px; }

.pro2-top .prob-pic-small { position: absolute; overflow: hidden; bottom: 0; right: 0; width: 41.66667%; padding: 0 37px; }

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

.pro2-top .prob-pic-btn .iconfont { color: #97999a; font-size: 20px; font-size: 2.0rem; }

.pro2-top .prob-pic-btn .iconfont:hover { color: #FF420F; }

.pro2-top .prob-pic-btn.prev { left: 0; }

.pro2-top .prob-pic-btn.next { right: 0; }

@media screen and (max-width: 991px) { .pro2-top .prob-pic-btn { margin-top: -15px; }
  .pro2-top .prob-pic-btn .iconfont { font-size: 30px; font-size: 3rem; } }

.pro2-top .prob-pic-list { overflow: hidden; }

.pro2-top .prob-pic-list ul { width: 10000%; overflow: hidden; }

.pro2-top .prob-pic-list li { position: relative; float: left; width: 0.28169%; margin-right: 0.07746%; }

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

.pro2-top .prob-pic-item .item-pics.zoomThumbActive { border: solid 1px #FF420F; }

.pro2-top .prob-pic-item .item-pics img { display: block; }

@media screen and (max-width: 1219px) { .pro2-top .prob-pic { margin-right: 2.5%; }
  .pro2-top .prob-pic-small { width: 47.66667%; padding: 0 37px; } }

@media screen and (max-width: 991px) { .pro2-top .prob-pic { float: none; margin: 0 auto 30px; width: 100%; max-width: 598px; }
  .pro2-top .prob-pic-big { width: 100%; margin: 0 auto 15px; }
  .pro2-top .prob-pic-small { position: relative; left: auto; bottom: auto; padding: 0 40px; width: 100%; }
  .pro2-top .prob-pic-list li { padding: 0; width: 0.32%; margin-right: 0.02%; } }

@media screen and (max-width: 767px) { .pro2-top .prob-pic { width: 100%; max-width: 100%; }
  .pro2-top .prob-pic-big { display: none; }
  .pro2-top .prob-pic-small { margin-top: 0; padding: 0 40px; }
  .pro2-top .prob-pic-list ul { padding: 0; }
  .pro2-top .prob-pic-list ul li { margin-right: .02%; width: 0.32%; box-shadow: none; }
  .pro2-top .prob-pic-item .item-pics { border: 0; }
  .pro2-top .prob-pic-item .item-pics.zoomThumbActive { border: 0; } }

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

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

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

.pro2-top { margin-bottom: 71px; }

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

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

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

.pro2-top .item-body { overflow: hidden; padding-bottom: 120px; }

@media screen and (max-width: 991px) { .pro2-top .item-body { padding-bottom: 0; } }

.pro2-top .item-title { font-size: 24px; font-size: 2.4rem; margin-bottom: 15px; line-height: 1.2; color: #fff; font-family: "Oswald-Bold"; text-transform: uppercase; }

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

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

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

.pro2-top .item-desc { margin-bottom: 15px; min-height: 240px; font-size: 14px; font-size: 1.4rem; line-height: 26px; }

@media screen and (max-width: 1219px) { .pro2-top .item-desc { line-height: 22px; min-height: 198px; } }

@media screen and (max-width: 991px) { .pro2-top .item-desc { min-height: auto; } }

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

.pro2-top .pro-share { margin-bottom: 49px; }

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

.pro2-top .item-btns { font-size: 0; letter-spacing: 0; text-align: center; }

@media screen and (max-width: 991px) { .pro2-top .item-btns { text-align: left; } }

.pro2-top .item-btns .item-btn { font-size: 14px; font-size: 1.4rem; text-align: center; display: inline-block; vertical-align: top; min-width: 128px; line-height: 24px; padding: 10px; background-color: #fff; color: #333; margin-bottom: 10px; }

.pro2-top .item-btns .item-btn:first-child { margin-right: 55px; }

.pro2-top .item-btns .item-btn:hover { background-color: #FF420F; color: #fff; }

@media screen and (max-width: 991px) { .pro2-top .item-btns .item-btn { padding: 8px; }
  .pro2-top .item-btns .item-btn:first-child { margin-right: 30px; } }

@media screen and (max-width: 767px) { .pro2-top .item-btns .item-btn { padding: 5px; }
  .pro2-top .item-btns .item-btn:first-child { margin-right: 20px; } }

.pro2-spec .box-body { padding: 25px 0 40px; font-size: 16px; font-size: 1.6rem; line-height: 28px; }

.pro2-spec .box-body p { min-height: 14px; }

.pro2-spec .box-body em { font-style: normal; font-family: "Oswald-Regular"; font-size: 26px; font-size: 2.6rem; color: #FF420F; text-transform: uppercase; }

.pro2-spec .box-body img, .pro2-spec .box-body iframe { max-width: 100%; }

@media screen and (max-width: 1219px) { .pro2-spec .box-body { padding-top: 0; line-height: 26px; }
  .pro2-spec .box-body em { font-size: 24px; font-size: 2.4rem; } }

@media screen and (max-width: 991px) { .pro2-spec .box-body { font-size: 14px; font-size: 1.4rem; line-height: 24px; }
  .pro2-spec .box-body em { font-size: 20px; font-size: 2rem; } }

@media screen and (max-width: 767px) { .pro2-spec .box-body { padding-bottom: 30px; line-height: 20px; }
  .pro2-spec .box-body em { font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 640px) { .pro2-spec .box-body { font-size: 12px; font-size: 1.2rem; } }

.pro2-title { font-size: 36px; font-size: 3.6rem; font-family: "Oswald-Bold"; text-transform: uppercase; line-height: 1; padding-left: 28px; margin-bottom: 60px; position: relative; }

.pro2-title:before { position: absolute; content: ''; width: 10px; top: 1.5px; bottom: 1.5px; background-color: #FF420F; left: 0; }

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

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

@media screen and (max-width: 991px) { .pro2-title { font-size: 28px; font-size: 2.8rem; padding-left: 20px; margin-bottom: 30px; } }

@media screen and (max-width: 767px) { .pro2-title { margin-bottom: 20px; font-size: 24px; font-size: 2.4rem; }
  .pro2-title:before { width: 8px; } }

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

.related-scroll { position: relative; }

.related-scroll .scroll-btns { display: none; }

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

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

.related-scroll .scroll-list .list-item { float: left; width: 0.23333%; margin-right: 0.02222%; overflow: hidden; text-align: center; }

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

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

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

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

.related-scroll .scroll-list .item-body { padding-top: 25px; }

@media screen and (max-width: 991px) { .related-scroll .scroll-list .item-body { padding-top: 15px; } }

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

.related-scroll .scroll-list .item-title { font-size: 18px; font-size: 1.8rem; line-height: 24px; margin-bottom: 13px; }

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

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

.related-scroll .scroll-list .item-btn { display: inline-block; min-width: 124px; line-height: 29px; border: solid 1px #fff; border-radius: 6px; color: #fff; text-align: center; }

.related-scroll .scroll-list .item-btn:hover { background-color: #FF420F; border-color: #FF420F; }

@media screen and (max-width: 767px) { .related-scroll .scroll-list .item-btn { min-width: 110px; } }

/*-------------1-2-products end------------------------------------------------------------*/
/*-------------2-download start------------------------------------------------------------*/
.downlist { padding-bottom: 88px; }

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

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

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

.downlist .list-item { background: url(../images/down-bg.png) repeat-x bottom; position: relative; padding-bottom: 19px; padding-top: 38px; }

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

.downlist .item-body { float: left; width: 100%; padding-right: 400px; }

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

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

.downlist .item-title { font-size: 18px; font-size: 1.8rem; line-height: 24px; margin-bottom: 11px; }

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

@media screen and (max-width: 767px) { .downlist .item-title { font-size: 14px; font-size: 1.4rem; line-height: 20px; margin-bottom: 5px; } }

.downlist .item-desc { font-family: 'OpenSans'; font-size: 14px; font-size: 1.4rem; line-height: 26px; }

.downlist .item-desc, .downlist .item-desc a { color: #BEBEBE; }

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

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

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

.downlist .item-btns { margin-left: -169px; width: 169px; float: left; font-size: 0; letter-spacing: 0; margin-top: 28px; }

@media screen and (max-width: 991px) { .downlist .item-btns { margin-left: auto; text-align: center; width: 100%; margin-top: 15px; } }

.downlist .item-btn { display: inline-block; vertical-align: middle; width: 120px; font-size: 14px; font-size: 1.4rem; border: solid 1px #FF420F; border-radius: 14px; line-height: 26px; text-align: center; color: #FF420F; }

.downlist .item-btn:hover { background-color: #FF420F; color: #fff; }

@media screen and (max-width: 991px) { .downlist .item-btn { width: auto; min-width: 110px; } }

@media screen and (max-width: 767px) { .downlist .item-btn { min-width: 100px; font-size: 12px; font-size: 1.2rem; } }

.downlist .item-img { display: inline-block; vertical-align: middle; margin-right: 20px; }

.downlist .item-img .iconfont { font-size: 28px; font-size: 2.8rem; color: #FF420F; }

.downlist .item-img .iconfont:hover { color: #fff; }

@media screen and (max-width: 991px) { .downlist .item-img { margin-left: auto; float: none; } }

@media screen and (max-width: 767px) { .downlist .item-img { margin-right: 15px; } }

/*-------------2-download end--------------------------------------------------------------*/
/*-------------3-about start---------------------------------------------------------------*/
.about_wrap { padding-bottom: 0; }

.about-top { padding: 50px 0 27px; /* .item-videobox start */ /* .item-videobox end */ }

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

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

.about-top .item-videobox { width: 50.58333%; padding: 14px 16px 0 0; margin-left: 3.33333%; float: right; overflow: hidden; position: relative; }

.about-top .item-videobox:before { position: absolute; content: ''; width: 111px; height: 111px; background-color: #FF420F; right: 0; top: 0; }

.about-top .item-videobox .item-video { position: relative; overflow: hidden; padding-bottom: 71.06599%; height: 0; }

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

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

@media screen and (max-width: 991px) { .about-top .item-videobox { float: none; margin: 0 auto; max-width: 607px; width: 100%; } }

@media screen and (max-width: 640px) { .about-top .item-videobox { padding: 10px 10px 0 0; max-width: 607px; } }

@media screen and (max-width: 480px) { .about-top .item-videobox:before { width: 100px; height: 100px; } }

@media screen and (max-width: 400px) { .about-top .item-videobox:before { width: 80px; height: 80px; } }

.about-top .item-subt { font-family: "Oswald-Bold"; font-size: 30px; font-size: 3rem; line-height: 1; color: #FF420F; text-transform: uppercase; background: url(../images/web2.png) no-repeat left center; padding-left: 33px; margin-bottom: 26px; margin-top: 34px; }

@media screen and (max-width: 1219px) { .about-top .item-subt { font-size: 26px; font-size: 2.6rem; margin-top: 14px; } }

@media screen and (max-width: 991px) { .about-top .item-subt { font-size: 22px; font-size: 2.2rem; margin-top: 25px; margin-bottom: 15px; } }

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

.about-top .item-title { font-size: 24px; font-size: 2.4rem; font-weight: bold; line-height: 1; text-transform: uppercase; position: relative; padding-bottom: 22px; margin-bottom: 33px; }

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

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

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

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

.about-top .item-desc { font-size: 16px; font-size: 1.6rem; color: #fff; line-height: 28px; }

.about-top .item-desc p { min-height: 28px; }

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

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

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

.about-scroll { position: relative; overflow: hidden; width: 100%; margin: 0 auto 54px; }

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

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

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

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

.about-scroll .scroll-btns .scroll-btn:hover { opacity: 0.5; color: #FF420F; }

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

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

.about-scroll .scroll-list .list-item { float: left; width: 0.24417%; margin-right: 0.00778%; overflow: hidden; }

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

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

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

.about-title { font-family: "Oswald-Bold"; font-size: 36px; font-size: 3.6rem; text-align: center; line-height: 1; text-transform: uppercase; }

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

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

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

/* Our advantage start */
.about-adbox { background-color: #393e42; background-color: rgba(235, 235, 235, 0.06); padding: 70px 0 40px; }

@media screen and (max-width: 1219px) { .about-adbox { padding: 60px 0 40px; } }

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

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

.about-adbox .about-title { margin-bottom: 55px; text-align: center; }

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

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

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

.about-adbox .box-list .list-item { display: inline-block; vertical-align: top; width: 27.5%; margin-left: 8.75%; margin-bottom: 20px; }

@media screen and (max-width: 1219px) { .about-adbox .box-list .list-item { width: 32%; margin-left: 2%; } }

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

.about-adbox .box-list .item-pic { margin-bottom: 26px; }

.about-adbox .box-list .item-pic img { display: block !important; }

@media screen and (max-width: 1219px) { .about-adbox .box-list .item-pic { margin-bottom: 20px; } }

@media screen and (max-width: 991px) { .about-adbox .box-list .item-pic { width: 66px; margin-bottom: 15px; margin-left: auto; margin-right: auto; } }

@media screen and (max-width: 767px) { .about-adbox .box-list .item-pic { width: 55px; margin-bottom: 10px; } }

.about-adbox .box-list .item-title { font-size: 24px; font-size: 2.4rem; line-height: 1; font-family: "Oswald-Bold"; text-transform: uppercase; margin-bottom: 29px; }

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

@media screen and (max-width: 991px) { .about-adbox .box-list .item-title { font-size: 18px; font-size: 1.8rem; margin-bottom: 15px; text-align: center; } }

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

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

.about-adbox .box-list .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 30px; }

.about-adbox .box-list .item-desc, .about-adbox .box-list .item-desc a { color: #D9D9D9; }

@media screen and (max-width: 1219px) { .about-adbox .box-list .item-desc { line-height: 26px; } }

@media screen and (max-width: 991px) { .about-adbox .box-list .item-desc { line-height: 24px; text-align: center; } }

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

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

/* Our advantage end */
.about-cer { padding: 68px 0 34px; }

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

@media screen and (max-width: 1219px) { .about-cer { padding: 60px 0 34px; }
  .about-cer .about-title { margin-bottom: 60px; } }

@media screen and (max-width: 991px) { .about-cer { padding: 50px 0 34px; }
  .about-cer .about-title { margin-bottom: 40px; } }

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

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

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

.about-cer .cer-scrollbox .scroll-btns .scroll-btn { display: inline-block; vertical-align: top; cursor: pointer; font-size: 50px; font-size: 5rem; position: absolute; top: 50%; margin-top: -43px; color: #979797; }

.about-cer .cer-scrollbox .scroll-btns .scroll-btn:hover { color: #FF420F; }

.about-cer .cer-scrollbox .scroll-btns .scroll-btn.prev { left: -100px; }

.about-cer .cer-scrollbox .scroll-btns .scroll-btn.next { right: -100px; }

@media screen and (max-width: 1419px) { .about-cer .cer-scrollbox .scroll-btns .scroll-btn { position: relative; top: auto; margin: 0 5px; font-size: 40px; font-size: 4.0rem; }
  .about-cer .cer-scrollbox .scroll-btns .scroll-btn.prev { left: 0; }
  .about-cer .cer-scrollbox .scroll-btns .scroll-btn.next { right: 0; } }

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

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

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

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

.about-cer .cer-scrollbox .scroll-list .list-item { float: left; width: 0.205%; margin-right: 0.06%; overflow: hidden; }

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

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

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

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

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

.about-cer .cer-scrollbox .scroll-list .item-pic:hover .item-backdrop { right: 0; }

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

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

.about-cer .cer-scrollbox .scroll-list .item-backdrop .iconfont { color: #fff; font-size: 32px; font-size: 3.2rem; position: absolute; right: -991px; top: 50%; margin: -16px -16px 0  0; -webkit-transition: all .9s; -o-transition: all .9s; -moz-transition: all .9s; transition: all .9s; }

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

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

.about-cer .cer-scrollbox .scroll-list .item-title { font-size: 16px; font-size: 1.6rem; line-height: 24px; text-align: center; margin-top: 12px; }

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

.about-ex { background: #393e42 url(../images/ex3.png) no-repeat center 55px; background: rgba(235, 235, 235, 0.06) url(../images/ex3.png) no-repeat center 55px; padding: 42px 0 41px; }

@media screen and (max-width: 767px) { .about-ex { padding: 30px 0; background-position-y: 43px; } }

.about-ex img { display: block; margin: 0 auto; }

.about-ex1 { background-color: #393e42; background-color: rgba(235, 235, 235, 0.06); padding-bottom: 67px; }

.about-ex1 .about-title { margin-bottom: 50px; }

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

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

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

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

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

.ex-scrollbox .scroll-btns .scroll-btn { display: inline-block; vertical-align: top; cursor: pointer; font-size: 32px; font-size: 3.2rem; color: #fff; opacity: 0.5; filter: alpha(opacity=50); margin: 0 14px; }

.ex-scrollbox .scroll-btns .scroll-btn:hover { opacity: 1; filter: alpha(opacity=100); }

@media screen and (max-width: 991px) { .ex-scrollbox .scroll-btns .scroll-btn { font-size: 30px; font-size: 3.0rem; margin: 0 5px; } }

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

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

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

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

.ex-scrollbox .scroll-list .list-item { float: left; width: 0.3125%; margin-right: 0.03125%; overflow: hidden; }

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

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

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

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

.ex-scrollbox .scroll-list .item-title { font-size: 16px; font-size: 1.6rem; line-height: 20px; background-color: #2E3337; padding: 14px 18px; color: #C1C1C1; }

@media screen and (max-width: 991px) { .ex-scrollbox .scroll-list .item-title { padding: 10px; } }

@media screen and (max-width: 767px) { .ex-scrollbox .scroll-list .item-title { font-size: 14px; font-size: 1.4rem; padding: 5px; line-height: 20px; } }

/*-------------3-about end-----------------------------------------------------------------*/
/*-------------4-contact start-------------------------------------------------------------*/
.contact-list { font-size: 0; letter-spacing: 0; text-align: center; margin-top: 155px; margin-bottom: 20px; }

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

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

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

.contact-list .list-item { display: inline-block; vertical-align: top; width: 23%; margin: 0 1% 20px; }

.contact-list .list-item:last-child { text-align: left; }

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

.contact-list .item-icon { display: block; text-align: center; margin-bottom: 34px; }

.contact-list .item-icon .iconfont { width: 123px; height: 123px; border-radius: 50%; line-height: 123px; text-align: center; background-color: #FF420F; color: #fff; font-size: 62px; font-size: 6.2rem; display: inline-block; }

@media screen and (max-width: 1219px) { .contact-list .item-icon { margin-bottom: 25px; }
  .contact-list .item-icon .iconfont { width: 80px; height: 80px; line-height: 80px; font-size: 40px; font-size: 4rem; } }

@media screen and (max-width: 991px) { .contact-list .item-icon { margin-bottom: 15px; }
  .contact-list .item-icon .iconfont { width: 60px; height: 60px; line-height: 60px; font-size: 30px; font-size: 3rem; } }

@media screen and (max-width: 767px) { .contact-list .item-icon .iconfont { width: 50px; height: 50px; line-height: 50px; font-size: 24px; font-size: 2.4rem; } }

@media screen and (max-width: 480px) { .contact-list .item-icon .iconfont { width: 40px; height: 40px; line-height: 40px; font-size: 20px; font-size: 2.0rem; } }

.contact-list .item-title { font-size: 16px; font-size: 1.6rem; line-height: 24px; }

.contact-list .item-title a, .contact-list .item-title strong { display: inline-block; }

.contact-list .item-title strong { font-weight: normal; }

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

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

.contact-box .map { overflow: hidden; }

.contact-box .map img { display: block; margin: 0 auto; }

.contact-box .item-form { max-width: 887px; margin: 0 auto 43px; }

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

.contact-box .item-form .star:before { position: absolute; content: '*'; color: #FF0011; top: 18px; left: 12px; }

.contact-box .item-form .item-input { width: 48.02706%; margin-bottom: 21px; }

.contact-box .item-form .item-input1 { margin-bottom: 21px; }

.contact-box .item-form input, .contact-box .item-form textarea { display: block; background-color: #fff; width: 100%; display: block; color: #333; border: solid 1px #D2D2D2; font-size: 14px; font-size: 1.4rem; }

.contact-box .item-form input { height: 50px; line-height: 48px; padding: 0 10px 0 20px; }

.contact-box .item-form textarea { height: 121px; padding: 15px 10px 15px 20px; line-height: 24px; }

.contact-box .item-form .item-code { width: 246px; margin-right: 9px; }

.contact-box .item-form .item-img { line-height: 48px; cursor: pointer; margin-top: -1px; }

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

.contact-box .item-form .item-btn { margin-left: 35px; width: 426px; padding: 0; }

.contact-box .item-form .item-btn input { border-color: #FF420F; background-color: #FF420F; color: #fff; font-size: 25px; font-size: 2.5rem; }

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

@media screen and (max-width: 991px) { .contact-box .item-form { margin-bottom: 20px; }
  .contact-box .item-form .item-input, .contact-box .item-form .item-input1 { margin-bottom: 15px; }
  .contact-box .item-form .item-code { width: 180px; margin-right: 10px; }
  .contact-box .item-form .item-btn { width: 345px; margin-left: 28px; }
  .contact-box .item-form input { height: 44px; line-height: 44px; }
  .contact-box .item-form .item-img { line-height: 44px; }
  .contact-box .item-form .item-img img { max-height: 44px; }
  .contact-box .item-form .item-btn input { font-size: 16px; font-size: 1.6rem; } }

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

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

/*-------------4-contact end---------------------------------------------------------------*/
/*-------------5-1-news start--------------------------------------------------------------*/
.page-title { margin: 40px 0; font-size: 52px; font-size: 5.2rem; font-family: "Oswald-Bold"; text-transform: uppercase; line-height: 1.06; padding-left: 42px; position: relative; }

.page-title:before { position: absolute; content: ''; width: 13px; top: 0; bottom: 0; background-color: #FF420F; left: 0; }

@media screen and (max-width: 1219px) { .page-title { font-size: 38px; font-size: 3.8rem; } }

@media screen and (max-width: 991px) { .page-title { font-size: 32px; font-size: 3.2rem; margin: 30px 0; padding-left: 20px; }
  .page-title:before { width: 10px; } }

@media screen and (max-width: 767px) { .page-title { font-size: 26px; font-size: 2.6rem; margin: 20px 0; }
  .page-title:before { width: 8px; } }

@media screen and (max-width: 640px) { .page-title { font-size: 20px; font-size: 2rem; padding-left: 10px; }
  .page-title:before { width: 4px; } }

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

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

@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 { margin-bottom: 30px; display: inline-block; vertical-align: top; /*    @media screen and (max-width:350px) { width:98%; } */ }

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

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

.news1-list .item-pic { float: left; width: 325px; margin-right: 33px; }

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

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

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

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

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

.news1-list .item-title { font-size: 18px; font-size: 1.8rem; line-height: 24px; margin-bottom: 21px; }

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

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

.news1-list .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 26px; height: 78px; margin-bottom: 55px; }

@media screen and (max-width: 767px) { .news1-list .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 20px; height: 60px; margin-bottom: 13px; } }

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

.news1-list .item-date { float: right; line-height: 32px; font-size: 14px; font-size: 1.4rem; }

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

@media screen and (max-width: 480px) { .news1-list .item-date { float: none; line-height: 20px; margin-bottom: 10px; }
  .news1-list .item-date .iconfont { font-size: 12px; font-size: 1.2rem; } }

.news1-list .item-btn { font-size: 14px; font-size: 1.4rem; float: left; display: inline-block; min-width: 110px; line-height: 30px; border: solid 1px #979797; border-radius: 16px; text-align: center; }

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

@media screen and (max-width: 480px) { .news1-list .item-btn { float: none; line-height: 24px; font-size: 12px; font-size: 1.2rem; min-width: 90px; } }

/*-------------5-1-news end----------------------------------------------------------------*/
/*-------------5-2-news start--------------------------------------------------------------*/
.news2-main { padding-top: 62px; }

@media screen and (max-width: 991px) { .news2-main { padding-top: 40px; } }

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

.news2-main > .item-title { font-size: 30px; font-size: 3rem; font-family: "Oswald-Bold"; text-align: center; line-height: 1; margin-bottom: 24px; }

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

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

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

.news2-main .item-date { text-align: center; font-size: 16px; font-size: 1.6rem; margin-bottom: 40px; }

.news2-main .item-date .iconfont { font-size: 21px; font-size: 2.1rem; margin-right: 5px; vertical-align: middle; }

@media screen and (max-width: 991px) { .news2-main .item-date { font-size: 14px; font-size: 1.4rem; margin-bottom: 30px; }
  .news2-main .item-date .iconfont { font-size: 16px; font-size: 1.6rem; } }

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

.news2-main .item-desc { margin-bottom: 75px; font-size: 16px; font-size: 1.6rem; line-height: 26px; }

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

.news2-main .item-desc, .news2-main .item-desc a { color: #c1c1c1; }

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

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

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

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

.news2-main .pro-share { margin-bottom: 17px; }

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

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

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

/*-------------5-2-news end----------------------------------------------------------------*/
/*-------------6-project start-------------------------------------------------------------*/
.project-title { font-size: 36px; font-size: 3.6rem; font-family: "Oswald-Bold"; text-transform: uppercase; line-height: 1; padding-left: 41px; margin: 40px 0 73px; position: relative; }

.project-title:before { position: absolute; content: ''; width: 10px; top: 1.5px; bottom: 1.5px; background-color: #FF420F; left: 0; }

.project-title a:hover { color: #FF420F; }

@media screen and (max-width: 1219px) { .project-title { font-size: 32px; font-size: 3.2rem; margin-bottom: 40px; padding-left: 35px; } }

@media screen and (max-width: 991px) { .project-title { font-size: 28px; font-size: 2.8rem; padding-left: 20px; margin-bottom: 30px; margin-top: 30px; } }

@media screen and (max-width: 767px) { .project-title { margin-bottom: 20px; margin-top: 30px; font-size: 24px; font-size: 2.4rem; }
  .project-title:before { width: 8px; } }

@media screen and (max-width: 640px) { .project-title { font-size: 20px; font-size: 2rem; padding-left: 10px; }
  .project-title:before { width: 4px; } }

.project1-list { font-size: 0; letter-spacing: 0; padding-bottom: 39px; }

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

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

.project1-list .list-item { display: inline-block; width: 31.91667%; margin-left: 2.125%; margin-bottom: 49px; background: url(../images/bg3.png) no-repeat center; background-size: 100% 100%; padding: 14px; }

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

@media screen and (max-width: 767px) { .project1-list .list-item { width: 31.33%; padding: 10px; margin-left: 1% !important; margin-right: 1% !important; margin-bottom: 30px; } }

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

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

.project1-list .item-title { font-size: 16px; font-size: 1.6rem; font-weight: bold; line-height: 20px; margin-bottom: 6px; }

.project1-list .item-title, .project1-list .item-title a { color: #fff; }

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

.project1-list .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 30px; height: 60px; }

.project1-list .item-desc, .project1-list .item-desc a { color: #C1C1C1; }

@media screen and (max-width: 991px) { .project1-list .item-desc { line-height: 24px; height: 48px; } }

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

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

.project1-list .item-body { padding: 18px 0 13px; }

@media screen and (max-width: 991px) { .project1-list .item-body { padding: 14px 0 0; } }

@media screen and (max-width: 767px) { .project1-list .item-body { padding: 8px 0 0; } }

/*-------------6-project end---------------------------------------------------------------*/

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

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

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

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

.n-nav .n-nav-icon { position: fixed; right: 5px; top: 5px; width: 35px; height: 28px; -webkit-transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s; z-index: 999999999; padding: 6px 6px 3px; }

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

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

.n-nav .n-nav-icon.active span { display: none; }

.n-nav .n-nav-body { display: none; position: fixed; z-index: 99999; top: 0; bottom: 0; width: 100%; left: 0; overflow-y: scroll; background-color: #666; padding-top: 40px; }

.n-nav .box-search { background-color: #fff; padding: 5px 10px; position: relative; border: solid 1px #FF420F; margin: 5px 10px; }

.n-nav .box-search .item-input { width: 100%; line-height: 32px; height: 32px; padding: 0 60px 0 0; }

.n-nav .box-search .item-submit { font-weight: bold; background-color: #FF420F; width: 44px; height: 32px; border-radius: 5px; color: #fff; text-align: center; position: absolute; right: 10px; top: 5px; }

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

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

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

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

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

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

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

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

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

.n-nav .box-list .yiji-list li .has-next { right: 0; }

.n-nav .box-list .yiji-list li > a { padding: 10px 25px 10px 20px; line-height: 22px; position: relative; }

.n-nav .box-list .yiji-list li > a:before { position: absolute; content: ''; width: 5px; height: 5px; background-color: #fff; top: 19px; left: 10px; }

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

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

.slideshow .item img { width: 100%; -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1); -o-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1); -moz-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1); transition: all 1s cubic-bezier(0.7, 0, 0.3, 1); -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); -o-transform: scale(1.2); transform: scale(1.2); }

.slideshow .item.slick-active img { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }

/* .slick-dots */
.slick-dots { position: absolute; width: 1200px; bottom: 59px; text-align: left; line-height: 0; font-size: 0; letter-spacing: 0; left: 50%; margin-left: -600px; }

.slick-dots li { display: inline-block; vertical-align: top; }

.slick-dots li button { cursor: pointer; font-size: 0px; border: none; outline: none; cursor: pointer; margin: 0 11.5px; width: 19px; height: 19px; background-color: #fff; border-radius: 50%; opacity: 0.5; filter: alpha(opacity=50); }

.slick-dots li.slick-active button { opacity: 1; filter: alpha(opacity=100); }

@media screen and (max-width: 1219px) { .slick-dots { width: 960px; margin-left: -480px; bottom: 20px; }
  .slick-dots li button { margin: 0 5px; width: 15px; height: 15px; } }

@media screen and (max-width: 991px) { .slick-dots { width: 720px; margin-left: -360px; }
  .slick-dots li button { margin: 0 3px; width: 12px; height: 12px; } }

@media screen and (max-width: 767px) { .slick-dots { width: 100%; margin-left: -50%; padding: 0 15px; bottom: 10px; }
  .slick-dots li button { margin: 0 3px; width: 10px; height: 10px; } }

@media screen and (max-width: 640px) { .slick-dots { bottom: 8px; }
  .slick-dots li button { margin: 0 2px; width: 8px; height: 8px; } }

/*  */
.slick-prev, .slick-next { width: 60px; height: 60px; line-height: 60px; text-align: center; border: 0; outline: none; cursor: pointer; position: absolute; top: 50%; margin-top: -30px; opacity: 0.5; z-index: 9; background-color: transparent; }

.slick-prev .iconfont, .slick-next .iconfont { font-size: 60px; font-size: 6rem; color: #fff; }

.slick-prev:hover, .slick-next:hover { opacity: 1; }

@media screen and (max-width: 991px) { .slick-prev, .slick-next { display: none !important; } }

.slick-prev { left: 69px; }

.slick-next { right: 69px; }

.slick-list,.slick-slider,.slick-track{position:relative;display:block}.slick-loading .slick-slide,.slick-loading .slick-track{visibility:hidden}.slick-slider{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}/*# sourceMappingURL=slick.min.css.map */
@charset "UTF-8";

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  11.1% {
    -webkit-transform: none;
            transform: none
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
            transform: skewX(-12.5deg) skewY(-12.5deg)
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
            transform: skewX(6.25deg) skewY(6.25deg)
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
            transform: skewX(-3.125deg) skewY(-3.125deg)
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
            transform: skewX(1.5625deg) skewY(1.5625deg)
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
            transform: skewX(-0.78125deg) skewY(-0.78125deg)
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
            transform: skewX(0.390625deg) skewY(0.390625deg)
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
            transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
  }
  100% {
    -webkit-transform: none;
            transform: none
  }
}

@keyframes jello {
  11.1% {
    -webkit-transform: none;
            transform: none
  }

  22.2% {

    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
            transform: skewX(-12.5deg) skewY(-12.5deg)
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
            transform: skewX(6.25deg) skewY(6.25deg)
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
            transform: skewX(-3.125deg) skewY(-3.125deg)
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
            transform: skewX(1.5625deg) skewY(1.5625deg)
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
            transform: skewX(-0.78125deg) skewY(-0.78125deg)
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
            transform: skewX(0.390625deg) skewY(0.390625deg)
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
            transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
  }
  100% {
    -webkit-transform: none;
            transform: none
  }
}



.jello{
    -webkit-animation-name:jello;
            animation-name:jello;
    -webkit-transform-origin: center;

            transform-origin: center
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}


@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInStable {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  33.333% {
    opacity: 1;
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  
  66.666666% {
    opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes zoomInStable {
 0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  33.333% {
    opacity: 1;
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  
  66.666666% {
    opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.zoomInStable {
  -webkit-animation-name: zoomInStable;
  animation-name: zoomInStable;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@keyframes anime {
from {
  opacity: 0;
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
}
to {
  opacity: 1;
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  -moz-transform: scaleY(1);
}
}

@-webkit-keyframes anime {
from {
  opacity: 0;
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
}
to {
  opacity: 1;
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  -moz-transform: scaleY(1);
}
}

@-moz-keyframes anime {
from {
  opacity: 0;
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
}
to {
  opacity: 1;
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  -moz-transform: scaleY(1);
}

}

@-o-keyframes anime {
from {
  opacity: 0;
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
}
to {
  opacity: 1;
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  -moz-transform: scaleY(1);
}
}

@-ms-keyframes anime {
from {
  opacity: 0;
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
}
to {
  opacity: 1;
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  -moz-transform: scaleY(1);
}

}

@media screen and (min-width:1000px) and (max-width:1219px) {}
@media screen and (max-width:1419px) {}
@media screen and (max-width:1219px) {}
@media screen and (max-width:991px) { }
@media screen and (max-width:767px) { }
@media screen and (max-width:640px) { }
@media screen and (max-width:480px) { }
@font-face {
  font-family: 'Oswald-Bold';
  src: url('../fonts/Oswald-Bold.eot');
  src: url('../fonts/Oswald-Bold.eot') format('embedded-opentype'),
       url('../fonts/Oswald-Bold.woff2') format('woff2'),
       url('../fonts/Oswald-Bold.woff') format('woff'),
       url('../fonts/Oswald-Bold.ttf') format('truetype'),
       url('../fonts/Oswald-Bold.svg#Oswald-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Oswald-Regular";
  src: url('../fonts/Oswald-Regular.eot');
  src: url('../fonts/Oswald-Regular.eot') format('embedded-opentype'),
    url('../fonts/Oswald-Regular.woff2') format('woff2'),
    url('../fonts/Oswald-Regular.woff') format('woff'),
    url('../fonts/Oswald-Regular.ttf') format('truetype'),
    url('../fonts/Oswald-Regular.svg#Oswald-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
    font-family: 'OpenSans';
    src: url('../fonts/OpenSans.eot');
    src: url('../fonts/OpenSans.eot') format('embedded-opentype'),
         url('../fonts/OpenSans.woff2') format('woff2'),
         url('../fonts/OpenSans.woff') format('woff'),
         url('../fonts/OpenSans.ttf') format('truetype'),
         url('../fonts/OpenSans.svg#OpenSans') format('svg');
}
@font-face {font-family: "iconfont";
  src: url('../fonts/iconfont.eot?t=1591082169011'); /* IE9 */
  src: url('../fonts/iconfont.eot?t=1591082169011#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAABdoAAsAAAAAKjAAABcZAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCIQAq9HLAzATYCJAOBOAteAAQgBYRtB4N1G54iM9JyVktTsv/DAT1ERcrtNRI7JlZs5BNON2wQqnPiB7Ejzn86PT1LMkGbqZrKBYvsS7mZ5A8y6M+HUsLz79rnzSRDmSwAgq0RVaRWy546fgUjvpVnQiELeWaCIVqqlLW4Tx9trwUQsKhOphPCR69+vvoxBLtv9zt/48hOyJAnq8/Tnc33wHn6v+Fpbv/u3i1hsBujR4/4w2DASGODUb0AkSqptrg5Kk0w0QaMRMrgiw02YHSyyZqaFJxZGWcWShjuIT5ex167RHYOuSR9pS8ZWrY5bgidlGF3NdNXEbpB5t4i+r+11O4FUZhS+JeFqq6SFWZmQzs3m3Q3d4EJ8QZ3w1vCAKkyuqrK3aRwV7wt4aVA6mqrAIWskH21daZOVlZIX/jfYnhPi4DB0J/KiGsWY9N7dZGYwRhTXETdGAqwlGulZt9Xd4kwsHMpQL2WD1dEGQdGEKuIcgPOJU2sPgKfyHuPHsCH4NOr/3SPwMPXsJvavJ+7ZfK3fulABU71Bj6rY0DrUqCBVmDAy+XWqHR0RFoDanl6w3cA5TL1+0//XXRrOEt8fjZqc8wV+fa3OlHpD6L5mczN4G1D/JATccLSNpSVKMqt+SvVa9WtN77f4X/AOwaqlFJ4VKtRq069Bo2aNGvRqo3BJyAkIsaS4EgjnWwZZMqRK0uefAUKFSmmKVGmXIVKqAB0dwBeqy632Y8ZDqAKv60BpRAmQIHgAA/E3E4gWsAORC7sQLSEHYgzAKiHzAQ0QOwAjRA+oAniDWiG+ABaIL6AVogfoA3SADAgjQAfpA0QgAwBQpBjgAjkBCAGOQmwIMOABOR/gAM5BUgDGQGkg5wGZEPOADJAzgIyIecAOZDzgFzIBUAW5CIgDzIKyIeMAQoglwCFkMuAIsgVQDHkEUDDX3OZEohCyJRBFEGmHGIaZCogpmM5KgG0exc5BT5CPALuDTCn2tRlPMtf0+DMJNohbshHNF3APIxOfRkWYtrUo6wqw1BWqAuVtKxi52xiLo93FaucLOcy/cgP6ssLe2qrXGxVrFpL8pUlfU1ld0b2ZGGWKdVmcm26Y4aZps34i19HW82TcKncWKUxTh4OqZLs7PzYZiWJci5bZdrM2GUguawk2TnkVWnOBLqtSOJ8cF3HvFcSlEz/cv+LhCF4NA33pKi0dJVoEAYPGXBoMh7dvVyPwDKPEl9SPRGr4appyLrdrhqsBjITYS85gqtGyBU6aiclcVJKguypDc+M62BBlfVjdeTmHnNTIVqHkDRQWI41mFWls5ngtE52gspAF4FKcFOLEplUOuMeTf50eokukxXW2pUNneuPLdctYD/McGtsMAWf6+Ql+knyWWN12AvNLDi/ElMRecvml7TPTZmd9xbFpp5w2s48FcRnn5u0n31Wlj7YTtIf1zElg4difwwLgO4/yqmd+YkG/uSG5EZPfDrYePX6OftagJBUXUzvrkrmI1H7qt5iwpr31fSmUmFflBvK5tu1avbd2+9Wjox5VsELk7yW1jw290UtX1st9s42D9FAFtg4fz1kUfsokeOm53Gw7+erQcvvBzkbyKQsKOum7/rwqt7pebigjNpBYD8R6JyFREcHNSYwNxqzuBrg8dfHfanIcoPKvKO1jlOAS6KmkijEfHtfgHXYsxvzJHz3NvBMNvWEeNrwXPGslDVInc6tys2jw5OH59Oy8d/MuXB13EkT3BLCSW2fvqnGZp01/wEVbe0KxBxlJ3Vyij30llWPNBMpZe/uq0nwevkTt15PSsMo3qAfCOTCftHwKq5trzQyrgfFRUewCA0TKCwcpRjGjrSlNEMGNU0OJFjZz53srziotqUR4iZ3r1vY+keWDQMWnnEjvFjNAmDQosmzAM32ixJC4O2pdZRVGgUIUWlQjdJO8v9LJdg0QVEhLBD5yxAa0kR2hDs2kXZ71M2hkCmv1Y4apNBABMT0wrKwg4ClJTrYLh2iIFsoDYori1mLu1yCbuM8mwXNS6yXZQoFWBiQZffA508ks1XHIpwDMhZWdHX13VIeRMB+IvYtv/cc/5UP918fXkqFOsPHYsW5Pr4qC7ALvlf8trbovBiUxZl1tEoHMoX/YuX6ms50i3063IGrvxicY4EQU0QmDZrEWkiNzS7xonlPD4crjbUwX+8JFasA4FoqDNxwhMKVu0Xo9JP6Z8aINdZ25+uGwfEj46XHxj1FWQN2k/q/3agrHvk/2vXTLbs9CsIHngUel4/TV2lb0M5svr/WWp1rrm6eMfF7xW3buCmaV4ePPRzrt5SztrB2tJdNv1+a315q9deaYL3HrXqpTxXu1Zh2XxxsOHL584UPPpDU3GzyKn4R0/J7wfVnPOgsd+2iQxpOpXf/u82vyV9ec23Zpn3VoRFPPzs7CbsEWORJg1ObmlWPHgTGZOVdpez6mrpuaKlHSjuvHc5dt1VQwnOvEgiPb5cAW01AmNiqXTUa9/V4VBnluj29NtvHhTXdWsDqRGbVLhoPZSjrC2fXNtYWelHJqjlKy85eO75WQTIgnbOvyhJmVdkTyS1d4Xi+NlNO46Z+rj93eq5q5nwp07Zqu2DOsewDbvGaYk1GtE+ltNrNjfRxnrvq2rqrLSpHuGpQVSzhi53+Hl5pNdgXJVIP585feqsKMwodQ5b2ZYYFwPC/0u5UTvq3mLSHXaUWU2n+B7m8cK+3JynLUkKC2HStdiTfwQokzybo1Bs9CTDeuitwb7YSnjPoQj2aDDoCiM1veHlSij06/XzKoAHnQsjGa5BoNfbZ7IVJc/VYFKQnnHuPtsfajDYEsqD2vREY/b092rbHo6VYedX/qrgENqyoZIImRE3fCFnuaWiTZsupBLKJwOrcK4U1W+qNZVePrAdFz+6A0lKfOtyb/dB1hR+iE+RL4hWv/CKX37IoaMG0LxUjPTOBYT6Q86DA3UyGx96pBwbjFqFLn7XUtC9A+bNQa1mphqt0gSweLLv23szS/26SOnbb2k0+TqJRrBqIX+iW4w/bdsxn4kvL9SP3rxuTGH+4uG3qmSsvEl+es1va8Fhk6soZolwVRGevnxoTXiubuTZ5quGq0Zkr0ffbalqHnXdRb7AaSOtzUwOJTqNjD0AdkU4Ex5A6pkkqnWiU3FgmvTreMBldFBNFE7fl6jXjNyU3GrMvFO8tW712U8/R7drSLmLR3ZrOvxsX6spvz/0Tbsw07uZeyJbc7U0y63cR2lLJSqLr8JDXKPL95ffu/nKVLLehZxIWs+56tixW2l/yXNBf0kBbUv3EhKJ0nGzyCURJSglNzXT6JocnpUakpIVFS0jeuUVcmoW0lK6GEwpeane9TfIu4liDbWHMhoj/yqbZpvUojotpPhaI/8mJhR1MIo9MC5NlaSmStDRpcqo85FK5QsOUZNncNgKb4HAmsESN3exE88TzNnOrJju8rYBcMVmtWvwFMzbGXLh5YmQnJglDSxbDIXj8928I0HmK/fX7+MTH+x4wcEP8pOokrj4nMtMAnyyXLl2AS3HgCAs+ukGTUpPB4ZNDrvHwgEmJKeI/iZmYkCYTtTSJQY0TZH0Zyp292JfPsNcQUi8G+/wZ85H9SSB8q7aOn272zMz68cvhiXxHs6c96BZZnYCJZo+oJzIAI6LzWN+3b30YLr5/g33zROt6kN+/d4nbSwKNzXVpZqPV+lOnmc7LQADsGB1diwqOjaIdgX9GTHBrPrpwIRKNzG9hvhEkQZBoGKRfDQtjqIeFX7lyS+oMzgpc0bemD+8xphj3HgZ37syMZagzX7ygero6TM2bmtJ6rfafMc60pH6IYHl7dRt3l5eAZax7gQEPbZVqUJxjtKbpkoXYLaYLt0KcYBnJlVRVyiyiuKeFBj3HcCWWkac4riPiNT/b/0jXdxrEfn3D+rG+dgxiic/2zTErguO2Q+3Pr+tUd4WLxruLAkHug4IsUtJQaGKY+xwnv3DUKHr73tQAPrJhq9Z7oMq7O8Lx4QQahYQwKDP43qncO223+BsVBTo1oQwTD/dJT4M9hv8LjTC5edmEUR9WqNPWZP5K8SaNm8qfS2GEhAQa+XCOcJJH6elBifGbS9awRXCFpYtNYvDlgzbOtFHWKC0eVRBogkkTgsxpT4pZ7x8nwy9glNu4rHkg4RUXLDFBEhREAkobYg3RXBJtgoJsEl0sV2DaopqS+M1Biekai/P9/ChkP/+8vFsiU74a55tC4I9Yfy0ALvz1h/iD9plU3Sw9XqZ+Fj/TfmjmmJ7boxG47MzRFRoU07rfe3eix+Dfmx1bpdLVYbOs8mzLJK2iNl9IvmXBkNrbJA2XVyAfhWpHc93DIEXcbmsY4+MUQPxjmjGN5L3JoeGJdvqBtu2r08FyrPrGoU1oE3KtlZO/AhvpgQS3jS/YWkrX87bkk0i9DZxq9MBqNH89ysHVVagSPbQG5lFEWRkumR87zGoB0Wd2Pu9N7431EwBbAfmeOMkDPScUk7zM2WwuSosSbxZeJJNYHeYYGRObIVg+yhczSR7wrNAz1AtnW4rv4GsY6VzrKrE+TQyRB/mj3SyfJRqskzMeX0zHtDxAc2D3+R7miEb9xVK/hQaaF9J78CU+H9svzhQPM3v4Dzdhjihg4UzoSKyjl8si70LM0ZzF9BQ6CmEqRPCAqFXlVAfUTGvJFOjTptvZkDsSHUVqcSaKta700KM5pryLhZq3BZPMlFK1YcwRmqHQQ+gB5wvFKNOMZNc8g+26cqxNxNCoGxxksd2OmFYPde1oNzW9y1Rs+YqEGQLsPMu19k+pH1Wf2q/VOaV2VG1KIFKaKz+Ftmt0MDo02knKuv0CV0cXsavX2R3nNp4DLiv4mvu/a5+wCGMXoZ6eTDVmETT6GTwcrviSNc9VVDBnMguLrtmbX1YzrYXTfXyqF1THx3uz2wF7KLD1kt5leiDtst4lakMgvcs1Yp+1BhJ5R7MucmnT9KOlaCMNJCgmgP4gkIapjHKchpiA1vvahUW5QArSHRzcNZ6OS7XrU+NSv1JbmQIcWJiwBEyLeWcij/o54VLERMjVFeEmLFQzo0IDOjv9nyHKT9OLZYJL3ZI8dQldJgEsdBW64G0Bnmt393B5fE1NevzCgFG7XFzbPk77ho9XkiZbamE4/P1SEbSRTcmxXTbbInS5jb8/jJ4Ljxf7KzvG4z9S9YH/3Qq1A54SD00nL++gxFj+Rdfkovl54nlcY0OhnhslUodkfdFhsRa+CstsLqg+uOn/K0hoUfHTL+1Ix4w4n08kzVmv3DOUEZM7YN72ttobHrsLyImVedv0hXSG6TxxbnSeFJwrFUTqHsGxj4YfMfzI41WBHOS4cPTrg8zYzKi/LDru9CvsT9YHNFnntSoCaECjViMoBTZfOL4GTdRvLdpMQcBqHt0Agoj3r3XQ5A9Zfw5RwMF6MzrrbxQgmcaW63NyXCiRWreFgVrTfRGJFaRvvzb2xfLVyApS/AdcuIosY4tPVXu4kMlGho2aGLr44I4q9Ox8V3bAxVCz0dCITLb2qB5hiymyKrS3jsUdv2n1ZezpDjqUWPki0wO0Qv+KTupfAfahvWtXPcf8qRFm6TPOPCSnOAqkaLxNwrSsVftZXjln1jK2fTi0wiy1fENgudaKG+n8dkvL6bvB+C3ak/EI/sr7cwaGZ0028vzHSRxDbNzvkMMBSNxEOR92YnyTjCCPIDU2xZU015SEYa5k9suwLKFTKAzzWpgo0ZQU+v3eCcFzU04cQ3+oV8LKL+took8L189OcGjSNMQMTD4n6jtZ+zK/xPHMI5ZjuhFa084azLhraXStr3yYaTRs4Fjvn8ALYP/gelwOiyaIaP89fbzwlXMyM+esDOc13PYvGgB1SCLmEpiwKj06K0SFhArD6PBS1fEligoFoVi8fAGkO+uLyRlBk0QY7t/71kuXHG0vBnPkvE6tThlvrhjMs9fR9Xp7wVpUKSJeBFEy9MViO6/IwDStZaT61UcqUSXafzVyfQE0IzH8+F6ewH2vRu785Ex5uf/84UJn+eClCJ+YYJ1QlzShIAQnxXowllY57rJbRKIcm0p1i7TPEXoLGQteHq7TWI1u/KqOSQA7qcjgoIcHyz8zBH+39u4u1lHSv3mPmWkYtbQROITb8YwUb7dsQQ+i78/CddLIlhBH3tIV3qu8NOxspeXaaNuZIXFh523b2048W55WeufKWxiadiW4GghLjm+qQdvQI5vQEru3gU2NqMnaV+nOhokZgbn9eR+r1TSXMUN36O4YAWDkAS7s1e0VAndhPan4oD0JI2N+B+RiuPxbZh/zCPNH5p6ZwUhaCuKPBKRlBKMUpaYh9byDUhPPL3ONO7ZqGaYkndk4U9rvS4qwqdBuZ3WwKvQElAB8HPBPEVzT/dwg7n7TwIqWcr9dJ/B5OOchdHh4l8HuYHc6OXSowILx0t178tWWKpUcc05Knvl9car4vjmo7a4Fo13ZaZystLQsTlo2rhC0EILkZAHRIlCU4EmpAg3HShfls/ZmpAVpyVn58oZAIym1uabwhr+5o3lk1GALkab3czAq0lwATCFxCzM1xW6ZbGrqZicmctb16x0cB07HIGvqMHTkdGR3B6gqpq0ZGBwYDNNx2lXFGo6GawcGirxbHD0y+ACLEAZPjDWSYfgq/gNARp2KPq2x2b0ZWUPXZdibngW64KNHsBt2taZLokT37TuihUqwyycIQUljywI3t/fqA1TVqnvLSGc2bAGqslj5WXFbxTN6jfCAXT7RNpr6WFEmcet29TrYPZ8y+UC31HXATQJAOmd689KyCq8iSfdBiry7D7CEPW5eII/4XqwpSr5h+7sPf36t2wB+56e+91OlPGr7hg/vfv3ZsA4wCO27K1SqnxV/AYBUDfwFy4PpSvgPLrEt81/qP9V8Cv6Bs0V+R1KAnkLfmXdiajBGNaVqxlC4SFMqzBNIQFAQCitK6qGpyuYxDIH8bOw3qCBN8+KppAY+D+Ka4E+M2H/oXeU8PAqdMb0KA7Ba3wz74RLVJVVOFZvSfB+2AUapXqgeYYbQgIqrYdY8TUDLYI7qnYogiVBF6W44ydvHALQ2qE4RkIosdAP9B90wbwy8jtRoXUgVZawr/fF7UkF/Rcf05kYYBEuXqSwQlv/ePBN4Z95IitOc9Y2q9he0/utfo76AX268XZapBoAIoICVKgB+XcrYEwH3PHuYpZP20chwbAwGVFNVRw5ks9CMqIbtCPqhxajebTmVSmXmenWjHfwEkR8lDGCtCkCKKrLB/XXNyZPO+Dmco50keIACjBI0oAKuzQROS/CBGnBMCAAVzE2wwBb4XD4BWqAAQIBgNABoBlVaAgKYYF8CCjTACQJ5gWMEQ+C9BBLQAe8E3ozIMCHj/4OHY55mZC8ORcCcH2+8lNQqFYQs7PmNOtbCUZZxrn90vqSWw2wxbvvAFp0KN/6slyEorhw1/F1zgXVN3Dg6oQyzglbzPJ+rjtuZpKaT8cJBQvBS5rij28IlibTUjoOs8PG/IS2qCU6wzsHC/5DjlafOgZmFhO2DtlLrXBa9d6YtBWIKd1Z2SIN7J4Zqq5lwhj/ZCZKCmaKCYjyb02BKls7mn9OcapSDb73MUntUSKWNdVxfwpjnI6JP+fGsWtm169StV79Bw5xGjZs0bda8RW7LVq3b/C+v7Wmnn3Gm4SuqsGQFpS5mslGSqLHNhVuxMuc2MR9yOyg2y32SkOcOvR9iI8o6vRQieGFMCgVYKcrOpH0lrqyhY1kjk9LBMK+gFvs7vr5n7aiKExKBDoaF1c3goKeBfr6FgYwTEjUOYLM5IVF1d5Am06WtSeSJp+gjLR99UV7L9hZF6/fVp1K0geJNwwDuSe6RYCI5xGSa6x57FE4WU0nm1o9mlyRSCNTsNlbAjuxKA8EfAiAUBvnb1HRsmZm5Jath2+kAAA==') format('woff2'),
  url('../fonts/iconfont.woff?t=1591082169011') format('woff'),
  url('../fonts/iconfont.ttf?t=1591082169011') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
  url('../fonts/iconfont.svg?t=1591082169011#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-size: 1.6rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-left2:before {
  content: "\e710";
}

.icon-right2:before {
  content: "\e711";
}

.icon-calendar3:before {
  content: "\e7e1";
}

.icon-left26:before {
  content: "\e78b";
}

.icon-right26:before {
  content: "\e78c";
}

.icon-up28:before {
  content: "\e791";
}

.icon-address:before {
  content: "\e7bc";
}

.icon-email:before {
  content: "\e7bd";
}

.icon-whatsapp:before {
  content: "\e7bf";
}

.icon-address1:before {
  content: "\e7c0";
}

.icon-wechat:before {
  content: "\e7c1";
}

.icon-fax:before {
  content: "\e7c2";
}

.icon-mobile:before {
  content: "\e7c3";
}

.icon-email1:before {
  content: "\e7c4";
}

.icon-phone:before {
  content: "\e7c6";
}

.icon-tel:before {
  content: "\e7c7";
}

.icon-qq:before {
  content: "\e7ca";
}

.icon-whatsapp1:before {
  content: "\e7c5";
}

.icon-email11:before {
  content: "\e7c8";
}

.icon-skype:before {
  content: "\e7c9";
}

.icon-fax1:before {
  content: "\e7cb";
}

.icon-qq1:before {
  content: "\e7cc";
}

.icon-tel1:before {
  content: "\e7cd";
}

.icon-wechat1:before {
  content: "\e7ce";
}

.icon-phone1:before {
  content: "\e7cf";
}

.icon-mobile1:before {
  content: "\e7d0";
}

.icon-download:before {
  content: "\e922";
}

.icon-sousuo2:before {
  content: "\e627";
}

.icon-shixinyuanxingjiantouyou1:before {
  content: "\e940";
}

.icon-shixinyuanxingjiantouzuo1:before {
  content: "\e941";
}

.icon-yuanxingjiantouyou:before {
  content: "\e967";
}

.icon-yuanxingjiantouzuo:before {
  content: "\e968";
}

.icon-search-copy:before {
  content: "\e619";
}

.icon-up7:before {
  content: "\e722";
}

.icon-bottom7:before {
  content: "\e723";
}

.icon-left7:before {
  content: "\e724";
}

.icon-right7:before {
  content: "\e725";
}

.icon-up1:before {
  content: "\e72e";
}

.icon-bottom1:before {
  content: "\e72f";
}

.icon-left1:before {
  content: "\e730";
}

.icon-right1:before {
  content: "\e731";
}

.icon-up16:before {
  content: "\e746";
}

.icon-bottom16:before {
  content: "\e747";
}

.icon-left16:before {
  content: "\e748";
}

.icon-right16:before {
  content: "\e749";
}

@media screen and (max-width: 1920px){ .m-kefu-chat.mobile-hide { right: 6px!important; cursor: pointer;} }

.page a.no:hover {color: #333!important;border: 1px solid #e5e5e5!important; background: #fff!important;}
.item-btns a.no:hover  {color: #333!important; background-color: #E5E5E5!important;}
.ppp{line-height: 30px; font-size: 16px; font-size: 1.6rem; color: #333;}
.actives{color: #d52c2c!important;}
.at-resp-share-element .at-icon{width: 24px!important;height: 24px!important;}
.at-style-responsive .at-share-btn{padding: 0!important; border-radius: 2px!important;}
.at-resp-share-element .at-share-btn .at-icon-wrapper{width: 24px!important;height: 24px!important;}
.at-resp-share-element .at-share-btn{margin-bottom: 0!important;margin-right: 3px!important;}
.listcart {width: 100%;text-align: center;}
.listcart a {
    display: inline-block;
    height: 32px;
    width: 200px;
    line-height: 32px;
    overflow: hidden;
    color: #fff;
    cursor: pointer;
    border: solid 1px #fff;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    margin-left: 10px;
    border-radius: 15px;
    background: none;
    }
    .listcart a:hover {background: #FF420F; color: #fff;}
    .xunpanc{margin-bottom: 20px;}
    .xunpanc table tr td{border: 1px solid #ccc;}
    .xunpanc table tr td a{color: #333;}
    .xunpanc table tr td a:hover{color: #FF420F;}
