@charset "utf-8";
*{
-webkit-touch-callout:none;
-webkit-user-select:none; 
-khtml-user-select:none; 
-moz-user-select:none;
-ms-user-select:none;
user-select:none;
}

input , texteare{
-webkit-user-select:auto;
}
.zoomPad{
	position:relative;
	float:left;
	z-index:99;
	cursor:crosshair;
}


.zoomPreload{
   -moz-opacity:0.8;
   opacity: 0.8;
   filter: alpha(opacity = 80);
   color: #333;
   font-size: 12px;
   font-family: Tahoma;
   text-decoration: none;
   border: 1px solid #CCC;
   background-color: white;
   padding: 8px;
   text-align:center;
   background-image: url(../images/zoomloader.gif);
   background-repeat: no-repeat;
   background-position: 43px 30px;
   z-index:110;
   width:90px;
   height:43px;
   position:absolute;
   top:0px;
   left:0px;
    * width:100px;
    * height:49px;
}


.zoomPup{
	overflow:hidden;
	background-color: #FFF;
	-moz-opacity:0.6;
	opacity: 0.6;
	filter: alpha(opacity = 60);
	z-index:120;
	position:absolute;
	border:1px solid #CCC;
  z-index:101;
  cursor:crosshair;
}



.zoomOverlay{
	position:absolute;
	left:0px;
	top:0px;
	background:#FFF;
	/*opacity:0.5;*/
	z-index:5000;
	width:100%;
	height:100%;
	display:none;
  z-index:101;
}

.zoomWindow{
	position:absolute;
	left:110%;
	top:40px;
	background:#FFF;
	z-index:6000;
	height:auto;
  z-index:10000;
  z-index:110;
}
.zoomWrapper{
	position:relative;
	border:1px solid #C6C6C6;
  z-index:110;
}
.zoomWrapperTitle{
	display:block;
	background:#C6C6C6;
	color:#FFF;
	height:18px;
	line-height:18px;
	width:100%;
  overflow:hidden;
	text-align:center;
	font-size:10px;
  position:absolute;
  top:0px;
  left:0px;
  z-index:120;
  -moz-opacity:0.6;
  opacity: 0.6;
  filter: alpha(opacity = 60);
}
.zoomWrapperImage{
	display:block;
  position:relative;
  overflow:hidden;
  z-index:110;

}
.zoomWrapperImage img{
  border:0px;
  display:block;
  position:absolute;
  z-index:101;
}

.zoomIframe{
  z-index: -1;
  filter:alpha(opacity=0);
  -moz-opacity: 0.80;
  opacity: 0.80;
  position:absolute;
  display:block;
}

#baguetteBox-overlay { display: none; opacity: 0; position: fixed; overflow: hidden; top: 0; left: 0; width: 100%; height: 100%; background-color: #222; background-color: rgba(0, 0, 0, 0.8); -webkit-transition: opacity .5s ease; -o-transition: opacity .5s ease; -moz-transition: opacity .5s ease; transition: opacity .5s ease; z-index: 99999999999999999999999999999999999999; }

#baguetteBox-overlay.visible { opacity: 1; }

#baguetteBox-overlay .full-image { display: inline-block; position: relative; width: 100%; height: 100%; text-align: center; }

#baguetteBox-overlay .full-image figure { display: inline; margin: 0; height: 100%; }

#baguetteBox-overlay .full-image img { display: inline-block; width: auto; height: auto; max-height: 100%; max-width: 100%; vertical-align: middle; -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

#baguetteBox-overlay .full-image figcaption { display: block; position: absolute; bottom: 0; width: 100%; text-align: center; line-height: 1.8; color: #ccc; background-color: #000; background-color: rgba(0, 0, 0, 0.6); font-family: Verdana, Geneva, sans-serif; }

#baguetteBox-overlay .full-image:before { content: ""; display: inline-block; height: 50%; width: 1px; margin-right: -1px; }

#baguetteBox-slider { position: absolute; left: 0; top: 0; height: 100%; width: 100%; white-space: nowrap; -webkit-transition: left .4s ease, -webkit-transform .4s ease; transition: left .4s ease, -webkit-transform .4s ease; -o-transition: left .4s ease, -o-transform .4s ease; -moz-transition: left .4s ease, transform .4s ease, -moz-transform .4s ease; transition: left .4s ease, transform .4s ease; transition: left .4s ease, transform .4s ease, -webkit-transform .4s ease, -moz-transform .4s ease, -o-transform .4s ease; transition: left .4s ease, transform .4s ease, -webkit-transform .4s ease; }

#baguetteBox-slider.bounce-from-right { -webkit-animation: bounceFromRight .4s ease-out; -moz-animation: bounceFromRight .4s ease-out; animation: bounceFromRight .4s ease-out; }

#baguetteBox-slider.bounce-from-left { -webkit-animation: bounceFromLeft .4s ease-out; -moz-animation: bounceFromLeft .4s ease-out; animation: bounceFromLeft .4s ease-out; }

.baguetteBox-button#next-button, .baguetteBox-button#previous-button { top: 50%; top: -webkit-calc(50% - 30px); top: -moz-calc(50% - 30px); top: calc(50% - 30px); width: 44px; height: 60px; }

