.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(../image/zoomloader.gif);
   background-repeat: no-repeat;
   background-position: 43px 30px;
   z-index:110;
   width:90px;
   height:43px;
   position:absolute;
   top:0px;
   left:0px;
}


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



.zoomOverlay{
	position:absolute;
	left:0px;
	top:0px;
	background:#FFF;
	
	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;
}


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




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

html { font-size: 62.5%; }

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

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

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

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

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

img { border: none; }

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

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

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

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

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

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

input[type="submit"], 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: "HelveticaLTStd-Light", arial; font-size: 14px; font-size: 1.4rem; border: none; outline: none; background: none; }

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

textarea { resize: none; }

.pull-left { float: left; }

.pull-right { float: right; }

.clear { clear: both; }

.fix { *zoom: 1; }

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


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

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


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


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


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


::-moz-selection { color: #fff; background: #C11325; }
::selection { color: #fff; background: #C11325; }

.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 { position: relative; display: block; text-align: center; overflow: hidden; }

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

[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: #2a5caa !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.at-style-responsive .at-share-btn { padding: 0 !important; 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; }

.an-bd3 { position: relative; }

.an-bd3 .item-backdrop { content: ''; background-color: #000; background: rgba(0, 0, 0, 0.37); position: absolute; left: 0; right: 0; top: 0; bottom: 0; -webkit-transition: all .3s; -o-transition: all .3s; -moz-transition: all .3s; transition: all .3s; }

@media screen and (min-width: 992px) { .an-bd3 .item-backdrop { visibility: hidden; opacity: 0; filter: alpha(opacity=0); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); transform: scale(0); } }

@media screen and (min-width: 992px) { .an-bd3:hover .item-backdrop { visibility: visible; opacity: 1; filter: alpha(opacity=100); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); } }


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

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

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

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

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

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



.proslide_menubtn { display: block; width: 23px; height: 18px; position: absolute; top: 11px; 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: #333; }



.page { text-align: center; overflow: hidden; font-size: 0; letter-spacing: 0; }

.page a { display: inline-block; vertical-align: top; border: solid 1px #E4E4E4; color: #333; min-width: 30px; padding: 0 2px; height: 30px; line-height: 28px; margin: 0 4px 10px; font-size: 14px; font-size: 1.4rem; }

.page a.prev, .page a.next { min-width: 30px; color: #878787; }

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

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

.page .add-form { display: inline-block; vertical-align: top; margin-left: 55px; }

.page .add-form .add-btn { font-size: 14px; font-size: 1.4rem; text-align: center; min-width: 150px; padding: 0 5px; height: 32px; line-height: 32px; background-color: #C11325; color: #FFFFFF; cursor: pointer; }

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

@media only screen and (max-width: 1219px) { .page .add-form { margin-left: 5px; }
  .page .add-form .add-btn { font-size: 14px; font-size: 1.4rem; } }

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



.pro-share { font-size: 0; letter-spacing: 0; }

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

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

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



.m-oths { padding: 22px 0 0; border-top: solid 1px #E5E5E5; }

.m-oths .oths-item { font-size: 16px; font-size: 1.6rem; line-height: 24px; }

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

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

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

.m-oths .oths-info { overflow: hidden; padding-left: 5px; }

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

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


.bread { font-size: 16px; font-size: 1.6rem; line-height: 20px; padding-top: 20px; padding-bottom: 20px; overflow: hidden; border-bottom: solid 1px #E2E2E2; }

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

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

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

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

@media screen and (max-width: 767px) { .bread { font-size: 12px; font-size: 1.2rem; padding-top: 5px; padding-bottom: 5px; } }


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


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


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


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


.search-box { margin-right: 50px; position: relative; overflow: hidden; float: right; z-index: 999; width: 210px; height: 31px; border-radius: 16px; border: solid 1px #fff; cursor: pointer; }

@media screen and (max-width: 991px) { .search-box { margin-right: 15px; } }

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

.search-box .iconfont { border-radius: 5px; font-size: 16px; font-size: 1.6rem; color: #fff; background-color: #000; position: absolute; width: 30px; height: 30px; line-height: 30px; text-align: center; right: 0; top: 50%; margin-top: -15px; z-index: -1; }

.search-box .item-input { position: absolute; height: 30px; line-height: 30px; top: 50%; margin-top: -15px; width: 100%; left: 0; padding: 0 30px 0 10px; color: #fff; }

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


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

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

.header .h-top { background-color: #000; padding: 13px 0 11px; }

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

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

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

@media screen and (max-width: 991px) { .header .h-top .lang-box { margin-right: 20px; } }

.header .h-top .lang-box .lang-title { min-width: 159px; height: 30px; line-height: 28px; padding-right: 20px; padding-left: 5px; border: solid 1px #fff; font-size: 12px; font-size: 1.2rem; color: #fff; cursor: pointer; }

.header .h-top .lang-box .lang-title .lang { display: inline-block; vertical-align: middle; margin-right: 4px; }

.header .h-top .lang-box .lang-title .iconfont { position: absolute; right: 6px; font-size: 12px; font-size: 1.2rem; color: #fff; }

@media screen and (max-width: 991px) { .header .h-top .lang-box .lang-title { height: 26px; line-height: 24px; } }

.header .h-top .lang-box .lang-list { display: none; position: absolute; z-index: 99; background-color: #fff; top: 100%; left: 0; width: 100%; }

.header .h-top .lang-box .lang-list a { display: block; line-height: 24px; padding: 3px 5px; font-size: 12px; font-size: 1.2rem; }

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

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

.header .h-top .lang-box .lang-list .lang { display: inline-block; vertical-align: middle; margin-right: 4px; }

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

.header .h-top .h-follow a { float: left; display: block; margin-left: 8px; -webkit-animation: all .5s; -moz-animation: all .5s; animation: all .5s; }

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

.header .h-top .h-follow a:hover .iconfont { background-color: #fff; color: #C11325; }

.header .h-top .h-follow a .iconfont { color: #fff; font-size: 16px; font-size: 1.6rem; line-height: 30px; width: 30px; height: 30px; text-align: center; display: block; background-color: #C11325; }

.header .logo { float: left; display: block; line-height: 120px; text-align: center; }

.header .logo a { display: inline-block; }

.header .logo img { vertical-align: middle; max-height: 120px; }

@media screen and (max-width: 1219px) { .header .logo { width: 100%; line-height: 90px; }
  .header .logo svg { max-height: 90px; } }

@media screen and (max-width: 991px) { .header .logo { line-height: 70px; }
  .header .logo svg { max-height: 70px; } }

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

.header .h-select { float: right; position: relative; margin-top: 44px; margin-left: 80px; }

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

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

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

.header .h-select .iconfont { display: block; font-size: 36px; font-size: 3.6rem; color: #C11325; cursor: pointer; }

@media screen and (max-width: 1419px) { .header .h-select .iconfont { font-size: 30px; font-size: 3.0rem; } }

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

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

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

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

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

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

.header .h-select .box-erji { position: absolute; right: 100%; top: 0; background: #FFFFFF; box-shadow: 2px 0px 9px 0px rgba(0, 0, 0, 0.21); width: 180px; display: block; visibility: hidden; opacity: 0; -webkit-transform: translateY(30px); -moz-transform: translateY(30px); -ms-transform: translateY(30px); -o-transform: translateY(30px); transform: translateY(30px); -webkit-transform-origin: top; -moz-transform-origin: top; -ms-transform-origin: top; -o-transform-origin: top; transform-origin: top; -webkit-transition: all 400ms ease; -o-transition: all 400ms ease; -moz-transition: all 400ms ease; transition: all 400ms ease; }

.header .navlist { padding: 46px 0 0; float: right; width: 1040px; font-size: 0; letter-spacing: 0; position: relative; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; }

.header .navlist > li { position: relative; display: inline-block; vertical-align: top; padding-bottom: 15px; -webkit-box-flex: 1; -webkit-flex: 1; -moz-box-flex: 1; -ms-flex: 1; flex: 1; text-align: center; }

.header .navlist > li > a { display: inline-block; text-align: center; font-size: 16px; font-size: 1.6rem; text-transform: capitalize; font-family: "HelveticaLTStd-Bold", arial; min-width: 109px; max-width: 100%; line-height: 20px; padding: 8px; border-radius: 18px; }

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

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

@media screen and (max-width: 1219px) { .header .navlist { padding: 15px 0 0; width: 900px; }
  .header .navlist > li > a { font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 991px) { .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: 9999; position: absolute; top: 100%; width: 201px; background: #FFFFFF; box-shadow: 2px 0px 9px 0px rgba(0, 0, 0, 0.21); left: 0; 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; padding: 5px 0; }

.header .yiji li { padding: 0 5px; position: relative; text-align: left; }

.header .yiji li > a { display: block; line-height: 20px; padding: 15px 20px; font-size: 16px; font-size: 1.6rem; color: #555; }

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

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

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

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

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

.header .erji, .header .sanji { position: absolute; left: 100%; top: 0; display: block; visibility: hidden; opacity: 0; -webkit-transform: translateY(30px); -moz-transform: translateY(30px); -ms-transform: translateY(30px); -o-transform: translateY(30px); transform: translateY(30px); -webkit-transform-origin: top; -moz-transform-origin: top; -ms-transform-origin: top; -o-transform-origin: top; transform-origin: top; -webkit-transition: all 400ms ease; -o-transition: all 400ms ease; -moz-transition: all 400ms ease; transition: all 400ms ease; width: 201px; background: #FFFFFF; box-shadow: 2px 0px 9px 0px rgba(0, 0, 0, 0.21); padding: 5px 0; }



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


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


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


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


.footer { position: relative; width: 100%; background-color: #333; margin-top: 44px; }

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

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

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

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

.footer .f-email { background-color: #000; position: relative; top: -44px; }

@media screen and (max-width: 991px) { .footer .f-email { top: -30px; } }

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

.footer .f-email:before { position: absolute; content: ''; top: 0; right: 0; bottom: 0; width: 44.16667%; background: url(../image/bg2.png) no-repeat left center; background-size: auto 100%; }

@media screen and (max-width: 1219px) { .footer .f-email:before { width: 50%; } }

.footer .f-email .item-title { overflow: hidden; font-size: 40px; font-size: 4rem; line-height: 1.2; font-family: "HelveticaLTStd-Bold", arial; text-transform: uppercase; padding: 20px 20px 20px 153px; }

@media screen and (max-width: 1219px) { .footer .f-email .item-title { font-size: 34px; font-size: 3.4rem; padding: 20px; } }

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

.footer .f-email .item-right { float: right; position: relative; z-index: 1; width: 44.16667%; padding: 0 30px 0 110px; }

@media screen and (max-width: 1219px) { .footer .f-email .item-right { width: 50%; padding-left: 100px; } }

@media screen and (max-width: 991px) { .footer .f-email .item-right { padding-left: 80px; } }

.footer .f-email .item-right .iconfont { float: left; font-size: 82px; font-size: 8.2rem; color: #fff; margin-right: 28px; margin-top: 1px; }

@media screen and (max-width: 1219px) { .footer .f-email .item-right .iconfont { font-size: 60px; font-size: 6rem; margin-right: 15px; margin-top: 10px; } }

@media screen and (max-width: 991px) { .footer .f-email .item-right .iconfont { font-size: 40px; font-size: 4rem; margin-top: 20px; } }

.footer .f-email .item-right .item-body { overflow: hidden; padding-top: 19px; }

.footer .f-email .item-right .item-body .p1 { font-size: 16px; font-size: 1.6rem; left: 20px; margin-bottom: 10px; }

@media screen and (max-width: 1219px) { .footer .f-email .item-right .item-body .p1 { margin-bottom: 0; } }

.footer .f-email .item-right .item-body .p2 { font-size: 20px; font-size: 2rem; font-family: "HelveticaLTStd-Bold", arial; line-height: 1.2; }

.footer .f-email .item-right .item-body .p2 a:hover { color: #fff !important; }

@media screen and (max-width: 1219px) { .footer .f-email .item-right .item-body .p2 { font-size: 18px; font-size: 1.8rem; } }

@media screen and (max-width: 991px) { .footer .f-email .item-right .item-body .p2 { font-size: 14px; font-size: 1.4rem; } }

.footer .f-top { position: relative; padding:40px 0; font-size: 0; letter-spacing: 0; }

.footer .f-top .flist { display: inline-block; vertical-align: top; }

.footer .f-top .flist .box-list { font-size: 16px; font-size: 1.6rem; line-height: 30px; }

.footer .f-top .flist .box-list, .footer .f-top .flist .box-list a { color: #fff; }

.footer .f-top .flist .box-list a:hover { color: #C11325; }

.footer .f-top .footer-title { font-size: 20px; font-size: 2.0rem; line-height: 1.2; margin-bottom: 19px; font-family: "HelveticaLTStd-Bold", arial; text-transform: uppercase; }

.footer .f-top .flist1 { width: 350px; padding-right: 15px;display:none; }

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

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

.footer .f-top .flist3 .footer-title { padding-left: 18px; }

@media screen and (max-width: 1219px) { .footer .f-top .flist1 { width: 200px; }
  .footer .f-top .flist2 { width: 340px; }.footer .f-top .flist3{ width: 610px; } }

@media screen and (max-width: 991px) { .footer .f-top { padding: 35px 0 25px; }
  .footer .f-top .flist { line-height: 30px; }
  .footer .f-top .footer-title { margin-bottom: 15px; font-size: 20px; font-size: 2rem; }
  .footer .f-top .flist1 { width: 40%; }
  .footer .f-top .flist2 { width: 60%; }
  .footer .f-top .flist3 { width: 100%; margin-top: 25px; } }

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

.footer .f-follow { font-size: 0; letter-spacing: 0; padding: 17px 0 0 18px; }

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

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

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

.footer .f-follow a:hover .iconfont { background-color: #C11325; }

.footer .f-follow a .iconfont { display: block; position: relative; font-size: 18px; font-size: 1.8rem; width: 30px; height: 30px; line-height: 30px; text-align: center; background-color: #fff; color: #2D2D2D; border-radius: 50%; }

@media screen and (max-width: 767px) { .footer .f-follow a .iconfont { width: 30px; height: 30px; line-height: 30px; } }

.footer .f-keys { font-size: 14px; font-size: 1.4rem; line-height: 20px; margin-bottom: 41px; }

.footer .f-keys a { display: inline-block; margin: 0 4px; }

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

.footer .f-bot { background-color: #0C0C0C; padding: 20px 0 22px; line-height: 20px; font-size: 14px; font-size: 1.4rem; }

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

.footer .f-bot a:hover { color: #C11325; }

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

.footer .f-bot .links { margin-top: 10px; }

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

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

.footer .f-bot .f-follow { display: none; padding: 0 0 10px; }

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

@media screen and (max-width: 767px) { .footer .f-bot { text-align: center; padding: 20px 0 15px; line-height: 20px; font-size: 12px; font-size: 1.2rem; }
  .footer .f-bot .f-follow { display: block; } }

.f-form { padding-top: 10px; }

.f-form .star { background: url(../image/star.png) no-repeat 6px 13px; }

.f-form .item-input, .f-form .item-textarea, .f-form .item-code { position: relative; padding-left: 18px; width: 100%; margin-bottom: 13px; }

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

.f-form input, .f-form textarea, .f-form select { display: block; width: 100%; padding: 0 6px 0; color: #999; font-size: 14px; font-size: 1.4rem; background-color: #fff; }

.f-form input, .f-form select { height: 31px; line-height: 30px; }

.f-form textarea { height: 78px; line-height: 20px; padding-top: 5px; padding-bottom: 5px; }

.f-form .item-code { margin-bottom: 0; }

.f-form .code-input { width: 277px; margin-right: 10px; float: left; }

.f-form .item-img { float: left; cursor: pointer; }

.f-form .item-img img { display: block; }

.f-form .item-btn { float: left; width: 100%; margin-top: 12px; background-color: #C11325; border: 0; color: #fff; text-align: center; padding: 0; text-transform: uppercase; font-size: 12px; font-size: 1.2rem; }

.f-form .item-btn:hover { background-color: #fff; color: #C11325; }


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

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



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

.index-item .item-title { margin-bottom: 12px; font-size: 46px; font-size: 4.6rem; line-height: 1.2; font-family: "HelveticaLTStd-Bold", arial; position: relative; padding-bottom: 22px; }

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

.index-item .item-title:before { position: absolute; content: ''; width: 97px; height: 2px; left: 0; right: 0; margin: 0 auto; bottom: 0; background: url(../image/bg1.png) repeat-x; }

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

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

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

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

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

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

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



.index-hotpro { padding: 90px 0 116px; }

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

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

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

.index-hotpro .index-item { margin-bottom: 26px; }

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

.index-hotpro .item-box { position: relative; }

.index-hotpro .item-box1 { margin-bottom: 50px; }

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

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

.index-hotpro .item-box1 .cate-item { right: 0; }

.index-hotpro .item-box2 .cate-item { left: 0; }

.index-hotpro .item-box2 .box-list { float: right; }

.index-hotpro .cate-item { position: absolute; top: 0; bottom: 0; width: 17%; background-color: #000; }

@media screen and (max-width: 1219px) { .index-hotpro .cate-item { width: 18%; } }

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

.index-hotpro .cate-item .item-title { font-size: 26px; font-size: 2.6rem; line-height: 1.84; font-family: "HelveticaLTStd-Bold", arial; padding: 10px 20px; word-break: break-all; }

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

@media screen and (max-width: 1219px) { .index-hotpro .cate-item .item-title { font-size: 22px; font-size: 2.2rem; line-height: 1.2; padding: 10px; } }

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

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

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

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

.index-hotpro .box-list .list-item { display: inline-block; vertical-align: top; width: 29.76445%; margin-left: 5.35332%; text-align: center; padding-bottom: 8px; }

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

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

.index-hotpro .box-list .item-pic { border-radius: 10px; margin-bottom: 31px; }

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

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

.index-hotpro .box-list .item-title { font-size: 16px; font-size: 1.6rem; line-height: 20px; background-color: #000; border-radius: 10px; margin-bottom: 10px; }

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

.index-hotpro .box-list .item-title a { padding: 12px 5px; }

.index-hotpro .box-list .item-title a:hover { background-color: #2a5caa; color: #fff !important; }

@media screen and (max-width: 1219px) { .index-hotpro .box-list .item-title a { padding: 8px 5px; } }

@media screen and (max-width: 991px) { .index-hotpro .box-list .item-title a { padding: 5px; } }

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

.index-hotpro .box-list .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 26px; height: 52px; }

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

@media screen and (max-width: 1219px) { .index-hotpro .box-list .item-desc { line-height: 24px; height: 48px; } }

@media screen and (max-width: 991px) { .index-hotpro .box-list .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 22px; height: 44px; } }

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



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

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

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

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

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

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

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

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

.index-about .list-item { background: url(../image/bg6.jpg) repeat-x top; background-size: auto 100%; padding-top: 48px; }

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

@media screen and (max-width: 767px) { .index-about .list-item { padding-top: 25px; } }

@media screen and (max-width: 640px) { .index-about .list-item { background-color: #000; background-image: none; padding: 25px 0; } }

.index-about .list-item .item-pic { float: left; width: 36.5%; margin-left: 2.91667%; margin-right: 5.41667%; padding: 20px 0 20px 24px; position: relative; }

.index-about .list-item .item-pic:before { position: absolute; content: ''; top: 0; bottom: 0; left: 0; width: 86.07306%; background-color: #2a5caa; border-radius: 10px; }

.index-about .list-item .item-pic a { overflow: hidden; display: block; border-radius: 10px; }

.index-about .list-item .item-pic img { position: relative; border-radius: 10px; }

@media screen and (max-width: 1219px) { .index-about .list-item .item-pic { margin-left: 0; width: 39.41667%; } }

@media screen and (max-width: 991px) { .index-about .list-item .item-pic { padding: 15px 0 15px 15px; margin-right: 2.5%; } }

@media screen and (max-width: 767px) { .index-about .list-item .item-pic { width: 250px; padding: 12px 0 12px 12px; } }

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

.index-about .list-item .item-title { font-size: 40px; font-size: 4rem; line-height: 1.2; margin-bottom: 32px; font-family: "HelveticaLTStd-Bold", arial; }

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

@media screen and (max-width: 1219px) { .index-about .list-item .item-title { font-size: 34px; font-size: 3.4rem; margin-bottom: 20px; } }

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

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

.index-about .list-item .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 30px; height: 210px; margin-bottom: 56px; }

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

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

@media screen and (max-width: 1219px) { .index-about .list-item .item-desc { line-height: 26px; height: 182px; } }

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

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

@media screen and (max-width: 640px) { .index-about .list-item .item-desc { max-height: 140px; height: auto; } }

.index-about .list-item .item-btn { display: inline-block; text-align: center; min-width: 168px; border-radius: 19px; line-height: 24px; padding: 6px 5px; background-color: #2a5caa; color: #fff; font-size: 18px; font-size: 1.8rem; }

.index-about .list-item .item-btn .iconfont { font-size: 14px; font-size: 1.4rem; margin-left: 10px; }

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

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

@media screen and (max-width: 991px) { .index-about .list-item .item-btn { font-size: 14px; font-size: 1.4rem; min-width: 140px; }
  .index-about .list-item .item-btn .iconfont { margin-left: 5px; } }

@media screen and (max-width: 767px) { .index-about .list-item .item-btn { font-size: 12px; font-size: 1.2rem; min-width: 110px; line-height: 20px; padding: 3px 5px; } }



.index-news { padding-bottom: 78px; }

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

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

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

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

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

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

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

.index-news .item-pic { float: right; width: 50.33333%; border-radius: 10px; margin-left: 2.91667%; overflow: hidden; }

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

@media screen and (max-width: 767px) { .index-news .item-pic { width: 360px; } }

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

.index-news .box-list { overflow: hidden; }

.index-news .box-list .list-item { border-bottom: solid 2px #DCDCDC; padding-bottom: 12px; margin-bottom: 18px; }

@media screen and (max-width: 1219px) { .index-news .box-list .list-item { padding-bottom: 10px; margin-bottom: 15px; } }

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

.index-news .box-list .item-title { font-size: 18px; font-size: 1.8rem; font-family: "HelveticaLTStd-Bold", arial; line-height: 24px; margin-bottom: 16px; }

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

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

.index-news .box-list .item-date { font-size: 14px; font-size: 1.4rem; line-height: 20px; margin-bottom: 13px; color: #999; }

.index-news .box-list .item-date .iconfont { font-size: 18px; font-size: 1.8rem; margin-right: 2px; }

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

@media screen and (max-width: 991px) { .index-news .box-list .item-date { margin-bottom: 0; }
  .index-news .box-list .item-date .iconfont { font-size: 12px; font-size: 1.2rem; } }

.index-news .box-list .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 26px; height: 52px; }

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

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

@media screen and (max-width: 640px) { .index-news .box-list .item-desc { max-height: 40px; height: auto; } }


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

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

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

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

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

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

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

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

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

.index-app .box-list .list-item { display: inline-block; vertical-align: top; width: 29.76445%; margin-left: 5.35332%; text-align: center; padding-bottom: 8px; }

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

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

.index-app .box-list .item-pic { border-radius: 10px; margin-bottom: 31px; }

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

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

.index-app .box-list .item-title { font-size: 16px; font-size: 1.6rem; line-height: 20px; background-color: #000; border-radius: 10px; margin-bottom: 10px; }

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

.index-app .box-list .item-title a { padding: 12px 5px; }

.index-app .box-list .item-title a:hover { background-color: #C11325; color: #fff !important; }

@media screen and (max-width: 1219px) { .index-app .box-list .item-title a { padding: 8px 5px; } }

@media screen and (max-width: 991px) { .index-app .box-list .item-title a { padding: 5px; } }

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

.index-app .box-list .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 26px; height: 52px; }

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

@media screen and (max-width: 1219px) { .index-app .box-list .item-desc { line-height: 24px; height: 48px; } }

@media screen and (max-width: 991px) { .index-app .box-list .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 22px; height: 44px; } }

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

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

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

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

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

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

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

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

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

.index-video .list-item { background: url(../image/bg6.jpg) repeat-x top; background-size: auto 100%; padding-top: 48px; }

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

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

@media screen and (max-width: 640px) { .index-video .list-item { background-color: #000; background-image: none; padding: 25px 0; } }

.index-video .list-item .item-pic { float: right; width: 36.5%; margin-right: 2.91667%; margin-left: 5.41667%; padding: 20px 0 20px 24px; position: relative;   }

.index-video .list-item .item-pic:before { position: absolute; content: ''; top: 0; bottom: 0; left: 0; width: 86.07306%; background-color: #C11325; border-radius: 10px; }

.index-video .list-item .item-pic a { overflow: hidden; display: block; border-radius: 10px; }

.index-video .list-item .item-pic img { position: relative; border-radius: 10px; }

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

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

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

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

@media screen and (max-width: 1219px) { .index-video .list-item .item-pic { margin-right: 0; width: 39.41667%; } }

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

@media screen and (max-width: 767px) { .index-video .list-item .item-pic { width: 250px; padding: 12px 0 12px 12px; } }

@media screen and (max-width: 640px) { .index-video .list-item .item-pic { width: 100%; float: none; max-width: 300px; margin: 0 auto 10px; } }

.index-video .list-item .item-title { font-size: 40px; font-size: 4rem; line-height: 1.2; margin-bottom: 32px; font-family: "HelveticaLTStd-Bold", arial; }

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

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

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

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

.index-video .list-item .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 30px; height: 210px; margin-bottom: 56px; }

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

.index-video .list-item .item-desc a:hover { color: #ccc !important; }

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

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

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

@media screen and (max-width: 640px) { .index-video .list-item .item-desc { max-height: 140px; height: auto; } }

.index-video .list-item .item-btn { display: inline-block; text-align: center; min-width: 168px; border-radius: 19px; line-height: 24px; padding: 6px 5px; background-color: #C11325; color: #fff; font-size: 18px; font-size: 1.8rem; }

.index-video .list-item .item-btn .iconfont { font-size: 14px; font-size: 1.4rem; margin-left: 10px; }

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

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

@media screen and (max-width: 991px) { .index-video .list-item .item-btn { font-size: 14px; font-size: 1.4rem; min-width: 140px; }
  .index-video .list-item .item-btn .iconfont { margin-left: 5px; } }

@media screen and (max-width: 767px) { .index-video .list-item .item-btn { font-size: 12px; font-size: 1.2rem; min-width: 110px; line-height: 20px; padding: 3px 5px; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


.page_wrap { padding-top: 30px; padding-bottom:60px; }

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

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

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


.pro1-top { margin-bottom: 48px; }

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

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

.pro1-top .item-title { font-size: 30px; font-size: 3rem; line-height: 1.2; font-family: "HelveticaLTStd-Bold", arial; }

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

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

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

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

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

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

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

.slide-title { position: relative; margin-bottom: 18px; }

.slide-title a, .slide-title p { display: inline-block; background-color: #C11325; min-width: 170px; line-height: 24px; padding: 10px; border-radius: 22px; font-size: 16px; font-size: 1.6rem; font-weight: bold; color: #fff; text-align: center; }

.slide-title.slide-title1 { display: block; }

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

@media screen and (max-width: 991px) { .slide-title.slide-title1 { display: none; }
  .slide-title.slide-title2 { display: block; }
  .slide-title a, .slide-title p { display: block; min-width: auto; text-align: left; padding: 5px 40px 5px 10px; border-radius: 8px; } }

.attr-slide { margin-bottom: 25px; }

.attr-slide .box-list strong { float: left; font-weight: normal; font-size: 16px; font-size: 1.6rem; line-height: 20px; color: #666; margin-right: 10px; }

@media screen and (max-width: 991px) { .attr-slide .box-list strong { font-size: 14px; font-size: 1.4rem; } }

.attr-slide .box-list .item-body { overflow: hidden; font-size: 0; letter-spacing: 0; }

.attr-slide .box-list .item-body label { display: inline-block; vertical-align: top; font-size: 14px; font-size: 1.4rem; line-height: 20px; color: #999; margin-right: 20px; margin-bottom: 10px; }

.attr-slide .box-list .item-body label input { margin-right: 10px; }

@media screen and (max-width: 991px) { .attr-slide .box-list .item-body label { margin-right: 15px; }
  .attr-slide .box-list .item-body label input { margin-right: 5px; } }


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

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

.pro1-list .list-item { display: inline-block; vertical-align: top; width: 22.66667%; margin-left: 3.11111%; margin-bottom: 58px; text-align: center; }

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

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

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

.pro1-list .item-pic { border-radius: 10px; margin-bottom: 25px; }

.pro1-list .item-pic img { display: block; width: 100%; }

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

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

.pro1-list .item-title { margin-bottom: 11px; font-size: 18px; font-size: 1.8rem; line-height: 20px; }

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

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

.pro1-list .item-desc { margin-bottom: 10px; font-size: 16px; font-size: 1.6rem; line-height: 26px; height: 52px; }

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

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

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

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

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

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

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

.pro1-list .item-btn { text-align: center; display: inline-block; vertical-align: middle; min-width: 124px; line-height: 20px; padding: 5px 5px; color: #656565; border: solid 1px #E5E5E5; font-size: 16px; font-size: 1.6rem; border-radius: 10px; }

.pro1-list .item-btn:hover { border-color: #C11325; background-color: #C11325; color: #fff; }

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

@media screen and (max-width: 767px) { .pro1-list .item-btn { font-size: 12px; font-size: 1.2rem; min-width: 90px; padding: 2px; border-radius: 5px; } }




.pro2-box { margin-bottom: 70px; }

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

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

.pro2-box .m-propic { margin: 0 auto; width: 673px; float: left; margin-right: 37px; }

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

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

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

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

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

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

.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: 104px; padding: 37.5px 0; }

.pro2-box .m-propic .pic-btn { display: none; position: absolute; left: 0; width: 100%; text-align: center; height: 25px; line-height: 25px; }

.pro2-box .m-propic .pic-btn .iconfont { font-size: 25px; font-size: 2.5rem; color: #2D3D47; }

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

.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: 470px; overflow: hidden; }

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

.pro2-box .m-propic .pic-list .list-item { margin-bottom: 18px; overflow: visible; padding-left: 0;  position: relative;
    padding-bottom: 100%; }

.pro2-box .m-propic .pic-list .item-pics, .pro2-box .m-propic .pic-list .item-video { display: block; border-radius: 0; border: 1px solid transparent; position: relative; overflow: hidden; text-align:center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%; }

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

.pro2-box .m-propic .pic-list .item-pics:hover, .pro2-box .m-propic .pic-list .item-pics.active, .pro2-box .m-propic .pic-list .item-video:hover, .pro2-box .m-propic .pic-list .item-video.active { border-color: #C11325; }

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

@media screen and (max-width: 1219px) { .pro2-box {  }
  .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 20px; }
  .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: #2D3D47; }
  .pro2-box .m-propic2 .box-btn .iconfont:hover { color: #C11325; }
  .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; overflow: hidden; }
   .pro2-box .m-propic2 .list-item .item-pic {
    position: relative;
    display: block;
    text-align: center;
    overflow: hidden;
	
	
height: 0px;
padding-bottom: 100%;
}
  
  
  .pro2-box .m-propic2 .list-item img { display: block; }
  .pro2-box .m-propic2 .list-item .video-play { max-width: 80%;

display: inline-block;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%,-50%); }
   }

@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%; } }


.pro2-info { overflow: hidden; }

.pro2-info .item-title { font-family: "HelveticaLTStd-Bold", arial; font-size: 24px; font-size: 2.4rem; line-height: 26px; padding-top: 22px; margin-bottom: 34px; color: #4d4d4d; }

@media screen and (max-width: 1219px) { .pro2-info .item-title { padding-top: 0; margin-bottom: 15px; font-size: 22px; font-size: 2.2rem; } }

@media screen and (max-width: 991px) { .pro2-info .item-title { font-size: 20px; font-size: 2rem; line-height: 24px; margin-bottom: 15px; } }

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

.pro2-info .item-desc { padding-bottom: 20px; min-height: 155px; font-size: 16px; font-size: 1.6rem; line-height: 26px; }

.pro2-info .item-desc p { min-height: 26px; font-family: Tohoma;}

.pro2-info .item-desc, .pro2-info .item-desc a { color: #777; }

.pro2-info .item-desc img, .pro2-info .item-desc iframe { max-width: 100%; }

@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 { line-height: 24px; font-size: 14px; font-size: 1.4rem; }
  .pro2-info .item-desc p { min-height: 24px; } }

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

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

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

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

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

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

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

.pro2-info .down-btn { margin-top: 78px; display: inline-block; font-size: 18px; font-size: 1.8rem; }

.pro2-info .down-btn img { vertical-align: middle; margin-right: 9px; }

@media screen and (max-width: 1219px) { .pro2-info .down-btn { margin-top: 20px; font-size: 16px; font-size: 1.6rem; }
  .pro2-info .down-btn img { width: 36px; margin-right: 5px; } }

@media screen and (max-width: 991px) { .pro2-info .down-btn { font-size: 14px; font-size: 1.4rem; }
  .pro2-info .down-btn img { width: 33px; } }

@media screen and (max-width: 767px) { .pro2-info .down-btn { margin-top: 10px; font-size: 12px; font-size: 1.2rem; }
  .pro2-info .down-btn img { width: 22px; } }

.pro2-info .item-btns { font-size: 0; letter-spacing: 0; }

.pro2-info .item-btn { display: inline-block; vertical-align: middle; min-width: 202px; background-color: #F1F1F1; border-radius: 10px; color: #333; text-align: center; font-size: 18px; font-size: 1.8rem; line-height: 20px; padding: 16px 5px; }

.pro2-info .item-btn:first-child { margin-right: 20px; }

.pro2-info .item-btn:hover { color: #fff; background-color: #C11325; }

@media screen and (max-width: 1219px) { .pro2-info .item-btn { min-width: 140px; font-size: 16px; font-size: 1.6rem; padding: 6px 5px; } }

@media screen and (max-width: 991px) { .pro2-info .item-btn { font-size: 14px; font-size: 1.4rem; min-width: 120px; } }

@media screen and (max-width: 767px) { .pro2-info .item-btn { padding: 4px; min-width: 120px; margin-bottom: 10px; } }

@media screen and (max-width: 480px) { .pro2-info .item-btn { padding: 5px; font-size: 12px; font-size: 1.2rem; }
  .pro2-info .item-btn:first-child { margin-right: 15px; } }

.pro2-title { border-bottom: solid 2px #6f6f6f; font-size: 28px; font-size: 2.8rem; line-height: 1.2; padding-bottom: 23px; font-family: "HelveticaLTStd-Bold", arial; text-transform: capitalize; cursor: pointer; position: relative; }

.pro2-title:before { position: absolute; content: ''; width: 135px; height: 5px; background-color: #C11325; left: 0; bottom: -3px; }

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

@media screen and (max-width: 1219px) { .pro2-title { font-size: 24px; font-size: 2.4rem; padding-bottom: 15px; } }

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

@media screen and (max-width: 767px) { .pro2-title { font-size: 18px; font-size: 1.8rem; padding-bottom: 10px; border-bottom-width: 1px; }
  .pro2-title:before { width: 55px; height: 3px; bottom: -2px; } }

.pro2-attr { margin-bottom: 20px; }

.pro2-attr .item-title { display: inline-block; min-width: 170px; line-height: 24px; padding: 10px; border-radius: 22px; background-color: #C11325; text-align: center; font-weight: bold; font-size: 16px; font-size: 1.6rem; color: #fff; }

@media screen and (max-width: 1219px) { .pro2-attr .item-title { line-height: 20px; } }

@media screen and (max-width: 991px) { .pro2-attr .item-title { font-size: 14px; font-size: 1.4rem; min-width: 140px; } }

@media screen and (max-width: 767px) { .pro2-attr .item-title { font-size: 12px; font-size: 1.2rem; padding: 5px; min-width: 100px; } }

.pro2-attr .item-desc { padding: 15px 0 0; font-size: 14px; font-size: 1.4rem; line-height: 24px; }

.pro2-attr .item-desc, .pro2-attr .item-desc a { color: #666; }

.pro2-spec .box-body { padding: 34px 0 40px; font-size: 16px; font-size: 1.6rem; line-height: 32px; }
.pro2-spec .box-body table {margin-top: 15px;}
.pro2-spec .box-body p { min-height: 32px; }

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

.pro2-spec .box-body strong { font-weight: normal; font-family: "HelveticaLTStd-Bold", arial; }

.pro2-spec .box-body em { display: block; padding-left: 31px; background: url(../image/bg5.png) no-repeat 11px 10px; font-style: normal; }

.pro2-spec .box-body, .pro2-spec .box-body a { color: #333; }

@media screen and (max-width: 1219px) { .pro2-spec .box-body { padding: 30px 0; font-size: 16px; font-size: 1.6rem; line-height: 26px; }
  .pro2-spec .box-body p { min-height: 26px; }
  .pro2-spec .box-body em { background-position-y: 8px; } }

@media screen and (max-width: 991px) { .pro2-spec .box-body { font-size: 14px; font-size: 1.4rem; line-height: 24px; }
  .pro2-spec .box-body p { min-height: 24px; }
  .pro2-spec .box-body em { background-position-y: 7px; } }

@media screen and (max-width: 767px) { .pro2-spec .box-body { padding: 20px 0 30px; font-size: 12px; font-size: 1.2rem; line-height: 20px; }
  .pro2-spec .box-body p { min-height: 20px; }
  .pro2-spec .box-body em { padding-left: 20px; background-position-y: 5px; background-position-x: left; } }

.pro2-tags { border-top: solid 1px #E5E5E5; padding-top: 41px; }

@media screen and (max-width: 1219px) { .pro2-tags { padding-top: 30px; } }

.pro2-tags .item-desc { font-size: 0; letter-spacing: 0; }

.pro2-tags .item-desc a { display: inline-block; vertical-align: top; border: solid 1px #E5E5E5; font-size: 16px; font-size: 1.6rem; line-height: 20px; padding: 10px 15px; margin-right: 34px; margin-bottom: 15px; color: #656565; }

.pro2-tags .item-desc a:hover { background-color: #C11325; border-color: #C11325; color: #fff; }

@media screen and (max-width: 1219px) { .pro2-tags .item-desc a { font-size: 14px; font-size: 1.4rem; margin: 0 10px 10px 0; padding: 5px 10px; } }

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

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

.related-box .related-scroll { position: relative; }

.related-box .related-scroll .scroll-btns { font-size: 0; letter-spacing: 0; position: absolute; right: 0; top: -40px; display: none; }

@media screen and (max-width: 1219px) { .related-box .related-scroll .scroll-btns { top: -30px; } }

.related-box .related-scroll .scroll-btns .scroll-btn { cursor: pointer; display: inline-block; vertical-align: middle; font-size: 28px; font-size: 2.8rem; color: #999; }

.related-box .related-scroll .scroll-btns .scroll-btn:hover { color: #C11325; }

@media screen and (max-width: 1219px) { .related-box .related-scroll .scroll-btns .scroll-btn { font-size: 24px; font-size: 2.4rem; } }

@media screen and (max-width: 767px) { .related-box .related-scroll .scroll-btns .scroll-btn { font-size: 20px; font-size: 2rem; } }

.related-box .related-scroll .scroll-btns .prev { margin-right: 41px; }

@media screen and (max-width: 1219px) { .related-box .related-scroll .scroll-btns .prev { margin-right: 20px; } }

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

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

.related-box .related-scroll .scroll-list { width: 10000%; padding-top: 41px; }

@media screen and (max-width: 1219px) { .related-box .related-scroll .scroll-list { padding-top: 30px; } }

.related-box .related-scroll .scroll-list .list-item { float: left; width: 0.22667%; margin-right: 0.03111%; text-align: center; position: relative; }

@media screen and (max-width: 991px) { .related-box .related-scroll .scroll-list .list-item { width: 0.32%; margin-right: 0.02%; } }

@media screen and (max-width: 480px) { .related-box .related-scroll .scroll-list .list-item { width: 0.49%; margin-right: 0.02%; } }

.related-box .related-scroll .scroll-list .item-pic { border-radius: 10px; margin-bottom: 25px; }

.related-box .related-scroll .scroll-list .item-pic img { display: block; width: 100%; }

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

@media screen and (max-width: 767px) { .related-box .related-scroll .scroll-list .item-pic { margin-bottom: 10px; } }

.related-box .related-scroll .scroll-list .item-title { margin-bottom: 11px; font-size: 18px; font-size: 1.8rem; line-height: 20px; }

@media screen and (max-width: 1219px) { .related-box .related-scroll .scroll-list .item-title { margin-bottom: 10px; } }

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

.related-box .related-scroll .scroll-list .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 26px; height: 52px; }

.related-box .related-scroll .scroll-list .item-desc, .related-box .related-scroll .scroll-list .item-desc a { color: #656565; }

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

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



.news1-list { font-size: 0; letter-spacing: 0; padding-bottom: 45px; }

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

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

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

.news1-list .list-item { display: inline-block; vertical-align: top; width: 32.16667%; margin-left: 1.75%; margin-bottom: 35px; }

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

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

.news1-list .item-date { font-size: 14px; font-size: 1.4rem; color: #999; line-height: 20px; margin-top: 12px; }

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

.news1-list .item-title { font-family: "HelveticaLTStd-Bold", arial; font-size: 20px; font-size: 2rem; line-height: 24px; margin-top: 5px; }

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

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

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

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

.news1-list .item-desc, .news1-list .item-desc a { color: #555; }

@media screen and (max-width: 1219px) { .news1-list .item-desc { line-height: 26px; height: 78px; } }

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

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

@media screen and (max-width: 480px) { .news1-list .item-desc { height: 36px; } }

.news1-list .item-btn { margin-top: 16px; font-size: 14px; font-size: 1.4rem; line-height: 20px; display: inline-block; color: #C11325; }

.news1-list .item-btn:hover { color: #000; }

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

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



.news2-main > .item-title { text-align: center; font-size: 24px; font-size: 2.4rem; font-family: "HelveticaLTStd-Bold", arial; line-height: 30px; }

@media screen and (max-width: 991px) { .news2-main > .item-title { font-size: 20px; font-size: 2rem; line-height: 26px; } }

@media screen and (max-width: 767px) { .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: 22px; } }

.news2-main .item-date { text-align: center; margin-top: 35px; }

.news2-main .item-date > span { line-height: 26px; display: inline-block; color: #999; }

@media screen and (max-width: 1219px) { .news2-main .item-date { margin-top: 20px; } }

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

.news2-main .item-kind { font-size: 0; letter-spacing: 0; text-align: center; margin-top: 20px; }

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

@media screen and (max-width: 991px) { .news2-main .item-kind { margin-top: 15px; }
  .news2-main .item-kind > * { font-size: 14px; font-size: 1.4rem; margin: 0 10px; } }

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

.news2-main .pro-share { display: inline-block; margin-left: 24px; }

@media screen and (max-width: 991px) { .news2-main .pro-share { margin-left: 6px; } }

.news2-main .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 30px; padding: 31px 0 41px; }

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

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

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

@media screen and (max-width: 767px) { .news2-main .item-desc { font-size: 12px; font-size: 1.2rem; line-height: 20px; padding: 20px 0; }
  .news2-main .item-desc p { min-height: 20px; } }

.related-news { margin-top: 70px; }

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

.related-news .box-list { overflow: hidden; padding-top: 10px; }

.related-news .box-list .list-item { border-bottom: solid 2px #DCDCDC; padding: 15px 0; }

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

@media screen and (max-width: 991px) { .related-news .box-list .list-item { padding: 5px 0; } }

.related-news .box-list .item-title { font-size: 18px; font-size: 1.8rem; font-family: "HelveticaLTStd-Bold", arial; line-height: 24px; margin-bottom: 16px; }

@media screen and (max-width: 1219px) { .related-news .box-list .item-title { margin-bottom: 10px; font-size: 16px; font-size: 1.6rem; line-height: 20px; } }

@media screen and (max-width: 991px) { .related-news .box-list .item-title { font-size: 14px; font-size: 1.4rem; margin-bottom: 0; } }

.related-news .box-list .item-date { font-size: 14px; font-size: 1.4rem; line-height: 20px; margin-bottom: 13px; color: #999; }

.related-news .box-list .item-date .iconfont { font-size: 18px; font-size: 1.8rem; margin-right: 2px; }

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

@media screen and (max-width: 991px) { .related-news .box-list .item-date { margin-bottom: 0; }
  .related-news .box-list .item-date .iconfont { font-size: 12px; font-size: 1.2rem; } }

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

@media screen and (max-width: 1219px) { .related-news .box-list .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 22px; max-height: 44px; } }

@media screen and (max-width: 991px) { .related-news .box-list .item-desc { font-size: 12px; font-size: 1.2rem; line-height: 20px; max-height: 40px; } }

@media screen and (max-width: 640px) { .related-news .box-list .item-desc { max-height: 40px; max-height: auto; } }



.app1-list { font-size: 0; letter-spacing: 0; padding-bottom: 15px; }

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

.app1-list li { display: inline-block; vertical-align: top; width: 100%; margin-bottom: 52px; }

@media screen and (max-width: 1219px) { .app1-list li { margin-bottom: 30px; } }

@media screen and (max-width: 480px) { .app1-list li { width: 48%; margin: 0 1% 20px; } }

.app1-list .item-pic { width: 448px; float: left; border-radius: 10px; margin-right: 2.5%; }

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

@media screen and (max-width: 1219px) { .app1-list .item-pic { width: 400px; } }

@media screen and (max-width: 991px) { .app1-list .item-pic { width: 300px; } }

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

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

.app1-list .item-body { overflow: hidden; }

.app1-list .item-title { margin-top: 36px; font-family: "HelveticaLTStd-Bold", arial; font-size: 24px; font-size: 2.4rem; line-height: 30px; }

@media screen and (max-width: 991px) { .app1-list .item-title { margin-top: 10px; font-size: 20px; font-size: 2rem; } }

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

@media screen and (max-width: 480px) { .app1-list .item-title { font-size: 14px; font-size: 1.4rem; line-height: 20px; margin-top: 0; } }

.app1-list .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 30px; height: 120px; margin-top: 19px; }

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

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

@media screen and (max-width: 767px) { .app1-list .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 20px; height: 80px; margin-top: 5px; } }

@media screen and (max-width: 480px) { .app1-list .item-desc { font-size: 12px; font-size: 1.2rem; line-height: 20px; height: 40px; margin-top: 0; } }

.app1-list .item-btn { margin-top: 30px; display: inline-block; font-size: 16px; font-size: 1.6rem; line-height: 30px; color: #C11325; }

.app1-list .item-btn:hover { color: #000; }

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

@media screen and (max-width: 480px) { .app1-list .item-btn { font-size: 12px; font-size: 1.2rem; line-height: 20px; margin-top: 10px; } }



.download-list { padding-bottom: 49px; }

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

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

.download-list .list-item { border-bottom: dashed 1px #d7d7d7; position: relative; padding-bottom: 24px; margin-bottom: 20px; text-align: center; }

.download-list .item-body { overflow: hidden; padding-right: 250px; text-align: left; }

.download-list .item-title { font-size: 18px; font-size: 1.8rem; font-family: "HelveticaLTStd-Bold", arial; line-height: 24px; min-height: 24px; }

.download-list .item-title .iconfont { font-size: 19px; font-size: 1.9rem; line-height: 24px; color: #C11325; margin-right: 17px; font-weight: normal; }

.download-list .item-desc { line-height: 30px; min-height: 30px; margin-top: 14px; }

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

.download-list .item-btn { text-transform: uppercase; text-align: center; display: inline-block; min-width: 152px; height: 42px; border-radius: 5px; background-color: #C11325; line-height: 42px; color: #fff; font-family: tahoma; font-size: 12px; font-size: 1.2rem; font-family: "HelveticaLTStd-Bold", arial; position: absolute; top: 0px; right: 0; }

.download-list .item-btn .iconfont { font-size: 34px; font-size: 3.4rem; vertical-align: middle; font-weight: normal; margin-right: 10px; }

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

@media screen and (max-width: 1219px) { .download-list .item-body { padding-right: 200px; } }

@media screen and (max-width: 991px) { .download-list .list-item { margin-bottom: 50px; }
  .download-list .item-title { font-size: 16px; font-size: 1.6rem; }
  .download-list .item-desc { margin-top: 10px; line-height: 24px; } }

@media screen and (max-width: 767px) { .download-list .list-item { margin-bottom: 30px; }
  .download-list .item-btn { min-width: 120px; height: 32px; line-height: 32px; }
  .download-list .item-btn .iconfont { font-size: 24px; font-size: 2.4rem; margin-right: 3px; } }

@media screen and (max-width: 640px) { .download-list .item-body { padding-right: 0; }
  .download-list .item-btn { position: relative; top: auto; right: auto; margin: 20px auto 0; } }



.contact-box .item-info { font-size: 16px; font-size: 1.5rem; line-height: 30px; margin-bottom: 32px; }

.contact-box .item-info p { min-height: 30px;margin-top:20px; }

.contact-box .item-info img, .contact-box .item-info iframe { max-width: 100%; }

.contact-box .item-info a:hover { color: #C11325; }

.contact-box .item-info strong { font-family: "HelveticaLTStd-Bold", arial; font-weight: normal; }

.contact-box .item-info .item-title { text-transform: capitalize; font-family: "HelveticaLTStd-Bold", arial; font-size: 30px; font-size: 3rem; line-height: 1.2; margin-bottom: 15px; color: #C11325; }

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

@media screen and (max-width: 991px) { .contact-box .item-info .item-title { font-size: 20px; font-size: 2rem; } }

@media screen and (max-width: 767px) { .contact-box .item-info .item-title { font-size: 18px; font-size: 1.8rem; margin-bottom: 5px; } }

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

@media screen and (max-width: 1219px) { .contact-box .item-info { margin-bottom: 50px; font-size: 16px; font-size: 1.6rem; line-height: 26px; } }

@media screen and (max-width: 991px) { .contact-box .item-info { margin-bottom: 40px; font-size: 14px; font-size: 1.4rem; line-height: 24px; } }

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

.contact-box .item-form {  border-radius: 4px; background: #FBFBFB url(../image/bg3.jpg) no-repeat top center; border: solid 1px #e1e1e1; padding: 31px 4.58333% 20px; }

.contact-box .item-form ::-webkit-input-placeholder { color: #333; opacity: 1; }

.contact-box .item-form :-o-placeholder { color: #333; opacity: 1; }

.contact-box .item-form ::-moz-placeholder { color: #333; opacity: 1; }

.contact-box .item-form :-ms-input-placeholder { color: #333; opacity: 1; }

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

@media screen and (max-width: 767px) { .contact-box .item-form { padding: 30px 15px; margin-bottom: 30px; } }

.contact-box .item-form .box-title { font-family: "HelveticaLTStd-Bold", arial; text-transform: uppercase; font-size: 36px; font-size: 3.6rem; color: #C11325; text-align: center; position: relative; padding-bottom: 16px; margin-bottom: 40px; letter-spacing: 0.2px; }

.contact-box .item-form .box-title:after { position: absolute; content: ''; width: 119px; height: 2px; background-color: #C11325; left: 50%; margin-left: -60px; bottom: 0; }

@media screen and (max-width: 1219px) { .contact-box .item-form .box-title { font-size: 30px; font-size: 3rem; } }

@media screen and (max-width: 991px) { .contact-box .item-form .box-title { font-size: 24px; font-size: 2.4rem; padding-bottom: 10px; margin-bottom: 25px; }
  .contact-box .item-form .box-title:after { height: 2px; } }

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

.contact-box .item-form .attachment { float: left; width: 100%; position: relative; margin-bottom: 20px; }

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

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

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

.contact-box .item-form .attachment .file-group { float: left; width: 48.07339%; height: 40px; line-height: 40px; background-color: #C11325; position: relative; overflow: hidden; border-radius: 0; }

@media screen and (max-width: 480px) { .contact-box .item-form .attachment .file-group { width: 100%; } }

.contact-box .item-form .attachment .file-group .file-btn { border-radius: 0; width: 100%; height: 100%; background-color: #C11325; color: #FFFFFF; border: 0; border-radius: 0; line-height: 40px; }

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

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

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

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

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

.contact-box .item-form .star { position: relative; }

.contact-box .item-form .star:after { position: absolute; content: '*'; color: #FF0010; left: 10px; top: 17px; }

.contact-box .item-form .star input, .contact-box .item-form .star textarea { padding-left: 20px; }

.contact-box .item-form .item-input { width: 48.07339%; margin-bottom: 21px; float: left; }

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

.contact-box .item-form .item-input1 { margin-bottom: 22px; width: 100%; }

.contact-box .item-form input, .contact-box .item-form textarea { display: block; background-color: #fff; width: 100%; display: block; color: #333; border: solid 1px #d2d2d2; font-size: 16px; font-size: 1.6rem; }

.contact-box .item-form input { height: 50px; line-height: 48px; padding: 0 10px; }

.contact-box .item-form textarea { height: 121px; padding: 8px 10px; line-height: 24px; margin: 3px 0 0; }

.contact-box .item-form .item-code { width: 303px; margin-right: 54px; float: left !important; }
table{margin-bottom:15px;}
.contact-box .item-form .item-img { float: left; }

.contact-box .item-form .item-img img { display: block; }

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

.contact-box .item-form .item-btn input { height: 48px; border-color: #C11325; background-color: #C11325; color: #fff; font-size: 16px; font-size: 1.6rem; text-transform: capitalize; }

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

@media screen and (max-width: 1219px) { .contact-box .item-form .item-code { width: 250px; margin-right: 15px; } }

@media screen and (max-width: 991px) { .contact-box .item-form .item-code { width: 230px; }
  .contact-box .item-form .item-btn { width: 250px; margin-left: 15px; float: left; }
  .contact-box .item-form input, .contact-box .item-form textarea { font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 767px) { .contact-box .item-form .star:after { top: 13px; }
  .contact-box .item-form .item-input, .contact-box .item-form .item-input1 { margin-bottom: 10px; width: 100%; }
  .contact-box .item-form .item-code { margin-right: 0; }
  .contact-box .item-form .item-img { float: left; margin-bottom: 10px; height: 40px; }
  .contact-box .item-form .item-img img { max-height: 100%; }
  .contact-box .item-form .item-btn { margin-left: 0; width: 100%; }
  .contact-box .item-form .item-btn input { height: 40px; line-height: 38px; }
  .contact-box .item-form input { height: 40px; line-height: 38px; }
  .contact-box .item-form input, .contact-box .item-form textarea { font-size: 12px; font-size: 1.2rem; } }

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


.page_banner img { display: block; width: 100%; }

.faq-list { padding-bottom: 35px; }

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

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

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

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

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

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

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

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

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

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

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

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

.faq-list .item-title.active:before { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); }

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

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

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

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

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


.video-list { font-size: 0; letter-spacing: 0; padding-bottom: 20px;   }

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

.video-list .list-item { display: inline-block; vertical-align: top; width: 29.83333%; margin-left: 5.25%; margin-bottom: 34px;  }

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.lang { background: url(../image/lang.png) no-repeat; }

.no { height: 16px; width: 24px; background-position: 0 0; }

.ny { height: 16px; width: 24px; background-position: 0 -16px; }

.pa { height: 16px; width: 24px; background-position: 0 -32px; }

.my { height: 16px; width: 24px; background-position: 0 -48px; }

.ne { height: 16px; width: 24px; background-position: 0 -64px; }

.nl { height: 16px; width: 24px; background-position: 0 -80px; }

.pl { height: 16px; width: 24px; background-position: 0 -96px; }

.ru { height: 16px; width: 24px; background-position: 0 -112px; }

.sd { height: 16px; width: 24px; background-position: 0 -128px; }

.si { height: 16px; width: 24px; background-position: 0 -144px; }

.ps { height: 16px; width: 24px; background-position: 0 -160px; }

.pt { height: 16px; width: 24px; background-position: 0 -176px; }

.ro { height: 16px; width: 24px; background-position: 0 -192px; }

.lt { height: 16px; width: 24px; background-position: 0 -208px; }

.lv { height: 16px; width: 24px; background-position: 0 -224px; }

.mg { height: 16px; width: 24px; background-position: 0 -240px; }

.la { height: 16px; width: 24px; background-position: 0 -256px; }

.lb { height: 16px; width: 24px; background-position: 0 -272px; }

.lo { height: 16px; width: 24px; background-position: 0 -288px; }

.mi { height: 16px; width: 24px; background-position: 0 -304px; }

.mr { height: 16px; width: 24px; background-position: 0 -320px; }

.ms { height: 16px; width: 24px; background-position: 0 -336px; }

.mt { height: 16px; width: 24px; background-position: 0 -352px; }

.mk { height: 16px; width: 24px; background-position: 0 -368px; }

.ml { height: 16px; width: 24px; background-position: 0 -384px; }

.mn { height: 16px; width: 24px; background-position: 0 -400px; }

.tr { height: 16px; width: 24px; background-position: 0 -416px; }

.tw { height: 16px; width: 24px; background-position: 0 -432px; }

.uk { height: 16px; width: 24px; background-position: 0 -448px; }

.tg { height: 16px; width: 24px; background-position: 0 -464px; }

.th { height: 16px; width: 24px; background-position: 0 -480px; }

.tl { height: 16px; width: 24px; background-position: 0 -496px; }

.ur { height: 16px; width: 24px; background-position: 0 -512px; }

.yi { height: 16px; width: 24px; background-position: 0 -528px; }

.yo { height: 16px; width: 24px; background-position: 0 -544px; }

.zu { height: 16px; width: 24px; background-position: 0 -560px; }

.uz { height: 16px; width: 24px; background-position: 0 -576px; }

.vi { height: 16px; width: 24px; background-position: 0 -592px; }

.xh { height: 16px; width: 24px; background-position: 0 -608px; }

.sn { height: 16px; width: 24px; background-position: 0 -624px; }

.so { height: 16px; width: 24px; background-position: 0 -640px; }

.sq { height: 16px; width: 24px; background-position: 0 -656px; }

.sk { height: 16px; width: 24px; background-position: 0 -672px; }

.sl { height: 16px; width: 24px; background-position: 0 -688px; }

.sm { height: 16px; width: 24px; background-position: 0 -704px; }

.sr { height: 16px; width: 24px; background-position: 0 -720px; }

.sw { height: 16px; width: 24px; background-position: 0 -736px; }

.ta { height: 16px; width: 24px; background-position: 0 -752px; }

.te { height: 16px; width: 24px; background-position: 0 -768px; }

.st { height: 16px; width: 24px; background-position: 0 -784px; }

.su { height: 16px; width: 24px; background-position: 0 -800px; }

.sv { height: 16px; width: 24px; background-position: 0 -816px; }

.el { height: 16px; width: 24px; background-position: 0 -832px; }

.en { height: 16px; width: 24px; background-position: 0 -848px; }

.eo { height: 16px; width: 24px; background-position: 0 -864px; }

.cy { height: 16px; width: 24px; background-position: 0 -880px; }

.da { height: 16px; width: 24px; background-position: 0 -896px; }

.de { height: 16px; width: 24px; background-position: 0 -912px; }

.es { height: 16px; width: 24px; background-position: 0 -928px; }

.fi { height: 16px; width: 24px; background-position: 0 -944px; }

.fr { height: 16px; width: 24px; background-position: 0 -960px; }

.fy { height: 16px; width: 24px; background-position: 0 -976px; }

.et { height: 16px; width: 24px; background-position: 0 -992px; }

.eu { height: 16px; width: 24px; background-position: 0 -1008px; }

.fa { height: 16px; width: 24px; background-position: 0 -1024px; }

.az { height: 16px; width: 24px; background-position: 0 -1040px; }

.be { height: 16px; width: 24px; background-position: 0 -1056px; }

.bg { height: 16px; width: 24px; background-position: 0 -1072px; }

.af { height: 16px; width: 24px; background-position: 0 -1088px; }

.am { height: 16px; width: 24px; background-position: 0 -1104px; }

.ar { height: 16px; width: 24px; background-position: 0 -1120px; }

.bn { height: 16px; width: 24px; background-position: 0 -1136px; }

.cn { height: 16px; width: 24px; background-position: 0 -1152px; }

.co { height: 16px; width: 24px; background-position: 0 -1168px; }

.cs { height: 16px; width: 24px; background-position: 0 -1184px; }

.bs { height: 16px; width: 24px; background-position: 0 -1200px; }

.ca { height: 16px; width: 24px; background-position: 0 -1216px; }

.ceb { height: 16px; width: 24px; background-position: 0 -1232px; }

.it { height: 16px; width: 24px; background-position: 0 -1248px; }

.ja { height: 16px; width: 24px; background-position: 0 -1264px; }

.jv { height: 16px; width: 24px; background-position: 0 -1280px; }

.id { height: 16px; width: 24px; background-position: 0 -1296px; }

.ig { height: 16px; width: 24px; background-position: 0 -1312px; }

.is { height: 16px; width: 24px; background-position: 0 -1328px; }

.ka { height: 16px; width: 24px; background-position: 0 -1344px; }

.ko { height: 16px; width: 24px; background-position: 0 -1360px; }

.ku { height: 16px; width: 24px; background-position: 0 -1376px; }

.ky { height: 16px; width: 24px; background-position: 0 -1392px; }

.kk { height: 16px; width: 24px; background-position: 0 -1408px; }

.km { height: 16px; width: 24px; background-position: 0 -1424px; }

.kn { height: 16px; width: 24px; background-position: 0 -1440px; }

.gu { height: 16px; width: 24px; background-position: 0 -1456px; }

.ha { height: 16px; width: 24px; background-position: 0 -1472px; }

.haw { height: 16px; width: 24px; background-position: 0 -1488px; }

.ga { height: 16px; width: 24px; background-position: 0 -1504px; }

.gd { height: 16px; width: 24px; background-position: 0 -1520px; }

.gl { height: 16px; width: 24px; background-position: 0 -1536px; }

.he { height: 16px; width: 24px; background-position: 0 -1552px; }

.ht { height: 16px; width: 24px; background-position: 0 -1568px; }

.hu { height: 16px; width: 24px; background-position: 0 -1584px; }

.hy { height: 16px; width: 24px; background-position: 0 -1600px; }

.hi { height: 16px; width: 24px; background-position: 0 -1616px; }

.hmn { height: 16px; width: 24px; background-position: 0 -1632px; }

.hr { height: 16px; width: 24px; background-position: 0 -1648px; }

@media screen and (min-width: 992px) { .n-nav, .n-nav-icon { display: none; } }

@-webkit-keyframes resize { from, 60%, 75%, 90%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% { opacity: 0;
    -webkit-transform: scale(5, 5);
    transform: scale(5, 5); }
  100% { opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }

@-moz-keyframes resize { from, 60%, 75%, 90%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% { opacity: 0;
    -webkit-transform: scale(5, 5);
    -moz-transform: scale(5, 5);
         transform: scale(5, 5); }
  100% { opacity: 1;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
         transform: scale(1, 1); } }

@keyframes resize { from, 60%, 75%, 90%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% { opacity: 0;
    -webkit-transform: scale(5, 5);
    -moz-transform: scale(5, 5);
      -o-transform: scale(5, 5);
         transform: scale(5, 5); }
  100% { opacity: 1;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
      -o-transform: scale(1, 1);
         transform: scale(1, 1); } }

.n-nav .n-nav-icon { position: fixed; right: 0; top: 8px; width: 35px; height: 28px; line-height: 28px; text-align: center; -webkit-transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s; z-index: 999999999; }

.n-nav .n-nav-icon .iconfont { font-size: 20px; font-size: 2.0rem; color: #ccc; }

.n-nav .n-nav-icon span { display: block; width: 100%; height: 2px; margin-bottom: 4px; background-color: #fff; }

@media screen and (max-width: 767px) { .n-nav .n-nav-icon { top: 5px; } }

.n-nav .n-nav-icon.active { background: #666 url(../image/nav-close.png) no-repeat center; background-size: 30px; }

.n-nav .n-nav-icon.active span, .n-nav .n-nav-icon.active .iconfont { display: none; }

.n-nav .n-nav-body { display: none; position: fixed; z-index: 99999; top: 0; bottom: 0; width: 100%; left: 0; overflow-y: scroll; background-color: #666; padding-top: 40px; }

.n-nav .box-search { background-color: #fff; padding: 5px 10px; position: relative; border: solid 1px #C11325; margin: 5px 10px; }

.n-nav .box-search .item-input { width: 100%; line-height: 32px; height: 32px; padding: 0 60px 0 0; }

.n-nav .box-search .iconfont { font-weight: bold; background-color: #C11325; width: 44px; height: 32px; line-height: 32px; border-radius: 5px; color: #fff; text-align: center; position: absolute; right: 10px; top: 5px; z-index: 0; }

.n-nav .box-search .iconfont:hover { background-color: #666; }

.n-nav .box-search .item-submit { position: absolute; width: 44px; height: 32px; right: 10px; top: 5px; z-index: 1; }

.n-nav .box-list { margin-top: 30px; }

.n-nav .box-list > li { position: relative; -webkit-animation-duration: 0.5s; -moz-animation-duration: 0.5s; animation-duration: 0.5s; -webkit-animation-fill-mode: both; -moz-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-name: resize; -moz-animation-name: resize; animation-name: resize; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; padding: 0 10px; }

.n-nav .box-list > li a { display: block; font-size: 14px; font-size: 1.4rem; line-height: 26px; padding: 10px 25px 10px 10px; color: #fff; text-transform: uppercase; border-bottom: 1px solid rgba(255, 255, 255, 0.3); }

.n-nav .box-list li { position: relative; }

.n-nav .box-list li .has-next { position: absolute; top: 10px; right: 10px; width: 20px; height: 20px; background: url(../image/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(../image/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 { line-height: 0; font-size: 0; position: relative; }

.banner .slick-arrow { position: absolute; z-index: 2; display: block !important; cursor: pointer; top: 50%; filter: alpha(opacity=50); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; }

.banner .slick-arrow .iconfont { font-size: 50px; font-size: 5.0rem; display: block; color: #fff; }

.banner .slick-arrow:hover .iconfont { color: #C11325; }

@media screen and (max-width: 991px) { .banner .slick-arrow { display: none !important; } }

.banner .slick-prev { right: 70px; cursor: pointer; margin-top: -70px; }

.banner .slick-next { right: 70px; cursor: pointer; margin-top: -0; }

.banner .slick-dots { display: none !important; position: absolute; z-index: 2; bottom: 45px; text-align: center; font-size: 0; letter-spacing: 0; text-align: center; left: 0; width: 100%; }

.banner .slick-dots li { display: inline-block; vertical-align: top; cursor: pointer; }

.banner .slick-dots li a { display: block; width: 67px; height: 4px; background-color: #fff; margin: 0 5px; }

.banner .slick-dots li.slick-active a { background-color: #C11325; }

@media screen and (max-width: 1219px) { .banner .slick-dots { bottom: 20px; }
  .banner .slick-dots li a { width: 55px; } }

@media screen and (max-width: 991px) { .banner .slick-dots { display: block !important; bottom: 15px; }
  .banner .slick-dots li a { width: 35px; margin: 0 4px; } }

@media screen and (max-width: 991px) { .banner .slick-dots { bottom: 10px; }
  .banner .slick-dots li a { width: 15px; height: 3px; margin: 0 2px; } }

.slick-list, .slick-slider, .slick-track { position: relative; display: block; }

.slick-loading .slick-slide, .slick-loading .slick-track { visibility: hidden; }

.slick-slider { -moz-box-sizing: border-box; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }

.slick-list { overflow: hidden; margin: 0; padding: 0; }

.slick-list:focus { outline: 0; }

.slick-list.dragging { cursor: pointer; cursor: hand; }

.slick-slider .slick-list, .slick-slider .slick-track { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

.slick-track { top: 0; left: 0; }

.slick-track:after, .slick-track:before { display: table; content: ''; }

.slick-track:after { clear: both; }

.slick-slide { display: none; float: left; height: 100%; min-height: 1px; }


.slick-slide img { display: block; }

.slick-slide.slick-loading img { display: none; }

.slick-slide.dragging img { pointer-events: none; }

.slick-initialized .slick-slide { display: block; }

.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }

.slick-arrow.slick-hidden { display: none; }


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



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



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



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



@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }

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

@keyframes rollOut {
  0% {
    opacity: 1;
  }

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

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

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

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

@-webkit-keyframes zoomInStable {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  33.333% {
    opacity: 1;
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  
  66.666666% {
    opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes zoomInStable {
 0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  33.333% {
    opacity: 1;
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  
  66.666666% {
    opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

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

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

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

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

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

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

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

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

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

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

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

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

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

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

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

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

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

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

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

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

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

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

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

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

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

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

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

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

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

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

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

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

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

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

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

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

@keyframes anime {
from {
	opacity: 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
}
to {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-moz-transform: scaleY(1);
}
}

@-webkit-keyframes anime {
from {
	opacity: 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
}
to {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-moz-transform: scaleY(1);
}
}

@-moz-keyframes anime {
from {
	opacity: 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
}
to {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-moz-transform: scaleY(1);
}

}

@-o-keyframes anime {
from {
	opacity: 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
}
to {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-moz-transform: scaleY(1);
}
}

@-ms-keyframes anime {
from {
	opacity: 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
}
to {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-moz-transform: scaleY(1);
}

}

@media screen and (min-width:1000px) and (max-width:1219px) {}
@media screen and (max-width:1219px) {}
@media screen and (max-width:991px) {	}
@media screen and (max-width:767px) {	}
@media screen and (max-width:640px) {	}
@media screen and (max-width:480px) {	}

@font-face {
    font-family: 'HelveticaLTStd-Light';
    src: url('../font/HelveticaLTStd-Light.eot');
    src: url('../font/HelveticaLTStd-Light.eot') format('embedded-opentype'),
         url('../font/HelveticaLTStd-Light.woff2') format('woff2'),
         url('../font/HelveticaLTStd-Light.woff') format('woff'),
         url('../font/HelveticaLTStd-Light.ttf') format('truetype'),
         url('https://www.chukouplus.com/static_template/0800/fonts/HelveticaLTStd-Light.svg#HelveticaLTStd-Light') format('svg');
		 font-display: swap; 
}
@font-face {
    font-family: 'HelveticaLTStd-Bold';
    src: url('../font/HelveticaLTStd-Bold.eot');
    src: url('../font/HelveticaLTStd-Bold.eot') format('embedded-opentype'),
         url('../font/HelveticaLTStd-Bold.woff2') format('woff2'),
         url('../font/HelveticaLTStd-Bold.woff') format('woff'),
         url('../font/HelveticaLTStd-Bold.ttf') format('truetype'),
         url('https://www.chukouplus.com/static_template/0800/fonts/HelveticaLTStd-Bold.svg#HelveticaLTStd-Bold') format('svg');
		 font-display: swap; 
}


@font-face {font-family: "iconfont";
  src: url('../font/iconfont-1613810162926.eot'); 
  src: url('../font/iconfont-1613810162926.eot#iefix') format('embedded-opentype'), 
  url('data:application/x-font-woff2;charset=utf-8;base64,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') format('woff2'),
  url('../font/iconfont-1613810162926.woff') format('woff'),
  url('../font/iconfont-1613810162926.ttf') format('truetype'), 
  url('https://www.chukouplus.com/static_template/0800/fonts/iconfont.svg?t=1613810162926#iconfont') format('svg'); 
}

.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-icon-test10:before {
  content: "\e651";
}

.icon-icon-test12:before {
  content: "\e653";
}

.icon-list:before {
  content: "\e671";
}

.icon-menu:before {
  content: "\e67c";
}

.icon-up11:before {
  content: "\e732";
}

.icon-bottom11:before {
  content: "\e733";
}

.icon-left11:before {
  content: "\e734";
}

.icon-right11:before {
  content: "\e735";
}

.icon-left30:before {
  content: "\e79b";
}

.icon-right30:before {
  content: "\e79c";
}

.icon-baodanlist:before {
  content: "\e66c";
}

.icon-download2:before {
  content: "\e61e";
}

.icon-yuanxingjiantouxiangyouzuo:before {
  content: "\e60c";
}

.icon-yuanxingjiantouxiangyou:before {
  content: "\e613";
}

.icon-weibiaoti-:before {
  content: "\e61d";
}

.icon-jiantou_xiangyou:before {
  content: "\eb08";
}

.icon-jiantou_xiangzuo:before {
  content: "\eb09";
}

.icon-yuanxingjiantouyou:before {
  content: "\e967";
}

.icon-yuanxingjiantouzuo:before {
  content: "\e968";
}

.icon-jiantou-right:before {
  content: "\e600";
}

.icon-download11:before {
  content: "\e612";
}

.icon-search:before {
  content: "\e602";
}

.icon-topsearch:before {
  content: "\ea0a";
}

.icon-download21:before {
  content: "\e61c";
}

.icon-home:before {
  content: "\e624";
}

.icon-edit:before {
  content: "\e611";
}

.icon-facebook:before {
  content: "\e620";
}

.icon-vk:before {
  content: "\e736";
}

.icon-pinterest:before {
  content: "\e8ab";
}

.icon-jian2:before {
  content: "\e601";
}

.icon-linkedin:before {
  content: "\e648";
}

.icon-youtube:before {
  content: "\e6d6";
}

.icon-twitter:before {
  content: "\e607";
}

.icon-jia2:before {
  content: "\e608";
}

.icon-bigger:before {
  content: "\e647";
}

.icon-left:before {
  content: "\e72c";
}

.icon-right:before {
  content: "\e72d";
}

.icon-up1:before {
  content: "\e72e";
}

.icon-bottom1:before {
  content: "\e72f";
}

.icon-left1:before {
  content: "\e730";
}

.icon-right1:before {
  content: "\e731";
}

.icon-up:before {
  content: "\e73e";
}

.icon-bottom:before {
  content: "\e73f";
}

.icon-instagram:before {
  content: "\e79d";
}

.icon-tumblr:before {
  content: "\e79e";
}

.icon-download:before {
  content: "\e7a0";
}

.icon-download1:before {
  content: "\e7a7";
}

.icon-search4:before {
  content: "\e7b2";
}

.icon-address:before {
  content: "\e7bc";
}

.icon-email:before {
  content: "\e7bd";
}

.icon-contact:before {
  content: "\e7be";
}

.icon-whatsapp:before {
  content: "\e7bf";
}

.icon-fax:before {
  content: "\e7c2";
}

.icon-mobile:before {
  content: "\e7c6";
}

.icon-phone:before {
  content: "\e7c8";
}

.icon-tel:before {
  content: "\e7c7";
}

.icon-phone1:before {
  content: "\e7cb";
}

.icon-skype:before {
  content: "\e7cc";
}

.icon-whatsapp1:before {
  content: "\e7c1";
}

.icon-address1:before {
  content: "\e7c3";
}

.icon-contact1:before {
  content: "\e7c4";
}

.icon-email1:before {
  content: "\e7c5";
}

.icon-skype1:before {
  content: "\e7c9";
}

.icon-fax1:before {
  content: "\e7ca";
}

.icon-qq:before {
  content: "\e7ce";
}

.icon-tel1:before {
  content: "\e7cd";
}

.icon-wechat:before {
  content: "\e7cf";
}

.icon-phone2:before {
  content: "\e7d0";
}

.icon-message:before {
  content: "\e7da";
}

.icon-calendar:before {
  content: "\e7e1";
}

.icon-calendar1:before {
  content: "\e7e3";
}

.icon-top:before {
  content: "\e7ed";
}

.icon-youbian:before {
  content: "\e60f";
}

.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-top10:before {
  content: "\e7ee";
}

.icon-bottom10:before {
  content: "\e7ef";
}

.icon-left10:before {
  content: "\e7f0";
}

.icon-right10:before {
  content: "\e7f1";
}

.icon-jiahao12:before {
  content: "\e6bb";
}

.icon-download4:before {
  content: "\e7a3";
}

.icon-jianhao8:before {
  content: "\e682";
}

.icon-left2:before {
  content: "\e710";
}

.icon-right2:before {
  content: "\e711";
}

.icon-up28:before {
  content: "\e791";
}

.icon-bottom28:before {
  content: "\e792";
}

.icon-left28:before {
  content: "\e793";
}

.icon-right28:before {
  content: "\e794";
}

.icon-liebiao:before {
  content: "\e834";
}

.icon-shixinyuanxingjiantoushang1:before {
  content: "\e93f";
}

.icon-shixinyuanxingjiantouxia1:before {
  content: "\e942";
}

.icon-shixinyuanxingjiantouyou1:before {
  content: "\e940";
}

.icon-shixinyuanxingjiantouzuo1:before {
  content: "\e941";
}

.icon-up13:before {
  content: "\e73a";
}

.icon-bottom13:before {
  content: "\e73b";
}

.icon-left13:before {
  content: "\e73c";
}

.icon-right13:before {
  content: "\e73d";
}

.icon-shangjiantou:before {
  content: "\e637";
}

.icon-xiajiantou:before {
  content: "\e639";
}

.icon-youjiantou:before {
  content: "\e63c";
}

.icon-zuojiantou:before {
  content: "\e642";
}

.icon-rili:before {
  content: "\e609";
}

.icon-linkedin1:before {
  content: "\e669";
}

.icon-insgram:before {
  content: "\e66a";
}

.icon-facebook1:before {
  content: "\e66d";
}

.icon-pinterest1:before {
  content: "\e66e";
}

.icon-youtube1:before {
  content: "\e66f";
}

.icon-twitter1:before {
  content: "\e670";
}
.zanwu{
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    line-height: 30px;
    color: #999;
    font-size: 16px;
}



.xunpanlb .table{margin-top: 30px;}
.xunpanlb .table .thead{font-size: 0;letter-spacing: 0;border: 1px solid #dcdcdc;}
.xunpanlb .table .thead p{text-align: center; padding: 0 10px;font-size: 16px; line-height: 40px;width: 33.3333%;display: inline-block;vertical-align: middle; box-sizing:border-box; background:#333; color:#fff}
.xunpanlb .table .thead p:nth-child(2){border-right: 1px solid #dcdcdc;border-left: 1px solid #dcdcdc;}

.xunpanlb .table .tbody{font-size: 0;letter-spacing: 0;}
.xunpanlb .table .tbody .tread{border: 1px solid #dcdcdc;border-top: 0;}
.xunpanlb .table .tbody .tread .td{height: 100%; text-align: center;padding: 10px 10px;font-size: 16px; line-height: 40px;width: 33.3333%;display: inline-block;vertical-align: middle; box-sizing:border-box;}
.xunpanlb .table .tbody .tread .td:nth-child(2){border-right: 1px solid #dcdcdc;border-left: 1px solid #dcdcdc;}
.xunpanlb .table .tbody .td img{max-width: 110px;margin: 0 auto}
.xunpanlb .table .tbody .td a{color: #666666;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;display: block;}
.xunpanlb .table .tbody .td a:hover{color: #c11325;}
@media screen and (max-width: 520px){
    .xunpanlb .table{border-top: 1px solid #dcdcdc;}
    .xunpanlb .table .thead{display: none;}
    .xunpanlb .table .tbody .td{width: 100% !important;}
    .xunpanlb .table .tbody .tread .td:nth-child(2){border: 0 !important;}
}

.page a.pageEllipsis:hover{ border: #e4e4e4 solid 1px !important; color: #333 !important;background-color:#fff !important}
.mgb20{margin-bottom: 20px}
.form_style_box *{box-sizing: border-box;}
        .form_style_box .form_describe{padding: 10px 0;font-size: 16px;}
        .form_style_box .form_describe.footer_describe{padding-left: 95px;}
        .form_style_box {font-size: 14px;}
        .form_style_box label{margin: 0;}
        .form_style_box .list_box .item_row{display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;}
        .form_style_box .list_box .item_row .item_full,
        .form_style_box .list_box .item_row .item{width: 49%;padding-left: 95px;position: relative;margin-bottom: 15px;}
        .form_style_box .list_box .item_row .item_full{width: 100%;}
        .form_style_box .list_box .item_row .input_style,
        .form_style_box .list_box .item_row .textarea_style{width: 100%;padding: 0 15px;border: 1px solid #ccc;height: 40px;border-radius: 5px;background:#fff}
        .form_style_box .list_box .item_row .textarea_style{min-height: 120px;padding: 10px 15px;font-family: inherit;}
        .form_style_box .list_box .item_row .label_style{position: absolute;left: 0;top: 0;line-height: 40px;text-align: right;width: 90px;}
        .form_style_box .list_box .item_row .label_style span{color: red;font-size: 16px;}
        .form_style_box .list_box .item_row .submit_style{color: red;padding: 15px 40px;border: none;background: #2a5caa;color: #fff;border-radius: 5px;cursor: pointer;}
        .form_style_box .list_box .item_row #contentt input{margin-left: 15px;}
        .form_style_box.no_label .list_box .item_row .item_full,
        .form_style_box.no_label .list_box .item_row .item{padding-left: 0;}
        .form_style_box.no_label .list_box .item_row .label_style{font-size: 0;width: 15px;text-align: center;}
        .form_style_box.white_style{color: #fff;}
        .form_style_box.white_style .list_box .item_row .input_style{background: #fff;}
        @media (max-width: 992px) {
            .form_style_box .list_box .item_row .item_full,
            .form_style_box .list_box .item_row .item{width: 100%;padding-left: 0;}
            .form_style_box .list_box .item_row .label_style{display: none;}
            .form_style_box.no_label .list_box .item_row .label_style{display: block;}
            .form_style_box .form_describe.footer_describe{padding-left: 0px;}
        }
        .aligncenter{display:block;margin:0 auto;}
        .img_click{z-index: 2222 !important;}