.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 #E5E5E5;
	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 #E5E5E5;
	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 #E5E5E5;
	z-index: 110;
}

.zoomWrapperTitle {
	display: block;
	background: #E5E5E5;
	color: #FFF;
	height: 18px;
	line-height: 18px;
	width: 100%;
	overflow: hidden;
	text-align: center;
	font-size: 10px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 120;
	-moz-opacity: 0.6;
	opacity: 0.6;
	filter: alpha(opacity=60);
}

.zoomWrapperImage {
	display: block;
	position: relative;
	overflow: hidden;
	z-index: 110;

}

.zoomWrapperImage img {
	border: 0px;
	display: block;
	position: absolute;
	z-index: 101;
}

.zoomIframe {
	z-index: -1;
	filter: alpha(opacity=0);
	-moz-opacity: 0.80;
	opacity: 0.80;
	position: absolute;
	display: block;
}

#baguetteBox-overlay { display: none; opacity: 0; position: fixed; overflow: hidden; top: 0; left: 0; width: 100%; height: 100%; background-color: #222; background-color: rgba(0, 0, 0, 0.8); -webkit-transition: opacity .5s ease; -o-transition: opacity .5s ease; -moz-transition: opacity .5s ease; transition: opacity .5s ease; z-index: 99999999999999999999999999999999999999; }

#baguetteBox-overlay.visible { opacity: 1; }

#baguetteBox-overlay .full-image { display: inline-block; position: relative; width: 100%; height: 100%; text-align: center; }

#baguetteBox-overlay .full-image figure { display: inline; margin: 0; height: 100%; }

#baguetteBox-overlay .full-image img { display: inline-block; width: auto; height: auto; max-height: 100%; max-width: 100%; vertical-align: middle; -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

#baguetteBox-overlay .full-image figcaption { display: block; position: absolute; bottom: 0; width: 100%; text-align: center; line-height: 1.8; color: #ccc; background-color: #000; background-color: rgba(0, 0, 0, 0.6); font-family: Verdana, Geneva, sans-serif; }

#baguetteBox-overlay .full-image:before { content: ""; display: inline-block; height: 50%; width: 1px; margin-right: -1px; }

#baguetteBox-slider { position: absolute; left: 0; top: 0; height: 100%; width: 100%; white-space: nowrap; -webkit-transition: left .4s ease, -webkit-transform .4s ease; transition: left .4s ease, -webkit-transform .4s ease; -o-transition: left .4s ease, -o-transform .4s ease; -moz-transition: left .4s ease, transform .4s ease, -moz-transform .4s ease; transition: left .4s ease, transform .4s ease; transition: left .4s ease, transform .4s ease, -webkit-transform .4s ease, -moz-transform .4s ease, -o-transform .4s ease; transition: left .4s ease, transform .4s ease, -webkit-transform .4s ease; }

#baguetteBox-slider.bounce-from-right { -webkit-animation: bounceFromRight .4s ease-out; -moz-animation: bounceFromRight .4s ease-out; animation: bounceFromRight .4s ease-out; }

#baguetteBox-slider.bounce-from-left { -webkit-animation: bounceFromLeft .4s ease-out; -moz-animation: bounceFromLeft .4s ease-out; animation: bounceFromLeft .4s ease-out; }

.baguetteBox-button#next-button, .baguetteBox-button#previous-button { top: 50%; top: -webkit-calc(50% - 30px); top: -moz-calc(50% - 30px); top: calc(50% - 30px); width: 44px; height: 60px; }

