.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; font-family: "Poppins-Light"; font-size: 14px; font-size: 1.4rem; max-width: 1920px; margin: 0 auto; overflow-x: hidden; background: #fff; }
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; }
h1, h2 {font-weight: bold !important;font-size: 24px !important;}
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: "Poppins-Light"; font-size: 14px; font-size: 1.4rem; border: none; outline: none; background: none; }
input:focus, textarea:focus, select:focus { outline: none; }
textarea { resize: none; }
.pull-left { float: left; }
.pull-right { float: right; }
.clear { clear: both; }
.fix { *zoom: 1; }
.fix:after, .fix:before { display: block; content: "clear"; height: 0; clear: both; overflow: hidden; visibility: hidden; }
/* html5 */
article, aside, dialog, footer, header, section, footer, nav, figure, menu { display: block; }
::-webkit-input-placeholder { color: #999; opacity: 1; }
/* WebKit browsers */
:-o-placeholder { color: #999; opacity: 1; }
/* Mozilla Firefox 4 to 18 */
::-moz-placeholder { color: #999; opacity: 1; }
/* Mozilla Firefox 19+ */
:-ms-input-placeholder { color: #999; opacity: 1; }
/* Internet Explorer 10+ */
::-moz-selection { color: #fff; background: #172a88; }
::selection { color: #fff; background: #172a88; }
.self-ellipsis { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.self-ellipsis-2 { display: -webkit-box; overflow: hidden; white-space: normal !important; text-overflow: ellipsis; word-wrap: break-word; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.self-ellipsis-3 { display: -webkit-box; overflow: hidden; white-space: normal !important; text-overflow: ellipsis; word-wrap: break-word; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }
.self-ellipsis-4 { display: -webkit-box; overflow: hidden; white-space: normal !important; text-overflow: ellipsis; word-wrap: break-word; -webkit-line-clamp: 4; -webkit-box-orient: vertical; }
.relative { position: relative; }
.absolute { position: absolute; }
.common-vc { position: absolute; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }
.common-hc { position: absolute; left: 50%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); }
.common-center { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.text-right { text-align: right; }
.text-left { text-align: left; }
.nlazy { min-width: 20%; }
/**/
.email { word-break: break-all; }
.scale-big img { -webkit-transition: all 350ms; -o-transition: all 350ms; -moz-transition: all 350ms; transition: all 350ms; }
.scale-big:hover img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }
.scale-small img { -webkit-transition: all 350ms; -o-transition: all 350ms; -moz-transition: all 350ms; transition: all 350ms; -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }
.scale-small:hover img { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }
[class*="-item"] .item-pic, [class*="-item"] .item-pics { position: relative; display: block; text-align: center; overflow: hidden; }
[class*="-item"] .item-pic img, [class*="-item"] .item-pics img { display: block !important; width: 100%; }
[class*="-item"] .item-title { overflow: hidden; }
[class*="-item"] .item-title a { display: block; }
[class*="-item"] .item-title a:hover { color: #172a88 !important; }
[class*="-item"] .item-subt { overflow: hidden; }
[class*="-item"] .item-subt a { display: block; }
[class*="-item"] .item-subt a:hover { color: #172a88 !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: #172a88 !important; }
.wp { width: 1400px; margin: auto; }
@media screen and (max-width: 1419px) { .wp { width: 1200px; } }
@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; } }
.wp1 { width: 1200px; margin: auto; }
@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; } }
.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; }
/*-------------table start-------------------------------------------------------------------*/
.table::-webkit-scrollbar { width: 5px; height: 5px; border-radius: 5px; }
.table::-webkit-scrollbar-thumb { background-color: rgba(0, 0, 0, 0.5); background-clip: padding-box; border-radius: 5px; min-height: 28px; }
.table::-webkit-scrollbar-thumb:hover { background-color: rgba(0, 0, 0, 0.5); border-radius: 5px; }
.table table {margin: auto; width: 80%; border-collapse: collapse; border: 1px solid #d0cece; }
.table table p { line-height: 22px !important; }
.table table p { min-height: 22px !important; }
.table table, .table table a { color: #333; }
.table table tr td { padding: 5px 3px; border: 1px solid #d0cece; }
.table table tr:first-child { font-family: "Poppins-Bold"; }
.table table tr:nth-child(2n) { background-color: #F2F2F2; }
@media screen and (max-width: 767px) { .table table { font-size: 12px; font-size: 1.2rem; }
  .table table p { line-height: 20px !important; }
  .table table p { min-height: 20px !important; } }
@media screen and (max-width: 992px) { .table { width: 100%; overflow: scroll; }
  .table div { width: 900px; max-width: 900px; }
  .table table{width: 100%;}
  }
/*-------------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; color: #333; min-width: 34px; height: 34px; line-height: 34px; border-radius: 50%; margin: 0 5px 10px; font-size: 14px; font-size: 1.4rem; }
.page a.prev, .page a.next { border: 0; background-color: transparent !important; color: #999; }
.page a.prev .iconfont, .page a.next .iconfont { font-size: 18px; font-size: 1.8rem; }
.page a.prev:hover, .page a.next:hover { color: #172a88; }
.page a:hover, .page a.page-active,.page a.active { background-color: #172a88; color: #FFFFFF; }
@media only screen and (max-width: 767px) { .page a { margin: 0 2px 10px; min-width: 26px; height: 26px; line-height: 26px; font-size: 12px; font-size: 1.2rem; }
  .page a.prev .iconfont, .page a.next .iconfont { font-size: 14px; font-size: 1.4rem; } }
.page .add-form { float: right; display: inline-block; vertical-align: top; margin-left: 5px; }
.page .add-form .add-btn { font-size: 14px; font-size: 1.4rem; text-align: center; min-width: 150px; padding: 0 10px; height: 30px; line-height: 28px; background-color: #172a88; color: #FFFFFF; cursor: pointer; }
.page .add-form .add-btn:hover { background-color: #fff; }
@media only screen and (max-width: 767px) { .page .add-form { float: none; }
  .page .add-form .add-btn { min-width: 140px; height: 28px; line-height: 26px; font-size: 12px; font-size: 1.2rem; } }
/*-------------page-end--------------------------------------------------------------------*/
/*-------------contact start---------------------------------------------------------------*/
.contact-pc { position: fixed; z-index: 999; right: 0; width: 62px; }
.contact-pc li { position: relative; width: 100%; height: 62px; margin-bottom: 2px; border-radius: 5px; background: #ECECEC; }
.contact-pc li:hover { background-color: #30C21C; }
.contact-pc li:hover .iconfont { color: #fff; }
.contact-pc li:hover p { color: #fff; }
.contact-pc li a { display: block; height: 100%; width: 100%; text-align: center; padding-top: 10px; cursor: pointer; }
.contact-pc li a p {/* color: #999;*/ color: #333; font-size: 12px; font-size: 1.2rem; line-height: 16px; font-weight:bold;}
.contact-pc li .iconfont { color: #30C21C; }
.contact-pc li .ewm { position: absolute; top: 0; left: 125px; max-width: 120px; width: 120px; height: 120px; }
.contact-pc li.ewm-box:hover .ewm { left: -125px; }
.c1 .iconfont { font-size: 26px; font-size: 2.6rem; }
.c2 .iconfont { font-size: 25px; font-size: 2.5rem; }
.c3 .iconfont { font-size: 25px; font-size: 2.5rem; }
.c4 .iconfont { font-size: 28px; font-size: 2.8rem; }
.c5 .iconfont { font-size: 24px; font-size: 2.4rem; }
.contact-phone { position: fixed; bottom: 0; height: 44px; left: 0; right: 0; display: none; z-index: 999; }
.contact-phone .c1 .iconfont { font-size: 20px; font-size: 2.0rem; }
.contact-phone .c2 .iconfont { font-size: 20px; font-size: 2.0rem; }
.contact-phone .c3 .iconfont { font-size: 20px; font-size: 2.0rem; }
.contact-phone .c4 .iconfont { font-size: 20px; font-size: 2.0rem; }
.contact-phone .c5 .iconfont { font-size: 20px; font-size: 2.0rem; }
.contact-phone li { width: 25%; height: 100%; float: left; position: relative; background: #ECECEC; }
.contact-phone li:hover { background-color: #30C21C; }
.contact-phone li:hover .iconfont { color: #fff; }
.contact-phone li:hover p { color: #fff; }
.contact-phone li a { display: block; height: 100%; width: 100%; text-align: center; padding-top: 5px; cursor: pointer; }
.contact-phone li a p { color: #999; font-size: 12px; font-size: 1.2rem; line-height: 1; }
.contact-phone li .iconfont { color: #30C21C; }
.contact-phone li .ewm { position: absolute; bottom: 44px; right: 50%; margin-right: -60px; display: none; max-width: 120px; width: 120px; height: 120px; }
.contact-phone li.ewm-box:hover .ewm{display: block; }
@media only screen and (max-width: 767px) { .contact-pc { display: none; }
  .contact-phone { display: block; }
  body { padding-bottom: 44px; } }
/*back-top*/
@-webkit-keyframes top-shadow { 0% { box-shadow: 0px 0px 0 0px rgba(2, 29, 92, 0.77); }
  20% { box-shadow: 0px 3px 7px 0px rgba(2, 29, 92, 0.77); }
  50% { box-shadow: 0px 5px 15px 0px rgba(2, 29, 92, 0.77); }
  75% { box-shadow: 0px 3px 7px 0px rgba(2, 29, 92, 0.77); }
  100% { box-shadow: 0px 0px 0 0px rgba(2, 29, 92, 0.77); } }
.back-top { position: fixed; right: 10px; bottom: -100px; -webkit-transition: 1s; -o-transition: 1s; -moz-transition: 1s; transition: 1s; cursor: pointer; z-index: 998; border-radius: 5px; width: 48px; height: 48px; line-height: 48px; background-color: #172a88; -webkit-animation: top-shadow 2.5s linear infinite; -moz-animation: top-shadow 2.5s linear infinite; animation: top-shadow 2.5s linear infinite; text-align: center; }
.back-top .iconfont { font-size: 16px; font-size: 1.6rem; color: #fff; position: relative; }
@media only screen and (max-width: 767px) { .back-top { display: none; } }
/*-------------contact end-----------------------------------------------------------------*/
/*-------------pro-share start-------------------------------------------------------------*/
.pro-share { font-size: 0; letter-spacing: 0; }
.pro-share .share-title { margin-right: 8px; display: inline-block; *display: inline; *zoom: 1; line-height: 26px; 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 { border-top: solid 1px #ccc; padding: 25px 0 0; font-size: 16px; font-size: 1.6rem; line-height: 26px; color: #666; }
.m-oths a { color: #666; }
.m-oths a:hover { color: #172a88; }
.m-oths .oths-item-1 { margin-bottom: 14px; }
.m-oths .iconfont { display: inline-block; width: 26px; height: 26px; line-height: 26px; border-radius: 50%; background-color: #172a88; text-align: center; font-size: 12px; font-size: 1.2rem; margin-right: 8px; float: left; color: #fff; }
.m-oths .oths-body { overflow: hidden; }
@media only screen and (max-width: 1219px) { .m-oths { font-size: 14px; font-size: 1.4rem; } }
@media only screen and (max-width: 767px) { .m-oths { margin-right: 0; padding: 15px 0 0; font-size: 12px; font-size: 1.2rem; line-height: 22px; }
  .m-oths .oths-item-1 { margin-bottom: 5px; }
  .m-oths .iconfont { width: 22px; height: 22px; line-height: 22px; } }
/*-------------bread start-----------------------------------------------------------------*/
.page_banner img { display: block; width: 100%; }
.bread { font-size: 16px; font-size: 1.6rem; line-height: 20px; padding-top: 30px; padding-bottom: 43px; overflow: hidden; }
.bread, .bread a { color: #656565; }
.bread a:hover, .bread .bread-active { color: #172a88; }
@media screen and (max-width: 1419px) { .bread { padding-top: 30px; padding-bottom: 30px; } }
@media screen and (max-width: 1219px) { .bread { padding-top: 25px; } }
@media screen and (max-width: 991px) { .bread { font-size: 14px; font-size: 1.4rem; padding-top: 20px; padding-bottom: 30px; } }
@media screen and (max-width: 767px) { .bread { font-size: 12px; font-size: 1.2rem; padding-top: 10px; padding-bottom: 20px; } }
/*-------------bread end-------------------------------------------------------------------*/
.search-box ::-webkit-input-placeholder { color: #666; opacity: 1; }
/* WebKit browsers */
.search-box :-o-placeholder { color: #666; opacity: 1; }
/* Mozilla Firefox 4 to 18 */
.search-box ::-moz-placeholder { color: #666; opacity: 1; }
/* Mozilla Firefox 19+ */
.search-box :-ms-input-placeholder { color: #666; opacity: 1; }
/* Internet Explorer 10+ */
.search { position: relative; margin-top: 25px; }
@media screen and (max-width: 991px) { .search { margin-top: 15px; } }
@media screen and (max-width: 767px) { .search { display: none; } }
.search .search-icon { cursor: pointer; display: block; }
.search .search-icon .iconfont { display: block; color: #172a88; font-size: 22px; font-size: 2.2rem; }
.search .search-box { display: none; overflow: hidden; position: absolute; top: 38px; right: 0; z-index: 999; width: 260px; height: 50px; border-radius: 2px; background-color: #fff; box-shadow: 0 0 10px rgba(0, 0, 0, 0.22); padding: 10px 10px; cursor: pointer; }
.search .search-box .iconfont { border-radius: 5px; font-size: 20px; font-size: 2rem; color: #fff; background-color: #172a88; position: absolute; width: 30px; height: 30px; line-height: 30px; text-align: center; right: 10px; top: 50%; margin-top: -15px; z-index: -1; }
.search .search-box .item-input { position: absolute; height: 30px; line-height: 30px; top: 50%; margin-top: -15px; width: 100%; left: 0; padding: 0 45px 0 10px; }
.search .search-box .item-submit { position: absolute; width: 35px; height: 100%; top: 0px; right: 0px; cursor: pointer; z-index: 1; }
/*-------------header start----------------------------------------------------------------*/
.header { position: relative; top: 0; left: 0; z-index: 9999; width: 100%; /* 767 navlist1 */ }
.header .logo { position: absolute; left: 0; top: 10px; float: left; display: block; width: 258px; }
.header .logo img { display: block; margin: 0 auto; width: 100%; }
@media screen and (max-width: 991px) { .header .logo { width: 200px; } }
@media screen and (max-width: 767px) { .header .logo { position: relative; top: 0; width: 180px; margin: 10px 0 15px; } }
.header .logo .item-title { text-align: center; font-size: 18px; font-size: 1.8rem; line-height: 24px; font-family: "Poppins-Bold"; text-transform: uppercase; margin-top: 5px; }
@media screen and (max-width: 991px) { .header .logo .item-title { font-size: 14px; font-size: 1.4rem; line-height: 20px; } }
@media screen and (max-width: 767px) { .header .logo .item-title { font-size: 12px; font-size: 1.2rem; line-height: 1; display: none; } }
.header .item-txt { float: right; font-size: 14px; font-size: 1.4rem; /*color: #656565;*/ color: #333; line-height: 30px; margin-right: 15px; font-weight:bold;}
.header .item-txt a:hover { color: #172a88; }
.header .item-txt .iconfont { vertical-align: middle; }
@media screen and (max-width: 767px) { .header .item-txt { display: none; } }
.header .lang-box { float: right; position: relative;}
@media screen and (max-width: 767px) { .header .lang-box { position: absolute; right: 45px; top: 25px; } }
@media screen and (max-width: 480px) { .header .lang-box { right: 15px; top: 0; } }
.header .lang-box .item-title { font-size: 14px; font-size: 1.4rem; color: #656565; cursor: pointer; }
.header .lang-box .item-title .iconfont { display: inline-block; vertical-align: middle; line-height: 30px; }
.header .lang-box .item-title .icon-bottom7 { font-size: 12px; font-size: 1.2rem; margin-left: 1px; vertical-align: middle; margin-left: -2px; margin-right: 0; }
@media screen and (max-width: 767px) { .header .lang-box .item-title { font-size: 12px; font-size: 1.2rem; } }
.header .lang-box .box-list { position: absolute; top: 100%; right: 0; padding: 5px; background-color: #172a88; z-index: 999; min-width: 100px; display: none; }
.header .lang-box .box-list a { display: block; text-align: right; color: #fff; line-height: 20px; font-size: 12px; font-size: 1.2rem; padding-right: 5px; padding-left: 5px;}
.header .lang-box .box-list a:hover { background:#fff; color: #000; }
.header .navlist { float: right; margin-top: 25px; margin-right: 29px; font-size: 0; letter-spacing: 0; position: relative;}
.header .navlist > li { display: inline-block; vertical-align: top; margin-left: 72px; padding-bottom: 20px; }
.header .navlist > li:first-child { margin-left: 0; }
.header .navlist > li > a { font-size: 20px; font-size: 2rem; display: block; line-height: 30px; padding-bottom: 8px; text-transform: capitalize; color: #333; position: relative; }
.header .navlist > li > a:before { position: absolute; content: ''; height: 2px; background-color: #172a88; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; bottom: 0; width: 0; left: 0; right: 0; margin: 0 auto; }
.header .navlist > li.nav-active > a, .header .navlist > li:hover > a { color: #172a88; }
.header .navlist > li.nav-active > a:before, .header .navlist > li:hover > a:before { width: 57px; }
@media screen and (max-width: 1419px) { 
    .header .navlist > li { 
        /*margin-left: 60px;*/
        margin-left: 20px;
        }
    }
@media screen and (max-width: 1219px) {
    /*.header .navlist > li { margin-left: 30px; }*/
    
  .header .navlist > li > a { font-size: 18px; font-size: 1.8rem; }
  .header .navlist > li.nav-active > a, .header .navlist > li:hover > a { color: #172a88; }
  .header .navlist > li.nav-active > a:before, .header .navlist > li:hover > a:before { width: 50px; }
  
    .header .logo {  top: 40px;  width: 158px;}
    
}
@media screen and (max-width: 991px) { .header .navlist { margin-top: 15px;
margin-right: 15px; 
    
}
 .header .logo {  top: 10px;  width: 158px;}
  .header .navlist > li { 
      /*margin-left: 15px;*/
      margin-left: 10px;
      padding-bottom: 15px; }
  .header .navlist > li > a { 
      /*font-size: 16px; font-size: 1.6rem; */
       font-size: 14px; font-size: 1.4rem; 
      line-height: 24px; }
  .header .navlist > li.nav-active > a, .header .navlist > li:hover > a { color: #172a88; }
  .header .navlist > li.nav-active > a:before, .header .navlist > li:hover > a:before { width: 40px; } }
@media screen and (max-width: 767px) { .header .navlist { display: none; } }
.header .navlist li:hover .yiji, .header .navlist li:hover .cate-select { -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: 212px; 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: #f5f5f5; padding: 0 10px; }
.header .yiji > li:first-child { border-top: solid 10px  #f5f5f5; }
.header .yiji > li:last-child { border-bottom: solid 10px  #f5f5f5; }
.header .yiji > li > a { display: inline-block; line-height: 20px; padding: 6px 0; font-size: 16px; font-size: 1.6rem; color: #666; position: relative; }
.header .yiji > li > a:before { position: absolute; content: ''; left: 0; bottom: 0; width: 20px; height: 1px; background-color: #999; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; }
.header .yiji > li:hover > a { color: #172a88; }
.header .yiji > li:hover > a:before { width: 100%; background-color: #172a88; }
@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 { padding: 5px 0 4px; }
.header .erji > li > a, .header .sanji > li > a { display: block; padding: 2px 0 2px 22px; font-size: 16px; font-size: 1.6rem; line-height: 20px; color: #666; }
.header .erji > li:hover > a, .header .sanji > li:hover > a { color: #172a88; }
.header .cate-select { z-index: 99; position: absolute; top: 100%; width: 100%; left: 0; display: block; visibility: hidden; opacity: 0; -webkit-transform: translateY(30px); -moz-transform: translateY(30px); -ms-transform: translateY(30px); -o-transform: translateY(30px); transform: translateY(30px); -webkit-transform-origin: top; -moz-transform-origin: top; -ms-transform-origin: top; -o-transform-origin: top; transform-origin: top; -webkit-transition: all 400ms ease; -o-transition: all 400ms ease; -moz-transition: all 400ms ease; transition: all 400ms ease; background-color: #fff; background-color: rgba(255, 255, 255, 0.95); border: 1px solid #F3F3F3; box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.15); }
@media screen and (max-width: 991px) { .header .cate-select { display: none; } }
.header .cate-select .box-list { font-size: 0; letter-spacing: 0; padding: 37px 2% 0; }
@media screen and (max-width: 1219px) { .header .cate-select .box-list { padding: 30px 2% 0; } }
.header .cate-select .box-list .list-item { display: inline-block; vertical-align: top; width: 18.4%; margin-left:2%; padding-bottom: 30px; }
@media screen and (max-width: 1219px) { .header .cate-select .box-list .list-item { padding-bottom: 25px; } }
@media screen and (max-width: 991px) { .header .cate-select .box-list .list-item { width: 31.33%; margin-left: 1% !important; margin-right: 1%; } }
@media screen and (max-width: 480px) { .header .cate-select .box-list .list-item { width: 48%; } }
/* .header .cate-select .box-list .item-title { margin-top: 14px; font-size: 18px; font-size: 1.8rem; line-height: 22px; text-align: center; } */
.header .cate-select .box-list .item-title { margin-top: 10px; font-size: 16px; font-size: 1.6rem; line-height: 22px; text-align: center; }
@media screen and (max-width: 1419px) { .header .cate-select .box-list .item-title { font-size: 14px; font-size: 1.4rem; } }
@media screen and (max-width: 1219px) { .header .cate-select .box-list .item-title { margin-top: 8px; font-size: 12px; font-size: 1.2rem; line-height: 18px;} }
@media screen and (max-width: 767px) { .header .cate-select .box-list .item-title { font-size: 12px; font-size: 1.2rem; margin-top: 5px; line-height: 18px; } }
.header .navlist1 { display: none; width: 100%; }
.header .navlist1 > li { float: left; width: 25%; text-align: center; }
.header .navlist1 > li > a { text-transform: uppercase; display: block; position: relative; line-height: 24px; padding-bottom: 5px; }
.header .navlist1 > li > a:before { position: absolute; content: ''; height: 2px; left: 50%; background-color: #172a88; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; bottom: 0; width: 0; }
.header .navlist1 > li.nav-active > a, .header .navlist1 > li:hover > a { color: #172a88; }
.header .navlist1 > li.nav-active > a:before, .header .navlist1 > li:hover > a:before { width: 33px; margin-left: -16.5px; }
/*-------------header end------------------------------------------------------------------*/
/*-------------footer start----------------------------------------------------------------*/
.footer ::-webkit-input-placeholder { color: #999; opacity: 1; }
/* WebKit browsers */
.footer :-o-placeholder { color: #999; opacity: 1; }
/* Mozilla Firefox 4 to 18 */
.footer ::-moz-placeholder { color: #999; opacity: 1; }
/* Mozilla Firefox 19+ */
.footer :-ms-input-placeholder { color: #999; opacity: 1; }
/* Internet Explorer 10+ */
.footer { background: url(../images/bg1.jpg) no-repeat center; background-attachment: fixed; position: relative; }
.footer:before { position: absolute; content: ''; top: 0; bottom: 0; left: 0; right: 0; background: url(../images/bg1.jpg) no-repeat center; background-size: cover; z-index: -1; }
.footer, .footer a { color: #666; }
.footer a:hover { color: #172a88; }
.footer .f-top { padding: 63px 0 25px; font-size: 0; letter-spacing: 0; }
.footer .f-top .flist { display: inline-block; vertical-align: top; margin-bottom: 30px; }
.footer .f-top .footer-title { line-height: 1.2; font-size: 24px; font-size: 2.4rem; text-transform: uppercase; margin-bottom: 17px; }
.footer .f-top .footer-title, .footer .f-top .footer-title a { color: #333; }
.footer .f-top .footer-title a:hover { color: #172a88; }
@media screen and (max-width: 767px) { .footer .f-top .footer-title { font-size: 20px; font-size: 2rem; margin-bottom: 15px; } }
.footer .f-top .flist1 { width: 30.21429%; padding-right: 15px; }
.footer .f-top .flist1 .logo1 { max-width: 268px; display: block; margin-bottom: 57px; margin-top: 44px; }
.footer .f-top .flist1 .logo1 img { display: block; width: 100%; }
@media screen and (max-width: 1219px) { .footer .f-top .flist1 .logo1 { margin: 20px 0 30px; } }
.footer .f-top .flist2 { width: 18.85714%; padding-right: 15px; }
.footer .f-top .flist2 .box-list { line-height: 28px; font-size: 16px; font-size: 1.6rem; }
.footer .f-top .flist2 .box-list li { margin-bottom: 8px; }
@media screen and (max-width: 991px) { .footer .f-top .flist2 .box-list { font-size: 14px; font-size: 1.4rem; line-height: 24px; } }
.footer .f-top .flist3 { width: 27.85714%; padding-right: 15px; }
.footer .f-top .flist3 .box-list li { position: relative; padding-left: 45px; line-height: 28px; margin-bottom: 22px; }
@media screen and (max-width: 991px) { .footer .f-top .flist3 .box-list li { margin-bottom: 15px; padding-left: 40px; } }
.footer .f-top .flist3 .box-list .iconfont { position: absolute; font-size: 29px; font-size: 2.9rem; color: #172a88; left: 0; top: 12px; }
@media screen and (max-width: 991px) { .footer .f-top .flist3 .box-list .iconfont { font-size: 26px; font-size: 2.6rem; } }
.footer .f-top .flist3 .box-list .item-title { font-size: 16px; font-size: 1.6rem; color: #172a88; }
.footer .f-top .flist3 .box-list .item-desc { font-size: 14px; font-size: 1.4rem; }
.footer .f-top .flist3 .box-list .item-desc a { display: inline-block; margin-left: 10px; }
.footer .f-top .flist3 .box-list .item-desc a:first-child { margin-left: 0; }
.footer .f-top .flist4 { width: 23.07143%; }
@media screen and (max-width: 1419px) { .footer .f-top .flist1 { width: 25.71429%; }
  .footer .f-top .flist4 { width: 27.57143%; } }
@media screen and (max-width: 1219px) { .footer .f-top { padding-top: 40px; }
  .footer .f-top .flist1 { padding-right: 20px; } }
@media screen and (max-width: 991px) { .footer .f-top { padding-bottom: 0; }
  .footer .f-top .flist1 { width: 270px; padding-right: 40px; }
  .footer .f-top .flist2 { width: 200px; }
  .footer .f-top .flist3 { width: 250px; }
  .footer .f-top .flist4 { width: 100%; } }
@media screen and (max-width: 767px) { .footer .f-top { padding: 25px 0 10px; }
  .footer .f-top .flist2, .footer .f-top .flist3, .footer .f-top .flist1 { display: none; }
  .footer .f-top .flist4 { width: 100%; margin-bottom: 0; padding-bottom: 25px; } }
.footer .f-follow { font-size: 0; letter-spacing: 0; }
.footer .f-follow a { display: inline-block; vertical-align: top; margin-left: 12px; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; }
.footer .f-follow a:first-child { margin-left: 0; }
.footer .f-follow a:hover { margin-top: -5px; margin-bottom: 5px; text-decoration: none; }
.footer .f-follow a .iconfont { display: block; font-size: 34px; font-size: 3.4rem; color: #172a88; }
footer .f-follow a .iconfont.icon-vk{
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: solid 2px #172a88;
  line-height: 30px;
  text-align: center;
  font-size: 20px;
  font-size: 2.0rem;
}
@media screen and (max-width: 1219px) { .footer .f-follow a { margin-left: 5px; }
  .footer .f-follow a .iconfont { font-size: 28px; font-size: 2.8rem; }
footer .f-follow a .iconfont.icon-vk{
width: 28px;
  height: 28px;
 line-height: 26px;
 font-size: 18px;
  font-size:1.8rem;
  border-width:1px;
}
  }
@media screen and (max-width: 767px) {
.footer .f-follow a { margin-left: 6px; }
  .footer .f-follow a .iconfont { font-size: 26px; font-size: 2.6rem; line-height:26px}
  footer .f-follow a .iconfont.icon-vk{
width: 26px;
  height: 26px;
 line-height: 24px;
 font-size: 16px;
  font-size:1.6rem;
  border-width:1px;
}
  }
.footer .keywords { font-size: 14px; font-size: 1.4rem; line-height: 24px; text-align: center; margin-bottom: 15px; }
.footer .keywords, .footer .keywords a { color: #666; }
.footer .keywords a:hover { color: #172a88; }
@media screen and (max-width: 991px) { .footer .keywords { margin-bottom: 10px; } }
@media screen and (max-width: 767px) { .footer .keywords { display: none; } }
.footer .f-bot { padding-top: 13px; padding-bottom: 5px; line-height: 22px; text-align: center; background-color: #E1E1E1; background-color: rgba(225, 225, 225, 0.9); }
.footer .f-bot, .footer .f-bot a { color: #999; }
.footer .f-bot a:hover { color: #172a88; }
.footer .f-bot .f-follow { display: none; }
.footer .f-bot .copyright { margin-bottom: 4px; }
.footer .f-bot .copyright img { margin-left: 5px; }
.footer .f-bot .links a { display: inline-block; margin-right: 30px; }
@media screen and (max-width: 767px) { .footer .f-bot { padding-top: 20px; padding-bottom: 15px; }
  .footer .f-bot .f-follow { display: block; margin-bottom: 10px; }
  .footer .f-bot .links { display: none; }
  .footer .f-bot .copyright { margin-bottom: 0; font-size: 12px; font-size: 1.2rem; line-height: 20px; } }
/*-------------footer end------------------------------------------------------------------*/
.news-list { padding-top: 10px; }
@media screen and (max-width: 767px) { .news-list { padding-top: 0; } }
.news-list .list-item { margin-top: 35px; }
.news-list .list-item:first-child { margin-top: 0; }
@media screen and (max-width: 991px) { .news-list .list-item { margin-top: 20px; } }
.news-list .item-pic { float: left; width: 100px; margin-right: 17px; }
@media screen and (max-width: 767px) { .news-list .item-pic { margin-right: 12px; } }
.news-list .item-title { font-size: 16px; font-size: 1.6rem; line-height: 30px; height: 60px; margin-top: -4px; margin-bottom: 7px; }
@media screen and (max-width: 767px) { .news-list .item-title { font-size: 14px; font-size: 1.4rem; line-height: 24px; height: 48px; margin: 0 0 7px; } }
.news-list .item-date { font-size: 14px; font-size: 1.4rem; line-height: 20px; color: #999; }
.news-list .item-date .iconfont { margin-right: 4px; }
@media screen and (max-width: 767px) { .news-list .item-date { font-size: 12px; font-size: 1.2rem; } }
/*-------------index start-----------------------------------------------------------------*/
/* index-title start */
.index-title { font-size: 46px; font-size: 4.6rem; text-transform: uppercase; line-height: 1.1; }
.index-title strong { font-weight: normal; font-family: "Poppins-Bold"; color: #172a88; }
.index-title a:hover { color: #172a88; }
@media screen and (max-width: 1419px) { .index-title { font-size: 40px; font-size: 4rem; } }
@media screen and (max-width: 1219px) { .index-title { font-size: 34px; font-size: 3.4rem; } }
@media screen and (max-width: 991px) { .index-title { font-size: 28px; font-size: 2.8rem; } }
@media screen and (max-width: 767px) { .index-title { font-size: 22px; font-size: 2.2rem; } }
.index-btn { display: inline-block; min-width: 165px; line-height: 20px; padding: 11px 10px 12px; text-align: center; border-radius: 23px; border: solid 1px #172a88; color: #172a88; font-size: 16px; font-size: 1.6rem; }
.index-btn:hover { border-color: #172a88; background-color: #172a88; color: #fff; }
@media screen and (max-width: 1219px) { .index-btn { min-width: 150px; padding: 10px; } }
@media screen and (max-width: 991px) { .index-btn { min-width: 130px; padding: 8px; font-size: 14px; font-size: 1.4rem; } }
@media screen and (max-width: 767px) { .index-btn { padding: 5px; min-width: 110px; font-size: 12px; font-size: 1.2rem; } }
/* index-title end */
/* index-service start */
.index-service { padding: 101px 0 99px; }
@media screen and (max-width: 1219px) { .index-service { padding: 70px 0 70px; } }
@media screen and (max-width: 991px) { .index-service { padding: 50px 0 30px; } }
@media screen and (max-width: 767px) { .index-service { padding: 30px 0 10px; } }
.index-service .item-box { position: relative; overflow: hidden; }
.index-service .item-box > img { visibility: hidden; display: block !important; width: 47.28571% !important; }
@media screen and (max-width: 991px) { .index-service .item-box > img { display: none !important; } }
.index-service .box-list { font-size: 0; letter-spacing: 0; position: absolute; top: 0; height: 100%; left: 0; right: 0; overflow: hidden; }
@media screen and (max-width: 991px) { .index-service .box-list { position: relative; } }
.index-service .box-list .list-item { display: inline-block; vertical-align: top; width: 17.14286%; margin-left: 0.42857%; overflow: hidden; -webkit-transition: width .8s; -o-transition: width .8s; -moz-transition: width .8s; transition: width .8s; position: relative; height: 100%; }
@media screen and (max-width: 991px) { .index-service .box-list .list-item { width: 48%; margin: 0 1% 20px !important; } }
@media screen and (min-width: 992px) { .index-service .box-list .list-item .item-pic { position: absolute; top: 0; bottom: 0; margin: 0 auto; -webkit-transition: width .8s; -o-transition: width .8s; -moz-transition: width .8s; transition: width .8s; }
  .index-service .box-list .list-item .item-pic img { max-width: none; height: 100%; width: auto !important; }
  .index-service .box-list .list-item.active { width: 47.28571%; }
  .index-service .box-list .list-item:hover .item-body { bottom: -200px; }
  .index-service .box-list .list-item:hover .item-backdrop { width: 100%; } }
.index-service .box-list .item-body { position: absolute; bottom: 0; left: 0; width: 100%; padding-bottom: 15px; -webkit-transition: all .8s; -o-transition: all .8s; -moz-transition: all .8s; transition: all .8s; }
@media screen and (max-width: 991px) { .index-service .box-list .item-body { display: none; } }
.index-service .box-list .item-body .item-pics { width: 64px; margin: 0 auto 20px; }
.index-service .box-list .item-body .item-subt { font-size: 18px; font-size: 1.8rem; line-height: 24px; text-align: center; }
.index-service .box-list .item-body .item-subt, .index-service .box-list .item-body .item-subt a { color: #fff; }
.index-service .box-list .item-backdrop { position: absolute; left: 0; bottom: 0; top: 0; background-color: #000; background-color: rgba(0, 0, 0, 0.6); text-align: center; -webkit-transition: all .8s; -o-transition: all .8s; -moz-transition: all .8s; transition: all .8s; overflow: hidden; width: 0; }
@media screen and (max-width: 991px) { .index-service .box-list .item-backdrop { position: relative; width: 100%; padding: 15px 5px; overflow: visible; } }
@media screen and (max-width: 767px) { .index-service .box-list .item-backdrop { padding: 10px 5px; } }
.index-service .box-list .item-backdrop .item-info { max-width: 485px; margin: 0 auto; padding: 0 10px; }
.index-service .box-list .item-backdrop .item-pics { width: 64px; margin: 0 auto 27px; }
@media screen and (max-width: 1219px) { .index-service .box-list .item-backdrop .item-pics { margin-bottom: 15px; } }
@media screen and (max-width: 991px) { .index-service .box-list .item-backdrop .item-pics { margin: -70px auto 20px; width: 44px; position: relative; z-index: 2; } }
@media screen and (max-width: 767px) { .index-service .box-list .item-backdrop .item-pics { margin-top: -60px; } }
@media screen and (max-width: 480px) { .index-service .box-list .item-backdrop .item-pics { width: 30px; margin-top: -44px; margin-bottom: 10px; } }
.index-service .box-list .item-backdrop .item-title { font-size: 34px; font-size: 3.4rem; line-height: 1.2; margin-bottom: 29px; }
.index-service .box-list .item-backdrop .item-title, .index-service .box-list .item-backdrop .item-title a { color: #fff; }
.index-service .box-list .item-backdrop .item-title, .index-service .box-list .item-backdrop .item-title a:hover{ color: #fff !important;}
@media screen and (max-width: 1419px) { .index-service .box-list .item-backdrop .item-title { font-size: 28px; font-size: 2.8rem; margin-bottom: 20px; } }
@media screen and (max-width: 1219px) { .index-service .box-list .item-backdrop .item-title { margin-bottom: 15px; font-size: 20px; font-size: 2rem; } }
@media screen and (max-width: 991px) { .index-service .box-list .item-backdrop .item-title { font-size: 18px; font-size: 1.8rem; margin-bottom: 8px; } }
@media screen and (max-width: 767px) { .index-service .box-list .item-backdrop .item-title { font-size: 16px; font-size: 1.6rem; margin-bottom: 5px; } }
.index-service .box-list .item-backdrop .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 30px; max-height: 90px; margin-bottom: 43px; }
.index-service .box-list .item-backdrop .item-desc, .index-service .box-list .item-backdrop .item-desc a { color: #fff; }
.index-service .box-list .item-backdrop .item-desc, .index-service .box-list .item-backdrop .item-desc a:hover { color: #fff !important; }
@media screen and (max-width: 1219px) { .index-service .box-list .item-backdrop .item-desc { line-height: 24px; max-height: 72px; margin-bottom: 30px; } }
@media screen and (max-width: 991px) { .index-service .box-list .item-backdrop .item-desc { font-size: 14px; font-size: 1.4rem; margin-bottom: 15px; line-height: 20px; height: 60px; } }
@media screen and (max-width: 767px) { .index-service .box-list .item-backdrop .item-desc { font-size: 12px; font-size: 1.2rem; margin-bottom: 10px; height: 40px; } }
.index-service .box-list .item-backdrop .index-btn { border-color: #fff; color: #fff; }
/* index-service end */
/* index-cate start */
.index-cate { background: url(../images/bg1.jpg) no-repeat center; background-attachment: fixed; position: relative; padding: 99px 0 71px; }
.index-cate:before { position: absolute; content: ''; top: 0; bottom: 0; left: 0; right: 0; background: url(../images/bg1.jpg) no-repeat center; background-size: cover; z-index: -1; }
@media screen and (max-width: 1219px) { .index-cate { padding: 70px 0 50px; } }
@media screen and (max-width: 991px) { .index-cate { padding: 50px 0 30px; } }
@media screen and (max-width: 767px) { .index-cate { padding: 30px 0 10px; } }
.index-cate .wp { position: relative; }
.index-cate .left-item { float: left; width: 33.42857%; }
@media screen and (max-width: 991px) { .index-cate .left-item { width: 49.85714%; } }
.index-cate .right-item { float: right; width: 31.5%; }
@media screen and (max-width: 991px) { .index-cate .right-item { width: 47%; } }
.index-cate .middle-item { position: absolute; width: 32.07143%; top: 0; left: 34.92857%; }
@media screen and (max-width: 991px) { .index-cate .middle-item { width: 100%; position: relative; left: auto; margin-bottom: 20px; }
  .index-cate .middle-item .list-item { float: right; width: 47%; margin-bottom: 0; } }
@media screen and (max-width: 400px) { .index-cate .middle-item .list-item { width: 100%; } }
.index-cate .top-item { background-color: #172a88; margin-bottom: 20px; height: 244px; text-align: center; padding: 0 10px; }
@media screen and (max-width: 1419px) { .index-cate .top-item { height: 210px; } }
@media screen and (max-width: 1219px) { .index-cate .top-item { height: 167px; } }
@media screen and (max-width: 991px) { .index-cate .top-item { width: 49.85714%; position: absolute; top: 0; bottom: 0; left: 0; height: 100%; } }
@media screen and (max-width: 400px) { .index-cate .top-item { position: relative; width: 100%; padding: 20px 10px; } }
.index-cate .top-item .index-title { margin-bottom: 17px; }
.index-cate .top-item .index-title, .index-cate .top-item .index-title a, .index-cate .top-item .index-title strong { color: #fff; }
.index-cate .top-item .index-title a:hover, .index-cate .top-item .index-title a:hover strong { color: #000 !important; }
@media screen and (max-width: 1219px) { .index-cate .top-item .index-title { margin-bottom: 7px; } }
.index-cate .top-item .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 30px; max-height: 60px; }
.index-cate .top-item .item-desc, .index-cate .top-item .item-desc a { color: #fff; }
.index-cate .top-item .item-desc, .index-cate .top-item .item-desc a:hover { color: #fff !important; }
.index-cate .top-item .item-desc a:hover { color: #fff !important; }
@media screen and (max-width: 1219px) { .index-cate .top-item .item-desc { line-height: 24px; max-height: 48px; } }
@media screen and (max-width: 991px) { .index-cate .top-item .item-desc { max-height: none; } }
@media screen and (max-width: 767px) { .index-cate .top-item .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 20px; } }
.index-cate .list-item { position: relative; overflow: hidden; margin-bottom: 20px; }
.index-cate .list-item:hover .item-subt { bottom: -50px; }
.index-cate .list-item:hover .item-backdrop { height: 100%; }
.index-cate .list-item .item-subt { position: absolute; bottom: 0; left: 0; right: 0; background-color: #000; background-color: rgba(0, 0, 0, 0.6); font-size: 20px; font-size: 2rem; text-align: center; line-height: 24px; padding: 8px; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; }
.index-cate .list-item .item-subt, .index-cate .list-item .item-subt a { color: #fff; }
.index-cate .list-item .item-subt, .index-cate .list-item .item-subt a:hover { color: #fff !important; }
@media screen and (max-width: 1219px) { .index-cate .list-item .item-subt { font-size: 18px; font-size: 1.8rem; } }
@media screen and (max-width: 991px) { .index-cate .list-item .item-subt { display: none; } }
.index-cate .list-item .item-backdrop { position: absolute; left: 0; right: 0; top: 0; background-color: #000; background-color: rgba(0, 0, 0, 0.6); text-align: center; padding: 0 10px; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; overflow: hidden; height: 0; }
@media screen and (max-width: 991px) { .index-cate .list-item .item-backdrop { position: relative; height: auto; padding: 15px 5px; } }
@media screen and (max-width: 767px) { .index-cate .list-item .item-backdrop { padding: 10px 5px; } }
.index-cate .list-item .item-title { font-size: 24px; font-size: 2.4rem; line-height: 1.2; margin-bottom: 28px; }
.index-cate .list-item .item-title, .index-cate .list-item .item-title a { color: #fff; }
.index-cate .list-item .item-title, .index-cate .list-item .item-title a:hover { color: #fff !important; }
@media screen and (max-width: 1219px) { .index-cate .list-item .item-title { margin-bottom: 15px; font-size: 20px; font-size: 2rem; } }
@media screen and (max-width: 991px) { .index-cate .list-item .item-title { font-size: 18px; font-size: 1.8rem; margin-bottom: 8px; } }
@media screen and (max-width: 767px) { .index-cate .list-item .item-title { font-size: 16px; font-size: 1.6rem; margin-bottom: 5px; } }
.index-cate .list-item .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 30px; max-height: 60px; margin-bottom: 40px; }
.index-cate .list-item .item-desc, .index-cate .list-item .item-desc a { color: #fff; }
.index-cate .list-item .item-desc, .index-cate .list-item .item-desc a:hover{ color: #fff !important;}
@media screen and (max-width: 1219px) { .index-cate .list-item .item-desc { line-height: 24px; max-height: 48px; margin-bottom: 30px; } }
@media screen and (max-width: 991px) { .index-cate .list-item .item-desc { font-size: 14px; font-size: 1.4rem; margin-bottom: 15px; line-height: 20px; height: 40px; } }
@media screen and (max-width: 767px) { .index-cate .list-item .item-desc { font-size: 12px; font-size: 1.2rem; margin-bottom: 10px; } }
.index-cate .list-item .index-btn { border-color: #fff; color: #fff; }
/* index-cate end */
/* index-appbox start */
.index-appbox { margin-bottom: 38px; background: url(../images/bg2.jpg) no-repeat bottom center; padding: 92px 0 114px; }
@media screen and (max-width: 1300px) { .index-appbox { background-size: contain; } }
@media screen and (max-width: 1219px) { .index-appbox { padding: 70px 0; } }
@media screen and (max-width: 991px) { .index-appbox { padding: 50px 0; } }
@media screen and (max-width: 767px) { .index-appbox { padding: 30px 0; margin-bottom: 30px; } }
.index-appbox .index-title { text-align: center; margin-bottom: 58px; }
@media screen and (max-width: 1419px) { .index-appbox .index-title { margin-bottom: 40px; } }
@media screen and (max-width: 1219px) { .index-appbox .index-title { margin-bottom: 30px; } }
@media screen and (max-width: 767px) { .index-appbox .index-title { margin-bottom: 20px; } }
@media screen and (max-width: 991px) { .index-appbox .index-title { margin-bottom: 15px; } }
.app-scroll { position: relative; padding: 0 55px; }
@media screen and (max-width: 767px) { .app-scroll { padding: 0 35px; } }
@media screen and (max-width: 480px) { .app-scroll { padding: 0; } }
.app-scroll .scroll-btns { font-size: 0; letter-spacing: 0; text-align: center; }
.app-scroll .scroll-btns .scroll-btn { display: inline-block; vertical-align: middle; cursor: pointer; color: #666; font-size: 15px; font-size: 1.5rem; width: 37px; height: 37px; text-align: center; border-radius: 50%; line-height: 35px; border: solid 1px #E0E0E0; position: absolute; top: 50%; margin-top: -18px; }
.app-scroll .scroll-btns .scroll-btn:hover { border-color: #172a88; color: #172a88; }
.app-scroll .scroll-btns .scroll-btn.prev { left: 0; }
.app-scroll .scroll-btns .scroll-btn.next { right: 0; }
@media screen and (max-width: 767px) { .app-scroll .scroll-btns .scroll-btn { margin-top: -15px; width: 30px; height: 30px; line-height: 28px; font-size: 14px; font-size: 1.4rem; } }
@media screen and (max-width: 480px) { .app-scroll .scroll-btns .scroll-btn { position: relative; margin: 20px 5px 0; } }
.app-scroll .scroll-list-box { width: 100%; overflow: hidden; }
.app-scroll .scroll-list { width: 10000%; }
.app-scroll .scroll-list .list-item { float: left; width: 0.49612%; margin-right: 0.00775%; padding: 5px 5px 0; }
@media screen and (max-width: 991px) { .app-scroll .scroll-list .list-item { width: 1%; margin-right: 0; } }
.app-scroll .scroll-list .item-desc { background: #FFFFFF; box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1); opacity: 0.8; border-radius: 10px; font-size: 16px; font-size: 1.6rem; padding: 46px 30px 41px; margin-bottom: 36px; position: relative; }
.app-scroll .scroll-list .item-desc:before, .app-scroll .scroll-list .item-desc:after { position: absolute; content: ''; width: 21px; height: 16px; background-size: contain; }
.app-scroll .scroll-list .item-desc:before { background: url(../images/bg3.png) no-repeat center; left: 21px; top: 21px; }
.app-scroll .scroll-list .item-desc:after { background: url(../images/bg4.png) no-repeat center; right: 21px; bottom: 21px; }
.app-scroll .scroll-list .item-desc, .app-scroll .scroll-list .item-desc a { color: #333; }
.app-scroll .scroll-list .item-desc p { overflow: hidden; line-height: 30px; }
@media screen and (max-width: 1219px) { .app-scroll .scroll-list .item-desc p { line-height: 26px; }
  .app-scroll .scroll-list .item-desc:before { left: 15px; top: 15px; }
  .app-scroll .scroll-list .item-desc:after { right: 15px; bottom: 15px; } }
@media screen and (max-width: 991px) { .app-scroll .scroll-list .item-desc { margin-bottom: 20px; }
  .app-scroll .scroll-list .item-desc p { line-height: 22px; } }
@media screen and (max-width: 767px) { .app-scroll .scroll-list .item-desc { padding: 30px 15px 30px; font-size: 14px; font-size: 1.4rem; }
  .app-scroll .scroll-list .item-desc:before { left: 8px; top: 8px; }
  .app-scroll .scroll-list .item-desc:after { right: 8px; bottom: 8px; } }
.app-scroll .scroll-list .item-pic { width: 114px; margin-right: 25px; margin-left: 9px; float: left; border-radius: 50%; box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }
@media screen and (max-width: 991px) { .app-scroll .scroll-list .item-pic { width: 90px; margin-right: 15px; } }
@media screen and (max-width: 767px) { .app-scroll .scroll-list .item-pic { width: 70px; margin-right: 10px; } }
.app-scroll .scroll-list .item-title { margin-top: 25px; }
@media screen and (max-width: 767px) { .app-scroll .scroll-list .item-title { margin-top: 13px; } }
.app-scroll .scroll-list .item-subt, .app-scroll .scroll-list .item-title { font-size: 18px; font-size: 1.8rem; line-height: 30px; }
.app-scroll .scroll-list .item-subt, .app-scroll .scroll-list .item-subt a, .app-scroll .scroll-list .item-title, .app-scroll .scroll-list .item-title a { color: #666; }
@media screen and (max-width: 991px) { .app-scroll .scroll-list .item-subt, .app-scroll .scroll-list .item-title { font-size: 16px; font-size: 1.6rem; line-height: 26px; } }
@media screen and (max-width: 767px) { .app-scroll .scroll-list .item-subt, .app-scroll .scroll-list .item-title { font-size: 14px; font-size: 1.4rem; line-height: 22px; } }
/* index-appbox end */
/* index-about start */
.index-about { margin-bottom: 169px; }
@media screen and (max-width: 1419px) { .index-about { margin-bottom: 100px; } }
@media screen and (max-width: 1219px) { .index-about { margin-bottom: 70px; } }
@media screen and (max-width: 991px) { .index-about { margin-bottom: 50px; } }
@media screen and (max-width: 767px) { .index-about { margin-bottom: 30px; } }
.index-about .right-item { float: right; width: 48.14286%; margin-left: 8.57143%; padding-right: 35px; position: relative; }
@media screen and (max-width: 1219px) { .index-about .right-item { margin-left: 3.57143%; } }
@media screen and (max-width: 991px) { .index-about .right-item { padding-right: 25px; } }
@media screen and (max-width: 767px) { .index-about .right-item { padding-right: 20px; float: none; width: 100%; margin: 0 auto 25px; max-width: 500px; } }
.index-about .right-item:before { position: absolute; content: 'Trioflor Group Co., Ltd'; -webkit-writing-mode: vertical-rl; -ms-writing-mode: tb-rl; writing-mode: vertical-rl; font-size: 20px; font-size: 2rem; color: #172a88; line-height: 1; letter-spacing: 1px; bottom: 0; right: 0; }
@media screen and (max-width: 991px) { .index-about .right-item:before { font-size: 18px; font-size: 1.8rem; } }
@media screen and (max-width: 767px) { .index-about .right-item:before { font-size: 16px; font-size: 1.6rem; } }
.index-about .right-item .item-pic { padding: 0 2.96736% 4% 0; position: relative; }
.index-about .right-item .item-pic:before { position: absolute; content: ''; bottom: 0; right: 0; top: 12.54545%; left: 6.97329%; background-color: #172a88; opacity: 0.3; filter: alpha(opacity=30); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; }
.index-about .right-item .item-pic a { overflow: hidden; display: block; position: relative; z-index: 2; }
.index-about .item-body { overflow: hidden; padding-top: 8px; }
.index-about .item-body .item-desc { font-size: 16px; font-size: 1.6rem; margin-bottom: 38px; border-top: solid 1px #E8D7CA; padding-top: 30px; margin-top: 24px; }
.index-about .item-body .item-desc, .index-about .item-body .item-desc a { color: #666; }
.index-about .item-body .item-desc a:hover { color: #172a88; }
.index-about .item-body .item-desc a { display: block; overflow: hidden; height: 150px; line-height: 30px; }
@media screen and (max-width: 1219px) { .index-about .item-body .item-desc { margin-top: 15px; padding-top: 15px; margin-bottom: 30px; }
  .index-about .item-body .item-desc a { line-height: 26px; height: 104px; } }
@media screen and (max-width: 991px) { .index-about .item-body .item-desc { margin-top: 10px; padding-top: 10px; margin-bottom: 20px; font-size: 14px; font-size: 1.4rem; }
  .index-about .item-body .item-desc a { line-height: 22px; height: 88px; } }
@media screen and (max-width: 767px) { .index-about .item-body .item-desc { font-size: 12px; font-size: 1.2rem; }
  .index-about .item-body .item-desc a { line-height: 20px; height: auto; } }
.index-about .icon-list { font-size: 0; letter-spacing: 0; margin-bottom: 27px; }
@media screen and (max-width: 1219px) { .index-about .icon-list { margin-bottom: 10px; } }
@media screen and (max-width: 991px) { .index-about .icon-list { margin-bottom: 0; } }
.index-about .icon-list .list-item { display: inline-block; vertical-align: top; width: 105px; margin-left: 51px; text-align: center; margin-bottom: 20px; }
@media screen and (max-width: 1419px) { .index-about .icon-list .list-item { margin-left: 30px; } }
@media screen and (max-width: 1219px) { .index-about .icon-list .list-item { width: 23.5%; margin-left: 2%; } }
@media screen and (max-width: 991px) { .index-about .icon-list .list-item { margin-bottom: 15px; } }
.index-about .icon-list .item-pic { max-width: 95px; margin: 0 auto 8px; }
@media screen and (max-width: 1219px) { .index-about .icon-list .item-pic { max-width: 80px; } }
@media screen and (max-width: 991px) { .index-about .icon-list .item-pic { max-width: 60px; } }
.index-about .icon-list .item-title { font-size: 16px; font-size: 1.6rem; line-height: 26px; }
.index-about .icon-list .item-title, .index-about .icon-list .item-title a { color: #172a88; }
.index-about .icon-list .item-title a:hover { color: #000 !important; }
@media screen and (max-width: 1219px) { .index-about .icon-list .item-title { line-height: 22px; font-size: 14px; font-size: 1.4rem; } }
@media screen and (max-width: 991px) { .index-about .icon-list .item-title { font-size: 12px; font-size: 1.2rem; line-height: 20px; } }
/* index-about end */
/* index-aboutimg start */
.index-aboutimg .box-list { font-size: 0; letter-spacing: 0; text-align: center; }
.index-aboutimg .box-list .list-item { display: inline-block; vertical-align: top; width: 19.79167%; margin-left: 0.26042%; margin-bottom: 5px; }
@media screen and (max-width: 640px) { .index-aboutimg .box-list .list-item { width: 32.33%; margin: 0 0.5% 5px !important; } }
/* index-aboutimg end */
/*-------------index end-------------------------------------------------------------------*/
.page_wrap { padding-bottom: 125px; }
@media screen and (max-width: 1219px) { .page_wrap { padding-bottom: 70px; } }
@media screen and (max-width: 991px) { .page_wrap { padding-bottom: 50px; } }
@media screen and (max-width: 767px) { .page_wrap { padding-bottom: 30px; } }
.page-item .item-title { text-align: center; font-size: 30px; font-size: 3rem; line-height: 1.2; text-transform: uppercase; font-family: "Poppins-Regular"; margin-bottom:38px;}
@media screen and (max-width: 1219px) { .page-item .item-title { font-size: 26px; font-size: 2.6rem; } }
@media screen and (max-width: 991px) { .page-item .item-title { font-size: 22px; font-size: 2.2rem; } }
@media screen and (max-width: 767px) { .page-item .item-title { font-size: 18px; font-size: 1.8rem; } }
.page-item .item-desc { margin-top: 21px; font-size: 16px; font-size: 1.6rem; line-height: 30px; text-align: center; }
.page-item .item-desc p { min-height: 30px; }
.page-item .item-desc img, .page-item .item-desc iframe { max-width: 100%; }
.page-item .item-desc, .page-item .item-desc a { 
    /*color: #333; */
        font-weight: bold;
    color: #172a88;
    }
@media screen and (max-width: 1219px) { .page-item .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 24px; }
  .page-item .item-desc p { min-height: 24px; } }
@media screen and (max-width: 991px) { .page-item .item-desc { margin-top: 15px; font-size: 14px; font-size: 1.4rem; line-height: 22px; }
  .page-item .item-desc p { min-height: 22px; } }
@media screen and (max-width: 767px) { .page-item .item-desc { margin-top: 10px; font-size: 12px; font-size: 1.2rem; line-height: 20px; }
  .page-item .item-desc p { min-height: 20px; } }
/*-------------1-1-products start----------------------------------------------------------*/
/* pro-cate start */
.pro-cate { font-size: 0; letter-spacing: 0; margin-bottom: 68px; }
@media screen and (max-width: 1419px) { .pro-cate { margin-bottom: 50px; } }
@media screen and (max-width: 1219px) { .pro-cate { margin-bottom: 40px; } }
@media screen and (max-width: 991px) { .pro-cate { margin-bottom: 30px; } }
@media screen and (max-width: 767px) { .pro-cate { margin-bottom: 20px; } }
.pro-cate > li { display: inline-block; vertical-align: top; min-width: 242px; margin-left: 47px; margin-bottom: 10px; position: relative; }
.pro-cate > li:first-child { margin-left: 0; }
@media screen and (max-width: 1419px) { .pro-cate > li { margin-left: 15px; min-width: 225px; } }
@media screen and (max-width: 1219px) { .pro-cate > li { min-width: 168px; } }
@media screen and (max-width: 991px) { .pro-cate > li { width: 31.33%; min-width: auto; margin: 0 1% 10px !important; }
  .pro-cate > li:nth-child(4), .pro-cate > li:nth-child(5) { width: 48%; } }
@media screen and (max-width: 480px) { .pro-cate > li { width: 27%; }
  .pro-cate > li:first-child { width: 40%; } }
.pro-cate > li > a { display: block; font-size: 18px; font-size: 1.8rem; color: #172a88; border: solid 1px #172a88; text-align: center; line-height: 24px; padding: 12px 10px; border-radius: 25px; }
@media screen and (max-width: 1219px) { .pro-cate > li > a { font-size: 16px; font-size: 1.6rem; padding: 10px; line-height: 20px; } }
@media screen and (max-width: 767px) { .pro-cate > li > a { font-size: 14px; font-size: 1.4rem; padding: 8px 5px; } }
@media screen and (max-width: 640px) { .pro-cate > li > a { padding: 6px 4px; } }
.pro-cate > li:hover > a, .pro-cate > li.active > a { background-color: #172a88; color: #fff; }
.pro-cate .erji {display: none;  position: absolute; left: 0; top: 100%; width: 100%; background-color: #172a88; padding: 10px 0; margin-top: 1px; z-index: 2; }
.pro-cate .active .erji{display: block;}
.pro-cate .erji > li > a { color: #fff; padding-left: 49px; padding-right: 15px; line-height: 34px; font-size: 16px; font-size: 1.6rem; }
.pro-cate .erji > li > a:hover { color: #000; }
@media screen and (max-width: 1219px) { .pro-cate .erji > li > a { padding: 0 15px; line-height: 28px; font-size: 14px; font-size: 1.4rem; } }
@media screen and (max-width: 767px) { .pro-cate .erji > li > a { font-size: 12px; font-size: 1.2rem; line-height: 24px; } }
/* pro-cate end */
/* pro1-box1 start */
.pro1-box1 { margin-bottom: 88px; }
@media screen and (max-width: 1219px) { .pro1-box1 { margin-bottom: 70px; } }
@media screen and (max-width: 991px) { .pro1-box1 { margin-bottom: 50px; } }
@media screen and (max-width: 767px) { .pro1-box1 { margin-bottom: 30px; } }
.pro1-box1 .page-item { margin-bottom: 49px; }
@media screen and (max-width: 1219px) { .pro1-box1 .page-item { margin-bottom: 40px; } }
@media screen and (max-width: 991px) { .pro1-box1 .page-item { margin-bottom: 30px; } }
@media screen and (max-width: 767px) { .pro1-box1 .page-item { margin-bottom: 20px; } }
.pro1-box1 .item-box .item-pic { float: right; width: 35.71429%; overflow: hidden; }
.pro1-box1 .item-box .item-pic img { display: block !important; width: 100%; }
@media screen and (max-width: 991px) { .pro1-box1 .item-box .item-pic { margin-left: 2.85714%; } }
@media screen and (max-width: 767px) { .pro1-box1 .item-box .item-pic { width: 250px; } }
@media screen and (max-width: 480px) { .pro1-box1 .item-box .item-pic { float: none; width: 100%; margin: 0 auto 20px; } }
.pro1-box1 .item-box .item-body { float: left; height: 360px; width: 48.57143%; font-size: 16px; font-size: 1.6rem; line-height: 30px; }
.pro1-box1 .item-box .item-body p { min-height: 30px; }
@media screen and (max-width: 1419px) { .pro1-box1 .item-box .item-body { height: 310px; width: 54.28571%; } }
@media screen and (max-width: 1219px) { .pro1-box1 .item-box .item-body { height: 247px; line-height: 24px; font-size: 14px; font-size: 1.4rem; }
  .pro1-box1 .item-box .item-body p { min-height: 24px; } }
@media screen and (max-width: 991px) { .pro1-box1 .item-box .item-body { float: none; height: auto; width: 100%; }
  .pro1-box1 .item-box .item-body .item-table, .pro1-box1 .item-box .item-body .item-cell { display: inline; } }
@media screen and (max-width: 767px) { .pro1-box1 .item-box .item-body { font-size: 12px; font-size: 1.2rem; line-height: 20px; }
  .pro1-box1 .item-box .item-body p { min-height: 20px; } }
/* pro1-box1 end */
/* pro1-box2 start */
.pro1-box2 { margin-bottom: 57px; }
@media screen and (max-width: 1219px) { .pro1-box2 { margin-bottom: 40px; } }
@media screen and (max-width: 991px) { .pro1-box2 { margin-bottom: 20px; } }
@media screen and (max-width: 767px) { .pro1-box2 { margin-bottom: 10px; } }
.pro1-box2 .page-item { margin-bottom: 49px; }
@media screen and (max-width: 1219px) { .pro1-box2 .page-item { margin-bottom: 40px; } }
@media screen and (max-width: 991px) { .pro1-box2 .page-item { margin-bottom: 30px; } }
@media screen and (max-width: 767px) { .pro1-box2 .page-item { margin-bottom: 20px; } }
.pro1-box2 .box-list { font-size: 0; letter-spacing: 0; }
.pro1-box2 .box-list .list-item { display: inline-block; vertical-align: top; width: 21.42857%; margin-left: 4.7619%; background-color: #fff; border-radius: 6px; box-shadow: 0 0 5px rgba(0, 0, 0, 0.08); text-align: center; padding: 24px 24px 36px; min-height: 340px; margin-bottom: 30px; }
@media screen and (max-width: 1419px) { .pro1-box2 .box-list .list-item { padding: 20px 15px 25px; width: 23.5%; margin-left: 2%; } }
@media screen and (max-width: 1219px) { .pro1-box2 .box-list .list-item { padding: 20px 10px; } }
@media screen and (max-width: 991px) { .pro1-box2 .box-list .list-item { min-height: 280px; width: 48%; margin-left: 1% !important; margin-right: 1%; } }
@media screen and (max-width: 767px) { .pro1-box2 .box-list .list-item { min-height: auto; box-shadow: none; padding: 0; } }
@media screen and (max-width: 480px) { .pro1-box2 .box-list .list-item { width: 100%; margin-left: 0 !important; margin-right: 0; margin-bottom: 20px; } }
.pro1-box2 .box-list .item-pic { width: 99px; margin: 0 auto 21px; }
@media screen and (max-width: 1219px) { .pro1-box2 .box-list .item-pic { width: 88px; margin-bottom: 15px; } }
@media screen and (max-width: 767px) { .pro1-box2 .box-list .item-pic { width: 66px; margin-bottom: 10px; } }
.pro1-box2 .box-list .item-title { font-size: 18px; font-size: 1.8rem; line-height: 22px; margin-bottom: 17px; }
@media screen and (max-width: 1219px) { .pro1-box2 .box-list .item-title { margin-bottom: 10px; font-size: 16px; font-size: 1.6rem; } }
@media screen and (max-width: 767px) { .pro1-box2 .box-list .item-title { font-size: 14px; font-size: 1.4rem; margin-bottom: 8px; } }
.pro1-box2 .box-list .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 30px; }
.pro1-box2 .box-list .item-desc, .pro1-box2 .box-list .item-desc a { color: #656565; }
@media screen and (max-width: 1219px) { .pro1-box2 .box-list .item-desc { line-height: 24px; } }
@media screen and (max-width: 767px) { .pro1-box2 .box-list .item-desc { font-size: 12px; font-size: 1.2rem; line-height: 20px; } }
/* pro1-box2 end */
.pro1-box3 { margin-bottom: 50px; }
@media screen and (max-width: 1419px) { .pro1-box3 { margin-bottom: 100px; } }
@media screen and (max-width: 1219px) { .pro1-box3 { margin-bottom: 70px; } }
@media screen and (max-width: 991px) { .pro1-box3 { margin-bottom: 50px; } }
@media screen and (max-width: 767px) { .pro1-box3 { margin-bottom: 30px; } }
.pro1-box3 .page-item { 
    /*margin-bottom: 102px;*/
      margin-bottom: 52px;
    }
@media screen and (max-width: 1419px) { .pro1-box3 .page-item { margin-bottom: 60px; } }
@media screen and (max-width: 1219px) { .pro1-box3 .page-item { margin-bottom: 40px; } }
@media screen and (max-width: 991px) { .pro1-box3 .page-item { margin-bottom: 30px; } }
@media screen and (max-width: 767px) { .pro1-box3 .page-item { margin-bottom: 20px; } }
.pro1-box3 .item-box .item-pic { float: left; width: 433px; margin-left: 7.14286%; margin-right: 19.28571%; overflow: hidden; }
.pro1-box3 .item-box .item-pic img { display: block !important; width: 100%; }
@media screen and (max-width: 1419px) { .pro1-box3 .item-box .item-pic { margin-left: 0; margin-right: 10%; } }
@media screen and (max-width: 1219px) { .pro1-box3 .item-box .item-pic { width: 400px; margin-right: 2.85714%; } }
@media screen and (max-width: 767px) { .pro1-box3 .item-box .item-pic { width: 300px; } }
@media screen and (max-width: 480px) { .pro1-box3 .item-box .item-pic { float: none; width: 100%; margin: 0 auto 20px; } }
.pro1-box3 .item-box .item-body { padding-top: 8px; font-size: 16px; font-size: 1.6rem; line-height: 30px; }
.pro1-box3 .item-box .item-body p { min-height: 30px; }
.pro1-box3 .item-box .item-body img, .pro1-box3 .item-box .item-body iframe { max-width: 100%; }
@media screen and (max-width: 1419px) { .pro1-box3 .item-box .item-body { padding-top: 0; } }
@media screen and (max-width: 1219px) { .pro1-box3 .item-box .item-body { line-height: 24px; font-size: 14px; font-size: 1.4rem; }
  .pro1-box3 .item-box .item-body p { min-height: 24px; } }
@media screen and (max-width: 767px) { .pro1-box3 .item-box .item-body { font-size: 12px; font-size: 1.2rem; line-height: 20px; }
  .pro1-box3 .item-box .item-body p { min-height: 20px; } }
.pro1-box4 { margin-bottom: 87px; }
@media screen and (max-width: 1219px) { .pro1-box4 { margin-bottom: 70px; } }
@media screen and (max-width: 991px) { .pro1-box4 { margin-bottom: 50px; } }
@media screen and (max-width: 767px) { .pro1-box4 { margin-bottom: 30px; } }
.pro1-box4 .page-item { margin-bottom: 38px; }
@media screen and (max-width: 1219px) { .pro1-box4 .page-item { margin-bottom: 40px; } }
@media screen and (max-width: 991px) { .pro1-box4 .page-item { margin-bottom: 30px; } }
@media screen and (max-width: 767px) { .pro1-box4 .page-item { margin-bottom: 20px; } }
.pro1-box5 .page-item .item-title a { display: inline-block; }
.pro1-box5 .page-item .item-desc { text-align: left; }
/*-------------1-1-products end------------------------------------------------------------*/
/*-------------1-2-products start----------------------------------------------------------*/
/* pro2-box2 start */
.pro2-box2 { background-color: #F9F9F9; padding: 50px 0 44px; margin-bottom: 84px; }
@media screen and (max-width: 1219px) { .pro2-box2 { padding: 40px 0; margin-bottom: 70px; } }
@media screen and (max-width: 991px) { .pro2-box2 { padding: 30px 0; margin-bottom: 50px; } }
@media screen and (max-width: 767px) { .pro2-box2 { padding: 20px 0; margin-bottom: 30px; } }
.pro2-box2 .box-title { font-size: 20px; font-size: 2rem; text-align: center; line-height: 24px; margin-bottom: 46px; padding: 0 30px; }
@media screen and (max-width: 1419px) { .pro2-box2 .box-title { margin-bottom: 30px; } }
@media screen and (max-width: 1219px) { .pro2-box2 .box-title { font-size: 18px; font-size: 1.8rem; margin-bottom: 20px; } }
@media screen and (max-width: 991px) { .pro2-box2 .box-title { font-size: 16px; font-size: 1.6rem; margin-bottom: 15px; } }
@media screen and (max-width: 767px) { .pro2-box2 .box-title { font-size: 14px; font-size: 1.4rem; line-height: 20px; padding: 0 15px; } }
.pro2-box2 .box-desc { font-size: 0; letter-spacing: 0; }
.pro2-box2 .box-desc p { display: inline-block; vertical-align: top; width: 50%; font-size: 16px; font-size: 1.6rem; line-height: 30px; padding: 0 30px 0 50px; position: relative; }
.pro2-box2 .box-desc p:before { position: absolute; content: ''; left: 40px; top: 13px; width: 4px; height: 4px; background-color: #172a88; display: block; border-radius: 50%; }
@media screen and (max-width: 1219px) { .pro2-box2 .box-desc p { line-height: 26px; font-size: 14px; font-size: 1.4rem; padding: 0 30px; }
  .pro2-box2 .box-desc p:before { top: 11px; left: 20px; } }
@media screen and (max-width: 991px) { .pro2-box2 .box-desc p { width: 100%; } }
@media screen and (max-width: 767px) { .pro2-box2 .box-desc p { padding: 0 15px 0 20px; font-size: 12px; font-size: 1.2rem; line-height: 20px; }
  .pro2-box2 .box-desc p:before { left: 12px; top: 6px; } }
.pro2-box2 .box-desc, .pro2-box2 .box-desc a { color: #172a88; }
/* pro2-box2 end */
/* pro2-box3 start */
.pro2-box3 { margin-bottom: 91px; }
@media screen and (max-width: 1219px) { .pro2-box3 { margin-bottom: 70px; } }
@media screen and (max-width: 991px) { .pro2-box3 { margin-bottom: 50px; } }
@media screen and (max-width: 767px) { .pro2-box3 { margin-bottom: 30px; } }
.pro2-box3 .page-item { margin-bottom: 67px; }
@media screen and (max-width: 1419px) { .pro2-box3 .page-item { margin-bottom: 50px; } }
@media screen and (max-width: 1219px) { .pro2-box3 .page-item { margin-bottom: 40px; } }
@media screen and (max-width: 991px) { .pro2-box3 .page-item { margin-bottom: 30px; } }
@media screen and (max-width: 767px) { .pro2-box3 .page-item { margin-bottom: 20px; } }
.pro2-box3 .item-box .item-pic { float: right; width: 45.35714%; margin-left: 3.57143%; overflow: hidden; }
.pro2-box3 .item-box .item-pic img { display: block !important; width: 100%; }
@media screen and (max-width: 767px) { .pro2-box3 .item-box .item-pic { width: 280px; margin-left: 2.14286%; } }
@media screen and (max-width: 480px) { .pro2-box3 .item-box .item-pic { float: none; width: 100%; margin: 0 auto 20px; } }
.pro2-box3 .item-box .item-body { padding-top: 50px; font-size: 16px; font-size: 1.6rem; line-height: 30px; }
.pro2-box3 .item-box .item-body p { min-height: 30px; }
@media screen and (max-width: 1419px) { .pro2-box3 .item-box .item-body { padding-top: 25px; } }
@media screen and (max-width: 1219px) { .pro2-box3 .item-box .item-body { padding-top: 0; line-height: 26px; font-size: 14px; font-size: 1.4rem; }
  .pro2-box3 .item-box .item-body p { min-height: 26px; } }
@media screen and (max-width: 767px) { .pro2-box3 .item-box .item-body { font-size: 12px; font-size: 1.2rem; line-height: 20px; }
  .pro2-box3 .item-box .item-body p { min-height: 20px; } }
.pro2-box3 .item-box .item-body em { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; font-style: normal; padding-left: 10px; position: relative; }
.pro2-box3 .item-box .item-body em:before { position: absolute; content: ''; left: 0; top: 13px; width: 4px; height: 4px; background-color: #172a88; display: block; border-radius: 50%; }
@media screen and (max-width: 1219px) { .pro2-box3 .item-box .item-body em:before { top: 11px; } }
@media screen and (max-width: 767px) { .pro2-box3 .item-box .item-body em:before { top: 6px; } }
/* pro2-box3 end */
/* pro2-box4 start */
.pro2-box4 { margin-bottom: 99px; }
@media screen and (max-width: 1219px) { .pro2-box4 { margin-bottom: 70px; } }
@media screen and (max-width: 991px) { .pro2-box4 { margin-bottom: 50px; } }
@media screen and (max-width: 767px) { .pro2-box4 { margin-bottom: 30px; } }
.pro2-box4 .page-item { margin-bottom: 70px; }
@media screen and (max-width: 1419px) { .pro2-box4 .page-item { margin-bottom: 50px; } }
@media screen and (max-width: 1219px) { .pro2-box4 .page-item { margin-bottom: 40px; } }
@media screen and (max-width: 991px) { .pro2-box4 .page-item { margin-bottom: 30px; } }
@media screen and (max-width: 767px) { .pro2-box4 .page-item { margin-bottom: 20px; } }
.pro2-box4 .box-desc { text-align: center; font-size: 16px; font-size: 1.6rem; line-height: 30px; }
.pro2-box4 .box-desc p { min-height: 30px; }
.pro2-box4 .box-desc img, .pro2-box4 .box-desc iframe { max-width: 100%; }
@media screen and (max-width: 1219px) { .pro2-box4 .box-desc { line-height: 26px; font-size: 14px; font-size: 1.4rem; }
  .pro2-box4 .box-desc p { min-height: 26px; } }
@media screen and (max-width: 767px) { .pro2-box4 .box-desc { font-size: 12px; font-size: 1.2rem; line-height: 20px; }
  .pro2-box4 .box-desc p { min-height: 20px; } }
/* pro2-box4 end */
.color-tab .tab-options { font-size: 0; letter-spacing: 0; border: solid 1px #B1794F; border: solid 1px rgba(177, 121, 79, 0.2); background-color: #F9F3EE; border-radius: 24px; text-align: center; margin-bottom: 44px; }
@media screen and (max-width: 991px) { .color-tab .tab-options { margin-bottom: 30px; } }
@media screen and (max-width: 767px) { .color-tab .tab-options { margin-bottom: 20px; } }
@media screen and (max-width: 640px) { .color-tab .tab-options { border-radius: 0; text-align: left;} }
.color-tab .tab-options li { cursor: pointer; display: inline-block; vertical-align: top; font-size: 18px; font-size: 1.8rem; line-height: 24px; padding: 13px; min-width: 165px; border: solid 1px #fff; border-top: 0; border-bottom: 0; }
.color-tab .tab-options li:hover, .color-tab .tab-options li.tab-active { background-color: #172a88; color: #fff; }
@media screen and (max-width: 1219px) { .color-tab .tab-options li { padding: 10px; font-size: 16px; font-size: 1.6rem; } }
@media screen and (max-width: 991px) { .color-tab .tab-options li { padding: 8px; min-width: 120px; } }
@media screen and (max-width: 767px) { .color-tab .tab-options li { font-size: 14px; font-size: 1.4rem; padding: 5px 10px; min-width: auto; } }
@media screen and (max-width: 640px) { .color-tab .tab-options li { width: 33.33%; border: 0; line-height: 20px; } }
@media screen and (max-width: 480px) { .color-tab .tab-options li { width: 50%; border: 0; } }
.color-tab .tab-content-item { display: none; }
.color-tab .tab-content-item:first-child { display: block; }
.color-tab .color-list { font-size: 0; letter-spacing: 0; }
.color-tab .color-list .list-item { display: inline-block; vertical-align: top; width: 17.5%; margin-left: 3.125%; margin-bottom: 35px; }
@media screen and (max-width: 1219px) { .color-tab .color-list .list-item { width: 18.4%; margin-left: 2%; margin-bottom: 25px; } }
@media screen and (max-width: 991px) { .color-tab .color-list .list-item { width: 23%; margin-left: 1% !important; margin-right: 1%; margin-bottom: 20px; } }
@media screen and (max-width: 640px) { .color-tab .color-list .list-item { width: 31.33%; margin-bottom: 15px; } }
@media screen and (max-width: 400px) { .color-tab .color-list .list-item { width: 48%; margin-bottom: 15px; } }
.color-tab .color-list .item-pic:hover .item-backdrop { top: 0; }
.color-tab .color-list .item-backdrop { position: absolute; top: 999px; left: 0; right: 0; bottom: 0; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; }
@media screen and (max-width: 991px) { .color-tab .color-list .item-backdrop { display: none; } }
.color-tab .color-list .item-backdrop .iconfont { display: block; position: absolute; top: 50%; margin-top: -14px; left: 50%; margin-left: -14px; opacity: 0.8; text-align: center; font-size: 28px; font-size: 2.8rem; color: #fff; }
.color-tab .color-list .item-title { margin-top: 12px; font-size: 18px; font-size: 1.8rem; line-height: 22px; text-align: center; }
@media screen and (max-width: 1219px) { .color-tab .color-list .item-title { font-size: 16px; font-size: 1.6rem; } }
@media screen and (max-width: 991px) { .color-tab .color-list .item-title { margin-top: 8px; font-size: 14px; font-size: 1.4rem; } }
@media screen and (max-width: 767px) { .color-tab .color-list .item-title { font-size: 12px; font-size: 1.2rem; margin-top: 5px; line-height: 18px; } }
.pro2-box5 .item-box1 { margin-bottom: 89px; padding-top: 21px; }
@media screen and (max-width: 1419px) { .pro2-box5 .item-box1 { padding-top: 0; } }
@media screen and (max-width: 1219px) { .pro2-box5 .item-box1 { margin-bottom: 70px; } }
@media screen and (max-width: 991px) { .pro2-box5 .item-box1 { margin-bottom: 50px; } }
@media screen and (max-width: 767px) { .pro2-box5 .item-box1 { margin-bottom: 30px; } }
.pro2-box5 .item-box1 .page-item .item-desc { text-align: left; padding-top: 11px; }
@media screen and (max-width: 1419px) { .pro2-box5 .item-box1 .page-item .item-desc { padding-top: 0; } }
.pro2-box5 .item-box2 { margin-bottom: 85px; }
@media screen and (max-width: 1219px) { .pro2-box5 .item-box2 { margin-bottom: 70px; } }
@media screen and (max-width: 991px) { .pro2-box5 .item-box2 { margin-bottom: 50px; } }
@media screen and (max-width: 767px) { .pro2-box5 .item-box2 { margin-bottom: 30px; } }
.pro2-box5 .item-box2 .item-pic { float: right; width: 48.07143%; margin-left: 3.57143%; overflow: hidden; }
.pro2-box5 .item-box2 .item-pic img { display: block !important; width: 100%; }
@media screen and (max-width: 767px) { .pro2-box5 .item-box2 .item-pic { width: 280px; margin-left: 2.14286%; } }
@media screen and (max-width: 480px) { .pro2-box5 .item-box2 .item-pic { float: none; width: 100%; margin: 0 auto 20px; } }
.pro2-box5 .item-box2 .item-body { font-size: 16px; font-size: 1.6rem; line-height: 30px; }
.pro2-box5 .item-box2 .item-body p { min-height: 30px; }
@media screen and (max-width: 1419px) { .pro2-box5 .item-box2 .item-body { padding-top: 25px; } }
@media screen and (max-width: 1219px) { .pro2-box5 .item-box2 .item-body { padding-top: 0; line-height: 26px; font-size: 14px; font-size: 1.4rem; }
  .pro2-box5 .item-box2 .item-body p { min-height: 26px; } }
@media screen and (max-width: 767px) { .pro2-box5 .item-box2 .item-body { font-size: 12px; font-size: 1.2rem; line-height: 20px; }
  .pro2-box5 .item-box2 .item-body p { min-height: 20px; } }
.pro2-box5 .item-box2 .item-body em { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; font-style: normal; padding-left: 10px; position: relative; }
.pro2-box5 .item-box2 .item-body em:before { position: absolute; content: ''; left: 0; top: 13px; width: 4px; height: 4px; background-color: #172a88; display: block; border-radius: 50%; }
@media screen and (max-width: 1219px) { .pro2-box5 .item-box2 .item-body em:before { top: 11px; } }
@media screen and (max-width: 767px) { .pro2-box5 .item-box2 .item-body em:before { top: 6px; } }
.pro2-box5 .color-list { margin-top: 35px; margin-bottom: 43px; }
@media screen and (max-width: 1219px) { .pro2-box5 .color-list { margin-bottom: 20px; } }
@media screen and (max-width: 991px) { .pro2-box5 .color-list { margin-top: 30px; } }
@media screen and (max-width: 767px) { .pro2-box5 .color-list { margin-top: 20px; margin-bottom: 10px; } }
.pro2-box5 .item-box3 .page-item { margin-bottom: 36px; }
@media screen and (max-width: 991px) { .pro2-box5 .item-box3 .page-item { margin-bottom: 30px; } }
@media screen and (max-width: 767px) { .pro2-box5 .item-box3 .page-item { margin-bottom: 20px; } }
/*-------------1-2-products end------------------------------------------------------------*/
/*-------------2-color start---------------------------------------------------------------*/
.color-box1 { margin-bottom: 100px; }
@media screen and (max-width: 1219px) { .color-box1 { margin-bottom: 70px; } }
@media screen and (max-width: 991px) { .color-box1 { margin-bottom: 50px; } }
@media screen and (max-width: 767px) { .color-box1 { margin-bottom: 30px; } }
.color-box1 .page-item { margin-bottom: 49px; }
@media screen and (max-width: 1219px) { .color-box1 .page-item { margin-bottom: 40px; } }
@media screen and (max-width: 991px) { .color-box1 .page-item { margin-bottom: 30px; } }
@media screen and (max-width: 767px) { .color-box1 .page-item { margin-bottom: 20px; } }
.color-box1 .item-box .item-pic { float: right; width: 42.14286%; overflow: hidden; }
.color-box1 .item-box .item-pic img { display: block !important; width: 100%; }
@media screen and (max-width: 991px) { .color-box1 .item-box .item-pic { margin-left: 2.85714%; } }
@media screen and (max-width: 767px) { .color-box1 .item-box .item-pic { width: 250px; } }
@media screen and (max-width: 480px) { .color-box1 .item-box .item-pic { float: none; width: 100%; margin: 0 auto 20px; } }
.color-box1 .item-box .item-body { float: left; height: 360px; width: 48.57143%; font-size: 16px; font-size: 1.6rem; line-height: 30px; }
@media screen and (max-width: 1419px) { .color-box1 .item-box .item-body { height: 310px; width: 54.28571%; } }
@media screen and (max-width: 1219px) { .color-box1 .item-box .item-body { height: 247px; line-height: 24px; font-size: 14px; font-size: 1.4rem; } }
@media screen and (max-width: 991px) { .color-box1 .item-box .item-body { float: none; height: auto; width: 100%; }
  .color-box1 .item-box .item-body .item-table, .color-box1 .item-box .item-body .item-cell { display: inline; } }
@media screen and (max-width: 767px) { .color-box1 .item-box .item-body { font-size: 12px; font-size: 1.2rem; line-height: 20px; } }
.color-box2 { margin-bottom: 92px; }
@media screen and (max-width: 1219px) { .color-box2 { margin-bottom: 70px; } }
@media screen and (max-width: 991px) { .color-box2 { margin-bottom: 50px; } }
@media screen and (max-width: 767px) { .color-box2 { margin-bottom: 30px; } }
.color-box2 .page-item .item-desc, .color-box2 .page-item .item-desc a { color: #333; }
.color-box3 { margin-bottom: 72px; }
@media screen and (max-width: 1219px) { .color-box3 { margin-bottom: 40px; } }
@media screen and (max-width: 991px) { .color-box3 { margin-bottom: 20px; } }
@media screen and (max-width: 767px) { .color-box3 { margin-bottom: 10px; } }
.color-box3 .page-item { margin-bottom: 36px; }
@media screen and (max-width: 991px) { .color-box3 .page-item { margin-bottom: 30px; } }
@media screen and (max-width: 767px) { .color-box3 .page-item { margin-bottom: 20px; } }
.color-box4 .box-list { font-size: 0; letter-spacing: 0; }
.color-box4 .box-list .list-item { display: inline-block; vertical-align: top; width: 18.57143%; margin-left: 1.78571%; margin-top: 33px; }
@media screen and (max-width: 991px) { .color-box4 .box-list .list-item { width: 31.33%; margin-left: 1% !important; margin-right: 1%; margin-top: 25px; } }
/* @media screen and (max-width: 480px) { .color-box4 .box-list .list-item { width: 48%; } } */
.color-box4 .box-list .item-title { margin-top: 12px; font-size: 18px; font-size: 1.8rem; line-height: 22px; text-align: center; }
@media screen and (max-width: 1219px) { .color-box4 .box-list .item-title { font-size: 16px; font-size: 1.6rem; } }
@media screen and (max-width: 991px) { .color-box4 .box-list .item-title { margin-top: 8px; font-size: 14px; font-size: 1.4rem; } }
@media screen and (max-width: 767px) { .color-box4 .box-list .item-title { font-size: 12px; font-size: 1.2rem; margin-top: 5px; line-height: 18px; } }
/*-------------2-color end-----------------------------------------------------------------*/
/*-------------3-about start---------------------------------------------------------------*/
/* about-box1 start */
.about-box1 { margin-bottom: 127px; }
@media screen and (max-width: 1419px) { .about-box1 { margin-bottom: 100px; } }
@media screen and (max-width: 1219px) { .about-box1 { margin-bottom: 70px; } }
@media screen and (max-width: 991px) { .about-box1 { margin-bottom: 50px; } }
@media screen and (max-width: 767px) { .about-box1 { margin-bottom: 30px; } }
.about-box1 .right-item { float: right; width: 48.14286%; margin-left: 8.57143%; padding-right: 35px; position: relative; }
@media screen and (max-width: 1219px) { .about-box1 .right-item { margin-left: 3.57143%; } }
@media screen and (max-width: 991px) { .about-box1 .right-item { padding-right: 25px; } }
@media screen and (max-width: 767px) { .about-box1 .right-item { padding-right: 20px; float: none; width: 100%; margin: 0 auto 25px; max-width: 500px; } }
.about-box1 .right-item:before { position: absolute; content: 'Trioflor Group Co., Ltd'; -webkit-writing-mode: vertical-rl; -ms-writing-mode: tb-rl; writing-mode: vertical-rl; font-size: 20px; font-size: 2rem; color: #172a88; line-height: 1; letter-spacing: 1px; bottom: 0; right: 0; }
@media screen and (max-width: 991px) { .about-box1 .right-item:before { font-size: 18px; font-size: 1.8rem; } }
@media screen and (max-width: 767px) { .about-box1 .right-item:before { font-size: 16px; font-size: 1.6rem; } }
@media screen and (max-width: 480px) { .about-box1 .right-item:before { font-size: 14px; font-size: 1.4rem; } }
.about-box1 .right-item .item-pic { padding: 0 2.96736% 4% 0; position: relative; }
.about-box1 .right-item .item-pic:before { position: absolute; content: ''; bottom: 0; right: 0; top: 12.54545%; left: 6.97329%; background-color: #172a88; opacity: 0.3; filter: alpha(opacity=30); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; }
.about-box1 .right-item .item-pic a { overflow: hidden; display: block; position: relative; z-index: 2; }
.about-box1 .item-body { padding-top: 10px; }
@media screen and (max-width: 1219px) { .about-box1 .item-body { padding-top: 0; } }
.about-box1 .item-body .index-title { border-bottom: solid 1px #E8D7CA; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; padding-bottom: 24px; }
@media screen and (max-width: 1219px) { .about-box1 .item-body .index-title { padding-bottom: 15px; } }
@media screen and (max-width: 991px) { .about-box1 .item-body .index-title { padding-bottom: 10px; } }
.about-box1 .item-body .item-desc { font-size: 16px; font-size: 1.6rem; padding-top: 34px; line-height: 30px; }
.about-box1 .item-body .item-desc p { min-height: 30px; }
@media screen and (max-width: 1219px) { .about-box1 .item-body .item-desc { padding-top: 15px; line-height: 26px; }
  .about-box1 .item-body .item-desc p { min-height: 26px; } }
@media screen and (max-width: 991px) { .about-box1 .item-body .item-desc { padding-top: 10px; font-size: 14px; font-size: 1.4rem; line-height: 22px; }
  .about-box1 .item-body .item-desc p { min-height: 22px; } }
@media screen and (max-width: 767px) { .about-box1 .item-body .item-desc { font-size: 12px; font-size: 1.2rem; line-height: 20px; }
  .about-box1 .item-body .item-desc p { min-height: 20px; } }
/* about-box1 end */
.aboutimg-scroll { position: relative; margin-bottom: 87px; }
@media screen and (max-width: 1219px) { .aboutimg-scroll { margin-bottom: 70px; } }
@media screen and (max-width: 991px) { .aboutimg-scroll { margin-bottom: 50px; } }
@media screen and (max-width: 767px) { .aboutimg-scroll { margin-bottom: 30px; } }
.aboutimg-scroll .scroll-btns { font-size: 0; letter-spacing: 0; text-align: center; }
.aboutimg-scroll .scroll-btns .scroll-btn { display: inline-block; vertical-align: middle; cursor: pointer; color: #fff; font-size: 18px; font-size: 1.8rem; width: 45px; height: 45px; text-align: center; border-radius: 50%; line-height: 45px; background-color: #172a88; background-color: rgba(178, 122, 80, 0.5); position: absolute; top: 50%; margin-top: -22px; }
.aboutimg-scroll .scroll-btns .scroll-btn:hover { background-color: #000; background-color: rgba(0, 0, 0, 0.5); }
.aboutimg-scroll .scroll-btns .scroll-btn.prev { left: 3px; }
.aboutimg-scroll .scroll-btns .scroll-btn.next { right: 3px; }
@media screen and (max-width: 1419px) { .aboutimg-scroll .scroll-btns .scroll-btn { width: 37px; height: 37px; margin-top: -18px; font-size: 15px; font-size: 1.5rem; line-height: 37px; } }
@media screen and (max-width: 767px) { .aboutimg-scroll .scroll-btns .scroll-btn { width: 30px; height: 30px; line-height: 30px; font-size: 14px; font-size: 1.4rem; position: relative; margin: 20px 5px 0; }
  .aboutimg-scroll .scroll-btns .scroll-btn.prev { left: auto; }
  .aboutimg-scroll .scroll-btns .scroll-btn.next { right: auto; } }
@media screen and (max-width: 480px) { .aboutimg-scroll .scroll-btns .scroll-btn { width: 24px; height: 24px; line-height: 24px; } }
.aboutimg-scroll .scroll-list-box { width: 100%; overflow: hidden; }
.aboutimg-scroll .scroll-list { width: 10000%; }
.aboutimg-scroll .scroll-list .list-item { float: left; width: 0.19792%; margin-right: 0.0026%; }
.aboutimg-scroll .scroll-list .list-item:hover .item-backdrop { top: 0; }
@media screen and (max-width: 991px) { .aboutimg-scroll .scroll-list .list-item { width: 0.2425%; margin-right: 0.01%; } }
@media screen and (max-width: 767px) { .aboutimg-scroll .scroll-list .list-item { width: 0.3266%; } }
@media screen and (max-width: 480px) { .aboutimg-scroll .scroll-list .list-item { width: 0.495%; } }
.aboutimg-scroll .scroll-list .item-backdrop { position: absolute; top: 999px; left: 0; right: 0; bottom: 0; background-color: #000; background-color: rgba(0, 0, 0, 0.4); -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; }
@media screen and (max-width: 991px) { .aboutimg-scroll .scroll-list .item-backdrop { display: none; } }
.aboutimg-scroll .scroll-list .item-backdrop .iconfont { display: block; position: absolute; top: 50%; margin-top: -23px; left: 50%; margin-left: -23px; width: 45px; height: 45px; border-radius: 50%; border: solid 1px #fff; text-align: center; font-size: 14px; font-size: 1.4rem; line-height: 43px; color: #fff; }
.about-cer { margin-bottom: 110px; }
@media screen and (max-width: 1219px) { .about-cer { margin-bottom: 70px; } }
@media screen and (max-width: 991px) { .about-cer { margin-bottom: 50px; } }
@media screen and (max-width: 767px) { .about-cer { margin-bottom: 30px; } }
.about-cer .index-title { text-align: center; margin-bottom: 50px; }
@media screen and (max-width: 1219px) { .about-cer .index-title { margin-bottom: 40px; } }
@media screen and (max-width: 991px) { .about-cer .index-title { margin-bottom: 30px; } }
@media screen and (max-width: 767px) { .about-cer .index-title { margin-bottom: 20px; } }
.cer-scroll { position: relative; padding: 20px 46px; }
@media screen and (max-width: 767px) { .cer-scroll { padding: 0 35px; } }
@media screen and (max-width: 480px) { .cer-scroll { padding: 0; } }
.cer-scroll .scroll-btns { font-size: 0; letter-spacing: 0; text-align: center; }
.cer-scroll .scroll-btns .scroll-btn { display: inline-block; vertical-align: middle; cursor: pointer; color: #fff; font-size: 15px; font-size: 1.5rem; width: 35px; height: 35px; text-align: center; border-radius: 50%; line-height: 35px; background-color: #172a88; background-color: rgba(23, 42, 136, 0.8); position: absolute; top: 50%; margin-top: -17px; }
.cer-scroll .scroll-btns .scroll-btn:hover { background-color: #000; background-color: rgba(0, 0, 0, 0.5); }
.cer-scroll .scroll-btns .scroll-btn.prev { left: 0; }
.cer-scroll .scroll-btns .scroll-btn.next { right: 0; }
@media screen and (max-width: 767px) { .cer-scroll .scroll-btns .scroll-btn { margin-top: -15px; width: 30px; height: 30px; line-height: 30px; font-size: 14px; font-size: 1.4rem; } }
@media screen and (max-width: 480px) { .cer-scroll .scroll-btns .scroll-btn { position: relative; margin: 20px 5px 0; } }
@media screen and (max-width: 480px) { .cer-scroll .scroll-btns .scroll-btn { width: 24px; height: 24px; line-height: 24px; } }
.cer-scroll .scroll-list-box { width: 100%; overflow: hidden; }
.cer-scroll .scroll-list { width: 10000%; }
.cer-scroll .scroll-list .list-item { float: left; width: 0.18349%; margin-right: 0.02064%; }
.cer-scroll .scroll-list .list-item:hover .item-backdrop { top: 0; }
@media screen and (max-width: 1219px) { .cer-scroll .scroll-list .list-item { width: 0.235%; margin-right: 0.02%; } }
@media screen and (max-width: 640px) { .cer-scroll .scroll-list .list-item { width: 0.32%; } }
@media screen and (max-width: 400px) { .cer-scroll .scroll-list .list-item { width: 0.49%; } }
.cer-scroll .scroll-list .item-backdrop { position: absolute; top: 999px; left: 0; right: 0; bottom: 0; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; }
@media screen and (max-width: 991px) { .cer-scroll .scroll-list .item-backdrop { display: none; } }
.cer-scroll .scroll-list .item-backdrop .iconfont { display: block; position: absolute; top: 50%; margin-top: -21px; left: 50%; margin-left: -21px; width: 42px; height: 42px; border-radius: 50%; background-color: #172a88; background-color: rgba(23, 42, 136, 0.8); text-align: center; font-size: 16px; font-size: 1.6rem; line-height: 42px; color: #fff; }
.about-download .index-title { text-align: center; margin-bottom: 62px; }
@media screen and (max-width: 1219px) { .about-download .index-title { margin-bottom: 40px; } }
@media screen and (max-width: 991px) { .about-download .index-title { margin-bottom: 30px; } }
@media screen and (max-width: 767px) { .about-download .index-title { margin-bottom: 20px; } }
.about-download .box-list { font-size: 0; letter-spacing: 0; padding: 60px 2.85714% 20px; background-color: #172a88; }
@media screen and (max-width: 1219px) { .about-download .box-list { padding: 50px 15px 20px; } }
@media screen and (max-width: 991px) { .about-download .box-list { padding: 50px 0 20px; } }
@media screen and (max-width: 480px) { .about-download .box-list { padding: 30px 0 10px; } }
.about-download .box-list .list-item { display: inline-block; vertical-align: top; width: 15.15152%; margin-left: 1.81818%; margin-bottom: 30px; text-align: center; }
@media screen and (max-width: 991px) { .about-download .box-list .list-item { width: 31.33%; margin: 0 1% 30px !important; } }
@media screen and (max-width: 480px) { .about-download .box-list .list-item { width: 48%; } }
.about-download .box-list .item-pic { width: 59px; margin: 0 auto 22px; }
@media screen and (max-width: 991px) { .about-download .box-list .item-pic { margin-bottom: 15px; } }
.about-download .box-list .item-btn { display: inline-block; font-size: 16px; font-size: 1.6rem; min-width: 130px; max-width: 100%; line-height: 33px; border: solid 1px #fff; color: #fff; border-radius: 14px; text-transform: uppercase; }
.about-download .box-list .item-btn:hover { background-color: #fff; color: #172a88; }
@media screen and (max-width: 1219px) { .about-download .box-list .item-btn { min-width: 110px; line-height: 30px; } }
@media screen and (max-width: 991px) { .about-download .box-list .item-btn { font-size: 14px; font-size: 1.4rem; line-height: 28px; } }
/*-------------3-about end-----------------------------------------------------------------*/
/*-------------4-contact start-------------------------------------------------------------*/
.contact-box1 { margin-bottom: 64px; }
@media screen and (max-width: 991px) { .contact-box1 { margin-bottom: 50px; } }
@media screen and (max-width: 1219px) { .contact-box1 { margin-bottom: 40px; } }
@media screen and (max-width: 991px) { .contact-box1 { margin-bottom: 30px; } }
@media screen and (max-width: 767px) { .contact-box1 { margin-bottom: 20px; } }
.contact-box1 .box-title { font-size: 24px; font-size: 2.4rem; line-height: 1.2; margin-bottom: 13px; }
@media screen and (max-width: 1219px) { .contact-box1 .box-title { font-size: 22px; font-size: 2.2rem; } }
@media screen and (max-width: 991px) { .contact-box1 .box-title { text-align: center; font-size: 20px; font-size: 2rem; } }
@media screen and (max-width: 767px) { .contact-box1 .box-title { font-size: 18px; font-size: 1.8rem; margin-bottom: 10px; } }
.contact-box1 .box-desc { font-size: 16px; font-size: 1.6rem; line-height: 30px; color: #656565; margin-bottom: 31px; }
@media screen and (max-width: 1219px) { .contact-box1 .box-desc { line-height: 24px; font-size: 14px; font-size: 1.4rem; } }
@media screen and (max-width: 767px) { .contact-box1 .box-desc { margin-bottom: 20px; line-height: 20px; font-size: 12px; font-size: 1.2rem; } }
.contact-box1 .item-left { float: right; width: 40.28571%; margin-left: 9.57143%; background-color: #F8F8F8; padding: 38px 40px 42px 49px; }
.contact-box1 .item-left a:hover { color: #172a88; }
@media screen and (max-width: 1419px) { .contact-box1 .item-left { margin-left: 5.71429%; padding: 40px 30px; } }
@media screen and (max-width: 1219px) { .contact-box1 .item-left { margin-left: 3.57143%; padding: 40px 20px; } }
@media screen and (max-width: 991px) { .contact-box1 .item-left { width: 100%; float: none; margin: 0 auto 30px; padding: 30px 20px; } }
@media screen and (max-width: 767px) { .contact-box1 .item-left { padding: 15px; } }
.contact-box1 .item-left .box-list .item-li { position: relative; padding-left: 45px; line-height: 30px; margin-top: 64px; }
.contact-box1 .item-left .box-list .item-li:first-child { margin-top: 0; }
@media screen and (max-width: 1219px) { .contact-box1 .item-left .box-list .item-li { margin-top: 48px; line-height: 26px; } }
@media screen and (max-width: 991px) { .contact-box1 .item-left .box-list .item-li { margin-top: 30px; padding-left: 40px; } }
@media screen and (max-width: 767px) { .contact-box1 .item-left .box-list .item-li { line-height: 24px; padding-left: 30px; margin-top: 15px; } }
.contact-box1 .item-left .box-list .iconfont { position: absolute; font-size: 29px; font-size: 2.9rem; color: #172a88; left: 0; top: 12px; }
@media screen and (max-width: 1219px) { .contact-box1 .item-left .box-list .iconfont { font-size: 26px; font-size: 2.6rem; top: 8px; } }
@media screen and (max-width: 767px) { .contact-box1 .item-left .box-list .iconfont { font-size: 22px; font-size: 2.2rem; top: 2px; } }
.contact-box1 .item-left .box-list .item-title { font-size: 22px; font-size: 2.2rem; font-family: "Poppins-Regular"; color: #172a88; }
@media screen and (max-width: 1419px) { .contact-box1 .item-left .box-list .item-title { font-size: 20px; font-size: 2rem; } }
@media screen and (max-width: 1219px) { .contact-box1 .item-left .box-list .item-title { font-size: 18px; font-size: 1.8rem; } }
@media screen and (max-width: 767px) { .contact-box1 .item-left .box-list .item-title { font-size: 16px; font-size: 1.6rem; } }
.contact-box1 .item-left .box-list .item-desc { font-size: 18px; font-size: 1.8rem; }
.contact-box1 .item-left .box-list .item-desc, .contact-box1 .item-left .box-list .item-desc a { color: #656565; }
.contact-box1 .item-left .box-list .item-desc a { display: inline-block; margin-left: 10px; }
.contact-box1 .item-left .box-list .item-desc a:first-child { margin-left: 0; }
@media screen and (max-width: 1419px) { .contact-box1 .item-left .box-list .item-desc { font-size: 16px; font-size: 1.6rem; } }
@media screen and (max-width: 1219px) { .contact-box1 .item-left .box-list .item-desc { font-size: 14px; font-size: 1.4rem; } }
@media screen and (max-width: 767px) { .contact-box1 .item-left .box-list .item-desc { font-size: 12px; font-size: 1.2rem; } }
.contact-box1 .item-right { overflow: hidden; }
.contact-box1 .item-right .item-form .star { background: url(../images/star.png) no-repeat left center; }
.contact-box1 .item-right .item-form .item-input { width: 49.4302%; padding-left: 15px; margin-bottom: 23px; }
.contact-box1 .item-right .item-form .item-input1 { padding-left: 15px; margin-bottom: 21px; }
.contact-box1 .item-right .item-form .item-input1.star { background-position-y: 18px; }
.contact-box1 .item-right .item-form input, .contact-box1 .item-right .item-form textarea { display: block; background-color: #fff; width: 100%; display: block; color: #999; border: solid 1px #D2D2D2; font-size: 16px; font-size: 1.6rem; }
.contact-box1 .item-right .item-form input { height: 54px; line-height: 54px; padding: 0 14px; }
.contact-box1 .item-right .item-form textarea { height: 118px; padding: 5px 14px; line-height: 24px; }
.contact-box1 .item-right .item-form .item-code { width: 241px; margin-right: 16px; }
.contact-box1 .item-right .item-form .item-img { line-height: 54px; }
.contact-box1 .item-right .item-form .item-img img { vertical-align: middle; max-height: 54px; cursor: pointer; }
.contact-box1 .item-right .item-form .item-btn { margin-left: 15px;
/*width: 265px; */
width: 122px; 
padding: 0; }
.contact-box1 .item-right .item-form .item-btn input { text-transform:Uppercase;border-color: #172a88; background-color: #172a88; color: #fff; 
/*font-size: 18px; font-size: 1.8rem; */
    font-size: 12px; font-size: 1.2rem; 
}
.contact-box1 .item-right .item-form .item-btn input:hover { background-color: #000; border-color: #000; }
@media screen and (max-width: 1419px) { .contact-box1 .item-right .item-form .item-btn { width: 212px; } }
@media screen and (max-width: 1219px) { .contact-box1 .item-right .item-form .item-code { width: 180px; margin-right: 15px; }
  .contact-box1 .item-right .item-form .item-btn { width: 195px; margin-left: 15px; }
  .contact-box1 .item-right .item-form .item-btn input { font-size: 16px; font-size: 1.6rem; }
  .contact-box1 .item-right .item-form .item-input { margin-bottom: 15px; }
  .contact-box1 .item-right .item-form input { height: 44px; line-height: 44px; }
  .contact-box1 .item-right .item-form .item-img { line-height: 44px; }
  .contact-box1 .item-right .item-form .item-img img { max-height: 44px; }
  .contact-box1 .item-right .item-form input, .contact-box1 .item-right .item-form textarea { font-size: 14px; font-size: 1.4rem; } }
@media screen and (max-width: 991px) { .contact-box1 .item-right .item-form .item-btn { width: 375px; margin-left: 15px; } }
@media screen and (max-width: 767px) { .contact-box1 .item-right .item-form .item-input, .contact-box1 .item-right .item-form .item-input1 { margin-bottom: 15px; padding-left: 15px; }
  .contact-box1 .item-right .item-form .input1 { padding-right: 0; }
  .contact-box1 .item-right .item-form input { height: 40px; line-height: 40px; padding: 0 12px; }
  .contact-box1 .item-right .item-form input, .contact-box1 .item-right .item-form textarea { font-size: 12px; font-size: 1.2rem; }
  .contact-box1 .item-right .item-form textarea { height: 150px; }
  .contact-box1 .item-right .item-form .item-code { width: -moz-calc(100% - 130px) !important; width: calc(100% - 130px) !important; margin-right: 0; }
  .contact-box1 .item-right .item-form .item-img { float: right; line-height: 40px; }
  .contact-box1 .item-right .item-form .item-img img { max-height: 40px; }
  .contact-box1 .item-right .item-form .item-btn { margin-left: 0; width: 100%; padding-left: 15px; }
  .contact-box1 .item-right .item-form .item-btn input { font-size: 14px; font-size: 1.4rem; } }
@media screen and (max-width: 500px) { .contact-box1 .item-right .item-form .item-input { width: 100%; } }
/*-------------4-contact end---------------------------------------------------------------*/
/*-------------5-1-news start--------------------------------------------------------------*/
.news1-list { padding: 0 0 8px; font-size: 0; letter-spacing: 0; }
.news1-list li { display: inline-block; vertical-align: top; width: 100%; margin-bottom: 64px; }
@media screen and (max-width: 1219px) { .news1-list li { margin-bottom: 40px; } }
@media screen and (max-width: 991px) { .news1-list li { margin-bottom: 30px; } }
@media screen and (max-width: 480px) { .news1-list li { width: 48%; margin: 0 1% 30px; } }
.news1-list .item-pic { width: 300px; float: left; margin-right: 3.42857%; }
@media screen and (max-width: 1219px) { .news1-list .item-pic { margin-right: 2.14286%; } }
@media screen and (max-width: 991px) { .news1-list .item-pic { width: 220px; } }
@media screen and (max-width: 767px) { .news1-list .item-pic { width: 190px; } }
@media screen and (max-width: 480px) { .news1-list .item-pic { width: 100%; float: none; margin: 0 auto 10px; } }
.news1-list .item-body { overflow: hidden; }
.news1-list .item-title { font-size: 22px; font-size: 2.2rem; line-height: 24px; margin-bottom: 28px; margin-top: 13px; }
@media screen and (max-width: 1419px) { .news1-list .item-title { margin-top: 0; } }
@media screen and (max-width: 1219px) { .news1-list .item-title { font-size: 20px; font-size: 2rem; } }
@media screen and (max-width: 991px) { .news1-list .item-title { font-size: 18px; font-size: 1.8rem; margin-bottom: 10px; } }
@media screen and (max-width: 767px) { .news1-list .item-title { font-size: 16px; font-size: 1.6rem; margin-bottom: 5px; margin-top: 0; } }
@media screen and (max-width: 480px) { .news1-list .item-title { font-size: 14px; font-size: 1.4rem; line-height: 20px; } }
.news1-list .item-date { font-size: 14px; font-size: 1.4rem; margin-bottom: 23px; line-height: 24px; color: #999; }
.news1-list .item-date .iconfont { font-size: 16px; font-size: 1.6rem; vertical-align: middle; margin-right: 5px; margin-left: 1px; position: relative; top: -1px; color: #999; }
@media screen and (max-width: 991px) { .news1-list .item-date { margin-bottom: 10px; } }
@media screen and (max-width: 767px) { .news1-list .item-date { margin-bottom: 5px; font-size: 12px; font-size: 1.2rem; }
  .news1-list .item-date .iconfont { font-size: 14px; font-size: 1.4rem; } }
@media screen and (max-width: 480px) { .news1-list .item-date { margin-bottom: 0; } }
.news1-list .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 30px; height: 60px; margin-bottom: 28px; }
@media screen and (max-width: 991px) { .news1-list .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 26px; height: 52px; margin-bottom: 20px; } }
@media screen and (max-width: 767px) { .news1-list .item-desc { font-size: 12px; font-size: 1.2rem; line-height: 24px; height: 48px; margin-bottom: 10px; } }
@media screen and (max-width: 480px) { .news1-list .item-desc { line-height: 20px; height: 40px; } }
.news1-list .item-btn { font-size: 16px; font-size: 1.6rem; display: inline-block; min-width: 135px; line-height: 22px; padding: 8px 5px; border: solid 1px #172a88; border-radius: 20px; color: #172a88; text-align: center; }
.news1-list .item-btn:hover { background-color: #172a88; color: #fff; }
@media screen and (max-width: 991px) { .news1-list .item-btn { font-size: 14px; font-size: 1.4rem; padding: 6px 5px; min-width: 120px; } }
@media screen and (max-width: 767px) { .news1-list .item-btn { line-height: 20px; font-size: 12px; font-size: 1.2rem; min-width: 110px; } }
@media screen and (max-width: 480px) { .news1-list .item-btn { min-width: 100px; padding: 3px; } }
/*-------------5-1-news end----------------------------------------------------------------*/
/*-------------5-2-news start--------------------------------------------------------------*/
.news2-main .box-main { float: left; width: 68.57143%; margin-right: 9.64286%; }
@media screen and (max-width: 1419px) { .news2-main .box-main { margin-right: 6.07143%; } }
@media screen and (max-width: 1219px) { .news2-main .box-main { margin-right: 2.85714%; } }
@media screen and (max-width: 991px) { .news2-main .box-main { width: 100%; margin: 0 auto 30px; float: none; } }
.news2-main .box-main > .item-title { font-size: 22px; font-size: 2.2rem; line-height: 30px; margin-bottom: 17px; }
@media screen and (max-width: 1419px) { .news2-main .box-main > .item-title { line-height: 26px; font-size: 20px; font-size: 2rem; } }
@media screen and (max-width: 1219px) { .news2-main .box-main > .item-title { line-height: 26px; font-size: 18px; font-size: 1.8rem; margin-bottom: 15px; } }
@media screen and (max-width: 767px) { .news2-main .box-main > .item-title { font-size: 16px; font-size: 1.6rem; line-height: 22px; } }
.news2-main .box-main .item-date { border-bottom: solid 1px #ccc; border-bottom: solid 1px rgba(0, 0, 0, 0.1); color: #172a88; padding: 0 0 20px; font-size: 16px; font-size: 1.6rem; line-height: 1.2; }
.news2-main .box-main .item-date .iconfont { margin-right: 5px; }
@media screen and (max-width: 1219px) { .news2-main .box-main .item-date { font-size: 14px; font-size: 1.4rem; } }
@media screen and (max-width: 767px) { .news2-main .box-main .item-date { padding: 0 0 15px; font-size: 12px; font-size: 1.2rem; } }
.news2-main .box-main .item-body { font-size: 16px; font-size: 1.6rem; line-height: 30px; padding: 19px 0 35px; }
.news2-main .box-main .item-body p { min-height: 30px; }
.news2-main .box-main .item-body img, .news2-main .box-main .item-body iframe { max-width: 100%; }
.news2-main .box-main .item-body strong { font-family: "Poppins-Bold"; }
.news2-main .box-main .item-body  a{     font-weight: bold; color:#172a88;}
@media screen and (max-width: 1219px) { .news2-main .box-main .item-body { padding-bottom: 50px; font-size: 14px; font-size: 1.4rem; line-height: 26px; }
  .news2-main .box-main .item-body p { min-height: 26px; } }
@media screen and (max-width: 991px) { .news2-main .box-main .item-body { padding-bottom: 25px; font-size: 14px; font-size: 1.4rem; line-height: 24px; }
  .news2-main .box-main .item-body p { min-height: 24px; } }
@media screen and (max-width: 767px) { .news2-main .box-main .item-body { padding-bottom: 20px; font-size: 12px; font-size: 1.2rem; line-height: 20px; }
  .news2-main .box-main .item-body p { min-height: 20px; } }
.news2-main .box-slide { overflow: hidden; }
@media screen and (max-width: 991px) { .news2-main .box-slide { text-align: center; } }
.news2-main .box-slide .back-btn { margin-bottom: 36px; display: inline-block; min-width: 237px; line-height: 26px; padding: 17px 10px; background-color: #172a88; text-align: center; font-size: 18px; font-size: 1.8rem; color: #fff; border-radius: 30px; text-transform: uppercase; }
.news2-main .box-slide .back-btn:hover { background-color: #000; }
@media screen and (max-width: 991px) { .news2-main .box-slide .back-btn { padding: 12px 10px; margin-bottom: 30px; margin-left: 0; } }
@media screen and (max-width: 767px) { .news2-main .box-slide .back-btn { margin-bottom: 20px; min-width: 180px; font-size: 16px; font-size: 1.6rem; padding: 8px; } }
.news2-main .box-slide .pro-share { margin-bottom: 35px; }
.news2-main .box-slide .pro-share .share-title { font-size: 14px; font-size: 1.4rem; color: #999; margin-left: 9px; }
@media screen and (max-width: 991px) { .news2-main .box-slide .pro-share { margin-bottom: 30px; } }
@media screen and (max-width: 767px) { .news2-main .box-slide .pro-share .share-title { font-size: 12px; font-size: 1.2rem; } }
.news2-main .box-slide .news2-slide .box-title { font-size: 24px; font-size: 2.4rem; text-transform: uppercase; margin-bottom: 19px; }
.news2-main .box-slide .news2-slide .box-title, .news2-main .box-slide .news2-slide .box-title a { color: #333; }
.news2-main .box-slide .news2-slide .box-title a:hover { color: #172a88; }
@media screen and (max-width: 767px) { .news2-main .box-slide .news2-slide .box-title { font-size: 20px; font-size: 2rem; } }
.news2-main .box-slide .news2-slide .box-list { font-size: 0; letter-spacing: 0; }
.news2-main .box-slide .news2-slide .box-list .list-item { display: inline-block; vertical-align: top; width: 100%; margin-bottom: 44px; text-align: left; }
.news2-main .box-slide .news2-slide .box-list .list-item:last-child { margin-bottom: 0; }
@media screen and (max-width: 1219px) { .news2-main .box-slide .news2-slide .box-list .list-item { margin-bottom: 30px; } }
@media screen and (max-width: 991px) { .news2-main .box-slide .news2-slide .box-list .list-item { width: 48%; margin: 0 1% 20px; } }
@media screen and (max-width: 380px) { .news2-main .box-slide .news2-slide .box-list .list-item { width: 98%; } }
.news2-main .box-slide .news2-slide .box-list .item-pic { margin: 0 auto 13px; }
.news2-main .box-slide .news2-slide .box-list .item-pic img { display: block; margin: 0 auto; width: 100%; }
@media screen and (max-width: 767px) { .news2-main .box-slide .news2-slide .box-list .item-pic { margin-bottom: 10px; } }
.news2-main .box-slide .news2-slide .box-list .item-title { font-size: 16px; font-size: 1.6rem; line-height: 30px; max-height: 60px; margin-bottom: 3px; }
@media screen and (max-width: 1219px) { .news2-main .box-slide .news2-slide .box-list .item-title { line-height: 24px; max-height: 48px; } }
@media screen and (max-width: 767px) { .news2-main .box-slide .news2-slide .box-list .item-title { font-size: 14px; font-size: 1.4rem; line-height: 20px; max-height: 40px; } }
.news2-main .box-slide .news2-slide .box-list .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 30px; max-height: 60px; }
@media screen and (max-width: 1219px) { .news2-main .box-slide .news2-slide .box-list .item-desc { line-height: 24px; max-height: 48px; } }
@media screen and (max-width: 767px) { .news2-main .box-slide .news2-slide .box-list .item-desc { font-size: 12px; font-size: 1.2rem; line-height: 20px; max-height: 40px; } }
/*-------------5-2-news end----------------------------------------------------------------*/
/*-------------6-project start-------------------------------------------------------------*/
.project1_title { text-align: center; font-size: 30px; font-size: 3rem; line-height: 1.2; text-transform: uppercase; font-family: "Poppins-Regular"; margin-bottom: 60px; }
@media screen and (max-width: 1419px) { .project1_title { margin-bottom: 40px; } }
@media screen and (max-width: 1219px) { .project1_title { margin-bottom: 30px; font-size: 26px; font-size: 2.6rem; } }
@media screen and (max-width: 991px) { .project1_title { font-size: 22px; font-size: 2.2rem; margin-bottom: 20px; } }
@media screen and (max-width: 767px) { .project1_title { font-size: 18px; font-size: 1.8rem; margin-bottom: 15px; } }
.project1-list { font-size: 0; letter-spacing: 0; margin-bottom: -67px; }
@media screen and (max-width: 1419px) { .project1-list { margin-bottom: -50px; } }
@media screen and (max-width: 1219px) { .project1-list { margin-bottom: -30px; } }
.project1-list .list-item { display: inline-block; vertical-align: top; width: 30.71429%; margin-left: 3.92857%; margin-bottom: 67px; }
@media screen and (max-width: 1419px) { .project1-list .list-item { margin-bottom: 50px; } }
@media screen and (max-width: 1219px) { .project1-list .list-item { margin-bottom: 30px; width: 32%; margin-left: 2%; } }
@media screen and (max-width: 640px) { .project1-list .list-item { width: 48%; margin-left: 1% !important; margin-right: 1%; } }
.project1-list .item-pic { margin-bottom: 16px; }
@media screen and (max-width: 1219px) { .project1-list .item-pic { margin-bottom: 10px; } }
.project1-list .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 30px; max-height: 90px; }
.project1-list .item-desc, .project1-list .item-desc a { color: #333; }
@media screen and (max-width: 1219px) { .project1-list .item-desc { line-height: 24px; max-height: 72px; } }
@media screen and (max-width: 991px) { .project1-list .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 20px; max-height: 60px; } }
@media screen and (max-width: 480px) { .project1-list .item-desc { font-size: 12px; font-size: 1.2rem; } }
/*-------------6-project end---------------------------------------------------------------*/
.index-backdrop { position: fixed; top: 0; bottom: 0; left: 0; right: 0; z-index: 999999999; background-color: #000; background-color: rgba(0, 0, 0, 0.5);/* display:none;*/}
.index-backdrop .model-box { position: absolute; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); left: 2.5%; width: 95%; text-align: center; }
.index-backdrop .model-box .item-pic { display: inline-block; position: relative; box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.2); }
.index-backdrop .model-box .item-pic img { display: block !important; margin: 0 auto; }
.index-backdrop .model-box .iconfont { font-size: 28px; font-size: 2.8rem; color: #434343; position: absolute; top: 18px; right: 18px; font-weight: bold; cursor: pointer; }
@media screen and (max-width: 767px) { .index-backdrop .model-box .iconfont { top: 10px; right: 10px; font-size: 20px; font-size: 2rem; } }
.pass-model ::-webkit-input-placeholder { color: #666; opacity: 1; }
/* WebKit browsers */
.pass-model :-o-placeholder { color: #666; opacity: 1; }
/* Mozilla Firefox 4 to 18 */
.pass-model ::-moz-placeholder { color: #666; opacity: 1; }
/* Mozilla Firefox 19+ */
.pass-model :-ms-input-placeholder { color: #666; opacity: 1; }
/* Internet Explorer 10+ */
/* model */
.backdrop { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: #000; background: rgba(0, 0, 0, 0.5); z-index: 99999; }
.pass-backdrop { display: none; }
.pass-model { width: 421px; position: absolute; left: 50%; margin-left: -210px; top: 50%; margin-top: -200px; background-color: #fff; padding: 10px 28px 34px 22px; }
.pass-model .box-title { text-align: center; font-size: 30px; font-size: 3rem; text-transform: uppercase; color: #172a88; margin: 4px 0 27px; }
@media screen and (max-width: 767px) { .pass-model .box-title { font-size: 24px; font-size: 2.4rem; margin: 0 0 15px; } }
.pass-model .enter { display: inline-block; float: right; cursor: pointer; margin-right: -18px; }
.pass-model .enter .iconfont { color: #C0C0C0; font-size: 18px; font-size: 1.8rem; }
.pass-model .pass-form input, .pass-model .pass-form textarea { color: #666; }
.pass-model .pass-form input { width: 100%; height: 38px; line-height: 38px; padding: 0 10px 0 36px; margin-bottom: 10px; background: #f2f2f2; }
.pass-model .pass-form .input100 { position: relative; }
.pass-model .pass-form .input100 .iconfont { position: absolute; font-size: 18px; font-size: 1.8rem; color: #333; top: 10px; left: 10px; }
.pass-model .pass-form .input100:before { position: absolute; content: ''; width: 6px; height: 38px; background: url(../images/star1.png) no-repeat center; left: -8px; top: 0; }
.pass-model .pass-form textarea { height: 126px; width: 100%; line-height: 24px; background: #f2f2f2; padding: 8px 10px 10px 37px; margin-bottom: 10px; display: block; }
.pass-model .pass-form .pass-code input { margin-bottom: 0; }
.pass-model .pass-form .pass-code .pass-codeinput { width: 130px; background-color: #F2F2F2; padding: 0 10px; margin-right: 9px; }
.pass-model .pass-form .pass-code .pass-codebtn { width: 130px; background-color: #172a88; color: #FFF; padding: 0; text-transform: uppercase; }
.pass-model .pass-form .pass-code .pass-codebtn:hover { background-color: #333; }
.pass-model .pass-form .pass-code .pass-codeimg { cursor: pointer; }
@media only screen and (max-width: 767px) { .pass-model { margin-top: -147px; }
  .pass-model .pass-form input { height: 32px; line-height: 32px; }
  .pass-model .pass-form textarea { height: 60px; padding: 3px 10px 5px 37px; }
  .pass-model .pass-form input, .pass-model .pass-form textarea { font-size: 12px; font-size: 1.2rem; }
  .pass-model .pass-form .pass-code .pass-codeimg { height: 32px; }
  .pass-model .pass-form .input100 .iconfont { top: 6px; } }
@media only screen and (max-width: 450px) { .pass-model { width: 95%; margin-left: -47.5%; margin-top: -168px; }
  .pass-model .pass-form .pass-code .pass-codebtn { width: 100%; margin-top: 10px; } }
@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: 25px; width: 35px; height: 28px; -webkit-transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s; z-index: 999999999; text-align: center; line-height: 28px; }
.n-nav .n-nav-icon .iconfont { color: #172a88; font-size: 22px; font-size: 2.2rem; }
.n-nav .n-nav-icon .iconfont:before { content: '\e603'; }
.n-nav .n-nav-icon span { display: block; width: 100%; height: 2px; margin-bottom: 4px; background-color: #172a88; }
.n-nav .n-nav-icon.active { top: 5px; background: #000 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: 300px; right: 0; overflow-y: scroll; background-color: #000; background-color: rgba(0, 0, 0, 0.8); padding-top: 40px; }
.n-nav .n-nav-body:before { position: fixed; content: ''; top: 0; right: 0; left: 0; bottom: 0; background-color: #000; background-color: rgba(0, 0, 0, 0.5); }
.n-nav .box-search { background-color: #fff; padding: 5px 10px; position: relative; border: solid 1px #172a88; margin: 5px 10px; }
.n-nav .box-search .item-input { width: 100%; line-height: 32px; height: 32px; padding: 0 60px 0 0; }
.n-nav .box-search .item-submit { font-weight: bold; background-color: #172a88; width: 44px; height: 32px; border-radius: 5px; color: #fff; text-align: center; position: absolute; right: 10px; top: 5px; }
.n-nav .box-search .item-submit:hover { background-color: #666; }
.n-nav .box-list { margin-top: 30px; }
.n-nav .box-list > li { position: relative; -webkit-animation-duration: 0.5s; -moz-animation-duration: 0.5s; animation-duration: 0.5s; -webkit-animation-fill-mode: both; -moz-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-name: resize; -moz-animation-name: resize; animation-name: resize; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; padding: 0 10px; }
.n-nav .box-list > li a { display: block; font-size: 14px; font-size: 1.4rem; line-height: 26px; padding: 10px 25px 10px 10px; color: #fff; text-transform: uppercase; border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
.n-nav .box-list li { position: relative; }
.n-nav .box-list li .has-next { position: absolute; top: 10px; right: 10px; width: 20px; height: 20px; background: url(../fonts/n1.png) no-repeat center; background-size: contain; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; cursor: pointer; }
.n-nav .box-list li.active > .has-next { background: url(../fonts/n2.png) no-repeat center; background-size: contain; }
.n-nav .box-list .yiji-list { display: none; }
.n-nav .box-list .yiji-list li { padding-left: 12px; }
.n-nav .box-list .yiji-list li .has-next { right: 0; }
.n-nav .box-list .yiji-list li > a { padding: 10px 25px 10px 20px; line-height: 22px; position: relative; }
.n-nav .box-list .yiji-list li > a:before { position: absolute; content: ''; width: 5px; height: 5px; background-color: #fff; top: 19px; left: 10px; }
.n-nav .box-list .erji-list { display: none; }
.n-nav .box-list .sanji-list { display: none; }
.banner { line-height: 0; font-size: 0; position: relative; }
.banner .slick-arrow { position: absolute; z-index: 2; display: none !important; cursor: pointer; top: 50%; margin-top: -15px; width: 30px; height: 30px; line-height: 30px; text-align: center; background-color: #fff; background-color: rgba(255, 255, 255, 0.3); }
.banner .slick-arrow .iconfont { font-size: 14px; font-size: 1.4rem; color: #3F3E3E; }
.banner .slick-arrow:hover { background-color: #fff; }
@media screen and (max-width: 999px) { .banner .slick-arrow { display: none !important; } }
.banner .slick-prev { left: 75px; cursor: pointer; }
.banner .slick-next { right: 75px; cursor: pointer; }
.banner .slick-dots { position: absolute; z-index: 2; left: 0; right: 0; bottom: 24px; text-align: center; font-size: 0; letter-spacing: 0; text-align: center; }
.banner .slick-dots li { margin: 0 7px; display: inline-block; vertical-align: top; cursor: pointer; }
.banner .slick-dots li a { display: block; width: 17px; height: 17px; background-color: #fff; border-radius: 50%; opacity: 0.5; filter: alpha(opacity=50); }
.banner .slick-dots li.slick-active a { opacity: 1; filter: alpha(opacity=100); background-color: #172a88; }
@media screen and (max-width: 91px) { .banner .slick-dots { bottom: 15px; }
  .banner .slick-dots li { margin: 0 4px; }
  .banner .slick-dots li a { width: 12px; height: 12px; } }
@media screen and (max-width: 767px) { .banner .slick-dots { bottom: 7px; }
  .banner .slick-dots li { margin: 0 2px; }
  .banner .slick-dots li a { width: 8px; height: 8px; } }
.slick-list, .slick-slider, .slick-track { position: relative; display: block; }
.slick-loading .slick-slide, .slick-loading .slick-track { visibility: hidden; }
.slick-slider { -moz-box-sizing: border-box; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-list { overflow: hidden; margin: 0; padding: 0; }
.slick-list:focus { outline: 0; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-list, .slick-slider .slick-track { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track { top: 0; left: 0; }
.slick-track:after, .slick-track:before { display: table; content: ''; }
.slick-track:after { clear: both; }
.slick-slide { display: none; float: left; height: 100%; min-height: 1px; }
[dir=rtl] .slick-slide { float: right; }
.slick-slide img { display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
.slick-arrow.slick-hidden { display: none; }
@charset "UTF-8";
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT
Copyright (c) 2015 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}
@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  11.1% {
    -webkit-transform: none;
            transform: none
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
            transform: skewX(-12.5deg) skewY(-12.5deg)
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
            transform: skewX(6.25deg) skewY(6.25deg)
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
            transform: skewX(-3.125deg) skewY(-3.125deg)
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
            transform: skewX(1.5625deg) skewY(1.5625deg)
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
            transform: skewX(-0.78125deg) skewY(-0.78125deg)
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
            transform: skewX(0.390625deg) skewY(0.390625deg)
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
            transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
  }
  100% {
    -webkit-transform: none;
            transform: none
  }
}
@keyframes jello {
  11.1% {
    -webkit-transform: none;
            transform: none
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
            transform: skewX(-12.5deg) skewY(-12.5deg)
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
            transform: skewX(6.25deg) skewY(6.25deg)
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
            transform: skewX(-3.125deg) skewY(-3.125deg)
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
            transform: skewX(1.5625deg) skewY(1.5625deg)
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
            transform: skewX(-0.78125deg) skewY(-0.78125deg)
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
            transform: skewX(0.390625deg) skewY(0.390625deg)
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
            transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
  }
  100% {
    -webkit-transform: none;
            transform: none
  }
}
.jello{
    -webkit-animation-name:jello;
            animation-name:jello;
    -webkit-transform-origin: center;
            transform-origin: center
}
@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInStable {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
  33.333% {
    opacity: 1;
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  66.666666% {
    opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes zoomInStable {
 0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
  33.333% {
    opacity: 1;
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  66.666666% {
    opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.zoomInStable {
  -webkit-animation-name: zoomInStable;
  animation-name: zoomInStable;
}
@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
  100% {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
@keyframes anime {
from {
	opacity: 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
}
to {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-moz-transform: scaleY(1);
}
}
@-webkit-keyframes anime {
from {
	opacity: 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
}
to {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-moz-transform: scaleY(1);
}
}
@-moz-keyframes anime {
from {
	opacity: 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
}
to {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-moz-transform: scaleY(1);
}
}
@-o-keyframes anime {
from {
	opacity: 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
}
to {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-moz-transform: scaleY(1);
}
}
@-ms-keyframes anime {
from {
	opacity: 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
}
to {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-moz-transform: scaleY(1);
}
}
@media screen and (min-width:1000px) and (max-width:1219px) {}
@media screen and (max-width:1419px) {}
@media screen and (max-width:1219px) {}
@media screen and (max-width:991px) {	}
@media screen and (max-width:767px) {	}
@media screen and (max-width:640px) {	}
@media screen and (max-width:480px) {	}
@font-face {
    font-family: 'Poppins-Light';
    src: url('../fonts/Poppins-Light.eot');
    src: url('../fonts/Poppins-Light.eot') format('embedded-opentype'),
         url('../fonts/Poppins-Light.woff2') format('woff2'),
         url('../fonts/Poppins-Light.woff') format('woff'),
         url('../fonts/Poppins-Light.ttf') format('truetype'),
         url('../fonts/Poppins-Light.svg#Poppins-Light') format('svg');
    font-display: swap;
}
@font-face {
    font-family: 'Poppins-Regular';
    src: url('../fonts/Poppins-Regular.eot');
    src: url('../fonts/Poppins-Regular.eot') format('embedded-opentype'),
         url('../fonts/Poppins-Regular.woff2') format('woff2'),
         url('../fonts/Poppins-Regular.woff') format('woff'),
         url('../fonts/Poppins-Regular.ttf') format('truetype'),
         url('../fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
    font-display: swap;
}
@font-face {
    font-family: 'Poppins-Bold';
    src: url('../fonts/Poppins-Bold.eot');
    src: url('../fonts/Poppins-Bold.eot') format('embedded-opentype'),
         url('../fonts/Poppins-Bold.woff2') format('woff2'),
         url('../fonts/Poppins-Bold.woff') format('woff'),
         url('../fonts/Poppins-Bold.ttf') format('truetype'),
         url('../fonts/Poppins-Bold.svg#Poppins-Bold') format('svg');
    font-display: swap;
}
@font-face {font-family: "iconfont";
  src: url('../fonts/iconfont.eot?t=1604025915967'); /* IE9 */
  src: url('../fonts/iconfont.eot?t=1604025915967#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=1604025915967') format('woff'),
  url('../fonts/iconfont.ttf?t=1604025915967') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
  url('../fonts/iconfont.svg?t=1604025915967#iconfont') format('svg'); /* iOS 4.1- */
  font-display: swap;
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-size: 1.6rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-liebiao1:before {
  content: "\e7d7";
}
.icon-list:before {
  content: "\e603";
}
.icon-liebiao2:before {
  content: "\e66f";
}
.icon-ic_vk:before {
  content: "\e645";
}
.icon-ic_vk1:before {
  content: "\e653";
}
.icon--vk:before {
  content: "\e7d6";
}
.icon-message11:before {
  content: "\e7db";
}
.icon-message2:before {
  content: "\e7dc";
}
.icon-wrong:before {
  content: "\e65b";
}
.icon-close:before {
  content: "\e713";
}
.icon-diqiu:before {
  content: "\e629";
}
.icon-kinds:before {
  content: "\e60d";
}
.icon-icon_work:before {
  content: "\eba1";
}
.icon-liebiao:before {
  content: "\e834";
}
.icon-instagram:before {
  content: "\e66e";
}
.icon-linkedin:before {
  content: "\e666";
}
.icon-facebook:before {
  content: "\e667";
}
.icon-twitter:before {
  content: "\e66a";
}
.icon-youtube:before {
  content: "\e66c";
}
.icon-pinterest:before {
  content: "\e66d";
}
.icon-yuanxingjiantoushang:before {
  content: "\e965";
}
.icon-yuanxingjiantouxia:before {
  content: "\e966";
}
.icon-yuanxingjiantouyou:before {
  content: "\e967";
}
.icon-yuanxingjiantouzuo:before {
  content: "\e968";
}
.icon-search:before {
  content: "\e602";
}
.icon-topsearch:before {
  content: "\ea0a";
}
.icon-home:before {
  content: "\e624";
}
.icon-edit:before {
  content: "\e611";
}
.icon-facebook1:before {
  content: "\e620";
}
.icon-vk:before {
  content: "\e735";
}
.icon-skype1:before {
  content: "\e600";
}
.icon-pinterest1:before {
  content: "\e8ab";
}
.icon-jian2:before {
  content: "\e601";
}
.icon-linkedin1:before {
  content: "\e648";
}
.icon-youtube1:before {
  content: "\e6d6";
}
.icon-twitter1:before {
  content: "\e607";
}
.icon-wo:before {
  content: "\e664";
}
.icon-jia2:before {
  content: "\e608";
}
.icon-message:before {
  content: "\ebe1";
}
.icon-icon_phone_fill:before {
  content: "\ebad";
}
.icon-sousuo:before {
  content: "\e64c";
}
.icon-bigger:before {
  content: "\e647";
}
.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-left:before {
  content: "\e72c";
}
.icon-right:before {
  content: "\e72d";
}
.icon-up1:before {
  content: "\e72e";
}
.icon-bottom1:before {
  content: "\e72f";
}
.icon-left1:before {
  content: "\e730";
}
.icon-right1:before {
  content: "\e731";
}
.icon-up:before {
  content: "\e73e";
}
.icon-bottom: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-instagram1:before {
  content: "\e79d";
}
.icon-tumblr:before {
  content: "\e79e";
}
.icon-download:before {
  content: "\e7a0";
}
.icon-download1:before {
  content: "\e7a7";
}
.icon-search4:before {
  content: "\e7b2";
}
.icon-address:before {
  content: "\e7bc";
}
.icon-email2:before {
  content: "\e7bd";
}
.icon-contact:before {
  content: "\e7be";
}
.icon-whatsapp:before {
  content: "\e7bf";
}
.icon-fax:before {
  content: "\e7c2";
}
.icon-mobile1:before {
  content: "\e7c6";
}
.icon-email1:before {
  content: "\e7c4";
}
.icon-phone:before {
  content: "\e7c8";
}
.icon-tel:before {
  content: "\e7c7";
}
.icon-qq:before {
  content: "\e7ca";
}
.icon-phone1:before {
  content: "\e7cb";
}
.icon-skype:before {
  content: "\e7cc";
}
.icon-whatsapp1:before {
  content: "\e7c1";
}
.icon-address1:before {
  content: "\e7c3";
}
.icon-contact1:before {
  content: "\e7c9";
}
.icon-email:before {
  content: "\e7c5";
}
.icon-email11:before {
  content: "\e7cd";
}
.icon-skype11:before {
  content: "\e7cf";
}
.icon-fax1:before {
  content: "\e7d1";
}
.icon-qq1:before {
  content: "\e7d2";
}
.icon-tel1:before {
  content: "\e7d3";
}
.icon-wechat:before {
  content: "\e7d4";
}
.icon-website:before {
  content: "\e7ce";
}
.icon-phone2:before {
  content: "\e7d5";
}
.icon-mobile:before {
  content: "\e7d0";
}
.icon-message1:before {
  content: "\e7da";
}
.icon-calendar:before {
  content: "\e7e1";
}
.icon-calendar1:before {
  content: "\e7e3";
}
.icon-top:before {
  content: "\e7ed";
}
.icon-youbian:before {
  content: "\e60f";
}
.icon-companyname:before {
  content: "\e610";
}
.pro-cate .erji > li:hover > a, .pro-cate .erji > li.active > a { color: #000; }
.listcart{ width:100%; margin-top:40px;margin-bottom: 40px;}
.listcart a{ background:#fff;display:inline-block;height: 30px;   line-height: 30px;cursor: pointer;border: none;overflow: hidden;color: #172a88;cursor: pointer;  border:1px solid #172a88; padding-left:10px; padding-right:10px; text-align:center; font-size:14px; font-size:1.4rem; margin-left:10px;}
.listcart a:hover{  border:#172a88 solid 1px; background:#172a88; color:#fff!important;}
@media screen and (max-width:999px){
.listcart a{margin-left:2.5%;margin-right:2.5%;padding-left: 6px;padding-right: 6px;}
.listcart{ width:100%;
}
}
@media screen and (max-width:420px){
.listcart a{ width:95% !important ; float:none; overflow:hidden; margin-bottom:1rem; margin-top:1rem}
}
.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;}
.ppp{line-height: 30px;margin-bottom: 20px;margin-top: 20px;}
.fl a.no:hover{color: #333;}
.shuxp_c a:hover{color: #172a88;}
@media screen and (max-width: 1920px){
.m-kefu-chat.mobile-hide {
    right: 0px!important;
}
}
.m-kefu-chat.mobile-hide .mobile-logo {
    cursor: pointer!important;
}
.ppp,.shuxp_c{font-size: 16px;}
.contact-box1 .item-left .box-list .item-desc a:hover{color: #172a88;}
.page a.no:hover{    color: #333;background: #fff;}
.phone-banner { display: none; }
.phone-banner img { min-width: 100% !important; max-width: none; width: auto; margin: 0 auto; }
@media screen and (max-width: 480px) { .phone-banner { display: block; }
  .index-banner { display: none; } }
.index-backdrop { -webkit-transition: all .35s; -o-transition: all .35s; -moz-transition: all .35s; transition: all .35s; opacity: 0; filter: alpha(opacity=0); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; z-index: -9; }
.index-backdrop .model-box { width: 17px; left: -17px; -webkit-transition: all .35s; -o-transition: all .35s; -moz-transition: all .35s; transition: all .35s; }
.index-tip { position: fixed; cursor: pointer; width: 17px; overflow: hidden; -webkit-transition: all .35s; -o-transition: all .35s; -moz-transition: all .35s; transition: all .35s; left: 0; }
@media only screen and (max-width: 767px) { .index-tip { width: 10px; } }
.tipadd { left: -17px; }
.tipadd1.index-backdrop { opacity: 1; filter: alpha(opacity=100); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; z-index: 999999999; }
.tipadd1.index-backdrop .model-box { left: 2.5%; width: 95%; }
.about-download .box-list .item-btn{display: block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.line-img { width: 100%; margin-bottom: 10px; overflow: hidden; }
.line-img img { display: block !important; width: 100%; }
.img-right { margin-bottom: 30px; }
.img-right .item-pic { float: right; margin-left: 2.14286%; }
.img-right .item-body { float: left; }
.img-left { margin-bottom: 30px; }
.img-left .item-pic { float: left; margin-right: 2.14286%; }
.img-left .item-body { float: right; }
.img-item .item-pic { width: 56.42857%; overflow: hidden; }
.img-item .item-pic img { display: block !important; width: 100%; }
@media screen and (max-width: 991px) { .img-item .item-pic { width: 100%; margin: 0 auto 20px; } }
.img-item .item-body { width: 41.42857%; font-size: 16px; font-size: 1.6rem; line-height: 30px; }
.img-item .item-body .item-desc { display: table-cell;  width: 1000px;height: 285px; }
.img-item .item-body .item-desc a{ display:inline;}
.img-item .item-body .item-btn a{   
   border: #172a88 solid 1px;
  display: inline-block;
  min-width: 165px;
  line-height: 20px;
  padding: 11px 15px 12px;
  text-align: center;
  border-radius: 23px;
  background: #172a88;
  color: #ffffff;
  font-size: 16px;
  font-size: 1.6rem;
  font-style: italic;
  font-weight: bold;
  margin-right: 80px;}
@media screen and (max-width: 1419px) { .img-item .item-body .item-desc { height: 282px; } }
@media screen and (max-width: 1219px) { .img-item .item-body { line-height: 24px; font-size: 14px; font-size: 1.4rem; }
  .img-item .item-body .item-desc { height: 226px; } }
@media screen and (max-width: 991px) { .img-item .item-body { width: 100%; }
  .img-item .item-body .item-desc { display: block; width: 100%; height: auto; } }
@media screen and (max-width: 767px) { .img-item .item-body { font-size: 12px; font-size: 1.2rem; line-height: 20px; } }
/*pyadd*/
.mgofloorpy{ padding-bottom:40px;}
.mgofloorpy ul li{ padding-top:40px; /*padding-bottom:40px;*/ padding-bottom:0px;}
.mgofloorpytuz{ width:829px; float:left;}
.mgofloorpytuz img{ display:block; width:100%; max-width:829px; margin:0 auto;}
.mgofloorpytuy{ width:524px; float:left; margin-left:30px;}
.mgofloorpytuyyi{ padding-top:90px;}
.mgofloorpytuyyi img{ display:block; margin:0 auto; width:100%; max-width:150px;}
.mgofloorpymz{ font-size:48px; font-size:4.8rem; /*text-transform:uppercase;*/ color:#231f20; text-align:center; font-weight:bold; margin-top:10px;}
.mgofloorpytuy1{ line-height:36px; padding-top:20px;}
@media screen and (max-width: 1419px){
	.mgofloorpytuz{width:629px;}
	.mgofloorpytuyyi{ padding-top:10px;}
	}
@media screen and (max-width: 1219px){
	.mgofloorpytuz{ float:none; width:100%; margin-bottom:20px;}
	.mgofloorpytuy{ float:none; width:100%; margin:0 auto;}
	}
	/* 20220105 */
.n-box1 .item-title { text-align: center; font-size: 30px; font-size: 3rem; line-height: 1.2; text-transform: uppercase; font-family: "Poppins-Regular"; }
@media screen and (max-width: 1219px) { .n-box1 .item-title { font-size: 26px; font-size: 2.6rem; } }
@media screen and (max-width: 991px) { .n-box1 .item-title { font-size: 22px; font-size: 2.2rem; } }
@media screen and (max-width: 767px) { .n-box1 .item-title { font-size: 18px; font-size: 1.8rem; } }
.n-box1 .item-desc { margin-top: 21px; font-size: 16px; font-size: 1.6rem; line-height: 30px; }
.n-box1 .item-desc p { min-height: 30px; }
.n-box1 .item-desc img, .n-box1 .item-desc iframe { max-width: 100%; }
.n-box1 .item-desc, .n-box1 .item-desc a { color: #333; }
@media screen and (max-width: 1219px) { .n-box1 .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 24px; }
  .n-box1 .item-desc p { min-height: 24px; } }
@media screen and (max-width: 991px) { .n-box1 .item-desc { margin-top: 15px; font-size: 14px; font-size: 1.4rem; line-height: 22px; }
  .n-box1 .item-desc p { min-height: 22px; } }
@media screen and (max-width: 767px) { .n-box1 .item-desc { margin-top: 10px; font-size: 12px; font-size: 1.2rem; line-height: 20px; }
  .n-box1 .item-desc p { min-height: 20px; } }
.n-box2 .item-title { text-align: center; font-size: 30px; font-size: 3rem; line-height: 1.2; text-transform: uppercase; font-family: "Poppins-Regular"; }
@media screen and (max-width: 1219px) { .n-box2 .item-title { font-size: 26px; font-size: 2.6rem; } }
@media screen and (max-width: 991px) { .n-box2 .item-title { font-size: 22px; font-size: 2.2rem; } }
@media screen and (max-width: 767px) { .n-box2 .item-title { font-size: 18px; font-size: 1.8rem; } }
.n-box2 .item-desc { margin-top: 21px; font-size: 16px; font-size: 1.6rem; line-height: 30px; }
.n-box2 .item-desc p { min-height: 30px; }
.n-box2 .item-desc img, .n-box2 .item-desc iframe { max-width: 100%; }
.n-box2 .item-desc, .n-box2 .item-desc a { color: #333; }
@media screen and (max-width: 1219px) { .n-box2 .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 24px; }
  .n-box2 .item-desc p { min-height: 24px; } }
@media screen and (max-width: 991px) { .n-box2 .item-desc { margin-top: 15px; font-size: 14px; font-size: 1.4rem; line-height: 22px; }
  .n-box2 .item-desc p { min-height: 22px; } }
@media screen and (max-width: 767px) { .n-box2 .item-desc { margin-top: 10px; font-size: 12px; font-size: 1.2rem; line-height: 20px; }
  .n-box2 .item-desc p { min-height: 20px; } }
.n-box3 .box-list { font-size: 0; letter-spacing: 0; }
.n-box3 .box-list .list-item { display: inline-block; vertical-align: top; width: 23.5%; margin-left: 2%; margin-bottom: 30px; text-align: center; }
@media screen and (max-width: 991px) { .n-box3 .box-list .list-item { width: 31.33%; margin: 0 1% 30px !important; } }
@media screen and (max-width: 480px) { .n-box3 .box-list .list-item { width: 48%; margin: 0 1% 20px !important; } }
.n-box3 .box-list .item-pic { background-color: #fff; border: solid 1px #E0E0E0; padding-bottom: 99.29577%; margin-bottom: 10px; }
.n-box3 .box-list .item-pic a { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; }
.n-box3 .box-list .item-pic img { max-width: 100%; max-height: 100%; width: auto; }
.n-box3 .box-list .item-desc { margin-bottom: 10px; font-size: 16px; font-size: 1.6rem; line-height: 1.4; }
.n-box3 .box-list .item-desc a { display: -webkit-box !important; overflow: hidden; white-space: normal !important; text-overflow: ellipsis; word-wrap: break-word; -webkit-line-clamp: 5; -webkit-box-orient: vertical; }
@media screen and (max-width: 1219px) { .n-box3 .box-list .item-desc { font-size: 14px; font-size: 1.4rem; } }
@media screen and (max-width: 767px) { .n-box3 .box-list .item-desc { font-size: 12px; font-size: 1.2rem; line-height: 1.3; } }
.n-box3 .box-list .item-btn { text-align: center; display: inline-block; padding: 0 20px; line-height: 28px; border: solid 1px #999999; font-size: 14px; font-size: 1.4rem; -webkit-border-radius: 14px; border-radius: 14px; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; }
.n-box3 .box-list .item-btn:hover { background-color: #172a88; border-color: #172a88; color: #fff; }
@media screen and (max-width: 767px) { .n-box3 .box-list .item-btn { font-size: 12px; font-size: 1.2rem; line-height: 24px; } }
.n-box5 .item-title { text-align: center; font-size: 30px; font-size: 3rem; line-height: 1.2; text-transform: uppercase; font-family: "Poppins-Regular"; margin-bottom: 20px; }
@media screen and (max-width: 1219px) { .n-box5 .item-title { font-size: 26px; font-size: 2.6rem; } }
@media screen and (max-width: 991px) { .n-box5 .item-title { font-size: 22px; font-size: 2.2rem; } }
@media screen and (max-width: 767px) { .n-box5 .item-title { font-size: 18px; font-size: 1.8rem; margin-bottom: 15px; } }
.n-box5 .item-desc { font-size: 0; letter-spacing: 0; }
.n-box5 .item-desc .item { display: inline-block; vertical-align: top; width: 32%; margin-left: 2%; margin-bottom: 10px; font-size: 16px; font-size: 1.6rem; line-height: 1.4; }
.n-box5 .item-desc .item:nth-child(3n+1) { margin-left: 0; }
.n-box5 .item-desc .item:hover { color: #172a88; }
@media screen and (max-width: 1219px) { .n-box5 .item-desc .item { font-size: 14px; font-size: 1.4rem; line-height: 1.3; } }
@media screen and (max-width: 640px) { .n-box5 .item-desc .item { width: 48%; margin: 0 1% 10px !important; } }
@media screen and (max-width: 400px) { .n-box5 .item-desc .item { width: 100%; margin: 0 0 6px !important; } }
.n-box { padding-top: 50px; }
@media screen and (max-width: 767px) { .n-box { padding-top: 30px; } }
.pro1-box5 .box-list .list-item { text-align: center; }
.pro1-box5 .box-list .item-btn { margin-top: 10px; text-align: center; display: inline-block; padding: 0 20px; line-height: 28px; border: solid 1px #999999; font-size: 14px; font-size: 1.4rem; -webkit-border-radius: 14px; border-radius: 14px; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; }
.pro1-box5 .box-list .item-btn:hover { background-color: #172a88; border-color: #172a88; color: #fff; }
@media screen and (max-width: 767px) { .pro1-box5 .box-list .item-btn { font-size: 12px; font-size: 1.2rem; line-height: 24px; } }
.cover {
  background:rgba(0,0,0,0.3);
  position:fixed;
  top:0;
  left:-40px;
  width: 40px;
  bottom:0;
  right:0;
  z-index:-9;
  -webkit-transition: all .35s;-o-transition: all .35s;-moz-transition: all .35s;transition: all .35s;opacity: 1;filter: alpha(opacity=0);-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.cover::-webkit-input-placeholder {  color:#898989;}
.cover:-o-placeholder { color:#898989;}
.cover::-moz-placeholder { color:#898989;}
.cover:-ms-input-placeholder { color:#898989;}
.covern {
  background:#fff;
  opacity: 0;
  margin:0 auto;
  width: 776px;
  padding-top:38px;
  padding-bottom:38px;position: relative;
  top: 200px;
}
.m1{top: 0;width: auto;height: auto;left: 0;-webkit-transition: all .35s;-o-transition: all .35s;-moz-transition: all .35s;transition: all .35s;opacity: 1;filter: alpha(opacity=100);-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";z-index: 9999}
.m1 .covern{position: relative;height:auto;left: auto;opacity: 1;position:relative;width:776px;margin: 0 auto;}
.contact-box1 .item-form{width: 80%;margin:auto;}
.covern .contact-box1{padding-left: 30px;padding-right: 30px;margin-bottom: 0;}

.covern .guanbi .iconfont { font-size: 28px; font-size: 2.8rem; color: #434343; position: absolute; top: 10px; right: 10px; font-weight: bold; cursor: pointer; }
.covernr {  padding-left:30px;  padding-right:30px;}
.covern .contact-box1 .box-title{text-align: center;font-size: 20px; font-size: 2.0rem;color: #0d1218;}
.covern .contact-box1 .box-desc{text-align: center;font-size: 14px; font-size: 1.4rem;line-height: 22px;color: #58595c;}
.covern .item-form{width: 100%;}
.covern .contact-box1 .item-right .item-form input, .covern .contact-box1 .item-right .item-form textarea{font-size: 14px; font-size: 1.4rem;height:30px;line-height:30px;color: #898989;
    border: solid 1px #898989;}
.covern .contact-box1 .item-right .item-form .item-input1.star {background-position-y: 10px;}
.covern .contact-box1 .item-right .item-form textarea{height: 58px;}
.covern .contact-box1 .item-right .item-form .item-input{margin-bottom: 12px;}
.covern .contact-box1 .item-right .item-form .item-img{line-height:26px;}
.covern .contact-box1 .item-right .item-form .item-btn input{border: none;background: #595758;color: #fff;}
@media screen and (max-width:991px){
	.contact-box1 .item-form{width: 98%;}
  .covern{width: 94%;top: 50px;}
  .covern .contact-box1 .item-right .item-form .item-img{float: left;}
  .covern .contact-box1 .item-right .item-form .item-btn{width:33%;}
  .covern .contact-box1 .item-right .item-form .item-code{width:30% !important;}
  .m1 .covern{width:100%;}
.covern .contact-box1{padding-left: 10px;padding-right: 10px;margin-bottom: 0;}
}
@media screen and (max-width:499px){
  .covern .contact-box1 .item-right .item-form .item-btn{width:100%;}
  .covern .contact-box1 .item-right .item-form .item-code{width:50% !important;}
}
.page_wrap .contact-box1{margin-top: 50px;}
.tab-content-item .contact-box1{margin-top: 0px;}


@media screen and (max-width: 480px){
	.phone-banner img{ width: 100%; }
}
.index-about .item-body h1{font-size: 20px;    margin-top: 13px;    line-height: 22px;}

.left-item .list-item .item-pic a,.right-item .list-item .item-pic a{ position: relative;
    padding-top: 77.3504273%;
    overflow: hidden;
    display: block; }
    .left-item .list-item .item-pic a img,.right-item .list-item .item-pic a img{ position: absolute;
    left: 0;
    top: 0;
    width: 100%;} 
    
    
    .m-jhbanner {
        padding-top: 74px;
      }
      @media screen and (max-width: 991px) {
        .m-jhbanner {
          padding-top: 55px;
        }
        .m-jhbanner .box-img {
          display: none;
        }
      }
      
      .m-nhd {
        margin-bottom: 32px;
        text-align: center;
      }
      .m-nhd .hd-title {
        position: relative;
        padding-bottom: 17px;
        line-height: 56px;
        font-size: 46px;
        font-size: 4.6rem;
        font-family: "Poppins-Light";
        color: #122a88;
      }
      .m-nhd .hd-title:before {
        content: "";
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translate(-50%, 0);
        width: 60px;
        height: 6px;
        background-color: #122a88;
      }
      .m-nhd .hd-desc {
        margin-left: auto;
        margin-right: auto;
        margin-top: 32px;
        max-width: 1350px;
        line-height: 30px;
        font-size: 20px;
        font-size: 2rem;
        color: #666;
      }
      .m-nhd .hd-desc:first-child {
        margin-top: 0;
      }
      @media screen and (max-width: 1219px) {
        .m-nhd {
          margin-bottom: 20px;
        }
        .m-nhd .hd-title {
          line-height: 28px;
          font-size: 20px;
          font-size: 2rem;
          padding-bottom: 20px;
        }
        .m-nhd .hd-title:before {
          width: 30px;
          height: 2px;
        }
        .m-nhd .hd-desc {
          margin-top: 15px;
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 24px;
        }
      }
      
      .m-lmbox {
        margin-top: 64px;
      }
      .m-lmbox:first-child {
        margin-top: 0;
      }
      @media screen and (max-width: 1219px) {
        .m-lmbox {
          margin-top: 30px;
        }
      }
      
      .m-lmhead .box-wp {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 34px;
        padding-bottom: 28px;
        background-color: #f7f7f7;
        border-radius: 4px;
        display: flex;
        flex-flow: wrap;
        justify-content: space-between;
        align-items: flex-start;
      }
      .m-lmhead .box-item {
        position: relative;
        width: 44.8529411765%;
      }
      .m-lmhead .item-title {
        position: relative;
        padding-left: 15px;
        line-height: 36px;
        font-size: 18px;
        font-size: 1.8rem;
      }
      .m-lmhead .item-title:before {
        content: "";
        position: absolute;
        left: 0;
        top: 16px;
        width: 6px;
        height: 6px;
        background-color: #535353;
        border-radius: 50%;
      }
      @media screen and (max-width: 1219px) {
        .m-lmhead .hd-desc {
          margin-top: 15px;
          line-height: 24px;
          font-size: 14px;
          font-size: 1.4rem;
        }
        .m-lmhead .box-wp {
          padding: 30px 20px;
        }
        .m-lmhead .item-title {
          line-height: 26px;
          font-size: 14px;
          font-size: 1.4rem;
        }
        .m-lmhead .item-title:before {
          top: 10px;
        }
        .m-lmhead .box-item {
          width: 48%;
        }
      }
      
      .g-jhmn {
        float: left;
        width: 100%;
        padding-right: 31.43%;
      }
      @media screen and (max-width: 991px) {
        .g-jhmn {
          padding-right: 0;
          float: none;
        }
      }
      
      .g-jhsd {
        position: sticky;
        top: 0;
        float: left;
        margin-left: -21.42%;
        width: 21.42%;
      }
      @media screen and (max-width: 991px) {
        .g-jhsd {
          float: none;
          margin-left: 0;
          margin-top: 30px;
          width: 100%;
        }
      }
      
      .m-sdjhnav {        
        border-radius: 20px;        
        padding-top: 32px;
        padding-bottom: 27px;
      }
      .m-sdjhnav .box-title {
        line-height: 36px;
        font-size: 26px;
        font-size: 2.6rem;
        color: #122a88;
      }
      .m-sdjhnav .box-nav {
        margin-top: 24px;
      }
      .m-sdjhnav .nav-item {
        position: relative;
      }
      .m-sdjhnav .nav-item a {
        display: block;
        position: relative;
        line-height: 40px;
        font-size: 20px;
        font-size: 2.0rem;
      }
      .m-sdjhnav .nav-item a:hover, .m-sdjhnav .nav-item a.active {
        color: #122a88;
      }
      @media screen and (max-width: 1219px) {
        .m-sdjhnav .box-title {
          line-height: 28px;
          font-size: 20px;
          font-size: 2rem;
        }
        .m-sdjhnav .nav-item a {
          line-height: 26px;
          font-size: 14px;
          font-size: 1.4rem;
        }
      }
      
      .m-sdjhctus {
        margin-top: 20px;
        padding-left: 25px;
        padding-right: 10px;
        padding-top: 24px;
        padding-bottom: 45px;
        background: url("../images/conbg.jpg") no-repeat center;
        background-size: cover;
      }
      .m-sdjhctus .box-title {
        line-height: 40px;
        font-size: 26px;
        font-size: 2.6rem;
        color: #122a88;
      }
      .m-sdjhctus .box-info {
        margin-top: 16px;
      }
      .m-sdjhctus .info-item {
        position: relative;
        padding-left: 46px;
        color: #172a88;
      }
      .m-sdjhctus .info-item i {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translate(0, -50%);
        width: 40px;
        line-height: 40px;
        font-size: 16px;
        font-size: 1.6rem;
        color: #fff;
        text-align: center;
        border-radius: 50%;
        background-color: #122a88;
      }
      .m-sdjhctus .item-title {
        line-height: 1;
        font-size: 20px;
        font-size: 2rem;
        font-family: "Poppins-Light";
      }
      .m-sdjhctus .item-info {
        line-height: 30px;
        font-size: 20px;
        font-size: 2rem;
        font-family: "Poppins-Light";
      }
      .m-sdjhctus .item-info  a{ color:#122a88 ;}
      .m-sdjhctus .box-link {
        margin-top: 30px;
      }
      .m-sdjhctus .box-link a {
        display: inline-block;
        min-width: 120px;
        line-height: 38px;
        padding: 0 10px;
        font-size: 16px;
        font-size: 1.6rem;
        color: #fff;
        background-color: #122a88;
        border-radius: 19px;
        text-align: center;
      }
      .m-sdjhctus .box-link a:hover {
        color: #fff;
        background-color: #333;
      }
      @media screen and (max-width: 1219px) {
        .m-sdjhctus {
          margin-top: 30px;
          padding-bottom: 80px;
        }
        .m-sdjhctus .box-title {
          line-height: 28px;
          font-size: 20px;
          font-size: 2rem;
        }
        .m-sdjhctus .item-title {
          font-size: 16px;
          font-size: 1.6rem;
        }
        .m-sdjhctus .item-info {
          line-height: 24px;
          font-size: 14px;
          font-size: 1.4rem;
        }
        .m-sdjhctus .box-link {
          margin-top: 20px;
        }
        .m-sdjhctus .box-link a {
          min-width: 120px;
          line-height: 24px;
          font-size: 14px;
          font-size: 1.4rem;
        }
      }
      
      .g-jhmnwp {
        padding-top: 36px;
        padding-bottom: 36px;        
        border-radius: 20px;
      }
      @media screen and (max-width: 1219px) {
        .g-jhmnwp {
          
        }
      }
      
      .m-jhbox {
        padding-top: 70px;
      }
      .m-jhbox .box-title {
        position: relative;
        line-height: 40px;
        font-size: 30px;
        font-size: 3rem;
        font-family: "Poppins-Light";
      }
      .m-jhbox .box-rm {
        margin-top: 20px;
        padding-top: 25px;
        line-height: 30px;
        font-size: 20px;
        font-size: 2rem;
        text-align: center;
        color: #122a88;
        display: flex;
        justify-content: center;
        background: url("../images/jhrm-bg1.png") no-repeat center top;
      }
      .m-jhbox .box-rm .btn {
        cursor: pointer;
        font-weight: bold;
      }
      .m-jhbox .box-rm .btn2 {
        display: none;
      }
      .m-jhbox .box-rm.active {
        background-image: url("../images/jhrm-bg2.png");
      }
      .m-jhbox .box-rm.active .btn2 {
        display: block;
      }
      .m-jhbox .box-rm.active .btn1 {
        display: none;
      }
      .m-jhbox:first-child {
        padding-top: 0;
      }
      @media screen and (max-width: 1219px) {
        .m-jhbox .box-title {
          line-height: 28px;
          font-size: 20px;
          font-size: 2rem;
        }
        .m-jhbox .box-rm {
          line-height: 24px;
          font-size: 14px;
          font-size: 1.4rem;
        }
      }
      @media screen and (max-width: 991px) {
        .m-jhbox {
          padding-top: 40px;
        }
      }
      
      .m-jhtext .box-desc {
        margin-top: 42px;
        line-height: 28px;
        font-size: 16px;
        font-size: 1.6rem;
        color: #666;
        max-height: 280px;
        overflow: hidden;
      }
      .m-jhtext .box-desc.show {
        max-height: inherit;
      }
      .m-jhtext .box-desc p {
        min-height: 28px;
      }
      .m-jhtext .box-desc em {
        display: block;
        font-size: 20px;
        font-size: 2rem;
        color: #222;
      }
      .m-jhtext .fix1 {
        margin-top: 30px;
        display: flex;
        flex-flow: row nowrap;
        justify-content: flex-start;
        align-items: center;
      }
      .m-jhtext .fix1 .img {
        flex: 0 0 auto;
        width: 36.5476190476%;
        margin-right: 20px;
        line-height: 0;
        font-size: 0;
      }
      .m-jhtext .fix1 .img2 {
        order: 2;
        margin-left: 20px;
      }
      .m-jhtext .fix1 .desc {
        flex: 1 1 auto;
        overflow: hidden;
      }
      .m-jhtext .fix1:first-child {
        margin-top: 0;
      }
      .m-jhtext .link {
        margin-top: 26px;
        text-align: center;
      }
      .m-jhtext .link a {
        display: inline-block;
        min-width: 120px;
        line-height: 36px;
        padding: 0 10px;
        color: #fff;
        font-size: 16px;
        font-size: 1.6rem;
        background-color: #122a88;
        border-radius: 18px;
        margin: 0 auto;
      }
      @media screen and (max-width: 1219px) {
        .m-jhtext .box-desc {
          margin-top: 20px;
          line-height: 24px;
          font-size: 14px;
          font-size: 1.4rem;
        }
        .m-jhtext .box-desc p {
          min-height: 24px;
        }
        .m-jhtext .box-desc em {
          font-size: 18px;
          font-size: 1.8rem;
        }
      }
      @media screen and (max-width: 991px) {
        .m-jhtext .fix1 {
          display: block;
          overflow: hidden;
        }
        .m-jhtext .fix1 .img1 {
          float: left;
        }
        .m-jhtext .fix1 .img2 {
          float: right;
        }
        .m-jhtext .fix1 .desc {
          overflow: visible;
        }
      }
      
      .m-jhpro .box-slide {
        margin-top: 30px;
      }
      .m-jhpro .btn-wp {
        margin-top: 23px;
        display: flex;
        justify-content: center;
      }
      .m-jhpro .box-btn {
        line-height: 1;
        font-size: 18px;
        font-size: 1.8rem;
        cursor: pointer;
      }
      .m-jhpro .box-btn:hover {
        color: #122a88;
      }
      .m-jhpro .prev {
        margin-right: 30px;
      }
      .m-jhpro .box-list {
        width: 10000%;
        overflow: hidden;
        display: flex;
        flex-flow: row wrap;
        justify-content: flex-start;
        align-items: stretch;
      }
      .m-jhpro .list-item {
        margin-right: 0.0142857143%;
        width: 0.3214285714%;
        background-color: #ffffff;
        
      }
      .m-jhpro .item-text {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 12px;
        padding-bottom: 18px;
      }
      .m-jhpro .item-title {
        padding-bottom: 10px;
       
        line-height: 24px;
        font-size: 18px;
        font-size: 1.8rem;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-weight: normal;
        text-align: center;
      }
      .m-jhpro .item-desc {
        margin-top: 9px;
        max-height: 48px;
        line-height: 24px;
        font-size: 16px;
        font-size: 1.6rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
      }
      .m-jhpro .item-link {
        margin-top: 15px;
      }
      .m-jhpro .item-link a {
        display: inline-block;
        min-width: 110px;
        line-height: 28px;
        padding: 0 10px;
        font-size: 14px;
        font-size: 1.4rem;
        color: #fff;
        text-align: center;
        background-color: #122a88;
        border-radius: 8px 0px 8px 0px;
      }
      .m-jhpro .item-link a:hover {
        color: #fff;
        background-color: #333;
      }
      @media screen and (max-width: 1219px) {
        .m-jhpro .box-slide {
          margin-top: 30px;
        }
        .m-jhpro .btn-wp {
          margin-top: 20px;
        }
        .m-jhpro .item-text {
          padding: 15px 10px;
        }
        .m-jhpro .item-title {
          font-size: 16px;
          font-size: 1.6rem;
          padding-bottom: 10px;
        }
        .m-jhpro .item-desc {
          font-size: 14px;
          font-size: 1.4rem;
        }
        .m-jhpro .item-link {
          margin-top: 10px;
        }
        .m-jhpro .item-link a {
          min-width: 100px;
          line-height: 22px;
          font-size: 14px;
          font-size: 1.4rem;
        }
      }
      @media screen and (max-width: 640px) {
        .m-jhpro .item-link {
          display: none;
        }
        .m-jhpro .list-item {
          margin-right: 0.02%;
          width: 0.49%;
        }
      }
      
      .m-jhnews .box-list {
        margin-top: 40px;
        max-height: 600px;
        overflow: hidden;
      }
      .m-jhnews .box-list.show {
        max-height: inherit;
      }
      .m-jhnews .list-item {
        margin-top: 20px;
        display: flex;
        flex-flow: row nowrap;
        justify-content: flex-start;
        align-items: center;
      }
      .m-jhnews .list-item:first-child {
        margin-top: 0;
      }
      .m-jhnews .item-pic {
        flex: 0 0 auto;
        width: 240px;
        margin-right: 20px;
        border-radius: 3px;
      }
      .m-jhnews .item-text {
        flex: 1 1 auto;
        overflow: hidden;
      }
      .m-jhnews .item-title {
        line-height: 30px;
        font-size: 20px;
        font-size: 2rem;
        font-family: "Poppins-Light";
        text-overflow: ellipsis;
        white-space: nowrap;
      }
      .m-jhnews .item-desc {
        margin-top: 6px;
        max-height: 48px;
        line-height: 24px;
        font-size: 16px;
        font-size: 1.6rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        color: #666;
      }
      .m-jhnews .item-desc a {
        color: #666;
      }
      .m-jhnews .item-desc a:hover {
        color: #122a88;
      }
      .m-jhnews .item-fix {
        margin-top: 12px;
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        align-items: center;
      }
      .m-jhnews .item-time {
        order: 2;
        line-height: 24px;
        font-size: 14px;
        font-size: 1.4rem;
      }
      .m-jhnews .item-link a {
        display: inline-block;
        min-width: 126px;
        line-height: 34px;
        padding: 0 10px;
        font-size: 16px;
        font-size: 1.62rem;
        color: #122a88;
        text-align: center;
        border: solid 1px #122a88;
        border-radius: 18px;
      }
      .m-jhnews .item-link a:hover {
        color: #fff;
        background-color: #333;
      }
      @media screen and (max-width: 1219px) {
        .m-jhnews .item-title {
          line-height: 26px;
          font-size: 16px;
          font-size: 1.6rem;
        }
        .m-jhnews .item-desc {
          margin-top: 10px;
          max-height: 48px;
          line-height: 24px;
          font-size: 14px;
          font-size: 1.4rem;
        }
        .m-jhnews .item-time {
          line-height: 24px;
          font-size: 14px;
          font-size: 1.4rem;
        }
        .m-jhnews .item-pic {
          margin-right: 15px;
          width: 150px;
        }
        .m-jhnews .item-fix {
          margin-top: 10px;
        }
      }
      @media screen and (max-width: 991px) {
        .m-jhnews .item-link {
          display: none;
        }
        .m-jhnews .list-item {
          width: 100%;
        }
      }
      @media screen and (max-width: 640px) {
        .m-jhnews .item-pic {
          width: 120px;
        }
      }
      
      .m-jhfaq .box-list {
        margin-top: 24px;
      }
      .m-jhfaq .list-item {
        position: relative;
        padding-bottom: 36px;
        border-bottom: 1px solid #dddddd;
        margin-top: 30px;
        overflow: hidden;
      }
      .m-jhfaq .list-item:first-child {
        margin-top: 0;
      }
      .m-jhfaq .item-title a {
        position: relative;
        display: block;
        padding-left: 35px;
        padding-right: 40px;
        line-height: 24px;
        font-size: 18px;
        font-size: 1.8rem;
      }
      .m-jhfaq .item-title a span {
        position: absolute;
        left: 0;
        top: 0;
        width: 24px;
        height: 24px;
        line-height: 24px;
        color: #fff;
        font-size: 14px;
        font-size: 1.4rem;
        text-align: center;
        border-radius: 3px;
        background-color: #a2b2c7;
      }
      .m-jhfaq .item-title a .iconfont {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        cursor: pointer;
        color: #122a88;
      }
      .m-jhfaq .item-title a .icon-bottom1 {
        display: none;
      }
      .m-jhfaq .item-title a:hover {
        color: #122a88;
      }
      .m-jhfaq .item-title.active a .icon-right1 {
        display: none;
      }
      .m-jhfaq .item-title.active a .icon-bottom1 {
        display: block;
      }
      .m-jhfaq .item-desc {
        position: relative;
        margin-top: 33px;
        display: none;
        padding-left: 35px;
        padding-right: 26px;
        line-height: 30px;
        font-size: 16px;
        font-size: 1.6rem;
        color: #666;
      }
      .m-jhfaq .item-desc span {
        position: absolute;
        left: 0;
        top: 3px;
        width: 24px;
        height: 24px;
        line-height: 24px;
        color: #122a88;
        font-size: 14px;
        font-size: 1.4rem;
        text-align: center;
        border-radius: 3px;
        background-color: #eff4fc;
      }
      .m-jhfaq .item-desc.show {
        display: block;
      }
      @media screen and (max-width: 1219px) {
        .m-jhfaq .list-item {
          margin-top: 20px;
          padding-bottom: 20px;
        }
        .m-jhfaq .item-title a {
          font-size: 16px;
          font-size: 1.6rem;
        }
        .m-jhfaq .item-desc {
          margin-top: 10px;
          line-height: 26px;
          font-size: 14px;
          font-size: 1.4rem;
        }
        .m-jhfaq .item-desc span {
          top: 1px;
        }
      }
      
      .m-jhpic .box-slide {
        margin-top: 32px;
      }
      .m-jhpic .box-list {
        width: 10000%;
        overflow: hidden;
      }
      .m-jhpic .list-wp {
        float: left;
        width: 1%;
        display: flex;
        flex-flow: row wrap;
        justify-content: flex-start;
        align-items: flex-start;
      }
      .m-jhpic .list-item {
        margin-right: 2.380952381%;
        width: 31.6666666667%;
      }
      .m-jhpic .list-item:nth-child(3n) {
        margin-right: 0;
      }
      .m-jhpic .item-pic {
        border-radius: 10px 10px 1px 1px;
      }
      .m-jhpic .item-title {
        margin-top: 26px;
        max-height: 48px;
        line-height: 24px;
        font-size: 18px;
        font-size: 1.8rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        font-weight: bold;
      }
      .m-jhpic .item-title a {
        display: block;
      }
      .m-jhpic .item-link {
        margin-top: 20px;
      }
      .m-jhpic .item-link a {
        display: inline-block;
        min-width: 106px;
        line-height: 28px;
        padding: 0 10px;
        font-size: 14px;
        font-size: 1.4rem;
        color: #fff;
        text-align: center;
        background-color: #122a88;
        border-radius: 8px 0px 8px 0px;
      }
      .m-jhpic .item-link a:hover {
        color: #fff;
        background-color: #333;
      }
      .m-jhpic .box-page {
        margin-top: 30px;
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
        align-items: center;
      }
      .m-jhpic .page-item {
        margin-left: 12px;
        margin-right: 12px;
        margin-bottom: 12px;
        width: 10px;
        height: 10px;
        background-color: #122a88;
        border-radius: 50%;
        position: relative;
        cursor: pointer;
      }
      .m-jhpic .page-item.active:before {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        padding: 4px;
        border: 1px solid #122a88;
        border-radius: 50%;
      }
      @media screen and (max-width: 1219px) {
        .m-jhpic {
          margin-top: 30px;
        }
        .m-jhpic .box-slide {
          margin-top: 20px;
        }
        .m-jhpic .item-title {
          margin-top: 10px;
          font-size: 14px;
          font-size: 1.4rem;
        }
        .m-jhpic .item-link a {
          min-width: 100px;
          line-height: 24px;
          font-size: 14px;
          font-size: 1.4rem;
        }
      }
      @media screen and (max-width: 991px) {
        .m-jhpic .item-link {
          display: none;
        }
      }
      
      .m-jhctus .box-form {
        margin-top: 25px;
      }
      .m-jhctus .box-form {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        align-items: flex-start;
        margin-left: auto;
        margin-right: auto;
      }
      .m-jhctus .form-item {
        margin-bottom: 26px;
      }
      .m-jhctus .form-item1 {
        width: 30.119047619%;
      }
      .m-jhctus .form-item2 {
        width: 100%;
      }
      .m-jhctus .form-item3 {
        position: relative;
        width: 50%;
        padding-right: 130px;
      }
      .m-jhctus .form-code {
        position: absolute;
        right: 0;
        top: 0;
        width: 115px;
        height: 44px;
        line-height: 44px;
        overflow: hidden;
      }
      .m-jhctus .form-code img {
        max-height: 44px;
        vertical-align: middle;
      }
      .m-jhctus .form-item4 {
        width: 27.380952381%;
      }
      .m-jhctus .form-text {
        display: block;
        width: 100%;
        height: 44px;
        line-height: 42px;
        padding: 0 15px;
        font-size: 16px;
        font-size: 1.6rem;
        background-color: #ffffff;
        border: solid 1px #dee7f0;
      }
      .m-jhctus .form-text2 {
        height: 210px;
      }
      .m-jhctus .form-btn {
        width: 100%;
        line-height: 24px;
        padding: 10px 15px;
        font-size: 20px;
        font-size: 2rem;
        color: #172a88;
        text-align: center;
        background-color: #fff;
        border-radius: 4px;
        border: 1px solid #172a88;
      }
      .m-jhctus .form-btn:hover {
        color: #fff;
        background-color: #172a88;
      }
      @media screen and (max-width: 1219px) {
        .m-jhctus .box-form {
          margin-top: 20px;
        }
        .m-jhctus .form-item {
          margin-bottom: 20px;
        }
        .m-jhctus .form-text {
          height: 50px;
          line-height: 48px;
          font-size: 14px;
          font-size: 1.4rem;
        }
        .m-jhctus .form-code {
          width: 130px;
          height: 50px;
          line-height: 48px;
        }
        .m-jhctus .form-code img {
          max-height: 48px;
        }
        .m-jhctus .form-item3 {
          padding-right: 140px;
        }
        .m-jhctus .form-btn {
          min-width: 140px;
          line-height: 24px;
          padding: 8px 10px;
          font-size: 14px;
          font-size: 1.4rem;
        }
        .m-jhctus .form-text2 {
          height: 150px;
        }
      }
      @media screen and (max-width: 480px) {
        .m-jhctus .form-item {
          width: 100%;
        }
      }
      
      .m-jhinfo .box-wp {
        margin-top: 26px;
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        align-items: center;
      }
      .m-jhinfo .box-item {
        width: 46.4285714286%;
      }
      .m-jhinfo .item-title {
        position: relative;
        line-height: 32px;
        font-size: 16px;
        font-size: 1.6rem;
        text-overflow: ellipsis;
        white-space: nowrap;
      }
      @media screen and (max-width: 1219px) {
        .m-jhinfo .item-title {
          line-height: 26px;
          font-size: 14px;
          font-size: 1.4rem;
        }
      }
      .c-oh {
        overflow: hidden;
      }


      .c-clearfix::after {
        content: "";
        display: block;
        clear: both;
      }
      .xgfqzong{ margin-top:80px; margin-bottom:80px;}
      .xgfqmz{ text-align: center;
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.2;
    text-transform: uppercase;
    font-family: "Poppins-Regular";
    margin-bottom: 49px;}
.xgfqtitle{font-weight:bold; line-height: 1.75em; margin-top:23px;    display: block; }
    .xgfqcontent{  line-height: 1.75em;}
    .whyul{ width:100%; display: flex;
    justify-content: space-between; flex-direction: row;
    flex-wrap: wrap;}
    .whyulbt{text-align: center;
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.2;
    text-transform: uppercase;
    font-family: "Poppins-Regular";     margin-bottom: 30px;}
   .whyli{
    vertical-align: top;
    width: 21.42857%;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
    text-align: center;
    
    margin-bottom: 30px;}
        .whylinei{padding: 24px 24px 36px;}
        .whylinei a{ font-size: 18px;
    font-size: 1.8rem;
    line-height: 22px;
    margin-bottom: 17px;display: block;}
        .whylinei p{font-size: 14px;
    font-size: 1.4rem;
    line-height: 30px;     color: #656565;}
        .whyulms{     font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    color: #656565;
    margin-bottom: 31px; /*text-align: center;*/}
    .whylinei .item-pic img{ display: block; margin:0 auto; margin-bottom:20px;}
    .luyapy{ margin-top:40px;}
    
    .luyapyaniu a{ border: #172a88 solid 1px; display: inline-block;
  min-width: 165px;
  line-height: 20px;
  padding: 11px 15px 12px;
  text-align: center;
  border-radius: 23px;
  background: #172a88;
  color: #ffffff;
  font-size: 16px;
  font-size: 1.6rem;     font-style: italic; font-weight: bold; margin-right:80px;}
  .luyapyaniu{max-width: 932px; text-align: center;
    margin: 0 auto;
    margin-bottom: 40px; margin-top: 30px;}
    .superiordw{     position: relative;  margin-bottom: 57px;}
    .superiordw img{ display:block;}
    .superiordw a{ display: inline-block;
    min-width: 165px;
    line-height: 20px;
    padding: 11px 15px 12px;
    text-align: center;
    border-radius: 23px;
    background: #172a88;
    color: #ffffff;
    font-size: 16px;
    font-size: 1.6rem;
    font-style: italic;
    font-weight: bold;
    border: #172a88 solid 1px;
    margin-right: 20px;position: absolute;
    left: 50%; margin-left:-82px;
    bottom: 30px;}  
    .superiordwaniu2{    right: inherit !important;
    left: 39px !important;
    margin-left: 0px !important; }
    .superiordw a:hover,.luyapyaniu a:hover{border: #172a88 solid 1px; background:#fff; color:#172a88; }
    .luyapyaniu2{ max-width:100%; text-align: center;} 
    .luyapyaniu2 a{margin-right:0px; margin:0 auto;}
    .item-desc .item-title a{ font-size: 20px;
    font-size: 2rem;
    line-height: 24px;
    margin-bottom: 12px;
    margin-top: 0px; font-weight:bold;}
    .item-desc .item-title a:hover{ color:#333;}
        @media screen and (max-width: 1219px) {
            .whyli{width: 48%;}
        }
        @media screen and (max-width: 1219px) { .whyulbt,.xgfqmz { font-size: 26px; font-size: 2.6rem; } }
@media screen and (max-width: 991px) { .whyulbt,.xgfqmz { font-size: 22px; font-size: 2.2rem; } }
@media screen and (max-width: 767px) { .whyulbt,.xgfqmz { font-size: 18px; font-size: 1.8rem; } }

@media screen and (max-width: 1219px) { .superiordw a,.luyapyaniu a { font-size: 16px; font-size: 1.6rem; padding: 10px; line-height: 20px; } .superiordw a{ bottom:5px;} }
@media screen and (max-width: 767px) { .superiordw a,.luyapyaniu a { font-size: 14px; font-size: 1.4rem; padding: 8px 5px; }.whyli {
    width: 98%;
} }
@media screen and (max-width: 640px) { .superiordw a,.luyapyaniu a{ padding: 6px 4px; margin-bottom:10px;} }
        
.m-hvideomodal {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:999999;
	background-color:#000;
	background-color:rgba(0, 0, 0, 0.5);
	display:none;
}
.m-hvideomodal iframe {
	position:absolute;
	left:50%;
	top:50%;
	-webkit-transform:translate(-50%, -50%);
	-moz-transform:translate(-50%, -50%);
	-ms-transform:translate(-50%, -50%);
	-o-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%);
	width:80%;
	height:80%;
}
.shipinpy{ text-align: center;}

/* 2024.3.29 */

html {
	overflow-x: hidden;
}

/* common */
@media screen and (max-width:1600px) {
	.standardRange {
		padding: 80px 0 80px 0 !important;
	}
}


@media screen and (max-width:1333px) {
	.standardRange {
		padding: 60px 0 60px 0 !important;
	}
}

@media screen and (max-width:999px) {
	.standardRange {
		padding: 50px 0 50px 0 !important;
	}
}

@media screen and (max-width:768px) {
	.standardRange {
		padding: 40px 0 40px 0 !important;
	}
}

@media screen and (max-width:538px) {
	.standardRange {
		padding: 30px 0 30px 0 !important;
	}
}

.standardLink a:hover {
	color: #356da8 !important;
}

.standardLink2 a:hover {
	text-decoration: underline;
}

@media screen and (max-width:1600px) {
	.standardTxt .title1 {
		font-size: 38px !important;
		line-height: 45px !important;
	}
}

@media screen and (max-width:1333px) {
	.standardTxt .title1 {
		font-size: 28px !important;
		line-height: 40px !important;
	}

	.standardTxt .title2 {
		font-size: 18px !important;
		line-height: 28px !important;
	}

	.standardTxt .txt,
	.standardTxt p {
		font-size: 16px !important;
		line-height: 26px !important;
	}

	.standardTxt .btn {
		font-size: 16px !important;
	}
}

@media screen and (max-width:999px) {
	.standardTxt .title1 {
		font-size: 24px !important;
		line-height: 30px !important;
	}

	.standardTxt .title2 {
		font-size: 16px !important;
		line-height: 26px !important;
	}

	.standardTxt .txt,
	.standardTxt p {
		font-size: 14px !important;
		line-height: 24px !important;
	}

	.standardTxt .btn {
		font-size: 14px !important;
	}

}

@media screen and (max-width:768px) {
	.standardTxt .title1 {
		font-size: 22px !important;
	}

	.standardTxt .title2 {
		font-size: 14px !important;
		line-height: 24px !important;
	}

	.standardTxt .txt,
	.standardTxt p {
		font-size: 12px !important;
		line-height: 22px !important;
	}

	.standardTxt .btn {
		font-size: 12px !important;
	}
}

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

.twoRow {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.threeRow {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.foreRow {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}



/* oem */


/* customize start */
.customize * {
	transition: .4s ease all;
}

.customize {
	padding: 0px 0 34px 0;
	margin-top: -11px;
}



.customize .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 58px;
}



.customize .title .title1 {
	font-family: Poppins-Light;
	/*font-size: 46px;*/
		font-size: 36px;
	line-height: 66px;
	color: #333333;
	flex-shrink: 0;
	/*margin-right: 81px;*/
		margin-right: 21px;
}




.customize .title .title1 span {
	font-family: Poppins-Bold;
	color: #172a88;
}

.customize .title .txts {
	flex: 1;
	overflow: hidden;
}


.customize .title .txts {
	font-family: Poppins-Light;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
	position: relative;
}



.customize .title .txts.active {
	overflow: visible;
}

.customize .title .txts .readMore {
	display: flex;
	align-items: center;
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: #ffffff;
}


.customize .title .txts .readMore.active {
	display: none;
}


.customize .title .txts .readMore.current {
	font-size: 0;
	transform: translateY(100%);
}


.customize .title .txts .readMore span {
	color: #172a88;
	font-size: 16px;
	line-height: 30px;
}

.customize .title .txts .readMore span:hover {
	text-decoration: underline;
	cursor: pointer;
}



.customize .list {
	display: flex;
	flex-wrap: wrap;
}


.customize .list .item {
	padding: 34px 23px 33px 23.5px;
	background-color: #ffffff;
	box-shadow: 0px 0px 9px 1px rgba(49, 48, 48, 0.1);
	border-radius: 10px;
	width: 31.65%;
	margin-right: 2.525%;
	margin-bottom: 39px;
	position: relative;
	overflow: hidden;
}

.customize .list .item::after {
	/*position: absolute;*/
	/*left: 0;*/
	/*top: 0;*/
	/*content: "";*/
	/*width: 100%;*/
	/*height: 100%;*/
	/*background-image: url("../images/oemM1-bg.png");*/
	/*background-size: cover;*/
	/*background-position: center center;*/
	/*background-repeat: no-repeat;*/
}


.customize .list .item:nth-child(3n) {
	margin-right: 0;
}



.customize .list .item:hover {
	background-color: #172a88;
	box-shadow: 0px 0px 9px 1px rgba(49, 48, 48, 0.1);
	border-radius: 60px 10px 0px 10px
}


.customize .list .item:hover .image img {
	filter: brightness(1000%) grayscale(100%);
}


.customize .list .item:hover p,
.customize .list .item:hover div,
.customize .list .item:hover .title2{
	color: #ffffff;
}

.customize .list .item:hover .line {
	background-color: #ffffff;
}



.customize .list .image {
	height: 48px;
	margin-bottom: 12px;
}

.customize .list .image img {
	height: 100%;
}


.customize .list .tit {
	font-family: Poppins-Regular;
	font-size: 22px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 17px;
}


.customize .list .line {
	width: 100%;
	height: 1px;
	background-color: #172a88;
	margin-bottom: 15px;
}


.customize .list .txts p {
	font-family: Poppins-Light;
	font-size: 16px;
	line-height: 28px;
	color: #666666;
	hyphens: auto;
}


@media screen and (max-width:1600px) {

	.customize {
		margin-top: 0;
	}

	.customize .title {
		margin-bottom: 60px;
	}

	.customize .list .item {
		padding: 30px 25px;
	}

	.customize .list .image {
		height: 40px;
		margin-bottom: 20px;
	}

	.customize .list .tit {
		font-size: 20px;
	}

	.customize .list .item:hover {
		border-radius: 50px 10px 0px 10px;
	}
}


@media screen and (max-width:1333px) {
	.customize .title .txts .readMore span {
		font-size: 16px;
		line-height: 26px;
	}

	.customize .title {
		margin-bottom: 50px;
	}

	.customize .list .image {
		height: 35px;
	}

	.customize .list .item:hover {
		border-radius: 40px 10px 0px 10px;
	}
}

@media screen and (max-width:999px) {
	.customize .title .txts .readMore span {
		font-size: 14px;
		line-height: 24px;
	}

	.customize .title {
		flex-direction: column;
		align-items: flex-start;
	}

	.customize .title .title1 {
		margin-right: 0;
		margin-bottom: 20px;
	}

	.customize {
		padding: 20px 0;
	}

	.customize .list .item:nth-child(n) {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 20px;
	}

	.customize .list .item:nth-child(2n) {
		margin-right: 0;
	}

	.customize .list .item:hover {
		border-radius: 30px 10px 0px 10px;
	}

	.customize .list .image {
		height: 30px;
	}
}


@media screen and (max-width:768px) {
	.customize .title .txts .readMore span {
		font-size: 12px;
		line-height: 22px;
	}

	.customize .list .image {
		height: 25px;
		margin-bottom: 10px;
	}

	.customize .title {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:538px) {
	.customize .list .item:nth-child(n) {
		width: 100%;
		margin-right: 0%;
	}

	.customize .list .image {
		height: 20px;
	}

	.customize .list .tit {
		margin-bottom: 10px;
	}
}





/* customize end */

/* oemService  start */

.oemService {
	padding: 97px 0 46px 0;
	background-image: url("../images/oemM2-bg.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}



.oemService .con {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}


.oemService .title {
	width: 34%;
}

.oemService .title .title1 {
	font-family: Poppins-Light;
	font-size: 46px;
	line-height: 66px;
	color: #333333;
	margin-bottom: 27px;
}


.oemService .title .title1 span {
	font-family: Poppins-Bold;
	color: #172a88;
}



.oemService .title .txts {
	font-family: Poppins-Light;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
}



.oemService .list {
	width: 60%;
	display: flex;
	flex-wrap: wrap;
}


.oemService .list .item {
	width: 40%;
	margin-right: 10.2%;
	margin-bottom: 42px;
}

.oemService .list .item:nth-child(2n) {
	margin-right: 0;
	width: 42%;
}



.oemService .list .item .num {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 70px;
	height: 70px;
	background-color: #c1c9ef;
	margin-bottom: 28px;
	font-family: Poppins-Bold;
	font-size: 30px;
	color: #172a88;
	border-radius: 50%;
}



.oemService .list .item .tit {
	font-family: Poppins-Regular;
	font-size: 22px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 14px;
}



.oemService .list .item .txts p {
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 28px;
	color: #666666;
}


@media screen and (max-width:1600px) {
	.oemService .list .item .tit {
		font-size: 20px;
	}

	.oemService .list .item .num {
		width: 65px;
		height: 65px;
		font-size: 24px;
	}

	.oemService .list .item:nth-child(n) {
		width: 48%;
		margin-right: 4%;
	}

	.oemService .list .item:nth-child(2n) {
		margin-right: 0;
	}
}

@media screen and (max-width:1333px) {
	.oemService .list .item .num {
		width: 50px;
		height: 50px;
		font-size: 20px;
		margin-bottom: 20px;
	}
}

@media screen and (max-width:999px) {
	.oemService .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.oemService .title {
		width: 100%;
		margin-bottom: 40px;
	}

	.oemService .list {
		width: 100%;
	}

	.oemService .list .item .num {
		width: 40px;
		height: 40px;
		font-size: 18px;
		margin-bottom: 10px;
	}

	.oemService .list .item .tit {
		margin-bottom: 10px;
	}
}

@media screen and (max-width:768px) {
	.oemService .list .item .num {
		width: 35px;
		height: 35px;
		font-size: 16px;
	}

	.oemService .list .item:nth-child(n) {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:538px) {
	.oemService .list .item:nth-child(n) {
		width: 100%;
		margin-right: 0;
	}

	.oemService .title {
		margin-bottom: 30px;
	}

	.oemService .list .item .num {
		width: 30px;
		height: 30px;
		font-size: 14px;
	}
}



/* oemService  end */




/* progress  start */

.progress * {
	transition: .4s ease all;
}

.progress {
	padding: 62px 0 70px 0;
}




.progress .title1 {
	text-align: center;
	font-family: Poppins-Light;
	font-size: 46px;
	line-height: 60px;
	color: #333333;
	margin-bottom: 12px;
}


.progress .tit {
	font-family: Poppins-Light;
	font-size: 20px;
	line-height: 28px;
	color: #666666;
	text-align: center;
	margin-bottom: 43px;
}


.progress .list {
	display: flex;
	flex-wrap: wrap;
}


.progress .list .item {
	width: 28.1%;
	margin-right: 7.85%;
	padding: 35px 0;
	border-bottom: 1px solid #000000;
	position: relative;
	margin-bottom: 3px;
}

.progress .list .item:nth-child(3n) {
	margin-right: 0;
}


.progress .list .item:nth-child(n)::after {
	position: absolute;
	content: "";
	width: 300%;
	background-color: #333333;
	bottom: -1px;
	border-bottom: 1px solid #333333;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}





.progress .list .step {
	font-family: Poppins-Light;
	font-size: 18px;
	line-height: 28px;
	color: #666666;
	margin-bottom: 14px;
}



.progress .list .image {
	height: 36px;
	margin-bottom: 18px;
}

.progress .list .image img {
	height: 100%;
	filter: grayscale(50%) brightness(0%);

}

.progress .list .item:hover img {
	filter: grayscale(0%) brightness(100%);
}

.progress .list .tit1 {
	font-family: Poppins-Regular;
	font-size: 20px;
	line-height: 28px;
	color: #333333;
	margin-bottom: 11px;
}

.progress .list .item:hover .tit1 {
	color: #172a88;
}

.progress .list .txts p {
	font-family: Poppins-Light;
	font-size: 16px;
	line-height: 28px;
	color: #666666;
	hyphens: auto;
}


.progress .list .circle {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	background-color: rgba(23, 42, 136, 0);
	border-radius: 50%;
	position: absolute;
	left: 0;
	bottom: 0;
	transform: translateY(50%);
}


.progress .list .item:hover .circle {
	background-color: rgba(23, 42, 136, 0.5);
}


.progress .list .circle div {
	width: 10px;
	height: 10px;
	background-color: #172a88;
	border-radius: 50%;
}



@media screen and (max-width:1600px) {
	.progress .title1 {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:999px) {
	.progress .list .image {
		height: 30px;
	}
}

@media screen and (max-width:768px) {
	.progress .list .item:nth-child(n) {
		width: 48%;
		margin-right: 4%;
	}

	.progress .list .item:nth-child(2n) {
		margin-right: 0;
	}

	.progress .tit {
		margin-bottom: 30px;
	}

	.progress .list .image {
		height: 25px;
	}
}

@media screen and (max-width:538px) {
	.progress .list .item:nth-child(n) {
		width: 100%;
		margin-right: 0%;
	}
}






/* progress  end */


.newBox .index-appbox {
	padding: 0;
	margin-bottom: 210px;
}

.newBox .contact-box1 {
	margin-bottom: 39px;
}

@media screen and (max-width:1600px) {

	.newBox .index-appbox,
	.newBox .contact-box1 {
		margin-bottom: 80px;
	}
}

@media screen and (max-width:1333px) {

	.newBox .index-appbox,
	.newBox .contact-box1 {
		margin-bottom: 60px;
	}
}

@media screen and (max-width:999px) {

	.newBox .index-appbox,
	.newBox .contact-box1 {
		margin-bottom: 50px;
	}
}

@media screen and (max-width:768px) {

	.newBox .index-appbox,
	.newBox .contact-box1 {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:538px) {

	.newBox .index-appbox,
	.newBox .contact-box1 {
		margin-bottom: 30px;
	}
}



/* core start */
.core * {
	transition: .4s ease all;
}

.core {
	/*padding: 38px 0 0px 0;*/
	padding: 18px 0 20px 0;
	margin-bottom: -14px;
}


.core .whyulbt {
	margin-bottom: 38px;
}



.core .pro-cate {
	margin-bottom: 28px;
}




.core .list {
	display: flex;
	flex-wrap: wrap;
}


.core .list .item {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 44px;
}




.core .list .item:nth-child(3n) {
	margin-right: 0;
}


.core .list .image {
	overflow: hidden;
	margin-bottom: 19px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.core .list .image:hover img {
	transform: scale(1.1, 1.1);
}


.core .list .name {
	font-family: Poppins-Regular;
	font-size: 18px;
	line-height: 28px;
	color: #333333;
	padding: 0 10px;
	text-align: center;
	display: block;
	width: 100%;
	margin-bottom: 16px;
}

.core .list .name:hover {
	color: #172a88;
}


.core .list .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Poppins-Regular;
	font-size: 16px;
	color: #192988;
	width: 177px;
	height: 44px;
	background-color: #ffffff;
	border-radius: 22px;
	border: solid 1px #192988;
	margin-left: auto;
	margin-right: auto;
	transition: .0s ease font-style, .4s ease background-color;

}


.core .list .btn:hover {
	background-color: #172a88;
	color: #ffffff;
	font-style: italic;
}


.pro-cate .erji>li>a {
	display: block;
	padding: 0 10px;
}

@media screen and (max-width:1600px) {
	.core {
		margin-bottom: 0;
		padding: 30px 0 0 0;
	}
}

@media screen and (max-width:1333px) {
	.core .list .btn {
		height: 40px;
		width: 160px;
	}

	.core .list .item {
		margin-bottom: 40px;
	}

	.core .list .image {
		margin-bottom: 15px;
	}

	.core .list .name {
		margin-bottom: 10px;
	}
}



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

	.core {
		padding: 20px 0 0 0;
	}
}

@media screen and (max-width:768px) {
	.core .list .item:nth-child(n) {
		width: 49%;
		margin-right: 2%;
	}

	.core .list .item:nth-child(2n) {
		margin-right: 0;
	}

	.core .list .btn {
		height: 35px;
		width: 140px;
	}
}

@media screen and (max-width:400px) {
	.core .list .item:nth-child(n) {
		width: 100%;
		margin-right: 2%;
	}

	.core .list .btn {
		height: 30px;
		width: 120px;
	}

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



/* core end */






/* productDet start */
.productDet * {
	transition: .4s ease all;
}


.productDet  .contact-box1{
	margin-bottom: 60px;
}

.productDet img {
	display: block;
}

.productDet .pro-cate {
	margin-bottom: 40px;
}

.productMsg {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 50px;
}




.productMsg .productShow {
	width: 61.3%;
	position: relative;
}



.productMsg .message {
	width: 34.67%;
	min-height: 438px;
}


.productMsg .gallery {
	margin-bottom: 18.5px;
}


.productMsg .thumbs {
	position: relative;
}


.productMsg .thumbs .prev,
.productMsg .thumbs .next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	color: rgba(255, 255, 255, .7);
	font-size: 20px;
	z-index: 99;
	transition: .3s linear all;
}

.productMsg .thumbs .prev {
	left: 5px;
}


.productMsg .thumbs .next {
	right: 5px;
}


.productMsg .thumbs .prev:hover,
.productMsg .thumbs .next:hover {
	color: #172a88;
}




.productMsg .thumbs .swiper-slide {
	cursor: pointer;
	position: relative;
}



.productMsg .thumbs .swiper-slide::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
	border: 2px solid transparent;
	transition: .3s linear all;
	box-sizing: border-box;
}

.productMsg .thumbs .swiper-slide-thumb-active::after {
	border: 2px solid #172a88;
}



.productMsg .message h1 {
	font-family: Poppins-Regular;
	font-size: 28px;
	color: #333333;
	line-height: 40px;
	margin-bottom: 17px;
}


.productMsg .message .txts {
	margin-bottom: 45px;
}


.productMsg .message .txts p {
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
}


.productMsg .message .txts a {
	display: inline;
	color: #172a88;
}


.productMsg .message .txts a:hover {
	text-decoration: underline;
}



.productMsg .message .btns {
	display: flex;
	align-items: center;
	margin-bottom: 45px;
}


.productMsg .message .btns a {
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Poppins-Regular;
	font-size: 16px;
	color: #333333;
	width: 164px;
	height: 43px;
	border-radius: 22px;
	border: solid 1px #333333;
}

.productMsg .message .btns a:first-child {
	margin-right: 30px;
}


.productMsg .message .btns a:hover {
	background-color: #172a88;
	color: #ffffff;
}


.productMsg .message .share {
	display: flex;
	align-items: center;
}



.productMsg .message .share span {
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
	margin-right: 9px;
}


.productDet .description .title {
	font-family: Poppins-Regular;
	font-size: 26px;
	line-height: 30px;
	color: #172a88;
	margin-bottom: 12px;
}


.productDet .description .line {
	width: 100%;
	height: 1px;
	background-color: #e8d7ca;
	margin-bottom: 40px;
}




.productDet .description em {
	display: flex;
	align-items: flex-start;
	font-family: Poppins-Regular;
	font-size: 22px;
	line-height: 30px;
	color: #333333;
	font-style: normal;
	margin-bottom: 6px;
}




.productDet .description em::before {
	content: "";
	width: 8px;
	height: 8px;
	background-color: #333333;
	border-radius: 50%;
	flex-shrink: 0;
	margin-right: 9px;
	transform: translateY(9px);
}



.productDet .description p {
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
}


.productDet .description a {
	display: inline;
	color: #172a88;
}


.productDet .description a:hover {
	text-decoration: underline;
}


.productDet .description img {
	display: inline-block;
}

.productDet .description p img{
	display: inline-block;
}


.productDet .description .system {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 9px 0 36px 0;
}


.productDet .description .system .con {
	width: 65%;
}

.productDet .description .system .image {
	width: 25.05%;
}



.productDet .checkCon {
	padding: 54px 0 42px 0;
}



.productDet .checkCon .checkBtns {
	margin-bottom: 33px;
	position: relative;
}

.productDet .checkCon .checkBtns .prev,
.productDet .checkCon .checkBtns .next{
	position: absolute;
	top: 50%;
	cursor: pointer;
	font-size: 20px;
	z-index: 99;
}

.productDet .checkCon .checkBtns .prev{
	left: 0;
	transform: translateX(-200%)  translateY(-50%);
}
.productDet .checkCon .checkBtns .next{
	right: 0;
	transform: translateX(200%)  translateY(-50%);
}


.productDet .checkCon .checkBtns .prev:hover,
.productDet .checkCon .checkBtns .next:hover{
	color: #192988;
}


.productDet .checkCon .checkBtns::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 1px;
	background-color: #e8d7ca;
}



.productDet .checkCon .checkBtns .swiper-slide {
	font-family: Poppins-Regular;
	font-size: 26px;
	line-height: 30px;
	color: #333333;
	width: auto;
	margin-right: 109.2px;
	cursor: pointer;
	transition: .3s linear color;
	padding: 13px 0 14px 0;
}




.productDet .checkCon .checkBtns .swiper-slide::after {
	position: absolute;
	left: 0;
	bottom: 1px;
	content: "";
	width: 0;
	height: 4px;
	background-color: #172a88;
	transition: .3s linear all;
}


.productDet .checkCon .checkBtns .swiper-slide:hover {
	color: #172a88;
}


.productDet .checkCon .checkBtns .current {
	color: #172a88;
}



.productDet .checkCon .checkBtns .current::after {
	width: 100%;
}




.productDet .checkCon .ckecks .item {
	overflow: hidden;
	position: relative;
}



.productDet .checkCon .ckecks .prev,
.productDet .checkCon .ckecks .next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	color: rgba(255, 255, 255, .7);
	z-index: 999;
	cursor: pointer;
	transition: .3s linear all;
	font-size: 20px;
}

.productDet .checkCon .ckecks .prev:hover,
.productDet .checkCon .ckecks .next:hover {
	color: #172a88;
}


.productDet .checkCon .ckecks .prev {
	left: 15px;
}



.productDet .checkCon .ckecks .next {
	right: 15px;
}

.productDet .checkCon .ckecks img {
	display: block;
}



.productDet .table {
	width: 100%;
	overflow: auto;
}

.productDet .table table {
	width: 100%;
	border-collapse: collapse;
}



.productDet .table table tr td {
	padding: 8.25px 17.5px;
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 26px;
	color: #666666;
	border: 1px solid #cccccc;
}


.productDet .table table tr:nth-child(2n) td {
	background-color: #fff;
}


.productDet .color-tab{
	padding: 10px 0 6px 0;
}

.productDet .color-tab .tab-content-item{
	overflow: hidden;
}




.productDet .advantages {
	display: flex;
	flex-wrap: wrap;
	padding: 25px 0 50px 0;
}



.productDet .advantages .item {
	width: 15%;
	margin-right: 2%;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 40px;
}

.productDet .advantages .item:nth-child(6n) {
	margin-right: 0;
}


.productDet .advantages .item .image {
	width: 56px;
	margin-bottom: 8px;
}


.productDet .advantages .item .name {
	text-align: center;
		font-family: Poppins-Regular;
		font-size: 16px;
		line-height: 30px;
		color: #333333;
}




.productDet .choose {
	background-image: url("../images/choose.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 70px 37px 65px 47px;
	position: relative;
	margin-bottom: 38px;
}




.productDet .choose::after {
	content: "";
	position: absolute;
	height: 100%;
	width: 70.42%;
	background-image: url("../images/choose-bg.png");
	background-size: cover;
	background-position: left center;
	background-repeat: no-repeat;
	left: 0;
	top: 0;
}



.productDet .choose .msg {
	position: relative;
	z-index: 1;
	width: 60%;
}


.productDet .choose .tit {
	font-family: Poppins-Regular;
	font-size: 26px;
	line-height: 30px;
	color: #ffffff;
	margin-bottom: 19px;
}


.productDet .choose .txts {
	margin-bottom: 28px;
}

.productDet .choose .txts p {
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
}

.productDet .choose .txts a {
	display: inline;
	color: #003894;
}

.productDet .choose .txts a:hover {
	text-decoration: underline;
}


.productDet .choose .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Poppins-Regular;
	font-size: 16px;
	color: #ffffff;
	width: 164px;
	height: 43px;
	background-color: #003894;
	border-radius: 22px;
	transition: .3s linear background-color,0s linear font-style;
}


.productDet .choose .btn:hover {
	background-color: #ffffff;
	color: #003894;
	text-decoration: none;
	font-style: italic;
}



/*jQzoom*/
.jqzoom {
	float: left;
	position: relative;
	padding: 0px;

}

div.zoomdiv {
	z-index: 200;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 400px;
	height: 400px;
	background: #ffffff;
	border: 1px solid #CCCCCC;
	display: none;
	text-align: center;
	overflow: hidden;
}

div.zoomdiv img {
	max-width: unset !important;
}

div.jqZoomPup {
	z-index: 200;
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 300px !important;
	height: 300px !important;
	border: 1px solid #aaa;
	background: #ffffff;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(Opacity=50);
	transition: none;
}



/* productDet end */

/* related start */
.relatedProducts {
	margin-bottom: 66px;
}


.relatedProducts .tit {
	font-family: Poppins-Regular;
	font-size: 30px;
	line-height: 45px;
	color: #333333;
	margin-bottom: 33px;
	text-align: center;
}



.relatedProducts a {
	display: block;
}



.relatedProducts .image {
	overflow: hidden;
	margin-bottom: 19px;
}



.relatedProducts img {
	transition: .3s linear all;
}

.relatedProducts .image:hover img {
	transform: scale(1.1, 1.1);
}



.relatedProducts .name {
	font-family: Poppins-Regular;
	font-size: 18px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 15px;
	text-align: center;
}


.relatedProducts .name:hover {
	color: #192988;
}


.relatedProducts .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 177px;
	height: 44px;
	background-color: #ffffff;
	border-radius: 22px;
	border: solid 1px #192988;
	font-family: Poppins-Regular;
	font-size: 16px;
	color: #192988;
	transition: 0s ease font-style, .3s linear background-color;
	margin: 0 auto;
}



.relatedProducts .btn:hover {
	background-color: #192988;
	color: #ffffff;
	font-style: italic;
}


.relatedProducts .prev,
.relatedProducts .next {
	position: absolute;
	top: 31%;
	color: rgba(255, 255, 255, .7);
	font-size: 20px;
	z-index: 99;
	font-weight: bold;
	cursor: pointer;
	transition: .3s linear all;
}


.relatedProducts .prev:hover,
.relatedProducts .next:hover {
	color: #192988;

}

.relatedProducts .prev {
	left: 14px;
}


.relatedProducts .next {
	right: 14px;
}




/* related end */


@media screen and (max-width:1600px) {
	.productMsg{
		margin-bottom: 80px;
	}
	.productDet .description .title{
		margin-bottom: 20px;
	}
	.productDet .description em{
		font-size: 20px;
	}
	.productDet .description .system{
		padding: 30px 0;
	}
	.productDet .checkCon{
		padding: 30px 0;
	}
	.productDet .checkCon .checkBtns .swiper-slide{
		font-size: 22px;
		line-height: 30px;
		margin-right:60px;
	}
	.productDet .checkCon .checkBtns .prev, .productDet .checkCon .checkBtns .next{
		font-size: 18px;
	}
	.productDet .checkCon .checkBtns .swiper-slide::after{
		height: 2px;
	}
	.productDet .color-tab,
	.productDet .advantages{
		padding: 30px 0;
	}
	.productDet .choose{
		padding: 60px 30px;
	}
	.relatedProducts .tit{
		margin-bottom: 30px;
	}
	.productMsg .message{
		min-height: auto;
	}
}

@media screen and (max-width:1333px) {
	.productDet .pro-cate{
		margin-bottom: 30px;
	}
	.productMsg .message h1{
		font-size: 24px;
		line-height: 30px;
	}
	.productMsg .message .txts{
		margin-bottom: 30px;
	}
	.productMsg{
		margin-bottom: 60px;
	}
	.productMsg .message .btns a{
		height: 40px;
	}
	.productDet .description .title{
		font-size: 24px;
		line-height: 30px;
	}
	.productDet .checkCon .checkBtns {
		padding: 0 60px;
	}
	.productDet .checkCon .checkBtns .swiper-slide{
		font-size: 18px;
		line-height: 28px;
	}
	
	.productDet .checkCon .checkBtns .prev,
	.productDet .checkCon .checkBtns .next{
		transform: translateY(-50%);
		font-size: 16px;
	}
	.productDet .checkCon .ckecks .prev, .productDet .checkCon .ckecks .next{
		font-size: 18px;
	}
	.productDet .choose::after{
		width: 100%;
	}
	.productDet .choose{
		padding: 40px 20px;
	}
	.productDet .choose .tit{
		font-size: 22px;
		line-height: 30px;
	}
	.productDet .choose .btn{
		height: 40px;
	}
	.productDet .advantages .item .image{
		width: 50px;
	}
	.productDet .advantages .item .name{
		font-size: 14px;
		line-height: 24px;
	}
	.productDet .advantages .item{
		margin-bottom: 30px;
	}
	.relatedProducts .tit{
		font-size: 26px;
		line-height: 45px;
	}
	.relatedProducts .prev, .relatedProducts .next{
		top: 25%;
	}
	.relatedProducts .btn{
		height: 40px;
	}
	.relatedProducts .image{
		margin-bottom: 15px;
	}
	.relatedProducts .name{
		font-size: 16px;
		line-height: 26px;
	}
}

@media screen and (max-width:999px) {
	div.jqZoomPup {
		display: none;
	}

	.zoomPad {
		cursor: default !important;
	}

	.zoomPup {
		display: none !important;
	}

	.zoomWindow {
		display: none !important;
	}

	.zoomPreload {
		display: none !important;
	}
	.productMsg{
		flex-direction: column;
	}
	.productMsg .message{
		width: 100%;
	}
	.productMsg .productShow{
		width: 100%;
		max-width: 500px;
		margin-bottom: 30px;
	}
	.productMsg .message h1{
		font-size: 22px;
		margin-bottom: 10px;
	}
	.productMsg .message .txts p{
		font-size: 14px;
		line-height: 24px;
	}
	.productMsg .message .txts{
		margin-bottom: 20px;
	}
	.productMsg .message .btns a{
		height: 35px;
		width: 140px;
		font-size: 14px;
		line-height: 24px;
	}
	.productMsg .thumbs .prev, .productMsg .thumbs .next{
		font-size: 18px;
	}
	.productMsg .message .btns{
		margin-bottom: 30px;
	}
	.productMsg .message .share span{
		font-size: 14px;
		line-height: 24px;
	}
	.productDet .description .title{
		font-size: 22px;
	}
	.productDet .description em{
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 15px;
	}
	.productDet .description em::before{
		width: 5px;
		height: 5px;
		transform: translateY(10px);
	}
	.productDet .description p{
		font-size: 14px;
		line-height: 24px;
	}
	.productDet .checkCon .checkBtns .swiper-slide{
		font-size: 16px;
		line-height: 26px;
	}
	.productDet .color-tab, .productDet .advantages{
		padding: 20px 0;
	}
	.productDet .choose .msg{
		width: 100%;
	}
	.productDet .choose .tit{
		font-size: 20px;
	}
	.productDet .table table tr td{
		font-size: 14px;
		line-height: 24px;
	}
	.productDet .advantages .item:nth-child(n){
		width: 22.5%;
		margin-right: 2%;
	}
	.productDet .advantages .item:nth-child(4n){
		margin-right: 0;
	}
	.relatedProducts .tit{
		font-size: 22px;
		margin-bottom: 20px;
	}
	.relatedProducts .prev, .relatedProducts .next{
		font-size: 18px;
	}
	.relatedProducts .name{
		font-size: 14px;
		line-height: 24px;
	}
	.relatedProducts .btn{
		height: 35px;
		width: 140px;
	}
	.contact-box1 .item-right .item-form .item-btn{
		width: 361px;
	}
	.relatedProducts,
	.productDet .contact-box1{
		margin-bottom: 60px;
	}
}

@media screen and (max-width:768px) {
	.productDet .description .title{
		font-size: 20px;
	}
	.productDet .description em{
		font-size: 16px;
		line-height: 26px;
	}
	.productDet .checkCon .checkBtns{
		padding: 0 40px;
	}
	.productDet .description p{
		font-size: 12px;
		line-height: 24px;
	}
	.productDet .checkCon .checkBtns .swiper-slide{
		margin-right: 40px;
	}
	.productDet .table table tr td,
	.productDet .choose .txts p{
		font-size: 12px;
		line-height: 22px;
	}
	.productDet .choose .tit{
		font-size: 18px;
		margin-bottom: 15px;
	}
	.productDet .choose .btn{
		height: 35px;
		font-size: 12px;
		width: 120px;
	}
	.productDet .checkCon .checkBtns .swiper-slide{
		font-size: 14px;
		line-height: 24px;
	}
	.productMsg .message h1{
		font-size: 20px;
	}
	.productDet .description .title{
		font-size: 18px;
		line-height: 28px;
	}
	.productDet .advantages .item .image{
		width: 45px;
	}
	.productMsg .message .txts p,
	.productDet .advantages .item .name,
	.relatedProducts .name{
		font-size: 12px;
		line-height: 22px;
	}
	.relatedProducts .btn{
		height: 30px;
		font-size: 12px;
		line-height: 22px;
	}
	.productMsg .message .btns a{
		height: 30px;
		font-size: 12px;
		line-height: 22px;
	}
	
	.productDet .advantages .item:nth-child(n){
		width: 32%;
		margin-right: 2%;
	}
	
	.productDet .advantages .item:nth-child(3n){
		margin-right: 0;
	}
	.relatedProducts .tit{
		font-size: 20px;
		line-height: 30px;
	}
	.productMsg{
		margin-bottom: 40px;
	}
	.relatedProducts,
	.productDet .contact-box1{
		margin-bottom: 40px;
	}
	.contact-box1 .item-right .item-form .item-btn{
		width: 100%;
	}
}


@media screen and (max-width:538px) {
	.productDet .advantages .item:nth-child(n){
		margin-bottom: 20px;
		width: 49%;
		margin-right: 2%;
	}
	.productDet .advantages .item:nth-child(2n){
		margin-right: 0;
	}
	.productMsg .thumbs .prev, .productMsg .thumbs .next,
	.relatedProducts .prev, .relatedProducts .next{
		font-size: 16px;
	}
	.productDet .description em{
		font-size: 14px;
		line-height: 24px;
	}
	.productDet .choose .tit{
		font-size: 16px;
		line-height: 26px;
	}
	.productDet .choose{
		padding: 25px 15px;
	}
	.relatedProducts .btn{
		width: 120px;
	}
	.relatedProducts .prev, .relatedProducts .next{
		top: 20%;
	}
	.relatedProducts,
	.productDet .contact-box1{
		margin-bottom: 30px;
	}
}

/* 2024.4.3 */

.productDet .checkCon .ckecks .item .swiper{
	margin-bottom: 42px;
}

.productDet .checkCon .ckecks .item .technical{
	margin-bottom: 35px;
}

.productDet .checkCon .ckecks .item .technical .tit{
	margin-bottom: 12px;
}


.productDet .checkCon .ckecks .item .colorTit{
	margin-bottom: 1px;
}

.productDet .checkCon{
	padding: 54px 0 0 0;
}

.productDet .checkCon .checkBtns .swiper-button-disabled{
	display: none;
}

.productDet .checkCon .checkBtns .swiper-slide:last-child{
	margin-right: 0;
}

@media screen and (max-width:1600px){
 	.productDet .checkCon .ckecks .item .technical .tit{
		margin-bottom: 20px;
	}
	.productDet .checkCon .ckecks .item .colorTit{
		margin-bottom: 0;
	}
	.productDet .checkCon{
		padding: 40px 0 0 0;
	}
}
@media screen and (max-width:999px){
 	.productDet .checkCon .ckecks .item .swiper{
		margin-bottom: 30px;
	}	
}
@media screen and (max-width:768px){
	.productDet .color-tab, .productDet .advantages{
		padding: 0;
	}	 
	.productDet .checkCon{
		padding: 30px 0;
	}
	.productDet .checkCon .ckecks .item .technical{
		margin-bottom: 30px;
	}
}
#st-1{
	z-index: 100 !important;
}
.ziticj{font-size:1.6rem;font-size:16px;}
.ziticj .container img{ width:110px;}

.j-videomodal {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}

.j-videomodal iframe {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1200px;
  height: 600px;
  max-width: 90%;
  max-height: 80%;
}

.description1{
    margin-top: 80px;
}

.tankuang{
    position: fixed;
    right: 15px;
    bottom: 10px;
    box-shadow: 0 0 8px #999;
    z-index: 999999;
}
.tankuang .tankuang-content {
    background: #fff;
    padding: 10px;
    overflow-y: auto;
}
.tankuang .tankuang-content img{ max-width:235px;}
.tankuang .tankuang-title {
    padding: 10px 0;
    background: #eee;
}
.tankuang .close{
        cursor: pointer;
    text-align: center;
    width: 21px;
    height: 21px;
    line-height: 21px;
    color: #eee;
    background: rgba(0,0,0,0.5);
    font-size: 14px;
    border-radius: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
}





/**
 * Swiper 11.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 26, 2023
 */ 

 @font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, 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');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
 
 
 .m-prob1 .box-slide {
  position: relative;
  /*padding:0px 70px;*/
}
 .m-prob1 .box-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
  cursor: pointer;
  line-height: 1;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  width: 40px;
    height: 80px;
    background:#b2b2b2;
    display: flex;
    align-items: center;
}
 .m-prob1 .box-btn i{ font-size:40px; margin:0 auto;}
.m-prob1 .box-btn:hover {
  color: #172a88;
}
.m-prob1 .prev {
  left: -60px;
}
.m-prob1 .next {
  right: -60px;
}
.m-prob1 .box-text {
  width: 50%;
  align-self: stretch;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 22px;
  padding-bottom: 22px;
}
.m-prob1 .box-fix {
  margin-top: 20px;
  width: 100%;
}
.m-prob1 .box-fix:first-child {
  margin-top: 0;
}
.m-prob1 .swiper-slide .box-item{ margin-bottom:20px;}