.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, Geneva, Verdana, sans-serif;
   text-decoration: none;
   border: 1px solid #CCC;
   background-color: white;
   padding: 8px;
   text-align:center;
   background-image: url(../images/zoomloader.gif);
   background-repeat: no-repeat;
   background-position: 43px 30px;
   z-index:110;
   width:90px;
   height:43px;
   position:absolute;
   top:0px;
   left:0px;
    * width:100px;
    * height:49px;
}


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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html { font-size: 62.5%; }

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

img { border: none; }

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

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

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

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

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

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

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

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

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

input, textarea, select { font-family:Arial, Helvetica, sans-serif; font-size: 14px; font-size: 1.4rem; border: none; outline: none; background: none; }

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

textarea { resize: none; }

.pull-left { float: left; }

.pull-right { float: right; }

.clear { clear: both; }

.fix { *zoom: 1; }

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

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

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

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

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

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

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

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

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

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

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

.relative { position: relative; }

.absolute { position: absolute; }

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

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

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

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

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

.nlazy { min-width: 20%; }


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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 1319px) { .wp1 { width: 100%; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.at-style-responsive .at-share-btn { padding: 0 !important; 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; }

.an-bd5 { position: relative; overflow: hidden; }

.an-bd5 .item-backdrop { background-color: #000; background: rgba(0, 0, 0, 0.5); }

@media screen and (min-width: 992px) { .an-bd5 .item-backdrop { position: absolute; left: 0; top: 0; right: 0; bottom: 0; padding: 0px; opacity: 0; -webkit-transition: all 500ms ease; -o-transition: all 500ms ease; -moz-transition: all 500ms ease; transition: all 500ms ease; -webkit-transform: scaleX(0); -moz-transform: scaleX(0); -ms-transform: scaleX(0); -o-transform: scaleX(0); transform: scaleX(0); }
  .an-bd5:hover .item-backdrop { opacity: 1; -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); } }

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

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

@media screen and (min-width: 992px) { .an-bd1 .item-backdrop { position: absolute; left: 0px; top: 0px; bottom: 0; right: 0; -webkit-transition: all 900ms ease; -o-transition: all 900ms ease; -moz-transition: all 900ms ease; transition: all 900ms ease; -webkit-transition: -webkit-transform 0.4s ease; transition: -webkit-transform 0.4s ease; -o-transition: -o-transform 0.4s ease; -moz-transition: transform 0.4s ease, -moz-transform 0.4s ease; transition: transform 0.4s ease; transition: transform 0.4s ease, -webkit-transform 0.4s ease, -moz-transform 0.4s ease, -o-transform 0.4s ease; -webkit-transform: scale(0, 1); -moz-transform: scale(0, 1); -ms-transform: scale(0, 1); -o-transform: scale(0, 1); transform: scale(0, 1); -webkit-transform-origin: right center; -moz-transform-origin: right center; -ms-transform-origin: right center; -o-transform-origin: right center; transform-origin: right center; }
  .an-bd1 .item-backdrop:before { position: absolute; content: ''; left: 0px; top: 0px; right: 0px; bottom: 0px; opacity: 0.7; filter: alpha(opacity=70); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; background-color: #276DC1; } }

@media screen and (min-width: 992px) { .an-bd1:hover .item-backdrop { -webkit-transform: scale(1, 1); -moz-transform: scale(1, 1); -ms-transform: scale(1, 1); -o-transform: scale(1, 1); transform: scale(1, 1); -webkit-transform-origin: left center; -moz-transform-origin: left center; -ms-transform-origin: left center; -o-transform-origin: left center; transform-origin: left center; } }


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

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

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



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

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

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

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

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

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

.page a { display: inline-block; border: solid 1px #0A0A0A; color: #0A0A0A; min-width: 25px; height: 25px; line-height: 23px; border-radius: 50%; margin: 0 5px 10px; font-size: 14px; font-size: 1.4rem; }
.page .pages-btn{ display:inline-block}
.page a.prev, .page a.next { min-width: 30px; border: 0; background-color: transparent !important; color: #666; }

.page a.prev:hover, .page a.next:hover { color: #276DC1; }
.page a.none:hover{color: #666 !important; }
.page a.prev { text-align: left; }

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

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

.page .fl { display: inline-block; vertical-align: top; text-align: center; padding-top: 3px; }

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

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

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

@media screen and (max-width: 1219px) { .page .add-form { margin-left: 15px; } }

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

/*-------------page-end--------------------------------------------------------------------*/
/*back-top*/
@-webkit-keyframes top-shadow { 0% { box-shadow: 0px 0px 0 0px rgba(0, 0, 0, 0.35); }
  20% { box-shadow: 0px 1px 9px 0px rgba(0, 0, 0, 0.35); }
  50% { box-shadow: 0px 1px 18px 0px rgba(0, 0, 0, 0.35); }
  75% { box-shadow: 0px 1px 9px 0px rgba(0, 0, 0, 0.35); }
  100% { box-shadow: 0px 0px 0 0px rgba(0, 0, 0, 0.35); } }

.back-top { position: fixed; right: 10px; bottom: -100px; -webkit-transition: 1s; -o-transition: 1s; -moz-transition: 1s; transition: 1s; cursor: pointer; z-index: 998; border-radius: 50%; width: 59px; height: 59px; line-height: 59px; background-color: #276DC1; -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: 21px; font-size: 2.1rem; color: #fff; 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: 8px; display: inline-block; *display: inline; *zoom: 1; line-height: 26px; color: #666; font-size: 14px; font-size: 1.4rem; }

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

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

/*-------------pro-share end---------------------------------------------------------------*/
/*-------------m-oths----------------------------------------------------------------------*/
.m-oths { padding: 37px 0 0; border-top: solid 1px #333; }

.m-oths .oths-item { font-size: 16px; font-size: 1.6rem; line-height: 24px; }

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

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

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

.m-oths .oths-info { overflow: hidden; padding-left: 5px; }
.m-oths .oths-info .none:hover{ color:#333 !important}
@media only screen and (max-width: 991px) { .m-oths { padding: 30px 0 0; }
  .m-oths .oths-item { font-size: 14px; font-size: 1.4rem; }
  .m-oths .oths-item-1 { margin-bottom: 10px; } }

@media only screen and (max-width: 767px) { .m-oths { padding: 20px 0 0; }
  .m-oths .oths-item { font-size: 12px; font-size: 1.2rem; line-height: 20px; } }

/*-------------bread start-----------------------------------------------------------------*/
.bread .item-top { padding: 49px 0 44px; text-align: center; background-color: #EBEBEB; font-size: 30px; font-size: 3rem; text-transform: uppercase; line-height: 1.2; font-weight: bold; }

.bread .item-top, .bread .item-top a { color: #276DC1; }

.bread .item-top a:hover { color: #000; }

.bread .item-top a { display: inline-block;cursor: auto;}

@media screen and (max-width: 1219px) { .bread .item-top { padding: 40px 0; font-size: 26px; font-size: 2.6rem; } }

@media screen and (max-width: 991px) { .bread .item-top { padding: 30px 0; font-size: 22px; font-size: 2.2rem; } }

@media screen and (max-width: 767px) { .bread .item-top { padding: 20px 0; font-size: 18px; font-size: 1.8rem; } }

.bread .item-title { padding: 21px 0 25px; font-size: 16px; font-size: 1.6rem; line-height: 24px; }

.bread .item-title a:hover, .bread .item-title .active { color: #276DC1; }

.bread .item-title .active{cursor: auto;}

@media screen and (max-width: 991px) { .bread .item-title { padding: 15px 0 25px; font-size: 14px; font-size: 1.4rem; } }

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

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

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

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

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

/* Internet Explorer 10+ */
.search-box { overflow: hidden; width: 287px; height: 32px; border-bottom: solid 1px #B4B4B4; cursor: pointer; position: relative; }

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

.search-box .iconfont { font-size: 18px; font-size: 1.8rem; color: #276DC1; position: absolute; width: 30px; text-align: left; top: 50%; margin-top: -10px; z-index: 0; right: 0; line-height: 20px; }

.search-box .item-input { display: block; height: 32px; line-height: 32px; width: 100%; padding: 0 30px 0 0; font-size: 14px; font-size: 1.4rem; color: #656565; }

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

/*-------------header start----------------------------------------------------------------*/
.header { position: relative; -moz-box-sizing: border-box; box-sizing: border-box; padding-left: 344px; }

.header.index-header { background: #f9f9f9 !important; }

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

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

.header .h-top { height: 53px; padding: 9px 0; }

@media screen and (max-width: 767px) { .header .h-top { height: auto; padding: 0; } }
.header .h-top .h-select { float: right; position: relative; margin-left: 20px; }

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

.header .h-top .h-select .iconfont { display: block; font-size: 26px; font-size: 2.6rem; line-height: 30px; color: #333; cursor: pointer; }

.header .h-top .h-select .box-yiji { display: none; position: absolute; right: 0; top: 100%; width: 224px; background: #FFFFFF; box-shadow: 2px 0px 9px 0px rgba(0, 0, 0, 0.21); z-index: 99; padding: 10px 0; }

.header .h-top .h-select .box-yiji li { position: relative; padding: 0 10px; }

.header .h-top .h-select .box-yiji li > a { line-height: 20px; display: block; padding: 6px 13px; text-transform: uppercase; font-size: 16px; font-size: 1.6rem; color: #333; }

@media screen and (max-width: 1219px) { .header .h-top .h-select .box-yiji li > a { font-size: 14px; font-size: 1.4rem; } }

.header .h-top .h-select .box-yiji li.active > a, .header .h-top .h-select .box-yiji li:hover > a { background-color: #276DC1; color: #fff; }

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

.header .h-top .h-select .box-erji li:hover .box-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 .h-top .h-select .box-erji, .header .h-top .h-select .box-sanji { position: absolute; right: 100%; top: 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; width: 224px; background: #FFFFFF; box-shadow: 2px 0px 9px 0px rgba(0, 0, 0, 0.21); border-radius: 0; padding: 10px 0; }



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

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

.header .h-top .lang-box .lang-title { min-width: 100px; height: 35px; border-radius: 8px; border: solid 1px #CBCBCB; cursor: pointer; color: #656565; line-height: 33px; padding: 0 22px 0 11px; position: relative; }

.header .h-top .lang-box .lang-title .iconfont { position: absolute; right: 8px; top: 0; font-size: 12px; font-size: 1.2rem; color: #656565; }

@media screen and (max-width: 767px) { .header .h-top .lang-box .lang-title { margin: 5px 0; height: 28px; line-height: 26px; border-radius: 3px; font-size: 12px; font-size: 1.2rem; padding: 0 30px 0 8px; min-width: 80px; }
  .header .h-top .lang-box .lang-title img { right: 5px; top: 0; } }

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

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

.header .h-top .lang-box .lang-list a:hover {  text-decoration:underline}

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

.header .h-top .item-p { margin-right: 20px; font-size: 16px; font-size: 1.6rem; line-height: 35px; }

.header .h-top .item-p, .header .h-top .item-p a { color: #666; }

.header .h-top .item-p a:hover { color: #276DC1; }

.header .h-top .item-p .iconfont { font-size: 18px; font-size: 1.8rem; color: #276DC1; vertical-align: middle; margin-right: 10px; }

@media screen and (max-width: 1366px) {
    .search-box{ width: 220px}
}

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

    .header .h-top .item-p { margin-right: 15px;}

    .search-box{ width: 250px}


}

.header .logo { position: absolute; left: 0; top: 0; line-height: 112px; }

.header .logo img { vertical-align: middle; max-height: 112px; max-width: 360px; }

@media screen and (max-width: 1319px) { .header .logo { left: 15px; }
  .header .logo img { max-width: 230px; } }

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

@media screen and (max-width: 991px) { .header .logo { position: relative; margin: 0 auto; display: block; text-align: center; line-height: 80px; }
  .header .logo img { max-height: 80px; } }

@media screen and (max-width: 767px) {
    .header .logo { line-height: 66px; }
    .header .logo img { max-height: 66px; }
    .header .logo .logo-a{width:156px;margin:0 auto;}
}





.header .navlist { float: right; font-size: 0; letter-spacing: 0; padding-top: 17px; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; width: 100%; text-align: center; -webkit-box-align: end; -webkit-align-items: flex-end; -moz-box-align: end; -ms-flex-align: end; align-items: flex-end; }

.header .navlist > li { position: relative; vertical-align: bottom; -webkit-box-flex: 1; -webkit-flex: 1; -moz-box-flex: 1; -ms-flex: 1; flex: 1; padding-bottom: 6px; }

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

.header .navlist > li > a { font-size: 16px; font-size: 1.6rem; font-weight: bold; text-transform: uppercase; display: inline-block; line-height: 24px; padding: 0 5px 12px; color: #333; position: relative; }

.header .navlist > li > a:before { position: absolute; content: ''; width: 0; height: 3px; background-color: #276DC1; left: 0; right: 0; margin: 0 auto; bottom: 0; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; }

.header .navlist > li.nav-active > a:before, .header .navlist > li:hover > a:before { width: 47px; }
.header .navlist > li.nav-active > a,.header .navlist > li > a:hover{ color:#276DC1}
@media screen and (max-width: 1219px) { .header .navlist > li > a { font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 991px) { .header .navlist > li > a { text-transform: capitalize; }
  .header .navlist > li.nav-active > a:before, .header .navlist > li:hover > a:before { width: 36px; } }

@media screen and (max-width: 999px) { .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: 186px; left: 50%; margin-left: -93px; 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; background-color: #fff; box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.2); }

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

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

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

.header .yiji li:hover .erjibox { -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: 1219px) {

.header .yiji li > a { font-size: 14px; font-size: 1.4rem;  }
}

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

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

.header .erjibox, .header .sanjibox { position: absolute; left: 100%; top: 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-left: 3px solid transparent; }

.header .erji, .header .sanji { background-color: #fff; box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.2); width: 186px; }

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

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

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

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

/* Internet Explorer 10+ */
.footer { overflow: hidden; background-color: #EFEFEF !important; }

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

.footer a:hover { color: #276DC1; }

.footer .f-top { padding: 45px 0 46px; }

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

.footer .f-top .box-list li { line-height: 30px; font-size: 16px; font-size: 1.6rem; }

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

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

.footer .f-top .flist3 { width: 28.75%; padding-right: 15px; }

.footer .f-top .flist4 { width: 16.16667%; }

.footer .f-top .f-follow { padding-top: 6px; }

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



.footer .f-top .f-follow .iconfont { width: 44px; height: 44px; font-size: 24px; font-size: 2.4rem; color: #fff; text-align: center; line-height: 44px; display: block; box-shadow: inset 0px -4px 0px 0px rgba(0, 0, 0, 0.15); }

.footer .f-top .f-follow .icon-twitter1 { background: #29C5F6; }

.footer .f-top .f-follow .icon-youtube1 { background: #DD332C; }

.footer .f-top .f-follow .icon-facebook1 { background: #3B5998; }

.footer .f-top .f-follow .icon-linkedin1 { background: #006DC0; }

.footer .f-top .f-follow .icon-pinterest1 { background: #C61118; }

.footer .f-top .f-follow .icon-instagram { background: #AB47BC; }

.footer .f-top .f-follow .icon-vk { background: #4382bd; }

@media screen and (max-width: 1219px) { .footer .f-top .flist4 { width: 20%; } }

@media screen and (max-width: 991px) { .footer .f-top { font-size: 0; letter-spacing: 0; }
  .footer .f-top .box-list li { line-height: 30px; font-size: 14px; font-size: 1.4rem; }
  .footer .f-top .flist1, .footer .f-top .flist2, .footer .f-top .flist3, .footer .f-top .flist4 { width: 50%; float: none; display: inline-block; vertical-align: top; }
  .footer .f-top .flist1, .footer .f-top .flist2 { margin-bottom: 20px; }
  .footer .f-top .f-follow a { margin-right: 10px; }
  .footer .f-top .f-follow .iconfont { width: 40px; height: 40px; line-height: 40px; font-size: 20px; font-size: 2rem; } }

@media screen and (max-width: 767px) { .footer .f-top { padding: 20px 0 0; }
    .footer .f-top .flist1, .footer .f-top .flist2, .footer .f-top .flist3{position: relative;width: 100%;float: none;box-sizing: border-box;margin-bottom: 16px; }

    .footer .f-top .footer-title {position: relative;padding-right: 32px;margin-bottom: 10px;}
    .footer .f-top .footer-title::after {position: absolute;right: 2px;top: 50%;transform: translateY(-50%);
        font-family: iconfont;content: "\e725";font-size: 18px; font-size: 1.8rem;}
    .footer .f-top .flist4 { width: 100%; }
    .footer .f-top .flist4 .footer-title{display: none;}
    .footer .f-top .box-list{display: none}

  /*.footer .f-top .flist1, .footer .f-top .flist2, .footer .f-top .flist3, .footer .f-top .footer-title { display: none; }*/
  /*.footer .f-top .flist4 { width: 100%; }*/
  .footer .f-top .f-follow { padding-top: 0; max-width: 100%; font-size: 0; letter-spacing: 0; text-align: center; }
  .footer .f-top .f-follow a { float: none; display: inline-block; vertical-align: top; margin-right: 0; margin-left: 10px; }
  .footer .f-top .f-follow a:first-child { margin-left: 0; }
  .footer .f-top .f-follow .iconfont { width: 30px; height: 30px; line-height: 30px; font-size: 20px; font-size: 2rem; } }

.footer .f-keys { border-top: solid 1px #ccc; font-size: 16px; font-size: 1.6rem; line-height: 24px; padding: 19px 0 24px; }

@media screen and (max-width: 991px) { .footer .f-keys { font-size: 14px; font-size: 1.4rem; } }

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

.footer .f-bot { background-color: #276DC1; font-size: 16px; font-size: 1.6rem; line-height: 24px; padding: 13px 0 8px; }

.footer .f-bot, .footer .f-bot a { color: #fff; }

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

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

@media screen and (max-width: 991px) { .footer .f-bot { font-size: 14px; font-size: 1.4rem; } }

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

.footer .links { margin-top: 0; }

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

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

/*-------------footer end------------------------------------------------------------------*/
/*-------------index start-----------------------------------------------------------------*/
.wrap { background-color: #f9f9f9; }

.wrap .wp1 { background-color: #fff; }

/* index-about start */
.index-about { padding: 50px 0 57px; }
.index-about .item-body{ overflow:hidden}

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

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

.index-about .item-pic { float: right; width: 52.16667%; margin-left: 5%; overflow: hidden; }

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

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

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

.index-about .item-title { margin-bottom: 9px; font-size: 40px; font-size: 4rem; line-height: 1.2; }

.index-about .item-title, .index-about .item-title a { color: #276DC1; }

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

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

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

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

.index-about .item-subt { font-size: 20px; font-size: 2rem; line-height: 1.4; margin-bottom: 16px; }

.index-about .item-subt a:hover { color: #276DC1; }

@media screen and (max-width: 1219px) { .index-about .item-subt { font-size: 18px; font-size: 1.8rem; } }

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

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

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

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

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

.index-about .item-desc a:hover { color: #276DC1; }

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

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

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

.index-about .item-btn { display: inline-block; min-width: 158px; line-height: 24px; padding: 14px 5px; background-color: #276DC1; color: #fff; text-align: center; text-transform: uppercase; font-weight: bold; }

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

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

@media screen and (max-width: 991px) { .index-about .item-btn { padding: 8px 5px; } }

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

/* index-about end */
.index-item { padding-right: 140px; position: relative; }

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

.index-item .item-btn { display: inline-block; position: absolute; right: 0; top: 0; min-width: 103px; line-height: 20px; padding: 10px; border-radius: 8px; background-color: #276DC1; color: #fff; text-align: center; font-size: 16px; font-size: 1.6rem; }

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

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

@media screen and (max-width: 767px) { .index-item .item-btn { font-size: 12px; font-size: 1.2rem; padding: 5px; position: relative; margin-top: 15px; } }

.index-item .item-title { margin-top: -2px; font-size: 38px; font-size: 3.8rem; line-height: 1.2; }

.index-item .item-title a { display: inline-block; }

@media screen and (max-width: 1219px) { .index-item .item-title { font-size: 32px; font-size: 3.2rem; margin-top: 0; } }

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

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

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

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

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

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

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

/* index-probox start */
.index-probox { margin-bottom: 9px; }

.index-probox .index-item { margin-bottom: 37px; }

@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 { display: inline-block; vertical-align: top; width: 31.25%; margin-left: 3.125%; margin-bottom: 42px; }

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

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

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

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

.index-probox .box-list .item-backdrop .iconfont { font-size: 45px; font-size: 4.5rem; position: absolute; top: 50%; left: 50%; margin: -22px 0 0 -22px; color: #fff; }

@media screen and (max-width: 1219px) { .index-probox .box-list .item-backdrop .iconfont { font-size: 40px; font-size: 4.0rem; margin: -20px 0 0 -20px; } }

.index-probox .box-list .item-body { position: relative; padding-top: 5px; }

.index-probox .box-list .item-btn { position: absolute; top: 0; right: 0; width: 78px; }

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

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

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

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

.index-probox .box-list .item-title { background-color: #eee; font-size: 16px; font-size: 1.6rem; line-height: 57px; padding: 0 76px 0 9px; }

@media screen and (max-width: 1219px) { .index-probox .box-list .item-title { line-height: 50px; padding-right: 65px; } }

@media screen and (max-width: 991px) { .index-probox .box-list .item-title { line-height: 42px; padding-right: 55px; } }

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

/* index-probox end */
/* index-news start */
.index-news { margin-bottom: 48px; }

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

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

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

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

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

.index-news .box-list .list-item { display: inline-block; vertical-align: top; width: 48.83333%; margin-left: 2.33333%; margin-bottom: 11px; background-color: #FAFAFA; }

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

@media screen and (max-width: 480px) { .index-news .box-list .list-item { width: 49%; margin-left: 2%; } }

.index-news .box-list .item-pic { float: left; width: 50.3413%; border-right: solid 4px #fff; }

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

@media screen and (max-width: 480px) { .index-news .box-list .item-pic { width: 100%; float: none; border: 0; } }

.index-news .box-list .item-body { overflow: hidden; padding: 16px 10px; }

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

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

.index-news .box-list .item-title { font-weight: bold; font-size: 18px; font-size: 1.8rem; line-height: 30px; height: 60px; margin-bottom: 4px; }

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

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

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

.index-news .box-list .item-date { font-size: 14px; font-size: 1.4rem; line-height: 20px; color: #999; margin-bottom: 9px; }

@media screen and (max-width: 991px) { .index-news .box-list .item-date { font-size: 12px; font-size: 1.2rem; margin-bottom: 5px; } }

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

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

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

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

/* index-news end */
/* index-contact start */
.index-contact { /* WebKit browsers */ /* Mozilla Firefox 4 to 18 */ /* Mozilla Firefox 19+ */ /* Internet Explorer 10+ */ padding-bottom: 79px; }

.index-contact ::-webkit-input-placeholder { color: #333; opacity: 1; }

.index-contact :-o-placeholder { color: #333; opacity: 1; }

.index-contact ::-moz-placeholder { color: #333; opacity: 1; }

.index-contact :-ms-input-placeholder { color: #333; opacity: 1; }

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

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

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

.index-contact .item-wrap { background: url(../images/bg1.jpg) no-repeat center; background-size: cover; padding: 45px 15px 64px; }

@media screen and (max-width: 991px) { .index-contact .item-wrap { padding: 40px 15px; } }

@media screen and (max-width: 767px) { .index-contact .item-wrap { padding: 30px 15px; } }

.index-contact .item-box { max-width: 889px; margin: 0 auto; }

.index-contact .item-title { font-size: 36px; font-size: 3.6rem; font-weight: bold; line-height: 1.2; text-align: center; text-transform: uppercase; margin-bottom: 12px; }

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

@media screen and (max-width: 1219px) { .index-contact .item-title { font-size: 32px; font-size: 3.2rem; } }

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

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

.index-contact .item-desc { margin-bottom: 34px; font-size: 16px; font-size: 1.6rem; line-height: 24px;overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical; }

.index-contact .item-desc, .index-contact .item-desc a { color: #fff; display: block; }

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

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

.index-contact .box-form input, .index-contact .box-form textarea { width: 100%; border: solid 1px #D2D2D2; background-color: #fff; color: #333; padding-left: 22px; padding-right: 10px; }

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

.index-contact .box-form textarea { height: 121px; line-height: 24px; padding-top: 10px; padding-bottom: 10px; }

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

.index-contact .box-form .star:before { position: absolute; content: '*'; color: #FF0011; left: 13px; top: 18px; line-height: 14px; }

.index-contact .box-form .item-input { width: 48.14398%; }

.index-contact .box-form .item-textarea { width: 100%; }

.index-contact .box-form .item-input { margin-bottom: 21px; float: left; }

.index-contact .box-form .item-input:nth-child(even){float: right;}

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

.index-contact .box-form .item-code { width: 100%; }

.index-contact .box-form .code-input { float: left; width: 27.89651%; margin-right: 0.89989%; }

.index-contact .box-form .code-img { float: left; cursor: pointer; line-height: 50px; position: relative; top: -1px; }

.index-contact .box-form .code-img img { vertical-align: middle; max-height: 50px; }

.index-contact .box-form .code-btn { float: right; width: 47.91901%; border-color: #276DC1; background-color: #276DC1; color: #fff; font-size: 22px; font-size: 2.2rem; cursor:pointer }

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

@media screen and (max-width: 1219px) { .index-contact .box-form .code-btn { font-size: 20px; font-size: 2rem; } }

@media screen and (max-width: 991px) { .index-contact .box-form .code-btn { width: 43.86952%; font-size: 16px; font-size: 1.6rem; } }

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

@media screen and (max-width: 480px) { .index-contact .box-form .star:before { left: 5px; top: 10px; }
  .index-contact .box-form input, .index-contact .box-form textarea { padding-left: 12px; }
  .index-contact .box-form textarea { padding-top: 5px; }
  .index-contact .box-form .code-input { width: -webkit-calc(100% - 135px); width: -moz-calc(100% - 135px); width: calc(100% - 135px); }
  .index-contact .box-form .code-img { line-height: 36px; }
  .index-contact .box-form .code-img img { max-height: 36px; }
  .index-contact .box-form .item-input { width: 100%; }
  .index-contact .box-form input { height: 36px; line-height: 34px; } }


  .index-contact .attachment { float: left; width: 100%; position: relative; padding-left: 0; margin-bottom: 28px; }

  @media screen and (max-width: 991px) { .index-contact .attachment { padding-left: 0; margin-bottom: 20px; } }

  @media screen and (max-width: 480px) { .index-contact .attachment { padding-left: 0; } }

  .index-contact .attachment span { float: left; }

  .index-contact .attachment #file-name { padding: 0 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

  .index-contact .attachment .file-group { float: left; width: 48.14398%; height: 34px; line-height: 34px; background-color: #276DC1; position: relative; overflow: hidden; }

  @media screen and (max-width: 991px) { .index-contact .attachment .file-group { width: 48.14398%; } }

  @media screen and (max-width: 480px) { .index-contact .attachment .file-group { width: 100%; } }

  .index-contact .attachment .file-group .file-btn {height: 34px; line-height: 34px; border-radius: 0; width: 100%; height: 100%; background-color: #276DC1; color: #FFFFFF; border: 0; }

  .index-contact .attachment .file-group .file-single { width: 100%; height: 100%; opacity: 0; cursor: pointer; position: absolute; left: 0; top: 0; z-index: 111; }

  .index-contact .attachment .file-group .file { width: 100%; height: 100%; opacity: 0; cursor: pointer; position: absolute; left: 0; top: 0; z-index: 111; }

  .index-contact .attachment .file-group .file-name-p { overflow: hidden; height: 34px; line-height: 34px; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: end; -webkit-align-items: flex-end; -moz-box-align: end; -ms-flex-align: end; align-items: flex-end; }

  .index-contact .attachment .file-group .file-name-p i { cursor: pointer; }

  .index-contact .attachment .file-group .file-name-p span { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }



/* index-contact end */
/*-------------index end-------------------------------------------------------------------*/
/*-------------products1 start-------------------------------------------------------------*/
.pro-main .box-main { width: 806px; }


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

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

.pro-main .box-slide { width: 314px; }

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

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

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

/* .pro1-top start */
.pro1-top .item-title { font-size: 30px; font-size: 3rem; line-height: 1.2; margin-bottom: 9px; }

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

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

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

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

/* @media screen and (max-width: 1219px) { .pro1-top .item-desc { line-height: 26px; } } */

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

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

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

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

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

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

.pro1-list .list-item { margin-bottom: 25px; display: inline-block; vertical-align: top; width: 100%; }

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

.pro1-list .item-pic { width: 242px; margin-right: 39px; }

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

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

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

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

.pro1-list .item-title { margin-top: 20px; margin-bottom: 23px; font-size: 18px; font-size: 1.8rem; font-weight: bold; }

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

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

.pro1-list .item-title:hover, .pro1-list .item-title:hover a { color: #276DC1; }

@media screen and (max-width: 1219px) { .pro1-list .item-title { margin-top: 10px; margin-bottom: 15px; }
  .pro1-list .item-title input { margin-right: 10px; } }

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

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

.pro1-list .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 28px; height: 84px; margin-bottom: 42px; }
.pro1-list .item-desc a:hover{ color: #276DC1 }
@media screen and (max-width: 1219px) { .pro1-list .item-desc { margin-bottom: 20px; } }

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

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

.pro1-list .item-btn { display: inline-block; min-width: 178px; line-height: 20px; border: solid 1px #276DC1; color: #276DC1; text-align: center; padding: 9px; font-size: 16px; font-size: 1.6rem; }

.pro1-list .item-btn:hover { background-color: #276DC1; color: #fff; }

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

@media screen and (max-width: 991px) { .pro1-list .item-btn { font-size: 14px; font-size: 1.4rem; padding: 5px; min-width: 120px; } }

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

/* proslide start */
.proslide .slide-yiji { margin-top: 10px; }

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

.proslide .slide-yiji > li > a,
.proslide .slide-yiji > li > p{ cursor: pointer; display: block; font-size: 16px; font-size: 1.6rem; color: #333; line-height: 20px; padding: 18px 40px 18px 10px; background-color: #F7F7F7; position: relative; }

.proslide .slide-yiji > li > a .iconfont,
.proslide .slide-yiji > li > p .iconfont{ position: absolute; right: 0; color: #333; top: 16px; right: 8px; font-size: 12px; font-size: 1.2rem; width: 28px; height: 28px; border-radius: 50%; background-color: #fff; text-align: center; line-height: 28px; font-weight: bold; }

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

.proslide .slide-yiji > li:hover > a, .proslide .slide-yiji > li.active > a,
.proslide .slide-yiji > li:hover > p, .proslide .slide-yiji > li.active > p{ background-color: #276DC1; color: #FFFFFF; }

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

.proslide .slide-erji { padding: 11px 0 0; background-color: #E9E9E9; }

.proslide .slide-erji > li > a,
.proslide .slide-erji > li > label{ display: block; font-size: 16px; font-size: 1.6rem; color: #333; line-height: 20px; padding: 15px 40px 15px 30px; background-color: #E9E9E9; position: relative; }

.proslide .slide-erji > li > a .iconfont,
.proslide .slide-erji > li > label .iconfont{ position: absolute; right: 0; color: #333; top: 11px; right: 8px; font-size: 12px; font-size: 1.2rem; width: 28px; height: 28px; border-radius: 50%; background-color: #fff; text-align: center; line-height: 28px; font-weight: bold; }
 .proslide .slide-yiji > li a:hover i:before ,.proslide .slide-yiji > li p:hover i:before,.slide-yiji > li.active p i:before{
    content: "\e600";
}
@media screen and (max-width: 1219px) {
	.proslide .slide-erji > li > a,.proslide .slide-erji > li > label { font-size: 14px; font-size: 1.4rem; padding-top: 10px; padding-bottom: 10px; padding-left: 10px; }
  .proslide .slide-erji > li > a .iconfont,.proslide .slide-erji > li > label .iconfont { top: 10px; width: 20px; height: 20px; line-height: 20px; } }

.proslide .slide-erji > li:hover > a, .proslide .slide-erji > li.active > a,
.proslide .slide-erji > li:hover > label, .proslide .slide-erji > li.active > label{ background-color: #276DC1; color: #FFFFFF; }

.proslide .slide-erji > li:hover > a .iconfont:before, .proslide .slide-erji > li.active > a .iconfont:before,
.proslide .slide-erji > li:hover > label .iconfont:before, .proslide .slide-erji > li.active > label .iconfont:before{ content: '\e600'; }

.proslide .slide-sanji { background-color: #DBDBDB; padding: 10px 0; display:none }

.proslide .slide-sanji > li > a { display: block; padding: 15px 10px 15px 19px; font-size: 16px; font-size: 1.6rem; line-height: 20px; color: #333; }

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

.proslide .slide-sanji > li:hover > a, .proslide .slide-sanji > li.active > a { background-color: #276DC1; color: #fff; }

/* proslide end */
.slide-title { font-size: 18px; font-size: 1.8rem; line-height: 24px; text-transform: uppercase; position: relative; }

.slide-title p, .slide-title a { display: block; line-height: 24px; padding: 8px 0; position: relative; }

.slide-title a:hover { color: #276DC1; }

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

@media screen and (max-width: 991px) { .slide-title { border-bottom: solid 1px #F7F7F7; }
  .slide-title.slide-title1 { display: none; }
  .slide-title.slide-title2 { display: block; }
  .slide-title.slide-title2 p { padding-right: 40px; } }

.attr-slide{margin-top: 30px;}
.attr-slide input{margin-right: 5px;}
.proslide .slide-erji{ display:none}
.proslide .slide-erji.active{ display:block}
/* tags start */
.tags { margin-top: 43px; }

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

.tags .box-desc a { border-bottom: solid 1px #A9A9A9; display: block; line-height: 26px; font-size: 16px; font-size: 1.6rem; padding: 22px 0 21px; color: #666; }

.tags .box-desc a:hover { color: #276DC1; }

@media screen and (max-width: 1219px) { .tags .box-desc a { padding: 15px 0; font-size: 14px; font-size: 1.4rem; line-height: 24px; } }

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

/* tags end */
/*-------------products1 end---------------------------------------------------------------*/
/*-------------products2 start-------------------------------------------------------------*/
.m-prob1 { margin-bottom: 57px; }

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

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

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

.m-prob1 .prob-pic { width: 412px; float: left; margin-right: 25px; }

.m-prob1 .prob-pic-big { position: relative; border: solid 0 #F4F4F4; }

.m-prob1 .prob-pic-big .provideo-box { border-radius: 0; width: 100%; overflow: hidden; position: absolute; top: 0; left: 0; z-index: 9; }

.m-prob1 .prob-pic-big .provideo-box .provideo { position: relative; overflow: hidden; padding-bottom: 100%; height: 0; }

.m-prob1 .prob-pic-big .provideo-box .provideo iframe, .m-prob1 .prob-pic-big .provideo-box .provideo video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; }

.m-prob1 .prob-pic-big .provideo-box .provideo iframe body { margin: 0px !important; }


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

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

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

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

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

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

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

.m-prob1 .prob-pic-btn .iconfont { font-size: 18px; font-size: 1.8rem; color: #656565; }

.m-prob1 .prob-pic-btn:hover { color: #276DC1; }

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

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

.m-prob1 .prob-pic-list li { position: relative; float: left; margin-right: 0.3125%; width: 3.125%; }

.m-prob1 .prob-pic-item .item-pics,.m-prob1 .prob-pic-item .item-video {display: block; position: relative; border: solid 1px transparent; overflow: visible; z-index: 1; }

.m-prob1 .prob-pic-item .item-pics.active,.m-prob1 .prob-pic-item .item-video.active { border-color: #276DC1; }

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

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

@media screen and (max-width: 767px) { .m-prob1 .prob-pic { width: 100%; }
  .m-prob1 .prob-pic-big { display: none; }
  .m-prob1 .prob-pic-small { margin-top: 0; padding: 0 35px; }
  .m-prob1 .prob-pic-list ul li { margin-right: .2%; width: 3.2%; padding-top: 0; }
  .m-prob1 .prob-pic-item .item-pics,.m-prob1 .prob-pic-item .item-video { border: 0 !important; } }

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

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

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

.pro-info .item-title { font-size: 34px; font-size: 3.4rem; line-height: 1.2; top: -5px; color: #276DC1; position: relative; }

@media screen and (max-width: 1219px) { .pro-info .item-title { font-size: 30px; font-size: 3rem; top: auto; } }

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

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

.pro-info .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 30px; min-height: 160px; padding: 10px 0; }

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

@media screen and (max-width: 1219px) { .pro-info .item-desc { min-height: auto; line-height: 26px; padding: 20px 0; } }

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

@media screen and (max-width: 767px) { .pro-info .item-desc { line-height: 20px; font-size: 12px; font-size: 1.2rem; padding-top: 15px; } }

.pro-info .pro-share { margin-bottom: 81px; }

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

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

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

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

.pro-info .down-btn { display: inline-block; min-width: 166px; line-height: 20px; padding: 14px 5px; background-color: #666; text-align: center; color: #fff; font-size: 16px; font-size: 1.6rem; }

.pro-info .down-btn:hover { background-color: #276DC1; }

@media screen and (max-width: 1219px) { .pro-info .down-btn { padding: 10px 5px; } }

@media screen and (max-width: 991px) { .pro-info .down-btn { font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 767px) { .pro-info .down-btn { padding: 6px 5px; min-width: 140px; font-size: 12px; font-size: 1.2rem; } }

@media screen and (max-width: 480px) { .pro-info .down-btn { width: 100%; } }

.pro-info .item-btns { font-size: 0; letter-spacing: 0; }

.pro-info .item-btn { margin-top: 7px; display: inline-block; vertical-align: top; min-width: 166px; line-height: 20px; padding: 13px 5px; font-size: 16px; font-size: 1.6rem; text-align: center; text-transform: capitalize; border: solid 1px #276DC1; color: #276DC1; }

.pro-info .item-btn:hover { background-color: #276DC1; color: #fff; border-color: #276DC1; }

.pro-info .item-btn:first-child { margin-right: 24px; }
.pro-info .none:hover{ background-color: #fff; color: #276DC1; border-color: #276DC1;}

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

@media screen and (max-width: 991px) { .pro-info .item-btn { font-size: 14px; font-size: 1.4rem; } }

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

@media screen and (max-width: 480px) { .pro-info .item-btn { width: 100%; margin: 7px 0 0 !important; } }

.pro2-tab { margin-bottom: 49px; }

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

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

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

@media screen and (max-width: 1219px) { .pro2-tab .tab-options { } }

@media screen and (max-width: 767px) { .pro2-tab .tab-options {  border: 0; } }

.tab-activexby { display: inline-block;
 vertical-align: bottom;
  font-size: 20px; font-size: 2rem; line-height: 24px; padding-bottom: 11px; border-bottom: solid 5px transparent; ; text-align: center; padding-left:20px; padding-right:20px ;border-bottom: solid 5px #276DC1;
 margin-bottom:20px; margin-top:20px; }


@media screen and (max-width: 1219px) { .tab-activexby { font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 767px) { .tab-activexby { margin-bottom: -1px; font-size: 14px; font-size: 1.4rem; line-height: 20px; width: 33.33%; background-color: #F7F7F7; border: solid 1px #ccc; padding: 6px; }
  }

@media screen and (max-width: 640px) { .tab-activexby { width: 50%; } }

@media screen and (max-width: 480px) { .tab-activexby { width: 100%; } }

 .tab-content-cpxq { font-size: 16px; font-size: 1.6rem;   }

 .tab-content-cpxq p { line-height: 30px; }

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

 .tab-content-cpxq em { font-style: normal; font-size: 18px; font-size: 1.8rem; }

@media screen and (max-width: 1219px) {
   .tab-content-cpxq p {  line-height:26px } }

@media screen and (max-width: 991px) {  .tab-content-cpxq { font-size: 14px; font-size: 1.4rem;  }
   .tab-content-cpxq p {  line-height:24px }
   .tab-content-cpxq em { font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 767px) {  .tab-content-cpxq { font-size: 12px; font-size: 1.2rem; line-height: 20px; }
   .tab-content-cpxq p { min-height: 20px; }
   .tab-content-cpxq em { font-size: 14px; font-size: 1.4rem; } }
.pro-main .keywords{ margin-top:30px}
.keywords a { margin-bottom: 10px; display: inline-block; font-size: 16px; font-size: 1.6rem; line-height: 20px; padding: 10px; border: solid 1px #333; color: #656565; margin-right: 27px; }

.keywords a:hover { border-color: #276DC1; background-color: #276DC1; color: #fff; }

@media screen and (max-width: 1219px) { .keywords a { font-size: 14px; font-size: 1.4rem; margin-right: 10px; padding: 6px 10px; } }

@media screen and (max-width: 767px) {
	.pro-main .keywords{ margin-top:20px}
	 .keywords a { font-size: 12px; font-size: 1.2rem; padding: 4px 8px; margin-right: 5px; } }

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

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

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

.related-box .box-title { font-size: 42px; font-size: 4.2rem; font-weight: bold; line-height: 1.2; margin-bottom: 53px; }

.related-box .box-title a:hover { color: #276DC1; }

@media screen and (max-width: 1219px) { .related-box .box-title { font-size: 36px; font-size: 3.6rem; margin-bottom: 40px; } }

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

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

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

.related-box .box-list .list-item { display: inline-block; margin-bottom:20px; vertical-align: top; width: 23.83333%; margin-left: 1.55556%; background-color: #fff; box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.26); }

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

.related-box .box-list .item-body { padding: 15px 20px 21px; }

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

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

.related-box .box-list .item-title { font-size: 16px; font-size: 1.6rem; line-height: 22px; font-weight: bold; margin-bottom: 7px; }

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

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

.related-box .box-list .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 24px; height: 72px; margin-bottom: 8px; }

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

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

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

.related-box .box-list .item-btn { display: inline-block; text-decoration: underline; font-size: 14px; font-size: 1.4rem; line-height: 20px; }

.related-box .box-list .item-btn:hover { color: #276DC1; }

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

/*-------------products2 end---------------------------------------------------------------*/
.page_wrap { padding-bottom: 76px; }

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

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

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

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

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

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

.news1-list .list-item { display: inline-block; vertical-align: top; width: 31.66667%; margin-left: 2.5%; margin-bottom: 57px; }

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

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

.news1-list .item-pic { border-radius: 10px; }

.news1-list .item-title { font-size: 20px; font-size: 2rem; line-height: 30px; height: 60px; font-weight: bold; margin-top: 13px; }

@media screen and (max-width: 1219px) { .news1-list .item-title { font-size: 18px; font-size: 1.8rem; line-height: 26px; height: 52px; } }

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

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

@media screen and (max-width: 480px) { .news1-list .item-title { height: 20px; }
  .news1-list .item-title a { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } }

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

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

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

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

@media screen and (max-width: 480px) { .news1-list .item-desc { height: 36px; } }

.news1-list .item-btn { margin-top: 6px; font-size: 16px; font-size: 1.6rem; line-height: 20px; display: inline-block; color: #276DC1; }

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

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

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

/*-------------news1 end-------------------------------------------------------------------*/
/*-------------news2 start-----------------------------------------------------------------*/
.news2-main > .item-title { text-align: center; font-size: 24px; font-size: 2.4rem; font-weight: bold; line-height: 30px; }

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

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

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

.news2-main .item-date .iconfont { margin-right: 5px; vertical-align: middle; }

.news2-main .item-date > span { line-height: 26px; display: inline-block; }

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

.news2-main .pro-share { display: inline-block; margin-left: 20px; }

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

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

.news2-main .item-kind > * { display: inline-block; vertical-align: top; font-size: 14px; font-size: 1.4rem; color: #666; margin-right: 20px; }

@media screen and (max-width: 991px) { .news2-main .item-kind { margin-bottom: 15px; }
  .news2-main .item-kind > * { font-size: 14px; font-size: 1.4rem; margin-right: 15px; } }

@media screen and (max-width: 767px) { .news2-main .item-kind { margin-bottom: 10px; }
  .news2-main .item-kind > * { font-size: 12px; font-size: 1.2rem; } }

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

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

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

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

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

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

/*-------------news2 end-------------------------------------------------------------------*/
/*-------------app1 start------------------------------------------------------------------*/
.app1-list { font-size: 0; letter-spacing: 0; padding-bottom: 54px; }

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

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

.app1-list .list-item { display: inline-block; vertical-align: top; width: 100%; margin-bottom: 37px; }

.app1-list .list-item:last-child { background-image: none; }

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

@media screen and (max-width: 480px) { .app1-list .list-item { width: 48%; margin: 0 1% 20px; background-image: none; padding-bottom: 0; } }

.app1-list .item1 .item-pic { float: left; margin-right: 3.66667%; }

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

.app1-list .item2 .item-pic { float: right; margin-left: 3.66667%; }

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

.app1-list .item-pic { width: 38.41667%; }

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

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

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

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

.app1-list .item-title { margin-top: 26px; margin-bottom: 64px; font-size: 18px; font-size: 1.8rem; line-height: 22px; }

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

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

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

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

.app1-list .item-desc { margin-bottom: 53px; font-size: 16px; font-size: 1.6rem; line-height: 28px; height: 84px; }

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

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

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

.app1-list .item-btn { display: inline-block; min-width: 165px; line-height: 24px; padding: 8px 5px 8px; border: solid 1px #276DC1; color: #276DC1; font-size: 16px; font-size: 1.6rem; text-align: center; }

.app1-list .item-btn:hover { background-color: #276DC1; border-color: #276DC1; color: #fff; }

@media screen and (max-width: 991px) { .app1-list .item-btn { padding: 5px; min-width: 140px; font-size: 14px; font-size: 1.4rem; } }

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

@media screen and (max-width: 480px) { .app1-list .item-btn { padding: 3px; min-width: 100px; } }

/*-------------app1 end--------------------------------------------------------------------*/
/*-------------download start--------------------------------------------------------------*/
.download-list { padding-bottom: 40px; }

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

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

.download-list .list-item { text-align: center; background: url(../images/bg3.png) repeat-x bottom; position: relative; padding-right: 230px; padding-bottom: 26px; margin-bottom: 42px; }
.download-list .list-item  a{ cursor:pointer}
@media screen and (max-width: 1219px) { .download-list .list-item { padding-right: 180px; } }

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

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

.download-list .item-btn { text-align: center; display: inline-block; min-width: 138px; font-size: 16px; font-size: 1.6rem; border: solid 1px #276DC1; color: #276DC1; line-height: 22px; padding: 8px 10px 7px; position: absolute; top: 0px; right: 0; }

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

.download-list .item-btn:hover { background-color: #276DC1; color: #fff; }

@media screen and (max-width: 767px) { .download-list .item-btn { min-width: 130px; padding: 6px 10px; }
  .download-list .item-btn .iconfont { font-size: 20px; font-size: 2rem; margin-right: 3px; } }

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

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

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

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

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

/*-------------download end----------------------------------------------------------------*/
/*-------------contact start---------------------------------------------------------------*/
.contact-info { font-size: 16px; font-size: 1.6rem; line-height: 28px; margin-bottom: 80px; }

.contact-info img, .contact-info iframe { max-width: 100%; }

@media screen and (max-width: 1219px) { .contact-info { margin-bottom: 50px; font-size: 16px; font-size: 1.6rem; line-height: 26px; } }

@media screen and (max-width: 991px) { .contact-info { margin-bottom: 40px; font-size: 14px; font-size: 1.4rem; line-height: 24px; } }

@media screen and (max-width: 767px) { .contact-info { margin-bottom: 30px; font-size: 14px; font-size: 1.4rem; line-height: 22px; } }

.contact-list { margin-bottom: 80px; font-size: 18px; font-size: 1.8rem; line-height: 28px; }

.contact-list p { margin-bottom: 6px; }

.contact-list em { display: block; height: 1px; border-top: solid 1px #F0F0F0; }

.contact-list a:hover { color: #276DC1; }

@media screen and (max-width: 1219px) { .contact-list { margin-bottom: 50px; font-size: 16px; font-size: 1.6rem; line-height: 26px; } }

@media screen and (max-width: 991px) { .contact-list { margin-bottom: 40px; font-size: 14px; font-size: 1.4rem; line-height: 24px; } }

@media screen and (max-width: 767px) { .contact-list { margin-bottom: 30px; font-size: 14px; font-size: 1.4rem; line-height: 22px; }
  .contact-list p { margin-bottom: 3px; } }

.contact-form { max-width: 658px; margin: 0 auto 74px; overflow: hidden; }

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

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

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

.contact-form .item-row { margin-bottom: 17px; }

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

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

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

.contact-form .item-row input, .contact-form .item-row textarea { width: 100%; display: block; background-color: #F6F6F6; height: 40px; line-height: 40px; padding: 0 10px; color: #333; font-size: 14px; font-size: 1.4rem; }

.contact-form .item-row textarea { height: 96px; line-height: 24px; padding-top: 3px; padding-bottom: 3px; }

.contact-form .item-row .code-input { width: 294px; float: left; margin-right: 10px; }

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

.contact-form .item-row .code-img img { display: block; max-height:40px }

.contact-form .item-row .code-btn { float: right; width: 215px; cursor:pointer; background-color: #276DC1; text-align: center; font-size: 16px; font-size: 1.6rem; text-transform: uppercase; color: #fff; border: 0; }

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

@media screen and (max-width: 767px) { .contact-form { padding: 0 15px; }
  .contact-form .item-row input, .contact-form .item-row textarea { font-size: 12px; font-size: 1.2rem; }
  .contact-form .item-row .code-input { margin-right: 0; width: -webkit-calc(100% - 130px) !important; width: -moz-calc(100% - 130px) !important; width: calc(100% - 130px) !important; }
  .contact-form .item-row .code-img { float: right; margin: 0; }
  .contact-form .item-row .code-btn { width: 100%; margin-top: 15px; font-size: 14px; font-size: 1.4rem; } }

.contact-form .attachment { float: left; width: 100%; position: relative; padding-left: 0; margin-bottom: 28px; }

@media screen and (max-width: 991px) { .contact-form .attachment { padding-left: 0; margin-bottom: 20px; } }

@media screen and (max-width: 480px) { .contact-form .attachment { padding-left: 0; } }

.contact-form .attachment span {    float: none;
    line-height: 30px; }

.contact-form .attachment #file-name { padding: 0 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.contact-form .attachment .file-group { float: left; width: 377px; height: 34px; line-height: 34px; background-color: #276DC1; position: relative; overflow: hidden; }

@media screen and (max-width: 991px) { .contact-form .attachment .file-group { width: 48.16667%; } }

@media screen and (max-width: 480px) { .contact-form .attachment .file-group { width: 100%; } }

.contact-form .attachment .file-group .file-btn { border-radius: 0; width: 100%; height: 100%; background-color: #276DC1; color: #FFFFFF; border: 0; }

.contact-form .attachment .file-group .file-single { width: 100%; height: 100%; font-size:0; opacity: 0; cursor: pointer; position: absolute; left: 0; top: 0; z-index: 111; }

.contact-form .attachment .file-group .file { width: 100%; height: 100%; opacity: 0; cursor: pointer; position: absolute; left: 0; top: 0; z-index: 111; }

.contact-form .attachment .file-group .file-name-p { overflow: hidden; height: 34px; line-height: 34px; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: end; -webkit-align-items: flex-end; -moz-box-align: end; -ms-flex-align: end; align-items: flex-end; }

.contact-form .attachment .file-group .file-name-p i { cursor: pointer; }

.contact-form .attachment .file-group .file-name-p span { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }


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

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

@media screen and (min-width: 999px) { .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: #276DC1; }

.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 #276DC1; 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: #fff; 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; }


 .box-search .iconfont {
    font-size: 18px;
    font-size: 1.8rem;
    color: #276DC1;
    position: absolute;
    width: 30px;
    text-align: left;
    top: 50%;
    margin-top: -10px;
    z-index: 0;
    right: 0;
    line-height: 20px;
}

.n-nav .box-list { margin-top: 30px; }

.n-nav .box-list > li { position: relative; -webkit-animation-duration: 0.5s; -moz-animation-duration: 0.5s; animation-duration: 0.5s; -webkit-animation-fill-mode: both; -moz-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-name: resize; -moz-animation-name: resize; animation-name: resize; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; padding: 0 10px; }

.n-nav .box-list > li a { display: block; font-size: 14px; font-size: 1.4rem; line-height: 26px; padding: 10px 25px 10px 10px; color: #fff; text-transform: uppercase; border-bottom: 1px solid rgba(255, 255, 255, 0.3); }

.n-nav .box-list li { position: relative; }

.n-nav .box-list li .has-next { position: absolute; top: 10px; right: 10px; width: 20px; height: 20px; background: url(../fonts/n1.png) no-repeat center; background-size: contain; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; cursor: pointer; }

.n-nav .box-list li.active > .has-next { background: url(../fonts/n2.png) no-repeat center; background-size: contain; }

.n-nav .box-list .yiji-list { display: none; }

.n-nav .box-list .yiji-list li { padding-left: 12px; }

.n-nav .box-list .yiji-list li .has-next { right: 0; }

.n-nav .box-list .yiji-list li > a { padding: 10px 25px 10px 20px; line-height: 22px; position: relative; }

.n-nav .box-list .yiji-list li > a:before { position: absolute; content: ''; width: 5px; height: 5px; background-color: #fff; top: 19px; left: 10px; }

.n-nav .box-list .erji-list { display: none; }

.n-nav .box-list .sanji-list { display: none; }

.banner { line-height: 0; font-size: 0; position: relative; }

.banner .slick-arrow { position: absolute; z-index: 2; display: none !important; cursor: pointer; top: 50%; margin-top: -15px; width: 30px; height: 30px; line-height: 30px; text-align: center; background-color: #fff; background-color: rgba(255, 255, 255, 0.3); }

.banner .slick-arrow .iconfont { font-size: 14px; font-size: 1.4rem; color: #3F3E3E; }

.banner .slick-arrow:hover { background-color: #fff; }

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

.banner .slick-prev { left: 75px; cursor: pointer; }

.banner .slick-next { right: 75px; cursor: pointer; }

.banner .slick-dots { position: absolute; z-index: 2; left: 0; right: 0; bottom: 21px; text-align: center; font-size: 0; letter-spacing: 0; text-align: center; }

.banner .slick-dots li { margin: 0 8px; display: inline-block; vertical-align: top; cursor: pointer; }

.banner .slick-dots li a { display: block; width: 16px; height: 16px; background-color: #fff; border-radius: 50%; border: solid 2px #fff; }

.banner .slick-dots li.slick-active a { background-color: transparent; }

@media screen and (max-width: 991px) { .banner .slick-dots { bottom: 15px; }
  .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: 7px; }
  .banner .slick-dots li { margin: 0 2px; }
  .banner .slick-dots li a { width: 8px; height: 8px; } }

.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; }

.slick-slide {
    position: relative;
}

.slick-slide iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

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

@media screen and (max-width: 991px) {
    .slick-slide video {
        object-position: inherit;
        object-fit: inherit;
        width: 100%;
        height: 100%;
        transform: translate(0, 0);
        left: 0;
        top: 0;
    }
}
.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);
}

}

@font-face {
  font-family: "iconfont"; /* Project id 2027287 */
  src: url('../fonts/iconfont.woff2?t=1626850158366') format('woff2'),
       url('../fonts/iconfont.woff?t=1626850158366') format('woff'),
       url('../fonts/iconfont.ttf?t=1626850158366') format('truetype');
}

.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-vk:before {
  content: "\e735";
}

.icon-yuanxingjiantouxiangyouzuo:before {
  content: "\e60c";
}

.icon-yuanxingjiantouxiangyou:before {
  content: "\e613";
}

.icon-shixinyuanxingjiantoushang1:before {
  content: "\e93f";
}

.icon-shixinyuanxingjiantouxia1:before {
  content: "\e942";
}

.icon-shixinyuanxingjiantouyou1:before {
  content: "\e940";
}

.icon-shixinyuanxingjiantouzuo1:before {
  content: "\e941";
}

.icon-yuanxingjiantouyou:before {
  content: "\e967";
}

.icon-yuanxingjiantouzuo:before {
  content: "\e968";
}

.icon-bigger:before {
  content: "\e647";
}

.icon-liebiao:before {
  content: "\e834";
}

.icon-icon-test9:before {
  content: "\e64f";
}

.icon-icon-test10:before {
  content: "\e651";
}

.icon-icon-test12:before {
  content: "\e653";
}

.icon-list:before {
  content: "\e671";
}

.icon-download4:before {
  content: "\e7a3";
}

.icon-lianjie:before {
  content: "\e625";
}

.icon-jian2:before {
  content: "\e600";
}

.icon-jia2:before {
  content: "\e608";
}

.icon-home:before {
  content: "\e624";
}

.icon-weibiaoti1:before {
  content: "\e62c";
}

.icon-facebook1:before {
  content: "\e620";
}

.icon-skype1:before {
  content: "\e601";
}

.icon-pinterest1:before {
  content: "\e8ab";
}

.icon-linkedin1:before {
  content: "\e648";
}

.icon-xie:before {
  content: "\e60f";
}

.icon-youtube1:before {
  content: "\e6d6";
}

.icon-twitter1:before {
  content: "\e607";
}

.icon-whatsapp1:before {
  content: "\e61b";
}

.icon-dianhua2:before {
  content: "\e6c5";
}

.icon-icon_phone_fill:before {
  content: "\ebad";
}

.icon-icon_signal_fill:before {
  content: "\ebaf";
}

.icon-sousuo:before {
  content: "\e64c";
}

.icon-up7:before {
  content: "\e722";
}

.icon-bottom7:before {
  content: "\e723";
}

.icon-left7:before {
  content: "\e724";
}

.icon-right7:before {
  content: "\e725";
}

.icon-up9:before {
  content: "\e72a";
}

.icon-bottom9:before {
  content: "\e72b";
}

.icon-left9:before {
  content: "\e72c";
}

.icon-right9:before {
  content: "\e72d";
}

.icon-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-instagram:before {
  content: "\e79d";
}

.icon-address:before {
  content: "\e7bc";
}

.icon-email:before {
  content: "\e7bd";
}

.icon-contact:before {
  content: "\e7be";
}

.icon-whatsapp:before {
  content: "\e7bf";
}

.icon-address1:before {
  content: "\e7c0";
}

.icon-wechat:before {
  content: "\e7c1";
}

.icon-fax:before {
  content: "\e7c2";
}

.icon-mobile:before {
  content: "\e7c3";
}

.icon-email1:before {
  content: "\e7c4";
}

.icon-phone:before {
  content: "\e7c6";
}

.icon-tel:before {
  content: "\e7c7";
}

.icon-website1:before {
  content: "\e7c9";
}

.icon-qq:before {
  content: "\e7ca";
}

.icon-phone1:before {
  content: "\e7cb";
}

.icon-skype:before {
  content: "\e7cc";
}

.icon-whatsapp11:before {
  content: "\e7c5";
}

.icon-address2:before {
  content: "\e7c8";
}

.icon-email11:before {
  content: "\e7cd";
}

.icon-address11:before {
  content: "\e7ce";
}

.icon-fax1:before {
  content: "\e7cf";
}

.icon-qq1:before {
  content: "\e7d0";
}

.icon-tel1:before {
  content: "\e7d1";
}

.icon-wechat1:before {
  content: "\e7d2";
}

.icon-phone2:before {
  content: "\e7d3";
}

.icon-mobile1:before {
  content: "\e7d4";
}

.icon-message2:before {
  content: "\e7dc";
}

.icon-calendar3:before {
  content: "\e7e1";
}

.icon-search:before {
  content: "\e602";
}

.icon-top10:before {
  content: "\e7ee";
}

.icon-bottom10:before {
  content: "\e7ef";
}

.icon-left10:before {
  content: "\e7f0";
}

.icon-right10:before {
  content: "\e7f1";
}

.icon-companyname:before {
  content: "\e610";
}



.down_file_content .submit{ cursor:pointer !important}
.at-resp-share-element .at-share-btn .at-icon-wrapper { width: 26px !important; height: 26px !important; }

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


.listcart{ margin-top:30px; width:100%; clear:both}

.listcart a{display:inline-block; color:#fff;min-width: 160px;line-height:40px; box-sizing:border-box;  font-size:14px;font-size: 1.4rem; margin-right:10px;text-align: center;margin-bottom:20px; background:#666; padding-left:5px; padding-right:5px
}
.listcart a:hover{ background:#276DC1;color:#fff;}
	.xunpanc a:hover{ color:#276DC1}

	.xunpanc{
          margin-top: 25px;
          margin-bottom: 14px;
        }

        .xunpanc table{
          border: 1px solid #333; text-align:center
        }

        .xunpanc table tr:first-child{
          height: 40px;
          color: #fff;
          background-color: #333;
        }

        .xunpanc table tr .td1{
          width: 50%;
        }

        .xunpanc table tr .td2{
          width: 30%;
        }

        .xunpanc table tr .td3{
          width: 20%;
        }

        .xunpanc table tr td{
          padding: 11px;

        }

        .xunpanc table tr .td2{
          font-size: 0;
          line-height: 0;
        }


@media screen and (max-width: 640px) {.listcart a{ width:100%; display:block}}
@media screen and (max-width:1219px) {
.gaodeditu .iframe{ overflow:scroll}
}


	.down_file_content .submit{ cursor:pointer !important}


	.down_file_box {min-height: 520px !important;}
@media screen and (max-width: 767px) { .footer{ padding-bottom:60px}
}


.pro1-spec{
	overflow: hidden;
	margin-bottom: 30px;
}
.more-btn{
	float: left;
	text-transform: uppercase;
	margin-bottom: 30px;
	cursor: pointer;
	text-decoration: underline;
}


.faq-list { padding-bottom: 35px; }

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

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

.faq-list .list-item { margin-bottom: 30px; }

.faq-list .list-item:first-child .item-desc { display: block; }

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

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

.faq-list .item-title { background-color: #f2f2f2; white-space:pre-wrap; line-height: 26px; font-size: 16px; font-size: 1.6rem; padding: 10px 40px 10px 30px; cursor: pointer; position: relative; }

@media screen and (max-width: 1219px) { .faq-list .item-title { padding: 8px 40px 8px 15px; } }

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

.faq-list .item-title:before { position: absolute; content: '\e725'; font-family: "iconfont" !important; font-size: 16px; font-size: 1.6rem; font-style: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; right: 19px; }

@media screen and (max-width: 767px) { .faq-list .item-title:before { right: 10px; } }

.faq-list .item-title.active { background-color: #276DC1; color: #fff; }

.faq-list .item-title.active:before { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); }

.faq-list .item-desc { display: none; padding: 18px 30px 0; font-size: 16px; font-size: 1.6rem; line-height: 30px; }

.faq-list .item-desc p { min-height: 30px; white-space:pre-wrap;}

@media screen and (max-width: 1219px) { .faq-list .item-desc { padding: 15px 15px 0; line-height: 26px; }
  .faq-list .item-desc p { min-height: 26px; } }

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

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

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

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

.video-list .list-item { display: inline-block; vertical-align: top; width: 31.25%; margin-left: 3.125%; margin-bottom: 34px; /* @media screen and (max-width:400px) { width: 98%; } */ }

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

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

.video-list .item-videobox { width: 100%; overflow: hidden; margin: 0 auto; border-radius: 0; }

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

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

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

.video-list .item-pic { border-radius: 0; }

.video-list .item-pic img { cursor: pointer; }

.video-list .item-title { text-align: center; font-size: 18px; font-size: 1.8rem; line-height: 1.2; margin-top: 15px; }

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

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

/* video-list end */
.video-backdrop { display: none; position: fixed; top: 0; bottom: 0; left: 0; right: 0; background-color: #000; background-color: rgba(0, 0, 0, 0.7); z-index: 999999999; /* .item-videobox start */ /* .item-videobox end */ }

.video-backdrop .item-close { position: absolute; right: 2.60417%; top: 2.60417%; color: #fff; font-size: 36px; font-size: 3.6rem; cursor: pointer; }

@media screen and (max-width: 767px) { .video-backdrop .item-close { font-size: 26px; font-size: 2.6rem; } }

.video-backdrop .item-videobox { overflow: hidden; max-width: 600px; border-radius: 0; position: absolute; top: 50%; left: 50%; width: 95%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

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

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

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

.cer-list { font-size: 0; letter-spacing: 0; padding-bottom: 10px; }

.cer-list .list-item { display: inline-block; vertical-align: top; width: 31.08333%; margin-left: 3.375%; margin-bottom: 33px; }

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

@media screen and (max-width: 400px) { .cer-list .list-item { width: 48%; margin-left: 1% !important; margin-right: 1%; margin-bottom: 20px; } }

.cer-list .item-pics { position: relative; padding-bottom: 100%; border: solid 1px #DCDCDC; }

.cer-list .item-pics img { max-width: 100% !important; max-height: 100% !important; }

.cer-list .item-box { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; position: absolute; left: 0; top: 0; right: 0; bottom: 0; width: 100%; height: 100%; }

.cer-list .item-backdrop .iconfont { display: inline-block; width: 50px; height: 50px; border-radius: 50%; background-color: #fff; line-height: 50px; font-size: 24px; font-size: 2.4rem; color: #276DC1; position: relative; }

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

.cer-list .item-title { font-size: 18px; font-size: 1.8rem; text-align: center; line-height: 1.2; margin-top: 16px; }

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

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

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


.related-news{margin-top: 30px;}


.index-cer .cer-scroll { position: relative; overflow: hidden; }

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

.index-cer .cer-scroll .scroll-btns .scroll-btn { display: inline-block; vertical-align: top; cursor: pointer; font-size: 28px; font-size: 2.8rem; color: #13548A; }

.index-cer .cer-scroll .scroll-btns .scroll-btn:hover { color: #000; }

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

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

.index-cer .cer-scroll .scroll-btns .prev { margin-right: 29px; }

@media screen and (max-width: 999px) { .index-cer .cer-scroll .scroll-btns .prev { margin-right: 20px; } }

@media screen and (max-width: 767px) { .index-cer .cer-scroll .scroll-btns .prev { margin-right: 10px; } }

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

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

.index-cer .cer-scroll .scroll-list .list-item { float: left; width: 0.23083%; margin-right: 0.02556%; }

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

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

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

.index-cer .cer-scroll .scroll-list .item-pics { position: relative; padding-bottom: 100%; background-color: #F2F2F2; }

.index-cer .cer-scroll .scroll-list .item-pics img { max-width: 100% !important; max-height: 100% !important; }

.index-cer .cer-scroll .scroll-list .item-box { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; position: absolute; left: 0; top: 0; right: 0; bottom: 0; width: 100%; height: 100%; }

.index-cer .cer-scroll .scroll-list .item-backdrop:before { background-color: #000; opacity: 0.5; filter: alpha(opacity=50); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; }

.index-cer .cer-scroll .scroll-list .item-backdrop .iconfont { font-size: 36px; font-size: 3.6rem; color: #fff; position: relative; }

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

.index-cer .cer-scroll .scroll-list .item-title { font-size: 20px; font-size: 2rem; text-align: center; line-height: 1.2; margin-top: 25px; }

@media screen and (max-width: 1219px) { .index-cer .cer-scroll .scroll-list .item-title { font-size: 16px; font-size: 1.6rem; margin-top: 20px; } }

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

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


.index-video,
.index-faq,
.index-cer,
.index-app,
.index-download{ margin-bottom: 48px; }

@media screen and (max-width: 991px) { .index-video,
.index-faq,
.index-cer,
.index-app,
.index-download { margin-bottom: 40px; } }

@media screen and (max-width: 767px) { .index-video,
.index-faq,
.index-cer,
.index-app,
.index-download { margin-bottom: 20px; } }

.index-video .index-item,
.index-faq .index-item,
.index-cer .index-item,
.index-app .index-item,
.index-download .index-item{ margin-bottom: 31px; }

@media screen and (max-width: 767px) { .index-video .index-item,
.index-faq .index-item,
.index-cer .index-item,
.index-app .index-item,
.index-download .index-item { margin-bottom: 25px; } }

.index-faq .faq-list,
.index-download .download-list,
.index-video .video-list,
.index-app .app1-list{padding-bottom: 0;}

  .zanwu{ font-size:14px; font-size:1.4rem; line-height:30px; margin-top:15px; margin-bottom:15px}
.disnone{ display:none}


 .inquiry-success{text-align: center;margin-top: 5%;margin-bottom: 10%;}
        .inquiry-success *{text-align: center;}
        .inquiry-success p i{font-size: 60px; font-size:6rem;color:#276DC1}
        .inquiry-success .text{font-size: 20px;color: #333333;margin: 20px 0;}
        .inquiry-success .but a{display: inline-block;width: 200px;height: 50px;background-color: #276DC1;color: #FFFFFF;line-height: 50px;padding: 0;border: 0;font-size: 16px; font-size:1.6rem}

.inquiry-success .but a:hover{ background:#fff; color:#276DC1}

.listcart2{ margin-top:30px; width:100%; clear:both}

.listcart2 a,.listcart2 button{display:inline-block; color:#fff;height: 34px;
min-width: 200px; box-sizing:border-box;  font-size:14px;font-size: 1.4rem; margin-right:10px;text-align: center;margin-bottom:10px; background:#666; padding-left:5px; padding-right:5px; border:none; cursor:pointer; background:#276DC1; color:#fff; border:#276DC1 solid 1px;line-height: 34px;
}
.listcart2 a:hover,.listcart2 button:hover{ background:#fff;color:#276DC1;}
@media screen and (max-width: 640px) {.listcart2 a,.listcart2 button{ width:100%; display:block}}


/*xun pan tijiao*/

.xunpanlb .table{margin-top: 30px;}
.xunpanlb .table .thead{font-size: 0;letter-spacing: 0;border: 1px solid #dcdcdc; background:#276DC1; }
.xunpanlb .table .thead p{text-align: center; padding: 0 10px;font-size: 16px; line-height: 40px;width: 33.3333%;display: inline-block;vertical-align: middle; box-sizing:border-box; color:#fff}
.xunpanlb .table .thead p:nth-child(2){border-right: 1px solid #dcdcdc;border-left: 1px solid #dcdcdc;}

.xunpanlb .table .tbody{font-size: 0;letter-spacing: 0;}
.xunpanlb .table .tbody .tread{border: 1px solid #dcdcdc;border-top: 0;}
.xunpanlb .table .tbody .tread .td{height: 100%; text-align: center;padding: 10px 10px;font-size: 16px; line-height: 40px;width: 33.3333%;display: inline-block;vertical-align: middle; box-sizing:border-box}
.xunpanlb .table .tbody .tread .td:nth-child(2){border-right: 1px solid #dcdcdc;border-left: 1px solid #dcdcdc;}
.xunpanlb .table .tbody .td img{max-width: 110px; margin-left:auto; margin-right:auto;}
.xunpanlb .table .tbody .td a{color: #666666;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;display: block;}
.xunpanlb .table .tbody .td a:hover{color: #276DC1;}
@media screen and (max-width: 520px){
    .xunpanlb .table{border-top: 1px solid #dcdcdc;}
    .xunpanlb .table .thead{display: none;}
    .xunpanlb .table .tbody .td{width: 100% !important;}
    .xunpanlb .table .tbody .tread .td:nth-child(2){border: 0 !important;}
}
.m-kf5 .kf-item span{ font-family:Arial, Helvetica, sans-serif}



.tankaunga{ position:fixed; width:100%; height:100%; left:0px; top:0px; background:#000; background:rgba(0,0,0,0.5); display:none; z-index:9999999999}
.tankaunga:before{ content:"X"; position:absolute; width:30px; height:30px; line-height:30px; text-align:center; top:10px; right:10px; background:#fff; border-radius:50%; font-size:18px;}
.tankaungn2{position:fixed; left:5%; top:5%; right:5%; bottom:5%;}

.tankaungn2 iframe,.tankaungn2 video {  position: absolute; top:0; left: 0; width: 100%; height: 100%; border:none;}
.tankaungn2 iframe body{ margin:0px !important;}

@media screen and (max-width:767px) {
.tankaungn2{position:fixed; left:5%; top:10%; right:5%; bottom:10%;}
}
.logo-a{
    width: 266px;
    display: block;
}
.cart-list .cart-operate .cart-delate{
    color: #276DC1 !important;
}
.item-desc a{color: #2980b9;}
.item-desc a:hover{color:#333;}
.tab-content-cpxq p a{color: #2980b9;}
.tab-content-cpxq p a:hover{color:#333;}
