.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: "Microsoft YaHei", "Î¢ÈíÑÅºÚ";
   text-decoration: none;
   border: 1px solid #CCC;
   background-color: white;
   padding: 8px;
   text-align:center;
   background-image: url(/themes/simplebootx/style/images/zoomloader.gif);
   background-repeat: no-repeat;
   background-position: 43px 30px;
   z-index:110;
   width:90px;
   height:43px;
   position:absolute;
   top:0px;
   left:0px;
    * width:100px;
    * height:49px;
}


.zoomPup{
	overflow:hidden;
	background-color: #FFF;
	-moz-opacity:0.6;
	opacity: 0.6;
	filter: alpha(opacity = 60);
	z-index:120;
	position:absolute;
	border:1px solid #CCC;
  z-index:101;
  cursor:crosshair;
}



.zoomOverlay{
	position:absolute;
	left:0px;
	top:0px;
	background:#FFF;
	/*opacity:0.5;*/
	z-index:5000;
	width:100%;
	height:100%;
	display:none;
  z-index:101;
}

.zoomWindow{
	position:absolute;
	left:110%;
	top:40px;
	background:#FFF;
	z-index:6000;
	height:auto;
  z-index:10000;
  z-index:110;
}
.zoomWrapper{
	position:relative;
	border:1px solid #C6C6C6;
  z-index:110;
}
.zoomWrapperTitle{
	display:block;
	background:#C6C6C6;
	color:#FFF;
	height:18px;
	line-height:18px;
	width:100%;
  overflow:hidden;
	text-align:center;
	font-size:10px;
  position:absolute;
  top:0px;
  left:0px;
  z-index:120;
  -moz-opacity:0.6;
  opacity: 0.6;
  filter: alpha(opacity = 60);
}
.zoomWrapperImage{
	display:block;
  position:relative;
  overflow:hidden;
  z-index:110;

}
.zoomWrapperImage img{
  border:0px;
  display:block;
  position:absolute;
  z-index:101;
}

.zoomIframe{
  z-index: -1;
  filter:alpha(opacity=0);
  -moz-opacity: 0.80;
  opacity: 0.80;
  position:absolute;
  display:block;
}

/*********************************************************
/ When clicking on thumbs jqzoom will add the class
/ "zoomThumbActive" on the anchor selected
/*********************************************************/
#baguetteBox-overlay { display: none; opacity: 0; position: fixed; overflow: hidden; top: 0; left: 0; width: 100%; height: 100%; background-color: #222; background-color: rgba(0, 0, 0, 0.8); -webkit-transition: opacity .5s ease; -o-transition: opacity .5s ease; -moz-transition: opacity .5s ease; transition: opacity .5s ease; z-index: 99999999999999999999999999999999999999; }

#baguetteBox-overlay.visible { opacity: 1; }

#baguetteBox-overlay .full-image { display: inline-block; position: relative; width: 100%; height: 100%; text-align: center; }

#baguetteBox-overlay .full-image figure { display: inline; margin: 0; height: 100%; }

#baguetteBox-overlay .full-image img { display: inline-block; width: auto; height: auto; max-height: 100%; max-width: 100%; vertical-align: middle; -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

#baguetteBox-overlay .full-image figcaption { display: block; position: absolute; bottom: 0; width: 100%; text-align: center; line-height: 1.8; color: #ccc; background-color: #000; background-color: rgba(0, 0, 0, 0.6); font-family: "Microsoft YaHei", "Î¢ÈíÑÅºÚ"; }

#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; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

html { font-size: 62.5%; }

