.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 #999;
  z-index:110;
}
.zoomWrapperTitle{
	display:block;
	background:#999;
	color:#FFF;
	height:18px;
	line-height:18px;
	width:100%;
  overflow:hidden;
	text-align:center;
	font-size:10px;
  position:absolute;
  top:0px;
  left:0px;
  z-index:120;
  -moz-opacity:0.6;
  opacity: 0.6;
  filter: alpha(opacity = 60);
}
.zoomWrapperImage{
	display:block;
  position:relative;
  overflow:hidden;
  z-index:110;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* CSS Document */
* { margin: 0; padding: 0; }

html { font-size: 62.5%; }

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

img { border: none; }

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

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

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

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

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

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

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

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

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

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

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

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

textarea { resize: none; }

.pull-left { float: left; }

.pull-right { float: right; }

.clear { clear: both; }

.fix { *zoom: 1; }

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

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

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

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

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

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

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

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

/* Internet Explorer 10+ */
.self-ellipsis { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }

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

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

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

.relative { position: relative; }

.absolute { position: absolute; }

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

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

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

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

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

.nlazy { min-width: 20%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.an-btn { -webkit-transform: perspective(1px) translateZ(0); -moz-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); -webkit-transition-property: color; -o-transition-property: color; -moz-transition-property: color; transition-property: color; -webkit-transition-duration: 0.3s; -moz-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; box-shadow: 0 0 1px rgba(0, 0, 0, 0); overflow: hidden; position: relative; }

.an-btn:before { content: ""; position: absolute; z-index: -1; top: 0; bottom: 0; left: 0; right: 0; background: #000; -webkit-transform: scaleY(0); -moz-transform: scaleY(0); -ms-transform: scaleY(0); -o-transform: scaleY(0); transform: scaleY(0); -webkit-transform-origin: 50%; -moz-transform-origin: 50%; -ms-transform-origin: 50%; -o-transform-origin: 50%; transform-origin: 50%; -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; -o-transition-property: -o-transform; -moz-transition-property: transform, -moz-transform; transition-property: transform; transition-property: transform, -webkit-transform, -moz-transform, -o-transform; -webkit-transition-duration: 0.3s; -moz-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-timing-function: ease-out; -moz-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; transition-timing-function: ease-out; }

.an-btn:hover { color: #fff; }

.an-btn:hover:before { -webkit-transform: scaleY(1); -moz-transform: scaleY(1); -ms-transform: scaleY(1); -o-transform: scaleY(1); transform: scaleY(1); }

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

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

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

@media screen and (max-width: 767px) { .table table tr td { height: 28px; } }

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

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

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

/*-------------proslide_menubtn end----------------------------------------------------------*/
/*-------------page-start--------------------------------------------------------------------*/
.page { text-align: center; overflow: hidden; font-family: Verdana, Geneva, Tahoma, sans-serif; }

.page a.no{background-color:#fff !important;color:#333 !important;}

.page a,.page span { display: inline-block; background-color: #333; color: #fff; width: 25px; height: 25px; line-height: 25px; border-radius: 50%; margin: 0 3px 10px; }

.page a.prev, .page a.next { font-size: 12px; font-size: 1.2rem; min-width: 70px; padding: 0 5px; background-color: transparent !important; color: #333; }

.page a.prev:hover, .page a.next:hover { color: #004B87; }

.page a.prev { text-align: left; }

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

@media only screen and (max-width: 767px) { .page a.prev, .page a.next { text-align: center !important; } }

.page .fl { float: left; display: inline-block; }

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

.page .add-form { float: right; display: inline-block; background: url(../images/af-bg.png) no-repeat left center; padding-left: 30px; margin-left: 13px; font-size: 16px; font-size: 1.6rem; color: #4B4B4B; letter-spacing: 0.5px; }

.page .add-form .add-btn { letter-spacing: 0.5px; margin-left: 12px; font-size: 14px; font-size: 1.4rem; padding: 0 15px; text-align: left; min-width: 170px; height: 32px; line-height: 30px; background-color: #004B87; color: #FFFFFF; cursor: pointer; }

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

@media only screen and (max-width: 767px) { .page .add-form { float: none; margin-left: 0; font-size: 14px; font-size: 1.4rem; padding-left: 25px; }
  .page .add-form .add-btn { height: 28px; line-height: 26px; margin-left: 5px; } }

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

.contact-pc li { position: relative; width: 100%; height: 50px; border-radius: 0; margin-bottom: 0; }

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

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

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

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

.c1 { background: #1672D5; }

.c1 .iconfont { font-size: 27px; font-size: 2.7rem; }

.c2 { background: #00AFF0; }

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

.c3 { background: #21B566; }

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

.c4 { background: #22AC38; }

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

.c5 { background: #007CBD; }

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

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

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

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

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

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

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

/*back-top*/
.back-top { position: fixed; right: 5px; bottom: -100px; -webkit-transition: 1s; -o-transition: 1s; -moz-transition: 1s; transition: 1s; cursor: pointer; z-index: 998; border-radius: 50%; background-color: #373C8B; box-shadow: 0px 5px 15px 0px rgba(6, 147, 72, 0.77); }

.back-top:after { position: absolute; content: ''; background-color: #fff; width: 24px; height: 24px; top: 50%; left: 50%; margin: -12px 0 0 -12px; z-index: 997; }

.back-top .iconfont { font-size: 44px; font-size: 4.4rem; color: #373C8B; position: relative; z-index: 998; width: 44px; height: 44px; line-height: 44px; display: block; }

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

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

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

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

/*-------------pro-share end---------------------------------------------------------------*/
/*-------------m-oths----------------------------------------------------------------------*/
.m-oths { border-top: dashed 1px #666; padding-top: 44px; font-size: 16px; font-size: 1.6rem; color: #004B87; }

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

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

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

.m-oths .item-btn { min-width: 79px; padding: 0 10px; height: 26px; line-height: 26px; background-color: #004B87; color: #fff; display: inline-block; text-align: center; margin-right: 10px; font-size: 14px; font-size: 1.4rem; }

@media screen and (max-width: 767px) { .m-oths { padding-top: 25px; font-size: 14px; font-size: 1.4rem; }
  .m-oths .oths-item { line-height: 26px; margin-bottom: 10px; } }

/*-------------bread start-----------------------------------------------------------------*/
.bread { line-height: 24px; padding: 10px 0 10px; overflow: hidden; }

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) { .search { margin: 0; top: 2px; right: 43px; } }

.search .search-box { overflow: hidden; position: relative; z-index: 999; width: 192px; height: 27px; border-radius: 5px; border: solid 1px #fff; background-color: transparent; cursor: pointer; }

.search .search-box .iconfont { font-size: 22px; font-size: 2.2rem; color: #fff; position: absolute; width: 30px; height: 22px; line-height: 22px; text-align: left; right: 0; top: 50%; margin-top: -10px; z-index: -1; }

.search .search-input { position: absolute; top: 0; left: 0; width: 100%; height: 100%; line-height: 25px; padding: 0 30px 0 10px; color: #D9D9D9; }

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

/*-------------header start----------------------------------------------------------------*/
.header .h-top { background-color: #004B87; }

.header .h-top .lang-box { margin: 51px 11px 0 0; position: relative; }

.header .h-top .lang-box svg, .header .h-top .lang-box img { max-width: 19px; max-width: 19px; display: block; }

.header .h-top .lang-box .item-title { border: solid 1px #fff; border-radius: 5px; line-height: 27px; background: url(../images/lang.png) no-repeat 40px center; width: 56px; padding: 3px 15px 3px 10px; cursor: pointer; }

.header .h-top .lang-box .langlist { display: none; position: absolute; top: 100%; left: 0; width: 100%; background-color: #004B87; }

.header .h-top .lang-box .langlist a { display: block; }

.header .h-top .lang-box .langlist a svg, .header .h-top .lang-box .langlist a img { margin: 5px 15px 5px 10px; }

@media screen and (max-width: 767px) { .header .h-top .lang-box { position: absolute; margin: 0; top: 2px; right: 242px; } }

.header .h-top .item-p1 { font-size: 14px; font-size: 1.4rem; line-height: 30px; max-width: 263px; padding: 0 11px; margin-top: 32px; overflow: hidden; height: 60px; }

.header .h-top .item-p1, .header .h-top .item-p1 a { color: #D9D9D9; }

.header .h-top .item-p1 a:hover { color: #007CBD; }

.header .h-top .item-p2 { margin-top: 42px; font-size: 39px; font-size: 3.9rem; font-weight: bold; line-height: 40px; border-right: solid 2px #fff; padding: 0 10px; }

.header .h-top .item-p2, .header .h-top .item-p2 a { color: #fff; }

.header .h-top .item-p2 a:hover { color: #007CBD; }

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

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

.header .logo { float: left; display: block; width: 130px; margin: 16px 0 15px; }
.header .logo .logo-img {position:absolute; width:100%; left:0px; top:0px;}

@media screen and (max-width: 767px) { .header .logo { float: none; margin: 45px auto 15px; width: 110px; } }

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

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

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

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

.header .navlist > li > a { display: inline-block; position: relative; font-size: 16px; font-size: 1.6rem; text-transform: capitalize; line-height: 24px; padding-bottom: 3px; color: #fff; border-bottom: solid 3px transparent; }

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

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

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

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

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

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

.header .yiji { z-index: 99; position: absolute; top: -9999px; width: 244px; left: 50%; margin-left: -117px; box-shadow: 0px 1px 5px 0px rgba(35, 24, 21, 0.5); background-color: #fff; padding: 4px; }

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

.header .yiji li > a { display: block; line-height: 24px; padding: 9px 8px; font-size: 16px; font-size: 1.6rem; }

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

.header .yiji li:hover .erji { left: 100%; }

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

.header .erji li:hover .sanji { left: 100%; }

.header .erji, .header .sanji { position: absolute; left: -9999px; top: 0px; width: 234px; box-shadow: 0px 1px 5px 0px rgba(35, 24, 21, 0.5); background-color: #fff; border-left: solid 4px #fff; }

/* 767 navlist1 */
.navlist1 { display: none; width: 100%; background-color: #007CBD; }

.navlist1 > li { float: left; width: 24.5%; text-align: center; padding: 5px 0; }

.navlist1 > li > a { text-transform: capitalize; display: inline-block; position: relative; line-height: 24px; color: #fff; border-bottom: solid 2px transparent; }

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

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

/*-------------header end------------------------------------------------------------------*/
/*-------------footer start----------------------------------------------------------------*/
.footer ::-webkit-input-placeholder { color: #999; opacity: 1; }

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

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

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

/* Internet Explorer 10+ */
.footer { overflow: hidden; background-color: #004B87; }

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

.footer a:hover { color: #001E46; }

.footer .f-top { padding: 71px 0 22px; line-height: 30px; font-size: 16px; font-size: 1.6rem; }

.footer .f-top .footer-title { font-weight: bold; font-size: 20px; font-size: 2rem; text-transform: uppercase; margin: 0 0 17px; position: relative; padding-bottom: 8px; }

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

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

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

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

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

.footer .f-top .f-follow { margin-top: 15px; }

.footer .f-top .f-follow a { float: left; margin-left: 16px; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; -webkit-transition: all .5s; }

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

.footer .f-top .f-follow a:hover { margin-top: -5px; margin-bottom: 5px; text-decoration: none; }

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

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

@media screen and (max-width: 999px) { .footer .f-top { padding: 50px 0 20px; font-size: 14px; font-size: 1.4rem; }
  .footer .f-top .flist1 { width: 24%; padding-right: 10px; }
  .footer .f-top .flist2 { width: 38%; padding-right: 10px; }
  .footer .f-top .flist3 { width: 38%; } }

@media screen and (max-width: 767px) { .footer .f-top { padding: 15px 0; }
  .footer .f-top .flist1, .footer .f-top .flist2, .footer .f-top .footer-title { display: none; }
  .footer .f-top .flist3 { width: 100%; }
  .footer .f-top .f-follow a { margin-left: 10px; }
  .footer .f-top .copyright { line-height: 24px; } }

.footer .f-bot { background-color: #001E46; }

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

.footer .links { line-height: 24px; padding: 18px 0 17px; }

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

.footer .links a:hover { color: #007CBD; }

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

/*-------------footer end------------------------------------------------------------------*/
/*-------------index start-----------------------------------------------------------------*/
/* index-title start */
.index-title { font-size: 30px; font-size: 3rem; font-weight: bold; text-transform: uppercase; }

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

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

/* index-title end */
/* indexabout-item start */
.indexabout-item { background-color: #001E46; margin-top: 36px; }

@media screen and (max-width: 999px) { .indexabout-item { padding: 15px; } }

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

.indexabout-item .item-pic { float: right; width: 66.66667%; margin-left: 4.16667%; }

.indexabout-item .item-pic img { display: block; max-width: 800px; margin: 0 auto; width: 100%; }

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

.indexabout-item .item-body { padding-left: 4.66667%; padding-right: 4.66667%; padding-top: 63px; padding-bottom: 63px; }

@media screen and (max-width: 1219px) { .indexabout-item .item-body { padding-left: 2.5%; padding-right: 2.5%; padding-top: 30px; padding-bottom: 30px; } }

@media screen and (max-width: 999px) { .indexabout-item .item-body { padding: 0; } }

.indexabout-item .item-title { line-height: 40px; }

.indexabout-item .item-title, .indexabout-item .item-title a { color: #007CBD; }

.indexabout-item .item-title a:hover { color: #004B87 !important; }

@media screen and (max-width: 999px) { .indexabout-item .item-title { line-height: 32px; }
  .indexabout-item .item-title br { display: none; } }

.indexabout-item .item-desc { overflow: visible; margin-top: 7px; font-size: 18px; font-size: 1.8rem; line-height: 30px; }

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

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

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

.indexabout-item .item-btn { margin-top: 38px; display: inline-block; min-width: 173px; padding: 0 10px; line-height: 48px; background-color: #007CBD; color: #fff; text-align: center; font-size: 16px; font-size: 1.6rem; }

.indexabout-item .item-btn:hover { background-color: #004B87 \9; background-color: #004B87 \0; }

.indexabout-item .item-btn:before { background-color: #004B87; }

@media screen and (max-width: 999px) { .indexabout-item .item-btn { margin-top: 20px; line-height: 40px; min-width: 145px; } }

@media screen and (max-width: 767px) { .indexabout-item .item-btn { margin-top: 15px; line-height: 32px; min-width: 120px; font-size: 14px; font-size: 1.4rem; } }

/* indexabout-item end */
/* index-probox start */
.index-probox .item1 { border: solid 1px #007CBD; background-color: #007CBD; }

.index-probox .item1 .item-title, .index-probox .item1 .item-title a { color: #001E46; }

.index-probox .item1 a:hover { color: #004B87 !important; }

.index-probox .item2 { border: solid 1px #001E46; background-color: #001E46; }

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

.index-probox .item2 a:hover { color: #B9D9EB !important; }

.index-probox .item3 { border: solid 1px #004B87; background-color: #004B87; }

.index-probox .item3 .item-title, .index-probox .item3 .item-title a { color: #0D98E1; }

.index-probox .item3 .item-title a:hover { color: #001E46 !important; }

.index-probox .item3 a:hover { color: #0D98E1 !important; }

.index-probox .list-item { margin-top: 42px; overflow: hidden;}

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

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

.index-probox .item-body { padding-left: 56px; padding-top: 30px; padding-bottom: 30px; height: 394px; width: 1500px; display: table-cell; vertical-align: middle; }

@media screen and (max-width: 1219px) { .index-probox .item-body { height: 322px; padding-left: 30px; padding-top: 20px; padding-bottom: 20px; } }

@media screen and (max-width: 999px) { .index-probox .item-body { height: auto; display: block; padding: 0; width: 100%;} }

.index-probox .item-pic { float: right; width: 66.66667%; margin-left: 4.16667%; }

.index-probox .item-pic img { display: block; max-width: 800px; margin: 0 auto; width: 100%; }

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

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

.index-probox .item-desc { margin-top: 17px; font-size: 18px; font-size: 1.8rem; line-height: 36px; }

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

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

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

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

/* index-probox end */
/* indexnews-item start */
.indexnews-item { background-color: #007CBD; margin-top: 42px; /* .item-videobox start */ /* .item-videobox end */ }

@media screen and (max-width: 999px) { .indexnews-item { padding: 15px; } }

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

.indexnews-item .item-videobox { float: left; width: 602px; border-right: 3px solid #fff; margin-right: 4.08333%; overflow: hidden; }

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

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

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

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

@media screen and (max-width: 999px) { .indexnews-item .item-videobox { float: none; margin: 0 auto 20px; width: 100%; max-width: 599px; border: 0; } }

.indexnews-item .item-body { overflow: hidden; padding-right: 4.16667%; padding-top: 40px; }

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

@media screen and (max-width: 999px) { .indexnews-item .item-body { padding: 0; } }

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

.indexnews-item .item-title a:hover { color: #004B87 !important; }

.indexnews-item .item-desc { margin-top: 22px; font-size: 16px; font-size: 1.6rem; line-height: 30px; max-height: 90px; }

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

.indexnews-item .item-desc a:hover { color: #004B87 !important; }

@media screen and (max-width: 999px) { .indexnews-item .item-desc { margin-top: 20px; } }

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

.indexnews-item .item-btn { margin-top: 24px; display: inline-block; min-width: 145px; padding: 0 10px; line-height: 43px; background-color: #B9D9EB; text-align: center; font-size: 16px; font-size: 1.6rem; }

.indexnews-item .item-btn:hover { background-color: #004B87 \0; background-color: #004B87 \9; color: #fff; }

.indexnews-item .item-btn:before { background-color: #004B87; }

@media screen and (max-width: 999px) { .indexnews-item .item-btn { margin-top: 30px; } }

@media screen and (max-width: 767px) { .indexnews-item .item-btn { margin-top: 15px; line-height: 32px; min-width: 120px; font-size: 14px; font-size: 1.4rem; } }

/* indexnews-item end */
/* indexcer-item start */
.indexcer-item { background-color: #001E46; padding: 57px 2.66667% 67px 4.91667%; margin: 35px 0 43px; }

@media screen and (max-width: 1219px) { .indexcer-item { padding: 57px 2.5% 67px 2.5%; } }

@media screen and (max-width: 999px) { .indexcer-item { padding: 40px 2.5%; } }

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

.indexcer-item .item-pic { float: right; width: 428px; margin-left: 7.08333%; }

.indexcer-item .item-pic img { display: block; margin: 0 auto; width: 100%; max-width: 428px; }

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

@media screen and (max-width: 999px) { .indexcer-item .item-pic { width: 350px; } }

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

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

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

.indexcer-item .item-desc { overflow: visible; margin-top: 27px; font-size: 16px; font-size: 1.6rem; line-height: 30px; }

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

@media screen and (max-width: 999px) { .indexcer-item .item-desc { margin-top: 20px; } }

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

.indexcer-item .item-btn { margin-top: 46px; display: inline-block; min-width: 145px; padding: 0 10px; line-height: 43px; background-color: #007CBD; color: #fff; text-align: center; font-size: 16px; font-size: 1.6rem; }

.indexcer-item .item-btn:hover { background-color: #004B87 \0; background-color: #004B87 \9; }

.indexcer-item .item-btn:before { background-color: #004B87; }

@media screen and (max-width: 999px) { .indexcer-item .item-btn { margin-top: 30px; } }

@media screen and (max-width: 767px) { .indexcer-item .item-btn { margin-top: 15px; line-height: 32px; min-width: 120px; font-size: 14px; font-size: 1.4rem; } }

/* indexcer-item end */
/*-------------index end-------------------------------------------------------------------*/
.page_wrap { padding: 0 0 90px; }

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

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

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

/*-------------1-1-products start----------------------------------------------------------*/
.main { padding: 7px 0 0; }

.main .box-main { width: 890px; }

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

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

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

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

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

.procate-title { position: relative; background-color: #004B87; font-size: 22px; font-size: 2.2rem; font-weight: bold; text-transform: capitalize; text-align: center; }

.procate-title, .procate-title a { color: #fff; }

.procate-title a { display: block; line-height: 24px; padding: 11px 10px; }

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

.procate-title:hover, .procate-title:hover a { color: #fff; }

@media screen and (max-width: 767px) { .procate-title { font-size: 20px; font-size: 2.0rem; display: none; }
  .procate-title a { padding: 8px; } }

.procate-title1 { display: none; position: relative; background-color: #004B87; font-size: 22px; font-size: 2.2rem; font-weight: bold; text-transform: capitalize; text-align: center; }

.procate-title1, .procate-title1 a { color: #fff; }

.procate-title1 a { display: block; line-height: 24px; padding: 8px; }

.procate-title1:hover { background-color: #000; }

.procate-title1:hover, .procate-title1:hover a { color: #fff; }

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

.proslide { margin-top: 8px; }

.proslide > li { background-color: #EEEEEE; margin-bottom: 7px; }

.proslide > li:hover > a, .proslide > li.active > a { color: #fff; background-color: #007CBD; }

.proslide > li > a { display: block; line-height: 24px; background-color: #EEEEEE; padding: 8px 14px; font-size: 16px; font-size: 1.6rem; position: relative; }

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

.slide-erji { padding: 5px 0; }

.slide-erji > li { border-top: dashed 1px #dcd9d9; }

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

.slide-erji > li > a { display: block; line-height: 24px; padding: 6px 15px 6px 24px; }

.slide-erji > li.active1 > a, .slide-erji > li:hover > a { color: #007CBD; }

.slide-sanji { padding: 0 0 10px; }

.slide-sanji > li > a { display: block; line-height: 24px; padding: 3px 15px 3px 50px; }

.slide-sanji > li.active2 > a, .slide-sanji > li:hover > a { color: #007CBD; }

/* pro1-list start*/
.pro1-list { padding: 0 0 11px; }

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

@media screen and (max-width: 550px) { .pro1-list .list-item { float: left; width: 48%; margin: 0 1% 30px; } }

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

.pro1-list .item-pic { width: 282px; border: solid 1px #007CBD; margin-right: 3.82022%; float: left; }

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

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

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

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

.pro1-list .item-title { margin-top: 12px; font-weight: bold; font-size: 20px; font-size: 2rem; }

.pro1-list .item-title a { display: inline; }

.pro1-list .item-title input { margin-right: 8px; }

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

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

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

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

@media screen and (max-width: 550px) { .pro1-list .item-desc { line-height: 20px; height: 60px; } }

.pro1-list .item-btn { margin-top: 15px; display: inline-block; max-width: 100%; min-width: 138px; padding: 0 10px; height: 37px; line-height: 37px; background: #004B87; color: #fff; -webkit-appearance: none; -moz-appearance: none; appearance: none; border-radius: 0; font-size: 16px; font-size: 1.6rem; text-align: center; position: relative; }

.pro1-list .item-btn:hover { background-color: #007CBD \0; background-color: #007CBD \9; color: #fff; }

.pro1-list .item-btn:before { background-color: #007CBD; }

@media screen and (max-width: 1219px) { .pro1-list .item-btn { height: 32px; line-height: 32px; min-width: 120px; font-size: 14px; font-size: 1.4rem; } }

/* pro1-list end */
/*-------------1-1-products end------------------------------------------------------------*/
/*-------------1-2-products start----------------------------------------------------------*/
.pro2-top { /* .turn_page start */ /* .turn_page end */ }

.pro2-top .turn_page .m3box { position: relative; }

.pro2-top .turn_page .m3box .inner { overflow: hidden; width: 783px; margin: auto; }

.pro2-top .turn_page .m3box ul { width: 99999px; height: 292px; }

.pro2-top .turn_page .m3box li { float: left; width: 173px; margin-right: 11px; margin-top: 85px; }

.pro2-top .turn_page .m3box li.cur { width: 415px; height: 292px; margin-top: 0; }

.pro2-top .turn_page .m3box li p { display: none; font-size: 14px; font-size: 1.4rem; color: #333; line-height: 50px; text-align: center; }

.pro2-top .turn_page .m3box .item-pic img { width: 100%; max-width: 415px; max-height: 291px; display: block; border: solid 1px #007CBD; }

.pro2-top .turn_page .m3box .prev, .pro2-top .turn_page .m3box .next { cursor: pointer; position: absolute; top: 50%; margin-top: -13px; }

.pro2-top .turn_page .m3box .prev .iconfont, .pro2-top .turn_page .m3box .next .iconfont { font-size: 26px; font-size: 2.6rem; color: #0C0C0C; }

.pro2-top .turn_page .m3box .prev .iconfont:hover, .pro2-top .turn_page .m3box .next .iconfont:hover { color: #007CBD; }

.pro2-top .turn_page .m3box .prev { left: 0; }

.pro2-top .turn_page .m3box .next { right: 0; }

@media screen and (max-width: 1219px) { .pro2-top .turn_page .m3box { max-width: 680px; margin: 0 auto; }
  .pro2-top .turn_page .m3box .inner { width: 600px; }
  .pro2-top .turn_page .m3box ul { height: 239px; }
  .pro2-top .turn_page .m3box li { width: 119px; margin-top: 82px; }
  .pro2-top .turn_page .m3box li.cur { width: 340px; height: 239px; } }

@media screen and (max-width: 767px) { .pro2-top .turn_page .m3box { display: none; } }

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

@media screen and (max-width: 767px) { .pro2-top .turn_page .scroll-box { display: block; } }

.pro2-top .turn_page .scroll-box .box-btn { position: absolute; top: 50%; margin-top: -13px; display: block; }

.pro2-top .turn_page .scroll-box .box-btn .iconfont { font-size: 26px; font-size: 2.6rem; color: #0C0C0C; }

.pro2-top .turn_page .scroll-box .box-btn .iconfont:hover { color: #007CBD; }

.pro2-top .turn_page .scroll-box .box-btn.prev { left: 0; }

.pro2-top .turn_page .scroll-box .box-btn.next { right: 0; }

.pro2-top .turn_page .scroll-box .box-list { overflow: hidden; }

.pro2-top .turn_page .scroll-box .box-list ul { width: 1000%; }

.pro2-top .turn_page .scroll-box .list-item { float: left; margin-left: .1%; margin-right: .1%; margin-bottom: 0; width: 3.13%; border-radius: 0; overflow: hidden; border: solid 1px #007CBD; }

.pro2-top .turn_page .scroll-box .list-item img { display: block; }

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

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

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

.pro2-info .item-title { line-height: 30px; font-weight: bold; font-size: 20px; font-size: 2.0rem; margin: 22px 0 0; }

@media only screen and (max-width: 767px) { .pro2-info .item-title { line-height: 26px; } }

.pro2-info .pro-share { display: inline-block; margin-left: 16px; margin-top: 6px; }

.pro2-info .pro-share .share-title { color: #004B87; }

.pro2-info .item-btns { text-align: center; margin-bottom: 50px; margin-top: 23px; font-size: 0; letter-spacing: 0; }

.pro2-info .item-btns .item-btn { display: inline-block; vertical-align: top; margin-bottom: 16px; max-width: 100%; min-width: 138px; padding: 0 10px; height: 37px; line-height: 37px; background: #007CBD; color: #fff; -webkit-appearance: none; -moz-appearance: none; appearance: none; border-radius: 0; font-size: 16px; font-size: 1.6rem; text-align: center; position: relative; }

.pro2-info .item-btns .item-btn:hover { background-color: #004B87 \0; background-color: #004B87 \9; color: #fff; }

.pro2-info .item-btns .item-btn:before { background-color: #004B87; }

.pro2-info .item-btns .item-btn:first-child { margin-right: 26px; }

@media only screen and (max-width: 999px) { .pro2-info .item-btns { margin-bottom: 40px; } }

@media only screen and (max-width: 767px) { .pro2-info .item-btns { margin-bottom: 30px; }
  .pro2-info .item-btns .item-btn { min-width: 120px; font-size: 14px; font-size: 1.4rem; height: 32px; line-height: 32px; }
  .pro2-info .item-btns .item-btn:first-child { margin-right: 15px; } }

@media only screen and (max-width: 500px) { .pro2-info .item-btns .item-btn { width: 48%; }
  .pro2-info .item-btns .item-btn:first-child { margin-right: 4%; } }

/* pro2-tab start */
.pro2-tab .tab-options { font-size: 0; letter-spacing: 0; }

.pro2-tab .tab-options li { display: inline-block; vertical-align: top; cursor: pointer; background-color: #EEEEEE; font-weight: bold; font-size: 18px; font-size: 1.8rem; line-height: 37px; color: #999; text-align: center; width: 33.33%; border: solid 1px #fff; }

.pro2-tab .tab-options li:hover, .pro2-tab .tab-options li.tab-active { background-color: #007CBD; color: #fff; }

@media screen and (max-width: 767px) { .pro2-tab .tab-options li { font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 550px) { .pro2-tab .tab-options li { width: 100%; line-height: 34px; } }

.pro2-tab .tab-content { padding: 18px 0 40px; font-size: 16px; font-size: 1.6rem; line-height: 30px; }

.pro2-tab .tab-content p { min-height: 30px; }

.pro2-tab .tab-content img, .pro2-tab .tab-content iframe { max-width: 100%; }

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

/* pro2-tab end */
/* pro2-title start */
.pro2-title { background-color: #F4F4F4; line-height: 37px; overflow: hidden; }

.pro2-title span, .pro2-title a { display: inline-block; min-width: 216px; padding: 0 9px; background-color: #007CBD; color: #fff; font-size: 20px; font-size: 2rem; font-weight: bold; position: relative; }

.pro2-title span:after, .pro2-title a:after { position: absolute; content: ''; width: 6px; top: 0; bottom: 0; background-color: #007CBD; opacity: 0.4; right: -6px; }

.pro2-title span:before, .pro2-title a:before { position: absolute; content: ''; width: 6px; top: 0; bottom: 0; background-color: #007CBD; opacity: 0.2; right: -12px; }

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

@media screen and (max-width: 767px) { .pro2-title { line-height: 32px; }
  .pro2-title span, .pro2-title a { min-width: 170px; font-size: 18px; font-size: 1.8rem; } }

/* pro2-title end */
.related-scrollbox { position: relative; }

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

.related-scrollbox .scroll-btns .scroll-btn .iconfont { display: block; color: #004B87; font-size: 38px; font-size: 3.8rem; }

.related-scrollbox .scroll-btns .scroll-btn .iconfont:hover { color: #007CBD; }

.related-scrollbox .scroll-btns .scroll-btn.prev { right: 37px; }

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

@media screen and (max-width: 767px) { .related-scrollbox .scroll-btns .scroll-btn .iconfont { font-size: 32px; font-size: 3.2rem; }
  .related-scrollbox .scroll-btns .scroll-btn.prev { right: 32px; } }

.related-scrollbox .scroll-list-box { width: 100%; overflow: hidden; margin-top: 29px; }

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

.related-scrollbox .scroll-list .list-item { float: left; width: 0.31685%; margin-right: 0.02472%; }

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

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

.related-scrollbox .scroll-list .item-pic { width: 100%; border: solid 1px #007CBD; }

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

.related-scrollbox .scroll-list .item-title { font-size: 16px; font-size: 1.6rem; line-height: 26px; margin-top: 13px; }

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

/*-------------1-2-products end------------------------------------------------------------*/
/*-------------1-3-products start----------------------------------------------------------*/
/*-------------1-3-products end------------------------------------------------------------*/
/*-------------1-4-products start----------------------------------------------------------*/
/*-------------1-4-products end------------------------------------------------------------*/
/*-------------2-oem start-----------------------------------------------------------------*/
/* oem-bar start */
.oem-bar { margin-bottom: 67px; box-shadow: 0px 6px 8px 0px rgba(167, 167, 167, 0.2); border: solid 1px #e6e6e6; }

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

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

.oem-bar a { width: 25%; float: left; display: block; font-weight: bold; text-align: center; padding-top: 65px; padding-bottom: 12px; color: #999; position: relative; background-size: contain; }

.oem-bar a:after { position: absolute; content: ''; width: 26px; height: 12px; left: 50%; margin-left: -12px; background: url(../images/bar.png) no-repeat bottom center; bottom: -12px; z-index: 2; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; -webkit-transition: all .5s; display: none; }

.oem-bar a:hover, .oem-bar a.active { background-color: #004B87; color: #fff; }

.oem-bar a:hover:after, .oem-bar a.active:after { display: block; }

.oem-bar .bar1 { background: url(../images/oem1.png) no-repeat center 14px; }

.oem-bar .bar1:hover, .oem-bar .bar1.active { background-image: url(../images/oem1_1.png); }

.oem-bar .bar2 { background: url(../images/oem2.png) no-repeat center 14px; }

.oem-bar .bar2:hover, .oem-bar .bar2.active { background-image: url(../images/oem2_1.png); }

.oem-bar .bar3 { background: url(../images/oem3.png) no-repeat center 14px; }

.oem-bar .bar3:hover, .oem-bar .bar3.active { background-image: url(../images/oem3_1.png); }

.oem-bar .bar4 { background: url(../images/oem4.png) no-repeat center 14px; }

.oem-bar .bar4:hover, .oem-bar .bar4.active { background-image: url(../images/oem4_1.png); }

@media screen and (max-width: 999px) { .oem-bar .wp { width: 100%; } }

@media screen and (max-width: 767px) { .oem-bar a { background-size: 33px !important; background-position-y: 10px !important; padding-top: 50px; }
  .oem-bar span { line-height: 16px; height: 32px; display: table-cell; width: 1000px; vertical-align: middle; } }

@media screen and (max-width: 500px) { .oem-bar { padding: 10px 0 0; }
  .oem-bar a { width: 100%; background-position: 10px center !important; background-size: 28px !important; padding: 10px 0 10px 50px; line-height: 30px; text-align: left; font-size: 14px; font-size: 1.4rem; }
  .oem-bar a:after { display: none !important; }
  .oem-bar span { display: block; height: auto; width: 100%; } }

/* oem-bar end */
.oem-list { font-size: 0; letter-spacing: 0; padding: 0 0 15px; }

.oem-list li { display: inline-block; vertical-align: top; width: 48.08333%; margin-left: 3.83333%; margin-bottom: 39px; }

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

@media screen and (max-width: 450px) { .oem-list li { width: 100%; margin: 0 0 20px; } }

.oem-list .item-pic { width: 100%; }

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

/*-------------2-oem end-------------------------------------------------------------------*/
/*-------------3-1-about start-------------------------------------------------------------*/
/* about-bar start */
.about-bar { margin-bottom: 67px; box-shadow: 0px 7px 8px 0px rgba(167, 167, 167, 0.2); border: solid 1px #e6e6e6; }

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

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

.about-bar a { width: 20%; float: left; display: block; font-weight: bold; color: #999; text-align: center; padding-top: 66px; padding-bottom: 11px; position: relative; background-size: contain; }

.about-bar a:after { position: absolute; content: ''; width: 26px; height: 12px; left: 50%; margin-left: -12px; background: url(../images/bar.png) no-repeat bottom center; bottom: -12px; z-index: 2; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; -webkit-transition: all .5s; display: none; }

.about-bar a:hover, .about-bar a.active { background-color: #004B87; color: #fff; }

.about-bar a:hover:after, .about-bar a.active:after { display: block; }

.about-bar .bar1 { background: url(../images/bar1.png) no-repeat center 14px; }

.about-bar .bar1:hover, .about-bar .bar1.active { background-image: url(../images/bar1_1.png); }

.about-bar .bar2 { background: url(../images/bar2.png) no-repeat center 14px; }

.about-bar .bar2:hover, .about-bar .bar2.active { background-image: url(../images/bar2_1.png); }

.about-bar .bar3 { background: url(../images/bar3.png) no-repeat center 14px; }

.about-bar .bar3:hover, .about-bar .bar3.active { background-image: url(../images/bar3_1.png); }

.about-bar .bar4 { background: url(../images/bar4.png) no-repeat center 14px; }

.about-bar .bar4:hover, .about-bar .bar4.active { background-image: url(../images/bar4_1.png); }

.about-bar .bar5 { background: url(../images/bar5.png) no-repeat center 14px; }

.about-bar .bar5:hover, .about-bar .bar5.active { background-image: url(../images/bar5_1.png); }

@media screen and (max-width: 999px) { .about-bar .wp { width: 100%; }
  .about-bar span { line-height: 20px; height: 40px; display: table-cell; width: 1000px; vertical-align: middle; } }

@media screen and (max-width: 767px) { .about-bar a { background-size: 33px !important; background-position-y: 10px !important; padding-top: 48px; }
  .about-bar span { line-height: 16px; height: 32px; } }

@media screen and (max-width: 500px) { .about-bar { padding: 10px 0 0; }
  .about-bar a { width: 100%; background-position: 10px center !important; background-size: 28px !important; padding: 10px 0 10px 50px; line-height: 30px; text-align: left; font-size: 14px; font-size: 1.4rem; }
  .about-bar a:after { display: none !important; }
  .about-bar span { display: block; height: auto; width: 100%; } }

/* about-bar end */
/* about1-main start */
.about1-main .item-title { font-size: 40px; font-size: 4rem; font-weight: bold; text-transform: uppercase; }

.about1-main .item-title strong { color: #007CBD; font-weight: bold; }

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

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

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

.about1-main .item-subt { color: #666666; font-size: 16px; font-size: 1.6rem; font-weight: bold; line-height: 30px; margin-top: 11px; }

@media screen and (max-width: 767px) { .about1-main .item-subt { line-height: 26px; margin-top: 5px; } }

.about1-main .item-desc { margin-top: 27px; font-size: 14px; font-size: 1.4rem; line-height: 30px; }

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

.about1-main .item-desc .icon { vertical-align: middle; }

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

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

/* about1-main end */
/*-------------3-1-about end---------------------------------------------------------------*/
/*-------------3-2-about start-------------------------------------------------------------*/
.m-propic { margin: 0 auto 0; width: 822px; }

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

.m-propic .big-img { display: block; line-height: 0; font-size: 0; border: 0 solid #fff; }

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

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

.m-propic .pic-small { position: relative; float: right; width: 181px; padding: 46px 0; overflow: hidden; }

.m-propic.m-propic1 .pic-btn { position: absolute; width: 100%; text-align: center; cursor: pointer; }

.m-propic.m-propic1 .pic-btn .iconfont { font-size: 19px; font-size: 1.9rem; }

.m-propic.m-propic1 .pic-btn .iconfont:hover { color: #007CBD; }

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

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

.m-propic .pic-list { height: 751px; overflow: hidden; }

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

.m-propic .list-item { margin-bottom: 38px; padding-left: 12px; }

.m-propic .item-pics { overflow: visible; position: relative; display: block; border: 3px solid transparent; }

.m-propic .item-pics img { width: 100%; display: block; position: relative; z-index: 1; cursor: pointer;}

.m-propic .item-pics:hover, .m-propic .item-pics.zoomThumbActive { border-color: #004B87; }

.m-propic .item-pics:hover .iconfont, .m-propic .item-pics.zoomThumbActive .iconfont { display: block; }

.m-propic .item-pics .iconfont { position: absolute; top: 50%; margin-top: -8px; left: -12px; color: #004B87; display: none; z-index: 0; }

@media screen and (max-width: 767px) { .m-propic .item-pics { border: 0; }
  .m-propic .item-pics:hover .iconfont, .m-propic .item-pics.zoomThumbActive .iconfont { display: none; } }

@media screen and (max-width: 999px) { .m-propic { width: 650px; }
  .m-propic .pic-big { width: 480px; }
  .m-propic .pic-small { width: 150px; padding: 37px 0; }
  .m-propic .pic-list { height: 571px; }
  .m-propic .list-item { margin-bottom: 10px; } }

.m-propic2 { display: none; }

.zoomPad { cursor: default !important; }

.zoomPup { display: none !important; }

.zoomWindow { display: none !important; }

.zoomPreload { display: none !important; }

@media screen and (max-width: 767px) { .m-propic1 { display: none; }
  .m-propic2 { position: relative; display: block; overflow: hidden; width: 100%; padding-left: 30px; padding-right: 30px; }
  .m-propic2 .pic-btn { position: absolute; top: 50%; margin-top: -13px; display: block; }
  .m-propic2 .pic-btn .iconfont { font-size: 26px; font-size: 2.6rem; color: #666; }
  .m-propic2 .pic-btn.prev { left: 0; }
  .m-propic2 .pic-btn.next { right: 0; }
  .m-propic2 .box-list { overflow: hidden; }
  .m-propic2 .box-list ul { width: 10000%; }
  .m-propic2 .list-item { float: left; margin-left: .01%; margin-right: .01%; margin-bottom: 0; width: 0.313%; padding: 0; } }

@media only screen and (max-width: 767px) and (max-width: 500px) { .m-propic2 .list-item { width: 0.48%; } }

@media only screen and (max-width: 767px) and (max-width: 350px) { .m-propic2 .list-item { width: 1%; margin: 0; } }

/*-------------3-2-about end---------------------------------------------------------------*/
/*-------------3-3-about start-------------------------------------------------------------*/
@media screen and (max-width: 999px) { .about3-list .list-item { margin-bottom: 20px; } }

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

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

.about3-list .item-pic.pull-left { margin-right: 2.83333%; }

.about3-list .item-pic.pull-right { margin-left: 2.83333%; }

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

.about3-list .item-pics { margin-top: 64px; height: 73px; }

.about3-list .item-pics img { display: block; max-height: 100%; }

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

@media screen and (max-width: 999px) { .about3-list .item-pics { margin-top: 0; height: 60px; } }

@media screen and (max-width: 767px) { .about3-list .item-pics { height: 40px; } }

.about3-list .item2 .item-body { margin-left: 1.66667%; }

@media screen and (max-width: 1219px) { .about3-list .item2 .item-body { margin: 0; } }

.about3-list .item-title { font-weight: bold; font-size: 18px; font-size: 1.8rem; line-height: 30px; margin-top: 10px; }

@media screen and (max-width: 999px) { .about3-list .item-title { line-height: 26px; } }

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

.about3-list .item-desc { overflow: visible; font-size: 16px; font-size: 1.6rem; line-height: 30px; margin-top: 17px; }

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

@media screen and (max-width: 999px) { .about3-list .item-desc { line-height: 26px; margin-top: 10px; } }

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

/*-------------3-3-about end---------------------------------------------------------------*/
/*-------------3-4-about start-------------------------------------------------------------*/
.download-list .list-item { position: relative; padding-bottom: 41px; margin-bottom: 38px; background: url(../images/d2.png) repeat-x bottom; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.download-list .item-btn:hover { background-color: #007CBD \0; background-color: #007CBD \9; color: #fff; }

.download-list .item-btn:before { background-color: #007CBD; }

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

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

.pass-model ::-webkit-input-placeholder { color: #666; opacity: 1; }

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

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

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

/* Internet Explorer 10+ */
/* model */
.backdrop { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: #000; background: rgba(0, 0, 0, 0.7); z-index: 99999; }

.pass-backdrop { display: none; }

.pass-model { width: 421px; position: absolute; left: 50%; margin-left: -210px; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); margin-top: -548px/2 \0; margin-top: -548px/2 \9; background-color: #fff; padding: 10px 31px 18px 22px; }

.pass-model .box-title { font-weight: bold; text-align: center; font-size: 30px; font-size: 3rem; text-transform: uppercase; color: #007CBD; margin: -8px 0 38px; }

@media screen and (max-width: 767px) { .pass-model .box-title { font-size: 24px; font-size: 2.4rem; margin: 5px 0 10px; } }

.pass-model .enter { width: 14px; height: 10px; display: inline-block; float: right; margin-bottom: 20px; cursor: pointer; }

.pass-model .enter .iconfont { color: #004B87; font-size: 14px; font-size: 1.4rem; font-weight: bold; }

.pass-model .enter .iconfont:hover { color: #000; }

.pass-model .inputvip { position: relative; }

.pass-model .inputvip .iconfont { font-size: 20px; font-size: 2rem; position: absolute; color: #fff; left: 56%; bottom: 8px; }

@media only screen and (max-width: 380px) { .pass-model .inputvip .iconfont { left: 52.5%; } }

.pass-model .inputvip .pass-input { width: 50%; height: 38px; border: solid 1px #BFBFBF; padding: 0 10px; float: left; }

.pass-model .inputvip .pass-btn { float: right; width: 50%; height: 38px; line-height: 38px; background: #004B87; color: #fff; padding-left: 20px; }

.pass-model .inputvip .pass-btn:hover { background-color: #000; }

.pass-model .pass-word { color: #666; line-height: 24px; margin: 20px 0 18px; }

.pass-model .pass-form input { width: 100%; height: 38px; line-height: 38px; padding: 0 10px 0 36px; margin-bottom: 10px; background: #f2f2f2; }

.pass-model .pass-form .input100 { position: relative; }

.pass-model .pass-form .input100 .iconfont { position: absolute; font-size: 18px; font-size: 1.8rem; color: #333; top: 10px; left: 10px; }

.pass-model .pass-form .input100 .iconfont.icon-shijieditu1 { font-size: 14px; font-size: 1.4rem; top: 14px; }

.pass-model .pass-form .input100:before { position: absolute; content: ''; width: 6px; height: 38px; background: url(../images/star1.png) no-repeat center; left: -8px; top: 0; }

.pass-model .pass-form textarea { height: 126px; width: 100%; line-height: 24px; background: #f2f2f2; padding: 8px 10px 10px 37px; margin-bottom: 10px; display: block; }

.pass-model .pass-form .pass-code input { margin-bottom: 0; }

.pass-model .pass-form .pass-code .pass-codeinput { width: 130px; background-color: #F2F2F2; padding: 0 10px; margin-right: 9px; }

.pass-model .pass-form .pass-code .pass-codebtn { width: 130px; background-color: #004B87; color: #FFF; padding: 0; text-transform: uppercase; }

.pass-model .pass-form .pass-code .pass-codebtn:hover { background-color: #000; }

.pass-model .pass-form .pass-code .pass-codeimg { cursor: pointer; }

@media only screen and (max-width: 767px) { .pass-model { margin-top: -225px \0; margin-top: -225px \9; padding: 10px 15px 15px 20px; }
  .pass-model .pass-form input { height: 32px; line-height: 32px; }
  .pass-model .pass-form textarea { height: 60px; }
  .pass-model .pass-form input, .pass-model .pass-form textarea { font-size: 12px; font-size: 1.2rem; }
  .pass-model .pass-form .pass-code .pass-codeimg { height: 32px; } }

@media only screen and (max-width: 450px) { .pass-model { width: 95%; margin-left: -47.5%; margin-top: -245px \0; margin-top: -245px \9; }
  .pass-model .pass-form .pass-code .pass-codebtn { width: 100%; margin-top: 10px; } }

/*-------------3-4-about end---------------------------------------------------------------*/
/*-------------3-5-about start-------------------------------------------------------------*/
.news1-list li { width: 100%; margin-bottom: 64px; }

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

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

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

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

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

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

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

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

.news1-list .item-title { margin-top: 4px; font-size: 18px; font-size: 1.8rem; font-weight: bold; line-height: 26px; }

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

.news1-list .item-date { color: #999; font-size: 12px; font-size: 1.2rem; line-height: 24px; margin-top: 9px; }

.news1-list .item-date .iconfont { color: #007CBD; font-weight: bold; font-size: 14px; font-size: 1.4rem; margin: 0 1px; }

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

.news1-list .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 30px; height: 90px; margin-top: 10px; }

@media screen and (max-width: 767px) { .news1-list .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 22px; max-height: 66px; height: auto; margin-top: 0; } }

.news1-list .item-btn { margin-top: 13px; display: inline-block; width: 183px; line-height: 34px; text-align: center; background-color: #007CBD; color: #fff; font-size: 12px; font-size: 1.2rem; }

.news1-list .item-btn:hover { background-color: #004B87 \0; background-color: #004B87 \9; color: #fff; }

.news1-list .item-btn:before { background-color: #004B87; }

@media screen and (max-width: 767px) { .news1-list .item-btn { line-height: 30px; width: 120px; margin-top: 10px; } }

/*-------------3-5-about end---------------------------------------------------------------*/
/*-------------3-6-about start-------------------------------------------------------------*/
.news2-main > .item-title { text-align: center; font-size: 18px; font-size: 1.8rem; line-height: 30px; font-weight: bold; }

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

.news2-main .item-date { text-align: center; line-height: 24px; margin-top: 5px; margin-bottom: 11px; font-size: 12px; font-size: 1.2rem; }

.news2-main .item-date .iconfont { font-size: 13px; font-size: 1.3rem; font-weight: bold; color: #007CBD; }

.news2-main .pro-share { text-align: center; }

.news2-main .pro-share .share-title { color: #004B87; }

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

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

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

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

/*-------------3-6-about end---------------------------------------------------------------*/
/*-------------4-contact start-------------------------------------------------------------*/
/* contact-form start */
.contact-form { /* .item-box{float: left;} */ }

.contact-form .item-top { text-align: center; margin-bottom: 25px; }

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

.contact-form .item-title { font-size: 30px; font-size: 3rem; text-transform: uppercase; line-height: 34px; }

@media screen and (max-width: 767px) { .contact-form .item-title { font-size: 24px; font-size: 2.4rem; line-height: 30px; } }

.contact-form .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 26px; color: #666; }

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

.contact-form .star1 { position: relative; }

.contact-form .star1:before { position: absolute; content: ' '; width: 7px; height: 7px; background: url(../images/star.png) no-repeat center; left: -15px; top: 50%; margin-top: -3.5px; }

.contact-form .item-box input, .contact-form .item-box textarea { border: solid 1px #AAAAAA; color: #999; background-color: #fff; font-size: 16px; font-size: 1.6rem; }

.contact-form .item-box > div { margin-bottom: 19px; position: relative; }

.contact-form .item-box > div .iconfont { font-size: 20px; font-size: 2.0rem; color: #999; line-height: 24px; position: absolute; width: 44px; text-align: center; left: 0; top: 14px; }

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

@media screen and (max-width: 999px) { .contact-form .item-box input { height: 44px; line-height: 42px; }
  .contact-form .item-box > div .iconfont { font-size: 20px; font-size: 2rem; line-height: 20px; width: 36px; left: 0; top: 15px; } }

@media screen and (max-width: 767px) { .contact-form .item-box input, .contact-form .item-box textarea { font-size: 14px; font-size: 1.4rem; }
  .contact-form .item-box > div { margin-bottom: 15px; }
  .contact-form .item-box > div .iconfont { font-size: 16px; font-size: 1.6rem; line-height: 16px; width: 30px; left: 0; top: 10px; }
  .contact-form .item-box input { height: 34px; line-height: 32px; } }

.contact-form .item-left { width: 462px; padding-left: 18px; padding-right: 0; }

.contact-form .item-left input { width: 100%; padding: 0 10px 0 41px; }

@media screen and (max-width: 1219px) { .contact-form .item-left { width: 480px; } }

@media screen and (max-width: 999px) { .contact-form .item-left { width: 100%; padding-right: 0; }
  .contact-form .item-left input { padding: 0 10px 0 36px; } }

@media screen and (max-width: 767px) { .contact-form .item-left input { padding: 0 10px 0 30px; } }

.contact-form .item-right { width: 658px; padding-left: 18px; }

.contact-form .item-right .textarea:before { top: 23px; }

.contact-form .item-right textarea { width: 100%; height: 188px; line-height: 24px; resize: none; padding: 12px 10px 10px 40px; display: block; }

.contact-form .item-right .code-input { width: 37.73292%; padding: 0 16px; margin-right: 1.24224%; }

.contact-form .item-right .code-img { cursor: pointer; height: 50px; overflow: hidden; }

.contact-form .item-right .code-img img { display: block; max-height: 100%; }

.contact-form .item-right .code-btn { width: 28.75%; border: 0; background-color: #004B87; color: #fff; text-transform: uppercase; }

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

@media screen and (max-width: 1219px) { .contact-form .item-right { margin-right: 0; width: 490px; }
  .contact-form .item-right .code-input { width: 31.0559%; }
  .contact-form .item-right .code-btn { width: 31.0559%; } }

@media screen and (max-width: 999px) { .contact-form .item-right { width: 100%; }
  .contact-form .item-right .item-code.star1:before, .contact-form .item-right .textarea:before { top: 15px; margin-top: 0; }
  .contact-form .item-right textarea { height: 150px; padding: 8px 10px 10px 36px; }
  .contact-form .item-right .code-input { width: 50%; margin-bottom: 20px; }
  .contact-form .item-right .code-img { height: 44px; }
  .contact-form .item-right .code-btn { width: 100%; } }

@media screen and (max-width: 767px) { .contact-form .item-right .item-code.star:before, .contact-form .item-right .textarea:before { top: 13px; margin-top: 0; }
  .contact-form .item-right textarea { height: 120px; padding: 3px 10px 10px 30px; }
  .contact-form .item-right .code-input { margin-bottom: 15px; width: -moz-calc(100% - 120px); width: calc(100% - 120px); }
  .contact-form .item-right .code-img { height: 34px; float: right; } }

/* contact-form end */
/* contact-middle start */
.contact-middle .box-title { font-size: 24px; font-size: 2.4rem; text-align: center; font-weight: bold; color: #004B87; margin-top: 32px; }

.contact-middle .fix{width: 50%; float: left;}

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

.contact-middle .box-list { font-size: 0; letter-spacing: 0; }

.contact-middle .box-list .list-item { display: inline-block; vertical-align: top; width: 100%; margin-left: 3.16667%; margin-top: 25px; background-color: #F2F2F2; border-radius: 5px; font-size: 16px; font-size: 1.6rem; line-height: 38px; padding-left: 144px; padding-top: 25px; padding-bottom: 25px; padding-right: 30px; /*min-height: 297px;*/ }

.contact-middle .box-list .list-item:first-child { margin-left: 0; }

.contact-middle .box-list .list-item .item-box { display: table-cell; vertical-align: middle; /*height: 267px;*/ width: 1000px; }

.contact-middle .box-list .list-item a:hover { color: #007CBD; }

@media screen and (max-width: 1219px) { .contact-middle .box-list .list-item { padding: 15px 30px; } }

@media screen and (max-width: 767px) { .contact-middle .box-list .list-item { padding: 15px; font-size: 14px; font-size: 1.4rem; line-height: 30px; min-height: 250px; }
  .contact-middle .box-list .list-item .item-box { height: 220px; } }

@media screen and (max-width: 640px) { .contact-middle .box-list .list-item { width: 100%; margin: 20px 0 0; min-height: auto; }
  .contact-middle .box-list .list-item .item-box { height: auto; width: 100%; display: block; } }

.contact-middle .box-list .iconfont { float: left; color: #004B87; margin-right: 15px; }

.contact-middle .box-list .item-body { overflow: hidden; }

/* contact-middle end */
.map { margin: 51px 0 0; }

.map img { width: 100%; display: block; }

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

/* contact-main end */
/*-------------4-contact end---------------------------------------------------------------*/

/*# sourceMappingURL=3style.css.map */

/*.phone_nav*/
.phone_nav { width: 5px; height: 100%; position: absolute; right: 0; -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: 999999999999999; cursor: pointer; position: fixed; top: -5px; right: 0; display: block; }

.phone_nav .nav { overflow: hidden; width: 300px; background: rgba(0, 0, 0, 0.8); position: absolute; top: 0; right: 0; display: block; height: auto; overflow: scroll; }

.phone_nav .nav form { margin: 15px auto; width: 258px; height: 26px; border: 1px solid #fff; position: relative; }

.phone_nav .nav form .iptc { -moz-box-sizing: border-box; box-sizing: border-box; padding-left: 15px; background-color: #fff; width: 80%; height: 26px; line-height: 26px; display: block; float: left; }

.phone_nav .nav form .ipsc { width: 20%; height: 26px; line-height: 26px; display: block; float: right; z-index: 1; position: relative; }

.phone_nav .nav form .iconfont { position: absolute; top: 0; right: 0; width: 20%; height: 26px; text-align: center; line-height: 26px; color: #007CBD; z-index: 0; background-color: #fff; }

.phone_nav .nav > ul { display: none; margin-top: 0px; margin-bottom: 0px; overflow: scroll; padding-top: 45px; -ms-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

.phone_nav .nav > ul > li { line-height: 40px; font-size: 12px; font-size: 1.2rem; text-indent: 20px; position: relative; font-family: arial, helvetica, sans-serif; }

.phone_nav .nav > ul > li .addition { width: 20px; height: 20px; position: absolute; right: 15px; top: 10px; background: url("../fonts/shizi.png") no-repeat center center; }

.phone_nav .nav > ul > li .addition.fa:before { margin-right: 5px; color: #fff; text-indent: 0; }

.phone_nav .nav > ul > li > a { color: #fff; font-size: 12px; font-size: 1.2rem; display: block; margin-right: 40px; }

.phone_nav .nav > ul > li > a span { color: #fff; font-size: 12px; font-size: 1.2rem; font-family: arial, helvetica, sans-serif; }

.phone_nav .nav > ul > li .c-show { display: none; width: 100%; }

.phone_nav .nav > ul > li .c-show1 .c-s1 { position: relative; padding-left: 15px; }

.phone_nav .nav > ul > li .c-show1 .c-s1 > a { position: relative; font-size: 12px; font-size: 1.2rem; color: #fff; display: block; padding-top: 5px; padding-bottom: 5px; line-height: 30px; margin-right: 40px; }

.phone_nav .nav > ul > li .c-show1 .c-s1 > a span { font-size: 12px; font-size: 1.2rem; color: #fff; font-family: arial, helvetica, sans-serif; }

.phone_nav .nav > ul > li .c-show1 .c-s1 > .c-show2 { position: relative; }

.phone_nav .nav > ul > li .c-show1 .c-s1 > .c-show2 .c-s2 { position: relative; }

.phone_nav .nav > ul > li .c-show1 .c-s1 > .c-show2 .c-s2 > a { text-indent: 35px; font-size: 12px; font-size: 1.2rem; color: #fff; display: block; padding-top: 5px; padding-bottom: 5px; line-height: 30px; margin-right: 40px; }

.phone_nav .nav > ul > li .c-show1 .c-s1 > .c-show2 .c-s2 > a span { font-size: 12px; font-size: 1.2rem; color: #fff; font-family: arial, helvetica, sans-serif; }

.phone_nav .nav > ul > li .c-show1 .c-s1 .c-s2 .c-show3 { position: relative; }

.phone_nav .nav > ul > li .c-show1 .c-s1 .c-s2 .c-show3 .c-s3 a { text-indent: 50px; font-size: 12px; font-size: 1.2rem; color: #fff; display: block; padding-top: 5px; padding-bottom: 5px; line-height: 30px; }

.phone_nav .nav > ul > li .c-show1 .c-s1 .c-s2 .c-show3 .c-s3 a span { font-size: 12px; font-size: 1.2rem; color: #fff; font-family: arial, helvetica, sans-serif; }

.phone_nav .nav > ul > dl { padding: 20px; }

.phone_nav .nav > ul > dl dd { float: left; margin: 0 2px; }

.phone_nav .nav > ul > dl dd img { width: 23px; }

.phone_nav .menubtn { width: 23px; height: 18px; position: absolute; top: 12px; right: 12px; -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: 9999; }

.phone_nav .menubtn span { display: block; width: 100%; height: 3px; margin-bottom: 3px; background-color: rgb(1, 164, 237); }

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

/*# sourceMappingURL=4nav.css.map */

.slideshow { position: relative; }

.slideshow .wp { position: absolute; left: 50%; margin-left: -600px; top: 50%; margin-top: -166.5px; }

.slideshow .wp img { max-width: 100%; max-height: 80%; }

.slideshow .item a img { width: 100%; -webkit-transition: all 6s ease-out; -o-transition: all 6s ease-out; -moz-transition: all 6s ease-out; transition: all 6s ease-out; -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }

.slideshow .item.slick-active img { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }

.slick-dots { position: absolute; left: 0; width: 100%; bottom: 42px; text-align: center; line-height: 0; font-size: 0; letter-spacing: 0; }

.slick-dots li { display: inline-block; vertical-align: top; }

.slick-dots li button { cursor: pointer; background: url(../images/dot.png) no-repeat center center; background-size: contain; font-size: 0px; margin: 0 3px; border: none; outline: none; width: 29px; height: 29px; }

.slick-dots li.slick-active button { background: url(../images/dot1.png) no-repeat center center; background-size: contain; }

@media screen and (max-width: 999px) { .slick-dots { bottom: 20px; }
  .slick-dots li button { width: 14px; height: 14px; } }

@media screen and (max-width: 767px) { .slick-dots { bottom: 10px; }
  .slick-dots li button { margin: 0 3px; width: 12px; height: 12px; } }

.slick-prev, .slick-next { background-color: transparent; border: 0; cursor: pointer; position: absolute; top: 50%; z-index: 999; margin-top: -30px; font-size: 60px; font-size: 6rem; color: #fff; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; }

.slick-prev:hover, .slick-next:hover { color: #006FBC; -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); }

@media screen and (max-width: 999px) { .slick-prev, .slick-next { display: none !important; } }

.slick-prev { left: 7.96%; }

.slick-next { right: 7.96%; }

@media screen and (max-width: 1219px) { .slideshow .wp { margin-left: -490px; } }

@media screen and (max-width: 999px) { .slideshow:hover .slick-prev, .slick-next { display: none !important; }
  .slideshow .wp { width: 100%; left: 0; margin-left: 0; height: 80%; top: 0; margin-top: 20px; } }

.slideshow .item.slick-active.item_one 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); }

.slideshow .item.slick-active.item_one.on img { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }

.slick-list, .slick-slider, .slick-track { position: relative; display: block; }

.slick-loading .slick-slide, .slick-loading .slick-track { visibility: hidden; }

.slick-slider { -moz-box-sizing: border-box; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }

.slick-list { overflow: hidden; margin: 0; padding: 0; }

.slick-list:focus { outline: 0; }

.slick-list.dragging { cursor: pointer; cursor: hand; }

.slick-slider .slick-list, .slick-slider .slick-track { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

.slick-track { top: 0; left: 0; }

.slick-track:after, .slick-track:before { display: table; content: ''; }

.slick-track:after { clear: both; }

.slick-slide { display: none; float: left; height: 100%; min-height: 1px; }

[dir=rtl] .slick-slide { float: right; }

.slick-slide img { display: block; }

.slick-slide.slick-loading img { display: none; }

.slick-slide.dragging img { pointer-events: none; }

.slick-initialized .slick-slide { display: block; }

.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }

.slick-arrow.slick-hidden { display: none; }

/*# sourceMappingURL=5slide8.css.map */

@charset "UTF-8";

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

Copyright (c) 2015 Daniel Eden
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  11.1% {
    -webkit-transform: none;
            transform: none
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
            transform: skewX(-12.5deg) skewY(-12.5deg)
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
            transform: skewX(6.25deg) skewY(6.25deg)
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
            transform: skewX(-3.125deg) skewY(-3.125deg)
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
            transform: skewX(1.5625deg) skewY(1.5625deg)
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
            transform: skewX(-0.78125deg) skewY(-0.78125deg)
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
            transform: skewX(0.390625deg) skewY(0.390625deg)
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
            transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
  }
  100% {
    -webkit-transform: none;
            transform: none
  }
}

@keyframes jello {
  11.1% {
    -webkit-transform: none;
            transform: none
  }

  22.2% {

    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
            transform: skewX(-12.5deg) skewY(-12.5deg)
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
            transform: skewX(6.25deg) skewY(6.25deg)
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
            transform: skewX(-3.125deg) skewY(-3.125deg)
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
            transform: skewX(1.5625deg) skewY(1.5625deg)
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
            transform: skewX(-0.78125deg) skewY(-0.78125deg)
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
            transform: skewX(0.390625deg) skewY(0.390625deg)
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
            transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
  }
  100% {
    -webkit-transform: none;
            transform: none
  }
}



.jello{
    -webkit-animation-name:jello;
            animation-name:jello;
    -webkit-transform-origin: center;

            transform-origin: center
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

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

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

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

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

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

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

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

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

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

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

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

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

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

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

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

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}


@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInStable {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  33.333% {
    opacity: 1;
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  
  66.666666% {
    opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes zoomInStable {
 0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  33.333% {
    opacity: 1;
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  
  66.666666% {
    opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.zoomInStable {
  -webkit-animation-name: zoomInStable;
  animation-name: zoomInStable;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@keyframes anime {
from {
	opacity: 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
}
to {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-moz-transform: scaleY(1);
}
}

@-webkit-keyframes anime {
from {
	opacity: 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
}
to {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-moz-transform: scaleY(1);
}
}

@-moz-keyframes anime {
from {
	opacity: 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
}
to {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-moz-transform: scaleY(1);
}

}

@-o-keyframes anime {
from {
	opacity: 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
}
to {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-moz-transform: scaleY(1);
}
}

@-ms-keyframes anime {
from {
	opacity: 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
}
to {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-moz-transform: scaleY(1);
}

}

@media screen and (min-width:1000px) and (max-width:1219px) {}
@media screen and (max-width:1219px) {}
@media screen and (max-width:999px) {	}
@media screen and (max-width:767px) {	}


@font-face {font-family: "iconfont";
  src: url('../fonts/iconfont.eot?t=1571905993908'); /* IE9 */
  src: url('../fonts/iconfont.eot?t=1571905993908#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=1571905993908') format('woff'),
  url('../fonts/iconfont.ttf?t=1571905993908') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
  url('../fonts/iconfont.svg?t=1571905993908#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-home:before {
  content: "\e624";
}

.icon-skype1:before {
  content: "\e600";
}

.icon-xie:before {
  content: "\e60f";
}

.icon-whatsapp2:before {
  content: "\e695";
}

.icon-shijieditu1:before {
  content: "\e601";
}

.icon-icon_search:before {
  content: "\eb9c";
}

.icon-icon_phone_fill:before {
  content: "\ebad";
}

.icon-icon_signal_fill:before {
  content: "\ebaf";
}

.icon-top:before {
  content: "\e64c";
}

.icon-up7:before {
  content: "\e722";
}

.icon-bottom7:before {
  content: "\e723";
}

.icon-left7:before {
  content: "\e724";
}

.icon-right7:before {
  content: "\e725";
}

.icon-up9:before {
  content: "\e72a";
}

.icon-bottom9:before {
  content: "\e72b";
}

.icon-left9:before {
  content: "\e72c";
}

.icon-right9:before {
  content: "\e72d";
}

.icon-up13:before {
  content: "\e73a";
}

.icon-bottom13:before {
  content: "\e73b";
}

.icon-left13:before {
  content: "\e73c";
}

.icon-right13:before {
  content: "\e73d";
}

.icon-up16:before {
  content: "\e746";
}

.icon-bottom16:before {
  content: "\e747";
}

.icon-left16:before {
  content: "\e748";
}

.icon-right16:before {
  content: "\e749";
}

.icon-left25:before {
  content: "\e787";
}

.icon-right25:before {
  content: "\e788";
}

.icon-left26:before {
  content: "\e78b";
}

.icon-right26:before {
  content: "\e78c";
}

.icon-left27:before {
  content: "\e78f";
}

.icon-right27:before {
  content: "\e790";
}

.icon-download4:before {
  content: "\e7a3";
}

.icon-search5:before {
  content: "\e7b3";
}

.icon-contact:before {
  content: "\e7be";
}

.icon-mobile:before {
  content: "\e7c3";
}

.icon-email11:before {
  content: "\e7c7";
}

.icon-whatsapp:before {
  content: "\e7c1";
}

.icon-contact1:before {
  content: "\e7c4";
}

.icon-email:before {
  content: "\e7c5";
}

.icon-email1:before {
  content: "\e7c6";
}

.icon-fax1:before {
  content: "\e7ca";
}

.icon-tel:before {
  content: "\e7cc";
}

.icon-wechat:before {
  content: "\e7cd";
}

.icon-message2:before {
  content: "\e7dc";
}

.icon-calendar3:before {
  content: "\e7e1";
}

.icon-icon-test4:before {
  content: "\e63c";
}

.icon-top10:before {
  content: "\e7ee";
}

.icon-bottom10:before {
  content: "\e7ef";
}

.icon-left10:before {
  content: "\e7f0";
}

.icon-right10:before {
  content: "\e7f1";
}

.icon-companyname:before {
  content: "\e610";
}

.icon-suo:before {
  content: "\e602";
}

/*share*/
.at-resp-share-element .at-icon{width: 24px!important;height: 24px!important;}
.at-style-responsive .at-share-btn{padding: 0!important; border-radius: 2px!important;}
.at-resp-share-element .at-share-btn .at-icon-wrapper{width: 24px!important;height: 24px!important;}
.at-resp-share-element .at-share-btn{margin-bottom: 0!important;margin-right: 3px!important;}


.listcart{ width:100%; margin-top:40px;margin-bottom: 40px;}
.listcart a{ background:#fff;display:inline-block;height: 30px; width:200px; line-height: 30px;cursor: pointer;border: none;overflow: hidden;color: #004B87;cursor: pointer;  border:1px solid #004B87; padding-left:10px; padding-right:10px; text-align:center; font-size:14px; font-size:1.4rem; margin-left:10px;}
.listcart a:hover{  border:#004B87 solid 1px; background:#004B87; color:#fff!important;}
@media screen and (max-width:999px){
.listcart a{margin-left:2.5%; margin-right:2.5%; padding-left:0px; padding-right:0px }
.listcart{ width:100%;
}
}
@media screen and (max-width:420px){
.listcart a{ width:95% !important ; float:none; overflow:hidden; margin-bottom:1rem; margin-top:1rem}
}
.at-resp-share-element .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;width: 24px!important;height: 24px!important;}
.ppp{line-height: 30px;margin-bottom: 20px;margin-top: 20px;}

.contact-form .table td a:hover{color: #004B87};