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


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


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



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

.zoomWindow{
	position:absolute;
	left:110%;
	top:40px;
	background:#FFF;
	z-index:6000;
	height:auto;
  z-index:10000;
  z-index:110;
}
.zoomWrapper{
	position:relative;
	border:1px solid #C6C6C6;
  z-index:110;
}
.zoomWrapperTitle{
	display:block;
	background:#C6C6C6;
	color:#FFF;
	height:18px;
	line-height:18px;
	width:100%;
  overflow:hidden;
	text-align:center;
	font-size:10px;
  position:absolute;
  top:0px;
  left:0px;
  z-index:120;
  -moz-opacity:0.6;
  opacity: 0.6;
  filter: alpha(opacity = 60);
}
.zoomWrapperImage{
	display:block;
  position:relative;
  overflow:hidden;
  z-index:110;

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

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

/*********************************************************
/ When clicking on thumbs jqzoom will add the class
/ "zoomThumbActive" on the anchor selected
/*********************************************************/
#baguetteBox-overlay { display: none; opacity: 0; position: fixed; overflow: hidden; top: 0; left: 0; width: 100%; height: 100%; background-color: #222; background-color: rgba(0, 0, 0, 0.8); -webkit-transition: opacity .5s ease; -o-transition: opacity .5s ease; -moz-transition: opacity .5s ease; transition: opacity .5s ease; z-index: 99999999999999999999999999999999999999; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@charset "UTF-8";
/* CSS Document */
* { margin: 0; padding: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

html { font-size: 62.5%; }

body { color: #333; font-family: "微软雅黑"; font-size: 14px; font-size: 1.4rem; max-width: 1920px; margin: 0 auto; overflow-x: hidden; }

img { border: none; }

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

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

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

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

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

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

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

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

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

input, textarea, select { font-family: "微软雅黑"; font-size: 14px; font-size: 1.4rem; border: none; outline: none; background: none; }

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

textarea { resize: none; }

.pull-left { float: left; }

.pull-right { float: right; }

.clear { clear: both; }

.fix { *zoom: 1; }

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

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

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

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

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

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

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

.self-ellipsis { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }

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

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

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

.relative { position: relative; }

.absolute { position: absolute; }

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

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

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

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

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

.nlazy { min-width: 20%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.page a { display: inline-block; vertical-align: top; border: solid 1px #0073C3; background-color: #fff; color: #0073C3; min-width: 35px; padding: 0 2px; height: 30px; line-height: 28px; margin: 0 7px 10px; font-size: 12px; font-size: 1.2rem; }

.page a.prev { min-width: 67px; margin-right: 23px; }

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

.page a:hover, .page a.page-active,.page a.active { border-color: #0073C3; background-color: #0073C3; color: #FFFFFF; }

@media only screen and (max-width: 991px) { .page a { margin: 0 4px 10px; }
  .page a.prev { min-width: 67px; margin-right: 4px; }
  .page a.next { min-width: 67px; margin-left: 4px; } }

@media only screen and (max-width: 767px) { .page a { height: 28px; line-height: 26px; min-width: 28px; }
  .page a.prev { min-width: 60px; }
  .page a.next { min-width: 60px; } }

.page .fl { float: left; display: inline-block; vertical-align: top; font-size: 0; letter-spacing: 0; }

@media only screen and (max-width: 767px) { .page .fl { float: none; } }

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

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

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

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

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

.contact-pc li { position: relative; width: 100%; height: 52px; margin-bottom: 2px; -webkit-border-radius: 5px; border-radius: 5px; background: #C1C1C1; }

.contact-pc li:hover { background-color: #0073C3; }

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

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

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

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

.c1 .iconfont { font-size: 22px; font-size: 2.2rem; }

.c2 .iconfont { font-size: 22px; font-size: 2.2rem; }

.c3 .iconfont { font-size: 20px; font-size: 2.0rem; }

.c4 .iconfont { font-size: 22px; font-size: 2.2rem; }

.c5 .iconfont { font-size: 22px; font-size: 2.2rem; }

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

.contact-phone li { width: 25%; height: 100%; float: left; position: relative; background: #0073C3; }

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

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

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

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

/*back-top*/
@-webkit-keyframes top-shadow { 0% { -webkit-box-shadow: 0px 0px 0 0px rgba(2, 29, 92, 0.77); box-shadow: 0px 0px 0 0px rgba(2, 29, 92, 0.77); }
  20% { -webkit-box-shadow: 0px 3px 7px 0px rgba(2, 29, 92, 0.77); box-shadow: 0px 3px 7px 0px rgba(2, 29, 92, 0.77); }
  50% { -webkit-box-shadow: 0px 5px 15px 0px rgba(2, 29, 92, 0.77); box-shadow: 0px 5px 15px 0px rgba(2, 29, 92, 0.77); }
  75% { -webkit-box-shadow: 0px 3px 7px 0px rgba(2, 29, 92, 0.77); box-shadow: 0px 3px 7px 0px rgba(2, 29, 92, 0.77); }
  100% { -webkit-box-shadow: 0px 0px 0 0px rgba(2, 29, 92, 0.77); box-shadow: 0px 0px 0 0px rgba(2, 29, 92, 0.77); } }

.back-top { position: fixed; right: 10px; bottom: -100px; -webkit-transition: 1s; -o-transition: 1s; -moz-transition: 1s; transition: 1s; cursor: pointer; z-index: 998; -webkit-border-radius: 5px; border-radius: 5px; width: 48px; height: 48px; line-height: 48px; background-color: #0073C3; -webkit-animation: top-shadow 2.5s linear infinite; -moz-animation: top-shadow 2.5s linear infinite; animation: top-shadow 2.5s linear infinite; text-align: center; }

.back-top .iconfont { font-size: 16px; font-size: 1.6rem; color: #fff; position: relative; }

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

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

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

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

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

/*-------------pro-share end---------------------------------------------------------------*/
/*-------------m-oths----------------------------------------------------------------------*/
.m-oths { border-top: solid 1px #D2D2D2; padding: 22px 0 0; font-size: 14px; font-size: 1.4rem; line-height: 20px; color: #666; }

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

.m-oths a:hover { color: #0073C3; }

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

.m-oths .iconfont { display: inline-block; margin-right: 6x; float: left; color: #0073C3; font-size: 18px; font-size: 1.8rem; }

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

.m-oths .oths-body span { text-transform: uppercase; }

@media only screen and (max-width: 767px) { .m-oths { padding: 15px 0 0; font-size: 12px; font-size: 1.2rem; }
  .m-oths .oths-item-1 { margin-bottom: 5px; }
  .m-oths .iconfont { font-size: 14px; font-size: 1.4rem; margin-right: 3px; } }

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

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

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

@media screen and (max-width: 1419px) { .bread { padding-top: 30px; padding-bottom: 30px; } }

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

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

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

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

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

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

/* Internet Explorer 10+ */
.search { position: relative; margin-top: 53px; margin-right: 25px; }

@media screen and (max-width: 1219px) { .search { margin-top: 40px; } }

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

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

.search .search-icon { cursor: pointer; display: block; }

.search .search-icon .iconfont { display: block; color: #fff; font-size: 19px; font-size: 1.9rem; }

@media screen and (max-width: 991px) { .search .search-icon .iconfont { font-size: 18px; font-size: 1.8rem; } }

.search .search-box { display: none; overflow: hidden; position: absolute; top: 38px; right: 0; z-index: 999; width: 260px; height: 50px; -webkit-border-radius: 2px; border-radius: 2px; background-color: #fff; -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.22); box-shadow: 0 0 10px rgba(0, 0, 0, 0.22); padding: 10px 10px; cursor: pointer; }

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

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

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

/*-------------header start----------------------------------------------------------------*/
.fixed.header { border-bottom: solid 1px #F0F0F0; position: fixed; top: 0; left: 0; }

.fixed.header .h-top { height: 0; overflow: hidden; }

.header { position: relative; background-color: #0073C3; z-index: 999; width: 100%; /* 767 navlist1 */ }

.header .logo { float: left; display: block; width: 235px; margin-top: 20px; }

.header .logo img { display: block; margin: 0 auto; width: 100%; }

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

@media screen and (max-width: 991px) { .header .logo { width: 130px; margin-top: 15px; } }

@media screen and (max-width: 767px) { .header .logo { width: 90px; margin: 10px 0; } }

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

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

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

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

.header .lang-box .iconfont { font-size: 24px; font-size: 2.4rem; margin-right: 12px; }

@media screen and (max-width: 991px) { .header .lang-box .iconfont { font-size: 20px; font-size: 2rem; margin-right: 5px; } }

@media screen and (max-width: 767px) { .header .lang-box .iconfont { font-size: 18px; font-size: 1.8rem; margin-right: 5px; margin-top: 2px; } }

.header .lang-box span { margin: 0 9px; }

@media screen and (max-width: 991px) { .header .lang-box span { margin: 0 3px; } }

.header .lang-box > * { display: inline-block; vertical-align: top; font-size: 16px; font-size: 1.6rem; line-height: 24px; color: #fff; }

@media screen and (max-width: 1219px) { .header .lang-box > * { font-size: 14px; font-size: 1.4rem; } }

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

.header .lang-box a:hover { text-decoration: underline; }

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

.header .navlist > li { position: relative; display: inline-block; vertical-align: top; margin-left: 80px; padding-bottom: 36px; }

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

.header .navlist > li > a { font-size: 18px; font-size: 1.8rem; display: block; line-height: 24px; padding-bottom: 15px; text-transform: capitalize; color: #fff; position: relative; }

.header .navlist > li > a:before { position: absolute; content: ''; height: 1px; width: 0; left: 0; right: 0; margin: 0 auto; bottom: 0; background-color: #fff; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; }

.header .navlist > li.nav-active > a:before, .header .navlist > li:hover > a:before { width: 100%; }

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

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

@media screen and (max-width: 1219px) { .header .navlist { margin-top: 40px; margin-right: 20px; }
  .header .navlist > li { margin-left: 30px; padding-bottom: 30px; } }

@media screen and (max-width: 991px) { .header .navlist { margin-top: 25px; margin-right: 15px; }
  .header .navlist > li { margin-left: 15px; padding-bottom: 15px; }
  .header .navlist > li > a { font-size: 16px; font-size: 1.6rem; } }

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

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

.header .yiji { z-index: 99; position: absolute; top: 100%; width: 145px; left: 50%; margin-left: -72px; display: block; visibility: hidden; opacity: 0; -webkit-transform: translateY(30px); -moz-transform: translateY(30px); -ms-transform: translateY(30px); -o-transform: translateY(30px); transform: translateY(30px); -webkit-transform-origin: top; -moz-transform-origin: top; -ms-transform-origin: top; -o-transform-origin: top; transform-origin: top; -webkit-transition: all 400ms ease; -o-transition: all 400ms ease; -moz-transition: all 400ms ease; transition: all 400ms ease; background-color: #0073C3; background-color: rgba(0, 115, 195, 0.9); }

.header .yiji li { padding: 3px 0 4px; }

.header .yiji li > a { display: block; color: #fff; font-size: 14px; font-size: 1.4rem; line-height: 20px; padding: 8px 30px 8px 16px; position: relative; }

.header .yiji li > a .iconfont { position: absolute; right: 11px; font-size: 18px; font-size: 1.8rem; top: 8px; }

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

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

.header .navlist1 { display: none; width: 100%; }

.header .navlist1 > li { float: left; width: 25%; text-align: center; padding-top: 10px; }

.header .navlist1 > li > a { font-size: 13px; font-size: 1.3rem; text-transform: uppercase; display: block; position: relative; line-height: 24px; padding-bottom: 10px; position: relative; }

.header .navlist1 > li > a:before { position: absolute; content: ''; height: 2px; left: 50%; background-color: #0073C3; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; bottom: 0; width: 0; }

.header .navlist1 > li.nav-active > a, .header .navlist1 > li:hover > a { color: #0073C3; }

.header .navlist1 > li.nav-active > a:before, .header .navlist1 > li:hover > a:before { width: 40px; margin-left: -20px; }

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

/*-------------header end------------------------------------------------------------------*/
/*-------------footer start----------------------------------------------------------------*/
.footer { background-color: #0073C3; }

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

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

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

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

.footer .f-top .flist { display: inline-block; vertical-align: top; margin-bottom: 20px; }

@media screen and (max-width: 991px) { .footer .f-top .flist { width: 33.33% !important; padding-right: 15px !important; } }

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

.footer .f-top .flist .box-list li { margin-bottom: 11px; }

@media screen and (max-width: 991px) { .footer .f-top .flist .box-list { font-size: 14px; font-size: 1.4rem; }
  .footer .f-top .flist .box-list li { margin-bottom: 5px; } }

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

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

@media screen and (max-width: 767px) { .footer .f-top .flist1 { width: 100% !important; padding: 0 !important; text-align: center; margin-bottom: 0; } }

.footer .f-top .flist1 .box-list { font-size: 0; letter-spacing: 0; }

.footer .f-top .flist1 .box-list li { display: inline-block; vertical-align: top; position: relative; margin-left: 30px; margin-bottom: 0; line-height: 1; }

.footer .f-top .flist1 .box-list li:first-child { margin-left: 0; }

@media screen and (max-width: 991px) { .footer .f-top .flist1 .box-list li { margin-left: 15px; } }

@media screen and (max-width: 767px) { .footer .f-top .flist1 .box-list li { margin-top: 10px; } }

.footer .f-top .flist1 .box-list a { display: inline-block; width: 50px; height: 50px; -webkit-border-radius: 50%; border-radius: 50%; background-color: #fff; }

.footer .f-top .flist1 .box-list a img { height: 25px; display: block; margin: 13px auto; }

@media screen and (max-width: 991px) { .footer .f-top .flist1 .box-list a { width: 36px; height: 36px; }
  .footer .f-top .flist1 .box-list a img { height: 20px; margin: 8px auto; } }

@media screen and (max-width: 767px) { .footer .f-top .flist1 .box-list a { width: 30px; height: 30px; }
  .footer .f-top .flist1 .box-list a img { height: 16px; margin: 7px auto; } }

.footer .f-top .flist1 .box-list .item-ewm { position: absolute; width: 300px; max-width: 300px; min-width: 300px; bottom: 100%; left: 60%; margin-left: -50px; margin-bottom: 5px; display: none; }

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

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

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

.footer .f-top .flist3 { width: 17.6875%; padding-right: 15px; }

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

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

.footer .f-top .flist4 { width: 18.625%; padding-right: 15px; }

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

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

.footer .f-top .flist5 { width: 17.625%; padding-right: 15px; }

@media screen and (max-width: 1619px) { .footer .f-top .flist5 { width: 16.375%; } }

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

.footer .f-top .flist6 { width: 6.25%; }

@media screen and (max-width: 1619px) { .footer .f-top .flist6 { width: 14.375%; } }

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

.footer .f-top .footer-title { font-size: 24px; font-size: 2.4rem; font-weight: bold; line-height: 1.2; margin-bottom: 39px; }

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

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

@media screen and (max-width: 991px) { .footer .f-top .footer-title { font-size: 18px; font-size: 1.8rem; margin-bottom: 15px; } }

@media screen and (max-width: 767px) { .footer .f-top .footer-title { font-size: 14px; font-size: 1.4rem; display: inline; } }

.footer .links { text-align: center; line-height: 20px; padding-bottom: 9px; }

.footer .links, .footer .links a { color: #ccc; }

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

.footer .links a:hover { color: #fff; }

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

.footer .f-bot { background-color: #0069B2; font-size: 14px; font-size: 1.4rem; line-height: 20px; padding: 15px 0; text-align: center; }

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

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

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

/*-------------footer end------------------------------------------------------------------*/
/*-------------index start-----------------------------------------------------------------*/
.index-item { text-align: center; }

.index-item .item-title { font-weight: bold; font-size: 46px; font-size: 4.6rem; line-height: 1.2; padding-bottom: 34px; margin-bottom: 33px; position: relative; }

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

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

.index-item .item-title:before { position: absolute; content: ''; width: 93px; height: 4px; background-color: #0073C3; left: 0; right: 0; margin: 0 auto; bottom: 0; }

@media screen and (max-width: 1419px) { .index-item .item-title { font-size: 40px; font-size: 4rem; padding-bottom: 30px; } }

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

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

@media screen and (max-width: 767px) { .index-item .item-title { font-size: 20px; font-size: 2rem; padding-bottom: 12px; margin-bottom: 15px; }
  .index-item .item-title:before { width: 70px; height: 3px; } }

.index-item .item-desc { font-size: 18px; font-size: 1.8rem; line-height: 30px; }

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

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

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

.index-cate { padding: 113px 0 90px; }

@media screen and (max-width: 1419px) { .index-cate { padding: 90px 0 60px; } }

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

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

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

.index-cate .index-item { margin-bottom: 49px; }

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

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

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

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

.index-cate .box-list .list-item { display: inline-block; vertical-align: top; width: 47.5%; margin-left: 5%; margin-bottom: 30px; }

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

.index-cate .box-list .item-body { background-color: #F8F8F8; position: relative; padding: 43px 80px 41px 30px; }

@media screen and (max-width: 1419px) { .index-cate .box-list .item-body { padding-left: 20px; } }

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

@media screen and (max-width: 991px) { .index-cate .box-list .item-body { padding-right: 50px; } }

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

@media screen and (max-width: 640px) { .index-cate .box-list .item-body { padding: 15px 5px 40px; } }

.index-cate .box-list .item-title { font-size: 24px; font-size: 2.4rem; font-weight: bold; line-height: 1.2; max-width: 345px; margin-bottom: 23px; }

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

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

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

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

.index-cate .box-list .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 24px; height: 48px;/* max-width: 345px;*/ text-indent: 2em; }

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

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

.index-cate .box-list .item-btn { display: block; position: absolute; width: 42px; height: 42px; line-height: 42px; -webkit-border-radius: 50%; border-radius: 50%; background-color: #0073C3; text-align: center; color: #fff; top: 50%; margin-top: -21px; right: 30px; }

.index-cate .box-list .item-btn .iconfont { font-size: 18px; font-size: 1.8rem; }

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

@media screen and (max-width: 1419px) { .index-cate .box-list .item-btn { right: 20px; } }

@media screen and (max-width: 1219px) { .index-cate .box-list .item-btn { width: 36px; height: 36px; line-height: 36px; right: 15px; margin-top: -18px; } }

@media screen and (max-width: 991px) { .index-cate .box-list .item-btn { width: 30px; height: 30px; line-height: 30px; margin-top: -15px; } }

@media screen and (max-width: 767px) { .index-cate .box-list .item-btn { width: 24px; height: 24px; line-height: 24px; margin-top: -12px; right: 10px; }
  .index-cate .box-list .item-btn .iconfont { font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 640px) { .index-cate .box-list .item-btn { top: auto; bottom: 10px; margin: 0; right: 10px; } }

.index-video { margin-bottom: 103px; /* .item-videobox start */ /* .item-videobox end */ }

@media screen and (max-width: 1419px) { .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 .item-videobox { width: 100%; overflow: hidden; margin: 0 auto; }

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

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

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

.index-news { margin-bottom: 58px; }

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

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

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

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

@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 .box-btn { float: right; display: inline-block; min-width: 110px; line-height: 23px; padding: 5px; -webkit-border-radius: 17px; border-radius: 17px; background-color: #0073C3; color: #fff; text-align: center; font-size: 14px; font-size: 1.4rem; margin-top: -9px; }

.index-news .box-btn:hover { background-color: #000; }

@media screen and (max-width: 1619px) { .index-news .box-btn { margin-top: 0; } }

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

.index-news .box-list { float: left; width: 61.4375%; margin-right: 3.8125%; font-size: 0; letter-spacing: 0; }

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

.index-news .box-list .list-item { display: inline-block; vertical-align: top; width: 46.89093%; margin-left: 6.21814%; }

@media screen and (max-width: 991px) { .index-news .box-list .list-item { width: 49%; margin-left: 2%; margin-bottom: 20px; } }

.index-news .box-list .item-body { background-color: #F8F8F8; padding: 46px 30px 42px; }

@media screen and (max-width: 1419px) { .index-news .box-list .item-body { padding: 30px 20px; } }

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

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

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

.index-news .box-list .item-title { font-size: 20px; font-size: 2rem; font-weight: bold; line-height: 24px; margin-bottom: 26px; }

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

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

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

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

.index-news .box-list .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 28px; height: 84px; margin-bottom: 28px; text-indent: 2em; }

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

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

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

.index-news .box-list .item-date { float: right; font-size: 16px; font-size: 1.6rem; color: #999; }

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

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

.index-news .box-list .item-btn { float: left; font-size: 16px; font-size: 1.6rem; color: #0073C3; line-height: 20px; padding-bottom: 3px; border-bottom: solid 1px #0073C3; }

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

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

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

.index-news .box-list1 .list-item { margin-bottom: 40px; background-color: #F8F8F8; padding: 22px 0 25px; }

@media screen and (max-width: 1619px) { .index-news .box-list1 .list-item { margin-bottom: 30px; padding: 21px 0; } }

@media screen and (max-width: 1419px) { .index-news .box-list1 .list-item { padding: 18px 0; margin-bottom: 18px; } }

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

.index-news .box-list1 .item-date { float: left; width: 163px; padding-top: 24px; text-align: center; font-size: 18px; font-size: 1.8rem; line-height: 1.2; color: #999; }

.index-news .box-list1 .item-date span { display: block; font-size: 40px; font-size: 4rem; color: #0073C3; margin-bottom: 13px; }

@media screen and (max-width: 1419px) { .index-news .box-list1 .item-date { width: 120px; font-size: 16px; font-size: 1.6rem; }
  .index-news .box-list1 .item-date span { font-size: 36px; font-size: 3.6rem; margin-bottom: 5px; } }

@media screen and (max-width: 1219px) { .index-news .box-list1 .item-date { width: 100px; font-size: 14px; font-size: 1.4rem; }
  .index-news .box-list1 .item-date span { font-size: 32px; font-size: 3.2rem; } }

@media screen and (max-width: 991px) { .index-news .box-list1 .item-date { font-size: 12px; font-size: 1.2rem; }
  .index-news .box-list1 .item-date span { font-size: 28px; font-size: 2.8rem; } }

@media screen and (max-width: 767px) { .index-news .box-list1 .item-date { width: 80px; }
  .index-news .box-list1 .item-date span { font-size: 24px; font-size: 2.4rem; } }

.index-news .box-list1 .item-body { overflow: hidden; padding-right: 25px; }

@media screen and (max-width: 767px) { .index-news .box-list1 .item-body { padding-right: 15px; } }

@media screen and (max-width: 480px) { .index-news .box-list1 .item-body { padding-right: 10px; } }

.index-news .box-list1 .item-title { font-size: 18px; font-size: 1.8rem; font-weight: bold; line-height: 24px; margin-bottom: 13px; }

@media screen and (max-width: 1419px) { .index-news .box-list1 .item-title { margin-bottom: 8px; } }

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

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

.index-news .box-list1 .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 28px; height: 56px; margin-bottom: 9px; text-indent: 2em; }

@media screen and (max-width: 1419px) { .index-news .box-list1 .item-desc { line-height: 24px; height: 48px; } }

@media screen and (max-width: 1219px) { .index-news .box-list1 .item-desc { line-height: 20px; height: 40px; } }

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

.index-news .box-list1 .item-btn { display: inline-block; font-size: 12px; font-size: 1.2rem; line-height: 20px; padding-bottom: 3px; color: #999; border-bottom: solid 1px #999; }

@media screen and (max-width: 1219px) { .index-news .box-list1 .item-btn { padding-bottom: 0; } }

/*-------------index end-------------------------------------------------------------------*/
/* page-bread start */
.page-bread { position: relative; }

.page-bread img { display: block; width: 100%; }

.page-bread .table-box{position: absolute; top: 0; left: 0; text-align: center; right: 0; bottom: 0; width: 100%; height: 100%;}

.page-bread .item-table {  }

.page-bread .item-title { font-size: 48px; font-size: 4.8rem; line-height: 1; color: #0073C3; }

@media screen and (max-width: 1419px) { .page-bread .item-title { font-size: 42px; font-size: 4.2rem; } }

@media screen and (max-width: 1219px) { .page-bread .item-title { font-size: 36px; font-size: 3.6rem; } }

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

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

.page-bread.news-bread .item-title { color: #fff; }

/* page-bread end */
/*-------------about1 start----------------------------------------------------------------*/
.about-bar { border-top: solid 1px #E6E6E6; border-bottom: solid 1px #E6E6E6; -webkit-box-shadow: 0px 7px 8px 0px rgba(167, 167, 167, 0.2); box-shadow: 0px 7px 8px 0px rgba(167, 167, 167, 0.2); margin-bottom: 74px; }

.about-bar .wp { font-size: 0; letter-spacing: 0; text-align: center; }

.about-bar .wp > * { display: inline-block; vertical-align: top; }

.about-bar .item { font-size: 20px; font-size: 2rem; color: #666; line-height: 24px; text-align: center; width: 340px; padding: 17px 10px 12px; margin-left: 50px; position: relative; }

.about-bar .item:before { position: absolute; content: ''; height: 0; bottom: 0; left: 0; right: 0; background: url(../images/active.png) no-repeat bottom center; -webkit-transition: all .35s; -o-transition: all .35s; -moz-transition: all .35s; transition: all .35s; }

.about-bar .item:first-child { margin-left: 0; }

.about-bar .item:hover, .about-bar .item.active { background-color: #0073C3; color: #fff; }

.about-bar .item:hover:before, .about-bar .item.active:before { height: 13px; bottom: -13px; }

.about-bar .item .iconfont { font-size: 40px; font-size: 4rem; line-height: 1; margin-bottom: 7px; display: block; }

@media screen and (max-width: 1619px) { .about-bar .item { width: 23.5%; margin-left: 2%; } }

@media screen and (max-width: 1419px) { .about-bar .item { font-size: 18px; font-size: 1.8rem; }
  .about-bar .item .iconfont { font-size: 36px; font-size: 3.6rem; } }

@media screen and (max-width: 1219px) { .about-bar .item { padding: 8px 5px; font-size: 16px; font-size: 1.6rem; }
  .about-bar .item .iconfont { font-size: 30px; font-size: 3rem; margin-bottom: 2px; } }

@media screen and (max-width: 991px) { .about-bar .item { width: 25%; margin: 0; }
  .about-bar .item .iconfont { font-size: 26px; font-size: 2.6rem; }
  .about-bar .item:hover:before, .about-bar .item.active:before { height: 10px; bottom: -10px; } }

@media screen and (max-width: 767px) { .about-bar .item { font-size: 14px; font-size: 1.4rem; line-height: 20px; }
  .about-bar .item .iconfont { font-size: 20px; font-size: 2rem; }
  .about-bar .item:hover:before, .about-bar .item.active:before { height: 8px; bottom: -8px; } }

@media screen and (max-width: 480px) { .about-bar .item { font-size: 12px; font-size: 1.2rem; line-height: 1.2; } }

/* about-item start */
.about-item { text-align: center; }

.about-item .item-title { font-weight: bold; font-size: 46px; font-size: 4.6rem; line-height: 1; position: relative; padding-bottom: 35px; }

.about-item .item-title:before { position: absolute; content: ''; left: 0; right: 0; bottom: 0; width: 93px; height: 4px; background-color: #0073C3; margin: 0 auto; }

@media screen and (max-width: 1419px) { .about-item .item-title { font-size: 40px; font-size: 4rem; padding-bottom: 30px; } }

@media screen and (max-width: 1219px) { .about-item .item-title { font-size: 32px; font-size: 3.2rem; padding-bottom: 20px; } }

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

@media screen and (max-width: 767px) { .about-item .item-title { font-size: 20px; font-size: 2rem; padding-bottom: 12px; }
  .about-item .item-title:before { width: 70px; height: 3px; } }

.about-item .item-desc { margin-top: 26px; font-size: 18px; font-size: 1.8rem; line-height: 36px; }

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

@media screen and (max-width: 1419px) { .about-item .item-desc { line-height: 30px; }
  .about-item .item-desc p { min-height: 30px; } }

@media screen and (max-width: 1219px) { .about-item .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 26px; }
  .about-item .item-desc p { min-height: 26px; } }

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

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

/* about-item end */
/* about1-box1 start */
/*.about1-box1 { padding: 70px 0; }*/

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

@media screen and (max-width: 991px) { .about1-box1 { padding: 30px 0 40px; } }

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

.about1-box1 .about-item { float: left; width: 24.5%; text-align: left; }

.about1-box1 .about-item .item-title:before { margin: 0; }

@media screen and (max-width: 1419px) { .about1-box1 .about-item { width: 20.625%; } }

@media screen and (max-width: 767px) { .about1-box1 .about-item { width: 100%; float: none; margin: 0 auto 15px; text-align: center; }
  .about1-box1 .about-item .item-title:before { margin: 0 auto; } }

.about1-box1 .item-body { overflow: hidden; font-size: 16px; font-size: 1.6rem; line-height: 28px; }

.about1-box1 .item-body p { min-height: 28px; text-indent: 2em; }

.about1-box1 .item-body, .about1-box1 .item-body a { color: #333; }

.about1-box1 .item-body img, .about1-box1 .item-body iframe { max-width: 100%; }

.about1-box1 .item-body .item1, .about1-box1 .item-body .item2, .about1-box1 .item-body .item3 { float: right; width: 100%; }

.about1-box1 .item-body .item1, .about1-box1 .item-body .item3 { width: 88.8245%; }

.about1-box1 .item-body .item1 { margin-bottom: 51px; }

.about1-box1 .item-body .item2 { margin-bottom: 29px; }

@media screen and (max-width: 1419px) { .about1-box1 .item-body .item1 { margin-bottom: 30px; }
  .about1-box1 .item-body .item2 { margin-bottom: 20px; } }

@media screen and (max-width: 1219px) { .about1-box1 .item-body { line-height: 26px; }
  .about1-box1 .item-body p { min-height: 26px; }
  .about1-box1 .item-body .item1, .about1-box1 .item-body .item3 { width: 91.0596%; } }

@media screen and (max-width: 991px) { .about1-box1 .item-body { font-size: 14px; font-size: 1.4rem; line-height: 24px; }
  .about1-box1 .item-body p { min-height: 24px; }
  .about1-box1 .item-body .item1 { margin-bottom: 20px; }
  .about1-box1 .item-body .item2 { margin-bottom: 15px; } }

@media screen and (max-width: 767px) { .about1-box1 .item-body { font-size: 12px; font-size: 1.2rem; line-height: 20px; }
  .about1-box1 .item-body p { min-height: 20px; }
  .about1-box1 .item-body .item1, .about1-box1 .item-body .item3 { width: 100%; }
  .about1-box1 .item-body .item1 { margin-bottom: 15px; }
  .about1-box1 .item-body .item2 { margin-bottom: 10px; } }

/* about1-box1 end */
/* about1-box2 start */
.about1-box2 { margin-bottom: 120px; }

@media screen and (max-width: 1419px) { .about1-box2 { margin-bottom: 90px; } }

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

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

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

.about1-box2 img { display: block !important; width: 100%; }

/* about1-box2 end */
/* about1-box3 start */
.about1-box3 { margin-bottom: 45px; }

@media screen and (max-width: 1419px) { .about1-box3 { margin-bottom: 20px; } }

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

.about1-box3 .box-right { float: right; width: 47.5%; margin-left: 5%; }

@media screen and (max-width: 991px) { .about1-box3 .box-right { width: 48.125%; margin-left: 3.75%; } }

@media screen and (max-width: 767px) { .about1-box3 .box-right { width: 100%; margin-left: 0; float: none; } }

.about1-box3 .box-left { overflow: hidden; }

.about1-box3 .about-item { float: right; max-width: 510px; text-align: right; margin-bottom: 37px; }

.about1-box3 .about-item .item-title:before { left: auto; }

.about1-box3 .about-item .item-desc { min-height: 216px; }

@media screen and (max-width: 1419px) { .about1-box3 .about-item .item-desc { min-height: 180px; } }

@media screen and (max-width: 1219px) { .about1-box3 .about-item .item-desc { min-height: 156px; } }

@media screen and (max-width: 991px) { .about1-box3 .about-item .item-desc { min-height: 100px; } }

@media screen and (max-width: 767px) { .about1-box3 .about-item .item-desc { min-height: 108px; min-height: auto; } }

.about1-box3 .list-item { margin-bottom: 81px; }

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

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

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

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

.about1-box3 .list-item .item-body { background-color: #F8F8F8; padding: 42px 40px 35px; }

@media screen and (max-width: 1419px) { .about1-box3 .list-item .item-body { padding: 30px; } }

@media screen and (max-width: 1219px) { .about1-box3 .list-item .item-body { padding: 20px 15px; } }

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

.about1-box3 .list-item .item-title { font-size: 24px; font-size: 2.4rem; line-height: 1.2; font-weight: bold; margin-bottom: 21px; }

@media screen and (max-width: 1419px) { .about1-box3 .list-item .item-title { font-size: 22px; font-size: 2.2rem; } }

@media screen and (max-width: 1219px) { .about1-box3 .list-item .item-title { font-size: 20px; font-size: 2rem; margin-bottom: 10px; } }

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

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

.about1-box3 .list-item .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 28px;  }

.about1-box3 .list-item .item-desc, .about1-box3 .list-item .item-desc a { color: #666; }

@media screen and (max-width: 1219px) { .about1-box3 .list-item .item-desc { line-height: 24px; } }

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

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

/* about1-box3 end */
/* about1-box4 start */
.about1-box4 { background-color: #F8F8F8; }

@media screen and (max-width: 767px) { .about1-box4 { padding: 0 15px; } }

.about1-box4 .wp { position: relative; padding-top: 90px; padding-bottom: 90px; min-height: 535px; }

@media screen and (max-width: 1219px) { .about1-box4 .wp { padding-top: 70px; padding-bottom: 70px; min-height: 470px; } }

@media screen and (max-width: 991px) { .about1-box4 .wp { padding-top: 50px; padding-bottom: 50px; min-height: 394px; } }

@media screen and (max-width: 767px) { .about1-box4 .wp { padding-top: 30px; padding-bottom: 30px; padding-left: 0; padding-right: 0; min-height: 340px; } }

.about1-box4 .about-item { float: left; width: 20.4375%; text-align: left; margin-top: 64px; }

.about1-box4 .about-item .item-title:before { margin: 0; }

@media screen and (max-width: 1219px) { .about1-box4 .about-item { margin-top: 0; } }

@media screen and (max-width: 767px) { .about1-box4 .about-item { float: none; width: 100%; margin: 0 auto 20px; text-align: center; }
  .about1-box4 .about-item .item-title:before { margin: 0 auto; } }

.about1-box4 .box-body { overflow: hidden; padding-right: 25.1875%; }

@media screen and (max-width: 1619px) { .about1-box4 .box-body { padding-right: 20%; } }

@media screen and (max-width: 480px) { .about1-box4 .box-body { padding-right: 60px; } }

.about1-box4 .box-tab .tab-options-wrap { position: absolute; top: 0; bottom: 0; right: 5.1875%; width: 20%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding-right: 12px; padding-top: 84px; padding-bottom: 66px; }

.about1-box4 .box-tab .tab-options-wrap:before { position: absolute; content: ''; right: 12px; top: 0; bottom: 0; width: 1px; background-color: #DDDDDD; }

@media screen and (max-width: 1619px) { .about1-box4 .box-tab .tab-options-wrap { right: 1.25%; width: 18.75%; } }

@media screen and (max-width: 1219px) { .about1-box4 .box-tab .tab-options-wrap { padding-right: 12px; padding-top: 60px; padding-bottom: 42px; } }

@media screen and (max-width: 991px) { .about1-box4 .box-tab .tab-options-wrap { padding-top: 50px; padding-bottom: 40px; } }

@media screen and (max-width: 767px) { .about1-box4 .box-tab .tab-options-wrap { padding-top: 80px; padding-bottom: 20px; padding-right: 0; }
  .about1-box4 .box-tab .tab-options-wrap:before { right: 0; } }

@media screen and (max-width: 480px) { .about1-box4 .box-tab .tab-options-wrap { width: 60px; } }

.about1-box4 .box-tab .tab-options { height: 368px; overflow: hidden; text-align: right; }

.about1-box4 .box-tab .tab-options li { font-size: 16px; font-size: 1.6rem; line-height: 28px; margin-bottom: 18px; padding: 0 6px; color: #999; border-right: solid 2px transparent; cursor: pointer; -webkit-transition: all .35s; -o-transition: all .35s; -moz-transition: all .35s; transition: all .35s; }

.about1-box4 .box-tab .tab-options li.tab-active, .about1-box4 .box-tab .tab-options li:hover { font-weight: bold; font-size: 22px; font-size: 2.2rem; border-right: solid 2px #0073C3; color: #0073C3; }

@media screen and (max-width: 991px) { .about1-box4 .box-tab .tab-options { height: 304px; }
  .about1-box4 .box-tab .tab-options li { font-size: 14px; font-size: 1.4rem; margin-bottom: 10px; }
  .about1-box4 .box-tab .tab-options li.tab-active, .about1-box4 .box-tab .tab-options li:hover { font-size: 20px; font-size: 2.0rem; } }

@media screen and (max-width: 767px) { .about1-box4 .box-tab .tab-options { height: 240px; }
  .about1-box4 .box-tab .tab-options li { font-size: 12px; font-size: 1.2rem; line-height: 20px; margin-bottom: 10px; }
  .about1-box4 .box-tab .tab-options li.tab-active, .about1-box4 .box-tab .tab-options li:hover { font-size: 16px; font-size: 1.6rem; } }

.about1-box4 .box-tab .tab-content-item { display: none; }

.about1-box4 .box-tab .tab-content-item:first-child { display: block; }

.about1-box4 .box-tab .tab-content-item .item-title { font-weight: bold; font-size: 48px; font-size: 4.8rem; line-height: 1; color: #0073C3; margin-bottom: 50px; }

@media screen and (max-width: 1419px) { .about1-box4 .box-tab .tab-content-item .item-title { font-size: 40px; font-size: 4rem; margin-bottom: 30px; } }

@media screen and (max-width: 1219px) { .about1-box4 .box-tab .tab-content-item .item-title { font-size: 32px; font-size: 3.2rem; margin-bottom: 20px; } }

@media screen and (max-width: 991px) { .about1-box4 .box-tab .tab-content-item .item-title { font-size: 26px; font-size: 2.6rem; } }

@media screen and (max-width: 767px) { .about1-box4 .box-tab .tab-content-item .item-title { font-size: 20px; font-size: 2rem; margin-bottom: 10px; } }

.about1-box4 .box-tab .tab-content-item .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 28px; }

.about1-box4 .box-tab .tab-content-item .item-desc p { min-height: 28px; text-indent: 2em; }

.about1-box4 .box-tab .tab-content-item .item-desc, .about1-box4 .box-tab .tab-content-item .item-desc a { color: #666; }

.about1-box4 .box-tab .tab-content-item .item-desc img, .about1-box4 .box-tab .tab-content-item .item-desc iframe { max-width: 100%; }

@media screen and (max-width: 1219px) { .about1-box4 .box-tab .tab-content-item .item-desc { line-height: 26px; }
  .about1-box4 .box-tab .tab-content-item .item-desc p { min-height: 26px; } }

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

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

/* about1-box4 end */
.nicescroll-cursors { cursor: pointer; }

/*-------------about1 end------------------------------------------------------------------*/
/*-------------about2 start----------------------------------------------------------------*/
/*.about2-box1 { padding: 71px 0 52px; }*/

@media screen and (max-width: 1419px) { .about2-box1 { padding-bottom: 30px; } }

@media screen and (max-width: 1219px) { .about2-box1 { padding: 50px 0 30px; } }

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

@media screen and (max-width: 767px) { .about2-box1 { padding: 20px 0 10px; } }

.about2-box1 .about-item { margin-bottom: 67px; }

@media screen and (max-width: 1419px) { .about2-box1 .about-item { margin-bottom: 50px; } }

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

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

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

.about2-box1 .box-list { font-size: 0; letter-spacing: 0; text-align: center; }

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

.about2-box1 .box-list .list-item { display: inline-block; vertical-align: top; width: 20.625%; margin-left: 5.3125%; margin-bottom: 64px; }

@media screen and (max-width: 1419px) { .about2-box1 .box-list .list-item { width: 23.5%; margin-left: 2%; margin-bottom: 40px; } }

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

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

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

.about2-box1 .box-list .item-pic { margin-bottom: 23px; }

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

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

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

.about2-box1 .box-list .item-title { font-size: 18px; font-size: 1.8rem; line-height: 24px; font-weight: bold; }

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

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

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

.about2-box2 { margin-bottom: 129px; /* .turn_page start */ /* .turn_page end */ }

@media screen and (max-width: 1619px) { .about2-box2 { margin-bottom: 110px; } }

@media screen and (max-width: 1419px) { .about2-box2 { margin-bottom: 90px; } }

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

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

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

.about2-box2 .about-item { margin-bottom: 54px; }

@media screen and (max-width: 1419px) { .about2-box2 .about-item { margin-bottom: 50px; } }

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

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

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

.about2-box2 .turn_page #box1 { position: relative; width: 1130px; height: 462px; margin: 0 auto; }

.about2-box2 .turn_page #box1 .box-list { position: relative; width: 1130px; height: 462px; }

.about2-box2 .turn_page #box1 .box-list .list-item { position: absolute; list-style: none; background: #000; width: 0; height: 0; top: 60px; left: 377px; z-index: 0; }

.about2-box2 .turn_page #box1 .box-list .list-item img { width: 100%; height: 100%; vertical-align: top; }

.about2-box2 .turn_page #box1 .box-list .list-item div { text-align: center; font-size: 16px; font-size: 1.6rem; line-height: 26px; margin-top: 16px; }

.about2-box2 .turn_page #box1 .prev, .about2-box2 .turn_page #box1 .next { position: absolute; top: 50%; margin-top: -25px; overflow: hidden; cursor: pointer; z-index: 999; }

.about2-box2 .turn_page #box1 .prev .iconfont, .about2-box2 .turn_page #box1 .next .iconfont { display: block; width: 50px; height: 50px; line-height: 48px; text-align: center; border: solid 1px #0073C3; -webkit-border-radius: 50%; border-radius: 50%; font-size: 20px; font-size: 2rem; color: #0073C3; }

.about2-box2 .turn_page #box1 .prev .iconfont:hover, .about2-box2 .turn_page #box1 .next .iconfont:hover { background-color: #0073C3; color: #fff; }

.about2-box2 .turn_page #box1 .prev { left: -152px; }

.about2-box2 .turn_page #box1 .next { right: -152px; }

@media screen and (max-width: 1619px) { .about2-box2 .turn_page #box1 .prev { left: -132px; }
  .about2-box2 .turn_page #box1 .next { right: -132px; } }

@media screen and (max-width: 1419px) { .about2-box2 .turn_page #box1 .prev { left: -35px; }
  .about2-box2 .turn_page #box1 .next { right: -35px; }
  .about2-box2 .turn_page #box1 .prev, .about2-box2 .turn_page #box1 .next { margin-top: -17px; }
  .about2-box2 .turn_page #box1 .prev .iconfont, .about2-box2 .turn_page #box1 .next .iconfont { width: 34px; height: 34px; line-height: 32px; font-size: 20px; font-size: 2rem; } }

@media screen and (max-width: 1219px) { .about2-box2 .turn_page #box1 { display: none; } }

.about2-box2 .turn_page .scroll-box { display: none; position: relative; overflow: hidden; width: 100%; padding-left: 35px; padding-right: 35px; }

@media screen and (max-width: 1219px) { .about2-box2 .turn_page .scroll-box { display: block; } }

.about2-box2 .turn_page .scroll-box .box-btn { position: absolute; top: 50%; margin-top: -15px; display: block; }

.about2-box2 .turn_page .scroll-box .box-btn .iconfont { display: block; -webkit-border-radius: 50%; border-radius: 50%; text-align: center; width: 28px; height: 28px; line-height: 26px; font-size: 16px; font-size: 1.6rem; border: solid 1px #0073C3; color: #0073C3; }

.about2-box2 .turn_page .scroll-box .box-btn .iconfont:hover { color: #fff; background-color: #0073C3; }

.about2-box2 .turn_page .scroll-box .box-btn.prev { left: 0; }

.about2-box2 .turn_page .scroll-box .box-btn.next { right: 0; }

.about2-box2 .turn_page .scroll-box .box-list { overflow: hidden; }

.about2-box2 .turn_page .scroll-box .box-list ul { width: 10000%; }

.about2-box2 .turn_page .scroll-box .list-item { float: left; width: 0.32%; margin-right: 0.02%; -webkit-border-radius: 0; border-radius: 0; border: solid 0 #bfbfbf; overflow: hidden; }

.about2-box2 .turn_page .scroll-box .list-item img { display: block; }

@media only screen and (max-width: 640px) { .about2-box2 .turn_page .scroll-box .list-item { width: 0.49%; } }

@media only screen and (max-width: 480px) { .about2-box2 .turn_page .scroll-box .list-item { width: 1%; margin-right: 0; } }

.about2-box2 .turn_page .scroll-box .item-title { font-size: 14px; font-size: 1.4rem; line-height: 20px; text-align: center; margin-top: 5px; }

/*-------------about2 end------------------------------------------------------------------*/
/*-------------about3 start----------------------------------------------------------------*/
/*.about3-box1 { padding: 71px 0 74px; }*/

@media screen and (max-width: 1219px) { .about3-box1 { padding: 50px 0 60px; } }

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

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

/*-------------about3 end------------------------------------------------------------------*/
/*-------------about4 start----------------------------------------------------------------*/
.contact-title { font-size: 22px; font-size: 2.2rem; font-weight: bold; line-height: 1.2; color: #0073C3; position: relative; padding-bottom: 13px; }

.contact-title:before { position: absolute; content: ''; width: 40px; height: 2px; background-color: #0073C3; left: 0; bottom: 0; }

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

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

@media screen and (max-width: 991px) { .contact-title { font-size: 16px; font-size: 1.6rem; padding-bottom: 10px; } }

@media screen and (max-width: 767px) { .contact-title { font-size: 14px; font-size: 1.4rem; padding-bottom: 8px; }
  .contact-title:before { width: 20px; } }

/* about4-box1 start */
/*.about4-box1 { padding: 71px 0 81px; }*/

@media screen and (max-width: 1219px) { .about4-box1 { padding: 50px 0 55px; } }

@media screen and (max-width: 991px) { .about4-box1 { padding: 30px 0 35px; } }

@media screen and (max-width: 767px) { .about4-box1 { padding: 20px 0 15px; } }

.about4-box1 .box-list { font-size: 0; letter-spacing: 0; }

.about4-box1 .box-list .list-item { display: inline-block; vertical-align: top; width: 23.5%; margin-left: 2%; font-size: 16px; font-size: 1.6rem; line-height: 24px; margin-bottom: 15px; }

.about4-box1 .box-list .list-item:first-child { margin-left: 0; }

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

@media screen and (max-width: 767px) { .about4-box1 .box-list .list-item { width: 48%; margin: 0 1% 15px !important; font-size: 12px; font-size: 1.2rem; line-height: 20px; } }

.about4-box1 .box-list .contact-title { margin-bottom: 36px; }

@media screen and (max-width: 1219px) { .about4-box1 .box-list .contact-title { margin-bottom: 20px; } }

@media screen and (max-width: 767px) { .about4-box1 .box-list .contact-title { margin-bottom: 10px; } }

.about4-box1 .box-list .item-title { margin-bottom: 4px; }

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

.about4-box1 .box-list .item-desc { margin-bottom: 19px; color: #999; }

.about4-box1 .box-list .item-desc a { display: inline; color: #999; word-break: break-all; }

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

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

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

/* about4-box1 end */
/* about4-box2 start */
.about4-box2 { background-color: #F2F2F2; position: relative; }

.about4-box2 .map { float: right; width: 67.5%; }

.about4-box2 .map img { display: block !important; width: 100%; }
.about4-box2 .map iframe { display: block !important; width: 100%; }
@media screen and (max-width: 991px) { .about4-box2 .map { float: none; width: 100%; } }

.about4-box2 .wp { position: absolute; height: 100%; top: 0; bottom: 0; left: 50%; margin-left: -800px; }

@media screen and (max-width: 1619px) { .about4-box2 .wp { margin-left: -700px; } }

@media screen and (max-width: 1419px) { .about4-box2 .wp { margin-left: -600px; } }

@media screen and (max-width: 1219px) { .about4-box2 .wp { margin-left: -480px; } }

@media screen and (max-width: 991px) { .about4-box2 .wp { margin-left: -360px; } }

@media screen and (max-width: 767px) { .about4-box2 .wp { margin-left: -50%; } }

@media screen and (max-width: 991px) { .about4-box2 .wp { margin: 0; left: 0; position: relative; margin: 0 auto; } }

.about4-box2 .item-body { position: absolute; width: 464px; padding-right: 7.5%; top: 0; bottom: 0; left: 0; font-size: 16px; font-size: 1.6rem; line-height: 24px; }

@media screen and (max-width: 1619px) { .about4-box2 .item-body { width: 416px; padding-right: 1.875%; } }

@media screen and (max-width: 1419px) { .about4-box2 .item-body { width: 351px; } }

@media screen and (max-width: 1219px) { .about4-box2 .item-body { width: 266px; } }

@media screen and (max-width: 991px) { .about4-box2 .item-body { font-size: 14px; font-size: 1.4rem; line-height: 20px; margin: 0; left: 0; position: relative; padding: 30px 0; } }

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

.about4-box2 .item-body .contact-title { margin-bottom: 36px; }

@media screen and (max-width: 1419px) { .about4-box2 .item-body .contact-title { margin-bottom: 10px; } }

.about4-box2 .item-body .item-title { margin-top: 19px; }

@media screen and (max-width: 1219px) { .about4-box2 .item-body .item-title { margin-top: 15px; } }

@media screen and (max-width: 991px) { .about4-box2 .item-body .item-title { margin-top: 10px; } }

@media screen and (max-width: 767px) { .about4-box2 .item-body .item-title { margin-top: 5px; } }

.about4-box2 .item-body .item-desc { color: #999; margin-top: 4px; }

.about4-box2 .item-body .item-desc a { display: inline; color: #999; word-break: break-all; }

@media screen and (max-width: 767px) { .about4-box2 .item-body .item-desc { margin-top: 0; } }

.about4-box2 .item-body .item-add, .about4-box2 .item-body .item-add a { color: #666; }

/* about4-box2 end */
/* about4-box3 start */
.about4-box3 { padding-bottom: 71px; }

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

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

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

.about4-box3 .left-box { float: left; width: 47.5%; margin-right: 4.375%; padding: 45px 0; }

@media screen and (max-width: 767px) { .about4-box3 .left-box { padding: 30px 0; width: 100%; margin-right: 0; } }

.about4-box3 .right-box { float: left; width: 48.125%; padding: 45px 0; }

@media screen and (max-width: 767px) { .about4-box3 .right-box { padding: 0 0 30px; width: 100%; margin-right: 0; } }

.about4-box3 .right-box .contact-title { margin-bottom: 41px; }

@media screen and (max-width: 1219px) { .about4-box3 .right-box .contact-title { margin-bottom: 30px; } }

@media screen and (max-width: 991px) { .about4-box3 .right-box .contact-title { margin-bottom: 20px; } }

@media screen and (max-width: 767px) { .about4-box3 .right-box .contact-title { margin-bottom: 10px; } }

.about4-box3 .right-box .box-list { font-size: 0; letter-spacing: 0; }

.about4-box3 .right-box .box-list div { display: inline-block; vertical-align: top; position: relative; margin-left: 32px; margin-bottom: 0; line-height: 1; }

.about4-box3 .right-box .box-list div:first-child { margin-left: 0; }

@media screen and (max-width: 991px) { .about4-box3 .right-box .box-list div { margin-left: 15px; } }

@media screen and (max-width: 767px) { .about4-box3 .right-box .box-list div { margin-top: 10px; } }

.about4-box3 .right-box .box-list a { display: inline-block; width: 52px; height: 52px; -webkit-border-radius: 50%; border-radius: 50%; background-color: #F2F2F2; }

.about4-box3 .right-box .box-list a img { height: 26px; display: block; margin: 13px auto; }

@media screen and (max-width: 991px) { .about4-box3 .right-box .box-list a { width: 44px; height: 44px; }
  .about4-box3 .right-box .box-list a img { height: 22px; margin: 11px auto; } }

@media screen and (max-width: 767px) { .about4-box3 .right-box .box-list a { width: 36px; height: 36px; }
  .about4-box3 .right-box .box-list a img { height: 20px; margin: 8px auto; } }

.about4-box3 .right-box .box-list .item-ewm { position: absolute; width: 300px; max-width: 300px; min-width: 170px; top: 100%; left: 50%; margin-left: -85px; margin-bottom: 5px; display: none; }

@media screen and (max-width: 1219px) { .about4-box3 .right-box .box-list .item-ewm { width: 300px; max-width: 300px; min-width: 300px; margin-left: -70px; } }

@media screen and (max-width: 991px) { .about4-box3 .right-box .box-list .item-ewm { width: 200px; max-width: 200px; min-width: 200px; margin-left: -60px; } }

@media screen and (max-width: 767px) { .about4-box3 .right-box .box-list .item-ewm {    width: 200px;
    max-width: 200px;
    min-width: 200px;
    margin-left: -20px; } }

.about4-box3 .right-box .ewm-list { font-size: 0; letter-spacing: 0; border-top: solid 1px #DCDCDC; padding-top: 35px; display: inline-block; margin-top: 40px; }

@media screen and (max-width: 1219px) { .about4-box3 .right-box .ewm-list { margin-top: 30px; padding-top: 30px; } }

@media screen and (max-width: 991px) { .about4-box3 .right-box .ewm-list { margin-top: 20px; padding-top: 20px; } }

@media screen and (max-width: 767px) { .about4-box3 .right-box .ewm-list { margin-top: 10px; padding-top: 10px; } }

.about4-box3 .right-box .ewm-list .item-pic { display: inline-block; vertical-align: top; width: 120px; margin-left: 35px; }

.about4-box3 .right-box .ewm-list .item-pic:first-child { margin-left: 0; }

@media screen and (max-width: 1219px) { .about4-box3 .right-box .ewm-list .item-pic { width: 100px; margin-left: 15px; } }

@media screen and (max-width: 767px) { .about4-box3 .right-box .ewm-list .item-pic { width: 80px; } }

/* about4-box3 end */
.online-box .contact-title { margin-bottom: 39px; }

@media screen and (max-width: 1219px) { .online-box .contact-title { margin-bottom: 30px; } }

@media screen and (max-width: 991px) { .online-box .contact-title { margin-bottom: 20px; } }

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

.online-box .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 24px; margin-bottom: 40px; text-indent: 2em; }

.online-box .item-desc p { min-height: 24px; }

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

.online-box .item-desc, .online-box .item-desc a { color: #666; }

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

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

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

.online-box .item-btn { display: inline-block; min-width: 145px; line-height: 20px; padding: 10px; background-color: #0073C3; text-align: center; -webkit-border-radius: 20px; border-radius: 20px; color: #fff; font-size: 16px; font-size: 1.6rem; }

.online-box .item-btn:hover { background-color: #000; }

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

@media screen and (max-width: 767px) { .online-box .item-btn { min-width: 100px; padding: 6px; font-size: 12px; font-size: 1.2rem; } }

/*-------------about4 end------------------------------------------------------------------*/
/*-------------contact start---------------------------------------------------------------*/
.contact-title1 { font-weight: bold; font-size: 46px; font-size: 4.6rem; line-height: 1.2; padding-bottom: 31px; margin-bottom: 58px; border-bottom: solid 1px #DCDCDC; position: relative; }

.contact-title1, .contact-title1 a { color: #333; }

.contact-title1 a { display: inline-block; }

@media screen and (max-width: 1419px) { .contact-title1 { font-size: 40px; font-size: 4rem; padding-bottom: 30px; margin-bottom: 50px; } }

@media screen and (max-width: 1219px) { .contact-title1 { font-size: 32px; font-size: 3.2rem; padding-bottom: 20px; margin-bottom: 40px; } }

@media screen and (max-width: 991px) { .contact-title1 { font-size: 26px; font-size: 2.6rem; margin-bottom: 30px; } }

@media screen and (max-width: 767px) { .contact-title1 { font-size: 20px; font-size: 2rem; padding-bottom: 12px; margin-bottom: 20px; } }

.contact-box1 { padding: 77px 0 60px; }

@media screen and (max-width: 1219px) { .contact-box1 { padding: 50px 0 55px; } }

@media screen and (max-width: 991px) { .contact-box1 { padding: 30px 0 35px; } }

@media screen and (max-width: 767px) { .contact-box1 { padding: 20px 0 15px; } }

.contact-box3 { padding: 79px 0  0; }

@media screen and (max-width: 1419px) { .contact-box3 { padding-bottom: 0; } }

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

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

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

.contact-box3 .online-box .item-desc { margin-top: -4px; font-size: 16px; font-size: 1.6rem; line-height: 36px; margin-bottom: 47px; }

.contact-box3 .online-box .item-desc p { min-height: 36px; }

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

.contact-box3 .online-box .item-desc, .contact-box3 .online-box .item-desc a { color: #666; }

@media screen and (max-width: 1419px) { .contact-box3 .online-box .item-desc { line-height: 30px; }
  .contact-box3 .online-box .item-desc p { min-height: 30px; } }

@media screen and (max-width: 1219px) { .contact-box3 .online-box .item-desc { margin-bottom: 30px; line-height: 24px; }
  .contact-box3 .online-box .item-desc p { min-height: 24px; } }

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

@media screen and (max-width: 767px) { .contact-box3 .online-box .item-desc { margin-top: 0; font-size: 12px; font-size: 1.2rem; line-height: 20px; margin-bottom: 15px; }
  .contact-box3 .online-box .item-desc p { min-height: 20px; } }

.contact-box4 { padding-top: 105px; padding-bottom: 287px; }

@media screen and (max-width: 1619px) { .contact-box4 { padding-bottom: 150px; } }

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

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

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

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

.contact-box4 .box-list { font-size: 0; letter-spacing: 0; }

.contact-box4 .box-list li { display: inline-block; vertical-align: top; position: relative; margin-left: 40px; margin-bottom: 0; line-height: 1; }

.contact-box4 .box-list li:first-child { margin-left: 0; }

@media screen and (max-width: 1219px) { .contact-box4 .box-list li { margin-left: 25px; } }

@media screen and (max-width: 991px) { .contact-box4 .box-list li { margin-left: 15px; } }

@media screen and (max-width: 767px) { .contact-box4 .box-list li { margin-left: 10px; } }

.contact-box4 .box-list a { display: inline-block; width: 66px; height: 66px; -webkit-border-radius: 50%; border-radius: 50%; background-color: #F2F2F2; }

.contact-box4 .box-list a img { height: 34px; display: block; margin: 16px auto; }

@media screen and (max-width: 1219px) { .contact-box4 .box-list a { width: 52px; height: 52px; }
  .contact-box4 .box-list a img { height: 26px; margin: 13px auto; } }

@media screen and (max-width: 991px) { .contact-box4 .box-list a { width: 44px; height: 44px; }
  .contact-box4 .box-list a img { height: 22px; margin: 11px auto; } }

@media screen and (max-width: 767px) { .contact-box4 .box-list a { width: 36px; height: 36px; }
  .contact-box4 .box-list a img { height: 20px; margin: 8px auto; } }

.contact-box4 .box-list .item-ewm { position: absolute; width: 300px; max-width: 300px; min-width: 300px; top: 100%; left: 50%; margin-left: -85px; display: none; }

@media screen and (max-width: 1219px) { .contact-box4 .box-list .item-ewm { width: 200px; max-width: 200px; min-width: 200px; margin-left: -70px; } }

@media screen and (max-width: 991px) { .contact-box4 .box-list .item-ewm { width: 200px; max-width: 200px; min-width: 200px; margin-left: -60px; } }

@media screen and (max-width: 767px) { .contact-box4 .box-list .item-ewm {     width: 200px;
    max-width: 200px;
    min-width: 200px;
    margin-left: 0px;
    left: 0px; } }

.contact-box4 .ewm-list { font-size: 0; letter-spacing: 0; border-top: solid 1px #DCDCDC; padding-top: 35px; display: inline-block; margin-top: 40px; }

@media screen and (max-width: 1219px) { .contact-box4 .ewm-list { margin-top: 30px; padding-top: 30px; } }

@media screen and (max-width: 991px) { .contact-box4 .ewm-list { margin-top: 20px; padding-top: 20px; } }

@media screen and (max-width: 767px) { .contact-box4 .ewm-list { margin-top: 10px; padding-top: 10px; } }

.contact-box4 .ewm-list .item-pic { display: inline-block; vertical-align: top; width: 120px; margin-left: 35px; }

.contact-box4 .ewm-list .item-pic:first-child { margin-left: 0; }

@media screen and (max-width: 1219px) { .contact-box4 .ewm-list .item-pic { width: 100px; margin-left: 15px; } }

@media screen and (max-width: 767px) { .contact-box4 .ewm-list .item-pic { width: 80px; } }

.model-backdrop { display: none; position: fixed; z-index: 999999999; background-color: #000; background-color: rgba(0, 0, 0, 0.5); top: 0; bottom: 0; left: 0; right: 0; }

.model-backdrop .box-model { background-color: #fff; width: 1098px; display: block; 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%); margin: -448px 0 0 -549px \9; padding: 71px 10.25% 63px; position: relative; }

@media screen and (max-width: 1680px) { .model-backdrop .box-model { padding: 30px 10.25% 30px; margin-top: -352px \9; } }

@media screen and (max-width: 1419px) { .model-backdrop .box-model { width: 960px; padding: 30px 3.75% 30px; margin: -298px 0 0 -480px \9; } }

@media screen and (max-width: 1219px) { .model-backdrop .box-model { width: 90%; } }

@media screen and (max-width: 640px) { .model-backdrop .box-model { padding: 15px 3.125%; } }

.model-backdrop .item-close { position: absolute; right: 15px; top: 15px; font-size: 24px; font-size: 2.4rem; cursor: pointer; }

@media screen and (max-width: 991px) { .model-backdrop .item-close { font-size: 20px; font-size: 2rem; right: 10px; top: 10px; } }

@media screen and (max-width: 767px) { .model-backdrop .item-close { font-size: 18px; font-size: 1.8rem; } }

@media screen and (max-width: 640px) { .model-backdrop .item-close { font-size: 16px; font-size: 1.6rem; } }

.model-backdrop .item-form { position: relative; }

.model-backdrop .item-form input, .model-backdrop .item-form textarea, .model-backdrop .item-form select { display: block; width: 100%; background-color: #fff; border: 1px solid #DCDCDC; color: #999; padding: 0 15px; font-size: 12px; font-size: 1.2rem; }

@media screen and (max-width: 991px) { .model-backdrop .item-form input, .model-backdrop .item-form textarea, .model-backdrop .item-form select { padding: 0 10px; } }

.model-backdrop .item-form input, .model-backdrop .item-form select { height: 50px; line-height: 48px; }

@media screen and (max-width: 1419px) { .model-backdrop .item-form input, .model-backdrop .item-form select { height: 40px; line-height: 38px; } }

@media screen and (max-width: 991px) { .model-backdrop .item-form input, .model-backdrop .item-form select { height: 32px; line-height: 30px; } }

.model-backdrop .item-form textarea { height: 160px; line-height: 20px; padding-top: 12px; padding-bottom: 10px; }

@media screen and (max-width: 1419px) { .model-backdrop .item-form textarea { height: 100px; } }

@media screen and (max-width: 991px) { .model-backdrop .item-form textarea { padding-top: 5px; padding-bottom: 5px; } }

@media screen and (max-width: 640px) { .model-backdrop .item-form textarea { height: 70px; } }

.model-backdrop .item-form .item-txt { font-size: 14px; font-size: 1.4rem; line-height: 20px; margin-bottom: 12px; color: #666; }

.model-backdrop .item-form .item-txt span { color: #FF0000; }

@media screen and (max-width: 991px) { .model-backdrop .item-form .item-txt { font-size: 12px; font-size: 1.2rem; margin-bottom: 3px; } }

.model-backdrop .item-form .item-input { width: 46.1039%; }

@media screen and (max-width: 991px) { .model-backdrop .item-form .item-input { width: 49%; } }

.model-backdrop .item-form .item-input, .model-backdrop .item-form .item-select, .model-backdrop .item-form .item-textarea { margin-bottom: 26px; }

@media screen and (max-width: 1680px) { .model-backdrop .item-form .item-input, .model-backdrop .item-form .item-select, .model-backdrop .item-form .item-textarea { margin-bottom: 15px; } }

@media screen and (max-width: 640px) { .model-backdrop .item-form .item-input, .model-backdrop .item-form .item-select, .model-backdrop .item-form .item-textarea { margin-bottom: 8px; } }

@media screen and (max-width: 991px) { .model-backdrop .item-form .item-code { width: -webkit-calc(100% - 130px) !important; width: -moz-calc(100% - 130px) !important; width: calc(100% - 130px) !important; } }

.model-backdrop .item-form .item-img { float: left; margin-left: 60px; }

@media screen and (max-width: 1419px) { .model-backdrop .item-form .item-img { margin-left: 20px; } }

@media screen and (max-width: 991px) { .model-backdrop .item-form .item-img { margin-left: 0; float: right; } }

.model-backdrop .item-form .item-img1 { cursor: pointer; line-height: 50px; }

.model-backdrop .item-form .item-img1 img { max-height: 50px; vertical-align: middle; }

@media screen and (max-width: 1419px) { .model-backdrop .item-form .item-img1 { line-height: 40px; }
  .model-backdrop .item-form .item-img1 img { max-height: 40px; } }

@media screen and (max-width: 991px) { .model-backdrop .item-form .item-img1 { line-height: 32px; }
  .model-backdrop .item-form .item-img1 img { max-height: 32px; } }

.model-backdrop .item-form .item-btn { width: 100%; max-width: 428px; margin: 0 auto; background-color: #0073C3; border-color: #0073C3; color: #fff; margin-top: 23px; }

@media screen and (max-width: 1680px) { .model-backdrop .item-form .item-btn { margin-top: 0; } }

/*-------------contact end-----------------------------------------------------------------*/
/*-------------products1 start-------------------------------------------------------------*/
/* cate1-box start */
.cate1-box1 { margin-bottom: 122px; }

@media screen and (max-width: 1619px) { .cate1-box1 { margin-bottom: 110px; } }

@media screen and (max-width: 1419px) { .cate1-box1 { margin-bottom: 90px; } }

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

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

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

.cate1-box1 .item-top {   font-size: 40px; font-size: 4rem; color: #333; line-height: 24px; padding: 35px 0;text-align: center; }

@media screen and (max-width: 1419px) { .cate1-box1 .item-top { padding: 25px 0; } }

@media screen and (max-width: 1219px) { .cate1-box1 .item-top { padding: 20px 0; font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 991px) { .cate1-box1 .item-top { padding: 15px 0; font-size: 14px; font-size: 1.4rem; line-height: 20px; } }

@media screen and (max-width: 767px) { .cate1-box1 .item-top { padding: 10px 0; font-size: 12px; font-size: 1.2rem; } }

.cate1-box1 .box-list { font-size: 0; letter-spacing: 0; }

.cate1-box1 .box-list .list-item { position: relative; display: inline-block; vertical-align: top; width: 50%; background: url(../images/bg2.jpg) no-repeat center; background-size: cover; }

.cate1-box1 .box-list .list-item.active{ background: url(../images/bg3.jpg) no-repeat center!important; }

.cate1-box1 .box-list .list-item:hover { background-image:none; background-color:#ccc;}

.cate1-box1 .box-list .list-item.active .item-title, .cate1-box1 .box-list .list-item.active .item-title a, .cate1-box1 .box-list .list-item.active .item-title a:hover, .cate1-box1 .box-list .list-item:hover .item-title, .cate1-box1 .box-list .list-item:hover .item-title a, .cate1-box1 .box-list .list-item:hover .item-title a:hover { color: #fff !important; }

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

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

.cate1-box1 .box-list .item-title { font-size: 22px; font-size: 2.2rem; line-height: 1.2; font-weight: bold; line-height: 26px; text-align: center; position: absolute; bottom: 5.40541%; left: 0; width: 100%; }

@media screen and (max-width: 1419px) { .cate1-box1 .box-list .item-title { font-size: 20px; font-size: 2rem; } }

@media screen and (max-width: 1219px) { .cate1-box1 .box-list .item-title { font-size: 18px; font-size: 1.8rem; bottom: 2.7027%; } }

@media screen and (max-width: 991px) { .cate1-box1 .box-list .item-title { font-size: 16px; font-size: 1.6rem; bottom: 1.35135%; } }

@media screen and (max-width: 767px) { .cate1-box1 .box-list .item-title { font-size: 14px; font-size: 1.4rem; position: relative; bottom: 0; } }

/* cate1-box end */
/* cate1-box2 start */
.cate1-box2 { margin-bottom: 76px; }

@media screen and (max-width: 1419px) { .cate1-box2 { margin-bottom: 60px; } }

@media screen and (max-width: 1219px) { .cate1-box2 { margin-bottom: 50px; } }

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

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

.cate1-box2 .ex-scroll { position: relative; width: 100%; }

.cate1-box2 .ex-scroll .box-bd { width: 100%; overflow: hidden; }

.cate1-box2 .ex-scroll .box-list { width: 10000%; }

.cate1-box2 .ex-scroll .box-list .list-wp { float: left; width: 1%; position: relative; font-size: 0; letter-spacing: 0; background-color: #F1F1F1; }

.cate1-box2 .ex-scroll .box-list .item-pic { float: right; width: 58.02083%; }

@media screen and (max-width: 767px) { .cate1-box2 .ex-scroll .box-list .item-pic { width: 100%; float: none; } }

.cate1-box2 .ex-scroll .box-list .wp { position: absolute; top: 0; bottom: 0; left: 50%; margin-left: -800px; }

@media screen and (max-width: 1619px) { .cate1-box2 .ex-scroll .box-list .wp { margin-left: -700px; } }

@media screen and (max-width: 1419px) { .cate1-box2 .ex-scroll .box-list .wp { margin-left: -600px; } }

@media screen and (max-width: 1219px) { .cate1-box2 .ex-scroll .box-list .wp { margin-left: -480px; } }

@media screen and (max-width: 991px) { .cate1-box2 .ex-scroll .box-list .wp { margin-left: -360px; } }

@media screen and (max-width: 767px) { .cate1-box2 .ex-scroll .box-list .wp { margin: 0; left: 0; position: relative; margin: 0 auto; } }

.cate1-box2 .ex-scroll .box-list .item-body { position: absolute; left: 0; top: 0; bottom: 0; width: 500px; }

@media screen and (max-width: 1419px) { .cate1-box2 .ex-scroll .box-list .item-body { width: 460px; } }

@media screen and (max-width: 1219px) { .cate1-box2 .ex-scroll .box-list .item-body { width: 360px; } }

@media screen and (max-width: 991px) { .cate1-box2 .ex-scroll .box-list .item-body { width: 260px; } }

@media screen and (max-width: 767px) { .cate1-box2 .ex-scroll .box-list .item-body { width: 100%; position: relative; padding: 20px 0 30px; } }

.cate1-box2 .ex-scroll .box-list .item-title { font-size: 28px; font-size: 2.8rem; font-weight: bold; line-height: 1.2; margin-bottom: 46px; }

@media screen and (max-width: 1619px) { .cate1-box2 .ex-scroll .box-list .item-title { margin-bottom: 30px; } }

@media screen and (max-width: 1419px) { .cate1-box2 .ex-scroll .box-list .item-title { margin-bottom: 30px; font-size: 24px; font-size: 2.4rem; } }

@media screen and (max-width: 1219px) { .cate1-box2 .ex-scroll .box-list .item-title { font-size: 22px; font-size: 2.2rem; margin-bottom: 15px; } }

@media screen and (max-width: 991px) { .cate1-box2 .ex-scroll .box-list .item-title { font-size: 18px; font-size: 1.8rem; margin-bottom: 10px; } }

@media screen and (max-width: 767px) { .cate1-box2 .ex-scroll .box-list .item-title { font-size: 18px; font-size: 1.8rem; } }

.cate1-box2 .ex-scroll .box-list .item-subt { font-size: 18px; font-size: 1.8rem; line-height: 22px; margin-bottom: 43px; }

@media screen and (max-width: 1619px) { .cate1-box2 .ex-scroll .box-list .item-subt { margin-bottom: 30px; } }

@media screen and (max-width: 1419px) { .cate1-box2 .ex-scroll .box-list .item-subt { margin-bottom: 20px; } }

@media screen and (max-width: 1219px) { .cate1-box2 .ex-scroll .box-list .item-subt { font-size: 16px; font-size: 1.6rem; margin-bottom: 15px; } }

@media screen and (max-width: 991px) { .cate1-box2 .ex-scroll .box-list .item-subt { font-size: 14px; font-size: 1.4rem; line-height: 20px; margin-bottom: 5px; } }

.cate1-box2 .ex-scroll .box-list .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 28px; max-height: 140px; margin-bottom: 52px; text-indent: 2em; }

@media screen and (max-width: 1419px) { .cate1-box2 .ex-scroll .box-list .item-desc { margin-bottom: 30px; } }

@media screen and (max-width: 1219px) { .cate1-box2 .ex-scroll .box-list .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 24px; max-height: 120px; margin-bottom: 20px; } }

@media screen and (max-width: 991px) { .cate1-box2 .ex-scroll .box-list .item-desc { font-size: 12px; font-size: 1.2rem; line-height: 20px; max-height: 100px; margin-bottom: 15px; } }

.cate1-box2 .ex-scroll .box-list .item-btns { font-size: 0; letter-spacing: 0; }

.cate1-box2 .ex-scroll .box-list .item-btns .item-btn { display: inline-block; min-width: 145px; line-height: 20px; padding: 10px; background-color: #0073C3; text-align: center; -webkit-border-radius: 20px; border-radius: 20px; color: #fff; font-size: 16px; font-size: 1.6rem; }

.cate1-box2 .ex-scroll .box-list .item-btns .item-btn:hover { background-color: #000; }

.cate1-box2 .ex-scroll .box-list .item-btns .item-btn:first-child { margin-right: 45px; }

@media screen and (max-width: 1219px) { .cate1-box2 .ex-scroll .box-list .item-btns .item-btn { font-size: 14px; font-size: 1.4rem; }
  .cate1-box2 .ex-scroll .box-list .item-btns .item-btn:first-child { margin-right: 15px; } }

@media screen and (max-width: 991px) { .cate1-box2 .ex-scroll .box-list .item-btns .item-btn { min-width: 110px; font-size: 12px; font-size: 1.2rem; padding: 6px; } }

@media screen and (max-width: 767px) { .cate1-box2 .ex-scroll .box-list .item-btns .item-btn { min-width: 100px; padding: 6px; font-size: 12px; font-size: 1.2rem; } }

.cate1-box2 .ex-scroll .box-page { position: absolute; bottom: 5.9098%; left: 50%; margin-left: -800px; font-size: 0; letter-spacing: 0; }

@media screen and (max-width: 1619px) { .cate1-box2 .ex-scroll .box-page { margin-left: -700px; bottom: 1.55521%; } }

@media screen and (max-width: 1419px) { .cate1-box2 .ex-scroll .box-page { margin-left: -600px; } }

@media screen and (max-width: 1219px) { .cate1-box2 .ex-scroll .box-page { margin-left: -480px; } }

@media screen and (max-width: 991px) { .cate1-box2 .ex-scroll .box-page { margin-left: -360px; } }

@media screen and (max-width: 767px) { .cate1-box2 .ex-scroll .box-page { margin-left: 0; width: auto; } }

.cate1-box2 .ex-scroll .box-page .page-item { margin-right: 9px; display: inline-block; vertical-align: top; width: 13px; height: 13px; border: solid 1px #0073C3; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; -webkit-border-radius: 50%; border-radius: 50%; }

.cate1-box2 .ex-scroll .box-page .page-item.active { background-color: #0073C3; }

@media screen and (max-width: 991px) { .cate1-box2 .ex-scroll .box-page .page-item { margin-right: 5px; width: 10px; height: 10px; } }

@media screen and (max-width: 767px) { .cate1-box2 .ex-scroll .box-page { bottom: auto; top: 10px; left: 10px; }
  .cate1-box2 .ex-scroll .box-page .page-item { margin-right: 5px; width: 8px; height: 8px; } }

/* cate1-box2 end */
/* cate1-box3 start */
.cate1-box3 { margin-bottom: 80px; }

@media screen and (max-width: 1419px) { .cate1-box3 { margin-bottom: 60px; } }

@media screen and (max-width: 1219px) { .cate1-box3 { margin-bottom: 50px; } }

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

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

.cate1-box3 .box-list { font-size: 0; letter-spacing: 0; text-align: right; }

.cate1-box3 .box-list a { display: inline-block; vertical-align: top; font-size: 18px; font-size: 1.8rem; line-height: 24px; color: #666; padding-left: 44px; position: relative; }

.cate1-box3 .box-list a:first-child { padding-left: 0; }

.cate1-box3 .box-list a:first-child:before { display: none; }

.cate1-box3 .box-list a:before { position: absolute; content: '|'; left: 22px; color: #999; }

.cate1-box3 .box-list a:hover, .cate1-box3 .box-list a.active { color: #0073C3; }

@media screen and (max-width: 1219px) { .cate1-box3 .box-list a { font-size: 16px; font-size: 1.6rem; padding-left: 30px; }
  .cate1-box3 .box-list a:before { left: 15px; } }

@media screen and (max-width: 991px) { .cate1-box3 .box-list a { font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 767px) { .cate1-box3 .box-list a { font-size: 12px; font-size: 1.2rem; padding-left: 20px; }
  .cate1-box3 .box-list a:before { left: 10px; } }

/* cate1-box3 end */
.cate1-box4 { padding-bottom: 108px; }

@media screen and (max-width: 1419px) { .cate1-box4 { padding-bottom: 80px; } }

@media screen and (max-width: 1219px) { .cate1-box4 { padding-bottom: 60px; } }

@media screen and (max-width: 991px) { .cate1-box4 { padding-bottom: 40px; } }

@media screen and (max-width: 767px) { .cate1-box4 { padding-bottom: 20px; } }

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

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

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

.pro1-list .list-item { display: inline-block; vertical-align: top; width: 22.1875%; margin-left: 3.75%; margin-bottom: 80px; }

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

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

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

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

.pro1-list .item-pic { margin-bottom: 24px;     border: solid 1px #eee;}

@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 { font-size: 18px; font-size: 1.8rem; line-height: 22px; margin-bottom: 19px; }

.pro1-list .item-title a { overflow: hidden; text-overflow: ellipsis; white-space: nowrap;     font-weight: bold;}

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

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

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

.pro1-list .item-subt { font-size: 16px; font-size: 1.6rem; line-height: 20px; margin-bottom: 14px; color: #666; }

.pro1-list .item-subt a { color: #666; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

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

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

@media screen and (max-width: 767px) { .pro1-list .item-subt { font-size: 12px; font-size: 1.2rem; margin-bottom: 2px; } }

.pro1-list .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 20px; color: #999; }

.pro1-list .item-desc a { color: #999; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

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

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

/*-------------products1 end---------------------------------------------------------------*/
/*-------------products2 start-------------------------------------------------------------*/
.pro2-title { font-size: 50px; font-size: 5rem; font-weight: bold; line-height: 1; color: #0073C3; text-align: center; margin-bottom: 25px; }

@media screen and (max-width: 1619px) { .pro2-title { font-size: 44px; font-size: 4.4rem; } }

@media screen and (max-width: 1419px) { .pro2-title { font-size: 38px; font-size: 3.8rem; } }

@media screen and (max-width: 1219px) { .pro2-title { font-size: 32px; font-size: 3.2rem; } }

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

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

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

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

.pro2-box2 { margin-bottom: 110px; font-size: 16px; font-size: 1.6rem; line-height: 24px; }

.pro2-box2 p { min-height: 24px; }

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

.pro2-box2 img { display: block;   margin: 0 auto; }

@media screen and (max-width: 1419px) { .pro2-box2 { margin-bottom: 90px; } }

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

@media screen and (max-width: 991px) { .pro2-box2 { margin-bottom: 50px; font-size: 14px; font-size: 1.4rem; line-height: 22px; }
  .pro2-box2 p { min-height: 22px; } }

@media screen and (max-width: 767px) { .pro2-box2 { margin-bottom: 30px; font-size: 12px; font-size: 1.2rem; line-height: 20px; }
  .pro2-box2 p { min-height: 20px; } }

/* pro2-box3 start */
.pro2-box3 .index-item { margin-bottom: 58px; }

@media screen and (max-width: 1419px) { .pro2-box3 .index-item { margin-bottom: 50px; } }

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

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

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

/* pro2-box3 end */
/*-------------products2 end---------------------------------------------------------------*/
/*-------------news1 start-----------------------------------------------------------------*/
.news1-box1 { margin-bottom: 94px; }

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

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

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

.news1-box1 .ex-scroll { position: relative; width: 100%; }

.news1-box1 .ex-scroll .box-bd { width: 100%; overflow: hidden; }

.news1-box1 .ex-scroll .box-list { width: 10000%; }

.news1-box1 .ex-scroll .box-list .list-wp { float: left; width: 1%; position: relative; }

.news1-box1 .ex-scroll .box-list .item-body { position: absolute; bottom: 0; left: 0; width: 100%; background-color: #000; background-color: rgba(0, 0, 0, 0.6); padding: 20px 3.75% 14px; }

@media screen and (max-width: 1419px) { .news1-box1 .ex-scroll .box-list .item-body { padding: 20px 1.875% 14px; } }

@media screen and (max-width: 1219px) { .news1-box1 .ex-scroll .box-list .item-body { padding: 15px; } }

@media screen and (max-width: 991px) { .news1-box1 .ex-scroll .box-list .item-body { position: relative; background-color: #000; background-color: rgba(0, 0, 0, 0.6); } }

.news1-box1 .ex-scroll .box-list .item-title { font-size: 22px; font-size: 2.2rem; font-weight: bold; line-height: 1.2; margin-bottom: 12px; }

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

@media screen and (max-width: 1419px) { .news1-box1 .ex-scroll .box-list .item-title { font-size: 20px; font-size: 2rem; } }

@media screen and (max-width: 1219px) { .news1-box1 .ex-scroll .box-list .item-title { font-size: 18px; font-size: 1.8rem; margin-bottom: 5px; } }

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

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

.news1-box1 .ex-scroll .box-list .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 28px; height: 56px; text-indent: 2em; }

.news1-box1 .ex-scroll .box-list .item-desc, .news1-box1 .ex-scroll .box-list .item-desc a { color: #C3C3C3; }

@media screen and (max-width: 1219px) { .news1-box1 .ex-scroll .box-list .item-desc { font-size: 12px; font-size: 1.2rem; line-height: 24px; height: 48px; } }

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

.news1-box1 .ex-scroll .box-page { position: absolute; right: 19px; top: 19px; font-size: 0; letter-spacing: 0; }

.news1-box1 .ex-scroll .box-page .page-item { margin-right: 9px; display: inline-block; vertical-align: top; width: 13px; height: 13px; border: solid 1px #fff; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; -webkit-border-radius: 50%; border-radius: 50%; }

.news1-box1 .ex-scroll .box-page .page-item.active { background-color: #0073C3; border-color: #0073C3; }

@media screen and (max-width: 991px) { .news1-box1 .ex-scroll .box-page .page-item { margin-right: 5px; width: 10px; height: 10px; } }

@media screen and (max-width: 767px) { .news1-box1 .ex-scroll .box-page { top: 10px; right: 10px; }
  .news1-box1 .ex-scroll .box-page .page-item { margin-right: 5px; width: 8px; height: 8px; } }

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

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

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

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

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

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

.news1-list .page { margin-top: 20px; }

@media screen and (max-width: 1219px) { .news1-list .page { margin-top: 0; } }

.news1-list .list-item { display: inline-block; vertical-align: top; width: 100%; background-color: #F8F8F8; margin-bottom: 44px; }

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

.news1-list .list-item:hover { background-color: #0073C3; }

.news1-list .list-item:hover p, .news1-list .list-item:hover a, .news1-list .list-item:hover span, .news1-list .list-item:hover a:hover { color: #fff !important; }

.news1-list .list-item:hover .item-btn { border-bottom-color: #fff; }

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

.news1-list .item-pic { float: left; width: 280px; }

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

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

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

.news1-list .item-date { margin-top: 60px; width: 11.875%; float: left; text-align: center; font-size: 18px; font-size: 1.8rem; line-height: 1; color: #999; }

.news1-list .item-date span { font-size: 40px; font-size: 4rem; display: inline-block; color: #0073C3; margin-bottom: 18px; }

@media screen and (max-width: 1219px) { .news1-list .item-date { font-size: 16px; font-size: 1.6rem; }
  .news1-list .item-date span { font-size: 30px; font-size: 3rem; margin-bottom: 10px; } }

@media screen and (max-width: 991px) { .news1-list .item-date { font-size: 14px; font-size: 1.4rem; }
  .news1-list .item-date span { font-size: 26px; font-size: 2.6rem; margin-bottom: 5px; } }

@media screen and (max-width: 767px) { .news1-list .item-date { width: 80px; margin-top: 40px; font-size: 12px; font-size: 1.2rem; }
  .news1-list .item-date span { font-size: 20px; font-size: 2rem; margin-bottom: 5px; } }

@media screen and (max-width: 480px) { .news1-list .item-date { width: 100%; float: none; text-align: left; margin: 0; padding: 0 5px; }
  .news1-list .item-date br { display: none; }
  .news1-list .item-date span { font-size: 12px; font-size: 1.2rem; color: #999; } }

.news1-list .item-body { overflow: hidden; padding-top: 32px; margin-right: 1.875%; }

@media screen and (max-width: 991px) { .news1-list .item-body { padding-top: 15px; } }

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

@media screen and (max-width: 480px) { .news1-list .item-body { padding: 5px 5px 10px; } }

.news1-list .item-body .item-title { position: relative; font-size: 18px; font-size: 1.8rem; font-weight: bold; line-height: 22px; margin-bottom: 20px; }

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

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

.news1-list .item-body .item-desc { margin-bottom: 22px; font-size: 14px; font-size: 1.4rem; line-height: 28px; height: 56px; text-indent: 2em; }

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

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

.news1-list .item-body .item-btn { display: inline-block; vertical-align: top; font-size: 12px; font-size: 1.2rem; line-height: 20px; padding-bottom: 3px; color: #999; border-bottom: solid 1px #999; }

/*-------------news1 end-------------------------------------------------------------------*/
/*-------------news2 start-----------------------------------------------------------------*/
.main { margin-top: 30px; position: relative; margin-bottom: 130px; }

@media screen and (max-width: 1619px) { .main { margin-bottom: 110px; margin-top: 0; } }

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

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

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

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

.main:before { position: absolute; content: ''; width: 1px; right: 27%; top: 0; height: 100%; background-color: #DCDCDC; }

@media screen and (max-width: 1219px) { .main:before { right: 28.875%; } }

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

.main .box-main { width: 68.25%; }

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

.main .box-slide { width: 21.875%; }

@media screen and (max-width: 1219px) { .main .box-slide { width: 25%; } }

@media screen and (max-width: 991px) { .main .box-slide { width: 100%; margin-top: 50px; } }

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

/* news-slide start */
.news-slide .box-list { font-size: 0; letter-spacing: 0; }

.news-slide .box-list .list-item { display: inline-block; vertical-align: top; width: 100%; margin-top: 22px; padding-top: 49px; border-top: solid 1px #DCDCDC; }

.news-slide .box-list .list-item:first-child { padding-top: 0; border-top: 0; margin-top: 0; }

@media screen and (max-width: 991px) { .news-slide .box-list .list-item { width: 31.33%; margin: 0 1% 20px !important; border-top: 0; padding-top: 0; } }

@media screen and (max-width: 480px) { .news-slide .box-list .list-item { width: 48%; } }

.news-slide .box-list .item-pic { margin-bottom: 20px; }

.news-slide .box-list .item-title { position: relative; font-size: 18px; font-size: 1.8rem; font-weight: bold; line-height: 22px; margin-bottom: 12px; }

@media screen and (max-width: 1419px) { .news-slide .box-list .item-title { font-size: 16px; font-size: 1.6rem; margin-bottom: 8px; } }

@media screen and (max-width: 1219px) { .news-slide .box-list .item-title { font-size: 14px; font-size: 1.4rem; line-height: 20px; margin-bottom: 5px; } }

.news-slide .box-list .item-desc { margin-bottom: 11px; font-size: 16px; font-size: 1.6rem; line-height: 28px; max-height: 56px; text-indent: 2em; }

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

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

.news-slide .box-list .item-date { color: #999; font-size: 16px; font-size: 1.6rem; }

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

@media screen and (max-width: 1219px) { .news-slide .box-list .item-date { font-size: 12px; font-size: 1.2rem; } }

/* news-slide end */
.news2-main > .item-title { font-weight: bold; font-size: 34px; font-size: 3.4rem; line-height: 1.2; margin-bottom: 25px; padding-top: 6px; }

@media screen and (max-width: 1619px) { .news2-main > .item-title { font-size: 30px; font-size: 3rem; padding-top: 0; } }

@media screen and (max-width: 1419px) { .news2-main > .item-title { font-size: 26px; font-size: 2.6rem; margin-bottom: 20px; } }

@media screen and (max-width: 1219px) { .news2-main > .item-title { font-size: 22px; font-size: 2.2rem; } }

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

@media screen and (max-width: 767px) { .news2-main > .item-title { font-size: 18px; font-size: 1.8rem; margin-bottom: 15px; } }

@media screen and (max-width: 640px) { .news2-main > .item-title { font-size: 16px; font-size: 1.6rem; margin-bottom: 10px; } }

.news2-main .item-date { font-size: 0; letter-spacing: 0; border-bottom: solid 1px #DCDCDC; padding-bottom: 32px; margin-bottom: 32px; }

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

@media screen and (max-width: 767px) { .news2-main .item-date { padding-bottom: 15px; margin-bottom: 15px; } }

.news2-main .item-date > * { display: inline-block; vertical-align: middle; }

.news2-main .item-date > span { font-size: 16px; font-size: 1.6rem; line-height: 26px; color: #999; }

@media screen and (max-width: 1419px) { .news2-main .item-date > span { font-size: 14px; font-size: 1.4rem; } }

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

.news2-main .pro-share { margin-left: 20px; }

.news2-main .pro-share .share-title { display: none; }

@media screen and (max-width: 640px) { .news2-main .pro-share { margin-left: 0; display: block; } }

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

.news2-main .item-desc p { min-height: 28px; text-indent: 2em; }

.news2-main .item-desc, .news2-main .item-desc a { color: #666; }

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

@media screen and (max-width: 1419px) { .news2-main .item-desc { line-height: 26px; padding: 0 0 30px; }
  .news2-main .item-desc p { min-height: 26px; } }

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

@media screen and (max-width: 991px) { .news2-main .item-desc { line-height: 22px; }
  .news2-main .item-desc p { min-height: 22px; } }

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

/*-------------news2 end-------------------------------------------------------------------*/
/*-------------招商中心 start---------------------------------------------------------------*/
.m-bg { background-color: #F3F3F3; }

.m-bg .about-item .item-title { margin-bottom: 50px; }

@media screen and (max-width: 1419px) { .m-bg .about-item .item-title { margin-bottom: 40px; } }

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

@media screen and (max-width: 991px) { .m-bg .about-item .item-title { margin-bottom: 20px; } }

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

/* man-box1 start */
.man-box1 { margin-bottom: 97px; }

@media screen and (max-width: 1219px) { .man-box1 { margin-bottom: 50px; } }

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

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

.man-box1 .about-item { margin-bottom: 51px; }

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

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

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

.man-box1 .box-list { font-size: 0; letter-spacing: 0; text-align: center; }

.man-box1 .box-list .list-item { display: inline-block; vertical-align: top; width: 277px; margin: 0 10px 20px; }

@media screen and (max-width: 1219px) { .man-box1 .box-list .list-item { width: 20%; margin: 0 1% 20px; } }

@media screen and (max-width: 991px) { .man-box1 .box-list .list-item { width: 23%; } }

.man-box1 .box-list .item-pic { width: 120px; margin: 0 auto; max-width: 100%; }

@media screen and (max-width: 1219px) { .man-box1 .box-list .item-pic { width: 110px; } }

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

@media screen and (max-width: 767px) { .man-box1 .box-list .item-pic { width: 80px; } }

@media screen and (max-width: 640px) { .man-box1 .box-list .item-pic { width: 66px; } }

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

.man-box1 .box-list .item-title { margin-top: 27px; font-size: 16px; font-size: 1.6rem; line-height: 20px; font-weight: bold; }

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

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

/* man-box1 end */
.man-box2 .about-item { margin-bottom: 74px; }

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

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

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

.man-box2 .box-body { background: url(../images/bg1.jpg) no-repeat center; background-attachment: fixed; position: relative; padding: 100px 0 82px; }

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

@media screen and (max-width: 1619px) { .man-box2 .box-body { padding: 110px 0 80px; } }

@media screen and (max-width: 1419px) { .man-box2 .box-body { padding: 90px 0 60px; } }

@media screen and (max-width: 1219px) { .man-box2 .box-body { padding: 70px 0 40px; } }

@media screen and (max-width: 991px) { .man-box2 .box-body { padding: 50px 0 30px; } }

@media screen and (max-width: 767px) { .man-box2 .box-body { padding: 40px 0 20px; } }

.man-box2 .box-list { font-size: 0; letter-spacing: 0; max-width: 1200px; margin: 0 auto; }

.man-box2 .box-list .box-title{text-align: center; font-size: 40px; font-size: 4rem; color: #fff; margin-bottom: 60px;}

@media screen and (max-width:1219px) {.man-box2 .box-list .box-title{font-size: 36px; font-size: 3.6rem; margin-bottom: 50px;}}
@media screen and (max-width:991px) {.man-box2 .box-list .box-title{font-size: 30px; font-size: 3rem; margin-bottom: 40px;}}
@media screen and (max-width:767px) {.man-box2 .box-list .box-title{font-size: 20px; font-size: 2rem; margin-bottom: 30px;}}

.man-box2 .box-list .list-item { display: inline-block; vertical-align: top; width: 31.33%; margin: 0 1% 50px; text-align: center; }

@media screen and (max-width: 1419px) { .man-box2 .box-list .list-item { margin-bottom: 50px; } }

@media screen and (max-width: 1219px) { .man-box2 .box-list .list-item { width: 31.33%; margin: 0 1% 30px; } }

@media screen and (max-width: 767px) { .man-box2 .box-list .list-item { width: 31.33%; margin-bottom: 25px; } }

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

.man-box2 .box-list .item-pic { margin: 0 auto 20px; width: 52px; }

@media screen and (max-width: 991px) { .man-box2 .box-list .item-pic { margin-bottom: 15px; } }

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

@media screen and (max-width: 480px) { .man-box2 .box-list .item-pic { width: 40px; } }

.man-box2 .box-list .item-title { font-size: 22px; font-size: 2.2rem; line-height: 1.2; margin-bottom: 23px; }

.man-box2 .box-list .item-title, .man-box2 .box-list .item-title a { color: #fff; }

@media screen and (max-width: 1419px) { .man-box2 .box-list .item-title { font-size: 20px; font-size: 2rem; margin-bottom: 15px; } }

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

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

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

.man-box2 .box-list .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 24px; }

.man-box2 .box-list .item-desc, .man-box2 .box-list .item-desc a { color: #fff; }

@media screen and (max-width: 1219px) { .man-box2 .box-list .item-desc { line-height: 20px; } }

@media screen and (max-width: 991px) { .man-box2 .box-list .item-desc { font-size: 12px; font-size: 1.2rem; } }

/* man-box3 start */
.man-box3 { padding: 90px 0 130px; }

@media screen and (max-width: 1619px) { .man-box3 { padding-bottom: 110px; } }

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

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

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

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

.man-box3 .about-item { margin-bottom: 57px; }

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

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

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

.man-box3 .item-form { background: #F2F2F2; padding: 58px 3.75% 62px; }

@media screen and (max-width: 1219px) { .man-box3 .item-form { padding: 40px 20px; } }

@media screen and (max-width: 991px) { .man-box3 .item-form { padding: 30px 20px; } }

@media screen and (max-width: 767px) { .man-box3 .item-form { padding: 25px 15px; } }

.man-box3 .item-form .item-input { margin-bottom: 39px; float: left; width: 30.40541%; margin-left: 4.39189%; position: relative; padding-left: 110px; }

.man-box3 .item-form .item-input .item-txt { position: absolute; left: 0; width: 110px; }

@media screen and (max-width: 1219px) { .man-box3 .item-form .item-input { width: 48%; margin-left: 1% !important; margin-right: 1%; margin-bottom: 20px; } }

@media screen and (max-width: 991px) { .man-box3 .item-form .item-input { padding-left: 100px; }
  .man-box3 .item-form .item-input .item-txt { width: 100px; } }

@media screen and (max-width: 767px) { .man-box3 .item-form .item-input { padding-left: 85px; }
  .man-box3 .item-form .item-input .item-txt { width: 85px; } }

@media screen and (max-width: 640px) { .man-box3 .item-form .item-input { width: 100%; margin-left: 0 !important; margin-right: 0; margin-bottom: 15px; } }

.man-box3 .item-form .item-textarea { float: left; width: 100%; border-top: solid 1px #999999; padding-top: 47px; margin-top: 20px; }

@media screen and (max-width: 1419px) { .man-box3 .item-form .item-textarea { padding-top: 20px; margin-top: 0; } }

@media screen and (max-width: 1219px) { .man-box3 .item-form .item-textarea { padding-top: 10px; margin-top: 10px; width: 98%; margin-left: 1%; margin-right: 1%; } }

@media screen and (max-width: 640px) { .man-box3 .item-form .item-textarea { width: 100%; margin: 10px 0 0; } }

.man-box3 .item-form .item-txt { font-size: 16px; font-size: 1.6rem; color: #666; line-height: 50px; }

.man-box3 .item-form .item-txt .iconfont { font-size: 18px; font-size: 1.8rem; color: #0073C3; vertical-align: middle; }

@media screen and (max-width: 1219px) { .man-box3 .item-form .item-txt { line-height: 44px; } }

@media screen and (max-width: 991px) { .man-box3 .item-form .item-txt { line-height: 40px; font-size: 14px; font-size: 1.4rem; }
  .man-box3 .item-form .item-txt .iconfont { font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 767px) { .man-box3 .item-form .item-txt { line-height: 36px; font-size: 12px; font-size: 1.2rem; }
  .man-box3 .item-form .item-txt .iconfont { font-size: 14px; font-size: 1.4rem; } }

.man-box3 .item-form input, .man-box3 .item-form textarea, .man-box3 .item-form select { display: block; width: 100%; background: #FFFFFF; border: 1px solid #DCDCDC; padding: 0 15px; font-size: 12px; font-size: 1.2rem; color: #999; }

@media screen and (max-width: 991px) { .man-box3 .item-form input, .man-box3 .item-form textarea, .man-box3 .item-form select { padding: 0 10px; } }

@media screen and (max-width: 767px) { .man-box3 .item-form input, .man-box3 .item-form textarea, .man-box3 .item-form select { padding: 0 5px; } }

.man-box3 .item-form input, .man-box3 .item-form select { height: 50px; line-height: 48px; }

@media screen and (max-width: 1219px) { .man-box3 .item-form input, .man-box3 .item-form select { height: 44px; line-height: 42px; } }

@media screen and (max-width: 991px) { .man-box3 .item-form input, .man-box3 .item-form select { height: 40px; line-height: 38px; } }

@media screen and (max-width: 767px) { .man-box3 .item-form input, .man-box3 .item-form select { height: 36px; line-height: 34px; } }

.man-box3 .item-form textarea { height: 195px; left: 20px; padding-top: 12px; padding-bottom: 12px; }

@media screen and (max-width: 991px) { .man-box3 .item-form textarea { height: 150px; padding-top: 10px; padding-bottom: 10px; } }

@media screen and (max-width: 767px) { .man-box3 .item-form textarea { padding-top: 5px; padding-bottom: 5px; } }

.man-box3 .item-form .item-btns { float: left; width: 100%; font-size: 0; letter-spacing: 0; padding-top: 40px; }

.man-box3 .item-form .item-btns .item-btn { display: inline-block; vertical-align: top; margin-top: 20px; width: 19.05405%; margin-left: 60px; background-color: #999999; border-color: #999; font-size: 18px; font-size: 1.8rem; color: #fff; }

.man-box3 .item-form .item-btns .item-btn:first-child { margin-left: 0; background-color: #0073C3; border-color: #0073C3; }

@media screen and (max-width: 1419px) { .man-box3 .item-form .item-btns { padding-top: 20px; } }

@media screen and (max-width: 1219px) { .man-box3 .item-form .item-btns .item-btn { font-size: 16px; font-size: 1.6rem; margin-left: 30px; } }

@media screen and (max-width: 991px) { .man-box3 .item-form .item-btns { width: 98%; margin: 0 1%; padding-top: 10px; }
  .man-box3 .item-form .item-btns .item-btn { font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 767px) { .man-box3 .item-form .item-btns .item-btn { font-size: 12px; font-size: 1.2rem; width: 110px; margin-left: 15px; } }

@media screen and (max-width: 640px) { .man-box3 .item-form .item-btns { width: 100%; margin: 0; padding-top: 0; } }

/* man-box3 end */
/*-------------招商中心 end-----------------------------------------------------------------*/
.bread-box .wp { position: relative; padding-top: 14px; padding-bottom: 26px; padding-right: 290px; }

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

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

.bread-box .box-search { overflow: hidden; position: relative; width: 287px; height: 38px; -webkit-border-radius: 19px; border-radius: 19px; border: solid 1px #0073C3; cursor: pointer; position: absolute; top: 35px; right: 0; }

@media screen and (max-width: 1219px) { .bread-box .box-search { position: relative; top: auto; } }

@media screen and (max-width: 767px) { .bread-box .box-search { height: 30px; } }

.bread-box .box-search .iconfont { font-size: 19px; font-size: 1.9rem; color: #0073C3; position: absolute; width: 30px; height: 36px; line-height: 36px; text-align: left; right: 0; top: 0; }

@media screen and (max-width: 767px) { .bread-box .box-search .iconfont { height: 28px; line-height: 26px; } }

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

@media screen and (max-width: 767px) { .bread-box .box-search .item-input { font-size: 12px; font-size: 1.2rem; } }

@media screen and (max-width: 767px) { .bread-box .box-search .item-input { line-height: 28px; } }

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

.bread-box .bread { overflow: hidden; }

@media screen and (min-width: 768px) { .n-nav, .n-nav-icon { display: none; } }

@-webkit-keyframes resize { from, 60%, 75%, 90%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% { opacity: 0;
    -webkit-transform: scale(5, 5);
    transform: scale(5, 5); }
  100% { opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }

@-moz-keyframes resize { from, 60%, 75%, 90%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% { opacity: 0;
    -webkit-transform: scale(5, 5);
    -moz-transform: scale(5, 5);
         transform: scale(5, 5); }
  100% { opacity: 1;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
         transform: scale(1, 1); } }

@keyframes resize { from, 60%, 75%, 90%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% { opacity: 0;
    -webkit-transform: scale(5, 5);
    -moz-transform: scale(5, 5);
      -o-transform: scale(5, 5);
         transform: scale(5, 5); }
  100% { opacity: 1;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
      -o-transform: scale(1, 1);
         transform: scale(1, 1); } }

.n-nav .n-nav-icon { position: fixed; right: 5px; top: 14px; width: 35px; height: 28px; line-height: 28px; text-align: center; -webkit-transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s; z-index: 999999999; }

.n-nav .n-nav-icon .iconfont { font-size: 20px; font-size: 2.0rem; color: #fff; }

.n-nav .n-nav-icon span { display: none; width: 100%; height: 2px; margin-bottom: 4px; background-color: #0073C3; }

.n-nav .n-nav-icon.active { top: 5px; background: #666 url(../fonts/nav-close.png) no-repeat center; background-size: 30px; }

.n-nav .n-nav-icon.active span, .n-nav .n-nav-icon.active .iconfont { display: none; }

.n-nav .n-nav-body { display: none; position: fixed; z-index: 99999; top: 0; bottom: 0; width: 100%; left: 0; overflow-y: scroll; background-color: #666; padding-top: 40px; }

.n-nav .box-search { background-color: #fff; padding: 5px 10px; position: relative; border: solid 1px #0073C3; 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: #0073C3; width: 44px; height: 32px; line-height: 32px; -webkit-border-radius: 5px; border-radius: 5px; color: #fff; text-align: center; position: absolute; right: 10px; top: 5px; z-index: 0; }

.n-nav .box-search .iconfont:hover { background-color: #666; }

.n-nav .box-search .item-submit { position: absolute; width: 44px; height: 32px; right: 10px; top: 5px; z-index: 1; }

.n-nav .box-list { margin-top: 30px; }

.n-nav .box-list > li { position: relative; -webkit-animation-duration: 0.5s; -moz-animation-duration: 0.5s; animation-duration: 0.5s; -webkit-animation-fill-mode: both; -moz-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-name: resize; -moz-animation-name: resize; animation-name: resize; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; padding: 0 10px; }

.n-nav .box-list > li a { display: block; font-size: 14px; font-size: 1.4rem; line-height: 26px; padding: 10px 25px 10px 10px; color: #fff; text-transform: uppercase; border-bottom: 1px solid rgba(255, 255, 255, 0.3); }

.n-nav .box-list li { position: relative; }

.n-nav .box-list li .has-next { position: absolute; top: 10px; right: 10px; width: 20px; height: 20px; background: url(../fonts/n1.png) no-repeat center; background-size: contain; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; cursor: pointer; }

.n-nav .box-list li.active > .has-next { background: url(../fonts/n2.png) no-repeat center; background-size: contain; }

.n-nav .box-list .yiji-list { display: none; }

.n-nav .box-list .yiji-list li { padding-left: 12px; }

.n-nav .box-list .yiji-list li .has-next { right: 0; }

.n-nav .box-list .yiji-list li > a { padding: 10px 25px 10px 20px; line-height: 22px; position: relative; }

.n-nav .box-list .yiji-list li > a:before { position: absolute; content: ''; width: 5px; height: 5px; background-color: #fff; top: 19px; left: 10px; }

.n-nav .box-list .erji-list { display: none; }

.n-nav .box-list .sanji-list { display: none; }

#banner { position: relative; }

#banner video { position: absolute; display: block; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); min-width: 100%; min-height: 100%; width: 100%; height: 100%; max-width: none; -o-object-fit: cover; object-fit: cover; -o-object-position: 50% 50%; object-position: 50% 50%; display: none \9; display: block \9\0; }

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

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

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

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

#banner .carousel-control { position: absolute; top: 50%; text-align: center; margin-top: -28px; }

#banner .carousel-control .iconfont { display: block; width: 75px; height: 75px; line-height: 75px; -webkit-border-radius: 50%; border-radius: 50%; background-color: #000; background-color: rgba(0, 0, 0, 0.5); font-size: 33px; font-size: 3.3rem; color: #fff; }

#banner .carousel-control .iconfont:hover { background-color: #0073C3; background-color: rgba(0, 115, 195, 0.5); }

#banner .carousel-control.left { left: 22px; cursor: pointer; }

#banner .carousel-control.right { right: 22px; cursor: pointer; }

@media screen and (max-width: 1219px) { #banner .carousel-control { margin-top: -20px; }
  #banner .carousel-control .iconfont { width: 40px; height: 40px; line-height: 40px; font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 980px) { #banner .carousel-control { display: none; } }

#banner .dotList { position: absolute; bottom: 23px; width: 100%; letter-spacing: 0; font-size: 0; text-align: center; }

#banner .dotList li { display: inline-block; vertical-align: bottom; cursor: pointer; margin: 0 13px; outline: none; font-size: 0; border: solid 1px #fff; -webkit-border-radius: 50%; border-radius: 50%; width: 13px; height: 13px; opacity: 0.8; filter: alpha(opacity=80); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; }

#banner .dotList li.active { background-color: #fff; }

@media screen and (max-width: 991px) { #banner .dotList li { margin: 0 8px; } }

@media screen and (max-width: 991px) { #banner .dotList { bottom: 15px; }
  #banner .dotList li { width: 12px; height: 12px; margin: 0 5px; } }

@media screen and (max-width: 767px) { #banner .dotList { bottom: 10px; }
  #banner .dotList li { width: 8px; height: 8px; margin: 0 2px; } }

@charset "UTF-8";

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

Copyright (c) 2015 Daniel Eden
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

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

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

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

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

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

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

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

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

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }

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

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

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

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

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }

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

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

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

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

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

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

@-webkit-keyframes jello {
  11.1% {
    -webkit-transform: none;
            transform: none
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
            transform: skewX(-12.5deg) skewY(-12.5deg)
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
            transform: skewX(6.25deg) skewY(6.25deg)
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
            transform: skewX(-3.125deg) skewY(-3.125deg)
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
            transform: skewX(1.5625deg) skewY(1.5625deg)
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
            transform: skewX(-0.78125deg) skewY(-0.78125deg)
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
            transform: skewX(0.390625deg) skewY(0.390625deg)
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
            transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
  }
  100% {
    -webkit-transform: none;
            transform: none
  }
}

@keyframes jello {
  11.1% {
    -webkit-transform: none;
            transform: none
  }

  22.2% {

    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
            transform: skewX(-12.5deg) skewY(-12.5deg)
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
            transform: skewX(6.25deg) skewY(6.25deg)
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
            transform: skewX(-3.125deg) skewY(-3.125deg)
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
            transform: skewX(1.5625deg) skewY(1.5625deg)
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
            transform: skewX(-0.78125deg) skewY(-0.78125deg)
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
            transform: skewX(0.390625deg) skewY(0.390625deg)
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
            transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
  }
  100% {
    -webkit-transform: none;
            transform: none
  }
}



.jello{
    -webkit-animation-name:jello;
            animation-name:jello;
    -webkit-transform-origin: center;

            transform-origin: center
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

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

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

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

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

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

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

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

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

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

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

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

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

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

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

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

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

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

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

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

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

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

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

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

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

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

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

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

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

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

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

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

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

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

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

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

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

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

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

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


@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

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

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

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

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

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

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

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

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

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

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

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

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

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

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

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

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

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

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

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

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}

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

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

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

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

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

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

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

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}

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

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

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

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

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

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

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

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

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

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

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

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

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

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

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

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

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

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

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

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

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

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

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

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

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

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

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

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

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

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

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

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

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

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

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

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }

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

@keyframes rollOut {
  0% {
    opacity: 1;
  }

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

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

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

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

@-webkit-keyframes zoomInStable {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  33.333% {
    opacity: 1;
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  
  66.666666% {
    opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes zoomInStable {
 0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  33.333% {
    opacity: 1;
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  
  66.666666% {
    opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

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

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

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

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

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

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

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

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

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

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

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

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

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

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

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

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

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

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

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

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

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

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

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

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

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

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

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

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

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

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

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

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

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

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

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

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

@keyframes anime {
from {
	opacity: 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
}
to {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-moz-transform: scaleY(1);
}
}

@-webkit-keyframes anime {
from {
	opacity: 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
}
to {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-moz-transform: scaleY(1);
}
}

@-moz-keyframes anime {
from {
	opacity: 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
}
to {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-moz-transform: scaleY(1);
}

}

@-o-keyframes anime {
from {
	opacity: 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
}
to {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-moz-transform: scaleY(1);
}
}

@-ms-keyframes anime {
from {
	opacity: 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
}
to {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-moz-transform: scaleY(1);
}

}

@media screen and (min-width:1000px) and (max-width:1219px) {}
@media screen and (max-width:1619px) {}
@media screen and (max-width:1419px) {}
@media screen and (max-width:1219px) {}
@media screen and (max-width:991px) {	}
@media screen and (max-width:767px) {	}
@media screen and (max-width:640px) {	}
@media screen and (max-width:480px) {	}
@font-face {font-family: "iconfont";
  src: url('../fonts/iconfont.eot?t=1603356015165'); /* IE9 */
  src: url('../fonts/iconfont.eot?t=1603356015165#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('data:application/x-font-woff2;charset=utf-8;base64,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') format('woff2'),
  url('../fonts/iconfont.woff?t=1603356015165') format('woff'),
  url('../fonts/iconfont.ttf?t=1603356015165') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
  url('../fonts/iconfont.svg?t=1603356015165#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-size: 1.6rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-delete1:before {
  content: "\e7d8";
}

.icon-close:before {
  content: "\e713";
}

.icon-dianhua2:before {
  content: "\e6c5";
}

.icon-jishuyanfa:before {
  content: "\e643";
}

.icon-left2:before {
  content: "\e710";
}

.icon-right2:before {
  content: "\e711";
}

.icon-left25:before {
  content: "\e787";
}

.icon-right25:before {
  content: "\e788";
}

.icon-up14:before {
  content: "\e73e";
}

.icon-bottom14:before {
  content: "\e73f";
}

.icon-left14:before {
  content: "\e740";
}

.icon-right14:before {
  content: "\e741";
}

.icon-company:before {
  content: "\e63c";
}

.icon-icon-test:before {
  content: "\e60e";
}

.icon-xinxi:before {
  content: "\ed7b";
}

.icon-bi:before {
  content: "\e610";
}

.icon-hangye1:before {
  content: "\e83b";
}

.icon-contactperson:before {
  content: "\e627";
}

.icon-zhiliang2:before {
  content: "\e606";
}

.icon-kefu:before {
  content: "\e607";
}

.icon-hezuo:before {
  content: "\e609";
}

.icon-huaban:before {
  content: "\e60a";
}

.icon-dizhi:before {
  content: "\e60b";
}

.icon-lianxi:before {
  content: "\e60c";
}

.icon-liebiao:before {
  content: "\e834";
}

.icon--:before {
  content: "\e605";
}

.icon-up7:before {
  content: "\e722";
}

.icon-bottom7:before {
  content: "\e723";
}

.icon-left7:before {
  content: "\e724";
}

.icon-right7:before {
  content: "\e725";
}

.icon-up9:before {
  content: "\e72a";
}

.icon-bottom9:before {
  content: "\e72b";
}

.icon-left9:before {
  content: "\e72c";
}

.icon-right9:before {
  content: "\e72d";
}

.icon-up16:before {
  content: "\e746";
}

.icon-bottom16:before {
  content: "\e747";
}

.icon-left16:before {
  content: "\e748";
}

.icon-right16:before {
  content: "\e749";
}

.icon-top10:before {
  content: "\e7ee";
}

.icon-bottom10:before {
  content: "\e7ef";
}

.icon-left10:before {
  content: "\e7f0";
}

.icon-right10:before {
  content: "\e7f1";
}

.icon-skype1:before {
  content: "\e600";
}

.icon-address:before {
  content: "\e7bc";
}

.icon-email:before {
  content: "\e7bd";
}

.icon-contact:before {
  content: "\e7be";
}

.icon-whatsapp:before {
  content: "\e7bf";
}

.icon-wechat:before {
  content: "\e7c1";
}

.icon-fax:before {
  content: "\e7c2";
}

.icon-mobile:before {
  content: "\e7c3";
}

.icon-email1:before {
  content: "\e7c4";
}

.icon-phone:before {
  content: "\e7c6";
}

.icon-tel:before {
  content: "\e7c7";
}

.icon-website1:before {
  content: "\e7c9";
}

.icon-qq:before {
  content: "\e7ca";
}

.icon-phone1:before {
  content: "\e7cb";
}

.icon-skype:before {
  content: "\e7cc";
}

.icon-message2:before {
  content: "\e7dc";
}

.icon-message:before {
  content: "\ebe1";
}

.icon-whatsapp1:before {
  content: "\e7c5";
}

.icon-address1:before {
  content: "\e7c8";
}

.icon-contact1:before {
  content: "\e7cd";
}

.icon-email2:before {
  content: "\e7ce";
}

.icon-email11:before {
  content: "\e7cf";
}

.icon-address11:before {
  content: "\e7d0";
}

.icon-fax1:before {
  content: "\e7d1";
}

.icon-qq1:before {
  content: "\e7d2";
}

.icon-tel1:before {
  content: "\e7d3";
}

.icon-wechat1:before {
  content: "\e7d4";
}

.icon-website:before {
  content: "\e7d5";
}

.icon-phone2:before {
  content: "\e7d6";
}

.icon-mobile1:before {
  content: "\e7d7";
}

.icon-home:before {
  content: "\e624";
}

.icon-sousuo:before {
  content: "\e64c";
}

.icon-search:before {
  content: "\e602";
}

.icon-diqiu:before {
  content: "\e629";
}

.icon-feedback2:before {
  content: "\e601";
}

.icon-bigger:before {
  content: "\e647";
}

.icon-search4:before {
  content: "\e7b2";
}

.icon-calendar:before {
  content: "\e7e1";
}

.icon-calendar1:before {
  content: "\e7e3";
}

.icon-APP1:before {
  content: "\e603";
}

.icon-pintuan:before {
  content: "\e6a9";
}


.item-desc p img{text-indent: 0em;display: block;}



.man-box2 .box-list .box-title1:before{
      position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    width: 93px;
    height: 4px;
    background-color: #0073C3;
    margin: 0 auto;
}


.page a.no:hover{    border: solid 1px #0073C3;
    background-color: #fff;
    color: #0073C3;}
    
 .listcart{ width:100%; margin-top:40px;margin-bottom: 40px;}
.listcart a{ background:#fff;display:inline-block;height: 30px;   line-height: 30px;cursor: pointer;border: none;overflow: hidden;color: #0073C3;cursor: pointer;  border:1px solid #0073C3; padding-left:10px; padding-right:10px; text-align:center; font-size:14px; font-size:1.4rem; margin-left:10px;}
.listcart a:hover{  border:#0073C3 solid 1px; background:#0073C3; color:#fff!important;}
@media screen and (max-width:999px){
.listcart a{margin-left:2.5%; margin-right:2.5%; padding-left:0px; padding-right:0px }
.listcart{ width:100%;
}
}
@media screen and (max-width:420px){
.listcart a{ width:95% !important ; float:none; overflow:hidden; margin-bottom:1rem; margin-top:1rem}
}
.at-resp-share-element .at-icon{width: 24px!important;height: 24px!important;}
.at-style-responsive .at-share-btn{padding: 0!important; border-radius: 2px!important;}
.at-resp-share-element .at-share-btn .at-icon-wrapper{width: 24px!important;height: 24px!important;}
.at-resp-share-element .at-share-btn{margin-bottom: 0!important;margin-right: 3px!important;}
.ppp{line-height: 30px;margin-bottom: 20px;margin-top: 20px;}
.shuxp_c a:hover{color: #0073C3;}
.fl a.no:hover{color: #333;}

/*.about4-box2 .map{    position: relative;*/
/*    z-index: 2;}*/


@media screen and (max-width:600px){
.footer .f-top .flist1 .box-list .item-ewm {    left: -222%;    width: 200px;
    max-width: 200px;
    min-width: 200px;}}
    
    .contact-box4 .box-list .item-ewm{    z-index: 99;}
    

.header .yiji { z-index: 99; position: absolute; top: 100%; width: 145px; left: 50%; margin-left: -72px; display: block; visibility: hidden; opacity: 0; -webkit-transform: translateY(30px); -moz-transform: translateY(30px); -ms-transform: translateY(30px); -o-transform: translateY(30px); transform: translateY(30px); -webkit-transform-origin: top; -moz-transform-origin: top; -ms-transform-origin: top; -o-transform-origin: top; transform-origin: top; -webkit-transition: all 400ms ease; -o-transition: all 400ms ease; -moz-transition: all 400ms ease; transition: all 400ms ease; background-color: #0073C3; background-color: rgba(0, 115, 195, 0.9); }

.header .yiji li { padding: 3px 0 4px; }

.header .yiji li > a { display: block; color: #fff; font-size: 14px; font-size: 1.4rem; line-height: 20px; padding: 8px 40px 8px 16px; position: relative; }

.header .yiji li > a .iconfont { position: absolute; right: 11px; font-size: 18px; font-size: 1.8rem; top: 8px; }

.header .yiji li > a img { position: absolute; top: 6px; right: 4px; }

.header .yiji li > a img1 { display: block; }

.header .yiji li > a .img2 { display: none; }

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

.header .yiji li > a:hover img1 { display: none; }

.header .yiji li > a:hover .img2 { display: block; }
@media screen and (max-width:1024px){
    .pro2-box2 img { display: block; width: 100%; }
}

.cate1-box1 .box-list h1{    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.2;
    font-weight: bold;
    line-height: 26px;
    text-align: center;}

.page_kk{    
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 28px;
  padding-bottom: 46px;
}    