.zoomPad{
	position:relative;
	float:left;
	z-index:99;
	cursor:crosshair;
}


.zoomPreload{
   -moz-opacity:0.8;
   opacity: 0.8;
   filter: alpha(opacity = 80);
   color: #333;
   font-size: 12px;
   font-family: Tahoma;
   text-decoration: none;
   border: 1px solid #CCC;
   background-color: white;
   padding: 8px;
   text-align:center;
   background-image: url(../images/zoomloader.gif);
   background-repeat: no-repeat;
   background-position: 43px 30px;
   z-index:110;
   width:90px;
   height:43px;
   position:absolute;
   top:0px;
   left:0px;
    * width:100px;
    * height:49px;
}


.zoomPup{
	overflow:hidden;
	background-color: #FFF;
	-moz-opacity:0.6;
	opacity: 0.6;
	filter: alpha(opacity = 60);
	z-index:120;
	position:absolute;
	border:1px solid #CCC;
  z-index:101;
  cursor:crosshair;
}



.zoomOverlay{
	position:absolute;
	left:0px;
	top:0px;
	background:#FFF;
	/*opacity:0.5;*/
	z-index:5000;
	width:100%;
	height:100%;
	display:none;
  z-index:101;
}

.zoomWindow{
	position:absolute;
	left:110%;
	top:40px;
	background:#FFF;
	z-index:6000;
	height:auto;
  z-index:10000;
  z-index:110;
}
.zoomWrapper{
	position:relative;
	border:1px solid #C6C6C6;
  z-index:110;
}
.zoomWrapperTitle{
	display:block;
	background:#C6C6C6;
	color:#FFF;
	height:18px;
	line-height:18px;
	width:100%;
  overflow:hidden;
	text-align:center;
	font-size:10px;
  position:absolute;
  top:0px;
  left:0px;
  z-index:120;
  -moz-opacity:0.6;
  opacity: 0.6;
  filter: alpha(opacity = 60);
}
.zoomWrapperImage{
	display:block;
  position:relative;
  overflow:hidden;
  z-index:110;

}
.zoomWrapperImage img{
  border:0px;
  display:block;
  position:absolute;
  z-index:101;
}

.zoomIframe{
  z-index: -1;
  filter:alpha(opacity=0);
  -moz-opacity: 0.80;
  opacity: 0.80;
  position:absolute;
  display:block;
}

/*********************************************************
/ When clicking on thumbs jqzoom will add the class
/ "zoomThumbActive" on the anchor selected
/*********************************************************/
#baguetteBox-overlay { display: none; opacity: 0; position: fixed; overflow: hidden; top: 0; left: 0; width: 100%; height: 100%; background-color: #222; background-color: rgba(0, 0, 0, 0.8); -webkit-transition: opacity .5s ease; -o-transition: opacity .5s ease; -moz-transition: opacity .5s ease; transition: opacity .5s ease; z-index: 99999999999999999999999999999999999999; }

#baguetteBox-overlay.visible { opacity: 1; }

#baguetteBox-overlay .full-image { display: inline-block; position: relative; width: 100%; height: 100%; text-align: center; }

#baguetteBox-overlay .full-image figure { display: inline; margin: 0; height: 100%; }

#baguetteBox-overlay .full-image img { display: inline-block; width: auto; height: auto; max-height: 100%; max-width: 100%; vertical-align: middle; -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

#baguetteBox-overlay .full-image figcaption { display: block; position: absolute; bottom: 0; width: 100%; text-align: center; line-height: 1.8; color: #ccc; background-color: #000; background-color: rgba(0, 0, 0, 0.6); font-family: Verdana, Geneva, sans-serif; }

#baguetteBox-overlay .full-image:before { content: ""; display: inline-block; height: 50%; width: 1px; margin-right: -1px; }

#baguetteBox-slider { position: absolute; left: 0; top: 0; height: 100%; width: 100%; white-space: nowrap; -webkit-transition: left .4s ease, -webkit-transform .4s ease; transition: left .4s ease, -webkit-transform .4s ease; -o-transition: left .4s ease, -o-transform .4s ease; -moz-transition: left .4s ease, transform .4s ease, -moz-transform .4s ease; transition: left .4s ease, transform .4s ease; transition: left .4s ease, transform .4s ease, -webkit-transform .4s ease, -moz-transform .4s ease, -o-transform .4s ease; transition: left .4s ease, transform .4s ease, -webkit-transform .4s ease; }

#baguetteBox-slider.bounce-from-right { -webkit-animation: bounceFromRight .4s ease-out; -moz-animation: bounceFromRight .4s ease-out; animation: bounceFromRight .4s ease-out; }

#baguetteBox-slider.bounce-from-left { -webkit-animation: bounceFromLeft .4s ease-out; -moz-animation: bounceFromLeft .4s ease-out; animation: bounceFromLeft .4s ease-out; }

.baguetteBox-button#next-button, .baguetteBox-button#previous-button { top: 50%; top: -webkit-calc(50% - 30px); top: -moz-calc(50% - 30px); top: calc(50% - 30px); width: 44px; height: 60px; }

