.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 */

@charset "UTF-8";
/* CSS Document */
* { margin: 0; padding: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

html { font-size: 62.5%; }

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

img { border: none; }

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

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

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

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

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

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

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

.relative { position: relative; }

.absolute { position: absolute; }

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

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

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

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

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

.nlazy { min-width: 20%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.page a, .page span { 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 4px 10px; font-size: 14px; font-size: 1.4rem; }

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

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

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

.page a.no{border: solid 1px #E5E5E5 !important; background-color: #fff !important; color: #333 !important;}

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

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

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

.page .add-form .add-btn:hover { background-color: #fff; border: 1px solid #FF6501; color: #FF6501; }

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

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

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

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

.contact-pc li a { display: block; height: 100%; width: 100%; text-align: center; line-height: 69px; 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: 27px; font-size: 2.7rem; }

.c3 .iconfont { font-size: 28px; font-size: 2.8rem; }

.c4 .iconfont { font-size: 28px; font-size: 2.8rem; }

.c5 .iconfont { font-size: 31px; font-size: 3.1rem; }

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

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

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

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

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

.contact-phone .c5 .iconfont { font-size: 22px; font-size: 2.2rem; }

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

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

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

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

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

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

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

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

/*-------------pro-share end---------------------------------------------------------------*/
/*-------------m-oths----------------------------------------------------------------------*/
.m-oths { position: relative; padding-top: 27px; font-size: 16px; font-size: 1.6rem; line-height: 30px; }

.m-oths:before { position: absolute; content: ''; width: 100%; height: 1px; top: 1px; left: 0; right: 0; background-color: #FF6501; }

.m-oths:after { position: absolute; content: ''; width: 90px; height: 3px; top: 0; left: 0; right: 0; background-color: #FF6501; }

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

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

.m-oths .item-name { float: left; margin-right: 5px; font-size: 18px; font-size: 1.8rem; color: #333; }

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

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

@media screen and (max-width: 1219px) { .m-oths { padding-top: 15px; font-size: 14px; font-size: 1.4rem; line-height: 26px; }
  .m-oths .oths-item-1 { margin-bottom: 0; }
  .m-oths .item-name { font-size: 14px; font-size: 1.4rem; } }

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

/*-------------bread start-----------------------------------------------------------------*/
.bread { background-color: #EBEBEB; font-size: 14px; font-size: 1.4rem; line-height: 24px; padding-top: 6px; padding-bottom: 6px; overflow: hidden; }

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

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

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

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

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

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

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

/* Internet Explorer 10+ */
.search-box {overflow: hidden;position: relative;width: 346px;max-width: 100%;height: 40px;border: solid 1px #E0E0E0;background-color: #fff;cursor: pointer;}

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

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

.search-box .iconfont { font-size: 23px; font-size: 2.3rem; color: #fff; position: absolute; width: 40px; height: 40px; line-height: 40px; -webkit-border-radius: 0; border-radius: 0; background-color: #075D90; text-align: center; right: 0; top: 0; }

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

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

@media screen and (max-width: 767px) { .search-box .item-input { font-size: 12px; font-size: 1.2rem; padding-right: 35px; } }

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

/*-------------header start----------------------------------------------------------------*/
.fixed.header { position: fixed; top: 0; left: 0; }

.fixed.header .h-top { height: 0; overflow: hidden; padding: 0; }

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

.header .h-top { -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; padding: 20px 0; }

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

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

.header .h-top .lang-box { float: right; margin-top: 18px; position: relative; }

@media screen and (max-width: 1219px) { .header .h-top .lang-box { margin-top: 15px; } }

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

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

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

.header .h-top .lang-box .lang-title { min-width: 98px; -webkit-border-radius: 6px; border-radius: 6px; border: solid 1px #B7B7B7; cursor: pointer; color: #999; line-height: 20px; padding: 10px; font-size: 16px; font-size: 1.6rem; text-align: center; }

.header .h-top .lang-box .lang-title .iconfont { display: inline-block; margin-left: 5px; color: #333; }

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

@media screen and (max-width: 991px) { .header .h-top .lang-box .lang-title { padding: 3px 5px; min-width: auto; } }

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

.header .h-top .lang-box .lang-list { display: none; position: absolute; right: 0; top: 100%; min-width: 100%; background-color: #fff; text-align: center; line-height: 22px; padding: 5px; z-index: 9; }

.header .h-top .lang-box .lang-list a { display: block; color: #000; }

.header .h-top .lang-box .lang-list a:hover { color: #FF6501; }

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

.header .h-top .h-follow { float: right; font-size: 0; letter-spacing: 0; margin-top: 22px; margin-right: 15px; }

.header .h-top .h-follow a { display: inline-block; vertical-align: top; margin-left: 12px; }

.header .h-top .h-follow a:first-child { margin-left: 0; }

.header .h-top .h-follow a .iconfont { font-size: 32px; font-size: 3.2rem; }

.header .h-top .h-follow .icon-facebook { color: #4B64A6; }

.header .h-top .h-follow .icon-twitter { color: #00ABF1; }

.header .h-top .h-follow .icon-linkedin { color: #0F76A8; }

.header .h-top .h-follow .icon-pinterest { color: #C9222D; }

.header .h-top .h-follow .icon-youtube { color: #C4302A; }

.header .h-top .h-follow .icon-insgram { color: #d38f2e; }

@media screen and (max-width: 1219px) { .header .h-top .h-follow { margin-top: 16px; margin-right: 10px; }
  .header .h-top .h-follow a { margin-left: 5px; }
  .header .h-top .h-follow a .iconfont { font-size: 30px; font-size: 3.0rem; } }

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

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

.header .logo-box > * { display: inline-block; vertical-align: middle; }

@media screen and (max-width: 640px) { .header .logo-box { width: 100%; text-align: center; margin-top: 10px; } }

.header .logo-box .logo { width: 300px; }

.header .logo-box .logo img { display: block; width: 100%; }

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

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

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

@media screen and (max-width: 640px) { .header .logo-box .logo { width: 150px; } }

.header .logo-box .item-txt { font-size: 34px; font-size: 3.4rem; font-weight: bold; line-height: 1.7647; text-transform: uppercase; background: url(../images/bg2.png) no-repeat left center; background-size: auto 100%; padding-left: 21px; margin-left: 20px; letter-spacing: 1px; }

@media screen and (max-width: 1219px) { .header .logo-box .item-txt { font-size: 26px; font-size: 2.6rem; letter-spacing: 0; padding-left: 15px; margin-left: 10px; } }

@media screen and (max-width: 991px) { .header .logo-box .item-txt { font-size: 24px; font-size: 2.4rem; line-height: 1.4; } }

@media screen and (max-width: 767px) { .header .logo-box .item-txt { font-size: 20px; font-size: 2rem; } }

@media screen and (max-width: 640px) { .header .logo-box .item-txt { font-size: 18px; font-size: 1.8rem; margin-left: 0; padding-left: 0; background-image: none; padding: 0 5px; } }

.header .h-bot { background-color: #FF6501; }

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

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

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

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

.header .navlist > li > a { font-weight: bold; font-size: 16px; font-size: 1.6rem; display: block; line-height: 24px; padding: 20px 30px 21px; min-width: 100px; color: #fff; text-align: center; }

.header .navlist > li.nav-active > a, .header .navlist > li:hover > a { background-color: #075D90; color: #fff; }

@media screen and (max-width: 1219px) { .header .navlist > li { margin-left: 3px; }
  .header .navlist > li > a {min-width: auto;padding: 15px 15px;} }

@media screen and (max-width: 991px) { .header .navlist > li { margin-left: 0; }
  .header .navlist > li > a {font-size: 14px;font-size: 1.4rem;font-weight: normal;padding: 10px 10px;} }

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

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

.header .yiji { z-index: 99; position: absolute; top: 100%; width: 205px; left: 50%; margin-left: -132px; 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; border-top: 14px solid transparent; }

.header .yiji:before { position: absolute; content: '\e637'; font-family: "iconfont" !important; font-size: 26px; font-size: 2.6rem; font-style: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; color: #fff; left: 0; right: 0; margin: 0 auto; top: -22px; line-height: 1; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; }

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

.header .yiji li:first-child { border-top: solid 15px #fff; }

.header .yiji li:last-child { border-bottom: solid 10px #fff; }

.header .yiji li > a { display: block; line-height: 20px; padding: 13px 25px; font-size: 16px; font-size: 1.6rem; background-color: #fff; }

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

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

.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 { 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 5px transparent; width: 265px; 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 .navlist1 { display: none; width: 100%; background-color: #FF6501; }

.header .navlist1 > li { float: left; width: 25%; text-align: center; }

.header .navlist1 > li > a { display: block; position: relative; line-height: 20px; color: #fff; padding: 7px 0; font-weight: bold; }

.header .navlist1 > li.nav-active > a, .header .navlist1 > li:hover > a { background-color: #075D90; }

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

/*-------------header end------------------------------------------------------------------*/
/*-------------footer start----------------------------------------------------------------*/
.footer { background: url(../images/bg3.jpg) no-repeat center top; background-size: cover; position: relative; }

.footer:before { position: absolute; content: ''; top: -7px; height: 7px; left: 0; right: 0; background: url(../images/bg4.png) repeat-x top left; }

.footer.index-footer { background: url(../images/bg6.jpg) no-repeat center top; }

.footer.index-footer:after { position: absolute; content: ''; bottom: 0; height: 154.28571%; left: 0; right: 0; background: url(../images/bg5.png) repeat-x bottom left; background-size: 100%; }

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

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

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

.footer .f-top { padding: 55px 0 66px; font-size: 0; letter-spacing: 0; position: relative; z-index: 2; }

.footer .f-top .flist { display: inline-block; vertical-align: top; font-size: 16px; font-size: 1.6rem; line-height: 30px; padding-left: 38px; position: relative; }

.footer .f-top .flist:before { position: absolute; content: ''; width: 1px; height: 134px; background-color: #fff; left: 0; top: 0; opacity: 0.43; filter: alpha(opacity=43); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=43)"; }

.footer .f-top .flist:after { position: absolute; content: ''; width: 3px; height: 26px; background-color: #fff; left: -1px; top: 0; }

.footer .f-top .footer-title { font-weight: bold; font-size: 24px; font-size: 2.4rem; text-transform: uppercase; margin-bottom: 13px; }

.footer .f-top .flist1 { margin-left: 26.33333%; width: 39.83333%; }

.footer .f-top .flist1 ul { float: left; width: 50%; padding-right: 10px; }

.footer .f-top .flist2 { width: 33.83333%; }

@media screen and (max-width: 1219px) { .footer .f-top .flist { font-size: 14px; font-size: 1.4rem; padding-left: 25px; } }

@media screen and (max-width: 991px) { .footer .f-top { padding: 30px 0; }
  .footer .f-top .flist { font-size: 14px; font-size: 1.4rem; line-height: 24px; padding-left: 15px; }
  .footer .f-top .flist1 { margin-left: 17.16667%; width: 49%; } }

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

.footer .f-follow { display: none; font-size: 0; letter-spacing: 0; text-align: center; }

.footer .f-follow a { display: inline-block; vertical-align: top; margin-left: 5px; line-height: 1; position: relative; }

/*.footer .f-follow a:before { position: absolute; content: ''; width: 20px; height: 22px; -webkit-border-radius: 50%; border-radius: 50%; background-color: #fff; bottom: 2px; left: 0; right: 0; margin: 0 auto; }*/

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

.footer .f-follow a .iconfont { font-size: 28px; font-size: 2.8rem; position: relative; }

.footer .f-follow .icon-facebook { color: #4B64A6; }

.footer .f-follow .icon-twitter { color: #00ABF1; }

.footer .f-follow .icon-linkedin { color: #0F76A8; }

.footer .f-follow .icon-pinterest { color: #C9222D; }

.footer .f-follow .icon-youtube { color: #C4302A; }

.footer .f-follow .icon-insgram { color: #d38f2e; }

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

.footer .f-bot { position: relative; z-index: 2; padding-bottom: 18px; text-align: center; font-size: 14px; font-size: 1.4rem; line-height: 24px; }

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

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

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

/*-------------footer end------------------------------------------------------------------*/
/*-------------index start-----------------------------------------------------------------*/
.index-box { background-color: #EBEBEB; padding: 10px 0; }

.index-box .item-keys { overflow: hidden; line-height: 20px; padding: 10px 15px 0 0; }

.index-box .item-keys a:hover { color: #FF6501; }

@media screen and (max-width: 991px) { .index-box .item-keys { padding: 15px 0 0; } }

@media screen and (max-width: 767px) { .index-box .item-keys { padding: 10px 0 0; font-size: 12px; font-size: 1.2rem; } }

.index-item .item-title { position: relative; font-family: "BodoniMT-Bold"; font-size: 40px; font-size: 4rem; line-height: 1; padding-bottom: 26px; text-transform: uppercase; }

.index-item .item-title span { color: #075D90; }

.index-item .item-title a:hover { color: #FF6501; }

.index-item .item-title a:hover span { color: #FF6501; }

.index-item .item-title:before { position: absolute; content: ''; width: 230px; height: 1px; bottom: 1px; left: 0; right: 0; background-color: #FF6501; }

.index-item .item-title:after { position: absolute; content: ''; width: 90px; height: 3px; bottom: 0; left: 0; right: 0; background-color: #FF6501; }

@media screen and (max-width: 1219px) { .index-item .item-title { font-size: 34px; font-size: 3.4rem; padding-bottom: 20px; }
  .index-item .item-title:before { width: 200px; } }

@media screen and (max-width: 991px) { .index-item .item-title { font-size: 28px; font-size: 2.8rem; padding-bottom: 15px; }
  .index-item .item-title:before { width: 160px; }
  .index-item .item-title:after { width: 90px; } }

@media screen and (max-width: 767px) { .index-item .item-title { font-size: 22px; font-size: 2.2rem; padding-bottom: 10px; }
  .index-item .item-title:before { width: 110px; }
  .index-item .item-title:after { width: 70px; } }

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

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

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

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

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

/* index-about start */
.index-about { padding: 54px 0 60px; }

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

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

.index-about .item-pic { float: right; width: 500px; padding: 0 1.91667%; margin-left: 7.08333%; margin-top: 41px; position: relative; }

.index-about .item-pic a { overflow: hidden; position: relative; z-index: 2; display: block; }

.index-about .item-pic:before { position: absolute; content: ''; width: 100%; left: 0; right: 0; margin: 0 auto; top: 7.64706%; bottom: 7.64706%; background-color: #E6E6E6; }

.index-about .item-pic:after { position: absolute; content: ''; width: 95.2%; left: 0; right: 0; margin: 0 auto; top: 3.52941%; bottom: 3.52941%; background-color: #CCCCCC; }

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

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

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

@media screen and (max-width: 640px) { .index-about .item-pic { width: 250px; } }

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

.index-about .item-body .index-item .item-title { margin-bottom: 30px; }

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

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

.index-about .item-body .item-subt { overflow: visible; font-weight: bold; font-size: 18px; font-size: 1.8rem; line-height: 22px; margin-bottom: 15px; }

.index-about .item-body .item-subt, .index-about .item-body .item-subt a { color: #075D90; }

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

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

.index-about .item-body > .item-desc { overflow: visible; font-size: 16px; font-size: 1.6rem; line-height: 28px; margin-bottom: 23px; text-indent: 2em; }

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

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

.index-about .item-body .item-btn { display: inline-block; min-width: 140px; line-height: 24px; padding: 6px; background-color: #075D90; color: #fff; text-align: center; -webkit-border-radius: 4px; border-radius: 4px; text-transform: uppercase; }

.index-about .item-body .item-btn:hover { background-color: #FF6501; }

@media screen and (max-width: 767px) { .index-about .item-body .item-btn { min-width: 120px; padding: 4px; font-size: 12px; font-size: 1.2rem; } }

/* index-about end */
/* index-probox start */
.index-probox { background: url(../images/bg1.jpg) no-repeat center; background-size: cover; position: relative; padding: 53px 0 82px; }

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

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

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

.index-probox .index-item { margin-bottom: 26px; text-align: center; }

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

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

.index-probox .index-item .item-title:before, .index-probox .index-item .item-title:after { margin: 0 auto; background-color: #fff; }

.index-probox .index-item .item-desc { max-width: 980px; margin-left: auto; margin-right: auto; opacity: 0.8; filter: alpha(opacity=80); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; }

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

.index-probox .box-tab .tab-options { font-size: 0; letter-spacing: 0; text-align: center; }

.index-probox .box-tab .tab-options li { display: inline-block; vertical-align: top; min-width: 226px; cursor: pointer; font-size: 16px; font-size: 1.6rem; font-weight: bold; color: #fff; line-height: 24px; padding: 14px 10px 15px; background-color: #075D90; -webkit-border-radius: 5px; border-radius: 5px; margin: 0 1.5% 15px; }

.index-probox .box-tab .tab-options li:hover, .index-probox .box-tab .tab-options li.tab-acitve { background-color: #FF6501; }

@media screen and (max-width: 991px) { .index-probox .box-tab .tab-options li { width: 31.33%; margin: 0 1% 15px; min-width: auto; padding: 10px; } }

@media screen and (max-width: 767px) { .index-probox .box-tab .tab-options li { font-size: 14px; font-size: 1.4rem; padding: 6px 5px; margin-bottom: 10px; } }

@media screen and (max-width: 640px) { .index-probox .box-tab .tab-options li { min-width: auto; width: auto; font-weight: normal; padding: 5px 15px; } }

@media screen and (max-width: 480px) { .index-probox .box-tab .tab-options li { width: 48%; margin: 0 1% 10px; min-width: auto; padding: 5px 10px; }
  .index-probox .box-tab .tab-options li:first-child { /*width: 98%;*/ } }

.index-probox .box-tab .tab-content-item { display: none; }

.index-probox .box-tab .tab-content-item:first-child { display: block; }

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

.index-probox .box-list .list-item { display: inline-block; vertical-align: top; width: 31.66667%; margin-left: 2.5%; background-color: #EBEBEB; margin-top: 37px; position: relative; overflow: hidden; }

@media screen and (min-width: 992px) { .index-probox .box-list .list-item:hover .item-backdrop { top: 0; } }

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

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

.index-probox .box-list .item-backdrop { position: absolute; top: 999px; bottom: 0; left: 0; right: 0; background-color: #000; background-color: rgba(0, 0, 0, 0.7); z-index: 2; text-align: center; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; }

.index-probox .box-list .item-backdrop .item-subt { font-size: 18px; font-size: 1.8rem; font-weight: bold; line-height: 24px; margin-bottom: 19px; }

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

.index-probox .box-list .item-backdrop .item-btn { display: inline-block; width: 52px; height: 52px; line-height: 52px; -webkit-border-radius: 50%; border-radius: 50%; background-color: #FF6501; color: #fff; }

.index-probox .box-list .item-backdrop .item-btn .iconfont { font-size: 25px; font-size: 2.5rem; }

.index-probox .box-list .item-backdrop .item-btn:hover { background-color: #075D90; }

.index-probox .box-list .item-body { padding: 21px 30px 23px; text-align: center; }

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

@media screen and (max-width: 991px) { .index-probox .box-list .item-body { padding: 15px 10px; } }

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

.index-probox .box-list .item-title { font-size: 18px; font-size: 1.8rem; font-weight: bold; line-height: 24px; padding-bottom: 10px; margin-bottom: 8px; position: relative; }

.index-probox .box-list .item-title:before { position: absolute; content: ''; width: 30px; height: 1px; background-color: #464646; opacity: 0.6; filter: alpha(opacity=60); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; left: 0; right: 0; margin: 0 auto; bottom: 0; }

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

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

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

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

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

/* index-probox end */
/* .index-appbox start */
.index-appbox { padding: 56px 0 52px; }

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

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

.index-appbox .index-item { max-width: 810px; }

@media screen and (max-width: 991px) { .index-appbox .index-item { padding-right: 80px; } }

@media screen and (max-width: 767px) { .index-appbox .index-item { padding-right: 0; } }

.index-appbox .index-item .item-desc { opacity: 0.8; filter: alpha(opacity=80); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; text-indent: 2em; }

.index-appbox .box-scrollbox { position: relative; padding-top: 35px; }

@media screen and (max-width: 991px) { .index-appbox .box-scrollbox { padding-top: 30px; } }

@media screen and (max-width: 767px) { .index-appbox .box-scrollbox { padding-top: 20px; } }

@media screen and (max-width: 640px) { .index-appbox .box-scrollbox { display: none; } }

.index-appbox .box-scrollbox .scroll-btns { font-size: 0; letter-spacing: 0; position: absolute; right: 0; top: -53px; }

@media screen and (max-width: 1219px) { .index-appbox .box-scrollbox .scroll-btns { top: -35px; } }

@media screen and (max-width: 991px) { .index-appbox .box-scrollbox .scroll-btns { top: -30px; } }

.index-appbox .box-scrollbox .scroll-btns .scroll-btn { display: inline-block; cursor: pointer; font-size: 45px; font-size: 4.5rem; color: #075D90; }

.index-appbox .box-scrollbox .scroll-btns .scroll-btn:hover { color: #FF6501; }

@media screen and (max-width: 1219px) { .index-appbox .box-scrollbox .scroll-btns .scroll-btn { font-size: 36px; font-size: 3.6rem; } }

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

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

.index-appbox .box-scrollbox .scroll-list { width: 10000%; }

.index-appbox .box-scrollbox .scroll-list li { float: left; width: 1%; }

.index-appbox .box-scrollbox .scroll-list .left-item { float: left; width: 49.33333%; margin-right: 1.33333%; position: relative; overflow: hidden; }

.index-appbox .box-scrollbox .scroll-list .left-item .item-subt { font-size: 24px; font-size: 2.4rem; font-weight: bold; line-height: 26px; margin-bottom: 40px; }

@media screen and (max-width: 991px) { .index-appbox .box-scrollbox .scroll-list .left-item .item-subt { margin-bottom: 0; font-size: 14px; font-size: 1.4rem; padding: 0 5px; } }

@media screen and (max-width: 767px) { .index-appbox .box-scrollbox .scroll-list .left-item .item-subt { font-weight: normal; } }

.index-appbox .box-scrollbox .scroll-list .left-item .item-btn { display: inline-block; width: 52px; height: 52px; line-height: 52px; -webkit-border-radius: 50%; border-radius: 50%; background-color: #FF6501; color: #fff; }

.index-appbox .box-scrollbox .scroll-list .left-item .item-btn .iconfont { font-size: 25px; font-size: 2.5rem; }

.index-appbox .box-scrollbox .scroll-list .left-item .item-btn:hover { background-color: #075D90; }

@media screen and (max-width: 991px) { .index-appbox .box-scrollbox .scroll-list .left-item .item-btn { display: none; } }

.index-appbox .box-scrollbox .scroll-list .right-item { overflow: hidden; font-size: 0; letter-spacing: 0; }

.index-appbox .box-scrollbox .scroll-list .right-item .list-item { display: inline-block; vertical-align: top; width: 48.6014%; margin-left: 2.7972%; position: relative; margin-bottom: 2.08333%; overflow: hidden; }

.index-appbox .box-scrollbox .scroll-list .right-item .item-subt { font-size: 18px; font-size: 1.8rem; font-weight: bold; line-height: 24px; margin-bottom: 12px; }

@media screen and (max-width: 991px) { .index-appbox .box-scrollbox .scroll-list .right-item .item-subt { margin-bottom: 0; font-size: 14px; font-size: 1.4rem; padding: 0 5px; } }

@media screen and (max-width: 767px) { .index-appbox .box-scrollbox .scroll-list .right-item .item-subt { font-weight: normal; } }

.index-appbox .box-scrollbox .scroll-list .right-item .item-btn { display: inline-block; width: 40px; height: 40px; line-height: 40px; -webkit-border-radius: 50%; border-radius: 50%; background-color: #FF6501; color: #fff; }

.index-appbox .box-scrollbox .scroll-list .right-item .item-btn .iconfont { font-size: 22px; font-size: 2.2rem; }

.index-appbox .box-scrollbox .scroll-list .right-item .item-btn:hover { background-color: #075D90; }

@media screen and (max-width: 991px) { .index-appbox .box-scrollbox .scroll-list .right-item .item-btn { display: none; } }

.index-appbox .box-scrollbox .scroll-list .item-backdrop { position: absolute; top: 999px; bottom: 20px; left: 16px; right: 16px; background-color: #fff; background-color: rgba(255, 255, 255, 0.8); z-index: 2; text-align: center; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; padding: 10px; }

@media screen and (max-width: 1219px) { .index-appbox .box-scrollbox .scroll-list .item-backdrop { bottom: 10px; left: 10px; right: 10px; } }

@media screen and (max-width: 991px) { .index-appbox .box-scrollbox .scroll-list .item-backdrop { top: auto; bottom: auto; left: auto; right: auto; bottom: 0; padding: 0; } }

@media screen and (min-width: 992px) { .index-appbox .box-scrollbox .scroll-list .left-item:hover .item-backdrop, .index-appbox .box-scrollbox .scroll-list .list-item:hover .item-backdrop { top: 10px; } }

@media screen and (min-width: 1220px) { .index-appbox .box-scrollbox .scroll-list .left-item:hover .item-backdrop, .index-appbox .box-scrollbox .scroll-list .list-item:hover .item-backdrop { top: 20px; } }

.index-appbox .box-scrollbox1 { position: relative; padding-top: 20px; display: none; }

@media screen and (max-width: 640px) { .index-appbox .box-scrollbox1 { display: block; } }

.index-appbox .box-scrollbox1 .scroll-btns { font-size: 0; letter-spacing: 0; text-align: center; margin-top: 15px; }

.index-appbox .box-scrollbox1 .scroll-btns .scroll-btn { display: inline-block; cursor: pointer; font-size: 26px; font-size: 2.6rem; color: #075D90; }

.index-appbox .box-scrollbox1 .scroll-btns .scroll-btn:hover { color: #FF6501; }

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

.index-appbox .box-scrollbox1 .scroll-list { width: 10000%; }

.index-appbox .box-scrollbox1 .scroll-list .list-item { float: left; width: 0.32%; margin-right: 0.02%; }

@media screen and (max-width: 480px) { .index-appbox .box-scrollbox1 .scroll-list .list-item { width: 0.49%; } }

.index-appbox .box-scrollbox1 .scroll-list .item-subt { font-size: 14px; font-size: 1.4rem; line-height: 30px; text-align: center; }

.index-appbox .box-scrollbox1 .scroll-list .item-subt a { background-color: #075D90; color: #fff; padding: 0 5px; }

/* .index-appbox end */
/* .index-news start */
.index-news { background-color: #F5F5F5; padding: 56px 0 84px; }

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

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

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

.index-news .index-item { text-align: center; margin-bottom: 31px; }

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

.index-news .index-item .item-title:before, .index-news .index-item .item-title:after { margin: 0 auto; }

.index-news .news1-list { padding-bottom: 0; position: relative; z-index: 2; }

/* .index-news end */
/*-------------index end-------------------------------------------------------------------*/
.page_wrap { padding: 39px 0 120px; }

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

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

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

/*-------------1-1-products start----------------------------------------------------------*/
.pro1-title { position: relative; font-family: "BodoniMT-Bold"; font-size: 40px; font-size: 4rem; line-height: 1; margin-bottom: 46px; text-transform: uppercase; }

.pro1-title span { color: #075D90; }

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

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

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

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

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

.cate-list > li { display: inline-block; vertical-align: top; width: 18.83333%; margin-left: 0.45833%; margin-bottom: 19px; }

.cate-list > li > a { display: block; font-size: 16px; font-size: 1.6rem; font-weight: bold; background-color: #075D90; -webkit-border-radius: 10px; border-radius: 10px; text-align: center; color: #fff; height: 53px; line-height: 26px; position: relative; }

.cate-list > li > a:before { position: absolute; content: '\e639'; font-family: "iconfont" !important; font-size: 16px; font-size: 1.6rem; font-style: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; color: #FF6501; left: 0; right: 0; margin: 0 auto; bottom: -15px; line-height: 1; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; display: none; }

@media screen and (max-width: 1219px) { .cate-list > li > a { height: 48px; line-height: 24px; } }

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

.cate-list > li.active > a, .cate-list > li:hover > a { background-color: #FF6501; }

.cate-list > li.active > a:before, .cate-list > li:hover > a:before { display: block; }

.cate-erji { font-size: 0; letter-spacing: 0; margin-bottom: 30px; }

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

.cate-erji > li { display: inline-block; vertical-align: top; width: 18.83333%; margin-right: 0.45833%; margin-bottom: 15px; }

.cate-erji > li > a { display: block; font-size: 16px; font-size: 1.6rem; border: solid 1px #075D90; -webkit-border-radius: 10px; border-radius: 10px; text-align: center; color: #333; height: 53px; line-height: 26px; overflow: hidden; }

@media screen and (max-width: 1219px) { .cate-erji > li > a { height: 48px; line-height: 24px; } }

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

.cate-erji > li.active > a, .cate-erji > li:hover > a { border-color: #FF6501; }

.pro1-top .item-title { margin-bottom: 30px; font-weight: bold; font-size: 24px; font-size: 2.4rem; line-height: 1.2; padding-bottom: 14px; position: relative; }

.pro1-top .item-title:before { position: absolute; content: ''; width: 230px; height: 1px; bottom: 1px; left: 0; right: 0; background-color: #FF6501; }

.pro1-top .item-title:after { position: absolute; content: ''; width: 90px; height: 3px; bottom: 0; left: 0; right: 0; background-color: #FF6501; }

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

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

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

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

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

.pro1-top .item-desc img, .pro1-top .item-desc iframe { max-width: 100%; }

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

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

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

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

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

.pro1-list .list-item { display: inline-block; vertical-align: top; width: 49%; margin-left: 2%; margin-bottom: 52px; }

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

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

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

.pro1-list .item-pic { float: left; width: 55.95238%; position: relative; }

@media screen and (min-width: 992px) { .pro1-list .item-pic:hover .item-backdrop { top: 0; } }

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

@media screen and (max-width: 640px) { .pro1-list .item-pic { float: none; width: 100%; } }

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

.pro1-list .item-info { background-color: #EBEBEB; padding: 21px 20px 14px; margin-bottom: 21px; margin-top: 65px; }

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

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

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

@media screen and (max-width: 640px) { .pro1-list .item-info { margin-top: 0; padding: 8px 5px; } }

.pro1-list .item-title { font-size: 18px; font-size: 1.8rem; font-weight: bold; line-height: 24px; padding-bottom: 10px; margin-bottom: 5px; position: relative; }

.pro1-list .item-title:before { position: absolute; content: ''; width: 30px; height: 1px; background-color: #464646; opacity: 0.6; filter: alpha(opacity=60); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; left: 0; margin: 0 auto; bottom: 0; }

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

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

.pro1-list .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 30px; height: 60px; text-indent: 2em; }

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

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

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

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

.pro1-list .item-btnbox input { margin-right: 15px; }

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

.pro1-list .item-btnbox .item-btn { text-align: center; min-width: 120px; line-height: 20px; padding: 4px; border: solid 1px #FF6501; color: #FF6501; font-size: 14px; font-size: 1.4rem; }

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

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

.pro1-list .item-backdrop { position: absolute; top: 999px; bottom: 0; left: 0; right: 0; background-color: #000; background-color: rgba(0, 0, 0, 0.7); z-index: 2; text-align: center; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; }

.pro1-list .item-backdrop .item-subt { font-size: 18px; font-size: 1.8rem; font-weight: bold; line-height: 24px; margin-bottom: 19px; }

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

.pro1-list .item-backdrop .item-btn { display: inline-block; width: 52px; height: 52px; line-height: 52px; -webkit-border-radius: 50%; border-radius: 50%; background-color: #FF6501; color: #fff; }

.pro1-list .item-backdrop .item-btn .iconfont { font-size: 25px; font-size: 2.5rem; }

.pro1-list .item-backdrop .item-btn:hover { background-color: #075D90; }

.slide-title { position: relative; }

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

.slide-title a, .slide-title p { display: block; line-height: 24px; padding: 10px 0 11px; background-color: #FF6501; color: #fff; text-align: center; font-size: 24px; font-size: 2.4rem; font-weight: bold; text-transform: uppercase; }

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

@media screen and (max-width: 1219px) { .slide-title a, .slide-title p { font-size: 20px; font-size: 2.0rem; } }

@media screen and (max-width: 991px) { .slide-title a, .slide-title p { font-size: 18px !important; font-size: 1.8rem !important; padding-top: 8px; padding-bottom: 8px; }
  .slide-title.slide-title1 { display: none; }
  .slide-title.slide-title2 { display: block; }
  .slide-title.slide-title2 a, .slide-title.slide-title2 p { padding-left: 30px; padding-right: 30px; } }

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

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

.proslide .yiji-list { padding-top: 4px; }

.proslide .yiji-list > li { margin-bottom: 6px; }

.proslide .yiji-list > li > a { display: block; font-size: 16px; font-size: 1.6rem; line-height: 20px; border: solid 1px #E6E6E6; background-color: #F3F3F3; padding: 10px 35px 10px 17px; position: relative; }

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

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

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

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

.proslide .erji-list { border: solid 1px #E7E7E7; padding: 11px 0; }

.proslide .erji-list > li { padding: 0 10px 0 20px; }

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

.proslide .erji-list > li > a { display: block; font-size: 14px; font-size: 1.4rem; line-height: 20px; padding: 7px 0 7px 8px; color: #666; position: relative; }

.proslide .erji-list > li > a:before { position: absolute; content: ''; width: 3px; height: 3px; background-color: #999; left: 0; top: 15px; }

@media screen and (max-width: 1219px) { .proslide .erji-list > li > a { padding-top: 4px; padding-bottom: 4px; font-size: 12px; font-size: 1.2rem; }
  .proslide .erji-list > li > a:before { top: 13px; } }

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

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

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

.proslide .sanji-list > li > a { font-size: 14px; font-size: 1.4rem; display: block; line-height: 20px; padding: 3px 0 3px 5px; color: #666; }

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

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

/* proslide end */
/*-------------1-1-products end------------------------------------------------------------*/
/*-------------1-2-products start----------------------------------------------------------*/
.pro2-box { margin-bottom: 56px; }

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

.pro2-box .m-propic { margin: 0 auto; width: 739px; float: left; margin-right: 61px; }

.pro2-box .m-propic .pic-big { position: relative; float: left; width: 566px; }

.pro2-box .m-propic .big-img { display: block; line-height: 0; font-size: 0; -webkit-border-radius: 0; border-radius: 0; border: 1px solid #ECECEC; }

.pro2-box .m-propic .big-img .zoomPad { float: none; z-index: 8; }

.pro2-box .m-propic .big-img .zoomPad img { -webkit-border-radius: 0; border-radius: 0; }

.pro2-box .m-propic .zoomWrapperImage img { max-width: 1200px; }

.pro2-box .m-propic .pic-small { position: relative; float: right; width: 156px; padding: 23px 0; }

.pro2-box .m-propic .pic-btn { position: absolute; left: 0; width: 100%; text-align: center; height: 18px; line-height: 18px; }

.pro2-box .m-propic .pic-btn .iconfont { font-size: 18px; font-size: 1.8rem; color: #333; }

.pro2-box .m-propic .pic-btn .iconfont:hover { color: #FF6501; }

.pro2-box .m-propic .pic-btn.prev { top: 0; }

.pro2-box .m-propic .pic-btn.next { bottom: 0; }

.pro2-box .m-propic .pic-list { height: 424px; overflow: hidden; }

.pro2-box .m-propic .pic-list ul { height: 2000px; }

.pro2-box .m-propic .pic-list .list-item { margin-bottom: 17px; overflow: visible; padding-left: 0; }

.pro2-box .m-propic .pic-list .item-pics { display: block; -webkit-border-radius: 0; border-radius: 0; border: 1px solid #ececec; position: relative; overflow: hidden; }

.pro2-box .m-propic .pic-list .item-pics img { width: 100%; display: block; }

.pro2-box .m-propic .pic-list .item-pics:hover, .pro2-box .m-propic .pic-list .item-pics.zoomThumbActive { border-color: #FF6501; }

.pro2-box .m-propic2 { display: none; }

@media screen and (max-width: 1219px) { .pro2-box .zoomPad { cursor: default !important; }
  .pro2-box .zoomPup { display: none !important; }
  .pro2-box .zoomWindow { display: none !important; }
  .pro2-box .zoomPreload { display: none !important; }
  .pro2-box .m-propic { max-width: 100%; float: none; margin: 0 auto 30px; width: 677px; }
  .pro2-box .m-propic .pic-big { width: 520px; }
  .pro2-box .m-propic .pic-small { width: 140px; padding: 26px 0; }
  .pro2-box .m-propic .pic-list { height: 379px; } }

@media screen and (max-width: 767px) { .pro2-box .m-propic1 { display: none; }
  .pro2-box .m-propic2 { position: relative; display: block; overflow: hidden; width: 100%; padding-left: 30px; padding-right: 30px; }
  .pro2-box .m-propic2 .box-btn { position: absolute; top: 50%; margin-top: -12px; display: block; width: 24px; height: 24px; }
  .pro2-box .m-propic2 .box-btn .iconfont { font-size: 24px; font-size: 2.4rem; color: #333; }
  .pro2-box .m-propic2 .box-btn .iconfont:hover { color: #FF6501; }
  .pro2-box .m-propic2 .box-btn.prev { left: 0; }
  .pro2-box .m-propic2 .box-btn.next { right: 0; }
  .pro2-box .m-propic2 .box-list { overflow: hidden; }
  .pro2-box .m-propic2 .box-list ul { width: 1000%; }
  .pro2-box .m-propic2 .list-item { float: left; margin-left: .1%; margin-right: .1%; margin-bottom: 0; width: 3.13%; -webkit-border-radius: 0; border-radius: 0; border: 1px solid #ececec; overflow: hidden; }
  .pro2-box .m-propic2 .list-item img { display: block; } }

@media only screen and (max-width: 767px) and (max-width: 640px) { .pro2-box .m-propic2 .list-item { width: 4.8%; } }

@media only screen and (max-width: 767px) and (max-width: 480px) { .pro2-box .m-propic2 .list-item { width: 9.8%; } }

/* pro-info */
.pro-info { float: right; width: 400px; }

@media screen and (max-width: 1219px) { .pro-info { width: 100%; float: none; } }

.pro-info > .item-title { font-size: 24px; font-size: 2.4rem; font-weight: bold; line-height: 1.2; color: #FF6501; margin-bottom: 13px; margin-top: -10px; }

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

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

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

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

.pro-info .item-body { font-size: 14px; font-size: 1.4rem; line-height: 30px; min-height: 320px; padding-bottom: 20px; }

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

.pro-info .item-body em { padding-left: 16px; position: relative; display: inline-block; font-style: normal; font-size: 16px; font-size: 1.6rem; color: #333; margin-bottom: 7px; }

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

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

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

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

@media screen and (max-width: 767px) { .pro-info .item-body { font-size: 12px; font-size: 1.2rem; line-height: 20px; }
  .pro-info .item-body em { padding-left: 12px; font-size: 12px; font-size: 1.2rem; margin-bottom: 0; }
  .pro-info .item-body em:before { top: 7px; width: 5px; height: 5px; } }

.pro-info .item-btns { font-size: 0; letter-spacing: 0; margin-bottom: 58px; }

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

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

.pro-info .item-btns .item-btn { display: inline-block; vertical-align: top; min-width: 124px; border: solid 1px #FF6501; -webkit-border-radius: 0; border-radius: 0; font-size: 16px; font-size: 1.6rem; text-align: center; line-height: 20px; padding: 6px 15px; color: #FF6501; }

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

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

@media screen and (max-width: 991px) { .pro-info .item-btns .item-btn { min-width: 120px; font-size: 14px; font-size: 1.4rem; padding: 5px 10px; }
  .pro-info .item-btns .item-btn:first-child { margin-right: 20px; } }

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

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

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

.pro2-title { font-weight: bold; font-size: 24px; font-size: 2.4rem; line-height: 1.2; padding-bottom: 16px; position: relative; }

.pro2-title:before { position: absolute; content: ''; width: 100%; height: 1px; bottom: 1px; left: 0; right: 0; background-color: #FF6501; }

.pro2-title:after { position: absolute; content: ''; width: 90px; height: 3px; bottom: 0; left: 0; right: 0; background-color: #FF6501; }

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

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

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

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

.pro2-spec .item-body { padding-top: 36px; font-size: 14px; font-size: 1.4rem; line-height: 30px; text-indent: 2em; }

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

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

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

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

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

.pro2-tags { margin-top: 41px; background-color: #075D90; background-color: rgba(7, 93, 144, 0.1); font-size: 14px; font-size: 1.4rem; line-height: 30px; padding: 16px 20px 27px; }

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

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

@media screen and (max-width: 1219px) { .pro2-tags { line-height: 26px; padding: 12px 15px; } }

@media screen and (max-width: 991px) { .pro2-tags { margin-top: 30px; font-size: 14px; font-size: 1.4rem; line-height: 22px; line-height: 20px; } }

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

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

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

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

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

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

.related-box .related-scroll .scroll-btns { font-size: 0; letter-spacing: 0; position: absolute; right: 10px; top: -36px; }

.related-box .related-scroll .scroll-btns .scroll-btn { display: inline-block; vertical-align: middle; cursor: pointer; font-size: bold; color: #333; font-size: 26px; font-size: 2.6rem; }

.related-box .related-scroll .scroll-btns .scroll-btn:hover { color: #FF6501; }

.related-box .related-scroll .scroll-btns .scroll-btn.prev { margin-right: 10px; }

@media screen and (max-width: 767px) { .related-box .related-scroll .scroll-btns { top: -28px; right: 0; }
  .related-box .related-scroll .scroll-btns .scroll-btn { font-size: 20px; font-size: 2.0rem; }
  .related-box .related-scroll .scroll-btns .scroll-btn.prev { margin-right: 5px; } }

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

.related-box .related-scroll .scroll-list { width: 10000%; padding-top: 40px; }

@media screen and (max-width: 1219px) { .related-box .related-scroll .scroll-list { padding-top: 30px; } }

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

.related-box .related-scroll .scroll-list .list-item { float: left; width: 0.2375%; margin-right: 0.01667%; text-align: center; position: relative; }

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

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

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

.related-box .related-scroll .scroll-list .item-backdrop { background-color: rgba(255, 101, 1, 0.5); }

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

.related-box .related-scroll .scroll-list .item-backdrop .iconfont { display: block; width: 55px; height: 55px; -webkit-border-radius: 50%; border-radius: 50%; background-color: #fff; background-color: rgba(255, 255, 255, 0.4); position: absolute; left: 50%; top: 50%; margin: -27.5px 0 0 -27.5px; font-size: 20px; font-size: 2rem; color: #000; text-align: center; line-height: 55px; }

.related-box .related-scroll .scroll-list .item-backdrop .iconfont:after { position: absolute; content: ''; width: 40px; height: 40px; background-color: #fff; text-align: center; line-height: 40px; -webkit-border-radius: 50%; border-radius: 50%; top: 50%; left: 50%; margin: -20px 0 0 -20px; }

.related-box .related-scroll .scroll-list .item-backdrop .iconfont:before { position: relative; z-index: 3; }

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

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

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

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

/*-------------1-2-products end------------------------------------------------------------*/
/*-------------2-factory start-------------------------------------------------------------*/
.fac-box1 { margin-bottom: 75px; }

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

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

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

.fac-box1 .item-title { font-size: 53px; font-size: 5.3rem; border-bottom: solid 2px #FF6501; text-transform: uppercase; font-family: "BodoniMT-Bold"; line-height: 1; padding-bottom: 21px; margin-bottom: 16px; }

.fac-box1 .item-title span { color: #075D90; }

@media screen and (max-width: 1219px) { .fac-box1 .item-title { font-size: 44px; font-size: 4.4rem; } }

@media screen and (max-width: 991px) { .fac-box1 .item-title { font-size: 34px; font-size: 3.4rem; padding-bottom: 10px; } }

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

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

.fac-box1 .item-pic { position: relative; padding-right: 3.16667%; }

.fac-box1 .item-pic img { display: block; position: relative; }

.fac-box1 .item-pic:before { position: absolute; content: ''; bottom: 18.63354%; right: 0; width: 52.16667%; height: 100%; background-color: #075D90; }

@media screen and (max-width: 640px) { .fac-box1 .item-pic:before { top: 8.28157%; bottom: 0; } }

.fac-title { font-size: 30px; font-size: 3rem; line-height: 1.2; font-family: "BodoniMT-Bold"; text-transform: uppercase; margin-bottom: 30px; }

.fac-title span { color: #FF6501; }

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

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

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

.fac-box2 { background-color: #F4F4F4; padding: 18px 0 24px; }

.fac-box2 .box-scroll { position: relative; }

.fac-box2 .box-scroll .scroll-btns { font-size: 0; letter-spacing: 0; text-align: center; margin-top: 29px; }

@media screen and (max-width: 767px) { .fac-box2 .box-scroll .scroll-btns { margin-top: 15px; } }

.fac-box2 .box-scroll .scroll-btns .scroll-btn { display: inline-block; cursor: pointer; font-size: 20px; font-size: 2rem; width: 45px; height: 45px; line-height: 45px; text-align: center; background-color: #075D90; color: #fff; }

.fac-box2 .box-scroll .scroll-btns .scroll-btn:hover { background-color: #FF6501; }

@media screen and (max-width: 1219px) { .fac-box2 .box-scroll .scroll-btns .scroll-btn { width: 36px; height: 36px; line-height: 36px; } }

@media screen and (max-width: 991px) { .fac-box2 .box-scroll .scroll-btns .scroll-btn { width: 30px; height: 30px; line-height: 30px; font-size: 18px; font-size: 1.8rem; } }

@media screen and (max-width: 767px) { .fac-box2 .box-scroll .scroll-btns .scroll-btn { width: 24px; height: 24px; line-height: 24px; font-size: 14px; font-size: 1.4rem; } }

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

.fac-box2 .box-scroll .scroll-list { width: 10000%; }

.fac-box2 .box-scroll .scroll-list .list-item { float: left; width: 0.24417%; margin-right: 0.00778%; }

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

.fac-box2 .box-scroll .scroll-list .item-pic { position: relative; }

@media screen and (min-width: 992px) { .fac-box2 .box-scroll .scroll-list .item-pic:hover .item-backdrop { top: 0; } }

.fac-box2 .box-scroll .scroll-list .item-backdrop { z-index: 2; position: absolute; top: 999px; bottom: 0; left: 0; right: 0; background-color: #075D90; background-color: rgba(7, 93, 144, 0.7); -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; }

.fac-box2 .box-scroll .scroll-list .item-backdrop .iconfont { font-size: 26px; font-size: 2.6rem; position: absolute; top: 50%; left: 50%; margin: -13px 0 0 -13px; color: #fff; font-weight: bold; }

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

.fac-box2 .box-scroll .scroll-list .item-title { font-weight: bold; text-align: center; font-size: 18px; font-size: 1.8rem; line-height: 30px; max-height: 60px; margin-top: 13px; }

@media screen and (max-width: 1219px) { .fac-box2 .box-scroll .scroll-list .item-title { font-size: 16px; font-size: 1.6rem; line-height: 24px; max-height: 48px; } }

@media screen and (max-width: 991px) { .fac-box2 .box-scroll .scroll-list .item-title { font-size: 14px; font-size: 1.4rem; line-height: 22px; max-height: 44px; } }

@media screen and (max-width: 767px) { .fac-box2 .box-scroll .scroll-list .item-title { font-size: 12px; font-size: 1.2rem; line-height: 20px; margin-top: 5px; max-height: 40px; } }

.fac-box3 { padding-top: 53px; }

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

.fac-box3 .fac-title span { color: #075D90; }

.fac-box3 .box-list { font-size: 0; letter-spacing: 0; padding-top: 4px; }

@media screen and (max-width: 1219px) { .fac-box3 .box-list { padding-top: 0; } }

.fac-box3 .box-list .list-item { display: inline-block; vertical-align: top; width: 48.16667%; margin-left: 3.66667%; margin-bottom: 20px; }

@media screen and (max-width: 991px) { .fac-box3 .box-list .list-item { width: 49%; margin-left: 2%; } }

.fac-box3 .box-list .item-title { margin-top: 17px; font-size: 18px; font-size: 1.8rem; line-break: 24px; text-align: center; }

@media screen and (max-width: 1219px) { .fac-box3 .box-list .item-title { margin-top: 13px; } }

@media screen and (max-width: 991px) { .fac-box3 .box-list .item-title { font-size: 16px; font-size: 1.6rem; margin-top: 10px; } }

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

/*-------------2-factory end---------------------------------------------------------------*/
/*-------------3-1-project start-----------------------------------------------------------*/
.project1-box1 { position: relative; }

.project1-box1 .item-title { font-size: 40px; font-size: 4rem; color: #FF6501; font-family: "BodoniMT-Bold"; text-transform: uppercase; position: relative; line-height: 1.2; padding-bottom: 17px; margin-bottom: 23px; padding-right: 160px; }

.project1-box1 .item-title:before { position: absolute; content: ''; width: 23.25%; height: 2px; background-color: #FF6501; bottom: 0; left: 0; }

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

@media screen and (max-width: 991px) { .project1-box1 .item-title { font-size: 28px; font-size: 2.8rem; margin-bottom: 18px; padding-right: 0; padding-bottom: 15px; } }

@media screen and (max-width: 767px) { .project1-box1 .item-title { font-size: 22px; font-size: 2.2rem; padding-bottom: 10px; margin-bottom: 15px; } }

.project1-box1 .item-desc { margin-bottom: 38px; font-size: 14px; font-size: 1.4rem; line-height: 30px; text-indent: 2em; }

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

.project1-box1 .item-desc img, .project1-box1 .item-desc iframe { max-width: 100%; }

@media screen and (max-width: 1219px) { .project1-box1 .item-desc { margin-bottom: 33px; line-height: 26px; }
  .project1-box1 .item-desc p { min-height: 26px; } }

@media screen and (max-width: 991px) { .project1-box1 .item-desc { margin-bottom: 20px; line-height: 24px; }
  .project1-box1 .item-desc p { min-height: 24px; } }

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

.project1-box1 .item-btn { position: absolute; top: 0; right: 0; display: inline-block; min-width: 139px; line-height: 24px; padding: 6px; -webkit-border-radius: 5px; border-radius: 5px; background-color: #075D90; text-align: center; color: #fff; font-size: 14px; font-size: 1.4rem; text-transform: uppercase; }

.project1-box1 .item-btn:hover { background-color: #FF6501; }

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

@media screen and (max-width: 767px) { .project1-box1 .item-btn { margin-bottom: 20px; font-size: 12px; font-size: 1.2rem; min-width: 120px; padding: 4px; } }

.project1-list { font-size: 0; letter-spacing: 0; }

.project1-list .list-item { display: inline-block; vertical-align: top; width: 48.33333%; margin-left: 3.33333%; margin-bottom: 53px; }

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

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

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

.project1-list1 { font-size: 0; letter-spacing: 0; padding-bottom: 36px; }

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

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

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

.project1-list1 .list-item { display: inline-block; vertical-align: top; width: 32.25%; margin-left: 1.625%; margin-bottom: 49px; }

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

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

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

.project1-list1 .item-title { font-size: 18px; font-size: 1.8rem; font-weight: bold; line-height: 24px; text-align: center; margin-top: 20px; }

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

@media screen and (max-width: 991px) { .project1-list1 .item-title { font-size: 14px; font-size: 1.4rem; line-height: 20px; margin-top: 5px; } }

/*-------------3-1-project end-------------------------------------------------------------*/
/*-------------3-2-project start-----------------------------------------------------------*/
.project2-box1 { margin-bottom: 42px; }

@media screen and (max-width: 991px) { .project2-box1 { margin-bottom: 35px; } }

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

.project2-box1 .item-title { font-size: 20px; font-size: 2rem; font-family: "BodoniMT-Bold"; text-align: center; line-height: 24px; text-transform: uppercase; margin-bottom: 38px; }

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

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

.project2-box1 .item-pic { float: left; width: 48.83333%; margin-right: 1.16667%; overflow: hidden; }

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

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

.project2-box1 .item-desc { padding-top: 62px; font-size: 14px; font-size: 1.4rem; line-height: 30px; text-indent: 2em; }

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

@media screen and (max-width: 1219px) { .project2-box1 .item-desc { padding-top: 20px; line-height: 24px; }
  .project2-box1 .item-desc p { min-height: 24px; } }

@media screen and (max-width: 991px) { .project2-box1 .item-desc { padding-top: 0; } }

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

.project2-box2 .item-title { font-weight: bold; font-size: 24px; font-size: 2.4rem; line-height: 1.2; padding-bottom: 16px; position: relative; }

.project2-box2 .item-title:before { position: absolute; content: ''; width: 100%; height: 1px; bottom: 1px; left: 0; right: 0; background-color: #FF6501; }

.project2-box2 .item-title:after { position: absolute; content: ''; width: 90px; height: 3px; bottom: 0; left: 0; right: 0; background-color: #FF6501; }

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

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

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

.project2-box2 .item-body { padding-top: 50px; font-size: 14px; font-size: 1.4rem; line-height: 30px; text-indent: 2em; }

.project2-box2 .item-body p { min-height: 30px; }

.project2-box2 .item-body img, .project2-box2 .item-body iframe { max-width: 100%; }

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

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

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

/*-------------3-2-project end-------------------------------------------------------------*/
/*-------------4-about start---------------------------------------------------------------*/
/* about-box1 start */
.about-box1 { margin-bottom: 61px; }

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

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

.about-box1 .item-pic { float: right; width: 52.5%; margin-left: 2.75%; overflow: hidden; }

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

@media screen and (max-width: 991px) { .about-box1 .item-pic { margin-left: 2.5%; } }

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

.about-box1 .item-body .index-item .item-title { padding-bottom: 20px; margin-bottom: 28px; margin-top: -6px; }

@media screen and (max-width: 991px) { .about-box1 .item-body .index-item .item-title { margin-bottom: 20px; padding-bottom: 15px; margin-top: 0; } }

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

.about-box1 .item-body .item-subt { overflow: visible; font-weight: bold; font-size: 16px; font-size: 1.6rem; line-height: 22px; margin-bottom: 20px; }

.about-box1 .item-body .item-subt, .about-box1 .item-body .item-subt a { color: #4B83A9; }

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

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

.about-box1 .item-body > .item-desc { overflow: visible; font-size: 14px; font-size: 1.4rem; line-height: 30px; }

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

.about-box1 .item-body > .item-desc, .about-box1 .item-body > .item-desc a { color: #333; text-indent: 2em; }

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

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

/* about-box1 end */
/* about-box2 start */
.about-box2 { background-color: #FF6501; padding: 66px 0  43px; margin-bottom: 68px; }

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

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

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

.about-box2 .box-list .list-item { display: inline-block; vertical-align: top; width: 21.6%; margin: 0 1% 20px; text-align: center; }

@media screen and (max-width: 991px) { .about-box2 .box-list .list-item { width: 25%; padding: 0 5px; margin: 0 0 20px; } }

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

.about-box2 .box-list .item-pic { width: 74px; margin: 0 auto 13px; }

@media screen and (max-width: 991px) { .about-box2 .box-list .item-pic { width: 65px; } }

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

@media screen and (max-width: 480px) { .about-box2 .box-list .item-pic { width: 44px; } }

.about-box2 .box-list .item-title { font-size: 18px; font-size: 1.8rem; line-height: 24px; color: #fff; }

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

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

/* about-box2 end */
/* about-box3 start */
.about-box3 { margin-bottom: 49px; }

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

.about-box3 .item-pic { float: left; width: 52.5%; margin-right: 3.58333%; overflow: hidden; }

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

@media screen and (max-width: 991px) { .about-box3 .item-pic { margin-right: 2.5%; } }

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

.about-box3 .item-title { font-size: 24px; font-size: 2.4rem; line-height: 1.2; padding-top: 36px; padding-bottom: 35px; margin-bottom: 55px; font-weight: bold; text-align: right; position: relative; }

.about-box3 .item-title:before { position: absolute; content: ''; width: 38.16667%; right: 0; bottom: 0; height: 1px; background-color: #075D90; }

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

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

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

@media screen and (max-width: 480px) { .about-box3 .item-title:before { width: 80%; } }

.about-box3 .item-desc { overflow: visible; font-size: 14px; font-size: 1.4rem; line-height: 30px; text-indent: 2em; }

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

.about-box3 .item-desc, .about-box3 .item-desc a { color: #000; }

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

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

/* about-box3 end */
.about-box4 .index-item { margin-bottom: 37px; }

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

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

.about-box4 .box-body { background-color: #F4F4F4; padding: 48px 0 31px; }

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

.about-box4 .box-scroll { position: relative; }

.about-box4 .box-scroll .scroll-btns { font-size: 0; letter-spacing: 0; text-align: center; margin-top: 22px; }

@media screen and (max-width: 767px) { .about-box4 .box-scroll .scroll-btns { margin-top: 15px; } }

.about-box4 .box-scroll .scroll-btns .scroll-btn { display: inline-block; cursor: pointer; font-size: 20px; font-size: 2rem; width: 45px; height: 45px; line-height: 45px; text-align: center; background-color: #075D90; color: #fff; }

.about-box4 .box-scroll .scroll-btns .scroll-btn:hover { background-color: #FF6501; }

@media screen and (max-width: 1219px) { .about-box4 .box-scroll .scroll-btns .scroll-btn { width: 36px; height: 36px; line-height: 36px; } }

@media screen and (max-width: 991px) { .about-box4 .box-scroll .scroll-btns .scroll-btn { width: 30px; height: 30px; line-height: 30px; font-size: 18px; font-size: 1.8rem; } }

@media screen and (max-width: 767px) { .about-box4 .box-scroll .scroll-btns .scroll-btn { width: 24px; height: 24px; line-height: 24px; font-size: 14px; font-size: 1.4rem; } }

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

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

.about-box4 .box-scroll .scroll-list .list-item { float: left; width: 0.325%; margin-right: 0.0125%; }

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

.about-box4 .box-scroll .scroll-list .item-pic { position: relative; }

@media screen and (min-width: 992px) { .about-box4 .box-scroll .scroll-list .item-pic:hover .item-backdrop { top: 0; } }

.about-box4 .box-scroll .scroll-list .item-backdrop { z-index: 2; position: absolute; top: 999px; bottom: 0; left: 0; right: 0; background-color: #075D90; background-color: rgba(7, 93, 144, 0.7); -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; }

.about-box4 .box-scroll .scroll-list .item-backdrop .iconfont { font-size: 26px; font-size: 2.6rem; position: absolute; top: 50%; left: 50%; margin: -13px 0 0 -13px; color: #fff; font-weight: bold; }

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

.about-box4 .box-scroll .scroll-list .item-title { font-weight: bold; text-align: center; font-size: 18px; font-size: 1.8rem; line-height: 30px; max-height: 60px; margin-top: 13px; }

@media screen and (max-width: 1219px) { .about-box4 .box-scroll .scroll-list .item-title { font-size: 16px; font-size: 1.6rem; line-height: 24px; max-height: 48px; } }

@media screen and (max-width: 991px) { .about-box4 .box-scroll .scroll-list .item-title { font-size: 14px; font-size: 1.4rem; line-height: 22px; max-height: 44px; } }

@media screen and (max-width: 767px) { .about-box4 .box-scroll .scroll-list .item-title { font-size: 12px; font-size: 1.2rem; line-height: 20px; margin-top: 5px; max-height: 40px; } }

/*-------------4-about end-----------------------------------------------------------------*/
/*-------------5-1-news start--------------------------------------------------------------*/
.news1-list { padding-bottom: 32px; }

@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: 38px; }

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

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

.news1-list .item-pic { float: right; width: 173px; margin-left: 65px; margin-top: 2px; }

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

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

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

@media screen and (max-width: 480px) { .news1-list .item-pic { width: 130px; margin-left: 10px; } }

.news1-list .item-date { float: left; width: 116px; height: 116px; border: solid 2px #333; -webkit-border-radius: 10px; border-radius: 10px; margin-right: 27px; text-align: center; font-size: 24px; font-size: 2.4rem; font-weight: bold; padding: 25px 5px 0; }

.news1-list .item-date .item-day { margin-bottom: 9px; }

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

@media screen and (max-width: 991px) { .news1-list .item-date { width: 110px; height: 110px; font-size: 20px; font-size: 2.0rem; } }

@media screen and (max-width: 767px) { .news1-list .item-date { display: none; } }

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

.news1-list .item-title { margin-top: 16px; font-size: 18px; font-size: 1.8rem; line-height: 24px; position: relative; }

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

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

.news1-list .item-date1 { display: none; line-height: 20px; margin-top: 5px; }

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

.news1-list .item-desc { font-size: 16px; font-size: 1.6rem; margin-top: 10px; line-height: 28px; height: 56px; text-indent: 2em; }

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

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

/*-------------5-1-news end----------------------------------------------------------------*/
/*-------------5-2-news start--------------------------------------------------------------*/
.news2-main > .item-title { text-align: center; font-size: 22px; font-size: 2.2rem; line-height: 26px; }

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

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

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

.news2-main .item-date { text-align: center; margin-top: 15px; }

.news2-main .item-date > span { line-height: 26px; display: block; color: #666; font-size: 16px; font-size: 1.6rem; }

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

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

.news2-main .pro-share { margin-top: 14px; }

@media screen and (max-width: 767px) { .news2-main .pro-share { margin-top: 10px; } }

.news2-main .pro-share .share-title { color: #333; font-size: 14px; font-size: 1.4rem; }

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

.news2-main .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 30px; padding: 69px 0 45px; text-indent: 2em; }

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

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

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

@media screen and (max-width: 1219px) { .news2-main .item-desc { padding-top: 30px; padding-bottom: 30px; line-height: 26px; }
  .news2-main .item-desc p { min-height: 26px; } }

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

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

/*-------------5-2-news end----------------------------------------------------------------*/
/*-------------6-1-contact start-----------------------------------------------------------*/
.contact-box .box-title { font-weight: bold; font-size: 22px; font-size: 2.2rem; line-height: 1; color: #333; margin-bottom: 50px; text-align: center; }

@media screen and (max-width: 991px) { .contact-box .box-title { margin-bottom: 30px; text-align: center; font-size: 20px; font-size: 2rem; } }

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

.contact-box .item-left { float: left; width: 42.5%; margin-right: 1.66667%; }

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

@media screen and (max-width: 1219px) { .contact-box .item-left { width: 40%; } }

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

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

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

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

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

.contact-box .item-left .box-list .add .item-body { font-size: 14px; font-size: 1.4rem; }

@media screen and (max-width: 767px) { .contact-box .item-left .box-list .add .item-body { font-size: 12px; font-size: 1.2rem; } }

.contact-box .item-left .box-list .item-title { font-family: Verdana, Geneva, Tahoma, sans-serif; font-size: 18px; font-size: 1.8rem; line-height: 24px; margin-bottom: 6px; }

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

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

.contact-box .item-left .box-list .iconfont { position: absolute; left: 0; top: 0; font-size: 16px; font-size: 1.6rem; color: #666; }

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

.contact-box .item-left .box-list .item-body { overflow: hidden; padding-left: 28px; font-size: 16px; font-size: 1.6rem; line-height: 24px; position: relative; }

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

@media screen and (max-width: 767px) { .contact-box .item-left .box-list .item-body { padding-left: 22px; line-height: 20px; font-size: 12px; font-size: 1.2rem; } }

.contact-box .item-right { overflow: hidden; }

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

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

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

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

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

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

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

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

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

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

.contact-box .item-right .item-form .item-btn input { border-color: #075D90; background-color: #075D90; color: #fff; }

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

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

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

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

.map { margin-top: 106px; }

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

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

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

/*-------------6-1-contact end-------------------------------------------------------------*/
/*-------------6-2-contact start-----------------------------------------------------------*/
.contact2-main { font-family: "å¾®è½¯é›…é»‘"; }

.contact2-main .box-title { font-size: 22px; font-size: 2.2rem; line-height: 40px; color: #FF6501; margin-bottom: 41px; }

@media screen and (max-width: 1219px) { .contact2-main .box-title { font-size: 20px; font-size: 2rem; line-height: 30px; margin-bottom: 35px; } }

@media screen and (max-width: 991px) { .contact2-main .box-title { font-size: 18px; font-size: 1.8rem; line-height: 24px; margin-bottom: 25px; } }

@media screen and (max-width: 767px) { .contact2-main .box-title { font-size: 14px; font-size: 1.4rem; margin-bottom: 20px; line-height: 22px; } }

.contact2-main .box-list { font-size: 0; letter-spacing: 0; padding-bottom: 19px; }

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

.contact2-main .box-list .list-item { display: inline-block; vertical-align: top; width: 100%; margin-bottom: 50px; position: relative; }

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

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

.contact2-main .box-list .item1 .item-pic { float: right; }

.contact2-main .box-list .item1 .item-backdrop { left: 0; }

.contact2-main .box-list .item2 .item-pic { float: left; }

.contact2-main .box-list .item2 .item-backdrop { right: 0; }

.contact2-main .box-list .item-pic { width: 61.91667%; }

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

.contact2-main .box-list .item-backdrop { width: 43.91667%; position: absolute; top: 0; bottom: 0; }

@media screen and (max-width: 991px) { .contact2-main .box-list .item-backdrop { width: 45.83333%; } }

@media screen and (max-width: 767px) { .contact2-main .box-list .item-backdrop { width: 100%; position: relative; } }

.contact2-main .box-list .item-body { background: #FFFFFF; -webkit-box-shadow: -1px 2px 8px 0px rgba(0, 0, 0, 0.1); box-shadow: -1px 2px 8px 0px rgba(0, 0, 0, 0.1); padding: 10px 15px 15px; }

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

@media screen and (max-width: 991px) { .contact2-main .box-list .item-body { padding: 5px 10px; } }

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

.contact2-main .box-list .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 25px; max-height: 350px; }

.contact2-main .box-list .item-desc, .contact2-main .box-list .item-desc a { color: #333; }

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

@media screen and (max-width: 991px) { .contact2-main .box-list .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 20px; max-height: 200px; } }

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

/*-------------6-2-contact end-------------------------------------------------------------*/

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

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

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

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

.n-nav .n-nav-icon { position: fixed; right: 5px; top: 20px; width: 35px; height: 28px; line-height: 28px; text-align: center; -webkit-transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s; z-index: 999999999; }

@media screen and (max-width: 640px) { .n-nav .n-nav-icon { top: 10px; } }

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

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

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

.n-nav .n-nav-icon.active span, .n-nav .n-nav-icon.active .iconfont { display: none; }

.n-nav .n-nav-body { display: none; position: fixed; z-index: 99999; top: 0; bottom: 0; width: 100%; left: 0; overflow-y: scroll; background-color: #666; padding-top: 40px; }

.n-nav .box-search { background-color: #fff; padding: 5px 10px; position: relative; border: solid 1px #0066A1; margin: 5px 10px; }

.n-nav .box-search .item-input { width: 100%; line-height: 32px; height: 32px; padding: 0 60px 0 0; }

.n-nav .box-search .iconfont { font-weight: bold; background-color: #0066A1; width: 44px; height: 32px; line-height: 32px; -webkit-border-radius: 5px; border-radius: 5px; color: #fff; text-align: center; position: absolute; right: 10px; top: 5px; z-index: 0; }

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

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

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

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

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

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

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

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

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

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

.n-nav .box-list .yiji-list li .has-next { right: 0; }

.n-nav .box-list .yiji-list li > a { padding: 10px 25px 10px 20px; line-height: 22px; position: relative; }

.n-nav .box-list .yiji-list li > a:before { position: absolute; content: ''; width: 5px; height: 5px; background-color: #fff; top: 19px; left: 10px; }

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

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

.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: 100%; bottom: 28px; text-align: center; line-height: 0; font-size: 0; letter-spacing: 0; left: 0; }

.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 7px; width: 16px; height: 16px; border: solid 2px #fff; -webkit-border-radius: 50%; border-radius: 50%; background-color: transparent; }

.slick-dots li.slick-active button { background-color: #fff; }

@media screen and (max-width: 1219px) { .slick-dots li button { margin: 0 4px; width: 14px; height: 14px; } }

@media screen and (max-width: 991px) { .slick-dots { bottom: 15px; }
  .slick-dots li button { margin: 0 3px; width: 12px; height: 12px; } }

@media screen and (max-width: 767px) { .slick-dots { bottom: 10px; }
  .slick-dots li button { margin: 0 2px; width: 8px; height: 8px; } }

@media screen and (max-width: 640px) { .slick-dots { bottom: 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; z-index: 9; background-color: transparent; }

.slick-prev .iconfont, .slick-next .iconfont { font-size: 60px; font-size: 6rem; color: #fff; }

.slick-prev:hover .iconfont, .slick-next:hover .iconfont { color: #FF6501; }

@media screen and (max-width: 1219px) { .slick-prev, .slick-next { width: 44px; height: 44px; line-height: 44px; margin-top: -22px; }
  .slick-prev .iconfont, .slick-next .iconfont { font-size: 44px; font-size: 4.4rem; } }

@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: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) { }

@media screen and (min-width:992px) { }
@font-face {
    font-family: 'BodoniMT-Bold';
    src: url('../fonts/BodoniMT-Bold.eot');
    src: url('../fonts/BodoniMT-Bold.eot') format('embedded-opentype'),
         url('../fonts/BodoniMT-Bold.woff2') format('woff2'),
         url('../fonts/BodoniMT-Bold.woff') format('woff'),
         url('../fonts/BodoniMT-Bold.ttf') format('truetype'),
         url('../fonts/BodoniMT-Bold.svg#BodoniMT-Bold') format('svg');
}
@font-face {font-family: "iconfont";
  src: url('../fonts/iconfont.eot?t=1604233652859'); /* IE9 */
  src: url('../fonts/iconfont.eot?t=1604233652859#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('data:application/x-font-woff2;charset=utf-8;base64,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') format('woff2'),
  url('../fonts/iconfont.woff?t=1604233652859') format('woff'),
  url('../fonts/iconfont.ttf?t=1604233652859') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
  url('../fonts/iconfont.svg?t=1604233652859#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-liebiao:before {
  content: "\e834";
}

.icon-icon-test9:before {
  content: "\e64f";
}

.icon-liebiao1:before {
  content: "\e7d3";
}

.icon-list:before {
  content: "\e603";
}

.icon-up25:before {
  content: "\e785";
}

.icon-bottom25:before {
  content: "\e786";
}

.icon-left25:before {
  content: "\e787";
}

.icon-right25:before {
  content: "\e788";
}

.icon-address1:before {
  content: "\e7bc";
}

.icon-email2:before {
  content: "\e7bd";
}

.icon-contact:before {
  content: "\e7be";
}

.icon-whatsapp1:before {
  content: "\e7bf";
}

.icon-wechat1:before {
  content: "\e7c3";
}

.icon-fax:before {
  content: "\e7c6";
}

.icon-mobile1:before {
  content: "\e7c7";
}

.icon-email11:before {
  content: "\e7c8";
}

.icon-phone:before {
  content: "\e7c9";
}

.icon-tel:before {
  content: "\e7cc";
}

.icon-qq1:before {
  content: "\e7ce";
}

.icon-skype:before {
  content: "\e7cf";
}

.icon-message2:before {
  content: "\e7dc";
}

.icon-companyname:before {
  content: "\e610";
}

.icon-message:before {
  content: "\ebe1";
}

.icon-qiyemingcheng-tubiao:before {
  content: "\e601";
}

.icon-linkedin:before {
  content: "\e669";
}

.icon-insgram:before {
  content: "\e66a";
}

.icon-facebook:before {
  content: "\e66c";
}

.icon-pinterest:before {
  content: "\e66d";
}

.icon-youtube:before {
  content: "\e66f";
}

.icon-twitter:before {
  content: "\e670";
}

.icon-up27:before {
  content: "\e78d";
}

.icon-bottom27:before {
  content: "\e78e";
}

.icon-left27:before {
  content: "\e78f";
}

.icon-right27:before {
  content: "\e790";
}

.icon-skype1:before {
  content: "\e600";
}

.icon-whatsapp:before {
  content: "\e7c1";
}

.icon-address:before {
  content: "\e7c2";
}

.icon-email:before {
  content: "\e7c4";
}

.icon-email1:before {
  content: "\e7c5";
}

.icon-fax1:before {
  content: "\e7ca";
}

.icon-qq:before {
  content: "\e7cb";
}

.icon-wechat:before {
  content: "\e7cd";
}

.icon-mobile:before {
  content: "\e7d0";
}

.icon-home:before {
  content: "\e624";
}

.icon-rili:before {
  content: "\e60a";
}

.icon-shangjiantou:before {
  content: "\e637";
}

.icon-xiajiantou:before {
  content: "\e639";
}

.icon-youjiantou:before {
  content: "\e63c";
}

.icon-zuojiantou:before {
  content: "\e642";
}

.icon-xie:before {
  content: "\e60f";
}

.icon-dianhua2:before {
  content: "\e6c5";
}

.icon-jiahao3:before {
  content: "\eaf3";
}

.icon-jianhao:before {
  content: "\eaf5";
}

.icon-yuanxingjiantoushang:before {
  content: "\e965";
}

.icon-yuanxingjiantouxia:before {
  content: "\e966";
}

.icon-yuanxingjiantouyou:before {
  content: "\e967";
}

.icon-yuanxingjiantouzuo:before {
  content: "\e968";
}

.icon-icon_phone_fill:before {
  content: "\ebad";
}

.icon-icon_signal_fill:before {
  content: "\ebaf";
}

.icon-calendar3:before {
  content: "\e7e1";
}

.icon-search:before {
  content: "\e602";
}

.icon-address2:before {
  content: "\e68a";
}

.icon-up7:before {
  content: "\e722";
}

.icon-bottom7:before {
  content: "\e723";
}

.icon-left7:before {
  content: "\e724";
}

.icon-right7:before {
  content: "\e725";
}

.icon-up14:before {
  content: "\e73e";
}

.icon-bottom14:before {
  content: "\e73f";
}

.icon-left14:before {
  content: "\e740";
}

.icon-right14:before {
  content: "\e741";
}

.icon-up16:before {
  content: "\e746";
}

.icon-bottom16:before {
  content: "\e747";
}

.icon-left16:before {
  content: "\e748";
}

.icon-right16:before {
  content: "\e749";
}

.icon-top10:before {
  content: "\e7ee";
}

.icon-bottom10:before {
  content: "\e7ef";
}

.icon-left10:before {
  content: "\e7f0";
}

.icon-right10:before {
  content: "\e7f1";
}

.icon-lianjie:before {
  content: "\e60d";
}


.listcart{ width:100%; margin-top:40px;margin-bottom: 40px;}
.listcart a{ background:#fff;display:inline-block;height: 30px; width:200px; line-height: 30px;cursor: pointer;border: none;overflow: hidden;color: #075D90;cursor: pointer;  border:1px solid #075D90; padding-left:10px; padding-right:10px; text-align:center; font-size:14px; font-size:1.4rem; margin-left:10px;}
.listcart a:hover{  border:#075D90 solid 1px; background:#075D90; color:#fff!important;}
@media screen and (max-width:999px){
.listcart a{margin-left:2.5%; margin-right:2.5%; padding-left:0px; padding-right:0px }
.listcart{ width:100%;
}
}
@media screen and (max-width:420px){
.listcart a{ width:95% !important ; float:none; overflow:hidden; margin-bottom:1rem; margin-top:1rem}
}
.at-resp-share-element .at4-share-count-container {
    text-decoration: none;
    float: right;
    padding-right: 15px;
    font-size: 9pt;
    position: relative;
    top: -4px;
    height: 24px;
}
.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;}
.ppp{line-height: 30px;margin-bottom: 20px;margin-top: 20px; text-indent: 2em; display: block;}
.xunpanc table tr td a:hover{color: #075D90;}

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

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

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

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

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

.search .search-icon .iconfont {display: block;color: #fff;font-size: 16px;font-size: 1.6rem;font-weight: bold;}

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

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

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

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

@media screen and (max-width: 400px){
  /*.index-probox .box-tab .tab-options li{min-height: 58px;}*/
}
body{font-family:"Microsoft Yahei","微软雅黑"!important;}
body a{font-family:"Microsoft Yahei","微软雅黑"!important;}
body p{font-family:"Microsoft Yahei","微软雅黑"!important;}
body div{font-family:"Microsoft Yahei","微软雅黑"!important;}
.pro-share .share-pic .bshare-custom{margin-top: 3px;}