.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 */
/* CSS Document */
* { margin: 0; padding: 0; -moz-box-sizing: border-box; box-sizing: border-box; }
html { font-size: 62.5%; }
body { color: #333; font-family: arial, helvetica, sans-serif; font-size: 14px; font-size: 1.4rem; max-width: 1920px; margin: 0 auto; overflow-x: hidden; }
@media screen and (max-device-width: 320px) { body { -webkit-text-size-adjust: 100%; } }
@media screen and (max-device-width: 480px) { body { -webkit-text-size-adjust: 100%; } }
@media only screen and (-webkit-min-device-pixel-ratio: 2) { body { -webkit-text-size-adjust: 100%; } }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) { body { -webkit-text-size-adjust: 100%; } }
img { border: none; }
ul li { list-style-type: none; }
ul, form, p, a, img, table, tr, td, li, dd, dt, dl, span { margin: 0; padding: 0; list-style: none; }
a { text-decoration: none; color: #333; outline: none; -webkit-transition: 0.3s; -o-transition: 0.3s; -moz-transition: 0.3s; transition: 0.3s; }
h1, h2 { margin: 0; padding: 0; font-weight: normal; }
img { max-width: 100%; border: 0px solid #ccc; }
embed, video, iframe { max-width: 100%; }
input[type="submit"], textarea[type="submit"] { cursor: pointer; }
input[type="checkbox"], textarea[type="checkbox"] { cursor: pointer; }
input[type="radio"], textarea[type="radio"] { cursor: pointer; }
input, textarea, select { font-family: arial, helvetica, sans-serif; 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: #ED7405; }
::selection { color: #fff; background: #ED7405; }
.self-ellipsis { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.self-ellipsis-2 { display: -webkit-box !important; 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 !important; 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 !important; 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: #ED7405 !important; }
[class*="-item"] .item-subt { overflow: hidden; }
[class*="-item"] .item-subt a { display: block; }
[class*="-item"] .item-subt a:hover { color: #ED7405 !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: #ED7405 !important; }
.wp1 { width: 1600px; margin: auto; }
@media screen and (max-width: 1719px) { .wp1 { width: 100%; padding: 0 2.60417%; } }
.wp2 { width: 1400px; margin: auto; }
@media screen and (max-width: 1419px) { .wp2 { width: 100%; padding: 0 2.60417%; } }
.wp { padding: 0 2.60417%; }
.no_margin { margin-left: auto !important; }
.no_marginr { margin-right: auto !important; }
.no_marginl { margin-left: auto !important; }
.at-resp-share-element .at4-share-count-container { text-decoration: none; float: right; padding-right: 15px; line-height: 25px !important; }
.at-resp-share-element .at-icon { width: 24px !important; height: 24px !important; }
.at-style-responsive .at-share-btn { padding: 0 !important; border-radius: 2px !important; }
.at-resp-share-element .at-share-btn .at-icon-wrapper { width: 24px !important; height: 24px !important; }
.at-resp-share-element .at-share-btn { margin-bottom: 0 !important; margin-right: 3px !important; }
.at-resp-share-element .at-icon { width: 24px !important; height: 24px !important; }
.at-style-responsive .at-share-btn { padding: 0 !important; border-radius: 2px !important; }
.at-resp-share-element .at-share-btn .at-icon-wrapper { width: 24px !important; height: 24px !important; }
.at-resp-share-element .at-share-btn { margin-bottom: 0 !important; margin-right: 3px !important; }
.item-table { display: table; table-layout: fixed; width: 100%; height: 100%; }
.item-cell { display: table-cell; width: 100%; height: 100%; vertical-align: middle; }
/* .an-btn1 start */
.an-btn1 { position: relative; z-index: 1; overflow: hidden; -webkit-transition: background 0.4s linear, color 0.3s linear; -o-transition: background 0.4s linear, color 0.3s linear; -moz-transition: background 0.4s linear, color 0.3s linear; transition: background 0.4s linear, color 0.3s linear; }
.an-btn1:before { position: absolute; top: 50%; left: 50%; width: 120%; height: 50%; opacity: 0; filter: alpha(opacity=0); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; z-index: -1; content: ''; background: #ED7405; -webkit-transition: all 0.4s linear 0s; -o-transition: all 0.4s linear 0s; -moz-transition: all 0.4s linear 0s; transition: all 0.4s linear 0s; -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg); -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg); -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg); -o-transform: translateX(-50%) translateY(-50%) rotate(45deg); transform: translateX(-50%) translateY(-50%) rotate(45deg); }
.an-btn1 .iconfont { -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; }
.an-btn1:hover { border-color: #ED7405 !important; background-color: #ED7405 \9; color: #fff !important; }
.an-btn1:hover .iconfont { color: #fff !important; }
.an-btn1:hover:before { height: 500%; opacity: 1; filter: alpha(opacity=100); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
/* .an-btn1 end */
/* .an-btn2 start */
.an-btn2 { position: relative; z-index: 1; overflow: hidden; -webkit-transition: background 0.4s linear, color 0.3s linear; -o-transition: background 0.4s linear, color 0.3s linear; -moz-transition: background 0.4s linear, color 0.3s linear; transition: background 0.4s linear, color 0.3s linear; }
.an-btn2:before { position: absolute; top: 50%; left: 50%; width: 120%; height: 50%; opacity: 0; filter: alpha(opacity=0); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; z-index: -1; content: ''; background: #fff; -webkit-transition: all 0.4s linear 0s; -o-transition: all 0.4s linear 0s; -moz-transition: all 0.4s linear 0s; transition: all 0.4s linear 0s; -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg); -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg); -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg); -o-transform: translateX(-50%) translateY(-50%) rotate(45deg); transform: translateX(-50%) translateY(-50%) rotate(45deg); }
.an-btn2 .iconfont { -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; }
.an-btn2:hover { border-color: #ED7405 !important; background-color: #fff \9; color: #ED7405 !important; }
.an-btn2:hover .iconfont { color: #ED7405 !important; }
.an-btn2:hover:before { height: 500%; opacity: 1; filter: alpha(opacity=100); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
.news1-list .item-btn{
    display: inline-block;
    min-width: 138px;
    line-height: 24px;
    padding: 6px;
    background-color: #036BA5;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
}
/* .an-btn2 end */
@media screen and (min-width: 992px) { .an-bd1 .item-backdrop { position: absolute; left: 0px; top: 0px; bottom: 0; right: 0; -webkit-transition: all 900ms ease; -o-transition: all 900ms ease; -moz-transition: all 900ms ease; transition: all 900ms ease; -webkit-transition: -webkit-transform 0.4s ease; transition: -webkit-transform 0.4s ease; -o-transition: -o-transform 0.4s ease; -moz-transition: transform 0.4s ease, -moz-transform 0.4s ease; transition: transform 0.4s ease; transition: transform 0.4s ease, -webkit-transform 0.4s ease, -moz-transform 0.4s ease, -o-transform 0.4s ease; -webkit-transform: scale(0, 1); -moz-transform: scale(0, 1); -ms-transform: scale(0, 1); -o-transform: scale(0, 1); transform: scale(0, 1); -webkit-transform-origin: right center; -moz-transform-origin: right center; -ms-transform-origin: right center; -o-transform-origin: right center; transform-origin: right center; }
  .an-bd1 .item-backdrop:before { position: absolute; content: ''; left: 0px; top: 0px; right: 0px; bottom: 0px; opacity: 0.77; filter: alpha(opacity=77); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=77)"; background-color: #036BA5; } }
@media screen and (min-width: 992px) { .an-bd1:hover .item-backdrop { -webkit-transform: scale(1, 1); -moz-transform: scale(1, 1); -ms-transform: scale(1, 1); -o-transform: scale(1, 1); transform: scale(1, 1); -webkit-transform-origin: left center; -moz-transform-origin: left center; -ms-transform-origin: left center; -o-transform-origin: left center; transform-origin: left center; } }
/*-------------table start-------------------------------------------------------------------*/
.table table { width: 100%; border-collapse: collapse; border: 1px solid #ccc; }
.table table p { line-height: 22px !important; }
.table table p { min-height: 22px !important; }
.table table, .table table a { color: #000; }
.table table tr td { padding: 5px 3px; border: 1px solid #ccc; }
@media screen and (max-width: 1000px) { .table { width: 100%; overflow: scroll; }
  .table div { width: 900px; max-width: 900px; } }
/*-------------table end---------------------------------------------------------------------*/
/*-------------page-start--------------------------------------------------------------------*/
.page { text-align: center; overflow: hidden; font-size: 0; letter-spacing: 0; }
.page a { display: inline-block; vertical-align: middle; border: solid 1px #0A0A0A; border-radius: 50%; background-color: #fff; color: #0a0a0a; min-width: 30px; padding: 0 2px; height: 30px; line-height: 28px; margin: 0 6px 10px; font-size: 16px; font-size: 1.6rem; }
.page a.prev, .page a.next { min-width: auto; border-radius: 0; border: 0; background-color: transparent; color: #333; }
.page a.prev:hover, .page a.next:hover { background-color: transparent; color: #ED7405; }
.page a:hover, .page a.page-active { border-color: #ED7405; background-color: #ED7405; color: #FFFFFF; }
@media screen and (max-width: 1419px) { .page a { font-size: 14px; font-size: 1.4rem; margin: 0 4px 10px; } }
@media screen and (max-width: 1219px) { .page a { font-size: 14px; font-size: 1.4rem; min-width: 28px; height: 28px; line-height: 26px; } }
@media screen and (max-width: 991px) { .page a { font-size: 12px; font-size: 1.2rem; } }
@media only screen and (max-width: 767px) { .page a { font-size: 12px; font-size: 1.2rem; min-width: 26px; height: 26px; line-height: 24px; } }
.page .add-form { display: inline-block; vertical-align: top; margin-left: 5px; }
.page .add-form .add-btn { font-size: 18px; font-size: 1.8rem; text-align: center; min-width: 156px; padding: 0 5px; height: 30px; line-height: 28px; border-radius: 15px; background-color: #ED7405; color: #FFFFFF; cursor: pointer; }
.page .add-form .add-btn:hover { background-color: #036BA5; }
@media screen and (max-width: 1419px) { .page .add-form .add-btn { font-size: 16px; font-size: 1.6rem; } }
@media screen and (max-width: 1219px) { .page .add-form .add-btn { font-size: 14px; font-size: 1.4rem; min-width: 140px; height: 28px; line-height: 28px; } }
@media screen and (max-width: 991px) { .page .add-form .add-btn { font-size: 12px; font-size: 1.2rem; } }
@media only screen and (max-width: 767px) { .page .add-form .add-btn { min-width: 120px; height: 26px; line-height: 26px; font-size: 12px; font-size: 1.2rem; } }
.page a.no:hover{color:#333;!important}
/*-------------page-end--------------------------------------------------------------------*/
/*-------------contact start---------------------------------------------------------------*/
.contact-pc { position: fixed; z-index: 999; right: 0; width: 47px; }
.contact-pc li { position: relative; width: 100%; height: 47px; margin-bottom: 3px; border-radius: 0; background: #EFF1EF; }
.contact-pc li:hover { background-color: #036BA5; }
.contact-pc li:hover .iconfont { color: #fff; }
.contact-pc li a { display: block; height: 100%; width: 100%; text-align: center; line-height: 47px; cursor: pointer; }
.contact-pc li .iconfont { color: #666666; font-size: 22px; font-size: 2.2rem; }
.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; }
.contact-phone { position: fixed; bottom: 0; height: 40px; left: 0; right: 0; display: none; z-index: 999; }
.contact-phone li { width: 20%; height: 100%; float: left; position: relative; background: #EFF1EF; }
.contact-phone li:hover { background-color: #036BA5; }
.contact-phone li:hover .iconfont { color: #fff; }
.contact-phone li a { display: block; height: 100%; width: 100%; text-align: center; line-height: 40px; cursor: pointer; }
.contact-phone li .iconfont { color: #666; font-size: 20px; font-size: 2.0rem; }
.contact-phone li .ewm { position: absolute; bottom: 40px; right: 50%; margin-right: -50px; display: none; max-width: 100px; width: 100px; height: 100px; }
@media only screen and (max-width: 767px) { .contact-pc { display: none; }
  .contact-phone { display: block; }
  body { padding-bottom: 40px; } }
/*back-top*/
@-webkit-keyframes top-shadow { 0% { box-shadow: 0px 0px 0 0px rgba(0, 104, 166, 0.77); }
  20% { box-shadow: 0px 3px 7px 0px rgba(0, 104, 166, 0.77); }
  50% { box-shadow: 0px 5px 15px 0px rgba(0, 104, 166, 0.77); }
  75% { box-shadow: 0px 3px 7px 0px rgba(0, 104, 166, 0.77); }
  100% { box-shadow: 0px 0px 0 0px rgba(0, 104, 166, 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; border-radius: 50%; width: 44px; height: 44px; line-height: 44px; background-color: #036BA5; -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: 18px; font-size: 1.8rem; 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: 1219px) { .pro-share .share-title { font-size: 14px; font-size: 1.4rem; } }
@media only screen and (max-width: 767px) { .pro-share .share-title { font-size: 12px; font-size: 1.2rem; } }
.pro-share .share-pic { display: inline-block; *display: inline; *zoom: 1; vertical-align: top; height: 26px; }
/*-------------pro-share end---------------------------------------------------------------*/
/*-------------m-oths----------------------------------------------------------------------*/
.m-oths { font-size: 16px; font-size: 1.6rem; line-height: 30px; color: #666; }
.m-oths a { color: #666; }
.m-oths a:hover { color: #ED7405; }
.m-oths .item-name { float: left; margin-right: 5px; color: #333; }
.m-oths .item-info { overflow: hidden; }
.m-oths .oths-item-1 { margin-bottom: 5px; }
@media screen and (max-width: 1219px) { .m-oths { font-size: 14px; font-size: 1.4rem; line-height: 24px; }
  .m-oths .oths-item-1 { margin-bottom: 5px; } }
@media screen and (max-width: 767px) { .m-oths { line-height: 20px; font-size: 12px; font-size: 1.2rem; }
  .m-oths .oths-item-1 { margin-bottom: 0; } }
/*-------------bread start-----------------------------------------------------------------*/
.bread { background: url(../images/bread.jpg) no-repeat right center; background-size: cover; min-height: 321px; position: relative; text-align: center; }
.bread a:hover, .bread .active { color: #ED7405; }
.bread .item-body { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
@media screen and (max-width: 1419px) { .bread { min-height: 300px; } }
@media screen and (max-width: 1219px) { .bread { min-height: 250px; } }
@media screen and (max-width: 991px) { .bread { min-height: 200px; } }
@media screen and (max-width: 767px) { .bread { padding: 40px 0; min-height: auto; }
  .bread .item-body { position: relative; } }
@media screen and (max-width: 640px) { .bread { padding: 25px 0; } }
.bread .item-title { font-size: 56px; font-size: 5.6rem; font-weight: bold; line-height: 1.2; margin-bottom: 32px; }
.bread .item-title, .bread .item-title a { color: #fff; }
@media screen and (max-width: 1419px) { .bread .item-title { font-size: 48px; font-size: 4.8rem; margin-bottom: 25px; } }
@media screen and (max-width: 1219px) { .bread .item-title { font-size: 40px; font-size: 4rem; margin-bottom: 20px; } }
@media screen and (max-width: 991px) { .bread .item-title { font-size: 32px; font-size: 3.2rem; margin-bottom: 15px; } }
@media screen and (max-width: 767px) { .bread .item-title { font-size: 24px; font-size: 2.4rem; margin-bottom: 10px; } }
@media screen and (max-width: 640px) { .bread .item-title { font-size: 18px; font-size: 1.8rem; margin-bottom: 5px; } }
.bread .item-subt { font-size: 20px; font-size: 2rem; line-height: 1.3; }
.bread .item-subt, .bread .item-subt a { color: #fff; }
.bread .item-subt a:hover, .bread .item-subt .active { color: #ED7405; }
@media screen and (max-width: 1419px) { .bread .item-subt { font-size: 18px; font-size: 1.8rem; } }
@media screen and (max-width: 1219px) { .bread .item-subt { font-size: 16px; font-size: 1.6rem; } }
@media screen and (max-width: 991px) { .bread .item-subt { font-size: 14px; font-size: 1.4rem; } }
@media screen and (max-width: 767px) { .bread .item-subt { font-size: 12px; font-size: 1.2rem; } }
.page_wrap { padding: 50px 0 105px; }
@media screen and (max-width: 1419px) { .page_wrap { padding-bottom: 90px; } }
@media screen and (max-width: 1219px) { .page_wrap { padding-bottom: 70px; } }
@media screen and (max-width: 991px) { .page_wrap { padding-bottom: 50px; } }
@media screen and (max-width: 767px) { .page_wrap { padding: 30px 0; } }
/*-------------bread end-------------------------------------------------------------------*/
.search-box { /* WebKit browsers */ /* Mozilla Firefox 4 to 18 */ /* Mozilla Firefox 19+ */ /* Internet Explorer 10+ */ cursor: pointer; position: relative; width: 170px; height: 30px; margin-left: 16px; background-color: #D7D7D7; background-color: rgba(215, 215, 215, 0.4); }
.search-box ::-webkit-input-placeholder { color: #ACACAC; opacity: 1; }
.search-box :-o-placeholder { color: #ACACAC; opacity: 1; }
.search-box ::-moz-placeholder { color: #ACACAC; opacity: 1; }
.search-box :-ms-input-placeholder { color: #ACACAC; opacity: 1; }
@media screen and (max-width: 767px) { .search-box { display: none; } }
.search-box .iconfont { font-size: 16px; font-size: 1.6rem; color: #ACACAC; position: absolute; width: 30px; height: 30px; line-height: 30px; right: 0; top: 0; }
.search-box .item-input { position: absolute; top: 0; left: 0; width: 100%; height: 100%; line-height: 30px; padding: 0 30px 0 12px; color: #666; font-size: 14px; font-size: 1.4rem; }
.search-box .item-submit { position: absolute; width: 30px; height: 100%; top: 0px; right: 0px; cursor: pointer; z-index: 2; }
/*-------------header start----------------------------------------------------------------*/
.header { position: relative; z-index: 999; width: 100%; background-color: #fff; }
.header .h-top { border-bottom: solid 1px #EEEEEE; padding-top: 14px; padding-bottom: 12px; line-height: 30px; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; }
@media screen and (max-width: 1419px) { .header .h-top { padding-top: 8px; padding-bottom: 8px; } }
@media screen and (max-width: 991px) { .header .h-top { padding: 6px 0; } }
@media screen and (max-width: 991px) { .header .h-top { display: none; } }
.header .h-top .h-follow { float: right; font-size: 0; letter-spacing: 0; border-right: solid 1px #999999; border-color: rgba(153, 153, 153, 0.35); padding: 4px 16px 4px 0; line-height: 1; }
.header .h-top .h-follow a { display: inline-block; vertical-align: top; margin-left: 12px; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; }
.header .h-top .h-follow a:first-child { margin-left: 0; }
.header .h-top .h-follow a:hover .iconfont { background-color: #E9E9E9; color: #036BA5; }
.header .h-top .h-follow a .iconfont { font-size: 14px; font-size: 1.4rem; display: block; width: 22px; height: 22px; line-height: 22px; color: #666; text-align: center; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; border-radius: 50%; }
@media screen and (max-width: 991px) { .header .h-top .h-follow a { margin-left: 5px; } }
.header .h-bot { padding: 4px 0 10px; }
@media screen and (max-width: 991px) { .header .h-bot { padding: 5px 0; } }
@media screen and (max-width: 767px) { .header .h-bot { padding: 10px 0; } }
.header .logo { float: left; display: block; width: 255px; }
.header .logo a { display: block; position: relative; padding-bottom: 27.05882%; }
.header .logo img { display: block; position: absolute; left: 0; width: 100%; top: 0; height: 100%; }
@media screen and (max-width: 1219px) { .header .logo { width: 220px; } }
@media screen and (max-width: 991px) { .header .logo { width: 180px; float: none; margin: 0 auto; } }
@media screen and (max-width: 767px) { .header .logo { width: 130px; } }
.header .navlist { float: right; margin-top: 18px; font-size: 0; letter-spacing: 0; }
.header .navlist > li { position: relative; display: inline-block; vertical-align: top; margin-left: 46px; padding-bottom: 15px; }
.header .navlist > li > a { font-weight: bold; font-size: 16px; font-size: 1.6rem; text-transform: capitalize; display: block; line-height: 30px; padding: 0 20px; color: #333; position: relative; }
.header .navlist > li > a:before { position: absolute; content: ''; top: 0; left: 0; width: 100%; height: 100%; background-color: #fff; -webkit-transform: skewX(-15deg); -moz-transform: skewX(-15deg); -ms-transform: skewX(-15deg); -o-transform: skewX(-15deg); transform: skewX(-15deg); z-index: -1; -webkit-transition: all .35s; -o-transition: all .35s; -moz-transition: all .35s; transition: all .35s; }
.header .navlist > li.nav-active > a, .header .navlist > li:hover > a { color: #fff; }
.header .navlist > li.nav-active > a:before, .header .navlist > li:hover > a:before { background-color: #ED7405; }
@media screen and (max-width: 1419px) { .header .navlist > li { margin-left: 20px; }
  .header .navlist > li > a { padding: 0 15px; } }
@media screen and (max-width: 1219px) { .header .navlist > li { margin-left: 5px; }
  .header .navlist > li > a { padding: 0 12px; } }
@media screen and (max-width: 991px) { .header .navlist { display: none; width: 100%; }
  .header .navlist > li { margin-left: 0; width: 14.28%; text-align: center; }
  .header .navlist > li > a { font-size: 14px; font-size: 1.4rem; line-height: 26px; display: inline-block; } }
@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%; left: -11px; display: block; visibility: hidden; opacity: 0; -webkit-transform: translateY(30px); -moz-transform: translateY(30px); -ms-transform: translateY(30px); -o-transform: translateY(30px); transform: translateY(30px); -webkit-transform-origin: top; -moz-transform-origin: top; -ms-transform-origin: top; -o-transform-origin: top; transform-origin: top; -webkit-transition: all 400ms ease; -o-transition: all 400ms ease; -moz-transition: all 400ms ease; transition: all 400ms ease; width: 312px; background: #FFFFFF; box-shadow: 0px 3px 8px 0px rgba(14, 13, 13, 0.2); padding: 12px 0; }
@media screen and (max-width: 1419px) { .header .yiji { width: 280px; } }
.header .yiji li { position: relative; }
.header .yiji li > a { display: block; font-size: 16px; font-size: 1.6rem; line-height: 20px; padding: 8px 17px; }
@media screen and (max-width: 1419px) { .header .yiji li > a { font-size: 14px; font-size: 1.4rem; padding: 8px 15px; } }
.header .yiji li:hover > a { background-color: #ED7405; color: #fff; }
.header .yiji li:hover .erji { -webkit-transform: translateY(0px); -moz-transform: translateY(0px); -ms-transform: translateY(0px); -o-transform: translateY(0px); transform: translateY(0px); visibility: visible; opacity: 1; }
@media screen and (max-width: 991px) { .header .yiji { display: none; } }
.header .erji li:hover .sanji, .header .sanji li:hover .siji { -webkit-transform: translateY(0px); -moz-transform: translateY(0px); -ms-transform: translateY(0px); -o-transform: translateY(0px); transform: translateY(0px); visibility: visible; opacity: 1; }
.header .erji, .header .sanji { position: absolute; left: 100%; top: 0; width: 320px; margin-left: 4px; 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: #FFFFFF; box-shadow: 0px 3px 8px 0px rgba(14, 13, 13, 0.2); padding: 12px 0; }
@media screen and (max-width: 1219px) { .header .erji, .header .sanji { width: 280px; } }
/*-------------header end------------------------------------------------------------------*/
/*-------------footer start----------------------------------------------------------------*/
.footer { background: url(../images/bg2.jpg) no-repeat center; background-attachment: fixed; position: relative; }
.footer:before { position: absolute; content: ''; top: 0; bottom: 0; left: 0; right: 0; background: url(../images/bg2.jpg) no-repeat center; background-size: cover; z-index: -1; }
.footer:after { position: absolute; content: ''; width: 60px; top: 0; bottom: 0; right: 0; background: #ED7405 url(../images/bg3.jpg) no-repeat top left; }
@media screen and (max-width: 1719px) { .footer:after { width: 2.60417%; } }
.footer, .footer a { color: #fff; }
.footer a:hover { color: #ED7405; }
.footer .f-top { font-size: 0; letter-spacing: 0; padding-top: 64px; padding-bottom: 11px; border-bottom: solid 1px #fff; }
@media screen and (max-width: 1419px) { .footer .f-top { padding-top: 50px; } }
@media screen and (max-width: 1219px) { .footer .f-top { padding-top: 40px; } }
@media screen and (max-width: 767px) { .footer .f-top { padding-top: 20px; } }
.footer .f-top .flist { display: inline-block; vertical-align: top; margin-bottom: 20px; }
@media screen and (max-width: 767px) { .footer .f-top .flist { margin-bottom: 15px; } }
.footer .f-top .flist .box-list { font-size: 16px; font-size: 1.6rem; line-height: 38px; }
@media screen and (max-width: 1419px) { .footer .f-top .flist .box-list { font-size: 14px; font-size: 1.4rem; line-height: 32px; } }
@media screen and (max-width: 1219px) { .footer .f-top .flist .box-list { font-size: 14px; font-size: 1.4rem; line-height: 26px; } }
.footer .f-top .footer-title { margin-bottom: 25px; font-size: 26px; font-size: 2.6rem; line-height: 1.3; font-family: "Raleway-Bold", arial; text-transform: capitalize; position: relative; padding-bottom: 13px; }
.footer .f-top .footer-title:before { position: absolute; content: ''; width: 46px; height: 5px; background-color: #ED7405; left: 0; bottom: 0; }
@media screen and (max-width: 1419px) { .footer .f-top .footer-title { font-size: 22px; font-size: 2.2rem; } }
@media screen and (max-width: 1219px) { .footer .f-top .footer-title { font-size: 20px; font-size: 2rem; } }
@media screen and (max-width: 991px) { .footer .f-top .footer-title { font-size: 18px; font-size: 1.8rem; margin-bottom: 10px; } }
@media screen and (max-width: 767px) { .footer .f-top .footer-title { display: none; text-align: center; }
  .footer .f-top .footer-title:before { height: 3px; width: 40px; right: 0; margin: 0 auto; } }
.footer .f-top .flist1 { width: 22.8125%; padding-right: 15px; }
@media screen and (max-width: 1419px) { .footer .f-top .flist1 { width: 16.5625%; } }
@media screen and (max-width: 991px) { .footer .f-top .flist1 { width: 25%; } }
@media screen and (max-width: 767px) { .footer .f-top .flist1 { display: none; } }
.footer .f-top .flist2 { width: 25.75%; padding-right: 15px; }
@media screen and (max-width: 991px) { .footer .f-top .flist2 { width: 35%; } }
@media screen and (max-width: 767px) { .footer .f-top .flist2 { display: none; } }
.footer .f-top .flist3 { width: 29.25%; padding-right: 15px; }
.footer .f-top .flist3 .box-list li { position: relative; padding-left: 38px; }
@media screen and (max-width: 1419px) { .footer .f-top .flist3 .box-list li { padding-left: 30px; } }
.footer .f-top .flist3 .box-list .iconfont { font-size: 18px; font-size: 1.8rem; position: absolute; left: 0; top: 0; }
@media screen and (max-width: 1419px) { .footer .f-top .flist3 .box-list .iconfont { font-size: 16px; font-size: 1.6rem; } }
@media screen and (max-width: 991px) { .footer .f-top .flist3 { width: 40%; } }
@media screen and (max-width: 767px) { .footer .f-top .flist3 { display: none; } }
.footer .f-top .flist4 { width: 22.1875%; }
@media screen and (max-width: 1419px) { .footer .f-top .flist4 { width: 28.4375%; } }
@media screen and (max-width: 991px) { .footer .f-top .flist4 { width: 100%; } }
@media screen and (max-width: 767px) { .footer .f-top .flist4 { margin-bottom: 0; } }
.footer .f-top .item-form { /* WebKit browsers */ /* Mozilla Firefox 4 to 18 */ /* Mozilla Firefox 19+ */ /* Internet Explorer 10+ */ margin-bottom: 21px; margin-top: 37px; position: relative; }
.footer .f-top .item-form ::-webkit-input-placeholder { color: #666; opacity: 0.6; }
.footer .f-top .item-form :-o-placeholder { color: #666; opacity: 0.6; }
.footer .f-top .item-form ::-moz-placeholder { color: #666; opacity: 0.6; }
.footer .f-top .item-form :-ms-input-placeholder { color: #666; opacity: 0.6; }
@media screen and (max-width: 1419px) { .footer .f-top .item-form { margin-top: 0; } }
@media screen and (max-width: 991px) { .footer .f-top .item-form { max-width: 400px; margin-bottom: 15px; } }
@media screen and (max-width: 767px) { .footer .f-top .item-form { max-width: 400px; margin: 0 auto 15px; } }
.footer .f-top .item-form .item-input { overflow: hidden; display: block; width: 100%; height: 44px; line-height: 44px; background-color: #fff; color: #999; padding: 0 95px 0 14px; font-size: 14px; font-size: 1.4rem; }
@media screen and (max-width: 1219px) { .footer .f-top .item-form .item-input { height: 36px; line-height: 36px; font-size: 14px; font-size: 1.4rem; padding: 0 9px; } }
@media screen and (max-width: 991px) { .footer .f-top .item-form .item-input { height: 32px; line-height: 32px; font-size: 12px; font-size: 1.2rem; padding-right: 80px; } }
.footer .f-top .item-form .item-submit { position: absolute; top: 0; right: 0; width: 92px; height: 44px; background-color: #ED7405; color: #fff; text-transform: uppercase; font-size: 20px; font-size: 2rem; font-weight: bold; -webkit-transition: all .35s; -o-transition: all .35s; -moz-transition: all .35s; transition: all .35s; display: block; }
.footer .f-top .item-form .item-submit:hover { background-color: #036BA5; }
@media screen and (max-width: 1719px) { .footer .f-top .item-form .item-submit { font-size: 18px; font-size: 1.8rem; } }
@media screen and (max-width: 1419px) { .footer .f-top .item-form .item-submit { font-size: 16px; font-size: 1.6rem; } }
@media screen and (max-width: 1219px) { .footer .f-top .item-form .item-submit { height: 36px; line-height: 36px; font-size: 14px; font-size: 1.4rem; position: relative; width: 100%; margin: 5px auto 0; } }
@media screen and (max-width: 991px) { .footer .f-top .item-form .item-submit { position: absolute; width: 80px; height: 32px; line-height: 32px; font-size: 12px; font-size: 1.2rem; margin: 0; } }
.footer .f-follow { font-size: 0; letter-spacing: 0; }
@media screen and (max-width: 767px) { .footer .f-follow { text-align: center; } }
.footer .f-follow a { display: inline-block; vertical-align: top; margin-left: 17px; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; }
.footer .f-follow a:first-child { margin-left: 0; }
.footer .f-follow a:hover .iconfont { background-color: #E9E9E9; color: #036BA5; }
.footer .f-follow a .iconfont { font-size: 20px; font-size: 2rem; display: block; width: 33px; height: 33px; line-height: 33px; color: #fff; text-align: center; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; border-radius: 50%; }
@media screen and (max-width: 1419px) { .footer .f-follow a { margin-left: 12px; } }
@media screen and (max-width: 1219px) { .footer .f-follow a { margin-left: 10px; }
  .footer .f-follow a .iconfont { font-size: 16px; font-size: 1.6rem; width: 28px; height: 28px; line-height: 28px; } }
.footer .f-bot { padding: 17px 0 13px; font-size: 14px; font-size: 1.4rem; line-height: 29px; position: relative; }
@media screen and (max-width: 1419px) { .footer .f-bot { line-height: 26px; } }
@media screen and (max-width: 767px) { .footer .f-bot { line-height: 20px; font-size: 12px; font-size: 1.2rem; padding: 15px 0 15px; text-align: center; } }
@media screen and (max-width: 767px) { .footer .f-bot .keywords { display: none; } }
.footer .f-bot .links a { display: inline-block; margin-right: 30px; }
@media screen and (max-width: 767px) { .footer .f-bot .links { display: none; } }
/*-------------footer end------------------------------------------------------------------*/
/*-------------index start-----------------------------------------------------------------*/
/* index-item start */
.index-item { text-align: left; }
.index-item .item-title { font-weight: bold; font-size: 56px; font-size: 5.6rem; line-height: 1.2; text-transform: uppercase; }
@media screen and (max-width: 1619px) { .index-item .item-title { font-size: 44px; font-size: 4.4rem; } }
@media screen and (max-width: 1419px) { .index-item .item-title { font-size: 38px; font-size: 3.8rem; } }
@media screen and (max-width: 1219px) { .index-item .item-title { font-size: 32px; font-size: 3.2rem; } }
@media screen and (max-width: 991px) { .index-item .item-title { font-size: 26px; font-size: 2.6rem; } }
@media screen and (max-width: 767px) { .index-item .item-title { font-size: 20px; font-size: 2rem; } }
.index-item .item-title a { display: inline-block; padding-right: 18px; position: relative; }
@media screen and (max-width: 767px) { .index-item .item-title a { padding-right: 10px; } }
.index-item .item-title a:after { position: absolute; content: ''; width: 179px; height: 8px; background-color: #036BA5; left: 100%; top: 50%; margin-top: -4px; }
@media screen and (max-width: 1219px) { .index-item .item-title a:after { width: 70%; } }
@media screen and (max-width: 991px) { .index-item .item-title a:after { width: 60%; } }
@media screen and (max-width: 767px) { .index-item .item-title a:after { width: 50%; height: 4px; margin-top: -2px; } }
.index-item .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 28px; }
@media screen and (max-width: 1219px) { .index-item .item-desc { line-height: 26px; } }
@media screen and (max-width: 991px) { .index-item .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 24px; } }
@media screen and (max-width: 767px) { .index-item .item-desc { font-size: 12px; font-size: 1.2rem; line-height: 20px; margin-top: 5px; } }
/* index-item end */
.index-hotpro { padding: 63px 0 29px; }
@media screen and (max-width: 991px) { .index-hotpro { padding-top: 50px; } }
@media screen and (max-width: 767px) { .index-hotpro { padding: 30px 0 10px; } }
.index-hotpro .index-item { margin-bottom: 43px; }
@media screen and (max-width: 1219px) { .index-hotpro .index-item { margin-bottom: 40px; } }
@media screen and (max-width: 991px) { .index-hotpro .index-item { margin-bottom: 30px; } }
@media screen and (max-width: 767px) { .index-hotpro .index-item { margin-bottom: 20px; } }
.index-hotpro .box-list { font-size: 0; letter-spacing: 0; }
.index-hotpro .box-list .list-item { display: inline-block; vertical-align: top; width: 24.3956%; margin-left: 0.80586%; border: solid 1px #999999; margin-bottom: 42px; position: relative; }
.index-hotpro .box-list .list-item:hover .item-body { opacity: 0; filter: alpha(opacity=0); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
@media screen and (max-width: 1219px) { .index-hotpro .box-list .list-item { margin-bottom: 30px; } }
@media screen and (max-width: 991px) { .index-hotpro .box-list .list-item { width: 31.33%; margin: 0 1% 20px !important; border: 0; } }
@media screen and (max-width: 480px) { .index-hotpro .box-list .list-item { width: 48%; } }
@media screen and (max-width: 991px) { .index-hotpro .box-list .item-pic { border: 1px solid #999; } }
.index-hotpro .box-list .item-pic a { display: block; overflow: hidden; position: relative; padding-bottom: 74.30769%; }
.index-hotpro .box-list .item-pic img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.index-hotpro .box-list .item-body { position: relative; -webkit-transition: all .35s; -o-transition: all .35s; -moz-transition: all .35s; transition: all .35s; opacity: 1; filter: alpha(opacity=100); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
@media screen and (max-width: 991px) { .index-hotpro .box-list .item-body { display: none; } }
.index-hotpro .box-list .item-body .item-btn { float: right; text-align: center; display: block; width: 63px; line-height: 57px; height: 57px; background-color: #ED7405; font-size: 30px; font-size: 3rem; color: #fff; }
@media screen and (max-width: 1619px) { .index-hotpro .box-list .item-body .item-btn { line-height: 48px; height: 48px; font-size: 28px; font-size: 2.8rem; width: 50px; } }
@media screen and (max-width: 1419px) { .index-hotpro .box-list .item-body .item-btn { width: 40px; line-height: 40px; height: 40px; font-size: 24px; font-size: 2.4rem; } }
@media screen and (max-width: 1219px) { .index-hotpro .box-list .item-body .item-btn { width: 36px; line-height: 36px; height: 36px; font-size: 20px; font-size: 2rem; } }
.index-hotpro .box-list .item-body .item-title { background-color: #036BA5; background-color: rgba(3, 107, 165, 0.8); line-height: 57px; font-size: 20px; font-size: 2rem; padding: 0 13px; }
.index-hotpro .box-list .item-body .item-title, .index-hotpro .box-list .item-body .item-title a { color: #fff; }
@media screen and (max-width: 1619px) { .index-hotpro .box-list .item-body .item-title { line-height: 48px; font-size: 18px; font-size: 1.8rem; } }
@media screen and (max-width: 1419px) { .index-hotpro .box-list .item-body .item-title { font-size: 16px; font-size: 1.6rem; line-height: 40px; padding: 0 10px; } }
@media screen and (max-width: 1219px) { .index-hotpro .box-list .item-body .item-title { font-size: 14px; font-size: 1.4rem; padding: 0 6px; line-height: 36px; } }
.index-hotpro .box-list .item-backdrop { text-align: center; padding: 20px; }
@media screen and (max-width: 1419px) { .index-hotpro .box-list .item-backdrop { padding: 10px; } }
@media screen and (max-width: 991px) { .index-hotpro .box-list .item-backdrop { padding: 0; } }
.index-hotpro .box-list .item-backdrop .item-table { position: relative; z-index: 2; }
.index-hotpro .box-list .item-backdrop .item-title { font-size: 20px; font-size: 2rem; line-height: 1.3; }
.index-hotpro .box-list .item-backdrop .item-title, .index-hotpro .box-list .item-backdrop .item-title a { color: #fff; }
@media screen and (max-width: 1619px) { .index-hotpro .box-list .item-backdrop .item-title { font-size: 18px; font-size: 1.8rem; } }
@media screen and (max-width: 1419px) { .index-hotpro .box-list .item-backdrop .item-title { font-size: 16px; font-size: 1.6rem; } }
@media screen and (max-width: 1219px) { .index-hotpro .box-list .item-backdrop .item-title { font-size: 16px; font-size: 1.6rem; } }
@media screen and (max-width: 991px) { .index-hotpro .box-list .item-backdrop .item-title { margin-top: 10px; }
  .index-hotpro .box-list .item-backdrop .item-title, .index-hotpro .box-list .item-backdrop .item-title a { color: #333; } }
@media screen and (max-width: 767px) { .index-hotpro .box-list .item-backdrop .item-title { font-size: 14px; font-size: 1.4rem; } }
.index-hotpro .box-list .item-backdrop .item-desc { margin-top: 20px; font-size: 18px; font-size: 1.8rem; line-height: 34px; height: 68px; }
.index-hotpro .box-list .item-backdrop .item-desc, .index-hotpro .box-list .item-backdrop .item-desc a { color: #fff; }
@media screen and (max-width: 1619px) { .index-hotpro .box-list .item-backdrop .item-desc { margin-top: 10px; font-size: 16px; font-size: 1.6rem; line-height: 26px; height: 52px; } }
@media screen and (max-width: 1419px) { .index-hotpro .box-list .item-backdrop .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 22px; height: 44px; } }
@media screen and (max-width: 1219px) { .index-hotpro .box-list .item-backdrop .item-desc { margin-top: 5px; } }
@media screen and (max-width: 991px) { .index-hotpro .box-list .item-backdrop .item-desc, .index-hotpro .box-list .item-backdrop .item-desc a { color: #666; } }
@media screen and (max-width: 767px) { .index-hotpro .box-list .item-backdrop .item-desc { margin-top: 2px; font-size: 12px; font-size: 1.2rem; line-height: 20px; height: 40px; } }
.index-hotpro .box-list .item-backdrop .item-btn { margin-top: 28px; display: block; line-height: 1; font-size: 30px; font-size: 3rem; color: #fff; }
.index-hotpro .box-list .item-backdrop .item-btn:hover { color: #ED7405; }
@media screen and (max-width: 1619px) { .index-hotpro .box-list .item-backdrop .item-btn { margin-top: 15px; font-size: 28px; font-size: 2.8rem; } }
@media screen and (max-width: 1419px) { .index-hotpro .box-list .item-backdrop .item-btn { font-size: 26px; font-size: 2.6rem; } }
@media screen and (max-width: 1219px) { .index-hotpro .box-list .item-backdrop .item-btn { font-size: 24px; font-size: 2.4rem; margin-top: 10px; } }
@media screen and (max-width: 991px) { .index-hotpro .box-list .item-backdrop .item-btn { display: none; } }
.index-about .index-item { margin-bottom: 51px; }
@media screen and (max-width: 1219px) { .index-about .index-item { margin-bottom: 40px; } }
@media screen and (max-width: 991px) { .index-about .index-item { margin-bottom: 30px; } }
@media screen and (max-width: 767px) { .index-about .index-item { margin-bottom: 20px; } }
.index-about .item-box { background-color: #F4F4F4; position: relative; }
.index-about .item-box .box-body { float: right; width: 50%; padding-right: 2.60417%; padding-left: 1.5625%; padding-top: 26px; padding-bottom: 27px; }
@media screen and (max-width: 767px) { .index-about .item-box .box-body { width: 100%; padding: 25px 2.60417%; } }
.index-about .item-box .box-body .box-title { margin-bottom: 27px; padding-bottom: 16px; font-size: 38px; font-size: 3.8rem; font-family: "Raleway-Bold", arial; line-height: 1.4; position: relative; }
.index-about .item-box .box-body .box-title:before { position: absolute; content: ''; height: 7px; width: 112px; background-color: #ED7405; bottom: 0; }
.index-about .item-box .box-body .box-title a { display: block; }
.index-about .item-box .box-body .box-title a:hover { color: #ED7405; }
@media screen and (max-width: 1619px) { .index-about .item-box .box-body .box-title { font-size: 34px; font-size: 3.4rem; } }
@media screen and (max-width: 1419px) { .index-about .item-box .box-body .box-title { font-size: 30px; font-size: 3rem; padding-bottom: 12px; margin-bottom: 20px; }
  .index-about .item-box .box-body .box-title:before { height: 5px; width: 100px; } }
@media screen and (max-width: 1219px) { .index-about .item-box .box-body .box-title { margin-bottom: 15px; font-size: 24px; font-size: 2.4rem; }
  .index-about .item-box .box-body .box-title:before { height: 4px; } }
@media screen and (max-width: 991px) { .index-about .item-box .box-body .box-title { font-size: 20px; font-size: 2rem; } }
@media screen and (max-width: 767px) { .index-about .item-box .box-body .box-title { font-size: 18px; font-size: 1.8rem; } }
.index-about .item-box .box-body .box-desc { overflow: hidden; font-size: 16px; font-size: 1.6rem; line-height: 33px; height: 231px; }
.index-about .item-box .box-body .box-desc p { min-height: 33px; }
.index-about .item-box .box-body .box-desc p:first-child:first-letter { font-size: 30px; font-size: 3rem; }
.index-about .item-box .box-body .box-desc a { display: block; }
.index-about .item-box .box-body .box-desc a:hover { color: #ED7405; }
.index-about .item-box .box-body .box-desc, .index-about .item-box .box-body .box-desc a { color: #666; }
@media screen and (max-width: 1619px) { .index-about .item-box .box-body .box-desc { line-height: 30px; height: 210px; }
  .index-about .item-box .box-body .box-desc p { min-height: 30px; } }
@media screen and (max-width: 1419px) { .index-about .item-box .box-body .box-desc { font-size: 14px; font-size: 1.4rem; line-height: 26px; height: 182px; }
  .index-about .item-box .box-body .box-desc p:first-child:first-letter { font-size: 24px; font-size: 2.4rem; }
  .index-about .item-box .box-body .box-desc p { min-height: 26px; } }
@media screen and (max-width: 1219px) { .index-about .item-box .box-body .box-desc { line-height: 22px; height: 132px; }
  .index-about .item-box .box-body .box-desc p { min-height: 22px; } }
@media screen and (max-width: 767px) { .index-about .item-box .box-body .box-desc { font-size: 12px; font-size: 1.2rem; line-height: 20px; height: auto; }
  .index-about .item-box .box-body .box-desc p:first-child:first-letter { font-size: 16px; font-size: 1.6rem; }
  .index-about .item-box .box-body .box-desc p { min-height: 20px; } }
.index-about .item-box .box-body .box-btn { margin-top: 91px; display: block; width: 150px; line-height: 41px; border: solid 1px #ED7405; background-color: #ED7405; color: #fff; text-align: center; font-size: 18px; font-size: 1.8rem; }
@media screen and (max-width: 1619px) { .index-about .item-box .box-body .box-btn { margin-top: 50px; } }
@media screen and (max-width: 1419px) { .index-about .item-box .box-body .box-btn { margin-top: 40px; font-size: 16px; font-size: 1.6rem; line-height: 36px; width: 140px; } }
@media screen and (max-width: 1219px) { .index-about .item-box .box-body .box-btn { margin-top: 30px; font-size: 14px; font-size: 1.4rem; line-height: 32px; width: 120px; } }
@media screen and (max-width: 767px) { .index-about .item-box .box-body .box-btn { margin-top: 25px; font-size: 12px; font-size: 1.2rem; line-height: 28px; width: 100px; } }
.index-about .item-box .box-list { font-size: 0; letter-spacing: 0; margin-top: 56px; }
@media screen and (max-width: 1619px) { .index-about .item-box .box-list { margin-top: 40px; } }
@media screen and (max-width: 1219px) { .index-about .item-box .box-list { margin-top: 30px; } }
@media screen and (max-width: 767px) { .index-about .item-box .box-list { margin-top: 20px; } }
.index-about .item-box .box-list .list-item { display: inline-block; vertical-align: top; width: 33.33333%; max-width: 210px; text-align: center; border-left: solid 1px #666; }
.index-about .item-box .box-list .list-item:first-child { border-left: 0; }
@media screen and (max-width: 480px) { .index-about .item-box .box-list .list-item { border-left: 0; } }
.index-about .item-box .box-list .item-icon { display: inline-block; font-size: 36px; font-size: 3.6rem; color: #666; line-height: 1; }
.index-about .item-box .box-list .item-icon:hover { color: #ED7405; }
@media screen and (max-width: 1219px) { .index-about .item-box .box-list .item-icon { font-size: 32px; font-size: 3.2rem; } }
@media screen and (max-width: 991px) { .index-about .item-box .box-list .item-icon { font-size: 28px; font-size: 2.8rem; } }
.index-about .item-box .box-list .item-title { margin-top: 13px; font-size: 14px; font-size: 1.4rem; line-height: 20px; }
.index-about .item-box .box-list .item-title, .index-about .item-box .box-list .item-title a { color: #666; }
@media screen and (max-width: 1419px) { .index-about .item-box .box-list .item-title { margin-top: 8px; } }
@media screen and (max-width: 1219px) { .index-about .item-box .box-list .item-title { font-size: 12px; font-size: 1.2rem; } }
.index-about .about-owl { position: absolute; width: 50%; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); /* .item-videobox start */ /* .item-videobox end */ }
@media screen and (max-width: 767px) { .index-about .about-owl { width: 100%; position: relative; top: 0; -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; transform: none; } }
.index-about .about-owl .owl-theme .owl-controls .owl-pagination { margin-top: 0; position: absolute; bottom: 1.5625%; right: 3.95833%; }
@media screen and (max-width: 1219px) { .index-about .about-owl .owl-theme .owl-controls .owl-pagination { right: 2.08333%; } }
.index-about .about-owl .owl-theme .owl-controls .owl-page span { background-color: transparent; width: 17px; height: 17px; border: 2px #AAAAAA solid; margin: 0 4px; }
@media screen and (max-width: 1419px) { .index-about .about-owl .owl-theme .owl-controls .owl-page span { width: 15px; height: 15px; } }
@media screen and (max-width: 1219px) { .index-about .about-owl .owl-theme .owl-controls .owl-page span { width: 12px; height: 12px; } }
@media screen and (max-width: 991px) { .index-about .about-owl .owl-theme .owl-controls .owl-page span { width: 10px; height: 10px; margin: 0 3px; } }
@media screen and (max-width: 767px) { .index-about .about-owl .owl-theme .owl-controls .owl-page span { width: 8px; height: 8px; margin: 0 2px; border-width: 1px; } }
.index-about .about-owl .owl-theme .owl-controls .owl-page.active span, .index-about .about-owl .owl-theme .owl-controls.clickable .owl-page:hover span { background-color: #036BA5; border-color: transparent; }
.index-about .about-owl .item-videobox { width: 100%; overflow: hidden; margin: 0 auto; }
.index-about .about-owl .item-videobox .item-video { position: relative; overflow: hidden; padding-bottom: 66.66667%; height: 0; }
.index-about .about-owl .item-videobox .item-video iframe, .index-about .about-owl .item-videobox .item-video video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; }
.index-about .about-owl .item-videobox .item-video iframe body { margin: 0px !important; }
.index-solution { padding: 64px 0 36px; }
@media screen and (max-width: 991px) { .index-solution { padding: 50px 0 30px; } }
@media screen and (max-width: 767px) { .index-solution { padding: 30px 0 10px; } }
.index-solution .index-item { margin-bottom: 53px; }
@media screen and (max-width: 1219px) { .index-solution .index-item { margin-bottom: 40px; } }
@media screen and (max-width: 991px) { .index-solution .index-item { margin-bottom: 30px; } }
@media screen and (max-width: 767px) { .index-solution .index-item { margin-bottom: 20px; } }
.index-solution .left-item { float: left; width: 50.27473%; margin-right: 1.15385%; position: relative; }
@media screen and (max-width: 640px) { .index-solution .left-item { width: 100%; margin-right: 0; float: none; margin-bottom: 20px; } }
.index-solution .left-item .item-body { background-color: #036BA5; background-color: rgba(3, 107, 165, 0.8); position: absolute; left: 0; width: 100%; bottom: 0; padding: 5px 14px 9px; }
@media screen and (max-width: 1419px) { .index-solution .left-item .item-body { padding-top: 10px; padding-bottom: 10px; } }
@media screen and (max-width: 1219px) { .index-solution .left-item .item-body { padding: 8px 10px; } }
@media screen and (max-width: 991px) { .index-solution .left-item .item-body { padding: 8px 5px; } }
.index-solution .left-item .item-title { line-height: 1.3; font-size: 18px; font-size: 1.8rem; font-weight: bold; }
.index-solution .left-item .item-title, .index-solution .left-item .item-title a { color: #fff; }
@media screen and (max-width: 1419px) { .index-solution .left-item .item-title { font-size: 16px; font-size: 1.6rem; } }
@media screen and (max-width: 991px) { .index-solution .left-item .item-title { font-size: 14px; font-size: 1.4rem; } }
.index-solution .left-item .item-desc { margin-top: 10px; font-size: 16px; font-size: 1.6rem; line-height: 24px; }
.index-solution .left-item .item-desc, .index-solution .left-item .item-desc a { color: #fff; }
@media screen and (max-width: 1619px) { .index-solution .left-item .item-desc { margin-top: 5px; } }
@media screen and (max-width: 1419px) { .index-solution .left-item .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 1.3; } }
@media screen and (max-width: 767px) { .index-solution .left-item .item-desc { font-size: 12px; font-size: 1.2rem; margin-top: 2px; } }
.index-solution .box-list { overflow: hidden; font-size: 0; letter-spacing: 0; }
.index-solution .box-list .list-item { display: inline-block; vertical-align: top; width: 48.52941%; margin-left: 2.37557%; margin-bottom: 4.18552%; position: relative; }
@media screen and (max-width: 640px) { .index-solution .box-list .list-item { margin-bottom: 20px; } }
.index-solution .box-list .item-body { background-color: #036BA5; background-color: rgba(3, 107, 165, 0.8); position: absolute; left: 0; width: 100%; bottom: 0; padding: 0 14px; }
@media screen and (max-width: 1219px) { .index-solution .box-list .item-body { padding: 0 10px; } }
@media screen and (max-width: 991px) { .index-solution .box-list .item-body { padding: 0 5px; } }
@media screen and (max-width: 640px) { .index-solution .box-list .item-body { position: relative; } }
.index-solution .box-list .item-title { line-height: 46px; font-size: 18px; font-size: 1.8rem; font-weight: bold; }
.index-solution .box-list .item-title, .index-solution .box-list .item-title a { color: #fff; }
@media screen and (max-width: 1619px) { .index-solution .box-list .item-title { line-height: 40px; } }
@media screen and (max-width: 1419px) { .index-solution .box-list .item-title { line-height: 38px; font-size: 16px; font-size: 1.6rem; } }
@media screen and (max-width: 1219px) { .index-solution .box-list .item-title { line-height: 30px; } }
@media screen and (max-width: 991px) { .index-solution .box-list .item-title { font-size: 14px; font-size: 1.4rem; line-height: 26px; } }
@media screen and (max-width: 767px) { .index-solution .box-list .item-title { font-weight: normal; } }
.index-contact { background: url(../images/bg1.jpg) no-repeat center; background-size: cover; padding: 60px 0 76px; margin-bottom: 75px; }
@media screen and (max-width: 1219px) { .index-contact { padding-bottom: 70px; margin-bottom: 70px; } }
@media screen and (max-width: 991px) { .index-contact { padding: 50px 0; margin-bottom: 50px; } }
@media screen and (max-width: 767px) { .index-contact { padding: 30px 0; margin-bottom: 30px; } }
.index-contact .item-box { 
    /*float: right; */ margin:0 auto;
width: 975px;text-align:center; }
@media screen and (max-width: 1619px) { .index-contact .item-box { width: auto; } }
.index-contact .item-title { font-weight: bold; font-size: 46px; font-size: 4.5rem; line-height: 1.7;  }
.index-contact .item-title, .index-contact .item-title a { color: #fff; }
.index-contact .item-title a { display: block; }
.index-contact .item-title a:hover { color: #ED7405; }
@media screen and (max-width: 1619px) { .index-contact .item-title { font-size: 38px; font-size: 3.8rem; line-height: 1.5; } }
@media screen and (max-width: 1419px) { .index-contact .item-title { font-size: 32px; font-size: 3.2rem; line-height: 1.3; } }
@media screen and (max-width: 1219px) { .index-contact .item-title { font-size: 26px; font-size: 2.6rem; } }
@media screen and (max-width: 991px) { .index-contact .item-title { font-size: 22px; font-size: 2.2rem; } }
@media screen and (max-width: 767px) { .index-contact .item-title { font-size: 18px; font-size: 1.8rem; } }
.index-contact .item-subt { margin-top: 23px; font-size: 32px; font-size: 3.2rem; line-height: 1.3; }
.index-contact .item-subt, .index-contact .item-subt a { color: #fff; }
.index-contact .item-subt a:hover { color: #ED7405; }
@media screen and (max-width: 1619px) { .index-contact .item-subt { font-size: 28px; font-size: 2.8rem; } }
@media screen and (max-width: 1419px) { .index-contact .item-subt { font-size: 24px; font-size: 2.4rem; } }
@media screen and (max-width: 1219px) { .index-contact .item-subt { font-size: 20px; font-size: 2rem; } }
@media screen and (max-width: 991px) { .index-contact .item-subt { font-size: 18px; font-size: 1.8rem; margin-top: 15px; } }
@media screen and (max-width: 767px) { .index-contact .item-subt { font-size: 16px; font-size: 1.6rem; margin-top: 10px; } }
.index-contact .box-list { margin-top: 56px; font-size: 20px; font-size: 2rem; line-height: 30px; }
@media screen and (max-width: 1619px) { .index-contact .box-list { margin-top: 40px; } }
@media screen and (max-width: 1419px) { .index-contact .box-list { font-size: 18px; font-size: 1.8rem; } }
@media screen and (max-width: 1219px) { .index-contact .box-list { margin-top: 20px; } }
@media screen and (max-width: 991px) { .index-contact .box-list { font-size: 16px; font-size: 1.6rem; line-height: 26px; } }
@media screen and (max-width: 767px) { .index-contact .box-list { font-size: 14px; font-size: 1.4rem; line-height: 22px; } }
.index-contact .box-list li { padding-left: 38px; position: relative; margin-bottom: 30px; }
@media screen and (max-width: 1619px) { .index-contact .box-list li { margin-bottom: 20px; } }
@media screen and (max-width: 1419px) { .index-contact .box-list li { padding-left: 33px; margin-bottom: 15px; } }
@media screen and (max-width: 1219px) { .index-contact .box-list li { margin-bottom: 10px; } }
@media screen and (max-width: 991px) { .index-contact .box-list li { margin-bottom: 10px; padding-left: 25px; } }
@media screen and (max-width: 767px) { .index-contact .box-list li { margin-bottom: 10px; padding-left: 20px; } }
.index-contact .box-list .iconfont { position: absolute; left: 0; top: 0; font-size: 28px; font-size: 2.8rem; color: #ED7405; display:none;}
@media screen and (max-width: 1619px) { .index-contact .box-list .iconfont { font-size: 22px; font-size: 2.2rem; } }
@media screen and (max-width: 1419px) { .index-contact .box-list .iconfont { font-size: 18px; font-size: 1.8rem; } }
@media screen and (max-width: 1219px) { .index-contact .box-list .iconfont { font-size: 16px; font-size: 1.6rem; } }
@media screen and (max-width: 991px) { .index-contact .box-list .iconfont { font-size: 14px; font-size: 1.4rem; } }
@media screen and (max-width: 767px) { .index-contact .box-list .iconfont { font-size: 12px; font-size: 1.2rem; } }
.index-contact .box-list, .index-contact .box-list a { color: #fff; }
.index-contact .box-list a:hover { color: #ED7405; }
.index-info { background-color: #F4F4F4; padding: 41px 0 46px; }
@media screen and (max-width: 991px) { .index-info { padding-bottom: 40px; } }
@media screen and (max-width: 767px) { .index-info { padding: 30px 0; } }
.index-info .index-item { margin-bottom: 55px; }
@media screen and (max-width: 1219px) { .index-info .index-item { margin-bottom: 40px; } }
@media screen and (max-width: 991px) { .index-info .index-item { margin-bottom: 30px; } }
@media screen and (max-width: 767px) { .index-info .index-item { margin-bottom: 20px; } }
.index-info .box-title { margin-bottom: 23px; }
@media screen and (max-width: 767px) { .index-info .box-title { margin-bottom: 15px; } }
.index-info .box-title a { display: block; line-height: 51px; padding: 0 17px; font-size: 30px; font-size: 3rem; text-transform: uppercase; background-color: #036BA5; color: #fff; }
.index-info .box-title a:hover { background-color: #ED7405; }
@media screen and (max-width: 1419px) { .index-info .box-title a { font-size: 26px; font-size: 2.6rem; } }
@media screen and (max-width: 1219px) { .index-info .box-title a { font-size: 24px; font-size: 2.4rem; line-height: 44px; padding: 0 15px; } }
@media screen and (max-width: 991px) { .index-info .box-title a { font-size: 22px; font-size: 2.2rem; } }
@media screen and (max-width: 767px) { .index-info .box-title a { font-size: 18px; font-size: 1.8rem; padding: 0 10px; line-height: 36px; } }
.index-news { float: left; width: 68.79121%; margin-bottom: 30px; }
@media screen and (max-width: 991px) { .index-news { width: 65.93407%; } }
@media screen and (max-width: 767px) { .index-news { width: 100%; float: none; } }
.index-news .box-list { background-color: #FFFFFF; padding: 24px 20px; font-size: 0; letter-spacing: 0; }
@media screen and (max-width: 1419px) { .index-news .box-list { padding: 20px; } }
@media screen and (max-width: 1219px) { .index-news .box-list { padding: 15px; } }
@media screen and (max-width: 480px) { .index-news .box-list { padding: 15px 10px 0; } }
.index-news .box-list .list-item { display: inline-block; vertical-align: top; width: 100%; background-color: #F1F1F1; margin-top: 26px; }
.index-news .box-list .list-item:first-child { margin-top: 0; }
@media screen and (max-width: 1419px) { .index-news .box-list .list-item { margin-top: 20px; } }
@media screen and (max-width: 1219px) { .index-news .box-list .list-item { margin-top: 15px; } }
@media screen and (max-width: 480px) { .index-news .box-list .list-item { margin-top: 0; width: 48%; margin: 0 1% 15px; } }
@media screen and (max-width: 400px) { .index-news .box-list .list-item { width: 98%; } }
.index-news .box-list .item-pic { float: left; width: 319px; border-right: solid 22px #fff; }
@media screen and (max-width: 1419px) { .index-news .box-list .item-pic { width: 255px; border-right-width: 15px; } }
@media screen and (max-width: 1219px) { .index-news .box-list .item-pic { width: 210px; border-right-width: 10px; } }
@media screen and (max-width: 767px) { .index-news .box-list .item-pic { width: 170px; } }
@media screen and (max-width: 480px) { .index-news .box-list .item-pic { border: 0; width: 100%; float: none; } }
.index-news .box-list .item-body { overflow: hidden; padding: 31px 22px 20px; }
@media screen and (max-width: 1419px) { .index-news .box-list .item-body { padding: 20px; } }
@media screen and (max-width: 1219px) { .index-news .box-list .item-body { padding: 15px; } }
@media screen and (max-width: 767px) { .index-news .box-list .item-body { padding: 10px; } }
.index-news .box-list .item-box { padding-left: 14px; position: relative; }
@media screen and (max-width: 767px) { .index-news .box-list .item-box { padding-left: 10px; } }
.index-news .box-list .item-box:before { position: absolute; content: ''; width: 2px; top: 5px; bottom: -5px; left: 0; background-color: #ED7405; }
@media screen and (max-width: 1419px) { .index-news .box-list .item-box:before { top: 0; bottom: 0; } }
.index-news .box-list .item-title { font-size: 24px; font-size: 2.4rem; line-height: 1.3; }
@media screen and (max-width: 1419px) { .index-news .box-list .item-title { font-size: 20px; font-size: 2rem; } }
@media screen and (max-width: 1219px) { .index-news .box-list .item-title { font-size: 18px; font-size: 1.8rem; } }
@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; } }
.index-news .box-list .item-date { margin-top: 3px; font-size: 14px; font-size: 1.4rem; color: #666; line-height: 20px; }
.index-news .box-list .item-date .iconfont { margin-right: 7px; }
@media screen and (max-width: 767px) { .index-news .box-list .item-date { font-size: 12px; font-size: 1.2rem; }
  .index-news .box-list .item-date .iconfont { margin-right: 3px; } }
.index-news .box-list .item-desc { margin-top: 18px; font-size: 16px; font-size: 1.6rem; line-height: 30px; height: 60px; }
@media screen and (max-width: 1419px) { .index-news .box-list .item-desc { margin-top: 10px; } }
@media screen and (max-width: 1219px) { .index-news .box-list .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 24px; height: 48px; } }
@media screen and (max-width: 991px) { .index-news .box-list .item-desc { line-height: 22px; height: 44px; } }
@media screen and (max-width: 767px) { .index-news .box-list .item-desc { font-size: 12px; font-size: 1.2rem; line-height: 20px; height: 40px; margin-top: 6px; } }
.index-faq { float: right; width: 27.47253%; }
@media screen and (max-width: 1419px) { .index-faq { width: 29.67033%; } }
@media screen and (max-width: 991px) { .index-faq { width: 31.86813%; } }
@media screen and (max-width: 767px) { .index-faq { width: 100%; float: none; } }
.index-faq .box-title a { background-color: #ED7405; }
.index-faq .box-title a:hover { background-color: #036BA5; }
.index-faq .box-list { background-color: #fff; padding: 2px 0 36px 28px; }
@media screen and (max-width: 1419px) { .index-faq .box-list { padding: 0 0 0 15px; } }
.index-faq .box-list .list-item { padding: 30px 20px 20px 0; border-bottom: solid 1px #D2D2D2; border-bottom-color: rgba(210, 210, 210, 0.35); }
.index-faq .box-list .list-item:last-child { border-bottom: 0; }
@media screen and (max-width: 1419px) { .index-faq .box-list .list-item { padding: 20px 15px 20px 0; } }
@media screen and (max-width: 1219px) { .index-faq .box-list .list-item { padding: 15px 15px 15px 0; } }
.index-faq .box-list .item-title { font-size: 20px; font-size: 2rem; line-height: 28px; padding-left: 32px; position: relative; }
.index-faq .box-list .item-title strong { font-weight: normal; background-color: #ED7405; color: #fff; width: 28px; height: 28px; line-height: 28px; text-align: center; position: absolute; top: 0; left: 0; }
.index-faq .box-list .item-title a { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
@media screen and (max-width: 1419px) { .index-faq .box-list .item-title { font-size: 18px; font-size: 1.8rem; } }
@media screen and (max-width: 1219px) { .index-faq .box-list .item-title { font-size: 16px; font-size: 1.6rem; line-height: 24px; padding-left: 28px; }
  .index-faq .box-list .item-title strong { width: 24px; height: 24px; line-height: 24px; } }
@media screen and (max-width: 767px) { .index-faq .box-list .item-title { font-size: 14px; font-size: 1.4rem; } }
.index-faq .box-list .item-desc { margin-top: 7px; position: relative; padding-left: 25px; font-size: 16px; font-size: 1.6rem; line-height: 30px; height: 60px; }
.index-faq .box-list .item-desc, .index-faq .box-list .item-desc a { color: #666; }
.index-faq .box-list .item-desc strong { position: absolute; top: 0; left: 0; font-size: 20px; font-size: 2rem; font-weight: normal; }
.index-faq .box-list .item-desc a { display: -webkit-box !important; overflow: hidden; white-space: normal !important; text-overflow: ellipsis; word-wrap: break-word; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
@media screen and (max-width: 1419px) { .index-faq .box-list .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 26px; height: 52px; padding-left: 22px; }
  .index-faq .box-list .item-desc strong { font-size: 18px; font-size: 1.8rem; } }
@media screen and (max-width: 1219px) { .index-faq .box-list .item-desc { line-height: 22px; height: 44px; }
  .index-faq .box-list .item-desc strong { font-size: 16px; font-size: 1.6rem; } }
@media screen and (max-width: 767px) { .index-faq .box-list .item-desc { font-size: 12px; font-size: 1.2rem; line-height: 20px; max-height: 40px; height: auto; }
  .index-faq .box-list .item-desc strong { font-size: 14px; font-size: 1.4rem; } }
.index-faq .item-title a:hover { color:#333 !important; }
.index-faq .item-desc a:hover { color:#666 !important; }
/*-------------index end-------------------------------------------------------------------*/
/*-------------1-1-products start----------------------------------------------------------*/
.main .box-main { 
    width: 77.36264%; margin-left: 2.52747%;
    }
@media screen and (max-width: 1419px) { .main .box-main { width: 75.27473%; margin-left: 2.1978%; } }
@media screen and (max-width: 991px) { .main .box-main { width: 100%; float: none; margin: 0 auto; } }
.main .box-slide { overflow: hidden; 
/*display: none;*/
    
}
@media screen and (max-width: 991px) { .main .box-slide { width: 100%; margin: 50px 0 0; } }
@media screen and (max-width: 767px) { .main .box-slide { margin: 30px 0 0; display: block;} }
/* pro1-top start */
.pro1-top .item-title { font-size: 20px; font-size: 2rem; font-weight: bold; line-height: 1.3; padding: 14px 0; padding-left: 15px; margin-bottom: 19px; position: relative; }
.pro1-top .item-title:before { position: absolute; content: ''; width: 5px; background-color: #ED7405; top: 0; bottom: 0; left: 0; }
@media screen and (max-width: 1419px) { .pro1-top .item-title { font-size: 18px; font-size: 1.8rem; padding: 10px 0 10px 15px; } }
@media screen and (max-width: 1219px) { .pro1-top .item-title { font-size: 16px; font-size: 1.6rem; padding: 5px 0 5px 15px; margin-bottom: 15px; } }
@media screen and (max-width: 767px) { .pro1-top .item-title { font-size: 14px; font-size: 1.4rem; margin-bottom: 10px; padding: 0 0 0 10px; }
  .pro1-top .item-title:before { width: 3px; } }
.pro1-top .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 36px; margin-bottom: 36px; }
.pro1-top .item-desc, .pro1-top .item-desc a { color: #666; }
@media screen and (max-width: 1419px) { .pro1-top .item-desc { line-height: 30px; margin-bottom: 30px; } }
@media screen and (max-width: 1219px) { .pro1-top .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 24px; } }
@media screen and (max-width: 767px) { .pro1-top .item-desc { font-size: 12px; font-size: 1.2rem; line-height: 20px; margin-bottom: 25px; } }
/* pro1-top end */
/* .pro1-list start */
.pro1-list { font-size: 0; letter-spacing: 0; padding-bottom: 20px; }
@media screen and (max-width: 767px) { .pro1-list { padding-bottom: 10px; } }
.pro1-list .list-item { display: inline-block; vertical-align: top; width: 31.53409%; margin-left: 2.69886%; margin-bottom: 48px; }
@media screen and (max-width: 1219px) { .pro1-list .list-item { margin-bottom: 30px; } }
@media screen and (max-width: 480px) { .pro1-list .list-item { width: 48%; margin: 0 1% 20px !important; } }
.pro1-list .item-box { border: solid 1px #999999; }
.pro1-list .item-title { background-color: #036BA5; background-color: rgba(3, 107, 165, 0.8); line-height: 57px; font-size: 20px; font-size: 2rem; }
.pro1-list .item-title, .pro1-list .item-title a { color: #fff; }
.pro1-list .item-title a { padding: 0 13px; }
.pro1-list .item-title a:hover { background-color: #ED7405; color: #fff !important; }
@media screen and (max-width: 1619px) { .pro1-list .item-title { line-height: 48px; font-size: 18px; font-size: 1.8rem; } }
@media screen and (max-width: 1419px) { .pro1-list .item-title { font-size: 16px; font-size: 1.6rem; line-height: 40px; }
  .pro1-list .item-title a { padding: 0 10px; } }
@media screen and (max-width: 1219px) { .pro1-list .item-title { font-size: 14px; font-size: 1.4rem; line-height: 36px; }
  .pro1-list .item-title a { padding: 0 6px; } }
@media screen and (max-width: 991px) { .pro1-list .item-title { line-height: 32px; } }
@media screen and (max-width: 767px) { .pro1-list .item-title { line-height: 26px; } }
.pro1-list .item-btnbox { margin-top: 16px; font-size: 0; letter-spacing: 0; text-align: center; }
.pro1-list .item-btnbox input { display: inline-block; vertical-align: middle; margin-right: 16px; }
@media screen and (max-width: 767px) { .pro1-list .item-btnbox { margin-top: 10px; }
  .pro1-list .item-btnbox input { margin-right: 5px; } }
.pro1-list .item-btn { text-align: center; display: inline-block; vertical-align: middle; min-width: 148px; background-color: #ABABAB; font-size: 18px; font-size: 1.8rem; line-height: 44px; color: #fff; }
@media screen and (max-width: 1419px) { .pro1-list .item-btn { min-width: 130px; line-height: 36px; font-size: 16px; font-size: 1.6rem; } }
@media screen and (max-width: 1219px) { .pro1-list .item-btn { min-width: 110px; line-height: 30px; font-size: 14px; font-size: 1.4rem; } }
@media screen and (max-width: 767px) { .pro1-list .item-btn { min-width: 90px; line-height: 24px; font-size: 12px; font-size: 1.2rem; } }
/* .pro1-list end */
.slide-title { font-size: 24px; font-size: 2.4rem; line-height: 1.3; margin-bottom: 20px; position: relative; }
.slide-title.slide-title2 { display: none; }
.slide-title a, .slide-title p { background-color: #036BA5; display: block; color: #fff; padding: 11px 21px; position: relative; }
.slide-title a:hover { background-color: #ED7405; }
.slide-title .iconfont { position: absolute; right: 6px; top: 6px; font-size: 22px; font-size: 2.2rem; font-weight: normal; }
@media screen and (max-width: 1619px) { .slide-title { font-size: 22px; font-size: 2.2rem; }
  .slide-title a, .slide-title p { padding: 10px; } }
@media screen and (max-width: 1219px) { .slide-title { font-size: 20px; font-size: 2rem; margin-bottom: 10px; } }
@media screen and (max-width: 991px) { .slide-title { font-size: 18px; font-size: 1.8rem; }
  .slide-title a, .slide-title p { padding: 8px; }
  .slide-title.slide-title1 { display: none; }
  .slide-title.slide-title2 { display: block; } }
/* proslide start */
.proslide { margin-bottom: 21px; }
.proslide .slide-yiji { /* @media screen and (max-width:767px) { display: none; } */ }
.proslide .slide-yiji > li { width: 100%; margin-bottom: 16px; }
@media screen and (max-width: 1419px) { .proslide .slide-yiji > li { margin-bottom: 10px; } }
@media screen and (max-width: 991px) { .proslide .slide-yiji > li { margin-bottom: 5px; } }
.proslide .slide-yiji > li > a { display: block; font-size: 16px; font-size: 1.6rem; color: #333; line-height: 22px; padding: 12px 10px; border: solid 1px #ccc; }
@media screen and (max-width: 1419px) { .proslide .slide-yiji > li > a { font-size: 14px; font-size: 1.4rem; padding-top: 8px; padding-bottom: 8px; } }
@media screen and (max-width: 1219px) { .proslide .slide-yiji > li > a { font-size: 14px; font-size: 1.4rem; line-height: 20px; padding-top: 8px; padding-bottom: 8px; } }
@media screen and (max-width: 991px) { .proslide .slide-yiji > li > a { font-size: 14px; font-size: 1.4rem; } }
.proslide .slide-yiji > li:hover > a, .proslide .slide-yiji > li.active > a { color: #036BA5; border-color: #036BA5; }
.proslide .slide-erji { padding-top: 4px; display: none;}
.proslide .slide-erji > li > a { display: block; font-size: 16px; font-size: 1.6rem; line-height: 20px; color: #333; padding: 6px 10px 6px 29px; }
.proslide .slide-sanji{display: none;}
.proslide .show{display: block;}
@media screen and (max-width: 1419px) { .proslide .slide-erji > li > a { font-size: 14px; font-size: 1.4rem; } }
@media screen and (max-width: 1219px) { .proslide .slide-erji > li > a { font-size: 14px; font-size: 1.4rem; padding: 5px 10px 5px 15px; } }
.proslide .slide-erji > li:hover > a, .proslide .slide-erji > li.active > a { color: #036BA5; }
.proslide .slide-sanji > li > a { display: block; color: #666; line-height: 20px; padding: 8px 0 8px 50px; }
@media screen and (max-width: 1219px) { .proslide .slide-sanji > li > a { font-size: 12px; font-size: 1.2rem; padding: 5px 0 5px 30px; } }
.proslide .slide-sanji > li:hover > a, .proslide .slide-sanji > li.active > a { color: #036BA5; }
/* proslide end */
/* tags-slide start */
.tags-slide .item-desc { font-size: 0; letter-spacing: 0; }
.tags-slide .item-desc a { display: inline-block; vertical-align: top; border: solid 1px #CCCCCC; margin-right: 7px; margin-bottom: 9px; color: #666; font-size: 16px; font-size: 1.6rem; line-height: 24px; padding: 9px 17px; }
.tags-slide .item-desc a:hover { border-color: #ED7405; background-color: #ED7405; color: #fff; }
@media screen and (max-width: 1419px) { .tags-slide .item-desc a { font-size: 14px; font-size: 1.4rem; line-height: 20px; padding: 5px 10px; } }
@media screen and (max-width: 991px) { .tags-slide .item-desc a { padding: 5px; font-size: 12px; font-size: 1.2rem; margin: 0 5px 5px 0; } }
/* tags-slide end*/
.news-slide { font-size: 0; letter-spacing: 0; }
.news-slide .list-item { display: inline-block; vertical-align: top; width: 100%; margin-bottom: 17px; }
@media screen and (max-width: 991px) { .news-slide .list-item { width: 48%; margin: 0 1% 17px; } }
.news-slide .item-title { margin-top: 23px; font-size: 24px; font-size: 2.4rem; line-height: 1.3; }
@media screen and (max-width: 1619px) { .news-slide .item-title { font-size: 20px; font-size: 2rem; } }
@media screen and (max-width: 1419px) { .news-slide .item-title { font-size: 16px; font-size: 1.6rem; margin-top: 15px; } }
@media screen and (max-width: 991px) { .news-slide .item-title { font-size: 16px; font-size: 1.6rem; margin-top: 10px; } }
@media screen and (max-width: 767px) { .news-slide .item-title { font-size: 14px; font-size: 1.4rem; } }
.news-slide .item-date { margin-top: 3px; font-size: 14px; font-size: 1.4rem; color: #666; line-height: 20px; }
.news-slide .item-date .iconfont { margin-right: 7px; }
@media screen and (max-width: 767px) { .news-slide .item-date { font-size: 12px; font-size: 1.2rem; }
  .news-slide .item-date .iconfont { margin-right: 3px; } }
.news-slide .item-desc { margin-top: 10px; font-size: 16px; font-size: 1.6rem; line-height: 30px; height: 60px; }
@media screen and (max-width: 1419px) { .news-slide .item-desc { margin-top: 5px; font-size: 14px; font-size: 1.4rem; line-height: 24px; height: 48px; } }
@media screen and (max-width: 1219px) { .news-slide .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 24px; height: 48px; } }
@media screen and (max-width: 991px) { .news-slide .item-desc { line-height: 22px; height: 44px; } }
@media screen and (max-width: 767px) { .news-slide .item-desc { font-size: 12px; font-size: 1.2rem; line-height: 20px; height: 40px; margin-top: 6px; } }
/*-------------1-1-products end------------------------------------------------------------*/
/*-------------1-2-products start----------------------------------------------------------*/
.m-prob1 { position: relative; margin-bottom: 50px; }
@media screen and (max-width: 991px) { .m-prob1 { margin-bottom: 40px; } }
@media screen and (max-width: 767px) { .m-prob1 { margin-bottom: 30px; } }
.m-prob1 .prob-pic { width: 46.16477%; margin-right: 4.26136%; float: left; }
@media screen and (max-width: 1419px) { .m-prob1 .prob-pic { margin-right: 2.84091%; } }
@media screen and (max-width: 1219px) { .m-prob1 .prob-pic { float: none; margin: 0 auto; width: 450px; } }
.m-prob1 .prob-pic-big { position: relative; border: solid 1px #999999; }
.m-prob1 .prob-pic-big-img { display: block; line-height: 0; font-size: 0; }
.m-prob1 .prob-pic-big-img .zoomPad { float: none; z-index: 8; }
.m-prob1 .zoomWrapperImage img { max-width: 1200px; }
.m-prob1 .prob-pic-small { position: relative; margin-top: 8px; padding: 0 29px; overflow: hidden; }
.m-prob1 .prob-pic-btn { position: absolute; top: 50%; margin-top: -15px; display: block; cursor: pointer; }
.m-prob1 .prob-pic-btn .iconfont { color: #666; font-size: 30px; font-size: 3rem; }
.m-prob1 .prob-pic-btn .iconfont:hover { color: #ED7405; }
.m-prob1 .prob-pic-btn.prev { left: -1px; }
.m-prob1 .prob-pic-btn.next { right: -1px; }
.m-prob1 .prob-pic-list { overflow: hidden; }
.m-prob1 .prob-pic-list ul { width: 10000%; overflow: hidden; }
.m-prob1 .prob-pic-list li { position: relative; float: left; margin-right: 0.01351%; width: 0.23986%; overflow: hidden; }
.m-prob1 .prob-pic-item .item-pics { border: #999999 1px solid; overflow: hidden; }
.m-prob1 .prob-pic-item .item-pics.zoomThumbActive { border-color: #ED7405; }
.m-prob1 .prob-pic-item .item-pics img { display: block; width: 100%; }
@media screen and (max-width: 1219px) { .zoomPad { cursor: default !important; }
  .zoomPup { display: none !important; }
  .zoomWindow { display: none !important; }
  .zoomPreload { display: none !important; }
  .m-prob1 { margin-top: 0; } }
@media screen and (max-width: 767px) { .m-prob1 .prob-pic { width: 100%; }
  .m-prob1 .prob-pic-big { display: none; }
  .m-prob1 .prob-pic-small { margin-top: 0; padding: 0 35px; }
  .m-prob1 .prob-pic-list ul li { margin-right: .02%; width: 0.32%; }
  .m-prob1 .prob-pic-item .item-pics.zoomThumbActive { border: #999 1px solid; } }
@media screen and (max-width: 640px) { .m-prob1 .prob-pic-list ul li { margin-right: .02%; width: 0.49%; } }
@media screen and (max-width: 480px) { .m-prob1 .prob-pic-list ul li { margin-right: 0%; width: 1%; } }
.pro-info { overflow: hidden; padding-bottom: 111px; }
@media screen and (max-width: 1619px) { .pro-info { padding-bottom: 96px; } }
@media screen and (max-width: 1419px) { .pro-info { padding-bottom: 86px; } }
@media screen and (max-width: 1219px) { .pro-info { width: 100%; margin: 30px auto 0; padding-bottom: 0; } }
.pro-info > .item-title { font-size: 20px; font-size: 2rem; font-weight: bold; color: #ED7405; line-height: 1.3; padding-bottom: 14px; border-bottom: solid 3px #ED7405; }
@media screen and (max-width: 1419px) { .pro-info > .item-title { padding-bottom: 10px; font-size: 18px; font-size: 1.8rem; } }
@media screen and (max-width: 767px) { .pro-info > .item-title { font-size: 16px; font-size: 1.6rem; border-bottom-width: 2px; padding-bottom: 6px; } }
.pro-info .item-body { padding: 37px 0 30px; font-size: 16px; font-size: 1.6rem; line-height: 36px; }
.pro-info .item-body p { min-height: 36px; }
.pro-info .item-body, .pro-info .item-body a { color: #666; font-family: "times new roman";font-size: 18px;}
@media screen and (max-width: 1619px) { .pro-info .item-body { padding: 20px 0 30px; font-size: 14px; font-size: 1.4rem; line-height: 30px; }
  .pro-info .item-body p { min-height: 30px; } }
@media screen and (max-width: 1419px) { .pro-info .item-body { padding: 20px 0 30px; font-size: 14px; font-size: 1.4rem; line-height: 26px; }
  .pro-info .item-body p { min-height: 26px; } }
@media screen and (max-width: 991px) { .pro-info .item-body { line-height: 22px; }
  .pro-info .item-body p { min-height: 22px; } }
@media screen and (max-width: 767px) { .pro-info .item-body { padding-top: 15px; padding-bottom: 20px; font-size: 12px; font-size: 1.2rem; line-height: 20px; }
  .pro-info .item-body p { min-height: 20px; } }
.pro-info .item-btnbox { position: absolute; bottom: 11px; left: 50.5698%; }
@media screen and (max-width: 1619px) { .pro-info .item-btnbox { bottom: 0; } }
@media screen and (max-width: 1219px) { .pro-info .item-btnbox { position: relative; left: 0; } }
.pro-info .pro-share .share-title { font-size: 18px; font-size: 1.8rem; color: #666; }
@media screen and (max-width: 1619px) { .pro-info .pro-share .share-title { font-size: 16px; font-size: 1.6rem; } }
@media screen and (max-width: 1219px) { .pro-info .pro-share .share-title { font-size: 14px; font-size: 1.4rem; } }
@media screen and (max-width: 767px) { .pro-info .pro-share .share-title { font-size: 12px; font-size: 1.2rem; } }
.pro-info .item-btns { font-size: 0; letter-spacing: 0; margin-bottom: 30px; }
@media screen and (max-width: 1419px) { .pro-info .item-btns { margin-bottom: 20px; } }
.pro-info .item-btns .item-btn { display: inline-block; vertical-align: top; min-width: 222px; background-color: #F1F1F1; font-size: 20px; font-size: 2rem; text-align: center; line-height: 44px; color: #333; }
.pro-info .item-btns .item-btn:first-child { margin-right: 18px; }
@media screen and (max-width: 1619px) { .pro-info .item-btns .item-btn { min-width: 180px; line-height: 40px; font-size: 16px; font-size: 1.6rem; } }
@media screen and (max-width: 1219px) { .pro-info .item-btns .item-btn { min-width: 140px; line-height: 36px; font-size: 14px; font-size: 1.4rem; } }
@media screen and (max-width: 767px) { .pro-info .item-btns .item-btn { min-width: 120px; font-size: 12px; font-size: 1.2rem; line-height: 30px; } }
.pro2-title { border-radius: 0px 20px 0px 20px; background-color: #ED7405; color: #fff; font-size: 24px; font-size: 2.4rem; line-height: 1.3; padding: 17px 2.30769%; }
@media screen and (max-width: 1619px) { .pro2-title { font-size: 22px; font-size: 2.2rem; padding-top: 13px; padding-bottom: 13px; } }
@media screen and (max-width: 1419px) { .pro2-title { font-size: 20px; font-size: 2rem; padding-top: 10px; padding-bottom: 10px; } }
@media screen and (max-width: 1219px) { .pro2-title { font-size: 18px; font-size: 1.8rem; } }
@media screen and (max-width: 767px) { .pro2-title { padding-top: 8px; padding-bottom: 8px; font-size: 16px; font-size: 1.6rem; border-radius: 0px 15px 0px 15px; } }
.pro2-spec { padding: 28px 0 56px; font-size: 16px; font-size: 1.6rem; line-height: 34px; }
.pro2-spec h2 strong{padding: 10px 0;}
.pro2-spec h2 strong span{font-size: 26px !important;font-family: "times new roman"}
.pro2-spec p { min-height: 20px; }
.pro2-spec, .pro2-spec a { color: #666; font-family: "times new roman";font-size: 18px;}
@media screen and (max-width: 1619px) { .pro2-spec { line-height: 30px; } }
@media screen and (max-width: 1419px) { .pro2-spec { padding-bottom: 30px; font-size: 14px; font-size: 1.4rem; line-height: 26px; } }
@media screen and (max-width: 1219px) { .pro2-spec { line-height: 24px; } }
@media screen and (max-width: 991px) { .pro2-spec { line-height: 22px; } }
@media screen and (max-width: 767px) { .pro2-spec { line-height: 20px; font-size: 12px; font-size: 1.2rem; } }
.pro2-spec strong { font-size: 18px; font-size: 1.8rem; line-height: 30px; padding: 10px 0 10px 73px; color: #333; display: block; position: relative; font-weight: normal; margin-bottom: 10px; }
.pro2-spec p strong{display:inline-block;padding:0;margin:0;}
@media screen and (max-width: 1619px) { .pro2-spec strong { padding-left: 60px; } }
@media screen and (max-width: 1419px) { .pro2-spec strong { font-size: 16px; font-size: 1.6rem; line-height: 26px; padding: 7px 0 7px 50px; } }
@media screen and (max-width: 991px) { .pro2-spec strong { line-height: 24px; } }
@media screen and (max-width: 767px) { .pro2-spec strong { font-size: 14px; font-size: 1.4rem; line-height: 20px; padding: 5px 0 5px 35px; margin-bottom: 5px; } }
.pro2-spec em { text-align: center; font-style: normal; width: 50px; height: 50px; line-height: 50px; border-radius: 50%; background-color: #036BA5; color: #fff; position: absolute; left: 0; top: 0; }
@media screen and (max-width: 1419px) { .pro2-spec em { width: 40px; height: 40px; line-height: 40px; } }
@media screen and (max-width: 767px) { .pro2-spec em { width: 30px; height: 30px; line-height: 30px; } }
.pro2-spec .item-title { font-size: 24px; font-size: 2.4rem; line-height: 1.3; display: inline-block; border: solid 1px #CCCCCC; padding: 15px 42px; }
@media screen and (max-width: 1619px) { .pro2-spec .item-title { font-size: 22px; font-size: 2.2rem; padding: 10px 30px; } }
@media screen and (max-width: 1419px) { .pro2-spec .item-title { font-size: 20px; font-size: 2rem; } }
@media screen and (max-width: 1219px) { .pro2-spec .item-title { font-size: 18px; font-size: 1.8rem; padding: 8px 20px; } }
@media screen and (max-width: 991px) { .pro2-spec .item-title { font-size: 16px; font-size: 1.6rem; } }
@media screen and (max-width: 767px) { .pro2-spec .item-title { font-size: 14px; font-size: 1.4rem; padding: 5px 10px; } }
.pro2-spec .table table tr td { text-align: center; }
.pro2-app { padding: 48px 0; font-size: 16px; font-size: 1.6rem; line-height: 34px; }
.pro2-app p { min-height: 34px; }
.pro2-app, .pro2-app a { color: #666; font-family: "times new roman";font-size: 18px;}
@media screen and (max-width: 1619px) { .pro2-app { padding: 30px 0; font-size: 20px; font-size: 2rem; line-height: 30px; }
  .pro2-app p { min-height: 30px; } }
@media screen and (max-width: 1419px) { .pro2-app { font-size: 16px; font-size: 1.6rem; line-height: 26px; }
  .pro2-app p { min-height: 26px; } }
@media screen and (max-width: 1219px) { .pro2-app { font-size: 14px; font-size: 1.4rem; line-height: 24px; }
  .pro2-app p { min-height: 24px; } }
@media screen and (max-width: 991px) { .pro2-app { line-height: 22px; }
  .pro2-app p { min-height: 22px; } }
@media screen and (max-width: 767px) { .pro2-app { padding: 20px 0 30px; line-height: 20px; }
  .pro2-app p { min-height: 20px; } }
.pro2-app table { border-color: #000; }
.pro2-app table tr:nth-child(2n) { background-color: #efefef; }
.pro2-app table tr td { text-align: center; color: #666; border-color: #000; }
.pro2-tags { font-size: 0; letter-spacing: 0; margin-top: 26px; }
@media screen and (max-width: 767px) { .pro2-tags { margin-top: 20px; } }
.pro2-tags a { display: inline-block; vertical-align: top; border: solid 1px #CCCCCC; margin-right: 7px; margin-bottom: 9px; color: #666; font-size: 16px; font-size: 1.6rem; line-height: 24px; padding: 9px 17px; }
.pro2-tags a:hover { border-color: #ED7405; background-color: #ED7405; color: #fff; }
@media screen and (max-width: 1419px) { .pro2-tags a { font-size: 14px; font-size: 1.4rem; line-height: 20px; padding: 5px 10px; } }
@media screen and (max-width: 991px) { .pro2-tags a { padding: 5px; font-size: 12px; font-size: 1.2rem; margin: 0 5px 5px 0; } }
.hot-box { margin-top: 64px; }
@media screen and (max-width: 1419px) { .hot-box { margin-top: 50px; } }
@media screen and (max-width: 991px) { .hot-box { margin-top: 35px; } }
@media screen and (max-width: 767px) { .hot-box { margin-top: 25px; } }
.hot-box .box-title { font-size: 34px; font-size: 3.4rem; line-height: 1.3; font-weight: bold; text-transform: uppercase; }
.hot-box .box-title a:hover { color: #ED7405; }
@media screen and (max-width: 1419px) { .hot-box .box-title { font-size: 30px; font-size: 3rem; } }
@media screen and (max-width: 1219px) { .hot-box .box-title { font-size: 26px; font-size: 2.6rem; } }
@media screen and (max-width: 991px) { .hot-box .box-title { font-size: 24px; font-size: 2.4rem; } }
@media screen and (max-width: 767px) { .hot-box .box-title { font-size: 20px; font-size: 2rem; } }
.hot-box .hot-owl { position: relative; width: 100.6044%; margin-left: -0.3022%; padding-top: 29px; }
@media screen and (max-width: 991px) { .hot-box .hot-owl { padding-top: 20px; } }
.hot-box .hot-owl .owl-buttons { display: none !important; }
.hot-box .hot-owl .owl-btns { font-size: 0; letter-spacing: 0; position: absolute; right: 0.39286%; top: -48px; }
@media screen and (max-width: 1619px) { .hot-box .hot-owl .owl-btns { top: -44px; } }
@media screen and (max-width: 1419px) { .hot-box .hot-owl .owl-btns { top: -38px; } }
@media screen and (max-width: 1219px) { .hot-box .hot-owl .owl-btns { top: -32px; } }
@media screen and (max-width: 991px) { .hot-box .hot-owl .owl-btns { top: -26px; } }
@media screen and (max-width: 767px) { .hot-box .hot-owl .owl-btns { top: -20px; } }
.hot-box .hot-owl .owl-btns .owl-btn { display: inline-block; vertical-align: top; font-size: 52px; font-size: 5.2rem; line-height: 1; color: #999; text-align: center; cursor: pointer; -webkit-transition: all .35s; -o-transition: all .35s; -moz-transition: all .35s; transition: all .35s; }
.hot-box .hot-owl .owl-btns .owl-btn:hover { color: #036BA5; }
.hot-box .hot-owl .owl-btns .owl-btn.disabled { opacity: 0.2; filter: alpha(opacity=20); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)"; cursor: auto; }
@media screen and (max-width: 1619px) { .hot-box .hot-owl .owl-btns .owl-btn { font-size: 44px; font-size: 4.4rem; } }
@media screen and (max-width: 1419px) { .hot-box .hot-owl .owl-btns .owl-btn { font-size: 38px; font-size: 3.8rem; } }
@media screen and (max-width: 1219px) { .hot-box .hot-owl .owl-btns .owl-btn { font-size: 32px; font-size: 3.2rem; } }
@media screen and (max-width: 991px) { .hot-box .hot-owl .owl-btns .owl-btn { font-size: 26px; font-size: 2.6rem; } }
@media screen and (max-width: 767px) { .hot-box .hot-owl .owl-btns .owl-btn { font-size: 20px; font-size: 2rem; } }
.hot-box .hot-owl .owl-btns .item-prev { margin-right: 24px; }
@media screen and (max-width: 1419px) { .hot-box .hot-owl .owl-btns .item-prev { margin-right: 20px; } }
@media screen and (max-width: 991px) { .hot-box .hot-owl .owl-btns .item-prev { margin-right: 15px; } }
@media screen and (max-width: 767px) { .hot-box .hot-owl .owl-btns .item-prev { margin-right: 10px; } }
.hot-box .hot-owl .list-item { margin: 0 1.20879%; border: solid 1px #999999; }
@media screen and (max-width: 991px) { .hot-box .hot-owl .list-item { margin: 0 5px; } }
.hot-box .hot-owl .item-body { position: relative; }
.hot-box .hot-owl .item-body:hover .item-btn { background-color: #036BA5; }
.hot-box .hot-owl .item-body:hover .item-title a { background-color: #ED7405; color: #fff !important; }
.hot-box .hot-owl .item-body .item-btn { float: right; text-align: center; display: block; width: 63px; line-height: 57px; height: 57px; background-color: #ED7405; font-size: 30px; font-size: 3rem; color: #fff; }
@media screen and (max-width: 1619px) { .hot-box .hot-owl .item-body .item-btn { line-height: 48px; height: 48px; font-size: 28px; font-size: 2.8rem; width: 50px; } }
@media screen and (max-width: 1419px) { .hot-box .hot-owl .item-body .item-btn { width: 40px; line-height: 40px; height: 40px; font-size: 24px; font-size: 2.4rem; } }
@media screen and (max-width: 1219px) { .hot-box .hot-owl .item-body .item-btn { width: 36px; line-height: 36px; height: 36px; font-size: 20px; font-size: 2rem; } }
.hot-box .hot-owl .item-body .item-title { background-color: #036BA5; background-color: rgba(3, 107, 165, 0.8); line-height: 57px; font-size: 20px; font-size: 2rem; }
.hot-box .hot-owl .item-body .item-title a { padding: 0 13px; }
.hot-box .hot-owl .item-body .item-title, .hot-box .hot-owl .item-body .item-title a { color: #fff; }
@media screen and (max-width: 1619px) { .hot-box .hot-owl .item-body .item-title { line-height: 48px; font-size: 18px; font-size: 1.8rem; } }
@media screen and (max-width: 1419px) { .hot-box .hot-owl .item-body .item-title { font-size: 16px; font-size: 1.6rem; line-height: 40px; }
  .hot-box .hot-owl .item-body .item-title a { padding: 0 10px; } }
@media screen and (max-width: 1219px) { .hot-box .hot-owl .item-body .item-title { font-size: 14px; font-size: 1.4rem; line-height: 36px; }
  .hot-box .hot-owl .item-body .item-title a { padding: 0 6px; } }
/*-------------1-2-products end------------------------------------------------------------*/
/*-------------2-1-application start-------------------------------------------------------*/
.app1-list { display: flex;padding-bottom: 12px; font-size: 0; letter-spacing: 0; flex-wrap: wrap;justify-content: space-between;}
.app1-list .list-item { display: inline-block; vertical-align: top; width: 32%; margin-bottom: 20px; background-color: #F7F7F7; }
@media screen and (max-width: 480px) { .app1-list .list-item { width: 48%; margin: 0 1% 20px; } }
/*.app1-list .item-pic { float: left; width: 623px; }*/
@media screen and (max-width: 1619px) { .app1-list .item-pic { width: 510px; } }
@media screen and (max-width: 1419px) { .app1-list .item-pic { width: 380px; } }
@media screen and (max-width: 1219px) { .app1-list .item-pic { width: 330px; } }
@media screen and (max-width: 991px) { .app1-list .item-pic { width: 310px; } }
@media screen and (max-width: 767px) { .app1-list .item-pic { width: 230px; } }
@media screen and (max-width: 480px) { .app1-list .item-pic { float: none; width: 100%; margin: 0 auto; } }
.app1-list .item-body { overflow: hidden; padding: 0 40px; }
@media screen and (max-width: 1619px) { .app1-list .item-body { padding: 0 20px; } }
@media screen and (max-width: 1219px) { .app1-list .item-body { padding: 0 15px; } }
@media screen and (max-width: 480px) { .app1-list .item-body { padding: 10px 5px; } }
.app1-list .item-title { font-size: 20px; font-size: 2rem; line-height: 1.3; border-bottom: solid 3px #DADADA; max-width: 635px; margin-top: 33px; -webkit-transition: all .35s; -o-transition: all .35s; -moz-transition: all .35s; transition: all .35s; }
.app1-list .item-title a { padding-bottom: 15px; }
.app1-list .item-title:hover { border-bottom-color: #ED7405; }
.app1-list .item-title:hover a { color: #036BA5 !important; }
@media screen and (max-width: 1419px) { .app1-list .item-title { font-size: 18px; font-size: 1.8rem; margin-top: 20px; }
  .app1-list .item-title a { padding-bottom: 10px; } }
@media screen and (max-width: 1219px) { .app1-list .item-title { font-size: 16px; font-size: 1.6rem; }
  .app1-list .item-title a { padding-bottom: 7px; } }
@media screen and (max-width: 991px) { .app1-list .item-title { font-size: 14px; font-size: 1.4rem; margin-top: 15px; } }
@media screen and (max-width: 767px) { .app1-list .item-title { font-size: 14px; font-size: 1.4rem; border-bottom-width: 1px; margin-top: 10px; }
  .app1-list .item-title a { padding-bottom: 5px; } }
@media screen and (max-width: 480px) { .app1-list .item-title { margin-top: 0; } }
.app1-list .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 30px;margin: 20px; height: 60px;}
@media screen and (max-width: 1619px) { .app1-list .item-desc { margin-top: 20px; } }
@media screen and (max-width: 1419px) { .app1-list .item-desc { margin-top: 15px; font-size: 14px; font-size: 1.4rem; line-height: 26px; height: 104px; } }
@media screen and (max-width: 1219px) { .app1-list .item-desc { margin-top: 10px; line-height: 22px; height: 88px; } }
@media screen and (max-width: 767px) { .app1-list .item-desc { font-size: 12px; font-size: 1.2rem; line-height: 20px; height: 60px; margin-top: 8px; }
  .app1-list .item-desc a { -webkit-line-clamp: 3; } }
.app1-list .item-btn { margin-top: 100px; display: inline-block; min-width: 119px; line-height: 34px; text-align: center; background-color: #9A9A9A; font-size: 18px; font-size: 1.8rem; color: #fff; }
@media screen and (max-width: 1619px) { .app1-list .item-btn { margin-top: 50px; font-size: 16px; font-size: 1.6rem; } }
@media screen and (max-width: 1419px) { .app1-list .item-btn { margin-top: 20px; font-size: 14px; font-size: 1.4rem; } }
@media screen and (max-width: 1219px) { .app1-list .item-btn { line-height: 30px; min-width: 110px; margin-top: 15px; } }
@media screen and (max-width: 767px) { .app1-list .item-btn { font-size: 12px; font-size: 1.2rem; min-width: 90px; line-height: 26px; margin-top: 10px; } }
/*-------------2-1-application end---------------------------------------------------------*/
/*-------------2-2-application start-------------------------------------------------------*/
.app2-main .item-title { font-size: 34px; font-size: 3.4rem; text-align: center; line-height: 1.3; margin-bottom: 70px; }
@media screen and (max-width: 1419px) { .app2-main .item-title { font-size: 30px; font-size: 3rem; margin-bottom: 50px; } }
@media screen and (max-width: 1219px) { .app2-main .item-title { font-size: 26px; font-size: 2.6rem; margin-bottom: 30px; } }
@media screen and (max-width: 991px) { .app2-main .item-title { font-size: 22px; font-size: 2.2rem; margin-bottom: 20px; } }
@media screen and (max-width: 767px) { .app2-main .item-title { font-size: 18px; font-size: 1.8rem; margin-bottom: 20px; } }
.app2-main .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 30px; }
.app2-main .item-desc p { min-height: 30px; }
.app2-main .item-desc strong { font-size: 20px; font-size: 2rem; color: #333; }
.app2-main .item-desc, .app2-main .item-desc a { color: #666;font-family: "times new roman";font-size: 18px; }
@media screen and (max-width: 1219px) { .app2-main .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 26px; }
  .app2-main .item-desc p { min-height: 26px; }
  .app2-main .item-desc strong { font-size: 18px; font-size: 1.8rem; } }
@media screen and (max-width: 991px) { .app2-main .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 22px; }
  .app2-main .item-desc p { min-height: 22px; }
  .app2-main .item-desc strong { font-size: 16px; font-size: 1.6rem; } }
@media screen and (max-width: 767px) { .app2-main .item-desc { font-size: 12px; font-size: 1.2rem; line-height: 20px; }
  .app2-main .item-desc p { min-height: 20px; }
  .app2-main .item-desc strong { font-size: 14px; font-size: 1.4rem; } }
/*-------------2-2-application end---------------------------------------------------------*/
/*-------------3-1-service start-----------------------------------------------------------*/
.video-main .top-item { background-color: #005797; margin-bottom: 45px; margin-top: 6.31868%; position: relative; }
@media screen and (max-width: 767px) { .video-main .top-item { margin-bottom: 30px; margin-top: 0; } }
.video-main .top-item .item-videobox { float: right; width: 54.3956%; margin-top: -6.31868%; overflow: hidden; }
@media screen and (max-width: 767px) { .video-main .top-item .item-videobox { width: 100%; margin: 0 auto; float: none; } }
.video-main .top-item .item-videobox .item-video { position: relative; overflow: hidden; padding-bottom: 62.25681%; height: 0; }
.video-main .top-item .item-videobox .item-video iframe, .video-main .top-item .item-videobox .item-video video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; }
.video-main .top-item .item-videobox .item-video iframe body { margin: 0px !important; }
.video-main .top-item .item-body { position: absolute; width: 45.6044%; top: 0; bottom: 0; left: 0; padding-left: 3.2967%; padding-right: 3.2967%; }
@media screen and (max-width: 1419px) { .video-main .top-item .item-body { padding-left: 2.1978%; padding-right: 2.1978%; } }
@media screen and (max-width: 767px) { .video-main .top-item .item-body { position: relative; width: 100%; padding: 20px 15px 30px; } }
.video-main .top-item .item-title { overflow: visible; font-size: 30px; font-size: 3rem; line-height: 1.3; position: relative; color: #fff; padding-bottom: 19px; }
.video-main .top-item .item-title:before { position: absolute; content: ''; width: 10.36145%; height: 6px; background-color: #fff; bottom: 0; }
@media screen and (max-width: 1419px) { .video-main .top-item .item-title { font-size: 28px; font-size: 2.8rem; padding-bottom: 15px; }
  .video-main .top-item .item-title:before { height: 4px; } }
@media screen and (max-width: 1219px) { .video-main .top-item .item-title { font-size: 24px; font-size: 2.4rem; } }
@media screen and (max-width: 991px) { .video-main .top-item .item-title { font-size: 22px; font-size: 2.2rem; padding-bottom: 10px; }
  .video-main .top-item .item-title:before { height: 3px; } }
@media screen and (max-width: 767px) { .video-main .top-item .item-title { font-size: 20px; font-size: 2rem; } }
.video-main .top-item .item-desc { margin-top: 42px; overflow: visible; font-size: 16px; font-size: 1.6rem; line-height: 30px; color: #fff; }
.video-main .top-item .item-desc p { min-height: 30px; }
@media screen and (max-width: 1619px) { .video-main .top-item .item-desc { margin-top: 20px; } }
@media screen and (max-width: 1419px) { .video-main .top-item .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 26px; }
  .video-main .top-item .item-desc p { min-height: 26px; } }
@media screen and (max-width: 1219px) { .video-main .top-item .item-desc { margin-top: 15px; line-height: 22px; }
  .video-main .top-item .item-desc p { min-height: 22px; } }
@media screen and (max-width: 991px) { .video-main .top-item .item-desc { margin-top: 10px; font-size: 12px; font-size: 1.2rem; line-height: 20px; }
  .video-main .top-item .item-desc p { min-height: 20px; } }
.video-main .box-list { font-size: 0; letter-spacing: 0; padding-bottom: 14px; }
.video-main .box-list .list-item { display: inline-block; vertical-align: top; width: 32.52747%; margin-left: 1.20879%; margin-bottom: 43px; text-align: center; }
@media screen and (max-width: 1419px) { .video-main .box-list .list-item { margin-bottom: 40px; } }
@media screen and (max-width: 1219px) { .video-main .box-list .list-item { margin-bottom: 30px; } }
@media screen and (max-width: 767px) { .video-main .box-list .list-item { margin-bottom: 20px; } }
@media screen and (max-width: 767px) { .video-main .box-list .list-item { width: 48%; margin-left: 1% !important; margin-right: 1%; margin-bottom: 20px; } }
@media screen and (max-width: 400px) { .video-main .box-list .list-item { width: 100%; margin-left: 0; margin-right: 0; } }
.video-main .box-list .item-videobox { width: 100%; overflow: hidden; margin: 0 auto; }
.video-main .box-list .item-videobox .item-video { position: relative; overflow: hidden; padding-bottom: 62.25681%; height: 0; }
.video-main .box-list .item-videobox .item-video iframe, .video-main .box-list .item-videobox .item-video video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; }
.video-main .box-list .item-videobox .item-video iframe body { margin: 0px !important; }
.video-main .box-list .item-title { font-size: 20px; font-size: 2rem; line-height: 1.3; margin-top: 14px; }
@media screen and (max-width: 1419px) { .video-main .box-list .item-title { font-size: 18px; font-size: 1.8rem; } }
@media screen and (max-width: 1219px) { .video-main .box-list .item-title { font-size: 16px; font-size: 1.6rem; } }
@media screen and (max-width: 991px) { .video-main .box-list .item-title { font-size: 14px; font-size: 1.4rem; margin-top: 10px; } }
@media screen and (max-width: 767px) { .video-main .box-list .item-title { font-size: 12px; font-size: 1.2rem; } }
/*-------------3-1-service end-------------------------------------------------------------*/
/*-------------3-2-service start-----------------------------------------------------------*/
.page-title { text-align: center; font-size: 40px; font-size: 4rem; font-weight: bold; line-height: 1.3; text-transform: uppercase; position: relative; padding-bottom: 20px; }
.page-title:before { position: absolute; content: ''; width: 9.83516%; height: 8px; background-color: #036BA5; margin: 0 auto; left: 0; right: 0; bottom: 0; }
@media screen and (max-width: 1619px) { .page-title { font-size: 36px; font-size: 3.6rem; }
  .page-title:before { height: 7px; } }
@media screen and (max-width: 1419px) { .page-title { font-size: 32px; font-size: 3.2rem; }
  .page-title:before { height: 6px; } }
@media screen and (max-width: 1219px) { .page-title { font-size: 28px; font-size: 2.8rem; }
  .page-title:before { height: 5px; } }
@media screen and (max-width: 991px) { .page-title { font-size: 24px; font-size: 2.4rem; padding-bottom: 15px; }
  .page-title:before { height: 4px; } }
@media screen and (max-width: 767px) { .page-title { font-size: 20px; font-size: 2rem; padding-bottom: 10px; }
  .page-title:before { height: 3px; } }
.s2-main .page-title { margin-bottom: 32px; }
@media screen and (max-width: 991px) { .s2-main .page-title { margin-bottom: 30px; } }
@media screen and (max-width: 767px) { .s2-main .page-title { margin-bottom: 20px; } }
.ex-item { margin-bottom: 42px; }
@media screen and (max-width: 1219px) { .ex-item { margin-bottom: 35px; } }
@media screen and (max-width: 991px) { .ex-item { margin-bottom: 30px; } }
@media screen and (max-width: 767px) { .ex-item { margin-bottom: 20px; } }
.ex-item .item-title { margin-bottom: 24px; font-size: 28px; font-size: 2.8rem; font-weight: bold; line-height: 1.3; position: relative; padding-left: 28px; }
@media screen and (max-width: 1419px) { .ex-item .item-title { font-size: 24px; font-size: 2.4rem; margin-bottom: 20px; } }
@media screen and (max-width: 1219px) { .ex-item .item-title { font-size: 22px; font-size: 2.2rem; padding-left: 20px; margin-bottom: 15px; } }
@media screen and (max-width: 991px) { .ex-item .item-title { font-size: 18px; font-size: 1.8rem; } }
@media screen and (max-width: 767px) { .ex-item .item-title { font-size: 16px; font-size: 1.6rem; padding-left: 15px; } }
@media screen and (max-width: 480px) { .ex-item .item-title { font-size: 14px; font-size: 1.4rem; } }
.ex-item .item-title:before { position: absolute; content: ''; width: 16px; height: 16px; background-color: #ED7405; left: 0; top: 10px; }
@media screen and (max-width: 1419px) { .ex-item .item-title:before { top: 8px; width: 14px; height: 14px; } }
@media screen and (max-width: 1219px) { .ex-item .item-title:before { width: 12px; height: 12px; } }
@media screen and (max-width: 991px) { .ex-item .item-title:before { width: 10px; height: 10px; top: 6px; } }
@media screen and (max-width: 767px) { .ex-item .item-title:before { width: 8px; height: 8px; } }
.ex-item .item-desc { background-color: #e5f0f6; padding: 26px 30px 46px; font-size: 16px; font-size: 1.6rem; line-height: 34px; }
.ex-item .item-desc p { min-height: 34px; }
@media screen and (max-width: 1419px) { .ex-item .item-desc { padding: 25px 20px; line-height: 30px; }
  .ex-item .item-desc p { min-height: 30px; } }
@media screen and (max-width: 1219px) { .ex-item .item-desc { padding: 20px; font-size: 14px; font-size: 1.4rem; line-height: 26px; }
  .ex-item .item-desc p { min-height: 26px; } }
@media screen and (max-width: 991px) { .ex-item .item-desc { padding: 15px; font-size: 12px; font-size: 1.2rem; line-height: 22px; }
  .ex-item .item-desc p { min-height: 22px; } }
@media screen and (max-width: 767px) { .ex-item .item-desc { font-size: 12px; font-size: 1.2rem; line-height: 20px; }
  .ex-item .item-desc p { min-height: 20px; } }
.center-item { margin-bottom: 50px; }
@media screen and (max-width: 1219px) { .center-item { margin-bottom: 40px; } }
@media screen and (max-width: 991px) { .center-item { margin-bottom: 30px; } }
@media screen and (max-width: 767px) { .center-item { margin-bottom: 20px; } }
.center-item .box-title { font-size: 24px; font-size: 2.4rem; font-weight: bold; line-height: 30px; position: relative; padding-left: 36px; margin-bottom: 22px; }
@media screen and (max-width: 1419px) { .center-item .box-title { font-size: 20px; font-size: 2rem; } }
@media screen and (max-width: 1219px) { .center-item .box-title { font-size: 18px; font-size: 1.8rem; line-height: 26px; padding-left: 32px; } }
@media screen and (max-width: 991px) { .center-item .box-title { font-size: 16px; font-size: 1.6rem; margin-bottom: 15px; } }
@media screen and (max-width: 767px) { .center-item .box-title { font-size: 14px; font-size: 1.4rem; line-height: 20px; padding-left: 25px; margin-bottom: 10px; } }
.center-item .box-title strong { position: absolute; left: 0; width: 30px; height: 30px; line-height: 30px; border-radius: 50%; background-color: #036BA5; color: #fff; text-align: center; font-size: 18px; font-size: 1.8rem; font-weight: normal; }
@media screen and (max-width: 1419px) { .center-item .box-title strong { font-size: 18px; font-size: 1.8rem; } }
@media screen and (max-width: 1219px) { .center-item .box-title strong { font-size: 16px; font-size: 1.6rem; width: 26px; height: 26px; line-height: 26px; } }
@media screen and (max-width: 991px) { .center-item .box-title strong { font-size: 14px; font-size: 1.4rem; } }
@media screen and (max-width: 767px) { .center-item .box-title strong { font-size: 12px; font-size: 1.2rem; width: 20px; height: 20px; line-height: 20px; } }
.center-item .list-item { background-color: #F2F2F2; }
.center-item .list-item .item-pic { float: left; width: 444px; margin-right: 3.02198%; border: solid 1px #999999; }
@media screen and (max-width: 1419px) { .center-item .list-item .item-pic { margin-right: 1.64835%; } }
@media screen and (max-width: 1219px) { .center-item .list-item .item-pic { width: 380px; } }
@media screen and (max-width: 991px) { .center-item .list-item .item-pic { width: 300px; } }
@media screen and (max-width: 767px) { .center-item .list-item .item-pic { width: 200px; } }
@media screen and (max-width: 480px) { .center-item .list-item .item-pic { width: 100%; float: none; } }
.center-item .list-item .item-body { overflow: hidden; padding: 36px 15px 1px 0; font-size: 20px; font-size: 2rem; line-height: 30px; }
@media screen and (max-width: 1419px) { .center-item .list-item .item-body { font-size: 18px; font-size: 1.8rem; padding: 30px 15px 1px 0; } }
@media screen and (max-width: 1219px) { .center-item .list-item .item-body { font-size: 16px; font-size: 1.6rem; line-height: 28px; } }
@media screen and (max-width: 991px) { .center-item .list-item .item-body { font-size: 14px; font-size: 1.4rem; line-height: 24px; padding: 20px 15px 1px 0; } }
@media screen and (max-width: 767px) { .center-item .list-item .item-body { font-size: 12px; font-size: 1.2rem; line-height: 20px; padding: 15px 15px 6px 0; } }
@media screen and (max-width: 480px) { .center-item .list-item .item-body { padding: 15px; } }
.center-item .list-item .item-body p { margin-bottom: 22px; padding-left: 30px; position: relative; }
.center-item .list-item .item-body p:before { position: absolute; content: '\e604'; font-family: "iconfont" !important; font-style: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; color: #036BA5; left: 0; top: 0; }
@media screen and (max-width: 1419px) { .center-item .list-item .item-body p { margin-bottom: 20px; } }
@media screen and (max-width: 1219px) { .center-item .list-item .item-body p { margin-bottom: 10px; padding-left: 25px; } }
@media screen and (max-width: 991px) { .center-item .list-item .item-body p { padding-left: 20px; } }
@media screen and (max-width: 767px) { .center-item .list-item .item-body p { padding-left: 15px; margin-bottom: 6px; } }
.faq-main { padding-top: 32px; }
@media screen and (max-width: 1219px) { .faq-main { padding-top: 20px; } }
@media screen and (max-width: 767px) { .faq-main { padding-top: 10px; } }
.faq-main .page-title { margin-bottom: 45px; }
@media screen and (max-width: 1219px) { .faq-main .page-title { margin-bottom: 40px; } }
@media screen and (max-width: 991px) { .faq-main .page-title { margin-bottom: 30px; } }
@media screen and (max-width: 767px) { .faq-main .page-title { margin-bottom: 20px; } }
.faq-main .page-title:before { width: 4.72527%; }
.faq-main .box-list { padding-bottom: 23px; }
@media screen and (max-width: 767px) { .faq-main .box-list { padding-bottom: 10px; } }
.faq-main .box-list .list-item { margin-bottom: 37px; }
@media screen and (max-width: 1219px) { .faq-main .box-list .list-item { margin-bottom: 30px; } }
@media screen and (max-width: 991px) { .faq-main .box-list .list-item { margin-bottom: 30px; } }
@media screen and (max-width: 767px) { .faq-main .box-list .list-item { margin-bottom: 20px; } }
.faq-main .box-list .item-title { background-color: #036BA5; font-size: 20px; font-size: 2rem; line-height: 1.3; color: #fff; padding: 22px 14px; cursor: pointer; }
@media screen and (max-width: 1419px) { .faq-main .box-list .item-title { font-size: 20px; font-size: 2rem; padding: 15px; } }
@media screen and (max-width: 1219px) { .faq-main .box-list .item-title { font-size: 18px; font-size: 1.8rem; padding: 10px; } }
@media screen and (max-width: 991px) { .faq-main .box-list .item-title { font-size: 16px; font-size: 1.6rem; } }
@media screen and (max-width: 767px) { .faq-main .box-list .item-title { font-size: 14px; font-size: 1.4rem; padding: 8px 10px; } }
.faq-main .box-list .item-desc { padding: 30px 15px 0; font-size: 16px; font-size: 1.6rem; line-height: 34px; }
.faq-main .box-list .item-desc p { min-height: 34px; }
@media screen and (max-width: 1419px) { .faq-main .box-list .item-desc { padding: 15px 15px 0; font-size: 16px; font-size: 1.6rem; line-height: 30px; }
  .faq-main .box-list .item-desc p { min-height: 30px; } }
@media screen and (max-width: 1219px) { .faq-main .box-list .item-desc { padding: 15px 10px 0; font-size: 14px; font-size: 1.4rem; line-height: 26px; }
  .faq-main .box-list .item-desc p { min-height: 26px; } }
@media screen and (max-width: 991px) { .faq-main .box-list .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 24px; }
  .faq-main .box-list .item-desc p { min-height: 24px; } }
@media screen and (max-width: 767px) { .faq-main .box-list .item-desc { font-size: 12px; font-size: 1.2rem; line-height: 20px; }
  .faq-main .box-list .item-desc p { min-height: 20px; } }
/*-------------3-2-service end-------------------------------------------------------------*/
/*-------------3-3-service start-----------------------------------------------------------*/
.download-list { padding-bottom: 16px; }
@media screen and (max-width: 767px) { .download-list { padding-bottom: 0; } }
.download-list .list-item { border-bottom: dashed 1px #ccc; padding-bottom: 41px; margin-bottom: 37px; }
.download-list .list-item:last-child { border-bottom: 0; }
@media screen and (max-width: 1219px) { .download-list .list-item { padding-bottom: 30px; margin-bottom: 30px; } }
@media screen and (max-width: 767px) { .download-list .list-item { padding-bottom: 25px; margin-bottom: 25px; } }
@media screen and (max-width: 480px) { .download-list .list-item { padding-bottom: 15px; margin-bottom: 15px; } }
.download-list .item-pic { float: left; width: 211px; margin-right: 1.92308%; border: solid 1px #C9C9C9; padding: 8px; }
@media screen and (max-width: 991px) { .download-list .item-pic { width: 180px; } }
@media screen and (max-width: 767px) { .download-list .item-pic { width: 150px; margin-right: 10px; } }
@media screen and (max-width: 480px) { .download-list .item-pic { width: 120px; padding: 5px; } }
.download-list .item-title { font-size: 16px; font-size: 1.6rem; line-height: 1.3; margin-bottom: 23px; margin-top: 44px; overflow: visible; }
@media screen and (max-width: 1219px) { .download-list .item-title { margin-top: 15px; margin-bottom: 15px; } }
@media screen and (max-width: 991px) { .download-list .item-title { margin-bottom: 10px; } }
@media screen and (max-width: 767px) { .download-list .item-title { font-size: 14px; font-size: 1.4rem; margin-top: 5px; margin-bottom: 10px; } }
.download-list .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 30px; min-height: 120px; margin-bottom: 15px; overflow: visible; }
@media screen and (max-width: 1419px) { .download-list .item-desc { line-height: 26px; min-height: 104px; margin-bottom: 20px; } }
@media screen and (max-width: 991px) { .download-list .item-desc { line-height: 24px; min-height: 120px; } }
@media screen and (max-width: 767px) { .download-list .item-desc { font-size: 12px; font-size: 1.2rem; line-height: 20px; min-height: 80px; margin-bottom: 15px; } }
.download-list .item-btn { display: inline-block; min-width: 138px; line-height: 24px; padding: 6px; background-color: #036BA5; text-align: center; color: #fff; font-size: 16px; font-size: 1.6rem; }
.download-list .item-btn .iconfont { font-size: 24px; font-size: 2.4rem; vertical-align: middle; margin-right: 8px; }
@media screen and (max-width: 991px) { .download-list .item-btn { min-width: 120px; padding: 4px; font-size: 14px; font-size: 1.4rem; }
  .download-list .item-btn .iconfont { font-size: 20px; font-size: 2rem; margin-right: 6px; } }
@media screen and (max-width: 767px) { .download-list .item-btn { padding: 3px; min-width: 100px; font-size: 12px; font-size: 1.2rem; }
  .download-list .item-btn .iconfont { font-size: 14px; font-size: 1.4rem; margin-right: 3px; } }
/*-------------3-3-service end-------------------------------------------------------------*/
/*-------------4-1-about start-------------------------------------------------------------*/
.about-bar { border-top: solid 1px #E6E6E6; border-bottom: solid 1px #E6E6E6; box-shadow: 0px 7px 8px 0px rgba(167, 167, 167, 0.2); background-color: #036BA5; }
.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: 18px; font-size: 1.8rem; color: #fff; line-height: 24px; text-align: center; width: 25%; padding: 10px 10px 11px; position: relative; -webkit-transition: all .35s; -o-transition: all .35s; -moz-transition: all .35s; transition: all .35s; }
.about-bar .item:before { bottom: 0; position: absolute; content: '\e639'; display: block; margin: 0 auto; left: 0; right: 0; font-family: "iconfont" !important; font-size: 36px; font-size: 3.6rem; line-height: 36px; font-style: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -webkit-transition: all .35s; -o-transition: all .35s; -moz-transition: all .35s; transition: all .35s; color: #ED7405; display: none; z-index: 0; }
.about-bar .item span, .about-bar .item .iconfont { position: relative; z-index: 2; display: block; }
.about-bar .item:first-child { margin-left: 0; }
.about-bar .item:hover, .about-bar .item.active { background-color: #ED7405; color: #fff; }
.about-bar .item:hover:before, .about-bar .item.active:before { display: block; bottom: -13px; }
.about-bar .item .iconfont { height: 50px; line-height: 50px; margin-bottom: 8px; display: block; font-size: 48px; font-size: 4.8rem; }
@media screen and (max-width: 1419px) { .about-bar .item .iconfont { font-size: 42px; font-size: 4.2rem; height: auto; line-height: 1; margin-bottom: 5px; } }
@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: 36px; font-size: 3.6rem; margin-bottom: 3px; } }
@media screen and (max-width: 991px) { .about-bar .item { font-size: 14px; font-size: 1.4rem; line-height: 1.3; }
  .about-bar .item .iconfont { font-size: 32px; font-size: 3.2rem; }
  .about-bar .item:hover:before, .about-bar .item.active:before { bottom: -10px; } }
@media screen and (max-width: 767px) { .about-bar .item { font-size: 12px; font-size: 1.2rem; }
  .about-bar .item .iconfont { font-size: 28px; font-size: 2.8rem; }
  .about-bar .item:hover:before, .about-bar .item.active:before { bottom: -8px; } }
@media screen and (max-width: 640px) { .about-bar .item { padding: 5px; width: 50%; }
  .about-bar .item .iconfont { font-size: 24px; font-size: 2.4rem; }
  .about-bar .item:before { display: none !important; } }
.about1-box1 { margin-top: 69px; margin-bottom: 81px; position: relative; /* .item-videobox start */ /* .item-videobox end */ }
@media screen and (max-width: 1419px) { .about1-box1 { margin-top: 60px; margin-bottom: 60px; } }
@media screen and (max-width: 1219px) { .about1-box1 { margin-top: 50px; margin-bottom: 50px; } }
@media screen and (max-width: 991px) { .about1-box1 { margin-top: 40px; margin-bottom: 40px; } }
@media screen and (max-width: 767px) { .about1-box1 { margin-top: 30px; margin-bottom: 30px; } }
.about1-box1 .item-videobox { float: right; width: 56.48352%; margin-left: 2.1978%; overflow: hidden; }
.about1-box1 .item-videobox .item-video { position: relative; overflow: hidden; padding-bottom: 62.25681%; height: 0; }
.about1-box1 .item-videobox .item-video iframe, .about1-box1 .item-videobox .item-video video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; }
.about1-box1 .item-videobox .item-video iframe body { margin: 0px !important; }
@media screen and (max-width: 767px) { .about1-box1 .item-videobox { width: 100%; float: none; margin: 0 auto 20px; } }
.about1-box1 .item-body { padding-bottom: 144px; }
@media screen and (max-width: 1419px) { .about1-box1 .item-body { padding-bottom: 120px; } }
@media screen and (max-width: 1419px) { .about1-box1 .item-body { padding-bottom: 110px; } }
@media screen and (max-width: 991px) { .about1-box1 .item-body { padding-bottom: 100px; } }
.about1-box1 .item-body .item-subt { margin-top: 17px; line-height: 1.3; font-size: 30px; font-size: 3rem; font-family: "Raleway-Bold", arial; color: #666; }
@media screen and (max-width: 1619px) { .about1-box1 .item-body .item-subt { font-size: 26px; font-size: 2.6rem; } }
@media screen and (max-width: 1419px) { .about1-box1 .item-body .item-subt { font-size: 22px; font-size: 2.2rem; } }
@media screen and (max-width: 1219px) { .about1-box1 .item-body .item-subt { font-size: 18px; font-size: 1.8rem; } }
@media screen and (max-width: 991px) { .about1-box1 .item-body .item-subt { font-size: 16px; font-size: 1.6rem; } }
@media screen and (max-width: 767px) { .about1-box1 .item-body .item-subt { font-size: 14px; font-size: 1.4rem; margin-top: 10px; } }
.about1-box1 .item-body .item-desc { margin-top: 19px; font-size: 16px; font-size: 1.6rem; line-height: 34px; }
.about1-box1 .item-body .item-desc p { min-height: 42px; }
.about1-box1 .item-body .item-desc, .about1-box1 .item-body .item-desc a { color: #666; }
.about1-box1 .item-body .item-desc img, .about1-box1 .item-body .item-desc iframe { max-width: 100%; }
@media screen and (max-width: 1619px) { .about1-box1 .item-body .item-desc { margin-top: 15px; line-height: 30px; }
  .about1-box1 .item-body .item-desc p { min-height: 30px; } }
@media screen and (max-width: 1419px) { .about1-box1 .item-body .item-desc { margin-top: 15px; font-size: 14px; font-size: 1.4rem; line-height: 26px; }
  .about1-box1 .item-body .item-desc p { min-height: 26px; } }
@media screen and (max-width: 1219px) { .about1-box1 .item-body .item-desc { line-height: 24px; }
  .about1-box1 .item-body .item-desc p { min-height: 24px; } }
@media screen and (max-width: 991px) { .about1-box1 .item-body .item-desc { line-height: 22px; }
  .about1-box1 .item-body .item-desc p { min-height: 22px; } }
@media screen and (max-width: 767px) { .about1-box1 .item-body .item-desc { margin-top: 10px; font-size: 12px; font-size: 1.2rem; line-height: 20px; }
  .about1-box1 .item-body .item-desc p { min-height: 20px; } }
.about1-box1 .page-title { text-align: left; }
.about1-box1 .page-title:before { margin: 0; }
.about1-box1 .box-list { position: absolute; bottom: 0; left: 0; font-size: 0; letter-spacing: 0; width: 43.51648%; background-color: #ED7405; }
@media screen and (max-width: 991px) { .about1-box1 .box-list { width: 100%; } }
.about1-box1 .box-list .list-item { display: inline-block; vertical-align: top; width: 33.33333%; text-align: center; padding: 22px 0 18px; position: relative; }
.about1-box1 .box-list .list-item:before { position: absolute; content: ''; top: 18px; bottom: 27px; width: 1px; left: 0; background-color: #fff; }
.about1-box1 .box-list .list-item:first-child:before { display: none; }
@media screen and (max-width: 1419px) { .about1-box1 .box-list .list-item { padding: 15px 0; }
  .about1-box1 .box-list .list-item:before { top: 15px; bottom: 15px; } }
@media screen and (max-width: 1419px) { .about1-box1 .box-list .list-item { padding: 10px 0; }
  .about1-box1 .box-list .list-item:before { top: 10px; bottom: 10px; } }
.about1-box1 .box-list .item-icon { display: inline-block; font-size: 36px; font-size: 3.6rem; color: #fff; line-height: 1; }
@media screen and (max-width: 1219px) { .about1-box1 .box-list .item-icon { font-size: 32px; font-size: 3.2rem; } }
@media screen and (max-width: 991px) { .about1-box1 .box-list .item-icon { font-size: 28px; font-size: 2.8rem; } }
.about1-box1 .box-list .item-title { margin-top: 9px; font-size: 14px; font-size: 1.4rem; line-height: 20px; }
.about1-box1 .box-list .item-title, .about1-box1 .box-list .item-title a { color: #fff; }
@media screen and (max-width: 1219px) { .about1-box1 .box-list .item-title { font-size: 12px; font-size: 1.2rem; margin-top: 8px; } }
@media screen and (max-width: 991px) { .about1-box1 .box-list .item-title { margin-top: 5px; } }
.about1-box2 { margin-bottom: 84px; }
@media screen and (max-width: 1419px) { .about1-box2 { margin-bottom: 70px; } }
@media screen and (max-width: 1219px) { .about1-box2 { margin-bottom: 60px; } }
@media screen and (max-width: 991px) { .about1-box2 { margin-bottom: 50px; } }
@media screen and (max-width: 767px) { .about1-box2 { margin-bottom: 30px; } }
.about1-box2 .item-pic { float: left; 
/*width: 54.72527%;*/
width: 40%;
margin-right: 2.1978%; }
@media screen and (max-width: 640px) { .about1-box2 .item-pic { float: none; width: 100%; margin: 0 auto 20px; } }
.about1-box2 .item-title { font-size: 30px; font-size: 3rem; line-height: 1.8; display: table; position: relative; padding-top: 30px; margin-top: 63px; }
.about1-box2 .item-title:before { position: absolute; content: ''; width: 28.95408%; height: 10px; background-color: #036BA5; left: 0; top: 0; }
@media screen and (max-width: 1619px) { .about1-box2 .item-title { margin-top: 0; padding-top: 25px; line-height: 1.5; font-size: 26px; font-size: 2.6rem; }
  .about1-box2 .item-title:before { height: 7px; } }
@media screen and (max-width: 1419px) { .about1-box2 .item-title { padding-top: 20px; font-size: 22px; font-size: 2.2rem; }
  .about1-box2 .item-title:before { height: 6px; } }
@media screen and (max-width: 1219px) { .about1-box2 .item-title { padding-top: 15px; font-size: 18px; font-size: 1.8rem; }
  .about1-box2 .item-title:before { height: 5px; } }
@media screen and (max-width: 991px) { .about1-box2 .item-title { padding-top: 10px; font-size: 16px; font-size: 1.6rem; }
  .about1-box2 .item-title:before { height: 4px; } }
@media screen and (max-width: 767px) { .about1-box2 .item-title { font-size: 14px; font-size: 1.4rem; }
  .about1-box2 .item-title:before { height: 3px; } }
.about1-box2 .item-desc { margin-top: 28px; font-size: 16px; font-size: 1.6rem; line-height: 30px; }
.about1-box2 .item-desc p { min-height: 30px; }
@media screen and (max-width: 1419px) { .about1-box2 .item-desc { margin-top: 15px; font-size: 14px; font-size: 1.4rem; line-height: 26px; }
  .about1-box2 .item-desc p { min-height: 26px; } }
@media screen and (max-width: 1219px) { .about1-box2 .item-desc { line-height: 24px; }
  .about1-box2 .item-desc p { min-height: 24px; } }
@media screen and (max-width: 991px) { .about1-box2 .item-desc { line-height: 22px; }
  .about1-box2 .item-desc p { min-height: 22px; } }
@media screen and (max-width: 767px) { .about1-box2 .item-desc { margin-top: 10px; font-size: 12px; font-size: 1.2rem; line-height: 20px; }
  .about1-box2 .item-desc p { min-height: 20px; } }
.about1-fac .page-title { margin-bottom: 62px; }
@media screen and (max-width: 1419px) { .about1-fac .page-title { margin-bottom: 50px; } }
@media screen and (max-width: 1219px) { .about1-fac .page-title { margin-bottom: 40px; } }
@media screen and (max-width: 991px) { .about1-fac .page-title { margin-bottom: 30px; } }
@media screen and (max-width: 767px) { .about1-fac .page-title { margin-bottom: 20px; } }
.about1-fac .fac-owl { position: relative; padding: 0 43px; }
@media screen and (max-width: 1219px) { .about1-fac .fac-owl { padding: 0 36px; } }
@media screen and (max-width: 991px) { .about1-fac .fac-owl { padding: 0 30px; } }
@media screen and (max-width: 767px) { .about1-fac .fac-owl { padding: 0 22px; } }
.about1-fac .fac-owl .owl-buttons { display: none !important; }
.about1-fac .fac-owl .owl-btns { font-size: 0; letter-spacing: 0; }
.about1-fac .fac-owl .owl-btns .owl-btn { position: absolute; top: 50%; margin-top: -47px; display: inline-block; vertical-align: top; font-size: 54px; font-size: 5.4rem; color: #999; cursor: pointer; text-align: center; }
.about1-fac .fac-owl .owl-btns .owl-btn:hover { color: #ED7405; }
.about1-fac .fac-owl .owl-btns .owl-btn.disabled { color: #ccc; }
@media screen and (max-width: 1419px) { .about1-fac .fac-owl .owl-btns .owl-btn { font-size: 44px; font-size: 4.4rem; margin-top: -42px; } }
@media screen and (max-width: 1219px) { .about1-fac .fac-owl .owl-btns .owl-btn { font-size: 34px; font-size: 3.4rem; margin-top: -37px; } }
@media screen and (max-width: 991px) { .about1-fac .fac-owl .owl-btns .owl-btn { font-size: 28px; font-size: 2.8rem; margin-top: -34px; } }
@media screen and (max-width: 767px) { .about1-fac .fac-owl .owl-btns .owl-btn { font-size: 24px; font-size: 2.4rem; margin-top: -28px; } }
.about1-fac .fac-owl .owl-btns .item-prev { left: -10px; }
.about1-fac .fac-owl .owl-btns .item-next { right: -10px; }
.about1-fac .fac-owl .list-item { margin: 0 0.86505%; }
.about1-fac .fac-owl .item-title { margin-top: 15px; font-size: 20px; font-size: 2rem; line-height: 1.3; text-align: center; }
@media screen and (max-width: 1419px) { .about1-fac .fac-owl .item-title { font-size: 18px; font-size: 1.8rem; } }
@media screen and (max-width: 1219px) { .about1-fac .fac-owl .item-title { font-size: 16px; font-size: 1.6rem; } }
@media screen and (max-width: 991px) { .about1-fac .fac-owl .item-title { font-size: 14px; font-size: 1.4rem; } }
@media screen and (max-width: 767px) { .about1-fac .fac-owl .item-title { font-size: 12px; font-size: 1.2rem; margin-top: 10px; } }
/*-------------4-1-about end---------------------------------------------------------------*/
/*-------------4-2-about start-------------------------------------------------------------*/
.his-title { font-size: 26px; font-size: 2.6rem; line-height: 2.23; color: #036BA5; padding-left: 66px; background: url(../images/bg5.png) no-repeat left top; background-size: auto 100%; margin-top: 34px; }
@media screen and (max-width: 1419px) { .his-title { font-size: 24px; font-size: 2.4rem; padding-left: 55px; } }
@media screen and (max-width: 1219px) { .his-title { font-size: 22px; font-size: 2.2rem; line-height: 2; padding-left: 40px; } }
@media screen and (max-width: 991px) { .his-title { font-size: 20px; font-size: 2rem; padding-left: 40px; line-height: 1.8; } }
@media screen and (max-width: 767px) { .his-title { font-size: 18px; font-size: 1.8rem; line-height: 1.5; padding-left: 30px; } }
.his-main { margin-top: 54px; }
@media screen and (max-width: 1219px) { .his-main { margin-top: 40px; } }
@media screen and (max-width: 991px) { .his-main { margin-top: 30px; } }
@media screen and (max-width: 767px) { .his-main { margin-top: 20px; } }
.his-main .box-item { margin-bottom: 31px; position: relative; }
.his-main .box-item:before { position: absolute; content: ''; width: 2px; background-color: #DCDCDC; top: 106px; bottom: 0; left: 111px; }
@media screen and (max-width: 1619px) { .his-main .box-item:before { top: 90px; left: 99px; } }
@media screen and (max-width: 1419px) { .his-main .box-item:before { left: 84px; top: 80px; } }
@media screen and (max-width: 1219px) { .his-main .box-item:before { left: 69px; top: 50px; } }
@media screen and (max-width: 991px) { .his-main .box-item:before { left: 49px; top: 40px; } }
@media screen and (max-width: 767px) { .his-main .box-item:before { display: none; } }
.his-main .box-item:after { position: absolute; content: ''; background: url(../images/bg4.png) no-repeat center; width: 20px; height: 20px; margin-left: -9px; left: 111px; top: 50%; margin-top: 43px; }
@media screen and (max-width: 1619px) { .his-main .box-item:after { margin-top: 35px; left: 99px; } }
@media screen and (max-width: 1419px) { .his-main .box-item:after { margin-top: 30px; left: 84px; } }
@media screen and (max-width: 1219px) { .his-main .box-item:after { margin-top: 15px; left: 69px; } }
@media screen and (max-width: 991px) { .his-main .box-item:after { margin-top: 10px; left: 49px; } }
@media screen and (max-width: 767px) { .his-main .box-item:after { display: none; } }
.his-main .box-item .item-date { float: left; width: 227px; margin-right: 105px; background-color: #036BA5; line-height: 60px; font-size: 26px; font-size: 2.6rem; margin-top: 13px; text-align: center; color: #fff; position: relative; }
@media screen and (max-width: 1619px) { .his-main .box-item .item-date { width: 200px; font-size: 24px; font-size: 2.4rem; line-height: 54px; } }
@media screen and (max-width: 1419px) { .his-main .box-item .item-date { font-size: 22px; font-size: 2.2rem; width: 170px; line-height: 48px; } }
@media screen and (max-width: 1219px) { .his-main .box-item .item-date { margin-right: 50px; font-size: 20px; font-size: 2rem; width: 140px; line-height: 40px; margin-top: 0; } }
@media screen and (max-width: 991px) { .his-main .box-item .item-date { font-size: 18px; font-size: 1.8rem; width: 100px; line-height: 32px; margin-right: 20px; } }
@media screen and (max-width: 767px) { .his-main .box-item .item-date { font-size: 14px; font-size: 1.4rem; line-height: 24px; width: 70px; float: none; margin: 0 0 10px; } }
.his-main .box-item .item-date:before { position: absolute; content: ''; width: 71px; height: 2px; background-color: #DCDCDC; left: 100%; margin-left: 9px; top: 50%; margin-top: -1px; }
@media screen and (max-width: 1219px) { .his-main .box-item .item-date:before { width: 30px; } }
@media screen and (max-width: 991px) { .his-main .box-item .item-date:before { width: 5px; } }
@media screen and (max-width: 767px) { .his-main .box-item .item-date:before { display: none; } }
.his-main .box-item .box-body { overflow: hidden; background-color: #F4F4F4; padding: 26px 43px 32px; }
@media screen and (max-width: 1619px) { .his-main .box-item .box-body { padding: 20px; } }
@media screen and (max-width: 1219px) { .his-main .box-item .box-body { padding: 15px; } }
.his-main .box-item .item-pic { float: left; width: 32.23966%; margin-right: 3.06705%; position: relative; }
@media screen and (max-width: 1619px) { .his-main .box-item .item-pic { margin-right: 20px; } }
@media screen and (max-width: 991px) { .his-main .box-item .item-pic { width: 180px; margin-right: 15px; } }
@media screen and (max-width: 480px) { .his-main .box-item .item-pic { float: none; width: 100%; margin: 0 0 10px; } }
@media screen and (max-width: 991px) { .his-main .box-item .item-backdrop { display: none; } }
.his-main .box-item .item-backdrop:before { opacity: 0.4; filter: alpha(opacity=40); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; }
.his-main .box-item .item-backdrop .iconfont { position: absolute; top: 50%; left: 50%; font-size: 44px; font-size: 4.4rem; color: #fff; margin: -22px 0 0 -22px; }
.his-main .box-item .item-body { overflow: hidden; }
.his-main .box-item .item-title { font-weight: bold; font-size: 40px; font-size: 4rem; line-height: 1.3; color: #ED7405; border-bottom: solid 1px #CCCCCC; padding-bottom: 12px; padding-top: 6px; margin-bottom: 24px; max-width: 746px; }
@media screen and (max-width: 1619px) { .his-main .box-item .item-title { font-size: 30px; font-size: 3rem; padding-top: 0; margin-bottom: 15px; } }
@media screen and (max-width: 1419px) { .his-main .box-item .item-title { font-size: 26px; font-size: 2.6rem; margin-bottom: 10px; padding-bottom: 8px; } }
@media screen and (max-width: 1219px) { .his-main .box-item .item-title { font-size: 22px; font-size: 2.2rem; } }
@media screen and (max-width: 991px) { .his-main .box-item .item-title { font-size: 20px; font-size: 2rem; } }
@media screen and (max-width: 767px) { .his-main .box-item .item-title { font-size: 18px; font-size: 1.8rem; } }
.his-main .box-item .item-desc { margin-bottom: 19px; font-size: 20px; font-size: 2rem; line-height: 34px; }
.his-main .box-item .item-desc p { min-height: 34px; }
.his-main .box-item .item-desc, .his-main .box-item .item-desc a { color: #333; }
@media screen and (max-width: 1619px) { .his-main .box-item .item-desc { font-size: 18px; font-size: 1.8rem; line-height: 30px; }
  .his-main .box-item .item-desc p { min-height: 30px; } }
@media screen and (max-width: 1419px) { .his-main .box-item .item-desc { font-size: 16px; font-size: 1.6rem; } }
@media screen and (max-width: 1219px) { .his-main .box-item .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 26px; }
  .his-main .box-item .item-desc p { min-height: 26px; } }
@media screen and (max-width: 991px) { .his-main .box-item .item-desc { line-height: 22px; }
  .his-main .box-item .item-desc p { min-height: 22px; } }
@media screen and (max-width: 767px) { .his-main .box-item .item-desc { font-size: 12px; font-size: 1.2rem; line-height: 20px; }
  .his-main .box-item .item-desc p { min-height: 20px; } }
/*-------------4-2-about end---------------------------------------------------------------*/
/*-------------4-3-about start-------------------------------------------------------------*/
.about3-main { margin-top: -50px; }
@media screen and (max-width: 1219px) { .about3-main { margin-top: 40px; } }
@media screen and (max-width: 991px) { .about3-main { margin-top: 30px; } }
@media screen and (max-width: 767px) { .about3-main { margin-top: 20px; } }
.about3-main .page-title { text-align: center; font-size: 56px; font-size: 5.6rem; font-weight: bold; line-height: 1.3; text-transform: uppercase; position: relative; padding-bottom: 26px; margin-bottom: 60px; }
.about3-main .page-title:before { position: absolute; content: ''; width: 9.83516%; height: 8px; background-color: #036BA5; margin: 0 auto; left: 0; right: 0; bottom: 0; }
@media screen and (max-width: 1619px) { .about3-main .page-title { margin-bottom: 60px; font-size: 36px; font-size: 3.6rem; }
  .about3-main .page-title:before { height: 7px; } }
@media screen and (max-width: 1419px) { .about3-main .page-title { margin-bottom: 50px; font-size: 32px; font-size: 3.2rem; }
  .about3-main .page-title:before { height: 6px; } }
@media screen and (max-width: 1219px) { .about3-main .page-title { margin-bottom: 40px; font-size: 28px; font-size: 2.8rem; }
  .about3-main .page-title:before { height: 5px; } }
@media screen and (max-width: 991px) { .about3-main .page-title { margin-bottom: 30px; font-size: 24px; font-size: 2.4rem; padding-bottom: 15px; }
  .about3-main .page-title:before { height: 4px; } }
@media screen and (max-width: 767px) { .about3-main .page-title { margin-bottom: 20px; font-size: 20px; font-size: 2rem; padding-bottom: 10px; }
  .about3-main .page-title:before { height: 3px; } }
.about3-main .item-pic { margin-bottom: 14px; }
.about3-main .item-pic img { display: block; width: 100%; }
.about3-main .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 34px; }
.about3-main .item-desc p { min-height: 34px; }
.about3-main .item-desc, .about3-main .item-desc a { color: #666; }
@media screen and (max-width: 1419px) { .about3-main .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 30px; }
  .about3-main .item-desc p { min-height: 30px; } }
@media screen and (max-width: 1219px) { .about3-main .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 26px; }
  .about3-main .item-desc p { min-height: 26px; } }
@media screen and (max-width: 991px) { .about3-main .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 24px; }
  .about3-main .item-desc p { min-height: 24px; } }
@media screen and (max-width: 767px) { .about3-main .item-desc { font-size: 12px; font-size: 1.2rem; line-height: 20px; }
  .about3-main .item-desc p { min-height: 20px; } }
.about3-main .item-desc em { display: inline-block; position: relative; font-size: 24px; font-size: 2.4rem; font-style: normal; min-width: 271px; background-color: #036BA5; color: #fff; padding: 13px 24px; line-height: 1.3; margin-left: 44px; margin-top: 33px; margin-bottom: 22px; }
@media screen and (max-width: 1419px) { .about3-main .item-desc em { padding: 10px 15px; min-width: 220px; font-size: 20px; font-size: 2rem; } }
@media screen and (max-width: 1219px) { .about3-main .item-desc em { font-size: 18px; font-size: 1.8rem; margin-left: 34px; margin-top: 25px; margin-bottom: 20px; } }
@media screen and (max-width: 991px) { .about3-main .item-desc em { font-size: 16px; font-size: 1.6rem; margin-top: 20px; margin-bottom: 15px; margin-left: 30px; padding: 8px 10px; min-width: 180px; } }
@media screen and (max-width: 767px) { .about3-main .item-desc em { font-size: 14px; font-size: 1.4rem; margin-top: 15px; margin-bottom: 10px; margin-left: 20px; padding: 6px 10px; min-width: 150px; } }
.about3-main .item-desc em:before { position: absolute; content: '\e73d'; font-family: "iconfont" !important; font-style: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; left: -44px; top: 15px; color: #036BA5; font-size: 28px; font-size: 2.8rem; line-height: 1; }
@media screen and (max-width: 1419px) { .about3-main .item-desc em:before { font-size: 22px; font-size: 2.2rem; top: 12px; left: -34px; } }
@media screen and (max-width: 1219px) { .about3-main .item-desc em:before { font-size: 20px; font-size: 2rem; } }
@media screen and (max-width: 991px) { .about3-main .item-desc em:before { font-size: 18px; font-size: 1.8rem; left: -30px; top: 10px; } }
@media screen and (max-width: 767px) { .about3-main .item-desc em:before { font-size: 16px; font-size: 1.6rem; left: -20px; top: 7px; } }
/*-------------4-3-about end---------------------------------------------------------------*/
/*-------------4-4-about start-------------------------------------------------------------*/
.cer-list { font-size: 0; letter-spacing: 0; padding-bottom: 23px; padding-top: 38px; }
@media screen and (max-width: 767px) { .cer-list { padding-bottom: 10px; padding-top: 30px; } }
.cer-list .box-item { margin-bottom: 45px; padding: 64px 0 28px; position: relative; }
.cer-list .box-item:before { position: absolute; content: ''; top: 0; bottom: 0; background-color: #F5F5F5; }
@media screen and (max-width: 1219px) { .cer-list .box-item { padding: 50px 0 20px; margin-bottom: 40px; } }
@media screen and (max-width: 991px) { .cer-list .box-item { margin-bottom: 30px; padding: 40px 0 20px; } }
@media screen and (max-width: 767px) { .cer-list .box-item { margin-bottom: 20px; padding: 25px 0 5px; } }
.cer-list .item1 { text-align: left; }
.cer-list .item1:before { left: 0; right: 2.60417%; border-radius: 0px 80px 0px 0px; }
@media screen and (max-width: 1219px) { .cer-list .item1:before { border-radius: 0px 40px 0px 0px; } }
.cer-list .item2 { text-align: right; }
.cer-list .item2:before { right: 0; left: 2.60417%; border-radius: 80px 0 0px 0px; }
@media screen and (max-width: 1219px) { .cer-list .item2:before { border-radius: 40px 0 0px 0px; } }
.cer-list .list-item { position: relative; display: inline-block; vertical-align: top; width: 18.13187%; margin-left: 8.07692%; margin-bottom: 30px; }
@media screen and (max-width: 1219px) { .cer-list .list-item { width: 22%; margin-left: 3%; } }
@media screen and (max-width: 767px) { .cer-list .list-item { margin-bottom: 20px; } }
@media screen and (max-width: 440px) { .cer-list .list-item { width: 44%; margin-left: 2.5% !important; margin-right: 2.5% !important; } }
.cer-list .item-backdrop:before { background-color: #000; opacity: 0.30; filter: alpha(opacity=30); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; }
.cer-list .item-backdrop .iconfont { font-size: 51px; font-size: 5.1rem; color: #fff; position: relative; }
@media screen and (max-width: 991px) { .cer-list .item-backdrop { display: none; } }
.cer-list .item-title { text-align: center; margin-top: 20px; font-size: 16px; font-size: 1.6rem; line-height: 1.3; }
@media screen and (max-width: 1219px) { .cer-list .item-title { font-size: 14px; font-size: 1.4rem; margin-top: 15px; } }
@media screen and (max-width: 767px) { .cer-list .item-title { font-size: 12px; font-size: 1.2rem; margin-top: 8px; } }
/*-------------4-4-about end---------------------------------------------------------------*/
/*-------------5-1-news start--------------------------------------------------------------*/
.news1-item { background-color: #F1F1F1; margin-bottom: 38px; }
@media screen and (max-width: 1219px) { .news1-item { padding-bottom: 30px; } }
@media screen and (max-width: 991px) { .news1-item { padding-bottom: 20px; } }
@media screen and (max-width: 767px) { .news1-item { padding-bottom: 10px; } }
.news1-item .item-pic { float: left; width: 712px; }
@media screen and (max-width: 1619px) { .news1-item .item-pic { width: 600px; } }
@media screen and (max-width: 1419px) { .news1-item .item-pic { width: 400px; } }
@media screen and (max-width: 1219px) { .news1-item .item-pic { width: 350px; } }
@media screen and (max-width: 991px) { .news1-item .item-pic { width: 330px; } }
@media screen and (max-width: 767px) { .news1-item .item-pic { width: 230px; } }
@media screen and (max-width: 480px) { .news1-item .item-pic { width: 100%; float: none; margin: 0 auto; } }
.news1-item .item-body { overflow: hidden; padding: 52px 40px 20px 48px; }
@media screen and (max-width: 1619px) { .news1-item .item-body { padding: 30px 30px 0; } }
@media screen and (max-width: 1419px) { .news1-item .item-body { padding: 30px 20px 0; } }
@media screen and (max-width: 1219px) { .news1-item .item-body { padding: 20px 15px 0; } }
@media screen and (max-width: 767px) { .news1-item .item-body { padding: 15px 10px 0; } }
@media screen and (max-width: 480px) { .news1-item .item-body { padding: 15px 10px 10px; } }
.news1-item .item-box { padding-left: 30px; position: relative; }
@media screen and (max-width: 1419px) { .news1-item .item-box { padding-left: 14px; } }
@media screen and (max-width: 767px) { .news1-item .item-box { padding-left: 10px; } }
@media screen and (max-width: 480px) { .news1-item .item-box { padding-left: 5px; } }
.news1-item .item-box:before { position: absolute; content: ''; width: 3px; top: 8px; bottom: 10px; left: 0; background-color: #ED7405; }
@media screen and (max-width: 1419px) { .news1-item .item-box:before { top: 0; bottom: 0; } }
@media screen and (max-width: 1219px) { .news1-item .item-box:before { width: 2px; } }
.news1-item .item-title { font-size: 30px; font-size: 3rem; line-height: 1.3; }
@media screen and (max-width: 1419px) { .news1-item .item-title { font-size: 26px; font-size: 2.6rem; } }
@media screen and (max-width: 1419px) { .news1-item .item-title { font-size: 20px; font-size: 2rem; } }
@media screen and (max-width: 1219px) { .news1-item .item-title { font-size: 18px; font-size: 1.8rem; } }
@media screen and (max-width: 991px) { .news1-item .item-title { font-size: 16px; font-size: 1.6rem; } }
@media screen and (max-width: 767px) { .news1-item .item-title { font-size: 14px; font-size: 1.4rem; } }
.news1-item .item-date { margin-top: 12px; font-size: 16px; font-size: 1.6rem; color: #666; line-height: 20px; }
.news1-item .item-date .iconfont { margin-right: 7px; font-size: 20px; font-size: 2rem; }
@media screen and (max-width: 1419px) { .news1-item .item-date { margin-top: 5px; font-size: 14px; font-size: 1.4rem; }
  .news1-item .item-date .iconfont { font-size: 16px; font-size: 1.6rem; margin-right: 4px; } }
@media screen and (max-width: 767px) { .news1-item .item-date { font-size: 12px; font-size: 1.2rem; }
  .news1-item .item-date .iconfont { margin-right: 3px; font-size: 14px; font-size: 1.4rem; } }
@media screen and (max-width: 767px) { .news1-item .item-date { margin-top: 2px; font-size: 12px; font-size: 1.2rem; }
  .news1-item .item-date .iconfont { margin-right: 0; font-size: 12px; font-size: 1.2rem; } }
.news1-item .item-desc { margin-top: 34px; font-size: 16px; font-size: 1.6rem; line-height: 30px; height: 90px; }
@media screen and (max-width: 1619px) { .news1-item .item-desc { margin-top: 20px; } }
@media screen and (max-width: 1419px) { .news1-item .item-desc { margin-top: 10px; line-height: 28px; height: 84px; } }
@media screen and (max-width: 1219px) { .news1-item .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 24px; height: 72px; } }
@media screen and (max-width: 991px) { .news1-item .item-desc { line-height: 22px; height: 66px; } }
@media screen and (max-width: 767px) { .news1-item .item-desc { font-size: 12px; font-size: 1.2rem; line-height: 20px; height: 40px; margin-top: 6px; }
  .news1-item .item-desc a { -webkit-line-clamp: 2; } }
.news1-item .item-btn { margin-top: 120px; display: inline-block; min-width: 150px; line-height: 42px; border: solid 1px #ED7405; background-color: #ED7405; text-align: center; color: #fff; font-size: 18px; font-size: 1.8rem; }
@media screen and (max-width: 1619px) { .news1-item .item-btn { margin-top: 80px; } }
@media screen and (max-width: 1419px) { .news1-item .item-btn { font-size: 16px; font-size: 1.6rem; line-height: 36px; min-width: 136px; margin-top: 30px; } }
@media screen and (max-width: 1219px) { .news1-item .item-btn { font-size: 14px; font-size: 1.4rem; line-height: 30px; min-width: 110px; margin-top: 30px; } }
@media screen and (max-width: 767px) { .news1-item .item-btn { font-size: 12px; font-size: 1.2rem; line-height: 24px; min-width: 90px; margin-top: 15px; } }
.news1-list { font-size: 0; letter-spacing: 0; padding-bottom: 18px; }
.news1-list .list-item { display: inline-block; vertical-align: top; width: 100%; background-color: #F1F1F1; margin-bottom: 26px; }
.news1-list .list-item:first-child { margin-top: 0; }
@media screen and (max-width: 480px) { .news1-list .list-item { margin-top: 0; width: 48%; margin: 0 1% 15px; } }
.news1-list .item-pic { float: left; width: 421px; border-right: solid 29px #fff; }
@media screen and (max-width: 1419px) { .news1-list .item-pic { width: 255px; border-right-width: 15px; } }
@media screen and (max-width: 1219px) { .news1-list .item-pic { width: 215px; border-right-width: 10px; } }
@media screen and (max-width: 991px) { .news1-list .item-pic { width: 195px; } }
@media screen and (max-width: 767px) { .news1-list .item-pic { width: 170px; } }
@media screen and (max-width: 480px) { .news1-list .item-pic { border: 0; width: 100%; float: none; } }
.news1-list .item-body { overflow: hidden; padding: 47px 29px 20px; }
@media screen and (max-width: 1419px) { .news1-list .item-body { padding: 20px 20px 0; } }
@media screen and (max-width: 1219px) { .news1-list .item-body { padding: 15px 15px 0; } }
@media screen and (max-width: 767px) { .news1-list .item-body { padding: 10px 10px 0; } }
@media screen and (max-width: 480px) { .news1-list .item-body { padding: 10px 5px; } }
.news1-list .item-box { padding-left: 18px; position: relative; }
@media screen and (max-width: 1419px) { .news1-list .item-box { padding-left: 14px; } }
@media screen and (max-width: 767px) { .news1-list .item-box { padding-left: 10px; } }
@media screen and (max-width: 480px) { .news1-list .item-box { padding-left: 5px; } }
.news1-list .item-box:before { position: absolute; content: ''; width: 3px; top: 0; bottom: -10px; left: 0; background-color: #ED7405; }
@media screen and (max-width: 1419px) { .news1-list .item-box:before { top: 0; bottom: 0; } }
@media screen and (max-width: 1219px) { .news1-list .item-box:before { width: 2px; } }
.news1-list .item-title { font-size: 26px; font-size: 2.6rem; line-height: 1.3; }
@media screen and (max-width: 1419px) { .news1-list .item-title { font-size: 20px; font-size: 2rem; } }
@media screen and (max-width: 1219px) { .news1-list .item-title { font-size: 18px; font-size: 1.8rem; } }
@media screen and (max-width: 991px) { .news1-list .item-title { font-size: 16px; font-size: 1.6rem; } }
@media screen and (max-width: 767px) { .news1-list .item-title { font-size: 14px; font-size: 1.4rem; } }
.news1-list .item-date { margin-top: 8px; font-size: 16px; font-size: 1.6rem; color: #666; line-height: 20px; }
.news1-list .item-date .iconfont { margin-right: 7px; font-size: 18px; font-size: 1.8rem; }
@media screen and (max-width: 1419px) { .news1-list .item-date { margin-top: 5px; font-size: 14px; font-size: 1.4rem; }
  .news1-list .item-date .iconfont { font-size: 16px; font-size: 1.6rem; margin-right: 4px; } }
@media screen and (max-width: 767px) { .news1-list .item-date { font-size: 12px; font-size: 1.2rem; }
  .news1-list .item-date .iconfont { margin-right: 3px; font-size: 14px; font-size: 1.4rem; } }
@media screen and (max-width: 767px) { .news1-list .item-date { margin-top: 2px; font-size: 12px; font-size: 1.2rem; }
  .news1-list .item-date .iconfont { margin-right: 0; font-size: 12px; font-size: 1.2rem; } }
.news1-list .item-desc { margin-top: 24px; font-size: 16px; font-size: 1.6rem; line-height: 40px; height: 80px; }
@media screen and (max-width: 1419px) { .news1-list .item-desc { margin-top: 10px; line-height: 28px; height: 56px; } }
@media screen and (max-width: 1219px) { .news1-list .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 24px; height: 48px; } }
@media screen and (max-width: 991px) { .news1-list .item-desc { line-height: 22px; height: 44px; } }
@media screen and (max-width: 767px) { .news1-list .item-desc { font-size: 12px; font-size: 1.2rem; line-height: 20px; height: 40px; margin-top: 6px; } }
/*-------------5-1-news end----------------------------------------------------------------*/
/*-------------5-2-news start--------------------------------------------------------------*/
.news2-main .box-main { float: left; width: 76.92308%; margin-right: 2.96703%; background-color: #F6F6F6; padding: 22px 15px 25px; }
@media screen and (max-width: 1419px) { .news2-main .box-main { width: 75.27473%; margin-right: 2.1978%; } }
@media screen and (max-width: 991px) { .news2-main .box-main { float: none; width: 100%; margin-right: 0; padding: 20px 15px; } }
.news2-main .box-main > .item-title { font-size: 46px; font-size: 4.6rem; line-height: 1.3; }
@media screen and (max-width: 1619px) { .news2-main .box-main > .item-title { font-size: 38px; font-size: 3.8rem; } }
@media screen and (max-width: 1419px) { .news2-main .box-main > .item-title { font-size: 30px; font-size: 3rem; } }
@media screen and (max-width: 1219px) { .news2-main .box-main > .item-title { font-size: 24px; font-size: 2.4rem; } }
@media screen and (max-width: 991px) { .news2-main .box-main > .item-title { font-size: 18px; font-size: 1.8rem; } }
@media screen and (max-width: 767px) { .news2-main .box-main > .item-title { font-size: 16px; font-size: 1.6rem; } }
.news2-main .box-main .item-date { margin-top: 10px; font-size: 16px; font-size: 1.6rem; line-height: 26px; color: #666; }
.news2-main .box-main .item-date .iconfont { font-size: 26px; font-size: 2.6rem; margin-right: 9px; }
@media screen and (max-width: 1619px) { .news2-main .box-main .item-date .iconfont { font-size: 22px; font-size: 2.2rem; } }
@media screen and (max-width: 1419px) { .news2-main .box-main .item-date { font-size: 14px; font-size: 1.4rem; }
  .news2-main .box-main .item-date .iconfont { font-size: 18px; font-size: 1.8rem; margin-right: 5px; } }
@media screen and (max-width: 1219px) { .news2-main .box-main .item-date { font-size: 14px; font-size: 1.4rem; }
  .news2-main .box-main .item-date .iconfont { font-size: 16px; font-size: 1.6rem; margin-right: 5px; } }
@media screen and (max-width: 991px) { .news2-main .box-main .item-date { margin-top: 5px; } }
@media screen and (max-width: 767px) { .news2-main .box-main .item-date { font-size: 12px; font-size: 1.2rem; }
  .news2-main .box-main .item-date .iconfont { font-size: 14px; font-size: 1.4rem; margin-right: 5px; } }
.news2-main .box-main .pro-share { margin-top: 15px; }
.news2-main .box-main .pro-share .share-title { color: #666; }
@media screen and (max-width: 767px) { .news2-main .box-main .pro-share { margin-top: 10px; } }
.news2-main .box-main .item-desc { margin-top: 35px; padding-bottom: 20px; font-size: 16px; font-size: 1.6rem; line-height: 30px; }
.news2-main .box-main .item-desc p { min-height: 30px; }
.news2-main .box-main .item-desc, .news2-main .box-main .item-desc a { color: #666; }
.news2-main .box-main .item-desc img, .news2-main .box-main .item-desc iframe { max-width: 100%; }
@media screen and (max-width: 1219px) { .news2-main .box-main .item-desc { margin-top: 20px; font-size: 14px; font-size: 1.4rem; line-height: 26px; }
  .news2-main .box-main .item-desc p { min-height: 26px; } }
@media screen and (max-width: 991px) { .news2-main .box-main .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 24px; }
  .news2-main .box-main .item-desc p { min-height: 24px; } }
@media screen and (max-width: 767px) { .news2-main .box-main .item-desc { font-size: 12px; font-size: 1.2rem; line-height: 20px; }
  .news2-main .box-main .item-desc p { min-height: 20px; } }
.news2-main .box-slide { overflow: hidden; }
@media screen and (max-width: 991px) { .news2-main .box-slide { width: 100%; margin: 50px 0 0; } }
@media screen and (max-width: 767px) { .news2-main .box-slide { margin: 30px 0 0; } }
.caseslide { margin-bottom: 21px; }
@media screen and (max-width: 767px) { .caseslide .slide-yiji { display: none; } }
.caseslide .slide-yiji > li { width: 100%; margin-bottom: 11px; }
@media screen and (max-width: 1419px) { .caseslide .slide-yiji > li { margin-bottom: 10px; } }
@media screen and (max-width: 991px) { .caseslide .slide-yiji > li { margin-bottom: 5px; } }
.caseslide .slide-yiji > li > a { display: block; font-size: 16px; font-size: 1.6rem; color: #333; line-height: 30px; padding: 9px 10px; border: solid 1px #ccc; }
@media screen and (max-width: 1619px) { .caseslide .slide-yiji > li > a { line-height: 24px; } }
@media screen and (max-width: 1419px) { .caseslide .slide-yiji > li > a { line-height: 20px; font-size: 14px; font-size: 1.4rem; padding-top: 8px; padding-bottom: 8px; } }
@media screen and (max-width: 1219px) { .caseslide .slide-yiji > li > a { font-size: 14px; font-size: 1.4rem; line-height: 20px; padding-top: 8px; padding-bottom: 8px; } }
@media screen and (max-width: 991px) { .caseslide .slide-yiji > li > a { font-size: 14px; font-size: 1.4rem; } }
.caseslide .slide-yiji > li:hover > a, .caseslide .slide-yiji > li.active > a { color: #036BA5; border-color: #036BA5; }
/*-------------5-2-news end----------------------------------------------------------------*/
/*-------------6-contact start-------------------------------------------------------------*/
.contact_wrap { padding: 0 0 46px; }
@media screen and (max-width: 991px) { .contact_wrap { padding-bottom: 40px; } }
@media screen and (max-width: 767px) { .contact_wrap { padding-bottom: 30px; } }
.contact-main { background: url(../images/contact-bg.jpg) no-repeat center; background-attachment: fixed; position: relative; padding: 41px 0 70px; }
.contact-main:before { position: absolute; content: ''; top: 0; bottom: 0; left: 0; right: 0; background: url(../images/contact-bg.jpg) no-repeat center; background-size: cover; z-index: -1; }
@media screen and (max-width: 1219px) { .contact-main { padding-bottom: 60px; } }
@media screen and (max-width: 991px) { .contact-main { padding-bottom: 50px; } }
@media screen and (max-width: 767px) { .contact-main { padding: 30px 0; } }
.contact-main .box-title { text-align: center; line-height: 1.3; font-size: 40px; font-size: 4rem; margin-bottom: 64px; }
@media screen and (max-width: 1419px) { .contact-main .box-title { font-size: 34px; font-size: 3.4rem; margin-bottom: 50px; } }
@media screen and (max-width: 1219px) { .contact-main .box-title { font-size: 28px; font-size: 2.8rem; margin-bottom: 40px; } }
@media screen and (max-width: 991px) { .contact-main .box-title { font-size: 22px; font-size: 2.2rem; margin-bottom: 30px; } }
@media screen and (max-width: 767px) { .contact-main .box-title { font-size: 18px; font-size: 1.8rem; margin-bottom: 20px; } }
.contact-main .item-title { font-size: 34px; font-size: 3.4rem; font-weight: bold; line-height: 1.3; }
@media screen and (max-width: 1419px) { .contact-main .item-title { font-size: 30px; font-size: 3rem; } }
@media screen and (max-width: 1219px) { .contact-main .item-title { font-size: 26px; font-size: 2.6rem; } }
@media screen and (max-width: 991px) { .contact-main .item-title { font-size: 20px; font-size: 2rem; } }
@media screen and (max-width: 767px) { .contact-main .item-title { font-size: 16px; font-size: 1.6rem; } }
.contact-main .box-info { float: left; width: 48.92857%; margin-right: 1%; background: #FFFFFF; box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.23); min-height: 792px; padding-top: 44px; padding-left: 69px; padding-right: 30px; padding-bottom: 30px; }
@media screen and (max-width: 1419px) { .contact-main .box-info { padding: 30px; min-height: 680px; } }
@media screen and (max-width: 1219px) { .contact-main .box-info { min-height: 600px; padding: 30px 20px; } }
@media screen and (max-width: 991px) { .contact-main .box-info { width: 100%; margin: 0 auto 25px; float: none; min-height: auto; padding: 20px 15px; } }
.contact-main .box-info .item-desc { margin-top: 30px; font-size: 16px; font-size: 1.6rem; line-height: 30px; }
.contact-main .box-info .item-desc, .contact-main .box-info .item-desc a { color: #666; }
@media screen and (max-width: 1419px) { .contact-main .box-info .item-desc { margin-top: 20px; font-size: 14px; font-size: 1.4rem; line-height: 26px; } }
@media screen and (max-width: 1219px) { .contact-main .box-info .item-desc { margin-top: 15px; line-height: 24px; } }
@media screen and (max-width: 991px) { .contact-main .box-info .item-desc { margin-top: 10px; } }
@media screen and (max-width: 767px) { .contact-main .box-info .item-desc { font-size: 12px; font-size: 1.2rem; line-height: 20px; } }
.contact-main .box-info .box-list { margin-top: 33px; font-size: 20px; font-size: 2rem; line-height: 30px; }
.contact-main .box-info .box-list, .contact-main .box-info .box-list a { color: #666; }
.contact-main .box-info .box-list a:hover { color: #ED7405; }
.contact-main .box-info .box-list li { position: relative; padding-left: 51px; margin-bottom: 36px; }
.contact-main .box-info .box-list .iconfont { position: absolute; left: 0; font-size: 26px; font-size: 2.6rem; top: 0; }
@media screen and (max-width: 1419px) { .contact-main .box-info .box-list { font-size: 16px; font-size: 1.6rem; }
  .contact-main .box-info .box-list li { margin-bottom: 20px; padding-left: 36px; }
  .contact-main .box-info .box-list .iconfont { font-size: 20px; font-size: 2rem; } }
@media screen and (max-width: 1219px) { .contact-main .box-info .box-list { font-size: 14px; font-size: 1.4rem; }
  .contact-main .box-info .box-list li { margin-bottom: 10px; padding-left: 26px; }
  .contact-main .box-info .box-list .iconfont { font-size: 16px; font-size: 1.6rem; } }
@media screen and (max-width: 991px) { .contact-main .box-info .box-list { margin-top: 20px; line-height: 26px; } }
@media screen and (max-width: 767px) { .contact-main .box-info .box-list { font-size: 12px; font-size: 1.2rem; line-height: 20px; }
  .contact-main .box-info .box-list li { margin-bottom: 10px; padding-left: 20px; }
  .contact-main .box-info .box-list .iconfont { font-size: 14px; font-size: 1.4rem; } }
.contact-main .box-form { background: #FFFFFF; box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.23); overflow: hidden; min-height: 792px; padding-left: 50px; padding-right: 57px; padding-top: 44px; padding-bottom: 30px; }
@media screen and (max-width: 1419px) { .contact-main .box-form { padding: 30px; min-height: 680px; } }
@media screen and (max-width: 1219px) { .contact-main .box-form { min-height: 600px; } }
@media screen and (max-width: 991px) { .contact-main .box-form { overflow: visible; padding: 30px 20px; min-height: auto; } }
@media screen and (max-width: 767px) { .contact-main .box-form { padding: 25px 15px; } }
.contact-main .box-form .item-title { margin-bottom: 54px; }
@media screen and (max-width: 1419px) { .contact-main .box-form .item-title { margin-bottom: 30px; } }
@media screen and (max-width: 1219px) { .contact-main .box-form .item-title { margin-bottom: 20px; } }
@media screen and (max-width: 991px) { .contact-main .box-form .item-title { margin-bottom: 10px; } }
.contact-main .box-form input, .contact-main .box-form textarea { display: block; width: 100%; background: #F9F9F9; border: 1px solid #AAAAAA; color: #666; font-size: 14px; font-size: 1.4rem; padding-left: 10px; padding-right: 10px; }
@media screen and (max-width: 767px) { .contact-main .box-form input, .contact-main .box-form textarea { font-size: 12px; font-size: 1.2rem; } }
.contact-main .box-form input { height: 33px; line-height: 31px; }
.contact-main .box-form textarea { height: 109px; line-height: 24px; padding-top: 5px; padding-bottom: 5px; }
@media screen and (max-width: 767px) { .contact-main .box-form textarea { height: 100px; } }
.contact-main .box-form .item-txt { font-size: 16px; font-size: 1.6rem; line-height: 20px; margin-bottom: 4px; color: #666; }
.contact-main .box-form .item-txt span { color: #FF3737; display: inline-block; margin-right: 3px; }
@media screen and (max-width: 1419px) { .contact-main .box-form .item-txt { font-size: 14px; font-size: 1.4rem; } }
@media screen and (max-width: 767px) { .contact-main .box-form .item-txt { font-size: 12px; font-size: 1.2rem; } }
.contact-main .box-form .item-input { margin-bottom: 21px; }
@media screen and (max-width: 1219px) { .contact-main .box-form .item-input { margin-bottom: 15px; } }
@media screen and (max-width: 480px) { .contact-main .box-form .item-input { width: 100%; } }
.contact-main .box-form .item-code { width: 62.28956%; margin-right: 10px; }
@media screen and (max-width: 767px) { .contact-main .box-form .item-code { width: -webkit-calc(100% - 140px); width: -moz-calc(100% - 140px); width: calc(100% - 140px); } }
.contact-main .box-form .item-img { cursor: pointer; line-height: 33px; position: relative; top: -1px; }
.contact-main .box-form .item-img img { max-height: 33px; vertical-align: middle; }
@media screen and (max-width: 767px) { .contact-main .box-form .item-img { float: right; } }
.contact-main .box-form .item-btn { width: 100%; margin-top: 10px; margin-bottom: 0; }
.contact-main .box-form .item-btn input { height: 40px; line-height: 38px; border: 0; color: #fff; border: solid 1px #ED7405; background-color: #ED7405; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; font-size: 16px; font-size: 1.6rem; border-radius: 0; }
.contact-main .box-form .item-btn input:hover { background-color: #fff; color: #ED7405; }
@media screen and (max-width: 1219px) { .contact-main .box-form .item-btn { margin-top: 0; }
  .contact-main .box-form .item-btn input { font-size: 14px; font-size: 1.4rem; } }
@media screen and (max-width: 991px) { .contact-main .box-form .item-btn input { font-size: 14px; font-size: 1.4rem; } }
@media screen and (max-width: 767px) { .contact-main .box-form .item-btn { margin-top: 5px; width: 100%; }
  .contact-main .box-form .item-btn input { height: 33px; line-height: 31px; font-size: 12px; font-size: 1.2rem; } }
.map img, .map iframe { display: block; }
/*-------------6-contact end---------------------------------------------------------------*/
@media screen and (min-width: 992px) { .n-nav, .n-nav-icon { display: none; } }
@-webkit-keyframes resize { from, 60%, 75%, 90%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% { opacity: 0;
    -webkit-transform: scale(5, 5);
    transform: scale(5, 5); }
  100% { opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }
@-moz-keyframes resize { from, 60%, 75%, 90%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% { opacity: 0;
    -webkit-transform: scale(5, 5);
    -moz-transform: scale(5, 5);
         transform: scale(5, 5); }
  100% { opacity: 1;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
         transform: scale(1, 1); } }
@keyframes resize { from, 60%, 75%, 90%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% { opacity: 0;
    -webkit-transform: scale(5, 5);
    -moz-transform: scale(5, 5);
      -o-transform: scale(5, 5);
         transform: scale(5, 5); }
  100% { opacity: 1;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
      -o-transform: scale(1, 1);
         transform: scale(1, 1); } }
.n-nav .n-nav-icon { position: fixed; right: 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: #ED7405; }
.n-nav .n-nav-icon span { display: none; width: 100%; height: 2px; margin-bottom: 4px; background-color: #ED7405; }
.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 #ED7405; 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: #ED7405; width: 44px; height: 32px; line-height: 32px; border-radius: 5px; color: #fff; text-align: center; position: absolute; right: 10px; top: 5px; z-index: 0; }
.n-nav .box-search .iconfont:hover { background-color: #666; }
.n-nav .box-search .item-submit { position: absolute; width: 44px; height: 32px; right: 10px; top: 5px; z-index: 1; }
.n-nav .box-list { margin-top: 30px; }
.n-nav .box-list > li { position: relative; -webkit-animation-duration: 0.5s; -moz-animation-duration: 0.5s; animation-duration: 0.5s; -webkit-animation-fill-mode: both; -moz-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-name: resize; -moz-animation-name: resize; animation-name: resize; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; padding: 0 10px; }
.n-nav .box-list > li a { display: block; font-size: 14px; font-size: 1.4rem; line-height: 26px; padding: 10px 25px 10px 10px; color: #fff; text-transform: uppercase; border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
.n-nav .box-list li { position: relative; }
.n-nav .box-list li .has-next { position: absolute; top: 10px; right: 10px; width: 20px; height: 20px; background: url(../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 { line-height: 0; font-size: 0; position: relative; }
.banner .slick-arrow { position: absolute; z-index: 2; display: block !important; cursor: pointer; top: 50%; margin-top: -26px; text-align: center; color: #999; font-size: 52px; font-size: 5.2rem; line-height: 1; }
.banner .slick-arrow:hover { color: #036BA5; }
@media screen and (max-width: 991px) { .banner .slick-arrow { display: none !important; } }
.banner .slick-prev { left: 60px; cursor: pointer; }
.banner .slick-next { right: 60px; cursor: pointer; }
.banner .slick-dots { position: absolute; z-index: 2; left: 0; right: 0; bottom: 5%; text-align: center; font-size: 0; letter-spacing: 0; text-align: center; }
.banner .slick-dots li { display: inline-block; vertical-align: bottom; cursor: pointer; border-bottom: solid 2px #fff; font-size: 32px; font-size: 3.2rem; text-align: center; line-height: 1.2; color: #fff; padding: 0 10px 12px; position: relative; }
@media screen and (max-width: 1619px) { .banner .slick-dots li { font-size: 26px; font-size: 2.6rem; } }
@media screen and (max-width: 1419px) { .banner .slick-dots li { font-size: 20px; font-size: 2rem; } }
@media screen and (max-width: 1219px) { .banner .slick-dots li { font-size: 16px; font-size: 1.6rem; padding: 0 5px 10px; } }
@media screen and (max-width: 991px) { .banner .slick-dots li { font-size: 14px; font-size: 1.4rem; padding-bottom: 5px; } }
@media screen and (max-width: 767px) { .banner .slick-dots li { font-size: 12px; font-size: 1.2rem; padding: 0 3px 3px; border-bottom-width: 1px; } }
.banner .slick-dots li:before { position: absolute; content: ''; width: 0; height: 6px; background-color: #ED7405; margin: 0 auto; left: 0; right: 0; bottom: -4px; -webkit-transition: all .35s; -o-transition: all .35s; -moz-transition: all .35s; transition: all .35s; }
@media screen and (max-width: 767px) { .banner .slick-dots li:before { height: 3px; bottom: -2px; } }
.banner .slick-dots li a { color: #fff; }
.banner .slick-dots li.slick-active { font-size: 40px; font-size: 4rem; font-weight: bold; }
.banner .slick-dots li.slick-active:before { width: 48%; }
@media screen and (max-width: 1619px) { .banner .slick-dots li.slick-active { font-size: 32px; font-size: 3.2rem; } }
@media screen and (max-width: 1419px) { .banner .slick-dots li.slick-active { font-size: 24px; font-size: 2.4rem; } }
@media screen and (max-width: 1219px) { .banner .slick-dots li.slick-active { font-size: 18px; font-size: 1.8rem; } }
@media screen and (max-width: 991px) { .banner .slick-dots li.slick-active { font-size: 16px; font-size: 1.6rem; } }
@media screen and (max-width: 767px) { .banner .slick-dots li.slick-active { font-size: 14px; font-size: 1.4rem; } }
.slick-list, .slick-slider, .slick-track { position: relative; display: block; }
.slick-loading .slick-slide, .slick-loading .slick-track { visibility: hidden; }
.slick-slider { -moz-box-sizing: border-box; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-list { overflow: hidden; margin: 0; padding: 0; }
.slick-list:focus { outline: 0; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-list, .slick-slider .slick-track { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track { top: 0; left: 0; }
.slick-track:after, .slick-track:before { display: table; content: ''; }
.slick-track:after { clear: both; }
.slick-slide { display: none; float: left; height: 100%; min-height: 1px; }
[dir=rtl] .slick-slide { float: right; }
.slick-slide img { display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
.slick-arrow.slick-hidden { display: none; }
.index-banner { position: relative; padding-bottom: 39.58333%; z-index: 2; }
.index-banner .slider { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.listcart{margin-top: 90px;}
.listcart a.l{float: left;}
.listcart a.r{float: right;}
.listcart a{ background:#ED7405;display:inline-block;height: 34px; width:200px; line-height: 34px;cursor: pointer;border: none;overflow: hidden;color: #fff;cursor: pointer;  border:1px solid #ED7405; padding-left:10px; padding-right:10px; text-align:center; margin-left:10px;}
.listcart a:hover{  border:#ED7405 solid 1px;background: #ED7405; 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 ;float: none;}
.listcart{ width:100%; margin-top:50px; }
}
@media screen and (max-width:472px){
.listcart a{ width:95% !important ; float:none; overflow:hidden; margin-bottom:1rem; margin-top:1rem}
}
@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: 'Raleway-Bold';
    src: url('../fonts/Raleway-Bold.eot');
    src: url('../fonts/Raleway-Bold.eot') format('embedded-opentype'),
         url('../fonts/Raleway-Bold.woff2') format('woff2'),
         url('../fonts/Raleway-Bold.woff') format('woff'),
         url('../fonts/Raleway-Bold.ttf') format('truetype'),
         url('../fonts/Raleway-Bold.svg') format('svg');
	font-display: swap;
}
@font-face {
    font-family: 'Raleway-Regular';
    src: url('../fonts/Raleway-Regular.eot');
    src: url('../fonts/Raleway-Regular.eot') format('embedded-opentype'),
         url('../fonts/Raleway-Regular.woff2') format('woff2'),
         url('../fonts/Raleway-Regular.woff') format('woff'),
         url('../fonts/Raleway-Regular.ttf') format('truetype'),
         url('../fonts/Raleway-Regular.svg') format('svg');
	font-display: swap;
}
@font-face {font-family: "iconfont";
  src: url('../fonts/iconfont.eot'); /* IE9 */
  src: url('../fonts/iconfont.eot') 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') format('woff'),
  url('../fonts/iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
  url('../fonts/iconfont.svg') format('svg'); /* iOS 4.1- */
}
.iconfont {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-2fengongsi:before {
  content: "\e62b";
}
.icon-zhengshu1:before {
  content: "\e601";
}
.icon-wenhua:before {
  content: "\e613";
}
.icon-wenhua1:before {
  content: "\e617";
}
.icon-wenhua2:before {
  content: "\e61d";
}
.icon-wenhua3:before {
  content: "\e60a";
}
.icon-zhengshu3:before {
  content: "\e686";
}
.icon-shangjiantou:before {
  content: "\e637";
}
.icon-xiajiantou:before {
  content: "\e639";
}
.icon-youjiantou:before {
  content: "\e63c";
}
.icon-zuojiantou:before {
  content: "\e642";
}
.icon-cloud-company:before {
  content: "\e660";
}
.icon-shu:before {
  content: "\e600";
}
.icon-zhengshu:before {
  content: "\e60d";
}
.icon-rongyu:before {
  content: "\e67e";
}
.icon-up13:before {
  content: "\e73a";
}
.icon-bottom13:before {
  content: "\e73b";
}
.icon-left13:before {
  content: "\e73c";
}
.icon-right13:before {
  content: "\e73d";
}
.icon-jiantou_xiangzuo_o:before {
  content: "\eb92";
}
.icon-jiantou_xiangyou_o:before {
  content: "\eb94";
}
.icon-chuanzhen1:before {
  content: "\e6d2";
}
.icon-lunkuohua22_lianjiefuben:before {
  content: "\e608";
}
.icon-_dianjiantou:before {
  content: "\e70f";
}
.icon-jiagebiaoqian:before {
  content: "\e643";
}
.icon-zuanshi:before {
  content: "\e621";
}
.icon-icon--:before {
  content: "\e74d";
}
.icon-fangda:before {
  content: "\e6ea";
}
.icon-xiazai:before {
  content: "\e606";
}
.icon-4-153:before {
  content: "\e691";
}
.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-companyname:before {
  content: "\e610";
}
.icon-message:before {
  content: "\ebe1";
}
.icon-whatsapp1:before {
  content: "\e7c5";
}
.icon-address1:before {
  content: "\e7c8";
}
.icon-email2:before {
  content: "\e7cd";
}
.icon-email11:before {
  content: "\e7ce";
}
.icon-skype1:before {
  content: "\e7cf";
}
.icon-fax1:before {
  content: "\e7d0";
}
.icon-qq1:before {
  content: "\e7d1";
}
.icon-tel1:before {
  content: "\e7d2";
}
.icon-wechat1:before {
  content: "\e7d3";
}
.icon-website:before {
  content: "\e7d4";
}
.icon-phone2:before {
  content: "\e7d5";
}
.icon-mobile1:before {
  content: "\e7d6";
}
.icon-facebook:before {
  content: "\e622";
}
.icon-vk:before {
  content: "\e735";
}
.icon-pinterest:before {
  content: "\e8ab";
}
.icon-linkedin:before {
  content: "\e64a";
}
.icon-youtube1:before {
  content: "\e6d6";
}
.icon-twitter:before {
  content: "\e609";
}
.icon-Instagram:before {
  content: "\e6af";
}
.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-up14:before {
  content: "\e73e";
}
.icon-bottom14:before {
  content: "\e73f";
}
.icon-left14:before {
  content: "\e740";
}
.icon-right14:before {
  content: "\e741";
}
.icon-up16:before {
  content: "\e746";
}
.icon-bottom16:before {
  content: "\e747";
}
.icon-left16:before {
  content: "\e748";
}
.icon-right16:before {
  content: "\e749";
}
.icon-liebiao:before {
  content: "\e834";
}
.icon-menu1:before {
  content: "\e6b0";
}
.icon-search:before {
  content: "\e60e";
}
.icon-top10:before {
  content: "\e7ee";
}
.icon-bottom10:before {
  content: "\e7ef";
}
.icon-left10:before {
  content: "\e7f0";
}
.icon-right10:before {
  content: "\e7f1";
}
.icon-list:before {
  content: "\e66d";
}
.icon-tubiaozhizuomoban-:before {
  content: "\e604";
}
.icon-xinwen:before {
  content: "\e8d0";
}
/*
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */
.grabbing {
    cursor: 8 8, move;
}
/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}
/* Owl Carousel Owl Demo Theme  v1.3.3 */
/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons { font-size: 0; letter-spacing: 0; text-align: center; }
.owl-theme .owl-controls .owl-buttons div { display: inline-block; vertical-align: top; font-size: 12px; font-size: 1.2rem; }
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
/* Styling Pagination*/
.owl-theme .owl-controls .owl-pagination { font-size: 0; letter-spacing: 0; text-align: center; margin-top: 30px; }
@media screen and (max-width: 991px) { .owl-theme .owl-controls .owl-pagination { margin-top: 20px; } }
@media screen and (max-width: 767px) { .owl-theme .owl-controls .owl-pagination { margin-top: 10px; } }
.owl-theme .owl-controls .owl-page { display: inline-block; vertical-align: top; }
.owl-theme .owl-controls .owl-page span { display: block; width: 14px; height: 14px; border-radius: 50%; margin: 0 5px; font-size: 0; border: solid 2px #61A285; }
@media screen and (max-width: 991px) { .owl-theme .owl-controls .owl-page span { margin: 0 4px; width: 12px; height: 12px; } }
@media screen and (max-width: 767px) { .owl-theme .owl-controls .owl-page span { margin: 0 3px; width: 10px; height: 10px; } }
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span { background-color: #61A285; }
/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers { height: auto; width: auto; color: #FFF; padding: 2px 10px; font-size: 12px; border-radius: 30px; }
/* preloading images */
.owl-item.loading { min-height: 150px; background: no-repeat center center; }
.video-main .top-list { font-size: 0; letter-spacing: 0; padding-bottom: 14px; }
.video-main .top-list .list-item { display: inline-block; vertical-align: top; width: 49%; margin-left: 2%; margin-bottom: 43px; text-align: center; }
@media screen and (max-width: 1419px) { .video-main .top-list .list-item { margin-bottom: 40px; } }
@media screen and (max-width: 1219px) { .video-main .top-list .list-item { margin-bottom: 30px; } }
@media screen and (max-width: 767px) { .video-main .top-list .list-item { margin-bottom: 20px; } }
@media screen and (max-width: 640px) { .video-main .top-list .list-item { width: 100%; margin-left: 0; margin-right: 0; } }
.video-main .top-list .item-videobox { width: 100%; overflow: hidden; margin: 0 auto; }
.video-main .top-list .item-videobox .item-video { position: relative; overflow: hidden; padding-bottom: 62.25681%; height: 0; }
.video-main .top-list .item-videobox .item-video iframe, .video-main .top-list .item-videobox .item-video video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; }
.video-main .top-list .item-videobox .item-video iframe body { margin: 0px !important; }
.video-main .top-list .item-title { font-size: 20px; font-size: 2rem; line-height: 1.3; margin-top: 14px; }
@media screen and (max-width: 1419px) { .video-main .top-list .item-title { font-size: 18px; font-size: 1.8rem; } }
@media screen and (max-width: 1219px) { .video-main .top-list .item-title { font-size: 16px; font-size: 1.6rem; } }
@media screen and (max-width: 991px) { .video-main .top-list .item-title { font-size: 14px; font-size: 1.4rem; margin-top: 10px; } }
@media screen and (max-width: 767px) { .video-main .top-list .item-title { font-size: 12px; font-size: 1.2rem; } }
.slide-contact { background-color: #fff; border: solid 1px #ccc; padding: 15px; margin-top: 50px; }
@media screen and (max-width: 1419px) { .slide-contact { margin-top: 30px; } }
.slide-contact .item-head { position: relative; margin-bottom: 20px; }
@media screen and (max-width: 1419px) { .slide-contact .item-head { margin-bottom: 10px; } }
@media screen and (max-width: 991px) { .slide-contact .item-head { width: 220px; } }
.slide-contact .item-head .item-pic img { display: block; }
.slide-contact .item-head .item-title { position: absolute; left: 35%; right: 0; text-align: center; font-size: 20px; font-size: 2rem; font-weight: bold; top: 50%; margin-top: 4.5%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); color: #fff; }
@media screen and (max-width: 1419px) { .slide-contact .item-head .item-title { font-size: 18px; font-size: 1.8rem; } }
@media screen and (max-width: 1219px) { .slide-contact .item-head .item-title { font-size: 16px; font-size: 1.6rem; } }
.slide-contact .item-list li { font-size: 14px; font-size: 1.4rem; line-height: 24px; border-bottom: dashed 1px #ccc; padding: 10px 0; }
.slide-contact .item-list li a:hover { color: #ED7405; }
.slide-contact .item-list li:last-child { border-bottom: 0; }
.slide-contact .item-list li:last-child p { margin-top: 10px; }
.slide-contact .item-list li:last-child p:first-child { margin-top: 0; }
@media screen and (max-width: 1219px) { .slide-contact .item-list li { line-height: 20px; font-size: 12px; font-size: 1.2rem; } }
.pro1-top .item-desc{overflow: hidden;}
.pro1-top .item-desc a , .pro1-top .item-desc a strong{
    color:#036BA5;
}
.pro1-txt .more_btn { display: none; color: #318DCE; text-align: center; font-size: 16px; font-size: 1.6rem; line-height: 22px; margin-top: 10px; margin-bottom: 10px;}
.pro1-txt .more_btn span {  color: #318DCE;cursor: pointer;font-weight: bold; }
/*tips*/
.cover {
  background: rgba(119, 119, 119, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9999;
  display: none;
}
.covern {
  background: #fff;
  width: 528px;
  height: 200px;
  margin: 0 auto;
  position: relative;
  padding: 38px 40px 0;
  top: 380px;
}
.guanbi {
  position: absolute;
  top: -18px;
  right: -18px;
  cursor: pointer;
  width: 40px;
  padding: 4px 4px;
  z-index: 99;
}
.guanbi img {
  display: block;
  width: 100%;
}
.if {
  line-height: 30px;
  text-align: center;
  margin-bottom: 28px;
  font-weight: bold;
  font-size: 36px;
  color: #3a3a3a;
  margin-top: 20px;
}
.covern .success {
  text-align: center;
  font-size: 30px;
}
.covern .text {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  margin-top: 20px;
  color: #ff9d43;
}
.covern .co_top {
  position: absolute;
  top: 0;
  width: 512px;
  left: 8px;
  height: 8px;
  background: #f0a816;
}
.covern .co_left {
  position: absolute;
  left: 0;
  top: 0;
  width: 8px;
  height: 100%;
  background: #eeeeee;
}
.covern .co_right {
  position: absolute;
  right: 0;
  top: 0;
  width: 8px;
  height: 100%;
  background: #eeeeee;
}
.keywords a {
  margin-right: 15px;
}
/*pyadd*/
.mgofloorpy{ padding-bottom:40px;}
.mgofloorpy ul li{ padding-top:40px; /*padding-bottom:40px;*/ padding-bottom:0px;}
.mgofloorpytuz{ width:829px; float:left;}
.mgofloorpytuz img{ display:block; width:100%; max-width:829px; margin:0 auto;}
.mgofloorpytuy{ width:524px; float:left; margin-left:30px;}
.mgofloorpytuyyi{ padding-top:90px;}
.mgofloorpytuyyi img{ display:block; margin:0 auto; width:100%; max-width:150px;}
.mgofloorpymz{ font-size:48px; font-size:4.8rem; /*text-transform:uppercase;*/ color:#231f20; text-align:center; font-weight:bold; margin-top:10px;}
.mgofloorpytuy1{ line-height:36px; padding-top:20px;}
@media screen and (max-width: 1419px){
  .mgofloorpytuz{width:629px;}
  .mgofloorpytuyyi{ padding-top:10px;}
  }
@media screen and (max-width: 1219px){
  .mgofloorpytuz{ float:none; width:100%; margin-bottom:20px;}
  .mgofloorpytuy{ float:none; width:100%; margin:0 auto;}
  }
  /* 20220105 */
.n-box1 .item-title { text-align: center; font-size: 30px; font-size: 3rem; line-height: 1.2; text-transform: uppercase; font-family: "Poppins-Regular"; }
@media screen and (max-width: 1219px) { .n-box1 .item-title { font-size: 26px; font-size: 2.6rem; } }
@media screen and (max-width: 991px) { .n-box1 .item-title { font-size: 22px; font-size: 2.2rem; } }
@media screen and (max-width: 767px) { .n-box1 .item-title { font-size: 18px; font-size: 1.8rem; } }
.n-box1 .item-desc { margin-top: 21px; font-size: 16px; font-size: 1.6rem; line-height: 30px; }
.n-box1 .item-desc p { min-height: 30px; }
.n-box1 .item-desc img, .n-box1 .item-desc iframe { max-width: 100%; }
.n-box1 .item-desc, .n-box1 .item-desc a { color: #333; }
@media screen and (max-width: 1219px) { .n-box1 .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 24px; }
  .n-box1 .item-desc p { min-height: 24px; } }
@media screen and (max-width: 991px) { .n-box1 .item-desc { margin-top: 15px; font-size: 14px; font-size: 1.4rem; line-height: 22px; }
  .n-box1 .item-desc p { min-height: 22px; } }
@media screen and (max-width: 767px) { .n-box1 .item-desc { margin-top: 10px; font-size: 12px; font-size: 1.2rem; line-height: 20px; }
  .n-box1 .item-desc p { min-height: 20px; } }
.n-box2 .item-title { text-align: center; font-size: 30px; font-size: 3rem; line-height: 1.2; text-transform: uppercase; font-family: "Poppins-Regular"; }
@media screen and (max-width: 1219px) { .n-box2 .item-title { font-size: 26px; font-size: 2.6rem; } }
@media screen and (max-width: 991px) { .n-box2 .item-title { font-size: 22px; font-size: 2.2rem; } }
@media screen and (max-width: 767px) { .n-box2 .item-title { font-size: 18px; font-size: 1.8rem; } }
.n-box2 .item-desc { margin-top: 21px; font-size: 16px; font-size: 1.6rem; line-height: 30px; }
.n-box2 .item-desc p { min-height: 30px; }
.n-box2 .item-desc img, .n-box2 .item-desc iframe { max-width: 100%; }
.n-box2 .item-desc, .n-box2 .item-desc a { color: #333; }
@media screen and (max-width: 1219px) { .n-box2 .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 24px; }
  .n-box2 .item-desc p { min-height: 24px; } }
@media screen and (max-width: 991px) { .n-box2 .item-desc { margin-top: 15px; font-size: 14px; font-size: 1.4rem; line-height: 22px; }
  .n-box2 .item-desc p { min-height: 22px; } }
@media screen and (max-width: 767px) { .n-box2 .item-desc { margin-top: 10px; font-size: 12px; font-size: 1.2rem; line-height: 20px; }
  .n-box2 .item-desc p { min-height: 20px; } }
.n-box3 .box-list { font-size: 0; letter-spacing: 0; }
.n-box3 .box-list .list-item { display: inline-block; vertical-align: top; width: 23.5%; margin-left: 2%; margin-bottom: 30px; text-align: center; }
@media screen and (max-width: 991px) { .n-box3 .box-list .list-item { width: 31.33%; margin: 0 1% 30px !important; } }
@media screen and (max-width: 480px) { .n-box3 .box-list .list-item { width: 48%; margin: 0 1% 20px !important; } }
.n-box3 .box-list .item-pic { background-color: #fff; border: solid 1px #E0E0E0; padding-bottom: 99.29577%; margin-bottom: 10px; }
.n-box3 .box-list .item-pic a { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; }
.n-box3 .box-list .item-pic img { max-width: 100%; max-height: 100%; width: auto; }
.n-box3 .box-list .item-desc { margin-bottom: 10px; font-size: 16px; font-size: 1.6rem; line-height: 1.4; }
.n-box3 .box-list .item-desc a { display: -webkit-box !important; overflow: hidden; white-space: normal !important; text-overflow: ellipsis; word-wrap: break-word; -webkit-line-clamp: 5; -webkit-box-orient: vertical; }
@media screen and (max-width: 1219px) { .n-box3 .box-list .item-desc { font-size: 14px; font-size: 1.4rem; } }
@media screen and (max-width: 767px) { .n-box3 .box-list .item-desc { font-size: 12px; font-size: 1.2rem; line-height: 1.3; } }
.n-box3 .box-list .item-btn { text-align: center; display: inline-block; padding: 0 20px; line-height: 28px; border: solid 1px #999999; font-size: 14px; font-size: 1.4rem; -webkit-border-radius: 14px; border-radius: 14px; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; }
.n-box3 .box-list .item-btn:hover { background-color: #B27A50; border-color: #B27A50; color: #fff; }
@media screen and (max-width: 767px) { .n-box3 .box-list .item-btn { font-size: 12px; font-size: 1.2rem; line-height: 24px; } }
.n-box5 .item-title { text-align: center; font-size: 30px; font-size: 3rem; line-height: 1.2; text-transform: uppercase; font-family: "Poppins-Regular"; margin-bottom: 20px; }
@media screen and (max-width: 1219px) { .n-box5 .item-title { font-size: 26px; font-size: 2.6rem; } }
@media screen and (max-width: 991px) { .n-box5 .item-title { font-size: 22px; font-size: 2.2rem; } }
@media screen and (max-width: 767px) { .n-box5 .item-title { font-size: 18px; font-size: 1.8rem; margin-bottom: 15px; } }
.n-box5 .item-desc { font-size: 0; letter-spacing: 0; }
.n-box5 .item-desc .item { display: inline-block; vertical-align: top; width: 32%; margin-left: 2%; margin-bottom: 10px; font-size: 16px; font-size: 1.6rem; line-height: 1.4; }
.n-box5 .item-desc .item:nth-child(3n+1) { margin-left: 0; }
.n-box5 .item-desc .item:hover { color: #B27A50; }
@media screen and (max-width: 1219px) { .n-box5 .item-desc .item { font-size: 14px; font-size: 1.4rem; line-height: 1.3; } }
@media screen and (max-width: 640px) { .n-box5 .item-desc .item { width: 48%; margin: 0 1% 10px !important; } }
@media screen and (max-width: 400px) { .n-box5 .item-desc .item { width: 100%; margin: 0 0 6px !important; } }
.n-box { padding-top: 50px; }
@media screen and (max-width: 767px) { .n-box { padding-top: 30px; } }
.pro1-box5 .box-list .list-item { text-align: center; }
.pro1-box5 .box-list .item-btn { margin-top: 10px; text-align: center; display: inline-block; padding: 0 20px; line-height: 28px; border: solid 1px #999999; font-size: 14px; font-size: 1.4rem; -webkit-border-radius: 14px; border-radius: 14px; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; }
.pro1-box5 .box-list .item-btn:hover { background-color: #B27A50; border-color: #B27A50; color: #fff; }
@media screen and (max-width: 767px) { .pro1-box5 .box-list .item-btn { font-size: 12px; font-size: 1.2rem; line-height: 24px; } }
.cover {
  background:rgba(0,0,0,0.3);
  position:fixed;
  top:0;
  left:-40px;
  width: 40px;
  bottom:0;
  right:0;
  z-index:-9;
  -webkit-transition: all .35s;-o-transition: all .35s;-moz-transition: all .35s;transition: all .35s;opacity: 1;filter: alpha(opacity=0);-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.cover::-webkit-input-placeholder {  color:#898989;}
.cover:-o-placeholder { color:#898989;}
.cover::-moz-placeholder { color:#898989;}
.cover:-ms-input-placeholder { color:#898989;}
.covern {
  background:#fff;
  opacity: 0;
  margin:0 auto;
  width: 776px;
  padding-top:38px;
  padding-bottom:38px;position: relative;
  top: 200px;
}
.m1{top: 0;width: auto;height: auto;left: 0;-webkit-transition: all .35s;-o-transition: all .35s;-moz-transition: all .35s;transition: all .35s;opacity: 1;filter: alpha(opacity=100);-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";z-index: 9999}
.m1 .covern{position: relative;height:auto;left: auto;opacity: 1;position:relative;width:776px;margin: 0 auto;}
.contact-box1 .item-form{width: 80%;margin:auto;}
.covern .contact-box1{padding-left: 30px;padding-right: 30px;margin-bottom: 0;}

.covern .guanbi .iconfont { font-size: 28px; font-size: 2.8rem; color: #434343; position: absolute; top: 10px; right: 10px; font-weight: bold; cursor: pointer; }
.covernr {  padding-left:30px;  padding-right:30px;}
.covern .contact-box1 .box-title{text-align: center;font-size: 20px; font-size: 2.0rem;color: #0d1218;}
.covern .contact-box1 .box-desc{text-align: center;font-size: 14px; font-size: 1.4rem;line-height: 22px;color: #58595c;}
.covern .item-form{width: 100%;}
.covern .contact-box1 .item-right .item-form input, .covern .contact-box1 .item-right .item-form textarea{font-size: 14px; font-size: 1.4rem;height:30px;line-height:30px;color: #898989;
    border: solid 1px #898989;}
.covern .contact-box1 .item-right .item-form .item-input1.star {background-position-y: 10px;}
.covern .contact-box1 .item-right .item-form textarea{height: 58px;}
.covern .contact-box1 .item-right .item-form .item-input{margin-bottom: 12px;}
.covern .contact-box1 .item-right .item-form .item-img{line-height:26px;}
.covern .contact-box1 .item-right .item-form .item-btn input{border: none;background: #595758;color: #fff;}
@media screen and (max-width:991px){
  .contact-box1 .item-form{width: 98%;}
  .covern{width: 94%;top: 50px;}
  .covern .contact-box1 .item-right .item-form .item-img{float: left;}
  .covern .contact-box1 .item-right .item-form .item-btn{width:33%;}
  .covern .contact-box1 .item-right .item-form .item-code{width:30% !important;}
  .m1 .covern{width:100%;}
.covern .contact-box1{padding-left: 10px;padding-right: 10px;margin-bottom: 0;}
}
@media screen and (max-width:499px){
  .covern .contact-box1 .item-right .item-form .item-btn{width:100%;}
  .covern .contact-box1 .item-right .item-form .item-code{width:50% !important;}
}
.page_wrap .contact-box1{margin-top: 50px;}
.tab-content-item .contact-box1{margin-top: 0px;}
.yuyandudaping a{ margin-left: 10px;
  margin-right: 10px; display: block;}
  .yuyandudaping{  margin-right: 10px; }
 .yuyandudaping a img { border: #ccc solid 1px;
    border-radius: 50%;}
    
.kaiIcon{
    font-size: 18px;
    color: #ffffff;
    transition: 0.2s;
    margin-left: 10px;
    display: none;
}
.deg90{
    transform: rotate(90deg);
}
.footer .f-top .footer-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    padding-bottom: 0;
}
.footer .f-top .footer-title:before{
    display: none;
}
@media screen and (max-width: 767px){
    .kaiIcon{
        display: block;
    }
    .footer .f-top .flist1,
    .footer .f-top .flist2,
    .footer .f-top .flist3,
    .footer .f-top .flist4{
        display: block;
        width: 100%;
    }
    .footer .f-top .flist1 .box-list,
    .footer .f-top .flist2 .box-list{
        display: none;
    }
    .footer .f-top .flist3 .footer-title{
        text-align: center;
        justify-content: center;
    }
    .footer .f-top .flist4 .footer-title{
        text-align: center;
        justify-content: center;
    }
    .emailBox{
        width: max-content;
        margin: 0 auto !important;
        margin-top: 10px !important;
        margin-bottom: 15px !important;
    }
    .footer .f-bot .links{
        display: block;
    }
}


.m-clstext .box-desc{
    font-size: 1.6rem;
    line-height: 36px;
    margin-bottom: 36px;
    color: #666;
}
.m-clstext .box-desc.hid {
  max-height: 360px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 10;
  overflow: hidden;
}
.m-clstext .box-link {
  display: none;
    color: #318DCE;
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 22px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.m-clstext .box-link .span {
  color: #318DCE;
    cursor: pointer;
    font-weight: bold;
}
.m-clstext .box-link .span2 {
  display: none;
}
.m-clstext .box-link.active .span1 {
  display: none;
}
.m-clstext .box-link.active .span2 {
  display: inline-block;
}