.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:"Microsoft YaHei","微软雅黑";
   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:"Microsoft YaHei","微软雅黑"; }

#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: #1c1c1c; color: #fff; font-family:"Microsoft YaHei","微软雅黑"; font-size: 14px; font-size: 1.4rem; max-width: 1920px; margin: 0 auto; overflow-x: hidden; }

@media screen and (max-device-width: 320px) { body { -webkit-text-size-adjust: 100%; } }

@media screen and (max-device-width: 480px) { body { -webkit-text-size-adjust: 100%; } }

@media only screen and (-webkit-min-device-pixel-ratio: 2) { body { -webkit-text-size-adjust: 100%; } }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) { body { -webkit-text-size-adjust: 100%; } }

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: #fff; 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:"Microsoft YaHei","微软雅黑"; 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: #02305E; }
::selection { color: #fff; background: #02305E; }

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

.self-ellipsis-2 { display: -webkit-box !important; 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 !important; 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 !important; 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; }

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

.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; color: #333; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* .an-btn1 start */
.an-btn1 { position: relative; z-index: 1; overflow: hidden; -webkit-transition: background 0.4s linear, color 0.3s linear; -o-transition: background 0.4s linear, color 0.3s linear; -moz-transition: background 0.4s linear, color 0.3s linear; transition: background 0.4s linear, color 0.3s linear; }

.an-btn1:before { position: absolute; top: 50%; left: 50%; width: 120%; height: 50%; opacity: 0; filter: alpha(opacity=0); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; z-index: -1; content: ''; background: #02305E; -webkit-transition: all 0.4s linear 0s; -o-transition: all 0.4s linear 0s; -moz-transition: all 0.4s linear 0s; transition: all 0.4s linear 0s; -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg); -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg); -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg); -o-transform: translateX(-50%) translateY(-50%) rotate(45deg); transform: translateX(-50%) translateY(-50%) rotate(45deg); }

.an-btn1 .iconfont { -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; }

.an-btn1:hover { border-color: #02305E !important; background-color: #02305E \9; color: #fff !important; }

.an-btn1:hover .iconfont { color: #fff !important; }

.an-btn1:hover:before { height: 500%; opacity: 1; filter: alpha(opacity=100); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

/* .an-btn1 end */
/* .an-btn2 start */
.an-btn2 { position: relative; z-index: 1; overflow: hidden; -webkit-transition: background 0.4s linear, color 0.3s linear; -o-transition: background 0.4s linear, color 0.3s linear; -moz-transition: background 0.4s linear, color 0.3s linear; transition: background 0.4s linear, color 0.3s linear; }

.an-btn2:before { position: absolute; top: 50%; left: 50%; width: 120%; height: 50%; opacity: 0; filter: alpha(opacity=0); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; z-index: -1; content: ''; background: #fff; -webkit-transition: all 0.4s linear 0s; -o-transition: all 0.4s linear 0s; -moz-transition: all 0.4s linear 0s; transition: all 0.4s linear 0s; -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg); -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg); -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg); -o-transform: translateX(-50%) translateY(-50%) rotate(45deg); transform: translateX(-50%) translateY(-50%) rotate(45deg); }

.an-btn2 .iconfont { -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; }

.an-btn2:hover { border-color: #02305E !important; background-color: #fff \9; color: #02305E !important; }

.an-btn2:hover .iconfont { color: #02305E !important; }

.an-btn2:hover:before { height: 500%; opacity: 1; filter: alpha(opacity=100); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

/* .an-btn2 end */
@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.5; filter: alpha(opacity=50); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; background-color: #02305E; } }

@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, .table table a { color: #000; }

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

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

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

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

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

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

.page a { display: inline-block; vertical-align: top; border: solid 1px #E5E5E5; background-color: #fff; color: #333; min-width: 35px; padding: 0 2px; height: 30px; line-height: 28px; margin: 0 4px 10px; font-size: 14px; font-size: 1.4rem; }

.page span { display: inline-block; vertical-align: top; color: #fff; min-width: 35px; padding: 0 2px; height: 30px; line-height: 28px; margin: 0 4px 10px; font-size: 14px; font-size: 1.4rem; }

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

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

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

@media only screen and (max-width: 1219px) { .page a { height: 28px; line-height: 26px; min-width: 28px; font-size: 12px; font-size: 1.2rem; }
  .page a.prev { min-width: 60px; }
  .page a.next { min-width: 60px; } }

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

.page .add-form .add-btn { font-size: 14px; font-size: 1.4rem; text-align: center; min-width: 138px; padding: 0 10px; height: 30px; line-height: 28px; background-color: #02305E; color: #FFFFFF; cursor: pointer; -webkit-transition: all .35s; -o-transition: all .35s; -moz-transition: all .35s; transition: all .35s; }

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

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

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

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

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

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

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

.contact-pc li .iconfont { color: #fff; font-size: 22px; font-size: 2.2rem; }

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

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

.c1 .iconfont { color: #02305E !important; }

.c2 .iconfont { color: #62b900 !important; }

.c3 .iconfont { color: #333 !important; }

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

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

.contact-phone li:hover { background-color: #02305E; }

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

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

.contact-phone li .iconfont { color: #fff; font-size: 20px; font-size: 2.0rem; }

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

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

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

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

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

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

/*-------------pro-share end---------------------------------------------------------------*/
/*-------------m-oths----------------------------------------------------------------------*/
.m-oths { font-size: 16px; font-size: 1.6rem; }

.m-oths a:hover { text-decoration: underline; }

.m-oths .oths-item { line-height: 30px; margin-bottom: 2px; }

.m-oths .item-btn { float: left; margin-right: 5px; color: #999; }

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

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

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

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

/*-------------bread start-----------------------------------------------------------------*/
.bread { font-size: 16px; font-size: 1.6rem; line-height: 24px; padding-top: 29px; padding-bottom: 34px; overflow: hidden; }

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

.bread a:hover, .bread .bread-active { text-decoration: underline; }

@media screen and (max-width: 1219px) { .bread { padding-top: 20px; padding-bottom: 30px; font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 991px) { .bread { padding-top: 15px; padding-bottom: 20px; font-size: 14px; font-size: 1.4rem; } }

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

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

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

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

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

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

@media screen and (max-width: 1419px) { .search { margin-right: 0; } }

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

.search .search-icon { cursor: pointer; display: block; }

.search .search-icon .iconfont { display: block; color: #fff; font-size: 18px; font-size: 1.8rem; line-height: 1; }

.search .search-box { display: none; overflow: hidden; position: absolute; top: 38px; right: 0; z-index: 999; width: 260px; height: 50px; border-radius: 2px; background-color: #fff; box-shadow: 0 0 10px rgba(0, 0, 0, 0.22); padding: 10px 10px; cursor: pointer; }

.search .search-box .iconfont { border-radius: 5px; font-size: 16px; font-size: 1.6rem; color: #fff; background-color: #02305E; position: absolute; width: 30px; height: 30px; line-height: 30px; text-align: center; right: 10px; top: 50%; margin-top: -15px; z-index: -1; }

.search .search-box .item-input { position: absolute; height: 30px; line-height: 30px; top: 50%; margin-top: -15px; width: 100%; left: 0; padding: 0 45px 0 10px; }

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

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

.header { position: relative; top: 0; left: 0; z-index: 999; width: 100%; background-color: #000; background-color: rgba(0, 0, 0, 0.7); -webkit-transition: all 0.6s ease; -o-transition: all 0.6s ease; -moz-transition: all 0.6s ease; transition: all 0.6s ease; }

@media screen and (max-width: 991px) { .header { position: relative !important; } }

.header.index-header { position: absolute; }

@media screen and (max-width: 991px) { .header.index-header { position: relative; } }

.header .wp { position: relative; }

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

.header .logo { float: left; margin: 14px 0 13px -150px; position: relative; font-size: 0; letter-spacing: 0; }

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

@media screen and (max-width: 767px) { .header .logo { margin: 15px 0 10px; } }

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

.header .logo .item-img { width: 98px; margin-right: 16px; }

.header .logo .item-img a { display: block; position: relative; padding-bottom: 105.10204%; }

.header .logo .item-img a img { display: block; margin: 0 auto; width: 100%; position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

@media screen and (max-width: 1219px) { .header .logo .item-img { width: 80px; margin-right: 10px; } }

@media screen and (max-width: 991px) { .header .logo .item-img { width: 66px; margin-right: 10px; } }

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

.header .logo .item-txt { font-family:"Microsoft YaHei","微软雅黑"; font-size: 18px; font-size: 1.8rem; line-height: 30px; color: #fff; }

@media screen and (max-width: 1219px) { .header .logo .item-txt { font-size: 16px; font-size: 1.6rem; line-height: 26px; } }

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

@media screen and (max-width: 767px) { .header .logo .item-txt { font-size: 12px; font-size: 1.2rem; line-height: 1.4; } }

.header .lang-box { position: absolute; right: -60px; top: 11px; }

@media screen and (max-width: 1419px) { .header .lang-box { right: 0; } }

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

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

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

.header .lang-box .item-title .iconfont { display: inline-block; vertical-align: middle; line-height: 20px; color: #fff; font-size: 19px; font-size: 1.9rem; margin-right: 5px; }

.header .lang-box .item-title .icon-bottom { font-size: 12px !important; font-size: 1.2rem !important; margin-left: 0; vertical-align: middle; margin-right: 0; color: #fff; }

@media screen and (max-width: 767px) { .header .lang-box .item-title { font-size: 12px; font-size: 1.2rem; }
  .header .lang-box .item-title .iconfont { font-size: 16px; font-size: 1.6rem; margin-right: 0; } }

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

.header .lang-box .box-list a { display: block; color: #333; line-height: 28px; font-size: 14px; font-size: 1.4rem; }

.header .lang-box .box-list a:hover { background-color: #fff; color: #02305E; }

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

.header .navlist { float: right; margin-top: 51px; margin-right: -20px; font-size: 0; letter-spacing: 0; }

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

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

.header .navlist > li > a { color: #fff; font-family:"Microsoft YaHei","微软雅黑"; text-transform: uppercase; font-size: 18px; font-size: 1.8rem; display: block; line-height: 24px; position: relative; padding-bottom: 9px; }

.header .navlist > li > a:before { position: absolute; content: ''; width: 0; height: 2px; left: 50%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); margin: 0 auto; background-color: #fff; 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: 60px; }

@media screen and (max-width: 1419px) { .header .navlist { margin-right: 20px; }
  .header .navlist > li { margin-left: 30px; } }

@media screen and (max-width: 1219px) { .header .navlist > li { margin-left: 15px; }
  .header .navlist > li > a { font-size: 16px; font-size: 1.6rem; }
  .header .navlist > li.nav-active > a:before, .header .navlist > li:hover > a:before { width: 40px; } }

@media screen and (max-width: 991px) { .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: 214px; left: 50%; margin-left: -107px; 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: #FFFFFF; border-radius: 6px; }

.header .yiji li { position: relative; text-align: left; border-top: solid 1px #EBEBEB; }

.header .yiji li:first-child { border-top: 0; }

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

.header .yiji li:hover > a { color: #02305E; }

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

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

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

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

.header .erji, .header .sanji { position: absolute; left: 100%; top: 0; margin-left: 5px; 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: 214px; background: #FFFFFF; border-radius: 6px; }

.header .erji > li, .header .sanji > li { text-align: left; }

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

.header .select-box { z-index: 99; position: absolute; top: 100%; left: 0; display: block; visibility: hidden; opacity: 0; -webkit-transform: translateY(30px); -moz-transform: translateY(30px); -ms-transform: translateY(30px); -o-transform: translateY(30px); transform: translateY(30px); -webkit-transform-origin: top; -moz-transform-origin: top; -ms-transform-origin: top; -o-transform-origin: top; transform-origin: top; -webkit-transition: all 400ms ease; -o-transition: all 400ms ease; -moz-transition: all 400ms ease; transition: all 400ms ease; width: 100%; background-color: #fff; padding: 9px 0 30px; }

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

.header .select-box .box-yiji { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; }

.header .select-box .box-yiji li { -webkit-box-flex: 1; -webkit-flex: 1; -moz-box-flex: 1; -ms-flex: 1; flex: 1; }

.header .select-box .box-yiji li > a { display: block; max-width: 200px; margin: 0 auto; text-align: center; font-size: 18px; font-size: 1.8rem; line-height: 1.3; padding: 12px 10px 8px; }

.header .select-box .box-yiji li > a img { display: block; margin: 0 auto 15px; width: 41px; }

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

.header .select-box .box-yiji li:hover > a, .header .select-box .box-yiji li.active > a { background-color: #F5F5F5; }

.header .select-box .box-content { background-color: #F5F5F5; padding: 16px 12.08333% 14px; }

@media screen and (max-width: 1219px) { .header .select-box .box-content { padding: 16px 11.25% 14px; } }

.header .select-box .box-erji { display: none; font-size: 16px; font-size: 1.6rem; line-height: 36px; }

.header .select-box .box-erji:first-child { display: block; }

.header .select-box .box-erji a { display: block; }

.header .select-box .box-erji a:hover { text-decoration: underline; }

@media screen and (max-width: 1219px) { .header .select-box .box-erji { font-size: 14px; font-size: 1.4rem; line-height: 30px; } }

/*-------------header end------------------------------------------------------------------*/
/*-------------footer start----------------------------------------------------------------*/
.f-contact { background-color: #02305E; }

.f-contact .box-list { font-size: 0; letter-spacing: 0; text-align: center; }

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

.f-contact .box-list .list-item { display: inline-block; vertical-align: middle; width: 22.5%; padding: 20px 10px 24px 0; }

.f-contact .box-list .list-item:first-child { width: 32.5%; }

.f-contact .box-list .list-item:last-child { padding-right: 0; }

@media screen and (max-width: 1219px) { .f-contact .box-list .list-item { width: 24%; }
  .f-contact .box-list .list-item:first-child { width: 31%; } }

@media screen and (max-width: 991px) { .f-contact .box-list .list-item { width: 50% !important; padding: 0 10px 0 0; margin-bottom: 15px; } }

@media screen and (max-width: 480px) { .f-contact .box-list .list-item { width: 100% !important; } }

.f-contact .box-list .item-box { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-flow: row nowrap; -moz-box-orient: horizontal; -moz-box-direction: normal; -ms-flex-flow: row nowrap; flex-flow: row nowrap; -webkit-box-pack: start; -webkit-justify-content: flex-start; -moz-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; }

.f-contact .box-list .iconfont { float: left; -webkit-box-flex: 0; -webkit-flex: 0 0 auto; -moz-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 65px; height: 65px; line-height: 65px; text-align: center; background-color: #FFFFFF; color: #02305E; border-radius: 50%; font-size: 30px; font-size: 3rem; margin-right: 12px; }

@media screen and (max-width: 1219px) { .f-contact .box-list .iconfont { width: 56px; height: 56px; line-height: 56px; font-size: 26px; font-size: 2.6rem; } }

@media screen and (max-width: 767px) { .f-contact .box-list .iconfont { width: 44px; height: 44px; line-height: 44px; font-size: 20px; font-size: 2rem; } }

.f-contact .box-list .item-body { text-align: left;overflow: hidden; -webkit-box-flex: 1; -webkit-flex: 1 1 auto; -moz-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; font-size: 16px; font-size: 1.6rem; line-height: 30px; }

.f-contact .box-list .item-body, .f-contact .box-list .item-body a { color: #DDDDDD; }

.f-contact .box-list .item-body a:hover { color: #fff; text-decoration: underline; }

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

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

.footer { background-color: #080808; text-align: center; }

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

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

.footer .f-top { border-bottom: solid 1px #525252; border-color: rgba(82, 82, 82, 0.6); padding: 42px 0 37px; }

@media screen and (max-width: 991px) { .footer .f-top { padding: 30px 0; } }

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

.footer .f-top .logo1 { margin-bottom: 41px; width: 88px; display: inline-block; }

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

@media screen and (max-width: 1219px) { .footer .f-top .logo1 { margin-bottom: 25px; } }

@media screen and (max-width: 991px) { .footer .f-top .logo1 { margin-bottom: 20px; } }

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

.footer .f-top .f-nav { font-size: 0; letter-spacing: 0; margin-bottom: 35px; }

@media screen and (max-width: 1219px) { .footer .f-top .f-nav { margin-bottom: 25px; } }

@media screen and (max-width: 991px) { .footer .f-top .f-nav { margin-bottom: 20px; } }

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

.footer .f-top .f-nav a { display: inline-block; vertical-align: top; font-size: 16px; font-size: 1.6rem; line-height: 24px; text-transform: uppercase; }

.footer .f-top .f-nav a:first-child:before { display: none; }

.footer .f-top .f-nav a:before { content: '|'; margin: 0 4px; }

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

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

.footer .f-top .f-follow a { display: inline-block; vertical-align: top; margin: 0 14px; }

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

.footer .f-top .f-follow .iconfont { display: block; line-height: 1; font-size: 24px; font-size: 2.4rem; color: #999999; }

.footer .f-top .f-follow .iconfont:hover { color: #fff; }

@media screen and (max-width: 991px) { .footer .f-top .f-follow .iconfont { font-size: 20px; font-size: 2rem; } }

.footer .f-bot { padding: 12px 0 10px; font-size: 14px; font-size: 1.4rem; line-height: 22px; }

@media screen and (max-width: 991px) { .footer .f-bot { padding: 15px 0; } }

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

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

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

.footer .f-bot .f-keys { margin-top: 4px; }

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

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

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

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

.index-item .item-title { font-family:"Microsoft YaHei","微软雅黑"; font-size: 44px; font-size: 4.4rem; text-transform: uppercase; line-height: 1.3; position: relative; padding-bottom: 24px; color: #fff; }

.index-item .item-title:before { position: absolute; content: ''; width: 6.66667%; height: 4px; background-color: #fff; left: 0; right: 0; margin: 0 auto; bottom: 0; }

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

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

@media screen and (max-width: 1419px) { .index-item .item-title { font-size: 38px; font-size: 3.8rem; } }

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

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

@media screen and (max-width: 767px) { .index-item .item-title { font-size: 20px; font-size: 2rem; padding-bottom: 10px; }
  .index-item .item-title:before { width: 8.33333%; height: 3px; } }

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

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

.index-item .item-desc a:hover { color: #ccc !important; }

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

@media screen and (max-width: 991px) { .index-item .item-desc { line-height: 22px; margin-top: 15px; } }

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

.index-probox { background: url(../images/bg1.jpg) no-repeat center; background-size: cover; padding: 71px 0 90px; }

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

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

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

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

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

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

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

.pro-owl { position: relative; padding: 0 7.5px; }

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

.pro-owl .owl-buttons { display: none !important; }

.pro-owl .owl-btns { font-size: 0; letter-spacing: 0; text-align: center; }

.pro-owl .owl-btns .owl-btn { position: absolute; top: 50%; margin-top: -20px; display: inline-block; vertical-align: top; cursor: pointer; width: 40px; height: 40px; line-height: 40px; border-radius: 50%; background-color: #8C8C8C; background-color: rgba(140, 140, 140, 0.8); font-size: 16px; font-size: 1.6rem; color: #fff; }

.pro-owl .owl-btns .owl-btn:hover { background-color: #02305E; background-color: rgba(2, 48, 94, 0.8); color: #fff; }

.pro-owl .owl-btns .owl-btn.disabled { color: #ccc; cursor: auto; }

@media screen and (max-width: 1419px) { .pro-owl .owl-btns .owl-btn { width: 36px; height: 36px; line-height: 36px; margin-top: -18px; } }

@media screen and (max-width: 1219px) { .pro-owl .owl-btns .owl-btn { width: 30px; height: 30px; line-height: 30px; margin-top: -15px; font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 767px) { .pro-owl .owl-btns .owl-btn { width: 26px; height: 26px; line-height: 26px; margin-top: -13px; font-size: 12px; font-size: 1.2rem; } }

.pro-owl .owl-btns .item-prev { left: 3px; }

.pro-owl .owl-btns .item-next { right: 3px; }

.pro-owl .list-item { margin: 0 3.41207%; background: #FFFFFF; box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2); }

.pro-owl .item-pic a { display: block; overflow: hidden; position: relative; padding-bottom: 73.33333%; }

.pro-owl .item-pic img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.pro-owl .item-body { padding: 13px 18px 14px; text-align: center; }

@media screen and (max-width: 1419px) { .pro-owl .item-body { padding: 10px 10px 14px; } }

.pro-owl .item-title { font-family:"Microsoft YaHei","微软雅黑"; font-size: 18px; font-size: 1.8rem; line-height: 1.3; }

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

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

.pro-owl .item-btn { margin-top: 16px; display: block; line-height: 30px; background-color: #EEEEEE; font-family:"Microsoft YaHei","微软雅黑"; font-size: 16px; font-size: 1.6rem; text-align: center; color: #999; }

.pro-owl .item-btn:hover { background-color: #02305E; color: #fff; }

@media screen and (max-width: 1419px) { .pro-owl .item-btn { margin-top: 12px; font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 767px) { .pro-owl .item-btn { font-size: 12px; font-size: 1.2rem; line-height: 26px; margin-top: 8px; } }

.index-about { padding: 94px 0 84px; }

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

@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-videobox { float: right; width: 58.75%; margin-left: 5%; margin-right: -11.66667%; padding-right: 10px; padding-bottom: 10px; position: relative; z-index: 2; }

.index-about .item-videobox:before { position: absolute; content: ''; width: 25.67376%; height: 37.81676%; background-color: #02305E; bottom: 0; right: 0; }

.index-about .item-videobox .item-video { position: relative; overflow: hidden; padding-bottom: 72.3741%; height: 0; }

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

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

@media screen and (max-width: 1519px) { .index-about .item-videobox { margin-right: -6.66667%; } }

@media screen and (max-width: 1419px) { .index-about .item-videobox { margin-right: 0; width: 50%; margin-left: 3.33333%; } }

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

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

.index-about .item-title { font-family:"Microsoft YaHei","微软雅黑"; font-size: 44px; font-size: 4.4rem; text-transform: uppercase; line-height: 1.3; position: relative; margin-top: 37px; padding-bottom: 34px; }

.index-about .item-title:before { position: absolute; content: ''; width: 6.66667%; height: 4px; background-color: #fff; left: 0; bottom: 0; }

.index-about .item-title a { display: table; }

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

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

@media screen and (max-width: 1419px) { .index-about .item-title { font-size: 38px; font-size: 3.8rem; padding-bottom: 20px; } }

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

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

@media screen and (max-width: 767px) { .index-about .item-title { font-size: 20px; font-size: 2rem; padding-bottom: 10px; }
  .index-about .item-title:before { width: 8.33333%; height: 3px; } }

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

.index-about .item-desc p { min-height: 30px; text-indent: 2em; }

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

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

@media screen and (max-width: 1419px) { .index-about .item-desc { margin-top: 25px; line-height: 26px; }
  .index-about .item-desc p { min-height: 26px; } }

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

@media screen and (max-width: 991px) { .index-about .item-desc { margin-top: 15px; line-height: 22px; }
  .index-about .item-desc p { min-height: 22px; } }

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

.index-about .item-btn { margin-top: 39px; display: inline-block; min-width: 159px; line-height: 44px; padding: 0 15px; border: 2px solid #FFFFFF; font-family:"Microsoft YaHei","微软雅黑"; font-size: 16px; font-size: 1.6rem; color: #fff; text-transform: uppercase; text-align: center; }

.index-about .item-btn:hover { border-color: #fff !important; color: #02305E !important; }

.index-about .item-btn:before { background-color: #fff; }

@media screen and (max-width: 1419px) { .index-about .item-btn { margin-top: 25px; } }

@media screen and (max-width: 1219px) { .index-about .item-btn { line-height: 34px; font-size: 14px; font-size: 1.4rem; min-width: 130px; } }

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

.index-ad .box1-item { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-flow: row nowrap; -moz-box-orient: horizontal; -moz-box-direction: normal; -ms-flex-flow: row nowrap; flex-flow: row nowrap; -webkit-box-pack: start; -webkit-justify-content: flex-start; -moz-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; position: relative; background: url(../images/bg1.jpg) no-repeat center; background-size: cover; }

@media screen and (max-width: 767px) { .index-ad .box1-item { display: block; } }

.index-ad .box1-item .item-pic { float: left; width: 50%; -webkit-box-flex: 0; -webkit-flex: 0 0 auto; -moz-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; }

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

.index-ad .box1-item .item-body { overflow: hidden; -webkit-box-flex: 1; -webkit-flex: 1 1 auto; -moz-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; position: relative; }

.index-ad .box1-item .item-info { width: 600px; margin-left: 14.79167%; padding-top: 5px; padding-bottom: 5px; }

@media screen and (max-width: 1519px) { .index-ad .box1-item .item-info { margin-left: 8.33333%; } }

@media screen and (max-width: 1419px) { .index-ad .box1-item .item-info { margin-left: 0; padding-left: 20px; } }

@media screen and (max-width: 1219px) { .index-ad .box1-item .item-info { width: 480px; } }

@media screen and (max-width: 991px) { .index-ad .box1-item .item-info { width: 360px; } }

@media screen and (max-width: 767px) { .index-ad .box1-item .item-info { width: 100%; padding: 20px 15px; } }

.index-ad .box1-item .item-title { font-family:"Microsoft YaHei","微软雅黑"; font-size: 38px; font-size: 3.8rem; line-height: 1.3; }

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

.index-ad .box1-item .item-title a:hover { color: #ccc !important; }

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

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

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

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

.index-ad .box1-item .item-desc { text-indent: 2em; margin-top: 53px; font-size: 16px; font-size: 1.6rem; line-height: 30px; }

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

.index-ad .box1-item .item-desc a:hover { color: #ccc !important; }

@media screen and (max-width: 1519px) { .index-ad .box1-item .item-desc { margin-top: 30px; } }

@media screen and (max-width: 1419px) { .index-ad .box1-item .item-desc { margin-top: 20px; line-height: 26px; } }

@media screen and (max-width: 1219px) { .index-ad .box1-item .item-desc { margin-top: 15px; font-size: 14px; font-size: 1.4rem; line-height: 24px; } }

@media screen and (max-width: 991px) { .index-ad .box1-item .item-desc { margin-top: 10px; line-height: 22px; } }

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

.index-ad .box1-item .item-btn { margin-top: 72px; display: inline-block; min-width: 159px; line-height: 44px; padding: 0 15px; border: 2px solid #FFFFFF; font-family:"Microsoft YaHei","微软雅黑"; font-size: 16px; font-size: 1.6rem; color: #fff; text-transform: uppercase; text-align: center; }

.index-ad .box1-item .item-btn:hover { border-color: #fff !important; color: #02305E !important; }

.index-ad .box1-item .item-btn:before { background-color: #fff; }

@media screen and (max-width: 1519px) { .index-ad .box1-item .item-btn { margin-top: 50px; } }

@media screen and (max-width: 1419px) { .index-ad .box1-item .item-btn { margin-top: 30px; } }

@media screen and (max-width: 1219px) { .index-ad .box1-item .item-btn { line-height: 34px; font-size: 14px; font-size: 1.4rem; min-width: 130px; margin-top: 20px; } }

@media screen and (max-width: 767px) { .index-ad .box1-item .item-btn { margin-top: 15px; line-height: 26px; font-size: 12px; font-size: 1.2rem; min-width: 110px; } }

.index-ad .box-list { font-size: 0; letter-spacing: 0; background: url(../images/bg3.jpg) no-repeat center; background-size: cover; }

.index-ad .box-list .list-item { display: inline-block; vertical-align: top; width: 50%; }

@media screen and (max-width: 480px) { .index-ad .box-list .list-item { width: 100%; } }

.index-ad .box-list .item-box { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-flow: row nowrap; -moz-box-orient: horizontal; -moz-box-direction: normal; -ms-flex-flow: row nowrap; flex-flow: row nowrap; -webkit-box-pack: start; -webkit-justify-content: flex-start; -moz-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; position: relative; }

@media screen and (max-width: 767px) { .index-ad .box-list .item-box { display: block; } }

.index-ad .box-list .item-pic { float: left; width: 50%; -webkit-box-flex: 0; -webkit-flex: 0 0 auto; -moz-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; }

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

.index-ad .box-list .item-body { overflow: hidden; -webkit-box-flex: 1; -webkit-flex: 1 1 auto; -moz-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; position: relative; padding: 10px 3.95833%; }

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

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

@media screen and (max-width: 480px) { .index-ad .box-list .item-body { padding: 20px 15px; } }

.index-ad .box-list .item-title { font-family:"Microsoft YaHei","微软雅黑"; font-size: 38px; font-size: 3.8rem; line-height: 1.3; }

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

.index-ad .box-list .item-title a:hover { color: #ccc !important; }

@media screen and (max-width: 1419px) { .index-ad .box-list .item-title { font-size: 32px; font-size: 3.2rem; } }

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

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

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

.index-ad .box-list .item-desc { text-indent: 2em; margin-top: 53px; font-size: 16px; font-size: 1.6rem; line-height: 30px; height: 90px; }

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

.index-ad .box-list .item-desc a:hover { color: #ccc !important; }

@media screen and (max-width: 1519px) { .index-ad .box-list .item-desc { margin-top: 30px; } }

@media screen and (max-width: 1419px) { .index-ad .box-list .item-desc { margin-top: 20px; line-height: 26px; height: 78px; } }

@media screen and (max-width: 1219px) { .index-ad .box-list .item-desc { margin-top: 15px; font-size: 14px; font-size: 1.4rem; line-height: 24px; height: 72px; } }

@media screen and (max-width: 991px) { .index-ad .box-list .item-desc { margin-top: 10px; line-height: 22px; height: 66px; } }

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

.index-news { padding: 81px 0 36px; }

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

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

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

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

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

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

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

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

/*-------------index end-------------------------------------------------------------------*/
.page_wrap { padding-bottom: 120px; }

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

/*-------------1-products-1 start----------------------------------------------------------*/
.pro-cate { margin-bottom: 34px; }

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

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

@media screen and (max-width: 480px) { .pro-cate .yiji-list { margin-bottom: 10px; } }

.pro-cate .yiji-list > li { display: inline-block; vertical-align: top; width: 220px; margin-right: 7px; padding-bottom: 24px; position: relative; text-align: center; }

@media screen and (max-width: 991px) { .pro-cate .yiji-list > li { width: 32.33%; margin: 0 0.5% 15px; padding-bottom: 0; } }

@media screen and (max-width: 480px) { .pro-cate .yiji-list > li { width: 99%; margin-bottom: 10px; } }

.pro-cate .yiji-list > li:before { position: absolute; content: ''; border-bottom: solid 8px #fff; border-left: solid 8px transparent; border-right: solid 8px transparent; bottom: -5px; left: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); display: none; }

@media screen and (max-width: 991px) { .pro-cate .yiji-list > li:before { display: none !important; } }

.pro-cate .yiji-list > li a { display: block; border: 2px solid #BCBCBC; height: 80px; padding: 2px; overflow: hidden; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-transition: all .35s; -o-transition: all .35s; -moz-transition: all .35s; transition: all .35s; }

@media screen and (max-width: 1219px) { .pro-cate .yiji-list > li a { height: 69px; } }

@media screen and (max-width: 991px) { .pro-cate .yiji-list > li a { height: 49px; } }

.pro-cate .yiji-list > li p { display: table-cell; vertical-align: middle; border: solid 1px transparent; font-size: 18px; font-size: 1.8rem; height: 72px; line-height: 24px; width: 500px; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-transition: all .35s; -o-transition: all .35s; -moz-transition: all .35s; transition: all .35s; padding: 0 5px; }

@media screen and (max-width: 1219px) { .pro-cate .yiji-list > li p { font-size: 16px; font-size: 1.6rem; line-height: 20px; height: 60px; } }

@media screen and (max-width: 991px) { .pro-cate .yiji-list > li p { height: 40px; } }

@media screen and (max-width: 767px) { .pro-cate .yiji-list > li p { font-size: 14px; font-size: 1.4rem; } }

.pro-cate .yiji-list > li.active:before { display: block; }

.pro-cate .yiji-list > li.active a { background-color: #02305E; border-color: #02305E; }

.pro-cate .yiji-list > li.active a p { border-color: #fff; color: #fff; }

.pro-cate .erji-list { font-size: 0; letter-spacing: 0; background-color: #fff; padding: 11px 0 12px; }

@media screen and (max-width: 991px) { .pro-cate .erji-list { padding: 6px; width: 99%; margin: 0 auto; } }

.pro-cate .erji-list > li { display: inline-block; vertical-align: top; margin: 0 30px; }

.pro-cate .erji-list > li > a { display: block; font-size: 18px; font-size: 1.8rem; line-height: 24px; color: #666; }

.pro-cate .erji-list > li.active a { color: #02305E; }

@media screen and (max-width: 1219px) { .pro-cate .erji-list > li { margin: 0 15px; }
  .pro-cate .erji-list > li > a { font-size: 16px; font-size: 1.6rem; line-height: 20px; } }

@media screen and (max-width: 991px) { .pro-cate .erji-list > li { margin: 0 10px; }
  .pro-cate .erji-list > li > a { font-size: 14px; font-size: 1.4rem; padding: 3px 0; } }

.pro1-top { margin-bottom: 41px; }

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

.pro1-top .item-title { font-family:"Microsoft YaHei","微软雅黑"; font-size: 30px; font-size: 3rem; line-height: 1.3; }

@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 { text-indent: 2em; overflow: hidden; margin-top: 13px; font-size: 16px; font-size: 1.6rem; line-height: 30px; position: relative; }

.pro1-top .item-desc.active:before { position: absolute; content: ''; height: 60px; left: 0; width: 100%; bottom: 0; background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#1c1c1c)); background-image: -webkit-linear-gradient(transparent, #1c1c1c); background-image: -moz-linear-gradient(transparent, #1c1c1c); background-image: linear-gradient(transparent, #1c1c1c); }

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

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

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

.pro1-top .item-btn { margin-top: 15px; cursor: pointer; display: inline-block; font-size: 16px; font-size: 1.6rem; line-height: 1.4; color: #fff; text-decoration: underline; }

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

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

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

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

.pro1-list .list-item { display: inline-block; vertical-align: top; width: 29.58333%; margin-left: 5.625%; margin-bottom: 64px; text-align: center; background-color: #fff; }

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

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

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

.pro1-list .item-pic a { display: block; overflow: hidden; position: relative; padding-bottom: 73.33333%; }

.pro1-list .item-pic img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.pro1-list .item-body { padding: 12px 18px 14px; text-align: center; }

@media screen and (max-width: 1419px) { .pro1-list .item-body { padding: 10px 10px 14px; } }

.pro1-list .item-title { font-family:"Microsoft YaHei","微软雅黑"; font-size: 18px; font-size: 1.8rem; line-height: 1.3; }

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

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

.pro1-list .item-btn { margin-top: 16px; display: block; line-height: 30px; background-color: #EEEEEE; font-family:"Microsoft YaHei","微软雅黑"; font-size: 16px; font-size: 1.6rem; text-align: center; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; color: #999; }

.pro1-list .item-btn a { color: #999; }

.pro1-list .item-btn input { margin-right: 5px; }

.pro1-list .item-btn:hover { background-color: #02305E; color: #fff; }

.pro1-list .item-btn:hover a { color: #fff; }

@media screen and (max-width: 1419px) { .pro1-list .item-btn { margin-top: 12px; font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 767px) { .pro1-list .item-btn { font-size: 12px; font-size: 1.2rem; line-height: 26px; margin-top: 8px; } }

.pro2-tags { margin-top: 42px; border-top: solid 1px #CDCDCD; padding-top: 12px; }

.pro2-tags .item-desc { overflow: hidden; font-size: 16px; font-size: 1.6rem; line-height: 24px; color: #999; }

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

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

.pro2-tags strong { float: left; font-weight: normal; margin-right: 10px; font-size: 16px; font-size: 1.6rem; line-height: 24px; color: #999; }

@media screen and (max-width: 767px) { .pro2-tags strong { font-size: 14px; font-size: 1.4rem; line-height: 20px; } }

.pro2-tags a { color: #999; }

.pro2-tags a:hover { text-decoration: underline; }

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

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

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

/*-------------1-products-1 end------------------------------------------------------------*/
/*-------------1-products-2 start----------------------------------------------------------*/
.m-prob1 .prob-pic { width: 50%; margin-right: 74px; float: left; position: relative; }

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

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

.m-prob1 .prob-pic-big { position: relative; border: solid 0 #EAEAEA; padding-bottom: 73.33333%; }

.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; top: 0; left: 0; position: absolute; width: 100%; height: 100%; }

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

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

.m-prob1 .prob-pic-small { margin-top: 0; overflow: hidden; }

.m-prob1 .prob-pic-btn { position: absolute; top: 50%; margin-top: -11px; font-size: 22px; font-size: 2.2rem; color: #bcbcbc; z-index: 9; cursor: pointer; }

.m-prob1 .prob-pic-btn:hover { color: #02305E; }

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

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

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

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

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

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

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

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

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

.pro2-info { overflow: hidden; }

.pro2-info .item-title { font-family:"Microsoft YaHei","微软雅黑"; font-size: 24px; font-size: 2.4rem; line-height: 1.3; border-bottom: solid 1px #999; padding-bottom: 19px; padding-top: 19px; }

@media screen and (max-width: 1219px) { .pro2-info .item-title { font-size: 20px; font-size: 2rem; padding-bottom: 15px; padding-top: 0; } }

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

.pro2-info .item-desc { padding-top: 28px; padding-bottom: 20px; min-height: 267px; font-size: 16px; font-size: 1.6rem; line-height: 30px; color: #999; }

.pro2-info .item-desc * { color: #999; }

@media screen and (max-width: 1219px) { .pro2-info .item-desc { min-height: auto; font-size: 14px; font-size: 1.4rem; line-height: 24px; padding: 20px 0; } }

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

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

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

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

.pro2-info .item-btns { font-size: 0; letter-spacing: 0; margin-top: 27px; }

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

.pro2-info .item-btn { display: inline-block; vertical-align: middle; min-width: 236px; line-height: 52px; background-color: #DFDFDF; color: #02305E; text-transform: uppercase; text-align: center; font-size: 18px; font-size: 1.8rem; border-radius: 26px; padding: 0 15px; }

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

@media screen and (max-width: 1219px) { .pro2-info .item-btn { line-height: 40px; min-width: 180px; font-size: 16px; font-size: 1.6rem; }
  .pro2-info .item-btn:first-child { margin-right: 30px; } }

@media screen and (max-width: 991px) { .pro2-info .item-btn { font-size: 14px; font-size: 1.4rem; line-height: 34px; min-width: 140px; }
  .pro2-info .item-btn:first-child { margin-right: 20px; } }

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

.pro2-tab { margin-top: 73px; }

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

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

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

.pro2-tab .tab-options { font-size: 0; letter-spacing: 0; text-align: center; margin-bottom: 53px; }

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

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

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

.pro2-tab .tab-options > li { display: inline-block; vertical-align: top; font-family:"Microsoft YaHei","微软雅黑"; font-size: 30px; font-size: 3rem; line-height: 1.3; text-transform: uppercase; margin: 0 47px; padding-bottom: 5px; border-bottom: solid 2px transparent; cursor: pointer; }

.pro2-tab .tab-options > li:hover, .pro2-tab .tab-options > li.tab-active { border-bottom-color: #fff; }

@media screen and (max-width: 1219px) { .pro2-tab .tab-options > li { font-size: 26px; font-size: 2.6rem; margin: 0 30px; } }

@media screen and (max-width: 991px) { .pro2-tab .tab-options > li { font-size: 22px; font-size: 2.2rem; margin: 0 20px; } }

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

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

@media screen and (max-width: 1219px) { .pro2-tab .tab-content { font-size: 16px; font-size: 1.6rem; line-height: 26px; } }

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

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

.pro2-tab .tab-content-item { display: none; }

.pro2-tab .tab-content-item:first-child { display: block; }

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

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

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

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

.related-box .box-title { font-family:"Microsoft YaHei","微软雅黑"; font-size: 30px; font-size: 3rem; line-height: 1.3; text-align: center; text-transform: uppercase; position: relative; padding-bottom: 7px; margin-bottom: 35px; }

.related-box .box-title:before { position: absolute; content: ''; width: 13.33333%; height: 2px; background-color: #fff; margin: 0 auto; left: 0; right: 0; bottom: 0; }

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

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

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

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

.related-owl { position: relative; width: 105.5%; margin-left: -2.75%; }

@media screen and (max-width: 1219px) { .related-owl { width: 102%; margin-left: -1%; } }

.related-owl .list-item { margin: 0 7.83848%; background: #FFFFFF; box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2); }

@media screen and (max-width: 1219px) { .related-owl .list-item { margin: 0 2.94118%; } }

.related-owl .item-pic a { display: block; overflow: hidden; position: relative; padding-bottom: 73.33333%; }

.related-owl .item-pic img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.related-owl .item-body { padding: 13px 18px 14px; text-align: center; }

@media screen and (max-width: 1419px) { .related-owl .item-body { padding: 10px 10px 14px; } }

.related-owl .item-title { font-family:"Microsoft YaHei","微软雅黑"; font-size: 18px; font-size: 1.8rem; line-height: 1.3; }

@media screen and (max-width: 1419px) { .related-owl .item-title { font-size: 16px; font-size: 1.6rem; } }

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

.related-owl .item-btn { margin-top: 16px; display: block; line-height: 30px; background-color: #EEEEEE; font-family:"Microsoft YaHei","微软雅黑"; font-size: 16px; font-size: 1.6rem; text-align: center; color: #999; }

.related-owl .item-btn:hover { background-color: #02305E; color: #fff; }

@media screen and (max-width: 1419px) { .related-owl .item-btn { margin-top: 12px; font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 767px) { .related-owl .item-btn { font-size: 12px; font-size: 1.2rem; line-height: 26px; margin-top: 8px; } }

/*-------------1-products-2 end------------------------------------------------------------*/
/*-------------2-about start---------------------------------------------------------------*/
.about-box1 { margin-bottom: 96px; }

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

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

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

.about-box1 .item-videobox { float: right; width: 47.08333%; margin-left: 4.16667%; padding-right: 10px; padding-bottom: 10px; position: relative; z-index: 2; }

.about-box1 .item-videobox:before { position: absolute; content: ''; width: 25.48673%; height: 37.62136%; background-color: #02305E; bottom: 0; right: 0; }

.about-box1 .item-videobox .item-video { position: relative; overflow: hidden; padding-bottom: 72.43243%; height: 0; }

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

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

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

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

.about-box1 .item-title { font-family:"Microsoft YaHei","微软雅黑"; font-size: 36px; font-size: 3.6rem; text-transform: uppercase; line-height: 1.3; position: relative; margin-top: 4px; padding-bottom: 33px; }

.about-box1 .item-title:before { position: absolute; content: ''; width: 6.66667%; height: 4px; background-color: #fff; left: 0; bottom: 0; }

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

@media screen and (max-width: 991px) { .about-box1 .item-title { font-size: 24px; font-size: 2.4rem; padding-bottom: 15px; } }

@media screen and (max-width: 767px) { .about-box1 .item-title { font-size: 18px; font-size: 1.8rem; padding-bottom: 10px; }
  .about-box1 .item-title:before { width: 8.33333%; height: 3px; } }

.about-box1 .item-desc { text-indent: 2em; margin-top: 34px; font-size: 16px; font-size: 1.6rem; line-height: 30px; }

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

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

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

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

.about-box2 { margin-bottom: 88px; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-flow: row nowrap; -moz-box-orient: horizontal; -moz-box-direction: normal; -ms-flex-flow: row nowrap; flex-flow: row nowrap; -webkit-box-pack: start; -webkit-justify-content: flex-start; -moz-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; }

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

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

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

@media screen and (max-width: 480px) { .about-box2 { display: block; } }

.about-box2 .item-body { -webkit-box-flex: 1; -webkit-flex: 1 1 auto; -moz-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; font-size: 16px; font-size: 1.6rem; line-height: 30px; }

.about-box2 .item-body p { text-indent: 2em; min-height: 30px; }

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

@media screen and (max-width: 991px) { .about-box2 .item-body { line-height: 22px; }
  .about-box2 .item-body p { min-height: 22px; } }

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

.about-owl { width: 47.08333%; margin-right: 4.16667%; padding-left: 10px; padding-bottom: 10px; position: relative; z-index: 2; -webkit-box-flex: 0; -webkit-flex: 0 0 auto; -moz-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; }

.about-owl:before { position: absolute; content: ''; width: 25.48673%; height: 37.62136%; background-color: #02305E; bottom: 0; left: 0; }

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

.about-owl .owl-theme .owl-controls .owl-pagination { margin-top: 0; position: absolute; top: 4.36893%; right: 3.53982%; }

.about-owl .owl-theme .owl-controls .owl-page span { background-color: transparent; width: 14px; height: 14px; border: 2px #02305E solid; margin: 0 5px; }

@media screen and (max-width: 1219px) { .about-owl .owl-theme .owl-controls .owl-page span { width: 12px; height: 12px; } }

@media screen and (max-width: 991px) { .about-owl .owl-theme .owl-controls .owl-page span { width: 10px; height: 10px; margin: 0 3px; } }

@media screen and (max-width: 767px) { .about-owl .owl-theme .owl-controls .owl-page span { width: 8px; height: 8px; margin: 0 2px; border-width: 1px; } }

.about-owl .owl-theme .owl-controls .owl-page.active span, .about-owl .owl-theme .owl-controls.clickable .owl-page:hover span { background-color: #02305E; }

.about-ad { font-size: 0; letter-spacing: 0; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-bottom: 67px; }

@media screen and (max-width: 1219px) { .about-ad { margin-bottom: 40px; } }

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

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

.about-ad .list-item { display: inline-block; vertical-align: top; width: 31.66667%; -webkit-flex-basis: 31.66667%; -ms-flex-preferred-size: 31.66667%; flex-basis: 31.66667%; margin-left: 2.5%; margin-bottom: 30px; -webkit-box-flex: 1; -webkit-flex: 1; -moz-box-flex: 1; -ms-flex: 1; flex: 1; background: url(../images/bg1.jpg) no-repeat center; background-size: cover !important; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; }

.about-ad .list-item:hover { background: #02305E; }

@media screen and (max-width: 640px) { .about-ad .list-item { width: 48% !important; -webkit-flex-basis: 48% !important; -ms-flex-preferred-size: 48% !important; flex-basis: 48% !important; margin: 0 1% 30px !important; }
  .about-ad .list-item:last-child { -webkit-box-flex: 0; -webkit-flex: 0 0 auto; -moz-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; } }

@media screen and (max-width: 400px) { .about-ad .list-item { -webkit-box-flex: 0 !important; -webkit-flex: 0 0 auto !important; -moz-box-flex: 0 !important; -ms-flex: 0 0 auto !important; flex: 0 0 auto !important; width: 100% !important; margin: 0 0 20px !important; } }

.about-ad .item-body { padding: 17px 12px 28px; }

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

@media screen and (max-width: 767px) { .about-ad .item-body { padding: 15px 8px; } }

.about-ad .item-title { font-size: 22px; font-size: 2.2rem; line-height: 1.3; color: #fff; font-family:"Microsoft YaHei","微软雅黑"; margin-bottom: 9px; }

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

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

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

.about-ad .item-desc { text-indent: 2em; font-size: 16px; font-size: 1.6rem; line-height: 30px; color: #fff; }

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

@media screen and (max-width: 991px) { .about-ad .item-desc { line-height: 22px; } }

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

.about-cer .box-title { font-size: 36px; font-size: 3.6rem; line-height: 1.3; text-align: center; font-family:"Microsoft YaHei","微软雅黑"; text-transform: uppercase; color: #fff; margin-bottom: 47px; }

@media screen and (max-width: 1219px) { .about-cer .box-title { margin-bottom: 40px; font-size: 30px; font-size: 3rem; } }

@media screen and (max-width: 991px) { .about-cer .box-title { margin-bottom: 30px; font-size: 24px; font-size: 2.4rem; } }

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

.cer-owl { position: relative; padding: 0 20px; }

.cer-owl .owl-buttons { display: none !important; }

.cer-owl .owl-btns { font-size: 0; letter-spacing: 0; }

@media screen and (max-width: 991px) { .cer-owl .owl-btns { margin-top: 15px; text-align: center; } }

.cer-owl .owl-btns .owl-btn { display: inline-block; vertical-align: top; font-size: 22px; font-size: 2.2rem; color: #BCBCBC; cursor: pointer; position: absolute; top: 50%; margin-top: -25px; }

.cer-owl .owl-btns .owl-btn:hover { color: #02305E; }

.cer-owl .owl-btns .owl-btn.disabled { color: #ccc; cursor: auto; }

.cer-owl .owl-btns .item-prev { left: 0; }

@media screen and (max-width: 991px) { .cer-owl .owl-btns .item-prev { margin-right: 5px; } }

.cer-owl .owl-btns .item-next { right: 0; }

.cer-owl .list-item { margin: 0 8.62069%; }

@media screen and (max-width: 1219px) { .cer-owl .list-item { margin: 0 5.17241%; } }

.cer-owl .item-img img { display: block; width: 100%; }

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

.cer-owl .item-backdrop:before { opacity: 0.7; filter: alpha(opacity=70); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; }

.cer-owl .item-backdrop .iconfont { font-size: 34px; font-size: 3.4rem; color: #fff; position: relative; }

.cer-owl .item-title { margin-top: 9px; font-size: 16px; font-size: 1.6rem; line-height: 1.3; text-align: center; color: #fff; }

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

@media screen and (max-width: 767px) { .cer-owl .item-title { font-size: 12px; font-size: 1.2rem; margin-top: 5px; } }

/*-------------2-about end-----------------------------------------------------------------*/
/*-------------3-news-1 start--------------------------------------------------------------*/
.news1-list { font-size: 0; letter-spacing: 0; padding-bottom: 6px; }

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

.news1-list .list-item { display: inline-block; vertical-align: top; width: 30.83333%; margin-left: 3.75%; margin-bottom: 56px; background-color: #fff; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; }

.news1-list .list-item:hover { background-color: #02305E; }

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

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

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

.news1-list .item-pic a { position: relative; padding-bottom: 70.27027%; display: block; overflow: hidden; }

.news1-list .item-pic img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.news1-list .item-body { -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; padding: 18px 18px 23px; }

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

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

.news1-list .item-title { font-family:"Microsoft YaHei","微软雅黑"; font-size: 20px; font-size: 2rem; line-height: 30px; height: 60px; margin-bottom: 14px; }

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

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

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

.news1-list .item-desc { text-indent: 2em; font-size: 16px; font-size: 1.6rem; line-height: 30px; height: 90px; margin-bottom: 15px; }

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

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

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

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

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

/*-------------3-news-1 end----------------------------------------------------------------*/
/*-------------3-news-2 start--------------------------------------------------------------*/
.news2-main > .item-title { font-family:"Microsoft YaHei","微软雅黑"; text-align: center; font-size: 24px; font-size: 2.4rem; line-height: 1.3; }

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

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

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

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

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

.news2-main .item-date > span .iconfont { margin-right: 5px; font-size: 16px; font-size: 1.6rem; }

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

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

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

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

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

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

.news2-main .item-desc { border-bottom: solid 1px #CECECE; font-size: 16px; font-size: 1.6rem; line-height: 30px; padding: 23px 0 52px; margin-bottom: 16px; }

.news2-main .item-desc p { text-indent: 2em; 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: 20px 0 30px; line-height: 26px; }
  .news2-main .item-desc p { min-height: 26px; } }

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

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

/*-------------3-news-2 end----------------------------------------------------------------*/
/*-------------4-support start-------------------------------------------------------------*/
.video-list { font-size: 0; letter-spacing: 0; padding-bottom: 5px; /* .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: 46.66667%; margin-left: 6.66667%; margin-bottom: 60px; }

.video-list .list-item:hover .item-title { background-color: #02305E; color: #fff; }

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

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

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

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

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

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

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

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

.video-list .item-title { -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; background-color: #fff; padding: 0 5px; font-size: 16px; font-size: 1.6rem; line-height: 40px; text-align: center; }

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

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

/*-------------4-support end---------------------------------------------------------------*/
/*-------------5-quality start-------------------------------------------------------------*/
.quality-list .list-item { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-flow: row nowrap; -moz-box-orient: horizontal; -moz-box-direction: normal; -ms-flex-flow: row nowrap; flex-flow: row nowrap; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 90px; }

.quality-list .list-item:last-child { margin-bottom: 0; }

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

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

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

.quality-list .item-pic { width: 42.66667%; -webkit-box-flex: 0; -webkit-flex: 0 0 auto; -moz-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; }

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

.quality-list .item-pic.pull-left { margin-right: 4.58333%; }

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

.quality-list .item-pic.pull-right { margin-left: 4.58333%; }

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

.quality-list .item1 .item-pic { width: 45%; }

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

.quality-list .item2 { -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -webkit-flex-direction: row-reverse; -moz-box-orient: horizontal; -moz-box-direction: reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; }

@media screen and (max-width: 1219px) { .quality-list .item2 { display: block; } }

@media screen and (max-width: 1219px) { .quality-list .item3 { display: block; } }

.quality-list .item-body { -webkit-box-flex: 1; -webkit-flex: 1 1 auto; -moz-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; font-size: 16px; font-size: 1.6rem; line-height: 30px; }

.quality-list .item-body strong { display: table; font-family:"Microsoft YaHei","微软雅黑"; font-weight: bold; font-size: 26px; font-size: 2.6rem; text-transform: uppercase; margin-bottom: 17px; }

@media screen and (max-width: 1219px) { .quality-list .item-body { font-size: 16px; font-size: 1.6rem; line-height: 26px; }
  .quality-list .item-body strong { font-size: 22px; font-size: 2.2rem; } }

@media screen and (max-width: 991px) { .quality-list .item-body { font-size: 14px; font-size: 1.4rem; line-height: 24px; }
  .quality-list .item-body strong { font-size: 18px; font-size: 1.8rem; margin-bottom: 10px; } }

@media screen and (max-width: 767px) { .quality-list .item-body { font-size: 12px; font-size: 1.2rem; line-height: 18px; }
  .quality-list .item-body strong { font-size: 16px; font-size: 1.6rem; line-height: 1.3; } }

/*-------------5-quality end---------------------------------------------------------------*/
/*-------------6-contact start-------------------------------------------------------------*/
.contact-box { margin-bottom: 73px; }

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

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

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

.contact-box .item-left { float: left; width: 47.25%; padding-right: 150px; }

@media screen and (max-width: 1219px) { .contact-box .item-left { padding-right: 50px; } }

@media screen and (max-width: 991px) { .contact-box .item-left { width: 100%; float: none; margin: 0 auto 30px; padding-right: 0; } }

.contact-box .item-left .box-title { font-family:"Microsoft YaHei","微软雅黑"; font-size: 24px; font-size: 2.4rem; line-height: 1.3; text-transform: uppercase; margin-bottom: 13px; }

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

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

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

.contact-box .item-left .box-list .item-li { position: relative; padding-left: 43px; line-height: 30px; margin-top: 30px; }

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

@media screen and (max-width: 1219px) { .contact-box .item-left .box-list .item-li { margin-top: 25px; line-height: 26px; } }

@media screen and (max-width: 991px) { .contact-box .item-left .box-list .item-li { margin-top: 20px; line-height: 24px; padding-left: 35px; } }

@media screen and (max-width: 767px) { .contact-box .item-left .box-list .item-li { margin-top: 15px; line-height: 20px; padding-left: 30px; } }

.contact-box .item-left .box-list .iconfont { position: absolute; font-size: 28px; font-size: 2.8rem; color: #fff; left: 0; top: 12px; line-height: 1; }

@media screen and (max-width: 991px) { .contact-box .item-left .box-list .iconfont { font-size: 24px; font-size: 2.4rem; } }

@media screen and (max-width: 767px) { .contact-box .item-left .box-list .iconfont { font-size: 22px; font-size: 2.2rem; top: 9px; } }

.contact-box .item-left .box-list .item-title { font-size: 16px; font-size: 1.6rem; }

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

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

.contact-box .item-left .box-list .item-desc { font-size: 16px; font-size: 1.6rem; }

.contact-box .item-left .box-list .item-desc, .contact-box .item-left .box-list .item-desc a { color: #fff; }

.contact-box .item-left .box-list .item-desc a:hover { text-decoration: underline; }

.contact-box .item-left .box-list .item-desc img { display: block; width: 120px; margin-top: 3px; }

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

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

.map { overflow: hidden; }

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

.contact-form { background-color: #EAEAEA; padding: 44px 35px 40px; }

@media screen and (max-width: 1219px) { .contact-form { padding: 30px; } }

@media screen and (max-width: 991px) { .contact-form { padding: 30px 20px; } }

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

.contact-form .box-title { font-size: 36px; font-size: 3.6rem; line-height: 1.3; text-align: center; margin-bottom: 23px; font-family:"Microsoft YaHei","微软雅黑"; text-transform: uppercase; color: #333; }

@media screen and (max-width: 1219px) { .contact-form .box-title { font-size: 30px; font-size: 3rem; } }

@media screen and (max-width: 991px) { .contact-form .box-title { font-size: 24px; font-size: 2.4rem; margin-bottom: 15px; } }

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

.contact-form .box-desc { font-size: 14px; font-size: 1.4rem; line-height: 26px; text-align: center; margin-bottom: 33px; color: #666; }

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

@media screen and (max-width: 991px) { .contact-form .box-desc { line-height: 22px; margin-bottom: 25px; } }

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

.contact-form .item-input { float: left; width: 47.61062%; margin-bottom: 26px; }

.contact-form .item-input.pull-right { float: right; }

.contact-form .item-input.star { position: relative; }

.contact-form .item-input.star:before { position: absolute; content: '*'; right: 6px; color: #FF0000; top: 17px; }

.contact-form .item-input.star input, .contact-form .item-input.star textarea { padding-right: 20px; }

.contact-form .item-input1 { width: 100%; }

.contact-form input, .contact-form textarea { display: block; width: 100%; background-color: #fff; padding: 0 8px; font-size: 14px; font-size: 1.4rem; color: #999; border-radius: 0; }

.contact-form input { height: 49px; line-height: 49px; }

.contact-form textarea { height: 180px; line-height: 20px; padding-top: 12px; padding-bottom: 10px; }

.contact-form .item-code input { padding-right: 150px; }

.contact-form .item-img { float: left; line-height: 48px; margin-left: -142px; position: relative; }

.contact-form .item-img img { max-height: 48px; vertical-align: middle; cursor: pointer; }

.contact-form .item-btn input { background-color: #02305E; color: #fff; font-size: 18px; font-size: 1.8rem; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; }

.contact-form .item-btn input:hover { background: #000; }

@media screen and (max-width: 1219px) { .contact-form .item-input { margin-bottom: 20px; }
  .contact-form .item-btn input { font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 991px) { .contact-form .item-input { margin-bottom: 15px; }
  .contact-form input { height: 40px; line-height: 40px; }
  .contact-form .item-img { margin-left: -121px; line-height: 40px; }
  .contact-form .item-img img { max-height: 40px; }
  .contact-form .item-btn input { font-size: 14px; font-size: 1.4rem; }
  .contact-form .item-code input { padding-right: 130px; } }

@media screen and (max-width: 767px) { .contact-form input, .contact-form textarea { font-size: 12px; font-size: 1.2rem; }
  .contact-form input { height: 36px; line-height: 36px; }
  .contact-form textarea { padding-top: 8px; padding-bottom: 5px; }
  .contact-form .item-img { margin-left: -105px; line-height: 34px; }
  .contact-form .item-img img { max-height: 34px; }
  .contact-form .item-code input { padding-right: 110px; }
  .contact-form .item-btn { width: 100%; }
  .contact-form .item-btn input { font-size: 12px; font-size: 1.2rem; }
  .contact-form .item-input { margin-bottom: 10px; }
  .contact-form .item-input.star:before { top: 11px; } }

@media screen and (max-width: 767px) { .contact-form .item-input { width: 100%; } }

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

@media screen and (min-width: 992px) { .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: 10px; width: 35px; height: 28px; line-height: 28px; text-align: center; -webkit-transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s; z-index: 999999999; }

@media screen and (max-width: 767px) { .n-nav .n-nav-icon { top: 5px; } }

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

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

.n-nav .n-nav-icon.active { top: 5px; background: #666 url(../fonts/nav-close.png) no-repeat center; background-size: 30px; }

.n-nav .n-nav-icon.active span, .n-nav .n-nav-icon.active .iconfont { display: none; }

.n-nav .n-nav-body { display: none; position: fixed; z-index: 99999999; 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 #02305E; margin: 5px 10px; }

.n-nav .box-search .item-input { width: 100%; line-height: 32px; height: 32px; padding: 0 60px 0 0; }

.n-nav .box-search .iconfont { font-weight: bold; background-color: #02305E; width: 44px; height: 32px; line-height: 32px; border-radius: 5px; color: #fff; text-align: center; position: absolute; right: 10px; top: 5px; z-index: 0; }

.n-nav .box-search .iconfont:hover { background-color: #666; }

.n-nav .box-search .item-submit { position: absolute; width: 44px; height: 32px; right: 10px; top: 5px; z-index: 1; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.banner .carousel-control { margin-top: -20px; position: absolute; top: 50%; z-index: 2; font-size: 24px; font-size: 2.4rem; color: #fff solid 1px; border: rgba(255, 255, 255, 0.5) 1px solid; cursor: pointer; color: #fff; width: 60px; line-height: 60px; border-radius: 50%; text-align: center; }

.banner .carousel-control:hover { color: #02305E; border-color: #02305E; }

.banner .carousel-control.left { left: 30px; }

.banner .carousel-control.right { right: 30px; }

@media screen and (max-width: 1419px) { .banner .carousel-control { width: 50px; line-height: 50px; font-size: 22px; font-size: 2.2rem; } }

@media screen and (max-width: 1219px) { .banner .carousel-control { width: 40px; line-height: 40px; font-size: 18px; font-size: 1.8rem; } }

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

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

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

.banner .dotList li.active { background-color: #02305E; }

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

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

.page_banner { position: relative; padding-bottom: 17.70833%; }

.page_banner img { display: block !important; position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

@charset "UTF-8";

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

Copyright (c) 2015 Daniel Eden
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }

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

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

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

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

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }

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

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

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

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

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

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

@-webkit-keyframes jello {
  11.1% {
    -webkit-transform: none;
            transform: none
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
            transform: skewX(-12.5deg) skewY(-12.5deg)
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
            transform: skewX(6.25deg) skewY(6.25deg)
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
            transform: skewX(-3.125deg) skewY(-3.125deg)
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
            transform: skewX(1.5625deg) skewY(1.5625deg)
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
            transform: skewX(-0.78125deg) skewY(-0.78125deg)
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
            transform: skewX(0.390625deg) skewY(0.390625deg)
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
            transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
  }
  100% {
    -webkit-transform: none;
            transform: none
  }
}

@keyframes jello {
  11.1% {
    -webkit-transform: none;
            transform: none
  }

  22.2% {

    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
            transform: skewX(-12.5deg) skewY(-12.5deg)
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
            transform: skewX(6.25deg) skewY(6.25deg)
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
            transform: skewX(-3.125deg) skewY(-3.125deg)
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
            transform: skewX(1.5625deg) skewY(1.5625deg)
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
            transform: skewX(-0.78125deg) skewY(-0.78125deg)
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
            transform: skewX(0.390625deg) skewY(0.390625deg)
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
            transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
  }
  100% {
    -webkit-transform: none;
            transform: none
  }
}



.jello{
    -webkit-animation-name:jello;
            animation-name:jello;
    -webkit-transform-origin: center;

            transform-origin: center
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

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

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

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

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

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

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

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

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

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

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

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

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

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

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

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

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

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

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

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

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

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

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

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

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

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

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

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

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

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

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

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

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

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

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

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

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

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

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

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


@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

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

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

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

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

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

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

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

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

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

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

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

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

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

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

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

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

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

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

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

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}

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

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

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

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

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

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

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

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}

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

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

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

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

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

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

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

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

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

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

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

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

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

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

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

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

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

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

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

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

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

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

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

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

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

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

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

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

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

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

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

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

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

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

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

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }

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

@keyframes rollOut {
  0% {
    opacity: 1;
  }

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

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

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

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

@-webkit-keyframes zoomInStable {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  33.333% {
    opacity: 1;
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  
  66.666666% {
    opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes zoomInStable {
 0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  33.333% {
    opacity: 1;
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  
  66.666666% {
    opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

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

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

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

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

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

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

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

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

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

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

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

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

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

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

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

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

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

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

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

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

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

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

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

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

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

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

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

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

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

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

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

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

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

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

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

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

@keyframes anime {
from {
	opacity: 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
}
to {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-moz-transform: scaleY(1);
}
}

@-webkit-keyframes anime {
from {
	opacity: 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
}
to {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-moz-transform: scaleY(1);
}
}

@-moz-keyframes anime {
from {
	opacity: 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
}
to {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-moz-transform: scaleY(1);
}

}

@-o-keyframes anime {
from {
	opacity: 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
}
to {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-moz-transform: scaleY(1);
}
}

@-ms-keyframes anime {
from {
	opacity: 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
}
to {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-moz-transform: scaleY(1);
}

}

@media screen and (min-width:1000px) and (max-width:1219px) {}
@media screen and (max-width:1419px) {}
@media screen and (max-width:1219px) {}
@media screen and (max-width:991px) {	}
@media screen and (max-width:767px) {	}
@media screen and (max-width:640px) {	}
@media screen and (max-width:480px) {	}

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

.iconfont {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-bottom:before {
  content: "\e66e";
}

.icon-earth2:before {
  content: "\e630";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-message:before {
  content: "\ebe1";
}

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

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

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

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

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

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

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

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

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

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

.icon-website:before {
  content: "\e7d5";
}

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

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

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

.icon-yuanxingjiantoushang:before {
  content: "\e965";
}

.icon-yuanxingjiantouxia:before {
  content: "\e966";
}

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

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

.icon-fangdajing:before {
  content: "\ec4a";
}

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

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

.icon-facebook:before {
  content: "\e622";
}

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

.icon-linkedin:before {
  content: "\e64a";
}

.icon-youjian:before {
  content: "\e641";
}

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

.icon-twitter:before {
  content: "\e609";
}

.icon-Instagram:before {
  content: "\e6af";
}

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

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

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

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

.icon-up14:before {
  content: "\e73e";
}

.icon-bottom14:before {
  content: "\e73f";
}

.icon-left14:before {
  content: "\e740";
}

.icon-right14:before {
  content: "\e741";
}

.icon-up16:before {
  content: "\e746";
}

.icon-bottom16:before {
  content: "\e747";
}

.icon-left16:before {
  content: "\e748";
}

.icon-right16:before {
  content: "\e749";
}

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

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

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

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

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

.icon-search1:before {
  content: "\e611";
}

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



/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}


/* Owl Carousel Owl Demo Theme  v1.3.3 */
/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons { font-size: 0; letter-spacing: 0; text-align: center; }

.owl-theme .owl-controls .owl-buttons div { display: inline-block; vertical-align: top; font-size: 12px; font-size: 1.2rem; }

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
/* Styling Pagination*/
.owl-theme .owl-controls .owl-pagination { font-size: 0; letter-spacing: 0; text-align: center; margin-top: 30px; }

@media screen and (max-width: 991px) { .owl-theme .owl-controls .owl-pagination { margin-top: 20px; } }

@media screen and (max-width: 767px) { .owl-theme .owl-controls .owl-pagination { margin-top: 10px; } }

.owl-theme .owl-controls .owl-page { display: inline-block; vertical-align: top; }

.owl-theme .owl-controls .owl-page span { display: block; width: 14px; height: 14px; border-radius: 50%; margin: 0 5px; font-size: 0; border: solid 2px #fff; }

@media screen and (max-width: 991px) { .owl-theme .owl-controls .owl-page span { margin: 0 4px; width: 12px; height: 12px; } }

@media screen and (max-width: 767px) { .owl-theme .owl-controls .owl-page span { margin: 0 3px; width: 10px; height: 10px; } }

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span { background-color: #fff; }

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers { height: auto; width: auto; color: #FFF; padding: 2px 10px; font-size: 12px; border-radius: 30px; }

/* preloading images */
.owl-item.loading { min-height: 150px; }

.m-kefu-chat.mobile-hide{ right: 6px!important; }
.page a.no:hover {color: #333!important;border: 1px solid #E5E5E5!important; background: #fff!important;}
.item-btns a.no:hover  {color: #333!important; background-color: #E5E5E5!important;}
.ppp{line-height: 30px; font-size: 16px; font-size: 1.6rem; margin-top: 21px; display: block;}
.actives{color: #d52c2c!important;}
.f-top .at-resp-share-element .at-icon{width: 32px!important;height: 32px!important;}
.f-top .at-style-responsive .at-share-btn{padding: 0!important; border-radius: 2px!important;}
.f-top .at-resp-share-element .at-share-btn .at-icon-wrapper{width: 32px!important;height: 32px!important;}
.f-top .at-resp-share-element .at-share-btn{margin-bottom: 0!important;margin-right: 3px!important;}
.listcart {width: 100%;text-align: center;}
.listcart a {
    display: inline-block;
    height: 34px;
    width: 200px;
    line-height: 32px;
    overflow: hidden;
    color: #999;
    cursor: pointer;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    margin-left: 10px;
    border-radius: 5px;
    background-color: #eee;
    font-family:"Microsoft YaHei","微软雅黑";
    margin-bottom: 10px;
    }
    .listcart a:hover {background: #02305E;}
    /*.xunpanc{margin-top: 20px;}*/
    .xunpanc .table {margin-top: 0;}
    .xunpanc table tr td{border: 1px solid #ccc; text-align: left; padding: 6px 3px;}
    .xunpanc table tr td a:hover{color: #02305E;}
    
/*-------------6-contact end -----------------------------------*/
.his-title { text-align: center; font-family:"Microsoft YaHei","微软雅黑"; font-size: 36px; font-size: 3.6rem; text-transform: uppercase; line-height: 1.3; position: relative; margin-bottom: 48px; color: #fff; }

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

@media screen and (max-width: 991px) { .his-title { font-size: 24px; font-size: 2.4rem; margin-bottom: 30px; } }

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

.his-list { position: relative; padding-top: 68px; }

@media screen and (max-width: 1219px) { .his-list { padding-top: 60px; } }

@media screen and (max-width: 991px) { .his-list { padding-top: 40px; } }

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

.his-list:before { position: absolute; content: ''; top: 0; bottom: 0; width: 2px; background-color: #fff; left: 0; right: 0; margin: 0 auto; }

@media screen and (max-width: 480px) { .his-list:before { left: 0; margin: 0; } }

.his-list:after { position: absolute; content: ''; width: 93px; height: 7px; left: 0; right: 0; margin: 0 auto; background-color: #fff; top: 0; }

@media screen and (max-width: 767px) { .his-list:after { height: 4px; } }

@media screen and (max-width: 480px) { .his-list:after { margin: 0; width: 20px; left: -9px; } }

.his-list .item1 { float: right; padding-left: 10.66667%; }

.his-list .item1:before { left: 0; }

.his-list .item1:after { left: -10px; }

.his-list .item2 { float: left; text-align: right; padding-right: 10.66667%; }

.his-list .item2:before { right: 0; }

.his-list .item2:after { right: -10px; }

.his-list .list-item { width: 50%; margin-bottom: 35px; position: relative; }

.his-list .list-item:before { position: absolute; content: ''; width: 17.16667%; height: 1px; background-color: #fff; top: 12px; }

.his-list .list-item:after { position: absolute; content: ''; width: 20px; height: 21px; background: url(../images/his.png) no-repeat center; top: 2px; }

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

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

@media screen and (max-width: 480px) { .his-list .list-item { width: 100%; text-align: left !important; padding: 0 0 0 10.66667% !important; }
  .his-list .list-item:before { width: 8.58333%; left: 0 !important; }
  .his-list .list-item:after { width: 16px; height: 16px; background-size: contain; left: -8px; top: 4px; } }

.his-list .item-num { font-size: 18px; font-size: 1.8rem; line-height: 24px; margin-bottom: 7px; }

@media screen and (max-width: 767px) { .his-list .item-num { font-size: 16px; font-size: 1.6rem; margin-bottom: 4px; } }

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

.his-list .item-desc, .his-list .item-desc * { color: #fff; }

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

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

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


