.zoomPad{
	position:relative;
	float:left;
	z-index:99;
	cursor:crosshair;
}


.zoomPreload{
   -moz-opacity:0.8;
   opacity: 0.8;
   filter: alpha(opacity = 80);
   color: #333;
   font-size: 12px;
   font-family: Tahoma;
   text-decoration: none;
   border: 1px solid #CCC;
   background-color: white;
   padding: 8px;
   text-align:center;
   background-image: url(../images/zoomloader.gif);
   background-repeat: no-repeat;
   background-position: 43px 30px;
   z-index:110;
   width:90px;
   height:43px;
   position:absolute;
   top:0px;
   left:0px;
    * width:100px;
    * height:49px;
}


.zoomPup{
	overflow:hidden;
	background-color: #FFF;
	-moz-opacity:0.6;
	opacity: 0.6;
	filter: alpha(opacity = 60);
	z-index:120;
	position:absolute;
	border:1px solid #CCC;
  z-index:101;
  cursor:crosshair;
}



.zoomOverlay{
	position:absolute;
	left:0px;
	top:0px;
	background:#FFF;
	/*opacity:0.5;*/
	z-index:5000;
	width:100%;
	height:100%;
	display:none;
  z-index:101;
}

.zoomWindow{
	position:absolute;
	left:110%;
	top:40px;
	background:#FFF;
	z-index:6000;
	height:auto;
  z-index:10000;
  z-index:110;
}
.zoomWrapper{
	position:relative;
	border:1px solid #C6C6C6;
  z-index:110;
}
.zoomWrapperTitle{
	display:block;
	background:#C6C6C6;
	color:#FFF;
	height:18px;
	line-height:18px;
	width:100%;
  overflow:hidden;
	text-align:center;
	font-size:10px;
  position:absolute;
  top:0px;
  left:0px;
  z-index:120;
  -moz-opacity:0.6;
  opacity: 0.6;
  filter: alpha(opacity = 60);
}
.zoomWrapperImage{
	display:block;
  position:relative;
  overflow:hidden;
  z-index:110;

}
.zoomWrapperImage img{
  border:0px;
  display:block;
  position:absolute;
  z-index:101;
}

.zoomIframe{
  z-index: -1;
  filter:alpha(opacity=0);
  -moz-opacity: 0.80;
  opacity: 0.80;
  position:absolute;
  display:block;
}

/*********************************************************
/ When clicking on thumbs jqzoom will add the class
/ "zoomThumbActive" on the anchor selected
/*********************************************************/
#baguetteBox-overlay { display: none; opacity: 0; position: fixed; overflow: hidden; top: 0; left: 0; width: 100%; height: 100%; background-color: #222; background-color: rgba(0, 0, 0, 0.8); -webkit-transition: opacity .5s ease; -o-transition: opacity .5s ease; -moz-transition: opacity .5s ease; transition: opacity .5s ease; z-index: 99999999999999999999999999999999999999; }

#baguetteBox-overlay.visible { opacity: 1; }

#baguetteBox-overlay .full-image { display: inline-block; position: relative; width: 100%; height: 100%; text-align: center; }

#baguetteBox-overlay .full-image figure { display: inline; margin: 0; height: 100%; }

#baguetteBox-overlay .full-image img { display: inline-block; width: auto; height: auto; max-height: 100%; max-width: 100%; vertical-align: middle; -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

#baguetteBox-overlay .full-image figcaption { display: block; position: absolute; bottom: 0; width: 100%; text-align: center; line-height: 1.8; color: #ccc; background-color: #000; background-color: rgba(0, 0, 0, 0.6); font-family: Verdana, Geneva, sans-serif; }

#baguetteBox-overlay .full-image:before { content: ""; display: inline-block; height: 50%; width: 1px; margin-right: -1px; }

#baguetteBox-slider { position: absolute; left: 0; top: 0; height: 100%; width: 100%; white-space: nowrap; -webkit-transition: left .4s ease, -webkit-transform .4s ease; transition: left .4s ease, -webkit-transform .4s ease; -o-transition: left .4s ease, -o-transform .4s ease; -moz-transition: left .4s ease, transform .4s ease, -moz-transform .4s ease; transition: left .4s ease, transform .4s ease; transition: left .4s ease, transform .4s ease, -webkit-transform .4s ease, -moz-transform .4s ease, -o-transform .4s ease; transition: left .4s ease, transform .4s ease, -webkit-transform .4s ease; }

#baguetteBox-slider.bounce-from-right { -webkit-animation: bounceFromRight .4s ease-out; -moz-animation: bounceFromRight .4s ease-out; animation: bounceFromRight .4s ease-out; }

#baguetteBox-slider.bounce-from-left { -webkit-animation: bounceFromLeft .4s ease-out; -moz-animation: bounceFromLeft .4s ease-out; animation: bounceFromLeft .4s ease-out; }

.baguetteBox-button#next-button, .baguetteBox-button#previous-button { top: 50%; top: -webkit-calc(50% - 30px); top: -moz-calc(50% - 30px); top: calc(50% - 30px); width: 44px; height: 60px; }