body { color: #333; font-family: "Microsoft YaHei", "Î¢ÈíÑÅºÚ"; 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; -webkit-transition: 0.3s; -o-transition: 0.3s; -moz-transition: 0.3s; transition: 0.3s; }

h1, h2 { margin: 0; padding: 0; font-weight: normal; }

img { max-width: 100%; border: 0px solid #ccc; }

embed, video, iframe { max-width: 100%; }

input[type="submit"], textarea[type="submit"] { cursor: pointer; }

input[type="checkbox"], textarea[type="checkbox"] { cursor: pointer; }

input[type="radio"], textarea[type="radio"] { cursor: pointer; }

input, textarea, select { font-family: "Microsoft YaHei", "Î¢ÈíÑÅºÚ"; font-size: 14px; font-size: 1.4rem; border: none; outline: none; background: none; }

input:focus, textarea:focus, select:focus { outline: none; }

textarea { resize: none; }

.pull-left { float: left; }

.pull-right { float: right; }

.clear { clear: both; }

.fix { *zoom: 1; }

.fix:after, .fix:before { display: block; content: "clear"; height: 0; clear: both; overflow: hidden; visibility: hidden; }

/* html5 */
article, aside, dialog, footer, header, section, footer, nav, figure, menu { display: block; }

::-webkit-input-placeholder { color: #999; opacity: 1; }

/* WebKit browsers */
:-o-placeholder { color: #999; opacity: 1; }

/* Mozilla Firefox 4 to 18 */
::-moz-placeholder { color: #999; opacity: 1; }

/* Mozilla Firefox 19+ */
:-ms-input-placeholder { color: #999; opacity: 1; }

/* Internet Explorer 10+ */
::-moz-selection { color: #fff; background: #2D7DC7; }
::selection { color: #fff; background: #2D7DC7; }

.self-ellipsis { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }

.self-ellipsis-2 { display: -webkit-box; overflow: hidden; white-space: normal !important; text-overflow: ellipsis; word-wrap: break-word; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }

.self-ellipsis-3 { display: -webkit-box; overflow: hidden; white-space: normal !important; text-overflow: ellipsis; word-wrap: break-word; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }

.self-ellipsis-4 { display: -webkit-box; overflow: hidden; white-space: normal !important; text-overflow: ellipsis; word-wrap: break-word; -webkit-line-clamp: 4; -webkit-box-orient: vertical; }

.relative { position: relative; }

.absolute { position: absolute; }

.common-vc { position: absolute; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }

.common-hc { position: absolute; left: 50%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); }

.common-center { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

.text-right { text-align: right; }

.text-left { text-align: left; }

.nlazy { min-width: 20%; }

/**/
.email { word-break: break-all; }

.scale-big img { -webkit-transition: all 350ms; -o-transition: all 350ms; -moz-transition: all 350ms; transition: all 350ms; }

.scale-big:hover img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }

.scale-small img { -webkit-transition: all 350ms; -o-transition: all 350ms; -moz-transition: all 350ms; transition: all 350ms; -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }

.scale-small:hover img { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }

[class*="-item"] .item-pic, [class*="-item"] .item-pics { position: relative; display: block; text-align: center; overflow: hidden; }

[class*="-item"] .item-pic img, [class*="-item"] .item-pics img { display: block !important; width: 100%; }

[class*="-item"] .item-title { overflow: hidden; }

[class*="-item"] .item-title a { display: block; }

[class*="-item"] .item-title a:hover { color: #2D7DC7 !important; }

[class*="-item"] .item-subt { overflow: hidden; }

[class*="-item"] .item-subt a { display: block; }

[class*="-item"] .item-subt a:hover { color: #2D7DC7 !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: #2D7DC7 !important; }

.wp1 { width: 1400px; margin: auto; }

@media screen and (max-width: 1419px) { .wp1 { width: 1200px; } }

@media screen and (max-width: 1219px) { .wp1 { width: 960px; } }

@media screen and (max-width: 991px) { .wp1 { width: 720px; } }

@media screen and (max-width: 767px) { .wp1 { width: 100%; padding-left: 15px; padding-right: 15px; } }

.wp { width: 1200px; margin: auto; }

@media screen and (max-width: 1219px) { .wp { width: 960px; } }

@media screen and (max-width: 991px) { .wp { width: 720px; } }

@media screen and (max-width: 767px) { .wp { width: 100%; padding-left: 15px; padding-right: 15px; } }

.no_margin { margin-left: auto !important; }

.no_marginr { margin-right: auto !important; }

.no_marginl { margin-left: auto !important; }

.at-resp-share-element .at4-share-count-container { text-decoration: none; float: right; padding-right: 15px; line-height: 25px !important; }

.at-resp-share-element .at-icon { width: 24px !important; height: 24px !important; }

.at-style-responsive .at-share-btn { padding: 0 !important; -webkit-border-radius: 2px !important; border-radius: 2px !important; }

.at-resp-share-element .at-share-btn .at-icon-wrapper { width: 24px !important; height: 24px !important; }

.at-resp-share-element .at-share-btn { margin-bottom: 0 !important; margin-right: 3px !important; }

.at-resp-share-element .at-icon { width: 24px !important; height: 24px !important; }

.at-style-responsive .at-share-btn { padding: 0 !important; -webkit-border-radius: 2px !important; border-radius: 2px !important; }

.at-resp-share-element .at-share-btn .at-icon-wrapper { width: 24px !important; height: 24px !important; }

.at-resp-share-element .at-share-btn { margin-bottom: 0 !important; margin-right: 3px !important; }

.item-table { display: table; table-layout: fixed; width: 100%; height: 100%; }

.item-cell { display: table-cell; width: 100%; height: 100%; vertical-align: middle; }

/*-------------table start-------------------------------------------------------------------*/
.table table { width: 100%; border-collapse: collapse; border: 1px solid #ccc; }

.table table p { line-height: 22px !important; }

.table table p { min-height: 22px !important; }

.table table, .table table a { color: #000; }

.table table tr td { padding: 5px 3px; border: 1px solid #ccc; }

@media screen and (max-width: 1000px) { .table { width: 100%; overflow: scroll; }
  .table div { width: 900px; max-width: 900px; } }

/*-------------table end---------------------------------------------------------------------*/
/*-------------proslide_menubtn start--------------------------------------------------------*/
.proslide_menubtn { display: none; width: 23px; height: 18px; position: absolute; top: 12px; right: 10px; cursor: pointer; -webkit-transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s; z-index: 9; }

.proslide_menubtn span { display: block; width: 100%; height: 3px; margin-bottom: 3px; background-color: #fff; }

@media screen and (max-width: 992px) { .proslide_menubtn { display: block; } }

/*-------------proslide_menubtn end----------------------------------------------------------*/
/*-------------page-start--------------------------------------------------------------------*/
.page { text-align: center; overflow: hidden; font-size: 0; letter-spacing: 0; }

.page a { display: inline-block; border: solid 1px #0A0A0A; color: #0A0A0A; min-width: 25px; height: 25px; line-height: 23px; -webkit-border-radius: 50%; border-radius: 50%; margin: 0 5px 10px; font-size: 14px; font-size: 1.4rem; }

.page a.prev, .page a.next { min-width: auto; border: 0; background-color: transparent !important; }

.page a.prev:hover, .page a.next:hover { color: #2D7DC7; }

.page a.prev { margin-right: 20px; }

.page a.next { margin-left: 20px; }

.page a:hover, .page a.page-active,.page a.active { border-color: #2D7DC7; background-color: #2D7DC7; color: #FFFFFF; }

@media only screen and (max-width: 1219px) { .page a { margin: 0 3px 10px; }
  .page a.prev { margin-right: 5px; }
  .page a.next { margin-left: 5px; } }

@media only screen and (max-width: 767px) { .page a { font-size: 12px; font-size: 1.2rem; }
  .page a.prev { margin-right: 0; }
  .page a.next { margin-left: 0; } }

.page .fl { display: inline-block; vertical-align: middle; text-align: center; float: left; }

@media screen and (max-width: 1219px) { .page .fl { float: none; } }

.page .add-form { float: right; vertical-align: middle; display: inline-block; background: url(/themes/simplebootx/style/images/af-bg.png) no-repeat left center; padding-left: 30px; margin-left: 15px; font-size: 16px; font-size: 1.6rem; color: #4B4B4B; letter-spacing: 0.5px; margin-bottom: 10px; }

.page .add-form .add-btn { margin-left: 13px; font-size: 14px; font-size: 1.4rem; letter-spacing: 0.5px; text-align: center; min-width: 170px; padding: 0 10px; height: 32px; line-height: 30px; background-color: #2D7DC7; color: #FFFFFF; cursor: pointer; }

.page .add-form .add-btn:hover { background-color: #333; }

@media screen and (max-width: 1219px) { .page .add-form { margin-left: 15px; float: none; font-size: 14px; font-size: 1.4rem; }
  .page .add-form .add-btn { min-width: 140px; } }

@media only screen and (max-width: 767px) { .page .add-form { background-size: 15px; font-size: 12px; font-size: 1.2rem; padding-left: 25px; }
  .page .add-form .add-btn { min-width: 120px; height: 28px; line-height: 26px; margin-left: 5px; font-size: 12px; font-size: 1.2rem; } }

/*-------------page-end--------------------------------------------------------------------*/
/*-------------contact start---------------------------------------------------------------*/
/*-------------contact end-----------------------------------------------------------------*/
/*-------------pro-share start-------------------------------------------------------------*/
.pro-share { font-size: 0; letter-spacing: 0; }

.pro-share .share-title { margin-right: 8px; display: inline-block; *display: inline; *zoom: 1; line-height: 26px; font-size: 16px; font-size: 1.6rem; color: #888; }

@media only screen and (max-width: 767px) { .pro-share .share-title { font-size: 14px; font-size: 1.4rem; } }

.pro-share .share-pic { display: inline-block; *display: inline; *zoom: 1; vertical-align: top; height: 26px; }

/*-------------pro-share end---------------------------------------------------------------*/
/*-------------m-oths----------------------------------------------------------------------*/
.m-oths { font-size: 16px; font-size: 1.6rem; }

.m-oths a:hover { color: #2D7DC7; }

.m-oths .oths-item { line-height: 26px; margin-bottom: 20px; }

.m-oths .item-btn { width: 79px; height: 26px; line-height: 24px; border: solid 1px #666; display: inline-block; text-align: center; margin-right: 11px; font-size: 14px; font-size: 1.4rem; color: #666; float: left; }

.m-oths .item-info { overflow: hidden; display: block; }

@media screen and (max-width: 991px) { .m-oths { font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 767px) { .m-oths { font-size: 12px; font-size: 1.2rem; }
  .m-oths .oths-item { margin-bottom: 10px; line-height: 20px; }
  .m-oths .item-btn { width: 66px; height: 26px; line-height: 24px; font-size: 12px; font-size: 1.2rem; }
  .m-oths .item-info { padding-top: 2px; } }

/*-------------bread start-----------------------------------------------------------------*/
.bread { background: url(/themes/simplebootx/style/images/bread.jpg) no-repeat top center; background-size: cover; min-height: 200px; padding: 82px 0 30px; text-align: center; }

.bread, .bread a { color: #fff; }

.bread a:hover, .bread .active { text-decoration: underline; }

@media screen and (max-width: 1219px) { .bread { padding-top: 70px; } }

@media screen and (max-width: 991px) { .bread { min-height: auto; padding: 40px 0; } }

@media screen and (max-width: 767px) { .bread { padding: 30px 0; } }

@media screen and (max-width: 640px) { .bread { padding: 20px 0; } }

.bread .item-title { font-family: "Microsoft YaHei", "Î¢ÈíÑÅºÚ"; font-size: 30px; font-size: 3rem; line-height: 1.2; margin-bottom: 27px; text-transform: uppercase; }

@media screen and (max-width: 1219px) { .bread .item-title { margin-bottom: 15px; } }

@media screen and (max-width: 991px) { .bread .item-title { font-size: 26px; font-size: 2.6rem; margin-bottom: 5px; } }

@media screen and (max-width: 767px) { .bread .item-title { font-size: 22px; font-size: 2.2rem; } }

@media screen and (max-width: 640px) { .bread .item-title { font-size: 18px; font-size: 1.8rem; } }

.bread .item-subt { font-size: 16px; font-size: 1.6rem; line-height: 1.2; }

@media screen and (max-width: 991px) { .bread .item-subt { font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 767px) { .bread .item-subt { font-size: 12px; font-size: 1.2rem; } }

/*-------------bread end-------------------------------------------------------------------*/
.search-box ::-webkit-input-placeholder { color: #666; opacity: 1; }

/* WebKit browsers */
.search-box :-o-placeholder { color: #666; opacity: 1; }

/* Mozilla Firefox 4 to 18 */
.search-box ::-moz-placeholder { color: #666; opacity: 1; }

/* Mozilla Firefox 19+ */
.search-box :-ms-input-placeholder { color: #666; opacity: 1; }

/* Internet Explorer 10+ */
.search { position: relative; margin-top: 51px; }

@media screen and (max-width: 991px) { .search { margin-top: 38px; } }

@media screen and (max-width: 767px) { .search { display: none; } }

.search .search-icon { cursor: pointer; display: block; }

.search .search-icon .iconfont { display: block; font-size: 16px; font-size: 1.6rem; color: #2D7DC7; }

.search .search-box { display: none; overflow: hidden; position: absolute; top: 38px; right: 0; z-index: 999; width: 260px; height: 50px; -webkit-border-radius: 2px; border-radius: 2px; background-color: #fff; -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.22); box-shadow: 0 0 10px rgba(0, 0, 0, 0.22); padding: 10px 10px; cursor: pointer; }

.search .search-box .iconfont { -webkit-border-radius: 5px; border-radius: 5px; font-size: 20px; font-size: 2rem; color: #fff; background-color: #2D7DC7; position: absolute; width: 30px; height: 30px; line-height: 30px; text-align: center; right: 10px; top: 50%; margin-top: -15px; z-index: -1; }

.search .search-box .item-input { position: absolute; height: 30px; line-height: 30px; top: 50%; margin-top: -15px; width: 100%; left: 0; padding: 0 45px 0 10px; font-family: "Microsoft YaHei", "Î¢ÈíÑÅºÚ"; }

.search .search-box .item-submit { position: absolute; width: 35px; height: 100%; top: 0px; right: 0px; cursor: pointer; z-index: 1; }

/*-------------header start----------------------------------------------------------------*/
.fixed.header { position: fixed; top: 0; left: 0; }

.fixed.header .h-top { height: 0; overflow: hidden; padding: 0; }

.fixed.header .logo { margin: 15px 0; }

@media screen and (max-width: 767px) { .fixed.header .logo { margin: 10px 0; } }

.header { position: relative; z-index: 9999; width: 100%; background-color: #fff; -webkit-transition: all 0.5s ease; -o-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease; /* 767 navlist1 */ }

.header .h-top { -webkit-transition: all 0.5s ease; -o-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease; background-color: #2D7DC7; line-height: 40px; height: 40px; }

.header .h-top .h-follow { font-size: 0; letter-spacing: 0; }

.header .h-top .h-follow a { display: inline-block; vertical-align: top; margin-left: 16px; }

.header .h-top .h-follow .iconfont { display: block; font-size: 18px; font-size: 1.8rem; color: #fff; }

.header .h-top .h-follow .iconfont:hover { color: #000; }

.header .h-top .f-keys { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.header .h-top .f-keys, .header .h-top .f-keys a { color: #fff; }

.header .h-top .f-keys a { display: inline-block; }

.header .h-top .f-keys a:hover { color: #000; }

@media screen and (max-width: 767px) { .header .h-top { display: none; } }

.header .h-bot { -webkit-transition: all 0.5s ease; -o-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease; }

.header .logo { float: left; display: block; width: 323px; margin: 24px 0 26px; }

.header .logo img { display: block; margin: 0 auto; width: 100%; }

@media screen and (max-width: 991px) { .header .logo { width: 220px; margin: 20px 0; } }

@media screen and (max-width: 767px) { .header .logo { width: 150px; margin: 10px 0; } }

.header .navlist { float: right; margin-top: 48px; margin-right: 30px; font-size: 0; letter-spacing: 0; }

.header .navlist > li { position: relative; display: inline-block; vertical-align: top; margin-left: 71px; padding-bottom: 14px; }

.header .navlist > li > a { font-size: 18px; font-size: 1.8rem; text-transform: capitalize; color: #333; display: block; position: relative; line-height: 24px; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; text-align: center; }

.header .navlist > li.nav-active > a, .header .navlist > li:hover > a { color: #2D7DC7; }

@media screen and (max-width: 1219px) { .header .navlist { margin-right: 20px; }
  .header .navlist > li { margin-left: 30px; } }

@media screen and (max-width: 991px) { .header .navlist { margin-top: 33px; }
  .header .navlist > li { margin-left: 15px; }
  .header .navlist > li > a { font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 767px) { .header .navlist { display: none; } }

.header .navlist li:hover .yiji { -webkit-transform: translateY(0px); -moz-transform: translateY(0px); -ms-transform: translateY(0px); -o-transform: translateY(0px); transform: translateY(0px); visibility: visible; opacity: 1; }

.header .yiji { z-index: 99; position: absolute; top: 100%; width: 230px; left: 50%; margin-left: -90px; display: block; visibility: hidden; opacity: 0; -webkit-transform: translateY(30px); -moz-transform: translateY(30px); -ms-transform: translateY(30px); -o-transform: translateY(30px); transform: translateY(30px); -webkit-transform-origin: top; -moz-transform-origin: top; -ms-transform-origin: top; -o-transform-origin: top; transform-origin: top; -webkit-transition: all 400ms ease; -o-transition: all 400ms ease; -moz-transition: all 400ms ease; transition: all 400ms ease; background-color: #fff; background-color: rgba(255, 255, 255, 0.9); -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2); box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2); }

.header .yiji li { position: relative; text-align: left; }

.header .yiji li > a { display: block; line-height: 20px; padding: 10px; font-size: 16px; font-size: 1.6rem; color: #333; }

.header .yiji li:hover > a { color: #fff; background-color: #2D7DC7; }

.header .yiji li:hover .erji { -webkit-transform: translateY(0px); -moz-transform: translateY(0px); -ms-transform: translateY(0px); -o-transform: translateY(0px); transform: translateY(0px); visibility: visible; opacity: 1; }

@media screen and (max-width: 980px) { .header .yiji { display: none; } }

.header .erji li:hover .sanji { -webkit-transform: translateY(0px); -moz-transform: translateY(0px); -ms-transform: translateY(0px); -o-transform: translateY(0px); transform: translateY(0px); visibility: visible; opacity: 1; }

.header .erji, .header .sanji { position: absolute; left: 100%; top: 0; background-color: #fff; background-color: rgba(255, 255, 255, 0.9); -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2); box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2); 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; }

.header .navlist1 { display: none; width: 100%; margin: 0 auto 10px; }

.header .navlist1 > li { float: left; width: 25%; text-align: center; }

.header .navlist1 > li > a { display: block; position: relative; line-height: 20px; text-transform: capitalize; font-size: 14px; font-size: 1.4rem; }

.header .navlist1 > li.nav-active > a, .header .navlist1 > li:hover > a { color: #2D7DC7; }

/*-------------header end------------------------------------------------------------------*/
/*-------------footer start----------------------------------------------------------------*/
.footer { background-color: #21262A; }

.footer .f-top { background-color: #2D7DC7; padding: 0 40px; }

.footer .f-top, .footer .f-top a { color: #fff; }

.footer .f-top .list-item { font-size: 16px; font-size: 1.6rem; line-height: 24px; float: left; padding: 16px 0 29px; }

.footer .f-top .item1 { width: 45%; padding-right: 20px; }

.footer .f-top .item2 { width: 29.64286%; padding-right: 20px; }

.footer .f-top .item3 { float: none; overflow: hidden; }

.footer .f-top .iconfont { float: left; font-size: 46px; font-size: 4.6rem; color: #fff; display: block; border-right: solid 1px #3367AD; margin-top: 14px; margin-right: 20px; padding-right: 20px; }

.footer .f-top .item-body { overflow: hidden; }

.footer .f-top .item-body p:first-child { margin-bottom: 3px; }

.footer .f-top a:hover { text-decoration: underline; }

@media screen and (max-width: 1219px) { .footer .f-top { padding: 0 30px; }
  .footer .f-top .list-item { font-size: 14px; font-size: 1.4rem; }
  .footer .f-top .iconfont { font-size: 40px; font-size: 4rem; margin-top: 14px; margin-right: 10px; padding-right: 10px; } }

@media screen and (max-width: 991px) { .footer .f-top { padding: 0 20px; }
  .footer .f-top .list-item { line-height: 20px; }
  .footer .f-top .iconfont { font-size: 30px; font-size: 3rem; }
  .footer .f-top .item1 { width: 41.96429%; padding-right: 10px; }
  .footer .f-top .item2 { width: 32.14286%; padding-right: 10px; } }

@media screen and (max-width: 767px) { .footer .f-top { display: none; } }

.footer .f-middle { padding: 49px 0 77px; font-size: 16px; font-size: 1.6rem; line-height: 30px; }

.footer .f-middle, .footer .f-middle a { color: #fff; }

.footer .f-middle a:hover { text-decoration: underline; }

.footer .f-middle .footer-title { margin-bottom: 7px; }

.footer .f-middle .flist1 { float: left; width: 440px; }

.footer .f-middle .flist1 ul { float: left; width: 50%; max-width: 140px; padding-right: 10px; }

.footer .f-middle .flist2 { float: left; width: 330px; }

.footer .f-middle .flist3 { float: right; width: 345px; }

.footer .f-middle .copyright img { margin-left: 5px; }

@media screen and (max-width: 1219px) { .footer .f-middle { padding: 40px 0; }
  .footer .f-middle .flist1 { width: 270px; }
  .footer .f-middle ul { font-size: 14px; font-size: 1.4rem; }
  .footer .f-middle .copyright { font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 991px) { .footer .f-middle { padding-top: 30px; padding-bottom: 30px; line-height: 24px; }
  .footer .f-middle .flist1 { width: 150px; padding-right: 15px; }
  .footer .f-middle .flist1 ul { width: 100%; max-width: 100%; padding-right: 0; }
  .footer .f-middle .flist2 { width: 280px; }
  .footer .f-middle .flist3 { width: 270px; } }

@media screen and (max-width: 767px) { .footer .f-middle { font-size: 12px; font-size: 1.2rem; line-height: 20px; text-align: center; padding: 15px 0; }
  .footer .f-middle .flist1, .footer .f-middle .flist2, .footer .f-middle .footer-title { display: none; }
  .footer .f-middle .flist3 { width: 100%; } }

.footer .f-follow { font-size: 0; letter-spacing: 0; }

@media screen and (max-width: 767px) { .footer .f-follow { text-align: center; width: 100%; } }

.footer .f-follow a { display: inline-block; vertical-align: middle; margin-left: 17px; }

.footer .f-follow a .iconfont { display: block; width: 34px; height: 34px; line-height: 34px; text-align: center; font-size: 20px; font-size: 2rem; color: #fff; }

.footer .f-follow a .icon-facebook { background-color: #5C82D1; }

.footer .f-follow a .icon-twitter { background-color: #40BFF5; }

.footer .f-follow a .icon-pinterest { background-color: #E13037; }

.footer .f-follow a .icon-youtube { background-color: #C32F29; }

.footer .f-follow a .icon-linkedin { background-color: #238CC8; }

.footer .f-follow a .icon-instagram { background-color: #CF2F79; }

@media screen and (max-width: 767px) { .footer .f-follow a { margin-left: 10px; }
  .footer .f-follow a:first-child { margin-left: 0; }
  .footer .f-follow a .iconfont { width: 30px; height: 30px; line-height: 30px; font-size: 18px; font-size: 1.8rem; } }

.footer .f-bot { background-color: #293239; padding: 23px 0; }

@media screen and (max-width: 767px) { .footer .f-bot { padding: 10px 0; } }

.footer .f-bot .wp { font-size: 0; letter-spacing: 0; }

.footer .f-bot .wp > * { display: inline-block; vertical-align: middle; }

.footer .f-bot .p1 { width: 156px; font-size: 16px; font-size: 1.6rem; line-height: 24px; color: #fff; }

@media screen and (max-width: 767px) { .footer .f-bot .p1 { display: none; } }

.footer .f-bot .p2 { margin-left: 78px; width: 80px; font-size: 16px; font-size: 1.6rem; line-height: 24px; color: #fff; }

@media screen and (max-width: 1219px) { .footer .f-bot .p2 { margin-left: 0; } }

.footer .f-bot .item-form { /* WebKit browsers */ /* Mozilla Firefox 4 to 18 */ /* Mozilla Firefox 19+ */ /* Internet Explorer 10+ */ font-size: 0; letter-spacing: 0; }

.footer .f-bot .item-form ::-webkit-input-placeholder { color: #fff; opacity: 1; }

.footer .f-bot .item-form :-o-placeholder { color: #fff; opacity: 1; }

.footer .f-bot .item-form ::-moz-placeholder { color: #fff; opacity: 1; }

.footer .f-bot .item-form :-ms-input-placeholder { color: #fff; opacity: 1; }

@media screen and (max-width: 1219px) { .footer .f-bot .item-form { width: 100%; margin-top: 10px; } }

@media screen and (max-width: 767px) { .footer .f-bot .item-form { display: none; } }

.footer .f-bot .item-form > * { display: inline-block; vertical-align: middle; }

.footer .f-bot .item-form input, .footer .f-bot .item-form textarea { color: #fff; font-size: 16px; font-size: 1.6rem; }

.footer .f-bot .item-form textarea { width: 200px; height: 36px; line-height: 34px; border: solid 1px #fff; margin-right: 18px; padding: 0 5px; }

.footer .f-bot .item-form .item-input { text-align: center; padding: 0 5px; width: 100px; height: 36px; line-height: 34px; border: solid 1px #fff; margin-right: 18px; }

.footer .f-bot .item-form .item-img { cursor: pointer; margin-right: 18px; }

.footer .f-bot .item-form .item-btn { width: 56px; height: 36px; line-height: 36px; background-color: #2D7DC7; color: #fff; }

.footer .f-bot .item-form .item-btn:hover { background-color: #000; }

.footer .links { padding: 22px 0 28px; font-size: 14px; font-size: 1.4rem; line-height: 20px; text-align: center; }

.footer .links, .footer .links a { color: #999; }

.footer .links a:hover { color: #2D7DC7; }

.footer .links a { display: inline-block; margin-right: 30px; font-weight: normal; }

@media screen and (max-width: 991px) { .footer .links { padding: 15px 0; } }

@media screen and (max-width: 767px) { .footer .links { display: none; } }

/*-------------footer end------------------------------------------------------------------*/
/*-------------index start-----------------------------------------------------------------*/
/* index-probox start */
.index-probox { position: relative; z-index: 9; margin-bottom: 103px; }

@media screen and (max-width: 1219px) { .index-probox { margin-bottom: 70px; } }

@media screen and (max-width: 991px) { .index-probox { margin-bottom: 50px; } }

@media screen and (max-width: 767px) { .index-probox { margin-bottom: 30px; padding: 0 15px; } }

.index-probox .wp { background: #FFFFFF; -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1); box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1); margin-top: -54px; padding: 44px 40px 60px; }

@media screen and (max-width: 1219px) { .index-probox .wp { padding-left: 30px; padding-right: 30px; } }

@media screen and (max-width: 991px) { .index-probox .wp { padding-left: 20px; padding-right: 20px; padding-top: 30px; padding-bottom: 50px; } }

@media screen and (max-width: 767px) { .index-probox .wp { margin-top: 30px; -webkit-box-shadow: 0px 0 5px 0px rgba(0, 0, 0, 0.1); box-shadow: 0px 0 5px 0px rgba(0, 0, 0, 0.1); padding-left: 15px; padding-right: 15px; padding-top: 25px; padding-bottom: 30px; } }

.index-probox .box-title { font-size: 42px; font-size: 4.2rem; line-height: 1.2; text-transform: uppercase; margin-bottom: 51px; }

.index-probox .box-title a:hover { color: #000 !important; }

@media screen and (max-width: 1219px) { .index-probox .box-title { font-size: 36px; font-size: 3.6rem; margin-bottom: 40px; } }

@media screen and (max-width: 991px) { .index-probox .box-title { font-size: 28px; font-size: 2.8rem; margin-bottom: 30px; } }

@media screen and (max-width: 767px) { .index-probox .box-title { font-size: 22px; font-size: 2.2rem; margin-bottom: 20px; } }

.index-probox .box-tab .tab-options { font-size: 0; letter-spacing: 0; margin-bottom: 64px; }

@media screen and (max-width: 1219px) { .index-probox .box-tab .tab-options { margin-bottom: 40px; } }

@media screen and (max-width: 991px) { .index-probox .box-tab .tab-options { margin-bottom: 30px; } }

@media screen and (max-width: 767px) { .index-probox .box-tab .tab-options { margin-bottom: 20px; } }

.index-probox .box-tab .tab-options li { text-align: center; display: inline-block; vertical-align: top; width: 16.47143%; margin-left: 4.91071%; cursor: pointer; font-size: 18px; font-size: 1.8rem; line-height: 22px; cursor: pointer; }

.index-probox .box-tab .tab-options li:hover, .index-probox .box-tab .tab-options li.tab-active { color: #2D7DC7; }

@media screen and (max-width: 1219px) { .index-probox .box-tab .tab-options li { width: 18.4%; margin-left: 2%; } }

@media screen and (max-width: 991px) { .index-probox .box-tab .tab-options li { font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 767px) { .index-probox .box-tab .tab-options li { font-size: 14px; font-size: 1.4rem; width: 31.33%; margin-left: 1% !important; margin-right: 1%; margin-bottom: 10px; } }

@media screen and (max-width: 480px) { .index-probox .box-tab .tab-options li { width: 48%; } }

.index-probox .box-tab .tab-content .tab-content-item { display: none; }

.index-probox .box-tab .tab-content .tab-content-item:first-child { display: block; }

.index-probox .pro-scroll { position: relative; }

.index-probox .pro-scroll .scroll-btns { font-size: 0; letter-spacing: 0; position: absolute; bottom: 0; left: 56.78571%; }

.index-probox .pro-scroll .scroll-btns .scroll-btn { display: inline-block; vertical-align: middle; cursor: pointer; font-size: bold; color: #aeaeae; font-size: 40px; font-size: 4rem; }

.index-probox .pro-scroll .scroll-btns .scroll-btn:hover { color: #2D7DC7; }

.index-probox .pro-scroll .scroll-btns .scroll-btn.prev { margin-right: 20px; }

@media screen and (max-width: 1219px) { .index-probox .pro-scroll .scroll-btns { left: 51.875%; }
  .index-probox .pro-scroll .scroll-btns .scroll-btn { font-size: 32px; font-size: 3.2rem; }
  .index-probox .pro-scroll .scroll-btns .scroll-btn.prev { margin-right: 10px; } }

@media screen and (max-width: 991px) { .index-probox .pro-scroll .scroll-btns .scroll-btn { font-size: 28px; font-size: 2.8rem; }
  .index-probox .pro-scroll .scroll-btns .scroll-btn.prev { margin-right: 5px; } }

@media screen and (max-width: 767px) { .index-probox .pro-scroll .scroll-btns { left: 235px; }
  .index-probox .pro-scroll .scroll-btns .scroll-btn { font-size: 24px; font-size: 2.4rem; }
  .index-probox .pro-scroll .scroll-btns .scroll-btn.prev { margin-right: 5px; } }

@media screen and (max-width: 480px) { .index-probox .pro-scroll .scroll-btns { left: auto; position: relative; margin-top: 15px; } }

.index-probox .pro-scroll .scroll-list-box { width: 100%; overflow: hidden; }

.index-probox .pro-scroll .scroll-list { width: 10000%; }

.index-probox .pro-scroll .scroll-list .list-item { float: left; width: 1%; }

.index-probox .pro-scroll .scroll-list .item-pic { float: left; width: 49.19643%; margin-right: 7.58929%; }

@media screen and (max-width: 1219px) { .index-probox .pro-scroll .scroll-list .item-pic { margin-right: 2.67857%; } }

@media screen and (max-width: 767px) { .index-probox .pro-scroll .scroll-list .item-pic { width: 220px; margin-right: 15px; } }

@media screen and (max-width: 480px) { .index-probox .pro-scroll .scroll-list .item-pic { float: none; width: 100%; margin: 0 auto 15px; } }

.index-probox .pro-scroll .scroll-list .item-body { overflow: hidden; }

.index-probox .pro-scroll .scroll-list .item-title { font-size: 24px; font-size: 2.4rem; line-height: 1.2; margin-bottom: 22px; margin-top: 13px; }

@media screen and (max-width: 1219px) { .index-probox .pro-scroll .scroll-list .item-title { margin-top: 0; margin-bottom: 15px; font-size: 22px; font-size: 2.2rem; } }

@media screen and (max-width: 991px) { .index-probox .pro-scroll .scroll-list .item-title { font-size: 18px; font-size: 1.8rem; margin-bottom: 10px; } }

@media screen and (max-width: 767px) { .index-probox .pro-scroll .scroll-list .item-title { font-size: 14px; font-size: 1.4rem; } }

.index-probox .pro-scroll .scroll-list .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 29px; height: 145px; }
.index-probox .pro-scroll .scroll-list .item-desc  a{ display:block;text-indent:2em; }

@media screen and (max-width: 1219px) { .index-probox .pro-scroll .scroll-list .item-desc { line-height: 26px; height: 130px; } }

@media screen and (max-width: 991px) { .index-probox .pro-scroll .scroll-list .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 22px; height: 110px; } }

@media screen and (max-width: 767px) { .index-probox .pro-scroll .scroll-list .item-desc { font-size: 12px; font-size: 1.2rem; line-height: 20px; height: 60px; } }

@media screen and (max-width: 480px) { .index-probox .pro-scroll .scroll-list .item-desc { height: auto; max-height: 100px; } }

/* index-probox end */
/* index-about start */
.index-about { background: url(/themes/simplebootx/style/images/bg1.jpg) no-repeat center; background-size: cover; padding: 93px 0 73px; margin-bottom: 100px; /* .item-videobox start */ /* .item-videobox end */ }

@media screen and (max-width: 1219px) { .index-about { padding: 70px 0; margin-bottom: 70px; } }

@media screen and (max-width: 991px) { .index-about { padding: 50px 0; margin-bottom: 50px; } }

@media screen and (max-width: 767px) { .index-about { padding: 30px 0; margin-bottom: 30px; } }

.index-about .item-videobox { float: right; width: 50%; margin-left: 5%; overflow: hidden; -webkit-border-radius: 10px; border-radius: 10px; }

.index-about .item-videobox .item-video { position: relative; overflow: hidden; padding-bottom: 61%; height: 0; }

.index-about .item-videobox .item-video iframe, .index-about .item-videobox .item-video video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; }

.index-about .item-videobox .item-video iframe body { margin: 0px !important; }

@media screen and (max-width: 1219px) { .index-about .item-videobox { margin-left: 2.5%; } }

@media screen and (max-width: 480px) { .index-about .item-videobox { float: none; width: 100%; margin: 0 auto 15px; } }

.index-about .item-title { font-size: 42px; font-size: 4.2rem; line-height: 1.2; text-transform: uppercase; margin-bottom: 34px; margin-top: -4px; }

.index-about .item-title, .index-about .item-title a { color: #fff; }

.index-about .item-title a:hover { color: #000 !important; }

@media screen and (max-width: 1219px) { .index-about .item-title { font-size: 36px; font-size: 3.6rem; margin-bottom: 20px; margin-top: 0; } }

@media screen and (max-width: 991px) { .index-about .item-title { font-size: 28px; font-size: 2.8rem; margin-bottom: 10px; } }

@media screen and (max-width: 767px) { .index-about .item-title { font-size: 22px; font-size: 2.2rem; } }

.index-about .item-subt { font-size: 20px; font-size: 2rem; line-height: 1.2; margin-bottom: 33px; }

.index-about .item-subt, .index-about .item-subt a { color: #fff; }

.index-about .item-subt a:hover { color: #000 !important; }

@media screen and (max-width: 1219px) { .index-about .item-subt { margin-bottom: 20px; font-size: 18px; font-size: 1.8rem; } }

@media screen and (max-width: 991px) { .index-about .item-subt { font-size: 16px; font-size: 1.6rem; margin-bottom: 10px; } }

@media screen and (max-width: 767px) { .index-about .item-subt { font-size: 14px; font-size: 1.4rem; } }

.index-about .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 28px; margin-bottom: 40px; overflow: visible; }

.index-about .item-desc, .index-about .item-desc a { color: #fff; }
.index-about .item-desc a{ display:block; text-indent:2em;}
.index-about .item-desc a:hover { color: #000 !important; }

@media screen and (max-width: 1219px) { .index-about .item-desc { line-height: 26px; margin-bottom: 25px; } }

@media screen and (max-width: 991px) { .index-about .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 22px; } }

@media screen and (max-width: 767px) { .index-about .item-desc { font-size: 12px; font-size: 1.2rem; line-height: 20px; margin-bottom: 20px; } }

.index-about .item-btn { display: inline-block; vertical-align: top; min-width: 160px; line-height: 24px; padding: 10px; background-color: #fff; background-color: rgba(255, 255, 255, 0.2); text-align: center; font-size: 16px; font-size: 1.6rem; color: #fff; text-transform: uppercase; }

.index-about .item-btn .iconfont { font-size: 14px; font-size: 1.4rem; }

.index-about .item-btn:hover { background-color: #000; }

@media screen and (max-width: 991px) { .index-about .item-btn { padding: 5px; min-width: 140px; font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 767px) { .index-about .item-btn { font-size: 12px; font-size: 1.2rem; min-width: 120px; }
  .index-about .item-btn .iconfont { font-size: 12px; font-size: 1.2rem; } }

/* index-about end */
/* index-app start */
.index-app { margin-bottom: 47px; }

@media screen and (max-width: 1219px) { .index-app { margin-bottom: 40px; } }

@media screen and (max-width: 991px) { .index-app { margin-bottom: 20px; } }

@media screen and (max-width: 767px) { .index-app { margin-bottom: 10px; } }

.index-app .box-list { font-size: 0; letter-spacing: 0; }

.index-app .box-list .list-item { display: inline-block; vertical-align: top; width: 48.33333%; margin-left: 3.33333%; border-top: solid 5px #2D7DC7; background-color: #F3F7FD; margin-bottom: 30px; }

@media screen and (max-width: 400px) { .index-app .box-list .list-item { width: 100%; margin-left: 0; margin-bottom: 20px; } }

.index-app .box-list .item-title { font-size: 20px; font-size: 2rem; line-height: 24px; margin-bottom: 11px; }

@media screen and (max-width: 1219px) { .index-app .box-list .item-title { font-size: 18px; font-size: 1.8rem; } }

@media screen and (max-width: 991px) { .index-app .box-list .item-title { font-size: 16px; font-size: 1.6rem; margin-bottom: 5px; } }

@media screen and (max-width: 767px) { .index-app .box-list .item-title { font-size: 14px; font-size: 1.4rem; line-height: 20px; } }

.index-app .box-list .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 30px; height: 60px; overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;}
.index-app .box-list .item-desc a{ display:block; text-indent:2em;}

@media screen and (max-width: 1219px) { .index-app .box-list .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 26px; height: 52px; } }

@media screen and (max-width: 991px) { .index-app .box-list .item-desc { line-height: 22px; height: 44px; } }

@media screen and (max-width: 767px) { .index-app .box-list .item-desc { font-size: 12px; font-size: 1.2rem; line-height: 20px; height: 40px; } }

.index-app .box-list .item-body { padding: 20px 30px 18px; }

@media screen and (max-width: 1219px) { .index-app .box-list .item-body { padding: 15px 20px; } }

@media screen and (max-width: 991px) { .index-app .box-list .item-body { padding: 15px; } }

@media screen and (max-width: 767px) { .index-app .box-list .item-body { padding: 10px; } }

@media screen and (max-width: 480px) { .index-app .box-list .item-body { padding: 10px 5px; } }

.index-app .box-list .item-btn { display: block; width: 100%; background-color: #2D7DC7; font-size: 14px; font-size: 1.4rem; line-height: 20px; padding: 20px 0; color: #fff; text-align: center; position: relative; }

.index-app .box-list .item-btn .iconfont { position: absolute; bottom: 0; right: 0; top: 0; font-size: 26px; font-size: 2.6rem; width: 60px; line-height: 60px; background-color: #67A5D3; }

.index-app .box-list .item-btn:hover { background-color: #67A5D3; }

.index-app .box-list .item-btn:hover .iconfont { background-color: #2D7DC7; }

@media screen and (max-width: 1219px) { .index-app .box-list .item-btn { padding: 15px 0; }
  .index-app .box-list .item-btn .iconfont { line-height: 50px; width: 50px; font-size: 22px; font-size: 2.2rem; } }

@media screen and (max-width: 991px) { .index-app .box-list .item-btn { padding: 10px 0; }
  .index-app .box-list .item-btn .iconfont { line-height: 40px; width: 40px; font-size: 18px; font-size: 1.8rem; } }

@media screen and (max-width: 767px) { .index-app .box-list .item-btn { padding: 5px 0; }
  .index-app .box-list .item-btn .iconfont { line-height: 30px; width: 30px; font-size: 14px; font-size: 1.4rem; } }

/* index-app end */
/* index-brand start */
.index-brand { margin-bottom: 60px; }

@media screen and (max-width: 1219px) { .index-brand { margin-bottom: 50px; } }

@media screen and (max-width: 991px) { .index-brand { margin-bottom: 30px; } }

@media screen and (max-width: 767px) { .index-brand { margin-bottom: 15px; } }

.index-brand .box-list { font-size: 0; letter-spacing: 0; }

.index-brand .box-list .list-item { display: inline-block; vertical-align: top; width: 14.16667%; margin-left: 3%; margin-bottom: 18px; }

@media screen and (max-width: 640px) { .index-brand .box-list .list-item { width: 31.33%; margin-left: 1% !important; margin-right: 1%; margin-bottom: 15px; } }

/* index-brand end */
/*-------------index end-------------------------------------------------------------------*/
.page_wrap { padding: 60px 0 100px; }

@media screen and (max-width: 1219px) { .page_wrap { padding-bottom: 70px; } }

@media screen and (max-width: 991px) { .page_wrap { padding: 50px 0; } }

@media screen and (max-width: 767px) { .page_wrap { padding: 30px 0; } }

/*-------------1-1-products start----------------------------------------------------------*/
.main .box-main { width: 860px; }

@media screen and (max-width: 1219px) { .main .box-main { width: 680px; } }

@media screen and (max-width: 991px) { .main .box-main { width: 100%; } }

.main .box-slide { width: 280px; }

@media screen and (max-width: 1219px) { .main .box-slide { width: 260px; } }

@media screen and (max-width: 991px) { .main .box-slide { width: 100%; margin: 50px 0 0; } }

@media screen and (max-width: 767px) { .main .box-slide { margin: 30px 0 0; } }

/* pro1-top start */
.pro1-top .item-title { font-family: "Microsoft YaHei", "Î¢ÈíÑÅºÚ"; font-size: 24px; font-size: 2.4rem; line-height: 1.2; margin-bottom: 10px; }

@media screen and (max-width: 1219px) { .pro1-top .item-title { font-size: 22px; font-size: 2.2rem; } }

@media screen and (max-width: 991px) { .pro1-top .item-title { font-size: 20px; font-size: 2.0rem; } }

@media screen and (max-width: 767px) { .pro1-top .item-title { font-size: 18px; font-size: 1.8rem; } }

.pro1-top .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 30px; margin-bottom: 28px; }

.pro1-top .item-desc p { min-height: 30px; text-indent:2em; }

.pro1-top .item-desc, .pro1-top .item-desc a { color: #666; }

@media screen and (max-width: 1219px) { .pro1-top .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 26px; margin-bottom: 20px; }
  .pro1-top .item-desc p { min-height: 26px; } }

@media screen and (max-width: 991px) { .pro1-top .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 24px; }
  .pro1-top .item-desc p { min-height: 24px; } }

@media screen and (max-width: 767px) { .pro1-top .item-desc { font-size: 12px; font-size: 1.2rem; line-height: 20px; }
  .pro1-top .item-desc p { min-height: 20px; } }

/* pro1-top end */
/* .pro1-list start */
.pro1-list { font-size: 0; letter-spacing: 0; padding-bottom: 40px; }

@media screen and (max-width: 991px) { .pro1-list { padding-bottom: 20px; } }

@media screen and (max-width: 767px) { .pro1-list { padding-bottom: 10px; } }

.pro1-list .list-item { display: inline-block; vertical-align: top; width: 47.67442%; margin-left: 4.65116%; margin-bottom: 50px; text-align: center; }

@media screen and (max-width: 1219px) { .pro1-list .list-item { margin-bottom: 30px; width: 49%; margin-left: 2%; } }

@media screen and (max-width: 480px) { .pro1-list .list-item { margin-bottom: 20px; } }

.pro1-list .item-pic { margin-bottom: 28px; }

@media screen and (max-width: 1219px) { .pro1-list .item-pic { margin-bottom: 15px; } }

.pro1-list .item-title { font-size: 18px; font-size: 1.8rem; line-height: 24px; margin-bottom: 11px; text-align: center; }

@media screen and (max-width: 1219px) { .pro1-list .item-title { margin-bottom: 10px; font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 767px) { .pro1-list .item-title { font-size: 14px; font-size: 1.4rem; margin-bottom: 5px; line-height: 20px; } }

.pro1-list .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 30px; height: 60px; margin-bottom: 15px;overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical; }
.pro1-list .item-desc a{ display:block; text-indent:2em;}

@media screen and (max-width: 1219px) { .pro1-list .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 24px; height: 48px; } }

@media screen and (max-width: 767px) { .pro1-list .item-desc { font-size: 12px; font-size: 1.2rem; line-height: 20px; height: 40px; margin-bottom: 10px; } }

.pro1-list .item-btnbox { font-size: 0; letter-spacing: 0; text-align: center; }

.pro1-list .item-btnbox input { display: inline-block; vertical-align: middle; margin-right: 20px; }

@media screen and (max-width: 767px) { .pro1-list .item-btnbox input { margin-right: 5px; } }

.pro1-list .item-btn { text-align: center; display: inline-block; vertical-align: middle; min-width: 122px; border: solid 1px #2D7DC7; font-size: 16px; font-size: 1.6rem; line-height: 20px; padding: 5px; font-family: "Microsoft YaHei", "Î¢ÈíÑÅºÚ"; color: #2D7DC7; }

.pro1-list .item-btn:hover { background-color: #2D7DC7; color: #fff; }

@media screen and (max-width: 1219px) { .pro1-list .item-btn { font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 767px) { .pro1-list .item-btn { min-width: 95px; padding: 3px; font-size: 12px; font-size: 1.2rem; } }

/* .pro1-list end */
/* proslide start */
.proslide .box-title { font-size: 20px; font-size: 2rem; line-height: 26px; font-family: "Microsoft YaHei", "Î¢ÈíÑÅºÚ"; background: url(/themes/simplebootx/style/images/web4.jpg) no-repeat center; background-size: cover; text-transform: uppercase; position: relative; }

.proslide .box-title p, .proslide .box-title a { display: block; color: #fff; padding: 16px; }

.proslide .box-title.box-title2 { display: none; }

@media screen and (max-width: 1219px) { .proslide .box-title p, .proslide .box-title a { padding: 12px 15px; } }

@media screen and (max-width: 991px) { .proslide .box-title { font-size: 18px; font-size: 1.8rem; line-height: 24px; }
  .proslide .box-title p, .proslide .box-title a { padding: 8px 15px; }
  .proslide .box-title.box-title1 { display: none; }
  .proslide .box-title.box-title2 { display: block; }
  .proslide .box-title.box-title2 p { padding-right: 40px; } }

.proslide .slide-yiji { margin-top: 20px; }

@media screen and (max-width: 1219px) { .proslide .slide-yiji { margin-top: 10px; } }

.proslide .slide-yiji > li { margin-bottom: 15px; width: 100%; }

@media screen and (max-width: 1219px) { .proslide .slide-yiji > li { margin-bottom: 10px; } }

.proslide .slide-yiji > li > a { display: block; font-size: 16px; font-size: 1.6rem; color: #333; line-height: 20px; padding: 19px 30px 19px 20px; background-color: #F1F1F1; position: relative; }

.proslide .slide-yiji > li > a .iconfont { position: absolute; right: 0; color: #2D7DC7; top: 19px; right: 10px; }

@media screen and (max-width: 1219px) { .proslide .slide-yiji > li > a { font-size: 14px; font-size: 1.4rem; padding-top: 10px; padding-bottom: 10px; padding-left: 15px; }
  .proslide .slide-yiji > li > a .iconfont { top: 10px; } }

.proslide .slide-yiji > li:hover > a, .proslide .slide-yiji > li.active > a { background-color: #2D7DC7; color: #FFFFFF; }

.proslide .slide-yiji > li:hover > a .iconfont, .proslide .slide-yiji > li.active > a .iconfont { color: #fff; }

.proslide .slide-erji { padding: 10px 15px 17px; background-color: #F7F7F7; }

@media screen and (max-width: 1219px) { .proslide .slide-erji { padding-top: 5px; padding-left: 15px; padding-right: 15px; padding-bottom: 5px; } }

.proslide .slide-erji > li > a { display: block; font-size: 14px; font-size: 1.4rem; line-height: 20px; color: #666; padding: 10px 0 10px 21px; position: relative; }

.proslide .slide-erji > li > a .iconfont { font-size: 15px; font-size: 1.5rem; color: #000; position: absolute; left: 0; top: 11px; }

@media screen and (max-width: 1219px) { .proslide .slide-erji > li > a { padding: 8px 0 8px 20px; font-size: 12px; font-size: 1.2rem; }
  .proslide .slide-erji > li > a .iconfont { top: 8px; font-size: 14px; font-size: 1.4rem; } }

.proslide .slide-erji > li:hover > a, .proslide .slide-erji > li.active > a { color: #2D7DC7 !important; }

.proslide .slide-erji > li:hover > a .iconfont, .proslide .slide-erji > li.active > a .iconfont { color: #2D7DC7; }

.proslide .slide-sanji > li > a { display: block; padding: 5px 0 5px 21px; line-height: 20px; color: #666; }

@media screen and (max-width: 1219px) { .proslide .slide-sanji > li > a { padding-left: 20px; font-size: 12px; font-size: 1.2rem; } }

.proslide .slide-sanji > li:hover > a, .proslide .slide-sanji > li.active > a { color: #2D7DC7 !important; }

/* proslide end */
.slide-title { font-size: 20px; font-size: 2rem; text-transform: uppercase; font-family: "Microsoft YaHei", "Î¢ÈíÑÅºÚ"; line-height: 24px; padding-bottom: 17px; border-bottom: solid 3px #666; }

.slide-title a { display: inline-block; }

.slide-title a:hover { color: #2D7DC7; }

@media screen and (max-width: 1219px) { .slide-title { padding-bottom: 10px; font-size: 18px; font-size: 1.8rem; } }

/* news-slide start */
.news-slide { margin-top: 33px; }

@media screen and (max-width: 1219px) { .news-slide { margin-top: 25px; } }

.news-slide .box-list { padding-top: 8px; }

.news-slide .box-list .list-item { background: url(/themes/simplebootx/style/images/web5.png) repeat-x bottom; padding: 9px 0 13px; }

.news-slide .box-list .item-title { font-size: 16px; font-size: 1.6rem; line-height: 30px; max-height: 60px; margin-bottom: 10px; }

@media screen and (max-width: 1219px) { .news-slide .box-list .item-title { font-size: 14px; font-size: 1.4rem; line-height: 24px; max-height: 48px; } }

.news-slide .box-list .item-date { color: #666; font-size: 14px; font-size: 1.4rem; margin-bottom: 6px; }

.news-slide .box-list .item-date .iconfont { font-size: 15px; font-size: 1.5rem; color: #666; vertical-align: middle; }

@media screen and (max-width: 1219px) { .news-slide .box-list .item-date { font-size: 12px; font-size: 1.2rem; } }

.news-slide .box-list .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 28px; max-height: 56px; }

.news-slide .box-list .item-desc, .news-slide .box-list .item-desc a { color: #666; }

@media screen and (max-width: 1219px) { .news-slide .box-list .item-desc { font-size: 12px; font-size: 1.2rem; line-height: 24px; max-height: 48px; } }

/* news-slide end */
.slide-tags { margin-top: 34px; }

@media screen and (max-width: 1219px) { .slide-tags { margin-top: 25px; } }

.slide-tags .item-desc { padding-top: 22px; font-size: 16px; font-size: 1.6rem; line-height: 30px; word-break: break-word; }

.slide-tags .item-desc, .slide-tags .item-desc a { color: #666; }

.slide-tags .item-desc a:hover { color: #2D7DC7; }

@media screen and (max-width: 1219px) { .slide-tags .item-desc { padding-top: 15px; font-size: 14px; font-size: 1.4rem; line-height: 24px; } }

@media screen and (max-width: 767px) { .slide-tags .item-desc { padding-top: 15px; font-size: 12px; font-size: 1.2rem; line-height: 20px; } }

/*-------------1-1-products end------------------------------------------------------------*/
/*-------------1-2-products start----------------------------------------------------------*/
.m-prob1 { margin-bottom: 48px; }

@media screen and (max-width: 1219px) { .m-prob1 { margin-bottom: 30px; } }

@media screen and (max-width: 767px) { .m-prob1 { margin-bottom: 20px; } }

.m-prob1 .prob-pic { width: 600px; margin-left: 40px; float: right; }

@media screen and (max-width: 1219px) { .m-prob1 .prob-pic { float: none; margin: 0 auto; } }

.m-prob1 .prob-pic-big { position: relative; border: solid 0 #A4A4A4; }

.m-prob1 .prob-pic-big-img { display: block; line-height: 0; font-size: 0; }

.m-prob1 .prob-pic-big-img .zoomPad { float: none; z-index: 8; }

.m-prob1 .zoomWrapperImage img { max-width: 1200px; }

.m-prob1 .prob-pic-small { position: relative; margin-top: 19px; padding: 0 30px; overflow: hidden; }

.m-prob1 .prob-pic-btn { position: absolute; top: 0; bottom: 0; display: block; cursor: pointer; background-color: #F5F5F5; width: 20px; }

.m-prob1 .prob-pic-btn .iconfont { color: #333; font-size: 14px; font-size: 1.4rem; position: absolute; top: 50%; margin-top: -7px; display: block; left: 0; text-align: center; right: 0; }

.m-prob1 .prob-pic-btn:hover { background-color: #2D7DC7; }

.m-prob1 .prob-pic-btn:hover .iconfont { color: #fff; }

.m-prob1 .prob-pic-btn.prev { left: 0; }

.m-prob1 .prob-pic-btn.next { right: 0; }

@media screen and (max-width: 767px) { .m-prob1 .prob-pic-btn { height: 40px; top: 50%; margin-top: -20px; } }

.m-prob1 .prob-pic-list { overflow: hidden; }

.m-prob1 .prob-pic-list ul { width: 10000%; overflow: hidden; }

.m-prob1 .prob-pic-list li { position: relative; float: left; margin-right: 0.02222%; width: 0.31852%; overflow: hidden; }

.m-prob1 .prob-pic-item .item-pics { border: transparent 1px solid; overflow: visible; position: relative; }

.m-prob1 .prob-pic-item .item-pics.zoomThumbActive { border-color: #2D7DC7; }

.m-prob1 .prob-pic-item .item-pics.zoomThumbActive:before { display: block; }

.m-prob1 .prob-pic-item .item-pics img { display: block; width: 100%; }

@media screen and (max-width: 1219px) { .zoomPad { cursor: default !important; }
  .zoomPup { display: none !important; }
  .zoomWindow { display: none !important; }
  .zoomPreload { display: none !important; }
  .m-prob1 { margin-top: 0; } }

@media screen and (max-width: 767px) { .m-prob1 .prob-pic { width: 100%; }
  .m-prob1 .prob-pic-big { display: none; }
  .m-prob1 .prob-pic-small { margin-top: 0; padding: 0 35px; }
  .m-prob1 .prob-pic-list ul li { margin-right: .02%; width: 0.32%; }
  .m-prob1 .prob-pic-item .item-pics.zoomThumbActive { border: 0; } }

@media screen and (max-width: 640px) { .m-prob1 .prob-pic-list ul li { margin-right: .02%; width: 0.49%; } }

@media screen and (max-width: 480px) { .m-prob1 .prob-pic-list ul li { margin-right: 0%; width: 1%; } }

/* pro-info */
.pro-info { overflow: hidden; }

@media screen and (max-width: 1219px) { .pro-info { width: 100%; margin: 30px auto 0; } }

@media screen and (max-width: 767px) { .pro-info { margin-top: 20px; } }

.pro-info > .item-title { font-family: "Microsoft YaHei", "Î¢ÈíÑÅºÚ"; font-size: 26px; font-size: 2.6rem; line-height: 1.2; margin-bottom: 7px; margin-top: 0; }

@media screen and (max-width: 1219px) { .pro-info > .item-title { margin-top: 0; font-size: 24px; font-size: 2.4rem; } }

@media screen and (max-width: 991px) { .pro-info > .item-title { font-size: 22px; font-size: 2.2rem; margin-bottom: 20px; } }

@media screen and (max-width: 767px) { .pro-info > .item-title { font-size: 18px; font-size: 1.8rem; margin-bottom: 10px; } }

.pro-info .item-body { padding-bottom: 20px; min-height: 315px; font-size: 16px; font-size: 1.6rem; line-height: 30px; }

.pro-info .item-body p { min-height: 30px; text-indent:2em; }

.pro-info .item-body, .pro-info .item-body a { color: #666; }

.pro-info .item-body img, .pro-info .item-body iframe { max-width: 100%; }

@media screen and (max-width: 1219px) { .pro-info .item-body { height: auto; min-height: auto; line-height: 26px; }
  .pro-info .item-body p { min-height: 26px; } }

@media screen and (max-width: 991px) { .pro-info .item-body { line-height: 24px; font-size: 14px; font-size: 1.4rem; }
  .pro-info .item-body p { min-height: 24px; } }

@media screen and (max-width: 767px) { .pro-info .item-body { line-height: 20px; font-size: 12px; font-size: 1.2rem; }
  .pro-info .item-body p { min-height: 20px; } }

.pro-info .pro-share { margin-bottom: 58px; }

@media screen and (max-width: 1219px) { .pro-info .pro-share { margin-bottom: 20px; } }

.pro-info .pro-share .share-title { color: #999; font-size: 16px; font-size: 1.6rem; }

@media screen and (max-width: 991px) { .pro-info .pro-share .share-title { font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 767px) { .pro-info .pro-share .share-title { font-size: 12px; font-size: 1.2rem; } }

.pro-info .item-btns { font-size: 0; letter-spacing: 0; }

.pro-info .item-btn { display: inline-block; vertical-align: middle; min-width: 170px; line-height: 24px; padding: 15px 10px 16px; -webkit-border-radius: 5px; border-radius: 5px; background-color: #9C9C9C; color: #fff; text-align: center; font-size: 16px; font-size: 1.6rem; }

.pro-info .item-btn:first-child { margin-right: 15px; }

.pro-info .item-btn:hover { background-color: #2D7DC7; border-color: #2D7DC7; color: #fff; }

@media screen and (max-width: 1219px) { .pro-info .item-btn { padding: 8px; font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 767px) { .pro-info .item-btn { line-height: 20px; padding: 5px; min-width: 130px; font-size: 12px; font-size: 1.2rem; } }

.pro2-title { font-size: 30px; font-size: 3rem; text-transform: uppercase; font-family: "Microsoft YaHei", "Î¢ÈíÑÅºÚ"; border-bottom: solid 1px #DCDCDC; position: relative; padding-bottom: 23px; }

.pro2-title, .pro2-title a { color: #2D7DC7; }

.pro2-title:after { position: absolute; content: ''; width: 160px; height: 3px; background-color: #2D7DC7; bottom: -2px; left: 0; }

.pro2-title a:hover { color: #2D7DC7; }

@media screen and (max-width: 1219px) { .pro2-title { font-size: 26px; font-size: 2.6rem; padding-bottom: 15px; } }

@media screen and (max-width: 991px) { .pro2-title { font-size: 22px; font-size: 2.2rem; padding-bottom: 12px; } }

@media screen and (max-width: 767px) { .pro2-title { font-size: 20px; font-size: 2rem; padding-bottom: 10px; } }

.pro2-title1 { font-size: 24px; font-size: 2.4rem; text-transform: capitalize; font-family: "Microsoft YaHei", "Î¢ÈíÑÅºÚ"; border-bottom: solid 1px #DCDCDC; position: relative; padding-bottom: 24px; }

.pro2-title1, .pro2-title1 a { color: #2D7DC7; }

.pro2-title1:after { position: absolute; content: ''; width: 160px; height: 3px; background-color: #2D7DC7; bottom: -2px; left: 0; }

.pro2-title1 a:hover { color: #2D7DC7; }

@media screen and (max-width: 1219px) { .pro2-title1 { font-size: 20px; font-size: 2.0rem; padding-bottom: 15px; } }

@media screen and (max-width: 991px) { .pro2-title1 { font-size: 18px; font-size: 1.8rem; padding-bottom: 12px; } }

@media screen and (max-width: 767px) { .pro2-title1 { font-size: 16px; font-size: 1.6rem; padding-bottom: 10px; } }

.pro2-spec { padding: 22px 0 48px; font-size: 16px; font-size: 1.6rem; line-height: 30px; }

.pro2-spec p { min-height: 30px; text-indent:2em}

.pro2-spec, .pro2-spec a { color: #333; }

.pro2-spec img, .pro2-spec iframe { max-width: 100%; }

.pro2-spec strong { font-weight: normal; font-family: "Microsoft YaHei", "Î¢ÈíÑÅºÚ"; }

.pro2-spec .table table tr:first-child td { font-family: "Microsoft YaHei", "Î¢ÈíÑÅºÚ"; }

.pro2-spec .table table tr td { background-color: #ddebf7; border-color: #fff; text-align: center; }

.pro2-spec .table table tr td:first-child { background-color: #bdd7ee; }

@media screen and (max-width: 1219px) { .pro2-spec { padding-bottom: 30px; line-height: 26px; }
  .pro2-spec p { min-height: 26px; } }

@media screen and (max-width: 991px) { .pro2-spec { font-size: 14px; font-size: 1.4rem; line-height: 24px; }
  .pro2-spec p { min-height: 24px; } }

@media screen and (max-width: 767px) { .pro2-spec { padding: 20px 0; font-size: 12px; font-size: 1.2rem; line-height: 20px; }
  .pro2-spec p { min-height: 20px; } }

.fea-box { padding: 41px 0 42px; }

@media screen and (max-width: 767px) { .fea-box { padding: 20px 0; } }

.fea-box .list-item { position: relative; }

.fea-box .item-pic { float: right; width: 70%; }

@media screen and (max-width: 767px) { .fea-box .item-pic { width: 100%; float: none; } }

.fea-box .item-body { width: 38%; background: url(/themes/simplebootx/style/images/web3.png) no-repeat top left; background-size: 100% 100%; position: absolute; height: 102.17391%; left: 0; bottom: 0; padding: 50px 90px 30px 45px; font-size: 16px; font-size: 1.6rem; line-height: 30px; }

.fea-box .item-body p { min-height: 30px; }

.fea-box .item-body, .fea-box .item-body a { color: #fff; }

.fea-box .item-body em { font-style: normal; display: inline-block; position: relative; padding-left: 16px; }

.fea-box .item-body em:before { position: absolute; content: '-'; left: 0; top: 0; }

@media screen and (max-width: 1219px) { .fea-box .item-body { font-size: 14px; font-size: 1.4rem; line-height: 24px; padding: 15px 70px 15px 20px; }
  .fea-box .item-body p { min-height: 24px; } }

@media screen and (max-width: 991px) { .fea-box .item-body { padding: 10px 50px 15px 15px; font-size: 14px; font-size: 1.4rem; line-height: 20px; }
  .fea-box .item-body p { min-height: 20px; }
  .fea-box .item-body em { padding-left: 11px; } }

@media screen and (max-width: 767px) { .fea-box .item-body { position: relative; height: auto; bottom: auto; width: 100%; background-image: none; background-color: #2D7DC7; padding: 15px; font-size: 12px; font-size: 1.2rem; line-height: 20px; }
  .fea-box .item-body p { min-height: 20px; } }

.pro2-list1 { font-size: 0; letter-spacing: 0; padding: 37px 0 28px; }

@media screen and (max-width: 991px) { .pro2-list1 { padding: 30px 0 20px; } }

@media screen and (max-width: 767px) { .pro2-list1 { padding-bottom: 10px; } }

.pro2-list1 .list-item { display: inline-block; vertical-align: top; width: 31.08333%; margin-left: 3.375%; margin-bottom: 30px; }

@media screen and (max-width: 991px) { .pro2-list1 .list-item { width: 32%; margin-left: 2%; } }

@media screen and (max-width: 767px) { .pro2-list1 .list-item { margin-bottom: 20px; } }

@media screen and (max-width: 640px) { .pro2-list1 .list-item { width: 48%; margin-left: 1% !important; margin-right: 1%; } }

.pro2-list1 .item-pic { border: solid 2px #2D7DC7; margin-bottom: 13px; }

@media screen and (max-width: 767px) { .pro2-list1 .item-pic { margin-bottom: 10px; } }

@media screen and (max-width: 400px) { .pro2-list1 .item-pic { margin-bottom: 5px; } }

.pro2-list1 .item-title { font-size: 16px; font-size: 1.6rem; border: solid 2px #2D7DC7; background-color: #F5F6F7; line-height: 22px; padding: 10px 80px 10px 21px; position: relative; overflow: visible; }

.pro2-list1 .item-title .img { position: absolute; bottom: -2px; right: -4px; top: -4px; }

.pro2-list1 .item-title .img img { height: 100%; }

@media screen and (max-width: 991px) { .pro2-list1 .item-title { padding: 8px 70px 8px 10px; font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 767px) { .pro2-list1 .item-title { padding: 5px 55px 5px 10px; font-size: 12px; font-size: 1.2rem; line-height: 20px; } }

@media screen and (max-width: 400px) { .pro2-list1 .item-title { padding: 3px; }
  .pro2-list1 .item-title .img { display: none; } }

.cer-list { font-size: 0; letter-spacing: 0; padding: 30px 0 20px; }

.cer-list .list-item { display: inline-block; vertical-align: top; width: 17.5%; margin-left: 3.125%; margin-bottom: 30px; }

@media screen and (max-width: 991px) { .cer-list .list-item { width: 31.33%; margin-left: 1% !important; margin-right: 1%; } }

@media screen and (max-width: 767px) { .cer-list .list-item { margin-bottom: 20px; } }

@media screen and (max-width: 400px) { .cer-list .list-item { width: 48%; } }

.cer-list .item-pic { border: solid 1px #E3E3E3; margin-bottom: 15px; }

.cer-list .item-pic:hover { border-color: #2D7DC7; }

@media screen and (max-width: 991px) { .cer-list .item-pic { margin-bottom: 10px; } }

@media screen and (max-width: 767px) { .cer-list .item-pic { margin-bottom: 5px; } }

.cer-list .item-title { font-size: 16px; font-size: 1.6rem; line-height: 24px; text-align: center; }

@media screen and (max-width: 1219px) { .cer-list .item-title { font-size: 14px; font-size: 1.4rem; line-height: 20px; } }

@media screen and (max-width: 767px) { .cer-list .item-title { font-size: 12px; font-size: 1.2rem; line-height: 16px; } }

.pro2-tags { font-size: 16px; font-size: 1.6rem; line-height: 24px; word-break: break-word; }

.pro2-tags, .pro2-tags a { color: #666; }

.pro2-tags a:hover { color: #2D7DC7; }

@media screen and (max-width: 991px) { .pro2-tags { font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 767px) { .pro2-tags { font-size: 12px; font-size: 1.2rem; line-height: 20px; } }

.related-box { background-color: #F4F4F4; padding: 57px 0 77px; }

@media screen and (max-width: 1219px) { .related-box { padding-bottom: 70px; } }

@media screen and (max-width: 991px) { .related-box { padding: 50px 0; } }

@media screen and (max-width: 767px) { .related-box { padding: 30px 0; } }

.related-box .pro2-title { padding-bottom: 17px; }

@media screen and (max-width: 1219px) { .related-box .pro2-title { padding-bottom: 15px; } }

@media screen and (max-width: 991px) { .related-box .pro2-title { padding-bottom: 12px; } }

@media screen and (max-width: 767px) { .related-box .pro2-title { padding-bottom: 10px; } }

.related-box .related-scroll { position: relative; }

.related-box .related-scroll .scroll-btns { font-size: 0; letter-spacing: 0; position: absolute; right: 0; top: -55px; }

.related-box .related-scroll .scroll-btns .scroll-btn { display: inline-block; vertical-align: middle; cursor: pointer; font-size: bold; color: #D6D6D6; font-size: 36px; font-size: 3.6rem; }

.related-box .related-scroll .scroll-btns .scroll-btn:hover { color: #2D7DC7; }

.related-box .related-scroll .scroll-btns .scroll-btn.prev { margin-right: 14px; }

@media screen and (max-width: 1219px) { .related-box .related-scroll .scroll-btns { top: -40px; }
  .related-box .related-scroll .scroll-btns .scroll-btn { font-size: 28px; font-size: 2.8rem; }
  .related-box .related-scroll .scroll-btns .scroll-btn.prev { margin-right: 10px; } }

@media screen and (max-width: 767px) { .related-box .related-scroll .scroll-btns { top: -30px; }
  .related-box .related-scroll .scroll-btns .scroll-btn { font-size: 24px; font-size: 2.4rem; }
  .related-box .related-scroll .scroll-btns .scroll-btn.prev { margin-right: 5px; } }

.related-box .related-scroll .scroll-list-box { width: 100%; overflow: hidden; }

.related-box .related-scroll .scroll-list { width: 10000%; padding-top: 26px; }

@media screen and (max-width: 767px) { .related-box .related-scroll .scroll-list { padding-top: 25px; } }

.related-box .related-scroll .scroll-list .list-item { float: left; width: 0.31667%; margin-right: 0.025%; text-align: center; position: relative; }

@media screen and (max-width: 767px) { .related-box .related-scroll .scroll-list .list-item { width: 0.32%; margin-right: 0.02%; } }

@media screen and (max-width: 480px) { .related-box .related-scroll .scroll-list .list-item { width: 0.49%; margin-right: 0.02%; } }

.related-box .related-scroll .scroll-list .item-pic { margin-bottom: 29px; }

@media screen and (max-width: 1219px) { .related-box .related-scroll .scroll-list .item-pic { margin-bottom: 15px; } }

@media screen and (max-width: 767px) { .related-box .related-scroll .scroll-list .item-pic { margin-bottom: 10px; } }

.related-box .related-scroll .scroll-list .item-title { font-size: 18px; font-size: 1.8rem; line-height: 24px; margin-bottom: 21px; text-align: center; }

@media screen and (max-width: 1219px) { .related-box .related-scroll .scroll-list .item-title { margin-bottom: 10px; font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 767px) { .related-box .related-scroll .scroll-list .item-title { font-size: 14px; font-size: 1.4rem; } }

.related-box .related-scroll .scroll-list .item-btn { font-size: 16px; font-size: 1.6rem; display: inline-block; min-width: 122px; line-height: 20px; padding: 6px; background-color: #B8B8B8; text-align: center; color: #fff; }

.related-box .related-scroll .scroll-list .item-btn:hover { background-color: #2D7DC7; }

@media screen and (max-width: 1219px) { .related-box .related-scroll .scroll-list .item-btn { font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 767px) { .related-box .related-scroll .scroll-list .item-btn { font-size: 12px; font-size: 1.2rem; min-width: 90px; padding: 4px; } }

/*-------------1-2-products end------------------------------------------------------------*/
/*-------------2-1-about start-------------------------------------------------------------*/
.about-bar { font-size: 0; letter-spacing: 0; position: relative; background-color: #E9E7E7; text-align: center; }

.about-bar > a { display: inline-block; vertical-align: top; min-width: 170px; font-size: 18px; font-size: 1.8rem; font-family: "Microsoft YaHei", "Î¢ÈíÑÅºÚ"; padding: 10px; line-height: 24px; position: relative; }

.about-bar > a:before { position: absolute; content: '\e73b'; font-family: "iconfont" !important; font-size: 24px; font-size: 2.4rem; font-style: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; bottom: -8px; left: 0; right: 0; margin: 0 auto; color: #2D7DC7; display: none; z-index: -1; }

.about-bar > a:hover, .about-bar > a.active { background-color: #2D7DC7; color: #fff; }

.about-bar > a:hover:before, .about-bar > a.active:before { display: block; }

@media screen and (max-width: 767px) { .about-bar > a { font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 640px) { .about-bar > a { font-size: 14px; font-size: 1.4rem; padding: 6px 10px; min-width: auto; } }

@media screen and (max-width: 480px) { .about-bar > a { width: 50%; }
  .about-bar > a.item3 { width: 100%; float: none; }
  .about-bar > a:hover:before, .about-bar > a.active:before { display: none; } }

.about-bar .item1 { float: left; }

@media screen and (max-width: 480px) { .about-bar .item1 { float: none; } }

.about-bar .item3 { float: right; }

@media screen and (max-width: 480px) { .about-bar .item3 { float: none; } }

.about1-title { text-align: center; font-family: "Microsoft YaHei", "Î¢ÈíÑÅºÚ"; font-size: 36px; font-size: 3.6rem; line-height: 1.2; color: #2D7DC7; }

@media screen and (max-width: 1219px) { .about1-title { font-size: 30px; font-size: 3rem; } }

@media screen and (max-width: 991px) { .about1-title { font-size: 26px; font-size: 2.6rem; } }

@media screen and (max-width: 767px) { .about1-title { font-size: 22px; font-size: 2.2rem; } }

.about1-box1 { padding: 38px 0 58px; }

@media screen and (max-width: 991px) { .about1-box1 { padding-bottom: 50px; } }

@media screen and (max-width: 767px) { .about1-box1 { padding: 30px 0; } }

.about1-box1 .item-desc { text-align: center; margin-top: 24px; font-size: 16px; font-size: 1.6rem; line-height: 30px; }

.about1-box1 .item-desc p { min-height: 30px; }

.about1-box1 .item-desc, .about1-box1 .item-desc a { color: #333; }

.about1-box1 .item-desc img, .about1-box1 .item-desc iframe { max-width: 100%; }

@media screen and (max-width: 1219px) { .about1-box1 .item-desc { line-height: 26px; }
  .about1-box1 .item-desc p { min-height: 26px; } }

@media screen and (max-width: 991px) { .about1-box1 .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 24px; }
  .about1-box1 .item-desc p { min-height: 24px; } }

@media screen and (max-width: 767px) { .about1-box1 .item-desc { margin-top: 20px; font-size: 12px; font-size: 1.2rem; line-height: 20px; }
  .about1-box1 .item-desc p { min-height: 20px; } }

.about1-box2 { background: url(/themes/simplebootx/style/images/bg2.jpg) no-repeat center; background-attachment: fixed; position: relative; padding: 33px 0 35px; }

.about1-box2:before { position: absolute; content: ''; top: 0; bottom: 0; left: 0; right: 0; background: url(/themes/simplebootx/style/images/bg2.jpg) no-repeat center; background-size: cover; z-index: -1; }

@media screen and (max-width: 767px) { .about1-box2 { padding: 30px 0; } }

.about1-box2 .box-subt { font-size: 18px; font-size: 1.8rem; line-height: 24px; text-align: center; }

.about1-box2 .box-subt strong { font-family: "Microsoft YaHei", "Î¢ÈíÑÅºÚ"; font-weight: normal; color: #2D7DC7; }

@media screen and (max-width: 991px) { .about1-box2 .box-subt { font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 767px) { .about1-box2 .box-subt { font-size: 14px; font-size: 1.4rem; } }

.about1-box2 .box-list { font-size: 0; letter-spacing: 0; padding-top: 32px; }

@media screen and (max-width: 767px) { .about1-box2 .box-list { padding-top: 20px; } }

.about1-box2 .box-list .list-item { display: inline-block; vertical-align: top; width: 23.75%; margin-left: 1.66667%; text-align: center; margin-bottom: 30px; }

@media screen and (max-width: 1219px) { .about1-box2 .box-list .list-item { width: 48%; margin-left: 1% !important; margin-right: 1%; margin-bottom: 25px; } }

@media screen and (max-width: 400px) { .about1-box2 .box-list .list-item { width: 98%; } }

.about1-box2 .box-list .item-title { width: 126px; height: 126px; border: solid 6px #2D7DC7; border: solid 6px rgba(45, 125, 199, 0.2); -webkit-border-radius: 50%; border-radius: 50%; margin: 0 auto 9px; font-size: 18px; font-size: 1.8rem; line-height: 30px; color: #fff; font-family: "Microsoft YaHei", "Î¢ÈíÑÅºÚ"; }

.about1-box2 .box-list .item-title .item-table { background-color: #2D7DC7; padding: 0 12px; }

@media screen and (max-width: 991px) { .about1-box2 .box-list .item-title { width: 110px; height: 110px; font-size: 16px; font-size: 1.6rem; line-height: 24px; }
  .about1-box2 .box-list .item-title .item-table { padding: 0 9px; } }

@media screen and (max-width: 767px) { .about1-box2 .box-list .item-title { width: 90px; height: 90px; font-size: 14px; font-size: 1.4rem; line-height: 20px; margin: 0 auto 5px; }
  .about1-box2 .box-list .item-title .item-table { padding: 0 9px; } }

.about1-box2 .box-list .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 30px; }

.about1-box2 .box-list .item-desc p { min-height: 30px; }

.about1-box2 .box-list .item-desc, .about1-box2 .box-list .item-desc a { color: #333; }

@media screen and (max-width: 1219px) { .about1-box2 .box-list .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 26px; }
  .about1-box2 .box-list .item-desc p { min-height: 26px; } }

@media screen and (max-width: 991px) { .about1-box2 .box-list .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 22px; }
  .about1-box2 .box-list .item-desc p { min-height: 22px; } }

@media screen and (max-width: 767px) { .about1-box2 .box-list .item-desc { font-size: 12px; font-size: 1.2rem; line-height: 20px; }
  .about1-box2 .box-list .item-desc p { min-height: 20px; } }

.about1-box3 { padding: 60px 0 52px; }

@media screen and (max-width: 991px) { .about1-box3 { padding: 50px 0; } }

@media screen and (max-width: 767px) { .about1-box3 { padding: 30px 0; } }

.about1-box3 .ex-scroll { position: relative; }

.about1-box3 .ex-scroll .box-bd { width: 100%; overflow: hidden; }

.about1-box3 .ex-scroll .box-list { width: 10000%; }

.about1-box3 .ex-scroll .box-list .list-wp { float: left; width: 1%; position: relative; font-size: 0; letter-spacing: 0; }

.about1-box3 .ex-scroll .box-list .item-pic { width: 100%; }

.about1-box3 .ex-scroll .box-page { position: absolute; bottom: 0; right: 0; font-size: 0; letter-spacing: 0; background-color: #fff; background-color: rgba(255, 255, 255, 0.8); -webkit-border-radius: 12px 0 0; border-radius: 12px 0 0; padding: 17px 20px; }

.about1-box3 .ex-scroll .box-page .page-item { margin: 0 6px; display: inline-block; vertical-align: top; width: 12px; height: 12px; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; -webkit-border-radius: 50%; border-radius: 50%; border: solid 1px #2D7DC7; }

.about1-box3 .ex-scroll .box-page .page-item.active { background-color: #2D7DC7; }

@media screen and (max-width: 991px) { .about1-box3 .ex-scroll .box-page { padding: 10px; }
  .about1-box3 .ex-scroll .box-page .page-item { margin: 0 4px; width: 10px; height: 10px; } }

@media screen and (max-width: 767px) { .about1-box3 .ex-scroll .box-page { padding: 8px; }
  .about1-box3 .ex-scroll .box-page .page-item { margin: 0 2px; width: 8px; height: 8px; } }

.about1-box4 .about1-title { margin-bottom: 31px; }

@media screen and (max-width: 767px) { .about1-box4 .about1-title { margin-bottom: 20px; } }

.about1-box4 .box-scroll { position: relative; }

.about1-box4 .box-scroll .scroll-btns { font-size: 0; letter-spacing: 0; }

.about1-box4 .box-scroll .scroll-btns .scroll-btn { display: inline-block; vertical-align: middle; cursor: pointer; font-size: bold; color: #aeaeae; font-size: 40px; font-size: 4rem; width: 22px; height: 35px; line-height: 35px; text-align: center; background-color: #D7D7D7; position: absolute; top: 50%; margin-top: -17px; font-size: 16px; font-size: 1.6rem; color: #fff; }

.about1-box4 .box-scroll .scroll-btns .scroll-btn:hover { background-color: #2D7DC7; }

.about1-box4 .box-scroll .scroll-btns .scroll-btn.prev { left: 0; }

.about1-box4 .box-scroll .scroll-btns .scroll-btn.next { right: 0; }

@media screen and (max-width: 640px) { .about1-box4 .box-scroll .scroll-btns .scroll-btn { width: 20px; height: 28px; line-height: 28px; margin-top: -14px; } }

.about1-box4 .box-scroll .scroll-list-box { width: 100%; overflow: hidden; }

.about1-box4 .box-scroll .scroll-list { width: 10000%; }

.about1-box4 .box-scroll .scroll-list .list-item { float: left; width: 0.16667%; margin-right: 0.04167%; }

@media screen and (max-width: 991px) { .about1-box4 .box-scroll .scroll-list .list-item { margin-right: 0.02%; width: 0.184%; } }

@media screen and (max-width: 767px) { .about1-box4 .box-scroll .scroll-list .list-item { width: 0.235%; } }

@media screen and (max-width: 480px) { .about1-box4 .box-scroll .scroll-list .list-item { width: 0.32%; } }

.about1-box4 .box-scroll .scroll-list .item-pic { border: solid 1px #EFEFEF; }

/*-------------2-1-about end---------------------------------------------------------------*/
/*-------------2-2-about start-------------------------------------------------------------*/
.about2-main { padding-top: 55px; }

@media screen and (max-width: 991px) { .about2-main { padding-top: 50px; } }

@media screen and (max-width: 767px) { .about2-main { padding-top: 30px; } }

.year-list { float: left; width: 100px; margin-right: 9.33333%; }

@media screen and (max-width: 767px) { .year-list { width: 70px; margin-right: 15px; } }

.year-list .list-item { background-color: #F0F0F0; font-family: "Microsoft YaHei", "Î¢ÈíÑÅºÚ"; font-size: 18px; font-size: 1.8rem; margin-bottom: 2px; line-height: 20px; padding: 20px 5px; text-align: center; cursor: pointer; position: relative; color: #666; }

.year-list .list-item:before { position: absolute; content: '\e73d'; font-family: "iconfont" !important; font-size: 20px; font-size: 2rem; font-style: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; right: -18px; color: #2D7DC7; display: none; z-index: -1; }

.year-list .list-item:hover, .year-list .list-item.active { background-color: #2D7DC7; color: #fff; }

.year-list .list-item:hover:before, .year-list .list-item.active:before { display: block; }

@media screen and (max-width: 991px) { .year-list .list-item { font-size: 16px; font-size: 1.6rem; padding: 15px 5px; } }

@media screen and (max-width: 767px) { .year-list .list-item { font-size: 14px; font-size: 1.4rem; padding: 8px 5px; }
  .year-list .list-item:before { font-size: 16px; font-size: 1.6em; right: -12px; } }

.year-content { overflow: hidden; position: relative; padding-top: 13px; padding-bottom: 40px; }

@media screen and (max-width: 767px) { .year-content { padding-bottom: 10px; } }

.year-content:before { position: absolute; content: ''; width: 5px; top: 0; bottom: 0; left: 7px; background-color: #DDDDDD; }

@media screen and (max-width: 767px) { .year-content:before { width: 3px; left: 6px; } }

.year-content .list-item { padding-left: 41px; background: url(/themes/simplebootx/style/images/his1.png) no-repeat left 7px; position: relative; z-index: 2; }

@media screen and (max-width: 767px) { .year-content .list-item { padding-left: 20px; background-size: 15px; } }

.year-content .item-title { font-size: 24px; font-size: 2.4rem; font-family: "Microsoft YaHei", "Î¢ÈíÑÅºÚ"; line-height: 30px; margin-bottom: 26px; overflow: visible; color: #2D7DC7; }

@media screen and (max-width: 991px) { .year-content .item-title { font-size: 20px; font-size: 2rem; margin-bottom: 15px; } }

@media screen and (max-width: 767px) { .year-content .item-title { font-size: 16px; font-size: 1.6rem; margin-bottom: 3px; } }

.year-content .item-desc { margin-bottom: 36px; font-size: 16px; font-size: 1.6rem; line-height: 30px; }

.year-content .item-desc p { min-height: 30px; }

.year-content .item-desc em { display: inline-block; font-style: normal; padding-left: 23px; background: url(/themes/simplebootx/style/images/his.png) no-repeat left 7px; }

@media screen and (max-width: 991px) { .year-content .item-desc { margin-bottom: 25px; font-size: 14px; font-size: 1.4rem; line-height: 24px; }
  .year-content .item-desc p { min-height: 24px; }
  .year-content .item-desc em { padding-left: 20px; background-position-y: 5px; } }

@media screen and (max-width: 767px) { .year-content .item-desc { margin-bottom: 20px; font-size: 12px; font-size: 1.2rem; line-height: 20px; }
  .year-content .item-desc p { min-height: 20px; }
  .year-content .item-desc em { padding-left: 15px; background-position-y: 5px; background-size: 10px; } }

/*-------------2-2-about end---------------------------------------------------------------*/
/*-------------2-3-about start-------------------------------------------------------------*/
.about3-box1 { padding: 51px 0 100px; }

@media screen and (max-width: 1219px) { .about3-box1 { padding-bottom: 70px; } }

@media screen and (max-width: 991px) { .about3-box1 { padding: 50px 0; } }

@media screen and (max-width: 767px) { .about3-box1 { padding: 30px 0; } }

.about3-box1 .left-item { width: 48.75%; float: left; position: relative; }

@media screen and (max-width: 767px) { .about3-box1 .left-item { width: 46.25%; } }

@media screen and (max-width: 480px) { .about3-box1 .left-item { width: 100%; margin-bottom: 10px; } }

.about3-box1 .right-item { float: right; font-size: 0; letter-spacing: 0; width: 48.75%; }

@media screen and (max-width: 767px) { .about3-box1 .right-item { width: 52.5%; } }

@media screen and (max-width: 480px) { .about3-box1 .right-item { width: 100%; } }

.about3-box1 .right-item .list-item { position: relative; }

.about3-box1 .right-item .item1, .about3-box1 .right-item .item2 { display: inline-block; vertical-align: top; width: 47.35043%; margin-bottom: 5.13699%; }

@media screen and (max-width: 1219px) { .about3-box1 .right-item .item1, .about3-box1 .right-item .item2 { margin-bottom: 2.39726%; } }

@media screen and (max-width: 767px) { .about3-box1 .right-item .item1, .about3-box1 .right-item .item2 { width: 49%; } }

@media screen and (max-width: 480px) { .about3-box1 .right-item .item1, .about3-box1 .right-item .item2 { margin-bottom: 10px; } }

.about3-box1 .right-item .item2 { margin-left: 5.29915%; }

@media screen and (max-width: 767px) { .about3-box1 .right-item .item2 { margin-left: 2%; } }

.about3-box1 .item-pic { margin-bottom: 13px; }

@media screen and (max-width: 991px) { .about3-box1 .item-pic { margin-bottom: 8px; } }

@media screen and (max-width: 767px) { .about3-box1 .item-pic { margin-bottom: 4px; } }

.about3-box1 .item-title { font-size: 16px; font-size: 1.6rem; border: solid 1px #2D7DC7; background-color: #F5F6F7; line-height: 22px; padding: 10px 80px 10px 21px; position: relative; overflow: visible; }

.about3-box1 .item-title .img { position: absolute; bottom: -2px; right: -3px; top: -4px; }

.about3-box1 .item-title .img img { height: 100%; }

@media screen and (max-width: 1219px) { .about3-box1 .item-title { font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 991px) { .about3-box1 .item-title { padding: 5px 55px 5px 10px; font-size: 12px; font-size: 1.2rem; } }

@media screen and (max-width: 767px) { .about3-box1 .item-title { position: absolute; bottom: 0; left: 0; right: 0; border: 0; padding: 3px 5px; line-height: 20px; background-color: #F5F6F7; background-color: rgba(245, 246, 247, 0.8); }
  .about3-box1 .item-title .img { display: none; } }

.about3-box2 { margin-bottom: 68px; }

@media screen and (max-width: 1219px) { .about3-box2 { margin-bottom: 40px; } }

@media screen and (max-width: 991px) { .about3-box2 { margin-bottom: 20px; } }

@media screen and (max-width: 767px) { .about3-box2 { margin-bottom: 10px; } }

.about3-box2 .left-item { float: left; width: 31.66667%; }

.about3-box2 .left-item .list-item { margin-bottom: 6.66667%; }

@media screen and (max-width: 640px) { .about3-box2 .left-item { width: 49%; } }

.about3-box2 .right-item { float: right; width: 31.66667%; }

.about3-box2 .right-item .list-item { margin-bottom: 6.97674%; }

@media screen and (max-width: 640px) { .about3-box2 .right-item { width: 49%; } }

.about3-box2 .middle-item { overflow: hidden; padding: 0 2.5%; font-size: 0; letter-spacing: 0; }

.about3-box2 .middle-item .list-item { margin-bottom: 7.5969%; display: inline-block; vertical-align: top; width: 100%; }

@media screen and (max-width: 640px) { .about3-box2 .middle-item { width: 100%; padding: 0; }
  .about3-box2 .middle-item .list-item { width: 49%; }
  .about3-box2 .middle-item .list-item:first-child { margin-right: 2%; } }

.about3-box2 .list-item { overflow: hidden; position: relative; }

@media screen and (min-width: 992px) { .about3-box2 .list-item:hover .item-backdrop { top: 0; } }

.about3-box2 .item-backdrop { position: absolute; top: 999px; bottom: 0; left: 0; right: 0; background-color: #2D7DC7; background-color: rgba(45, 125, 199, 0.9); padding: 10px 6.57895%; text-align: center; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; }

@media screen and (max-width: 991px) { .about3-box2 .item-backdrop { top: 0; position: relative; padding: 10px 5px; } }

.about3-box2 .item-title { font-size: 24px; font-size: 2.4rem; font-family: "Microsoft YaHei", "Î¢ÈíÑÅºÚ"; line-height: 1.2; margin-bottom: 24px; text-overflow: ellipsis; white-space: nowrap; }

.about3-box2 .item-title, .about3-box2 .item-title a { color: #fff; }

@media screen and (max-width: 1219px) { .about3-box2 .item-title { font-size: 20px; font-size: 2rem; margin-bottom: 15px; } }

@media screen and (max-width: 991px) { .about3-box2 .item-title { font-size: 18px; font-size: 1.8rem; margin-bottom: 10px; } }

@media screen and (max-width: 767px) { .about3-box2 .item-title { font-size: 14px; font-size: 1.4rem; margin-bottom: 5px; } }

.about3-box2 .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 30px; max-height: 90px; }

.about3-box2 .item-desc, .about3-box2 .item-desc a { color: #fff; }

@media screen and (max-width: 1219px) { .about3-box2 .item-desc { line-height: 26px; max-height: 78px; } }

@media screen and (max-width: 991px) { .about3-box2 .item-desc { line-height: 22px; height: 66px; max-height: none; } }

@media screen and (max-width: 767px) { .about3-box2 .item-desc { font-size: 12px; font-size: 1.2rem; line-height: 20px; height: 60px; } }

/*-------------2-3-about end---------------------------------------------------------------*/
/*-------------3-1-blog start--------------------------------------------------------------*/
.blog1-list { padding-bottom: 46px; font-size: 0; letter-spacing: 0; }

@media screen and (max-width: 1219px) { .blog1-list { padding-bottom: 35px; } }

@media screen and (max-width: 991px) { .blog1-list { padding-bottom: 20px; } }

@media screen and (max-width: 767px) { .blog1-list { padding-bottom: 10px; } }

.blog1-list .list-item { display: inline-block; vertical-align: top; width: 100%; margin-bottom: 35px; padding-bottom: 39px; border-bottom: solid 2px #BFBFBF; border-color: rgba(191, 191, 191, 0.5); }

@media screen and (max-width: 991px) { .blog1-list .list-item { margin-bottom: 30px; padding-bottom: 30px; } }

@media screen and (max-width: 767px) { .blog1-list .list-item { margin-bottom: 20px; padding-bottom: 20px; } }

@media screen and (max-width: 480px) { .blog1-list .list-item { width: 48%; margin: 0 1%; border-bottom: 0; } }

.blog1-list .item-title { font-size: 18px; font-size: 1.8rem; line-height: 24px; margin-bottom: 18px; font-family: "Microsoft YaHei", "Î¢ÈíÑÅºÚ"; }

@media screen and (max-width: 767px) { .blog1-list .item-title { font-size: 16px; font-size: 1.6rem; margin-bottom: 10px; } }

@media screen and (max-width: 480px) { .blog1-list .item-title { font-size: 14px; font-size: 1.4rem; margin-bottom: 5px; } }

.blog1-list .item-date { background-color: #EEEEEE; background-color: rgba(238, 238, 238, 0.5); color: #999; line-height: 22px; font-size: 16px; font-size: 1.6rem; padding: 10px 14px; margin-bottom: 36px; }

.blog1-list .item-date .iconfont { margin-right: 8px; font-size: 14px; font-size: 1.4rem; }

@media screen and (max-width: 991px) { .blog1-list .item-date { font-size: 14px; font-size: 1.4rem; padding: 8px; margin-bottom: 20px; }
  .blog1-list .item-date .iconfont { margin-right: 3px; } }

@media screen and (max-width: 767px) { .blog1-list .item-date { font-size: 12px; font-size: 1.2rem; padding: 3px 5px; margin-bottom: 15px; } }

@media screen and (max-width: 480px) { .blog1-list .item-date { padding: 0 5px; margin-bottom: 10px; } }

.blog1-list .item-pic { width: 300px; float: left; margin-right: 17px; }

.blog1-list .item-pic img { width: 100%; display: block; }

@media screen and (max-width: 991px) { .blog1-list .item-pic { width: 250px; } }

@media screen and (max-width: 767px) { .blog1-list .item-pic { width: 200px; } }

@media screen and (max-width: 480px) { .blog1-list .item-pic { width: 100%; float: none; margin: 0 auto 10px; } }

.blog1-list .item-body { overflow: hidden; }

.blog1-list .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 28px; height: 112px; margin-top: 20px; margin-bottom: 18px; }

.blog1-list .item-desc, .blog1-list .item-desc a { color: #555; }
.blog1-list .item-desc a{ display:block; text-indent:2em;}

@media screen and (max-width: 991px) { .blog1-list .item-desc { margin-top: 10px; margin-bottom: 10px; } }

@media screen and (max-width: 767px) { .blog1-list .item-desc { margin-top: 5px; line-height: 24px; height: 96px; } }

@media screen and (max-width: 480px) { .blog1-list .item-desc { font-size: 12px; font-size: 1.2rem; margin-top: 0; margin-bottom: 5px; line-height: 20px; height: 40px; } }

.blog1-list .item-btn { font-size: 16px; font-size: 1.6rem; line-height: 20px; display: inline-block; color: #999; }

.blog1-list .item-btn:hover { color: #2D7DC7; }

@media screen and (max-width: 991px) { .blog1-list .item-btn { font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 480px) { .blog1-list .item-btn { font-size: 12px; font-size: 1.2rem; } }

.contact-slide { width: 100%; height: 259px; background: url(/themes/simplebootx/style/images/web1.jpg) no-repeat center; background-size: cover; text-align: center; padding: 93px 30px 30px; margin-top: 30px; }

@media screen and (max-width: 991px) { .contact-slide { padding: 50px 30px 30px; height: auto; } }

@media screen and (max-width: 767px) { .contact-slide { padding: 50px 15px 30px; } }

.contact-slide .item-title { font-size: 24px; font-size: 2.4rem; line-height: 36px; text-align: center; color: #fff; margin-bottom: 20px; }

@media screen and (max-width: 1219px) { .contact-slide .item-title { font-size: 22px; font-size: 2.2rem; line-height: 30px; } }

@media screen and (max-width: 767px) { .contact-slide .item-title { font-size: 18px; font-size: 1.8rem; line-height: 26px; margin-bottom: 15px; } }

.contact-slide .item-btn { display: inline-block; min-width: 140px; line-height: 22px; border: solid 1px #fff; border-color: rgba(255, 255, 255, 0.5); color: #fff; padding: 5px; -webkit-border-radius: 8px; border-radius: 8px; font-size: 16px; font-size: 1.6rem; }

.contact-slide .item-btn:hover { background-color: #fff; color: #2D7DC7; }

@media screen and (max-width: 767px) { .contact-slide .item-btn { font-size: 14px; font-size: 1.4rem; min-width: 110px; } }

/*-------------3-1-blog end----------------------------------------------------------------*/
/*-------------4-1-news start--------------------------------------------------------------*/
.news1-item { background-color: #F6F5F5; margin-bottom: 30px; }

.news1-item .item-pic { float: left; width: 44.16667%; margin-right: 3.33333%; }

@media screen and (max-width: 1219px) { .news1-item .item-pic { margin-right: 2.5%; } }

@media screen and (max-width: 991px) { .news1-item .item-pic { width: 45.83333%; } }

@media screen and (max-width: 767px) { .news1-item .item-pic { width: 285px; } }

@media screen and (max-width: 640px) { .news1-item .item-pic { width: 225px; } }

@media screen and (max-width: 440px) { .news1-item .item-pic { float: none; width: 100%; margin: 0 auto; } }

.news1-item .item-body { overflow: hidden; margin-right: 6.66667%; }

@media screen and (max-width: 1219px) { .news1-item .item-body { margin-right: 2.5%; } }

@media screen and (max-width: 440px) { .news1-item .item-body { margin: 0; padding: 15px 10px; } }

.news1-item .item-title { font-family: "Microsoft YaHei", "Î¢ÈíÑÅºÚ"; font-size: 20px; font-size: 2rem; line-height: 32px; height: 64px; margin-bottom: 12px; margin-top: 24px; }

@media screen and (max-width: 1219px) { .news1-item .item-title { font-size: 18px; font-size: 1.8rem; line-height: 26px; height: 52px; margin-top: 15px; } }

@media screen and (max-width: 991px) { .news1-item .item-title { font-size: 16px; font-size: 1.6rem; margin-bottom: 5px; line-height: 24px; height: 48px; margin-top: 10px; } }

@media screen and (max-width: 767px) { .news1-item .item-title { font-size: 14px; font-size: 1.4rem; line-height: 20px; height: 40px; } }

@media screen and (max-width: 640px) { .news1-item .item-title { height: 20px; }
  .news1-item .item-title a { height: 20px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } }

@media screen and (max-width: 440px) { .news1-item .item-title { margin-top: 0; } }

.news1-item .item-date { font-size: 14px; font-size: 1.4rem; line-height: 20px; padding-bottom: 12px; margin-bottom: 20px; position: relative; }

.news1-item .item-date:before { position: absolute; content: ''; width: 62px; height: 2px; background-color: #333; left: 0; bottom: 0; }

@media screen and (max-width: 1219px) { .news1-item .item-date { margin-bottom: 15px; } }

@media screen and (max-width: 991px) { .news1-item .item-date { margin-bottom: 10px; padding-bottom: 5px; } }

@media screen and (max-width: 767px) { .news1-item .item-date { font-size: 12px; font-size: 1.2rem; margin-bottom: 5px; }
  .news1-item .item-date:before { width: 42px; height: 1px; } }

.news1-item .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 30px; height: 90px; margin-bottom: 21px; }

.news1-item .item-desc, .news1-item .item-desc a { color: #333; }
 .news1-item .item-desc a{ display:block; text-indent:2rem;}
@media screen and (max-width: 1219px) { .news1-item .item-desc { line-height: 26px; height: 78px; } }

@media screen and (max-width: 991px) { .news1-item .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 22px; height: 66px; margin-bottom: 10px; } }

@media screen and (max-width: 767px) { .news1-item .item-desc { font-size: 12px; font-size: 1.2rem; line-height: 20px; height: 60px; } }

@media screen and (max-width: 640px) { .news1-item .item-desc { line-height: 18px; height: 36px; } }

.news1-item .item-btn { display: inline-block; vertical-align: top; min-width: 158px; font-size: 14px; font-size: 1.4rem; line-height: 22px; padding: 10px; border: solid 2px #2D7DC7; text-align: center; color: #2D7DC7; text-transform: uppercase; }

.news1-item .item-btn:hover { background-color: #2D7DC7; color: #fff; }

@media screen and (max-width: 1219px) { .news1-item .item-btn { padding: 8px; } }

@media screen and (max-width: 991px) { .news1-item .item-btn { min-width: 120px; padding: 5px; } }

@media screen and (max-width: 767px) { .news1-item .item-btn { font-size: 12px; font-size: 1.2rem; line-height: 20px; min-width: 100px; padding: 3px; border-width: 1px; } }

.news1-list { font-size: 0; letter-spacing: 0; padding-bottom: 50px; }

@media screen and (max-width: 1219px) { .news1-list { padding-bottom: 40px; } }

@media screen and (max-width: 991px) { .news1-list { padding-bottom: 20px; } }

@media screen and (max-width: 767px) { .news1-list { padding-bottom: 10px; } }

.news1-list .list-item { display: inline-block; vertical-align: top; width: 28%; margin-left: 8%; border: solid 1px #EEECEC; margin-bottom: 31px; padding: 35px 18px 44px; }

.news1-list .list-item:hover { background-color: #F6F5F5; }

@media screen and (max-width: 1219px) { .news1-list .list-item { width: 32%; margin-left: 2%; padding: 25px 15px; } }

@media screen and (max-width: 991px) { .news1-list .list-item { padding: 20px 15px; } }

@media screen and (max-width: 767px) { .news1-list .list-item { padding: 15px 10px; } }

@media screen and (max-width: 640px) { .news1-list .list-item { width: 48%; margin-left: 1% !important; margin-right: 1%; margin-bottom: 20px; } }

.news1-list .item-date { font-size: 26px; font-size: 2.6rem; line-height: 1; color: #666; margin-bottom: 23px; }

@media screen and (max-width: 1219px) { .news1-list .item-date { font-size: 20px; font-size: 2.0rem; margin-bottom: 20px; } }

@media screen and (max-width: 991px) { .news1-list .item-date { font-size: 16px; font-size: 1.6rem; margin-bottom: 10px; } }

@media screen and (max-width: 767px) { .news1-list .item-date { font-size: 12px; font-size: 1.2rem; } }

.news1-list .item-title { font-size: 20px; font-size: 2rem; position: relative; padding-bottom: 23px; margin-bottom: 23px; }

.news1-list .item-title a { overflow: hidden; line-height: 32px; height: 64px; }

.news1-list .item-title:before { position: absolute; content: ''; width: 62px; height: 2px; background-color: #333; left: 0; bottom: 0; }

@media screen and (max-width: 1219px) { .news1-list .item-title { font-size: 18px; font-size: 1.8rem; padding-bottom: 20px; margin-bottom: 20px; }
  .news1-list .item-title a { line-height: 26px; height: 52px; } }

@media screen and (max-width: 991px) { .news1-list .item-title { font-size: 16px; font-size: 1.6rem; padding-bottom: 12px; margin-bottom: 15px; }
  .news1-list .item-title a { line-height: 24px; height: 48px; } }

@media screen and (max-width: 767px) { .news1-list .item-title { font-size: 14px; font-size: 1.4rem; padding-bottom: 10px; margin-bottom: 10px; }
  .news1-list .item-title a { line-height: 20px; height: 40px; } }

@media screen and (max-width: 640px) { .news1-list .item-title { padding-bottom: 7px; }
  .news1-list .item-title a { height: 20px; text-overflow: ellipsis; white-space: nowrap; }
  .news1-list .item-title:before { width: 42px; height: 1px; } }

.news1-list .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 30px; height: 90px; margin-bottom: 39px; }

.news1-list .item-desc, .news1-list .item-desc a { color: #333; }
.news1-list .item-desc a{ display:block; text-indent:2rem;}
@media screen and (max-width: 1219px) { .news1-list .item-desc { line-height: 26px; height: 78px; margin-bottom: 25px; } }

@media screen and (max-width: 991px) { .news1-list .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 22px; height: 66px; margin-bottom: 20px; } }

@media screen and (max-width: 767px) { .news1-list .item-desc { font-size: 12px; font-size: 1.2rem; line-height: 20px; height: 60px; margin-bottom: 12px; } }

@media screen and (max-width: 640px) { .news1-list .item-desc { line-height: 18px; height: 36px; } }

.news1-list .item-btn { display: inline-block; vertical-align: top; min-width: 158px; font-size: 14px; font-size: 1.4rem; line-height: 22px; padding: 10px; border: solid 2px #2D7DC7; text-align: center; color: #2D7DC7; text-transform: uppercase; }

.news1-list .item-btn:hover { background-color: #2D7DC7; color: #fff; }

@media screen and (max-width: 1219px) { .news1-list .item-btn { padding: 8px; } }

@media screen and (max-width: 991px) { .news1-list .item-btn { min-width: 120px; padding: 5px; } }

@media screen and (max-width: 767px) { .news1-list .item-btn { font-size: 12px; font-size: 1.2rem; line-height: 20px; min-width: 100px; padding: 3px; border-width: 1px; } }

/*-------------4-1-news end----------------------------------------------------------------*/
/*-------------4-2-news start--------------------------------------------------------------*/
.news2-main > .item-title { text-align: center; font-size: 18px; font-size: 1.8rem; font-family: "Microsoft YaHei", "Î¢ÈíÑÅºÚ"; line-height: 24px; }

@media screen and (max-width: 767px) { .news2-main > .item-title { font-size: 16px; font-size: 1.6rem; line-height: 22px; } }

.news2-main .item-date { text-align: center; margin-top: 21px; font-size: 0; letter-spacing: 0; }

.news2-main .item-date > span { color: #999; margin-right: 25px; line-height: 26px; display: inline-block; vertical-align: middle; font-size: 14px; font-size: 1.4rem; }

.news2-main .item-date > span .iconfont { color: #999; font-size: 15px; font-size: 1.5rem; margin-right: 2px; }

@media screen and (max-width: 991px) { .news2-main .item-date > span { margin-right: 10px; } }

@media screen and (max-width: 767px) { .news2-main .item-date { margin-top: 10px; }
  .news2-main .item-date > span { font-size: 12px; font-size: 1.2rem; }
  .news2-main .item-date > span .iconfont { font-size: 14px; font-size: 1.4rem; } }

.news2-main .pro-share { display: inline-block; vertical-align: middle; }

.news2-main .pro-share .share-title { color: #666; font-size: 14px; font-size: 1.4rem; }

@media screen and (max-width: 767px) { .news2-main .pro-share .share-title { font-size: 12px; font-size: 1.2rem; } }

.news2-main .item-desc { border-bottom: dashed 1px #666; font-size: 16px; font-size: 1.6rem; line-height: 30px; padding: 31px 0 68px; margin-bottom: 50px; }

.news2-main .item-desc p { min-height: 30px; text-indent:2em; }

.news2-main .item-desc, .news2-main .item-desc a { color: #666; }

.news2-main .item-desc img, .news2-main .item-desc iframe { max-width: 100%; }

@media screen and (max-width: 1219px) { .news2-main .item-desc { padding: 30px 0; margin-bottom: 30px; line-height: 26px; }
  .news2-main .item-desc p { min-height: 26px; } }

@media screen and (max-width: 991px) { .news2-main .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 24px; }
  .news2-main .item-desc p { min-height: 24px; } }

@media screen and (max-width: 767px) { .news2-main .item-desc { margin-bottom: 20px; font-size: 12px; font-size: 1.2rem; line-height: 20px; padding: 15px 0 25px; }
  .news2-main .item-desc p { min-height: 20px; } }

/*-------------4-2-news end----------------------------------------------------------------*/
/*-------------5-contact start-------------------------------------------------------------*/
.contact-list { font-size: 0; letter-spacing: 0; padding-bottom: 23px; }

@media screen and (max-width: 767px) { .contact-list { padding-bottom: 10px; } }

.contact-list .list-item { display: inline-block; vertical-align: top;  background: #FFFFFF; border: 4px solid #FAFAFA; padding: 20px;box-sizing:border-box;margin-left: 1% !important; margin-right: 1%; }

/*@media screen and (max-width: 1219px) { .contact-list .list-item { padding: 20px 10px; } }

@media screen and (max-width: 991px) { .contact-list .list-item { width: 48%; margin-left: 1% !important; margin-right: 1%; margin-bottom: 20px; } }

@media screen and (max-width: 767px) { .contact-list .list-item { padding: 15px 8px; } }
*/
.contact-list .list-item p{ display:inline-block; 
vertical-align:top; font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
   
    color: #666; position:relative; 
	margin-right:20px;}
	.contact-list .list-item p.ctel,.contact-list .list-item p.email{ padding-left:30px;}
	
	
.contact-list .list-item p .iconfont {
    font-size: 18px;
    font-size: 1.8rem;
    position: absolute;
    left: 0;   
}
@media screen and (max-width: 400px) { .contact-list .list-item { width: 98%; margin-bottom: 15px; padding: 8px; } }

.contact-list .item-title { font-size: 20px; font-size: 2rem; line-height: 24px;  color: #666; }

@media screen and (max-width: 1219px) {  .contact-list .list-item p { font-size: 18px; font-size: 1.8rem;  } }

@media screen and (max-width: 991px) {  .contact-list .list-item p { font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 767px) {  .contact-list .list-item { font-size: 14px; font-size: 1.4rem; } }
@media screen and (max-width:640px) { .contact-list .list-item p { font-size: 14px; font-size: 1.4rem;  display:block } }

.contact-list .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 30px; }

.contact-list .item-desc, .contact-list .item-desc a { color: #666; }

.contact-list .item-desc a { display: inline; }

.contact-list .item-desc p { padding-left: 30px; margin-top: 30px; position: relative; }

.contact-list .item-desc p:first-child { margin-top: 0; }

.contact-list .item-desc .iconfont { font-size: 18px; font-size: 1.8rem; position: absolute; left: 0; }

@media screen and (max-width: 1219px) { .contact-list .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 24px; }
  .contact-list .item-desc p { margin-top: 10px; padding-left: 24px; }
  .contact-list .item-desc .iconfont { font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 767px) { .contact-list .item-desc { font-size: 12px; font-size: 1.2rem; line-height: 20px; }
  .contact-list .item-desc p { margin-top: 5px; padding-left: 20px; }
  .contact-list .item-desc .iconfont { font-size: 14px; font-size: 1.4rem; } }

.contact-main { /* WebKit browsers */ /* Mozilla Firefox 4 to 18 */ /* Mozilla Firefox 19+ */ /* Internet Explorer 10+ */ /* .box-left start */ /* .box-left start */ }

.contact-main ::-webkit-input-placeholder { color: #666; opacity: 1; }

.contact-main :-o-placeholder { color: #666; opacity: 1; }

.contact-main ::-moz-placeholder { color: #666; opacity: 1; }

.contact-main :-ms-input-placeholder { color: #666; opacity: 1; }

.contact-main .box-left { overflow: hidden; }

.contact-main .box-left .item-title { font-size: 36px; font-size: 3.6rem; line-height: 1.2; margin-bottom: 46px; }

@media screen and (max-width: 1219px) { .contact-main .box-left .item-title { font-size: 30px; font-size: 3rem; margin-bottom: 24px; } }

@media screen and (max-width: 991px) { .contact-main .box-left .item-title { font-size: 26px; font-size: 2.6rem; } }

@media screen and (max-width: 767px) { .contact-main .box-left .item-title { font-size: 20px; font-size: 2.0rem; margin-bottom: 15px; } }

.contact-main .box-left .item-subt { font-size: 24px; font-size: 2.4rem; line-height: 1.2; text-transform: uppercase; margin-bottom: 28px; }

@media screen and (max-width: 1219px) { .contact-main .box-left .item-subt { font-size: 20px; font-size: 2.0rem; margin-bottom: 20px; } }

@media screen and (max-width: 991px) { .contact-main .box-left .item-subt { font-size: 18px; font-size: 1.8rem; margin-bottom: 15px; } }

@media screen and (max-width: 767px) { .contact-main .box-left .item-subt { font-size: 14px; font-size: 1.4rem; margin-bottom: 10px; } }

.contact-main .box-left .box-list { margin-bottom: 55px; font-size: 20px; font-size: 2rem; line-height: 36px; }

.contact-main .box-left .box-list a:hover { color: #2D7DC7; }

@media screen and (max-width: 1219px) { .contact-main .box-left .box-list { font-size: 16px; font-size: 1.6rem; line-height: 26px; margin-bottom: 30px; } }

@media screen and (max-width: 991px) { .contact-main .box-left .box-list { font-size: 14px; font-size: 1.4rem; line-height: 24px; } }

@media screen and (max-width: 767px) { .contact-main .box-left .box-list { font-size: 12px; font-size: 1.2rem; line-height: 20px; margin-bottom: 20px; } }

.contact-main .box-form { width: 560px; margin-left: 5%; }

.contact-main .box-form .box-title { font-size: 36px; font-size: 3.6rem; line-height: 1.2; margin-bottom: 50px; padding-left: 52px; }

@media screen and (max-width: 1219px) { .contact-main .box-form .box-title { padding-left: 16px; font-size: 30px; font-size: 3rem; margin-bottom: 24px; } }

@media screen and (max-width: 991px) { .contact-main .box-form .box-title { font-size: 26px; font-size: 2.6rem; } }

@media screen and (max-width: 767px) { .contact-main .box-form .box-title { font-size: 20px; font-size: 2.0rem; padding-left: 12px; margin-bottom: 15px; } }

.contact-main .box-form .star { background: url(/themes/simplebootx/style/images/star.png) no-repeat left 22px; }

.contact-main .box-form .item-row { margin-bottom: 25px; padding-left: 16px; }

.contact-main .box-form .item-row input, .contact-main .box-form .item-row textarea { width: 100%; display: block; height: 50px; line-height: 50px; padding: 0 12px; color: #666; font-size: 16px; font-size: 1.6rem; background-color: #FAFAFA; -webkit-border-radius: 5px; border-radius: 5px; }

.contact-main .box-form .item-row textarea { height: 184px; line-height: 24px; padding-top: 10px; padding-bottom: 3px; }

.contact-main .box-form .item-row .code-input { width: 155px; float: left; margin-right: 28px; }

.contact-main .box-form .item-row .code-img { float: left; cursor: pointer; line-height: 50px; }

.contact-main .box-form .item-row .code-img img { vertical-align: middle; max-height: 50px; }

.contact-main .box-form .item-row .code-btn { float: right; width: 212px; border-color: #2D7DC7; background-color: #2D7DC7; text-align: center; color: #fff; }

.contact-main .box-form .item-row .code-btn:hover { border-color: #000; background-color: #000; }

@media screen and (max-width: 1219px) { .contact-main .box-form { width: 460px; margin-left: 4.16667%; }
  .contact-main .box-form .item-row { margin-bottom: 15px; }
  .contact-main .box-form .item-row input, .contact-main .box-form .item-row textarea { font-size: 14px; font-size: 1.4rem; }
  .contact-main .box-form .item-row .code-input { width: 140px; margin-right: 10px; }
  .contact-main .box-form .item-row .code-btn { width: 160px; } }

@media screen and (max-width: 991px) { .contact-main .box-form { width: 100%; margin: 0 auto 50px; float: none; }
  .contact-main .box-form .star { background-position-y: 18px; }
  .contact-main .box-form .item-row { margin-bottom: 15px; }
  .contact-main .box-form .item-row input { height: 44px; line-height: 44px; }
  .contact-main .box-form .item-row .code-input { width: 200px; }
  .contact-main .box-form .item-row .code-img { line-height: 44px; }
  .contact-main .box-form .item-row .code-img img { max-height: 44px; }
  .contact-main .box-form .item-row .code-btn { width: 380px; } }

@media screen and (max-width: 767px) { .contact-main .box-form { margin-bottom: 30px; }
  .contact-main .box-form .star { background-position-y: 15px; background-size: 6px; }
  .contact-main .box-form .item-row { padding-left: 10px; margin-bottom: 10px; }
  .contact-main .box-form .item-row input, .contact-main .box-form .item-row textarea { font-size: 12px; font-size: 1.2rem; }
  .contact-main .box-form .item-row input { height: 36px; line-height: 36px; }
  .contact-main .box-form .item-row .code-img { line-height: 36px; }
  .contact-main .box-form .item-row .code-img img { max-height: 36px; }
  .contact-main .box-form .item-row textarea { height: 150px; }
  .contact-main .box-form .item-row .code-btn { width: 100%; margin-top: 15px; }
  .contact-main .box-form .item-row .code-img { margin-right: 0; float: right; }
  .contact-main .box-form .item-row .code-input { width: -webkit-calc(100% - 90px); width: -moz-calc(100% - 90px); width: calc(100% - 90px); margin-right: 0; } }

/*-------------5-contact end---------------------------------------------------------------*/
.pfbd { position: fixed; *position: absolute; right: 0; bottom: -409px; z-index: 99999999; width: 266px; overflow: hidden; -webkit-border-radius: 5px; border-radius: 5px; /* WebKit browsers */ /* Mozilla Firefox 4 to 18 */ /* Mozilla Firefox 19+ */ /* Internet Explorer 10+ */ }

.pfbd ::-webkit-input-placeholder { color: #999; opacity: 1; }

.pfbd :-o-placeholder { color: #999; opacity: 1; }

.pfbd ::-moz-placeholder { color: #999; opacity: 1; }

.pfbd :-ms-input-placeholder { color: #999; opacity: 1; }

.pfbd-hd { cursor: pointer; text-align: center; color: #fff; background-color: #2D7DC7; font-size: 0; letter-spacing: 0; height: 40px; line-height: 40px; -webkit-border-radius: 4px; border-radius: 4px; }

.pfbd-hd span { display: inline-block; vertical-align: middle; font-size: 18px; font-size: 1.8rem; }

.pfbd-hd .iconfont { display: inline-block; vertical-align: middle; font-size: 20px; font-size: 2rem; color: #fff; margin-right: 7px; position: relative; top: 3px; }

.pfbd-bd { padding-left: 16px; padding-right: 16px; background-color: #EFEFEF; padding-bottom: 24px; }

.pfbd-desc { padding-top: 14px; line-height: 22px; font-size: 14px; font-size: 1.4rem; color: #3D3D3D; }

.pfbd-form { margin-top: 8px; }

.pfbd-form input, .pfbd-form textarea { padding: 0 10px; width: 100%; font-size: 14px; font-size: 1.4rem; background-color: #fff; color: #999; display: block; outline: none; border: 0; }

.pfbd-form input { height: 40px; line-height: 40px; }

.pfbd-form textarea { height: 98px; line-height: 20px; padding-top: 10px; }

.pfbd-form .item-input { margin-bottom: 15px; position: relative; }

.pfbd-form .item-input .iconfont { position: absolute; font-size: 18px; font-size: 1.8rem; left: 0; display: block; top: 0; line-height: 40px; height: 40px; width: 36px; text-align: center; }

.pfbd-form .item-input input, .pfbd-form .item-input textarea { padding-left: 36px; }

.pfbd-form .item-code { margin-bottom: 15px; }

.pfbd-form .item-code input { float: left; width: 140px; }

.pfbd-form .item-img { cursor: pointer; float: right; line-height: 40px; }

.pfbd-form .item-img img { vertical-align: middle; max-height: 40px; }

.pfbd-form .item-btn { text-align: center; height: 40px; line-height: 40px; background-color: #2D7DC7; color: #fff; }

.pfbd-form .item-btn:hover { background-color: #000; }

@media screen and (max-width: 767px) { .pfbd { display: none; } }

@media screen and (min-width: 768px) { .n-nav, .n-nav-icon { display: none; } }

@-webkit-keyframes resize { from, 60%, 75%, 90%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% { opacity: 0;
    -webkit-transform: scale(5, 5);
    transform: scale(5, 5); }
  100% { opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }

@-moz-keyframes resize { from, 60%, 75%, 90%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% { opacity: 0;
    -webkit-transform: scale(5, 5);
    -moz-transform: scale(5, 5);
         transform: scale(5, 5); }
  100% { opacity: 1;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
         transform: scale(1, 1); } }

@keyframes resize { from, 60%, 75%, 90%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% { opacity: 0;
    -webkit-transform: scale(5, 5);
    -moz-transform: scale(5, 5);
      -o-transform: scale(5, 5);
         transform: scale(5, 5); }
  100% { opacity: 1;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
      -o-transform: scale(1, 1);
         transform: scale(1, 1); } }

.n-nav .n-nav-icon { position: fixed; right: 5px; top: 14px; width: 35px; height: 28px; line-height: 28px; text-align: center; -webkit-transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s; z-index: 999999999; }

.n-nav .n-nav-icon .iconfont { font-size: 20px; font-size: 2.0rem; color: #2D7DC7; }

.n-nav .n-nav-icon span { display: none; width: 100%; height: 2px; margin-bottom: 4px; background-color: #2D7DC7; }

.n-nav .n-nav-icon.active { top: 5px; background: #666 url(../fonts/nav-close.png) no-repeat center; background-size: 30px; }

.n-nav .n-nav-icon.active span, .n-nav .n-nav-icon.active .iconfont { display: none; }

.n-nav .n-nav-body { display: none; position: fixed; z-index: 99999; top: 0; bottom: 0; width: 100%; left: 0; overflow-y: scroll; background-color: #666; padding-top: 40px; }

.n-nav .box-search { background-color: #fff; padding: 5px 10px; position: relative; border: solid 1px #2D7DC7; margin: 5px 10px; }

.n-nav .box-search .item-input { width: 100%; line-height: 32px; height: 32px; padding: 0 60px 0 0; }

.n-nav .box-search .iconfont { font-weight: bold; background-color: #2D7DC7; width: 44px; height: 32px; line-height: 32px; -webkit-border-radius: 5px; border-radius: 5px; color: #fff; text-align: center; position: absolute; right: 10px; top: 5px; z-index: 0; }

.n-nav .box-search .iconfont:hover { background-color: #666; }

.n-nav .box-search .item-submit { position: absolute; width: 44px; height: 32px; right: 10px; top: 5px; z-index: 1; }

.n-nav .box-list { margin-top: 30px; }

.n-nav .box-list > li { position: relative; -webkit-animation-duration: 0.5s; -moz-animation-duration: 0.5s; animation-duration: 0.5s; -webkit-animation-fill-mode: both; -moz-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-name: resize; -moz-animation-name: resize; animation-name: resize; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; padding: 0 10px; }

.n-nav .box-list > li a { display: block; font-size: 14px; font-size: 1.4rem; line-height: 26px; padding: 10px 25px 10px 10px; color: #fff; text-transform: uppercase; border-bottom: 1px solid rgba(255, 255, 255, 0.3); }

.n-nav .box-list li { position: relative; }

.n-nav .box-list li .has-next { position: absolute; top: 10px; right: 10px; width: 20px; height: 20px; background: url(/themes/simplebootx/style/fonts/n1.png) no-repeat center; background-size: contain; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; cursor: pointer; }

.n-nav .box-list li.active > .has-next { background: url(/themes/simplebootx/style/fonts/n2.png) no-repeat center; background-size: contain; }

.n-nav .box-list .yiji-list { display: none; }

.n-nav .box-list .yiji-list li { padding-left: 12px; }

.n-nav .box-list .yiji-list li .has-next { right: 0; }

.n-nav .box-list .yiji-list li > a { padding: 10px 25px 10px 20px; line-height: 22px; position: relative; }

.n-nav .box-list .yiji-list li > a:before { position: absolute; content: ''; width: 5px; height: 5px; background-color: #fff; top: 19px; left: 10px; }

.n-nav .box-list .erji-list { display: none; }

.n-nav .box-list .sanji-list { display: none; }

#banner { position: relative; }

#banner video { position: absolute; display: block; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); min-width: 100%; min-height: 100%; 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; }

#banner .carouse { width: 100%; overflow: hidden; position: relative; }

#banner .carouse .slideItem { width: 100%; position: absolute; cursor: pointer; }

#banner .carouse .slideItem .banner-img { width: 100%; display: block; }

#banner .console { height: 57px; display: inline-block; width: 35px; position: absolute; top: 40%; }

#banner .carousel-control { position: absolute; top: 50%; z-index: 2; text-align: center; margin-top: -24px; }

#banner .carousel-control .iconfont { display: block; width: 48px; height: 48px; line-height: 48px; background-color: #000; background-color: rgba(0, 0, 0, 0.5); font-size: 24px; font-size: 2.4rem; color: #fff; }

#banner .carousel-control .iconfont:hover { background-color: #0073C3; background-color: rgba(0, 115, 195, 0.6); }

#banner .carousel-control.left { left: 60px; cursor: pointer; }

#banner .carousel-control.right { right: 60px; cursor: pointer; }

@media screen and (max-width: 1219px) { #banner .carousel-control { margin-top: -20px; }
  #banner .carousel-control .iconfont { width: 40px; height: 40px; line-height: 40px; font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 980px) { #banner .carousel-control { display: none; } }

#banner .dotList { position: absolute; bottom: 23px; z-index: 2; width: 100%; letter-spacing: 0; font-size: 0; text-align: center; }

#banner .dotList li { display: inline-block; vertical-align: bottom; cursor: pointer; margin: 0 5px; outline: none; font-size: 0; border: solid 1px #0073C3; -webkit-border-radius: 50%; border-radius: 50%; width: 13px; height: 13px; opacity: 0.8; filter: alpha(opacity=80); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; }

#banner .dotList li.active { background-color: #0073C3; }

@media screen and (max-width: 991px) { #banner .dotList { bottom: 15px; }
  #banner .dotList li { width: 12px; height: 12px; margin: 0 3px; } }

@media screen and (max-width: 767px) { #banner .dotList { bottom: 10px; }
  #banner .dotList li { width: 8px; height: 8px; margin: 0 2px; } }

@charset "UTF-8";

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  11.1% {
    -webkit-transform: none;
            transform: none
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
            transform: skewX(-12.5deg) skewY(-12.5deg)
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
            transform: skewX(6.25deg) skewY(6.25deg)
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
            transform: skewX(-3.125deg) skewY(-3.125deg)
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
            transform: skewX(1.5625deg) skewY(1.5625deg)
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
            transform: skewX(-0.78125deg) skewY(-0.78125deg)
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
            transform: skewX(0.390625deg) skewY(0.390625deg)
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
            transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
  }
  100% {
    -webkit-transform: none;
            transform: none
  }
}

@keyframes jello {
  11.1% {
    -webkit-transform: none;
            transform: none
  }

  22.2% {

    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
            transform: skewX(-12.5deg) skewY(-12.5deg)
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
            transform: skewX(6.25deg) skewY(6.25deg)
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
            transform: skewX(-3.125deg) skewY(-3.125deg)
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
            transform: skewX(1.5625deg) skewY(1.5625deg)
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
            transform: skewX(-0.78125deg) skewY(-0.78125deg)
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
            transform: skewX(0.390625deg) skewY(0.390625deg)
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
            transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
  }
  100% {
    -webkit-transform: none;
            transform: none
  }
}



.jello{
    -webkit-animation-name:jello;
            animation-name:jello;
    -webkit-transform-origin: center;

            transform-origin: center
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}


@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInStable {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  33.333% {
    opacity: 1;
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  
  66.666666% {
    opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes zoomInStable {
 0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  33.333% {
    opacity: 1;
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  
  66.666666% {
    opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.zoomInStable {
  -webkit-animation-name: zoomInStable;
  animation-name: zoomInStable;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@keyframes anime {
from {
	opacity: 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
}
to {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-moz-transform: scaleY(1);
}
}

@-webkit-keyframes anime {
from {
	opacity: 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
}
to {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-moz-transform: scaleY(1);
}
}

@-moz-keyframes anime {
from {
	opacity: 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
}
to {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-moz-transform: scaleY(1);
}

}

@-o-keyframes anime {
from {
	opacity: 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
}
to {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-moz-transform: scaleY(1);
}
}

@-ms-keyframes anime {
from {
	opacity: 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
}
to {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-moz-transform: scaleY(1);
}

}

@media screen and (min-width:1000px) and (max-width:1219px) {}
@media screen and (max-width:1219px) {}
@media screen and (max-width:991px) {	}
@media screen and (max-width:767px) {	}
@media screen and (max-width:640px) {	}
@media screen and (max-width:480px) {	}






@font-face {font-family: "iconfont";
  src: url('/themes/simplebootx/style/fonts/iconfont.eot?t=1604563896174'); /* IE9 */
  src: url('/themes/simplebootx/style/fonts/iconfont.eot?t=1604563896174#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('data:application/x-font-woff2;charset=utf-8;base64,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') format('woff2'),
  url('/themes/simplebootx/style/fonts/iconfont.woff?t=1604563896174') format('woff'),
  url('/themes/simplebootx/style/fonts/iconfont.ttf?t=1604563896174') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
  url('../fonts/iconfont.svg?t=1604563896174#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-size: 1.6rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-companyname:before {
  content: "\e610";
}

.icon-qiyemingcheng-tubiao:before {
  content: "\e605";
}

.icon-left2:before {
  content: "\e710";
}

.icon-right2:before {
  content: "\e711";
}

.icon-up13:before {
  content: "\e73a";
}

.icon-bottom13:before {
  content: "\e73b";
}

.icon-left13:before {
  content: "\e73c";
}

.icon-right13:before {
  content: "\e73d";
}

.icon-jiahao12:before {
  content: "\e6bb";
}

.icon-icon_phone_fill:before {
  content: "\ebad";
}

.icon-jianhao8:before {
  content: "\e682";
}

.icon-facebook:before {
  content: "\e620";
}

.icon-pinterest:before {
  content: "\e8ab";
}

.icon-linkedin:before {
  content: "\e648";
}

.icon-youtube:before {
  content: "\e6d6";
}

.icon-twitter:before {
  content: "\e607";
}

.icon-instagram:before {
  content: "\e79d";
}

.icon-whatsapp:before {
  content: "\e7bf";
}

.icon-wechat:before {
  content: "\e7c1";
}

.icon-fax:before {
  content: "\e7c2";
}

.icon-mobile:before {
  content: "\e7c3";
}

.icon-email1:before {
  content: "\e7c4";
}

.icon-phone:before {
  content: "\e7c6";
}

.icon-tel:before {
  content: "\e7c7";
}

.icon-website1:before {
  content: "\e7c9";
}

.icon-qq:before {
  content: "\e7ca";
}

.icon-phone1:before {
  content: "\e7cb";
}

.icon-skype:before {
  content: "\e7cc";
}

.icon-message2:before {
  content: "\e7dc";
}

.icon-message:before {
  content: "\ebe1";
}

.icon-whatsapp1:before {
  content: "\e7c5";
}

.icon-address1:before {
  content: "\e7c8";
}

.icon-contact1:before {
  content: "\e7cd";
}

.icon-email2:before {
  content: "\e7ce";
}

.icon-email11:before {
  content: "\e7cf";
}

.icon-address11:before {
  content: "\e7d0";
}

.icon-fax1:before {
  content: "\e7d1";
}

.icon-qq1:before {
  content: "\e7d2";
}

.icon-tel1:before {
  content: "\e7d3";
}

.icon-wechat1:before {
  content: "\e7d4";
}

.icon-website:before {
  content: "\e7d5";
}

.icon-phone2:before {
  content: "\e7d6";
}

.icon-mobile1:before {
  content: "\e7d7";
}

.icon-home:before {
  content: "\e624";
}

.icon-sousuo:before {
  content: "\e64c";
}

.icon-search:before {
  content: "\e602";
}

.icon-diqiu:before {
  content: "\e629";
}

.icon-feedback2:before {
  content: "\e601";
}

.icon-feedback:before {
  content: "\e69e";
}

.icon-bigger:before {
  content: "\e647";
}

.icon-search4:before {
  content: "\e7b2";
}

.icon-calendar:before {
  content: "\e7e1";
}

.icon-calendar1:before {
  content: "\e7e3";
}

.icon-APP1:before {
  content: "\e603";
}

.icon-pintuan:before {
  content: "\e6a9";
}

.icon-liebiao:before {
  content: "\e834";
}

.icon-dizhi:before {
  content: "\e604";
}

.icon-email3:before {
  content: "\e796";
}

.icon-tel2:before {
  content: "\e625";
}

.icon-bigger4:before {
  content: "\e64a";
}

.icon-up14:before {
  content: "\e73e";
}

.icon-bottom14:before {
  content: "\e73f";
}

.icon-left14:before {
  content: "\e740";
}

.icon-right14:before {
  content: "\e741";
}

.icon-up27:before {
  content: "\e78d";
}

.icon-bottom27:before {
  content: "\e78e";
}

.icon-left27:before {
  content: "\e78f";
}

.icon-right27:before {
  content: "\e790";
}

.icon-up7:before {
  content: "\e722";
}

.icon-bottom7:before {
  content: "\e723";
}

.icon-left7:before {
  content: "\e724";
}

.icon-right7:before {
  content: "\e725";
}

.icon-up9:before {
  content: "\e72a";
}

.icon-bottom9:before {
  content: "\e72b";
}

.icon-left9:before {
  content: "\e72c";
}

.icon-right9:before {
  content: "\e72d";
}

.icon-up16:before {
  content: "\e746";
}

.icon-bottom16:before {
  content: "\e747";
}

.icon-left16:before {
  content: "\e748";
}

.icon-right16:before {
  content: "\e749";
}

.icon-top10:before {
  content: "\e7ee";
}

.icon-bottom10:before {
  content: "\e7ef";
}

.icon-left10:before {
  content: "\e7f0";
}

.icon-right10:before {
  content: "\e7f1";
}

.icon-skype1:before {
  content: "\e600";
}

.icon-address:before {
  content: "\e7bc";
}

.icon-email:before {
  content: "\e7bd";
}

.icon-contact:before {
  content: "\e7be";
}


.listcart{ width:100%; margin-top:40px;margin-bottom: 40px;}
.listcart a{ background:#fff;display:inline-block;height: 30px;   line-height: 30px;cursor: pointer;border: none;overflow: hidden;color: #2D7DC7;cursor: pointer;  border:1px solid #2D7DC7; padding-left:10px; padding-right:10px; text-align:center; font-size:14px; font-size:1.4rem; margin-left:10px;}
.listcart a:hover{  border:#2D7DC7 solid 1px; background:#2D7DC7; color:#fff!important;}
@media screen and (max-width:999px){
.listcart a{margin-left:2.5%;margin-right:2.5%;padding-left: 6px;padding-right: 6px;}
.listcart{ width:100%;
}
}
@media screen and (max-width:420px){
.listcart a{ width:95% !important ; float:none; overflow:hidden; margin-bottom:1rem; margin-top:1rem}
}
.at-resp-share-element .at-icon{width: 24px!important;height: 24px!important;}
.at-style-responsive .at-share-btn{padding: 0!important; border-radius: 2px!important;}
.at-resp-share-element .at-share-btn .at-icon-wrapper{width: 24px!important;height: 24px!important;}
.at-resp-share-element .at-share-btn{margin-bottom: 0!important;margin-right: 3px!important;}
.ppp{line-height: 30px;margin-bottom: 20px;margin-top: 20px;}
.fl a.no:hover{color: #333;}
.shuxp_c a:hover{color: #2D7DC7;}
@media screen and (max-width: 1920px){
.m-kefu-chat.mobile-hide {
 
    right: 0px!important;
   
}
}

.m-kefu-chat.mobile-hide .mobile-logo {
 
    cursor: pointer!important;
}
.ppp,.shuxp_c{font-size: 16px;}



@media screen and (max-width: 767px) { .pfbd { display: none; }

.ppp,.shuxp_c{font-size: 14px;}

 }

.pro2-spec .item-box .item-pic { float: right; width: 44.16667%; margin-left: 7.5%; }

@media screen and (max-width: 1219px) { .pro2-spec .item-box .item-pic { margin-left: 4.16667%; } }

@media screen and (max-width: 991px) { .pro2-spec .item-box .item-pic { margin-left: 2.5%; } }

@media screen and (max-width: 400px) { .pro2-spec .item-box .item-pic { width: 100%; margin: 0 auto 10px; float: none; } }
 
 

 .fl a.no:hover{    color: #0A0A0A;}
 
 
.mobile-hide{display:none;}
.yuyan a{ margin-left:10px;}

.pfbd{
    bottom: -538px;
}
.pfbd img{
    width:100%;
}<!--ºÄÊ±1752916738.9475Ãë-->