.baguetteBox-button { position: absolute; cursor: pointer; outline: 0; padding: 0; margin: 0; border: 0; border-radius: 15%; background-color: #323232; background-color: rgba(50, 50, 50, 0.5); color: #ddd; font: 1.6em sans-serif; -webkit-transition: background-color .4s ease; -o-transition: background-color .4s ease; -moz-transition: background-color .4s ease; transition: background-color .4s ease; }

.baguetteBox-button:hover { background-color: rgba(50, 50, 50, 0.9); }

.baguetteBox-button#next-button { right: 2%; display: block !important; }

.baguetteBox-button#previous-button { left: 2%; display: block !important; }

.baguetteBox-button#close-button { top: 20px; right: 2%; right: -webkit-calc(2% + 6px); right: -moz-calc(2% + 6px); right: calc(2% + 6px); width: 30px; height: 30px; }

.baguetteBox-button svg { position: absolute; left: 0; top: 0; }

/*# sourceMappingURL=baguetteBox.css.map */

/* CSS Document */
* { margin: 0; padding: 0; -moz-box-sizing: border-box; box-sizing: border-box; }

html { font-size: 62.5%; }

body { background-color: #fff; color: #333; font-family: arial, helvetica, sans-serif; font-size: 14px; font-size: 1.4rem; max-width: 1920px; margin: 0 auto; overflow-x: hidden; }

@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: #333; outline: none; -webkit-transition: 0.3s; -o-transition: 0.3s; -moz-transition: 0.3s; transition: 0.3s; }

h1, h2 { margin: 0; padding: 0; font-weight: normal; }

img { max-width: 100%; border: 0px solid #ccc; }

embed, video, iframe { max-width: 100%; }

input[type="submit"], textarea[type="submit"] { cursor: pointer; }

input[type="checkbox"], textarea[type="checkbox"] { cursor: pointer; }

input[type="radio"], textarea[type="radio"] { cursor: pointer; }

input, textarea, select { font-family: arial, helvetica, sans-serif; font-size: 14px; font-size: 1.4rem; border: none; outline: none; background: none; }

input:focus, textarea:focus, select:focus { outline: none; }

textarea { resize: none; }

.pull-left { float: left; }

.pull-right { float: right; }

.clear { clear: both; }

.fix { *zoom: 1; }

.fix:after, .fix:before { display: block; content: "clear"; height: 0; clear: both; overflow: hidden; visibility: hidden; }

/* html5 */
article, aside, dialog, footer, header, section, footer, nav, figure, menu { display: block; }

::-webkit-input-placeholder { color: #999; opacity: 1; }

/* WebKit browsers */
:-o-placeholder { color: #999; opacity: 1; }

/* Mozilla Firefox 4 to 18 */
::-moz-placeholder { color: #999; opacity: 1; }

/* Mozilla Firefox 19+ */
:-ms-input-placeholder { color: #999; opacity: 1; }

/* Internet Explorer 10+ */
::-moz-selection { color: #fff; background: #1352A2; }
::selection { color: #fff; background: #1352A2; }

.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: #1352A2 !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: #1352A2 !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: #1352A2 !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: #1352A2; -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: #1352A2 !important; background-color: #1352A2 \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: #1352A2 !important; background-color: #fff \9; color: #1352A2 !important; }

.an-btn2:hover .iconfont { color: #1352A2 !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: #1352A2; } }

@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 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---------------------------------------------------------------------*/
/*-------------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 #DCDCDC; background-color: transparent; color: #333; min-width: 35px; padding: 0 2px; height: 30px; line-height: 28px; margin: 0 4px 10px; font-size: 14px; font-size: 1.4rem; }

.page a.prev { min-width: 84px; }

.page a.prev:hover { border-color: #1352A2; background-color: #1352A2; color: #fff; }

.page a.next { min-width: 61px; }

.page a.next:hover { border-color: #1352A2; background-color: #1352A2; color: #fff; }

.page a:hover, .page a.page-active { border-color: #1352A2; background-color: #1352A2; color: #fff; }
.page .no:hover{color: #333 !important;background: none !important;border: solid 1px #DCDCDC !important;}
@media only screen and (max-width: 1219px) { .page a { height: 28px; line-height: 26px; min-width: 28px; margin: 0 3px 10px !important; 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: 4px; }

.page .add-form .add-btn { font-size: 14px; font-size: 1.4rem; text-align: center; padding: 0 16px; height: 30px; line-height: 28px; border: solid 1px #1352A2; background-color: #1352A2; color: #fff; cursor: pointer; -webkit-transition: all .35s; -o-transition: all .35s; -moz-transition: all .35s; transition: all .35s; }

.page .add-form .add-btn:hover { border-color: #DCDCDC; background-color: transparent; color: #333; }

@media only screen and (max-width: 1219px) { .page .add-form .add-btn { min-width: 120px; 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: 52px; }

.contact-pc li { position: relative; width: 100%; height: 52px; margin-bottom: 1px; border-radius: 5px; background: #DFDFDF; -webkit-transition: all .35s; -o-transition: all .35s; -moz-transition: all .35s; transition: all .35s; }

.contact-pc li:hover { background-color: #1352A2; }

.contact-pc li:hover .iconfont { color: #fff !important; }

.contact-pc li a { display: block; height: 100%; width: 100%; text-align: center; line-height: 52px; cursor: pointer; }

.contact-pc li .iconfont { color: #fff; font-size: 22px; font-size: 2.2rem; -webkit-transition: all .35s; -o-transition: all .35s; -moz-transition: all .35s; transition: all .35s; }

.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; }

.contact-phone { position: fixed; bottom: 0; height: 40px; left: 0; right: 0; display: none; z-index: 999; }

.contact-phone li { width: 25%; height: 100%; float: left; position: relative; background: #DFDFDF; }

.contact-phone li:hover { background-color: #1352A2; }

.contact-phone li:hover .iconfont { color: #fff !important; }

.contact-phone li a { display: block; height: 100%; width: 100%; text-align: center; line-height: 40px; cursor: pointer; }

.contact-phone li .iconfont { color: #fff; font-size: 20px; font-size: 2.0rem; }

.contact-phone li .ewm { position: absolute; bottom: 40px; 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: 40px; } }

/*-------------contact end-----------------------------------------------------------------*/
/*-------------pro-share start-------------------------------------------------------------*/
.pro-share { font-size: 0; letter-spacing: 0; }

.pro-share .share-title { margin-right: 8px; display: inline-block; *display: inline; *zoom: 1; line-height: 26px; font-size: 16px; font-size: 1.6rem; color: #888; }

@media only screen and (max-width: 767px) { .pro-share .share-title { font-size: 14px; font-size: 1.4rem; } }

.pro-share .share-pic { display: inline-block; *display: inline; *zoom: 1; vertical-align: top; height: 26px; }

/*-------------pro-share end---------------------------------------------------------------*/
/*-------------m-oths----------------------------------------------------------------------*/
.m-oths { padding-top: 23px; font-size: 18px; font-size: 1.8rem; line-height: 24px; color: #333; }

.m-oths a { color: #333; }

.m-oths a:hover { color: #1352A2; }

.m-oths .oths-item-1 { margin-bottom: 9px; }

.m-oths .iconfont { display: inline-block; float: left; font-size: 0; width: 18px; height: 18px; border-radius: 50%; border: solid 4px #FBD700; background-color: #fff; -moz-box-sizing: border-box; box-sizing: border-box; margin-right: 8px; margin-top: 3px; }

.m-oths .oths-body { overflow: hidden; }

@media only screen and (max-width: 1219px) { .m-oths { padding-top: 20px; font-size: 14px !important; font-size: 1.4rem !important; }
  .m-oths .iconfont { width: 16px; height: 16px; margin-top: 5px; } }

@media only screen and (max-width: 767px) { .m-oths { padding-top: 15px; font-size: 12px !important; font-size: 1.2rem !important; line-height: 20px; }
  .m-oths .oths-item-1 { margin-bottom: 5px; }
  .m-oths .iconfont { width: 13px; height: 13px; margin-top: 3px; border-width: 3px; margin-right: 5px; } }

/*-------------bread start-----------------------------------------------------------------*/
.bread { font-size: 16px; font-size: 1.6rem; line-height: 24px; padding-top: 11px; padding-bottom: 28px; overflow: hidden; }

.bread, .bread a { color: #666; }

.bread a:hover, .bread .bread-active { color: #FBD700; }

@media screen and (max-width: 1219px) { .bread { font-size: 14px; font-size: 1.4rem; line-height: 20px; } }

@media screen and (max-width: 767px) { .bread { font-size: 12px; font-size: 1.2rem; line-height: 18px; 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: 27px; }

@media screen and (max-width: 991px) { .search { display: none; } }

.search .search-icon { cursor: pointer; display: block; }

.search .search-icon .iconfont { display: block; color: #666; font-size: 22px; font-size: 2.2rem; line-height: 1; }

@media screen and (max-width: 1219px) { .search .search-icon .iconfont { font-size: 20px; font-size: 2rem; } }

.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: #1352A2; 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----------------------------------------------------------------*/
.header { position: relative; top: 0; left: 0; z-index: 9999; width: 100%; }

.header.index-header { position: absolute; }

.header.index-header .navlist > li > a { color: #fff; }

.header.index-header .search .search-icon .iconfont { color: #fff; }

@media screen and (max-width: 991px) { .header.index-header { position: relative; } }

@media screen and (max-width: 991px) { .header { position: relative; } }

.header .wp { position: relative; }

.header .logo { float: left; display: block; width: 126px; margin: 12px 0 0; }

.header .logo a { display: block; position: relative; padding-bottom: 54.7619%; overflow: hidden; }

.header .logo img { display: block; width: 100%; position: absolute; top: 0; left: 0; width: 100%; height: 100%; -webkit-transition: all .35s; -o-transition: all .35s; -moz-transition: all .35s; transition: all .35s; }

@media screen and (max-width: 1219px) { .header .logo { width: 120px; } }

@media screen and (max-width: 991px) { .header .logo { width: 100px; margin: 10px 0; } }

@media screen and (max-width: 767px) { .header .logo { width: 70px; } }

.header .navlist { float: right; margin-top: 24px; margin-right: 48px; font-size: 0; letter-spacing: 0; }

@media screen and (max-width: 1419px) { .header .navlist { margin-right: 30px; } }

@media screen and (max-width: 1219px) { .header .navlist { margin-right: 15px; } }

@media screen and (max-width: 991px) { .header .navlist { display: none; } }

.header .navlist > li { display: inline-block; vertical-align: top; margin-left: 62px; position: relative; padding-bottom: 22px; }

.header .navlist > li:first-child { margin-left: 0; }

.header .navlist > li > a { font-family: "AachenBT-Roman", arial; font-size: 18px; font-size: 1.8rem; display: block; line-height: 26px; color: #333; padding: 0 2px 3px; position: relative; }

.header .navlist > li > a:before, .header .navlist > li > a:after { position: absolute; content: ''; width: 0; height: 0; background-color: #1352A2; left: 0; right: 0; margin: 0 auto; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; height: 2px; }

.header .navlist > li > a:before { top: 0; }

.header .navlist > li > a:after { bottom: 0; }

.header .navlist > li.nav-active > a:before, .header .navlist > li.nav-active > a:after, .header .navlist > li:hover > a:before, .header .navlist > li:hover > a:after { width: 50px; }

@media screen and (max-width: 1419px) { .header .navlist > li { margin-left: 40px; } }

@media screen and (max-width: 1219px) { .header .navlist > li { margin-left: 20px; }
  .header .navlist > li > a { font-size: 16px; font-size: 1.6rem; } }

.header .navlist > li:hover .yiji, .header .yiji > li:hover .erji, .header .erji > li:hover .sanji { -webkit-transform: translateY(0px); -moz-transform: translateY(0px); -ms-transform: translateY(0px); -o-transform: translateY(0px); transform: translateY(0px); visibility: visible; opacity: 1; }

.header .yiji { background: #fff url(../images/bg19.png) no-repeat right bottom; box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.22); width: 233px; position: absolute; top: 100%; left: 0; padding: 10px 0 43px; display: block; visibility: hidden; opacity: 0; margin-top: 1px; -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; }
.yiji2 {width: 350px !important;}
@media screen and (max-width: 1219px) { .header .yiji { width: 210px; }.header .yiji{left: -70px;} }

.header .yiji li { position: relative; text-align: left; }

.header .yiji li > a { display: block; font-size: 16px; font-size: 1.6rem; line-height: 20px; padding: 8px 23px; color: #333; }

.header .yiji li > a:hover { color: #1352A2; }

@media screen and (max-width: 1219px) { .header .yiji li > a { font-size: 14px; font-size: 1.4rem; padding: 5px 15px; } }

.header .erji, .header .sanji { background: #fff url(../images/bg19.png) no-repeat right bottom; box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.22); width: 250px; position: absolute; top: 0; left: 100%; padding: 10px 0 43px; display: block; visibility: hidden; opacity: 0; margin-top: 1px; -webkit-transform: translateY(30px); -moz-transform: translateY(30px); -ms-transform: translateY(30px); -o-transform: translateY(30px); transform: translateY(30px); -webkit-transform-origin: top; -moz-transform-origin: top; -ms-transform-origin: top; -o-transform-origin: top; transform-origin: top; -webkit-transition: all 400ms ease; -o-transition: all 400ms ease; -moz-transition: all 400ms ease; transition: all 400ms ease; }

@media screen and (max-width: 1219px) { .header .erji, .header .sanji { width: 210px; } }

/*-------------header end------------------------------------------------------------------*/
/*-------------footer start----------------------------------------------------------------*/
.footer { /* WebKit browsers */ /* Mozilla Firefox 4 to 18 */ /* Mozilla Firefox 19+ */ /* Internet Explorer 10+ */ padding-top: 83px; background: #0B0B0B; }

.footer ::-webkit-input-placeholder { color: #999; opacity: 1; }

.footer :-o-placeholder { color: #999; opacity: 1; }

.footer ::-moz-placeholder { color: #999; opacity: 1; }

.footer :-ms-input-placeholder { color: #999; opacity: 1; }

@media screen and (max-width: 1219px) { .footer { padding-top: 70px; } }

@media screen and (max-width: 991px) { .footer { padding-top: 50px; } }

@media screen and (max-width: 767px) { .footer { text-align: center; padding-top: 20px; } }

.footer.index-footer { background: url(../images/bg2.jpg) no-repeat top center; background-size: cover; padding: 278px 0 0; }

@media screen and (max-width: 1219px) { .footer.index-footer { padding-top: 220px; } }

@media screen and (max-width: 991px) { .footer.index-footer { padding-top: 200px; } }

@media screen and (max-width: 767px) { .footer.index-footer { padding-top: 80px; } }
.footer .f-top { font-size: 0; letter-spacing: 0; }

.footer .f-top > * { display: inline-block; vertical-align: top; }

.footer .f-top .box-title { font-family: "AachenBT-Roman", arial; font-size: 40px; font-size: 4rem; line-height: 1.3; text-transform: uppercase; }

.footer .f-top .box-title, .footer .f-top .box-title a { color: #fff; }

.footer .f-top .box-title a:hover { color: #1352A2; }

@media screen and (max-width: 1219px) { .footer .f-top .box-title { font-size: 32px; font-size: 3.2rem; } }

@media screen and (max-width: 991px) { .footer .f-top .box-title { font-size: 26px; font-size: 2.6rem; } }

@media screen and (max-width: 767px) { .footer .f-top .box-title { font-size: 20px; font-size: 2rem; display: none; } }

.footer .f-top .box-form { width: 47.91667%; margin-right: 8.33333%; }

@media screen and (max-width: 767px) { .footer .f-top .box-form { display: none; } }

.footer .f-top .box-form .box-title { margin-bottom: -7px; }

@media screen and (max-width: 1219px) { .footer .f-top .box-form .box-title { margin-bottom: 0; } }

.footer .f-top .box-form input, .footer .f-top .box-form textarea { display: block; width: 100%; font-size: 16px; font-size: 1.6rem; padding: 0 10px; color: #fff; }

.footer .f-top .box-form input { height: 45px; line-height: 45px; border-bottom: solid 1px #3b3938; }

.footer .f-top .box-form textarea { height: 81px; border: solid 1px #3b3938; line-height: 24px; padding-top: 9px; padding-bottom: 9px; }

.footer .f-top .box-form .item-input { width: 46.43478%; }

.footer .f-top .box-form .item-input input { height: 64px; line-height: 64px; }

.footer .f-top .box-form .item-input1 { width: 100%; margin-top: 22px; }

.footer .f-top .box-form .item-btn { margin-top: 27px; }

.footer .f-top .box-form .item-btn input { border: 0; background-color: #FBD700; font-family: "AachenBT-Roman", arial; font-size: 18px; font-size: 1.8rem; color: #333; -webkit-transition: all .35s; -o-transition: all .35s; -moz-transition: all .35s; transition: all .35s; }

.footer .f-top .box-form .item-btn input:hover { background-color: #fff; color: #FBD700; }

@media screen and (max-width: 1219px) { .footer .f-top .box-form .box-title { margin-bottom: 0; }
  .footer .f-top .box-form input, .footer .f-top .box-form textarea { font-size: 14px; font-size: 1.4rem; }
  .footer .f-top .box-form .item-input input { height: 54px; line-height: 54px; }
  .footer .f-top .box-form .item-btn { margin-top: 22px; }
  .footer .f-top .box-form .item-btn input { font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 991px) { .footer .f-top .box-form .item-input { width: 100%; }
  .footer .f-top .box-form .item-input input { height: 40px; line-height: 40px; }
  .footer .f-top .box-form .item-input1 { margin-top: 15px; }
  .footer .f-top .box-form .item-btn { margin-top: 15px; }
  .footer .f-top .box-form .item-btn input { font-size: 14px; font-size: 1.4rem; height: 40px; line-height: 40px; } }

.footer .f-top .box-info { width: 43.75%; }

.footer .f-top .box-info, .footer .f-top .box-info * { color: #ECECEC; }

.footer .f-top .box-info a:hover { color: #1352A2; }

@media screen and (max-width: 767px) { .footer .f-top .box-info { width: 100%; } }

.footer .f-top .box-info .box-title { margin-bottom: 14px; }

.footer .f-top .box-info .box-list { margin-bottom: 37px; }

@media screen and (max-width: 1219px) { .footer .f-top .box-info .box-list { margin-bottom: 30px; } }

@media screen and (max-width: 767px) { .footer .f-top .box-info .box-list { display: none; } }

.footer .f-top .box-info .box-list li { position: relative; padding-left: 26px; margin-bottom: 15px; font-size: 16px; font-size: 1.6rem; line-height: 26px; }

@media screen and (max-width: 1219px) { .footer .f-top .box-info .box-list li { font-size: 14px; font-size: 1.4rem; line-height: 24px; } }

@media screen and (max-width: 991px) { .footer .f-top .box-info .box-list li { line-height: 22px; } }

.footer .f-top .box-info .box-list .iconfont { position: absolute; left: 0; top: 0; font-size: 18px; font-size: 1.8rem; }

.footer .f-top .box-info .f-follow { font-size: 0; letter-spacing: 0; }

.footer .f-top .box-info .f-follow > a { display: inline-block; vertical-align: top; width: 32px; height: 32px; line-height: 32px; border-radius: 50%; font-size: 17px; font-size: 1.7rem; background-color: #919191; color: #fff; text-align: center; margin-left: 18px; }

.footer .f-top .box-info .f-follow > a:first-child { margin-left: 0; }

.footer .f-top .box-info .f-follow > a:hover { background-color: #1352A2; color: #fff; }

.footer .f-top .box-info .f-follow > a:hover .iconfont { color: #fff; }

@media screen and (max-width: 991px) { .footer .f-top .box-info .f-follow > a { margin-left: 10px; } }

@media screen and (max-width: 767px) { .footer .f-top .box-info .f-follow > a { width: 28px; height: 28px; line-height: 28px; font-size: 16px; font-size: 1.6rem; } }

.footer .f-bot { padding: 22px 0 26px; font-size: 14px; font-size: 1.4rem; line-height: 26px; }

.footer .f-bot, .footer .f-bot * { color: #999; }

.footer .f-bot a:hover { color: #1352A2; }

.footer .f-bot .links a { display: inline-block; margin-right: 30px; }

@media screen and (max-width: 991px) { .footer .f-bot { line-height: 24px; } }

@media screen and (max-width: 767px) { .footer .f-bot { font-size: 12px; font-size: 1.2rem; line-height: 20px; padding-top: 10px; padding-bottom: 20px; }
  .footer .f-bot .links, .footer .f-bot .f-keys { display: none; } }

/*-------------footer end------------------------------------------------------------------*/
/*-------------index start-----------------------------------------------------------------*/
.index-item { text-align: right; font-size: 0; }

.index-item .item-box { display: inline-block; padding-left: 20px; padding-top: 18px; min-height: 122px; position: relative; }

@media screen and (max-width: 1219px) { .index-item .item-box { min-height: 110px; } }

@media screen and (max-width: 991px) { .index-item .item-box { min-height: 100px; } }

@media screen and (max-width: 767px) { .index-item .item-box { min-height: 80px; } }

.index-item .item-box:before { position: absolute; content: ''; width: 122px; height: 122px; border-radius: 50%; border: solid 4px #FBD700; -moz-box-sizing: border-box; box-sizing: border-box; left: 0; top: 0; }

@media screen and (max-width: 1219px) { .index-item .item-box:before { width: 110px; height: 110px; } }

@media screen and (max-width: 991px) { .index-item .item-box:before { width: 100px; height: 100px; } }

@media screen and (max-width: 767px) { .index-item .item-box:before { width: 80px; height: 80px; } }

.index-item .item-title { position: relative; font-size: 42px; font-size: 4.2rem; font-family: "AachenBT-Roman", arial; line-height: 1.3; text-transform: uppercase; }

.index-item .item-title, .index-item .item-title a { color: #1A62B4; }

@media screen and (max-width: 1219px) { .index-item .item-title { font-size: 34px; font-size: 3.4rem; } }

@media screen and (max-width: 991px) { .index-item .item-title { font-size: 26px; font-size: 2.6rem; } }

@media screen and (max-width: 767px) { .index-item .item-title { font-size: 20px; font-size: 2rem; } }

.index-item .item-subt { margin-top: 6px; position: relative; font-size: 24px; font-size: 2.4rem; font-family: "AachenBT-Roman", arial; line-height: 1.3; text-transform: capitalize; }

@media screen and (max-width: 1219px) { .index-item .item-subt { font-size: 20px; font-size: 2rem; margin-top: 0; } }

@media screen and (max-width: 991px) { .index-item .item-subt { font-size: 18px; font-size: 1.8rem; } }

@media screen and (max-width: 767px) { .index-item .item-subt { font-size: 14px; font-size: 1.4rem; } }

.index-about { background: url(../images/bg3.png) no-repeat right top; padding: 83px 0 43px; }

@media screen and (max-width: 1219px) { .index-about { padding-top: 70px; } }

@media screen and (max-width: 991px) { .index-about { padding-top: 50px; padding-bottom: 0; } }

@media screen and (max-width: 767px) { .index-about { padding: 30px 0 0; } }

.index-about .box-item .item-pic { float: left; width: 48.33333%; margin-right: 1.66667%; border-radius: 10px; }

.index-about .box-item .item-pic a { position: relative; padding-bottom: 75.86207%; display: block; overflow: hidden; }

.index-about .box-item .item-pic a img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

@media screen and (max-width: 991px) { .index-about .box-item .item-pic { margin-bottom: 20px; } }

@media screen and (max-width: 767px) { .index-about .box-item .item-pic { width: 50%; margin-right: 0; max-width: 270px; } }

@media screen and (max-width: 580px) { .index-about .box-item .item-pic { float: none; width: 100%; max-width: 580px; margin: 0 auto 20px; } }

.index-about .box-item .item-body { padding-top: 21px; }

@media screen and (max-width: 1219px) { .index-about .box-item .item-body { padding-top: 0; } }

.index-about .box-item .index-item { margin-bottom: 43px; }

@media screen and (max-width: 1219px) { .index-about .box-item .index-item { margin-bottom: 30px; } }

@media screen and (max-width: 991px) { .index-about .box-item .index-item { margin-bottom: 25px; } }

@media screen and (max-width: 767px) { .index-about .box-item .index-item { margin-bottom: 20px; } }

.index-about .box-item .box-list { 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: justify; -webkit-justify-content: space-between; -moz-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; text-align: center; margin-bottom: 37px; }

@media screen and (max-width: 1219px) { .index-about .box-item .box-list { margin-bottom: 20px; } }

@media screen and (max-width: 991px) { .index-about .box-item .box-list { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: start; -webkit-justify-content: flex-start; -moz-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; margin-bottom: 0; } }

@media screen and (max-width: 991px) { .index-about .box-item .box-list li { -webkit-flex-basis: 50%; -ms-flex-preferred-size: 50%; flex-basis: 50%; margin-bottom: 15px; } }

.index-about .box-item .box-list .item-title { font-size: 0; letter-spacing: 0; padding-bottom: 4px; }

.index-about .box-item .box-list .item-title > * { display: inline-block; vertical-align: bottom; }

.index-about .box-item .box-list .item-title span { font-family: "AachenBT-Roman", arial; color: #FBD700; font-size: 36px; font-size: 3.6rem; line-height: 1; text-shadow: 0px 3px 1px rgba(0, 0, 0, 0.55); }

@media screen and (max-width: 1219px) { .index-about .box-item .box-list .item-title span { font-size: 28px; font-size: 2.8rem; } }

@media screen and (max-width: 991px) { .index-about .box-item .box-list .item-title span { font-size: 24px; font-size: 2.4rem; } }

@media screen and (max-width: 767px) { .index-about .box-item .box-list .item-title span { font-size: 20px; font-size: 2rem; line-height: 1.3; } }

.index-about .box-item .box-list .item-title em { font-style: normal; color: #1352A2; font-size: 14px; font-size: 1.4rem; line-height: 1.3; }

@media screen and (max-width: 991px) { .index-about .box-item .box-list .item-title em { font-size: 12px; font-size: 1.2rem; } }

.index-about .box-item .box-list .item-subt { font-family: "AachenBT-Roman", arial; font-size: 16px; font-size: 1.6rem; line-height: 1.3; }

.index-about .box-item .box-list .item-subt, .index-about .box-item .box-list .item-subt * { color: #1352A2; }

@media screen and (max-width: 991px) { .index-about .box-item .box-list .item-subt { font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 767px) { .index-about .box-item .box-list .item-subt { font-size: 12px; font-size: 1.2rem; } }

.index-about .box-item .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 30px; margin-bottom: 16px; }

@media screen and (max-width: 1219px) { .index-about .box-item .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 26px; } }

@media screen and (max-width: 991px) { .index-about .box-item .item-desc { line-height: 22px; margin-bottom: 15px; width: 100%; } }

@media screen and (max-width: 767px) { .index-about .box-item .item-desc { font-size: 12px; font-size: 1.2rem; line-height: 18px; } }

.index-about .box-item .item-btn { float: right; display: inline-block; width: 38px; height: 38px; line-height: 36px; text-align: center; border: solid 1px #1352A2; color: #1352A2; box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.22); border-radius: 50%; font-size: 14px; font-size: 1.4rem; }

.index-about .box-item .item-btn:hover { background-color: #1352A2; color: #fff; }

@media screen and (max-width: 1219px) { .index-about .box-item .item-btn { width: 32px; height: 32px; line-height: 30px; } }

@media screen and (max-width: 991px) { .index-about .box-item .item-btn { width: 28px; height: 28px; line-height: 26px; } }

@media screen and (max-width: 767px) { .index-about .box-item .item-btn { width: 24px; height: 24px; line-height: 22px; font-size: 12px; font-size: 1.2rem; } }

.index-probox { background: url(../images/bg1.jpg) no-repeat bottom center; background-size: cover; padding: 234px 0 97px; position: relative; }

@media screen and (max-width: 1219px) { .index-probox { padding: 200px 0 70px; } }

@media screen and (max-width: 991px) { .index-probox { padding: 150px 0 50px; } }

@media screen and (max-width: 767px) { .index-probox { padding: 100px 0 30px; } }

.index-probox .index-item { text-align: left; }

.index-probox .index-item .item-box { padding-left: 0; padding-right: 20px; }

.index-probox .index-item .item-box:before { left: auto; right: 0; }

.index-probox .index-item .item-title, .index-probox .index-item .item-title a, .index-probox .index-item .item-subt, .index-probox .index-item .item-subt a { color: #fff; }

.index-probox .box-btn { display: block; position: absolute; z-index: 2; left: 50%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); bottom: -19px; width: 38px; height: 38px; line-height: 36px; text-align: center; border: solid 1px #1352A2; background-color: #fff; color: #1352A2; box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.22); border-radius: 50%; font-size: 14px; font-size: 1.4rem; }

.index-probox .box-btn:hover { background-color: #1352A2; color: #fff; }

@media screen and (max-width: 1219px) { .index-probox .box-btn { width: 32px; height: 32px; line-height: 30px; bottom: -16px; } }

@media screen and (max-width: 991px) { .index-probox .box-btn { width: 28px; height: 28px; line-height: 26px; bottom: -14px; } }

@media screen and (max-width: 767px) { .index-probox .box-btn { width: 24px; height: 24px; line-height: 22px; font-size: 12px; font-size: 1.2rem; bottom: -12px; } }

.pro-owl { position: relative; padding-top: 77px; }

@media screen and (max-width: 1219px) { .pro-owl { padding-top: 50px; } }

@media screen and (max-width: 991px) { .pro-owl { padding-top: 40px; } }

@media screen and (max-width: 767px) { .pro-owl { padding-top: 20px; } }

.pro-owl .owl-carousel { width: 102.16667%; margin-left: -1.08333%; }

@media screen and (max-width: 991px) { .pro-owl .owl-carousel { width: 102%; margin-left: -1%; } }

.pro-owl .owl-buttons { display: none !important; }

.pro-owl .owl-btns { font-size: 0; letter-spacing: 0; text-align: center; position: absolute; right: 0; top: -75px; }

@media screen and (max-width: 1219px) { .pro-owl .owl-btns { top: -52px; } }

@media screen and (max-width: 991px) { .pro-owl .owl-btns { top: -47px; } }

@media screen and (max-width: 767px) { .pro-owl .owl-btns { top: -36px; } }

.pro-owl .owl-btns .owl-btn { display: inline-block; vertical-align: top; cursor: pointer; width: 36px; height: 36px; line-height: 34px; border-radius: 50%; border: solid 1px #fff; font-size: 16px; font-size: 1.6rem; font-weight: bold; color: #fff; -webkit-transition: all .35s; -o-transition: all .35s; -moz-transition: all .35s; transition: all .35s; }

.pro-owl .owl-btns .owl-btn:hover { border-color: #FBD700; color: #FBD700; }

.pro-owl .owl-btns .owl-btn.disabled { color: #ccc; cursor: auto; }

@media screen and (max-width: 1219px) { .pro-owl .owl-btns .owl-btn { width: 32px; height: 32px; line-height: 30px; 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: 24px; font-size: 12px; font-size: 1.2rem; } }

.pro-owl .owl-btns .item-prev { margin-right: 6px; }

.pro-owl .list-item { margin: 0 3.18108%; border-radius: 10px; background-color: #fff; overflow: hidden; }

@media screen and (max-width: 991px) { .pro-owl .list-item { margin: 0 2.94118%; } }

@media screen and (max-width: 480px) { .pro-owl .list-item { margin: 0 1.96078%; } }

.pro-owl .item-pic { position: relative; }

.pro-owl .item-body { padding: 0 16px 23px; text-align: center; }

@media screen and (max-width: 1219px) { .pro-owl .item-body { padding: 0 10px 15px; } }

@media screen and (max-width: 991px) { .pro-owl .item-body { padding: 0 8px 15px; } }

@media screen and (max-width: 767px) { .pro-owl .item-body { padding: 0 5px 12px; } }

.pro-owl .item-title { border-top: solid 2px #1352A2; padding-top: 14px; font-size: 18px; font-size: 1.8rem; line-height: 1.3; }

@media screen and (max-width: 1219px) { .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; padding-top: 10px; } }

.pro-owl .item-desc { margin-top: 21px; font-size: 16px; font-size: 1.6rem; line-height: 30px; height: 60px; }

@media screen and (max-width: 1219px) { .pro-owl .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 24px; margin-top: 10px; height: 48px; } }

@media screen and (max-width: 991px) { .pro-owl .item-desc { line-height: 22px; margin-top: 5px; height: 44px; } }

@media screen and (max-width: 767px) { .pro-owl .item-desc { font-size: 12px; font-size: 1.2rem; line-height: 18px; height: 36px; } }

.index-news { padding: 66px 0 46px; position: relative; }

@media screen and (max-width: 991px) { .index-news { padding-top: 50px; padding-bottom: 30px; } }

@media screen and (max-width: 767px) { .index-news { padding: 30px 0 20px; } }

.index-news .item-img1 { position: absolute; right: 0; bottom: 11px; width: 9.89583%; font-size: 0; }

.index-news .item-img2 { position: absolute; left: 0; top: 0; width: 17.86458%; font-size: 0; }

.index-news .index-item { margin-bottom: 61px; }

@media screen and (max-width: 1219px) { .index-news .index-item { margin-bottom: 40px; } }

@media screen and (max-width: 991px) { .index-news .index-item { margin-bottom: 30px; } }

@media screen and (max-width: 767px) { .index-news .index-item { margin-bottom: 20px; } }

.index-news .box-list { font-size: 0; letter-spacing: 0; }

.index-news .box-list .list-item { display: inline-block; vertical-align: top; width: 48.75%; margin-left: 2.5%; margin-bottom: 49px; }

.index-news .box-list .list-item:nth-child(odd) { margin-left: 0; }

@media screen and (max-width: 1219px) { .index-news .box-list .list-item { margin-bottom: 40px; } }

@media screen and (max-width: 991px) { .index-news .box-list .list-item { width: 100%; margin-left: 0; margin-bottom: 30px; } }

@media screen and (max-width: 767px) { .index-news .box-list .list-item { margin-bottom: 20px; } }

.index-news .box-list .item-box { width: 100%; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -webkit-flex-flow: row-reverse nowrap; -moz-box-orient: horizontal; -moz-box-direction: reverse; -ms-flex-flow: row-reverse nowrap; flex-flow: row-reverse 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; }

.index-news .box-list .item-pic { -webkit-box-flex: 0; -webkit-flex: 0 0 auto; -moz-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 158px; margin-left: 20px; }

@media screen and (max-width: 1219px) { .index-news .box-list .item-pic { margin-left: 15px; } }

@media screen and (max-width: 767px) { .index-news .box-list .item-pic { width: 150px; } }

@media screen and (max-width: 480px) { .index-news .box-list .item-pic { width: 140px; } }

.index-news .box-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; overflow: hidden; padding-left: 105px; }

@media screen and (max-width: 1219px) { .index-news .box-list .item-body { padding-left: 85px; } }

@media screen and (max-width: 991px) { .index-news .box-list .item-body { padding-left: 80px; } }

@media screen and (max-width: 767px) { .index-news .box-list .item-body { padding-left: 70px; } }

@media screen and (max-width: 480px) { .index-news .box-list .item-body { padding-left: 0; } }

.index-news .box-list .item-title { font-size: 18px; font-size: 1.8rem; line-height: 1.3; margin-bottom: 23px; }

@media screen and (max-width: 1219px) { .index-news .box-list .item-title { font-size: 16px; font-size: 1.6rem; margin-bottom: 13px; } }

@media screen and (max-width: 991px) { .index-news .box-list .item-title { margin-bottom: 10px; } }

@media screen and (max-width: 767px) { .index-news .box-list .item-title { font-size: 14px; font-size: 1.4rem; margin-bottom: 5px; } }

.index-news .box-list .item-date1 { font-size: 12px; font-size: 1.2rem; line-height: 1.3; display: none; margin-bottom: 5px; }

@media screen and (max-width: 480px) { .index-news .box-list .item-date1 { display: block; } }

.index-news .box-list .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 30px; height: 60px; }

@media screen and (max-width: 1219px) { .index-news .box-list .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 26px; height: 52px; } }

@media screen and (max-width: 991px) { .index-news .box-list .item-desc { line-height: 22px; height: 44px; } }

@media screen and (max-width: 767px) { .index-news .box-list .item-desc { font-size: 12px; font-size: 1.2rem; line-height: 18px; height: 36px; } }

.index-news .box-list .item-date { position: absolute; left: 0; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); text-align: center; }

@media screen and (max-width: 480px) { .index-news .box-list .item-date { display: none; } }

.index-news .box-list .item-date .p1 { font-family: "AachenBT-Roman", arial; font-size: 60px; font-size: 6rem; line-height: 1; margin-bottom: 24px; }

@media screen and (max-width: 1219px) { .index-news .box-list .item-date .p1 { font-size: 50px; font-size: 5rem; margin-bottom: 13px; } }

@media screen and (max-width: 991px) { .index-news .box-list .item-date .p1 { font-size: 40px; font-size: 4rem; margin-bottom: 10px; } }

@media screen and (max-width: 767px) { .index-news .box-list .item-date .p1 { font-size: 30px; font-size: 3rem; margin-bottom: 5px; } }

.index-news .box-list .item-date .p2 { font-size: 18px; font-size: 1.8rem; line-height: 1.3; color: #666; }

@media screen and (max-width: 1219px) { .index-news .box-list .item-date .p2 { font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 991px) { .index-news .box-list .item-date .p2 { font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 767px) { .index-news .box-list .item-date .p2 { font-size: 12px; font-size: 1.2rem; } }

/*-------------index end-------------------------------------------------------------------*/
.page_wrap { padding-bottom: 100px; }

@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-1-about start-------------------------------------------------------------*/
.about-bar { margin-bottom: 59px; }

@media screen and (max-width: 1219px) { .about-bar { margin-bottom: 50px; } }

@media screen and (max-width: 991px) { .about-bar { margin-bottom: 40px; } }

@media screen and (max-width: 767px) { .about-bar { margin-bottom: 30px; } }

.about-bar .box-list { border-bottom: solid 1px #DFDFDF; padding-bottom: 25px; 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: justify; -webkit-justify-content: space-between; -moz-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

@media screen and (max-width: 480px) { .about-bar .box-list { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; padding-bottom: 15px; } }

.about-bar .box-list li { width: 312px; -webkit-flex-basis: 312px; -ms-flex-preferred-size: 312px; flex-basis: 312px; background-color: #F3F3F3; border-radius: 6px 6px 0px 0px; -webkit-transition: all .35s; -o-transition: all .35s; -moz-transition: all .35s; transition: all .35s; position: relative; }

@media screen and (max-width: 1219px) { .about-bar .box-list li { width: 300px; -webkit-flex-basis: 300px; -ms-flex-preferred-size: 300px; flex-basis: 300px; } }

@media screen and (max-width: 991px) { .about-bar .box-list li { width: 32%; -webkit-flex-basis: 32%; -ms-flex-preferred-size: 32%; flex-basis: 32%; } }

@media screen and (max-width: 480px) { .about-bar .box-list li { width: 100%; -webkit-flex-basis: 100%; -ms-flex-preferred-size: 100%; flex-basis: 100%; margin-bottom: 6px; } }

.about-bar .box-list li:before { position: absolute; content: ''; width: 12px; height: 12px; border-radius: 50%; background-color: #FBD700; left: 50%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); bottom: -31px; -webkit-transition: all .25s; -o-transition: all .25s; -moz-transition: all .25s; transition: all .25s; }

@media screen and (max-width: 480px) { .about-bar .box-list li:before { display: none; } }

@media screen and (max-width: 480px) { .about-bar .box-list li:last-child:before { display: block; width: 12px !important; height: 12px !important; bottom: -27px !important; } }

.about-bar .box-list li.active, .about-bar .box-list li:hover { background-color: #1352A2; }

.about-bar .box-list li.active:before, .about-bar .box-list li:hover:before { width: 16px; height: 16px; bottom: -33px; }

.about-bar .box-list li.active, .about-bar .box-list li.active *, .about-bar .box-list li:hover, .about-bar .box-list li:hover * { color: #fff; }

.about-bar .box-list li > a { 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 wrap; -moz-box-orient: horizontal; -moz-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; -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; text-align: center; height: 100%; font-family: "AachenBT-Roman", arial; font-size: 18px; font-size: 1.8rem; line-height: 30px; padding: 9px 10px; }

.about-bar .box-list li > a .iconfont { font-size: 30px; font-size: 3rem; vertical-align: middle; margin-right: 10px; }

.about-bar .box-list li > a p { -webkit-box-flex: 1; -webkit-flex: 1; -moz-box-flex: 1; -ms-flex: 1; flex: 1; }

@media screen and (max-width: 991px) { .about-bar .box-list li > a { font-size: 16px; font-size: 1.6rem; line-height: 24px; }
  .about-bar .box-list li > a .iconfont { font-size: 22px; font-size: 2.2rem; margin-right: 5px; } }

@media screen and (max-width: 767px) { .about-bar .box-list li > a { padding: 5px 10px; font-size: 14px; font-size: 1.4rem; line-height: 20px; }
  .about-bar .box-list li > a .iconfont { font-size: 20px; font-size: 2rem; margin-right: 5px; } }

.about1-box1 { padding-bottom: 53px; background: url(../images/bg8.jpg) no-repeat bottom right; background-size: 30.15625%; }

.about1-box1 .item-pic { float: left; width: 50%; margin-right: 2.08333%; overflow: hidden; }

.about1-box1 .item-pic .item-img { position: relative; padding-bottom: 62.5%; display: block; overflow: hidden; }

.about1-box1 .item-pic img { display: block; width: 100%; position: absolute; top: 0; left: 0; height: 100%; }

@media screen and (max-width: 767px) { .about1-box1 .item-pic { width: 100%; margin: 0 auto 15px; } }

.about1-box1 .item-body { padding-top: 12px; }

@media screen and (max-width: 1719px) { .about1-box1 .item-body { padding-top: 0; } }

.about1-box1 .item-box { text-align: right; }

.about1-box1 .item-title { margin-bottom: 26px; font-family: "AachenBT-Roman", arial; font-size: 42px; font-size: 4.2rem; line-height: 52px; color: #1352A2; display: inline-block; padding-left: 56px; padding-top: 35px; padding-bottom: 35px; position: relative; z-index: 2; }

.about1-box1 .item-title:before { position: absolute; content: ''; width: 122px; height: 122px; -moz-box-sizing: border-box; box-sizing: border-box; border: solid 4px #FBD700; border-radius: 50%; left: 0; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); z-index: -1; }

@media screen and (max-width: 1419px) { .about1-box1 .item-title { margin-bottom: 15px; font-size: 36px; font-size: 3.6rem; line-height: 40px; padding-top: 30px; padding-bottom: 30px; padding-left: 50px; }
  .about1-box1 .item-title:before { width: 100px; height: 100px; } }

@media screen and (max-width: 1219px) { .about1-box1 .item-title { font-size: 30px; font-size: 3rem; line-height: 36px; padding-top: 25px; padding-bottom: 25px; padding-left: 40px; }
  .about1-box1 .item-title:before { width: 86px; height: 86px; } }

@media screen and (max-width: 991px) { .about1-box1 .item-title { font-size: 24px; font-size: 2.4rem; line-height: 30px; padding-top: 20px; padding-bottom: 20px; padding-left: 35px; }
  .about1-box1 .item-title:before { width: 70px; height: 70px; } }

@media screen and (max-width: 767px) { .about1-box1 .item-title { margin-bottom: 10px; font-size: 20px; font-size: 2rem; line-height: 26px; padding-top: 15px; padding-bottom: 15px; padding-left: 25px; }
  .about1-box1 .item-title:before { width: 56px; height: 56px; } }

.about1-box1 .item-subt { margin-bottom: 35px; text-align: right; font-family: "AachenBT-Roman", arial; font-size: 20px; font-size: 2rem; line-height: 1.3; }

@media screen and (max-width: 1719px) { .about1-box1 .item-subt { margin-bottom: 20px; } }

@media screen and (max-width: 1219px) { .about1-box1 .item-subt { margin-bottom: 15px; font-size: 18px; font-size: 1.8rem; } }

@media screen and (max-width: 991px) { .about1-box1 .item-subt { margin-bottom: 10px; font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 767px) { .about1-box1 .item-subt { font-size: 14px; font-size: 1.4rem; } }

.about1-box1 .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 30px; }

.about1-box1 .item-desc, .about1-box1 .item-desc * { color: #666; }

@media screen and (max-width: 1719px) { .about1-box1 .item-desc { line-height: 28px; } }

@media screen and (max-width: 1419px) { .about1-box1 .item-desc { line-height: 26px; } }

@media screen and (max-width: 1219px) { .about1-box1 .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 24px; } }

@media screen and (max-width: 991px) { .about1-box1 .item-desc { line-height: 22px; } }

@media screen and (max-width: 767px) { .about1-box1 .item-desc { font-size: 12px; font-size: 1.2rem; line-height: 20px; } }

.about1-box2 { background-color: #F3F3F3; padding: 130px 0 40px; }

@media screen and (max-width: 1219px) { .about1-box2 { padding-top: 100px; } }

@media screen and (max-width: 991px) { .about1-box2 { padding-top: 60px; } }

@media screen and (max-width: 767px) { .about1-box2 { padding: 30px 0 20px; } }

.about1-box2 .box-left { float: left; width: 47.5%; }

@media screen and (max-width: 991px) { .about1-box2 .box-left { width: 100%; margin-bottom: 30px; } }

.about1-box2 .box-left .item-title { font-family: "AachenBT-Roman", arial; font-size: 26px; font-size: 2.6rem; line-height: 1.5384; position: relative; padding-bottom: 40px; margin-bottom: 33px; }

.about1-box2 .box-left .item-title:before { position: absolute; content: ''; width: 35.08772%; height: 3px; background-color: #1352A2; bottom: 0; left: 0; }

@media screen and (max-width: 1219px) { .about1-box2 .box-left .item-title { font-size: 22px; font-size: 2.2rem; line-height: 1.3; padding-bottom: 30px; } }

@media screen and (max-width: 991px) { .about1-box2 .box-left .item-title { font-size: 18px; font-size: 1.8rem; padding-bottom: 20px; margin-bottom: 20px; } }

@media screen and (max-width: 767px) { .about1-box2 .box-left .item-title { font-size: 16px; font-size: 1.6rem; padding-bottom: 15px; margin-bottom: 15px; } }

.about1-box2 .box-left .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 30px; }

@media screen and (max-width: 1219px) { .about1-box2 .box-left .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 26px; } }

@media screen and (max-width: 991px) { .about1-box2 .box-left .item-desc { line-height: 22px; } }

@media screen and (max-width: 767px) { .about1-box2 .box-left .item-desc { font-size: 12px; font-size: 1.2rem; line-height: 20px; } }

.about1-box2 .box-list { float: right; width: 50%; font-size: 0; letter-spacing: 0; }

@media screen and (max-width: 991px) { .about1-box2 .box-list { width: 100%; } }

.about1-box2 .box-list .list-item { display: inline-block; vertical-align: top; width: 50%; min-height: 205px; margin-bottom: 40px; position: relative; }

.about1-box2 .box-list .list-item:hover .item-box1 { visibility: hidden; opacity: 0; }

.about1-box2 .box-list .list-item:hover .item-box2 { visibility: visible; opacity: 1; }

@media screen and (max-width: 991px) { .about1-box2 .box-list .list-item:hover .item-box1 { visibility: visible; opacity: 1; } }

@media screen and (max-width: 1219px) { .about1-box2 .box-list .list-item { min-height: 180px; margin-bottom: 30px; } }

@media screen and (max-width: 991px) { .about1-box2 .box-list .list-item { min-height: auto; width: 48%; margin: 0 1% 25px; } }

@media screen and (max-width: 767px) { .about1-box2 .box-list .list-item { margin-bottom: 20px; } }

.about1-box2 .box-list .item-box1 { cursor: pointer; text-align: center; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; visibility: visible; opacity: 1; }

@media screen and (max-width: 991px) { .about1-box2 .box-list .item-box1 { cursor: auto; } }

.about1-box2 .box-list .item-box1 .item-num { font-family: "AachenBT-Roman", arial; font-size: 26px; font-size: 2.6rem; width: 129px; line-height: 129px; text-align: center; margin: 0 auto; background: url(../images/bg9.png) no-repeat center; background-size: 100% 100%; }

@media screen and (max-width: 1219px) { .about1-box2 .box-list .item-box1 .item-num { font-size: 24px; font-size: 2.4rem; } }

@media screen and (max-width: 991px) { .about1-box2 .box-list .item-box1 .item-num { font-size: 20px; font-size: 2rem; width: 110px; line-height: 110px; } }

@media screen and (max-width: 767px) { .about1-box2 .box-list .item-box1 .item-num { font-size: 18px; font-size: 1.8rem; width: 100px; line-height: 100px; } }

.about1-box2 .box-list .item-box1 .item-title { margin-top: 16px; font-size: 16px; font-size: 1.6rem; line-height: 1.3; color: #000; }

@media screen and (max-width: 1219px) { .about1-box2 .box-list .item-box1 .item-title { margin-top: 10px; } }

@media screen and (max-width: 767px) { .about1-box2 .box-list .item-box1 .item-title { font-size: 14px; font-size: 1.4rem; margin-top: 5px; } }

@media screen and (max-width: 991px) { .about1-box2 .box-list .item-box1 .item-desc { font-size: 12px; font-size: 1.2rem; line-height: 1.3; margin-top: 5px; } }

.about1-box2 .box-list .item-box2 { z-index: 2; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; visibility: hidden; opacity: 0; position: absolute; top: 0; left: 0; width: 100%; background-color: #1352A2; box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.08); border-radius: 8px; text-align: center; padding: 33px 10px 43px; }

@media screen and (max-width: 1219px) { .about1-box2 .box-list .item-box2 { padding: 25px 10px 30px; } }

@media screen and (max-width: 991px) { .about1-box2 .box-list .item-box2 { display: none; } }

@media screen and (max-width: 767px) { .about1-box2 .box-list .item-box2 { padding: 20px 5px 25px; } }

.about1-box2 .box-list .item-box2 .item-num { position: absolute; font-size: 68px; font-size: 6.8rem; line-height: 1; color: #fff; opacity: 0.1; right: 27px; bottom: 10px; }

@media screen and (max-width: 1219px) { .about1-box2 .box-list .item-box2 .item-num { right: 10px; font-size: 58px; font-size: 5.8rem; } }

@media screen and (max-width: 991px) { .about1-box2 .box-list .item-box2 .item-num { bottom: 5px; font-size: 48px; font-size: 4.8rem; } }

@media screen and (max-width: 767px) { .about1-box2 .box-list .item-box2 .item-num { font-size: 38px; font-size: 3.8rem; } }

.about1-box2 .box-list .item-box2 .item-title { font-size: 20px; font-size: 2rem; line-height: 1.3; color: #fff; margin-bottom: 14px; }

@media screen and (max-width: 1219px) { .about1-box2 .box-list .item-box2 .item-title { font-size: 18px; font-size: 1.8rem; margin-bottom: 10px; } }

@media screen and (max-width: 991px) { .about1-box2 .box-list .item-box2 .item-title { font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 767px) { .about1-box2 .box-list .item-box2 .item-title { font-size: 14px; font-size: 1.4rem; margin-bottom: 5px; } }

.about1-box2 .box-list .item-box2 .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 30px; color: #fff; }

@media screen and (max-width: 1219px) { .about1-box2 .box-list .item-box2 .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 24px; } }

@media screen and (max-width: 991px) { .about1-box2 .box-list .item-box2 .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 22px; } }

@media screen and (max-width: 767px) { .about1-box2 .box-list .item-box2 .item-desc { font-size: 12px; font-size: 1.2rem; line-height: 20px; } }

.about1-box3 { position: relative; z-index: 2; }

.about1-box3 .item-pics { float: right; width: 50%; padding-top: 60px; margin-left: 2.08333%; }

.about1-box3 .item-pics .item-pic { overflow: hidden; }

.about1-box3 .item-pics .item-pic img { display: block; width: 100%; }

@media screen and (max-width: 991px) { .about1-box3 .item-pics { padding-top: 50px; } }

@media screen and (max-width: 767px) { .about1-box3 .item-pics { width: 100%; padding-top: 0; float: none; margin: 0 auto; } }

.about1-box3 .item-body .item-title { margin-left: -3.33333%; text-align: center; font-family: "AachenBT-Roman", arial; font-size: 28px; font-size: 2.8rem; line-height: 1.42857; color: #fff; background: url(../images/bg11.jpg) no-repeat bottom center; background-size: 100%; width: 49.25%; min-height: 317px; padding: 65px 80px 80px; }

@media screen and (max-width: 1319px) { .about1-box3 .item-body .item-title { margin-left: 0; width: 48.33333%; } }

@media screen and (max-width: 1219px) { .about1-box3 .item-body .item-title { font-size: 24px; font-size: 2.4rem; line-height: 1.3; padding: 40px 50px 80px; min-height: 270px; } }

@media screen and (max-width: 991px) { .about1-box3 .item-body .item-title { font-size: 20px; font-size: 2rem; padding: 25px 35px 70px; min-height: auto; } }

@media screen and (max-width: 767px) { .about1-box3 .item-body .item-title { width: 290px; font-size: 16px; font-size: 1.6rem; padding: 20px 35px 60px; } }

.about1-box3 .item-body .item-desc { margin-top: 32px; font-size: 16px; font-size: 1.6rem; line-height: 30px; }

@media screen and (max-width: 1219px) { .about1-box3 .item-body .item-desc { margin-top: 30px; font-size: 14px; font-size: 1.4rem; line-height: 26px; } }

@media screen and (max-width: 991px) { .about1-box3 .item-body .item-desc { line-height: 22px; margin-top: 20px; } }

@media screen and (max-width: 767px) { .about1-box3 .item-body .item-desc { margin-top: 20px; font-size: 12px; font-size: 1.2rem; line-height: 20px; } }

.about1-box4 { background: url(../images/bg12.jpg) no-repeat top left; background-size: cover; padding: 225px 0 50px; min-height: 497px; margin-top: -79px; margin-bottom: 60px; }

@media screen and (max-width: 1219px) { .about1-box4 { margin-top: 0; min-height: auto; padding: 150px 0 80px; } }

@media screen and (max-width: 991px) { .about1-box4 { margin-bottom: 50px; } }

@media screen and (max-width: 767px) { .about1-box4 { margin-bottom: 30px; margin-top: 30px; padding: 70px 0 30px; } }

.about1-box4 .item-title { text-align: center; font-family: "AachenBT-Roman", arial; font-size: 26px; font-size: 2.6rem; line-height: 1.76923; color: #fff; max-width: 920px; margin: 0 auto; position: relative; z-index: 1; }

@media screen and (max-width: 1219px) { .about1-box4 .item-title { font-size: 22px; font-size: 2.2rem; line-height: 1.5; max-width: 900px; } }

@media screen and (max-width: 991px) { .about1-box4 .item-title { font-size: 18px; font-size: 1.8rem; line-height: 1.4; } }

@media screen and (max-width: 767px) { .about1-box4 .item-title { font-size: 16px; font-size: 1.6rem; line-height: 1.4; } }

.about1-box4 .item-title:before { position: absolute; content: ''; width: 81px; height: 81px; background-color: #FBD700; border-radius: 50%; left: -27px; top: -21px; z-index: -1; }

@media screen and (max-width: 1219px) { .about1-box4 .item-title:before { width: 80px; height: 80px; left: -20px; top: -20px; } }

@media screen and (max-width: 991px) { .about1-box4 .item-title:before { width: 66px; height: 66px; left: -15px; top: -18px; } }

@media screen and (max-width: 767px) { .about1-box4 .item-title:before { width: 44px; height: 44px; left: -10px; top: -10px; } }

.about1-box5 .item-videobox { width: 100%; overflow: hidden; margin: 0 auto; }

.about1-box5 .item-videobox .item-video { position: relative; overflow: hidden; padding-bottom: 57.83333%; height: 0; }

.about1-box5 .item-videobox .item-video iframe, .about1-box5 .item-videobox .item-video video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; }

.about1-box5 .item-videobox .item-video iframe body { margin: 0px !important; }

/*-------------1-1-about end---------------------------------------------------------------*/
/*-------------1-2-about start-------------------------------------------------------------*/
.about2_wrap { background: url(../images/bg13.jpg) no-repeat center; background-attachment: fixed; position: relative; }

.about2_wrap:before { position: absolute; content: ''; top: 0; bottom: 0; left: 0; right: 0; background: url(../images/bg13.jpg) no-repeat center; background-size: cover; z-index: -1; }

.about2-main { padding: 0 15px; }

.about2-main .item-pic img { display: block; margin: 0 auto; }

/*-------------1-2-about end---------------------------------------------------------------*/
/*-------------1-3-about start-------------------------------------------------------------*/
.ac-list { font-size: 0; letter-spacing: 0; padding-bottom: 3px; }

@media screen and (max-width: 767px) { .ac-list { padding-bottom: 10px; } }

.ac-list .list-item { display: inline-block; vertical-align: top; width: 22.58333%; margin-left: 3.22222%; margin-bottom: 45px; }

@media screen and (max-width: 1219px) { .ac-list .list-item { width: 23.5%; margin-left: 2%; margin-bottom: 30px; } }

@media screen and (max-width: 767px) { .ac-list .list-item { width: 31.33%; margin: 0 1% 20px !important; } }

@media screen and (max-width: 480px) { .ac-list .list-item { width: 48%; margin: 0 1% 20px !important; } }

.ac-list .item-pic { width: 100%; padding-bottom: 64.33824%; overflow: hidden; position: relative; }

.ac-list .item-pic img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.ac-list .item-title { font-size: 16px; font-size: 1.6rem; line-height: 1.3; text-align: center; margin-top: 12px; }

@media screen and (max-width: 1219px) { .ac-list .item-title { font-size: 14px; font-size: 1.4rem; margin-top: 10px; } }

@media screen and (max-width: 767px) { .ac-list .item-title { font-size: 12px; font-size: 1.2rem; margin-top: 8px; } }

/*-------------1-3-about end---------------------------------------------------------------*/
/*-------------2-1-tech start--------------------------------------------------------------*/
.tech1-box1 { font-size: 16px; font-size: 1.6rem; line-height: 30px; margin-bottom: 50px; }

.tech1-box1, .tech1-box1 * { color: #666; }

@media screen and (max-width: 1219px) { .tech1-box1 { font-size: 14px; font-size: 1.4rem; line-height: 26px; margin-bottom: 40px; } }

@media screen and (max-width: 991px) { .tech1-box1 { font-size: 14px; font-size: 1.4rem; line-height: 22px; margin-bottom: 30px; } }

@media screen and (max-width: 767px) { .tech1-box1 { font-size: 12px; font-size: 1.2rem; line-height: 20px; margin-bottom: 20px; } }

.tech1-list { font-size: 0; letter-spacing: 0; padding-bottom: 22px; }

@media screen and (max-width: 767px) { .tech1-list { padding-bottom: 10px; } }

.tech1-list .list-item { display: inline-block; vertical-align: top; width: 31.83333%; margin-left: 2.25%; margin-bottom: 41px; }

@media screen and (max-width: 1219px) { .tech1-list .list-item { margin-bottom: 30px; } }

@media screen and (max-width: 767px) { .tech1-list .list-item { margin-bottom: 20px; } }

@media screen and (max-width: 480px) { .tech1-list .list-item { width: 48%; margin: 0 1% 20px !important; } }

.tech1-list .item-pic { width: 100%; padding-bottom: 81.67539%; overflow: hidden; position: relative; }

.tech1-list .item-pic img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.tech1-list .item-title { font-size: 16px; font-size: 1.6rem; line-height: 1.3; text-align: center; margin-top: 15px; }

@media screen and (max-width: 1219px) { .tech1-list .item-title { font-size: 14px; font-size: 1.4rem; margin-top: 10px; } }

@media screen and (max-width: 767px) { .tech1-list .item-title { font-size: 12px; font-size: 1.2rem; margin-top: 8px; } }

/*-------------2-1-tech end----------------------------------------------------------------*/
/*-------------2-2-tech start--------------------------------------------------------------*/
.tech2-title { font-size: 30px; font-size: 3rem; font-family: "AachenBT-Roman", arial; line-height: 1.3; text-align: center; color: #000; padding-bottom: 21px; margin-bottom: 36px; position: relative; }

.tech2-title:before { position: absolute; content: ''; width: 13.33333%; height: 4px; background-color: #1352A2; left: 0; right: 0; margin: 0 auto; bottom: 0; }

@media screen and (max-width: 1219px) { .tech2-title { font-size: 26px; font-size: 2.6rem; padding-bottom: 15px; } }

@media screen and (max-width: 991px) { .tech2-title { font-size: 22px; font-size: 2.2rem; } }

@media screen and (max-width: 767px) { .tech2-title { margin-bottom: 25px; font-size: 18px; font-size: 1.8rem; padding-bottom: 10px; }
  .tech2-title:before { height: 2px; } }

.tech2-title1 { display: inline-block; padding: 15px 80px 15px 22px; background: url(../images/bg14.png) no-repeat right center; color: #333; font-size: 16px; font-size: 1.6rem; line-height: 22px; letter-spacing: 0.2px; position: relative; margin-bottom: 26px; min-width: 415px; overflow: hidden; }

@media screen and (max-width: 1219px) { .tech2-title1 { padding: 12px 60px 12px 22px; } }

@media screen and (max-width: 991px) { .tech2-title1 { padding: 10px 60px 10px 20px; margin-bottom: 20px !important; min-width: auto; } }

@media screen and (max-width: 767px) { .tech2-title1 { font-size: 14px; font-size: 1.4rem; line-height: 20px; padding: 8px 50px 8px 20px; margin-bottom: 15px !important; } }

.tech2-title1:before { position: absolute; content: ''; width: 9px; height: 9px; background-color: #fff; border-radius: 50%; left: 6px; top: 21px; }

@media screen and (max-width: 1219px) { .tech2-title1:before { top: 18px; } }

@media screen and (max-width: 991px) { .tech2-title1:before { top: 16px; width: 8px; height: 8px; } }

@media screen and (max-width: 767px) { .tech2-title1:before { top: 15px; width: 6px; height: 6px; } }

.tech2-desc { font-size: 16px; font-size: 1.6rem; line-height: 30px; }

.tech2-desc, .tech2-desc * { color: #666; }

@media screen and (max-width: 1219px) { .tech2-desc { font-size: 14px; font-size: 1.4rem; line-height: 26px; } }

@media screen and (max-width: 991px) { .tech2-desc { line-height: 22px; } }

@media screen and (max-width: 767px) { .tech2-desc { font-size: 12px; font-size: 1.2rem; line-height: 20px; } }

.tech2-box1 { background: url(../images/bg15.jpg) no-repeat bottom center; padding-bottom: 37px; margin-bottom: 45px; }

@media screen and (max-width: 991px) { .tech2-box1 { padding-bottom: 30px; } }

@media screen and (max-width: 767px) { .tech2-box1 { padding-bottom: 10px; margin-bottom: 30px; } }

.tech2-box1 .item-box1 { margin-bottom: 32px; }

@media screen and (max-width: 767px) { .tech2-box1 .item-box1 { margin-bottom: 30px; } }

.tech2-box1 .item-box2 { margin-bottom: 40px; }

@media screen and (max-width: 767px) { .tech2-box1 .item-box2 { margin-bottom: 30px; } }

.tech2-box1 .item-box2 .item-pic { float: right; width: 50%; margin-left: 1.66667%; overflow: hidden; }

.tech2-box1 .item-box2 .item-pic img { display: block; width: 100%; }

@media screen and (max-width: 480px) { .tech2-box1 .item-box2 .item-pic { float: none; width: 100%; margin: 0 auto 20px; } }

.tech2-box1 .item-box2 .tech2-title1 { margin-bottom: 50px; display: table; }

@media screen and (max-width: 1219px) { .tech2-box1 .item-box2 .tech2-title1 { margin-bottom: 30px; } }

.tech2-box1 .item-box3 .item-body { font-size: 0; letter-spacing: 0; position: relative; }

.tech2-box1 .item-box3 .item-body:before { position: absolute; content: ''; width: 1px; background-color: #E5E5E5; margin: 0 auto; left: 0; right: 0; top: 5px; bottom: 5px; }

@media screen and (max-width: 767px) { .tech2-box1 .item-box3 .item-body:before { display: none; } }

.tech2-box1 .item-box3 .item-body .tech2-desc { display: inline-block; vertical-align: top; width: 48.33333%; margin-left: 3.33333%; margin-bottom: 20px; }

.tech2-box1 .item-box3 .item-body .tech2-desc:nth-child(odd) { margin-left: 0; }

@media screen and (max-width: 767px) { .tech2-box1 .item-box3 .item-body .tech2-desc { width: 100%; margin-left: 0; } }

.tech2-box2 { margin-bottom: 78px; }

@media screen and (max-width: 1219px) { .tech2-box2 { margin-bottom: 70px; } }

@media screen and (max-width: 991px) { .tech2-box2 { margin-bottom: 50px; } }

@media screen and (max-width: 767px) { .tech2-box2 { margin-bottom: 30px; } }

.tech2-box2 .item-pic { border-radius: 6px; overflow: hidden; }

.tech2-box2 .item-pic img { display: block; width: 100%; }

.tech2-box3 .box-list { padding-top: 13px; }

@media screen and (max-width: 1219px) { .tech2-box3 .box-list { padding-top: 0; } }

.tech2-box3 .box-list .item1 .item-pic { float: left; margin-right: 4.75%; }

@media screen and (max-width: 1219px) { .tech2-box3 .box-list .item1 .item-pic { margin-right: 4.16667%; } }

.tech2-box3 .box-list .item2 { position: relative; top: 0; overflow: hidden; }

.tech2-box3 .box-list .item2 .item-pic { float: right; margin-left: 2.5%; padding-top: 12px; }

.tech2-box3 .box-list .item2 .item-pic:before { position: absolute; content: ''; top: 0; bottom: 0; right: -360px; left: 0; background-color: #F5F5F5; border-radius: 6px; }

.tech2-box3 .box-list .item2 .item-body { padding-left: 30px; }

@media screen and (max-width: 1219px) { .tech2-box3 .box-list .item2 .item-body { padding-left: 20px; } }

.tech2-box3 .box-list .list-item { margin-bottom: 51px; }

@media screen and (max-width: 1219px) { .tech2-box3 .box-list .list-item { margin-bottom: 40px; } }

@media screen and (max-width: 991px) { .tech2-box3 .box-list .list-item { margin-bottom: 30px; } }

@media screen and (max-width: 767px) { .tech2-box3 .box-list .list-item { margin-bottom: 20px; } }

.tech2-box3 .box-list .item-pic { width: 47.33333%; overflow: visible; }

.tech2-box3 .box-list .item-pic .item-img { border-radius: 6px; overflow: hidden; position: relative; }

@media screen and (max-width: 480px) { .tech2-box3 .box-list .item-pic { float: none; width: 100%; margin: 0 auto 20px !important; } }

.tech2-box3 .box-list .item-body { padding-top: 23px; }

@media screen and (max-width: 1219px) { .tech2-box3 .box-list .item-body { padding-top: 0; } }

@media screen and (max-width: 480px) { .tech2-box3 .box-list .item-body { padding-left: 16px !important; } }

.tech2-box3 .box-list .item-title { overflow: visible; font-size: 20px; font-size: 2rem; font-family: "AachenBT-Roman", arial; line-height: 24px; display: table; position: relative; padding-left: 0; padding-top: 29px; padding-bottom: 30px; margin-bottom: 12px; z-index: 1; }

.tech2-box3 .box-list .item-title:before { position: absolute; content: ''; width: 83px; height: 83px; border: 4px solid #FBD700; border-radius: 50%; left: -28px; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); -moz-box-sizing: border-box; box-sizing: border-box; z-index: -1; }

@media screen and (max-width: 1219px) { .tech2-box3 .box-list .item-title { font-size: 18px; font-size: 1.8rem; padding-top: 20px; padding-bottom: 20px; }
  .tech2-box3 .box-list .item-title:before { width: 64px; height: 64px; left: -20px; } }

@media screen and (max-width: 991px) { .tech2-box3 .box-list .item-title { font-size: 16px; font-size: 1.6rem; line-height: 20px; } }

@media screen and (max-width: 767px) { .tech2-box3 .box-list .item-title { font-size: 14px; font-size: 1.4rem; padding-top: 15px; padding-bottom: 15px; }
  .tech2-box3 .box-list .item-title:before { width: 50px; height: 50px; left: -17px; } }

.tech2-box3 .box-list .tech2-desc { overflow: hidden; }

@media screen and (max-width: 1219px) { .tech2-box3 .box-list .tech2-desc { overflow: visible; } }

/*-------------2-2-tech end----------------------------------------------------------------*/
/*-------------2-3-tech start--------------------------------------------------------------*/
.tech3-box1 { padding-top: 18px; margin-bottom: 52px; }

@media screen and (max-width: 1219px) { .tech3-box1 { padding-top: 10px; } }

@media screen and (max-width: 991px) { .tech3-box1 { margin-bottom: 40px; } }

@media screen and (max-width: 767px) { .tech3-box1 { margin-bottom: 20px; padding-top: 0; } }

.tech3-box1 .left-item { float: left; width: 34.58333%; margin-right: 2.41667%; }

@media screen and (max-width: 991px) { .tech3-box1 .left-item { width: 35%; margin-right: 2%; } }

@media screen and (max-width: 480px) { .tech3-box1 .left-item { width: 100%; max-width: 250px; float: none; margin: 0 auto 10px; } }

.tech3-box1 .left-item .item-pic { position: relative; overflow: hidden; padding-bottom: 150.12048%; }

.tech3-box1 .left-item .item-pic img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.tech3-box1 .right-item { overflow: hidden; font-size: 0; letter-spacing: 0; }

.tech3-box1 .right-item .list-item { display: inline-block; vertical-align: top; margin-left: 3.1746%; margin-bottom: 8px; }

.tech3-box1 .right-item .list-item:nth-child(odd) { margin-left: 0; }

@media screen and (max-width: 1219px) { .tech3-box1 .right-item .list-item { margin-bottom: 13px; } }

.tech3-box1 .right-item .item1, .tech3-box1 .right-item .item4 { width: 61.50794%; }

.tech3-box1 .right-item .item1 .item-pic, .tech3-box1 .right-item .item4 .item-pic { position: relative; overflow: hidden; padding-bottom: 61.72043%; }

.tech3-box1 .right-item .item1 .item-pic img, .tech3-box1 .right-item .item4 .item-pic img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.tech3-box1 .right-item .item2, .tech3-box1 .right-item .item3 { width: 35.31746%; }

.tech3-box1 .right-item .item2 .item-pic, .tech3-box1 .right-item .item3 .item-pic { position: relative; overflow: hidden; padding-bottom: 107.49064%; }

.tech3-box1 .right-item .item2 .item-pic img, .tech3-box1 .right-item .item3 .item-pic img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.tech3-box1 .item-title { font-size: 18px; font-size: 1.8rem; line-height: 1.3; text-align: center; margin-top: 16px; }

@media screen and (max-width: 1219px) { .tech3-box1 .item-title { font-size: 14px; font-size: 1.4rem; margin-top: 8px; } }

@media screen and (max-width: 767px) { .tech3-box1 .item-title { font-size: 12px; font-size: 1.2rem; margin-top: 5px; } }

.tech3-box2 { background-color: #F5F5F5; }

.tech3-owl { position: relative; padding: 46px 0 65px; }

@media screen and (max-width: 991px) { .tech3-owl { padding-bottom: 50px; } }

@media screen and (max-width: 767px) { .tech3-owl { padding: 30px 0; } }

.tech3-owl .owl-carousel { width: 105%; margin-left: -2.5%; }

@media screen and (max-width: 1219px) { .tech3-owl .owl-carousel { width: 102%; margin-left: -1%; } }

.tech3-owl .owl-buttons { display: none !important; }

.tech3-owl .owl-btns { font-size: 0; letter-spacing: 0; text-align: center; }

.tech3-owl .owl-btns .owl-btn { display: inline-block; vertical-align: top; cursor: pointer; width: 36px; height: 36px; line-height: 34px; border-radius: 50%; border: solid 1px #ABACB0; font-size: 14px; font-size: 1.4rem; color: #C3C0C0; -webkit-transition: all .35s; -o-transition: all .35s; -moz-transition: all .35s; transition: all .35s; opacity: 0.7; }

.tech3-owl .owl-btns .owl-btn:hover { border-color: #FBD700; color: #FBD700; opacity: 1; }

.tech3-owl .owl-btns .owl-btn.disabled { color: #ccc; cursor: auto; }

@media screen and (max-width: 1219px) { .tech3-owl .owl-btns .owl-btn { width: 32px; height: 32px; line-height: 30px; font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 767px) { .tech3-owl .owl-btns .owl-btn { width: 26px; height: 26px; line-height: 24px; font-size: 12px; font-size: 1.2rem; } }

.tech3-owl .owl-btns .item-prev { margin-right: 6px; }

.tech3-owl .list-item { margin: 0 7.14286%; }

@media screen and (max-width: 1219px) { .tech3-owl .list-item { margin: 0 2.94118%; } }

@media screen and (max-width: 480px) { .tech3-owl .list-item { margin: 0 1.96078%; } }

.tech3-owl .item-pic { border: 6px solid #FFFFFF; box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35); }

@media screen and (max-width: 767px) { .tech3-owl .item-pic { border-width: 3px; } }

.tech3-owl .item-title { text-align: center; font-size: 18px; font-size: 1.8rem; line-height: 2; margin-top: 13px; }

@media screen and (max-width: 1219px) { .tech3-owl .item-title { font-size: 16px; font-size: 1.6rem; line-height: 1.3; } }

@media screen and (max-width: 767px) { .tech3-owl .item-title { font-size: 14px; font-size: 1.4rem; margin-top: 10px; } }

/*-------------2-3-tech end----------------------------------------------------------------*/
/*-------------3-1-products start----------------------------------------------------------*/
.pro1_wrap { background: url(../images/bg17.jpg) no-repeat bottom center; }

.pro1-cate { margin-bottom: 22px; }

@media screen and (max-width: 767px) { .pro1-cate { display: none; } }

.cate-scroll { position: relative; overflow: hidden; padding-right: 62px; }

@media screen and (max-width: 991px) { .cate-scroll { padding-right: 50px; } }

.cate-scroll .scroll-btns { font-size: 0; letter-spacing: 0; text-align: center; position: absolute; right: 0; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }

.cate-scroll .scroll-btns .scroll-btn { display: inline-block; vertical-align: top; cursor: pointer; font-size: 26px; font-size: 2.6rem; line-height: 1; color: #ABACB0; opacity: 0.6; }

.cate-scroll .scroll-btns .scroll-btn:hover { color: #1352A2; opacity: 1; }

@media screen and (max-width: 991px) { .cate-scroll .scroll-btns .scroll-btn { font-size: 22px; font-size: 2.2rem; } }

.cate-scroll .scroll-btns .prev { margin-right: 5px; }

.cate-scroll .scroll-list-box { width: 100%; overflow: hidden; }

.cate-scroll .scroll-list { width: 10000%; }

.cate-scroll .scroll-list .list-item { float: left; margin-right: 11px; }

@media screen and (max-width: 991px) { .cate-scroll .scroll-list .list-item { margin-right: 8px; } }

.cate-scroll .scroll-list .list-item:hover > a, .cate-scroll .scroll-list .list-item.active > a { background-color: #FBD700; color: #fff; }

.cate-scroll .scroll-list .list-item > a { display: block; background-color: #BABABA; font-size: 16px; font-size: 1.6rem; line-height: 24px; padding: 10px 25px; color: #fff; }

@media screen and (max-width: 1219px) { .cate-scroll .scroll-list .list-item > a { font-size: 14px; font-size: 1.4rem; line-height: 20px; padding: 10px 15px; } }

@media screen and (max-width: 991px) { .cate-scroll .scroll-list .list-item > a { padding: 8px 12px; } }

@media screen and (max-width: 767px) { .cate-scroll .scroll-list .list-item > a { padding: 5px 10px; line-height: 18px; } }

.pro1-top .item-pic { margin-bottom: 29px; }

.pro1-top .item-pic img { display: block; width: 100%; }

@media screen and (max-width: 1219px) { .pro1-top .item-pic { margin-bottom: 20px; } }

@media screen and (max-width: 767px) { .pro1-top .item-pic { margin-bottom: 15px; } }

.pro1-top .item-desc { margin-bottom: 6px; font-size: 16px; font-size: 1.6rem; line-height: 30px; overflow: hidden; }

.pro1-top .item-desc, .pro1-top .item-desc a { color: #999; }

@media screen and (max-width: 1219px) { .pro1-top .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 26px; } }

@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: 18px; } }

.pro1-top .more-btn { display: inline-block; cursor: pointer; font-size: 16px; font-size: 1.6rem; line-height: 1.25; border-bottom: solid 1px #1352A2; color: #1352A2; margin-bottom: 40px; }

@media screen and (max-width: 1219px) { .pro1-top .more-btn { font-size: 14px; font-size: 1.4rem; margin-bottom: 30px; } }

@media screen and (max-width: 767px) { .pro1-top .more-btn { font-size: 12px; font-size: 1.2rem; margin-bottom: 20px; } }

.pro1-list { font-size: 0; letter-spacing: 0; padding-bottom: 12px; }

@media screen and (max-width: 767px) { .pro1-list { padding-bottom: 10px; } }

.pro1-list .list-item { display: inline-block; vertical-align: top; width: 21.08333%; margin-right: 3.9%; margin-bottom: 42px; position: relative; background-color: #F5F4F4; border-radius: 10px; overflow: hidden; }

@media screen and (max-width: 1219px) { .pro1-list .list-item { margin-bottom: 30px; width: 23.5%; margin-left: 2%; } }

@media screen and (max-width: 991px) { .pro1-list .list-item { width: 31.33%; margin: 0 1% 30px !important; } }

@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 { position: relative; border: 1px solid #E5E5E5; border-radius: 10px 10px 0 0; }

.pro1-list .item-pic a { display: block; padding-bottom: 73.05062%; position: relative; }

.pro1-list .item-pic img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.pro1-list .item-body { text-align: center; padding: 7px 15px 15px; }

@media screen and (max-width: 1219px) { .pro1-list .item-body { padding: 7px 10px 15px; } }

.pro1-list .item-title { font-size: 16px; font-size: 1.6rem; line-height: 1.3; }

@media screen and (max-width: 767px) { .pro1-list .item-title { font-size: 14px; font-size: 1.4rem; } }

.pro1-list .item-desc { margin-top: 8px; font-size: 14px; font-size: 1.4rem; line-height: 28px; height: 56px; }

@media screen and (max-width: 1219px) { .pro1-list .item-desc { margin-top: 5px; line-height: 24px; height: 48px; } }

@media screen and (max-width: 991px) { .pro1-list .item-desc { line-height: 20px; height: 40px; } }

@media screen and (max-width: 767px) { .pro1-list .item-desc { margin-top: 4px; font-size: 12px; font-size: 1.2rem; line-height: 18px; height: 36px; } }

.pro1-list .item-btnbox { font-size: 0; letter-spacing: 0; margin-top: 12px; position: relative; }

@media screen and (max-width: 767px) { .pro1-list .item-btnbox { margin-top: 8px; } }

.pro1-list .item-btnbox input { margin-right: 8px; display: inline-block; vertical-align: middle; }

@media screen and (max-width: 767px) { .pro1-list .item-btnbox input { margin-right: 5px; } }

.pro1-list .item-btn { display: inline-block; vertical-align: middle; line-height: 24px; text-align: center; font-size: 14px; font-size: 1.4rem; background-color: #BFBFBF; color: #fff; padding: 0 17px; }

@media screen and (max-width: 1219px) { .pro1-list .item-btn { padding: 0 15px; } }

@media screen and (max-width: 767px) { .pro1-list .item-btn { font-size: 12px; font-size: 1.2rem; padding: 0 10px; } }

.pro1-tags { margin-top: 30px; }

@media screen and (max-width: 767px) { .pro1-tags { margin-top: 20px; } }

.pro1-tags .item-title { font-family: "AachenBT-Roman", arial; font-size: 30px; font-size: 3rem; line-height: 1.3; color: #1352A2; margin-bottom: 18px; }

@media screen and (max-width: 1219px) { .pro1-tags .item-title { font-size: 26px; font-size: 2.6rem; margin-bottom: 15px; } }

@media screen and (max-width: 991px) { .pro1-tags .item-title { font-size: 22px; font-size: 2.2rem; } }

@media screen and (max-width: 767px) { .pro1-tags .item-title { font-size: 18px; font-size: 1.8rem; margin-bottom: 10px; } }

.pro1-tags .item-desc { font-size: 0; letter-spacing: 0; }

.pro1-tags .item-desc > a { display: inline-block; vertical-align: top; font-size: 16px; font-size: 1.6rem; line-height: 1.3; margin-right: 35px; color: #666; }

.pro1-tags .item-desc > a:last-child { margin-right: 0; }

.pro1-tags .item-desc > a:hover { color: #1352A2; }

@media screen and (max-width: 1219px) { .pro1-tags .item-desc > a { font-size: 14px; font-size: 1.4rem; margin-right: 30px; } }

@media screen and (max-width: 767px) { .pro1-tags .item-desc > a { font-size: 12px; font-size: 1.2rem; } }

.slide-title { font-size: 24px; font-size: 2.4rem; font-family: "AachenBT-Roman", arial; text-transform: uppercase; line-height: 30px; position: relative; text-align: center; }

.slide-title a, .slide-title p { background-color: #1352A2; display: block; color: #fff; padding: 15px; position: relative; }

.slide-title a:hover { background-color: #1352A2; }

.slide-title .iconfont { position: absolute; top: 6px; right: 10px; font-size: 20px; font-size: 2.0rem; font-weight: normal; }

.slide-title.slide-title2 { display: none; }

.slide-title.slide-title2 a, .slide-title.slide-title2 p { padding-right: 40px; }

@media screen and (max-width: 1419px) { .slide-title { font-size: 22px; font-size: 2.2rem; line-height: 26px; }
  .slide-title a, .slide-title p { padding-top: 12px; padding-bottom: 12px; } }

@media screen and (max-width: 1219px) { .slide-title { font-size: 20px; font-size: 2.0rem; line-height: 24px; }
  .slide-title a, .slide-title p { padding-top: 10px; padding-bottom: 10px; padding-left: 10px; padding-right: 10px; } }

@media screen and (max-width: 991px) { .slide-title { font-size: 18px; font-size: 1.8rem; }
  .slide-title.slide-title1 { display: none; }
  .slide-title.slide-title2 { display: block; }
  .slide-title a, .slide-title p { padding-top: 6px; padding-bottom: 6px; } }

.proslide { overflow: hidden; display: none; margin-top: 30px; }

@media screen and (max-width: 767px) { .proslide { display: block; } }

.proslide .slide-yiji { margin-top: 1px; }

.proslide .slide-yiji > li { width: 100%; border-bottom: solid 1px #E6E6E6; }

.proslide .slide-yiji > li > a { display: block; font-size: 18px; font-size: 1.8rem; color: #333; line-height: 22px; padding: 13px 30px 13px 15px; position: relative; }

.proslide .slide-yiji > li > a .iconfont { position: absolute; color: #666; top: 15px; right: 10px; font-size: 12px; font-size: 1.2rem; -webkit-transition: all .35s; -o-transition: all .35s; -moz-transition: all .35s; transition: all .35s; }

@media screen and (max-width: 1419px) { .proslide .slide-yiji > li > a { font-size: 16px; font-size: 1.6rem; padding-top: 12px; padding-bottom: 12px; }
  .proslide .slide-yiji > li > a .iconfont { top: 12px; right: 10px; } }

@media screen and (max-width: 1219px) { .proslide .slide-yiji > li > a { font-size: 14px; font-size: 1.4rem; padding-top: 8px; padding-bottom: 8px; padding-left: 10px; padding-right: 10px; }
  .proslide .slide-yiji > li > a .iconfont { top: 8px; } }

.proslide .slide-yiji > li:hover > a, .proslide .slide-yiji > li.active > a { color: #fff; background-color: #1352A2; border-bottom: #1352A2; }

.proslide .slide-yiji > li:hover > a .iconfont, .proslide .slide-yiji > li.active > a .iconfont { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); }

.proslide .slide-yiji > li:hover > a .iconfont:before, .proslide .slide-yiji > li.active > a .iconfont:before { color: #fff; }

.proslide .slide-erji { background-color: #F5F5F5; padding: 13px 15px;display: none; }
.proslide .show {display: block; }

@media screen and (max-width: 1219px) { .proslide .slide-erji { padding: 10px; } }

.proslide .slide-erji > li > a { display: block; font-size: 16px; font-size: 1.6rem; line-height: 20px; color: #999; padding: 6px 0; }

@media screen and (max-width: 1219px) { .proslide .slide-erji > li > a { font-size: 14px; font-size: 1.4rem; padding: 3px 0; } }

.proslide .slide-erji > li:hover > a, .proslide .slide-erji > li.active > a { color: #1352A2; }

.proslide .slide-sanji { padding: 5px 0; }

.proslide .slide-sanji > li > a { display: block; color: #999; line-height: 20px; padding: 3px 0 3px 15px; }

@media screen and (max-width: 1219px) { .proslide .slide-sanji > li > a { font-size: 12px; font-size: 1.2rem; line-height: 18px; } }

.proslide .slide-sanji > li:hover > a, .proslide .slide-sanji > li.active > a { color: #1352A2; }

/*-------------3-1-products end------------------------------------------------------------*/
/*-------------3-2-products start----------------------------------------------------------*/
.m-prob1 .item-btns .item-btn { position: absolute; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); z-index: 3; cursor: pointer; width: 53px; height: 53px; line-height: 51px; border-radius: 50%; border: solid 1px #ABACB0; font-size: 22px; font-size: 2.2rem; color: #999; opacity: 0.7; -webkit-transition: all .35s; -o-transition: all .35s; -moz-transition: all .35s; transition: all .35s; text-align: center; }

.m-prob1 .item-btns .item-btn:hover { border-color: #1352A2; color: #1352A2; opacity: 1; }

@media screen and (max-width: 1219px) { .m-prob1 .item-btns .item-btn { width: 44px; height: 44px; line-height: 42px; font-size: 18px; font-size: 1.8rem; } }

@media screen and (max-width: 991px) { .m-prob1 .item-btns .item-btn { width: 38px; height: 38px; line-height: 36px; font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 767px) { .m-prob1 .item-btns .item-btn { z-index: 9; width: 32px; height: 32px; line-height: 30px; font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 640px) { .m-prob1 .item-btns .item-btn { width: 26px; height: 26px; line-height: 24px; font-size: 12px; font-size: 1.2rem; } }

.m-prob1 .item-btns .prev { left: -120px; }

@media screen and (max-width: 1219px) { .m-prob1 .item-btns .prev { left: -80px; } }

@media screen and (max-width: 991px) { .m-prob1 .item-btns .prev { left: -60px; } }

@media screen and (max-width: 767px) { .m-prob1 .item-btns .prev { left: 1px; } }

.m-prob1 .item-btns .next { right: -120px; }

@media screen and (max-width: 1219px) { .m-prob1 .item-btns .next { right: -80px; } }

@media screen and (max-width: 991px) { .m-prob1 .item-btns .next { right: -60px; } }

@media screen and (max-width: 767px) { .m-prob1 .item-btns .next { right: 1px; } }

.m-prob1 .prob-pic { position: relative; width: 100%; max-width: 731px; margin: 0 auto 55px; }

@media screen and (max-width: 1219px) { .m-prob1 .prob-pic { max-width: 600px; margin-bottom: 50px; } }

@media screen and (max-width: 991px) { .m-prob1 .prob-pic { max-width: 450px; margin-bottom: 35px; } }

@media screen and (max-width: 767px) { .m-prob1 .prob-pic { margin-bottom: 20px; max-width: 400px; } }

.m-prob1 .prob-pic-big { position: relative; border: solid 1px #EFEFEF; border-radius: 10px; padding-bottom: 72.77702%; }

.m-prob1 .prob-pic-big-img { display: block; line-height: 0; font-size: 0; border-radius: 10px; position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.m-prob1 .prob-pic-big-img .zoomPad { float: none; z-index: 8; border-radius: 10px; }

.m-prob1 .prob-pic-big-img .zoomPad img { border-radius: 10px; }

.m-prob1 .zoomWrapperImage img { max-width: none; }

.m-prob1 .prob-pic-small { margin-top: 20px; overflow: hidden; }

@media screen and (max-width: 767px) { .m-prob1 .prob-pic-small { margin-top: 10px; } }

.m-prob1 .prob-pic-btn { display: none; position: absolute; top: 50%; margin-top: -126px; cursor: pointer; z-index: 999; font-size: 53px; font-size: 5.3rem; color: #999; opacity: 0.7; }

.m-prob1 .prob-pic-btn:hover { color: #1352A2; }

.m-prob1 .prob-pic-btn.prev { left: 0; }

.m-prob1 .prob-pic-btn.next { right: 0; }

@media screen and (max-width: 767px) { .m-prob1 .prob-pic-btn { margin-top: -15px; } }

.m-prob1 .prob-pic-list { overflow: hidden; }

.m-prob1 .prob-pic-list ul { width: 10000%; overflow: hidden; }

.m-prob1 .prob-pic-list li { position: relative; float: left; margin-right: 0.02189%; width: 0.31874%; overflow: hidden; }

.m-prob1 .prob-pic-item .item-pics { border: #E5E5E5 1px solid; overflow: hidden; border-radius: 10px; }

.m-prob1 .prob-pic-item .item-pics.zoomThumbActive { border-color: #1352A2; }

.m-prob1 .prob-pic-item .item-pics img { display: block; width: 100%; }

.zoomPad { cursor: default !important; }

.zoomPup { display: none !important; }

.zoomWindow { display: none !important; }

.zoomPreload { display: none !important; }

/* pro-info */
.pro-info { margin-bottom: 48px; }

@media screen and (max-width: 991px) { .pro-info { margin-bottom: 45px; } }

@media screen and (max-width: 767px) { .pro-info { margin-bottom: 25px; } }

.pro-info > .item-title { display: inline-block; font-size: 22px; font-size: 2.2rem; line-height: 1.3; font-family: "AachenBT-Roman", arial; border-bottom: solid 1px #EEEEEE; padding-bottom: 12px; margin-bottom: 19px; }

@media screen and (max-width: 1219px) { .pro-info > .item-title { font-size: 20px; font-size: 2rem; } }

@media screen and (max-width: 991px) { .pro-info > .item-title { font-size: 18px; font-size: 1.8rem; } }

@media screen and (max-width: 767px) { .pro-info > .item-title { font-size: 16px; font-size: 1.6rem; padding-bottom: 10px; margin-bottom: 15px; } }

.pro-info .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 30px; }

.pro-info .item-desc, .pro-info .item-desc * { color: #666; }

@media screen and (max-width: 1219px) { .pro-info .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 26px; } }

@media screen and (max-width: 991px) { .pro-info .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 24px; } }

@media screen and (max-width: 767px) { .pro-info .item-desc { font-size: 12px; font-size: 1.2rem; line-height: 20px; } }

.pro2-detail { background: url(../images/bg18.jpg) no-repeat bottom center; padding-bottom: 77px; }

@media screen and (max-width: 1219px) { .pro2-detail { padding-bottom: 70px; } }

@media screen and (max-width: 991px) { .pro2-detail { padding-bottom: 50px; } }

@media screen and (max-width: 767px) { .pro2-detail { padding-bottom: 30px; } }

.pro2-detail .box-title { margin-bottom: 37px; background-color: #F8F8F8; text-transform: uppercase; font-family: "AachenBT-Roman", arial; font-size: 22px; font-size: 2.2rem; line-height: 1.3; text-align: center; color: #999; padding: 26px 15px; }

.pro2-detail .box-title span { display: inline-block; position: relative; padding: 0 20px; }

.pro2-detail .box-title span:before, .pro2-detail .box-title span:after { position: absolute; content: ''; width: 1px; height: 17px; background-color: #D6D6D6; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }

.pro2-detail .box-title span:before { left: 0; }

.pro2-detail .box-title span:after { right: 0; }

@media screen and (max-width: 1219px) { .pro2-detail .box-title { font-size: 20px; font-size: 2rem; padding: 22px 15px; } }

@media screen and (max-width: 991px) { .pro2-detail .box-title { padding: 20px 15px; margin-bottom: 30px; } }

@media screen and (max-width: 767px) { .pro2-detail .box-title { margin-bottom: 20px; padding: 15px; font-size: 18px; font-size: 1.8rem; }
  .pro2-detail .box-title span { padding: 0 15px; } }

.pro2-detail .box-body { font-size: 16px; font-size: 1.6rem; line-height: 30px; }

.pro2-detail .box-body, .pro2-detail .box-body * { color: #666; }

@media screen and (max-width: 1219px) { .pro2-detail .box-body { font-size: 14px; font-size: 1.4rem; line-height: 26px; } }

@media screen and (max-width: 991px) { .pro2-detail .box-body { line-height: 22px; } }

@media screen and (max-width: 767px) { .pro2-detail .box-body { font-size: 12px; font-size: 1.2rem; line-height: 20px; } }

.pro2-detail .box-body em { display: block; padding-left: 23px; position: relative; font-style: normal; }

.pro2-detail .box-body em:before { position: absolute; content: '\e7e6'; font-family: "iconfont" !important; font-style: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; left: 0; top: 0; color: #1352A2; }

@media screen and (max-width: 767px) { .pro2-detail .box-body em { padding-left: 16px; } }

.pro2-detail .box-body strong { font-size: 22px; font-size: 2.2rem; color: #333; display: block; margin-bottom: 13px; }

@media screen and (max-width: 1219px) { .pro2-detail .box-body strong { font-size: 20px; font-size: 2rem; } }

@media screen and (max-width: 991px) { .pro2-detail .box-body strong { font-size: 18px; font-size: 1.8rem; } }

@media screen and (max-width: 767px) { .pro2-detail .box-body strong { font-size: 16px; font-size: 1.6rem; } }

.pro2-detail .box-body .table table tr:first-child { font-weight: bold; color: #333; }

.pro2-detail .box-body .table table tr td { text-align: center; font-size: 14px; font-size: 1.4rem; }

.pro2-detail .box-body .table table tr td strong { font-size: 14px; font-size: 1.4rem; }

.pro2-detail .box-body .box-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; padding-bottom: 52px; margin-bottom: 40px; position: relative; }

@media screen and (max-width: 1219px) { .pro2-detail .box-body .box-item { padding-bottom: 30px; margin-bottom: 30px; } }

@media screen and (max-width: 991px) { .pro2-detail .box-body .box-item { padding-bottom: 20px; } }

@media screen and (max-width: 767px) { .pro2-detail .box-body .box-item { margin-bottom: 20px; padding-bottom: 15px; } }

@media screen and (max-width: 480px) { .pro2-detail .box-body .box-item { display: block; padding-bottom: 0; } }

.pro2-detail .box-body .box-item.item1 { -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; }

.pro2-detail .box-body .box-item.item1:before { position: absolute; content: ''; width: 67.5%; background-color: #F4F5F7; bottom: 0; left: 0; top: 60px; }

@media screen and (max-width: 1219px) { .pro2-detail .box-body .box-item.item1:before { top: 40px; } }

@media screen and (max-width: 991px) { .pro2-detail .box-body .box-item.item1:before { top: 30px; } }

@media screen and (max-width: 767px) { .pro2-detail .box-body .box-item.item1:before { top: 20px; } }

@media screen and (max-width: 480px) { .pro2-detail .box-body .box-item.item1:before { display: none; } }

.pro2-detail .box-body .box-item.item1 .item-pic { padding: 0 30px 30px 0; }

@media screen and (max-width: 1219px) { .pro2-detail .box-body .box-item.item1 .item-pic { padding: 0 25px 25px 0; } }

@media screen and (max-width: 991px) { .pro2-detail .box-body .box-item.item1 .item-pic { padding: 0 15px 15px 0; } }

@media screen and (max-width: 767px) { .pro2-detail .box-body .box-item.item1 .item-pic { padding: 0 10px 10px 0; } }

.pro2-detail .box-body .box-item.item1 .item-pic:before { position: absolute; content: ''; right: 0; bottom: 0; left: 30px; top: 30px; background-color: #1352A2; }

@media screen and (max-width: 1219px) { .pro2-detail .box-body .box-item.item1 .item-pic:before { left: 25px; top: 25px; } }

@media screen and (max-width: 991px) { .pro2-detail .box-body .box-item.item1 .item-pic:before { left: 15px; top: 15px; } }

@media screen and (max-width: 767px) { .pro2-detail .box-body .box-item.item1 .item-pic:before { left: 10px; top: 10px; } }

.pro2-detail .box-body .box-item.item2:before { position: absolute; content: ''; width: 67.5%; background-color: #F4F5F7; bottom: 0; right: 0; top: 60px; }

@media screen and (max-width: 1219px) { .pro2-detail .box-body .box-item.item2:before { top: 40px; } }

@media screen and (max-width: 991px) { .pro2-detail .box-body .box-item.item2:before { top: 30px; } }

@media screen and (max-width: 767px) { .pro2-detail .box-body .box-item.item2:before { top: 20px; } }

@media screen and (max-width: 480px) { .pro2-detail .box-body .box-item.item2:before { display: none; } }

.pro2-detail .box-body .box-item.item2 .item-pic { padding: 0 0 30px 30px; }

@media screen and (max-width: 1219px) { .pro2-detail .box-body .box-item.item2 .item-pic { padding: 0 0 25px 25px; } }

@media screen and (max-width: 991px) { .pro2-detail .box-body .box-item.item2 .item-pic { padding: 0 0 15px 15px; } }

@media screen and (max-width: 767px) { .pro2-detail .box-body .box-item.item2 .item-pic { padding: 0 0 10px 10px; } }

.pro2-detail .box-body .box-item.item2 .item-pic:before { position: absolute; content: ''; left: 0; bottom: 0; right: 30px; top: 30px; background-color: #1352A2; }

@media screen and (max-width: 1219px) { .pro2-detail .box-body .box-item.item2 .item-pic:before { right: 25px; top: 25px; } }

@media screen and (max-width: 991px) { .pro2-detail .box-body .box-item.item2 .item-pic:before { right: 15px; top: 15px; } }

@media screen and (max-width: 767px) { .pro2-detail .box-body .box-item.item2 .item-pic:before { right: 10px; top: 10px; } }

.pro2-detail .box-body .box-item .item-pic { -webkit-box-flex: 0; -webkit-flex: 0 0 auto; -moz-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 49.66667%; }

@media screen and (max-width: 480px) { .pro2-detail .box-body .box-item .item-pic { width: 100%; max-width: 350px; margin: 0 auto 15px; } }

.pro2-detail .box-body .box-item .item-pic img { display: block; width: 100%; position: relative; }

.pro2-detail .box-body .box-item .item-body { position: relative; overflow: hidden; -webkit-box-flex: 1; -webkit-flex: 1 1 auto; -moz-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; padding: 90px 35px 30px; }

@media screen and (max-width: 1219px) { .pro2-detail .box-body .box-item .item-body { padding: 60px 20px 30px; } }

@media screen and (max-width: 991px) { .pro2-detail .box-body .box-item .item-body { padding: 60px 15px 20px; } }

@media screen and (max-width: 767px) { .pro2-detail .box-body .box-item .item-body { padding: 40px 15px 0; } }

@media screen and (max-width: 480px) { .pro2-detail .box-body .box-item .item-body { padding: 0; } }

.pro2-detail .box-body .img-list { font-size: 0; letter-spacing: 0; }

.pro2-detail .box-body .img-list .list-item { display: inline-block; vertical-align: top; width: 23.33333%; margin-left: 2.22222%; margin-bottom: 10px; }

.pro2-detail .box-body .img-list .list-item:nth-child(4n+1) { margin-left: 0; }

@media screen and (max-width: 640px) { .pro2-detail .box-body .img-list .list-item { width: 48%; margin: 0 1% 10px !important; } }

.pro2-box1 { margin-bottom: 85px; }

@media screen and (max-width: 1219px) { .pro2-box1 { margin-bottom: 70px; } }

@media screen and (max-width: 991px) { .pro2-box1 { margin-bottom: 50px; } }

@media screen and (max-width: 767px) { .pro2-box1 { margin-bottom: 30px; } }

.pro2-box2 { margin-bottom: 45px; }

@media screen and (max-width: 767px) { .pro2-box2 { margin-bottom: 30px; } }

.pro2-box3 { margin-bottom: 53px; }

@media screen and (max-width: 991px) { .pro2-box3 { margin-bottom: 50px; } }

@media screen and (max-width: 767px) { .pro2-box3 { margin-bottom: 30px; } }

.pro2-box4 { background-color: #F6F8FB; padding: 45px 0 75px; margin-bottom: 45px; }

@media screen and (max-width: 1219px) { .pro2-box4 { padding-bottom: 70px; } }

@media screen and (max-width: 991px) { .pro2-box4 { padding: 45px 0 50px; } }

@media screen and (max-width: 767px) { .pro2-box4 { padding: 30px 0; margin-bottom: 30px; } }

.pro2-box5 { margin-bottom: 60px; }

@media screen and (max-width: 991px) { .pro2-box5 { margin-bottom: 50px; } }

@media screen and (max-width: 767px) { .pro2-box5 { margin-bottom: 30px; } }

.pro2-share .pro-share .share-title { font-size: 16px; font-size: 1.6rem; color: #666; }

@media screen and (max-width: 1219px) { .pro2-share .pro-share .share-title { font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 767px) { .pro2-share .pro-share .share-title { font-size: 12px; font-size: 1.2rem; } }

.pro2-tags { margin-top: 33px; }

@media screen and (max-width: 1219px) { .pro2-tags { margin-top: 30px; } }

@media screen and (max-width: 767px) { .pro2-tags { margin-top: 20px; } }

.pro2-tags .item-title { float: left; font-size: 22px; font-size: 2.2rem; line-height: 1.3; font-weight: bold; margin-right: 18px; margin-top: 5px; }

@media screen and (max-width: 1219px) { .pro2-tags .item-title { font-size: 20px; font-size: 2rem; } }

@media screen and (max-width: 991px) { .pro2-tags .item-title { font-size: 18px; font-size: 1.8rem; margin-right: 10px; } }

@media screen and (max-width: 767px) { .pro2-tags .item-title { font-size: 16px; font-size: 1.6rem; } }

.pro2-tags .item-desc { overflow: hidden; font-size: 0; letter-spacing: 0; }

.pro2-tags .item-desc > a { display: inline-block; vertical-align: top; font-size: 16px; font-size: 1.6rem; line-height: 20px; color: #666; border: solid 1px #666666; margin: 0 22px 10px 0; padding: 8px 13px 9px; }

.pro2-tags .item-desc > a:hover { border-color: #1352A2; color: #1352A2; }

@media screen and (max-width: 1219px) { .pro2-tags .item-desc > a { font-size: 14px; font-size: 1.4rem; margin: 0 15px 10px 0; } }

@media screen and (max-width: 991px) { .pro2-tags .item-desc > a { padding: 6px 10px; } }

@media screen and (max-width: 767px) { .pro2-tags .item-desc > a { margin: 0 10px 10px 0; padding: 4px 6px; font-size: 12px; font-size: 1.2rem; line-height: 18px; } }

.pro2-form { /* WebKit browsers */ /* Mozilla Firefox 4 to 18 */ /* Mozilla Firefox 19+ */ /* Internet Explorer 10+ */ margin-top: 148px; }

.pro2-form ::-webkit-input-placeholder { color: #666; opacity: 1; }

.pro2-form :-o-placeholder { color: #666; opacity: 1; }

.pro2-form ::-moz-placeholder { color: #666; opacity: 1; }

.pro2-form :-ms-input-placeholder { color: #666; opacity: 1; }

@media screen and (max-width: 1219px) { .pro2-form { margin-top: 100px; } }

@media screen and (max-width: 991px) { .pro2-form { margin-top: 70px; } }

@media screen and (max-width: 767px) { .pro2-form { margin-top: 30px; } }

.pro2-form .item-title { font-size: 22px; font-size: 2.2rem; line-height: 1.3; font-weight: bold; text-align: center; position: relative; padding-bottom: 7px; margin-bottom: 18px; }

.pro2-form .item-title:before { position: absolute; content: ''; width: 59px; height: 2px; left: 0; right: 0; margin: 0 auto; bottom: 0; background-color: #FBD700; }

@media screen and (max-width: 1219px) { .pro2-form .item-title { font-size: 20px; font-size: 2rem; } }

@media screen and (max-width: 767px) { .pro2-form .item-title { font-size: 18px; font-size: 1.8rem; margin-bottom: 10px; } }

.pro2-form .item-desc { margin-bottom: 38px; font-size: 16px; font-size: 1.6rem; line-height: 26px; }

.pro2-form .item-desc, .pro2-form .item-desc * { color: #666; }

@media screen and (max-width: 1219px) { .pro2-form .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 1.4; } }

@media screen and (max-width: 991px) { .pro2-form .item-desc { margin-bottom: 30px; } }

@media screen and (max-width: 767px) { .pro2-form .item-desc { font-size: 12px; font-size: 1.2rem; margin-bottom: 20px; } }

.pro2-form .item-form .star { position: relative; }

.pro2-form .item-form .star:before { position: absolute; content: '*'; color: #FF0000; font-size: 16px; font-size: 1.6rem; line-height: 1; left: 0; top: 20px; }

.pro2-form .item-form .item-input { float: left; width: 23.91667%; padding-left: 13px; margin-bottom: 21px; margin-left: 1.41667%; }

.pro2-form .item-form .item-input1 { float: left; width: 100%; padding-left: 13px; margin-bottom: 24px; }

.pro2-form .item-form .item-input1.star:before { top: 12px; }

.pro2-form .item-form input, .pro2-form .item-form textarea, .pro2-form .item-form select { display: block; background-color: #fff; width: 100%; display: block; color: #666; border: solid 1px #D2D2D2; font-size: 16px; font-size: 1.6rem; }

.pro2-form .item-form input, .pro2-form .item-form select { height: 47px; line-height: 45px; padding: 0 13px; }

.pro2-form .item-form textarea { height: 169px; padding: 4px 13px; line-height: 24px; }

.pro2-form .item-form .item-code { margin-left: 0 !important; width: 35.33333%; margin-right: 0.83333%; }

.pro2-form .item-form .item-img { float: left; cursor: pointer; line-height: 47px; font-size: 0; }

.pro2-form .item-form .item-img img { vertical-align: middle; max-height: 47px; }

.pro2-form .item-form .item-btn { float: right; margin-left: 0; width: 48%; padding: 0; }

.pro2-form .item-form .item-btn input { -webkit-transition: all .35s; -o-transition: all .35s; -moz-transition: all .35s; transition: all .35s; border-color: #1352A2; background-color: #1352A2; color: #fff; text-transform: uppercase; }

.pro2-form .item-form .item-btn input:hover { border-color: #000; background-color: #000; }

@media screen and (max-width: 1219px) { .pro2-form .item-form input, .pro2-form .item-form textarea, .pro2-form .item-form select { font-size: 14px; font-size: 1.4rem; }
  .pro2-form .item-form .item-btn { width: 45%; } }

@media screen and (max-width: 991px) { .pro2-form .item-form .item-input { width: 100%; margin-left: 0; }
  .pro2-form .item-form .item-input, .pro2-form .item-form .item-input1 { margin-bottom: 15px; }
  .pro2-form .item-form .item-code { width: -webkit-calc( 100% - 160px) !important; width: -moz-calc( 100% - 160px) !important; width: calc( 100% - 160px) !important; margin-right: 0; }
  .pro2-form .item-form .item-img { float: right; }
  .pro2-form .item-form .item-btn { margin-left: 0; width: 100%; padding-left: 13px; } }

@media screen and (max-width: 767px) { .pro2-form .item-form .star:before { top: 14px; }
  .pro2-form .item-form input, .pro2-form .item-form select { height: 36px; line-height: 34px; }
  .pro2-form .item-form textarea { line-height: 20px; }
  .pro2-form .item-form input, .pro2-form .item-form textarea, .pro2-form .item-form select { font-size: 12px; font-size: 1.2rem; }
  .pro2-form .item-form .item-input, .pro2-form .item-form .item-input1 { margin-left: 0; width: 100%; padding-left: 13px; margin-bottom: 15px; }
  .pro2-form .item-form .item-code { width: -webkit-calc( 100% - 125px) !important; width: -moz-calc( 100% - 125px) !important; width: calc( 100% - 125px) !important; margin-right: 0; }
  .pro2-form .item-form .item-img { margin-left: 0; float: right; line-height: 36px; }
  .pro2-form .item-form .item-img img { max-height: 36px; }
  .pro2-form .item-form .item-btn { margin-left: 0; width: 100%; padding-left: 13px; }
  .pro2-form .item-form .item-btn input { font-size: 14px; font-size: 1.4rem; } }

.related-box { padding-top: 55px; }

@media screen and (max-width: 1219px) { .related-box { padding-top: 50px; } }

@media screen and (max-width: 767px) { .related-box { padding-top: 30px; } }

.related-box .box-title { font-weight: bold; font-size: 22px; font-size: 2.2rem; line-height: 1.3; }

.related-box .box-title a:hover { color: #1352A2; }

@media screen and (max-width: 1219px) { .related-box .box-title { font-size: 20px; font-size: 2rem; } }

@media screen and (max-width: 767px) { .related-box .box-title { font-size: 18px; font-size: 1.8rem; } }

.related-box .related-owl { position: relative; padding-top: 36px; }

@media screen and (max-width: 767px) { .related-box .related-owl { padding-top: 20px; } }

.related-box .related-owl .owl-carousel { width: 102.16667%; margin-left: -1.08333%; }

@media screen and (max-width: 991px) { .related-box .related-owl .owl-carousel { width: 102%; margin-left: -1%; } }

.related-box .related-owl .owl-buttons { display: none !important; }

.related-box .related-owl .owl-btns { font-size: 0; letter-spacing: 0; text-align: center; position: absolute; right: 0; top: -31px; }

.related-box .related-owl .owl-btns .owl-btn { display: inline-block; vertical-align: top; cursor: pointer; width: 36px; height: 36px; line-height: 34px; border-radius: 50%; border: solid 1px #ABACB0; font-size: 16px; font-size: 1.6rem; color: #C3C0C0; opacity: 0.7; -webkit-transition: all .35s; -o-transition: all .35s; -moz-transition: all .35s; transition: all .35s; }

.related-box .related-owl .owl-btns .owl-btn:hover { border-color: #1352A2; color: #1352A2; opacity: 1; }

.related-box .related-owl .owl-btns .owl-btn.disabled { color: #ccc; cursor: auto; }

@media screen and (max-width: 1219px) { .related-box .related-owl .owl-btns .owl-btn { width: 32px; height: 32px; line-height: 30px; font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 767px) { .related-box .related-owl .owl-btns .owl-btn { width: 26px; height: 26px; line-height: 24px; font-size: 12px; font-size: 1.2rem; } }

.related-box .related-owl .owl-btns .item-prev { margin-right: 6px; }

.related-box .related-owl .list-item { margin: 0 3.18108%; border-radius: 10px; background-color: #F5F4F4; overflow: hidden; }

@media screen and (max-width: 991px) { .related-box .related-owl .list-item { margin: 0 2.94118%; } }

@media screen and (max-width: 480px) { .related-box .related-owl .list-item { margin: 0 1.96078%; } }

.related-box .related-owl .item-pic { position: relative; border: solid 1px #E5E5E5; border-radius: 10px 10px 0 0; }

.related-box .related-owl .item-body { padding: 0 16px 23px; text-align: center; }

@media screen and (max-width: 1219px) { .related-box .related-owl .item-body { padding: 0 10px 15px; } }

@media screen and (max-width: 991px) { .related-box .related-owl .item-body { padding: 0 8px 15px; } }

@media screen and (max-width: 767px) { .related-box .related-owl .item-body { padding: 0 5px 12px; } }

.related-box .related-owl .item-title { padding-top: 14px; font-size: 18px; font-size: 1.8rem; line-height: 1.3; }

@media screen and (max-width: 1219px) { .related-box .related-owl .item-title { font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 767px) { .related-box .related-owl .item-title { font-size: 14px; font-size: 1.4rem; padding-top: 10px; } }

.related-box .related-owl .item-desc { margin-top: 21px; font-size: 16px; font-size: 1.6rem; line-height: 30px; height: 60px; }

@media screen and (max-width: 1219px) { .related-box .related-owl .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 24px; margin-top: 10px; height: 48px; } }

@media screen and (max-width: 991px) { .related-box .related-owl .item-desc { line-height: 22px; margin-top: 5px; height: 44px; } }

@media screen and (max-width: 767px) { .related-box .related-owl .item-desc { font-size: 12px; font-size: 1.2rem; line-height: 18px; height: 36px; } }

/*-------------3-2-products end------------------------------------------------------------*/
/*-------------4-responsibility start------------------------------------------------------*/
.res-list { margin-bottom: -78px; }

@media screen and (max-width: 991px) { .res-list { margin-bottom: -30px; } }

@media screen and (max-width: 767px) { .res-list { margin-bottom: -20px; } }

@media screen and (max-width: 480px) { .res-list .list-item { padding: 30px 0 !important; margin: 0 !important; } }

.res-list .item1 { background: url(../images/bg16.jpg) no-repeat center; background-attachment: fixed; position: relative; padding-bottom: 67px; margin-top: 127px; }

.res-list .item1:before { position: absolute; content: ''; top: 0; bottom: 0; left: 0; right: 0; background: url(../images/bg16.jpg) no-repeat center; background-size: cover; z-index: -1; }

@media screen and (max-width: 1219px) { .res-list .item1 { margin-top: 100px; } }

@media screen and (max-width: 991px) { .res-list .item1 { padding-bottom: 50px; margin-top: 50px; } }

@media screen and (max-width: 767px) { .res-list .item1 { padding-bottom: 30px; margin-top: 30px; } }

.res-list .item1 .item-pic { float: left; margin-top: -30px; }

@media screen and (max-width: 1219px) { .res-list .item1 .item-pic { margin-top: -100px; } }

@media screen and (max-width: 991px) { .res-list .item1 .item-pic { margin-top: -50px; margin-right: 15px; } }

@media screen and (max-width: 767px) { .res-list .item1 .item-pic { margin-top: -30px; } }

.res-list .item1 .item-body { padding-top: 54px; padding-left: 40px; }

@media screen and (max-width: 1219px) { .res-list .item1 .item-body { padding-left: 25px; padding-top: 35px; } }

@media screen and (max-width: 991px) { .res-list .item1 .item-body { padding-left: 0; padding-top: 20px; } }

.res-list .item1 .item-title, .res-list .item1 .item-title a, .res-list .item1 .item-subt, .res-list .item1 .item-subt a { color: #fff; }

.res-list .item1 .item-desc, .res-list .item1 .item-desc * { color: #C1C1C1; }

.res-list .item2 { overflow: hidden; padding-bottom: 49px; padding-top: 150px; position: relative; }

@media screen and (max-width: 1219px) { .res-list .item2 { padding-top: 120px; padding-bottom: 30px; } }

@media screen and (max-width: 991px) { .res-list .item2 { padding-top: 100px; padding-bottom: 50px; } }

@media screen and (max-width: 767px) { .res-list .item2 { padding-top: 60px; padding-bottom: 30px; } }

.res-list .item2:before { position: absolute; content: ''; width: 100%; top: 0; left: 0; height: 150px; background-color: #F2F2F2; }

@media screen and (max-width: 1219px) { .res-list .item2:before { height: 120px; } }

@media screen and (max-width: 991px) { .res-list .item2:before { height: 100px; } }

@media screen and (max-width: 767px) { .res-list .item2:before { height: 60px; } }

.res-list .item2 .item-pic { float: right; margin-right: -16.66667%; position: relative; overflow: visible; z-index: 2; }

.res-list .item2 .item-pic:before { position: absolute; content: ''; top: 0; bottom: 10px; right: -360px; left: 0; background-color: #F2F2F2; z-index: -1; }

@media screen and (max-width: 1619px) { .res-list .item2 .item-pic { margin-right: 0; } }

@media screen and (max-width: 991px) { .res-list .item2 .item-pic { margin-left: 15px; } }

.res-list .item2 .item-body { padding-right: 40px; background-color: #fff; position: relative; top: -84px; padding-top: 122px; }

@media screen and (max-width: 1219px) { .res-list .item2 .item-body { padding-right: 25px; top: -70px; padding-top: 95px; } }

@media screen and (max-width: 991px) { .res-list .item2 .item-body { top: 0; padding-top: 20px; padding-right: 0; position: relative; }
  .res-list .item2 .item-body:before { width: 50%; position: absolute; content: ''; top: -50px; height: 50px; left: 0; background-color: #fff; } }

@media screen and (max-width: 767px) { .res-list .item2 .item-body:before { top: -30px; height: 30px; } }

.res-list .item-pic { width: 56.66667%; overflow: visible; }

.res-list .item-pic .item-img { overflow: hidden; position: relative; display: block; padding-bottom: 97.05882%; }

.res-list .item-pic .item-img img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

@media screen and (max-width: 1219px) { .res-list .item-pic { width: 50%; } }

@media screen and (max-width: 480px) { .res-list .item-pic { float: none !important; width: 100% !important; margin: 0 auto !important; max-width: 350px !important; } }

.res-list .item-body { overflow: hidden; }

@media screen and (max-width: 991px) { .res-list .item-body { overflow: visible; } }

@media screen and (max-width: 480px) { .res-list .item-body:before { display: none !important; } }

.res-list .item-title { font-family: "AachenBT-Roman", arial; font-size: 32px; font-size: 3.2rem; line-height: 1.3; position: relative; padding-bottom: 19px; margin-bottom: 44px; }

@media screen and (max-width: 1219px) { .res-list .item-title { font-size: 26px; font-size: 2.6rem; margin-bottom: 30px; padding-bottom: 15px; } }

@media screen and (max-width: 991px) { .res-list .item-title { font-size: 22px; font-size: 2.2rem; padding-bottom: 10px; margin-bottom: 20px; } }

@media screen and (max-width: 767px) { .res-list .item-title { font-size: 18px; font-size: 1.8rem; } }

.res-list .item-title:before { position: absolute; content: ''; width: 200px; height: 3px; background-color: #1352A2; bottom: 0; left: 0; }

@media screen and (max-width: 1219px) { .res-list .item-title:before { width: 170px; } }

@media screen and (max-width: 991px) { .res-list .item-title:before { width: 140px; } }

@media screen and (max-width: 767px) { .res-list .item-title:before { width: 100px; } }

.res-list .item-subt { font-family: "AachenBT-Roman", arial; font-size: 24px; font-size: 2.4rem; line-height: 1.3; margin-bottom: 25px; }

@media screen and (max-width: 1219px) { .res-list .item-subt { font-size: 20px; font-size: 2rem; margin-bottom: 20px; } }

@media screen and (max-width: 991px) { .res-list .item-subt { font-size: 18px; font-size: 1.8rem; margin-bottom: 10px; } }

@media screen and (max-width: 767px) { .res-list .item-subt { font-size: 16px; font-size: 1.6rem; } }

.res-list .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 26px; }

.res-list .item-desc, .res-list .item-desc * { color: #666; }

@media screen and (max-width: 1219px) { .res-list .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 24px; } }

@media screen and (max-width: 991px) { .res-list .item-desc { line-height: 20px; overflow: visible; } }

@media screen and (max-width: 767px) { .res-list .item-desc { font-size: 12px; font-size: 1.2rem; } }

.res-list .item-desc em { display: table; font-style: normal; position: relative; padding-left: 20px; }

.res-list .item-desc em:before { position: absolute; content: ''; width: 11px; height: 11px; border-radius: 50%; background-color: #FBD700; left: 0; top: 9px; }

@media screen and (max-width: 1219px) { .res-list .item-desc em:before { top: 7px; width: 10px; height: 10px; } }

@media screen and (max-width: 991px) { .res-list .item-desc em { padding-left: 15px; }
  .res-list .item-desc em:before { top: 6px; width: 8px; height: 8px; } }

/*-------------4-responsibility end--------------------------------------------------------*/
/*-------------5-1-project start-----------------------------------------------------------*/
.project1-list { 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 wrap; -moz-box-orient: horizontal; -moz-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-box-pack: start; -webkit-justify-content: flex-start; -moz-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; padding-bottom: 16px; }

.project1-list .list-item { width: 48.33333%; -webkit-flex-basis: 48.33333%; -ms-flex-preferred-size: 48.33333%; flex-basis: 48.33333%; margin-left: 3.33333%; margin-bottom: 32px; background-color: #F0F0F0; padding: 13px; 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; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; }

.project1-list .list-item:hover { background-color: #1352A2; }

.project1-list .list-item:hover .item-title, .project1-list .list-item:hover .item-title a, .project1-list .list-item:hover .item-title a:hover, .project1-list .list-item:hover .item-desc, .project1-list .list-item:hover .item-desc a, .project1-list .list-item:hover .item-desc a:hover { color: #fff !important; }

.project1-list .list-item:nth-child(odd) { margin-left: 0; }

@media screen and (max-width: 991px) { .project1-list .list-item { padding: 10px; width: 49%; -webkit-flex-basis: 49%; -ms-flex-preferred-size: 49%; flex-basis: 49%; margin-left: 2%; margin-bottom: 30px; } }

@media screen and (max-width: 767px) { .project1-list .list-item { padding: 5px; margin-bottom: 20px; } }

@media screen and (max-width: 640px) { .project1-list .list-item { width: 100%; -webkit-flex-basis: 100%; -ms-flex-preferred-size: 100%; flex-basis: 100%; margin-left: 0; } }

.project1-list .item-pic { -webkit-box-flex: 0; -webkit-flex: 0 0 auto; -moz-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 51.62455%; margin-right: 2.70758%; }

.project1-list .item-pic a { display: block; position: relative; overflow: hidden; padding-bottom: 73.07692%; }

.project1-list .item-pic a img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

@media screen and (max-width: 991px) { .project1-list .item-pic { margin-right: 1.80505%; } }

@media screen and (max-width: 640px) { .project1-list .item-pic { max-width: 150px; } }

.project1-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; overflow: hidden; padding: 7px 0 7px 3px; }

.project1-list .item-title { font-size: 18px; font-size: 1.8rem; line-height: 1.3; margin-bottom: 19px; }

@media screen and (max-width: 1219px) { .project1-list .item-title { font-size: 16px; font-size: 1.6rem; margin-bottom: 10px; } }

@media screen and (max-width: 991px) { .project1-list .item-title { margin-bottom: 5px; } }

@media screen and (max-width: 767px) { .project1-list .item-title { font-size: 14px; font-size: 1.4rem; } }

.project1-list .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 30px; height: 90px; margin-bottom: 14px; }

@media screen and (max-width: 1219px) { .project1-list .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 24px; height: 72px; margin-bottom: 10px; } }

@media screen and (max-width: 991px) { .project1-list .item-desc { line-height: 20px; height: 60px; margin-bottom: 5px; } }

@media screen and (max-width: 767px) { .project1-list .item-desc { font-size: 12px; font-size: 1.2rem; line-height: 18px; height: 54px; } }

.project1-list .item-btn { display: inline-block; width: 29px; height: 29px; line-height: 27px; background: #FFFFFF; border: 1px solid #1352A2; color: #1352A2; box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.22); border-radius: 50%; text-align: center; font-size: 12px; font-size: 1.2rem; }

@media screen and (max-width: 991px) { .project1-list .item-btn { width: 26px; height: 26px; line-height: 24px; } }

@media screen and (max-width: 767px) { .project1-list .item-btn { width: 22px; height: 22px; line-height: 20px; } }

/*-------------5-1-project end-------------------------------------------------------------*/
/*-------------5-2-project start-----------------------------------------------------------*/
.project2-main > .item-title { font-family: "AachenBT-Roman", arial; font-size: 26px; font-size: 2.6rem; line-height: 1.3; margin-bottom: 13px; }

@media screen and (max-width: 1219px) { .project2-main > .item-title { font-size: 22px; font-size: 2.2rem; } }

@media screen and (max-width: 991px) { .project2-main > .item-title { font-size: 20px; font-size: 2rem; } }

@media screen and (max-width: 767px) { .project2-main > .item-title { font-size: 18px; font-size: 1.8rem; margin-bottom: 10px; } }

@media screen and (max-width: 480px) { .project2-main > .item-title { font-size: 16px; font-size: 1.6rem; } }

.project2-main .item-desc { border-top: solid 1px #E5E5E5; border-bottom: solid 1px #E5E5E5; padding-top: 33px; padding-bottom: 34px; font-size: 16px; font-size: 1.6rem; line-height: 24px; }

.project2-main .item-desc, .project2-main .item-desc * { color: #666; }

@media screen and (max-width: 1219px) { .project2-main .item-desc { padding-top: 30px; padding-bottom: 30px; font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 991px) { .project2-main .item-desc { padding-top: 20px; font-size: 14px; font-size: 1.4rem; line-height: 22px; } }

@media screen and (max-width: 767px) { .project2-main .item-desc { padding-top: 15px; padding-bottom: 20px; font-size: 12px; font-size: 1.2rem; line-height: 20px; } }

/*-------------5-2-project end-------------------------------------------------------------*/
/*-------------6-1-news start--------------------------------------------------------------*/
.news_wrap { background: url(../images/bg7.jpg) no-repeat top center; background-size: 100%; }

.news1-list { font-size: 0; letter-spacing: 0; padding-bottom: 57px; }

@media screen and (max-width: 1219px) { .news1-list { padding-bottom: 30px; } }

@media screen and (max-width: 991px) { .news1-list { padding-bottom: 20px; } }

@media screen and (max-width: 767px) { .news1-list { padding-bottom: 10px; } }

.news1-list .list-item { display: -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; width: 100%; margin-bottom: 38px; }

@media screen and (max-width: 991px) { .news1-list .list-item { margin-bottom: 30px; } }

@media screen and (max-width: 767px) { .news1-list .list-item { margin-bottom: 20px; } }

@media screen and (max-width: 640px) { .news1-list .list-item { display: inline-block; vertical-align: top; width: 48%; margin: 0 1% 20px; } }

.news1-list .item1 .item-pic { margin-right: 2.25%; }

.news1-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; }

.news1-list .item2 .item-pic { margin-left: 2.25%; }

.news1-list .item-pic { -webkit-box-flex: 0; -webkit-flex: 0 0 auto; -moz-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 48.83333%; }

@media screen and (max-width: 640px) { .news1-list .item-pic { width: 100%; margin: 0 auto 10px !important; } }

.news1-list .item-pic a { position: relative; padding-bottom: 59.55631%; overflow: hidden; display: block; width: 100%; }

.news1-list .item-pic img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.news1-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; overflow: hidden; padding: 7px 0; }

@media screen and (max-width: 480px) { .news1-list .item-body { padding: 0; } }

.news1-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; margin-bottom: 45px; }

@media screen and (max-width: 1219px) { .news1-list .item-box { margin-bottom: 20px; } }

@media screen and (max-width: 991px) { .news1-list .item-box { margin-bottom: 15px; } }

@media screen and (max-width: 767px) { .news1-list .item-box { margin-bottom: 10px; } }

@media screen and (max-width: 480px) { .news1-list .item-box { margin-bottom: 5px; display: block; } }

.news1-list .item-date { -webkit-box-flex: 0; -webkit-flex: 0 0 auto; -moz-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; margin-right: 30px; text-align: center; }

@media screen and (max-width: 1219px) { .news1-list .item-date { margin-right: 20px; } }

@media screen and (max-width: 991px) { .news1-list .item-date { margin-right: 15px; } }

@media screen and (max-width: 767px) { .news1-list .item-date { margin-right: 10px; } }

@media screen and (max-width: 480px) { .news1-list .item-date { margin-right: 0; width: 100%; font-size: 0; letter-spacing: 0; text-align: left; }
  .news1-list .item-date > * { display: inline-block; vertical-align: middle; } }

.news1-list .item-date .p1 { font-family: "AachenBT-Roman", arial; font-size: 40px; font-size: 4rem; line-height: 1; margin-bottom: 5px; }

@media screen and (max-width: 1219px) { .news1-list .item-date .p1 { font-size: 34px; font-size: 3.4rem; } }

@media screen and (max-width: 991px) { .news1-list .item-date .p1 { font-size: 26px; font-size: 2.6rem; } }

@media screen and (max-width: 767px) { .news1-list .item-date .p1 { font-size: 20px; font-size: 2rem; } }

@media screen and (max-width: 480px) { .news1-list .item-date .p1 { font-size: 16px; font-size: 1.6rem; margin-right: 5px; } }

.news1-list .item-date .p2 { font-size: 14px; font-size: 1.4rem; line-height: 1.3; color: #666; }

@media screen and (max-width: 767px) { .news1-list .item-date .p2 { font-size: 12px; font-size: 1.2rem; } }

.news1-list .item-title { -webkit-box-flex: 1; -webkit-flex: 1 1 auto; -moz-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; overflow: hidden; font-size: 24px; font-size: 2.4rem; line-height: 1.3; }

@media screen and (max-width: 1219px) { .news1-list .item-title { font-size: 22px; font-size: 2.2rem; } }

@media screen and (max-width: 991px) { .news1-list .item-title { font-size: 18px; font-size: 1.8rem; } }

@media screen and (max-width: 767px) { .news1-list .item-title { font-size: 14px; font-size: 1.4rem; } }

.news1-list .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 30px; height: 90px; margin-bottom: 75px; }

@media screen and (max-width: 1219px) { .news1-list .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 24px; height: 72px; margin-bottom: 30px; } }

@media screen and (max-width: 991px) { .news1-list .item-desc { margin-bottom: 20px; } }

@media screen and (max-width: 767px) { .news1-list .item-desc { font-size: 12px; font-size: 1.2rem; line-height: 20px; height: 60px; margin-bottom: 10px; } }

@media screen and (max-width: 480px) { .news1-list .item-desc { margin-bottom: 0; line-height: 18px; height: 36px; }
  .news1-list .item-desc a { -webkit-line-clamp: 2; } }

.news1-list .item-btn { display: inline-block; margin-left: 3px; width: 38px; height: 38px; line-height: 36px; text-align: center; background: #fff; border: 1px solid #1352A2; color: #1352A2; box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.22); border-radius: 50%; font-size: 14px; font-size: 1.4rem; -moz-box-sizing: border-box; box-sizing: border-box; }

.news1-list .item-btn:hover { background-color: #1352A2; color: #fff; }

@media screen and (max-width: 1219px) { .news1-list .item-btn { width: 34px; height: 34px; line-height: 32px; } }

@media screen and (max-width: 991px) { .news1-list .item-btn { width: 30px; height: 30px; line-height: 28px; } }

@media screen and (max-width: 767px) { .news1-list .item-btn { width: 26px; height: 26px; line-height: 24px; font-size: 12px; font-size: 1.2rem; } }

@media screen and (max-width: 480px) { .news1-list .item-btn { width: 22px; height: 22px; line-height: 20px; display: none; } }

/*-------------6-1-news end----------------------------------------------------------------*/
/*-------------6-2-news start--------------------------------------------------------------*/
.news2-main > .item-title { font-family: "AachenBT-Roman", arial; color: #1352A2; font-size: 26px; font-size: 2.6rem; line-height: 1.3; margin-bottom: 18px; }

@media screen and (max-width: 1219px) { .news2-main > .item-title { font-size: 22px; font-size: 2.2rem; margin-bottom: 15px; } }

@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; margin-bottom: 10px; } }

@media screen and (max-width: 480px) { .news2-main > .item-title { font-size: 16px; font-size: 1.6rem; } }

.news2-main .item-date { font-size: 0; letter-spacing: 0; padding-bottom: 22px; }

@media screen and (max-width: 1219px) { .news2-main .item-date { padding-bottom: 20px; } }

@media screen and (max-width: 991px) { .news2-main .item-date { padding-bottom: 15px; } }

@media screen and (max-width: 767px) { .news2-main .item-date { padding-bottom: 10px; } }

.news2-main .item-date > span { line-height: 20px; display: inline-block; vertical-align: middle; font-size: 16px; font-size: 1.6rem; margin-right: 38px; color: #999; }

.news2-main .item-date > span .iconfont { margin-right: 15px; font-size: 19px; font-size: 1.9rem; }

@media screen and (max-width: 1219px) { .news2-main .item-date > span { font-size: 14px; font-size: 1.4rem; margin-right: 20px; }
  .news2-main .item-date > span .iconfont { margin-right: 10px; font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 767px) { .news2-main .item-date > span { font-size: 12px; font-size: 1.2rem; margin-right: 10px; }
  .news2-main .item-date > span .iconfont { margin-right: 5px; font-size: 14px; font-size: 1.4rem; } }

.news2-main .pro-share { display: inline-block; vertical-align: middle; }

.news2-main .pro-share .share-title { font-size: 16px; font-size: 1.6rem; color: #999; }

@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-top: solid 1px #E5E5E5; border-bottom: solid 1px #E5E5E5; padding-top: 33px; padding-bottom: 34px; font-size: 16px; font-size: 1.6rem; line-height: 24px; }

.news2-main .item-desc, .news2-main .item-desc * { color: #999; }

@media screen and (max-width: 1219px) { .news2-main .item-desc { padding-top: 30px; padding-bottom: 30px; font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 991px) { .news2-main .item-desc { padding-top: 20px; font-size: 14px; font-size: 1.4rem; line-height: 22px; } }

@media screen and (max-width: 767px) { .news2-main .item-desc { padding-top: 15px; padding-bottom: 20px; font-size: 12px; font-size: 1.2rem; line-height: 20px; } }

.hot-box { padding-top: 84px; }

@media screen and (max-width: 1219px) { .hot-box { padding-top: 70px; } }

@media screen and (max-width: 991px) { .hot-box { padding-top: 50px; } }

@media screen and (max-width: 767px) { .hot-box { padding-top: 30px; } }

.hot-box .box-title { text-align: center; font-family: "AachenBT-Roman", arial; font-size: 30px; font-size: 3rem; line-height: 1.3; }

.hot-box .box-title a:hover { color: #1352A2; }

@media screen and (max-width: 1219px) { .hot-box .box-title { font-size: 26px; font-size: 2.6rem; } }

@media screen and (max-width: 991px) { .hot-box .box-title { font-size: 22px; font-size: 2.2rem; } }

@media screen and (max-width: 767px) { .hot-box .box-title { font-size: 18px; font-size: 1.8rem; } }

.hot-box .related-owl { position: relative; padding-top: 73px; }

@media screen and (max-width: 1219px) { .hot-box .related-owl { padding-top: 40px; } }

@media screen and (max-width: 1219px) { .hot-box .related-owl { padding-top: 30px; } }

@media screen and (max-width: 767px) { .hot-box .related-owl { padding-top: 20px; } }

.hot-box .related-owl .owl-carousel { width: 102.16667%; margin-left: -1.08333%; }

@media screen and (max-width: 991px) { .hot-box .related-owl .owl-carousel { width: 102%; margin-left: -1%; } }

.hot-box .related-owl .owl-buttons { display: none !important; }

.hot-box .related-owl .owl-btns { font-size: 0; letter-spacing: 0; text-align: center; margin-top: 24px; }

.hot-box .related-owl .owl-btns .owl-btn { display: inline-block; vertical-align: top; cursor: pointer; width: 36px; height: 36px; line-height: 34px; border-radius: 50%; border: solid 1px #ABACB0; font-size: 16px; font-size: 1.6rem; color: #C3C0C0; opacity: 0.7; -webkit-transition: all .35s; -o-transition: all .35s; -moz-transition: all .35s; transition: all .35s; }

.hot-box .related-owl .owl-btns .owl-btn:hover { border-color: #1352A2; color: #1352A2; opacity: 1; }

.hot-box .related-owl .owl-btns .owl-btn.disabled { color: #ccc; cursor: auto; }

@media screen and (max-width: 1219px) { .hot-box .related-owl .owl-btns .owl-btn { width: 32px; height: 32px; line-height: 30px; font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 767px) { .hot-box .related-owl .owl-btns .owl-btn { width: 26px; height: 26px; line-height: 24px; font-size: 12px; font-size: 1.2rem; } }

.hot-box .related-owl .owl-btns .item-prev { margin-right: 6px; }

.hot-box .related-owl .list-item { margin: 0 3.18108%; border-radius: 10px; background-color: #F5F4F4; overflow: hidden; }

@media screen and (max-width: 991px) { .hot-box .related-owl .list-item { margin: 0 2.94118%; } }

@media screen and (max-width: 480px) { .hot-box .related-owl .list-item { margin: 0 1.96078%; } }

.hot-box .related-owl .item-pic { position: relative; border: solid 1px #E5E5E5; border-radius: 10px 10px 0 0; }

.hot-box .related-owl .item-body { padding: 0 16px 23px; text-align: center; }

@media screen and (max-width: 1219px) { .hot-box .related-owl .item-body { padding: 0 10px 15px; } }

@media screen and (max-width: 991px) { .hot-box .related-owl .item-body { padding: 0 8px 15px; } }

@media screen and (max-width: 767px) { .hot-box .related-owl .item-body { padding: 0 5px 12px; } }

.hot-box .related-owl .item-title { padding-top: 14px; font-size: 18px; font-size: 1.8rem; line-height: 1.3; }

@media screen and (max-width: 1219px) { .hot-box .related-owl .item-title { font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 767px) { .hot-box .related-owl .item-title { font-size: 14px; font-size: 1.4rem; padding-top: 10px; } }

.hot-box .related-owl .item-desc { margin-top: 21px; font-size: 16px; font-size: 1.6rem; line-height: 30px; height: 60px; }

@media screen and (max-width: 1219px) { .hot-box .related-owl .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 24px; margin-top: 10px; height: 48px; } }

@media screen and (max-width: 991px) { .hot-box .related-owl .item-desc { line-height: 22px; margin-top: 5px; height: 44px; } }

@media screen and (max-width: 767px) { .hot-box .related-owl .item-desc { font-size: 12px; font-size: 1.2rem; line-height: 18px; height: 36px; } }

/*-------------6-2-news end----------------------------------------------------------------*/
/*-------------7-contact start-------------------------------------------------------------*/
.contact_wrap { background-color: #F5F5F5; padding: 65px 0 83px; }

@media screen and (max-width: 1219px) { .contact_wrap { padding-bottom: 70px; } }

@media screen and (max-width: 991px) { .contact_wrap { padding: 50px 0; } }

@media screen and (max-width: 767px) { .contact_wrap { padding: 30px 0; } }

.contact-main { background-color: #fff; 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; }

@media screen and (max-width: 991px) { .contact-main { display: block; } }

.contact-main .box-info { -webkit-box-flex: 0; -webkit-flex: 0 0 auto; -moz-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 43.75%; background-color: #1151A3; padding-top: 33px; padding-left: 26px; padding-right: 26px; padding-bottom: 30px; }

@media screen and (max-width: 1219px) { .contact-main .box-info { padding: 30px 20px; } }

@media screen and (max-width: 991px) { .contact-main .box-info { width: 100%; margin: 0 auto; float: none; min-height: auto; padding: 20px 15px; } }

.contact-main .box-info .item-title { color: #fff; font-size: 36px; font-size: 3.6rem; font-family: "AachenBT-Roman", arial; line-height: 1.3; display: inline-block; position: relative; padding-bottom: 12px; margin-bottom: 59px; }

.contact-main .box-info .item-title:before { position: absolute; content: ''; width: 95.18717%; height: 2px; background-color: #FBD700; left: 0; bottom: 0; }

@media screen and (max-width: 1219px) { .contact-main .box-info .item-title { font-size: 30px; font-size: 3rem; margin-bottom: 40px; } }

@media screen and (max-width: 991px) { .contact-main .box-info .item-title { font-size: 24px; font-size: 2.4rem; margin-bottom: 20px; } }

@media screen and (max-width: 767px) { .contact-main .box-info .item-title { font-size: 18px; font-size: 1.8rem; padding-bottom: 15px; padding-bottom: 8px; } }

.contact-main .box-info .box-list { font-size: 16px; font-size: 1.6rem; line-height: 32px; }

.contact-main .box-info .box-list, .contact-main .box-info .box-list a { color: #fff; }

.contact-main .box-info .box-list a:hover { color: #FBD700; }

@media screen and (max-width: 1219px) { .contact-main .box-info .box-list { line-height: 28px; } }

@media screen and (max-width: 991px) { .contact-main .box-info .box-list { font-size: 14px; font-size: 1.4rem; line-height: 24px; } }

@media screen and (max-width: 767px) { .contact-main .box-info .box-list { font-size: 12px; font-size: 1.2rem; line-height: 20px; } }

.contact-main .box-info .box-list li { position: relative; padding-left: 45px; margin-bottom: 29px; min-height: 32px; }

@media screen and (max-width: 1219px) { .contact-main .box-info .box-list li { padding-left: 35px; margin-bottom: 20px; min-height: 28px; } }

@media screen and (max-width: 991px) { .contact-main .box-info .box-list li { padding-left: 25px; margin-bottom: 15px; min-height: 24px; } }

@media screen and (max-width: 767px) { .contact-main .box-info .box-list li { min-height: 20px; margin-bottom: 10px; } }

.contact-main .box-info .box-list .iconfont { font-size: 28px; font-size: 2.8rem; left: 0; top: 0; position: absolute; }

@media screen and (max-width: 1219px) { .contact-main .box-info .box-list .iconfont { font-size: 20px; font-size: 2rem; } }

@media screen and (max-width: 991px) { .contact-main .box-info .box-list .iconfont { font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 767px) { .contact-main .box-info .box-list .iconfont { font-size: 14px; font-size: 1.4rem; } }

.contact-main .box-form { -webkit-box-flex: 1; -webkit-flex: 1 1 auto; -moz-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; overflow: hidden; padding-left: 48px; padding-right: 136px; padding-top: 22px; padding-bottom: 40px; }

@media screen and (max-width: 1219px) { .contact-main .box-form { padding: 20px 50px 30px 30px; } }

@media screen and (max-width: 991px) { .contact-main .box-form { overflow: visible; padding: 20px 20px 30px; } }

@media screen and (max-width: 767px) { .contact-main .box-form { padding: 20px 15px 30px; } }

.contact-main .box-form .item-title { font-size: 34px; font-size: 3.4rem; font-family: "AachenBT-Roman", arial; line-height: 1.3; margin-bottom: 18px; }

@media screen and (max-width: 1219px) { .contact-main .box-form .item-title { font-size: 30px; font-size: 3rem; } }

@media screen and (max-width: 991px) { .contact-main .box-form .item-title { font-size: 24px; font-size: 2.4rem; } }

@media screen and (max-width: 767px) { .contact-main .box-form .item-title { font-size: 18px; font-size: 1.8rem; margin-bottom: 15px; } }

.contact-main .box-form input, .contact-main .box-form textarea { margin-left: 8px; display: block; width: 100%; background: #F9F9F9; border: 1px solid #AAAAAA; color: #666; font-size: 14px; font-size: 1.4rem; padding-left: 10px; padding-right: 10px; }

@media screen and (max-width: 991px) { .contact-main .box-form input, .contact-main .box-form textarea { margin-left: 0; } }

@media screen and (max-width: 767px) { .contact-main .box-form input, .contact-main .box-form textarea { font-size: 12px; font-size: 1.2rem; } }

.contact-main .box-form input { height: 33px; line-height: 31px; }

.contact-main .box-form textarea { height: 89px; line-height: 24px; padding-top: 5px; padding-bottom: 5px; }

@media screen and (max-width: 767px) { .contact-main .box-form textarea { height: 100px; } }

.contact-main .box-form .item-txt { font-size: 16px; font-size: 1.6rem; line-height: 20px; margin-bottom: 10px; color: #666; }

.contact-main .box-form .item-txt span { color: #FF3737; display: inline-block; margin-right: 3px; }

@media screen and (max-width: 1219px) { .contact-main .box-form .item-txt { font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 767px) { .contact-main .box-form .item-txt { font-size: 12px; font-size: 1.2rem; margin-bottom: 5px; } }

.contact-main .box-form .item-input { margin-bottom: 15px; }

@media screen and (max-width: 1219px) { .contact-main .box-form .item-input { margin-bottom: 15px; } }

@media screen and (max-width: 480px) { .contact-main .box-form .item-input { width: 100%; } }

.contact-main .box-form .item-code { width: 370px; }

@media screen and (max-width: 1219px) { .contact-main .box-form .item-code { width: 320px; } }

@media screen and (max-width: 1219px) { .contact-main .box-form .item-code { width: -webkit-calc(100% - 115px); width: -moz-calc(100% - 115px); width: calc(100% - 115px); } }

.contact-main .box-form .item-img { cursor: pointer; line-height: 33px; position: relative; font-size: 0; }

.contact-main .box-form .item-img img { max-height: 33px; vertical-align: middle; }

@media screen and (max-width: 767px) { .contact-main .box-form .item-img { float: right; } }

.contact-main .box-form .item-btn { width: 100%; margin-top: 13px; margin-bottom: 0; }

.contact-main .box-form .item-btn input { height: 40px; line-height: 38px; border: 0; color: #fff; border: solid 1px #FBD700; background-color: #FBD700; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; font-size: 16px; font-size: 1.6rem; border-radius: 0; }

.contact-main .box-form .item-btn input:hover { background-color: #1352A2; border-color: #1352A2; }

@media screen and (max-width: 1219px) { .contact-main .box-form .item-btn { margin-top: 0; }
  .contact-main .box-form .item-btn input { font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 991px) { .contact-main .box-form .item-btn input { font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 767px) { .contact-main .box-form .item-btn { margin-top: 5px; width: 100%; }
  .contact-main .box-form .item-btn input { height: 33px; line-height: 31px; font-size: 12px; font-size: 1.2rem; } }

.map img, .map iframe { display: block; }

/*-------------7-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: 14px; width: 35px; height: 28px; line-height: 28px; text-align: center; -webkit-transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s; z-index: 999999999; }

.n-nav .n-nav-icon .iconfont { font-size: 20px; font-size: 2.0rem; color: #1A62B4; }

.n-nav .n-nav-icon span { display: none; width: 100%; height: 2px; margin-bottom: 4px; background-color: #1A62B4; }

.n-nav .n-nav-icon.active { top: 5px; background: #666 url(../images/nav-close.png) no-repeat center; background-size: 30px; }

.n-nav .n-nav-icon.active span, .n-nav .n-nav-icon.active .iconfont { display: none; }

.n-nav .n-nav-body { display: none; position: fixed; z-index: 99999; top: 0; bottom: 0; width: 100%; left: 0; overflow-y: scroll; background-color: #666; padding-top: 40px; }

.n-nav .box-search { background-color: #fff; padding: 5px 10px; position: relative; border: solid 1px #1A62B4; 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: #1A62B4; 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(../images/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(../images/n2.png) no-repeat center; background-size: contain; }

.n-nav .box-list .yiji-list { display: none; }

.n-nav .box-list .yiji-list li { padding-left: 12px; }

.n-nav .box-list .yiji-list li .has-next { right: 0; }

.n-nav .box-list .yiji-list li > a { padding: 10px 25px 10px 20px; line-height: 22px; position: relative; }

.n-nav .box-list .yiji-list li > a:before { position: absolute; content: ''; width: 5px; height: 5px; background-color: #fff; top: 19px; left: 10px; }

.n-nav .box-list .erji-list { display: none; }

.n-nav .box-list .sanji-list { display: none; }

.banner { position: relative; overflow: hidden; }

.banner video { position: absolute; display: block; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); min-width: 100%; min-height: 100%; max-width: none; -o-object-fit: cover; object-fit: cover; -o-object-position: 50% 50%; object-position: 50% 50%; display: none \9; display: block \9\0; }

.banner .carouse { width: 100%; overflow: hidden; position: relative; }

.banner .carouse .slideItem { width: 100%; position: absolute; cursor: pointer; }

.banner .carouse .slideItem .banner-img { width: 100%; display: block; }

.banner .console { height: 57px; display: inline-block; width: 35px; position: absolute; top: 40%; }

.banner .carousel-control { position: absolute; top: 50%; margin-top: -27px; z-index: 2; cursor: pointer; width: 53px; height: 53px; border: solid 1px #fff; border-radius: 50%; font-size: 22px; font-size: 2.2rem; line-height: 51px; text-align: center; color: #fff; opacity: 0.7; }

.banner .carousel-control:hover { color: #325699; border-color: #325699; opacity: 1; }

.banner .carousel-control.left { left: 60px; }

.banner .carousel-control.right { right: 60px; }

@media screen and (max-width: 1219px) { .banner .carousel-control { margin-top: -20px; width: 40px; height: 40px; font-size: 18px; font-size: 1.8rem; line-height: 38px; } }

@media screen and (max-width: 991px) { .banner .carousel-control { display: none !important; } }

.banner .dotList { position: absolute; z-index: 2; left: 0; right: 0; bottom: 3.41786%; font-size: 0; letter-spacing: 0; padding: 0 11.04167%; }

.banner .dotList li { display: inline-block; vertical-align: bottom; font-size: 0px; font-size: 0rem; -webkit-transition: all .35s; -o-transition: all .35s; -moz-transition: all .35s; transition: all .35s; cursor: pointer; width: 23px; height: 23px; border-radius: 2px; border: solid 1px transparent; -moz-box-sizing: border-box; box-sizing: border-box; position: relative; }

.banner .dotList li:before { position: absolute; content: ''; top: 4px; bottom: 4px; left: 4px; right: 4px; border-radius: 2px; background-color: #1352A2; }

.banner .dotList li.active { border-color: #FBD700; }

.banner .dotList li.active:before { background-color: #FBD700; }

@media screen and (max-width: 1219px) { .banner .dotList li { width: 20px; height: 20px; }
  .banner .dotList li:before { top: 3px; bottom: 3px; left: 3px; right: 3px; } }

@media screen and (max-width: 991px) { .banner .dotList li { width: 16px; height: 16px; } }

@media screen and (max-width: 767px) { .banner .dotList li { width: 12px; height: 12px; }
  .banner .dotList li:before { top: 2px; bottom: 2px; left: 2px; right: 2px; } }

.index-banner { position: relative; padding-bottom: 33.85417%; overflow: hidden; }

.index-banner .carouse { position: absolute; top: 0; bottom: 0; left: 0; right: 0; }

.page-banner { position: relative; padding-bottom: 19.0625%; overflow: hidden; }

.page-banner img { position: absolute; top: 0; bottom: 0; left: 0; right: 0; }

@charset "UTF-8";

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  11.1% {
    -webkit-transform: none;
            transform: none
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
            transform: skewX(-12.5deg) skewY(-12.5deg)
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
            transform: skewX(6.25deg) skewY(6.25deg)
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
            transform: skewX(-3.125deg) skewY(-3.125deg)
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
            transform: skewX(1.5625deg) skewY(1.5625deg)
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
            transform: skewX(-0.78125deg) skewY(-0.78125deg)
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
            transform: skewX(0.390625deg) skewY(0.390625deg)
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
            transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
  }
  100% {
    -webkit-transform: none;
            transform: none
  }
}

@keyframes jello {
  11.1% {
    -webkit-transform: none;
            transform: none
  }

  22.2% {

    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
            transform: skewX(-12.5deg) skewY(-12.5deg)
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
            transform: skewX(6.25deg) skewY(6.25deg)
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
            transform: skewX(-3.125deg) skewY(-3.125deg)
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
            transform: skewX(1.5625deg) skewY(1.5625deg)
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
            transform: skewX(-0.78125deg) skewY(-0.78125deg)
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
            transform: skewX(0.390625deg) skewY(0.390625deg)
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
            transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
  }
  100% {
    -webkit-transform: none;
            transform: none
  }
}



.jello{
    -webkit-animation-name:jello;
            animation-name:jello;
    -webkit-transform-origin: center;

            transform-origin: center
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}


@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInStable {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  33.333% {
    opacity: 1;
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  
  66.666666% {
    opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes zoomInStable {
 0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  33.333% {
    opacity: 1;
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  
  66.666666% {
    opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.zoomInStable {
  -webkit-animation-name: zoomInStable;
  animation-name: zoomInStable;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@keyframes anime {
from {
	opacity: 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
}
to {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-moz-transform: scaleY(1);
}
}

@-webkit-keyframes anime {
from {
	opacity: 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
}
to {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-moz-transform: scaleY(1);
}
}

@-moz-keyframes anime {
from {
	opacity: 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
}
to {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-moz-transform: scaleY(1);
}

}

@-o-keyframes anime {
from {
	opacity: 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
}
to {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-moz-transform: scaleY(1);
}
}

@-ms-keyframes anime {
from {
	opacity: 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
}
to {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-moz-transform: scaleY(1);
}

}

@media screen and (min-width:1000px) and (max-width:1219px) {}
@media screen and (max-width:1219px) {}
@media screen and (max-width:991px) {}
@media screen and (max-width:767px) {}
@media screen and (max-width:640px) {}
@media screen and (max-width:480px) {}


@font-face {
    font-family: 'AachenBT-Roman';
    src: url('../font/AachenBT-Roman.eot');
    src: url('../font/AachenBT-Roman.eot') format('embedded-opentype'),
         url('../font/AachenBT-Roman.woff2') format('woff2'),
         url('../font/AachenBT-Roman.woff') format('woff'),
         url('../font/AachenBT-Roman.ttf') format('truetype'),
         url('../font/AachenBT-Roman.svg#AachenBT-Roman') format('svg');
		 font-display: swap;
}
@font-face {
  font-family: "iconfont"; /* Project id 3150776 */
  src: url('../font/iconfont.woff2?t=1644635090015') format('woff2'),
       url('../font/iconfont.woff?t=1644635090015') format('woff'),
       url('../font/iconfont.ttf?t=1644635090015') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-dianhua2:before {
  background-image: url('../images/lx4.png');
background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.icon-dkw_youxiang:before {
  content: "\e60f";
}

.icon-duigou:before {
  content: "\e7e6";
}

.icon-Calendar:before {
  content: "\e63f";
}

.icon-rili1:before {
  content: "\e668";
}

.icon-huodong:before {
  content: "\e655";
}

.icon-wenjianjia:before {
  content: "\ec17";
}

.icon-zuzhijiegou:before {
  content: "\e757";
}

.icon-liebiao:before {
  content: "\e834";
}

.icon-search:before {
  content: "\e613";
}

.icon-list:before {
  content: "\e671";
}

.icon-up7:before {
  content: "\e722";
}

.icon-bottom7:before {
  content: "\e723";
}

.icon-left7:before {
  content: "<";
}

.icon-right7:before {
  content: "\e725";
}

.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: "<";
}

.icon-right10:before {
  content: ">";
}

.icon-facebook:before {
  content: "\e620";
}

.icon-pinterest:before {
  content: "\e8ab";
}

.icon-linkedin:before {
  content: "\e648";
}

.icon-youtube:before {
  content: "\e6d6";
}

.icon-twitter:before {
  content: "\e607";
}

.icon-Instagram:before {
  content: "\e6af";
}

.icon-zhifeiji:before {
  content: "\e681";
}

.icon-address:before {
  content: "\e7bc";
}

.icon-email:before {
  content: "\e7bd";
}

.icon-contact:before {
  content: "\e7be";
}

.icon-whatsapp:before {
  content: "\e7bf";
}

.icon-wechat:before {
  content: "\e7c1";
}

.icon-fax:before {
  content: "\e7c2";
}

.icon-mobile:before {
  content: "\e7c3";
}

.icon-email1:before {
  content: "\e7c4";
}

.icon-phone:before {
  content: "\e7c6";
}

.icon-tel:before {
  content: "\e7c7";
}

.icon-website1:before {
  content: "\e7c9";
}

.icon-qq:before {
  content: "\e7ca";
}

.icon-phone1:before {
  content: "\e7cb";
}

.icon-skype:before {
  content: "\e7cc";
}

.icon-message1:before {
  content: "\e7db";
}

.icon-message2:before {
  content: "\e7dc";
}

.icon-companyname:before {
  content: "\e610";
}

.icon-whatsapp1:before {
  background-image: url('../images/lx3.png');
background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.icon-address1:before {
  content: "\e7c8";
}

.icon-contact1:before {
  content: "\e7cd";
}

.icon-email2:before {
  content: "\e7ce";
}

.icon-email11:before {
 background-image: url('../images/lx2.png');
background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.icon-address11:before {
  content: "\e7d0";
}

.icon-skype1:before {
  content: "\e7d1";
}

.icon-fax1:before {
  content: "\e7d2";
}

.icon-qq1:before {
  content: "\e7d3";
}

.icon-tel1:before {
  content: "\e7d4";
}

.icon-wechat1:before {
   background-image: url('../images/lx4.png');
background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.icon-website:before {
  content: "\e7d6";
}

.icon-phone2:before {
  content: "\e7d7";
}

.icon-mobile1:before {
background-image: url('../images/lx1.png');
background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.icon-message:before {
  content: "\ebe1";
}

.icon-icons-hqew-:before {
  content: "\e64e";
}

.icon-yuanxingjiantouxiangyouzuo:before {
  content: "<";
}

.icon-yuanxingjiantouxiangyou:before {
  content: ">";
}

.icon-yuanxingjiantoushang:before {
  content: "\e965";
}

.icon-yuanxingjiantouxia:before {
  content: "\e966";
}

.icon-yuanxingjiantouyou:before {
  content: "\e967";
}

.icon-yuanxingjiantouzuo:before {
  content: "\e968";
}

.icon-huaban:before {
  content: "\e7ae";
}



/* 
 * 	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 { 
    cursor:url(../images/grabbing.png.html) 8 8, move;
}

/* 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 #61A285; }

@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: #61A285; }

/* 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; background: url(../images/AjaxLoader.gif.html) no-repeat center center; }


.listcart{margin-top: 90px;}
.listcart a.l{float: left;}
.listcart a.r{float: right;}
.listcart a{ background:#1151A3;display:inline-block;height: 34px; width:200px; line-height: 34px;cursor: pointer;border: none;overflow: hidden;color: #fff;cursor: pointer;  border:1px solid #1151A3; padding-left:10px; padding-right:10px; text-align:center; margin-left:10px;}
.listcart a:hover{  border:#1151A3 solid 1px;background: #1151A3; color:#fff!important;}
@media screen and (max-width:999px){
.listcart a{margin-left:2.5%; margin-right:2.5%; padding-left:0px; padding-right:0px ;float: none;}
.listcart{ width:100%; margin-top:50px; }
}
@media screen and (max-width:472px){
.listcart a{ width:95% !important ; float:none !important; overflow:hidden; margin-bottom:1rem; margin-top:1rem}
}
.verifyimg{margin-top:20px;}
.verifyinput{margin-bottom:20px;}