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


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


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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html { font-size: 62.5%; }

body { color: #333; font-family: 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: #666; opacity: 1; }

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

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

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

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

.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: #0071BF !important; }

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

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

[class*="-item"] .item-subt a:hover { color: #0071BF !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: #0071BF !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 { display: inline-block; vertical-align: top; border: solid 1px #E5E5E5; 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 .iconfont, .page a.next .iconfont { font-size: 16px; font-size: 1.6rem; vertical-align: middle; }

.page a:hover, .page a.page-active,.page a.active { border-color: #0071BF; background-color: #0071BF; color: #fff; }

@media only screen and (max-width: 767px) { .page a { font-size: 12px; font-size: 1.2rem; margin: 0 2px 10px; min-width: 28px; height: 24px; line-height: 22px; }
  .page a.prev .iconfont, .page a.next .iconfont { font-size: 14px; font-size: 1.4rem; vertical-align: middle; } }

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

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

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

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

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

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

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

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

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

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

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

.c1 .iconfont { font-size: 20px; font-size: 2.0rem; }

.c2 .iconfont { font-size: 20px; font-size: 2.0rem; }

.c3 .iconfont { font-size: 20px; font-size: 2.0rem; }

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

.c5 .iconfont { font-size: 24px; font-size: 2.4rem; }

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

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

.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: -50px; display: none; max-width: 100px; width: 100px; height: 100px; }

@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 { padding-top: 44px; font-size: 16px; font-size: 1.6rem; }

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

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

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

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

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

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

/*-------------bread start-----------------------------------------------------------------*/
.bread { font-size: 14px; font-size: 1.4rem; line-height: 24px; padding-top: 30px; padding-bottom: 47px; overflow: hidden; }

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

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

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

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

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

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

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

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

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

/* Internet Explorer 10+ */
.search-box { overflow: hidden; position: relative; width: 250px; height: 35px; -webkit-border-radius: 6px; border-radius: 6px; border: solid 1px #D8D8D8; cursor: pointer; margin-top: 19px; }

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

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

.search-box .iconfont { font-size: 14px; font-size: 1.4rem; color: #0071BF; position: absolute; width: 28px; height: 35px; line-height: 35px; text-align: center; right: 0; top: 0; }

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

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

/*-------------header start----------------------------------------------------------------*/
.header { position: relative; z-index: 9999; /* 767 navlist1 */ }

.header .h-top { background-color: #fff; padding: 22px 0 26px; position: relative; }

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

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

.header .h-top .lang-box { position: absolute; right: 0; top: 3px; }

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

.header .h-top .lang-box .item-title { font-size: 14px; font-size: 1.4rem; color: #666; cursor: pointer; }

.header .h-top .lang-box .item-title .iconfont { display: inline-block; vertical-align: middle; line-height: 30px; color: #999; font-size: 18px; font-size: 1.8rem; }

.header .h-top .lang-box .item-title .icon-bottom7 { font-size: 12px; font-size: 1.2rem; margin-left: 1px; vertical-align: middle; margin-left: -2px; margin-right: 0; color: #000; }

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

.header .h-top .lang-box .box-list { position: absolute; top: 100%; right: 0; padding: 5px; background-color: #0071BF; z-index: 999; min-width: 100px; display: none; }

.header .h-top .lang-box .box-list a { display: block; text-align: right; color: #fff; line-height: 20px; font-size: 12px; font-size: 1.2rem; }

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

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

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

.header .h-top .h-follow a { display: inline-block; vertical-align: top; margin-left: 6px; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; }

.header .h-top .h-follow a:hover { -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); }

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

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

.header .h-top .h-follow a .icon-twitter { color: #40BFF5; }

.header .h-top .h-follow a .icon-instagram { color: #EB4CC7; }

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

.header .h-top .h-follow a .icon-facebook { color: #5D82D1; }

.header .h-top .h-follow a .icon-linkedin { color: #1F88C4; }

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

.header .logo { float: left; display: block; width: 304px; }

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

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

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

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

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

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

.header .navlist { font-size: 0; letter-spacing: 0; margin-bottom: -27px; }

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

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

.header .navlist > li > a { font-size: 20px; font-size: 2rem; display: block; line-height: 24px; padding: 13px; color: #fff; min-width: 128px; text-align: center; }

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

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

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

@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: 240px; left: 50%; margin-left: -110px; display: block; visibility: hidden; opacity: 0; -webkit-transform: translateY(30px); -moz-transform: translateY(30px); -ms-transform: translateY(30px); -o-transform: translateY(30px); transform: translateY(30px); -webkit-transform-origin: top; -moz-transform-origin: top; -ms-transform-origin: top; -o-transform-origin: top; transform-origin: top; -webkit-transition: all 400ms ease; -o-transition: all 400ms ease; -moz-transition: all 400ms ease; transition: all 400ms ease; border-top: solid 3px transparent; }

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

.header .yiji li > a { display: block; line-height: 20px; padding: 10px 15px; font-size: 16px; font-size: 1.6rem; background-color: #fff; background-color: rgba(255, 255, 255, 0.9); }

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

.header .yiji li:hover > a { background-color: #0071BF; 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 2px transparent; width: 240px; 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: #0071BF; }

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

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

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

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

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

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

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

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

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

.footer .f-top .flist { display: inline-block; vertical-align: top; font-size: 16px; font-size: 1.6rem; line-height: 30px; margin-bottom: 20px; }

.footer .f-top .footer-title { font-family: "Oswald-Bold"; font-size: 24px; font-size: 2.4rem; line-height: 1.2; margin-bottom: 36px; }

.footer .f-top .flist1 { width: 243px; padding-right: 15px; }

.footer .f-top .flist2 { width: 440px; padding-right: 75px; }

.footer .f-top .flist3 { width: 517px; }

.footer .f-top .f-form { /* WebKit browsers */ /* Mozilla Firefox 4 to 18 */ /* Mozilla Firefox 19+ */ /* Internet Explorer 10+ */ padding-top: 3px; }

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

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

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

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

.footer .f-top .f-form .star { background: url(../images/star.png) no-repeat left 18px; }

.footer .f-top .f-form .item-row, .footer .f-top .f-form .item-row1 { padding-left: 11px; margin-bottom: 10px; position: relative; }

.footer .f-top .f-form .item-row .iconfont, .footer .f-top .f-form .item-row1 .iconfont { font-size: 18px; font-size: 1.8rem; color: #fff; line-height: 36px; top: 0; width: 34px; text-align: center; left: 16px; position: absolute; display: block; }

.footer .f-top .f-form .item-row { width: 100%; }

.footer .f-top .f-form .item-row1 { width: 48.74275%; }

.footer .f-top .f-form input, .footer .f-top .f-form textarea { display: block; width: 100%; border: solid 1px #BFBFBF; padding: 0 10px 0 36px; color: #fff; font-size: 14px; font-size: 1.4rem; }

@media screen and (max-width: 991px) { .footer .f-top .f-form input, .footer .f-top .f-form textarea { font-size: 14px; font-size: 1.4rem; } }

.footer .f-top .f-form input { height: 36px; line-height: 34px; }

.footer .f-top .f-form textarea { height: 96px; line-height: 24px; padding-top: 5px; padding-bottom: 5px; }

.footer .f-top .f-form .item-code { width: 170px; float: left; padding: 0 11px; margin-right: 11px; }

@media screen and (max-width: 1219px) { .footer .f-top .f-form .item-code { width: 140px; margin-right: 10px; } }

@media screen and (max-width: 991px) { .footer .f-top .f-form .item-code { width: 235px; } }

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

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

.footer .f-top .f-form .item-submit { float: right; width: 186px; background-color: #004371; border: 0; color: #fff; padding: 0; text-align: center; text-transform: uppercase; font-size: 16px; font-size: 1.6rem; }

.footer .f-top .f-form .item-submit:hover { background-color: #fff; color: #0071BF; }

@media screen and (max-width: 1219px) { .footer .f-top .f-form .item-submit { width: 146px; } }

@media screen and (max-width: 991px) { .footer .f-top .f-form .item-submit { width: 332px; } }

@media screen and (max-width: 1219px) { .footer .f-top .flist { font-size: 14px; font-size: 1.4rem; }
  .footer .f-top .flist1 { width: 200px; padding-right: 15px; }
  .footer .f-top .flist2 { width: 300px; padding-right: 25px; }
  .footer .f-top .flist3 { width: 440px; } }

@media screen and (max-width: 991px) { .footer .f-top { padding-top: 40px; }
  .footer .f-top .flist1 { width: 50%; }
  .footer .f-top .flist2 { width: 50%; }
  .footer .f-top .flist { font-size: 14px; font-size: 1.4rem; }
  .footer .f-top .flist3 { width: 100%; }
  .footer .f-top .footer-title { font-family: "Oswald-Bold"; font-size: 20px; font-size: 2.0rem; line-height: 1.2; margin-bottom: 16px; } }

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

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

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

@media screen and (max-width: 767px) { .footer .f-follow { margin-bottom: 10px; } }

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

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

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

.footer .f-follow a:hover { color: #000; text-decoration: none; }

@media screen and (max-width: 1219px) { .footer .f-follow a { margin-left: 10px; } }

@media screen and (max-width: 767px) { .footer .f-follow a { margin-left: 10px; } }

.footer .f-follow .iconfont { display: block; font-size: 32px; font-size: 3.2rem; color: #fff; }

@media screen and (max-width: 767px) { .footer .f-follow .iconfont { font-size: 28px; font-size: 2.8rem; } }

.footer .copyright { line-height: 32px; overflow: hidden; }

@media screen and (max-width: 991px) { .footer .copyright { line-height: 24px; } }

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

.footer .f-bot { margin-top: 34px; background-color: #000; background-color: rgba(0, 0, 0, 0.13); line-height: 24px; padding: 10px 0 9px; font-size: 14px; font-size: 1.4rem; }

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

.footer .f-bot .keywords { word-break: break-word; }

.footer .copyright { margin-bottom: 5px; }

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

.footer .links { margin-bottom: 7px; }

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

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

/*-------------footer end------------------------------------------------------------------*/
.page_banner img { display: block !important; width: 100%; }

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

.index-item .item-title { font-family: "Oswald-Bold"; font-size: 38px; font-size: 3.8rem; line-height: 1.2; margin-bottom: 22px; padding-bottom: 17px; position: relative; }

.index-item .item-title:before { position: absolute; content: ''; width: 73px; height: 2px; left: 0; right: 0; margin: 0 auto; bottom: 0; background-color: #0071BF; }

.index-item .item-title, .index-item .item-title a { color: #0071BF; }

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

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

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

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

.index-item .item-desc { max-width: 1040px; margin-left: auto; margin-right: auto; font-size: 14px; font-size: 1.4rem; line-height: 30px; margin-bottom: 53px; }

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

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

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

/* index-why start */
.index-why { padding: 68px 0 40px; }

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

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

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

.index-why .box-list .list-item { display: inline-block; vertical-align: top; width: 26.33333%; margin-left: 10.5%; text-align: center; margin-bottom: 30px; }

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

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

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

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

.index-why .box-list .item-pic { width: 108px; border: dashed 1px #999; margin: 0 auto 21px; -webkit-border-radius: 50%; border-radius: 50%; padding: 31px; }

.index-why .box-list .item-pic .img1 { display: block !important; }

.index-why .box-list .item-pic .img2 { display: none !important; }

.index-why .box-list .item-pic:hover { border-color: #0071BF; }

.index-why .box-list .item-pic:hover .img1 { display: none !important; }

.index-why .box-list .item-pic:hover .img2 { display: block !important; }

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

@media screen and (max-width: 767px) { .index-why .box-list .item-pic { width: 80px; padding: 20px; } }

@media screen and (max-width: 480px) { .index-why .box-list .item-pic { width: 66px; padding: 16px; } }

.index-why .box-list .item-title { font-size: 18px; font-size: 1.8rem; line-height: 22px; margin-bottom: 12px; }

.index-why .box-list .item-title a { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }

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

@media screen and (max-width: 991px) { .index-why .box-list .item-title { font-size: 14px; font-size: 1.4rem; margin-bottom: 8px; } }

@media screen and (max-width: 767px) { .index-why .box-list .item-title { margin-bottom: 5px; line-height: 20px; } }

.index-why .box-list .item-desc { margin-bottom: 20px; font-size: 14px; font-size: 1.4rem; line-height: 26px; height: 78px; }

.index-why .box-list .item-desc, .index-why .box-list .item-desc a { color: #555; }

@media screen and (max-width: 991px) { .index-why .box-list .item-desc { line-height: 22px; height: 66px; font-size: 12px; font-size: 1.2rem; margin-bottom: 15px; } }

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

@media screen and (max-width: 480px) { .index-why .box-list .item-desc { height: auto; max-height: 60px; } }

.index-why .box-list .item-btn { display: inline-block; font-size: 14px; font-size: 1.4rem; color: #999; line-height: 20px; }

.index-why .box-list .item-btn .iconfont { font-size: 22px; font-size: 2.2rem; vertical-align: middle; margin-left: 5px; }

.index-why .box-list .item-btn:hover { color: #0071BF; }

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

/* index-why end */
/* index-about start */
.index-about { position: relative; background: url(../images/bg1.jpg) no-repeat right center; /* .item-videobox start */ /* .item-videobox end */ }

@media screen and (max-width: 767px) { .index-about { background-size: cover; } }

.index-about .item-pic { float: left; width: 46.875%; overflow: hidden; }

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

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

.index-about .list-item { position: absolute; width: 50%; right: 0; bottom: 0; top: 0; }

@media screen and (max-width: 767px) { .index-about .list-item { position: relative; width: 100%; } }

.index-about .list-item .item-body { width: 600px; padding-left: 10px; }

@media screen and (max-width: 1419px) { .index-about .list-item .item-body { padding-left: 0; } }

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

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

@media screen and (max-width: 767px) { .index-about .list-item .item-body { width: 100%; padding: 25px 15px; } }

.index-about .list-item .item-title { font-family: "Oswald-Bold"; font-size: 38px; font-size: 3.8rem; line-height: 1.2; margin-bottom: 63px; }

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

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

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

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

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

@media screen and (max-width: 767px) { .index-about .list-item .item-title { font-size: 22px; font-size: 2.2rem; margin-bottom: 10px; } }

.index-about .list-item .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 28px; max-height: 224px; margin-bottom: 39px; }

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

.index-about .list-item .item-desc a:hover { color: #000 !important; }

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

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

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

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

.index-about .list-item .index-btn { display: inline-block; min-width: 155px; line-height: 24px; padding: 7px; font-size: 14px; font-size: 1.4rem; font-weight: bold; background-color: #fff; color: #0071BF; -webkit-border-radius: 6px; border-radius: 6px; text-align: center; }

.index-about .list-item .index-btn .iconfont { font-size: 28px; font-size: 2.8rem; font-weight: normal; vertical-align: middle; margin-left: 10px; }

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

@media screen and (max-width: 991px) { .index-about .list-item .index-btn { min-width: 130px; padding: 4px; }
  .index-about .list-item .index-btn .iconfont { font-size: 22px; font-size: 2.2rem; } }

@media screen and (max-width: 767px) { .index-about .list-item .index-btn { min-width: 110px; line-height: 20px; font-size: 12px; font-size: 1.2rem; padding: 3px; }
  .index-about .list-item .index-btn .iconfont { font-size: 18px; font-size: 1.8rem; } }

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

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

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

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

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

.index-probox .index-item { margin-top: 68px; display: inline-block; vertical-align: top; width: 30.83333%; text-align: left; }

@media screen and (max-width: 991px) { .index-probox .index-item { width: 32%; margin-top: 50px; } }

@media screen and (max-width: 767px) { .index-probox .index-item { width: 100%; margin-top: 0; text-align: center; } }

.index-probox .index-item .item-title { font-size: 34px; font-size: 3.4rem; padding-bottom: 28px; margin-bottom: 24px; }

.index-probox .index-item .item-title:before { margin: 0; }

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

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

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

.index-probox .index-item .item-desc { font-size: 16px; font-size: 1.6rem; }

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

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

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

.index-probox .box-list .list-item { display: inline-block; vertical-align: top; width: 30.83333%; margin-left: 3.75%; margin-bottom: 58px; }

.index-probox .box-list .list-item:hover .item-body { background-color: #0071BF; }

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

.index-probox .box-list .list-item:hover .item-btn { background-color: #0071BF; color: #fff; }

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

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

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

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

.index-probox .box-list .item-pic { border: solid 1px #F3F3F3; }

.index-probox .box-list .item-body { background-color: #F4F4F4; border: solid 1px #f3f3f; text-align: center; padding: 9px 10px 8px; }

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

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

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

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

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

.index-probox .box-list .item-body .item-desc a { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

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

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

/* index-probox end */
.index-video { background-color: #F4F7F9; padding: 54px 0 20px; }

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

.index-video .video-list { padding-bottom: 0; }

.index-news { margin: 60px 0 8px; }

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

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

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

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

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

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

.index-news .news1-list { padding-bottom: 0; }

/*-------------index end-------------------------------------------------------------------*/
/*-------------1-1-products start----------------------------------------------------------*/
.main .box-main { width: 900px; }

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

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

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

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

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

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

/* pro1-top start */
.pro1-top .item-title { font-family: "Oswald-Bold"; font-size: 28px; font-size: 2.8rem; line-height: 1.2; margin-bottom: 13px; color: #0071BF; }

@media screen and (max-width: 1219px) { .pro1-top .item-title { font-size: 24px; font-size: 2.4rem; } }

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

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

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

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

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

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

/* pro1-top end */
.pro1-box { padding-bottom: 40px; }

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

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

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

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

.pro1-list .list-item:hover .item-body { background-color: #0071BF; }

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

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

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

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

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

.pro1-list .item-pic { border: solid 1px #F3F3F3; }

.pro1-list .item-body { background-color: #F4F4F4; border: solid 1px #f3f3f; text-align: center; padding: 7px 10px 13px; margin-bottom: 23px; }

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

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

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

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

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

.pro1-list .item-desc a { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

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

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

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

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

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

.pro1-list .item-btn { text-align: center; display: inline-block; vertical-align: middle; min-width: 120px; border: solid 1px #0071BF; font-size: 14px; font-size: 1.4rem; line-height: 20px; padding: 4px 5px 4px; color: #0071BF; }

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

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

/* .pro1-list end */
/* proslide start */
.proslide .slide-yiji { padding-top: 4px; }

.proslide .slide-yiji > li { margin-bottom: 8px; width: 100%; }

.proslide .slide-yiji > li > a { display: block; font-size: 16px; font-size: 1.6rem; color: #333; line-height: 20px; padding: 10px 30px 10px 18px; background-color: #f3f3f3; border: solid 1px #e6e6e6; position: relative; }

.proslide .slide-yiji > li > a .iconfont { position: absolute; right: 0; color: #999; top: 50%; margin-top: -10px; right: 10px; font-size: 12px; font-size: 1.2rem; }

@media screen and (max-width: 1219px) { .proslide .slide-yiji > li > a { font-size: 14px; font-size: 1.4rem; line-height: 20px; }
  .proslide .slide-yiji > li > a .iconfont { margin-top: -10px; } }

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

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

.proslide .slide-yiji > li:hover > a .iconfont:before, .proslide .slide-yiji > li.active > a .iconfont:before { content: '\eaf5'; }

.proslide .slide-erji { padding: 4px 18px 5px; border: solid 1px #E7E7E7; }

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

.proslide .slide-erji > li > a:before { position: absolute; content: '>'; left: 0; }

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

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

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

.proslide .slide-sanji > li { padding-left: 10px; }

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

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

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

.proslide .slide-siji > li > a { display: block; padding: 5px 0 5px 15px; line-height: 20px; color: #999; }

@media screen and (max-width: 1219px) { .proslide .slide-siji > li > a { font-size: 12px; font-size: 1.2rem; line-height: 18px; } }

.proslide .slide-siji > li:hover > a, .proslide .slide-siji > li.active > a { color: #0071BF !important; }

/* proslide end */
.slide-title { font-size: 24px; font-size: 2.4rem; position: relative; }

.slide-title p, .slide-title a { display: block; background: #0071BF; color: #fff; line-height: 24px; padding: 10px 10px 11px; position: relative; text-transform: uppercase; text-align: center; }

.slide-title a { font-weight: bold; }

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

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

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

@media screen and (max-width: 991px) { .slide-title { font-size: 20px !important; font-size: 2rem !important; }
  .slide-title.slide-title1 { display: none; }
  .slide-title.slide-title2 { display: block; } }

@media screen and (max-width: 767px) { .slide-title { font-size: 18px !important; font-size: 1.8rem !important; }
  .slide-title p, .slide-title a { line-height: 20px !important; } }

.slide-tags { margin-top: 51px; }

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

.slide-tags .item-desc { padding: 6px 10px 7px; border: solid 1px #E7E7E7; font-size: 16px; font-size: 1.6rem; line-height: 30px; word-break: break-word; }

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

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

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

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

/*-------------1-1-products end------------------------------------------------------------*/
/*-------------1-2-products start----------------------------------------------------------*/
.m-prob1 .prob-pic { width: 394px; margin-right: 19px; float: left; }

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

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

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

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

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

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

.m-prob1 .prob-pic-small { position: relative; margin-top: 12px; padding: 0 21px; overflow: hidden; }

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

.m-prob1 .prob-pic-btn .iconfont { color: #666; font-size: 12px; font-size: 1.2rem; }

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) { .m-prob1 .prob-pic { width: 100%; }
  .m-prob1 .prob-pic-big { display: none; }
  .m-prob1 .prob-pic-small { margin-top: 0; padding: 0 35px; }
  .m-prob1 .prob-pic-list ul li { margin-right: .02%; width: 0.32%; }
  .m-prob1 .prob-pic-item .item-pics.zoomThumbActive { border: #ECECEC 1px solid; } }

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

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

/* pro-info */
.pro-info { overflow: hidden; }

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

.pro-info > .item-title { font-size: 18px; font-size: 1.8rem; line-height: 1.2; border-bottom: solid 1px #D8D8D8; padding-bottom: 15px; margin-bottom: 14px; }

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

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

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

.pro-info .item-body p { padding-left: 16px; position: relative; }

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

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

@media screen and (max-width: 1219px) { .pro-info .item-body { height: auto; min-height: auto; line-height: 24px; }
  .pro-info .item-body p:before { top: 10px; } }

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

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

.pro-info .item-btns .item-btn { display: inline-block; vertical-align: top; min-width: 140px; border: solid 1px #0071BF; font-size: 14px; font-size: 1.4rem; text-align: center; line-height: 20px; padding: 10px; color: #0071BF; }

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

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

@media screen and (max-width: 991px) { .pro-info .item-btns .item-btn { min-width: 140px; 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: 120px; } }

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

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

.pro2-title { font-size: 22px; font-size: 2.2rem; line-height: 1; text-transform: uppercase; position: relative; color: #0071BF; }

.pro2-title span, .pro2-title a { background-color: #fff; position: relative; display: inline-block; }

.pro2-title:before { position: absolute; content: ''; width: 100%; right: 0; height: 1px; background-color: #0071BF; top: 50%; }

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

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

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

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

.pro2-spec .item-body { padding-top: 40px; font-size: 14px; font-size: 1.4rem; line-height: 28px; }

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

.pro2-spec .item-body, .pro2-spec .item-body a { color: #666; }

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

.pro2-spec .item-body em { font-style: normal; font-size: 18px; font-size: 1.8rem; color: #333; }

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

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

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

.pro2-tags { margin-top: 30px; background-color: #f9f9f9; font-size: 16px; font-size: 1.6rem; line-height: 24px; padding: 12px 18px 12px; word-break: break-word; }

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

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

@media screen and (max-width: 991px) { .pro2-tags { margin-top: 25px; padding: 12px; font-size: 14px; font-size: 1.4rem; line-height: 24px; } }

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

.related-box { margin: 61px 0 90px; }

@media screen and (max-width: 1219px) { .related-box { margin: 60px 0 70px; } }

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

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

.related-box .index-item { margin-bottom: 48px; }

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

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

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

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

@media screen and (max-width: 1329px) { .related-box .related-scroll { padding: 0 40px; } }

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

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

@media screen and (max-width: 480px) { .related-box .related-scroll { padding: 0; } }

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

.related-box .related-scroll .scroll-btns .scroll-btn { display: inline-block; vertical-align: middle; cursor: pointer; color: #999; font-size: 32px; font-size: 3.2rem; line-height: 1; position: absolute; top: 50%; margin-top: -49px; }

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

.related-box .related-scroll .scroll-btns .scroll-btn.prev { left: -58px; }

.related-box .related-scroll .scroll-btns .scroll-btn.next { right: -58px; }

@media screen and (max-width: 1329px) { .related-box .related-scroll .scroll-btns .scroll-btn.prev { left: 0; }
  .related-box .related-scroll .scroll-btns .scroll-btn.next { right: 0; } }

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

@media screen and (max-width: 767px) { .related-box .related-scroll .scroll-btns .scroll-btn { font-size: 28px; font-size: 2.8rem; margin-top: -43px; } }

@media screen and (max-width: 480px) { .related-box .related-scroll .scroll-btns .scroll-btn { position: relative; margin: 20px 5px 0; } }

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

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

.related-box .related-scroll .scroll-list .list-item { float: left; width: 0.30833%; margin-right: 0.0375%; }

.related-box .related-scroll .scroll-list .list-item:hover .item-body { background-color: #0071BF; }

.related-box .related-scroll .scroll-list .list-item:hover .item-title, .related-box .related-scroll .scroll-list .list-item:hover .item-title a, .related-box .related-scroll .scroll-list .list-item:hover .item-title a:hover, .related-box .related-scroll .scroll-list .list-item:hover .item-desc, .related-box .related-scroll .scroll-list .list-item:hover .item-desc a, .related-box .related-scroll .scroll-list .list-item:hover .item-desc a:hover { color: #fff !important; }

.related-box .related-scroll .scroll-list .list-item:hover .item-btn { background-color: #0071BF; color: #fff; }

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

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

.related-box .related-scroll .scroll-list .item-pic { border: solid 1px #F3F3F3; }

.related-box .related-scroll .scroll-list .item-body { background-color: #F4F4F4; border: solid 1px #f3f3f; text-align: center; padding: 7px 10px 9px; }

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

.related-box .related-scroll .scroll-list .item-body .item-title { font-size: 16px; font-size: 1.6rem; line-height: 24px; margin-bottom: 3px; }

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

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

.related-box .related-scroll .scroll-list .item-body .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 24px; }

.related-box .related-scroll .scroll-list .item-body .item-desc a { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

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

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

.team-box { margin: 61px 0 114px; }

@media screen and (max-width: 1219px) { .team-box { margin: 60px 0 70px; } }

@media screen and (max-width: 991px) { .team-box { margin: 50px 0; } }

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

.team-box .index-item { margin-bottom: 44px; }

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

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

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

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

@media screen and (max-width: 1329px) { .team-box .related-scroll { padding: 0 40px; } }

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

@media screen and (max-width: 767px) { .team-box .related-scroll { padding: 0 35px; } }

@media screen and (max-width: 480px) { .team-box .related-scroll { padding: 0; } }

.team-box .related-scroll .scroll-btns { font-size: 0; letter-spacing: 0; text-align: center; }

.team-box .related-scroll .scroll-btns .scroll-btn { display: inline-block; vertical-align: middle; cursor: pointer; color: #999; font-size: 32px; font-size: 3.2rem; line-height: 1; position: absolute; top: 50%; margin-top: -37px; }

.team-box .related-scroll .scroll-btns .scroll-btn:hover { color: #0071BF; }

.team-box .related-scroll .scroll-btns .scroll-btn.prev { left: -58px; }

.team-box .related-scroll .scroll-btns .scroll-btn.next { right: -58px; }

@media screen and (max-width: 1329px) { .team-box .related-scroll .scroll-btns .scroll-btn.prev { left: 0; }
  .team-box .related-scroll .scroll-btns .scroll-btn.next { right: 0; } }

@media screen and (max-width: 991px) { .team-box .related-scroll .scroll-btns .scroll-btn { margin-top: -35px; } }

@media screen and (max-width: 767px) { .team-box .related-scroll .scroll-btns .scroll-btn { font-size: 28px; font-size: 2.8rem; margin-top: -33px; } }

@media screen and (max-width: 480px) { .team-box .related-scroll .scroll-btns .scroll-btn { position: relative; margin: 20px 5px 0; } }

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

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

.team-box .related-scroll .scroll-list .list-item { float: left; width: 0.30833%; margin-right: 0.0375%; }

.team-box .related-scroll .scroll-list .list-item:hover .item-body { background-color: #0071BF; }

.team-box .related-scroll .scroll-list .list-item:hover .item-title, .team-box .related-scroll .scroll-list .list-item:hover .item-title a, .team-box .related-scroll .scroll-list .list-item:hover .item-title a:hover, .team-box .related-scroll .scroll-list .list-item:hover .item-desc, .team-box .related-scroll .scroll-list .list-item:hover .item-desc a, .team-box .related-scroll .scroll-list .list-item:hover .item-desc a:hover { color: #fff !important; }

.team-box .related-scroll .scroll-list .list-item:hover .item-btn { background-color: #0071BF; color: #fff; }

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

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

.team-box .related-scroll .scroll-list .item-pic { border: solid 1px #F3F3F3; }

.team-box .related-scroll .scroll-list .item-body { background-color: #F4F4F4; border: solid 1px #f3f3f; text-align: center; padding: 7px 10px 9px; }

@media screen and (max-width: 1219px) { .team-box .related-scroll .scroll-list .item-body { padding: 7px; } }

.team-box .related-scroll .scroll-list .item-body .item-title { font-size: 16px; font-size: 1.6rem; line-height: 24px; margin-bottom: 0; }

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

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

/*-------------1-2-products end------------------------------------------------------------*/
/*-------------2-about start---------------------------------------------------------------*/
.about-box1 { padding-top: 26px; padding-bottom: 52px; }

@media screen and (max-width: 1219px) { .about-box1 { padding-bottom: 0; padding-top: 10px; } }

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

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

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

.about-box1 .item-pic { width: 50%; }

.about-box1 .item-pic.pull-left { margin-right: 3.16667%; }

.about-box1 .item-pic.pull-right { margin-left: 3.16667%; }

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

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

.about-box1 .item-title { font-weight: bold; overflow: visible; font-size: 24px; font-size: 2.4rem; line-height: 1.2; margin-bottom: 25px; margin-top: 39px; }

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

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

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

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

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

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

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

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

.about-box2 { background: url(../images/about3.jpg) no-repeat center; background-size: cover; padding: 86px 0 46px; }

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

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

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

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

.about-box2 .box-list .list-item { display: inline-block; vertical-align: top; width: 26.33333%; margin-left: 10.5%; text-align: center; margin-bottom: 30px; }

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

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

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

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

.about-box2 .box-list .item-pic { width: 108px; border: dashed 1px #fff; margin: 0 auto 21px; -webkit-border-radius: 50%; border-radius: 50%; padding: 31px; }

@media screen and (max-width: 991px) { .about-box2 .box-list .item-pic { width: 92px; padding: 24px; margin-bottom: 15px; } }

@media screen and (max-width: 767px) { .about-box2 .box-list .item-pic { width: 80px; padding: 20px; } }

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

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

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

@media screen and (max-width: 991px) { .about-box2 .box-list .item-title { font-size: 14px; font-size: 1.4rem; margin-bottom: 8px; } }

@media screen and (max-width: 767px) { .about-box2 .box-list .item-title { margin-bottom: 5px; line-height: 20px; } }

.about-box2 .box-list .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 26px; color: #fff; }

@media screen and (max-width: 991px) { .about-box2 .box-list .item-desc { line-height: 22px; font-size: 12px; font-size: 1.2rem; } }

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

.about-box3 { background-color: #EEEEEE; padding: 90px 0 86px; }

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

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

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

.cer-scroll { position: relative; margin-top: -6px; }

@media screen and (max-width: 1329px) { .cer-scroll { padding: 0 40px; } }

@media screen and (max-width: 1219px) { .cer-scroll { margin-top: 0; } }

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

@media screen and (max-width: 480px) { .cer-scroll { padding: 0; } }

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

.cer-scroll .scroll-btns .scroll-btn { display: inline-block; vertical-align: middle; cursor: pointer; color: #999; font-size: 32px; font-size: 3.2rem; position: absolute; top: 50%; margin-top: -44px; }

.cer-scroll .scroll-btns .scroll-btn:hover { color: #0071BF; }

.cer-scroll .scroll-btns .scroll-btn.prev { left: -58px; }

.cer-scroll .scroll-btns .scroll-btn.next { right: -58px; }

@media screen and (max-width: 1329px) { .cer-scroll .scroll-btns .scroll-btn.prev { left: 0; }
  .cer-scroll .scroll-btns .scroll-btn.next { right: 0; } }

@media screen and (max-width: 767px) { .cer-scroll .scroll-btns .scroll-btn { font-size: 28px; font-size: 2.8rem; } }

@media screen and (max-width: 480px) { .cer-scroll .scroll-btns .scroll-btn { position: relative; margin: 20px 5px 0; } }

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

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

.cer-scroll .scroll-list .list-item {     float: left;
    width: 0.18%;
    margin-right: 0.02%; }

.cer-scroll .scroll-list .list-item:hover .item-backdrop { top: 0; }

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

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

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

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

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

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

.cer-scroll .scroll-list .item-backdrop { position: absolute; top: 999px; left: 0; right: 0; bottom: 0; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; }

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

.cer-scroll .scroll-list .item-backdrop .iconfont { display: block; position: absolute; top: 50%; margin-top: -31px; left: 50%; margin-left: -28px; width: 42px; height: 42px; -webkit-border-radius: 50%; border-radius: 50%; background-color: #000; background-color: rgba(0, 0, 0, 0.35); text-align: center; font-size: 18px; font-size: 1.8rem; line-height: 42px; color: #fff; }

.about-box4 { padding: 62px 0 82px; }

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

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

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

.about-box4 .box-list { font-size: 0; letter-spacing: 0; margin-top: -7px; }

@media screen and (max-width: 1219px) { .about-box4 .box-list { margin-top: 0; } }

.about-box4 .box-list .list-item { display: inline-block; vertical-align: top; width: 32.83333%; margin-left: 0.75%; margin-bottom: 7px; position: relative; overflow: hidden; }

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

@media screen and (max-width: 640px) { .about-box4 .box-list .list-item { width: 49% !important; margin: 0 0.5% 7px !important; } }

.about-box4 .box-list .item1, .about-box4 .box-list .item2 { width: 49.58333%; }

.about-box4 .box-list .item1, .about-box4 .box-list .item3 { margin-left: 0; }

.about-box4 .box-list .item-backdrop { position: absolute; top: 999px; left: 0; right: 0; bottom: 0; text-align: center; padding: 0 15.96639%; background-color: #000; background-color: rgba(0, 0, 0, 0.19); -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; }

@media screen and (max-width: 1219px) { .about-box4 .box-list .item-backdrop { padding: 0 5.04202%; } }

@media screen and (max-width: 991px) { .about-box4 .box-list .item-backdrop { position: relative; top: 0; padding: 10px; background-color: rgba(0, 0, 0, 0.5); } }

.about-box4 .box-list .item-title { font-size: 20px; font-size: 2rem; line-height: 24px; text-transform: uppercase; margin-bottom: 16px; }

.about-box4 .box-list .item-title, .about-box4 .box-list .item-title a { color: #fff; }

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

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

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

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

.about-box4 .box-list .item-desc, .about-box4 .box-list .item-desc a { color: #fff; }

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

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

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

/*-------------2-about end-----------------------------------------------------------------*/
/*-------------3-1-news start--------------------------------------------------------------*/
.news1-item { background-color: #FAFAFA; margin-bottom: 59px; }

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

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

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

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

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

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

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

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

.news1-item .item-body { overflow: hidden; margin-right: 6.25%; }

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

@media screen and (max-width: 480px) { .news1-item .item-body { padding: 10px; margin-right: 0; } }

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

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

@media screen and (max-width: 991px) { .news1-item .item-title { margin-top: 25px; font-size: 16px; font-size: 1.6rem; line-height: 22px; } }

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

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

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

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

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

.news1-item .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 28px; height: 84px; margin-bottom: 71px; }

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

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

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

@media screen and (max-width: 640px) { .news1-item .item-desc { height: 40px; margin-bottom: 10px; } }

.news1-item .item-btn { display: inline-block; min-width: 155px; line-height: 24px; padding: 7px; font-size: 14px; font-size: 1.4rem; font-weight: bold; background-color: #0071BF; color: #fff; -webkit-border-radius: 6px; border-radius: 6px; text-align: center; }

.news1-item .item-btn .iconfont { font-size: 28px; font-size: 2.8rem; font-weight: normal; vertical-align: middle; margin-left: 5px; }

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

@media screen and (max-width: 991px) { .news1-item .item-btn { min-width: 140px; padding: 5px; }
  .news1-item .item-btn .iconfont { font-size: 22px; font-size: 2.2rem; } }

@media screen and (max-width: 767px) { .news1-item .item-btn { min-width: 120px; line-height: 20px; font-size: 12px; font-size: 1.2rem; }
  .news1-item .item-btn .iconfont { font-size: 18px; font-size: 1.8rem; } }

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

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

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

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

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

.news1-list .list-item { display: inline-block; vertical-align: top; width: 47.08333%; margin-left: 5.83333%; margin-bottom: 60px; }

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

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

@media screen and (max-width: 580px) { .news1-list .list-item { width: 100%; margin-left: 0; margin-bottom: 20px; } }

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

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

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

.news1-list .item-title { font-size: 16px; font-size: 1.6rem; line-height: 22px; margin-bottom: 11px; }

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

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

.news1-list .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 28px; height: 56px; margin-bottom: 12px; }

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 1219px) { .news2-main .item-date > span { margin-right: 15px; } }

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

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

.news2-main .pro-share .share-title { color: #666; 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 { border-bottom: dashed 1px #666; font-size: 14px; font-size: 1.4rem; line-height: 28px; padding: 35px 0 58px; }

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

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

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

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

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

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

/*-------------3-2-news end----------------------------------------------------------------*/
/*-------------4-video start---------------------------------------------------------------*/
.page-item { text-align: center; }

.page-item .item-title { font-size: 36px; font-size: 3.6rem; line-height: 1.2; text-transform: uppercase; margin-bottom: 27px; }

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

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

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

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

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

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

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

/* video-list start */
.video-list { font-size: 0; letter-spacing: 0; padding-bottom: 12px; /* .item-videobox start */ /* .item-videobox end */ }

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

.video-list .list-item { display: inline-block; vertical-align: top; width: 30.83333%; margin-left: 3.75%; margin-bottom: 34px; }

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

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

@media screen and (max-width: 400px) { .video-list .list-item { width: 100%; margin: 0 0 20px !important; } }

.video-list .item-videobox { width: 100%; overflow: hidden; margin: 0 auto; max-width: 370px; }

.video-list .item-videobox .item-video { position: relative; overflow: hidden; padding-bottom: 64.86486%; height: 0; }

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

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

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

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

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

/* video-list end */
/*-------------4-video end-----------------------------------------------------------------*/
/*-------------5-support start-------------------------------------------------------------*/
.support-list { padding-top: 34px; padding-bottom: 37px; }

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

.support-list .list-item { margin-bottom: 9px; }

.support-list .wp { position: relative; }

.support-list .item1 .item-pic { float: left; }

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

.support-list .item1 .item-body { right: 0; }

.support-list .item2 { background-color: #EFEFEF; }

.support-list .item2 .item-pic { float: right; }

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

.support-list .item2 .item-body { left: 0; }

@media screen and (max-width: 991px) { .support-list .item2 .item-body { padding: 10px 0; } }

.support-list .item-pic { width: 50%; }

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

.support-list .item-body { position: absolute; top: 0; height: 100%; overflow: hidden; width: 50%; padding: 0 3.66667%; }

@media screen and (max-width: 1219px) { .support-list .item-body { padding: 0 2.5%; } }

@media screen and (max-width: 991px) { .support-list .item-body { position: relative; width: auto; overflow: visible; padding: 0; }
  .support-list .item-body .item-table, .support-list .item-body .item-cell { display: inline; } }

@media screen and (max-width: 480px) { .support-list .item-body { padding: 10px 0 !important; } }

.support-list .item-num { font-size: 48px; font-size: 4.8rem; color: #0071BF; line-height: 1; margin-bottom: 26px; }

@media screen and (max-width: 1219px) { .support-list .item-num { font-size: 40px; font-size: 4rem; margin-bottom: 10px; } }

@media screen and (max-width: 991px) { .support-list .item-num { font-size: 32px; font-size: 3.2rem; } }

@media screen and (max-width: 767px) { .support-list .item-num { font-size: 24px; font-size: 2.4rem; } }

@media screen and (max-width: 480px) { .support-list .item-num { margin-bottom: 5px; } }

.support-list .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 28px; overflow: visible; }

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

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

/*-------------5-support end---------------------------------------------------------------*/
/*-------------6-contact start-------------------------------------------------------------*/
.contact-main { background-color: #E5E5E5; -webkit-border-radius: 10px; border-radius: 10px; overflow: hidden; /* .box-left start */ /* .box-left start */ }

.contact-main .box-left { width: 465px; height: 603px; padding-left: 4.08333%; padding-right: 2.5%; padding-top: 64px; background: url(../images/c1.jpg) no-repeat center; }

.contact-main .box-left, .contact-main .box-left a { color: #fff; }

.contact-main .box-left .item-subt { font-size: 24px; font-size: 2.4rem; line-height: 1.2; margin-bottom: 15px; }

.contact-main .box-left .item-title { font-size: 16px; font-size: 1.6rem; line-height: 26px; margin-bottom: 38px; }

.contact-main .box-left .box-list { font-size: 16px; font-size: 1.6rem; line-height: 32px; word-break: break-word; padding-left: 15px; }

.contact-main .box-left .box-list a:hover { color: #0071BF; }

@media screen and (max-width: 1219px) { .contact-main .box-left { width: 440px; }
  .contact-main .box-left .box-list { padding-left: 0; } }

@media screen and (max-width: 991px) { .contact-main .box-left { width: 100%; background-size: cover; margin: 0 auto; float: none; height: auto; padding: 30px; }
  .contact-main .box-left .item-title { margin-bottom: 20px; font-size: 14px; font-size: 1.4rem; line-height: 24px; }
  .contact-main .box-left .box-list { font-size: 14px; font-size: 1.4rem; line-height: 30px; } }

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

.contact-main .box-form { overflow: hidden; padding: 0 7.08333% 0 7.08333%; }

.contact-main .box-form .item-title { font-size: 24px; font-size: 2.4rem; color: #0071BF; text-transform: uppercase; padding: 24px 0 17px 15px; }

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

.contact-main .box-form .star:before { position: absolute; content: '*'; color: #FF0000; left: 0; line-height: 44px; top: 0; font-family: Verdana, Geneva, Tahoma, sans-serif; }

.contact-main .box-form .item-row { margin-bottom: 20px; padding-left: 15px; }

.contact-main .box-form .item-row input, .contact-main .box-form .item-row textarea { width: 100%; display: block; background-color: #fff; border: solid 1px #ccc; height: 37px; line-height: 35px; padding: 0 15px 0; font-size: 14px; font-size: 1.4rem; color: #666; }

.contact-main .box-form .item-row textarea { height: 214px; line-height: 24px; padding-top: 4px; padding-bottom: 3px; }

.contact-main .box-form .item-row .code-input { width: 154px; float: left; margin-right: 21px; }

.contact-main .box-form .item-row .code-img { float: left; width: 118px; margin-right: 10px; cursor: pointer; }

.contact-main .box-form .item-row .code-img img { display: block; }

.contact-main .box-form .item-row .code-btn { float: right; width: 181px; background-color: #0071BF; text-align: center; font-size: 14px; font-size: 1.4rem; font-weight: bold; text-transform: uppercase; color: #fff; border: 0; }

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

@media screen and (max-width: 1219px) { .contact-main .box-form { padding: 0 4.16667%; }
  .contact-main .box-form .item-row .code-input { width: 130px; margin-right: 10px; }
  .contact-main .box-form .item-row .code-btn { width: 150px; } }

@media screen and (max-width: 991px) { .contact-main .box-form { padding: 15px 30px; }
  .contact-main .box-form .item-row .code-btn { float: left; } }

@media screen and (max-width: 767px) { .contact-main .box-form { padding: 15px; }
  .contact-main .box-form .item-title { font-size: 20px; font-size: 2rem; padding: 10px 0 10px 15px; }
  .contact-main .box-form .item-row { margin-bottom: 10px; }
  .contact-main .box-form .item-row input, .contact-main .box-form .item-row textarea { font-size: 12px; font-size: 1.2rem; padding-left: 10px; padding-right: 10px; } }

@media screen and (max-width: 500px) { .contact-main .box-form .item-row .code-input { width: -webkit-calc(100% - 130px); width: -moz-calc(100% - 130px); width: calc(100% - 130px); margin: 0 0 15px; }
  .contact-main .box-form .item-row .code-img { float: right; margin: 0; }
  .contact-main .box-form .item-row .code-btn { width: 100%; } }

.map { margin-top: 50px; }

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

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

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

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

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

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

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

.n-nav .n-nav-icon { position: fixed; right: 5px; top: 14px; width: 35px; height: 28px; line-height: 28px; text-align: center; -webkit-transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s; z-index: 999999999; }

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

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

.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 #0071BF; 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: #0071BF; 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; }

.banner { position: relative; overflow: hidden; }

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

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

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

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

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

.banner .carousel-control { display: none !important; position: absolute; top: 50%; z-index: 2; margin-top: -27px; width: 55px; height: 54px; background-size: 100% 100% !important; cursor: pointer; }

@media screen and (max-width: 991px) { .banner .carousel-control { display: none !important; } }

.banner .dotList { position: absolute; z-index: 2; left: 0; right: 0; bottom: 2.85714%; font-size: 0; letter-spacing: 0; text-align: center; }

.banner .dotList li { display: inline-block; vertical-align: top; margin: 0 8px; font-size: 0; cursor: pointer; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; width: 13px; height: 13px; background-color: #fff; -webkit-border-radius: 50%; border-radius: 50%; }

.banner .dotList li.active { background-color: #0071BF; }

@media screen and (max-width: 991px) { .banner .dotList li { width: 11px; height: 11px; margin: 0 4px; } }

@media screen and (max-width: 767px) { .banner .dotList li { width: 8px; height: 8px; margin: 0 2px; } }

@charset "UTF-8";

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  11.1% {
    -webkit-transform: none;
            transform: none
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
            transform: skewX(-12.5deg) skewY(-12.5deg)
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
            transform: skewX(6.25deg) skewY(6.25deg)
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
            transform: skewX(-3.125deg) skewY(-3.125deg)
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
            transform: skewX(1.5625deg) skewY(1.5625deg)
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
            transform: skewX(-0.78125deg) skewY(-0.78125deg)
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
            transform: skewX(0.390625deg) skewY(0.390625deg)
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
            transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
  }
  100% {
    -webkit-transform: none;
            transform: none
  }
}

@keyframes jello {
  11.1% {
    -webkit-transform: none;
            transform: none
  }

  22.2% {

    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
            transform: skewX(-12.5deg) skewY(-12.5deg)
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
            transform: skewX(6.25deg) skewY(6.25deg)
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
            transform: skewX(-3.125deg) skewY(-3.125deg)
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
            transform: skewX(1.5625deg) skewY(1.5625deg)
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
            transform: skewX(-0.78125deg) skewY(-0.78125deg)
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
            transform: skewX(0.390625deg) skewY(0.390625deg)
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
            transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
  }
  100% {
    -webkit-transform: none;
            transform: none
  }
}



.jello{
    -webkit-animation-name:jello;
            animation-name:jello;
    -webkit-transform-origin: center;

            transform-origin: center
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}


@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInStable {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  33.333% {
    opacity: 1;
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  
  66.666666% {
    opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes zoomInStable {
 0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  33.333% {
    opacity: 1;
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  
  66.666666% {
    opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.zoomInStable {
  -webkit-animation-name: zoomInStable;
  animation-name: zoomInStable;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@keyframes anime {
from {
	opacity: 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
}
to {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-moz-transform: scaleY(1);
}
}

@-webkit-keyframes anime {
from {
	opacity: 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
}
to {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-moz-transform: scaleY(1);
}
}

@-moz-keyframes anime {
from {
	opacity: 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
}
to {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-moz-transform: scaleY(1);
}

}

@-o-keyframes anime {
from {
	opacity: 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
}
to {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-moz-transform: scaleY(1);
}
}

@-ms-keyframes anime {
from {
	opacity: 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
}
to {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-moz-transform: scaleY(1);
}

}

@media screen and (min-width:1000px) and (max-width:1219px) {}
@media screen and (max-width:1219px) {}
@media screen and (max-width:991px) {	}
@media screen and (max-width:767px) {	}
@media screen and (max-width:640px) {	}
@media screen and (max-width:480px) {	}

@font-face {
	font-family: 'Oswald-Bold';
	src: url('../fonts/Oswald-Bold.eot');
	src: url('../fonts/Oswald-Bold.eot') format('embedded-opentype'),
	     url('../fonts/Oswald-Bold.woff2') format('woff2'),
	     url('../fonts/Oswald-Bold.woff') format('woff'),
	     url('../fonts/Oswald-Bold.ttf') format('truetype'),
	     url('../fonts/Oswald-Bold.svg#Oswald-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {font-family: "iconfont";
  src: url('../fonts/iconfont.eot?t=1604393155125'); /* IE9 */
  src: url('../fonts/iconfont.eot?t=1604393155125#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=1604393155125') format('woff'),
  url('../fonts/iconfont.ttf?t=1604393155125') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
  url('../fonts/iconfont.svg?t=1604393155125#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-search4:before {
  content: "\e7b2";
}

.icon-search5:before {
  content: "\e7b3";
}

.icon-sousuo:before {
  content: "\e64c";
}

.icon-diqiu:before {
  content: "\e629";
}

.icon-qq2:before {
  content: "\e7d1";
}

.icon-tel1:before {
  content: "\e7d2";
}

.icon-wechat2:before {
  content: "\e7d3";
}

.icon-website:before {
  content: "\e7d4";
}

.icon-phone2:before {
  content: "\e7d5";
}

.icon-mobile1:before {
  content: "\e7d6";
}

.icon-qiyemingcheng-tubiao:before {
  content: "\e601";
}

.icon-arrow-up:before {
  content: "\e669";
}

.icon-arrow-up1:before {
  content: "\e603";
}

.icon-dianhua2:before {
  content: "\e6c5";
}

.icon-weibiaoti-:before {
  content: "\e61d";
}

.icon-jiahao3:before {
  content: "\eaf3";
}

.icon-jianhao:before {
  content: "\eaf5";
}

.icon-shixinyuanxingjiantoushang1:before {
  content: "\e93f";
}

.icon-shixinyuanxingjiantouxia1:before {
  content: "\e942";
}

.icon-shixinyuanxingjiantouyou1:before {
  content: "\e940";
}

.icon-shixinyuanxingjiantouzuo1:before {
  content: "\e941";
}

.icon-yuanxingjiantoushang:before {
  content: "\e965";
}

.icon-yuanxingjiantouxia:before {
  content: "\e966";
}

.icon-yuanxingjiantouyou:before {
  content: "\e967";
}

.icon-yuanxingjiantouzuo:before {
  content: "\e968";
}

.icon-jiantoul:before {
  content: "\e63d";
}

.icon-jiantou-right:before {
  content: "\e602";
}

.icon-jiantoul1:before {
  content: "\e614";
}

.icon-home:before {
  content: "\e624";
}

.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-calendar3:before {
  content: "\e7e1";
}

.icon-liebiao:before {
  content: "\e834";
}

.icon-search:before {
  content: "\e604";
}

.icon-top10:before {
  content: "\e7ee";
}

.icon-bottom10:before {
  content: "\e7ef";
}

.icon-left10:before {
  content: "\e7f0";
}

.icon-right10:before {
  content: "\e7f1";
}

.icon-list:before {
  content: "\e605";
}

.icon-bigger1:before {
  content: "\e647";
}

.icon-instagram:before {
  content: "\e66e";
}

.icon-linkedin:before {
  content: "\e666";
}

.icon-facebook:before {
  content: "\e667";
}

.icon-twitter:before {
  content: "\e66a";
}

.icon-youtube:before {
  content: "\e66c";
}

.icon-pinterest:before {
  content: "\e66d";
}

.icon-qq1:before {
  content: "\e7a0";
}

.icon-skype1:before {
  content: "\e600";
}

.icon-whatsapp2:before {
  content: "\e695";
}

.icon-wechat1:before {
  content: "\e617";
}

.icon-address:before {
  content: "\e7bc";
}

.icon-email:before {
  content: "\e7bd";
}

.icon-contact:before {
  content: "\e7be";
}

.icon-whatsapp:before {
  content: "\e7bf";
}

.icon-wechat:before {
  content: "\e7c1";
}

.icon-fax:before {
  content: "\e7c2";
}

.icon-mobile:before {
  content: "\e7c3";
}

.icon-email1:before {
  content: "\e7c4";
}

.icon-phone:before {
  content: "\e7c6";
}

.icon-tel:before {
  content: "\e7c7";
}

.icon-website1:before {
  content: "\e7c9";
}

.icon-qq:before {
  content: "\e7ca";
}

.icon-phone1:before {
  content: "\e7cb";
}

.icon-skype:before {
  content: "\e7cc";
}

.icon-message1:before {
  content: "\e7db";
}

.icon-message2:before {
  content: "\e7dc";
}

.icon-companyname:before {
  content: "\e610";
}

.icon-message:before {
  content: "\ebe1";
}

.icon-whatsapp1:before {
  content: "\e7c5";
}

.icon-address1:before {
  content: "\e7c8";
}

.icon-contact1:before {
  content: "\e7cd";
}

.icon-email2:before {
  content: "\e7ce";
}

.icon-email11:before {
  content: "\e7cf";
}

.icon-fax1:before {
  content: "\e7d0";
}


 
.listcart{ width:100%; margin-top:40px;margin-bottom: 40px;}
.listcart a{ background:#fff;display:inline-block;height: 30px;   line-height: 30px;cursor: pointer;border: none;overflow: hidden;color: #0071BF;cursor: pointer;  border:1px solid #0071BF; padding-left:10px; padding-right:10px; text-align:center; font-size:14px; font-size:1.4rem; margin-left:10px;}
.listcart a:hover{  border:#0071BF solid 1px; background:#0071BF; color:#fff!important;}
@media screen and (max-width:999px){
.listcart a{margin-left:2.5%;margin-right:2.5%;padding-left: 6px;padding-right: 6px;}
.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 .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;}
.fl a.no:hover{color: #333;}
.shuxp_c a:hover{color: #0071BF;}
@media screen and (max-width: 1920px){
.m-kefu-chat.mobile-hide {
 
    right: 0px!important;
   
}
}

.m-kefu-chat.mobile-hide .mobile-logo {
 
    cursor: pointer!important;
}
.ppp,.shuxp_c{font-size: 16px;}
 

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