.zoomPad{
	position:relative;
	float:left;
	z-index:99;
	cursor:crosshair;
}


.zoomPreload{
   -moz-opacity:0.8;
   opacity: 0.8;
   filter: alpha(opacity = 80);
   color: #333;
   font-size: 12px;
   font-family: Tahoma;
   text-decoration: none;
   border: 1px solid #CCC;
   background-color: white;
   padding: 8px;
   text-align:center;
   background-image: url(../images/zoomloader.gif);
   background-repeat: no-repeat;
   background-position: 43px 30px;
   z-index:110;
   width:90px;
   height:43px;
   position:absolute;
   top:0px;
   left:0px;
    * width:100px;
    * height:49px;
}


.zoomPup{
	overflow:hidden;
	background-color: #FFF;
	-moz-opacity:0.6;
	opacity: 0.6;
	filter: alpha(opacity = 60);
	z-index:120;
	position:absolute;
	border:1px solid #CCC;
  z-index:101;
  cursor:crosshair;
}



.zoomOverlay{
	position:absolute;
	left:0px;
	top:0px;
	background:#FFF;
	/*opacity:0.5;*/
	z-index:5000;
	width:100%;
	height:100%;
	display:none;
  z-index:101;
}

.zoomWindow{
	position:absolute;
	left:110%;
	top:40px;
	background:#FFF;
	z-index:6000;
	height:auto;
  z-index:10000;
  z-index:110;
}
.zoomWrapper{
	position:relative;
	border:1px solid #C6C6C6;
  z-index:110;
}
.zoomWrapperTitle{
	display:block;
	background:#C6C6C6;
	color:#FFF;
	height:18px;
	line-height:18px;
	width:100%;
  overflow:hidden;
	text-align:center;
	font-size:10px;
  position:absolute;
  top:0px;
  left:0px;
  z-index:120;
  -moz-opacity:0.6;
  opacity: 0.6;
  filter: alpha(opacity = 60);
}
.zoomWrapperImage{
	display:block;
  position:relative;
  overflow:hidden;
  z-index:110;

}
.zoomWrapperImage img{
  border:0px;
  display:block;
  position:absolute;
  z-index:101;
}

.zoomIframe{
  z-index: -1;
  filter:alpha(opacity=0);
  -moz-opacity: 0.80;
  opacity: 0.80;
  position:absolute;
  display:block;
}

/*********************************************************
/ When clicking on thumbs jqzoom will add the class
/ "zoomThumbActive" on the anchor selected
/*********************************************************/
#baguetteBox-overlay { display: none; opacity: 0; position: fixed; overflow: hidden; top: 0; left: 0; width: 100%; height: 100%; background-color: #222; background-color: rgba(0, 0, 0, 0.8); -webkit-transition: opacity .5s ease; -o-transition: opacity .5s ease; -moz-transition: opacity .5s ease; transition: opacity .5s ease; z-index: 99999999999999999999999999999999999999; }

#baguetteBox-overlay.visible { opacity: 1; }

#baguetteBox-overlay .full-image { display: inline-block; position: relative; width: 100%; height: 100%; text-align: center; }

#baguetteBox-overlay .full-image figure { display: inline; margin: 0; height: 100%; }

#baguetteBox-overlay .full-image img { display: inline-block; width: auto; height: auto; max-height: 100%; max-width: 100%; vertical-align: middle; -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

#baguetteBox-overlay .full-image figcaption { display: block; position: absolute; bottom: 0; width: 100%; text-align: center; line-height: 1.8; color: #ccc; background-color: #000; background-color: rgba(0, 0, 0, 0.6); font-family: Verdana, Geneva, sans-serif; }

#baguetteBox-overlay .full-image:before { content: ""; display: inline-block; height: 50%; width: 1px; margin-right: -1px; }

#baguetteBox-slider { position: absolute; left: 0; top: 0; height: 100%; width: 100%; white-space: nowrap; -webkit-transition: left .4s ease, -webkit-transform .4s ease; transition: left .4s ease, -webkit-transform .4s ease; -o-transition: left .4s ease, -o-transform .4s ease; -moz-transition: left .4s ease, transform .4s ease, -moz-transform .4s ease; transition: left .4s ease, transform .4s ease; transition: left .4s ease, transform .4s ease, -webkit-transform .4s ease, -moz-transform .4s ease, -o-transform .4s ease; transition: left .4s ease, transform .4s ease, -webkit-transform .4s ease; }

#baguetteBox-slider.bounce-from-right { -webkit-animation: bounceFromRight .4s ease-out; -moz-animation: bounceFromRight .4s ease-out; animation: bounceFromRight .4s ease-out; }

#baguetteBox-slider.bounce-from-left { -webkit-animation: bounceFromLeft .4s ease-out; -moz-animation: bounceFromLeft .4s ease-out; animation: bounceFromLeft .4s ease-out; }

.baguetteBox-button#next-button, .baguetteBox-button#previous-button { top: 50%; top: -webkit-calc(50% - 30px); top: -moz-calc(50% - 30px); top: calc(50% - 30px); width: 44px; height: 60px; }

