.zoomPad {
	position: relative;
	float: left;
	z-index: 99;
	cursor: crosshair;
}


.zoomPreload {
	-moz-opacity: 0.8;
	opacity: 0.8;
	filter: alpha(opacity=80);
	color: #333;
	font-size: 12px;
	font-family: Tahoma;
	text-decoration: none;
	border: 1px solid #CCC;
	background-color: white;
	padding: 8px;
	text-align: center;
	background-image: url(../images/zoomloader.gif);
	background-repeat: no-repeat;
	background-position: 43px 30px;
	z-index: 110;
	width: 90px;
	height: 43px;
	position: absolute;
	top: 0px;
	left: 0px;
}


.zoomPup {
	overflow: hidden;
	background-color: #FFF;
	-moz-opacity: 0.6;
	opacity: 0.6;
	filter: alpha(opacity=60);
	z-index: 120;
	position: absolute;
	border: 1px solid #CCC;
	z-index: 101;
	cursor: crosshair;
}



.zoomOverlay {
	position: absolute;
	left: 0px;
	top: 0px;
	background: #FFF;
	/*opacity:0.5;*/
	z-index: 5000;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 101;
}

.zoomWindow {
	position: absolute;
	left: 110%;
	top: 40px;
	background: #FFF;
	z-index: 6000;
	height: auto;
	z-index: 10000;
	z-index: 110;
}

.zoomWrapper {
	position: relative;
	border: 1px solid #EBEBEB;
	z-index: 110;
}

.zoomWrapperTitle {
	display: block;
	background: #EBEBEB;
	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; }

html { font-size: 62.5%; }

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

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; transition: 0.3s; -moz-transition: 0.3s; -o-transition: 0.3s; -webkit-transition: 0.3s; }

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

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

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

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

input, textarea { border: none; background: none; font-family: inherit; }

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

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

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

input:focus, textarea: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; }

ul, form, p, a, img, table, tr, td, ul, li, dd, dt, dl, span, div { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }

input, textarea { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }

::-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+ */
.self-ellipsis { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }

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

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

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

.relative { position: relative; }

.absolute { position: absolute; }

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

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

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

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

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

.nlazy { min-width: 20%; }

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

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

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

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

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

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

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

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

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

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

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

