.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 { background-color: #fff; color: #333; font-family: "Poppins-Regular", arial; font-size: 14px; font-size: 1.4rem; max-width: 1920px; margin: 0 auto; overflow-x: hidden; }

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

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

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

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

img { border: none; }

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

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

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

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

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

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

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

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

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

input, textarea, select { font-family: "Poppins-Regular", arial; font-size: 14px; font-size: 1.4rem; border: none; outline: none; background: none; }

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

textarea { resize: none; }

.pull-left { float: left; }

.pull-right { float: right; }

.clear { clear: both; }

.fix { *zoom: 1; }

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

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

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

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

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

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

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

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

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

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

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

.relative { position: relative; }

.absolute { position: absolute; }

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

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

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

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

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

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

.nlazy { min-width: 20%; }

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

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

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

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

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

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

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

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

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

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

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

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

[class*="-item"] .item-subt a:hover { color: #0160F8 !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: #0160F8 !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; -moz-border-radius: 2px !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; -moz-border-radius: 2px !important; border-radius: 2px !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.an-btn2:hover .iconfont { color: #0160F8 !important; }

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

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

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

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

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

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

.table table, .table table a { color: #000; }

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

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

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

.page.page1 { padding: 0 160px; }

@media only screen and (max-width: 1219px) { .page.page1 { padding: 0; } }

.page a { display: inline-block; vertical-align: top; background-color: #EBEBEB; color: #999; min-width: 36px; padding: 0 2px; height: 36px; line-height: 36px; margin: 0 7.5px 10px; font-size: 16px; font-size: 1.6rem; }

.page a.prev, .page a.next { font-size: 12px; font-size: 1.2rem; }

.page a:hover, .page a.page-active { background-color: #0160F8; color: #FFFFFF; }

@media only screen and (max-width: 1219px) { .page a { height: 30px; line-height: 30px; min-width: 30px; font-size: 14px; font-size: 1.4rem; margin: 0 4px; } }

@media only screen and (max-width: 767px) { .page a { margin: 0 2px; height: 26px; line-height: 26px; min-width: 26px; font-size: 12px; font-size: 1.2rem; } }

.page .add-form { position: absolute; right: 0; top: 0; display: inline-block; vertical-align: top; margin-left: 5px; }

.page .add-form .add-btn { font-size: 16px; font-size: 1.6rem; text-align: center; min-width: 160px; padding: 0 10px; height: 36px; line-height: 36px; background-color: #0160F8; color: #fff; }

.page .add-form .add-btn:hover { background-color: #49E2BB; color: #FFFFFF; }

@media only screen and (max-width: 1219px) { .page .add-form { position: relative; }
  .page .add-form .add-btn { height: 30px; line-height: 30px; font-size: 14px; font-size: 1.4rem; min-width: 140px; } }

@media only screen and (max-width: 767px) { .page .add-form .add-btn { min-width: 120px; height: 26px; line-height: 26px; font-size: 12px; font-size: 1.2rem; } }

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

.contact-pc li { position: relative; width: 100%; width: 53px; height: 40px; background: #FFFFFF; box-shadow: 0px 3px 8px 0px rgba(0, 51, 153, 0.17); -moz-border-radius: 20px 0px 0px 20px; border-radius: 20px 0px 0px 20px; margin-bottom: 8px; -webkit-transition: all .35s; -o-transition: all .35s; -moz-transition: all .35s; transition: all .35s; }

.contact-pc li:hover { background-color: #0160F8; }

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

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

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

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

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

.c1 .iconfont { color: #03c305; }

.c2 .iconfont { color: #00aff0; }

.c3 .iconfont { color: #0160F8; }

.c4 .iconfont { color: #f4b419; }

.c5 .iconfont { color: #f4b419; }

.c6 .iconfont { color: #0160F8; font-size: 16px !important; font-size: 1.6rem !important; }

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

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

.contact-phone li:hover { background-color: #0160F8; }

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

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

.contact-phone li .iconfont { font-size: 20px; font-size: 2rem; }

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

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

.back-top { position: fixed; right: 10px; bottom: -100px; -webkit-transition: 1s; -o-transition: 1s; -moz-transition: 1s; transition: 1s; z-index: 998; text-align: center; width: 76px; }

.back-top img { display: block; width: 100%; }

@media screen and (max-width: 1419px) { .back-top { width: 60px; } }

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

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

@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: #666; }

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

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

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

/*-------------pro-share end---------------------------------------------------------------*/
/*-------------m-oths----------------------------------------------------------------------*/
.m-oths { border-top: solid 1px #999999; margin-top: 30px; padding-top: 37px; font-size: 16px; font-size: 1.6rem; line-height: 30px; color: #666; }

.m-oths a { color: #666; }

.m-oths a:hover { color: #0160F8; }

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

.m-oths .item-info { overflow: hidden; }

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

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

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

/*-------------bread start-----------------------------------------------------------------*/
.bread { position: relative; z-index: 2; font-size: 16px; font-size: 1.6rem; line-height: 24px; padding-top: 25px; padding-bottom: 55px; overflow: hidden; }

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

.bread a:hover, .bread .bread-active { color: #0160F8; }

.bread > .iconfont { font-size: 12px; font-size: 1.2rem; margin: 0 11px; color: #999; }

.bread a .iconfont { color: #0160F8; margin-right: 10px; }

@media screen and (max-width: 1419px) { .bread { padding-top: 25px; padding-bottom: 45px; } }

@media screen and (max-width: 1219px) { .bread { padding-top: 20px; padding-bottom: 40px; }
  .bread > .iconfont { margin: 0 7px; } }

@media screen and (max-width: 991px) { .bread { padding-top: 15px; padding-bottom: 30px; font-size: 14px; font-size: 1.4rem; }
  .bread > .iconfont { margin: 0 5px; }
  .bread a .iconfont { margin-right: 5px; } }

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

/*-------------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: 28px; margin-left: 50px; }

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

@media screen and (max-width: 1219px) { .search { margin-left: 20px; } }

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

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

.search .search-icon .iconfont { display: block; color: #0160F8; font-size: 20px; font-size: 2rem; line-height: 28px; }

.search .search-box { display: none; overflow: hidden; position: absolute; top: 38px; right: 0; z-index: 999; width: 260px; height: 50px; -moz-border-radius: 2px; 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 { -moz-border-radius: 5px; border-radius: 5px; font-size: 16px; font-size: 1.6rem; color: #fff; background-color: #0160F8; 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: fixed; top: 0; left: 0; z-index: 999; width: 100%; background-color: #fff; background-color: rgba(255, 255, 255, 0.8); box-shadow: 0px 3px 17px 0px rgba(0, 0, 0, 0.1); -webkit-transition: all 0.6s ease; -o-transition: all 0.6s ease; -moz-transition: all 0.6s ease; transition: all 0.6s ease; }

.header .item-follow { float: right; margin-top: 28px; margin-left: 50px; font-size: 0; letter-spacing: 0; }

.header .item-follow > a { display: inline-block; vertical-align: top; margin-left: 7px; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; }

.header .item-follow > a:first-child { margin-left: 0; }

.header .item-follow > a:hover { margin-top: -10px; margin-bottom: 10px; }

.header .item-follow .iconfont { display: block; width: 28px; height: 28px; line-height: 28px; -moz-border-radius: 50%; border-radius: 50%; font-size: 14px; font-size: 1.4rem; text-align: center; color: #fff; }

.header .item-follow .icon-facebook { background-color: #3b5998; }

.header .item-follow .icon-ico-youtube1 { background-color: #dd1829; }

.header .item-follow .icon-twitter { background-color: #55acee; }

.header .item-follow .icon-pinterest { background-color: #e60019; }

.header .item-follow .icon-linkedin { background-color: #0071e0; }

.header .item-follow .icon-ins { background-color: #ff1515; }

@media screen and (max-width: 1419px) { .header .item-follow { margin-left: 30px; } }

@media screen and (max-width: 1219px) { .header .item-follow { margin-left: 20px; } }

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

.header .logo { float: left; display: block; width: 196px; margin: 27px 0 0; }

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

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

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

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

.header .navlist { float: right; font-size: 0; letter-spacing: 0; }

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

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

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

.header .navlist > li > a { font-size: 16px; font-size: 1.6rem; display: block; line-height: 28px; padding-top: 28px; padding-bottom: 27px; text-transform: capitalize; font-family: "Poppins-Medium", arial; position: relative; /* color: transparent; background-clip: text; background-repeat: no-repeat; transition: 0.5s ease-out; background-size: 0% 100%, 100% 100%; background-position: center; background-position: 100% 50%, 50% 50%; transition: 0.5s background-size ease-out; */ }

.header .navlist > li > a:after { content: ''; width: 100%; height: 2px; position: absolute; bottom: 0; left: 0; z-index: 1; -webkit-transform: scaleX(0); -moz-transform: scaleX(0); -ms-transform: scaleX(0); -o-transform: scaleX(0); transform: scaleX(0); -webkit-transform-origin: bottom right; -moz-transform-origin: bottom right; -ms-transform-origin: bottom right; -o-transform-origin: bottom right; transform-origin: bottom right; -webkit-transition: 0.8s -webkit-transform cubic-bezier(0.19, 1, 0.22, 1); transition: 0.8s -webkit-transform cubic-bezier(0.19, 1, 0.22, 1); -o-transition: 0.8s -o-transform cubic-bezier(0.19, 1, 0.22, 1); -moz-transition: 0.8s transform cubic-bezier(0.19, 1, 0.22, 1), 0.8s -moz-transform cubic-bezier(0.19, 1, 0.22, 1); transition: 0.8s transform cubic-bezier(0.19, 1, 0.22, 1); transition: 0.8s transform cubic-bezier(0.19, 1, 0.22, 1), 0.8s -webkit-transform cubic-bezier(0.19, 1, 0.22, 1), 0.8s -moz-transform cubic-bezier(0.19, 1, 0.22, 1), 0.8s -o-transform cubic-bezier(0.19, 1, 0.22, 1); -webkit-transition-delay: 0.1s; -moz-transition-delay: 0.1s; -o-transition-delay: 0.1s; transition-delay: 0.1s; }

.header .navlist > li:hover > a:after, .header .navlist > li.nav-active > a:after { -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); -webkit-transform-origin: bottom left; -moz-transform-origin: bottom left; -ms-transform-origin: bottom left; -o-transform-origin: bottom left; transform-origin: bottom left; }

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

@media screen and (max-width: 1219px) { .header .navlist > li { margin-left: 25px; } }

.header .navlist > li[data-color='#49E2BB'] > a:after { background-color: #49E2BB; }

.header .navlist > li[data-color='#49E2BB'].nav-active > a { color: #49E2BB; }

.header .navlist > li[data-color='#F7957B'] > a:after { background-color: #F7957B; }

.header .navlist > li[data-color='#F7957B'].nav-active > a { color: #F7957B; }

.header .navlist > li[data-color='#7245CE'] > a:after { background-color: #7245CE; }

.header .navlist > li[data-color='#7245CE'].nav-active > a { color: #7245CE; }

.header .navlist > li[data-color='#FCC300'] > a:after { background-color: #FCC300; }

.header .navlist > li[data-color='#FCC300'].nav-active > a { color: #FCC300; }

.header .navlist > li[data-color='#046AF4'] > a:after { background-color: #046AF4; }

.header .navlist > li[data-color='#046AF4'].nav-active > a { color: #046AF4; }

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

.header .yiji { z-index: 99; position: absolute; top: 100%; 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; margin-top: 1px; }

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

.header .product-select { width: 280px; background-color: #fff; }

.header .product-select > li { margin-bottom: 5px; }

.header .product-select > li:last-child { margin-bottom: 0; }

.header .about-select { width: 180px; background-color: #fff; }

.header .about-select > li { margin-bottom: 5px; }

.header .about-select > li:last-child { margin-bottom: 0; }

.header .blogs-select { width: 220px; background-color: #fff; }

.header .blogs-select > li { margin-bottom: 5px; }

.header .blogs-select > li:last-child { margin-bottom: 0; }

@media screen and (max-width: 1419px) { .header .about-select > li { margin-bottom: 0; } }
@media screen and (max-width: 1419px) { .header .blogs-select > li { margin-bottom: 0; } }
@media screen and (max-width: 1419px) { .header .product-select > li { margin-bottom: 0; } }

.header .product-select > li > a { font-family: "Poppins-Medium", arial; display: block; font-size: 18px; font-size: 1.8rem; line-height: 24px; color: #49E2BB; padding: 8px 18px; }

.header .about-select > li > a { font-family: "Poppins-Medium", arial; display: block; font-size: 18px; font-size: 1.8rem; line-height: 24px; color: #7245CE; padding: 8px 18px; }

.header .blogs-select > li > a { font-family: "Poppins-Medium", arial; display: block; font-size: 18px; font-size: 1.8rem; line-height: 24px; color: #FCC300; padding: 8px 18px; }

@media screen and (max-width: 1419px) { .header .about-select > li > a { font-size: 16px; font-size: 1.6rem; } }
@media screen and (max-width: 1419px) { .header .blogs-select > li > a { font-size: 16px; font-size: 1.6rem; } }
@media screen and (max-width: 1419px) { .header .product-select > li > a { font-size: 16px; font-size: 1.6rem; } }

.header .product-select > li:hover > a { background: #49E2BB; color: #fff; }

.header .about-select > li:hover > a { background: #7245CE url(../images/active2.png) no-repeat right center; color: #fff; }

.header .blogs-select > li:hover > a { background: #FCC300 url(../images/active2.png) no-repeat right center; color: #fff; }

.header .contact-select { width: 125px; background-color: #fff; background-color: rgba(255, 255, 255, 0.9); }

.header .contact-select > li > a { font-family: "Poppins-Medium", arial; display: block; font-size: 18px; font-size: 1.8rem; line-height: 24px; color: #046AF4; padding: 8px 18px; }

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

.header .contact-select > li:hover > a { background: #046AF4; color: #fff; }

/*-------------header end------------------------------------------------------------------*/
/*-------------footer start----------------------------------------------------------------*/
.footer { margin-top: -210px; position: relative; z-index: 2; }

@media screen and (max-width: 1219px) { .footer { margin-top: -155px; } }

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

@media screen and (max-width: 767px) { .footer { margin-top: -84px; } }

.footer .item-bg { width: 100%; }

.footer .item-bg img { display: block; width: 100%; }

.footer .f-body { background: #0160F8 url(../images/bg27.png) no-repeat left bottom; background-size: 8.22917%; }

.footer .f-top { background-color: #0160F8; font-size: 0; letter-spacing: 0; margin-bottom: 66px; }

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

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

.footer .f-top .footer-title { margin-top: -45px; font-size: 40px; font-size: 4rem; font-family: "Poppins-Bold", arial; line-height: 1.3; text-transform: uppercase; margin-bottom: 36px; }

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

.footer .f-top .footer-title a:hover { color: #49E2BB; }

@media screen and (max-width: 1619px) { .footer .f-top .footer-title { margin-top: 0; } }

@media screen and (max-width: 1419px) { .footer .f-top .footer-title { font-size: 34px; font-size: 3.4rem; margin-bottom: 26px; } }

@media screen and (max-width: 1219px) { .footer .f-top .footer-title { font-size: 28px; font-size: 2.8rem; margin-bottom: 20px; } }

@media screen and (max-width: 991px) { .footer .f-top .footer-title { font-size: 22px; font-size: 2.2rem; margin-bottom: 15px; } }

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

.footer .f-top .flist { display: inline-block; vertical-align: top; font-size: 16px; font-size: 1.6rem; line-height: 30px; }

@media screen and (max-width: 1219px) { .footer .f-top .flist { font-size: 14px; font-size: 1.4rem; line-height: 26px; } }

@media screen and (max-width: 991px) { .footer .f-top .flist { line-height: 22px; } }

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

.footer .f-top .flist1 { width: 45.71429%; padding-right: 150px; }

.footer .f-top .flist1, .footer .f-top .flist1 a { color: #A9C5F0; }

.footer .f-top .flist1 a:hover { color: #49E2BB; }

@media screen and (max-width: 1419px) { .footer .f-top .flist1 { padding-right: 50px; } }

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

@media screen and (max-width: 767px) { .footer .f-top .flist1 { width: 100%; padding-right: 0; } }

.footer .f-top .flist1 .f-form { padding-right: 13px; position: relative; margin-bottom: 24px; }

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

.footer .f-top .flist1 .f-form .item-input { height: 60px; line-height: 60px; background-color: #fff; width: 100%; padding: 0 110px 0 17px; font-size: 14px; font-size: 1.4rem; color: #999; }

@media screen and (max-width: 1219px) { .footer .f-top .flist1 .f-form .item-input { height: 50px; line-height: 50px; } }

@media screen and (max-width: 991px) { .footer .f-top .flist1 .f-form .item-input { padding: 0 80px 0 10px; height: 40px; line-height: 40px; } }

@media screen and (max-width: 767px) { .footer .f-top .flist1 .f-form .item-input { font-size: 12px; font-size: 1.2rem; } }

.footer .f-top .flist1 .f-form .item-btn { position: absolute; right: 0; width: 120px; height: 46px; line-height: 46px; background-color: #448AF9; -moz-border-radius: 23px 0  0 23px; border-radius: 23px 0  0 23px; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); color: #fff; font-size: 24px; font-size: 2.4rem; text-transform: uppercase; }

.footer .f-top .flist1 .f-form .item-btn:hover { background-color: #49E2BB; }

@media screen and (max-width: 1219px) { .footer .f-top .flist1 .f-form .item-btn { height: 40px; line-height: 40px; font-size: 20px; font-size: 2rem; } }

@media screen and (max-width: 991px) { .footer .f-top .flist1 .f-form .item-btn { width: 72px; height: 30px; line-height: 30px; font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 767px) { .footer .f-top .flist1 .f-form .item-btn { font-size: 14px; font-size: 1.4rem; } }

.footer .f-top .flist1 .copyright img { margin-left: 5px; }

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

.footer .f-top .flist1 .item-keys a { display: inline-block; }

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

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

.footer .f-top .flist1 .img-list { margin-top: 20px; font-size: 0; letter-spacing: 0; }

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

.footer .f-top .flist1 .img-list li { display: inline-block; vertical-align: top; width: 50px; margin-right: 17px; margin-bottom: 8px; }

.footer .f-top .flist1 .img-list li:last-child { margin-right: 0; }

.footer .f-top .flist1 .img-list .item-pic { -moz-border-radius: 4px; border-radius: 4px; overflow: hidden; }

.footer .f-top .flist1 .img-list .item-pic img { display: block; width: 100%; }

@media screen and (max-width: 1219px) { .footer .f-top .flist1 .img-list li { width: 44px; margin-right: 10px; } }

.footer .f-top .flist2 { width: 54.28571%; }

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

.footer .f-top .flist2 a:hover { color: #49E2BB; }

@media screen and (max-width: 991px) { .footer .f-top .flist2 { width: 50%; } }

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

.footer .f-top .flist2 .box-list li { padding-left: 46px; position: relative; margin-bottom: 9px; }

.footer .f-top .flist2 .box-list .iconfont { position: absolute; top: 0; left: 0; font-size: 18px; font-size: 1.8rem; }

@media screen and (max-width: 1219px) { .footer .f-top .flist2 .box-list li { padding-left: 36px; } }

@media screen and (max-width: 991px) { .footer .f-top .flist2 .box-list li { padding-left: 26px; }
  .footer .f-top .flist2 .box-list .iconfont { font-size: 16px; font-size: 1.6rem; } }

.footer .f-top .flist2 .img-list { margin-top: 42px; font-size: 0; letter-spacing: 0; }

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

.footer .f-top .flist2 .img-list li { display: inline-block; vertical-align: top; width: 13.15789%; margin-right: 1.31579%; margin-bottom: 8px; }

.footer .f-top .flist2 .img-list li:last-child { margin-right: 0; }

@media screen and (max-width: 991px) { .footer .f-top .flist2 .img-list li { width: 18%; margin-right: 2%; } }

.footer .f-top .flist2 .img-list .item-pic { -moz-border-radius: 4px; border-radius: 4px; overflow: hidden; }

.footer .f-top .flist2 .img-list .item-pic img { display: block; width: 100%; }

.footer .f-bot { padding-bottom: 38px; }

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

.footer .f-bot .f-follow { float: right; font-size: 0; letter-spacing: 0; }

.footer .f-bot .f-follow > a { display: inline-block; vertical-align: top; width: 28px; height: 28px; line-height: 28px; font-size: 18px; font-size: 1.8rem; text-align: center; color: #fff; margin-left: 14px; -webkit-transition: all .35s; -o-transition: all .35s; -moz-transition: all .35s; transition: all .35s; -moz-border-radius: 50%; border-radius: 50%; }

.footer .f-bot .f-follow > a:hover { background-color: #fff; color: #0160F8; }

@media screen and (max-width: 767px) { .footer .f-bot .f-follow { float: none; text-align: center; }
  .footer .f-bot .f-follow > a { margin-left: 10px; } }

.footer .f-bot .f-nav { overflow: hidden; font-size: 0; letter-spacing: 0; }

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

.footer .f-bot .f-nav > a { display: inline-block; vertical-align: top; font-size: 18px; font-size: 1.8rem; color: #fff; margin-right: 87px; }

.footer .f-bot .f-nav > a:hover { color: #49E2BB; }

.footer .f-bot .f-nav > a:last-child { margin-right: 0; }

@media screen and (max-width: 1419px) { .footer .f-bot .f-nav > a { margin-right: 50px; } }

@media screen and (max-width: 1219px) { .footer .f-bot .f-nav > a { font-size: 16px; font-size: 1.6rem; margin-right: 30px; } }

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

/*-------------footer end------------------------------------------------------------------*/
/*-------------index start-----------------------------------------------------------------*/
.index-box1 { position: relative; }

.index-box1 .item-tip { width: 18.38542%; position: absolute; left: 0; z-index: 5; }

@media screen and (max-width: 991px) { .index-box1 .item-tip { display: none; } }

.index-box1 .item-tip .item-pic { width: 100%; position: absolute; top: 0; left: 0; height: 100%; }

.index-box1 .item-tip .item-pic img { display: block; width: 100%; }

.index-box1 .item-tip .item-tip1 { margin-top: -92%; position: relative; padding-bottom: 186.40227%; }

.index-box1 .item-tip .item-body { position: absolute; top: 0; left: 0; width: 100%; height: 100%; padding: 0 30px 31% 18px; }

@media screen and (max-width: 1619px) { .index-box1 .item-tip .item-body { padding-right: 15px; padding-left: 15px; } }

@media screen and (max-width: 1219px) { .index-box1 .item-tip .item-body { padding-left: 10px; padding-right: 10px; } }

.index-box1 .item-tip .item-title { font-family: "Cera-Bold"; font-weight: bold; font-size: 38px; font-size: 3.8rem; line-height: 1.47; margin-bottom: 29px; }

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

@media screen and (max-width: 1619px) { .index-box1 .item-tip .item-title { font-size: 34px; font-size: 3.4rem; line-height: 1.3; margin-bottom: 20px; } }

@media screen and (max-width: 1419px) { .index-box1 .item-tip .item-title { font-size: 30px; font-size: 3rem; } }

@media screen and (max-width: 1219px) { .index-box1 .item-tip .item-title { font-size: 24px; font-size: 2.4rem; } }

.index-box1 .item-tip .item-btn { text-align: center; display: inline-block; font-family: "Cera-Medium"; min-width: 190px; line-height: 53px; background-color: #FFFFFF; -moz-border-radius: 27px; border-radius: 27px; font-size: 19px; font-size: 1.9rem; padding: 0 10px; color: #0160F8; }

@media screen and (max-width: 1619px) { .index-box1 .item-tip .item-btn { min-width: 170px; line-height: 48px; } }

@media screen and (max-width: 1419px) { .index-box1 .item-tip .item-btn { font-size: 16px; font-size: 1.6rem; line-height: 42px; min-width: 140px; } }

@media screen and (max-width: 1219px) { .index-box1 .item-tip .item-btn { min-width: 120px; line-height: 36px; } }

.index-btn { display: inline-block; min-width: 200px; height: 56px; line-height: 54px; background-color: #fff; border: 1px solid #D9D9D9; -moz-border-radius: 28px; border-radius: 28px; font-size: 16px; font-size: 1.6rem; color: #0160F8; text-align: center; position: relative; padding: 0 75px 0 0; }

.index-btn .iconfont { position: absolute; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); right: 9px; width: 65px; line-height: 36px; background-color: #0160F8; -moz-border-radius: 18px; border-radius: 18px; text-align: center; color: #fff; font-size: 22px; font-size: 2.2rem; }

@media screen and (max-width: 1219px) { .index-btn { min-width: 160px; height: 44px; line-height: 42px; font-size: 14px; font-size: 1.4rem; padding-right: 55px; }
  .index-btn .iconfont { width: 48px; line-height: 30px; font-size: 20px; font-size: 2rem; } }

@media screen and (max-width: 991px) { .index-btn { min-width: 140px; height: 36px; line-height: 36px; padding-right: 44px; }
  .index-btn .iconfont { right: 6px; width: 40px; line-height: 26px; font-size: 18px; font-size: 1.8rem; } }

@media screen and (max-width: 767px) { .index-btn { font-size: 12px; font-size: 1.2rem; min-width: 120px; height: 30px; line-height: 30px; padding-right: 34px; }
  .index-btn .iconfont { right: 6px; width: 30px; line-height: 20px; font-size: 14px; font-size: 1.4rem; } }

.index-about { overflow: hidden; position: relative; background: url(../images/bg2.jpg) no-repeat left bottom; background-size: 24.01042%; }

.index-about .item-bg1 { width: 600px; position: absolute; right: -webkit-calc(50% - 700px - 300px); right: -moz-calc(50% - 700px - 300px); right: calc(50% - 700px - 300px); z-index: -1; }

@media screen and (max-width: 1619px) { .index-about .item-bg1 { right: -webkit-calc(50% - 700px - 300px + 77px); right: -moz-calc(50% - 700px - 300px + 77px); right: calc(50% - 700px - 300px + 77px); } }

@media screen and (max-width: 1419px) { .index-about .item-bg1 { width: 500px; right: -webkit-calc(50% - 600px - 250px + 60px); right: -moz-calc(50% - 600px - 250px + 60px); right: calc(50% - 600px - 250px + 60px); } }

@media screen and (max-width: 1219px) { .index-about .item-bg1 { width: 400px; right: -webkit-calc(50% - 480px - 200px + 50px); right: -moz-calc(50% - 480px - 200px + 50px); right: calc(50% - 480px - 200px + 50px); } }

@media screen and (max-width: 991px) { .index-about .item-bg1 { width: 41.66667%; right: -5%; display: none; } }

.index-about .item-bg1 p { margin-top: -68.33333%; -moz-border-radius: 50%; border-radius: 50%; padding-bottom: 100%; background-color: #F7F7F7; }

.index-about .item-tip { position: absolute; right: 0; bottom: 0; top: 116px; }

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

@media screen and (max-width: 1219px) { .index-about .item-tip { top: 70px; } }

@media screen and (max-width: 991px) { .index-about .item-tip { display: none; } }

.index-about .item-tip:before { position: absolute; top: 0; content: ''; bottom: 0; width: 1px; left: 0; right: 0; margin: 0 auto; background-color: #D9D9D9; }

.index-about .item-tip .item-box { position: relative; width: 155px; height: 155px; background: #FFFFFF; border: 1px solid #D9D9D9; -moz-border-radius: 50%; border-radius: 50%; padding: 5px; text-align: center; font-size: 20px; font-size: 2rem; line-height: 1.3; color: #666; }

.index-about .item-tip .item-box:before { display: block; position: absolute; content: ''; width: 12px; height: 12px; background-color: #0160F8; border: solid 1px #D9D9D9; -moz-box-sizing: border-box; box-sizing: border-box; -moz-border-radius: 50%; border-radius: 50%; left: 50%; margin-left: -6px; top: 214px; }

@media screen and (max-width: 1419px) { .index-about .item-tip .item-box { width: 120px; height: 120px; font-size: 18px; font-size: 1.8rem; }
  .index-about .item-tip .item-box:before { top: 180px; } }

@media screen and (max-width: 1219px) { .index-about .item-tip .item-box { width: 100px; height: 100px; font-size: 14px; font-size: 1.4rem; }
  .index-about .item-tip .item-box:before { top: 150px; } }

.index-about .wp { padding: 204px 0 122px; position: relative; left: 80px; }

@media screen and (max-width: 1619px) { .index-about .wp { left: 0; } }

@media screen and (max-width: 1419px) { .index-about .wp { padding: 140px 0 100px; } }

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

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

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

.index-about .box-item { padding-right: 160px; }

@media screen and (max-width: 1419px) { .index-about .box-item { padding-right: 130px; } }

@media screen and (max-width: 1219px) { .index-about .box-item { padding-right: 105px; } }

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

.index-about .box-item .item-title { margin-top: 21px; font-family: "Poppins-Bold", arial; font-size: 48px; font-size: 4.8rem; line-height: 1.3; overflow: visible; }

.index-about .box-item .item-title, .index-about .box-item .item-title a { color: #0160F8; }

.index-about .box-item .item-title a:hover { color: #49E2BB !important; }

@media screen and (max-width: 1419px) { .index-about .box-item .item-title { font-size: 40px; font-size: 4rem; margin-top: 10px; } }

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

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

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

.index-about .box-item .item-subt { margin-top: 38px; font-family: "Poppins-Bold", arial; font-size: 20px; font-size: 2rem; line-height: 1.3; overflow: visible; }

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

@media screen and (max-width: 1219px) { .index-about .box-item .item-subt { font-size: 16px; font-size: 1.6rem; margin-top: 5px; } }

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

.index-about .box-item .item-desc { margin-top: 29px; font-size: 18px; font-size: 1.8rem; line-height: 34px; min-height: 272px; overflow: visible; }

@media screen and (max-width: 1419px) { .index-about .box-item .item-desc { min-height: auto; margin-top: 20px; font-size: 16px; font-size: 1.6rem; line-height: 30px; } }

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

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

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

.index-about .box-item .index-btn { margin-top: 17px; }

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

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

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

.about-owl { float: left; width: 42.57143%; margin-right: 3.57143%; position: relative; z-index: 2; overflow: hidden; box-shadow: 6px 0 21px rgba(1, 96, 248, 0.35); -moz-border-radius: 26px; border-radius: 26px; z-index: 6; }

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

.about-owl .owl-theme .owl-controls .owl-pagination { margin-top: 0; position: absolute; bottom: 1.92308%; text-align: center; left: 0; width: 100%; }

.about-owl .owl-theme .owl-controls .owl-page span { background-color: #fff; width: 10px; height: 10px; border: 0; margin: 0 5px; -moz-border-radius: 5px; border-radius: 5px; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; }

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

.about-owl .owl-theme .owl-controls.clickable .owl-page:hover span { background-color: #0160F8; }

.about-owl .owl-theme .owl-controls .owl-page.active span { background-color: #0160F8; width: 36px; }

@media screen and (max-width: 767px) { .about-owl .owl-theme .owl-controls .owl-page.active span { width: 26px; } }

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

.about-owl .item-pic a img { display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.index-probox { background: url(../images/bg1.jpg) no-repeat right top; padding-bottom: 146px; }

@media screen and (max-width: 1419px) { .index-probox { background-size: 70%; } }

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

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

@media screen and (max-width: 767px) { .index-probox { background-image: none; padding-bottom: 20px; } }

.index-probox .wp { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -webkit-flex-flow: row-reverse nowrap; -moz-box-orient: horizontal; -moz-box-direction: reverse; -ms-flex-flow: row-reverse nowrap; flex-flow: row-reverse nowrap; -webkit-box-pack: start; -webkit-justify-content: flex-start; -moz-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; }

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

.index-probox .box-item { width: 438px; -webkit-box-flex: 0; -webkit-flex: 0 0 auto; -moz-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; text-align: right; }

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

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

@media screen and (max-width: 767px) { .index-probox .box-item { width: 100%; background-color: #0160F8; padding: 15px; margin-bottom: 20px; } }

.index-probox .box-item .item-title { font-family: "Poppins-Bold", arial; font-size: 48px; font-size: 4.8rem; line-height: 1.3; margin-bottom: 22px; }

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

.index-probox .box-item .item-title a:hover { color: #fff !important; }

@media screen and (max-width: 1419px) { .index-probox .box-item .item-title { font-size: 40px; font-size: 4rem; margin-bottom: 10px; } }

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

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

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

.index-probox .box-item .item-desc { margin-bottom: 54px; font-size: 18px; font-size: 1.8rem; line-height: 30px; }

.index-probox .box-item .item-desc, .index-probox .box-item .item-desc a { color: #C8D3E9; }

.index-probox .box-item .item-desc a:hover { color: #C8D3E9 !important; }

@media screen and (max-width: 1419px) { .index-probox .box-item .item-desc { margin-bottom: 30px; font-size: 16px; font-size: 1.6rem; } }

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

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

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

.index-probox .box-item .index-btn:hover { border-color: #49E2BB !important; }

.index-probox .box-item .index-btn:hover .iconfont { color: #49E2BB !important; }

.index-probox .box-item .index-btn:before { background-color: #49E2BB !important; }

.index-probox .box-list { -webkit-box-flex: 1; -webkit-flex: 1 1 auto; -moz-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; font-size: 0; letter-spacing: 0; }

.index-probox .box-list .list-item { display: inline-block; vertical-align: top; width: 36.79834%; margin-right: 13.20166%; background: #F4F7FB; box-shadow: -15px 12px 38px 0px rgba(0, 0, 0, 0.13); -moz-border-radius: 40px; border-radius: 40px; margin-bottom: 24px; padding: 19px 37px 28px; position: relative; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; }

.index-probox .box-list .list-item:nth-child(odd) { top: 60px; }

.index-probox .box-list .list-item:hover { background-color: #0160F8; }

.index-probox .box-list .list-item:hover .item-title, .index-probox .box-list .list-item:hover .item-title a { color: #fff !important; }

@media screen and (max-width: 1419px) { .index-probox .box-list .list-item { width: 44%; margin-right: 6%; padding: 20px 35px; } }

@media screen and (max-width: 1219px) { .index-probox .box-list .list-item { padding: 15px 20px; -moz-border-radius: 30px; border-radius: 30px; } }

@media screen and (max-width: 991px) { .index-probox .box-list .list-item { -moz-border-radius: 20px; border-radius: 20px; }
  .index-probox .box-list .list-item:nth-child(odd) { top: 50px; } }

@media screen and (max-width: 767px) { .index-probox .box-list .list-item { padding: 15px; width: 31.33%; margin: 0 1% 20px; }
  .index-probox .box-list .list-item:nth-child(odd) { top: 0; } }

@media screen and (max-width: 480px) { .index-probox .box-list .list-item { width: 48%; }
  .index-probox .box-list .list-item:nth-child(odd) { top: 30px; } }

.index-probox .box-list .item-title { margin-top: 31px; font-size: 20px; font-size: 2rem; line-height: 1.3; text-align: center; }

@media screen and (max-width: 1419px) { .index-probox .box-list .item-title { font-size: 18px; font-size: 1.8rem; margin-top: 20px; } }

@media screen and (max-width: 1219px) { .index-probox .box-list .item-title { font-size: 16px; font-size: 1.6rem; margin-top: 10px; } }

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

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

.index-item .item-title { font-family: "Poppins-Bold", arial; font-size: 48px; font-size: 4.8rem; line-height: 1.3; }

.index-item .item-title, .index-item .item-title a { color: #0160F8; }

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

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

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

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

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

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

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

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

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

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

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

.index-cate { background: url(../images/bg3.jpg) no-repeat top center; padding-top: 71px; }

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

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

.index-cate .index-item { margin-bottom: 73px; }

@media screen and (max-width: 1419px) { .index-cate .index-item { margin-bottom: 60px; } }

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

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

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

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

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

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

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

.index-cate .box-body { position: relative; padding: 75px 0 55px; }

@media screen and (max-width: 1219px) { .index-cate .box-body { padding: 50px 0; } }

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

.index-cate .box-body:before { position: absolute; content: ''; top: 0; left: -webkit-calc(50% - 700px); left: -moz-calc(50% - 700px); left: calc(50% - 700px); bottom: 0; right: 0; background: #FFFFFF; box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.09); -moz-border-radius: 140px 0px 0px 0px; border-radius: 140px 0px 0px 0px; }

@media screen and (max-width: 1419px) { .index-cate .box-body:before { left: -webkit-calc(50% - 600px); left: -moz-calc(50% - 600px); left: calc(50% - 600px); } }

@media screen and (max-width: 1219px) { .index-cate .box-body:before { left: -webkit-calc(50% - 480px); left: -moz-calc(50% - 480px); left: calc(50% - 480px); } }

@media screen and (max-width: 991px) { .index-cate .box-body:before { left: -webkit-calc(50% - 360px); left: -moz-calc(50% - 360px); left: calc(50% - 360px); -moz-border-radius: 100px 0px 0px 0px; border-radius: 100px 0px 0px 0px; } }

@media screen and (max-width: 767px) { .index-cate .box-body:before { left: 15px; -moz-border-radius: 80px 0px 0px 0px; border-radius: 80px 0px 0px 0px; } }

.cate-owl { position: relative; padding: 0 7%; }

@media screen and (max-width: 991px) { .cate-owl { padding: 0 40px; } }

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

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

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

.cate-owl .owl-btns .owl-btn { position: absolute; top: 50%; margin-top: -25px; display: inline-block; vertical-align: top; cursor: pointer; width: 50px; height: 50px; line-height: 48px; background-color: #F7F7F7; border: 1px solid #B8B8B8; -moz-border-radius: 25px; border-radius: 25px; font-size: 16px; font-size: 1.6rem; color: #B8B8B8; }

.cate-owl .owl-btns .owl-btn:hover { background-color: #0160F8; border-color: #0160F8; color: #fff; }

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

@media screen and (max-width: 1219px) { .cate-owl .owl-btns .owl-btn { width: 40px; height: 40px; line-height: 38px; margin-top: -20px; } }

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

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

.cate-owl .owl-btns .item-prev { left: 2.14286%; }

@media screen and (max-width: 991px) { .cate-owl .owl-btns .item-prev { left: 10px; } }

@media screen and (max-width: 767px) { .cate-owl .owl-btns .item-prev { left: 5px; } }

.cate-owl .owl-btns .item-next { right: 2.14286%; }

@media screen and (max-width: 991px) { .cate-owl .owl-btns .item-next { right: 10px; } }

@media screen and (max-width: 767px) { .cate-owl .owl-btns .item-next { right: 5px; } }

.cate-owl .list-item { margin: 0 3.9604%; background-color: #F2F2F2; padding: 14px 15px; text-align: center; }

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

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

@media screen and (max-width: 640px) { .cate-owl .list-item { padding: 8px 8px 5px; } }

.cate-owl .item-body { padding: 24px 0 13px; }

@media screen and (max-width: 1219px) { .cate-owl .item-body { padding: 15px 0 0; } }

@media screen and (max-width: 767px) { .cate-owl .item-body { padding: 10px 0 0; } }

.cate-owl .item-title { font-size: 20px; font-size: 2rem; font-family: "Poppins-Medium", arial; line-height: 1.3; margin-bottom: 22px; }

@media screen and (max-width: 1419px) { .cate-owl .item-title { font-size: 18px; font-size: 1.8rem; } }

@media screen and (max-width: 1219px) { .cate-owl .item-title { font-size: 16px; font-size: 1.6rem; margin-bottom: 15px; } }

@media screen and (max-width: 991px) { .cate-owl .item-title { margin-bottom: 10px; } }

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

.cate-owl .item-btn { display: inline-block; min-width: 120px; line-height: 34px; background-color: #FFFFFF; border: 1px solid #D9D9D9; -moz-border-radius: 18px; border-radius: 18px; font-size: 14px; font-size: 1.4rem; color: #0160F8; }

@media screen and (max-width: 991px) { .cate-owl .item-btn { min-width: 100px; line-height: 30px; } }

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

.index-why { padding-top: 115px; padding-bottom: 46px; background: url(../images/bg4.jpg) no-repeat center; background-size: cover; }

@media screen and (max-width: 1419px) { .index-why { padding-top: 100px; } }

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

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

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

.index-why .index-item { margin-bottom: 76px; }

@media screen and (max-width: 1419px) { .index-why .index-item { margin-bottom: 60px; } }

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

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

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

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

.index-why .box-list .list-item { display: inline-block; vertical-align: top; width: 20.78571%; margin-left: 5.61905%; text-align: center; margin-bottom: 20px; }

.index-why .box-list .list-item:first-child { margin-left: 0; }

@media screen and (max-width: 767px) { .index-why .box-list .list-item { width: 23.5%; margin-left: 2%; } }

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

.index-why .box-list .item-num { font-family: "Poppins-Bold", arial; font-size: 20px; font-size: 2rem; background: url(../images/bg5.png) no-repeat center; background-size: contain; margin-bottom: 28px; }

@media screen and (max-width: 1419px) { .index-why .box-list .item-num { font-size: 18px; font-size: 1.8rem; margin-bottom: 20px; } }

@media screen and (max-width: 1219px) { .index-why .box-list .item-num { font-size: 16px; font-size: 1.6rem; margin-bottom: 15px; } }

@media screen and (max-width: 767px) { .index-why .box-list .item-num { font-size: 14px; font-size: 1.4rem; max-width: 130px; margin: 0 auto 10px; } }

@media screen and (max-width: 640px) { .index-why .box-list .item-num { font-size: 12px; font-size: 1.2rem; max-width: 100px; margin: 0 auto 10px; } }

.index-why .box-list .item-num .item-box { position: relative; padding-bottom: 97.25086%; }

.index-why .box-list .item-num a { position: absolute; top: 0; left: 0; width: 100%; height: 100%; color: #fff; }

/*.index-why .box-list .item-num a:hover { color: #49E2BB; }*/

.index-why .box-list .item-num span { font-size: 120px; font-size: 12rem; }

@media screen and (max-width: 1419px) { .index-why .box-list .item-num span { font-size: 110px; font-size: 11rem; } }

@media screen and (max-width: 1219px) { .index-why .box-list .item-num span { font-size: 80px; font-size: 8rem; } }

@media screen and (max-width: 991px) { .index-why .box-list .item-num span { font-size: 50px; font-size: 5rem; } }

@media screen and (max-width: 640px) { .index-why .box-list .item-num span { font-size: 30px; font-size: 3rem; } }

.index-why .box-list .item-title { font-size: 20px; font-size: 2rem; line-height: 2.3; }

@media screen and (max-width: 1419px) { .index-why .box-list .item-title { font-size: 18px; font-size: 1.8rem; line-height: 1.6; } }

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

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

.index-box2 { background: url(../images/bg6.jpg) no-repeat top center; background-attachment: fixed; position: relative; }

.index-box2:before { position: absolute; content: ''; top: 0; bottom: 0; left: 0; right: 0; background: url(../images/bg6.jpg) no-repeat top center; background-size: cover; z-index: -1; }

.index-news { padding: 30px 0 101px; }

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

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

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

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

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

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

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

.index-news .left-box { float: left; width: 34.14286%; padding-right: 70px; padding-top: 37px; }

@media screen and (max-width: 1419px) { .index-news .left-box { padding-right: 20px; padding-top: 20px; } }

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

@media screen and (max-width: 991px) { .index-news .left-box { width: 100%; padding-right: 0; margin-bottom: 30px; } }

.index-news .left-box .item-btn { display: inline-block; min-width: 136px; line-height: 43px; background-color: #FFFFFF; border: 1px solid #0160F8; box-shadow: 0px 1px 13px 0px rgba(1, 96, 248, 0.25); -moz-border-radius: 23px; border-radius: 23px; font-size: 14px; font-size: 1.4rem; color: #0160F8; text-align: center; margin-left: 38px; margin-top: 9px; padding: 0 10px; }

@media screen and (max-width: 1419px) { .index-news .left-box .item-btn { margin-top: 0; } }

@media screen and (max-width: 1219px) { .index-news .left-box .item-btn { line-height: 34px; } }

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

@media screen and (max-width: 767px) { .index-news .left-box .item-btn { line-height: 28px; font-size: 12px; font-size: 1.2rem; min-width: 110px; } }

.index-news .left-list .list-item { cursor: pointer; padding-left: 38px; padding-bottom: 18px; position: relative; }

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

@media screen and (max-width: 767px) { .index-news .left-list .list-item { padding-bottom: 15px; } }

.index-news .left-list .list-item:before { position: absolute; content: ''; width: 1px; top: 0; height: 100%; background: url(../images/web14.png) repeat-y center; left: 11px; }

@media screen and (max-width: 767px) { .index-news .left-list .list-item:before { left: 9px; } }

.index-news .left-list .list-item:after { position: absolute; content: ''; width: 23px; height: 23px; -moz-border-radius: 50%; border-radius: 50%; background: url(../images/web13.jpg) no-repeat center; background-size: contain; left: 0; top: 0; }

@media screen and (max-width: 767px) { .index-news .left-list .list-item:after { width: 19px; height: 19px; } }

.index-news .left-list .list-item:last-child:before { height: 31px; }

.index-news .left-list .list-item .item-title { font-family: "Poppins-Medium", arial; font-size: 20px; font-size: 2rem; line-height: 28px; margin-bottom: 14px; }

@media screen and (max-width: 1419px) { .index-news .left-list .list-item .item-title { font-size: 18px; font-size: 1.8rem; line-height: 24px; margin-bottom: 10px; } }

@media screen and (max-width: 1219px) { .index-news .left-list .list-item .item-title { font-size: 16px; font-size: 1.6rem; line-height: 22px; margin-bottom: 5px; } }

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

.index-news .left-list .list-item .item-date { font-size: 16px; font-size: 1.6rem; line-height: 20px; color: #0160F8; margin-bottom: 15px; }

@media screen and (max-width: 1419px) { .index-news .left-list .list-item .item-date { font-size: 14px; font-size: 1.4rem; margin-bottom: 10px; } }

@media screen and (max-width: 1219px) { .index-news .left-list .list-item .item-date { font-size: 14px; font-size: 1.4rem; margin-bottom: 5px; } }

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

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

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

.index-news .box-tab { overflow: hidden; background: #FFFFFF; box-shadow: -8px 6px 38px 0px rgba(0, 0, 0, 0.05); padding: 41px 35px 41px 0; }

@media screen and (max-width: 1419px) { .index-news .box-tab { padding: 35px 30px 35px 0; } }

@media screen and (max-width: 1219px) { .index-news .box-tab { padding: 30px 20px 30px 0; } }

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

@media screen and (max-width: 480px) { .index-news .box-tab { padding: 15px 10px 15px 0; } }

.index-news .box-tab .tab-options { float: left; width: 29.34537%; margin-right: 3.0474%; }

@media screen and (max-width: 1219px) { .index-news .box-tab .tab-options { margin-right: 10px; } }

@media screen and (max-width: 767px) { .index-news .box-tab .tab-options { width: 27.65237%; } }

@media screen and (max-width: 480px) { .index-news .box-tab .tab-options { width: 22.34763%; } }

.index-news .box-tab .tab-options li { cursor: pointer; padding: 11px 15px 11px 0; -moz-border-radius: 0px 8px 8px 0px; border-radius: 0px 8px 8px 0px; background-color: #fff; border-left: solid 4px #fff; margin-top: 11px; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-flow: row nowrap; -moz-box-orient: horizontal; -moz-box-direction: normal; -ms-flex-flow: row nowrap; flex-flow: row nowrap; -webkit-box-pack: start; -webkit-justify-content: flex-start; -moz-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; }

@media screen and (max-width: 1219px) { .index-news .box-tab .tab-options li { padding: 8px 10px 8px 0; margin-top: 5px; } }

@media screen and (max-width: 767px) { .index-news .box-tab .tab-options li { border-left-width: 2px; padding: 8px 8px 8px 0; } }

@media screen and (max-width: 480px) { .index-news .box-tab .tab-options li { padding: 5px; } }

.index-news .box-tab .tab-options li:first-child { margin-top: 0; }

.index-news .box-tab .tab-options li .item-date { float: left; width: 81px; -webkit-box-flex: 0; -webkit-flex: 0 0 auto; -moz-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; font-size: 18px; font-size: 1.8rem; line-height: 24px; text-align: center; padding: 10px; color:#0160F8; }

@media screen and (max-width: 1419px) { .index-news .box-tab .tab-options li .item-date { font-size: 16px; font-size: 1.6rem; width: 70px; } }

@media screen and (max-width: 1219px) { .index-news .box-tab .tab-options li .item-date { padding: 5px; width: 50px; font-size: 14px; font-size: 1.4rem; line-height: 20px; } }

@media screen and (max-width: 767px) { .index-news .box-tab .tab-options li .item-date { font-size: 12px; font-size: 1.2rem; line-height: 1.3; padding: 0; width: 40px; } }

@media screen and (max-width: 480px) { .index-news .box-tab .tab-options li .item-date { display: none; } }

.index-news .box-tab .tab-options li .item-pic { -webkit-box-flex: 1; -webkit-flex: 1 1 auto; -moz-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; overflow: hidden; }

.index-news .box-tab .tab-options li .item-pic img { display: block; width: 100%; }

.index-news .box-tab .tab-options li.tab-active { background-color: #DDEAFF; border-left-color: #0160F8; }

.index-news .box-tab .tab-content { overflow: hidden; }

.index-news .box-tab .tab-content .item-videobox { width: 100%; overflow: hidden; margin: 0 auto; }

.index-news .box-tab .tab-content .item-videobox .item-video { position: relative; overflow: hidden; padding-bottom: 75%; height: 0; }

.index-news .box-tab .tab-content .item-videobox .item-video iframe, .index-news .box-tab .tab-content .item-videobox .item-video video, .index-news .box-tab .tab-content .item-videobox .item-video img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; display: block; }

.index-news .box-tab .tab-content .item-videobox .item-video iframe body { margin: 0px !important; }

.index-partner { padding-bottom: 309px; }

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

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

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

.index-partner .index-item { margin-bottom: 67px; }

@media screen and (max-width: 1419px) { .index-partner .index-item { margin-bottom: 60px; } }

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

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

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

.partner-owl { width: 101.78571%; margin-left: -0.89286%; }

.partner-owl .list-item { margin: 0 4.38596%; }

.partner-owl .item-pic { border: solid 1px #CDCDCD; margin-bottom: 21px; }

@media screen and (max-width: 991px) { .partner-owl .item-pic { margin-bottom: 15px; } }

@media screen and (max-width: 767px) { .partner-owl .item-pic { margin-bottom: 10px; } }

/*-------------index end-------------------------------------------------------------------*/
.page_wrap { padding-top: 83px; padding-bottom: 310px; }

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

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

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

/*-------------1-1-products start----------------------------------------------------------*/
.main .box-main { float: right; width: 1014px; }

@media screen and (max-width: 1419px) { .main .box-main { width: 870px; } }

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

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

.main .box-slide { float: left; width: 346px; }

@media screen and (max-width: 1419px) { .main .box-slide { width: 300px; } }

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

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

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

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

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

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

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

.pro1-list .list-item { display: inline-block; vertical-align: top; width: 31.95266%; margin-left: 2.07101%; margin-bottom: 20px; padding: 10px 12px; background-color: #F2F2F2; position: relative; }

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

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

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

.pro1-list .item-pic { background-color: #fff; position: relative; }

.pro1-list .item-pic > a { display: block; position: relative; padding-bottom: 100%; }

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

@media screen and (max-width: 991px) { .pro1-list .item-backdrop { position: absolute; bottom: 0; left: 0; width: auto; display: inline-block; padding: 0 0 5px; }
  .pro1-list .item-backdrop .item-table, .pro1-list .item-backdrop .item-cell { display: inline; } }

.pro1-list .item-backdrop .item-cell { font-size: 0; letter-spacing: 0; }

.pro1-list .item-backdrop .iconfont { display: inline-block; vertical-align: middle; margin: 0 10px; position: relative; z-index: 2; color: #0160F8; font-size: 22px; font-size: 2.2rem; line-height: 46px; width: 46px; height: 46px; background: #FFFFFF; -moz-border-radius: 50%; border-radius: 50%; }

.pro1-list .item-backdrop .iconfont:hover { background-color: #49E2BB; color: #fff; }

@media screen and (max-width: 1219px) { .pro1-list .item-backdrop .iconfont { font-size: 18px; font-size: 1.8rem; line-height: 36px; width: 36px; height: 36px; } }

@media screen and (max-width: 991px) { .pro1-list .item-backdrop .iconfont { margin: 0 5px; font-size: 16px; font-size: 1.6rem; line-height: 26px; width: 26px; height: 26px; background-color: #0160F8; color: #fff; } }

@media screen and (max-width: 767px) { .pro1-list .item-backdrop .iconfont { margin: 0 2px; font-size: 13px; font-size: 1.3rem; line-height: 22px; width: 22px; height: 22px; } }

.pro1-list .item-body { padding: 15px 0 17px; }

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

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

.pro1-list .item-title { font-size: 20px; font-size: 2rem; line-height: 30px; height: 60px; font-family: "Poppins-Medium", arial; }

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

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

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

.pro1-list .item-btnbox { font-size: 0; letter-spacing: 0; margin-top: 11px; position: relative; }

.pro1-list .item-btnbox input { margin-right: 10px; display: inline-block; vertical-align: middle; }

@media screen and (max-width: 1219px) { .pro1-list .item-btnbox { margin-top: 5px; }
  .pro1-list .item-btnbox input { margin-right: 5px; } }

.pro1-list .item-btn { display: inline-block; vertical-align: middle; font-size: 18px; font-size: 1.8rem; line-height: 1.3; color: #0160F8; }

.pro1-list .item-btn:hover { text-decoration: underline; }

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

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

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

.slide-title { font-family: "Poppins-Bold", arial; font-size: 22px; font-size: 2.2rem; padding: 0 23px; line-height: 1.3; position: relative; margin-bottom: 15px; }

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

.slide-title a, .slide-title p { border-bottom: solid 1px #fff; display: block; color: #fff; padding: 33px 0 15px; position: relative; }

.slide-title a:hover { color: #49E2BB; }

.slide-title .iconfont { position: absolute; right: 0; top: 6px; font-size: 22px; font-size: 2.2rem; font-weight: normal; }

@media screen and (max-width: 1419px) { .slide-title { padding: 0 15px; }
  .slide-title a, .slide-title p { padding: 20px 0 15px; } }

@media screen and (max-width: 1219px) { .slide-title { padding: 0 10px; font-size: 20px; font-size: 2.0rem; }
  .slide-title a, .slide-title p { padding: 15px 0 10px; } }

@media screen and (max-width: 991px) { .slide-title { font-size: 18px; font-size: 1.8rem; }
  .slide-title a, .slide-title p { padding: 10px 0 8px; }
  .slide-title.slide-title1 { display: none; }
  .slide-title.slide-title2 { display: block; } }

/* proslide start */
.proslide { -moz-border-radius: 12px; border-radius: 12px; background-color: #0160F8; overflow: hidden; }

@media screen and (max-width: 1219px) { .proslide { -moz-border-radius: 6px; border-radius: 6px; } }

.proslide .slide-yiji { padding-bottom: 8px; }

@media screen and (max-width: 767px) { .proslide .slide-yiji { display: none; } }

.proslide .slide-yiji > li { -moz-border-radius: 8px; border-radius: 8px; width: 100%; padding: 0 23px; margin-bottom: 1px; }

@media screen and (max-width: 1419px) { .proslide .slide-yiji > li { padding: 0 15px; } }

@media screen and (max-width: 1219px) { .proslide .slide-yiji > li { padding: 0 10px; -moz-border-radius: 4px; border-radius: 4px; } }

.proslide .slide-yiji > li > a { display: block; font-size: 18px; font-size: 1.8rem; color: #fff; line-height: 30px; padding: 12px 20px 11px 22px; position: relative; }

.proslide .slide-yiji > li > a:before { position: absolute; content: '-'; left: 0; top: 12px; -webkit-transition: all .35s; -o-transition: all .35s; -moz-transition: all .35s; transition: all .35s; }

.proslide .slide-yiji > li > a:after { position: absolute; content: '>'; right: 0; top: 12px; -webkit-transition: all .35s; -o-transition: all .35s; -moz-transition: all .35s; transition: all .35s; }

@media screen and (max-width: 1419px) { .proslide .slide-yiji > li > a { font-size: 16px; font-size: 1.6rem; line-height: 24px; padding: 10px 20px; }
  .proslide .slide-yiji > li > a:before, .proslide .slide-yiji > li > a:after { top: 10px; } }

@media screen and (max-width: 1219px) { .proslide .slide-yiji > li > a { font-size: 14px; font-size: 1.4rem; line-height: 20px; padding: 6px 15px; }
  .proslide .slide-yiji > li > a:before, .proslide .slide-yiji > li > a:after { top: 6px; } }

.proslide .slide-yiji > li:hover, .proslide .slide-yiji > li.active { background-color: #49E2BB; }

.proslide .slide-yiji > li:hover > a, .proslide .slide-yiji > li.active > a { color: #0160F8; }

.proslide .slide-yiji > li:hover > a:after, .proslide .slide-yiji > li.active > a:after { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); }

.proslide .slide-erji { padding-bottom: 11px; }

.proslide .slide-erji > li > a { display: block; font-size: 16px; font-size: 1.6rem; color: #0160F8; line-height: 24px; padding: 7px 0 7px 22px; }

@media screen and (max-width: 1419px) { .proslide .slide-erji > li > a { font-size: 14px; font-size: 1.4rem; line-height: 20px; padding: 5px 0 5px 20px; } }

@media screen and (max-width: 1219px) { .proslide .slide-erji > li > a { font-size: 12px; font-size: 1.2rem; line-height: 20px; padding: 3px 0 3px 15px; } }

.proslide .slide-erji > li:hover > a, .proslide .slide-erji > li.active > a { text-decoration: underline; padding-left: 55px; }

@media screen and (max-width: 1419px) { .proslide .slide-erji > li:hover > a, .proslide .slide-erji > li.active > a { padding-left: 40px; } }

@media screen and (max-width: 1219px) { .proslide .slide-erji > li:hover > a, .proslide .slide-erji > li.active > a { padding-left: 30px; } }

/* proslide end */
.contact-slide { margin-top: 30px; -moz-border-radius: 12px; border-radius: 12px; background-color: #0160F8; overflow: hidden; }

@media screen and (max-width: 1219px) { .contact-slide { -moz-border-radius: 6px; border-radius: 6px; } }

.contact-slide .box-list { padding: 11px 23px 49px; font-size: 16px; font-size: 1.6rem; line-height: 24px; }

.contact-slide .box-list, .contact-slide .box-list a { color: #fff; }

.contact-slide .box-list a:hover { text-decoration: underline; }

.contact-slide .box-list li { margin-bottom: 15px; }

@media screen and (max-width: 1419px) { .contact-slide .box-list { padding: 10px 15px 30px; font-size: 14px; font-size: 1.4rem; }
  .contact-slide .box-list li { margin-bottom: 10px; } }

@media screen and (max-width: 1219px) { .contact-slide .box-list { padding: 0 10px 20px; font-size: 12px; font-size: 1.2rem; line-height: 20px; }
  .contact-slide .box-list li { margin-bottom: 5px; } }

/* tags-slide start */
.tags-slide { margin-top: 30px; -moz-border-radius: 12px; border-radius: 12px; background-color: #0160F8; overflow: hidden; }

@media screen and (max-width: 1219px) { .tags-slide { -moz-border-radius: 6px; border-radius: 6px; } }

.tags-slide .item-desc { padding: 7px 23px 41px; font-size: 16px; font-size: 1.6rem; line-height: 30px; }

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

.tags-slide .item-desc a:hover { text-decoration: underline; }

@media screen and (max-width: 1419px) { .tags-slide .item-desc { padding: 7px 15px 30px; font-size: 14px; font-size: 1.4rem; line-height: 24px; } }

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

/* tags-slide end*/
.pro1-box { background: -webkit-gradient(linear, left top, right top, from(#046AF4), to(#49E2BB)); background: -webkit-linear-gradient(left, #046AF4, #49E2BB); background: -moz-linear-gradient(left, #046AF4, #49E2BB); background: linear-gradient(90deg, #046AF4, #49E2BB); -moz-border-radius: 16px; border-radius: 16px; text-align: center; padding: 54px 15px 42px; margin-top: 70px; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; position: relative; overflow: hidden; }

.pro1-box:before { position: absolute; content: ''; top: 0; left: 0; width: 100%; height: 100%; background: -webkit-gradient(linear, left top, right top, from(#49E2BB), to(#046AF4)); background: -webkit-linear-gradient(left, #49E2BB, #046AF4); background: -moz-linear-gradient(left, #49E2BB, #046AF4); background: linear-gradient(90deg, #49E2BB, #046AF4); visibility: hidden; opacity: 0; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; }

.pro1-box:hover:before { visibility: visible; opacity: 1; }

.pro1-box:hover .item-btn { border-color: #fff !important; color: #0160F8 !important; }

.pro1-box:hover .item-btn:before { background-color: #fff; }

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

@media screen and (max-width: 1219px) { .pro1-box { margin-top: 50px; padding: 30px 15px; } }

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

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

.pro1-box .item-title { position: relative; font-size: 40px; font-size: 4rem; line-height: 1.7; margin-bottom: 28px; font-family: "Poppins-Medium", arial; }

.pro1-box .item-title, .pro1-box .item-title a { color: #fff; }

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

@media screen and (max-width: 1419px) { .pro1-box .item-title { font-size: 34px; font-size: 3.4rem; } }

@media screen and (max-width: 1219px) { .pro1-box .item-title { font-size: 28px; font-size: 2.8rem; line-height: 1.5; margin-bottom: 20px; } }

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

@media screen and (max-width: 767px) { .pro1-box .item-title { font-size: 18px; font-size: 1.8rem; line-height: 1.3; margin-bottom: 15px; } }

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

.pro1-box .item-btn { display: inline-block; padding: 0 10px; min-width: 177px; line-height: 41px; border: 2px solid #FFFFFF; -moz-border-radius: 23px; border-radius: 23px; font-size: 20px; font-size: 2rem; color: #fff; }

.pro1-box .item-btn:hover { background: #fff !important; color: #0160F8 !important; }

.pro1-box .item-btn:hover:before { background-color: #fff; }

@media screen and (max-width: 1419px) { .pro1-box .item-btn { font-size: 18px; font-size: 1.8rem; } }

@media screen and (max-width: 1219px) { .pro1-box .item-btn { font-size: 16px; font-size: 1.6rem; min-width: 160px; line-height: 36px; } }

@media screen and (max-width: 991px) { .pro1-box .item-btn { font-size: 14px; font-size: 1.4rem; min-width: 140px; line-height: 32px; } }

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

/*-------------1-1-products end------------------------------------------------------------*/
/*-------------1-2-products start----------------------------------------------------------*/
.m-prob1 .prob-pic { float: left; width: 52.26824%; margin-right: 2.16963%; }

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

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

.m-prob1 .prob-pic-big { position: relative; border: solid 1px #D1D1D1; padding-bottom: 99.62264%; }

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

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

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

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

.m-prob1 .prob-pic-big-img { display: block; line-height: 0; font-size: 0; position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

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

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

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

@media screen and (max-width: 1219px) { .m-prob1 .prob-pic-small { margin-top: 5px; } }

.m-prob1 .prob-pic-btn { display: none; position: absolute; top: 50%; margin-top: -7px; cursor: pointer; width: 26px; height: 26px; line-height: 26px; background-color: #17181A; background-color: rgba(23, 24, 26, 0.6); font-size: 16px; font-size: 1.6rem; color: #fff; text-align: center; z-index: 2; }

.m-prob1 .prob-pic-btn:hover { background-color: #0160F8; }

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

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

@media screen and (max-width: 1219px) { .m-prob1 .prob-pic-btn { margin-top: -13px; } }

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

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

.m-prob1 .prob-pic-list li { position: relative; float: left; margin-right: 0.01887%; width: 0.15094%; overflow: hidden; padding-top: 10px; }

.m-prob1 .prob-pic-list .item-videobox { display: none; width: 100%; overflow: hidden; position: absolute; left: 0; top: 0; height: 100%; z-index: 2; }

.m-prob1 .prob-pic-list .item-videobox .item-video { position: relative; overflow: hidden; padding-bottom: 97.5%; height: 0; }

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

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

@media screen and (max-width: 767px) { .m-prob1 .prob-pic-list .item-videobox { display: block; } }

.m-prob1 .prob-pic-item .item-pics, .m-prob1 .prob-pic-item .item-video { display: block; position: relative; border: 1px solid #D1D1D1; -moz-border-radius: 0; border-radius: 0; z-index: 1; padding-bottom: 97.5%; overflow: visible; }

.m-prob1 .prob-pic-item .item-pics:before, .m-prob1 .prob-pic-item .item-video:before { position: absolute; content: ''; width: 10px; height: 8px; top: -8px; background: url(../images/active.png) no-repeat top center; left: 50%; margin-left: -5px; display: none; }

.m-prob1 .prob-pic-item .item-pics img, .m-prob1 .prob-pic-item .item-video img { display: block; width: 100%; position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

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

.m-prob1 .prob-pic-item .item-pics.active:before, .m-prob1 .prob-pic-item .item-video.active:before { display: block; }

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

/* pro-info */
.pro-info { overflow: hidden; }

@media screen and (max-width: 1219px) { .pro-info { width: 100%; margin-top: 30px; } }

.pro-info > .item-title { font-family: "Poppins-Medium", arial; color: #333; font-size: 22px; font-size: 2.2rem; line-height: 1.3; margin-top: 52px; margin-bottom: 28px; }

@media screen and (max-width: 1419px) { .pro-info > .item-title { margin-top: 20px; margin-bottom: 15px; } }

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

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

.pro-info .item-desc { min-height: 210px; margin-bottom: 30px; font-size: 16px; font-size: 1.6rem; line-height: 30px; }

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

@media screen and (max-width: 1219px) { .pro-info .item-desc { min-height: auto; font-size: 16px; font-size: 1.6rem; line-height: 26px; } }

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

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

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

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

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

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

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

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

.pro-info .item-btnbox { margin-bottom: 46px; display: block; width: 100%; position: relative; }

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

@media screen and (max-width: 1219px) { .pro-info .item-btnbox { max-width: 300px; } }

@media screen and (max-width: 767px) { .pro-info .item-btnbox { margin-bottom: 15px; max-width: 200px; } }

.pro-info .item-btnbox > * { width: 100%; -moz-border-radius: 32px; border-radius: 32px; height: 64px; line-height: 64px; overflow: hidden; color: #fff; font-size: 0; letter-spacing: 0; }

.pro-info .item-btnbox > * > * { display: inline-block; vertical-align: middle; }

@media screen and (max-width: 1419px) { .pro-info .item-btnbox > * { height: 54px; line-height: 54px; } }

@media screen and (max-width: 1219px) { .pro-info .item-btnbox > * { height: 44px; line-height: 44px; } }

@media screen and (max-width: 767px) { .pro-info .item-btnbox > * { height: 34px; line-height: 34px; } }

.pro-info .item-btnbox > * .iconfont { font-size: 30px; font-size: 3rem; width: 64px; height: 64px; text-align: center; -moz-border-radius: 50%; border-radius: 50%; }

@media screen and (max-width: 1419px) { .pro-info .item-btnbox > * .iconfont { font-size: 26px; font-size: 2.6rem; width: 54px; height: 54px; } }

@media screen and (max-width: 1219px) { .pro-info .item-btnbox > * .iconfont { font-size: 22px; font-size: 2.2rem; width: 44px; height: 44px; } }

@media screen and (max-width: 767px) { .pro-info .item-btnbox > * .iconfont { font-size: 18px; font-size: 1.8rem; width: 34px; height: 34px; } }

.pro-info .item-btnbox > * strong { font-weight: normal; font-size: 18px; font-size: 1.8rem; }

@media screen and (max-width: 1419px) { .pro-info .item-btnbox > * strong { font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 1219px) { .pro-info .item-btnbox > * strong { font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 767px) { .pro-info .item-btnbox > * strong { font-size: 12px; font-size: 1.2rem; } }

.pro-info .item-btnbox .item-inquire { display: block; background-color: rgba(1, 96, 248, 0.5); }

.pro-info .item-btnbox .item-inquire:hover { background-color: #49E2BB; }

.pro-info .item-btnbox .item-cart { position: absolute; top: 0; width: 64px; right: 0; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; background-color: #0160F8; }

@media screen and (max-width: 1419px) { .pro-info .item-btnbox .item-cart { width: 54px; } }

@media screen and (max-width: 1219px) { .pro-info .item-btnbox .item-cart { width: 44px; } }

@media screen and (max-width: 767px) { .pro-info .item-btnbox .item-cart { width: 34px; } }

.pro-info .item-btnbox .item-cart:hover { width: -webkit-calc(100%); width: -moz-calc(100%); width: calc(100%); }

@media screen and (max-width: 1419px) { .pro-info .item-btnbox .item-cart:hover { width: -webkit-calc(100%); width: -moz-calc(100%); width: calc(100%); } }

@media screen and (max-width: 1219px) { .pro-info .item-btnbox .item-cart:hover { width: -webkit-calc(100%); width: -moz-calc(100%); width: calc(100%); } }

.pro-info .item-btnbox .item-cart .iconfont { background-color: #0160F8; }

.pro-info .item-next { display: block; width: 100%; line-height: 64px; background-color: #E1E1E1; -moz-border-radius: 32px; border-radius: 32px; text-align: center; font-size: 18px; font-size: 1.8rem; }

.pro-info .item-next:hover { background-color: #0160F8; color: #fff; }

@media screen and (max-width: 1419px) { .pro-info .item-next { line-height: 54px; font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 1219px) { .pro-info .item-next { line-height: 44px; font-size: 14px; font-size: 1.4rem; max-width: 300px; } }

@media screen and (max-width: 767px) { .pro-info .item-next { line-height: 34px; font-size: 12px; font-size: 1.2rem; max-width: 200px; } }

.line { margin-bottom: 63px; }

@media screen and (max-width: 1419px) { .line { margin-bottom: 50px; } }

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

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

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

.pro2-bar { background-color: #F2F2F2; text-align: center; padding: 21px 0; }

@media screen and (max-width: 1219px) { .pro2-bar { padding: 15px 0; } }

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

.pro2-bar .wp { font-size: 0; letter-spacing: 0; }

@media screen and (max-width: 767px) { .pro2-bar .wp { padding: 0 5px; } }

.pro2-bar .wp > a { display: inline-block; vertical-align: top; font-family: "Poppins-Bold", arial; margin-right: 98px; margin-top: 5px; margin-bottom: 5px; font-size: 18px; font-size: 1.8rem; line-height: 24px; position: relative; }

.pro2-bar .wp > a:before { position: absolute; content: ''; width: 1px; top: 2px; bottom: 2px; background-color: #D5D5D5; right: -49px; }

.pro2-bar .wp > a:last-child { margin-right: 0; }

.pro2-bar .wp > a:last-child:before { display: none; }

.pro2-bar .wp > a:hover { color: #0160F8; }

@media screen and (max-width: 1419px) { .pro2-bar .wp > a { margin-right: 60px; }
  .pro2-bar .wp > a:before { right: -30px; } }

@media screen and (max-width: 1219px) { .pro2-bar .wp > a { font-size: 16px; font-size: 1.6rem; margin-right: 40px; }
  .pro2-bar .wp > a:before { right: -20px; } }

@media screen and (max-width: 767px) { .pro2-bar .wp > a { margin-top: 3px; margin-bottom: 3px; font-size: 14px; font-size: 1.4rem; line-height: 20px; margin-right: 30px; }
  .pro2-bar .wp > a:before { right: -15px; } }

@media screen and (max-width: 480px) { .pro2-bar .wp > a { margin-right: 20px; }
  .pro2-bar .wp > a:before { right: -10px; } }

.pro2-content .box-content-item { padding-top: 100px; margin-top: -26px; }

@media screen and (max-width: 1419px) { .pro2-content .box-content-item { padding-top: 86px; } }

@media screen and (max-width: 1219px) { .pro2-content .box-content-item { padding-top: 76px; } }

@media screen and (max-width: 991px) { .pro2-content .box-content-item { padding-top: 66px; } }

@media screen and (max-width: 767px) { .pro2-content .box-content-item { padding-top: 56px; } }

.pro2-content .box-title { margin-bottom: 35px; font-size: 36px; font-size: 3.6rem; line-height: 1.3; text-align: center; }

.pro2-content .box-title strong { display: inline-block; font-weight: normal; position: relative; }

.pro2-content .box-title strong:before { position: absolute; content: ''; height: 10px; width: 100%; background-color: #0160F8; bottom: 5px; opacity: 0.8; z-index: -1; }

@media screen and (max-width: 1419px) { .pro2-content .box-title { font-size: 30px; font-size: 3rem; margin-bottom: 30px; }
  .pro2-content .box-title strong:before { height: 8px; bottom: 3px; } }

@media screen and (max-width: 1219px) { .pro2-content .box-title { font-size: 24px; font-size: 2.4rem; margin-bottom: 25px; }
  .pro2-content .box-title strong:before { height: 6px; bottom: 3px; } }

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

@media screen and (max-width: 767px) { .pro2-content .box-title { font-size: 18px; font-size: 1.8rem; margin-bottom: 15px; }
  .pro2-content .box-title strong:before { height: 4px; bottom: 0; } }

.pro2-content .box-spec { font-size: 18px; font-size: 1.8rem; line-height: 32px; }

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

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

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

.pro2-content .box-spec table { border-color: #d9d9d9; }

.pro2-content .box-spec table tr:nth-child(odd) { background-color: #d9d9d9; }

.pro2-content .box-spec table tr td { border-color: #d9d9d9; }

.pro2_wrap { padding-bottom: 60px; }

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

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

.like-box .item-bg img { display: block; width: 100%; }

.like-box .box-body { background: url(../images/bg8.jpg) no-repeat top center; background-size: 100% 100%; padding-bottom: 313px; }

@media screen and (max-width: 1219px) { .like-box .box-body { padding-bottom: 225px; } }

@media screen and (max-width: 991px) { .like-box .box-body { padding-bottom: 160px; } }

@media screen and (max-width: 767px) { .like-box .box-body { padding-bottom: 114px; } }

.like-box .box-title { font-family: "Poppins-Bold", arial; font-size: 32px; font-size: 3.2rem; line-height: 1.3; text-align: center; margin-bottom: -34px; top: -74px; position: relative; }

.like-box .box-title a:hover { color: #0160F8; }

@media screen and (max-width: 1619px) { .like-box .box-title { top: 0; margin-bottom: 40px; } }

@media screen and (max-width: 1419px) { .like-box .box-title { font-size: 28px; font-size: 2.8rem; } }

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

@media screen and (max-width: 991px) { .like-box .box-title { font-size: 20px; font-size: 2rem; margin-bottom: 20px; } }

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

.like-box .like-owl { position: relative; width: 101.71429%; margin-left: -0.85714%; }

@media screen and (max-width: 1519px) { .like-box .like-owl { padding: 0 20px; } }

@media screen and (max-width: 1219px) { .like-box .like-owl { padding: 0 13px; } }

@media screen and (max-width: 991px) { .like-box .like-owl { width: 100%; padding: 0 8px; } }

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

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

.like-box .like-owl .owl-btns .owl-btn { position: absolute; top: 50%; margin-top: -42px; display: inline-block; vertical-align: top; cursor: pointer; width: 48px; height: 48px; line-height: 46px; background: #FFFFFF; border: 1px dashed #999999; -moz-border-radius: 50%; border-radius: 50%; font-size: 14px; font-size: 1.4rem; color: #999; }

.like-box .like-owl .owl-btns .owl-btn:hover { background-color: #0160F8; border-color: #0160F8; color: #fff; }

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

@media screen and (max-width: 1219px) { .like-box .like-owl .owl-btns .owl-btn { width: 40px; height: 40px; line-height: 38px; margin-top: -38px; } }

@media screen and (max-width: 991px) { .like-box .like-owl .owl-btns .owl-btn { width: 30px; height: 30px; line-height: 28px; margin-top: -55px; } }

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

.like-box .like-owl .owl-btns .item-prev { left: -14px; }

@media screen and (max-width: 1519px) { .like-box .like-owl .owl-btns .item-prev { left: 0; } }

.like-box .like-owl .owl-btns .item-next { right: -14px; }

@media screen and (max-width: 1519px) { .like-box .like-owl .owl-btns .item-next { right: 0; } }

.like-box .like-owl .list-item { margin: 0 3.65169%; }

.like-box .like-owl .item-backdrop { padding: 10px; display: none; }

.like-box .like-owl .item-backdrop:before { background: rgba(1,96,248,0.5); }

.like-box .like-owl .item-backdrop .item-subt { max-width: 210px; margin: 0 auto; position: relative; font-size: 14px; font-size: 1.4rem; line-height: 26px; }

.like-box .like-owl .item-backdrop .item-subt, .like-box .like-owl .item-backdrop .item-subt a { color: #fff; }

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

.like-box .like-owl .item-body { text-align: center; }

.like-box .like-owl .item-title { margin-top: 15px; font-size: 16px; font-size: 1.6rem; line-height: 1.3; }

.like-box .like-owl .item-title, .like-box .like-owl .item-title a { color: #666; }

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

.like-box .like-owl .item-desc { display: none; margin-top: 6px; font-size: 14px; font-size: 1.4rem; line-height: 1.4; }

@media screen and (max-width: 991px) { .like-box .like-owl .item-desc { display: block; } }

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

.cart-box { z-index: 999; position: fixed; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); right: 63px; width: 102px; height: 102px; line-height: 102px; background-color: #ffe5e5; -moz-border-radius: 50%; border-radius: 50%; text-align: center; }

@media screen and (max-width: 1419px) { .cart-box { width: 88px; height: 88px; line-height: 88px; } }

@media screen and (max-width: 1219px) { .cart-box { width: 66px; height: 66px; line-height: 66px; } }

@media screen and (max-width: 991px) { .cart-box { width: 54px; height: 54px; line-height: 54px; } }

@media screen and (max-width: 767px) { .cart-box { width: 40px; height: 40px; line-height: 40px; right: 10px; } }

.cart-box .iconfont { display: block; font-size: 48px; font-size: 4.8rem; color: #FF0000; }

@media screen and (max-width: 1419px) { .cart-box .iconfont { font-size: 42px; font-size: 4.2rem; } }

@media screen and (max-width: 1219px) { .cart-box .iconfont { font-size: 36px; font-size: 3.6rem; } }

@media screen and (max-width: 991px) { .cart-box .iconfont { font-size: 30px; font-size: 3rem; } }

@media screen and (max-width: 767px) { .cart-box .iconfont { font-size: 24px; font-size: 2.4rem; } }

.cart-box .item-num { position: absolute; color: #FF0000; font-size: 20px; font-size: 2rem; line-height: 1; font-family: "Poppins-Medium", arial; right: -2px; top: 10px; }

@media screen and (max-width: 1419px) { .cart-box .item-num { font-size: 18px; font-size: 1.8rem; right: 0; } }

@media screen and (max-width: 1219px) { .cart-box .item-num { font-size: 16px; font-size: 1.6rem; top: 0; } }

@media screen and (max-width: 991px) { .cart-box .item-num { font-size: 14px; font-size: 1.4rem; } }

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

/*-------------1-2-products end------------------------------------------------------------*/
/*-------------1-3-products start----------------------------------------------------------*/
.pro3-list { font-size: 0; letter-spacing: 0; padding-bottom: 14px; }

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

.pro3-list .list-item { display: inline-block; vertical-align: top; width: 31.95266%; margin-left: 2.07101%; margin-bottom: 56px; padding: 10px 12px; background-color: #F2F2F2; position: relative; }

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

@media screen and (max-width: 1219px) { .pro3-list .list-item { padding: 8px; margin-bottom: 20px; } }

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

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

.pro3-list .item-pic { background-color: #fff; position: relative; }

.pro3-list .item-pic > a { display: block; position: relative; padding-bottom: 100%; }

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

@media screen and (max-width: 991px) { .pro3-list .item-backdrop { position: absolute; bottom: 0; left: 0; width: auto; display: inline-block; padding: 0 0 5px; }
  .pro3-list .item-backdrop .item-table, .pro3-list .item-backdrop .item-cell { display: inline; } }

.pro3-list .item-backdrop .item-cell { font-size: 0; letter-spacing: 0; }

.pro3-list .item-backdrop .iconfont { display: inline-block; vertical-align: middle; margin: 0 10px; position: relative; z-index: 2; color: #0160F8; font-size: 22px; font-size: 2.2rem; line-height: 46px; width: 46px; height: 46px; background: #FFFFFF; -moz-border-radius: 50%; border-radius: 50%; }

.pro3-list .item-backdrop .iconfont:hover { background-color: #49E2BB; color: #fff; }

@media screen and (max-width: 1219px) { .pro3-list .item-backdrop .iconfont { font-size: 18px; font-size: 1.8rem; line-height: 36px; width: 36px; height: 36px; } }

@media screen and (max-width: 991px) { .pro3-list .item-backdrop .iconfont { margin: 0 5px; font-size: 16px; font-size: 1.6rem; line-height: 26px; width: 26px; height: 26px; background-color: #0160F8; color: #fff; } }

@media screen and (max-width: 767px) { .pro3-list .item-backdrop .iconfont { margin: 0 2px; font-size: 13px; font-size: 1.3rem; line-height: 22px; width: 22px; height: 22px; } }

.pro3-list .item-body { padding: 15px 0; }

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

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

.pro3-list .item-title { font-size: 20px; font-size: 2rem; line-height: 30px; height: 60px; font-family: "Poppins-Medium", arial; }

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

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

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

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

.pro3-btns > * { display: inline-block; vertical-align: top; min-width: 31.95266%; line-height: 62px; background-color: #FFFFFF; border: 1px solid #0160F8; -moz-border-radius: 8px; border-radius: 8px; font-size: 20px; font-size: 2rem; text-align: center; color: #0160F8; padding: 0 15px; }

.pro3-btns > *:first-child { margin-right: 2.16963%; }

@media screen and (max-width: 1419px) { .pro3-btns > * { font-size: 18px; font-size: 1.8rem; line-height: 54px; } }

@media screen and (max-width: 1219px) { .pro3-btns > * { font-size: 16px; font-size: 1.6rem; line-height: 44px; } }

@media screen and (max-width: 991px) { .pro3-btns > * { font-size: 14px; font-size: 1.4rem; line-height: 34px; } }

@media screen and (max-width: 767px) { .pro3-btns > * { font-size: 12px; font-size: 1.2rem; line-height: 30px; } }

@media screen and (max-width: 480px) { .pro3-btns > * { min-width: auto; } }

/*-------------1-3-products end------------------------------------------------------------*/
/*-------------2-hot sale start------------------------------------------------------------*/
.page_banner { margin-bottom: 60px; }

.hot-list { font-size: 0; letter-spacing: 0; margin-left: 1px; margin-top: 1px; }

.hot-list .list-item { display: inline-block; vertical-align: top; width: 33.33333%; border: solid 1px #0160F8; margin-left: -1px; margin-top: -1px; }

@media screen and (max-width: 640px) { .hot-list .list-item { width: 50%; } }

.hot-list .item-box { position: relative; padding-bottom: 100%; overflow: hidden; }

@media screen and (max-width: 991px) { .hot-list .item-box { padding-bottom: 0; } }

.hot-list .item-box:hover .item-pic { right: -7.40741%; }

.hot-list .item-box:hover .item-pic .img1 { opacity: 0; visibility: hidden; }

.hot-list .item-box:hover .item-pic .img2 { opacity: 1; visibility: visible; }

.hot-list .item-box:hover .item-body { opacity: 1; visibility: visible; left: 0; }

.hot-list .item-pic { position: absolute; width: 84.375%; top: 7.8125%; right: 7.8125%; -webkit-transition: all .65s; -o-transition: all .65s; -moz-transition: all .65s; transition: all .65s; overflow: visible; }

@media screen and (max-width: 991px) { .hot-list .item-pic { position: relative; right: 0; top: 0; width: 100%; } }

.hot-list .item-pic a { position: relative; padding-bottom: 100%; display: block; }

.hot-list .item-pic img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; -webkit-transition: all .35s; -o-transition: all .35s; -moz-transition: all .35s; transition: all .35s; }

.hot-list .item-pic .img1 { opacity: 1; visibility: visible; }

.hot-list .item-pic .img2 { opacity: 0; visibility: hidden; }

.hot-list .item-body { position: absolute; left: -50px; top: 14.07407%; width: 70.37037%; padding: 0 6.48148%; opacity: 0; visibility: hidden; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; }

@media screen and (max-width: 1619px) { .hot-list .item-body { width: 74.07407%; top: 11.11111%; } }

@media screen and (max-width: 1419px) { .hot-list .item-body { top: 9.25926%; width: 70.37037%; padding: 0 3.7037%; } }

@media screen and (max-width: 991px) { .hot-list .item-body { position: relative; top: 0; width: 100%; padding: 15px; opacity: 1; visibility: visible; left: 0; } }

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

@media screen and (max-width: 480px) { .hot-list .item-body { padding: 15px 7px; } }

.hot-list .item-title { font-family: "Poppins-Bold", arial; font-size: 26px; font-size: 2.6rem; line-height: 44px; height: 88px; margin-bottom: 32px; }

@media screen and (max-width: 1619px) { .hot-list .item-title { font-size: 24px; font-size: 2.4rem; line-height: 36px; height: 72px; margin-bottom: 15px; } }

@media screen and (max-width: 1419px) { .hot-list .item-title { font-size: 20px; font-size: 2rem; line-height: 30px; height: 60px; margin-bottom: 10px; } }

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

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

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

.hot-list .item-desc { font-size: 18px; font-size: 1.8rem; line-height: 34px; height: 68px; max-width: 200px; margin-bottom: 35px; }

@media screen and (max-width: 1619px) { .hot-list .item-desc { line-height: 30px; height: 60px; margin-bottom: 20px; } }

@media screen and (max-width: 1419px) { .hot-list .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 26px; height: 52px; } }

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

@media screen and (max-width: 991px) { .hot-list .item-desc { max-width: 100%; } }

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

.hot-list .item-btnbox { display: block; width: 242px; position: relative; max-width: 100%; }

@media screen and (max-width: 1619px) { .hot-list .item-btnbox { width: 240px; } }

@media screen and (max-width: 1419px) { .hot-list .item-btnbox { width: 200px; } }

@media screen and (max-width: 1219px) { .hot-list .item-btnbox { width: 180px; } }

@media screen and (max-width: 991px) { .hot-list .item-btnbox { width: 170px; } }

@media screen and (max-width: 767px) { .hot-list .item-btnbox { width: 140px; } }

.hot-list .item-btnbox > * { width: 100%; -moz-border-radius: 28px; border-radius: 28px; height: 56px; line-height: 56px; overflow: hidden; color: #fff; font-size: 0; letter-spacing: 0; }

.hot-list .item-btnbox > * > * { display: inline-block; vertical-align: middle; }

@media screen and (max-width: 1419px) { .hot-list .item-btnbox > * { height: 48px; line-height: 48px; } }

@media screen and (max-width: 1219px) { .hot-list .item-btnbox > * { height: 40px; line-height: 40px; } }

@media screen and (max-width: 991px) { .hot-list .item-btnbox > * { height: 36px; line-height: 36px; } }

@media screen and (max-width: 767px) { .hot-list .item-btnbox > * { height: 30px; line-height: 30px; } }

.hot-list .item-btnbox > * .iconfont { font-size: 22px; font-size: 2.2rem; width: 56px; height: 56px; text-align: center; -moz-border-radius: 50%; border-radius: 50%; }

@media screen and (max-width: 1419px) { .hot-list .item-btnbox > * .iconfont { width: 48px; height: 48px; } }

@media screen and (max-width: 1219px) { .hot-list .item-btnbox > * .iconfont { font-size: 20px; font-size: 2rem; width: 40px; height: 40px; } }

@media screen and (max-width: 991px) { .hot-list .item-btnbox > * .iconfont { font-size: 18px; font-size: 1.8rem; width: 36px; height: 36px; } }

@media screen and (max-width: 767px) { .hot-list .item-btnbox > * .iconfont { font-size: 16px; font-size: 1.6rem; width: 30px; height: 30px; } }

.hot-list .item-btnbox > * strong { font-weight: normal; font-size: 18px; font-size: 1.8rem; }

@media screen and (max-width: 1419px) { .hot-list .item-btnbox > * strong { font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 1219px) { .hot-list .item-btnbox > * strong { font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 767px) { .hot-list .item-btnbox > * strong { font-size: 12px; font-size: 1.2rem; } }

.hot-list .item-btnbox .item-inquire { display: block; background-color: #81B4F9; }

.hot-list .item-btnbox .item-inquire:hover { background-color: #49E2BB; }

.hot-list .item-btnbox .item-cart { position: absolute; top: 0; width: 56px; right: 0; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; background-color: #0160F8; }

@media screen and (max-width: 1419px) { .hot-list .item-btnbox .item-cart { width: 48px; } }

@media screen and (max-width: 1219px) { .hot-list .item-btnbox .item-cart { width: 40px; } }

@media screen and (max-width: 991px) { .hot-list .item-btnbox .item-cart { width: 36px; } }

@media screen and (max-width: 767px) { .hot-list .item-btnbox .item-cart { width: 30px; } }

.hot-list .item-btnbox .item-cart:hover { width: -webkit-calc(100%); width: -moz-calc(100%); width: calc(100%); }

@media screen and (max-width: 1419px) { .hot-list .item-btnbox .item-cart:hover { width: -webkit-calc(100%); width: -moz-calc(100%); width: calc(100%); } }

@media screen and (max-width: 1219px) { .hot-list .item-btnbox .item-cart:hover { width: -webkit-calc(100%); width: -moz-calc(100%); width: calc(100%); } }

@media screen and (max-width: 991px) { .hot-list .item-btnbox .item-cart:hover { width: -webkit-calc(100%); width: -moz-calc(100%); width: calc(100%); } }

@media screen and (max-width: 767px) { .hot-list .item-btnbox .item-cart:hover { width: -webkit-calc(100%); width: -moz-calc(100%); width: calc(100%); } }

.hot-list .item-btnbox .item-cart .iconfont { background-color: #0160F8; }

.hot-box2 { background: -webkit-gradient(linear, left top, right top, from(#046AF4), to(#F7957B)); background: -webkit-linear-gradient(left, #046AF4, #F7957B); background: -moz-linear-gradient(left, #046AF4, #F7957B); background: linear-gradient(90deg, #046AF4, #F7957B); -moz-border-radius: 16px; border-radius: 16px; padding: 62px 5.71429% 70px; margin-top: 100px; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; position: relative; overflow: hidden; }

.hot-box2:before { position: absolute; content: ''; top: 0; left: 0; width: 100%; height: 100%; background: -webkit-gradient(linear, left top, right top, from(#F7957B), to(#046AF4)); background: -webkit-linear-gradient(left, #F7957B, #046AF4); background: -moz-linear-gradient(left, #F7957B, #046AF4); background: linear-gradient(90deg, #F7957B, #046AF4); visibility: hidden; opacity: 0; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; }

.hot-box2:hover:before { visibility: visible; opacity: 1; }

.hot-box2:hover .item-btn { background: #fff !important; color: #0160F8 !important; }

.hot-box2:hover .item-btn:before { background-color: #fff; }

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

@media screen and (max-width: 1419px) { .hot-box2 { margin-top: 70px; padding: 50 5.71429%; } }

@media screen and (max-width: 1219px) { .hot-box2 { margin-top: 50px; padding: 40px 5.71429%; } }

@media screen and (max-width: 991px) { .hot-box2 { margin-top: 40px; padding: 30px 15px; } }

@media screen and (max-width: 767px) { .hot-box2 { padding: 20px 15px 15px; margin-top: 30px; text-align: center; } }

.hot-box2 .item-title { position: relative; padding-right: 210px; font-size: 40px; font-size: 4rem; line-height: 1.7; font-family: "Poppins-Medium", arial; }

.hot-box2 .item-title, .hot-box2 .item-title a { color: #fff; }

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

@media screen and (max-width: 1419px) { .hot-box2 .item-title { font-size: 34px; font-size: 3.4rem; } }

@media screen and (max-width: 1219px) { .hot-box2 .item-title { font-size: 28px; font-size: 2.8rem; line-height: 1.5; padding-right: 160px; } }

@media screen and (max-width: 991px) { .hot-box2 .item-title { font-size: 22px; font-size: 2.2rem; padding-right: 140px; } }

@media screen and (max-width: 767px) { .hot-box2 .item-title { font-size: 18px; font-size: 1.8rem; line-height: 1.3; padding-right: 0; } }

@media screen and (max-width: 480px) { .hot-box2 .item-title { font-size: 16px; font-size: 1.6rem; } }

.hot-box2 .item-btn { text-align: center; position: absolute; right: 5.71429%; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); display: inline-block; padding: 0 10px; min-width: 205px; line-height: 43px; border: 1px solid #FFFFFF; -moz-border-radius: 23px; border-radius: 23px; font-size: 20px; font-size: 2rem; color: #fff; }

.hot-box2 .item-btn:hover { background: #fff !important; color: #0160F8 !important; }

.hot-box2 .item-btn:hover:before { background-color: #fff; }

@media screen and (max-width: 1419px) { .hot-box2 .item-btn { font-size: 18px; font-size: 1.8rem; } }

@media screen and (max-width: 1219px) { .hot-box2 .item-btn { font-size: 16px; font-size: 1.6rem; min-width: 160px; line-height: 36px; } }

@media screen and (max-width: 991px) { .hot-box2 .item-btn { font-size: 14px; font-size: 1.4rem; min-width: 140px; line-height: 32px; right: 15px; } }

@media screen and (max-width: 767px) { .hot-box2 .item-btn { right: auto; position: relative; top: 0; -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; transform: none; margin-top: 10px; font-size: 12px; font-size: 1.2rem; line-height: 26px; min-width: 120px; } }

/*-------------2-hot sale end--------------------------------------------------------------*/
/*-------------3-1-About us start----------------------------------------------------------*/
.about1-box1 { background: url(../images/bg22.jpg) no-repeat bottom center; padding-top: 62px; padding-bottom: 122px; }

@media screen and (max-width: 991px) { .about1-box1 { padding: 60px 0 80px; } }

@media screen and (max-width: 767px) { .about1-box1 { background-image: none; background-color: #0160F8; padding: 0 0 30px; } }

.about1-box1 .item-pic { display: none; }

@media screen and (max-width: 767px) { .about1-box1 .item-pic { display: block; margin-bottom: 20px; } }

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

.about1-box1 .box-list .list-item {text-align: center; -moz-border-radius: 52px 112px 52px 52px; border-radius: 52px 112px 52px 52px; position: relative; display: inline-block; vertical-align: top;-webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s;}

.about1-box1 .box-list .item1 { width: 184px; text-align: center;  padding: 41px 5px 45px; }


.about1-box1 .box-list .item1 .iconfont {  font-size: 93px; font-size: 9.3rem; bottom: 15px; }

.about1-box1 .box-list .list-item:hover{background: #FFFFFF; box-shadow: 0px 5px 20px 0px rgba(114, 69, 206, 0.5); -moz-border-radius: 52px 112px 52px 52px; border-radius: 52px 112px 52px 52px;}

.about1-box1 .box-list .list-item:hover .item-title, .about1-box1 .box-list .list-item:hover .item-num, .about1-box1 .box-list .list-item:hover .iconfont { color: #0160F8; }

.about1-box1 .box-list .list-item:hover .iconfont{opacity: 0.05;}

@media screen and (max-width: 991px) { .about1-box1 .box-list .item1 { width: 150px; padding: 35px 5px 40px; }
  .about1-box1 .box-list .item1 .iconfont { font-size: 80px; font-size: 8rem; bottom: 10px; } }

@media screen and (max-width: 767px) { .about1-box1 .box-list .item1 { width: 45%; max-width: 150px; padding: 25px 5px 30px; }
  .about1-box1 .box-list .item1 .iconfont { font-size: 70px; font-size: 7rem; bottom: 10px; } }

.about1-box1 .box-list .item2 { margin-left: 85px; padding: 41px 5px 45px; width: 194px; text-align: center; }

.about1-box1 .box-list .item2 .iconfont { font-size: 130px; font-size: 13rem; bottom: -14px; }

@media screen and (max-width: 1219px) { .about1-box1 .box-list .item2 { margin-left: 50px; }
  .about1-box1 .box-list .item2 .iconfont { font-size: 110px; font-size: 11rem; bottom: -10px; } }

@media screen and (max-width: 991px) { .about1-box1 .box-list .item2 { padding: 35px 5px 40px; width: 160px; }
  .about1-box1 .box-list .item2 .iconfont { font-size: 90px; font-size: 9rem; bottom: 0px; } }

@media screen and (max-width: 767px) { .about1-box1 .box-list .item2 { width: 45%; margin-left: 5%; max-width: 160px; padding: 25px 5px 30px; }
  .about1-box1 .box-list .item2 .iconfont { font-size: 80px; font-size: 8rem; bottom: 0; } }

.about1-box1 .box-list .item3 { padding: 62px 15px 70px; width: 235px; margin-left: 125px; }

.about1-box1 .box-list .item3 .iconfont { font-size: 120px; font-size: 12rem; }

.about1-box1 .box-list .item3 .item-num { margin-bottom: 16px; }

@media screen and (max-width: 1419px) { .about1-box1 .box-list .item3 { margin-left: 80px; } }

@media screen and (max-width: 1219px) { .about1-box1 .box-list .item3 { margin-left: 50px; width: 220px; padding: 50px 15px 60px; }
  .about1-box1 .box-list .item3 .iconfont { font-size: 110px; font-size: 11rem; } }

@media screen and (max-width: 991px) { .about1-box1 .box-list .item3 { padding: 40px 15px 50px; width: 170px; }
  .about1-box1 .box-list .item3 .iconfont { font-size: 90px; font-size: 9rem; } }

@media screen and (max-width: 767px) { .about1-box1 .box-list .item3 { width: 45%; margin-left: 5%; max-width: 180px; padding: 30px 10px 40px; }
  .about1-box1 .box-list .item3 .iconfont { font-size: 80px; font-size: 8rem; } }

.about1-box1 .box-list .item4 { padding: 58px 15px 70px; width: 320px; margin-left: 70px; }

.about1-box1 .box-list .item4 .iconfont { font-size: 116px; font-size: 11.6rem; bottom: 15px; }

.about1-box1 .box-list .item4 .item-num { margin-bottom: 16px; }

@media screen and (max-width: 1219px) { .about1-box1 .box-list .item4 { width: 290px; margin-left: 30px; padding: 50px 15px 60px; }
  .about1-box1 .box-list .item4 .iconfont { font-size: 110px; font-size: 11rem; } }

@media screen and (max-width: 991px) { .about1-box1 .box-list .item4 { margin-left: 20px; padding: 40px 15px 50px; width: 270px; }
  .about1-box1 .box-list .item4 .iconfont { font-size: 90px; font-size: 9rem; } }

@media screen and (max-width: 767px) { .about1-box1 .box-list .item4 { width: 45%; margin-left: 5%; max-width: 250px; padding: 30px 10px 40px; }
  .about1-box1 .box-list .item4 .iconfont { font-size: 80px; font-size: 8rem; } }

.about1-box1 .box-list .iconfont { opacity: 0.1; color: #fff; position: absolute; bottom: 0; left: 50%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); line-height: 1; display: block; }

.about1-box1 .box-list .item-num { font-family: "Poppins-Bold", arial; color: #fff; font-size: 56px; font-size: 5.6rem; line-height: 1; margin-bottom: 22px; }

@media screen and (max-width: 1219px) { .about1-box1 .box-list .item-num { font-size: 46px; font-size: 4.6rem; margin-bottom: 10px !important; } }

@media screen and (max-width: 991px) { .about1-box1 .box-list .item-num { font-size: 36px; font-size: 3.6rem; margin-bottom: 5px !important; } }

@media screen and (max-width: 767px) { .about1-box1 .box-list .item-num { font-size: 30px; font-size: 3rem; } }

.about1-box1 .box-list .item-title { font-size: 20px; font-size: 2rem; font-family: "Poppins-Medium", arial; line-height: 1.3; color: #fff; }

@media screen and (max-width: 1219px) { .about1-box1 .box-list .item-title { font-size: 18px; font-size: 1.8rem; } }

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

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

.about1-box2 { padding: 80px 0 80px; }

@media screen and (max-width: 991px) { .about1-box2 { padding: 35px 0; } }

@media screen and (max-width: 767px) { .about1-box2 { padding: 20px 0; } }

.fac-pmd { width: 100%; overflow: hidden; position: relative; }

.fac-pmd .box-list li { width: 34.64286%; }

@media screen and (max-width: 480px) { .fac-pmd .box-list li { width: 55%; } }

.fac-pmd .box-list .item-box { padding-right: 11.34021%; padding-top: 25px; padding-bottom: 25px; }

@media screen and (max-width: 480px) { .fac-pmd .box-list .item-box { padding-right: 9.09091%; } }

.fac-pmd .box-list .item-body { -moz-border-radius: 20px 80px 20px 20px; border-radius: 20px 80px 20px 20px; overflow: hidden; position: relative; box-shadow: 0 6px 20px rgba(1, 96, 248, 0.29); }

@media screen and (max-width: 991px) { .fac-pmd .box-list .item-body { -moz-border-radius: 15px 60px 15px 15px; border-radius: 15px 60px 15px 15px; } }

@media screen and (max-width: 480px) { .fac-pmd .box-list .item-body { -moz-border-radius: 15px 40px 15px 15px; border-radius: 15px 40px 15px 15px; } }

.fac-pmd .box-list .item-title { position: absolute; bottom: 0; left: 0; width: 100%; background-color: #0160F8; background-color: rgba(1, 96, 248, 0.8); font-size: 22px; font-size: 2.2rem; color: #fff; line-height: 1.3; padding: 14px 30px; }

@media screen and (max-width: 1419px) { .fac-pmd .box-list .item-title { font-size: 18px; font-size: 1.8rem; padding: 14px 20px; } }

@media screen and (max-width: 1219px) { .fac-pmd .box-list .item-title { font-size: 16px; font-size: 1.6rem; padding: 10px 15px; } }

@media screen and (max-width: 991px) { .fac-pmd .box-list .item-title { font-size: 14px; font-size: 1.4rem; padding: 8px 10px; } }

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

@media screen and (max-width: 480px) { .fac-pmd .box-list .item-title { position: relative; padding: 6px 8px; } }

.about1-box3 { background: url(../images/bg23.jpg) no-repeat center; background-size: 100% 100%; padding: 124px 0 127px; margin-bottom: 93px; position: relative;}

.about1-box3:before { position: absolute; content: ''; top: 0; left: 0; width: 100%; height: 100%; background: url(../images/bg23_1.jpg) no-repeat center; background-size: 100% 100%; visibility: hidden; opacity: 0; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; }

.about1-box3:hover:before { visibility: visible; opacity: 1; }

.about1-box3:hover .item-btn{background-color: transparent!important; border-color: #fff!important; color: #fff!important;}

@media screen and (max-width: 1419px) { .about1-box3 { padding: 100px 0; } }

@media screen and (max-width: 1219px) { .about1-box3 { padding: 70px 0; margin-bottom: 70px; } }

@media screen and (max-width: 991px) { .about1-box3 { padding: 60px 0 50px; background-size: auto 100%; margin-bottom: 50px; } }

@media screen and (max-width: 767px) { .about1-box3 { padding: 50px 0 30px; margin-bottom: 30px; } }

.about1-box3 .wp { position: relative; padding-right: 300px; }

@media screen and (max-width: 1419px) { .about1-box3 .wp { padding-right: 220px; } }

@media screen and (max-width: 1219px) { .about1-box3 .wp { padding-right: 180px; } }

@media screen and (max-width: 991px) { .about1-box3 .wp { padding-right: 160px; } }

@media screen and (max-width: 767px) { .about1-box3 .wp { padding-right: 0; } }

.about1-box3 .item-title { position: relative; font-size: 46px; font-size: 4.6rem; line-height: 1.7; font-family: "Poppins-Medium", arial; }

.about1-box3 .item-title, .about1-box3 .item-title a { color: #fff; }

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

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

@media screen and (max-width: 1219px) { .about1-box3 .item-title { font-size: 30px; font-size: 3rem; line-height: 1.5; } }

@media screen and (max-width: 991px) { .about1-box3 .item-title { font-size: 24px; font-size: 2.4rem; } }

@media screen and (max-width: 767px) { .about1-box3 .item-title { font-size: 20px; font-size: 2rem; line-height: 1.3; } }

.about1-box3 .item-desc { margin-top: 4px; font-size: 18px; font-size: 1.8rem; line-height: 1.5; color: #fff; }

@media screen and (max-width: 1219px) { .about1-box3 .item-desc { font-size: 16px; font-size: 1.6rem; } }

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

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

.about1-box3 .item-btn { text-align: center; position: absolute; right: 0; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); display: inline-block; padding: 0 10px; min-width: 280px; line-height: 78px; background-color: #fff; border: 1px solid #FFFFFF; -moz-border-radius: 40px; border-radius: 40px; font-size: 20px; font-size: 2rem; color: #0160F8; }

@media screen and (max-width: 1419px) { .about1-box3 .item-btn { font-size: 18px; font-size: 1.8rem; min-width: 200px; line-height: 58px; } }

@media screen and (max-width: 1219px) { .about1-box3 .item-btn { font-size: 16px; font-size: 1.6rem; min-width: 160px; line-height: 36px; } }

@media screen and (max-width: 991px) { .about1-box3 .item-btn { font-size: 14px; font-size: 1.4rem; min-width: 140px; line-height: 32px; } }

@media screen and (max-width: 767px) { .about1-box3 .item-btn { right: auto; position: relative; top: 0; -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; transform: none; margin-top: 20px; font-size: 12px; font-size: 1.2rem; line-height: 26px; min-width: 120px; } }

.about1-box4 { overflow: hidden; margin-bottom: 75px; }

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

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

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

.about1-box4 .box-top { position: relative; min-height: 281px; margin-bottom: 47px; }

@media screen and (max-width: 1219px) { .about1-box4 .box-top { min-height: 240px; } }

@media screen and (max-width: 991px) { .about1-box4 .box-top { min-height: 200px; } }

@media screen and (max-width: 767px) { .about1-box4 .box-top { min-height: 140px; margin-bottom: 30px; } }

@media screen and (max-width: 480px) { .about1-box4 .box-top { min-height: 110px; } }

.about1-box4 .box-top .item-pic { position: absolute; width: 281px; left: -20px; top: 0; }

.about1-box4 .box-top .item-pic img { display: block; width: 100%; }

@media screen and (max-width: 1419px) { .about1-box4 .box-top .item-pic { left: 0; } }

@media screen and (max-width: 1219px) { .about1-box4 .box-top .item-pic { width: 240px; } }

@media screen and (max-width: 991px) { .about1-box4 .box-top .item-pic { width: 200px; } }

@media screen and (max-width: 767px) { .about1-box4 .box-top .item-pic { width: 140px; } }

@media screen and (max-width: 480px) { .about1-box4 .box-top .item-pic { width: 110px; left: -15px; } }

.about1-box4 .box-top .item-title { position: relative; z-index: 2; font-size: 46px; font-size: 4.6rem; line-height: 1.3; font-family: "Poppins-Medium", arial; margin-left: 58px; margin-top: 75px; color: #3C444A; }

@media screen and (max-width: 1419px) { .about1-box4 .box-top .item-title { font-size: 38px; font-size: 3.8rem; margin-left: 80px; } }

@media screen and (max-width: 1219px) { .about1-box4 .box-top .item-title { font-size: 30px; font-size: 3rem; margin-top: 60px; } }

@media screen and (max-width: 991px) { .about1-box4 .box-top .item-title { font-size: 24px; font-size: 2.4rem; margin-top: 30px; } }

@media screen and (max-width: 767px) { .about1-box4 .box-top .item-title { font-size: 20px; font-size: 2rem; margin-left: 50px; margin-top: 25px; } }

@media screen and (max-width: 480px) { .about1-box4 .box-top .item-title { margin-top: 15px; margin-left: 35px; } }

.about1-box4 .box-top .item-desc { position: relative; z-index: 2; margin-left: 325px; margin-top: 15px; font-size: 18px; font-size: 1.8rem; line-height: 34px; color: #666; }

@media screen and (max-width: 1419px) { .about1-box4 .box-top .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 30px; margin-left: 300px; } }

@media screen and (max-width: 1219px) { .about1-box4 .box-top .item-desc { font-size: 14px; font-size: 1.4rem; margin-top: 10px; line-height: 26px; margin-left: 250px; } }

@media screen and (max-width: 991px) { .about1-box4 .box-top .item-desc { margin-left: 200px; line-height: 22px; margin-top: 5px; } }

@media screen and (max-width: 767px) { .about1-box4 .box-top .item-desc { font-size: 12px; font-size: 1.2rem; line-height: 20px; margin-left: 140px; margin-top: 0; } }

@media screen and (max-width: 480px) { .about1-box4 .box-top .item-desc { margin-left: 100px; line-height: 1.5; } }

.his-owl { float: right; width: -webkit-calc(50% + 700px + 164px); width: -moz-calc(50% + 700px + 164px); width: calc(50% + 700px + 164px); margin-right: -83px; position: relative; }

.his-owl, .his-owl * { cursor: url(../images/drag.png), pointer !important; }

@media screen and (max-width: 1419px) { .his-owl { width: -webkit-calc(50% + 600px + 60px); width: -moz-calc(50% + 600px + 60px); width: calc(50% + 600px + 60px); margin-right: -30px; } }

@media screen and (max-width: 1219px) { .his-owl { width: -webkit-calc(50% + 480px + 30px); width: -moz-calc(50% + 480px + 30px); width: calc(50% + 480px + 30px); margin-right: -15px; } }

@media screen and (max-width: 991px) { .his-owl { width: -webkit-calc(50% + 360px + 30px); width: -moz-calc(50% + 360px + 30px); width: calc(50% + 360px + 30px); margin-right: -15px; } }

@media screen and (max-width: 767px) { .his-owl { width: -webkit-calc(100% - 15px + 20px); width: -moz-calc(100% - 15px + 20px); width: calc(100% - 15px + 20px); margin-right: -10px; } }

.his-owl:before { position: absolute; content: ''; top: 0; bottom: 0; width: 82px; background-color: #fff; left: 0; z-index: 1; }

@media screen and (max-width: 1419px) { .his-owl:before { width: 30px; } }

@media screen and (max-width: 1219px) { .his-owl:before { width: 15px; } }

@media screen and (max-width: 767px) { .his-owl:before { width: 10px; } }

.his-owl .list-item { text-align: center; margin: 0 82px; }

@media screen and (max-width: 1419px) { .his-owl .list-item { margin: 0 30px; } }

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

@media screen and (max-width: 767px) { .his-owl .list-item { margin: 0 10px; } }

.his-owl .item-box { width: 100%; max-width: 210px; margin: 0 auto; }

@media screen and (max-width: 767px) { .his-owl .item-box { max-width: 180px; } }

@media screen and (max-width: 480px) { .his-owl .item-box { max-width: 140px; } }

.his-owl .item-pic { position: relative; padding-bottom: 100%; -moz-border-radius: 12px; border-radius: 12px; }

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

.his-owl .item-num { font-family: "Poppins-Bold", arial; font-size: 32px; font-size: 3.2rem; line-height: 1; color: #0160F8; margin-top: 28px; position: relative; padding-bottom: 32px; }

@media screen and (max-width: 1419px) { .his-owl .item-num { padding-bottom: 25px; } }

@media screen and (max-width: 1219px) { .his-owl .item-num { font-size: 28px; font-size: 2.8rem; padding-bottom: 20px; } }

@media screen and (max-width: 991px) { .his-owl .item-num { font-size: 24px; font-size: 2.4rem; padding-bottom: 15px; margin-top: 20px; } }

@media screen and (max-width: 767px) { .his-owl .item-num { font-size: 20px; font-size: 2rem; padding-bottom: 10px; margin-top: 15px; } }

.his-owl .item-num:before { position: absolute; content: ''; height: 1px; bottom: 0; background-color: #0160F8; left: -82px; right: -82px; }

@media screen and (max-width: 1419px) { .his-owl .item-num:before { left: -30px; right: -30px; } }

@media screen and (max-width: 1219px) { .his-owl .item-num:before { left: -15px; right: -15px; } }

@media screen and (max-width: 767px) { .his-owl .item-num:before { left: -10px; right: -10px; } }

.his-owl .item-num:after { position: absolute; content: ''; width: 16px; height: 16px; background-color: #0160F8; -moz-border-radius: 50%; border-radius: 50%; bottom: -7px; left: 50%; -webkit-transform: translateX(-8px); -moz-transform: translateX(-8px); -ms-transform: translateX(-8px); -o-transform: translateX(-8px); transform: translateX(-8px); }

@media screen and (max-width: 767px) { .his-owl .item-num:after { width: 11px; height: 11px; bottom: -5px; } }

.his-owl .owl-item:first-child .item-num:before { left: -webkit-calc(50% - 24px); left: -moz-calc(50% - 24px); left: calc(50% - 24px); }

.his-owl .owl-item:last-child .item-num:before { right: -webkit-calc(50% - 24px); right: -moz-calc(50% - 24px); right: calc(50% - 24px); }

.his-owl .item-desc { margin-top: 46px; font-size: 16px; font-size: 1.6rem; line-height: 30px; color: #333; }

@media screen and (max-width: 1419px) { .his-owl .item-desc { line-height: 26px; margin-top: 40px; } }

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

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

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

@media screen and (max-width: 480px) { .his-owl .item-desc { line-height: 1.5; } }

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

.about-item .item-title { font-family: "Poppins-Medium", arial; font-size: 46px; font-size: 4.6rem; line-height: 1.3; color: #3C444A; }

@media screen and (max-width: 1419px) { .about-item .item-title { font-size: 40px; font-size: 4rem; } }

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

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

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

.about-item .item-desc { margin-top: 5px; font-size: 18px; font-size: 1.8rem; line-height: 34px; }

@media screen and (max-width: 1419px) { .about-item .item-desc { font-size: 16px; font-size: 1.6rem; margin-top: 15px; } }

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

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

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

.about1-box5 { background-color: #F5F8FA; padding: 71px 0 80px; margin-bottom: 70px; }

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

@media screen and (max-width: 991px) { .about1-box5 { padding: 50px 0; margin-bottom: 50px; } }

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

.about1-box5 .about-item { margin-bottom: 37px; }

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

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

.about1-box5 .map-item { position: relative; }

.about1-box5 .map-item, .about1-box5 .map-item * { cursor: url(../images/point2.png), pointer !important; }

.about1-box5 .map-item .dot { position: absolute; width: 1.28023%; display: none!important; }

.about1-box5 .map-item .dot img { display: block; width: 100%; }
.about1-box5 .map-item .dot:hover .item-txt { display: block; }

.about1-box5 .map-item .item-txt { position: absolute; display: none; text-align: center; -moz-border-radius: 5px; border-radius: 5px; line-height: 20px; padding: 15px 5px; background-color: #0160F8; min-width: 1322.22222%; font-size: 16px; font-size: 1.6rem; color: #fff; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); left: 100%; margin-left: 10px; z-index: 3; }

@media screen and (max-width: 1419px) { .about1-box5 .map-item .item-txt { padding: 12px 5px; } }

@media screen and (max-width: 1219px) { .about1-box5 .map-item .item-txt { font-size: 14px; font-size: 1.4rem; padding: 8px 5px; } }

@media screen and (max-width: 991px) { .about1-box5 .map-item .item-txt { padding: 5px; min-width: -webkit-max-content; min-width: -moz-max-content; min-width: max-content; } }

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

@media screen and (max-width: 480px) { .about1-box5 .map-item .item-txt { font-size: 10px; font-size: 1rem; line-height: 1.2; padding: 3px; } }

.about1-box5 .map-item .dot1 { top: 26.48402%; left: 17.92319%; }

.about1-box5 .map-item .dot2 { top: 36.07306%; left: 20.48364%; }

.about1-box5 .map-item .dot3 { top: 23.74429%; left: 47.79516%; }

.about1-box5 .map-item .dot4 { top: 33.18113%; left: 47.65292%; }

.about1-box5 .map-item .dot5 { top: 29.22374%; left: 49.07539%; }

.about1-box5 .map-item .dot6 { top: 25.11416%; left: 51.06686%; }

.about1-box5 .map-item .dot7 { top: 26.48402%; left: 52.84495%; }

.about1-box5 .map-item .dot8 { top: 23.74429%; left: 55.54765%; }

.about1-box5 .map-item .dot9 { top: 33.18113%; left: 84.28165%; }

.about1-box5 .map-item .dot9 .item-txt { left: unset; right: 100%; margin-right: 10px; margin-left: 0; }

.about1-box5 .map-item .dot10 { top: 77.01674%; left: 86.77098%; }

.about1-box5 .map-item .dot10 .item-txt { left: unset; right: 100%; margin-right: 10px; margin-left: 0; }

.about1-box7 { padding: 70px 0 56px; background: url(../images/bg25.jpg) no-repeat center 8px; background-size: 100%; }

@media screen and (max-width: 1219px) { .about1-box7 { padding: 60px 0 56px; } }

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

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

.about1-box7 .about-item { margin-bottom: 64px; }

@media screen and (max-width: 1419px) { .about1-box7 .about-item { margin-bottom: 50px; } }

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

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

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

.about1-box7 .about-item .item-desc { margin-top: 5px; font-size: 16px; font-size: 1.6rem; line-height: 34px; }

@media screen and (max-width: 1419px) { .about1-box7 .about-item .item-desc { font-size: 16px; font-size: 1.6rem; margin-top: 15px; } }

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

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

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

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

.about1-box7 .box-list .list-item { display: inline-block; vertical-align: top; width: 18.57143%; margin-left: 1.78571%; margin-bottom: 21px; }

@media screen and (max-width: 991px) { .about1-box7 .box-list .list-item { width: 23%; margin-left: 1% !important; margin-right: 1%; margin-bottom: 15px; } }

@media screen and (max-width: 767px) { .about1-box7 .box-list .list-item { margin-bottom: 10px; } }

@media screen and (max-width: 640px) { .about1-box7 .box-list .list-item { width: 31.33%; } }

@media screen and (max-width: 400px) { .about1-box7 .box-list .list-item { width: 48%; } }

.about1-box7 .box-list .item-pic { border: solid 1px #CDCDCD; }

.about1-box6 { overflow: hidden; background: url(../images/bg24.jpg) no-repeat center 28%; background-size: 100%; }

.about1-box6 .about-item { text-align: left; padding-right: 50%; }

@media screen and (max-width: 991px) { .about1-box6 .about-item { padding-right: 30%; } }

@media screen and (max-width: 767px) { .about1-box6 .about-item { padding-right: 80px; } }

.about1-box6 .about-item .item-desc { margin-top: 26px; font-size: 16px; font-size: 1.6rem; }

@media screen and (max-width: 1419px) { .about1-box6 .about-item .item-desc { margin-top: 12px; font-size: 16px; font-size: 1.6rem; } }

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

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

.ex-owl { position: relative; }

.ex-owl:before { position: absolute; content: ''; bottom: 0; height: 46%; left: -webkit-calc(50% - 700px - 48px); left: -moz-calc(50% - 700px - 48px); left: calc(50% - 700px - 48px); right: 28px; background-color: #EFF3FE; -moz-border-radius: 46px; border-radius: 46px; }

@media screen and (max-width: 1419px) { .ex-owl:before { left: -webkit-calc(50% - 600px - 48px); left: -moz-calc(50% - 600px - 48px); left: calc(50% - 600px - 48px); } }

@media screen and (max-width: 1219px) { .ex-owl:before { left: -webkit-calc(50% - 480px - 30px); left: -moz-calc(50% - 480px - 30px); left: calc(50% - 480px - 30px); -moz-border-radius: 30px; border-radius: 30px; } }

@media screen and (max-width: 991px) { .ex-owl:before { left: -webkit-calc(50% - 360px - 20px); left: -moz-calc(50% - 360px - 20px); left: calc(50% - 360px - 20px); -moz-border-radius: 20px; border-radius: 20px; right: 30px; } }

@media screen and (max-width: 767px) { .ex-owl:before { left: 5px; right: 15px; -moz-border-radius: 10px; border-radius: 10px; } }

.ex-owl .owl-carousel { float: right; width: -webkit-calc(50% + 700px + 62px + 145px); width: -moz-calc(50% + 700px + 62px + 145px); width: calc(50% + 700px + 62px + 145px); margin-right: -176px; position: relative; }

@media screen and (max-width: 1419px) { .ex-owl .owl-carousel { width: -webkit-calc(50% + 600px + 40px + 145px); width: -moz-calc(50% + 600px + 40px + 145px); width: calc(50% + 600px + 40px + 145px); margin-right: -165px; } }

@media screen and (max-width: 1219px) { .ex-owl .owl-carousel { width: -webkit-calc(50% + 480px + 30px + 120px); width: -moz-calc(50% + 480px + 30px + 120px); width: calc(50% + 480px + 30px + 120px); margin-right: -135px; } }

@media screen and (max-width: 991px) { .ex-owl .owl-carousel { width: -webkit-calc(50% + 360px + 30px + 100px); width: -moz-calc(50% + 360px + 30px + 100px); width: calc(50% + 360px + 30px + 100px); margin-right: -115px; } }

@media screen and (max-width: 767px) { .ex-owl .owl-carousel { width: -webkit-calc(100% - 15px + 20px + 100px); width: -moz-calc(100% - 15px + 20px + 100px); width: calc(100% - 15px + 20px + 100px); margin-right: -110px; } }

.ex-owl .owl-wrapper-outer { padding: 70px 0 103px; }

@media screen and (max-width: 1219px) { .ex-owl .owl-wrapper-outer { padding: 50px 0 70px; } }

@media screen and (max-width: 991px) { .ex-owl .owl-wrapper-outer { padding: 40px 0 50px; } }

@media screen and (max-width: 767px) { .ex-owl .owl-wrapper-outer { padding: 20px 0 30px; } }

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

.ex-owl .owl-btns { font-size: 0; letter-spacing: 0; top: -87px; position: absolute; right: -webkit-calc(50% - 700px); right: -moz-calc(50% - 700px); right: calc(50% - 700px); }

@media screen and (max-width: 1419px) { .ex-owl .owl-btns { top: -65px; right: -webkit-calc(50% - 600px); right: -moz-calc(50% - 600px); right: calc(50% - 600px); } }

@media screen and (max-width: 1219px) { .ex-owl .owl-btns { top: -50px; right: -webkit-calc(50% - 480px); right: -moz-calc(50% - 480px); right: calc(50% - 480px); } }

@media screen and (max-width: 991px) { .ex-owl .owl-btns { top: -45px; right: -webkit-calc(50% - 360px); right: -moz-calc(50% - 360px); right: calc(50% - 360px); } }

@media screen and (max-width: 767px) { .ex-owl .owl-btns { top: -35px; right: 15px; } }

.ex-owl .owl-btns .owl-btn { display: inline-block; vertical-align: top; cursor: pointer; width: 80px; height: 80px; line-height: 78px; text-align: center; background: #FFFFFF; border: 1px dashed #999999; -moz-border-radius: 50%; border-radius: 50%; font-size: 22px; font-size: 2.2rem; color: #888; }

.ex-owl .owl-btns .owl-btn:hover { background-color: #0160F8; border-color: #0160F8; color: #fff; }

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

@media screen and (max-width: 1419px) { .ex-owl .owl-btns .owl-btn { width: 60px; height: 60px; line-height: 58px; } }

@media screen and (max-width: 1219px) { .ex-owl .owl-btns .owl-btn { width: 50px; height: 50px; line-height: 48px; font-size: 18px; font-size: 1.8rem; } }

@media screen and (max-width: 991px) { .ex-owl .owl-btns .owl-btn { width: 40px; height: 40px; line-height: 38px; font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 767px) { .ex-owl .owl-btns .owl-btn { width: 30px; height: 30px; line-height: 28px; font-size: 14px; font-size: 1.4rem; } }

.ex-owl .owl-btns .item-prev { margin-right: 29px; }

@media screen and (max-width: 1219px) { .ex-owl .owl-btns .item-prev { margin-right: 15px; } }

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

.ex-owl .list-item { margin: 0 31px; position: relative; background: #FFFFFF; box-shadow: 0px 6px 20px 0px rgba(4, 106, 244, 0.15); -moz-border-radius: 12px 80px 12px 12px; border-radius: 12px 80px 12px 12px; padding: 20px 20px 47px; }

@media screen and (max-width: 1419px) { .ex-owl .list-item { margin: 0 20px; padding: 15px 15px 30px; } }

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

@media screen and (max-width: 991px) { .ex-owl .list-item { padding: 12px 12px 20px; -moz-border-radius: 12px 60px 12px 12px; border-radius: 12px 60px 12px 12px; } }

@media screen and (max-width: 767px) { .ex-owl .list-item { margin: 0 10px; box-shadow: 0px 5px 10px 0px rgba(4, 106, 244, 0.15); padding: 8px 8px 15px; } }

.ex-owl .item-pic { -moz-border-radius: 10px 60px 10px 10px; border-radius: 10px 60px 10px 10px; }

@media screen and (max-width: 991px) { .ex-owl .item-pic { -moz-border-radius: 10px 50px 10px 10px; border-radius: 10px 50px 10px 10px; } }

.ex-owl .item-title { font-family: "Poppins-Medium", arial; font-size: 20px; font-size: 2rem; line-height: 1.3; margin-top: 16px; }

@media screen and (max-width: 1419px) { .ex-owl .item-title { font-size: 18px; font-size: 1.8rem; } }

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

@media screen and (max-width: 991px) { .ex-owl .item-title { margin-top: 12px; } }

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

.ex-owl .item-desc { margin-top: 5px; font-size: 18px; font-size: 1.8rem; line-height: 30px; }

@media screen and (max-width: 1419px) { .ex-owl .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 26px; } }

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

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

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

.about1-body { background: url(../images/bg26.jpg) no-repeat top center; background-size: 100% 100%; padding-top: 70px; padding-bottom: 310px; }

@media screen and (max-width: 1219px) { .about1-body { padding-bottom: 225px; } }

@media screen and (max-width: 991px) { .about1-body { padding-bottom: 160px; padding-top: 60px; } }

@media screen and (max-width: 767px) { .about1-body { padding-bottom: 114px; padding-top: 40px; } }

.about1-box8 { margin-bottom: 92px; }

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

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

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

.about1-box8 .about-item { margin-bottom: 22px; }

@media screen and (max-width: 767px) { .about1-box8 .about-item { margin-bottom: 15px; } }

.cus-pmd { width: 100%; overflow: hidden; position: relative; }

.cus-pmd .box-list li { width: 51.42857%; }

@media screen and (max-width: 400px) { .cus-pmd .box-list li { width: 105%; } }

.cus-pmd .box-list .item-box { padding-right: 5.55556%; padding-top: 40px; }

@media screen and (max-width: 991px) { .cus-pmd .box-list .item-box { padding-top: 25px; } }

@media screen and (max-width: 640px) { .cus-pmd .box-list .item-box { padding-top: 15px; } }

@media screen and (max-width: 400px) { .cus-pmd .box-list .item-box { padding-right: 5%; } }

.cus-pmd .box-list .item-body { border: solid 2px #0160F8; padding: 28px 11px 26px; position: relative; }

@media screen and (max-width: 767px) { .cus-pmd .box-list .item-body { padding: 20px 10px; } }

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

.cus-pmd .box-list .item-body:before { position: absolute; content: '\e614'; font-family: "iconfont" !important; font-style: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 66px; font-size: 6.6rem; color: #0160F8; line-height: 1; left: 10.73529%; top: -38px; z-index: 2; background-color: #eff3fe; padding: 0 8px; }

@media screen and (max-width: 991px) { .cus-pmd .box-list .item-body:before { font-size: 40px; font-size: 4rem; top: -25px; } }

@media screen and (max-width: 640px) { .cus-pmd .box-list .item-body:before { font-size: 30px; font-size: 3rem; top: -15px; } }

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

.cus-pmd .box-list .item-backdrop:before { display: none; }

.cus-pmd .box-list .item-backdrop p { display: block; width: 103px; height: 103px; padding: 10px; background-color: #0160F8; background-color: rgba(1, 96, 248, 0.2); -moz-border-radius: 50%; border-radius: 50%; margin: 0 auto; }

.cus-pmd .box-list .item-backdrop .iconfont { display: block; background-color: #0160F8; line-height: 83px; -moz-border-radius: 50%; border-radius: 50%; font-size: 34px; font-size: 3.4rem; color: #fff; }

.about1-box9 .about-item { text-align: left; padding-right: 50%; }

@media screen and (max-width: 991px) { .about1-box9 .about-item { padding-right: 30%; } }

@media screen and (max-width: 767px) { .about1-box9 .about-item { padding-right: 80px; } }

.about1-box9 .about-item .item-desc { margin-top: 26px; }

@media screen and (max-width: 1419px) { .about1-box9 .about-item .item-desc { margin-top: 12px; } }

@media screen and (max-width: 767px) { .about1-box9 .about-item .item-desc { margin-top: 5px; } }

.room-owl { position: relative; }

.room-owl .owl-carousel { width: 102.85714%; margin-left: -1.42857%; position: relative; }

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

.room-owl .owl-wrapper-outer { padding-top: 33px; }

@media screen and (max-width: 1219px) { .room-owl .owl-wrapper-outer { padding-top: 20px; } }

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

.room-owl .owl-btns { font-size: 0; letter-spacing: 0; top: -87px; position: absolute; right: 0; }

@media screen and (max-width: 1419px) { .room-owl .owl-btns { top: -65px; } }

@media screen and (max-width: 1219px) { .room-owl .owl-btns { top: -50px; } }

@media screen and (max-width: 991px) { .room-owl .owl-btns { top: -45px; } }

@media screen and (max-width: 767px) { .room-owl .owl-btns { top: -35px; } }

.room-owl .owl-btns .owl-btn { display: inline-block; vertical-align: top; cursor: pointer; width: 80px; height: 80px; line-height: 78px; text-align: center; background: #FFFFFF; border: 1px dashed #999999; -moz-border-radius: 50%; border-radius: 50%; font-size: 22px; font-size: 2.2rem; color: #888; }

.room-owl .owl-btns .owl-btn:hover { background-color: #0160F8; border-color: #0160F8; color: #fff; }

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

@media screen and (max-width: 1419px) { .room-owl .owl-btns .owl-btn { width: 60px; height: 60px; line-height: 58px; } }

@media screen and (max-width: 1219px) { .room-owl .owl-btns .owl-btn { width: 50px; height: 50px; line-height: 48px; font-size: 18px; font-size: 1.8rem; } }

@media screen and (max-width: 991px) { .room-owl .owl-btns .owl-btn { width: 40px; height: 40px; line-height: 38px; font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 767px) { .room-owl .owl-btns .owl-btn { width: 30px; height: 30px; line-height: 28px; font-size: 14px; font-size: 1.4rem; } }

.room-owl .owl-btns .item-prev { margin-right: 29px; }

@media screen and (max-width: 1219px) { .room-owl .owl-btns .item-prev { margin-right: 15px; } }

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

.room-owl .list-item { position: relative; margin: 0 5.55556%; }

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

@media screen and (max-width: 767px) { .room-owl .list-item { margin: 0 1.96078%; } }

.room-owl .item-pic { box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.25); -moz-border-radius: 12px; border-radius: 12px; margin: 25px 0; position: relative; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; }

.room-owl .item-pic:hover { margin: 5px 0 45px; }

.room-owl .item-pic:hover .item-backdrop{opacity:1;}

@media screen and (max-width: 1219px) { .room-owl .item-pic:hover { margin: 15px 0 35px; } }

@media screen and (max-width: 991px) { .room-owl .item-pic { box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.25); margin: 5px 0; }
  .room-owl .item-pic:hover { margin: 5px 0; } }

.room-owl .item-backdrop{position:absolute; left:0; top:0; right:0; bottom:0; background:rgba(1,96,248,0.8);  -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; opacity:0;}

.room-owl .item-backdrop:before {display:none; opacity: 0.8; filter: alpha(opacity=80); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; }

.room-owl .item-backdrop .iconfont { position: relative; color: #fff; font-size: 44px; font-size: 4.4rem; }

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

/*-------------3-1-About us end------------------------------------------------------------*/
/*-------------3-2-About us-Our Service start----------------------------------------------*/
.service-box1 { position: relative; margin-bottom: 269px; }

@media screen and (max-width: 1619px) { .service-box1 { margin-bottom: 220px; } }

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

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

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

.service-box1 .box-item { left: 0; bottom: -184px; position: absolute; width: 503px; height: 503px; padding: 68px; background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(1, 96, 248, 0.1))); background: -webkit-linear-gradient(top, transparent, rgba(1, 96, 248, 0.1)); background: -moz-linear-gradient(top, transparent, rgba(1, 96, 248, 0.1)); background: linear-gradient(180deg, transparent, rgba(1, 96, 248, 0.1)); -moz-border-radius: 50%; border-radius: 50%; }

@media screen and (max-width: 1619px) { .service-box1 .box-item { width: 450px; height: 450px; padding: 50px; bottom: -150px; } }

@media screen and (max-width: 1419px) { .service-box1 .box-item { width: 420px; height: 420px; padding: 50px; } }

@media screen and (max-width: 1219px) { .service-box1 .box-item { width: 370px; height: 370px; padding: 40px; } }

@media screen and (max-width: 991px) { .service-box1 .box-item { width: 320px; height: 320px; padding: 40px; bottom: -120px; } }

@media screen and (max-width: 767px) { .service-box1 .box-item { width: 100%; height: auto; position: relative; bottom: auto; left: auto; -moz-border-radius: 0; border-radius: 0; padding: 15px; margin: 0 0 15px; } }

.service-box1 .box-item .item-box { width: 100%; height: 100%; background: -webkit-gradient(linear, left top, right top, from(#046AF4), to(#7245CE)); background: -webkit-linear-gradient(left, #046AF4, #7245CE); background: -moz-linear-gradient(left, #046AF4, #7245CE); background: linear-gradient(90deg, #046AF4, #7245CE); box-shadow: 0px 14px 43px 0px rgba(0, 72, 170, 0.43); -moz-border-radius: 50%; border-radius: 50%; text-align: center; }

@media screen and (max-width: 767px) { .service-box1 .box-item .item-box { -moz-border-radius: 0; border-radius: 0; } }

.service-box1 .box-item .item-cell { padding: 15px; }

.service-box1 .box-item .item-title { font-family: "Poppins-Medium", arial; font-size: 42px; font-size: 4.2rem; line-height: 1.3; color: #fff; margin-bottom: 17px; }

@media screen and (max-width: 1619px) { .service-box1 .box-item .item-title { font-size: 36px; font-size: 3.6rem; } }

@media screen and (max-width: 1419px) { .service-box1 .box-item .item-title { font-size: 30px; font-size: 3rem; } }

@media screen and (max-width: 1219px) { .service-box1 .box-item .item-title { font-size: 24px; font-size: 2.4rem; margin-bottom: 10px; } }

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

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

.service-box1 .box-item .item-desc { font-size: 24px; font-size: 2.4rem; line-height: 1.45; color: #B8CAF0; letter-spacing: 1.5px; }

@media screen and (max-width: 1619px) { .service-box1 .box-item .item-desc { font-size: 22px; font-size: 2.2rem; letter-spacing: 1px; } }

@media screen and (max-width: 1419px) { .service-box1 .box-item .item-desc { font-size: 20px; font-size: 2rem; } }

@media screen and (max-width: 1219px) { .service-box1 .box-item .item-desc { font-size: 18px; font-size: 1.8rem; letter-spacing: 0.5px; } }

@media screen and (max-width: 991px) { .service-box1 .box-item .item-desc { font-size: 16px; font-size: 1.6rem; } }

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

.service-box1 .item-pic img { display: block; width: 100%; }

.service-box2 .box-left { float: left; width: 28.57143%; margin-right: 5.71429%; margin-top: -8px; }

@media screen and (max-width: 1419px) { .service-box2 .box-left { margin-top: 0; width: 32.14286%; margin-right: 2.14286%; } }

@media screen and (max-width: 991px) { .service-box2 .box-left { width: 100%; margin-right: 0; float: none; margin: 0 auto 20px; } }

.service-box2 .box-left .item-title { font-family: "Poppins-Bold", arial; font-size: 46px; font-size: 4.6rem; line-height: 1.13; margin-bottom: 29px; }

@media screen and (max-width: 1419px) { .service-box2 .box-left .item-title { font-size: 38px; font-size: 3.8rem; margin-bottom: 20px; } }

@media screen and (max-width: 1219px) { .service-box2 .box-left .item-title { font-size: 30px; font-size: 3rem; margin-bottom: 10px; } }

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

@media screen and (max-width: 767px) { .service-box2 .box-left .item-title { font-size: 20px; font-size: 2rem; margin-bottom: 5px; } }

.service-box2 .box-left .item-desc { font-size: 18px; font-size: 1.8rem; line-height: 30px; color: #666; }

@media screen and (max-width: 1419px) { .service-box2 .box-left .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 26px; } }

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

@media screen and (max-width: 991px) { .service-box2 .box-left .item-desc { line-height: 22px; } }

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

.service-box2 .box-right { overflow: hidden; font-size: 0; letter-spacing: 0; position: relative; }

.service-box2 .box-right:before { position: absolute; content: ''; width: 100%; height: 1px; background-color: #E7E7E7; top: 7px; }

@media screen and (max-width: 767px) { .service-box2 .box-right:before { top: 5px; } }

@media screen and (max-width: 480px) { .service-box2 .box-right:before { display: none; } }

.service-box2 .box-right .list-item { display: inline-block; vertical-align: top; width: 47.82609%; margin-left: 4.34783%; position: relative; padding-top: 64px; }

.service-box2 .box-right .list-item:before { position: absolute; content: ''; width: 16px; height: 16px; -moz-border-radius: 50%; border-radius: 50%; background-color: #0160F8; left: 0; top: 0; }

.service-box2 .box-right .list-item:first-child { margin-left: 0; }

@media screen and (max-width: 1419px) { .service-box2 .box-right .list-item { padding-top: 45px; } }

@media screen and (max-width: 1219px) { .service-box2 .box-right .list-item { padding-top: 35px; } }

@media screen and (max-width: 991px) { .service-box2 .box-right .list-item { padding-top: 30px; } }

@media screen and (max-width: 767px) { .service-box2 .box-right .list-item { padding-top: 22px; }
  .service-box2 .box-right .list-item:before { width: 11px; height: 11px; } }

@media screen and (max-width: 480px) { .service-box2 .box-right .list-item { width: 100%; padding-top: 18px; margin-left: 0 !important; margin-bottom: 15px; }
  .service-box2 .box-right .list-item:before { z-index: 2; }
  .service-box2 .box-right .list-item:after { position: absolute; content: ''; width: 100%; height: 1px; background-color: #E7E7E7; top: 5px; } }

.service-box2 .box-right .item-title { font-size: 28px; font-size: 2.8rem; line-height: 1.3; font-family: "Poppins-Bold", arial; margin-bottom: 14px; }

@media screen and (max-width: 1419px) { .service-box2 .box-right .item-title { font-size: 24px; font-size: 2.4rem; margin-bottom: 10px; } }

@media screen and (max-width: 1219px) { .service-box2 .box-right .item-title { font-size: 20px; font-size: 2rem; margin-bottom: 5px; } }

@media screen and (max-width: 991px) { .service-box2 .box-right .item-title { font-size: 18px; font-size: 1.8rem; } }

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

@media screen and (max-width: 480px) { .service-box2 .box-right .item-title { font-size: 14px; font-size: 1.4rem; } }

.service-box2 .box-right .item-desc { font-size: 18px; font-size: 1.8rem; line-height: 30px; color: #666; }

@media screen and (max-width: 1419px) { .service-box2 .box-right .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 26px; } }

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

@media screen and (max-width: 991px) { .service-box2 .box-right .item-desc { line-height: 22px; } }

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

.team-owl { position: relative; margin-top: 99px; }

@media screen and (max-width: 1419px) { .team-owl { margin-top: 90px; } }

@media screen and (max-width: 1219px) { .team-owl { margin-top: 70px; } }

@media screen and (max-width: 991px) { .team-owl { margin-top: 50px; } }

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

.team-owl .box-item { float: right; width: 26.42857%; }

@media screen and (max-width: 991px) { .team-owl .box-item { float: none; width: 100%; } }

.team-owl .box-item .item-title { font-family: "Poppins-Medium", arial; font-size: 46px; font-size: 4.6rem; line-height: 1.13; margin-bottom: 29px; margin-top: 37px; }

@media screen and (max-width: 1419px) { .team-owl .box-item .item-title { font-size: 38px; font-size: 3.8rem; margin-bottom: 20px; } }

@media screen and (max-width: 1219px) { .team-owl .box-item .item-title { font-size: 30px; font-size: 3rem; margin-bottom: 10px; margin-top: 20px; } }

@media screen and (max-width: 991px) { .team-owl .box-item .item-title { font-size: 24px; font-size: 2.4rem; } }

@media screen and (max-width: 767px) { .team-owl .box-item .item-title { font-size: 20px; font-size: 2rem; margin-bottom: 5px; } }

.team-owl .box-item .item-desc { font-size: 18px; font-size: 1.8rem; line-height: 34px; color: #666; }

@media screen and (max-width: 1419px) { .team-owl .box-item .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 26px; } }

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

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

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

.team-owl .owl-carousel { float: left; width: 73.71429%; margin-left: -1.64286%; position: relative; }

.team-owl .owl-carousel:before, .team-owl .owl-carousel:after { position: absolute; content: ''; top: 0; width: 2.22868%; bottom: 0; background-color: #fff; z-index: 1; }

.team-owl .owl-carousel:before { left: 0; }

.team-owl .owl-carousel:after { right: 0; }

@media screen and (max-width: 991px) { .team-owl .owl-carousel { float: none; width: 102%; margin-left: -1%; }
  .team-owl .owl-carousel:before, .team-owl .owl-carousel:after { width: 1%; } }

@media screen and (max-width: 480px) { .team-owl .owl-carousel { float: none; width: 101%; margin-left: -0.5%; }
  .team-owl .owl-carousel:before, .team-owl .owl-carousel:after { width: 0.5%; } }

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

.team-owl .owl-btns { font-size: 0; letter-spacing: 0; margin-top: 17px; }

@media screen and (max-width: 991px) { .team-owl .owl-btns { margin-top: 15px; margin-bottom: 20px; } }

.team-owl .owl-btns .owl-btn { display: inline-block; vertical-align: top; cursor: pointer; width: 80px; height: 80px; line-height: 78px; text-align: center; background: #FFFFFF; border: 1px dashed #999999; -moz-border-radius: 50%; border-radius: 50%; font-size: 22px; font-size: 2.2rem; color: #888; }

.team-owl .owl-btns .owl-btn:hover { background-color: #0160F8; border-color: #0160F8; color: #fff; }

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

@media screen and (max-width: 1419px) { .team-owl .owl-btns .owl-btn { width: 60px; height: 60px; line-height: 58px; } }

@media screen and (max-width: 1219px) { .team-owl .owl-btns .owl-btn { width: 50px; height: 50px; line-height: 48px; font-size: 18px; font-size: 1.8rem; } }

@media screen and (max-width: 991px) { .team-owl .owl-btns .owl-btn { width: 40px; height: 40px; line-height: 38px; font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 767px) { .team-owl .owl-btns .owl-btn { width: 30px; height: 30px; line-height: 28px; font-size: 14px; font-size: 1.4rem; } }

.team-owl .owl-btns .item-prev { margin-right: 29px; }

@media screen and (max-width: 1219px) { .team-owl .owl-btns .item-prev { margin-right: 15px; } }

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

.team-owl .list-item { position: relative; margin: 0 6.68605%; }

.team-owl .list-item:hover .item-body { background-color: #0160F8; background-color: rgba(1, 96, 248, 0.8); }

.team-owl .list-item:hover .item-body .item-title { color: #fff; }

@media screen and (max-width: 991px) { .team-owl .list-item { margin: 0 1%; } }

.team-owl .list-item .item-body { -webkit-transition: all .35s; -o-transition: all .35s; -moz-transition: all .35s; transition: all .35s; position: absolute; bottom: 0; right: 0; width: 71.47651%; background-color: #fff; background-color: rgba(255, 255, 255, 0.8); height: 66px; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-flow: row nowrap; -moz-box-orient: horizontal; -moz-box-direction: normal; -ms-flex-flow: row nowrap; flex-flow: row nowrap; -webkit-box-pack: start; -webkit-justify-content: flex-start; -moz-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; padding: 3px 5px; text-align: center; }

@media screen and (max-width: 1219px) { .team-owl .list-item .item-body { height: 46px; } }

@media screen and (max-width: 767px) { .team-owl .list-item .item-body { padding: 3px; height: 38px; } }

.team-owl .list-item .item-title { -webkit-transition: all .35s; -o-transition: all .35s; -moz-transition: all .35s; transition: all .35s; width: 100%; font-size: 20px; font-size: 2rem; -webkit-align-self: center; -ms-flex-item-align: center; align-self: center; line-height: 20px; }

@media screen and (max-width: 1419px) { .team-owl .list-item .item-title { font-size: 18px; font-size: 1.8rem; } }

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

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

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

/*-------------3-2-About us-Our Service end------------------------------------------------*/
/*-------------3-3-About us-Quality control start------------------------------------------*/
.q-item { text-align: center; margin-bottom: 52px; }

@media screen and (max-width: 1419px) { .q-item { margin-bottom: 45px; } }

@media screen and (max-width: 1219px) { .q-item { margin-bottom: 35px; } }

@media screen and (max-width: 991px) { .q-item { margin-bottom: 25px; } }

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

.q-item .item-title { font-family: "Poppins-Bold", arial; font-size: 46px; font-size: 4.6rem; line-height: 1.3; }

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

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

@media screen and (max-width: 991px) { .q-item .item-title { font-size: 24px; font-size: 2.4rem; } }

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

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

@media screen and (max-width: 1419px) { .q-item .item-desc { font-size: 16px; font-size: 1.6rem; margin-top: 15px; } }

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

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

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

.quality-box1 { margin-bottom: 70px; }

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

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

.quality-box1 .item-pic { overflow: hidden; -moz-border-radius: 20px; border-radius: 20px; }

.quality-box1 .item-pic img { display: block; width: 100%; }

.quality-box2 { margin-bottom: 8px; }

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

.quality-box2 .box-list .list-item { display: inline-block; vertical-align: top; width: 31.42857%; margin-left: 2.85714%; text-align: center; margin-bottom: 48px; }

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

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

.quality-box2 .box-list .item-pic { -moz-border-radius: 12px; border-radius: 12px; }

@media screen and (max-width: 480px) { .quality-box2 .box-list .item-pic { -moz-border-radius: 8px; border-radius: 8px; } }

.quality-box2 .box-list .item-backdrop { padding: 0 18.18182%; }

.quality-box2 .box-list .item-backdrop:before { background-color: #000; background-color: rgba(0, 0, 0, 0.7); }

@media screen and (max-width: 1419px) { .quality-box2 .box-list .item-backdrop { padding: 0 11.36364%; } }

@media screen and (max-width: 991px) { .quality-box2 .box-list .item-backdrop { padding: 0; display: none; } }

.quality-box2 .box-list .item-desc { font-size: 18px; font-size: 1.8rem; line-height: 34px; position: relative; color: #fff; }

@media screen and (max-width: 1419px) { .quality-box2 .box-list .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 30px; } }

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

@media screen and (max-width: 991px) { .quality-box2 .box-list .item-desc { color: #666; line-height: 1.3; } }

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

.quality-box2 .box-list .item-title { margin-top: 33px; font-size: 20px; font-size: 2rem; line-height: 1.3; font-family: "Poppins-Bold", arial; }

@media screen and (max-width: 1419px) { .quality-box2 .box-list .item-title { font-size: 18px; font-size: 1.8rem; margin-top: 25px; } }

@media screen and (max-width: 1219px) { .quality-box2 .box-list .item-title { font-size: 16px; font-size: 1.6rem; margin-top: 15px; } }

@media screen and (max-width: 991px) { .quality-box2 .box-list .item-title { margin-top: 10px; font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 767px) { .quality-box2 .box-list .item-title { font-size: 12px; font-size: 1.2rem; margin-top: 8px; } }

.quality-box2 .box-list .item-subt { display: none; }

@media screen and (max-width: 991px) { .quality-box2 .box-list .item-subt { margin-top: 5px; font-size: 12px; font-size: 1.2rem; line-height: 1.3; display: block; } }

@media screen and (max-width: 767px) { .quality-box2 .box-list .item-subt { font-size: 12px; font-size: 1.2rem; margin-top: 3px; } }

.quality-box3 { background: url(../images/bg11.jpg) no-repeat top right; background-size: 60.36458% 100%; padding-top: 13px; padding-bottom: 300px; }

@media screen and (max-width: 1219px) { .quality-box3 { padding-bottom: 225px; } }

@media screen and (max-width: 991px) { .quality-box3 { padding-bottom: 160px; } }

@media screen and (max-width: 767px) { .quality-box3 { padding-bottom: 114px; } }

.quality-box3 .box-item { font-size: 0; letter-spacing: 0; margin-bottom: 21px; }

.quality-box3 .box-item > * { display: inline-block; vertical-align: middle; }

.quality-box3 .box-item .item-pic { width: 20.07143%; margin-right: 4.5%; margin-left: -1.28571%; position: relative; }

@media screen and (max-width: 1419px) { .quality-box3 .box-item .item-pic { margin-left: 0; } }

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

@media screen and (max-width: 991px) { .quality-box3 .box-item .item-pic { width: 180px; } }

@media screen and (max-width: 767px) { .quality-box3 .box-item .item-pic { width: 140px; margin: 0; display: block; } }

.quality-box3 .box-item .item-pic img { display: block; width: 100%; }

.quality-box3 .box-item .item-pic .item-title { 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%); font-family: "Poppins-Medium", arial; font-size: 36px; font-size: 3.6rem; color: #fff; }

@media screen and (max-width: 1419px) { .quality-box3 .box-item .item-pic .item-title { font-size: 30px; font-size: 3rem; } }

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

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

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

.quality-box3 .box-item .item-body { width: 75.42857%; max-width: 810px; font-size: 18px; font-size: 1.8rem; line-height: 34px; color: #666; }

@media screen and (max-width: 1419px) { .quality-box3 .box-item .item-body { font-size: 16px; font-size: 1.6rem; line-height: 30px; } }

@media screen and (max-width: 1219px) { .quality-box3 .box-item .item-body { width: 740px; font-size: 14px; font-size: 1.4rem; line-height: 26px; } }

@media screen and (max-width: 991px) { .quality-box3 .box-item .item-body { line-height: 1.3; width: 520px; } }

@media screen and (max-width: 767px) { .quality-box3 .box-item .item-body { font-size: 12px; font-size: 1.2rem; line-height: 20px; width: 100%; } }

.cer-owl { position: relative; }

@media screen and (max-width: 1519px) { .cer-owl { padding: 0 30px; } }

@media screen and (max-width: 1419px) { .cer-owl { padding: 0 25px; } }

@media screen and (max-width: 1219px) { .cer-owl { padding: 0 20px; } }

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

.cer-owl .owl-carousel { width: 104.42857%; margin-left: -2.21429%; }

.cer-owl .owl-carousel:before, .cer-owl .owl-carousel:after { position: absolute; content: ''; top: 0; width: 2.12038%; bottom: 0; background-color: #fff; z-index: 1; }

.cer-owl .owl-carousel:before { left: 0; }

.cer-owl .owl-carousel:after { right: 0; background-color: #e5f0fe; }

@media screen and (max-width: 991px) { .cer-owl .owl-carousel { width: 102%; margin-left: -1%; }
  .cer-owl .owl-carousel:before, .cer-owl .owl-carousel:after { width: 1%; } }

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

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

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

.cer-owl .owl-btns .owl-btn { position: absolute; top: 50%; margin-top: -46px; display: inline-block; vertical-align: top; cursor: pointer; width: 60px; height: 60px; line-height: 58px; background: #FFFFFF; border: 1px dashed #999999; -moz-border-radius: 50%; border-radius: 50%; font-size: 22px; font-size: 2.2rem; color: #999; z-index: 2; text-align: center; }

.cer-owl .owl-btns .owl-btn:hover { background-color: #0160F8; border-color: #0160F8; color: #fff; }

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

@media screen and (max-width: 1419px) { .cer-owl .owl-btns .owl-btn { width: 50px; height: 50px; line-height: 48px; margin-top: -44px; font-size: 20px; font-size: 2rem; } }

@media screen and (max-width: 1219px) { .cer-owl .owl-btns .owl-btn { width: 40px; height: 40px; line-height: 38px; margin-top: -37px; font-size: 18px; font-size: 1.8rem; } }

@media screen and (max-width: 991px) { .cer-owl .owl-btns .owl-btn { width: 30px; height: 30px; line-height: 28px; margin: 0 5px; font-size: 16px; font-size: 1.6rem; position: relative; top: 0; } }

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

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

@media screen and (max-width: 1519px) { .cer-owl .owl-btns .item-prev { left: 0; } }

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

@media screen and (max-width: 1519px) { .cer-owl .owl-btns .item-next { right: 0; } }

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

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

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

.cer-owl .item-backdrop:before { background-color: #000; opacity: 0.50; filter: alpha(opacity=50); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; }

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

.cer-owl .item-title { margin-top: 20px; font-size: 18px; font-size: 1.8rem; line-height: 24px; text-align: center; }

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

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

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

/*-------------3-3-About us-Quality control end--------------------------------------------*/
/*-------------4-1-blogs start-------------------------------------------------------------*/
.latest-box { margin-bottom: 49px; }

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

.latest-box .box-title { text-align: center; font-family: "Poppins-Bold", arial; font-size: 46px; font-size: 4.6rem; line-height: 1.3; margin-bottom: 57px; }

.latest-box .box-title a:hover { color: #0160F8; }

@media screen and (max-width: 1419px) { .latest-box .box-title { font-size: 38px; font-size: 3.8rem; margin-bottom: 50px; } }

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

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

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

.blog1-owl { width: 105%; margin-left: -2.5%; }

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

.blog1-owl .owl-theme .owl-controls .owl-pagination { margin-top: 0; }

.blog1-owl .owl-theme .owl-controls .owl-page { vertical-align: bottom; }

.blog1-owl .owl-theme .owl-controls .owl-page span { margin: 0 8px; width: 10px; height: 10px; background-color: #92BBF3; -moz-border-radius: 0; border-radius: 0; border: 0; -webkit-transition: all .35s; -o-transition: all .35s; -moz-transition: all .35s; transition: all .35s; }

@media screen and (max-width: 1219px) { .blog1-owl .owl-theme .owl-controls .owl-page span { margin: 0 5px; } }

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

.blog1-owl .owl-theme .owl-controls.clickable .owl-page:hover span, .blog1-owl .owl-theme .owl-controls .owl-page.active span { width: 17px; height: 21px; background: url(../images/active1.png) no-repeat top center; background-size: contain; }

@media screen and (max-width: 1219px) { .blog1-owl .owl-theme .owl-controls.clickable .owl-page:hover span, .blog1-owl .owl-theme .owl-controls .owl-page.active span { width: 15px; height: 18px; } }

@media screen and (max-width: 767px) { .blog1-owl .owl-theme .owl-controls.clickable .owl-page:hover span, .blog1-owl .owl-theme .owl-controls .owl-page.active span { width: 12px; height: 15px; } }

.blog1-owl .list-item { padding-bottom: 43px; margin: 0 7.14286%; }

@media screen and (max-width: 1419px) { .blog1-owl .list-item { padding-bottom: 40px; } }

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

@media screen and (max-width: 991px) { .blog1-owl .list-item { margin: 0 2.94118%; padding-bottom: 20px; } }

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

@media screen and (max-width: 480px) { .blog1-owl .list-item { margin: 0 1.96078%; } }

.blog1-owl .list-item:hover .item-title, .blog1-owl .list-item:hover .item-title a { color: #0160F8 !important; }

.blog1-owl .list-item:hover .item-btn { border-color: #0160F8 !important; background-color: #fff; background-color: #fff \9; color: #0160F8 !important; }

.blog1-owl .list-item:hover .item-btn .iconfont { color: #0160F8 !important; }

.blog1-owl .list-item:hover .item-btn:before { height: 500%; opacity: 1; filter: alpha(opacity=100); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.blog1-owl .item-pic { box-shadow: 0px 13px 16px 0px rgba(0, 0, 0, 0.16); -moz-border-radius: 90px 0px; border-radius: 90px 0px; margin-bottom: 25px; padding-bottom: 74.7619%; position: relative; }

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

@media screen and (max-width: 1419px) { .blog1-owl .item-pic { -moz-border-radius: 70px 0px; border-radius: 70px 0px; } }

@media screen and (max-width: 1219px) { .blog1-owl .item-pic { margin-bottom: 20px; -moz-border-radius: 50px 0px; border-radius: 50px 0px; } }

@media screen and (max-width: 991px) { .blog1-owl .item-pic { -moz-border-radius: 40px 0px; border-radius: 40px 0px; margin-bottom: 15px; box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.16); } }

@media screen and (max-width: 767px) { .blog1-owl .item-pic { -moz-border-radius: 30px 0px; border-radius: 30px 0px; margin-bottom: 10px; } }

.blog1-owl .item-date { font-size: 14px; font-size: 1.4rem; line-height: 20px; margin-bottom: 11px; color: #0160F8; }

@media screen and (max-width: 1219px) { .blog1-owl .item-date { margin-bottom: 5px; } }

@media screen and (max-width: 767px) { .blog1-owl .item-date { font-size: 12px; font-size: 1.2rem; margin-bottom: 2px; } }

.blog1-owl .item-title { font-family: "Poppins-Bold", arial; font-size: 20px; font-size: 2rem; line-height: 36px; height: 72px; margin-bottom: 26px; }

@media screen and (max-width: 1419px) { .blog1-owl .item-title { font-size: 18px; font-size: 1.8rem; line-height: 30px; height: 60px; margin-bottom: 20px; } }

@media screen and (max-width: 1219px) { .blog1-owl .item-title { font-size: 16px; font-size: 1.6rem; line-height: 26px; height: 52px; margin-bottom: 15px; } }

@media screen and (max-width: 991px) { .blog1-owl .item-title { font-size: 16px; font-size: 1.6rem; line-height: 22px; height: 44px; } }

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

.blog1-owl .item-btn { text-align: center; padding: 0 10px; display: inline-block; min-width: 120px; line-height: 38px; border: 1px solid #0160F8; background-color: #0160F8; color: #fff; box-shadow: 0px 1px 13px 0px rgba(1, 96, 248, 0.25); -moz-border-radius: 20px; border-radius: 20px; font-size: 14px; font-size: 1.4rem; }

@media screen and (max-width: 1219px) { .blog1-owl .item-btn { line-height: 36px; } }

@media screen and (max-width: 991px) { .blog1-owl .item-btn { line-height: 32px; } }

@media screen and (max-width: 767px) { .blog1-owl .item-btn { font-size: 12px; font-size: 1.2rem; line-height: 26px; min-width: 100px; } }

.news1-bar { background: #0160F8 url(../images/bg12.png) no-repeat left bottom; background-size: 54.32292%; -moz-border-radius: 120px 12px; border-radius: 120px 12px; padding: 131px 0; }

@media screen and (max-width: 1219px) { .news1-bar { padding: 100px 0; -moz-border-radius: 100px 12px; border-radius: 100px 12px; } }

@media screen and (max-width: 991px) { .news1-bar { padding: 70px 0; -moz-border-radius: 80px 12px; border-radius: 80px 12px; } }

@media screen and (max-width: 767px) { .news1-bar { padding: 50px 0; -moz-border-radius: 60px 12px; border-radius: 60px 12px; } }

@media screen and (max-width: 480px) { .news1-bar { -moz-border-radius: 40px 8px; border-radius: 40px 8px; } }

.news1-bar .wp { font-size: 0; letter-spacing: 0; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-flow: row wrap; -moz-box-orient: horizontal; -moz-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-box-pack: start; -webkit-justify-content: flex-start; -moz-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }

.news1-bar .wp > a { display: inline-block; vertical-align: top; margin-top: 1px; width: 25%; -webkit-flex-basis: 25%; -ms-flex-preferred-size: 25%; flex-basis: 25%; font-size: 18px; font-size: 1.8rem; font-family: "Poppins-Bold", arial; text-align: center; color: #fff; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; -moz-border-radius: 6px; border-radius: 6px; height: 80px; line-height: 24px; padding: 4px; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; }

.news1-bar .wp > a:hover { background-color: #fff !important; color: #0160F8 !important; }

.news1-bar .wp > a.active { background-color: #fff !important; color: #0160F8 !important; }

@media screen and (max-width: 1219px) { .news1-bar .wp > a { font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 991px) { .news1-bar .wp > a { height: 56px; } }

@media screen and (max-width: 767px) { .news1-bar .wp > a { font-size: 14px; font-size: 1.4rem; line-height: 20px; height: 48px; } }

@media screen and (max-width: 640px) { .news1-bar .wp > a { width: 50%; -webkit-flex-basis: 50%; -ms-flex-preferred-size: 50%; flex-basis: 50%; } }

.news1-bar .wp p { width: 100%; text-align: center; -webkit-align-self: center; -ms-flex-item-align: center; align-self: center; }

.blog-list { padding-bottom: 15px; }

.blog-list .list-item { padding: 210px 0; }

@media screen and (max-width: 1419px) { .blog-list .list-item { padding: 150px 0; } }

@media screen and (max-width: 1219px) { .blog-list .list-item { padding: 100px 0; } }

@media screen and (max-width: 991px) { .blog-list .list-item { padding: 60px 0; } }

@media screen and (max-width: 767px) { .blog-list .list-item { padding: 30px 0; } }

.blog-list .item1 { background: url(../images/bg13.jpg) no-repeat center; background-size: 100% 100%; background-attachment: fixed; position: relative; }

.blog-list .item1:before { position: absolute; content: ''; top: 0; bottom: 0; left: 0; right: 0; background: url(../images/bg13.jpg) no-repeat center; background-size: 100% 100%; z-index: -1; }

.blog-list .item1 .item-pic, .blog-list .item1 .item-videobox { float: left; margin-right: 6.42857%; }

@media screen and (max-width: 1219px) { .blog-list .item1 .item-pic, .blog-list .item1 .item-videobox { margin-right: 3.57143%; } }

@media screen and (max-width: 767px) { .blog-list .item1 .item-pic, .blog-list .item1 .item-videobox { margin-right: 2.14286%; } }

.blog-list .item2 { background: url(../images/bg14.jpg) no-repeat center; background-size: 100% 100%; background-attachment: fixed; position: relative; }

.blog-list .item2:before { position: absolute; content: ''; top: 0; bottom: 0; left: 0; right: 0; background: url(../images/bg14.jpg) no-repeat center; background-size: 100% 100%; z-index: -1; }

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

.blog-list .item2 .item-pic, .blog-list .item2 .item-videobox { float: right; margin-left: 6.42857%; }

@media screen and (max-width: 1219px) { .blog-list .item2 .item-pic, .blog-list .item2 .item-videobox { margin-left: 3.57143%; } }

@media screen and (max-width: 767px) { .blog-list .item2 .item-pic, .blog-list .item2 .item-videobox { margin-left: 2.14286%; } }

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

@media screen and (max-width: 480px) { .blog-list .wp { display: block; } }

.blog-list .item-pic { width: 52.21429%; -moz-border-radius: 12px; border-radius: 12px; -webkit-box-flex: 0; -webkit-flex: 0 0 auto; -moz-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; }

@media screen and (max-width: 991px) { .blog-list .item-pic { width: 50%; } }

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

.blog-list .item-videobox { overflow: hidden; width: 52.21429%; -moz-border-radius: 12px; border-radius: 12px; -webkit-box-flex: 0; -webkit-flex: 0 0 auto; -moz-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; }

@media screen and (max-width: 991px) { .blog-list .item-videobox { width: 50%; } }

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

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

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

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

.blog-list .item-body { overflow: hidden; -webkit-box-flex: 1; -webkit-flex: 1 1 auto; -moz-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; }

.blog-list .item-title { font-family: "Poppins-Bold", arial; font-size: 30px; font-size: 3rem; line-height: 1.53; margin-bottom: 26px; }

@media screen and (max-width: 1419px) { .blog-list .item-title { font-size: 26px; font-size: 2.6rem; line-height: 1.4; margin-bottom: 20px; } }

@media screen and (max-width: 1219px) { .blog-list .item-title { font-size: 22px; font-size: 2.2rem; margin-bottom: 15px; } }

@media screen and (max-width: 991px) { .blog-list .item-title { font-size: 18px; font-size: 1.8rem; margin-bottom: 10px; } }

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

.blog-list .item-date { line-height: 1.3; font-size: 16px; font-size: 1.6rem; color: #0160F8; margin-bottom: 17px; }

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

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

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

.blog-list .item-desc { font-size: 20px; font-size: 2rem; line-height: 1.8; margin-bottom: 68px; }

@media screen and (max-width: 1419px) { .blog-list .item-desc { font-size: 18px; font-size: 1.8rem; line-height: 1.5; margin-bottom: 50px; } }

@media screen and (max-width: 1219px) { .blog-list .item-desc { font-size: 16px; font-size: 1.6rem; margin-bottom: 30px; } }

@media screen and (max-width: 991px) { .blog-list .item-desc { font-size: 14px; font-size: 1.4rem; margin-bottom: 20px; } }

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

.blog-list .item-btn { display: inline-block; width: 380px; height: 88px; line-height: 88px; padding-left: 15px; text-align: center; background: -webkit-gradient(linear, left top, right top, from(#046AF4), to(#76A8EA)); background: -webkit-linear-gradient(left, #046AF4, #76A8EA); background: -moz-linear-gradient(left, #046AF4, #76A8EA); background: linear-gradient(90deg, #046AF4, #76A8EA); -moz-border-radius: 44px; border-radius: 44px; font-size: 18px; font-size: 1.8rem; color: #fff; position: relative; overflow: hidden; }

.blog-list .item-btn > * { position: relative; z-index: 1; }

.blog-list .item-btn:before { position: absolute; content: ''; top: 0; left: 0; width: 100%; height: 100%; background: -webkit-gradient(linear, left top, right top, from(#76A8EA), to(#046AF4)); background: -webkit-linear-gradient(left, #76A8EA, #046AF4); background: -moz-linear-gradient(left, #76A8EA, #046AF4); background: linear-gradient(90deg, #76A8EA, #046AF4); visibility: hidden; opacity: 0; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; z-index: 0; }

.blog-list .item-btn:hover:before { visibility: visible; opacity: 1; }

.blog-list .item-btn .iconfont { position: absolute; width: 54px; height: 54px; line-height: 54px; text-align: center; background: #2E84F8; -moz-border-radius: 50%; border-radius: 50%; left: 20px; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); font-size: 24px; font-size: 2.4rem; }

@media screen and (max-width: 1419px) { .blog-list .item-btn { width: 320px; height: 66px; line-height: 66px; font-size: 16px; font-size: 1.6rem; }
  .blog-list .item-btn .iconfont { width: 44px; height: 44px; line-height: 44px; left: 15px; font-size: 20px; font-size: 2rem; } }

@media screen and (max-width: 1219px) { .blog-list .item-btn { font-size: 14px; font-size: 1.4rem; width: 240px; height: 50px; line-height: 50px; }
  .blog-list .item-btn .iconfont { width: 36px; height: 36px; line-height: 36px; left: 10px; font-size: 18px; font-size: 1.8rem; } }

@media screen and (max-width: 991px) { .blog-list .item-btn { width: 220px; padding-left: 25px; } }

@media screen and (max-width: 767px) { .blog-list .item-btn { font-size: 12px; font-size: 1.2rem; width: 170px; height: 34px; line-height: 34px; }
  .blog-list .item-btn .iconfont { width: 22px; height: 22px; line-height: 22px; left: 10px; font-size: 12px; font-size: 1.2rem; } }

/*-------------4-1-blogs end---------------------------------------------------------------*/
/*-------------4-2-blogs start-------------------------------------------------------------*/
.blog2-main { position: relative; }

.blog2-main .box-slide { float: left; width: 400px; background-color: #F5F5F5; padding: 30px 20px; position: -webkit-sticky; position: sticky; left: 0; top: 0; }

.blog2-main .box-slide.fixed { position: fixed; top: 0; z-index: 9999; }

@media screen and (max-width: 1419px) { .blog2-main .box-slide { width: 350px; padding: 20px 15px; } }

@media screen and (max-width: 1219px) { .blog2-main .box-slide { width: 300px; padding: 15px; } }

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

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

.blog2-main .box-main { float: right; width: 930px; }

@media screen and (max-width: 1419px) { .blog2-main .box-main { width: 820px; } }

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

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

.news2-main .item-title { font-family: "Poppins-Bold", arial; line-height: 1.66; font-size: 24px; font-size: 2.4rem; }

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

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

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

@media screen and (max-width: 767px) { .news2-main .item-title { font-size: 16px; font-size: 1.6rem; line-height: 1.3; } }

.news2-main .item-date { margin-top: 23px; font-size: 16px; font-size: 1.6rem; line-height: 24px; color: #666; }

.news2-main .item-date .iconfont { font-size: 23px; font-size: 2.3rem; margin-right: 10px; color: #0160F8; vertical-align: middle; }

@media screen and (max-width: 1219px) { .news2-main .item-date { margin-top: 15px; font-size: 14px; font-size: 1.4rem; }
  .news2-main .item-date .iconfont { font-size: 18px; font-size: 1.8rem; margin-right: 5px; } }

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

@media screen and (max-width: 767px) { .news2-main .item-date { line-height: 20px; font-size: 12px; font-size: 1.2rem; }
  .news2-main .item-date .iconfont { font-size: 16px; font-size: 1.6rem; margin-right: 5px; } }

.news2-main .item-date { padding-bottom: 28px; }

@media screen and (max-width: 1219px) { .news2-main .item-date { padding-bottom: 20px; } }

@media screen and (max-width: 767px) { .news2-main .item-date { padding-bottom: 15px; } }

.news2-main .item-desc { font-size: 18px; font-size: 1.8rem; line-height: 34px; padding: 0 0 38px; }

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

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

.news2-main .item-desc, .news2-main .item-desc * { color: #333; }

@media screen and (max-width: 1419px) { .news2-main .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 30px; }
  .news2-main .item-desc p { min-height: 30px; } }

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

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

.search-box1 { /* WebKit browsers */ /* Mozilla Firefox 4 to 18 */ /* Mozilla Firefox 19+ */ /* Internet Explorer 10+ */ overflow: hidden; position: relative; width: 100%; height: 60px; cursor: pointer; background: #FFFFFF; border: 1px solid #E8E8E8; -moz-border-radius: 8px; border-radius: 8px; }

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

.search-box1 :-o-placeholder { color: #999; opacity: 1; }

.search-box1 ::-moz-placeholder { color: #999; opacity: 1; }

.search-box1 :-ms-input-placeholder { color: #999; opacity: 1; }

@media screen and (max-width: 1219px) { .search-box1 { height: 44px; } }

.search-box1 .iconfont { font-size: 20px; font-size: 2rem; color: #0160F8; position: absolute; width: 60px; height: 24px; line-height: 24px; right: 0; top: 50%; margin-top: -12px; text-align: center; }

@media screen and (max-width: 1219px) { .search-box1 .iconfont { width: 40px; } }

.search-box1 .search-input { position: absolute; top: 0; left: 0; width: 100%; height: 100%; line-height: 58px; padding: 0 60px 0 19px; color: #999; font-size: 16px; font-size: 1.6rem; }

@media screen and (max-width: 1219px) { .search-box1 .search-input { height: 42px; font-size: 14px; font-size: 1.4rem; padding: 0 40px 0 10px; } }

.search-box1 .search-submit { position: absolute; width: 60px; height: 100%; top: 0px; right: 0px; z-index: 1; }

@media screen and (max-width: 1219px) { .search-box1 .search-submit { width: 40px; } }

.news-slide .list-item { background: #FFFFFF; -moz-border-radius: 8px; border-radius: 8px; margin-top: 20px; padding: 32px 20px 31px; }

@media screen and (max-width: 1419px) { .news-slide .list-item { padding: 20px 15px; } }

@media screen and (max-width: 1219px) { .news-slide .list-item { padding: 15px 10px; margin-top: 15px; } }

.news-slide .list-item:hover { background: #fff url(../images/bg15.jpg) no-repeat center; background-size: 100% 100%; }

.news-slide .item-date { font-size: 16px; font-size: 1.6rem; line-height: 1.3; color: #666; margin-bottom: 13px; }

@media screen and (max-width: 1419px) { .news-slide .item-date { font-size: 14px; font-size: 1.4rem; margin-bottom: 10px; } }

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

.news-slide .item-subt { font-size: 16px; font-size: 1.6rem; line-height: 1.3; color: #0160F8; margin-bottom: 14px; }

.news-slide .item-subt a { color: #0160F8; overflow: visible; white-space: normal;}

@media screen and (max-width: 1419px) { .news-slide .item-subt { font-size: 14px; font-size: 1.4rem; margin-bottom: 10px; } }

@media screen and (max-width: 1219px) { .news-slide .item-subt { font-size: 12px; font-size: 1.2rem; margin-bottom: 5px; } }

.news-slide .item-title { font-size: 20px; font-size: 2rem; font-family: "Poppins-Bold", arial; line-height: 1.5; }

.news-slide .item-title a:hover { color: #333 !important; }

@media screen and (max-width: 1419px) { .news-slide .item-title { font-size: 18px; font-size: 1.8rem; line-height: 1.3; } }

@media screen and (max-width: 1219px) { .news-slide .item-title { font-size: 16px; font-size: 1.6rem; } }

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

/*-------------4-2-blogs end---------------------------------------------------------------*/
/*-------------5-contact start-------------------------------------------------------------*/
.contact-main { padding-bottom: 105px; background: #fff url(../images/bg18.jpg) no-repeat bottom center; background-size: 100%; position: relative; }

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

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

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

.contact-main:before { position: absolute; content: ''; left: 0; width: 100%; bottom: 0; height: 100%; background: url(../images/bg17.png) no-repeat bottom center; z-index: 1; }

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

.contact-main .box-info { float: right; position: relative; z-index: 2; width: 56.78571%; margin-right: -3.42857%; padding: 106px 144px 120px; min-height: 810px; background: url(../images/bg21.png) no-repeat center; background-size: 100% 100%; margin-top: -22px; }

@media screen and (max-width: 1419px) { .contact-main .box-info { margin-top: 0; min-height: 693px; padding: 70px 140px 120px; } }

@media screen and (max-width: 1219px) { .contact-main .box-info { min-height: 555px; padding-left: 100px; padding-right: 100px; } }

@media screen and (max-width: 991px) { .contact-main .box-info { float: none; width: 100%; background-image: none; margin: 0 auto 40px; box-shadow: 0px 10px 20px 0px rgba(4, 106, 244, 0.18); background-color: #fff; padding: 50px 30px; min-height: auto; } }

@media screen and (max-width: 767px) { .contact-main .box-info { padding: 20px 15px; } }

.contact-main .box-info .item-title { margin-bottom: 57px; padding-top: 17px; font-size: 36px; font-size: 3.6rem; line-height: 1.3; font-family: "Poppins-Bold", arial; position: relative; }

.contact-main .box-info .item-title:before { position: absolute; content: ''; width: 68px; height: 4px; background-color: #0160F8; top: 0; left: 0; }

@media screen and (max-width: 1419px) { .contact-main .box-info .item-title { font-size: 32px; font-size: 3.2rem; margin-bottom: 40px; } }

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

@media screen and (max-width: 991px) { .contact-main .box-info .item-title { font-size: 22px; font-size: 2.2rem; margin-bottom: 20px; } }

@media screen and (max-width: 767px) { .contact-main .box-info .item-title { font-size: 18px; font-size: 1.8rem; margin-bottom: 10px; padding-top: 10px; }
  .contact-main .box-info .item-title:before { width: 50px; } }

.contact-main .box-info .box-list { font-size: 18px; font-size: 1.8rem; line-height: 30px; padding-bottom: 5px; }

.contact-main .box-info .box-list, .contact-main .box-info .box-list a { color: #666666; }

.contact-main .box-info .box-list a:hover { color: #0160F8; }

.contact-main .box-info .box-list li { padding-left: 45px; position: relative; margin-bottom: 29px; }

.contact-main .box-info .box-list .iconfont { font-size: 25px; font-size: 2.5rem; color: #0160F8; position: absolute; left: 0; top: 0; }

@media screen and (max-width: 1419px) { .contact-main .box-info .box-list { font-size: 16px; font-size: 1.6rem; line-height: 30px; }
  .contact-main .box-info .box-list li { margin-bottom: 20px; } }

@media screen and (max-width: 1219px) { .contact-main .box-info .box-list { font-size: 14px; font-size: 1.4rem; line-height: 26px; }
  .contact-main .box-info .box-list li { padding-left: 30px; }
  .contact-main .box-info .box-list .iconfont { font-size: 20px; font-size: 2rem; } }

@media screen and (max-width: 991px) { .contact-main .box-info .box-list li { margin-bottom: 10px; } }

@media screen and (max-width: 767px) { .contact-main .box-info .box-list { font-size: 12px; font-size: 1.2rem; line-height: 20px; }
  .contact-main .box-info .box-list li { padding-left: 22px; }
  .contact-main .box-info .box-list .iconfont { font-size: 16px; font-size: 1.6rem; } }

.contact-main .box-info .item-follow { font-size: 0; letter-spacing: 0; }

.contact-main .box-info .item-follow > a { display: inline-block; vertical-align: top; margin-right: 9px; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; }

.contact-main .box-info .item-follow > a:hover { margin-top: -10px; margin-bottom: 10px; }

.contact-main .box-info .item-follow .iconfont { display: block; width: 28px; height: 28px; line-height: 28px; -moz-border-radius: 50%; border-radius: 50%; font-size: 14px; font-size: 1.4rem; text-align: center; color: #fff; }

.contact-main .box-info .item-follow .icon-facebook { background-color: #3b5998; }

.contact-main .box-info .item-follow .icon-ico-youtube1 { background-color: #dd1829; }

.contact-main .box-info .item-follow .icon-twitter { background-color: #55acee; }

.contact-main .box-info .item-follow .icon-pinterest { background-color: #e60019; }

.contact-main .box-info .item-follow .icon-linkedin { background-color: #0071e0; }

.contact-main .box-info .item-follow .icon-ins { background-color: #ff1515; }

.contact-main .box-form { float: left; position: relative; z-index: 2; width: 41.85714%; margin-top: -16px; }

@media screen and (max-width: 1419px) { .contact-main .box-form { margin-top: 0; } }

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

.contact-main .box-form .item-title { font-family: "Poppins-Bold", arial; font-size: 48px; font-size: 4.8rem; line-height: 1.3; margin-bottom: 16px; }

@media screen and (max-width: 1419px) { .contact-main .box-form .item-title { font-size: 40px; font-size: 4rem; margin-bottom: 10px; } }

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

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

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

.contact-main .box-form .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 1.3; color: #666; margin-bottom: 27px; }

@media screen and (max-width: 1419px) { .contact-main .box-form .item-desc { margin-bottom: 20px; } }

@media screen and (max-width: 1219px) { .contact-main .box-form .item-desc { font-size: 14px; font-size: 1.4rem; margin-bottom: 15px; } }

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

.contact-main .box-form .item-input { margin-bottom: 14px; }

@media screen and (max-width: 991px) { .contact-main .box-form .item-input { margin-bottom: 10px; } }

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

.contact-main .box-form .star:before { position: absolute; content: '*'; color: #FF0000; font-size: 16px; font-size: 1.6rem; left: 3px; top: 15px; }

@media screen and (max-width: 991px) { .contact-main .box-form .star:before { top: 10px; } }

@media screen and (max-width: 767px) { .contact-main .box-form .star:before { top: 7px; font-size: 14px; font-size: 1.4rem; } }

.contact-main .box-form .star input, .contact-main .box-form .star textarea { padding-left: 15px; }

@media screen and (max-width: 1419px) { .contact-main .box-form .star.item-textarea:before { top: 0; } }

.contact-main .box-form input, .contact-main .box-form textarea { display: block; width: 100%; border-bottom: solid 1px #E6E6E6; font-size: 16px; font-size: 1.6rem; color: #666; }

@media screen and (max-width: 1219px) { .contact-main .box-form input, .contact-main .box-form textarea { font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 767px) { .contact-main .box-form input, .contact-main .box-form textarea { font-size: 12px; font-size: 1.2rem; } }

.contact-main .box-form input { height: 54px; line-height: 53px; }

@media screen and (max-width: 991px) { .contact-main .box-form input { height: 40px; line-height: 40px; } }

@media screen and (max-width: 767px) { .contact-main .box-form input { height: 34px; line-height: 34px; } }

.contact-main .box-form textarea { height: 95px; line-height: 20px; padding-top: 19px; margin-bottom: 40px; }

@media screen and (max-width: 1419px) { .contact-main .box-form textarea { margin-bottom: 0; padding-top: 0; } }

.contact-main .box-form .item-code { float: left; width: 372px; }

@media screen and (max-width: 1419px) { .contact-main .box-form .item-code { width: 320px; } }

@media screen and (max-width: 1219px) { .contact-main .box-form .item-code { width: 250px; } }

@media screen and (max-width: 991px) { .contact-main .box-form .item-code { width: -webkit-calc(100% - 120px); width: -moz-calc(100% - 120px); width: calc(100% - 120px); } }

@media screen and (max-width: 767px) { .contact-main .box-form .item-code { width: -webkit-calc(100% - 100px); width: -moz-calc(100% - 100px); width: calc(100% - 100px); } }

.contact-main .box-form .item-img { float: right; font-size: 0; line-height: 54px; cursor: pointer; -moz-border-radius: 11px; border-radius: 11px; overflow: hidden; border: solid 1px #ECECEC; }

.contact-main .box-form .item-img img { vertical-align: middle; max-height: 54px; -moz-border-radius: 11px; border-radius: 11px; }

@media screen and (max-width: 991px) { .contact-main .box-form .item-img { line-height: 40px; }
  .contact-main .box-form .item-img img { max-height: 40px; } }

@media screen and (max-width: 767px) { .contact-main .box-form .item-img { line-height: 34px; }
  .contact-main .box-form .item-img img { max-height: 34px; } }

.contact-main .box-form .item-btn input { margin-top: 44px; width: 200px; background: #0160F8; box-shadow: 0px 4px 21px 0px rgba(63, 110, 204, 0.5); -moz-border-radius: 27px; border-radius: 27px; border: solid 1px #0160F8; color: #fff; text-align: center; font-size: 18px; font-size: 1.8rem; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; text-transform: uppercase; }

.contact-main .box-form .item-btn input:hover { background-color: #fff; color: #0160F8; }

@media screen and (max-width: 1419px) { .contact-main .box-form .item-btn input { margin-top: 30px; } }

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

@media screen and (max-width: 991px) { .contact-main .box-form .item-btn input { margin-top: 15px; } }

@media screen and (max-width: 767px) { .contact-main .box-form .item-btn input { font-size: 14px; font-size: 1.4rem; width: 160px; } }

.contact_wrap { background: url(../images/bg20.jpg) no-repeat center; background-attachment: fixed; position: relative; }

.contact_wrap:before { position: absolute; content: ''; top: 0; bottom: 0; left: 0; right: 0; background: url(../images/bg20.jpg) no-repeat center; background-size: cover; z-index: -1; }

.faq-top { padding-top: 80px; margin-bottom: 46px; }

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

@media screen and (max-width: 991px) { .faq-top { padding-top: 60px; } }

@media screen and (max-width: 767px) { .faq-top { margin-bottom: 20px; padding-top: 50px; } }

.faq-top .item-title { font-family: "Poppins-Bold", arial; font-size: 48px; font-size: 4.8rem; line-height: 1.3; position: relative; padding-top: 16px; }

.faq-top .item-title:before { position: absolute; content: ''; width: 50px; height: 4px; background-color: #0160F8; top: 0; left: 0; }

@media screen and (max-width: 1419px) { .faq-top .item-title { font-size: 40px; font-size: 4rem; } }

@media screen and (max-width: 1219px) { .faq-top .item-title { font-size: 32px; font-size: 3.2rem; }
  .faq-top .item-title:before { width: 40px; height: 4px; } }

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

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

.faq-top .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 1.3; color: #666; margin-top: 17px; }

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

@media screen and (max-width: 991px) { .faq-top .item-desc { margin-top: 12px; } }

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

.faq-list { padding-bottom: 50px; }

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

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

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

.faq-list .list-item { background: #0160F8; box-shadow: 0px 4px 16px 0px rgba(63, 110, 204, 0.13); margin-bottom: 30px; }

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

.faq-list .list-item.active .item-title { background: #046AF4 url(../images/bg19.jpg) no-repeat bottom center; background-size: 100% auto; padding-bottom: 47px; }

.faq-list .list-item.active .item-title:before { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); }

@media screen and (max-width: 1219px) { .faq-list .list-item.active .item-title { padding-bottom: 37px; } }

@media screen and (max-width: 767px) { .faq-list .list-item.active .item-title { padding-bottom: 25px; } }

.faq-list .item-title { color: #fff; font-family: "Poppins-Bold", arial; line-height: 1.3; font-size: 20px; font-size: 2rem; padding: 37px 60px 37px 84px; cursor: pointer; position: relative; -webkit-transition: all .35s; -o-transition: all .35s; -moz-transition: all .35s; transition: all .35s; }

@media screen and (max-width: 1419px) { .faq-list .item-title { font-size: 18px; font-size: 1.8rem; padding-top: 30px; padding-bottom: 30px; } }

@media screen and (max-width: 1219px) { .faq-list .item-title { font-size: 16px; font-size: 1.6rem; padding-right: 50px; padding-left: 60px; padding-top: 20px; padding-bottom: 20px; } }

@media screen and (max-width: 991px) { .faq-list .item-title { padding-right: 40px; } }

@media screen and (max-width: 767px) { .faq-list .item-title { font-size: 14px; font-size: 1.4rem; padding-top: 15px; padding-bottom: 15px; padding-left: 40px; } }

.faq-list .item-title .iconfont { position: absolute; left: 30px; font-size: 38px; font-size: 3.8rem; line-height: 1; top: 31px; }

@media screen and (max-width: 1419px) { .faq-list .item-title .iconfont { font-size: 34px; font-size: 3.4rem; top: 26px; } }

@media screen and (max-width: 1219px) { .faq-list .item-title .iconfont { font-size: 30px; font-size: 3rem; left: 15px; top: 16px; } }

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

@media screen and (max-width: 767px) { .faq-list .item-title .iconfont { font-size: 22px; font-size: 2.2rem; top: 15px; left: 10px; } }

.faq-list .item-title:before { position: absolute; content: '\e7f1'; font-family: "iconfont" !important; font-style: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 26px; font-size: 2.6rem; right: 30px; top: 37px; line-height: 1; display: block; -webkit-transition: all .35s; -o-transition: all .35s; -moz-transition: all .35s; transition: all .35s; }

@media screen and (max-width: 1419px) { .faq-list .item-title:before { top: 30px; font-size: 24px; font-size: 2.4rem; } }

@media screen and (max-width: 1219px) { .faq-list .item-title:before { font-size: 20px; font-size: 2rem; right: 20px; top: 20px; } }

@media screen and (max-width: 991px) { .faq-list .item-title:before { font-size: 18px; font-size: 1.8rem; right: 10px; } }

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

.faq-list .item-desc { display: block; background-color: #fff; font-size: 20px; font-size: 2rem; line-height: 2; padding: 33px 60px 69px 84px; position: relative; }

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

@media screen and (max-width: 1419px) { .faq-list .item-desc { font-size: 18px; font-size: 1.8rem; line-height: 1.5; padding-top: 30px; padding-bottom: 60px; } }

@media screen and (max-width: 1219px) { .faq-list .item-desc { font-size: 16px; font-size: 1.6rem; padding-top: 20px; padding-bottom: 30px; padding-right: 30px; padding-left: 60px; } }

@media screen and (max-width: 991px) { .faq-list .item-desc { font-size: 14px; font-size: 1.4rem; padding-right: 30px; } }

@media screen and (max-width: 767px) { .faq-list .item-desc { font-size: 12px; font-size: 1.2rem; padding-top: 15px; padding-bottom: 20px; padding-left: 40px; padding-right: 15px; } }

.faq-list .item-desc .iconfont { position: absolute; left: 30px; font-size: 38px; font-size: 3.8rem; line-height: 1; top: 43px; color: #0160F8; }

@media screen and (max-width: 1419px) { .faq-list .item-desc .iconfont { font-size: 34px; font-size: 3.4rem; top: 33px; } }

@media screen and (max-width: 1219px) { .faq-list .item-desc .iconfont { font-size: 30px; font-size: 3rem; top: 20px; left: 15px; } }

@media screen and (max-width: 991px) { .faq-list .item-desc .iconfont { font-size: 26px; font-size: 2.6rem; } }

@media screen and (max-width: 767px) { .faq-list .item-desc .iconfont { font-size: 22px; font-size: 2.2rem; top: 15px; left: 10px; } }

.map-tab { position: relative; overflow: hidden; margin-top: 70px; }

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

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

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

.map-tab .tab-options { font-size: 0; letter-spacing: 0; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-flow: row nowrap; -moz-box-orient: horizontal; -moz-box-direction: normal; -ms-flex-flow: row nowrap; flex-flow: row nowrap; -webkit-box-pack: start; -webkit-justify-content: flex-start; -moz-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; position: absolute; top: 0; left: 0; }

.map-tab .tab-options:before { position: absolute; content: ''; top: 0; bottom: 0; left: 0; width: 1px; background-color: #0160F8; z-index: 5; }

@media screen and (max-width: 640px) { .map-tab .tab-options { position: relative; } }

.map-tab .tab-options li { position: relative; display: inline-block; vertical-align: top; width: 230px; -webkit-flex-basis: 230px; -ms-flex-preferred-size: 230px; flex-basis: 230px; margin-left: -30px; padding-left: 30px; padding-right: 5px; padding-top: 1px; padding-bottom: 1px; background-color: #fff; border: 1px solid #046AF4; -moz-border-radius: 0px 0px 20px 0px; border-radius: 0px 0px 20px 0px; font-size: 20px; font-size: 2rem; line-height: 22px; height: 68px; text-align: center; color: #0160F8; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-flow: row nowrap; -moz-box-orient: horizontal; -moz-box-direction: normal; -ms-flex-flow: row nowrap; flex-flow: row nowrap; -webkit-box-pack: start; -webkit-justify-content: flex-start; -moz-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; cursor: pointer; }

.map-tab .tab-options li:first-child { z-index: 4; }

.map-tab .tab-options li:nth-child(2) { z-index: 3; }

.map-tab .tab-options li:nth-child(3) { z-index: 2; }

.map-tab .tab-options li:nth-child(4) { z-index: 1; }

.map-tab .tab-options li p { -webkit-align-self: center; -ms-flex-item-align: center; align-self: center; width: 100%; }

.map-tab .tab-options li:hover, .map-tab .tab-options li.tab-active { background-color: #0160F8; color: #fff; }

@media screen and (max-width: 1419px) { .map-tab .tab-options li { font-size: 18px; font-size: 1.8rem; line-height: 20px; height: 62px; } }

@media screen and (max-width: 1219px) { .map-tab .tab-options li { font-size: 16px; font-size: 1.6rem; height: 42px; width: 200px; -webkit-flex-basis: 200px; -ms-flex-preferred-size: 200px; flex-basis: 200px; } }

@media screen and (max-width: 991px) { .map-tab .tab-options li { width: 180px; } }

@media screen and (max-width: 767px) { .map-tab .tab-options li { font-size: 14px; font-size: 1.4rem; width: 140px; } }

@media screen and (max-width: 640px) { .map-tab .tab-options li { line-height: 16px; height: 34px; } }

@media screen and (max-width: 480px) { .map-tab .tab-options li { height: 28px; padding-top: 6px; padding-bottom: 6px; font-size: 12px; font-size: 1.2rem; -moz-border-radius: 0px 0px 15px 0px; border-radius: 0px 0px 15px 0px; } }

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

/*-------------5-contact end---------------------------------------------------------------*/
/*-------------6-thanks start--------------------------------------------------------------*/
.thanks-wrap { background: -webkit-gradient(linear, left bottom, left top, from(#e5f0fe), to(#f2f7fe)); background: -webkit-linear-gradient(bottom, #e5f0fe, #f2f7fe); background: -moz-linear-gradient(bottom, #e5f0fe, #f2f7fe); background: linear-gradient(0deg, #e5f0fe, #f2f7fe); padding-top: 90px; min-height: 100vh; }

@media screen and (max-width: 1419px) { .thanks-wrap { padding-top: 70px; } }

@media screen and (max-width: 1219px) { .thanks-wrap { padding-top: 50px; } }

@media screen and (max-width: 991px) { .thanks-wrap { padding-top: 40px; } }

@media screen and (max-width: 767px) { .thanks-wrap { padding-top: 20px; } }

.thanks-wrap .item-logo { width: 196px; margin-bottom: 112px; }

@media screen and (max-width: 991px) { .thanks-wrap .item-logo { margin-bottom: 80px; width: 150px; } }

@media screen and (max-width: 767px) { .thanks-wrap .item-logo { margin-bottom: 50px; width: 100px; } }

.thanks-wrap .item-logo a { display: inline-block; }

.thanks-wrap .item-logo img { display: block; }

.thanks-wrap .box-item { text-align: center; max-width: 810px; margin: 0 auto; }

.thanks-wrap .item-title { font-family: "Poppins-Bold", arial; font-size: 46px; font-size: 4.6rem; line-height: 1.13; margin-bottom: 57px; }

@media screen and (max-width: 1419px) { .thanks-wrap .item-title { font-size: 40px; font-size: 4rem; margin-bottom: 50px; } }

@media screen and (max-width: 1219px) { .thanks-wrap .item-title { font-size: 34px; font-size: 3.4rem; margin-bottom: 40px; } }

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

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

.thanks-wrap .item-desc { font-size: 20px; font-size: 2rem; line-height: 30px; color: #666; margin-bottom: 62px; }

@media screen and (max-width: 1419px) { .thanks-wrap .item-desc { font-size: 18px; font-size: 1.8rem; line-height: 26px; margin-bottom: 60px; } }

@media screen and (max-width: 1219px) { .thanks-wrap .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 24px; margin-bottom: 50px; } }

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

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

.thanks-wrap .item-btn { margin-bottom: 36px; display: inline-block; min-width: 248px; padding: 0 10px; border: solid 1px #0160F8; line-height: 58px; background-color: #0160F8; -moz-border-radius: 30px; border-radius: 30px; font-size: 20px; font-size: 2rem; color: #fff; }

@media screen and (max-width: 1419px) { .thanks-wrap .item-btn { font-size: 18px; font-size: 1.8rem; min-width: 220px; line-height: 48px; } }

@media screen and (max-width: 1219px) { .thanks-wrap .item-btn { font-size: 16px; font-size: 1.6rem; min-width: 200px; line-height: 40px; margin-bottom: 30px; } }

@media screen and (max-width: 991px) { .thanks-wrap .item-btn { font-size: 14px; font-size: 1.4rem; min-width: 180px; line-height: 36px; } }

@media screen and (max-width: 767px) { .thanks-wrap .item-btn { margin-bottom: 20px; font-size: 12px; font-size: 1.2rem; min-width: 140px; line-height: 30px; } }

.thanks-wrap .item-bg img { display: block; width: 100%; }

/*-------------6-thanks end----------------------------------------------------------------*/
.fixed1 { position: fixed; top: 0; width: 100%; left: 0; z-index: 99999; }

.header { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); }

.fixed2 { position: relative; overflow: hidden; -webkit-transform: translateY(-100px); -moz-transform: translateY(-100px); -ms-transform: translateY(-100px); -o-transform: translateY(-100px); transform: translateY(-100px); }

.video-backdrop { display: none; position: fixed; top: 0; bottom: 0; left: 0; right: 0; background-color: #000; background-color: rgba(0, 0, 0, 0.7); z-index: 999999999; /* .item-videobox start */ /* .item-videobox end */ }

.video-backdrop .item-close { position: absolute; right: 2.60417%; top: 2.60417%; color: #fff; font-size: 36px; font-size: 3.6rem; }

@media screen and (max-width: 767px) { .video-backdrop .item-close { font-size: 26px; font-size: 2.6rem; } }

.video-backdrop .item-videobox { overflow: hidden; max-width: 1200px; -moz-border-radius: 0; border-radius: 0; position: absolute; top: 50%; left: 50%; width: 95%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

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

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

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

html, body, * { cursor: url(../images/point3.png), pointer; }

img { cursor: url(../images/point1.png), pointer; }

.item-title, .item-desc, .item-subt, .box-title, .box-desc, button, input, .iconfont, .item-btn, .box-btn, a, p, span, i, strong, em, input, textarea, input[type="submit"], input[type="button"], input[type="checkbox"], input[type="radio"] { cursor: url(../images/point2.png), pointer; }

.thanks-wrap .item-logo, .thanks-wrap .item-logo *, .contact-main .box-form .item-img, .contact-main .box-form .item-img *, .contact-main .box-info .box-list, .contact-main .box-info .box-list *, .faq-list .list-item, .faq-list .list-item *, .map-tab .tab-options, .map-tab .tab-options *, .quality-box2 .box-list .item-backdrop, .quality-box2 .box-list .item-backdrop *, .quality-box3 .box-item .item-pic, .quality-box3 .box-item .item-pic *, .cer-owl .list-item .item-backdrop, .cer-owl .list-item .item-backdrop *, .owl-btn, .owl-btn *, .team-owl .item-body, .team-owl .item-body *, .about1-box4 .box-top .item-pic, .about1-box4 .box-top .item-pic *, button svg, button svg *, .room-owl .item-backdrop, .room-owl .item-backdrop *, .cus-pmd .item-backdrop, .cus-pmd .item-backdrop *, .logo, .logo *, .back-top, .back-top *, .footer .img-list, .footer .img-list *, .footer .box-list, .footer .box-list *, .copyright, .copyright * { cursor: url(../images/point2.png), pointer !important; }

.footer .item-bg, .footer .item-bg *, .like-box .item-bg, .like-box .item-bg * { cursor: url(../images/point3.png), pointer !important; }

@media screen and (min-width: 992px) { .n-nav, .n-nav-icon { display: none; } }

@-webkit-keyframes resize { from, 60%, 75%, 90%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% { opacity: 0;
    -webkit-transform: scale(5, 5);
    transform: scale(5, 5); }
  100% { opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }

@-moz-keyframes resize { from, 60%, 75%, 90%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% { opacity: 0;
    -webkit-transform: scale(5, 5);
    -moz-transform: scale(5, 5);
         transform: scale(5, 5); }
  100% { opacity: 1;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
         transform: scale(1, 1); } }

@keyframes resize { from, 60%, 75%, 90%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% { opacity: 0;
    -webkit-transform: scale(5, 5);
    -moz-transform: scale(5, 5);
      -o-transform: scale(5, 5);
         transform: scale(5, 5); }
  100% { opacity: 1;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
      -o-transform: scale(1, 1);
         transform: scale(1, 1); } }

.n-nav .n-nav-icon { position: fixed; right: 5px; top: 14px; width: 35px; height: 28px; line-height: 28px; text-align: center; -webkit-transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s; z-index: 999999999; }

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

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

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

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

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

.n-nav .n-nav-body { display: none; position: fixed; z-index: 99999; top: 0; bottom: 0; width: 100%; left: 0; overflow-y: scroll; background-color: #666; padding-top: 40px; }

.n-nav .box-search { background-color: #fff; padding: 5px 10px; position: relative; border: solid 1px #0160F8; margin: 5px 10px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.banner .carousel-control:hover { color: #0160F8; border-color: #0160F8; }

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

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

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

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

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

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

.banner .dotList li { display: inline-block; vertical-align: top; cursor: pointer; color: #BAD5FF; font-size: 18px; font-size: 1.8rem; line-height: 1; margin: 0 11px; padding-bottom: 26px; position: relative; }

.banner .dotList li:before { position: absolute; content: ''; bottom: 0; height: 0; width: 1px; background-color: transparent; left: 0; right: 0; margin: 0 auto; -webkit-transition: all .35s; -o-transition: all .35s; -moz-transition: all .35s; transition: all .35s; }

.banner .dotList li.active { color: #fff; }

.banner .dotList li.active:before { background-color: #fff; height: 21px; }

@media screen and (max-width: 1219px) { .banner .dotList li { font-size: 16px; font-size: 1.6rem; margin: 0 8px; } }

@media screen and (max-width: 991px) { .banner .dotList li { font-size: 14px; font-size: 1.4rem; padding-bottom: 16px; margin: 0 5px; }
  .banner .dotList li.active:before { height: 13px; } }

@media screen and (max-width: 767px) { .banner .dotList li { font-size: 12px; font-size: 1.2rem; padding-bottom: 10px; margin: 0 3px; }
  .banner .dotList li.active:before { height: 7px; } }

/* .page_banner{
	position: relative;
	padding-bottom: get_w(625,1920);
	img{
		display: block!important;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
} */

@charset "UTF-8";

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

Copyright (c) 2015 Daniel Eden
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  11.1% {
    -webkit-transform: none;
            transform: none
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
            transform: skewX(-12.5deg) skewY(-12.5deg)
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
            transform: skewX(6.25deg) skewY(6.25deg)
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
            transform: skewX(-3.125deg) skewY(-3.125deg)
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
            transform: skewX(1.5625deg) skewY(1.5625deg)
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
            transform: skewX(-0.78125deg) skewY(-0.78125deg)
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
            transform: skewX(0.390625deg) skewY(0.390625deg)
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
            transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
  }
  100% {
    -webkit-transform: none;
            transform: none
  }
}

@keyframes jello {
  11.1% {
    -webkit-transform: none;
            transform: none
  }

  22.2% {

    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
            transform: skewX(-12.5deg) skewY(-12.5deg)
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
            transform: skewX(6.25deg) skewY(6.25deg)
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
            transform: skewX(-3.125deg) skewY(-3.125deg)
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
            transform: skewX(1.5625deg) skewY(1.5625deg)
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
            transform: skewX(-0.78125deg) skewY(-0.78125deg)
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
            transform: skewX(0.390625deg) skewY(0.390625deg)
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
            transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
  }
  100% {
    -webkit-transform: none;
            transform: none
  }
}



.jello{
    -webkit-animation-name:jello;
            animation-name:jello;
    -webkit-transform-origin: center;

            transform-origin: center
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

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

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

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

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

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

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

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

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

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

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

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

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

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

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

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

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}


@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInStable {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  33.333% {
    opacity: 1;
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  
  66.666666% {
    opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes zoomInStable {
 0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  33.333% {
    opacity: 1;
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  
  66.666666% {
    opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.zoomInStable {
  -webkit-animation-name: zoomInStable;
  animation-name: zoomInStable;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@keyframes anime {
from {
	opacity: 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
}
to {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-moz-transform: scaleY(1);
}
}

@-webkit-keyframes anime {
from {
	opacity: 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
}
to {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-moz-transform: scaleY(1);
}
}

@-moz-keyframes anime {
from {
	opacity: 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
}
to {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-moz-transform: scaleY(1);
}

}

@-o-keyframes anime {
from {
	opacity: 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
}
to {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-moz-transform: scaleY(1);
}
}

@-ms-keyframes anime {
from {
	opacity: 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
}
to {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-moz-transform: scaleY(1);
}

}

@media screen and (min-width:1000px) and (max-width:1219px) {}
@media screen and (max-width:1619px) {}
@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-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-Medium';
    src: url('../fonts/Poppins-Medium.eot');
    src: url('../fonts/Poppins-Medium.eot') format('embedded-opentype'),
         url('../fonts/Poppins-Medium.woff2') format('woff2'),
         url('../fonts/Poppins-Medium.woff') format('woff'),
         url('../fonts/Poppins-Medium.ttf') format('truetype'),
         url('../fonts/Poppins-Medium.svg#Poppins-Medium') 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: 'Cera-Bold';
    src: url('../fonts/Cera-Bold.eot');
    src: url('../fonts/Cera-Bold.eot') format('embedded-opentype'),
         url('../fonts/Cera-Bold.woff2') format('woff2'),
         url('../fonts/Cera-Bold.woff') format('woff'),
         url('../fonts/Cera-Bold.ttf') format('truetype'),
         url('../fonts/Cera-Bold.svg#Cera-Bold') format('svg');
	font-display: swap;
}

@font-face {
    font-family: 'Cera-Medium';
    src: url('../fonts/Cera-Medium.eot');
    src: url('../fonts/Cera-Medium.eot') format('embedded-opentype'),
         url('../fonts/Cera-Medium.woff2') format('woff2'),
         url('../fonts/Cera-Medium.woff') format('woff'),
         url('../fonts/Cera-Medium.ttf') format('truetype'),
         url('../fonts/Cera-Medium.svg#Cera-Medium') format('svg');
	font-display: swap;
}


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

.iconfont {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-quote-right:before {
  content: "\e614";
}

.icon-shengchanxian:before {
  content: "\e609";
}

.icon-shengchannengli:before {
  content: "\e60e";
}

.icon-factory:before {
  content: "\e9eb";
}

.icon-guoneizhuyaoshengchanjidi:before {
  content: "\e60d";
}

.icon-left12:before {
  content: "\e738";
}

.icon-right12:before {
  content: "\e739";
}

.icon-bofang:before {
  content: "\e67f";
}

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

.icon-gouwucheman:before {
  content: "\e603";
}

.icon-skype2:before {
  content: "\e6a9";
}

.icon-chuyidong:before {
  content: "\e617";
}

.icon-shouji:before {
  content: "\e629";
}

.icon-lianxiren:before {
  content: "\e63d";
}

.icon-details:before {
  content: "\e669";
}

.icon-youxiang1:before {
  content: "\e636";
}

.icon-huida:before {
  content: "\e689";
}

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

.icon-Stockholm-icons---Map---Marker:before {
  content: "\e61c";
}

.icon-rili:before {
  content: "\e68a";
}

.icon-liuyan:before {
  content: "\e662";
}

.icon-faq:before {
  content: "\e631";
}

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

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

.icon-Instagram:before {
  content: "\e6af";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-website:before {
  content: "\e7d6";
}

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

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

.icon-message:before {
  content: "\ebe1";
}

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

.icon-jiantou_zuo:before {
  content: "\e637";
}

.icon-jiantou_you:before {
  content: "\e8ad";
}

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

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

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

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

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

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

.icon-youxiang:before {
  content: "\e605";
}

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

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

.icon-houdongfangiconfont08:before {
  content: "\e640";
}

.icon-sanjiaojiantou-you:before {
  content: "\e61f";
}

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

.icon-sanjiaojiantou-zuo:before {
  content: "\e8ac";
}

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

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

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

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

.icon-up16:before {
  content: "\e746";
}

.icon-bottom16:before {
  content: "\e747";
}

.icon-left16:before {
  content: "\e748";
}

.icon-right16:before {
  content: "\e749";
}

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

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

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

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

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

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

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



/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor: 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}


/* Owl Carousel Owl Demo Theme  v1.3.3 */
/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons { font-size: 0; letter-spacing: 0; text-align: center; }

.owl-theme .owl-controls .owl-buttons div { display: inline-block; vertical-align: top; font-size: 12px; font-size: 1.2rem; }

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
/* Styling Pagination*/
.owl-theme .owl-controls .owl-pagination { font-size: 0; letter-spacing: 0; text-align: center; margin-top: 30px; }

@media screen and (max-width: 991px) { .owl-theme .owl-controls .owl-pagination { margin-top: 20px; } }

@media screen and (max-width: 767px) { .owl-theme .owl-controls .owl-pagination { margin-top: 10px; } }

.owl-theme .owl-controls .owl-page { display: inline-block; vertical-align: top; }

.owl-theme .owl-controls .owl-page span { display: block; width: 14px; height: 14px; -moz-border-radius: 50%; border-radius: 50%; margin: 0 5px; font-size: 0; border: solid 2px #0160F8; }

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

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

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span { background-color: #0160F8; }

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers { height: auto; width: auto; color: #FFF; padding: 2px 10px; font-size: 12px; -moz-border-radius: 30px; border-radius: 30px; }

/* preloading images */
.owl-item.loading { min-height: 150px; background: no-repeat center center; }

.zengao{ height: 250px; }

@media screen and (max-width: 1219px) { .zengao{ height: 200px; } }
@media screen and (max-width: 991px) { .zengao{ height: 100px; } }
@media screen and (max-width: 767px) { .zengao{ height: 60px; } }

/*============================xiala Edit=========================================*/

.header .navlist > li:first-child { position: static; }

.header .navlist li:hover .product-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 .product-select { z-index: 99; 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; position: absolute; top: 100%; left: 0; width: 100%; background: #fff url(../images/pro-bg.jpg) no-repeat left bottom; background-size: auto 100%; box-shadow: 0px 0px 24px 6px rgba(3, 8, 16, 0.1); padding: 28px 0 31px; }

@media screen and (max-width: 1219px) { .header .product-select { padding: 15px 0 20px; } }

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

.header .product-select .wp { position: relative; }

.header .product-select .box-yiji { width: 25.71429%; }

@media screen and (max-width: 1419px) { .header .product-select .box-yiji { width: 28.57143%; } }

.header .product-select .box-yiji > li > a { display: block; color: #83AEE7; font-family: "Poppins-Medium", arial; font-size: 18px; font-size: 1.8rem; line-height: 28px; border-bottom: solid 1px #83AEE7; padding: 13px 20px 13px 10px; position: relative; }

.header .product-select .box-yiji > li > a:before { position: absolute; content: '>'; right: 10px; top: 13px; }

@media screen and (max-width: 1419px) { .header .product-select .box-yiji > li > a { padding: 10px 20px 10px 10px; line-height: 24px; } }

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

.header .product-select .box-yiji > li:hover > a, .header .product-select .box-yiji > li.active > a { color: #046AF4; }

.header .product-select .box-erji { display: none; }

.header .product-select .box-erji .box-list { position: absolute; width: 21.42857%; left: 37.5%; top: 0; }

@media screen and (max-width: 1419px) { .header .product-select .box-erji .box-list { width: 25%; left: 37.5%; } }

@media screen and (max-width: 1219px) { .header .product-select .box-erji .box-list { width: 28.57143%; left: 35.71429%; } }

.header .product-select .box-erji .box-list .item-title { margin-bottom: 15px; }

@media screen and (max-width: 1219px) { .header .product-select .box-erji .box-list .item-title { margin-bottom: 10px; } }

.header .product-select .box-erji .box-list .item-title > a { display: block; font-family: "Poppins-Medium", arial; font-size: 18px; font-size: 1.8rem; line-height: 28px; padding: 13px 0; color: #046AF4; }

@media screen and (max-width: 1419px) { .header .product-select .box-erji .box-list .item-title > a { line-height: 24px; padding: 10px 0; } }

@media screen and (max-width: 1219px) { .header .product-select .box-erji .box-list .item-title > a { font-size: 16px; font-size: 1.6rem; line-height: 20px; } }

.header .product-select .box-erji .box-list > li > a { display: block; font-family: "Poppins-Medium", arial; font-size: 16px; font-size: 1.6rem; line-height: 26px; padding: 10px 0; color: #046AF4; }

@media screen and (max-width: 1419px) { .header .product-select .box-erji .box-list > li > a { line-height: 20px; } }

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

.header .product-select .box-erji .box-list > li.active > a, .header .product-select .box-erji .box-list > li:hover > a { color: #49E2BB; }

.header .product-select .box-erjidetail { position: absolute; right: 0; top: 0; width: 28.57143%; }

.header .product-select .box-erjidetail .item-title { margin-bottom: 28px; }

@media screen and (max-width: 1419px) { .header .product-select .box-erjidetail .item-title { margin-bottom: 15px; } }

.header .product-select .box-erjidetail .item-title > a { display: block; font-family: "Poppins-Medium", arial; font-size: 16px; font-size: 1.6rem; line-height: 26px; padding: 12px 0; color: #49E2BB; text-align: center; }

@media screen and (max-width: 1419px) { .header .product-select .box-erjidetail .item-title > a { line-height: 20px; } }

@media screen and (max-width: 1219px) { .header .product-select .box-erjidetail .item-title > a { font-size: 14px; font-size: 1.4rem; padding: 10px 0; } }

.header .product-select .box-erjidetail .item-pic a { display: block; }

.header .product-select .box-erjidetail .item-pic img { display: block; width: 100%; }

.pro2-content .box-spec iframe { min-height: 500px; }

.index-probox .box-list .list-item:hover .img2 { opacity: 1; visibility: visible; }

.index-probox .box-list .list-item:hover .img1 { opacity: 0; visibility: hidden; }

.index-probox .box-list .item-pic a { position: relative; display: block; padding-bottom: 78.57143%; }

.index-probox .box-list .item-pic img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; }

.index-probox .box-list .img1 { opacity: 1; visibility: visible; }

.index-probox .box-list .img2 { opacity: 0; visibility: hidden; }

.m-kefu-chat.mobile-hide{ right: 6px!important; }
.page a.no:hover {color: #999!important;border-color: none!important; background: #EBEBEB!important;}
.item-btns a.no:hover  {color: #333!important; background-color: #E5E5E5!important;}
.ppp{line-height: 30px; font-size: 16px; font-size: 1.6rem; margin-top: 21px; display: block;}

    .xunpanc{margin-top: 20px;}
    .xunpanc .table {margin-top: 0;}
    .xunpanc table tr td{border: 1px solid #ccc; text-align: left; padding: 3px;}
    .xunpanc table tr td a:hover{color: #0160F8;}
.cpt-toast {
  position: fixed;
  left: 50%;
  top: 50%;
  text-align: center;
  animation-duration: 0.3s;
  max-width: 300px;
  line-height: 20px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: translate(-50%, -50%);
  transform: translate3d(-50%, -50%, 0);
  font-family: "Poppins-Regular", arial;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  word-wrap: break-word;
}

.hot-box1{ margin-bottom: -7px; }





.index-why .box-list .list-item.active .p2 { -webkit-transform: translateY(150%); -moz-transform: translateY(150%); -ms-transform: translateY(150%); -o-transform: translateY(150%); transform: translateY(150%); }

.index-why .box-list .list-item.active .p3 { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); }

.index-why .box-list .item-num p { display: inline-block; position: relative; overflow: hidden; vertical-align: bottom; }

.index-why .box-list .item-num strong { display: inline-block; font-weight: normal; margin-bottom: 15px; }

@media screen and (max-width: 991px) { .index-why .box-list .item-num strong { margin-bottom: 3px; } }

@media screen and (max-width: 640px) { .index-why .box-list .item-num strong { margin-bottom: 0; } }

.index-why .box-list .item-num span { line-height: 1; font-size: 100px; font-size: 10rem; }

@media screen and (max-width: 1419px) { .index-why .box-list .item-num span { font-size: 100px; font-size: 10rem; } }

@media screen and (max-width: 1219px) { .index-why .box-list .item-num span { font-size: 80px; font-size: 8rem; } }

@media screen and (max-width: 991px) { .index-why .box-list .item-num span { font-size: 50px; font-size: 5rem; } }

@media screen and (max-width: 640px) { .index-why .box-list .item-num span { font-size: 30px; font-size: 3rem; } }

.index-why .box-list .item-num .p1 { visibility: hidden; }

.index-why .box-list .item-num .p2 { position: absolute; left: 0; bottom: 0; width: 100%; height: 100%; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); -webkit-transform-origin: bottom; -moz-transform-origin: bottom; -ms-transform-origin: bottom; -o-transform-origin: bottom; transform-origin: bottom; -webkit-transition: all 1500ms ease; -o-transition: all 1500ms ease; -moz-transition: all 1500ms ease; transition: all 1500ms ease; }

.index-why .box-list .item-num .p3 { position: absolute; left: 0; bottom: 0; width: 100%; height: 100%; -webkit-transform: translateY(-150%); -moz-transform: translateY(-150%); -ms-transform: translateY(-150%); -o-transform: translateY(-150%); transform: translateY(-150%); -webkit-transform-origin: top; -moz-transform-origin: top; -ms-transform-origin: top; -o-transform-origin: top; transform-origin: top; -webkit-transition: all 1500ms ease; -o-transition: all 1500ms ease; -moz-transition: all 1500ms ease; transition: all 1500ms ease; }

.index-why .box-list .item-num .b1 .p2, .index-why .box-list .item-num .b1 .p3 { -webkit-transition-delay: 800ms; -moz-transition-delay: 800ms; -o-transition-delay: 800ms; transition-delay: 800ms; -webkit-transition: all 1800ms ease; -o-transition: all 1800ms ease; -moz-transition: all 1800ms ease; transition: all 1800ms ease; }

.index-why .box-list .item-num .b2 .p2, .index-why .box-list .item-num .b2 .p3 { -webkit-transition-delay: 800ms; -moz-transition-delay: 800ms; -o-transition-delay: 800ms; transition-delay: 800ms; }

.index-why .box-list .item-num .b2 .p2 { -webkit-transition: all 2300ms ease; -o-transition: all 2300ms ease; -moz-transition: all 2300ms ease; transition: all 2300ms ease; }

.index-why .box-list .item-num .b2 .p3 { -webkit-transition: all 2300ms ease; -o-transition: all 2300ms ease; -moz-transition: all 2300ms ease; transition: all 2300ms ease; }




.index-about .box-item .index-btn:before{display:none;}

.index-about .box-item .index-btn:hover{background-color:#0160F8;}

.index-about .item-subt a:hover{ color: #333!important; }
.index-about .item-desc a:hover{ color: #666!important; }

.index-cate .index-item .item-title a:hover { color: #fff !important; }
.index-cate .index-item .item-desc a:hover { color: #B5CAED !important;}

.pro-info .item-btnbox .item-inquire:hover +.item-cart{display:none;}

.pro-info .item-btnbox .item-inquire:hover +input +.item-cart{display:none;}


.hot-list .item-btnbox .item-inquire:hover +.item-cart{display:none;}

.hot-list .item-btnbox .item-inquire:hover +input +.item-cart{display:none;}

.an-btn1:hover{background-color:#0160F8!important}

.index-probox .box-item .index-btn:hover{ background-color: #49E2BB !important; }

.pro1-box:hover .item-btn{ background-color: #fff; }

.pro1-box .item-btn:hover{ background-color: #fff; }

.hot-box2:hover .item-btn{ background-color: #fff; }