.baguetteBox-button { position: absolute; cursor: pointer; outline: 0; padding: 0; margin: 0; border: 0; border-radius: 15%; background-color: #323232; background-color: rgba(50, 50, 50, 0.5); color: #ddd; font: 1.6em sans-serif; -webkit-transition: background-color .4s ease; -o-transition: background-color .4s ease; -moz-transition: background-color .4s ease; transition: background-color .4s ease; }

.baguetteBox-button:hover { background-color: rgba(50, 50, 50, 0.9); }

.baguetteBox-button#next-button { right: 2%; display: block !important; }

.baguetteBox-button#previous-button { left: 2%; display: block !important; }

.baguetteBox-button#close-button { top: 20px; right: 2%; right: -webkit-calc(2% + 6px); right: -moz-calc(2% + 6px); right: calc(2% + 6px); width: 30px; height: 30px; }

.baguetteBox-button svg { position: absolute; left: 0; top: 0; }

/*# sourceMappingURL=baguetteBox.css.map */

/* CSS Document */
* { margin: 0; padding: 0; -moz-box-sizing: border-box; box-sizing: border-box; }

html { font-size: 62.5%; }

body { background-color: #fff; color: #333; font-family: arial, helvetica, sans-serif; font-size: 14px; font-size: 1.4rem; max-width: 1920px; margin: 0 auto; overflow-x: hidden; }

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

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

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

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

img { border: none; }

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

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

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

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

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

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

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

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

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

input, textarea, select { font-family: arial, helvetica, sans-serif; font-size: 14px; font-size: 1.4rem; border: none; outline: none; background: none; }

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

textarea { resize: none; }

.pull-left { float: left; }

.pull-right { float: right; }

.clear { clear: both; }

.fix { *zoom: 1; }

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

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

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

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

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

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

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

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

.self-ellipsis-5 { display: -webkit-box !important; overflow: hidden; white-space: normal !important; text-overflow: ellipsis; word-wrap: break-word; -webkit-line-clamp: 5; -webkit-box-orient: vertical; }
.self-ellipsis-10 { display: -webkit-box !important; overflow: hidden; white-space: normal !important; text-overflow: ellipsis; word-wrap: break-word; -webkit-line-clamp: 10; -webkit-box-orient: vertical; }
@media screen and (max-width: 1219px){
    .self-ellipsis-10 {-webkit-line-clamp: 17;}
}
.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: #2963B3 !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: #2963B3 !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: #2963B3 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.at-style-responsive .at-share-btn { padding: 0 !important; border-radius: 2px !important; }

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

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

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

.at-style-responsive .at-share-btn { padding: 0 !important; border-radius: 2px !important; }

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

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

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

/*.item-cell { display: table-cell; width: 100%; height: 100%; vertical-align: middle; }*/
.item-cell {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    
}

/* .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: #2963B3; -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: #2963B3 !important; background-color: #2963B3 \9; color: #fff !important; }

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

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

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

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

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

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

.an-btn2:hover .iconfont { color: #2963B3 !important; }

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

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

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

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

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

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

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

.page a { display: inline-block; vertical-align: top; border: solid 1px #E5E5E5; background-color: #fff; color: #333; padding: 0 2px; min-width: 38px; height: 38px; line-height: 36px; margin: 0 4.5px 10px; font-size: 16px; font-size: 1.6rem; }
.page span { display: inline-block; vertical-align: top; border: solid 1px #E5E5E5; background-color: #fff; color: #333; padding: 0 2px; min-width: 38px; height: 38px; line-height: 36px; margin: 0 4.5px 10px; font-size: 16px; font-size: 1.6rem; }

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

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

.page a:hover, .page a.page-active { border-color: #2963B3; background-color: #2963B3; color: #FFFFFF; }
.page .no:hover{color: #333;background-color: #fff;border: solid 1px #E5E5E5;}
@media screen and (max-width: 1419px) { .page a { font-size: 14px; font-size: 1.4rem; min-width: 35px; height: 30px; line-height: 28px; margin: 0 4px 10px; }
  .page a.prev { min-width: 80px; } }

@media screen and (max-width: 1219px) { .page a { font-size: 12px; font-size: 1.2rem; min-width: 30px; height: 26px; line-height: 24px; margin: 0 2px 10px; }
  .page a.prev { min-width: 60px; }
  .page a.next { min-width: 60px; } }

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

@media screen and (max-width: 1219px) { .page .add-form { padding-right: 25px; } }

.page .add-form .add-btn { margin-left: 25px; font-size: 16px; font-size: 1.6rem; text-align: center; padding: 0 26px; height: 38px; line-height: 38px; background-color: #2963B3; color: #FFFFFF; cursor: pointer; -webkit-transition: all .35s; -o-transition: all .35s; -moz-transition: all .35s; transition: all .35s; }

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

@media screen and (max-width: 1419px) { .page .add-form .add-btn { margin-left: 15px; font-size: 14px; font-size: 1.4rem; height: 30px; line-height: 30px; padding: 0 20px; } }

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

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

.contact-pc li { position: relative; width: 100%; height: 52px; margin-bottom: 2px; border-radius: 5px; background: #DFDFDF; -webkit-transition: all .35s; -o-transition: all .35s; -moz-transition: all .35s; transition: all .35s; }

.contact-pc li:hover { background-color: #2963B3; }

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

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

.contact-pc li .iconfont { color: #fff; font-size: 22px; font-size: 2.2rem; -webkit-transition: all .35s; -o-transition: all .35s; -moz-transition: all .35s; transition: all .35s; }

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

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

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

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

.contact-phone li:hover { background-color: #2963B3; }

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

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

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

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

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

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

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

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

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

/*-------------pro-share end---------------------------------------------------------------*/
/*-------------m-oths----------------------------------------------------------------------*/
.m-oths { padding-top: 15px; font-size: 20px; font-size: 2rem; line-height: 24px; color: #333; }

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

.m-oths a:hover { color: #2963B3; }

@media screen and (max-width: 1419px) { .m-oths { font-size: 16px; font-size: 1.6rem; line-height: 20px; } }

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

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

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

@media screen and (max-width: 1219px) { .m-oths .oths-item-1 { margin-bottom: 10px; } }

@media screen and (max-width: 767px) { .m-oths .oths-item-1 { margin-bottom: 5px; } }

.m-oths .iconfont { display: inline-block; float: left; font-size: 0; width: 44px; height: 44px; line-height: 44px; text-align: center; background-color: #E7E7E7; font-size: 22px; font-size: 2.2rem; color: #2963B3; margin-right: 14px; }

@media screen and (max-width: 1419px) { .m-oths .iconfont { width: 32px; height: 32px; line-height: 32px; font-size: 18px; font-size: 1.8rem; margin-right: 10px; } }

@media screen and (max-width: 1219px) { .m-oths .iconfont { width: 28px; height: 28px; line-height: 28px; font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 767px) { .m-oths .iconfont { width: 24px; height: 24px; line-height: 24px; font-size: 14px; font-size: 1.4rem; margin-right: 5px; } }

.m-oths .oths-body { overflow: hidden; padding: 10px 0; }

@media screen and (max-width: 1419px) { .m-oths .oths-body { padding: 6px 0; } }

@media screen and (max-width: 1219px) { .m-oths .oths-body { padding: 4px 0; } }

@media screen and (max-width: 767px) { .m-oths .oths-body { padding: 2px 0; } }

/*-------------bread start-----------------------------------------------------------------*/
.bread { font-size: 14px; font-size: 1.4rem; line-height: 24px; padding-top: 11px; padding-bottom: 14px; overflow: hidden; }

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

.bread a:hover, .bread .bread-active { color: #2963B3; }

@media screen and (max-width: 991px) { .bread { font-size: 14px; font-size: 1.4rem; line-height: 20px; } }

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

/*-------------bread end-------------------------------------------------------------------*/
.search-box { /* WebKit browsers */ /* Mozilla Firefox 4 to 18 */ /* Mozilla Firefox 19+ */ /* Internet Explorer 10+ */ cursor: pointer; position: relative; width: 198px; height: 28px; border: solid 1px #BFBFBF; background-color: #F6F6F6; margin-top: 6px; }

.search-box ::-webkit-input-placeholder { color: #999; opacity: 1; }

.search-box :-o-placeholder { color: #999; opacity: 1; }

.search-box ::-moz-placeholder { color: #999; opacity: 1; }

.search-box :-ms-input-placeholder { color: #999; opacity: 1; }

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

.search-box .iconfont { font-size: 22px; font-size: 2.2rem; color: #fff; position: absolute; width: 31px; height: 28px; line-height: 28px; right: -1px; top: -1px; text-align: center; background-color: #367FE3; }

.search-box .item-input { position: absolute; top: 0; left: 0; width: 100%; height: 100%; line-height: 28px; padding: 0 35px 0 14px; color: #999999; font-size: 14px; font-size: 1.4rem; }

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

/*-------------header start----------------------------------------------------------------*/
@media screen and (min-width: 481px) { .fixed.header { position: fixed; top: 0; left: 0; }
  .fixed.header .h-top { height: 0; overflow: hidden; padding: 0; } }

.header { position: relative; z-index: 999; width: 100%; background-color: #fff; }

.header .h-top { height: 40px; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; border-bottom: solid 1px #EEEEEE; }

@media screen and (max-width: 1219px) { .header .h-top { display: none; } }

.header .h-top .h-follow { float: right; font-size: 0; letter-spacing: 0; padding-top: 8px; margin-left: 52px; line-height: 1; }

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

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

.header .h-top .h-follow a { display: inline-block; vertical-align: top; margin-left: 11px; -webkit-transition: all .35s; -o-transition: all .35s; -moz-transition: all .35s; transition: all .35s; line-height: 1; }

.header .h-top .h-follow a:first-child { margin-left: 0; }

.header .h-top .h-follow a:hover { margin-top: -5px; margin-bottom: 5px; }

.header .h-top .h-follow a .iconfont { display: block; text-align: center; width: 24px; height: 24px; line-height: 24px; font-size: 16px; font-size: 1.6rem; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; color: #fff; }

.header .h-top .h-follow a .icon-facebook { background-color: #5D82D1; }

.header .h-top .h-follow a .icon-twitter { background-color: #40BFF5; }

.header .h-top .h-follow a .icon-Instagram { background-color: #EB5E4C; }

.header .h-top .h-follow a .icon-pinterest { background-color: #E13138; }

.header .h-top .h-follow a .icon-youtube { background-color: #C4302A; }

.header .h-top .h-follow a .icon-linkedin { background-color: #238CC8; }

.header .h-top .item-p { margin-right: 50px; float: left; font-size: 14px; font-size: 1.4rem; line-height: 40px; }

.header .h-top .item-p, .header .h-top .item-p a { color: #666; }

.header .h-top .item-p a:hover { color: #2963B3; }

@media screen and (max-width: 1419px) { .header .h-top .item-p { margin-right: 30px; } }

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

.header .h-bot { font-size: 0; padding: 14px 0 16px 0; }

@media screen and (max-width: 1219px) { .header .h-bot { padding: 15px 0; } }

@media screen and (max-width: 480px) { .header .h-bot { padding: 8px 0 15px; } }

.header .h-bot .wp2 { width: 1770px; margin: 0 auto; }

@media screen and (max-width: 1800px) { .header .h-bot .wp2 { width: 1700px; } }

@media screen and (max-width: 1719px) { .header .h-bot .wp2 { width: 1600px; } }

@media screen and (max-width: 1619px) { .header .h-bot .wp2 { width: 1500px; } }

@media screen and (max-width: 1519px) { .header .h-bot .wp2 { width: 1400px; } }

@media screen and (max-width: 1419px) { .header .h-bot .wp2 { width: 1200px; } }

@media screen and (max-width: 1219px) { .header .h-bot .wp2 { width: 100%; padding: 0 15px; } }

.header .h-bot .item-btn { margin-top: 0; margin-right: 15px; float: right; font-size: 18px; font-size: 1.8rem; line-height: 62px; padding: 0 15px; background-color: #367FE3; color: #fff; border-radius: 6px; }

.header .h-bot .item-btn:hover { text-decoration: underline; }

@media screen and (max-width: 1619px) { .header .h-bot .item-btn { font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 1519px) { .header .h-bot .item-btn { margin-right: 10px; padding: 0 10px; } }

@media screen and (max-width: 1419px) { .header .h-bot .item-btn { margin-right: 5px; font-size: 14px; font-size: 1.4rem; line-height: 50px; } }

@media screen and (max-width: 1219px) { .header .h-bot .item-btn { display: none; } }

.header .lang-box { float: right; font-size: 0; letter-spacing: 0; margin-top: 18px; }

@media screen and (max-width: 1619px) { .header .lang-box { margin-top: 21px; } }

@media screen and (max-width: 1419px) { .header .lang-box { margin-top: 17px; } }

@media screen and (max-width: 1219px) { .header .lang-box { margin-top: 5px; margin-right: 30px; } }

@media screen and (max-width: 480px) { .header .lang-box { margin-top: 0; float: none; text-align: right; } }

.header .lang-box > a { display: inline-block; vertical-align: top; font-size: 0; letter-spacing: 0; margin-right: 30px; }

.header .lang-box > a:last-child { margin-right: 0; }

.header .lang-box > a:hover { color: #2963B3; }

.header .lang-box > a .item-pic { display: inline-block; vertical-align: middle; margin-right: 8px; width: 37px; }

.header .lang-box > a .item-pic .item-img { width: 100%; position: relative; padding-bottom: 67.56757%; }

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

.header .lang-box > a span { display: inline-block; vertical-align: middle; font-size: 16px; font-size: 1.6rem; }

@media screen and (max-width: 1800px) { .header .lang-box > a { margin-right: 15px; } }

@media screen and (max-width: 1619px) { .header .lang-box > a .item-pic { width: 30px; margin-right: 5px; }
  .header .lang-box > a span { font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 1519px) { .header .lang-box > a { margin-right: 10px; } }

@media screen and (max-width: 1419px) { .header .lang-box > a .item-pic { width: 25px; margin-right: 5px; } }

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

.header .logo { float: left; display: block; width: 225px; margin: 16px 0 0; }

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

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

@media screen and (max-width: 1419px) { .header .logo { width: 200px; margin-top: 13px; } }

@media screen and (max-width: 1219px) { .header .logo { width: 180px; margin-top: 0; } }

@media screen and (max-width: 480px) { .header .logo { float: none;  } }

.header .navlist { float: right; margin-top: 0; margin-right: 13px; font-size: 0; letter-spacing: 0; background-color: #367FE3; border-radius: 6px; }

@media screen and (max-width: 1519px) { .header .navlist { margin-right: 10px; } }

@media screen and (max-width: 1419px) { .header .navlist { margin-right: 5px; } }

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

.header .navlist > li { position: relative; display: inline-block; vertical-align: top; border-left: solid 1px #fff; border-color: rgba(255, 255, 255, 0.2); }

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

.header .navlist > li > a { display: block; text-align: center; font-size: 18px; font-size: 1.8rem; line-height: 62px; padding: 0 15px; color: #fff; min-width: 124px; }

@media screen and (max-width: 1800px) { .header .navlist > li > a { min-width: 110px; } }

@media screen and (max-width: 1719px) { .header .navlist > li > a { min-width: 100px; } }

@media screen and (max-width: 1619px) { .header .navlist > li > a { font-size: 16px; font-size: 1.6rem; min-width: 90px; } }

@media screen and (max-width: 1519px) { .header .navlist > li > a { min-width: auto; padding: 0 12px; } }

@media screen and (max-width: 1419px) { .header .navlist > li > a { font-size: 14px; font-size: 1.4rem; line-height: 50px; padding: 0 10px; } }

.header .navlist > li.nav-active > a, .header .navlist > li:hover > a { text-decoration: underline; }

.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; width: 410px; background: #FFFFFF; box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35); border-bottom: solid 6px #367FE3; padding: 6px 0 24px; margin-top: 15px; }

@media screen and (max-width: 1619px) { .header .yiji { width: 300px; } }

@media screen and (max-width: 1419px) { .header .yiji { padding: 6px 0 10px; width: 260px; } }

.header .yiji:before { position: absolute; content: ''; height: 15px; left: 0; width: 100%; top: -15px; }

.header .yiji li { position: relative; }

.header .yiji li > a { display: block; font-size: 18px; font-size: 1.8rem; line-height: 24px; padding: 8px 27px; }

@media screen and (max-width: 1619px) { .header .yiji li > a { font-size: 16px; font-size: 1.6rem; line-height: 20px; padding: 8px 20px; } }

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

.header .yiji li:hover > a { color: #367FE3; }

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

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

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

.header .erji, .header .sanji { position: absolute; left: 100%; top: 0; display: block; visibility: hidden; opacity: 0; -webkit-transform: translateY(30px); -moz-transform: translateY(30px); -ms-transform: translateY(30px); -o-transform: translateY(30px); transform: translateY(30px); -webkit-transform-origin: top; -moz-transform-origin: top; -ms-transform-origin: top; -o-transform-origin: top; transform-origin: top; -webkit-transition: all 400ms ease; -o-transition: all 400ms ease; -moz-transition: all 400ms ease; transition: all 400ms ease; width: 337px; background: #FFFFFF; box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35); border-bottom: solid 6px #367FE3; padding: 6px 0 24px; margin-left: 8px; }

.header .erji:before, .header .sanji:before { position: absolute; content: ''; top: 0; bottom: 0; width: 8px; left: -8px; }

@media screen and (max-width: 1619px) { .header .erji, .header .sanji { width: 300px; } }

@media screen and (max-width: 1419px) { .header .erji, .header .sanji { padding: 6px 0 10px; width: 260px; } }

/*-------------header end------------------------------------------------------------------*/
/*-------------footer start----------------------------------------------------------------*/
.footer { position: relative; background-color: #0F448F; }

@media screen and (max-width: 767px) { .footer .icon-bg1, .footer .icon-bg2 { display: none; } }

.footer .f-top { font-size: 0; letter-spacing: 0; padding: 110px 0 69px; }

.footer .f-top, .footer .f-top * { color: #F7F7F7; }

.footer .f-top a:hover { text-decoration: underline; }

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

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

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

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

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

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

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

@media screen and (max-width: 991px) { .footer .f-top .flist { width: 50% !important; line-height: 26px; } }

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

.footer .f-top .flist1 { width: 19.71429%; }

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

@media screen and (max-width: 1219px) { .footer .f-top .flist1 { width: 17.85714%; } }

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

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

.footer .f-top .flist3 { width: 23.21429%; }

@media screen and (max-width: 1219px) { .footer .f-top .flist3 { width: 22.85714%; } }

.footer .f-top .flist4 { width: 24.85714%;}

@media screen and (max-width: 1419px) { .footer .f-top .flist4 { width: 28.85714%; } }

@media screen and (max-width: 1219px) { .footer .f-top .flist4 { width: 31.64286%; } }

.footer .f-top .footer-title { font-family: "Barlow-Bold", arial; font-size: 26px; font-size: 2.6rem; line-height: 1.3; margin-bottom: 13px; }

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

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

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

.footer .f-top .item-follow > * { display: inline-block; vertical-align: middle; margin-right: 18px; }

.footer .f-top .item-follow > *:last-child { margin-right: 0; }

@media screen and (max-width: 1419px) { .footer .f-top .item-follow > * { margin-right: 15px; } }

@media screen and (max-width: 1219px) { .footer .f-top .item-follow > * { margin-right: 10px; } }

@media screen and (max-width: 767px) { .footer .f-top .item-follow > * { margin-right: 5px; } }

.footer .f-top .item-follow .item-title { font-size: 20px; font-size: 2rem; line-height: 1.3; margin-right: 23px; }

@media screen and (max-width: 1419px) { .footer .f-top .item-follow .item-title { font-size: 18px; font-size: 1.8rem; margin-right: 20px; } }

@media screen and (max-width: 1219px) { .footer .f-top .item-follow .item-title { font-size: 16px; font-size: 1.6rem; margin-right: 15px; } }

@media screen and (max-width: 991px) { .footer .f-top .item-follow .item-title { font-size: 14px; font-size: 1.4rem; margin-right: 10px; } }

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

.footer .f-top .item-follow a:hover { text-decoration: none; }

.footer .f-top .item-follow .iconfont { display: block; width: 32px; height: 32px; line-height: 32px; text-align: center; font-size: 17px; font-size: 1.7rem; color: #fff; -webkit-transition: all .35s; -o-transition: all .35s; -moz-transition: all .35s; transition: all .35s; border-radius: 50%; }

.footer .f-top .item-follow .iconfont:hover { background-color: #2963B3; }

@media screen and (max-width: 991px) { .footer .f-top .item-follow .iconfont { width: 30px; height: 30px; line-height: 30px; font-size: 16px; font-size: 1.6rem; background-color: #2963B3; } }

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

.footer .f-bot { padding: 9px 0 3px; background-color: #2963B3; font-size: 14px; font-size: 1.4rem; line-height: 24px; }

.footer .f-bot, .footer .f-bot * { color: #fff; }

.footer .f-bot a:hover { text-decoration: underline; }

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

@media screen and (max-width: 767px) { .footer .f-bot { padding: 10px 0; font-size: 12px; font-size: 1.2rem; line-height: 20px; }
  .footer .f-bot .item-keys, .footer .f-bot .links { display: none; } }

/*-------------footer end------------------------------------------------------------------*/
/*-------------index start-----------------------------------------------------------------*/
.index-item .item-title { text-align: center; font-family: "Barlow-Bold", arial; font-size: 40px; font-size: 4rem; line-height: 1.3; position: relative; overflow: visible; padding-bottom: 12px; }

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

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

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

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

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

.index-item .item-title:before { position: absolute; content: ''; width: 139px; height: 1px; background-color: #DCDCDC; left: 0; right: 0; margin: 0 auto; bottom: 0; }

@media screen and (max-width: 1219px) { .index-item .item-title:before { width: 110px; } }

@media screen and (max-width: 767px) { .index-item .item-title:before { width: 80px; } }

.index-item .item-title:after { position: absolute; content: ''; width: 52px; height: 6px; background-color: #2963B3; left: 0; right: 0; margin: 0 auto; bottom: -3px; }

@media screen and (max-width: 767px) { .index-item .item-title:after { width: 40px; height: 4px; bottom: -2px; } }

.index-item .item-desc { margin-top: 30px; text-align: center; font-size: 18px; font-size: 1.8rem; line-height: 1.555; }

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

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

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

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

.index-quote { text-align: right; font-size: 0; letter-spacing: 0; }

.index-quote > * { display: inline-block; vertical-align: middle; }

.index-quote .item-title { font-size: 22px; font-size: 2.2rem; line-height: 1.3; padding: 10px 0; }

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

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

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

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

.index-quote .item-btn { margin-left: 49px; font-size: 18px; font-size: 1.8rem; line-height: 42px; text-decoration: underline; color: #fff; background-color: #2963B3; border: solid 1px #2963B3; padding: 0 18px; }

@media screen and (max-width: 1419px) { .index-quote .item-btn { font-size: 16px; font-size: 1.6rem; line-height: 40px; margin-left: 40px; } }

@media screen and (max-width: 1219px) { .index-quote .item-btn { font-size: 14px; font-size: 1.4rem; line-height: 34px; margin-left: 30px; } }

@media screen and (max-width: 991px) { .index-quote .item-btn { margin-left: 20px; line-height: 28px; padding: 0 15px; } }

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

.icon-bg1 { position: absolute; top: 0; left: 0; width: 9.01042%; }

.icon-bg1 img { display: block; width: 100%; }

.icon-bg2 { position: absolute; top: 0; right: 0; width: 9.01042%; }

.icon-bg2 img { display: block; width: 100%; }

.icon-bg3 { position: absolute; bottom: 0; left: 0; width: 9.01042%; }

.icon-bg3 img { display: block; width: 100%; }

.icon-bg4 { position: absolute; bottom: 0; right: 0; width: 9.01042%; }

.icon-bg4 img { display: block; width: 100%; }

.index-adbox { padding: 71px 0 48px; }

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

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

.index-adbox .box-title { text-align: center; font-family: "Barlow-Bold", arial; font-size: 22px; font-size: 2.2rem; line-height: 1.636363; margin-bottom: 58px; }

.index-adbox .box-title a { display: block; }

.index-adbox .box-title a:hover { color: #2963B3; }

@media screen and (max-width: 1419px) { .index-adbox .box-title { font-size: 20px; font-size: 2rem; line-height: 1.5; margin-bottom: 50px; } }

@media screen and (max-width: 1219px) { .index-adbox .box-title { font-size: 18px; font-size: 1.8rem; line-height: 1.4; margin-bottom: 40px; } }

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

@media screen and (max-width: 767px) { .index-adbox .box-title { font-size: 16px; font-size: 1.6rem; margin-bottom: 20px; } }

@media screen and (max-width: 480px) { .index-adbox .box-title { font-size: 14px; font-size: 1.4rem; margin-bottom: 20px; } }

.index-adbox .box-list { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-flow: row nowrap; -moz-box-orient: horizontal; -moz-box-direction: normal; -ms-flex-flow: row nowrap; flex-flow: row nowrap; -webkit-box-pack: justify; -webkit-justify-content: space-between; -moz-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

@media screen and (max-width: 991px) { .index-adbox .box-list { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: start; -webkit-justify-content: flex-start; -moz-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; } }

.index-adbox .box-list .list-item { text-align: center; margin-bottom: 20px; }

@media screen and (max-width: 991px) { .index-adbox .box-list .list-item { width: 31.33%; -webkit-flex-basis: 31.33%; -ms-flex-preferred-size: 31.33%; flex-basis: 31.33%; margin: 0 1% 20px; } }

@media screen and (max-width: 480px) { .index-adbox .box-list .list-item { width: 48%; -webkit-flex-basis: 48%; -ms-flex-preferred-size: 48%; flex-basis: 48%; } }

.index-adbox .box-list .item-title { font-size: 18px; font-size: 1.8rem; line-height: 1.3; margin-bottom: 4px; }

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

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

.index-adbox .box-list .item-num { font-size: 46px; font-size: 4.6rem; line-height: 1.3; color: #2963B3; position: relative; }

.index-adbox .box-list .item-num:before { position: absolute; content: ''; width: 40px; height: 2px; background-color: #2963B3; left: 0; right: 0; margin: 0 auto; bottom: 0; }

@media screen and (max-width: 1419px) { .index-adbox .box-list .item-num { font-size: 40px; font-size: 4rem; padding-bottom: 5px; } }

@media screen and (max-width: 1219px) { .index-adbox .box-list .item-num { font-size: 34px; font-size: 3.4rem; } }

@media screen and (max-width: 991px) { .index-adbox .box-list .item-num { font-size: 28px; font-size: 2.8rem; } }

@media screen and (max-width: 767px) { .index-adbox .box-list .item-num { font-size: 20px; font-size: 2rem; }
  .index-adbox .box-list .item-num:before { width: 30px; } }

.index-service { padding-bottom: 80px; }

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

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

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

.index-service .index-item { margin-bottom: 22px; }

.s-list { width: 100%; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-flow: row wrap; -moz-box-orient: horizontal; -moz-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-box-pack: start; -webkit-justify-content: flex-start; -moz-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; padding-bottom: 3px; }

.s-list .list-item { -webkit-flex-basis: 28.57143%; -ms-flex-preferred-size: 28.57143%; flex-basis: 28.57143%; width: 28.57143%; margin-left: 7.14286%; margin-bottom: 26px; -webkit-transition: all .35s; -o-transition: all .35s; -moz-transition: all .35s; transition: all .35s; position: relative; }

.s-list .list-item:before { position: absolute; content: ''; top: 48px; left: 0; width: 100%; bottom: 0; background-color: #F7F7F7; }

@media screen and (max-width: 1219px) { .s-list .list-item:before { top: 42px; } }

@media screen and (max-width: 991px) { .s-list .list-item:before { top: 36px; } }

@media screen and (max-width: 767px) { .s-list .list-item:before { top: 30px; } }

.s-list .list-item:hover:before { background-color: #2963B3; }

.s-list .list-item:hover .item-icon { background-color: #2963B3; color: #fff; }

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

.s-list .list-item:hover .item-desc p:before { color: #fff; }

@media screen and (max-width: 1419px) { .s-list .list-item { -webkit-flex-basis: 31%; -ms-flex-preferred-size: 31%; flex-basis: 31%; width: 31%; margin-left: 3.5%; } }

@media screen and (max-width: 1219px) { .s-list .list-item { -webkit-flex-basis: 32%; -ms-flex-preferred-size: 32%; flex-basis: 32%; width: 32%; margin-left: 2%; } }

@media screen and (max-width: 480px) { .s-list .list-item { -webkit-flex-basis: 48%; -ms-flex-preferred-size: 48%; flex-basis: 48%; width: 48%; margin: 0 1% 20px !important; } }

.s-list .item-icon { display: block; width: 91px; height: 48px; line-height: 48px; border-radius: 46px 46px 0 0; background-color: #EBEBEB; text-align: center; font-size: 28px; font-size: 2.8rem; color: #2963B3; -webkit-transition: all .35s; -o-transition: all .35s; -moz-transition: all .35s; transition: all .35s; }

@media screen and (max-width: 1219px) { .s-list .item-icon { width: 80px; height: 42px; line-height: 42px; font-size: 26px; font-size: 2.6rem; } }

@media screen and (max-width: 991px) { .s-list .item-icon { width: 70px; height: 36px; line-height: 36px; font-size: 24px; font-size: 2.4rem; } }

@media screen and (max-width: 767px) { .s-list .item-icon { width: 60px; height: 30px; line-height: 30px; font-size: 22px; font-size: 2.2rem; } }

.s-list .item-body { position: relative; padding: 23px 17px 0; -webkit-transition: all .35s; -o-transition: all .35s; -moz-transition: all .35s; transition: all .35s; }

@media screen and (max-width: 1419px) { .s-list .item-body { padding: 20px 15px 0; } }

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

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

.s-list .item-title { font-family: "Barlow-Bold", arial; font-size: 20px; font-size: 2rem; line-height: 1.3; text-align: center; margin-bottom: 23px; }

.s-list .item-title a { overflow: hidden; text-overflow: ellipsis;  }

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

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

@media screen and (max-width: 767px) { .s-list .item-title { font-size: 14px; font-size: 1.4rem; margin-bottom: 10px;min-height: 36px; } }

.s-list .item-pic { margin-bottom: 21px; }

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

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

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

.s-list .item-desc { margin-bottom: 9px; font-size: 16px; font-size: 1.6rem; line-height: 28px; }

.s-list .item-desc, .s-list .item-desc a { color: #333; }

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

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

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

.s-list .item-desc p { padding-left: 26px; position: relative;  }

.s-list .item-desc p:before { position: absolute; font-family: "iconfont" !important; font-style: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: '\e605'; font-size: 14px; font-size: 1.4rem; color: #999; left: 0; top: 0; -webkit-transition: all .35s; -o-transition: all .35s; -moz-transition: all .35s; transition: all .35s; }

@media screen and (max-width: 1219px) { .s-list .item-desc p { padding-left: 20px; } }

@media screen and (max-width: 991px) { .s-list .item-desc p { padding-left: 16px; } }

@media screen and (max-width: 767px) { .s-list .item-desc p { padding-left: 14px; }
  .s-list .item-desc p:before { font-size: 12px; font-size: 1.2rem; } }

.s-list .item-btn { text-align: right; border-top: dashed 1px #DCDCDC; border-color: rgba(220, 220, 220, 0.64); font-size: 18px; font-size: 1.8rem; line-height: 1.3; text-decoration: underline; padding: 18px 32px; }

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

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

@media screen and (max-width: 991px) { .s-list .item-btn { padding: 10px 0; } }

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

.index-about { background: url(../images/bg1.jpg) no-repeat center; background-size: cover; padding: 37px 0 57px; position: relative; }

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

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

.index-about .index-item { margin-bottom: 36px; }

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

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

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

.index-about .index-item .item-title:after { background-color: #F7F7F7; }

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

.index-about .box-item { font-size: 0; letter-spacing: 0; position: relative; margin-bottom: 27px; }

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

.index-about .box-item:before { position: absolute; content: ''; width: 1px; top: 0; bottom: 0; border-left: dashed 1px #fff; opacity: 0.37; left: 0; right: 0; margin: 0 auto; }

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

.index-about .box-item .item-desc { display: inline-block; vertical-align: top; width: 47.5%; margin-left: 5%; font-size: 16px; font-size: 1.6rem; line-height: 30px; }

.index-about .box-item .item-desc:first-child { margin-left: 0; }

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

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

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

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

@media screen and (max-width: 767px) { .index-about .box-item .item-desc { font-size: 12px; font-size: 1.2rem; line-height: 20px; width: 100%; margin-left: 0; }
  .index-about .box-item .item-desc:first-child { margin-bottom: 20px; } }

.index-about .box-btn { font-size: 0; text-align: center; }

.index-about .box-btn a { display: inline-block; font-size: 18px; font-size: 1.8rem; line-height: 42px; text-decoration: underline; color: #2963B3; background-color: #fff; border: solid 1px #fff; padding: 0 40px; }

.index-about .box-btn a:hover { color: #fff !important; border-color: #fff !important; }

.index-about .box-btn a:before { background: #2963B3 !important; }

@media screen and (max-width: 1419px) { .index-about .box-btn a { font-size: 16px; font-size: 1.6rem; line-height: 40px; } }

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

@media screen and (max-width: 991px) { .index-about .box-btn a { line-height: 28px; padding: 0 15px; } }

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

.company-owl { position: relative; margin-bottom: 23px; }

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

.company-owl .owl-carousel { width: 101.33333%; margin-left: -0.66667%; }

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

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

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

.company-owl .owl-btns .owl-btn { position: absolute; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); display: inline-block; vertical-align: top; cursor: pointer; width: 44px; height: 44px; line-height: 44px; text-align: center; background-color: #E7E7E7; font-size: 22px; font-size: 2.2rem; color: #2963B3; -webkit-transition: all .35s; -o-transition: all .35s; -moz-transition: all .35s; transition: all .35s; }

.company-owl .owl-btns .owl-btn:hover { background-color: #B2CFF8; color: #fff; }

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

@media screen and (max-width: 1419px) { .company-owl .owl-btns .owl-btn { width: 40px; height: 40px; line-height: 40px; font-size: 20px; font-size: 2rem; } }

@media screen and (max-width: 1219px) { .company-owl .owl-btns .owl-btn { width: 32px; height: 32px; line-height: 32px; font-size: 18px; font-size: 1.8rem; } }

@media screen and (max-width: 991px) { .company-owl .owl-btns .owl-btn { width: 28px; height: 28px; line-height: 28px; font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 767px) { .company-owl .owl-btns .owl-btn { width: 24px; height: 24px; line-height: 24px; font-size: 14px; font-size: 1.4rem; } }

.company-owl .owl-btns .item-prev { left: -65px; }

@media screen and (max-width: 1419px) { .company-owl .owl-btns .item-prev { left: 0; } }

.company-owl .owl-btns .item-next { right: -65px; }

@media screen and (max-width: 1419px) { .company-owl .owl-btns .item-next { right: 0; } }

.company-owl .list-item { margin: 10px 1.9802%; }

@media screen and (max-width: 991px) { .company-owl .list-item { margin: 10px 2.94118%; } }

@media screen and (max-width: 480px) { .company-owl .list-item { margin: 10px 1.96078%; } }

.company-owl .item-pic { border: 4px solid #FFFFFF; box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.22); }

.index-probox { padding: 70px 0; }

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

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

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

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

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

.index-probox .tab-options { float: left; width: 295px; margin-right: 2.57143%; }

@media screen and (max-width: 1219px) { .index-probox .tab-options { width: 265px; margin-right: 2.14286%; } }

@media screen and (max-width: 991px) { .index-probox .tab-options { width: 210px; } }

@media screen and (max-width: 767px) { .index-probox .tab-options { width: 100%; margin-right: 0; float: none; 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; margin-bottom: 15px; } }

.index-probox .tab-options li { cursor: pointer; display: block; margin-bottom: 16px; background-color: #65A1F3; font-size: 18px; font-size: 1.8rem; line-height: 24px; padding: 12px 5px; color: #fff; text-align: center; -webkit-transition: all .35s; -o-transition: all .35s; -moz-transition: all .35s; transition: all .35s; }

.index-probox .tab-options li:hover, .index-probox .tab-options li.tab-active { background-color: #2963B3; }

@media screen and (max-width: 1219px) { .index-probox .tab-options li { line-height: 20px; padding: 10px 5px; font-size: 16px; font-size: 1.6rem; margin-bottom: 10px; } }

@media screen and (max-width: 991px) { .index-probox .tab-options li { font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 767px) { .index-probox .tab-options li { width: 31.33%; -webkit-flex-basis: 31.33%; -ms-flex-preferred-size: 31.33%; flex-basis: 31.33%; margin: 0 1% 10px; line-height: 1.3; 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; text-align: center; }
  .index-probox .tab-options li p { -webkit-box-flex: 1; -webkit-flex: 1; -moz-box-flex: 1; -ms-flex: 1; flex: 1; } }

@media screen and (max-width: 640px) { .index-probox .tab-options li { width: 48%; -webkit-flex-basis: 48%; -ms-flex-preferred-size: 48%; flex-basis: 48%; padding: 5px; } }

.index-probox .tab-content { overflow: hidden; }

.index-probox .tab-content .box-list { font-size: 0; letter-spacing: 0; }

.index-probox .tab-content .box-list .list-item { display: inline-block; vertical-align: top; width: 32.46024%; margin-left: 1.30964%; margin-bottom: 35px; text-align: center; }

.index-probox .tab-content .box-list .list-item:hover .item-body { background-color: #2963B3; }

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

@media screen and (max-width: 1219px) { .index-probox .tab-content .box-list .list-item { margin-bottom: 30px; } }

@media screen and (max-width: 991px) { .index-probox .tab-content .box-list .list-item { width: 48%; margin: 0 1% 25px !important; } }

@media screen and (max-width: 767px) { .index-probox .tab-content .box-list .list-item { width: 31.33%; margin: 0 1% 20px !important; } }

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

.index-probox .tab-content .box-list .item-pic { border: solid 1px #E5E5E5; }

.index-probox .tab-content .box-list .item-body { background-color: #F7F7F7; -webkit-transition: all .35s; -o-transition: all .35s; -moz-transition: all .35s; transition: all .35s; }

.index-probox .tab-content .box-list .item-title { font-size: 16px; font-size: 1.6rem; line-height: 40px; }

.index-probox .tab-content .box-list .item-title a { padding: 0 5px; }

@media screen and (max-width: 1219px) { .index-probox .tab-content .box-list .item-title { line-height: 36px; } }

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

@media screen and (max-width: 767px) { .index-probox .tab-content .box-list .item-title { line-height: 26px; } }

.index-process { padding-bottom: 35px; }

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

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

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

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

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

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

.index-process .box-list .list-item { float: left; width: 18.14286%; margin-left: 9.14286%; margin-bottom: 46px; text-align: center; position: relative; }

.index-process .box-list .list-item:before { position: absolute; content: '\e677'; font-family: "iconfont" !important; font-style: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 22px; font-size: 2.2rem; color: #2963B3; width: 50.3937%; text-align: center; left: 100%; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }

.index-process .box-list .item1, .index-process .box-list .item9, .index-process .box-list .item8 { margin-left: 0; }

.index-process .box-list .item5, .index-process .box-list .item6, .index-process .box-list .item7, .index-process .box-list .item8 { float: right; }

.index-process .box-list .item5:before, .index-process .box-list .item6:before, .index-process .box-list .item7:before, .index-process .box-list .item8:before { content: '\ebe2'; left: unset; right: 100%; }

.index-process .box-list .item4:before, .index-process .box-list .item8:before { content: '\ee27'; left: 0; width: 100%; top: 100%; -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; transform: none; height: 47px; line-height: 47px; }

.index-process .box-list .item12:before { display: none; }

@media screen and (max-width: 1419px) { .index-process .box-list .list-item { width: 21%; margin-left: 5.33333%; }
  .index-process .box-list .list-item:before { width: 25.39683%; }
  .index-process .box-list .item1, .index-process .box-list .item9, .index-process .box-list .item8 { margin-left: 0; } }

@media screen and (max-width: 1219px) { .index-process .box-list .list-item:before { font-size: 20px; font-size: 2rem; }
  .index-process .box-list .item4:before, .index-process .box-list .item8:before { width: 100%; } }

@media screen and (max-width: 991px) { .index-process .box-list .list-item { margin-bottom: 30px; width: 22%; margin-left: 4%; }
  .index-process .box-list .list-item:before { font-size: 16px; font-size: 1.6rem; width: 18.18182%; }
  .index-process .box-list .item1, .index-process .box-list .item9, .index-process .box-list .item8 { margin-left: 0; }
  .index-process .box-list .item4:before, .index-process .box-list .item8:before { width: 100%; height: 30px; line-height: 30px; } }

@media screen and (max-width: 640px) { .index-process .box-list .list-item { float: left; width: 30%; margin-left: 5%; margin-bottom: 24px; }
  .index-process .box-list .list-item:before { content: '\e677'; font-size: 14px; font-size: 1.4rem; color: #2963B3; width: 16.66667%; text-align: center; left: 100%; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }
  .index-process .box-list .item1, .index-process .box-list .item6, .index-process .box-list .item7, .index-process .box-list .item12 { margin-left: 0; }
  .index-process .box-list .item4, .index-process .box-list .item5, .index-process .box-list .item6, .index-process .box-list .item10, .index-process .box-list .item11, .index-process .box-list .item12 { float: right; }
  .index-process .box-list .item4:before, .index-process .box-list .item5:before, .index-process .box-list .item6:before, .index-process .box-list .item10:before, .index-process .box-list .item11:before, .index-process .box-list .item12:before { content: '\ebe2'; left: unset; right: 100%; }
  .index-process .box-list .item3:before, .index-process .box-list .item6:before, .index-process .box-list .item9:before { content: '\ee27'; left: 0; width: 100%; top: 100%; -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; transform: none; height: 24px; line-height: 24px; } }

@media screen and (max-width: 480px) { .index-process .box-list .list-item { float: left; width: 47%; margin-left: 6%; margin-bottom: 20px; }
  .index-process .box-list .list-item:before { content: '\e677'; font-size: 12px; font-size: 1.2rem; color: #2963B3; width: 12.76596%; text-align: center; left: 100%; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }
  .index-process .box-list .item1, .index-process .box-list .item4, .index-process .box-list .item5, .index-process .box-list .item8, .index-process .box-list .item9, .index-process .box-list .item12 { margin-left: 0; }
  .index-process .box-list .item3, .index-process .box-list .item4, .index-process .box-list .item7, .index-process .box-list .item8, .index-process .box-list .item11, .index-process .box-list .item12 { float: right; }
  .index-process .box-list .item3:before, .index-process .box-list .item4:before, .index-process .box-list .item7:before, .index-process .box-list .item8:before, .index-process .box-list .item11:before, .index-process .box-list .item12:before { content: '\ebe2'; left: unset; right: 100%; }
  .index-process .box-list .item2:before, .index-process .box-list .item4:before, .index-process .box-list .item6:before, .index-process .box-list .item8:before, .index-process .box-list .item10:before { content: '\ee27'; left: 0; width: 100%; top: 100%; -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; transform: none; height: 20px; line-height: 20px; } }

@media screen and (max-width: 480px) { .index-process .box-list .item-box { max-width: 160px; margin: 0 auto; } }

.index-process .box-list .item-body { position: relative; padding-bottom: 73.22835%; display: block; background: url(../images/bg3.png) no-repeat center; background-size: contain; }

.index-process .box-list .item-table { position: absolute; }

.index-process .box-list .item-title { padding: 0 55px; font-size: 16px; font-size: 1.6rem; line-height: 28px; }

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

@media screen and (max-width: 1419px) { .index-process .box-list .item-title { line-height: 1.4; padding: 0 50px; } }

@media screen and (max-width: 1219px) { .index-process .box-list .item-title { font-size: 14px; font-size: 1.4rem; padding: 0 40px; } }

@media screen and (max-width: 991px) { .index-process .box-list .item-title { font-size: 12px; font-size: 1.2rem; line-height: 1.3; padding: 0 35px; } }

.index-choose { background-color: #2963B3; position: relative; padding: 42px 0 8px; }

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

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

.index-choose .index-item { margin-bottom: 22px; }

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

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

.index-choose .index-item .item-title:after { background-color: #F7F7F7; }

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

.index-choose .box-list { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-flow: row 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; }

.index-choose .box-list .list-item { background-color: #fff; width: 28.57143%; -webkit-flex-basis: 28.57143%; -ms-flex-preferred-size: 28.57143%; flex-basis: 28.57143%; margin-left: 7.14286%; margin-bottom: 41px; text-align: center; padding: 39px 15px 52px; }

.index-choose .box-list .list-item:nth-child(3n+1) { margin-left: 0; }

@media screen and (max-width: 1419px) { .index-choose .box-list .list-item { width: 31%; -webkit-flex-basis: 31%; -ms-flex-preferred-size: 31%; flex-basis: 31%; margin-left: 3.5%; padding: 35px 15px 40px; } }

@media screen and (max-width: 1219px) { .index-choose .box-list .list-item { width: 32%; -webkit-flex-basis: 32%; -ms-flex-preferred-size: 32%; flex-basis: 32%; margin-left: 2%; padding: 25px 15px 30px; margin-bottom: 30px; } }

@media screen and (max-width: 991px) { .index-choose .box-list .list-item { padding: 20px 10px 25px; } }

@media screen and (max-width: 767px) { .index-choose .box-list .list-item { padding: 20px 10px 25px; padding: 15px 6px 20px; margin-bottom: 20px; } }

@media screen and (max-width: 640px) { .index-choose .box-list .list-item { width: 48%; -webkit-flex-basis: 48%; -ms-flex-preferred-size: 48%; flex-basis: 48%; margin: 0 1% 20px !important; } }

@media screen and (max-width: 380px) { .index-choose .box-list .list-item { width: 98%; -webkit-flex-basis: 98%; -ms-flex-preferred-size: 98%; flex-basis: 98%; margin: 0 1% 20px !important; } }

.index-choose .box-list .item-title { font-size: 20px; font-size: 2rem; line-height: 30px; height: 60px;font-weight:bold; }

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

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

@media screen and (max-width: 991px) { .index-choose .box-list .item-title { line-height: 22px; height: 44px; } }

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

.index-choose .box-list .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 28px; }

.index-choose .box-list .item-desc, .index-choose .box-list .item-desc a { color: #333; }

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

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

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

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

.index-box1 { padding: 71px 0 25px; }

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

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

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

@media screen and (max-width: 480px) { .index-box1 .box-list { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-flow: row 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; } }

.index-box1 .box-list .list-item { background-color: #FFFFFF; box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.22); margin-bottom: 69px; position: relative; 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: start; -webkit-align-items: flex-start; -moz-box-align: start; -ms-flex-align: start; align-items: flex-start; }

@media screen and (max-width: 991px) { .index-box1 .box-list .list-item { margin-bottom: 60px; } }

@media screen and (max-width: 767px) { .index-box1 .box-list .list-item { margin-bottom: 50px; } }

@media screen and (max-width: 480px) { .index-box1 .box-list .list-item { display: inline-block; -webkit-flex-basis: 48%; -ms-flex-preferred-size: 48%; flex-basis: 48%; width: 48%; margin: 0 1% 30px; background-color: #3782e9; } }

@media screen and (max-width: 380px) { .index-box1 .box-list .list-item { -webkit-flex-basis: 98%; -ms-flex-preferred-size: 98%; flex-basis: 98%; width: 98%; } }

.index-box1 .box-list .list-item:before { position: absolute; content: ''; width: 62.14286%; top: -13px; bottom: -13px; }

@media screen and (max-width: 480px) { .index-box1 .box-list .list-item:before { display: none; } }

.index-box1 .box-list .list-item.item1 { -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -webkit-flex-direction: row-reverse; -moz-box-orient: horizontal; -moz-box-direction: reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; }

.index-box1 .box-list .list-item.item1:before { left: 0; background: url(../images/bg4.png) no-repeat right center; background-size: cover; }

.index-box1 .box-list .list-item.item1 .item-body { padding: 17px 180px 0 100px; }

@media screen and (max-width: 1419px) { .index-box1 .box-list .list-item.item1 .item-body { padding: 10px 180px 0 50px; } }

@media screen and (max-width: 1219px) { .index-box1 .box-list .list-item.item1 .item-body { padding: 5px 150px 0 30px; } }

@media screen and (max-width: 991px) { .index-box1 .box-list .list-item.item1 .item-body { padding: 0 110px 0 20px; } }

@media screen and (max-width: 767px) { .index-box1 .box-list .list-item.item1 .item-body { padding: 0 90px 0 15px; } }

.index-box1 .box-list .list-item.item2:before { right: 0; background: url(../images/bg5.png) no-repeat left center; background-size: cover; }

.index-box1 .box-list .list-item.item2 .item-body { padding: 17px 60px 0 180px; }

@media screen and (max-width: 1419px) { .index-box1 .box-list .list-item.item2 .item-body { padding: 10px 50px 0 180px; } }

@media screen and (max-width: 1219px) { .index-box1 .box-list .list-item.item2 .item-body { padding: 5px 30px 0 150px; } }

@media screen and (max-width: 991px) { .index-box1 .box-list .list-item.item2 .item-body { padding: 0 20px 0 110px; } }

@media screen and (max-width: 767px) { .index-box1 .box-list .list-item.item2 .item-body { padding: 0 15px 0 90px; } }

.index-box1 .box-list .list-item.item2 .item-btn { right: unset; left: 17px; }

@media screen and (max-width: 991px) { .index-box1 .box-list .list-item.item2 .item-btn { left: 10px; } }

.index-box1 .box-list .item-btn { z-index: 3; position: absolute; font-size: 18px; font-size: 1.8rem; line-height: 1.3; text-decoration: underline; color: #2963B3; bottom: 21px; right: 17px; }

.index-box1 .box-list .item-btn:hover { color: #333; }

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

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

@media screen and (max-width: 991px) { .index-box1 .box-list .item-btn { bottom: 10px; right: 10px; } }

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

@media screen and (max-width: 480px) { .index-box1 .box-list .item-btn { position: relative; left: unset !important; right: unset !important; bottom: unset !important; color: #fff; padding: 0 6px 10px; display: inline-block; } }

.index-box1 .box-list .item-pic { -webkit-box-flex: 0; -webkit-flex: 0 0 auto; -moz-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 38.28571%; position: relative; z-index: 2; }

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

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

@media screen and (max-width: 480px) { .index-box1 .box-list .item-body { padding: 10px 6px !important; } }

.index-box1 .box-list .item-title { font-weight: bold; font-size: 30px; font-size: 3rem; line-height: 44px; position: relative; padding-bottom: 12px; margin-bottom: 24px; }

.index-box1 .box-list .item-title:before { position: absolute; content: ''; width: 83px; height: 3px; left: 0; bottom: 0; background-color: #2963B3; }

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

@media screen and (max-width: 1419px) { .index-box1 .box-list .item-title { font-size: 26px; font-size: 2.6rem; line-height: 34px; margin-bottom: 20px; } }

@media screen and (max-width: 1219px) { .index-box1 .box-list .item-title { font-size: 22px; font-size: 2.2rem; line-height: 26px; padding-bottom: 10px; } }

@media screen and (max-width: 991px) { .index-box1 .box-list .item-title { font-size: 18px; font-size: 1.8rem; line-height: 22px; margin-bottom: 15px; }
  .index-box1 .box-list .item-title:before { width: 70px; height: 2px; } }

@media screen and (max-width: 767px) { .index-box1 .box-list .item-title { font-size: 12px; font-size: 1.2rem; line-height: 20px; margin-bottom: 10px; padding-bottom: 7px; } }

.index-box1 .box-list .item-desc { font-size: 20px; font-size: 2rem; line-height: 28px; max-height: 252px; }

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

.index-box1 .box-list .item-desc p { margin-bottom: 28px; }

.index-box1 .box-list .item-desc p:last-child { margin-bottom: 0; }

@media screen and (max-width: 1419px) { .index-box1 .box-list .item-desc { font-size: 18px; font-size: 1.8rem; line-height: 26px; max-height: 234px; }
  .index-box1 .box-list .item-desc p { margin-bottom: 26px; } }

@media screen and (max-width: 1219px) { .index-box1 .box-list .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 24px; max-height: 192px; }
  .index-box1 .box-list .item-desc p { margin-bottom: 24px; } }

@media screen and (max-width: 991px) { .index-box1 .box-list .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 20px; max-height: 220px; }
  .index-box1 .box-list .item-desc p { margin-bottom: 20px; } }

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

.index-brand { background: url(../images/bg2.jpg) no-repeat center; background-attachment: fixed; position: relative; padding: 43px 0 100px; }

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

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

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

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

.index-brand .box-title { font-size: 40px; font-size: 4rem; line-height: 1.3; text-align: center; font-family: "Barlow-Bold", arial; margin-bottom: 35px; }

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

.index-brand .box-title a:hover { color: #333; }

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

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

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

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

.cus-owl, .partner-owl { position: relative; }

@media screen and (max-width: 1419px) { .cus-owl, .partner-owl { padding: 0 50px; } }

@media screen and (max-width: 1219px) { .cus-owl, .partner-owl { padding: 0 40px; } }

@media screen and (max-width: 767px) { .cus-owl, .partner-owl { padding: 0 30px; } }

.cus-owl .owl-carousel, .partner-owl .owl-carousel { width: 101.33333%; margin-left: -0.66667%; }

@media screen and (max-width: 640px) { .cus-owl .owl-carousel, .partner-owl .owl-carousel { width: 102%; margin-left: -1%; } }

.cus-owl .owl-buttons, .partner-owl .owl-buttons { display: none !important; }

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

.cus-owl .owl-btns .owl-btn, .partner-owl .owl-btns .owl-btn { position: absolute; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); display: inline-block; vertical-align: top; cursor: pointer; width: 44px; height: 44px; line-height: 44px; text-align: center; background-color: #E7E7E7; font-size: 22px; font-size: 2.2rem; color: #2963B3; -webkit-transition: all .35s; -o-transition: all .35s; -moz-transition: all .35s; transition: all .35s; }

.cus-owl .owl-btns .owl-btn:hover, .partner-owl .owl-btns .owl-btn:hover { background-color: #B2CFF8; color: #fff; }

.cus-owl .owl-btns .owl-btn.disabled, .partner-owl .owl-btns .owl-btn.disabled { color: #ccc; cursor: auto; }

@media screen and (max-width: 1419px) { .cus-owl .owl-btns .owl-btn, .partner-owl .owl-btns .owl-btn { width: 40px; height: 40px; line-height: 40px; font-size: 20px; font-size: 2rem; } }

@media screen and (max-width: 1219px) { .cus-owl .owl-btns .owl-btn, .partner-owl .owl-btns .owl-btn { width: 32px; height: 32px; line-height: 32px; font-size: 18px; font-size: 1.8rem; } }

@media screen and (max-width: 991px) { .cus-owl .owl-btns .owl-btn, .partner-owl .owl-btns .owl-btn { width: 28px; height: 28px; line-height: 28px; font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 767px) { .cus-owl .owl-btns .owl-btn, .partner-owl .owl-btns .owl-btn { width: 24px; height: 24px; line-height: 24px; font-size: 14px; font-size: 1.4rem; } }

.cus-owl .owl-btns .item-prev, .partner-owl .owl-btns .item-prev { left: -65px; }

@media screen and (max-width: 1419px) { .cus-owl .owl-btns .item-prev, .partner-owl .owl-btns .item-prev { left: 0; } }

.cus-owl .owl-btns .item-next, .partner-owl .owl-btns .item-next { right: -65px; }

@media screen and (max-width: 1419px) { .cus-owl .owl-btns .item-next, .partner-owl .owl-btns .item-next { right: 0; } }

.cus-owl .list-item, .partner-owl .list-item { margin: 0 3.30033%; }

@media screen and (max-width: 640px) { .cus-owl .list-item, .partner-owl .list-item { margin: 0 2.94118%; } }

@media screen and (max-width: 480px) { .cus-owl .list-item, .partner-owl .list-item { margin: 0 1.96078%; } }

.partner-owl { margin-bottom: 56px; }

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

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

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

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

.partner-owl .item-pic { margin-bottom: 24px; }

.partner-owl .item-pic:last-child { margin-bottom: 0; }

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

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

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

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

.index-markets { padding: 68px 0 80px; }

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

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

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

.index-markets .index-item { margin-bottom: 42px; }

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

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

.index-markets .box-list { font-size: 0; letter-spacing: 0; padding-bottom: 4px; }

.index-markets .box-list .list-item { display: inline-block; vertical-align: top; width: 22.92857%; margin-left: 2.7619%; margin-bottom: 44px; }

@media screen and (max-width: 1419px) { .index-markets .box-list .list-item { margin-bottom: 40px; } }

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

@media screen and (max-width: 991px) { .index-markets .box-list .list-item { width: 31.33%; margin: 0 1% 25px !important; } }

@media screen and (max-width: 767px) { .index-markets .box-list .list-item { margin-bottom: 20px !important; } }

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

.index-markets .box-list .item-pic { border: 6px solid #FFFFFF; box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.22); }

@media screen and (max-width: 991px) { .index-markets .box-list .item-pic { border-width: 5px; } }

@media screen and (max-width: 767px) { .index-markets .box-list .item-pic { border-width: 4px; } }

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

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

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

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

.index-markets .box-desc { text-align: center; font-size: 22px; font-size: 2.2rem; line-height: 1.636363; margin-bottom: 40px; }

.index-markets .box-desc a { display: block; }

.index-markets .box-desc a:hover { color: #2963B3; }

@media screen and (max-width: 1419px) { .index-markets .box-desc { font-size: 20px; font-size: 2rem; line-height: 1.5; } }

@media screen and (max-width: 1219px) { .index-markets .box-desc { font-size: 18px; font-size: 1.8rem; line-height: 1.4; margin-bottom: 30px; } }

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

@media screen and (max-width: 767px) { .index-markets .box-desc { font-size: 14px; font-size: 1.4rem; margin-bottom: 20px; } }

.index-nf { background-color: #F7F7F7; padding: 51px 0 60px; }

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

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

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

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

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

.index-nf .index-item .item-title { display: inline-block; text-align: left; }

.index-nf .index-item .item-title:before { width: 139px; margin: 0; right: unset; }

@media screen and (max-width: 1219px) { .index-nf .index-item .item-title:before { width: 110px; } }

@media screen and (max-width: 767px) { .index-nf .index-item .item-title:before { width: 80px; } }

.index-nf .index-item .item-title:after { width: 52px; margin: 0; left: 44px; }

@media screen and (max-width: 1219px) { .index-nf .index-item .item-title:after { left: 29px; } }

@media screen and (max-width: 767px) { .index-nf .index-item .item-title:after { width: 40px; left: 20px; } }

.index-news { float: left; width: 46.64286%; }

@media screen and (max-width: 1219px) { .index-news { width: 47.85714%; } }

@media screen and (max-width: 991px) { .index-news { float: none; width: 100%; } }

.news-owl { position: relative; }

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

@media screen and (max-width: 480px) { .news-owl .owl-carousel { width: 100%; margin: 0; } }

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

.news-owl .owl-btns { font-size: 0; letter-spacing: 0; text-align: center; position: absolute; bottom: 0; right: 0; }

.news-owl .owl-btns .owl-btn { display: inline-block; vertical-align: top; cursor: pointer; width: 44px; height: 44px; line-height: 44px; text-align: center; background-color: #E7E7E7; font-size: 22px; font-size: 2.2rem; color: #2963B3; -webkit-transition: all .35s; -o-transition: all .35s; -moz-transition: all .35s; transition: all .35s; }

.news-owl .owl-btns .owl-btn:hover { background-color: #2963B3; color: #fff; }

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

@media screen and (max-width: 1419px) { .news-owl .owl-btns .owl-btn { width: 40px; height: 40px; line-height: 40px; font-size: 20px; font-size: 2rem; } }

@media screen and (max-width: 1219px) { .news-owl .owl-btns .owl-btn { width: 32px; height: 32px; line-height: 32px; font-size: 18px; font-size: 1.8rem; } }

@media screen and (max-width: 991px) { .news-owl .owl-btns .owl-btn { width: 28px; height: 28px; line-height: 28px; font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 767px) { .news-owl .owl-btns .owl-btn { width: 24px; height: 24px; line-height: 24px; font-size: 14px; font-size: 1.4rem; } }

.news-owl .owl-btns .item-prev { margin-right: 11px; }

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

@media screen and (max-width: 991px) { .news-owl .list-item { margin: 0 1.96078%; } }

@media screen and (max-width: 480px) { .news-owl .list-item { margin: 0; } }

.news-owl .item-date { margin-top: 19px; font-size: 16px; font-size: 1.6rem; line-height: 1.3; color: #999; }

@media screen and (max-width: 1419px) { .news-owl .item-date { font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 991px) { .news-owl .item-date { margin-top: 15px; } }

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

.news-owl .item-title { margin-top: 6px; font-size: 20px; font-size: 2rem; line-height: 1.3; }

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

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

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

.news-owl .item-desc { margin-top: 8px; font-size: 16px; font-size: 1.6rem; line-height: 28px; height: 56px; }

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

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

.news-owl .item-btn { margin-top: 9px; display: inline-block; font-size: 18px; font-size: 1.8rem; line-height: 38px; text-decoration: underline; color: #fff; background-color: #2963B3; border: solid 1px #2963B3; padding: 0 32px; }

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

@media screen and (max-width: 1219px) { .news-owl .item-btn { font-size: 14px; font-size: 1.4rem; line-height: 34px; padding: 0 20px; } }

@media screen and (max-width: 991px) { .news-owl .item-btn { line-height: 28px; padding: 0 15px; } }

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

.index-faq { float: right; width: 48.07143%; }

@media screen and (max-width: 991px) { .index-faq { float: none; width: 100%; margin-top: 50px; } }

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

.index-faq .index-item { position: relative; }

.index-faq .index-item .item-btn { position: absolute; bottom: 0; right: 0; display: inline-block; font-size: 18px; font-size: 1.8rem; line-height: 38px; text-decoration: underline; color: #fff; background-color: #2963B3; border: solid 1px #2963B3; padding: 0 32px; }

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

@media screen and (max-width: 1219px) { .index-faq .index-item .item-btn { font-size: 14px; font-size: 1.4rem; line-height: 34px; padding: 0 20px; } }

@media screen and (max-width: 991px) { .index-faq .index-item .item-btn { line-height: 28px; padding: 0 15px; } }

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

.faq-list .list-item { margin-bottom: 18px; }

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

.faq-list .item-title { background-color: #E6E6E6; line-height: 24px; font-size: 16px; font-size: 1.6rem; padding: 11px 25px 12px 13px; cursor: pointer; position: relative; }

.faq-list .item-title strong { font-size: 20px; font-size: 2rem; font-weight: normal; }

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

@media screen and (max-width: 1219px) { .faq-list .item-title { font-size: 14px; font-size: 1.4rem; line-height: 20px; padding: 10px 25px 10px 10px; }
  .faq-list .item-title strong { font-size: 16px; font-size: 1.6rem; } }

.faq-list .item-title:before { position: absolute; content: ''; width: 14px; height: 3px; background: #333; top: 23px; right: 9px; }

@media screen and (max-width: 1219px) { .faq-list .item-title:before { top: 19px; height: 2px; } }

.faq-list .item-title:after { position: absolute; content: ''; width: 3px; height: 14px; background: #333; top: 18px; right: 14px; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; }

@media screen and (max-width: 1219px) { .faq-list .item-title:after { top: 13px; width: 2px; right: 15px; } }

.faq-list .item-title.active { background-color: #2963B3; color: #fff; }

.faq-list .item-title.active:before { background-color: #fff; }

.faq-list .item-title.active:after { background-color: #fff; -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); }

.faq-list .item-desc { display: none; padding: 8px 10px 0 18px; font-size: 16px; font-size: 1.6rem; line-height: 30px; }

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

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

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

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

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

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

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

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

/*-------------1-1-service start-----------------------------------------------------------*/
.service-title { font-family: "Barlow-Bold", arial; font-size: 34px; font-size: 3.4rem; line-height: 1.3; text-align: center; position: relative; padding-bottom: 12px; margin-bottom: 41px; }

@media screen and (max-width: 1419px) { .service-title { font-size: 30px; font-size: 3rem; margin-bottom: 30px; } }

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

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

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

.service-title:before { position: absolute; content: ''; width: 139px; height: 1px; background-color: #DCDCDC; left: 0; right: 0; margin: 0 auto; bottom: 0; }

@media screen and (max-width: 1219px) { .service-title:before { width: 110px; } }

@media screen and (max-width: 767px) { .service-title:before { width: 80px; } }

.service-title:after { position: absolute; content: ''; width: 52px; height: 6px; background-color: #2963B3; left: 0; right: 0; margin: 0 auto; bottom: -3px; }

@media screen and (max-width: 767px) { .service-title:after { width: 40px; height: 4px; bottom: -2px; } }

.service-spec { margin-bottom: 40px; font-size: 16px; font-size: 1.6rem; line-height: 30px; }

.service-spec, .service-spec * { color: #666; }

.service-spec strong { font-family: "Barlow-Bold", arial; font-weight: normal; display: inline-block; background-color: #2963B3; color: #fff; font-size: 24px; font-size: 2.4rem; line-height: 1.3; min-width: 31.42857%; padding: 11px 15px; }

@media screen and (max-width: 1419px) { .service-spec strong { font-size: 22px; font-size: 2.2rem; } }

@media screen and (max-width: 1219px) { .service-spec strong { font-size: 20px; font-size: 2rem; padding: 10px 15px; } }

@media screen and (max-width: 991px) { .service-spec strong { font-size: 18px; font-size: 1.8rem; padding: 8px 15px; } }

@media screen and (max-width: 767px) { .service-spec strong { font-size: 16px; font-size: 1.6rem; padding: 5px 10px; } }

.service-spec em { color: #333; font-style: normal; display: block; position: relative; padding-left: 25px; line-height: 36px; }

.service-spec em:before { position: absolute; font-family: "iconfont" !important; font-style: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: '\e605'; font-size: 20px; font-size: 2rem; color: #367FE3; left: -5px; top: 0; -webkit-transition: all .35s; -o-transition: all .35s; -moz-transition: all .35s; transition: all .35s; }

@media screen and (max-width: 1419px) { .service-spec em { line-height: 32px; } }

@media screen and (max-width: 1219px) { .service-spec em { line-height: 30px; padding-left: 20px; }
  .service-spec em:before { font-size: 16px; font-size: 1.6rem; left: -3px; } }

@media screen and (max-width: 991px) { .service-spec em { padding-left: 16px; line-height: 28px; } }

@media screen and (max-width: 767px) { .service-spec em { line-height: 24px; padding-left: 14px; }
  .service-spec em:before { font-size: 12px; font-size: 1.2rem; left: 0; } }

@media screen and (max-width: 1419px) { .service-spec { line-height: 26px; } }

@media screen and (max-width: 1219px) { .service-spec { margin-bottom: 30px; font-size: 14px; font-size: 1.4rem; line-height: 24px; } }

@media screen and (max-width: 991px) { .service-spec { line-height: 22px; } }

@media screen and (max-width: 767px) { .service-spec { margin-bottom: 20px; font-size: 12px; font-size: 1.2rem; line-height: 20px; } }

.service-spec .box-list4 { width: 100%; 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; }

.service-spec .box-list4 .list-item { width: 23.57143%; -webkit-flex-basis: 23.57143%; -ms-flex-preferred-size: 23.57143%; flex-basis: 23.57143%; margin-left: 1.90476%; margin-bottom: 15px; }

.service-spec .box-list4 .list-item:nth-child(4n+1) { margin-left: 0; }

@media screen and (max-width: 991px) { .service-spec .box-list4 .list-item { width: 48%; -webkit-flex-basis: 48%; -ms-flex-preferred-size: 48%; flex-basis: 48%; margin: 0 1% 15px !important; } }

@media screen and (max-width: 400px) { .service-spec .box-list4 .list-item { width: 100%; -webkit-flex-basis: 100%; -ms-flex-preferred-size: 100%; flex-basis: 100%; margin: 0 0 15px !important; } }

.service-spec .box-list3 { width: 100%; 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; }

.service-spec .box-list3 .list-item { width: 27.14286%; -webkit-flex-basis: 27.14286%; -ms-flex-preferred-size: 27.14286%; flex-basis: 27.14286%; margin-left: 3.14286%; margin-bottom: 15px; }

.service-spec .box-list3 .list-item:nth-child(4n+1) { margin-left: 0; }

@media screen and (max-width: 991px) { .service-spec .box-list3 .list-item { width: 48%; -webkit-flex-basis: 48%; -ms-flex-preferred-size: 48%; flex-basis: 48%; margin: 0 1% 15px !important; } }

@media screen and (max-width: 400px) { .service-spec .box-list3 .list-item { width: 100%; -webkit-flex-basis: 100%; -ms-flex-preferred-size: 100%; flex-basis: 100%; margin: 0 0 15px !important; } }

.service-list { font-size: 0; letter-spacing: 0; }

.service-list .list-item { display: inline-block; vertical-align: top; width: 30.85714%; margin-left: 3.71429%; margin-bottom: 40px; }

.service-list .list-item:nth-child(3n+1) { margin-left: 0; }

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

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

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

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

.service-list .item-pic { border: 6px solid #FFFFFF; box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.22); }

@media screen and (max-width: 991px) { .service-list .item-pic { border-width: 5px; } }

@media screen and (max-width: 767px) { .service-list .item-pic { border-width: 4px; } }

.service-list .item-title { margin-top: 21px; font-size: 20px; font-size: 2rem; line-height: 1.3; text-align: center; }

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

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

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

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

.service-btn a { display: inline-block; font-size: 18px; font-size: 1.8rem; line-height: 42px; text-decoration: underline; color: #fff; background-color: #2963B3; border: solid 1px #2963B3; padding: 0 18px; }

@media screen and (max-width: 1419px) { .service-btn a { font-size: 16px; font-size: 1.6rem; line-height: 40px; } }

@media screen and (max-width: 1219px) { .service-btn a { font-size: 14px; font-size: 1.4rem; line-height: 34px; } }

@media screen and (max-width: 991px) { .service-btn a { line-height: 28px; padding: 0 15px; } }

@media screen and (max-width: 767px) { .service-btn a { font-size: 12px; font-size: 1.2rem; line-height: 24px; } }

.s1-box2 { padding-bottom: 23px; }

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

.s1-quote .item-title { margin-bottom: 37px; text-align: center; font-size: 16px; font-size: 1.6rem; line-height: 30px; }

.s1-quote .item-title, .s1-quote .item-title * { color: #666; }

@media screen and (max-width: 1419px) { .s1-quote .item-title { line-height: 28px; } }

@media screen and (max-width: 1219px) { .s1-quote .item-title { margin-bottom: 30px; font-size: 14px; font-size: 1.4rem; line-height: 24px; } }

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

@media screen and (max-width: 767px) { .s1-quote .item-title { margin-bottom: 20px; font-size: 12px; font-size: 1.2rem; line-height: 20px; } }

/*-------------1-1-service end-------------------------------------------------------------*/
/*-------------1-2-service start-----------------------------------------------------------*/
.s2-box2 { padding-bottom: 42px; }

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

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

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

.s2-box3 { margin-bottom: 28px; }

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

.s2-box4 { padding-bottom: 38px; }

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

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

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

.s2-box7 strong { min-width: auto; }

.s2-box5 { margin-bottom: 73px; }

@media screen and (max-width: 1419px) { .s2-box5 { margin-bottom: 60px; } }

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

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

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

.s2-box5 strong { font-family: "Barlow-Bold", arial; font-weight: normal; display: inline-block; background-color: #2963B3; color: #fff; font-size: 22px; font-size: 2.2rem; line-height: 1.3; min-width: 31.42857%; padding: 12px 15px; }

@media screen and (max-width: 1419px) { .s2-box5 strong { font-size: 20px; font-size: 2rem; } }

@media screen and (max-width: 1219px) { .s2-box5 strong { font-size: 18px; font-size: 1.8rem; padding: 10px 15px; } }

@media screen and (max-width: 991px) { .s2-box5 strong { font-size: 16px; font-size: 1.6rem; padding: 8px 15px; } }

@media screen and (max-width: 767px) { .s2-box5 strong { font-size: 14px; font-size: 1.4rem; padding: 5px 10px; } }

.s-brands { font-size: 0; letter-spacing: 0; max-width: 1200px; margin: 0 auto; }

.s-brands .list-item { display: inline-block; vertical-align: top; width: 19%; margin-left: 1.25%; margin-bottom: 30px; }

.s-brands .list-item:nth-child(5n+1) { margin-left: 0; }

@media screen and (max-width: 1219px) { .s-brands .list-item { width: 23%; margin: 0 1% 20px !important; } }

@media screen and (max-width: 480px) { .s-brands .list-item { width: 31.33%; } }

.s2-box6 { padding-bottom: 53px; }

@media screen and (max-width: 1419px) { .s2-box6 { padding-bottom: 40px; } }

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

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

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

.s2-quote .item-title { margin-bottom: 37px; text-align: center; font-size: 24px; font-size: 2.4rem; line-height: 1.5; }

.s2-quote .item-title, .s2-quote .item-title * { color: #333; }

@media screen and (max-width: 1419px) { .s2-quote .item-title { font-size: 22px; font-size: 2.2rem; } }

@media screen and (max-width: 1219px) { .s2-quote .item-title { margin-bottom: 30px; font-size: 20px; font-size: 2rem; line-height: 1.4; } }

@media screen and (max-width: 991px) { .s2-quote .item-title { font-size: 18px; font-size: 1.8rem; } }

@media screen and (max-width: 767px) { .s2-quote .item-title { margin-bottom: 20px; font-size: 16px; font-size: 1.6rem; } }

/*-------------1-2-service end-------------------------------------------------------------*/
/*-------------1-3-service start-----------------------------------------------------------*/
.s3-box1 .service-spec { margin-bottom: 19px; }

.s3-box2 { padding-bottom: 34px; }

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

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

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

.s3-box3 { margin-bottom: 82px; }

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

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

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

@media screen and (max-width: 767px) { .s3-box3 { margin-bottom: 15px; } }

.s3-box4 { padding-bottom: 43px; }

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

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

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

.s3-box5 .s35-box1 { 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-top: 8px; }

@media screen and (max-width: 991px) { .s3-box5 .s35-box1 { display: block; } }

.s3-box5 .s35-box1 .box-title { font-family: "Barlow-Bold", arial; font-size: 24px; font-size: 2.4rem; color: #333; text-decoration: underline; margin-bottom: 18px; }

@media screen and (max-width: 1419px) { .s3-box5 .s35-box1 .box-title { font-size: 22px; font-size: 2.2rem; } }

@media screen and (max-width: 1219px) { .s3-box5 .s35-box1 .box-title { font-size: 20px; font-size: 2rem; } }

@media screen and (max-width: 991px) { .s3-box5 .s35-box1 .box-title { font-size: 18px; font-size: 1.8rem; text-align: center; } }

@media screen and (max-width: 767px) { .s3-box5 .s35-box1 .box-title { font-size: 16px; font-size: 1.6rem; } }

.s3-box5 .s35-box1 .list-item { margin-bottom: 27px; }

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

@media screen and (max-width: 400px) { .s3-box5 .s35-box1 .list-item { margin-bottom: 15px; } }

.s3-box5 .s35-box1 .item-box1 { -webkit-box-flex: 0; -webkit-flex: 0 0 auto; -moz-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 30.71429%; position: relative; }

@media screen and (max-width: 991px) { .s3-box5 .s35-box1 .item-box1 { width: 100%; } }

.s3-box5 .s35-box1 .item-box1:before { position: absolute; content: ''; width: 1px; background-color: #E5E5E5; top: 18px; bottom: 20px; right: 0; }

@media screen and (max-width: 1419px) { .s3-box5 .s35-box1 .item-box1:before { bottom: 10px; } }

@media screen and (max-width: 991px) { .s3-box5 .s35-box1 .item-box1:before { display: none; } }

.s3-box5 .s35-box1 .item-box2 { overflow: hidden; -webkit-box-flex: 1; -webkit-flex: 1 1 auto; -moz-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; padding-left: 3.92857%; }

@media screen and (max-width: 991px) { .s3-box5 .s35-box1 .item-box2 { overflow: visible; padding-left: 0; } }

.s3-box5 .s35-box1 .item-box2 .list-box { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-flow: row 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; }

@media screen and (max-width: 400px) { .s3-box5 .s35-box1 .item-box2 .list-box { display: block; } }

.s3-box5 .s35-box1 .item-box2 .box-title { text-align: center; }

.s3-box5 .s35-box1 .item-box2 .list-item { width: 46.99454%; -webkit-flex-basis: 46.99454%; -ms-flex-preferred-size: 46.99454%; flex-basis: 46.99454%; margin-left: 6.01093%; }

.s3-box5 .s35-box1 .item-box2 .list-item:nth-child(odd) { margin-left: 0; }

@media screen and (max-width: 400px) { .s3-box5 .s35-box1 .item-box2 .list-item { width: 100%; -webkit-flex-basis: 100%; -ms-flex-preferred-size: 100%; flex-basis: 100%; margin-left: 0; } }

.s3-box6 .service-spec { margin-bottom: 97px; }

@media screen and (max-width: 1419px) { .s3-box6 .service-spec { margin-bottom: 50px; } }

@media screen and (max-width: 1219px) { .s3-box6 .service-spec { margin-bottom: 40px; } }

@media screen and (max-width: 991px) { .s3-box6 .service-spec { margin-bottom: 30px; } }

@media screen and (max-width: 767px) { .s3-box6 .service-spec { margin-bottom: 20px; } }

.s3-quote .item-title { margin-bottom: 48px; text-align: left; font-size: 16px; font-size: 1.6rem; line-height: 30px; }

.s3-quote .item-title, .s3-quote .item-title * { color: #666; }

@media screen and (max-width: 1419px) { .s3-quote .item-title { line-height: 28px; } }

@media screen and (max-width: 1219px) { .s3-quote .item-title { margin-bottom: 30px; font-size: 14px; font-size: 1.4rem; line-height: 24px; } }

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

@media screen and (max-width: 767px) { .s3-quote .item-title { margin-bottom: 20px; font-size: 12px; font-size: 1.2rem; line-height: 20px; } }

/*-------------1-3-service end-------------------------------------------------------------*/
/*-------------1-4-service start-----------------------------------------------------------*/
.s4-box2 { padding-bottom: 60px; }

@media screen and (max-width: 1419px) { .s4-box2 { padding-bottom: 40px; } }

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

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

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

.s4-quote .item-title { margin-bottom: 25px; text-align: center; font-size: 18px; font-size: 1.8rem; line-height: 30px; }

.s4-quote .item-title, .s4-quote .item-title * { color: #666; }

@media screen and (max-width: 1419px) { .s4-quote .item-title { line-height: 28px; } }

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

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

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

/*-------------1-4-service end-------------------------------------------------------------*/
/*-------------1-5-service start-----------------------------------------------------------*/
.s5-box2 { padding-bottom: 33px; }

@media screen and (max-width: 1219px) { .s5-box2 { padding-bottom: 20px; } }

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

/*-------------1-5-service end-------------------------------------------------------------*/
/*-------------1-6-service start-----------------------------------------------------------*/
.s6-quote .item-title { margin-bottom: 31px; font-size: 16px; font-size: 1.6rem; line-height: 30px; }

.s6-quote .item-title, .s6-quote .item-title * { color: #666; }

@media screen and (max-width: 1419px) { .s6-quote .item-title { line-height: 28px; } }

@media screen and (max-width: 1219px) { .s6-quote .item-title { margin-bottom: 30px; font-size: 14px; font-size: 1.4rem; line-height: 24px; } }

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

@media screen and (max-width: 767px) { .s6-quote .item-title { margin-bottom: 20px; font-size: 12px; font-size: 1.2rem; line-height: 20px; } }

/*-------------1-6-service end-------------------------------------------------------------*/
/*-------------2-1-products start----------------------------------------------------------*/
.main .box-main { float: right; width: 1012px; }

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

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

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

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

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

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

@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-top { font-size: 0; }

.pro1-top .item-title { font-size: 20px; font-size: 2rem; line-height: 1.4; margin-bottom: 11px; padding-left: 12px; position: relative; }

.pro1-top .item-title:before { position: absolute; content: ''; width: 2px; background-color: #2963B3; left: 0; top: 0; height: 100%; }

@media screen and (max-width: 1219px) { .pro1-top .item-title { font-size: 18px; font-size: 1.8rem; } }

@media screen and (max-width: 767px) { .pro1-top .item-title { font-size: 16px; font-size: 1.6rem; margin-bottom: 10px; } }

.pro1-top .item-desc { overflow: hidden; margin-bottom: 38px; font-size: 16px; font-size: 1.6rem; line-height: 30px; }

.pro1-top .item-desc, .pro1-top .item-desc * { color: #666; }

@media screen and (max-width: 1419px) { .pro1-top .item-desc { line-height: 26px; margin-bottom: 30px; } }

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

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

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

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

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

.pro1-list .list-item { display: inline-block; vertical-align: top; width: 32.41107%; margin-left: 1.3834%; margin-bottom: 33px; position: relative; text-align: center; }

.pro1-list .list-item:hover .item-body { background-color: #367FE3; }

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

.pro1-list .list-item:hover .item-btn { border-color: #367FE3 !important; background-color: #367FE3 \9; color: #fff !important; }

.pro1-list .list-item:hover .item-btn .iconfont { color: #fff !important; }

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

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

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

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

.pro1-list .item-pic { border: solid 1px #E5E5E5; position: relative; }

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

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

.pro1-list .item-backdrop { font-size: 88px; font-size: 8.8rem; color: #fff; }

.pro1-list .item-backdrop p { position: relative; }

.pro1-list .item-backdrop:before { background-color: #000; opacity: 0.38; filter: alpha(opacity=0.38); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=38)"; }

@media screen and (max-width: 1219px) { .pro1-list .item-backdrop { font-size: 68px; font-size: 6.8rem; } }

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

.pro1-list .item-body { background-color: #F7F7F7; -webkit-transition: all .35s; -o-transition: all .35s; -moz-transition: all .35s; transition: all .35s; }

.pro1-list .item-title { font-size: 16px; font-size: 1.6rem; line-height: 38px; }

.pro1-list .item-title a { padding: 0 5px; }

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

@media screen and (max-width: 991px) { .pro1-list .item-title { line-height: 32px; } }

@media screen and (max-width: 767px) { .pro1-list .item-title { line-height: 26px; } }

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

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

.pro1-list .item-btn { display: inline-block; vertical-align: middle; padding: 0 19px; line-height: 30px; text-align: center; font-size: 16px; font-size: 1.6rem; color: #666; text-align: center; border: solid 1px #EEEEEE; }

.pro1-list .item-btn:before { background-color: #367FE3; }

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

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

.slide-title { margin-bottom: 23px; font-size: 24px; font-size: 2.4rem; line-height: 30px; position: relative; }

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

.slide-title a, .slide-title p { display: block; position: relative; color: #fff; padding: 10px 20px; background-color: #367FE3; border-radius: 0; }

.slide-title a:hover { background-color: #2963B3; }

.slide-title .iconfont { position: absolute; right: 8px; top: 8px; font-size: 20px; font-size: 2.0rem; font-weight: normal; }

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

@media screen and (max-width: 1219px) { .slide-title { margin-bottom: 10px; font-size: 20px; font-size: 2rem; line-height: 24px; }
  .slide-title a, .slide-title p { padding: 10px 15px; } }

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

/* proslide start */
.proslide .slide-yiji > li { width: 100%; margin-bottom: 19px; }

@media screen and (max-width: 1419px) { .proslide .slide-yiji > li { margin-bottom: 12px; } }

@media screen and (max-width: 1219px) { .proslide .slide-yiji > li { margin-bottom: 8px; } }

.proslide .slide-yiji > li > a { display: block; font-size: 16px; font-size: 1.6rem; color: #333; line-height: 20px; padding: 12px 30px 13px 8px; border-radius: 0; background-color: #F2F2F2; border: solid 1px #F2F2F2; position: relative; }

.proslide .slide-yiji > li > a:before { position: absolute; content: '+'; font-size: 20px; font-size: 2rem; right: 10px; top: 15px; width: 10px; text-align: center; }

@media screen and (max-width: 1219px) { .proslide .slide-yiji > li > a { font-size: 14px; font-size: 1.4rem; padding-top: 10px; padding-bottom: 10px; padding-left: 15px; }
  .proslide .slide-yiji > li > a:before { top: 10px; right: 10px; } }

.proslide .slide-yiji > li:hover > a, .proslide .slide-yiji > li.active > a { background-color: #fff; border-color: #367FE3; color: #367FE3; }

.proslide .slide-yiji > li:hover > a:before, .proslide .slide-yiji > li.active > a:before { content: '-'; }

.proslide .slide-erji { padding-top: 6px; }

.proslide .slide-erji > li > a { display: block; font-size: 16px; font-size: 1.6rem; line-height: 20px; color: #666; padding: 8px 0 8px 28px; }

@media screen and (max-width: 1219px) { .proslide .slide-erji > li > a { font-size: 14px; font-size: 1.4rem; padding-top: 5px; padding-bottom: 5px; padding-left: 15px; } }

.proslide .slide-erji > li:hover > a, .proslide .slide-erji > li.active > a { color: #367FE3; }

.proslide .slide-sanji { padding: 5px 0; }

.proslide .slide-sanji > li > a { display: block; color: #666; line-height: 20px; padding: 5px 0 5px 65px; }

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

.proslide .slide-sanji > li:hover > a, .proslide .slide-sanji > li.active > a { color: #2963B3; }

/* proslide end */
/* tags-slide start */
.tags-slide { margin-top: 54px; }

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

.tags-slide .item-desc { font-size: 0; letter-spacing: 0; padding-top: 10px; }

.tags-slide .item-desc > a { display: inline-block; vertical-align: top; font-size: 16px; font-size: 1.6rem; line-height: 24px; margin: 0 30px 18px 0; }

@media screen and (max-width: 1219px) { .tags-slide .item-desc > a { font-size: 14px; font-size: 1.4rem; line-height: 20px; margin: 0 20px 10px 0; } }

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

.tags-slide .item-desc a:hover { color: #2963B3; }

/* tags-slide end*/
/*-------------2-1-products end------------------------------------------------------------*/
/*-------------2-2-products start----------------------------------------------------------*/
.m-prob1 .prob-pic { width: 52.86561%; margin-right: 3.65613%; float: left; }

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

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

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

.m-prob1 .prob-pic-big .provideo-box { border-radius: 0; width: 100%; height: 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: 74.39252%; 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: none; }

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

.m-prob1 .prob-pic-btn { position: absolute; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); display: block; cursor: pointer; z-index: 2; font-size: 20px; font-size: 2rem; color: #666; }

.m-prob1 .prob-pic-btn:hover { color: #2963B3; }

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

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

.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.0122%; width: 0.3252%; overflow: hidden; }

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

.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; height: 100%; }

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

@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: 30px auto 0; } }

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

.pro-info > .item-title { font-size: 20px; font-size: 2rem; line-height: 1.3; border-bottom: solid 1px #367FE3; padding-bottom: 5px; }

@media screen and (max-width: 1419px) { .pro-info > .item-title { font-size: 22px; font-size: 2.2rem; } }

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

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

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

.pro-info .item-desc { min-height: 394px; padding: 25px 0 30px; font-size: 16px; font-size: 1.6rem; line-height: 30px; }

.pro-info .item-desc, .pro-info .item-desc * { color: #666; }

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

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

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

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

.pro-info .item-btns { font-size: 0; letter-spacing: 0; margin-bottom: 33px; }

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

.pro-info .item-btn { display: inline-block; vertical-align: middle; min-width: 174px; background-color: #F1F1F1; line-height: 38px; border-radius: 0; padding: 0 36px 0 13px; font-size: 16px; font-size: 1.6rem; color: #333; margin-right: 25px; position: relative; -webkit-transition: all .35s; -o-transition: all .35s; -moz-transition: all .35s; transition: all .35s; margin-bottom: 15px; }

.pro-info .item-btn .iconfont { position: absolute; width: 32px; line-height: 32px; right: 4px; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); background-color: #fff; text-align: center; font-size: 18px; font-size: 1.8rem; color: #C3C3C3; -webkit-transition: all .35s; -o-transition: all .35s; -moz-transition: all .35s; transition: all .35s; }

.pro-info .item-btn:last-child { margin-right: 0; }

.pro-info .item-btn:before { background-color: #367FE3; }

.pro-info .item-btn:hover .iconfont { color: #2963B3 !important; }

@media screen and (max-width: 1419px) { .pro-info .item-btn { min-width: 160px; } }

@media screen and (max-width: 1219px) { .pro-info .item-btn { min-width: 140px; font-size: 14px; font-size: 1.4rem; line-height: 32px; padding: 0 30px 0 10px; }
  .pro-info .item-btn .iconfont { width: 26px; line-height: 26px; font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 991px) { .pro-info .item-btn { margin-right: 20px; } }

@media screen and (max-width: 767px) { .pro-info .item-btn { margin-right: 15px; margin-bottom: 10px; font-size: 12px; font-size: 1.2rem; min-width: 120px; line-height: 26px; }
  .pro-info .item-btn .iconfont { width: 22px; line-height: 22px; font-size: 12px; font-size: 1.2rem; } }

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

@media screen and (max-width: 1419px) { .pro-info .pro-share .share-title { 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; } }

.pro2-title { font-family: "Barlow-Bold", arial; font-size: 26px; font-size: 2.6rem; line-height: 1.3; }

.pro2-title a:hover { color: #2963B3; }

@media screen and (max-width: 1419px) { .pro2-title { font-size: 24px; font-size: 2.4rem; } }

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

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

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

.pro2-spec { margin-top: 56px; }

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

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

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

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

.pro2-spec .pro2-title { margin-bottom: 25px; }

@media screen and (max-width: 1419px) { .pro2-spec .pro2-title { margin-bottom: 20px; } }

@media screen and (max-width: 1219px) { .pro2-spec .pro2-title { margin-bottom: 15px; } }

@media screen and (max-width: 767px) { .pro2-spec .pro2-title { margin-bottom: 10px; } }

.pro2-spec .item-body { font-size: 16px; font-size: 1.6rem; line-height: 28px; }

.pro2-spec .item-body, .pro2-spec .item-body * { color: #666; }

@media screen and (max-width: 1419px) { .pro2-spec .item-body { font-size: 14px; font-size: 1.4rem; line-height: 26px; } }

@media screen and (max-width: 1219px) { .pro2-spec .item-body { line-height: 24px; } }

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

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

.related-box { padding-top: 90px; }

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

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

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

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

.related-owl { position: relative; padding-top: 38px; }

@media screen and (max-width: 1219px) { .related-owl { padding-top: 30px; } }

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

.related-owl .owl-carousel { width: 101.3834%; margin-left: -0.6917%; }

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

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

.related-owl .owl-btns { font-size: 0; letter-spacing: 0; text-align: center; position: absolute; right: 0; top: -29px; }

@media screen and (max-width: 767px) { .related-owl .owl-btns { top: -22px; } }

.related-owl .owl-btns .owl-btn { display: inline-block; vertical-align: top; cursor: pointer; width: 44px; height: 44px; line-height: 44px; text-align: center; background-color: #E7E7E7; font-size: 22px; font-size: 2.2rem; color: #2963B3; -webkit-transition: all .35s; -o-transition: all .35s; -moz-transition: all .35s; transition: all .35s; }

.related-owl .owl-btns .owl-btn:hover { background-color: #2963B3; color: #fff; }

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

@media screen and (max-width: 1419px) { .related-owl .owl-btns .owl-btn { width: 40px; height: 40px; line-height: 40px; font-size: 20px; font-size: 2rem; } }

@media screen and (max-width: 1219px) { .related-owl .owl-btns .owl-btn { width: 32px; height: 32px; line-height: 32px; font-size: 18px; font-size: 1.8rem; } }

@media screen and (max-width: 991px) { .related-owl .owl-btns .owl-btn { width: 28px; height: 28px; line-height: 28px; font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 767px) { .related-owl .owl-btns .owl-btn { width: 24px; height: 24px; line-height: 24px; font-size: 14px; font-size: 1.4rem; } }

.related-owl .owl-btns .item-prev { margin-right: 11px; }

@media screen and (max-width: 1219px) { .related-owl .owl-btns .item-prev { margin-right: 6px; } }

.related-owl .list-item { margin: 0 2.04678%; text-align: center; overflow: hidden; }

.related-owl .list-item:hover .item-body { background-color: #367FE3; }

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

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

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

.related-owl .item-pic { border: solid 1px #E5E5E5; position: relative; }

.related-owl .item-backdrop { font-size: 88px; font-size: 8.8rem; color: #fff; }

.related-owl .item-backdrop p { position: relative; }

.related-owl .item-backdrop:before { background-color: #000; opacity: 0.38; filter: alpha(opacity=0.38); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=38)"; }

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

.related-owl .item-body { background-color: #F7F7F7; -webkit-transition: all .35s; -o-transition: all .35s; -moz-transition: all .35s; transition: all .35s; }

.related-owl .item-title { font-size: 16px; font-size: 1.6rem; line-height: 38px; }

.related-owl .item-title a { padding: 0 5px; }

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

@media screen and (max-width: 991px) { .related-owl .item-title { line-height: 32px; } }

@media screen and (max-width: 767px) { .related-owl .item-title { line-height: 26px; } }

/*-------------2-2-products end------------------------------------------------------------*/
/*-------------3-1-about start-------------------------------------------------------------*/
.about-title { text-align: center; font-family: "Barlow-Bold", arial; font-size: 34px; font-size: 3.4rem; line-height: 1.3; margin-bottom: 26px; }

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

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

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

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

.about-spec { font-size: 16px; font-size: 1.6rem; line-height: 28px; }

.about-spec, .about-spec * { color: #666; }

@media screen and (max-width: 1419px) { .about-spec { line-height: 26px; } }

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

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

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

.about-btn { font-size: 0; text-align: right; }

.about-btn a { display: inline-block; font-size: 18px; font-size: 1.8rem; line-height: 42px; text-decoration: underline; color: #fff; background-color: #2963B3; border: solid 1px #2963B3; padding: 0 40px; }

@media screen and (max-width: 1419px) { .about-btn a { font-size: 16px; font-size: 1.6rem; line-height: 40px; } }

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

@media screen and (max-width: 991px) { .about-btn a { line-height: 28px; padding: 0 15px; } }

@media screen and (max-width: 767px) { .about-btn a { font-size: 12px; font-size: 1.2rem; line-height: 24px; } }

.about-box1 { padding-bottom: 32px; }

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

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

.about-box1 .box-spec { margin-bottom: 29px; width: 100%; 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; position: relative; }

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

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

.about-box1 .box-spec:before { position: absolute; content: ''; width: 1px; top: 10px; bottom: 22px; left: 0; right: 0; margin: 0 auto; border-left: dashed 1px #DCDCDC; }

@media screen and (max-width: 991px) { .about-box1 .box-spec:before { display: none; } }

.about-box1 .box-spec .list-item { width: 48.57143%; -webkit-flex-basis: 48.57143%; -ms-flex-preferred-size: 48.57143%; flex-basis: 48.57143%; margin-left: 2.85714%; margin-bottom: 15px; }

.about-box1 .box-spec .list-item:nth-child(odd) { margin-left: 0; }

@media screen and (max-width: 991px) { .about-box1 .box-spec .list-item { width: 100%; -webkit-flex-basis: 100%; -ms-flex-preferred-size: 100%; flex-basis: 100%; margin: 0 0 15px !important; } }

.about-box1 .box-list { float: right; width: 48.28571%; font-size: 0; letter-spacing: 0; }

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

.about-box1 .box-list .list-item { display: inline-block; vertical-align: top; width: 48.22485%; margin-left: 3.5503%; margin-bottom: 5.35714%; border: 4px solid #FFFFFF; box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.22); }

.about-box1 .box-list .list-item:nth-child(odd) { margin-left: 0; }

@media screen and (max-width: 480px) { .about-box1 .box-list .list-item { margin-bottom: 15px; } }

@media screen and (max-width: 991px) { .about-box1 .box-list .item-backdrop { display: none; } }

.about-box1 .box-list .item-backdrop:before { opacity: 0.75; filter: alpha(opacity=0.75); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.75)"; }

.about-box1 .box-list .item-backdrop .iconfont { position: absolute; font-size: 22px; font-size: 2.2rem; line-height: 1; color: #fff; 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%); }

.about-box1 .box-list .item-pic .item-pic { overflow: hidden; position: relative; padding-bottom: 70.66474%; }

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

.about1-owl { float: left; width: 50%; position: relative; z-index: 2; border: 4px solid #FFFFFF; box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.22); }

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

.about1-owl .owl-theme .owl-controls .owl-pagination { margin-top: 0; position: absolute; bottom: 12px; left: 20px; }

@media screen and (max-width: 1219px) { .about1-owl .owl-theme .owl-controls .owl-pagination { left: 10px; bottom: 8px; } }

@media screen and (max-width: 767px) { .about1-owl .owl-theme .owl-controls .owl-pagination { left: 5px; bottom: 5px; } }

.about1-owl .owl-theme .owl-controls .owl-page span { width: 13px; height: 13px; background-color: #AAAAAA; margin: 0 5px; border: 0; -webkit-transition: all .35s; -o-transition: all .35s; -moz-transition: all .35s; transition: all .35s; }

@media screen and (max-width: 1219px) { .about1-owl .owl-theme .owl-controls .owl-page span { width: 11px; height: 11px; margin: 0 4px; } }

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

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

.about1-owl .owl-theme .owl-controls .owl-page.active span, .about1-owl .owl-theme .owl-controls.clickable .owl-page:hover span { background-color: #2963B3; }

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

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

.about1-owl .item-backdrop .iconfont { position: absolute; font-size: 22px; font-size: 2.2rem; line-height: 1; color: #fff; 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%); }

.about1-owl .item-pic { overflow: hidden; position: relative; padding-bottom: 70.66474%; }

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

.about-box2 { background-color: #F4F4F4; padding: 70px 0 55px; /* .turn_page start */ /* .turn_page end */ }

@media screen and (max-width: 1219px) { .about-box2 { padding: 60px 0 55px; } }

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

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

.about-box2 .about-spec { margin-bottom: 43px; }

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

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

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

.about-box2 .turn_page #box { position: relative; margin: 0 auto; }

.about-box2 .turn_page #box .box-list { position: relative; height: 446px; }

.about-box2 .turn_page #box .box-list .list-item { position: absolute; list-style: none; background: #000; width: 0; height: 0; top: 146px; left: 377px; z-index: 0; }

.about-box2 .turn_page #box .box-list .list-item:nth-child(4) { border: 6px solid #FFFFFF; box-shadow: 3px 1px 7px 0px rgba(0, 0, 0, 0.35); }

.about-box2 .turn_page #box .box-list .list-item img { width: 100%; height: 100%; vertical-align: top; cursor: pointer; }

.about-box2 .turn_page #box .box-list .list-item div { font-size: 0; }

@media screen and (max-width: 1419px) { .about-box2 .turn_page #box .box-list { height: 381px; } }

.about-box2 .turn_page #box .item-btns { font-size: 0; letter-spacing: 0; text-align: center; margin-top: 29px; }

.about-box2 .turn_page #box .prev, .about-box2 .turn_page #box .next { display: inline-block; vertical-align: top; cursor: pointer; width: 44px; height: 44px; line-height: 44px; text-align: center; background-color: #E7E7E7; font-size: 22px; font-size: 2.2rem; color: #2963B3; -webkit-transition: all .35s; -o-transition: all .35s; -moz-transition: all .35s; transition: all .35s; }

.about-box2 .turn_page #box .prev:hover, .about-box2 .turn_page #box .next:hover { background-color: #2963B3; color: #fff; }

@media screen and (max-width: 1419px) { .about-box2 .turn_page #box .prev, .about-box2 .turn_page #box .next { width: 40px; height: 40px; line-height: 40px; font-size: 20px; font-size: 2rem; } }

@media screen and (max-width: 1219px) { .about-box2 .turn_page #box .prev, .about-box2 .turn_page #box .next { width: 32px; height: 32px; line-height: 32px; font-size: 18px; font-size: 1.8rem; } }

@media screen and (max-width: 991px) { .about-box2 .turn_page #box .prev, .about-box2 .turn_page #box .next { width: 28px; height: 28px; line-height: 28px; font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 767px) { .about-box2 .turn_page #box .prev, .about-box2 .turn_page #box .next { width: 24px; height: 24px; line-height: 24px; font-size: 14px; font-size: 1.4rem; } }

.about-box2 .turn_page #box .prev { margin-right: 11px; }

@media screen and (max-width: 1219px) { .about-box2 .turn_page #box { display: none; } }

.about-box2 .turn_page .scroll-box { display: none; position: relative; overflow: hidden; width: 100%; }

@media screen and (max-width: 1219px) { .about-box2 .turn_page .scroll-box { display: block; } }

.about-box2 .turn_page .scroll-box .box-btns { font-size: 0; letter-spacing: 0; text-align: center; margin-top: 20px; }

.about-box2 .turn_page .scroll-box .box-btn { display: inline-block; vertical-align: top; cursor: pointer; width: 44px; height: 44px; line-height: 44px; text-align: center; background-color: #E7E7E7; font-size: 22px; font-size: 2.2rem; color: #2963B3; -webkit-transition: all .35s; -o-transition: all .35s; -moz-transition: all .35s; transition: all .35s; }

.about-box2 .turn_page .scroll-box .box-btn:hover { background-color: #2963B3; color: #fff; }

@media screen and (max-width: 1419px) { .about-box2 .turn_page .scroll-box .box-btn { width: 40px; height: 40px; line-height: 40px; font-size: 20px; font-size: 2rem; } }

@media screen and (max-width: 1219px) { .about-box2 .turn_page .scroll-box .box-btn { width: 32px; height: 32px; line-height: 32px; font-size: 18px; font-size: 1.8rem; } }

@media screen and (max-width: 991px) { .about-box2 .turn_page .scroll-box .box-btn { width: 28px; height: 28px; line-height: 28px; font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 767px) { .about-box2 .turn_page .scroll-box .box-btn { width: 24px; height: 24px; line-height: 24px; font-size: 14px; font-size: 1.4rem; } }

.about-box2 .turn_page .scroll-box .prev { margin-right: 5px; }

.about-box2 .turn_page .scroll-box .box-list { overflow: hidden; }

.about-box2 .turn_page .scroll-box .box-list ul { width: 10000%; }

.about-box2 .turn_page .scroll-box .list-item { float: left; margin-right: 0.02%; margin-bottom: 0; width: 0.32%; border-radius: 0; border: solid 0 #bfbfbf; overflow: hidden; }

.about-box2 .turn_page .scroll-box .list-item img { display: block; }

.about-box2 .turn_page .scroll-box .list-item .item-title { font-size: 0; }

@media only screen and (max-width: 640px) { .about-box2 .turn_page .scroll-box .list-item { width: 0.49%; } }

@media only screen and (max-width: 480px) { .about-box2 .turn_page .scroll-box .list-item { width: 1%; margin-right: 0; } }

.about-box3 { padding: 68px 0 92px; }

@media screen and (max-width: 1419px) { .about-box3 { padding-bottom: 70px; } }

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

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

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

.about-box3 .about-title { margin-bottom: 67px; }

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

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

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

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

.about-box3 .s-list { padding-bottom: 0; margin-bottom: -25px; }

@media screen and (max-width: 1419px) { .about-box3 .s-list { margin-bottom: 0; } }

.about-box3 .s-list .list-item { margin-bottom: 71px; }

@media screen and (max-width: 1419px) { .about-box3 .s-list .list-item { margin-bottom: 50px; } }

@media screen and (max-width: 1219px) { .about-box3 .s-list .list-item { margin-bottom: 30px; } }

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

.about-box3 .s-list .item-body { padding-bottom: 19px; }

.about-box3 .s-list .item-pic { margin-bottom: 11px; }

.about-box3 .s-list .item-title a { overflow: visible; white-space: normal; }

.about-box3 .s-list .item-desc { margin-bottom: 0; }

.about-box3 .s-list .item-desc p { overflow: visible; white-space: normal; }

.about-box4 { background-color: #F4F4F4; padding: 43px 0 52px; }

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

.about-box4 .about-title { margin-bottom: 62px; }

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

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

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

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

.about-box4 .box-list { font-size: 0; letter-spacing: 0; padding-bottom: 23px; }

@media screen and (max-width: 1219px) { .about-box4 .box-list { padding-bottom: 20px; } }

@media screen and (max-width: 991px) { .about-box4 .box-list { padding-bottom: 10px; } }

@media screen and (max-width: 767px) { .about-box4 .box-list { padding-bottom: 0; } }

.about-box4 .box-list .list-item { display: inline-block; vertical-align: top; width: 31%; margin-left: 3.5%; margin-bottom: 46px; }

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

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

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

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

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

@media screen and (max-width: 991px) { .about-box4 .box-list .item-title { margin-top: 10px; } }

@media screen and (max-width: 767px) { .about-box4 .box-list .item-title { font-size: 14px; font-size: 1.4rem; margin-top: 7px; } }

.about-box4 .box-list1 { font-size: 0; letter-spacing: 0; padding-bottom: 36px; }

@media screen and (max-width: 1419px) { .about-box4 .box-list1 { padding-bottom: 30px; } }

@media screen and (max-width: 1219px) { .about-box4 .box-list1 { padding-bottom: 20px; } }

@media screen and (max-width: 767px) { .about-box4 .box-list1 { padding-bottom: 10px; } }

.about-box4 .box-list1 .list-item { display: inline-block; vertical-align: top; width: 24.14286%; margin-left: 1.14286%; margin-bottom: 34px; position: relative; text-align: center; }

.about-box4 .box-list1 .list-item:hover .item-body { background-color: #367FE3; }

.about-box4 .box-list1 .list-item:hover .item-title, .about-box4 .box-list1 .list-item:hover .item-title a { color: #fff !important; }

@media screen and (max-width: 1219px) { .about-box4 .box-list1 .list-item { margin-bottom: 30px; } }

@media screen and (max-width: 991px) { .about-box4 .box-list1 .list-item { width: 31.33%; margin-left: 1% !important; margin-right: 1%; } }

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

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

.about-box4 .box-list1 .item-pic { border: solid 1px #E5E5E5; position: relative; }

.about-box4 .box-list1 .item-body { background-color: #F7F7F7; -webkit-transition: all .35s; -o-transition: all .35s; -moz-transition: all .35s; transition: all .35s; }

.about-box4 .box-list1 .item-title { font-size: 16px; font-size: 1.6rem; line-height: 38px; }

.about-box4 .box-list1 .item-title a { padding: 0 5px; }

@media screen and (max-width: 1219px) { .about-box4 .box-list1 .item-title { line-height: 36px; font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 991px) { .about-box4 .box-list1 .item-title { line-height: 32px; } }

@media screen and (max-width: 767px) { .about-box4 .box-list1 .item-title { line-height: 26px; } }

.about-box5 { padding-top: 70px; }

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

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

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

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

.about-box5 .about-spec { margin-bottom: 47px; }

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

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

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

.about-box5 .box-list { font-size: 0; letter-spacing: 0; padding-bottom: 23px; }

@media screen and (max-width: 1219px) { .about-box5 .box-list { padding-bottom: 20px; } }

@media screen and (max-width: 991px) { .about-box5 .box-list { padding-bottom: 10px; } }

@media screen and (max-width: 767px) { .about-box5 .box-list { padding-bottom: 0; } }

.about-box5 .box-list .list-item { display: inline-block; vertical-align: top; width: 31%; margin-left: 3.5%; margin-bottom: 46px; }

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

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

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

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

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

@media screen and (max-width: 991px) { .about-box5 .box-list .item-title { margin-top: 10px; } }

@media screen and (max-width: 767px) { .about-box5 .box-list .item-title { font-size: 14px; font-size: 1.4rem; margin-top: 7px; } }

.about-quote .item-title { margin-bottom: 30px; font-size: 22px; font-size: 2.2rem; line-height: 30px; }

.about-quote .item-title, .about-quote .item-title * { color: #333; }

@media screen and (max-width: 1419px) { .about-quote .item-title { line-height: 28px; font-size: 20px; font-size: 2rem; } }

@media screen and (max-width: 1219px) { .about-quote .item-title { margin-bottom: 30px; font-size: 18px; font-size: 1.8rem; line-height: 24px; } }

@media screen and (max-width: 991px) { .about-quote .item-title { line-height: 22px; font-size: 16px; font-size: 1.6rem; } }

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

/*-------------3-1-about end---------------------------------------------------------------*/
/*-------------3-2-faq start---------------------------------------------------------------*/
.faq-main .box-slide { width: 367px; }

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

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

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

.faq-main .box-main { width: 1024px; background-color: #F5F5F5; padding: 49px 69px 55px 27px; }

@media screen and (max-width: 1419px) { .faq-main .box-main { width: 840px; padding: 45px 30px; } }

@media screen and (max-width: 1219px) { .faq-main .box-main { width: 650px; padding: 30px 20px; } }

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

@media screen and (max-width: 767px) { .faq-main .box-main { padding: 15px; } }

.search-box1 ::-webkit-input-placeholder { color: #999; opacity: 1; }

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

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

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

/* Internet Explorer 10+ */
.search-box1 { overflow: hidden; position: relative; width: 100%; height: 35px; line-height: 34px; cursor: pointer; border-radius: 0; border: solid 1px #BFBFBF; background-color: #F6F6F6; margin-bottom: 18px; }

.search-box1 .iconfont { font-size: 22px; font-size: 2.2rem; color: #2963B3; position: absolute; width: 38px; height: 35px; line-height: 35px; right: 0; top: 0; text-align: center; }

.search-box1 .search-input { position: absolute; top: 0; left: 0; width: 100%; height: 100%; line-height: 35px; padding: 0 40px 0 13px; color: #777; font-size: 14px; font-size: 1.4rem; }

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

.faq-slide { background-color: #F5F5F5; padding: 8px 12px 10px; }

@media screen and (max-width: 1219px) { .faq-slide { padding: 10px; } }

.faq-slide .box-title { font-size: 30px; font-size: 3rem; line-height: 1.3; padding: 0 20px; margin-bottom: 7px; }

@media screen and (max-width: 1419px) { .faq-slide .box-title { font-size: 28px; font-size: 2.8rem; } }

@media screen and (max-width: 1219px) { .faq-slide .box-title { font-size: 24px; font-size: 2.4rem; padding: 0 15px; } }

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

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

.faq-slide .box-list li > a { display: block; font-size: 16px; font-size: 1.6rem; line-height: 20px; padding: 10px 20px; }

@media screen and (max-width: 1219px) { .faq-slide .box-list li > a { font-size: 14px; font-size: 1.4rem; padding: 8px 15px; } }

@media screen and (max-width: 767px) { .faq-slide .box-list li > a { padding: 5px 15px; } }

.faq-slide .box-list li:hover > a, .faq-slide .box-list li.active > a { background-color: #fff; color: #2963B3; }

@media screen and (max-width: 1219px) { .faq-list1 { padding-bottom: 10px; } }

.faq-list1 .list-item { margin-bottom: 33px; }

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

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

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

.faq-list1 .item-title { background-color: #fff; line-height: 24px; font-size: 16px; font-size: 1.6rem; padding: 11px 13px 12px 13px; cursor: pointer; position: relative; -webkit-transition: all .35s; -o-transition: all .35s; -moz-transition: all .35s; transition: all .35s; }

.faq-list1 .item-title strong { font-size: 20px; font-size: 2rem; font-weight: normal; }

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

@media screen and (max-width: 1219px) { .faq-list1 .item-title { font-size: 14px; font-size: 1.4rem; line-height: 20px; padding: 10px 10px 10px 10px; }
  .faq-list1 .item-title strong { font-size: 16px; font-size: 1.6rem; } }

.faq-list1 .item-title.active, .faq-list1 .item-title:hover { background-color: #2963B3; color: #fff; }

.faq-list1 .item-desc { padding: 8px 10px 0 18px; font-size: 16px; font-size: 1.6rem; line-height: 30px; }

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

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

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

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

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

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

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

.news1-list .list-item { display: inline-block; vertical-align: top; width: 46.64286%; margin-left: 6.71429%; margin-bottom: 44px; }

@media screen and (max-width: 1419px) { .news1-list .list-item { width: 49%; margin-left: 2%; margin-bottom: 40px; } }

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

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

.news1-list .item-date { margin-top: 35px; font-size: 16px; font-size: 1.6rem; line-height: 1.3; color: #999; }

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

@media screen and (max-width: 1219px) { .news1-list .item-date { margin-top: 20px; } }

@media screen and (max-width: 991px) { .news1-list .item-date { margin-top: 15px; } }

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

.news1-list .item-title { margin-top: 6px; font-size: 20px; font-size: 2rem; line-height: 1.3;min-height:52px; }

@media screen and (max-width: 1419px) { .news1-list .item-title { font-size: 18px; font-size: 1.8rem;min-height:42px; } }

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

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

.news1-list .item-desc { margin-top: 8px; font-size: 16px; font-size: 1.6rem; line-height: 28px; height: 56px; }

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

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

.news1-list .item-btn { margin-top: 15px; display: inline-block; font-size: 18px; font-size: 1.8rem; line-height: 38px; text-decoration: underline; color: #fff; background-color: #2963B3; border: solid 1px #2963B3; padding: 0 32px; }

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

@media screen and (max-width: 1219px) { .news1-list .item-btn { font-size: 14px; font-size: 1.4rem; line-height: 34px; padding: 0 20px; } }

@media screen and (max-width: 991px) { .news1-list .item-btn { line-height: 28px; padding: 0 15px; } }

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

/*-------------3-3-news end----------------------------------------------------------------*/
/*-------------3-4-news start--------------------------------------------------------------*/
.news2-main > .item-title { font-family: "Barlow-Bold", arial; font-size: 30px; font-size: 3rem; line-height: 1.3; margin-bottom: 18px; }

@media screen and (max-width: 1419px) { .news2-main > .item-title { font-size: 26px; font-size: 2.6rem; margin-bottom: 15px; } }

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

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

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

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

.news2-main .item-date { font-size: 0; letter-spacing: 0; padding-bottom: 26px; }

@media screen and (max-width: 1419px) { .news2-main .item-date { padding-bottom: 20px; } }

@media screen and (max-width: 991px) { .news2-main .item-date { padding-bottom: 15px; } }

@media screen and (max-width: 767px) { .news2-main .item-date { padding-bottom: 10px; } }

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

.news2-main .item-date > span .iconfont { margin-right: 15px; font-size: 19px; font-size: 1.9rem; }

@media screen and (max-width: 1419px) { .news2-main .item-date > span { font-size: 14px; font-size: 1.4rem; margin-right: 20px; }
  .news2-main .item-date > span .iconfont { margin-right: 10px; font-size: 16px; font-size: 1.6rem; } }

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

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

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

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

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

.news2-main .item-desc { border-top: solid 1px #D2D2D2; border-bottom: solid 1px #D2D2D2; padding-top: 33px; padding-bottom: 34px; font-size: 16px; font-size: 1.6rem; line-height: 30px; }

.news2-main .item-desc, .news2-main .item-desc * { color: #666; }

@media screen and (max-width: 1419px) { .news2-main .item-desc { padding-top: 30px; padding-bottom: 30px; font-size: 14px; font-size: 1.4rem; line-height: 26px; } }

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

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

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

.hot-box { padding-top: 70px; }

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

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

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

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

.hot-box .pro2-title { text-align: center; margin-bottom: 28px; }

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

.hot-owl { position: relative; }

.hot-owl .owl-carousel { width: 100.85714%; margin-left: -0.42857%; }

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

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

.hot-owl .owl-btns { font-size: 0; letter-spacing: 0; text-align: center; margin-top: 23px; }

.hot-owl .owl-btns .owl-btn { display: inline-block; vertical-align: top; cursor: pointer; width: 44px; height: 44px; line-height: 44px; text-align: center; background-color: #E7E7E7; font-size: 22px; font-size: 2.2rem; color: #2963B3; -webkit-transition: all .35s; -o-transition: all .35s; -moz-transition: all .35s; transition: all .35s; }

.hot-owl .owl-btns .owl-btn:hover { background-color: #2963B3; color: #fff; }

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

@media screen and (max-width: 1419px) { .hot-owl .owl-btns .owl-btn { width: 40px; height: 40px; line-height: 40px; font-size: 20px; font-size: 2rem; } }

@media screen and (max-width: 1219px) { .hot-owl .owl-btns .owl-btn { width: 32px; height: 32px; line-height: 32px; font-size: 18px; font-size: 1.8rem; } }

@media screen and (max-width: 991px) { .hot-owl .owl-btns .owl-btn { width: 28px; height: 28px; line-height: 28px; font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 767px) { .hot-owl .owl-btns .owl-btn { width: 24px; height: 24px; line-height: 24px; font-size: 14px; font-size: 1.4rem; } }

.hot-owl .owl-btns .item-prev { margin-right: 11px; }

@media screen and (max-width: 1219px) { .hot-owl .owl-btns .item-prev { margin-right: 6px; } }

.hot-owl .list-item { margin: 0 1.69972%; text-align: center; overflow: hidden; }

.hot-owl .list-item:hover .item-body { background-color: #367FE3; }

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

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

@media screen and (max-width: 480px) { .hot-owl .list-item { margin: 0 1.96078%; } }

.hot-owl .item-pic { border: solid 1px #E5E5E5; position: relative; }

.hot-owl .item-backdrop { font-size: 88px; font-size: 8.8rem; color: #fff; }

.hot-owl .item-backdrop p { position: relative; }

.hot-owl .item-backdrop:before { background-color: #000; opacity: 0.38; filter: alpha(opacity=0.38); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=38)"; }

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

.hot-owl .item-body { background-color: #F7F7F7; -webkit-transition: all .35s; -o-transition: all .35s; -moz-transition: all .35s; transition: all .35s; }

.hot-owl .item-title { font-size: 16px; font-size: 1.6rem; line-height: 38px; }

.hot-owl .item-title a { padding: 0 5px; }

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

@media screen and (max-width: 991px) { .hot-owl .item-title { line-height: 32px; } }

@media screen and (max-width: 767px) { .hot-owl .item-title { line-height: 26px; } }

/*-------------3-4-news end----------------------------------------------------------------*/
/*-------------4-1-factory start-----------------------------------------------------------*/
.fac-title { font-weight: bold; font-size: 24px; font-size: 2.4rem; line-height: 1.3; text-align: center; margin-bottom: 33px; }

@media screen and (max-width: 1419px) { .fac-title { font-size: 22px; font-size: 2.2rem; margin-bottom: 25px; } }

@media screen and (max-width: 1219px) { .fac-title { font-size: 20px; font-size: 2rem; margin-bottom: 20px; } }

@media screen and (max-width: 991px) { .fac-title { font-size: 18px; font-size: 1.8rem; margin-bottom: 15px; } }

@media screen and (max-width: 767px) { .fac-title { font-size: 16px; font-size: 1.6rem; margin-bottom: 10px; } }

.fac-spec { margin-bottom: 55px; text-align: center; font-size: 16px; font-size: 1.6rem; line-height: 28px; }

.fac-spec, .fac-spec * { color: #666; }

.fac-spec strong { font-size: 20px; font-size: 2rem; color: #444; font-weight: normal; display: block; margin-bottom: 4px; }

@media screen and (max-width: 1419px) { .fac-spec { line-height: 26px; margin-bottom: 50px; }
  .fac-spec strong { font-size: 18px; font-size: 1.8rem; } }

@media screen and (max-width: 1219px) { .fac-spec { font-size: 14px; font-size: 1.4rem; line-height: 24px; margin-bottom: 40px; }
  .fac-spec strong { font-size: 16px; font-size: 1.6rem; } }

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

@media screen and (max-width: 767px) { .fac-spec { font-size: 12px; font-size: 1.2rem; line-height: 20px; margin-bottom: 20px; }
  .fac-spec strong { font-size: 14px; font-size: 1.4rem; } }

.fac-item { padding-top: 46px; padding-bottom: 60px; }

.fac-item:first-child { padding-top: 0; }

.fac-item:last-child { padding-bottom: 0; }

@media screen and (max-width: 1419px) { .fac-item { padding-top: 46px; padding-bottom: 50px; } }

@media screen and (max-width: 1219px) { .fac-item { padding-top: 40px; padding-bottom: 40px; } }

@media screen and (max-width: 991px) { .fac-item { padding-top: 30px; padding-bottom: 30px; } }

@media screen and (max-width: 767px) { .fac-item { padding-top: 20px; padding-bottom: 20px; } }

.fac-item2 { background-color: #F4F4F4; }

/*-------------4-1-factory end-------------------------------------------------------------*/
/*-------------4-2-factory start-----------------------------------------------------------*/
.eq-title { font-family: "Barlow-Bold", arial; font-size: 34px; font-size: 3.4rem; line-height: 1.3; text-align: center; margin-bottom: 19px; }

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

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

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

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

.eq-spec { margin-bottom: 60px; font-size: 16px; font-size: 1.6rem; line-height: 30px; }

.eq-spec, .eq-spec * { color: #333; }

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

@media screen and (max-width: 1219px) { .eq-spec { font-size: 14px; font-size: 1.4rem; line-height: 24px; margin-bottom: 40px; } }

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

@media screen and (max-width: 767px) { .eq-spec { font-size: 12px; font-size: 1.2rem; line-height: 20px; margin-bottom: 20px; } }

.eq-list { font-size: 0; letter-spacing: 0; }

.eq-list .list-item { display: inline-block; vertical-align: top; width: 31%; margin-left: 3.5%; margin-bottom: 41px; }

.eq-list .list-item:nth-child(3n+1) { margin-left: 0; }

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

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

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

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

.eq-list .item-title { margin-top: 19px; font-size: 20px; font-size: 2rem; line-height: 1.3; text-align: center; }

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

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

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

/*-------------4-2-factory end-------------------------------------------------------------*/
/*-------------5-1-project start-----------------------------------------------------------*/
.man-box1 { margin-bottom: 50px; margin-top: -22px; font-size: 16px; font-size: 1.6rem; line-height: 30px; }

.man-box1, .man-box1 * { color: #666; }

.man-box1 em { font-style: normal; color: #333; }

.man-box1 .item-title { font-size: 20px; font-size: 2rem; color: #333; }

@media screen and (max-width: 1419px) { .man-box1 { margin-top: 0; line-height: 26px; }
  .man-box1 .item-title { font-size: 18px; font-size: 1.8rem; } }

@media screen and (max-width: 1219px) { .man-box1 { margin-bottom: 40px; font-size: 14px; font-size: 1.4rem; line-height: 24px; }
  .man-box1 .item-title { font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 991px) { .man-box1 { line-height: 22px; } }

@media screen and (max-width: 767px) { .man-box1 { margin-bottom: 30px; font-size: 12px; font-size: 1.2rem; line-height: 20px; }
  .man-box1 .item-title { font-size: 14px; font-size: 1.4rem; color:#333;font-weight:bold; } }

.man-box2 { margin-bottom: 40px; font-size: 16px; font-size: 1.6rem; line-height: 30px; }

.man-box2, .man-box2 * { color: #666; }

.man-box2 em { color: #333; font-style: normal; display: block; position: relative; padding-left: 25px; line-height: 36px; }

.man-box2 em:before { position: absolute; font-family: "iconfont" !important; font-style: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: '\e605'; font-size: 20px; font-size: 2rem; color: #367FE3; left: -5px; top: 0; -webkit-transition: all .35s; -o-transition: all .35s; -moz-transition: all .35s; transition: all .35s; }

@media screen and (max-width: 1419px) { .man-box2 em { line-height: 32px; } }

@media screen and (max-width: 1219px) { .man-box2 em { line-height: 30px; padding-left: 20px; }
  .man-box2 em:before { font-size: 16px; font-size: 1.6rem; left: -3px; } }

@media screen and (max-width: 991px) { .man-box2 em { padding-left: 16px; line-height: 28px; } }

@media screen and (max-width: 767px) { .man-box2 em { line-height: 24px; padding-left: 14px; }
  .man-box2 em:before { font-size: 12px; font-size: 1.2rem; left: 0; } }

@media screen and (max-width: 1419px) { .man-box2 { line-height: 26px; } }

@media screen and (max-width: 1219px) { .man-box2 { margin-bottom: 30px; font-size: 14px; font-size: 1.4rem; line-height: 24px; } }

@media screen and (max-width: 991px) { .man-box2 { margin-bottom: 20px; line-height: 22px; } }

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

.man-box2 .item-title { font-size: 18px; font-size: 1.8rem; text-align: center; }

@media screen and (max-width: 1219px) { .man-box2 .item-title { font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 767px) { .man-box2 .item-title { font-size: 14px; font-size: 1.4rem;color:#333;font-weight:bold; } }

.man-box2 .box-list2 { width: 100%; 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; }

.man-box2 .box-list2 .list-item { width: 47.14286%; -webkit-flex-basis: 47.14286%; -ms-flex-preferred-size: 47.14286%; flex-basis: 47.14286%; margin-left: 5.71429%; margin-bottom: 15px; }

.man-box2 .box-list2 .list-item:nth-child(odd) { margin-left: 0; }

@media screen and (max-width: 991px) { .man-box2 .box-list2 .list-item { width: 49%; -webkit-flex-basis: 49%; -ms-flex-preferred-size: 49%; flex-basis: 49%; margin-left: 2%; } }

@media screen and (max-width: 480px) { .man-box2 .box-list2 .list-item { width: 100%; -webkit-flex-basis: 100%; -ms-flex-preferred-size: 100%; flex-basis: 100%; margin: 0 0 15px !important; } }

.man-box3 { padding-bottom: 24px; }

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

.man-box4, .man-box5, .man-box6 { text-align: center; }

.man-box4 .item-title, .man-box5 .item-title, .man-box6 .item-title { font-family: "Barlow-Bold", arial; font-size: 26px; font-size: 2.6rem; line-height: 1.3; margin-bottom: 75px; }

@media screen and (max-width: 1419px) { .man-box4 .item-title, .man-box5 .item-title, .man-box6 .item-title { font-size: 24px; font-size: 2.4rem; margin-bottom: 50px; } }

@media screen and (max-width: 1219px) { .man-box4 .item-title, .man-box5 .item-title, .man-box6 .item-title { font-size: 22px; font-size: 2.2rem; margin-bottom: 40px; } }

@media screen and (max-width: 991px) { .man-box4 .item-title, .man-box5 .item-title, .man-box6 .item-title { font-size: 20px; font-size: 2rem; margin-bottom: 30px; } }

@media screen and (max-width: 767px) { .man-box4 .item-title, .man-box5 .item-title, .man-box6 .item-title { font-size: 18px; font-size: 1.8rem; margin-bottom: 20px; } }

@media screen and (max-width: 640px) { .man-box4 .item-title, .man-box5 .item-title, .man-box6 .item-title { font-size: 16px; font-size: 1.6rem; } }

.man-box4 .item-img, .man-box5 .item-img, .man-box6 .item-img { font-size: 0; }

.man-box4 { margin-bottom: 95px; }

@media screen and (max-width: 1419px) { .man-box4 { margin-bottom: 60px; } }

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

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

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

.man-box5 { margin-bottom: 162px; }

@media screen and (max-width: 1419px) { .man-box5 { margin-bottom: 60px; } }

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

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

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

/*-------------5-1-project end-------------------------------------------------------------*/
/*-------------5-2-project start-----------------------------------------------------------*/
.quality-box1 { margin-bottom: 39px; margin-top: -6px; font-size: 16px; font-size: 1.6rem; line-height: 30px; }

.quality-box1, .quality-box1 * { color: #666; }

.quality-box1 .item-img img { display: block; margin: 0 auto; }

@media screen and (max-width: 1419px) { .quality-box1 { line-height: 26px; margin-top: 0; } }

@media screen and (max-width: 1219px) { .quality-box1 { margin-bottom: 30px; font-size: 14px; font-size: 1.4rem; line-height: 24px; } }

@media screen and (max-width: 991px) { .quality-box1 { margin-bottom: 20px; line-height: 22px; } }

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

.quality-box1 .box-list { width: 100%; 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; }

.quality-box1 .box-list .list-item { width: 49.28571%; -webkit-flex-basis: 49.28571%; -ms-flex-preferred-size: 49.28571%; flex-basis: 49.28571%; margin-left: 1.42857%; margin-bottom: 15px; }

.quality-box1 .box-list .list-item:nth-child(odd) { margin-left: 0; }

@media screen and (max-width: 991px) { .quality-box1 .box-list .list-item { width: 100%; -webkit-flex-basis: 100%; -ms-flex-preferred-size: 100%; flex-basis: 100%; margin: 0 0 15px !important; } }

.quality-box2 { padding-bottom: 65px; }

@media screen and (max-width: 1419px) { .quality-box2 { padding-bottom: 50px; } }

@media screen and (max-width: 1219px) { .quality-box2 { padding-bottom: 40px; } }

@media screen and (max-width: 991px) { .quality-box2 { padding-bottom: 30px; } }

@media screen and (max-width: 767px) { .quality-box2 { padding-bottom: 20px; } }

.quality-box2 .box-title { margin: 0 auto 42px; max-width: 1160px; text-align: center; font-family: "Barlow-Bold", arial; font-size: 24px; font-size: 2.4rem; line-height: 1.58333; }

@media screen and (max-width: 1419px) { .quality-box2 .box-title { font-size: 22px; font-size: 2.2rem; line-height: 1.5; margin-bottom: 40px; } }

@media screen and (max-width: 1219px) { .quality-box2 .box-title { font-size: 20px; font-size: 2rem; line-height: 1.4; margin-bottom: 30px; } }

@media screen and (max-width: 991px) { .quality-box2 .box-title { font-size: 18px; font-size: 1.8rem; line-height: 1.3; margin-bottom: 20px; } }

@media screen and (max-width: 767px) { .quality-box2 .box-title { font-size: 16px; font-size: 1.6rem; margin-bottom: 15px; } }

.quality-box2 .box-subt { text-transform: uppercase; font-size: 30px; font-size: 3rem; line-height: 1.3; font-family: "Barlow-Bold", arial; color: #367FE3; margin-bottom: 21px; }

@media screen and (max-width: 1419px) { .quality-box2 .box-subt { font-size: 26px; font-size: 2.6rem; } }

@media screen and (max-width: 1219px) { .quality-box2 .box-subt { font-size: 22px; font-size: 2.2rem; } }

@media screen and (max-width: 991px) { .quality-box2 .box-subt { font-size: 20px; font-size: 2rem; margin-bottom: 15px; } }

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

.quality-box2 .box-list { width: 100%; 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; }

.quality-box2 .box-list .list-item { width: 47.14286%; -webkit-flex-basis: 47.14286%; -ms-flex-preferred-size: 47.14286%; flex-basis: 47.14286%; margin-left: 5.71429%; background-color: #DFEBFB; margin-bottom: 13px; font-size: 18px; font-size: 1.8rem; line-height: 30px; padding: 13px 37px 14px; }

.quality-box2 .box-list .list-item:nth-child(odd) { margin-left: 0; }

@media screen and (max-width: 1419px) { .quality-box2 .box-list .list-item { padding: 13px 30px 14px; line-height: 28px; } }

@media screen and (max-width: 1219px) { .quality-box2 .box-list .list-item { font-size: 16px; font-size: 1.6rem; line-height: 26px; padding: 13px 20px; } }

@media screen and (max-width: 991px) { .quality-box2 .box-list .list-item { width: 49%; -webkit-flex-basis: 49%; -ms-flex-preferred-size: 49%; flex-basis: 49%; margin-left: 2%; line-height: 24px; padding: 10px 15px; } }

@media screen and (max-width: 767px) { .quality-box2 .box-list .list-item { font-size: 14px; font-size: 1.4rem; line-height: 20px; padding: 5px 10px; } }

@media screen and (max-width: 480px) { .quality-box2 .box-list .list-item { width: 100%; -webkit-flex-basis: 100%; -ms-flex-preferred-size: 100%; flex-basis: 100%; margin: 0 0 10px !important; } }

.quality-box3 .box-title { font-weight: bold; font-size: 30px; font-size: 3rem; line-height: 1.3; text-align: center; margin-bottom: 28px; }

@media screen and (max-width: 1419px) { .quality-box3 .box-title { font-size: 26px; font-size: 2.6rem; } }

@media screen and (max-width: 1219px) { .quality-box3 .box-title { font-size: 22px; font-size: 2.2rem; margin-bottom: 20px; } }

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

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

/*-------------5-2-project end-------------------------------------------------------------*/
/*-------------5-3-project start-----------------------------------------------------------*/
.tech-list { padding-bottom: 30px; }

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

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

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

.tech-list .item-num { float: left; width: 69px; height: 69px; line-height: 69px; background: #367FE3; text-align: center; color: #fff; margin-right: 2.85714%; font-size: 24px; font-size: 2.4rem; }

@media screen and (max-width: 1419px) { .tech-list .item-num { width: 60px; height: 60px; line-height: 60px; font-size: 22px; font-size: 2.2rem; } }

@media screen and (max-width: 1219px) { .tech-list .item-num { width: 50px; height: 50px; line-height: 50px; font-size: 20px; font-size: 2rem; margin-right: 2.14286%; } }

@media screen and (max-width: 767px) { .tech-list .item-num { width: 36px; height: 36px; line-height: 36px; font-size: 18px; font-size: 1.8rem; } }

.tech-list .item-body { overflow: hidden; text-align: right; font-size: 0; }

.tech-list .item-title { text-align: left; font-size: 24px; font-size: 2.4rem; line-height: 30px; background: url(../images/web4.png) repeat-x bottom; padding-bottom: 16px; padding-top: 25px; }

@media screen and (max-width: 1419px) { .tech-list .item-title { font-size: 22px; font-size: 2.2rem; line-height: 1.3; padding: 15px 0; } }

@media screen and (max-width: 1219px) { .tech-list .item-title { font-size: 18px; font-size: 1.8rem; padding: 10px 0; } }

@media screen and (max-width: 991px) { .tech-list .item-title { font-size: 16px; font-size: 1.6rem; padding: 8px 0; } }

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

.tech-list .item-desc { margin-top: 24px; text-align: left; font-size: 16px; font-size: 1.6rem; line-height: 30px; }

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

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

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

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

.tech-list .item-btn { margin-top: 11px; display: inline-block; font-size: 18px; font-size: 1.8rem; line-height: 38px; text-decoration: underline; color: #fff; background-color: #2963B3; border: solid 1px #2963B3; padding: 0 32px; }

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

@media screen and (max-width: 1219px) { .tech-list .item-btn { font-size: 14px; font-size: 1.4rem; line-height: 34px; padding: 0 20px; } }

@media screen and (max-width: 991px) { .tech-list .item-btn { line-height: 28px; padding: 0 15px; } }

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

/*-------------5-3-project end-------------------------------------------------------------*/
/*-------------5-4-download start----------------------------------------------------------*/
.downlist { padding: 0 0 47px; }

@media screen and (max-width: 1419px) { .downlist { padding-bottom: 20px; } }

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

.downlist .list-item { position: relative; padding-bottom: 41px; margin-bottom: 43px; border-bottom: dashed 1px #C6C6C6; }

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

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

.downlist .item-img { float: left; margin-top: 5px; margin-right: 23px; width: 59px; }

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

@media screen and (max-width: 1419px) { .downlist .item-img { margin-top: 0; margin-right: 20px; } }

@media screen and (max-width: 991px) { .downlist .item-img { margin-right: 15px; width: 50px; } }

@media screen and (max-width: 767px) { .downlist .item-img { margin-right: 10px; width: 44px; } }

.downlist .item-info { overflow: hidden; }

.downlist .item-title { font-size: 18px; font-size: 1.8rem; line-height: 24px; min-height: 24px; margin-bottom: 6px; }

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

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

.downlist .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 30px; min-height: 30px; }

.downlist .item-desc, .downlist .item-desc a { color: #333; }

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

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

.downlist .item-body { float: left; width: 100%; padding-right: 200px; }

@media screen and (max-width: 1219px) { .downlist .item-body { padding-right: 180px; } }

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

.downlist .item-btns { margin-left: -200px; width: 200px; float: left; font-size: 0; letter-spacing: 0; margin-top: 22px; text-align: right; }

@media screen and (max-width: 1419px) { .downlist .item-btns { margin-top: 15px; } }

@media screen and (max-width: 1219px) { .downlist .item-btns { margin-left: -180px; width: 180px; } }

@media screen and (max-width: 991px) { .downlist .item-btns { margin-left: auto; text-align: center; width: 100%; margin-top: 20px; } }

.downlist .item-btn { display: inline-block; font-size: 16px; font-size: 1.6rem; background-color: #367FE3; border: solid 1px #367FE3; line-height: 20px; padding: 9px 22px; text-align: center; color: #fff; }

.downlist .item-btn .iconfont { font-size: 24px; font-size: 2.4rem; margin-right: 5px; line-height: 20px; vertical-align: middle; }

@media screen and (max-width: 1419px) { .downlist .item-btn { font-size: 14px; font-size: 1.4rem; padding: 8px 20px; }
  .downlist .item-btn .iconfont { font-size: 20px; font-size: 2rem; } }

@media screen and (max-width: 991px) { .downlist .item-btn { padding: 5px 15px; }
  .downlist .item-btn .iconfont { font-size: 18px; font-size: 1.8rem; margin-right: 0; } }

@media screen and (max-width: 767px) { .downlist .item-btn { font-size: 12px; font-size: 1.2rem; }
  .downlist .item-btn .iconfont { font-size: 16px; font-size: 1.6rem; } }

/*-------------5-4-download end------------------------------------------------------------*/
/*-------------6-contact start-------------------------------------------------------------*/
.contact-info { margin-bottom: 77px; }

@media screen and (max-width: 1419px) { .contact-info { margin-bottom: 77px; } }

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

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

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

.contact-info .box-title { text-align: center; font-weight: bold; font-size: 36px; font-size: 3.6rem; line-height: 1.3; margin-bottom: 2px; }

@media screen and (max-width: 1419px) { .contact-info .box-title { font-size: 32px; font-size: 3.2rem; } }

@media screen and (max-width: 1219px) { .contact-info .box-title { font-size: 28px; font-size: 2.8rem; } }

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

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

.contact-info .box-desc { text-align: center; font-size: 20px; font-size: 2rem; line-height: 2; margin-bottom: 21px; }

@media screen and (max-width: 1419px) { .contact-info .box-desc { font-size: 18px; font-size: 1.8rem; line-height: 1.4; } }

@media screen and (max-width: 1219px) { .contact-info .box-desc { font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 991px) { .contact-info .box-desc { font-size: 14px; font-size: 1.4rem; } }

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

.contact-info .box-subt { font-weight: bold; font-size: 26px; font-size: 2.6rem; line-height: 1.3; margin-bottom: 19px; }

@media screen and (max-width: 1419px) { .contact-info .box-subt { font-size: 22px; font-size: 2.2rem; } }

@media screen and (max-width: 1219px) { .contact-info .box-subt { font-size: 20px; font-size: 2rem; } }

@media screen and (max-width: 991px) { .contact-info .box-subt { font-size: 18px; font-size: 1.8rem; } }

@media screen and (max-width: 767px) { .contact-info .box-subt { font-size: 14px; font-size: 1.4rem; margin-bottom: 10px; } }

.contact-info .box-list { font-size: 16px; font-size: 1.6rem; line-height: 39px; }

.contact-info .box-list a:hover { color: #2963B3; }

.contact-info .box-list .iconfont { float: left; font-size: 20px; font-size: 2rem; color: #367FE3; margin-right: 8px; }

.contact-info .box-list .item-title { float: left; margin-right: 5px; }

.contact-info .box-list .item-body { overflow: hidden; }

@media screen and (max-width: 1419px) { .contact-info .box-list { line-height: 32px; } }

@media screen and (max-width: 1219px) { .contact-info .box-list { font-size: 14px; font-size: 1.4rem; line-height: 30px; }
  .contact-info .box-list .iconfont { font-size: 18px; font-size: 1.8rem; } }

@media screen and (max-width: 991px) { .contact-info .box-list { line-height: 26px; } }

@media screen and (max-width: 767px) { .contact-info .box-list { font-size: 12px; font-size: 1.2rem; line-height: 24px; }
  .contact-info .box-list .iconfont { font-size: 16px; font-size: 1.6rem; } }

.contact-form { background-color: #F5F5F5; padding: 47px 0 10px; }

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

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

.contact-form .box-title { text-align: center; font-weight: bold; font-size: 36px; font-size: 3.6rem; line-height: 1.3; margin-bottom: 29px; }

@media screen and (max-width: 1419px) { .contact-form .box-title { font-size: 32px; font-size: 3.2rem; margin-bottom: 20px; } }

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

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

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

.contact-form .box-desc { max-width: 1230px; margin-left: auto; margin-right: auto; text-align: center; font-size: 20px; font-size: 2rem; line-height: 2; margin-bottom: 28px; }

@media screen and (max-width: 1419px) { .contact-form .box-desc { font-size: 18px; font-size: 1.8rem; line-height: 1.4; } }

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

@media screen and (max-width: 991px) { .contact-form .box-desc { font-size: 14px; font-size: 1.4rem; } }

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

.contact-form .box-form { max-width: 877px; margin: 0 auto; }

.contact-form .box-form .item-input { float: left; width: 48.68871%; margin-bottom: 22px; }

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

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

.contact-form .box-form .item-input.star:before { position: absolute; content: '*'; left: 14px; color: #FF0000; top: 16px; font-size: 16px; font-size: 1.6rem; font-family: Arial, Helvetica, sans-serif; }

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

.contact-form .box-form .item-input1.star:before { top: 10px; }

.contact-form .box-form input, .contact-form .box-form textarea { display: block; width: 100%; background-color: #fff; padding: 0 10px 0 27px; font-size: 16px; font-size: 1.6rem; color: #969696; border-radius: 5px; }

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

.contact-form .box-form textarea { height: 151px; line-height: 20px; margin-bottom: 2px; padding-top: 9px; padding-bottom: 10px; }

.contact-form .box-form .item-code { width: 207px; margin-right: 38px; }

.contact-form .box-form .item-img { float: left; line-height: 50px; position: relative; font-size: 0; border-radius: 5px; overflow: hidden; }

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

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

.contact-form .box-form .item-btn input:hover { background: #2963B3; }

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

@media screen and (max-width: 991px) { .contact-form .box-form .item-input { margin-bottom: 15px; }
  .contact-form .box-form .item-input.star:before { top: 13px; }
  .contact-form .box-form input { height: 40px; line-height: 40px; }
  .contact-form .box-form .item-img { line-height: 40px; }
  .contact-form .box-form .item-img img { max-height: 40px; }
  .contact-form .box-form .item-code { margin-right: 10px; } }

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

.contact-form .box-form .item-upload { width: 100%; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-flow: row wrap; -moz-box-orient: horizontal; -moz-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-box-pack: start; -webkit-justify-content: flex-start; -moz-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; }

.contact-form .box-form .item-upload .cupload-upload-box { background: url(../images/web3.png) no-repeat center; background-size: contain; border: 0 !important; background-color: transparent !important; }

.contact-form .box-form .item-upload .img-list { -webkit-box-flex: 0; -webkit-flex: 0 0 auto; -moz-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; margin-right: 15px; margin-bottom: 20px; }

@media screen and (max-width: 991px) { .contact-form .box-form .item-upload .img-list { margin-bottom: 15px; } }

@media screen and (max-width: 767px) { .contact-form .box-form .item-upload .img-list { margin-bottom: 12px; } }

.contact-form .box-form .item-upload .item-info { overflow: hidden; -webkit-box-flex: 1; -webkit-flex: 1 1 auto; -moz-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; margin-bottom: 20px; }

@media screen and (max-width: 991px) { .contact-form .box-form .item-upload .item-info { margin-bottom: 15px; } }

@media screen and (max-width: 767px) { .contact-form .box-form .item-upload .item-info { margin-bottom: 12px; } }

.contact-form .box-form .item-upload .item-info .item-title { font-size: 18px; font-size: 1.8rem; line-height: 1.3; margin-bottom: 3px; }

@media screen and (max-width: 1219px) { .contact-form .box-form .item-upload .item-info .item-title { font-size: 16px; font-size: 1.6rem; } }

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

.contact-form .box-form .item-upload .item-info .item-txt { font-size: 16px; font-size: 1.6rem; line-height: 1.3; color: #666; }

@media screen and (max-width: 1219px) { .contact-form .box-form .item-upload .item-info .item-txt { font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 767px) { .contact-form .box-form .item-upload .item-info .item-txt { font-size: 12px; font-size: 1.2rem; } }

.contact-form .box-form .item-file { float: left; display: block; width: 100%; margin-bottom: 20px; cursor: pointer; }

.contact-form .box-form .item-file input { display: none; }

.contact-form .box-form .item-file .iconfont { float: left; font-size: 30px; font-size: 3rem; line-height: 40px; display: block; margin-right: 10px; }

@media screen and (max-width: 767px) { .contact-form .box-form .item-file .iconfont { font-size: 22px; font-size: 2.2rem; line-height: 34px; margin-right: 5px; } }

.contact-form .box-form .item-file .item-info { overflow: hidden; }

.contact-form .box-form .item-file .item-info .item-title { font-size: 18px; font-size: 1.8rem; line-height: 1.3; margin-bottom: 3px; }

@media screen and (max-width: 1219px) { .contact-form .box-form .item-file .item-info .item-title { font-size: 16px; font-size: 1.6rem; } }

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

.contact-form .box-form .item-file .item-info .item-txt { font-size: 16px; font-size: 1.6rem; line-height: 1.3; color: #666; }

@media screen and (max-width: 1219px) { .contact-form .box-form .item-file .item-info .item-txt { font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 767px) { .contact-form .box-form .item-file .item-info .item-txt { font-size: 12px; font-size: 1.2rem; } }

.contact-form .box-form .item-file .item-info .item-text { font-size: 16px; font-size: 1.6rem; line-height: 1.3; color: #333; }

@media screen and (max-width: 1219px) { .contact-form .box-form .item-file .item-info .item-text { font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 767px) { .contact-form .box-form .item-file .item-info .item-text { font-size: 12px; font-size: 1.2rem; } }

.map { margin-top: 76px; }

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

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

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

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

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

@media screen and (min-width: 1220px) { .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: 480px) { .n-nav .n-nav-icon { top: 3px; } }

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

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

.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 #367FE3; 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: #367FE3; width: 44px; height: 32px; line-height: 32px; border-radius: 5px; color: #fff; text-align: center; position: absolute; right: 10px; top: 5px; z-index: 0; }

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

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

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

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

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

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

.n-nav .box-list li .has-next { position: absolute; top: 10px; right: 25px; 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%; position: absolute; cursor: pointer; }

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

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

.banner .carousel-control { position: absolute; top: 50%; z-index: 2; text-align: center; margin-top: -22px; cursor: pointer; width: 44px; height: 44px; line-height: 44px; background-color: #E7E7E7; font-size: 20px; font-size: 2rem; color: #2963B3; }

.banner .carousel-control:hover { background-color: #2963B3; color: #fff; }

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

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

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

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

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

.banner .dotList li { display: inline-block; vertical-align: bottom; font-size: 18px; font-size: 1.8rem; line-height: 1.3; -webkit-transition: all .35s; -o-transition: all .35s; -moz-transition: all .35s; transition: all .35s; cursor: pointer; -moz-box-sizing: border-box; box-sizing: border-box; color: #fff; padding: 0 3px 2px; margin: 0 4px; font-family: "Barlow-Bold", arial; border-bottom: solid 2px transparent; }

.banner .dotList li.active { color: #2963B3; border-bottom-color: #2963B3; }

@media screen and (max-width: 1219px) { .banner .dotList li { font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 991px) { .banner .dotList li { font-size: 14px; font-size: 1.4rem; margin: 0 2px; } }

@media screen and (max-width: 767px) { .banner .dotList li { font-size: 12px; font-size: 1.2rem; margin: 0 1px; padding: 0 2px; } }

.index-banner { position: relative; padding-bottom: 33.85417%; overflow: hidden; }

.index-banner .carouse { position: absolute; top: 0; bottom: 0; left: 0; right: 0; }

.page-banner { position: relative; padding-bottom: 19.0625%; overflow: hidden; }

.page-banner img { position: absolute; top: 0; bottom: 0; left: 0; right: 0; }

@charset "UTF-8";

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

Copyright (c) 2015 Daniel Eden
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  11.1% {
    -webkit-transform: none;
            transform: none
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
            transform: skewX(-12.5deg) skewY(-12.5deg)
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
            transform: skewX(6.25deg) skewY(6.25deg)
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
            transform: skewX(-3.125deg) skewY(-3.125deg)
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
            transform: skewX(1.5625deg) skewY(1.5625deg)
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
            transform: skewX(-0.78125deg) skewY(-0.78125deg)
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
            transform: skewX(0.390625deg) skewY(0.390625deg)
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
            transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
  }
  100% {
    -webkit-transform: none;
            transform: none
  }
}

@keyframes jello {
  11.1% {
    -webkit-transform: none;
            transform: none
  }

  22.2% {

    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
            transform: skewX(-12.5deg) skewY(-12.5deg)
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
            transform: skewX(6.25deg) skewY(6.25deg)
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
            transform: skewX(-3.125deg) skewY(-3.125deg)
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
            transform: skewX(1.5625deg) skewY(1.5625deg)
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
            transform: skewX(-0.78125deg) skewY(-0.78125deg)
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
            transform: skewX(0.390625deg) skewY(0.390625deg)
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
            transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
  }
  100% {
    -webkit-transform: none;
            transform: none
  }
}



.jello{
    -webkit-animation-name:jello;
            animation-name:jello;
    -webkit-transform-origin: center;

            transform-origin: center
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

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

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

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

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

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

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

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

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

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

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

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

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

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

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

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

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}


@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInStable {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  33.333% {
    opacity: 1;
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  
  66.666666% {
    opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes zoomInStable {
 0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  33.333% {
    opacity: 1;
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  
  66.666666% {
    opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.zoomInStable {
  -webkit-animation-name: zoomInStable;
  animation-name: zoomInStable;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@keyframes anime {
from {
	opacity: 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
}
to {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-moz-transform: scaleY(1);
}
}

@-webkit-keyframes anime {
from {
	opacity: 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
}
to {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-moz-transform: scaleY(1);
}
}

@-moz-keyframes anime {
from {
	opacity: 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
}
to {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-moz-transform: scaleY(1);
}

}

@-o-keyframes anime {
from {
	opacity: 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
}
to {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-moz-transform: scaleY(1);
}
}

@-ms-keyframes anime {
from {
	opacity: 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
}
to {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-moz-transform: scaleY(1);
}

}

@media screen and (min-width:1000px) and (max-width:1219px) {}
@media screen and (max-width: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: 'Barlow-Bold';
    src: url('../fonts/Barlow-Bold.eot');
    src: url('../fonts/Barlow-Bold.eot') format('embedded-opentype'),
         url('../fonts/Barlow-Bold.woff2') format('woff2'),
         url('../fonts/Barlow-Bold.woff') format('woff'),
         url('../fonts/Barlow-Bold.ttf') format('truetype'),
         url('../fonts/Barlow-Bold.svg#Barlow-Bold') format('svg');
		 font-display: swap; 
}

@font-face {
  font-family: "iconfont"; /* Project id 3185807 */
  src: url('../fonts/iconfont.woff2?t=1646009063634') format('woff2'),
       url('../fonts/iconfont.woff?t=1646009063634') format('woff'),
       url('../fonts/iconfont.ttf?t=1646009063634') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-shangchuan:before {
  content: "\e602";
}

.icon-yuanxingjiantoushang:before {
  content: "\e965";
}

.icon-yuanxingjiantouxia:before {
  content: "\e966";
}

.icon-yuanxingjiantouyou:before {
  content: "\e967";
}

.icon-yuanxingjiantouzuo:before {
  content: "\e968";
}

.icon-xinxi-copy:before {
  content: "\e64a";
}

.icon-dianhua:before {
  content: "\e61f";
}

.icon-download4:before {
  content: "\e7a3";
}

.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-icons-hqew-:before {
  content: "\e64e";
}

.icon-jiantou-right:before {
  content: "\e600";
}

.icon-jiantou-left:before {
  content: "\ee29";
}

.icon-up9:before {
  content: "\e72a";
}

.icon-bottom9:before {
  content: "\e72b";
}

.icon-left9:before {
  content: "\e72c";
}

.icon-right9:before {
  content: "\e72d";
}

.icon-lingxing:before {
  content: "\e605";
}

.icon-jiahao3:before {
  content: "\eaf3";
}

.icon-jianhao:before {
  content: "\eaf5";
}

.icon-calendar3:before {
  content: "\e7e1";
}

.icon-ins:before {
  content: "\e614";
}

.icon-xiaojiantou-down:before {
  content: "\ee27";
}

.icon-xiaojiantou-up:before {
  content: "\ee28";
}

.icon-xiaojiantou-right:before {
  content: "\e677";
}

.icon-xiaojiantou-left:before {
  content: "\ebe2";
}

.icon-facebook:before {
  content: "\e620";
}

.icon-pinterest:before {
  content: "\e8ab";
}

.icon-linkedin:before {
  content: "\e649";
}

.icon-youtube:before {
  content: "\e6d6";
}

.icon-twitter:before {
  content: "\e607";
}

.icon-Instagram:before {
  content: "\e6af";
}

.icon-up7:before {
  content: "\e722";
}

.icon-bottom7:before {
  content: "\e723";
}

.icon-left7:before {
  content: "\e724";
}

.icon-right7:before {
  content: "\e725";
}

.icon-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: "\e613";
}

.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";
}

.icon-yingguo:before {
  content: "\e626";
}

.icon-deyu:before {
  content: "\e696";
}

.icon-sheji:before {
  content: "\e70a";
}

.icon-sousuo:before {
  content: "\e6e4";
}

.icon-tubiao-:before {
  content: "\e60d";
}

.icon-gongyejichulingjian:before {
  content: "\e648";
}

.icon-fuwu:before {
  content: "\ee26";
}

.icon-chengxing-404:before {
  content: "\e615";
}



/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}


/* Owl Carousel Owl Demo Theme  v1.3.3 */
/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons { font-size: 0; letter-spacing: 0; text-align: center; }

.owl-theme .owl-controls .owl-buttons div { display: inline-block; vertical-align: top; font-size: 12px; font-size: 1.2rem; }

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
/* Styling Pagination*/
.owl-theme .owl-controls .owl-pagination { font-size: 0; letter-spacing: 0; text-align: center; margin-top: 30px; }

@media screen and (max-width: 991px) { .owl-theme .owl-controls .owl-pagination { margin-top: 20px; } }

@media screen and (max-width: 767px) { .owl-theme .owl-controls .owl-pagination { margin-top: 10px; } }

.owl-theme .owl-controls .owl-page { display: inline-block; vertical-align: top; }

.owl-theme .owl-controls .owl-page span { display: block; width: 14px; height: 14px; border-radius: 50%; margin: 0 5px; font-size: 0; border: solid 2px #61A285; }

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

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

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span { background-color: #61A285; }

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers { height: auto; width: auto; color: #FFF; padding: 2px 10px; font-size: 12px; border-radius: 30px; }

/* preloading images */
.owl-item.loading { min-height: 150px; background: url(AjaxLoader.gif) no-repeat center center; }

.listcart{margin-top: 90px;}
.listcart a.l{float: left;}
.listcart a.r{float: right;}
.listcart a{ background:#2963B3;display:inline-block;height: 34px; width:200px; line-height: 34px;cursor: pointer;border: none;overflow: hidden;color: #fff;cursor: pointer;  border:1px solid #2963B3; padding-left:10px; padding-right:10px; text-align:center; margin-left:10px;}
.listcart a:hover{  border:#2963B3 solid 1px;background: #2963B3; color:#fff!important;}
@media screen and (max-width:999px){
.listcart a{margin-left:2.5%; margin-right:2.5%; padding-left:0px; padding-right:0px ;float: none;}
.listcart{ width:100%; margin-top:50px; }
}
@media screen and (max-width:472px){
.listcart a{ width:95% !important ; float:none; overflow:hidden; margin-bottom:1rem; margin-top:1rem}
}

.contact-form .box-form .item-file { float: none; margin: 0; }

.contact-form .box-form .item-filebox { float: left; display: block; width: 100%; margin-bottom: 20px; cursor: pointer; }

.contact-form .box-form .item-filebox input { display: none; }

.contact-form .box-form .item-filebox .item-newfile { padding-left: 40px; }

@media screen and (max-width: 767px) { .contact-form .box-form .item-filebox .item-newfile { padding-left: 27px; } }

.contact-form .box-form .item-filebox .item-text { display: inline; font-size: 16px; font-size: 1.6rem; line-height: 1.3; color: #333; }

@media screen and (max-width: 1219px) { .contact-form .box-form .item-filebox .item-text { font-size: 14px; font-size: 1.4rem; } }

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

.s-bar { width: 100%; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-flow: row nowrap; -moz-box-orient: horizontal; -moz-box-direction: normal; -ms-flex-flow: row nowrap; flex-flow: row nowrap; -webkit-box-pack: justify; -webkit-justify-content: space-between; -moz-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between;margin-bottom: 30px; margin-top: 30px; }

@media screen and (max-width: 991px) { .s-bar { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; } }

.s-bar > li { margin: 0 10px 10px 0; width: 100%; }

.s-bar > li:last-child { margin-right: 0; }

@media screen and (max-width: 991px) { .s-bar > li { width: 31.33%; -webkit-flex-basis: 31.33%; -ms-flex-preferred-size: 31.33%; flex-basis: 31.33%; margin: 0 1% 10px !important; } }

@media screen and (max-width: 480px) { .s-bar > li { width: 48%; -webkit-flex-basis: 48%; -ms-flex-preferred-size: 48%; flex-basis: 48%; } }

.s-bar > li > a { text-align: center; height: 100%; -webkit-border-radius: 5px; border-radius: 5px; background-color: #65A1F3; color: #fff; font-size: 16px; font-size: 1.6rem; line-height: 1.3; padding: 15px; width: 100%; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-flow: row nowrap; -moz-box-orient: horizontal; -moz-box-direction: normal; -ms-flex-flow: row nowrap; flex-flow: row nowrap; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; }
.s-bar1 > li > a{padding: 10px;}
@media screen and (max-width: 1219px) { .s-bar > li > a { padding: 8px 10px; } }

@media screen and (max-width: 991px) { .s-bar > li > a { padding: 6px 10px; line-height: 1.3; } }

@media screen and (max-width: 767px) { .s-bar > li > a { font-size: 14px; font-size: 1.4rem; min-height: 48px;} }

.s-bar > li.active > a, .s-bar > li:hover > a { background-color: #2963B3; }


.pro2-tags .box-title { font-size: 0; position: relative; margin-bottom: 14px; }
.pro2-tags .box-title:before { position: absolute; content: ''; left: 0; right: 0; height: 1px; background-color: #ECECEC; top: 50%; }

.pro2-tags .box-desc { font-size: 0; letter-spacing: 0; }

.pro2-tags .box-desc > a { display: inline-block; vertical-align: top; border: solid 1px #D5D5D5; font-size: 16px; font-size: 1.6rem; line-height: 24px; padding: 5px 18px 4px; margin: 0 7px 10px 0; -webkit-border-radius: 18px; border-radius: 18px; }

.pro2-tags .box-desc > a:hover { border-color: #0D6591; color: #0D6591; }

.header .lang-box1 { float: right; position: relative; margin-top: 18px; }

@media screen and (max-width: 1619px) { .header .lang-box1 { margin-top: 21px; } }

@media screen and (max-width: 1419px) { .header .lang-box1 { margin-top: 17px; } }

@media screen and (max-width: 1219px) { .header .lang-box1 { margin-top: 5px; margin-right: 30px; } }

@media screen and (max-width: 480px) { .header .lang-box1 { margin-top: 0; float: none; text-align: right; } }

.header .lang-box1 .lang-title { cursor: pointer; font-size: 16px; font-size: 1.6rem; color: #666; }

.header .lang-box1 .lang-title img { width: 37px; margin-right: 8px; vertical-align: middle; }

.header .lang-box1 .lang-title .iconfont { font-size: 12px; font-size: 1.2rem; vertical-align: middle; }

@media screen and (max-width: 1619px) { .header .lang-box1 .lang-title { font-size: 14px; font-size: 1.4rem; }
  .header .lang-box1 .lang-title img { width: 30px; margin-right: 5px; } }

@media screen and (max-width: 1419px) { .header .lang-box1 .lang-title img { width: 25px; margin-right: 5px; } }

@media screen and (max-width: 767px) { .header .lang-box1 .lang-title { font-size: 12px; font-size: 1.2rem; }
  .header .lang-box1 .lang-title img { width: 20px; margin-right: 2px; } }

.header .lang-box1 .lang-list { display: none; z-index: 2; position: absolute; background-color: #367FE3; margin-top: 5px; width: 150px; right: 0; text-align: left; overflow: scroll;
height: 700px;}

@media screen and (max-width: 767px) { .header .lang-box1 .lang-list { width: 100px; } }

.header .lang-box1 .lang-list li { border-bottom: solid 1px #fff; }

.header .lang-box1 .lang-list li:last-child { border-bottom: 0; }

.header .lang-box1 .lang-list li a { display: block; font-size: 14px; font-size: 1.4rem; line-height: 34px; padding: 0 7px; color: #fff; }

.header .lang-box1 .lang-list li a img { width: 24px; vertical-align: middle; margin-right: 5px; }

.header .lang-box1 .lang-list li a:hover { background-color: #2963B3; }

@media screen and (max-width: 767px) { .header .lang-box1 .lang-list li a { font-size: 12px; font-size: 1.2rem; line-height: 30px; }
  .header .lang-box1 .lang-list li a img { width: 20px; margin-right: 2px; } }