.baguetteBox-button { position: absolute; cursor: pointer; outline: 0; padding: 0; margin: 0; border: 0; border-radius: 15%; background-color: #323232; background-color: rgba(50, 50, 50, 0.5); color: #ddd; font: 1.6em sans-serif; -webkit-transition: background-color .4s ease; -o-transition: background-color .4s ease; -moz-transition: background-color .4s ease; transition: background-color .4s ease; }

.baguetteBox-button:hover { background-color: rgba(50, 50, 50, 0.9); }

.baguetteBox-button#next-button { right: 2%; display: block !important; }

.baguetteBox-button#previous-button { left: 2%; display: block !important; }

.baguetteBox-button#close-button { top: 20px; right: 2%; right: -webkit-calc(2% + 6px); right: -moz-calc(2% + 6px); right: calc(2% + 6px); width: 30px; height: 30px; }

.baguetteBox-button svg { position: absolute; left: 0; top: 0; }

/*# sourceMappingURL=baguetteBox.css.map */

/* CSS Document */
* { margin: 0; padding: 0; }

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, iframe { 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: #666; opacity: 1; }

/* WebKit browsers */
:-o-placeholder { color: #666; opacity: 1; }

/* Mozilla Firefox 4 to 18 */
::-moz-placeholder { color: #666; opacity: 1; }

/* Mozilla Firefox 19+ */
:-ms-input-placeholder { color: #666; opacity: 1; }

/* Internet Explorer 10+ */
.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: #273A60 !important; }

[class*="-item"] .item-subt { overflow: hidden; }

[class*="-item"] .item-subt a { display: block; }

[class*="-item"] .item-subt a:hover { color: #273A60 !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: #273A60 !important; }

/* @media screen and (min-width:1420px) {.wp {width: 1410px;margin: auto;}}

@media screen and (min-width:1220px) and (max-width:1419px) {.wp {width: 1200px;margin: auto;}} */
.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; }

.at-resp-share-element .at4-share-count-container { text-decoration: none; float: right; padding-right: 15px; line-height: 25px !important; }

.at-resp-share-element .at-icon { width: 24px !important; height: 24px !important; }

.at-style-responsive .at-share-btn { padding: 0 !important; border-radius: 2px !important; }

.at-resp-share-element .at-share-btn .at-icon-wrapper { width: 24px !important; height: 24px !important; }

.at-resp-share-element .at-share-btn { margin-bottom: 0 !important; margin-right: 3px !important; }

.at-resp-share-element .at-icon { width: 24px !important; height: 24px !important; }

.at-style-responsive .at-share-btn { padding: 0 !important; border-radius: 2px !important; }

.at-resp-share-element .at-share-btn .at-icon-wrapper { width: 24px !important; height: 24px !important; }

.at-resp-share-element .at-share-btn { margin-bottom: 0 !important; margin-right: 3px !important; }

@-webkit-keyframes rotate { 0% { -webkit-transform: rotateY(0deg); transform: rotateY(0deg); }
  20% { -webkit-transform: rotateY(90deg); transform: rotateY(90deg); }
  50% { -webkit-transform: rotateY(180deg); transform: rotateY(180deg); }
  75% { -webkit-transform: rotateY(270deg); transform: rotateY(270deg); }
  100% { -webkit-transform: rotateY(360deg); transform: rotateY(360deg); } }

@-webkit-keyframes rotateX { 0% { -webkit-transform: rotateX(0deg); transform: rotateX(0deg); }
  20% { -webkit-transform: rotateX(90deg); transform: rotateX(90deg); }
  50% { -webkit-transform: rotateX(180deg); transform: rotateX(180deg); }
  75% { -webkit-transform: rotateX(270deg); transform: rotateX(270deg); }
  100% { -webkit-transform: rotateX(360deg); transform: rotateX(360deg); } }

/*-------------table start-------------------------------------------------------------------*/
.table table { width: 100%; border-collapse: collapse; text-align: center; }

.table table p { line-height: 22px !important; }

.table table p { min-height: 22px !important; }

.table table, .table table a { color: #000; }

.table table tr td { padding: 11px 5px; line-height: 24px; }

.table table tr td:first-child { font-weight: bold; }

.table table tr:nth-child(2n+1) { background-color: #f2f2f2; }
.table table tr:nth-child(2n){ background-color: #fff; }
.table table tr:first-child { text-align: center; background-color: #273A60; font-weight: bold; }

.table table tr:first-child td { color: #fff; }

@media screen and (max-width: 1000px) { .table { width: 100%; overflow: scroll; }
  .table table { width: 885px; }
  .table table tr td { padding: 5px; } }

/*-------------table end---------------------------------------------------------------------*/
/*-------------proslide_menubtn start--------------------------------------------------------*/
.proslide_menubtn { display: none; width: 23px; height: 18px; position: absolute; top: 12px; right: 10px; cursor: pointer; -webkit-transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s; z-index: 9999; }

.proslide_menubtn span { display: block; width: 100%; height: 2px; margin-bottom: 4px; background-color: #fff; }

@media screen and (max-width: 767px) { .proslide_menubtn { display: block; } }

/*-------------proslide_menubtn end----------------------------------------------------------*/
/*-------------page-start--------------------------------------------------------------------*/
.page { text-align: center; overflow: hidden; font-size: 0; letter-spacing: 0; }

.page a { display: inline-block; vertical-align: top; border: solid 1px #EDEDED; background-color: #f8f8f8; color: #333; min-width: 44px; padding: 0 2px; height: 36px; line-height: 34px; font-size: 14px; font-size: 1.4rem; margin: 0 6px 10px; }

.page a.prev { min-width: 76px; }

.page a.next { min-width: 76px; }

.page a:hover, .page a.page-active { border-color: #273A60; background-color: #273A60; color: #FFFFFF; }

@media only screen and (max-width: 999px) { .page a { height: 30px; line-height: 28px; min-width: 30px; font-size: 14px; font-size: 1.4rem; margin: 0 3px 10px; }
  .page a.prev { min-width: 66px; }
  .page a.next { min-width: 66px; } }

/*-------------page-end--------------------------------------------------------------------*/
/*-------------contact start---------------------------------------------------------------*/
.contact-top1 { position: fixed; z-index: 999; right: -45px; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; -webkit-transition: all .5s; background-color: #273A60; cursor: pointer; width: 45px; height: 140px; }

.contact-top1 img { display: block; margin: 0 auto; }

.contact-pc { position: fixed; z-index: 999; right: 0; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; -webkit-transition: all .5s; }

.contact-pc .item-top { width: 114px; background-color: #273A60; cursor: pointer; }

.contact-pc .item-top img { display: block; margin: 0 auto; }

.contact-pc li { width: 114px; position: relative; width: 100%; height: 30px; background-color: #333; margin-top: 4px; }

.contact-pc li a { display: block; height: 100%; width: 100%; line-height: 30px; cursor: pointer; color: #fff; }

.contact-pc li .iconfont { margin: 0 10px; }

.contact-pc li .ewm { position: absolute; bottom: 0; left: 125px; max-width: 120px; width: 120px; height: 120px; }

.contact-pc li.ewm-box:hover .ewm { left: -125px; }

.contact-phone { position: fixed; bottom: 0; height: 50px; left: 0; right: 0; display: none; z-index: 999; }

.contact-phone .c1 { background: #F6F6F6; }

.contact-phone .c1 .iconfont { color: #09A8FA; font-size: 30px; font-size: 3rem; }

.contact-phone .c2 { background: #F6F6F6; }

.contact-phone .c2 .iconfont { color: #3AC34C; font-size: 27px; font-size: 2.7rem; }

.contact-phone .c3 { background: #F6F6F6; }

.contact-phone .c3 .iconfont { color: #83c14b; font-size: 27px; font-size: 2.7rem; }

.contact-phone .c4 { background: #F6F6F6; }

.contact-phone .c4 .iconfont { color: #007CBC; font-size: 25px; font-size: 2.5rem; }

.contact-phone .c5 { background: #F6F6F6; }

.contact-phone .c5 .iconfont { color: #273A60; font-size: 25px; font-size: 2.5rem; }

.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 .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, .contact-top1 { display: none; }
  .contact-phone { display: block; }
  body { padding-bottom: 50px; } }

/*back-top*/
@-webkit-keyframes top-shadow { 0% { box-shadow: 0px 1px 2 0px rgba(0, 0, 0, 0.3); }
  20% { box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3); }
  50% { box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3); }
  75% { box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3); }
  100% { box-shadow: 0px 1px 2 0px rgba(0, 0, 0, 0.3); } }

.back-top { position: fixed; right: 25px; bottom: -100px; -webkit-transition: 1s; -o-transition: 1s; -moz-transition: 1s; transition: 1s; cursor: pointer; z-index: 998; border-radius: 5px; width: 69px; height: 69px; line-height: 69px; background-color: #EEEEEE; -webkit-animation: top-shadow 2.5s linear infinite; -moz-animation: top-shadow 2.5s linear infinite; animation: top-shadow 2.5s linear infinite; text-align: center; }

.back-top .iconfont { font-size: 30px; font-size: 3rem; color: #273A60; position: relative; }

@media only screen and (max-width: 767px) { .back-top { display: none; } }

/*-------------contact end-----------------------------------------------------------------*/
/*-------------pro-share start-------------------------------------------------------------*/
.pro-share { font-size: 0; letter-spacing: 0; }

.pro-share .share-title { margin-right: 11px; display: inline-block; *display: inline; *zoom: 1; line-height: 26px; font-size: 14px; font-size: 1.4rem; color: #999; }

.pro-share .share-pic { display: inline-block; *display: inline; *zoom: 1; vertical-align: top; height: 26px; }

/*-------------pro-share end---------------------------------------------------------------*/
/*-------------m-oths----------------------------------------------------------------------*/
.m-oths { border-top: solid 1px #ccc; padding-top: 30px; font-size: 16px; font-size: 1.6rem; line-height: 30px; }

.m-oths, .m-oths a { color: #000; }

.m-oths a:hover { color: #273A60; }

.m-oths .item-name { float: left; margin-right: 5px; }

.m-oths .item-info { overflow: hidden; }

@media screen and (max-width: 999px) { .m-oths { padding-top: 15px; font-size: 14px; font-size: 1.4rem; line-height: 26px; } }

/*-------------bread start-----------------------------------------------------------------*/
.bread { border-bottom: solid 1px #CCCCCC; font-size: 16px; font-size: 1.6rem; line-height: 24px; padding: 28px 0 11px; overflow: hidden; }

.bread, .bread a { color: #333; }

.bread a:hover, .bread .bread-active { color: #273A60; text-decoration: underline; }

.bread .iconfont { font-size: 16px; font-size: 1.6rem; color: #666; margin-right: 10px; }

@media screen and (max-width: 767px) { .bread { font-size: 14px; font-size: 1.4rem; padding: 10px 0 8px; } }

/*-------------bread end-------------------------------------------------------------------*/
.search-box ::-webkit-input-placeholder { color: #fff; opacity: 1; }

/* WebKit browsers */
.search-box :-o-placeholder { color: #fff; opacity: 1; }

/* Mozilla Firefox 4 to 18 */
.search-box ::-moz-placeholder { color: #fff; opacity: 1; }

/* Mozilla Firefox 19+ */
.search-box :-ms-input-placeholder { color: #fff; opacity: 1; }

/* Internet Explorer 10+ */
.search-box { overflow: hidden; position: relative; width: 282px; height: 70px; cursor: pointer; background: url(../images/bg7.png) no-repeat left center; }

@media screen and (max-width: 999px) { .search-box { position: absolute; right: 510px; top: 15px; height: 36px; background-color: #2c53a4; width: 240px; border-radius: 5px; } }

@media screen and (max-width: 767px) { .search-box { display: none; } }

.search-box .iconfont { font-size: 22px; font-size: 2.2rem; color: #fff; position: absolute; width: 45px; right: 0; text-align: left; top: 50%; margin-top: -11px; }

.search-box .item-input { position: absolute; top: 0; left: 0; width: 100%; height: 100%; line-height: 70px; padding: 0 50px 0 53px; color: #fff; font-size: 16px; font-size: 1.6rem; }

@media screen and (max-width: 999px) { .search-box .item-input { padding-left: 10px; font-size: 14px; font-size: 1.4rem; } }

.search-box .item-submit { position: absolute; width: 45px; height: 100%; top: 0px; right: 0px; cursor: pointer; z-index: 1; }

@media screen and (max-width: 999px) { .search-box .item-submit { width: 35px; } }

/*-------------header start----------------------------------------------------------------*/
.header { background-color: #fff; position: relative; margin-bottom: 32px; }

@media screen and (max-width: 999px) { .header { margin-bottom: 0; } }

.header .h-top { padding-top: 10px; padding-bottom: 33px; padding-right: 46px; }

.header .h-top .list-item { font-size: 16px; font-size: 1.6rem; margin-left: 17px; padding-left: 31px; position: relative; }

.header .h-top .list-item:after { position: absolute; content: ''; width: 1px; top: 7px; bottom: -2px; background-color: #E9E9E9; left: 0; }

.header .h-top .list-item .item-title { font-weight: bold; line-height: 30px; color: #999; }

.header .h-top .list-item .iconfont { font-size: 21px; font-size: 2.1rem; color: #273A60; font-weight: normal; margin-right: 16px; vertical-align: middle; }

.header .h-top .list-item .item-desc { margin-top: 16px; }

.header .h-top .list-item .item-desc, .header .h-top .list-item .item-desc a { color: #333; }

.header .h-top .h-follow { font-size: 0; letter-spacing: 0; margin-right: 60px; margin-top: 27px; }

.header .h-top .h-follow a { display: inline-block; vertical-align: top; margin-left: 11px; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; }

.header .h-top .h-follow a:hover { margin-top: -5px; margin-bottom: 5px; }

.header .h-top .h-follow .iconfont { font-size: 20px; font-size: 2rem; color: #273A60; }

.header .h-top .h-follow .iconfont:hover { color: #000; }

@media screen and (max-width: 1219px) { .header .h-top { padding-right: 0; }
  .header .h-top .h-follow { margin-right: 0; }
  .header .h-top .list-item { margin-left: 15px; padding-left: 15px; } }

@media screen and (max-width: 999px) { .header .h-top .list-item { font-size: 14px; font-size: 1.4rem; }
  .header .h-top .list-item .item-desc { margin-top: 0; }
  .header .h-top .h-follow { margin-top: 15px; }
  .header .h-top .clear1 { clear: both; } }

@media screen and (max-width: 767px) { .header .h-top { padding: 30px 0; }
  .header .h-top .list-item, .header .h-top .h-follow { display: none; } }

.header .logo { float: left; display: block; width: 422px; }

.header .logo img { display: block; }

@media screen and (max-width: 999px) { .header .logo { float: none; margin: 20px auto 0; width: 400px; } }

@media screen and (max-width: 767px) { .header .logo { width: 300px; max-width: 100%; margin: 0 auto; } }

.header .h-bot { position: absolute; top: 100%; left: 0; width: 100%; }

@media screen and (max-width: 999px) { .header .h-bot { position: static; top: auto; width: auto; left: auto; } }

.header .h-bot .wp { position: relative; z-index: 99; background-color: #273A60; }

@media screen and (max-width: 999px) { .header .h-bot .wp { position: static; } }

.header .navlist { float: left; margin-left: -8px; }

.header .navlist > li { position: relative; float: left; margin-left: 20px; padding: 23px 0 10px; }

.header .navlist > li > a { display: block; position: relative; font-size: 16px; font-size: 1.6rem; line-height: 24px; padding-bottom: 13px; text-transform: uppercase; font-weight: bold; color: #fff; position: relative; }

.header .navlist > li > a:before { position: absolute; content: ''; width: 53px; height: 2px; background-color: #fff; left: 50%; margin-left: -26px; bottom: 0; display: none; }

.header .navlist > li.nav-active > a:before, .header .navlist > li:hover > a:before { display: block; }

@media screen and (max-width: 1219px) { .header .navlist { margin-left: 0; }
  .header .navlist > li { margin-left: 17px; } }

@media screen and (max-width: 999px) { .header .navlist { float: none; background-color: #333; width: 100%; text-align: center; }
  .header .navlist > li { margin-left: 0; width: 12.5%; }
  .header .navlist > li > a { font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 767px) { .header .navlist { display: none; } }

.header .navlist li:hover .yiji { -webkit-transform: translateY(0px); -moz-transform: translateY(0px); -ms-transform: translateY(0px); -o-transform: translateY(0px); transform: translateY(0px); visibility: visible; opacity: 1; }

.header .yiji { z-index: 99; position: absolute; top: 100%; width: 280px; left: 0; display: block; visibility: hidden; opacity: 0; -webkit-transform: translateY(30px); -moz-transform: translateY(30px); -ms-transform: translateY(30px); -o-transform: translateY(30px); transform: translateY(30px); -webkit-transform-origin: top; -moz-transform-origin: top; -ms-transform-origin: top; -o-transform-origin: top; transform-origin: top; -webkit-transition: all 400ms ease; -o-transition: all 400ms ease; -moz-transition: all 400ms ease; transition: all 400ms ease; border-top: solid 9px transparent; }

@media screen and (max-width: 1219px) { .header .yiji { left: 50%; margin-left: -170px; } }

@media screen and (max-width: 999px) { .header .yiji { width: 280px; margin-left: -140px; } }

.header .yiji li { position: relative; text-align: left; background-color: #fff; }

.header .yiji li > a { display: block; line-height: 24px; padding: 8px 17px 8px; font-size: 14px; font-size: 1.4rem; }

.header .yiji li:hover > a { background-color: #273A60; color: #fff; }

.header .yiji li:hover .erji { -webkit-transform: translateY(0px); -moz-transform: translateY(0px); -ms-transform: translateY(0px); -o-transform: translateY(0px); transform: translateY(0px); visibility: visible; opacity: 1; }

@media screen and (max-width: 980px) { .header .yiji { display: none; } }

.header .erji li:hover .sanji { -webkit-transform: translateY(0px); -moz-transform: translateY(0px); -ms-transform: translateY(0px); -o-transform: translateY(0px); transform: translateY(0px); visibility: visible; opacity: 1; }

.header .erji, .header .sanji { position: absolute; left: 100%; top: 0; border-left: solid 2px transparent; width: 280px; display: block; visibility: hidden; opacity: 0; -webkit-transform: translateY(30px); -moz-transform: translateY(30px); -ms-transform: translateY(30px); -o-transform: translateY(30px); transform: translateY(30px); -webkit-transform-origin: top; -moz-transform-origin: top; -ms-transform-origin: top; -o-transform-origin: top; transform-origin: top; -webkit-transition: all 400ms ease; -o-transition: all 400ms ease; -moz-transition: all 400ms ease; transition: all 400ms ease; }

@media screen and (max-width: 999px) { .header .erji, .header .sanji { width: 240px; } }

/* 767 navlist1 */
.navlist1 { display: none; width: 100%; background-color: #273A60; }

.navlist1 > li { float: left; width: 25%; text-align: center; }

.navlist1 > li > a { text-transform: capitalize; display: block; position: relative; line-height: 36px; color: #fff; }

.navlist1 > li.nav-active > a, .navlist1 > li:hover > a { text-decoration:underline; }

@media screen and (max-width: 767px) { .navlist1 { display: block; } }

/*-------------header end------------------------------------------------------------------*/
/*-------------footer start----------------------------------------------------------------*/
.footer ::-webkit-input-placeholder { color: #fff; opacity: 1; }

/* WebKit browsers */
.footer :-o-placeholder { color: #fff; opacity: 1; }

/* Mozilla Firefox 4 to 18 */
.footer ::-moz-placeholder { color: #fff; opacity: 1; }

/* Mozilla Firefox 19+ */
.footer :-ms-input-placeholder { color: #fff; opacity: 1; }

/* Internet Explorer 10+ */
.footer { overflow: hidden; background-color: #141414; }

.footer, .footer a { color: #fff; }

.footer a:hover { color: #999; }

.footer .f-top { position: relative; padding: 44px 0 7px; line-height: 30px; letter-spacing: 0.5px; }

.footer .f-top .footer-title { font-size: 24px; font-size: 2.4rem; font-weight: bold; margin-bottom: 22px; text-transform: uppercase; }

.footer .f-top .flist1 { float: left; width: 410px; padding-right: 15px; }

.footer .f-top .flist2 { float: left; width: 250px; padding-right: 15px; }

.footer .f-top .flist3 { width: 443px; float: right; }

.footer .f-top .flist3 .footer-title { padding-left: 13px; }

.footer .f-top .keywords { margin-top: 44px; letter-spacing: 0px; }

@media screen and (max-width: 1219px) { .footer .f-top .flist1 { width: 320px; }
  .footer .f-top .flist2 { width: 240px; }
  .footer .f-top .flist3 { width: 420px; }
  .footer .f-top .keywords { margin-top: 30px; } }

@media screen and (max-width: 999px) { .footer .f-top .flist1, .footer .f-top .flist2 { width: 50%; }
  .footer .f-top .flist3 { float: left; margin-top: 30px; }
  .footer .f-top .clearf { clear: both; } }

@media screen and (max-width: 767px) { .footer .f-top { display: none; } }

.footer .f-follow { margin-top: 10px; font-size: 0; letter-spacing: 0; }

.footer .f-follow a { display: inline-block; vertical-align: top; margin-right: 11px; position: relative; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; }

.footer .f-follow a:hover { margin-top: -5px; margin-bottom: 5px; }

.footer .f-follow .iconfont { font-size: 26px; font-size: 2.6rem; display: block; position: relative; }

.footer .f-bot { letter-spacing: 0.4px; position: relative; border-top: solid 1px #8e8e8e; padding: 8px 0 33px; line-height: 30px; }

.footer .f-bot, .footer .f-bot a { color: #fff; }

.footer .f-bot a:hover { color: #999; }

.footer .f-bot .copyright img { margin-left: 5px; }

.footer .f-bot .f-follow { display: none; }

.footer .f-bot .links a { margin-right: 30px; display: inline-block; }

@media screen and (max-width: 767px) { .footer .f-bot { padding: 20px 0 15px; line-height: 24px; }
  .footer .f-bot .f-follow { margin: 0 0 10px; display: block; }
  .footer .f-bot .f-follow a { float: none; }
  .footer .f-bot .links { display: none; } }

.f-form { padding-top: 8px; }

.f-form .fstar { background: url(../images/star1.png) no-repeat 11px 14px; }

.f-form .finput50, .f-form .ftextarea, .f-form .fcodeline { margin-bottom: 13px; padding-left: 27px; }

.f-form .finput50 input, .f-form .fcodeline input { background-color: transparent; height: 34px; line-height: 32px; border: solid 1px #ccc; width: 100%; color: #fff; }

.f-form .finput50 input { padding-left: 36px; padding-right: 10px; }

.f-form .fmes { color: #fff; display: block; height: 67px; border: solid 1px #ccc; width: 100%; padding: 10px 10px 10px 34px; }

.f-form .finput50 { width: 50%; float: left; }

.f-form .ftextarea { margin-bottom: 14px; }

.f-form .ftextarea .iconfont { top: 7px; font-size: 21px; font-size: 2.1rem; }

.f-form .fcodeinput { width: 177px !important; float: left; margin-right: 27px; padding: 0 11px; }

.f-form .fcodeimg { float: left; cursor: pointer; display: block; width: 122px; }

.f-form .fcodeimg img { display: block; }

.f-form .fcodebtn { width: 83px !important; float: right; background-color: #273A60 !important; border-color: #273A60 !important; color: #fff !important; text-transform: uppercase; }

.f-form .fcodebtn:hover { background-color: #fff !important; border-color: #fff !important; color: #273A60 !important; }

.f-form .iconfont { position: absolute; font-size: 18px; font-size: 1.8rem; left: 8px; top: 3px; color: #fff; }

@media screen and (max-width: 1219px) { .f-form .fcodeinput { margin-right: 10px; } }

/*-------------footer end------------------------------------------------------------------*/
/*-------------index start-----------------------------------------------------------------*/
.index-item .item-title { font-weight: bold; font-size: 40px; font-size: 4rem; position: relative; padding-bottom: 19px; margin-bottom: 38px; text-align: center; }

.index-item .item-title:before { position: absolute; content: ''; width: 98px; height: 2px; background-color: #333; left: 50%; margin-left: -49px; bottom: 0; }

@media screen and (max-width: 1219px) { .index-item .item-title { font-size: 36px; font-size: 3.6rem; } }

@media screen and (max-width: 999px) { .index-item .item-title { font-size: 30px; font-size: 3rem; } }

@media screen and (max-width: 767px) { .index-item .item-title { text-align: center; font-size: 24px; font-size: 2.4rem; padding-bottom: 10px; margin-bottom: 15px; } }

.index-item .item-desc { text-align: center; font-size: 16px; font-size: 1.6rem; line-height: 30px; }

@media screen and (max-width: 999px) { .index-item .item-desc { line-height: 26px; } }

@media screen and (max-width: 767px) { .index-item .item-desc { line-height: 24px; font-size: 14px; font-size: 1.4rem; } }

/* index-probox start */
.index-probox { padding: 71px 0 38px; }

@media screen and (max-width: 999px) { .index-probox { padding: 50px 0 30px; } }

@media screen and (max-width: 767px) { .index-probox { padding: 30px 0 20px; } }

.index-probox .index-item { margin-bottom: 45px; }

@media screen and (max-width: 767px) { .index-probox .index-item { margin-bottom: 30px; } }

.index-probox .box-list { font-size: 0; letter-spacing: 0; }

.index-probox .box-list .list-item { overflow: hidden; display: inline-block; vertical-align: top; position: relative; margin-bottom: 24px; width: 25.78125%; margin-left: 0.78125%; }

.index-probox .box-list .list-item:hover .item-backdrop { top: 0; }

.index-probox .box-list .list-item:hover .item-subt { bottom: -999px; }

@media screen and (max-width: 767px) { .index-probox .box-list .list-item { width: 48%; margin: 0 1% 20px !important; } }

@media screen and (max-width: 480px) { .index-probox .box-list .list-item { width: 98%; margin: 0 1% 20px !important; } }

.index-probox .box-list .item1, .index-probox .box-list .item6 { width: 46.875%; }

@media screen and (max-width: 767px) { .index-probox .box-list .item1, .index-probox .box-list .item6 { width: 98%; margin: 0 1% 20px !important; } }

.index-probox .box-list .item-pic img { display: block; margin: 0 auto; width: 100%; }

.index-probox .box-list .item-subt { position: absolute; left: 0; width: 100%; bottom: 37px; line-height: 30px; text-align: center; font-size: 26px; font-size: 2.6rem; font-weight: bold; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; padding: 0 10px; }

.index-probox .box-list .item-subt, .index-probox .box-list .item-subt a { color: #fff; }

.index-probox .box-list .item-subt a:hover { color: #999 !important; }

@media screen and (max-width: 1419px) { .index-probox .box-list .item-subt { bottom: 20px; font-size: 22px; font-size: 2.2rem; } }

@media screen and (max-width: 1219px) { .index-probox .box-list .item-subt { font-size: 20px; font-size: 2rem; bottom: 15px; } }

@media screen and (max-width: 999px) { .index-probox .box-list .item-subt { display: none; } }

.index-probox .box-list .item-backdrop { position: absolute; top: 999px; left: 0; width: 100%; bottom: 0; background-color: #273A60; background-color: rgba(39, 58, 96, 0.8); -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; }

@media screen and (max-width: 999px) { .index-probox .box-list .item-backdrop { position: relative; top: auto; } }

.index-probox .box-list .item-body { position: absolute; left: 0; width: 100%; top: 50%; margin-top: -142px; padding: 0 8.88889%; }

@media screen and (max-width: 1619px) { .index-probox .box-list .item-body { margin-top: -107px; } }

@media screen and (max-width: 1419px) { .index-probox .box-list .item-body { padding: 0 3.33333%; } }

@media screen and (max-width: 1219px) { .index-probox .box-list .item-body { margin-top: -87px; } }

@media screen and (max-width: 999px) { .index-probox .box-list .item-body { position: relative; top: auto; margin: 0; padding: 15px 10px; } }

.index-probox .box-list .item-title { font-size: 26px; font-size: 2.6rem; font-weight: bold; position: relative; padding-bottom: 25px; margin-bottom: 19px; }

.index-probox .box-list .item-title, .index-probox .box-list .item-title a { color: #fff; }

.index-probox .box-list .item-title a:hover { color: #999 !important; }

.index-probox .box-list .item-title:before { position: absolute; content: ''; width: 58px; height: 3px; background-color: #fff; left: 0; bottom: 0; }

@media screen and (max-width: 1419px) { .index-probox .box-list .item-title { font-size: 22px; font-size: 2.2rem; } }

@media screen and (max-width: 1219px) { .index-probox .box-list .item-title { font-size: 20px; font-size: 2rem; padding-bottom: 12px; } }

@media screen and (max-width: 999px) { .index-probox .box-list .item-title { font-size: 18px; font-size: 1.8rem; padding-bottom: 10px; margin-bottom: 15px; } }

@media screen and (max-width: 767px) { .index-probox .box-list .item-title { font-size: 16px; font-size: 1.6rem; } }

.index-probox .box-list .item-desc { margin-bottom: 28px; font-size: 18px; font-size: 1.8rem; line-height: 30px; height: 90px; }

.index-probox .box-list .item-desc, .index-probox .box-list .item-desc a { color: #fff; }

.index-probox .box-list .item-desc a:hover { color: #999 !important; }

@media screen and (max-width: 1219px) { .index-probox .box-list .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 26px; height: 78px; } }

@media screen and (max-width: 999px) { .index-probox .box-list .item-desc { font-size: 14px; font-size: 1.4rem; margin-bottom: 20px; } }

.index-probox .box-list .item-btn { display: inline-block; min-width: 163px; line-height: 24px; padding: 13px 5px 14px; background-color: #fff; text-align: center; color: #333; font-size: 16px; font-size: 1.6rem; text-transform: uppercase; }

.index-probox .box-list .item-btn:hover { background-color: #999; color: #fff; }

@media screen and (max-width: 1219px) { .index-probox .box-list .item-btn { padding: 8px 5px; min-width: 150px; } }

@media screen and (max-width: 999px) { .index-probox .box-list .item-btn { padding: 6px 5px; font-size: 14px; font-size: 1.4rem; min-width: 130px; } }

/* index-probox end */
/* index-say start */
.index-say { background: url(../images/bg5.jpg) no-repeat bottom center; background-size: cover; padding: 68px 0 150px; }

@media screen and (max-width: 999px) { .index-say { padding: 50px 0 120px; } }

@media screen and (max-width: 767px) { .index-say { padding: 30px 0 70px; } }

.index-say .index-item .item-title { margin-bottom: 58px; }

.index-say .index-item .item-title, .index-say .index-item .item-title a { color: #fff; }

.index-say .index-item .item-title a:hover { color: #999 !important; }

.index-say .index-item .item-title:before { background-color: #fff; }

@media screen and (max-width: 999px) { .index-say .index-item .item-title { margin-bottom: 50px; } }

@media screen and (max-width: 767px) { .index-say .index-item .item-title { margin-bottom: 30px; } }

.index-say .ex-scroll { width: 100%; overflow: hidden; position: relative; }

.index-say .ex-scroll .box-bd { width: 100%; overflow: hidden; }

.index-say .ex-scroll .box-list { width: 10000%; }

.index-say .ex-scroll .box-list .list-wp { float: left; width: 1%; position: relative; text-align: center; }

.index-say .ex-scroll .box-list .list-item { max-width: 940px; margin: 0 auto; width: 100%; }

.index-say .ex-scroll .box-list .item-pic { width: 150px; height: 150px; overflow: hidden; border-radius: 50%; margin: 0 auto; box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); margin-bottom: 16px; }

.index-say .ex-scroll .box-list .item-pic img { display: block; border-radius: 50%; width: 100%; height: 100%; }

@media screen and (max-width: 999px) { .index-say .ex-scroll .box-list .item-pic { width: 120px; height: 120px; } }

@media screen and (max-width: 767px) { .index-say .ex-scroll .box-list .item-pic { width: 100px; height: 100px; } }

.index-say .ex-scroll .box-list .item-title { margin-bottom: 30px; font-size: 24px; font-size: 2.4rem; font-weight: bold; }

.index-say .ex-scroll .box-list .item-title, .index-say .ex-scroll .box-list .item-title a { color: #fff; }

.index-say .ex-scroll .box-list .item-title a:hover { color: #999 !important; }

@media screen and (max-width: 999px) { .index-say .ex-scroll .box-list .item-title { font-size: 20px; font-size: 2rem; margin-bottom: 20px; } }

@media screen and (max-width: 767px) { .index-say .ex-scroll .box-list .item-title { font-size: 18px; font-size: 1.8rem; margin-bottom: 10px; } }

.index-say .ex-scroll .box-list .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 30px; }

.index-say .ex-scroll .box-list .item-desc, .index-say .ex-scroll .box-list .item-desc a { color: #fff; }

.index-say .ex-scroll .box-list .item-desc a:hover { color: #999 !important; }

@media screen and (max-width: 999px) { .index-say .ex-scroll .box-list .item-desc { line-height: 26px; } }

@media screen and (max-width: 767px) { .index-say .ex-scroll .box-list .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 24px; } }

.index-say .ex-scroll .box-page { font-size: 0; letter-spacing: 0; text-align: center; margin-top: 35px; }

@media screen and (max-width: 767px) { .index-say .ex-scroll .box-page { margin-top: 25px; } }

.index-say .ex-scroll .page-item { margin: 0 6px; display: inline-block; *display: inline; *zoom: 1; width: 14px; height: 14px; border-radius: 50%; background-color: transparent; border: solid 2px #fff; }

@media screen and (max-width: 767px) { .index-say .ex-scroll .page-item { margin: 0 5px; width: 12px; height: 12px; } }

.index-say .ex-scroll .page-item.active { background-color: #fff; }

/* index-say end */
/* index-hotpro start */
.index-hotpro { padding: 17px 0 10px; text-align: center; }

.index-hotpro .index-item { margin-bottom: 35px; }

@media screen and (max-width: 767px) { .index-hotpro .index-item { margin-bottom: 25px; } }

.index-hotpro .box-list { font-size: 0; letter-spacing: 0; text-align: left; }

.index-hotpro .box-list .list-item { display: inline-block; vertical-align: top; width: 23.5%; margin-left: 2%; text-align: center; margin-bottom: 37px; }

@media screen and (max-width: 999px) { .index-hotpro .box-list .list-item { width: 23%; margin: 0 1% 30px; } }

@media screen and (max-width: 767px) { .index-hotpro .box-list .list-item { width: 31.33%; margin: 0 1% 30px; } }

@media screen and (max-width: 600px) { .index-hotpro .box-list .list-item { width: 48%; margin-bottom: 20px; } }

@media screen and (max-width: 350px) { .index-hotpro .box-list .list-item { width: 98%; } }

.index-hotpro .box-list .item-pic { position: relative; width: 100%; }

.index-hotpro .box-list .item-pic img { display: block; margin: 0 auto; width: 100%; }

.index-hotpro .box-list .item-pic:hover .item-backdrop { top: 0; }

.index-hotpro .box-list .item-backdrop { position: absolute; top: 999px; bottom: 0; left: 0; width: 100%; background-color: #273A60; background-color: rgba(39, 58, 96, 0.8); -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; }

.index-hotpro .box-list .item-backdrop .iconfont { width: 36px; height: 36px; border: solid 2px #fff; border: solid 2px rgba(255, 255, 255, 0.7); border-radius: 3px; text-align: center; line-height: 36px; color: #fff; position: absolute; top: 50%; left: 50%; margin: -20px 0 0 -20px; font-size: 21px; font-size: 2.1rem; }

@media screen and (max-width: 999px) { .index-hotpro .box-list .item-backdrop { display: none; } }

.index-hotpro .box-list .item-title { font-weight: bold; font-size: 16px; font-size: 1.6rem; line-height: 24px; margin-top: 12px; }

@media screen and (max-width: 767px) { .index-hotpro .box-list .item-title { font-size: 14px; font-size: 1.4rem; margin-top: 5px; } }

.index-hotpro .box-btn { margin-top: 41px; display: inline-block; vertical-align: top; min-width: 208px; line-height: 24px; padding: 10px 5px 11px; background-color: #273A60; color: #fff; font-size: 16px; font-size: 1.6rem; text-transform: uppercase; }

.index-hotpro .box-btn:hover { background-color: #000; }

@media screen and (max-width: 999px) { .index-hotpro .box-btn { margin-top: 20px; } }

@media screen and (max-width: 767px) { .index-hotpro .box-btn { margin-top: 10px; min-width: 160px; padding: 8px; font-size: 14px; font-size: 1.4rem; } }

/* index-hotpro end */
/* index-counts start */
.index-counts { background: url(../images/bg6.jpg) no-repeat bottom center; padding: 200px 0 166px; background-size: cover; }

@media screen and (max-width: 767px) { .index-counts { padding: 130px 0 100px; } }

.index-counts .box-list { font-size: 0; letter-spacing: 0; text-align: center; }

.index-counts .box-list .list-item { display: inline-block; vertical-align: top; width: 22%; margin: 0 1% 30px; text-align: center; }

@media screen and (max-width: 999px) { .index-counts .box-list .list-item { width: 23%; } }

@media screen and (max-width: 640px) { .index-counts .box-list .list-item { width: 48%; } }

.index-counts .box-list .item-pic { margin-bottom: 40px; }

.index-counts .box-list .item-pic img { display: block; margin: 0 auto; max-width: 66px; width: 100%; }

@media screen and (max-width: 1219px) { .index-counts .box-list .item-pic { margin-bottom: 30px; } }

@media screen and (max-width: 999px) { .index-counts .box-list .item-pic { margin-bottom: 20px; }
  .index-counts .box-list .item-pic img { max-width: 60px; } }

@media screen and (max-width: 767px) { .index-counts .box-list .item-pic img { max-width: 50px; } }

.index-counts .box-list .item-title { margin-bottom: 14px; font-weight: bold; font-size: 0; letter-spacing: 0; }

.index-counts .box-list .item-title, .index-counts .box-list .item-title a { color: #fff; }

.index-counts .box-list .item-title a:hover { color: #999 !important; }

.index-counts .box-list .item-title span { font-size: 40px; font-size: 4rem; vertical-align: top; display: inline-block; }

.index-counts .box-list .item-title i { font-size: 22px; font-size: 2.2rem; vertical-align: top; display: inline-block; }

@media screen and (max-width: 1219px) { .index-counts .box-list .item-title span { font-size: 36px; font-size: 3.6rem; }
  .index-counts .box-list .item-title i { font-size: 20px; font-size: 2.0rem; } }

@media screen and (max-width: 999px) { .index-counts .box-list .item-title span { font-size: 30px; font-size: 3rem; }
  .index-counts .box-list .item-title i { font-size: 18px; font-size: 1.8rem; } }

@media screen and (max-width: 767px) { .index-counts .box-list .item-title { margin-bottom: 5px; }
  .index-counts .box-list .item-title span { font-size: 24px; font-size: 2.4rem; }
  .index-counts .box-list .item-title i { font-size: 16px; font-size: 1.6rem; } }

.index-counts .box-list .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 24px; }

.index-counts .box-list .item-desc, .index-counts .box-list .item-desc a { color: #fff; }

.index-counts .box-list .item-desc a:hover { color: #999 !important; }

@media screen and (max-width: 767px) { .index-counts .box-list .item-desc { font-size: 14px; font-size: 1.4rem; } }

/* index-counts end */
/* index-about start */
.index-about { background-color: #f5f5f5; padding: 8px 0 52px; }

@media screen and (max-width: 999px) { .index-about { padding-bottom: 20px; } }

@media screen and (max-width: 767px) { .index-about { padding-bottom: 10px; } }

.index-about .index-item { margin-bottom: 61px; }

@media screen and (max-width: 999px) { .index-about .index-item { margin-bottom: 50px; } }

@media screen and (max-width: 767px) { .index-about .index-item { margin-bottom: 40px; } }

.index-about .box-list { font-size: 0; letter-spacing: 0; }

.index-about .box-list .list-item { display: inline-block; vertical-align: top; width: 21.66667%; margin-left: 4.44444%; text-align: center; padding: 0 16px; margin-bottom: 30px; }

@media screen and (max-width: 1219px) { .index-about .box-list .list-item { padding: 0; } }

@media screen and (max-width: 999px) { .index-about .box-list .list-item { width: 48%; margin: 0 1% 30px; } }

@media screen and (max-width: 450px) { .index-about .box-list .list-item { width: 98%; } }

.index-about .box-list .item-pic { margin-bottom: 14px; }

.index-about .box-list .item-pic img { display: block; margin: 0 auto; max-width: 164px; width: 100%; }

/*@media screen and (min-width: 768px) { .index-about .box-list .item-pic img { -webkit-animation: rotate 3s linear infinite; -moz-animation: rotate 3s linear infinite; animation: rotate 3s linear infinite; } }*/

@media screen and (max-width: 1219px) { .index-about .box-list .item-pic img { max-width: 130px; } }

@media screen and (max-width: 999px) { .index-about .box-list .item-pic img { max-width: 100px; } }

@media screen and (max-width: 767px) { .index-about .box-list .item-pic img { max-width: 80px; } }

.index-about .box-list .item-title { font-size: 16px; font-size: 1.6rem; font-weight: bold; line-height: 24px; margin-bottom: 11px; }

.index-about .box-list .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 24px; height: 120px; }

@media screen and (max-width: 450px) { .index-about .box-list .item-desc { height: auto; max-height: 120px; } }

/* index-about end */
/* index-project start */
.index-project { padding: 60px 0 29px; }

@media screen and (max-width: 999px) { .index-project { padding: 50px 0 20px; } }

@media screen and (max-width: 767px) { .index-project { padding: 30px 0 10px; } }

.index-project .index-item { margin-bottom: 59px; }

@media screen and (max-width: 999px) { .index-project .index-item { margin-bottom: 50px; } }

@media screen and (max-width: 767px) { .index-project .index-item { margin-bottom: 30px; } }

.index-project .box-list { font-size: 0; letter-spacing: 0; }

.index-project .box-list .list-item { display: inline-block; vertical-align: top; width: 32%; margin-left: 2%; margin-bottom: 30px; border-radius: 5px; overflow: hidden; }

.index-project .box-list .list-item:hover .item-body { background-color: #273A60; }

.index-project .box-list .list-item:hover .item-body, .index-project .box-list .list-item:hover .item-body a, .index-project .box-list .list-item:hover .item-body p { color: #fff !important; }

@media screen and (max-width: 999px) { .index-project .box-list .list-item { width: 31.33%; margin: 0 1% 30px; } }

@media screen and (max-width: 640px) { .index-project .box-list .list-item { width: 48%; } }

@media screen and (max-width: 380px) { .index-project .box-list .list-item { width: 98%; } }

.index-project .box-list .item-pic img { display: block; margin: 0 auto; max-width: 384px; width: 100%; }

.index-project .box-list .item-body { -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; padding: 28px 25px 21px; }

@media screen and (max-width: 999px) { .index-project .box-list .item-body { padding: 15px 10px 18px; } }

@media screen and (max-width: 767px) { .index-project .box-list .item-body { padding: 10px 5px 15px; } }

.index-project .box-list .item-title { font-weight: bold; font-size: 16px; font-size: 1.6rem; line-height: 24px; /*height: 48px;*/ margin-bottom: 17px; }

@media screen and (max-width: 999px) { .index-project .box-list .item-title { margin-bottom: 10px; } }

@media screen and (max-width: 767px) { .index-project .box-list .item-title { margin-bottom: 5px; font-size: 14px; font-size: 1.4rem; line-height: 20px; height: 40px; } }

.index-project .box-list .item-date { font-size: 14px; font-size: 1.4rem; line-height: 24px; color: #666; }

/* index-project end */
/*-------------index end-------------------------------------------------------------------*/
.page_wrap { padding: 64px 0 104px; }

@media screen and (max-width: 1219px) { .page_wrap { padding-bottom: 70px; } }

@media screen and (max-width: 999px) { .page_wrap { padding: 50px 0; } }

@media screen and (max-width: 767px) { .page_wrap { padding: 30px 0; } }

/*-------------1-about start---------------------------------------------------------------*/
/* about-top start */
.about-top { margin-bottom: 60px; }

@media screen and (max-width: 999px) { .about-top { margin-bottom: 50px; } }

@media screen and (max-width: 767px) { .about-top { margin-bottom: 40px; } }

.about-top .item-title { font-weight: bold; font-size: 40px; font-size: 4rem; position: relative; padding-bottom: 12px; margin-bottom: 29px; margin-top: -7px; }

.about-top .item-title:before { position: absolute; content: ''; width: 98px; height: 2px; background-color: #333; left: 0; bottom: 0; }

@media screen and (max-width: 1219px) { .about-top .item-title { font-size: 36px; font-size: 3.6rem; } }

@media screen and (max-width: 999px) { .about-top .item-title { margin-top: 0; font-size: 30px; font-size: 3rem; } }

@media screen and (max-width: 767px) { .about-top .item-title { text-align: center; font-size: 24px; font-size: 2.4rem; padding-bottom: 10px; }
  .about-top .item-title:before { left: 50%; margin-left: -49px; } }

.about-top .item-pic { float: right; width: 50.5%; margin-left: 2.08333%; padding: 0 15px 14px 0; position: relative; }

.about-top .item-pic:before { position: absolute; content: ''; top: 14px; right: 0; bottom: 0; left: 15px; background-color: #273A60; }

.about-top .item-pic img { display: block; margin: 0 auto; max-width: 591px; width: 100%; position: relative; }

@media screen and (max-width: 999px) { .about-top .item-pic { float: none; margin: 0 auto 25px; max-width: 606px; width: 100%; } }

@media screen and (max-width: 480px) { .about-top .item-pic { padding: 0 10px 10px 0; }
  .about-top .item-pic:before { top: 10px; left: 10px; } }

.about-top .item-body { margin-top: -1px; font-size: 16px; font-size: 1.6rem; line-height: 30px; }

.about-top .item-body p { min-height: 30px; }

.about-top .item-body, .about-top .item-body a { color: #666; }

.about-top .item-body img, .about-top .item-body iframe { max-width: 100%; }

@media screen and (max-width: 999px) { .about-top .item-body { font-size: 14px; font-size: 1.4rem; line-height: 26px; }
  .about-top .item-body p { min-height: 26px; } }

@media screen and (max-width: 767px) { .about-top .item-body { line-height: 24px; }
  .about-top .item-body p { min-height: 24px; } }

/* about-top end */
.about-list { font-size: 0; letter-spacing: 0; padding-bottom: 42px; }

@media screen and (max-width: 999px) { .about-list { padding-bottom: 20px; } }

@media screen and (max-width: 767px) { .about-list { padding-bottom: 10px; } }

.about-list .list-item { display: inline-block; vertical-align: top; width: 21.66667%; margin-left: 4.44444%; text-align: center; padding: 0 16px; margin-bottom: 30px; }

@media screen and (max-width: 1219px) { .about-list .list-item { padding: 0; } }

@media screen and (max-width: 999px) { .about-list .list-item { width: 48%; margin: 0 1% 30px; } }

@media screen and (max-width: 450px) { .about-list .list-item { width: 98%; } }

.about-list .item-pic { margin-bottom: 14px; }

.about-list .item-pic img { display: block; margin: 0 auto; max-width: 164px; width: 100%; }

/*@media screen and (min-width: 768px) { .about-list .item-pic img { -webkit-animation: rotate 3s linear infinite; -moz-animation: rotate 3s linear infinite; animation: rotate 3s linear infinite; } }*/

@media screen and (max-width: 1219px) { .about-list .item-pic img { max-width: 130px; } }

@media screen and (max-width: 999px) { .about-list .item-pic img { max-width: 100px; } }

@media screen and (max-width: 767px) { .about-list .item-pic img { max-width: 80px; } }

.about-list .item-title { font-size: 16px; font-size: 1.6rem; font-weight: bold; line-height: 24px; margin-bottom: 11px; }

.about-list .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 24px; }

/* .about-fac start */
.about-fac { border-top: solid 1px #CCCCCC; padding-top: 67px; }

@media screen and (max-width: 999px) { .about-fac { padding-top: 50px; } }

@media screen and (max-width: 767px) { .about-fac { padding-top: 30px; } }

.about-fac .box-title { text-align: center; font-size: 24px; font-size: 2.4rem; padding-bottom: 19px; margin-bottom: 24px; position: relative; }

.about-fac .box-title:before { position: absolute; content: ''; width: 58px; height: 2px; background-color: #273A60; left: 50%; margin-left: -29px; bottom: 0; }

@media screen and (max-width: 767px) { .about-fac .box-title { padding-bottom: 10px; font-size: 20px; font-size: 2rem; } }

.about-fac .box-desc { max-width: 830px; margin: 0 auto 39px; font-size: 16px; font-size: 1.6rem; line-height: 30px; text-align: center; }

.about-fac .box-desc, .about-fac .box-desc a { color: #666; }

@media screen and (max-width: 999px) { .about-fac .box-desc { line-height: 26px; margin-bottom: 30px; } }

@media screen and (max-width: 767px) { .about-fac .box-desc { font-size: 14px; font-size: 1.4rem; line-height: 24px; margin-bottom: 20px; } }

.about-fac .ex-scroll { width: 100%; overflow: hidden; position: relative; }

.about-fac .ex-scroll .box-bd { width: 100%; overflow: hidden; }

.about-fac .ex-scroll .box-list { width: 10000%; }

.about-fac .ex-scroll .box-list .list-wp { float: left; width: 1%; position: relative; }

.about-fac .ex-scroll .box-list .list-item { float: left; width: 24.16667%; margin-left: 1.11111%; }

@media screen and (max-width: 999px) { .about-fac .ex-scroll .box-list .list-item { width: 24%; margin: 0 0.5%; } }

@media screen and (max-width: 600px) { .about-fac .ex-scroll .box-list .list-item { width: 49%; margin: 0 0.5% 10px; } }

.about-fac .ex-scroll .box-list .item-pic { position: relative; }

.about-fac .ex-scroll .box-list .item-pic img { display: block; width: 100%; max-width: 290px; margin: 0 auto; }

.about-fac .ex-scroll .box-page { font-size: 0; letter-spacing: 0; text-align: center; margin-top: 39px; }

@media screen and (max-width: 767px) { .about-fac .ex-scroll .box-page { margin-top: 25px; } }

.about-fac .ex-scroll .page-item { margin: 0 10px; display: inline-block; *display: inline; *zoom: 1; width: 14px; height: 14px; border-radius: 50%; background-color: transparent; border: solid 2px #273A60; }

@media screen and (max-width: 767px) { .about-fac .ex-scroll .page-item { margin: 0 5px; width: 12px; height: 12px; } }

.about-fac .ex-scroll .page-item.active { background-color: #273A60; }

/* .about-fac end */
/*-------------1-about end-----------------------------------------------------------------*/
/*-------------2-1-products start----------------------------------------------------------*/
.main .box-main { width: 866px; }

@media screen and (max-width: 1219px) { .main .box-main { width: 640px; } }

@media screen and (max-width: 999px) { .main .box-main { width: 100%; } }

.main .box-slide { width: 313px; }

@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; } }

/* slidenav-title */
.slidenav-title { font-weight: bold; font-size: 24px; font-size: 2.4rem; text-transform: uppercase; color: #FFFFFF; margin-bottom: 5px; background-color: #273A60; text-align: center; position: relative; }

.slidenav-title a, .slidenav-title i { color: #FFFFFF; display: block; line-height: 28px; padding: 8px 10px 9px; font-style: normal; }

.slidenav-title a:hover { background-color: #000; }

.slidenav-title.slidenav-title2 { display: none; }

@media screen and (max-width: 767px) { .slidenav-title { font-size: 20px; font-size: 2rem; }
  .slidenav-title a, .slidenav-title i { line-height: 26px; padding: 7px; }
  .slidenav-title.slidenav-title1 { display: none; }
  .slidenav-title.slidenav-title2 { display: block; } }

/* proslide start */
.proslide { /* slidenav-list */ }

.proslide .slidenav-list > li { border: solid 1px #D2D2D2; background-color: #fff; margin-bottom: 6px; }

.proslide .slidenav-list > li > a { display: block; width: 100%; line-height: 24px; padding: 8px 10px 8px 48px; font-size: 14px; font-size: 1.4rem; background: #eee; position: relative; }

.proslide .slidenav-list > li > a:after { position: absolute; content: ''; top: 0; bottom: 0; left: 39px; width: 1px; background-color: #D2D2D2; }

.proslide .slidenav-list > li > a:before { position: absolute; content: ''; width: 39px; left: 0; top: 0; bottom: 0; background: url(../images/slide1.png) no-repeat center; }

.proslide .slidenav-list > li.slidenav-active > a, .proslide .slidenav-list > li:hover > a { background-color: #273A60; color: #FFFFFF; }

.proslide .slidenav-list > li.slidenav-active > a:before, .proslide .slidenav-list > li:hover > a:before { background: url(../images/slide1_1.png) no-repeat center; }

.proslide .slidenav-yiji { padding: 9px 0 6px; border-top: solid 1px #d2d2d2; }

.proslide .slidenav-yiji > li:hover > a, .proslide .slidenav-yiji .slidenav-active1 > a { color: #273A60; }

.proslide .slidenav-yiji > li > a { padding: 5px 10px 5px 44px; line-height: 20px; display: block; }

.proslide .slidenav-erji > li:hover > a, .proslide .slidenav-erji .slidenav-active2 > a { color: #273A60; }

.proslide .slidenav-erji > li > a { display: block; padding: 5px 10px 5px 70px; line-height: 20px; }

/* proslide end */
/* slide-tags start */
.slide-tags { margin-top: 11px; }

.slide-tags .item-desc { border: solid 1px #CCCCCC; background-color: #eee; padding: 14px 14px 41px; font-size: 14px; font-size: 1.4rem; line-height: 30px; word-break: break-word; }

.slide-tags .item-desc a:hover { color: #273A60; }

@media screen and (max-width: 767px) { .slide-tags .item-desc { padding-bottom: 20px; } }

/* slide-tags end */
/* slide-contact start */
.slide-contact { background: url(../images/bg2.png) no-repeat center; background-size: cover; padding: 18px 23px; min-height: 215px; margin-top: 26px; }

.slide-contact, .slide-contact a { color: #fff; }

.slide-contact a:hover { text-decoration: underline; }

.slide-contact .item-title { font-size: 24px; font-size: 2.4rem; font-weight: bold; text-transform: uppercase; }

.slide-contact .box-list { margin-top: 30px; line-height: 33px; }

.slide-contact .box-list .iconfont { font-size: 14px; font-display: 1.4rem; margin-right: 11px; }

/* slide-contact end */
.pro1-list { font-size: 0; letter-spacing: 0; padding: 0 0 57px; }

@media screen and (max-width: 999px) { .pro1-list { padding: 0 0 20px; } }

@media screen and (max-width: 767px) { .pro1-list { padding: 0 0 10px; } }

.pro1-list .list-item { display: inline-block; vertical-align: top; width: 32.56351%; margin-left: 1.15473%; text-align: center; margin-bottom: 33px; }

@media screen and (max-width: 999px) { .pro1-list .list-item { width: 31.33%; margin: 0 1% 30px; } }

@media screen and (max-width: 600px) { .pro1-list .list-item { width: 48%; margin-bottom: 20px; } }

@media screen and (max-width: 350px) { .pro1-list .list-item { width: 98%; } }

.pro1-list .item-pic { position: relative; width: 100%; }

.pro1-list .item-pic img { display: block; margin: 0 auto; width: 100%; }

.pro1-list .item-pic:hover .item-backdrop { top: 0; }

.pro1-list .item-backdrop { position: absolute; top: 999px; bottom: 0; left: 0; width: 100%; background-color: #273A60; background-color: rgba(39, 58, 96, 0.8); -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; }

.pro1-list .item-backdrop .iconfont { width: 36px; height: 36px; border: solid 2px #fff; border: solid 2px rgba(255, 255, 255, 0.7); border-radius: 3px; text-align: center; line-height: 36px; color: #fff; position: absolute; top: 50%; left: 50%; margin: -20px 0 0 -20px; font-size: 21px; font-size: 2.1rem; }

@media screen and (max-width: 999px) { .pro1-list .item-backdrop { display: none; } }

.pro1-list .item-title { font-size: 16px; font-size: 1.6rem; line-height: 24px; margin-top: 12px; }

.pro1-list .item-btn { margin-top: 15px; display: inline-block; min-width: 134px; line-height: 24px; padding: 7px 5px; border: solid 1px #273A60; font-size: 14px; font-size: 1.4rem; color: #273A60; text-align: center; }

.pro1-list .item-btn:hover { background-color: #273A60; color: #fff; }

@media screen and (max-width: 767px) { .pro1-list .item-btn { margin-top: 10px; min-width: 110px; padding: 3px; } }

/*-------------2-1-products end------------------------------------------------------------*/
/*-------------2-2-products start----------------------------------------------------------*/
.pro2-top { text-align: center; padding: 66px 0 78px; }

.pro2-top .wp { max-width: 1100px; margin: 0 auto; }

@media screen and (max-width: 1219px) { .pro2-top { padding-bottom: 70px; } }

@media screen and (max-width: 999px) { .pro2-top { padding: 50px 0; } }

@media screen and (max-width: 767px) { .pro2-top { padding: 30px 0; } }

.pro2-top .item-subt { font-size: 20px; font-size: 2rem; color: #273A60; position: relative; padding-bottom: 10px; margin-bottom: 34px; }

.pro2-top .item-subt:before { position: absolute; content: ''; width: 97px; height: 1px; background-color: #273A60; left: 50%; margin-left: -48px; bottom: 0; }

@media screen and (max-width: 999px) { .pro2-top .item-subt { font-size: 18px; font-size: 1.8rem; margin-bottom: 25px; } }

@media screen and (max-width: 767px) { .pro2-top .item-subt { font-size: 16px; font-size: 1.6rem; margin-bottom: 15px; } }

.pro2-top .item-title { font-size: 36px; font-size: 3.6rem; font-weight: bold; margin-bottom: 14px; }

@media screen and (max-width: 999px) { .pro2-top .item-title { font-size: 30px; font-size: 3rem; } }

@media screen and (max-width: 767px) { .pro2-top .item-title { font-size: 24px; font-size: 2.4rem; } }

@media screen and (max-width: 640px) { .pro2-top .item-title { font-size: 20px; font-size: 2rem; } }

.pro2-top .pro-share { margin-bottom: 34px; }

@media screen and (max-width: 999px) { .pro2-top .pro-share { margin-bottom: 25px; } }

@media screen and (max-width: 767px) { .pro2-top .pro-share { margin-bottom: 15px; } }

.pro2-top .item-btn { display: inline-block; min-width: 134px; line-height: 24px; padding: 8px 5px; background-color: #273A60; color: #fff; margin-bottom: 28px; }

.pro2-top .item-btn:hover { background-color: #000; }

@media screen and (max-width: 767px) { .pro2-top .item-btn { margin-bottom: 20px; padding: 5px; } }

.pro2-top .item-desc { text-align: left; font-size: 16px; font-size: 1.6rem; line-height: 30px; color: #666; margin-bottom: 53px; }

.pro2-top .item-desc img, .pro2-top .item-desc iframe { max-width: 100%; }

@media screen and (max-width: 999px) { .pro2-top .item-desc { line-height: 26px; margin-bottom: 40px; } }

@media screen and (max-width: 767px) { .pro2-top .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 24px; margin-bottom: 25px; } }

.pro2-top .item-imgs { max-width: 1092px; margin: 0 auto; }

.pro2-top .item-imgs img { display: block; margin: 0 auto; max-width: 1092px; width: 100%; }

.pro2-top .item-imgs .item-pic { width: 100%; }

.pro2-top .item-imgs .img-list { font-size: 0; letter-spacing: 0; }

.pro2-top .item-imgs .img-list .item-pics { display: inline-block; vertical-align: top; width: 28.84615%; margin-left: 6.73077%; margin-top: 40px; }

@media screen and (max-width: 999px) { .pro2-top .item-imgs .img-list .item-pics { width: 32%; margin-left: 2%; margin-top: 15px; } }

.pro2-bot { background-color: #f5f5f5; }

.pro2-middle { padding: 73px 0 57px; }

@media screen and (max-width: 767px) { .pro2-middle { padding: 50px 0; } }

@media screen and (max-width: 767px) { .pro2-middle { padding: 30px 0; } }

.pro2-middle .contact-slide { float: right; width: 366px; background-color: #fff; }

@media screen and (max-width: 1219px) { .pro2-middle .contact-slide { width: 280px; } }

@media screen and (max-width: 999px) { .pro2-middle .contact-slide { float: none; width: 100%; } }

@media screen and (max-width: 500px) { .pro2-middle .contact-slide { max-width: 366px; float: none; margin: 0 auto; } }

.pro2-middle .contact-slide .item-pic img { display: block; margin: 0 auto; max-width: 366px; width: 100%; }

@media screen and (max-width: 999px) { .pro2-middle .contact-slide .item-pic { float: left; width: 326px; } }

@media screen and (max-width: 767px) { .pro2-middle .contact-slide .item-pic { width: 240px; } }

@media screen and (max-width: 500px) { .pro2-middle .contact-slide .item-pic { width: 100%; } }

.pro2-middle .contact-slide .item-body { font-size: 16px; font-size: 1.6rem; line-height: 30px; padding: 27px 30px 48px; }

.pro2-middle .contact-slide .item-body a:hover { color: #273A60; }

@media screen and (max-width: 999px) { .pro2-middle .contact-slide .item-body { overflow: hidden; } }

@media screen and (max-width: 767px) { .pro2-middle .contact-slide .item-body { font-size: 14px; font-size: 1.4rem; line-height: 26px; padding: 20px 15px; } }

.pro2-middle .pro2-spec { float: left; width: 738px; /*background-color: #fff; */line-height: 26px; font-size: 16px; font-size: 1.6rem; }

.pro2-middle .pro2-spec img, .pro2-middle .pro2-spec .iframe { max-width: 100%; }

@media screen and (max-width: 1219px) { .pro2-middle .pro2-spec { width: 680px; } }

@media screen and (max-width: 999px) { .pro2-middle .pro2-spec { float: none; width: 100%; margin-bottom: 50px; } }

@media screen and (max-width: 767px) { .pro2-middle .pro2-spec { margin-bottom: 30px; font-size: 14px; font-size: 1.4rem; line-height: 24px; } }

.related-box { padding-bottom: 70px; }

@media screen and (max-width: 999px) { .related-box { padding-bottom: 30px; } }

@media screen and (max-width: 767px) { .related-box { padding-bottom: 20px; } }

.related-box .box-title { font-size: 36px; font-size: 3.6rem; text-align: center; margin-bottom: 53px; }

.related-box .box-title a:hover { color: #273A60; }

@media screen and (max-width: 999px) { .related-box .box-title { font-size: 30px; font-size: 3rem; margin-bottom: 40px; } }

@media screen and (max-width: 767px) { .related-box .box-title { font-size: 24px; font-size: 2.4rem; margin-bottom: 20px; } }

.related-box .box-list { font-size: 0; letter-spacing: 0; text-align: left; }

.related-box .box-list .list-item { display: inline-block; vertical-align: top; width: 23.5%; margin-left: 2%; text-align: center; margin-bottom: 30px; }

@media screen and (max-width: 999px) { .related-box .box-list .list-item { width: 23%; margin: 0 1% 30px; } }

@media screen and (max-width: 640px) { .related-box .box-list .list-item { width: 48%; margin-bottom: 20px; } }

@media screen and (max-width: 350px) { .related-box .box-list .list-item { width: 98%; } }

.related-box .box-list .item-pic { position: relative; width: 100%; }

.related-box .box-list .item-pic img { display: block; margin: 0 auto; width: 100%; }

.related-box .box-list .item-pic:hover .item-backdrop { top: 0; }

.related-box .box-list .item-backdrop { position: absolute; top: 999px; bottom: 0; left: 0; width: 100%; background-color: #273A60; background-color: rgba(39, 58, 96, 0.8); -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; }

.related-box .box-list .item-backdrop .iconfont { width: 36px; height: 36px; border: solid 2px #fff; border: solid 2px rgba(255, 255, 255, 0.7); border-radius: 3px; text-align: center; line-height: 36px; color: #fff; position: absolute; top: 50%; left: 50%; margin: -20px 0 0 -20px; font-size: 21px; font-size: 2.1rem; }

@media screen and (max-width: 999px) { .related-box .box-list .item-backdrop { display: none; } }

.related-box .box-list .item-title { font-weight: bold; font-size: 16px; font-size: 1.6rem; line-height: 24px; margin-top: 12px; }

@media screen and (max-width: 767px) { .related-box .box-list .item-title { font-size: 14px; font-size: 1.4rem; margin-top: 5px; } }

/*-------------2-2-products end------------------------------------------------------------*/
/*-------------3-1-Quality start-----------------------------------------------------------*/
.quality-bar { font-size: 0; letter-spacing: 0; text-align: center; position: relative; margin-bottom: 46px; }

@media screen and (max-width: 999px) { .quality-bar { margin-bottom: 35px; } }

@media screen and (max-width: 767px) { .quality-bar { margin-bottom: 25px; } }

.quality-bar:before { position: absolute; content: ''; left: 0; width: 100%; height: 1px; background-color: #ccc; top: 50%; margin-top: -4px; }

.quality-bar a { position: relative; display: inline-block; vertical-align: top; min-width: 250px; line-height: 24px; padding: 18px 5px 17px; background-color: #999; color: #fff; margin: 0 17px 10px; font-size: 16px; font-size: 1.6rem; }

.quality-bar a:hover, .quality-bar a.active { background-color: #273A60; }

@media screen and (max-width: 999px) { .quality-bar a { min-width: 180px; padding: 10px 5px; margin: 0 10px 10px; } }

@media screen and (max-width: 480px) { .quality-bar a { padding: 5px; min-width: 140px; margin: 0 5px 10px; } }

/* quality-top start */
.quality-top { text-align: center; max-width: 980px; margin: 0 auto; }

.quality-top .item-title { font-size: 30px; font-size: 3rem; font-weight: bold; margin-bottom: 42px; }

@media screen and (max-width: 999px) { .quality-top .item-title { font-size: 24px; font-size: 2.4rem; margin-bottom: 20px; } }

@media screen and (max-width: 767px) { .quality-top .item-title { font-size: 20px; font-size: 2rem; margin-bottom: 10px; } }

.quality-top .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 30px; }

.quality-top .item-desc, .quality-top .item-desc a { color: #666; }

@media screen and (max-width: 999px) { .quality-top .item-desc { line-height: 26px; } }

@media screen and (max-width: 767px) { .quality-top .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 24px; } }

/* quality-top end */
.q1-list { font-size: 0; letter-spacing: 0; padding-top: 45px; padding-bottom: 50px; }

@media screen and (max-width: 999px) { .q1-list { padding-top: 40px; padding-bottom: 20px; } }

@media screen and (max-width: 767px) { .q1-list { padding-top: 30px; padding-bottom: 10px; } }

.q1-list .list-item { display: inline-block; vertical-align: top; width: 30.75%; margin-left: 3.875%; margin-bottom: 31px; border-radius: 5px; overflow: hidden; background-color: #F5F5F5; }

@media screen and (max-width: 999px) { .q1-list .list-item { width: 31.33%; margin: 0 1% 30px; } }

@media screen and (max-width: 640px) { .q1-list .list-item { width: 48%; } }

@media screen and (max-width: 380px) { .q1-list .list-item { width: 98%; } }

.q1-list .item-pic img { display: block; margin: 0 auto; max-width: 384px; width: 100%; }

.q1-list .item-body { padding: 17px 10px 20px; }

@media screen and (max-width: 999px) { .q1-list .item-body { padding: 13px 10px 18px; } }

@media screen and (max-width: 767px) { .q1-list .item-body { padding: 10px 5px 15px; } }

.q1-list .item-title { font-weight: bold; font-size: 16px; font-size: 1.6rem; line-height: 24px; margin-bottom: 8px; }

@media screen and (max-width: 767px) { .q1-list .item-title { margin-bottom: 5px; font-size: 14px; font-size: 1.4rem; line-height: 20px; } }

.q1-list .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 24px; }

@media screen and (max-width: 767px) { .q1-list .item-desc { line-height: 20px; } }

.q1-tab { background: url(../images/bg1.jpg) no-repeat top center; }

@media screen and (max-width: 999px) { .q1-tab { background-image: none; } }

.q1-tab .item-left { float: left; width: 39.83333%; margin-right: 8.16667%; margin-top: 172px; }

@media screen and (max-width: 1219px) { .q1-tab .item-left { margin-right: 2.5%; } }

@media screen and (max-width: 999px) { .q1-tab .item-left { float: none; width: 100%; margin: 0 0 30px; } }

.q1-tab .item-left .item-title { font-weight: bold; font-size: 30px; font-size: 3rem; line-height: 40px; margin-bottom: 17px; }

@media screen and (max-width: 999px) { .q1-tab .item-left .item-title { font-size: 24px; font-size: 2.4rem; line-height: 30px; } }

@media screen and (max-width: 767px) { .q1-tab .item-left .item-title { font-size: 20px; font-size: 2rem; line-height: 24px; margin-bottom: 10px; } }

.q1-tab .item-left .item-desc { margin-bottom: 29px; font-size: 16px; font-size: 1.6rem; line-height: 30px; }

.q1-tab .item-left .item-desc, .q1-tab .item-left .item-desc a { color: #666; }

@media screen and (max-width: 999px) { .q1-tab .item-left .item-desc { line-height: 26px; } }

@media screen and (max-width: 767px) { .q1-tab .item-left .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 24px; } }

.q1-tab .tab-options { font-size: 0; letter-spacing: 0; }

.q1-tab .tab-options li { cursor: pointer; display: inline-block; vertical-align: top; width: 46.86192%; margin-right: 3.13808%; margin-bottom: 20px; font-size: 16px; font-size: 1.6rem; text-align: center; line-height: 24px; padding: 12px 5px; border-radius: 5px; background-color: #fff; }

.q1-tab .tab-options li:hover, .q1-tab .tab-options li.tab-active { background-color: #273A60; color: #fff; }

@media screen and (max-width: 999px) { .q1-tab .tab-options li { width: 31.33%; margin: 0 1% 10px; background-color: #F5F5F5; } }

@media screen and (max-width: 767px) { .q1-tab .tab-options li { font-size: 14px; font-size: 1.4rem; padding: 8px 5px; } }

@media screen and (max-width: 550px) { .q1-tab .tab-options li { width: 48%; } }

@media screen and (max-width: 400px) { .q1-tab .tab-options li { width: 98%; padding: 5px; } }

@media screen and (max-width: 999px) { .q1-tab .tab-content { max-width: 624px; margin: 0 auto; } }

.q1-tab .tab-content-item { overflow: hidden; background-color: #fff; box-shadow: 0px 3px 18px 0px rgba(0, 0, 0, 0.24); display: none; }

.q1-tab .tab-content-item:first-child { display: block; }

.q1-tab .tab-content-item .item-pic img { display: block; margin: 0 auto; max-width: 624px; width: 100%; }

.q1-tab .tab-content-item .item-body { padding: 33px 22px 39px; }

@media screen and (max-width: 999px) { .q1-tab .tab-content-item .item-body { padding: 20px 15px 25px; } }

@media screen and (max-width: 767px) { .q1-tab .tab-content-item .item-body { padding: 15px 10px 20px; } }

.q1-tab .tab-content-item .item-title { font-size: 20px; font-size: 2rem; font-weight: bold; margin-bottom: 4px; }

@media screen and (max-width: 999px) { .q1-tab .tab-content-item .item-title { font-size: 18px; font-size: 1.8rem; } }

@media screen and (max-width: 767px) { .q1-tab .tab-content-item .item-title { font-size: 16px; font-size: 1.6rem; } }

.q1-tab .tab-content-item .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 30px; margin-bottom: 17px; }

@media screen and (max-width: 999px) { .q1-tab .tab-content-item .item-desc { line-height: 26px; } }

@media screen and (max-width: 767px) { .q1-tab .tab-content-item .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 24px; } }

.q1-tab .tab-content-item .item-btn { display: inline-block; text-decoration: underline; font-weight: bold; font-size: 14px; font-size: 1.4rem; color: #273A60; }

.q1-tab .tab-content-item .item-btn .iconfont { font-weight: normal; font-size: 18px; font-size: 1.8rem; margin-right: 3px; }

.q1-tab .tab-content-item .item-btn:hover { color: #000; }

/*-------------3-1-Quality end-------------------------------------------------------------*/
/*-------------3-2-Quality start-----------------------------------------------------------*/
.q2-list { font-size: 0; letter-spacing: 0; padding-top: 13px; }

.q2-list .list-item { display: inline-block; vertical-align: top; width: 31.66667%; margin-left: 2.5%; margin-top: 32px; }

@media screen and (max-width: 999px) { .q2-list .list-item { width: 31.33%; margin: 20px 1% 0; } }

@media screen and (max-width: 640px) { .q2-list .list-item { width: 48%; } }

.q2-list .item-pic { position: relative; }

.q2-list .item-pic img { display: block; margin: 0 auto; max-width: 380px; width: 100%; }

.q2-list .item-pic:hover .item-backdrop { top: 0; }

.q2-list .item-backdrop { position: absolute; top: 999px; left: 0; width: 100%; bottom: 0; background-color: #273A60; background-color: rgba(39, 58, 96, 0.7); -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; }

.q2-list .item-backdrop .iconfont { position: absolute; top: 50%; left: 50%; color: #fff; font-size: 40px; font-size: 4.0rem; margin: -20px 0 0 -20px; }

@media screen and (max-width: 999px) { .q2-list .item-backdrop { display: none; } }

.q2-list .item-title { font-size: 18px; font-size: 1.8rem; font-weight: bold; line-height: 24px; text-align: center; margin-top: 18px; }

@media screen and (max-width: 999px) { .q2-list .item-title { font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 767px) { .q2-list .item-title { font-size: 14px; font-size: 1.4rem; margin-top: 10px; } }

/*-------------3-2-Quality end-------------------------------------------------------------*/
/*-------------4-1-project start-----------------------------------------------------------*/
.project1-list { font-size: 0; letter-spacing: 0; padding-bottom: 34px; }

@media screen and (max-width: 999px) { .project1-list { padding-bottom: 20px; } }

@media screen and (max-width: 767px) { .project1-list { padding-bottom: 10px; } }

.project1-list .list-item { display: inline-block; vertical-align: top; width: 32%; margin-left: 2%; margin-bottom: 41px; border-radius: 5px; overflow: hidden; background-color: #F5F5F5; }

.project1-list .list-item:hover .item-body { background-color: #273A60; }

.project1-list .list-item:hover .item-body, .project1-list .list-item:hover .item-body a, .project1-list .list-item:hover .item-body p { color: #fff !important; }

@media screen and (max-width: 999px) { .project1-list .list-item { width: 31.33%; margin: 0 1% 30px; } }

@media screen and (max-width: 640px) { .project1-list .list-item { width: 48%; } }

@media screen and (max-width: 380px) { .project1-list .list-item { width: 98%; } }

.project1-list .item-pic img { display: block; margin: 0 auto; max-width: 384px; width: 100%; }

.project1-list .item-body { padding: 17px 25px 21px; }

@media screen and (max-width: 999px) { .project1-list .item-body { padding: 15px 10px 18px; } }

@media screen and (max-width: 767px) { .project1-list .item-body { padding: 10px 5px 15px; } }

.project1-list .item-title { font-weight: bold; font-size: 16px; font-size: 1.6rem; line-height: 24px; /*height: 48px;*/ margin-bottom: 17px; }

@media screen and (max-width: 999px) { .project1-list .item-title { margin-bottom: 10px; } }

@media screen and (max-width: 767px) { .project1-list .item-title { margin-bottom: 5px; font-size: 14px; font-size: 1.4rem; line-height: 20px; height: 40px; } }

.project1-list .item-date { font-size: 14px; font-size: 1.4rem; line-height: 24px; color: #666; }

/*-------------4-1-project end-------------------------------------------------------------*/
/*-------------4-2-project start-----------------------------------------------------------*/
.project2-main > .item-title { text-align: center; font-size: 24px; font-size: 2.4rem; line-height: 30px; margin-top: -6px; }

@media screen and (max-width: 999px) { .project2-main > .item-title { font-size: 20px; font-size: 2rem; line-height: 26px; margin: 0; } }

@media screen and (max-width: 767px) { .project2-main > .item-title { font-size: 18px; font-size: 1.8rem; line-height: 24px; } }

.project2-main .item-date { text-align: center; margin-top: 32px; font-size: 0; letter-spacing: 0; }

.project2-main .item-date > span { color: #666; margin-right: 26px; line-height: 26px; display: inline-block; vertical-align: middle; font-size: 14px; font-size: 1.4rem; }

@media screen and (max-width: 999px) { .project2-main .item-date { margin-top: 20px; }
  .project2-main .item-date > span { margin-right: 15px; } }

@media screen and (max-width: 767px) { .project2-main .item-date { margin-top: 15px; font-size: 14px; font-size: 1.4rem; } }

.project2-main .pro-share { display: inline-block; vertical-align: middle; }

.project2-main .pro-share .share-title { color: #666; margin-right: 6px; font-size: 16px; font-size: 1.6rem; }

@media screen and (max-width: 767px) { .project2-main .pro-share .share-title { font-size: 14px; font-size: 1.4rem; } }

.project2-main .item-desc { padding: 27px 0 72px; font-size: 14px; font-size: 1.4rem; line-height: 30px; }

.project2-main .item-desc p { min-height: 30px; }

.project2-main .item-desc, .project2-main .item-desc a { color: #333; }

.project2-main .item-desc img, .project2-main .item-desc iframe { max-width: 100%; }

@media screen and (max-width: 1219px) { .project2-main .item-desc { padding-bottom: 50px; } }

@media screen and (max-width: 767px) { .project2-main .item-desc { padding: 20px 0 30px; line-height: 24px; }
  .project2-main .item-desc p { min-height: 24px; } }

/*-------------4-2-project end-------------------------------------------------------------*/
/*-------------5-download start------------------------------------------------------------*/
.download-list { font-size: 0; letter-spacing: 0; padding-bottom: 32px; }

@media screen and (max-width: 1219px) { .download-list { padding-bottom: 20px; } }

.download-list .list-item { display: inline-block; vertical-align: top; width: 47.91667%; margin-left: 4.16667%; margin-bottom: 60px; }

@media screen and (max-width: 1219px) { .download-list .list-item { margin-bottom: 50px; } }

@media screen and (max-width: 999px) { .download-list .list-item { width: 98%; margin: 0 1% 30px; } }

.download-list .item-pic { float: left; width: 255px; margin-right: 27px; border: solid 1px #CCCCCC; }

.download-list .item-pic img { display: block; margin: 0 auto; max-width: 255px; width: 100%; }

@media screen and (max-width: 1219px) { .download-list .item-pic { width: 230px; margin-right: 20px; } }

@media screen and (max-width: 999px) { .download-list .item-pic { width: 160px; } }

@media screen and (max-width: 400px) { .download-list .item-pic { float: none; margin: 0 auto 20px; max-width: 255px; width: 100%; } }

.download-list .item-body { overflow: hidden; }

.download-list .item-title { font-size: 18px; font-size: 1.8rem; font-weight: bold; line-height: 24px; margin-top: 46px; }

@media screen and (max-width: 1219px) { .download-list .item-title { margin-top: 25px; } }

@media screen and (max-width: 999px) { .download-list .item-title { margin-top: 0; } }

@media screen and (max-width: 767px) { .download-list .item-title { font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 400px) { .download-list .item-title a { overflow: visible; text-overflow: initial; white-space: normal; } }

.download-list .item-desc { margin-top: 23px; font-size: 14px; font-size: 1.4rem; line-height: 24px; height: 144px; }

@media screen and (max-width: 999px) { .download-list .item-desc { height: 96px; margin-top: 10px; } }

@media screen and (max-width: 400px) { .download-list .item-desc { height: auto; } }

.download-list .item-btn { margin-top: 15px; display: inline-block; min-width: 158px; line-height: 33px; border: solid 1px #273A60; color: #273A60; font-size: 14px; font-size: 1.4rem; text-align: center; }

.download-list .item-btn .iconfont { font-size: 18px; font-size: 1.8rem; vertical-align: middle; line-height: 30px; margin-right: 12px; }

.download-list .item-btn:hover { background-color: #273A60; color: #fff; }

@media screen and (max-width: 999px) { .download-list .item-btn { margin-top: 25px; min-width: 140px; }
  .download-list .item-btn .iconfont { margin-right: 5px; } }

/*-------------5-download end--------------------------------------------------------------*/
/*-------------6-contact start-------------------------------------------------------------*/
.contact-box .item-left { float: left; width: 43.33333%; margin-right: 0.83333%; }

.contact-box .item-left a:hover { color: #273A60; }

.contact-box .item-left .box-title { font-size: 18px; font-size: 1.8rem; line-height: 26px; font-weight: bold; margin-top: 3px; }

.contact-box .item-left .box-list { margin-top: 15px; line-height: 40px; font-size: 16px; font-size: 1.6rem; }

.contact-box .item-left .box-list .iconfont { float: left; font-size: 18px; font-size: 1.8rem; color: #273A60; margin-right: 15px; }

.contact-box .item-left .box-list .item-body { overflow: hidden; }

.contact-box .item-left .box-list .img { display: block; margin-left: 33px; margin-top: 8px; }

@media screen and (max-width: 999px) { .contact-box .item-left { width: 100%; float: none; margin: 0 auto 30px; } }

@media screen and (max-width: 767px) { .contact-box .item-left .box-list { line-height: 30px; font-size: 14px; font-size: 1.4rem; } }

.contact-box .item-right { overflow: hidden; margin-top: 7px; }

.contact-box .item-right .item-form .star { background: url(../images/star.png) no-repeat 7px center; }

.contact-box .item-right .item-form .item-input { width: 50%; padding-left: 22px; margin-bottom: 23px; }

.contact-box .item-right .item-form .item-input1 { padding-left: 22px; margin-bottom: 15px; }

.contact-box .item-right .item-form .item-input1.star { background-position-y: 18px; }

.contact-box .item-right .item-form input, .contact-box .item-right .item-form textarea { display: block; background-color: #fff; width: 100%; display: block; color: #666; border: solid 1px #D2D2D2; }

.contact-box .item-right .item-form input { height: 54px; line-height: 54px; padding: 0 18px; }

.contact-box .item-right .item-form textarea { height: 193px; padding: 8px 18px; line-height: 24px; }

.contact-box .item-right .item-form .item-code { width: 200px; margin-right: 22px; }

.contact-box .item-right .item-form .item-img img { display: block; cursor: pointer; }

.contact-box .item-right .item-form .item-btn { margin-left: 20px; width: 250px; padding: 0; }

.contact-box .item-right .item-form .item-btn input { border-color: #273A60; background-color: #273A60; color: #fff; font-size: 14px; font-size: 1.4rem; }

.contact-box .item-right .item-form .item-btn input:hover { background-color: #000; border-color: #000; }

@media screen and (max-width: 1219px) { .contact-box .item-right .item-form .item-code { width: 168px; margin-right: 15px; }
  .contact-box .item-right .item-form .item-btn { width: 170px; margin-left: 15px; } }

@media screen and (max-width: 767px) { .contact-box .item-right .item-form .item-input, .contact-box .item-right .item-form .item-input1 { margin-bottom: 15px; }
  .contact-box .item-right .item-form .input1 { padding-right: 0; }
  .contact-box .item-right .item-form input { height: 40px; line-height: 40px; padding: 0 12px; }
  .contact-box .item-right .item-form input, .contact-box .item-right .item-form textarea { font-size: 14px; font-size: 1.4rem; }
  .contact-box .item-right .item-form textarea { height: 150px; }
  .contact-box .item-right .item-form .item-code { width: -moz-calc(100% - 140px) !important; width: calc(100% - 140px) !important; margin-right: 0; }
  .contact-box .item-right .item-form .item-img { float: right; width: auto; }
  .contact-box .item-right .item-form .item-img img { height: 40px; }
  .contact-box .item-right .item-form .item-btn { margin-left: 0; width: 100%; padding-left: 22px; }
  .contact-box .item-right .item-form .item-btn input { font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 500px) { .contact-box .item-right .item-form .item-input { width: 100%; } }

/*-------------6-contact end---------------------------------------------------------------*/

/*# sourceMappingURL=3style.css.map */

@media screen and (min-width: 768px) { .n-nav, .n-nav-icon { display: none; } }

@-webkit-keyframes resize { from, 60%, 75%, 90%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% { opacity: 0;
    -webkit-transform: scale(5, 5);
    transform: scale(5, 5); }
  100% { opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }

@-moz-keyframes resize { from, 60%, 75%, 90%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% { opacity: 0;
    -webkit-transform: scale(5, 5);
    -moz-transform: scale(5, 5);
         transform: scale(5, 5); }
  100% { opacity: 1;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
         transform: scale(1, 1); } }

@keyframes resize { from, 60%, 75%, 90%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% { opacity: 0;
    -webkit-transform: scale(5, 5);
    -moz-transform: scale(5, 5);
      -o-transform: scale(5, 5);
         transform: scale(5, 5); }
  100% { opacity: 1;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
      -o-transform: scale(1, 1);
         transform: scale(1, 1); } }

.n-nav .n-nav-icon { position: fixed; right: 5px; top: 5px; width: 35px; height: 28px; -webkit-transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s; z-index: 999999999; padding: 6px 6px 3px; }

.n-nav .n-nav-icon span { display: block; width: 100%; height: 2px; margin-bottom: 4px; background-color: #273A60; }

.n-nav .n-nav-icon.active { background: #666 url(../fonts/nav-close.png) no-repeat center; background-size: 30px; }

.n-nav .n-nav-icon.active span { display: none; }

.n-nav .n-nav-body { display: none; position: fixed; z-index: 99999; top: 0; bottom: 0; width: 100%; left: 0; overflow-y: scroll; background-color: #666; padding-top: 40px; }

.n-nav .box-search { background-color: #fff; padding: 5px 10px; position: relative; border: solid 1px #273A60; margin: 5px 10px; }

.n-nav .box-search .item-input { width: 100%; line-height: 32px; height: 32px; padding: 0 60px 0 0; }

.n-nav .box-search .item-submit { font-weight: bold; background-color: #273A60; width: 44px; height: 32px; border-radius: 5px; color: #fff; text-align: center; position: absolute; right: 10px; top: 5px; }

.n-nav .box-search .item-submit:hover { background-color: #666; }

.n-nav .box-list { margin-top: 30px; }

.n-nav .box-list > li { position: relative; -webkit-animation-duration: 0.5s; -moz-animation-duration: 0.5s; animation-duration: 0.5s; -webkit-animation-fill-mode: both; -moz-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-name: resize; -moz-animation-name: resize; animation-name: resize; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; padding: 0 10px; }

.n-nav .box-list > li > a { display: block; font-size: 14px; font-size: 1.4rem; line-height: 26px; padding: 10px; color: #fff; text-transform: uppercase; border-bottom: 1px solid rgba(255, 255, 255, 0.3); }

.n-nav .box-list li { position: relative; }

.n-nav .box-list li .has-next { position: absolute; top: 10px; right: 10px; width: 20px; height: 20px; background: url(../fonts/n1.png) no-repeat center; background-size: contain; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; cursor: pointer; }

.n-nav .box-list li.active > .has-next { background: url(../fonts/n2.png) no-repeat center; background-size: contain; }

.n-nav .box-list .yiji-list { display: none; }

.n-nav .box-list .yiji-list li { padding-left: 12px; }

.n-nav .box-list .yiji-list li .has-next { right: 0; }

.n-nav .box-list .yiji-list li > a { display: block; line-height: 22px; padding: 10px 0 10px 20px; color: #fff; border-bottom: 1px solid rgba(255, 255, 255, 0.3); position: relative; }

.n-nav .box-list .yiji-list li > a:before { position: absolute; content: ''; width: 5px; height: 5px; background-color: #fff; top: 19px; left: 10px; }

.n-nav .box-list .erji-list { display: none; }

.n-nav .box-list .sanji-list { display: none; }

/*# sourceMappingURL=4nav.css.map */

.banner { line-height: 0; font-size: 0; position: relative; }

.banner .slick-arrow { position: absolute; z-index: 99; display: block !important; cursor: pointer; top: 50%; margin-top: -24px; width: 48px; height: 48px; line-height: 48px; border-radius: 50%; text-align: center; background-color: #000; background-color: rgba(0, 0, 0, 0.3); }

.banner .slick-arrow .iconfont { font-size: 19px; font-size: 1.9rem; color: #fff; }

.banner .slick-arrow:hover { background-color: #273A60; }

@media screen and (max-width: 999px) { .banner .slick-arrow { display: none !important; } }

.banner .slick-prev { left: 55px; cursor: pointer; }

.banner .slick-next { right: 55px; cursor: pointer; }

.banner .slick-dots { position: absolute; z-index: 9999; left: 0; right: 0; bottom: 34px; text-align: center; font-size: 0; letter-spacing: 0; text-align: center; }

.banner .slick-dots li { margin: 0 6px; display: inline-block; vertical-align: top; cursor: pointer; }

.banner .slick-dots li a { display: block; width: 15px; height: 15px; border-radius: 50%; border: solid 2px #fff; border-radius: 50%; }

.banner .slick-dots li.slick-active a { background-color: #fff; }

@media screen and (max-width: 999px) { .banner .slick-dots { bottom: 25px; }
  .banner .slick-dots li { margin: 0 4px; }
  .banner .slick-dots li a { width: 12px; height: 12px; } }

@media screen and (max-width: 767px) { .banner .slick-dots { bottom: 10px; }
  .banner .slick-dots li { margin: 0 2px; }
  .banner .slick-dots li a { width: 10px; height: 10px; } }

.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=5slide2.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=1585808318878'); /* IE9 */
  src: url('../fonts/iconfont.eot?t=1585808318878#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=1585808318878') format('woff'),
  url('../fonts/iconfont.ttf?t=1585808318878') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
  url('../fonts/iconfont.svg?t=1585808318878#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-top10:before {
  content: "\e7ed";
}

.icon-linkedin:before {
  content: "\e669";
}

.icon-insgram:before {
  content: "\e66a";
}

.icon-facebook:before {
  content: "\e66c";
}

.icon-pinterest:before {
  content: "\e66d";
}

.icon-youtube:before {
  content: "\e66f";
}

.icon-twitter:before {
  content: "\e670";
}

.icon-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-up14:before {
  content: "\e73e";
}

.icon-bottom14:before {
  content: "\e73f";
}

.icon-left14:before {
  content: "\e740";
}

.icon-right14:before {
  content: "\e741";
}

.icon-up16:before {
  content: "\e746";
}

.icon-bottom16:before {
  content: "\e747";
}

.icon-left16:before {
  content: "\e748";
}

.icon-right16:before {
  content: "\e749";
}

.icon-top101:before {
  content: "\e7ee";
}

.icon-bottom10:before {
  content: "\e7ef";
}

.icon-left10:before {
  content: "\e7f0";
}

.icon-right10:before {
  content: "\e7f1";
}

.icon-facebook1:before {
  content: "\e620";
}

.icon-pinterest1:before {
  content: "\e8ab";
}

.icon-linkedin1:before {
  content: "\e648";
}

.icon-youtube1:before {
  content: "\e6d6";
}

.icon-twitter1:before {
  content: "\e607";
}

.icon-instagram:before {
  content: "\e79d";
}

.icon-download4:before {
  content: "\e7a3";
}

.icon-contact:before {
  content: "\e7be";
}

.icon-whatsapp:before {
  content: "\e7bf";
}

.icon-email1:before {
  content: "\e7c4";
}

.icon-message:before {
  content: "\e7da";
}

.icon-whatsapp1:before {
  content: "\e7c1";
}

.icon-address:before {
  content: "\e7c2";
}

.icon-email:before {
  content: "\e7c5";
}

.icon-email11:before {
  content: "\e7c6";
}

.icon-skype:before {
  content: "\e7c9";
}

.icon-fax1:before {
  content: "\e7ca";
}

.icon-wechat:before {
  content: "\e7cd";
}

.icon-phone:before {
  content: "\e7cf";
}

.icon-mobile:before {
  content: "\e7d0";
}

.icon-home:before {
  content: "\e624";
}

.icon-lianjie:before {
  content: "\e625";
}

.icon-jiahao_o:before {
  content: "\eb78";
}

.icon-jianhao_o:before {
  content: "\eb79";
}

.icon-icon_search:before {
  content: "\eb9c";
}

.icon-icon_phone_fill:before {
  content: "\ebad";
}

.icon-search:before {
  content: "\e602";
}

.icon-xiazai:before {
  content: "\e61f";
}

.icon-jiaotongshishi-:before {
  content: "\e60f";
}

.icon-xiazai1:before {
  content: "\e60d";
}

.icon-download:before {
  content: "\e74a";
}
@media screen and (min-width: 1000px) {
.proproj{height: 40px;}
}

.keytags{ font-size: 16px; font-size: 1.6rem; line-height: 30px; margin-bottom: 20px; }
.page a.no:hover {color: #333!important;border: 1px solid #EDEDED!important; background: #f8f8f8!important;}
.item-btns a.no:hover  {color: #333!important; background-color: #E5E5E5!important;}
.ppp{line-height: 30px; font-size: 16px; font-size: 1.6rem; color: #333;}
.actives{color: #d52c2c!important;}
.at-resp-share-element .at-icon{width: 24px!important;height: 24px!important;}
.at-style-responsive .at-share-btn{padding: 0!important; border-radius: 2px!important;}
.at-resp-share-element .at-share-btn .at-icon-wrapper{width: 24px!important;height: 24px!important;}
.at-resp-share-element .at-share-btn{margin-bottom: 0!important;margin-right: 3px!important;}

#st-1 .st-btn{ width: 24px!important;height: 24px!important; padding: 0 2px!important; display: inline-block!important; }
#st-1 .st-btn > img{ width: 24px!important;height: 24px!important; top: 0!important; }
.listcart {width: 100%;text-align: center;}
.listcart a {
    display: inline-block;
    height: 40px;
    width: 200px;
    line-height: 40px;
    overflow: hidden;
    color: #273A60;
    cursor: pointer;
    border: solid 1px #273A60;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    font-size: 18px;
    font-size: 1.8rem;
    margin-left: 10px;
        border-radius: 5px;
  background-color: #fff;
    }
    .listcart a:hover {background: #273A60; color: #fff;}
    .xunpanc{margin: 20px 0;}
    .xunpanc .table table{text-align: left;}
    .xunpanc table tr td{border: 1px solid #ccc; padding: 2px;}
    .xunpanc table tr td a{color: #333;}
    .xunpanc table tr td a:hover{text-decoration: underline;}

    .pro2-spec .table table tr td:first-child{ width: 24%; }
	
	
	
	/*-------------4-1-project start-----------------------------------------------------------*/
.newsblog1-list { font-size: 0; letter-spacing: 0; padding-bottom: 34px; }

@media screen and (max-width: 999px) { .newsblog1-list { padding-bottom: 20px; } }

@media screen and (max-width: 767px) { .newsblog1-list { padding-bottom: 10px; } }

.newsblog1-list .list-item { display: inline-block; vertical-align: top; width: 32%; margin-left: 2%; margin-bottom: 41px; border-radius: 5px; overflow: hidden;}


@media screen and (max-width: 999px) { .newsblog1-list .list-item { width: 31.33%; margin: 0 1% 30px; } }

@media screen and (max-width: 640px) { .newsblog1-list .list-item { width: 48%; } }

@media screen and (max-width: 380px) { .newsblog1-list .list-item { width: 98%; } }

.newsblog1-list .item-pic img { display: block; margin: 0 auto; max-width: 384px; width: 100%; }

.newsblog1-list .item-body { padding: 10px 0px; }

@media screen and (max-width: 999px) { .newsblog1-list .item-body { padding: 15px 10px 18px; } }

@media screen and (max-width: 767px) { .newsblog1-list .item-body { padding: 10px 5px 15px; } }

.newsblog1-list .item-title { font-weight: bold;
 font-size: 18px; 
 font-size: 1.8rem; 
line-height: 30px;     overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical; margin-bottom: 10px;margin-top: 10px; 
  }
@media screen and (max-width: 999px) { .newsblog1-list .item-title { margin-bottom: 10px; } }

@media screen and (max-width: 767px) { .newsblog1-list .item-title { margin-bottom: 5px; font-size: 14px; font-size: 1.4rem; line-height: 20px; height: 40px; } }

.newsblog1-list .item-date { font-size: 16px; font-size: 1.6rem;     line-height: 24px; color: #273A60; }
@media screen and (max-width: 767px) {
	.newsblog1-list .item-date {font-size: 14px; font-size: 1.4rem;     line-height: 22px}
}



.newsblog1-list .item-desc { font-size: 16px; font-size: 1.6rem;     line-height: 24px;    color: #666666; }
@media screen and (max-width: 767px) {
	.newsblog1-list .item-desc {font-size: 14px; font-size: 1.4rem;     line-height: 22px}
}

.n1m1-btn{ margin-top: 15px; }
.n1m1-btn >a{
       
   font-size: 16px; font-size: 1.6rem;   color: #273A60;
  
    display: block;
    
}
@media screen and (max-width: 767px) {
    .n1m1-btn{ margin-top: 10px; }
    
    .n1m1-btn >a{ font-size: 14px; font-size: 1.4rem; 
    }
}
	
	