.baguetteBox-button { position: absolute; cursor: pointer; outline: 0; padding: 0; margin: 0; border: 0; border-radius: 15%; background-color: #323232; background-color: rgba(50, 50, 50, 0.5); color: #ddd; font: 1.6em sans-serif; -webkit-transition: background-color .4s ease; -o-transition: background-color .4s ease; -moz-transition: background-color .4s ease; transition: background-color .4s ease; }

.baguetteBox-button:hover { background-color: rgba(50, 50, 50, 0.9); }

.baguetteBox-button#next-button { right: 2%; display: block !important; }

.baguetteBox-button#previous-button { left: 2%; display: block !important; }

.baguetteBox-button#close-button { top: 20px; right: 2%; right: -webkit-calc(2% + 6px); right: -moz-calc(2% + 6px); right: calc(2% + 6px); width: 30px; height: 30px; }

.baguetteBox-button svg { position: absolute; left: 0; top: 0; }

/*# sourceMappingURL=baguetteBox.css.map */

/* CSS Document */
* { margin: 0; padding: 0; -moz-box-sizing: border-box; box-sizing: border-box; }

html { font-size: 62.5%; }

body { color: #333; background: #fff; 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: #666; opacity: 1; }

/* WebKit browsers */
:-o-placeholder { color: #666; opacity: 1; }

/* Mozilla Firefox 4 to 18 */
::-moz-placeholder { color: #666; opacity: 1; }

/* Mozilla Firefox 19+ */
:-ms-input-placeholder { color: #666; opacity: 1; }

/* Internet Explorer 10+ */
::-moz-selection { color: #fff; background: #b60007; }
::selection { color: #fff; background: #b60007; }

.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; }

.nlazy { min-width: 20%; }

/**/
.email { word-break: break-all; }

.scale-big img { -webkit-transition: all 350ms; -o-transition: all 350ms; -moz-transition: all 350ms; transition: all 350ms; }

.scale-big:hover img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }

.scale-small img { -webkit-transition: all 350ms; -o-transition: all 350ms; -moz-transition: all 350ms; transition: all 350ms; -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }

.scale-small:hover img { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }

[class*="-item"] .item-pic, [class*="-item"] .item-pics { position: relative; display: block; text-align: center; overflow: hidden; }

[class*="-item"] .item-pic img, [class*="-item"] .item-pics img { display: block !important; width: 100%; }

[class*="-item"] .item-title { overflow: hidden; }

[class*="-item"] .item-title a { display: block; }

[class*="-item"] .item-title a:hover { color: #606060 !important; }

[class*="-item"] .item-subt { overflow: hidden; }

[class*="-item"] .item-subt a { display: block; }

[class*="-item"] .item-subt a:hover { color: #606060 !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: #606060 !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 .iconfont { -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; }



.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: #b60007 !important; background-color: #fff \9; color: #b60007 !important; }

.an-btn2:hover .iconfont { color: #b60007 !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: #b60007; } }

@media screen and (min-width: 992px) { .an-bd1:hover .item-backdrop { -webkit-transform: scale(1, 1); -moz-transform: scale(1, 1); -ms-transform: scale(1, 1); -o-transform: scale(1, 1); transform: scale(1, 1); -webkit-transform-origin: left center; -moz-transform-origin: left center; -ms-transform-origin: left center; -o-transform-origin: left center; transform-origin: left center; } }

/*-------------table start-------------------------------------------------------------------*/
.table table { width: 100%; border-collapse: collapse; border: 1px solid #ccc; }

.table table p { line-height: 22px !important; }

.table table p { min-height: 22px !important; }

.table table, .table table a { color: #000; }

.table table tr td { padding: 5px 3px; border: 1px solid #ccc; }

@media screen and (max-width: 1000px) { .table { width: 100%; overflow: scroll; }
  .table div { width: 900px; max-width: 900px; } }

/*-------------table end---------------------------------------------------------------------*/
/*-------------proslide_menubtn start--------------------------------------------------------*/
.proslide_menubtn { display: none; width: 23px; height: 18px; position: absolute; top: 12px; right: 10px; cursor: pointer; -webkit-transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s; z-index: 9; }

.proslide_menubtn span { display: block; width: 100%; height: 3px; margin-bottom: 3px; background-color: #fff; }

@media screen and (max-width: 767px) { .proslide_menubtn { display: block; } }

/*-------------proslide_menubtn end----------------------------------------------------------*/
/*-------------page-start--------------------------------------------------------------------*/
.page { text-align: center; overflow: hidden; font-size: 0; letter-spacing: 0; }

.page a { display: inline-block; vertical-align: top; border: solid 1px #D8D8D8; background-color: #fff; color: #666; min-width: 26px; height: 26px; line-height: 24px; margin: 0 6.5px 10px; font-size: 12px; font-size: 1.2rem; }

.page span { display: inline-block; vertical-align: top; color: #666; min-width: 26px; height: 26px; line-height: 24px; margin: 0 6.5px 10px; font-size: 12px; font-size: 1.2rem; }

.page a.prev, .page a.next { min-width: 61px; color: #333; }

.page a:hover, .page a.page-active { border-color: #9c4846; background:url(../images/symore2.jpg) repeat center; color: #FFFFFF !important; }

@media only screen and (max-width: 767px) { .page a { margin: 0 3px 10px; } }

.page .add-form { display: inline-block; vertical-align: top; margin-left: 5px; }

.page .add-form .add-btn { font-size: 12px; font-size: 1.2rem; text-align: center; min-width: 102px; padding: 0 10px; height: 26px; line-height: 26px; background:url(../images/cartjing.jpg) no-repeat center; color: #FFFFFF; cursor: pointer; }

.page .add-form .add-btn:hover { background-color: #333; }

/*-------------page-end--------------------------------------------------------------------*/
/*-------------contact start---------------------------------------------------------------*/
.contact-pc { position: fixed; z-index: 999; right: 0; width: 60px; }

.contact-pc li { position: relative; width: 100%; height: 60px; margin-bottom: 3px; border-radius: 0; background: #EFF1EF; }

.contact-pc li:hover {background:url(../images/sysendniu.jpg) no-repeat center;}

.contact-pc li:hover .iconfont { color: #fff; }

.contact-pc li a { display: block; height: 100%; width: 100%; text-align: center; line-height: 60px; cursor: pointer; }

.contact-pc li .iconfont { color: #666; font-size: 27px; font-size: 2.7rem; }

.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: 44px; left: 0; right: 0; display: none; z-index: 999; }

.contact-phone li { width: 20%; height: 100%; float: left; position: relative; background: #EFF1EF; }

.contact-phone li:hover { background:url(../images/sysendniu.jpg) no-repeat center; }

.contact-phone li:hover .iconfont { color: #fff; }

.contact-phone li a { display: block; height: 100%; width: 100%; text-align: center; line-height: 44px; cursor: pointer; }

.contact-phone li .iconfont { color: #666; font-size: 22px; font-size: 2.2rem; }

.contact-phone li .ewm { position: absolute; bottom: 44px; right: 50%; margin-right: -50px; display: none; max-width: 100px; width: 100px; height: 100px; }

@media only screen and (max-width: 767px) { .contact-pc { display: none; }
  .contact-phone { display: block; }
  body { padding-bottom: 44px; } }

/*-------------contact end-----------------------------------------------------------------*/
/*-------------pro-share start-------------------------------------------------------------*/
.pro-share { font-size: 0; letter-spacing: 0; }

.pro-share .share-title { margin-right: 8px; display: inline-block; *display: inline; *zoom: 1; line-height: 26px; font-size: 16px; font-size: 1.6rem; color: #888; }

@media only screen and (max-width: 767px) { .pro-share .share-title { font-size: 14px; font-size: 1.4rem; } }

.pro-share .share-pic { display: inline-block; *display: inline; *zoom: 1; vertical-align: top; height: 26px; }

/*-------------pro-share end---------------------------------------------------------------*/
/*-------------m-oths----------------------------------------------------------------------*/
.m-oths { margin-top: 33px; font-size: 20px; font-size: 2rem; }

.m-oths a { color: #333; }

.m-oths a:hover { color: #b60007; }

.m-oths .oths-item { line-height: 30px; margin-bottom: 6px; }

.m-oths .item-btn { float: left; color: #333; margin-right: 5px; }

.m-oths .item-info { overflow: hidden; color: #333; display: block; }

@media screen and (max-width: 1219px) { .m-oths { margin-top: 30px; font-size: 16px; font-size: 1.6rem; }
  .m-oths .oths-item { margin-bottom: 5px; line-height: 24px; } }

@media screen and (max-width: 991px) { .m-oths { margin-top: 20px; font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 767px) { .m-oths { margin-top: 20px; font-size: 12px; font-size: 1.2rem; }
  .m-oths .oths-item { margin-bottom: 5px; line-height: 20px; } }

/*-------------bread start-----------------------------------------------------------------*/
.page_banner { background: url(../images/page_banner.jpg) no-repeat center; background-size: cover; padding: 94px 0; text-align: center; min-height: 423px; margin-top: -3px; }

@media screen and (max-width: 1219px) { .page_banner { min-height: 350px; padding: 70px 0; } }

@media screen and (max-width: 991px) { .page_banner { padding: 50px 0; min-height: auto; } }

@media screen and (max-width: 767px) { .page_banner { padding: 30px 0; } }

.page_banner .item-title { font-family: "AachenBT-Roman", arial; font-size: 54px; font-size: 5.4rem; text-transform: uppercase; line-height: 1.3; color: #fff; position: relative; padding-bottom: 24px; }

.page_banner .item-title:before { position: absolute; content: ''; width: 180px; height: 7px; left: 0; right: 0; bottom: 0; margin: 0 auto; background-color: #fff; }

@media screen and (max-width: 1419px) { .page_banner .item-title { font-size: 46px; font-size: 4.6rem; } }

@media screen and (max-width: 1219px) { .page_banner .item-title { font-size: 38px; font-size: 3.8rem; padding-bottom: 20px; }
  .page_banner .item-title:before { width: 140px; height: 5px; } }

@media screen and (max-width: 991px) { .page_banner .item-title { font-size: 30px; font-size: 3rem; padding-bottom: 15px; }
  .page_banner .item-title:before { width: 100px; height: 4px; } }

@media screen and (max-width: 767px) { .page_banner .item-title { font-size: 20px; font-size: 2rem; padding-bottom: 10px; }
  .page_banner .item-title:before { width: 80px; height: 2px; } }

.page_banner .item-desc { max-width: 750px; margin: 38px auto 0; font-size: 18px; font-size: 1.8rem; line-height: 28px; color: #fff; }

@media screen and (max-width: 1219px) { .page_banner .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 26px; margin-top: 30px; } }

@media screen and (max-width: 991px) { .page_banner .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 24px; margin-top: 20px; } }

@media screen and (max-width: 767px) { .page_banner .item-desc { font-size: 12px; font-size: 1.2rem; line-height: 20px; margin-top: 15px; } }

.bread { background:url(../images/mianbaoxiejing.jpg) no-repeat center; font-size: 18px; font-size: 1.8rem; line-height: 24px; padding-top: 17px; padding-bottom: 17px; overflow: hidden; }

.bread, .bread a { color: #fff; }

.bread a:hover, .bread .bread-active { text-decoration: underline; }

@media screen and (max-width: 1219px) { .bread { font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 991px) { .bread { line-height: 20px; font-size: 14px; font-size: 1.4rem; padding-top: 15px; padding-bottom: 15px; } }

@media screen and (max-width: 767px) { .bread { font-size: 12px; font-size: 1.2rem; padding-top: 10px; padding-bottom: 10px; } }

.page_wrap { padding: 62px 0 125px; }

@media screen and (max-width: 1219px) { .page_wrap { padding: 50px 0 70px; } }

@media screen and (max-width: 991px) { .page_wrap { padding: 40px 0 50px; } }

@media screen and (max-width: 767px) { .page_wrap { padding: 30px 0; } }

/*-------------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-left: 113px; }

@media screen and (max-width: 1219px) { .search { margin-left: 40px; } }

@media screen and (max-width: 991px) { .search { margin-top: 15px; margin-left: 20px; } }

@media screen and (max-width: 767px) { .search { display: none; } }

.search .search-icon { cursor: pointer; display: block; }

.search .search-icon .iconfont { display: block; font-size: 22px; font-size: 2.2rem; color: #666; }

.search .search-box { display: none; overflow: hidden; position: absolute; top: 38px; right: -10px; z-index: 999; width: 250px; 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: 20px; font-size: 2rem; color: #fff; background:url(../images/symore.jpg) repeat center; 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 { /*border-bottom: solid 7px #606060;  767 navlist1 */background:url(../images/daohangjing.jpg) no-repeat bottom; }

@media screen and (max-width: 767px) { .header { border-bottom-width: 4px; } }

.header .item-wel { background:url(../images/topjing.jpg) no-repeat center; font-size: 20px; font-size: 2rem; line-height: 50px; text-align: center; color: #fff; }

@media screen and (max-width: 1219px) { .header .item-wel { line-height: 40px; font-size: 18px; font-size: 1.8rem; } }

@media screen and (max-width: 991px) { .header .item-wel { font-size: 16px; font-size: 1.6rem; line-height: 32px; } }

@media screen and (max-width: 767px) { .header .item-wel { display: none; } }

.header .h-top { padding-top: 8px; }

@media screen and (max-width: 767px) { .header .h-top { padding: 15px 0; } }

.header .h-top .item-text { font-size: 16px; font-size: 1.6rem; line-height: 24px; margin-left: 45px; }

.header .h-top .item-text a:hover { color: #b60007; }

.header .h-top .item-text .iconfont { margin-right: 5px; font-size: 18px; font-size: 1.8rem; }

@media screen and (max-width: 991px) { .header .h-top .item-text { font-size: 14px; font-size: 1.4rem; margin-left: 20px; margin-top: 15px; } }

@media screen and (max-width: 767px) { .header .h-top .item-text { display: none; } }

.header .h-top .logo { float: left; width: 232px; }

.header .h-top .logo img { display: block; }

@media screen and (max-width: 767px) { .header .h-top .logo { width: 150px; } }

.header .h-bot { padding-top: 21px; }

@media screen and (max-width: 767px) { .header .h-bot { display: none; } }

.header .h-bot .item-btn { display: inline-block; width: 175px; line-height: 38px; background:url(../images/sygetniu.jpg) no-repeat center; font-family: 'AcademicM54',arial; color: #fff; text-align: center; font-size: 20px; font-size: 2rem; text-transform: uppercase; border-radius: 4px; }



@media screen and (max-width: 1219px) { .header .h-bot .item-btn { font-size: 18px; font-size: 1.8rem; width: 160px; line-height: 36px; } }

@media screen and (max-width: 991px) { .header .h-bot .item-btn { font-size: 12px; font-size: 1.2rem; width: 76px; line-height: 30px; } }

@media screen and (max-width: 767px) { .header .h-bot .item-btn { display: none; } }

.header .navlist { float: left; font-size: 0; letter-spacing: 0; }

.header .navlist > li { position: relative; display: inline-block; vertical-align: top; margin-left: 40px; }

.header .navlist > li:first-child { margin-left: 0; }

.header .navlist > li > a { font-size: 20px; font-size: 2rem; font-weight: bold; display: block; position: relative; line-height: 30px; padding-bottom: 18px; }

.header .navlist > li > a:before { position: absolute; content: ''; width: 0; height: 0; background-color: #b60007; border-radius: 50%; left: 0; right: 0; margin: 0 auto; bottom: 6px; -webkit-transition: all .35s; -o-transition: all .35s; -moz-transition: all .35s; transition: all .35s; }

.header .navlist > li.nav-active > a, .header .navlist > li:hover > a { color: #b60007; }

.header .navlist > li.nav-active > a:before, .header .navlist > li:hover > a:before { width: 9px; height: 9px; }

@media screen and (max-width: 1219px) { .header .navlist > li { margin-left: 16px; }
  .header .navlist > li > a { font-size: 18px; font-size: 1.8rem; } }

@media screen and (max-width: 991px) { .header .navlist > li { margin-left: 13px; }
  .header .navlist > li > a { font-size: 14px; font-size: 1.4rem; font-family: arial, helvetica, sans-serif; }
  
  }

@media screen and (max-width: 767px) { .header .navlist { display: none; } }

.header .navlist li:hover .yiji { -webkit-transform: translateY(0px); -moz-transform: translateY(0px); -ms-transform: translateY(0px); -o-transform: translateY(0px); transform: translateY(0px); visibility: visible; opacity: 1; }

.header .yiji { z-index: 99; position: absolute; top: 100%; width: 274px; left: 0; display: block; visibility: hidden; opacity: 0; -webkit-transform: translateY(30px); -moz-transform: translateY(30px); -ms-transform: translateY(30px); -o-transform: translateY(30px); transform: translateY(30px); -webkit-transform-origin: top; -moz-transform-origin: top; -ms-transform-origin: top; -o-transform-origin: top; transform-origin: top; -webkit-transition: all 400ms ease; -o-transition: all 400ms ease; -moz-transition: all 400ms ease; transition: all 400ms ease; }

.header .yiji li { position: relative; text-align: left; background-color: #fff; }

.header .yiji li > a { display: block; line-height: 20px; padding: 10px 15px; font-size: 16px; font-size: 1.6rem; }

.header .yiji li:hover > a { background:url(../images/projing2.jpg) no-repeat center; color: #fff; }

.header .yiji li:hover .erji { -webkit-transform: translateY(0px); -moz-transform: translateY(0px); -ms-transform: translateY(0px); -o-transform: translateY(0px); transform: translateY(0px); visibility: visible; opacity: 1; }

@media screen and (max-width: 1219px) { .header .yiji li > a { font-size: 14px; font-size: 1.4rem; padding: 8px 15px; } }

@media screen and (max-width: 991px) { .header .yiji { display: none; } }

.header .erji li:hover .sanji { -webkit-transform: translateY(0px); -moz-transform: translateY(0px); -ms-transform: translateY(0px); -o-transform: translateY(0px); transform: translateY(0px); visibility: visible; opacity: 1; }

.header .erji, .header .sanji { position: absolute; left: 100%; top: 0; border-left: solid 2px transparent; width: 200px; display: block; visibility: hidden; opacity: 0; -webkit-transform: translateY(30px); -moz-transform: translateY(30px); -ms-transform: translateY(30px); -o-transform: translateY(30px); transform: translateY(30px); -webkit-transform-origin: top; -moz-transform-origin: top; -ms-transform-origin: top; -o-transform-origin: top; transform-origin: top; -webkit-transition: all 400ms ease; -o-transition: all 400ms ease; -moz-transition: all 400ms ease; transition: all 400ms ease; }

.header .navlist1 { display: none; width: 100%; }

.header .navlist1 > li { float: left; width: 25%; text-align: center; }

.header .navlist1 > li > a { display: inline-block; position: relative; line-height: 24px; text-transform: uppercase; padding: 0 0 10px; }

.header .navlist1 > li.nav-active > a, .header .navlist1 > li:hover > a { color: #333; }

@media screen and (max-width: 767px) { .header .navlist1 { display: block; } }

/*-------------header end------------------------------------------------------------------*/
/*-------------footer start----------------------------------------------------------------*/
.footer { /* WebKit browsers */ /* Mozilla Firefox 4 to 18 */ /* Mozilla Firefox 19+ */ /* Internet Explorer 10+ */ }

.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; }

.footer .f-top { background:url(../images/syconjing.jpg) no-repeat center; padding: 48px 0 34px; }

@media screen and (max-width: 991px) { .footer .f-top { padding: 30px 0; } }

@media screen and (max-width: 767px) { .footer .f-top { padding: 10px 0; } }

.footer .f-top .item-form { float: right; width: 522px; position: relative; margin-top: 6px; }

.footer .f-top .item-form input { height: 73px; line-height: 73px; font-size: 16px; font-size: 1.6rem; }

.footer .f-top .item-form .item-input { width: 100%; background-color: #fff; padding: 0 150px 0 17px; }

.footer .f-top .item-form .item-btn { text-align: center; position: absolute; right: 0; top: 0; width: 147px; background:url(../images/sysendniu.jpg) no-repeat center; color: #fff; text-transform: uppercase; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; }

.footer .f-top .item-form .item-btn:hover { background-color: #000; }

@media screen and (max-width: 1219px) { .footer .f-top .item-form { width: 450px; }
  .footer .f-top .item-form input { height: 60px; line-height: 60px; } }

@media screen and (max-width: 991px) { .footer .f-top .item-form { max-width: 100%; float: none; margin: 0 auto; }
  .footer .f-top .item-form input { height: 48px; line-height: 48px; font-size: 14px; font-size: 1.4rem; }
  .footer .f-top .item-form .item-input { padding: 0 100px 0 10px; }
  .footer .f-top .item-form .item-btn { width: 98px; } }

@media screen and (max-width: 767px) { .footer .f-top .item-form input { height: 38px; line-height: 38px; font-size: 12px; font-size: 1.2rem; }
  .footer .f-top .item-form .item-input { padding: 0 70px 0 10px; }
  .footer .f-top .item-form .item-btn { width: 68px; } }

.footer .f-top .item-body { float: left; text-align: center; }

@media screen and (max-width: 991px) { .footer .f-top .item-body { float: none; } }

.footer .f-top .item-title { font-size: 32px; font-size: 3.2rem; line-height: 1.3; font-family: "AachenBT-Roman", arial;color: #fff; }

@media screen and (max-width: 1219px) { .footer .f-top .item-title { font-size: 28px; font-size: 2.8rem; } }

@media screen and (max-width: 991px) { .footer .f-top .item-title { font-size: 24px; font-size: 2.4rem; margin-top: 15px; } }

@media screen and (max-width: 767px) { .footer .f-top .item-title { font-size: 18px; font-size: 1.8rem; } }

@media screen and (max-width: 480px) { .footer .f-top .item-title { font-size: 16px; font-size: 1.6rem; } }

.footer .f-top .item-follow { font-size: 0; letter-spacing: 0; margin-top: 23px; }

@media screen and (max-width: 1219px) { .footer .f-top .item-follow { margin-top: 15px; } }

.footer .f-top .item-follow > a { display: inline-block; vertical-align: top; width: 44px; height: 44px; line-height: 44px; font-size: 28px; font-size: 2.8rem; text-align: center; border-radius: 50%; margin-left: 23px; color: #fff; }

.footer .f-top .item-follow > a:hover { background-color: #fff; color: #b60007; }

.footer .f-top .item-follow > a:first-child { margin-left: 0; }

@media screen and (max-width: 1219px) { .footer .f-top .item-follow > a { width: 40px; height: 40px; line-height: 40px; font-size: 24px; font-size: 2.4rem; margin-left: 15px; } }

@media screen and (max-width: 991px) { .footer .f-top .item-follow > a { width: 32px; height: 32px; line-height: 32px; font-size: 20px; font-size: 2rem; } }

@media screen and (max-width: 767px) { .footer .f-top .item-follow > a { width: 28px; height: 28px; line-height: 28px; font-size: 18px; font-size: 1.8rem; margin-left: 10px; } }

.footer .f-middle { padding: 17px 0 8px; }

@media screen and (max-width: 1219px) { .footer .f-middle { padding: 10px 0 30px; } }

@media screen and (max-width: 767px) { .footer .f-middle { display: none; } }

.footer .f-middle .wp { font-size: 0; letter-spacing: 0; }

.footer .f-middle .flist { display: inline-block; vertical-align: top; width: 25%; font-size: 18px; font-size: 1.8rem; line-height: 36px; margin-top: 46px; padding-right: 15px; }

.footer .f-middle .flist, .footer .f-middle .flist a { color: #666; }

.footer .f-middle .flist a:hover { color: #606060; }

@media screen and (max-width: 1219px) { .footer .f-middle .flist { font-size: 16px; font-size: 1.6rem; line-height: 30px; margin-top: 35px; } }

@media screen and (max-width: 991px) { .footer .f-middle .flist { font-size: 14px; font-size: 1.4rem; line-height: 24px; padding-right: 10px; margin-top: 25px; } }

.footer .f-middle .footer-title { margin-bottom: 19px; font-size: 26px; font-size: 2.6rem; text-transform: uppercase; font-family: "AachenBT-Roman", arial; }

.footer .f-middle .footer-title, .footer .f-middle .footer-title a { color: #333; }

.footer .f-middle .footer-title a:hover { color: #606060; }

@media screen and (max-width: 1219px) { .footer .f-middle .footer-title { margin-bottom: 15px; font-size: 24px; font-size: 2.4rem; } }

@media screen and (max-width: 991px) { .footer .f-middle .footer-title { font-size: 20px; font-size: 2rem; margin-bottom: 10px; } }

@media screen and (max-width: 767px) { .footer .f-middle .footer-title { font-size: 18px; font-size: 1.8rem; } }

.footer .f-middle .item-img { max-width: 208px; }

.footer .f-middle .item-img img { display: block; width: 100%; }

@media screen and (max-width: 1219px) { .footer .f-middle .item-img { width: 150px; } }

@media screen and (max-width: 991px) { .footer .f-middle .item-img { width: 130px; } }

.footer .f-bot { padding: 32px 0 2px; background:url(../images/footjing.jpg) no-repeat center; font-size: 14px; font-size: 1.4rem; line-height: 25px; }

.footer .f-bot, .footer .f-bot a { color: #fff; }

.footer .f-bot a:hover { color: #b60007; }

@media screen and (max-width: 1219px) { .footer .f-bot { padding: 20px 0; line-height: 24px; } }

@media screen and (max-width: 767px) { .footer .f-bot { padding: 0 0 20px; line-height: 20px; text-align: center; }
  .footer .f-bot .links, .footer .f-bot .keywords { display: none; } }

.footer .links a { display: inline-block; margin-right: 30px; }

/*-------------footer end------------------------------------------------------------------*/
/*-------------index start-----------------------------------------------------------------*/
.index-item { text-align: center; }

.index-item .item-title { font-family: "AachenBT-Roman", arial; font-size: 50px; font-size: 5rem; letter-spacing: 6px; line-height: 1.3; }

.index-item .item-title a { display: inline-block; }

@media screen and (max-width: 1419px) { .index-item .item-title { font-size: 42px; font-size: 4.2rem; letter-spacing: 5px; } }

@media screen and (max-width: 1219px) { .index-item .item-title { font-size: 34px; font-size: 3.4rem; letter-spacing: 4px; } }

@media screen and (max-width: 991px) { .index-item .item-title { font-size: 28px; font-size: 2.8rem; letter-spacing: 3px; } }

@media screen and (max-width: 767px) { .index-item .item-title { font-size: 22px; font-size: 2.2rem; letter-spacing: 1px; } }

.index-item .item-desc { margin-top: 2px; font-size: 18px; font-size: 1.8rem; line-height: 24px; }

.index-item .item-desc a { display: inline-block; }

@media screen and (max-width: 1219px) { .index-item .item-desc { font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 991px) { .index-item .item-desc { font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 767px) { .index-item .item-desc { font-size: 12px; font-size: 1.2rem; line-height: 20px; } }

.index-btn { display: inline-block; min-width: 162px; line-height: 37px; background:url(../images/symore.jpg) no-repeat center;  color: #fff; font-size: 16px; font-size: 1.6rem; text-align: left; position: relative; padding: 0 22px 0 19px; }
.index-btn:hover { background: url(../images/symore2.jpg) no-repeat center;}
.index-btn .iconfont { font-size: 13px; font-size: 1.3rem; color: #fff; position: absolute; right: 10px; }

.index-btn:before { background-color: #333; }

@media screen and (max-width: 1219px) { .index-btn { min-width: 140px; line-height: 34px; } }

@media screen and (max-width: 991px) { .index-btn { font-size: 14px; font-size: 1.4rem; min-width: 130px; line-height: 32px; } }

@media screen and (max-width: 767px) { .index-btn { font-size: 12px; font-size: 1.2rem; min-width: 99px; line-height: 28px; padding: 0 15px; }
  .index-btn .iconfont { right: 5px; font-size: 12px; font-size: 1.2rem; } }

.index-cate { padding-top: 56px; }

@media screen and (max-width: 991px) { .index-cate { padding-top: 50px; } }

@media screen and (max-width: 767px) { .index-cate { padding-top: 30px; } }

.index-cate .index-item { margin-bottom: 30px; }

@media screen and (max-width: 767px) { .index-cate .index-item { margin-bottom: 20px; } }

.index-cate .box-list { font-size: 0; letter-spacing: 0; }

.index-cate .box-list .list-item { display: inline-block; vertical-align: top; width: 25%; text-align: center; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; }

.index-cate .box-list .list-item:hover { background:url(../images/projing2.jpg) no-repeat bottom }

.index-cate .box-list .list-item:hover .item-subt, .index-cate .box-list .list-item:hover .item-subt a, .index-cate .box-list .list-item:hover .item-desc, .index-cate .box-list .list-item:hover .item-desc a { color: #fff !important; }

.index-cate .box-list .list-item:hover .index-btn { border-color: #000 !important; background-color: #000 \9; color: #fff !important; }

.index-cate .box-list .list-item:hover .index-btn .iconfont { color: #fff !important; }

.index-cate .box-list .list-item:hover .index-btn:before { background-color: #b60007; height: 500%; opacity: 1; filter: alpha(opacity=100); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

@media screen and (max-width: 767px) { .index-cate .box-list .list-item { width: 50%; } }

.index-cate .box-list .item-title { font-size: 22px; font-size: 2.2rem;/*text-transform: uppercase; */line-height: 56px; padding: 0 5px; background-color: #606060; }
.index-cate .box-list .item-title a{color: #fff;}
.index-cate .box-list .item-title:hover{ background:url(../images/syprojing.jpg) no-repeat center; }
.index-cate .box-list .item-title, .index-cate .box-list .item-title a:hover { color: #fff!important; }

@media screen and (max-width: 1419px) { .index-cate .box-list .item-title { font-size: 20px; font-size: 2rem; line-height: 48px; } }

@media screen and (max-width: 1219px) { .index-cate .box-list .item-title { font-size: 18px; font-size: 1.8rem; line-height: 42px; } }

@media screen and (max-width: 991px) { .index-cate .box-list .item-title { font-size: 16px; font-size: 1.6rem; line-height: 36px; } }

@media screen and (max-width: 767px) { .index-cate .box-list .item-title { font-size: 14px; font-size: 1.4rem; line-height: 30px; } }

.index-cate .box-list .item-pic { border: solid 1px #BFBFBF; }

.index-cate .box-list .item-body { border: solid 1px #BFBFBF; border-top: 0; padding: 33px 13.54167% 14px;  }
.index-cate .box-list .item-body:hover { background:url(../images/projing2.jpg) no-repeat bottom }

@media screen and (max-width: 1619px) { .index-cate .box-list .item-body { padding: 33px 6.25% 14px; } }

@media screen and (max-width: 1419px) { .index-cate .box-list .item-body { padding: 20px 3.125% 14px; } }

@media screen and (max-width: 1219px) { .index-cate .box-list .item-body { padding: 15px 10px 14px; } }

.index-cate .box-list .item-subt { font-family: "AachenBT-Roman", arial; font-size: 22px; font-size: 2.2rem; letter-spacing: 1px; line-height: 30px; height: 60px; }

@media screen and (max-width: 1419px) { .index-cate .box-list .item-subt { font-size: 20px; font-size: 2rem; } }

@media screen and (max-width: 1219px) { .index-cate .box-list .item-subt { font-size: 18px; font-size: 1.8rem; line-height: 26px; height: 52px; } }

@media screen and (max-width: 991px) { .index-cate .box-list .item-subt { font-size: 16px; font-size: 1.6rem; line-height: 22px; height: 44px; letter-spacing: 0; } }

@media screen and (max-width: 767px) { .index-cate .box-list .item-subt { font-size: 14px; font-size: 1.4rem; line-height: 20px; height: 40px; letter-spacing: 0; } }

.index-cate .box-list .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 28px; height: 56px; margin-top: 7px; }

@media screen and (max-width: 1219px) { .index-cate .box-list .item-desc { line-height: 22px; height: 44px; } }

@media screen and (max-width: 991px) { .index-cate .box-list .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 20px; height: 40px; margin-top: 5px; } }

@media screen and (max-width: 767px) { .index-cate .box-list .item-desc { font-size: 12px; font-size: 1.2rem; line-height: 18px; height: 36px; margin-top: 3px; } }

.index-cate .box-list .index-btn { margin-top: 20px; }

@media screen and (max-width: 1219px) { .index-cate .box-list .index-btn { margin-top: 15px; } }

@media screen and (max-width: 991px) { .index-cate .box-list .index-btn { margin-top: 10px; } }

@media screen and (max-width: 767px) { .index-cate .box-list .index-btn { margin-top: 5px; } }

.index-company { padding-top: 58px; }

@media screen and (max-width: 991px) { .index-company { padding-top: 50px; } }

@media screen and (max-width: 767px) { .index-company { padding-top: 30px; } }

.index-company .index-item { margin-bottom: 62px; }

@media screen and (max-width: 1419px) { .index-company .index-item { margin-bottom: 50px; } }

@media screen and (max-width: 1219px) { .index-company .index-item { margin-bottom: 40px; } }

@media screen and (max-width: 991px) { .index-company .index-item { margin-bottom: 30px; } }

@media screen and (max-width: 767px) { .index-company .index-item { margin-bottom: 20px; } }

.index-company .company-owl { width: 50%; float: left; position: relative; }

@media screen and (max-width: 991px) { .index-company .company-owl { width: 100%; float: none; } }

.index-company .company-owl .owl-buttons { display: none !important; }

.index-company .company-owl .owl-btns { font-size: 0; letter-spacing: 0; position: absolute; right: 12px; bottom: 14px; }

@media screen and (max-width: 1219px) { .index-company .company-owl .owl-btns { bottom: 10px; right: 10px; } }

.index-company .company-owl .owl-btns .owl-btn { display: inline-block; vertical-align: top; font-size: 22px; font-size: 2.2rem; background-color: #606060; color: #fff; width: 40px; height: 40px; line-height: 40px; text-align: center; cursor: pointer; }

.index-company .company-owl .owl-btns .owl-btn:hover { background-color: #333; }

.index-company .company-owl .owl-btns .owl-btn.disabled { opacity: 0.2; filter: alpha(opacity=20); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)"; cursor: auto; }

@media screen and (max-width: 1419px) { .index-company .company-owl .owl-btns .owl-btn { width: 36px; height: 36px; line-height: 36px; font-size: 20px; font-size: 2rem; } }

@media screen and (max-width: 1219px) { .index-company .company-owl .owl-btns .owl-btn { width: 30px; height: 30px; line-height: 30px; font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 767px) { .index-company .company-owl .owl-btns .owl-btn { width: 24px; height: 24px; line-height: 24px; font-size: 14px; font-size: 1.4rem; } }

.index-company .company-owl .owl-btns .item-prev { margin-right: 18px; }

@media screen and (max-width: 1419px) { .index-company .company-owl .owl-btns .item-prev { margin-right: 10px; } }

.index-company .box-body { background-color: #EFEFEF; position: relative; }

.index-company .box-item { position: absolute; top: 0; bottom: 0; width: 600px; left: 50%; padding-left: 3.33333%; }

@media screen and (max-width: 1219px) { .index-company .box-item { width: 480px; padding-left: 2.60417%; } }

@media screen and (max-width: 991px) { .index-company .box-item { position: relative; width: 100%; padding: 0; left: 0; padding: 30px 15px; } }

@media screen and (max-width: 767px) { .index-company .box-item { padding: 20px 15px; } }

.index-company .box-item .item-title { font-family: "AachenBT-Roman", arial; font-size: 60px; font-size: 6rem; text-transform: uppercase; line-height: 1.3; }

.index-company .box-item .item-title span { color: #606060; -webkit-transition: all .35s; -o-transition: all .35s; -moz-transition: all .35s; transition: all .35s; }

.index-company .box-item .item-title a:hover span { color: #333; }

@media screen and (max-width: 1619px) { .index-company .box-item .item-title { font-size: 50px; font-size: 5rem; } }

@media screen and (max-width: 1419px) { .index-company .box-item .item-title { font-size: 42px; font-size: 4.2rem; } }

@media screen and (max-width: 1219px) { .index-company .box-item .item-title { font-size: 34px; font-size: 3.4rem; } }

@media screen and (max-width: 991px) { .index-company .box-item .item-title { font-size: 28px; font-size: 2.8rem; } }

@media screen and (max-width: 767px) { .index-company .box-item .item-title { font-size: 20px; font-size: 2rem; } }

.index-company .box-item .item-subt { margin-top: 12px; font-size: 24px; font-size: 2.4rem; line-height: 1.3; position: relative; padding-bottom: 24px; }

.index-company .box-item .item-subt:before { position: absolute; content: ''; width: 84px; height: 2px; background-color: #606060; bottom: 0; left: 0; }

.index-company .box-item .item-subt a { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

@media screen and (max-width: 1619px) { .index-company .box-item .item-subt { margin-top: 5px; padding-bottom: 14px; } }

@media screen and (max-width: 1419px) { .index-company .box-item .item-subt { font-size: 22px; font-size: 2.2rem; padding-bottom: 10px; } }

@media screen and (max-width: 1219px) { .index-company .box-item .item-subt { font-size: 18px; font-size: 1.8rem; } }

@media screen and (max-width: 991px) { .index-company .box-item .item-subt { font-size: 16px; font-size: 1.6rem; margin-top: 10px; } }

@media screen and (max-width: 767px) { .index-company .box-item .item-subt { font-size: 14px; font-size: 1.4rem; } }

.index-company .box-item .item-desc { margin-top: 47px; font-size: 16px; font-size: 1.6rem; line-height: 28px; height: 224px; }

.index-company .box-item .item-desc p { min-height: 28px; }

.index-company .box-item .item-desc, .index-company .box-item .item-desc a { color: #333; }

@media screen and (max-width: 1619px) { .index-company .box-item .item-desc { margin-top: 20px; } }

@media screen and (max-width: 1419px) { .index-company .box-item .item-desc { line-height: 24px; height: 192px; }
  .index-company .box-item .item-desc p { min-height: 24px; } }

@media screen and (max-width: 1219px) { .index-company .box-item .item-desc { margin-top: 15px; font-size: 14px; font-size: 1.4rem; line-height: 20px; height: 140px; }
  .index-company .box-item .item-desc p { min-height: 20px; } }

@media screen and (max-width: 991px) { .index-company .box-item .item-desc { height: auto; } }

@media screen and (max-width: 767px) { .index-company .box-item .item-desc { font-size: 12px; font-size: 1.2rem; } }

.index-company .box-item .index-btn { margin-top: 68px; }

@media screen and (max-width: 1719px) { .index-company .box-item .index-btn { margin-top: 30px; } }

@media screen and (max-width: 1419px) { .index-company .box-item .index-btn { margin-top: 20px; } }

@media screen and (max-width: 1219px) { .index-company .box-item .index-btn { margin-top: 15px; } }

.index-probox { background: url(../images/bg2.jpg) no-repeat center; background-attachment: fixed; position: relative; text-align: center; padding: 56px 0 48px; }

.index-probox:before { position: absolute; content: ''; top: 0; bottom: 0; left: 0; right: 0; background: url(../images/bg2.jpg) no-repeat center; background-size: cover; z-index: -1; }

@media screen and (max-width: 991px) { .index-probox { padding: 50px 0 30px; } }

@media screen and (max-width: 767px) { .index-probox { padding: 30px 0 20px; } }

.index-probox .index-btn { margin-top: 4px; margin-bottom: 55px; }

@media screen and (max-width: 991px) { .index-probox .index-btn { margin-bottom: 50px; } }

@media screen and (max-width: 767px) { .index-probox .index-btn { margin-bottom: 30px; margin-top: 15px; } }

.index-probox .box-list { font-size: 0; letter-spacing: 0; text-align: left; padding-top: 20px; }

@media screen and (max-width: 767px) { .index-probox .box-list { padding-top: 10px; } }

.index-probox .box-list .list-item { display: inline-block; vertical-align: top; width: 24.84375%; margin-left: 0.20833%; margin-top: 31px; margin-bottom: 31px; }

.index-probox .box-list .list-item:hover .item-title { background-color: #b60007; }

.index-probox .box-list .list-item:hover .item-title, .index-probox .box-list .list-item:hover .item-title a { color: #fff !important; }

@media screen and (max-width: 1419px) { .index-probox .box-list .list-item { margin-top: 20px; margin-bottom: 20px; } }

@media screen and (max-width: 1219px) { .index-probox .box-list .list-item { margin-top: 15px; margin-bottom: 15px; } }

@media screen and (max-width: 767px) { .index-probox .box-list .list-item { margin-top: 10px; margin-bottom: 10px; } }

@media screen and (max-width: 640px) { .index-probox .box-list .list-item { width: 32.33%; margin: 10px 0.5% !important; } }

@media screen and (max-width: 480px) { .index-probox .box-list .list-item { width: 49%; margin: 10px 0.5% !important; } }

.index-probox .box-list .item-title { text-align: center; font-size: 22px; font-size: 2.2rem; text-transform: uppercase; line-height: 60px; padding: 0 5px; background:url(../images/projing2.jpg) no-repeat center; -webkit-transition: all .35s; -o-transition: all .35s; -moz-transition: all .35s; transition: all .35s; }

.index-probox .box-list .item-title, .index-probox .box-list .item-title a { color: #fff; }

@media screen and (max-width: 1419px) { .index-probox .box-list .item-title { font-size: 20px; font-size: 2rem; line-height: 48px; } }

@media screen and (max-width: 1219px) { .index-probox .box-list .item-title { font-size: 18px; font-size: 1.8rem; line-height: 42px; } }

@media screen and (max-width: 991px) { .index-probox .box-list .item-title { font-size: 16px; font-size: 1.6rem; line-height: 36px; } }

@media screen and (max-width: 767px) { .index-probox .box-list .item-title { font-size: 14px; font-size: 1.4rem; line-height: 28px; } }

.index-news .page { margin-top: 45px; }

@media screen and (max-width: 767px) { .index-news .page { margin-top: 10px; } }

.index-news .box-list { font-size: 0; letter-spacing: 0; }

@media screen and (max-width: 767px) { .index-news .box-list { padding: 0 10px 10px; } }

.index-news .box-list .list-item { position: relative; display: inline-block; vertical-align: top; width: 100%; }

@media screen and (max-width: 767px) { .index-news .box-list .list-item { width: 48%; margin: 0 1% 20px; } }

.index-news .box-list .item1 .item-pic { float: left; }

.index-news .box-list .item1 .item-body { left: 50%; }

.index-news .box-list .item1 .item-table { padding-left: 5.20833%; }

.index-news .box-list .item2 .item-pic { float: right; }

.index-news .box-list .item2 .item-body { right: 50%; }

.index-news .box-list .item2 .item-table { float: right; padding-right: 5.20833%; }

@media screen and (max-width: 767px) { .index-news .box-list .item2 .item-table { float: none; } }

.index-news .box-list .item-pic { width: 50%; }

@media screen and (max-width: 767px) { .index-news .box-list .item-pic { float: none !important; width: 100%; } }

.index-news .box-list .item-body { border: solid 1px #BFBFBF; position: absolute; top: 0; bottom: 0; width: 50%; }

@media screen and (max-width: 767px) { .index-news .box-list .item-body { position: relative; width: 100%; left: 0 !important; right: 0 !important; } }

.index-news .box-list .item-table { width: 600px; }

@media screen and (max-width: 1219px) { .index-news .box-list .item-table { width: 480px; } }

@media screen and (max-width: 991px) { .index-news .box-list .item-table { width: 360px; } }

@media screen and (max-width: 767px) { .index-news .box-list .item-table { width: 100%; padding: 15px 8px !important; } }

.index-news .box-list .item-title { font-size: 22px; font-size: 2.2rem; line-height: 1.3; }

@media screen and (max-width: 1419px) { .index-news .box-list .item-title { font-size: 20px; font-size: 2rem; } }

@media screen and (max-width: 1219px) { .index-news .box-list .item-title { font-size: 18px; font-size: 1.8rem; } }

@media screen and (max-width: 991px) { .index-news .box-list .item-title { font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 767px) { .index-news .box-list .item-title { font-size: 14px; font-size: 1.4rem; } }

.index-news .box-list .item-date { margin-top: 22px; display: inline-block; border-radius: 4px; background-color: #EEEEEE; line-height: 30px; font-size: 14px; font-size: 1.4rem; color: #666; padding: 0 12px 0 6px; }

.index-news .box-list .item-date .iconfont { font-size: 18px; font-size: 1.8rem; margin-right: 10px; }

@media screen and (max-width: 1419px) { .index-news .box-list .item-date { margin-top: 15px; } }

@media screen and (max-width: 1219px) { .index-news .box-list .item-date { line-height: 26px; font-size: 12px; font-size: 1.2rem; }
  .index-news .box-list .item-date .iconfont { font-size: 16px; font-size: 1.6rem; margin-right: 5px; } }

@media screen and (max-width: 991px) { .index-news .box-list .item-date { margin-top: 10px; line-height: 24px; } }

@media screen and (max-width: 767px) { .index-news .box-list .item-date { margin-top: 5px; padding: 0 6px; line-height: 22px; }
  .index-news .box-list .item-date .iconfont { font-size: 12px; font-size: 1.2rem; margin-right: 0; } }

.index-news .box-list .item-desc { margin-top: 28px; font-size: 16px; font-size: 1.6rem; line-height: 28px; height: 56px; }

@media screen and (max-width: 1419px) { .index-news .box-list .item-desc { margin-top: 20px; } }

@media screen and (max-width: 1219px) { .index-news .box-list .item-desc { margin-top: 15px; line-height: 24px; height: 48px; } }

@media screen and (max-width: 991px) { .index-news .box-list .item-desc { margin-top: 10px; line-height: 22px; height: 44px; font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 767px) { .index-news .box-list .item-desc { margin-top: 5px; font-size: 12px; font-size: 1.2rem; line-height: 20px; height: 40px; } }

.index-news .box-list .index-btn { margin-top: 89px; background-color: #b60007; }

.index-news .box-list .index-btn:before { background-color: #666; }

@media screen and (max-width: 1519px) { .index-news .box-list .index-btn { margin-top: 40px; } }

@media screen and (max-width: 1419px) { .index-news .box-list .index-btn { margin-top: 30px; } }

@media screen and (max-width: 1219px) { .index-news .box-list .index-btn { margin-top: 20px; } }

@media screen and (max-width: 991px) { .index-news .box-list .index-btn { margin-top: 10px; } }

/*-------------index end-------------------------------------------------------------------*/
/*-------------1-1-products start----------------------------------------------------------*/
.pro_wrap { background-color: #FAFAFA; }

.pro1-cate { font-size: 0; letter-spacing: 0; margin-bottom: 14px; }

@media screen and (max-width: 991px) { .pro1-cate { display: none; } }

.pro1-cate > li { display: inline-block; vertical-align: top; width: 19.66667%; margin: 0 0.16667% 5px; height: 48px; border-radius: 4px; padding: 4px; background:url(../images/catejing.jpg) no-repeat center; }

.pro1-cate > li > a { font-size: 18px; font-size: 1.8rem; color: #fff; height: 40px; line-height: 20px; border-radius: 4px; overflow: hidden; display: table-cell; vertical-align: middle; width: 1000px; text-align: center; }

.pro1-cate > li.active, .pro1-cate > li:hover { background:url(../images/mianbaoxiejing.jpg) repeat center; }

@media screen and (max-width: 1219px) { .pro1-cate > li > a { font-size: 16px; font-size: 1.6rem; } }

.pro1-cateinfo { margin-bottom: 39px; font-size: 16px; font-size: 1.6rem; line-height: 30px; }

.pro1-cateinfo p { min-height: 30px; }

.pro1-cateinfo, .pro1-cateinfo a { color: #666; }

@media screen and (max-width: 1219px) { .pro1-cateinfo { font-size: 14px; font-size: 1.4rem; line-height: 26px; }
  .pro1-cateinfo p { min-height: 26px; } }

@media screen and (max-width: 991px) { .pro1-cateinfo { margin-bottom: 30px; line-height: 22px; }
  .pro1-cateinfo p { min-height: 22px; } }

@media screen and (max-width: 767px) { .pro1-cateinfo { margin-bottom: 20px; font-size: 12px; font-size: 1.2rem; line-height: 20px; }
  .pro1-cateinfo p { min-height: 20px; } }

.pro1-list { font-size: 0; letter-spacing: 0; }

@media screen and (max-width: 767px) { .pro1-list { padding-bottom: 10px; } }

.pro1-list .list-item { display: inline-block; vertical-align: top; width: 32.5%; margin-left: 1.25%; margin-bottom: 73px; }

.pro1-list .list-item:hover .item-title { background-color: #b60007; }

.pro1-list .list-item:hover .item-title, .pro1-list .list-item:hover .item-title a { color: #fff !important; }

.pro1-list .list-item:hover .item-btn { border-color: #b60007 !important; background-color: #b60007 \9; color: #fff !important; }

.pro1-list .list-item:hover .item-btn .iconfont { color: #fff !important; }

.pro1-list .list-item:hover .item-btn:before { height: 500%; opacity: 1; filter: alpha(opacity=100); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

@media screen and (max-width: 1219px) { .pro1-list .list-item { margin-bottom: 40px; } }

@media screen and (max-width: 991px) { .pro1-list .list-item { margin-bottom: 30px; } }

@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-left: 1%; margin-right: 1%; } }

.pro1-list .item-title { text-align: center; font-size: 18px; font-size: 1.8rem; line-height: 30px; padding: 0 5px; background:url(../images/projing2.jpg) no-repeat center; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; }

.pro1-list .item-title, .pro1-list .item-title a { color: #fff; }

@media screen and (max-width: 991px) { .pro1-list .item-title { font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 767px) { .pro1-list .item-title { font-size: 14px; font-size: 1.4rem; line-height: 26px; } }

.pro1-list .item-btnbox { font-size: 0; letter-spacing: 0; margin-top: 21px; text-align: center; }

.pro1-list .item-btnbox > * { display: inline-block; vertical-align: middle; }

.pro1-list .item-btnbox input { margin-right: 5px; }

@media screen and (max-width: 991px) { .pro1-list .item-btnbox { margin-top: 15px; } }

@media screen and (max-width: 767px) { .pro1-list .item-btnbox { margin-top: 10px; } }

.pro1-list .item-btn { text-align: center; min-width: 137px; line-height: 30px; padding: 0 5px; font-size: 18px; font-size: 1.8rem; background:url(../images/inquirejing.jpg) no-repeat center; color: #fff; }

@media screen and (max-width: 1219px) { .pro1-list .item-btn { font-size: 16px; font-size: 1.6rem; min-width: 120px; } }

@media screen and (max-width: 991px) { .pro1-list .item-btn { font-size: 14px; font-size: 1.4rem; min-width: 100px; } }

@media screen and (max-width: 767px) { .pro1-list .item-btn { font-size: 12px; font-size: 1.2rem; line-height: 26px; min-width: 80px; } }

.slide-title { font-size: 18px; font-size: 1.8rem; font-family: "AachenBT-Roman", arial; text-transform: uppercase; position: relative; background:url(../images/sysendniu.jpg) repeat-x center; color: #fff; line-height: 38px; padding: 0 30px 0 10px; }

.slide-title .iconfont { position: absolute; right: 10px; top: 0; font-size: 24px; font-size: 2.4rem; }

/* proslide start */
.proslide { display: none; margin-bottom: 20px; }

@media screen and (max-width: 991px) { .proslide { display: block; } }

@media screen and (max-width: 991px) { .proslide .yiji-list { display: none; } }

.proslide .yiji-list > li { margin-top: 5px; }

.proslide .yiji-list > li > a { display: block; font-size: 16px; font-size: 1.6rem; line-height: 20px; padding: 12px 30px 12px 14px; position: relative; background:url(../images/sysendniu.jpg) repeat-x center; color: #fff; overflow: hidden; }

.proslide .yiji-list > li > a:before { font-family: "iconfont" !important; font-size: 14px; font-size: 1.4rem; font-style: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; position: absolute; content: '\e725'; right: 11px; top: 12px; color: #fff; display: block; -webkit-transition: all .35s; -o-transition: all .35s; -moz-transition: all .35s; transition: all .35s; }

@media screen and (max-width: 1219px) { .proslide .yiji-list > li > a { font-size: 14px; font-size: 1.4rem; padding-top: 10px; padding-bottom: 10px; padding-left: 10px; }
  .proslide .yiji-list > li > a:before { top: 10px; } }

.proslide .yiji-list > li:hover > a, .proslide .yiji-list > li.active > a { background-color: #b60007; color: #fff; }

.proslide .yiji-list > li:hover > a:before, .proslide .yiji-list > li.active > a:before { color: #fff; -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); }

.proslide .erji-list { border: solid 1px #DCDCDC; border-top: 0; border-bottom: 0; margin-bottom: 15px; }

.proslide .erji-list > li { border-bottom: solid 1px #dcdcdc; }

.proslide .erji-list > li > a { display: block; font-size: 16px; font-size: 1.6rem; line-height: 20px; padding: 12px 10px 12px 30px; color: #666; position: relative; }

@media screen and (max-width: 1219px) { .proslide .erji-list > li > a { font-size: 14px; font-size: 1.4rem; padding-top: 10px; padding-bottom: 10px; } }

.proslide .erji-list > li:hover > a, .proslide .erji-list > li.active > a { color: #b60007; }

.proslide .sanji-list { padding: 0 0 10px; }

.proslide .sanji-list > li > a { display: block; font-size: 16px; font-size: 1.6rem; line-height: 20px; padding: 5px 0 5px 45px; color: #666; }

@media screen and (max-width: 1219px) { .proslide .sanji-list > li > a { font-size: 12px; font-size: 1.2rem; padding-top: 3px; padding-bottom: 3px; } }

.proslide .sanji-list > li:hover > a, .proslide .sanji-list > li.active > a { color: #b60007; }

/* proslide end */
/*-------------1-1-products end------------------------------------------------------------*/
/*-------------1-2-products start----------------------------------------------------------*/
.m-prob1 { margin-bottom: 59px; }

@media screen and (max-width: 1219px) { .m-prob1 { margin-bottom: 30px; } }

.m-prob1 .prob-pic { width: 702px; margin-right: 42px; float: left; }

@media screen and (max-width: 1419px) { .m-prob1 .prob-pic { margin-right: 30px; } }

@media screen and (max-width: 1219px) { .m-prob1 .prob-pic { float: none; margin: 0 auto; } }

.m-prob1 .prob-pic-big { position: relative; border: solid 1px #BFBFBF; }

.m-prob1 .prob-pic-big-img { display: block; line-height: 0; font-size: 0; }

.m-prob1 .prob-pic-big-img .zoomPad { float: none; z-index: 8; }

.m-prob1 .zoomWrapperImage img { max-width: 1200px; }

.m-prob1 .prob-pic-small { position: relative; margin-top: 12px; padding: 0 31.5px; overflow: hidden; }

.m-prob1 .prob-pic-btn { position: absolute; top: 50%; margin-top: -9px; display: block; cursor: pointer; }

.m-prob1 .prob-pic-btn .iconfont { color: #666666; font-size: 18px; font-size: 1.8rem; display: block; line-height: 1; }

.m-prob1 .prob-pic-btn .iconfont:hover { color: #b60007; }

.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: -12px; }
  .m-prob1 .prob-pic-btn .iconfont { font-size: 24px; font-size: 2.4rem; } }

.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.02347%; width: 0.31768%; overflow: hidden; }

.m-prob1 .prob-pic-item .item-pics { border: #BFBFBF 1px solid; overflow: hidden; }

.m-prob1 .prob-pic-item .item-pics.zoomThumbActive { border-color: #b60007; }

.m-prob1 .prob-pic-item .item-pics img { display: block; width: 100%; }

@media screen and (max-width: 1219px) { .zoomPad { cursor: default !important; }
  .zoomPup { display: none !important; }
  .zoomWindow { display: none !important; }
  .zoomPreload { display: none !important; }
  .m-prob1 { margin-top: 0; } }

@media screen and (max-width: 767px) { .m-prob1 .prob-pic { width: 100%; }
  .m-prob1 .prob-pic-big { display: none; }
  .m-prob1 .prob-pic-small { margin-top: 0; padding: 0 35px; }
  .m-prob1 .prob-pic-list ul li { margin-right: .02%; width: 0.32%; }
  .m-prob1 .prob-pic-item .item-pics.zoomThumbActive { border: #BFBFBF 1px solid; } }

@media screen and (max-width: 640px) { .m-prob1 .prob-pic-list ul li { margin-right: .02%; width: 0.49%; } }

@media screen and (max-width: 480px) { .m-prob1 .prob-pic-list ul li { margin-right: 0%; width: 1%; } }

/* pro-info */
.pro-info { overflow: hidden; }

@media screen and (max-width: 1219px) { .pro-info { width: 100%; margin: 30px auto 0; } }

.pro-info > .item-title { font-size: 28px; font-size: 2.8rem; color: #fff; line-height: 1.3; background:url(../images/projing2.jpg) repeat center; padding: 6px 20px; }

@media screen and (max-width: 1219px) { .pro-info > .item-title { font-size: 24px; font-size: 2.4rem; } }

@media screen and (max-width: 991px) { .pro-info > .item-title { font-size: 20px; font-size: 2rem; padding: 5px 15px; } }

@media screen and (max-width: 767px) { .pro-info > .item-title { font-size: 18px; font-size: 1.8rem; padding: 5px 10px; } }

.pro-info .item-body { font-size: 16px; font-size: 1.6rem; line-height: 30px; min-height: 467px; padding: 24px 0 20px; }

.pro-info .item-body img, .pro-info .item-body iframe { max-width: 100%; }

.pro-info .item-body p { min-height: 30px; }

.pro-info .item-body em { padding-left: 26px; position: relative; display: block; font-style: normal; font-family: "AachenBT-Roman", arial; color: #333; margin-bottom: 5px; }

.pro-info .item-body em:before { position: absolute; content: ''; width: 10px; height: 10px; background-color: #b60007; border-radius: 50%; left: 0; top: 10px; }

.pro-info .item-body, .pro-info .item-body a { color: #666; }

@media screen and (max-width: 1219px) { .pro-info .item-body { height: auto; min-height: auto; line-height: 26px; }
  .pro-info .item-body p { min-height: 26px; }
  .pro-info .item-body em { padding-left: 20px; margin-bottom: 0; }
  .pro-info .item-body em:before { top: 8px; } }

@media screen and (max-width: 991px) { .pro-info .item-body { line-height: 24px; }
  .pro-info .item-body p { min-height: 24px; }
  .pro-info .item-body em { padding-left: 20px; }
  .pro-info .item-body em:before { width: 8px; height: 8px; top: 8px; } }

@media screen and (max-width: 767px) { .pro-info .item-body { padding: 20px 0; font-size: 12px; font-size: 1.2rem; line-height: 20px; }
  .pro-info .item-body p { min-height: 20px; }
  .pro-info .item-body em { padding-left: 15px; }
  .pro-info .item-body em:before { top: 7px; width: 6px; height: 6px; } }

.pro-info .item-btns { font-size: 0; letter-spacing: 0; }

.pro-info .item-btns .item-btn { display: inline-block; vertical-align: top; width: 211px; line-height: 46px; color: #fff; background:url(../images/projing2.jpg) no-repeat center; font-size: 20px; font-size: 2rem; font-family: "AachenBT-Roman", arial; text-align: center; }

.pro-info .item-btns .item-btn:first-child { margin-right: 34px; }

@media screen and (max-width: 1219px) { .pro-info .item-btns .item-btn { line-height: 40px; width: 180px; font-size: 18px; font-size: 1.8rem; }
  .pro-info .item-btns .item-btn:first-child { margin-right: 20px; } }

@media screen and (max-width: 991px) { .pro-info .item-btns .item-btn { font-size: 16px; font-size: 1.6rem; width: 140px; } }

@media screen and (max-width: 767px) { .pro-info .item-btns .item-btn { font-size: 12px; font-size: 1.2rem; line-height: 30px; width: 100px; } }

.pro2-title { background-color: #666; font-family: "AachenBT-Roman", arial; font-size: 24px; font-size: 2.4rem; line-height: 28px; padding: 12px; color: #fff; text-align: center; }

@media screen and (max-width: 1219px) { .pro2-title { font-size: 22px; font-size: 2.2rem; line-height: 26px; padding: 10px; } }

@media screen and (max-width: 991px) { .pro2-title { font-size: 20px; font-size: 2rem; line-height: 24px; padding: 8px 10px; } }

@media screen and (max-width: 767px) { .pro2-title { font-size: 18px; font-size: 1.8rem; line-height: 24px; padding: 6px 10px; } }

.pro2-spec { padding: 30px 0 47px; font-size: 16px; font-size: 1.6rem; line-height: 30px; }

.pro2-spec p { min-height: 30px; }

.pro2-spec img, .pro2-spec iframe { max-width: 100%; }

.pro2-spec, .pro2-spec a { color: #666; }

@media screen and (max-width: 1219px) { .pro2-spec { padding: 30px 0; font-size: 14px; font-size: 1.4rem; line-height: 26px; }
  .pro2-spec p { min-height: 26px; } }

@media screen and (max-width: 991px) { .pro2-spec { padding: 25px 0; line-height: 24px; }
  .pro2-spec p { min-height: 24px; } }

@media screen and (max-width: 767px) { .pro2-spec { padding: 20px 0; line-height: 20px; }
  .pro2-spec p { min-height: 20px; } }

.pro2-list { font-size: 16px; font-size: 1.6rem; line-height: 36px; }

.pro2-list .item-title { display: inline-block; min-width: 265px; background-color: #b60007; color: #fff; font-weight: bold; font-size: 20px; font-size: 2rem; line-height: 24px; padding: 13px 19px; margin-bottom: 21px; }

@media screen and (max-width: 1219px) { .pro2-list .item-title { font-size: 18px; font-size: 1.8rem; padding: 10px 15px; min-width: 200px; } }

@media screen and (max-width: 991px) { .pro2-list .item-title { margin-bottom: 15px; font-size: 16px; font-size: 1.6em; padding: 8px 15px; min-width: 200px; } }

@media screen and (max-width: 767px) { .pro2-list .item-title { margin-bottom: 10px; min-width: 150px; font-size: 14px; font-size: 1.4rem; line-height: 20px; padding: 5px 15px; } }

.pro2-list p { min-height: 36px; }

.pro2-list img, .pro2-list iframe { max-width: 100%; }

.pro2-list em { font-style: normal; display: block; position: relative; padding-left: 32px; }

.pro2-list em::before { position: absolute; content: '\e778'; font-family: "iconfont" !important; font-style: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 19px; font-size: 1.9rem; color: #b60007; left: 0; top: 0; }

.pro2-list, .pro2-list a { color: #666; }

@media screen and (max-width: 1219px) { .pro2-list { font-size: 14px; font-size: 1.4rem; line-height: 26px; }
  .pro2-list p { min-height: 26px; }
  .pro2-list em { padding-left: 25px; }
  .pro2-list em:before { font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 991px) { .pro2-list { line-height: 24px; }
  .pro2-list p { min-height: 24px; }
  .pro2-list em { padding-left: 20px; }
  .pro2-list em:before { font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 767px) { .pro2-list { line-height: 20px; }
  .pro2-list p { min-height: 20px; }
  .pro2-list em { padding-left: 18px; }
  .pro2-list em:before { font-size: 12px; font-size: 1.2rem; } }

.pro2-tags { font-size: 0; letter-spacing: 0; }

.pro2-tags > a { display: inline-block; vertical-align: top; background-color: #EDEDED; line-height: 24px; padding: 12px 22px; font-size: 18px; font-size: 1.8rem; margin: 0 20px 10px 0; color: #666; }

.pro2-tags > a:hover { background-color: #b60007; color: #fff; }

@media screen and (max-width: 1219px) { .pro2-tags > a { font-size: 16px; font-size: 1.6rem; margin: 0 10px 10px 0; padding: 10px 15px; } }

@media screen and (max-width: 991px) { .pro2-tags > a { font-size: 14px; font-size: 1.4rem; line-height: 20px; padding: 6px 10px; } }

@media screen and (max-width: 767px) { .pro2-tags > a { font-size: 12px; font-size: 1.2rem; line-height: 18px; padding: 5px 8px; margin: 0 5px 5px 0; } }

.related-box { margin-top: 35px; }

@media screen and (max-width: 767px) { .related-box { margin-top: 25px; } }

.related-box .box-title { font-size: 30px; font-size: 3rem; line-height: 1.3; font-family: "AachenBT-Roman", arial; }

.related-box .box-title a:hover { color: #b60007; }

@media screen and (max-width: 1219px) { .related-box .box-title { font-size: 26px; font-size: 2.6rem; } }

@media screen and (max-width: 991px) { .related-box .box-title { font-size: 24px; font-size: 2.4rem; } }

@media screen and (max-width: 767px) { .related-box .box-title { font-size: 20px; font-size: 2rem; } }

.related-box .related-owl { position: relative; padding-top: 65px; }

@media screen and (max-width: 1219px) { .related-box .related-owl { padding-top: 50px; } }

@media screen and (max-width: 991px) { .related-box .related-owl { padding-top: 30px; } }

@media screen and (max-width: 767px) { .related-box .related-owl { padding-top: 20px; } }

.related-box .related-owl .owl-buttons { display: none !important; }

.related-box .related-owl .owl-btns { font-size: 0; letter-spacing: 0; position: absolute; right: 0; top: -30px; }

@media screen and (max-width: 767px) { .related-box .related-owl .owl-btns { top: -25px; } }

.related-box .related-owl .owl-btns .owl-btn { display: inline-block; vertical-align: top; font-size: 22px; font-size: 2.2rem; color: #333; text-align: center; cursor: pointer; }

.related-box .related-owl .owl-btns .owl-btn:hover { color: #b60007; }

.related-box .related-owl .owl-btns .owl-btn.disabled { opacity: 0.2; filter: alpha(opacity=20); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)"; cursor: auto; }

@media screen and (max-width: 767px) { .related-box .related-owl .owl-btns .owl-btn { font-size: 18px; font-size: 1.8rem; } }

.related-box .related-owl .owl-btns .item-prev { margin-right: 5px; }

.related-box .related-owl .list-item { margin: 0 2px; }

.related-box .related-owl .list-item:hover .item-title { background-color: #b60007; }

.related-box .related-owl .list-item:hover .item-title, .related-box .related-owl .list-item:hover .item-title a { color: #fff !important; }

.related-box .related-owl .item-title { text-align: center; font-size: 16px; font-size: 1.6rem; line-height: 38px; padding: 0 5px; background:url(../images/projing2.jpg) no-repeat center; -webkit-transition: all .35s; -o-transition: all .35s; -moz-transition: all .35s; transition: all .35s; }

.related-box .related-owl .item-title, .related-box .related-owl .item-title a { color: #fff; }

@media screen and (max-width: 991px) { .related-box .related-owl .item-title { line-height: 32px; } }

@media screen and (max-width: 767px) { .related-box .related-owl .item-title { font-size: 14px; font-size: 1.4rem; line-height: 26px; } }

/*-------------1-2-products end------------------------------------------------------------*/
/*-------------2-1-about start-------------------------------------------------------------*/
.about-title { text-align: center; font-size: 40px; font-size: 4rem; line-height: 1.3; font-family: "AachenBT-Roman", arial; }

@media screen and (max-width: 1219px) { .about-title { font-size: 32px; font-size: 3.2rem; } }

@media screen and (max-width: 991px) { .about-title { font-size: 26px; font-size: 2.6rem; } }

@media screen and (max-width: 767px) { .about-title { font-size: 20px; font-size: 2rem; } }

.about1-main .about-title { margin-bottom: 40px; }

@media screen and (max-width: 991px) { .about1-main .about-title { margin-bottom: 30px; } }

@media screen and (max-width: 767px) { .about1-main .about-title { margin-bottom: 20px; } }

.about1-main .box-list .item1 .item-pic { float: left; width: 50.9375%; margin-right: 1.5625%; }

@media screen and (max-width: 1219px) { .about1-main .box-list .item1 .item-pic { width: 50%; } }

@media screen and (max-width: 480px) { .about1-main .box-list .item1 .item-pic { width: 100%; margin: 0 auto 20px; } }

.about1-main .box-list .item1 .item-body { padding: 68px 0 30px; }

@media screen and (max-width: 1619px) { .about1-main .box-list .item1 .item-body { padding: 0 0 30px; } }

.about1-main .box-list .item2 .item-pic { float: right; width: 49.01042%; margin-left: 1.5625%; }

@media screen and (max-width: 1219px) { .about1-main .box-list .item2 .item-pic { width: 50%; } }

@media screen and (max-width: 480px) { .about1-main .box-list .item2 .item-pic { width: 100%; margin: 0 auto 20px; } }

.about1-main .box-list .item2 .item-body { padding: 96px 0 0; }

@media screen and (max-width: 1619px) { .about1-main .box-list .item2 .item-body { padding-top: 30px; } }

@media screen and (max-width: 1219px) { .about1-main .box-list .item2 .item-body { padding-top: 0; } }

.about1-main .box-list .item-title { overflow: visible; font-size: 36px; font-size: 3.6rem; font-family: "AachenBT-Roman", arial; line-height: 1.3; text-transform: uppercase; margin-bottom: 11px; }

.about1-main .box-list .item-title em { font-style: normal; color: #606060; }

@media screen and (max-width: 1419px) { .about1-main .box-list .item-title { font-size: 30px; font-size: 3rem; } }

@media screen and (max-width: 1219px) { .about1-main .box-list .item-title { font-size: 26px; font-size: 2.6rem; } }

@media screen and (max-width: 991px) { .about1-main .box-list .item-title { font-size: 22px; font-size: 2.2rem; } }

@media screen and (max-width: 767px) { .about1-main .box-list .item-title { font-size: 18px; font-size: 1.8rem; } }

.about1-main .box-list .item-subt { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; overflow: visible; margin-bottom: 40px; font-size: 24px; font-size: 2.4rem; line-height: 1.3; position: relative; padding-bottom: 17px; }

.about1-main .box-list .item-subt:before { position: absolute; content: ''; width: 84px; height: 2px; background-color: #606060; bottom: 0; left: 0; }

@media screen and (max-width: 1419px) { .about1-main .box-list .item-subt { font-size: 22px; font-size: 2.2rem; margin-bottom: 20px; } }

@media screen and (max-width: 1219px) { .about1-main .box-list .item-subt { font-size: 18px; font-size: 1.8rem; padding-bottom: 10px; margin-bottom: 15px; } }

@media screen and (max-width: 991px) { .about1-main .box-list .item-subt { font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 767px) { .about1-main .box-list .item-subt { font-size: 14px; font-size: 1.4rem; }
  .about1-main .box-list .item-subt:before { width: 60px; } }

.about1-main .box-list .item-desc { overflow: visible; font-size: 16px; font-size: 1.6rem; line-height: 30px; }

.about1-main .box-list .item-desc p { min-height: 30px; }

@media screen and (max-width: 1419px) { .about1-main .box-list .item-desc { line-height: 28px; }
  .about1-main .box-list .item-desc p { min-height: 28px; } }

@media screen and (max-width: 1219px) { .about1-main .box-list .item-desc { line-height: 26px; }
  .about1-main .box-list .item-desc p { min-height: 26px; } }

@media screen and (max-width: 991px) { .about1-main .box-list .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 22px; }
  .about1-main .box-list .item-desc p { min-height: 22px; } }

@media screen and (max-width: 767px) { .about1-main .box-list .item-desc { font-size: 12px; font-size: 1.2rem; line-height: 20px; }
  .about1-main .box-list .item-desc p { min-height: 20px; } }

.about1-main .box-list .item-subt1 { margin-top: 56px; font-size: 36px; font-size: 3.6rem; font-family: "AachenBT-Roman", arial; line-height: 1.94; padding-top: 21px; position: relative; }

.about1-main .box-list .item-subt1:before { position: absolute; content: ''; width: 84px; height: 2px; background-color: #606060; top: 0; left: 0; }

@media screen and (max-width: 1619px) { .about1-main .box-list .item-subt1 { line-height: 1.5; } }

@media screen and (max-width: 1419px) { .about1-main .box-list .item-subt1 { margin-top: 30px; line-height: 1.4; font-size: 30px; font-size: 3rem; } }

@media screen and (max-width: 1219px) { .about1-main .box-list .item-subt1 { font-size: 26px; font-size: 2.6rem; line-height: 1.3; padding-top: 10px; margin-top: 20px; } }

@media screen and (max-width: 991px) { .about1-main .box-list .item-subt1 { font-size: 22px; font-size: 2.2rem; line-height: 1.3; } }

@media screen and (max-width: 767px) { .about1-main .box-list .item-subt1 { font-size: 18px; font-size: 1.8rem; }
  .about1-main .box-list .item-subt1:before { width: 60px; } }

/*-------------2-1-about end---------------------------------------------------------------*/
/*-------------2-2-about start-------------------------------------------------------------*/
.his-main { background: url(../images/bg3.jpg) no-repeat center; background-attachment: fixed; position: relative; }

.his-main:before { position: absolute; content: ''; top: 0; bottom: 0; left: 0; right: 0; background: url(../images/bg3.jpg) no-repeat center; background-size: cover; z-index: -1; }

.his-main .about-title { margin-bottom: 29px; }

@media screen and (max-width: 767px) { .his-main .about-title { margin-bottom: 20px; } }

.his-main .box-list { position: relative; padding-top: 39px; padding-bottom: 120px; }

.his-main .box-list:before { position: absolute; content: ''; width: 1px; top: 0; bottom: 0; left: 0; right: 0; margin: 0 auto; border-left: dashed 1px #A6A6A6; }

.his-main .box-list:after { position: absolute; content: '\e7ef'; font-family: "iconfont" !important; font-style: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; color: #969696; bottom: -6px; left: 50%; font-size: 14px; font-size: 1.4rem; margin-left: -7px; }

@media screen and (max-width: 1219px) { .his-main .box-list { padding: 30px 0 70px; } }

@media screen and (max-width: 991px) { .his-main .box-list { padding: 30px 0 50px; } }

@media screen and (max-width: 767px) { .his-main .box-list { padding: 20px 0 10px; }
  .his-main .box-list:before { left: 28px; margin: 0; }
  .his-main .box-list:after { margin-left: 0; left: 21px; } }

.his-main .box-list .list-item { position: relative; margin-bottom: 50px; }

@media screen and (max-width: 1219px) { .his-main .box-list .list-item { margin-bottom: 40px; } }

@media screen and (max-width: 991px) { .his-main .box-list .list-item { margin-bottom: 20px; } }

@media screen and (max-width: 767px) { .his-main .box-list .list-item { margin-bottom: 30px; padding-left: 72px; } }

.his-main .box-list .item-year { width: 86px; height: 86px; line-height: 70px; text-align: center; background: -webkit-gradient(linear, left bottom, left top, from(#D7D7D7), to(#FFFFFF)); background: -webkit-linear-gradient(bottom, #D7D7D7, #FFFFFF); background: -moz-linear-gradient(bottom, #D7D7D7, #FFFFFF); background: linear-gradient(0deg, #D7D7D7, #FFFFFF); border-radius: 50%; font-size: 20px; font-size: 2rem; font-family: "AachenBT-Roman", arial; border: solid 8px #9a4241; position: absolute; left: 50%; margin-left: -43px; top: 50%; margin-top: -43px; }

.his-main .box-list .item-year:before { position: absolute; content: ''; width: 52px; height: 5px; background:url(../images/projing2.jpg) no-repeat center; left: 100%; top: 50%; margin-top: -2.5px; }

.his-main .box-list .item-year:after { position: absolute; content: '\eaf3'; font-family: "iconfont" !important; font-style: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; width: 23px; height: 23px; line-height: 23px; background:url(../images/projing2.jpg) no-repeat center; color: #fff; text-align: center; font-size: 13px; font-size: 1.3rem; border-radius: 50%; top: 50%; margin-top: -11.5px; right: -75px; }

@media screen and (max-width: 1219px) { .his-main .box-list .item-year { width: 76px; height: 76px; line-height: 60px; margin: -38px 0 0 -38px; font-size: 18px; font-size: 1.8rem; } }

@media screen and (max-width: 991px) { .his-main .box-list .item-year { width: 66px; height: 66px; line-height: 56px; border-width: 5px; margin: -33px 0 0 -33px; font-size: 16px; font-size: 1.6rem; }
  .his-main .box-list .item-year:before { width: 20px; }
  .his-main .box-list .item-year:after { width: 20px; height: 20px; line-height: 20px; font-size: 12px; font-size: 1.2rem; margin-top: -10px; right: -40px; } }

@media screen and (max-width: 767px) { .his-main .box-list .item-year { width: 56px; height: 56px; line-height: 48px; border-width: 4px; margin: -26px 0 0 -26px; font-size: 14px; font-size: 1.4rem; left: 0; margin-left: 0; }
  .his-main .box-list .item-year:before { left: 100% !important; right: 0 !important; height: 4px; margin-top: -2px; }
  .his-main .box-list .item-year:after { right: -40px !important; left: auto !important; display: none; } }

.his-main .box-list .item-desc { width: 474px; background:url(../images/projing2.jpg) repeat center; font-size: 16px; font-size: 1.6rem; line-height: 28px; color: #fff; border-radius: 10px; padding: 10px 13px; }

.his-main .box-list .item-desc p { min-height: 28px; }

.his-main .box-list .item-desc img, .his-main .box-list .item-desc iframe { max-width: 100%; }

@media screen and (max-width: 1219px) { .his-main .box-list .item-desc { width: 360px; line-height: 26px; }
  .his-main .box-list .item-desc p { min-height: 26px; } }

@media screen and (max-width: 991px) { .his-main .box-list .item-desc { width: 280px; font-size: 14px; font-size: 1.4rem; line-height: 22px; }
  .his-main .box-list .item-desc p { min-height: 22px; } }

@media screen and (max-width: 767px) { .his-main .box-list .item-desc { width: 100%; float: none !important; font-size: 12px; font-size: 1.2rem; line-height: 20px; }
  .his-main .box-list .item-desc p { min-height: 20px; } }

.his-main .box-list .item1 .item-desc { float: right; }

.his-main .box-list .item2 .item-desc { float: left; }

.his-main .box-list .item2 .item-year:before { left: auto; right: 100%; }

.his-main .box-list .item2 .item-year:after { right: auto; left: -75px; }

@media screen and (max-width: 991px) { .his-main .box-list .item2 .item-year:after { left: -40px; } }

/*-------------2-2-about end---------------------------------------------------------------*/
/*-------------2-3-about start-------------------------------------------------------------*/
.cer-main { background: url(../images/bg4.jpg) no-repeat center; background-attachment: fixed; position: relative; }

.cer-main:before { position: absolute; content: ''; top: 0; bottom: 0; left: 0; right: 0; background: url(../images/bg4.jpg) no-repeat center; background-size: cover; z-index: -1; }

.cer-main .about-title { margin-bottom: 57px; }

@media screen and (max-width: 1419px) { .cer-main .about-title { margin-bottom: 50px; } }

@media screen and (max-width: 1219px) { .cer-main .about-title { margin-bottom: 40px; } }

@media screen and (max-width: 991px) { .cer-main .about-title { margin-bottom: 30px; } }

@media screen and (max-width: 767px) { .cer-main .about-title { margin-bottom: 20px; } }

.cer-owl { position: relative; background: url(../images/bg5.png) no-repeat bottom left; background-size: 100% 76px; margin-bottom: 27px; }

@media screen and (max-width: 991px) { .cer-owl { background-size: 100% 52px; } }

@media screen and (max-width: 767px) { .cer-owl { background-size: 100% 42px; } }

.cer-owl .wp { position: relative; }

@media screen and (max-width: 1419px) { .cer-owl .wp { padding: 0 40px; } }

@media screen and (max-width: 991px) { .cer-owl .wp { padding: 0 30px; } }

@media screen and (max-width: 767px) { .cer-owl .wp { padding: 0 40px; } }

.cer-owl .owl-buttons { display: none !important; }

.cer-owl .owl-btns { font-size: 0; letter-spacing: 0; }

.cer-owl .owl-btns .owl-btn { display: inline-block; vertical-align: top; font-size: 22px; font-size: 2.2rem; color: #fff; width: 40px; height: 40px; line-height: 40px; background:url(../images/sysendniu.jpg) repeat center; text-align: center; cursor: pointer; position: absolute; top: 50%; margin-top: -56px; }

.cer-owl .owl-btns .owl-btn:hover { background-color: #b60007; }

.cer-owl .owl-btns .owl-btn.disabled { opacity: 0.2; filter: alpha(opacity=20); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)"; cursor: auto; }

@media screen and (max-width: 991px) { .cer-owl .owl-btns .owl-btn { width: 30px; height: 30px; line-height: 30px; font-size: 18px; font-size: 1.8rem; margin-top: -40px; } }

@media screen and (max-width: 767px) { .cer-owl .owl-btns .owl-btn { width: 24px; height: 24px; line-height: 24px; font-size: 16px; font-size: 1.6rem; margin-top: -32px; } }

.cer-owl .owl-btns .item-prev { left: -40px; }

@media screen and (max-width: 1419px) { .cer-owl .owl-btns .item-prev { left: 0; } }

@media screen and (max-width: 767px) { .cer-owl .owl-btns .item-prev { left: 10px; } }

.cer-owl .owl-btns .item-next { right: -40px; }

@media screen and (max-width: 1419px) { .cer-owl .owl-btns .item-next { right: 0; } }

@media screen and (max-width: 767px) { .cer-owl .owl-btns .item-next { right: 10px; } }

.cer-owl .list-item { padding: 0 21px; }

@media screen and (max-width: 991px) { .cer-owl .list-item { padding: 0 15px; } }

@media screen and (max-width: 767px) { .cer-owl .list-item { padding: 0 10px; } }

@media screen and (max-width: 640px) { .cer-owl .list-item { padding: 0 5px; } }

.cer-owl .item-title { font-size: 20px; font-size: 2rem; line-height: 24px; text-align: center; padding: 26px 0 22px; }

@media screen and (max-width: 1419px) { .cer-owl .item-title { font-size: 18px; font-size: 1.8rem; } }

@media screen and (max-width: 1219px) { .cer-owl .item-title { font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 991px) { .cer-owl .item-title { font-size: 14px; font-size: 1.4rem; line-height: 20px; padding: 15px 0; } }

@media screen and (max-width: 767px) { .cer-owl .item-title { font-size: 12px; font-size: 1.2rem; padding: 10px 0; } }

.cer1-owl { position: relative; background: url(../images/bg5.png) no-repeat bottom left; background-size: 100% 76px; margin-bottom: 47px; }

@media screen and (max-width: 991px) { .cer1-owl { background-size: 100% 52px; } }

@media screen and (max-width: 767px) { .cer1-owl { background-size: 100% 42px; background-position-y: 186px; } }

.cer1-owl .wp { position: relative; }

.cer1-owl .owl-buttons { display: none !important; }

.cer1-owl .owl-btns { font-size: 0; letter-spacing: 0; text-align: center; position: absolute; left: 0; width: 100%; bottom: -47px; }

.cer1-owl .owl-btns .owl-btn { display: inline-block; vertical-align: top; font-size: 22px; font-size: 2.2rem; color: #fff; width: 40px; height: 40px; line-height: 40px; background: url(../images/sysendniu.jpg) repeat center; text-align: center; cursor: pointer; margin: 0 9px; }

.cer1-owl .owl-btns .owl-btn:hover { background-color: #b60007; }

.cer1-owl .owl-btns .owl-btn.disabled { opacity: 0.2; filter: alpha(opacity=20); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)"; cursor: auto; }

@media screen and (max-width: 991px) { .cer1-owl .owl-btns .owl-btn { width: 30px; height: 30px; line-height: 30px; font-size: 18px; font-size: 1.8rem; } }

@media screen and (max-width: 767px) { .cer1-owl .owl-btns .owl-btn { width: 24px; height: 24px; line-height: 24px; font-size: 16px; font-size: 1.6rem; margin: 0 5px; } }

.cer1-owl .list-item { position: relative; }

.cer1-owl .item-right { float: right; width: 52.75%; margin-left: 3.08333%; }

@media screen and (max-width: 767px) { .cer1-owl .item-right { width: 100%; max-width: 290px; float: none; margin: 0 auto 15px; } }

.cer1-owl .item-title { font-size: 20px; font-size: 2rem; line-height: 24px; text-align: center; padding: 10px 0 34px; }

@media screen and (max-width: 1419px) { .cer1-owl .item-title { font-size: 18px; font-size: 1.8rem; } }

@media screen and (max-width: 1219px) { .cer1-owl .item-title { font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 991px) { .cer1-owl .item-title { font-size: 14px; font-size: 1.4rem; line-height: 20px; padding: 15px 0; } }

@media screen and (max-width: 767px) { .cer1-owl .item-title { font-size: 12px; font-size: 1.2rem; padding: 10px 0; } }

.cer1-owl .item-body { position: absolute; top: 0; bottom: 68px; left: 0; width: 44.16667%; }

@media screen and (max-width: 991px) { .cer1-owl .item-body { bottom: 50px; } }

@media screen and (max-width: 767px) { .cer1-owl .item-body { position: relative; bottom: 0; width: auto; } }

.cer1-owl .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 30px; }

.cer1-owl .item-desc p { min-height: 30px; }

@media screen and (max-width: 1219px) { .cer1-owl .item-desc { line-height: 26px; }
  .cer1-owl .item-desc p { min-height: 26px; } }

@media screen and (max-width: 991px) { .cer1-owl .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 24px; }
  .cer1-owl .item-desc p { min-height: 24px; } }

@media screen and (max-width: 767px) { .cer1-owl .item-desc { font-size: 12px; font-size: 1.2rem; line-height: 20px; }
  .cer1-owl .item-desc p { min-height: 20px; } }

/*-------------2-3-about end---------------------------------------------------------------*/
/*-------------2-4-about start-------------------------------------------------------------*/
.about4-main { padding-bottom: 0; }

.about4-main .about-title { margin-bottom: 35px; }

@media screen and (max-width: 991px) { .about4-main .about-title { margin-bottom: 30px; } }

@media screen and (max-width: 767px) { .about4-main .about-title { margin-bottom: 20px; } }

.about4-main .box-list .item1 { background-color: #EDEDED; }

.about4-main .box-list .item1 .item-pic { float: right; margin-left: 2.60417%; }

.about4-main .box-list .item2 { background-color: #fff; }

.about4-main .box-list .item2 .item-pic { float: left; margin-right: 2.60417%; }

.about4-main .box-list .item2 .item-body { padding-top: 92px; }

@media screen and (max-width: 1619px) { .about4-main .box-list .item2 .item-body { padding-top: 50px; } }

@media screen and (max-width: 1219px) { .about4-main .box-list .item2 .item-body { padding-top: 20px; } }

.about4-main .box-list .item-pic { width: 49.11458%; }

@media screen and (max-width: 991px) { .about4-main .box-list .item-pic { float: none !important; width: 100%; margin: 0 auto !important; } }

.about4-main .box-list .item-body { padding: 36px 0 0; overflow: hidden; }

@media screen and (max-width: 1619px) { .about4-main .box-list .item-body { padding-top: 30px; } }

@media screen and (max-width: 1219px) { .about4-main .box-list .item-body { padding-top: 20px; } }

@media screen and (max-width: 767px) { .about4-main .box-list .item-body { padding: 20px 0 15px; } }

.about4-main .box-list .item-title { font-size: 30px; font-size: 3rem; font-family: "AachenBT-Roman", arial; color: #fff; line-height: 1.3; display: inline-block; margin-left: 11px; margin-top: 11px; margin-bottom: 28px; position: relative; overflow: visible; }

.about4-main .box-list .item-title p { display: block; background: url(../images/projing2.jpg) repeat center; padding: 6px 32px 7px 10px; position: relative; }

.about4-main .box-list .item-title:before { position: absolute; content: ''; left: -11px; top: -11px; height: 100%; width: 100%; background:url(../images/sysendniu.jpg) repeat center; z-index: 0; }

@media screen and (max-width: 1619px) { .about4-main .box-list .item-title { margin-bottom: 20px; font-size: 26px; font-size: 2.6rem; }
  .about4-main .box-list .item-title p { padding: 5px 20px 5px 10px; } }

@media screen and (max-width: 1419px) { .about4-main .box-list .item-title { font-size: 22px; font-size: 2.2rem; margin-top: 8px; margin-left: 8px; }
  .about4-main .box-list .item-title:before { left: -8px; top: -8px; } }

@media screen and (max-width: 1219px) { .about4-main .box-list .item-title { margin-bottom: 15px; font-size: 20px; font-size: 2.0rem; }
  .about4-main .box-list .item-title p { padding: 3px 20px 3px 10px; } }

@media screen and (max-width: 991px) { .about4-main .box-list .item-title { font-size: 18px; font-size: 1.8rem; margin-top: 5px; margin-left: 5px; }
  .about4-main .box-list .item-title:before { left: -5px; top: -5px; } }

@media screen and (max-width: 767px) { .about4-main .box-list .item-title { font-size: 16px; font-size: 1.6rem; margin-bottom: 10px; } }

.about4-main .box-list .item-desc { overflow: visible; margin-bottom: 30px; font-size: 16px; font-size: 1.6rem; line-height: 28px; }

.about4-main .box-list .item-desc p { min-height: 28px; }

@media screen and (max-width: 1619px) { .about4-main .box-list .item-desc { margin-bottom: 20px; } }

@media screen and (max-width: 1419px) { .about4-main .box-list .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 24px; }
  .about4-main .box-list .item-desc p { min-height: 24px; } }

@media screen and (max-width: 1219px) { .about4-main .box-list .item-desc { margin-bottom: 15px; line-height: 22px; }
  .about4-main .box-list .item-desc p { min-height: 22px; } }

@media screen and (max-width: 767px) { .about4-main .box-list .item-desc { font-size: 12px; font-size: 1.2rem; line-height: 20px; }
  .about4-main .box-list .item-desc p { min-height: 20px; } }

/*-------------2-4-about end---------------------------------------------------------------*/
/*-------------2-5-about start-------------------------------------------------------------*/
.fac-main .about-title { margin-bottom: 51px; }

@media screen and (max-width: 1419px) { .fac-main .about-title { margin-bottom: 50px; } }

@media screen and (max-width: 1219px) { .fac-main .about-title { margin-bottom: 40px; } }

@media screen and (max-width: 991px) { .fac-main .about-title { margin-bottom: 30px; } }

@media screen and (max-width: 767px) { .fac-main .about-title { margin-bottom: 20px; } }

.fac-main .m-imgshow .box-wp { position: relative; margin: 0 auto; max-width: 1200px; padding: 0; }

.fac-main .m-imgshow .box-big { position: relative; margin: 0 auto; }

.fac-main .m-imgshow .box-big div { position: relative; }

.fac-main .m-imgshow .box-big .img { line-height: 0; font-size: 0; text-align: center; display: block; }

.fac-main .m-imgshow .box-big .title { display: block; background: #000000; background: rgba(0, 0, 0, 0.5); position: absolute; bottom: 9px; left: 9px; right: 9px; font-size: 16px; font-size: 1.6rem; text-align: center; color: #FFFFFF; line-height: 24px; padding: 7px; display: none; }

.fac-main .m-imgshow .box-small { margin-left: auto; margin-right: auto; position: relative; margin-top: 20px; padding: 0 55px; }

@media screen and (max-width: 991px) { .fac-main .m-imgshow .box-small { padding: 0 40px; } }

@media screen and (max-width: 767px) { .fac-main .m-imgshow .box-small { padding: 0 30px; margin-top: 10px; } }

.fac-main .m-imgshow .box-btn { position: absolute; top: 50%; margin-top: -20px; z-index: 9; display: block; text-align: center; }

@media screen and (max-width: 1219px) { .fac-main .m-imgshow .box-btn { margin-top: -15px; } }

@media screen and (max-width: 767px) { .fac-main .m-imgshow .box-btn { margin-top: -12px; } }

@media screen and (max-width: 640px) { .fac-main .m-imgshow .box-btn { margin-top: -11px; } }

.fac-main .m-imgshow .box-btn.prev { left: 0; }

.fac-main .m-imgshow .box-btn.next { right: 0; }

.fac-main .m-imgshow .box-btn .iconfont { display: block; font-size: 22px; font-size: 2.2rem; color: #fff; width: 40px; height: 40px; line-height: 40px; background:url(../images/sysendniu.jpg) repeat center; text-align: center; cursor: pointer; }

.fac-main .m-imgshow .box-btn .iconfont:hover { background-color: #b60007; }

@media screen and (max-width: 1219px) { .fac-main .m-imgshow .box-btn .iconfont { width: 30px; height: 30px; line-height: 30px; font-size: 18px; font-size: 1.8rem; } }

@media screen and (max-width: 767px) { .fac-main .m-imgshow .box-btn .iconfont { width: 24px; height: 24px; line-height: 24px; font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 640px) { .fac-main .m-imgshow .box-btn .iconfont { width: 22px; height: 22px; line-height: 22px; font-size: 14px; font-size: 1.4rem; } }

.fac-main .m-imgshow .box-list { overflow: hidden; }

.fac-main .m-imgshow .box-list ul { width: 10000%; }

.fac-main .m-imgshow .box-list ul li { float: left; margin-right: 0.00917%; width: 0.24312%; }

@media screen and (max-width: 640px) { .fac-main .m-imgshow .box-list ul li { width: 0.3233%; margin-right: 0.02%; } }

.fac-main .m-imgshow .list-item { position: relative; border: solid 1px transparent; }

.fac-main .m-imgshow .list-item img { display: block; }

.fac-main .m-imgshow .list-item.active { border: solid 1px #b60007; }

/*-------------2-5-about end---------------------------------------------------------------*/
/*-------------4-1-service start-----------------------------------------------------------*/
.faq-list { padding: 47px 0 30px; }

@media screen and (max-width: 1219px) { .faq-list { padding: 40px 0 30px; } }

@media screen and (max-width: 991px) { .faq-list { padding: 30px 0 30px; } }

@media screen and (max-width: 767px) { .faq-list { padding: 20px 0 15px; } }

.faq-list .list-item { padding-bottom: 15px; }

.faq-list .list-item:first-child .item-desc { display: block; }

.faq-list .item-title { border-radius: 4px; background:url(../images/sysendniu.jpg) repeat center; color: #fff; line-height: 26px; font-size: 20px; font-size: 2rem; padding: 10px 10px 10px 56px; cursor: pointer; position: relative; }

.faq-list .item-title em { font-style: normal; position: absolute; top: 10px; left: 13px; }

@media screen and (max-width: 1219px) { .faq-list .item-title { font-size: 18px; font-size: 1.8rem; padding-left: 40px; } }

@media screen and (max-width: 991px) { .faq-list .item-title { font-size: 16px; font-size: 1.6rem; line-height: 24px; } }

@media screen and (max-width: 767px) { .faq-list .item-title { font-size: 14px; font-size: 1.4rem; line-height: 20px; padding-left: 30px; }
  .faq-list .item-title em { left: 10px; } }

.faq-list .item-title.active { background:url(../images/projing2.jpg) repeat center; }

.faq-list .item-desc { display: none; background-color: #EDEDED; margin-bottom: 11px; border-radius: 4px; padding: 21px 50px 19px 35px; position: relative; font-size: 16px; font-size: 1.6rem; line-height: 30px; }

.faq-list .item-desc p { min-height: 30px; }

.faq-list .item-desc em { font-style: normal; color: #333; font-size: 20px; font-size: 2rem; position: absolute; left: 13px; top: 21px; }

@media screen and (max-width: 1219px) { .faq-list .item-desc { padding-right: 10px; padding-left: 40px; font-size: 16px; font-size: 1.6rem; line-height: 26px; }
  .faq-list .item-desc p { min-height: 26px; }
  .faq-list .item-desc em { font-size: 18px; font-size: 1.8rem; } }

@media screen and (max-width: 991px) { .faq-list .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 24px; }
  .faq-list .item-desc p { min-height: 24px; }
  .faq-list .item-desc em { font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 767px) { .faq-list .item-desc { margin-bottom: 0; padding-top: 15px; padding-bottom: 15px; padding-left: 30px; font-size: 12px; font-size: 1.2rem; line-height: 20px; }
  .faq-list .item-desc p { min-height: 20px; }
  .faq-list .item-desc em { font-size: 14px; font-size: 1.4rem; top: 15px; left: 10px; } }

/*-------------4-1-service end-------------------------------------------------------------*/
/*-------------4-2-service start-----------------------------------------------------------*/
.feedback-form .item-title { text-align: center; font-size: 40px; font-size: 4rem; line-height: 1.2; font-family: "AachenBT-Roman", arial; margin-bottom: 59px; }

@media screen and (max-width: 1219px) { .feedback-form .item-title { font-size: 32px; font-size: 3.2rem; margin-bottom: 45px; } }

@media screen and (max-width: 991px) { .feedback-form .item-title { font-size: 26px; font-size: 2.6rem; margin-bottom: 30px; } }

@media screen and (max-width: 767px) { .feedback-form .item-title { font-size: 20px; font-size: 2rem; margin-bottom: 15px; } }

.feedback-form .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 30px; margin-bottom: 46px; }

.feedback-form .item-desc p { min-height: 30px; }

@media screen and (max-width: 1219px) { .feedback-form .item-desc { margin-bottom: 40px; font-size: 14px; font-size: 1.4rem; line-height: 26px; }
  .feedback-form .item-desc p { min-height: 26px; } }

@media screen and (max-width: 991px) { .feedback-form .item-desc { line-height: 22px; margin-bottom: 30px; }
  .feedback-form .item-desc p { min-height: 22px; } }

@media screen and (max-width: 767px) { .feedback-form .item-desc { font-size: 12px; font-size: 1.2rem; line-height: 20px; margin-bottom: 30px; }
  .feedback-form .item-desc p { min-height: 20px; } }

.feedback-form .item-form { max-width: 1025px; margin: 0 auto; }

.feedback-form .item-form .star { position: relative; }

.feedback-form .item-form .star:before { position: absolute; content: '*'; font-size: 20px; font-size: 2rem; color: #FF0000; left: 0; top: 20px; }

.feedback-form .item-form .item-input { width: 48.97561%; padding-left: 15px; margin-bottom: 23px; }

.feedback-form .item-form .item-input1 { float: left; width: 100%; padding-left: 15px; margin-bottom: 15px; position: relative; }

.feedback-form .item-form .item-input1.star:before { top: 10px; }

.feedback-form .item-form input, .feedback-form .item-form textarea { display: block; background-color: #fff; width: 100%; display: block; color: #666; border: solid 1px #D2D2D2; font-size: 14px; font-size: 1.4rem; }

.feedback-form .item-form input { height: 54px; line-height: 54px; padding: 0 14px; }

.feedback-form .item-form textarea { height: 193px; padding: 5px 14px; line-height: 24px; }

.feedback-form .item-form .item-code { width: 193px; margin-right: 18px; }

.feedback-form .item-form .item-img { line-height: 54px; }

.feedback-form .item-form .item-img img { vertical-align: middle; max-height: 54px; cursor: pointer; }

.feedback-form .item-form .item-btn { width: 615px; padding: 0; }

.feedback-form .item-form .item-btn input { border-color: #9c4846; background:url(../images/projing2.jpg) repeat center; color: #fff; font-size: 16px; font-size: 1.6rem; }

.feedback-form .item-form .item-btn input:hover { background:url(../images/mianbaoxiejing.jpg) repeat center; border-color: #333; }

@media screen and (max-width: 1219px) { .feedback-form .item-form .star:before { top: 15px; }
  .feedback-form .item-form .item-input { margin-bottom: 15px; }
  .feedback-form .item-form input { height: 44px; line-height: 44px; }
  .feedback-form .item-form input, .feedback-form .item-form textarea { font-size: 14px; font-size: 1.4rem; }
  .feedback-form .item-form .item-img { line-height: 44px; }
  .feedback-form .item-form .item-img img { max-height: 44px; }
  .feedback-form .item-form .item-btn { width: 590px; } }

@media screen and (max-width: 991px) { .feedback-form .item-form .item-code { margin-right: 15px; }
  .feedback-form .item-form .item-btn { width: 350px; } }

@media screen and (max-width: 767px) { .feedback-form .item-form .star:before { font-size: 16px; font-size: 1.6rem; top: 12px; }
  .feedback-form .item-form .item-input, .feedback-form .item-form .item-input1 { margin-bottom: 12px; padding-left: 15px; }
  .feedback-form .item-form input { height: 36px; line-height: 36px; padding: 0 10px; }
  .feedback-form .item-form textarea { padding-left: 10px; padding-right: 10px; }
  .feedback-form .item-form input, .feedback-form .item-form textarea { font-size: 12px; font-size: 1.2rem; }
  .feedback-form .item-form .item-code { width: -webkit-calc(100% - 130px) !important; width: -moz-calc(100% - 130px) !important; width: calc(100% - 130px) !important; margin-right: 0; }
  .feedback-form .item-form .item-img { float: right; line-height: 36px; }
  .feedback-form .item-form .item-img img { max-height: 36px; }
  .feedback-form .item-form .item-btn { margin-left: 0; width: 100%; padding-left: 15px; }
  .feedback-form .item-form .item-btn input { font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 640px) { .feedback-form .item-form .item-input { width: 100%; } }

/*-------------4-2-service end-------------------------------------------------------------*/
/*-------------5-1 start-------------------------------------------------------------------*/
.case1-list { font-size: 0; letter-spacing: 0; padding-top: 50px; }

@media screen and (max-width: 1219px) { .case1-list { padding-top: 40px; } }

@media screen and (max-width: 991px) { .case1-list { padding-top: 30px; } }

@media screen and (max-width: 767px) { .case1-list { padding: 20px 10px 10px; } }

.case1-list .wp { padding: 0; }

.case1-list .list-item { position: relative; display: inline-block; vertical-align: top; width: 100%; margin-bottom: 66px; }

@media screen and (max-width: 1219px) { .case1-list .list-item { margin-bottom: 50px; } }

@media screen and (max-width: 767px) { .case1-list .list-item { width: 48%; margin: 0 1% 20px; } }

.case1-list .item1 .item-pic { float: left; margin-right: 1.5625%; }

.case1-list .item1 .index-btn { left: 45.3125%; }

.case1-list .item2 .item-pic { float: right; margin-left: 1.5625%; }

.case1-list .item2 .index-btn { right: 45.3125%; }

.case1-list .item-pic { width: 43.75%; }

@media screen and (max-width: 767px) { .case1-list .item-pic { float: none !important; width: 100%; } }

.case1-list .item-title { margin-top: 21px; font-family: "AachenBT-Roman", arial; font-size: 32px; font-size: 3.2rem; line-height: 1.3; position: relative; padding-bottom: 12px; }

.case1-list .item-title:before { position: absolute; content: ''; width: 214px; height: 4px; background-color: #606060; left: 0; bottom: 0; }

@media screen and (max-width: 1419px) { .case1-list .item-title { margin-top: 0; font-size: 28px; font-size: 2.8rem; }
  .case1-list .item-title:before { width: 180px; } }

@media screen and (max-width: 1219px) { .case1-list .item-title { font-size: 24px; font-size: 2.4rem; }
  .case1-list .item-title:before { width: 160px; } }

@media screen and (max-width: 991px) { .case1-list .item-title { font-size: 20px; font-size: 2rem; padding-bottom: 10px; }
  .case1-list .item-title:before { width: 130px; height: 3px; } }

@media screen and (max-width: 767px) { .case1-list .item-title { margin-top: 10px; font-size: 14px; font-size: 1.4rem; padding-bottom: 6px; }
  .case1-list .item-title:before { width: 90px; height: 2px; } }

.case1-list .item-desc { margin-top: 46px; font-size: 16px; font-size: 1.6rem; line-height: 30px; height: 120px; }

@media screen and (max-width: 1419px) { .case1-list .item-desc { margin-top: 20px; line-height: 26px; height: 104px; } }

@media screen and (max-width: 1219px) { .case1-list .item-desc { font-size: 14px; font-size: 1.4rem; margin-top: 15px; line-height: 24px; height: 96px; } }

@media screen and (max-width: 991px) { .case1-list .item-desc { margin-top: 10px; line-height: 22px; height: 88px; font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 767px) { .case1-list .item-desc { margin-top: 5px; font-size: 12px; font-size: 1.2rem; line-height: 20px; height: 80px; } }

.case1-list .index-btn { position: absolute; bottom: 0; background-color: #666; }

.case1-list .index-btn:before { background-color: #b60007; }

@media screen and (max-width: 767px) { .case1-list .index-btn { position: relative; left: 0 !important; right: 0 !important; margin-top: 10px; } }

/*-------------5-1 end---------------------------------------------------------------------*/
/*-------------5-3 start-------------------------------------------------------------------*/
.downlist { padding-top: 54px; padding-bottom: 47px; }

@media screen and (max-width: 1219px) { .downlist { padding-top: 30px; } }

@media screen and (max-width: 991px) { .downlist { padding-bottom: 30px; padding-top: 10px; } }

@media screen and (max-width: 767px) { .downlist { padding-bottom: 20px; padding-top: 5px; } }

.downlist .list-item { background: url(../images/down-bg.png) repeat-x bottom; position: relative; padding-bottom: 27px; padding-top: 24px; }

@media screen and (max-width: 1219px) { .downlist .list-item { padding-bottom: 20px; padding-top: 20px; } }

@media screen and (max-width: 767px) { .downlist .list-item { padding-bottom: 15px; padding-top: 15px; } }

.downlist .item-body { float: left; width: 100%; padding-right: 210px; }

@media screen and (max-width: 991px) { .downlist .item-body { padding-right: 170px; } }

@media screen and (max-width: 767px) { .downlist .item-body { padding-right: 0; } }

.downlist .item-title { font-size: 18px; font-size: 1.8rem; line-height: 28px; min-height: 28px; }

@media screen and (max-width: 991px) { .downlist .item-title { font-size: 16px; font-size: 1.6rem; line-height: 24px; min-height: 24px; } }

@media screen and (max-width: 767px) { .downlist .item-title { font-size: 14px; font-size: 1.4rem; line-height: 20px; min-height: 20px; } }

.downlist .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 24px; min-height: 24px; margin-top: 19px; }

@media screen and (max-width: 1219px) { .downlist .item-desc { margin-top: 10px; } }

@media screen and (max-width: 991px) { .downlist .item-desc { margin-top: 5px; font-size: 14px; font-size: 1.4rem; line-height: 20px; }
  .downlist .item-desc p { min-height: 20px; } }

@media screen and (max-width: 767px) { .downlist .item-desc { font-size: 12px; font-size: 1.2rem; } }

.downlist .item-btns { margin-left: -204px; width: 204px; float: left; font-size: 0; letter-spacing: 0; margin-top: 6px; }

@media screen and (max-width: 991px) { .downlist .item-btns { margin-left: -165px; width: 165px; } }

@media screen and (max-width: 767px) { .downlist .item-btns { margin-left: auto; text-align: center; width: 100%; margin-top: 15px; } }

.downlist .item-btn { display: inline-block; vertical-align: middle; width: 146px; font-size: 14px; font-size: 1.4rem; border: solid 1px #b60007; border-radius: 6px; line-height: 26px; text-align: center; color: #b60007; }

@media screen and (max-width: 991px) { .downlist .item-btn { width: 120px; } }

@media screen and (max-width: 767px) { .downlist .item-btn { width: 100px; font-size: 12px; font-size: 1.2rem; line-height: 24px; } }

.downlist .item-img { display: inline-block; vertical-align: middle; margin-right: 29px; }

.downlist .item-img .iconfont { font-size: 28px; font-size: 2.8rem; font-weight: bold; color: #b60007; }

.downlist .item-img .iconfont:hover { color: #000; }

@media screen and (max-width: 991px) { .downlist .item-img { margin-right: 10px; }
  .downlist .item-img .iconfont { font-size: 24px; font-size: 2.4rem; } }

@media screen and (max-width: 767px) { .downlist .item-img { margin-right: 10px; }
  .downlist .item-img .iconfont { font-size: 20px; font-size: 2.0rem; } }

/*-------------5-3 end---------------------------------------------------------------------*/
/*-------------6-support start-------------------------------------------------------------*/
.support-main > .item-title { font-family: "AachenBT-Roman", arial; font-size: 40px; font-size: 4rem; line-height: 1.3; text-align: center; }

@media screen and (max-width: 1219px) { .support-main > .item-title { font-size: 28px; font-size: 2.8rem; } }

@media screen and (max-width: 991px) { .support-main > .item-title { font-size: 24px; font-size: 2.4rem; } }

@media screen and (max-width: 767px) { .support-main > .item-title { font-size: 18px; font-size: 1.8rem; } }

.support-main .item-desc { margin-top: 62px; font-size: 16px; font-size: 1.6rem; line-height: 30px; }

.support-main .item-desc p { min-height: 30px; }

.support-main .item-desc, .support-main .item-desc a { color: #666; }

.support-main .item-desc img, .support-main .item-desc iframe { max-width: 100%; }

.support-main .item-desc em { font-style: normal; font-size: 20px; font-size: 2rem; color: #333; }

@media screen and (max-width: 1219px) { .support-main .item-desc { margin-top: 30px; font-size: 14px; font-size: 1.4rem; line-height: 26px; }
  .support-main .item-desc p { min-height: 26px; }
  .support-main .item-desc em { font-size: 18px; font-size: 1.8rem; } }

@media screen and (max-width: 991px) { .support-main .item-desc { margin-top: 20px; font-size: 14px; font-size: 1.4rem; line-height: 24px; }
  .support-main .item-desc p { min-height: 24px; }
  .support-main .item-desc em { font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 767px) { .support-main .item-desc { font-size: 12px; font-size: 1.2rem; line-height: 20px; }
  .support-main .item-desc p { min-height: 20px; }
  .support-main .item-desc em { font-size: 14px; font-size: 1.4rem; } }

/*-------------6-support end---------------------------------------------------------------*/
/*-------------7-1-news start--------------------------------------------------------------*/
/*-------------7-1-news end----------------------------------------------------------------*/
/*-------------7-2-news start--------------------------------------------------------------*/
.news2-main > .item-title { font-family: "AachenBT-Roman", arial; font-size: 40px; font-size: 4rem; line-height: 1.3; text-align: center; }

@media screen and (max-width: 1219px) { .news2-main > .item-title { font-size: 28px; font-size: 2.8rem; } }

@media screen and (max-width: 991px) { .news2-main > .item-title { font-size: 24px; font-size: 2.4rem; } }

@media screen and (max-width: 767px) { .news2-main > .item-title { font-size: 18px; font-size: 1.8rem; } }

.news2-main .item-date { margin-top: 10px; text-align: center; font-size: 14px; font-size: 1.4rem; line-height: 20px; color: #666; }

.news2-main .item-date .iconfont { font-size: 16px; font-size: 1.6rem; margin-right: 14px; }

@media screen and (max-width: 991px) { .news2-main .item-date .iconfont { margin-right: 10px; } }

@media screen and (max-width: 767px) { .news2-main .item-date { font-size: 12px; font-size: 1.2rem; }
  .news2-main .item-date .iconfont { font-size: 14px; font-size: 1.4rem; margin-right: 5px; } }

.news2-main .pro-share { text-align: center; margin-top: 15px; }

.news2-main .pro-share .share-title { display: none; }

@media screen and (max-width: 767px) { .news2-main .pro-share { margin-top: 10px; } }

.news2-main .item-desc { margin-top: 30px; font-size: 16px; font-size: 1.6rem; line-height: 30px; }

.news2-main .item-desc p { min-height: 30px; }

.news2-main .item-desc, .news2-main .item-desc a { color: #666; }

.news2-main .item-desc img, .news2-main .item-desc iframe { max-width: 100%; }

@media screen and (max-width: 1219px) { .news2-main .item-desc { margin-top: 20px; font-size: 14px; font-size: 1.4rem; line-height: 26px; }
  .news2-main .item-desc p { min-height: 26px; } }

@media screen and (max-width: 991px) { .news2-main .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 24px; }
  .news2-main .item-desc p { min-height: 24px; } }

@media screen and (max-width: 767px) { .news2-main .item-desc { font-size: 12px; font-size: 1.2rem; line-height: 20px; }
  .news2-main .item-desc p { min-height: 20px; } }

/*-------------7-2-news end----------------------------------------------------------------*/
/*-------------8-contact start-------------------------------------------------------------*/
.contact-wrap { padding-bottom: 0; }

.contact-wrap .about-title { margin-bottom: 36px; }

.map img, .map iframe { display: block; }

.contact-main { margin-bottom: 100px; overflow: hidden; }

@media screen and (max-width: 1219px) { .contact-main { margin-bottom: 70px; } }

@media screen and (max-width: 991px) { .contact-main { margin-bottom: 50px; } }

@media screen and (max-width: 767px) { .contact-main { margin-bottom: 30px; } }

.contact-main .contact-info { float: left; width: 36.66667%; margin-right: 8.08333%; min-height: 597px; position: relative; padding-top: 51px; padding-bottom: 20px; }

@media screen and (max-width: 1219px) { .contact-main .contact-info { margin-right: 4.16667%; padding: 30px 0 20px; min-height: 550px; } }

@media screen and (max-width: 991px) { .contact-main .contact-info { width: 100%; float: none; margin: 0 auto; min-height: auto; padding: 30px 0; } }

.contact-main .contact-info:before { position: absolute; content: ''; top: 0; bottom: 0; right: -15px; left: -360px; 
/*background-color: #99d1f7;*/
}

.contact-main .contact-info .box-title { font-size: 30px; font-size: 3rem; line-height: 1.2; border-bottom: solid 2px #606060; padding-bottom: 27px; margin-bottom: 25px; position: relative; }

.contact-main .contact-info .box-title:before { position: absolute; content: ''; width: 25px; height: 6px; background-color: #606060; bottom: -3px; left: 0; }

@media screen and (max-width: 1219px) { .contact-main .contact-info .box-title { font-size: 26px; font-size: 2.6rem; padding-bottom: 20px; } }

@media screen and (max-width: 991px) { .contact-main .contact-info .box-title { font-size: 22px; font-size: 2.2rem; padding-bottom: 15px; } }

@media screen and (max-width: 767px) { .contact-main .contact-info .box-title { font-size: 18px; font-size: 1.8rem; padding-bottom: 10px; margin-bottom: 15px; } }

.contact-main .contact-info .box-list { font-size: 16px; font-size: 1.6rem; line-height: 30px; position: relative; }

.contact-main .contact-info .box-list a:hover { color: #b60007; }

.contact-main .contact-info .box-list .item-title { font-size: 18px; font-size: 1.8rem; margin-bottom: 11px; font-weight: 400; }

.contact-main .contact-info .box-list li { position: relative; padding-left: 38px; margin-bottom: 11px; }

.contact-main .contact-info .box-list .iconfont { position: absolute; left: 0; top: 0; font-size: 20px; font-size: 2rem; color: #666; }

.contact-main .contact-info .box-list img { vertical-align: top; position: relative; top: 10px; margin-left: 8px; width: 122px; }

@media screen and (max-width: 1219px) { .contact-main .contact-info .box-list li { padding-left: 30px; }
.contact-main .contact-info .box-list img{ width: 104px; }
}

@media screen and (max-width: 991px) { .contact-main .contact-info .box-list { font-size: 14px; font-size: 1.4rem; line-height: 24px; }
  .contact-main .contact-info .box-list .item-title { font-size: 16px; font-size: 1.6rem; }
  .contact-main .contact-info .box-list .iconfont { font-size: 18px; font-size: 1.8rem; } }

@media screen and (max-width: 767px) { .contact-main .contact-info .box-list { font-size: 12px; font-size: 1.2rem; line-height: 20px; }
  .contact-main .contact-info .box-list li { margin-bottom: 5px; padding-left: 26px; }
  .contact-main .contact-info .box-list .item-title { font-size: 14px; font-size: 1.4rem; }
  .contact-main .contact-info .box-list .iconfont { font-size: 16px; font-size: 1.6rem; }
  .contact-main .contact-info .box-list img { width: 100px; } }

@media screen and (max-width: 359px) { .contact-main .contact-info .box-list img{ width: 84px; } }

.contact-main .contact-form { overflow: hidden; }

.contact-main .contact-form .item-title { text-align: center; font-size: 30px; font-size: 3rem; line-height: 1.2; margin-bottom: 29px; margin-top: 11px; }

@media screen and (max-width: 1219px) { .contact-main .contact-form .item-title { font-size: 26px; font-size: 2.6rem; margin-bottom: 20px; } }

@media screen and (max-width: 991px) { .contact-main .contact-form .item-title { font-size: 22px; font-size: 2.2rem; margin-top: 30px; } }

@media screen and (max-width: 767px) { .contact-main .contact-form .item-title { font-size: 18px; font-size: 1.8rem; margin-bottom: 10px; } }

.contact-main .contact-form .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 30px; margin-bottom: 19px; padding-left: 15px; }

.contact-main .contact-form .item-desc p { min-height: 30px; }

.contact-main .contact-form .item-desc, .contact-main .contact-form .item-desc a { color: #666; }

@media screen and (max-width: 1219px) { .contact-main .contact-form .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 26px; }
  .contact-main .contact-form .item-desc p { min-height: 26px; } }

@media screen and (max-width: 991px) { .contact-main .contact-form .item-desc { line-height: 22px; }
  .contact-main .contact-form .item-desc p { min-height: 22px; } }

@media screen and (max-width: 767px) { .contact-main .contact-form .item-desc { font-size: 12px; font-size: 1.2rem; line-height: 20px; }
  .contact-main .contact-form .item-desc p { min-height: 20px; } }

.contact-main .contact-form .item-form .star { position: relative; }

.contact-main .contact-form .item-form .star:before { position: absolute; content: '*'; font-size: 20px; font-size: 2rem; color: #FF0000; left: 0; top: 20px; }

.contact-main .contact-form .item-form .item-input { width: 49.4721%; padding-left: 15px; margin-bottom: 23px; }

.contact-main .contact-form .item-form .item-input1 { float: left; width: 100%; padding-left: 15px; margin-bottom: 15px; position: relative; }

.contact-main .contact-form .item-form .item-input1.star:before { top: 10px; }

.contact-main .contact-form .item-form input, .contact-main .contact-form .item-form textarea { display: block; background-color: #fff; width: 100%; display: block; color: #666; border: solid 1px #D2D2D2; font-size: 14px; font-size: 1.4rem; }

.contact-main .contact-form .item-form input { height: 54px; line-height: 54px; padding: 0 14px; }

.contact-main .contact-form .item-form textarea { height: 193px; padding: 5px 14px; line-height: 24px; }

.contact-main .contact-form .item-form .item-code { width: 193px; margin-right: 22px; }

.contact-main .contact-form .item-form .item-img { line-height: 54px; }

.contact-main .contact-form .item-form .item-img img { vertical-align: middle; max-height: 54px; cursor: pointer; }

.contact-main .contact-form .item-form .item-btn { width: 251px; padding: 0; }

.contact-main .contact-form .item-form .item-btn input {  background:url(../images/sysendniu.jpg) repeat-x center; color: #fff; font-size: 16px; font-size: 1.6rem; }


@media screen and (max-width: 1219px) { .contact-main .contact-form .item-form .star:before { top: 15px; }
  .contact-main .contact-form .item-form .item-input { margin-bottom: 15px; }
  .contact-main .contact-form .item-form input { height: 44px; line-height: 44px; }
  .contact-main .contact-form .item-form input, .contact-main .contact-form .item-form textarea { font-size: 14px; font-size: 1.4rem; }
  .contact-main .contact-form .item-form .item-img { line-height: 44px; }
  .contact-main .contact-form .item-form .item-img img { max-height: 44px; }
  .contact-main .contact-form .item-form .item-btn { width: 190px; } }

@media screen and (max-width: 991px) { .contact-main .contact-form .item-form .item-code { margin-right: 15px; }
  .contact-main .contact-form .item-form .item-btn { width: 350px; } }

@media screen and (max-width: 767px) { .contact-main .contact-form .item-form .star:before { font-size: 16px; font-size: 1.6rem; top: 12px; }
  .contact-main .contact-form .item-form .item-input, .contact-main .contact-form .item-form .item-input1 { margin-bottom: 12px; padding-left: 15px; }
  .contact-main .contact-form .item-form input { height: 36px; line-height: 36px; padding: 0 10px; }
  .contact-main .contact-form .item-form textarea { padding-left: 10px; padding-right: 10px; }
  .contact-main .contact-form .item-form input, .contact-main .contact-form .item-form textarea { font-size: 12px; font-size: 1.2rem; }
  .contact-main .contact-form .item-form .item-code { width: -webkit-calc(100% - 130px) !important; width: -moz-calc(100% - 130px) !important; width: calc(100% - 130px) !important; margin-right: 0; }
  .contact-main .contact-form .item-form .item-img { float: right; line-height: 36px; }
  .contact-main .contact-form .item-form .item-img img { max-height: 36px; }
  .contact-main .contact-form .item-form .item-btn { margin-left: 0; width: 100%; padding-left: 15px; }
  .contact-main .contact-form .item-form .item-btn input { font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 640px) { .contact-main .contact-form .item-form .item-input { width: 100%; } }

/*-------------8-contact end---------------------------------------------------------------*/

@media screen and (min-width: 768px) { .n-nav, .n-nav-icon { display: none; } }

@-webkit-keyframes resize { from, 60%, 75%, 90%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% { opacity: 0;
    -webkit-transform: scale(5, 5);
    transform: scale(5, 5); }
  100% { opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }

@-moz-keyframes resize { from, 60%, 75%, 90%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% { opacity: 0;
    -webkit-transform: scale(5, 5);
    -moz-transform: scale(5, 5);
         transform: scale(5, 5); }
  100% { opacity: 1;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
         transform: scale(1, 1); } }

@keyframes resize { from, 60%, 75%, 90%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% { opacity: 0;
    -webkit-transform: scale(5, 5);
    -moz-transform: scale(5, 5);
      -o-transform: scale(5, 5);
         transform: scale(5, 5); }
  100% { opacity: 1;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
      -o-transform: scale(1, 1);
         transform: scale(1, 1); } }

.n-nav .n-nav-icon { position: fixed; right: 5px; top: 20px; 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: #b60007; }

.n-nav .n-nav-icon span { display: none; width: 100%; height: 2px; margin-bottom: 4px; background-color: #b60007; }

.n-nav .n-nav-icon.active { top: 5px; background: #666 url(../fonts/nav-close.png) no-repeat center; background-size: 30px; }

.n-nav .n-nav-icon.active span, .n-nav .n-nav-icon.active .iconfont { display: none; }

.n-nav .n-nav-body { display: none; position: fixed; z-index: 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 #b60007; 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:url(../images/sysendniu.jpg) no-repeat center; width: 44px; height: 32px; line-height: 32px; border-radius: 5px; color: #fff; text-align: center; position: absolute; right: 10px; top: 5px; z-index: 0; }

.n-nav .box-search .iconfont:hover { background-color: #666; }

.n-nav .box-search .item-submit { position: absolute; width: 44px; height: 32px; right: 10px; top: 5px; z-index: 1; }

.n-nav .box-list { margin-top: 30px; }

.n-nav .box-list > li { position: relative; -webkit-animation-duration: 0.5s; -moz-animation-duration: 0.5s; animation-duration: 0.5s; -webkit-animation-fill-mode: both; -moz-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-name: resize; -moz-animation-name: resize; animation-name: resize; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; padding: 0 10px; }

.n-nav .box-list > li a { display: block; font-size: 14px; font-size: 1.4rem; line-height: 26px; padding: 10px 25px 10px 10px; color: #fff; text-transform: uppercase; border-bottom: 1px solid rgba(255, 255, 255, 0.3); }

.n-nav .box-list li { position: relative; }

.n-nav .box-list li .has-next { position: absolute; top: 10px; right: 10px; width: 20px; height: 20px; background: url(../fonts/n1.png) no-repeat center; background-size: contain; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; cursor: pointer; }

.n-nav .box-list li.active > .has-next { background: url(../fonts/n2.png) no-repeat center; background-size: contain; }

.n-nav .box-list .yiji-list { display: none; }

.n-nav .box-list .yiji-list li { padding-left: 12px; }

.n-nav .box-list .yiji-list li .has-next { right: 0; }

.n-nav .box-list .yiji-list li > a { padding: 10px 25px 10px 20px; line-height: 22px; position: relative; }

.n-nav .box-list .yiji-list li > a:before { position: absolute; content: ''; width: 5px; height: 5px; background-color: #fff; top: 19px; left: 10px; }

.n-nav .box-list .erji-list { display: none; }

.n-nav .box-list .sanji-list { display: none; }

.index-banner { position: relative; padding-top: 39.47917%; }

.index-banner .slider { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.slideshow .item img { width: 100%; -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1); -o-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1); -moz-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1); transition: all 1s cubic-bezier(0.7, 0, 0.3, 1); -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); -o-transform: scale(1.2); transform: scale(1.2); }

.slideshow .item.slick-active img { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }

/* .slick-dots */
.slick-dots { position: absolute; width: 100%; bottom: 5.01319%; text-align: center; line-height: 0; font-size: 0; letter-spacing: 0; left: 0; }

.slick-dots li { display: inline-block; vertical-align: middle; }

.slick-dots li button { cursor: pointer; font-size: 0px; border: none; outline: none; cursor: pointer; margin: 0 6px; width: 13px; height: 13px; border-radius: 4px; background:url(../images/lunboniu.png) no-repeat; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; }

@media screen and (max-width: 1219px) { .slick-dots li button { margin: 0 5px; width: 12px; height: 12px; } }

@media screen and (max-width: 991px) { .slick-dots li button { margin: 0 4px; width: 10px; height: 10px; } }

@media screen and (max-width: 767px) { .slick-dots li button { margin: 0 3px; width: 8px; height: 8px; } }

.slick-dots li.slick-active button { width: 23px; height: 23px; background: none; background-color: #fff; border: solid 1px #A6A6A6; }

@media screen and (max-width: 1219px) { .slick-dots li.slick-active button { width: 20px; height: 20px; } }

@media screen and (max-width: 991px) { .slick-dots li.slick-active button { width: 16px; height: 16px; } }

@media screen and (max-width: 767px) { .slick-dots li.slick-active button { width: 12px; height: 12px; } }

/*  */
.slick-prev, .slick-next { background-color: transparent; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; text-align: center; border: 0; outline: none; cursor: pointer; position: absolute; top: 50%; margin-top: -20px; z-index: 9; }

.slick-prev .iconfont, .slick-next .iconfont { display: block; font-size: 40px; font-size: 4rem; color: #fff; }

.slick-prev:hover .iconfont, .slick-next:hover .iconfont { color: #b60007; }

@media screen and (max-width: 991px) { .slick-prev, .slick-next { display: none !important; } }

.slick-prev { left: 70px; }

.slick-next { right: 70px; }

.slick-list,
.slick-slider,
.slick-track {
	position: relative;
	display: block
}

.slick-loading .slick-slide,
.slick-loading .slick-track {
	visibility: hidden
}

.slick-slider {
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: 0
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slick-track {
	top: 0;
	left: 0
}

.slick-track:after,
.slick-track:before {
	display: table;
	content: ''
}

.slick-track:after {
	clear: both
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px
}

[dir=rtl] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}



.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  11.1% {
    -webkit-transform: none;
            transform: none
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
            transform: skewX(-12.5deg) skewY(-12.5deg)
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
            transform: skewX(6.25deg) skewY(6.25deg)
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
            transform: skewX(-3.125deg) skewY(-3.125deg)
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
            transform: skewX(1.5625deg) skewY(1.5625deg)
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
            transform: skewX(-0.78125deg) skewY(-0.78125deg)
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
            transform: skewX(0.390625deg) skewY(0.390625deg)
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
            transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
  }
  100% {
    -webkit-transform: none;
            transform: none
  }
}

@keyframes jello {
  11.1% {
    -webkit-transform: none;
            transform: none
  }

  22.2% {

    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
            transform: skewX(-12.5deg) skewY(-12.5deg)
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
            transform: skewX(6.25deg) skewY(6.25deg)
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
            transform: skewX(-3.125deg) skewY(-3.125deg)
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
            transform: skewX(1.5625deg) skewY(1.5625deg)
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
            transform: skewX(-0.78125deg) skewY(-0.78125deg)
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
            transform: skewX(0.390625deg) skewY(0.390625deg)
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
            transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
  }
  100% {
    -webkit-transform: none;
            transform: none
  }
}



.jello{
    -webkit-animation-name:jello;
            animation-name:jello;
    -webkit-transform-origin: center;

            transform-origin: center
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}


@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInStable {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  33.333% {
    opacity: 1;
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  
  66.666666% {
    opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes zoomInStable {
 0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  33.333% {
    opacity: 1;
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  
  66.666666% {
    opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.zoomInStable {
  -webkit-animation-name: zoomInStable;
  animation-name: zoomInStable;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@keyframes anime {
from {
	opacity: 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
}
to {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-moz-transform: scaleY(1);
}
}

@-webkit-keyframes anime {
from {
	opacity: 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
}
to {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-moz-transform: scaleY(1);
}
}

@-moz-keyframes anime {
from {
	opacity: 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
}
to {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-moz-transform: scaleY(1);
}

}

@-o-keyframes anime {
from {
	opacity: 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
}
to {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-moz-transform: scaleY(1);
}
}

@-ms-keyframes anime {
from {
	opacity: 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
}
to {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-moz-transform: scaleY(1);
}

}

@media screen and (min-width:1000px) and (max-width:1219px) {}
@media screen and (max-width:1419px) {}
@media screen and (max-width:1219px) {}
@media screen and (max-width:991px) {	}
@media screen and (max-width:767px) {	}
@media screen and (max-width:640px) {	}
@media screen and (max-width:480px) {	}



@font-face {
    font-family: 'AachenBT-Roman';
    src: url('../fonts/AachenBT-Roman.eot');
    src: url('../fonts/AachenBT-Roman.eot') format('embedded-opentype'),
         url('../fonts/AachenBT-Roman.woff2') format('woff2'),
         url('../fonts/AachenBT-Roman.woff') format('woff'),
         url('../fonts/AachenBT-Roman.ttf') format('truetype'),
         url('../fonts/AachenBT-Roman.svg#AachenBT-Roman') format('svg');
		 font-display: swap; 
}

@font-face {
    font-family: 'AcademicM54';
    src: url('../fonts/AcademicM54.eot');
    src: url('../fonts/AcademicM54.eot') format('embedded-opentype'),
         url('../fonts/AcademicM54.woff2') format('woff2'),
         url('../fonts/AcademicM54.woff') format('woff'),
         url('../fonts/AcademicM54.ttf') format('truetype'),
         url('../fonts/AcademicM54.svg#AcademicM54') format('svg');
		  font-display: swap; 
}

@font-face {font-family: "iconfont";
  src: url('../fonts/iconfont.eot?t=1614836914285'); /* IE9 */
  src: url('../fonts/iconfont.eot?t=1614836914285#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('data:application/x-font-woff2;charset=utf-8;base64,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') format('woff2'),
  url('../fonts/iconfont.woff?t=1614836914285') format('woff'),
  url('../fonts/iconfont.ttf?t=1614836914285') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
  url('../fonts/iconfont.svg?t=1614836914285#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-jiahao3:before {
  content: "\eaf3";
}

.icon-jianhao:before {
  content: "\eaf5";
}

.icon-jiahao_o:before {
  content: "\eb78";
}

.icon-jianhao_o:before {
  content: "\eb79";
}

.icon-dianhua2:before {
  content: "\e6c5";
}

.icon-anniu_jiantoushouqi_o:before {
  content: "\eb89";
}

.icon-anniu_jiantouxiangzuo_o:before {
  content: "\eb8a";
}

.icon-anniu_jiantouzhankai_o:before {
  content: "\eb8b";
}

.icon-anniu-jiantouxiangyou_o:before {
  content: "\eb8c";
}

.icon-yuanxingjiantoushang:before {
  content: "\e965";
}

.icon-yuanxingjiantouxia:before {
  content: "\e966";
}

.icon-yuanxingjiantouyou:before {
  content: "\e967";
}

.icon-yuanxingjiantouzuo:before {
  content: "\e968";
}

.icon-fangdajing1:before {
  content: "\e6ff";
}

.icon-menu:before {
  content: "\e687";
}

.icon-icon_phone_fill:before {
  content: "\ebad";
}

.icon-liebiao:before {
  content: "\e834";
}

.icon-menu1:before {
  content: "\e6b0";
}

.icon-icon-test10:before {
  content: "\e651";
}

.icon-icon-test11:before {
  content: "\e652";
}

.icon-icon-test12:before {
  content: "\e653";
}

.icon-icon-test13:before {
  content: "\e654";
}

.icon-search:before {
  content: "\e602";
}

.icon-list:before {
  content: "\e66d";
}

.icon-chuanzhen1:before {
  content: "\e719";
}

.icon-fangdajing:before {
  content: "\e614";
}

.icon-facebook:before {
  content: "\e620";
}

.icon-vk:before {
  content: "\e735";
}

.icon-pinterest:before {
  content: "\e8ab";
}

.icon-linkedin:before {
  content: "\e648";
}

.icon-youtube1:before {
  content: "\e6d6";
}

.icon-twitter:before {
  content: "\e607";
}

.icon-Instagram:before {
  content: "\e6af";
}

.icon-up7:before {
  content: "\e722";
}

.icon-bottom7:before {
  content: "\e723";
}

.icon-left7:before {
  content: "\e724";
}

.icon-right7:before {
  content: "\e725";
}

.icon-up9:before {
  content: "\e72a";
}

.icon-bottom9:before {
  content: "\e72b";
}

.icon-left9:before {
  content: "\e72c";
}

.icon-right9:before {
  content: "\e72d";
}

.icon-up14:before {
  content: "\e73e";
}

.icon-bottom14:before {
  content: "\e73f";
}

.icon-left14:before {
  content: "\e740";
}

.icon-right14:before {
  content: "\e741";
}

.icon-up16:before {
  content: "\e746";
}

.icon-bottom16:before {
  content: "\e747";
}

.icon-left16:before {
  content: "\e748";
}

.icon-right16:before {
  content: "\e749";
}

.icon-top10:before {
  content: "\e7ee";
}

.icon-bottom10:before {
  content: "\e7ef";
}

.icon-left10:before {
  content: "\e7f0";
}

.icon-right10:before {
  content: "\e7f1";
}

.icon-youjian:before {
  content: "\e6d9";
}

.icon-rili:before {
  content: "\e635";
}

.icon-up21:before {
  content: "\e774";
}

.icon-bottom21:before {
  content: "\e775";
}

.icon-left21:before {
  content: "\e776";
}

.icon-right21:before {
  content: "\e778";
}

.icon-up27:before {
  content: "\e78d";
}

.icon-bottom27:before {
  content: "\e78e";
}

.icon-left27:before {
  content: "\e78f";
}

.icon-right27:before {
  content: "\e790";
}

.icon-address:before {
  content: "\e7bc";
}

.icon-email:before {
  content: "\e7bd";
}

.icon-contact:before {
  content: "\e7be";
}

.icon-whatsapp:before {
  content: "\e7bf";
}

.icon-wechat:before {
  content: "\e7c1";
}

.icon-fax:before {
  content: "\e7c2";
}

.icon-mobile:before {
  content: "\e7c3";
}

.icon-email1:before {
  content: "\e7c4";
}

.icon-phone:before {
  content: "\e7c6";
}

.icon-tel:before {
  content: "\e7c7";
}

.icon-website1:before {
  content: "\e7c9";
}

.icon-qq:before {
  content: "\e7ca";
}

.icon-phone1:before {
  content: "\e7cb";
}

.icon-skype:before {
  content: "\e7cc";
}

.icon-message2:before {
  content: "\e7dc";
}

.icon-companyname:before {
  content: "\e610";
}

.icon-message:before {
  content: "\ebe1";
}

.icon-whatsapp1:before {
  content: "\e7c5";
}

.icon-address1:before {
  content: "\e7c8";
}

.icon-contact1:before {
  content: "\e7cd";
}

.icon-email2:before {
  content: "\e7ce";
}

.icon-email11:before {
  content: "\e7cf";
}

.icon-contact11:before {
  content: "\e7d0";
}

.icon-skype1:before {
  content: "\e7d1";
}

.icon-qq1:before {
  content: "\e7d2";
}

.icon-tel1:before {
  content: "\e7d3";
}

.icon-wechat1:before {
  content: "\e7d4";
}

.icon-website:before {
  content: "\e7d5";
}

.icon-phone2:before {
  content: "\e7d6";
}

.icon-mobile1:before {
  content: "\e7d7";
}

.icon-qiyemingcheng-tubiao:before {
  content: "\e601";
}

.icon-home:before {
  content: "\e624";
}

.icon-download:before {
  content: "\e922";
}

.icon-yuanxingjiantouxiangyouzuo:before {
  content: "\e60c";
}

.icon-yuanxingjiantouxiangyou:before {
  content: "\e613";
}



/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}


/* Owl Carousel Owl Demo Theme  v1.3.3 */
/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons { font-size: 0; letter-spacing: 0; text-align: center; }

.owl-theme .owl-controls .owl-buttons div { display: inline-block; vertical-align: top; font-size: 12px; font-size: 1.2rem; }

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
/* Styling Pagination*/
.owl-theme .owl-controls .owl-pagination { font-size: 0; letter-spacing: 0; text-align: center; margin-top: 30px; }

@media screen and (max-width: 991px) { .owl-theme .owl-controls .owl-pagination { margin-top: 20px; } }

@media screen and (max-width: 767px) { .owl-theme .owl-controls .owl-pagination { margin-top: 10px; } }

.owl-theme .owl-controls .owl-page { display: inline-block; vertical-align: top; }

.owl-theme .owl-controls .owl-page span { display: block; width: 14px; height: 14px; border-radius: 50%; margin: 0 5px; font-size: 0; border: solid 2px #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; }

.pro1-cateinfo{ font-size: 16px; font-size: 1.6rem; margin-bottom: 20px; line-height: 28px; }
.m-kefu-chat.mobile-hide{ right: 6px!important; }
.page a.no:hover {color: #666!important;border-color: #D8D8D8!important; background: #fff!important;}
.item-btns a.no:hover  {color: #333!important; background-color: #E5E5E5!important;}
.ppp{line-height: 30px; font-size: 16px; font-size: 1.6rem;}
.actives{color: #d52c2c!important;}
.at-resp-share-element .at-icon{width: 24px!important;height: 24px!important;}
.at-style-responsive .at-share-btn{padding: 0!important; border-radius: 2px!important;}
.at-resp-share-element .at-share-btn .at-icon-wrapper{width: 24px!important;height: 24px!important;}
.at-resp-share-element .at-share-btn{margin-bottom: 0!important;margin-right: 3px!important;}
.listcart {width: 100%;text-align: center;}
.listcart a {
    display: inline-block;
    height: 34px;
    width: 200px;
    line-height: 32px;
    overflow: hidden;
    color: #fff;
    cursor: pointer;
    border: none;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    margin-left: 10px;
    border-radius: 15px;
    background:url(../images/projing2.jpg) no-repeat center;
    }
    .listcart a:hover {background:url(../images/projing2.jpg); color: #fff; border:none;}
    .xunpanc{margin-bottom: 20px;}
    .xunpanc .table {margin-top: 0;}
    .xunpanc table tr td{border: 1px solid #ccc; text-align: left; background: #fff; padding: 3px 0;color: #fff;}
    .xunpanc table tr td a:hover{color: #b60007;}
    
    .tsby{ font-size: 16px;font-size: 1.6rem;line-height: 24px;margin-top: 12px;  color: #fff;}
    
    
    
    