.baguetteBox-button { position: absolute; cursor: pointer; outline: 0; padding: 0; margin: 0; border: 0; border-radius: 15%; background-color: #323232; background-color: rgba(50, 50, 50, 0.5); color: #ddd; font: 1.6em sans-serif; -webkit-transition: background-color .4s ease; -o-transition: background-color .4s ease; -moz-transition: background-color .4s ease; transition: background-color .4s ease; }

.baguetteBox-button:hover { background-color: rgba(50, 50, 50, 0.9); }

.baguetteBox-button#next-button { right: 2%; display: block !important; }

.baguetteBox-button#previous-button { left: 2%; display: block !important; }

.baguetteBox-button#close-button { top: 20px; right: 2%; right: -webkit-calc(2% + 6px); right: -moz-calc(2% + 6px); right: calc(2% + 6px); width: 30px; height: 30px; }

.baguetteBox-button svg { position: absolute; left: 0; top: 0; }

/**/

/* CSS Document */
* { margin: 0; padding: 0; -moz-box-sizing: border-box; box-sizing: border-box; }

html { font-size: 62.5%; }

body { color: #333; font-family: "OpenSans"; 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: "OpenSans"; font-size: 14px; font-size: 1.4rem; border: none; outline: none; background: none; }

input:focus, textarea:focus, select:focus { outline: none; }

textarea { resize: none; }

.pull-left { float: left; }

.pull-right { float: right; }

.clear { clear: both; }

.fix { *zoom: 1; }

.fix:after, .fix:before { display: block; content: "clear"; height: 0; clear: both; overflow: hidden; visibility: hidden; }

/* html5 */
article, aside, dialog, footer, header, section, footer, nav, figure, menu { display: block; }

::-webkit-input-placeholder { color: #666; opacity: 1; }

/* WebKit browsers */
:-o-placeholder { color: #666; opacity: 1; }

/* Mozilla Firefox 4 to 18 */
::-moz-placeholder { color: #666; opacity: 1; }

/* Mozilla Firefox 19+ */
:-ms-input-placeholder { color: #666; opacity: 1; }

/* Internet Explorer 10+ */
::-moz-selection { color: #fff; background: #D6223F; }
::selection { color: #fff; background: #D6223F; }

.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-title { overflow: hidden; }

[class*="-item"] .item-title a { display: block; }

[class*="-item"] .item-title a:hover { color: #D6223F !important; }

[class*="-item"] .item-subt { overflow: hidden; }

[class*="-item"] .item-subt a { display: block; }

[class*="-item"] .item-subt a:hover { color: #D6223F !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: #D6223F !important; }

.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; }

/* 2024change */
.pro1-list>li { margin-left: 1% !important; }

.no1_marginl { margin:5px 20px 0 0 !important; }

.at-resp-share-element .at4-share-count-container { text-decoration: none; float: right; padding-right: 15px; line-height: 25px !important; }

.at-resp-share-element .at-icon { width: 24px !important; height: 24px !important; }

.at-style-responsive .at-share-btn { padding: 0 !important; border-radius: 2px !important; }

.at-resp-share-element .at-share-btn .at-icon-wrapper { width: 24px !important; height: 24px !important; }

.at-resp-share-element .at-share-btn { margin-bottom: 0 !important; margin-right: 3px !important; }

.at-resp-share-element .at-icon { width: 24px !important; height: 24px !important; }

.at-style-responsive .at-share-btn { padding: 0 !important; border-radius: 2px !important; }

.at-resp-share-element .at-share-btn .at-icon-wrapper { width: 24px !important; height: 24px !important; }

.at-resp-share-element .at-share-btn { margin-bottom: 0 !important; margin-right: 3px !important; }

/*-------------table start-------------------------------------------------------------------*/
.table table { width: 100%; border-collapse: collapse; border: 1px solid #bfbfbf; text-align: center; }

.table table p { line-height: 20px !important; }

.table table p { min-height: 20px !important; }

.table table, .table table a { color: #000; }

.table table tr:nth-child(2n+1) { background-color: #d9d9d9; }

.table table tr td { padding: 1px 3px; border: 1px solid #bfbfbf; }

@media screen and (max-width: 991px) { .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: 13px; right: 0; 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: #D6223F; }

@media screen and (max-width: 767px) { .proslide_menubtn { display: block; } }

/*-------------proslide_menubtn end----------------------------------------------------------*/
/*-------------page-start--------------------------------------------------------------------*/
.page { text-align: center; overflow: hidden; font-size: 0; letter-spacing: 0; }

.page a { display: inline-block; vertical-align: top; border: solid 1px #E5E5E5; background-color: #fff; color: #333; min-width: 35px; padding: 0 2px; height: 30px; line-height: 28px; margin: 0 4px 10px; font-size: 12px; font-size: 1.2rem; }

.page a.prev { min-width: 61px; }

.page a.next { min-width: 61px; }

.page a:hover, .page a.page-active { border-color: #D6223F; background-color: #D6223F; color: #FFFFFF; }

@media only screen and (max-width: 767px) { .page a { height: 28px; line-height: 26px; min-width: 28px; }
  .page a.prev { min-width: 60px; }
  .page a.next { min-width: 60px; } }

.page .fl { float: left; display: inline-block; vertical-align: top; font-size: 0; letter-spacing: 0; }

@media only screen and (max-width: 767px) { .page .fl { float: none; } }

.page .add-form { float: right; display: inline-block; vertical-align: top; margin-left: 5px; }

.page .add-form .add-btn { font-size: 14px; font-size: 1.4rem; text-align: center; min-width: 150px; padding: 0 10px; height: 30px; line-height: 28px; background-color: #D6223F; color: #FFFFFF; cursor: pointer; }

.page .add-form .add-btn:hover { background-color: #fff; }

@media only screen and (max-width: 767px) { .page .add-form { float: none; }
  .page .add-form .add-btn { min-width: 140px; height: 28px; line-height: 26px; font-size: 12px; font-size: 1.2rem; } }

/*-------------page-end--------------------------------------------------------------------*/
/*-------------contact start---------------------------------------------------------------*/
.contact-pc { position: fixed; z-index: 999; right: 0; width: 55px; }

.contact-pc li { position: relative; width: 100%; height: 55px; margin-bottom: 1px; border-radius: 5px; background: #C1C1C1; }

.contact-pc li:hover { background-color: #D6223F; }

.contact-pc li a { display: block; height: 100%; width: 100%; text-align: center; line-height: 55px; cursor: pointer; }

.contact-pc li .iconfont { color: #fff; }

.contact-pc li .ewm { position: absolute; bottom: 0; left: 125px; max-width: 120px; width: 120px; height: 120px; }

.contact-pc li.ewm-box:hover .ewm { left: -125px; }

.c1 .iconfont { font-size: 22px; font-size: 2.2rem; }

.c2 .iconfont { font-size: 21px; font-size: 2.1rem; }

.c3 .iconfont { font-size: 21px; font-size: 2.1rem; }

.c4 .iconfont { font-size: 25px; font-size: 2.5rem; }

.contact-phone { position: fixed; bottom: 0; height: 50px; left: 0; right: 0; display: none; z-index: 999; }

.contact-phone li { width: 25%; height: 100%; float: left; position: relative; background: #343536; }

.contact-phone li a { display: block; height: 100%; width: 100%; text-align: center; line-height: 50px; cursor: pointer; }

.contact-phone li .iconfont { color: #fff; }

.contact-phone li .ewm { position: absolute; bottom: 50px; right: 50%; margin-right: -60px; display: none; max-width: 120px; width: 120px; height: 120px; }

@media only screen and (max-width: 767px) { .contact-pc { display: none; }
  .contact-phone { display: block; }
  body { padding-bottom: 50px; } }

/*-------------contact end-----------------------------------------------------------------*/
/*-------------pro-share start-------------------------------------------------------------*/
.pro-share { font-size: 0; letter-spacing: 0; }

.pro-share .share-title { margin-right: 8px; display: inline-block; *display: inline; *zoom: 1; line-height: 26px; font-size: 16px; font-size: 1.6rem; color: #666; }

@media only screen and (max-width: 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 { margin-top: 19px; border-top: solid 1px #ccc; padding-top: 34px; font-size: 16px; font-size: 1.6rem; line-height: 30px; }

.m-oths, .m-oths a { color: #000; }

.m-oths a:hover { color: #D6223F; }

.m-oths .item-name { float: left; margin-right: 5px; }

.m-oths .item-info { overflow: hidden; }

@media screen and (max-width: 991px) { .m-oths { padding-top: 15px; font-size: 14px; font-size: 1.4rem; line-height: 26px; } }

@media screen and (max-width: 767px) { .m-oths { padding-top: 15px; line-height: 22px; } }

/*-------------bread start-----------------------------------------------------------------*/
.bread { border-bottom: solid 1px #CCCCCC; font-size: 16px; font-size: 1.6rem; line-height: 24px; padding-top: 27px; padding-bottom: 17px; overflow: hidden; }

.bread, .bread a { color: #333; }

.bread a:hover, .bread .bread-active { color: #D6223F; }

.bread .iconfont { color: #666; margin-right: 15px; }

@media screen and (max-width: 991px) { .bread { font-size: 14px; font-size: 1.4rem; padding-top: 15px; padding-bottom: 15px; }
  .bread .iconfont { margin-right: 5px; } }

@media screen and (max-width: 767px) { .bread { font-size: 14px; font-size: 1.4rem; padding-top: 10px; padding-bottom: 5px; } }

/*-------------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: 48px; }

@media screen and (max-width: 991px) { .search { margin-top: 32px; } }

@media screen and (max-width: 767px) { .search { position: absolute; top: 8px; right: 40px; margin-top: 0; } }

.search .search-icon { cursor: pointer; display: block; }

.search .search-icon .iconfont { display: block; font-size: 20px; font-size: 2rem; color: #333; }

.search .search-box { display: none; overflow: hidden; position: absolute; top: 38px; right: 0; z-index: 999; width: 260px; height: 50px; border-radius: 2px; background-color: #fff; box-shadow: 0 0 10px rgba(0, 0, 0, 0.22); padding: 10px 10px; cursor: pointer; }

.search .search-box .iconfont { border-radius: 5px; font-size: 20px; font-size: 2rem; color: #fff; background-color: #D6223F; position: absolute; width: 30px; height: 30px; line-height: 30px; text-align: center; right: 10px; top: 50%; margin-top: -15px; z-index: -1; }

.search .search-box .item-input { position: absolute; height: 30px; line-height: 30px; top: 50%; margin-top: -15px; width: 100%; left: 0; padding: 0 45px 0 10px; }

.search .search-box .item-submit { position: absolute; width: 35px; height: 100%; top: 0px; right: 0px; cursor: pointer; z-index: 1; }

/*-------------header start----------------------------------------------------------------*/
.header { position: relative; z-index: 999; width: 100%; /* 767 navlist1 */ }

.header .wp { position: relative; }

.header .logo { float: left; display: block; width: 269px; margin-top: 33px; }

.header .logo img { display: block; width: 100%; }

@media screen and (max-width: 991px) { .header .logo { width: 200px; margin-top: 25px; } }

@media screen and (max-width: 767px) { .header .logo { float: none; width: 180px; margin: 30px 0 15px; } }

.header .navlist { float: right; margin-right: 13px; font-size: 0; letter-spacing: 0; }

.header .navlist > li { position: relative; display: inline-block; vertical-align: top; margin-left: 12px; }

.header .navlist > li:first-child { margin-left: 0; }

.header .navlist > li > a { font-size: 16px; font-size: 1.6rem; text-transform: uppercase; color: #333; display: block; position: relative; line-height: 24px; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; font-family: 'OpenSans-Bold'; padding: 46px 19px 47px; }

.header .navlist > li.nav-active > a, .header .navlist > li:hover > a { background-color: #D6223F; color: #fff; }

@media screen and (max-width: 1219px) { .header .navlist > li { margin-left: 5px; }
  .header .navlist > li > a { padding-left: 12px; padding-right: 12px; } }

@media screen and (max-width: 991px) { .header .navlist { margin-right: 5px; }
  .header .navlist > li { margin-left: 5px; }
  .header .navlist > li > a { font-size: 14px; font-size: 1.4rem; padding-left: 5px; padding-right: 5px; padding-top: 32px; padding-bottom: 32px; } }

@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: 226px; left: 0; display: block; visibility: hidden; opacity: 0; -webkit-transform: translateY(30px); -moz-transform: translateY(30px); -ms-transform: translateY(30px); -o-transform: translateY(30px); transform: translateY(30px); -webkit-transform-origin: top; -moz-transform-origin: top; -ms-transform-origin: top; -o-transform-origin: top; transform-origin: top; -webkit-transition: all 400ms ease; -o-transition: all 400ms ease; -moz-transition: all 400ms ease; transition: all 400ms ease; background-color: #fff; padding: 6px 0 15px; }

@media screen and (max-width: 1219px) { .header .yiji { left: 50%; margin-left: -113px; } }

.header .yiji li { position: relative; text-align: left; }

.header .yiji li > a { display: inline-block; line-height: 24px; padding: 8px 23px; font-size: 16px; font-size: 1.6rem; color: #333; }

.header .yiji li:hover > a { color: #D6223F; }

.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: 1219px) { .header .yiji li > a { font-size: 14px; font-size: 1.4rem; padding: 6px 12px; } }

@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; border-left: solid 1px transparent; width: 200px; 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 .erji > li, .header .sanji > li { background-color: #fff; }

.header .erji > li a, .header .sanji > li a { font-size: 14px; font-size: 1.4rem; padding: 6px 15px; }

.header .navlist1 { display: none; width: 100%; }

.header .navlist1 > li { float: left; width: 25%; text-align: center; padding: 0 0 5px; }

.header .navlist1 > li > a { display: block; position: relative; line-height: 20px; text-transform: capitalize; padding: 6px 0; font-family: "OpenSans-Semibold"; }

.header .navlist1 > li.nav-active > a, .header .navlist1 > li:hover > a { background-color: #D6223F; color: #fff; }

@media screen and (max-width: 767px) { .header .navlist1 { display: block; } }

/*-------------header end------------------------------------------------------------------*/
/*-------------footer start----------------------------------------------------------------*/
.footer { background-color: #292929; }

.footer, .footer a { color: #fff; }

.footer a:hover { color: #D6223F; }

.footer .f-top { background-color: #343536; padding: 34px 0 24px; }

.footer .f-top .footer-title { font-family: "OpenSans-Semibold"; font-size: 18px; font-size: 1.8rem; margin-bottom: 15px; }

.footer .f-top ul { line-height: 28px; }

.footer .f-top .flist1 { float: left; width: 402px; }

.footer .f-top .flist1 ul { float: left; width: 132px; padding-right: 10px; }

.footer .f-top .flist2 { float: left; width: 370px; }

.footer .f-top .flist3 { float: right; width: 413px; }

.footer .f-top .copyright { line-height: 30px; }

.footer .f-top .copyright img { margin-left: 5px; }

.footer .f-top .f-follow { font-size: 0; letter-spacing: 0; margin-bottom: 10px; padding-top: 2px; }

.footer .f-top .f-follow a { display: inline-block; vertical-align: middle; margin-left: 22px; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; }

.footer .f-top .f-follow a:first-child { margin-left: 0; }

.footer .f-top .f-follow a .iconfont { font-size: 23px; font-size: 2.3rem; }

.footer .f-top .f-follow a:hover { -webkit-transform: rotateY(180deg); -moz-transform: rotateY(180deg); transform: rotateY(180deg); }

@media screen and (max-width: 1219px) { .footer .f-top .flist1 { width: 270px; }
  .footer .f-top .flist2 { width: 270px; } }

@media screen and (max-width: 991px) { .footer .f-top .flist1 { width: 150px; }
  .footer .f-top .flist1 ul { width: 100%; }
  .footer .f-top .flist2 { width: 225px; }
  .footer .f-top .flist3 { width: 330px; } }

@media screen and (max-width: 767px) { .footer .f-top { text-align: center; padding: 20px 0; }
  .footer .f-top .flist1, .footer .f-top .flist2, .footer .f-top .footer-title { display: none; }
  .footer .f-top .flist3 { width: 100%; }
  .footer .f-top .f-follow { padding: 0; }
  .footer .f-top .f-follow a { margin-left: 15px; }
  .footer .f-top .f-follow a .iconfont { font-size: 20px; font-size: 2rem; }
  .footer .f-top .copyright { line-height: 24px; } }

@media screen and (max-width: 480px) { .footer .f-top .copyright { line-height: 20px; font-size: 12px; font-size: 1.2rem; } }

.footer .f-bot { background-color: #292929; }

.footer .f-bot .links { padding: 13px 0 13px; font-size: 14px; font-size: 1.4rem; line-height: 24px; }

.footer .f-bot .links a { display: inline-block; margin-right: 30px; }

@media screen and (max-width: 767px) { .footer .f-bot { display: none; } }

/*-------------footer end------------------------------------------------------------------*/
/*-------------index start-----------------------------------------------------------------*/
.index-txt { padding: 53px 0 39px; }

@media screen and (max-width: 991px) { .index-txt { padding-top: 40px; } }

@media screen and (max-width: 767px) { .index-txt { padding: 30px 0; } }

@media screen and (max-width: 480px) { .index-txt { padding: 20px 0; } }

.index-txt .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 34px; margin-bottom: 45px; }

.index-txt .item-desc strong { font-weight: normal; font-size: 24px; font-size: 2.4rem; color: #D6223F; }

.index-txt .item-desc a { display: inline-block; }

.index-txt .item-desc a:hover { color: #D6223F; }

.index-txt .item-desc a:hover strong { color: #333; }

@media screen and (max-width: 991px) { .index-txt .item-desc { line-height: 28px; margin-bottom: 30px; } }

@media screen and (max-width: 767px) { .index-txt .item-desc { margin-bottom: 20px; font-size: 14px; font-size: 1.4rem; line-height: 24px; }
  .index-txt .item-desc strong { font-size: 20px; font-size: 2rem; } }

@media screen and (max-width: 480px) { .index-txt .item-desc { font-size: 12px; font-size: 1.2rem; line-height: 20px; }
  .index-txt .item-desc strong { font-size: 16px; font-size: 1.6rem; } }

.index-txt .item-btn { display: inline-block; min-width: 139px; line-height: 24px; padding: 6px; border: solid 1px #333; text-align: center; font-size: 16px; font-size: 1.6rem; text-transform: uppercase; }

.index-txt .item-btn:hover { background-color: #D6223F; color: #fff; border: solid 1px #D6223F; }

@media screen and (max-width: 767px) { .index-txt .item-btn { font-size: 14px; font-size: 1.4rem; line-height: 20px; min-width: 110px; } }

@media screen and (max-width: 480px) { .index-txt .item-btn { padding: 3px; font-size: 12px; font-size: 1.2rem; } }

/* index-adbox start */
.index-adbox { padding: 63px 0 35px; margin-bottom: 80px; background:rgba(0,0,0,0.6) no-repeat center; background-attachment: fixed; position: relative; }

@media screen and (max-width: 1219px) { .index-adbox { margin-bottom: 70px; } }

@media screen and (max-width: 991px) { .index-adbox { padding: 50px 0 30px; margin-bottom: 50px; } }

@media screen and (max-width: 767px) { .index-adbox { padding: 30px 0 10px; margin-bottom: 30px; } }

.index-adbox:before { position:absolute; content: ''; top:0; bottom:0; left: 0; right: 0;  background:rgba(0,0,0,0.6) no-repeat center; background-size: cover; z-index: -1; }

.index-adbox .top-item { margin-bottom: 56px; }

@media screen and (max-width: 991px) { .index-adbox .top-item { margin-bottom: 40px; } }

@media screen and (max-width: 767px) { .index-adbox .top-item { margin-bottom: 20px; } }

.index-adbox .top-item .item-title { font-size: 26px; font-size: 2.6rem; font-family: "OpenSans-Semibold"; text-align: center; margin-bottom: 24px; }

.index-adbox .top-item .item-title a { display: inline-block; }

.index-adbox .top-item .item-title, .index-adbox .top-item .item-title a { color: #fff; }

@media screen and (max-width: 991px) { .index-adbox .top-item .item-title { margin-bottom: 15px; font-size: 24px; font-size: 2.4rem; } }

@media screen and (max-width: 767px) { .index-adbox .top-item .item-title { font-size: 20px; font-size: 2.0rem; margin-bottom: 10px; } }

.index-adbox .top-item .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 26px; text-align: center; max-width: 1120px; margin: 0 auto; }

.index-adbox .top-item .item-desc, .index-adbox .top-item .item-desc a { color: #fff; }

@media screen and (max-width: 991px) { .index-adbox .top-item .item-desc { line-height: 22px; } }

@media screen and (max-width: 767px) { .index-adbox .top-item .item-desc { font-size: 12px; font-size: 1.2rem; line-height: 20px; } }

.index-adbox .box-list { font-size: 0; letter-spacing: 0; text-align: center; }

.index-adbox .box-list .list-item { display: inline-block; vertical-align: top; width: 20%; text-align: center; padding: 0 10px; margin-bottom: 20px; }

@media screen and (max-width: 767px) { .index-adbox .box-list .list-item { width: 33.33%; } }

@media screen and (max-width: 480px) { .index-adbox .box-list .list-item { width: 50%; } }

.index-adbox .box-list .item1 .item-title a span, .index-adbox .box-list .item4 .item-title a span { font-size: 36px; font-size: 3.6rem; }

.index-adbox .box-list .item-title { width: 120px; height: 120px;border-radius: 50%; border: solid 2px #fff; margin: 0 auto 31px; line-height: 116px; -webkit-transition: all .3s; -o-transition: all .3s; -moz-transition: all .3s; transition: all .3s; }

.index-adbox .box-list .item-title, .index-adbox .box-list .item-title a { color: #fff; }

.index-adbox .box-list .item-title a { font-size: 0; letter-spacing: 0; }

.index-adbox .box-list .item-title a > * { display: inline-block; vertical-align: top; font-size: 24px; font-size: 2.4rem; }

.index-adbox .box-list .item-title a span { font-family: "OpenSans-Semibold"; }

.index-adbox .box-list .item-title em { font-style: normal; position: relative; top: -3px; }

.index-adbox .box-list .item-title:hover { background-color: #D6223F; border-color: #D6223F; }

.index-adbox .box-list .item-title:hover, .index-adbox .box-list .item-title:hover a { color: #fff !important; }

@media screen and (max-width: 1219px) { .index-adbox .box-list .item-title { margin-bottom: 15px; }
  .index-adbox .box-list .item-title a > * { font-size: 20px !important; font-size: 2rem !important; } }

@media screen and (max-width: 991px) { .index-adbox .box-list .item-title { width: 100px; height: 100px; line-height: 96px; } }

@media screen and (max-width: 767px) { .index-adbox .box-list .item-title { width: 90px; height: 90px; line-height: 86px; }
  .index-adbox .box-list .item-title a > * { font-size: 18px !important; font-size: 1.8rem !important; } }

.index-adbox .box-list .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 24px; height: 72px; }

.index-adbox .box-list .item-desc, .index-adbox .box-list .item-desc a { color: #fff; }

@media screen and (max-width: 1219px) { .index-adbox .box-list .item-desc { line-height: 22px; height: 66px; } }

@media screen and (max-width: 991px) { .index-adbox .box-list .item-desc { font-size: 12px; font-size: 1.2rem; line-height: 20px; height: 60px; } }

/* index-adbox end */
.index-title { font-size: 26px; font-size: 2.6rem; line-height: 30px; font-family: "OpenSans-Semibold"; text-align: center; padding-bottom: 23px; position: relative; }

.index-title a { display: inline-block; }

.index-title a:hover { color: #D6223F; }

.index-title:before { position: absolute; content: ''; width: 80px; height: 3px; background-color: #D6223F; left: 50%; margin-left: -40px; bottom: 0; }

@media screen and (max-width: 1219px) { .index-title { font-size: 24px; font-size: 2.4rem; } }

@media screen and (max-width: 991px) { .index-title { font-size: 22px; font-size: 2.2rem; line-height: 1.2; padding-bottom: 15px; } }

@media screen and (max-width: 767px) { .index-title { font-size: 20px; font-size: 2rem; padding-bottom: 10px; } }

@media screen and (max-width: 640px) { .index-title { font-size: 18px; font-size: 1.8rem; padding-bottom: 10px; } }

/* index-probox start */
.index-probox { margin-bottom: 32px; }

@media screen and (max-width: 767px) { .index-probox { margin-bottom: 30px; } }

.index-probox .index-title { margin-bottom: 27px; }

@media screen and (max-width: 767px) { .index-probox .index-title { margin-bottom: 20px; } }

.index-probox .box-tab .tab-options { font-size: 0; letter-spacing: 0; text-align: center; margin-bottom: 36px; }

@media screen and (max-width: 991px) { .index-probox .box-tab .tab-options { margin-bottom: 10px; } }

@media screen and (max-width: 640px) { .index-probox .box-tab .tab-options { margin-bottom: 0; } }

.index-probox .box-tab .tab-options li { cursor: pointer; display: inline-block; vertical-align: top; font-size: 16px; font-size: 1.6rem; line-height: 24px; margin-left: 35px; color: #666; position: relative; }

.index-probox .box-tab .tab-options li:first-child { margin-left: 0; }

.index-probox .box-tab .tab-options li:first-child:before { display: none; }

.index-probox .box-tab .tab-options li:before { position: absolute; content: '|'; left: -22px; color: #666; }

.index-probox .box-tab .tab-options li:hover, .index-probox .box-tab .tab-options li.tab-active { color: #D6223F; }

@media screen and (max-width: 640px) { .index-probox .box-tab .tab-options li { font-size: 14px; font-size: 1.4rem; margin-left: 25px; }
  .index-probox .box-tab .tab-options li:before { left: -15px; } }

@media screen and (max-width: 480px) { .index-probox .box-tab .tab-options li { width: 48%; margin: 0 1% !important; }
  .index-probox .box-tab .tab-options li:before { display: none; } }

.index-probox .box-tab .tab-content-item { display: none; }

.index-probox .box-tab .tab-content-item:first-child { display: block; }

.index-probox .box-list { font-size: 0; letter-spacing: 0; }

@media screen and (max-width: 640px) { .index-probox .box-list { padding: 0 15px; } }

.index-probox .box-list .list-item { display: inline-block; vertical-align: top; width: 23.4375%; margin-left: 2.08333%; margin-top: 20px; }

@media screen and (max-width: 640px) { .index-probox .box-list .list-item { width: 48%; margin: 20px 1% 0 !important; } }

.index-probox .box-list .item-pic img { display: block; width: 100%; }

.index-probox .box-list .item-title { font-size: 18px; font-size: 1.8rem; line-height: 24px; margin-top: 20px; text-align: center; font-family: arial, helvetica, sans-serif; }

@media screen and (max-width: 1219px) { .index-probox .box-list .item-title { margin-top: 10px; } }

@media screen and (max-width: 991px) { .index-probox .box-list .item-title { font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 767px) { .index-probox .box-list .item-title { font-size: 14px; font-size: 1.4rem; line-height: 20px; margin-top: 5px; } }

/* index-probox end */
.index-project { background-color: #f5f5f5; margin-bottom: 25px; padding: 39px 0 43px; }

@media screen and (max-width: 767px) { .index-project { padding: 30px 0 20px; margin-bottom: 20px; } }

.index-project .index-title { margin-bottom: 31px; }

@media screen and (max-width: 991px) { .index-project .index-title { margin-bottom: 30px; } }

.index-project .index-title a { display: block; }

.index-project .index-title a:first-child { margin-bottom: 13px; }

@media screen and (max-width: 991px) { .index-project .index-title a:first-child { margin-bottom: 0; } }

.index-project .left-item { float: left; width: 49.5%; }

@media screen and (max-width: 640px) { .index-project .left-item { float: none; width: 98%; margin: 0 1% 10px; } }

.index-project .box-list { overflow: hidden; font-size: 0; letter-spacing: 0; }

.index-project .box-list .list-item { display: inline-block; vertical-align: top; width: 47.68977%; margin-left: 2.31023%; margin-bottom: 2%; }

@media screen and (max-width: 640px) { .index-project .box-list .list-item { width: 48%; margin: 0 1% 10px; } }

.index-project .item-pic img { display: block; width: 100%; }

/* index-news start */
.index-news { padding-bottom: 65px; }

@media screen and (max-width: 1219px) { .index-news { padding-bottom: 30px; } }

@media screen and (max-width: 991px) { .index-news { padding-bottom: 20px; } }

@media screen and (max-width: 767px) { .index-news { padding-bottom: 10px; } }

.index-news .index-title { margin-bottom: 33px; font-size: 32px; font-size: 3.2rem; line-height: 34px; padding-bottom: 25px; }

@media screen and (max-width: 1219px) { .index-news .index-title { font-size: 30px; font-size: 3rem; } }

@media screen and (max-width: 991px) { .index-news .index-title { font-size: 26px; font-size: 2.6rem; line-height: 1.2; padding-bottom: 15px; } }

@media screen and (max-width: 767px) { .index-news .index-title { font-size: 22px; font-size: 2.2rem; padding-bottom: 10px; margin-bottom: 30px; } }

@media screen and (max-width: 640px) { .index-news .index-title { font-size: 20px; font-size: 2.0rem; } }

.index-news .box-list .list-item { margin-bottom: 44px; }

@media screen and (max-width: 991px) { .index-news .box-list .list-item { margin-bottom: 30px; } }

@media screen and (max-width: 480px) { .index-news .box-list .list-item { margin-bottom: 20px; } }

.index-news .box-list .item-pic { float: right; width: 173px; margin-left: 90px; margin-top: 2px; }

.index-news .box-list .item-pic img { display: block; width: 100%; }

@media screen and (max-width: 1219px) { .index-news .box-list .item-pic { margin-left: 30px; margin-top: 0; } }

@media screen and (max-width: 767px) { .index-news .box-list .item-pic { margin-left: 15px; } }

@media screen and (max-width: 480px) { .index-news .box-list .item-pic { width: 130px; margin-left: 10px; } }

.index-news .box-list .item-date { float: left; width: 116px; height: 116px; border: solid 2px #333; border-radius: 10px; margin-right: 29px; text-align: center; font-size: 20px; font-size: 2rem; padding: 25px 5px 0; }

.index-news .box-list .item-date .item-day { margin-bottom: 11px; }

@media screen and (max-width: 1219px) { .index-news .box-list .item-date { margin-right: 20px; } }

@media screen and (max-width: 991px) { .index-news .box-list .item-date { width: 110px; height: 110px; } }

@media screen and (max-width: 767px) { .index-news .box-list .item-date { display: none; } }

.index-news .box-list .item-body { overflow: hidden; }

.index-news .box-list .item-title { margin-top: 9px; font-size: 18px; font-size: 1.8rem; line-height: 24px; position: relative; }

@media screen and (max-width: 767px) { .index-news .box-list .item-title { font-size: 16px; font-size: 1.6rem; margin-top: 5px; } }

@media screen and (max-width: 480px) { .index-news .box-list .item-title { font-size: 14px; font-size: 1.4rem; line-height: 20px; margin: 0; } }

.index-news .box-list .item-date1 { display: none; line-height: 20px; margin-top: 5px; }

@media screen and (max-width: 767px) { .index-news .box-list .item-date1 { display: block; } }

@media screen and (max-width: 480px) { .index-news .box-list .item-date1 { font-size: 12px; font-size: 1.2rem; margin: 0; } }

.index-news .box-list .item-desc { font-size: 14px; font-size: 1.4rem; margin-top: 16px; line-height: 30px; height: 60px; }

@media screen and (max-width: 767px) { .index-news .box-list .item-desc { margin-top: 10px; line-height: 24px; height: 48px; font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 480px) { .index-news .box-list .item-desc { margin-top: 5px; font-size: 12px; font-size: 1.2rem; line-height: 20px; height: 40px; } }

/* index-news end */
/*-------------index end-------------------------------------------------------------------*/
.page_wrap { padding: 45px 0 70px; }

@media screen and (max-width: 1219px) { .page_wrap { padding: 45px 0 70px; } }

@media screen and (max-width: 991px) { .page_wrap { padding: 40px 0 50px; } }

@media screen and (max-width: 767px) { .page_wrap { padding: 25px 0 30px; } }

/*-------------1-1-products start----------------------------------------------------------*/
.main { margin-top: -7px; }

@media screen and (max-width: 1219px) { .main { margin-top: 0; } }

.main .box-main { width: 74.66667%; margin-left: 3.25%; }

@media screen and (max-width: 991px) { .main .box-main { width: 100%; margin: 0 auto 40px; float: none; } }

@media screen and (max-width: 767px) { .main .box-main { margin-bottom: 20px; } }

.main .box-slide { overflow: hidden; }

.pro1-top { margin-top: 4px; }

.pro1-top .item-title { font-size: 18px; font-size: 1.8rem; font-family: "OpenSans-Semibold"; color: #D6223F; margin-bottom: 13px; }

@media screen and (max-width: 767px) { .pro1-top .item-title { font-size: 16px; font-size: 1.6rem; margin-bottom: 10px; } }

.pro1-top .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 30px; margin-bottom: 15px; color: #666; }

@media screen and (max-width: 991px) { .pro1-top .item-desc { line-height: 24px; } }

@media screen and (max-width: 767px) { .pro1-top .item-desc { line-height: 22px; } }

.pro1-list { font-size: 0; letter-spacing: 0; padding-bottom: 45px; }

@media screen and (max-width: 991px) { .pro1-list { padding-bottom: 30px; } }

@media screen and (max-width: 767px) { .pro1-list { padding-bottom: 10px; } }

/* 2024change */
/* .pro1-list .list-item { display: inline-block; vertical-align: top; width: 31.47321%; margin-left: 2.79018%; margin-bottom: 28px; text-align: center; } */
.box-main .pro1-list .list-item { display: inline-block; vertical-align: top; width: 31%; margin-left: 2.79018%; margin-bottom: 28px; text-align: center; }


@media screen and (max-width: 991px) { .pro1-list .list-item { width: 31.33%; margin: 0 1% 25px !important; } }

@media screen and (max-width: 550px) { .pro1-list .list-item { width: 48%; margin-bottom: 20px; } }

.pro1-list .item-pic { position: relative; }

.pro1-list .item-pic img { display: block; width: 100%; }

.pro1-list .item-title { font-size: 16px; font-size: 1.6rem; line-height: 24px; margin-bottom: 12px; margin-top: 10px; }

@media screen and (max-width: 767px) { .pro1-list .item-title { font-size: 14px; font-size: 1.4rem; margin-bottom: 10px; margin-top: 5px; } }

.pro1-list .item-btn { display: inline-block; min-width: 124px; line-height: 24px; border-radius: 6px; padding: 2px 3px 3px; border: solid 1px #D6223F; color: #D6223F; text-align: center; font-size: 14px; font-size: 1.4rem; }

.pro1-list .item-btn:hover { background-color: #D6223F; color: #fff; }

@media screen and (max-width: 767px) { .pro1-list .item-btn { min-width: 110px; padding: 3px; line-height: 20px; } }

@media screen and (max-width: 480px) { .pro1-list .item-btn { min-width: 90px; } }

.slide-title { font-family: "OpenSans-Semibold"; font-size: 22px; font-size: 2.2rem; border-bottom: solid 1px #BFBFBF; text-transform: capitalize; position: relative; }

.slide-title.slide-title2 { display: none; }

.slide-title a, .slide-title p { display: block; line-height: 24px; padding: 0 0 20px; color: #D6223F; }

.slide-title a:hover { color: #000; }

.slide-title.slide-title1 { border-bottom: 0; }

.slide-title.slide-title1 a, .slide-title.slide-title1 p { padding: 0; }

@media screen and (max-width: 1219px) { .slide-title { font-size: 22px; font-size: 2.2rem; } }

@media screen and (max-width: 767px) { .slide-title { font-size: 20px; font-size: 2.0rem; }
  .slide-title a, .slide-title p { padding-top: 8px; padding-bottom: 8px; }
  .slide-title.slide-title1 { display: none; }
  .slide-title.slide-title2 { display: block; padding-right: 30px; } }

@media screen and (max-width: 640px) { .slide-title { font-size: 18px; font-size: 1.8rem; } }

/* proslide start */
.proslide .yiji-list { /* @media screen and (max-width:767px) {display: none;} */ }

.proslide .yiji-list > li > a { display: block; font-size: 18px; font-size: 1.8rem; font-family: "OpenSans-Semibold"; line-height: 20px; border-bottom: solid 1px #BFBFBF; padding: 25px 20px 13px 0; position: relative; }

@media screen and (max-width: 1219px) { .proslide .yiji-list > li > a { font-size: 16px; font-size: 1.6rem; padding-top: 12px; padding-bottom: 8px; } }

.proslide .yiji-list > li:hover > a, .proslide .yiji-list > li.active > a { color: #D6223F; }

.proslide .erji-list { padding: 10px 0; border-bottom: solid 1px #BFBFBF; }

.proslide .erji-list > li > a { display: block; line-height: 20px; padding: 7px 0 7px 22px; color: #333; }

@media screen and (max-width: 1219px) { .proslide .erji-list > li > a { padding-top: 5px; padding-bottom: 5px; } }

.proslide .erji-list > li:hover > a, .proslide .erji-list > li.active > a { color: #D6223F; }

.proslide .sanji-list { padding: 5px 0; }

.proslide .sanji-list > li > a { display: block; line-height: 20px; padding: 3px 0 3px 40px; color: #666; }

.proslide .sanji-list > li:hover > a, .proslide .sanji-list > li.active > a { color: #D6223F; }

/* proslide end */
/* tags-slide start */
.tags-slide { margin-top: 44px; }

@media screen and (max-width: 1219px) { .tags-slide { margin-top: 30px; } }

.tags-slide .item-desc { padding: 15px 0 0 0; line-height: 30px; font-size: 16px; font-size: 1.6rem; word-break: break-word; }

.tags-slide .item-desc, .tags-slide .item-desc a { color: #333; }

.tags-slide .item-desc a:hover { color: #D6223F; }

@media screen and (max-width: 1219px) { .tags-slide .item-desc { line-height: 24px; font-size: 14px; font-size: 1.4rem; } }

/* tags-slide end*/
/* news-slide start */
.news-slide { margin-top: 46px; }

@media screen and (max-width: 1219px) { .news-slide { margin-top: 30px; } }

.news-slide .box-list .list-item { padding: 13px 0 16px 0; border-bottom: solid 1px #BFBFBF; margin-bottom: 6px; }

@media screen and (max-width: 1219px) { .news-slide .box-list .list-item { padding: 12px 0; } }

.news-slide .box-list .item-title { font-size: 16px; font-size: 1.6rem; font-family: "OpenSans-Semibold"; line-height: 30px; max-height: 60px; }

@media screen and (max-width: 1219px) { .news-slide .box-list .item-title { line-height: 24px; max-height: 48px; } }

.news-slide .box-list .item-desc { margin-top: 7px; font-size: 14px; font-size: 1.4rem; line-height: 26px; max-height: 78px; }

@media screen and (max-width: 1219px) { .news-slide .box-list .item-desc { line-height: 24px; max-height: 72px; } }

/* news-slide end */
/*-------------1-1-products end------------------------------------------------------------*/
/*-------------1-2-products start----------------------------------------------------------*/
.pro2-box { margin-top: -1px; }

.pro2-box .m-propic { margin: 0 auto; width: 599px; float: left; margin-right: 54px; }

@media screen and (max-width: 1419px) { .pro2-box .m-propic { margin-right: 30px; } }

.pro2-box .m-propic .pic-big { position: relative; float: left; width: 492px; }

.pro2-box .m-propic .big-img { display: block; line-height: 0; font-size: 0; border-radius: 0; border: 0 solid #ccc; }

.pro2-box .m-propic .big-img .zoomPad { float: none; z-index: 8; }

.pro2-box .m-propic .big-img .zoomPad img { border-radius: 0; }

.pro2-box .m-propic .zoomWrapperImage img { max-width: 1200px; }

.pro2-box .m-propic .pic-small { position: relative; float: right; width: 97px; padding: 23.5px 0; }

.pro2-box .m-propic .pic-btn { position: absolute; left: 0; width: 100%; text-align: center; }

.pro2-box .m-propic .pic-btn .iconfont { font-size: 23px; font-size: 2.3rem; color: #666; }

.pro2-box .m-propic .pic-btn .iconfont:hover { color: #D6223F; }

.pro2-box .m-propic .pic-btn.prev { top: -5px; }

.pro2-box .m-propic .pic-btn.next { bottom: -5px; }

.pro2-box .m-propic .pic-list { height: 393px; overflow: hidden; }

.pro2-box .m-propic .pic-list ul { height: 2000px; }

.pro2-box .m-propic .pic-list .list-item { margin-bottom: 15px; overflow: visible; padding-left: 0; }

.pro2-box .m-propic .pic-list .item-pics { display: block; border-radius: 0; border: 1px solid transparent; position: relative; overflow: hidden; }

.pro2-box .m-propic .pic-list .item-pics img { width: 100%; display: block; }

.pro2-box .m-propic .pic-list .item-pics:hover, .pro2-box .m-propic .pic-list .item-pics.zoomThumbActive { border-color: #D6223F; }

.pro2-box .m-propic2 { display: none; }

@media screen and (max-width: 1219px) { .pro2-box { /*.m-propic .pic-small { width: 110px; } .m-propic .pic-list { height: 444px; } .m-propic .list-item { margin-bottom: 40px; } */ }
  .pro2-box .zoomPad { cursor: default !important; }
  .pro2-box .zoomPup { display: none !important; }
  .pro2-box .zoomWindow { display: none !important; }
  .pro2-box .zoomPreload { display: none !important; }
  .pro2-box .m-propic { max-width: 100%; float: none; margin: 0 auto 30px; }
  .pro2-box .m-propic .pic-big { height: auto; } }

@media screen and (max-width: 767px) { .pro2-box .m-propic1 { display: none; }
  .pro2-box .m-propic2 { position: relative; display: block; overflow: hidden; width: 100%; padding-left: 30px; padding-right: 30px; }
  .pro2-box .m-propic2 .box-btn { position: absolute; top: 50%; margin-top: -12px; display: block; width: 24px; height: 24px; }
  .pro2-box .m-propic2 .box-btn .iconfont { font-size: 24px; font-size: 2.4rem; color: #666; }
  .pro2-box .m-propic2 .box-btn .iconfont:hover { color: #D6223F; }
  .pro2-box .m-propic2 .box-btn.prev { left: 0; }
  .pro2-box .m-propic2 .box-btn.next { right: 0; }
  .pro2-box .m-propic2 .box-list { overflow: hidden; }
  .pro2-box .m-propic2 .box-list ul { width: 1000%; }
  .pro2-box .m-propic2 .list-item { float: left; margin-left: .1%; margin-right: .1%; margin-bottom: 0; width: 3.13%; border-radius: 0; border: 0 solid #ccc; overflow: hidden; }
  .pro2-box .m-propic2 .list-item img { display: block; } }

@media only screen and (max-width: 767px) and (max-width: 640px) { .pro2-box .m-propic2 .list-item { width: 4.8%; } }

@media only screen and (max-width: 767px) and (max-width: 480px) { .pro2-box .m-propic2 .list-item { width: 9.8%; } }

/* pro-info */
.pro2-info { overflow: hidden; }

.pro2-info .item-title { font-family: "OpenSans-Semibold"; font-size: 24px; font-size: 2.4rem; line-height: 28px; margin-top: -2px; margin-bottom: 20px; }

@media screen and (max-width: 1219px) { .pro2-info .item-title { margin-top: 0; line-height: 24px; font-size: 22px; font-size: 2.2rem; } }

@media screen and (max-width: 991px) { .pro2-info .item-title { font-size: 20px; font-size: 2rem; margin-bottom: 15px; } }

.pro2-info .pro-share .share-title { font-size: 14px; font-size: 1.4rem; color: #666; }

.pro2-info .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 30px; min-height: 267px; padding: 19px 0 28px; }

.pro2-info .item-desc p { min-height: 30px; }

.pro2-info .item-desc img, .pro2-info .item-desc iframe { max-width: 100%; }

.pro2-info .item-desc strong { font-weight: normal; font-family: "OpenSans-Semibold"; }

@media screen and (max-width: 1219px) { .pro2-info .item-desc { height: auto; min-height: auto; line-height: 26px; }
  .pro2-info .item-desc p { min-height: 26px; } }

@media screen and (max-width: 991px) { .pro2-info .item-desc { padding: 20px 0; line-height: 24px; font-size: 14px; font-size: 1.4rem; }
  .pro2-info .item-desc p { min-height: 24px; } }

.pro2-info .item-btns { font-size: 0; letter-spacing: 0; }

.pro2-info .item-btn { display: inline-block; vertical-align: middle; min-width: 183px; line-height: 24px; padding: 7px; border-radius: 8px; background-color: #D6223F; color: #fff; text-align: center; font-size: 14px; font-size: 1.4rem; }

.pro2-info .item-btn:hover { background-color: #000; }

@media screen and (max-width: 767px) { .pro2-info .item-btn { min-width: 140px; padding: 5px; } }

.pro2-spec { margin-top: 49px; }

@media screen and (max-width: 991px) { .pro2-spec { margin-top: 30px; } }

@media screen and (max-width: 767px) { .pro2-spec { margin-top: 20px; } }

.pro2-spec .item-body { padding: 0px 0 36px; font-size: 16px; font-size: 1.6rem; line-height: 30px; }

.pro2-spec .item-body p { min-height: 30px; }

.pro2-spec .item-body, .pro2-spec .item-body a { color: #333; }

.pro2-spec .item-body img, .pro2-spec .item-body iframe { max-width: 100%; }

.pro2-spec .item-body strong { font-weight: normal; font-family: "OpenSans-Semibold"; }

@media screen and (max-width: 991px) { .pro2-spec .item-body { padding: 30px 0; line-height: 26px; }
  .pro2-spec .item-body p { min-height: 26px; } }

@media screen and (max-width: 767px) { .pro2-spec .item-body { padding: 20px 0; font-size: 14px; font-size: 1.4rem; line-height: 24px; }
  .pro2-spec .item-body p { min-height: 24px; } }

.pro2-tags { margin-bottom: 49px; font-size: 16px; font-size: 1.6rem; line-height: 24px; word-break: break-word; }

.pro2-tags strong { font-weight: normal; display: inline-block; margin-right: 5px; font-family: "OpenSans-Semibold"; color: #D6223F; }

.pro2-tags a:hover { color: #D6223F; }

@media screen and (max-width: 991px) { .pro2-tags { margin-bottom: 30px; font-size: 14px; font-size: 1.4rem; line-height: 24px; } }

.pro2-title { background-color: #F5F5F5; font-size: 24px; font-size: 2.4rem; font-family: "OpenSans-Semibold"; text-transform: capitalize; position: relative; }

.pro2-title, .pro2-title a { color: #fff; }

.pro2-title a:hover { color: #000; }

.pro2-title span, .pro2-title a { display: inline-block; background: url(../images/bg3.png) no-repeat center; background-size: 100%; position: relative; padding: 9px 14px 15px; line-height: 24px; min-width: 300px; }

@media screen and (max-width: 1219px) { .pro2-title { font-size: 22px; font-size: 2.2rem; } }

@media screen and (max-width: 991px) { .pro2-title { font-size: 20px; font-size: 2rem; }
  .pro2-title span, .pro2-title a { padding: 9px 14px 12px; min-width: 270px; } }

@media screen and (max-width: 767px) { .pro2-title { font-size: 18px; font-size: 1.8rem; }
  .pro2-title span, .pro2-title a { padding: 5px 14px 7px; min-width: 210px; } }

.pro2-form { background-color: #F3F3F3; padding: 34px 14px 23px; margin-bottom: 76px; /* WebKit browsers */ /* Mozilla Firefox 4 to 18 */ /* Mozilla Firefox 19+ */ /* Internet Explorer 10+ */ }

@media screen and (max-width: 1219px) { .pro2-form { margin-bottom: 50px; } }

@media screen and (max-width: 991px) { .pro2-form { margin-bottom: 30px; } }

@media screen and (max-width: 767px) { .pro2-form { margin-bottom: 20px; padding: 20px 10px; } }

.pro2-form ::-webkit-input-placeholder { color: #999; opacity: 1; }

.pro2-form :-o-placeholder { color: #999; opacity: 1; }

.pro2-form ::-moz-placeholder { color: #999; opacity: 1; }

.pro2-form :-ms-input-placeholder { color: #999; opacity: 1; }

.pro2-form .box-title { font-family: "OpenSans-Semibold"; font-size: 18px; font-size: 1.8rem; margin-bottom: 28px; }

@media screen and (max-width: 767px) { .pro2-form .box-title { margin-bottom: 15px; font-size: 16px; font-size: 1.6rem; } }

.pro2-form .box-left { float: left; width: 459px; margin-right: 38px; }

.pro2-form .box-right { overflow: hidden; max-width: 656px; }

.pro2-form input, .pro2-form textarea { display: block; width: 100%; background-color: #fff; border: solid 1px #C9C9C9; padding: 0 15px; color: #999; }

.pro2-form input { height: 45px; line-height: 43px; }

.pro2-form textarea { height: 220px; line-height: 24px; padding-top: 6px; padding-bottom: 6px; }

.pro2-form .item-row { margin-bottom: 14px; padding-left: 15px; }

.pro2-form .star {}

.pro2-form .item-txt { float: left; width: 133px; background-color: #fff; border: solid 1px #C9C9C9; height: 45px; line-height: 43px; margin-right: -1px; text-align: center; color: #999; position: relative; }

.pro2-form .item-txt:before, .pro2-form .item-txt:after { position: absolute; content: ''; width: 1px; height: 3px; right: -1px; background-color: #fff; }

.pro2-form .item-txt:before { top: 0; }

.pro2-form .item-txt:after { bottom: 0; }

.pro2-form .item-input { overflow: hidden; }

.pro2-form .item-code { width: 269px; float: left; }

.pro2-form .item-img { float: right; cursor: pointer; line-height: 45px; position: relative; top: -2px; }

.pro2-form .item-img img { max-height: 45px; vertical-align: middle; }

.pro2-form .item-btn { width: 249px; }

.pro2-form .item-btn input { background-color: #D6223F; border-color: #D6223F; color: #fff; text-align: center; padding: 0; }

.pro2-form .item-btn input:hover { background-color: #000; border-color: #000; }

@media screen and (max-width: 1219px) { .pro2-form .box-left { margin-right: 15px; } }

@media screen and (max-width: 991px) { .pro2-form .box-left { margin-right: 0; width: 100%; float: none; }
  .pro2-form .box-right { max-width: 100%; }
  .pro2-form .item-code { width: -moz-calc(100% - 150px); width: calc(100% - 150px); }
  .pro2-form textarea { height: 140px; line-height: 20px; } }

@media screen and (max-width: 767px) { .pro2-form input, .pro2-form textarea { font-size: 12px; font-size: 1.2rem; padding-left: 10px; padding-right: 10px; }
  .pro2-form input { height: 38px; line-height: 36px; }
  .pro2-form .item-txt { line-height: 36px; height: 38px; }
  .pro2-form .item-img { line-height: 38px; }
  .pro2-form .item-img img { max-height: 38px; }
  .pro2-form .item-row { margin-bottom: 10px; }
  .pro2-form .item-code { width: -moz-calc(100% - 125px); width: calc(100% - 125px); }
  .pro2-form .item-btn { width: 100%; }
  .pro2-form .item-txt { font-size: 12px; font-size: 1.2rem; width: 100px; } }

.related-box .pro2-title { margin-bottom: 48px; }

@media screen and (max-width: 991px) { .related-box .pro2-title { margin-bottom: 30px; } }

@media screen and (max-width: 767px) { .related-box .pro2-title { margin-bottom: 20px; } }

.related-box .related-scroll { position: relative; }

.related-box .related-scroll .scroll-btns { display: none; }

.related-box .related-scroll .scroll-list-box { width: 100%; overflow: hidden; }

.related-box .related-scroll .scroll-list { width: 10000%; padding: 0; }

.related-box .related-scroll .scroll-list .list-item { float: left; width: 0.23333%; margin-right: 0.02222%; overflow: hidden; text-align: center; }

@media screen and (max-width: 991px) { .related-box .related-scroll .scroll-list .list-item { width: 0.235%; margin-right: 0.02%; } }

@media screen and (max-width: 767px) { .related-box .related-scroll .scroll-list .list-item { width: 0.32%; } }

@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 img { display: block; width: 100%; }

.related-box .related-scroll .scroll-list .item-title { margin-top: 10px; font-size: 16px; font-size: 1.6rem; line-height: 1.2; }

@media screen and (max-width: 767px) { .related-box .related-scroll .scroll-list .item-title { font-size: 14px; font-size: 1.4rem; } }

/*-------------1-2-products end------------------------------------------------------------*/
/*-------------2-1-about start-------------------------------------------------------------*/
.about_wrap { padding: 0; }

.about-main { padding-bottom: 80px; }

@media screen and (max-width: 1219px) { .about-main { padding-bottom: 70px; } }

@media screen and (max-width: 991px) { .about-main { padding-bottom: 50px; } }

@media screen and (max-width: 767px) { .about-main { padding-bottom: 30px; } }

.about1-main { background: #fff url(../images/bg2.webp.jpg) no-repeat bottom center; background-attachment: fixed; position: relative; }

.about1-main:before { position: absolute; content: ''; top: 0; bottom: 0; left: 0; right: 0; background: url(../images/bg2.webp.jpg) no-repeat bottom center; background-size: cover; z-index: -1; }

.about-bar { background-color: #fff; box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1); position: relative; z-index: 9; }

.about-bar .wp { font-size: 0; letter-spacing: 0; text-align: center; padding: 0; }

.about-bar .wp a { display: inline-block; vertical-align: top; font-size: 16px; font-size: 1.6rem; line-height: 24px; width: 20%; padding: 19px 15px; text-align: center; position: relative; }

.about-bar .wp a:before { position: absolute; content: ''; top: 11px; bottom: 11px; width: 1px; background-color: #ccc; left: 0; }

.about-bar .wp a:first-child:before { display: none; }

.about-bar .wp a span { display: inline-block; padding: 9px 0 9px 48px; }

.about-bar .wp a:hover, .about-bar .wp a.active { background-color: #D6223F; color: #fff; }

@media screen and (max-width: 1219px) { .about-bar .wp a { padding: 15px 5px; }
  .about-bar .wp a span { padding-left: 42px; } }

@media screen and (max-width: 991px) { .about-bar .wp a { padding: 10px 0; font-size: 14px; font-size: 1.4rem; }
  .about-bar .wp a span { background-size: 30px !important; padding: 5px 0 5px 32px; } }

@media screen and (max-width: 767px) { .about-bar .wp a { padding: 5px 0; width: 33.33%; }
  .about-bar .wp a:nth-child(4):before { display: none; } }

@media screen and (max-width: 480px) { .about-bar .wp a { width: 50%; padding: 3px 0; }
  .about-bar .wp a:before { display: none; }
  .about-bar .wp a span { background-size: 25px !important; padding: 3px 0 3px 27px; } }

.about-bar .wp .bar1 span { background: url(../images/bar1.png) no-repeat left center; }

.about-bar .wp .bar1:hover span, .about-bar .wp .bar1.active span { background: url(../images/bar1_1.png) no-repeat left center; }

.about-bar .wp .bar2 span { background: url(../images/bar2.png) no-repeat left center; }

.about-bar .wp .bar2:hover span, .about-bar .wp .bar2.active span { background: url(../images/bar2_1.png) no-repeat left center; }

.about-bar .wp .bar3 span { background: url(../images/bar3.png) no-repeat left center; }

.about-bar .wp .bar3:hover span, .about-bar .wp .bar3.active span { background: url(../images/bar3_1.png) no-repeat left center; }

.about-bar .wp .bar4 span { background: url(../images/bar4.png) no-repeat left center; }

.about-bar .wp .bar4:hover span, .about-bar .wp .bar4.active span { background: url(../images/bar4_1.png) no-repeat left center; }

.about-bar .wp .bar5 span { background: url(../images/bar5.png) no-repeat left center; }

.about-bar .wp .bar5:hover span, .about-bar .wp .bar5.active span { background: url(../images/bar5_1.png) no-repeat left center; }

.about1-top { padding-top: 35px; padding-bottom: 66px; }

@media screen and (max-width: 1219px) { .about1-top { padding-bottom: 50px; } }

@media screen and (max-width: 991px) { .about1-top { padding-top: 30px; padding-bottom: 20px; } }

@media screen and (max-width: 767px) { .about1-top { padding-bottom: 0; } }

.about1-top .item-pic { width: 46.33333%; overflow: hidden; }

.about1-top .item-pic img { display: block; width: 100%; }

.about1-top .item-pic.pull-right { margin-left: 4.58333%; }

.about1-top .item-pic.pull-left { margin-right: 2.91667%; }

@media screen and (max-width: 1219px) { .about1-top .item-pic.pull-right { margin-left: 2.5%; }
  .about1-top .item-pic.pull-left { margin-right: 2.5%; } }

@media screen and (max-width: 640px) { .about1-top .item-pic { float: none; margin: 0 auto 20px !important; max-width: 556px; width: 100%; } }

.about1-top .item-title { margin-top: 60px; font-size: 30px; font-size: 3rem; font-family: "OpenSans-Semibold"; color: #D6223F; text-transform: uppercase; position: relative; padding-bottom: 23px; margin-bottom: -18px; }

.about1-top .item-title:before { position: absolute; content: ''; width: 117px; height: 2px; background-color: #D6223F; left: 0; bottom: 0; }

@media screen and (max-width: 1219px) { .about1-top .item-title { margin-top: 0; margin-bottom: 20px; font-size: 26px; font-size: 2.6rem; padding-bottom: 15px; } }

@media screen and (max-width: 991px) { .about1-top .item-title { font-size: 24px; font-size: 2.4rem; padding-bottom: 10px; }
  .about1-top .item-title:before { width: 80px; } }

@media screen and (max-width: 767px) { .about1-top .item-title { font-size: 20px; font-size: 2rem; } }

@media screen and (max-width: 480px) { .about1-top .item-title { font-size: 18px; font-size: 1.8rem; } }

.about1-top .item-desc { padding-top: 44px; margin-bottom: 39px; font-size: 16px; font-size: 1.6rem; line-height: 30px; }

.about1-top .item-desc, .about1-top .item-desc a { color: #666; }

.about1-top .item-desc p { min-height: 13px; }

@media screen and (max-width: 1219px) { .about1-top .item-desc { padding-top: 0; line-height: 26px; } }

@media screen and (max-width: 991px) { .about1-top .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 24px; margin-bottom: 25px; } }

@media screen and (max-width: 480px) { .about1-top .item-desc { /* font-size: 12px; font-size: 1.2rem; */ line-height: 22px; } }

/* about1-bot start */
.about1-bot { padding-bottom: 38px; }

@media screen and (max-width: 1219px) { .about1-bot { padding-bottom: 0; } }

.about1-bot .item-title { background: url(../images/about3.png) no-repeat 13px center; font-size: 26px; font-size: 2.6rem; font-family: "OpenSans-Semibold"; line-height: 30px; padding: 15px 0 15px 91px; margin-bottom: 27px; }

@media screen and (max-width: 1219px) { .about1-bot .item-title { background-position-x: left; padding-left: 70px; font-size: 24px; font-size: 2.4rem; } }

@media screen and (max-width: 991px) { .about1-bot .item-title { font-size: 22px; font-size: 2.2rem; } }

@media screen and (max-width: 767px) { .about1-bot .item-title { margin-bottom: 10px; font-size: 18px; font-size: 1.8rem; line-height: 24px; background-size: 35px; padding-top: 10px; padding-bottom: 10px; padding-left: 40px; } }

@media screen and (max-width: 480px) { .about1-bot .item-title { font-size: 16px; font-size: 1.6rem; } }

.about1-bot .item-pic img { display: block; max-width: 1195px; width: 100%; margin: 0 auto; }

/* about1-bot end */
/*-------------2-1-about end---------------------------------------------------------------*/
/*-------------2-2-about start-------------------------------------------------------------*/
.about2-main { padding-top: 47px; }

@media screen and (max-width: 991px) { .about2-main { padding-top: 30px; } }

.fac-list { padding: 0 0 44px; font-size: 0; letter-spacing: 0; }

@media screen and (max-width: 767px) { .fac-list { padding: 0 0 10px; } }

.fac-list .list-item { display: inline-block; vertical-align: top; width: 23.33333%; margin-left: 2.22222%; margin-bottom: 34px; }

@media screen and (max-width: 991px) { .fac-list .list-item { width: 23%; margin: 0 1% 20px !important; } }

@media screen and (max-width: 767px) { .fac-list .list-item { width: 31.33%; margin: 0 1% 20px !important; } }

@media screen and (max-width: 480px) { .fac-list .list-item { width: 48%; } }

.fac-list .item-pic { position: relative; width: 100%; }

.fac-list .item-pic img { display: block; width: 100%; }

.fac-list .item-pic:hover .item-backdrop { right: 0; }

.fac-list .item-pic:hover .item-backdrop .iconfont { right: 50%; }

.fac-list .item-backdrop { position: absolute; top: 0; bottom: 0; left: 0; right: 999px; background-color: #000; background-color: rgba(0, 0, 0, 0.3); -webkit-transition: all .6s; -o-transition: all .6s; -moz-transition: all .6s; transition: all .6s; }

.fac-list .item-backdrop .iconfont { color: #fff; font-size: 30px; font-size: 3rem; position: absolute; right: -999px; top: 50%; margin: -15px -15px 0  0; -webkit-transition: all .9s; -o-transition: all .9s; -moz-transition: all .9s; transition: all .9s; }

@media screen and (max-width: 991px) { .fac-list .item-backdrop { display: none; } }

.fac-list .item-title { line-height: 20px; text-align: center; margin-top: 7px; font-size: 16px; font-size: 1.6rem; }

@media screen and (max-width: 991px) { .fac-list .item-title { font-size: 14px; font-size: 1.4rem; margin-top: 5px; } }

@media screen and (max-width: 480px) { .fac-list .item-title { /* font-size: 12px; font-size: 1.2rem; */ } }

/*-------------2-2-about end---------------------------------------------------------------*/
/*-------------2-3-about start-------------------------------------------------------------*/
.cer-list { padding: 37px 0 27px; font-size: 0; letter-spacing: 0; }

@media screen and (max-width: 767px) { .cer-list { padding: 30px 0 10px; } }

.cer-list .list-item { display: inline-block; vertical-align: top; width: 21.25%; margin-left: 5%; margin-bottom: 29px; }

@media screen and (max-width: 991px) { .cer-list .list-item { width: 23%; margin: 0 1% 20px !important; } }

@media screen and (max-width: 640px) { .cer-list .list-item { width: 31.33%; margin: 0 1% 20px !important; } }

@media screen and (max-width: 400px) { .cer-list .list-item { width: 48%; } }

.cer-list .item-pics { position: relative; width: 100%; }

.cer-list .item-pics img { display: block; width: 100%; }

.cer-list .item-pics:hover .item-backdrop { right: 15px; }

.cer-list .item-pics:hover .item-backdrop .iconfont { right: 50%; }

@media screen and (max-width: 1219px) { .cer-list .item-pics:hover .item-backdrop { right: 11px; } }

.cer-list .item-backdrop { position: absolute; top: 23px; bottom: 26px; left: 15px; right: 999px; background-color: #000; background-color: rgba(0, 0, 0, 0.5); -webkit-transition: all .6s; -o-transition: all .6s; -moz-transition: all .6s; transition: all .6s; }

.cer-list .item-backdrop .iconfont { color: #fff; font-size: 34px; font-size: 3.4rem; position: absolute; right: -999px; top: 50%; margin: -17px -17px 0  0; -webkit-transition: all .9s; -o-transition: all .9s; -moz-transition: all .9s; transition: all .9s; }

@media screen and (max-width: 1219px) { .cer-list .item-backdrop { top: 19px; bottom: 20px; left: 12px; }
  .cer-list .item-backdrop .iconfont { font-size: 32px; font-size: 3.2rem; margin: -16px -16px 0  0; } }

@media screen and (max-width: 991px) { .cer-list .item-backdrop { display: none; } }

.cer-list .item-title { line-height: 24px; text-align: center; margin-top: 12px; font-size: 16px; font-size: 1.6rem; }

@media screen and (max-width: 991px) { .cer-list .item-title { margin-top: 10px; } }

@media screen and (max-width: 767px) { .cer-list .item-title { font-size: 14px; font-size: 1.4rem; line-height: 20px; margin-top: 5px; } }

@media screen and (max-width: 480px) { .cer-list .item-title { /* font-size: 12px; font-size: 1.2rem; */ } }

/*-------------2-3-about end---------------------------------------------------------------*/
/*-------------2-4-about start-------------------------------------------------------------*/
.service-box { padding-top: 34px; }

.service-box .item-title { text-align: center; font-size: 26px; font-size: 2.6rem; font-family: "OpenSans-Semibold"; margin-bottom: 28px; }

@media screen and (max-width: 1219px) { .service-box .item-title { font-size: 24px; font-size: 2.4rem; } }

@media screen and (max-width: 991px) { .service-box .item-title { font-size: 22px; font-size: 2.2rem; } }

@media screen and (max-width: 767px) { .service-box .item-title { font-size: 20px; font-size: 2rem; margin-bottom: 10px; } }

.service-box .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 30px; }

.service-box .item-desc img, .service-box .item-desc iframe { max-width: 100%; }

.service-box .item-desc p { min-height: 30px; }

@media screen and (max-width: 1219px) { .service-box .item-desc { line-height: 26px; } }

@media screen and (max-width: 991px) { .service-box .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 24px; } }

/*-------------2-4-about end---------------------------------------------------------------*/
/*-------------2-5-about start-------------------------------------------------------------*/
.about5-main { padding-top: 35px; }

@media screen and (max-width: 991px) { .about5-main { padding-top: 30px; } }

/*-------------2-5-about end---------------------------------------------------------------*/
/*-------------3-1-project start-----------------------------------------------------------*/
.project-bar { font-size: 0; letter-spacing: 0; margin-bottom: 50px; }

@media screen and (max-width: 1219px) { .project-bar { margin-bottom: 40px; } }

@media screen and (max-width: 991px) { .project-bar { margin-bottom: 30px; } }

@media screen and (max-width: 767px) { .project-bar { margin-bottom: 20px; } }

.project-bar a { display: inline-block; vertical-align: top; font-size: 16px; font-size: 1.6rem; line-height: 24px; padding: 5px 21px; border-radius: 10px; margin-bottom: 9px; }

.project-bar a:hover, .project-bar a.active { background-color: #D6223F; color: #fff; }

@media screen and (max-width: 1219px) { .project-bar a { padding: 5px 10px; font-size: 14px; font-size: 1.4rem; line-height: 20px; margin-bottom: 5px; margin-right: 2px; } }

@media screen and (max-width: 767px) { .project-bar a { padding: 3px 8px; border-radius: 5px; } }

@media screen and (max-width: 480px) { .project-bar a { /* font-size: 12px; font-size: 1.2rem; */ line-height: 1.4; margin-bottom: 3px; } }

.project-item { background-color: #F5F5F5; margin-bottom: 28px; }

.project-item .item-pic { width: 356px; float: left; margin-right: 20px; }

.project-item .item-pic img { display: block !important; width: 100%; }

@media screen and (max-width: 991px) { .project-item .item-pic { width: 300px; } }

@media screen and (max-width: 767px) { .project-item .item-pic { width: 235px; margin-right: 15px; } }

@media screen and (max-width: 480px) { .project-item .item-pic { float: none !important; width: 100%; margin: 0 auto !important; } }

.project-item .item-body { overflow: hidden; padding-right: 3.33333%; }

@media screen and (max-width: 480px) { .project-item .item-body { padding: 15px; } }

.project-item .item-title { font-family: "OpenSans-Semibold"; font-size: 18px; font-size: 1.8rem; margin-bottom: 15px; margin-top: 36px; }

@media screen and (max-width: 991px) { .project-item .item-title { font-size: 18px; font-size: 1.8rem; margin-top: 20px; } }

@media screen and (max-width: 767px) { .project-item .item-title { font-size: 16px; font-size: 1.6rem; margin-bottom: 6px; margin-top: 10px; } }

@media screen and (max-width: 480px) { .project-item .item-title { /* font-size: 14px; font-size: 1.4rem; */ margin-top: 0; } }

.project-item .item-desc { font-size: 14px; font-size: 1.4rem; margin-bottom: 39px; line-height: 30px; height: 90px; }

@media screen and (max-width: 991px) { .project-item .item-desc { margin-bottom: 20px; line-height: 24px; height: 96px; } }

@media screen and (max-width: 767px) { .project-item .item-desc { line-height: 22px; height: 88px; margin-bottom: 15px; } }

@media screen and (max-width: 480px) { .project-item .item-desc { /* font-size: 12px; font-size: 1.2rem; line-height: 20px; height: 20px *4; */ } }

.project-item .item-btn { font-size: 14px; font-size: 1.4rem; display: inline-block; min-width: 112px; line-height: 24px; padding: 6px 8px 7px; background-color: #D6223F; color: #fff; text-align: center; }

.project-item .item-btn:hover { background-color: #000; color: #fff; }

@media screen and (max-width: 991px) { .project-item .item-btn { padding: 5px; } }

@media screen and (max-width: 767px) { .project-item .item-btn { line-height: 20px; } }

@media screen and (max-width: 480px) { .project-item .item-btn { padding: 3px; min-width: 100px; /* font-size: 12px; font-size: 1.2rem; */ } }

.project1-list { font-size: 0; letter-spacing: 0; padding-bottom: 38px; }

@media screen and (max-width: 991px) { .project1-list { padding-bottom: 20px; } }

@media screen and (max-width: 767px) { .project1-list { padding-bottom: 10px; } }

.project1-list .list-item { display: inline-block; vertical-align: top; width: 24.16667%; margin-left: 1.11111%; margin-bottom: 31px; }

@media screen and (max-width: 991px) { .project1-list .list-item { margin-bottom: 20px; } }

@media screen and (max-width: 767px) { .project1-list .list-item { width: 31.33%; margin: 0 1% 20px !important; } }

@media screen and (max-width: 480px) { .project1-list .list-item { width: 48%; } }

.project1-list .item-pic { margin-bottom: 4px; }

.project1-list .item-pic img { display: block; width: 100%; }

.project1-list .item-title { font-weight: bold; font-size: 16px; font-size: 1.6rem; line-height: 30px; height: 60px; }

@media screen and (max-width: 991px) { .project1-list .item-title { font-size: 14px; font-size: 1.4rem; line-height: 24px; height: 48px; } }

@media screen and (max-width: 767px) { .project1-list .item-title { /* 	font-size: 12px; font-size: 1.2rem; line-height: 20px; height: 20px *2; */ } }

/*-------------3-1-project end-------------------------------------------------------------*/
/*-------------3-2-project start-----------------------------------------------------------*/
.project2-main > .item-title { text-align: center; font-family: "OpenSans-Semibold"; font-size: 26px; font-size: 2.6rem; line-height: 30px; margin-top: 8px; }

@media screen and (max-width: 991px) { .project2-main > .item-title { font-size: 22px; font-size: 2.2rem; line-height: 26px; margin: 0; } }

@media screen and (max-width: 767px) { .project2-main > .item-title { font-size: 20px; font-size: 2rem; line-height: 24px; } }

@media screen and (max-width: 640px) { .project2-main > .item-title { font-size: 18px; font-size: 1.8rem; line-height: 24px; } }

@media screen and (max-width: 480px) { .project2-main > .item-title { font-size: 16px; font-size: 1.6rem; } }

.project2-main .item-date { text-align: center; margin-top: 14px; font-size: 0; letter-spacing: 0; }

.project2-main .item-date > span { color: #666; line-height: 20px; display: inline-block; vertical-align: middle; font-size: 14px; font-size: 1.4rem; }

.project2-main .item-date .iconfont { vertical-align: middle; margin-left: 78px; }

@media screen and (max-width: 991px) { .project2-main .item-date .iconfont { margin-left: 15px; } }

@media screen and (max-width: 480px) { .project2-main .item-date > span { font-size: 12px; font-size: 1.2rem; } }

.project2-main .pro-share { text-align: right; }

.project2-main .item-desc { padding: 18px 0 32px; font-size: 16px; font-size: 1.6rem; line-height: 30px; }

.project2-main .item-desc p { min-height: 30px; }

.project2-main .item-desc, .project2-main .item-desc a { color: #666; }

.project2-main .item-desc img, .project2-main .item-desc iframe { max-width: 100%; }

@media screen and (max-width: 991px) { .project2-main .item-desc { line-height: 26px; }
  .project2-main .item-desc p { min-height: 26px; } }

@media screen and (max-width: 767px) { .project2-main .item-desc { padding: 15px 0 20px; font-size: 14px; font-size: 1.4rem; line-height: 24px; }
  .project2-main .item-desc p { min-height: 24px; } }

@media screen and (max-width: 480px) { .project2-main .item-desc { line-height: 22px; }
  .project2-main .item-desc p { min-height: 22px; } }

/*-------------3-2-project end-------------------------------------------------------------*/
/*-------------4-1-news start--------------------------------------------------------------*/
.news1-list { padding-bottom: 34px; font-size: 0; letter-spacing: 0; }

@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: 100%; border-bottom: solid 1px #CCCCCC; padding-bottom: 44px; margin-bottom: 43px; }

@media screen and (max-width: 991px) { .news1-list .list-item { padding-bottom: 30px; margin-bottom: 30px; } }

@media screen and (max-width: 500px) { .news1-list .list-item { width: 48%; margin: 0 1% 20px; } }

@media screen and (max-width: 500px) { .news1-list .list-item { padding-bottom: 0; border: 0; } }

.news1-list .item-pic { width: 400px; }

.news1-list .item-pic img { display: block; width: 100%; }

@media screen and (max-width: 991px) { .news1-list .item-pic { width: 300px; } }

@media screen and (max-width: 767px) { .news1-list .item-pic { width: 250px; } }

@media screen and (max-width: 500px) { .news1-list .item-pic { float: none !important; width: 100%; margin: 0 auto 10px !important; } }

.news1-list .item1 .item-pic { float: left; margin-right: 54px; }

@media screen and (max-width: 1219px) { .news1-list .item1 .item-pic { margin-right: 30px; } }

@media screen and (max-width: 991px) { .news1-list .item1 .item-pic { margin-right: 20px; } }

@media screen and (max-width: 767px) { .news1-list .item1 .item-pic { margin-right: 15px; } }

.news1-list .item2 .item-pic { float: right; margin-left: 54px; }

@media screen and (max-width: 1219px) { .news1-list .item2 .item-pic { margin-left: 30px; } }

@media screen and (max-width: 991px) { .news1-list .item2 .item-pic { margin-left: 20px; } }

@media screen and (max-width: 767px) { .news1-list .item2 .item-pic { margin-left: 15px; } }

.news1-list .item-body { overflow: hidden; }

.news1-list .item-title { font-family: "OpenSans-Semibold"; font-size: 20px; font-size: 2rem; padding-bottom: 14px; margin-bottom: 14px; margin-top: 15px; position: relative; }

.news1-list .item-title:before { position: absolute; content: ''; width: 61px; height: 2px; background-color: #D6223F; left: 0; bottom: 0; }

@media screen and (max-width: 991px) { .news1-list .item-title { font-size: 18px; font-size: 1.8rem; margin-top: 0; } }

@media screen and (max-width: 767px) { .news1-list .item-title { font-size: 16px; font-size: 1.6rem; padding-bottom: 10px; margin-bottom: 5px; } }

@media screen and (max-width: 500px) { .news1-list .item-title { font-size: 14px; font-size: 1.4rem; } }

.news1-list .item-desc { font-size: 14px; font-size: 1.4rem; margin-bottom: 48px; line-height: 26px; height: 104px; }

.news1-list .item-desc, .news1-list .item-desc a { color: #333; }

@media screen and (max-width: 991px) { .news1-list .item-desc { margin-bottom: 20px; line-height: 24px; height: 96px; } }

@media screen and (max-width: 767px) { .news1-list .item-desc { line-height: 22px; height: 88px; margin-bottom: 15px; } }

@media screen and (max-width: 500px) { .news1-list .item-desc { font-size: 12px; font-size: 1.2rem; line-height: 18px; height: 72px; } }

.news1-list .item-btn { font-size: 14px; font-size: 1.4rem; display: inline-block; min-width: 151px; line-height: 24px; padding: 8px 8px 9px; border: solid 1px #D6223F; color: #D6223F; text-align: center; text-transform: uppercase; }

.news1-list .item-btn:hover { background-color: #D6223F; color: #fff; }

@media screen and (max-width: 991px) { .news1-list .item-btn { padding: 5px; min-width: 130px; } }

@media screen and (max-width: 767px) { .news1-list .item-btn { min-width: 110px; line-height: 20px; } }

@media screen and (max-width: 500px) { .news1-list .item-btn { font-size: 12px; font-size: 1.2rem; padding: 3px; min-width: 100px; } }

/*-------------4-1-news end----------------------------------------------------------------*/
/*-------------4-2-news start--------------------------------------------------------------*/
.news2-main > .item-title { text-align: center; font-family: "OpenSans-Semibold"; font-size: 26px; font-size: 2.6rem; line-height: 30px; margin-top: 8px; }

@media screen and (max-width: 991px) { .news2-main > .item-title { font-size: 22px; font-size: 2.2rem; line-height: 26px; margin: 0; } }

@media screen and (max-width: 767px) { .news2-main > .item-title { font-size: 20px; font-size: 2rem; line-height: 24px; } }

@media screen and (max-width: 640px) { .news2-main > .item-title { font-size: 18px; font-size: 1.8rem; line-height: 24px; } }

@media screen and (max-width: 480px) { .news2-main > .item-title { font-size: 16px; font-size: 1.6rem; line-height: 24px; } }

.news2-main .item-date { text-align: center; margin-top: 14px; font-size: 16px; font-size: 1.6rem; color: #666; margin-top: 20px; }

@media screen and (max-width: 991px) { .news2-main .item-date { font-size: 14px; font-size: 1.4rem; margin-top: 10px; } }

@media screen and (max-width: 767px) { .news2-main .item-date { font-size: 12px; font-size: 1.2rem; } }

.news2-main .pro-share { text-align: right; }

.news2-main .item-desc { padding: 22px 0 32px; font-size: 16px; font-size: 1.6rem; line-height: 30px; }

.news2-main .item-desc p { min-height: 30px; }

.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: 991px) { .news2-main .item-desc { line-height: 26px; }
  .news2-main .item-desc p { min-height: 26px; } }

@media screen and (max-width: 767px) { .news2-main .item-desc { padding: 15px 0 20px; font-size: 14px; font-size: 1.4rem; line-height: 22px; }
  .news2-main .item-desc p { min-height: 22px; } }

/*-------------4-2-news end----------------------------------------------------------------*/
/*-------------5-contact start-------------------------------------------------------------*/
.contact-box .item-left { float: left; width: 43.33333%; margin-right: 0.83333%; }

.contact-box .item-left a:hover { color: #D6223F; }

.contact-box .item-left .box-title { font-size: 20px; font-size: 2rem; line-height: 1.4; font-family: "OpenSans-Semibold"; margin-bottom: 23px; margin-top: 3px; }

.contact-box .item-left .box-list { line-height: 34px; font-size: 16px; font-size: 1.6rem; }

.contact-box .item-left .box-list .iconfont { float: left; font-size: 16px; font-size: 1.6rem; color: #D6223F; margin-right: 11px; }

.contact-box .item-left .box-list .item-body { overflow: hidden; }

@media screen and (max-width: 991px) { .contact-box .item-left { width: 100%; float: none; margin: 0 auto 30px; }
  .contact-box .item-left .box-list { line-height: 30px; font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 767px) { .contact-box .item-left .box-title { font-size: 18px; font-size: 1.8rem; margin-bottom: 10px; }
  .contact-box .item-left .box-list { line-height: 30px; }
  .contact-box .item-left .box-list li { margin-bottom: 0; } }

.contact-box .item-right { overflow: hidden; }

.contact-box .item-right .item-form .star { background: url() no-repeat 7px center; }

.contact-box .item-right .item-form .item-input { width: 50%; padding-left: 22px; margin-bottom: 23px; }

.contact-box .item-right .item-form .item-input1 { padding-left: 22px; margin-bottom: 15px; }

.contact-box .item-right .item-form .item-input1.star { background-position-y: 18px; }

.contact-box .item-right .item-form input, .contact-box .item-right .item-form textarea { display: block; background-color: #fff; width: 100%; display: block; color: #666; border: solid 1px #D2D2D2; }

.contact-box .item-right .item-form input { height: 54px; line-height: 54px; padding: 0 14px; }

.contact-box .item-right .item-form textarea { height: 193px; padding: 8px 14px; line-height: 24px; }

.contact-box .item-right .item-form .item-code { width: 200px; margin-right: 22px; }

.contact-box .item-right .item-form .item-img img { display: block; cursor: pointer; }

.contact-box .item-right .item-form .item-btn { margin-left: 20px; width: 250px; padding: 0; }

.contact-box .item-right .item-form .item-btn input { border-color: #D6223F; background-color: #D6223F; color: #fff; }

.contact-box .item-right .item-form .item-btn input:hover { background-color: #000; border-color: #000; }

@media screen and (max-width: 1219px) { .contact-box .item-right .item-form .item-code { width: 165px; margin-right: 15px; }
  .contact-box .item-right .item-form .item-btn { width: 163px; margin-left: 15px; } }

@media screen and (max-width: 767px) { .contact-box .item-right .item-form .item-input, .contact-box .item-right .item-form .item-input1 { margin-bottom: 15px; padding-left: 15px; }
  .contact-box .item-right .item-form .star { background-position-x: 3px; }
  .contact-box .item-right .item-form .input1 { padding-right: 0; }
  .contact-box .item-right .item-form input { height: 40px; line-height: 40px; padding: 0 12px; }
  .contact-box .item-right .item-form input, .contact-box .item-right .item-form textarea { font-size: 14px; font-size: 1.4rem; }
  .contact-box .item-right .item-form textarea { height: 150px; }
  .contact-box .item-right .item-form .item-code { width: -moz-calc(100% - 140px) !important; width: calc(100% - 140px) !important; margin-right: 0; }
  .contact-box .item-right .item-form .item-img { float: right; width: auto; }
  .contact-box .item-right .item-form .item-img img { height: 40px; }
  .contact-box .item-right .item-form .item-btn { margin-left: 0; width: 100%; padding-left: 15px; }
  .contact-box .item-right .item-form .item-btn input { font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 500px) { .contact-box .item-right .item-form .item-input { width: 100%; } }

.map { margin-top: 39px; }

@media screen and (max-width: 991px) { .map { margin-top: 30px; } }

@media screen and (max-width: 767px) { .map { margin-top: 20px; } }

/*-------------5-contact end---------------------------------------------------------------*/

@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: 5px; width: 35px; height: 28px; -webkit-transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s; z-index: 999999999; padding: 6px 6px 3px; }

.n-nav .n-nav-icon span { display: block; width: 100%; height: 2px; margin-bottom: 4px; background-color: #D6223F; }

.n-nav .n-nav-icon.active { background: #666 url(../fonts/nav-close.png) no-repeat center; background-size: 30px; }

.n-nav .n-nav-icon.active span { 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 #D6223F; margin: 5px 10px; }

.n-nav .box-search .item-input { width: 100%; line-height: 32px; height: 32px; padding: 0 60px 0 0; }

.n-nav .box-search .item-submit { font-weight: bold; background-color: #D6223F; width: 44px; height: 32px; border-radius: 5px; color: #fff; text-align: center; position: absolute; right: 10px; top: 5px; }

.n-nav .box-search .item-submit:hover { background-color: #666; }

.n-nav .box-list { margin-top: 30px; }

.n-nav .box-list > li { position: relative; -webkit-animation-duration: 0.5s; -moz-animation-duration: 0.5s; animation-duration: 0.5s; -webkit-animation-fill-mode: both; -moz-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-name: resize; -moz-animation-name: resize; animation-name: resize; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; padding: 0 10px; }

.n-nav .box-list > li a { display: block; font-size: 14px; font-size: 1.4rem; line-height: 26px; padding: 10px 25px 10px 10px; color: #fff; text-transform: uppercase; border-bottom: 1px solid rgba(255, 255, 255, 0.3); }

.n-nav .box-list li { position: relative; }

.n-nav .box-list li .has-next { position: absolute; top: 10px; right: 10px; width: 20px; height: 20px; background: url(../fonts/n1.png) no-repeat center; background-size: contain; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; cursor: pointer; }

.n-nav .box-list li.active > .has-next { background: url(../fonts/n2.png) no-repeat center; background-size: contain; }

.n-nav .box-list .yiji-list { display: none; }

.n-nav .box-list .yiji-list li { padding-left: 12px; }

.n-nav .box-list .yiji-list li .has-next { right: 0; }

.n-nav .box-list .yiji-list li > a { padding: 10px 25px 10px 20px; line-height: 22px; position: relative; }

.n-nav .box-list .yiji-list li > a:before { position: absolute; content: ''; width: 5px; height: 5px; background-color: #fff; top: 19px; left: 10px; }

.n-nav .box-list .erji-list { display: none; }

.n-nav .box-list .sanji-list { display: none; }

.banner { 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; margin-top: -30px; color: #fff; font-size: 60px; font-size: 6rem; }

.banner .carousel-control:hover { color: #000; }

.banner .carousel-control.left { left: 69px; cursor: pointer; }

.banner .carousel-control.right { right: 69px; cursor: pointer; }

@media screen and (max-width: 991px) { .banner .carousel-control { display: none; } }

.banner .dotList { position: absolute; z-index: 2; width: 100%; bottom: 30px; letter-spacing: 0; font-size: 0; text-align: center; }

.banner .dotList li { display: inline-block; vertical-align: bottom; cursor: pointer; margin: 0 7px; outline: none; font-size: 0; width: 16px; height: 16px; border-radius: 50%; border: solid 2px #fff; }

.banner .dotList li.active { background-color: #fff; }

@media screen and (max-width: 991px) { .banner .dotList { bottom: 20px; }
  .banner .dotList li { margin: 0 5px; width: 12px; height: 12px; } }

@media screen and (max-width: 767px) { .banner .dotList { bottom: 10px; }
  .banner .dotList li { margin: 0 2px; width: 10px; height: 10px; } }

@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) {	}

@font-face {
    font-family: 'OpenSans';
    src: url('../fonts/OpenSans.eot');
    src: url('../fonts/OpenSans.eot') format('embedded-opentype'),
        
         url('../fonts/OpenSans.woff') format('woff'),
         url('../fonts/OpenSans.ttf') format('truetype'),
         url('../fonts/OpenSans.svg#OpenSans') format('svg');
         font-display: swap;
}

@font-face {
    font-family: 'OpenSans-Semibold';
    src: url('../fonts/OpenSans-Semibold.eot');
    src: url('../fonts/OpenSans-Semibold.eot') format('embedded-opentype'),
        
         url('../fonts/OpenSans-Semibold.woff') format('woff'),
         url('../fonts/OpenSans-Semibold.ttf') format('truetype'),
         url('../fonts/OpenSans-Semibold.svg#OpenSans-Semibold') format('svg');
  font-display: swap;
}

@font-face {
    font-family: 'OpenSans-Bold';
    src: url('../fonts/OpenSans-Bold.eot');
    src: url('../fonts/OpenSans-Bold.eot') format('embedded-opentype'),
        
         url('../fonts/OpenSans-Bold.woff') format('woff'),
         url('../fonts/OpenSans-Bold.ttf') format('truetype'),
         url('../fonts/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
  font-display: swap;
}

@font-face {font-family: "iconfont";
  src: url('../fonts/iconfont.eot?t=1591690073853'); /* IE9 */
  src: url('../fonts/iconfont.eot?t=1591690073853#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAABEcAAsAAAAAHawAABDLAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCIAgqmAJ5rATYCJAOBFAtMAAQgBYRtB4MCGwEZM6PCxgEAoV452X+VYBsw7Yd6oLRtHrDEGGJApE/X4TbSnGGGRmLLZ4jDv35nKQjFQDbbBocL0zL6fjx8v9bnuf3ezPTAB+ZVG0CFWD4KHeCogEqkyxofhd1h7uFpm/8uAKeSRmFEYCQGGFXAGRGHXZtONj5rdR0uW5fhKlzUtwACeoAAQOBgTk1KBndSAe0Spsf4QrTsAXI+9j3t7ReCEoNgCPsuX//YNHncAP21aBafXOeTxw3LkfUnD8OjJbgAtoD1appSKensxRLmdq4XZEDSGAsgd/p6uv2yrqWhNOQJQQFIcquSUwuyjT6AlYpwAEENQBiQsE1ynQlqRaf2ZA8n0LPqWNzNDYoCpcxcKxDPZWPpoMxkyjVaKENtzY65Hx8iKIv3i4uAD4IvH9+wiZJCKzEf6aFnOTxwewXeMtKwwZeU3jG0v3xMdiLhGJniTm1l3CxF4jiQPd2vPcc4Tq3LRisvSS/nK61KrzKs/Kr5Bf3av+6oRfXswomFUwuXFq4uPFn4/GXDV/xvGE1D2ySdmlu3a+cXrlz2YabMxcOplXTNdTdrd7r75D3/GY8ZpWnZuAltHbPmzFuwaMmyFaHQtapnTd/AiFFj1iUbNm3Z1jJpimij+wDihmrapgIOZYaKRCmplCnTVFooA3qgccAQNAH4gdrAPJQOtQ5lllqXMketR5mn1qcsUHMpi9S+aAnwAy0D/qAVoB0UQAeoAESgLjALWgVOgHrAKdAacB7UBy6ABsBF0AhwCTQKXAGNAVdB68ATUAI+gDaAjxjuBXzCAHxGIOvLaSgtvuITk3wzyBTY8ba5B8/QegsoW8ysWA8yJUsNhtqvzwotpzDpJHqNrmRRP85iBHMvLvndwcBuMxiZmL0jZ6OJcro9WC+nJld6Z+ODKS50crZAMXa+jMxJhuIylNjHMCYmKeRdqnk+aXDp2xEf8+060fXWJCk2JqGXMGETiwWyBMVoOJ0+V/hLVbzS2ItrCBLy9LL0+cUYKFbF0QrKKJekiXQiFUL7e3CJCk1onKuUKowRsQN31+m1KchTL9m9DVYdcELmIABYQTCyI4ihIbD1w17KfnHXyLnLA1J9e6YhzPIfGAP9X72yvzmSWSFyg4H6ajRJldC72yhxu2WhBQu1Jva5OFBbgghYrexu6dhoGegprpkb00dnHdcRYvAfOxezfOm2ug8A7BQ/CEZOWm8HITQy6vkbPgD09DrNsLKAyITEAyEGeKobW29DbEOw0VG5HSBoWFfaP8JEw1Epi8j5yPBnnJtU2eejhajOssNLnzJmCa1nJTcqDH7qosT2vsPMDE8GxGDF7pKTcJoPmW89kx2DaWyl+7MIAji2Mr0Qg/EUX0qt+VbgtJ41s8F60w+ASkemBL3Ycs5+PzCRu6isc2WRkott38rYl9NfgbuLnZ+5z7xIkelgDD97pRnSynfOhJM0b0sZ+yHxjCjcWs4PVfP7yPtYCnE8/FlcJbSTEDD4nbMwcjSI1yJk1h8FG/Cjuhk4m+L1hPr2jDnjAUVx3la8PaFANgzoELbvioPiL9iptp2UFrtH3mf/VA6CMCOWyMX+OSzKjGFHw2jlpiG5hqvt3BF9L5jxUhybL70xG6ylH+z1CsKo5KLfLhHiZn8J8QdjCn35VvXds67pwqD4tIsRd6Ojm2cGuObiBWUqmd76WT3PyHLiXW2qM6JoXexTHIhAIdSql62d2W8M7Kt2jZJM+Pq72M+aKSHqijgw4heq63NJdbxLkZPRA4+5Ju5p7M6Rl1d/t+S+639W0iTeH7l74PHtb4dEJjGgIR+VFfhuYENC5Ry17UfJEW+DfFGueGsBuaZk5ge3GyjDVEaqwo2djguSPC9l43SGBF3lNxX6P1ljljC7GPwSv6vtvR27rdCbp9+Al1Q9gWhDT1UqqdOP6nWWrBG31RCUVI+ZorjUhp7HM/YLNZyne/HFDzOvjnvbNC+oED9NsfxSeojSLPbk1jMtwlVPpc+fyliqXlT7/Sw1+a/Tb3k80Cs0b1CCnuqU60fEXZU/PrV69kQ7fGMaYKb7MLacRvvw/LRD9VR7AtDAVlddXZWXPwKNC4+YVB0A6G1Lc5+SqdQqfRGZ8/X1/V95gc7wFSLRX8+IOukEuFkJjUL+yUf8xOgzwve8McC15nL5YQJeRKYgko+FJ9oBXlqpVTDLUl4Mxo/CsGieIDZUBEppfz4vpnbFRb218/fcSYzwlu+GdSrR4zNGIyPjs06Hzyn8ROqWK5ku3yCBOTt/Mgf6QQ3C5zyjYi/Nydwmu6WC5TL0boVkATYKUL1qTJGwXIlfTAsEdoefVSmWP1JL2XUMEPVZFnXvCYgkPF615/itE92z6qJjiZ+JIuuCCEKV7ADjb+o+KjQRTHUZ8Tbih7tNS+P8Q7hxWYwpNi08ApjPa8C4HZTOuICJmLRJGrgN/Z2CXTOWmeD1DOGOltZt9A7qcZcnDHGbPm7iu+gFCuUCAXR8E3pBBoJXkxq5jQOdWNci7NVM83GcuHNd29o1b9xGNTT2H7jtcdefWKQfqq9DDiFHfv8mgChdtF+/jyx9ZN8jMl2NfmzpGF3WPfrTU8D5cJUkjRVoVrZLaffktUPXJvdMtpU01uUkKIJqOgh2qbg7YqR6xNG6wtdZw8UUiwzLMRyqhBpqM0ATf1sUEla0vdPnlU6+Mm1r1Ts6xI4AXlTXQHe5AnohOqjLjdbLzvmfwW0O1N82CM88gLZCbedOzKA3iDefgidpZ/GzWaHpRzRVLFU9jhR/6VLyUOz64hhx5Vmgp33IAHt8h79/wgL+mD+f43AzD/T2wiPgKzAM/GaeYb4YGASCFkeH/y2QfN7QmlhBtDYcZAdpPLC9zIDUpKmkeVsVW83r2/D97qo2qgY2+mbyci6Gw/rDzt6Pxh3Hq/LCi//IB5NWwpM2852gMsWr0MwMhLelWAYJIk0ik5OGgWgU3oNmhkq5sh3ZLqyty8tsNK6xMl1l7ttehA7x+7lpc2SWGLZKQ61PzabcpraBqbE6jHCYzbM2VGXYIRq2UiQlWk9waOKiebrZ86TgoEUz508+lQaKshc3XZBVBB5PD6+4hbzZdcKPLNehyNb+4lhP9W0mPSgJST0GCq3jZ7T3IuDexKIA2ttXCuzsEG+otsXcV6XJz1xiGaMjbV0A7pJl728FjrY4SOP6KgJF15UGilxE0O6zhxULlRZCURbzSmOhmMTGnAEANz5tHAulnbOAm3ZuboOFyTZwk8W5YBpOoVNwMp3scNUXrCP1hfDICOwGChXHr/rrNr8fkF63dOfQu8WUCZC1E3APHGW3WrbOsGE2voTPwrMNS0fqhY1CXFhnRAPIclDxIWYH38LD6QF73nGUiIk2PsA91kQsJ44x8fABCTaKSpx35w09WzzxhWBStoqPjxUnLgiTayJ0je1ugZthfmvErhJEm0D2t+Z4A5ctlMIkXm5sdUDSbKlD7MHLkb7JIYphjhibFUonpHiRG1rtNlrVEkiH/xc4x9kUsLlscs6rXZ2UMXjVoiwaBeQzy1R3eHkxAnJD6e8n7m9k7CX8e+YpDUOlKnuAbYSVibrwnUQC74A/nEFWRsf1h9qZNAxzRzkUK9PoagV48PQhn1LxXdO79iamJnJZYiOjJiy9EetaEFJxZHU7PAjvXg1XyPMdWN0Da068znJQy8gOKtxf9KlNhtpEC1uvtP4kABsbdPYepT1s4MLuIpTvsCGgRFQ9BbEcGfqWu4+2m/Yjd7NlCITxoQAoEMsOgckTYJD7uwsWZJxrcko9PNqENhNOr7KM3u9HiDRqVFjBGGc0KrNIgfQ5cKBx/hbJZ0OB1yZRUbuMaAlkIBMOxjJDuUh6CsyBMIDtuxZE2Mj+ufHPfbIUfdHe05D5VUQDEumKUJ8QjqbZ4nFLwil+2499B0uTLvgrgIub8jFmHoblMbF8upDVj7N4PBbezxJW0DMFLIpdi2PzixV9UD8kEYfmzNtkUTIFfe2lNwN07HTi4g/245jyz4PxcTossCyV4q226cCBgwfGmbYym27c8MW4Sn4yETn4+/dB/ac152ByF34Hf40bAs3SOhGy+yI0QZVQXHJznTKaBJrIrrRq7nFkGJMZGf74U2DKJaXQs93JKHdZ6JjN/EOnFLN5jCcpid+eBlAi9WRQ99mCbeO0mQmauGB2bzsiHajjTbm+eIIwG54BD7adgUGCUM+oEqvNMKYXFmWXm8Fg8T+jNl1P1+54OEjKHJ3hbtVpbtbZ5js9kpkMGuGpKWC1XUl7LGLS8nu6onDqwICMbSrzymj5Fbqmv4aen1Oxhod5pLyfkamflVE3qbIqVWnLqyA7T1PtqH+HUTltkrqbOLrQKlbJz9w06ENK1shwVoy3rbFVyrRfba3/dIqVxM4nOnt4ODvG285Ec77OTxnsA5beWborOSm2aiVg6RVp97Px7pKJeJxkAqyK8Z9Fb8XHita9//jnr5Ui8Lt4/LOfW2Lj14k+vv/1j2glIOtGtNmE7ZkYfYkGSEVqZ1mcfkzk27Gi4TSjdLO80W0MTsHpCfLajzuHtQXVoqBqueGbWdYr9PXNZ8AcymSic5HWIw/dD8y63uoxCZgjMNXQOfWUTCaA9s5XWyNi1FozO9grWEae5ETw0CKgqBNRfmlalS5ms8M5NRlR1CiXhauzgfUJXE9rm16w3jatkRO55m1WYuD72P0xYvv4Pll+XF7sBKUxBf9/aqyKcp5y4uyYGn1J3vapaKcDzlEAjGpi+xqqGjl5UVM7yONObecGp505UffSsMPbzaPmJzN5gwelYWM9DKQh0DT7p35d2EQ6W9hkktjVwenh2F6S1CAe9REHFDaWYcizxLYG0jvWffan+qXLTYG/NBvLb02U4pcWmidZLS0eU7139n1si3upLrbDouyP6/ZbI0BWvBdUNjiptl4qSX8MsC0v/fpLQNMjGHn52IVByKvnZPw81xSk/36/uE1en+J/LtJJ0TVr6ul10RoE3xzYW8mPHamSVOrNv5Uy//9qPibw4kW/Ln7+A9oApYJZFAzaYf6kRnnpX/uU2NmgPKrM0SwlkzoLLWQbo7mc1wfaQn5yb5r3/WYa9xnGH8+O33B9gZ51EwN7pZP+XUdwprVnyDM4kxQWOoNxOiQpbav59DFp6bvGKC7dBuk58rR73xTWFrmLQ58GCeO+SGHURyQZ90fNp/+Slln/Sdt4O+l5Im5s9u0+PrpjBMFcZRflNQVj58go7PmM9lABp31BzDty8jVqNp7mW54wIO9jk3S0cxGjDFOtHo1Hw6oiFZkK1DJ2InE/mRjdpmNNdWPkLgwB8VLmlMwlvaeRwCwuRoXP/wxZBxXANROu0r9DLPH3r8yMTVuoTzK0mvBc+idH1pxIvqGc4YzUlEfJR5XVSJSoX66ANDHmetRHexNZyLSV4+MH689IevkmNQ+w0xYpcrSiHZ0ooxv/dPhw0VHHaIzF+MRJk6dMLZWnTZ8xc9bsOXPnzV+wcNHiDr3n0Mh81b/grQuOYngQKgw58GJwBDRmROUw+iDImGRQ+VBi7kP/Qgc5ZNiXkxf9swx9SAKWoe5rCgJaOgbOs9b5j/azNemdUDuQbnQ8E3Yc1dhPdEgHmt9eDhDOPtjCQ5Die3IQbDf3V+f7CYG1m/UulpeIs/bluOkfIBGqN93Tzdz0Rl03nctxth5oWei+EuZ74Dpx9ZgbJYixhzX4atY7TZkagT2hOJvOepyanp4WTBsNAAAA') format('woff2'),
  url('../fonts/iconfont.woff?t=1591690073853') format('woff'),
  url('../fonts/iconfont.ttf?t=1591690073853') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
  url('../fonts/iconfont.svg?t=1591690073853#iconfont') format('svg'); /* iOS 4.1- */
  font-display: swap;
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-size: 1.6rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-left25:before {
  content: "\e787";
}

.icon-right25:before {
  content: "\e788";
}

.icon-calendar3:before {
  content: "\e7e1";
}

.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-contact:before {
  content: "\e7c3";
}

.icon-fax1:before {
  content: "\e7ca";
}

.icon-qq:before {
  content: "\e7cb";
}

.icon-tel:before {
  content: "\e7cc";
}

.icon-wechat:before {
  content: "\e7cd";
}

.icon-phone:before {
  content: "\e7cf";
}

.icon-home:before {
  content: "\e624";
}

.icon-sousuo2:before {
  content: "\e627";
}

.icon-yuanxingjiantoushang:before {
  content: "\e965";
}

.icon-dizhi:before {
  content: "\eb12";
}

.icon-search1:before {
  content: "\e618";
}

.icon-skype1:before {
  content: "\e600";
}

.icon-up7:before {
  content: "\e722";
}

.icon-bottom7:before {
  content: "\e723";
}

.icon-left7:before {
  content: "\e724";
}

.icon-right7:before {
  content: "\e725";
}

.icon-up16:before {
  content: "\e746";
}

.icon-bottom16:before {
  content: "\e747";
}

.icon-left16:before {
  content: "\e748";
}

.icon-right16:before {
  content: "\e749";
}

.icon-whatsapp:before {
  content: "\e7c1";
}

.icon-email1:before {
  content: "\e7c5";
}

.icon-mobile:before {
  content: "\e7d0";
}

.icon-top101:before {
  content: "\e7ee";
}

.icon-bottom10:before {
  content: "\e7ef";
}

.icon-left10:before {
  content: "\e7f0";
}

.icon-right10:before {
  content: "\e7f1";
}

@media screen and (max-width: 1920px){ .m-kefu-chat.mobile-hide { right: 6px!important; cursor: pointer; cursor: pointer; } }

.page a.no:hover {color: #333!important;border: 1px solid #e5e5e5!important; background: none!important;}
.item-btns a.no:hover  {color: #333!important; background-color: #E5E5E5!important;}
.ppp{line-height: 30px; font-size: 16px; font-size: 1.6rem; color: #333;}
.actives{color: #d52c2c!important;}
.at-resp-share-element .at-icon{width: 24px!important;height: 24px!important;}
.at-style-responsive .at-share-btn{padding: 0!important; border-radius: 2px!important;}
.at-resp-share-element .at-share-btn .at-icon-wrapper{width: 24px!important;height: 24px!important;}
.at-resp-share-element .at-share-btn{margin-bottom: 0!important;margin-right: 3px!important;}
.listcart {width: 100%;text-align: center;}
.listcart a {
    display: inline-block;
    height: 40px;
    width: 200px;
    line-height: 40px;
    overflow: hidden;
    color: #D6223F;
    cursor: pointer;
    border: solid 1px #D6223F;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    font-size: 18px;
    font-size: 1.8rem;
    margin-left: 10px;
        border-radius: 5px;
  background-color: #fff;
    }
    .listcart a:hover {background: #D6223F; color: #fff;}
    .xunpanc{margin-bottom: 20px;}
    .xunpanc table tr td{border: 1px solid #ccc; text-align: left;}
    .xunpanc table tr td a{color: #333;}
    .xunpanc table tr td a:hover{color: #D6223F;}
@media screen and (max-width: 640px){
.pro2-spec .table div{
        width: 500px;
     max-width: 500px; 
}
}

.author{ display: inline-block; margin-left: 20px; }
@media screen and (max-width: 767px){
.author{ margin-left: 10px; }
}