[class*="-item"] .item-subt a:hover { color: #F8B628 !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: #F8B628 !important; }

/* @media screen and (min-width:1420px) {.wp {width: 1410px;margin: auto;}}

@media screen and (min-width:1220px) and (max-width:1419px) {.wp {width: 1200px;margin: auto;}} */
.wp { width: 1200px; margin: auto; }

@media screen and (min-width: 1220px) { .wp { width: 1200px; margin: auto; } }

@media screen and (min-width: 1000px) and (max-width: 1219px) { .wp { width: 980px; margin: auto; } }

@media screen and (max-width: 999px) { .wp { width: 95%; margin: auto; } }

@media screen and (min-width: 1220px) { .no_marginr { margin-right: auto !important; }
  .no_marginl { margin-left: auto !important; } }

@media screen and (min-width: 1000px) and (max-width: 1219px) { .no_marginr { margin-right: auto !important; }
  .no_marginl { margin-left: auto !important; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

.an-btn1:before { position: absolute; top: 50%; left: 50%; width: 120%; height: 50%; opacity: 0; filter: alpha(opacity=0); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; z-index: -1; content: ''; background: #F8B628; -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: #F8B628 !important; background-color: #F8B628 \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: #F8B628 !important; background-color: #fff \9; color: #F8B628 !important; }

.an-btn2:hover .iconfont { color: #F8B628 !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.7; filter: alpha(opacity=70); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; background-color: #F8B628; } }

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

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

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

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

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

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

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


/*-------------table end---------------------------------------------------------------------*/
/*-------------proslide_menubtn start--------------------------------------------------------*/
.proslide_menubtn { display: none; width: 23px; height: 18px; position: absolute; top: 12px; right: 12px; cursor: pointer; -webkit-transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s; z-index: 9999; }

.proslide_menubtn span { display: block; width: 100%; height: 3px; margin-bottom: 3px; background-color: #FFFFFF; }

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

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

.page a { display: inline-block; vertical-align: middle; width: 40px; height: 40px; -moz-box-sizing: border-box; box-sizing: border-box; border: solid 1px #AEAEAE; line-height: 38px; text-align: center; border-radius: 50%; color: #999; font-size: 16px; font-size: 1.6rem; margin: 0 5px 10px; }

.page a.prev .iconfont, .page a.next .iconfont { font-weight: normal; }

.page a:hover, .page a.page-active { border-color: #F8B628; background-color: #F8B628; color: #fff; }

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

.page .add-form { display: inline-block; vertical-align: middle; background: url(../images/af-bg.png) no-repeat right center; padding-right: 28px; margin-left: 13px; margin-bottom: 10px; }

.page .add-form .add-btn { display: inline-block; font-size: 16px; font-size: 1.6rem; font-weight: bold; color: #F8B628; }

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

/*-------------page-end--------------------------------------------------------------------*/
/*-------------contact start---------------------------------------------------------------*/
/*back-top*/
.back-top { position: fixed; right: 10px; bottom: -100px; -webkit-transition: 1s; -o-transition: 1s; -moz-transition: 1s; transition: 1s; cursor: pointer; z-index: 998; border-radius: 50%; background-color: #F8B628; width: 42px; height: 42px; line-height: 42px; text-align: center; }

.back-top .iconfont { color: #fff; font-weight: bold; font-size: 15px; font-size: 1.5rem; }

@media only screen and (max-width: 767px) { .back-top { display: none; } }

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

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

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

/*-------------pro-share end---------------------------------------------------------------*/
/*-------------m-oths----------------------------------------------------------------------*/
.m-oths .oths-item { line-height: 26px; padding: 2px 0; }

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

.m-oths .oths-item .item-name { color: #666; text-transform: capitalize; }

.m-oths .oths-item a:hover { color: #F8B628; }

.m-oths .oths-item-1 { background: url(../images/web2.png) repeat-x bottom; }

.m-oths .iconfont { font-size: 17px; font-size: 1.7rem; color: #999; margin-right: 6px; float: left; }

.m-oths .oths-body { overflow: hidden; }

/*-------------bread start-----------------------------------------------------------------*/
.bread { line-height: 24px; padding: 21px 0 28px; overflow: hidden; }

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

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

.bread .bread-active{cursor: auto;}

@media screen and (max-width: 767px) { .bread { font-size: 14px; font-size: 1.4rem; padding: 10px 0 20px; } }

/*-------------bread end-------------------------------------------------------------------*/
.search-box ::-webkit-input-placeholder { color: #666; opacity: 1; }

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

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

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

/* Internet Explorer 10+ */
.search { position: relative; }

.search .search-icon { font-size: 16px; font-size: 1.6rem; width: 28px; height: 28px; text-align: center; border: solid 1px #7F7F7F; color: #fff; display: block; line-height: 26px; -moz-box-sizing: border-box; box-sizing: border-box; float: right; display: none; }

@media screen and (max-width: 999px) { .search .search-icon { display: block; } }

.search .search-box { overflow: hidden; position: relative; z-index: 999; width: 270px; height: 35px; border-radius: 2px; border: solid 1px #7F7F7F; background-color: #202020; cursor: pointer; }

.search .search-box .iconfont { font-size: 18px; font-size: 1.8rem; color: #fff; position: absolute; width: 35px; height: 33px; line-height: 33px; text-align: center; right: 0; top: 50%; margin-top: -16px; z-index: -1; }

@media screen and (max-width: 999px) { .search .search-box { position: absolute; top: 30px; right: 0; display: none; height: 28px; }
  .search .search-box .iconfont { font-size: 16px; font-size: 1.6rem; width: 26px; height: 26px; line-height: 26px; margin-top: -13px; } }

.search .search-input { position: absolute; top: 0; left: 0; width: 100%; height: 100%; line-height: 33px; padding: 0 37px 0 9px; color: #999; }

@media screen and (max-width: 999px) { .search .search-input { line-height: 26px; padding-right: 27px; } }

.search .search-submit { position: absolute; width: 35px; height: 100%; top: 0px; right: 0px; cursor: pointer; z-index: 1; border-left: solid 1px #7F7F7F; }

@media screen and (max-width: 999px) { .search .search-submit { width: 27px; } }

/*-------------header start----------------------------------------------------------------*/
.header { background-color: #202020; }

.header .h-top { padding: 14px 0 0; }

.header .h-top .lang-box { float: right; position: relative; margin-right: 10px; }

.header .h-top .lang-box, .header .h-top .lang-box a { color: #999; }

.header .h-top .lang-box .item-title { padding-right: 20px; line-height: 30px; cursor: pointer; background: url(../images/lang.png) no-repeat right center; padding-right: 16px; }

.header .h-top .lang-box .lang-list { display: none; position: absolute; z-index: 999; top: 100%; left: 50%;margin-left: -60px; width: 120px; background-color: #f3f3f3; border: solid 1px #f1f1f1; line-height: 24px; text-align: center; font-size: 12px; font-size: 1.2rem; }

.header .h-top .lang-box .lang-list p { padding: 0 3px; }

.header .h-top .lang-box .lang-list a:hover { color: #F8B628; }

.header .h-select { float: right; position: relative; margin-right: 15px;}

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

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

.header .h-select .iconfont { display: block; font-size: 22px; font-size: 2.2rem; line-height: 32px; color: #999; cursor: pointer; }

@media screen and (max-width: 1219px) { .header .h-select .iconfont { font-size: 26px; font-size: 2.6rem; } }

.header .h-select .box-yiji { display: none; position: absolute; right: 0; top: 100%; width: 180px; background: #FFFFFF; box-shadow: 2px 0px 9px 0px rgba(0, 0, 0, 0.21); z-index: 99; }

.header .h-select .box-yiji li { position: relative; }

.header .h-select .box-yiji li > a { line-height: 30px; display: block; padding: 5px 15px; text-transform: capitalize; color: #333; }

.header .h-select .box-yiji li > a:hover { background-color: #F8B628; color: #fff; }

.header .h-select .box-yiji li.active > a { background-color: #F8B628; color: #fff; }

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

.header .h-select .box-erji { position: absolute; right: 100%; top: 0; background: #FFFFFF; box-shadow: 2px 0px 9px 0px rgba(0, 0, 0, 0.21); width: 180px; 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; }



@media screen and (max-width: 999px) { .header .h-top { padding: 3px 35px 0 0; } }

.header .wp { padding-left: 320px; }

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

.header .logo {display: block;position: absolute;left: 0;top: 0;height: 130px;}

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

@media screen and (max-width: 999px) { .header .logo {height: 110px;} }

@media screen and (max-width: 767px) { .header .logo {height: 80px;} }

.header .navlist { margin-top: 38px; float: right; font-size: 0; letter-spacing: 0; }

.header .navlist > li { display: inline-block; vertical-align: top; position: relative; border: solid 1px #7F7F7F; margin-left: -1px; margin-top: -1px; min-width: 121px; }

.header .navlist > li > a { font-size: 16px; font-size: 1.6rem; font-weight: bold; color: #fff; display: block; line-height: 24px; text-align: center; padding: 10px 5px 9px; }

.header .navlist > li.nav-active > a, .header .navlist > li:hover > a { background-color: #F8B628; }

@media screen and (max-width: 1219px) { .header .navlist { margin-top: 0; width: 100%; }
  .header .navlist > li { min-width: 14.28%; } }

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

.header .navlist li:hover .yiji { top: 100%; }

.header .yiji { z-index: 99; position: absolute; top: -9999px; width: 194px; left: 50%; margin-left: -97px; box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.15); background-color: #fff; padding: 8px 0 6px; }

.header .yiji li { position: relative; text-align: left; }

.header .yiji li > a { display: block; line-height: 24px; padding: 6px 23px; font-size: 14px; font-size: 1.4rem; color: #333; }

.header .yiji li:hover > a { background-color: #F8B628; color: #fff; }

.header .yiji li:hover .erji { left: 100%; }

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

.header .erji li:hover .sanji { left: 100%; }

.header .erji, .header .sanji { position: absolute; left: -9999px; top: 0; width: 194px; box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.15); background-color: #fff; padding: 8px 0 6px; }

/* 767 navlist1 */
.navlist1 { display: none; width: 100%; }

.navlist1 > li { float: left; width: 25%; text-align: center; padding-bottom: 5px; }

.navlist1 > li > a { text-transform: uppercase; display: inline-block; position: relative; line-height: 30px; border-bottom: solid 2px transparent; }

.navlist1 > li.nav-active > a, .navlist1 > li:hover > a { color: #F8B628; border-bottom-color: #F8B628; }

/*-------------header end------------------------------------------------------------------*/
/*-------------footer start----------------------------------------------------------------*/
.footer ::-webkit-input-placeholder { color: #666; opacity: 1; }

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

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

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

/* Internet Explorer 10+ */
.footer { background: url(../images/bg4.jpg) no-repeat bottom center; background-size: cover; }

.footer, .footer a { color: #bbb; }

.footer a:hover { color: #F8B628; }

.footer .f-top { padding: 50px 0 15px; border-bottom: solid 1px #373737; }

.footer .f-top li { line-height: 30px; }

.footer .f-top .footer-title { font-weight: bold; font-size: 22px; font-size: 2.2rem; text-transform: uppercase; margin-bottom: 19px; }

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

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

.footer .f-top .flist1 { width: 375px; padding-right: 15px; }

.footer .f-top .flist2 { width: 400px; padding-right: 15px; }

.footer .f-top .flist3 { width: 402px; }

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

@media screen and (max-width: 999px) { .footer .f-top .flist1, .footer .f-top .flist2 { width: 50%; }
  .footer .f-top .flist3 { float: left; margin-top: 40px; } }

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

.footer .links { margin-top: 19px; line-height: 24px; }

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

.footer .f-keys{margin-top: 10px; line-height: 24px;}

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

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

.footer .f-follow a { -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; margin-left: 20px; display: inline-block; vertical-align: top; }

.footer .f-follow a:first-child { margin-left: 0; }

.footer .f-follow a .iconfont { font-size: 20px; font-size: 2rem; position: relative; z-index: 1; color: #fff; display: block; width: 31px; height: 31px; text-align: center; line-height: 31px; }

.footer .f-follow a .icon-facebook1,.footer .f-follow a .icon-vk { background-color: #5D82D1; }

.footer .f-follow a .icon-twitter1 { background-color: #40BFF5; }

.footer .f-follow a .icon-instagram1 { background-color: #EB5E4C; }

.footer .f-follow a .icon-pinterest1 { background-color: #E13138; }

.footer .f-follow a .icon-youtube1 { background-color: #C4302A; }

.footer .f-follow a .icon-linkedin1 { background-color: #238CC8; }

.footer .f-follow a:hover { margin-top: -5px; margin-bottom: 5px; }

@media screen and (max-width: 767px) { .footer .f-follow { float: none; width: 100%; text-align: left; }
  .footer .f-follow a:first-child { margin-left: 0; }
   .footer .f-follow a{ margin-bottom:5px;}
   }

.footer .f-bot { padding: 10px 0 18px; }

.footer .f-bot .f-follow { display: none; text-align: center; padding: 15px 0; }

.footer .f-bot .f-follow a { margin-left: 13px; }

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

.footer .f-bot .copyright { text-align: center; line-height: 24px; }

.f-form { padding-top: 9px; width: 100%; position: relative; }

.f-form .item-row { margin-bottom: 13px; }

.f-form .item-input { width: 48.25871%; }

.f-form input, .f-form textarea { width: 100%; background-color: #fff; font-size: 14px; font-size: 1.4rem; color: #666; }

.f-form input { height: 31px; line-height: 31px; padding: 0 10px; }

.f-form textarea { display: block; height: 88px; line-height: 24px; padding: 8px 10px; }

.f-form .item-codeinput { width: 293px; }

.f-form .codeimg { float: right; cursor: pointer; }

.f-form .codeimg img { display: block; max-height:31px; }

.f-form .send-btn { font-weight: bold; text-transform: uppercase; margin-top: 13px; width: 100%; height: 31px; background-color: #F8B628; color: #fff; }

.f-form .send-btn:hover { background-color: #fff; color: #F8B628; }

/*-------------footer end------------------------------------------------------------------*/
/*-------------index start-----------------------------------------------------------------*/
/* index-news start */
.index-news { background: url(../images/bg1.jpg) no-repeat center; background-size: cover; padding: 16px 0; text-align: center; }

.index-news .box-title { float: left; font-size: 22px; font-size: 2.2rem; line-height: 28px; font-weight: bold; }

.index-news .box-title a:hover { color: #fff; }

.index-news .box-title, .index-news .box-title a { color: #F8B628; }

@media screen and (max-width: 999px) { .index-news .box-title { font-size: 18px; font-size: 1.8rem; } }

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

.index-news .item-btn { display: inline-block; min-width: 85px; line-height: 28px; background-color: #F8B628; color: #fff; text-align: center; font-size: 12px; font-size: 1.2rem; }

.index-news .item-btn:hover { background-color: #fff; color: #F8B628; }

.index-news .item-btn1 { float: right; }

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

.index-news .item-btn2 { margin-top: 20px; display: none; }

@media screen and (max-width: 767px) { .index-news .item-btn2 { display: inline-block; } }

.index-news .txtMarquee-left { overflow: hidden; position: relative; }

.index-news .txtMarquee-left .infoList li { float: left; width: 50%; text-align: left; }

@media screen and (max-width: 640px) { .index-news .txtMarquee-left .infoList li { width: 100%; } }

.index-news .txtMarquee-left .infoList .item-title { font-size: 16px; font-size: 1.6rem; line-height: 28px; padding-right: 30px; }

.index-news .txtMarquee-left .infoList .item-title, .index-news .txtMarquee-left .infoList .item-title a { color: #fff; }

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

/* index-news end */
.wrap { background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#f4f4f4)); background: -webkit-linear-gradient(bottom, #fff, #f4f4f4); background: -moz- oldlinear-gradient(bottom, #fff, #f4f4f4); background: linear-gradient(0deg, #fff, #f4f4f4); }

.index-main { padding: 59px 0 70px; }

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

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

.index-main .box-main { width: 875px; }

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

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

.index-main .box-slide { width: 280px; }

@media screen and (max-width: 999px) { .index-main .box-slide { width: 100%; margin: 50px auto 0; } }

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

.index-hotpro .box-title { background: -webkit-gradient(linear, left bottom, left top, from(#757575), to(#ABAAAC)); background: -webkit-linear-gradient(bottom, #757575, #ABAAAC); background: -moz- oldlinear-gradient(bottom, #757575, #ABAAAC); background: linear-gradient(0deg, #757575, #ABAAAC); font-size: 22px; font-size: 2.2rem; line-height: 26px; font-weight: bold; text-transform: uppercase; line-height: 30px; padding: 7px 26px 8px; }

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

.index-hotpro .box-title a:hover { color: #F8B628; }

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

.index-hotpro .box-list { border: solid 1px #E0E0E0; font-size: 0; letter-spacing: 0; text-align: center; padding: 27px 0 3px; }

.index-hotpro .box-list .list-item { display: inline-block; vertical-align: top; width: 28.06415%; margin: 0 1.83276%; margin-bottom: 25px; }

@media screen and (max-width: 767px) { .index-hotpro .box-list .list-item { width: 29.33%; margin: 0 1% 25px; } }

@media screen and (max-width: 600px) { .index-hotpro .box-list .list-item { width: 46%; } }

.index-hotpro .box-list .item-pic { border: solid 1px #E0E0E0; }

.index-hotpro .box-list .item-pic img { display: block; margin: 0 auto; max-width: 470px; width: 100%; }

.index-hotpro .box-list .item-title { margin-top: 9px; font-size: 16px; font-size: 1.6rem; line-height: 24px; text-align: center; }

.index-hotpro .box-list .item-desc { margin-top: 1px; font-size: 14px; font-size: 1.4rem; line-height: 24px; height: 48px; }


.index-title { font-size: 36px; font-size: 3.6rem; text-transform: uppercase; font-family: "Raleway-Bold", arial; line-height: 1.2; position: relative; text-align: center; }

.index-title a { color:  #F8B628; position: relative; padding: 0 26px; display: inline-block; }

.index-title a:hover { color: #000; }

.index-title a:after { position: absolute; content: ''; right: 100%; height: 2px; background-color: #E3E3E3; top: 50%; width: 120px; margin-top: -1px; }

.index-title a:before { position: absolute; content: ''; left: 100%; height: 2px; background-color: #E3E3E3; top: 50%; width: 120px; margin-top: -1px; }

@media screen and (max-width: 1219px) { .index-title { font-size: 30px; font-size: 3rem; }
  .index-title a { padding: 0 20px; } }

@media screen and (max-width: 991px) { .index-title { font-size: 24px; font-size: 2.4rem; }
  .index-title a { padding: 0 15px; }
  .index-title a:after { width: 80px; }
  .index-title a:before { width: 80px; } }

@media screen and (max-width: 767px) { .index-title { font-size: 20px; font-size: 2rem; }
  .index-title a { padding: 0 10px; }
  .index-title a:after { width: 50px; }
  .index-title a:before { width: 50px; } }
  
/* index-about start */
.index-about { padding: 0 0 102px; }

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

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

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

.index-about .item-pic { float: right; overflow: hidden; width: 52.91667%; margin-left: 1.16667%; }

.index-about .item-pic img { display: block !important; width: 100%; }

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

.index-about .item-title { font-size: 46px; font-size: 4.6rem; text-transform: uppercase; line-height: 1; position: relative; padding-bottom: 19px; margin-bottom: 50px; padding-top: 25px; }

.index-about .item-title:before { position: absolute; content: ''; width: 45px; height: 4px; background-color:  #F8B628; left: 0; bottom: 0; }

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

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

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

@media screen and (max-width: 1219px) { .index-about .item-title { font-size: 38px; font-size: 3.8rem; margin-bottom: 30px; padding-top: 0; } }

@media screen and (max-width: 991px) { .index-about .item-title { font-size: 30px; font-size: 3rem; padding-bottom: 15px; margin-bottom: 15px; } }

@media screen and (max-width: 767px) { .index-about .item-title { font-size: 22px; font-size: 2.2rem; padding-bottom: 10px; } }

.index-about .item-desc { margin-bottom: 58px; overflow: visible; font-size: 16px; font-size: 1.6rem; line-height: 30px; }

.index-about .item-desc p { min-height: 30px; }

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

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

.index-about .item-desc a:hover { color:  #F8B628; }

@media screen and (max-width: 1219px) { .index-about .item-desc { margin-bottom: 30px; line-height: 26px; }
  .index-about .item-desc p { min-height: 26px; } }

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

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

.index-about .item-btn { display: inline-block; min-width: 200px; line-height: 20px; padding: 15px; background-color:  #F8B628; color: #fff; text-align: center; border-radius: 25px; }

.index-about .item-btn:hover { background-color: #000; }

@media screen and (max-width: 1219px) { .index-about .item-btn { min-width: 180px; padding: 10px; } }

@media screen and (max-width: 991px) { .index-about .item-btn { min-width: 160px; padding: 8px; } }

@media screen and (max-width: 767px) { .index-about .item-btn { font-size: 12px; font-size: 1.2rem; padding: 6px; min-width: 120px; } }
  
  .index-app { padding-bottom: 50px; }
  
  @media screen and (max-width: 1219px) { .index-app { padding-bottom: 40px; } }
  
  @media screen and (max-width: 991px) { .index-app { padding-bottom: 30px; } }
  
  @media screen and (max-width: 767px) { .index-app { padding-bottom: 10px; } }
  
  .index-app .index-item { margin-bottom: 54px; }
  
  @media screen and (max-width: 1219px) { .index-app .index-item { margin-bottom: 40px; } }
  
  @media screen and (max-width: 991px) { .index-app .index-item { margin-bottom: 30px; } }
  
  @media screen and (max-width: 767px) { .index-app .index-item { margin-bottom: 20px; } }
  
   .index-app .app1-list{padding-bottom: 0;}

.index-video { padding-bottom: 90px; }

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

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

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

.index-video .index-item { margin-bottom: 54px; }

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

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

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

.index-video .box-list { font-size: 0; letter-spacing: 0; /* .item-videobox start */ /* .item-videobox end */ }

.index-video .box-list .list-item { display: inline-block; vertical-align: top; width: 31%; margin-left: 3.5%; border: 1px solid #DCDCDC; padding: 38px 19px 46px; margin-bottom: 20px; }

@media screen and (max-width: 1219px) { .index-video .box-list .list-item { padding: 20px 15px; } }

@media screen and (max-width: 991px) { .index-video .box-list .list-item { padding: 15px; width: 32%; margin-left: 2%; } }

@media screen and (max-width: 767px) { .index-video .box-list .list-item { padding: 15px 10px; } }

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

@media screen and (max-width: 400px) { .index-video .box-list .list-item { width: 98%; } }

.index-video .box-list .item-videobox { width: 100%; overflow: hidden; margin: 0 auto; }

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

.index-video .box-list .item-videobox .item-video iframe, .index-video .box-list .item-videobox .item-video video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; }

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

.index-video .box-list .item-pic { cursor: pointer; }

.index-video .box-list .item-title { font-size: 20px; font-size: 2rem; line-height: 1.2; font-family: "Raleway-Bold", arial; margin-bottom: 25px; }

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

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

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

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

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

@media screen and (max-width: 1219px) { .index-video .box-list .item-desc { line-height: 26px; margin-top: 15px; } }

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

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



.index-faq { padding-bottom: 90px; }

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

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

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

.index-faq .index-item { margin-bottom: 54px; }

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

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

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

.index-faq .faq-list { padding-bottom: 0; }

.index-cer { margin-bottom: 90px; }

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

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

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

.index-cer .index-item { margin-bottom: 54px; }

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

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

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

.index-cer .cer-scroll { position: relative; overflow: hidden; }

.index-cer .cer-scroll .scroll-btns { font-size: 0; letter-spacing: 0; text-align: center; margin-top: 20px; }

.index-cer .cer-scroll .scroll-btns .scroll-btn { display: inline-block; vertical-align: top; cursor: pointer; font-size: 28px; font-size: 2.8rem; color: #213B3F; }

.index-cer .cer-scroll .scroll-btns .scroll-btn:hover { color: #000; }

@media screen and (max-width: 999px) { .index-cer .cer-scroll .scroll-btns .scroll-btn { font-size: 28px; font-size: 2.8rem; } }

@media screen and (max-width: 767px) { .index-cer .cer-scroll .scroll-btns .scroll-btn { font-size: 24px; font-size: 2.4rem; } }

.index-cer .cer-scroll .scroll-btns .prev { margin-right: 20px; }

@media screen and (max-width: 999px) { .index-cer .cer-scroll .scroll-btns .prev { margin-right: 20px; } }

@media screen and (max-width: 767px) { .index-cer .cer-scroll .scroll-btns .prev { margin-right: 10px; } }

.index-cer .cer-scroll .scroll-list-box { width: 100%; overflow: hidden; }

.index-cer .cer-scroll .scroll-list { width: 10000%; }

.index-cer .cer-scroll .scroll-list .list-item { float: left; width: 0.23083%; margin-right: 0.02556%; }

@media screen and (max-width: 1219px) { .index-cer .cer-scroll .scroll-list .list-item { width: 0.235%; margin-right: 0.02%; } }

@media screen and (max-width: 767px) { .index-cer .cer-scroll .scroll-list .list-item { width: 0.32%; } }

@media screen and (max-width: 480px) { .index-cer .cer-scroll .scroll-list .list-item { width: 0.49%; } }

.index-cer .cer-scroll .scroll-list .item-pics { position: relative; padding-bottom: 100%; border: solid 1px #DCDCDC; }

.index-cer .cer-scroll .scroll-list .item-pics img { max-width: 100% !important; max-height: 100% !important; }

.index-cer .cer-scroll .scroll-list .item-box { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; position: absolute; left: 0; top: 0; right: 0; bottom: 0; width: 100%; height: 100%; }

.index-cer .cer-scroll .scroll-list .item-backdrop:before { background-color: #000; opacity: 0.5; filter: alpha(opacity=50); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; }

.index-cer .cer-scroll .scroll-list .item-backdrop .iconfont { font-size: 36px; font-size: 3.6rem; color: #fff; position: relative; }

@media screen and (max-width: 999px) { .index-cer .cer-scroll .scroll-list .item-backdrop { display: none; } }

.index-cer .cer-scroll .scroll-list .item-title { font-size: 16px; font-size: 1.6rem; text-align: center; line-height: 1.2; margin-top: 15px; }

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

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

@media screen and (max-width: 767px) { .index-cer .cer-scroll .scroll-list .item-title { font-size: 12px; font-size: 1.2rem; margin-top: 10px; } }

.index-download { padding-bottom: 90px; }

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

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

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

.index-download .index-item { margin-bottom: 54px; }

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

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

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

/*-------------index end-------------------------------------------------------------------*/
.page_wrap { padding: 0 0 90px; }

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

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

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

/*-------------1-about start---------------------------------------------------------------*/
.about-info .box-title { text-align: center; font-size: 30px; font-size: 3rem; font-weight: bold; }
.about-info{padding:36px 0 0;font-size:16px;font-size:1.6rem;line-height:30px}
.about-info a:hover{color:#f8b628}


@media screen and (max-width: 999px) { .about-info .box-title { font-size: 24px; font-size: 2.4rem; } }

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



.about-info  img, .about-info iframe { max-width: 100%; }

@media screen and (max-width: 999px) { .about-info .box-body { padding-top: 30px; } }

@media screen and (max-width: 767px) { .about-info .box-body { padding-top: 20px; font-size: 14px; font-size: 1.4rem; line-height: 24px; }
  .about-info .box-body p { min-height: 24px; } }

/*-------------1-about end-----------------------------------------------------------------*/
/*-------------2-1-products start----------------------------------------------------------*/
.pro-main .box-main { width: 860px; }

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

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

.pro-main .box-slide { width: 280px; }

@media screen and (max-width: 999px) { .pro-main .box-slide { width: 100%; margin: 50px auto 0; } }

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

/* .pro1-top start */
.pro1-top .item-title { font-size: 24px; font-size: 2.4rem; font-weight: bold; line-height: 30px; }

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

.pro1-top .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 30px; margin-top: 9px; }

.pro1-top .item-desc, .pro1-top .item-desc a { color: #666; }

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

/* .pro1-top end */
/* pro1-list start */
.pro1-list { padding: 21px 0 12px; }

.pro1-list .list-item { background-color: #F4F4F4; padding: 12px 30px 11px 9px; margin-bottom: 32px; transition: all .35s; }

.pro1-list .list-item:hover { background-color: #2F2F2F; }

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

.pro1-list .list-item:hover .item-desc, .pro1-list .list-item:hover .item-desc a { color: #999 !important; }

.pro1-list .list-item:hover .item-btn { background-color: #F8B628; color: #fff !important; }

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

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

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

.pro1-list .item-pic { float: left; width: 256px; margin-right: 5.23752%; position: relative; }

.pro1-list .item-pic img { display: block; max-width: 470px; width: 100%; margin: 0 auto; }

@media screen and (max-width: 1219px) { .pro1-list .item-pic { margin-right: 2.5%; } }

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

@media screen and (max-width: 500px) { .pro1-list .item-pic { width: 100%; float: none; margin: 0 auto; } }

.pro1-list .item-title { margin-top: 20px; font-size: 20px; font-size: 2rem; line-height: 24px; position: relative; padding-bottom: 20px; }

.pro1-list .item-title:after { position: absolute; content: ''; width: 50px; height: 2px; background-color: #F8B628; left: 0; bottom: 0; }

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

.pro1-list .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 30px; height: 90px; margin-top: 18px; }

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

@media screen and (max-width: 767px) { .pro1-list .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 24px; height: 72px; margin-top: 10px; } }

@media screen and (max-width: 500px) { .pro1-list .item-desc { height: auto; max-height: 72px; } }

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

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

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

.pro1-list .item-btn { display: inline-block; vertical-align: middle; font-size: 14px; font-size: 1.4rem; min-width: 138px; line-height: 24px; padding: 4px 5px 5px; text-align: center; border: solid 1px #F8B628; color: #F8B628; }

@media screen and (max-width: 767px) { .pro1-list .item-btn { min-width: 120px; } }

/* pro1-list end */
/*proslide start*/
.proslide { width: 100%; }

.slide-title { position: relative; font-weight: bold; font-size: 22px; font-size: 2.2rem; text-align: center; text-transform: uppercase; line-height: 26px; padding: 9px 10px 10px; background:#181818; background-size: cover; }

.slide-title, .slide-title a { color: #FFFFFF; }

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

.slide-title p { padding-right: 40px; }

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

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

@media screen and (max-width: 767px) { .slide-title.slide-title2 { display: block; }
  .slide-title.slide-title1 { display: none; } }

.pro-slidenav { background: #181818 ; background-size: 100% auto; margin-top: 1px;  }

@media screen and (max-width: 767px) { .pro-slidenav { display: none; } }

.pro-slidenav > li > a,.pro-slidenav > li > p {cursor: pointer; display: block; font-size: 16px; font-size: 1.6rem; font-weight: bold; line-height: 24px; padding: 22px 25px 16px 22px; position: relative; color: #fff; border-bottom: solid 1px #666666; }

@media screen and (max-width: 767px) { .pro-slidenav > li > a { padding-top: 12px; padding-bottom: 12px; } }

.pro-slidenav > li:hover > a, .pro-slidenav > li.slide-active > a,
.pro-slidenav > li:hover > p, .pro-slidenav > li.active > p{ color: #F8B628; }

.proslide-yiji { border-bottom: solid 1px #666; padding: 6px 0 7px;  }
.pages-btn{ display:inline-block}
.proslide-yiji > li a,.proslide-yiji > li label { display: block; color: #fff; padding: 5px 23px 5px 37px; line-height: 24px; }

.proslide-yiji > li.slide-active1 > a, .proslide-yiji > li:hover > a,
.proslide-yiji > li.active > label, .proslide-yiji > li:hover > label{ color: #F8B628; }

.proslide-yiji > li > label input{margin-right: 3px;}

.proslide-erji > li a { display: block; color: #fff; padding: 5px 23px 5px 66px; line-height: 24px; }

.proslide-erji > li.slide-active2 > a, .proslide-erji > li:hover > a { color: #F8B628; }

.attr-slide { margin-top: 45px; }


.attr-slide .proslide-yiji  { display:none }

.attr-slide .proslide-yiji.active{ display:block}
@media screen and (max-width: 1219px) { .attr-slide { margin-top: 20px; } }

/*proslide end*/
/* tags start */
.tags { margin-top: 57px; }

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

.tags .slide-title { text-align: left; padding-left: 14px; }

.tags .box-desc { padding: 15px 9px 12px; border: solid 1px #E0E0E0; line-height: 24px; }

.tags .box-desc a { border: solid 1px #C5C5C5; padding: 2px 11px 1px; border-radius: 15px; display: inline-block; margin-right: 7px; margin-bottom: 11px; color: #666; }

.tags .box-desc a:hover { background-color: #F8B628; color: #fff; border-color: #F8B628; }

/* tags end */
/*-------------2-1-products end------------------------------------------------------------*/
/*-------------2-2-products start----------------------------------------------------------*/
.pro2-box { /* .pro2-info start */ }

.pro2-box .m-propic { margin: 0 auto 0; width: 610px; }

.pro2-box .m-propic .provideo-box { border: 1px solid #EBEBEB; border-radius: 0; width: 100%; overflow: hidden; position: absolute; top: 0; left: 0; z-index: 9; }

.pro2-box .m-propic .provideo-box .provideo { position: relative; overflow: hidden; padding-bottom: 100%; height: 0; }

.pro2-box .m-propic .provideo-box .provideo iframe, .pro2-box .m-propic .provideo-box .provideo video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; }

.pro2-box .m-propic .provideo-box .provideo iframe body { margin: 0px !important; }

.pro2-box .m-propic .pic-big { position: relative; float: right; width: 470px; }

.pro2-box .m-propic .big-img { display: block; line-height: 0; font-size: 0; border-radius: 0; border: 1px solid #EBEBEB; }

.pro2-box .m-propic .big-img .zoomPad { float: none; z-index: 8; }

.pro2-box .m-propic .big-img .zoomPad img { border-radius: 0; }

.pro2-box .m-propic .zoomWrapperImage img { max-width: 1200px; }

.pro2-box .m-propic .pic-small { position: relative; float: left; width: 110px; padding: 33px 0; overflow: hidden; }

.pro2-box .m-propic .pic-btn { position: absolute; margin: 0 auto; left: 0; right: 0; display: block; width: 100%; cursor: pointer; text-align: center; }

.pro2-box .m-propic .pic-btn .iconfont { font-size: 24px; font-size: 2.4rem; color: #2D3D48; }

.pro2-box .m-propic .pic-btn .iconfont:hover { color: #F8B628; }

.pro2-box .m-propic .pic-btn.prev { top: 0; }

.pro2-box .m-propic .pic-btn.next { bottom: 0; }

.pro2-box .m-propic .pic-list { height: 407px; overflow: hidden; }

.pro2-box .m-propic .pic-list ul { height: 2000px; }

.pro2-box .m-propic .pic-list .list-item { margin-bottom: 37px; overflow: visible; }

.pro2-box .m-propic .pic-list .item-pics,.pro2-box .m-propic .pic-list .item-video { display: block; border-radius: 0; border: 1px solid #EBEBEB; position: relative; overflow: visible; }

.pro2-box .m-propic .pic-list .item-pics img,.pro2-box .m-propic .pic-list .item-video img { width: 100%; display: block; }

.pro2-box .m-propic .item-pics:hover, .pro2-box .m-propic .item-pics.zoomThumbActive,.pro2-box .m-propic .item-pics.active,

.pro2-box .m-propic .item-video:hover, .pro2-box .m-propic .item-video.zoomThumbActive,.pro2-box .m-propic .item-video.active{ border-color: #F8B628; }

.pro2-box .m-propic2 { display: none; }

@media screen and (max-width: 1219px) { .pro2-box { /*.m-propic .pic-small { width: 110px; } .m-propic .pic-list { height: 444px; } .m-propic .list-item { margin-bottom: 40px; } */ }
  .pro2-box .zoomPad { cursor: default !important; }
  .pro2-box .zoomPup { display: none !important; }
  .pro2-box .zoomWindow { display: none !important; }
  .pro2-box .zoomPreload { display: none !important; }
  .pro2-box .m-propic { max-width: 100%; float: none; }
  .pro2-box .m-propic .pic-big { height: auto; } }

@media screen and (max-width: 767px) { .pro2-box .m-propic1 { display: none; }
  .pro2-box .m-propic2 { position: relative; display: block; overflow: hidden; width: 100%; padding-left: 30px; padding-right: 30px; }
  .pro2-box .m-propic2 .box-btn { position: absolute; top: 50%; margin-top: -12px; display: block; width: 24px; height: 24px; }
  .pro2-box .m-propic2 .box-btn .iconfont { font-size: 24px; font-size: 2.4rem; color: #2D3D48; }
  .pro2-box .m-propic2 .box-btn .iconfont:hover { color: #F8B628; }
  .pro2-box .m-propic2 .box-btn.prev { left: 0; }
  .pro2-box .m-propic2 .box-btn.next { right: 0; }
  .pro2-box .m-propic2 .box-list { overflow: hidden; }
  .pro2-box .m-propic2 .box-list ul { width: 1000%; }
  .pro2-box .m-propic2 .list-item { float: left; margin-left: .1%; margin-right: .1%; margin-bottom: 0; width: 3.13%; border-radius: 0; border: 1px solid #EBEBEB; overflow: hidden; }
  .pro2-box .m-propic2 .list-item img { display: block; } }

@media only screen and (max-width: 767px) {
.pro2-box .m-propic2 .list-item .item-pic{position: relative;
    padding-bottom: 100%;}
	
	.pro2-box .m-propic2 .list-item  .xpxzen{
	
	display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; position: absolute; left: 0; top: 0; right: 0; bottom: 0; width: 100%; height: 100%;
	}
	.pro2-box .m-propic2 .list-item .item-pic .xpxzen img{ max-width:100%; }
}

@media only screen and (max-width: 640px) { .pro2-box .m-propic2 .list-item { float: left; margin-left: .1%; margin-right: .1%; margin-bottom: 0; width: 4.8%; } }

@media only screen and (max-width: 480px) { .pro2-box .m-propic2 .list-item { float: left; margin-left: .1%; margin-right: .1%; margin-bottom: 0; width: 9.8%; } }

.pro2-box .pro2-info { margin: 0 auto; position: relative; }

.pro2-box .pro2-info .item-title { font-size: 22px; font-size: 2.2rem; padding: 30px 0 31px 0; position: relative; text-align: center; }

@media screen and (max-width: 767px) { .pro2-box .pro2-info .item-title { padding: 20px 0; font-size: 18px; font-size: 1.8rem; } }

.pro2-box .pro2-info .pro-share { margin-left: 18px; display: inline-block; vertical-align: middle; margin-bottom: 15px; }

.pro2-box .pro2-info .pro-share .share-title { font-size: 16px; font-size: 1.6rem; }

@media screen and (max-width: 1219px) { .pro2-box .pro2-info .pro-share { margin-left: 0; } }

@media screen and (max-width: 767px) { .pro2-box .pro2-info .pro-share { display: block; text-align: center; }
  .pro2-box .pro2-info .pro-share .share-title { font-size: 14px; font-size: 1.4rem; } }

.pro2-box .pro2-info .item-btns { text-align: center; font-size: 0; letter-spacing: 0; }

.pro2-box .pro2-info .item-btn { display: inline-block; vertical-align: middle; font-size: 18px; font-size: 1.8rem; font-weight: bold; margin: 0 42px 15px; border-bottom: solid 1px #333; position: relative; }

.pro2-box .pro2-info .item-btn:hover { color: #F8B628; border-bottom-color: #F8B628; }

@media screen and (max-width: 1219px) { .pro2-box .pro2-info .item-btn { margin: 0 10px 15px; } }

@media screen and (max-width: 767px) { .pro2-box .pro2-info .item-btn { font-size: 16px; font-size: 1.6rem; } }

.pro2-box .pro2-info .item-down { color: #F8B628; border-bottom-color: #F8B628; margin-left: 34px; }

.pro2-box .pro2-info .item-down .iconfont { position: absolute; font-size: 30px; font-size: 3rem; left: -34px; top: -5px; }

.pro2-box .pro2-info .item-down:hover { color: #333; border-bottom-color: #333; }

@media screen and (max-width: 767px) { .pro2-box .pro2-info .item-down { margin-left: 24px; }
  .pro2-box .pro2-info .item-down .iconfont { font-size: 24px; font-size: 2.4rem; top: -4px; left: -30px; } }

.pro2-title { font-weight: bold; font-size: 30px; font-size: 3rem; line-height: 36px; text-transform: uppercase; }

.pro2-title, .pro2-title a { color: #F8B628; }

.pro2-title a:hover { color: #000; }

.pro2-title .item-title { float: left; margin-right: 14px; }

.pro2-title .item-body { overflow: hidden; height: 36px; background: url(../images/web1.png) no-repeat left center; background-size: 100% 2px; }

@media screen and (max-width: 999px) { .pro2-title { font-size: 26px; font-size: 2.6rem; line-height: 30px; }
  .pro2-title .item-body { height: 30px; } }

@media screen and (max-width: 640px) { .pro2-title { font-size: 20px; font-size: 2.0rem; line-height: 26px; }
  .pro2-title .item-body { height: 26px; } }

.pro2-detailbox { padding-top: 36px; padding-bottom: 4px; border-bottom: solid 1px #F8B628; }

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

.pro2-detailbox .pro2-spec { padding: 15px 0 36px; font-size: 16px; font-size: 1.6rem; line-height: 30px; }

.pro2-detailbox .pro2-spec p { min-height: 30px; }

.pro2-detailbox .pro2-spec img, .pro2-detailbox .pro2-spec iframe { max-width: 100%; }

@media screen and (max-width: 767px) { .pro2-detailbox .pro2-spec { padding: 15px 0 25px; font-size: 14px; font-size: 1.4rem; line-height: 24px; }
  .pro2-detailbox .pro2-spec p { min-height: 24px; } }

.pro2-tags { padding: 14px 0 0; }

.pro2-tags a { display: inline-block; margin-right: 14px; line-height: 24px; padding: 5px 24px; border: solid 1px #C5C5C5; border-radius: 17px; margin-top: 10px; color: #666; }

.pro2-tags a:hover { color: #F8B628; border-color: #F8B628; }

@media screen and (max-width: 767px) { .pro2-tags a { padding: 3px 15px; border-radius: 15px; } }

.related-box { margin-top: 58px; }

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

.related-box .pro2-title { font-family: Tahoma, Geneva, Verdana, sans-serif; }

.related-box .box-list .list-item { float: left; width: 20.41667%; margin-left: 6.11111%; margin-top: 35px; text-align: center; }

@media screen and (max-width: 999px) { .related-box .box-list .list-item { width: 23%; margin: 30px 1% 0; } }

@media screen and (max-width: 640px) { .related-box .box-list .list-item { width: 48%; margin-top: 20px; } }

.related-box .box-list .item-pic { border: solid 1px #E0E0E0; }

.related-box .box-list .item-pic img { display: block; max-width: 470px; width: 100%; margin: 0 auto; }

.related-box .box-list .item-title { margin-top: 9px; font-size: 16px; font-size: 1.6rem; line-height: 24px; text-align: center; }

.related-box .box-list .item-desc { margin-top: 1px; font-size: 14px; font-size: 1.4rem; line-height: 24px; height: 48px; }

/*-------------2-2-products end------------------------------------------------------------*/
/*-------------3-1-news start--------------------------------------------------------------*/
.news1-list { padding-bottom: 4px; }

.news1-list .list-item { background-color: #F5F5F5; margin-bottom: 30px; padding: 26px 0 28px; }

@media screen and (max-width: 767px) { .news1-list .list-item { padding: 20px 0; } }

.news1-list .item-num { float: left; width: 28px; height: 28px; line-height: 28px; border-radius: 50%; text-align: center; color: #fff; background-color: #F8B628; margin: 58px 2.16667% 0 2.91667%; }

@media screen and (max-width: 767px) { .news1-list .item-num { margin: 0 2.16667% 0 2.5%; } }

.news1-list .item-date { margin-top: 47px; margin-right: 27px; float: left; text-align: center; font-size: 18px; font-size: 1.8rem; line-height: 24px; color: #4d4d4d; }

.news1-list .item-date span { font-size: 14px; font-size: 1.4rem; border-top: solid 1px #c9c9c9; display: inline-block; padding-top: 3px; margin-top: 4px; }

@media screen and (max-width: 767px) { .news1-list .item-date { line-height: 28px; margin-bottom: 15px; font-size: 16px; font-size: 1.6rem; float: none; overflow: hidden; text-align: left; margin-right: 0; margin-top: 0; }
  .news1-list .item-date span { margin: 0; padding: 0; border: 0; }
  .news1-list .item-date br { display: none; } }

.news1-list .item-pic { float: left; width: 200px; margin-right: 2.66667%; }

.news1-list .item-pic img { display: block !important; margin: 0 auto; max-width: 400px; width: 100%; }

@media screen and (max-width: 767px) { .news1-list .item-pic { margin-left: 2.5%; } }

@media screen and (max-width: 450px) { .news1-list .item-pic { width: 95%; margin: 0 auto; float: none; } }

.news1-list .item-body { overflow: hidden; margin-right: 2.5%; }

@media screen and (max-width: 450px) { .news1-list .item-body { margin: 0; padding: 20px 2.5% 0; } }

.news1-list .item-body .item-title { margin-top: 2px; font-size: 16px; font-size: 1.6rem; line-height: 26px; }

.news1-list .item-body .item-title, .news1-list .item-body .item-title a { color: #4D4D4D; }

.news1-list .item-body .item-desc { margin-top: 10px; font-size: 14px; font-size: 1.4rem; line-height: 30px; height: 60px; }

@media screen and (max-width: 767px) { .news1-list .item-body .item-desc { line-height: 24px; height: 48px; } }

.news1-list .item-body .item-btn { display: inline-block; line-height: 24px; padding: 5px; min-width: 115px; border: solid 1px #F8B628; color: #F8B628; text-align: center; margin-top: 13px; }

.news1-list .item-body .item-btn:hover { background-color: #F8B628; color: #fff; }

@media screen and (max-width: 767px) { .news1-list .item-body .item-btn { margin-top: 20px; min-width: 100px; padding: 2px 5px; } }

/*-------------3-1-news end----------------------------------------------------------------*/
/*-------------3-2-news start--------------------------------------------------------------*/
.news-main .box-main { width: 890px; }

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

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

.news3-main .box-main { width: 100%; }

.news-main .box-main .item-kind { font-size: 0; letter-spacing: 0;  margin-top: 20px; }

.news-main .box-main .item-kind > * { display: inline-block; vertical-align: top; font-size: 14px; font-size: 1.4rem; color: #999; margin: 0 15px; }

@media screen and (max-width: 767px) { .news-main .box-main .item-kind { margin-top: 10px; }
  .news-main .box-main .item-kind > * { font-size: 12px; font-size: 1.2rem; margin: 0 8px; } }

.news-main .box-main .item-title { font-size: 20px; font-size: 2rem; line-height: 26px; }

.news-main .box-main .item-date { margin-top: 21px; font-size: 0; letter-spacing: 0; }

.news-main .box-main .item-date > span { margin-right: 35px; display: inline-block; vertical-align: middle; line-height: 26px; font-size: 14px; font-size: 1.4rem; line-height: 26px; color: #666; }

.news-main .box-main .item-date > span .iconfont { font-size: 17px; font-size: 1.7rem; margin-right: 5px; }

.news-main .box-main .item-date .pro-share { display: inline-block; vertical-align: middle; }

@media screen and (max-width: 767px) { .news-main .box-main .item-date { margin-top: 10px; }
  .news-main .box-main .item-date > span { margin-right: 15px; } }

.news-main .box-main .item-desc { margin-top: 19px; padding: 12px 0 39px; border-top: solid 1px #F8B628; font-size: 16px; font-size: 1.6rem; line-height: 30px; }

.news-main .box-main .item-desc p { min-height: 30px; }

.news-main .box-main .item-desc img, .news-main .box-main .item-desc iframe { max-width: 100%; }

@media screen and (max-width: 999px) { .news-main .box-main .item-desc { line-height: 26px; }
  .news-main .box-main .item-desc p { min-height: 26px; } }

@media screen and (max-width: 767px) { .news-main .box-main .item-desc { margin-top: 12px; padding: 12px 0 25px; font-size: 14px; font-size: 1.4rem; line-height: 24px; }
  .news-main .box-main .item-desc p { min-height: 24px; } }

.news-main .box-slide { padding: 17px 22px 4px; width: 280px; background-color: #F9F9F9; }

@media screen and (max-width: 999px) { .news-main .box-slide { width: 100%; margin: 50px auto 0; } }

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

.news-main .box-slide .box-title { font-weight: bold; font-size: 24px; font-size: 2.4rem; text-transform: uppercase; margin-bottom: 21px; position: relative; }

.news-main .box-slide .box-title:before { position: absolute; content: ''; width: 4px; height: 20px; background-color: #F8B628; left: -7px; top: 4px; }

.news-main .box-slide .box-title, .news-main .box-slide .box-title a { color: #F8B628; }

.news-main .box-slide .box-title a:hover { color: #333; }

.news-main .box-slide .box-list .list-item { margin-bottom: 33px; position: relative; padding-bottom: 25px; }

.news-main .box-slide .box-list .list-item:before { position: absolute; content: ''; width: 42px; height: 2px; background-color: #F8B628; bottom: 0; left: 0; }

.news-main .box-slide .box-list .item-title { font-size: 16px; font-size: 1.6rem; line-height: 26px; max-height: 52px; }

.news-main .box-slide .box-list .item-date { margin-top: 8px; color: #999; line-height: 20px; }

.news-main .box-slide .box-list .item-date .iconfont { font-size: 16px; font-size: 1.6rem; vertical-align: middle; margin-right: 5px; }

.news-main .box-slide .box-list .item-desc { margin-top: 8px; line-height: 24px; max-height: 72px; }

/*-------------3-2-news end----------------------------------------------------------------*/
/*-------------4-1-application start-------------------------------------------------------*/
.app1-list { font-size: 0; letter-spacing: 0; }

.app1-list .list-item { display: inline-block; vertical-align: top; width: 31.25%; margin-left: 3.125%; margin-bottom: 46px; }

.app1-list .list-item:hover .item-body { background-color: #F8B628; }

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

@media screen and (max-width: 999px) { .app1-list .list-item { width: 31.33%; margin: 0 1% 30px; } }

@media screen and (max-width: 640px) { .app1-list .list-item { width: 48%; } }

@media screen and (max-width: 380px) { .app1-list .list-item { width: 98%; } }

.app1-list .item-pic img { display: block; margin: 0 auto; max-width: 375px; width: 100%; }

.app1-list .item-body { background-color: #EEEEEE; padding: 12px 14px 22px; }

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

.app1-list .item-title { font-size: 16px; font-size: 1.6rem; line-height: 28px; }

.app1-list .item-desc { margin-top: 5px; font-size: 14px; font-size: 1.4rem; line-height: 28px; height: 56px; }

@media screen and (max-width: 767px) { .app1-list .item-desc { line-height: 24px; height: 48px; margin-top: 0; } }

/*-------------4-1-application end---------------------------------------------------------*/
/*-------------4-2-application start-------------------------------------------------------*/
.app2-main .item-title { font-size: 22px; font-size: 2.2rem; line-height: 26px; text-align: center; }

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

.app2-main .item-date{text-align: center; margin-top: 15px;}

.app2-main .item-desc { padding: 20px 0 61px; font-size: 16px; font-size: 1.6rem; line-height: 30px; }

.app2-main .item-desc p { min-height: 30px; }

.app2-main .item-desc img, .app2-main .item-desc iframe { max-width: 100%; }

@media screen and (max-width: 767px) { .app2-main .item-desc { padding: 20px 0 30px; font-size: 14px; font-size: 1.4rem; line-height: 24px; }
  .app2-main .item-desc p { min-height: 24px; } }

/*-------------4-2-application end---------------------------------------------------------*/
/*-------------5-download start------------------------------------------------------------*/
.download-list { padding-bottom: 44px; }

.download-list a { cursor: pointer; }

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

.download-list .list-item { padding: 22px 0 22px; font-size: 16px; font-size: 1.6rem; }

.download-list .list-item p { line-height: 24px; min-height: 24px; }

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

.download-list .list-item.item1 { border: solid 1px #E0E0E0; }

.download-list .list-item.item2 { border: solid 1px #F9F9F9; background-color: #F9F9F9; }

.download-list .item-num { float: left; width: 10.33333%; padding: 5px 24px; }

@media screen and (max-width: 999px) { .download-list .item-num { width: 6.66667%; padding: 4px 15px; } }

@media screen and (max-width: 767px) { .download-list .item-num { width: auto; } }

.download-list .item-desc { padding: 5px 0; float: left; width: 53.75%; }

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

@media screen and (max-width: 767px) { .download-list .item-desc { overflow: hidden; width: auto; float: none; } }

@media screen and (max-width: 767px) { .download-list .clear1 { clear: both; } }

.download-list .item-date { float: left; margin-left: 15px; padding: 5px 0; }

@media screen and (max-width: 767px) { .download-list .item-date { float: none; } }

.download-list .item-btn { float: right; display: inline-block; width: 120px; line-height: 24px; padding: 5px; margin-right: 2.5%; margin-left: 1.25%; background-color: #F8B628; color: #fff; text-align: center; text-transform: uppercase; font-size: 14px; font-size: 1.4rem; font-weight: bold; }

.download-list .item-btn:hover { background-color: #000; color: #fff; }

@media screen and (max-width: 767px) { .download-list .item-btn { float: none; display: block; margin: 15px auto 0; } }

/*-------------5-download end--------------------------------------------------------------*/
/*-------------6-contact start-------------------------------------------------------------*/
.ac-top { margin-bottom: 80px; }

@media screen and (max-width: 1219px) { .ac-top { margin-bottom: 70px; } }

@media screen and (max-width: 999px) { .ac-top { margin-bottom: 50px; } }

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

.contact-list { font-size: 16px; font-size: 1.6rem; line-height: 44px; }

.contact-list a:hover { color: #F8B628; }

.contact-list .item-title { font-size: 20px; font-size: 2rem; color: #F8B628; margin-bottom: 10px; }

@media screen and (max-width: 767px) { .contact-list { font-size: 14px; font-size: 1.4rem; line-height: 30px; }
  .contact-list .item-title { font-size: 18px; font-size: 1.8rem; margin-bottom: 10px; } }

.contact-form { border-radius: 4px; background-color: #F7F7F7; padding: 37px 8.33333% 22px; margin-bottom: 57px; }

@media screen and (max-width: 999px) { .contact-form { margin-bottom: 40px; padding: 30px 4.16667% 22px; } }

@media screen and (max-width: 767px) { .contact-form { margin-bottom: 20px; padding: 30px 2.5% 20px; } }

.contact-form .box-title { text-align: center; font-size: 30px; font-size: 3rem; font-weight: bold; margin-bottom: 22px; }

@media screen and (max-width: 767px) { .contact-form .box-title { font-size: 24px; font-size: 2.4rem; margin-bottom: 15px; } }

.contact-form .star { background: url(../images/star.png) no-repeat left center; }

.contact-form .item-input { width: 46.3%; padding-left: 17px; margin-bottom: 35px; float: left; }

.contact-form .item-input:nth-child(2n+1){float: right;}

.contact-form .item-input1 { padding-left: 17px; margin-bottom: 40px; }

.contact-form .item-input1.star { background-position-y: 9px; }

.contact-form input, .contact-form textarea { display: block; width: 100%; display: block; color: #999; border-bottom: solid 1px #C7C5C4; background-color: transparent; }

.contact-form input { height: 40px; line-height: 40px; padding: 0 5px; }

.contact-form textarea { height: 151px; padding: 1px 5px; line-height: 24px; }

.contact-form .item-code { width: 28%; margin: 0 16px; padding-left: 0; float: left!important;}

.contact-form .item-img { padding-left: 17px; }

.contact-form .item-img img { display: block; margin: 0 auto; cursor: pointer; max-height:40px; }

.contact-form .item-btn { width: 44.8%; padding: 0; float: right; }

.contact-form .item-btn input { border-color: #F8B628; background-color: #F8B628; color: #fff; font-size: 18px; font-size: 1.8rem; text-transform: capitalize; }

.contact-form .item-btn input:hover { background-color: #333; border-color: #333; }

@media screen and (max-width: 999px) { .contact-form .item-btn { width: 40%; } }

@media screen and (max-width: 767px) { .contact-form .item-input, .contact-form .item-input1 { margin-bottom: 15px; }
  .contact-form .input1 { padding-right: 0; }
  .contact-form .item-code { width: -moz-calc(100% - 180px) !important; width: calc(100% - 180px) !important; float: right; margin-left: 0; margin-right: 0; }
  .contact-form .item-btn { margin-left: 0; width: 100%; padding-left: 18px; } }

@media screen and (max-width: 640px) { .contact-form .item-input { width: 100%; } }

@media screen and (max-width: 420px) { 
.contact-form .item-code { width: -moz-calc(100% - 0px) !important; width: calc(100% - 0px) !important; float: none; margin-left: 0; margin-right: 0; padding-left:17px; }
}

.contact-form .attachment { float: left; width: 100%; position: relative; padding-left: 12px; margin-bottom: 34px; }
.contact-form .attachment.star { background: url(../images/star.png) no-repeat left center; }

.contact-form .attachment span { float: left; }

.contact-form .attachment #file-name { padding: 0 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.contact-form .attachment .file-group { float: left; width: 228px; height: 34px; line-height: 34px; background-color: #F8B628;  position: relative; overflow: hidden; border-radius: 0; }

@media screen and (max-width: 767px) { .contact-form .attachment .file-group { width: 100%; } .contact-form .attachment{margin-bottom: 15px;} }

.contact-form .attachment .file-group .file-btn { border-radius: 0; width: 100%; height: 100%; background-color: #F8B628; color: #FFFFFF; border: 0; border-radius: 0; cursor: pointer; line-height:34px }

.contact-form .attachment .file-group .file-single { width: 100%; height: 100%; opacity: 0; cursor: pointer; position: absolute; left: 0; top: 0; z-index: 111; }

.contact-form .attachment .file-group .file { width: 100%; height: 100%; opacity: 0; cursor: pointer; position: absolute; left: 0; top: 0; z-index: 111; }

.contact-form .attachment .file-group .file-name-p { overflow: hidden; height: 34px; line-height: 34px; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: end; -webkit-align-items: flex-end; -moz-box-align: end; -ms-flex-align: end; align-items: flex-end; }

.contact-form .attachment .file-group .file-name-p i { cursor: pointer; }

.contact-form .attachment .file-group .file-name-p span { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }


.map img { display: block; margin: 0 auto; }

/*-------------6-contact end---------------------------------------------------------------*/
.faq-list { padding-bottom: 35px; }

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

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

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

.faq-list .list-item:first-child .item-desc { display: block; }

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

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

.faq-list .item-title { background-color: #f2f2f2; line-height: 26px; font-size: 16px; font-size: 1.6rem; padding: 10px 40px 10px 30px; cursor: pointer; position: relative; white-space:pre-wrap; }

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

@media screen and (max-width: 767px) { .faq-list .item-title { font-size: 14px; font-size: 1.4rem; padding: 5px 28px 5px 10px; } }

.faq-list .item-title:before { position: absolute; content: '\e725'; font-family: "iconfont" !important; font-size: 16px; font-size: 1.6rem; font-style: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; right: 19px; }

@media screen and (max-width: 767px) { .faq-list .item-title:before { right: 10px; } }

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

.faq-list .item-title.active:before { -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: 18px 30px 0; font-size: 16px; font-size: 1.6rem; line-height: 30px; }

.faq-list .item-desc p { min-height: 30px; white-space:pre-wrap; }

@media screen and (max-width: 1219px) { .faq-list .item-desc { padding: 15px 15px 0; line-height: 26px; }
  .faq-list .item-desc p { min-height: 26px; } }

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

@media screen and (max-width: 767px) { .faq-list .item-desc { padding: 10px 10px 0; font-size: 12px; font-size: 1.2rem; line-height: 20px; }
  .faq-list .item-desc p { min-height: 20px; } }
  
/* video-list start */
.video-list { font-size: 0; letter-spacing: 0; padding-bottom: 20px; /* .item-videobox start */ /* .item-videobox end */ }

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

.video-list .list-item { display: inline-block; vertical-align: top; width: 31.25%; margin-left: 3.125%; margin-bottom: 34px; /* @media screen and (max-width:400px) { width: 98%; } */ }

@media screen and (max-width: 991px) { .video-list .list-item { width: 31.33%; margin-left: 1% !important; margin-right: 1%; bottom: 25px; } }

@media screen and (max-width: 640px) { .video-list .list-item { width: 48%; margin-left: 1% !important; margin-right: 1%; margin-bottom: 20px; } }

.video-list .item-videobox { width: 100%; overflow: hidden; margin: 0 auto; border-radius: 0; }

.video-list .item-videobox .item-video { position: relative; overflow: hidden; padding-bottom: 74.93333%; height: 0; }

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

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

.video-list .item-pic { border-radius: 0; }

.video-list .item-pic img { cursor: pointer; }

.video-list .item-title { text-align: center; font-size: 18px; font-size: 1.8rem; line-height: 1.2; margin-top: 15px; }

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

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

/* video-list end */
.video-backdrop { display: none; position: fixed; top: 0; bottom: 0; left: 0; right: 0; background-color: #000; background-color: rgba(0, 0, 0, 0.7); z-index: 999999999; /* .item-videobox start */ /* .item-videobox end */ }

.video-backdrop .item-close { position: absolute; right: 10%; top: 2.60417%; color: #fff; font-size: 36px; font-size: 3.6rem; cursor: pointer; }

@media screen and (max-width: 767px) { .video-backdrop .item-close { font-size: 26px; font-size: 2.6rem; } }

.video-backdrop .item-videobox { overflow: hidden; max-width: 600px; border-radius: 20px; position: absolute; top: 50%; left: 50%; width: 95%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

.video-backdrop .item-videobox .item-video { position: relative; overflow: hidden; padding-bottom: 74.83333%; height: 0; }

.video-backdrop .item-videobox .item-video iframe, .video-backdrop .item-videobox .item-video video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; }

.video-backdrop .item-videobox .item-video iframe body { margin: 0px !important; }

.cer-list { font-size: 0; letter-spacing: 0; padding-bottom: 10px; }

.cer-list .list-item { display: inline-block; vertical-align: top; width: 31.08333%; margin-left: 3.375%; margin-bottom: 33px; }

@media screen and (max-width: 999px) { .cer-list .list-item { margin-bottom: 30px;width: 31.3333%; margin-left: 1% !important; margin-right:1% } }

@media screen and (max-width: 400px) { .cer-list .list-item { width: 48%; margin-left: 1% !important; margin-right: 1%; margin-bottom: 20px; } }

.cer-list .item-pics { position: relative; padding-bottom: 100%; border: solid 1px #DCDCDC; }

.cer-list .item-pics img { max-width: 100% !important; max-height: 100% !important; }

.cer-list .item-box { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; position: absolute; left: 0; top: 0; right: 0; bottom: 0; width: 100%; height: 100%; }

.cer-list .item-backdrop .iconfont { display: inline-block; width: 50px; height: 50px; border-radius: 50%; background-color: #fff; line-height: 50px; font-size: 24px; font-size: 2.4rem; color: #F8B628; position: relative; }

@media screen and (max-width: 991px) { .cer-list .item-backdrop { display: none; } }

.cer-list .item-title { font-size: 18px; font-size: 1.8rem; text-align: center; line-height: 1.2; margin-top: 16px; }

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

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

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


/*# sourceMappingURL=3style.css.map */

/*.phone-nav*/
.phone-nav { width: 5px; height: 100%; position: absolute; right: 0; -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: 999999999999999; cursor: pointer; position: fixed; top: -5px; right: 0; display: block; }

.phone-nav .nav { overflow: hidden; width: 300px; background: rgba(0, 0, 0, 0.8); position: absolute; top: 0; right: 0; display: block; height: auto; overflow: scroll; }

.phone-nav .nav form { margin: 15px auto; width: 258px; height: 26px; border: 1px solid #fff; position: relative; }

.phone-nav .nav form .iptc { -moz-box-sizing: border-box; box-sizing: border-box; padding-left: 15px; background-color: #fff; width: 80%; height: 26px; line-height: 26px; display: block; float: left; }

.phone-nav .nav form .ipsc { width: 20%; height: 26px; line-height: 26px; display: block; float: right; z-index: 1; position: relative; }

.phone-nav .nav form .iconfont { position: absolute; top: 0; right: 0; width: 20%; height: 26px; text-align: center; line-height: 26px; color: #F8B628; z-index: 0; background-color: #fff; }

.phone-nav .nav > ul { display: none; margin-top: 0px; margin-bottom: 0px; overflow: scroll; padding-top: 45px; -ms-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

.phone-nav .nav > ul > li { line-height: 40px; font-size: 12px; font-size: 1.2rem; padding-left: 20px; position: relative; }

.phone-nav .addition { width: 20px; height: 20px; position: absolute; right: 15px; top: 10px; background: url("../fonts/shizi.png") no-repeat center center; }

.phone-nav .addition.active { background-image: url("../fonts/yizi.png"); }

.phone-nav .addition.fa:before { margin-right: 5px; color: #fff; padding-left: 0; }

.phone-nav .nav > ul > li > a { margin-right: 40px; color: #fff; font-size: 12px; font-size: 1.2rem; display: block; }

.phone-nav .nav > ul > li > a span { color: #fff; font-size: 12px; font-size: 1.2rem; }

.phone-nav .nav > ul > li .c-show { display: none; width: 100%; }

.phone-nav .nav > ul > li .c-show1 .c-s1 { position: relative; padding-left: 15px; }

.phone-nav .nav > ul > li .c-show1 .c-s1 > a { position: relative; margin-right: 40px; font-size: 12px; font-size: 1.2rem; color: #fff; display: block; padding-top: 8px; padding-bottom: 8px; line-height: 24px; word-break: break-word; }

.phone-nav .nav > ul > li .c-show1 .c-s1 > a span { font-size: 12px; font-size: 1.2rem; color: #fff; }

.phone-nav .nav > ul > li .c-show1 .c-s1 > .c-show2 { position: relative; }

.phone-nav .nav > ul > li .c-show1 .c-s1 > .c-show2 .c-s2 { position: relative; }

.phone-nav .nav > ul > li .c-show1 .c-s1 > .c-show2 .c-s2 > a { margin-right: 40px; padding-left: 35px; font-size: 12px; font-size: 1.2rem; color: #fff; display: block; padding-top: 8px; padding-bottom: 8px; line-height: 24px; word-break: break-word; }

.phone-nav .nav > ul > li .c-show1 .c-s1 > .c-show2 .c-s2 > a span { font-size: 12px; font-size: 1.2rem; color: #fff; }

.phone-nav .nav > ul > li .c-show1 .c-s1 .c-s2 .c-show3 { position: relative; }

.phone-nav .nav > ul > li .c-show1 .c-s1 .c-s2 .c-show3 .c-s3 a { margin-right: 40px; padding-left: 50px; font-size: 12px; font-size: 1.2rem; color: #fff; display: block; padding-top: 8px; padding-bottom: 8px; line-height: 24px; word-break: break-word; }

.phone-nav .nav > ul > li .c-show1 .c-s1 .c-s2 .c-show3 .c-s3 a span { font-size: 12px; font-size: 1.2rem; color: #fff; }

.phone-nav .nav > ul > dl { padding: 20px; }

.phone-nav .nav > ul > dl dd { float: left; margin: 0 2px; }

.phone-nav .menubtn { width: 23px; height: 18px; position: absolute; top: 15px; right: 12px; -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: 9999; }

.phone-nav .menubtn span { display: block; width: 100%; height: 3px; margin-bottom: 3px; background-color: #F8B628; }

.phone-nav .menubtn span.menu-color { background-color: #F8B628 !important; }

@media screen and (min-width: 1000px) { .phone-nav, .menubtn { display: none; } }

/*# sourceMappingURL=4nav.css.map */

.slide { position: relative; }

.slide .carouse { width: 100%; overflow: hidden; position: relative; }

.slide .carouse .slideItem { width: 100%; position: absolute; cursor: pointer; }

.slide 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%; width: 100%; 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; }

.slide .carouse .slideItem .banner-img { width: 100%; display: block; }

.slide .console { height: 57px; display: inline-block; width: 35px; position: absolute; top: 40%; }

.slide .carousel-control { display: none !important; position: absolute; top: 50%; width: 60px; height: 60px; z-index: 999; margin-top: -30px; }

.slide .carousel-control .iconfont { font-size: 60px; font-size: 6rem; color: #fff; }

.slide .carousel-control:hover .iconfont { color: #F20000; }

.slide .carousel-control.left { left: 120px; cursor: pointer; }

.slide .carousel-control.right { right: 120px; cursor: pointer; }

.slide .dotList { position: absolute; width: 100%; bottom: 17px; text-align: center; line-height: 0; }

.slide .dotList li { display: inline-block; cursor: pointer; background: url(../images/dot.png) no-repeat center center; background-size: contain; font-size: 0px; margin: 0 13px; border: none; outline: none; width: 19px; height: 19px; }

.slide .dotList li.active { background: url(../images/dot1.png) no-repeat center center; background-size: contain; }

@media screen and (max-width: 999px) { .slide .carousel-control { display: none; }
  .slide .dotList { bottom: 15px; }
  .slide .dotList li { margin: 0 4px; width: 15px; height: 15px; } }

@media screen and (max-width: 767px) { .slide .dotList { bottom: 10px; }
  .slide .dotList li { margin: 0 3px; width: 12px; height: 12px; } }

/*# sourceMappingURL=5slide5.css.map */

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  11.1% {
    -webkit-transform: none;
            transform: none
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
            transform: skewX(-12.5deg) skewY(-12.5deg)
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
            transform: skewX(6.25deg) skewY(6.25deg)
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
            transform: skewX(-3.125deg) skewY(-3.125deg)
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
            transform: skewX(1.5625deg) skewY(1.5625deg)
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
            transform: skewX(-0.78125deg) skewY(-0.78125deg)
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
            transform: skewX(0.390625deg) skewY(0.390625deg)
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
            transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
  }
  100% {
    -webkit-transform: none;
            transform: none
  }
}

@keyframes jello {
  11.1% {
    -webkit-transform: none;
            transform: none
  }

  22.2% {

    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
            transform: skewX(-12.5deg) skewY(-12.5deg)
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
            transform: skewX(6.25deg) skewY(6.25deg)
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
            transform: skewX(-3.125deg) skewY(-3.125deg)
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
            transform: skewX(1.5625deg) skewY(1.5625deg)
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
            transform: skewX(-0.78125deg) skewY(-0.78125deg)
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
            transform: skewX(0.390625deg) skewY(0.390625deg)
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
            transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
  }
  100% {
    -webkit-transform: none;
            transform: none
  }
}



.jello{
    -webkit-animation-name:jello;
            animation-name:jello;
    -webkit-transform-origin: center;

            transform-origin: center
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}


@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInStable {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  33.333% {
    opacity: 1;
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  
  66.666666% {
    opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes zoomInStable {
 0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  33.333% {
    opacity: 1;
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  
  66.666666% {
    opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.zoomInStable {
  -webkit-animation-name: zoomInStable;
  animation-name: zoomInStable;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@keyframes anime {
from {
	opacity: 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
}
to {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-moz-transform: scaleY(1);
}
}

@-webkit-keyframes anime {
from {
	opacity: 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
}
to {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-moz-transform: scaleY(1);
}
}

@-moz-keyframes anime {
from {
	opacity: 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
}
to {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-moz-transform: scaleY(1);
}

}

@-o-keyframes anime {
from {
	opacity: 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
}
to {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-moz-transform: scaleY(1);
}
}

@-ms-keyframes anime {
from {
	opacity: 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
}
to {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-moz-transform: scaleY(1);
}

}

@media screen and (min-width:1000px) and (max-width:1219px) {}
@media screen and (max-width:1219px) {}
@media screen and (max-width:999px) {	}
@media screen and (max-width:767px) {	}


@font-face {
  font-family: "iconfont"; /* Project id 2522379 */
  src: url('../fonts/iconfont.woff2?t=1619762375171') format('woff2'),
       url('../fonts/iconfont.woff?t=1619762375171') format('woff'),
       url('../fonts/iconfont.ttf?t=1619762375171') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-top15:before {
  content: "\e65b";
}

.icon-left2:before {
  content: "\e710";
}

.icon-right2:before {
  content: "\e711";
}

.icon-calendar3:before {
  content: "\e7e1";
}

.icon-icon_search:before {
  content: "\eb9c";
}

.icon-facebook1:before {
  content: "\e620";
}

.icon-pinterest1:before {
  content: "\e8ab";
}

.icon-linkedin1:before {
  content: "\e648";
}

.icon-youtube1:before {
  content: "\e6d6";
}

.icon-twitter1:before {
  content: "\e607";
}

.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-instagram1:before {
  content: "\e79d";
}

.icon-search5:before {
  content: "\e7b3";
}

.icon-top101:before {
  content: "\e7ee";
}

.icon-bottom10:before {
  content: "\e7ef";
}

.icon-left10:before {
  content: "\e7f0";
}

.icon-right10:before {
  content: "\e7f1";
}

.icon-download:before {
  content: "\e62a";
}

.icon-liebiao:before {
  content: "\e834";
}

.icon-yuanxingjiantouxiangyouzuo:before {
  content: "\e60c";
}

.icon-yuanxingjiantouxiangyou:before {
  content: "\e613";
}

.icon-shixinyuanxingjiantoushang1:before {
  content: "\e93f";
}

.icon-shixinyuanxingjiantouxia1:before {
  content: "\e942";
}

.icon-shixinyuanxingjiantouyou1:before {
  content: "\e940";
}

.icon-shixinyuanxingjiantouzuo1:before {
  content: "\e941";
}

.icon-yuanxingjiantouyou:before {
  content: "\e967";
}

.icon-yuanxingjiantouzuo:before {
  content: "\e968";
}

.icon-list:before {
  content: "\e671";
}

.icon-vk:before {
  content: "\e735";
}

.icon-search7:before {
  content: "\e7b5";
}

.icon-icon-test9:before {
  content: "\e64f";
}

.icon-icon-test10:before {
  content: "\e651";
}

.icon-icon-test12:before {
  content: "\e653";
}

.przhan{ position:relative; overflow:hidden; padding-bottom:15px;}
.przhanh{ height:auto !important;}
.fuc{ display:block; width:100%; height:80px; position:absolute; bottom:0px; left:0px;
	background: -moz-linear-gradient(top, rgba(221,221,221,0) 0%, rgba(221,221,221,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(top, rgba(221,221,221,0) 0%,rgba(221,221,221,1) 100%);
    background: -o-linear-gradient(top, rgba(221,221,221,0) 0%,rgba(221,221,221,1) 100%);
    background: -ms-linear-gradient(top, rgba(221,221,221,0) 0%,rgba(221,221,221,1) 100%);
    background: linear-gradient(to bottom, rgba(221,221,221,0) 0%,rgba(221,221,221,1) 100%);}

.zhankai{ background:#ddd; height:30px; position:relative; cursor:pointer;}
.zhankai i{ display:block; height: 30px; border-radius:50%; text-align:center; line-height:30px; position:absolute; left:50%; top:50%; margin-left:-14px; margin-top:-14px; transition:0.5s;}
.zhankaih i{ transform:rotate(180deg)}
.fuch{ display:none !important;}

  .zanwu{ font-size:14px; font-size:1.4rem; line-height:30px; margin-top:15px; margin-bottom:15px}
.disnone{ display:none}


 .inquiry-success{text-align: center;margin-top: 5%;margin-bottom: 10%;}
        .inquiry-success *{text-align: center;}
        .inquiry-success p i{font-size: 60px; font-size:6rem;color:#F8B628}
        .inquiry-success .text{font-size: 20px;color: #333333;margin: 20px 0;}
        .inquiry-success .but a{display: inline-block;width: 200px;height: 50px;background-color: #F8B628;color: #FFFFFF;line-height: 50px;padding: 0;border: 0;font-size: 16px; font-size:1.6rem}

.inquiry-success .but a:hover{ background:#fff; color:#F8B628}

.listcart2{ margin-top:30px; width:100%; clear:both}

.listcart2 a,.listcart2 button{display:inline-block; color:#fff;height: 34px;
min-width: 200px; box-sizing:border-box;  font-size:14px;font-size: 1.4rem; margin-right:10px;text-align: center;margin-bottom:10px; background:#666; padding-left:5px; padding-right:5px; border:none; cursor:pointer; background:#F8B628; color:#fff; border:#F8B628 solid 1px;line-height: 34px;
}
.listcart2 a:hover,.listcart2 button:hover{ background:#fff;color:#F8B628;}
@media screen and (max-width: 640px) {.listcart2 a,.listcart2 button{ width:100%; display:block}}


/*xun pan tijiao*/

.xunpanlb .table{margin-top: 30px;}
.xunpanlb .table .thead{font-size: 0;letter-spacing: 0;border: 1px solid #dcdcdc; background:#F8B628; }
.xunpanlb .table .thead p{text-align: center; padding: 0 10px;font-size: 16px; line-height: 40px;width: 33.3333%;display: inline-block;vertical-align: middle; box-sizing:border-box; color:#fff}
.xunpanlb .table .thead p:nth-child(2){border-right: 1px solid #dcdcdc;border-left: 1px solid #dcdcdc;}

.xunpanlb .table .tbody{font-size: 0;letter-spacing: 0;}
.xunpanlb .table .tbody .tread{border: 1px solid #dcdcdc;border-top: 0;}
.xunpanlb .table .tbody .tread .td{height: 100%; text-align: center;padding: 10px 10px;font-size: 16px; line-height: 40px;width: 33.3333%;display: inline-block;vertical-align: middle; box-sizing:border-box}
.xunpanlb .table .tbody .tread .td:nth-child(2){border-right: 1px solid #dcdcdc;border-left: 1px solid #dcdcdc;}
.xunpanlb .table .tbody .td img{max-width: 110px; margin-left:auto; margin-right:auto;}
.xunpanlb .table .tbody .td a{color: #666666;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;display: block;}
.xunpanlb .table .tbody .td a:hover{color: #F8B628;}
@media screen and (max-width: 520px){
    .xunpanlb .table{border-top: 1px solid #dcdcdc;}
    .xunpanlb .table .thead{display: none;}
    .xunpanlb .table .tbody .td{width: 100% !important;}
    .xunpanlb .table .tbody .tread .td:nth-child(2){border: 0 !important;}
}
